diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index ba060688537a9..e485354f0a94b 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -46,6 +46,7 @@ tada Testplan toolset ubuntu +uninstaller uninstalls upvote versioning diff --git a/.github/policies/automergeTriggers.yml b/.github/policies/automergeTriggers.yml index 6c6e2e07caadf..e23a0a2579dce 100644 --- a/.github/policies/automergeTriggers.yml +++ b/.github/policies/automergeTriggers.yml @@ -19,16 +19,5 @@ configuration: then: - enableAutoMerge: mergeMethod: Squash - - description: Disable Auto Merge when the "Validation-Completed" label is not present - if: - - payloadType: Pull_Request - - or: - - labelRemoved: - label: Validation-Completed - - not: - hasLabel: - label: Validation-Completed - then: - - disableAutoMerge onFailure: onSuccess: diff --git a/Tools/Auth.csv b/Tools/Auth.csv index 0a3f5341d8bc7..76251180689ed 100644 --- a/Tools/Auth.csv +++ b/Tools/Auth.csv @@ -74,7 +74,7 @@ vedantmgoyal.sheltasks-cli,vedantmgoyal2009,must Visual Studio,Microsoft,must WerWolv.ImHex,WerWolv,should yetone.OpenAITranslator,yetone,should -DuckStudio.FufuTools,DuckDuckStudio,should -DuckStudio.FufuDevTools,Luna-Grace,should -DuckStudio.ChineseGit,Luna-Grace,should -DuckStudio.GitHubLabelsManager,DuckDuckStudio,should +DuckStudio.FufuTools,DuckDuckStudio,must +DuckStudio.FufuDevTools,Luna-Grace,must +DuckStudio.ChineseGit,Luna-Grace,must +DuckStudio.GitHubLabelsManager,DuckDuckStudio,must diff --git a/doc/manifest/README.md b/doc/manifest/README.md index 591c184c23b39..ae4565e24aed4 100644 --- a/doc/manifest/README.md +++ b/doc/manifest/README.md @@ -8,6 +8,7 @@ As new releases of the WinGet client are developed with new features and functio The community repository will often delay support for new schema versions until enough devices have been updated so customers can benefit from the newly added manifest keys. Please use the recommended schema version mentioned in the PR template. ## Manifest Schema Versions +* [1.7.0](schema/1.7.0/README.md) * [1.6.0](schema/1.6.0/README.md) * [1.5.0](schema/1.5.0/README.md) * [1.4.0 (deprecated)](schema/1.4.0/README.md) diff --git a/doc/manifest/schema/1.6.0/installer.md b/doc/manifest/schema/1.6.0/installer.md index c34bf400234d5..3950c883b291b 100644 --- a/doc/manifest/schema/1.6.0/installer.md +++ b/doc/manifest/schema/1.6.0/installer.md @@ -51,10 +51,10 @@ Installers: # The list of package installers Commands: # Optional commands or aliases to run the package Protocols: # Optional list of protocols supported by the package FileExtensions: # Optional list of file extensions supported by the package - Dependencies: # *Experimental* list of dependencies required by the package + Dependencies: # Optional list of dependencies required by the package - ExternalDependencies: # *Not implemented* list of external dependencies - PackageDependencies: # *Experimental* list of package dependencies - WindowsFeatures: # *Not implemented* list of Windows feature dependencies + PackageDependencies: # Optional list of package dependencies + WindowsFeatures: # Optional list of Windows feature dependencies WindowsLibraries: # *Not implemented* list of Windows library dependencies PackageFamilyName: # Optional MSIX package family name Capabilities: # Optional list of MSIX package capabilities @@ -488,7 +488,7 @@ ManifestVersion: 1.6.0 This key represents any dependencies required to install or run the package. > [!IMPORTANT] - The Windows Package Manager does not support any behavior related to dependencies. + External Dependencies are not supported. Package dependencies are referenced by their package identifier and must come from the same source. Windows Features may require a reboot before they are enabled. Windows Libraries are not supported. > [!NOTE] This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. @@ -502,7 +502,7 @@ ManifestVersion: 1.6.0 This key represents any external dependencies required to install or run the package. > [!IMPORTANT] - The Windows Package Manager does not support any behavior related to dependencies. + The Windows Package Manager does not support any behavior related to external dependencies.
@@ -513,7 +513,7 @@ ManifestVersion: 1.6.0 This key represents any packages from the same source required to install or run the package. > [!IMPORTANT] - The Windows Package Manager does not support any behavior related to dependencies. +Dependencies are referenced by their package identifier and must come from the same source.
@@ -522,9 +522,6 @@ ManifestVersion: 1.6.0 **Optional Field** This key represents any Windows features required to install or run the package. - - > [!IMPORTANT] - The Windows Package Manager does not support any behavior related to dependencies.
@@ -535,7 +532,7 @@ ManifestVersion: 1.6.0 This key represents any Windows libraries required to install or run the package. > [!IMPORTANT] - The Windows Package Manager does not support any behavior related to dependencies. + The Windows Package Manager does not support any behavior related to Windows Libraries.
diff --git a/doc/manifest/schema/1.6.0/singleton.md b/doc/manifest/schema/1.6.0/singleton.md index 0ecf9db2c32d3..635387df90325 100644 --- a/doc/manifest/schema/1.6.0/singleton.md +++ b/doc/manifest/schema/1.6.0/singleton.md @@ -71,10 +71,10 @@ Installers: # The package installer Commands: # Optional commands or aliases to run the package Protocols: # Optional list of protocols supported by the package FileExtensions: # Optional list of file extensions supported by the package - Dependencies: # *Experimental* list of dependencies required by the package + Dependencies: # Optional list of dependencies required by the package - ExternalDependencies: # *Not implemented* list of external dependencies - PackageDependencies: # *Experimental* list of package dependencies - WindowsFeatures: # *Not implemented* list of Windows feature dependencies + PackageDependencies: # Optional list of package dependencies + WindowsFeatures: # Optional list of Windows feature dependencies WindowsLibraries: # *Not implemented* list of Windows library dependencies PackageFamilyName: # Optional MSIX package family name Capabilities: # Optional list of MSIX package capabilities diff --git a/doc/manifest/schema/1.7.0/README.md b/doc/manifest/schema/1.7.0/README.md new file mode 100644 index 0000000000000..3f29c8f003cd5 --- /dev/null +++ b/doc/manifest/schema/1.7.0/README.md @@ -0,0 +1,69 @@ +[schemaFolder]: https://github.com/microsoft/winget-cli/tree/master/schemas/JSON/manifests/v1.7.0 +[versionSchema]: https://github.com/microsoft/winget-cli/tree/master/schemas/JSON/manifests/v1.7.0/manifest.version.1.7.0.json +[defaultLocaleSchema]: https://github.com/microsoft/winget-cli/tree/master/schemas/JSON/manifests/v1.7.0/manifest.defaultLocale.1.7.0.json +[localeSchema]: https://github.com/microsoft/winget-cli/tree/master/schemas/JSON/manifests/v1.7.0/manifest.locale.1.7.0.json +[installerSchema]: https://github.com/microsoft/winget-cli/tree/master/schemas/JSON/manifests/v1.7.0/manifest.installer.1.7.0.json +[Windows Package Manager Manifest Creator]: https://github.com/microsoft/winget-create +[YAML Create]: https://github.com/microsoft/winget-pkgs/blob/master/Tools/YamlCreate.ps1 + +# Windows Package Manager + +## Manifest Schema 1.7 + +The Windows Package Manager 1.7 client does not support all fields in the 1.7 schema. + +The Windows Package Manager uses manifests (YAML files) to locate and install packages for Windows users. This specification provides references to JSON schemas as well as best practices. + +Manifests submitted to the Windows Package Manager Community Repository should be submitted as a multi-file manifest. Only one version of a package may be submitted per pull request. The [singleton](singleton.md) manifest format is supported by the client, but has been deprecated in the community repository. Rich tooling exists to generate manifests. The [Windows Package Manager Manifest Creator] and [YAML Create] were both designed to produce well formed and rich manifests. + +A multi-file manifest contains: +* One [version](version.md) ([JSON Schema][versionSchema]) file +* One [default locale](defaultLocale.md) ([JSON Schema][defaultLocaleSchema]) file +* One [installer](installer.md) ([JSON Schema][installerSchema]) file +* Additional optional [locale](locale.md) ([JSON Schema][localeSchema]) files + +## YAML file name and folder structure +YAML files shall be added to the repository with the following folder structure: +manifests / p / publisher / package / packageVersion / publisher.package.<manifestFile>.yaml + +Example: +`manifests/m/Microsoft/WindowsTerminal/1.9.1942/Microsoft.WindowsTerminal.installer.yaml` + +* Manifests are partitioned by the first letter of the publisher name (in lower case). For example: m. +* Publisher folder is the name of the company that publishes the tool. For example: Microsoft. +* The child folder package is the name of the application or tool. For example: WindowsTerminal. +* The child folder package version is the version of the package. For example: 1.6.10571.0. +* The filename must be a combination of the publisher name and the application name. For example: Microsoft.WindowsTerminal.yaml. + +The publisher and application folders MUST match the values used to define the Id. See PackageIdentifier: in the YAML for more detail. +The version in the folder name MUST match the version field value in the YAML file. See PackageVersion: in the YAML for more detail. + +There are two primary types of manifests. A single file manifest (singleton) and a multi-file manifest. +[JSON schemas][schemaFolder] have been provided +to help strongly type attributes and requirements. + +## YAML Syntax +Each field in the file must be PascalCased and cannot be duplicated. + +## Best Practices +The package identifier must be unique. You cannot have multiple submissions with the same package identifier. Only one pull request per package version is allowed. + +Avoid creating multiple publisher folders. For example, do not create "Contoso Ltd." if there is already a "Contoso" folder. + +All tools must support a silent install to be permitted in the Windows Package Manager Community Repository. If you have an executable that does not support a silent install, then we cannot provide that tool at this time. + +Provide as many fields as possible. The more meta-data you provide the better the user experience will be. In some cases, the fields may not yet be supported by the Windows Package Manager client (winget.exe). + +The length of strings in this specification should be limited to 100 characters before a line break. + +## Summary of Changes from 1.6.0 + +### [Version](version.md) +* No Changes +### [Default Locale](defaultLocale.md) +* No Changes +### [Installer](installer.md) +* Added `InstallerSwitches > Repair` +* Added `RepairBehavior` and `Installer > RepairBehavior` +### [Locale](locale.md) +* No Changes diff --git a/doc/manifest/schema/1.7.0/defaultLocale.md b/doc/manifest/schema/1.7.0/defaultLocale.md new file mode 100644 index 0000000000000..07651d0f7b6f0 --- /dev/null +++ b/doc/manifest/schema/1.7.0/defaultLocale.md @@ -0,0 +1,339 @@ +[JSON schema]: https://github.com/microsoft/winget-cli/blob/master/schemas/JSON/manifests/v1.7.0/manifest.defaultLocale.1.7.0.json +[YAML]: https://yaml.org/spec/ +[semantic version]: https://semver.org +[Available languages for Windows]: https://docs.microsoft.com/windows-hardware/manufacture/desktop/available-language-packs-for-windows +[locales]: https://docs.microsoft.com/windows-hardware/manufacture/desktop/default-input-locales-for-windows-language-packs +[install]: https://docs.microsoft.com/windows/package-manager/winget/install +[list]: https://docs.microsoft.com/windows/package-manager/winget/list +[upgrade]: https://docs.microsoft.com/windows/package-manager/winget/upgrade + +# Windows Package Manager +## Manifest Schema v1.7.0 Default Locale File + +All Windows Package Manager manifests in the Microsoft community repository are submitted using [YAML] syntax. A [JSON schema] is provided to aid authoring these files in editors, and in the other tooling related to the Windows Package Manager. This document provides detailed information regarding the usage of the YAML keys in the defaultLocale file for multi-file manifests. + +### Default Locale Manifest + +```YAML +PackageIdentifier: # The package unique identifier +PackageVersion: # The package version +PackageLocale: # The package meta-data locale +Publisher: # The publisher name +PublisherUrl: # Optional publisher home page +PublisherSupportUrl: # Optional publisher support page +PrivacyUrl: # Optional publisher privacy page +Author: # Optional author +PackageName: # The package name +PackageUrl: # Optional package home page +License: # The package license +LicenseUrl: # Optional package license page +Copyright: # Optional package copyright +CopyrightUrl: # Optional package copyright page +ShortDescription: # The short package description +Description: # Optional full package description +Moniker: # Optional most common package term +Tags: # Optional list of package terms +Agreements: # Optional package agreements + - AgreementLabel: # Optional agreement label + Agreement: # Optional agreement text + AgreementUrl: # Optional agreement URL +Documentations: # Optional documentation + - DocumentLabel: # Optional documentation label + DocumentUrl: # Optional documentation URL +ReleaseNotes: # Optional release notes +ReleaseNotesUrl: # Optional release notes URL +PurchaseUrl: # Optional purchase URL +InstallationNotes: # Optional notes displayed upon installation +ManifestType: defaultLocale # The manifest type +ManifestVersion: 1.7.0 # The manifest syntax version +``` + +## Fields + +
+ PackageIdentifier - The package unique identifier + + **Required Field** + + This key is the unique identifier for a given package. This value is generally in the form of `Publisher.Package`. It is case sensitive, and this value must match the folder structure under the partition directory in GitHub. +
+ +
+ PackageVersion - The package version + + **Required Field** + + This key represents the version of the package. It is related to the specific release this manifests targets. In some cases you will see a perfectly formed [semantic version] number, and in other cases you might see something different. These may be date driven, or they might have other characters with some package specific meaning for example. + + The Windows Package Manager client uses this version to determine whether or not an upgrade for a package is available. In some cases, packages may be released with a marketing driven version, and that causes trouble with the `winget upgrade` command. + + The current best practice for the Windows Package Manager 1.7 client is to use the value reported in Windows Apps & Features when this version of the package is installed. In some cases, packages do not report a version resulting in an upgrade loop or other unwanted behavior. +
+ +
+ PackageLocaleThe package meta-data locale + + **Required Field** + + This key represents the locale for package meta-data. The format is BCP-47. This value identifies the language for meta-data to be displayed to a user when no locale file matching their preferences is available. The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules for this file. + + **References:** + +* [Available languages for Windows] +* [Default Input Profiles (Input Locales) in Windows][locales] + + > [!NOTE] + This field is the key to determining which fields are required for the Microsoft community repository. The default locale specified in the version file must match with this value. +
+ + +
+ Publisher - The publisher name + + **Required Field** + + This key represents the name of the publisher for a given package. This field is intended to allow the full publisher's or ISV's name to be displayed as they wish. + + > [!NOTE] + With the 1.7 release of the Windows Package Manager, this name affects how packages from a source are mapped to Apps installed in Windows 10 and Windows 11 via Add / Remove Programs (ARP) and Windows Apps & Features respectively. The best practice is to ensure this matches the entry for the package when it has been installed. The impact is associated with `winget upgrade` and `winget list`. +
+ +
+ PublisherUrl - The publisher home page + + **Optional Field** + + This key represents the web site for the publisher or ISV. +
+ +
+ PublisherSupportUrl - The publisher support page + + **Optional Field** + + This key represents the customer support web site or specific web page provided by the publisher or ISV. +
+ +
+ PrivacyUrl - The publisher privacy page or the package privacy page + + **Optional Field** + + This key represents the privacy web site or specific web page provided the publisher or ISV. If there is a privacy web site or specific web page for the package it is preferred over a generic privacy page for the publisher. +
+ +
+ Author - The package author + + **Optional Field** + + This key represents the author of a package. In some cases, the author is an individual who develops and or maintains the package. In other cases this may be a URL pointing to the contributors web page for a package. +
+ +
+ PackageName - The package name + + **Required Field** + + This key represents the name of the package. This field is intended to allow the full package name to be displayed as the publisher or ISV wishes. + + > [!NOTE] + With the 1.7 release of the Windows Package Manager, this name affects how packages from a source are mapped to Apps installed in Windows 10 via Add / Remove Programs (ARP). The best practice is to ensure this matches the ARP entry for the package name when it has been installed. The impact is associated with `winget upgrade` and `winget list`. +
+ +
+ PackageUrl - The package home page + + **Optional Field** + + This key represents the web site for the package. +
+ +
+ License - The package license + + **Required Field** + + This key represents the license governing the use and or distribution for the product. This could be an open source license, or a commercial license. Please note that a copyright is not considered a license. If there is no available information on a product's license, "Proprietary" should be the value in this field. +
+ +
+ LicenseUrl - The license page + + **Optional Field** + + This key represents the license web site or specific web page provided the publisher or ISV. If there is a license web site or specific web page for the package it is preferred over a generic license page for the publisher. + + If this is a link to the license file for an open source project, it should be specific to the version for the package. Some open source projects change their license over time. +
+ +
+ Copyright - The package copyright + + **Optional Field** + + This key represents the copyright for the package. +
+ +
+ CopyrightUrl - The package copyright page + + **Optional Field** + + This key represents the copyright web site or specific web page provided the publisher or ISV. If there is a copyright web site or specific web page for the package it is preferred over a generic copyright page for the publisher. + + If this is a link to the copyright file for an open source project, it should be specific to the version for the package. Some open source projects change their copyright over time. +
+ +
+ ShortDescription - The short package description + + **Required Field** + + This key represents the description for a package. It is intended for use in `winget show` to help a user understand what the package is. + + > [!NOTE] + This should be something descriptive about what the package does, and it should not simply state something like "<package name> installer" or "<package name> setup". +
+ +
+ Description - The full package description + + **Optional Field** + + This key represents the full or long description for a package. It is *not* currently used in the Windows Package Manager. + + > [!NOTE] + This was included for integration with the Microsoft Store source to provide the ability to display the full package description. +
+ +
+ Moniker - The most common package term + + **Optional Field** + + This key represents the most common term users would search for when installing or upgrading a package. If only one package uses this moniker, then the [install], [list] and [upgrade] command may match with this package. + + > [!NOTE] + Moniker is the third property evaluated when searching for a matching package. +
+ +
+ Tags - List of additional package search terms + + **Optional Field** + + This key represents other common term users would search for when looking for packages. Tags should be pertinent to what a user might search for when looking for a specific package. + + > [!NOTE] + The best practice is to present these terms in all lower case with hyphens rather than spaces. +
+ + +
+ Agreements - List of package agreements + + **Optional Field** + + This key holds any agreements a user must accept prior to download and subsequent install or upgrade. + + **Windows Package Manager Community Repository** + + Agreements are only allowed in the community repository when the manifest is maintained by a verified developer. +
+ +
+ AgreementLabel - The label for a package agreement + + **Optional Field** + + This key represents the label for a package agreement. +
+ +
+ Agreement - The text for a package agreement + + **Optional Field** + + This key represents the text or body of a package agreement. +
+ +
+ AgreementUrl - The URL for a package agreement + + **Optional Field** + + This key represents the URL for a package agreement. +
+ +
+ Documentations - List of documentation + + **Optional Field** + + This key holds any documentation for providing software guides such as manuals and troubleshooting URLs. +
+ +
+ DocumentLabel - The documentation label + + **Optional Field** + + This key represents the label for a documentation. +
+ +
+ DocumentUrl - List of documentation + + **Optional Field** + + This key represents the URL for a documentation. +
+ +
+ ReleaseNotes - The Release Notes for a package. + + **Optional Field** + + This key represents release notes for a package. +
+ +
+ ReleaseNotesUrl - The Release Notes web page for a package. + + **Optional Field** + + This key represents release notes web page for a package. +
+ +
+ PurchaseUrl - The Purchase URL for a package. + + **Optional Field** + + This key represents the purchase url for acquiring entitlement for a package. +
+ +
+ InstallationNotes - The Installation Notes for a package. + + **Optional Field** + + This key represents the notes displayed to the user upon completion of a package installation. +
+ +
+ ManifestType - The manifest type + + **Required Field** + + This key must have the value "defaultLocale". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
+ +
+ ManifestVersion - The manifest syntax version + + **Required Field** + + This key must have the value "1.7.0". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
diff --git a/doc/manifest/schema/1.7.0/installer.md b/doc/manifest/schema/1.7.0/installer.md new file mode 100644 index 0000000000000..f30b4b3f39edf --- /dev/null +++ b/doc/manifest/schema/1.7.0/installer.md @@ -0,0 +1,908 @@ +[JSON Schema]: https://github.com/microsoft/winget-cli/blob/master/schemas/JSON/manifests/v1.7.0/manifest.installer.1.7.0.json +[Windows Package Manager Manifest Creator]: https://github.com/microsoft/winget-create +[YAML]: https://yaml.org/spec +[semantic version]: https://semver.org +[`winget upgrade`]: https://docs.microsoft.com/windows/package-manager/winget/upgrade +[App capability declarations]: https://docs.microsoft.com/windows/uwp/packaging/app-capability-declarations +[MSIX]: https://docs.microsoft.com/windows/msix/overview +[MSI]: https://docs.microsoft.com/windows/win32/msi/windows-installer-portal +[Inno]: https://jrsoftware.org/isinfo.php +[Nullsoft]: https://sourceforge.net/projects/nsis +[WiX]: https://wixtoolset.org +[Burn]: https://wixtoolset.org/documentation/manual/v3/bundle + +# Windows Package Manager +## Manifest Schema v1.7.0 Installer File +All Windows Package Manager manifests in the Microsoft community repository are submitted using [YAML] syntax. A [JSON schema] is provided to aid authoring these files in editors, and in the other tooling related to the Windows Package Manager. This document provides detailed information regarding the usage of the YAML keys in the installer file for multi-file manifests. + +> [!IMPORTANT] + The 1.7 manifest schema was released with the Windows Package Manager 1.7. Any fields marked *Not implemented* are not supported in the 1.7 client, but may be supported in newer versions of the client. + +### Installer Manifest + +```YAML +PackageIdentifier: # The package unique identifier +PackageVersion: # The package version +Channel: # *Not implemented* distribution channel +Installers: # The list of package installers + - Architecture: # The architecture of the installer + InstallerLocale: # Optional locale of the installer + Platform: # Optional installer supported operating system + MinimumOSVersion: # Optional installer minimum operating system version + InstallerType: # The installer type + InstallerUrl: # The installer URL + InstallerSha256: # The SHA256 hash of the installer + SignatureSha256: # Optional SHA256 hash of the MSIX signature + NestedInstallerType: # The installer type when InstallerType is an archive type + NestedInstallerFiles: # Details about the installers when InstallerType is an archive type + - RelativeFilePath: # The relative path to the nested installer file + PortableCommandAlias: # Optional command alias to be used for calling the package. Only applies when NestedInstallerType is 'portable' + Scope: # Optional installer scope + InstallModes: # Optional installer modes + InstallerSwitches: # Optional installer switches + Silent: # Optional installer switches for silent + SilentWithProgress: # Optional installer switches for silent with progress + Interactive: # Optional installer switches for interactive + InstallLocation: # Optional install location path + Log: # Optional installer log file path + Upgrade: # Optional installer switches for upgrade + Custom: # Optional installer switches for custom behavior + Repair: # Optional installer switches to use when repairing the package installation + UpgradeBehavior: # Optional upgrade method + Commands: # Optional commands or aliases to run the package + Protocols: # Optional list of protocols supported by the package + FileExtensions: # Optional list of file extensions supported by the package + Dependencies: # Optional list of dependencies required by the package + - ExternalDependencies: # *Not implemented* list of external dependencies + PackageDependencies: # Optional list of package dependencies + WindowsFeatures: # Optional list of Windows feature dependencies + WindowsLibraries: # *Not implemented* list of Windows library dependencies + PackageFamilyName: # Optional MSIX package family name + Capabilities: # Optional list of MSIX package capabilities + RestrictedCapabilities: # Optional list of MSIX package restricted capabilities + InstallerAbortsTerminal: # Optional indicator for packages that abort terminal + InstallLocationRequired: # Optional indicator for packages that require install location + RequireExplicitUpgrade: # Optional indicator for packages that upgrade themselves + ElevationRequirement: # Optional scope required to install package + UnsupportedOSArchitectures: # Optional architectures the package is not supported on + Markets: # Optional markets the package is allowed to be installed + ExcludedMarkets: # Optional markets the package is not allowed to be installed + InstallerSuccessCodes: # Optional non-zero installer success codes + ExpectedReturnCodes: # Optional non-zero installer return codes + - InstallerReturnCode: # Optional non-zero installer return code + ReturnResponse: # Optional response for an expected return code + ReturnResponseUrl: # Optional response URL for an expected return code + ProductCode: # Optional product code of the installer + AppsAndFeaturesEntries: # Optional entries from the Add and Remove Programs (ARP) table + - DisplayName: # Optional program name shown in the ARP entry + DisplayVersion: # Optional version displayed in the ARP entry + Publisher: # Optional publisher displayed in the ARP entry + ProductCode: # Optional product code of the installer + UpgradeCode: # Optional upgrade code of the installer + InstallerType: # Optional installer type + UnsupportedArguments: # Optional list of Windows Package Manager Client arguments the installer does not support + - UnsupportedArgument: # Optional unsupported Windows Package Manager Client argument + DisplayInstallWarnings: # *Not implemented* Optional indicator for packages that are known to interfere with running application during install + ReleaseDate: # Optional release date + InstallationMetadata: # Optional metadata for deeper installation detection + - DefaultInstallLocation: # Optional default install location for the package + Files: # Optional list of files installed by the package + - RelativeFilePath: # Optional relative path to the installed file + FileSha256: # Optional Sha256 of the installed file + FileType: # Optional installed file type. Treated as 'other' if not specified + InvocationParameter: # Optional parameter for invocable files + DisplayName: # Optional display name for invocable files + DownloadCommandProhibited: # Optional indicator for packages which cannot be downloaded for offline installation + RepairBehavior: # Optional repair method to use with 'winget repair` +ManifestType: installer # The manifest type +ManifestVersion: 1.7.0 # The manifest syntax version +``` + +### Installer Minimal Example + +Path: manifests/m/Microsoft/WindowsTerminal/1.9.1942/Microsoft.WindowsTerminal.installer.yaml + +```YAML +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.9.1942.0 +Installers: + - Architecture: x64 + InstallerType: msix + InstallerUrl: https://github.com/microsoft/terminal/releases/download/v1.9.1942.0/Microsoft.WindowsTerminal_1.9.1942.0_8wekyb3d8bbwe.msixbundle + InstallerSha256: 578D987D58B3CE5F6BF3316C6A5AECE8EB6B94DBCD1963413D81CB313D6C28D5 +ManifestType: installer +ManifestVersion: 1.7.0 +``` + +### Installer Complex Example + +Path: manifests/m/Microsoft/WindowsTerminal/1.9.1942/Microsoft.WindowsTerminal.installer.yaml + +```YAML +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.9.1942.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.18362.0 +InstallerType: msix +InstallModes: +- silent +PackageFamilyName: Microsoft.WindowsTerminal_8wekyb3d8bbwe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/terminal/releases/download/v1.9.1942.0/Microsoft.WindowsTerminal_1.9.1942.0_8wekyb3d8bbwe.msixbundle + InstallerSha256: 578D987D58B3CE5F6BF3316C6A5AECE8EB6B94DBCD1963413D81CB313D6C28D5 + SignatureSha256: 889A0BA756E74386F95A37F6A813C6D383DC21349A2D18E2B192D4E0E7F80659 +- Architecture: arm64 + InstallerUrl: https://github.com/microsoft/terminal/releases/download/v1.9.1942.0/Microsoft.WindowsTerminal_1.9.1942.0_8wekyb3d8bbwe.msixbundle + InstallerSha256: 578D987D58B3CE5F6BF3316C6A5AECE8EB6B94DBCD1963413D81CB313D6C28D5 + SignatureSha256: 889A0BA756E74386F95A37F6A813C6D383DC21349A2D18E2B192D4E0E7F80659 +- Architecture: x86 + InstallerUrl: https://github.com/microsoft/terminal/releases/download/v1.9.1942.0/Microsoft.WindowsTerminal_1.9.1942.0_8wekyb3d8bbwe.msixbundle + InstallerSha256: 578D987D58B3CE5F6BF3316C6A5AECE8EB6B94DBCD1963413D81CB313D6C28D5 + SignatureSha256: 889A0BA756E74386F95A37F6A813C6D383DC21349A2D18E2B192D4E0E7F80659 +ManifestType: installer +ManifestVersion: 1.7.0 +``` + +## Fields + +
+ PackageIdentifier - The package unique identifier + + **Required Field** + + This key is the unique identifier for a given package. This value is generally in the form of `Publisher.Package`. It is case sensitive, and this value must match the folder structure under the partition directory in GitHub. +
+ +
+ PackageVersion - The package version + + **Required Field** + + This key represents the version of the package. It is related to the specific release this manifests targets. In some cases you will see a perfectly formed [semantic version] number, and in other cases you might see something different. These may be date driven, or they might have other characters with some package specific meaning for example. + + The Windows Package Manager client uses this version to determine if an upgrade for a package is available. In some cases, packages may be released with a marketing driven version, and that causes trouble with the [`winget upgrade`] command. + + > [!NOTE] + The current best practice is to use the value reported in Add / Remove Programs when this version of the package is installed. In some cases, packages do not report a version resulting in an upgrade loop or other unwanted behavior. This practice may seem contrary to using semantic versioning, but it provides the best end to end experience for customers. It will take time for publishers and ISVs to migrate to semantic versioning, and some may intentionally choose to preserve other versioning schemes. In these cases, it is best practice to include the "AppsAndFeaturesEntries" section for each installer. +
+ +
+ Channel - The distribution channel + + **Optional Field** + + This key represents the distribution channel for a package. Examples may include "stable" or "beta". + + > [!NOTE] + This key is included for future use. The Windows Package Manager currently does not have any behavior associated with this key. The intent behind this key is to help disambiguate the different channels for packages lacking support for side by side installation. Some packages support having more than one package channel available on a system simultaneously; in this case it is better to use unique packages rather than channels. This key is intended to ensure the proper channel for a package is used during install and upgrade scenarios. +
+ +
+ Installers - Package installer + + **Required Field** + + The key represents an installer for a package. + + > [!IMPORTANT] + Many of the keys related to installers may either be at the root level of the manifest, or included in an installer. Any values provided at the root level and not specified in an installer will be inherited. +
+ +
+ Architecture - The installer target architecture + + **Required Field** + + This key represents the hardware architecture targeted by the installer. The Windows Package Manager will attempt to determine the best architecture to use. If emulation is available and the native hardware architecture does not have a supported installer, the emulated architecture may be used. + + Available architectures: + * x86 + * x64 + * arm + * arm64 + * neutral + +
+ +
+ InstallerLocale - Locale for package installer + + **Optional Field** + + This key represents the locale for an installer *not* the package meta-data. Some installers are compiled with locale or language specific properties. If this key is present, it is used to represent the package locale for an installer. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ Platform - The installer supported operating system + + **Optional Field** + + This key represents the Windows platform targeted by the installer. The Windows Package Manager currently supports "Windows.Desktop" and "Windows.Universal". The Windows Package Manager client currently has no behavior associated with this property. It was added for future looking scenarios. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ MinimumOSVersion - The installer minimum operating system version + + **Optional Field** + + This key represents the minimum version of the Windows operating system supported by the package. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerType - Enumeration of supported installer types. + + **Required Field** + + This key represents the installer type for the package. The Windows Package Manager supports [MSIX], [MSI], and executable installers. Some well known formats ([Inno], [Nullsoft], [WiX], and [Burn]) provide standard sets of installer switches to provide different installer experiences. Portable packages are supported as of Windows Package Manager 1.3. Zip packages are supported as of Windows Package Manager 1.5. + + > [!IMPORTANT] + The Windows Package Manager 1.7 does not support loose executables with the .com file extension directly. Progressive Web Applications (PWAs) and fonts are also not supported. + + > [!NOTE] + The Windows Package Manager defaults to the install mode providing install progress. A best practice is to determine if one of the supported installer technologies was used to build an installer with the .exe file extension. The [Windows Package Manager Manifest Creator] tool can be used to determine if one of the known tools was used to build an installer with the .exe file extension. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerUrl - The installer Url + + **Required Field** + + This key represents the URL to download the installer. +
+ +
+ InstallerSha256 - Sha256 is required. Sha256 of the installer + + **Required Field** + + This key represents the SHA 256 hash for the installer. It is used to confirm the installer has not been modified. The Windows Package Manager will compare the hash in the manifest with the calculated hash of the installer after it has been downloaded. + + > [!NOTE] + The [Windows Package Manager Manifest Creator] can be used to determine the SHA 256 of the installer. The `winget hash <pathToInstaller>` command can also be used to determine the SHA 256 of the installer. +
+ +
+ SignatureSha256 - SignatureSha256 is recommended for appx or msix. It is the sha256 of signature file inside appx or msix. Could be used during streaming install if applicable + + **Optional Field** + + This key represents the signature file (AppxSignature.p7x) inside an MSIX installer. It is used to provide streaming install for MSIX packages. + + > [!IMPORTANT] + MSIX installers must be signed to be included in the Microsoft community package repository. If the installer is an MSIX this signature should be included in the manifest. The [Windows Package Manager Manifest Creator] can be used to determine the signature SHA 256. The `winget hash --msix` command can also be used to determine the signature SHA 256. +
+ +
+ NestedInstallerType - NestedInstallerType is required when InstallerType is an archive type such as '.zip' + + **Required Field** + + This key represents the installer type of the file within the archive which will be used as the installer. +
+ +
+ NestedInstallerFiles - NestedInstallerFiles is required when InstallerType is an archive type such as '.zip' + + **Required Field** + + This key is a list of all the installers to be executed within an archive. + + > [!IMPORTANT] + This field can only contain one nested installer file unless the NestedInstallerType is 'portable' +
+ +
+ RelativeFilePath - RelativeFilePath is required within NestedInstallerFiles + + **Required Field** + + The relative path to the installer file contained within the archive. +
+ +
+ PortableCommandAlias - The command alias to be used for calling the package + + **Optional Field** + + The alias which is added to the PATH for calling the package from the command line. + + > [!IMPORTANT] + This field is only valid when NestedInstallerType is 'portable' +
+ +
+ Scope - Scope indicates if the installer is per user or per machine + + **Optional Field** + + This key represents the scope the package is installed under. The two configurations are "user" and "machine". Some installers support only one of these scopes while others support both via arguments passed to the installer using "InstallerSwitches". + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallModes - List of supported installer modes + + **Optional Field** + + This key represents the install modes supported by the installer. The Microsoft community package repository requires a package support "silent" and "silent with progress". The Windows Package Manager also supports "interactive" installers. The Windows Package Manager client does not have any behavior associated with this key. + + > [!IMPORTANT] + Some installers will attempt to install missing dependencies. If these dependencies require user interaction, the package will not be allowed into the Microsoft community package repository. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerSwitches - Switches passed to installers + + **Optional Field** + + This key represents the set of switches passed to installers. + + **Windows Package Manager Community Repository** + + The Microsoft community repository currently requires support for silent and silent with progress installation. Many custom .exe installers will require the proper switches to meet this requirement. The [Windows Package Manager Manifest Creator] tool can be used to determine if one of the known tools was used to build an installer with the .exe file extension. In the event the tool is unable to determine the tool used to build the installer, the publisher may have documentation for the proper switches. +
+ +
+ Silent - Silent is the value that should be passed to the installer when user chooses a silent or quiet install + + **Optional Field** + + This key represents switches passed to the installer to provide a silent install experience. These would be used when the command `winget install --silent` is executed. + + > [!NOTE] + When the Windows Package Manager installs a package using the "silent" install mode, any custom switches will also be passed to the installer. If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ SilentWithProgress - SilentWithProgress is the value that should be passed to the installer when user chooses a non-interactive install + + **Optional Field** + + This key represents switches passed to the installer to provide a silent with progress install experience. This is intended to allow a progress indication to the user, and the indication may come from an installer UI dialogue, but it must not require user interaction to complete. The Windows Package Manager currently defaults to this install experience. + + > [!NOTE] + When the Windows Package Manager installs a package using the "silent with progress" install mode, any custom switches will also be passed to the installer. If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ Interactive - Interactive is the value that should be passed to the installer when user chooses an interactive install + + **Optional Field** + + This key represents switches passed to the installer to provide an interactive install experience. This is intended to allow a user to interact with the installer. These would be used when the command `winget install --interactive` is executed. + + > [!NOTE] + When the Windows Package Manager installs a package using the "interactive" install mode, any custom switches will also be passed to the installer. If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ InstallLocation - InstallLocation is the value passed to the installer for custom install location. + + **Optional Field** + + This key represents the path to install the package if the installer supports installing the package in a user configurable location. The **<INSTALLPATH>** token can be included in the switch value so the Windows Package Manager will replace the token with user provided path. +
+ +
+ Log - Log is the value passed to the installer for custom log file path. + + **Optional Field** + + This key represents the path logs will be directed to if the installer supports specifying the log path in a user configurable location. The **<LOGPATH>** token can be included in the switch value so the Windows Package Manager will replace the token with user provided path. +
+ +
+ Upgrade - Upgrade is the value that should be passed to the installer when user chooses an upgrade. + + **Optional Field** + + This key represents the switches to be passed to the installer during an upgrade. This will happen only if the upgrade behavior is "install". + + > [!NOTE] + If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ Custom - Custom switches will be passed directly to the installer by the Windows Package Manager. + + **Optional Field** + + This key represents any switches the Windows Package Manager will pass to the installer in addition to "Silent", "SilentWithProgress", and "Interactive". + + > [!NOTE] + If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ Repair - Repair is the value that should be passed to the installer when a user chooses to repair an existing installation + + **Optional Field** + + This key represents the switches to be passed during the repair of an existing installation. This will be passed to the installer, ModifyPath ARP command, or Uninstaller ARP command depending on the RepairBehavior specified in the manifest. + + > [!NOTE] + If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ UpgradeBehavior - The upgrade method + + **Optional Field** + + This key represents what the Windows Package Manager should do regarding the currently installed package during a package upgrade. If the package should be uninstalled first, the "uninstallPrevious" value should be specified. If the package should not be upgraded through WinGet, the "deny" value should be specified. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ Commands - List of commands or aliases to run the package + + **Optional Field** + + This key represents any commands or aliases used to execute the package after it has been installed. + + > [!IMPORTANT] + The Windows Package Manager does not update the path during the install workflow. In those cases, the user may need to restart their shell or terminal before the command will execute the newly installed package. The Windows Package Manager does not support any behavior related to commands or aliases. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ Protocols - List of protocols the package provides a handler for + + **Optional Field** + + This key represents any protocols supported by the package. The Windows Package Manager does not support any behavior related to protocols handled by a package. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ FileExtensions - List of file extensions the package could support + + **Optional Field** + + This key represents any file extensions supported by the package. The Windows Package Manager does not support any behavior related to the file extensions supported by the package. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ Dependencies - List of dependencies needed to install or execute the package + + **Optional Field** + + This key represents any dependencies required to install or run the package. + + > [!IMPORTANT] + External Dependencies are not supported. Package dependencies are referenced by their package identifier and must come from the same source. Windows Features may require a reboot before they are enabled. Windows Libraries are not supported. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ ExternalDependencies - List of external package dependencies + + **Optional Field** + + This key represents any external dependencies required to install or run the package. + + > [!IMPORTANT] + The Windows Package Manager does not support any behavior related to external dependencies. +
+ +
+ PackageDependencies - List of package dependencies from current source + + **Optional Field** + + This key represents any packages from the same source required to install or run the package. + + > [!IMPORTANT] +Dependencies are referenced by their package identifier and must come from the same source. +
+ +
+ WindowsFeatures - List of Windows feature dependencies + + **Optional Field** + + This key represents any Windows features required to install or run the package. +
+ +
+ WindowsLibraries - List of Windows library dependencies + + **Optional Field** + + This key represents any Windows libraries required to install or run the package. + + > [!IMPORTANT] + The Windows Package Manager does not support any behavior related to Windows Libraries. +
+ +
+ PackageFamilyName - PackageFamilyName for appx or msix installer. Could be used for correlation of packages across sources + + **Optional Field** + + This key represents the package family name specified in an MSIX installer. This value is used to assist with matching packages from a source to the program installed in Windows via Add / Remove Programs for list, and upgrade behavior. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ Capabilities - List of appx or msix installer capabilities + + **Optional Field** + + This key represents the capabilities provided by an MSIX package. More information is available for [App capability declarations] + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ RestrictedCapabilities - List of appx or msix installer restricted capabilities + + **Optional Field** + + This key represents the restricted capabilities provided by an MSIX package. More information is available for [App capability declarations] + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerAbortsTerminal - Indicator for installers that abort the terminal. + + **Optional Field** + + This key represents the behavior associated with installers that abort the terminal. This most often occurs when a user is performing an upgrade of the running terminal. + + > [!NOTE] + Windows Terminal no longer causes this to occur as the MSIX install behavior from the Windows Package Manager is deferred registration. +
+ +
+ InstallLocationRequired - Indicator for packages requiring an install location to be specified. + + **Optional Field** + + This key represents the requirement to have an install location specified. These installers are known to deploy files to the location the installer is executed in. +
+ +
+ RequireExplicitUpgrade - Indicator for packages that upgrade themselves. + + **Optional Field** + + This key identifies packages that upgrade themselves. By default, they are excluded from `winget upgrade --all`. +
+ +
+ ElevationRequirement - Indicator for elevation requirements when installing or upgrading packages. + + **Optional Field** + + This key represents which scope a package is required to be executed under. Some packages require user level execution while others require administrative level execution. + +* elevationRequired - Must be run from a shell that is running in an administrative context (e.g - Admin user using powershell/terminal/cmd with "Run as Administrator") +* elevationProhibited - Must be run from a shell that is not running in an administrative context +* elevatesSelf - If called from a non-administrative context, will request elevation. If called from an administrative context, may or may not request elevation. +
+ +
+ UnsupportedOSArchitectures - List of unsupported architectures for a package. + + **Optional Field** + + This key represents any architectures a package is known not to be compatible with. Generally, this is associated with emulation modes. +
+ +
+ Markets - List of supported markets for a package. + + **Optional Field** + + This key represents any markets a package may be installed in. + + > [!IMPORTANT] + If a market is listed in both this key and the ExcludedMarkets key, the market will be excluded. Both keys are present to reduce the need to list the larger set of markets. +
+ +
+ ExcludedMarkets - List of unsupported markets for a package. + + **Optional Field** + + This key represents any markets a package may not be installed in. + + > [!IMPORTANT] + If a market is listed in both this key and the Markets key, the market will be excluded. Both keys are present to reduce the need to list the larger set of markets. +
+ +
+ InstallerSuccessCodes - List of additional non-zero installer success exit codes other than known default values by the Windows Package Manager. + + **Optional Field** + + This key represents any status codes returned by the installer representing a success condition other than zero. + + > [!IMPORTANT] + Some return codes indicate a reboot is suggested or required. The Windows Package Manager does not support the reboot behavior currently. Some installers will force a reboot, and the Windows Package Manager does not currently suppress reboot behavior. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ ExpectedReturnCodes - List of additional non-zero installer exit codes other than known default values by the Windows Package Manager. + + **Optional Field** + + This key represents any status codes returned by the installer representing a condition other than zero. + + > [!IMPORTANT] + Some return codes indicate a reboot is suggested or required. The Windows Package Manager does not support the reboot behavior currently. Some installers will force a reboot, and the Windows Package Manager does not currently suppress reboot behavior. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerReturnCode - The non-zero installer exit code other than known default values by the Windows Package Manager. + + **Optional Field** + + This key represents any status code returned by the installer representing a condition other than zero. MSIX and MSI packages have well known return codes. This is primarily intended for executable installers that have custom or unique return codes that can be mapped to a return response. +
+ +
+ ReturnResponse - The return response to be displayed in the event an expected return code is encountered. + + **Optional Field** + + This key represents a return response to display when an installer returns an expected return code. MSIX and MSI packages have well known return codes. This is primarily intended for executable installers that have custom or unique return codes that can be mapped to a return response. + + > [!NOTE] + An enumerated list of values in the JSON schema must be specified for consistency of user experience. +
+ +
+ ReturnResponseUrl - The return response URL to be displayed in the event an expected return code is encountered. + + **Optional Field** + + This key represents a return response URL to display when an installer returns an expected return code. MSIX and MSI packages have well known return codes. This is primarily intended for executable installers that have custom or unique return codes that can be mapped to a return response. + + > [!NOTE] + An enumerated list of values in the JSON schema must be specified for consistency of user experience. +
+ +
+ ProductCode - ProductCode is used for correlation of packages with manifests is configured sources. + + **Optional Field** + + This key represents the product code specified in an MSI installer. This value is used to assist with matching packages from a source to the program installed in Windows via Add / Remove Programs for list, and upgrade behavior. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ AppsAndFeaturesEntries - AppsAndFeaturesEntries are used to match installed packages with manifests in configured sources. + + **Optional Field** + + This key represents the values reported by Windows Apps & Features. When a package is installed, entries are made into the Windows Registry. +
+ +
+ DisplayName - DisplayName is what is displayed in the Control Panel for installed packages. + + **Optional Field** + + This key represents the package name as displayed in Windows Apps & Features. It is used to help correlate installed packages with manifests in configured sources. +
+ +
+ DisplayVersion - DisplayVersion is the version displayed in the Control Panel for installed packages. + + **Optional Field** + + This key represents the package version as displayed in Windows Apps & Features. It is used to help correlate installed packages with manifests in configured sources. + + > Note: When the PackageVersion and DisplayVersion are the same, the DisplayVersion should be omitted from the AppsAndFeaturesEntries +
+ +
+ Publisher - Publisher is the value of the package publisher reported in the Windows registry. + + **Optional Field** + + This key represents the Publisher reported in the Windows registry. It is used to help correlate installed packages with manifests in configured sources. +
+ +
+ ProductCode - ProductCode is used for correlation of packages with manifests in configured sources. + + **Optional Field** + + This key represents the product code for a package. It is used to help correlate installed packages with manifests in configured sources. + + > [!NOTE] + This key is displayed twice for completeness. When AppsAndFeaturesEntries are specified, the ProductCode should be placed both within the installer and the AppsAndFeaturesEntries +
+ +
+ UpgradeCode - UpgradeCode is used for correlation of packages with manifests in configured sources. + + **Optional Field** + + This key represents the upgrade code for a package. It is used to help correlate installed packages with manifests in configured sources. +
+ +
+ InstallerType - Enumeration of supported installer types. + + **Optional Field** + + This key represents the installer type for the package. It is used to help correlate installed packages with manifests in configured sources. In some cases, an installer is an .exe based installer, but contains an MSI installer. This key will help the Windows Package Manager understand if upgrading an MSI should be performed when it is contained in an .exe installer. + + > [!NOTE] + This key is displayed twice for completeness. When AppsAndFeaturesEntries are specified, the InstallerType should be placed within the installer only, unless the AppsAndFeaturesEntries represent a different InstallerType +
+ +
+ UnsupportedArguments - List of unsupported Windows Package Manager Client arguments for an installer. + + **Optional Field** + + This key represents the list of Windows Package Manager Client arguments the installer does not support. Only the `--log` and `--location` arguments can be specified as unsupported arguments for an installer. + +
+ +
+ DisplayInstallWarnings - Indicator for displaying a warning message prior to install or upgrade. + + **Optional Field** + +This key represents whether a warning message is displayed to the user prior to install or upgrade if the package is known to interfere with any running applications. + +> [!NOTE] +The DisplayInstallWarnings behavior is not implemented in the Windows Package Manager 1.7 client. +
+ +
+ ReleaseDate - The Release Date for a package. + + **Optional Field** + + This key represents the release date for a package. +
+ +
+ InstallationMetadata - Details about the installation. + + **Optional Field** + + This key allows for additional metadata to be used for deeper installation detection. +
+ +
+ DefaultInstallLocation - The default installed package location. + + **Optional Field** + + This key represents the default install location for the package. +
+ +
+ Files - The list of installed files. + + **Optional Field** + + This key represents the files installed for the package. +
+ +
+ RelativeFilePath - The relative path to the installed file. + + **Optional Field** + + This key represents the path to the installed file relative to the default install location. +
+ +
+ FileSha256 - The optional Sha256 of the installed file. + + **Optional Field** + + This key represents the Sha256 hash of the installed file. +
+ +
+ FileType - The optional installed file type. + + **Optional Field** + + This key represents the type of the installed file - `launch`, `uninstall`, or `other`. If not specified, the file is treated as `other`. +
+ +
+ InvocationParameter - Optional parameter for invocable files. + + **Optional Field** + + This key represents the parameter to use for invocable files. +
+ +
+ DisplayName - Optional display name for invocable files + + **Optional Field** + + This key represents the display name to use for invocable files. +
+ +
+ DownloadCommandProhibited - Optional indicator for packages which cannot be downloaded for offline installation + + **Optional Field** + + When `true`, this flag will prohibit the manifest from being downloaded for offline installation with the `winget download` command +
+ +
+ RepairBehavior - Optional repair method to use with 'winget repair` + + **Optional Field** + + This field controls what method is used to repair existing installations of packages. Specifying `modify` will use the ModifyPath string from the package's ARP data, `uninstaller` will use the Uninstall string from the package's ARP data, and `installer` will download and run the installer. In each case, the `Repair` value from `InstallerSwitches` will be added as an argument when invoking the command to repair the package. +
+ +
+ ManifestType - The manifest type + + **Required Field** + + This key must have the value "installer". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
+ +
+ ManifestVersion - The manifest syntax version + + **Required Field** + + This key must have the value "1.7.0". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
diff --git a/doc/manifest/schema/1.7.0/locale.md b/doc/manifest/schema/1.7.0/locale.md new file mode 100644 index 0000000000000..c583186727cfc --- /dev/null +++ b/doc/manifest/schema/1.7.0/locale.md @@ -0,0 +1,324 @@ +[JSON schema]: https://github.com/microsoft/winget-cli/blob/master/schemas/JSON/manifests/v1.7.0/manifest.locale.1.7.0.json +[YAML]: https://yaml.org/spec +[semantic version]: https://semver.org +[Available languages for Windows]: https://docs.microsoft.com/windows-hardware/manufacture/desktop/available-language-packs-for-windows +[locales]: https://docs.microsoft.com/windows-hardware/manufacture/desktop/default-input-locales-for-windows-language-packs +[install]: https://docs.microsoft.com/windows/package-manager/winget/install +[list]: https://docs.microsoft.com/windows/package-manager/winget/list +[upgrade]: https://docs.microsoft.com/windows/package-manager/winget/upgrade + +# Windows Package Manager +## Manifest Schema v1.7.0 Locale File + +All Windows Package Manager manifests in the Microsoft community repository are submitted using [YAML] syntax. A [JSON schema] is provided to aid authoring these files in editors, and in the other tooling related to the Windows Package Manager. This document provides detailed information regarding the usage of the YAML keys in the locale file for multi-file manifests. + +### Locale Manifest + +```YAML +PackageIdentifier: # The package unique identifier +PackageVersion: # The package version +PackageLocale: # The package meta-data locale +Publisher: # Optional publisher name +PublisherUrl: # Optional publisher home page +PublisherSupportUrl: # Optional publisher support page +PrivacyUrl: # Optional publisher privacy page +Author: # Optional author +PackageName: # Optional package name +PackageUrl: # Optional package home page +License: # Optional package license +LicenseUrl: # Optional package license page +Copyright: # Optional package copyright +CopyrightUrl: # Optional package copyright page +ShortDescription: # Optional short package description +Description: # Optional full package description +Tags: # Optional list of package terms +Agreements: # Optional package agreements + - AgreementLabel: # Optional agreement label + Agreement: # Optional agreement text + AgreementUrl: # Optional agreement URL +Documentations: # Optional documentation + - DocumentLabel: # Optional documentation label + DocumentUrl: # Optional documentation URL +ReleaseNotes: # Optional release notes +ReleaseNotesUrl: # Optional release notes URL +PurchaseUrl: # Optional purchase URL +InstallationNotes: # Optional notes displayed upon installation +ManifestType: locale # The manifest type +ManifestVersion: 1.7.0 # The manifest syntax version +``` + +## Fields + +
+ PackageIdentifier - The package unique identifier + + **Required Field** + + This key is the unique identifier for a given package. This value is generally in the form of `Publisher.Package`. It is case sensitive, and this value must match the folder structure under the partition directory in GitHub. +
+ +
+ PackageVersion - The package version + + **Required Field** + + This key represents the version of the package. It is related to the specific release this manifests targets. In some cases you will see a perfectly formed [semantic version] number, and in other cases you might see something different. These may be date driven, or they might have other characters with some package specific meaning for example. + + The Windows Package Manager client uses this version to determine whether or not an upgrade for a package is available. In some cases, packages may be released with a marketing driven version, and that causes trouble with the `winget upgrade` command. + + The current best practice is to use the value reported in Add / Remove Programs when this version of the package is installed. In some cases, packages do not report a version resulting in an upgrade loop or other unwanted behavior. +
+ +
+ PackageLocale - The package meta-data locale + + **Required Field** + + This key represents the locale for package meta-data. The format is BCP-47. This value identifies the language for meta-data to be displayed to a user when no locale file matching their preferences is available. The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules for this file. + + **References** + +* [Available languages for Windows] +* [Default Input Profiles (Input Locales) in Windows][locales] + + > [!NOTE] + This field is the key to determining which fields are required for the Microsoft community repository. The default locale specified in the version file must match with this value. +
+ +
+ Publisher - The publisher name + + **Optional Field** + + This key represents the name of the publisher for a given package. This field is intended to allow the full publisher's or ISV's name to be displayed as they wish. + + > [!NOTE] + With the 1.0 release of the Windows Package Manager, this name affects how packages from a source are mapped to Apps installed in Windows 10 and Windows 11 via Add / Remove Programs (ARP). The best practice is to ensure this matches the ARP entry for the package when it has been installed. The impact is associated with `winget upgrade` and `winget list`. +
+ +
+ PublisherUrl - The publisher home page + + **Optional Field** + + This key represents the web site for the publisher or ISV. +
+ +
+ PublisherSupportUrl - The publisher support page + + **Optional Field** + + This key represents the customer support web site or specific web page provided by the publisher or ISV. +
+ +
+ PrivacyUrl - The publisher privacy page or the package privacy page + + **Optional Field** + + This key represents the privacy web site or specific web page provided the publisher or ISV. If there is a privacy web site or specific web page for the package, it is preferred over a generic privacy page for the publisher. +
+ +
+ Author - The package author + + **Optional Field** + + This key represents the author of a package. In some cases, the author is an individual who develops and or maintains the package. +
+ +
+ PackageName - The package name + + **Optional Field** + + This key represents the name of the package. This field is intended to allow the full package name to be displayed as the publisher or ISV wishes. + + > [!NOTE] + With the 1.0 release of the Windows Package Manager, this name affects how packages from a source are mapped to Apps installed in Windows 10 via Add / Remove Programs (ARP). The best practice is to ensure this matches the ARP entry for the package name when it has been installed. The impact is associated with `winget upgrade` and `winget list`. +
+ +
+ PackageUrl - The package home page + + **Optional Field** + + This key represents the web site for the package. +
+ +
+ License - The package license + + **Optional Field** + + This key represents the license governing the use and or distribution for the product. This could be an open source license, or a commercial license. Please note that a copyright is not considered a license. If there is no available information on a product's license, "Proprietary" should be the value in this field. +
+ +
+ LicenseUrl - The license page + + **Optional Field** + + This key represents the license web site or specific web page provided the publisher or ISV. If there is a license web site or specific web page for the package, it is preferred over a generic license page for the publisher. + + If this is a link to the license file for an open source project, it should be specific to the version for the package. Some open source projects change their license over time. +
+ +
+ Copyright - The package copyright + + **Optional Field** + + This key represents the copyright for the package. +
+ +
+ CopyrightUrl - The package copyright page + + **Optional Field** + + This key represents the copyright web site or specific web page provided the publisher or ISV. If there is a copyright web site or specific web page for the package, it is preferred over a generic copyright page for the publisher. + + If this is a link to the copyright file for an open source project, it should be specific to the version for the package. Some open source projects change their copyright over time. +
+ +
+ ShortDescription - The short package description + + **Optional Field** + + This key represents the description for a package. It is intended for use in `winget show` to help a user understand what the package is. + + > [!NOTE] + This should be something descriptive about what the package does, and it should not simply state something like "<package name> installer" or "<package name> setup". +
+ +
+ Description - The full package description + + **Optional Field** + + This key represents the full or long description for a package. It is *not* currently used in the Windows Package Manager. + + > [!NOTE] + This was included for future integration with the Microsoft Store source to provide the ability to display the full package description. +
+ +
+ Tags - List of additional package search terms + + **Optional Field** + + This key represents other common term users would search for when looking for packages. + + > [!NOTE] + The best practice is to present these terms in all lower case with hyphens rather than spaces. +
+ +
+ Agreements/b> - List of package agreements + + **Optional Field** + + This key holds any agreements a user must accept prior to download and subsequent install or upgrade. + + > [!IMPORTANT] + In the Windows Package Manager Community Repository, these are only allowed to be submitted by verified developers. +
+ +
+ AgreementLabel - The label for a package agreement + + **Optional Field** + + This key represents the label for a package agreement. +
+ +
+ Agreement - The text for a package agreement + + **Optional Field** + + This key represents the text or body of a package agreement. +
+ +
+ AgreementUrl - The URL for a package agreement + + **Optional Field** + + This key represents the URL for a package agreement. +
+ +
+ Documentations - List of documentation + + **Optional Field** + + This key holds any documentation for providing software guides such as manuals and troubleshooting URLs. +
+ +
+ DocumentLabel - The documentation label + + **Optional Field** + + This key represents the label for a documentation. +
+ +
+ DocumentUrl - List of documentation + + **Optional Field** + + This key represents the URL for a documentation. +
+ +
+ ReleaseNotes - The Release Notes for a package. + + **Optional Field** + + This key represents release notes for a package. +
+ +
+ ReleaseNotesUrl - The Release Notes web page for a package. + + **Optional Field** + + This key represents release notes web page for a package. +
+ +
+ PurchaseUrl - The Purchase URL for a package. + + **Optional Field** + + This key represents the purchase url for acquiring entitlement for a package. +
+ +
+ InstallationNotes - The Installation Notes for a package. + + **Optional Field** + + This key represents the notes displayed to the user upon completion of a package installation. +
+ +
+ ManifestType - The manifest type + + **Required Field** + + This key must have the value "locale". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
+ +
+ ManifestVersion - The manifest syntax version + + **Required Field** + + This key must have the value "1.7.0". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
diff --git a/doc/manifest/schema/1.7.0/singleton.md b/doc/manifest/schema/1.7.0/singleton.md new file mode 100644 index 0000000000000..f0f812b18318e --- /dev/null +++ b/doc/manifest/schema/1.7.0/singleton.md @@ -0,0 +1,1012 @@ +[JSON schema]: https://github.com/microsoft/winget-cli/blob/master/schemas/JSON/manifests/v1.7.0/manifest.singleton.1.7.0.json +[semantic version]: https://semver.org +[install]: https://docs.microsoft.com/windows/package-manager/winget/install +[list]: https://docs.microsoft.com/windows/package-manager/winget/list +[upgrade]: https://docs.microsoft.com/windows/package-manager/winget/upgrade +[MSIX]: https://docs.microsoft.com/windows/msix/overview +[MSI]: https://docs.microsoft.com/windows/win32/msi/windows-installer-portal +[Inno]: https://jrsoftware.org/isinfo.php +[Nullsoft]: https://sourceforge.net/projects/nsis +[WiX]: https://wixtoolset.org +[Burn]: https://wixtoolset.org/documentation/manual/v3/bundle +[Windows Package Manager Manifest Creator]: https://github.com/microsoft/winget-create +[App capability declarations]: https://docs.microsoft.com/windows/uwp/packaging/app-capability-declarations + +## Minimal singleton YAML file example +As specified in the singleton [JSON schema], only a number of fields are required. The singleton format is only valid for packages containing a single installer and a single locale. If more than one installer or locale is provided, the multiple YAML file format and schema must be used. + +> [!WARNING] +The singleton manifest format has been deprecated in the Windows Package Manager Community Repository. The Windows Package Manager 1.7 client still supports singleton manifests. + +### Singleton Manifest + +```YAML +PackageIdentifier: # The package unique identifier +PackageVersion: # The package version +Channel: # *Not implemented* distribution channel +PackageLocale: # The package meta-data locale +Publisher: # The publisher name +PackageName: # The package name +License: # The package license +ShortDescription: # The short package description +Description: # Optional full package description +Moniker: # Optional most common package term +Tags: # Optional list of package terms +Agreements: # Optional package agreements + - AgreementLabel: # Optional agreement label + Agreement: # Optional agreement text + AgreementUrl: # Optional agreement URL +Documentations: # Optional documentation + - DocumentLabel: # Optional documentation label + DocumentUrl: # Optional documentation URL +ReleaseDate: # Optional release date +ReleaseNotes: # Optional release notes +ReleaseNotesUrl: # Optional release notes URL +PurchaseUrl: # Optional purchase URL +InstallationNotes: # Optional notes displayed upon installation +Installers: # The package installer + - Architecture: # The architecture of the installer + InstallerLocale: # Optional locale of the installer + Platform: # Optional installer supported operating system + MinimumOSVersion: # Optional installer minimum operating system version + InstallerType: # The installer type + InstallerUrl: # The installer URL + InstallerSha256: # The SHA256 hash of the installer + SignatureSha256: # Optional SHA256 hash of the MSIX signature + NestedInstallerType: # The installer type when InstallerType is an archive type + NestedInstallerFiles: # Details about the installers when InstallerType is an archive type + - RelativeFilePath: # The relative path to the nested installer file + PortableCommandAlias: # The command alias to be used for calling the package. Only applies when NestedInstallerType is 'portable' + Scope: # Optional installer scope + InstallModes: # Optional installer modes + InstallerSwitches: # Optional installer switches + Silent: # Optional installer switches for silent + SilentWithProgress: # Optional installer switches for silent with progress + Interactive: # Optional installer switches for interactive + InstallLocation: # Optional install location path + Log: # Optional installer log file path + Upgrade: # Optional installer switches for upgrade + Custom: # Optional installer switches for custom behavior + Repair: # Optional installer switches to use when repairing the package installation + UpgradeBehavior: # Optional upgrade method + Commands: # Optional commands or aliases to run the package + Protocols: # Optional list of protocols supported by the package + FileExtensions: # Optional list of file extensions supported by the package + Dependencies: # Optional list of dependencies required by the package + - ExternalDependencies: # *Not implemented* list of external dependencies + PackageDependencies: # Optional list of package dependencies + WindowsFeatures: # Optional list of Windows feature dependencies + WindowsLibraries: # *Not implemented* list of Windows library dependencies + PackageFamilyName: # Optional MSIX package family name + Capabilities: # Optional list of MSIX package capabilities + RestrictedCapabilities: # Optional list of MSIX package restricted capabilities + InstallerAbortsTerminal: # Optional indicator for packages that abort terminal + InstallLocationRequired: # Optional indicator for packages that require install location + RequireExplicitUpgrade: # Optional indicator for packages that upgrade themselves + ElevationRequirement: # Scope required to install package + UnsupportedOSArchitectures: # Optional architectures the package is not supported on + Markets: # Optional markets the package is allowed to be installed + ExcludedMarkets: # Optional markets the package is not allowed to be installed + InstallerSuccessCodes: # Optional non-zero installer success codes + ExpectedReturnCodes: # Optional non-zero installer return codes + - InstallerReturnCode: # Optional non-zero installer return code + ReturnResponse: # Optional response for an expected return code + ReturnResponseUrl: # Optional response URL for an expected return code + ProductCode: # Optional product code of the installer + AppsAndFeaturesEntries: # Optional entries from the Add and Remove Programs (ARP) table + - DisplayName: # Optional program name shown in the ARP entry + DisplayVersion: # Optional version displayed in the ARP entry + Publisher: # Optional publisher displayed in the ARP entry + ProductCode: # Optional product code of the installer + UpgradeCode: # Optional upgrade code of the installer + InstallerType: # Optional installer type + UnsupportedArguments: # Optional list of Windows Package Manager Client arguments the installer does not support + - UnsupportedArgument: # Optional unsupported Windows Package Manager Client argument + DisplayInstallWarnings: # *Not implemented* Optional indicator for packages that are known to interfere with running application during install + InstallationMetadata: # Optional metadata for deeper installation detection + - DefaultInstallLocation: # Optional default install location for the package + Files: # Optional list of files installed by the package + - RelativeFilePath: # Optional relative path to the installed file + FileSha256: # Optional Sha256 of the installed file + FileType: # Optional installed file type. Treated as 'other' if not specified + InvocationParameter: # Optional parameter for invocable files + DisplayName: # Optional display name for invocable files + DownloadCommandProhibited: # Optional indicator for packages which cannot be downloaded for offline installation + RepairBehavior: # Optional repair method to use with 'winget repair` +ManifestType: singleton # The manifest type +ManifestVersion: 1.7.0 # The manifest syntax version +``` + +### [Singleton Minimal Example](#tab/minimal/) + +```YAML +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.6.10571.0 +PackageLocale: en-US +Publisher: Microsoft +PackageName: Windows Terminal +License: MIT +ShortDescription: The new Windows Terminal, a tabbed command line experience for Windows. +Installers: + - Architecture: x64 + InstallerType: msix + InstallerUrl: https://github.com/microsoft/terminal/releases/download/v1.6.10571.0/Microsoft.WindowsTerminal_1.6.10571.0_8wekyb3d8bbwe.msixbundle + InstallerSha256: 092aa89b1881e058d31b1a8d88f31bb298b5810afbba25c5cb341cfa4904d843 + SignatureSha256: e53f48473621390c8243ada6345826af7c713cf1f4bbbf0d030599d1e4c175ee +ManifestType: singleton +ManifestVersion: 1.7.0 +``` + +## Fields + +
+ PackageIdentifier - The package unique identifier + + **Required Field** + + This key is the unique identifier for a given package. This value is generally in the form of `Publisher.Package`. It is case sensitive, and this value must match the folder structure under the partition directory in GitHub. +
+ +
+ PackageVersion - The package version + + **Required Field** + + This key represents the version of the package. It is related to the specific release this manifests targets. In some cases you will see a perfectly formed [semantic version] number, and in other cases you might see something different. These may be date driven, or they might have other characters with some package specific meaning for example. + + The Windows Package Manager client uses this version to determine if an upgrade for a package is available. In some cases, packages may be released with a marketing driven version, and that causes trouble with the [`winget upgrade`][upgrade] command. + + > [!NOTE] + The current best practice is to use the value reported in Add / Remove Programs when this version of the package is installed. In some cases, packages do not report a version resulting in an upgrade loop or other unwanted behavior. This practice may seem contrary to using semantic versioning, but it provides the best end to end experience for customers. It will take time for publishers and ISVs to migrate to semantic versioning, and some may intentionally choose to preserve other versioning schemes. In these cases, it is best practice to include the "AppsAndFeaturesEntries" section for each installer. +
+ +
+ Channel - The distribution channel + + **Optional Field** + + This key represents the distribution channel for a package. Examples may include "stable" or "beta". + + > [!NOTE] + This key is included for future use. The Windows Package Manager currently does not have any behavior associated with this key. The intent behind this key is to help disambiguate the different channels for packages lacking support for side by side installation. Some packages support having more than one package channel available on a system simultaneously; in this case it is better to use unique packages rather than channels. This key is intended to ensure the proper channel for a package is used during install and upgrade scenarios. +
+ +
+ Description - The full package description + + **Optional Field** + + This key represents the full or long description for a package. It is *not* currently used in the Windows Package Manager. + + > [!NOTE] + This was included for future integration with the Microsoft Store source to provide the ability to display the full package description. +
+ +
+ Moniker - The most common package term + + **Optional Field** + + This key represents the most common term users would search for when installing or upgrading a package. If only one package uses this moniker, then the [install], [list] and [upgrade] command may match with this package. + + >Note:Moniker is the third property evaluated when searching for a matching package. +
+ +
+ Tags - List of additional package search terms + + **Optional Field** + + This key represents other common term users would search for when looking for packages. + + > [!NOTE] + The best practice is to present these terms in all lower case with hyphens rather than spaces. +
+ +
+ Agreements - List of package agreements + + **Optional Field** + + This key holds any agreements a user must accept prior to download and subsequent install or upgrade. + + > [!IMPORTANT] + In the Windows Package Manager Community Repository, these are only allowed to be submitted by verified developers. +
+ +
+ AgreementLabel - The label for a package agreement + + **Optional Field** + + This key represents the label for a package agreement. +
+ +
+ Agreement - The text for a package agreement + + **Optional Field** + + This key represents the text or body of a package agreement. +
+ +
+ AgreementUrl - The URL for a package agreement + + **Optional Field** + + This key represents the URL for a package agreement. +
+ +
+ Documentations - List of documentation + + **Optional Field** + + This key holds any documentation for providing software guides such as manuals and troubleshooting URLs. +
+ +
+ DocumentLabel - The documentation label + + **Optional Field** + + This key represents the label for a documentation. +
+ +
+ DocumentUrl - List of documentation + + **Optional Field** + + This key represents the URL for a documentation. +
+ +
+ ReleaseDate - The Release Date for a package. + + **Optional Field** + + This key represents the release date for a package. +
+ +
+ ReleaseNotes - The Release Notes for a package. + + **Optional Field** + + This key represents release notes for a package. +
+ +
+ ReleaseNotesUrl - The Release Notes web page for a package. + + **Optional Field** + + This key represents release notes web page for a package. +
+ +
+ PurchaseUrl - The Purchase URL for a package. + + **Optional Field** + + This key represents the purchase url for acquiring entitlement for a package. +
+ +
+ InstallationNotes - The Installation Notes for a package. + + **Optional Field** + + This key represents the notes displayed to the user upon completion of a package installation. +
+ +
+ Installers - Package installer + + **Required Field** + + The key represents an installer for a package. + + > [!IMPORTANT] + Many of the keys related to installers may either be at the root level of the manifest, or included in an installer. Any values provided at the root level and not specified in an installer will be inherited. +
+ +
+ Architecture - The installer target architecture + + **Required Field** + + This key represents the hardware architecture targeted by the installer. The Windows Package Manager will attempt to determine the best architecture to use. If emulation is available and the native hardware architecture does not have a supported installer, the emulated architecture may be used. +
+ +
+ InstallerLocale - Locale for package installer + + **Optional Field** + + This key represents the locale for an installer *not* the package meta-data. Some installers are compiled with locale or language specific properties. If this key is present, it is used to represent the package locale for an installer. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. + +
+ +
+ Platform - The installer supported operating system + + **Optional Field** + + This key represents the Windows platform targeted by the installer. The Windows Package Manager currently supports "Windows.Desktop" and "Windows.Universal". The Windows Package Manager client currently has no behavior associated with this property. It was added for future looking scenarios. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ MinimumOSVersion - The installer minimum operating system version + + **Optional Field** + + This key represents the minimum version of the Windows operating system supported by the package. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerType - Enumeration of supported installer types. + + **Required Field** + + This key represents the installer type for the package. The Windows Package Manager supports [MSIX], [MSI], and executable installers. Some well known formats ([Inno], [Nullsoft], [WiX], and [Burn]) provide standard sets of installer switches to provide different installer experiences. Portable packages are supported as of Windows Package Manager 1.3. Zip packages are supported as of Windows Package Manager 1.5. + + > [!IMPORTANT] + The Windows Package Manager does not support loose executables with the .exe or .com file extension directly. Progressive Web Applications (PWAs) and fonts are also not supported. + + > [!NOTE] + The Windows Package Manager defaults to the install mode providing install progress. A best practice is to determine if one of the supported installer technologies was used to build an installer with the .exe file extension. The [Windows Package Manager Manifest Creator] tool can be used to determine if one of the known tools was used to build an installer with the .exe file extension. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerUrl - The installer Url + + **Required Field** + + This key represents the URL to download the installer. +
+ +
+ InstallerSha256 - Sha256 is required. Sha256 of the installer + + **Required Field** + + This key represents the SHA 256 hash for the installer. It is used to confirm the installer has not been modified. The Windows Package Manager will compare the hash in the manifest with the calculated hash of the installer after it has been downloaded. + + > [!NOTE] + The [Windows Package Manager Manifest Creator] can be used to determine the SHA 256 of the installer. The `winget hash <pathToInstaller>` command can also be used to determine the SHA 256 of the installer. +
+ +
+ SignatureSha256 - SignatureSha256 is recommended for appx or msix. It is the sha256 of the signature file inside the appx or msix. Could be used during streaming install if applicable. + + **Optional Field** + + This key represents the signature file (AppxSignature.p7x) inside an MSIX installer. It is used to provide streaming install for MSIX packages. + + > [!IMPORTANT] + MSIX installers must be signed to be included in the Microsoft community package repository. If the installer is an MSIX this signature should be included in the manifest. The [Windows Package Manager Manifest Creator] can be used to determine the signature SHA 256. The `winget hash --msix` command can also be used to determine the signature SHA 256. +
+ +
+ NestedInstallerType - NestedInstallerType is required when InstallerType is an archive type such as '.zip' + + **Required Field** + + This key represents the installer type of the file within the archive which will be used as the installer. +
+ +
+ NestedInstallerFiles - NestedInstallerFiles is required when InstallerType is an archive type such as '.zip' + + **Required Field** + + This key is a list of all the installers to be executed within an archive. + + > Note: This field can only contain one nested installer file unless the NestedInstallerType is 'portable' +
+ +
+ RelativeFilePath - RelativeFilePath is required within NestedInstallerFiles + + **Required Field** + + The relative path to the installer file contained within the archive. +
+ +
+ PortableCommandAlias - The command alias to be used for calling the package + + **Required Field** + + The alias which is added to the PATH for calling the package from the command line. + + > Note: This field is only valid when NestedInstallerType is 'portable' +
+ +
+ Scope - Scope indicates if the installer is per user or per machine + + **Optional Field** + + This key represents the scope the package is installed under. The two configurations are "user" and "machine". Some installers support only one of these scopes while others support both via arguments passed to the installer using "InstallerSwitches". + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallModes - List of supported installer modes + + **Optional Field** + + This key represents the install modes supported by the installer. The Microsoft community package repository requires a package support "silent" and "silent with progress". The Windows Package Manager also supports "interactive" installers. The Windows Package Manager client does not have any behavior associated with this key. + + > [!IMPORTANT] + Some installers will attempt to install missing dependencies. If these dependencies require user interaction, the package will not be allowed into the Microsoft community package repository. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerSwitches - Switches passed to installers + + **Optional Field** + + This key represents the set of switches passed to installers. + + > [!IMPORTANT] + The Microsoft community repository currently requires support for silent and silent with progress installation. Many custom .exe installers will require the proper switches to meet this requirement. The [Windows Package Manager Manifest Creator] tool can be used to determine if one of the known tools was used to build an installer with the .exe file extension. In the event the tool is unable to determine the tool used to build the installer, the publisher may have documentation for the proper switches. +
+ +
+ Silent - Silent is the value that should be passed to the installer when user chooses a silent or quiet install + + **Optional Field** + + This key represents switches passed to the installer to provide a silent install experience. These would be used when the command `winget install --silent` is executed. + + > [!NOTE] + When the Windows Package Manager installs a package using the "silent" install mode, any custom switches will also be passed to the installer. If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ SilentWithProgress - SilentWithProgress is the value that should be passed to the installer when user chooses a non-interactive install + + **Optional Field** + + This key represents switches passed to the installer to provide a silent with progress install experience. This is intended to allow a progress indication to the user, and the indication may come from an installer UI dialogue, but it must not require user interaction to complete. The Windows Package Manager currently defaults to this install experience. + + > [!NOTE] + When the Windows Package Manager installs a package using the "silent with progress" install mode, any custom switches will also be passed to the installer. If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ Interactive - Interactive is the value that should be passed to the installer when user chooses an interactive install + + **Optional Field** + + This key represents switches passed to the installer to provide an interactive install experience. This is intended to allow a user to interact with the installer. These would be used when the command `winget install --interactive` is executed. + + > [!NOTE] + When the Windows Package Manager installs a package using the "interactive" install mode, any custom switches will also be passed to the installer. If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ InstallLocation - InstallLocation is the value passed to the installer for custom install location. + + **Optional Field** + + This key represents the path to install the package if the installer supports installing the package in a user configurable location. The **<INSTALLPATH>** token can be included in the switch value so the Windows Package Manager will replace the token with the user provided path. +
+ +
+ Log - Log is the value passed to the installer for custom log file path. + + **Optional Field** + + This key represents the path logs will be directed to if the installer supports specifying the log path in a user configurable location. The **<LOGPATH>** token can be included in the switch value so the Windows Package Manager will replace the token with the user provided path. +
+ +
+ Upgrade - Upgrade is the value that should be passed to the installer when user chooses an upgrade. + + **Optional Field** + + This key represents the switches to be passed to the installer during an upgrade. This will happen only if the upgrade behavior is "install". + + > [!NOTE] + If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ Custom - Custom switches will be passed directly to the installer by the Windows Package Manager. + + **Optional Field** + + This key represents any switches the Windows Package Manager will pass to the installer in addition to "Silent", "SilentWithProgress", and "Interactive". + + > [!NOTE] + If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ Repair - Repair is the value that should be passed to the installer when a user chooses to repair an existing installation + + **Optional Field** + + This key represents the switches to be passed during the repair of an existing installation. This will be passed to the installer, ModifyPath ARP command, or Uninstaller ARP command depending on the RepairBehavior specified in the manifest. + + > [!NOTE] + If a user applies override switches via command line via the Windows Package Manager, none of the switches from the manifest will be passed to the installer. +
+ +
+ UpgradeBehavior - The upgrade method + + **Optional Field** + + This key represents what the Windows Package Manager should do regarding the currently installed package during a package upgrade. If the package should be uninstalled first, the "uninstallPrevious" value should be specified. If the package should not be upgraded through WinGet, the "deny" value should be specified. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ Commands - List of commands or aliases to run the package + + **Optional Field** + + This key represents any commands or aliases used to execute the package after it has been installed. + + > [!IMPORTANT] + The Windows Package Manager does not update the path during the install workflow. In those cases, the user may need to restart their shell or terminal before the command will execute the newly installed package. The Windows Package Manager does not support any behavior related to commands or aliases. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ Protocols - List of protocols the package provides a handler for + + **Optional Field** + + This key represents any protocols supported by the package. The Windows Package Manager does not support any behavior related to protocols handled by a package. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ FileExtensions - List of file extensions the package could support + + **Optional Field** + + This key represents any file extensions supported by the package. The Windows Package Manager does not support any behavior related to the file extensions supported by the package. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ Dependencies - List of dependencies needed to install or execute the package + + **Optional Field** + + This key represents any dependencies required to install or run the package. + + > [!IMPORTANT] + The Windows Package Manager does not support any behavior related to dependencies. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ ExternalDependencies - List of external package dependencies + + **Optional Field** + + This key represents any external dependencies required to install or run the package. + + > [!IMPORTANT] + The Windows Package Manager does not support any behavior related to dependencies. +
+ +
+ PackageDependencies - List of package dependencies from current source + + **Optional Field** + + This key represents any packages from the same source required to install or run the package. + + > [!IMPORTANT] + The Windows Package Manager does not support any behavior related to dependencies. +
+ +
+ WindowsFeatures - List of Windows feature dependencies + + **Optional Field** + + This key represents any Windows features required to install or run the package. + + > [!IMPORTANT] + The Windows Package Manager does not support any behavior related to dependencies. +
+ +
+ WindowsLibraries - List of Windows library dependencies + + **Optional Field** + + This key represents any Windows libraries required to install or run the package. + + > [!IMPORTANT] + The Windows Package Manager does not support any behavior related to dependencies. +
+ +
+ PackageFamilyName - PackageFamilyName for appx or msix installer. Could be used for correlation of packages across sources + + **Optional Field** + + This key represents the package family name specified in an MSIX installer. This value is used to assist with matching packages from a source to the program installed in Windows via Add / Remove Programs for list, and upgrade behavior. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ Capabilities - List of appx or msix installer capabilities + + **Optional Field** + + This key represents the capabilities provided by an MSIX package. More information is available for [App capability declarations] + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ RestrictedCapabilities - List of appx or msix installer restricted capabilities + + **Optional Field** + + This key represents the restricted capabilities provided by an MSIX package.More information is available for [App capability declarations] + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerAbortsTerminal - Indicator for installers that abort the terminal. + + **Optional Field** + + This key represents the behavior associated with installers that abort the terminal. This most often occurs when a user is performing an upgrade of the running terminal. + + > [!NOTE] + Windows Terminal no longer causes this to occur as the MSIX install behavior from the Windows Package Manager is deferred registration. +
+ +
+ InstallLocationRequired - Indicator for packages requiring an install location to be specified. + + **Optional Field** + + This key represents the requirement to have an install location specified. These installers are known to deploy files to the location the installer is executed in. +
+ +
+ RequireExplicitUpgrade - Indicator for packages that upgrade themselves. + + **Optional Field** + + This key identifies packages that upgrade themselves. By default, they are excluded from `winget upgrade --all`. +
+ +
+ ElevationRequirement - Indicator for elevation requirements when installing or upgrading packages. + + **Optional Field** + + This key represents which scope a package is required to be executed under. Some packages require user level execution while others require administrative level execution. +
+ +
+ UnsupportedOSArchitectures - List of unsupported architectures for a package. + + **Optional Field** + + This key represents any architectures a package is known not to be compatible with. Generally, this is associated with emulation modes. +
+ +
+ Markets - List of supported markets for a package. + + **Optional Field** + + This key represents any markets a package may be installed in. + + > [!IMPORTANT] + If a market is listed in both this key and the ExcludedMarkets key, the market will be excluded. Both keys are present to reduce the need to list the larger set of markets. +
+ +
+ ExcludedMarkets - List of unsupported markets for a package. + + **Optional Field** + + This key represents any markets a package may not be installed in. + + > [!IMPORTANT] + If a market is listed in both this key and the Markets key, the market will be excluded. Both keys are present to reduce the need to list the larger set of markets. +
+ +
+ InstallerSuccessCodes - List of additional non-zero installer success exit codes other than known default values by the Windows Package Manager. + + **Optional Field** + + This key represents any status codes returned by the installer representing a success condition other than zero. + + > [!IMPORTANT] + Some return codes indicate a reboot is suggested or required. The Windows Package Manager does not support the reboot behavior currently. Some installers will force a reboot, and the Windows Package Manager does not currently suppress reboot behavior. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ ExpectedReturnCodes - List of additional non-zero installer exit codes other than known default values by the Windows Package Manager. + + **Optional Field** + + This key represents any status codes returned by the installer representing a condition other than zero. + + > [!IMPORTANT] + Some return codes indicate a reboot is suggested or required. The Windows Package Manager does not support the reboot behavior currently. Some installers will force a reboot, and the Windows Package Manager does not currently suppress reboot behavior. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ InstallerReturnCode - The non-zero installer exit code other than known default values by the Windows Package Manager. + + **Optional Field** + + This key represents any status code returned by the installer representing a condition other than zero. MSIX and MSI packages have well known return codes. This is primarily intended for executable installers that have custom or unique return coes that can be mapped to a return response. +
+ +
+ ReturnResponse - The return response to be displayed in the event an expected return code is encountered. + + **Optional Field** + + This key represents a return response to display when an installer returns an expected return code. MSIX and MSI packages have well known return codes. This is primarily intended for executable installers that have custom or unique return coes that can be mapped to a return response. + + > [!NOTE] + An enumerated list of values in the JSON schema must be specified for consistency of user experience. +
+ +
+ ReturnResponseUrl - The return response URL to be displayed in the event an expected return code is encountered. + + **Optional Field** + + This key represents a return response URL to display when an installer returns an expected return code. MSIX and MSI packages have well known return codes. This is primarily intended for executable installers that have custom or unique return codes that can be mapped to a return response. + + > [!NOTE] + An enumerated list of values in the JSON schema must be specified for consistency of user experience. +
+ +
+ ProductCode - ProductCode is used for correlation of packages with manifests in configured sources. + + **Optional Field** + + This key represents the product code specified in an MSI installer. This value is used to assist with matching packages from a source to the program installed in Windows via Add / Remove Programs for list, and upgrade behavior. + + > [!NOTE] + This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply. +
+ +
+ AppsAndFeaturesEntries - AppsAndFeaturesEntries are used to match installed packages with manifests in configured sources. + + **Optional Field** + + This key represents the values reported by Windows Apps & Features. When a package is installed, entries are made into the Windows Registry. +
+ +
+ DisplayName - DisplayName is what is displayed in the Control Panel for installed packages. + + **Optional Field** + + This key represents the package name as displayed in Windows Apps & Features. It is used to help correlate installed packages with manifests in configured sources. +
+ +
+ DisplayVersion - DisplayVersion is the version displayed in the Control Panel for installed packages. + + **Optional Field** + + This key represents the package version as displayed in Windows Apps & Features. It is used to help correlate installed packages with manifests in configured sources. + + > Note: When the PackageVersion and DisplayVersion are the same, the DisplayVersion should be omitted from the AppsAndFeaturesEntries +
+ +
+ Publisher - Publisher is the value of the package publisher reported in the Windows registry. + + **Optional Field** + + This key represents the Publisher reported in the Windows registry. It is used to help correlate installed packages with manifests in configured sources. +
+ +
+ ProductCode - ProductCode is used for correlation of packages with manifests in configured sources. + + **Optional Field** + + This key represents the product code for a package. It is used to help correlate installed packages with manifests in configured sources. + + > [!NOTE] + This key is displayed twice for completeness. When AppsAndFeaturesEntries are specified, the ProductCode should be placed both within the installer and the AppsAndFeaturesEntries +
+ +
+ UpgradeCode - UpgradeCode is used for correlation of packages with manifests in configured sources. + + **Optional Field** + + This key represents the upgrade code for a package. It is used to help correlate installed packages with manifests in configured sources. +
+ +
+ InstallerType - Enumeration of supported installer types. + + **Optional Field** + + This key represents the installer type for the package. It is used to help correlate installed packages with manifests in configured sources. In some cases, an installer is an .exe based installer, but contains an MSI installer. This key will help the Windows Package Manager understand if upgrading an MSI should be performed when it is contained in an .exe installer. + + > [!NOTE] + This key is displayed twice for completeness. When AppsAndFeaturesEntries are specified, the InstallerType should be placed within the installer only, unless the AppsAndFeaturesEntries represent a different InstallerType +
+ +
+ UnsupportedArguments - List of unsupported Windows Package Manager Client arguments for an installer. + + **Optional Field** + + This key represents the list of Windows Package Manager Client arguments the installer does not support. Only the `--log` and `--location` arguments can be specified as unsupported arguments for an installer. + +
+ +
+ DisplayInstallWarnings - Indicator for displaying a warning message prior to install or upgrade. + + **Optional Field** + +This key represents whether a warning message is displayed to the user prior to install or upgrade if the package is known to interfere with any running applications. + +> [!NOTE] + The DisplayInstallWarnings behavior is not implemented in the Windows Package Manager 1.7 client. +
+ +
+ InstallationMetadata - Details about the installation. + + **Optional Field** + + This key allows for additional metadata to be used for deeper installation detection. +
+ +
+ DefaultInstallLocation - The default installed package location. + + **Optional Field** + + This key represents the default install location for the package. +
+ +
+ Files - The list of installed files. + + **Optional Field** + + This key represents the files installed for the package. +
+ +
+ RelativeFilePath - The relative path to the installed file. + + **Optional Field** + + This key represents the path to the installed file relative to the default install location. +
+ +
+ FileSha256 - The optional Sha256 of the installed file. + + **Optional Field** + + This key represents the Sha256 hash of the installed file. +
+ +
+ FileType - The optional installed file type. + + **Optional Field** + + This key represents the type of the installed file - `launch`, `uninstall`, or `other`. If not specified, the file is treated as `other`. +
+ +
+ InvocationParameter - Optional parameter for invocable files. + + **Optional Field** + + This key represents the parameter to use for invocable files. +
+ +
+ DisplayName - Optional display name for invocable files + + **Optional Field** + + This key represents the display name to use for invocable files. +
+ +
+ DownloadCommandProhibited - Optional indicator for packages which cannot be downloaded for offline installation + + **Optional Field** + + When `true`, this flag will prohibit the manifest from being downloaded for offline installation with the `winget download` command +
+ +
+ RepairBehavior - Optional repair method to use with 'winget repair` + + **Optional Field** + + This field controls what method is used to repair existing installations of packages. Specifying `modify` will use the ModifyPath string from the package's ARP data, `uninstaller` will use the Uninstall string from the package's ARP data, and `installer` will download and run the installer. In each case, the `Repair` value from `InstallerSwitches` will be added as an argument when invoking the command to repair the package. +
+ +
+ ManifestType - The manifest type + + **Required Field** + + This key must have the value "installer". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
+ +
+ ManifestVersion - The manifest syntax version + + **Required Field** + + This key must have the value "1.7.0". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
diff --git a/doc/manifest/schema/1.7.0/version.md b/doc/manifest/schema/1.7.0/version.md new file mode 100644 index 0000000000000..58b85a6c7bb9e --- /dev/null +++ b/doc/manifest/schema/1.7.0/version.md @@ -0,0 +1,71 @@ +[JSON schema]: https://github.com/microsoft/winget-cli/blob/master/schemas/JSON/manifests/v1.7.0/manifest.version.1.7.0.json +[YAML]: https://yaml.org/spec +[semantic version]: https://semver.org + +# Windows Package Manager +## Manifest Schema v1.7.0 Version File + +All Windows Package Manager manifests in the Microsoft community repository are submitted using [YAML] syntax. A [JSON schema] is provided to aid authoring these files in editors, and in the other tooling related to the Windows Package Manager. This document provides detailed information regarding the usage of the YAML keys in the version file for multi-file manifests. + +### Version Manifest + +```YAML +PackageIdentifier: # The package unique identifier +PackageVersion: # The package version +DefaultLocale: # The default package meta-data locale +ManifestType: version # The manifest type +ManifestVersion: 1.7.0 # The manifest syntax version +``` + +## Fields + +
+ PackageIdentifier - The package unique identifier + + **Required Field** + + This key is the unique identifier for a given package. + + **Windows Package Manager Community Repository** + + This value is generally in the form of `Publisher.Package`. It is case sensitive, and this value must match the folder structure under the partition directory. +
+ +
+ PackageVersion - The package version + + **Required Field** + + This key represents the version of the package. It is related to the specific release this manifests targets. In some cases you will see a perfectly formed [semantic version] number, and in other cases you might see something different. These may be date driven, or they might have other characters with some package specific meaning for example. + + The Windows Package Manager client uses this version to determine whether or not an upgrade for a package is available. In some cases, packages may be released with a marketing driven version, and that causes trouble with the `winget upgrade` command. + + The current best practice is to use the value reported in Add / Remove Programs when this version of the package is installed. In some cases, packages do not report a version resulting in an upgrade loop or other unwanted behavior. +
+ +
+ DefaultLocale - The default package meta-data locale + + **Required Field** + + This key represents the default locale for package meta-data. The format is BCP-47. This value identifies the language for meta-data to be displayed to a user when no locale file matching their preferences is available. + + **Windows Package Manager Community Repository** + + The validation pipelines use this value to ensure the corresponding locale file is present and conforms with the defaultLocale YAML specification. +
+ +
+ ManifestType - The manifest type + + **Required Field** + + This key must have the value "version". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
+ +
+ ManifestVersion - The manifest syntax version + + **Required Field** + This key must have the value "1.7.0". The Microsoft community package repository validation pipelines also use this value to determine appropriate validation rules when evaluating this file. +
diff --git a/manifests/.DS_Store b/manifests/.DS_Store deleted file mode 100644 index 3af0350184ab8..0000000000000 Binary files a/manifests/.DS_Store and /dev/null differ diff --git a/manifests/0/0x192/UniversalAndroidDebloaterGUI/0.5.1/0x192.UniversalAndroidDebloaterGUI.installer.yaml b/manifests/0/0x192/UniversalAndroidDebloaterGUI/0.5.1/0x192.UniversalAndroidDebloaterGUI.installer.yaml index 9431d6356b503..90e4c49f19723 100644 --- a/manifests/0/0x192/UniversalAndroidDebloaterGUI/0.5.1/0x192.UniversalAndroidDebloaterGUI.installer.yaml +++ b/manifests/0/0x192/UniversalAndroidDebloaterGUI/0.5.1/0x192.UniversalAndroidDebloaterGUI.installer.yaml @@ -5,7 +5,10 @@ PackageIdentifier: 0x192.UniversalAndroidDebloaterGUI PackageVersion: 0.5.1 InstallerType: portable Commands: -- adb +- uad +Dependencies: + PackageDependencies: + - PackageIdentifier: Google.PlatformTools Installers: - InstallerUrl: https://github.com/0x192/universal-android-debloater/releases/download/0.5.1/uad_gui-windows.exe Architecture: x64 diff --git a/manifests/1/115/115/.validation b/manifests/1/115/115/.validation deleted file mode 100644 index 86f78b4633069..0000000000000 --- a/manifests/1/115/115/.validation +++ /dev/null @@ -1 +0,0 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"8e829c86-fbd3-4dfd-b72a-abe58abf004d","TestPlan":"Validation-Domain","PackagePath":"manifests/1/115/115/1.0.3.6"}]} \ No newline at end of file diff --git a/manifests/1/115/115/1.0.1.19/115.115.installer.yaml b/manifests/1/115/115/1.0.1.19/115.115.installer.yaml deleted file mode 100644 index 838bbe7c47c8b..0000000000000 --- a/manifests/1/115/115/1.0.1.19/115.115.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.1.19 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_1.0.1.19.exe - InstallerSha256: B308CE4082237484EEC5501F1C6F151AC11D822BAD9B9DDA997A3EC9880FF5C0 - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.1.19/115.115.locale.en-US.yaml b/manifests/1/115/115/1.0.1.19/115.115.locale.en-US.yaml deleted file mode 100644 index 267a786b42c34..0000000000000 --- a/manifests/1/115/115/1.0.1.19/115.115.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.1.19 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://q.115.com/feedback/main -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Network Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: '@2021 115科技 版权所有' -CopyrightUrl: https://115.com/copyright.html -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: "115" -Tags: -- netdisk -- cloud -- cloud-drive -- upload -- download -- share -- "115" -- 115电脑版 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.1.19/115.115.locale.zh-CN.yaml b/manifests/1/115/115/1.0.1.19/115.115.locale.zh-CN.yaml deleted file mode 100644 index 268f2a29329eb..0000000000000 --- a/manifests/1/115/115/1.0.1.19/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.1.19 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://q.115.com/feedback/main -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2021 115科技 版权所有' -CopyrightUrl: https://115.com/copyright.html -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- 网盘 -- 云 -- 云盘 -- 上传 -- 下载 -- 分享 -- "115" -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.1.19/115.115.yaml b/manifests/1/115/115/1.0.1.19/115.115.yaml deleted file mode 100644 index 092a868222b0a..0000000000000 --- a/manifests/1/115/115/1.0.1.19/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.1.19 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.2.9/115.115.installer.yaml b/manifests/1/115/115/1.0.2.9/115.115.installer.yaml deleted file mode 100644 index 2502d5600e906..0000000000000 --- a/manifests/1/115/115/1.0.2.9/115.115.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.2.9 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_1.0.2.9.exe - InstallerSha256: 96BB68EAB2ED66A0174492A53A27AB8A36B09A9906FC0C26D14D4D750D360EFF - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.2.9/115.115.locale.en-US.yaml b/manifests/1/115/115/1.0.2.9/115.115.locale.en-US.yaml deleted file mode 100644 index 0f63e05efe8fc..0000000000000 --- a/manifests/1/115/115/1.0.2.9/115.115.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.2.9 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://q.115.com/feedback/main -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Network Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: '@2021 115科技 版权所有' -CopyrightUrl: https://115.com/copyright.html -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: "115" -Tags: -- "115" -- 115电脑版 -- cloud -- cloud-drive -- download -- netdisk -- share -- upload -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.2.9/115.115.locale.zh-CN.yaml b/manifests/1/115/115/1.0.2.9/115.115.locale.zh-CN.yaml deleted file mode 100644 index bc7af3abfaf4a..0000000000000 --- a/manifests/1/115/115/1.0.2.9/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.2.9 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://q.115.com/feedback/main -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2021 115科技 版权所有' -CopyrightUrl: https://115.com/copyright.html -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- "115" -- 上传 -- 下载 -- 云 -- 云盘 -- 分享 -- 网盘 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.2.9/115.115.yaml b/manifests/1/115/115/1.0.2.9/115.115.yaml deleted file mode 100644 index 1f4c00bec4e9e..0000000000000 --- a/manifests/1/115/115/1.0.2.9/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.2.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.3.6/115.115.installer.yaml b/manifests/1/115/115/1.0.3.6/115.115.installer.yaml deleted file mode 100644 index 4136dbd1ae3dc..0000000000000 --- a/manifests/1/115/115/1.0.3.6/115.115.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.3.6 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ReleaseDate: 2022-01-07 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_1.0.3.6.exe - InstallerSha256: FDD796CD418CD79288E56A66BFCE352318E3171B16CF0C85BA0D0D86713213B4 - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.3.6/115.115.locale.en-US.yaml b/manifests/1/115/115/1.0.3.6/115.115.locale.en-US.yaml deleted file mode 100644 index 516eb77fee705..0000000000000 --- a/manifests/1/115/115/1.0.3.6/115.115.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.3.6 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://q.115.com/feedback/main -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Network Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://115.com/115/T530669.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.3.6/115.115.locale.zh-CN.yaml b/manifests/1/115/115/1.0.3.6/115.115.locale.zh-CN.yaml deleted file mode 100644 index 08494a8afc3d7..0000000000000 --- a/manifests/1/115/115/1.0.3.6/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.3.6 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://q.115.com/feedback/main -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -# Agreements: -ReleaseNotes: |- - 1. 支持预览压缩包,用户可点击选中的压缩包进行云解压,方便用户快速查看文件; - 2. 修复若干已知问题,软件性能更稳定。 -ReleaseNotesUrl: https://115.com/115/T530669.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.3.6/115.115.yaml b/manifests/1/115/115/1.0.3.6/115.115.yaml deleted file mode 100644 index d355504455aa3..0000000000000 --- a/manifests/1/115/115/1.0.3.6/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.3.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.4.6/115.115.installer.yaml b/manifests/1/115/115/1.0.4.6/115.115.installer.yaml deleted file mode 100644 index 487732bb213b8..0000000000000 --- a/manifests/1/115/115/1.0.4.6/115.115.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.4.6 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ReleaseDate: 2022-03-03 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_1.0.4.6.exe - InstallerSha256: CEA5D164B8D909ABD0A5CFF25FB10B19D2400296B60937BFF663A27CF5572E1B - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.4.6/115.115.locale.en-US.yaml b/manifests/1/115/115/1.0.4.6/115.115.locale.en-US.yaml deleted file mode 100644 index 09665e0f913e8..0000000000000 --- a/manifests/1/115/115/1.0.4.6/115.115.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.4.6 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://q.115.com/feedback/main -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Network Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://115.com/115/T534964.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.4.6/115.115.locale.zh-CN.yaml b/manifests/1/115/115/1.0.4.6/115.115.locale.zh-CN.yaml deleted file mode 100644 index 49f52d3db2122..0000000000000 --- a/manifests/1/115/115/1.0.4.6/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.4.6 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://q.115.com/feedback/main -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -# Agreements: -ReleaseNotes: |- - 1. 增加文件解压、移动和复制的路径记忆功能; - 2. 支持删除传输_下载任务列表时同步删除本地文件; - 3. 优化文件使用体验:在传输_下载任务列表中打开本地的文件目录时,显示选中当前文件; - 4. 修复若干已知问题,软件性能更稳定。 -ReleaseNotesUrl: https://115.com/115/T534964.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.4.6/115.115.yaml b/manifests/1/115/115/1.0.4.6/115.115.yaml deleted file mode 100644 index c41b8235b2be3..0000000000000 --- a/manifests/1/115/115/1.0.4.6/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.4.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.5.18/115.115.installer.yaml b/manifests/1/115/115/1.0.5.18/115.115.installer.yaml deleted file mode 100644 index a6127c42612f3..0000000000000 --- a/manifests/1/115/115/1.0.5.18/115.115.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.5.18 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ReleaseDate: 2022-04-25 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_1.0.5.18.exe - InstallerSha256: A03CA8131EA989CFB71F706E6E5623F3942740FF45FFA8F67D3755B43683F614 - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.5.18/115.115.locale.en-US.yaml b/manifests/1/115/115/1.0.5.18/115.115.locale.en-US.yaml deleted file mode 100644 index adb15b2c0b060..0000000000000 --- a/manifests/1/115/115/1.0.5.18/115.115.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.5.18 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://q.115.com/feedback/main -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Network Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://115.com/115/T539821.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.5.18/115.115.locale.zh-CN.yaml b/manifests/1/115/115/1.0.5.18/115.115.locale.zh-CN.yaml deleted file mode 100644 index dc91d4d6a6cce..0000000000000 --- a/manifests/1/115/115/1.0.5.18/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.5.18 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://q.115.com/feedback/main -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -# Agreements: -ReleaseNotes: 修复若干已知问题,软件性能更稳定。 -ReleaseNotesUrl: https://115.com/115/T539821.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.5.18/115.115.yaml b/manifests/1/115/115/1.0.5.18/115.115.yaml deleted file mode 100644 index 9c417b295e514..0000000000000 --- a/manifests/1/115/115/1.0.5.18/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.5.18 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.6.7/115.115.installer.yaml b/manifests/1/115/115/1.0.6.7/115.115.installer.yaml deleted file mode 100644 index 81385e6852167..0000000000000 --- a/manifests/1/115/115/1.0.6.7/115.115.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.6.7 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ReleaseDate: 2022-05-18 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_1.0.6.7.exe - InstallerSha256: 53D695645EDF2BCDFF32AFDF36AE1B4B1B39056EC0576EA71879D4188FFC0997 - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.6.7/115.115.locale.en-US.yaml b/manifests/1/115/115/1.0.6.7/115.115.locale.en-US.yaml deleted file mode 100644 index 78d255efd92f8..0000000000000 --- a/manifests/1/115/115/1.0.6.7/115.115.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.6.7 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://q.115.com/feedback/main -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Network Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://115.com/115/T541518.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.6.7/115.115.locale.zh-CN.yaml b/manifests/1/115/115/1.0.6.7/115.115.locale.zh-CN.yaml deleted file mode 100644 index 83380f993ac15..0000000000000 --- a/manifests/1/115/115/1.0.6.7/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.6.7 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://q.115.com/feedback/main -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -# Agreements: -ReleaseNotes: |- - 1. 优化播放器功能,完善视频/音频播放器的播放记忆/音量操作等,提升用户播放体验。 - 2. 优化传输设置选项,文件传输更灵活。 - 3. 修复若干已知问题,软件性能更稳定。 -ReleaseNotesUrl: https://115.com/115/T541518.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.6.7/115.115.yaml b/manifests/1/115/115/1.0.6.7/115.115.yaml deleted file mode 100644 index 7cca5e21cfa61..0000000000000 --- a/manifests/1/115/115/1.0.6.7/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.6.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.7.7/115.115.installer.yaml b/manifests/1/115/115/1.0.7.7/115.115.installer.yaml deleted file mode 100644 index 1f471630291f3..0000000000000 --- a/manifests/1/115/115/1.0.7.7/115.115.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.7.7 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ReleaseDate: 2022-06-15 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_1.0.7.7.exe - InstallerSha256: 29004060F45E4DAB5A5BE26F5620A612891EE27B3A4A0862E97C712BDDDBA3D4 - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.7.7/115.115.locale.en-US.yaml b/manifests/1/115/115/1.0.7.7/115.115.locale.en-US.yaml deleted file mode 100644 index 33ad83f28d68f..0000000000000 --- a/manifests/1/115/115/1.0.7.7/115.115.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.7.7 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://q.115.com/feedback/main -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Network Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://115.com/115/T543237.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.7.7/115.115.locale.zh-CN.yaml b/manifests/1/115/115/1.0.7.7/115.115.locale.zh-CN.yaml deleted file mode 100644 index eed79e67565cb..0000000000000 --- a/manifests/1/115/115/1.0.7.7/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.7.7 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://q.115.com/feedback/main -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -# Agreements: -ReleaseNotes: |- - 1. 升级 115 电脑版 Logo 图标,品牌形象更出众。 - 2. 新增“下次自动登录”功能,用户登录更省心。 -ReleaseNotesUrl: https://115.com/115/T543237.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.7.7/115.115.yaml b/manifests/1/115/115/1.0.7.7/115.115.yaml deleted file mode 100644 index 1fa056d90687b..0000000000000 --- a/manifests/1/115/115/1.0.7.7/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.7.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/1/115/115/1.0.8.9/115.115.installer.yaml b/manifests/1/115/115/1.0.8.9/115.115.installer.yaml deleted file mode 100644 index 4d36d16c30957..0000000000000 --- a/manifests/1/115/115/1.0.8.9/115.115.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.8.9 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ReleaseDate: 2022-07-15 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_1.0.8.9.exe - InstallerSha256: 16154183331FCEFCDA4172E28D3A8B996EDAED6CD223E5D19E2F4BF8EB409850 - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/1.0.8.9/115.115.locale.en-US.yaml b/manifests/1/115/115/1.0.8.9/115.115.locale.en-US.yaml deleted file mode 100644 index c750d9d034dad..0000000000000 --- a/manifests/1/115/115/1.0.8.9/115.115.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.8.9 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Network Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://115.com/115/T545538.html -PurchaseUrl: https://vip.115.com/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/1.0.8.9/115.115.locale.zh-CN.yaml b/manifests/1/115/115/1.0.8.9/115.115.locale.zh-CN.yaml deleted file mode 100644 index 44181fb6f6c8c..0000000000000 --- a/manifests/1/115/115/1.0.8.9/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.8.9 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -# Agreements: -ReleaseNotes: 优化播放器功能,支持内置/外置字幕和 HDR 视频格式,提升用户播放体验。 -ReleaseNotesUrl: https://115.com/115/T545538.html -PurchaseUrl: https://vip.115.com/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/1.0.8.9/115.115.yaml b/manifests/1/115/115/1.0.8.9/115.115.yaml deleted file mode 100644 index 614ef8f3fec55..0000000000000 --- a/manifests/1/115/115/1.0.8.9/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 1.0.8.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.0.19/115.115.installer.yaml b/manifests/1/115/115/2.0.0.19/115.115.installer.yaml deleted file mode 100644 index 51b7c75a26518..0000000000000 --- a/manifests/1/115/115/2.0.0.19/115.115.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.0.19 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ReleaseDate: 2022-09-06 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_2.0.0.19.exe - InstallerSha256: 54F8302397309A877CAEE8933E43A7051AA2A935B7D7E6ECB65FCC50C4807DA9 - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.0.19/115.115.locale.en-US.yaml b/manifests/1/115/115/2.0.0.19/115.115.locale.en-US.yaml deleted file mode 100644 index cb783e881b825..0000000000000 --- a/manifests/1/115/115/2.0.0.19/115.115.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.0.19 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Network Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://115.com/115/T550767.html -PurchaseUrl: https://vip.115.com/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.0.19/115.115.locale.zh-CN.yaml b/manifests/1/115/115/2.0.0.19/115.115.locale.zh-CN.yaml deleted file mode 100644 index 5c2b1b1daf64a..0000000000000 --- a/manifests/1/115/115/2.0.0.19/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.0.19 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -# Agreements: -ReleaseNotes: |- - 1. 全局 UI 改版,交互体验全面升级。 - 2. 系统右键菜单新增“上传到 115 电脑版”功能,文件上传更便捷。 - 3. 优化文件管理功能,支持目录树浏览,提升用户文件管理效率。 -ReleaseNotesUrl: https://115.com/115/T550767.html -PurchaseUrl: https://vip.115.com/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.0.19/115.115.yaml b/manifests/1/115/115/2.0.0.19/115.115.yaml deleted file mode 100644 index ae06dde1ba901..0000000000000 --- a/manifests/1/115/115/2.0.0.19/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.0.19 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.1.7/115.115.installer.yaml b/manifests/1/115/115/2.0.1.7/115.115.installer.yaml deleted file mode 100644 index 290f5b5dd3da4..0000000000000 --- a/manifests/1/115/115/2.0.1.7/115.115.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.1.7 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ReleaseDate: 2022-10-12 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_2.0.1.7.exe - InstallerSha256: DAB12BBA7A0955356D2B1403E3E76E8628401F864F8BFD3D6C76D486D8A69A0C - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.1.7/115.115.locale.en-US.yaml b/manifests/1/115/115/2.0.1.7/115.115.locale.en-US.yaml deleted file mode 100644 index 17760edea7691..0000000000000 --- a/manifests/1/115/115/2.0.1.7/115.115.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.1.7 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Network Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://115.com/115/T554265.html -PurchaseUrl: https://vip.115.com/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.1.7/115.115.locale.zh-CN.yaml b/manifests/1/115/115/2.0.1.7/115.115.locale.zh-CN.yaml deleted file mode 100644 index a33a3c58df0e0..0000000000000 --- a/manifests/1/115/115/2.0.1.7/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.1.7 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -# Agreements: -ReleaseNotes: |- - 1. 升级 115 电脑版 Logo 图标,品牌形象更出众。 - 2. 优化下载缓存机制,下载体验更畅快。 - 3. 支持视频播放/文件传输时阻止系统自动睡眠,使用体验更优秀。 - 4. 优化顶部导航栏,“我的”频道更名为“生活”频道,服务分类更清晰。 -ReleaseNotesUrl: https://115.com/115/T554265.html -PurchaseUrl: https://vip.115.com/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.1.7/115.115.yaml b/manifests/1/115/115/2.0.1.7/115.115.yaml deleted file mode 100644 index e2027fb2a0ebe..0000000000000 --- a/manifests/1/115/115/2.0.1.7/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.1.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.10.2/115.115.installer.yaml b/manifests/1/115/115/2.0.10.2/115.115.installer.yaml deleted file mode 100644 index 42bd0dc15d613..0000000000000 --- a/manifests/1/115/115/2.0.10.2/115.115.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.10.2 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ReleaseDate: 2024-04-30 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115_v2.0.10.2.exe - InstallerSha256: 8F12E2E93E015A9EB9033808E5BC90926D9E971D9F2B3CB9F7F1C27DCCA6D289 - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115/2.0.10.2/115.115.locale.en-US.yaml b/manifests/1/115/115/2.0.10.2/115.115.locale.en-US.yaml deleted file mode 100644 index 97fe05a77e7dc..0000000000000 --- a/manifests/1/115/115/2.0.10.2/115.115.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.10.2 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Technology Co., Ltd. -PackageName: 115生活 -PackageUrl: https://pc.115.com -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: Copyright @2024 115 Technology -# CopyrightUrl: -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# ReleaseNotes: -ReleaseNotesUrl: https://115.com/115/T504444.html -PurchaseUrl: https://vip.115.com/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115/2.0.10.2/115.115.locale.zh-CN.yaml b/manifests/1/115/115/2.0.10.2/115.115.locale.zh-CN.yaml deleted file mode 100644 index 7c8888af8284b..0000000000000 --- a/manifests/1/115/115/2.0.10.2/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.10.2 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115生活 -PackageUrl: https://pc.115.com -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2024 115科技 版权所有' -# CopyrightUrl: -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -# ReleaseNotes: -ReleaseNotesUrl: https://115.com/115/T504444.html -PurchaseUrl: https://vip.115.com -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115/2.0.10.2/115.115.yaml b/manifests/1/115/115/2.0.10.2/115.115.yaml deleted file mode 100644 index f11355b539125..0000000000000 --- a/manifests/1/115/115/2.0.10.2/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.10.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115/2.0.2.9/115.115.installer.yaml b/manifests/1/115/115/2.0.2.9/115.115.installer.yaml deleted file mode 100644 index d5302a6517601..0000000000000 --- a/manifests/1/115/115/2.0.2.9/115.115.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.2.9 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ReleaseDate: 2022-12-09 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_2.0.2.9.exe - InstallerSha256: 2AFA93A0D2FF6F7611918318AE8297A5A5D31D09966952FEED25FD0A25ADDAF5 - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.2.9/115.115.locale.en-US.yaml b/manifests/1/115/115/2.0.2.9/115.115.locale.en-US.yaml deleted file mode 100644 index 84a792af9f6af..0000000000000 --- a/manifests/1/115/115/2.0.2.9/115.115.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.2.9 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Network Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://115.com/115/T562993.html -PurchaseUrl: https://vip.115.com/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.2.9/115.115.locale.zh-CN.yaml b/manifests/1/115/115/2.0.2.9/115.115.locale.zh-CN.yaml deleted file mode 100644 index 4c5deb709f1b2..0000000000000 --- a/manifests/1/115/115/2.0.2.9/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.2.9 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2022 115科技 版权所有' -# CopyrightUrl: -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -# Agreements: -ReleaseNotes: |- - 1. 新增 MP3 文件/文件夹封面的缩略图显示,文件展示更直观。 - 2. 优化文件上传选择框的图片清晰度,使用体验更友好。 - 3. 优化部分场景的传输机制,下载体验更畅快。 -ReleaseNotesUrl: https://115.com/115/T562993.html -PurchaseUrl: https://vip.115.com/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.2.9/115.115.yaml b/manifests/1/115/115/2.0.2.9/115.115.yaml deleted file mode 100644 index bf8dcf63edb4f..0000000000000 --- a/manifests/1/115/115/2.0.2.9/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.2.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.3.6/115.115.installer.yaml b/manifests/1/115/115/2.0.3.6/115.115.installer.yaml deleted file mode 100644 index af0632c8184aa..0000000000000 --- a/manifests/1/115/115/2.0.3.6/115.115.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.3.6 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ReleaseDate: 2023-02-16 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_2.0.3.6.exe - InstallerSha256: ED328E270D0232963DE326ADC2E02FDAD87FBFAE9A243A23C405D88261AB7B6B - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.3.6/115.115.locale.en-US.yaml b/manifests/1/115/115/2.0.3.6/115.115.locale.en-US.yaml deleted file mode 100644 index ca477158369f3..0000000000000 --- a/manifests/1/115/115/2.0.3.6/115.115.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.3.6 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Network Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: '@2023 115科技 版权所有' -# CopyrightUrl: -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://115.com/115/T568135.html -PurchaseUrl: https://vip.115.com/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.3.6/115.115.locale.zh-CN.yaml b/manifests/1/115/115/2.0.3.6/115.115.locale.zh-CN.yaml deleted file mode 100644 index 4a8b78d75bba1..0000000000000 --- a/manifests/1/115/115/2.0.3.6/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.3.6 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com/ -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com/ -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2023 115科技 版权所有' -# CopyrightUrl: -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -# Agreements: -ReleaseNotes: 修复若干已知问题,产品性能更稳定。 -ReleaseNotesUrl: https://115.com/115/T568135.html -PurchaseUrl: https://vip.115.com/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.3.6/115.115.yaml b/manifests/1/115/115/2.0.3.6/115.115.yaml deleted file mode 100644 index de997042e7c11..0000000000000 --- a/manifests/1/115/115/2.0.3.6/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.3.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/1/115/115/2.0.5.5/115.115.installer.yaml b/manifests/1/115/115/2.0.5.5/115.115.installer.yaml deleted file mode 100644 index b20ef504f3827..0000000000000 --- a/manifests/1/115/115/2.0.5.5/115.115.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with WinGet Automation using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: '115.115' -PackageVersion: 2.0.5.5 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ProductCode: '115' -ReleaseDate: 2023-04-12 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_2.0.5.5.exe - InstallerSha256: CCF04C05236B42858A7C965C81C12F85B3CD293EC3D6BAFF50A5630DC13DA7C2 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/1/115/115/2.0.5.5/115.115.locale.en-US.yaml b/manifests/1/115/115/2.0.5.5/115.115.locale.en-US.yaml deleted file mode 100644 index 7a42961fd0fbf..0000000000000 --- a/manifests/1/115/115/2.0.5.5/115.115.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with WinGet Automation using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: '115.115' -PackageVersion: 2.0.5.5 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Technology Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: Copyright @2023 115 Technology -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -ReleaseNotesUrl: https://q.115.com/115/T572177.html -PurchaseUrl: https://vip.115.com/ -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/1/115/115/2.0.5.5/115.115.locale.zh-CN.yaml b/manifests/1/115/115/2.0.5.5/115.115.locale.zh-CN.yaml deleted file mode 100644 index 5d744f0e6ff3b..0000000000000 --- a/manifests/1/115/115/2.0.5.5/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Automation using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: '115.115' -PackageVersion: 2.0.5.5 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2023 115科技 版权所有' -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -ReleaseNotes: |- - 1. 新增显示近期传输的文件数量,任务查看更直观; - 2. 支持本地隐藏文件上传云端,产品体验更丰富。 -ReleaseNotesUrl: https://q.115.com/115/T572177.html -PurchaseUrl: https://vip.115.com -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/1/115/115/2.0.5.5/115.115.yaml b/manifests/1/115/115/2.0.5.5/115.115.yaml deleted file mode 100644 index 59872e03df78b..0000000000000 --- a/manifests/1/115/115/2.0.5.5/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: '115.115' -PackageVersion: 2.0.5.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/1/115/115/2.0.6.6/115.115.installer.yaml b/manifests/1/115/115/2.0.6.6/115.115.installer.yaml deleted file mode 100644 index 201606f526625..0000000000000 --- a/manifests/1/115/115/2.0.6.6/115.115.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using WinGet Automation (CLI) -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.6.6 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_2.0.6.6.exe - InstallerSha256: 8222a23ba7884f655cda471482486d43e5f89f8adf5c31ecc13fd5bc00707da2 -ManifestType: installer -ManifestVersion: 1.5.0 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ProductCode: "115" -ReleaseDate: 2023-10-31 diff --git a/manifests/1/115/115/2.0.6.6/115.115.locale.en-US.yaml b/manifests/1/115/115/2.0.6.6/115.115.locale.en-US.yaml deleted file mode 100644 index 604be4e47b40b..0000000000000 --- a/manifests/1/115/115/2.0.6.6/115.115.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using WinGet Automation (CLI) -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.6.6 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Technology Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: Copyright @2023 115 Technology -# CopyrightUrl: -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# ReleaseNotes: -ReleaseNotesUrl: https://q.115.com/115/T659761.html -PurchaseUrl: https://vip.115.com/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/1/115/115/2.0.6.6/115.115.locale.zh-CN.yaml b/manifests/1/115/115/2.0.6.6/115.115.locale.zh-CN.yaml deleted file mode 100644 index 9bf6c09cd93df..0000000000000 --- a/manifests/1/115/115/2.0.6.6/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: '115.115' -PackageVersion: 2.0.6.6 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2023 115科技 版权所有' -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -ReleaseNotes: |- - 1. “近期传输”功能新增显示上传的文件夹,不拆分文件夹的内容,上传任务查看更直观; - 2. 优化账号登录逻辑,软件使用更安全; - 3. 修复若干已知问题,软件性能更稳定。 -ReleaseNotesUrl: https://q.115.com/115/T659761.html -PurchaseUrl: https://vip.115.com -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/1/115/115/2.0.6.6/115.115.yaml b/manifests/1/115/115/2.0.6.6/115.115.yaml deleted file mode 100644 index 7e73c32f76478..0000000000000 --- a/manifests/1/115/115/2.0.6.6/115.115.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: '115.115' -PackageVersion: 2.0.6.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/1/115/115/2.0.7.9/115.115.installer.yaml b/manifests/1/115/115/2.0.7.9/115.115.installer.yaml deleted file mode 100644 index 94bcd65efe47c..0000000000000 --- a/manifests/1/115/115/2.0.7.9/115.115.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.7.9 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ReleaseDate: 2024-02-22 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_2.0.7.9.exe - InstallerSha256: 2C803129FC43AB71BE38E614E66A7CA9CFABFE11D836CBFF25523D9D39813099 - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115/2.0.7.9/115.115.locale.en-US.yaml b/manifests/1/115/115/2.0.7.9/115.115.locale.en-US.yaml deleted file mode 100644 index c1bf0fb2be20f..0000000000000 --- a/manifests/1/115/115/2.0.7.9/115.115.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.7.9 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Technology Co., Ltd. -PackageName: 115电脑版 -PackageUrl: https://pc.115.com -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: Copyright @2024 115 Technology -# CopyrightUrl: -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# ReleaseNotes: -ReleaseNotesUrl: https://q.115.com/115/T780984.html -PurchaseUrl: https://vip.115.com/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115/2.0.7.9/115.115.locale.zh-CN.yaml b/manifests/1/115/115/2.0.7.9/115.115.locale.zh-CN.yaml deleted file mode 100644 index 021e0abe70f7a..0000000000000 --- a/manifests/1/115/115/2.0.7.9/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.7.9 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115电脑版 -PackageUrl: https://pc.115.com -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2024 115科技 版权所有' -# CopyrightUrl: -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -ReleaseNotes: |- - 1. 新增支持多音轨,体验更出众; - 2. 优化视频播放器,体验更流畅; - 3. 修复若干已知问题,软件性能更稳定。 -ReleaseNotesUrl: https://q.115.com/115/T780984.html -PurchaseUrl: https://vip.115.com -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115/2.0.7.9/115.115.yaml b/manifests/1/115/115/2.0.7.9/115.115.yaml deleted file mode 100644 index 7540bdabef67d..0000000000000 --- a/manifests/1/115/115/2.0.7.9/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.7.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115/2.0.8.5/115.115.installer.yaml b/manifests/1/115/115/2.0.8.5/115.115.installer.yaml deleted file mode 100644 index 9ca1f8f3285e6..0000000000000 --- a/manifests/1/115/115/2.0.8.5/115.115.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.8.5 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ReleaseDate: 2024-03-01 -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_2.0.8.5.exe - InstallerSha256: 7F9A51532D49594F39BC7A8D5A67185C9470DC991068BC8CCE2B5524C8723275 - ProductCode: "115" -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115/2.0.8.5/115.115.locale.en-US.yaml b/manifests/1/115/115/2.0.8.5/115.115.locale.en-US.yaml deleted file mode 100644 index 9a7e49081e388..0000000000000 --- a/manifests/1/115/115/2.0.8.5/115.115.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.8.5 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Technology Co., Ltd. -PackageName: 115桌面版 -PackageUrl: https://pc.115.com -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: Copyright @2024 115 Technology -# CopyrightUrl: -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# ReleaseNotes: -ReleaseNotesUrl: https://q.115.com/115/T781945.html -PurchaseUrl: https://vip.115.com/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115/2.0.8.5/115.115.locale.zh-CN.yaml b/manifests/1/115/115/2.0.8.5/115.115.locale.zh-CN.yaml deleted file mode 100644 index 925a12f1f92c5..0000000000000 --- a/manifests/1/115/115/2.0.8.5/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.8.5 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115桌面版 -PackageUrl: https://pc.115.com -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2024 115科技 版权所有' -# CopyrightUrl: -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -# Moniker: -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -ReleaseNotes: |- - 1. “115 电脑版”更名为“115 桌面版”; - 2. 修复若干已知问题,产品性能更稳定。 -ReleaseNotesUrl: https://q.115.com/115/T781945.html -PurchaseUrl: https://vip.115.com -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115/2.0.8.5/115.115.yaml b/manifests/1/115/115/2.0.8.5/115.115.yaml deleted file mode 100644 index ae85c21e4015b..0000000000000 --- a/manifests/1/115/115/2.0.8.5/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.8.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115/2.0.9.3/115.115.installer.yaml b/manifests/1/115/115/2.0.9.3/115.115.installer.yaml deleted file mode 100644 index deeacd0d8c5ba..0000000000000 --- a/manifests/1/115/115/2.0.9.3/115.115.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.9.3 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ProductCode: "115" -Installers: -- Architecture: x86 - InstallerUrl: https://down.115.com/client/115pc/win/115pc_2.0.9.3.exe - InstallerSha256: 9B20BEE7470A5D2B99E10453B1AD0F788908DD86729AB8C6C280EE3374A48567 -ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-03-13 diff --git a/manifests/1/115/115/2.0.9.3/115.115.locale.en-US.yaml b/manifests/1/115/115/2.0.9.3/115.115.locale.en-US.yaml deleted file mode 100644 index 2172f9b439f80..0000000000000 --- a/manifests/1/115/115/2.0.9.3/115.115.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.9.3 -PackageLocale: en-US -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: Guangdong 115 Technology Co., Ltd. -PackageName: 115生活 -PackageUrl: https://pc.115.com -License: Proprietary -LicenseUrl: https://115.com/agreement.html -Copyright: Copyright @2024 115 Technology -ShortDescription: A brand new 115 PC client -Description: 115 PC supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc., providing users with safe, stable, efficient, and intelligent cloud storage services. -Moniker: 115pc -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -PurchaseUrl: https://vip.115.com/ -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115/2.0.9.3/115.115.locale.zh-CN.yaml b/manifests/1/115/115/2.0.9.3/115.115.locale.zh-CN.yaml deleted file mode 100644 index aa1013953c494..0000000000000 --- a/manifests/1/115/115/2.0.9.3/115.115.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.9.3 -PackageLocale: zh-CN -Publisher: 广东一一五科技股份有限公司 -PublisherUrl: https://115.com -PublisherSupportUrl: https://115.com/115115 -PrivacyUrl: https://115.com/privacy.html -Author: 广东一一五科技股份有限公司 -PackageName: 115生活 -PackageUrl: https://pc.115.com -License: 专有软件 -LicenseUrl: https://115.com/agreement.html -Copyright: '@2024 115科技 版权所有' -ShortDescription: 115 全新 PC 客户端 -Description: 115 电脑版支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能,为用户提供安全、稳定、高效和智能的云存储服务。 -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -PurchaseUrl: https://vip.115.com -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115/2.0.9.3/115.115.yaml b/manifests/1/115/115/2.0.9.3/115.115.yaml deleted file mode 100644 index 3f9d971aeb56c..0000000000000 --- a/manifests/1/115/115/2.0.9.3/115.115.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: "115.115" -PackageVersion: 2.0.9.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115Chrome/27.0.1.6/115.115Chrome.installer.yaml b/manifests/1/115/115Chrome/27.0.1.6/115.115Chrome.installer.yaml new file mode 100644 index 0000000000000..b6323aa1b001e --- /dev/null +++ b/manifests/1/115/115Chrome/27.0.1.6/115.115Chrome.installer.yaml @@ -0,0 +1,39 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 27.0.1.6 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Custom: -disable-auto-start +UpgradeBehavior: install +Protocols: +- browser115 +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- shtml +- svg +- torrent +- webp +- xht +- xhtml +ProductCode: 115Chrome +Installers: +- Architecture: x86 + InstallerUrl: https://down.115.com/client/win/115br_v27.0.1.6.exe + InstallerSha256: 225F5548F73B6D23056F4E9BD4653B2DD5E4EAC3C7213EF5F529EE3B891F13A0 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-31 diff --git a/manifests/1/115/115Chrome/27.0.1.6/115.115Chrome.locale.en-US.yaml b/manifests/1/115/115Chrome/27.0.1.6/115.115Chrome.locale.en-US.yaml new file mode 100644 index 0000000000000..a8e7447597b76 --- /dev/null +++ b/manifests/1/115/115Chrome/27.0.1.6/115.115Chrome.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 27.0.1.6 +PackageLocale: en-US +Publisher: 广东一一五科技股份有限公司 +PublisherUrl: https://115.com +PublisherSupportUrl: https://115.com/115115 +PrivacyUrl: https://115.com/privacy.html +Author: Guangdong 115 Technology Co., Ltd. +PackageName: 115浏览器 +PackageUrl: https://pc.115.com/browser.html +License: Proprietary +LicenseUrl: https://115.com/pc_agreement.html +Copyright: Copyright 2024 The 115Browser Authors. All rights reserved. +ShortDescription: A PC client that integrates 115, 115 Organization and browser +Description: |- + 115 Browser is a PC client that perfectly integrates multiple platforms including 115, 115 organization and browser. + It supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc.; supports 115 organization affairs notification, so you can keep track of the organization's collaboration; supports browser quick search and built-in utilities and extensions, giving you a high-speed, refreshing, and smooth Internet experience. +Tags: +- backup +- browser +- chromium +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +- web +- webpage +PurchaseUrl: https://vip.115.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115Chrome/27.0.1.6/115.115Chrome.locale.zh-CN.yaml b/manifests/1/115/115Chrome/27.0.1.6/115.115Chrome.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7802b8c10d695 --- /dev/null +++ b/manifests/1/115/115Chrome/27.0.1.6/115.115Chrome.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 27.0.1.6 +PackageLocale: zh-CN +Publisher: 广东一一五科技股份有限公司 +PublisherUrl: https://115.com +PublisherSupportUrl: https://115.com/115115 +PrivacyUrl: https://115.com/privacy.html +Author: 广东一一五科技股份有限公司 +PackageName: 115浏览器 +PackageUrl: https://pc.115.com/browser.html +License: 专有软件 +LicenseUrl: https://115.com/pc_agreement.html +Copyright: Copyright 2024 The 115Browser Authors. All rights reserved. +ShortDescription: 集合 115、115 组织、浏览器的 PC 客户端 +Description: 115 浏览器是一个集合 115、115 组织、浏览器的 PC 客户端,多端平台完美整合。支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能;支持 115 组织事务通知,让你随时掌握组织协作动态;支持浏览器快速搜索,内置实用小工具及扩展应用,给你高速、清爽、流畅的上网体验。 +Tags: +- chromium +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 浏览器 +- 网盘 +- 网页 +PurchaseUrl: https://vip.115.com +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115Chrome/27.0.1.6/115.115Chrome.yaml b/manifests/1/115/115Chrome/27.0.1.6/115.115Chrome.yaml new file mode 100644 index 0000000000000..7749a0e091088 --- /dev/null +++ b/manifests/1/115/115Chrome/27.0.1.6/115.115Chrome.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 27.0.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115Chrome/27.0.2.7/115.115Chrome.installer.yaml b/manifests/1/115/115Chrome/27.0.2.7/115.115Chrome.installer.yaml new file mode 100644 index 0000000000000..a5598ce670543 --- /dev/null +++ b/manifests/1/115/115Chrome/27.0.2.7/115.115Chrome.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 27.0.2.7 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Custom: -disable-auto-start +UpgradeBehavior: install +Protocols: +- browser115 +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- shtml +- svg +- torrent +- webp +- xht +- xhtml +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x86 + InstallerUrl: https://down.115.com/client/win/115br_v27.0.2.7.exe + InstallerSha256: 3D41A5483437C95225A7D780D07E2BE53B9D7E55643D6EC18655F6EC9559BD1B + ProductCode: 115Chrome +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115Chrome/27.0.2.7/115.115Chrome.locale.en-US.yaml b/manifests/1/115/115Chrome/27.0.2.7/115.115Chrome.locale.en-US.yaml new file mode 100644 index 0000000000000..2cb1f1d378841 --- /dev/null +++ b/manifests/1/115/115Chrome/27.0.2.7/115.115Chrome.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 27.0.2.7 +PackageLocale: en-US +Publisher: 广东一一五科技股份有限公司 +PublisherUrl: https://115.com +PublisherSupportUrl: https://115.com/115115 +PrivacyUrl: https://115.com/privacy.html +Author: Guangdong 115 Technology Co., Ltd. +PackageName: 115浏览器 +PackageUrl: https://pc.115.com/browser.html +License: Proprietary +LicenseUrl: https://115.com/pc_agreement.html +Copyright: Copyright 2024 The 115Browser Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: A PC client that integrates 115, 115 Organization and browser +Description: |- + 115 Browser is a PC client that perfectly integrates multiple platforms including 115, 115 organization and browser. + It supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc.; supports 115 organization affairs notification, so you can keep track of the organization's collaboration; supports browser quick search and built-in utilities and extensions, giving you a high-speed, refreshing, and smooth Internet experience. +# Moniker: +Tags: +- backup +- browser +- chromium +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://115.com/115/T504444.html +PurchaseUrl: https://vip.115.com/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115Chrome/27.0.2.7/115.115Chrome.locale.zh-CN.yaml b/manifests/1/115/115Chrome/27.0.2.7/115.115Chrome.locale.zh-CN.yaml new file mode 100644 index 0000000000000..708148a78045b --- /dev/null +++ b/manifests/1/115/115Chrome/27.0.2.7/115.115Chrome.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 27.0.2.7 +PackageLocale: zh-CN +Publisher: 广东一一五科技股份有限公司 +PublisherUrl: https://115.com +PublisherSupportUrl: https://115.com/115115 +PrivacyUrl: https://115.com/privacy.html +Author: 广东一一五科技股份有限公司 +PackageName: 115浏览器 +PackageUrl: https://pc.115.com/browser.html +License: 专有软件 +LicenseUrl: https://115.com/pc_agreement.html +Copyright: Copyright 2024 The 115Browser Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: 集合 115、115 组织、浏览器的 PC 客户端 +Description: 115 浏览器是一个集合 115、115 组织、浏览器的 PC 客户端,多端平台完美整合。支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能;支持 115 组织事务通知,让你随时掌握组织协作动态;支持浏览器快速搜索,内置实用小工具及扩展应用,给你高速、清爽、流畅的上网体验。 +# Moniker: +Tags: +- chromium +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 浏览器 +- 网盘 +- 网页 +# ReleaseNotes: +ReleaseNotesUrl: https://115.com/115/T504444.html +PurchaseUrl: https://vip.115.com +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115Chrome/27.0.2.7/115.115Chrome.yaml b/manifests/1/115/115Chrome/27.0.2.7/115.115Chrome.yaml new file mode 100644 index 0000000000000..4042b06d5ecc4 --- /dev/null +++ b/manifests/1/115/115Chrome/27.0.2.7/115.115Chrome.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 27.0.2.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115Chrome/27.0.3.7/115.115Chrome.installer.yaml b/manifests/1/115/115Chrome/27.0.3.7/115.115Chrome.installer.yaml new file mode 100644 index 0000000000000..3a7a65c3867c6 --- /dev/null +++ b/manifests/1/115/115Chrome/27.0.3.7/115.115Chrome.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 27.0.3.7 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Custom: -disable-auto-start +UpgradeBehavior: install +Protocols: +- browser115 +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- shtml +- svg +- torrent +- webp +- xht +- xhtml +ReleaseDate: 2024-09-12 +Installers: +- Architecture: x86 + InstallerUrl: https://down.115.com/client/win/115br_v27.0.3.7.exe + InstallerSha256: 7022C6DB5A50CD2D9D3780CDA6C02BF5BAAC7ACB8F261A749220D6765E968D32 + ProductCode: 115Chrome +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115Chrome/27.0.3.7/115.115Chrome.locale.en-US.yaml b/manifests/1/115/115Chrome/27.0.3.7/115.115Chrome.locale.en-US.yaml new file mode 100644 index 0000000000000..173e6917e499f --- /dev/null +++ b/manifests/1/115/115Chrome/27.0.3.7/115.115Chrome.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 27.0.3.7 +PackageLocale: en-US +Publisher: 广东一一五科技股份有限公司 +PublisherUrl: https://115.com +PublisherSupportUrl: https://115.com/115115 +PrivacyUrl: https://115.com/privacy.html +Author: Guangdong 115 Technology Co., Ltd. +PackageName: 115浏览器 +PackageUrl: https://pc.115.com/browser.html +License: Proprietary +LicenseUrl: https://115.com/pc_agreement.html +Copyright: Copyright 2024 The 115Browser Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: A PC client that integrates 115, 115 Organization and browser +Description: |- + 115 Browser is a PC client that perfectly integrates multiple platforms including 115, 115 organization and browser. + It supports 115 account quick login, favorites synchronization, files backup by dragging and dropping, batch uploading and downloading, etc.; supports 115 organization affairs notification, so you can keep track of the organization's collaboration; supports browser quick search and built-in utilities and extensions, giving you a high-speed, refreshing, and smooth Internet experience. +# Moniker: +Tags: +- backup +- browser +- chromium +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://115.com/115/T504444.html +PurchaseUrl: https://vip.115.com/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115Chrome/27.0.3.7/115.115Chrome.locale.zh-CN.yaml b/manifests/1/115/115Chrome/27.0.3.7/115.115Chrome.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1f41b0d51ba1d --- /dev/null +++ b/manifests/1/115/115Chrome/27.0.3.7/115.115Chrome.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 27.0.3.7 +PackageLocale: zh-CN +Publisher: 广东一一五科技股份有限公司 +PublisherUrl: https://115.com +PublisherSupportUrl: https://115.com/115115 +PrivacyUrl: https://115.com/privacy.html +Author: 广东一一五科技股份有限公司 +PackageName: 115浏览器 +PackageUrl: https://pc.115.com/browser.html +License: 专有软件 +LicenseUrl: https://115.com/pc_agreement.html +Copyright: Copyright 2024 The 115Browser Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: 集合 115、115 组织、浏览器的 PC 客户端 +Description: 115 浏览器是一个集合 115、115 组织、浏览器的 PC 客户端,多端平台完美整合。支持 115 账号快捷登录、收藏夹云同步、文件拖拽备份、批量上传下载等功能;支持 115 组织事务通知,让你随时掌握组织协作动态;支持浏览器快速搜索,内置实用小工具及扩展应用,给你高速、清爽、流畅的上网体验。 +# Moniker: +Tags: +- chromium +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 浏览器 +- 网盘 +- 网页 +# ReleaseNotes: +ReleaseNotesUrl: https://115.com/115/T504444.html +PurchaseUrl: https://vip.115.com +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/1/115/115Chrome/27.0.3.7/115.115Chrome.yaml b/manifests/1/115/115Chrome/27.0.3.7/115.115Chrome.yaml new file mode 100644 index 0000000000000..6475d3999fa5e --- /dev/null +++ b/manifests/1/115/115Chrome/27.0.3.7/115.115Chrome.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 115.115Chrome +PackageVersion: 27.0.3.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/1/123/123pan/2.1.7.0/123.123pan.installer.yaml b/manifests/1/123/123pan/2.1.7.0/123.123pan.installer.yaml new file mode 100644 index 0000000000000..ba6f6d76d9ab1 --- /dev/null +++ b/manifests/1/123/123pan/2.1.7.0/123.123pan.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 123.123pan +PackageVersion: 2.1.7.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-19 +Installers: +- Architecture: x64 + InstallerUrl: https://app.123pan.com/pc-pro/windows/217/123pan_2.1.7.exe + InstallerSha256: BE6D1AB9ECEFF28EA33EBD2B6923C355A9399EB42292519987302486030709AE + ProductCode: 123pan +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/1/123/123pan/2.1.7.0/123.123pan.locale.en-US.yaml b/manifests/1/123/123pan/2.1.7.0/123.123pan.locale.en-US.yaml new file mode 100644 index 0000000000000..6895aa418a433 --- /dev/null +++ b/manifests/1/123/123pan/2.1.7.0/123.123pan.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 123.123pan +PackageVersion: 2.1.7.0 +PackageLocale: en-US +Publisher: 123云盘 +PublisherUrl: https://www.123pan.com/ +PublisherSupportUrl: https://www.123pan.com/Contactus +PrivacyUrl: https://www.123pan.com/UserPrivacy +Author: Xi'an 123 Cloud Computing Co., Ltd. +PackageName: 123云盘 +PackageUrl: https://www.123pan.com/ +License: Freeware +LicenseUrl: https://www.123pan.com/UserAgreement +Copyright: Copyright (c) 2024 123pan +# CopyrightUrl: +ShortDescription: Secure and trusted cloud storage content distribution platform +Description: 123pan is a cloud storage service product with large space, unlimited speed, no ads, and focus on large file transfer and distribution. +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.123pan.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/1/123/123pan/2.1.7.0/123.123pan.locale.zh-CN.yaml b/manifests/1/123/123pan/2.1.7.0/123.123pan.locale.zh-CN.yaml new file mode 100644 index 0000000000000..40976295c81da --- /dev/null +++ b/manifests/1/123/123pan/2.1.7.0/123.123pan.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 123.123pan +PackageVersion: 2.1.7.0 +PackageLocale: zh-CN +Publisher: 123云盘 +PublisherUrl: https://www.123pan.com/ +PublisherSupportUrl: https://www.123pan.com/Contactus +PrivacyUrl: https://www.123pan.com/UserPrivacy +Author: 西安一二三云计算有限公司 +PackageName: 123云盘 +PackageUrl: https://www.123pan.com/ +License: 免费软件 +LicenseUrl: https://www.123pan.com/UserAgreement +Copyright: Copyright(c)2024 123云盘 +# CopyrightUrl: +ShortDescription: 安全可信的云存储内容分发平台 +Description: 123 云盘是一款空间大、不限速、无广告、专注大文件传输分发的云存储服务产品。 +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: |- + 【新增】文件去重功能; + 【新增】文件复制功能; + 【新增】文件列表平铺功能; + 【升级】其他网盘辅助迁移权益,云硬盘容量提升至 20TB。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.123pan.com/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/1/123/123pan/2.1.7.0/123.123pan.yaml b/manifests/1/123/123pan/2.1.7.0/123.123pan.yaml new file mode 100644 index 0000000000000..3e1897709de06 --- /dev/null +++ b/manifests/1/123/123pan/2.1.7.0/123.123pan.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 123.123pan +PackageVersion: 2.1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/1/123/123pan/2.2.0.0/123.123pan.installer.yaml b/manifests/1/123/123pan/2.2.0.0/123.123pan.installer.yaml new file mode 100644 index 0000000000000..4d1fc4b3a2bbd --- /dev/null +++ b/manifests/1/123/123pan/2.2.0.0/123.123pan.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 123.123pan +PackageVersion: 2.2.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-13 +Installers: +- Architecture: x64 + InstallerUrl: https://app.123957.com/pc-pro/windows/220/123pan_2.2.0.exe + InstallerSha256: BB62A8925938563A68B8375EF064B28DFCBBCF480110383C06DB91BA2AE48896 + ProductCode: 123pan +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/1/123/123pan/2.2.0.0/123.123pan.locale.en-US.yaml b/manifests/1/123/123pan/2.2.0.0/123.123pan.locale.en-US.yaml new file mode 100644 index 0000000000000..d6497841ff3c9 --- /dev/null +++ b/manifests/1/123/123pan/2.2.0.0/123.123pan.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 123.123pan +PackageVersion: 2.2.0.0 +PackageLocale: en-US +Publisher: 123云盘 +PublisherUrl: https://www.123pan.com/ +PublisherSupportUrl: https://www.123pan.com/Contactus +PrivacyUrl: https://www.123pan.com/UserPrivacy +Author: Xi'an 123 Cloud Computing Co., Ltd. +PackageName: 123云盘 +PackageUrl: https://www.123pan.com/ +License: Freeware +LicenseUrl: https://www.123pan.com/UserAgreement +Copyright: Copyright (c) 2024 123pan +# CopyrightUrl: +ShortDescription: Secure and trusted cloud storage content distribution platform +Description: 123pan is a cloud storage service product with large space, unlimited speed, no ads, and focus on large file transfer and distribution. +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.123pan.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/1/123/123pan/2.2.0.0/123.123pan.locale.zh-CN.yaml b/manifests/1/123/123pan/2.2.0.0/123.123pan.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5c35acc982d9b --- /dev/null +++ b/manifests/1/123/123pan/2.2.0.0/123.123pan.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 123.123pan +PackageVersion: 2.2.0.0 +PackageLocale: zh-CN +Publisher: 123云盘 +PublisherUrl: https://www.123pan.com/ +PublisherSupportUrl: https://www.123pan.com/Contactus +PrivacyUrl: https://www.123pan.com/UserPrivacy +Author: 西安一二三云计算有限公司 +PackageName: 123云盘 +PackageUrl: https://www.123pan.com/ +License: 免费软件 +LicenseUrl: https://www.123pan.com/UserAgreement +Copyright: Copyright(c)2024 123云盘 +# CopyrightUrl: +ShortDescription: 安全可信的云存储内容分发平台 +Description: 123 云盘是一款空间大、不限速、无广告、专注大文件传输分发的云存储服务产品。 +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: 【优化】一些已知问题,提高用户体验 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.123pan.com/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/1/123/123pan/2.2.0.0/123.123pan.yaml b/manifests/1/123/123pan/2.2.0.0/123.123pan.yaml new file mode 100644 index 0000000000000..5250843b59117 --- /dev/null +++ b/manifests/1/123/123pan/2.2.0.0/123.123pan.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 123.123pan +PackageVersion: 2.2.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/1/123/123pan/2.2.1.0/123.123pan.installer.yaml b/manifests/1/123/123pan/2.2.1.0/123.123pan.installer.yaml new file mode 100644 index 0000000000000..9b79520169bc1 --- /dev/null +++ b/manifests/1/123/123pan/2.2.1.0/123.123pan.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 123.123pan +PackageVersion: 2.2.1.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-27 +Installers: +- Architecture: x64 + InstallerUrl: https://app.123957.com/pc-pro/windows/221/123pan_2.2.1.exe + InstallerSha256: 29199DDBF64B4E519F99F3C4230A7B4D382476C632E1F84DAAA8CFFDB4E83216 + ProductCode: 123pan +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/1/123/123pan/2.2.1.0/123.123pan.locale.en-US.yaml b/manifests/1/123/123pan/2.2.1.0/123.123pan.locale.en-US.yaml new file mode 100644 index 0000000000000..becf49ba311c7 --- /dev/null +++ b/manifests/1/123/123pan/2.2.1.0/123.123pan.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 123.123pan +PackageVersion: 2.2.1.0 +PackageLocale: en-US +Publisher: 123云盘 +PublisherUrl: https://www.123pan.com/ +PublisherSupportUrl: https://www.123pan.com/Contactus +PrivacyUrl: https://www.123pan.com/UserPrivacy +Author: Xi'an 123 Cloud Computing Co., Ltd. +PackageName: 123云盘 +PackageUrl: https://www.123pan.com/ +License: Freeware +LicenseUrl: https://www.123pan.com/UserAgreement +Copyright: Copyright (c) 2024 123pan +# CopyrightUrl: +ShortDescription: Secure and trusted cloud storage content distribution platform +Description: 123pan is a cloud storage service product with large space, unlimited speed, no ads, and focus on large file transfer and distribution. +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.123pan.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/1/123/123pan/2.2.1.0/123.123pan.locale.zh-CN.yaml b/manifests/1/123/123pan/2.2.1.0/123.123pan.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8bd36fb571775 --- /dev/null +++ b/manifests/1/123/123pan/2.2.1.0/123.123pan.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 123.123pan +PackageVersion: 2.2.1.0 +PackageLocale: zh-CN +Publisher: 123云盘 +PublisherUrl: https://www.123pan.com/ +PublisherSupportUrl: https://www.123pan.com/Contactus +PrivacyUrl: https://www.123pan.com/UserPrivacy +Author: 西安一二三云计算有限公司 +PackageName: 123云盘 +PackageUrl: https://www.123pan.com/ +License: 免费软件 +LicenseUrl: https://www.123pan.com/UserAgreement +Copyright: Copyright(c)2024 123云盘 +# CopyrightUrl: +ShortDescription: 安全可信的云存储内容分发平台 +Description: 123 云盘是一款空间大、不限速、无广告、专注大文件传输分发的云存储服务产品。 +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: |- + 【新增】闲置算力共享赚积分功能 + 【优化】一些已知问题,提高用户体验 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.123pan.com/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/1/123/123pan/2.2.1.0/123.123pan.yaml b/manifests/1/123/123pan/2.2.1.0/123.123pan.yaml new file mode 100644 index 0000000000000..686f4f490c3b7 --- /dev/null +++ b/manifests/1/123/123pan/2.2.1.0/123.123pan.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 123.123pan +PackageVersion: 2.2.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/1/1357310795/JboxTransfer/1.0.1/1357310795.JboxTransfer.installer.yaml b/manifests/1/1357310795/JboxTransfer/1.0.1/1357310795.JboxTransfer.installer.yaml new file mode 100644 index 0000000000000..b57b786c382b3 --- /dev/null +++ b/manifests/1/1357310795/JboxTransfer/1.0.1/1357310795.JboxTransfer.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 1357310795.JboxTransfer +PackageVersion: 1.0.1 +InstallerType: msi # Advanced Installer +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.Dotnet.DesktopRuntime.7 + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +AppsAndFeaturesEntries: +- ProductCode: '{D6F28044-A5E6-4B8F-969B-A8588DCF59C9}' + UpgradeCode: '{B853964E-81D4-4AB5-83CE-54E0DF4A55D7}' +Installers: +- Architecture: x64 + InstallerUrl: https://pan.sjtu.edu.cn/jboxtransfer/bin/jboxtransfer-x64-installer-online.msi + InstallerSha256: 2DCCD5DF886F04C7AF24906385C9FA08070C38D9E5EF51EDFB00DD3D45258077 + ProductCode: '{D6F28044-A5E6-4B8F-969B-A8588DCF59C9}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/1/1357310795/JboxTransfer/1.0.1/1357310795.JboxTransfer.locale.en-US.yaml b/manifests/1/1357310795/JboxTransfer/1.0.1/1357310795.JboxTransfer.locale.en-US.yaml new file mode 100644 index 0000000000000..2d5e3fb296c3d --- /dev/null +++ b/manifests/1/1357310795/JboxTransfer/1.0.1/1357310795.JboxTransfer.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 1357310795.JboxTransfer +PackageVersion: 1.0.1 +PackageLocale: en-US +Publisher: SJTU +PublisherUrl: https://github.com/1357310795 +PublisherSupportUrl: https://pan.sjtu.edu.cn/jboxtransfer/feedback.html +# PrivacyUrl: +# Author: +PackageName: JboxTransfer +PackageUrl: https://pan.sjtu.edu.cn/jboxtransfer/ +License: GPL-3.0 +LicenseUrl: https://github.com/1357310795/JboxTransfer/blob/HEAD/LICENSE.txt +# Copyright: +# CopyrightUrl: +ShortDescription: Efficiently, securely, and conveniently migrate your files +Description: |- + The new generation of SJTU Pan is coming. Due to the big difference in storage strategy, it is even difficult to migrate files from the old cloud drive (i.e. jBox), while the vendor could not provide an ideal solution. It would be extremely inconvenient for users to migrate files manually, which would greatly affect the reputation of Pan and may also increase the maintenance burden of jBox. + Therefore, the JboxTransfer project was founded. We aim to build an efficient, secure and convenient application to automate and help users to better migrate files from jBox to Pan. Users can migrate files with one click after jAccount authorization without taking up local disk space or manually downloading and uploading files. +# Moniker: +Tags: +- jbox +- pan +- sjtu +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://pan.sjtu.edu.cn/jboxtransfer/download.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/1/1357310795/JboxTransfer/1.0.1/1357310795.JboxTransfer.locale.zh-CN.yaml b/manifests/1/1357310795/JboxTransfer/1.0.1/1357310795.JboxTransfer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..841beb72af623 --- /dev/null +++ b/manifests/1/1357310795/JboxTransfer/1.0.1/1357310795.JboxTransfer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 1357310795.JboxTransfer +PackageVersion: 1.0.1 +PackageLocale: zh-CN +Publisher: SJTU +PublisherUrl: https://github.com/1357310795 +PublisherSupportUrl: https://pan.sjtu.edu.cn/jboxtransfer/feedback.html +# PrivacyUrl: +# Author: +PackageName: JboxTransfer +PackageUrl: https://pan.sjtu.edu.cn/jboxtransfer/ +License: GPL-3.0 +LicenseUrl: https://github.com/1357310795/JboxTransfer/blob/HEAD/LICENSE.txt +# Copyright: +# CopyrightUrl: +ShortDescription: 高效、安全、便捷地转移您的文件 +Description: |- + 在新一代交大云盘即将推出之际,由于与旧云盘(以下简称 jBox)存储策略有较大差异,文件转移较为困难,厂商无法给出理想的解决方案。若完全依赖于用户自行转移文件,对用户而言极为不便,且极大影响了新云盘的口碑,还可能增加旧云盘的维护时间。 + 故 JboxTransfer 项目就此成立,我们的目标是推出一款高效、安全、便捷的应用程序,自动化地帮助用户更好地从 jBox 向 新云盘 迁移文件。用户在进行 jAccount 授权后可以一键迁移文件,无需占用本地磁盘空间,无需手动下载上传文件。 +# Moniker: +Tags: +- jbox +- 上海交大 +- 上海交通大学 +- 交大 +- 交大云盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://pan.sjtu.edu.cn/jboxtransfer/download.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/1/1357310795/JboxTransfer/1.0.1/1357310795.JboxTransfer.yaml b/manifests/1/1357310795/JboxTransfer/1.0.1/1357310795.JboxTransfer.yaml new file mode 100644 index 0000000000000..90c75a1443ab3 --- /dev/null +++ b/manifests/1/1357310795/JboxTransfer/1.0.1/1357310795.JboxTransfer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 1357310795.JboxTransfer +PackageVersion: 1.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/1/1IC/BPMN-RPAStudio/28.0.0/1IC.BPMN-RPAStudio.installer.yaml b/manifests/1/1IC/BPMN-RPAStudio/28.0.0/1IC.BPMN-RPAStudio.installer.yaml new file mode 100644 index 0000000000000..8420608c09df2 --- /dev/null +++ b/manifests/1/1IC/BPMN-RPAStudio/28.0.0/1IC.BPMN-RPAStudio.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 1IC.BPMN-RPAStudio +PackageVersion: 28.0.0 +InstallerType: msi # Advanced Installer +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +FileExtensions: +- flw +AppsAndFeaturesEntries: +- ProductCode: '{844BFD24-2A34-43F2-86F7-8780BFEB2D81}' + UpgradeCode: '{36F8FDF2-185E-4DCC-9A41-21884F7FD1AA}' +Installers: +- Architecture: x64 + InstallerUrl: https://1ic.nl/BPMN_RPA/BPMN-RPA%20Studio.msi + InstallerSha256: 94F7D3819F9F37D657C1A6207415068DF9767EB5A38A05F7F52B77B99710C964 + ProductCode: '{844BFD24-2A34-43F2-86F7-8780BFEB2D81}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/1/1IC/BPMN-RPAStudio/28.0.0/1IC.BPMN-RPAStudio.locale.en-US.yaml b/manifests/1/1IC/BPMN-RPAStudio/28.0.0/1IC.BPMN-RPAStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..e91ec6936abd5 --- /dev/null +++ b/manifests/1/1IC/BPMN-RPAStudio/28.0.0/1IC.BPMN-RPAStudio.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 1IC.BPMN-RPAStudio +PackageVersion: 28.0.0 +PackageLocale: en-US +Publisher: 1IC +PublisherUrl: https://1ic.nl/ +PublisherSupportUrl: https://1ic.nl/help +PrivacyUrl: https://1ic.nl/privacy-policy +Author: Joost W.N.M. van Gils +PackageName: BPMN-RPA Studio +PackageUrl: https://1ic.nl/download +License: Freeware +# LicenseUrl: +Copyright: © 1IC B.V. 2024 +# CopyrightUrl: +ShortDescription: Visual Python flow programming with BPMN-RPA Studio. +Description: Design and run repetitive tasks in easy readable process flows. These process flows execute Python code in the background where each single step is automatically logged in a database. You can design and test the flows in BPMN-RPA Studio which will run Python code by using the free BPMN-RPA open source Library. Flows can be run on both Windows and Linux. +Moniker: bpmn-rpa-studio +Tags: +- develop +- development +- diagram +- flow +- graph +- graphics +- programming +- python +- visual +- workflow +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/1/1IC/BPMN-RPAStudio/28.0.0/1IC.BPMN-RPAStudio.locale.zh-CN.yaml b/manifests/1/1IC/BPMN-RPAStudio/28.0.0/1IC.BPMN-RPAStudio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5ffc544d344f7 --- /dev/null +++ b/manifests/1/1IC/BPMN-RPAStudio/28.0.0/1IC.BPMN-RPAStudio.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 1IC.BPMN-RPAStudio +PackageVersion: 28.0.0 +PackageLocale: zh-CN +Publisher: 1IC +PublisherUrl: https://1ic.nl/ +PublisherSupportUrl: https://1ic.nl/help +PrivacyUrl: https://1ic.nl/privacy-policy +Author: Joost W.N.M. van Gils +PackageName: BPMN-RPA Studio +PackageUrl: https://1ic.nl/download +License: 免费软件 +# LicenseUrl: +Copyright: © 1IC B.V. 2024 +# CopyrightUrl: +ShortDescription: 使用 BPMN-RPA Studio 进行可视化 Python 流编程。 +Description: 在易于阅读的流程中设计和运行重复的任务。这些流程在后台执行 Python 代码,每个步骤都会自动记录至数据库中。您可以在 BPMN-RPA Studio 中设计和测试流程,它将通过免费的 BPMN-RPA 开源库运行 Python 代码。流程可以在 Windows 和 Linux 上运行。 +# Moniker: +Tags: +- python +- 可视化 +- 图形 +- 图表 +- 工作流 +- 开发 +- 流程 +- 绘图 +- 编程 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/1/1IC/BPMN-RPAStudio/28.0.0/1IC.BPMN-RPAStudio.yaml b/manifests/1/1IC/BPMN-RPAStudio/28.0.0/1IC.BPMN-RPAStudio.yaml new file mode 100644 index 0000000000000..3f36f722fa5a0 --- /dev/null +++ b/manifests/1/1IC/BPMN-RPAStudio/28.0.0/1IC.BPMN-RPAStudio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 1IC.BPMN-RPAStudio +PackageVersion: 28.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/1/1MHz/Knotes/2.11.2/1MHz.Knotes.installer.yaml b/manifests/1/1MHz/Knotes/2.11.2/1MHz.Knotes.installer.yaml deleted file mode 100644 index 05386506d5994..0000000000000 --- a/manifests/1/1MHz/Knotes/2.11.2/1MHz.Knotes.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 1MHz.Knotes -PackageVersion: 2.11.2 -InstallerType: nullsoft -UpgradeBehavior: install -ProductCode: 4b76d8a3-f72a-503f-9a3b-bb706c8a3489 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://knotes2-release-cn.s3.amazonaws.com/win/Knotes%20Setup%202.11.2.exe - InstallerSha256: 7D010B181C22EBEBF028FEA8E197105BBEDDFE8AD18FDE8EE4CB6AEDBAD472BD - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://knotes2-release-cn.s3.amazonaws.com/win/Knotes%20Setup%202.11.2.exe - InstallerSha256: 7D010B181C22EBEBF028FEA8E197105BBEDDFE8AD18FDE8EE4CB6AEDBAD472BD - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2021-10-15 diff --git a/manifests/1/1MHz/Knotes/2.11.2/1MHz.Knotes.locale.en-US.yaml b/manifests/1/1MHz/Knotes/2.11.2/1MHz.Knotes.locale.en-US.yaml deleted file mode 100644 index 3c5a90ca10cb7..0000000000000 --- a/manifests/1/1MHz/Knotes/2.11.2/1MHz.Knotes.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 1MHz.Knotes -PackageVersion: 2.11.2 -PackageLocale: en-US -Publisher: Hunan 1MHz Technology Co., Ltd. -PublisherUrl: https://knotesapp.com -PublisherSupportUrl: https://help.knotesapp.com -PrivacyUrl: https://knotesapp.com/privacy -Author: Hunan 1MHz Technology Co., Ltd. -PackageName: Knotes -PackageUrl: https://knotesapp.com -License: Proprietary -LicenseUrl: https://knotesapp.com/terms -Copyright: © 2016-2021 Hunan 1MHz Technology Co., Ltd. -ShortDescription: Your reading notes, in one place -Description: Knotes is an efficient reading notes management tool for bookworms. -Tags: -- book -- clipping -- ebook -- excerpt -- kindle -- markdown -- notes -- reading -PurchaseUrl: https://knotesapp.com/pay -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/1/1MHz/Knotes/2.11.2/1MHz.Knotes.locale.zh-CN.yaml b/manifests/1/1MHz/Knotes/2.11.2/1MHz.Knotes.locale.zh-CN.yaml deleted file mode 100644 index 5f7adfa2d22c2..0000000000000 --- a/manifests/1/1MHz/Knotes/2.11.2/1MHz.Knotes.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 1MHz.Knotes -PackageVersion: 2.11.2 -PackageLocale: zh-CN -Publisher: Hunan 1MHz Technology Co., Ltd. -PublisherUrl: https://knotesapp.cn -PublisherSupportUrl: https://help.knotesapp.cn -PrivacyUrl: https://knotesapp.cn/privacy -Author: 湖南一兆赫兹科技有限责任公司 -PackageName: Knotes -PackageUrl: https://knotesapp.cn -License: 专有软件 -LicenseUrl: https://knotesapp.cn/terms -Copyright: ©2016-2021 湖南一兆赫兹科技有限责任公司 -ShortDescription: 学以致用 · 方得始终 -Description: 高效全能的读书笔记管理工具,读书爱好者的最佳读书伴侣。 -Tags: -- kindle -- markdown -- 书摘 -- 书籍 -- 电子书 -- 笔记 -- 糯词笔记 -- 读书 -- 阅读 -PurchaseUrl: https://knotesapp.cn/pay -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/1/1MHz/Knotes/2.11.2/1MHz.Knotes.yaml b/manifests/1/1MHz/Knotes/2.11.2/1MHz.Knotes.yaml deleted file mode 100644 index 109b3f8917d88..0000000000000 --- a/manifests/1/1MHz/Knotes/2.11.2/1MHz.Knotes.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 1MHz.Knotes -PackageVersion: 2.11.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/2/2BrightSparks/SyncBackFree/11.3.45.0/2BrightSparks.SyncBackFree.installer.yaml b/manifests/2/2BrightSparks/SyncBackFree/11.3.45.0/2BrightSparks.SyncBackFree.installer.yaml new file mode 100644 index 0000000000000..a7bd5923224b2 --- /dev/null +++ b/manifests/2/2BrightSparks/SyncBackFree/11.3.45.0/2BrightSparks.SyncBackFree.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 2BrightSparks.SyncBackFree +PackageVersion: 11.3.45.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /verysilent + SilentWithProgress: /verysilent + Custom: /NORESTART +UpgradeBehavior: install +FileExtensions: +- sps +Installers: +- Architecture: x86 + InstallerUrl: https://www.2brightsparks.com/assets/software/SyncBack/SyncBack_Setup.11.3.45.0.exe + InstallerSha256: C41EF67DBB0727CFCB0C9ECA0D23CD93AFC11DD4DE78C866B1B73D40E930DC7F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/2/2BrightSparks/SyncBackFree/11.3.45.0/2BrightSparks.SyncBackFree.locale.en-US.yaml b/manifests/2/2BrightSparks/SyncBackFree/11.3.45.0/2BrightSparks.SyncBackFree.locale.en-US.yaml new file mode 100644 index 0000000000000..ed46ce36d12d6 --- /dev/null +++ b/manifests/2/2BrightSparks/SyncBackFree/11.3.45.0/2BrightSparks.SyncBackFree.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 2BrightSparks.SyncBackFree +PackageVersion: 11.3.45.0 +PackageLocale: en-US +Publisher: 2BrightSparks +PublisherUrl: https://www.2brightsparks.com/ +PublisherSupportUrl: https://help.2brightsparks.com/support/home +PrivacyUrl: https://www.2brightsparks.com/privacy.html +PackageName: SyncBackFree +PackageUrl: https://www.2brightsparks.com/download-syncbackfree.html +License: Proprietary +LicenseUrl: https://www.2brightsparks.com/terms.html +Copyright: (c) 2003-2022 2BrightSparks Pte. Ltd. +ShortDescription: Windows Backup Software that is free for personal, educational, charity, government, and commercial use. +Tags: +- backup +- sync +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/2/2BrightSparks/SyncBackFree/11.3.45.0/2BrightSparks.SyncBackFree.yaml b/manifests/2/2BrightSparks/SyncBackFree/11.3.45.0/2BrightSparks.SyncBackFree.yaml new file mode 100644 index 0000000000000..dba7824ef4e0f --- /dev/null +++ b/manifests/2/2BrightSparks/SyncBackFree/11.3.45.0/2BrightSparks.SyncBackFree.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 2BrightSparks.SyncBackFree +PackageVersion: 11.3.45.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/2/2BrightSparks/SyncBackPro/11.3.45.0/2BrightSparks.SyncBackPro.installer.yaml b/manifests/2/2BrightSparks/SyncBackPro/11.3.45.0/2BrightSparks.SyncBackPro.installer.yaml new file mode 100644 index 0000000000000..1560e88f2a2cd --- /dev/null +++ b/manifests/2/2BrightSparks/SyncBackPro/11.3.45.0/2BrightSparks.SyncBackPro.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 2BrightSparks.SyncBackPro +PackageVersion: 11.3.45.0 +InstallerType: inno +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /verysilent + SilentWithProgress: /verysilent + Custom: /NORESTART +UpgradeBehavior: install +FileExtensions: +- sps +ProductCode: SyncBackPro64_is1_is1 +AppsAndFeaturesEntries: +- DisplayName: SyncBackPro x64 + ProductCode: SyncBackPro64_is1_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://www.2brightsparks.com/assets/software/SyncBack/SyncBackPro64_Setup.11.3.45.0.exe + InstallerSha256: 801E0072A99E40AB481FC2C0685CA1ACBF6920F1BE63B042CAA5557C29A5EEEC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/2/2BrightSparks/SyncBackPro/11.3.45.0/2BrightSparks.SyncBackPro.locale.en-US.yaml b/manifests/2/2BrightSparks/SyncBackPro/11.3.45.0/2BrightSparks.SyncBackPro.locale.en-US.yaml new file mode 100644 index 0000000000000..3e7b528a227b0 --- /dev/null +++ b/manifests/2/2BrightSparks/SyncBackPro/11.3.45.0/2BrightSparks.SyncBackPro.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 2BrightSparks.SyncBackPro +PackageVersion: 11.3.45.0 +PackageLocale: en-US +Publisher: 2BrightSparks +PublisherUrl: https://www.2brightsparks.com/ +PublisherSupportUrl: https://help.2brightsparks.com/support/home +PrivacyUrl: https://www.2brightsparks.com/privacy.html +PackageName: SyncBackPro +PackageUrl: https://www.2brightsparks.com/download-syncbackpro.html +License: Proprietary +LicenseUrl: https://www.2brightsparks.com/terms.html +Copyright: (c) 2003-2022 2BrightSparks Pte. Ltd. +ShortDescription: SyncBackPro backup software, the professional's tool to backup, synchronize, and restore data files. +Tags: +- backup +- sync +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/2/2BrightSparks/SyncBackPro/11.3.45.0/2BrightSparks.SyncBackPro.yaml b/manifests/2/2BrightSparks/SyncBackPro/11.3.45.0/2BrightSparks.SyncBackPro.yaml new file mode 100644 index 0000000000000..6abe36eb70007 --- /dev/null +++ b/manifests/2/2BrightSparks/SyncBackPro/11.3.45.0/2BrightSparks.SyncBackPro.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 2BrightSparks.SyncBackPro +PackageVersion: 11.3.45.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/2/2BrightSparks/SyncBackSE/11.3.45.0/2BrightSparks.SyncBackSE.installer.yaml b/manifests/2/2BrightSparks/SyncBackSE/11.3.45.0/2BrightSparks.SyncBackSE.installer.yaml new file mode 100644 index 0000000000000..5b630ce15fb0a --- /dev/null +++ b/manifests/2/2BrightSparks/SyncBackSE/11.3.45.0/2BrightSparks.SyncBackSE.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 2BrightSparks.SyncBackSE +PackageVersion: 11.3.45.0 +InstallerType: inno +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /verysilent + SilentWithProgress: /verysilent + Custom: /NORESTART +UpgradeBehavior: install +FileExtensions: +- sps +ProductCode: SyncBackSE64_is1_is1 +AppsAndFeaturesEntries: +- DisplayName: SyncBackSE x64 + ProductCode: SyncBackSE64_is1_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://www.2brightsparks.com/assets/software/SyncBack/SyncBackSE64_Setup.11.3.45.0.exe + InstallerSha256: 3DC491AEE70FC5B44B648017DAB9CCA21E053DCE6FC7E6B85F0165A208B62F72 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/2/2BrightSparks/SyncBackSE/11.3.45.0/2BrightSparks.SyncBackSE.locale.en-US.yaml b/manifests/2/2BrightSparks/SyncBackSE/11.3.45.0/2BrightSparks.SyncBackSE.locale.en-US.yaml new file mode 100644 index 0000000000000..33631a7c0ad92 --- /dev/null +++ b/manifests/2/2BrightSparks/SyncBackSE/11.3.45.0/2BrightSparks.SyncBackSE.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 2BrightSparks.SyncBackSE +PackageVersion: 11.3.45.0 +PackageLocale: en-US +Publisher: 2BrightSparks +PublisherUrl: https://www.2brightsparks.com/ +PublisherSupportUrl: https://help.2brightsparks.com/support/home +PrivacyUrl: https://www.2brightsparks.com/privacy.html +PackageName: SyncBackSE +PackageUrl: https://www.2brightsparks.com/download-syncbackse.html +License: Proprietary +LicenseUrl: https://www.2brightsparks.com/terms.html +Copyright: (c) 2003-2022 2BrightSparks Pte. Ltd. +ShortDescription: SyncBackSE is the ideal Windows solution for home users to backup their personal data. +Tags: +- backup +- sync +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/2/2BrightSparks/SyncBackSE/11.3.45.0/2BrightSparks.SyncBackSE.yaml b/manifests/2/2BrightSparks/SyncBackSE/11.3.45.0/2BrightSparks.SyncBackSE.yaml new file mode 100644 index 0000000000000..8e9f876fdae25 --- /dev/null +++ b/manifests/2/2BrightSparks/SyncBackSE/11.3.45.0/2BrightSparks.SyncBackSE.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 2BrightSparks.SyncBackSE +PackageVersion: 11.3.45.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/6.45/2dust.v2rayN.installer.yaml b/manifests/2/2dust/v2rayN/6.45/2dust.v2rayN.installer.yaml index 2606a0a6b891e..4553354c49c4d 100644 --- a/manifests/2/2dust/v2rayN/6.45/2dust.v2rayN.installer.yaml +++ b/manifests/2/2dust/v2rayN/6.45/2dust.v2rayN.installer.yaml @@ -8,11 +8,9 @@ NestedInstallerType: portable NestedInstallerFiles: - RelativeFilePath: v2rayN\v2rayN.exe PortableCommandAlias: v2rayN -Commands: -- v2rayn Dependencies: PackageDependencies: - - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.6 + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 Installers: - Architecture: x64 InstallerUrl: https://github.com/2dust/v2rayN/releases/download/6.45/v2rayN.zip diff --git a/manifests/2/2dust/v2rayN/6.53/2dust.v2rayN.installer.yaml b/manifests/2/2dust/v2rayN/6.53/2dust.v2rayN.installer.yaml new file mode 100644 index 0000000000000..e3a66bd5ea37a --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.53/2dust.v2rayN.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: "6.53" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: v2rayN-With-Core\v2rayUpgrade.exe +UpgradeBehavior: deny +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/2dust/v2rayN/releases/download/6.53/v2rayN-With-Core.zip + InstallerSha256: AD96E94E276F224C25F303464531CB591A7038DB9C871DDE1E507EA34CF1BFDE +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-26 diff --git a/manifests/2/2dust/v2rayN/6.53/2dust.v2rayN.locale.zh-CN.yaml b/manifests/2/2dust/v2rayN/6.53/2dust.v2rayN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..21d8c00f0f5fb --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.53/2dust.v2rayN.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: "6.53" +PackageLocale: zh-CN +Publisher: 2dust +PublisherUrl: https://github.com/2dust +PublisherSupportUrl: https://github.com/2dust/v2rayN/issues +Author: 2dust +PackageName: v2rayN +PackageUrl: https://github.com/2dust/v2rayN +License: GPL-3.0 +LicenseUrl: https://github.com/2dust/v2rayN/blob/master/LICENSE +ShortDescription: A GUI client for Windows, support Xray core and v2fly core and others +ReleaseNotes: |- + - 增加功能多服务器最低延迟 (多选) ,使用sing-box 实现,可使用clash api #5405 + - 增加功能多服务器负载均衡 (多选) ,使用xray 实现(不支持Hy2,Tuic,Wg) + - 重构主界面布局,可设置主界面布局方向 + - 延迟测试改进,多次测试取最低值 + - 增加Outbound域名解析地址 + - sing-box 默认DNS改成白名单,和V2ray一致 + - 修复一些已知问题 #5394 #5400 +ReleaseNotesUrl: https://github.com/2dust/v2rayN/releases/tag/6.53 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/6.53/2dust.v2rayN.yaml b/manifests/2/2dust/v2rayN/6.53/2dust.v2rayN.yaml new file mode 100644 index 0000000000000..1a7dce6abee50 --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.53/2dust.v2rayN.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: "6.53" +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/6.55/2dust.v2rayN.installer.yaml b/manifests/2/2dust/v2rayN/6.55/2dust.v2rayN.installer.yaml new file mode 100644 index 0000000000000..2f19e813e8094 --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.55/2dust.v2rayN.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: "6.55" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: v2rayN-With-Core\v2rayUpgrade.exe +UpgradeBehavior: deny +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/2dust/v2rayN/releases/download/6.55/v2rayN-With-Core.zip + InstallerSha256: 29FFE0EF176096CD22C6001D5B875E1DB94DE00176D7348D7493DEF3F80FFEF8 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-05 diff --git a/manifests/2/2dust/v2rayN/6.55/2dust.v2rayN.locale.zh-CN.yaml b/manifests/2/2dust/v2rayN/6.55/2dust.v2rayN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fc79b13eb176b --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.55/2dust.v2rayN.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: "6.55" +PackageLocale: zh-CN +Publisher: 2dust +PublisherUrl: https://github.com/2dust +PublisherSupportUrl: https://github.com/2dust/v2rayN/issues +Author: 2dust +PackageName: v2rayN +PackageUrl: https://github.com/2dust/v2rayN +License: GPL-3.0 +LicenseUrl: https://github.com/2dust/v2rayN/blob/master/LICENSE +ShortDescription: A GUI client for Windows, support Xray core and v2fly core and others +ReleaseNotes: 修复了一些已知的问题 +ReleaseNotesUrl: https://github.com/2dust/v2rayN/releases/tag/6.55 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/6.55/2dust.v2rayN.yaml b/manifests/2/2dust/v2rayN/6.55/2dust.v2rayN.yaml new file mode 100644 index 0000000000000..c45cf49d51e75 --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.55/2dust.v2rayN.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: "6.55" +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/6.56/2dust.v2rayN.installer.yaml b/manifests/2/2dust/v2rayN/6.56/2dust.v2rayN.installer.yaml new file mode 100644 index 0000000000000..1c2ea68027621 --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.56/2dust.v2rayN.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: '6.56' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: v2rayN-With-Core/v2rayUpgrade.exe +UpgradeBehavior: deny +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ReleaseDate: 2024-09-01 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/2dust/v2rayN/releases/download/6.56/v2rayN-With-Core.zip + InstallerSha256: AF3D51AFAA7850A69FC6BCFFE122BD7AA6A761DFE637FE8AA0216A3BE3F69ACD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/6.56/2dust.v2rayN.locale.zh-CN.yaml b/manifests/2/2dust/v2rayN/6.56/2dust.v2rayN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..839d7caa53a0f --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.56/2dust.v2rayN.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: '6.56' +PackageLocale: zh-CN +Publisher: 2dust +PublisherUrl: https://github.com/2dust +PublisherSupportUrl: https://github.com/2dust/v2rayN/issues +Author: 2dust +PackageName: v2rayN +PackageUrl: https://github.com/2dust/v2rayN +License: GPL-3.0 +LicenseUrl: https://github.com/2dust/v2rayN/blob/master/LICENSE +ShortDescription: 支持 Xray、v2fly 等 core 的 GUI 客户端 +ReleaseNotes: |- + - 重构代码结构,界面和业务解耦(后面可能可跨平台,比如 linux) + - 分组中增加自定义配置的 socks 端口 + - 独立包检查更新时将会提示手动下载 + - 给 xray-core 和 sing-box-core 增加更多 mux 参数 + - Wiki 增加不显示的参数的说明 + - 检查更新改进,现在可一键更新所有 +ReleaseNotesUrl: https://github.com/2dust/v2rayN/releases/tag/6.56 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/6.56/2dust.v2rayN.yaml b/manifests/2/2dust/v2rayN/6.56/2dust.v2rayN.yaml new file mode 100644 index 0000000000000..8c8c4c6eb15b0 --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.56/2dust.v2rayN.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: '6.56' +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/6.57/2dust.v2rayN.installer.yaml b/manifests/2/2dust/v2rayN/6.57/2dust.v2rayN.installer.yaml new file mode 100644 index 0000000000000..fc716a86c9e17 --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.57/2dust.v2rayN.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: '6.57' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: v2rayN-With-Core/v2rayUpgrade.exe +UpgradeBehavior: deny +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ReleaseDate: 2024-09-04 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/2dust/v2rayN/releases/download/6.57/v2rayN-With-Core.zip + InstallerSha256: 4648BE259A3ABF7B1E0124CFD1DDFFA642B4F9B2389F514050CF54E22570D964 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/6.57/2dust.v2rayN.locale.zh-CN.yaml b/manifests/2/2dust/v2rayN/6.57/2dust.v2rayN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4f817da4a37a6 --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.57/2dust.v2rayN.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: '6.57' +PackageLocale: zh-CN +Publisher: 2dust +PublisherUrl: https://github.com/2dust +PublisherSupportUrl: https://github.com/2dust/v2rayN/issues +Author: 2dust +PackageName: v2rayN +PackageUrl: https://github.com/2dust/v2rayN +License: GPL-3.0 +LicenseUrl: https://github.com/2dust/v2rayN/blob/master/LICENSE +ShortDescription: 支持 Xray、v2fly 等 core 的 GUI 客户端 +ReleaseNotes: |- + - 重构代码结构,界面和业务解耦(后面可能可跨平台,比如 linux) + - 分组中增加自定义配置的 socks 端口 + - 独立包检查更新时将会提示手动下载 + - 给 xray-core 和 sing-box-core 增加更多 mux 参数 + - Wiki 增加不显示的参数的说明 https://github.com/2dust/v2rayN/wiki/Description-of-some-parameters + - 检查更新改进,现在可一键更新所有 + - PAC 文件更新 #5636 +ReleaseNotesUrl: https://github.com/2dust/v2rayN/releases/tag/6.57 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/6.57/2dust.v2rayN.yaml b/manifests/2/2dust/v2rayN/6.57/2dust.v2rayN.yaml new file mode 100644 index 0000000000000..82f6f683aaf09 --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.57/2dust.v2rayN.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: '6.57' +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/6.58/2dust.v2rayN.installer.yaml b/manifests/2/2dust/v2rayN/6.58/2dust.v2rayN.installer.yaml new file mode 100644 index 0000000000000..4b30aaf9511f9 --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.58/2dust.v2rayN.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: '6.58' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: v2rayN-With-Core/v2rayUpgrade.exe +UpgradeBehavior: deny +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ReleaseDate: 2024-09-08 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/2dust/v2rayN/releases/download/6.58/v2rayN-With-Core.zip + InstallerSha256: 586A7AC177895EDB5674D95E8205A3A4023F5CF7E95CC0BFD512BC5276F92AC3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/6.58/2dust.v2rayN.locale.zh-CN.yaml b/manifests/2/2dust/v2rayN/6.58/2dust.v2rayN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4d1ce54d56e12 --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.58/2dust.v2rayN.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: '6.58' +PackageLocale: zh-CN +Publisher: 2dust +PublisherUrl: https://github.com/2dust +PublisherSupportUrl: https://github.com/2dust/v2rayN/issues +Author: 2dust +PackageName: v2rayN +PackageUrl: https://github.com/2dust/v2rayN +License: GPL-3.0 +LicenseUrl: https://github.com/2dust/v2rayN/blob/master/LICENSE +ShortDescription: 支持 Xray、v2fly 等 core 的 GUI 客户端 +ReleaseNotes: |- + - 重构代码结构,界面和业务解耦(后面可能可跨平台,比如 linux) + - 分组中增加自定义配置的 socks 端口 + - 独立包检查更新时将会提示手动下载 + - 给 xray-core 和 sing-box-core 增加更多 mux 参数 + - Wiki 增加不显示的参数的说明 https://github.com/2dust/v2rayN/wiki/Description-of-some-parameters + - 检查更新改进,现在可一键更新所有 + - PAC 文件更新 #5636 + - 备份和还原 +ReleaseNotesUrl: https://github.com/2dust/v2rayN/releases/tag/6.58 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/6.58/2dust.v2rayN.yaml b/manifests/2/2dust/v2rayN/6.58/2dust.v2rayN.yaml new file mode 100644 index 0000000000000..057587bc01381 --- /dev/null +++ b/manifests/2/2dust/v2rayN/6.58/2dust.v2rayN.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: '6.58' +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/Pre-release/6.57/2dust.v2rayN.Pre-release.installer.yaml b/manifests/2/2dust/v2rayN/Pre-release/6.57/2dust.v2rayN.Pre-release.installer.yaml new file mode 100644 index 0000000000000..251b2d10249cc --- /dev/null +++ b/manifests/2/2dust/v2rayN/Pre-release/6.57/2dust.v2rayN.Pre-release.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN.Pre-release +PackageVersion: '6.57' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: v2rayN-With-Core/v2rayUpgrade.exe +UpgradeBehavior: deny +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/2dust/v2rayN/releases/download/6.57/v2rayN-With-Core.zip + InstallerSha256: 4648BE259A3ABF7B1E0124CFD1DDFFA642B4F9B2389F514050CF54E22570D964 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/Pre-release/6.57/2dust.v2rayN.Pre-release.locale.en-US.yaml b/manifests/2/2dust/v2rayN/Pre-release/6.57/2dust.v2rayN.Pre-release.locale.en-US.yaml new file mode 100644 index 0000000000000..97d5606570934 --- /dev/null +++ b/manifests/2/2dust/v2rayN/Pre-release/6.57/2dust.v2rayN.Pre-release.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN.Pre-release +PackageVersion: '6.57' +PackageLocale: en-US +Publisher: 2dust +PackageName: v2rayN +License: GPL-3.0 +ShortDescription: A GUI client for Windows, support Xray core and v2fly core and others +Tags: +- proxy +- shadowsocks +- socks5 +- trojan +- v2fly +- v2ray +- vless +- vmess +- windows +- xray +- xtls +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/2/2dust/v2rayN/Pre-release/6.57/2dust.v2rayN.Pre-release.yaml b/manifests/2/2dust/v2rayN/Pre-release/6.57/2dust.v2rayN.Pre-release.yaml new file mode 100644 index 0000000000000..dfe3b208d0787 --- /dev/null +++ b/manifests/2/2dust/v2rayN/Pre-release/6.57/2dust.v2rayN.Pre-release.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 2dust.v2rayN.Pre-release +PackageVersion: '6.57' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSBirdBase/5.1.233/34u.MultiBaseCSBirdBase.installer.yaml b/manifests/3/34u/MultiBaseCSBirdBase/5.1.233/34u.MultiBaseCSBirdBase.installer.yaml new file mode 100644 index 0000000000000..282043ec55b95 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSBirdBase/5.1.233/34u.MultiBaseCSBirdBase.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSBirdBase +PackageVersion: 5.1.233 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5BirdBase.msi +UpgradeBehavior: install +ProductCode: '{B646EC07-F434-4332-98A4-CC9AFBFB8CC7}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5BirdBaseMSI_51233.zip + InstallerSha256: 5A7D5F3C56C8B0382636ACBCF5F34AA6206BF7D0677FB652D21B8B0841A485F3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSBirdBase/5.1.233/34u.MultiBaseCSBirdBase.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSBirdBase/5.1.233/34u.MultiBaseCSBirdBase.locale.de-DE.yaml new file mode 100644 index 0000000000000..e47ff4091b3d1 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSBirdBase/5.1.233/34u.MultiBaseCSBirdBase.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSBirdBase +PackageVersion: 5.1.233 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS BirdBase +License: Proprietary +ShortDescription: MultiBaseCS BirdBase. Die MultiBaseCS-Edition für die Beringungszentrale Hiddensee. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/52_BirdBase/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSBirdBase/5.1.233/34u.MultiBaseCSBirdBase.yaml b/manifests/3/34u/MultiBaseCSBirdBase/5.1.233/34u.MultiBaseCSBirdBase.yaml new file mode 100644 index 0000000000000..98abff87efbb5 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSBirdBase/5.1.233/34u.MultiBaseCSBirdBase.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSBirdBase +PackageVersion: 5.1.233 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSBirdBase/5.2.0/34u.MultiBaseCSBirdBase.installer.yaml b/manifests/3/34u/MultiBaseCSBirdBase/5.2.0/34u.MultiBaseCSBirdBase.installer.yaml new file mode 100644 index 0000000000000..5a8f727748de6 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSBirdBase/5.2.0/34u.MultiBaseCSBirdBase.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSBirdBase +PackageVersion: 5.2.0 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5BirdBase.msi +UpgradeBehavior: install +ProductCode: '{D80CCA61-DD81-4BFB-8090-64CF325A9246}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5BirdBaseMSI_520.zip + InstallerSha256: D010E1B21CA835C4771694B13A88530990736AD70E55F3B7F45EDF4534FF911D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSBirdBase/5.2.0/34u.MultiBaseCSBirdBase.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSBirdBase/5.2.0/34u.MultiBaseCSBirdBase.locale.de-DE.yaml new file mode 100644 index 0000000000000..b13a428ba1b15 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSBirdBase/5.2.0/34u.MultiBaseCSBirdBase.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSBirdBase +PackageVersion: 5.2.0 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS BirdBase +License: Proprietary +ShortDescription: MultiBaseCS BirdBase. Die MultiBaseCS-Edition für die Beringungszentrale Hiddensee. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/52_BirdBase/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSBirdBase/5.2.0/34u.MultiBaseCSBirdBase.yaml b/manifests/3/34u/MultiBaseCSBirdBase/5.2.0/34u.MultiBaseCSBirdBase.yaml new file mode 100644 index 0000000000000..aa3e72b7d7c09 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSBirdBase/5.2.0/34u.MultiBaseCSBirdBase.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSBirdBase +PackageVersion: 5.2.0 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSBirdBase/5.2.1/34u.MultiBaseCSBirdBase.installer.yaml b/manifests/3/34u/MultiBaseCSBirdBase/5.2.1/34u.MultiBaseCSBirdBase.installer.yaml new file mode 100644 index 0000000000000..45ca827cb8e69 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSBirdBase/5.2.1/34u.MultiBaseCSBirdBase.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSBirdBase +PackageVersion: 5.2.1 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5BirdBase.msi +UpgradeBehavior: install +ProductCode: '{89234773-A4AF-4C09-ADC0-98A941518730}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5BirdBaseMSI_521.zip + InstallerSha256: 5D5864FFBCA319A5EECFC23A38DA72DBB534B99F7F709A49B2A9D9B3840BD76A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSBirdBase/5.2.1/34u.MultiBaseCSBirdBase.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSBirdBase/5.2.1/34u.MultiBaseCSBirdBase.locale.de-DE.yaml new file mode 100644 index 0000000000000..8232ede41af4f --- /dev/null +++ b/manifests/3/34u/MultiBaseCSBirdBase/5.2.1/34u.MultiBaseCSBirdBase.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSBirdBase +PackageVersion: 5.2.1 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS BirdBase +License: Proprietary +ShortDescription: MultiBaseCS BirdBase. Die MultiBaseCS-Edition für die Beringungszentrale Hiddensee. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/52_BirdBase/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSBirdBase/5.2.1/34u.MultiBaseCSBirdBase.yaml b/manifests/3/34u/MultiBaseCSBirdBase/5.2.1/34u.MultiBaseCSBirdBase.yaml new file mode 100644 index 0000000000000..19485420a1dcb --- /dev/null +++ b/manifests/3/34u/MultiBaseCSBirdBase/5.2.1/34u.MultiBaseCSBirdBase.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSBirdBase +PackageVersion: 5.2.1 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSHome/5.1.233/34u.MultiBaseCSHome.installer.yaml b/manifests/3/34u/MultiBaseCSHome/5.1.233/34u.MultiBaseCSHome.installer.yaml new file mode 100644 index 0000000000000..75326b2dd29e3 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSHome/5.1.233/34u.MultiBaseCSHome.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSHome +PackageVersion: 5.1.233 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5Home.msi +UpgradeBehavior: install +ProductCode: '{70838FB5-DAC3-42DA-BF86-C042EC1EFC60}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5HomeMSI_51233.zip + InstallerSha256: 7D95A44908EA9E5101D981EF0515329C940C4F96540A5352610731BC231366AA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSHome/5.1.233/34u.MultiBaseCSHome.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSHome/5.1.233/34u.MultiBaseCSHome.locale.de-DE.yaml new file mode 100644 index 0000000000000..6f6c7e55cc4b0 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSHome/5.1.233/34u.MultiBaseCSHome.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSHome +PackageVersion: 5.1.233 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS Home +License: Proprietary +ShortDescription: MultiBaseCS Home. Die moderne Artenerfassung. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/51_home/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSHome/5.1.233/34u.MultiBaseCSHome.yaml b/manifests/3/34u/MultiBaseCSHome/5.1.233/34u.MultiBaseCSHome.yaml new file mode 100644 index 0000000000000..448ede1df5332 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSHome/5.1.233/34u.MultiBaseCSHome.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSHome +PackageVersion: 5.1.233 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSHome/5.2.0/34u.MultiBaseCSHome.installer.yaml b/manifests/3/34u/MultiBaseCSHome/5.2.0/34u.MultiBaseCSHome.installer.yaml new file mode 100644 index 0000000000000..e67f657ab5cf4 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSHome/5.2.0/34u.MultiBaseCSHome.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSHome +PackageVersion: 5.2.0 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5Home.msi +UpgradeBehavior: install +ProductCode: '{4B80E231-EB47-49AF-9569-877ABB957662}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5HomeMSI_520.zip + InstallerSha256: 4811515186FFDC091971F3C789D9F2B7A1399122F6802992DFF172902B25D42F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSHome/5.2.0/34u.MultiBaseCSHome.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSHome/5.2.0/34u.MultiBaseCSHome.locale.de-DE.yaml new file mode 100644 index 0000000000000..77861e48aefdf --- /dev/null +++ b/manifests/3/34u/MultiBaseCSHome/5.2.0/34u.MultiBaseCSHome.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSHome +PackageVersion: 5.2.0 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS Home +License: Proprietary +ShortDescription: MultiBaseCS Home. Die moderne Artenerfassung. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/51_home/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSHome/5.2.0/34u.MultiBaseCSHome.yaml b/manifests/3/34u/MultiBaseCSHome/5.2.0/34u.MultiBaseCSHome.yaml new file mode 100644 index 0000000000000..7389f4b7fe35c --- /dev/null +++ b/manifests/3/34u/MultiBaseCSHome/5.2.0/34u.MultiBaseCSHome.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSHome +PackageVersion: 5.2.0 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSHome/5.2.1/34u.MultiBaseCSHome.installer.yaml b/manifests/3/34u/MultiBaseCSHome/5.2.1/34u.MultiBaseCSHome.installer.yaml new file mode 100644 index 0000000000000..80a73ad94f074 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSHome/5.2.1/34u.MultiBaseCSHome.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSHome +PackageVersion: 5.2.1 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5Home.msi +UpgradeBehavior: install +ProductCode: '{57BA6639-F765-4515-8172-BCFB94FD9016}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5HomeMSI_521.zip + InstallerSha256: DAB3F4F3083EA658B194BE7D6A78E1E5B452559DF9F60B90B4CBFB67AF39A158 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSHome/5.2.1/34u.MultiBaseCSHome.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSHome/5.2.1/34u.MultiBaseCSHome.locale.de-DE.yaml new file mode 100644 index 0000000000000..458955cb091c4 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSHome/5.2.1/34u.MultiBaseCSHome.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSHome +PackageVersion: 5.2.1 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS Home +License: Proprietary +ShortDescription: MultiBaseCS Home. Die moderne Artenerfassung. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/51_home/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSHome/5.2.1/34u.MultiBaseCSHome.yaml b/manifests/3/34u/MultiBaseCSHome/5.2.1/34u.MultiBaseCSHome.yaml new file mode 100644 index 0000000000000..e11d2a5d3cfb2 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSHome/5.2.1/34u.MultiBaseCSHome.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSHome +PackageVersion: 5.2.1 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSProfessional/5.1.233/34u.MultiBaseCSProfessional.installer.yaml b/manifests/3/34u/MultiBaseCSProfessional/5.1.233/34u.MultiBaseCSProfessional.installer.yaml new file mode 100644 index 0000000000000..b08d804e85dab --- /dev/null +++ b/manifests/3/34u/MultiBaseCSProfessional/5.1.233/34u.MultiBaseCSProfessional.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSProfessional +PackageVersion: 5.1.233 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5Professional.msi +UpgradeBehavior: install +ProductCode: '{882B6DF8-743B-4021-AC22-87A929FFD796}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5ProMSI_51233.zip + InstallerSha256: 1FF0E51604989715DAD2C1F4B524321A1A21410926EA7A936E4A19BDC65F282D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSProfessional/5.1.233/34u.MultiBaseCSProfessional.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSProfessional/5.1.233/34u.MultiBaseCSProfessional.locale.de-DE.yaml new file mode 100644 index 0000000000000..5e57359a16736 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSProfessional/5.1.233/34u.MultiBaseCSProfessional.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSProfessional +PackageVersion: 5.1.233 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS Professional +License: Proprietary +ShortDescription: MultiBaseCS Professional. Die moderne Artenerfassung. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/51_professional/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSProfessional/5.1.233/34u.MultiBaseCSProfessional.yaml b/manifests/3/34u/MultiBaseCSProfessional/5.1.233/34u.MultiBaseCSProfessional.yaml new file mode 100644 index 0000000000000..a07c32fab6f37 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSProfessional/5.1.233/34u.MultiBaseCSProfessional.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSProfessional +PackageVersion: 5.1.233 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSProfessional/5.2.0/34u.MultiBaseCSProfessional.installer.yaml b/manifests/3/34u/MultiBaseCSProfessional/5.2.0/34u.MultiBaseCSProfessional.installer.yaml new file mode 100644 index 0000000000000..d8623ecea521d --- /dev/null +++ b/manifests/3/34u/MultiBaseCSProfessional/5.2.0/34u.MultiBaseCSProfessional.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSProfessional +PackageVersion: 5.2.0 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5Professional.msi +UpgradeBehavior: install +ProductCode: '{EF0F0253-BF1E-49D8-BFA9-48ECEB8699CB}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5ProMSI_520.zip + InstallerSha256: C48D74F9ACBDDC798A00C7D504FD3850E072E75A6F0E8BD2CD217357871F3FC8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSProfessional/5.2.0/34u.MultiBaseCSProfessional.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSProfessional/5.2.0/34u.MultiBaseCSProfessional.locale.de-DE.yaml new file mode 100644 index 0000000000000..5587d9cd0a424 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSProfessional/5.2.0/34u.MultiBaseCSProfessional.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSProfessional +PackageVersion: 5.2.0 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS Professional +License: Proprietary +ShortDescription: MultiBaseCS Professional. Die moderne Artenerfassung. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/51_professional/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSProfessional/5.2.0/34u.MultiBaseCSProfessional.yaml b/manifests/3/34u/MultiBaseCSProfessional/5.2.0/34u.MultiBaseCSProfessional.yaml new file mode 100644 index 0000000000000..785e7bdfe7536 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSProfessional/5.2.0/34u.MultiBaseCSProfessional.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSProfessional +PackageVersion: 5.2.0 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSProfessional/5.2.1/34u.MultiBaseCSProfessional.installer.yaml b/manifests/3/34u/MultiBaseCSProfessional/5.2.1/34u.MultiBaseCSProfessional.installer.yaml new file mode 100644 index 0000000000000..724bfe25f993a --- /dev/null +++ b/manifests/3/34u/MultiBaseCSProfessional/5.2.1/34u.MultiBaseCSProfessional.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSProfessional +PackageVersion: 5.2.1 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5Professional.msi +UpgradeBehavior: install +ProductCode: '{36BC1D9B-8AAF-4266-9208-2DB008DF4D49}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5ProMSI_521.zip + InstallerSha256: E6CF9FDC6A9D2D3BE62485332343321BE61E8DCE4DC7906994816B5450E842D9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSProfessional/5.2.1/34u.MultiBaseCSProfessional.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSProfessional/5.2.1/34u.MultiBaseCSProfessional.locale.de-DE.yaml new file mode 100644 index 0000000000000..2f36c9d393608 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSProfessional/5.2.1/34u.MultiBaseCSProfessional.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSProfessional +PackageVersion: 5.2.1 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS Professional +License: Proprietary +ShortDescription: MultiBaseCS Professional. Die moderne Artenerfassung. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/51_professional/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSProfessional/5.2.1/34u.MultiBaseCSProfessional.yaml b/manifests/3/34u/MultiBaseCSProfessional/5.2.1/34u.MultiBaseCSProfessional.yaml new file mode 100644 index 0000000000000..0e9f7ff0c37fd --- /dev/null +++ b/manifests/3/34u/MultiBaseCSProfessional/5.2.1/34u.MultiBaseCSProfessional.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSProfessional +PackageVersion: 5.2.1 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSServer/5.1.233/34u.MultiBaseCSServer.installer.yaml b/manifests/3/34u/MultiBaseCSServer/5.1.233/34u.MultiBaseCSServer.installer.yaml new file mode 100644 index 0000000000000..0ea6b4b414ae6 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSServer/5.1.233/34u.MultiBaseCSServer.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSServer +PackageVersion: 5.1.233 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5Server.msi +UpgradeBehavior: install +ProductCode: '{307AE36C-0E16-4CF1-BACC-9BDF2CCD44DA}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5ServerMSI_51233.zip + InstallerSha256: DE2B185B71AAF94CCD16DECD1A2608C6FBCDE8F33998CB2B841F9080748AFC81 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSServer/5.1.233/34u.MultiBaseCSServer.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSServer/5.1.233/34u.MultiBaseCSServer.locale.de-DE.yaml new file mode 100644 index 0000000000000..4f0777ecae2a4 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSServer/5.1.233/34u.MultiBaseCSServer.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSServer +PackageVersion: 5.1.233 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS Server +License: Proprietary +ShortDescription: MultiBaseCS Server. Die Behördenlösung für den Artenschutz. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/51_server/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSServer/5.1.233/34u.MultiBaseCSServer.yaml b/manifests/3/34u/MultiBaseCSServer/5.1.233/34u.MultiBaseCSServer.yaml new file mode 100644 index 0000000000000..1c462e973a130 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSServer/5.1.233/34u.MultiBaseCSServer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSServer +PackageVersion: 5.1.233 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSServer/5.2.0/34u.MultiBaseCSServer.installer.yaml b/manifests/3/34u/MultiBaseCSServer/5.2.0/34u.MultiBaseCSServer.installer.yaml new file mode 100644 index 0000000000000..d9195473fcff1 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSServer/5.2.0/34u.MultiBaseCSServer.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSServer +PackageVersion: 5.2.0 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5Server.msi +UpgradeBehavior: install +ProductCode: '{48B7679F-FBCD-4B59-B4BA-D2F6C00FC36E}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5ServerMSI_520.zip + InstallerSha256: F1E72ABD29F5CE5A3CE7FC6F07876550D2B6964F6861B5C76CF2E18B6296F138 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSServer/5.2.0/34u.MultiBaseCSServer.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSServer/5.2.0/34u.MultiBaseCSServer.locale.de-DE.yaml new file mode 100644 index 0000000000000..b7c7bb41e3853 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSServer/5.2.0/34u.MultiBaseCSServer.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSServer +PackageVersion: 5.2.0 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS Server +License: Proprietary +ShortDescription: MultiBaseCS Server. Die Behördenlösung für den Artenschutz. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/51_server/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSServer/5.2.0/34u.MultiBaseCSServer.yaml b/manifests/3/34u/MultiBaseCSServer/5.2.0/34u.MultiBaseCSServer.yaml new file mode 100644 index 0000000000000..36ee5843eb9ea --- /dev/null +++ b/manifests/3/34u/MultiBaseCSServer/5.2.0/34u.MultiBaseCSServer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSServer +PackageVersion: 5.2.0 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSServer/5.2.1/34u.MultiBaseCSServer.installer.yaml b/manifests/3/34u/MultiBaseCSServer/5.2.1/34u.MultiBaseCSServer.installer.yaml new file mode 100644 index 0000000000000..5873c3e1966f7 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSServer/5.2.1/34u.MultiBaseCSServer.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSServer +PackageVersion: 5.2.1 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5Server.msi +UpgradeBehavior: install +ProductCode: '{3ECF1C63-61E3-47AF-B6A3-748DFE85D261}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5ServerMSI_521.zip + InstallerSha256: 1BF715331C852758FB75883F062A2EA11455341E74CCEFA03AA2C77FF66BA1CA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSServer/5.2.1/34u.MultiBaseCSServer.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSServer/5.2.1/34u.MultiBaseCSServer.locale.de-DE.yaml new file mode 100644 index 0000000000000..ffe22e3d51d56 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSServer/5.2.1/34u.MultiBaseCSServer.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSServer +PackageVersion: 5.2.1 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS Server +License: Proprietary +ShortDescription: MultiBaseCS Server. Die Behördenlösung für den Artenschutz. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/51_server/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/34u/MultiBaseCSServer/5.2.1/34u.MultiBaseCSServer.yaml b/manifests/3/34u/MultiBaseCSServer/5.2.1/34u.MultiBaseCSServer.yaml new file mode 100644 index 0000000000000..07dc5b0e8ed41 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSServer/5.2.1/34u.MultiBaseCSServer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSServer +PackageVersion: 5.2.1 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360AlbumViewer/1.0.1.1080/360.360AlbumViewer.installer.yaml b/manifests/3/360/360AlbumViewer/1.0.1.1080/360.360AlbumViewer.installer.yaml new file mode 100644 index 0000000000000..d9bd28e158621 --- /dev/null +++ b/manifests/3/360/360AlbumViewer/1.0.1.1080/360.360AlbumViewer.installer.yaml @@ -0,0 +1,91 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360AlbumViewer +PackageVersion: 1.0.1.1080 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ai +- arw +- bmp +- cr2 +- cr3 +- crw +- cut +- dcr +- dng +- emf +- exr +- g3 +- gif +- hdp +- hdr +- heic +- ico +- j2c +- j2k +- jfif +- jng +- jp2 +- jpc +- jpeg +- jpg +- jpm +- jxr +- kdc +- mng +- mrw +- nef +- nrw +- orf +- pbm +- pcd +- pct +- pcx +- pef +- pfm +- pgm +- pgx +- png +- pnm +- ppm +- psb +- psd +- raf +- ras +- raw +- rw2 +- sgi +- sr2 +- svg +- svgz +- tbi +- tga +- tif +- tiff +- wbmp +- wdp +- webp +- wmf +- x3f +- xbm +- xpm +Installers: +- Architecture: x86 + InstallerUrl: https://sfdl.360safe.com/pic360/pic360Setup.exe + InstallerSha256: CD4EE993BBBC4DDF93A6D689605FCAA999D1FF3C0600739B0AD735284F5FC104 + ProductCode: 360看图 +- Architecture: x64 + InstallerUrl: https://sfdl.360safe.com/pic360/pic360Setup.exe + InstallerSha256: CD4EE993BBBC4DDF93A6D689605FCAA999D1FF3C0600739B0AD735284F5FC104 + ProductCode: 360看图 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360AlbumViewer/1.0.1.1080/360.360AlbumViewer.locale.en-US.yaml b/manifests/3/360/360AlbumViewer/1.0.1.1080/360.360AlbumViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..260d0a43c5da0 --- /dev/null +++ b/manifests/3/360/360AlbumViewer/1.0.1.1080/360.360AlbumViewer.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360AlbumViewer +PackageVersion: 1.0.1.1080 +PackageLocale: en-US +Publisher: www.360.cn +PublisherUrl: https://www.360.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://pic.360.cn/user_protocol.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360看图 +PackageUrl: https://pic.360.cn/ +License: Proprietary +LicenseUrl: https://pic.360.cn/product_protocol.html +Copyright: Copyright © 2005 - 2022 360.CN All rights reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: An easy-to-use image viewer +# Description: +# Moniker: +Tags: +- image +- photo +- picture +- reader +- viewer +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Help Center + DocumentUrl: https://faq.bbs.360.cn/#/question/1186 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360AlbumViewer/1.0.1.1080/360.360AlbumViewer.locale.zh-CN.yaml b/manifests/3/360/360AlbumViewer/1.0.1.1080/360.360AlbumViewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..32aa518e719f0 --- /dev/null +++ b/manifests/3/360/360AlbumViewer/1.0.1.1080/360.360AlbumViewer.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360AlbumViewer +PackageVersion: 1.0.1.1080 +PackageLocale: zh-CN +Publisher: www.360.cn +PublisherUrl: https://www.360.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://pic.360.cn/user_protocol.html +Author: 北京奇虎科技有限公司 +PackageName: 360看图 +PackageUrl: https://pic.360.cn/ +License: 专有软件 +LicenseUrl: https://pic.360.cn/product_protocol.html +Copyright: Copyright © 2005 - 2022 360.CN All rights reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: 一款好用的看图工具 +# Description: +# Moniker: +Tags: +- 图像 +- 图片 +- 查看器 +- 照片 +- 阅读器 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 帮助中心 + DocumentUrl: https://faq.bbs.360.cn/#/question/1186 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360AlbumViewer/1.0.1.1080/360.360AlbumViewer.yaml b/manifests/3/360/360AlbumViewer/1.0.1.1080/360.360AlbumViewer.yaml new file mode 100644 index 0000000000000..b519cf7686768 --- /dev/null +++ b/manifests/3/360/360AlbumViewer/1.0.1.1080/360.360AlbumViewer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360AlbumViewer +PackageVersion: 1.0.1.1080 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360Chrome/X/22.3.3000.64/360.360Chrome.X.installer.yaml b/manifests/3/360/360Chrome/X/22.3.3000.64/360.360Chrome.X.installer.yaml index 0a3700579ff72..2482a493b6a12 100644 --- a/manifests/3/360/360Chrome/X/22.3.3000.64/360.360Chrome.X.installer.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3000.64/360.360Chrome.X.installer.yaml @@ -42,6 +42,7 @@ FileExtensions: - shtml - xht - xhtml +ReleaseDate: 2024-04-24 Installers: - Architecture: x64 InstallerUrl: https://down.360safe.com/cse/360csex_22.3.3000.64.exe diff --git a/manifests/3/360/360Chrome/X/22.3.3000.64/360.360Chrome.X.locale.en-US.yaml b/manifests/3/360/360Chrome/X/22.3.3000.64/360.360Chrome.X.locale.en-US.yaml index d8aceac3c5e48..b2c807d0d418e 100644 --- a/manifests/3/360/360Chrome/X/22.3.3000.64/360.360Chrome.X.locale.en-US.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3000.64/360.360Chrome.X.locale.en-US.yaml @@ -26,7 +26,7 @@ Tags: - web - webpage # ReleaseNotes: -ReleaseNotesUrl: https://bbs.360.cn/thread-16105183-1-1.html +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/3/360/360Chrome/X/22.3.3000.64/360.360Chrome.X.locale.zh-CN.yaml b/manifests/3/360/360Chrome/X/22.3.3000.64/360.360Chrome.X.locale.zh-CN.yaml index c5304a552d2d7..f529435096035 100644 --- a/manifests/3/360/360Chrome/X/22.3.3000.64/360.360Chrome.X.locale.zh-CN.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3000.64/360.360Chrome.X.locale.zh-CN.yaml @@ -24,8 +24,16 @@ Tags: - internet-explorer - 浏览器 - 网页 -# ReleaseNotes: -ReleaseNotesUrl: https://bbs.360.cn/thread-16105183-1-1.html +ReleaseNotes: |- + 1. 增加大会员功能 + 2. 优化登录框 + 3. 增加 AI 按钮 + 4. 优化阅读模式 + 5. 优化省电模式 + 6. 增加一个根证书 + 7. 修复不显示静音按钮的 bug + 8. 修复放大镜功能失效的 bug +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/3/360/360Chrome/X/22.3.3015.64/360.360Chrome.X.installer.yaml b/manifests/3/360/360Chrome/X/22.3.3015.64/360.360Chrome.X.installer.yaml index 22485ea47f141..53db4ddb69515 100644 --- a/manifests/3/360/360Chrome/X/22.3.3015.64/360.360Chrome.X.installer.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3015.64/360.360Chrome.X.installer.yaml @@ -42,6 +42,7 @@ FileExtensions: - shtml - xht - xhtml +ReleaseDate: 2024-04-27 Installers: - Architecture: x64 InstallerUrl: https://down.360safe.com/cse/360csex_22.3.3015.64.exe diff --git a/manifests/3/360/360Chrome/X/22.3.3015.64/360.360Chrome.X.locale.en-US.yaml b/manifests/3/360/360Chrome/X/22.3.3015.64/360.360Chrome.X.locale.en-US.yaml index dff3988ca50da..39c4144d286df 100644 --- a/manifests/3/360/360Chrome/X/22.3.3015.64/360.360Chrome.X.locale.en-US.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3015.64/360.360Chrome.X.locale.en-US.yaml @@ -26,7 +26,7 @@ Tags: - web - webpage # ReleaseNotes: -ReleaseNotesUrl: https://bbs.360.cn/thread-16105183-1-1.html +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/3/360/360Chrome/X/22.3.3015.64/360.360Chrome.X.locale.zh-CN.yaml b/manifests/3/360/360Chrome/X/22.3.3015.64/360.360Chrome.X.locale.zh-CN.yaml index aaf4e774fdc38..7f7aec3afb8ca 100644 --- a/manifests/3/360/360Chrome/X/22.3.3015.64/360.360Chrome.X.locale.zh-CN.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3015.64/360.360Chrome.X.locale.zh-CN.yaml @@ -24,8 +24,13 @@ Tags: - internet-explorer - 浏览器 - 网页 -# ReleaseNotes: -ReleaseNotesUrl: https://bbs.360.cn/thread-16105183-1-1.html +ReleaseNotes: |- + 1. 修复打印失败 + 2. 修复无法获取焦点的 bug + 3. 修复安装扩展失败的 bug + 4. 修复点击网站名牌崩溃的 bug + 5. 修复图片放大镜显示异常的 bug +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/3/360/360Chrome/X/22.3.3025.64/360.360Chrome.X.installer.yaml b/manifests/3/360/360Chrome/X/22.3.3025.64/360.360Chrome.X.installer.yaml index 5093791e9ea88..a9445868ea5be 100644 --- a/manifests/3/360/360Chrome/X/22.3.3025.64/360.360Chrome.X.installer.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3025.64/360.360Chrome.X.installer.yaml @@ -42,6 +42,7 @@ FileExtensions: - shtml - xht - xhtml +ReleaseDate: 2024-05-30 Installers: - Architecture: x64 InstallerUrl: https://down.360safe.com/cse/360csex_22.3.3025.64.exe diff --git a/manifests/3/360/360Chrome/X/22.3.3025.64/360.360Chrome.X.locale.en-US.yaml b/manifests/3/360/360Chrome/X/22.3.3025.64/360.360Chrome.X.locale.en-US.yaml index 1701f519c679d..d538017134a20 100644 --- a/manifests/3/360/360Chrome/X/22.3.3025.64/360.360Chrome.X.locale.en-US.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3025.64/360.360Chrome.X.locale.en-US.yaml @@ -26,7 +26,7 @@ Tags: - web - webpage # ReleaseNotes: -ReleaseNotesUrl: https://bbs.360.cn/thread-16105183-1-1.html +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/3/360/360Chrome/X/22.3.3025.64/360.360Chrome.X.locale.zh-CN.yaml b/manifests/3/360/360Chrome/X/22.3.3025.64/360.360Chrome.X.locale.zh-CN.yaml index 44efbed56bc3a..305a05f686711 100644 --- a/manifests/3/360/360Chrome/X/22.3.3025.64/360.360Chrome.X.locale.zh-CN.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3025.64/360.360Chrome.X.locale.zh-CN.yaml @@ -24,8 +24,10 @@ Tags: - internet-explorer - 浏览器 - 网页 -# ReleaseNotes: -ReleaseNotesUrl: https://bbs.360.cn/thread-16105183-1-1.html +ReleaseNotes: |- + 1. 修复一个安全漏洞 + 2. 修复一个插件加载问题 +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/3/360/360Chrome/X/22.3.3042.64/360.360Chrome.X.installer.yaml b/manifests/3/360/360Chrome/X/22.3.3042.64/360.360Chrome.X.installer.yaml index 6deae84e36028..45289097d5bae 100644 --- a/manifests/3/360/360Chrome/X/22.3.3042.64/360.360Chrome.X.installer.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3042.64/360.360Chrome.X.installer.yaml @@ -42,6 +42,7 @@ FileExtensions: - shtml - xht - xhtml +ReleaseDate: 2024-06-06 Installers: - Architecture: x64 InstallerUrl: https://down.360safe.com/cse/360csex_22.3.3042.64.exe diff --git a/manifests/3/360/360Chrome/X/22.3.3042.64/360.360Chrome.X.locale.en-US.yaml b/manifests/3/360/360Chrome/X/22.3.3042.64/360.360Chrome.X.locale.en-US.yaml index 04f207570620c..9215d90e2b959 100644 --- a/manifests/3/360/360Chrome/X/22.3.3042.64/360.360Chrome.X.locale.en-US.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3042.64/360.360Chrome.X.locale.en-US.yaml @@ -26,7 +26,7 @@ Tags: - web - webpage # ReleaseNotes: -ReleaseNotesUrl: https://bbs.360.cn/thread-16105183-1-1.html +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/3/360/360Chrome/X/22.3.3042.64/360.360Chrome.X.locale.zh-CN.yaml b/manifests/3/360/360Chrome/X/22.3.3042.64/360.360Chrome.X.locale.zh-CN.yaml index 97370e50afdd9..1449c5c3a55ff 100644 --- a/manifests/3/360/360Chrome/X/22.3.3042.64/360.360Chrome.X.locale.zh-CN.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3042.64/360.360Chrome.X.locale.zh-CN.yaml @@ -24,8 +24,8 @@ Tags: - internet-explorer - 浏览器 - 网页 -# ReleaseNotes: -ReleaseNotesUrl: https://bbs.360.cn/thread-16105183-1-1.html +ReleaseNotes: 1. 修复一个登录的问题 +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/3/360/360Chrome/X/22.3.3050.64/360.360Chrome.X.installer.yaml b/manifests/3/360/360Chrome/X/22.3.3050.64/360.360Chrome.X.installer.yaml index 6195bd38ddc50..609ad052b0ebe 100644 --- a/manifests/3/360/360Chrome/X/22.3.3050.64/360.360Chrome.X.installer.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3050.64/360.360Chrome.X.installer.yaml @@ -42,6 +42,7 @@ FileExtensions: - shtml - xht - xhtml +ReleaseDate: 2024-06-28 Installers: - Architecture: x64 InstallerUrl: https://down.360safe.com/cse/360csex_22.3.3050.64.exe diff --git a/manifests/3/360/360Chrome/X/22.3.3050.64/360.360Chrome.X.locale.en-US.yaml b/manifests/3/360/360Chrome/X/22.3.3050.64/360.360Chrome.X.locale.en-US.yaml index 310264bdec9e9..8c955e32aa1bc 100644 --- a/manifests/3/360/360Chrome/X/22.3.3050.64/360.360Chrome.X.locale.en-US.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3050.64/360.360Chrome.X.locale.en-US.yaml @@ -26,7 +26,7 @@ Tags: - web - webpage # ReleaseNotes: -ReleaseNotesUrl: https://bbs.360.cn/thread-16105183-1-1.html +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/3/360/360Chrome/X/22.3.3050.64/360.360Chrome.X.locale.zh-CN.yaml b/manifests/3/360/360Chrome/X/22.3.3050.64/360.360Chrome.X.locale.zh-CN.yaml index 9b955c009c779..e5105470a2e7c 100644 --- a/manifests/3/360/360Chrome/X/22.3.3050.64/360.360Chrome.X.locale.zh-CN.yaml +++ b/manifests/3/360/360Chrome/X/22.3.3050.64/360.360Chrome.X.locale.zh-CN.yaml @@ -24,8 +24,11 @@ Tags: - internet-explorer - 浏览器 - 网页 -# ReleaseNotes: -ReleaseNotesUrl: https://bbs.360.cn/thread-16105183-1-1.html +ReleaseNotes: |- + 1. 优化新标签页 + 2. 优化图片转 PDF + 3. 修复 editor-box 样式错乱问题 +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/3/360/360Chrome/X/22.3.3065.64/360.360Chrome.X.installer.yaml b/manifests/3/360/360Chrome/X/22.3.3065.64/360.360Chrome.X.installer.yaml new file mode 100644 index 0000000000000..e2662a38deb26 --- /dev/null +++ b/manifests/3/360/360Chrome/X/22.3.3065.64/360.360Chrome.X.installer.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360Chrome.X +PackageVersion: 22.3.3065.64 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent-install + SilentWithProgress: --silent-install + InstallLocation: --install-path="" + Log: --enable-logging --verbose-logging --log-file="" + Upgrade: --full-install-update +InstallerSuccessCodes: +- 1 +ExpectedReturnCodes: +- InstallerReturnCode: 405 + ReturnResponse: installInProgress +- InstallerReturnCode: 406 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 5042 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- 360chromexurl +- ftp +- htmlfile +- http +- https +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- shtm +- shtml +- xht +- xhtml +ReleaseDate: 2024-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://down.360safe.com/cse/360csex_22.3.3065.64.exe + InstallerSha256: 01CF001253F64B7402CD7DD8592D29BE809DC841B98CBA3BC1FDF32E58BED3DA + ProductCode: 360ChromeX +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360Chrome/X/22.3.3065.64/360.360Chrome.X.locale.en-US.yaml b/manifests/3/360/360Chrome/X/22.3.3065.64/360.360Chrome.X.locale.en-US.yaml new file mode 100644 index 0000000000000..efb72d43e0432 --- /dev/null +++ b/manifests/3/360/360Chrome/X/22.3.3065.64/360.360Chrome.X.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360Chrome.X +PackageVersion: 22.3.3065.64 +PackageLocale: en-US +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-142-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/bps360jsllqWindowsb.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360 极速浏览器X +PackageUrl: https://browser.360.cn/ee/ +License: Freeware +LicenseUrl: http://www.360.cn/xukexieyi.html#jisu +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: New Chromium-based 64-bit dual-core browser for higher performance and better experience +Description: 360 Chrome X is the first 64-bit dual-core browser from 360 that integrates the latest Chromium kernel, providing a 50% performance boost over traditional 32-bit browsers. In addition to a more enjoyable browsing experience, we also provide you with new simple interface, new tab with thousands of HD wallpapers, and many optimized browsing tools. +Moniker: 360csex +Tags: +- browser +- chromium +- ie +- internet-explorer +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://faq.bbs.360.cn/#/question/280 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360Chrome/X/22.3.3065.64/360.360Chrome.X.locale.zh-CN.yaml b/manifests/3/360/360Chrome/X/22.3.3065.64/360.360Chrome.X.locale.zh-CN.yaml new file mode 100644 index 0000000000000..030bce462a73e --- /dev/null +++ b/manifests/3/360/360Chrome/X/22.3.3065.64/360.360Chrome.X.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360Chrome.X +PackageVersion: 22.3.3065.64 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-142-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/bps360jsllqWindowsb.html +Author: 北京奇虎科技有限公司 +PackageName: 360 极速浏览器X +PackageUrl: https://browser.360.cn/ee/ +License: 免费软件 +LicenseUrl: http://www.360.cn/xukexieyi.html#jisu +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: 全新 Chromium 内核,64 位双核浏览器,性能更高,体验更佳 +Description: 360 极速浏览器 X 是 360 推出的首款融合了最新 Chromium 内核的 64 位双核浏览器,较传统的 32 位浏览器,性能提升超 50%。在带给您更加畅快的底层浏览体验同时,我们也还为您提供了全新的极简风格操作界面、可以更换上千款高清壁纸的新标签页及众多精心优化过的浏览工具。 +# Moniker: +Tags: +- chromium +- ie +- internet-explorer +- 浏览器 +- 网页 +ReleaseNotes: |- + 1. 优化地址栏输入逻辑 + 2. 优化图片、视频功能 + 3. 修复暗黑模式下显示异常 + 4. 修复一个登录引起的崩溃 +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://faq.bbs.360.cn/#/question/280 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360Chrome/X/22.3.3065.64/360.360Chrome.X.yaml b/manifests/3/360/360Chrome/X/22.3.3065.64/360.360Chrome.X.yaml new file mode 100644 index 0000000000000..a5f20e55bf4cb --- /dev/null +++ b/manifests/3/360/360Chrome/X/22.3.3065.64/360.360Chrome.X.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360Chrome.X +PackageVersion: 22.3.3065.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360Chrome/X/22.3.3077.64/360.360Chrome.X.installer.yaml b/manifests/3/360/360Chrome/X/22.3.3077.64/360.360Chrome.X.installer.yaml new file mode 100644 index 0000000000000..c2171f07f5ee2 --- /dev/null +++ b/manifests/3/360/360Chrome/X/22.3.3077.64/360.360Chrome.X.installer.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360Chrome.X +PackageVersion: 22.3.3077.64 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent-install + SilentWithProgress: --silent-install + InstallLocation: --install-path="" + Log: --enable-logging --verbose-logging --log-file="" + Upgrade: --full-install-update +InstallerSuccessCodes: +- 1 +ExpectedReturnCodes: +- InstallerReturnCode: 405 + ReturnResponse: installInProgress +- InstallerReturnCode: 406 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 5042 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- 360chromexurl +- ftp +- htmlfile +- http +- https +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- shtm +- shtml +- xht +- xhtml +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x64 + InstallerUrl: https://down.360safe.com/cse/360csex_22.3.3077.64.exe + InstallerSha256: 772FE841E04ABC4CE7E7EC3C3658DF07080D90B6E2BB96618781512826856852 + ProductCode: 360ChromeX +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360Chrome/X/22.3.3077.64/360.360Chrome.X.locale.en-US.yaml b/manifests/3/360/360Chrome/X/22.3.3077.64/360.360Chrome.X.locale.en-US.yaml new file mode 100644 index 0000000000000..1fa7334eadd51 --- /dev/null +++ b/manifests/3/360/360Chrome/X/22.3.3077.64/360.360Chrome.X.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360Chrome.X +PackageVersion: 22.3.3077.64 +PackageLocale: en-US +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-142-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/bps360jsllqWindowsb.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360 极速浏览器X +PackageUrl: https://browser.360.cn/ee/ +License: Freeware +LicenseUrl: http://www.360.cn/xukexieyi.html#jisu +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: New Chromium-based 64-bit dual-core browser for higher performance and better experience +Description: 360 Chrome X is the first 64-bit dual-core browser from 360 that integrates the latest Chromium kernel, providing a 50% performance boost over traditional 32-bit browsers. In addition to a more enjoyable browsing experience, we also provide you with new simple interface, new tab with thousands of HD wallpapers, and many optimized browsing tools. +Moniker: 360csex +Tags: +- browser +- chromium +- ie +- internet-explorer +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://faq.bbs.360.cn/#/question/280 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360Chrome/X/22.3.3077.64/360.360Chrome.X.locale.zh-CN.yaml b/manifests/3/360/360Chrome/X/22.3.3077.64/360.360Chrome.X.locale.zh-CN.yaml new file mode 100644 index 0000000000000..59c33053ec558 --- /dev/null +++ b/manifests/3/360/360Chrome/X/22.3.3077.64/360.360Chrome.X.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360Chrome.X +PackageVersion: 22.3.3077.64 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-142-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/bps360jsllqWindowsb.html +Author: 北京奇虎科技有限公司 +PackageName: 360 极速浏览器X +PackageUrl: https://browser.360.cn/ee/ +License: 免费软件 +LicenseUrl: http://www.360.cn/xukexieyi.html#jisu +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: 全新 Chromium 内核,64 位双核浏览器,性能更高,体验更佳 +Description: 360 极速浏览器 X 是 360 推出的首款融合了最新 Chromium 内核的 64 位双核浏览器,较传统的 32 位浏览器,性能提升超 50%。在带给您更加畅快的底层浏览体验同时,我们也还为您提供了全新的极简风格操作界面、可以更换上千款高清壁纸的新标签页及众多精心优化过的浏览工具。 +# Moniker: +Tags: +- chromium +- ie +- internet-explorer +- 浏览器 +- 网页 +ReleaseNotes: |- + 1. 修复一个漏洞 + 2. 优化图片扩展 + 3. 修复一个搜索失败的 bug +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://faq.bbs.360.cn/#/question/280 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360Chrome/X/22.3.3077.64/360.360Chrome.X.yaml b/manifests/3/360/360Chrome/X/22.3.3077.64/360.360Chrome.X.yaml new file mode 100644 index 0000000000000..9a5cccafecd8a --- /dev/null +++ b/manifests/3/360/360Chrome/X/22.3.3077.64/360.360Chrome.X.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360Chrome.X +PackageVersion: 22.3.3077.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360DesktopLite/11.0.0.2061/360.360DesktopLite.installer.yaml b/manifests/3/360/360DesktopLite/11.0.0.2061/360.360DesktopLite.installer.yaml new file mode 100644 index 0000000000000..1e6d13d47b343 --- /dev/null +++ b/manifests/3/360/360DesktopLite/11.0.0.2061/360.360DesktopLite.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360DesktopLite +PackageVersion: 11.0.0.2061 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://wsdl.360safe.com/DesktopLite/360DesktopLite_zm000001.exe + InstallerSha256: 3B8EF103BB092126EDB1A492DAFD4B317944D2428F1323EF1456CFBCAC0E5144 + ProductCode: 360DesktopLite +- Architecture: x64 + InstallerUrl: https://wsdl.360safe.com/DesktopLite/360DesktopLite_zm000001.exe + InstallerSha256: 3B8EF103BB092126EDB1A492DAFD4B317944D2428F1323EF1456CFBCAC0E5144 + ProductCode: 360DesktopLite +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360DesktopLite/11.0.0.2061/360.360DesktopLite.locale.en-US.yaml b/manifests/3/360/360DesktopLite/11.0.0.2061/360.360DesktopLite.locale.en-US.yaml new file mode 100644 index 0000000000000..cb23021b8535b --- /dev/null +++ b/manifests/3/360/360DesktopLite/11.0.0.2061/360.360DesktopLite.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360DesktopLite +PackageVersion: 11.0.0.2061 +PackageLocale: en-US +Publisher: 360.cn +PublisherUrl: https://www.360.cn/ +# PublisherSupportUrl: +PrivacyUrl: http://www.360.cn/privacy/v3/zhuomianzhushou.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 桌面助手 +PackageUrl: http://www.360.cn/desktop/ +License: Proprietary +LicenseUrl: http://www.360.cn/xukexieyi.html#desktop +Copyright: Copyright © 2005-2024 360.cn All rights reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: A lightweight and convenient, efficient and time-saving smart desktop +Description: '360 DesktopLite is a productivity tool for office users to boost efficiency: classifying and organizing desktop files; searching and positioning local files in seconds; to-do, notes and reminders; rich wallpapers and dynamic desktop; numerous screenshots, eye protection and other free features.' +# Moniker: +Tags: +- desktop +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360DesktopLite/11.0.0.2061/360.360DesktopLite.locale.zh-CN.yaml b/manifests/3/360/360DesktopLite/11.0.0.2061/360.360DesktopLite.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2724e77e7c209 --- /dev/null +++ b/manifests/3/360/360DesktopLite/11.0.0.2061/360.360DesktopLite.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360DesktopLite +PackageVersion: 11.0.0.2061 +PackageLocale: zh-CN +Publisher: 360.cn +PublisherUrl: https://www.360.cn/ +# PublisherSupportUrl: +PrivacyUrl: http://www.360.cn/privacy/v3/zhuomianzhushou.html +Author: 北京奇虎科技有限公司 +PackageName: 桌面助手 +PackageUrl: http://www.360.cn/desktop/ +License: 专有软件 +LicenseUrl: http://www.360.cn/xukexieyi.html#desktop +Copyright: Copyright © 2005-2024 360.cn 版权所有 +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: 轻巧便捷智桌面,高效提速省时间 +Description: 桌面助手是一款面向办公群体的提效工具,整理桌面·分类归纳;本地文件·秒搜定位;待办事项·记录提醒;万千壁纸·动态桌面;还有一大波截图,护眼等免费功能。 +# Moniker: +Tags: +- 桌面 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360DesktopLite/11.0.0.2061/360.360DesktopLite.yaml b/manifests/3/360/360DesktopLite/11.0.0.2061/360.360DesktopLite.yaml new file mode 100644 index 0000000000000..5cc921012eea4 --- /dev/null +++ b/manifests/3/360/360DesktopLite/11.0.0.2061/360.360DesktopLite.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360DesktopLite +PackageVersion: 11.0.0.2061 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360DocProtect/1.0.0.1202/360.360DocProtect.installer.yaml b/manifests/3/360/360DocProtect/1.0.0.1202/360.360DocProtect.installer.yaml new file mode 100644 index 0000000000000..b43886005b23c --- /dev/null +++ b/manifests/3/360/360DocProtect/1.0.0.1202/360.360DocProtect.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360DocProtect +PackageVersion: 1.0.0.1202 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 2 +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://free.360totalsecurity.com/docprotect/dpsetup_en.exe + InstallerSha256: 5DC06418840CF61A44E0E6D4A13E17769302629BD566A741A640625EABE17A95 + ProductCode: 360DocProtect +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360DocProtect/1.0.0.1202/360.360DocProtect.locale.en-US.yaml b/manifests/3/360/360DocProtect/1.0.0.1202/360.360DocProtect.locale.en-US.yaml new file mode 100644 index 0000000000000..1585fde05979c --- /dev/null +++ b/manifests/3/360/360DocProtect/1.0.0.1202/360.360DocProtect.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360DocProtect +PackageVersion: 1.0.0.1202 +PackageLocale: en-US +Publisher: 360 Security Center +PublisherUrl: https://www.360totalsecurity.com/en/ +PublisherSupportUrl: https://www.360totalsecurity.com/en/help/ +PrivacyUrl: https://www.360totalsecurity.com/en/privacy/ +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360 File Guard +PackageUrl: https://www.360totalsecurity.com/en/tools/document-protector/ +License: Proprietary +LicenseUrl: https://www.360totalsecurity.com/en/license/360-total-security/ +Copyright: (C) Qihoo 360 Technology Co. Ltd., All rights reserved. +# CopyrightUrl: +ShortDescription: The Ransomware Terminator +# Description: +# Moniker: +Tags: +- protect +- ransomware +- security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360DocProtect/1.0.0.1202/360.360DocProtect.locale.zh-CN.yaml b/manifests/3/360/360DocProtect/1.0.0.1202/360.360DocProtect.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d587aa0a40701 --- /dev/null +++ b/manifests/3/360/360DocProtect/1.0.0.1202/360.360DocProtect.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360DocProtect +PackageVersion: 1.0.0.1202 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://www.360totalsecurity.com/zh-cn/ +PublisherSupportUrl: https://www.360totalsecurity.com/zh-cn/help/ +PrivacyUrl: https://www.360totalsecurity.com/zh-cn/privacy/ +Author: 北京奇虎科技有限公司 +PackageName: 360文档卫士 +PackageUrl: https://www.360totalsecurity.com/zh-cn/tools/document-protector/ +License: 专有软件 +LicenseUrl: https://www.360totalsecurity.com/zh-cn/license/360-total-security/ +Copyright: (C) Qihoo 360 Technology Co. Ltd., All rights reserved. +# CopyrightUrl: +ShortDescription: 勒索软件的终结者 +# Description: +# Moniker: +Tags: +- 保护 +- 勒索软件 +- 安全 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360DocProtect/1.0.0.1202/360.360DocProtect.yaml b/manifests/3/360/360DocProtect/1.0.0.1202/360.360DocProtect.yaml new file mode 100644 index 0000000000000..e08fcc4cec24a --- /dev/null +++ b/manifests/3/360/360DocProtect/1.0.0.1202/360.360DocProtect.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360DocProtect +PackageVersion: 1.0.0.1202 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5100.64/360.360SE.installer.yaml b/manifests/3/360/360SE/15.3.5100.64/360.360SE.installer.yaml new file mode 100644 index 0000000000000..1899466775ec2 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5100.64/360.360SE.installer.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5100.64 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent-install + SilentWithProgress: --silent-install + InstallLocation: --install-path="" + Upgrade: --full-install-update +ExpectedReturnCodes: +- InstallerReturnCode: 1 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 405 + ReturnResponse: installInProgress +- InstallerReturnCode: 431 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 5042 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- 360seurl +- ftp +- htmlfile +- http +- https +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- ses +- shtm +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://down.360safe.com/se/360se15.3.5100.64.exe + InstallerSha256: BAE21A4ADA7CAFF53D63B8AFBF2AFA7559125BD2D91AD99BFC61E80D689C3FEF + ProductCode: 360se6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://down.360safe.com/se/360se15.3.5100.64.exe + InstallerSha256: BAE21A4ADA7CAFF53D63B8AFBF2AFA7559125BD2D91AD99BFC61E80D689C3FEF + InstallerSwitches: + Custom: --system-level + ProductCode: 360se6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5100.64/360.360SE.locale.en-US.yaml b/manifests/3/360/360SE/15.3.5100.64/360.360SE.locale.en-US.yaml new file mode 100644 index 0000000000000..50975cc0d563a --- /dev/null +++ b/manifests/3/360/360SE/15.3.5100.64/360.360SE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5100.64 +PackageLocale: en-US +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: Freeware +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: A browser by Qihoo 360 with safe in mind +Description: 360 Safe Browser (360SE) is a powerful, easy-to-use, fast, and safe browser suitable for online shopping. It uses advanced malicious URL blocking technology which can automatically block malicious URLs such as hijackings, frauds, phishing bank sites, etc. +# Moniker: +Tags: +- browser +- chromium +- ie +- internet-explorer +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5100.64/360.360SE.locale.zh-CN.yaml b/manifests/3/360/360SE/15.3.5100.64/360.360SE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..65232a23c0392 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5100.64/360.360SE.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5100.64 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: 北京奇虎科技有限公司 +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: 免费软件 +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: 全面保护上网安全,4 亿用户共同选择 +Description: 360 安全浏览器(360SE),安全、放心的浏览器,网购首选!360 安全浏览器采用先进的恶意网址拦截技术,可自动拦截挂马、欺诈、网银仿冒等恶意网址。360 安全浏览器强大、好用、设计人性化、安全快速!安全上网不中招,就用 360 安全浏览器。 +# Moniker: +Tags: +- chromium +- ie +- internet-explorer +- 浏览器 +- 网页 +ReleaseNotes: |- + 1. 优化 AI 模式 + 2. 优化 ai 扩展和图片扩展 + 3. 优化计算内存 + 4. 设置增加 ai 阅读按钮设置项 + 5. 修复大 dpi 下登陆窗口显示异常 + 6. 暗黑模式下,右侧栏布局异常 + 7. 修复一个会员引起的崩溃 + 8. 修复一个切核引起的崩溃 + 9. 修复一个扩展弹框引起的崩溃 +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5100.64/360.360SE.yaml b/manifests/3/360/360SE/15.3.5100.64/360.360SE.yaml new file mode 100644 index 0000000000000..62313e19b2a13 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5100.64/360.360SE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5100.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5102.64/360.360SE.installer.yaml b/manifests/3/360/360SE/15.3.5102.64/360.360SE.installer.yaml new file mode 100644 index 0000000000000..a163e742a9234 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5102.64/360.360SE.installer.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5102.64 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent-install + SilentWithProgress: --silent-install + InstallLocation: --install-path="" + Upgrade: --full-install-update +ExpectedReturnCodes: +- InstallerReturnCode: 1 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 405 + ReturnResponse: installInProgress +- InstallerReturnCode: 431 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 5042 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- 360seurl +- ftp +- htmlfile +- http +- https +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- ses +- shtm +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://down.360safe.com/se/360se15.3.5102.64.exe + InstallerSha256: 2270DAEE874568F4C7BD3AF18AFEE82C75825F8EF6E48B9CBFBFD29CF2A9D67C + ProductCode: 360se6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://down.360safe.com/se/360se15.3.5102.64.exe + InstallerSha256: 2270DAEE874568F4C7BD3AF18AFEE82C75825F8EF6E48B9CBFBFD29CF2A9D67C + InstallerSwitches: + Custom: --system-level + ProductCode: 360se6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5102.64/360.360SE.locale.en-US.yaml b/manifests/3/360/360SE/15.3.5102.64/360.360SE.locale.en-US.yaml new file mode 100644 index 0000000000000..aaa7163423772 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5102.64/360.360SE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5102.64 +PackageLocale: en-US +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: Freeware +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: A browser by Qihoo 360 with safe in mind +Description: 360 Safe Browser (360SE) is a powerful, easy-to-use, fast, and safe browser suitable for online shopping. It uses advanced malicious URL blocking technology which can automatically block malicious URLs such as hijackings, frauds, phishing bank sites, etc. +# Moniker: +Tags: +- browser +- chromium +- ie +- internet-explorer +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5102.64/360.360SE.locale.zh-CN.yaml b/manifests/3/360/360SE/15.3.5102.64/360.360SE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..10425ecd3bf1f --- /dev/null +++ b/manifests/3/360/360SE/15.3.5102.64/360.360SE.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5102.64 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: 北京奇虎科技有限公司 +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: 免费软件 +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: 全面保护上网安全,4 亿用户共同选择 +Description: 360 安全浏览器(360SE),安全、放心的浏览器,网购首选!360 安全浏览器采用先进的恶意网址拦截技术,可自动拦截挂马、欺诈、网银仿冒等恶意网址。360 安全浏览器强大、好用、设计人性化、安全快速!安全上网不中招,就用 360 安全浏览器。 +# Moniker: +Tags: +- chromium +- ie +- internet-explorer +- 浏览器 +- 网页 +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5102.64/360.360SE.yaml b/manifests/3/360/360SE/15.3.5102.64/360.360SE.yaml new file mode 100644 index 0000000000000..6b08eb0811da5 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5102.64/360.360SE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5102.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5112.64/360.360SE.installer.yaml b/manifests/3/360/360SE/15.3.5112.64/360.360SE.installer.yaml new file mode 100644 index 0000000000000..028839c586564 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5112.64/360.360SE.installer.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5112.64 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent-install + SilentWithProgress: --silent-install + InstallLocation: --install-path="" + Upgrade: --full-install-update +ExpectedReturnCodes: +- InstallerReturnCode: 1 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 405 + ReturnResponse: installInProgress +- InstallerReturnCode: 431 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 5042 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- 360seurl +- ftp +- htmlfile +- http +- https +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- ses +- shtm +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2024-07-27 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://down.360safe.com/se/360se15.3.5112.64.exe + InstallerSha256: D68AC23CCC30BC57244B440D0E2B98173C0828CA698660011896A199EF332D4F + ProductCode: 360se6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://down.360safe.com/se/360se15.3.5112.64.exe + InstallerSha256: D68AC23CCC30BC57244B440D0E2B98173C0828CA698660011896A199EF332D4F + InstallerSwitches: + Custom: --system-level + ProductCode: 360se6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5112.64/360.360SE.locale.en-US.yaml b/manifests/3/360/360SE/15.3.5112.64/360.360SE.locale.en-US.yaml new file mode 100644 index 0000000000000..9f96d4ac36f93 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5112.64/360.360SE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5112.64 +PackageLocale: en-US +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: Freeware +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: A browser by Qihoo 360 with safe in mind +Description: 360 Safe Browser (360SE) is a powerful, easy-to-use, fast, and safe browser suitable for online shopping. It uses advanced malicious URL blocking technology which can automatically block malicious URLs such as hijackings, frauds, phishing bank sites, etc. +# Moniker: +Tags: +- browser +- chromium +- ie +- internet-explorer +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5112.64/360.360SE.locale.zh-CN.yaml b/manifests/3/360/360SE/15.3.5112.64/360.360SE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1c2dbd087fd65 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5112.64/360.360SE.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5112.64 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: 北京奇虎科技有限公司 +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: 免费软件 +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: 全面保护上网安全,4 亿用户共同选择 +Description: 360 安全浏览器(360SE),安全、放心的浏览器,网购首选!360 安全浏览器采用先进的恶意网址拦截技术,可自动拦截挂马、欺诈、网银仿冒等恶意网址。360 安全浏览器强大、好用、设计人性化、安全快速!安全上网不中招,就用 360 安全浏览器。 +# Moniker: +Tags: +- chromium +- ie +- internet-explorer +- 浏览器 +- 网页 +ReleaseNotes: |- + 1. 新标签页新增 AI 功能 + 2. 优化左侧边栏优 + 3. 优化 AI 阅读设置项 + 4. 优化 AI 办公 +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5112.64/360.360SE.yaml b/manifests/3/360/360SE/15.3.5112.64/360.360SE.yaml new file mode 100644 index 0000000000000..794f8d60f1b7f --- /dev/null +++ b/manifests/3/360/360SE/15.3.5112.64/360.360SE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5112.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5120.64/360.360SE.installer.yaml b/manifests/3/360/360SE/15.3.5120.64/360.360SE.installer.yaml new file mode 100644 index 0000000000000..e4611c59d8bfa --- /dev/null +++ b/manifests/3/360/360SE/15.3.5120.64/360.360SE.installer.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5120.64 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent-install + SilentWithProgress: --silent-install + InstallLocation: --install-path="" + Upgrade: --full-install-update +ExpectedReturnCodes: +- InstallerReturnCode: 1 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 405 + ReturnResponse: installInProgress +- InstallerReturnCode: 431 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 5042 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- 360seurl +- ftp +- htmlfile +- http +- https +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- ses +- shtm +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://down.360safe.com/se/360se15.3.5120.64.exe + InstallerSha256: 9C2DF3AA47E0E67E2AA3164A460C6FB061FBE9F6AF55E43F6ACA25A7A4BF4DF2 + ProductCode: 360se6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://down.360safe.com/se/360se15.3.5120.64.exe + InstallerSha256: 9C2DF3AA47E0E67E2AA3164A460C6FB061FBE9F6AF55E43F6ACA25A7A4BF4DF2 + InstallerSwitches: + Custom: --system-level + ProductCode: 360se6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5120.64/360.360SE.locale.en-US.yaml b/manifests/3/360/360SE/15.3.5120.64/360.360SE.locale.en-US.yaml new file mode 100644 index 0000000000000..ce8a3a5680b4a --- /dev/null +++ b/manifests/3/360/360SE/15.3.5120.64/360.360SE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5120.64 +PackageLocale: en-US +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: Freeware +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: A browser by Qihoo 360 with safe in mind +Description: 360 Safe Browser (360SE) is a powerful, easy-to-use, fast, and safe browser suitable for online shopping. It uses advanced malicious URL blocking technology which can automatically block malicious URLs such as hijackings, frauds, phishing bank sites, etc. +# Moniker: +Tags: +- browser +- chromium +- ie +- internet-explorer +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5120.64/360.360SE.locale.zh-CN.yaml b/manifests/3/360/360SE/15.3.5120.64/360.360SE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..feaae1daf7b39 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5120.64/360.360SE.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5120.64 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: 北京奇虎科技有限公司 +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: 免费软件 +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: 全面保护上网安全,4 亿用户共同选择 +Description: 360 安全浏览器(360SE),安全、放心的浏览器,网购首选!360 安全浏览器采用先进的恶意网址拦截技术,可自动拦截挂马、欺诈、网银仿冒等恶意网址。360 安全浏览器强大、好用、设计人性化、安全快速!安全上网不中招,就用 360 安全浏览器。 +# Moniker: +Tags: +- chromium +- ie +- internet-explorer +- 浏览器 +- 网页 +ReleaseNotes: |- + 1. 新增 ai 助手 + 2. 修复一个右侧栏引起的崩溃 + 3. 修复多屏且 dpi 不一致时显示问题 +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5120.64/360.360SE.yaml b/manifests/3/360/360SE/15.3.5120.64/360.360SE.yaml new file mode 100644 index 0000000000000..7590a779c525f --- /dev/null +++ b/manifests/3/360/360SE/15.3.5120.64/360.360SE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5120.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5122.64/360.360SE.installer.yaml b/manifests/3/360/360SE/15.3.5122.64/360.360SE.installer.yaml new file mode 100644 index 0000000000000..1597ae0fc8aa1 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5122.64/360.360SE.installer.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5122.64 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent-install + SilentWithProgress: --silent-install + InstallLocation: --install-path="" + Upgrade: --full-install-update +ExpectedReturnCodes: +- InstallerReturnCode: 1 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 405 + ReturnResponse: installInProgress +- InstallerReturnCode: 431 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 5042 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- 360seurl +- ftp +- htmlfile +- http +- https +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- ses +- shtm +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://down.360safe.com/se/360se15.3.5122.64.exe + InstallerSha256: 1B9CF1DCCCB7D9DB79563A66346150C0F67BA2BA99F2C79D74D883D8FBA9A3A5 + ProductCode: 360se6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://down.360safe.com/se/360se15.3.5122.64.exe + InstallerSha256: 1B9CF1DCCCB7D9DB79563A66346150C0F67BA2BA99F2C79D74D883D8FBA9A3A5 + InstallerSwitches: + Custom: --system-level + ProductCode: 360se6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5122.64/360.360SE.locale.en-US.yaml b/manifests/3/360/360SE/15.3.5122.64/360.360SE.locale.en-US.yaml new file mode 100644 index 0000000000000..115840bcd0c5b --- /dev/null +++ b/manifests/3/360/360SE/15.3.5122.64/360.360SE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5122.64 +PackageLocale: en-US +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: Freeware +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: A browser by Qihoo 360 with safe in mind +Description: 360 Safe Browser (360SE) is a powerful, easy-to-use, fast, and safe browser suitable for online shopping. It uses advanced malicious URL blocking technology which can automatically block malicious URLs such as hijackings, frauds, phishing bank sites, etc. +# Moniker: +Tags: +- browser +- chromium +- ie +- internet-explorer +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5122.64/360.360SE.locale.zh-CN.yaml b/manifests/3/360/360SE/15.3.5122.64/360.360SE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..719910515b61d --- /dev/null +++ b/manifests/3/360/360SE/15.3.5122.64/360.360SE.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5122.64 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: 北京奇虎科技有限公司 +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: 免费软件 +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: 全面保护上网安全,4 亿用户共同选择 +Description: 360 安全浏览器(360SE),安全、放心的浏览器,网购首选!360 安全浏览器采用先进的恶意网址拦截技术,可自动拦截挂马、欺诈、网银仿冒等恶意网址。360 安全浏览器强大、好用、设计人性化、安全快速!安全上网不中招,就用 360 安全浏览器。 +# Moniker: +Tags: +- chromium +- ie +- internet-explorer +- 浏览器 +- 网页 +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5122.64/360.360SE.yaml b/manifests/3/360/360SE/15.3.5122.64/360.360SE.yaml new file mode 100644 index 0000000000000..2843d06de511a --- /dev/null +++ b/manifests/3/360/360SE/15.3.5122.64/360.360SE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5122.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5124.64/360.360SE.installer.yaml b/manifests/3/360/360SE/15.3.5124.64/360.360SE.installer.yaml new file mode 100644 index 0000000000000..878a0ff74208d --- /dev/null +++ b/manifests/3/360/360SE/15.3.5124.64/360.360SE.installer.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5124.64 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent-install + SilentWithProgress: --silent-install + InstallLocation: --install-path="" + Upgrade: --full-install-update +ExpectedReturnCodes: +- InstallerReturnCode: 1 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 405 + ReturnResponse: installInProgress +- InstallerReturnCode: 431 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 5042 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- 360seurl +- ftp +- htmlfile +- http +- https +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- ses +- shtm +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2024-08-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://down.360safe.com/se/360se15.3.5124.64.exe + InstallerSha256: 1071A334D6989FD83542A286A73E6A4CA26412B93977ADEF5131724D3D9E9650 + ProductCode: 360se6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://down.360safe.com/se/360se15.3.5124.64.exe + InstallerSha256: 1071A334D6989FD83542A286A73E6A4CA26412B93977ADEF5131724D3D9E9650 + InstallerSwitches: + Custom: --system-level + ProductCode: 360se6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5124.64/360.360SE.locale.en-US.yaml b/manifests/3/360/360SE/15.3.5124.64/360.360SE.locale.en-US.yaml new file mode 100644 index 0000000000000..397844fa18a53 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5124.64/360.360SE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5124.64 +PackageLocale: en-US +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: Freeware +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: A browser by Qihoo 360 with safe in mind +Description: 360 Safe Browser (360SE) is a powerful, easy-to-use, fast, and safe browser suitable for online shopping. It uses advanced malicious URL blocking technology which can automatically block malicious URLs such as hijackings, frauds, phishing bank sites, etc. +# Moniker: +Tags: +- browser +- chromium +- ie +- internet-explorer +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5124.64/360.360SE.locale.zh-CN.yaml b/manifests/3/360/360SE/15.3.5124.64/360.360SE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5ae0fba908c01 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5124.64/360.360SE.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5124.64 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: 北京奇虎科技有限公司 +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: 免费软件 +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: 全面保护上网安全,4 亿用户共同选择 +Description: 360 安全浏览器(360SE),安全、放心的浏览器,网购首选!360 安全浏览器采用先进的恶意网址拦截技术,可自动拦截挂马、欺诈、网银仿冒等恶意网址。360 安全浏览器强大、好用、设计人性化、安全快速!安全上网不中招,就用 360 安全浏览器。 +# Moniker: +Tags: +- chromium +- ie +- internet-explorer +- 浏览器 +- 网页 +ReleaseNotes: |- + 1. 优化 ai 助手 + 2. 修复一个右侧栏引起的崩溃 + 3. 修复多屏且 dpi 不一致时显示问题 +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5124.64/360.360SE.yaml b/manifests/3/360/360SE/15.3.5124.64/360.360SE.yaml new file mode 100644 index 0000000000000..b25180405bd4b --- /dev/null +++ b/manifests/3/360/360SE/15.3.5124.64/360.360SE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5124.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5126.64/360.360SE.installer.yaml b/manifests/3/360/360SE/15.3.5126.64/360.360SE.installer.yaml new file mode 100644 index 0000000000000..bf3b940c4b1f5 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5126.64/360.360SE.installer.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5126.64 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent-install + SilentWithProgress: --silent-install + InstallLocation: --install-path="" + Upgrade: --full-install-update +ExpectedReturnCodes: +- InstallerReturnCode: 1 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 405 + ReturnResponse: installInProgress +- InstallerReturnCode: 431 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 5042 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- 360seurl +- ftp +- htmlfile +- http +- https +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- ses +- shtm +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://down.360safe.com/se/360se15.3.5126.64.exe + InstallerSha256: 50F8A25CF0F075A281CA71D24CB7668E6F3B4A0F644DB1F0EDB1F2031C867B2B + ProductCode: 360se6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://down.360safe.com/se/360se15.3.5126.64.exe + InstallerSha256: 50F8A25CF0F075A281CA71D24CB7668E6F3B4A0F644DB1F0EDB1F2031C867B2B + InstallerSwitches: + Custom: --system-level + ProductCode: 360se6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5126.64/360.360SE.locale.en-US.yaml b/manifests/3/360/360SE/15.3.5126.64/360.360SE.locale.en-US.yaml new file mode 100644 index 0000000000000..094f5d16e1de4 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5126.64/360.360SE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5126.64 +PackageLocale: en-US +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: Freeware +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: A browser by Qihoo 360 with safe in mind +Description: 360 Safe Browser (360SE) is a powerful, easy-to-use, fast, and safe browser suitable for online shopping. It uses advanced malicious URL blocking technology which can automatically block malicious URLs such as hijackings, frauds, phishing bank sites, etc. +# Moniker: +Tags: +- browser +- chromium +- ie +- internet-explorer +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5126.64/360.360SE.locale.zh-CN.yaml b/manifests/3/360/360SE/15.3.5126.64/360.360SE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..75b3de6e0896d --- /dev/null +++ b/manifests/3/360/360SE/15.3.5126.64/360.360SE.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5126.64 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: 北京奇虎科技有限公司 +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: 免费软件 +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: 全面保护上网安全,4 亿用户共同选择 +Description: 360 安全浏览器(360SE),安全、放心的浏览器,网购首选!360 安全浏览器采用先进的恶意网址拦截技术,可自动拦截挂马、欺诈、网银仿冒等恶意网址。360 安全浏览器强大、好用、设计人性化、安全快速!安全上网不中招,就用 360 安全浏览器。 +# Moniker: +Tags: +- chromium +- ie +- internet-explorer +- 浏览器 +- 网页 +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5126.64/360.360SE.yaml b/manifests/3/360/360SE/15.3.5126.64/360.360SE.yaml new file mode 100644 index 0000000000000..e1ffd9dc6b032 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5126.64/360.360SE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5126.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5128.64/360.360SE.installer.yaml b/manifests/3/360/360SE/15.3.5128.64/360.360SE.installer.yaml new file mode 100644 index 0000000000000..725f82372fa04 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5128.64/360.360SE.installer.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5128.64 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent-install + SilentWithProgress: --silent-install + InstallLocation: --install-path="" + Upgrade: --full-install-update +ExpectedReturnCodes: +- InstallerReturnCode: 1 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 405 + ReturnResponse: installInProgress +- InstallerReturnCode: 431 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 5042 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- 360seurl +- ftp +- htmlfile +- http +- https +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- ses +- shtm +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2024-08-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://down.360safe.com/se/360se15.3.5128.64.exe + InstallerSha256: ED98F1CECC8C1B8D78B88CF89584851745FDB2AE57CD00D26378FA87152D57FD + ProductCode: 360se6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://down.360safe.com/se/360se15.3.5128.64.exe + InstallerSha256: ED98F1CECC8C1B8D78B88CF89584851745FDB2AE57CD00D26378FA87152D57FD + InstallerSwitches: + Custom: --system-level + ProductCode: 360se6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5128.64/360.360SE.locale.en-US.yaml b/manifests/3/360/360SE/15.3.5128.64/360.360SE.locale.en-US.yaml new file mode 100644 index 0000000000000..c8fdbd9134169 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5128.64/360.360SE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5128.64 +PackageLocale: en-US +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: Freeware +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: A browser by Qihoo 360 with safe in mind +Description: 360 Safe Browser (360SE) is a powerful, easy-to-use, fast, and safe browser suitable for online shopping. It uses advanced malicious URL blocking technology which can automatically block malicious URLs such as hijackings, frauds, phishing bank sites, etc. +# Moniker: +Tags: +- browser +- chromium +- ie +- internet-explorer +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5128.64/360.360SE.locale.zh-CN.yaml b/manifests/3/360/360SE/15.3.5128.64/360.360SE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a151fdd05746d --- /dev/null +++ b/manifests/3/360/360SE/15.3.5128.64/360.360SE.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5128.64 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: 北京奇虎科技有限公司 +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: 免费软件 +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: 全面保护上网安全,4 亿用户共同选择 +Description: 360 安全浏览器(360SE),安全、放心的浏览器,网购首选!360 安全浏览器采用先进的恶意网址拦截技术,可自动拦截挂马、欺诈、网银仿冒等恶意网址。360 安全浏览器强大、好用、设计人性化、安全快速!安全上网不中招,就用 360 安全浏览器。 +# Moniker: +Tags: +- chromium +- ie +- internet-explorer +- 浏览器 +- 网页 +ReleaseNotes: |- + 1. 优化新标签 + 2. 优化侧边栏 + 3. 修复一个崩溃 +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.5128.64/360.360SE.yaml b/manifests/3/360/360SE/15.3.5128.64/360.360SE.yaml new file mode 100644 index 0000000000000..dedace4746c26 --- /dev/null +++ b/manifests/3/360/360SE/15.3.5128.64/360.360SE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.5128.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.6142.64/360.360SE.installer.yaml b/manifests/3/360/360SE/15.3.6142.64/360.360SE.installer.yaml new file mode 100644 index 0000000000000..98a96edec2cf3 --- /dev/null +++ b/manifests/3/360/360SE/15.3.6142.64/360.360SE.installer.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.6142.64 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent-install + SilentWithProgress: --silent-install + InstallLocation: --install-path="" + Upgrade: --full-install-update +ExpectedReturnCodes: +- InstallerReturnCode: 1 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 405 + ReturnResponse: installInProgress +- InstallerReturnCode: 431 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 5042 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- 360seurl +- ftp +- htmlfile +- http +- https +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- ses +- shtm +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2024-08-31 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://down.360safe.com/se/360se15.3.6142.64.exe + InstallerSha256: B2D08FF871A86FD540DC5803F0FF9D25CB9BDB88BFDC78EA0B9C39920599E981 + ProductCode: 360se6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://down.360safe.com/se/360se15.3.6142.64.exe + InstallerSha256: B2D08FF871A86FD540DC5803F0FF9D25CB9BDB88BFDC78EA0B9C39920599E981 + InstallerSwitches: + Custom: --system-level + ProductCode: 360se6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.6142.64/360.360SE.locale.en-US.yaml b/manifests/3/360/360SE/15.3.6142.64/360.360SE.locale.en-US.yaml new file mode 100644 index 0000000000000..c4d6d4294845d --- /dev/null +++ b/manifests/3/360/360SE/15.3.6142.64/360.360SE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.6142.64 +PackageLocale: en-US +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: Freeware +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: A browser by Qihoo 360 with safe in mind +Description: 360 Safe Browser (360SE) is a powerful, easy-to-use, fast, and safe browser suitable for online shopping. It uses advanced malicious URL blocking technology which can automatically block malicious URLs such as hijackings, frauds, phishing bank sites, etc. +# Moniker: +Tags: +- browser +- chromium +- ie +- internet-explorer +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.6142.64/360.360SE.locale.zh-CN.yaml b/manifests/3/360/360SE/15.3.6142.64/360.360SE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..434a793363dd9 --- /dev/null +++ b/manifests/3/360/360SE/15.3.6142.64/360.360SE.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.6142.64 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: 北京奇虎科技有限公司 +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: 免费软件 +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: 全面保护上网安全,4 亿用户共同选择 +Description: 360 安全浏览器(360SE),安全、放心的浏览器,网购首选!360 安全浏览器采用先进的恶意网址拦截技术,可自动拦截挂马、欺诈、网银仿冒等恶意网址。360 安全浏览器强大、好用、设计人性化、安全快速!安全上网不中招,就用 360 安全浏览器。 +# Moniker: +Tags: +- chromium +- ie +- internet-explorer +- 浏览器 +- 网页 +ReleaseNotes: |- + 1. 修复历史记录丢失的问题 + 2. 修复黑色背景闪烁的 bug + 3. 修复右键搜索无反应的 bug + 4. 修复全屏会自动退出的 bug + 5. 修复点击加载图片失败的 bug + 6. 修复一个下载界面切换引起的崩溃 + 7. 修复一个 DxDiag APIs 导致 GPU 的崩溃 +ReleaseNotesUrl: https://bbs.360.cn/thread-16096544-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.6142.64/360.360SE.yaml b/manifests/3/360/360SE/15.3.6142.64/360.360SE.yaml new file mode 100644 index 0000000000000..6ea11951d140f --- /dev/null +++ b/manifests/3/360/360SE/15.3.6142.64/360.360SE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.6142.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.6156.64/360.360SE.installer.yaml b/manifests/3/360/360SE/15.3.6156.64/360.360SE.installer.yaml new file mode 100644 index 0000000000000..4df5c32432bdc --- /dev/null +++ b/manifests/3/360/360SE/15.3.6156.64/360.360SE.installer.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.6156.64 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent-install + SilentWithProgress: --silent-install + InstallLocation: --install-path="" + Upgrade: --full-install-update +ExpectedReturnCodes: +- InstallerReturnCode: 1 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 405 + ReturnResponse: installInProgress +- InstallerReturnCode: 431 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 5042 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- 360seurl +- ftp +- htmlfile +- http +- https +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- ses +- shtm +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://down.360safe.com/se/360se15.3.6156.64.exe + InstallerSha256: B754C5E6F6A69CEA4D17F33F94509296355D2EF4E0235B668EACE36B9658A8D6 + ProductCode: 360se6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://down.360safe.com/se/360se15.3.6156.64.exe + InstallerSha256: B754C5E6F6A69CEA4D17F33F94509296355D2EF4E0235B668EACE36B9658A8D6 + InstallerSwitches: + Custom: --system-level + ProductCode: 360se6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.6156.64/360.360SE.locale.en-US.yaml b/manifests/3/360/360SE/15.3.6156.64/360.360SE.locale.en-US.yaml new file mode 100644 index 0000000000000..9f9384c2ac8c3 --- /dev/null +++ b/manifests/3/360/360SE/15.3.6156.64/360.360SE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.6156.64 +PackageLocale: en-US +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: Freeware +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: A browser by Qihoo 360 with safe in mind +Description: 360 Safe Browser (360SE) is a powerful, easy-to-use, fast, and safe browser suitable for online shopping. It uses advanced malicious URL blocking technology which can automatically block malicious URLs such as hijackings, frauds, phishing bank sites, etc. +# Moniker: +Tags: +- browser +- chromium +- ie +- internet-explorer +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16123090-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.6156.64/360.360SE.locale.zh-CN.yaml b/manifests/3/360/360SE/15.3.6156.64/360.360SE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cfe70eb962bc8 --- /dev/null +++ b/manifests/3/360/360SE/15.3.6156.64/360.360SE.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.6156.64 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-141-1.html +PrivacyUrl: http://www.360.cn/privacy/v3/anquanliulanqi.html +Author: 北京奇虎科技有限公司 +PackageName: 360安全浏览器 +PackageUrl: https://browser.360.cn/ +License: 免费软件 +LicenseUrl: http://www.360.cn/xukexieyi.html#liulanqi +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: http://www.360.cn/about/banquanshengming.html +ShortDescription: 全面保护上网安全,4 亿用户共同选择 +Description: 360 安全浏览器(360SE),安全、放心的浏览器,网购首选!360 安全浏览器采用先进的恶意网址拦截技术,可自动拦截挂马、欺诈、网银仿冒等恶意网址。360 安全浏览器强大、好用、设计人性化、安全快速!安全上网不中招,就用 360 安全浏览器。 +# Moniker: +Tags: +- chromium +- ie +- internet-explorer +- 浏览器 +- 网页 +# ReleaseNotes: +ReleaseNotesUrl: https://bbs.360.cn/thread-16123090-1-1.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://faq.bbs.360.cn/#/question/262 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360SE/15.3.6156.64/360.360SE.yaml b/manifests/3/360/360SE/15.3.6156.64/360.360SE.yaml new file mode 100644 index 0000000000000..8de9b37d8652c --- /dev/null +++ b/manifests/3/360/360SE/15.3.6156.64/360.360SE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360SE +PackageVersion: 15.3.6156.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360VirtualVault/1.0.0.1004/360.360VirtualVault.installer.yaml b/manifests/3/360/360VirtualVault/1.0.0.1004/360.360VirtualVault.installer.yaml new file mode 100644 index 0000000000000..cf32acb669efa --- /dev/null +++ b/manifests/3/360/360VirtualVault/1.0.0.1004/360.360VirtualVault.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360VirtualVault +PackageVersion: 1.0.0.1004 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://free.360totalsecurity.com/totalsecurity/360SafeWallet/Setup.exe + InstallerSha256: 0695A34DBD73CCE10BDFF904E38669E4BF2505521D1F80BF9D2C92052AC7D011 + ProductCode: '{47F89500-9524-425F-9BEB-FFFD23D66E23}}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360VirtualVault/1.0.0.1004/360.360VirtualVault.locale.en-US.yaml b/manifests/3/360/360VirtualVault/1.0.0.1004/360.360VirtualVault.locale.en-US.yaml new file mode 100644 index 0000000000000..2a3fcd093cbdf --- /dev/null +++ b/manifests/3/360/360VirtualVault/1.0.0.1004/360.360VirtualVault.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 360.360VirtualVault +PackageVersion: 1.0.0.1004 +PackageLocale: en-US +Publisher: QIHU 360 SOFTWARE CO. LIMITED +PublisherUrl: https://www.360totalsecurity.com/en/ +PublisherSupportUrl: https://www.360totalsecurity.com/en/help/ +PrivacyUrl: https://www.360totalsecurity.com/en/privacy/ +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360 Virtual Vault +PackageUrl: https://www.360totalsecurity.com/en/tools/virtual-vault/ +License: Proprietary +LicenseUrl: https://www.360totalsecurity.com/en/license/360-total-security/ +Copyright: (C) Qihoo 360 Technology Co. Ltd., All rights reserved. +# CopyrightUrl: +ShortDescription: Your Blockchain Wallet Protector +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360VirtualVault/1.0.0.1004/360.360VirtualVault.locale.zh-CN.yaml b/manifests/3/360/360VirtualVault/1.0.0.1004/360.360VirtualVault.locale.zh-CN.yaml new file mode 100644 index 0000000000000..67feb3612301c --- /dev/null +++ b/manifests/3/360/360VirtualVault/1.0.0.1004/360.360VirtualVault.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 360.360VirtualVault +PackageVersion: 1.0.0.1004 +PackageLocale: zh-CN +Publisher: QIHU 360 SOFTWARE CO. LIMITED +PublisherUrl: https://www.360totalsecurity.com/zh-cn/ +PublisherSupportUrl: https://www.360totalsecurity.com/zh-cn/help/ +PrivacyUrl: https://www.360totalsecurity.com/zh-cn/privacy/ +Author: 北京奇虎科技有限公司 +PackageName: 360 Virtual Vault +PackageUrl: https://www.360totalsecurity.com/zh-cn/tools/virtual-vault/ +License: 专有软件 +LicenseUrl: https://www.360totalsecurity.com/zh-cn/license/360-total-security/ +Copyright: (C) Qihoo 360 Technology Co. Ltd., All rights reserved. +# CopyrightUrl: +ShortDescription: 您的区块链钱包保护器 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360VirtualVault/1.0.0.1004/360.360VirtualVault.yaml b/manifests/3/360/360VirtualVault/1.0.0.1004/360.360VirtualVault.yaml new file mode 100644 index 0000000000000..3100f717da82b --- /dev/null +++ b/manifests/3/360/360VirtualVault/1.0.0.1004/360.360VirtualVault.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 360.360VirtualVault +PackageVersion: 1.0.0.1004 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/3/3Dconnexion/3DxWare/10/10.9.0.3773/3Dconnexion.3DxWare.10.installer.yaml b/manifests/3/3Dconnexion/3DxWare/10/10.9.0.3773/3Dconnexion.3DxWare.10.installer.yaml new file mode 100644 index 0000000000000..484e996ad11d4 --- /dev/null +++ b/manifests/3/3Dconnexion/3DxWare/10/10.9.0.3773/3Dconnexion.3DxWare.10.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 3Dconnexion.3DxWare.10 +PackageVersion: 10.9.0.3773 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet /norestart + SilentWithProgress: /passive /norestart + InstallLocation: InstallFolder="" + Log: /log "" +UpgradeBehavior: install +ReleaseDate: 2024-07-26 +AppsAndFeaturesEntries: +- ProductCode: '{d8babd15-abc9-486f-97ef-2617ec7b5745}' + UpgradeCode: '{7ABAD973-D545-48CE-AC51-1BB60394FBB9}' + InstallerType: burn +Installers: +- Architecture: x64 + InstallerUrl: https://download.3dconnexion.com/drivers/win/10-9-0_509AE981/3DxWare64_v10-9-0_r3773.exe + InstallerSha256: DC058FDD1E8CE38A9DC2F0CB2EB7DAFCA45539FDD7EC6A76EAD7AE5A281D32B4 + ProductCode: '{d8babd15-abc9-486f-97ef-2617ec7b5745}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/3Dconnexion/3DxWare/10/10.9.0.3773/3Dconnexion.3DxWare.10.locale.en-US.yaml b/manifests/3/3Dconnexion/3DxWare/10/10.9.0.3773/3Dconnexion.3DxWare.10.locale.en-US.yaml new file mode 100644 index 0000000000000..403e110833e7a --- /dev/null +++ b/manifests/3/3Dconnexion/3DxWare/10/10.9.0.3773/3Dconnexion.3DxWare.10.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 3Dconnexion.3DxWare.10 +PackageVersion: 10.9.0.3773 +PackageLocale: en-US +Publisher: 3Dconnexion +PublisherUrl: https://3dconnexion.com/ +PublisherSupportUrl: https://3dconnexion.com/support/ +PrivacyUrl: https://3dconnexion.com/privacy-policy/ +Author: 3Dconnexion SAM +PackageName: 3Dconnexion 3DxWare 10 +PackageUrl: https://3dconnexion.com/drivers/ +License: Proprietary +LicenseUrl: https://3dconnexion.com/terms-and-conditions/ +Copyright: © 2013-2024 3Dconnexion. All rights reserved. +# CopyrightUrl: +ShortDescription: Support and customize your 3Dconnexion products. +# Description: +# Moniker: +# Tags: +ReleaseNotes: |- + - Global Settings for Keyboard Pro + - Various improvements and bug fixes +ReleaseNotesUrl: https://3dconnexion.com/wp-content/uploads/sites/27/2024/07/Release_Notes-Windows-20240726.pdf +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://3dconnexion.com/support/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/3/3Dconnexion/3DxWare/10/10.9.0.3773/3Dconnexion.3DxWare.10.locale.zh-CN.yaml b/manifests/3/3Dconnexion/3DxWare/10/10.9.0.3773/3Dconnexion.3DxWare.10.locale.zh-CN.yaml new file mode 100644 index 0000000000000..495ddf6b96904 --- /dev/null +++ b/manifests/3/3Dconnexion/3DxWare/10/10.9.0.3773/3Dconnexion.3DxWare.10.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 3Dconnexion.3DxWare.10 +PackageVersion: 10.9.0.3773 +PackageLocale: zh-CN +Publisher: 3Dconnexion +PublisherUrl: https://3dconnexion.com/cn/ +PublisherSupportUrl: https://3dconnexion.com/cn/support/ +PrivacyUrl: https://3dconnexion.com/cn/privacy-policy/ +Author: 3Dconnexion SAM +PackageName: 3Dconnexion 3DxWare 10 +PackageUrl: https://3dconnexion.com/cn/drivers/ +License: 专有软件 +LicenseUrl: https://3dconnexion.com/cn/terms-and-conditions/ +Copyright: © 2013-2024 3Dconnexion. All rights reserved. +# CopyrightUrl: +ShortDescription: 支持和定制您的 3Dconnexion 产品。 +# Description: +# Moniker: +# Tags: +ReleaseNotes: |- + - Keyboard Pro 的全局设置 + - 各种改进和错误修复 +ReleaseNotesUrl: https://3dconnexion.com/cn/wp-content/uploads/sites/27/2024/07/Release_Notes-Windows-20240726.pdf +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://3dconnexion.com/cn/support/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/3/3Dconnexion/3DxWare/10/10.9.0.3773/3Dconnexion.3DxWare.10.yaml b/manifests/3/3Dconnexion/3DxWare/10/10.9.0.3773/3Dconnexion.3DxWare.10.yaml new file mode 100644 index 0000000000000..a46d6ff6708df --- /dev/null +++ b/manifests/3/3Dconnexion/3DxWare/10/10.9.0.3773/3Dconnexion.3DxWare.10.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 3Dconnexion.3DxWare.10 +PackageVersion: 10.9.0.3773 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.44/5E.5EClient.installer.yaml b/manifests/5/5E/5EClient/7.1.44/5E.5EClient.installer.yaml new file mode 100644 index 0000000000000..797a435804459 --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.44/5E.5EClient.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.44 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-22 +Installers: +- Architecture: x64 + InstallerUrl: https://oss-arena.5eplay.com/client/5EClient-7.1.44.exe + InstallerSha256: FD45DA1287E82F114A38B3824AAFB3ECFFCB0BF78B4EC7D67EAC8EC09F4FEA1F + ProductCode: b8243c8b-3ace-5d95-b4f0-bc984c2373da +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.44/5E.5EClient.locale.en-US.yaml b/manifests/5/5E/5EClient/7.1.44/5E.5EClient.locale.en-US.yaml new file mode 100644 index 0000000000000..347f5a9b351ff --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.44/5E.5EClient.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.44 +PackageLocale: en-US +Publisher: 杭州赛凡科技有限公司 +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: Every Technology Co., Ltd. Hangzhou +PackageName: 5EClient +# PackageUrl: +License: Proprietary +# LicenseUrl: +Copyright: ©2011-2024 Every Technology Co., Ltd. Hangzhou +# CopyrightUrl: +ShortDescription: 'A professional CS: GO matchmaking platform from 5EPlay' +Description: '5EClient is a CS: GO matchmaking software that boasts over ten million registered active players and is the preferred platform for CS: GO players. The platform features proprietary state-of-the-art anti-cheating technologies as well as in-game reporting and voting to ensure a fair and enjoyable gaming experience for all players. Additionally, the platform has 128-tick competitive-grade servers to deliver a smooth gaming experience for all players. Moreover, the platform offers comprehensive game data analysis, helping players review their matches and providing professional analysis results.' +# Moniker: +Tags: +- csgo +- game +- gaming +- matchmaking +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.44/5E.5EClient.locale.zh-CN.yaml b/manifests/5/5E/5EClient/7.1.44/5E.5EClient.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0079612ebbe7b --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.44/5E.5EClient.locale.zh-CN.yaml @@ -0,0 +1,82 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.44 +PackageLocale: zh-CN +Publisher: 杭州赛凡科技有限公司 +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: 杭州赛凡科技有限公司 +PackageName: 5EClient +# PackageUrl: +License: 专有软件 +# LicenseUrl: +Copyright: ©2011-2024 杭州赛凡科技有限公司 +# CopyrightUrl: +ShortDescription: '5EPlay 旗下专业 CS: GO 对战平台' +Description: '5E 对战平台是由 5EPlay 开发的一款 CS: GO 对战软件,拥有超过千万注册活跃玩家,是 CS: GO 玩家的首选平台。平台采用自主研发的最新反作弊技术和游戏内举报投票功能,全面保护玩家的游戏体验。同时,平台提供 128tick 竞赛级服务器,能够给玩家带来丝滑的游戏体验。此外,平台还提供专业全面的游戏数据分析,帮助玩家全面回顾整场对局,并给出专业的分析结果。' +# Moniker: +Tags: +- csgo +- 游戏 +ReleaseNotes: |- + 更新前瞻 + 2024 年 S4 新赛季 + 感谢各位玩家对 5E 平台 2024 年 S3 赛季的支持,随着时间的推移,酣畅淋漓的 S3 赛季落下帷幕。全面升级的 2024 年 S4 赛季:荣誉之战,已正式开启! + 玩法规则: + ● 玩家被分为 CT(特遣队) 和 T(幽灵) 两个阵营。 + ● CT 阵营目标:在限定时间内阻止 T 阵营在指定区域进行爆破。 + ● T 阵营目标:在限定时间内成功爆破指定区域,或在限定时间内歼灭所有 CT 阵营成员。 + ● 游戏中存在独特的等级与技能机制,越战真的会越勇! + + 特殊规则: + ● 隐身与显形 + ● T 阵营根据运动速度的不同,会有不同程度的显形程度,当达到完全静止时会完全隐身,无任何显形。 + ● 武器限制 + ● CT 阵营则可以使用各种枪械和装备 + ● T 阵营只能使用近战武器,不能使用枪械 + 在这场刺激对决中挑战极限,体验全新玩法带来的乐趣吧! + + 优化升级 + 限时模式 + 全新娱乐玩法——【幽灵行动】火爆来袭! + 故事背景: + 一个名为“幽灵”的组织通过研究量子隐形材料装备,成功研制出新型“隐形战甲”;利用战甲,他们在老对头“特遣队”的地盘上大肆破坏。 + 正焦头烂额的特遣队却在一次机缘巧合下截获了一份秘密文件,提前得知了幽灵组织代号为“幽灵行动”的破坏计划。 + 幽灵组织本次能否如愿全身而退,而特遣队又能否瓮中捉鳖、一雪前耻呢? + + 优化升级 + 全民联赛 + S4 赛季吸收了玩家反馈进行优化,让更多玩家能够参与其中。全民联赛模式天梯分只增不减,失败不扣分。 + 玩家可以通过单排或组排的方式自行组队参赛,每轮连胜 3 场即可解锁本周冠军徽章。 + + 分组规则: + 目前比赛共分为 巅峰组(2400 分及以上) 、精英组(1800-2399 分) 、新星组(1200-1799 分)、入门组(0-1199 分)共 4 个级别,根据玩家 CS 全新版本最高赛季天梯分或本赛季天梯分而且取其高来确定当前分组,分组不可跨越。 + 赛事体系: + 全民联赛阶段:每周赢取可佩戴的周冠军徽章 + 最强公会战:公会积分榜排行前 16 公会进行最强公会赛争夺,冠亚季军公会,全员获得永久可佩戴专属徽章 + 全民杯:巅峰组战队积分榜排行前 8 战队进入全民杯,进行更高水准的竞技对抗 + 装扮奖励: + 参赛获胜还可解锁各种装扮奖励:头像框、房间卡片、房间背景等你来赢 + S4 新赛季定级赛优化 + 在 S4 新赛季的定级赛中,系统将根据个人表现动态调整评分机制。即使比赛结果不理想,玩家也可能因出色的发挥而避免扣分,甚至获得额外加分。希望这种灵活的评分方式能激励玩家在每场定级赛中全力以赴,并更准确客观地反映出真实实力。 + 跑图训练优化 + 【本地训练】 + 7 张现服役地图预瞄训练均已上线 5E 本地训练,玩家可通过点击 PLAY→自定义→本地训练进行体验 + 【跑图训练】 + 更新大量顶级赛事职业战队道具 + 新图 Threa、Mills 现已上线,新增大量基础投掷物道具,诚邀各位玩家前来体验,学习并熟练掌握这些新道具。 + + 福利回馈 + 夏日狂欢派对 + 夏日狂欢派对火热上线!7 月 16 日-9 月 3 日,完成活动任务可收集浪花,消耗浪花有机会抽取精美饰品。 + 2024 S4 赛季通行证 + 超群绝伦,无出其右,2024 S4 赛季通行证震撼来袭!开通「荣誉之战」S4 赛季通行证,无需升级即可领取通行证大礼包,包含通行证专属盲盒、专属主题装扮等好礼,更有游戏内专属 MVP 特效及击杀图标彰显专属身份。赛季通行证分为普通版与高级版 2 个版本。PLUS LV.4 及以上用户获得赛季通行证时将自动升级为高级版。等级不设上限,活跃越高奖励越丰厚! +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.44/5E.5EClient.yaml b/manifests/5/5E/5EClient/7.1.44/5E.5EClient.yaml new file mode 100644 index 0000000000000..ed063acf675b8 --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.44/5E.5EClient.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.44 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.45/5E.5EClient.installer.yaml b/manifests/5/5E/5EClient/7.1.45/5E.5EClient.installer.yaml new file mode 100644 index 0000000000000..dde971244410e --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.45/5E.5EClient.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.45 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-01 +Installers: +- Architecture: x64 + InstallerUrl: https://oss-arena.5eplay.com/client/5EClient-7.1.45.exe + InstallerSha256: 49CADCF99602BF9FC24E22A24B3EF5A32C0C0A80D55E6821991FEC0FE64C8EC3 + ProductCode: b8243c8b-3ace-5d95-b4f0-bc984c2373da +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.45/5E.5EClient.locale.en-US.yaml b/manifests/5/5E/5EClient/7.1.45/5E.5EClient.locale.en-US.yaml new file mode 100644 index 0000000000000..4decbcb42d784 --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.45/5E.5EClient.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.45 +PackageLocale: en-US +Publisher: 杭州赛凡科技有限公司 +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: Every Technology Co., Ltd. Hangzhou +PackageName: 5EClient +# PackageUrl: +License: Proprietary +# LicenseUrl: +Copyright: ©2011-2024 Every Technology Co., Ltd. Hangzhou +# CopyrightUrl: +ShortDescription: 'A professional CS: GO matchmaking platform from 5EPlay' +Description: '5EClient is a CS: GO matchmaking software that boasts over ten million registered active players and is the preferred platform for CS: GO players. The platform features proprietary state-of-the-art anti-cheating technologies as well as in-game reporting and voting to ensure a fair and enjoyable gaming experience for all players. Additionally, the platform has 128-tick competitive-grade servers to deliver a smooth gaming experience for all players. Moreover, the platform offers comprehensive game data analysis, helping players review their matches and providing professional analysis results.' +# Moniker: +Tags: +- csgo +- game +- gaming +- matchmaking +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.45/5E.5EClient.locale.zh-CN.yaml b/manifests/5/5E/5EClient/7.1.45/5E.5EClient.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fd7162cefc9e3 --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.45/5E.5EClient.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.45 +PackageLocale: zh-CN +Publisher: 杭州赛凡科技有限公司 +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: 杭州赛凡科技有限公司 +PackageName: 5EClient +# PackageUrl: +License: 专有软件 +# LicenseUrl: +Copyright: ©2011-2024 杭州赛凡科技有限公司 +# CopyrightUrl: +ShortDescription: '5EPlay 旗下专业 CS: GO 对战平台' +Description: '5E 对战平台是由 5EPlay 开发的一款 CS: GO 对战软件,拥有超过千万注册活跃玩家,是 CS: GO 玩家的首选平台。平台采用自主研发的最新反作弊技术和游戏内举报投票功能,全面保护玩家的游戏体验。同时,平台提供 128tick 竞赛级服务器,能够给玩家带来丝滑的游戏体验。此外,平台还提供专业全面的游戏数据分析,帮助玩家全面回顾整场对局,并给出专业的分析结果。' +# Moniker: +Tags: +- csgo +- 游戏 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.45/5E.5EClient.yaml b/manifests/5/5E/5EClient/7.1.45/5E.5EClient.yaml new file mode 100644 index 0000000000000..c1021c1d3c544 --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.45/5E.5EClient.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.46/5E.5EClient.installer.yaml b/manifests/5/5E/5EClient/7.1.46/5E.5EClient.installer.yaml new file mode 100644 index 0000000000000..0723da4311642 --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.46/5E.5EClient.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.46 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x64 + InstallerUrl: https://oss-arena.5eplay.com/client/5EClient-7.1.46.exe + InstallerSha256: E5F0F1492016750558A38A410A66F97F733D731B3C6356764F648626E5076F41 + ProductCode: b8243c8b-3ace-5d95-b4f0-bc984c2373da +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.46/5E.5EClient.locale.en-US.yaml b/manifests/5/5E/5EClient/7.1.46/5E.5EClient.locale.en-US.yaml new file mode 100644 index 0000000000000..f114bb8064f7a --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.46/5E.5EClient.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.46 +PackageLocale: en-US +Publisher: 杭州赛凡科技有限公司 +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: Every Technology Co., Ltd. Hangzhou +PackageName: 5EClient +# PackageUrl: +License: Proprietary +# LicenseUrl: +Copyright: ©2011-2024 Every Technology Co., Ltd. Hangzhou +# CopyrightUrl: +ShortDescription: 'A professional CS: GO matchmaking platform from 5EPlay' +Description: '5EClient is a CS: GO matchmaking software that boasts over ten million registered active players and is the preferred platform for CS: GO players. The platform features proprietary state-of-the-art anti-cheating technologies as well as in-game reporting and voting to ensure a fair and enjoyable gaming experience for all players. Additionally, the platform has 128-tick competitive-grade servers to deliver a smooth gaming experience for all players. Moreover, the platform offers comprehensive game data analysis, helping players review their matches and providing professional analysis results.' +# Moniker: +Tags: +- csgo +- game +- gaming +- matchmaking +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.46/5E.5EClient.locale.zh-CN.yaml b/manifests/5/5E/5EClient/7.1.46/5E.5EClient.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6680248cdc614 --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.46/5E.5EClient.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.46 +PackageLocale: zh-CN +Publisher: 杭州赛凡科技有限公司 +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: 杭州赛凡科技有限公司 +PackageName: 5EClient +# PackageUrl: +License: 专有软件 +# LicenseUrl: +Copyright: ©2011-2024 杭州赛凡科技有限公司 +# CopyrightUrl: +ShortDescription: '5EPlay 旗下专业 CS: GO 对战平台' +Description: '5E 对战平台是由 5EPlay 开发的一款 CS: GO 对战软件,拥有超过千万注册活跃玩家,是 CS: GO 玩家的首选平台。平台采用自主研发的最新反作弊技术和游戏内举报投票功能,全面保护玩家的游戏体验。同时,平台提供 128tick 竞赛级服务器,能够给玩家带来丝滑的游戏体验。此外,平台还提供专业全面的游戏数据分析,帮助玩家全面回顾整场对局,并给出专业的分析结果。' +# Moniker: +Tags: +- csgo +- 游戏 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.46/5E.5EClient.yaml b/manifests/5/5E/5EClient/7.1.46/5E.5EClient.yaml new file mode 100644 index 0000000000000..751abc6a84489 --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.46/5E.5EClient.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.46 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.47/5E.5EClient.installer.yaml b/manifests/5/5E/5EClient/7.1.47/5E.5EClient.installer.yaml new file mode 100644 index 0000000000000..70c16309caa96 --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.47/5E.5EClient.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.47 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-09-12 +Installers: +- Architecture: x64 + InstallerUrl: https://oss-arena.5eplay.com/client/5EClient-7.1.47.exe + InstallerSha256: 77AB890B19648313A5098D0ED51312EE1DD7FFA5A870594DBAEF90649D734D87 + ProductCode: b8243c8b-3ace-5d95-b4f0-bc984c2373da +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.47/5E.5EClient.locale.en-US.yaml b/manifests/5/5E/5EClient/7.1.47/5E.5EClient.locale.en-US.yaml new file mode 100644 index 0000000000000..2b18e7a0ce999 --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.47/5E.5EClient.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.47 +PackageLocale: en-US +Publisher: 杭州赛凡科技有限公司 +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: Every Technology Co., Ltd. Hangzhou +PackageName: 5EClient +# PackageUrl: +License: Proprietary +# LicenseUrl: +Copyright: ©2011-2024 Every Technology Co., Ltd. Hangzhou +# CopyrightUrl: +ShortDescription: 'A professional CS: GO matchmaking platform from 5EPlay' +Description: '5EClient is a CS: GO matchmaking software that boasts over ten million registered active players and is the preferred platform for CS: GO players. The platform features proprietary state-of-the-art anti-cheating technologies as well as in-game reporting and voting to ensure a fair and enjoyable gaming experience for all players. Additionally, the platform has 128-tick competitive-grade servers to deliver a smooth gaming experience for all players. Moreover, the platform offers comprehensive game data analysis, helping players review their matches and providing professional analysis results.' +# Moniker: +Tags: +- csgo +- game +- gaming +- matchmaking +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.47/5E.5EClient.locale.zh-CN.yaml b/manifests/5/5E/5EClient/7.1.47/5E.5EClient.locale.zh-CN.yaml new file mode 100644 index 0000000000000..11c28b9565274 --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.47/5E.5EClient.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.47 +PackageLocale: zh-CN +Publisher: 杭州赛凡科技有限公司 +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: 杭州赛凡科技有限公司 +PackageName: 5EClient +# PackageUrl: +License: 专有软件 +# LicenseUrl: +Copyright: ©2011-2024 杭州赛凡科技有限公司 +# CopyrightUrl: +ShortDescription: '5EPlay 旗下专业 CS: GO 对战平台' +Description: '5E 对战平台是由 5EPlay 开发的一款 CS: GO 对战软件,拥有超过千万注册活跃玩家,是 CS: GO 玩家的首选平台。平台采用自主研发的最新反作弊技术和游戏内举报投票功能,全面保护玩家的游戏体验。同时,平台提供 128tick 竞赛级服务器,能够给玩家带来丝滑的游戏体验。此外,平台还提供专业全面的游戏数据分析,帮助玩家全面回顾整场对局,并给出专业的分析结果。' +# Moniker: +Tags: +- csgo +- 游戏 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/5/5E/5EClient/7.1.47/5E.5EClient.yaml b/manifests/5/5E/5EClient/7.1.47/5E.5EClient.yaml new file mode 100644 index 0000000000000..a916e02e696fd --- /dev/null +++ b/manifests/5/5E/5EClient/7.1.47/5E.5EClient.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 5E.5EClient +PackageVersion: 7.1.47 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.27/64Gram.64Gram.installer.yaml b/manifests/6/64Gram/64Gram/1.1.27/64Gram.64Gram.installer.yaml new file mode 100644 index 0000000000000..18a82901e66cf --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.27/64Gram.64Gram.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.27 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-06-06 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.27/64Gram-setup-x64.1.1.27.exe + InstallerSha256: D778500A1C27C58A2F3AA74B26DDA8122E5F983FB2446689E711968560294F52 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.27/64Gram.64Gram.locale.en-US.yaml b/manifests/6/64Gram/64Gram/1.1.27/64Gram.64Gram.locale.en-US.yaml new file mode 100644 index 0000000000000..5accdde530c50 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.27/64Gram.64Gram.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.27 +PackageLocale: en-US +Publisher: 64Gram +PublisherUrl: https://github.com/TDesktop-x64/tdesktop +PublisherSupportUrl: https://github.com/TDesktop-x64/tdesktop/issues +Author: 64Gram +PackageName: 64Gram Desktop +PackageUrl: https://github.com/TDesktop-x64/tdesktop +License: GPLv3 with OpenSSL exception +LicenseUrl: https://github.com/TDesktop-x64/tdesktop/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/TDesktop-x64/tdesktop/raw/dev/LICENSE +ShortDescription: Unofficial Telegram Desktop +Moniker: 64gram +Tags: +- telegram +ReleaseNotes: v1.1.27 (TDesktop v5.1.2)- No changelog :) +ReleaseNotesUrl: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.1.27 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.27/64Gram.64Gram.yaml b/manifests/6/64Gram/64Gram/1.1.27/64Gram.64Gram.yaml new file mode 100644 index 0000000000000..01fb491de1ced --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.27/64Gram.64Gram.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.28/64Gram.64Gram.installer.yaml b/manifests/6/64Gram/64Gram/1.1.28/64Gram.64Gram.installer.yaml new file mode 100644 index 0000000000000..903638e6ca5dd --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.28/64Gram.64Gram.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.28 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-06-09 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.28/64Gram-setup-x64.1.1.28.exe + InstallerSha256: 51924543D3D7C7F4F921AD1A233463F335210FEA48157ADF286E36207FB391C6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.28/64Gram.64Gram.locale.en-US.yaml b/manifests/6/64Gram/64Gram/1.1.28/64Gram.64Gram.locale.en-US.yaml new file mode 100644 index 0000000000000..cf69ce55dafab --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.28/64Gram.64Gram.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.28 +PackageLocale: en-US +Publisher: 64Gram +PublisherUrl: https://github.com/TDesktop-x64/tdesktop +PublisherSupportUrl: https://github.com/TDesktop-x64/tdesktop/issues +Author: 64Gram +PackageName: 64Gram Desktop +PackageUrl: https://github.com/TDesktop-x64/tdesktop +License: GPLv3 with OpenSSL exception +LicenseUrl: https://github.com/TDesktop-x64/tdesktop/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/TDesktop-x64/tdesktop/raw/dev/LICENSE +ShortDescription: Unofficial Telegram Desktop +Moniker: 64gram +Tags: +- telegram +ReleaseNotes: v1.1.28 (TDesktop v5.1.5)- No changelog :) +ReleaseNotesUrl: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.1.28 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.28/64Gram.64Gram.yaml b/manifests/6/64Gram/64Gram/1.1.28/64Gram.64Gram.yaml new file mode 100644 index 0000000000000..0492d2f4201dc --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.28/64Gram.64Gram.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.29/64Gram.64Gram.installer.yaml b/manifests/6/64Gram/64Gram/1.1.29/64Gram.64Gram.installer.yaml new file mode 100644 index 0000000000000..8f7174197eeb1 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.29/64Gram.64Gram.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.29 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-06-16 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.29/64Gram-setup-x64.1.1.29.exe + InstallerSha256: E5811422BBC92416E04DCA8C005FCCD3582D7F0F4937E7623E1A449E841665EC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.29/64Gram.64Gram.locale.en-US.yaml b/manifests/6/64Gram/64Gram/1.1.29/64Gram.64Gram.locale.en-US.yaml new file mode 100644 index 0000000000000..3f282dd88c780 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.29/64Gram.64Gram.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.29 +PackageLocale: en-US +Publisher: 64Gram +PublisherUrl: https://github.com/TDesktop-x64/tdesktop +PublisherSupportUrl: https://github.com/TDesktop-x64/tdesktop/issues +Author: 64Gram +PackageName: 64Gram Desktop +PackageUrl: https://github.com/TDesktop-x64/tdesktop +License: GPLv3 with OpenSSL exception +LicenseUrl: https://github.com/TDesktop-x64/tdesktop/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/TDesktop-x64/tdesktop/raw/dev/LICENSE +ShortDescription: Unofficial Telegram Desktop +Moniker: 64gram +Tags: +- telegram +ReleaseNotes: v1.1.29 (TDesktop v5.1.7)- No changelog :) +ReleaseNotesUrl: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.1.29 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.29/64Gram.64Gram.yaml b/manifests/6/64Gram/64Gram/1.1.29/64Gram.64Gram.yaml new file mode 100644 index 0000000000000..9b7c9b6766e35 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.29/64Gram.64Gram.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.30/64Gram.64Gram.installer.yaml b/manifests/6/64Gram/64Gram/1.1.30/64Gram.64Gram.installer.yaml new file mode 100644 index 0000000000000..2177c4f4273e9 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.30/64Gram.64Gram.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.30 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-03 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.30/64Gram-setup-x64.1.1.30.exe + InstallerSha256: F3F40EE6E5D66035A401A12D1954738D85F0B2A4AD2A8FBC5D9EEE7E40FDF62C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.30/64Gram.64Gram.locale.en-US.yaml b/manifests/6/64Gram/64Gram/1.1.30/64Gram.64Gram.locale.en-US.yaml new file mode 100644 index 0000000000000..7b9bf72d6b823 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.30/64Gram.64Gram.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.30 +PackageLocale: en-US +Publisher: 64Gram +PublisherUrl: https://github.com/TDesktop-x64/tdesktop +PublisherSupportUrl: https://github.com/TDesktop-x64/tdesktop/issues +Author: 64Gram +PackageName: 64Gram Desktop +PackageUrl: https://github.com/TDesktop-x64/tdesktop +License: GPLv3 with OpenSSL exception +LicenseUrl: https://github.com/TDesktop-x64/tdesktop/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/TDesktop-x64/tdesktop/raw/dev/LICENSE +ShortDescription: Unofficial Telegram Desktop +Moniker: 64gram +Tags: +- telegram +ReleaseNotes: v1.1.30 (TDesktop v5.2.2)- No changelog :) +ReleaseNotesUrl: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.1.30 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.30/64Gram.64Gram.yaml b/manifests/6/64Gram/64Gram/1.1.30/64Gram.64Gram.yaml new file mode 100644 index 0000000000000..0a9e2ef17370e --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.30/64Gram.64Gram.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.31/64Gram.64Gram.installer.yaml b/manifests/6/64Gram/64Gram/1.1.31/64Gram.64Gram.installer.yaml index c6f952f334bc9..4620c741ca3f0 100644 --- a/manifests/6/64Gram/64Gram/1.1.31/64Gram.64Gram.installer.yaml +++ b/manifests/6/64Gram/64Gram/1.1.31/64Gram.64Gram.installer.yaml @@ -12,6 +12,7 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install +ReleaseDate: 2024-07-09 RequireExplicitUpgrade: true Installers: - Architecture: x64 @@ -19,4 +20,3 @@ Installers: InstallerSha256: 234FD3875740B7C8E6F786489D21BA4588A9786BB10AECE736899B4EB63E66F6 ManifestType: installer ManifestVersion: 1.6.0 -ReleaseDate: 2024-07-09 diff --git a/manifests/6/64Gram/64Gram/1.1.32/64Gram.64Gram.installer.yaml b/manifests/6/64Gram/64Gram/1.1.32/64Gram.64Gram.installer.yaml new file mode 100644 index 0000000000000..4cb24bb64cd62 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.32/64Gram.64Gram.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.32 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-05 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.32/64Gram-setup-x64.1.1.32.exe + InstallerSha256: 31DA01B8FD0711A346C9C0A6C2BA3E86CD81A3509A3906754125CD56C45A988B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.32/64Gram.64Gram.locale.en-US.yaml b/manifests/6/64Gram/64Gram/1.1.32/64Gram.64Gram.locale.en-US.yaml new file mode 100644 index 0000000000000..1c76d5705034a --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.32/64Gram.64Gram.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.32 +PackageLocale: en-US +Publisher: 64Gram +PublisherUrl: https://github.com/TDesktop-x64/tdesktop +PublisherSupportUrl: https://github.com/TDesktop-x64/tdesktop/issues +Author: 64Gram +PackageName: 64Gram Desktop +PackageUrl: https://github.com/TDesktop-x64/tdesktop +License: GPLv3 with OpenSSL exception +LicenseUrl: https://github.com/TDesktop-x64/tdesktop/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/TDesktop-x64/tdesktop/raw/dev/LICENSE +ShortDescription: Unofficial Telegram Desktop +Moniker: 64gram +Tags: +- telegram +ReleaseNotes: v1.1.32 (TDesktop v5.3.2)- No changelog :) +ReleaseNotesUrl: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.1.32 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.32/64Gram.64Gram.yaml b/manifests/6/64Gram/64Gram/1.1.32/64Gram.64Gram.yaml new file mode 100644 index 0000000000000..7ef2e22510c09 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.32/64Gram.64Gram.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.33/64Gram.64Gram.installer.yaml b/manifests/6/64Gram/64Gram/1.1.33/64Gram.64Gram.installer.yaml new file mode 100644 index 0000000000000..b7724b2e8e1c9 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.33/64Gram.64Gram.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.33 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-15 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.33/64Gram-setup-x64.1.1.33.exe + InstallerSha256: 4ADEA9928CCE7223F911A080783EBF12C74BCF2006234B82478AD2C1E953D246 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.33/64Gram.64Gram.locale.en-US.yaml b/manifests/6/64Gram/64Gram/1.1.33/64Gram.64Gram.locale.en-US.yaml new file mode 100644 index 0000000000000..f4bd7d180e3f4 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.33/64Gram.64Gram.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.33 +PackageLocale: en-US +Publisher: 64Gram +PublisherUrl: https://github.com/TDesktop-x64/tdesktop +PublisherSupportUrl: https://github.com/TDesktop-x64/tdesktop/issues +Author: 64Gram +PackageName: 64Gram Desktop +PackageUrl: https://github.com/TDesktop-x64/tdesktop +License: GPLv3 with OpenSSL exception +LicenseUrl: https://github.com/TDesktop-x64/tdesktop/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/TDesktop-x64/tdesktop/raw/dev/LICENSE +ShortDescription: Unofficial Telegram Desktop +Moniker: 64gram +Tags: +- telegram +ReleaseNotes: |- + v1.1.33 (TDesktop v5.4.0) + - [New] Add quick forward when pressed ctrl + - [New] Screenshot privacy mode + - [New] Support to drag and drop in the filter menu + - [New] Support sending and viewing location +ReleaseNotesUrl: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.1.33 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.33/64Gram.64Gram.yaml b/manifests/6/64Gram/64Gram/1.1.33/64Gram.64Gram.yaml new file mode 100644 index 0000000000000..8387b255c5024 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.33/64Gram.64Gram.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.33 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.34/64Gram.64Gram.installer.yaml b/manifests/6/64Gram/64Gram/1.1.34/64Gram.64Gram.installer.yaml new file mode 100644 index 0000000000000..8d70f90a4f0c8 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.34/64Gram.64Gram.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.34 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-18 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.34/64Gram-setup-x64.1.1.34.exe + InstallerSha256: E826C3650021E29E9EE4D645047051DE91BB9563422BF993AAE570769979724E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.34/64Gram.64Gram.locale.en-US.yaml b/manifests/6/64Gram/64Gram/1.1.34/64Gram.64Gram.locale.en-US.yaml new file mode 100644 index 0000000000000..1bb99221dacb9 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.34/64Gram.64Gram.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.34 +PackageLocale: en-US +Publisher: 64Gram +PublisherUrl: https://github.com/TDesktop-x64/tdesktop +PublisherSupportUrl: https://github.com/TDesktop-x64/tdesktop/issues +Author: 64Gram +PackageName: 64Gram Desktop +PackageUrl: https://github.com/TDesktop-x64/tdesktop +License: GPLv3 with OpenSSL exception +LicenseUrl: https://github.com/TDesktop-x64/tdesktop/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/TDesktop-x64/tdesktop/raw/dev/LICENSE +ShortDescription: Unofficial Telegram Desktop +Moniker: 64gram +Tags: +- telegram +ReleaseNotes: v1.1.34 (TDesktop v5.4.1)- No changelog :) +ReleaseNotesUrl: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.1.34 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.34/64Gram.64Gram.yaml b/manifests/6/64Gram/64Gram/1.1.34/64Gram.64Gram.yaml new file mode 100644 index 0000000000000..969556d7b4533 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.34/64Gram.64Gram.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.35/64Gram.64Gram.installer.yaml b/manifests/6/64Gram/64Gram/1.1.35/64Gram.64Gram.installer.yaml new file mode 100644 index 0000000000000..9c9e274177b51 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.35/64Gram.64Gram.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.35 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-09-07 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.35/64Gram-setup-x64.1.1.35.exe + InstallerSha256: 5066E8EBFA869B08061A8B147F40838B32772EAB6CB02BB8ECEA4B6614E9B55E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.35/64Gram.64Gram.locale.en-US.yaml b/manifests/6/64Gram/64Gram/1.1.35/64Gram.64Gram.locale.en-US.yaml new file mode 100644 index 0000000000000..7e2c4292c0bed --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.35/64Gram.64Gram.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.35 +PackageLocale: en-US +Publisher: 64Gram +PublisherUrl: https://github.com/TDesktop-x64/tdesktop +PublisherSupportUrl: https://github.com/TDesktop-x64/tdesktop/issues +Author: 64Gram +PackageName: 64Gram Desktop +PackageUrl: https://github.com/TDesktop-x64/tdesktop +License: GPLv3 with OpenSSL exception +LicenseUrl: https://github.com/TDesktop-x64/tdesktop/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/TDesktop-x64/tdesktop/raw/dev/LICENSE +ShortDescription: Unofficial Telegram Desktop +Moniker: 64gram +Tags: +- telegram +ReleaseNotes: |- + v1.1.35 (TDesktop v5.5.1) + [New] sticker owner info + - If you have "seen" them, 64Gram will open owner profile for you. + - Otherwise, it will copy owner id to clipboard and you need to obtain owner info from !@#@$!%!Q! bot🌚 +ReleaseNotesUrl: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.1.35 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.35/64Gram.64Gram.yaml b/manifests/6/64Gram/64Gram/1.1.35/64Gram.64Gram.yaml new file mode 100644 index 0000000000000..01d7294845e16 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.35/64Gram.64Gram.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.35 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.36/64Gram.64Gram.installer.yaml b/manifests/6/64Gram/64Gram/1.1.36/64Gram.64Gram.installer.yaml new file mode 100644 index 0000000000000..f5bfc30cc9a9a --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.36/64Gram.64Gram.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.36 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-09-09 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.36/64Gram-setup-x64.1.1.36.exe + InstallerSha256: A34061A523156072DB8843B2691A9572483B88337984D3B5DA2E058D06301772 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.36/64Gram.64Gram.locale.en-US.yaml b/manifests/6/64Gram/64Gram/1.1.36/64Gram.64Gram.locale.en-US.yaml new file mode 100644 index 0000000000000..a8e6d2089fc19 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.36/64Gram.64Gram.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.36 +PackageLocale: en-US +Publisher: 64Gram +PublisherUrl: https://github.com/TDesktop-x64/tdesktop +PublisherSupportUrl: https://github.com/TDesktop-x64/tdesktop/issues +Author: 64Gram +PackageName: 64Gram Desktop +PackageUrl: https://github.com/TDesktop-x64/tdesktop +License: GPLv3 with OpenSSL exception +LicenseUrl: https://github.com/TDesktop-x64/tdesktop/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/TDesktop-x64/tdesktop/raw/dev/LICENSE +ShortDescription: Unofficial Telegram Desktop +Moniker: 64gram +Tags: +- telegram +ReleaseNotes: |- + v1.1.36 (TDesktop v5.5.2) + - [Fix] archived stories (hopefully) +ReleaseNotesUrl: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.1.36 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.36/64Gram.64Gram.yaml b/manifests/6/64Gram/64Gram/1.1.36/64Gram.64Gram.yaml new file mode 100644 index 0000000000000..8c9f8fda6a3fb --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.36/64Gram.64Gram.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.36 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.37/64Gram.64Gram.installer.yaml b/manifests/6/64Gram/64Gram/1.1.37/64Gram.64Gram.installer.yaml new file mode 100644 index 0000000000000..56e9341448e8d --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.37/64Gram.64Gram.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.37 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-09-10 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.37/64Gram-setup-x64.1.1.37.exe + InstallerSha256: DF112DD074458236C529A47F66C6103B69619B9A97AF8BF1A607E21E4FD4F319 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.37/64Gram.64Gram.locale.en-US.yaml b/manifests/6/64Gram/64Gram/1.1.37/64Gram.64Gram.locale.en-US.yaml new file mode 100644 index 0000000000000..2e6fe62db24ef --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.37/64Gram.64Gram.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.37 +PackageLocale: en-US +Publisher: 64Gram +PublisherUrl: https://github.com/TDesktop-x64/tdesktop +PublisherSupportUrl: https://github.com/TDesktop-x64/tdesktop/issues +Author: 64Gram +PackageName: 64Gram Desktop +PackageUrl: https://github.com/TDesktop-x64/tdesktop +License: GPLv3 with OpenSSL exception +LicenseUrl: https://github.com/TDesktop-x64/tdesktop/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/TDesktop-x64/tdesktop/raw/dev/LICENSE +ShortDescription: Unofficial Telegram Desktop +Moniker: 64gram +Tags: +- telegram +ReleaseNotes: |- + v1.1.37 (TDesktop v5.5.3) + No changelog :) +ReleaseNotesUrl: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.1.37 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.37/64Gram.64Gram.yaml b/manifests/6/64Gram/64Gram/1.1.37/64Gram.64Gram.yaml new file mode 100644 index 0000000000000..f4523dcb827ad --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.37/64Gram.64Gram.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.37 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.38/64Gram.64Gram.installer.yaml b/manifests/6/64Gram/64Gram/1.1.38/64Gram.64Gram.installer.yaml new file mode 100644 index 0000000000000..7a5ef0a0b346e --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.38/64Gram.64Gram.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.38 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-09-12 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.38/64Gram-setup-x64.1.1.38.exe + InstallerSha256: 55A333587E8585D63073CACB3EDDAD1430D58267BA9E5160D3A3D7EA5C3F58AD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.38/64Gram.64Gram.locale.en-US.yaml b/manifests/6/64Gram/64Gram/1.1.38/64Gram.64Gram.locale.en-US.yaml new file mode 100644 index 0000000000000..e3454dd1ba862 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.38/64Gram.64Gram.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.38 +PackageLocale: en-US +Publisher: 64Gram +PublisherUrl: https://github.com/TDesktop-x64/tdesktop +PublisherSupportUrl: https://github.com/TDesktop-x64/tdesktop/issues +Author: 64Gram +PackageName: 64Gram Desktop +PackageUrl: https://github.com/TDesktop-x64/tdesktop +License: GPLv3 with OpenSSL exception +LicenseUrl: https://github.com/TDesktop-x64/tdesktop/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/TDesktop-x64/tdesktop/raw/dev/LICENSE +ShortDescription: Unofficial Telegram Desktop +Moniker: 64gram +Tags: +- telegram +ReleaseNotes: |- + v1.1.38 (TDesktop v5.5.4) + - [Fix] restrict user in recent actions +ReleaseNotesUrl: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.1.38 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/6/64Gram/64Gram/1.1.38/64Gram.64Gram.yaml b/manifests/6/64Gram/64Gram/1.1.38/64Gram.64Gram.yaml new file mode 100644 index 0000000000000..c3b855d00246c --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.38/64Gram.64Gram.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.11.1/7S2P.Effie.installer.yaml b/manifests/7/7S2P/Effie/3.11.1/7S2P.Effie.installer.yaml deleted file mode 100644 index fb0c2356085ee..0000000000000 --- a/manifests/7/7S2P/Effie/3.11.1/7S2P.Effie.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.11.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- effie -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 3.11.1 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.pro/effie/effieapp_setup_3.11.1.exe - InstallerSha256: 4B8F5CF709D0C50F57E00210AFD670F31414352FED33B795F47FE1D59CDAB476 - ProductCode: Effie for Windows_is1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.11.1/7S2P.Effie.locale.en-US.yaml b/manifests/7/7S2P/Effie/3.11.1/7S2P.Effie.locale.en-US.yaml deleted file mode 100644 index b6ef7dcdd4321..0000000000000 --- a/manifests/7/7S2P/Effie/3.11.1/7S2P.Effie.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.11.1 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.pro -PublisherSupportUrl: https://www.effie.pro/contact -PrivacyUrl: https://www.effie.pro/privacy -Author: 7S2P Inc. -PackageName: Effie -PackageUrl: https://www.effie.pro -License: Proprietary -LicenseUrl: https://www.effie.pro/eula -Copyright: Copyright © 2024 7S2P Inc. All rights reserved. -CopyrightUrl: https://www.effie.pro/terms -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://www.effie.pro/faq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.11.1/7S2P.Effie.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/3.11.1/7S2P.Effie.locale.zh-CN.yaml deleted file mode 100644 index 3cc75aff8c7fd..0000000000000 --- a/manifests/7/7S2P/Effie/3.11.1/7S2P.Effie.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.11.1 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.pro -PublisherSupportUrl: https://www.effie.pro/contact -PrivacyUrl: https://www.effie.pro/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.pro -License: 专有软件 -LicenseUrl: https://www.effie.pro/eula -Copyright: Copyright © 2024 7S2P Inc. All rights reserved. -CopyrightUrl: https://www.effie.pro/terms -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://www.effie.pro/faq -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.11.1/7S2P.Effie.yaml b/manifests/7/7S2P/Effie/3.11.1/7S2P.Effie.yaml deleted file mode 100644 index ce2fcba6d9ad3..0000000000000 --- a/manifests/7/7S2P/Effie/3.11.1/7S2P.Effie.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.11.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.11.7/7S2P.Effie.installer.yaml b/manifests/7/7S2P/Effie/3.11.7/7S2P.Effie.installer.yaml new file mode 100644 index 0000000000000..9f0cd42764dd1 --- /dev/null +++ b/manifests/7/7S2P/Effie/3.11.7/7S2P.Effie.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 3.11.7 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- effie +FileExtensions: +- effie +AppsAndFeaturesEntries: +- DisplayName: Effie 3.11.7 + ProductCode: Effie_is1 +Installers: +- Architecture: x86 + InstallerUrl: https://download.effie.pro/effie/effieapp_setup_3.11.7.exe + InstallerSha256: 1E528EE97DEE93E4DC10F54D88EC2A8E010DA8780F85CF65D68112CE23DF5956 + ProductCode: Effie for Windows_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.11.7/7S2P.Effie.locale.en-US.yaml b/manifests/7/7S2P/Effie/3.11.7/7S2P.Effie.locale.en-US.yaml new file mode 100644 index 0000000000000..49bfff9a55f47 --- /dev/null +++ b/manifests/7/7S2P/Effie/3.11.7/7S2P.Effie.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 3.11.7 +PackageLocale: en-US +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.pro +PublisherSupportUrl: https://www.effie.pro/contact +PrivacyUrl: https://www.effie.pro/privacy +Author: 7S2P Inc. +PackageName: Effie +PackageUrl: https://www.effie.pro +License: Proprietary +LicenseUrl: https://www.effie.pro/eula +Copyright: Copyright © 2024 7S2P Inc. All rights reserved. +CopyrightUrl: https://www.effie.pro/terms +ShortDescription: Make ideas happen +Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. +# Moniker: +Tags: +- article +- docs +- document +- editor +- markdown +- mind-map +- mind-mapping +- mindmap +- notes +- outline +- outliner +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.effie.pro/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.11.7/7S2P.Effie.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/3.11.7/7S2P.Effie.locale.zh-CN.yaml new file mode 100644 index 0000000000000..69349ce6557a6 --- /dev/null +++ b/manifests/7/7S2P/Effie/3.11.7/7S2P.Effie.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 3.11.7 +PackageLocale: zh-CN +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.pro +PublisherSupportUrl: https://www.effie.pro/contact +PrivacyUrl: https://www.effie.pro/privacy +Author: 上海七加二科技有限公司 +PackageName: Effie +PackageUrl: https://www.effie.pro +License: 专有软件 +LicenseUrl: https://www.effie.pro/eula +Copyright: Copyright © 2024 7S2P Inc. All rights reserved. +CopyrightUrl: https://www.effie.pro/terms +ShortDescription: 把思想变成价值 +Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 +# Moniker: +Tags: +- markdown +- 写作 +- 大纲 +- 思维导图 +- 文档 +- 文稿 +- 文章 +- 笔记 +- 编辑器 +- 脑图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.effie.pro/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.11.7/7S2P.Effie.yaml b/manifests/7/7S2P/Effie/3.11.7/7S2P.Effie.yaml new file mode 100644 index 0000000000000..86b9189cc56d9 --- /dev/null +++ b/manifests/7/7S2P/Effie/3.11.7/7S2P.Effie.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 3.11.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.8.5/7S2P.Effie.installer.yaml b/manifests/7/7S2P/Effie/3.8.5/7S2P.Effie.installer.yaml deleted file mode 100644 index 804f278beb150..0000000000000 --- a/manifests/7/7S2P/Effie/3.8.5/7S2P.Effie.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.8.5 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- effie -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 3.8.5 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.pro/effie/effieapp_setup_3.8.5.exe - InstallerSha256: 060ADBBC9F7CD64F8438832D78CB4A72E664DCC3842026B420E0C7ACA7BA8E36 - ProductCode: Effie for Windows_is1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.8.5/7S2P.Effie.locale.en-US.yaml b/manifests/7/7S2P/Effie/3.8.5/7S2P.Effie.locale.en-US.yaml deleted file mode 100644 index 7a68a54a14cc3..0000000000000 --- a/manifests/7/7S2P/Effie/3.8.5/7S2P.Effie.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.8.5 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.pro -PublisherSupportUrl: https://www.effie.pro/contact -PrivacyUrl: https://www.effie.pro/privacy -Author: 7S2P Inc. -PackageName: Effie -PackageUrl: https://www.effie.pro -License: Proprietary -LicenseUrl: https://www.effie.pro/eula -Copyright: Copyright © 2024 7S2P Inc. All rights reserved. -CopyrightUrl: https://www.effie.pro/terms -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://www.effie.pro/faq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.8.5/7S2P.Effie.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/3.8.5/7S2P.Effie.locale.zh-CN.yaml deleted file mode 100644 index 9f108a9468f55..0000000000000 --- a/manifests/7/7S2P/Effie/3.8.5/7S2P.Effie.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.8.5 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.pro -PublisherSupportUrl: https://www.effie.pro/contact -PrivacyUrl: https://www.effie.pro/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.pro -License: 专有软件 -LicenseUrl: https://www.effie.pro/eula -Copyright: Copyright © 2024 7S2P Inc. All rights reserved. -CopyrightUrl: https://www.effie.pro/terms -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://www.effie.pro/faq -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.8.5/7S2P.Effie.yaml b/manifests/7/7S2P/Effie/3.8.5/7S2P.Effie.yaml deleted file mode 100644 index 86786f1861dd5..0000000000000 --- a/manifests/7/7S2P/Effie/3.8.5/7S2P.Effie.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.8.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.8.7/7S2P.Effie.installer.yaml b/manifests/7/7S2P/Effie/3.8.7/7S2P.Effie.installer.yaml deleted file mode 100644 index 6cfbd840f922c..0000000000000 --- a/manifests/7/7S2P/Effie/3.8.7/7S2P.Effie.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.8.7 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- effie -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 3.8.7 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.pro/effie/effieapp_setup_3.8.7.exe - InstallerSha256: 61EDF74AEF79BCD05599F9A96789F3CEECFB82C0C470122E076218C38DC0702A - ProductCode: Effie for Windows_is1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.8.7/7S2P.Effie.locale.en-US.yaml b/manifests/7/7S2P/Effie/3.8.7/7S2P.Effie.locale.en-US.yaml deleted file mode 100644 index 7c95eef0e6a1b..0000000000000 --- a/manifests/7/7S2P/Effie/3.8.7/7S2P.Effie.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.8.7 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.pro -PublisherSupportUrl: https://www.effie.pro/contact -PrivacyUrl: https://www.effie.pro/privacy -Author: 7S2P Inc. -PackageName: Effie -PackageUrl: https://www.effie.pro -License: Proprietary -LicenseUrl: https://www.effie.pro/eula -Copyright: Copyright © 2024 7S2P Inc. All rights reserved. -CopyrightUrl: https://www.effie.pro/terms -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://www.effie.pro/faq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.8.7/7S2P.Effie.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/3.8.7/7S2P.Effie.locale.zh-CN.yaml deleted file mode 100644 index b8a1920ca9b12..0000000000000 --- a/manifests/7/7S2P/Effie/3.8.7/7S2P.Effie.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.8.7 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.pro -PublisherSupportUrl: https://www.effie.pro/contact -PrivacyUrl: https://www.effie.pro/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.pro -License: 专有软件 -LicenseUrl: https://www.effie.pro/eula -Copyright: Copyright © 2024 7S2P Inc. All rights reserved. -CopyrightUrl: https://www.effie.pro/terms -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://www.effie.pro/faq -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.8.7/7S2P.Effie.yaml b/manifests/7/7S2P/Effie/3.8.7/7S2P.Effie.yaml deleted file mode 100644 index c4c9436c0ec59..0000000000000 --- a/manifests/7/7S2P/Effie/3.8.7/7S2P.Effie.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.8.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.8.9/7S2P.Effie.installer.yaml b/manifests/7/7S2P/Effie/3.8.9/7S2P.Effie.installer.yaml deleted file mode 100644 index 55db65ca4d3ad..0000000000000 --- a/manifests/7/7S2P/Effie/3.8.9/7S2P.Effie.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.8.9 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- effie -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 3.8.9 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.pro/effie/effieapp_setup_3.8.9.exe - InstallerSha256: A22825A0CB57AFF38EC0495653F46FC58CF34C440D2C38E11B0AD90BE2CE5138 - ProductCode: Effie for Windows_is1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.8.9/7S2P.Effie.locale.en-US.yaml b/manifests/7/7S2P/Effie/3.8.9/7S2P.Effie.locale.en-US.yaml deleted file mode 100644 index 571cc085e763e..0000000000000 --- a/manifests/7/7S2P/Effie/3.8.9/7S2P.Effie.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.8.9 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.pro -PublisherSupportUrl: https://www.effie.pro/contact -PrivacyUrl: https://www.effie.pro/privacy -Author: 7S2P Inc. -PackageName: Effie -PackageUrl: https://www.effie.pro -License: Proprietary -LicenseUrl: https://www.effie.pro/eula -Copyright: Copyright © 2024 7S2P Inc. All rights reserved. -CopyrightUrl: https://www.effie.pro/terms -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://www.effie.pro/faq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.8.9/7S2P.Effie.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/3.8.9/7S2P.Effie.locale.zh-CN.yaml deleted file mode 100644 index a5a0b6fdc9503..0000000000000 --- a/manifests/7/7S2P/Effie/3.8.9/7S2P.Effie.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.8.9 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.pro -PublisherSupportUrl: https://www.effie.pro/contact -PrivacyUrl: https://www.effie.pro/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.pro -License: 专有软件 -LicenseUrl: https://www.effie.pro/eula -Copyright: Copyright © 2024 7S2P Inc. All rights reserved. -CopyrightUrl: https://www.effie.pro/terms -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://www.effie.pro/faq -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.8.9/7S2P.Effie.yaml b/manifests/7/7S2P/Effie/3.8.9/7S2P.Effie.yaml deleted file mode 100644 index 212fb06473b26..0000000000000 --- a/manifests/7/7S2P/Effie/3.8.9/7S2P.Effie.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.8.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.9.1/7S2P.Effie.installer.yaml b/manifests/7/7S2P/Effie/3.9.1/7S2P.Effie.installer.yaml deleted file mode 100644 index 0270196b2b4ca..0000000000000 --- a/manifests/7/7S2P/Effie/3.9.1/7S2P.Effie.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.9.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- effie -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 3.9.1 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.pro/effie/effieapp_setup_3.9.1.exe - InstallerSha256: 98EE8D4A2DF9438A4F9E866E849C0F863D23130CF9A47A9A057CB3A15ACFC40B - ProductCode: Effie for Windows_is1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.9.1/7S2P.Effie.locale.en-US.yaml b/manifests/7/7S2P/Effie/3.9.1/7S2P.Effie.locale.en-US.yaml deleted file mode 100644 index 13d17ccf987b0..0000000000000 --- a/manifests/7/7S2P/Effie/3.9.1/7S2P.Effie.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.9.1 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.pro -PublisherSupportUrl: https://www.effie.pro/contact -PrivacyUrl: https://www.effie.pro/privacy -Author: 7S2P Inc. -PackageName: Effie -PackageUrl: https://www.effie.pro -License: Proprietary -LicenseUrl: https://www.effie.pro/eula -Copyright: Copyright © 2024 7S2P Inc. All rights reserved. -CopyrightUrl: https://www.effie.pro/terms -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://www.effie.pro/faq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.9.1/7S2P.Effie.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/3.9.1/7S2P.Effie.locale.zh-CN.yaml deleted file mode 100644 index 16ad1cee94b5d..0000000000000 --- a/manifests/7/7S2P/Effie/3.9.1/7S2P.Effie.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.9.1 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.pro -PublisherSupportUrl: https://www.effie.pro/contact -PrivacyUrl: https://www.effie.pro/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.pro -License: 专有软件 -LicenseUrl: https://www.effie.pro/eula -Copyright: Copyright © 2024 7S2P Inc. All rights reserved. -CopyrightUrl: https://www.effie.pro/terms -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://www.effie.pro/faq -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.9.1/7S2P.Effie.yaml b/manifests/7/7S2P/Effie/3.9.1/7S2P.Effie.yaml deleted file mode 100644 index 308974685163c..0000000000000 --- a/manifests/7/7S2P/Effie/3.9.1/7S2P.Effie.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.9.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.9.3/7S2P.Effie.installer.yaml b/manifests/7/7S2P/Effie/3.9.3/7S2P.Effie.installer.yaml deleted file mode 100644 index ebc4e6dbf61f3..0000000000000 --- a/manifests/7/7S2P/Effie/3.9.3/7S2P.Effie.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.9.3 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- effie -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 3.9.3 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.pro/effie/effieapp_setup_3.9.3.exe - InstallerSha256: B10A38B32F84B4478D41AA379869C06FE0B870D19B01EF80F3EE1ABB9B9E6C63 - ProductCode: Effie for Windows_is1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.9.3/7S2P.Effie.locale.en-US.yaml b/manifests/7/7S2P/Effie/3.9.3/7S2P.Effie.locale.en-US.yaml deleted file mode 100644 index 183e8d3844771..0000000000000 --- a/manifests/7/7S2P/Effie/3.9.3/7S2P.Effie.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.9.3 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.pro -PublisherSupportUrl: https://www.effie.pro/contact -PrivacyUrl: https://www.effie.pro/privacy -Author: 7S2P Inc. -PackageName: Effie -PackageUrl: https://www.effie.pro -License: Proprietary -LicenseUrl: https://www.effie.pro/eula -Copyright: Copyright © 2024 7S2P Inc. All rights reserved. -CopyrightUrl: https://www.effie.pro/terms -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://www.effie.pro/faq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.9.3/7S2P.Effie.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/3.9.3/7S2P.Effie.locale.zh-CN.yaml deleted file mode 100644 index 49e3381238495..0000000000000 --- a/manifests/7/7S2P/Effie/3.9.3/7S2P.Effie.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.9.3 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.pro -PublisherSupportUrl: https://www.effie.pro/contact -PrivacyUrl: https://www.effie.pro/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.pro -License: 专有软件 -LicenseUrl: https://www.effie.pro/eula -Copyright: Copyright © 2024 7S2P Inc. All rights reserved. -CopyrightUrl: https://www.effie.pro/terms -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://www.effie.pro/faq -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/3.9.3/7S2P.Effie.yaml b/manifests/7/7S2P/Effie/3.9.3/7S2P.Effie.yaml deleted file mode 100644 index ec7203d67cdb8..0000000000000 --- a/manifests/7/7S2P/Effie/3.9.3/7S2P.Effie.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie -PackageVersion: 3.9.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/4.0.1/7S2P.Effie.installer.yaml b/manifests/7/7S2P/Effie/4.0.1/7S2P.Effie.installer.yaml new file mode 100644 index 0000000000000..fa0e1f9c83eaf --- /dev/null +++ b/manifests/7/7S2P/Effie/4.0.1/7S2P.Effie.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.0.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- effie +FileExtensions: +- effie +AppsAndFeaturesEntries: +- DisplayName: Effie 4.0.1 + ProductCode: Effie_is1 +Installers: +- Architecture: x86 + InstallerUrl: https://download.effie.pro/effie/effieapp_setup_4.0.1.exe + InstallerSha256: 226F7DDAA3228159C55499EFFCBD86ECE724EF724446D6364F50996593FC84E1 + ProductCode: Effie for Windows_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/4.0.1/7S2P.Effie.locale.en-US.yaml b/manifests/7/7S2P/Effie/4.0.1/7S2P.Effie.locale.en-US.yaml new file mode 100644 index 0000000000000..55997b625c667 --- /dev/null +++ b/manifests/7/7S2P/Effie/4.0.1/7S2P.Effie.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.0.1 +PackageLocale: en-US +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.pro +PublisherSupportUrl: https://www.effie.pro/contact +PrivacyUrl: https://www.effie.pro/privacy +Author: 7S2P Inc. +PackageName: Effie +PackageUrl: https://www.effie.pro +License: Proprietary +LicenseUrl: https://www.effie.pro/eula +Copyright: Copyright © 2024 7S2P Inc. All rights reserved. +CopyrightUrl: https://www.effie.pro/terms +ShortDescription: Make ideas happen +Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. +# Moniker: +Tags: +- article +- docs +- document +- editor +- markdown +- mind-map +- mind-mapping +- mindmap +- notes +- outline +- outliner +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.effie.pro/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/4.0.1/7S2P.Effie.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/4.0.1/7S2P.Effie.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c76a243b356ce --- /dev/null +++ b/manifests/7/7S2P/Effie/4.0.1/7S2P.Effie.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.0.1 +PackageLocale: zh-CN +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.pro +PublisherSupportUrl: https://www.effie.pro/contact +PrivacyUrl: https://www.effie.pro/privacy +Author: 上海七加二科技有限公司 +PackageName: Effie +PackageUrl: https://www.effie.pro +License: 专有软件 +LicenseUrl: https://www.effie.pro/eula +Copyright: Copyright © 2024 7S2P Inc. All rights reserved. +CopyrightUrl: https://www.effie.pro/terms +ShortDescription: 把思想变成价值 +Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 +# Moniker: +Tags: +- markdown +- 写作 +- 大纲 +- 思维导图 +- 文档 +- 文稿 +- 文章 +- 笔记 +- 编辑器 +- 脑图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.effie.pro/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/4.0.1/7S2P.Effie.yaml b/manifests/7/7S2P/Effie/4.0.1/7S2P.Effie.yaml new file mode 100644 index 0000000000000..0a859060debf3 --- /dev/null +++ b/manifests/7/7S2P/Effie/4.0.1/7S2P.Effie.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/4.0.3/7S2P.Effie.installer.yaml b/manifests/7/7S2P/Effie/4.0.3/7S2P.Effie.installer.yaml new file mode 100644 index 0000000000000..7dd19f8f02405 --- /dev/null +++ b/manifests/7/7S2P/Effie/4.0.3/7S2P.Effie.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.0.3 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- effie +FileExtensions: +- effie +AppsAndFeaturesEntries: +- DisplayName: Effie 4.0.3 + ProductCode: Effie_is1 +Installers: +- Architecture: x86 + InstallerUrl: https://download.effie.pro/effie/effieapp_setup_4.0.3.exe + InstallerSha256: A74AD6CBB48208C384A3C32E5B309178A7ECE2A9A82E476D4549511F4648598F + ProductCode: Effie for Windows_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/4.0.3/7S2P.Effie.locale.en-US.yaml b/manifests/7/7S2P/Effie/4.0.3/7S2P.Effie.locale.en-US.yaml new file mode 100644 index 0000000000000..97e780cf268eb --- /dev/null +++ b/manifests/7/7S2P/Effie/4.0.3/7S2P.Effie.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.0.3 +PackageLocale: en-US +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.pro +PublisherSupportUrl: https://www.effie.pro/contact +PrivacyUrl: https://www.effie.pro/privacy +Author: 7S2P Inc. +PackageName: Effie +PackageUrl: https://www.effie.pro +License: Proprietary +LicenseUrl: https://www.effie.pro/eula +Copyright: Copyright © 2024 7S2P Inc. All rights reserved. +CopyrightUrl: https://www.effie.pro/terms +ShortDescription: Make ideas happen +Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. +# Moniker: +Tags: +- article +- docs +- document +- editor +- markdown +- mind-map +- mind-mapping +- mindmap +- notes +- outline +- outliner +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.effie.pro/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/4.0.3/7S2P.Effie.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/4.0.3/7S2P.Effie.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4e608948811b0 --- /dev/null +++ b/manifests/7/7S2P/Effie/4.0.3/7S2P.Effie.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.0.3 +PackageLocale: zh-CN +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.pro +PublisherSupportUrl: https://www.effie.pro/contact +PrivacyUrl: https://www.effie.pro/privacy +Author: 上海七加二科技有限公司 +PackageName: Effie +PackageUrl: https://www.effie.pro +License: 专有软件 +LicenseUrl: https://www.effie.pro/eula +Copyright: Copyright © 2024 7S2P Inc. All rights reserved. +CopyrightUrl: https://www.effie.pro/terms +ShortDescription: 把思想变成价值 +Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 +# Moniker: +Tags: +- markdown +- 写作 +- 大纲 +- 思维导图 +- 文档 +- 文稿 +- 文章 +- 笔记 +- 编辑器 +- 脑图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.effie.pro/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/4.0.3/7S2P.Effie.yaml b/manifests/7/7S2P/Effie/4.0.3/7S2P.Effie.yaml new file mode 100644 index 0000000000000..2d3f01ab8e475 --- /dev/null +++ b/manifests/7/7S2P/Effie/4.0.3/7S2P.Effie.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.10.1/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/3.10.1/7S2P.Effie.CN.installer.yaml deleted file mode 100644 index 96553d8dc221f..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.10.1/7S2P.Effie.CN.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.10.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 3.10.1 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.co/effie/effie_setup_3.10.1.exe - InstallerSha256: 08C082542807119D8E1E06DA60750280B5C42FA7EF770684B15000E20B3A01FF - ProductCode: Effie_is1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.10.1/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/3.10.1/7S2P.Effie.CN.locale.en-US.yaml deleted file mode 100644 index 460ed61424ac0..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.10.1/7S2P.Effie.CN.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.10.1 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: Shanghai 7S2P Technology Co., Ltd. -PackageName: Effie -PackageUrl: https://www.effie.co -License: Proprietary -LicenseUrl: https://www.effie.co/terms -Copyright: Copyright © 2024 Shanghai 7S2P Technology Co., Ltd. All rights reserved -# CopyrightUrl: -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://blog.effie.co/fq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.10.1/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/3.10.1/7S2P.Effie.CN.locale.zh-CN.yaml deleted file mode 100644 index e5b1db8f30fd1..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.10.1/7S2P.Effie.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.10.1 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.co -License: 专有软件 -LicenseUrl: https://www.effie.co/terms -Copyright: 版权所有 © 2024 上海七加二科技有限公司 保留所有权利 -# CopyrightUrl: -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://blog.effie.co/fq -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.10.1/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/3.10.1/7S2P.Effie.CN.yaml deleted file mode 100644 index 172802b1a6aa1..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.10.1/7S2P.Effie.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.10.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.11.1/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/3.11.1/7S2P.Effie.CN.installer.yaml deleted file mode 100644 index 3c9b9f5aa3194..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.11.1/7S2P.Effie.CN.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.11.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 3.11.1 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.co/effie/effie_setup_3.11.1.exe - InstallerSha256: 3A76330F0EAD64C88E063BC8DEE2187FD41ABC2F5EE8AA18AD14C9BCA4CC9B26 - ProductCode: Effie_is1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.11.1/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/3.11.1/7S2P.Effie.CN.locale.en-US.yaml deleted file mode 100644 index 61b16c9871eab..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.11.1/7S2P.Effie.CN.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.11.1 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: Shanghai 7S2P Technology Co., Ltd. -PackageName: Effie -PackageUrl: https://www.effie.co -License: Proprietary -LicenseUrl: https://www.effie.co/terms -Copyright: Copyright © 2024 Shanghai 7S2P Technology Co., Ltd. All rights reserved -# CopyrightUrl: -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://blog.effie.co/fq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.11.1/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/3.11.1/7S2P.Effie.CN.locale.zh-CN.yaml deleted file mode 100644 index d0b635bfbdb33..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.11.1/7S2P.Effie.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.11.1 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.co -License: 专有软件 -LicenseUrl: https://www.effie.co/terms -Copyright: 版权所有 © 2024 上海七加二科技有限公司 保留所有权利 -# CopyrightUrl: -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://blog.effie.co/fq -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.11.1/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/3.11.1/7S2P.Effie.CN.yaml deleted file mode 100644 index 6e360a8aec6e3..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.11.1/7S2P.Effie.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.11.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.11.3/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/3.11.3/7S2P.Effie.CN.installer.yaml deleted file mode 100644 index 9070f4e7bf6ad..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.11.3/7S2P.Effie.CN.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.11.3 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 3.11.3 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.co/effie/effie_setup_3.11.3.exe - InstallerSha256: 5E7858853CC276BB94440B0C5FF2EFB8446CEEDDA9F8EE89A7711C26F1FD0092 - ProductCode: Effie_is1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.11.3/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/3.11.3/7S2P.Effie.CN.locale.en-US.yaml deleted file mode 100644 index a309fc130d552..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.11.3/7S2P.Effie.CN.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.11.3 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: Shanghai 7S2P Technology Co., Ltd. -PackageName: Effie -PackageUrl: https://www.effie.co -License: Proprietary -LicenseUrl: https://www.effie.co/terms -Copyright: Copyright © 2024 Shanghai 7S2P Technology Co., Ltd. All rights reserved -# CopyrightUrl: -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://blog.effie.co/fq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.11.3/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/3.11.3/7S2P.Effie.CN.locale.zh-CN.yaml deleted file mode 100644 index 4ffbe8522dbd8..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.11.3/7S2P.Effie.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.11.3 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.co -License: 专有软件 -LicenseUrl: https://www.effie.co/terms -Copyright: 版权所有 © 2024 上海七加二科技有限公司 保留所有权利 -# CopyrightUrl: -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://blog.effie.co/fq -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.11.3/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/3.11.3/7S2P.Effie.CN.yaml deleted file mode 100644 index 03894d8a8b755..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.11.3/7S2P.Effie.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.11.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.11.5/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/3.11.5/7S2P.Effie.CN.installer.yaml deleted file mode 100644 index 347b400c240ad..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.11.5/7S2P.Effie.CN.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.11.5 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 3.11.5 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.co/effie/effie_setup_3.11.5.exe - InstallerSha256: BA944F83247FAC957AB779FF70536F536C84BBC1FB0885A7C858BFD158EBE802 - ProductCode: Effie_is1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.11.5/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/3.11.5/7S2P.Effie.CN.locale.en-US.yaml deleted file mode 100644 index 1e54fda99cdfb..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.11.5/7S2P.Effie.CN.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.11.5 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: Shanghai 7S2P Technology Co., Ltd. -PackageName: Effie -PackageUrl: https://www.effie.co -License: Proprietary -LicenseUrl: https://www.effie.co/terms -Copyright: Copyright © 2024 Shanghai 7S2P Technology Co., Ltd. All rights reserved -# CopyrightUrl: -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://blog.effie.co/fq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.11.5/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/3.11.5/7S2P.Effie.CN.locale.zh-CN.yaml deleted file mode 100644 index ed3ee3704efd6..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.11.5/7S2P.Effie.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.11.5 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.co -License: 专有软件 -LicenseUrl: https://www.effie.co/terms -Copyright: 版权所有 © 2024 上海七加二科技有限公司 保留所有权利 -# CopyrightUrl: -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://blog.effie.co/fq -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.11.5/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/3.11.5/7S2P.Effie.CN.yaml deleted file mode 100644 index 1cd1016e9d3cd..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.11.5/7S2P.Effie.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.11.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.8.7/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/3.8.7/7S2P.Effie.CN.installer.yaml deleted file mode 100644 index 2017d7b427846..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.8.7/7S2P.Effie.CN.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.8.7 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 3.8.7 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.co/effie/effie_setup_3.8.7.exe - InstallerSha256: C149F790EE44AF9B25FCCE70A6CBBCE91D5D33CC69F1F4F15456BB3530B50E0E - ProductCode: Effie_is1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.8.7/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/3.8.7/7S2P.Effie.CN.locale.en-US.yaml deleted file mode 100644 index 77b5ca553bc6d..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.8.7/7S2P.Effie.CN.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.8.7 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: Shanghai 7S2P Technology Co., Ltd. -PackageName: Effie -PackageUrl: https://www.effie.co -License: Proprietary -LicenseUrl: https://www.effie.co/terms -Copyright: Copyright © 2024 Shanghai 7S2P Technology Co., Ltd. All rights reserved -# CopyrightUrl: -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://blog.effie.co/fq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.8.7/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/3.8.7/7S2P.Effie.CN.locale.zh-CN.yaml deleted file mode 100644 index 84abf4fb0ef76..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.8.7/7S2P.Effie.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.8.7 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.co -License: 专有软件 -LicenseUrl: https://www.effie.co/terms -Copyright: 版权所有 © 2024 上海七加二科技有限公司 保留所有权利 -# CopyrightUrl: -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://blog.effie.co/fq -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.8.7/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/3.8.7/7S2P.Effie.CN.yaml deleted file mode 100644 index 1315959934645..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.8.7/7S2P.Effie.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.8.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.8.9/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/3.8.9/7S2P.Effie.CN.installer.yaml deleted file mode 100644 index 45f42149a6e08..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.8.9/7S2P.Effie.CN.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.8.9 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 3.8.9 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.co/effie/effie_setup_3.8.9.exe - InstallerSha256: 79A8DDE6193893BE92678CFB76DBAFECDCDC00272CD5D6E573E95EF8278D93E9 - ProductCode: Effie_is1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.8.9/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/3.8.9/7S2P.Effie.CN.locale.en-US.yaml deleted file mode 100644 index c59e57c41908d..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.8.9/7S2P.Effie.CN.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.8.9 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: Shanghai 7S2P Technology Co., Ltd. -PackageName: Effie -PackageUrl: https://www.effie.co -License: Proprietary -LicenseUrl: https://www.effie.co/terms -Copyright: Copyright © 2024 Shanghai 7S2P Technology Co., Ltd. All rights reserved -# CopyrightUrl: -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://blog.effie.co/fq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.8.9/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/3.8.9/7S2P.Effie.CN.locale.zh-CN.yaml deleted file mode 100644 index 9c84f60c09f2b..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.8.9/7S2P.Effie.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.8.9 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.co -License: 专有软件 -LicenseUrl: https://www.effie.co/terms -Copyright: 版权所有 © 2024 上海七加二科技有限公司 保留所有权利 -# CopyrightUrl: -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://blog.effie.co/fq -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.8.9/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/3.8.9/7S2P.Effie.CN.yaml deleted file mode 100644 index c455df54025be..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.8.9/7S2P.Effie.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.8.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.9.1/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/3.9.1/7S2P.Effie.CN.installer.yaml deleted file mode 100644 index 3b3a9502a102f..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.9.1/7S2P.Effie.CN.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.9.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 3.9.1 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.co/effie/effie_setup_3.9.1.exe - InstallerSha256: F5F9A137534E7EC7DC72566C51B8DACF0324B3D98DB4BCB2642BCA08136B7C07 - ProductCode: Effie_is1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.9.1/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/3.9.1/7S2P.Effie.CN.locale.en-US.yaml deleted file mode 100644 index c1115930e014b..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.9.1/7S2P.Effie.CN.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.9.1 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: Shanghai 7S2P Technology Co., Ltd. -PackageName: Effie -PackageUrl: https://www.effie.co -License: Proprietary -LicenseUrl: https://www.effie.co/terms -Copyright: Copyright © 2024 Shanghai 7S2P Technology Co., Ltd. All rights reserved -# CopyrightUrl: -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://blog.effie.co/fq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.9.1/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/3.9.1/7S2P.Effie.CN.locale.zh-CN.yaml deleted file mode 100644 index 232cf5b162c9b..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.9.1/7S2P.Effie.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.9.1 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.co -License: 专有软件 -LicenseUrl: https://www.effie.co/terms -Copyright: 版权所有 © 2024 上海七加二科技有限公司 保留所有权利 -# CopyrightUrl: -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://blog.effie.co/fq -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.9.1/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/3.9.1/7S2P.Effie.CN.yaml deleted file mode 100644 index b510afe2976bd..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.9.1/7S2P.Effie.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.9.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.9.3/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/3.9.3/7S2P.Effie.CN.installer.yaml deleted file mode 100644 index 2e2002788b54f..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.9.3/7S2P.Effie.CN.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.9.3 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 3.9.3 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.co/effie/effie_setup_3.9.3.exe - InstallerSha256: 8473A5EAC1DF48DDAF37A947BA9BEEDC94728FC3B15C04BC9EEB87FFC5D5E0DC - ProductCode: Effie_is1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.9.3/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/3.9.3/7S2P.Effie.CN.locale.en-US.yaml deleted file mode 100644 index 57b9a9bde0226..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.9.3/7S2P.Effie.CN.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.9.3 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: Shanghai 7S2P Technology Co., Ltd. -PackageName: Effie -PackageUrl: https://www.effie.co -License: Proprietary -LicenseUrl: https://www.effie.co/terms -Copyright: Copyright © 2024 Shanghai 7S2P Technology Co., Ltd. All rights reserved -# CopyrightUrl: -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://blog.effie.co/fq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.9.3/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/3.9.3/7S2P.Effie.CN.locale.zh-CN.yaml deleted file mode 100644 index 4ade8acda87d3..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.9.3/7S2P.Effie.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.9.3 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.co -License: 专有软件 -LicenseUrl: https://www.effie.co/terms -Copyright: 版权所有 © 2024 上海七加二科技有限公司 保留所有权利 -# CopyrightUrl: -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://blog.effie.co/fq -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/3.9.3/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/3.9.3/7S2P.Effie.CN.yaml deleted file mode 100644 index 9b1680565778c..0000000000000 --- a/manifests/7/7S2P/Effie/CN/3.9.3/7S2P.Effie.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 3.9.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/4.0.1/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/4.0.1/7S2P.Effie.CN.installer.yaml new file mode 100644 index 0000000000000..df2a572e60f23 --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.0.1/7S2P.Effie.CN.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.0.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- effie +AppsAndFeaturesEntries: +- DisplayName: Effie 4.0.1 + ProductCode: Effie_is1 +Installers: +- Architecture: x86 + InstallerUrl: https://download.effie.co/effie/effie_setup_4.0.1.exe + InstallerSha256: 50757EC8D91FBD8E4A6DFCB8FCFCD62BE5CEE63E7573B09E27921BCBB65D2381 + ProductCode: Effie_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/4.0.1/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/4.0.1/7S2P.Effie.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..aaac31701b306 --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.0.1/7S2P.Effie.CN.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.0.1 +PackageLocale: en-US +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.co +# PublisherSupportUrl: +PrivacyUrl: https://www.effie.co/privacy +Author: Shanghai 7S2P Technology Co., Ltd. +PackageName: Effie +PackageUrl: https://www.effie.co +License: Proprietary +LicenseUrl: https://www.effie.co/terms +Copyright: Copyright © 2024 Shanghai 7S2P Technology Co., Ltd. All rights reserved +# CopyrightUrl: +ShortDescription: Make ideas happen +Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. +# Moniker: +Tags: +- article +- docs +- document +- editor +- markdown +- mind-map +- mind-mapping +- mindmap +- notes +- outline +- outliner +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://blog.effie.co/fq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/4.0.1/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/4.0.1/7S2P.Effie.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..09f63025ed442 --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.0.1/7S2P.Effie.CN.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.0.1 +PackageLocale: zh-CN +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.co +# PublisherSupportUrl: +PrivacyUrl: https://www.effie.co/privacy +Author: 上海七加二科技有限公司 +PackageName: Effie +PackageUrl: https://www.effie.co +License: 专有软件 +LicenseUrl: https://www.effie.co/terms +Copyright: 版权所有 © 2024 上海七加二科技有限公司 保留所有权利 +# CopyrightUrl: +ShortDescription: 把思想变成价值 +Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 +# Moniker: +Tags: +- markdown +- 写作 +- 大纲 +- 思维导图 +- 文档 +- 文稿 +- 文章 +- 笔记 +- 编辑器 +- 脑图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://blog.effie.co/fq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/7/7S2P/Effie/CN/4.0.1/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/4.0.1/7S2P.Effie.CN.yaml new file mode 100644 index 0000000000000..f74814e9c6631 --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.0.1/7S2P.Effie.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/7/7zip/7zip/24.08/7zip.7zip.installer.yaml b/manifests/7/7zip/7zip/24.08/7zip.7zip.installer.yaml new file mode 100644 index 0000000000000..653690ecf6677 --- /dev/null +++ b/manifests/7/7zip/7zip/24.08/7zip.7zip.installer.yaml @@ -0,0 +1,133 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 7zip.7zip +PackageVersion: "24.08" +Scope: machine +UpgradeBehavior: install +Commands: +- 7z +FileExtensions: +- "001" +- 7z +- apfs +- arj +- bz2 +- bzip2 +- cab +- cpio +- deb +- dmg +- esd +- fat +- gz +- gzip +- hfs +- iso +- lha +- lzh +- lzma +- ntfs +- rar +- rpm +- squashfs +- swm +- tar +- taz +- tbz +- tbz2 +- tgz +- tpz +- txz +- tzst +- vhd +- vhdx +- wim +- xar +- xz +- z +- zip +- zst +ReleaseDate: 2024-08-12 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerType: exe + InstallerUrl: https://7-zip.org/a/7z2408.exe + InstallerSha256: FAA87251336D864B877A5E6C3E9C9A5E250318BE2FDFC8A42CEADB3A956E0405 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /S + SilentWithProgress: /S + InstallLocation: /D="" + ProductCode: 7-Zip + AppsAndFeaturesEntries: + - DisplayVersion: "24.08" +- Architecture: x64 + InstallerType: exe + InstallerUrl: https://7-zip.org/a/7z2408-x64.exe + InstallerSha256: 67CB9D3452C9DD974B04F4A5FD842DBCBA8184F2344FF72E3662D7CDB68B099B + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /S + SilentWithProgress: /S + InstallLocation: /D="" + ProductCode: 7-Zip + AppsAndFeaturesEntries: + - DisplayVersion: "24.08" +- Architecture: arm + InstallerType: exe + InstallerUrl: https://7-zip.org/a/7z2408-arm.exe + InstallerSha256: C2034D06CD826C026940C885D4CE39456359B3070382F2022667CC39CE761778 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /S + SilentWithProgress: /S + InstallLocation: /D="" + ProductCode: 7-Zip + AppsAndFeaturesEntries: + - DisplayVersion: "24.08" +- Architecture: arm64 + InstallerType: exe + InstallerUrl: https://7-zip.org/a/7z2408-arm64.exe + InstallerSha256: 52D721A9A346BD25E055A54C11F06668B1876A6E0BE2C7A08A8E5B854BF75C68 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /S + SilentWithProgress: /S + InstallLocation: /D="" + ProductCode: 7-Zip + AppsAndFeaturesEntries: + - DisplayVersion: "24.08" +- Architecture: x86 + InstallerType: wix + InstallerUrl: https://7-zip.org/a/7z2408.msi + InstallerSha256: 66C495F8AB1316C8BCF4196B7942B4A65AFE0AF97D958B4999358684B02411A0 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{23170F69-40C1-2701-2408-000001000000}' + AppsAndFeaturesEntries: + - DisplayVersion: 24.08.00.0 + ProductCode: '{23170F69-40C1-2701-2408-000001000000}' + UpgradeCode: '{23170F69-40C1-2701-0000-000004000000}' +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://7-zip.org/a/7z2408-x64.msi + InstallerSha256: 98330E7E6DB3507B444D576DC437A9AC4D82333A88A6BB6EF36A91FE3D85FA92 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{23170F69-40C1-2702-2408-000001000000}' + AppsAndFeaturesEntries: + - DisplayVersion: 24.08.00.0 + ProductCode: '{23170F69-40C1-2702-2408-000001000000}' + UpgradeCode: '{23170F69-40C1-2702-0000-000004000000}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/7/7zip/7zip/24.08/7zip.7zip.locale.en-US.yaml b/manifests/7/7zip/7zip/24.08/7zip.7zip.locale.en-US.yaml new file mode 100644 index 0000000000000..8f309a4989b2c --- /dev/null +++ b/manifests/7/7zip/7zip/24.08/7zip.7zip.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 7zip.7zip +PackageVersion: "24.08" +PackageLocale: en-US +Publisher: Igor Pavlov +PublisherUrl: https://7-zip.org/ +PublisherSupportUrl: https://7-zip.org/support.html +# PrivacyUrl: +Author: Igor Pavlov +PackageName: 7-Zip +PackageUrl: https://7-zip.org/ +License: LGPL-2.1 +LicenseUrl: https://7-zip.org/license.txt +Copyright: Copyright (C) 1999-2024 Igor Pavlov. +# CopyrightUrl: +ShortDescription: 7-Zip is a file archiver with a high compression ratio. +# Description: +Moniker: 7zip +Tags: +- archive +- archiver +- compress +- compression +- decompress +- decompression +- extract +- extractor +- unachive +- unachiver +- unzip +- zip +ReleaseNotes: |- + - The bug in 7-Zip 24.00-24.07 was fixed: For creating a zip archive: 7-Zip could write extra zero bytes after the end of the archive, if a file included to archive cannot be compressed to a size smaller than original. The created zip archive is correct except for the useless zero bytes after the end of the archive. When unpacking such a zip archive, 7-Zip displays a warning: "WARNING: There are data after the end of archive". + - The bug was fixed: there was a leak of GDI objects (internal resources in Windows) in "Confirm File Replace" window, causing problems after 1600 displays of "Confirm File Replace" window from same running 7-Zip process. + - Some optimizations for displaying file icons in 7-Zip File Manager and in "Confirm File Replace" window. + - Some bugs were fixed. +ReleaseNotesUrl: https://github.com/ip7z/7zip/releases/tag/24.08 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://7-zip.org/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/7/7zip/7zip/24.08/7zip.7zip.locale.zh-CN.yaml b/manifests/7/7zip/7zip/24.08/7zip.7zip.locale.zh-CN.yaml new file mode 100644 index 0000000000000..16428199fffd9 --- /dev/null +++ b/manifests/7/7zip/7zip/24.08/7zip.7zip.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 7zip.7zip +PackageVersion: "24.08" +PackageLocale: zh-CN +Publisher: Igor Pavlov +PublisherUrl: https://sparanoid.com/lab/7z/ +PublisherSupportUrl: https://sparanoid.com/lab/7z/support.html +# PrivacyUrl: +Author: Igor Pavlov +PackageName: 7-Zip +PackageUrl: https://sparanoid.com/lab/7z/ +License: LGPL-2.1 +LicenseUrl: https://github.com/sparanoid/7z/blob/master/zh-cn/License.txt +Copyright: Copyright (C) 1999-2024 Igor Pavlov. +# CopyrightUrl: +ShortDescription: 7-Zip 是一款拥有极高压缩比的开源压缩软件。 +# Description: +# Moniker: +Tags: +- 压缩 +- 归档 +- 打包 +- 提取 +- 解包 +- 解压 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ip7z/7zip/releases/tag/24.08 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://sparanoid.com/lab/7z/faq.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/7/7zip/7zip/24.08/7zip.7zip.yaml b/manifests/7/7zip/7zip/24.08/7zip.7zip.yaml new file mode 100644 index 0000000000000..d0c7f7d34ba77 --- /dev/null +++ b/manifests/7/7zip/7zip/24.08/7zip.7zip.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 7zip.7zip +PackageVersion: "24.08" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/8/8x8/Work/8.15.2/8x8.Work.installer.yaml b/manifests/8/8x8/Work/8.15.2/8x8.Work.installer.yaml new file mode 100644 index 0000000000000..c98756ce34de9 --- /dev/null +++ b/manifests/8/8x8/Work/8.15.2/8x8.Work.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 8x8.Work +PackageVersion: 8.15.2 +UpgradeBehavior: install +ReleaseDate: 2024-08-01 +Installers: +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://work-desktop-assets.8x8.com/prod-publish/ga/work-64-msi-v8.15.2-7.msi + InstallerSha256: 78376D75D083E4B8E45ADE23E9043E012ADFFCDE6F83AB6A7E4A345AECC90743 + InstallerSwitches: + InstallLocation: APPLICATIONROOTDIRECTORY="" + ProductCode: '{CEC8DBDC-0575-4C48-BEEB-76B85D7A32D0}' + AppsAndFeaturesEntries: + - DisplayVersion: 8.15.2.7 + ProductCode: '{CEC8DBDC-0575-4C48-BEEB-76B85D7A32D0}' + UpgradeCode: '{66F8B350-94E0-43AF-9D26-C2385B310C96}' +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://work-desktop-assets.8x8.com/prod-publish/ga/work-64-exe-v8.15.2-7.exe + InstallerSha256: C69A306E95BC43D56FD3CFF346C3D2ACC9A3979B32AD8CF01F0ADEFD38369633 + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: 8x8-Work + AppsAndFeaturesEntries: + - DisplayVersion: 8.15.2-b7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/8/8x8/Work/8.15.2/8x8.Work.locale.en-US.yaml b/manifests/8/8x8/Work/8.15.2/8x8.Work.locale.en-US.yaml new file mode 100644 index 0000000000000..e132f1d054f2f --- /dev/null +++ b/manifests/8/8x8/Work/8.15.2/8x8.Work.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 8x8.Work +PackageVersion: 8.15.2 +PackageLocale: en-US +Publisher: 8x8 Inc. +PublisherUrl: https://www.8x8.com/ +PublisherSupportUrl: https://support.8x8.com/ +PrivacyUrl: https://www.8x8.com/terms-and-conditions/privacy-policy +Author: 8x8 Inc. +PackageName: 8x8 Work +PackageUrl: https://support.8x8.com/business-phone/voice/work-desktop/download-8x8-work-for-desktop +License: Proprietary +LicenseUrl: https://www.8x8.com/terms-and-conditions +Copyright: © 2009-2024 8x8 Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: All your essential business communications brought together in one simple app. +Description: With 8x8 Work for Desktop (formerly known as the Virtual Office desktop app), stay connected with all your colleagues and business contacts, and collaborate more efficiently than ever. Place and manage calls flexibly, chat with contacts, schedule and conduct productive meetings within your company or with external participants, and much more. +Moniker: 8x8 +Tags: +- bussiness +- collaborate +- collaboration +- comunication +- conference +- crm +- customer +- customer-service +- enterprise +- meeting +- oa +- office +- saas +- team +# ReleaseNotes: +ReleaseNotesUrl: https://docs.8x8.com/8x8WebHelp/8x8-work-for-desktop/Content/workd/what-is-new.htm +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/8/8x8/Work/8.15.2/8x8.Work.locale.zh-CN.yaml b/manifests/8/8x8/Work/8.15.2/8x8.Work.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f4c3055dfdf12 --- /dev/null +++ b/manifests/8/8x8/Work/8.15.2/8x8.Work.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 8x8.Work +PackageVersion: 8.15.2 +PackageLocale: zh-CN +Publisher: 8x8 Inc. +PublisherUrl: https://www.8x8.com/ +PublisherSupportUrl: https://support.8x8.com/ +PrivacyUrl: https://www.8x8.com/terms-and-conditions/privacy-policy +Author: 8x8 Inc. +PackageName: 8x8 Work +PackageUrl: https://support.8x8.com/business-phone/voice/work-desktop/download-8x8-work-for-desktop +License: 专有软件 +LicenseUrl: https://www.8x8.com/terms-and-conditions +Copyright: © 2009-2024 8x8 Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 在一个简单的应用中汇集所有重要的业务通讯。 +Description: 使用 8x8 Work for Desktop(前身为 Virtual Office desktop app),与所有同事和业务联系人保持联系,比以往任何时候都更高效地协作。灵活拨打和管理电话,与联系人聊天,在公司内部或与外部与会者安排和召开高效会议,等等。 +# Moniker: +Tags: +- crm +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 客户 +- 客服 +- 文档 +- 沟通 +# ReleaseNotes: +ReleaseNotesUrl: https://docs.8x8.com/8x8WebHelp/8x8-work-for-desktop/Content/workd/what-is-new.htm +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/8/8x8/Work/8.15.2/8x8.Work.yaml b/manifests/8/8x8/Work/8.15.2/8x8.Work.yaml new file mode 100644 index 0000000000000..c0a7ed2defab8 --- /dev/null +++ b/manifests/8/8x8/Work/8.15.2/8x8.Work.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 8x8.Work +PackageVersion: 8.15.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/8/8x8/Work/8.16.3/8x8.Work.installer.yaml b/manifests/8/8x8/Work/8.16.3/8x8.Work.installer.yaml new file mode 100644 index 0000000000000..e4cbb9a48abba --- /dev/null +++ b/manifests/8/8x8/Work/8.16.3/8x8.Work.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 8x8.Work +PackageVersion: 8.16.3 +UpgradeBehavior: install +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://work-desktop-assets.8x8.com/prod-publish/ga/work-64-msi-v8.16.3-2.msi + InstallerSha256: A98A96E20D50C2BB3BCB35C330548B7AE0597EC1877559A6190803A4215B6B37 + InstallerSwitches: + InstallLocation: APPLICATIONROOTDIRECTORY="" + ProductCode: '{FE3159FA-B89C-4D9D-AFA7-7CC3A2EA5B1C}' + AppsAndFeaturesEntries: + - DisplayVersion: 8.16.3.2 + ProductCode: '{FE3159FA-B89C-4D9D-AFA7-7CC3A2EA5B1C}' + UpgradeCode: '{66F8B350-94E0-43AF-9D26-C2385B310C96}' +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://work-desktop-assets.8x8.com/prod-publish/ga/work-64-exe-v8.16.3-2.exe + InstallerSha256: A5482F804CEE54157D3DEADDC4053DC143F66EFF23C5EE73784C6CA14D9C357A + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: 8x8-Work + AppsAndFeaturesEntries: + - DisplayVersion: 8.16.3-b2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/8/8x8/Work/8.16.3/8x8.Work.locale.en-US.yaml b/manifests/8/8x8/Work/8.16.3/8x8.Work.locale.en-US.yaml new file mode 100644 index 0000000000000..5498f189dda6e --- /dev/null +++ b/manifests/8/8x8/Work/8.16.3/8x8.Work.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: 8x8.Work +PackageVersion: 8.16.3 +PackageLocale: en-US +Publisher: 8x8 Inc. +PublisherUrl: https://www.8x8.com/ +PublisherSupportUrl: https://support.8x8.com/ +PrivacyUrl: https://www.8x8.com/terms-and-conditions/privacy-policy +Author: 8x8 Inc. +PackageName: 8x8 Work +PackageUrl: https://support.8x8.com/business-phone/voice/work-desktop/download-8x8-work-for-desktop +License: Proprietary +LicenseUrl: https://www.8x8.com/terms-and-conditions +Copyright: © 2009-2024 8x8 Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: All your essential business communications brought together in one simple app. +Description: With 8x8 Work for Desktop (formerly known as the Virtual Office desktop app), stay connected with all your colleagues and business contacts, and collaborate more efficiently than ever. Place and manage calls flexibly, chat with contacts, schedule and conduct productive meetings within your company or with external participants, and much more. +Moniker: 8x8 +Tags: +- bussiness +- collaborate +- collaboration +- comunication +- conference +- crm +- customer +- customer-service +- enterprise +- meeting +- oa +- office +- saas +- team +# ReleaseNotes: +ReleaseNotesUrl: https://docs.8x8.com/8x8WebHelp/8x8-work-for-desktop/Content/workd/what-is-new.htm +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/8/8x8/Work/8.16.3/8x8.Work.locale.zh-CN.yaml b/manifests/8/8x8/Work/8.16.3/8x8.Work.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d3ed8972e91cd --- /dev/null +++ b/manifests/8/8x8/Work/8.16.3/8x8.Work.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: 8x8.Work +PackageVersion: 8.16.3 +PackageLocale: zh-CN +Publisher: 8x8 Inc. +PublisherUrl: https://www.8x8.com/ +PublisherSupportUrl: https://support.8x8.com/ +PrivacyUrl: https://www.8x8.com/terms-and-conditions/privacy-policy +Author: 8x8 Inc. +PackageName: 8x8 Work +PackageUrl: https://support.8x8.com/business-phone/voice/work-desktop/download-8x8-work-for-desktop +License: 专有软件 +LicenseUrl: https://www.8x8.com/terms-and-conditions +Copyright: © 2009-2024 8x8 Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 在一个简单的应用中汇集所有重要的业务通讯。 +Description: 使用 8x8 Work for Desktop(前身为 Virtual Office desktop app),与所有同事和业务联系人保持联系,比以往任何时候都更高效地协作。灵活拨打和管理电话,与联系人聊天,在公司内部或与外部与会者安排和召开高效会议,等等。 +# Moniker: +Tags: +- crm +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 客户 +- 客服 +- 文档 +- 沟通 +# ReleaseNotes: +ReleaseNotesUrl: https://docs.8x8.com/8x8WebHelp/8x8-work-for-desktop/Content/workd/what-is-new.htm +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/8/8x8/Work/8.16.3/8x8.Work.yaml b/manifests/8/8x8/Work/8.16.3/8x8.Work.yaml new file mode 100644 index 0000000000000..d120dd48919e5 --- /dev/null +++ b/manifests/8/8x8/Work/8.16.3/8x8.Work.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: 8x8.Work +PackageVersion: 8.16.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AAAInternetPublishing/WTFast/5.5.15.0/AAAInternetPublishing.WTFast.installer.yaml b/manifests/a/AAAInternetPublishing/WTFast/5.5.15.0/AAAInternetPublishing.WTFast.installer.yaml new file mode 100644 index 0000000000000..b8b63b2be6383 --- /dev/null +++ b/manifests/a/AAAInternetPublishing/WTFast/5.5.15.0/AAAInternetPublishing.WTFast.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AAAInternetPublishing.WTFast +PackageVersion: 5.5.15.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES +UpgradeBehavior: install +Protocols: +- wtfast +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ProductCode: '{A44CE492-E2E2-41D7-B683-5F5F034063E9}_is1' +Installers: +- Architecture: x86 + InstallerUrl: https://download.wtfast.com/product/wtfast/wtfastsetup.5.5.15.exe + InstallerSha256: 6169C13103CCB16B4E340BE7D2E2C4C345CE1D8906765D47DE9CF80195C79313 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AAAInternetPublishing/WTFast/5.5.15.0/AAAInternetPublishing.WTFast.locale.en-US.yaml b/manifests/a/AAAInternetPublishing/WTFast/5.5.15.0/AAAInternetPublishing.WTFast.locale.en-US.yaml new file mode 100644 index 0000000000000..f9b5845c3400b --- /dev/null +++ b/manifests/a/AAAInternetPublishing/WTFast/5.5.15.0/AAAInternetPublishing.WTFast.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AAAInternetPublishing.WTFast +PackageVersion: 5.5.15.0 +PackageLocale: en-US +Publisher: AAA Internet Publishing Inc. +PublisherUrl: https://www.wtfast.com/en +PublisherSupportUrl: https://support.wtfast.com +PrivacyUrl: https://www.wtfast.com/en/privacy-policy +Author: AAA Internet Publishing Inc. +PackageName: WTFast +PackageUrl: https://www.wtfast.com/en +License: Proprietary +LicenseUrl: https://www.wtfast.com/en/terms-of-service +Copyright: Copyright © 2022 +ShortDescription: Eliminate Lag, Faster Ping, Smoother Gaming +Description: |- + WTFast is not a VPN. + WTFast is the Gamers' Private Network (GPN). + The GPN is fundamentally different than any other type of network solution. + The GPN optimizes your game connection through an intelligent server network to route your game data. + The WTFast intelligent network provides you with better online gaming experience, reduced latency, lower ping, and far fewer lost packets. +Tags: +- accelerate +- accelerator +- game +- gaming +- network +- proxy +PurchaseUrl: https://secure.wtfast.com/en/Subscription/Index/new +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AAAInternetPublishing/WTFast/5.5.15.0/AAAInternetPublishing.WTFast.locale.zh-CN.yaml b/manifests/a/AAAInternetPublishing/WTFast/5.5.15.0/AAAInternetPublishing.WTFast.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ab912dae3becc --- /dev/null +++ b/manifests/a/AAAInternetPublishing/WTFast/5.5.15.0/AAAInternetPublishing.WTFast.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AAAInternetPublishing.WTFast +PackageVersion: 5.5.15.0 +PackageLocale: zh-CN +Publisher: AAA Internet Publishing Inc. +PublisherUrl: https://www.wtfast.com/zh +PublisherSupportUrl: https://support.wtfast.com +PrivacyUrl: https://www.wtfast.com/zh/privacy-policy +Author: AAA Internet Publishing Inc. +PackageName: WTFast +PackageUrl: https://www.wtfast.com/zh +License: 专有软件 +LicenseUrl: https://www.wtfast.com/zh/terms-of-service +Copyright: Copyright © 2022 +ShortDescription: 消除延迟、更快的 ping、更流畅的游戏 +Description: |- + WTFast 不是 VPN。WTFast 是玩家的私人网络(GPN)。GPN 与任何其它类型的网络解决方案有着本质的区别。 + GPN 通过智能服务器网络路由您的游戏数据以优化您的游戏连接。WTFast 智能网络为您提供更好的在线游戏体验,减少延迟,降低 ping 值,并大大减少丢包。 +Tags: +- 代理 +- 加速 +- 加速器 +- 游戏 +- 网游 +- 网络 +PurchaseUrl: https://secure.wtfast.com/zh/Subscription/Index/new +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AAAInternetPublishing/WTFast/5.5.15.0/AAAInternetPublishing.WTFast.yaml b/manifests/a/AAAInternetPublishing/WTFast/5.5.15.0/AAAInternetPublishing.WTFast.yaml new file mode 100644 index 0000000000000..f6bf35d0eeb3c --- /dev/null +++ b/manifests/a/AAAInternetPublishing/WTFast/5.5.15.0/AAAInternetPublishing.WTFast.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AAAInternetPublishing.WTFast +PackageVersion: 5.5.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AAAInternetPublishing/WTFast/5.5.16.0/AAAInternetPublishing.WTFast.installer.yaml b/manifests/a/AAAInternetPublishing/WTFast/5.5.16.0/AAAInternetPublishing.WTFast.installer.yaml new file mode 100644 index 0000000000000..c5c1d81b459e4 --- /dev/null +++ b/manifests/a/AAAInternetPublishing/WTFast/5.5.16.0/AAAInternetPublishing.WTFast.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AAAInternetPublishing.WTFast +PackageVersion: 5.5.16.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES +UpgradeBehavior: install +Protocols: +- wtfast +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ProductCode: '{A44CE492-E2E2-41D7-B683-5F5F034063E9}_is1' +Installers: +- Architecture: x86 + InstallerUrl: https://download.wtfast.com/product/wtfast/wtfastsetup.5.5.16.exe + InstallerSha256: 1D5971520549E5A24CB883CCC8D94AF7FD39E253BF8AB7174E5D483955739AEC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AAAInternetPublishing/WTFast/5.5.16.0/AAAInternetPublishing.WTFast.locale.en-US.yaml b/manifests/a/AAAInternetPublishing/WTFast/5.5.16.0/AAAInternetPublishing.WTFast.locale.en-US.yaml new file mode 100644 index 0000000000000..4cd33ed0b658b --- /dev/null +++ b/manifests/a/AAAInternetPublishing/WTFast/5.5.16.0/AAAInternetPublishing.WTFast.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AAAInternetPublishing.WTFast +PackageVersion: 5.5.16.0 +PackageLocale: en-US +Publisher: AAA Internet Publishing Inc. +PublisherUrl: https://www.wtfast.com/en +PublisherSupportUrl: https://support.wtfast.com +PrivacyUrl: https://www.wtfast.com/en/privacy-policy +Author: AAA Internet Publishing Inc. +PackageName: WTFast +PackageUrl: https://www.wtfast.com/en +License: Proprietary +LicenseUrl: https://www.wtfast.com/en/terms-of-service +Copyright: Copyright © 2022 +ShortDescription: Eliminate Lag, Faster Ping, Smoother Gaming +Description: |- + WTFast is not a VPN. + WTFast is the Gamers' Private Network (GPN). + The GPN is fundamentally different than any other type of network solution. + The GPN optimizes your game connection through an intelligent server network to route your game data. + The WTFast intelligent network provides you with better online gaming experience, reduced latency, lower ping, and far fewer lost packets. +Tags: +- accelerate +- accelerator +- game +- gaming +- network +- proxy +PurchaseUrl: https://secure.wtfast.com/en/Subscription/Index/new +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AAAInternetPublishing/WTFast/5.5.16.0/AAAInternetPublishing.WTFast.locale.zh-CN.yaml b/manifests/a/AAAInternetPublishing/WTFast/5.5.16.0/AAAInternetPublishing.WTFast.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c4966af05f018 --- /dev/null +++ b/manifests/a/AAAInternetPublishing/WTFast/5.5.16.0/AAAInternetPublishing.WTFast.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AAAInternetPublishing.WTFast +PackageVersion: 5.5.16.0 +PackageLocale: zh-CN +Publisher: AAA Internet Publishing Inc. +PublisherUrl: https://www.wtfast.com/zh +PublisherSupportUrl: https://support.wtfast.com +PrivacyUrl: https://www.wtfast.com/zh/privacy-policy +Author: AAA Internet Publishing Inc. +PackageName: WTFast +PackageUrl: https://www.wtfast.com/zh +License: 专有软件 +LicenseUrl: https://www.wtfast.com/zh/terms-of-service +Copyright: Copyright © 2022 +ShortDescription: 消除延迟、更快的 ping、更流畅的游戏 +Description: |- + WTFast 不是 VPN。WTFast 是玩家的私人网络(GPN)。GPN 与任何其它类型的网络解决方案有着本质的区别。 + GPN 通过智能服务器网络路由您的游戏数据以优化您的游戏连接。WTFast 智能网络为您提供更好的在线游戏体验,减少延迟,降低 ping 值,并大大减少丢包。 +Tags: +- 代理 +- 加速 +- 加速器 +- 游戏 +- 网游 +- 网络 +PurchaseUrl: https://secure.wtfast.com/zh/Subscription/Index/new +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AAAInternetPublishing/WTFast/5.5.16.0/AAAInternetPublishing.WTFast.yaml b/manifests/a/AAAInternetPublishing/WTFast/5.5.16.0/AAAInternetPublishing.WTFast.yaml new file mode 100644 index 0000000000000..103b373be13e4 --- /dev/null +++ b/manifests/a/AAAInternetPublishing/WTFast/5.5.16.0/AAAInternetPublishing.WTFast.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AAAInternetPublishing.WTFast +PackageVersion: 5.5.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/ABC/ABCEBankAssistant/1.0.23.0726/ABC.ABCEBankAssistant.installer.yaml b/manifests/a/ABC/ABCEBankAssistant/1.0.23.0726/ABC.ABCEBankAssistant.installer.yaml new file mode 100644 index 0000000000000..5331a6cb7045d --- /dev/null +++ b/manifests/a/ABC/ABCEBankAssistant/1.0.23.0726/ABC.ABCEBankAssistant.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ABC.ABCEBankAssistant +PackageVersion: 1.0.23.0726 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://ebhelper.cdn-static.abchina.com.cn/ebhelper/ebhelper.exe + InstallerSha256: 0CBA174703F87C16291A03B0C5F3A71D9F0E4F94C0A2EFD83ED3BC10033E647A + ProductCode: ABCBank_Assistent +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/ABC/ABCEBankAssistant/1.0.23.0726/ABC.ABCEBankAssistant.locale.en-US.yaml b/manifests/a/ABC/ABCEBankAssistant/1.0.23.0726/ABC.ABCEBankAssistant.locale.en-US.yaml new file mode 100644 index 0000000000000..62fcf04cf7712 --- /dev/null +++ b/manifests/a/ABC/ABCEBankAssistant/1.0.23.0726/ABC.ABCEBankAssistant.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ABC.ABCEBankAssistant +PackageVersion: 1.0.23.0726 +PackageLocale: en-US +Publisher: ABCBank +PublisherUrl: https://www.abchina.com/en/ +PublisherSupportUrl: https://www.abchina.com/en/personal/ebanking/personal-online-banking/ +PrivacyUrl: https://www.abchina.com/en/AboutUs/PrivacyPolicy/IndividualCustomers/IndividualCustomers/ +Author: Agricultural Bank Of China Limited +PackageName: 中国农业银行网银助手 +PackageUrl: https://perbank.abchina.com/EbankSite/startup.do?lang=en-US +License: Freeware +# LicenseUrl: +Copyright: Copyright © Agricultural Bank of China All Rights Reserved +CopyrightUrl: https://www.abchina.com/en/public/statement/ +ShortDescription: Internet banking assistant for Agricultural Bank of China +# Description: +# Moniker: +Tags: +- abc +- agricultural-bank-of-china +- bank +- ebank +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/ABC/ABCEBankAssistant/1.0.23.0726/ABC.ABCEBankAssistant.locale.zh-CN.yaml b/manifests/a/ABC/ABCEBankAssistant/1.0.23.0726/ABC.ABCEBankAssistant.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ee67b8589f7be --- /dev/null +++ b/manifests/a/ABC/ABCEBankAssistant/1.0.23.0726/ABC.ABCEBankAssistant.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ABC.ABCEBankAssistant +PackageVersion: 1.0.23.0726 +PackageLocale: zh-CN +Publisher: ABCBank +PublisherUrl: https://www.abchina.com/cn/ +PublisherSupportUrl: https://www.abchina.com/cn/EBanking/Personal/Personalonlinebanking/ +PrivacyUrl: https://www.abchina.com/cn/AboutABC/yszc/gryszc/ +Author: 中国农业银行股份有限公司 +PackageName: 中国农业银行网银助手 +PackageUrl: https://perbank.abchina.com/EbankSite/startup.do?lang=zh-CN +License: 免费软件 +# LicenseUrl: +Copyright: 中国农业银行版权所有 Copyright © Agricultural Bank of China All Rights Reserved +CopyrightUrl: https://www.abchina.com/cn/PublicPlate/documents/201512/t20151228_817036.htm +ShortDescription: 中国农业银行网银助手 +# Description: +# Moniker: +Tags: +- 中国农业银行 +- 农业银行 +- 农行 +- 网银 +- 银行 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/ABC/ABCEBankAssistant/1.0.23.0726/ABC.ABCEBankAssistant.yaml b/manifests/a/ABC/ABCEBankAssistant/1.0.23.0726/ABC.ABCEBankAssistant.yaml new file mode 100644 index 0000000000000..2718874054daf --- /dev/null +++ b/manifests/a/ABC/ABCEBankAssistant/1.0.23.0726/ABC.ABCEBankAssistant.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ABC.ABCEBankAssistant +PackageVersion: 1.0.23.0726 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/ABC/PowerExtension/1.0/ABC.PowerExtension.installer.yaml b/manifests/a/ABC/PowerExtension/1.0/ABC.PowerExtension.installer.yaml new file mode 100644 index 0000000000000..2588139c6c201 --- /dev/null +++ b/manifests/a/ABC/PowerExtension/1.0/ABC.PowerExtension.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ABC.PowerExtension +PackageVersion: "1.0" +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://perbank.cdn-static.abchina.com/POBNew/ext/PowerExtensionABC.exe + InstallerSha256: B088AF83DFFC1343D9F492177514C78F0D3E82AF1D84F97A53D52F956B7ADDF6 + ProductCode: NativeMessage-ABC +- Architecture: x64 + InstallerUrl: https://perbank.cdn-static.abchina.com/POBNew/ext/PowerExtensionABC.exe + InstallerSha256: B088AF83DFFC1343D9F492177514C78F0D3E82AF1D84F97A53D52F956B7ADDF6 + ProductCode: NativeMessage-ABC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/ABC/PowerExtension/1.0/ABC.PowerExtension.locale.en-US.yaml b/manifests/a/ABC/PowerExtension/1.0/ABC.PowerExtension.locale.en-US.yaml new file mode 100644 index 0000000000000..afb5972c4fc05 --- /dev/null +++ b/manifests/a/ABC/PowerExtension/1.0/ABC.PowerExtension.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ABC.PowerExtension +PackageVersion: "1.0" +PackageLocale: en-US +Publisher: Agricultural Bank of China +PublisherUrl: https://www.abchina.com/en/ +PublisherSupportUrl: https://www.abchina.com/en/personal/ebanking/personal-online-banking/ +PrivacyUrl: https://www.abchina.com/en/AboutUs/PrivacyPolicy/IndividualCustomers/IndividualCustomers/ +Author: Feitian Technologies Co., Ltd. +PackageName: 中国农业银行网银安全控件 +PackageUrl: https://perbank.abchina.com/EbankSite/startup.do?lang=en-US +License: Freeware +# LicenseUrl: +Copyright: Copyright (C) 2024 Feitian Technologies Co., Ltd. +CopyrightUrl: https://www.abchina.com/en/public/statement/ +ShortDescription: Online Banking Login Security Controls for Agricultural Bank of China +# Description: +# Moniker: +Tags: +- abc +- agricultural-bank-of-china +- bank +- ebank +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/ABC/PowerExtension/1.0/ABC.PowerExtension.locale.zh-CN.yaml b/manifests/a/ABC/PowerExtension/1.0/ABC.PowerExtension.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a656bd0032f01 --- /dev/null +++ b/manifests/a/ABC/PowerExtension/1.0/ABC.PowerExtension.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ABC.PowerExtension +PackageVersion: "1.0" +PackageLocale: zh-CN +Publisher: Agricultural Bank of China +PublisherUrl: https://www.abchina.com/cn/ +PublisherSupportUrl: https://www.abchina.com/cn/EBanking/Personal/Personalonlinebanking/ +PrivacyUrl: https://www.abchina.com/cn/AboutABC/yszc/gryszc/ +Author: 飞天诚信科技股份有限公司 +PackageName: 中国农业银行网银安全控件 +PackageUrl: https://perbank.abchina.com/EbankSite/startup.do?lang=zh-CN +License: 免费软件 +# LicenseUrl: +Copyright: Copyright (C) 2024 Feitian Technologies Co., Ltd. +CopyrightUrl: https://www.abchina.com/cn/PublicPlate/documents/201512/t20151228_817036.htm +ShortDescription: 中国农业银行网上银行登录安全控件 +# Description: +# Moniker: +Tags: +- 中国农业银行 +- 农业银行 +- 农行 +- 网银 +- 银行 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/ABC/PowerExtension/1.0/ABC.PowerExtension.yaml b/manifests/a/ABC/PowerExtension/1.0/ABC.PowerExtension.yaml new file mode 100644 index 0000000000000..a0d2ed40f362a --- /dev/null +++ b/manifests/a/ABC/PowerExtension/1.0/ABC.PowerExtension.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ABC.PowerExtension +PackageVersion: "1.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AGFEO/AGFEODashboard/2.0.12/AGFEO.AGFEODashboard.installer.yaml b/manifests/a/AGFEO/AGFEODashboard/2.0.12/AGFEO.AGFEODashboard.installer.yaml new file mode 100644 index 0000000000000..328e11affb0d0 --- /dev/null +++ b/manifests/a/AGFEO/AGFEODashboard/2.0.12/AGFEO.AGFEODashboard.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.3.2 $debug=QUSU.CRLF.5-1-22621-2506.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: AGFEO.AGFEODashboard +PackageVersion: 2.0.12 +InstallerLocale: de-DE +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +Installers: +- Architecture: x64 + InstallerUrl: https://info.agfeo.de/agfeo_web/dokulib.nsf/Anlage_w/0B0011C7D9E9E207C1258B3B00397797/%24FILE/AGFEO-Dashboard-2.0.12-x64.msi + InstallerSha256: 6f88a64eb91634ebcfdb9b773b7a1a3b6520db1fce774c3e89cc4ab53274247c + ProductCode: '{B6A097E9-C279-4CDE-87FA-6A9B3ADDF89B}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/AGFEO/AGFEODashboard/2.0.12/AGFEO.AGFEODashboard.locale.de-DE.yaml b/manifests/a/AGFEO/AGFEODashboard/2.0.12/AGFEO.AGFEODashboard.locale.de-DE.yaml new file mode 100644 index 0000000000000..5539039f03c02 --- /dev/null +++ b/manifests/a/AGFEO/AGFEODashboard/2.0.12/AGFEO.AGFEODashboard.locale.de-DE.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.3.2 $debug=QUSU.CRLF.5-1-22621-2506.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: AGFEO.AGFEODashboard +PackageVersion: 2.0.12 +PackageLocale: de-DE +Publisher: AGFEO +PublisherUrl: https://agfeo.de +# PublisherSupportUrl: +PrivacyUrl: https://agfeo.de/datenschutz/ +Author: AGFEO GmbH & Co. KG +PackageName: AGFEO Dashboard +# PackageUrl: +License: Proprietary +# LicenseUrl: +Copyright: 2024, AGFEO GmbH & Co. KG +# CopyrightUrl: +ShortDescription: Dashboard for use with AGFEO Phone Systems +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/a/AGFEO/AGFEODashboard/2.0.12/AGFEO.AGFEODashboard.yaml b/manifests/a/AGFEO/AGFEODashboard/2.0.12/AGFEO.AGFEODashboard.yaml new file mode 100644 index 0000000000000..6150413d4a8f4 --- /dev/null +++ b/manifests/a/AGFEO/AGFEODashboard/2.0.12/AGFEO.AGFEODashboard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.3.2 $debug=QUSU.CRLF.5-1-22621-2506.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: AGFEO.AGFEODashboard +PackageVersion: 2.0.12 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/AGSProjectTeam/AdventureGameStudio/3.6.1.27/AGSProjectTeam.AdventureGameStudio.installer.yaml b/manifests/a/AGSProjectTeam/AdventureGameStudio/3.6.1.27/AGSProjectTeam.AdventureGameStudio.installer.yaml new file mode 100644 index 0000000000000..aa49be90b4a89 --- /dev/null +++ b/manifests/a/AGSProjectTeam/AdventureGameStudio/3.6.1.27/AGSProjectTeam.AdventureGameStudio.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-4.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AGSProjectTeam.AdventureGameStudio +PackageVersion: 3.6.1.27 +InstallerType: inno +Scope: machine +AppsAndFeaturesEntries: +- DisplayName: Adventure Game Studio 3.6.1 P5 + ProductCode: 6fcbc804-4887-4786-bcf6-b0786e1e983d_is1 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/adventuregamestudio/ags/releases/download/v3.6.1.27/AGS-3.6.1.27-P5.exe + InstallerSha256: 4B02FB0615930FCFA386F13C3E3C1F724F8F380A68413BDE70F6DB9B7A833836 + ProductCode: 6fcbc804-4887-4786-bcf6-b0786e1e983d_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AGSProjectTeam/AdventureGameStudio/3.6.1.27/AGSProjectTeam.AdventureGameStudio.locale.en-US.yaml b/manifests/a/AGSProjectTeam/AdventureGameStudio/3.6.1.27/AGSProjectTeam.AdventureGameStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..1479fd310ed3c --- /dev/null +++ b/manifests/a/AGSProjectTeam/AdventureGameStudio/3.6.1.27/AGSProjectTeam.AdventureGameStudio.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-4.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AGSProjectTeam.AdventureGameStudio +PackageVersion: 3.6.1.27 +PackageLocale: en-US +Publisher: AGS Project Team +PublisherUrl: https://www.adventuregamestudio.co.uk +PublisherSupportUrl: https://www.adventuregamestudio.co.uk/site/community +# PrivacyUrl: +Author: AGSProjectTeam +PackageName: Adventure Game Studio +PackageUrl: https://github.com/adventuregamestudio/ags +License: Artistic License 2.0 +LicenseUrl: https://github.com/adventuregamestudio/ags/blob/master/License.txt +Copyright: Copyright (c) 1999-2011 Chris Jones and 2011-2023 various contributors. +CopyrightUrl: https://github.com/adventuregamestudio/ags/blob/master/Copyright.txt +ShortDescription: Adventure Game Studio (AGS) provides the tools to make your own adventure, for free! +# Description: +Moniker: ags +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adventuregamestudio/ags/releases/tag/v3.6.1.27 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AGSProjectTeam/AdventureGameStudio/3.6.1.27/AGSProjectTeam.AdventureGameStudio.yaml b/manifests/a/AGSProjectTeam/AdventureGameStudio/3.6.1.27/AGSProjectTeam.AdventureGameStudio.yaml new file mode 100644 index 0000000000000..cce0a20603843 --- /dev/null +++ b/manifests/a/AGSProjectTeam/AdventureGameStudio/3.6.1.27/AGSProjectTeam.AdventureGameStudio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-4.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AGSProjectTeam.AdventureGameStudio +PackageVersion: 3.6.1.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AILight/AILZ80ASM/1.0.22/AILight.AILZ80ASM.installer.yaml b/manifests/a/AILight/AILZ80ASM/1.0.22/AILight.AILZ80ASM.installer.yaml new file mode 100644 index 0000000000000..34b7cb9cf4371 --- /dev/null +++ b/manifests/a/AILight/AILZ80ASM/1.0.22/AILight.AILZ80ASM.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AILight.AILZ80ASM +PackageVersion: 1.0.22 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: AILZ80ASM.exe +ReleaseDate: 2024-08-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AILight/AILZ80ASM/releases/download/v1.0.22/AILZ80ASM.win-x64.v1.0.22.zip + InstallerSha256: 3CD150ED23079FB0D16B4D144D9781983F2CCED1CB47B9A776EC68FE0123C187 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AILight/AILZ80ASM/1.0.22/AILight.AILZ80ASM.locale.ja-JP.yaml b/manifests/a/AILight/AILZ80ASM/1.0.22/AILight.AILZ80ASM.locale.ja-JP.yaml new file mode 100644 index 0000000000000..9d8eff50c9d4a --- /dev/null +++ b/manifests/a/AILight/AILZ80ASM/1.0.22/AILight.AILZ80ASM.locale.ja-JP.yaml @@ -0,0 +1,43 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AILight.AILZ80ASM +PackageVersion: 1.0.22 +PackageLocale: ja-JP +Publisher: AILight +PublisherUrl: https://github.com/AILight +PublisherSupportUrl: https://github.com/AILight/AILZ80ASM/issues +Author: AILight +PackageName: AILZ80ASM +PackageUrl: https://github.com/AILight/AILZ80ASM +License: MIT +LicenseUrl: https://github.com/AILight/AILZ80ASM/blob/HEAD/LICENSE +Copyright: AILight +ShortDescription: AILZ80ASM is a Z80 assembler written in C# that runs in a .NET 6 environment. +Moniker: AILZ80ASM +Tags: +- Assembler +- Z80 +ReleaseNotes: |- + 変更点 + - 高速化対応 (@ueno1969) + - REPTでEQUを利用可能に修正 + - 構文エラー時のアドバイスメッセージを強化 (ラベルに,を使用した時) + - Includeで$を利用できるように修正 + - -dlにネームスペースを指定できるように修正 + What's Changed + - [issues-336] REPTでE0000 エラーが発生することがある by @AILight in #340 + - 正規表現をコンパイル済みみして高速化 by @ueno1969 in #335 + - [issues-334] DBのループの変数名で "|"が許容される by @AILight in #339 + - [issues-333] E0001のエラーメッセージが分かりづらい by @AILight in #341 + - [issues-338] INCLUDEの<長さ>に$が使えるようにしてほしい by @AILight in #342 + - [issues-322] ネームスペース利用時に-dlでラベル指定した時に、ラベルの指定がわかりづらい by @AILight in #343 + - ベンチマークの結果を追加した by @AILight in #344 + - version 1.0.22 by @AILight in #345 + - Release 1.0.22 by @AILight in #346 + New Contributors + - @ueno1969 made their first contribution in #335 + Full Changelog: https://github.com/AILight/AILZ80ASM/compare/v1.0.21...v1.0.22 +ReleaseNotesUrl: https://github.com/AILight/AILZ80ASM/releases/tag/v1.0.22 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AILight/AILZ80ASM/1.0.22/AILight.AILZ80ASM.yaml b/manifests/a/AILight/AILZ80ASM/1.0.22/AILight.AILZ80ASM.yaml new file mode 100644 index 0000000000000..416503553590f --- /dev/null +++ b/manifests/a/AILight/AILZ80ASM/1.0.22/AILight.AILZ80ASM.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AILight.AILZ80ASM +PackageVersion: 1.0.22 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AMD/AMDSoftwareCloudEdition/23.Q3/AMD.AMDSoftwareCloudEdition.installer.yaml b/manifests/a/AMD/AMDSoftwareCloudEdition/23.Q3/AMD.AMDSoftwareCloudEdition.installer.yaml new file mode 100644 index 0000000000000..f4925c73f5a62 --- /dev/null +++ b/manifests/a/AMD/AMDSoftwareCloudEdition/23.Q3/AMD.AMDSoftwareCloudEdition.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AMD.AMDSoftwareCloudEdition +PackageVersion: 23.Q3 +Scope: machine +InstallModes: +- silent +- interactive +InstallerSwitches: + Silent: -install + SilentWithProgress: -install + Log: -log +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +AppsAndFeaturesEntries: +- DisplayVersion: 23.Q3 +Installers: +- Architecture: x64 + InstallerType: exe + InstallerUrl: https://go.microsoft.com/fwlink/?linkid=2248541 + InstallerSha256: 0E01065DFE3EC771D5E45EB1315724DA3925313BCC0B1D107ECDB2876486F9CB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AMD/AMDSoftwareCloudEdition/23.Q3/AMD.AMDSoftwareCloudEdition.locale.en-US.yaml b/manifests/a/AMD/AMDSoftwareCloudEdition/23.Q3/AMD.AMDSoftwareCloudEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..953ff5cf3cbac --- /dev/null +++ b/manifests/a/AMD/AMDSoftwareCloudEdition/23.Q3/AMD.AMDSoftwareCloudEdition.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AMD.AMDSoftwareCloudEdition +PackageVersion: 23.Q3 +PackageLocale: en-US +Publisher: Advanced Micro Devices, Inc. +PackageName: 'AMD Software: Cloud Edition' +PackageUrl: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/n-series-amd-driver-setup +License: Proprietary +Copyright: AMD Inc. +ShortDescription: 'AMD Software: Cloud Edition is a specialized package containing AMD software designed for cloud environments. The AMD Software: Cloud Edition drivers must be installed to take advantage of the GPU capabilities of Azure NGads V620 Series VMs.' +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AMD/AMDSoftwareCloudEdition/23.Q3/AMD.AMDSoftwareCloudEdition.yaml b/manifests/a/AMD/AMDSoftwareCloudEdition/23.Q3/AMD.AMDSoftwareCloudEdition.yaml new file mode 100644 index 0000000000000..1d620b9be4085 --- /dev/null +++ b/manifests/a/AMD/AMDSoftwareCloudEdition/23.Q3/AMD.AMDSoftwareCloudEdition.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AMD.AMDSoftwareCloudEdition +PackageVersion: 23.Q3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AOMEI/Backupper/Standard/7.3.5.0/AOMEI.Backupper.Standard.installer.yaml b/manifests/a/AOMEI/Backupper/Standard/7.3.5.0/AOMEI.Backupper.Standard.installer.yaml deleted file mode 100644 index ea0f17b7a499d..0000000000000 --- a/manifests/a/AOMEI/Backupper/Standard/7.3.5.0/AOMEI.Backupper.Standard.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: AOMEI.Backupper.Standard -PackageVersion: 7.3.5.0 -InstallerType: inno -Scope: machine -Installers: -- Architecture: x86 - InstallerUrl: https://www2.aomeisoftware.com/download/adb/AOMEIBackupperStd.exe - InstallerSha256: E8E6830D56B031F4EFB06B6DD8E0014704CC07187234195B67477263BE4196DA -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/AOMEI/Backupper/Standard/7.3.5.0/AOMEI.Backupper.Standard.yaml b/manifests/a/AOMEI/Backupper/Standard/7.3.5.0/AOMEI.Backupper.Standard.yaml deleted file mode 100644 index b03f76962fe20..0000000000000 --- a/manifests/a/AOMEI/Backupper/Standard/7.3.5.0/AOMEI.Backupper.Standard.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: AOMEI.Backupper.Standard -PackageVersion: 7.3.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/AOMEI/Backupper/Standard/7.4.0.0/AOMEI.Backupper.Standard.installer.yaml b/manifests/a/AOMEI/Backupper/Standard/7.4.0.0/AOMEI.Backupper.Standard.installer.yaml new file mode 100644 index 0000000000000..581f7930ea41d --- /dev/null +++ b/manifests/a/AOMEI/Backupper/Standard/7.4.0.0/AOMEI.Backupper.Standard.installer.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2024/Aug/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: AOMEI.Backupper.Standard +PackageVersion: 7.4.0.0 +InstallerType: inno +Scope: machine +Installers: +- Architecture: x86 + InstallerUrl: https://www2.aomeisoftware.com/download/adb/AOMEIBackupperStd.exe + InstallerSha256: CD1D5E18C9DF10BC548B82D43B3942C3078C8450D8EE030A354C1E0F011B271C +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/AOMEI/Backupper/Standard/7.3.5.0/AOMEI.Backupper.Standard.locale.en-US.yaml b/manifests/a/AOMEI/Backupper/Standard/7.4.0.0/AOMEI.Backupper.Standard.locale.en-US.yaml similarity index 89% rename from manifests/a/AOMEI/Backupper/Standard/7.3.5.0/AOMEI.Backupper.Standard.locale.en-US.yaml rename to manifests/a/AOMEI/Backupper/Standard/7.4.0.0/AOMEI.Backupper.Standard.locale.en-US.yaml index 1a28e834c4d30..abd5dd31210b6 100644 --- a/manifests/a/AOMEI/Backupper/Standard/7.3.5.0/AOMEI.Backupper.Standard.locale.en-US.yaml +++ b/manifests/a/AOMEI/Backupper/Standard/7.4.0.0/AOMEI.Backupper.Standard.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jun/27 +# Automatically updated by the winget bot at 2024/Aug/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: AOMEI.Backupper.Standard -PackageVersion: 7.3.5.0 +PackageVersion: 7.4.0.0 PackageLocale: en-US Publisher: AOMEI International Network Limited. PublisherUrl: https://www.aomeitech.com diff --git a/manifests/a/AOMEI/Backupper/Standard/7.4.0.0/AOMEI.Backupper.Standard.yaml b/manifests/a/AOMEI/Backupper/Standard/7.4.0.0/AOMEI.Backupper.Standard.yaml new file mode 100644 index 0000000000000..0b746b4c5ef85 --- /dev/null +++ b/manifests/a/AOMEI/Backupper/Standard/7.4.0.0/AOMEI.Backupper.Standard.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: AOMEI.Backupper.Standard +PackageVersion: 7.4.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/AOMEI/PartitionAssistant/10.4.1/AOMEI.PartitionAssistant.installer.yaml b/manifests/a/AOMEI/PartitionAssistant/10.4.1/AOMEI.PartitionAssistant.installer.yaml deleted file mode 100644 index 8b52938c0d0a9..0000000000000 --- a/manifests/a/AOMEI/PartitionAssistant/10.4.1/AOMEI.PartitionAssistant.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: AOMEI.PartitionAssistant -PackageVersion: 10.4.1 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: neutral - InstallerUrl: https://www2.aomeisoftware.com/download/pa/PAssist_Std.exe - InstallerSha256: 0974218E2542D1225EB375B78B0739F5B99DA55D623C207065AA16101A9452B2 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/AOMEI/PartitionAssistant/10.4.1/AOMEI.PartitionAssistant.yaml b/manifests/a/AOMEI/PartitionAssistant/10.4.1/AOMEI.PartitionAssistant.yaml deleted file mode 100644 index 74bea45436c76..0000000000000 --- a/manifests/a/AOMEI/PartitionAssistant/10.4.1/AOMEI.PartitionAssistant.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: AOMEI.PartitionAssistant -PackageVersion: 10.4.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/AOMEI/PartitionAssistant/10.4.2/AOMEI.PartitionAssistant.installer.yaml b/manifests/a/AOMEI/PartitionAssistant/10.4.2/AOMEI.PartitionAssistant.installer.yaml new file mode 100644 index 0000000000000..01e497adf6afd --- /dev/null +++ b/manifests/a/AOMEI/PartitionAssistant/10.4.2/AOMEI.PartitionAssistant.installer.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2024/Aug/22 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: AOMEI.PartitionAssistant +PackageVersion: 10.4.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://www2.aomeisoftware.com/download/pa/PAssist_Std.exe + InstallerSha256: 854751C3FA57D2C9D3D61BC08A1B5E741BF6EDBD5299304A59EF00E4592ABF31 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/AOMEI/PartitionAssistant/10.4.1/AOMEI.PartitionAssistant.locale.en-US.yaml b/manifests/a/AOMEI/PartitionAssistant/10.4.2/AOMEI.PartitionAssistant.locale.en-US.yaml similarity index 88% rename from manifests/a/AOMEI/PartitionAssistant/10.4.1/AOMEI.PartitionAssistant.locale.en-US.yaml rename to manifests/a/AOMEI/PartitionAssistant/10.4.2/AOMEI.PartitionAssistant.locale.en-US.yaml index 2d6e9028dde41..ec3d3f7843bc4 100644 --- a/manifests/a/AOMEI/PartitionAssistant/10.4.1/AOMEI.PartitionAssistant.locale.en-US.yaml +++ b/manifests/a/AOMEI/PartitionAssistant/10.4.2/AOMEI.PartitionAssistant.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/16 +# Automatically updated by the winget bot at 2024/Aug/22 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: AOMEI.PartitionAssistant -PackageVersion: 10.4.1 +PackageVersion: 10.4.2 PackageLocale: en-US Publisher: AOMEI International Network Limited. PublisherUrl: https://www.aomeitech.com/ diff --git a/manifests/a/AOMEI/PartitionAssistant/10.4.2/AOMEI.PartitionAssistant.yaml b/manifests/a/AOMEI/PartitionAssistant/10.4.2/AOMEI.PartitionAssistant.yaml new file mode 100644 index 0000000000000..9de694104f61a --- /dev/null +++ b/manifests/a/AOMEI/PartitionAssistant/10.4.2/AOMEI.PartitionAssistant.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/22 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: AOMEI.PartitionAssistant +PackageVersion: 10.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/AVS/InstallPackComplete/5.6.1.184/AVS.InstallPackComplete.installer.yaml b/manifests/a/AVS/InstallPackComplete/5.6.1.184/AVS.InstallPackComplete.installer.yaml deleted file mode 100644 index 04f7d9abb5de1..0000000000000 --- a/manifests/a/AVS/InstallPackComplete/5.6.1.184/AVS.InstallPackComplete.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jan/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: AVS.InstallPackComplete -PackageVersion: 5.6.1.184 -Installers: -- Architecture: x64 - InstallerType: inno - InstallerUrl: https://downloads.avs4you.com/distributives/AVSInstallPack.exe - InstallerSha256: 74959E7E618EC96FCFAB78D925BEAB5A0FA94C22796D8F72CD1B6A26E70A21D8 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/AVS/InstallPackComplete/5.6.1.184/AVS.InstallPackComplete.locale.en-US.yaml b/manifests/a/AVS/InstallPackComplete/5.6.1.184/AVS.InstallPackComplete.locale.en-US.yaml deleted file mode 100644 index db88241a8e3db..0000000000000 --- a/manifests/a/AVS/InstallPackComplete/5.6.1.184/AVS.InstallPackComplete.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jan/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: AVS.InstallPackComplete -PackageVersion: 5.6.1.184 -PackageLocale: en-US -Publisher: Online Media Technologies Ltd. -PackageName: AVS4YOU Programs Installation -License: Proprietary -LicenseUrl: https://www.avs4you.com/license-agreement.aspx -ShortDescription: Get all AVS4YOU software in 1 installation package. -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/AVS/InstallPackComplete/5.6.1.184/AVS.InstallPackComplete.yaml b/manifests/a/AVS/InstallPackComplete/5.6.1.184/AVS.InstallPackComplete.yaml deleted file mode 100644 index 1f4dbc4672a70..0000000000000 --- a/manifests/a/AVS/InstallPackComplete/5.6.1.184/AVS.InstallPackComplete.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jan/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: AVS.InstallPackComplete -PackageVersion: 5.6.1.184 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.installer.yaml b/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.installer.yaml new file mode 100644 index 0000000000000..8a204b4389736 --- /dev/null +++ b/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2024/Aug/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: AVS.InstallPackComplete +PackageVersion: 5.7.2.189 +Installers: +- Architecture: x64 + InstallerType: inno + InstallerUrl: https://downloads.avs4you.com/distributives/AVSInstallPack.exe + InstallerSha256: 44E86583101AF90D5375B175FBB68A002D049788CC5E08E095B0203F7DAA0305 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.locale.en-US.yaml b/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.locale.en-US.yaml new file mode 100644 index 0000000000000..b11f0fde56148 --- /dev/null +++ b/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2024/Aug/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: AVS.InstallPackComplete +PackageVersion: 5.7.2.189 +PackageLocale: en-US +Publisher: Online Media Technologies Ltd. +PackageName: AVS4YOU Programs Installation +License: Proprietary +LicenseUrl: https://www.avs4you.com/license-agreement.aspx +ShortDescription: Get all AVS4YOU software in 1 installation package. +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.yaml b/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.yaml new file mode 100644 index 0000000000000..40aa7d40536e8 --- /dev/null +++ b/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: AVS.InstallPackComplete +PackageVersion: 5.7.2.189 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/Aardappel/lobster/2024.0/Aardappel.lobster.installer.yaml b/manifests/a/Aardappel/lobster/2024.0/Aardappel.lobster.installer.yaml new file mode 100644 index 0000000000000..102aa85d630e7 --- /dev/null +++ b/manifests/a/Aardappel/lobster/2024.0/Aardappel.lobster.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aardappel.lobster +PackageVersion: "2024.0" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bin\lobster.exe + PortableCommandAlias: lobster +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aardappel/lobster/releases/download/v2024.0/lobster_windows_release.zip + InstallerSha256: CDB9B03B1A62F99FB778EB28D80B63F5F807BC00AC703608EF9D793E21BF6CA0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aardappel/lobster/2024.0/Aardappel.lobster.locale.en-US.yaml b/manifests/a/Aardappel/lobster/2024.0/Aardappel.lobster.locale.en-US.yaml new file mode 100644 index 0000000000000..22d975b2c7d16 --- /dev/null +++ b/manifests/a/Aardappel/lobster/2024.0/Aardappel.lobster.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aardappel.lobster +PackageVersion: "2024.0" +PackageLocale: en-US +Publisher: Wouter van Oortmerssen +PublisherUrl: https://strlen.com/ +PublisherSupportUrl: https://github.com/aardappel/lobster/discussions +PackageName: lobster +PackageUrl: https://strlen.com/lobster/ +License: Apache v2 +ShortDescription: A programming language that tries to combine the advantages of static typing and compile-time memory management with a very lightweight, friendly and terse syntax +Moniker: lobster +Tags: +- lobster +- programming-language +ReleaseNotesUrl: https://github.com/aardappel/lobster/releases/tag/v2024.0 +InstallationNotes: You can run any Lobster file as argument to run it, for example `lobster samples/pythtree.lobster` should work. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aardappel/lobster/2024.0/Aardappel.lobster.yaml b/manifests/a/Aardappel/lobster/2024.0/Aardappel.lobster.yaml new file mode 100644 index 0000000000000..acf2e3a2ee2f0 --- /dev/null +++ b/manifests/a/Aardappel/lobster/2024.0/Aardappel.lobster.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aardappel.lobster +PackageVersion: "2024.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.16.0/Ablaze.Floorp.installer.yaml b/manifests/a/Ablaze/Floorp/11.16.0/Ablaze.Floorp.installer.yaml new file mode 100644 index 0000000000000..d7635daa37393 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.16.0/Ablaze.Floorp.installer.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.16.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +Commands: +- floorp +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-08-08 +Scope: machine +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/v11.16.0/floorp-win64.installer.exe + InstallerSha256: 87D15CF2F361C99248167CC0C51B54E7D9F00E411A54A1CB9C55CCDEBDFB17E9 +- Architecture: x86 + InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/v11.16.0/floorp-win32.installer.exe + InstallerSha256: 02DF3DFC7BF269775F0E269A8291ECBDAF078AE3DD7ABD1CE1852B2630C3FB7D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.16.0/Ablaze.Floorp.locale.en-US.yaml b/manifests/a/Ablaze/Floorp/11.16.0/Ablaze.Floorp.locale.en-US.yaml new file mode 100644 index 0000000000000..41e1f0129cc60 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.16.0/Ablaze.Floorp.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.16.0 +PackageLocale: en-US +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/en/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR115/LICENSE/ +ShortDescription: Floorp is built on Firefox and was built in Japan and is a new browser with excellent privacy & flexibility. +Moniker: floorp +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4415/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.16.0/Ablaze.Floorp.locale.ja-JP.yaml b/manifests/a/Ablaze/Floorp/11.16.0/Ablaze.Floorp.locale.ja-JP.yaml new file mode 100644 index 0000000000000..933e19451e4d7 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.16.0/Ablaze.Floorp.locale.ja-JP.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.16.0 +PackageLocale: ja-JP +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/ja/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR115/LICENSE/ +ShortDescription: FloorpはFirefoxをベースに、ウェブの公開性、匿名性、安全性、機能性のバランスにフォーカスを当てた日本製のウェブブラウザーです。 +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4418/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.16.0/Ablaze.Floorp.yaml b/manifests/a/Ablaze/Floorp/11.16.0/Ablaze.Floorp.yaml new file mode 100644 index 0000000000000..a40d064a53be9 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.16.0/Ablaze.Floorp.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.1/Ablaze.Floorp.installer.yaml b/manifests/a/Ablaze/Floorp/11.17.1/Ablaze.Floorp.installer.yaml new file mode 100644 index 0000000000000..dae6116451de8 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.1/Ablaze.Floorp.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +Commands: +- floorp +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-08-16 +Scope: machine +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/v11.17.1/floorp-win64.installer.exe + InstallerSha256: 85BEA0494F61229254F149453D0A6C231DC1DE076E9DA05BE351D8F1CD4C426F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.1/Ablaze.Floorp.locale.en-US.yaml b/manifests/a/Ablaze/Floorp/11.17.1/Ablaze.Floorp.locale.en-US.yaml new file mode 100644 index 0000000000000..283b99b28932f --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.1/Ablaze.Floorp.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.1 +PackageLocale: en-US +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/en/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: Floorp is built on Firefox and was built in Japan and is a new browser with excellent privacy & flexibility. +Moniker: floorp +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4464/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.1/Ablaze.Floorp.locale.ja-JP.yaml b/manifests/a/Ablaze/Floorp/11.17.1/Ablaze.Floorp.locale.ja-JP.yaml new file mode 100644 index 0000000000000..1f2c6c2346a7a --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.1/Ablaze.Floorp.locale.ja-JP.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.1 +PackageLocale: ja-JP +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/ja/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: FloorpはFirefoxをベースに、ウェブの公開性、匿名性、安全性、機能性のバランスにフォーカスを当てた日本製のウェブブラウザーです。 +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4451/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.1/Ablaze.Floorp.yaml b/manifests/a/Ablaze/Floorp/11.17.1/Ablaze.Floorp.yaml new file mode 100644 index 0000000000000..d92bff09d6298 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.1/Ablaze.Floorp.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.3/Ablaze.Floorp.installer.yaml b/manifests/a/Ablaze/Floorp/11.17.3/Ablaze.Floorp.installer.yaml new file mode 100644 index 0000000000000..8ecb649c1abb1 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.3/Ablaze.Floorp.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +Commands: +- floorp +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-08-17 +Scope: machine +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/v11.17.3/floorp-win64.installer.exe + InstallerSha256: F11C8533C079174D68ECC1081B6D5064A2BA32BB2BEA477F787235AD6A65CF1A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.3/Ablaze.Floorp.locale.en-US.yaml b/manifests/a/Ablaze/Floorp/11.17.3/Ablaze.Floorp.locale.en-US.yaml new file mode 100644 index 0000000000000..b0432d5f2506c --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.3/Ablaze.Floorp.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.3 +PackageLocale: en-US +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/en/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: Floorp is built on Firefox and was built in Japan and is a new browser with excellent privacy & flexibility. +Moniker: floorp +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4464/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.3/Ablaze.Floorp.locale.ja-JP.yaml b/manifests/a/Ablaze/Floorp/11.17.3/Ablaze.Floorp.locale.ja-JP.yaml new file mode 100644 index 0000000000000..982e3e433ab65 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.3/Ablaze.Floorp.locale.ja-JP.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.3 +PackageLocale: ja-JP +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/ja/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: FloorpはFirefoxをベースに、ウェブの公開性、匿名性、安全性、機能性のバランスにフォーカスを当てた日本製のウェブブラウザーです。 +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4451/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.3/Ablaze.Floorp.yaml b/manifests/a/Ablaze/Floorp/11.17.3/Ablaze.Floorp.yaml new file mode 100644 index 0000000000000..ee28190815d8f --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.3/Ablaze.Floorp.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.4/Ablaze.Floorp.installer.yaml b/manifests/a/Ablaze/Floorp/11.17.4/Ablaze.Floorp.installer.yaml new file mode 100644 index 0000000000000..67eb348355b01 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.4/Ablaze.Floorp.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.4 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +Commands: +- floorp +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-08-18 +Scope: machine +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/v11.17.4/floorp-win64.installer.exe + InstallerSha256: B88148ADFE901DBBA70C17A956086853752DBFFE35B16ABCC9B8A928F506556E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.4/Ablaze.Floorp.locale.en-US.yaml b/manifests/a/Ablaze/Floorp/11.17.4/Ablaze.Floorp.locale.en-US.yaml new file mode 100644 index 0000000000000..f676e43aedebd --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.4/Ablaze.Floorp.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.4 +PackageLocale: en-US +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/en/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: Floorp is built on Firefox and was built in Japan and is a new browser with excellent privacy & flexibility. +Moniker: floorp +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4464/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.4/Ablaze.Floorp.locale.ja-JP.yaml b/manifests/a/Ablaze/Floorp/11.17.4/Ablaze.Floorp.locale.ja-JP.yaml new file mode 100644 index 0000000000000..777e8cd665ac5 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.4/Ablaze.Floorp.locale.ja-JP.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.4 +PackageLocale: ja-JP +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/ja/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: FloorpはFirefoxをベースに、ウェブの公開性、匿名性、安全性、機能性のバランスにフォーカスを当てた日本製のウェブブラウザーです。 +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4451/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.4/Ablaze.Floorp.yaml b/manifests/a/Ablaze/Floorp/11.17.4/Ablaze.Floorp.yaml new file mode 100644 index 0000000000000..dca8ccabef886 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.4/Ablaze.Floorp.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.5/Ablaze.Floorp.installer.yaml b/manifests/a/Ablaze/Floorp/11.17.5/Ablaze.Floorp.installer.yaml new file mode 100644 index 0000000000000..65e36d6ecc8d8 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.5/Ablaze.Floorp.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.5 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +Commands: +- floorp +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-08-21 +Scope: machine +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/v11.17.5/floorp-win64.installer.exe + InstallerSha256: 0ED9722A850211A70523A9868C2072FCC8B026CA6F08876F66DF6D239224AB52 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.5/Ablaze.Floorp.locale.en-US.yaml b/manifests/a/Ablaze/Floorp/11.17.5/Ablaze.Floorp.locale.en-US.yaml new file mode 100644 index 0000000000000..82f3283870b24 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.5/Ablaze.Floorp.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.5 +PackageLocale: en-US +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/en/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: Floorp is built on Firefox and was built in Japan and is a new browser with excellent privacy & flexibility. +Moniker: floorp +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4464/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.5/Ablaze.Floorp.locale.ja-JP.yaml b/manifests/a/Ablaze/Floorp/11.17.5/Ablaze.Floorp.locale.ja-JP.yaml new file mode 100644 index 0000000000000..3f49f31c5d51c --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.5/Ablaze.Floorp.locale.ja-JP.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.5 +PackageLocale: ja-JP +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/ja/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: FloorpはFirefoxをベースに、ウェブの公開性、匿名性、安全性、機能性のバランスにフォーカスを当てた日本製のウェブブラウザーです。 +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4451/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.5/Ablaze.Floorp.yaml b/manifests/a/Ablaze/Floorp/11.17.5/Ablaze.Floorp.yaml new file mode 100644 index 0000000000000..8bf149f7c554b --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.5/Ablaze.Floorp.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.6/Ablaze.Floorp.installer.yaml b/manifests/a/Ablaze/Floorp/11.17.6/Ablaze.Floorp.installer.yaml new file mode 100644 index 0000000000000..0c9f8541ad422 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.6/Ablaze.Floorp.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.6 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +Commands: +- floorp +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-08-22 +Scope: machine +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/v11.17.6/floorp-win64.installer.exe + InstallerSha256: 94959F46FE551530C1079E7F571908B4BFDE164F6821BB32B9E0607EC280CA66 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.6/Ablaze.Floorp.locale.en-US.yaml b/manifests/a/Ablaze/Floorp/11.17.6/Ablaze.Floorp.locale.en-US.yaml new file mode 100644 index 0000000000000..50719f09caf3b --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.6/Ablaze.Floorp.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.6 +PackageLocale: en-US +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/en/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: Floorp is built on Firefox and was built in Japan and is a new browser with excellent privacy & flexibility. +Moniker: floorp +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4464/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.6/Ablaze.Floorp.locale.ja-JP.yaml b/manifests/a/Ablaze/Floorp/11.17.6/Ablaze.Floorp.locale.ja-JP.yaml new file mode 100644 index 0000000000000..3f5fbdd8ad465 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.6/Ablaze.Floorp.locale.ja-JP.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.6 +PackageLocale: ja-JP +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/ja/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: FloorpはFirefoxをベースに、ウェブの公開性、匿名性、安全性、機能性のバランスにフォーカスを当てた日本製のウェブブラウザーです。 +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4451/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.6/Ablaze.Floorp.yaml b/manifests/a/Ablaze/Floorp/11.17.6/Ablaze.Floorp.yaml new file mode 100644 index 0000000000000..35b6a48109158 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.6/Ablaze.Floorp.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.7/Ablaze.Floorp.installer.yaml b/manifests/a/Ablaze/Floorp/11.17.7/Ablaze.Floorp.installer.yaml new file mode 100644 index 0000000000000..4fc9271a57268 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.7/Ablaze.Floorp.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.7 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +Commands: +- floorp +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-08-24 +Scope: machine +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/v11.17.7/floorp-win64.installer.exe + InstallerSha256: E78D61F26E7594B4BBBD544B897CA6C9F489F8AA908A34DAC6967A5BA9781F7A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.7/Ablaze.Floorp.locale.en-US.yaml b/manifests/a/Ablaze/Floorp/11.17.7/Ablaze.Floorp.locale.en-US.yaml new file mode 100644 index 0000000000000..b71c64e8d78cf --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.7/Ablaze.Floorp.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.7 +PackageLocale: en-US +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/en/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: Floorp is built on Firefox and was built in Japan and is a new browser with excellent privacy & flexibility. +Moniker: floorp +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4464/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.7/Ablaze.Floorp.locale.ja-JP.yaml b/manifests/a/Ablaze/Floorp/11.17.7/Ablaze.Floorp.locale.ja-JP.yaml new file mode 100644 index 0000000000000..f1712c4993bec --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.7/Ablaze.Floorp.locale.ja-JP.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.7 +PackageLocale: ja-JP +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/ja/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: FloorpはFirefoxをベースに、ウェブの公開性、匿名性、安全性、機能性のバランスにフォーカスを当てた日本製のウェブブラウザーです。 +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4451/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.7/Ablaze.Floorp.yaml b/manifests/a/Ablaze/Floorp/11.17.7/Ablaze.Floorp.yaml new file mode 100644 index 0000000000000..24d8733d9fd45 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.7/Ablaze.Floorp.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.8/Ablaze.Floorp.installer.yaml b/manifests/a/Ablaze/Floorp/11.17.8/Ablaze.Floorp.installer.yaml new file mode 100644 index 0000000000000..84d6f600a1667 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.8/Ablaze.Floorp.installer.yaml @@ -0,0 +1,32 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.8 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +Commands: +- floorp +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-08-27 +Scope: machine +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +AppsAndFeaturesEntries: +- DisplayName: Ablaze Floorp (x64 en-US) +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/v11.17.8/floorp-win64.installer.exe + InstallerSha256: CF6889B6FAE7506EC7B3ADF6C6C61235779E20B9DBC3D83B50D0A018E5085628 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.8/Ablaze.Floorp.locale.en-US.yaml b/manifests/a/Ablaze/Floorp/11.17.8/Ablaze.Floorp.locale.en-US.yaml new file mode 100644 index 0000000000000..c27556a3a06d4 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.8/Ablaze.Floorp.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.8 +PackageLocale: en-US +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/en/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: Floorp is built on Firefox and was built in Japan and is a new browser with excellent privacy & flexibility. +Moniker: floorp +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4464/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.8/Ablaze.Floorp.locale.ja-JP.yaml b/manifests/a/Ablaze/Floorp/11.17.8/Ablaze.Floorp.locale.ja-JP.yaml new file mode 100644 index 0000000000000..9446025a401bd --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.8/Ablaze.Floorp.locale.ja-JP.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.8 +PackageLocale: ja-JP +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/ja/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: FloorpはFirefoxをベースに、ウェブの公開性、匿名性、安全性、機能性のバランスにフォーカスを当てた日本製のウェブブラウザーです。 +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4451/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.17.8/Ablaze.Floorp.yaml b/manifests/a/Ablaze/Floorp/11.17.8/Ablaze.Floorp.yaml new file mode 100644 index 0000000000000..702f6ade2262f --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.17.8/Ablaze.Floorp.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.17.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.18.0/Ablaze.Floorp.installer.yaml b/manifests/a/Ablaze/Floorp/11.18.0/Ablaze.Floorp.installer.yaml new file mode 100644 index 0000000000000..c226c1bb100d4 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.18.0/Ablaze.Floorp.installer.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.18.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +Commands: +- floorp +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-09-02 +Scope: machine +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/v11.18.0/floorp-win64.installer.exe + InstallerSha256: 4AD20ECA404EA23CBBD1627034F8001EA6D79F6DB1CA743AD4DA3BEAEA6225A8 + AppsAndFeaturesEntries: + - DisplayName: Ablaze Floorp (x64 en-US) + ProductCode: Ablaze Floorp 11.18.0 (x64 en-US) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.18.0/Ablaze.Floorp.locale.en-US.yaml b/manifests/a/Ablaze/Floorp/11.18.0/Ablaze.Floorp.locale.en-US.yaml new file mode 100644 index 0000000000000..45b20d70c67cf --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.18.0/Ablaze.Floorp.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.18.0 +PackageLocale: en-US +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/en/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: Floorp is built on Firefox and was built in Japan and is a new browser with excellent privacy & flexibility. +Moniker: floorp +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4502/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.18.0/Ablaze.Floorp.locale.ja-JP.yaml b/manifests/a/Ablaze/Floorp/11.18.0/Ablaze.Floorp.locale.ja-JP.yaml new file mode 100644 index 0000000000000..734e728e38294 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.18.0/Ablaze.Floorp.locale.ja-JP.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.18.0 +PackageLocale: ja-JP +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/ja/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: FloorpはFirefoxをベースに、ウェブの公開性、匿名性、安全性、機能性のバランスにフォーカスを当てた日本製のウェブブラウザーです。 +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4499/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.18.0/Ablaze.Floorp.yaml b/manifests/a/Ablaze/Floorp/11.18.0/Ablaze.Floorp.yaml new file mode 100644 index 0000000000000..765db0c433ae0 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.18.0/Ablaze.Floorp.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.18.1/Ablaze.Floorp.installer.yaml b/manifests/a/Ablaze/Floorp/11.18.1/Ablaze.Floorp.installer.yaml new file mode 100644 index 0000000000000..519364fe44f78 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.18.1/Ablaze.Floorp.installer.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.18.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +Commands: +- floorp +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-09-09 +Scope: machine +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/v11.18.1/floorp-win64.installer.exe + InstallerSha256: 4611FE1D597FDE5899170B223219A0C10AB6B30DD04A9A85DAE129C1DEA0D0BE + AppsAndFeaturesEntries: + - DisplayName: Ablaze Floorp (x64 en-US) + ProductCode: Ablaze Floorp 11.18.1 (x64 en-US) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.18.1/Ablaze.Floorp.locale.en-US.yaml b/manifests/a/Ablaze/Floorp/11.18.1/Ablaze.Floorp.locale.en-US.yaml new file mode 100644 index 0000000000000..2785b10b71146 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.18.1/Ablaze.Floorp.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.18.1 +PackageLocale: en-US +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/en/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: Floorp is built on Firefox and was built in Japan and is a new browser with excellent privacy & flexibility. +Moniker: floorp +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4502/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.18.1/Ablaze.Floorp.locale.ja-JP.yaml b/manifests/a/Ablaze/Floorp/11.18.1/Ablaze.Floorp.locale.ja-JP.yaml new file mode 100644 index 0000000000000..64c6ad34c7b59 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.18.1/Ablaze.Floorp.locale.ja-JP.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.18.1 +PackageLocale: ja-JP +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://support.ablaze.one/articles/floorp/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/ja/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: FloorpはFirefoxをベースに、ウェブの公開性、匿名性、安全性、機能性のバランスにフォーカスを当てた日本製のウェブブラウザーです。 +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4499/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/11.18.1/Ablaze.Floorp.yaml b/manifests/a/Ablaze/Floorp/11.18.1/Ablaze.Floorp.yaml new file mode 100644 index 0000000000000..26a9dbd9c479c --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.18.1/Ablaze.Floorp.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.18.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/Daylight/11.15.0/Ablaze.Floorp.Daylight.installer.yaml b/manifests/a/Ablaze/Floorp/Daylight/11.15.0/Ablaze.Floorp.Daylight.installer.yaml deleted file mode 100644 index 5df37baa3a7c7..0000000000000 --- a/manifests/a/Ablaze/Floorp/Daylight/11.15.0/Ablaze.Floorp.Daylight.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json -PackageIdentifier: Ablaze.Floorp.Daylight -PackageVersion: 11.15.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.17763.0 -Protocols: -- http -- https -FileExtensions: -- htm -- html -- url -Scope: machine -InstallerLocale: en-US -InstallerType: nullsoft -InstallModes: -- silent -- silentWithProgress -UpgradeBehavior: install -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/beta/floorp-win64.installer.exe - InstallerSha256: 2C7EB383F0968EBCD98CCECF0475A058304B3F200243AFE37A48FEBB4B768D43 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/Daylight/11.18.1/Ablaze.Floorp.Daylight.installer.yaml b/manifests/a/Ablaze/Floorp/Daylight/11.18.1/Ablaze.Floorp.Daylight.installer.yaml new file mode 100644 index 0000000000000..17e081d0c4821 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/Daylight/11.18.1/Ablaze.Floorp.Daylight.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Ablaze.Floorp.Daylight +PackageVersion: 11.18.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +Scope: machine +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/beta/floorp-win64.installer.exe + InstallerSha256: CE670AE33B3DCDEEB5B423E408244AA012E8654B9D6F6485C9096E34A9D282C5 + AppsAndFeaturesEntries: + - DisplayName: Floorp Daylight (x64 en-US) + ProductCode: Floorp Daylight 11.18.1 (x64 en-US) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Ablaze/Floorp/Daylight/11.15.0/Ablaze.Floorp.Daylight.locale.en-US.yaml b/manifests/a/Ablaze/Floorp/Daylight/11.18.1/Ablaze.Floorp.Daylight.locale.en-US.yaml similarity index 84% rename from manifests/a/Ablaze/Floorp/Daylight/11.15.0/Ablaze.Floorp.Daylight.locale.en-US.yaml rename to manifests/a/Ablaze/Floorp/Daylight/11.18.1/Ablaze.Floorp.Daylight.locale.en-US.yaml index 77f0f260355c5..31d208fc159f3 100644 --- a/manifests/a/Ablaze/Floorp/Daylight/11.15.0/Ablaze.Floorp.Daylight.locale.en-US.yaml +++ b/manifests/a/Ablaze/Floorp/Daylight/11.18.1/Ablaze.Floorp.Daylight.locale.en-US.yaml @@ -1,6 +1,6 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Ablaze.Floorp.Daylight -PackageVersion: 11.15.0 +PackageVersion: 11.18.1 PackageLocale: en-US Publisher: Ablaze PublisherUrl: https://ablaze.one/ @@ -9,8 +9,8 @@ PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ Author: Ablaze PackageName: Floorp Daylight PackageUrl: https://floorp.app/en/ -License: Mozilla Public License Version 2.0 & Floorp Shared Source License -LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR115/LICENSE/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ ShortDescription: Floorp Daylight is a beta version of Floorp. Maybe it will not work properly. Description: Floorp Daylight is NOT the release (stable) channel version of Floorp. This is a beta build of Floorp. It is intended for testing purposes only. It is not recommended that you use this version of Floorp for daily browsing. Moniker: floorp-daylight diff --git a/manifests/a/Ablaze/Floorp/Daylight/11.15.0/Ablaze.Floorp.Daylight.locale.ja-JP.yaml b/manifests/a/Ablaze/Floorp/Daylight/11.18.1/Ablaze.Floorp.Daylight.locale.ja-JP.yaml similarity index 85% rename from manifests/a/Ablaze/Floorp/Daylight/11.15.0/Ablaze.Floorp.Daylight.locale.ja-JP.yaml rename to manifests/a/Ablaze/Floorp/Daylight/11.18.1/Ablaze.Floorp.Daylight.locale.ja-JP.yaml index 43135a64d1fee..80eebfffdd503 100644 --- a/manifests/a/Ablaze/Floorp/Daylight/11.15.0/Ablaze.Floorp.Daylight.locale.ja-JP.yaml +++ b/manifests/a/Ablaze/Floorp/Daylight/11.18.1/Ablaze.Floorp.Daylight.locale.ja-JP.yaml @@ -1,6 +1,6 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Ablaze.Floorp.Daylight -PackageVersion: 11.15.0 +PackageVersion: 11.18.1 PackageLocale: ja-JP Publisher: Ablaze PublisherUrl: https://ablaze.one/ @@ -9,8 +9,8 @@ PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ Author: Ablaze PackageName: Floorp Daylight PackageUrl: https://floorp.app/ja/ -License: Mozilla Public License Version 2.0 & Floorp Shared Source License -LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR115/LICENSE/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ ShortDescription: Floorp Daylight はベータ版です。バグや不具合が発生する可能性があります。 Description: Floorp Daylight は、Floorp のリリース (安定) バージョンではありません。これは Floorp のベータ版で、テストのみを目的としています。このバージョンの Floorp を毎日のブラウジングに使用することはお勧めできません。 Tags: diff --git a/manifests/a/Ablaze/Floorp/Daylight/11.15.0/Ablaze.Floorp.Daylight.yaml b/manifests/a/Ablaze/Floorp/Daylight/11.18.1/Ablaze.Floorp.Daylight.yaml similarity index 89% rename from manifests/a/Ablaze/Floorp/Daylight/11.15.0/Ablaze.Floorp.Daylight.yaml rename to manifests/a/Ablaze/Floorp/Daylight/11.18.1/Ablaze.Floorp.Daylight.yaml index ccf178f1c7094..dbefb144f8423 100644 --- a/manifests/a/Ablaze/Floorp/Daylight/11.15.0/Ablaze.Floorp.Daylight.yaml +++ b/manifests/a/Ablaze/Floorp/Daylight/11.18.1/Ablaze.Floorp.Daylight.yaml @@ -1,6 +1,6 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Ablaze.Floorp.Daylight -PackageVersion: 11.15.0 +PackageVersion: 11.18.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Beta/7.18.4770.0/AdGuard.AdGuard.Beta.installer.yaml b/manifests/a/AdGuard/AdGuard/Beta/7.18.4770.0/AdGuard.AdGuard.Beta.installer.yaml deleted file mode 100644 index 5e8a7a211610a..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Beta/7.18.4770.0/AdGuard.AdGuard.Beta.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Beta -PackageVersion: 7.18.4770.0 -InstallerType: burn -Installers: -- Architecture: x86 - InstallerUrl: https://agrd.io/windows_beta - InstallerSha256: 040EA71DB3ABE9CF47B43D4F04C507342A1EEE583F70C8DC37DE39A570441613 -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: -quiet - SilentWithProgress: -quiet -UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Beta/7.18.4770.0/AdGuard.AdGuard.Beta.locale.en-US.yaml b/manifests/a/AdGuard/AdGuard/Beta/7.18.4770.0/AdGuard.AdGuard.Beta.locale.en-US.yaml deleted file mode 100644 index 762b6f1047b4e..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Beta/7.18.4770.0/AdGuard.AdGuard.Beta.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Beta -PackageVersion: 7.18.4770.0 -PackageLocale: en-US -Publisher: Adguard Software Limited -PackageName: AdGuard -PackageUrl: https://adguard.com/en/beta.html -License: Proprietary -Copyright: (c) All rights reserved -ShortDescription: AdGuard -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Beta/7.18.4770.0/AdGuard.AdGuard.Beta.yaml b/manifests/a/AdGuard/AdGuard/Beta/7.18.4770.0/AdGuard.AdGuard.Beta.yaml deleted file mode 100644 index f7fe3c32ce945..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Beta/7.18.4770.0/AdGuard.AdGuard.Beta.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Beta -PackageVersion: 7.18.4770.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Beta/7.19.4804.0/AdGuard.AdGuard.Beta.installer.yaml b/manifests/a/AdGuard/AdGuard/Beta/7.19.4804.0/AdGuard.AdGuard.Beta.installer.yaml new file mode 100644 index 0000000000000..61c3b41505203 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Beta/7.19.4804.0/AdGuard.AdGuard.Beta.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2024/Aug/22 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Beta +PackageVersion: 7.19.4804.0 +InstallerType: burn +Installers: +- Architecture: x86 + InstallerUrl: https://agrd.io/windows_beta + InstallerSha256: 14328888BAC149B54F66695002E0CA33343FF4FE1E86539C247A3F61E808205B +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -quiet + SilentWithProgress: -quiet +UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Beta/7.19.4804.0/AdGuard.AdGuard.Beta.locale.en-US.yaml b/manifests/a/AdGuard/AdGuard/Beta/7.19.4804.0/AdGuard.AdGuard.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..424b5b6957f16 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Beta/7.19.4804.0/AdGuard.AdGuard.Beta.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2024/Aug/22 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Beta +PackageVersion: 7.19.4804.0 +PackageLocale: en-US +Publisher: Adguard Software Limited +PackageName: AdGuard +PackageUrl: https://adguard.com/en/beta.html +License: Proprietary +Copyright: (c) All rights reserved +ShortDescription: AdGuard +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Beta/7.19.4804.0/AdGuard.AdGuard.Beta.yaml b/manifests/a/AdGuard/AdGuard/Beta/7.19.4804.0/AdGuard.AdGuard.Beta.yaml new file mode 100644 index 0000000000000..48dcc30dcf101 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Beta/7.19.4804.0/AdGuard.AdGuard.Beta.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/22 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Beta +PackageVersion: 7.19.4804.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Beta/7.19.4818.0/AdGuard.AdGuard.Beta.installer.yaml b/manifests/a/AdGuard/AdGuard/Beta/7.19.4818.0/AdGuard.AdGuard.Beta.installer.yaml new file mode 100644 index 0000000000000..d6c3aa0f98c89 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Beta/7.19.4818.0/AdGuard.AdGuard.Beta.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2024/Sep/12 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Beta +PackageVersion: 7.19.4818.0 +InstallerType: burn +Installers: +- Architecture: x86 + InstallerUrl: https://agrd.io/windows_beta + InstallerSha256: A89D87F9926812BAA334C024EFEF53F284E2186EA9EC6DEC830A8FD485B693C5 +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -quiet + SilentWithProgress: -quiet +UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Beta/7.19.4818.0/AdGuard.AdGuard.Beta.locale.en-US.yaml b/manifests/a/AdGuard/AdGuard/Beta/7.19.4818.0/AdGuard.AdGuard.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..38adc6dceb23f --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Beta/7.19.4818.0/AdGuard.AdGuard.Beta.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2024/Sep/12 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Beta +PackageVersion: 7.19.4818.0 +PackageLocale: en-US +Publisher: Adguard Software Limited +PackageName: AdGuard +PackageUrl: https://adguard.com/en/beta.html +License: Proprietary +Copyright: (c) All rights reserved +ShortDescription: AdGuard +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Beta/7.19.4818.0/AdGuard.AdGuard.Beta.yaml b/manifests/a/AdGuard/AdGuard/Beta/7.19.4818.0/AdGuard.AdGuard.Beta.yaml new file mode 100644 index 0000000000000..01800e9051d88 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Beta/7.19.4818.0/AdGuard.AdGuard.Beta.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/12 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Beta +PackageVersion: 7.19.4818.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.18.4780.0/AdGuard.AdGuard.Nightly.installer.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.18.4780.0/AdGuard.AdGuard.Nightly.installer.yaml deleted file mode 100644 index 6316a8bfc1414..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Nightly/7.18.4780.0/AdGuard.AdGuard.Nightly.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Nightly -PackageVersion: 7.18.4780.0 -InstallerType: burn -Installers: -- Architecture: x64 - InstallerUrl: https://agrd.io/windows_nightly - InstallerSha256: 8FC998567AF3BA37D0349D4273FED67F724649B8292FB36FCD61E6F7C26175E1 -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: -quiet - SilentWithProgress: -quiet -UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.18.4780.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.18.4780.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml deleted file mode 100644 index c8ee7521bc7a4..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Nightly/7.18.4780.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Nightly -PackageVersion: 7.18.4780.0 -PackageLocale: en-US -Publisher: Adguard Software Limited -PackageName: AdGuard -PackageUrl: https://adguard.com/en/beta.html -License: Proprietary -Copyright: (c) All rights reserved -ShortDescription: AdGuard -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.18.4780.0/AdGuard.AdGuard.Nightly.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.18.4780.0/AdGuard.AdGuard.Nightly.yaml deleted file mode 100644 index fa5bc17ce64ee..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Nightly/7.18.4780.0/AdGuard.AdGuard.Nightly.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Nightly -PackageVersion: 7.18.4780.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.18.4782.0/AdGuard.AdGuard.Nightly.installer.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.18.4782.0/AdGuard.AdGuard.Nightly.installer.yaml deleted file mode 100644 index 036985eb209b8..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Nightly/7.18.4782.0/AdGuard.AdGuard.Nightly.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Nightly -PackageVersion: 7.18.4782.0 -InstallerType: burn -Installers: -- Architecture: x64 - InstallerUrl: https://agrd.io/windows_nightly - InstallerSha256: C7731DE5F1346F01A615D36F6E092885523FF485A61129D70708D9CB057EFD50 -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: -quiet - SilentWithProgress: -quiet -UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.18.4782.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.18.4782.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml deleted file mode 100644 index b608fa423edf4..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Nightly/7.18.4782.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Nightly -PackageVersion: 7.18.4782.0 -PackageLocale: en-US -Publisher: Adguard Software Limited -PackageName: AdGuard -PackageUrl: https://adguard.com/en/beta.html -License: Proprietary -Copyright: (c) All rights reserved -ShortDescription: AdGuard -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.18.4782.0/AdGuard.AdGuard.Nightly.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.18.4782.0/AdGuard.AdGuard.Nightly.yaml deleted file mode 100644 index 03d19dc6268bb..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Nightly/7.18.4782.0/AdGuard.AdGuard.Nightly.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Nightly -PackageVersion: 7.18.4782.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.19.4819.0/AdGuard.AdGuard.Nightly.installer.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.19.4819.0/AdGuard.AdGuard.Nightly.installer.yaml new file mode 100644 index 0000000000000..db5cc68f5ab79 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Nightly/7.19.4819.0/AdGuard.AdGuard.Nightly.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Nightly +PackageVersion: 7.19.4819.0 +InstallerType: burn +Installers: +- Architecture: x64 + InstallerUrl: https://agrd.io/windows_nightly + InstallerSha256: 02EFBCCF167B370BC05749BEC03F44E783930C9D55D72BA0EC6A11BA521259B7 +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -quiet + SilentWithProgress: -quiet +UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.19.4819.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.19.4819.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..f7b1866051904 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Nightly/7.19.4819.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Nightly +PackageVersion: 7.19.4819.0 +PackageLocale: en-US +Publisher: Adguard Software Limited +PackageName: AdGuard +PackageUrl: https://adguard.com/en/beta.html +License: Proprietary +Copyright: (c) All rights reserved +ShortDescription: AdGuard +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.19.4819.0/AdGuard.AdGuard.Nightly.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.19.4819.0/AdGuard.AdGuard.Nightly.yaml new file mode 100644 index 0000000000000..4df05837ef0a7 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Nightly/7.19.4819.0/AdGuard.AdGuard.Nightly.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Nightly +PackageVersion: 7.19.4819.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/2.3.1464.0/AdGuard.AdGuardVPN.installer.yaml b/manifests/a/AdGuard/AdGuardVPN/2.3.1464.0/AdGuard.AdGuardVPN.installer.yaml deleted file mode 100644 index ba42e843dad57..0000000000000 --- a/manifests/a/AdGuard/AdGuardVPN/2.3.1464.0/AdGuard.AdGuardVPN.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/26 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: AdGuard.AdGuardVPN -PackageVersion: 2.3.1464.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: burn -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: -quiet - SilentWithProgress: -quiet -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://static.adguard-vpn.com/windows/installer.exe - InstallerSha256: AD2B2993980A870B44D93A88F7652DDDBC133B874CAA636DEE49469EEDBB569C -- Architecture: x86 - InstallerUrl: https://static.adguard-vpn.com/windows/installer.exe - InstallerSha256: AD2B2993980A870B44D93A88F7652DDDBC133B874CAA636DEE49469EEDBB569C -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/2.3.1464.0/AdGuard.AdGuardVPN.yaml b/manifests/a/AdGuard/AdGuardVPN/2.3.1464.0/AdGuard.AdGuardVPN.yaml deleted file mode 100644 index db22d6154e64d..0000000000000 --- a/manifests/a/AdGuard/AdGuardVPN/2.3.1464.0/AdGuard.AdGuardVPN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/26 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: AdGuard.AdGuardVPN -PackageVersion: 2.3.1464.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/2.4.1475.0/AdGuard.AdGuardVPN.installer.yaml b/manifests/a/AdGuard/AdGuardVPN/2.4.1475.0/AdGuard.AdGuardVPN.installer.yaml new file mode 100644 index 0000000000000..1ff57f3af78eb --- /dev/null +++ b/manifests/a/AdGuard/AdGuardVPN/2.4.1475.0/AdGuard.AdGuardVPN.installer.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2024/Sep/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: AdGuard.AdGuardVPN +PackageVersion: 2.4.1475.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: burn +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -quiet + SilentWithProgress: -quiet +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://static.adguard-vpn.com/windows/installer.exe + InstallerSha256: 332195F6D3AAA8CC00BFA445C1A11F07D5842EB0744E9D1ABF2CE042A75C2D1F + AppsAndFeaturesEntries: + - DisplayName: AdGuardVPN + ProductCode: '{16beafab-67a3-42eb-a6f7-fc37312795ba}' +- Architecture: x86 + InstallerUrl: https://static.adguard-vpn.com/windows/installer.exe + InstallerSha256: 332195F6D3AAA8CC00BFA445C1A11F07D5842EB0744E9D1ABF2CE042A75C2D1F +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/2.3.1464.0/AdGuard.AdGuardVPN.locale.en-US.yaml b/manifests/a/AdGuard/AdGuardVPN/2.4.1475.0/AdGuard.AdGuardVPN.locale.en-US.yaml similarity index 86% rename from manifests/a/AdGuard/AdGuardVPN/2.3.1464.0/AdGuard.AdGuardVPN.locale.en-US.yaml rename to manifests/a/AdGuard/AdGuardVPN/2.4.1475.0/AdGuard.AdGuardVPN.locale.en-US.yaml index a1278974cfab5..436f11f202c73 100644 --- a/manifests/a/AdGuard/AdGuardVPN/2.3.1464.0/AdGuard.AdGuardVPN.locale.en-US.yaml +++ b/manifests/a/AdGuard/AdGuardVPN/2.4.1475.0/AdGuard.AdGuardVPN.locale.en-US.yaml @@ -1,15 +1,15 @@ -# Automatically updated by the winget bot at 2024/Jun/26 +# Automatically updated by the winget bot at 2024/Sep/02 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: AdGuard.AdGuardVPN -PackageVersion: 2.3.1464.0 +PackageVersion: 2.4.1475.0 PackageLocale: en-US Publisher: Adguard Software Limited PublisherUrl: https://adguard.com PublisherSupportUrl: https://adguard.com/en/support.html PrivacyUrl: https://adguard.com/en/privacy.html Author: Adguard Software Limited -PackageName: AdGuardVPN +PackageName: AdGuard VPN PackageUrl: https://adguard-vpn.com/en/welcome.html License: Proprietary LicenseUrl: https://adguard-vpn.com/en/eula.html diff --git a/manifests/a/AdGuard/AdGuardVPN/2.4.1475.0/AdGuard.AdGuardVPN.yaml b/manifests/a/AdGuard/AdGuardVPN/2.4.1475.0/AdGuard.AdGuardVPN.yaml new file mode 100644 index 0000000000000..ba1f12b313854 --- /dev/null +++ b/manifests/a/AdGuard/AdGuardVPN/2.4.1475.0/AdGuard.AdGuardVPN.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: AdGuard.AdGuardVPN +PackageVersion: 2.4.1475.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1454.0/AdGuard.AdGuardVPN.Beta.installer.yaml b/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1454.0/AdGuard.AdGuardVPN.Beta.installer.yaml deleted file mode 100644 index 569e5b1363137..0000000000000 --- a/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1454.0/AdGuard.AdGuardVPN.Beta.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/24 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: AdGuard.AdGuardVPN.Beta -PackageVersion: 2.4.1454.0 -InstallerType: burn -Scope: machine -InstallerSwitches: - Custom: -quiet -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://static.adguard-vpn.com/windows/beta/installer.exe - InstallerSha256: 06F1330A59BFF65EF92534E23BA4F421F444F82221A5C65D4F69C1B80DFF7C66 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1454.0/AdGuard.AdGuardVPN.Beta.yaml b/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1454.0/AdGuard.AdGuardVPN.Beta.yaml deleted file mode 100644 index da151ee577e7b..0000000000000 --- a/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1454.0/AdGuard.AdGuardVPN.Beta.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/24 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: AdGuard.AdGuardVPN.Beta -PackageVersion: 2.4.1454.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1477.0/AdGuard.AdGuardVPN.Beta.installer.yaml b/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1477.0/AdGuard.AdGuardVPN.Beta.installer.yaml new file mode 100644 index 0000000000000..577293406aba1 --- /dev/null +++ b/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1477.0/AdGuard.AdGuardVPN.Beta.installer.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2024/Sep/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: AdGuard.AdGuardVPN.Beta +PackageVersion: 2.4.1477.0 +InstallerType: burn +Scope: machine +InstallerSwitches: + Custom: -quiet +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://static.adguard-vpn.com/windows/beta/installer.exe + InstallerSha256: E0300F18FEFD16A3B8442B8A2526331D076A0D66A4F2A75E147F050C47394173 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1454.0/AdGuard.AdGuardVPN.Beta.locale.en-US.yaml b/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1477.0/AdGuard.AdGuardVPN.Beta.locale.en-US.yaml similarity index 85% rename from manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1454.0/AdGuard.AdGuardVPN.Beta.locale.en-US.yaml rename to manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1477.0/AdGuard.AdGuardVPN.Beta.locale.en-US.yaml index ba40f92507223..9520ac07f9ad0 100644 --- a/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1454.0/AdGuard.AdGuardVPN.Beta.locale.en-US.yaml +++ b/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1477.0/AdGuard.AdGuardVPN.Beta.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jun/24 +# Automatically updated by the winget bot at 2024/Sep/02 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: AdGuard.AdGuardVPN.Beta -PackageVersion: 2.4.1454.0 +PackageVersion: 2.4.1477.0 PackageLocale: en-US Publisher: Adguard Software Limited PublisherSupportUrl: https://adguard-vpn.com/en/support.html diff --git a/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1477.0/AdGuard.AdGuardVPN.Beta.yaml b/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1477.0/AdGuard.AdGuardVPN.Beta.yaml new file mode 100644 index 0000000000000..2e41de62ab411 --- /dev/null +++ b/manifests/a/AdGuard/AdGuardVPN/Beta/2.4.1477.0/AdGuard.AdGuardVPN.Beta.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: AdGuard.AdGuardVPN.Beta +PackageVersion: 2.4.1477.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1471.0/AdGuard.AdGuardVPN.Nightly.installer.yaml b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1471.0/AdGuard.AdGuardVPN.Nightly.installer.yaml deleted file mode 100644 index b3800aa058c72..0000000000000 --- a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1471.0/AdGuard.AdGuardVPN.Nightly.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuardVPN.Nightly -PackageVersion: 2.4.1471.0 -InstallerType: burn -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: -quiet - SilentWithProgress: -quiet -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://agrd.io/windows_vpn_nightly - InstallerSha256: E8B1F6DFAC5131AFC41261293C48DDAAD8078F8D444CEE2ACAE7104FA6180AA2 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1471.0/AdGuard.AdGuardVPN.Nightly.yaml b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1471.0/AdGuard.AdGuardVPN.Nightly.yaml deleted file mode 100644 index e23bb9ac06ddc..0000000000000 --- a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1471.0/AdGuard.AdGuardVPN.Nightly.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuardVPN.Nightly -PackageVersion: 2.4.1471.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1564.0/AdGuard.AdGuardVPN.Nightly.installer.yaml b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1564.0/AdGuard.AdGuardVPN.Nightly.installer.yaml new file mode 100644 index 0000000000000..9ff0457f440f1 --- /dev/null +++ b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1564.0/AdGuard.AdGuardVPN.Nightly.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2024/Sep/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AdGuard.AdGuardVPN.Nightly +PackageVersion: 2.4.1564.0 +InstallerType: burn +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -quiet + SilentWithProgress: -quiet +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://agrd.io/windows_vpn_nightly + InstallerSha256: 13D54862F802140F5791B6CCB89FC4D2D5AEFFD3E6226F058907244FC748FA12 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1471.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1564.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml similarity index 78% rename from manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1471.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml rename to manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1564.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml index b09e1333f5ce7..341526001028d 100644 --- a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1471.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml +++ b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1564.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/12 +# Automatically updated by the winget bot at 2024/Sep/02 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: AdGuard.AdGuardVPN.Nightly -PackageVersion: 2.4.1471.0 +PackageVersion: 2.4.1564.0 PackageLocale: en-US Publisher: Adguard Software Limited PackageName: AdGuardVPN diff --git a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1564.0/AdGuard.AdGuardVPN.Nightly.yaml b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1564.0/AdGuard.AdGuardVPN.Nightly.yaml new file mode 100644 index 0000000000000..5738aa94a1571 --- /dev/null +++ b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.4.1564.0/AdGuard.AdGuardVPN.Nightly.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AdGuard.AdGuardVPN.Nightly +PackageVersion: 2.4.1564.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.72.1/AdGuard.dnsproxy.installer.yaml b/manifests/a/AdGuard/dnsproxy/0.72.1/AdGuard.dnsproxy.installer.yaml new file mode 100644 index 0000000000000..0d2a9d2414631 --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.72.1/AdGuard.dnsproxy.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.72.1 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2024-07-19 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: windows-386/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.1/dnsproxy-windows-386-v0.72.1.zip + InstallerSha256: 79D04252B9127217C049A5358372346FF7AB65B7CC0CD839DAE9A55DE389F847 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: windows-amd64/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.1/dnsproxy-windows-amd64-v0.72.1.zip + InstallerSha256: 50B91342B3B694AE46495607D6086C4D6A3D8C03394A39A48DBC731C20A5CA5F +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: windows-arm64/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.1/dnsproxy-windows-arm64-v0.72.1.zip + InstallerSha256: 700C05AF1DF7934314EA4C47E99F377B35F770450F8B61965985B12D8B04756C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.72.1/AdGuard.dnsproxy.locale.en-US.yaml b/manifests/a/AdGuard/dnsproxy/0.72.1/AdGuard.dnsproxy.locale.en-US.yaml new file mode 100644 index 0000000000000..7093e660d2fda --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.72.1/AdGuard.dnsproxy.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.72.1 +PackageLocale: en-US +Publisher: AdGuard +PublisherUrl: https://adguard.com/ +PublisherSupportUrl: https://github.com/AdguardTeam/dnsproxy/issues +PackageName: DNS Proxy +PackageUrl: https://github.com/AdguardTeam/dnsproxy +License: Apache-2.0 +LicenseUrl: https://github.com/AdguardTeam/dnsproxy/blob/HEAD/LICENSE +ShortDescription: Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support +Tags: +- dns +- dns-over-https +- dns-over-quic +- dns-over-tls +- dnscrypt +- golang +- open-source +- proxy +ReleaseNotes: |- + Fixed + - Race conditions on message ID in DNS-over-HTTPS and DNS-over-QUIC upstream implementations (#402). +ReleaseNotesUrl: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.72.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.72.1/AdGuard.dnsproxy.yaml b/manifests/a/AdGuard/dnsproxy/0.72.1/AdGuard.dnsproxy.yaml new file mode 100644 index 0000000000000..02dc2f7857aca --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.72.1/AdGuard.dnsproxy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.72.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.72.2/AdGuard.dnsproxy.installer.yaml b/manifests/a/AdGuard/dnsproxy/0.72.2/AdGuard.dnsproxy.installer.yaml new file mode 100644 index 0000000000000..11a952d3e96ac --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.72.2/AdGuard.dnsproxy.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.72.2 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: windows-386/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.2/dnsproxy-windows-386-v0.72.2.zip + InstallerSha256: 46CB4CB26A7390DA1FF0A264C628C4A9BF667428D8077B964DDEC1DEF099B2EC +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: windows-amd64/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.2/dnsproxy-windows-amd64-v0.72.2.zip + InstallerSha256: 5738F785BDDBBC21AD77F0D6CE028AD85829D5B7CF2ED7165BD851F3689FA96F +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: windows-arm64/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.2/dnsproxy-windows-arm64-v0.72.2.zip + InstallerSha256: 5D1E8805EC1368E96BA2DFE8F017C255674F51DF24E70AC81BB4688F9B6BB0B4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.72.2/AdGuard.dnsproxy.locale.en-US.yaml b/manifests/a/AdGuard/dnsproxy/0.72.2/AdGuard.dnsproxy.locale.en-US.yaml new file mode 100644 index 0000000000000..3de86b94306c4 --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.72.2/AdGuard.dnsproxy.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.72.2 +PackageLocale: en-US +Publisher: AdGuard +PublisherUrl: https://adguard.com/ +PublisherSupportUrl: https://github.com/AdguardTeam/dnsproxy/issues +PackageName: DNS Proxy +PackageUrl: https://github.com/AdguardTeam/dnsproxy +License: Apache-2.0 +LicenseUrl: https://github.com/AdguardTeam/dnsproxy/blob/HEAD/LICENSE +ShortDescription: Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support +Tags: +- dns +- dns-over-https +- dns-over-quic +- dns-over-tls +- dnscrypt +- golang +- open-source +- proxy +ReleaseNotes: |- + Fixed + - General memory performance improvements. +ReleaseNotesUrl: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.72.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.72.2/AdGuard.dnsproxy.yaml b/manifests/a/AdGuard/dnsproxy/0.72.2/AdGuard.dnsproxy.yaml new file mode 100644 index 0000000000000..c2fb4c4470ffd --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.72.2/AdGuard.dnsproxy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.72.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.72.3/AdGuard.dnsproxy.installer.yaml b/manifests/a/AdGuard/dnsproxy/0.72.3/AdGuard.dnsproxy.installer.yaml new file mode 100644 index 0000000000000..323c0cff5a3c0 --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.72.3/AdGuard.dnsproxy.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.72.3 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: windows-386/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.3/dnsproxy-windows-386-v0.72.3.zip + InstallerSha256: 48D9CBD493A9E5D5E2AC0AFB26B1F118644EAED104A4BAEA47B637F992C224B9 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: windows-amd64/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.3/dnsproxy-windows-amd64-v0.72.3.zip + InstallerSha256: 73142C30B5AE9F5E17D49C9843690581D7CDEBA01EAACE2D87DE0C9390AACC48 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: windows-arm64/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.3/dnsproxy-windows-arm64-v0.72.3.zip + InstallerSha256: EEC3191BD1C15125FDCF28227D10A32828FC46139707D3E45F7634FC52DCB1F9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.72.3/AdGuard.dnsproxy.locale.en-US.yaml b/manifests/a/AdGuard/dnsproxy/0.72.3/AdGuard.dnsproxy.locale.en-US.yaml new file mode 100644 index 0000000000000..36fc6db8522ac --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.72.3/AdGuard.dnsproxy.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.72.3 +PackageLocale: en-US +Publisher: AdGuard +PublisherUrl: https://adguard.com/ +PublisherSupportUrl: https://github.com/AdguardTeam/dnsproxy/issues +PackageName: DNS Proxy +PackageUrl: https://github.com/AdguardTeam/dnsproxy +License: Apache-2.0 +LicenseUrl: https://github.com/AdguardTeam/dnsproxy/blob/HEAD/LICENSE +ShortDescription: Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support +Tags: +- dns +- dns-over-https +- dns-over-quic +- dns-over-tls +- dnscrypt +- golang +- open-source +- proxy +ReleaseNotes: |- + Changed + - Updated golibs dependency. +ReleaseNotesUrl: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.72.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.72.3/AdGuard.dnsproxy.yaml b/manifests/a/AdGuard/dnsproxy/0.72.3/AdGuard.dnsproxy.yaml new file mode 100644 index 0000000000000..e08534a26b4b2 --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.72.3/AdGuard.dnsproxy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.72.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.73.1/AdGuard.dnsproxy.installer.yaml b/manifests/a/AdGuard/dnsproxy/0.73.1/AdGuard.dnsproxy.installer.yaml new file mode 100644 index 0000000000000..bd7d06ea1a387 --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.73.1/AdGuard.dnsproxy.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.73.1 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2024-08-21 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: windows-386/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.1/dnsproxy-windows-386-v0.73.1.zip + InstallerSha256: F60261E8ABCC5929CAF6DD3E67E6D92FCD6CC57F54BBDA49B9772BD0A3C1849A +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: windows-amd64/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.1/dnsproxy-windows-amd64-v0.73.1.zip + InstallerSha256: F3B908DA3631BB8A85D849032FF28B32F6BC37799B472F7072D3E44B7E13CDB4 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: windows-arm64/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.1/dnsproxy-windows-arm64-v0.73.1.zip + InstallerSha256: B5CEC7BADE1587017858C16E100EC1CA38FF5ABB0DB692D3F722B28BE58A6222 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.73.1/AdGuard.dnsproxy.locale.en-US.yaml b/manifests/a/AdGuard/dnsproxy/0.73.1/AdGuard.dnsproxy.locale.en-US.yaml new file mode 100644 index 0000000000000..64f894c0fa482 --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.73.1/AdGuard.dnsproxy.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.73.1 +PackageLocale: en-US +Publisher: AdGuard +PublisherUrl: https://adguard.com/ +PublisherSupportUrl: https://github.com/AdguardTeam/dnsproxy/issues +PackageName: DNS Proxy +PackageUrl: https://github.com/AdguardTeam/dnsproxy +License: Apache-2.0 +LicenseUrl: https://github.com/AdguardTeam/dnsproxy/blob/HEAD/LICENSE +ShortDescription: Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support +Tags: +- dns +- dns-over-https +- dns-over-quic +- dns-over-tls +- dnscrypt +- golang +- open-source +- proxy +ReleaseNotes: |- + Fixed + - The hosts-file-enabled field of the YAML configuration could not be parsed (#413). +ReleaseNotesUrl: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.73.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.73.1/AdGuard.dnsproxy.yaml b/manifests/a/AdGuard/dnsproxy/0.73.1/AdGuard.dnsproxy.yaml new file mode 100644 index 0000000000000..408f6a039e111 --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.73.1/AdGuard.dnsproxy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.73.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Pro/24.002.21005/Adobe.Acrobat.Pro.installer.yaml b/manifests/a/Adobe/Acrobat/Pro/24.002.21005/Adobe.Acrobat.Pro.installer.yaml new file mode 100644 index 0000000000000..7ddb1165a931b --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Pro/24.002.21005/Adobe.Acrobat.Pro.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Pro +PackageVersion: 24.002.21005 +InstallerType: zip +NestedInstallerType: exe +NestedInstallerFiles: +- RelativeFilePath: Adobe Acrobat/setup.exe +InstallModes: +- silent +InstallerSwitches: + Silent: /sAll /rs /msi EULA_ACCEPT=YES +UpgradeBehavior: install +ReleaseDate: 2024-08-13 +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat (64-bit) + Publisher: Adobe + ProductCode: '{AC76BA86-1033-FFFF-7760-BC15014EA700}' + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/win32/Acrobat_DC_Web_x64_WWMUI.zip + InstallerSha256: 08E57362B15003952FDEDE8D9785C40C5945EDA25FFB68EB669F78B5855451D2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Pro/24.002.21005/Adobe.Acrobat.Pro.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Pro/24.002.21005/Adobe.Acrobat.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..510d9e0215071 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Pro/24.002.21005/Adobe.Acrobat.Pro.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Pro +PackageVersion: 24.002.21005 +PackageLocale: en-US +Publisher: Adobe +PublisherUrl: https://www.adobe.com/ +Author: Adobe Systems Incorporated +PackageName: Acrobat Pro (64-bit) +PackageUrl: https://www.adobe.com/au/acrobat/acrobat-pro.html +License: Proprietary +Copyright: Copyright (c) Adobe +ShortDescription: Collaborate With Your Clients — Review Documents In Real Time With Your Team, Wherever and Whenever You Want. Edit, Sign, Share, Protect & Search PDF's On Any Device. +Description: Acrobat is a productivity and collaboration PDF solution that includes Acrobat desktop software, Acrobat online tools, the Acrobat Reader mobile app and the Adobe Scan app — all so you can work securely and efficiently from anywhere, on any device +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://www.adobe.com/products/eula/tools/captivate.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Pro/24.002.21005/Adobe.Acrobat.Pro.yaml b/manifests/a/Adobe/Acrobat/Pro/24.002.21005/Adobe.Acrobat.Pro.yaml new file mode 100644 index 0000000000000..b59d69a0c35da --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Pro/24.002.21005/Adobe.Acrobat.Pro.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Pro +PackageVersion: 24.002.21005 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Pro/24.003.20112/Adobe.Acrobat.Pro.installer.yaml b/manifests/a/Adobe/Acrobat/Pro/24.003.20112/Adobe.Acrobat.Pro.installer.yaml new file mode 100644 index 0000000000000..4805efa3786ac --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Pro/24.003.20112/Adobe.Acrobat.Pro.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Pro +PackageVersion: 24.003.20112 +InstallerType: zip +NestedInstallerType: exe +NestedInstallerFiles: +- RelativeFilePath: Adobe Acrobat/setup.exe +InstallModes: +- silent +InstallerSwitches: + Silent: /sAll /rs /msi EULA_ACCEPT=YES +UpgradeBehavior: install +ReleaseDate: 2024-09-09 +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat (64-bit) + Publisher: Adobe + ProductCode: '{AC76BA86-1033-FFFF-7760-BC15014EA700}' + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/win32/Acrobat_DC_Web_x64_WWMUI.zip + InstallerSha256: E5454EC51B5CA2E74E01D5C3549D902C7D65860FB3EEA8871A6C19926A161199 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Pro/24.003.20112/Adobe.Acrobat.Pro.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Pro/24.003.20112/Adobe.Acrobat.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..7523c229f1a7c --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Pro/24.003.20112/Adobe.Acrobat.Pro.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Pro +PackageVersion: 24.003.20112 +PackageLocale: en-US +Publisher: Adobe +PublisherUrl: https://www.adobe.com/ +Author: Adobe Systems Incorporated +PackageName: Acrobat Pro (64-bit) +PackageUrl: https://www.adobe.com/au/acrobat/acrobat-pro.html +License: Proprietary +Copyright: Copyright (c) Adobe +ShortDescription: Collaborate With Your Clients — Review Documents In Real Time With Your Team, Wherever and Whenever You Want. Edit, Sign, Share, Protect & Search PDF's On Any Device. +Description: Acrobat is a productivity and collaboration PDF solution that includes Acrobat desktop software, Acrobat online tools, the Acrobat Reader mobile app and the Adobe Scan app — all so you can work securely and efficiently from anywhere, on any device +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://www.adobe.com/products/eula/tools/captivate.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Pro/24.003.20112/Adobe.Acrobat.Pro.yaml b/manifests/a/Adobe/Acrobat/Pro/24.003.20112/Adobe.Acrobat.Pro.yaml new file mode 100644 index 0000000000000..47d914ba48034 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Pro/24.003.20112/Adobe.Acrobat.Pro.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Pro +PackageVersion: 24.003.20112 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.installer.yaml new file mode 100644 index 0000000000000..0f5943fb58ae0 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 24.002.20965 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /sAll /rs /rps /l /re + SilentWithProgress: /sAll /rs /rps /l /re +UpgradeBehavior: install +FileExtensions: +- pdf +- pdfa +- pdfx +- xfx +ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat Reader DC MUI + Publisher: Adobe Systems Incorporated + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' + InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400220965/AcroRdrDC2400220965_MUI.exe + InstallerSha256: AEC95F6AA3A93AE96E5824202589ABD7D6AEE2F4213E02B90D73808BDD9359C9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml new file mode 100644 index 0000000000000..a69c233068fa4 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 24.002.20965 +PackageLocale: en-US +Publisher: Adobe Systems Incorporated +PublisherUrl: https://www.adobe.com +PrivacyUrl: https://www.adobe.com/privacy.html +Author: Adobe Systems Incorporated +PackageName: Adobe Acrobat Reader DC +PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html +License: Proprietary, Freeware +LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +Copyright: Copyright (c) Adobe +CopyrightUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. +Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. +Moniker: acrobatreader-x86 +Tags: +- acrobat +- adobe +- dc +- reader +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.yaml new file mode 100644 index 0000000000000..c314b66bfa6d6 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 24.002.20965 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.installer.yaml new file mode 100644 index 0000000000000..064c80bd976c0 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 24.002.21005 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /sAll /rs /rps /l /re + SilentWithProgress: /sAll /rs /rps /l /re +UpgradeBehavior: install +FileExtensions: +- pdf +- pdfa +- pdfx +- xfx +ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat Reader DC MUI + Publisher: Adobe Systems Incorporated + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' + InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400221005/AcroRdrDC2400221005_MUI.exe + InstallerSha256: 4D382B57A17E2D784B00703BDF51ABF40FF437AD762701F50AB5309A28DC1877 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml new file mode 100644 index 0000000000000..40a15a97bbd2b --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 24.002.21005 +PackageLocale: en-US +Publisher: Adobe Systems Incorporated +PublisherUrl: https://www.adobe.com +PrivacyUrl: https://www.adobe.com/privacy.html +Author: Adobe Systems Incorporated +PackageName: Adobe Acrobat Reader DC +PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html +License: Proprietary, Freeware +LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +Copyright: Copyright (c) Adobe +CopyrightUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. +Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. +Moniker: acrobatreader-x86 +Tags: +- acrobat +- adobe +- dc +- reader +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.yaml new file mode 100644 index 0000000000000..80520e77db217 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 24.002.21005 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.installer.yaml new file mode 100644 index 0000000000000..cf0afc31f9aa9 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 24.003.20112 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /sAll /rs /rps /l /re + SilentWithProgress: /sAll /rs /rps /l /re +UpgradeBehavior: install +FileExtensions: +- pdf +- pdfa +- pdfx +- xfx +ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat Reader DC MUI + Publisher: Adobe Systems Incorporated + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' + InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400320112/AcroRdrDC2400320112_MUI.exe + InstallerSha256: 0423611FE3A31CCDDFB843F6B34936965C194E37E8693A4E178C88A22D41AA3D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml new file mode 100644 index 0000000000000..3591c27138af0 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 24.003.20112 +PackageLocale: en-US +Publisher: Adobe Systems Incorporated +PublisherUrl: https://www.adobe.com +PrivacyUrl: https://www.adobe.com/privacy.html +Author: Adobe Systems Incorporated +PackageName: Adobe Acrobat Reader DC +PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html +License: Proprietary, Freeware +LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +Copyright: Copyright (c) Adobe +CopyrightUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. +Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. +Moniker: acrobatreader-x86 +Tags: +- acrobat +- adobe +- dc +- reader +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.yaml new file mode 100644 index 0000000000000..68cd40a6d5e66 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 24.003.20112 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.installer.yaml new file mode 100644 index 0000000000000..9b977e28f5783 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.002.20965 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /sAll /rs /rps /l /re + SilentWithProgress: /sAll /rs /rps /l /re +UpgradeBehavior: install +FileExtensions: +- pdf +- pdfa +- pdfx +- xfx +ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat DC (64-bit) + Publisher: Adobe + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400220965/AcroRdrDCx642400220965_MUI.exe + InstallerSha256: AA0375B25A520BCDA1535BCBB8764861F18B912B2B203A2610FE08770EAB0322 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml new file mode 100644 index 0000000000000..78921d6299a58 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.002.20965 +PackageLocale: en-US +Publisher: Adobe +PublisherUrl: https://www.adobe.com +PrivacyUrl: https://www.adobe.com/privacy.html +Author: Adobe Systems Incorporated +PackageName: Adobe Acrobat Reader DC (64-bit) +PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html +License: Proprietary, Freeware +LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +Copyright: Copyright (c) Adobe +CopyrightUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. +Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. +Moniker: acrobatreader +Tags: +- acrobat +- adobe +- dc +- reader +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.yaml new file mode 100644 index 0000000000000..c80830475ade7 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.002.20965 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.installer.yaml new file mode 100644 index 0000000000000..f859f901c4ade --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.002.20991 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /sAll /rs /rps /l /re + SilentWithProgress: /sAll /rs /rps /l /re +UpgradeBehavior: install +FileExtensions: +- pdf +- pdfa +- pdfx +- xfx +ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat DC (64-bit) + Publisher: Adobe + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400220991/AcroRdrDCx642400220991_MUI.exe + InstallerSha256: DE59F4B13BA00EDB88AC51ED4D348186D379DE58CD80B5450EF575F94449208D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml new file mode 100644 index 0000000000000..16ba10661fcd3 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.002.20991 +PackageLocale: en-US +Publisher: Adobe +PublisherUrl: https://www.adobe.com +PrivacyUrl: https://www.adobe.com/privacy.html +Author: Adobe Systems Incorporated +PackageName: Adobe Acrobat Reader DC (64-bit) +PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html +License: Proprietary, Freeware +LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +Copyright: Copyright (c) Adobe +CopyrightUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. +Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. +Moniker: acrobatreader +Tags: +- acrobat +- adobe +- dc +- reader +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.yaml new file mode 100644 index 0000000000000..1d0e47e359c83 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.002.20991 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.installer.yaml new file mode 100644 index 0000000000000..d6a4f121c3deb --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.002.21005 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /sAll /rs /rps /l /re + SilentWithProgress: /sAll /rs /rps /l /re +UpgradeBehavior: install +FileExtensions: +- pdf +- pdfa +- pdfx +- xfx +ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat DC (64-bit) + Publisher: Adobe + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400221005/AcroRdrDCx642400221005_MUI.exe + InstallerSha256: 6907BDFD43C049D3D63D415F047621EE8EDED9CC0284CDE0A994A4DF17116AC2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml new file mode 100644 index 0000000000000..bab8ccce5490b --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.002.21005 +PackageLocale: en-US +Publisher: Adobe +PublisherUrl: https://www.adobe.com +PrivacyUrl: https://www.adobe.com/privacy.html +Author: Adobe Systems Incorporated +PackageName: Adobe Acrobat Reader DC (64-bit) +PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html +License: Proprietary, Freeware +LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +Copyright: Copyright (c) Adobe +CopyrightUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. +Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. +Moniker: acrobatreader +Tags: +- acrobat +- adobe +- dc +- reader +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.yaml new file mode 100644 index 0000000000000..369517cb71983 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.002.21005 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.installer.yaml new file mode 100644 index 0000000000000..33dccb57e548b --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.003.20054 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /sAll /rs /rps /l /re + SilentWithProgress: /sAll /rs /rps /l /re +UpgradeBehavior: install +FileExtensions: +- pdf +- pdfa +- pdfx +- xfx +ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat DC (64-bit) + Publisher: Adobe + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400320054/AcroRdrDCx642400320054_MUI.exe + InstallerSha256: B84DE45E63FCE4B8AAFA60FD1488ECAB850444D18B3CCC3DB8C6E37732757214 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml new file mode 100644 index 0000000000000..f18a3113bd55d --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.003.20054 +PackageLocale: en-US +Publisher: Adobe +PublisherUrl: https://www.adobe.com +PrivacyUrl: https://www.adobe.com/privacy.html +Author: Adobe Systems Incorporated +PackageName: Adobe Acrobat Reader DC (64-bit) +PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html +License: Proprietary, Freeware +LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +Copyright: Copyright (c) Adobe +CopyrightUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. +Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. +Moniker: acrobatreader +Tags: +- acrobat +- adobe +- dc +- reader +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.yaml new file mode 100644 index 0000000000000..26804e3b6bc94 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.003.20054 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.installer.yaml new file mode 100644 index 0000000000000..488d8c286c820 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.003.20112 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /sAll /rs /rps /l /re + SilentWithProgress: /sAll /rs /rps /l /re +UpgradeBehavior: install +FileExtensions: +- pdf +- pdfa +- pdfx +- xfx +ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat DC (64-bit) + Publisher: Adobe + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400320112/AcroRdrDCx642400320112_MUI.exe + InstallerSha256: 7B16031FBE4BC748993EB12493EBF9947CC0CA58956DC4D650BA020E58C4B532 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml new file mode 100644 index 0000000000000..385298d98e2d8 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.003.20112 +PackageLocale: en-US +Publisher: Adobe +PublisherUrl: https://www.adobe.com +PrivacyUrl: https://www.adobe.com/privacy.html +Author: Adobe Systems Incorporated +PackageName: Adobe Acrobat Reader DC (64-bit) +PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html +License: Proprietary, Freeware +LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +Copyright: Copyright (c) Adobe +CopyrightUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. +Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. +Moniker: acrobatreader +Tags: +- acrobat +- adobe +- dc +- reader +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.yaml new file mode 100644 index 0000000000000..b85113d0e8b8d --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.003.20112 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Connect/2024.8.120/Adobe.Connect.installer.yaml b/manifests/a/Adobe/Connect/2024.8.120/Adobe.Connect.installer.yaml new file mode 100644 index 0000000000000..bf623a7d9cfca --- /dev/null +++ b/manifests/a/Adobe/Connect/2024.8.120/Adobe.Connect.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Adobe.Connect +PackageVersion: 2024.8.120 +UpgradeBehavior: install +Protocols: +- connectpro +ReleaseDate: 2024-08-28 +Installers: +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://download.adobe.com/pub/connect/updaters/meeting/11_0/ConnectAppSetup11_2024_8_120_32.exe + InstallerSha256: 528B41233ADCAFDA1967E3E6B3B352D48224E8B708F159ABDEA2029910D5A4C0 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent + ProductCode: Adobe Connect App + AppsAndFeaturesEntries: + - DisplayVersion: 2024.8.120.32 +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://download.adobe.com/pub/connect/updaters/meeting/11_0/ConnectAppSetup11_2024_8_120.exe + InstallerSha256: 91259D89B58EFD761218E450B420A3BD9FEA7B83EB0753573F27393CB5E59238 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent + ProductCode: Adobe Connect App + AppsAndFeaturesEntries: + - DisplayVersion: 2024.8.120.64 +- Architecture: x86 + InstallerType: msi + Scope: machine + InstallerUrl: https://download.adobe.com/pub/connect/updaters/meeting/11_0/ConnectApp11_2024_8_120_32.msi + InstallerSha256: 9135C613AD43C76772E447DC404C943154EAA6D44138BB38F790B5EA0FDA9E65 + ProductCode: '{43433DBB-6D8A-4504-8A88-C21ADECC331D}' + AppsAndFeaturesEntries: + - DisplayName: Adobe Connect application MSI + Publisher: 'Adobe ' + DisplayVersion: 2024.8.120 + ProductCode: '{43433DBB-6D8A-4504-8A88-C21ADECC331D}' + UpgradeCode: '{318365D4-2641-4F4D-A821-6A4B34FA67EA}' +- Architecture: x64 + InstallerType: msi + Scope: machine + InstallerUrl: https://download.adobe.com/pub/connect/updaters/meeting/11_0/ConnectApp11_2024_8_120.msi + InstallerSha256: 356D8CCAD1F99F8AA4DBCB8FBA8102B62806C1797B26611078157B42FECD63D4 + ProductCode: '{43433DBB-6D8A-4504-8A88-C21ADECC331D}' + AppsAndFeaturesEntries: + - DisplayName: Adobe Connect application MSI + Publisher: 'Adobe ' + DisplayVersion: 2024.8.120 + ProductCode: '{43433DBB-6D8A-4504-8A88-C21ADECC331D}' + UpgradeCode: '{318365D4-2641-4F4D-A821-6A4B34FA67EA}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Connect/2024.8.120/Adobe.Connect.locale.en-US.yaml b/manifests/a/Adobe/Connect/2024.8.120/Adobe.Connect.locale.en-US.yaml new file mode 100644 index 0000000000000..a37f77d8524b1 --- /dev/null +++ b/manifests/a/Adobe/Connect/2024.8.120/Adobe.Connect.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Adobe.Connect +PackageVersion: 2024.8.120 +PackageLocale: en-US +Publisher: Adobe Systems Inc. +PublisherUrl: https://www.adobe.com/ +# PublisherSupportUrl: https://helpx.adobe.com/support/connect.html +PrivacyUrl: https://www.adobe.com/privacy/policy.html +Author: Adobe Inc. +PackageName: Adobe Connect +PackageUrl: https://www.adobe.com/products/adobeconnect.html +License: Proprietary +LicenseUrl: https://www.adobe.com/legal/terms.html +Copyright: Copyright © 2001-2024 Adobe. All rights reserved. +# CopyrightUrl: https://helpx.adobe.com/adobe-connect/adobe-connect-copyright-trademarks-third-party.html +ShortDescription: Create customizable, reusable, and secure virtual experiences, as engaging as real-life interactions with Adobe Connect 12 +Description: |- + Adobe Connect gives you complete control over your virtual sessions, with the ability to create stunning, custom experiences. + Adobe Connect helps deliver engaging training and learning sessions, highly customized, branded, and engagement-led webinars, as well as reliable, personalized, high-quality meetings. + Government agencies use Adobe Connect as persistent virtual environments for emergency preparedness and rapid response, providing secure real-time information exchange for inter-agency collaboration. +# Moniker: +Tags: +- chat +- collaborate +- collaboration +- conference +- conferencing +- meeting +- video-conferencing +- voice-conferencing +- webinar +# ReleaseNotes: +# ReleaseNotesUrl: https://helpx.adobe.com/adobe-connect/release-note/adobe-connect-2024-8-application-release-notes.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Connect/2024.8.120/Adobe.Connect.locale.zh-CN.yaml b/manifests/a/Adobe/Connect/2024.8.120/Adobe.Connect.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1ed5435b0c0fa --- /dev/null +++ b/manifests/a/Adobe/Connect/2024.8.120/Adobe.Connect.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Adobe.Connect +PackageVersion: 2024.8.120 +PackageLocale: zh-CN +Publisher: Adobe Systems Inc. +PublisherUrl: https://www.adobe.com/ +# PublisherSupportUrl: https://helpx.adobe.com/support/connect.html +PrivacyUrl: https://www.adobe.com/privacy/policy.html +Author: Adobe Inc. +PackageName: Adobe Connect +PackageUrl: https://www.adobe.com/products/adobeconnect.html +License: 专有软件 +LicenseUrl: https://www.adobe.com/legal/terms.html +Copyright: Copyright © 2001-2024 Adobe. All rights reserved. +# CopyrightUrl: https://helpx.adobe.com/adobe-connect/adobe-connect-copyright-trademarks-third-party.html +ShortDescription: 通过 Adobe Connect 12 打造可定制、可重用、安全的虚拟体验,与现实生活中的互动一样引人入胜 +Description: |- + Adobe Connect 让您完全控制虚拟会议,并打造令人惊叹的定制体验。 + Adobe Connect 可提供引人入胜的培训和学习课程,高度定制化和品牌化的互动网络研讨会,以及可靠、个性化和高质量的会议。 + 政府机构将 Adobe Connect 用作应急准备和快速响应的持久性虚拟环境,为机构间协作提供安全的实时信息交换。 +# Moniker: +Tags: +- 会议 +- 协作 +- 协同 +- 开会 +- 研讨会 +- 视频会议 +- 聊天 +- 语音会议 +# ReleaseNotes: +# ReleaseNotesUrl: https://helpx.adobe.com/adobe-connect/release-note/adobe-connect-2024-8-application-release-notes.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/Connect/2024.8.120/Adobe.Connect.yaml b/manifests/a/Adobe/Connect/2024.8.120/Adobe.Connect.yaml new file mode 100644 index 0000000000000..a48154c3d3c65 --- /dev/null +++ b/manifests/a/Adobe/Connect/2024.8.120/Adobe.Connect.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Adobe.Connect +PackageVersion: 2024.8.120 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.installer.yaml b/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.installer.yaml index 6f2317942959c..18174d9c1ae70 100644 --- a/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.installer.yaml +++ b/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: Adobe.CreativeCloud @@ -21,7 +21,7 @@ FileExtensions: Installers: - Architecture: x64 InstallerUrl: https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v1/wam/download?sapCode=KCCC&wamFeature=nuj-live - InstallerSha256: B16FBDEE46244A85C19082CEEEF39780611364DF653850CAA9617C08898EC280 + InstallerSha256: 91918ECEFE700409F9FF69B74F03F01ABC4E3DBA4DDF92BB68587B1A6993D102 ProductCode: Adobe Creative Cloud ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.locale.en-US.yaml b/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.locale.en-US.yaml index 8929cad2b66c2..d692b85f7d5a2 100644 --- a/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.locale.en-US.yaml +++ b/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Adobe.CreativeCloud diff --git a/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.locale.zh-CN.yaml b/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.locale.zh-CN.yaml index 97e5d57cfad8c..687fb40f4749a 100644 --- a/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.locale.zh-CN.yaml +++ b/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Adobe.CreativeCloud diff --git a/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.yaml b/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.yaml index a0729b8c29758..ab14502c890db 100644 --- a/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.yaml +++ b/manifests/a/Adobe/CreativeCloud/6.3.0.207/Adobe.CreativeCloud.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Adobe.CreativeCloud diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.installer.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.installer.yaml index dfd9b18c73ae1..7bf3e3d953d32 100644 --- a/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.installer.yaml +++ b/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.installer.yaml @@ -1,18 +1,50 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: AdoptOpenJDK.OpenJDK.16 PackageVersion: 16.0.1.9 -MinimumOSVersion: 10.0.0.0 InstallerType: wix Scope: machine InstallerSwitches: - Custom: INSTALLLEVEL=3 + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java ReleaseDate: 2021-04-22 Installers: +- Architecture: x86 + InstallerUrl: https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1+9/OpenJDK16U-jdk_x86-32_windows_hotspot_16.0.1_9.msi + InstallerSha256: 16357F83E5D6CB246F655E8CB2AABAF672DCCFA10A8466FE2AB699ABC9F9D60E + ProductCode: '{A96C6479-B383-417C-9B10-E5AF620E80B1}' + AppsAndFeaturesEntries: + - ProductCode: '{A96C6479-B383-417C-9B10-E5AF620E80B1}' + UpgradeCode: '{0797B0CA-F960-ED03-861C-32925B59CD7C}' - Architecture: x64 - InstallerUrl: https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1%2B9_openj9-0.26.0/OpenJDK16U-jdk_x64_windows_openj9_16.0.1_9_openj9-0.26.0.msi - InstallerSha256: 3AAC3769355C1A427947705EF56FF8FCB5D412FDC3AFC82C0778A92E643D6303 - ProductCode: '{7F9768E8-FAC8-4646-8890-E764C8280A1E}' + InstallerUrl: https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1+9/OpenJDK16U-jdk_x64_windows_hotspot_16.0.1_9.msi + InstallerSha256: DC898EC3574E08A90F67FA75808954462749C874AB22C860DED6DE051BCC7499 + ProductCode: '{2A8E503E-8CAC-4A66-97C3-5186A003681A}' + AppsAndFeaturesEntries: + - ProductCode: '{2A8E503E-8CAC-4A66-97C3-5186A003681A}' + UpgradeCode: '{588F312B-DC7A-76BB-21EB-17E095F33BAA}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.locale.en-US.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.locale.en-US.yaml index 13f2c514955dd..2feb0e3e6f0a6 100644 --- a/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.locale.en-US.yaml +++ b/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.locale.en-US.yaml @@ -1,30 +1,33 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: AdoptOpenJDK.OpenJDK.16 PackageVersion: 16.0.1.9 PackageLocale: en-US Publisher: AdoptOpenJDK -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +PublisherUrl: https://adoptopenjdk.net/ +PublisherSupportUrl: https://adoptopenjdk.net/support.html +# PrivacyUrl: +# Author: PackageName: AdoptOpenJDK JDK with Hotspot 16 -PackageUrl: https://adoptopenjdk.net -License: GPL 2 with Classpath Exception +PackageUrl: https://adoptopenjdk.net/ +License: GPL-2.0 with Classpath Exception LicenseUrl: https://adoptopenjdk.net/about.html -# Copyright: -# CopyrightUrl: -ShortDescription: AdoptOpenJDK with Oracle HotSpot JVM -# Description: -Moniker: adoptopenjdk16 +# Copyright: +# CopyrightUrl: +ShortDescription: AdoptOpenJDK with Hotspot JVM +# Description: +# Moniker: Tags: - java - jdk +- jre - jvm - openjdk -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/tag/jdk-16.0.1%2B9_openj9-0.26.0 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/tag/jdk-16.0.1%2B9 +# PurchaseUrl: +InstallationNotes: AdoptOpenJDK has been replaced by Eclipse Temurin and is no longer updated. +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.locale.zh-CN.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.locale.zh-CN.yaml new file mode 100644 index 0000000000000..58249bd662645 --- /dev/null +++ b/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AdoptOpenJDK.OpenJDK.16 +PackageVersion: 16.0.1.9 +PackageLocale: zh-CN +Publisher: AdoptOpenJDK +PublisherUrl: https://adoptopenjdk.net/ +PublisherSupportUrl: https://adoptopenjdk.net/support.html +# PrivacyUrl: +# Author: +PackageName: AdoptOpenJDK JDK with Hotspot 16 +PackageUrl: https://adoptopenjdk.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://adoptopenjdk.net/about.html +# Copyright: +# CopyrightUrl: +ShortDescription: 使用 Eclipse OpenJ9 JVM 的 AdoptOpenJDK +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/tag/jdk-16.0.1%2B9 +# PurchaseUrl: +InstallationNotes: AdoptOpenJDK 已被 Eclipse Temurin 取代,并不再更新。 +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.yaml index 73182cb70f049..49d30314cb49c 100644 --- a/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.yaml +++ b/manifests/a/AdoptOpenJDK/OpenJDK/16/16.0.1.9/AdoptOpenJDK.OpenJDK.16.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: AdoptOpenJDK.OpenJDK.16 PackageVersion: 16.0.1.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/16/OpenJ9/16.0.1.9/AdoptOpenJDK.OpenJDK.16.OpenJ9.installer.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/16/OpenJ9/16.0.1.9/AdoptOpenJDK.OpenJDK.16.OpenJ9.installer.yaml new file mode 100644 index 0000000000000..5802f74307b04 --- /dev/null +++ b/manifests/a/AdoptOpenJDK/OpenJDK/16/OpenJ9/16.0.1.9/AdoptOpenJDK.OpenJDK.16.OpenJ9.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AdoptOpenJDK.OpenJDK.16.OpenJ9 +PackageVersion: 16.0.1.9 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +ReleaseDate: 2021-04-22 +AppsAndFeaturesEntries: +- ProductCode: '{7F9768E8-FAC8-4646-8890-E764C8280A1E}' + UpgradeCode: '{794B987A-25E1-B9DC-BC97-B0277550B685}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1+9_openj9-0.26.0/OpenJDK16U-jdk_x64_windows_openj9_16.0.1_9_openj9-0.26.0.msi + InstallerSha256: 3AAC3769355C1A427947705EF56FF8FCB5D412FDC3AFC82C0778A92E643D6303 + ProductCode: '{7F9768E8-FAC8-4646-8890-E764C8280A1E}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/16/OpenJ9/16.0.1.9/AdoptOpenJDK.OpenJDK.16.OpenJ9.locale.en-US.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/16/OpenJ9/16.0.1.9/AdoptOpenJDK.OpenJDK.16.OpenJ9.locale.en-US.yaml new file mode 100644 index 0000000000000..c5c4180ea69f5 --- /dev/null +++ b/manifests/a/AdoptOpenJDK/OpenJDK/16/OpenJ9/16.0.1.9/AdoptOpenJDK.OpenJDK.16.OpenJ9.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AdoptOpenJDK.OpenJDK.16.OpenJ9 +PackageVersion: 16.0.1.9 +PackageLocale: en-US +Publisher: AdoptOpenJDK +PublisherUrl: https://adoptopenjdk.net/ +PublisherSupportUrl: https://adoptopenjdk.net/support.html +# PrivacyUrl: +# Author: +PackageName: AdoptOpenJDK JDK with Eclipse OpenJ9 16 +PackageUrl: https://adoptopenjdk.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://adoptopenjdk.net/about.html +# Copyright: +# CopyrightUrl: +ShortDescription: AdoptOpenJDK with Eclipse OpenJ9 JVM +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/tag/jdk-16.0.1%2B9_openj9-0.26.0 +# PurchaseUrl: +InstallationNotes: AdoptOpenJDK has been replaced by Eclipse Temurin and is no longer updated. +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/16/OpenJ9/16.0.1.9/AdoptOpenJDK.OpenJDK.16.OpenJ9.locale.zh-CN.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/16/OpenJ9/16.0.1.9/AdoptOpenJDK.OpenJDK.16.OpenJ9.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1d78e57ecbacc --- /dev/null +++ b/manifests/a/AdoptOpenJDK/OpenJDK/16/OpenJ9/16.0.1.9/AdoptOpenJDK.OpenJDK.16.OpenJ9.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AdoptOpenJDK.OpenJDK.16.OpenJ9 +PackageVersion: 16.0.1.9 +PackageLocale: zh-CN +Publisher: AdoptOpenJDK +PublisherUrl: https://adoptopenjdk.net/ +PublisherSupportUrl: https://adoptopenjdk.net/support.html +# PrivacyUrl: +# Author: +PackageName: AdoptOpenJDK JDK with Eclipse OpenJ9 16 +PackageUrl: https://adoptopenjdk.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://adoptopenjdk.net/about.html +# Copyright: +# CopyrightUrl: +ShortDescription: 使用 Eclipse OpenJ9 JVM 的 AdoptOpenJDK +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/tag/jdk-16.0.1%2B9_openj9-0.26.0 +# PurchaseUrl: +InstallationNotes: AdoptOpenJDK 已被 Eclipse Temurin 取代,并不再更新。 +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/16/OpenJ9/16.0.1.9/AdoptOpenJDK.OpenJDK.16.OpenJ9.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/16/OpenJ9/16.0.1.9/AdoptOpenJDK.OpenJDK.16.OpenJ9.yaml new file mode 100644 index 0000000000000..17c60476047d8 --- /dev/null +++ b/manifests/a/AdoptOpenJDK/OpenJDK/16/OpenJ9/16.0.1.9/AdoptOpenJDK.OpenJDK.16.OpenJ9.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AdoptOpenJDK.OpenJDK.16.OpenJ9 +PackageVersion: 16.0.1.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.18/AdoptOpenJDK.OpenJDK.17.installer.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.18/AdoptOpenJDK.OpenJDK.17.installer.yaml deleted file mode 100644 index b6a0d77823277..0000000000000 --- a/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.18/AdoptOpenJDK.OpenJDK.17.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: AdoptOpenJDK.OpenJDK.17 -PackageVersion: 17.0.0.18 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/AdoptOpenJDK/openjdk17-binaries/releases/download/jdk-2021-05-07-13-31/OpenJDK-jdk_x64_windows_openj9_2021-05-06-23-30.msi - InstallerSha256: 5D50F769B5969D629E95D1CD91A09114DB28A56F0487B94F81BF1D87A678E3BC - ProductCode: '{45E7C464-0A84-40F3-BDFB-425E1484B9B3}' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.18/AdoptOpenJDK.OpenJDK.17.locale.en-US.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.18/AdoptOpenJDK.OpenJDK.17.locale.en-US.yaml deleted file mode 100644 index 065224a071d64..0000000000000 --- a/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.18/AdoptOpenJDK.OpenJDK.17.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: AdoptOpenJDK.OpenJDK.17 -PackageVersion: 17.0.0.18 -PackageLocale: en-US -Publisher: AdoptOpenJDK -PublisherUrl: https://github.com/AdoptOpenJDK/openjdk17-binaries -# PublisherSupportUrl: -# PrivacyUrl: -Author: AdoptOpenJDK -PackageName: AdoptOpenJDK JDK with Eclipse OpenJ9 17 -PackageUrl: https://adoptopenjdk.net -License: GPL 2 with Classpath Exception -LicenseUrl: https://adoptopenjdk.net/about.html -# Copyright: -# CopyrightUrl: -ShortDescription: AdoptOpenJDK with Eclipse OpenJ9 JVM -# Description: -Moniker: adoptopenjdk17 -# Tags: -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/AdoptOpenJDK/openjdk17-binaries/releases/tag/jdk-2021-05-07-13-31 -# PurchaseUrl: -InstallationNotes: AdoptOpenJDK has been replaced by Eclipse Temurin (EclipseAdoptium.Temurin.17.JDK). -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.18/AdoptOpenJDK.OpenJDK.17.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.18/AdoptOpenJDK.OpenJDK.17.yaml deleted file mode 100644 index 323c0f0df0c6a..0000000000000 --- a/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.18/AdoptOpenJDK.OpenJDK.17.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: AdoptOpenJDK.OpenJDK.17 -PackageVersion: 17.0.0.18 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.20/AdoptOpenJDK.OpenJDK.17.installer.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.20/AdoptOpenJDK.OpenJDK.17.installer.yaml new file mode 100644 index 0000000000000..5a4b5b37a35ee --- /dev/null +++ b/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.20/AdoptOpenJDK.OpenJDK.17.installer.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AdoptOpenJDK.OpenJDK.17 +PackageVersion: 17.0.0.20 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +ReleaseDate: 2021-05-07 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/AdoptOpenJDK/openjdk17-binaries/releases/download/jdk-2021-05-07-13-31/OpenJDK-jdk_x86-32_windows_hotspot_2021-05-06-23-30.msi + InstallerSha256: 81DAEA8D68BDDAA094D6A887A675A105604FA778D5A8AC1177526A1501DA3E8E + ProductCode: '{63A490E4-F83C-4FED-B4FD-B9A243C57E97}' + AppsAndFeaturesEntries: + - ProductCode: '{63A490E4-F83C-4FED-B4FD-B9A243C57E97}' + UpgradeCode: '{4E1CBF0B-065B-AEF8-D9EF-31CE714AFB90}' +- Architecture: x64 + InstallerUrl: https://github.com/AdoptOpenJDK/openjdk17-binaries/releases/download/jdk-2021-05-07-13-31/OpenJDK-jdk_x64_windows_hotspot_2021-05-06-23-30.msi + InstallerSha256: 184A76D0227F56D3A9DA0995FED4BA944DB4D9A3884624C62F4722C82ACD5625 + ProductCode: '{AEFC5B1D-01A6-45BB-8029-0CB9DCA9C198}' + AppsAndFeaturesEntries: + - ProductCode: '{AEFC5B1D-01A6-45BB-8029-0CB9DCA9C198}' + UpgradeCode: '{3385E798-4714-23E5-45F0-9C71471240FA}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.20/AdoptOpenJDK.OpenJDK.17.locale.en-US.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.20/AdoptOpenJDK.OpenJDK.17.locale.en-US.yaml new file mode 100644 index 0000000000000..6ed4e9632a8c2 --- /dev/null +++ b/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.20/AdoptOpenJDK.OpenJDK.17.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AdoptOpenJDK.OpenJDK.17 +PackageVersion: 17.0.0.20 +PackageLocale: en-US +Publisher: AdoptOpenJDK +PublisherUrl: https://adoptopenjdk.net/ +PublisherSupportUrl: https://adoptopenjdk.net/support.html +# PrivacyUrl: +# Author: +PackageName: AdoptOpenJDK JDK with Hotspot 17 +PackageUrl: https://adoptopenjdk.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://adoptopenjdk.net/about.html +# Copyright: +# CopyrightUrl: +ShortDescription: AdoptOpenJDK with Hotspot JVM +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/AdoptOpenJDK/openjdk17-binaries/releases/tag/jdk-2021-05-07-13-31 +# PurchaseUrl: +InstallationNotes: AdoptOpenJDK has been replaced by Eclipse Temurin and is no longer updated. +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.20/AdoptOpenJDK.OpenJDK.17.locale.zh-CN.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.20/AdoptOpenJDK.OpenJDK.17.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5f58bddd5f726 --- /dev/null +++ b/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.20/AdoptOpenJDK.OpenJDK.17.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AdoptOpenJDK.OpenJDK.17 +PackageVersion: 17.0.0.20 +PackageLocale: zh-CN +Publisher: AdoptOpenJDK +PublisherUrl: https://adoptopenjdk.net/ +PublisherSupportUrl: https://adoptopenjdk.net/support.html +# PrivacyUrl: +# Author: +PackageName: AdoptOpenJDK JDK with Hotspot 17 +PackageUrl: https://adoptopenjdk.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://adoptopenjdk.net/about.html +# Copyright: +# CopyrightUrl: +ShortDescription: 使用 Eclipse OpenJ9 JVM 的 AdoptOpenJDK +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/AdoptOpenJDK/openjdk17-binaries/releases/tag/jdk-2021-05-07-13-31 +# PurchaseUrl: +InstallationNotes: AdoptOpenJDK 已被 Eclipse Temurin 取代,并不再更新。 +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.20/AdoptOpenJDK.OpenJDK.17.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.20/AdoptOpenJDK.OpenJDK.17.yaml new file mode 100644 index 0000000000000..8975744939931 --- /dev/null +++ b/manifests/a/AdoptOpenJDK/OpenJDK/17/17.0.0.20/AdoptOpenJDK.OpenJDK.17.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AdoptOpenJDK.OpenJDK.17 +PackageVersion: 17.0.0.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/17/OpenJ9/17.0.0.18/AdoptOpenJDK.OpenJDK.17.OpenJ9.installer.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/17/OpenJ9/17.0.0.18/AdoptOpenJDK.OpenJDK.17.OpenJ9.installer.yaml new file mode 100644 index 0000000000000..b20128da8311f --- /dev/null +++ b/manifests/a/AdoptOpenJDK/OpenJDK/17/OpenJ9/17.0.0.18/AdoptOpenJDK.OpenJDK.17.OpenJ9.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AdoptOpenJDK.OpenJDK.17.OpenJ9 +PackageVersion: 17.0.0.18 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +ReleaseDate: 2021-05-07 +AppsAndFeaturesEntries: +- ProductCode: '{45E7C464-0A84-40F3-BDFB-425E1484B9B3}' + UpgradeCode: '{E1F92459-696A-9C54-7ECB-AE3BB60921C2}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AdoptOpenJDK/openjdk17-binaries/releases/download/jdk-2021-05-07-13-31/OpenJDK-jdk_x64_windows_openj9_2021-05-06-23-30.msi + InstallerSha256: 5D50F769B5969D629E95D1CD91A09114DB28A56F0487B94F81BF1D87A678E3BC + ProductCode: '{45E7C464-0A84-40F3-BDFB-425E1484B9B3}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/17/OpenJ9/17.0.0.18/AdoptOpenJDK.OpenJDK.17.OpenJ9.locale.en-US.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/17/OpenJ9/17.0.0.18/AdoptOpenJDK.OpenJDK.17.OpenJ9.locale.en-US.yaml new file mode 100644 index 0000000000000..9816d00ef081b --- /dev/null +++ b/manifests/a/AdoptOpenJDK/OpenJDK/17/OpenJ9/17.0.0.18/AdoptOpenJDK.OpenJDK.17.OpenJ9.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AdoptOpenJDK.OpenJDK.17.OpenJ9 +PackageVersion: 17.0.0.18 +PackageLocale: en-US +Publisher: AdoptOpenJDK +PublisherUrl: https://adoptopenjdk.net/ +PublisherSupportUrl: https://adoptopenjdk.net/support.html +# PrivacyUrl: +# Author: +PackageName: AdoptOpenJDK JDK with Eclipse OpenJ9 17 +PackageUrl: https://adoptopenjdk.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://adoptopenjdk.net/about.html +# Copyright: +# CopyrightUrl: +ShortDescription: AdoptOpenJDK with Eclipse OpenJ9 JVM +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/AdoptOpenJDK/openjdk17-binaries/releases/tag/jdk-2021-05-07-13-31 +# PurchaseUrl: +InstallationNotes: AdoptOpenJDK has been replaced by Eclipse Temurin and is no longer updated. +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/17/OpenJ9/17.0.0.18/AdoptOpenJDK.OpenJDK.17.OpenJ9.locale.zh-CN.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/17/OpenJ9/17.0.0.18/AdoptOpenJDK.OpenJDK.17.OpenJ9.locale.zh-CN.yaml new file mode 100644 index 0000000000000..48e916a914eed --- /dev/null +++ b/manifests/a/AdoptOpenJDK/OpenJDK/17/OpenJ9/17.0.0.18/AdoptOpenJDK.OpenJDK.17.OpenJ9.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AdoptOpenJDK.OpenJDK.17.OpenJ9 +PackageVersion: 17.0.0.18 +PackageLocale: zh-CN +Publisher: AdoptOpenJDK +PublisherUrl: https://adoptopenjdk.net/ +PublisherSupportUrl: https://adoptopenjdk.net/support.html +# PrivacyUrl: +# Author: +PackageName: AdoptOpenJDK JDK with Eclipse OpenJ9 17 +PackageUrl: https://adoptopenjdk.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://adoptopenjdk.net/about.html +# Copyright: +# CopyrightUrl: +ShortDescription: 使用 Eclipse OpenJ9 JVM 的 AdoptOpenJDK +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/AdoptOpenJDK/openjdk17-binaries/releases/tag/jdk-2021-05-07-13-31 +# PurchaseUrl: +InstallationNotes: AdoptOpenJDK 已被 Eclipse Temurin 取代,并不再更新。 +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdoptOpenJDK/OpenJDK/17/OpenJ9/17.0.0.18/AdoptOpenJDK.OpenJDK.17.OpenJ9.yaml b/manifests/a/AdoptOpenJDK/OpenJDK/17/OpenJ9/17.0.0.18/AdoptOpenJDK.OpenJDK.17.OpenJ9.yaml new file mode 100644 index 0000000000000..1ffddc2368e35 --- /dev/null +++ b/manifests/a/AdoptOpenJDK/OpenJDK/17/OpenJ9/17.0.0.18/AdoptOpenJDK.OpenJDK.17.OpenJ9.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AdoptOpenJDK.OpenJDK.17.OpenJ9 +PackageVersion: 17.0.0.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.38/AgileBits.1Password.installer.yaml b/manifests/a/AgileBits/1Password/8.10.38/AgileBits.1Password.installer.yaml new file mode 100644 index 0000000000000..540a27de74409 --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.38/AgileBits.1Password.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.38 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-8.10.38.exe + InstallerSha256: AAE7BC9BD86E51D3B4374A5D782DB4DFF30EE580CFED79DF0ECB272D54003023 + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: 1Password +- InstallerLocale: en-US + Architecture: x64 + InstallerType: msi + Scope: machine + InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-8.10.38.msi + InstallerSha256: B315DFB033F0CB1D745606C8F19093994DC999969CD0969B527115BBE60F92BF + ProductCode: '{3B516544-7D00-4512-A927-DBB4521837D1}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.38/AgileBits.1Password.locale.en-US.yaml b/manifests/a/AgileBits/1Password/8.10.38/AgileBits.1Password.locale.en-US.yaml new file mode 100644 index 0000000000000..2e636055610fe --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.38/AgileBits.1Password.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.38 +PackageLocale: en-US +Publisher: Agilebits Inc. +PublisherUrl: https://1password.com/ +PublisherSupportUrl: https://support.1password.com/ +PrivacyUrl: https://1password.com/legal/privacy/ +PackageName: 1Password +PackageUrl: https://1password.com/downloads/windows/ +License: Trialware +LicenseUrl: https://1password.com/legal/terms-of-service/ +Copyright: Copyright © 2023 AgileBits, Inc. +ShortDescription: 1Password remembers all your passwords for you, and keeps them safe and secure behind the one password that only you know. +Tags: +- password-manager +- security +- e2ee +- password-vault +PurchaseUrl: https://1password.com/teams/pricing/ +Documentations: +- DocumentLabel: 1Password Developer + DocumentUrl: https://developer.1password.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.38/AgileBits.1Password.yaml b/manifests/a/AgileBits/1Password/8.10.38/AgileBits.1Password.yaml new file mode 100644 index 0000000000000..88fc3be5a8d2d --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.38/AgileBits.1Password.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.39/AgileBits.1Password.installer.yaml b/manifests/a/AgileBits/1Password/8.10.39/AgileBits.1Password.installer.yaml new file mode 100644 index 0000000000000..69ff415367e4c --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.39/AgileBits.1Password.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.39 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-8.10.39.exe + InstallerSha256: 10CFCEEFEE3B61F76ABF0E4B1EFA7FA23B37537D08F4293802BF1D1822049959 + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: 1Password +- InstallerLocale: en-US + Architecture: x64 + InstallerType: msi + Scope: machine + InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-8.10.39.msi + InstallerSha256: 11CE6904967760CC2751DDA89E51093F00505E3C68C3F975E939BC369676ECF7 + ProductCode: '{A4EE878F-7B09-4DD3-981B-FCA14FBF31E9}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.39/AgileBits.1Password.locale.en-US.yaml b/manifests/a/AgileBits/1Password/8.10.39/AgileBits.1Password.locale.en-US.yaml new file mode 100644 index 0000000000000..f821039a01b64 --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.39/AgileBits.1Password.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.39 +PackageLocale: en-US +Publisher: Agilebits Inc. +PublisherUrl: https://1password.com/ +PublisherSupportUrl: https://support.1password.com/ +PrivacyUrl: https://1password.com/legal/privacy/ +PackageName: 1Password +PackageUrl: https://1password.com/downloads/windows/ +License: Trialware +LicenseUrl: https://1password.com/legal/terms-of-service/ +Copyright: Copyright © 2023 AgileBits, Inc. +ShortDescription: 1Password remembers all your passwords for you, and keeps them safe and secure behind the one password that only you know. +Tags: +- password-manager +- security +- e2ee +- password-vault +PurchaseUrl: https://1password.com/teams/pricing/ +Documentations: +- DocumentLabel: 1Password Developer + DocumentUrl: https://developer.1password.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.39/AgileBits.1Password.yaml b/manifests/a/AgileBits/1Password/8.10.39/AgileBits.1Password.yaml new file mode 100644 index 0000000000000..c23e4a3089229 --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.39/AgileBits.1Password.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.39 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.40/AgileBits.1Password.installer.yaml b/manifests/a/AgileBits/1Password/8.10.40/AgileBits.1Password.installer.yaml new file mode 100644 index 0000000000000..32220b68b9571 --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.40/AgileBits.1Password.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.40 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-8.10.40.exe + InstallerSha256: 25BAAC9E314D208920194E2CC65104B015AE6F4D82388CBF6AC096DD9E9A82DC + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: 1Password +- InstallerLocale: en-US + Architecture: x64 + InstallerType: msi + Scope: machine + InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-8.10.40.msi + InstallerSha256: E5E887452BEA5352881AA1C0BDB50A0217A5F63AD964CAAB8CF3168FC1528023 + ProductCode: '{908ADFB9-3794-4DA5-AE1B-A0D36FE84D9B}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.40/AgileBits.1Password.locale.en-US.yaml b/manifests/a/AgileBits/1Password/8.10.40/AgileBits.1Password.locale.en-US.yaml new file mode 100644 index 0000000000000..b42a3bafc412b --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.40/AgileBits.1Password.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.40 +PackageLocale: en-US +Publisher: Agilebits Inc. +PublisherUrl: https://1password.com/ +PublisherSupportUrl: https://support.1password.com/ +PrivacyUrl: https://1password.com/legal/privacy/ +PackageName: 1Password +PackageUrl: https://1password.com/downloads/windows/ +License: Trialware +LicenseUrl: https://1password.com/legal/terms-of-service/ +Copyright: Copyright © 2023 AgileBits, Inc. +ShortDescription: 1Password remembers all your passwords for you, and keeps them safe and secure behind the one password that only you know. +Tags: +- password-manager +- security +- e2ee +- password-vault +PurchaseUrl: https://1password.com/teams/pricing/ +Documentations: +- DocumentLabel: 1Password Developer + DocumentUrl: https://developer.1password.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.40/AgileBits.1Password.yaml b/manifests/a/AgileBits/1Password/8.10.40/AgileBits.1Password.yaml new file mode 100644 index 0000000000000..be6436387a12f --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.40/AgileBits.1Password.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.40 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.44/AgileBits.1Password.installer.yaml b/manifests/a/AgileBits/1Password/8.10.44/AgileBits.1Password.installer.yaml new file mode 100644 index 0000000000000..604739e9cad14 --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.44/AgileBits.1Password.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.44 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-8.10.44.exe + InstallerSha256: FCE5D510FC7F524D2E41071BFE557628BD4B6A6AB278C666E05807BB7B479705 + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: 1Password +- InstallerLocale: en-US + Architecture: x64 + InstallerType: msi + Scope: machine + InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-8.10.44.msi + InstallerSha256: F70AA8731D10103E579D3B091B0251C5EA6AE49223437E229A450D4227ABC390 + ProductCode: '{ADA82D88-187A-4D3F-B56C-A8C60C92EC63}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.44/AgileBits.1Password.locale.en-US.yaml b/manifests/a/AgileBits/1Password/8.10.44/AgileBits.1Password.locale.en-US.yaml new file mode 100644 index 0000000000000..32cb5b8834a83 --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.44/AgileBits.1Password.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.44 +PackageLocale: en-US +Publisher: Agilebits Inc. +PublisherUrl: https://1password.com/ +PublisherSupportUrl: https://support.1password.com/ +PrivacyUrl: https://1password.com/legal/privacy/ +PackageName: 1Password +PackageUrl: https://1password.com/downloads/windows/ +License: Trialware +LicenseUrl: https://1password.com/legal/terms-of-service/ +Copyright: Copyright © 2023 AgileBits, Inc. +ShortDescription: 1Password remembers all your passwords for you, and keeps them safe and secure behind the one password that only you know. +Tags: +- password-manager +- security +- e2ee +- password-vault +PurchaseUrl: https://1password.com/teams/pricing/ +Documentations: +- DocumentLabel: 1Password Developer + DocumentUrl: https://developer.1password.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.44/AgileBits.1Password.yaml b/manifests/a/AgileBits/1Password/8.10.44/AgileBits.1Password.yaml new file mode 100644 index 0000000000000..0eae397abc12d --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.44/AgileBits.1Password.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.44 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.45/AgileBits.1Password.installer.yaml b/manifests/a/AgileBits/1Password/8.10.45/AgileBits.1Password.installer.yaml new file mode 100644 index 0000000000000..a13320576fafd --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.45/AgileBits.1Password.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.45 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-8.10.45.exe + InstallerSha256: 1FEC1DE44F48A7A56676B1515579DDC0C6CABFB60A54E0AA04DF66ED3F3983DA + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: 1Password +- InstallerLocale: en-US + Architecture: x64 + InstallerType: msi + Scope: machine + InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-8.10.45.msi + InstallerSha256: 29FF83B993148F5A62A2460D3B8F3D6830C46DD8C344A68C58E58A70C4E93324 + ProductCode: '{5FD421C0-B445-4250-8BFB-763B8F1906CB}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.45/AgileBits.1Password.locale.en-US.yaml b/manifests/a/AgileBits/1Password/8.10.45/AgileBits.1Password.locale.en-US.yaml new file mode 100644 index 0000000000000..5cd6a29bb9535 --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.45/AgileBits.1Password.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.45 +PackageLocale: en-US +Publisher: Agilebits Inc. +PublisherUrl: https://1password.com/ +PublisherSupportUrl: https://support.1password.com/ +PrivacyUrl: https://1password.com/legal/privacy/ +PackageName: 1Password +PackageUrl: https://1password.com/downloads/windows/ +License: Trialware +LicenseUrl: https://1password.com/legal/terms-of-service/ +Copyright: Copyright © 2023 AgileBits, Inc. +ShortDescription: 1Password remembers all your passwords for you, and keeps them safe and secure behind the one password that only you know. +Tags: +- password-manager +- security +- e2ee +- password-vault +PurchaseUrl: https://1password.com/teams/pricing/ +Documentations: +- DocumentLabel: 1Password Developer + DocumentUrl: https://developer.1password.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/8.10.45/AgileBits.1Password.yaml b/manifests/a/AgileBits/1Password/8.10.45/AgileBits.1Password.yaml new file mode 100644 index 0000000000000..5a50a10b62a26 --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.45/AgileBits.1Password.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/Beta/8.10.38-13.BETA/AgileBits.1Password.Beta.installer.yaml b/manifests/a/AgileBits/1Password/Beta/8.10.38-13.BETA/AgileBits.1Password.Beta.installer.yaml deleted file mode 100644 index 3b59fdb36a0dc..0000000000000 --- a/manifests/a/AgileBits/1Password/Beta/8.10.38-13.BETA/AgileBits.1Password.Beta.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: AgileBits.1Password.Beta -PackageVersion: 8.10.38-13.BETA -Installers: -- Architecture: x64 - InstallerType: exe - Scope: user - InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-latest.BETA.exe - InstallerSha256: 5F2878D1DA8CE24F5B6F7DEB5A77AD016301AE95F3E9B2E683298B1D35C9C2F2 - InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/AgileBits/1Password/Beta/8.10.38-13.BETA/AgileBits.1Password.Beta.yaml b/manifests/a/AgileBits/1Password/Beta/8.10.38-13.BETA/AgileBits.1Password.Beta.yaml deleted file mode 100644 index d8da8e811b605..0000000000000 --- a/manifests/a/AgileBits/1Password/Beta/8.10.38-13.BETA/AgileBits.1Password.Beta.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: AgileBits.1Password.Beta -PackageVersion: 8.10.38-13.BETA -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/AgileBits/1Password/Beta/8.10.46-11.BETA/AgileBits.1Password.Beta.installer.yaml b/manifests/a/AgileBits/1Password/Beta/8.10.46-11.BETA/AgileBits.1Password.Beta.installer.yaml new file mode 100644 index 0000000000000..a7f0b25125ca0 --- /dev/null +++ b/manifests/a/AgileBits/1Password/Beta/8.10.46-11.BETA/AgileBits.1Password.Beta.installer.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2024/Sep/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: AgileBits.1Password.Beta +PackageVersion: 8.10.46-11.BETA +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-latest.BETA.exe + InstallerSha256: BDE03AE3A863AD0DAF18ABA74744563C335F8740B41B988596FC9059534572D2 + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/AgileBits/1Password/Beta/8.10.38-13.BETA/AgileBits.1Password.Beta.locale.en-US.yaml b/manifests/a/AgileBits/1Password/Beta/8.10.46-11.BETA/AgileBits.1Password.Beta.locale.en-US.yaml similarity index 85% rename from manifests/a/AgileBits/1Password/Beta/8.10.38-13.BETA/AgileBits.1Password.Beta.locale.en-US.yaml rename to manifests/a/AgileBits/1Password/Beta/8.10.46-11.BETA/AgileBits.1Password.Beta.locale.en-US.yaml index 9b5cfa7f0101d..4b617110ab173 100644 --- a/manifests/a/AgileBits/1Password/Beta/8.10.38-13.BETA/AgileBits.1Password.Beta.locale.en-US.yaml +++ b/manifests/a/AgileBits/1Password/Beta/8.10.46-11.BETA/AgileBits.1Password.Beta.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/17 +# Automatically updated by the winget bot at 2024/Sep/11 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: AgileBits.1Password.Beta -PackageVersion: 8.10.38-13.BETA +PackageVersion: 8.10.46-11.BETA PackageLocale: en-US Publisher: AgileBits, Inc. PublisherUrl: https://1password.com/ diff --git a/manifests/a/AgileBits/1Password/Beta/8.10.46-11.BETA/AgileBits.1Password.Beta.yaml b/manifests/a/AgileBits/1Password/Beta/8.10.46-11.BETA/AgileBits.1Password.Beta.yaml new file mode 100644 index 0000000000000..1d2588ab3a45c --- /dev/null +++ b/manifests/a/AgileBits/1Password/Beta/8.10.46-11.BETA/AgileBits.1Password.Beta.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: AgileBits.1Password.Beta +PackageVersion: 8.10.46-11.BETA +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/AgileBits/1Password/CLI/2.30.0/AgileBits.1Password.CLI.installer.yaml b/manifests/a/AgileBits/1Password/CLI/2.30.0/AgileBits.1Password.CLI.installer.yaml new file mode 100644 index 0000000000000..b7e3da2fdd49e --- /dev/null +++ b/manifests/a/AgileBits/1Password/CLI/2.30.0/AgileBits.1Password.CLI.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password.CLI +PackageVersion: 2.30.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: op.exe + PortableCommandAlias: op +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +Commands: +- op +ReleaseDate: 2024-07-29 +Installers: +- Architecture: x86 + InstallerUrl: https://cache.agilebits.com/dist/1P/op2/pkg/v2.30.0/op_windows_386_v2.30.0.zip + InstallerSha256: 35FAA4854BEA4327F990A21EE857CAAB4B8993E99780B87F0AB2C9187770E3FC +- Architecture: x64 + InstallerUrl: https://cache.agilebits.com/dist/1P/op2/pkg/v2.30.0/op_windows_amd64_v2.30.0.zip + InstallerSha256: 9F977D7E16684489B6F648126778489B97055636468946741EDED742F2ABCAA7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/CLI/2.30.0/AgileBits.1Password.CLI.locale.en-US.yaml b/manifests/a/AgileBits/1Password/CLI/2.30.0/AgileBits.1Password.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..0cc0bb22f51ff --- /dev/null +++ b/manifests/a/AgileBits/1Password/CLI/2.30.0/AgileBits.1Password.CLI.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password.CLI +PackageVersion: 2.30.0 +PackageLocale: en-US +Publisher: AgileBits +PublisherUrl: https://1password.com/ +PublisherSupportUrl: https://support.1password.com/ +PrivacyUrl: https://1password.com/legal/privacy/ +PackageName: 1Password CLI +PackageUrl: https://app-updates.agilebits.com/product_history/CLI2#v2300006 +License: Proprietary +Copyright: Copyright © 2022 AgileBits, Inc. +ShortDescription: 1Password CLI brings 1Password to your terminal. Sign in to 1Password CLI with your fingerprint, and securely access everything you need during development. +Moniker: 1password-cli +Tags: +- passwordmanagement +ReleaseNotesUrl: https://app-updates.agilebits.com/product_history/CLI2#v2300006 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AgileBits/1Password/CLI/2.30.0/AgileBits.1Password.CLI.yaml b/manifests/a/AgileBits/1Password/CLI/2.30.0/AgileBits.1Password.CLI.yaml new file mode 100644 index 0000000000000..95e4bc3200b5c --- /dev/null +++ b/manifests/a/AgileBits/1Password/CLI/2.30.0/AgileBits.1Password.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AgileBits.1Password.CLI +PackageVersion: 2.30.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Agisoft/MetashapeStandard/2.1.2/Agisoft.MetashapeStandard.installer.yaml b/manifests/a/Agisoft/MetashapeStandard/2.1.2/Agisoft.MetashapeStandard.installer.yaml new file mode 100644 index 0000000000000..939cb0e24a202 --- /dev/null +++ b/manifests/a/Agisoft/MetashapeStandard/2.1.2/Agisoft.MetashapeStandard.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Agisoft.MetashapeStandard +PackageVersion: 2.1.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- psx +- psz +ProductCode: '{BF4F1F57-2EAE-4033-95D3-EBCE4CAA646F}' +ReleaseDate: 2024-07-30 +AppsAndFeaturesEntries: +- DisplayName: Agisoft Metashape Standard + Publisher: Agisoft + ProductCode: '{BF4F1F57-2EAE-4033-95D3-EBCE4CAA646F}' + UpgradeCode: '{AE696986-17E8-42B2-AB84-0AD9B65A77B9}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Agisoft\Metashape' +Installers: +- Architecture: x64 + InstallerUrl: https://download.agisoft.com/metashape_2_1_2_x64.msi + InstallerSha256: D0D577BA277BBFB719D30B9F90C80D8083F54AD07750045887BF37576A2671DD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Agisoft/MetashapeStandard/2.1.2/Agisoft.MetashapeStandard.locale.en-US.yaml b/manifests/a/Agisoft/MetashapeStandard/2.1.2/Agisoft.MetashapeStandard.locale.en-US.yaml new file mode 100644 index 0000000000000..013f7d26efd0f --- /dev/null +++ b/manifests/a/Agisoft/MetashapeStandard/2.1.2/Agisoft.MetashapeStandard.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Agisoft.MetashapeStandard +PackageVersion: 2.1.2 +PackageLocale: en-US +Publisher: Agisoft +PublisherUrl: https://www.agisoft.com/ +PublisherSupportUrl: https://www.agisoft.com/forum/index.php +Author: Agisoft +PackageName: Metashape Standard +PackageUrl: https://www.agisoft.com/features/standard-edition/ +License: Proprietary +LicenseUrl: https://www.agisoft.com/buy/licensing-options/ +Copyright: Copyright (c) Agisoft +ShortDescription: Metashape is a tool for a photogrammetry pipeline +Description: It is widely used by archaeologists. Many UAV companies are also using it. The software is available in Standard and Pro versions, the standard version is sufficient for interactive media tasks, while the Pro version is designed for authoring GIS content +Moniker: metashape +ReleaseNotesUrl: https://www.agisoft.com/pdf/metashape_changelog.pdf +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Agisoft/MetashapeStandard/2.1.2/Agisoft.MetashapeStandard.yaml b/manifests/a/Agisoft/MetashapeStandard/2.1.2/Agisoft.MetashapeStandard.yaml new file mode 100644 index 0000000000000..6353948875d4f --- /dev/null +++ b/manifests/a/Agisoft/MetashapeStandard/2.1.2/Agisoft.MetashapeStandard.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Agisoft.MetashapeStandard +PackageVersion: 2.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Agretis/SmartInstallMaker/5.04/Agretis.SmartInstallMaker.installer.yaml b/manifests/a/Agretis/SmartInstallMaker/5.04/Agretis.SmartInstallMaker.installer.yaml new file mode 100644 index 0000000000000..d5f58d4e0bb04 --- /dev/null +++ b/manifests/a/Agretis/SmartInstallMaker/5.04/Agretis.SmartInstallMaker.installer.yaml @@ -0,0 +1,189 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Agretis.SmartInstallMaker +PackageVersion: "5.04" +InstallerType: exe # Smart Install Maker +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /s /nr + SilentWithProgress: /s /nr + # InstallLocation: /p="" # Buggy +UpgradeBehavior: install +FileExtensions: +- smm +ReleaseDate: 2011-11-29 +Installers: +- InstallerLocale: en + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=English + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: ar + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Arabic + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: bg + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Bulgarian + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: cs + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Czech + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: de + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Deutsch + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: el + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Greek + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: es + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Spanish + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: et + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Estonian + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: fa + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Farsi + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: fr + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=French + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: hu + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Hungarian + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: it + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Italian + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: ko + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Korean + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: nl + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Dutch + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: "no" + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Norwegian + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: pl + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Polish + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: pt-BR + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Brazilian + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: pt-PT + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Portugal + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: ru + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Russian + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: sr-Latn + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Serbian + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: sv + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Swedish + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: tr + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Turkish + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: uk + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Ukrainian + ProductCode: Smart Install Maker 5.04 +- InstallerLocale: zh-Hans + Architecture: x86 + InstallerUrl: http://www.sminstall.com/simsetup.exe + InstallerSha256: 544A6B77B4800F460E60FC88530FD1FC7DAEB90BFA4F22CCF3B3ED4CAB35E6E5 + InstallerSwitches: + Custom: /l=Chinese + ProductCode: Smart Install Maker 5.04 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Agretis/SmartInstallMaker/5.04/Agretis.SmartInstallMaker.locale.en-US.yaml b/manifests/a/Agretis/SmartInstallMaker/5.04/Agretis.SmartInstallMaker.locale.en-US.yaml new file mode 100644 index 0000000000000..40d896fac5d40 --- /dev/null +++ b/manifests/a/Agretis/SmartInstallMaker/5.04/Agretis.SmartInstallMaker.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Agretis.SmartInstallMaker +PackageVersion: "5.04" +PackageLocale: en-US +Publisher: InstallBuilders +PublisherUrl: http://www.sminstall.com/ +PublisherSupportUrl: http://www.sminstall.com/support.html +# PrivacyUrl: +Author: Agretis Software Design LLC +PackageName: Smart Install Maker +PackageUrl: http://www.sminstall.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2004-2011 InstallBuilders +# CopyrightUrl: +ShortDescription: Custom setup files made easy +Description: Smart Install Maker is a user-friendly tool designed to create professional setup files for easy installation of applications. It eliminates the need to learn complex scripting languages or master difficult installer programs. With just a few mouse clicks, developers can produce custom-made setup files, ensuring quicker market delivery and more satisfied users. The wizard-driven interface of Smart Install Maker allows for the creation of installation packages in minutes, making it ideal for distribution over the internet, via disc, or other media. +# Moniker: +Tags: +- install +- installation +- installer +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: http://www.sminstall.com/order.html +# InstallationNotes: +Documentations: +- DocumentLabel: Help + DocumentUrl: http://www.sminstall.com/help/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Agretis/SmartInstallMaker/5.04/Agretis.SmartInstallMaker.locale.zh-CN.yaml b/manifests/a/Agretis/SmartInstallMaker/5.04/Agretis.SmartInstallMaker.locale.zh-CN.yaml new file mode 100644 index 0000000000000..80e4b9684e29c --- /dev/null +++ b/manifests/a/Agretis/SmartInstallMaker/5.04/Agretis.SmartInstallMaker.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Agretis.SmartInstallMaker +PackageVersion: "5.04" +PackageLocale: zh-CN +Publisher: InstallBuilders +PublisherUrl: http://www.sminstall.com/ +PublisherSupportUrl: http://www.sminstall.com/support.html +# PrivacyUrl: +Author: Agretis Software Design LLC +PackageName: Smart Install Maker +PackageUrl: http://www.sminstall.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2004-2011 InstallBuilders +# CopyrightUrl: +ShortDescription: 自定义安装包变得简单 +Description: Smart Install Maker 是一款好用的专业安装程序生成工具,旨在方便安装应用程序。有了该工具,开发人员无需学习复杂的脚本语言,也无需掌握高难度的安装程序,只需点击几下鼠标,开发人员就能制作出定制的安装文件,确保更快地投放市场,让用户更满意。Smart Install Maker 的向导式界面可在几分钟内创建安装包,非常适合通过互联网、光盘或其它媒体发布。 +# Moniker: +Tags: +- 安装 +- 安装包 +- 安装程序 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: http://www.sminstall.com/order.html +# InstallationNotes: +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: http://www.sminstall.com/help/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Agretis/SmartInstallMaker/5.04/Agretis.SmartInstallMaker.yaml b/manifests/a/Agretis/SmartInstallMaker/5.04/Agretis.SmartInstallMaker.yaml new file mode 100644 index 0000000000000..cd9ca735d3f55 --- /dev/null +++ b/manifests/a/Agretis/SmartInstallMaker/5.04/Agretis.SmartInstallMaker.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Agretis.SmartInstallMaker +PackageVersion: "5.04" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Airtame/Airtame/4.11.0/Airtame.Airtame.installer.yaml b/manifests/a/Airtame/Airtame/4.11.0/Airtame.Airtame.installer.yaml new file mode 100644 index 0000000000000..567e6335e4056 --- /dev/null +++ b/manifests/a/Airtame/Airtame/4.11.0/Airtame.Airtame.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Airtame.Airtame +PackageVersion: 4.11.0 +InstallerLocale: en-US +InstallerType: msi +Scope: machine +ProductCode: '{079B8EEE-C081-46DB-8760-D3462B7EF302}' +AppsAndFeaturesEntries: +- UpgradeCode: '{E29931C0-80A4-45BE-8F54-BDC39F9D3C63}' +Installers: +- Architecture: x64 + InstallerUrl: https://airtame-app.b-cdn.net/app/latest/win/Airtame-4.11.0-setup.msi + InstallerSha256: A02227DB87337923382767ADFC714B3CC0C8322E3D9DDE6C2BFAFAA80CE6DC9B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Airtame/Airtame/4.11.0/Airtame.Airtame.locale.en-US.yaml b/manifests/a/Airtame/Airtame/4.11.0/Airtame.Airtame.locale.en-US.yaml new file mode 100644 index 0000000000000..19f0d568f22b2 --- /dev/null +++ b/manifests/a/Airtame/Airtame/4.11.0/Airtame.Airtame.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Airtame.Airtame +PackageVersion: 4.11.0 +PackageLocale: en-US +Publisher: Airtame +PublisherSupportUrl: https://b-cdn.net/super-bunnies-cdn-support +PrivacyUrl: https://b-cdn.net/# +PackageName: Airtame +License: Proprietary +LicenseUrl: https://airtame.com/legal +ShortDescription: Revolutionize the way you use shared displays with Airtame - the screen platform that connects, informs and engages teams with solutions for hybrid video conferencing, digital signage, and wireless screen sharing. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Airtame/Airtame/4.11.0/Airtame.Airtame.yaml b/manifests/a/Airtame/Airtame/4.11.0/Airtame.Airtame.yaml new file mode 100644 index 0000000000000..256d84ca4b8b2 --- /dev/null +++ b/manifests/a/Airtame/Airtame/4.11.0/Airtame.Airtame.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Airtame.Airtame +PackageVersion: 4.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Akko/CloudDriver/370.1.32/Akko.CloudDriver.installer.yaml b/manifests/a/Akko/CloudDriver/370.1.32/Akko.CloudDriver.installer.yaml new file mode 100644 index 0000000000000..20e02560a55dd --- /dev/null +++ b/manifests/a/Akko/CloudDriver/370.1.32/Akko.CloudDriver.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.5-1-19041-1682.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Latest download URL: https://www.mindmanager.com/mm-win-enterprise-admin-64 + +PackageIdentifier: Akko.CloudDriver +PackageVersion: 370.1.32 +MinimumOSVersion: 10.0.0.0 +Scope: user +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: exe + NestedInstallerFiles: + - RelativeFilePath: Akko_Cloud_setup_370.1.32(WIN20240813).exe + InstallerUrl: https://files.monsgeek.com/Akko_Cloud_setup_370.1.32(WIN20240813).zip + InstallerSha256: D1758901C9C69713464BEF267922C443A5C2B66DABA7DAE1D98A7DDDAB86375F + InstallModes: + - interactive + InstallerSwitches: + Interactive: +ManifestType: installer +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/a/Akko/CloudDriver/370.1.32/Akko.CloudDriver.locale.en-US.yaml b/manifests/a/Akko/CloudDriver/370.1.32/Akko.CloudDriver.locale.en-US.yaml new file mode 100644 index 0000000000000..91e528f2889f6 --- /dev/null +++ b/manifests/a/Akko/CloudDriver/370.1.32/Akko.CloudDriver.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.5-1-19041-1682.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: Akko.CloudDriver +PackageVersion: 370.1.32 +PackageLocale: en-US +Publisher: AKKO +PublisherUrl: https://en.akkogear.com/ +PublisherSupportUrl: https://en.akkogear.com/contact/ +PrivacyUrl: https://en.akkogear.com/privacy-policy/ +PackageName: Akko Cloud Driver +PackageUrl: https://en.akkogear.com/ +License: Proprietary +Copyright: Copyright (c) AKKO +ShortDescription: For AKKO keyboard custom RGB/Macro programming & Online Firmware Upgrade +ManifestType: defaultLocale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/a/Akko/CloudDriver/370.1.32/Akko.CloudDriver.yaml b/manifests/a/Akko/CloudDriver/370.1.32/Akko.CloudDriver.yaml new file mode 100644 index 0000000000000..b0647ac01dd9c --- /dev/null +++ b/manifests/a/Akko/CloudDriver/370.1.32/Akko.CloudDriver.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.5-1-19041-1682.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: Akko.CloudDriver +PackageVersion: 370.1.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/a/AlDanial/Cloc/2.02/AlDanial.Cloc.installer.yaml b/manifests/a/AlDanial/Cloc/2.02/AlDanial.Cloc.installer.yaml new file mode 100644 index 0000000000000..e686c08868ac6 --- /dev/null +++ b/manifests/a/AlDanial/Cloc/2.02/AlDanial.Cloc.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AlDanial.Cloc +PackageVersion: '2.02' +InstallerType: portable +UpgradeBehavior: install +Commands: +- cloc +ReleaseDate: 2024-08-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AlDanial/cloc/releases/download/v2.02/cloc-2.02-winget.exe + InstallerSha256: be033061e091fea48a5bc9e8964cee0416ddd5b34bd5226a1c9aa4b30bdba66a +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AlDanial/Cloc/2.02/AlDanial.Cloc.locale.en-US.yaml b/manifests/a/AlDanial/Cloc/2.02/AlDanial.Cloc.locale.en-US.yaml new file mode 100644 index 0000000000000..a659fbaba306a --- /dev/null +++ b/manifests/a/AlDanial/Cloc/2.02/AlDanial.Cloc.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AlDanial.Cloc +PackageVersion: '2.02' +PackageLocale: en-US +Publisher: Al Danial +PublisherUrl: https://github.com/AlDanial +PublisherSupportUrl: https://github.com/AlDanial/cloc/issues +Author: Al Danial +PackageName: cloc +PackageUrl: https://github.com/AlDanial/cloc +License: GPL-2.0 +LicenseUrl: https://github.com/AlDanial/cloc/blob/HEAD/LICENSE +Copyright: Copyright (c) 2006-2018, Al Danial +CopyrightUrl: https://github.com/AlDanial/cloc#copyright- +ShortDescription: cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. +Description: |- + cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. Given two versions of a code base, cloc can compute differences in blank, comment, and source lines. + It is written entirely in Perl with no dependencies outside the standard distribution of Perl v5.6 and higher (code from some external modules is embedded within cloc) and so is quite portable. +Moniker: cloc +Tags: +- cloc +- count-lines +- programming-language +ReleaseNotes: |- + New Languages and File Types: + - Arturo + - Glimmer JavaScript + - Glimmer TypeScript + - Luau + - Modelica + - Mojo + - Nickel + - Pawn + - Processing + - Templ + - Yang + Updates: + - Support SQL output with --diff + - Support counting in git repository directories not owned by the user. + - Eliminate the need to write temporary files when using --fmt. + - Restore Dockerfile CI by fixing CPAN module setup that somehow stopped installing Parallel::ForkManager. + - Improve handling of C comments in Go strings. + Bug fixes: + - Improve --fmt output column alignments. + - Handle --no-match when combined with --fullpath and --vcs. +ReleaseNotesUrl: https://github.com/AlDanial/cloc/releases/tag/v2.02 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AlDanial/Cloc/2.02/AlDanial.Cloc.yaml b/manifests/a/AlDanial/Cloc/2.02/AlDanial.Cloc.yaml new file mode 100644 index 0000000000000..44bd483654348 --- /dev/null +++ b/manifests/a/AlDanial/Cloc/2.02/AlDanial.Cloc.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AlDanial.Cloc +PackageVersion: '2.02' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Albion/Online/24.8.21/Albion.Online.installer.yaml b/manifests/a/Albion/Online/24.8.21/Albion.Online.installer.yaml new file mode 100644 index 0000000000000..b0c85b5e6aa77 --- /dev/null +++ b/manifests/a/Albion/Online/24.8.21/Albion.Online.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Albion.Online +PackageVersion: 24.8.21 +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ReleaseDate: 2024-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://live.albiononline.com/clients/20240821101118/albion-online-setup.exe + InstallerSha256: D60432BE74EE8CE3E3E6A228EB57A518558E758916C82D1F6BEDB2BABD3B0B60 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Albion/Online/24.8.21/Albion.Online.locale.en-US.yaml b/manifests/a/Albion/Online/24.8.21/Albion.Online.locale.en-US.yaml new file mode 100644 index 0000000000000..c013f624f189b --- /dev/null +++ b/manifests/a/Albion/Online/24.8.21/Albion.Online.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Albion.Online +PackageVersion: 24.8.21 +PackageLocale: en-US +Publisher: Sandbox Interactive GmbH +# PublisherUrl: https://albiononline.com/ +# PrivacyUrl: https://albiononline.com/privacy_policy +PackageName: Albion Online +# PackageUrl: https://albiononline.com/download +License: Proprietary +# LicenseUrl: https://albiononline.com/en/terms_and_conditions +Copyright: ©2012-2022 SANDBOX INTERACTIVE GMBH +ShortDescription: Albion Online is the first truly cross-platform MMO experience, available for Windows, Mac, Linux and Android, with all players on one master server in one massive, sprawling world. You choose how your adventure evolves; at home or on the go! +Moniker: albion +Tags: +- game +- mmo +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Albion/Online/24.8.21/Albion.Online.yaml b/manifests/a/Albion/Online/24.8.21/Albion.Online.yaml new file mode 100644 index 0000000000000..107a3cf0509ac --- /dev/null +++ b/manifests/a/Albion/Online/24.8.21/Albion.Online.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Albion.Online +PackageVersion: 24.8.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alex313031/Thorium/126.0.6478.231/Alex313031.Thorium.installer.yaml b/manifests/a/Alex313031/Thorium/126.0.6478.231/Alex313031.Thorium.installer.yaml new file mode 100644 index 0000000000000..17e1457c9fac2 --- /dev/null +++ b/manifests/a/Alex313031/Thorium/126.0.6478.231/Alex313031.Thorium.installer.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alex313031.Thorium +PackageVersion: 126.0.6478.231 +InstallerType: exe +InstallModes: +- silent +ExpectedReturnCodes: +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2024-08-12 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Alex313031/Thorium-Win/releases/download/M126.0.6478.231/thorium_SSE3_mini_installer.exe + InstallerSha256: 1BA8BD00D6D3B3EAB1F6BB4B69EEF15E1656DC83942ADB631757BF2B133EDE3E + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Alex313031/Thorium-Win/releases/download/M126.0.6478.231/thorium_SSE3_mini_installer.exe + InstallerSha256: 1BA8BD00D6D3B3EAB1F6BB4B69EEF15E1656DC83942ADB631757BF2B133EDE3E + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alex313031/Thorium/126.0.6478.231/Alex313031.Thorium.locale.en-US.yaml b/manifests/a/Alex313031/Thorium/126.0.6478.231/Alex313031.Thorium.locale.en-US.yaml new file mode 100644 index 0000000000000..3fc45aea9ce17 --- /dev/null +++ b/manifests/a/Alex313031/Thorium/126.0.6478.231/Alex313031.Thorium.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alex313031.Thorium +PackageVersion: 126.0.6478.231 +PackageLocale: en-US +Publisher: The Thorium Authors +PublisherUrl: https://thorium.rocks/ +PublisherSupportUrl: https://github.com/Alex313031/Thorium-Win/issues +# PrivacyUrl: +Author: Alex313031 +PackageName: Thorium +PackageUrl: https://thorium.rocks/ +License: BSD-3-Clause +LicenseUrl: https://github.com/Alex313031/Thorium-Win/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Thorium Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Chromium fork for Linux, Windows, macOS, Android, and Raspberry Pi named after radioactive element No. 90. +# Description: +Moniker: thorium +Tags: +- browser +- chromium +- internet +- web +- webpage +ReleaseNotes: |- + M126 + - This is also Thorium's 30th major version anniversary. Very first Thorium was based on M96. + - Skipped M125 because it was too old. I was house-sitting for my dad/stepmom while they were away on a month long trip. I didn't have access to my workstation which I really need to do anything more than minor development work. + - (Linux Only) kAllowWindowDragUsingSystemDragDrop was re-enabled at the source level. This should fix tab/window dragging issues on Wayland, but may cause other unforeseen bugs on Wayland. File bugs if appropriate. Can be disabled with the cmdline flag --disable-features=AllowWindowDragUsingSystemDragDrop + - Google Hangouts component extension was removed, following concerns about privacy. However, if you use hangouts frequently and would like this extension back, see this ReadMe. Closes https://github.com/Alex313031/thorium/issues/743, https://github.com/Alex313031/thorium/issues/740, https://github.com/Alex313031/thorium/issues/449, https://github.com/Alex313031/thorium/issues/410 + - The Chrome Refresh 2023 UI is now the default. + - I moved the tab search button back to the right of the tabstrip. I think it was a bad decision to put it on the left in the 2023 UI. However, if you prefer it on the left (to have Thorium's UI match Chrome's), enable the new chrome://flags/#left-aligned-tab-search-button flag I added. + - Another performance bump due to some new PGO configs courtesy of @RobRich999. See this commit. In some limited testing it got better Speedometer 3.0 scores than Chrome. + - libjxl updated to 0.10.3 + - Manifest V2 support force enabled (Starting in M128 they are experimenting with disabling MV2). It will be completely removed in M136 (10 months from now), and when they finally do remove the actual code for loading MV2 extensions, it will be restored, because F**k Google! Even if it takes a crapload of work, I am determined to restore it, because without UBlock Origin working properly in Thorium, I wouldn't even want to use my own browser! If you want to use other Chromium based browsers, you will eventually be out of luck, and will either need to use Firefox, or find another Chromium fork that has MV2 support when the time comes. + - New flag chrome://flags#revert-from-portable can be used to prevent data loss when reverting a user profile from portable mode to normal mode (i.e. when turning off the disable-encryption and disable-machine-id flags). Can also be used when moving the user profile from one machine to another. Read the flag description for details. + Two more things: – I have created a new user survey for 2024. The more responses I get, the better, and it will be used to guide decisions about Thorium into Q4 of 2024. Take the 8 question quick survey here > https://www.surveymonkey.com/r/355TK88 – I am hosting an art/image contest! The winner's image will be displayed on the easter egg page, as well as the chrome://version page. It should be an art or clipart image. See details and requirements over here > https://thorium.rocks/contest +ReleaseNotesUrl: https://github.com/Alex313031/Thorium-Win/releases/tag/M126.0.6478.231 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alex313031/Thorium/126.0.6478.231/Alex313031.Thorium.locale.zh-CN.yaml b/manifests/a/Alex313031/Thorium/126.0.6478.231/Alex313031.Thorium.locale.zh-CN.yaml new file mode 100644 index 0000000000000..29558daebfdc4 --- /dev/null +++ b/manifests/a/Alex313031/Thorium/126.0.6478.231/Alex313031.Thorium.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alex313031.Thorium +PackageVersion: 126.0.6478.231 +PackageLocale: zh-CN +Publisher: The Thorium Authors +PublisherUrl: https://thorium.rocks/ +PublisherSupportUrl: https://github.com/Alex313031/Thorium-Win/issues +# PrivacyUrl: +Author: Alex313031 +PackageName: Thorium +PackageUrl: https://thorium.rocks/ +License: BSD-3-Clause +LicenseUrl: https://github.com/Alex313031/thorium/blob/main/LICENSE.md +Copyright: Copyright 2024 The Thorium Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: 用于 Linux、Windows、macOS、Android 和 Raspberry Pi 的 Chromium 分支,以原子序数为 90 的放射性元素钍命名。 +# Description: +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/Alex313031/Thorium-Win/releases/tag/M126.0.6478.231 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alex313031/Thorium/126.0.6478.231/Alex313031.Thorium.yaml b/manifests/a/Alex313031/Thorium/126.0.6478.231/Alex313031.Thorium.yaml new file mode 100644 index 0000000000000..38d3e7425768e --- /dev/null +++ b/manifests/a/Alex313031/Thorium/126.0.6478.231/Alex313031.Thorium.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alex313031.Thorium +PackageVersion: 126.0.6478.231 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alex313031/Thorium/AVX2/126.0.6478.231/Alex313031.Thorium.AVX2.installer.yaml b/manifests/a/Alex313031/Thorium/AVX2/126.0.6478.231/Alex313031.Thorium.AVX2.installer.yaml new file mode 100644 index 0000000000000..0b5166fba7667 --- /dev/null +++ b/manifests/a/Alex313031/Thorium/AVX2/126.0.6478.231/Alex313031.Thorium.AVX2.installer.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alex313031.Thorium.AVX2 +PackageVersion: 126.0.6478.231 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2024-08-12 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Alex313031/Thorium-Win/releases/download/M126.0.6478.231/thorium_AVX2_mini_installer.exe + InstallerSha256: 575FCEEE3EE877955F4AD3559BD042CAD81A3632D482871C00FAE662287ECD5C + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Thorium +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Alex313031/Thorium-Win/releases/download/M126.0.6478.231/thorium_AVX2_mini_installer.exe + InstallerSha256: 575FCEEE3EE877955F4AD3559BD042CAD81A3632D482871C00FAE662287ECD5C + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Thorium +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alex313031/Thorium/AVX2/126.0.6478.231/Alex313031.Thorium.AVX2.locale.en-US.yaml b/manifests/a/Alex313031/Thorium/AVX2/126.0.6478.231/Alex313031.Thorium.AVX2.locale.en-US.yaml new file mode 100644 index 0000000000000..fc8a062c43410 --- /dev/null +++ b/manifests/a/Alex313031/Thorium/AVX2/126.0.6478.231/Alex313031.Thorium.AVX2.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alex313031.Thorium.AVX2 +PackageVersion: 126.0.6478.231 +PackageLocale: en-US +Publisher: The Thorium Authors +PublisherUrl: https://thorium.rocks/ +PublisherSupportUrl: https://github.com/Alex313031/Thorium-Win-AVX2/issues +# PrivacyUrl: +Author: Alex313031 +PackageName: Thorium (AVX2) +PackageUrl: https://thorium.rocks/ +License: BSD-3-Clause +LicenseUrl: https://github.com/Alex313031/thorium/blob/main/LICENSE.md +Copyright: Copyright 2024 The Thorium Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Chromium fork for Linux, Windows, macOS, Android, and Raspberry Pi named after radioactive element No. 90. +# Description: +Moniker: thorium +Tags: +- browser +- chromium +- internet +- web +- webpage +ReleaseNotes: |- + M126 + - This is also Thorium's 30th major version anniversary. Very first Thorium was based on M96. + - Skipped M125 because it was too old. I was house-sitting for my dad/stepmom while they were away on a month long trip. I didn't have access to my workstation which I really need to do anything more than minor development work. + - (Linux Only) kAllowWindowDragUsingSystemDragDrop was re-enabled at the source level. This should fix tab/window dragging issues on Wayland, but may cause other unforeseen bugs on Wayland. File bugs if appropriate. Can be disabled with the cmdline flag --disable-features=AllowWindowDragUsingSystemDragDrop + - Google Hangouts component extension was removed, following concerns about privacy. However, if you use hangouts frequently and would like this extension back, see this ReadMe. Closes https://github.com/Alex313031/thorium/issues/743, https://github.com/Alex313031/thorium/issues/740, https://github.com/Alex313031/thorium/issues/449, https://github.com/Alex313031/thorium/issues/410 + - The Chrome Refresh 2023 UI is now the default. + - I moved the tab search button back to the right of the tabstrip. I think it was a bad decision to put it on the left in the 2023 UI. However, if you prefer it on the left (to have Thorium's UI match Chrome's), enable the new chrome://flags/#left-aligned-tab-search-button flag I added. + - Another performance bump due to some new PGO configs courtesy of @RobRich999. See this commit. In some limited testing it got better Speedometer 3.0 scores than Chrome. + - libjxl updated to 0.10.3 + - Manifest V2 support force enabled (Starting in M128 they are experimenting with disabling MV2). It will be completely removed in M136 (10 months from now), and when they finally do remove the actual code for loading MV2 extensions, it will be restored, because F**k Google! Even if it takes a crapload of work, I am determined to restore it, because without UBlock Origin working properly in Thorium, I wouldn't even want to use my own browser! If you want to use other Chromium based browsers, you will eventually be out of luck, and will either need to use Firefox, or find another Chromium fork that has MV2 support when the time comes. + - New flag chrome://flags#revert-from-portable can be used to prevent data loss when reverting a user profile from portable mode to normal mode (i.e. when turning off the disable-encryption and disable-machine-id flags). Can also be used when moving the user profile from one machine to another. Read the flag description for details. + Two more things: – I have created a new user survey for 2024. The more responses I get, the better, and it will be used to guide decisions about Thorium into Q4 of 2024. Take the 8 question quick survey here > https://www.surveymonkey.com/r/355TK88 – I am hosting an art/image contest! The winner's image will be displayed on the easter egg page, as well as the chrome://version page. It should be an art or clipart image. See details and requirements over here > https://thorium.rocks/contest +ReleaseNotesUrl: https://github.com/Alex313031/Thorium-Win/releases/tag/M126.0.6478.231 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alex313031/Thorium/AVX2/126.0.6478.231/Alex313031.Thorium.AVX2.locale.zh-CN.yaml b/manifests/a/Alex313031/Thorium/AVX2/126.0.6478.231/Alex313031.Thorium.AVX2.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b033a705b0346 --- /dev/null +++ b/manifests/a/Alex313031/Thorium/AVX2/126.0.6478.231/Alex313031.Thorium.AVX2.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alex313031.Thorium.AVX2 +PackageVersion: 126.0.6478.231 +PackageLocale: zh-CN +Publisher: The Thorium Authors +PublisherUrl: https://thorium.rocks/ +PublisherSupportUrl: https://github.com/Alex313031/Thorium-Win-AVX2/issues +# PrivacyUrl: +Author: Alex313031 +PackageName: Thorium (AVX2) +PackageUrl: https://thorium.rocks/ +License: BSD-3-Clause +LicenseUrl: https://github.com/Alex313031/thorium/blob/main/LICENSE.md +Copyright: Copyright 2024 The Thorium Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: 用于 Linux、Windows、macOS、Android 和 Raspberry Pi 的 Chromium 分支,以原子序数为 90 的放射性元素钍命名。 +# Description: +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/Alex313031/Thorium-Win/releases/tag/M126.0.6478.231 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alex313031/Thorium/AVX2/126.0.6478.231/Alex313031.Thorium.AVX2.yaml b/manifests/a/Alex313031/Thorium/AVX2/126.0.6478.231/Alex313031.Thorium.AVX2.yaml new file mode 100644 index 0000000000000..51d7100e060f8 --- /dev/null +++ b/manifests/a/Alex313031/Thorium/AVX2/126.0.6478.231/Alex313031.Thorium.AVX2.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alex313031.Thorium.AVX2 +PackageVersion: 126.0.6478.231 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AlgorandFoundation/AlgoKit/2.2.2/AlgorandFoundation.AlgoKit.installer.yaml b/manifests/a/AlgorandFoundation/AlgoKit/2.2.2/AlgorandFoundation.AlgoKit.installer.yaml new file mode 100644 index 0000000000000..4ff387d67400c --- /dev/null +++ b/manifests/a/AlgorandFoundation/AlgoKit/2.2.2/AlgorandFoundation.AlgoKit.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AlgorandFoundation.AlgoKit +PackageVersion: 2.2.2 +Platform: +- Windows.Universal +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +UpgradeBehavior: install +Commands: + - algokit +PackageFamilyName: algokit_hzpbq3dqsa6vt +Installers: +- InstallerUrl: https://github.com/algorandfoundation/algokit-cli/releases/download/v2.2.2/algokit-2.2.2-windows_x64-winget.msix + Architecture: x64 + InstallerSha256: 8EC21DBE88038F5C4139BB38EE47B487A003F891FF5E20969B6F142D214A0DBD + SignatureSha256: 1BB36FE29B17BF1004E04B7AD10E64318C3D2D522C75BB2EE466BB130F963ADD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AlgorandFoundation/AlgoKit/2.2.2/AlgorandFoundation.AlgoKit.locale.en-US.yaml b/manifests/a/AlgorandFoundation/AlgoKit/2.2.2/AlgorandFoundation.AlgoKit.locale.en-US.yaml new file mode 100644 index 0000000000000..bae83166088cd --- /dev/null +++ b/manifests/a/AlgorandFoundation/AlgoKit/2.2.2/AlgorandFoundation.AlgoKit.locale.en-US.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AlgorandFoundation.AlgoKit +PackageVersion: 2.2.2 +PackageLocale: en-US +Publisher: Algorand Foundation +PublisherUrl: https://algorand.foundation/ +Author: Algorand Foundation +PackageName: AlgoKit +PackageUrl: https://github.com/algorandfoundation/algokit-cli +License: MIT License +LicenseUrl: https://github.com/algorandfoundation/algokit-cli/blob/main/LICENSE +ShortDescription: The Algorand AlgoKit CLI is the one-stop shop tool for developers building on the Algorand network. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AlgorandFoundation/AlgoKit/2.2.2/AlgorandFoundation.AlgoKit.yaml b/manifests/a/AlgorandFoundation/AlgoKit/2.2.2/AlgorandFoundation.AlgoKit.yaml new file mode 100644 index 0000000000000..4b0439b44e74c --- /dev/null +++ b/manifests/a/AlgorandFoundation/AlgoKit/2.2.2/AlgorandFoundation.AlgoKit.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AlgorandFoundation.AlgoKit +PackageVersion: 2.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AlgorandFoundation/AlgoKit/2.2.3/AlgorandFoundation.AlgoKit.installer.yaml b/manifests/a/AlgorandFoundation/AlgoKit/2.2.3/AlgorandFoundation.AlgoKit.installer.yaml new file mode 100644 index 0000000000000..57848b3c1ab67 --- /dev/null +++ b/manifests/a/AlgorandFoundation/AlgoKit/2.2.3/AlgorandFoundation.AlgoKit.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AlgorandFoundation.AlgoKit +PackageVersion: 2.2.3 +Platform: +- Windows.Universal +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +UpgradeBehavior: install +Commands: +- algokit +PackageFamilyName: algokit_hzpbq3dqsa6vt +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/algorandfoundation/algokit-cli/releases/download/v2.2.3/algokit-2.2.3-windows_x64-winget.msix + InstallerSha256: 4C1209DFD8FA49DA6B2DB3823823C30A413F92C446B79246CBDB60E5A4C403CE + SignatureSha256: 0FAF1A0A610580F461E34827CD47D913979EA457EB0BB4822AF7414CBFA312EB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AlgorandFoundation/AlgoKit/2.2.3/AlgorandFoundation.AlgoKit.locale.en-US.yaml b/manifests/a/AlgorandFoundation/AlgoKit/2.2.3/AlgorandFoundation.AlgoKit.locale.en-US.yaml new file mode 100644 index 0000000000000..dab1170f3a7c7 --- /dev/null +++ b/manifests/a/AlgorandFoundation/AlgoKit/2.2.3/AlgorandFoundation.AlgoKit.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AlgorandFoundation.AlgoKit +PackageVersion: 2.2.3 +PackageLocale: en-US +Publisher: Algorand Foundation +PublisherUrl: https://algorand.foundation/ +Author: Algorand Foundation +PackageName: AlgoKit +PackageUrl: https://github.com/algorandfoundation/algokit-cli +License: MIT License +LicenseUrl: https://github.com/algorandfoundation/algokit-cli/blob/main/LICENSE +ShortDescription: The Algorand AlgoKit CLI is the one-stop shop tool for developers building on the Algorand network. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AlgorandFoundation/AlgoKit/2.2.3/AlgorandFoundation.AlgoKit.yaml b/manifests/a/AlgorandFoundation/AlgoKit/2.2.3/AlgorandFoundation.AlgoKit.yaml new file mode 100644 index 0000000000000..73ca4c93dd144 --- /dev/null +++ b/manifests/a/AlgorandFoundation/AlgoKit/2.2.3/AlgorandFoundation.AlgoKit.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AlgorandFoundation.AlgoKit +PackageVersion: 2.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AlgorandFoundation/AlgoKit/2.3.0/AlgorandFoundation.AlgoKit.installer.yaml b/manifests/a/AlgorandFoundation/AlgoKit/2.3.0/AlgorandFoundation.AlgoKit.installer.yaml new file mode 100644 index 0000000000000..d6308a22fd38e --- /dev/null +++ b/manifests/a/AlgorandFoundation/AlgoKit/2.3.0/AlgorandFoundation.AlgoKit.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AlgorandFoundation.AlgoKit +PackageVersion: 2.3.0 +Platform: +- Windows.Universal +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +UpgradeBehavior: install +Commands: +- algokit +PackageFamilyName: algokit_hzpbq3dqsa6vt +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/algorandfoundation/algokit-cli/releases/download/v2.3.0/algokit-2.3.0-windows_x64-winget.msix + InstallerSha256: F24AFB6F842958095D155346B88D20A6BE18970DE867DE9C4695D5B0670D1342 + SignatureSha256: 4FEFD903B9335E6C2CE3720170A90D230D1AED7C074816AA748C071C654A00FE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AlgorandFoundation/AlgoKit/2.3.0/AlgorandFoundation.AlgoKit.locale.en-US.yaml b/manifests/a/AlgorandFoundation/AlgoKit/2.3.0/AlgorandFoundation.AlgoKit.locale.en-US.yaml new file mode 100644 index 0000000000000..7fe90bb435be8 --- /dev/null +++ b/manifests/a/AlgorandFoundation/AlgoKit/2.3.0/AlgorandFoundation.AlgoKit.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AlgorandFoundation.AlgoKit +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: Algorand Foundation +PublisherUrl: https://algorand.foundation/ +Author: Algorand Foundation +PackageName: AlgoKit +PackageUrl: https://github.com/algorandfoundation/algokit-cli +License: MIT License +LicenseUrl: https://github.com/algorandfoundation/algokit-cli/blob/main/LICENSE +ShortDescription: The Algorand AlgoKit CLI is the one-stop shop tool for developers building on the Algorand network. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AlgorandFoundation/AlgoKit/2.3.0/AlgorandFoundation.AlgoKit.yaml b/manifests/a/AlgorandFoundation/AlgoKit/2.3.0/AlgorandFoundation.AlgoKit.yaml new file mode 100644 index 0000000000000..3e7de3b9fe7b6 --- /dev/null +++ b/manifests/a/AlgorandFoundation/AlgoKit/2.3.0/AlgorandFoundation.AlgoKit.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AlgorandFoundation.AlgoKit +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AliMail/2.9.0/Alibaba.AliMail.installer.yaml b/manifests/a/Alibaba/AliMail/2.9.0/Alibaba.AliMail.installer.yaml new file mode 100644 index 0000000000000..5641c5bcb516d --- /dev/null +++ b/manifests/a/Alibaba/AliMail/2.9.0/Alibaba.AliMail.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.AliMail +PackageVersion: 2.9.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- alimaildesktop +ReleaseDate: 2024-07-26 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://aliyun-alimail-desktop.oss-cn-hangzhou.aliyuncs.com/alimail/alimail-standard/2.9.0/updater/win32/ia32/AliMail-2.9.0.exe + InstallerSha256: 5C1E83DBDDDB2B3BEF0E52278C40025EDBE15671A9955A1F12D92C8E0C81CC27 + InstallerSwitches: + Custom: /currentuser + ProductCode: a2c56d7c-b1c7-5b29-b179-74ce70cef1fd +- Architecture: x64 + Scope: machine + InstallerUrl: https://aliyun-alimail-desktop.oss-cn-hangzhou.aliyuncs.com/alimail/alimail-standard/2.9.0/updater/win32/ia32/AliMail-2.9.0.exe + InstallerSha256: 5C1E83DBDDDB2B3BEF0E52278C40025EDBE15671A9955A1F12D92C8E0C81CC27 + InstallerSwitches: + Custom: /allusers + ProductCode: a2c56d7c-b1c7-5b29-b179-74ce70cef1fd + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AliMail/2.9.0/Alibaba.AliMail.locale.en-US.yaml b/manifests/a/Alibaba/AliMail/2.9.0/Alibaba.AliMail.locale.en-US.yaml new file mode 100644 index 0000000000000..59924a2560e47 --- /dev/null +++ b/manifests/a/Alibaba/AliMail/2.9.0/Alibaba.AliMail.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AliMail +PackageVersion: 2.9.0 +PackageLocale: en-US +Publisher: 阿里邮箱 +PublisherUrl: https://wanwang.aliyun.com/mail +PublisherSupportUrl: https://help.aliyun.com/product/35466.html +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud202001092018_32009.html +Author: Aliyun Computing Co., Ltd. +PackageName: AliMail +PackageUrl: https://mail.aliyun.com/mail-pages/download.html +License: Proprietary +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202112121250_92912.html +Copyright: Copyright © 2024 阿里邮箱 +# CopyrightUrl: +ShortDescription: Alibaba Mail for Windows +# Description: +# Moniker: +Tags: +- email +- mail +- mailbox +# ReleaseNotes: +ReleaseNotesUrl: https://help.aliyun.com/document_detail/2530746.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AliMail/2.9.0/Alibaba.AliMail.locale.zh-CN.yaml b/manifests/a/Alibaba/AliMail/2.9.0/Alibaba.AliMail.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b5e398aec3c41 --- /dev/null +++ b/manifests/a/Alibaba/AliMail/2.9.0/Alibaba.AliMail.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AliMail +PackageVersion: 2.9.0 +PackageLocale: zh-CN +Publisher: 阿里邮箱 +PublisherUrl: https://wanwang.aliyun.com/mail +PublisherSupportUrl: https://help.aliyun.com/product/35466.html +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud202001092018_32009.html +Author: 阿里云计算有限公司 +PackageName: AliMail +PackageUrl: https://mail.aliyun.com/mail-pages/download.html +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202112121250_92912.html +Copyright: Copyright © 2024 阿里邮箱 +# CopyrightUrl: +ShortDescription: 阿里邮箱 for Windows +# Description: +# Moniker: +Tags: +- 电子邮件 +- 邮件 +- 邮箱 +# ReleaseNotes: +ReleaseNotesUrl: https://help.aliyun.com/document_detail/2530746.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AliMail/2.9.0/Alibaba.AliMail.yaml b/manifests/a/Alibaba/AliMail/2.9.0/Alibaba.AliMail.yaml new file mode 100644 index 0000000000000..f1d40f6b30365 --- /dev/null +++ b/manifests/a/Alibaba/AliMail/2.9.0/Alibaba.AliMail.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.AliMail +PackageVersion: 2.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.214/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.214/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 0000000000000..7329e2e85694a --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.214/Alibaba.AlibabaCloudCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.214 +InstallerType: zip +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.0.214/aliyun-cli-windows-3.0.214-amd64.zip + InstallerSha256: 739004281CB2CF9C4C44E2C86215D9B76F86A721DCFE106DFED5E1B6BFD737D4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.214/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.214/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..32b5e432685be --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.214/Alibaba.AlibabaCloudCLI.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.214 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: |- + What's Changed + - upgrade ossutil to v1.7.19 by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1047 + - fix remain args pass by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1048 + - build(deps): bump github.com/alibabacloud-go/tea-utils/v2 from 2.0.5 to 2.0.6 by @dependabot in https://github.com/aliyun/aliyun-cli/pull/1053 + - improve test coverage by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1052 + - Test v4 by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1051 + - move UnquoteString to output_filter.go by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1050 + - Add command: aliyun configure switch by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1055 + - remove useless readme by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1056 + - fix the parser for oss by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1057 + - add debug bin into ignore list by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1058 + Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.0.213...v3.0.214 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.214 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.214/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.214/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..43db81c862647 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.214/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.214 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +# Moniker: +Tags: +- 阿里云 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.214 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.214/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.214/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 0000000000000..5b9968faaefcc --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.214/Alibaba.AlibabaCloudCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.214 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.215/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.215/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 0000000000000..e47439f9684ab --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.215/Alibaba.AlibabaCloudCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.215 +InstallerType: zip +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.0.215/aliyun-cli-windows-3.0.215-amd64.zip + InstallerSha256: BB560B4DFB5284A97D41C332C153E68289144B15D5285C4EAD052AF08313ABDE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.215/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.215/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..9b6b770c86887 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.215/Alibaba.AlibabaCloudCLI.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.215 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: |- + What's Changed + - Standard the NO_COLOR by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1059 + - fix oss test case by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1060 + - remove the Output struct by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1061 + - improve doc for configure by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1066 + - rename writer to stdout by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1070 + Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.0.214...v3.0.215 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.215 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.215/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.215/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0c6891a93ffe6 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.215/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.215 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +# Moniker: +Tags: +- 阿里云 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.215 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.215/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.215/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 0000000000000..043f66c87bb64 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.215/Alibaba.AlibabaCloudCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.215 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.216/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.216/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 0000000000000..1f9e91ee16e7b --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.216/Alibaba.AlibabaCloudCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.216 +InstallerType: zip +ReleaseDate: 2024-07-29 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.0.216/aliyun-cli-windows-3.0.216-amd64.zip + InstallerSha256: 38E60DDF852354A52D8C1A24ED4194620F25D350F54D7779A3180651C3FBE9F2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.216/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.216/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..a25a85553ef52 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.216/Alibaba.AlibabaCloudCLI.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.216 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: |- + What's Changed + - build(deps): bump github.com/aliyun/credentials-go from 1.3.5 to 1.3.6 by @dependabot in https://github.com/aliyun/aliyun-cli/pull/1071 + Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.0.215...v3.0.216 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.216 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.216/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.216/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4ade148e34de6 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.216/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.216 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +# Moniker: +Tags: +- 阿里云 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.216 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.216/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.216/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 0000000000000..ac34c7b0f1948 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.216/Alibaba.AlibabaCloudCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.216 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.218/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.218/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 0000000000000..5e317daf578b4 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.218/Alibaba.AlibabaCloudCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.218 +InstallerType: zip +ReleaseDate: 2024-08-12 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.0.218/aliyun-cli-windows-3.0.218-amd64.zip + InstallerSha256: 98BF10DE4F5A35C3736140384863467D362E7F3F07E6F55D883339A67FA9FE23 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.218/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.218/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..6b5b879d8cdc8 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.218/Alibaba.AlibabaCloudCLI.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.218 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: |- + What's Changed + - update developer id cert by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1084 + Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.0.217...v3.0.218 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.218 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.218/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.218/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..432abcb751c75 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.218/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.218 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +# Moniker: +Tags: +- 阿里云 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.218 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.218/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.218/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 0000000000000..44c12b9877739 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.218/Alibaba.AlibabaCloudCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.218 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.219/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.219/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 0000000000000..47ed4cac769ba --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.219/Alibaba.AlibabaCloudCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.219 +InstallerType: zip +ReleaseDate: 2024-08-15 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.0.219/aliyun-cli-windows-3.0.219-amd64.zip + InstallerSha256: DB57019C70D99DFDF3905137D6F61EEB8A1EE1879918AB8EA0CCF24CE995A9F9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.219/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.219/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..aef2b8850b59b --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.219/Alibaba.AlibabaCloudCLI.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.219 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: |- + What's Changed + - update checkout action to v4 by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1085 + - build(deps): bump github.com/aliyun/credentials-go from 1.3.6 to 1.3.7 by @dependabot in https://github.com/aliyun/aliyun-cli/pull/1088 + - build(deps): bump github.com/aliyun/alibaba-cloud-sdk-go from 1.62.719 to 1.63.0 by @dependabot in https://github.com/aliyun/aliyun-cli/pull/1089 + - reduce size of configuration file by @JacksonTian in https://github.com/aliyun/aliyun-cli/pull/1087 + Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.0.218...v3.0.219 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.219 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.219/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.219/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f92865b21e615 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.219/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.219 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +# Moniker: +Tags: +- 阿里云 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.219 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.219/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.219/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 0000000000000..99cce069a923b --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.219/Alibaba.AlibabaCloudCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.219 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.220/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.220/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 0000000000000..b8cd4165796de --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.220/Alibaba.AlibabaCloudCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.220 +InstallerType: zip +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.0.220/aliyun-cli-windows-3.0.220-amd64.zip + InstallerSha256: 73CF697B409359BA1B2446C687FCE2F59E2D141101AF95DB8436599AEA081BCF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.220/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.220/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..6ad8cf2ca56e3 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.220/Alibaba.AlibabaCloudCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.220 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: 'Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.0.219...v3.0.220' +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.220 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.220/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.220/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cc3d595f5d1c0 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.220/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.220 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +# Moniker: +Tags: +- 阿里云 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.220 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.220/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.220/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 0000000000000..f5bd3ecd76148 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.220/Alibaba.AlibabaCloudCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.220 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.221/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.221/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 0000000000000..f44286f79298a --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.221/Alibaba.AlibabaCloudCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.221 +InstallerType: zip +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.0.221/aliyun-cli-windows-3.0.221-amd64.zip + InstallerSha256: F4BC7CC25B73DFF36161E8D756D2CC5E2C4CB8A2DCA32E2EECD3338057E94E29 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.221/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.221/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..31e0434a47531 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.221/Alibaba.AlibabaCloudCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.221 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: 'Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.0.220...v3.0.221' +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.221 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.221/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.221/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..48513cf6855ca --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.221/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.221 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +# Moniker: +Tags: +- 阿里云 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.221 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.221/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.221/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 0000000000000..5de7599b1725d --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.221/Alibaba.AlibabaCloudCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.221 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.222/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.222/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 0000000000000..c462eea307903 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.222/Alibaba.AlibabaCloudCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.222 +InstallerType: zip +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.0.222/aliyun-cli-windows-3.0.222-amd64.zip + InstallerSha256: C6E3A0CB4B1076154875CA9BD81CC2FD0ABDE1C6461B7273018CE8D2F15E4A85 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.222/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.222/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..58db04f42678d --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.222/Alibaba.AlibabaCloudCLI.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.222 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: |- + What's Changed + - build(deps): bump github.com/aliyun/credentials-go from 1.3.7 to 1.3.9 by @dependabot in https://github.com/aliyun/aliyun-cli/pull/1096 + Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.0.221...v3.0.222 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.222 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.222/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.222/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f2aa9debaaf08 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.222/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.222 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +# CopyrightUrl: +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +# Moniker: +Tags: +- 阿里云 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.222 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.222/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.222/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 0000000000000..083e674e08ad7 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.222/Alibaba.AlibabaCloudCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.222 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.0-Release.72310802/Alibaba.DingTalk.installer.yaml b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72310802/Alibaba.DingTalk.installer.yaml new file mode 100644 index 0000000000000..4e8b481c727d8 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72310802/Alibaba.DingTalk.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.0-Release.72310802 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +Protocols: +- dingtalk +- dingtalkscheme +ReleaseDate: 2024-07-23 +Installers: +- Architecture: x64 + InstallerUrl: https://dtapp-pub.dingtalk.com/dingtalk-desktop/win_installer/Release/DingTalk_v7.6.0.72310802.exe + InstallerSha256: 1BB9AA8A261544FFE5670143334067C84068C4D9637CC768527D585B46525D49 + ProductCode: DingTalk +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.0-Release.72310802/Alibaba.DingTalk.locale.en-US.yaml b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72310802/Alibaba.DingTalk.locale.en-US.yaml new file mode 100644 index 0000000000000..37e76fc837aa0 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72310802/Alibaba.DingTalk.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.0-Release.72310802 +PackageLocale: en-US +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +PublisherSupportUrl: https://tms.dingtalk.com/markets/dingtalk/int-guide/en +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk +PackageUrl: https://page.dingtalk.com/wow/dingtalk/act/en-download +License: Proprietary +LicenseUrl: https://page.dingtalk.com/wow/dingtalk/act/service-en-lite +Copyright: 2014-2024 Alibaba DingTalk, all rights resrved. +# CopyrightUrl: +ShortDescription: DingTalk, make work and study easy +Description: DingTalk is an intelligent working platform created by Alibaba Group to support tens of millions of enterprises to achieve higher working efficiency with the new digitalized working method. +Moniker: dingding +Tags: +- attendance +- bussiness +- check-in +- collaboration +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- work +- working +ReleaseNotes: This update includes bug fixes and user interface improvements. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.0-Release.72310802/Alibaba.DingTalk.locale.zh-CN.yaml b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72310802/Alibaba.DingTalk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b73cdc759deae --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72310802/Alibaba.DingTalk.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.0-Release.72310802 +PackageLocale: zh-CN +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +PackageName: 钉钉 +PackageUrl: https://page.dingtalk.com/wow/z/dingtalk/default/dddownload-index +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_84493.html +Copyright: 2014-2024 阿里钉钉 版权所有。 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: 钉钉,让工作学习更简单 +Description: 钉钉(DingTalk)是中国领先的智能移动办公平台,由阿里巴巴集团开发,免费提供给所有中国企业,用于商务沟通和工作协同。2015 年 1 月份正式发版上线,截至 2016 年 12 月 31 日,钉钉的企业组织数量突破 500 万家,成为中国企业社交知名品牌。随着大量优秀企业的入驻,钉钉也成为各行各业优秀工作方式的分享平台。 +# Moniker: +Tags: +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: 修复了一些已知问题,提升了用户体验。 +ReleaseNotesUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2/docs/lyQod3RxJK3m0PQ9sE31rYGmJkb4Mw9r +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.0-Release.72310802/Alibaba.DingTalk.yaml b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72310802/Alibaba.DingTalk.yaml new file mode 100644 index 0000000000000..6e50c852850cd --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72310802/Alibaba.DingTalk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.0-Release.72310802 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.0-Release.72910805/Alibaba.DingTalk.installer.yaml b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72910805/Alibaba.DingTalk.installer.yaml new file mode 100644 index 0000000000000..7f852eeabe728 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72910805/Alibaba.DingTalk.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.0-Release.72910805 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +Protocols: +- dingtalk +- dingtalkscheme +ReleaseDate: 2024-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://dtapp-pub.dingtalk.com/dingtalk-desktop/win_installer/Release/DingTalk_v7.6.0.72910805.exe + InstallerSha256: 25BA50B1012D70FF40588072BB488971393DABC4C76ACEDE068ACEDFA10A577E + ProductCode: DingTalk +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.0-Release.72910805/Alibaba.DingTalk.locale.en-US.yaml b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72910805/Alibaba.DingTalk.locale.en-US.yaml new file mode 100644 index 0000000000000..b66466122d29e --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72910805/Alibaba.DingTalk.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.0-Release.72910805 +PackageLocale: en-US +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +PublisherSupportUrl: https://tms.dingtalk.com/markets/dingtalk/int-guide/en +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk +PackageUrl: https://page.dingtalk.com/wow/dingtalk/act/en-download +License: Proprietary +LicenseUrl: https://page.dingtalk.com/wow/dingtalk/act/service-en-lite +Copyright: 2014-2024 Alibaba DingTalk, all rights resrved. +# CopyrightUrl: +ShortDescription: DingTalk, make work and study easy +Description: DingTalk is an intelligent working platform created by Alibaba Group to support tens of millions of enterprises to achieve higher working efficiency with the new digitalized working method. +Moniker: dingding +Tags: +- attendance +- bussiness +- check-in +- collaboration +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- work +- working +ReleaseNotes: This update includes bug fixes and user interface improvements. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.0-Release.72910805/Alibaba.DingTalk.locale.zh-CN.yaml b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72910805/Alibaba.DingTalk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..647578e145b9e --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72910805/Alibaba.DingTalk.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.0-Release.72910805 +PackageLocale: zh-CN +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +PackageName: 钉钉 +PackageUrl: https://page.dingtalk.com/wow/z/dingtalk/default/dddownload-index +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_84493.html +Copyright: 2014-2024 阿里钉钉 版权所有。 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: 钉钉,让工作学习更简单 +Description: 钉钉(DingTalk)是中国领先的智能移动办公平台,由阿里巴巴集团开发,免费提供给所有中国企业,用于商务沟通和工作协同。2015 年 1 月份正式发版上线,截至 2016 年 12 月 31 日,钉钉的企业组织数量突破 500 万家,成为中国企业社交知名品牌。随着大量优秀企业的入驻,钉钉也成为各行各业优秀工作方式的分享平台。 +# Moniker: +Tags: +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: 修复了一些已知问题,提升了用户体验。 +ReleaseNotesUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2/docs/lyQod3RxJK3m0PQ9sE31rYGmJkb4Mw9r +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.0-Release.72910805/Alibaba.DingTalk.yaml b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72910805/Alibaba.DingTalk.yaml new file mode 100644 index 0000000000000..cd7db345965f9 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.0-Release.72910805/Alibaba.DingTalk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.0-Release.72910805 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.0-Release.73010802/Alibaba.DingTalk.installer.yaml b/manifests/a/Alibaba/DingTalk/7.6.0-Release.73010802/Alibaba.DingTalk.installer.yaml new file mode 100644 index 0000000000000..9d7c7ff00ed29 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.0-Release.73010802/Alibaba.DingTalk.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.0-Release.73010802 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +Protocols: +- dingtalk +- dingtalkscheme +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://dtapp-pub.dingtalk.com/dingtalk-desktop/win_installer/Release/DingTalk_v7.6.0.73010802.exe + InstallerSha256: D96E5C9734EB16D7723745AD3A5FC7203288C4D48929CD66B08F83A23CB3EFF9 + ProductCode: DingTalk +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.0-Release.73010802/Alibaba.DingTalk.locale.en-US.yaml b/manifests/a/Alibaba/DingTalk/7.6.0-Release.73010802/Alibaba.DingTalk.locale.en-US.yaml new file mode 100644 index 0000000000000..c7adb0f51a674 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.0-Release.73010802/Alibaba.DingTalk.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.0-Release.73010802 +PackageLocale: en-US +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +PublisherSupportUrl: https://tms.dingtalk.com/markets/dingtalk/int-guide/en +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk +PackageUrl: https://page.dingtalk.com/wow/dingtalk/act/en-download +License: Proprietary +LicenseUrl: https://page.dingtalk.com/wow/dingtalk/act/service-en-lite +Copyright: 2014-2024 Alibaba DingTalk, all rights resrved. +# CopyrightUrl: +ShortDescription: DingTalk, make work and study easy +Description: DingTalk is an intelligent working platform created by Alibaba Group to support tens of millions of enterprises to achieve higher working efficiency with the new digitalized working method. +Moniker: dingding +Tags: +- attendance +- bussiness +- check-in +- collaboration +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- work +- working +ReleaseNotes: This update includes bug fixes and user interface improvements. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.0-Release.73010802/Alibaba.DingTalk.locale.zh-CN.yaml b/manifests/a/Alibaba/DingTalk/7.6.0-Release.73010802/Alibaba.DingTalk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..99a1b81903aca --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.0-Release.73010802/Alibaba.DingTalk.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.0-Release.73010802 +PackageLocale: zh-CN +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +PackageName: 钉钉 +PackageUrl: https://page.dingtalk.com/wow/z/dingtalk/default/dddownload-index +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_84493.html +Copyright: 2014-2024 阿里钉钉 版权所有。 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: 钉钉,让工作学习更简单 +Description: 钉钉(DingTalk)是中国领先的智能移动办公平台,由阿里巴巴集团开发,免费提供给所有中国企业,用于商务沟通和工作协同。2015 年 1 月份正式发版上线,截至 2016 年 12 月 31 日,钉钉的企业组织数量突破 500 万家,成为中国企业社交知名品牌。随着大量优秀企业的入驻,钉钉也成为各行各业优秀工作方式的分享平台。 +# Moniker: +Tags: +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: 修复了一些已知问题,提升了用户体验。 +ReleaseNotesUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2/docs/lyQod3RxJK3m0PQ9sE31rYGmJkb4Mw9r +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.0-Release.73010802/Alibaba.DingTalk.yaml b/manifests/a/Alibaba/DingTalk/7.6.0-Release.73010802/Alibaba.DingTalk.yaml new file mode 100644 index 0000000000000..73c47b882e732 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.0-Release.73010802/Alibaba.DingTalk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.0-Release.73010802 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.81510803/Alibaba.DingTalk.installer.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81510803/Alibaba.DingTalk.installer.yaml new file mode 100644 index 0000000000000..5829529beea2b --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81510803/Alibaba.DingTalk.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.81510803 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +Protocols: +- dingtalk +- dingtalkscheme +ReleaseDate: 2024-08-15 +Installers: +- Architecture: x64 + InstallerUrl: https://dtapp-pub.dingtalk.com/dingtalk-desktop/win_installer/Release/DingTalk_v7.6.10.81510803.exe + InstallerSha256: 7B212AEE9315D33292FC7EEC38E579A464C0EFFFF61CE11E34A258D6857EC640 + ProductCode: DingTalk +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.81510803/Alibaba.DingTalk.locale.en-US.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81510803/Alibaba.DingTalk.locale.en-US.yaml new file mode 100644 index 0000000000000..b8e15c95c0960 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81510803/Alibaba.DingTalk.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.81510803 +PackageLocale: en-US +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +PublisherSupportUrl: https://tms.dingtalk.com/markets/dingtalk/int-guide/en +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk +PackageUrl: https://page.dingtalk.com/wow/dingtalk/act/en-download +License: Proprietary +LicenseUrl: https://page.dingtalk.com/wow/dingtalk/act/service-en-lite +Copyright: 2014-2024 Alibaba DingTalk, all rights resrved. +# CopyrightUrl: +ShortDescription: DingTalk, make work and study easy +Description: DingTalk is an intelligent working platform created by Alibaba Group to support tens of millions of enterprises to achieve higher working efficiency with the new digitalized working method. +Moniker: dingding +Tags: +- attendance +- bussiness +- check-in +- collaboration +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- work +- working +ReleaseNotes: This update includes bug fixes and user interface improvements. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.81510803/Alibaba.DingTalk.locale.zh-CN.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81510803/Alibaba.DingTalk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e79070529a850 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81510803/Alibaba.DingTalk.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.81510803 +PackageLocale: zh-CN +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +PackageName: 钉钉 +PackageUrl: https://page.dingtalk.com/wow/z/dingtalk/default/dddownload-index +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_84493.html +Copyright: 2014-2024 阿里钉钉 版权所有。 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: 钉钉,让工作学习更简单 +Description: 钉钉(DingTalk)是中国领先的智能移动办公平台,由阿里巴巴集团开发,免费提供给所有中国企业,用于商务沟通和工作协同。2015 年 1 月份正式发版上线,截至 2016 年 12 月 31 日,钉钉的企业组织数量突破 500 万家,成为中国企业社交知名品牌。随着大量优秀企业的入驻,钉钉也成为各行各业优秀工作方式的分享平台。 +# Moniker: +Tags: +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: 修复了一些已知问题,提升了用户体验。 +ReleaseNotesUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2/docs/lyQod3RxJK3m0PQ9sE31rYGmJkb4Mw9r +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.81510803/Alibaba.DingTalk.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81510803/Alibaba.DingTalk.yaml new file mode 100644 index 0000000000000..9fe560f74b716 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81510803/Alibaba.DingTalk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.81510803 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.81910806/Alibaba.DingTalk.installer.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81910806/Alibaba.DingTalk.installer.yaml new file mode 100644 index 0000000000000..c4eb50766ccdf --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81910806/Alibaba.DingTalk.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.81910806 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +Protocols: +- dingtalk +- dingtalkscheme +ReleaseDate: 2024-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://dtapp-pub.dingtalk.com/dingtalk-desktop/win_installer/Release/DingTalk_v7.6.10.81910806.exe + InstallerSha256: E32B354F3E7A06C9E8E852F7C809A7F4B112BD01D279E6AB918F11B6D482059C + ProductCode: DingTalk +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.81910806/Alibaba.DingTalk.locale.en-US.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81910806/Alibaba.DingTalk.locale.en-US.yaml new file mode 100644 index 0000000000000..ebb613c389064 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81910806/Alibaba.DingTalk.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.81910806 +PackageLocale: en-US +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +PublisherSupportUrl: https://tms.dingtalk.com/markets/dingtalk/int-guide/en +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk +PackageUrl: https://page.dingtalk.com/wow/dingtalk/act/en-download +License: Proprietary +LicenseUrl: https://page.dingtalk.com/wow/dingtalk/act/service-en-lite +Copyright: 2014-2024 Alibaba DingTalk, all rights resrved. +# CopyrightUrl: +ShortDescription: DingTalk, make work and study easy +Description: DingTalk is an intelligent working platform created by Alibaba Group to support tens of millions of enterprises to achieve higher working efficiency with the new digitalized working method. +Moniker: dingding +Tags: +- attendance +- bussiness +- check-in +- collaboration +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- work +- working +ReleaseNotes: This update includes bug fixes and user interface improvements. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.81910806/Alibaba.DingTalk.locale.zh-CN.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81910806/Alibaba.DingTalk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1cfb3cde6b060 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81910806/Alibaba.DingTalk.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.81910806 +PackageLocale: zh-CN +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +PackageName: 钉钉 +PackageUrl: https://page.dingtalk.com/wow/z/dingtalk/default/dddownload-index +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_84493.html +Copyright: 2014-2024 阿里钉钉 版权所有。 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: 钉钉,让工作学习更简单 +Description: 钉钉(DingTalk)是中国领先的智能移动办公平台,由阿里巴巴集团开发,免费提供给所有中国企业,用于商务沟通和工作协同。2015 年 1 月份正式发版上线,截至 2016 年 12 月 31 日,钉钉的企业组织数量突破 500 万家,成为中国企业社交知名品牌。随着大量优秀企业的入驻,钉钉也成为各行各业优秀工作方式的分享平台。 +# Moniker: +Tags: +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: 修复了一些已知问题,提升了用户体验。 +ReleaseNotesUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2/docs/lyQod3RxJK3m0PQ9sE31rYGmJkb4Mw9r +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.81910806/Alibaba.DingTalk.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81910806/Alibaba.DingTalk.yaml new file mode 100644 index 0000000000000..84dddcb3843f9 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.81910806/Alibaba.DingTalk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.81910806 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010805/Alibaba.DingTalk.installer.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010805/Alibaba.DingTalk.installer.yaml new file mode 100644 index 0000000000000..f443245fa439d --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010805/Alibaba.DingTalk.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.82010805 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +Protocols: +- dingtalk +- dingtalkscheme +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://dtapp-pub.dingtalk.com/dingtalk-desktop/win_installer/Release/DingTalk_v7.6.10.82010805.exe + InstallerSha256: A12278AC17DD3F686DBCA9A94BC217DF50B9A7530349012E3FE6FFF32942C6E3 + ProductCode: DingTalk +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010805/Alibaba.DingTalk.locale.en-US.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010805/Alibaba.DingTalk.locale.en-US.yaml new file mode 100644 index 0000000000000..deb63ea662796 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010805/Alibaba.DingTalk.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.82010805 +PackageLocale: en-US +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +PublisherSupportUrl: https://tms.dingtalk.com/markets/dingtalk/int-guide/en +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk +PackageUrl: https://page.dingtalk.com/wow/dingtalk/act/en-download +License: Proprietary +LicenseUrl: https://page.dingtalk.com/wow/dingtalk/act/service-en-lite +Copyright: 2014-2024 Alibaba DingTalk, all rights resrved. +# CopyrightUrl: +ShortDescription: DingTalk, make work and study easy +Description: DingTalk is an intelligent working platform created by Alibaba Group to support tens of millions of enterprises to achieve higher working efficiency with the new digitalized working method. +Moniker: dingding +Tags: +- attendance +- bussiness +- check-in +- collaboration +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- work +- working +ReleaseNotes: This update includes bug fixes and user interface improvements. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010805/Alibaba.DingTalk.locale.zh-CN.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010805/Alibaba.DingTalk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0ada9c040455a --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010805/Alibaba.DingTalk.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.82010805 +PackageLocale: zh-CN +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +PackageName: 钉钉 +PackageUrl: https://page.dingtalk.com/wow/z/dingtalk/default/dddownload-index +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_84493.html +Copyright: 2014-2024 阿里钉钉 版权所有。 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: 钉钉,让工作学习更简单 +Description: 钉钉(DingTalk)是中国领先的智能移动办公平台,由阿里巴巴集团开发,免费提供给所有中国企业,用于商务沟通和工作协同。2015 年 1 月份正式发版上线,截至 2016 年 12 月 31 日,钉钉的企业组织数量突破 500 万家,成为中国企业社交知名品牌。随着大量优秀企业的入驻,钉钉也成为各行各业优秀工作方式的分享平台。 +# Moniker: +Tags: +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: 修复了一些已知问题,提升了用户体验。 +ReleaseNotesUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2/docs/lyQod3RxJK3m0PQ9sE31rYGmJkb4Mw9r +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010805/Alibaba.DingTalk.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010805/Alibaba.DingTalk.yaml new file mode 100644 index 0000000000000..98278cb83101c --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010805/Alibaba.DingTalk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.82010805 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010807/Alibaba.DingTalk.installer.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010807/Alibaba.DingTalk.installer.yaml new file mode 100644 index 0000000000000..4861f47525a53 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010807/Alibaba.DingTalk.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.82010807 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +Protocols: +- dingtalk +- dingtalkscheme +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://dtapp-pub.dingtalk.com/dingtalk-desktop/win_installer/Release/DingTalk_v7.6.10.82010807.exe + InstallerSha256: 38D295B4043318A467BCFA569A80D9D4FCB477C2BB524398F724A0A218BC52D0 + ProductCode: DingTalk +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010807/Alibaba.DingTalk.locale.en-US.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010807/Alibaba.DingTalk.locale.en-US.yaml new file mode 100644 index 0000000000000..268f121f4fb69 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010807/Alibaba.DingTalk.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.82010807 +PackageLocale: en-US +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +PublisherSupportUrl: https://tms.dingtalk.com/markets/dingtalk/int-guide/en +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk +PackageUrl: https://page.dingtalk.com/wow/dingtalk/act/en-download +License: Proprietary +LicenseUrl: https://page.dingtalk.com/wow/dingtalk/act/service-en-lite +Copyright: 2014-2024 Alibaba DingTalk, all rights resrved. +# CopyrightUrl: +ShortDescription: DingTalk, make work and study easy +Description: DingTalk is an intelligent working platform created by Alibaba Group to support tens of millions of enterprises to achieve higher working efficiency with the new digitalized working method. +Moniker: dingding +Tags: +- attendance +- bussiness +- check-in +- collaboration +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- work +- working +ReleaseNotes: This update includes bug fixes and user interface improvements. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010807/Alibaba.DingTalk.locale.zh-CN.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010807/Alibaba.DingTalk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..39f896c4eb724 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010807/Alibaba.DingTalk.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.82010807 +PackageLocale: zh-CN +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +PackageName: 钉钉 +PackageUrl: https://page.dingtalk.com/wow/z/dingtalk/default/dddownload-index +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_84493.html +Copyright: 2014-2024 阿里钉钉 版权所有。 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: 钉钉,让工作学习更简单 +Description: 钉钉(DingTalk)是中国领先的智能移动办公平台,由阿里巴巴集团开发,免费提供给所有中国企业,用于商务沟通和工作协同。2015 年 1 月份正式发版上线,截至 2016 年 12 月 31 日,钉钉的企业组织数量突破 500 万家,成为中国企业社交知名品牌。随着大量优秀企业的入驻,钉钉也成为各行各业优秀工作方式的分享平台。 +# Moniker: +Tags: +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: 修复了一些已知问题,提升了用户体验。 +ReleaseNotesUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2/docs/lyQod3RxJK3m0PQ9sE31rYGmJkb4Mw9r +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010807/Alibaba.DingTalk.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010807/Alibaba.DingTalk.yaml new file mode 100644 index 0000000000000..20badc6f48f5d --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.82010807/Alibaba.DingTalk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.82010807 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.90310802/Alibaba.DingTalk.installer.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.90310802/Alibaba.DingTalk.installer.yaml new file mode 100644 index 0000000000000..f93338600bccc --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.90310802/Alibaba.DingTalk.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.90310802 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +Protocols: +- dingtalk +- dingtalkscheme +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x64 + InstallerUrl: https://dtapp-pub.dingtalk.com/dingtalk-desktop/win_installer/Release/DingTalk_v7.6.10.90310802.exe + InstallerSha256: A04E72663FA0DC778A148D326432890D550A0F3D8ED173F5FC57B3E9BE2A4971 + ProductCode: DingTalk +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.90310802/Alibaba.DingTalk.locale.en-US.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.90310802/Alibaba.DingTalk.locale.en-US.yaml new file mode 100644 index 0000000000000..e7846fed09c1d --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.90310802/Alibaba.DingTalk.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.90310802 +PackageLocale: en-US +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +PublisherSupportUrl: https://tms.dingtalk.com/markets/dingtalk/int-guide/en +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk +PackageUrl: https://page.dingtalk.com/wow/dingtalk/act/en-download +License: Proprietary +LicenseUrl: https://page.dingtalk.com/wow/dingtalk/act/service-en-lite +Copyright: 2014-2024 Alibaba DingTalk, all rights resrved. +# CopyrightUrl: +ShortDescription: DingTalk, make work and study easy +Description: DingTalk is an intelligent working platform created by Alibaba Group to support tens of millions of enterprises to achieve higher working efficiency with the new digitalized working method. +Moniker: dingding +Tags: +- attendance +- bussiness +- check-in +- collaboration +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- work +- working +ReleaseNotes: This update includes bug fixes and user interface improvements. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.90310802/Alibaba.DingTalk.locale.zh-CN.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.90310802/Alibaba.DingTalk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8b95fdaf528ee --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.90310802/Alibaba.DingTalk.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.90310802 +PackageLocale: zh-CN +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +PackageName: 钉钉 +PackageUrl: https://page.dingtalk.com/wow/z/dingtalk/default/dddownload-index +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_84493.html +Copyright: 2014-2024 阿里钉钉 版权所有。 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: 钉钉,让工作学习更简单 +Description: 钉钉(DingTalk)是中国领先的智能移动办公平台,由阿里巴巴集团开发,免费提供给所有中国企业,用于商务沟通和工作协同。2015 年 1 月份正式发版上线,截至 2016 年 12 月 31 日,钉钉的企业组织数量突破 500 万家,成为中国企业社交知名品牌。随着大量优秀企业的入驻,钉钉也成为各行各业优秀工作方式的分享平台。 +# Moniker: +Tags: +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: 修复了一些已知问题,提升了用户体验。 +ReleaseNotesUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2/docs/lyQod3RxJK3m0PQ9sE31rYGmJkb4Mw9r +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.10-Release.90310802/Alibaba.DingTalk.yaml b/manifests/a/Alibaba/DingTalk/7.6.10-Release.90310802/Alibaba.DingTalk.yaml new file mode 100644 index 0000000000000..f8382dacb5b53 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.10-Release.90310802/Alibaba.DingTalk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.10-Release.90310802 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.15-Release.91110808/Alibaba.DingTalk.installer.yaml b/manifests/a/Alibaba/DingTalk/7.6.15-Release.91110808/Alibaba.DingTalk.installer.yaml new file mode 100644 index 0000000000000..ed0491596dcc6 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.15-Release.91110808/Alibaba.DingTalk.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.15-Release.91110808 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +Protocols: +- dingtalk +- dingtalkscheme +ReleaseDate: 2024-09-12 +Installers: +- Architecture: x64 + InstallerUrl: https://dtapp-pub.dingtalk.com/dingtalk-desktop/win_installer/Release/DingTalk_v7.6.15.91110808.exe + InstallerSha256: 817E996408ED8AF82B188E5C93325D4049F654DC98DD476E8DDEB774CD751E98 + ProductCode: DingTalk +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.15-Release.91110808/Alibaba.DingTalk.locale.en-US.yaml b/manifests/a/Alibaba/DingTalk/7.6.15-Release.91110808/Alibaba.DingTalk.locale.en-US.yaml new file mode 100644 index 0000000000000..a26793463bd8e --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.15-Release.91110808/Alibaba.DingTalk.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.15-Release.91110808 +PackageLocale: en-US +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +PublisherSupportUrl: https://tms.dingtalk.com/markets/dingtalk/int-guide/en +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk +PackageUrl: https://page.dingtalk.com/wow/dingtalk/act/en-download +License: Proprietary +LicenseUrl: https://page.dingtalk.com/wow/dingtalk/act/service-en-lite +Copyright: 2014-2024 Alibaba DingTalk, all rights resrved. +# CopyrightUrl: +ShortDescription: DingTalk, make work and study easy +Description: DingTalk is an intelligent working platform created by Alibaba Group to support tens of millions of enterprises to achieve higher working efficiency with the new digitalized working method. +Moniker: dingding +Tags: +- attendance +- bussiness +- check-in +- collaboration +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- work +- working +ReleaseNotes: This update includes bug fixes and user interface improvements. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.15-Release.91110808/Alibaba.DingTalk.locale.zh-CN.yaml b/manifests/a/Alibaba/DingTalk/7.6.15-Release.91110808/Alibaba.DingTalk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..14bbd7cbde668 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.15-Release.91110808/Alibaba.DingTalk.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.15-Release.91110808 +PackageLocale: zh-CN +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +PackageName: 钉钉 +PackageUrl: https://page.dingtalk.com/wow/z/dingtalk/default/dddownload-index +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_84493.html +Copyright: 2014-2024 阿里钉钉 版权所有。 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: 钉钉,让工作学习更简单 +Description: 钉钉(DingTalk)是中国领先的智能移动办公平台,由阿里巴巴集团开发,免费提供给所有中国企业,用于商务沟通和工作协同。2015 年 1 月份正式发版上线,截至 2016 年 12 月 31 日,钉钉的企业组织数量突破 500 万家,成为中国企业社交知名品牌。随着大量优秀企业的入驻,钉钉也成为各行各业优秀工作方式的分享平台。 +# Moniker: +Tags: +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: 修复了一些已知问题,提升了用户体验。 +ReleaseNotesUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2/docs/lyQod3RxJK3m0PQ9sE31rYGmJkb4Mw9r +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/DingTalk/7.6.15-Release.91110808/Alibaba.DingTalk.yaml b/manifests/a/Alibaba/DingTalk/7.6.15-Release.91110808/Alibaba.DingTalk.yaml new file mode 100644 index 0000000000000..f69cf15b4cf19 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/7.6.15-Release.91110808/Alibaba.DingTalk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 7.6.15-Release.91110808 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/MiniProgramStudio/3.9.7/Alibaba.MiniProgramStudio.installer.yaml b/manifests/a/Alibaba/MiniProgramStudio/3.9.7/Alibaba.MiniProgramStudio.installer.yaml new file mode 100644 index 0000000000000..9c800bda4dbae --- /dev/null +++ b/manifests/a/Alibaba/MiniProgramStudio/3.9.7/Alibaba.MiniProgramStudio.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.MiniProgramStudio +PackageVersion: 3.9.7 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- antdevtool-tiny +FileExtensions: +- acss +- axml +- js +- json +- less +- ts +Installers: +- Architecture: x64 + InstallerUrl: https://alipay-miniapp-public.oss-cn-hangzhou.aliyuncs.com/mfupload/MiniProgramStudio-3.9.7-x64.exe + InstallerSha256: 55ACD3982FEA7525152D19023AEBE373D42B320C6780F05AFFC37A23752B485D + ProductCode: d62c6ca9-18a8-5361-90f2-bf27002a49f0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/MiniProgramStudio/3.9.7/Alibaba.MiniProgramStudio.locale.en-US.yaml b/manifests/a/Alibaba/MiniProgramStudio/3.9.7/Alibaba.MiniProgramStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..0c00a7ae0be7a --- /dev/null +++ b/manifests/a/Alibaba/MiniProgramStudio/3.9.7/Alibaba.MiniProgramStudio.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.MiniProgramStudio +PackageVersion: 3.9.7 +PackageLocale: en-US +Publisher: Alipay.com Co., Ltd. +PublisherUrl: https://open.alipay.com/ +PublisherSupportUrl: https://open.alipay.com/portal/forum +# PrivacyUrl: +Author: Alipay (Hangzhou) Information Technology Co., Ltd. +PackageName: 小程序开发者工具 +PackageUrl: https://opendocs.alipay.com/mini/ide/overview +License: Freeware +# LicenseUrl: +Copyright: Copyright © 2024 Ant Group +# CopyrightUrl: +ShortDescription: A one-stop Mini Program development tool by Alipay Open Platform +Description: Mini Program Studio is a one-stop Mini Program development tool by Alipay Open Platform, featuring coding, debugging, testing, uploading, project management, etc. It not only supports developing Alipay Mini Programs, but also supports publishing to Taobao, DingTalk, AMap and many other platforms under Ant Open Ecology with the same code. +# Moniker: +Tags: +- alipay +- code +- coding +- develop +- development +- devtools +- dingding +- dingtalk +- ide +- mini-app +- mini-program +- programming +- web +- webpage +# ReleaseNotes: +ReleaseNotesUrl: https://opendocs.alipay.com/mini/ide/stable_log +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/MiniProgramStudio/3.9.7/Alibaba.MiniProgramStudio.locale.zh-CN.yaml b/manifests/a/Alibaba/MiniProgramStudio/3.9.7/Alibaba.MiniProgramStudio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f0f4e421c7aba --- /dev/null +++ b/manifests/a/Alibaba/MiniProgramStudio/3.9.7/Alibaba.MiniProgramStudio.locale.zh-CN.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.MiniProgramStudio +PackageVersion: 3.9.7 +PackageLocale: zh-CN +Publisher: Alipay.com Co., Ltd. +PublisherUrl: https://open.alipay.com/ +PublisherSupportUrl: https://open.alipay.com/portal/forum +# PrivacyUrl: +Author: 支付宝(杭州)信息技术有限公司 +PackageName: 小程序开发者工具 +PackageUrl: https://opendocs.alipay.com/mini/ide/overview +License: 免费软件 +# LicenseUrl: +Copyright: Copyright © 2024 蚂蚁集团 +# CopyrightUrl: +ShortDescription: 支付宝开放平台打造的一站式小程序研发工具 +Description: 小程序开发者工具是支付宝开放平台打造的一站式小程序研发工具,提供了编码、调试、测试、上传、项目管理等功能,不仅支持开发支付宝小程序,相同代码还通用于蚂蚁开放生态,可直接发布至淘宝、钉钉、高德等应用平台。 +# Moniker: +Tags: +- ide +- 代码 +- 小程序 +- 开发 +- 开发者工具 +- 支付宝 +- 编程 +- 网页 +- 钉钉 +ReleaseNotes: |- + 新增 + - 新增编译面板错误信息跳转到代码文件的点击交互。 + - 新增在项目中新建自定义 Tabbar 的快速修复操作。 + - 新增真机调试中展示 Worker 实例中打印的日志。 + - 新增可选的运行时 polyfill 支持。 + - 模拟器新增摄像头相关 API 功能支持。 + - 新增小游戏项目研发支持。 + 优化 + - 优化调试器内组件数据 Data 和 Props 的展示规则。 + - 优化模拟器内调用 Storage 相关 API 的响应速度。 + - 优化部分展示样式。 + - 编译模式支持更多场景值。 + - 优化模拟器编译速度。 + - 模拟器摄像头相关 API 在 Mac 系统下可以支持使用 iphone 摄像头。 + - 升级模拟器默认小程序基础库版本至 2.9.30. + 修复 + - 修复某些情况下无法正常创建项目名称带空格的项目的问题。 + - 修复开启模拟器详细日志时,加载插件会出现报错信息的问题。 + - 修复某些情况下从模拟器底部页面路径无法跳转页面 typescript 文件的问题。 + - 修复在编译出错恢复后,上传时无法分析文件使用情况的问题。 + - 修复某些情况下热更新会导致模拟器始终处在加载中逻辑的问题。 + - 修复在修改了元素的 class 名称后,调试器元素面板内展示的名称未随之改变的问题。 + - 修复不支持切换基础库版本的多端小程序平台中模拟器展示的基础库版本不正确的问题。 + - 修复添加了 decode 属性的 Text 组件在 Native 模式页面的真机调试中正确展示的问题。 + - 修复某些情况下调试器内展示的报错信息无法跳转到报错位置的问题。 + - 修复某些情况下真机调试不展示元素样式的问题。 + - 修复调试器网络面板内有时会出现不明请求的问题。 + - 修复某些情况下模拟器不展示插件项目的图片的问题。 + - 修复某些情况下模拟器的弹出组件无法正确销毁的问题。 + - 修复开发工具通知红点不消失的问题。 + - 修复未关联应用时,模拟器隐私授权协议会错误显示的问题。 + - 修复真机调试 storage 未能实时更新的问题。 + - 修复模拟器有时无法正常触发 my.request 等 API 的 onHeadersReceived 回调的问题。 + - 修复某些模拟器机型 m y.getSystemInfoSync() 获取到的系统信息 top 值不正确的问题。 + - 修复打开多个项目时,模拟器命中断点的展示错误的问题。 + - 修复模拟器 my.createCameraContext 没有触发相机授权的问题。 + - 修复某些情况下保存文件较慢的问题。 + - 修复某些情况下热更新失效的问题。 + - 修复模拟器内 my.request 返回请求头索引被全部转换为小写的问题。(目前保留服务器返回的原始大小写) + - 修复模拟器自定义 tabbar 安全区域变量生效错误的问题。 + - 修复模拟器 showToast 无法正确换行的问题。 + - 修复模拟器 my.getLeftButtonsBoundingClientRect 返回数值和当前设备不匹配的问题。 +ReleaseNotesUrl: https://opendocs.alipay.com/mini/ide/stable_log +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/MiniProgramStudio/3.9.7/Alibaba.MiniProgramStudio.yaml b/manifests/a/Alibaba/MiniProgramStudio/3.9.7/Alibaba.MiniProgramStudio.yaml new file mode 100644 index 0000000000000..b49b6a15caedf --- /dev/null +++ b/manifests/a/Alibaba/MiniProgramStudio/3.9.7/Alibaba.MiniProgramStudio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.MiniProgramStudio +PackageVersion: 3.9.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.10.0/Alibaba.QuarkCloudDrive.installer.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.10.0/Alibaba.QuarkCloudDrive.installer.yaml new file mode 100644 index 0000000000000..e51ac4c7b12fe --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.10.0/Alibaba.QuarkCloudDrive.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.10.0 +InstallerType: inno +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- magnet +- qkclouddrive +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://pdds.quark.cn/download/stfile/nntrquswqnornpvpc/QuarkCloudDrive_v3.10.0_release_(Build1908610-20240904230730).exe + InstallerSha256: 21E3AC63646C05FC6C85B8DF8D1E9400C4179710A140B1124B1744BCECE755FA + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{82ca84ef-374c-5058-ba56-bb3ddca980c4}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://pdds.quark.cn/download/stfile/nntrquswqnornpvpc/QuarkCloudDrive_v3.10.0_release_(Build1908610-20240904230730).exe + InstallerSha256: 21E3AC63646C05FC6C85B8DF8D1E9400C4179710A140B1124B1744BCECE755FA + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{82ca84ef-374c-5058-ba56-bb3ddca980c4}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.10.0/Alibaba.QuarkCloudDrive.locale.en-US.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.10.0/Alibaba.QuarkCloudDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..1c3bbb61f9271 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.10.0/Alibaba.QuarkCloudDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.10.0 +PackageLocale: en-US +Publisher: Quark +PublisherUrl: https://www.myquark.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251416_20839.html +Author: Guangzhou Dongjing Computer Technology Co., Ltd. +PackageName: 夸克网盘 +# PackageUrl: +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 Quark +# CopyrightUrl: +ShortDescription: Quark Cloud Drive is a cloud service product launched by Quark, featuring cloud storage, HD streaming, online file decompression, PDF one-click conversion, etc. +# Description: +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.10.0/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.10.0/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3255106bd534b --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.10.0/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.10.0 +PackageLocale: zh-CN +Publisher: Quark +PublisherUrl: https://www.myquark.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251416_20839.html +Author: 广州市动景计算机科技有限公司 +PackageName: 夸克网盘 +# PackageUrl: +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 Quark +# CopyrightUrl: +ShortDescription: 夸克网盘是夸克推出的一款云服务产品,功能包括云存储、高清看剧、文件在线解压、PDF 一键转换等。 +# Description: +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: |- + 1. 优化了部分已知问题 + 2. 欢迎大家后续继续提建议,如果遇到体验问题,可以通过夸克网盘-设置-客服咨询反馈,或者联系: 400-109-8622 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.10.0/Alibaba.QuarkCloudDrive.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.10.0/Alibaba.QuarkCloudDrive.yaml new file mode 100644 index 0000000000000..59dce4c298f64 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.10.0/Alibaba.QuarkCloudDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.10.1/Alibaba.QuarkCloudDrive.installer.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.10.1/Alibaba.QuarkCloudDrive.installer.yaml new file mode 100644 index 0000000000000..f3c33a336177b --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.10.1/Alibaba.QuarkCloudDrive.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.10.1 +InstallerType: inno +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- magnet +- qkclouddrive +ReleaseDate: 2024-09-07 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://pdds.quark.cn/download/stfile/ttzxw8xwutuxtv8vc/QuarkCloudDrive_v3.10.1_release_(Build1911113-20240906180930).exe + InstallerSha256: A18F3E0F824E8D8412091E416E960550CA28182B134C2BA460DF0382915012B5 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{82ca84ef-374c-5058-ba56-bb3ddca980c4}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://pdds.quark.cn/download/stfile/ttzxw8xwutuxtv8vc/QuarkCloudDrive_v3.10.1_release_(Build1911113-20240906180930).exe + InstallerSha256: A18F3E0F824E8D8412091E416E960550CA28182B134C2BA460DF0382915012B5 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{82ca84ef-374c-5058-ba56-bb3ddca980c4}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.10.1/Alibaba.QuarkCloudDrive.locale.en-US.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.10.1/Alibaba.QuarkCloudDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..21ec1e7641cd7 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.10.1/Alibaba.QuarkCloudDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.10.1 +PackageLocale: en-US +Publisher: Quark +PublisherUrl: https://www.myquark.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251416_20839.html +Author: Guangzhou Dongjing Computer Technology Co., Ltd. +PackageName: 夸克网盘 +# PackageUrl: +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 Quark +# CopyrightUrl: +ShortDescription: Quark Cloud Drive is a cloud service product launched by Quark, featuring cloud storage, HD streaming, online file decompression, PDF one-click conversion, etc. +# Description: +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.10.1/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.10.1/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..06f2a0e46897e --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.10.1/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.10.1 +PackageLocale: zh-CN +Publisher: Quark +PublisherUrl: https://www.myquark.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251416_20839.html +Author: 广州市动景计算机科技有限公司 +PackageName: 夸克网盘 +# PackageUrl: +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 Quark +# CopyrightUrl: +ShortDescription: 夸克网盘是夸克推出的一款云服务产品,功能包括云存储、高清看剧、文件在线解压、PDF 一键转换等。 +# Description: +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: |- + 持续优化网盘端内体验 + 1. 优化网盘内搜索分享链接体验:搜索框搜索夸克网盘分享链接,支持一键快速保存 + 2. 提供更便捷的文件预览和管理体验:支持鼠标悬停预览视频播放进度,并增加文件打开(Enter)/重命名(F2)和调起搜索框(Ctrl/Cmd+F)的快捷键 + 3. 欢迎大家后续继续提建议,如果遇到体验问题,可以通过夸克网盘-设置-客服咨询反馈,或者联系: 400-109-8622 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.10.1/Alibaba.QuarkCloudDrive.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.10.1/Alibaba.QuarkCloudDrive.yaml new file mode 100644 index 0000000000000..92febedbbe3be --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.10.1/Alibaba.QuarkCloudDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.10.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.11.2/Alibaba.QuarkCloudDrive.installer.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.11.2/Alibaba.QuarkCloudDrive.installer.yaml new file mode 100644 index 0000000000000..4989b2c719ef0 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.11.2/Alibaba.QuarkCloudDrive.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.11.2 +InstallerType: inno +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- magnet +- qkclouddrive +ReleaseDate: 2024-09-13 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://pdds.quark.cn/download/stfile/kkqoomlloklokmsmd/QuarkCloudDrive_v3.11.2_trail1_(Build1919098-20240913185230).exe + InstallerSha256: C78339B83D4CACEC759E3688BFEAB51A3D292813FB82BD9426D89613A308C57A + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{82ca84ef-374c-5058-ba56-bb3ddca980c4}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://pdds.quark.cn/download/stfile/kkqoomlloklokmsmd/QuarkCloudDrive_v3.11.2_trail1_(Build1919098-20240913185230).exe + InstallerSha256: C78339B83D4CACEC759E3688BFEAB51A3D292813FB82BD9426D89613A308C57A + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{82ca84ef-374c-5058-ba56-bb3ddca980c4}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.11.2/Alibaba.QuarkCloudDrive.locale.en-US.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.11.2/Alibaba.QuarkCloudDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..dc4ce60cbb6bd --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.11.2/Alibaba.QuarkCloudDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.11.2 +PackageLocale: en-US +Publisher: Quark +PublisherUrl: https://www.myquark.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251416_20839.html +Author: Guangzhou Dongjing Computer Technology Co., Ltd. +PackageName: 夸克网盘 +# PackageUrl: +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 Quark +# CopyrightUrl: +ShortDescription: Quark Cloud Drive is a cloud service product launched by Quark, featuring cloud storage, HD streaming, online file decompression, PDF one-click conversion, etc. +# Description: +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.11.2/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.11.2/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..779001c5a87d5 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.11.2/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.11.2 +PackageLocale: zh-CN +Publisher: Quark +PublisherUrl: https://www.myquark.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251416_20839.html +Author: 广州市动景计算机科技有限公司 +PackageName: 夸克网盘 +# PackageUrl: +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 Quark +# CopyrightUrl: +ShortDescription: 夸克网盘是夸克推出的一款云服务产品,功能包括云存储、高清看剧、文件在线解压、PDF 一键转换等。 +# Description: +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: |- + 持续优化网盘端内体验 + 1. 优化网盘内搜索分享链接体验:搜索框搜索夸克网盘分享链接,支持一键快速保存 + 2. 提供更便捷的文件预览和管理体验:支持鼠标悬停预览视频播放进度,并增加文件打开(Enter)/重命名(F2)和调起搜索框(Ctrl/Cmd+F)的快捷键 + 3. 欢迎大家后续继续提建议,如果遇到体验问题,可以通过夸克网盘-设置-客服咨询反馈,或者联系: 400-109-8622 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.11.2/Alibaba.QuarkCloudDrive.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.11.2/Alibaba.QuarkCloudDrive.yaml new file mode 100644 index 0000000000000..a36ef78f7fd06 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.11.2/Alibaba.QuarkCloudDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.11.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.6.0/Alibaba.QuarkCloudDrive.installer.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.6.0/Alibaba.QuarkCloudDrive.installer.yaml new file mode 100644 index 0000000000000..11e20a76675ad --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.6.0/Alibaba.QuarkCloudDrive.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.6.0 +InstallerType: inno +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- magnet +- qkclouddrive +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://pdds.quark.cn/download/stfile/kkqollspkklokmsmg/QuarkCloudDrive_v3.6.0_release3_(Build1855658-20240723140233).exe + InstallerSha256: 1B8CEDBBEB7B67B119C6C48D24C8D1A9FB526AE04796FA6AE33E6DEDFFFD8D3D + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{82ca84ef-374c-5058-ba56-bb3ddca980c4}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://pdds.quark.cn/download/stfile/kkqollspkklokmsmg/QuarkCloudDrive_v3.6.0_release3_(Build1855658-20240723140233).exe + InstallerSha256: 1B8CEDBBEB7B67B119C6C48D24C8D1A9FB526AE04796FA6AE33E6DEDFFFD8D3D + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{82ca84ef-374c-5058-ba56-bb3ddca980c4}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.6.0/Alibaba.QuarkCloudDrive.locale.en-US.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.6.0/Alibaba.QuarkCloudDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..184608478e315 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.6.0/Alibaba.QuarkCloudDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.6.0 +PackageLocale: en-US +Publisher: Quark +PublisherUrl: https://www.myquark.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251416_20839.html +Author: Guangzhou Dongjing Computer Technology Co., Ltd. +PackageName: 夸克网盘 +PackageUrl: https://pan.quark.cn/ +License: Proprietary +LicenseUrl: https://broccoli.uc.cn/apps/quark_icloud_pay/routes/service_help +Copyright: Copyright © 2024 Quark +# CopyrightUrl: +ShortDescription: Quark Cloud Drive is a cloud service product launched by Quark, featuring cloud storage, HD streaming, online file decompression, PDF one-click conversion, etc. +# Description: +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.6.0/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.6.0/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..215d23dcd3521 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.6.0/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.6.0 +PackageLocale: zh-CN +Publisher: Quark +PublisherUrl: https://www.myquark.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251416_20839.html +Author: 广州市动景计算机科技有限公司 +PackageName: 夸克网盘 +PackageUrl: https://pan.quark.cn/ +License: 专有软件 +LicenseUrl: https://broccoli.uc.cn/apps/quark_icloud_pay/routes/service_help +Copyright: Copyright © 2024 Quark +# CopyrightUrl: +ShortDescription: 夸克网盘是夸克推出的一款云服务产品,功能包括云存储、高清看剧、文件在线解压、PDF 一键转换等。 +# Description: +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: |- + 1. 网盘持续打磨体验,本期对于快捷键、拖拽文件上传进行了细节升级 + 2. 欢迎大家后续继续提建议,如果遇到体验问题,可以通过夸克网盘-设置-客服咨询反馈,或者联系: 400-109-8622 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.6.0/Alibaba.QuarkCloudDrive.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.6.0/Alibaba.QuarkCloudDrive.yaml new file mode 100644 index 0000000000000..acfaea2b359de --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.6.0/Alibaba.QuarkCloudDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.7.0/Alibaba.QuarkCloudDrive.installer.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.7.0/Alibaba.QuarkCloudDrive.installer.yaml new file mode 100644 index 0000000000000..3e6bab07c6577 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.7.0/Alibaba.QuarkCloudDrive.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.7.0 +InstallerType: inno +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- magnet +- qkclouddrive +ReleaseDate: 2024-08-02 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://pdds.quark.cn/download/stfile/ddjhekdjmdehdflfo/QuarkCloudDrive_v3.7.0_release2_(Build1866533-20240801152134).exe + InstallerSha256: 0DD3553F6BC0750133DCDC95BA14A739F8225974D606F0E9AA5D5193E87C5974 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{82ca84ef-374c-5058-ba56-bb3ddca980c4}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://pdds.quark.cn/download/stfile/ddjhekdjmdehdflfo/QuarkCloudDrive_v3.7.0_release2_(Build1866533-20240801152134).exe + InstallerSha256: 0DD3553F6BC0750133DCDC95BA14A739F8225974D606F0E9AA5D5193E87C5974 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{82ca84ef-374c-5058-ba56-bb3ddca980c4}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.7.0/Alibaba.QuarkCloudDrive.locale.en-US.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.7.0/Alibaba.QuarkCloudDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..8b63b107b49e3 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.7.0/Alibaba.QuarkCloudDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.7.0 +PackageLocale: en-US +Publisher: Quark +PublisherUrl: https://www.myquark.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251416_20839.html +Author: Guangzhou Dongjing Computer Technology Co., Ltd. +PackageName: 夸克网盘 +# PackageUrl: https://pan.quark.cn/ +License: Proprietary +# LicenseUrl: https://broccoli.uc.cn/apps/quark_icloud_pay/routes/service_help +Copyright: Copyright © 2024 Quark +# CopyrightUrl: +ShortDescription: Quark Cloud Drive is a cloud service product launched by Quark, featuring cloud storage, HD streaming, online file decompression, PDF one-click conversion, etc. +# Description: +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.7.0/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.7.0/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f7f238723c519 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.7.0/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.7.0 +PackageLocale: zh-CN +Publisher: Quark +PublisherUrl: https://www.myquark.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251416_20839.html +Author: 广州市动景计算机科技有限公司 +PackageName: 夸克网盘 +# PackageUrl: https://pan.quark.cn/ +License: 专有软件 +# LicenseUrl: https://broccoli.uc.cn/apps/quark_icloud_pay/routes/service_help +Copyright: Copyright © 2024 Quark +# CopyrightUrl: +ShortDescription: 夸克网盘是夸克推出的一款云服务产品,功能包括云存储、高清看剧、文件在线解压、PDF 一键转换等。 +# Description: +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: |- + 1. 优化部分在线体验,播放器可以自动记住用户上次的播放设置,无需手动调节 + 2. 欢迎大家后续继续提建议,如果遇到体验问题,可以通过夸克网盘-设置-客服咨询反馈,或者联系: 400-109-8622 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.7.0/Alibaba.QuarkCloudDrive.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.7.0/Alibaba.QuarkCloudDrive.yaml new file mode 100644 index 0000000000000..75d6edc2b419c --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.7.0/Alibaba.QuarkCloudDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.8.1/Alibaba.QuarkCloudDrive.installer.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.8.1/Alibaba.QuarkCloudDrive.installer.yaml new file mode 100644 index 0000000000000..68f6b2bc65314 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.8.1/Alibaba.QuarkCloudDrive.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.8.1 +InstallerType: inno +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- magnet +- qkclouddrive +ReleaseDate: 2024-08-13 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://pdds.quark.cn/download/stfile/kkqomlssqklokmsme/QuarkCloudDrive_v3.8.1_release_(Build1878701-20240812145630).exe + InstallerSha256: E97D74BBCDCFC1C2D9E5582A0BC6944385E7973D4AD12524A88099352CE68184 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{82ca84ef-374c-5058-ba56-bb3ddca980c4}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://pdds.quark.cn/download/stfile/kkqomlssqklokmsme/QuarkCloudDrive_v3.8.1_release_(Build1878701-20240812145630).exe + InstallerSha256: E97D74BBCDCFC1C2D9E5582A0BC6944385E7973D4AD12524A88099352CE68184 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{82ca84ef-374c-5058-ba56-bb3ddca980c4}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.8.1/Alibaba.QuarkCloudDrive.locale.en-US.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.8.1/Alibaba.QuarkCloudDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..9672ad17fee92 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.8.1/Alibaba.QuarkCloudDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.8.1 +PackageLocale: en-US +Publisher: Quark +PublisherUrl: https://www.myquark.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251416_20839.html +Author: Guangzhou Dongjing Computer Technology Co., Ltd. +PackageName: 夸克网盘 +# PackageUrl: +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 Quark +# CopyrightUrl: +ShortDescription: Quark Cloud Drive is a cloud service product launched by Quark, featuring cloud storage, HD streaming, online file decompression, PDF one-click conversion, etc. +# Description: +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.8.1/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.8.1/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8881f356a508b --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.8.1/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.8.1 +PackageLocale: zh-CN +Publisher: Quark +PublisherUrl: https://www.myquark.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251416_20839.html +Author: 广州市动景计算机科技有限公司 +PackageName: 夸克网盘 +# PackageUrl: +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 Quark +# CopyrightUrl: +ShortDescription: 夸克网盘是夸克推出的一款云服务产品,功能包括云存储、高清看剧、文件在线解压、PDF 一键转换等。 +# Description: +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: |- + 1. 优化部分在线体验,播放器可以自动记住用户上次的播放设置,无需手动调节 + 2. 欢迎大家后续继续提建议,如果遇到体验问题,可以通过夸克网盘-设置-客服咨询反馈,或者联系: 400-109-8622 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.8.1/Alibaba.QuarkCloudDrive.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.8.1/Alibaba.QuarkCloudDrive.yaml new file mode 100644 index 0000000000000..d97032ecf8c95 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.8.1/Alibaba.QuarkCloudDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.9.1/Alibaba.QuarkCloudDrive.installer.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.9.1/Alibaba.QuarkCloudDrive.installer.yaml new file mode 100644 index 0000000000000..3a1c2519b8f06 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.9.1/Alibaba.QuarkCloudDrive.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.9.1 +InstallerType: inno +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- magnet +- qkclouddrive +ReleaseDate: 2024-08-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://pdds.quark.cn/download/stfile/ggmkinhjkghkgioie/QuarkCloudDrive_v3.9.1_release_(Build1888502-20240820181133).exe + InstallerSha256: 446ADDA45D7C8073DAF8E1B0BB66EA3EC4690F10823AB0532EAC2A6739C015FC + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{82ca84ef-374c-5058-ba56-bb3ddca980c4}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://pdds.quark.cn/download/stfile/ggmkinhjkghkgioie/QuarkCloudDrive_v3.9.1_release_(Build1888502-20240820181133).exe + InstallerSha256: 446ADDA45D7C8073DAF8E1B0BB66EA3EC4690F10823AB0532EAC2A6739C015FC + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{82ca84ef-374c-5058-ba56-bb3ddca980c4}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.9.1/Alibaba.QuarkCloudDrive.locale.en-US.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.9.1/Alibaba.QuarkCloudDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..9eff1b0e1db65 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.9.1/Alibaba.QuarkCloudDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.9.1 +PackageLocale: en-US +Publisher: Quark +PublisherUrl: https://www.myquark.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251416_20839.html +Author: Guangzhou Dongjing Computer Technology Co., Ltd. +PackageName: 夸克网盘 +# PackageUrl: +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 Quark +# CopyrightUrl: +ShortDescription: Quark Cloud Drive is a cloud service product launched by Quark, featuring cloud storage, HD streaming, online file decompression, PDF one-click conversion, etc. +# Description: +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.9.1/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.9.1/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5697f9a9e4718 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.9.1/Alibaba.QuarkCloudDrive.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.9.1 +PackageLocale: zh-CN +Publisher: Quark +PublisherUrl: https://www.myquark.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251416_20839.html +Author: 广州市动景计算机科技有限公司 +PackageName: 夸克网盘 +# PackageUrl: +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 Quark +# CopyrightUrl: +ShortDescription: 夸克网盘是夸克推出的一款云服务产品,功能包括云存储、高清看剧、文件在线解压、PDF 一键转换等。 +# Description: +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: |- + 持续优化网盘端内体验 + 1. 优化网盘内搜索分享链接体验:搜索框搜索夸克网盘分享链接,支持一键快速保存 + 2. 提供更便捷的文件预览和管理体验:支持鼠标悬停预览视频播放进度,并增加文件打开(Enter)/重命名(F2)和调起搜索框(Ctrl/Cmd+F)的快捷键 + 3. 欢迎大家后续继续提建议,如果遇到体验问题,可以通过夸克网盘-设置-客服咨询反馈,或者联系: 400-109-8622 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/QuarkCloudDrive/3.9.1/Alibaba.QuarkCloudDrive.yaml b/manifests/a/Alibaba/QuarkCloudDrive/3.9.1/Alibaba.QuarkCloudDrive.yaml new file mode 100644 index 0000000000000..570511b33c2b2 --- /dev/null +++ b/manifests/a/Alibaba/QuarkCloudDrive/3.9.1/Alibaba.QuarkCloudDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.QuarkCloudDrive +PackageVersion: 3.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/UCCloudDrive/1.6.0/Alibaba.UCCloudDrive.installer.yaml b/manifests/a/Alibaba/UCCloudDrive/1.6.0/Alibaba.UCCloudDrive.installer.yaml new file mode 100644 index 0000000000000..12bdc7f31dcad --- /dev/null +++ b/manifests/a/Alibaba/UCCloudDrive/1.6.0/Alibaba.UCCloudDrive.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.UCCloudDrive +PackageVersion: 1.6.0 +InstallerType: inno +InstallerSwitches: + Upgrade: --updated +InstallerSuccessCodes: +- 1 +UpgradeBehavior: install +Protocols: +- ucclouddrive +ReleaseDate: 2024-08-09 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://pdds.ucweb.com/download/stfile/vv6zxv987vwzvx87o/UCCloudDrive-1.6.0-win-x64-release-ucpan@other_ch-20240809150213.exe + InstallerSha256: 3EB6DC1D466C2238433FAC7D3DB6BEEF4C38367F4EE884781A10F7B7FE9417AF + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{24b9ffc4-2c2b-4f8d-ba81-c3b8f6f37f29}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://pdds.ucweb.com/download/stfile/vv6zxv987vwzvx87o/UCCloudDrive-1.6.0-win-x64-release-ucpan@other_ch-20240809150213.exe + InstallerSha256: 3EB6DC1D466C2238433FAC7D3DB6BEEF4C38367F4EE884781A10F7B7FE9417AF + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{24b9ffc4-2c2b-4f8d-ba81-c3b8f6f37f29}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/UCCloudDrive/1.6.0/Alibaba.UCCloudDrive.locale.en-US.yaml b/manifests/a/Alibaba/UCCloudDrive/1.6.0/Alibaba.UCCloudDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..e54a6cf8fa9ab --- /dev/null +++ b/manifests/a/Alibaba/UCCloudDrive/1.6.0/Alibaba.UCCloudDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.UCCloudDrive +PackageVersion: 1.6.0 +PackageLocale: en-US +Publisher: UC +PublisherUrl: https://www.uc.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://www.uc.cn/about/privacy/ +Author: Guangzhou Dongjing Computer Technology Co., Ltd. +PackageName: UC网盘 +PackageUrl: https://drive.uc.cn/ +License: Proprietary +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251037_26015.html +Copyright: Copyright © 2024 UC Browser +# CopyrightUrl: +ShortDescription: A secure, intelligent and unlimited-speed cloud service product by UC Browser. +Description: UC Cloud Drive is a secure, intelligent and unlimited-speed cloud service product by UC Browser, featuring file storage, sharing, online archive decompression, HD video streaming, PDF document format conversion, cloud albums, etc. Currently it supports iOS, Android, desktop, TV and other platforms, meeting your multi-device synchronization and multi-user collaboration needs. +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/UCCloudDrive/1.6.0/Alibaba.UCCloudDrive.locale.zh-CN.yaml b/manifests/a/Alibaba/UCCloudDrive/1.6.0/Alibaba.UCCloudDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8fbb73b5abc68 --- /dev/null +++ b/manifests/a/Alibaba/UCCloudDrive/1.6.0/Alibaba.UCCloudDrive.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.UCCloudDrive +PackageVersion: 1.6.0 +PackageLocale: zh-CN +Publisher: UC +PublisherUrl: https://www.uc.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://www.uc.cn/about/privacy/ +Author: 广州市动景计算机科技有限公司 +PackageName: UC网盘 +PackageUrl: https://drive.uc.cn/ +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251037_26015.html +Copyright: Copyright © 2024 UC Browser +# CopyrightUrl: +ShortDescription: UC 浏览器推出的一款安全、智能、不限速的网盘产品 +Description: UC 网盘是由 UC 浏览器推出的一款安全、智能、不限速的网盘产品。它提供了文件存储、分享、压缩包在线解压、高清视频在线播放、PDF 文档格式转换、云相册等功能。目前已支持 iOS、Android、电脑、电视等平台,满足你多端同步,多端协同的需求。 +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: '- 修复了一些问题,提升你的使用体验' +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/UCCloudDrive/1.6.0/Alibaba.UCCloudDrive.yaml b/manifests/a/Alibaba/UCCloudDrive/1.6.0/Alibaba.UCCloudDrive.yaml new file mode 100644 index 0000000000000..25744f52447a2 --- /dev/null +++ b/manifests/a/Alibaba/UCCloudDrive/1.6.0/Alibaba.UCCloudDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.UCCloudDrive +PackageVersion: 1.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/UCCloudDrive/1.6.1/Alibaba.UCCloudDrive.installer.yaml b/manifests/a/Alibaba/UCCloudDrive/1.6.1/Alibaba.UCCloudDrive.installer.yaml new file mode 100644 index 0000000000000..953546236622d --- /dev/null +++ b/manifests/a/Alibaba/UCCloudDrive/1.6.1/Alibaba.UCCloudDrive.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.UCCloudDrive +PackageVersion: 1.6.1 +InstallerType: inno +InstallerSwitches: + Upgrade: --updated +InstallerSuccessCodes: +- 1 +UpgradeBehavior: install +Protocols: +- ucclouddrive +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://pdds.ucweb.com/download/stfile/ttzxvzztutuxtv87b/UCCloudDrive-1.6.1-win-x64-release-ucpan@other_ch-20240820113222.exe + InstallerSha256: B0A32915A4132149325BA021D6D4F11A1F5D29B9FFF25906A2118CAE924C329F + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{24b9ffc4-2c2b-4f8d-ba81-c3b8f6f37f29}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://pdds.ucweb.com/download/stfile/ttzxvzztutuxtv87b/UCCloudDrive-1.6.1-win-x64-release-ucpan@other_ch-20240820113222.exe + InstallerSha256: B0A32915A4132149325BA021D6D4F11A1F5D29B9FFF25906A2118CAE924C329F + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{24b9ffc4-2c2b-4f8d-ba81-c3b8f6f37f29}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/UCCloudDrive/1.6.1/Alibaba.UCCloudDrive.locale.en-US.yaml b/manifests/a/Alibaba/UCCloudDrive/1.6.1/Alibaba.UCCloudDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..4f244e9ae4e10 --- /dev/null +++ b/manifests/a/Alibaba/UCCloudDrive/1.6.1/Alibaba.UCCloudDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.UCCloudDrive +PackageVersion: 1.6.1 +PackageLocale: en-US +Publisher: UC +PublisherUrl: https://www.uc.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://www.uc.cn/about/privacy/ +Author: Guangzhou Dongjing Computer Technology Co., Ltd. +PackageName: UC网盘 +PackageUrl: https://drive.uc.cn/ +License: Proprietary +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251037_26015.html +Copyright: Copyright © 2024 UC Browser +# CopyrightUrl: +ShortDescription: A secure, intelligent and unlimited-speed cloud service product by UC Browser. +Description: UC Cloud Drive is a secure, intelligent and unlimited-speed cloud service product by UC Browser, featuring file storage, sharing, online archive decompression, HD video streaming, PDF document format conversion, cloud albums, etc. Currently it supports iOS, Android, desktop, TV and other platforms, meeting your multi-device synchronization and multi-user collaboration needs. +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/UCCloudDrive/1.6.1/Alibaba.UCCloudDrive.locale.zh-CN.yaml b/manifests/a/Alibaba/UCCloudDrive/1.6.1/Alibaba.UCCloudDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c77d416a2d2f1 --- /dev/null +++ b/manifests/a/Alibaba/UCCloudDrive/1.6.1/Alibaba.UCCloudDrive.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.UCCloudDrive +PackageVersion: 1.6.1 +PackageLocale: zh-CN +Publisher: UC +PublisherUrl: https://www.uc.cn/ +# PublisherSupportUrl: +PrivacyUrl: https://www.uc.cn/about/privacy/ +Author: 广州市动景计算机科技有限公司 +PackageName: UC网盘 +PackageUrl: https://drive.uc.cn/ +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_uc/suit_bu1_uc202002251037_26015.html +Copyright: Copyright © 2024 UC Browser +# CopyrightUrl: +ShortDescription: UC 浏览器推出的一款安全、智能、不限速的网盘产品 +Description: UC 网盘是由 UC 浏览器推出的一款安全、智能、不限速的网盘产品。它提供了文件存储、分享、压缩包在线解压、高清视频在线播放、PDF 文档格式转换、云相册等功能。目前已支持 iOS、Android、电脑、电视等平台,满足你多端同步,多端协同的需求。 +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: '- 修复了一些问题,提升你的使用体验' +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/UCCloudDrive/1.6.1/Alibaba.UCCloudDrive.yaml b/manifests/a/Alibaba/UCCloudDrive/1.6.1/Alibaba.UCCloudDrive.yaml new file mode 100644 index 0000000000000..d97b5a7726694 --- /dev/null +++ b/manifests/a/Alibaba/UCCloudDrive/1.6.1/Alibaba.UCCloudDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.UCCloudDrive +PackageVersion: 1.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/Yuque/3.4.5/Alibaba.Yuque.installer.yaml b/manifests/a/Alibaba/Yuque/3.4.5/Alibaba.Yuque.installer.yaml new file mode 100644 index 0000000000000..8223893c71904 --- /dev/null +++ b/manifests/a/Alibaba/Yuque/3.4.5/Alibaba.Yuque.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.Yuque +PackageVersion: 3.4.5 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://app.nlark.com/yuque-desktop/3.4.5.1213/BJ6082dc10e6fe485ca0760b032cbe4631/Yuque-3.4.5.1213.exe + InstallerSha256: 8B43B8149ED899B695DC83815F802B1899B2355544E902D7F439C49060088ADD + InstallerSwitches: + Custom: /currentuser + ProductCode: a47a88c0-27d8-5a45-af46-ded84899f5d9 +- Architecture: x64 + Scope: machine + InstallerUrl: https://app.nlark.com/yuque-desktop/3.4.5.1213/BJ6082dc10e6fe485ca0760b032cbe4631/Yuque-3.4.5.1213.exe + InstallerSha256: 8B43B8149ED899B695DC83815F802B1899B2355544E902D7F439C49060088ADD + InstallerSwitches: + Custom: /allusers + ProductCode: a47a88c0-27d8-5a45-af46-ded84899f5d9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/Yuque/3.4.5/Alibaba.Yuque.locale.en-US.yaml b/manifests/a/Alibaba/Yuque/3.4.5/Alibaba.Yuque.locale.en-US.yaml new file mode 100644 index 0000000000000..4cff096e7892b --- /dev/null +++ b/manifests/a/Alibaba/Yuque/3.4.5/Alibaba.Yuque.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.Yuque +PackageVersion: 3.4.5 +PackageLocale: en-US +Publisher: Yuque +PublisherUrl: https://www.yuque.com +PublisherSupportUrl: https://www.yuque.com/about/help +PrivacyUrl: https://render.alipay.com/p/yuyan/180020010001196791/preview.html?agreementId=AG01000120 +Author: Alipay (Hangzhou) Information Technology Co., Ltd. +PackageName: 语雀 +PackageUrl: https://www.yuque.com/download +License: Proprietary +LicenseUrl: https://www.yuque.com/terms +Copyright: © Yuque +# CopyrightUrl: +ShortDescription: The Next Generation of Cloud-based Knowledge Base +Description: Personal notetaking, knowledge creation, group collaboration, and knowledge management +# Moniker: +Tags: +- blog +- collaboration +- diagram +- docs +- document +- editor +- form +- knowledge +- knowledge-base +- markdown +- notes +- presentation +- share +- sheet +- slide +- team +# ReleaseNotes: +ReleaseNotesUrl: https://www.yuque.com/yuque/yuque-desktop/changelog-3-4-x +PurchaseUrl: https://www.yuque.com/about/price +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.yuque.com/yuque/yuque-desktop/desktop-faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/Yuque/3.4.5/Alibaba.Yuque.locale.zh-CN.yaml b/manifests/a/Alibaba/Yuque/3.4.5/Alibaba.Yuque.locale.zh-CN.yaml new file mode 100644 index 0000000000000..02dbf4af17131 --- /dev/null +++ b/manifests/a/Alibaba/Yuque/3.4.5/Alibaba.Yuque.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.Yuque +PackageVersion: 3.4.5 +PackageLocale: zh-CN +Publisher: Yuque +PublisherUrl: https://www.yuque.com +PublisherSupportUrl: https://www.yuque.com/about/help +PrivacyUrl: https://render.alipay.com/p/yuyan/180020010001196791/preview.html?agreementId=AG01000120 +Author: 支付宝(杭州)信息技术有限公司 +PackageName: 语雀 +PackageUrl: https://www.yuque.com/download +License: 专有软件 +LicenseUrl: https://www.yuque.com/terms +Copyright: © 语雀 +# CopyrightUrl: +ShortDescription: 新一代云端知识库 +Description: 个人笔记与知识创作,团队协同与知识沉淀 +# Moniker: +Tags: +- markdown +- 共享 +- 协作 +- 协同 +- 博客 +- 团队 +- 图表 +- 幻灯片 +- 文档 +- 演示 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 表格 +ReleaseNotes: '- [修复] 语雀退出登录,本地存储的小记被清理的问题' +ReleaseNotesUrl: https://www.yuque.com/yuque/yuque-desktop/changelog-3-4-x +PurchaseUrl: https://www.yuque.com/about/price +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.yuque.com/yuque/yuque-desktop/desktop-faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/Yuque/3.4.5/Alibaba.Yuque.yaml b/manifests/a/Alibaba/Yuque/3.4.5/Alibaba.Yuque.yaml new file mode 100644 index 0000000000000..615496b1da9f2 --- /dev/null +++ b/manifests/a/Alibaba/Yuque/3.4.5/Alibaba.Yuque.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.Yuque +PackageVersion: 3.4.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/aDrive/4.12.0/Alibaba.aDrive.installer.yaml b/manifests/a/Alibaba/aDrive/4.12.0/Alibaba.aDrive.installer.yaml deleted file mode 100644 index cbea83bda8b99..0000000000000 --- a/manifests/a/Alibaba/aDrive/4.12.0/Alibaba.aDrive.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Alibaba.aDrive -PackageVersion: 4.12.0 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- smartdrive -ReleaseDate: 2024-01-22 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.aliyundrive.net/downloads/apps/desktop/update/4.12.0/win32/ia32/aDrive-4.12.0.exe - InstallerSha256: 9A829CC1E6A93AB55F89D79339113E4AB142E3CC30E7BFC9D1EDD08D2090BC7C - ProductCode: 300f80e0-781e-56db-ae9d-9d0190486ca9 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Alibaba/aDrive/4.12.0/Alibaba.aDrive.locale.en-US.yaml b/manifests/a/Alibaba/aDrive/4.12.0/Alibaba.aDrive.locale.en-US.yaml deleted file mode 100644 index 014e8711e1ae2..0000000000000 --- a/manifests/a/Alibaba/aDrive/4.12.0/Alibaba.aDrive.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Alibaba.aDrive -PackageVersion: 4.12.0 -PackageLocale: en-US -Publisher: Alibaba Group -# PublisherUrl: -# PublisherSupportUrl: -PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_alibaba_group/suit_bu1_alibaba_group202102022125_53871.html -Author: Hangzhou Danqoo Network Media Technology Co., Ltd. -PackageName: 阿里云盘 -# PackageUrl: -License: Proprietary -LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202103191654_76478.html -Copyright: Copyright @ 2024 Alibaba Group All rights reserved. -# CopyrightUrl: -ShortDescription: A fast, non-intrusive, secure and easy-to-share personal netdisk -Description: aDrive is a fast, non-intrusive, secure and easy-to-share personal netdisk where you can store, manage and explore things, and build a flourishing digital world. -Moniker: aliyundrive -Tags: -- backup -- cloud -- cloud-drive -- download -- drive -- file -- netdisk -- share -- sync -- upload -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://www.aliyundrive.com/drive/membership -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Alibaba/aDrive/4.12.0/Alibaba.aDrive.locale.zh-CN.yaml b/manifests/a/Alibaba/aDrive/4.12.0/Alibaba.aDrive.locale.zh-CN.yaml deleted file mode 100644 index ba74c5bf8f053..0000000000000 --- a/manifests/a/Alibaba/aDrive/4.12.0/Alibaba.aDrive.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Alibaba.aDrive -PackageVersion: 4.12.0 -PackageLocale: zh-CN -Publisher: Alibaba Group -# PublisherUrl: -# PublisherSupportUrl: -PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_alibaba_group/suit_bu1_alibaba_group202102022125_53871.html -Author: 杭州短趣网络传媒技术有限公司 -PackageName: 阿里云盘 -# PackageUrl: -License: 专有软件 -LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202103191654_76478.html -Copyright: 版权所有 @ 2024 阿里巴巴集团 保留所有权利 -# CopyrightUrl: -ShortDescription: 速度快、不打扰、够安全、易于分享的个人网盘 -Description: 阿里云盘是一款速度快、不打扰、够安全、易于分享的网盘,你可以在这里存储、管理和探索内容,尽情打造丰富的数字世界。 -# Moniker: -Tags: -- 上传 -- 下载 -- 云 -- 云盘 -- 共享 -- 分享 -- 同步 -- 备份 -- 文件 -- 网盘 -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://www.aliyundrive.com/drive/membership -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Alibaba/aDrive/4.12.0/Alibaba.aDrive.yaml b/manifests/a/Alibaba/aDrive/4.12.0/Alibaba.aDrive.yaml deleted file mode 100644 index 8f9085a2b10b9..0000000000000 --- a/manifests/a/Alibaba/aDrive/4.12.0/Alibaba.aDrive.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Alibaba.aDrive -PackageVersion: 4.12.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Alibaba/aDrive/6.1.0/Alibaba.aDrive.installer.yaml b/manifests/a/Alibaba/aDrive/6.1.0/Alibaba.aDrive.installer.yaml new file mode 100644 index 0000000000000..a51560d2bbdbb --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.1.0/Alibaba.aDrive.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.aDrive +PackageVersion: 6.1.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- smartdrive +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.aliyundrive.net/downloads/apps/desktop/update/6.1.0/win32/x64/aDrive-6.1.0.exe + InstallerSha256: E06A43C3EE2E326C1B72C7999CB6343D0F54E9CBD86270A283F00DBCF9E7AADF + ProductCode: 300f80e0-781e-56db-ae9d-9d0190486ca9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/aDrive/6.1.0/Alibaba.aDrive.locale.en-US.yaml b/manifests/a/Alibaba/aDrive/6.1.0/Alibaba.aDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..1a9922068ff79 --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.1.0/Alibaba.aDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.aDrive +PackageVersion: 6.1.0 +PackageLocale: en-US +Publisher: Alibaba Group +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_alibaba_group/suit_bu1_alibaba_group202102022125_53871.html +Author: Hangzhou Danqoo Network Media Technology Co., Ltd. +PackageName: 阿里云盘 +# PackageUrl: +License: Proprietary +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202103191654_76478.html +Copyright: Copyright @ 2024 Alibaba Group All rights reserved. +# CopyrightUrl: +ShortDescription: A fast, non-intrusive, secure and easy-to-share personal netdisk +Description: aDrive is a fast, non-intrusive, secure and easy-to-share personal netdisk where you can store, manage and explore things, and build a flourishing digital world. +Moniker: aliyundrive +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.aliyundrive.com/drive/membership +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/aDrive/6.1.0/Alibaba.aDrive.locale.zh-CN.yaml b/manifests/a/Alibaba/aDrive/6.1.0/Alibaba.aDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e453623f346b1 --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.1.0/Alibaba.aDrive.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.aDrive +PackageVersion: 6.1.0 +PackageLocale: zh-CN +Publisher: Alibaba Group +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_alibaba_group/suit_bu1_alibaba_group202102022125_53871.html +Author: 杭州短趣网络传媒技术有限公司 +PackageName: 阿里云盘 +# PackageUrl: +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202103191654_76478.html +Copyright: 版权所有 @ 2024 阿里巴巴集团 保留所有权利 +# CopyrightUrl: +ShortDescription: 速度快、不打扰、够安全、易于分享的个人网盘 +Description: 阿里云盘是一款速度快、不打扰、够安全、易于分享的网盘,你可以在这里存储、管理和探索内容,尽情打造丰富的数字世界。 +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: |- + 新增:三方应用权益包全新上线,使用第三方应用访问云盘,享受七大权益,快来体验吧! + 新增:挂载盘功能,可将阿里云盘作为本地磁盘挂载到「我的电脑」,像本地文件一样进行备份与下载。(此功能为三方应用权益包包含的权益) + 新增:Webdav 功能,在支持 WebDAV 的软件使用阿里云盘,随时随地访问和管理你的文件。(此功能为三方应用权益包包含的权益) + 优化:修复了无法自动登录的问题 + 另外,想提前体验新版桌面端播放器,可以在阿里云盘网页版点击左下角头像-体验测试版,下载测试版阿里云盘客户端。 +# ReleaseNotesUrl: +PurchaseUrl: https://www.aliyundrive.com/drive/membership +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/aDrive/6.1.0/Alibaba.aDrive.yaml b/manifests/a/Alibaba/aDrive/6.1.0/Alibaba.aDrive.yaml new file mode 100644 index 0000000000000..f2896cb7ed8f9 --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.1.0/Alibaba.aDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.aDrive +PackageVersion: 6.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/aDrive/6.2.0/Alibaba.aDrive.installer.yaml b/manifests/a/Alibaba/aDrive/6.2.0/Alibaba.aDrive.installer.yaml new file mode 100644 index 0000000000000..4aa557a76544c --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.2.0/Alibaba.aDrive.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.aDrive +PackageVersion: 6.2.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- smartdrive +ReleaseDate: 2024-08-12 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.aliyundrive.net/downloads/apps/desktop/update/6.2.0/win32/x64/aDrive-6.2.0.exe + InstallerSha256: FFE02FAFA98CAF820DF70F909E3548204915FB59AA0A428E5F4504C08A96CCDF + ProductCode: 300f80e0-781e-56db-ae9d-9d0190486ca9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/aDrive/6.2.0/Alibaba.aDrive.locale.en-US.yaml b/manifests/a/Alibaba/aDrive/6.2.0/Alibaba.aDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..aa00bdc41e1f3 --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.2.0/Alibaba.aDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.aDrive +PackageVersion: 6.2.0 +PackageLocale: en-US +Publisher: Alibaba Group +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_alibaba_group/suit_bu1_alibaba_group202102022125_53871.html +Author: Hangzhou Danqoo Network Media Technology Co., Ltd. +PackageName: 阿里云盘 +# PackageUrl: +License: Proprietary +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202103191654_76478.html +Copyright: Copyright @ 2024 Alibaba Group All rights reserved. +# CopyrightUrl: +ShortDescription: A fast, non-intrusive, secure and easy-to-share personal netdisk +Description: aDrive is a fast, non-intrusive, secure and easy-to-share personal netdisk where you can store, manage and explore things, and build a flourishing digital world. +Moniker: aliyundrive +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.aliyundrive.com/drive/membership +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/aDrive/6.2.0/Alibaba.aDrive.locale.zh-CN.yaml b/manifests/a/Alibaba/aDrive/6.2.0/Alibaba.aDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..59c3ed95b9b31 --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.2.0/Alibaba.aDrive.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.aDrive +PackageVersion: 6.2.0 +PackageLocale: zh-CN +Publisher: Alibaba Group +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_alibaba_group/suit_bu1_alibaba_group202102022125_53871.html +Author: 杭州短趣网络传媒技术有限公司 +PackageName: 阿里云盘 +# PackageUrl: +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202103191654_76478.html +Copyright: 版权所有 @ 2024 阿里巴巴集团 保留所有权利 +# CopyrightUrl: +ShortDescription: 速度快、不打扰、够安全、易于分享的个人网盘 +Description: 阿里云盘是一款速度快、不打扰、够安全、易于分享的网盘,你可以在这里存储、管理和探索内容,尽情打造丰富的数字世界。 +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: '- 优化了自动同步文件夹的性能。' +# ReleaseNotesUrl: +PurchaseUrl: https://www.aliyundrive.com/drive/membership +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/aDrive/6.2.0/Alibaba.aDrive.yaml b/manifests/a/Alibaba/aDrive/6.2.0/Alibaba.aDrive.yaml new file mode 100644 index 0000000000000..90d16b1a77c4a --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.2.0/Alibaba.aDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.aDrive +PackageVersion: 6.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/aDrive/6.3.2/Alibaba.aDrive.installer.yaml b/manifests/a/Alibaba/aDrive/6.3.2/Alibaba.aDrive.installer.yaml new file mode 100644 index 0000000000000..e0f4d7ec73a29 --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.3.2/Alibaba.aDrive.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alibaba.aDrive +PackageVersion: 6.3.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- smartdrive +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.aliyundrive.net/downloads/apps/desktop/update/6.3.2/win32/x64/aDrive-6.3.2.exe + InstallerSha256: 4361F5981B379076B597A07A0EBBDDBAF673F75AE62A5FFD1E3DACB8BE72E9EB + ProductCode: 300f80e0-781e-56db-ae9d-9d0190486ca9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/aDrive/6.3.2/Alibaba.aDrive.locale.en-US.yaml b/manifests/a/Alibaba/aDrive/6.3.2/Alibaba.aDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..540668637491b --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.3.2/Alibaba.aDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alibaba.aDrive +PackageVersion: 6.3.2 +PackageLocale: en-US +Publisher: Alibaba Group +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_alibaba_group/suit_bu1_alibaba_group202102022125_53871.html +Author: Hangzhou Danqoo Network Media Technology Co., Ltd. +PackageName: 阿里云盘 +# PackageUrl: +License: Proprietary +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202103191654_76478.html +Copyright: Copyright @ 2024 Alibaba Group All rights reserved. +# CopyrightUrl: +ShortDescription: A fast, non-intrusive, secure and easy-to-share personal netdisk +Description: aDrive is a fast, non-intrusive, secure and easy-to-share personal netdisk where you can store, manage and explore things, and build a flourishing digital world. +Moniker: aliyundrive +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.aliyundrive.com/drive/membership +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/aDrive/6.3.2/Alibaba.aDrive.locale.zh-CN.yaml b/manifests/a/Alibaba/aDrive/6.3.2/Alibaba.aDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7d20e4b06b861 --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.3.2/Alibaba.aDrive.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alibaba.aDrive +PackageVersion: 6.3.2 +PackageLocale: zh-CN +Publisher: Alibaba Group +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_alibaba_group/suit_bu1_alibaba_group202102022125_53871.html +Author: 杭州短趣网络传媒技术有限公司 +PackageName: 阿里云盘 +# PackageUrl: +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202103191654_76478.html +Copyright: 版权所有 @ 2024 阿里巴巴集团 保留所有权利 +# CopyrightUrl: +ShortDescription: 速度快、不打扰、够安全、易于分享的个人网盘 +Description: 阿里云盘是一款速度快、不打扰、够安全、易于分享的网盘,你可以在这里存储、管理和探索内容,尽情打造丰富的数字世界。 +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ReleaseNotes: 优化:修复了一些已知问题 +# ReleaseNotesUrl: +PurchaseUrl: https://www.aliyundrive.com/drive/membership +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/aDrive/6.3.2/Alibaba.aDrive.yaml b/manifests/a/Alibaba/aDrive/6.3.2/Alibaba.aDrive.yaml new file mode 100644 index 0000000000000..d8f92a9321e11 --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.3.2/Alibaba.aDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alibaba.aDrive +PackageVersion: 6.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alist/Alist/3.36.0/Alist.Alist.installer.yaml b/manifests/a/Alist/Alist/3.36.0/Alist.Alist.installer.yaml new file mode 100644 index 0000000000000..64aa33ff60eab --- /dev/null +++ b/manifests/a/Alist/Alist/3.36.0/Alist.Alist.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alist.Alist +PackageVersion: 3.36.0 +InstallerType: zip +ReleaseDate: 2024-07-21 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: alist.exe + PortableCommandAlias: alist + InstallerUrl: https://github.com/alist-org/alist/releases/download/v3.36.0/alist-windows-386.zip + InstallerSha256: DAB383E9A48679478A1DC6652E47EB7C9FA199767F647AFF8CD1602A1A78492C +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: alist.exe + PortableCommandAlias: alist + InstallerUrl: https://github.com/alist-org/alist/releases/download/v3.36.0/alist-windows-amd64.zip + InstallerSha256: FC780D2A26D84B82712DF33D448AC9138BD50714781B93A064AC2A469072F362 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: alist.exe + PortableCommandAlias: alist + InstallerUrl: https://github.com/alist-org/alist/releases/download/v3.36.0/alist-windows-arm64.zip + InstallerSha256: 5E4DF755F218AE0B51A7B8C432402A088890968BDABA99DEB3964298B2370DCA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alist/Alist/3.36.0/Alist.Alist.locale.en-US.yaml b/manifests/a/Alist/Alist/3.36.0/Alist.Alist.locale.en-US.yaml new file mode 100644 index 0000000000000..88823f6213ee5 --- /dev/null +++ b/manifests/a/Alist/Alist/3.36.0/Alist.Alist.locale.en-US.yaml @@ -0,0 +1,96 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alist.Alist +PackageVersion: 3.36.0 +PackageLocale: en-US +Publisher: Alist +PublisherUrl: https://alist.nn.ci/ +PublisherSupportUrl: https://github.com/alist-org/alist/issues +# PrivacyUrl: +Author: Andy Hsu +PackageName: Alist +PackageUrl: https://alist.nn.ci/ +License: AGPL-3.0 +LicenseUrl: https://github.com/alist-org/alist/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: A file list program that supports multiple storage, powered by Gin and Solidjs. +# Description: +# Moniker: +Tags: +- file +- server +- share +- storage +ReleaseNotes: |- + 🚀 Features + - Add supports for thunder_browser driver (#6529 close #6526) - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/6529 and https://github.com/alist-org/alist/issues/6526 (639b7) + - Add support for halalcloud driver - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/6696 (ca308) + - Add pikpak offline download function - by @Muione in https://github.com/alist-org/alist/issues/6648 (3a3d0) + - Add support for Onedrive Sharelink driver - by @Sakura-Byte in https://github.com/alist-org/alist/issues/6793 (cee00) + - ftp: Custom encoding (#6528 close #1260) - by @Toby-Shi-cloud in https://github.com/alist-org/alist/issues/6528 and https://github.com/alist-org/alist/issues/1260 (fcf26) + - sftp: Add suport for passphrase of private key (#6624 close #6592) - by @XZB-1248 and XZB in https://github.com/alist-org/alist/issues/6624 and https://github.com/alist-org/alist/issues/6592 (227d0) + - thunderBrowser: Add automatically generate UserAgent - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/6692 (316f3) + - thunderx: Generate UserAgent automatically - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/6664 (43290) + 🐞 Bug Fixes + - S3 Implementation bug & Support AWS Signature V2 - by @akang943578 in https://github.com/alist-org/alist/issues/6683 (ca0d6) + - Ignore os.ErrClosed error on repeated FileStream close operations - by @seiuneko in https://github.com/alist-org/alist/issues/6762 (8278d) + - 123pan: + - Add warning for mismatched file count when listing files - by @seiuneko in https://github.com/alist-org/alist/issues/6814 (2d575) + - Use local sort - by @xhofe in https://github.com/alist-org/alist/issues/6820 (cbd4b) + - alias: + - Support forced refresh of file list - by @j2rong4cn in https://github.com/alist-org/alist/issues/6562 (29fe4) + - alist_v3: + - Use net/http for uploading (#6616 close #6613) - by @j2rong4cn in https://github.com/alist-org/alist/issues/6616 and https://github.com/alist-org/alist/issues/6613 (1b14d) + - deps: + - Update module github.com/sheltonzhu/115driver to v1.0.25 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6447 (213fc) + - Update module golang.org/x/image to v0.18.0 [security] - by @renovate[bot] in https://github.com/alist-org/alist/issues/6658 (92c65) + - Update module github.com/gorilla/websocket to v1.5.3 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6653 (80d4f) + - Update module github.com/blevesearch/bleve/v2 to v2.4.1 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6542 (87192) + - Update module github.com/meilisearch/meilisearch-go to v0.27.0 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6436 (2fb77) + - Update module github.com/gin-contrib/cors to v1.6.0 [security] - by @renovate[bot] in https://github.com/alist-org/alist/issues/6708 (99c96) + - Update module google.golang.org/grpc to v1.64.1 [security] - by @renovate[bot] in https://github.com/alist-org/alist/issues/6728 (60fc4) + - Update golang.org/x/exp digest to 46b0784 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6486 (9bc2d) + - Update module github.com/go-webauthn/webauthn to v0.10.2 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6310 (4e1c6) + - Update module github.com/minio/sio to v0.4.0 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6446 (37d86) + - Update module github.com/baidubce/bce-sdk-go to v0.9.184 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6754 (ff20b) + - Update github.com/city404/v6-public-rpc-proto/go digest to 9a9b82a - by @renovate[bot] in https://github.com/alist-org/alist/issues/6753 (65b42) + - Update module github.com/go-resty/resty/v2 to v2.13.1 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6759 (de8d2) + - Upgrade wopan-sdk-go - by @xhofe in https://github.com/alist-org/alist/issues/6663 (ba4df) + - Update module github.com/spf13/cobra to v1.8.1 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6757 (9de40) + - Update module github.com/larksuite/oapi-sdk-go/v3 to v3.2.8 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6756 (9e048) + - Update module github.com/gin-contrib/cors to v1.7.2 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6770 (a04da) + - Update module github.com/dlclark/regexp2 to v1.11.2 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6769 (81b0a) + - Update module github.com/charmbracelet/bubbles to v0.18.0 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6765 (3e949) + - Update module gorm.io/driver/sqlite to v1.5.6 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6763 (3c483) + - Update module github.com/charmbracelet/bubbletea to v0.26.6 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6766 (cd663) + - Update module gorm.io/gorm to v1.25.11 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6764 (96297) + - Update module github.com/rclone/rclone to v1.67.0 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6780 (91286) + - Update module github.com/charmbracelet/lipgloss to v0.12.1 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6768 (83048) + - Update module gorm.io/driver/mysql to v1.5.7 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6782 (17f78) + - Update module golang.org/x/oauth2 to v0.21.0 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6781 (a6ff6) + - Update module github.com/gin-gonic/gin to v1.10.0 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6771 (736ba) + - Update module github.com/aws/aws-sdk-go to v1.54.19 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6170 (488eb) + - Update module gorm.io/driver/postgres to v1.5.9 - by @renovate[bot] in https://github.com/alist-org/alist/issues/6783 (f2a24) + - Update module github.com/alist-org/gofakes3 to v0.0.6 - by @renovate[bot], @akang943578 and @KevinWang15 in https://github.com/alist-org/alist/issues/6802 (2b749) + - iLanZou: + - Resolve resource access issue - by @lanytcc and maye174 in https://github.com/alist-org/alist/issues/6673 (27058) + - local: + - Crush on android - by @xhofe (94f25) + - pikpak: + - Refresh_token contention (#6501 close #6511) - by @foxxorcat in https://github.com/alist-org/alist/issues/6501 and https://github.com/alist-org/alist/issues/6511 (163af) + - Add captcha_token generation function - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/6775 (a9393) + - Captcha_token not refreshing correctly - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/6788 (04957) +ReleaseNotesUrl: https://github.com/alist-org/alist/releases/tag/v3.36.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Config + DocumentUrl: https://alist.nn.ci/config +- DocumentLabel: FAQ + DocumentUrl: https://alist.nn.ci/faq +- DocumentLabel: Guide + DocumentUrl: https://alist.nn.ci/guide +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alist/Alist/3.36.0/Alist.Alist.locale.zh-CN.yaml b/manifests/a/Alist/Alist/3.36.0/Alist.Alist.locale.zh-CN.yaml new file mode 100644 index 0000000000000..974910c9fcde6 --- /dev/null +++ b/manifests/a/Alist/Alist/3.36.0/Alist.Alist.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alist.Alist +PackageVersion: 3.36.0 +PackageLocale: zh-CN +Publisher: Alist +PublisherUrl: https://alist.nn.ci/zh +PublisherSupportUrl: https://github.com/alist-org/alist/issues +# PrivacyUrl: +Author: Andy Hsu +PackageName: Alist +PackageUrl: https://alist.nn.ci/zh +License: AGPL-3.0 +LicenseUrl: https://github.com/alist-org/alist/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: 一个支持多种存储的文件列表程序,使用 Gin 和 Solidjs。 +# Description: +# Moniker: +Tags: +- 共享 +- 分享 +- 发送 +- 文件 +- 服务器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/alist-org/alist/releases/tag/v3.36.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://alist.nn.ci/zh/guide +- DocumentLabel: 常见问题 + DocumentUrl: https://alist.nn.ci/zh/faq +- DocumentLabel: 配置 + DocumentUrl: https://alist.nn.ci/zh/config +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alist/Alist/3.36.0/Alist.Alist.yaml b/manifests/a/Alist/Alist/3.36.0/Alist.Alist.yaml new file mode 100644 index 0000000000000..25ec82b3f4a10 --- /dev/null +++ b/manifests/a/Alist/Alist/3.36.0/Alist.Alist.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alist.Alist +PackageVersion: 3.36.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alist/Alist/3.37.1/Alist.Alist.installer.yaml b/manifests/a/Alist/Alist/3.37.1/Alist.Alist.installer.yaml new file mode 100644 index 0000000000000..8b8f01aa6a20e --- /dev/null +++ b/manifests/a/Alist/Alist/3.37.1/Alist.Alist.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Alist.Alist +PackageVersion: 3.37.1 +InstallerType: zip +ReleaseDate: 2024-09-08 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: alist.exe + PortableCommandAlias: alist + InstallerUrl: https://github.com/alist-org/alist/releases/download/v3.37.1/alist-windows-386.zip + InstallerSha256: 1B381984884C58110F2FC4F0514D0A1731898558901A8D1D20D524787EAAB912 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: alist.exe + PortableCommandAlias: alist + InstallerUrl: https://github.com/alist-org/alist/releases/download/v3.37.1/alist-windows-amd64.zip + InstallerSha256: FBC7BE4C6A57C765796D0055D13F2D06D51384AE7701A7A2A82EC579653EF0CA +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: alist.exe + PortableCommandAlias: alist + InstallerUrl: https://github.com/alist-org/alist/releases/download/v3.37.1/alist-windows-arm64.zip + InstallerSha256: E7CFC154C2146C7382F1C1BAA2ACF9A43DF12EFDB32FDF018C796C12C877F59F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alist/Alist/3.37.1/Alist.Alist.locale.en-US.yaml b/manifests/a/Alist/Alist/3.37.1/Alist.Alist.locale.en-US.yaml new file mode 100644 index 0000000000000..ec26113b18114 --- /dev/null +++ b/manifests/a/Alist/Alist/3.37.1/Alist.Alist.locale.en-US.yaml @@ -0,0 +1,112 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Alist.Alist +PackageVersion: 3.37.1 +PackageLocale: en-US +Publisher: Alist +PublisherUrl: https://alist.nn.ci/ +PublisherSupportUrl: https://github.com/alist-org/alist/issues +# PrivacyUrl: +Author: Andy Hsu +PackageName: Alist +PackageUrl: https://alist.nn.ci/ +License: AGPL-3.0 +LicenseUrl: https://github.com/alist-org/alist/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: A file list program that supports multiple storage, powered by Gin and Solidjs. +# Description: +# Moniker: +Tags: +- file +- server +- share +- storage +ReleaseNotes: |- + 🚀 Features + - Update alist-org/gofakes3 to v0.0.7 to support create folder in PutObject - by @akang943578 in https://github.com/alist-org/alist/issues/6880 (af9c6) + - Add support for lenovonas_share driver - by @YangRucheng in https://github.com/alist-org/alist/issues/6921 (a6bea) + - Invalidate token on logout (#6923 close #6792) - by @itsHenry35 in https://github.com/alist-org/alist/issues/6923 and https://github.com/alist-org/alist/issues/6792 (81258) + - Deleting folders is not allowed - by @xhofe in https://github.com/alist-org/alist/issues/6933 (2e426) + - Persistant Task (#6925 close #5313) - by @itsHenry35 in https://github.com/alist-org/alist/issues/6925 and https://github.com/alist-org/alist/issues/5313 (74f82) + - Add support for quark tv driver and uc tv driver - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/6959 (62ed1) + - 115: + - Add offline download tool (close #6888 in #6954) - by @SheltonZhu in https://github.com/alist-org/alist/issues/6888 and https://github.com/alist-org/alist/issues/6954 (29165) + - Update qrcode source list - by @SheltonZhu in https://github.com/alist-org/alist/issues/6996 (3dc25) + - drivers: + - Add kodbox storage (#7059 close #7058) - by @yaoice in https://github.com/alist-org/alist/issues/7059 and https://github.com/alist-org/alist/issues/7058 (d2514) + - pikpak&pikpak_share: + - Add download address delay detection - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/7136 (716d3) + - s3: + - Using internal download method in proxy - by @Mmx233 in https://github.com/alist-org/alist/issues/6988 (94937) + 🐞 Bug Fixes + - Out of order when database is not sqlite3 - by @j2rong4cn in https://github.com/alist-org/alist/issues/6560 (87caa) + - Decode body if enable gzip - by @1-1-2 in https://github.com/alist-org/alist/issues/7003 (51c95) + - Broken file with local proxy (#7132 close #7112) - by @foxxorcat in https://github.com/alist-org/alist/issues/7132 and https://github.com/alist-org/alist/issues/7112 (c9fa3) + - 189pc: + - InvalidSessionKey (#6994 close #6992) - by @foxxorcat in https://github.com/alist-org/alist/issues/6994 and https://github.com/alist-org/alist/issues/6992 (95607) + - chaoxing: + - Upload to ChaoxingxingGroupCloud failed - by @PeanutMelonSeedBigAlmond in https://github.com/alist-org/alist/issues/6953 (979d0) + - deps: + - Update github.com/alist-org/times digest to efa0c7d - in https://github.com/alist-org/alist/issues/6840 (1aff7) + - Update module github.com/larksuite/oapi-sdk-go/v3 to v3.3.0 - in https://github.com/alist-org/alist/issues/6812 (aeae4) + - Update golang.org/x/exp digest to 8a7402a - in https://github.com/alist-org/alist/issues/6801 (8b572) + - Update module github.com/dlclark/regexp2 to v1.11.4 - in https://github.com/alist-org/alist/issues/6958 (d3bc8) + - Update module golang.org/x/oauth2 to v0.22.0 - in https://github.com/alist-org/alist/issues/6943 (8032d) + - Update module golang.org/x/time to v0.6.0 - in https://github.com/alist-org/alist/issues/6944 (34e34) + - Update module github.com/blevesearch/bleve/v2 to v2.4.2 - in https://github.com/alist-org/alist/issues/6892 (d596e) + - Update golang.org/x/exp digest to 0cdaa3a - in https://github.com/alist-org/alist/issues/6977 (a7efa) + - Update github.com/xhofe/go-cache digest to b1a7192 - in https://github.com/alist-org/alist/issues/6939 (a2618) + - Update module github.com/larksuite/oapi-sdk-go/v3 to v3.3.1 - in https://github.com/alist-org/alist/issues/6978 (28512) + - Update module github.com/meilisearch/meilisearch-go to v0.27.2 - in https://github.com/alist-org/alist/issues/6907 (8f3c5) + - Update module golang.org/x/image to v0.19.0 - in https://github.com/alist-org/alist/issues/6982 (6bff5) + - Update module github.com/go-webauthn/webauthn to v0.11.1 - in https://github.com/alist-org/alist/issues/6901 (e2fcd) + - Update module github.com/aws/aws-sdk-go to v1.55.5 - in https://github.com/alist-org/alist/issues/6813 (a54a0) + - Update github.com/city404/v6-public-rpc-proto/go digest to 90f8e24 - in https://github.com/alist-org/alist/issues/7028 (9af7a) + - Update module github.com/charmbracelet/bubbletea to v0.27.0 - in https://github.com/alist-org/alist/issues/7025 (4c48a) + - Update module github.com/charmbracelet/lipgloss to v0.13.0 - in https://github.com/alist-org/alist/issues/7049 (d9a18) + - Update module github.com/charmbracelet/bubbles to v0.19.0 - in https://github.com/alist-org/alist/issues/7048 (db149) + - Update module github.com/go-resty/resty/v2 to v2.14.0 - in https://github.com/alist-org/alist/issues/6981 (bcb24) + - Update module github.com/meilisearch/meilisearch-go to v0.28.0 - in https://github.com/alist-org/alist/issues/7061 (34b67) + - Update golang.org/x/exp digest to 9b4947d - in https://github.com/alist-org/alist/issues/7065 (b910b) + - Update module github.com/charmbracelet/bubbletea to v1 - in https://github.com/alist-org/alist/issues/7103 (92713) + - Update module github.com/ncw/swift/v2 to v2.0.3 - in https://github.com/alist-org/alist/issues/7107 (40a68) + - Update module google.golang.org/grpc to v1.66.0 - in https://github.com/alist-org/alist/issues/7098 (0242f) + - Update golang.org/x/exp digest to e7e105d - in https://github.com/alist-org/alist/issues/7139 (c8317) + - halalcloud: + - Fix some custom fields not taking effect & update appID and appSecret - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/6938 (d4285) + - Fix the timeout issue when logging in - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/6960 (2d77d) + - lanzou: + - Not find file page param (#6862 close #6857) - by @foxxorcat in https://github.com/alist-org/alist/issues/6862 and https://github.com/alist-org/alist/issues/6857 (4a42b) + - local: + - Thumbnails oom (#7124 close #7082) - by @Mmx233 and KKJas in https://github.com/alist-org/alist/issues/7124 and https://github.com/alist-org/alist/issues/7082 (4874c) + - offline_download: + - Os.create failure while the name of downloaded file is empty - by @xiaoqingwanga in https://github.com/alist-org/alist/issues/7041 (74887) + - pikpak: + - Refresh_token cannot be obtained - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/7017 (8e6c1) + - Modify the processing logic of CaptchaToken - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/7024 (e238b) + - Webdav upload issue - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/7050 (ef5e1) + - Error when passing the user_id field (#7117 close #7118) - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/7117 and https://github.com/alist-org/alist/issues/7118 (ba716) + - pikpak_share: + - Add captcha_token generation function - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/7045 (489b2) + - search: + - BuildIndex concurrency error - by @rammiah in https://github.com/alist-org/alist/issues/7035 (48f50) + - thunder_browser: + - Fix space parameter not handled correctly in some cases & update some parameters - by @Three-taile-dragon in https://github.com/alist-org/alist/issues/6952 (f2727) + - webdav: + - Memory leak in HttpServer (#7123 close #7088) - by @Mmx233 in https://github.com/alist-org/alist/issues/7123 and https://github.com/alist-org/alist/issues/7088 (34ada) + 🏎 Performance + - 123pan: Optimize rate limiting - by @seiuneko in https://github.com/alist-org/alist/issues/6859 (5fa70) +ReleaseNotesUrl: https://github.com/alist-org/alist/releases/tag/v3.37.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Config + DocumentUrl: https://alist.nn.ci/config +- DocumentLabel: FAQ + DocumentUrl: https://alist.nn.ci/faq +- DocumentLabel: Guide + DocumentUrl: https://alist.nn.ci/guide +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alist/Alist/3.37.1/Alist.Alist.locale.zh-CN.yaml b/manifests/a/Alist/Alist/3.37.1/Alist.Alist.locale.zh-CN.yaml new file mode 100644 index 0000000000000..da7ae9b793a38 --- /dev/null +++ b/manifests/a/Alist/Alist/3.37.1/Alist.Alist.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Alist.Alist +PackageVersion: 3.37.1 +PackageLocale: zh-CN +Publisher: Alist +PublisherUrl: https://alist.nn.ci/zh +PublisherSupportUrl: https://github.com/alist-org/alist/issues +# PrivacyUrl: +Author: Andy Hsu +PackageName: Alist +PackageUrl: https://alist.nn.ci/zh +License: AGPL-3.0 +LicenseUrl: https://github.com/alist-org/alist/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: 一个支持多种存储的文件列表程序,使用 Gin 和 Solidjs。 +# Description: +# Moniker: +Tags: +- 共享 +- 分享 +- 发送 +- 文件 +- 服务器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/alist-org/alist/releases/tag/v3.37.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://alist.nn.ci/zh/guide +- DocumentLabel: 常见问题 + DocumentUrl: https://alist.nn.ci/zh/faq +- DocumentLabel: 配置 + DocumentUrl: https://alist.nn.ci/zh/config +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alist/Alist/3.37.1/Alist.Alist.yaml b/manifests/a/Alist/Alist/3.37.1/Alist.Alist.yaml new file mode 100644 index 0000000000000..3841a5b9b437c --- /dev/null +++ b/manifests/a/Alist/Alist/3.37.1/Alist.Alist.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Alist.Alist +PackageVersion: 3.37.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.0.5/AmN.yasb.installer.yaml b/manifests/a/AmN/yasb/1.0.5/AmN.yasb.installer.yaml new file mode 100644 index 0000000000000..094001063f4af --- /dev/null +++ b/manifests/a/AmN/yasb/1.0.5/AmN.yasb.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.0.5 +InstallerLocale: en-US +ReleaseDate: 2024-08-19 +InstallerType: msi +ProductCode: '{AA3FA7F4-BDE8-4320-BE50-3B25AE460AD8}' +Installers: +- InstallerUrl: https://github.com/amnweb/yasb/releases/download/v1.0.5/yasb-1.0.5-win64.msi + Architecture: x64 + InstallerSha256: E8CE02CF814C1A3E24349DC7130207FF369FDEF20141E07946B61DF26A804336 +ManifestType: installer +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/a/AmN/yasb/1.0.5/AmN.yasb.locale.en-US.yaml b/manifests/a/AmN/yasb/1.0.5/AmN.yasb.locale.en-US.yaml new file mode 100644 index 0000000000000..2996f5de0574f --- /dev/null +++ b/manifests/a/AmN/yasb/1.0.5/AmN.yasb.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.0.5 +PackageLocale: en-US +Publisher: AmN +PublisherUrl: https://github.com/amnweb +PublisherSupportUrl: https://github.com/amnweb/yasb/issues +Author: AmN +PackageName: yasb +PackageUrl: https://github.com/amnweb/yasb +License: MIT License +LicenseUrl: https://github.com/amnweb/yasb/blob/main/LICENSE +Copyright: Copyright 2024 AmN. All rights reserved. +CopyrightUrl: https://github.com/amnweb/yasb/blob/main/LICENSE +ShortDescription: A configurable Windows status bar. +Description: A configurable Windows status bar. +Tags: +- status bar +- topbar +ReleaseNotes: |- + 🐞 Small bug-fixes +ReleaseNotesUrl: https://github.com/amnweb/yasb/releases +InstallationNotes: https://github.com/amnweb/yasb +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.0.5/AmN.yasb.yaml b/manifests/a/AmN/yasb/1.0.5/AmN.yasb.yaml new file mode 100644 index 0000000000000..eecc923a5b9e6 --- /dev/null +++ b/manifests/a/AmN/yasb/1.0.5/AmN.yasb.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/a/AmN/yasb/1.0.6/AmN.yasb.installer.yaml b/manifests/a/AmN/yasb/1.0.6/AmN.yasb.installer.yaml new file mode 100644 index 0000000000000..2639cd052781e --- /dev/null +++ b/manifests/a/AmN/yasb/1.0.6/AmN.yasb.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.0.6 +InstallerLocale: en-US +InstallerType: msi +ProductCode: '{9423FADB-DA25-494D-B36D-D880006EBB05}' +ReleaseDate: 2024-08-20 +AppsAndFeaturesEntries: +- UpgradeCode: '{3F620CF5-07B5-47FD-8E37-9CA8AD14B608}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amnweb/yasb/releases/download/v1.0.6/yasb-1.0.6-win64.msi + InstallerSha256: 78D105F6A793F1B9CDCF81DB47EAD31A57670111D3A33C1D54230D6860E03C91 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.0.6/AmN.yasb.locale.en-US.yaml b/manifests/a/AmN/yasb/1.0.6/AmN.yasb.locale.en-US.yaml new file mode 100644 index 0000000000000..95993a4052622 --- /dev/null +++ b/manifests/a/AmN/yasb/1.0.6/AmN.yasb.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.0.6 +PackageLocale: en-US +Publisher: AmN +PublisherUrl: https://github.com/amnweb +PublisherSupportUrl: https://github.com/amnweb/yasb/issues +Author: AmN +PackageName: yasb +PackageUrl: https://github.com/amnweb/yasb +License: MIT License +LicenseUrl: https://github.com/amnweb/yasb/blob/HEAD/LICENSE +Copyright: Copyright 2024 AmN. All rights reserved. +CopyrightUrl: https://github.com/amnweb/yasb/blob/main/LICENSE +ShortDescription: A configurable Windows status bar. +Description: A configurable Windows status bar. +Tags: +- status bar +- topbar +ReleaseNotes: "GitHub Downloads (specific asset, specific tag)Chores\n- Enable debug mode in config \nFull Changelog: https://github.com/amnweb/yasb/compare/v1.0.5...v1.0.6" +ReleaseNotesUrl: https://github.com/amnweb/yasb/releases/tag/v1.0.6 +InstallationNotes: https://github.com/amnweb/yasb +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.0.6/AmN.yasb.yaml b/manifests/a/AmN/yasb/1.0.6/AmN.yasb.yaml new file mode 100644 index 0000000000000..7fdc0cb28b8a0 --- /dev/null +++ b/manifests/a/AmN/yasb/1.0.6/AmN.yasb.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.0.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.0.7/AmN.yasb.installer.yaml b/manifests/a/AmN/yasb/1.0.7/AmN.yasb.installer.yaml new file mode 100644 index 0000000000000..f071119607737 --- /dev/null +++ b/manifests/a/AmN/yasb/1.0.7/AmN.yasb.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.0.7 +InstallerLocale: en-US +InstallerType: msi +ProductCode: '{7AB8AF8F-B187-4504-95A2-B2ABBF3FB3A0}' +ReleaseDate: 2024-08-25 +AppsAndFeaturesEntries: +- DisplayName: yasb + Publisher: AmN + ProductCode: '{7AB8AF8F-B187-4504-95A2-B2ABBF3FB3A0}' + UpgradeCode: '{3F620CF5-07B5-47FD-8E37-9CA8AD14B608}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amnweb/yasb/releases/download/v1.0.7/yasb-1.0.7-win64.msi + InstallerSha256: EAB708CFC42725BFD49E5EC48F7428A40AD05E9E5E61E2595CF20520DA76A9E0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.0.7/AmN.yasb.locale.en-US.yaml b/manifests/a/AmN/yasb/1.0.7/AmN.yasb.locale.en-US.yaml new file mode 100644 index 0000000000000..6dbc17ecde4c6 --- /dev/null +++ b/manifests/a/AmN/yasb/1.0.7/AmN.yasb.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.0.7 +PackageLocale: en-US +Publisher: AmN +PublisherUrl: https://github.com/amnweb +PublisherSupportUrl: https://github.com/amnweb/yasb/issues +Author: AmN +PackageName: yasb +PackageUrl: https://github.com/amnweb/yasb +License: MIT License +LicenseUrl: https://github.com/amnweb/yasb/blob/HEAD/LICENSE +Copyright: Copyright 2024 AmN. All rights reserved. +CopyrightUrl: https://github.com/amnweb/yasb/blob/main/LICENSE +ShortDescription: A configurable Windows status bar. +Description: A configurable Windows status bar. +Tags: +- status bar +- topbar +ReleaseNotes: "Chores\n- Enable debug mode in config\nOther Changes\n- Update language widget labels for better clarity \n- Update GitHub token handling in GithubWidget \nWhat's Changed\n- Add more RAM usage widget config by @bytenekos in #24\n- Add new disk widget \nNew Contributors\n- @bytenekos made their first contribution in #24\nFull Changelog: https://github.com/amnweb/yasb/compare/v1.0.6...v1.0.7" +ReleaseNotesUrl: https://github.com/amnweb/yasb/releases/tag/v1.0.7 +InstallationNotes: https://github.com/amnweb/yasb +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.0.7/AmN.yasb.yaml b/manifests/a/AmN/yasb/1.0.7/AmN.yasb.yaml new file mode 100644 index 0000000000000..b8eb86cc55860 --- /dev/null +++ b/manifests/a/AmN/yasb/1.0.7/AmN.yasb.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.0.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.0.8/AmN.yasb.installer.yaml b/manifests/a/AmN/yasb/1.0.8/AmN.yasb.installer.yaml new file mode 100644 index 0000000000000..10f40d88c2018 --- /dev/null +++ b/manifests/a/AmN/yasb/1.0.8/AmN.yasb.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.0.8 +InstallerLocale: en-US +InstallerType: msi +ProductCode: '{98DE1704-CE34-41F9-A0DA-24ABAE98E8AD}' +ReleaseDate: 2024-08-27 +AppsAndFeaturesEntries: +- DisplayName: yasb + Publisher: AmN + ProductCode: '{98DE1704-CE34-41F9-A0DA-24ABAE98E8AD}' + UpgradeCode: '{3F620CF5-07B5-47FD-8E37-9CA8AD14B608}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amnweb/yasb/releases/download/v1.0.8/yasb-1.0.8-win64.msi + InstallerSha256: CD638112F7077487D5320DA17B8F5021B1C59924FF1B52E28768F10F7F0A2579 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.0.8/AmN.yasb.locale.en-US.yaml b/manifests/a/AmN/yasb/1.0.8/AmN.yasb.locale.en-US.yaml new file mode 100644 index 0000000000000..cb84d8731792e --- /dev/null +++ b/manifests/a/AmN/yasb/1.0.8/AmN.yasb.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.0.8 +PackageLocale: en-US +Publisher: AmN +PublisherUrl: https://github.com/amnweb +PublisherSupportUrl: https://github.com/amnweb/yasb/issues +Author: AmN +PackageName: yasb +PackageUrl: https://github.com/amnweb/yasb +License: MIT License +LicenseUrl: https://github.com/amnweb/yasb/blob/HEAD/LICENSE +Copyright: Copyright 2024 AmN. All rights reserved. +CopyrightUrl: https://github.com/amnweb/yasb/blob/main/LICENSE +ShortDescription: A configurable Windows status bar. +Description: A configurable Windows status bar. +Tags: +- status bar +- topbar +ReleaseNotes: "Chores\n- feat(config): implement default config and stylesheet creation if does not exist \nFull Changelog: https://github.com/amnweb/yasb/compare/v1.0.7...v1.0.8" +ReleaseNotesUrl: https://github.com/amnweb/yasb/releases/tag/v1.0.8 +InstallationNotes: https://github.com/amnweb/yasb +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.0.8/AmN.yasb.yaml b/manifests/a/AmN/yasb/1.0.8/AmN.yasb.yaml new file mode 100644 index 0000000000000..7931b2c1a0394 --- /dev/null +++ b/manifests/a/AmN/yasb/1.0.8/AmN.yasb.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.0.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.1.1/AmN.yasb.installer.yaml b/manifests/a/AmN/yasb/1.1.1/AmN.yasb.installer.yaml new file mode 100644 index 0000000000000..176a75713469c --- /dev/null +++ b/manifests/a/AmN/yasb/1.1.1/AmN.yasb.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.1.1 +InstallerLocale: en-US +InstallerType: msi +ProductCode: '{0A661A8D-FFFE-4EC4-B38E-895D7D724707}' +ReleaseDate: 2024-09-05 +AppsAndFeaturesEntries: +- DisplayName: yasb + Publisher: AmN + ProductCode: '{0A661A8D-FFFE-4EC4-B38E-895D7D724707}' + UpgradeCode: '{3F620CF5-07B5-47FD-8E37-9CA8AD14B608}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amnweb/yasb/releases/download/v1.1.1/yasb-1.1.1-win64.msi + InstallerSha256: 47C0A3B62255AD793D10DFDB086D13271931B995749FDA478E8D78F05C4168E4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.1.1/AmN.yasb.locale.en-US.yaml b/manifests/a/AmN/yasb/1.1.1/AmN.yasb.locale.en-US.yaml new file mode 100644 index 0000000000000..2ba1b5b4db0f5 --- /dev/null +++ b/manifests/a/AmN/yasb/1.1.1/AmN.yasb.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.1.1 +PackageLocale: en-US +Publisher: AmN +PublisherUrl: https://github.com/amnweb +PublisherSupportUrl: https://github.com/amnweb/yasb/issues +Author: AmN +PackageName: yasb +PackageUrl: https://github.com/amnweb/yasb +License: MIT License +LicenseUrl: https://github.com/amnweb/yasb/blob/HEAD/LICENSE +Copyright: Copyright 2024 AmN. All rights reserved. +CopyrightUrl: https://github.com/amnweb/yasb/blob/main/LICENSE +ShortDescription: A configurable Windows status bar. +Description: A configurable Windows status bar. +Tags: +- status bar +- topbar +ReleaseNotes: |- + Bugfixes + - workspace: prevent unnecessary button updates in workspace widget + - workspace: streamline button update logic in WorkspaceWidget ( + - style remove extra border from workspace button when blur is enabled ( + Full Changelog: https://github.com/amnweb/yasb/compare/v1.1.0...v1.1.1 +ReleaseNotesUrl: https://github.com/amnweb/yasb/releases/tag/v1.1.1 +InstallationNotes: https://github.com/amnweb/yasb +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.1.1/AmN.yasb.yaml b/manifests/a/AmN/yasb/1.1.1/AmN.yasb.yaml new file mode 100644 index 0000000000000..7c56b9d8e8942 --- /dev/null +++ b/manifests/a/AmN/yasb/1.1.1/AmN.yasb.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.1.2/AmN.yasb.installer.yaml b/manifests/a/AmN/yasb/1.1.2/AmN.yasb.installer.yaml new file mode 100644 index 0000000000000..f4416a901c090 --- /dev/null +++ b/manifests/a/AmN/yasb/1.1.2/AmN.yasb.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.1.2 +InstallerLocale: en-US +InstallerType: msi +ProductCode: '{4EE0E36B-5E8A-4688-84A6-765474FD348D}' +ReleaseDate: 2024-09-06 +AppsAndFeaturesEntries: +- DisplayName: yasb + Publisher: AmN + ProductCode: '{4EE0E36B-5E8A-4688-84A6-765474FD348D}' + UpgradeCode: '{3F620CF5-07B5-47FD-8E37-9CA8AD14B608}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amnweb/yasb/releases/download/v1.1.2/yasb-1.1.2-win64.msi + InstallerSha256: B591A891CC530D941F1B84BC76EF112D915DBECEBBCF6946EA944B4077E79D78 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.1.2/AmN.yasb.locale.en-US.yaml b/manifests/a/AmN/yasb/1.1.2/AmN.yasb.locale.en-US.yaml new file mode 100644 index 0000000000000..1c6f2ffa793c2 --- /dev/null +++ b/manifests/a/AmN/yasb/1.1.2/AmN.yasb.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.1.2 +PackageLocale: en-US +Publisher: AmN +PublisherUrl: https://github.com/amnweb +PublisherSupportUrl: https://github.com/amnweb/yasb/issues +Author: AmN +PackageName: yasb +PackageUrl: https://github.com/amnweb/yasb +License: MIT License +LicenseUrl: https://github.com/amnweb/yasb/blob/HEAD/LICENSE +Copyright: Copyright 2024 AmN. All rights reserved. +CopyrightUrl: https://github.com/amnweb/yasb/blob/main/LICENSE +ShortDescription: A configurable Windows status bar. +Description: A configurable Windows status bar. +Tags: +- status bar +- topbar +ReleaseNotes: |- + Refactors + - Taskbar Widget: debounce system events to prevent high CPU usage ( + Full Changelog: https://github.com/amnweb/yasb/compare/v1.1.1...v1.1.2 +ReleaseNotesUrl: https://github.com/amnweb/yasb/releases/tag/v1.1.2 +InstallationNotes: https://github.com/amnweb/yasb +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AmN/yasb/1.1.2/AmN.yasb.yaml b/manifests/a/AmN/yasb/1.1.2/AmN.yasb.yaml new file mode 100644 index 0000000000000..f776545f44a7c --- /dev/null +++ b/manifests/a/AmN/yasb/1.1.2/AmN.yasb.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.14/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.14/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..7dee8769eaf6a --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.14/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.14 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{3DD54B06-103E-4F50-B70B-EB6766AB785B}' +ReleaseDate: 2024-07-18 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.14.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.14.msi + InstallerSha256: F7BE3BA20AEE9807644E05930D16880D398E3367C3529A653BBF443DCE9CA6EA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.14/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.14/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..f65c7d9aaae9d --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.14/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.14 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.14/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.14/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..9df49a3a7e4c7 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.14/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.16/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.16/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..2529ef777921e --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.16/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.16 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{1AF7C0B5-6627-4457-8EF2-74BFDF5BDDAC}' +ReleaseDate: 2024-07-23 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.16.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.16.msi + InstallerSha256: 7C541BF394D605F13FFCCA169FBA4F3954E54C334BCB9C19093A1B2048844B0B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.16/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.16/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..b22f2f791b75e --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.16/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.16 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.16/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.16/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..d98abe0982397 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.16/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.17/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.17/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..06f8a64543069 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.17/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.17 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{FC503467-DE66-45CE-9261-994FF111FD0C}' +ReleaseDate: 2024-07-24 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.17.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.17.msi + InstallerSha256: 6A9F9E776FE184DD799617169209B6F4578CDB0180EB26294917F24EFD11A8C7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.17/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.17/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..3f0c8a8c90ab9 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.17/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.17 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.17/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.17/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..847afcb7508f1 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.17/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.18/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.18/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..73df45915f7a7 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.18/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.18 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{A9DABBD1-9821-4C83-B4B6-4D27BA2569FF}' +ReleaseDate: 2024-07-25 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.18.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.18.msi + InstallerSha256: FB2C6244B9F387428521ACC20B02E273A046B15F3F7F605890B86F8B09F02DD5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.18/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.18/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..cfbd17fb63596 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.18/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.18 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.18/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.18/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..e573c7f4997a6 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.18/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.19/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.19/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..2a6306b6984cf --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.19/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.19 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{AC47D6DD-2BA5-495C-8C63-7C4698AD1B34}' +ReleaseDate: 2024-07-29 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.19.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.19.msi + InstallerSha256: 2DE4A8D54D4C1AB215CB1C835FA8A11E9C22D3E9FF9ED936350FA86AE95E033F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.19/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.19/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..68206fc365c2b --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.19/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.19 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.19/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.19/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..dc4f8ac80a10b --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.19/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.20/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.20/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..d8a4986199523 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.20/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.20 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{0F9A80D3-437F-43E0-B7CA-37EA58493C15}' +ReleaseDate: 2024-07-30 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.20.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.20.msi + InstallerSha256: BE19CF3A4B930465DDE92E20DA6EF99E088C4C82F266D093806BFB94F9CB44A1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.20/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.20/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..a29593ce4ae37 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.20/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.20 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.20/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.20/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..ad68a1c6a49ab --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.20/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.21/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.21/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..5aa642c47ea29 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.21/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.21 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{3556CB55-E748-417C-87B8-8D686E099A9F}' +ReleaseDate: 2024-08-01 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.21.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.21.msi + InstallerSha256: 5E5CF5F51B6916DC3083212CD123A8EEAD413924B9DF2292AD30C9B48C2384EA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.21/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.21/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..d98640feb9ace --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.21/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.21 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.21/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.21/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..fd3f2e11036fa --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.21/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.22/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.22/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..778ab4d8ff8dd --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.22/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.22 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{35A2E2D5-7AAC-4461-B4FC-33D1A949E99B}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.22.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.22.msi + InstallerSha256: 3D28100397A8284C1888D1213664EC132E4EE0F2105CA2B6C89B898A4707AB24 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.22/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.22/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..38c3fe947ac7d --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.22/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.22 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.22/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.22/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..e2b41fe851c36 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.22/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.23/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.23/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..ef9ccd07fa2f1 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.23/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.23 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{4A23456D-18A2-4644-86F2-630AE36E71CF}' +ReleaseDate: 2024-08-05 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.23.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.23.msi + InstallerSha256: D8F5262E0D543350284570ADE48884E1CC08D112F10CF732C0952DBE0AC3F8B2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.23/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.23/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..43db08f20878d --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.23/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.23 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.23/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.23/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..d7e865bd95d19 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.23/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.24/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.24/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..f2302d96793bd --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.24/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.24 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{1626C807-9D8E-43C7-BE5C-B77160694670}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.24.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.24.msi + InstallerSha256: EB1A25D27F85AA7CB009562E356C110A5B8540DD20C47D125DBE368BED64A740 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.24/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.24/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..bba889e4fb4bc --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.24/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.24 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.24/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.24/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..95d5e3c5d9b39 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.24/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.25/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.25/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..88f9de64d4256 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.25/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.25 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{F3F3BDBD-33DE-4493-8239-B0202332663B}' +ReleaseDate: 2024-08-07 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.25.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.25.msi + InstallerSha256: 377C2B1E3931989270FDA742EA629885391341A3CF5C9CF577E60D29ABE4B3DA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.25/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.25/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..4f75543c2c3ed --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.25/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.25 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.25/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.25/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..800a8b0875881 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.25/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.26/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.26/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..54283c59c89c9 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.26/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.26 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{3ECCE31C-069A-4040-A31D-1EF49C0F8CDA}' +ReleaseDate: 2024-08-08 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.26.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.26.msi + InstallerSha256: 1265B9572C333869537447617B7696A09B6779AD711779DCF7CAA922F63B67AA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.26/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.26/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..189dabfe956ff --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.26/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.26 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.26/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.26/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..a3e43a8e6adc2 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.26/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.27/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.27/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..14db3abd8f16d --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.27/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.27 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{FE789305-DDD3-4341-BC0D-17FC9C011C07}' +ReleaseDate: 2024-08-09 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.27.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.27.msi + InstallerSha256: D367AC18AD40364F7D2E48006CA61E25E81DA5E28E26CD885A9AAD807FCD58CE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.27/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.27/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..24e24d9e5c33f --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.27/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.27 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.27/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.27/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..bed3d24c5ed1a --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.27/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.28/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.28/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..61d936550eab4 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.28/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.28 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{E26931A0-58A6-402C-AD4D-98EFDFAD9F16}' +ReleaseDate: 2024-08-12 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.28.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.28.msi + InstallerSha256: 3DF0D5FAA4E97D15B681F6DDEC67A416C6B67D44A1B324891A2DF9F8C75981C5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.28/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.28/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..c709d5522788b --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.28/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.28 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.28/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.28/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..841021215f6b3 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.28/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.29/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.29/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..9898ccd020b4d --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.29/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.29 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{05D3AD81-F28E-4B9A-A620-928E6C671732}' +ReleaseDate: 2024-08-13 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.29.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.29.msi + InstallerSha256: A8016F38EEC6E104A13794A5D8C76BC0906CB665D70BF047188065529FD800D5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.29/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.29/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..d20878bbbe3c7 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.29/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.29 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.29/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.29/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..96cd5478682c8 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.29/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.30/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.30/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..cb54ecfdaa751 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.30/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.30 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{1D684948-659B-45F8-B2E8-A09AFE3E7BE9}' +ReleaseDate: 2024-08-14 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.30.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.30.msi + InstallerSha256: 6C1798349D03B85273DE593F87D905B87C434FAF9B2420922CA2121682B40E51 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.30/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.30/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..8d98775ac00b4 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.30/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.30 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.30/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.30/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..8a8dafd90527e --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.30/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.31/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.31/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..2bed12e191c31 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.31/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.31 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{7C0FBA25-E8F1-49FF-A1C2-4E077FDEE2BB}' +ReleaseDate: 2024-08-15 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.31.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.31.msi + InstallerSha256: E861987277A2C8D53F6B5D05CD4810061EA4E822339A3CD809B9DCDFECDE331D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.31/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.31/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..22c1c9badfa08 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.31/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.31 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.31/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.31/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..ada272142d3c0 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.31/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.31 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.32/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.32/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..256463a0167fd --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.32/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.32 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{CEF51E3D-87AD-4A7A-A641-25B44AC1F155}' +ReleaseDate: 2024-08-16 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.32.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.32.msi + InstallerSha256: 868F2B6D471ADAF721793378C3551D174D515708220B4A129425D8461FCE4F1D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.32/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.32/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..c045775e467f0 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.32/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.32 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.32/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.32/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..186df6a08446d --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.32/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.33/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.33/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..8c137334b5867 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.33/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.33 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{E05B74C1-493D-4684-BD2A-1A93E1CDA4C7}' +ReleaseDate: 2024-08-19 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.33.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.33.msi + InstallerSha256: 531D19C19178E41C893288B1C28014D2B69D599ECDD2D62B8AC844C93B275405 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.33/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.33/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..dabc93a32cb12 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.33/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.33 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.33/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.33/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..03b43d439e43c --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.33/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.33 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.34/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.34/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..0fecb43110ae7 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.34/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.34 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{781CB7A1-2A1F-4206-804D-73E997533F41}' +ReleaseDate: 2024-08-20 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.34.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.34.msi + InstallerSha256: C6FC62147D5CEB0B39C31E30BF3735CDEAB7C1580FA55A865F4525775134316A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.34/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.34/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..c6b7264c63c21 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.34/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.34 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.34/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.34/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..1fc1f320d3d99 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.34/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.35/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.35/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..fd7e537758847 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.35/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.35 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{3267AF4D-D760-4578-8588-5E30E3A79F46}' +ReleaseDate: 2024-08-21 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.35.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.35.msi + InstallerSha256: A62D4806AB5B0CA0A0AB45F7778361E23EDC0F3E1194F32176B3BFF2DA4F8D4E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.35/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.35/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..aa85ca5c684c0 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.35/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.35 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.35/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.35/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..0e5958ea79fc1 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.35/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.35 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.36/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.36/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..98c586f5ea5b0 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.36/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.36 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{65BC0E1A-7DBC-4DA5-96D3-8FDE549C96AB}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + DisplayVersion: 2.17.36.0 + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.36.msi + InstallerSha256: 0E40F0CC00FA44F18585D59456BF20AC352DFF69140030A996E97573BFCFA2F7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.36/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.36/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..e486ad6cb6b45 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.36/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.36 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.36/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.36/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..ad66bb493b872 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.36/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.36 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.37/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.37/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..72c11638ef5e4 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.37/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.37 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{1230EE80-F2CE-474A-83D6-4956DA0FEBEC}' +ReleaseDate: 2024-08-23 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + DisplayVersion: 2.17.37.0 + ProductCode: '{1230EE80-F2CE-474A-83D6-4956DA0FEBEC}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.37.msi + InstallerSha256: 5531B0431CD2F37CDD1F2D768581A40E8A25274AE4855E0CCF74FCEFCF23CD3D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.37/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.37/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..704bdd9b96083 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.37/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.37 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.37/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.37/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..48ddbe6f17920 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.37/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.37 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.38/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.38/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..67d0cbe6b6daf --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.38/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.38 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{D69FC143-9DC1-45C9-BE9A-D8FC048CA14F}' +ReleaseDate: 2024-08-26 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + DisplayVersion: 2.17.38.0 + ProductCode: '{D69FC143-9DC1-45C9-BE9A-D8FC048CA14F}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.38.msi + InstallerSha256: 1CAFFD4F74A5D220C4D0FF03DB48DD6432E1F6457FD99A20E4AB22B769A568DB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.38/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.38/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..c28ae2c537fb4 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.38/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.38 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.38/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.38/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..614e7170ca10e --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.38/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.39/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.39/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..ce8200e645bab --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.39/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.39 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{38D24C77-6252-4790-B944-97557AD252E9}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + DisplayVersion: 2.17.39.0 + ProductCode: '{38D24C77-6252-4790-B944-97557AD252E9}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.39.msi + InstallerSha256: BD784C27A0246AEA5DF5CFEA6C0F4808E3577AA0649963DA84F5CFF3E0E7C210 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.39/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.39/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..67e02aedfe52b --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.39/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.39 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.39/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.39/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..9b02ef808ad6a --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.39/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.39 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.40/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.40/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..67672ac183c85 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.40/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.40 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{239AF12C-BC01-4E86-B6D1-C5493C5B07DD}' +ReleaseDate: 2024-08-28 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + DisplayVersion: 2.17.40.0 + ProductCode: '{239AF12C-BC01-4E86-B6D1-C5493C5B07DD}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.40.msi + InstallerSha256: BF711FFECBB935F2CB401F0DD16C18017851BF1D566AAEA053A4FD91A289FB88 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.40/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.40/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..55a8dc80af28b --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.40/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.40 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.40/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.40/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..7f886f89befc6 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.40/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.40 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.41/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.41/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..b92d4cd9feb0c --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.41/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.41 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{7FF8FB68-50FF-4D15-9940-2751E033AB6F}' +ReleaseDate: 2024-08-29 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + DisplayVersion: 2.17.41.0 + ProductCode: '{7FF8FB68-50FF-4D15-9940-2751E033AB6F}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.41.msi + InstallerSha256: 9C8B85342FFC998DEC2452BA0CCB16E2D8D1A4E62001E6EBE99A0771A2C4B4EE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.41/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.41/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..062299d4464da --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.41/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.41 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.41/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.41/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..6653e2f0bde00 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.41/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.41 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.42/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.42/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..161bd028db5f2 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.42/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.42 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{9AFCBDD5-69CF-45D0-9D87-44AEA6E43A11}' +ReleaseDate: 2024-08-30 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + DisplayVersion: 2.17.42.0 + ProductCode: '{9AFCBDD5-69CF-45D0-9D87-44AEA6E43A11}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.42.msi + InstallerSha256: 8A15A6C3966DC4D432DFEECEF20AC249935B274972F7CBC1D85B6BCCEAB0F2EE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.42/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.42/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..83c7ba6af3b8c --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.42/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.42 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.42/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.42/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..fff10a4c72d0a --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.42/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.42 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.43/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.43/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..a20f88dd81463 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.43/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.43 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{3C684361-0F7C-4248-8CE8-B3C2DAE31973}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + DisplayVersion: 2.17.43.0 + ProductCode: '{9AFCBDD5-69CF-45D0-9D87-44AEA6E43A11}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.43.msi + InstallerSha256: CAB27843167A1F70E0682E39A0DAEF746984C3A8A52E4A3243C7E09A9814AF10 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.43/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.43/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..f76f40842eee3 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.43/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.43 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.43/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.43/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..73f5fe4a0458a --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.43/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.43 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.44/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.44/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..8e716b17682e2 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.44/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.44 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{3BE3F7AF-5758-4BB4-85AB-F6B1AFC5615C}' +ReleaseDate: 2024-09-04 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + DisplayVersion: 2.17.44.0 + ProductCode: '{3BE3F7AF-5758-4BB4-85AB-F6B1AFC5615C}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.44.msi + InstallerSha256: F9D79B888F8AE9EBA4CE80A3A3863CB6183277B8AAD1CAE29E462B25FFF8639F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.44/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.44/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..a01b79b34edee --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.44/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.44 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.44/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.44/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..6d9d2a83acc0f --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.44/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.44 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.45/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.45/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..5978e5d0f8568 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.45/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.45 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{10C42C4C-2579-4D7E-87D2-3807AE8BFEE3}' +ReleaseDate: 2024-09-05 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + DisplayVersion: 2.17.45.0 + ProductCode: '{10C42C4C-2579-4D7E-87D2-3807AE8BFEE3}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.45.msi + InstallerSha256: 04F7D7EDE8C2AF473ED9102F8DBFDFC9C2AFE2EF5B8F93BEE663A60A8E54F341 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.45/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.45/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..e5bf07d129d46 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.45/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.45 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.45/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.45/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..3c3ec9f2591f2 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.45/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.46/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.46/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..6e4c368636a75 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.46/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.46 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{739FF136-0C32-400E-B59B-CE07864E4114}' +ReleaseDate: 2024-09-06 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + DisplayVersion: 2.17.46.0 + ProductCode: '{739FF136-0C32-400E-B59B-CE07864E4114}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.46.msi + InstallerSha256: 3CB753019DC19D8C0CFD5A84582AF79D383A5F3974A919D93FA75848EF86293E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.46/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.46/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..9836638dc922a --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.46/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.46 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.46/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.46/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..ebcdb87b018a1 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.46/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.46 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.47/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.47/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..146ef029f2bc3 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.47/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.47 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{2BEA9D76-81E5-4FFE-AA22-A5D786F55B88}' +ReleaseDate: 2024-09-09 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + DisplayVersion: 2.17.47.0 + ProductCode: '{2BEA9D76-81E5-4FFE-AA22-A5D786F55B88}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.47.msi + InstallerSha256: 8CA2174CD9CF7FF8DC39737710040417DE05FE42F1EF1AD1EBD4905B53A7B34B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.47/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.47/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..ff48ef0252884 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.47/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.47 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.47/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.47/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..0bdc5a42d19b0 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.47/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.47 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.48/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.48/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..ee58279c99af1 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.48/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.48 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{8AF35C00-98F5-4C46-AC52-0A963FAD4CFE}' +ReleaseDate: 2024-09-10 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + DisplayVersion: 2.17.48.0 + ProductCode: '{8AF35C00-98F5-4C46-AC52-0A963FAD4CFE}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.48.msi + InstallerSha256: 3D6E5FB14431FB4BFFF43731B85CD0610C57257195344C229BB1D26AF7E6812A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.48/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.48/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..6e74411de5413 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.48/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.48 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.48/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.48/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..6dc43a29cf5cf --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.48/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.48 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.49/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.49/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..c7e829fed8a7b --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.49/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.49 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{79DAA1B2-B83D-4456-B04B-03CEAFD71DDE}' +ReleaseDate: 2024-09-11 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + DisplayVersion: 2.17.49.0 + ProductCode: '{79DAA1B2-B83D-4456-B04B-03CEAFD71DDE}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.49.msi + InstallerSha256: 72E8FD6409299398DF15C1431D91607DA15BD05F62336F170776BC1D55643BD7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.49/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.49/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..7acb4dd061856 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.49/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.49 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.49/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.49/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..4eebd564df4ae --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.49/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.49 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.50/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.17.50/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..251519bb0117f --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.50/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.50 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{1A5F97D3-6B68-492E-BC56-28FE2F862EEE}' +ReleaseDate: 2024-09-12 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + DisplayVersion: 2.17.50.0 + ProductCode: '{1A5F97D3-6B68-492E-BC56-28FE2F862EEE}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.17.50.msi + InstallerSha256: 06DD47CEFD82776725A86261AC24486AB7839500FC0249A401EDF04CA0259B03 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.50/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.17.50/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..41b4183390815 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.50/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.50 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSCLI/2.17.50/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.17.50/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..d60e0582450e7 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.17.50/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.17.50 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.10.0/Amazon.AWSVPNClient.installer.yaml b/manifests/a/Amazon/AWSVPNClient/3.10.0/Amazon.AWSVPNClient.installer.yaml index 25762fa90ccf0..4f64d9892fe8f 100644 --- a/manifests/a/Amazon/AWSVPNClient/3.10.0/Amazon.AWSVPNClient.installer.yaml +++ b/manifests/a/Amazon/AWSVPNClient/3.10.0/Amazon.AWSVPNClient.installer.yaml @@ -1,14 +1,18 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: Amazon.AWSVPNClient PackageVersion: 3.10.0 InstallerLocale: en-US InstallerType: wix +Scope: machine ProductCode: '{9B3B49C3-4F47-4A75-BB5A-62F43EAF1316}' +ReleaseDate: 2023-08-24 +AppsAndFeaturesEntries: +- UpgradeCode: '{8D1975AA-4987-4668-ACD2-66EC556E5608}' Installers: - Architecture: x64 InstallerUrl: https://d20adtppz83p9s.cloudfront.net/WPF/3.10.0/AWS_VPN_Client.msi InstallerSha256: D46721AAD40CCB816F163E406C366FF03B1120ABBB43A20607E06D3B1FA8667F ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.10.0/Amazon.AWSVPNClient.locale.en-US.yaml b/manifests/a/Amazon/AWSVPNClient/3.10.0/Amazon.AWSVPNClient.locale.en-US.yaml index daf55e1512bbc..978f0b42cd662 100644 --- a/manifests/a/Amazon/AWSVPNClient/3.10.0/Amazon.AWSVPNClient.locale.en-US.yaml +++ b/manifests/a/Amazon/AWSVPNClient/3.10.0/Amazon.AWSVPNClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Amazon.AWSVPNClient PackageVersion: 3.10.0 @@ -9,4 +9,4 @@ PackageName: AWS VPN Client License: https://aws.amazon.com/agreement/ ShortDescription: Securely access AWS resources and resources in your on-premises network. ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.10.0/Amazon.AWSVPNClient.yaml b/manifests/a/Amazon/AWSVPNClient/3.10.0/Amazon.AWSVPNClient.yaml index 31b6345eb0c86..d04fd25192393 100644 --- a/manifests/a/Amazon/AWSVPNClient/3.10.0/Amazon.AWSVPNClient.yaml +++ b/manifests/a/Amazon/AWSVPNClient/3.10.0/Amazon.AWSVPNClient.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Amazon.AWSVPNClient PackageVersion: 3.10.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.11.0/Amazon.AWSVPNClient.installer.yaml b/manifests/a/Amazon/AWSVPNClient/3.11.0/Amazon.AWSVPNClient.installer.yaml new file mode 100644 index 0000000000000..b6c25ecc1d3f0 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.11.0/Amazon.AWSVPNClient.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.11.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{E492293B-1CB5-4E6D-87FF-2459AD900515}' +ReleaseDate: 2023-12-06 +AppsAndFeaturesEntries: +- UpgradeCode: '{8D1975AA-4987-4668-ACD2-66EC556E5608}' +Installers: +- Architecture: x64 + InstallerUrl: https://d20adtppz83p9s.cloudfront.net/WPF/3.11.0/AWS_VPN_Client.msi + InstallerSha256: 9B6B7DEF99D76C59A97B067B6A73BDC6EE1C6B89A2063286F542E96B32DF5AE9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.11.0/Amazon.AWSVPNClient.locale.en-US.yaml b/manifests/a/Amazon/AWSVPNClient/3.11.0/Amazon.AWSVPNClient.locale.en-US.yaml new file mode 100644 index 0000000000000..c874ff4f39f13 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.11.0/Amazon.AWSVPNClient.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.11.0 +PackageLocale: en-US +Publisher: Amazon +PackageName: AWS VPN Client +License: https://aws.amazon.com/agreement/ +ShortDescription: Securely access AWS resources and resources in your on-premises network. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.11.0/Amazon.AWSVPNClient.yaml b/manifests/a/Amazon/AWSVPNClient/3.11.0/Amazon.AWSVPNClient.yaml new file mode 100644 index 0000000000000..7ed855f7e616c --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.11.0/Amazon.AWSVPNClient.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.11.2/Amazon.AWSVPNClient.installer.yaml b/manifests/a/Amazon/AWSVPNClient/3.11.2/Amazon.AWSVPNClient.installer.yaml new file mode 100644 index 0000000000000..eb38a4f3b51ac --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.11.2/Amazon.AWSVPNClient.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.11.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{88C4DD62-8FF1-45AF-BEF6-C7DAB69BA770}' +ReleaseDate: 2024-04-11 +AppsAndFeaturesEntries: +- UpgradeCode: '{8D1975AA-4987-4668-ACD2-66EC556E5608}' +Installers: +- Architecture: x64 + InstallerUrl: https://d20adtppz83p9s.cloudfront.net/WPF/3.11.2/AWS_VPN_Client.msi + InstallerSha256: 8BA258DD15BEA3E861ADAD108F8A6D6D4BCD8FE42CB9EF8BBC294E72F365C7CC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.11.2/Amazon.AWSVPNClient.locale.en-US.yaml b/manifests/a/Amazon/AWSVPNClient/3.11.2/Amazon.AWSVPNClient.locale.en-US.yaml new file mode 100644 index 0000000000000..972a0728a90c5 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.11.2/Amazon.AWSVPNClient.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.11.2 +PackageLocale: en-US +Publisher: Amazon +PackageName: AWS VPN Client +License: https://aws.amazon.com/agreement/ +ShortDescription: Securely access AWS resources and resources in your on-premises network. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.11.2/Amazon.AWSVPNClient.yaml b/manifests/a/Amazon/AWSVPNClient/3.11.2/Amazon.AWSVPNClient.yaml new file mode 100644 index 0000000000000..48732c8f9f9ee --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.11.2/Amazon.AWSVPNClient.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.11.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.12.1/Amazon.AWSVPNClient.installer.yaml b/manifests/a/Amazon/AWSVPNClient/3.12.1/Amazon.AWSVPNClient.installer.yaml index 1a58abfb851d5..54c036c897fe2 100644 --- a/manifests/a/Amazon/AWSVPNClient/3.12.1/Amazon.AWSVPNClient.installer.yaml +++ b/manifests/a/Amazon/AWSVPNClient/3.12.1/Amazon.AWSVPNClient.installer.yaml @@ -1,14 +1,18 @@ -# Created using wingetcreate 1.6.1.0 +# Created with komac v2.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: Amazon.AWSVPNClient PackageVersion: 3.12.1 InstallerLocale: en-US InstallerType: wix +Scope: machine ProductCode: '{7C6AFAFE-186E-42C2-AABA-0F886AA43A3C}' +ReleaseDate: 2024-07-18 +AppsAndFeaturesEntries: +- UpgradeCode: '{8D1975AA-4987-4668-ACD2-66EC556E5608}' Installers: - Architecture: x64 - InstallerUrl: https://d20adtppz83p9s.cloudfront.net/WPF/latest/AWS_VPN_Client.msi + InstallerUrl: https://d20adtppz83p9s.cloudfront.net/WPF/3.12.1/AWS_VPN_Client.msi InstallerSha256: 5ED34AEE6C03AA281E625ACDBED272896C67046364A9E5846CA697E05DBFEC08 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.12.1/Amazon.AWSVPNClient.locale.en-US.yaml b/manifests/a/Amazon/AWSVPNClient/3.12.1/Amazon.AWSVPNClient.locale.en-US.yaml index dbce46c88e167..3cc0e40f438bd 100644 --- a/manifests/a/Amazon/AWSVPNClient/3.12.1/Amazon.AWSVPNClient.locale.en-US.yaml +++ b/manifests/a/Amazon/AWSVPNClient/3.12.1/Amazon.AWSVPNClient.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created with komac v2.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Amazon.AWSVPNClient diff --git a/manifests/a/Amazon/AWSVPNClient/3.12.1/Amazon.AWSVPNClient.yaml b/manifests/a/Amazon/AWSVPNClient/3.12.1/Amazon.AWSVPNClient.yaml index 09d3024fcd62f..5589266a2c1c9 100644 --- a/manifests/a/Amazon/AWSVPNClient/3.12.1/Amazon.AWSVPNClient.yaml +++ b/manifests/a/Amazon/AWSVPNClient/3.12.1/Amazon.AWSVPNClient.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created with komac v2.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Amazon.AWSVPNClient diff --git a/manifests/a/Amazon/AWSVPNClient/3.13.0/Amazon.AWSVPNClient.installer.yaml b/manifests/a/Amazon/AWSVPNClient/3.13.0/Amazon.AWSVPNClient.installer.yaml new file mode 100644 index 0000000000000..e04b1075bad51 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.13.0/Amazon.AWSVPNClient.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.13.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{7F2BA409-98A0-4023-AE8D-EDFB98EE6938}' +ReleaseDate: 2024-07-29 +AppsAndFeaturesEntries: +- UpgradeCode: '{8D1975AA-4987-4668-ACD2-66EC556E5608}' +Installers: +- Architecture: x64 + InstallerUrl: https://d20adtppz83p9s.cloudfront.net/WPF/3.13.0/AWS_VPN_Client.msi + InstallerSha256: C9CC896E81A74411840951E349EED9384507C53337FB703C5EC64D522C29388B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.13.0/Amazon.AWSVPNClient.locale.en-US.yaml b/manifests/a/Amazon/AWSVPNClient/3.13.0/Amazon.AWSVPNClient.locale.en-US.yaml new file mode 100644 index 0000000000000..71f866c71afd1 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.13.0/Amazon.AWSVPNClient.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.13.0 +PackageLocale: en-US +Publisher: Amazon +PackageName: AWS VPN Client +License: https://aws.amazon.com/agreement/ +ShortDescription: Securely access AWS resources and resources in your on-premises network. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.13.0/Amazon.AWSVPNClient.yaml b/manifests/a/Amazon/AWSVPNClient/3.13.0/Amazon.AWSVPNClient.yaml new file mode 100644 index 0000000000000..4f2a5792b90c5 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.13.0/Amazon.AWSVPNClient.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.14.0/Amazon.AWSVPNClient.installer.yaml b/manifests/a/Amazon/AWSVPNClient/3.14.0/Amazon.AWSVPNClient.installer.yaml new file mode 100644 index 0000000000000..49ef2e028d07f --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.14.0/Amazon.AWSVPNClient.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.14.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{83099BA3-4B0A-447E-8E03-9C41F8622B6D}' +ReleaseDate: 2024-08-12 +AppsAndFeaturesEntries: +- UpgradeCode: '{8D1975AA-4987-4668-ACD2-66EC556E5608}' +Installers: +- Architecture: x64 + InstallerUrl: https://d20adtppz83p9s.cloudfront.net/WPF/3.14.0/AWS_VPN_Client.msi + InstallerSha256: 812FB2F6D263288C664D598F6BD70E3F601D11DCB89E63B281B0A96B96354516 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.14.0/Amazon.AWSVPNClient.locale.en-US.yaml b/manifests/a/Amazon/AWSVPNClient/3.14.0/Amazon.AWSVPNClient.locale.en-US.yaml new file mode 100644 index 0000000000000..30d9a0447af33 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.14.0/Amazon.AWSVPNClient.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.14.0 +PackageLocale: en-US +Publisher: Amazon +PackageName: AWS VPN Client +License: https://aws.amazon.com/agreement/ +ShortDescription: Securely access AWS resources and resources in your on-premises network. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.14.0/Amazon.AWSVPNClient.yaml b/manifests/a/Amazon/AWSVPNClient/3.14.0/Amazon.AWSVPNClient.yaml new file mode 100644 index 0000000000000..d1058dea0ba93 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.14.0/Amazon.AWSVPNClient.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.14.1/Amazon.AWSVPNClient.installer.yaml b/manifests/a/Amazon/AWSVPNClient/3.14.1/Amazon.AWSVPNClient.installer.yaml new file mode 100644 index 0000000000000..4438b72d9bc91 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.14.1/Amazon.AWSVPNClient.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.14.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{B5D58524-7460-4153-B5A3-63EDAB4304F4}' +AppsAndFeaturesEntries: +- UpgradeCode: '{8D1975AA-4987-4668-ACD2-66EC556E5608}' +Installers: +- Architecture: x64 + InstallerUrl: https://d20adtppz83p9s.cloudfront.net/WPF/3.14.1/AWS_VPN_Client.msi + InstallerSha256: F743A7B4BC82DAA4B803C2994390529997BB57A4BB54D1F5195AB28827283335 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.14.1/Amazon.AWSVPNClient.locale.en-US.yaml b/manifests/a/Amazon/AWSVPNClient/3.14.1/Amazon.AWSVPNClient.locale.en-US.yaml new file mode 100644 index 0000000000000..cebeb873ec3bb --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.14.1/Amazon.AWSVPNClient.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.14.1 +PackageLocale: en-US +Publisher: Amazon +PackageName: AWS VPN Client +License: https://aws.amazon.com/agreement/ +ShortDescription: Securely access AWS resources and resources in your on-premises network. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.14.1/Amazon.AWSVPNClient.yaml b/manifests/a/Amazon/AWSVPNClient/3.14.1/Amazon.AWSVPNClient.yaml new file mode 100644 index 0000000000000..aa718d0b43106 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.14.1/Amazon.AWSVPNClient.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.14.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.14.2/Amazon.AWSVPNClient.installer.yaml b/manifests/a/Amazon/AWSVPNClient/3.14.2/Amazon.AWSVPNClient.installer.yaml new file mode 100644 index 0000000000000..306865990b140 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.14.2/Amazon.AWSVPNClient.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.14.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{01E7D40D-295F-437B-8C75-8445E96AD9F1}' +AppsAndFeaturesEntries: +- UpgradeCode: '{8D1975AA-4987-4668-ACD2-66EC556E5608}' +Installers: +- Architecture: x64 + InstallerUrl: https://d20adtppz83p9s.cloudfront.net/WPF/3.14.2/AWS_VPN_Client.msi + InstallerSha256: C171639D7E07E5FD48998CF76F74E6E49E5CBE3356C6264A67B4A9BF473B5F5D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.14.2/Amazon.AWSVPNClient.locale.en-US.yaml b/manifests/a/Amazon/AWSVPNClient/3.14.2/Amazon.AWSVPNClient.locale.en-US.yaml new file mode 100644 index 0000000000000..c133bfd9030eb --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.14.2/Amazon.AWSVPNClient.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.14.2 +PackageLocale: en-US +Publisher: Amazon +PackageName: AWS VPN Client +License: https://aws.amazon.com/agreement/ +ShortDescription: Securely access AWS resources and resources in your on-premises network. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.14.2/Amazon.AWSVPNClient.yaml b/manifests/a/Amazon/AWSVPNClient/3.14.2/Amazon.AWSVPNClient.yaml new file mode 100644 index 0000000000000..d32b2511587a6 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.14.2/Amazon.AWSVPNClient.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.14.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.9.0/Amazon.AWSVPNClient.installer.yaml b/manifests/a/Amazon/AWSVPNClient/3.9.0/Amazon.AWSVPNClient.installer.yaml new file mode 100644 index 0000000000000..7a110affb23d6 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.9.0/Amazon.AWSVPNClient.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.9.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{2F47E447-CD67-4482-B306-D4FCDB329797}' +ReleaseDate: 2023-08-03 +AppsAndFeaturesEntries: +- UpgradeCode: '{8D1975AA-4987-4668-ACD2-66EC556E5608}' +Installers: +- Architecture: x64 + InstallerUrl: https://d20adtppz83p9s.cloudfront.net/WPF/3.9.0/AWS_VPN_Client.msi + InstallerSha256: DE9A3800EA2349155540BD32BBAE472404C636D8D8267A0E1FB2173A8AAE21ED +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.9.0/Amazon.AWSVPNClient.locale.en-US.yaml b/manifests/a/Amazon/AWSVPNClient/3.9.0/Amazon.AWSVPNClient.locale.en-US.yaml new file mode 100644 index 0000000000000..dd372983617a5 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.9.0/Amazon.AWSVPNClient.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.9.0 +PackageLocale: en-US +Publisher: Amazon +PackageName: AWS VPN Client +License: https://aws.amazon.com/agreement/ +ShortDescription: Securely access AWS resources and resources in your on-premises network. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/AWSVPNClient/3.9.0/Amazon.AWSVPNClient.yaml b/manifests/a/Amazon/AWSVPNClient/3.9.0/Amazon.AWSVPNClient.yaml new file mode 100644 index 0000000000000..e658a3c81db25 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/3.9.0/Amazon.AWSVPNClient.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 3.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/Chime/4.31.9473.1/Amazon.Chime.installer.yaml b/manifests/a/Amazon/Chime/4.31.9473.1/Amazon.Chime.installer.yaml deleted file mode 100644 index d37162e763529..0000000000000 --- a/manifests/a/Amazon/Chime/4.31.9473.1/Amazon.Chime.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.31.9473.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallerSwitches: - Silent: /VERYSILENT - SilentWithProgress: /SILENT -Installers: -- Architecture: x64 - InstallerUrl: https://clients.chime.aws/win/releases/Chime.4.31.9473.exe - InstallerSha256: 1DB66BD9528389CB768842051C5AECF7F5B3482BF0E71FA412EF8ECF98BBB372 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.31.9473.1/Amazon.Chime.locale.en-US.yaml b/manifests/a/Amazon/Chime/4.31.9473.1/Amazon.Chime.locale.en-US.yaml deleted file mode 100644 index fdc7750e62f18..0000000000000 --- a/manifests/a/Amazon/Chime/4.31.9473.1/Amazon.Chime.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.31.9473.1 -PackageLocale: en-US -Publisher: Amazon.com, Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: Amazon Chime -PackageUrl: https://aws.amazon.com/chime -License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved. -LicenseUrl: https://aws.amazon.com/service-terms/ -# Copyright: -# CopyrightUrl: -ShortDescription: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application. -# Description: -Moniker: amazonchime -Tags: -- amazon -- chat -- teams -- work -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.31.9473.1/Amazon.Chime.yaml b/manifests/a/Amazon/Chime/4.31.9473.1/Amazon.Chime.yaml deleted file mode 100644 index 9b51d956b01d4..0000000000000 --- a/manifests/a/Amazon/Chime/4.31.9473.1/Amazon.Chime.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.31.9473.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.34.9941.1/Amazon.Chime.installer.yaml b/manifests/a/Amazon/Chime/4.34.9941.1/Amazon.Chime.installer.yaml deleted file mode 100644 index b9093e4fba176..0000000000000 --- a/manifests/a/Amazon/Chime/4.34.9941.1/Amazon.Chime.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.34.9941.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallerSwitches: - Silent: /VERYSILENT - SilentWithProgress: /SILENT -Installers: -- Architecture: x64 - InstallerUrl: https://clients.chime.aws/win/releases/Chime.4.34.9941.exe - InstallerSha256: 239BCC76B695F4619488897982E7E659BBFBCF79C40644F2C39826C363990B08 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.34.9941.1/Amazon.Chime.locale.en-US.yaml b/manifests/a/Amazon/Chime/4.34.9941.1/Amazon.Chime.locale.en-US.yaml deleted file mode 100644 index b8a4fe888a107..0000000000000 --- a/manifests/a/Amazon/Chime/4.34.9941.1/Amazon.Chime.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.34.9941.1 -PackageLocale: en-US -Publisher: Amazon.com, Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: Amazon Chime -PackageUrl: https://aws.amazon.com/chime -License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved. -LicenseUrl: https://aws.amazon.com/service-terms/ -# Copyright: -# CopyrightUrl: -ShortDescription: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application. -# Description: -Moniker: amazonchime -Tags: -- amazon -- chat -- teams -- work -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.34.9941.1/Amazon.Chime.yaml b/manifests/a/Amazon/Chime/4.34.9941.1/Amazon.Chime.yaml deleted file mode 100644 index 87632f5f9d11d..0000000000000 --- a/manifests/a/Amazon/Chime/4.34.9941.1/Amazon.Chime.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.34.9941.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.35.10012.1/Amazon.Chime.installer.yaml b/manifests/a/Amazon/Chime/4.35.10012.1/Amazon.Chime.installer.yaml deleted file mode 100644 index e1ec199db4fca..0000000000000 --- a/manifests/a/Amazon/Chime/4.35.10012.1/Amazon.Chime.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.35.10012.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://clients.chime.aws/win/releases/Chime.4.35.10012.exe - InstallerSha256: 11FA31BDEC04F3875DDD138CAF65D3C3CF7653CAF2BD976C7A661A169F89C398 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.35.10012.1/Amazon.Chime.locale.en-US.yaml b/manifests/a/Amazon/Chime/4.35.10012.1/Amazon.Chime.locale.en-US.yaml deleted file mode 100644 index e2a4758ead2f4..0000000000000 --- a/manifests/a/Amazon/Chime/4.35.10012.1/Amazon.Chime.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.35.10012.1 -PackageLocale: en-US -Publisher: Amazon.com, Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: Amazon Chime -PackageUrl: https://aws.amazon.com/chime -License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved. -LicenseUrl: https://aws.amazon.com/service-terms/ -# Copyright: -# CopyrightUrl: -ShortDescription: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application. -# Description: -Moniker: amazonchime -Tags: -- amazon -- chat -- teams -- work -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.35.10012.1/Amazon.Chime.yaml b/manifests/a/Amazon/Chime/4.35.10012.1/Amazon.Chime.yaml deleted file mode 100644 index 24572df479d19..0000000000000 --- a/manifests/a/Amazon/Chime/4.35.10012.1/Amazon.Chime.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.35.10012.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.35.10077.1/Amazon.Chime.installer.yaml b/manifests/a/Amazon/Chime/4.35.10077.1/Amazon.Chime.installer.yaml deleted file mode 100644 index 5a4e04c66bb88..0000000000000 --- a/manifests/a/Amazon/Chime/4.35.10077.1/Amazon.Chime.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.35.10077.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://clients.chime.aws/win/releases/Chime.4.35.10077.exe - InstallerSha256: A57F856B40E5A0949B8BA3F9D68373A92ACEDC0862D6072A0DA6D4333FB7668D -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.35.10077.1/Amazon.Chime.locale.en-US.yaml b/manifests/a/Amazon/Chime/4.35.10077.1/Amazon.Chime.locale.en-US.yaml deleted file mode 100644 index a2b58b942b447..0000000000000 --- a/manifests/a/Amazon/Chime/4.35.10077.1/Amazon.Chime.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.35.10077.1 -PackageLocale: en-US -Publisher: Amazon.com, Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: Amazon Chime -PackageUrl: https://aws.amazon.com/chime -License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved. -LicenseUrl: https://aws.amazon.com/service-terms/ -# Copyright: -# CopyrightUrl: -ShortDescription: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application. -# Description: -Moniker: amazonchime -Tags: -- amazon -- chat -- teams -- work -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.35.10077.1/Amazon.Chime.yaml b/manifests/a/Amazon/Chime/4.35.10077.1/Amazon.Chime.yaml deleted file mode 100644 index d01cb02feceb5..0000000000000 --- a/manifests/a/Amazon/Chime/4.35.10077.1/Amazon.Chime.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.35.10077.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.37.10170.1/Amazon.Chime.installer.yaml b/manifests/a/Amazon/Chime/4.37.10170.1/Amazon.Chime.installer.yaml deleted file mode 100644 index 175b73c1cc47f..0000000000000 --- a/manifests/a/Amazon/Chime/4.37.10170.1/Amazon.Chime.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.37.10170.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://clients.chime.aws/win/releases/Chime.4.37.10170.exe - InstallerSha256: 460A5B164AE9E64179E2A0B468878526BD9B49F8AEC6579EB075D5FCA7183672 - ProductCode: '{D9D58C68-544A-4C36-B6B4-62D0F9505765}_is1' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.37.10170.1/Amazon.Chime.locale.en-US.yaml b/manifests/a/Amazon/Chime/4.37.10170.1/Amazon.Chime.locale.en-US.yaml deleted file mode 100644 index f381e3cc5cae3..0000000000000 --- a/manifests/a/Amazon/Chime/4.37.10170.1/Amazon.Chime.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.37.10170.1 -PackageLocale: en-US -Publisher: Amazon.com, Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: Amazon Chime -PackageUrl: https://aws.amazon.com/chime -License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved. -LicenseUrl: https://aws.amazon.com/service-terms/ -# Copyright: -# CopyrightUrl: -ShortDescription: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application. -# Description: -Moniker: amazonchime -Tags: -- amazon -- chat -- teams -- work -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.37.10170.1/Amazon.Chime.yaml b/manifests/a/Amazon/Chime/4.37.10170.1/Amazon.Chime.yaml deleted file mode 100644 index 4d44a95b074cc..0000000000000 --- a/manifests/a/Amazon/Chime/4.37.10170.1/Amazon.Chime.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.37.10170.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.37.10179.1/Amazon.Chime.installer.yaml b/manifests/a/Amazon/Chime/4.37.10179.1/Amazon.Chime.installer.yaml deleted file mode 100644 index 64e6cc4198cd2..0000000000000 --- a/manifests/a/Amazon/Chime/4.37.10179.1/Amazon.Chime.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.37.10179.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://clients.chime.aws/win/releases/Chime.4.37.10179.exe - InstallerSha256: 88B4A1835C1928E0679AB015A7BB5F8E98168A97AC2A582528406E235CE4216B -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.37.10179.1/Amazon.Chime.locale.en-US.yaml b/manifests/a/Amazon/Chime/4.37.10179.1/Amazon.Chime.locale.en-US.yaml deleted file mode 100644 index 0514c4e748b86..0000000000000 --- a/manifests/a/Amazon/Chime/4.37.10179.1/Amazon.Chime.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.37.10179.1 -PackageLocale: en-US -Publisher: Amazon.com, Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: Amazon Chime -PackageUrl: https://aws.amazon.com/chime -License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved. -LicenseUrl: https://aws.amazon.com/service-terms/ -# Copyright: -# CopyrightUrl: -ShortDescription: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application. -# Description: -Moniker: amazonchime -Tags: -- amazon -- chat -- teams -- work -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.37.10179.1/Amazon.Chime.yaml b/manifests/a/Amazon/Chime/4.37.10179.1/Amazon.Chime.yaml deleted file mode 100644 index 4d76c63949c8f..0000000000000 --- a/manifests/a/Amazon/Chime/4.37.10179.1/Amazon.Chime.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.37.10179.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.38.10186.1/Amazon.Chime.installer.yaml b/manifests/a/Amazon/Chime/4.38.10186.1/Amazon.Chime.installer.yaml deleted file mode 100644 index af236f983234f..0000000000000 --- a/manifests/a/Amazon/Chime/4.38.10186.1/Amazon.Chime.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.38.10186.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://clients.chime.aws/win/releases/Chime.4.38.10186.exe - InstallerSha256: 1906AF2FAB49BCFE3D5B6093B46947A21D787053E1902D05A16A84F6C3D1B037 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.38.10186.1/Amazon.Chime.locale.en-US.yaml b/manifests/a/Amazon/Chime/4.38.10186.1/Amazon.Chime.locale.en-US.yaml deleted file mode 100644 index 10c9c82b16079..0000000000000 --- a/manifests/a/Amazon/Chime/4.38.10186.1/Amazon.Chime.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.38.10186.1 -PackageLocale: en-US -Publisher: Amazon.com, Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: Amazon Chime -PackageUrl: https://aws.amazon.com/chime -License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved. -LicenseUrl: https://aws.amazon.com/service-terms/ -# Copyright: -# CopyrightUrl: -ShortDescription: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application. -# Description: -Moniker: amazonchime -Tags: -- amazon -- chat -- teams -- work -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.38.10186.1/Amazon.Chime.yaml b/manifests/a/Amazon/Chime/4.38.10186.1/Amazon.Chime.yaml deleted file mode 100644 index 82e973d858919..0000000000000 --- a/manifests/a/Amazon/Chime/4.38.10186.1/Amazon.Chime.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.38.10186.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10197.1/Amazon.Chime.installer.yaml b/manifests/a/Amazon/Chime/4.39.10197.1/Amazon.Chime.installer.yaml deleted file mode 100644 index b96526f24eeea..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10197.1/Amazon.Chime.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10197.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://clients.chime.aws/win/releases/Chime.4.39.10197.exe - InstallerSha256: DCD0325E480268F06DF5FA24045F3F4F7E1D00B4C6AF48C016F56A238AFC3EEE -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10197.1/Amazon.Chime.locale.en-US.yaml b/manifests/a/Amazon/Chime/4.39.10197.1/Amazon.Chime.locale.en-US.yaml deleted file mode 100644 index 072a1b5c77745..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10197.1/Amazon.Chime.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10197.1 -PackageLocale: en-US -Publisher: Amazon.com, Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: Amazon Chime -PackageUrl: https://aws.amazon.com/chime -License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved. -LicenseUrl: https://aws.amazon.com/service-terms/ -# Copyright: -# CopyrightUrl: -ShortDescription: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application. -# Description: -Moniker: amazonchime -Tags: -- amazon -- chat -- teams -- work -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10197.1/Amazon.Chime.yaml b/manifests/a/Amazon/Chime/4.39.10197.1/Amazon.Chime.yaml deleted file mode 100644 index 471bc15d9b574..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10197.1/Amazon.Chime.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10197.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10232.1/Amazon.Chime.installer.yaml b/manifests/a/Amazon/Chime/4.39.10232.1/Amazon.Chime.installer.yaml deleted file mode 100644 index b6046fa06268c..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10232.1/Amazon.Chime.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10232.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://clients.chime.aws/win/releases/Chime.4.39.10232.exe - InstallerSha256: 7C29AB829D0321FD2434B8CEFB344CB6DE6D7B83577F65B2247AA91A6B06C547 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10232.1/Amazon.Chime.locale.en-US.yaml b/manifests/a/Amazon/Chime/4.39.10232.1/Amazon.Chime.locale.en-US.yaml deleted file mode 100644 index b2502521648bc..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10232.1/Amazon.Chime.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10232.1 -PackageLocale: en-US -Publisher: Amazon -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: Amazon Chime -PackageUrl: https://aws.amazon.com/chime -License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved. -LicenseUrl: https://aws.amazon.com/service-terms/ -# Copyright: -# CopyrightUrl: -ShortDescription: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application. -# Description: -Moniker: amazonchime -Tags: -- amazon -- chat -- teams -- work -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10232.1/Amazon.Chime.yaml b/manifests/a/Amazon/Chime/4.39.10232.1/Amazon.Chime.yaml deleted file mode 100644 index 575d89db21140..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10232.1/Amazon.Chime.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10232.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10239.1/Amazon.Chime.installer.yaml b/manifests/a/Amazon/Chime/4.39.10239.1/Amazon.Chime.installer.yaml deleted file mode 100644 index 0adfa026adb37..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10239.1/Amazon.Chime.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10239.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://clients.chime.aws/win/releases/Chime.4.39.10239.exe - InstallerSha256: E91D13619338891E4D3556AF6F5A10EF46E42CAA696FE69BBDB025EF84163A1E -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10239.1/Amazon.Chime.locale.en-US.yaml b/manifests/a/Amazon/Chime/4.39.10239.1/Amazon.Chime.locale.en-US.yaml deleted file mode 100644 index 8cf375265d3a5..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10239.1/Amazon.Chime.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10239.1 -PackageLocale: en-US -Publisher: Amazon.com, Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: Amazon Chime -PackageUrl: https://aws.amazon.com/chime -License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved. -LicenseUrl: https://aws.amazon.com/service-terms/ -# Copyright: -# CopyrightUrl: -ShortDescription: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application. -# Description: -Moniker: amazonchime -Tags: -- amazon -- chat -- teams -- work -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10239.1/Amazon.Chime.yaml b/manifests/a/Amazon/Chime/4.39.10239.1/Amazon.Chime.yaml deleted file mode 100644 index 6b7287ff2ebb1..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10239.1/Amazon.Chime.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10239.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10263.1/Amazon.Chime.installer.yaml b/manifests/a/Amazon/Chime/4.39.10263.1/Amazon.Chime.installer.yaml deleted file mode 100644 index 82b39342d7da9..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10263.1/Amazon.Chime.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10263.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://clients.chime.aws/win/releases/Chime.4.39.10263.exe - InstallerSha256: 2C9EE2BA05CE6436B5154158A2800286A2F51141F0DFCD97BCEBDDCD84385992 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10263.1/Amazon.Chime.locale.en-US.yaml b/manifests/a/Amazon/Chime/4.39.10263.1/Amazon.Chime.locale.en-US.yaml deleted file mode 100644 index a50541a90c16d..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10263.1/Amazon.Chime.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10263.1 -PackageLocale: en-US -Publisher: Amazon.com, Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: Amazon Chime -PackageUrl: https://aws.amazon.com/chime -License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved. -LicenseUrl: https://aws.amazon.com/service-terms/ -# Copyright: -# CopyrightUrl: -ShortDescription: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application. -# Description: -Moniker: amazonchime -Tags: -- amazon -- chat -- teams -- work -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10263.1/Amazon.Chime.yaml b/manifests/a/Amazon/Chime/4.39.10263.1/Amazon.Chime.yaml deleted file mode 100644 index 114674e1f326b..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10263.1/Amazon.Chime.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10263.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10317.1/Amazon.Chime.installer.yaml b/manifests/a/Amazon/Chime/4.39.10317.1/Amazon.Chime.installer.yaml deleted file mode 100644 index b0cfd8d3d2108..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10317.1/Amazon.Chime.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10317.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: user -Installers: -- Architecture: x64 - InstallerUrl: https://clients.chime.aws/win/releases/Chime.4.39.10317.exe - InstallerSha256: 5EE6C93601E93C72D5619BC2EF61BC9AEBE531863FD1F5C53C6C9BE890507457 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10317.1/Amazon.Chime.locale.en-US.yaml b/manifests/a/Amazon/Chime/4.39.10317.1/Amazon.Chime.locale.en-US.yaml deleted file mode 100644 index a1e6d700b4297..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10317.1/Amazon.Chime.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10317.1 -PackageLocale: en-US -Publisher: Amazon.com, Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: Amazon Chime -PackageUrl: https://aws.amazon.com/chime -License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved. -LicenseUrl: https://aws.amazon.com/service-terms/ -# Copyright: -# CopyrightUrl: -ShortDescription: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application. -# Description: -Moniker: amazonchime -Tags: -- amazon -- chat -- teams -- work -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10317.1/Amazon.Chime.yaml b/manifests/a/Amazon/Chime/4.39.10317.1/Amazon.Chime.yaml deleted file mode 100644 index 141fe2cf6df90..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10317.1/Amazon.Chime.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10317.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10374.1/Amazon.Chime.installer.yaml b/manifests/a/Amazon/Chime/4.39.10374.1/Amazon.Chime.installer.yaml deleted file mode 100644 index 2afc7c9a60f94..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10374.1/Amazon.Chime.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10374.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: user -Installers: -- Architecture: x64 - InstallerUrl: https://clients.chime.aws/win/releases/Chime.4.39.10374.exe - InstallerSha256: dfc7fefdd2465e77b4071766a73cc50b980c7c25923e8241599ccf4c97ba4c25 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10374.1/Amazon.Chime.locale.en-US.yaml b/manifests/a/Amazon/Chime/4.39.10374.1/Amazon.Chime.locale.en-US.yaml deleted file mode 100644 index 7517f222b681f..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10374.1/Amazon.Chime.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10374.1 -PackageLocale: en-US -Publisher: Amazon.com, Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: Amazon Chime -PackageUrl: https://aws.amazon.com/chime -License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved. -LicenseUrl: https://aws.amazon.com/service-terms/ -# Copyright: -# CopyrightUrl: -ShortDescription: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application. -# Description: -Moniker: amazonchime -Tags: -- amazon -- chat -- teams -- work -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/4.39.10374.1/Amazon.Chime.yaml b/manifests/a/Amazon/Chime/4.39.10374.1/Amazon.Chime.yaml deleted file mode 100644 index f8789cba95a09..0000000000000 --- a/manifests/a/Amazon/Chime/4.39.10374.1/Amazon.Chime.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Amazon.Chime -PackageVersion: 4.39.10374.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Amazon/Chime/5.23.31957/Amazon.Chime.installer.yaml b/manifests/a/Amazon/Chime/5.23.31957/Amazon.Chime.installer.yaml new file mode 100644 index 0000000000000..b1ce7a91f4730 --- /dev/null +++ b/manifests/a/Amazon/Chime/5.23.31957/Amazon.Chime.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.Chime +PackageVersion: 5.23.31957 +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +ReleaseDate: 2024-08-22 +UpgradeBehavior: uninstallPrevious +Commands: +- chime +Installers: +- Architecture: x64 + InstallerUrl: https://clients.chime.aws/win-nme/Chime-5.23.31957.exe + InstallerSha256: 95CB166C147C879E4F05F92E6D8CC41ABAFB8A1957FDAFCCC3FAE329E9B92FAF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/Chime/5.23.31957/Amazon.Chime.locale.en-US.yaml b/manifests/a/Amazon/Chime/5.23.31957/Amazon.Chime.locale.en-US.yaml new file mode 100644 index 0000000000000..4806a7d975c4b --- /dev/null +++ b/manifests/a/Amazon/Chime/5.23.31957/Amazon.Chime.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.Chime +PackageVersion: 5.23.31957 +PackageLocale: en-US +Publisher: Amazon.com, Inc. +PackageName: Amazon Chime +PackageUrl: https://aws.amazon.com/chime +License: Copyright (c) Amazon Web Services, Inc. or its affiliates. All rights reserved. +LicenseUrl: https://aws.amazon.com/service-terms/ +ShortDescription: Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application. +Moniker: amazonchime +Tags: +- amazon +- chat +- teams +- work +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/Chime/5.23.31957/Amazon.Chime.yaml b/manifests/a/Amazon/Chime/5.23.31957/Amazon.Chime.yaml new file mode 100644 index 0000000000000..347e78d16ad78 --- /dev/null +++ b/manifests/a/Amazon/Chime/5.23.31957/Amazon.Chime.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.Chime +PackageVersion: 5.23.31957 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/CopilotCLI/1.34.0/Amazon.CopilotCLI.installer.yaml b/manifests/a/Amazon/CopilotCLI/1.34.0/Amazon.CopilotCLI.installer.yaml new file mode 100644 index 0000000000000..14ec82cc66740 --- /dev/null +++ b/manifests/a/Amazon/CopilotCLI/1.34.0/Amazon.CopilotCLI.installer.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.CopilotCLI +PackageVersion: 1.34.0 +InstallerType: portable +Commands: +- copilot +ReleaseDate: 2024-06-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aws/copilot-cli/releases/download/v1.34.0/copilot-windows.exe + InstallerSha256: 21b21663949003617f184362a37eab805a3d33ced1c9d626a7f6b83c79e6507d +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/CopilotCLI/1.34.0/Amazon.CopilotCLI.locale.en-US.yaml b/manifests/a/Amazon/CopilotCLI/1.34.0/Amazon.CopilotCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..538e225813f17 --- /dev/null +++ b/manifests/a/Amazon/CopilotCLI/1.34.0/Amazon.CopilotCLI.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.CopilotCLI +PackageVersion: 1.34.0 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws +PackageName: AWS Copilot CLI +License: Apache-2.0 +LicenseUrl: https://github.com/aws/copilot-cli/blob/HEAD/LICENSE +ShortDescription: A tool for developers to build, release and operate production ready containerized applications on Amazon ECS and AWS Fargate. +Tags: +- aws-apprunner +- aws-ecs +- aws-fargate +- aws-fargate-application +- cd-pipelines +- containers +- developer-tools +- devops +- infrastructure-as-code +- modern-applications +ReleaseNotes: |- + Features and Enhancements: + - Import internal ALBs for Backend Services (#5490) + (You can now import your existing internal application load balancer (ALB) for a Backend Service if you don't want to use the environment-shared internal ALB that Copilot creates for your Backend Services with http enabled. Just specify the name or ARN of the ALB in the http.alb field,and Copilot will figure out if it has an HTTP listener, an HTTPS listener, or both. Copilot will then create the appropriate listener rules and target group to send traffic to your Backend Service!) + ❤️ Contributions Thank you, contributors 🥰! + - @trivikr (#5822, #5828, #5829) + - @mathmul (#5831) + - @ikorecky (#5825) +ReleaseNotesUrl: https://github.com/aws/copilot-cli/releases/tag/v1.34.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/CopilotCLI/1.34.0/Amazon.CopilotCLI.yaml b/manifests/a/Amazon/CopilotCLI/1.34.0/Amazon.CopilotCLI.yaml new file mode 100644 index 0000000000000..d2aa8b694ac24 --- /dev/null +++ b/manifests/a/Amazon/CopilotCLI/1.34.0/Amazon.CopilotCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.CopilotCLI +PackageVersion: 1.34.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/Games/2.3.8425.2/Amazon.Games.installer.yaml b/manifests/a/Amazon/Games/2.3.8425.2/Amazon.Games.installer.yaml deleted file mode 100644 index 3b2e00d0f714a..0000000000000 --- a/manifests/a/Amazon/Games/2.3.8425.2/Amazon.Games.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Amazon.Games -PackageVersion: 2.3.8425.2 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -InstallModes: -- silent -- silentWithProgress -- interactive -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerType: exe - InstallerUrl: https://download.amazongames.com/AmazonGamesSetup.exe - InstallerSha256: 9dbb71cb9c4bcad710768db6493317ccf31702a6023aed8700209667f0fae547 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S -ManifestType: installer -ManifestVersion: 1.4.0 - diff --git a/manifests/a/Amazon/Games/2.3.8425.2/Amazon.Games.locale.en-US.yaml b/manifests/a/Amazon/Games/2.3.8425.2/Amazon.Games.locale.en-US.yaml deleted file mode 100644 index d55cd08d826a5..0000000000000 --- a/manifests/a/Amazon/Games/2.3.8425.2/Amazon.Games.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Amazon.Games -PackageVersion: 2.3.8425.2 -PackageLocale: en-US -Publisher: Amazon.com Services, Inc. -PublisherUrl: https://www.amazon.com -PackageName: Amazon Games -PackageUrl: https://gaming.amazon.com/home -License: Proprietary -Copyright: 2019-2023, Amazon.com, Inc. or its affiliates -ShortDescription: Amazon Games app is a Windows PC game launcher that allows you to claim, download, and play new and classic Windows PC games every month from Prime Gaming. -Tags: -- amazon -- games -- prime -- twitch -- game launcher -ManifestType: defaultLocale -ManifestVersion: 1.4.0 - diff --git a/manifests/a/Amazon/Games/2.3.8425.2/Amazon.Games.yaml b/manifests/a/Amazon/Games/2.3.8425.2/Amazon.Games.yaml deleted file mode 100644 index 9fdaee0899ae2..0000000000000 --- a/manifests/a/Amazon/Games/2.3.8425.2/Amazon.Games.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Amazon.Games -PackageVersion: 2.3.8425.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 - diff --git a/manifests/a/Amazon/Games/2.3.8982.5/Amazon.Games.installer.yaml b/manifests/a/Amazon/Games/2.3.8982.5/Amazon.Games.installer.yaml deleted file mode 100644 index edd446ffbb433..0000000000000 --- a/manifests/a/Amazon/Games/2.3.8982.5/Amazon.Games.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Amazon.Games -PackageVersion: 2.3.8982.5 -InstallerLocale: en-US -InstallerType: exe -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /S - SilentWithProgress: /S -UpgradeBehavior: install -ReleaseDate: 2024-02-06 -Installers: -- Architecture: x64 - InstallerUrl: https://download.amazongames.com/AmazonGamesSetup.exe - InstallerSha256: 51CFEE1C225D11C92BF4997E1A76BE3655FD88FEC0F45654DF114437A0EEDF4B -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/Games/2.3.8982.5/Amazon.Games.locale.en-US.yaml b/manifests/a/Amazon/Games/2.3.8982.5/Amazon.Games.locale.en-US.yaml deleted file mode 100644 index 2d45d26dfa419..0000000000000 --- a/manifests/a/Amazon/Games/2.3.8982.5/Amazon.Games.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Amazon.Games -PackageVersion: 2.3.8982.5 -PackageLocale: en-US -Publisher: Amazon.com Services, Inc. -PublisherUrl: https://www.amazon.com/ -PackageName: Amazon Games -PackageUrl: https://gaming.amazon.com/home -License: Proprietary -Copyright: 2019-2023, Amazon.com, Inc. or its affiliates -ShortDescription: Amazon Games app is a Windows PC game launcher that allows you to claim, download, and play new and classic Windows PC games every month from Prime Gaming. -Tags: -- amazon -- game launcher -- games -- prime -- twitch -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/Games/2.3.8982.5/Amazon.Games.yaml b/manifests/a/Amazon/Games/2.3.8982.5/Amazon.Games.yaml deleted file mode 100644 index dc37f44b6035b..0000000000000 --- a/manifests/a/Amazon/Games/2.3.8982.5/Amazon.Games.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Amazon.Games -PackageVersion: 2.3.8982.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/Games/3.0.9124.0/Amazon.Games.installer.yaml b/manifests/a/Amazon/Games/3.0.9124.0/Amazon.Games.installer.yaml deleted file mode 100644 index 1c71cd55c7282..0000000000000 --- a/manifests/a/Amazon/Games/3.0.9124.0/Amazon.Games.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Amazon.Games -PackageVersion: 3.0.9124.0 -InstallerLocale: en-US -InstallerType: exe -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /S - SilentWithProgress: /S -UpgradeBehavior: install -ReleaseDate: 2024-04-23 -Installers: -- Architecture: x64 - InstallerUrl: https://download.amazongames.com/AmazonGamesSetup.exe - InstallerSha256: C8FD66A011CB214CAE4E8394AE49EC264CB094879DC4BB02B5D49713F7A68D43 - ProductCode: '{4DD10B06-78A4-4E6F-AA39-25E9C38FA568}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/Games/3.0.9124.0/Amazon.Games.locale.en-US.yaml b/manifests/a/Amazon/Games/3.0.9124.0/Amazon.Games.locale.en-US.yaml deleted file mode 100644 index d4bd3e6b5333f..0000000000000 --- a/manifests/a/Amazon/Games/3.0.9124.0/Amazon.Games.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Amazon.Games -PackageVersion: 3.0.9124.0 -PackageLocale: en-US -Publisher: Amazon.com Services, Inc. -PublisherUrl: https://www.amazon.com/ -PackageName: Amazon Games -PackageUrl: https://gaming.amazon.com/home -License: Proprietary -Copyright: 2019-2023, Amazon.com, Inc. or its affiliates -ShortDescription: Amazon Games app is a Windows PC game launcher that allows you to claim, download, and play new and classic Windows PC games every month from Prime Gaming. -Tags: -- amazon -- game launcher -- games -- prime -- twitch -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/Games/3.0.9124.0/Amazon.Games.yaml b/manifests/a/Amazon/Games/3.0.9124.0/Amazon.Games.yaml deleted file mode 100644 index 811747370fa13..0000000000000 --- a/manifests/a/Amazon/Games/3.0.9124.0/Amazon.Games.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Amazon.Games -PackageVersion: 3.0.9124.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/Games/3.0.9202.1/Amazon.Games.installer.yaml b/manifests/a/Amazon/Games/3.0.9202.1/Amazon.Games.installer.yaml new file mode 100644 index 0000000000000..a992b560a83c2 --- /dev/null +++ b/manifests/a/Amazon/Games/3.0.9202.1/Amazon.Games.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.Games +PackageVersion: 3.0.9202.1 +InstallerLocale: en-US +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +ReleaseDate: 2024-06-06 +Installers: +- Architecture: x64 + InstallerUrl: https://download.amazongames.com/AmazonGamesSetup.exe + InstallerSha256: F6E6EB9E27A83689960F2438D86512092DB2532C97D460E9B2E6A23834FA48F3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/Games/3.0.9202.1/Amazon.Games.locale.en-US.yaml b/manifests/a/Amazon/Games/3.0.9202.1/Amazon.Games.locale.en-US.yaml new file mode 100644 index 0000000000000..796a27bf8f847 --- /dev/null +++ b/manifests/a/Amazon/Games/3.0.9202.1/Amazon.Games.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.Games +PackageVersion: 3.0.9202.1 +PackageLocale: en-US +Publisher: Amazon.com Services, Inc. +PublisherUrl: https://www.amazon.com/ +PackageName: Amazon Games +PackageUrl: https://gaming.amazon.com/home +License: Proprietary +Copyright: 2019-2023, Amazon.com, Inc. or its affiliates +ShortDescription: Amazon Games app is a Windows PC game launcher that allows you to claim, download, and play new and classic Windows PC games every month from Prime Gaming. +Tags: +- amazon +- game launcher +- games +- prime +- twitch +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/Games/3.0.9202.1/Amazon.Games.yaml b/manifests/a/Amazon/Games/3.0.9202.1/Amazon.Games.yaml new file mode 100644 index 0000000000000..73087b790b31f --- /dev/null +++ b/manifests/a/Amazon/Games/3.0.9202.1/Amazon.Games.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.Games +PackageVersion: 3.0.9202.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/SAM-CLI/1.121.0/Amazon.SAM-CLI.installer.yaml b/manifests/a/Amazon/SAM-CLI/1.121.0/Amazon.SAM-CLI.installer.yaml new file mode 100644 index 0000000000000..521291a607305 --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.121.0/Amazon.SAM-CLI.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.121.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- sam +ProductCode: '{6541FF13-6112-4C20-A986-3981F5D11AE7}' +AppsAndFeaturesEntries: +- UpgradeCode: '{869D7B3B-A7C9-4E19-AC94-190305391ED1}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aws/aws-sam-cli/releases/download/v1.121.0/AWS_SAM_CLI_64_PY3.msi + InstallerSha256: C3B579A1C287F96BBBA460B9A45D4E5B562EDDE47BEDB96E4FAC9B46C2C75D91 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-30 diff --git a/manifests/a/Amazon/SAM-CLI/1.121.0/Amazon.SAM-CLI.locale.en-US.yaml b/manifests/a/Amazon/SAM-CLI/1.121.0/Amazon.SAM-CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..4bb0c47ee3534 --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.121.0/Amazon.SAM-CLI.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.121.0 +PackageLocale: en-US +Publisher: AWS Serverless Applications +PublisherUrl: https://github.com/aws/aws-sam-cli +PublisherSupportUrl: https://github.com/aws/aws-sam-cli/issues +Author: AWS Serverless Applications +PackageName: AWS SAM Command Line Interface +PackageUrl: https://aws.amazon.com/serverless/sam +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-sam-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) Amazon.com, Inc. or its affiliates. All Rights Reserved. +CopyrightUrl: https://raw.githubusercontent.com/aws/aws-sam-cli/master/LICENSE +ShortDescription: The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. +Moniker: aws-sam-cli +Tags: +- amazon +- aws +- cli +- sam +- serverless +Documentations: +- DocumentLabel: Using the AWS SAM CLI + DocumentUrl: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/using-sam-cli.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/SAM-CLI/1.121.0/Amazon.SAM-CLI.yaml b/manifests/a/Amazon/SAM-CLI/1.121.0/Amazon.SAM-CLI.yaml new file mode 100644 index 0000000000000..b38b13af4382a --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.121.0/Amazon.SAM-CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.121.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/SAM-CLI/1.122.0/Amazon.SAM-CLI.installer.yaml b/manifests/a/Amazon/SAM-CLI/1.122.0/Amazon.SAM-CLI.installer.yaml new file mode 100644 index 0000000000000..ce59763b9d3ac --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.122.0/Amazon.SAM-CLI.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.122.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- sam +ProductCode: '{7FCF2927-E490-4082-AF93-EB251063490C}' +AppsAndFeaturesEntries: +- UpgradeCode: '{869D7B3B-A7C9-4E19-AC94-190305391ED1}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aws/aws-sam-cli/releases/download/v1.122.0/AWS_SAM_CLI_64_PY3.msi + InstallerSha256: FFFEC16CE2FBAB41719B2A6F66C79BF463540FBD7301A241D1DF5C9ABE2AA6FB +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-17 diff --git a/manifests/a/Amazon/SAM-CLI/1.122.0/Amazon.SAM-CLI.locale.en-US.yaml b/manifests/a/Amazon/SAM-CLI/1.122.0/Amazon.SAM-CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..c15c36450da93 --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.122.0/Amazon.SAM-CLI.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.122.0 +PackageLocale: en-US +Publisher: AWS Serverless Applications +PublisherUrl: https://github.com/aws/aws-sam-cli +PublisherSupportUrl: https://github.com/aws/aws-sam-cli/issues +Author: AWS Serverless Applications +PackageName: AWS SAM Command Line Interface +PackageUrl: https://aws.amazon.com/serverless/sam +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-sam-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) Amazon.com, Inc. or its affiliates. All Rights Reserved. +CopyrightUrl: https://raw.githubusercontent.com/aws/aws-sam-cli/master/LICENSE +ShortDescription: The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. +Moniker: aws-sam-cli +Tags: +- amazon +- aws +- cli +- sam +- serverless +Documentations: +- DocumentLabel: Using the AWS SAM CLI + DocumentUrl: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/using-sam-cli.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/SAM-CLI/1.122.0/Amazon.SAM-CLI.yaml b/manifests/a/Amazon/SAM-CLI/1.122.0/Amazon.SAM-CLI.yaml new file mode 100644 index 0000000000000..632ce3f87235c --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.122.0/Amazon.SAM-CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.122.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/SAM-CLI/1.123.0/Amazon.SAM-CLI.installer.yaml b/manifests/a/Amazon/SAM-CLI/1.123.0/Amazon.SAM-CLI.installer.yaml new file mode 100644 index 0000000000000..90d9e17daa7dc --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.123.0/Amazon.SAM-CLI.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.123.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- sam +ProductCode: '{317BBDE4-D990-459D-A262-B38BA4010022}' +AppsAndFeaturesEntries: +- UpgradeCode: '{869D7B3B-A7C9-4E19-AC94-190305391ED1}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aws/aws-sam-cli/releases/download/v1.123.0/AWS_SAM_CLI_64_PY3.msi + InstallerSha256: F3C5F20C542D2E6F28613D716FD85D99124A171F0BD3EDF16789CCD80EB53656 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-20 diff --git a/manifests/a/Amazon/SAM-CLI/1.123.0/Amazon.SAM-CLI.locale.en-US.yaml b/manifests/a/Amazon/SAM-CLI/1.123.0/Amazon.SAM-CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..f33040f92f036 --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.123.0/Amazon.SAM-CLI.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.123.0 +PackageLocale: en-US +Publisher: AWS Serverless Applications +PublisherUrl: https://github.com/aws/aws-sam-cli +PublisherSupportUrl: https://github.com/aws/aws-sam-cli/issues +Author: AWS Serverless Applications +PackageName: AWS SAM Command Line Interface +PackageUrl: https://aws.amazon.com/serverless/sam +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-sam-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) Amazon.com, Inc. or its affiliates. All Rights Reserved. +CopyrightUrl: https://raw.githubusercontent.com/aws/aws-sam-cli/master/LICENSE +ShortDescription: The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. +Moniker: aws-sam-cli +Tags: +- amazon +- aws +- cli +- sam +- serverless +Documentations: +- DocumentLabel: Using the AWS SAM CLI + DocumentUrl: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/using-sam-cli.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/SAM-CLI/1.123.0/Amazon.SAM-CLI.yaml b/manifests/a/Amazon/SAM-CLI/1.123.0/Amazon.SAM-CLI.yaml new file mode 100644 index 0000000000000..6c07eebab7ce7 --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.123.0/Amazon.SAM-CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.123.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/SAM-CLI/1.124.0/Amazon.SAM-CLI.installer.yaml b/manifests/a/Amazon/SAM-CLI/1.124.0/Amazon.SAM-CLI.installer.yaml new file mode 100644 index 0000000000000..4b2ac9c24b0ca --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.124.0/Amazon.SAM-CLI.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.124.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- sam +ProductCode: '{945FB8FD-8687-4CC9-AB59-BE5C4D94D837}' +AppsAndFeaturesEntries: +- UpgradeCode: '{869D7B3B-A7C9-4E19-AC94-190305391ED1}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aws/aws-sam-cli/releases/download/v1.124.0/AWS_SAM_CLI_64_PY3.msi + InstallerSha256: F2AB3D9615FA28A73319174FBB1368464563B37792025E1859BF001C8CA1A9AF +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-11 diff --git a/manifests/a/Amazon/SAM-CLI/1.124.0/Amazon.SAM-CLI.locale.en-US.yaml b/manifests/a/Amazon/SAM-CLI/1.124.0/Amazon.SAM-CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..0dabec8091d3f --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.124.0/Amazon.SAM-CLI.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.124.0 +PackageLocale: en-US +Publisher: AWS Serverless Applications +PublisherUrl: https://github.com/aws/aws-sam-cli +PublisherSupportUrl: https://github.com/aws/aws-sam-cli/issues +Author: AWS Serverless Applications +PackageName: AWS SAM Command Line Interface +PackageUrl: https://aws.amazon.com/serverless/sam +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-sam-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) Amazon.com, Inc. or its affiliates. All Rights Reserved. +CopyrightUrl: https://raw.githubusercontent.com/aws/aws-sam-cli/master/LICENSE +ShortDescription: The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. +Moniker: aws-sam-cli +Tags: +- amazon +- aws +- cli +- sam +- serverless +ReleaseNotesUrl: https://github.com/aws/aws-sam-cli/releases/tag/v1.124.0 +Documentations: +- DocumentLabel: Using the AWS SAM CLI + DocumentUrl: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/using-sam-cli.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/SAM-CLI/1.124.0/Amazon.SAM-CLI.yaml b/manifests/a/Amazon/SAM-CLI/1.124.0/Amazon.SAM-CLI.yaml new file mode 100644 index 0000000000000..87d6a16848d10 --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.124.0/Amazon.SAM-CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.124.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/WorkspacesClient/5.21.0.4736/Amazon.WorkspacesClient.installer.yaml b/manifests/a/Amazon/WorkspacesClient/5.21.0.4736/Amazon.WorkspacesClient.installer.yaml deleted file mode 100644 index adcc886fb04d5..0000000000000 --- a/manifests/a/Amazon/WorkspacesClient/5.21.0.4736/Amazon.WorkspacesClient.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Amazon.WorkspacesClient -PackageVersion: 5.21.0.4736 -InstallerType: wix -InstallerSwitches: - InstallLocation: APPLICATIONFOLDER="" -UpgradeBehavior: install -ReleaseDate: 2024-07-01 -AppsAndFeaturesEntries: -- ProductCode: '{CFC68BF1-EBEE-4BA8-A7E0-E8A15C17C9C2}' - UpgradeCode: '{CB7B8EA8-3D5A-4233-A9CB-31A692E24E62}' -Installers: -- Architecture: x64 - InstallerUrl: https://d2td7dqidlhjx7.cloudfront.net/prod/global/windows/Amazon+WorkSpaces.msi - InstallerSha256: 493D9AAD3F793239C0B2110180A6BA1E2C59C5D852B4521AD5A8D7C26DED0DCA - ProductCode: '{CFC68BF1-EBEE-4BA8-A7E0-E8A15C17C9C2}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/WorkspacesClient/5.22.1.4847/Amazon.WorkspacesClient.installer.yaml b/manifests/a/Amazon/WorkspacesClient/5.22.1.4847/Amazon.WorkspacesClient.installer.yaml new file mode 100644 index 0000000000000..7704ad75968fb --- /dev/null +++ b/manifests/a/Amazon/WorkspacesClient/5.22.1.4847/Amazon.WorkspacesClient.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Amazon.WorkspacesClient +PackageVersion: 5.22.1.4847 +InstallerType: wix +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +UpgradeBehavior: install +ReleaseDate: 2024-08-28 +AppsAndFeaturesEntries: +- ProductCode: '{77B1FDFB-6115-4B3C-9456-FBD217822CE8}' + UpgradeCode: '{CB7B8EA8-3D5A-4233-A9CB-31A692E24E62}' +Installers: +- Architecture: x64 + InstallerUrl: https://d2td7dqidlhjx7.cloudfront.net/prod/global/windows/Amazon+WorkSpaces.msi + InstallerSha256: E81B96C40614256C9234EF9A876BF6B055926CA520498EF8B4C98F0F0D47EAC9 + ProductCode: '{77B1FDFB-6115-4B3C-9456-FBD217822CE8}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Amazon/WorkspacesClient/5.21.0.4736/Amazon.WorkspacesClient.locale.en-US.yaml b/manifests/a/Amazon/WorkspacesClient/5.22.1.4847/Amazon.WorkspacesClient.locale.en-US.yaml similarity index 94% rename from manifests/a/Amazon/WorkspacesClient/5.21.0.4736/Amazon.WorkspacesClient.locale.en-US.yaml rename to manifests/a/Amazon/WorkspacesClient/5.22.1.4847/Amazon.WorkspacesClient.locale.en-US.yaml index 6c3796988d5c2..e244fe1eda06a 100644 --- a/manifests/a/Amazon/WorkspacesClient/5.21.0.4736/Amazon.WorkspacesClient.locale.en-US.yaml +++ b/manifests/a/Amazon/WorkspacesClient/5.22.1.4847/Amazon.WorkspacesClient.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Amazon.WorkspacesClient -PackageVersion: 5.21.0.4736 +PackageVersion: 5.22.1.4847 PackageLocale: en-US Publisher: Amazon Web Services, Inc PublisherUrl: https://aws.amazon.com/ diff --git a/manifests/a/Amazon/WorkspacesClient/5.21.0.4736/Amazon.WorkspacesClient.locale.zh-CN.yaml b/manifests/a/Amazon/WorkspacesClient/5.22.1.4847/Amazon.WorkspacesClient.locale.zh-CN.yaml similarity index 94% rename from manifests/a/Amazon/WorkspacesClient/5.21.0.4736/Amazon.WorkspacesClient.locale.zh-CN.yaml rename to manifests/a/Amazon/WorkspacesClient/5.22.1.4847/Amazon.WorkspacesClient.locale.zh-CN.yaml index cbcfe4425710d..af11cd75d5ea8 100644 --- a/manifests/a/Amazon/WorkspacesClient/5.21.0.4736/Amazon.WorkspacesClient.locale.zh-CN.yaml +++ b/manifests/a/Amazon/WorkspacesClient/5.22.1.4847/Amazon.WorkspacesClient.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Amazon.WorkspacesClient -PackageVersion: 5.21.0.4736 +PackageVersion: 5.22.1.4847 PackageLocale: zh-CN Publisher: Amazon Web Services, Inc PublisherUrl: https://aws.amazon.com/cn/ diff --git a/manifests/a/Amazon/WorkspacesClient/5.21.0.4736/Amazon.WorkspacesClient.yaml b/manifests/a/Amazon/WorkspacesClient/5.22.1.4847/Amazon.WorkspacesClient.yaml similarity index 82% rename from manifests/a/Amazon/WorkspacesClient/5.21.0.4736/Amazon.WorkspacesClient.yaml rename to manifests/a/Amazon/WorkspacesClient/5.22.1.4847/Amazon.WorkspacesClient.yaml index ef2e4c740e1d8..a29b5fea43022 100644 --- a/manifests/a/Amazon/WorkspacesClient/5.21.0.4736/Amazon.WorkspacesClient.yaml +++ b/manifests/a/Amazon/WorkspacesClient/5.22.1.4847/Amazon.WorkspacesClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Amazon.WorkspacesClient -PackageVersion: 5.21.0.4736 +PackageVersion: 5.22.1.4847 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/a/AmyXun/AxGlyph/2.0/AmyXun.AxGlyph.installer.yaml b/manifests/a/AmyXun/AxGlyph/2.0/AmyXun.AxGlyph.installer.yaml deleted file mode 100644 index 784a880172e3e..0000000000000 --- a/manifests/a/AmyXun/AxGlyph/2.0/AmyXun.AxGlyph.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.7-3-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: AmyXun.AxGlyph -PackageVersion: "2.0" -InstallerType: zip -Scope: machine -UpgradeBehavior: install -FileExtensions: -- agx -ReleaseDate: 2023-09-04 -Installers: -- Architecture: x86 - NestedInstallerType: nullsoft - NestedInstallerFiles: - - RelativeFilePath: AxGlyph_Setup_Win.exe - InstallerUrl: https://download.s21i.faiusr.com/4232652/0/0/ABUIABBPGAAg8fjVpwYopezW0wU.zip?f=矢量绘图_AxGlyph_Setup_Win_20230904.zip&v=1693809777 - InstallerSha256: 1B5F7D834DC4B5F14C9F49A51100F3CE2525E4C04AE00DE3AFC34BCBF9249DC7 - ProductCode: AxGlyph -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/AmyXun/AxGlyph/2.0/AmyXun.AxGlyph.locale.en-US.yaml b/manifests/a/AmyXun/AxGlyph/2.0/AmyXun.AxGlyph.locale.en-US.yaml deleted file mode 100644 index 8045473bbe4d0..0000000000000 --- a/manifests/a/AmyXun/AxGlyph/2.0/AmyXun.AxGlyph.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.7-3-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: AmyXun.AxGlyph -PackageVersion: "2.0" -PackageLocale: en-US -Publisher: AmyXun -PublisherUrl: https://www.axsoft.co/ -PublisherSupportUrl: https://www.axsoft.co/forum/ -PrivacyUrl: https://www.axsoft.co/privacy-policy/ -# Author: -PackageName: AxGlyph -PackageUrl: https://www.axsoft.co/ -License: Proprietary -LicenseUrl: https://www.axsoft.co/eula/ -Copyright: Copyright to 2015-2023 AmyXun Software, All Rights Reserved. -# CopyrightUrl: -ShortDescription: A Versatile Vector-Drawing Software -Description: AxGlyph is the art of vector graph maker. It is designed with love, passion and expertise. It has all kinds of functionalities which make you make vector graph at lightspeed. Key features include flow chart, circuit diagram, chemical expressions, coordinate graph, 3D objects and even animations. -# Moniker: -Tags: -- chart -- design -- diagram -- draw -- graph -- graphics -# ReleaseNotes: -ReleaseNotesUrl: https://www.axsoft.co/changelog/ -PurchaseUrl: https://www.axsoft.co/product/axglyph/ -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://www.axsoft.co/faq/ -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/AmyXun/AxGlyph/2.0/AmyXun.AxGlyph.locale.zh-CN.yaml b/manifests/a/AmyXun/AxGlyph/2.0/AmyXun.AxGlyph.locale.zh-CN.yaml deleted file mode 100644 index 8db38cb4a29e8..0000000000000 --- a/manifests/a/AmyXun/AxGlyph/2.0/AmyXun.AxGlyph.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.7-3-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: AmyXun.AxGlyph -PackageVersion: "2.0" -PackageLocale: zh-CN -Publisher: AmyXun -PublisherUrl: https://www.amyxun.com/ -PublisherSupportUrl: http://muchong.com/bbs/myf.php?ffid=1010 -# PrivacyUrl: -# Author: -PackageName: AxGlyph -PackageUrl: https://www.amyxun.com/ -License: 专有软件 -# LicenseUrl: -Copyright: Copyright to 2015-2023 AmyXun Software, All Rights Reserved. -# CopyrightUrl: -ShortDescription: 精巧易用的矢量插图绘制软件 -Description: AxGlyph 是一款专业的矢量插图、曲线图表和流程图绘图软件。它内置数百种曲线图表模板,包括数据图表、三维图形、函数图形、电路图以及化学方程式等。此外还可以自定义绘图,利用它绘制任何想要的图形。 -# Moniker: -Tags: -- 图形 -- 图示 -- 图表 -- 绘图 -- 设计 -ReleaseNotes: |- - 1. 增加了一些图形库模板; - 2. 增强了颜色拾取器; - 3. 内核版本累积增至 2.0 -ReleaseNotesUrl: https://www.amyxun.com/nd.jsp?id=10 -PurchaseUrl: https://www.amyxun.com/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/AmyXun/AxGlyph/2.0/AmyXun.AxGlyph.yaml b/manifests/a/AmyXun/AxGlyph/2.0/AmyXun.AxGlyph.yaml deleted file mode 100644 index fdf36094b2ae3..0000000000000 --- a/manifests/a/AmyXun/AxGlyph/2.0/AmyXun.AxGlyph.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.7-3-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: AmyXun.AxGlyph -PackageVersion: "2.0" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Anaconda/Miniconda3/py312_24.7.1-0/Anaconda.Miniconda3.installer.yaml b/manifests/a/Anaconda/Miniconda3/py312_24.7.1-0/Anaconda.Miniconda3.installer.yaml new file mode 100644 index 0000000000000..ee4c468182134 --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_24.7.1-0/Anaconda.Miniconda3.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anaconda.Miniconda3 +PackageVersion: py312_24.7.1-0 +MinimumOSVersion: 10.0.18362.0 +InstallerType: nullsoft +Commands: +- conda +- pip +- pip3 +- python +- pythonw +AppsAndFeaturesEntries: +- DisplayName: Miniconda3 py312_24.7.1-0 (Python 3.12.4 64-bit) + ProductCode: Miniconda3 py312_24.7.1-0 (Python 3.12.4 64-bit) +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://repo.anaconda.com/miniconda/Miniconda3-py312_24.7.1-0-Windows-x86_64.exe + InstallerSha256: FF8AB50F0303C7B9097387967AC2A721016D020069187EFF4E172FC14930EBB7 + InstallerSwitches: + Custom: /InstallationType=JustMe + UpgradeBehavior: deny + ProductCode: Miniconda3 py312_24.7.1-0 (Python 3.12.4 64-bit) + RequireExplicitUpgrade: true +- Architecture: x64 + Scope: machine + InstallerUrl: https://repo.anaconda.com/miniconda/Miniconda3-py312_24.7.1-0-Windows-x86_64.exe + InstallerSha256: FF8AB50F0303C7B9097387967AC2A721016D020069187EFF4E172FC14930EBB7 + InstallerSwitches: + Custom: /InstallationType=AllUsers + UpgradeBehavior: uninstallPrevious + ProductCode: Miniconda3 py312_24.7.1-0 (Python 3.12.4 64-bit) + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anaconda/Miniconda3/py312_24.7.1-0/Anaconda.Miniconda3.locale.en-US.yaml b/manifests/a/Anaconda/Miniconda3/py312_24.7.1-0/Anaconda.Miniconda3.locale.en-US.yaml new file mode 100644 index 0000000000000..d14d56eb6a31f --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_24.7.1-0/Anaconda.Miniconda3.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anaconda.Miniconda3 +PackageVersion: py312_24.7.1-0 +PackageLocale: en-US +Publisher: Anaconda, Inc. +PublisherUrl: https://www.anaconda.com/ +PublisherSupportUrl: https://anaconda.cloud/support-center +PrivacyUrl: https://legal.anaconda.com/policies/en?name=privacy-policy +Author: Anaconda, Inc. +PackageName: Miniconda3 +PackageUrl: https://docs.anaconda.com/free/miniconda/ +License: Proprietary +LicenseUrl: https://legal.anaconda.com/policies/en/?name=end-user-license-agreement +Copyright: © 2024 Anaconda Inc. All rights reserved. +CopyrightUrl: https://legal.anaconda.com/policies/en/?name=additional-policies-terms#anaconda-trademark-brand-guidelines +ShortDescription: The minimal way to bootstrap conda onto a system. Contains only conda and its dependencies. +Description: Miniconda is a free minimal installer for conda. It is a small bootstrap version of Anaconda that includes only conda, Python, the packages they both depend on, and a small number of other useful packages (like pip, zlib, and a few others). If you need more packages, use the conda install command to install from thousands of packages available by default in Anaconda’s public repo, or from other channels, like conda-forge or bioconda. +Moniker: miniconda3 +Tags: +- conda +- miniconda +- miniconda3 +- python +# ReleaseNotes: +ReleaseNotesUrl: https://docs.anaconda.com/free/miniconda/miniconda-release-notes/ +PurchaseUrl: https://www.anaconda.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.anaconda.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anaconda/Miniconda3/py312_24.7.1-0/Anaconda.Miniconda3.locale.zh-CN.yaml b/manifests/a/Anaconda/Miniconda3/py312_24.7.1-0/Anaconda.Miniconda3.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c819ae41d2e90 --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_24.7.1-0/Anaconda.Miniconda3.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anaconda.Miniconda3 +PackageVersion: py312_24.7.1-0 +PackageLocale: zh-CN +Publisher: Anaconda, Inc. +PublisherUrl: https://www.anaconda.com/ +PublisherSupportUrl: https://anaconda.cloud/support-center +PrivacyUrl: https://legal.anaconda.com/policies/en?name=privacy-policy +Author: Anaconda, Inc. +PackageName: Miniconda3 +PackageUrl: https://docs.anaconda.com/free/miniconda/ +License: 专有软件 +LicenseUrl: https://legal.anaconda.com/policies/en/?name=end-user-license-agreement +Copyright: © 2024 Anaconda Inc. All rights reserved. +CopyrightUrl: https://legal.anaconda.com/policies/en/?name=additional-policies-terms#anaconda-trademark-brand-guidelines +ShortDescription: 在系统上引导 conda 的最简单方法。仅包含 conda 及其依赖项。 +Description: Miniconda 是一款免费的用于 conda 的最小安装程序。它是 Anaconda 的一个小型引导版本,只包含 conda、Python 及其依赖,以及少量其它有用的软件包(如 pip、zlib 和其它一些软件包)。如果需要更多软件包,可以使用 conda install 命令从 Anaconda 公共软件仓库中的数千个包中安装,或者从 conda-forge 或 bioconda 等其它渠道安装。 +# Moniker: +Tags: +- conda +- miniconda +- miniconda3 +- python +# ReleaseNotes: +ReleaseNotesUrl: https://docs.anaconda.com/free/miniconda/miniconda-release-notes/ +PurchaseUrl: https://www.anaconda.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.anaconda.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anaconda/Miniconda3/py312_24.7.1-0/Anaconda.Miniconda3.yaml b/manifests/a/Anaconda/Miniconda3/py312_24.7.1-0/Anaconda.Miniconda3.yaml new file mode 100644 index 0000000000000..474c030c8b4f8 --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_24.7.1-0/Anaconda.Miniconda3.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anaconda.Miniconda3 +PackageVersion: py312_24.7.1-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anchor/cli/0.0.39/Anchor.cli.installer.yaml b/manifests/a/Anchor/cli/0.0.39/Anchor.cli.installer.yaml new file mode 100644 index 0000000000000..e989d03ba8e78 --- /dev/null +++ b/manifests/a/Anchor/cli/0.0.39/Anchor.cli.installer.yaml @@ -0,0 +1,19 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Anchor.cli +PackageVersion: 0.0.39 +InstallerLocale: en-US +InstallerType: wix +ReleaseDate: "2024-07-30" +Installers: + - Architecture: x86 + InstallerUrl: https://github.com/anchordotdev/cli/releases/download/v0.0.39/msi-builder-x86.msi + InstallerSha256: b909a478cb0fe6a61851e7fdfa2eda89de609e6d97e8222633bfb6d909582930 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + InstallerUrl: https://github.com/anchordotdev/cli/releases/download/v0.0.39/msi-builder-x64.msi + InstallerSha256: 65c23fae755da5aa769521cb116de12bdd7a2f79f36cd005acbc17e513dab10b + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 +ProductCode: '{C5F94F62-E3CC-48E2-AB3C-4DED8C6099E9}' diff --git a/manifests/a/Anchor/cli/0.0.39/Anchor.cli.locale.en-US.yaml b/manifests/a/Anchor/cli/0.0.39/Anchor.cli.locale.en-US.yaml new file mode 100644 index 0000000000000..7e07c624affa1 --- /dev/null +++ b/manifests/a/Anchor/cli/0.0.39/Anchor.cli.locale.en-US.yaml @@ -0,0 +1,37 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Anchor.cli +PackageVersion: 0.0.39 +PackageLocale: en-US +Publisher: Anchor +PublisherUrl: https://anchor.dev +PublisherSupportUrl: https://github.com/anchordotdev/cli/issues +PackageName: cli +PackageUrl: https://anchor.dev +License: mit +LicenseUrl: https://raw.githubusercontent.com/anchordotdev/cli/main/LICENSE +Copyright: 2024 Anchor Security, Inc. +ShortDescription: Command-line tools for Anchor.dev +Description: | + anchor is a command line interface for the Anchor certificate management platform. + It provides a developer friendly interface for certificate management. +Moniker: cli +Tags: + - security + - tls + - ssl + - certificates + - localhost + - https + - cryptography + - encryption + - acme + - cli + - x509 + - X.509 +ReleaseNotes: | + ## Changelog + * caba8dc v0.0.39 multi-org lcl; misc fixes and refinements +ReleaseNotesUrl: https://github.com/anchordotdev/cli/releases/tag/v0.0.39 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anchor/cli/0.0.39/Anchor.cli.yaml b/manifests/a/Anchor/cli/0.0.39/Anchor.cli.yaml new file mode 100644 index 0000000000000..060a9e894d7a4 --- /dev/null +++ b/manifests/a/Anchor/cli/0.0.39/Anchor.cli.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Anchor.cli +PackageVersion: 0.0.39 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anchor/cli/0.1.0/Anchor.cli.installer.yaml b/manifests/a/Anchor/cli/0.1.0/Anchor.cli.installer.yaml new file mode 100644 index 0000000000000..46743db09d9f4 --- /dev/null +++ b/manifests/a/Anchor/cli/0.1.0/Anchor.cli.installer.yaml @@ -0,0 +1,19 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Anchor.cli +PackageVersion: 0.1.0 +InstallerLocale: en-US +InstallerType: wix +ReleaseDate: "2024-08-12" +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/anchordotdev/cli/releases/download/v0.1.0/msi-builder-x64.msi + InstallerSha256: 8ba9ffb1a8d9cd7f57f5b5e6ec8aba30217c8f25de3e0a8d877ab2fa7a495f3a + UpgradeBehavior: uninstallPrevious + - Architecture: x86 + InstallerUrl: https://github.com/anchordotdev/cli/releases/download/v0.1.0/msi-builder-x86.msi + InstallerSha256: 649a4da36f72dda282791a93d0fe6b31e34b6e5dd82a69111b32ef3f8bf7bdfc + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 +ProductCode: '{C5F94F62-E3CC-48E2-AB3C-4DED8C6099E9}' diff --git a/manifests/a/Anchor/cli/0.1.0/Anchor.cli.locale.en-US.yaml b/manifests/a/Anchor/cli/0.1.0/Anchor.cli.locale.en-US.yaml new file mode 100644 index 0000000000000..420ba12354f29 --- /dev/null +++ b/manifests/a/Anchor/cli/0.1.0/Anchor.cli.locale.en-US.yaml @@ -0,0 +1,37 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Anchor.cli +PackageVersion: 0.1.0 +PackageLocale: en-US +Publisher: Anchor +PublisherUrl: https://anchor.dev +PublisherSupportUrl: https://github.com/anchordotdev/cli/issues +PackageName: cli +PackageUrl: https://anchor.dev +License: mit +LicenseUrl: https://raw.githubusercontent.com/anchordotdev/cli/main/LICENSE +Copyright: 2024 Anchor Security, Inc. +ShortDescription: Command-line tools for Anchor.dev +Description: | + anchor is a command line interface for the Anchor certificate management platform. + It provides a developer friendly interface for certificate management. +Moniker: cli +Tags: + - security + - tls + - ssl + - certificates + - localhost + - https + - cryptography + - encryption + - acme + - cli + - x509 + - X.509 +ReleaseNotes: | + ## Changelog + * a4aecb2 v0.1.0 teams features for lcl +ReleaseNotesUrl: https://github.com/anchordotdev/cli/releases/tag/v0.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anchor/cli/0.1.0/Anchor.cli.yaml b/manifests/a/Anchor/cli/0.1.0/Anchor.cli.yaml new file mode 100644 index 0000000000000..790dc17253428 --- /dev/null +++ b/manifests/a/Anchor/cli/0.1.0/Anchor.cli.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Anchor.cli +PackageVersion: 0.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anchor/cli/0.1.1/Anchor.cli.installer.yaml b/manifests/a/Anchor/cli/0.1.1/Anchor.cli.installer.yaml new file mode 100644 index 0000000000000..dba0928b78af4 --- /dev/null +++ b/manifests/a/Anchor/cli/0.1.1/Anchor.cli.installer.yaml @@ -0,0 +1,19 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Anchor.cli +PackageVersion: 0.1.1 +InstallerLocale: en-US +InstallerType: wix +ReleaseDate: "2024-08-20" +Installers: + - Architecture: x86 + InstallerUrl: https://github.com/anchordotdev/cli/releases/download/v0.1.1/msi-builder-x86.msi + InstallerSha256: 1567ca530f89ee432bee84f8ee0674aa9ddaa5e080d16c05605ed05b5d17c7dc + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + InstallerUrl: https://github.com/anchordotdev/cli/releases/download/v0.1.1/msi-builder-x64.msi + InstallerSha256: 7f9ec315b9765335cfced0a7081daec83952ca3c9c31334fe1f2d6d800bcdb66 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 +ProductCode: '{C5F94F62-E3CC-48E2-AB3C-4DED8C6099E9}' diff --git a/manifests/a/Anchor/cli/0.1.1/Anchor.cli.locale.en-US.yaml b/manifests/a/Anchor/cli/0.1.1/Anchor.cli.locale.en-US.yaml new file mode 100644 index 0000000000000..426e7cd857b73 --- /dev/null +++ b/manifests/a/Anchor/cli/0.1.1/Anchor.cli.locale.en-US.yaml @@ -0,0 +1,37 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Anchor.cli +PackageVersion: 0.1.1 +PackageLocale: en-US +Publisher: Anchor +PublisherUrl: https://anchor.dev +PublisherSupportUrl: https://github.com/anchordotdev/cli/issues +PackageName: cli +PackageUrl: https://anchor.dev +License: mit +LicenseUrl: https://raw.githubusercontent.com/anchordotdev/cli/main/LICENSE +Copyright: 2024 Anchor Security, Inc. +ShortDescription: Command-line tools for Anchor.dev +Description: | + anchor is a command line interface for the Anchor certificate management platform. + It provides a developer friendly interface for certificate management. +Moniker: cli +Tags: + - security + - tls + - ssl + - certificates + - localhost + - https + - cryptography + - encryption + - acme + - cli + - x509 + - X.509 +ReleaseNotes: | + ## Changelog + * da1adb8 v0.1.1 misc fixes +ReleaseNotesUrl: https://github.com/anchordotdev/cli/releases/tag/v0.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anchor/cli/0.1.1/Anchor.cli.yaml b/manifests/a/Anchor/cli/0.1.1/Anchor.cli.yaml new file mode 100644 index 0000000000000..f2dae4deddee1 --- /dev/null +++ b/manifests/a/Anchor/cli/0.1.1/Anchor.cli.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Anchor.cli +PackageVersion: 0.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.installer.yaml b/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.installer.yaml index 9e845a470e345..3c1b2f3d686de 100644 --- a/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.installer.yaml +++ b/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.installer.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: AntibodySoftware.WizTree -PackageVersion: "4.19" -InstallerType: inno -Scope: machine -UpgradeBehavior: install -FileExtensions: -- mft -ReleaseDate: 2024-03-05 -Installers: -- Architecture: x86 - InstallerUrl: https://diskanalyzer.com/files/wiztree_4_19_setup.exe - InstallerSha256: 990609F28601CA82A91E3FF4AB8859F5D53CCB6EC6F259822C00FB16978C4827 - ProductCode: WizTree_is1 -- Architecture: x64 - InstallerUrl: https://diskanalyzer.com/files/wiztree_4_19_setup.exe - InstallerSha256: 990609F28601CA82A91E3FF4AB8859F5D53CCB6EC6F259822C00FB16978C4827 - ProductCode: WizTree_is1 -ManifestType: installer -ManifestVersion: 1.6.0 +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AntibodySoftware.WizTree +PackageVersion: "4.19" +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- mft +ReleaseDate: 2024-03-05 +Installers: +- Architecture: x86 + InstallerUrl: https://diskanalyzer.com/files/archive/wiztree_4_19_setup.exe + InstallerSha256: 990609F28601CA82A91E3FF4AB8859F5D53CCB6EC6F259822C00FB16978C4827 + ProductCode: WizTree_is1 +- Architecture: x64 + InstallerUrl: https://diskanalyzer.com/files/archive/wiztree_4_19_setup.exe + InstallerSha256: 990609F28601CA82A91E3FF4AB8859F5D53CCB6EC6F259822C00FB16978C4827 + ProductCode: WizTree_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.locale.en-US.yaml b/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.locale.en-US.yaml index 4f19afe98f638..4a9a4b77f2abc 100644 --- a/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.locale.en-US.yaml +++ b/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.locale.en-US.yaml @@ -1,50 +1,48 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: AntibodySoftware.WizTree -PackageVersion: "4.19" -PackageLocale: en-US -Publisher: Antibody Software -PublisherUrl: https://antibody-software.com/ -PublisherSupportUrl: https://antibody-software.com/contact -PrivacyUrl: https://diskanalyzer.com/privacy-policy -Author: Antibody Software Limited -PackageName: WizTree -PackageUrl: https://diskanalyzer.com/ -License: Proprietary -LicenseUrl: https://diskanalyzer.com/eula -Copyright: Copyright © 2024 Antibody Software Limited. All Rights Reserved. -# CopyrightUrl: -ShortDescription: WizTree is a hard drive disk space analyser similar to WinDirStat but is MUCH faster. -# Description: -Moniker: wiztree -Tags: -- disk-analyzer -- file-scanner -- space-analyzer -- storage-scanner -ReleaseNotes: |- - - WizTree can now locate duplicate files by Name and Size, or Name, Size and Date. - WizTree considers file names that have been automatically renamed by Windows as equivalent. - e.g. "NAME.EXT", "NAME (1).EXT", "NAME (2).EXT", "NAME - COPY.EXT", "NAME - COPY (1).EXT" are equivalent - Note that WizTree currently doesn't compare the file contents, so take care before deleting files that might not be true duplicates. - - To locate duplicates, select the "File View" then select the duplicate detection method from the "Duplicate Files" drop down box. If any duplicate files are located while scanning, they will be indicated by a "+" symbol next to the file name - click on the plus to expand the list of duplicate files which will be displayed under the original file. - - New "Dup Count" (number of duplicates the file has) and "Dup Size" (total size of all other duplicate files) columns will appear and the list can be sorted by these to quickly locate duplicates. Select the "Duplicates only" checkbox to quickly display only files that have duplicates. - - A new separate "File Name" column has been added to the "File View" that displays just the file name, excluding the path - - File view might not have shown all relevant files when "max files" was not set to "ALL" and sorting was not by size - fixed - - File view sorting is much quicker now - - Regular expression filters would incorrectly be applied to "entire path" when match by "name only" was selected if the reg expression contained a backslash - fixed - - Themes are now automatically disabled when WizTree is running as local system account ("SYSTEM") as this would cause some display elements not to render correctly when using remote access tools such as ScreenConnect - - Stability improvements when scanning network folders and drives -ReleaseNotesUrl: https://diskanalyzer.com/whats-new -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://diskanalyzer.com/faq -- DocumentLabel: User Guides - DocumentUrl: https://diskanalyzer.com/guide -ManifestType: defaultLocale -ManifestVersion: 1.6.0 +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AntibodySoftware.WizTree +PackageVersion: "4.19" +PackageLocale: en-US +Publisher: Antibody Software +PublisherUrl: https://antibody-software.com/ +PublisherSupportUrl: https://antibody-software.com/contact +PrivacyUrl: https://diskanalyzer.com/privacy-policy +Author: Antibody Software Limited +PackageName: WizTree +PackageUrl: https://diskanalyzer.com/ +License: Proprietary +LicenseUrl: https://diskanalyzer.com/eula +Copyright: Copyright © 2024 Antibody Software Limited. All Rights Reserved. +# CopyrightUrl: +ShortDescription: WizTree is a hard drive disk space analyser similar to WinDirStat but is MUCH faster. +# Description: +Moniker: wiztree +Tags: +- disk-analyzer +- file-scanner +- space-analyzer +- storage-scanner +ReleaseNotes: |- + - WizTree can now locate duplicate files by Name and Size, or Name, Size and Date. + WizTree considers file names that have been automatically renamed by Windows as equivalent. + e.g. "NAME.EXT", "NAME (1).EXT", "NAME (2).EXT", "NAME - COPY.EXT", "NAME - COPY (1).EXT" are equivalent + Note that WizTree currently doesn't compare the file contents, so take care before deleting files that might not be true duplicates. + To locate duplicates, select the "File View" then select the duplicate detection method from the "Duplicate Files" drop down box. If any duplicate files are located while scanning, they will be indicated by a "+" symbol next to the file name - click on the plus to expand the list of duplicate files which will be displayed under the original file. + New "Dup Count" (number of duplicates the file has) and "Dup Size" (total size of all other duplicate files) columns will appear and the list can be sorted by these to quickly locate duplicates. Select the "Duplicates only" checkbox to quickly display only files that have duplicates. + - A new separate "File Name" column has been added to the "File View" that displays just the file name, excluding the path + - File view might not have shown all relevant files when "max files" was not set to "ALL" and sorting was not by size - fixed + - File view sorting is much quicker now + - Regular expression filters would incorrectly be applied to "entire path" when match by "name only" was selected if the reg expression contained a backslash - fixed + - Themes are now automatically disabled when WizTree is running as local system account ("SYSTEM") as this would cause some display elements not to render correctly when using remote access tools such as ScreenConnect + - Stability improvements when scanning network folders and drives +ReleaseNotesUrl: https://diskanalyzer.com/whats-new +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://diskanalyzer.com/faq +- DocumentLabel: User Guides + DocumentUrl: https://diskanalyzer.com/guide +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.locale.zh-CN.yaml b/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.locale.zh-CN.yaml index fee6005abfddf..d904005ef2aa8 100644 --- a/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.locale.zh-CN.yaml +++ b/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: AntibodySoftware.WizTree diff --git a/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.yaml b/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.yaml index 05d0f9e3be5b4..3bdd89e5a0a64 100644 --- a/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.yaml +++ b/manifests/a/AntibodySoftware/WizTree/4.19/AntibodySoftware.WizTree.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: AntibodySoftware.WizTree -PackageVersion: "4.19" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AntibodySoftware.WizTree +PackageVersion: "4.19" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.20/AntibodySoftware.WizTree.installer.yaml b/manifests/a/AntibodySoftware/WizTree/4.20/AntibodySoftware.WizTree.installer.yaml new file mode 100644 index 0000000000000..bba9d2a242260 --- /dev/null +++ b/manifests/a/AntibodySoftware/WizTree/4.20/AntibodySoftware.WizTree.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AntibodySoftware.WizTree +PackageVersion: "4.20" +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- mft +ReleaseDate: 2024-07-29 +Installers: +- Architecture: x86 + InstallerUrl: https://diskanalyzer.com/files/wiztree_4_20_setup.exe + InstallerSha256: D28C5A32ECCBC787838E824287BEF397F02950B1C962990433B0E893CC41A3DF + ProductCode: WizTree_is1 +- Architecture: x64 + InstallerUrl: https://diskanalyzer.com/files/wiztree_4_20_setup.exe + InstallerSha256: D28C5A32ECCBC787838E824287BEF397F02950B1C962990433B0E893CC41A3DF + ProductCode: WizTree_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.20/AntibodySoftware.WizTree.locale.en-US.yaml b/manifests/a/AntibodySoftware/WizTree/4.20/AntibodySoftware.WizTree.locale.en-US.yaml new file mode 100644 index 0000000000000..72c4045ea0d1a --- /dev/null +++ b/manifests/a/AntibodySoftware/WizTree/4.20/AntibodySoftware.WizTree.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AntibodySoftware.WizTree +PackageVersion: "4.20" +PackageLocale: en-US +Publisher: Antibody Software +PublisherUrl: https://antibody-software.com/ +PublisherSupportUrl: https://antibody-software.com/contact +PrivacyUrl: https://diskanalyzer.com/privacy-policy +Author: Antibody Software Limited +PackageName: WizTree +PackageUrl: https://diskanalyzer.com/ +License: Proprietary +LicenseUrl: https://diskanalyzer.com/eula +Copyright: Copyright © 2024 Antibody Software Limited. All Rights Reserved. +# CopyrightUrl: +ShortDescription: WizTree is a hard drive disk space analyser similar to WinDirStat but is MUCH faster. +# Description: +Moniker: wiztree +Tags: +- disk-analyzer +- file-scanner +- space-analyzer +- storage-scanner +ReleaseNotes: |- + - New tweak option added (Options->Tweaks): + "Scan MFT (if possible) when a folder is selected for analysis" - default is off + Normally, when a folder is selected for analysis WizTree will scan using the Windows API (MFT scanning is not used). This method is generally quicker when analyzing small to medium sized folders, but for very large folders it can be much quicker to scan the entire MFT file instead. + If this option is enabled WizTree will always scan the MFT file (is possible) when a folder is selected. You can also force WizTree to scan the MFT when a folder is selected by holding down the CTRL key when starting a new scan. The CTRL key must be down when the scanning process starts for this to work. + - Fixed possible reverse order sorting issue in File View when scanning multiple drives/folders + - Cut/Copy files to clipboard working again on Windows XP/2000/2003 (stopped working in 4.18 due to compatibility issues with new code) + - Processing of folders with millions of files with unique file extensions greatly sped up. Previously WizTree could appear to stop responding when loading such folders into the tree view or when generating the tree map. + - Tree map export now always processes files and folders in size order as the resulting output looks much nicer this way + - Windows Explorer context menu shortcut key for WizTree changed from W to Z (from &WizTree to Wi&zTree) to prevent conflict with "New" option + - Fixed issue where file sizes/allocated sizes could incorrectly be set to 0 for hard linked files in some cases + - MFT scanning speed up to 15% faster in certain cases over previous version +ReleaseNotesUrl: https://diskanalyzer.com/whats-new +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://diskanalyzer.com/faq +- DocumentLabel: User Guides + DocumentUrl: https://diskanalyzer.com/guide +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.20/AntibodySoftware.WizTree.locale.zh-CN.yaml b/manifests/a/AntibodySoftware/WizTree/4.20/AntibodySoftware.WizTree.locale.zh-CN.yaml new file mode 100644 index 0000000000000..708e2e381ecf8 --- /dev/null +++ b/manifests/a/AntibodySoftware/WizTree/4.20/AntibodySoftware.WizTree.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AntibodySoftware.WizTree +PackageVersion: "4.20" +PackageLocale: zh-CN +Publisher: Antibody Software +PublisherUrl: https://antibody-software.com/ +PublisherSupportUrl: https://antibody-software.com/contact +PrivacyUrl: https://diskanalyzer.com/privacy-policy +Author: Antibody Software Limited +PackageName: WizTree +PackageUrl: https://diskanalyzer.com/ +License: 专有软件 +LicenseUrl: https://diskanalyzer.com/eula +Copyright: Copyright © 2024 Antibody Software Limited. All Rights Reserved. +# CopyrightUrl: +ShortDescription: WizTree 是一款硬盘空间分析器,类似于 WinDirStat,但速度更快。 +# Description: +# Moniker: +Tags: +- 存储扫描器 +- 文件扫描器 +- 磁盘分析器 +- 空间分析器 +# ReleaseNotes: +ReleaseNotesUrl: https://diskanalyzer.com/whats-new +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://diskanalyzer.com/faq +- DocumentLabel: 用户指南 + DocumentUrl: https://diskanalyzer.com/guide +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.20/AntibodySoftware.WizTree.yaml b/manifests/a/AntibodySoftware/WizTree/4.20/AntibodySoftware.WizTree.yaml new file mode 100644 index 0000000000000..5ac5d68c3e7d9 --- /dev/null +++ b/manifests/a/AntibodySoftware/WizTree/4.20/AntibodySoftware.WizTree.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AntibodySoftware.WizTree +PackageVersion: "4.20" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AntonyCourtney/Tad/0.14.0/AntonyCourtney.Tad.installer.yaml b/manifests/a/AntonyCourtney/Tad/0.14.0/AntonyCourtney.Tad.installer.yaml new file mode 100644 index 0000000000000..ee41506fec9df --- /dev/null +++ b/manifests/a/AntonyCourtney/Tad/0.14.0/AntonyCourtney.Tad.installer.yaml @@ -0,0 +1,13 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AntonyCourtney.Tad +PackageVersion: 0.14.0 +InstallerType: nullsoft +ReleaseDate: 2024-06-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/antonycourtney/tad/releases/download/v0.14.0/Tad-Setup-0.14.0.exe + InstallerSha256: 0CE2B936CC71EA5E5F662EC6117AD1F15049DD843EF6217B2BF00BB28F499CB2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AntonyCourtney/Tad/0.14.0/AntonyCourtney.Tad.locale.en-US.yaml b/manifests/a/AntonyCourtney/Tad/0.14.0/AntonyCourtney.Tad.locale.en-US.yaml new file mode 100644 index 0000000000000..f366b6df1656a --- /dev/null +++ b/manifests/a/AntonyCourtney/Tad/0.14.0/AntonyCourtney.Tad.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AntonyCourtney.Tad +PackageVersion: 0.14.0 +PackageLocale: en-US +Publisher: Antony Courtney +PublisherUrl: https://github.com/antonycourtney +PublisherSupportUrl: https://github.com/antonycourtney/tad/issues +PackageName: Tad +PackageUrl: https://github.com/antonycourtney/tad +License: MIT +LicenseUrl: https://github.com/antonycourtney/tad/blob/HEAD/LICENSE +Copyright: Copyright © 2023 Antony Courtney +ShortDescription: Tabular data viewer desktop app, built with Electron +Tags: +- csv +- data-analysis +- data-science +- database +- desktop-application +- duckdb +- parquet-viewer +- pivot-tables +- pivots +- tabular-data +ReleaseNotes: |- + What's Changed + - Updated to DuckDb 1.0 + - Export filtered tables as Parquet (as well as CSV) + - Fix bug with formatting numbers in scientific notation. + - Other minor bug fixes and dependent package upgrades + Full Changelog: https://github.com/antonycourtney/tad/compare/v0.13.0...v0.14.0 +ReleaseNotesUrl: https://github.com/antonycourtney/tad/releases/tag/v0.14.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AntonyCourtney/Tad/0.14.0/AntonyCourtney.Tad.yaml b/manifests/a/AntonyCourtney/Tad/0.14.0/AntonyCourtney.Tad.yaml new file mode 100644 index 0000000000000..b3e66d0150d71 --- /dev/null +++ b/manifests/a/AntonyCourtney/Tad/0.14.0/AntonyCourtney.Tad.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AntonyCourtney.Tad +PackageVersion: 0.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.installer.yaml b/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.installer.yaml index 65719eba92e71..01353ed502c3c 100644 --- a/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.installer.yaml +++ b/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: Antutu.AntutuBenchmark PackageVersion: 2023.04.19.1102 @@ -12,8 +12,8 @@ Dependencies: ReleaseDate: 2023-04-19 Installers: - Architecture: x64 - InstallerUrl: https://file.antutu.com/soft/AntutuBenchmark_Setup.exe + InstallerUrl: https://file.antutu.com/soft2/AntutuBenchmark_Setup.exe?auth_key=fac841c428335a933c448631b2b85083&expires=2147483647 InstallerSha256: 727052F1853D9EFF4A78652FBD120A36860F418DA5994DEC37CA257E11BE14A7 ProductCode: Antutu Benchmark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.6.0 diff --git a/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.locale.en-US.yaml b/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.locale.en-US.yaml index 4ceab63173e97..c1b617edfa770 100644 --- a/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.locale.en-US.yaml +++ b/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Antutu.AntutuBenchmark PackageVersion: 2023.04.19.1102 @@ -30,4 +30,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.6.0 diff --git a/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.locale.zh-CN.yaml b/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.locale.zh-CN.yaml index fc68753d8cd6f..5e3c83e987ba7 100644 --- a/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.locale.zh-CN.yaml +++ b/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Antutu.AntutuBenchmark PackageVersion: 2023.04.19.1102 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.6.0 diff --git a/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.yaml b/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.yaml index 7768c927945d4..da1a8aa51823b 100644 --- a/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.yaml +++ b/manifests/a/Antutu/AntutuBenchmark/2023.04.19.1102/Antutu.AntutuBenchmark.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Antutu.AntutuBenchmark PackageVersion: 2023.04.19.1102 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.0/AnyAssociation.Anytype.installer.yaml b/manifests/a/AnyAssociation/Anytype/0.42.0/AnyAssociation.Anytype.installer.yaml new file mode 100644 index 0000000000000..56b9f3b43b689 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.0/AnyAssociation.Anytype.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- anytype +ReleaseDate: 2024-08-01 +Installers: +- Architecture: x64 + InstallerUrl: https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype%20Setup%200.42.0.exe + InstallerSha256: A6362B0CE72806241029071E736EF88005750336BB36569271BEA44E95B754A5 + ProductCode: 425256e4-03e3-5ba0-b070-d372039ec7ab +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.0/AnyAssociation.Anytype.locale.en-US.yaml b/manifests/a/AnyAssociation/Anytype/0.42.0/AnyAssociation.Anytype.locale.en-US.yaml new file mode 100644 index 0000000000000..aa5886b92c3c9 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.0/AnyAssociation.Anytype.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.0 +PackageLocale: en-US +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: Proprietary +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2024 Any Association +# CopyrightUrl: +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- docs +- document +- list +- markdown +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://anytype.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://anytype.io/faq +- DocumentLabel: Docs + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.0/AnyAssociation.Anytype.locale.zh-CN.yaml b/manifests/a/AnyAssociation/Anytype/0.42.0/AnyAssociation.Anytype.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a399505f72798 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.0/AnyAssociation.Anytype.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.0 +PackageLocale: zh-CN +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: 专有软件 +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2024 Any Association +# CopyrightUrl: +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +# Description: +# Moniker: +Tags: +- markdown +- 任务 +- 列表 +- 协作 +- 协同 +- 待办 +- 待办事项 +- 提醒事项 +- 文档 +- 日历 +- 日程 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://anytype.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://anytype.io/faq +- DocumentLabel: 文档 + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.0/AnyAssociation.Anytype.yaml b/manifests/a/AnyAssociation/Anytype/0.42.0/AnyAssociation.Anytype.yaml new file mode 100644 index 0000000000000..005a3f26ef8da --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.0/AnyAssociation.Anytype.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.3/AnyAssociation.Anytype.installer.yaml b/manifests/a/AnyAssociation/Anytype/0.42.3/AnyAssociation.Anytype.installer.yaml new file mode 100644 index 0000000000000..f096b795ebfb2 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.3/AnyAssociation.Anytype.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- anytype +ReleaseDate: 2024-08-05 +Installers: +- Architecture: x64 + InstallerUrl: https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype%20Setup%200.42.3.exe + InstallerSha256: B6607A7C29B3999623263851DF0312040D88DC72CD9AB29B05329B1884D852D6 + ProductCode: 425256e4-03e3-5ba0-b070-d372039ec7ab +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.3/AnyAssociation.Anytype.locale.en-US.yaml b/manifests/a/AnyAssociation/Anytype/0.42.3/AnyAssociation.Anytype.locale.en-US.yaml new file mode 100644 index 0000000000000..1c0dd4f9edd46 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.3/AnyAssociation.Anytype.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.3 +PackageLocale: en-US +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: Proprietary +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2024 Any Association +# CopyrightUrl: +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- docs +- document +- list +- markdown +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://anytype.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://anytype.io/faq +- DocumentLabel: Docs + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.3/AnyAssociation.Anytype.locale.zh-CN.yaml b/manifests/a/AnyAssociation/Anytype/0.42.3/AnyAssociation.Anytype.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2068a64f18f47 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.3/AnyAssociation.Anytype.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.3 +PackageLocale: zh-CN +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: 专有软件 +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2024 Any Association +# CopyrightUrl: +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +# Description: +# Moniker: +Tags: +- markdown +- 任务 +- 列表 +- 协作 +- 协同 +- 待办 +- 待办事项 +- 提醒事项 +- 文档 +- 日历 +- 日程 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://anytype.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://anytype.io/faq +- DocumentLabel: 文档 + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.3/AnyAssociation.Anytype.yaml b/manifests/a/AnyAssociation/Anytype/0.42.3/AnyAssociation.Anytype.yaml new file mode 100644 index 0000000000000..cb07187935773 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.3/AnyAssociation.Anytype.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.4/AnyAssociation.Anytype.installer.yaml b/manifests/a/AnyAssociation/Anytype/0.42.4/AnyAssociation.Anytype.installer.yaml new file mode 100644 index 0000000000000..cfe14fb573d08 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.4/AnyAssociation.Anytype.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- anytype +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x64 + InstallerUrl: https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype%20Setup%200.42.4.exe + InstallerSha256: E1E2964A5D8A527AADDAEDE8FF92FE478C74CB64F449221C5D87F654644D47F6 + ProductCode: 425256e4-03e3-5ba0-b070-d372039ec7ab +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.4/AnyAssociation.Anytype.locale.en-US.yaml b/manifests/a/AnyAssociation/Anytype/0.42.4/AnyAssociation.Anytype.locale.en-US.yaml new file mode 100644 index 0000000000000..1a29d6d528ce2 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.4/AnyAssociation.Anytype.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.4 +PackageLocale: en-US +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: Proprietary +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2024 Any Association +# CopyrightUrl: +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- docs +- document +- list +- markdown +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://anytype.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://anytype.io/faq +- DocumentLabel: Docs + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.4/AnyAssociation.Anytype.locale.zh-CN.yaml b/manifests/a/AnyAssociation/Anytype/0.42.4/AnyAssociation.Anytype.locale.zh-CN.yaml new file mode 100644 index 0000000000000..33e4a005508a6 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.4/AnyAssociation.Anytype.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.4 +PackageLocale: zh-CN +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: 专有软件 +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2024 Any Association +# CopyrightUrl: +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +# Description: +# Moniker: +Tags: +- markdown +- 任务 +- 列表 +- 协作 +- 协同 +- 待办 +- 待办事项 +- 提醒事项 +- 文档 +- 日历 +- 日程 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://anytype.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://anytype.io/faq +- DocumentLabel: 文档 + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.4/AnyAssociation.Anytype.yaml b/manifests/a/AnyAssociation/Anytype/0.42.4/AnyAssociation.Anytype.yaml new file mode 100644 index 0000000000000..2770bf28e3d09 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.4/AnyAssociation.Anytype.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.5/AnyAssociation.Anytype.installer.yaml b/manifests/a/AnyAssociation/Anytype/0.42.5/AnyAssociation.Anytype.installer.yaml new file mode 100644 index 0000000000000..5779c33c19b15 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.5/AnyAssociation.Anytype.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.5 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- anytype +ReleaseDate: 2024-08-29 +Installers: +- Architecture: x64 + InstallerUrl: https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype%20Setup%200.42.5.exe + InstallerSha256: 7BABF81277794CD264618B036D702F249CCB4EF37EDA9AF0BF051B8407237821 + ProductCode: 425256e4-03e3-5ba0-b070-d372039ec7ab +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.5/AnyAssociation.Anytype.locale.en-US.yaml b/manifests/a/AnyAssociation/Anytype/0.42.5/AnyAssociation.Anytype.locale.en-US.yaml new file mode 100644 index 0000000000000..2e1d8814b698b --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.5/AnyAssociation.Anytype.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.5 +PackageLocale: en-US +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: Proprietary +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2024 Any Association +# CopyrightUrl: +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- docs +- document +- list +- markdown +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://anytype.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://anytype.io/faq +- DocumentLabel: Docs + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.5/AnyAssociation.Anytype.locale.zh-CN.yaml b/manifests/a/AnyAssociation/Anytype/0.42.5/AnyAssociation.Anytype.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4ecbfa8bba3ae --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.5/AnyAssociation.Anytype.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.5 +PackageLocale: zh-CN +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: 专有软件 +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2024 Any Association +# CopyrightUrl: +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +# Description: +# Moniker: +Tags: +- markdown +- 任务 +- 列表 +- 协作 +- 协同 +- 待办 +- 待办事项 +- 提醒事项 +- 文档 +- 日历 +- 日程 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://anytype.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://anytype.io/faq +- DocumentLabel: 文档 + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.5/AnyAssociation.Anytype.yaml b/manifests/a/AnyAssociation/Anytype/0.42.5/AnyAssociation.Anytype.yaml new file mode 100644 index 0000000000000..47e3528ea09a4 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.5/AnyAssociation.Anytype.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.6/AnyAssociation.Anytype.installer.yaml b/manifests/a/AnyAssociation/Anytype/0.42.6/AnyAssociation.Anytype.installer.yaml new file mode 100644 index 0000000000000..8b36311797822 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.6/AnyAssociation.Anytype.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.6 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- anytype +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x64 + InstallerUrl: https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype%20Setup%200.42.6.exe + InstallerSha256: 063B9883502BBE323528DA24B23AB6E3952FB85C98074D03E87052C971DB2914 + ProductCode: 425256e4-03e3-5ba0-b070-d372039ec7ab +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.6/AnyAssociation.Anytype.locale.en-US.yaml b/manifests/a/AnyAssociation/Anytype/0.42.6/AnyAssociation.Anytype.locale.en-US.yaml new file mode 100644 index 0000000000000..7547796e1432d --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.6/AnyAssociation.Anytype.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.6 +PackageLocale: en-US +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: Proprietary +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2024 Any Association +# CopyrightUrl: +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- docs +- document +- list +- markdown +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://anytype.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://anytype.io/faq +- DocumentLabel: Docs + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.6/AnyAssociation.Anytype.locale.zh-CN.yaml b/manifests/a/AnyAssociation/Anytype/0.42.6/AnyAssociation.Anytype.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7815b73c08578 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.6/AnyAssociation.Anytype.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.6 +PackageLocale: zh-CN +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: 专有软件 +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2024 Any Association +# CopyrightUrl: +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +# Description: +# Moniker: +Tags: +- markdown +- 任务 +- 列表 +- 协作 +- 协同 +- 待办 +- 待办事项 +- 提醒事项 +- 文档 +- 日历 +- 日程 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://anytype.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://anytype.io/faq +- DocumentLabel: 文档 + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.6/AnyAssociation.Anytype.yaml b/manifests/a/AnyAssociation/Anytype/0.42.6/AnyAssociation.Anytype.yaml new file mode 100644 index 0000000000000..c3420586eef8b --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.6/AnyAssociation.Anytype.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.7/AnyAssociation.Anytype.installer.yaml b/manifests/a/AnyAssociation/Anytype/0.42.7/AnyAssociation.Anytype.installer.yaml new file mode 100644 index 0000000000000..f58db8b1a28b5 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.7/AnyAssociation.Anytype.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.7 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- anytype +ReleaseDate: 2024-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype%20Setup%200.42.7.exe + InstallerSha256: CFEC69824891E73D16015276A355E6DB3C83BB840CB44DAD2ADA8FFC1FE36C45 + ProductCode: 425256e4-03e3-5ba0-b070-d372039ec7ab +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.7/AnyAssociation.Anytype.locale.en-US.yaml b/manifests/a/AnyAssociation/Anytype/0.42.7/AnyAssociation.Anytype.locale.en-US.yaml new file mode 100644 index 0000000000000..40f2d43d8db22 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.7/AnyAssociation.Anytype.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.7 +PackageLocale: en-US +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: Proprietary +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2024 Any Association +# CopyrightUrl: +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- docs +- document +- list +- markdown +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://anytype.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://anytype.io/faq +- DocumentLabel: Docs + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.7/AnyAssociation.Anytype.locale.zh-CN.yaml b/manifests/a/AnyAssociation/Anytype/0.42.7/AnyAssociation.Anytype.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d8c7be712ab7f --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.7/AnyAssociation.Anytype.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.7 +PackageLocale: zh-CN +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: 专有软件 +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2024 Any Association +# CopyrightUrl: +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +# Description: +# Moniker: +Tags: +- markdown +- 任务 +- 列表 +- 协作 +- 协同 +- 待办 +- 待办事项 +- 提醒事项 +- 文档 +- 日历 +- 日程 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://anytype.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://anytype.io/faq +- DocumentLabel: 文档 + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.7/AnyAssociation.Anytype.yaml b/manifests/a/AnyAssociation/Anytype/0.42.7/AnyAssociation.Anytype.yaml new file mode 100644 index 0000000000000..9abd7f3540356 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.7/AnyAssociation.Anytype.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.8/AnyAssociation.Anytype.installer.yaml b/manifests/a/AnyAssociation/Anytype/0.42.8/AnyAssociation.Anytype.installer.yaml new file mode 100644 index 0000000000000..e1cc300fa8de1 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.8/AnyAssociation.Anytype.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.8 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- anytype +ReleaseDate: 2024-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype%20Setup%200.42.8.exe + InstallerSha256: 77373C4AC81CA08EB50359EAC67C0C9BC5875F8D92F6402147E1AB72ECAB193F + ProductCode: 425256e4-03e3-5ba0-b070-d372039ec7ab +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.8/AnyAssociation.Anytype.locale.en-US.yaml b/manifests/a/AnyAssociation/Anytype/0.42.8/AnyAssociation.Anytype.locale.en-US.yaml new file mode 100644 index 0000000000000..7da49dcd7c901 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.8/AnyAssociation.Anytype.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.8 +PackageLocale: en-US +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: Proprietary +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2024 Any Association +# CopyrightUrl: +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- docs +- document +- list +- markdown +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://anytype.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://anytype.io/faq +- DocumentLabel: Docs + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.8/AnyAssociation.Anytype.locale.zh-CN.yaml b/manifests/a/AnyAssociation/Anytype/0.42.8/AnyAssociation.Anytype.locale.zh-CN.yaml new file mode 100644 index 0000000000000..353d6369fca44 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.8/AnyAssociation.Anytype.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.8 +PackageLocale: zh-CN +Publisher: Any Association +PublisherUrl: https://anytype.io/ +PublisherSupportUrl: https://anytype.io/faq +PrivacyUrl: https://anytype.io/website_privacy +Author: Any Association +PackageName: Anytype +PackageUrl: https://download.anytype.io/ +License: 专有软件 +LicenseUrl: https://anytype.io/terms_of_use +Copyright: Copyright © 2024 Any Association +# CopyrightUrl: +ShortDescription: Next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. +# Description: +# Moniker: +Tags: +- markdown +- 任务 +- 列表 +- 协作 +- 协同 +- 待办 +- 待办事项 +- 提醒事项 +- 文档 +- 日历 +- 日程 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://anytype.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://anytype.io/faq +- DocumentLabel: 文档 + DocumentUrl: https://doc.anytype.io/anytype-docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyAssociation/Anytype/0.42.8/AnyAssociation.Anytype.yaml b/manifests/a/AnyAssociation/Anytype/0.42.8/AnyAssociation.Anytype.yaml new file mode 100644 index 0000000000000..a4c66e38ee285 --- /dev/null +++ b/manifests/a/AnyAssociation/Anytype/0.42.8/AnyAssociation.Anytype.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AnyAssociation.Anytype +PackageVersion: 0.42.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.11/AnyDeskSoftwareGmbH.AnyDesk.yaml b/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.11/AnyDeskSoftwareGmbH.AnyDesk.yaml deleted file mode 100644 index 498f2973a1619..0000000000000 --- a/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.11/AnyDeskSoftwareGmbH.AnyDesk.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: AnyDeskSoftwareGmbH.AnyDesk -PackageVersion: 8.0.11 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.11/AnyDeskSoftwareGmbH.AnyDesk.installer.yaml b/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.14/AnyDeskSoftwareGmbH.AnyDesk.installer.yaml similarity index 78% rename from manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.11/AnyDeskSoftwareGmbH.AnyDesk.installer.yaml rename to manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.14/AnyDeskSoftwareGmbH.AnyDesk.installer.yaml index cdf665361090c..a97fc7499035b 100644 --- a/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.11/AnyDeskSoftwareGmbH.AnyDesk.installer.yaml +++ b/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.14/AnyDeskSoftwareGmbH.AnyDesk.installer.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.5.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: AnyDeskSoftwareGmbH.AnyDesk -PackageVersion: 8.0.11 +PackageVersion: 8.0.14 Platform: - Windows.Desktop Scope: machine @@ -14,7 +14,7 @@ Installers: - Architecture: x86 InstallerType: exe InstallerUrl: https://download.anydesk.com/AnyDesk.exe - InstallerSha256: 9301F6668A60613EA24505B0DE6BC59B0E98B9F68A5C8A990C60CA076012D528 + InstallerSha256: BED33C3732307E19E9A702E7FF179180A7891B92CB879A5B758021EEFC68A99B InstallerSwitches: Silent: --silent SilentWithProgress: --silent @@ -22,14 +22,14 @@ Installers: Custom: --install "C:\Program Files (x86)\AnyDesk" --update-auto --create-desktop-icon --create-shortcuts UpgradeBehavior: install AppsAndFeaturesEntries: - - DisplayVersion: ad 8.0.11 + - DisplayVersion: ad 8.0.14 ProductCode: AnyDesk InstallerType: exe ElevationRequirement: elevationRequired - Architecture: x86 InstallerType: msi InstallerUrl: https://download.anydesk.com/AnyDesk.msi - InstallerSha256: 48BBCD831CA5B8F5081B31B4A947E337DFBDE8A05D8D933DFB865003787BCBB4 + InstallerSha256: 489A4096A1A4DCC02EAEB0B771766407B3F63FC5E31DC7E4EEC5CAB29635AE0F UpgradeBehavior: uninstallPrevious ProductCode: '{62853EBF-E9DD-4AA5-B20A-5A6C3DD74FF3}' AppsAndFeaturesEntries: diff --git a/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.11/AnyDeskSoftwareGmbH.AnyDesk.locale.en-US.yaml b/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.14/AnyDeskSoftwareGmbH.AnyDesk.locale.en-US.yaml similarity index 92% rename from manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.11/AnyDeskSoftwareGmbH.AnyDesk.locale.en-US.yaml rename to manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.14/AnyDeskSoftwareGmbH.AnyDesk.locale.en-US.yaml index 296bb3bc1102d..901473e3ae48f 100644 --- a/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.11/AnyDeskSoftwareGmbH.AnyDesk.locale.en-US.yaml +++ b/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.14/AnyDeskSoftwareGmbH.AnyDesk.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.5.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: AnyDeskSoftwareGmbH.AnyDesk -PackageVersion: 8.0.11 +PackageVersion: 8.0.14 PackageLocale: en-US Publisher: AnyDesk Software GmbH PublisherUrl: https://anydesk.com diff --git a/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.11/AnyDeskSoftwareGmbH.AnyDesk.locale.zh-CN.yaml b/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.14/AnyDeskSoftwareGmbH.AnyDesk.locale.zh-CN.yaml similarity index 91% rename from manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.11/AnyDeskSoftwareGmbH.AnyDesk.locale.zh-CN.yaml rename to manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.14/AnyDeskSoftwareGmbH.AnyDesk.locale.zh-CN.yaml index 9b34963122d7a..8a6758a09f943 100644 --- a/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.11/AnyDeskSoftwareGmbH.AnyDesk.locale.zh-CN.yaml +++ b/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.14/AnyDeskSoftwareGmbH.AnyDesk.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.5.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: AnyDeskSoftwareGmbH.AnyDesk -PackageVersion: 8.0.11 +PackageVersion: 8.0.14 PackageLocale: zh-CN Publisher: AnyDesk Software GmbH PublisherUrl: https://anydesk.com diff --git a/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.14/AnyDeskSoftwareGmbH.AnyDesk.yaml b/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.14/AnyDeskSoftwareGmbH.AnyDesk.yaml new file mode 100644 index 0000000000000..72e8e8f180328 --- /dev/null +++ b/manifests/a/AnyDeskSoftwareGmbH/AnyDesk/8.0.14/AnyDeskSoftwareGmbH.AnyDesk.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AnyDeskSoftwareGmbH.AnyDesk +PackageVersion: 8.0.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anydo/Anydo/5.0.76/Anydo.Anydo.installer.yaml b/manifests/a/Anydo/Anydo/5.0.76/Anydo.Anydo.installer.yaml new file mode 100644 index 0000000000000..4506d3dd62dbb --- /dev/null +++ b/manifests/a/Anydo/Anydo/5.0.76/Anydo.Anydo.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anydo.Anydo +PackageVersion: 5.0.76 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-01 +Installers: +- Architecture: x64 + InstallerUrl: https://electron-app.any.do/_windows/Anydo%20Setup%205.0.76.exe + InstallerSha256: 8B400C64F48F044106085A60F2BF4463E7746839D3ECD345AD2FFC320115BF67 + ProductCode: bdca438a-7562-5396-862b-eb2ec136d564 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anydo/Anydo/5.0.76/Anydo.Anydo.locale.en-US.yaml b/manifests/a/Anydo/Anydo/5.0.76/Anydo.Anydo.locale.en-US.yaml new file mode 100644 index 0000000000000..10b86f0c51796 --- /dev/null +++ b/manifests/a/Anydo/Anydo/5.0.76/Anydo.Anydo.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anydo.Anydo +PackageVersion: 5.0.76 +PackageLocale: en-US +Publisher: Any.do +PublisherUrl: https://www.any.do/ +PublisherSupportUrl: https://support.any.do/ +PrivacyUrl: https://www.any.do/legal/privacy-policy +Author: Any.do +PackageName: Anydo +PackageUrl: https://www.any.do/ +License: Proprietary +LicenseUrl: https://www.any.do/legal/app-license-agreement +Copyright: Copyright (c) Any.do 2024 +# CopyrightUrl: +ShortDescription: Organize your tasks, lists and reminders in Any.do app. +Description: A simple to do list app to manage your personal tasks, family projects, and team's work. Trusted by +40m people to stay organized and get more done. +Moniker: any.do +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- gtd +- list +- schedule +- task +- to-do +- todo +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.any.do/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: How to guides + DocumentUrl: https://www.any.do/blog/how-to-guides/ +- DocumentLabel: Video tutorials + DocumentUrl: https://www.youtube.com/c/anydo +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anydo/Anydo/5.0.76/Anydo.Anydo.locale.zh-CN.yaml b/manifests/a/Anydo/Anydo/5.0.76/Anydo.Anydo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6de94c06b55cd --- /dev/null +++ b/manifests/a/Anydo/Anydo/5.0.76/Anydo.Anydo.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anydo.Anydo +PackageVersion: 5.0.76 +PackageLocale: zh-CN +Publisher: Any.do +PublisherUrl: https://www.any.do/ +PublisherSupportUrl: https://support.any.do/ +PrivacyUrl: https://www.any.do/legal/privacy-policy +Author: Any.do +PackageName: Anydo +PackageUrl: https://www.any.do/ +License: 专有软件 +LicenseUrl: https://www.any.do/legal/app-license-agreement +Copyright: Copyright (c) Any.do 2024 +# CopyrightUrl: +ShortDescription: 在 Any.do 应用中整理你的任务、列表和提醒事项。 +Description: 一款简洁的待办事项应用,帮助你管理个人任务、家庭项目和团队工作,让你井井有条,完成更多工作。超 4000 万人信赖。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 议程 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.any.do/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 入门指南 + DocumentUrl: https://www.any.do/blog/how-to-guides/ +- DocumentLabel: 视频教程 + DocumentUrl: https://www.youtube.com/c/anydo +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anydo/Anydo/5.0.76/Anydo.Anydo.yaml b/manifests/a/Anydo/Anydo/5.0.76/Anydo.Anydo.yaml new file mode 100644 index 0000000000000..d3e74850fb032 --- /dev/null +++ b/manifests/a/Anydo/Anydo/5.0.76/Anydo.Anydo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anydo.Anydo +PackageVersion: 5.0.76 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.38.0/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.38.0/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..2151cacd76aae --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.38.0/Anysphere.Cursor.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.38.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ReleaseDate: 2024-07-23 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.38.0%20-%20Build%20240723790oxe4a2-x64.exe + InstallerSha256: 5E5C569D1E776EB95B3E51B530FD64EEDCE6747B1F4FD566F23ED6E69E0E0839 + ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.38.0/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.38.0/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..a19640db100f0 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.38.0/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.38.0 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: The AI Code Editor +# Description: +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- programming +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.38.0/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.38.0/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e4c5c9293f081 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.38.0/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.38.0 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: AI 代码编辑器 +# Description: +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.38.0/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.38.0/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..8d51676c16f6e --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.38.0/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.38.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.38.1/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.38.1/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..270448792f3e2 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.38.1/Anysphere.Cursor.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.38.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.38.1%20-%20Build%20240725f0ti25os7-x64.exe + InstallerSha256: 20072E059B61B218A6BF02C95B731BEDC69854A4E67F127AD480574BEB4DE510 + ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.38.1/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.38.1/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..8cfcf24583128 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.38.1/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.38.1 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: The AI Code Editor +# Description: +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- programming +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.38.1/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.38.1/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5ea2680f2f9f5 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.38.1/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.38.1 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: AI 代码编辑器 +# Description: +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.38.1/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.38.1/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..c688483fcae06 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.38.1/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.38.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.0/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.39.0/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..aff8ba4410cc3 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.0/Anysphere.Cursor.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ReleaseDate: 2024-08-02 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.39.0%20-%20Build%20240802cdixtv9a6-x64.exe + InstallerSha256: 40FEE0A2589BE9430C66F9558A3C8FF4A3F8ED3BFA7D961C20A8C80E4E78E280 + ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.0/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.39.0/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..6d74d62ac5c3f --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.0/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.0 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: The AI Code Editor +# Description: +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- programming +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.0/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.39.0/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2c0314a1714db --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.0/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.0 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: AI 代码编辑器 +# Description: +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.0/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.39.0/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..090cd479b97d2 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.0/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.1/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.39.1/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..fedfc20fb3e44 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.1/Anysphere.Cursor.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.39.1%20-%20Build%20240807g919tr4ly-x64.exe + InstallerSha256: 9551B26CBA97B284F95C894431C3488FCEE7EDB10E872AA4D0F569074BD949E6 + ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.1/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.39.1/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..c61b788699fbd --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.1/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.1 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: The AI Code Editor +# Description: +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- programming +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.1/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.39.1/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d3752c38cbf0f --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.1/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.1 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: AI 代码编辑器 +# Description: +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.1/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.39.1/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..09e429294a63a --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.1/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.2/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.39.2/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..fbd53e97c63ed --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.2/Anysphere.Cursor.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ReleaseDate: 2024-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.39.2%20-%20Build%20240808phaxh4b5r-x64.exe + InstallerSha256: 0F1316E9A69E31A9277B29EAAEC0A979788E33830DABB86A6F93E889122278E4 + ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.2/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.39.2/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..7a9103eb58e9e --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.2/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.2 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: The AI Code Editor +# Description: +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- programming +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.2/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.39.2/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..410f3ca6925a8 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.2/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.2 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: AI 代码编辑器 +# Description: +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.2/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.39.2/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..137ecd10a91ae --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.2/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.3/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.39.3/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..40599b96af522 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.3/Anysphere.Cursor.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.3 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ReleaseDate: 2024-08-09 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.39.3%20-%20Build%202408092hoyaxt9m-x64.exe + InstallerSha256: 91CEAEA77F7B48A8627BC22B496D1C785AC01A5406D16FFA33D00D13A81D6428 + ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.3/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.39.3/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..624101fbef977 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.3/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.3 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: The AI Code Editor +# Description: +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- programming +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.3/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.39.3/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..664ade5a41e8d --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.3/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.3 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: AI 代码编辑器 +# Description: +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.3/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.39.3/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..f58ec1b98b2e2 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.3/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.4/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.39.4/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..7f6ba6650b2c1 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.4/Anysphere.Cursor.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.4 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ReleaseDate: 2024-08-10 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.39.4%20-%20Build%20240810elmeg3seq-x64.exe + InstallerSha256: A2CE91B9A3F6BE508C50C21B64C9FFF3DA18B693840B52144FAD72E87361B46F + ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.4/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.39.4/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..d1ad4389f85a7 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.4/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.4 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: The AI Code Editor +# Description: +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- programming +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.4/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.39.4/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a616e678f3006 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.4/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.4 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: AI 代码编辑器 +# Description: +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.4/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.39.4/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..3a052ba7733db --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.4/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.5/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.39.5/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..926b6a216c62b --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.5/Anysphere.Cursor.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.5 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.39.5%20-%20Build%20240814y9rhzmu7h-x64.exe + InstallerSha256: 412B58EE3DC317A09AE38E5F05515A88EB491592F0DB1897E407AA9AAED5FE87 + ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.5/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.39.5/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..27314a343b13e --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.5/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.5 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: The AI Code Editor +# Description: +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- programming +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.5/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.39.5/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4d01e88546633 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.5/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.5 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: AI 代码编辑器 +# Description: +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.5/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.39.5/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..9f0b1a9abe2f0 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.5/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.6/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.39.6/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..3f93d1122ee45 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.6/Anysphere.Cursor.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.6 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ReleaseDate: 2024-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.39.6%20-%20Build%20240819ih4ta2fye-x64.exe + InstallerSha256: 45CB4B0EBB62377C1C019A5E7E48E00245515E9737F63A9C5921AE8C33CCC64F + ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.6/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.39.6/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..6e9313a7b935b --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.6/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.6 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: The AI Code Editor +# Description: +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- programming +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.6/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.39.6/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..107716a28eb7f --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.6/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.6 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: AI 代码编辑器 +# Description: +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.39.6/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.39.6/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..c0cfa2e8ab0c1 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.39.6/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.39.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.0/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.40.0/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..069b72e83852e --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.0/Anysphere.Cursor.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ReleaseDate: 2024-08-22 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.40.0%20-%20Build%2024082202sreugb2-x64.exe + InstallerSha256: BF3E490CDAC188A6F2F6B81D37F4FC78A48ADC780D0B0093C53C902ECAFE56D7 + ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.0/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.40.0/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..6c2ba2c2645c8 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.0/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.0 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: The AI Code Editor +# Description: +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + - We have a new chat UX! Excited for you to try it out and share your thoughts. + - Composer is now default-on and available to all users by hitting cmd+I. + - Auto imports for Cursor Tab for TypeScript files - when Tab suggests an unimported symbol, we'll now auto-import it to your current file. +ReleaseNotesUrl: https://changelog.cursor.com/#040---new-chat-ux-default-on-composer +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.0/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.40.0/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7138b61f5c8bd --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.0/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.0 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: AI 代码编辑器 +# Description: +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/#040---new-chat-ux-default-on-composer +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.0/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.40.0/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..f7baba49d0560 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.0/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.1/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.40.1/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..64d6836d451ac --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.1/Anysphere.Cursor.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ReleaseDate: 2024-08-24 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.40.1%20-%20Build%202408245thnycuzj-x64.exe + InstallerSha256: 2E3EE871AC4CC1B0363D942CB2B903DEBA13BE37679C9AC2040D3BC2CD96835E + ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.1/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.40.1/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..9072ef08c28aa --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.1/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.1 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: The AI Code Editor +# Description: +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- programming +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.1/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.40.1/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5b77a69106c6a --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.1/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.1 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: AI 代码编辑器 +# Description: +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.1/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.40.1/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..272987324e310 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.1/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.2/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.40.2/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..588611fd9d70a --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.2/Anysphere.Cursor.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ReleaseDate: 2024-08-28 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.40.2%20-%20Build%20240828c021k3aib-x64.exe + InstallerSha256: 2AA4BB1E86AEF458B2454D89CFD983C14851F735DA4229B1A06DE7B5975A01F6 + ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.2/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.40.2/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..5e73970c10447 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.2/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.2 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: The AI Code Editor +# Description: +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- programming +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.2/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.40.2/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c134b53859fdf --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.2/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.2 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: AI 代码编辑器 +# Description: +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.2/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.40.2/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..47101a164a262 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.2/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.3/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.40.3/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..5235a0b30686e --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.3/Anysphere.Cursor.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.3 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ReleaseDate: 2024-08-29 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.40.3%20-%20Build%20240829epqamqp7h-x64.exe + InstallerSha256: DFF07AF3EC71C07256919BB56D47404AC95FC688BDFC97E6D056BE836021EE86 + ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.3/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.40.3/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..a0bf018a6b2e7 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.3/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.3 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: The AI Code Editor +# Description: +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- programming +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.3/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.40.3/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1436af19d0915 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.3/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.3 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: AI 代码编辑器 +# Description: +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.3/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.40.3/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..4a2f2d672f4aa --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.3/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.4/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.40.4/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..3985759752f4f --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.4/Anysphere.Cursor.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.4 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.40.4%20-%20Build%202409052yfcjagw2-x64.exe + InstallerSha256: B10D33AF5374DDA36EB5CD83869AD34066EA9FF2394B1F0BC605ED70EC03E0C0 + ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.4/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.40.4/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..bed66708882a8 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.4/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.4 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: The AI Code Editor +# Description: +# Moniker: +Tags: +- ai +- code +- coding +- develop +- development +- programming +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.4/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.40.4/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9930508b40740 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.4/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.4 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +# Copyright: +# CopyrightUrl: +ShortDescription: AI 代码编辑器 +# Description: +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Anysphere/Cursor/0.40.4/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.40.4/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..289c033809a12 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.40.4/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.40.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Apache/NetBeans/22/Apache.NetBeans.installer.yaml b/manifests/a/Apache/NetBeans/22/Apache.NetBeans.installer.yaml new file mode 100644 index 0000000000000..a2fdb594f9a98 --- /dev/null +++ b/manifests/a/Apache/NetBeans/22/Apache.NetBeans.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Apache.NetBeans +PackageVersion: '22' +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Dependencies: + PackageDependencies: + # Requires JDK/JRE >= 17 + - PackageIdentifier: BellSoft.LibericaJDK.22 +ReleaseDate: 2024-05-23 +Installers: +- Architecture: x64 + InstallerUrl: https://dlcdn.apache.org/netbeans/netbeans-installers/22/Apache-NetBeans-22-bin-windows-x64.exe + InstallerSha256: 44B1F8D5C93B8C62C0BADBBA89DF381FA48C903259991C281DFF94FEC31826C8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Apache/NetBeans/22/Apache.NetBeans.locale.en-US.yaml b/manifests/a/Apache/NetBeans/22/Apache.NetBeans.locale.en-US.yaml new file mode 100644 index 0000000000000..7016f6dbd8ddd --- /dev/null +++ b/manifests/a/Apache/NetBeans/22/Apache.NetBeans.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Apache.NetBeans +PackageVersion: '22' +PackageLocale: en-US +Publisher: Apache NetBeans +PublisherUrl: https://www.apache.org/ +PublisherSupportUrl: https://netbeans.apache.org/help/index.html +PackageName: Apache NetBeans IDE +PackageUrl: https://netbeans.apache.org/ +License: Apache-2.0 +LicenseUrl: https://github.com/apache/netbeans +Copyright: Copyright © 2017-2023 The Apache Software Foundation. +ShortDescription: Development Environment, Tooling Platform and Application Framework. +Description: Apache NetBeans is much more than a text editor. It highlights source code syntactically and semantically, lets you easily refactor code, with a range of handy and powerful tools. +Moniker: netbeans +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Apache/NetBeans/22/Apache.NetBeans.yaml b/manifests/a/Apache/NetBeans/22/Apache.NetBeans.yaml new file mode 100644 index 0000000000000..aafa111f03f82 --- /dev/null +++ b/manifests/a/Apache/NetBeans/22/Apache.NetBeans.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Apache.NetBeans +PackageVersion: '22' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.5/AppFlowy.AppFlowy.installer.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.5/AppFlowy.AppFlowy.installer.yaml new file mode 100644 index 0000000000000..9cf85bf09bb48 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.5/AppFlowy.AppFlowy.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.5 +InstallerType: inno +InstallerSwitches: + Silent: /sp- /verysilent /norestart + SilentWithProgress: /sp- /silent /norestart +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.6.5/AppFlowy-0.6.5-windows-x86_64.exe + InstallerSha256: 44BCE64489145558523EE32B0A750E23373DA7A0B260833BBBFC77699311699D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.5/AppFlowy.AppFlowy.locale.en-US.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.5/AppFlowy.AppFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..c6003796af373 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.5/AppFlowy.AppFlowy.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.5 +PackageLocale: en-US +Publisher: AppFlowy-IO +PublisherUrl: https://github.com/AppFlowy-IO +PublisherSupportUrl: https://github.com/AppFlowy-IO/AppFlowy/issues +# PrivacyUrl: +# Author: +PackageName: AppFlowy +PackageUrl: https://github.com/AppFlowy-IO/AppFlowy +License: AGPL-3.0 +LicenseUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/HEAD/LICENSE +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/main/LICENSE +ShortDescription: The Open Source Alternative To Notion. +Description: |- + AppFlowy is an open source alternative to Notion. + You are in charge of your data and customizations. +# Moniker: +Tags: +- content-management +- content-services +- editor +- flutter +- flutter-app +- flutter-apps +- flutter-examples +- flutter-ui +- low-code +- no-code +- notion +- notion-alternative +- rust +- rust-lang +- rust-language +- wiki +ReleaseNotes: |- + Release Notes + Version 0.6.5 - 24/07/2024 + New Features + - Publish a Database to the Web +ReleaseNotesUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.5 +PurchaseUrl: https://ko-fi.com/appflowy +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.5/AppFlowy.AppFlowy.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.5/AppFlowy.AppFlowy.yaml new file mode 100644 index 0000000000000..a07fb173007a4 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.5/AppFlowy.AppFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.6/AppFlowy.AppFlowy.installer.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.6/AppFlowy.AppFlowy.installer.yaml new file mode 100644 index 0000000000000..012477d9f4faf --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.6/AppFlowy.AppFlowy.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.6 +InstallerType: inno +InstallerSwitches: + Silent: /sp- /verysilent /norestart + SilentWithProgress: /sp- /silent /norestart +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.6.6/AppFlowy-0.6.6-windows-x86_64.exe + InstallerSha256: 163A35562147F37F100EFDE2DFC8A799688946BF5D0C69027FDAE09BB3D97FF5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.6/AppFlowy.AppFlowy.locale.en-US.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.6/AppFlowy.AppFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..7b2fea59699d1 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.6/AppFlowy.AppFlowy.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.6 +PackageLocale: en-US +Publisher: AppFlowy-IO +PublisherUrl: https://github.com/AppFlowy-IO +PublisherSupportUrl: https://github.com/AppFlowy-IO/AppFlowy/issues +# PrivacyUrl: +# Author: +PackageName: AppFlowy +PackageUrl: https://github.com/AppFlowy-IO/AppFlowy +License: AGPL-3.0 +LicenseUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/HEAD/LICENSE +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/main/LICENSE +ShortDescription: The Open Source Alternative To Notion. +Description: |- + AppFlowy is an open source alternative to Notion. + You are in charge of your data and customizations. +# Moniker: +Tags: +- content-management +- content-services +- editor +- flutter +- flutter-app +- flutter-apps +- flutter-examples +- flutter-ui +- low-code +- no-code +- notion +- notion-alternative +- rust +- rust-lang +- rust-language +- wiki +ReleaseNotes: |- + Release Notes + Version 0.6.6 - 30/07/2024 + New Features + - Upgrade your workspace to a premium plan to unlock more features and storage. + - Image galleries and drag-and-drop image support in documents. + Bug Fixes + - Fix minor UI issues on Desktop and Mobile. +ReleaseNotesUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.6 +PurchaseUrl: https://ko-fi.com/appflowy +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.6/AppFlowy.AppFlowy.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.6/AppFlowy.AppFlowy.yaml new file mode 100644 index 0000000000000..67aaad750cbd3 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.6/AppFlowy.AppFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.7.1/AppFlowy.AppFlowy.installer.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.7.1/AppFlowy.AppFlowy.installer.yaml new file mode 100644 index 0000000000000..1846142b9a0fe --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.7.1/AppFlowy.AppFlowy.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.7.1 +InstallerType: inno +InstallerSwitches: + Silent: /sp- /verysilent /norestart + SilentWithProgress: /sp- /silent /norestart +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.6.7.1/AppFlowy-0.6.7.1-windows-x86_64.exe + InstallerSha256: 5A8C9AB904C06B13B0DB0072959F747D960D674CE2E5635B0FDF35C55505FD1A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.7.1/AppFlowy.AppFlowy.locale.en-US.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.7.1/AppFlowy.AppFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..7792a697de684 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.7.1/AppFlowy.AppFlowy.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.7.1 +PackageLocale: en-US +Publisher: AppFlowy-IO +PublisherUrl: https://github.com/AppFlowy-IO +PublisherSupportUrl: https://github.com/AppFlowy-IO/AppFlowy/issues +# PrivacyUrl: +# Author: +PackageName: AppFlowy +PackageUrl: https://github.com/AppFlowy-IO/AppFlowy +License: AGPL-3.0 +LicenseUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/HEAD/LICENSE +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/main/LICENSE +ShortDescription: The Open Source Alternative To Notion. +Description: |- + AppFlowy is an open source alternative to Notion. + You are in charge of your data and customizations. +# Moniker: +Tags: +- content-management +- content-services +- editor +- flutter +- flutter-app +- flutter-apps +- flutter-examples +- flutter-ui +- low-code +- no-code +- notion +- notion-alternative +- rust +- rust-lang +- rust-language +- wiki +ReleaseNotes: |- + Release Notes + Version 0.6.7.1 - 14/08/2024 + Bug Fixes + - Fixed the issue where workspace id was not compatible with settings page. +ReleaseNotesUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.7.1 +PurchaseUrl: https://ko-fi.com/appflowy +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.7.1/AppFlowy.AppFlowy.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.7.1/AppFlowy.AppFlowy.yaml new file mode 100644 index 0000000000000..7668c2f8075d0 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.7.1/AppFlowy.AppFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.7.2/AppFlowy.AppFlowy.installer.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.7.2/AppFlowy.AppFlowy.installer.yaml new file mode 100644 index 0000000000000..14aeba80ffaf0 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.7.2/AppFlowy.AppFlowy.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.7.2 +InstallerType: inno +InstallerSwitches: + Silent: /sp- /verysilent /norestart + SilentWithProgress: /sp- /silent /norestart +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.6.7.2/AppFlowy-0.6.7.2-windows-x86_64.exe + InstallerSha256: 729BECA5BA7C3DE6558CBB91C25A89450298D299643E2CC706C22D1A77D00F27 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.7.2/AppFlowy.AppFlowy.locale.en-US.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.7.2/AppFlowy.AppFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..577f1de0e3f65 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.7.2/AppFlowy.AppFlowy.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.7.2 +PackageLocale: en-US +Publisher: AppFlowy-IO +PublisherUrl: https://github.com/AppFlowy-IO +PublisherSupportUrl: https://github.com/AppFlowy-IO/AppFlowy/issues +# PrivacyUrl: +# Author: +PackageName: AppFlowy +PackageUrl: https://github.com/AppFlowy-IO/AppFlowy +License: AGPL-3.0 +LicenseUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/HEAD/LICENSE +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/main/LICENSE +ShortDescription: The Open Source Alternative To Notion. +Description: |- + AppFlowy is an open source alternative to Notion. + You are in charge of your data and customizations. +# Moniker: +Tags: +- content-management +- content-services +- editor +- flutter +- flutter-app +- flutter-apps +- flutter-examples +- flutter-ui +- low-code +- no-code +- notion +- notion-alternative +- rust +- rust-lang +- rust-language +- wiki +ReleaseNotes: |- + Release Notes + Version 0.6.7.2 - 20/08/2024 + Bug Fixes + - Fixed file upload issue. + - Fixed missing slash menu items: todolist and divider. +ReleaseNotesUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.7.2 +PurchaseUrl: https://ko-fi.com/appflowy +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.7.2/AppFlowy.AppFlowy.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.7.2/AppFlowy.AppFlowy.yaml new file mode 100644 index 0000000000000..2598c9fe6ba76 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.7.2/AppFlowy.AppFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.7/AppFlowy.AppFlowy.installer.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.7/AppFlowy.AppFlowy.installer.yaml new file mode 100644 index 0000000000000..16c30774fbe92 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.7/AppFlowy.AppFlowy.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.7 +InstallerType: inno +InstallerSwitches: + Silent: /sp- /verysilent /norestart + SilentWithProgress: /sp- /silent /norestart +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-08-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.6.7/AppFlowy-0.6.7-windows-x86_64.exe + InstallerSha256: 480E8E9002080DC3C77C0384E9506FCBA86BA6E2A993099E9181CCF82453D9C4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.7/AppFlowy.AppFlowy.locale.en-US.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.7/AppFlowy.AppFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..a8a08d6856d09 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.7/AppFlowy.AppFlowy.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.7 +PackageLocale: en-US +Publisher: AppFlowy-IO +PublisherUrl: https://github.com/AppFlowy-IO +PublisherSupportUrl: https://github.com/AppFlowy-IO/AppFlowy/issues +# PrivacyUrl: +# Author: +PackageName: AppFlowy +PackageUrl: https://github.com/AppFlowy-IO/AppFlowy +License: AGPL-3.0 +LicenseUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/HEAD/LICENSE +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/main/LICENSE +ShortDescription: The Open Source Alternative To Notion. +Description: |- + AppFlowy is an open source alternative to Notion. + You are in charge of your data and customizations. +# Moniker: +Tags: +- content-management +- content-services +- editor +- flutter +- flutter-app +- flutter-apps +- flutter-examples +- flutter-ui +- low-code +- no-code +- notion +- notion-alternative +- rust +- rust-lang +- rust-language +- wiki +ReleaseNotes: |- + Release Notes + Version 0.6.7 - 13/08/2024 + New Features + - Redesigned the icon picker design on Desktop. + - Redesigned the notification page on Mobile. + Bug Fixes + - Enhance the toolbar tooltip functionality on Desktop. + - Enhance the slash menu user experience on Desktop. + - Fixed the issue where list style overrides occurred during text pasting. + - Fixed the issue where linking multiple databases in the same document could cause random loss of focus. +ReleaseNotesUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.7 +PurchaseUrl: https://ko-fi.com/appflowy +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.7/AppFlowy.AppFlowy.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.7/AppFlowy.AppFlowy.yaml new file mode 100644 index 0000000000000..833dc437f8743 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.7/AppFlowy.AppFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.8/AppFlowy.AppFlowy.installer.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.8/AppFlowy.AppFlowy.installer.yaml new file mode 100644 index 0000000000000..b7d1b7fd3cfdb --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.8/AppFlowy.AppFlowy.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.8 +InstallerType: inno +InstallerSwitches: + Silent: /sp- /verysilent /norestart + SilentWithProgress: /sp- /silent /norestart +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.6.8/AppFlowy-0.6.8-windows-x86_64.exe + InstallerSha256: 881F94C06F2C86D4E02AEBBBCB2DC5481A14BC774A2BD593E6C3E74A317E1324 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.8/AppFlowy.AppFlowy.locale.en-US.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.8/AppFlowy.AppFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..94794a3cfba8d --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.8/AppFlowy.AppFlowy.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.8 +PackageLocale: en-US +Publisher: AppFlowy-IO +PublisherUrl: https://github.com/AppFlowy-IO +PublisherSupportUrl: https://github.com/AppFlowy-IO/AppFlowy/issues +# PrivacyUrl: +# Author: +PackageName: AppFlowy +PackageUrl: https://github.com/AppFlowy-IO/AppFlowy +License: AGPL-3.0 +LicenseUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/HEAD/LICENSE +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/main/LICENSE +ShortDescription: The Open Source Alternative To Notion. +Description: |- + AppFlowy is an open source alternative to Notion. + You are in charge of your data and customizations. +# Moniker: +Tags: +- content-management +- content-services +- editor +- flutter +- flutter-app +- flutter-apps +- flutter-examples +- flutter-ui +- low-code +- no-code +- notion +- notion-alternative +- rust +- rust-lang +- rust-language +- wiki +ReleaseNotes: |- + Release Notes + Version 0.6.8 - 02/09/2024 + New Features + - Optimized date picker and mention block. + - Added the ability to open database row on mobile. + - Added the ability to invite members to workspace on mobile. + - Added support for Monochrome theme on Android. + - Added AI Bubble button on homepage on mobile. + - Settings, trash, members and help & support have been moved into the settings pop up menu. + Bug Fixes + - Removed Wayland header from AppImage build + - Fixed the issue where pasting web image on mobile failed. + - Fixed the issue where the name of newly created card in board view didn't show up. +ReleaseNotesUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.8 +PurchaseUrl: https://ko-fi.com/appflowy +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.8/AppFlowy.AppFlowy.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.8/AppFlowy.AppFlowy.yaml new file mode 100644 index 0000000000000..1ab8f3f45800e --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.8/AppFlowy.AppFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.9/AppFlowy.AppFlowy.installer.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.9/AppFlowy.AppFlowy.installer.yaml new file mode 100644 index 0000000000000..6ecccb913644f --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.9/AppFlowy.AppFlowy.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.9 +InstallerType: inno +InstallerSwitches: + Silent: /sp- /verysilent /norestart + SilentWithProgress: /sp- /silent /norestart +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.6.9/AppFlowy-0.6.9-windows-x86_64.exe + InstallerSha256: 5064C68828230810228A29E54A6A38FEA1010306BE031D20A3054CDA2EADC17C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.9/AppFlowy.AppFlowy.locale.en-US.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.9/AppFlowy.AppFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..6afd03856dd00 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.9/AppFlowy.AppFlowy.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.9 +PackageLocale: en-US +Publisher: AppFlowy-IO +PublisherUrl: https://github.com/AppFlowy-IO +PublisherSupportUrl: https://github.com/AppFlowy-IO/AppFlowy/issues +# PrivacyUrl: +# Author: +PackageName: AppFlowy +PackageUrl: https://github.com/AppFlowy-IO/AppFlowy +License: AGPL-3.0 +LicenseUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/HEAD/LICENSE +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/main/LICENSE +ShortDescription: The Open Source Alternative To Notion. +Description: |- + AppFlowy is an open source alternative to Notion. + You are in charge of your data and customizations. +# Moniker: +Tags: +- content-management +- content-services +- editor +- flutter +- flutter-app +- flutter-apps +- flutter-examples +- flutter-ui +- low-code +- no-code +- notion +- notion-alternative +- rust +- rust-lang +- rust-language +- wiki +ReleaseNotes: |- + Release Notes + Version 0.6.9 - 09/09/2024 + New Features + - Added a new property type, 'Files & media' + - Supported Apple Sign-in + - Displayed the page icon next to the row name when the row page contains nested notes + - Enabled Delete Account in Settings + - Included a collapsible navigation menu in your published site + Bug Fixes + - Fixed the space name color issue in the community themes + - Fixed database filters and sorting issues + - Fixed the issue of not being able to fully display the title on Kanban cards + - Fixed the inability to see the entire text of a checklist item when it's more than one line long + - Fixed hide/unhide buttons in the No Status group + - Fixed the inability to edit group names on Kanban boards + - Made error codes more user-friendly + - Added leading zeros to day and month in date format +ReleaseNotesUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.9 +PurchaseUrl: https://ko-fi.com/appflowy +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.6.9/AppFlowy.AppFlowy.yaml b/manifests/a/AppFlowy/AppFlowy/0.6.9/AppFlowy.AppFlowy.yaml new file mode 100644 index 0000000000000..153ffa35fe0eb --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.6.9/AppFlowy.AppFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.6.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/3.9.1.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/3.9.1.0/Appest.Dida.installer.yaml deleted file mode 100644 index ce3b24768cfd2..0000000000000 --- a/manifests/a/Appest/Dida/3.9.1.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NVS1.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 3.9.1.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_releases_x64_3910.exe - InstallerSha256: 0D1395CC20006173CC0E6AF631A0D0ECC1B757ECC8689489933664CA737AB737 -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_releases_x86_3910.exe - InstallerSha256: B08CC4858545C09563C406D91E48853EEB63D07A2D93D71BD657DEDD12D24E08 -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/a/Appest/Dida/3.9.1.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/3.9.1.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 38652dbf5fa21..0000000000000 --- a/manifests/a/Appest/Dida/3.9.1.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NLSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 3.9.1.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2021 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- to-do -- todo -- GTD -- task-manager -- tasks -- checklist -- list -- notes -- ticktick -- appest -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/a/Appest/Dida/3.9.1.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/3.9.1.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 907b0572f95f7..0000000000000 --- a/manifests/a/Appest/Dida/3.9.1.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NLSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 3.9.1.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2021 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、 安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 待办事项 -- to-do -- todo -- 时间管理 -- GTD -- 提醒 -- 清单 -- 笔记 -- ticktick -- appest -ManifestType: locale -ManifestVersion: 1.0.0 diff --git a/manifests/a/Appest/Dida/3.9.1.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/3.9.1.0/Appest.Dida.yaml deleted file mode 100644 index 801203340f854..0000000000000 --- a/manifests/a/Appest/Dida/3.9.1.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NVS1.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 3.9.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/a/Appest/Dida/4.0.5.2/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.0.5.2/Appest.Dida.installer.yaml deleted file mode 100644 index 8a3353eb0ac59..0000000000000 --- a/manifests/a/Appest/Dida/4.0.5.2/Appest.Dida.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NVS1.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.0.5.2 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4052.exe - InstallerSha256: 75074ADF2B38A9B8CE9FF36BFD861AF551A10AE96DE5458119E3F7B3EE0FE1E8 -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4052.exe - InstallerSha256: CC5F56E52D464576E891E54C52A5250208BDC2DF549EF13D1887DC406FF86338 -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/a/Appest/Dida/4.0.5.2/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.0.5.2/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 96cd73515d7bb..0000000000000 --- a/manifests/a/Appest/Dida/4.0.5.2/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NLSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.0.5.2 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2021 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- to-do -- todo -- GTD -- task-manager -- tasks -- checklist -- list -- notes -- ticktick -- appest -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/a/Appest/Dida/4.0.5.2/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.0.5.2/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 2fc1cc671d074..0000000000000 --- a/manifests/a/Appest/Dida/4.0.5.2/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NLSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.0.5.2 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2021 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、 安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 待办事项 -- to-do -- todo -- 时间管理 -- GTD -- 提醒 -- 清单 -- 笔记 -- ticktick -- appest -ManifestType: locale -ManifestVersion: 1.0.0 diff --git a/manifests/a/Appest/Dida/4.0.5.2/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.0.5.2/Appest.Dida.yaml deleted file mode 100644 index 7c9d5539bd398..0000000000000 --- a/manifests/a/Appest/Dida/4.0.5.2/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NVS1.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.0.5.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/a/Appest/Dida/4.1.1.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.1.1.0/Appest.Dida.installer.yaml deleted file mode 100644 index 7a4f6a4afb6a6..0000000000000 --- a/manifests/a/Appest/Dida/4.1.1.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.1.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-01-07 -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4110.exe - InstallerSha256: E0DB341E663E912ABD5832DD843791B90986DF1A51D4CD84398FEB07349D2C1E -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4110.exe - InstallerSha256: BA95C656D16D16C08C25D9FADC064814016B3988DC85AE65682E9CC10415F73C -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.1.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.1.1.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index a1643e93d5880..0000000000000 --- a/manifests/a/Appest/Dida/4.1.1.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.1.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- to-do -- todo -- task -- list -- checklist -- schedule -- agenda -- calendar -- notes -- collaboration -- GTD -- Appest -# Agreements: -ReleaseNotes: |- - - Optimize the interactive experience of the calendar view. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.1.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.1.1.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 6ae520be245cb..0000000000000 --- a/manifests/a/Appest/Dida/4.1.1.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.1.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、 安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 待办事项 -- 待办 -- to-do -- todo -- 任务 -- 列表 -- 清单 -- 日程 -- 议程 -- 日历 -- 协同 -- 协作 -- 日程管理 -- 时间管理 -- GTD -- Appest -# Agreements: -ReleaseNotes: |- - - 优化日历视图的交互体验。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.1.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.1.1.0/Appest.Dida.yaml deleted file mode 100644 index d267999eb0c42..0000000000000 --- a/manifests/a/Appest/Dida/4.1.1.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.2.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.1.2.0/Appest.Dida.installer.yaml deleted file mode 100644 index c866ddbc6c0d2..0000000000000 --- a/manifests/a/Appest/Dida/4.1.2.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Automatically updated by the winget bot at 2022/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.2.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-01-20 -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4120.exe - InstallerSha256: E5B71961F940A9279ED0CB9EECE92674210AA354C2E9212054FA61DA2B8C014F -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4120.exe - InstallerSha256: 4C6AB1CCE102D7D7DF3AC3FA66E31D01F8A4F0A837C23F342A0D28C4F3E0C1C8 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.2.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.1.2.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 3e13b1406f5cd..0000000000000 --- a/manifests/a/Appest/Dida/4.1.2.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Automatically updated by the winget bot at 2022/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.2.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -Tags: -- to-do -- todo -- task -- list -- checklist -- schedule -- agenda -- calendar -- notes -- collaboration -- GTD -- Appest -ReleaseNotes: |- - - Support for searching task comments when searching -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.2.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.1.2.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 77450c4693b6b..0000000000000 --- a/manifests/a/Appest/Dida/4.1.2.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Automatically updated by the winget bot at 2022/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.2.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、 安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -Tags: -- 待办事项 -- 待办 -- to-do -- todo -- 任务 -- 列表 -- 清单 -- 日程 -- 议程 -- 日历 -- 协同 -- 协作 -- 日程管理 -- 时间管理 -- GTD -- Appest -ReleaseNotes: |- - - 搜索时支持搜索评论。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.2.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.1.2.0/Appest.Dida.yaml deleted file mode 100644 index 801389a76acb2..0000000000000 --- a/manifests/a/Appest/Dida/4.1.2.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2022/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.2.6/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.1.2.6/Appest.Dida.installer.yaml deleted file mode 100644 index d908fa1e12b82..0000000000000 --- a/manifests/a/Appest/Dida/4.1.2.6/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.2.6 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-02-11 -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4126.exe - InstallerSha256: B8A27616AF9B9AAB37D1672E2784006FD90328AA873558393186F5AE9F5BF07E -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4126.exe - InstallerSha256: 49270325A619C25FBCA12753C8A553F9AD822C4449B46F87146FD68406B7C0A3 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.2.6/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.1.2.6/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 4907b72011ef1..0000000000000 --- a/manifests/a/Appest/Dida/4.1.2.6/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.2.6 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- to-do -- todo -- task -- list -- checklist -- schedule -- agenda -- calendar -- notes -- memo -- memorandum -- collaboration -- GTD -# Agreements: -ReleaseNotes: |- - - General fixes and improvements. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.2.6/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.1.2.6/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 3f20383546e21..0000000000000 --- a/manifests/a/Appest/Dida/4.1.2.6/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.2.6 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 待办 -- 待办事项 -- 提醒事项 -- 任务 -- 列表 -- 清单 -- 日程 -- 议程 -- 日历 -- 笔记 -- 备忘 -- 备忘录 -- 协同 -- 协作 -- 日程管理 -- 时间管理 -# Agreements: -ReleaseNotes: |- - - 问题修复与改进。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.2.6/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.1.2.6/Appest.Dida.yaml deleted file mode 100644 index 4e3561ae81456..0000000000000 --- a/manifests/a/Appest/Dida/4.1.2.6/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.2.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.3.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.1.3.0/Appest.Dida.installer.yaml deleted file mode 100644 index 8c01709b837b5..0000000000000 --- a/manifests/a/Appest/Dida/4.1.3.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.3.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-02-25 -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4130.exe - InstallerSha256: 6D126AC8ED8E5CC1DE65F99ECDFB3C8F6241129B50C87EA359ABB4DF33CB1F87 -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4130.exe - InstallerSha256: FCD5034C07C44A1993007A9EDE7C2C9C45AE63960460B0816F956E5110D7BD97 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.3.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.1.3.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 71fc6f8e46c6d..0000000000000 --- a/manifests/a/Appest/Dida/4.1.3.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.3.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - Support changing the app icon. - - Optimize app opening speed. - - Optimize performance and interaction. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.3.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.1.3.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 2a23e3eff91d2..0000000000000 --- a/manifests/a/Appest/Dida/4.1.3.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.3.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 支持修改应用图标。 - - 提升应用启动速度。 - - 交互和性能优化。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.3.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.1.3.0/Appest.Dida.yaml deleted file mode 100644 index 2bba4c685d725..0000000000000 --- a/manifests/a/Appest/Dida/4.1.3.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.3.6/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.1.3.6/Appest.Dida.installer.yaml deleted file mode 100644 index 61ecc03fc9a9f..0000000000000 --- a/manifests/a/Appest/Dida/4.1.3.6/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.3.6 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-03-09 -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4136.exe - InstallerSha256: A3F77AF36BBC12BB795B8FFB405D391FCA1A907AFDA7295482E84C5C1E790997 -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4136.exe - InstallerSha256: C94439AF81C2AE068046DFD1B7C8C34530577DF5D1FDD7CD50A322E39B9611A9 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.3.6/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.1.3.6/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 33dc9c5df2880..0000000000000 --- a/manifests/a/Appest/Dida/4.1.3.6/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.3.6 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - General fixes and improvements. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.3.6/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.1.3.6/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index bdd1db3a3d2c0..0000000000000 --- a/manifests/a/Appest/Dida/4.1.3.6/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.3.6 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 问题修复与改进。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.3.6/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.1.3.6/Appest.Dida.yaml deleted file mode 100644 index e0d541ad7faa1..0000000000000 --- a/manifests/a/Appest/Dida/4.1.3.6/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.3.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.4.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.1.4.0/Appest.Dida.installer.yaml deleted file mode 100644 index f0ed9b148f225..0000000000000 --- a/manifests/a/Appest/Dida/4.1.4.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.4.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-03-17 -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4140.exe - InstallerSha256: FC4C9A94A66BD9FEDF89D06A5ED7A34264DC52AE42E94E4723BD1B29FC17F2B3 -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4140.exe - InstallerSha256: F4891BCE26BAA967BACF1E93D82B8061001E74A330CB2B46F397DB2031918EDA -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.4.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.1.4.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index e2d4c4a6f4a7e..0000000000000 --- a/manifests/a/Appest/Dida/4.1.4.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.4.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - General fixes and improvements. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.4.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.1.4.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index b1983ccc391f3..0000000000000 --- a/manifests/a/Appest/Dida/4.1.4.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.4.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 日历支持课表显示(你可以在移动端课表设置中开启) -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.4.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.1.4.0/Appest.Dida.yaml deleted file mode 100644 index 79baab7a03280..0000000000000 --- a/manifests/a/Appest/Dida/4.1.4.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.4.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.5.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.1.5.0/Appest.Dida.installer.yaml deleted file mode 100644 index 64f8d4fbca0d8..0000000000000 --- a/manifests/a/Appest/Dida/4.1.5.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.5.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-04-06 -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4150.exe - InstallerSha256: EBDE0782713A1FF8A0FA0CC7F9B5E8F6430CB36444FAE43E780B20DC0DFEA0A4 -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4150.exe - InstallerSha256: CEACEBC3F57C1636C323FC6CE64EFBCAD8B81C675C60A2D9ABAE34E4648AC648 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.5.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.1.5.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index ea4b102686fd6..0000000000000 --- a/manifests/a/Appest/Dida/4.1.5.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.5.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - Optimize performance and interaction. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.5.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.1.5.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index c69347b945217..0000000000000 --- a/manifests/a/Appest/Dida/4.1.5.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.5.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 交互和性能优化。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.1.5.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.1.5.0/Appest.Dida.yaml deleted file mode 100644 index 2e51be3cae654..0000000000000 --- a/manifests/a/Appest/Dida/4.1.5.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.1.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.0.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.2.0.0/Appest.Dida.installer.yaml deleted file mode 100644 index 32080e89fa34f..0000000000000 --- a/manifests/a/Appest/Dida/4.2.0.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.0.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-04-20 -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4200.exe - InstallerSha256: 8B2C5DED6BD8C1BE53AD24511CB4FC2EABCFE162A0F9A36C9FEACE1768F9B640 -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4200.exe - InstallerSha256: AB5C05F8AC21D52C302AA4C90A37BDC8D8EC663DE0A9A8DEEE40A1AFAD187B16 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.0.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.2.0.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index fa07067855a4f..0000000000000 --- a/manifests/a/Appest/Dida/4.2.0.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.0.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - Major Update: Timeline View - Timeline View is a lighter and more useful tool than the Gantt chart. - On Timeline View, you can keep track of everyone's progress in your project, and plan your work and life within a longer time frame. - How to open: "List - More - View - Timeline View". -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.0.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.2.0.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 807e09fbafe65..0000000000000 --- a/manifests/a/Appest/Dida/4.2.0.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.0.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - 【重磅更新】时间线视图 - 「时间线视图」是一种比甘特图更轻量、更实用的工具。 - 使用「时间线视图」,你可以在项目管理中了解每个人的工作进度,及时调整工作计划。也可以在一个更长的时间范围内,规划安排工作和生活。 - 打开方式:清单右上角 “更多 - 视图 - 时间线视图”。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.0.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.2.0.0/Appest.Dida.yaml deleted file mode 100644 index c501c35f7a284..0000000000000 --- a/manifests/a/Appest/Dida/4.2.0.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.1.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.2.1.0/Appest.Dida.installer.yaml deleted file mode 100644 index 58c2517558dd5..0000000000000 --- a/manifests/a/Appest/Dida/4.2.1.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.1.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-05-06 -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4210.exe - InstallerSha256: 62EDD7342929B9F99BD140B3C3EF1C12307024E684D181268A6537EB743CDF97 -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4210.exe - InstallerSha256: 0DE1D2DEF0591FCD75A30E7A3305D5338ABE034288A3516053908790FD5FC02D -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.1.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.2.1.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index d68086d0c510b..0000000000000 --- a/manifests/a/Appest/Dida/4.2.1.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.1.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - Support changing the app font: Choose your favorite font in Appearance for a better experience. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.1.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.2.1.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 5abeb24b6acf9..0000000000000 --- a/manifests/a/Appest/Dida/4.2.1.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.1.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 支持修改应用字体:在外观中选择你喜欢的字体,获得更好的视觉体验 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.1.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.2.1.0/Appest.Dida.yaml deleted file mode 100644 index e4c1081cf66be..0000000000000 --- a/manifests/a/Appest/Dida/4.2.1.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.2.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.2.2.0/Appest.Dida.installer.yaml deleted file mode 100644 index d35772df5f643..0000000000000 --- a/manifests/a/Appest/Dida/4.2.2.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.2.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-05-18 -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4220.exe - InstallerSha256: E71EFE9C0C814621CCBABC47CC9D1E966C935331E29F79E7ECC8CCA808908730 -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4220.exe - InstallerSha256: 213DA1113F2E7A32166C3BCBB87757FEBFC1C51E48058C307113856707796563 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.2.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.2.2.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 22f2c3875348a..0000000000000 --- a/manifests/a/Appest/Dida/4.2.2.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.2.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - Support dragging Archived Lists - - General fixes and improvements. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.2.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.2.2.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 2522d1f50b240..0000000000000 --- a/manifests/a/Appest/Dida/4.2.2.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.2.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 支持拖动已归档清单 - - 问题修复与改进。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.2.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.2.2.0/Appest.Dida.yaml deleted file mode 100644 index e70da7d4484c7..0000000000000 --- a/manifests/a/Appest/Dida/4.2.2.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.3.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.2.3.0/Appest.Dida.installer.yaml deleted file mode 100644 index 316241674dd7f..0000000000000 --- a/manifests/a/Appest/Dida/4.2.3.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.3.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-05-31 -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4230.exe - InstallerSha256: D3CAA4CF7A7DA6883A0A7BE856DB8619008BF446DCD3BEDC50201454AC01D122 -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4230.exe - InstallerSha256: A5116F990F5D097F688B726F3850960F4046335AB166624C3399F83C29E7E8EF -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.3.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.2.3.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index fc96916760cf5..0000000000000 --- a/manifests/a/Appest/Dida/4.2.3.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.3.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - Optimized the view selection interaction, which is more convenient when switching List, Kanban, and Timeline views. - - Supports pressing Ctrl & Scroll wheel to easily adjust the view scale on the timeline view. - - Supports pressing Ctrl & Drag the mouse to select multiple tasks, and perform batch operations on the timeline view. - - Supports showing "the day of the week" on the timeline view. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.3.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.2.3.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index e327f23e6ce7c..0000000000000 --- a/manifests/a/Appest/Dida/4.2.3.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.3.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 优化视图选择交互,切换列表、看板、时间线视图更方便。 - - 支持在时间线视图中,按住 Ctrl + 滚轮,轻松调整视图显示比例。 - - 支持在时间线视图中,按住 Ctrl + 鼠标拖动,多选任务批量操作。 - - 支持在时间线视图中,显示星期。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.3.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.2.3.0/Appest.Dida.yaml deleted file mode 100644 index 71e30893b2682..0000000000000 --- a/manifests/a/Appest/Dida/4.2.3.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.4.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.2.4.0/Appest.Dida.installer.yaml deleted file mode 100644 index 02e30e426e75c..0000000000000 --- a/manifests/a/Appest/Dida/4.2.4.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.4.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-06-16 -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4240.exe - InstallerSha256: 97C71341571C62948CE482719DB640BF52FC8A0CFC32CDA7229F13A0595D8D06 -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4240.exe - InstallerSha256: 5643F573A6BDF0E6E7BA19D5BDA597B174366C17E53ABD4245A588AAFEE2092F -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.4.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.2.4.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 2629498717ddf..0000000000000 --- a/manifests/a/Appest/Dida/4.2.4.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.4.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - Support subscription of Outlook Calendar. - - General fixes and improvements. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.4.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.2.4.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 2d8aaff43a463..0000000000000 --- a/manifests/a/Appest/Dida/4.2.4.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.4.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 支持订阅 Outlook 日历。 - - 问题修复与改进。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.4.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.2.4.0/Appest.Dida.yaml deleted file mode 100644 index 165372a3dd857..0000000000000 --- a/manifests/a/Appest/Dida/4.2.4.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.4.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.5.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.2.5.0/Appest.Dida.installer.yaml deleted file mode 100644 index c0d40f911059a..0000000000000 --- a/manifests/a/Appest/Dida/4.2.5.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Automatically updated by the winget bot at 2022/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.5.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-06-30 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4250.exe - InstallerSha256: AFB618EC95CE2BD2B31370A5BB04C9C4D74884B63847F7D28F7EC99D766C467D -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4250.exe - InstallerSha256: 6E18EBC0DC4093EB0A2E7921335C31FED364B13B6A501A1CC285023F491C5E8F -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.5.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.2.5.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index eb76fa27dc760..0000000000000 --- a/manifests/a/Appest/Dida/4.2.5.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Automatically updated by the winget bot at 2022/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.5.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotes: |- - - New theme: Dawn, Blossom, Frozen, Meadow, Silence. - - List supports custom colors, so you can easily choose your own color. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.5.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.2.5.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 3d8c14418da46..0000000000000 --- a/manifests/a/Appest/Dida/4.2.5.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Automatically updated by the winget bot at 2022/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.5.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: |- - - 新增主题:拂晓、忽尔春风、玄序有时、山野千里、静默如谜。 - - 清单支持自定义颜色,轻松选择你的专属颜色。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.5.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.2.5.0/Appest.Dida.yaml deleted file mode 100644 index 92d34aace7464..0000000000000 --- a/manifests/a/Appest/Dida/4.2.5.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2022/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.6.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.2.6.0/Appest.Dida.installer.yaml deleted file mode 100644 index e0b4196acaa7b..0000000000000 --- a/manifests/a/Appest/Dida/4.2.6.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.6.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-07-15 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4260.exe - InstallerSha256: 78EDA3DDD28E190589EF33F2A88FCAD2A6DCAD4A2FB749E9624312EB33CED4A8 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4260.exe - InstallerSha256: AA9943AC6C147938E430E3B4F606FE3ED724A8CD6A3B5B95E03333C40E3AB78C -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.6.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.2.6.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 433225acdf579..0000000000000 --- a/manifests/a/Appest/Dida/4.2.6.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.6.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - New Sticky Note: Right-click a task to open a sticky note and place it on the desktop to record your thoughts at any time. - - Optimize performance and interaction. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.6.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.2.6.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 433927ddf08f1..0000000000000 --- a/manifests/a/Appest/Dida/4.2.6.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.6.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 新增「便签」:右键任务可打开便签,置顶放置在桌面上随时记录你的想法。 - - 交互和性能优化。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.6.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.2.6.0/Appest.Dida.yaml deleted file mode 100644 index 26cb400ebb410..0000000000000 --- a/manifests/a/Appest/Dida/4.2.6.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.7.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.2.7.0/Appest.Dida.installer.yaml deleted file mode 100644 index 7d09366678a10..0000000000000 --- a/manifests/a/Appest/Dida/4.2.7.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.7.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-07-28 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4270.exe - InstallerSha256: 6F5FC8328133F91C93857FBEBD18C577572EEA78CF36722C7041A453408C6ECE -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4270.exe - InstallerSha256: 0B8C3295D7B4DE7C45B5C3375BBE0994516707D412821F02A1C7AC9E02606BA6 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.7.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.2.7.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 32d7d6cbe449c..0000000000000 --- a/manifests/a/Appest/Dida/4.2.7.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.7.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - "Flip Clock" time style: When you are focused, enter the full-screen to show it. - - Optimize performance and interaction. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.7.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.2.7.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index fd2f1a0a45beb..0000000000000 --- a/manifests/a/Appest/Dida/4.2.7.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.7.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 新增「翻页钟」时间样式:当你在专注时,进入全屏,显示翻页钟。 - - 交互和性能优化。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.7.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.2.7.0/Appest.Dida.yaml deleted file mode 100644 index c4f8a5f1b482a..0000000000000 --- a/manifests/a/Appest/Dida/4.2.7.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/a/Appest/Dida/4.2.8.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.2.8.0/Appest.Dida.installer.yaml deleted file mode 100644 index 531c1707dc207..0000000000000 --- a/manifests/a/Appest/Dida/4.2.8.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.8.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-08-17 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4280.exe - InstallerSha256: E8AF733EF25EE452CD16944BF665BB22128E0E1D5BF1AB00AC7AF609F6B474F5 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4280.exe - InstallerSha256: E61C8AC234F9664B7E5EB4A517FC830D90C71F6D64B69359414A88CB5E171D39 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.8.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.2.8.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 727f89b47e831..0000000000000 --- a/manifests/a/Appest/Dida/4.2.8.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.8.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - New "Command Menu", type "Ctrl+K" to open. - - Optimize shortcuts, type "?" in the application to quickly view the shortcuts list. - - Optimize the experience of Sticky Note: - - Support changing the color of sticky notes to distinguish. - - Support adding new sticky notes on the desktop. - - Support subtasks and checklist for sticky notes. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.8.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.2.8.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index b3ae07d5720da..0000000000000 --- a/manifests/a/Appest/Dida/4.2.8.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.8.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 新增「指令菜单」,可使用「 Ctrl+K 」打开。 - - 优化快捷键,在应用中输入「?」可快速查看快捷键列表。 - - 优化了「便签」的用户体验: - - 支持便签修改颜色,用来区分不同类型的内容。 - - 支持在桌面上直接添加新的便签。 - - 支持包含子任务、检查事项的任务打开便签。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.8.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.2.8.0/Appest.Dida.yaml deleted file mode 100644 index 87549e14cdcd1..0000000000000 --- a/manifests/a/Appest/Dida/4.2.8.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.8.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.8.1/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.2.8.1/Appest.Dida.installer.yaml deleted file mode 100644 index a2909d3013189..0000000000000 --- a/manifests/a/Appest/Dida/4.2.8.1/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.8.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4281.exe - InstallerSha256: 1A855B9B0788F1D1A68FAC731D3CC0A31CD966F7E5BF512A0172E00701B7BB87 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4281.exe - InstallerSha256: F612F6625E1A6F61EE19E598718E20FE4CFA9188AC54B5E491821D9A1FB8A58D -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.8.1/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.2.8.1/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 37f54ae73997c..0000000000000 --- a/manifests/a/Appest/Dida/4.2.8.1/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.8.1 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - Optimize the experience of Sticky Note: - - Support changing the color of sticky notes to distinguish. - - Support adding new sticky notes on the desktop. - - Support subtasks and checklist for sticky notes. - How to experience? Right-click a task to open a sticky note to record your thoughts at any time. - - - Optimize shortcuts, type "?" in the application to quickly view the shortcuts list. - - New "Command Menu", type "Ctrl+K" to open. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.8.1/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.2.8.1/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 85b0f63bf59cf..0000000000000 --- a/manifests/a/Appest/Dida/4.2.8.1/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,54 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.8.1 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - 优化了「便签」的用户体验: - - 支持便签修改颜色,用来区分不同类型的内容。 - - 支持在桌面上直接添加新的便签。 - - 支持包含子任务、检查事项的任务打开便签。 - 如何打开便签? - 右键任务,选择「打开便签」,随时记录你的想法。 - - - 优化快捷键,在应用中输入「?」可快速查看快捷键列表。 - - 新增「指令菜单」,可使用「Ctrl+K」打开。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.8.1/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.2.8.1/Appest.Dida.yaml deleted file mode 100644 index e9bcbccf6d886..0000000000000 --- a/manifests/a/Appest/Dida/4.2.8.1/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.8.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.8.5/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.2.8.5/Appest.Dida.installer.yaml deleted file mode 100644 index 9132d4bfc95a2..0000000000000 --- a/manifests/a/Appest/Dida/4.2.8.5/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.8.5 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-08-23 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4285.exe - InstallerSha256: 32459CC6C591B90462DF11F8C17D881220652D9528CA87D47FDE66B1B1167EE1 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4285.exe - InstallerSha256: 04FE890CD283AB4054866135C531E4DF462C4EA123F394E26E4A206D9B32ED44 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.8.5/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.2.8.5/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 8ac68a9d52145..0000000000000 --- a/manifests/a/Appest/Dida/4.2.8.5/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.8.5 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - Optimize the experience of Sticky Note: - - Support changing the color of sticky notes to distinguish. - - Support adding new sticky notes on the desktop. - - Support subtasks and checklist for sticky notes. - How to experience? Right-click a task to open a sticky note to record your thoughts at any time. - - - Optimize shortcuts, type "?" in the application to quickly view the shortcuts list. - - New "Command Menu", type "Ctrl+K" to open. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.8.5/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.2.8.5/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 308404230ac32..0000000000000 --- a/manifests/a/Appest/Dida/4.2.8.5/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,54 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.8.5 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - 优化了「便签」的用户体验: - - 支持便签修改颜色,用来区分不同类型的内容。 - - 支持在桌面上直接添加新的便签。 - - 支持包含子任务、检查事项的任务打开便签。 - 如何打开便签? - 右键任务,选择「打开便签」,随时记录你的想法。 - - - 优化快捷键,在应用中输入「?」可快速查看快捷键列表。 - - 新增「指令菜单」,可使用「Ctrl+K」打开。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.8.5/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.2.8.5/Appest.Dida.yaml deleted file mode 100644 index 09435cbc13a26..0000000000000 --- a/manifests/a/Appest/Dida/4.2.8.5/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.8.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.9.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.2.9.0/Appest.Dida.installer.yaml deleted file mode 100644 index eaacb0a1b6e2c..0000000000000 --- a/manifests/a/Appest/Dida/4.2.9.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.9.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-09-05 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4290.exe - InstallerSha256: FEDADD85D5BA1EB9ADF4E6C447B7DA15E2C0C4C1BA84944D09A9F0E45AD665A8 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4290.exe - InstallerSha256: 153C475F8A88D2115D7D996C2D581660F0956EB30F289E9436A68B8695FEDA45 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.9.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.2.9.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 52ee9163a6f26..0000000000000 --- a/manifests/a/Appest/Dida/4.2.9.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.9.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - Support Exchange calendar subscription. - - General fixes and improvements. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.9.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.2.9.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 610a990431a6e..0000000000000 --- a/manifests/a/Appest/Dida/4.2.9.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.9.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 支持订阅 Exchange 日历。 - - 问题修复与改进。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.2.9.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.2.9.0/Appest.Dida.yaml deleted file mode 100644 index 470ce5b6da3ad..0000000000000 --- a/manifests/a/Appest/Dida/4.2.9.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.2.9.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.0.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.3.0.0/Appest.Dida.installer.yaml deleted file mode 100644 index cbfbb6c822bbb..0000000000000 --- a/manifests/a/Appest/Dida/4.3.0.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-09-23 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4300.exe - InstallerSha256: 38084BE069291CC1DB65629319F72D618953ECE48AE6659935863D413A191C8D -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4300.exe - InstallerSha256: 6019EC636BDFCEF7EE4CEB038509D9B28C0B49AD798D51E240CC3CEC3B7EBBAB -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.0.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.3.0.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 07b711700165a..0000000000000 --- a/manifests/a/Appest/Dida/4.3.0.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.0.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - Support iCloud calendar subscription. - - Support switching theme according to the system automatically, enabled it in Appearance. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.0.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.3.0.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 6b8fdb0069a30..0000000000000 --- a/manifests/a/Appest/Dida/4.3.0.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.0.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 支持订阅 iCloud 日历。 - - 支持应用外观跟随系统主题,可在“外观”中开启。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.0.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.3.0.0/Appest.Dida.yaml deleted file mode 100644 index 2f1851862bc20..0000000000000 --- a/manifests/a/Appest/Dida/4.3.0.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.1.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.3.1.0/Appest.Dida.installer.yaml deleted file mode 100644 index 86f8309cb9b37..0000000000000 --- a/manifests/a/Appest/Dida/4.3.1.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.1.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-10-10 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4310.exe - InstallerSha256: 284DD455724D75DC23D762348B223EECB54AA6B1185B94F59C8ACB98D26C1E15 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4310.exe - InstallerSha256: 7920602B79A2035F9F25D0F2A35DF77AFFECD9FE0B32E5BBA5D026C10183E2AC -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.1.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.3.1.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 2a4f0eb525063..0000000000000 --- a/manifests/a/Appest/Dida/4.3.1.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.1.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - Optimized the experience of Sticky Note: - - Support sticky notes pinned by default and adjust font size. - - Support one-click arrangement to make your desktop tidier. - - Support hiding sticky note windows in the taskbar (enable in Sticky Note settings). -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.1.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.3.1.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 31c7ebc35aea2..0000000000000 --- a/manifests/a/Appest/Dida/4.3.1.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.1.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - 优化了「便签」的用户体验 - - 支持便签默认置顶、调整字体大小。 - - 支持一键排列,让你的桌面更整洁。 - - 支持任务栏中隐藏便签窗口(可在便签设置中开启)。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.1.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.3.1.0/Appest.Dida.yaml deleted file mode 100644 index 61cc885d94a87..0000000000000 --- a/manifests/a/Appest/Dida/4.3.1.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.1.1/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.3.1.1/Appest.Dida.installer.yaml deleted file mode 100644 index 7468abd258222..0000000000000 --- a/manifests/a/Appest/Dida/4.3.1.1/Appest.Dida.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.1.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4311.exe - InstallerSha256: DC03A03B14A607B10402194A0B71D9FBB1B5426C0A6EB4EDFCE1174CBC824C65 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4311.exe - InstallerSha256: EEE0857A61D5BEC7B0480EA65C5FC796BFB4358429A7D0E5C24FE02A5DB1D034 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.1.1/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.3.1.1/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 9c42e3860bb1f..0000000000000 --- a/manifests/a/Appest/Dida/4.3.1.1/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.1.1 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.1.1/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.3.1.1/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 6f77adf85e7df..0000000000000 --- a/manifests/a/Appest/Dida/4.3.1.1/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.1.1 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.1.1/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.3.1.1/Appest.Dida.yaml deleted file mode 100644 index d8b30be9ecdb9..0000000000000 --- a/manifests/a/Appest/Dida/4.3.1.1/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.1.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.2.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.3.2.0/Appest.Dida.installer.yaml deleted file mode 100644 index 1d362234a23f7..0000000000000 --- a/manifests/a/Appest/Dida/4.3.2.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.2.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-10-24 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4320.exe - InstallerSha256: 5AC74CE2B7CA57CC29D5ED3A8E58291C35824EEA442B2D79A66F978A56F86C6F -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4320.exe - InstallerSha256: 5E691E89F0B4A493515004EF64715150E3D4B650727BA569EE290ECA550C0967 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.2.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.3.2.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index aba8c566a064b..0000000000000 --- a/manifests/a/Appest/Dida/4.3.2.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.2.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - Support courses show in smart lists (enable in the Timetable settings on mobile). - - General fixes and improvements. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.2.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.3.2.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 23502a329d2da..0000000000000 --- a/manifests/a/Appest/Dida/4.3.2.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.2.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 课程支持显示在智能清单中(可在移动端课表设置中开启)。 - - 问题修复与改进 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.2.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.3.2.0/Appest.Dida.yaml deleted file mode 100644 index 401e1d039ff67..0000000000000 --- a/manifests/a/Appest/Dida/4.3.2.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.3.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.3.3.0/Appest.Dida.installer.yaml deleted file mode 100644 index 6038fe35ff1b9..0000000000000 --- a/manifests/a/Appest/Dida/4.3.3.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.3.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-11-10 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4330.exe - InstallerSha256: 4B39C46BA2CED342DA6484FD604297F918397EDC2DC0EEEA44972249D5533511 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4330.exe - InstallerSha256: FB44DE2805F2F2CFDC7E76AA26DA5F482BE7AAADC81A67B007E14F38FF1AC62E -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.3.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.3.3.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index a272bf785e540..0000000000000 --- a/manifests/a/Appest/Dida/4.3.3.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.3.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - Redesigned Habit Detail Page: added statistics like Total completion, which help you track habits more clearly. - - Support habits export into Excel.(Habit > more > export)- Custom sorting is available for Note List now.- Kanban View is available for Note List now. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.3.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.3.3.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 72a926c8c788a..0000000000000 --- a/manifests/a/Appest/Dida/4.3.3.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.3.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 全新的习惯详情页:新增总完成量等数据指标,帮助你更清楚地掌握习惯完成情况。 - - 习惯数据支持导出 Excel(习惯模块 > 更多 > 导出)。 - - 笔记清单支持自定义排序和分组。 - - 笔记清单新增看板视图。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.3.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.3.3.0/Appest.Dida.yaml deleted file mode 100644 index 693bf5fb9788d..0000000000000 --- a/manifests/a/Appest/Dida/4.3.3.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.4.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.3.4.0/Appest.Dida.installer.yaml deleted file mode 100644 index 8e60efae07550..0000000000000 --- a/manifests/a/Appest/Dida/4.3.4.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.4.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-11-23 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4340.exe - InstallerSha256: 6D485A3F9891A7AA5B94D37CF42ED0C474917641BE686103832384C1BE151333 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4340.exe - InstallerSha256: 283AA3F0C16C8E1D43E581D2213475B08373D8B06A9F54541A34DB2410CB66FB -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.4.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.3.4.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index cba741394efe8..0000000000000 --- a/manifests/a/Appest/Dida/4.3.4.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.4.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - Supported show Task Hierarchy when you are arranging tasks in Calendar. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.4.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.3.4.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 61263afa53f48..0000000000000 --- a/manifests/a/Appest/Dida/4.3.4.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.4.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 安排任务时,支持任务按照层级显示。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.4.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.3.4.0/Appest.Dida.yaml deleted file mode 100644 index 4cff436b4c28e..0000000000000 --- a/manifests/a/Appest/Dida/4.3.4.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.4.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.5.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.3.5.0/Appest.Dida.installer.yaml deleted file mode 100644 index ff13e6fe2ba1a..0000000000000 --- a/manifests/a/Appest/Dida/4.3.5.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.5.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2022-12-06 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4350.exe - InstallerSha256: 31D8B80CDF80C6756750F8317BD743B5C7A272493E2693878CF7C1958E048C66 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4350.exe - InstallerSha256: A1C3E6B4C8CBC2B821A30884B3C764A31EBCBB9609F6868660C012E41E52C7B2 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.5.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.3.5.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index e1b18480f997c..0000000000000 --- a/manifests/a/Appest/Dida/4.3.5.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.5.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - Optimized the experience of Sticky Note: - - New dark colors - - Support adjusting the opacity of sticky notes -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.5.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.3.5.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 7c9060abaac09..0000000000000 --- a/manifests/a/Appest/Dida/4.3.5.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.5.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - 优化了「便签」的用户体验 - - 新增深色颜色 - - 支持便签调节不透明度 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.5.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.3.5.0/Appest.Dida.yaml deleted file mode 100644 index 50e1a998c7cec..0000000000000 --- a/manifests/a/Appest/Dida/4.3.5.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.5.1/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.3.5.1/Appest.Dida.installer.yaml deleted file mode 100644 index 7cac569c8cb7a..0000000000000 --- a/manifests/a/Appest/Dida/4.3.5.1/Appest.Dida.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.5.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4351.exe - InstallerSha256: C01943D33F7622525C32735144660A12C4C9E13A77AF11C4A7A9C184313928DE -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4351.exe - InstallerSha256: 7B40281DA6A2254EBE47856FE2FC06B1B7E026DB8CD1C5D594C4CF9934EC8958 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.5.1/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.3.5.1/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 73422c175a278..0000000000000 --- a/manifests/a/Appest/Dida/4.3.5.1/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.5.1 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2022 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.5.1/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.3.5.1/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index ae27edc2049d4..0000000000000 --- a/manifests/a/Appest/Dida/4.3.5.1/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.5.1 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2022 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.3.5.1/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.3.5.1/Appest.Dida.yaml deleted file mode 100644 index da5d948ba6568..0000000000000 --- a/manifests/a/Appest/Dida/4.3.5.1/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.3.5.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.0.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.4.0.0/Appest.Dida.installer.yaml deleted file mode 100644 index 726a0f43d0f64..0000000000000 --- a/manifests/a/Appest/Dida/4.4.0.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4401.exe - InstallerSha256: 336010B530CBB7B2EBE132C16B1221500EBBA2241AE6D1C6CA65DC22DE455E35 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4401.exe - InstallerSha256: CC13A1C506BD8B64246253269ED53CC71E11294FCD25C2AFD0B83AB698DD5FF7 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.0.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.4.0.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 85f65fc419457..0000000000000 --- a/manifests/a/Appest/Dida/4.4.0.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.0.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - Added "Focus" Tab, you can easily start focusing, view focus data, and add focus records in TickTick. - - Supported dragging to adjust the order of "Tab Bar", making it easier to use. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.0.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.4.0.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 807011278832b..0000000000000 --- a/manifests/a/Appest/Dida/4.4.0.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.0.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 新增「专注」模块,你可以在应用中方便地开始专注、查看专注数据以及添加专注记录。 - - 支持拖动调整「功能模块」顺序,使用更顺手。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.0.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.4.0.0/Appest.Dida.yaml deleted file mode 100644 index fbcd1eb01fd99..0000000000000 --- a/manifests/a/Appest/Dida/4.4.0.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.0.2/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.4.0.2/Appest.Dida.installer.yaml deleted file mode 100644 index 021aaf050e2aa..0000000000000 --- a/manifests/a/Appest/Dida/4.4.0.2/Appest.Dida.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.0.2 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4402.exe - InstallerSha256: 58359C9AAB2A77E7502662FF073F87F4983F44150C61F3057EFA78DD46CA26F8 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4402.exe - InstallerSha256: 253C2370AFD4BF6F6C9205DCF978605958B105B861F05D597AD4AEB2617A12D8 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.0.2/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.4.0.2/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index fa9b3bb92fa82..0000000000000 --- a/manifests/a/Appest/Dida/4.4.0.2/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.0.2 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.0.2/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.4.0.2/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index d0734b6d6d9fa..0000000000000 --- a/manifests/a/Appest/Dida/4.4.0.2/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.0.2 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.0.2/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.4.0.2/Appest.Dida.yaml deleted file mode 100644 index b46681b7f2e61..0000000000000 --- a/manifests/a/Appest/Dida/4.4.0.2/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.0.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.0.4/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.4.0.4/Appest.Dida.installer.yaml deleted file mode 100644 index 400b17f590641..0000000000000 --- a/manifests/a/Appest/Dida/4.4.0.4/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.0.4 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-01-03 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4404.exe - InstallerSha256: CC2C0CBBB0E026D1B9E549501C8F03935CA3AACEDF79376DF8AD121EA3CA3849 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4404.exe - InstallerSha256: 4C4255537A43A093EDE44D86DC8086DBF4073B60FC254488A989570996C7C062 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.0.4/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.4.0.4/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 1598095f1893d..0000000000000 --- a/manifests/a/Appest/Dida/4.4.0.4/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.0.4 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - Added "Focus" Tab, you can easily start focusing, view focus data, and add focus records in TickTick. - - Supported dragging to adjust the order of "Tab Bar", making it easier to use. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.0.4/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.4.0.4/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 48acd4157e0c6..0000000000000 --- a/manifests/a/Appest/Dida/4.4.0.4/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.0.4 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 新增「专注」模块,你可以在应用中方便地开始专注、查看专注数据以及添加专注记录。 - - 支持拖动调整「功能模块」顺序,使用更顺手。 - - 4.4.0.4:修复正计时无法保存的问题 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.0.4/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.4.0.4/Appest.Dida.yaml deleted file mode 100644 index 658a9ab153340..0000000000000 --- a/manifests/a/Appest/Dida/4.4.0.4/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.0.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.1.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.4.1.0/Appest.Dida.installer.yaml deleted file mode 100644 index f4976a8e81043..0000000000000 --- a/manifests/a/Appest/Dida/4.4.1.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.1.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-02-01 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4410.exe - InstallerSha256: 0BD707696BAB9572CA606F91170494BAF5499C3BE8509DC914299DDDC7D1D03E -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4410.exe - InstallerSha256: 116AAD8AC3CCB8289FA7884C7C18E7892B1F7AE3401401DFC5A5CC4F6305963B -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.4.1.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.4.1.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index ae8354b16e366..0000000000000 --- a/manifests/a/Appest/Dida/4.4.1.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.1.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - - Supported selecting reminder ringtone and Pomo-ending ringtone. - - General fixes and improvements. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.4.1.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.4.1.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 5f400f84ed209..0000000000000 --- a/manifests/a/Appest/Dida/4.4.1.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.1.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - - 支持选择任务提醒铃声和番茄结束提示音。 - - 问题修复与改进。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.4.1.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.4.1.0/Appest.Dida.yaml deleted file mode 100644 index 50d4e89beeb4c..0000000000000 --- a/manifests/a/Appest/Dida/4.4.1.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.4.2.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.4.2.0/Appest.Dida.installer.yaml deleted file mode 100644 index f134dfbd59fc2..0000000000000 --- a/manifests/a/Appest/Dida/4.4.2.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.2.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-02-19 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4420.exe - InstallerSha256: FF512F57C1B42A623AD54FF96928903BEE72220EE12839C0228CF1691D8F7C2D -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4420.exe - InstallerSha256: CD4988A09C59D6795A869EC3B4B19231B8BB8E57DAECBEDFBE2892F5A8DD88E9 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.4.2.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.4.2.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 0121371b6fffb..0000000000000 --- a/manifests/a/Appest/Dida/4.4.2.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.2.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - Appearance Updated, Added "Display" tab: - - Added "Strikethrough" Style for the completed task, making you feel more accomplished. - - Supported hiding Sidebar Count, relieving your anxiety about numbers. - - - Habits with reminders can be shown on today's calendar timeline, which helps you plan your day better (Habit with multiple reminders, only displaying the upcoming). -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.4.2.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.4.2.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 5adb73bcf2e52..0000000000000 --- a/manifests/a/Appest/Dida/4.4.2.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.2.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - 外观界面更新,新增“显示”模块: - - 已完成任务支持划线样式,获得满满成就感。 - - 侧边栏的任务数量支持隐藏,和数字焦虑 say goodbye。 - - - 设置了提醒时间的习惯,可以显示在今天的时间轴中,以便你更好地规划一天的时间(多个提醒时间的习惯,将会在临近的时间显示)。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.4.2.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.4.2.0/Appest.Dida.yaml deleted file mode 100644 index 0dff162bffade..0000000000000 --- a/manifests/a/Appest/Dida/4.4.2.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.4.3.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.4.3.0/Appest.Dida.installer.yaml deleted file mode 100644 index 6ed15d4e57d7e..0000000000000 --- a/manifests/a/Appest/Dida/4.4.3.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2023/Mar/22 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.3.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-03-12 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4430.exe - InstallerSha256: E97AAB1D1FDA8DA90F8E6108A5DF480167204C3A43BA02765CF7609E0172A074 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4430.exe - InstallerSha256: 33279205A57F61B7B7410D2D7788D0ABC877026BD67A551BF89A6EF4B310DF62 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.3.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.4.3.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index fa6894d6a589d..0000000000000 --- a/manifests/a/Appest/Dida/4.4.3.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Automatically updated by the winget bot at 2023/Mar/22 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.3.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotes: |- - Major Update: Focus Timer - - Do you have goals that require a long-term commitment of time or tasks that need constant focus? - - Now, add "Timer" in Focus Tab and start focusing with just one tap. You can also track the focus trends and historical records easily. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.3.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.4.3.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 8671abe8896cb..0000000000000 --- a/manifests/a/Appest/Dida/4.4.3.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Automatically updated by the winget bot at 2023/Mar/22 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.3.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: |- - 【重磅更新】常用专注 - - 你是否有需要长期投入时间的事情,或者经常专注的任务? - - 现在,你可以在番茄专注模块添加「常用专注」,就可以一键开始专注,同时还可以看到专注时长趋势和历史记录。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.3.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.4.3.0/Appest.Dida.yaml deleted file mode 100644 index 567395c76ebc1..0000000000000 --- a/manifests/a/Appest/Dida/4.4.3.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2023/Mar/22 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.4.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.4.4.0/Appest.Dida.installer.yaml deleted file mode 100644 index 2fbd62f7a522d..0000000000000 --- a/manifests/a/Appest/Dida/4.4.4.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2023/Apr/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.4.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-03-30 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4440.exe - InstallerSha256: 935A6FC42B3D701C8F0BDD682F0BE0095092627AC7792D2CC55C525B73273604 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4440.exe - InstallerSha256: 0482C6F7422435074FE0F0D12CB9D888B62C4B9DDFAD9C3A5DC455CC2E5B3B0E -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.4.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.4.4.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 5b65dbd41e319..0000000000000 --- a/manifests/a/Appest/Dida/4.4.4.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Automatically updated by the winget bot at 2023/Apr/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.4.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotes: '- General fixes and improvements.' -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.4.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.4.4.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 08dd0dcf5a708..0000000000000 --- a/manifests/a/Appest/Dida/4.4.4.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Automatically updated by the winget bot at 2023/Apr/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.4.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: '- 问题修复与改进。' -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.4.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.4.4.0/Appest.Dida.yaml deleted file mode 100644 index 35f50be0b168a..0000000000000 --- a/manifests/a/Appest/Dida/4.4.4.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2023/Apr/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.4.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/Appest/Dida/4.4.4.6/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.4.4.6/Appest.Dida.installer.yaml deleted file mode 100644 index 650b52f97b954..0000000000000 --- a/manifests/a/Appest/Dida/4.4.4.6/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.4.6 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-04-10 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4446.exe - InstallerSha256: 5E8A8B3175CA5D327F5F39B1E3F10CC5D3A6BFE7C0AD34F90A6F47DC8C7B3A7A -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4446.exe - InstallerSha256: AA975FC90354D78E30C09EA05751F96A0061F24F9D270EF97D9EA2EBF06A48CD -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.4.4.6/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.4.4.6/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 8752df19e749e..0000000000000 --- a/manifests/a/Appest/Dida/4.4.4.6/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.4.6 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co. Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: '- General fixes and improvements.' -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.4.4.6/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.4.4.6/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 3d1ac47a058f7..0000000000000 --- a/manifests/a/Appest/Dida/4.4.4.6/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.4.6 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: '- 问题修复与改进。' -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.4.4.6/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.4.4.6/Appest.Dida.yaml deleted file mode 100644 index a4b91326ce1c6..0000000000000 --- a/manifests/a/Appest/Dida/4.4.4.6/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.4.4.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.5.0.0/Appest.Dida.installer.yaml deleted file mode 100644 index e7dd176b924b7..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2023/Apr/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-04-24 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4500.exe - InstallerSha256: 56172BBC26A92A58C125ED49B3AE1E54EED1F8165BCB07660D53BE239F8C7F0F -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4500.exe - InstallerSha256: 93986BED82A74360C5E2A905FC3FD9402FA5971CC6E605F7EC1C0E9F441B2D91 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.5.0.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index ce98e70de1e09..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Automatically updated by the winget bot at 2023/Apr/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotes: |- - 【Major Update】Group & Order: - Managing tasks becomes troublesome as the number of tasks increases. Now, choose "Group" and "Order" to create more combinations, which makes management easier. - Want to find important tasks in the near future? Group tasks by time and then order by priority. Want to view the upcoming tasks in different sections? Group tasks by custom and then order by time. - How to use: Tap "Sort" icon to switch on any list. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.5.0.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 9e7be6a49faab..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Automatically updated by the winget bot at 2023/Apr/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: |- - 【重磅更新】分组与排序功能 - 当清单里的任务越来越多时,管理任务就成了一件麻烦事。现在,你可以自由选择「分组」和「排序」,更轻松地管理任务。 - 想找出近期的重要事项?你可以选择时间分组,优先级排序;想查看不同分组下接下来要做什么?你可以选择自定义分组后,再按时间排序。 - 打开方式:在任意清单的右上角,点击“排序”即可。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.5.0.0/Appest.Dida.yaml deleted file mode 100644 index a09343c2e3ce4..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2023/Apr/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.1/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.5.0.1/Appest.Dida.installer.yaml deleted file mode 100644 index 42581f9e13382..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.1/Appest.Dida.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4501.exe - InstallerSha256: 7E74526B789EA60B48836D7890C8C8A868ABDEAAC3AE0E67B97334A8176C997E -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4501.exe - InstallerSha256: 18668184EEADF093AB9811F4735A54F6586030CFB4C71A8163D33FDD92DA9F0D -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.1/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.5.0.1/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index d17097b1ce899..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.1/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.1 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.1/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.5.0.1/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index cf7c0a8277e93..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.1/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.1 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.1/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.5.0.1/Appest.Dida.yaml deleted file mode 100644 index bec354c311311..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.1/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.6/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.5.0.6/Appest.Dida.installer.yaml deleted file mode 100644 index e427045297e79..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.6/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.5 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.6 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-05-10 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4506.exe - InstallerSha256: 0A52019667521A6F5A0F297F00E4A7B5799492E16991E0A9736E84BDE7CD5223 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4506.exe - InstallerSha256: 9D74962A00FCB51FE63DB4B10B5167DCA334240E5BF98B51219855BF326B3B20 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.6/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.5.0.6/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 3ae82685ca945..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.6/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.5 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.6 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# Agreements: -ReleaseNotes: |- - 【Major Update】Group & Order: - Managing tasks becomes troublesome as the number of tasks increases. Now, choose "Group" and "Order" to create more combinations, which makes management easier. - Want to find important tasks in the near future? Group tasks by time and then order by priority. Want to view the upcoming tasks in different sections? Group tasks by custom and then order by time. - How to use: Tap "Sort" icon to switch on any list. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.6/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.5.0.6/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index d35902308381b..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.6/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.5 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.6 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com/ -PublisherSupportUrl: https://help.dida365.com/ -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com/ -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# Agreements: -ReleaseNotes: |- - 【重磅更新】分组与排序功能 - 当清单里的任务越来越多时,管理任务就成了一件麻烦事。现在,你可以自由选择「分组」和「排序」,更轻松地管理任务。 - 想找出近期的重要事项?你可以选择时间分组,优先级排序;想查看不同分组下接下来要做什么?你可以选择自定义分组后,再按时间排序。 - 打开方式:在任意清单的右上角,点击“排序”即可。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.6/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.5.0.6/Appest.Dida.yaml deleted file mode 100644 index 0aef551815e80..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.6/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.5 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.8/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.5.0.8/Appest.Dida.installer.yaml deleted file mode 100644 index ec6ee8ccb2e36..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.8/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.8 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-05-15 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4508.exe - InstallerSha256: BBA26FE199E6D9A577BF8A6FF2B1853D5E1654EF7A697B2F7C07A8D56293B5D6 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4508.exe - InstallerSha256: F58C752B9656132F9E0E079E319BFEDB80328F9AB60A9E8B731AD78A217CA83B -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.8/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.5.0.8/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index a27e5be6087b2..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.8/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.8 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.8/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.5.0.8/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 7ada4e158223f..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.8/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.8 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: 线上问题修复 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.0.8/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.5.0.8/Appest.Dida.yaml deleted file mode 100644 index f1c1355bfa82d..0000000000000 --- a/manifests/a/Appest/Dida/4.5.0.8/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.0.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.1.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.5.1.0/Appest.Dida.installer.yaml deleted file mode 100644 index 90f23b73c3904..0000000000000 --- a/manifests/a/Appest/Dida/4.5.1.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.1.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-05-25 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4510.exe - InstallerSha256: ECBC68132341466623AD343517AF96CF8E5323F60D4150C49A2CA5CB57BFB253 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4510.exe - InstallerSha256: ECBC68132341466623AD343517AF96CF8E5323F60D4150C49A2CA5CB57BFB253 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.1.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.5.1.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 84ed5498f09f4..0000000000000 --- a/manifests/a/Appest/Dida/4.5.1.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.1.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotes: |- - - Supported selecting whether to display content when reminding, which protect your privacy better. - - General fixes and improvements. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.1.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.5.1.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 2c69672400d4a..0000000000000 --- a/manifests/a/Appest/Dida/4.5.1.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.1.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: |- - - 你可以在设置中选择,提醒时是否显示详细内容,更好地保护你的隐私。 - - 问题修复与改进。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.1.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.5.1.0/Appest.Dida.yaml deleted file mode 100644 index 800ac4d5d6091..0000000000000 --- a/manifests/a/Appest/Dida/4.5.1.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.5.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.5.5.0/Appest.Dida.installer.yaml deleted file mode 100644 index de34714fc0b4b..0000000000000 --- a/manifests/a/Appest/Dida/4.5.5.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.5.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-06-23 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4550.exe - InstallerSha256: 491B8E4625870EBB19446C3012A05C6E3B8BDF541D982D6CB5CDBBD328A0149D -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4550.exe - InstallerSha256: 2D2518D8BE21192F2CEDB520BB4EA3A25188F11D6F27324D6CB5220E695298FD -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.5.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.5.5.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 24ad0b8fd41bf..0000000000000 --- a/manifests/a/Appest/Dida/4.5.5.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.5.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotes: |- - Major Update: New Kanban View - - Enjoy a more intuitive interface and user-friendly experience with our redesigned Kanban View. - - "Today", "Next 7 Days" and other Smart Lists to categorize and manage tasks better. - How to use: Tap "More - Kanban View" to switch on any list. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.5.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.5.5.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 957e103bcb3fe..0000000000000 --- a/manifests/a/Appest/Dida/4.5.5.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.5.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: |- - 【重磅更新】全新看板视图 - - 看板视图设计全新升级,界面更简洁,操作更方便。 - - 支持在“今天”、“最近 7 天”等智能清单中使用看板视图,更好地分类管理任务。 - 打开方式:在任意清单的右上角,选择“更多 - 看板视图”即可。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.5.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.5.5.0/Appest.Dida.yaml deleted file mode 100644 index 1f7a9b21d8ca4..0000000000000 --- a/manifests/a/Appest/Dida/4.5.5.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.5.1/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.5.5.1/Appest.Dida.installer.yaml deleted file mode 100644 index 85b05501382ee..0000000000000 --- a/manifests/a/Appest/Dida/4.5.5.1/Appest.Dida.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.5.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4551.exe - InstallerSha256: 7B79E6CEE87FB6468590D57235F8137A6FFFA08EDE6B7E5DCBF5425440E8CE75 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4551.exe - InstallerSha256: 7FB65060DB3823E9D298AA427D9CF351352E572107B499C491A1DD2F6974C97F -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.5.1/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.5.5.1/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index b2f44c28640df..0000000000000 --- a/manifests/a/Appest/Dida/4.5.5.1/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.5.1 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.5.1/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.5.5.1/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 56d544cee79e1..0000000000000 --- a/manifests/a/Appest/Dida/4.5.5.1/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.5.1 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.5.1/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.5.5.1/Appest.Dida.yaml deleted file mode 100644 index 7b1f42553d800..0000000000000 --- a/manifests/a/Appest/Dida/4.5.5.1/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.5.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.6.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.5.6.0/Appest.Dida.installer.yaml deleted file mode 100644 index 9e9aae3383c7d..0000000000000 --- a/manifests/a/Appest/Dida/4.5.6.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.6.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-07-08 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4560.exe - InstallerSha256: 8B03B7E8AA736C6231F2314087CBDDA3C35AD4664E35DC742D0725F4E73C3124 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4560.exe - InstallerSha256: D667A2573159F8E699F61266A294D708A551B54AB311ABB0142D794BD5183F42 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.6.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.5.6.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index c56fa5fe3ff37..0000000000000 --- a/manifests/a/Appest/Dida/4.5.6.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.6.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotes: '- General fixes and improvements.' -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.6.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.5.6.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index bfae17829bc63..0000000000000 --- a/manifests/a/Appest/Dida/4.5.6.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.6.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: '- 问题修复与改进。' -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.6.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.5.6.0/Appest.Dida.yaml deleted file mode 100644 index 70939f5e4ecbc..0000000000000 --- a/manifests/a/Appest/Dida/4.5.6.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.7.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.5.7.0/Appest.Dida.installer.yaml deleted file mode 100644 index 9d3d8d01b6562..0000000000000 --- a/manifests/a/Appest/Dida/4.5.7.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.7.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-07-26 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4570.exe - InstallerSha256: 91F7A610888C557328A28ABD978FEA84F6EDCB2E75640830BA88254E9EBA5040 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4570.exe - InstallerSha256: A7FCAB5DB43632B13C915830D1029D1385424FB8EFFAB5BACA5218C660FD3D69 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.7.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.5.7.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 4386bc0542d4f..0000000000000 --- a/manifests/a/Appest/Dida/4.5.7.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.7.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotes: '- General fixes and improvements.' -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.7.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.5.7.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 524f7aa3abfef..0000000000000 --- a/manifests/a/Appest/Dida/4.5.7.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.7.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: '- 问题修复与改进。' -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.7.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.5.7.0/Appest.Dida.yaml deleted file mode 100644 index 35d0f064bc8b6..0000000000000 --- a/manifests/a/Appest/Dida/4.5.7.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.7.1/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.5.7.1/Appest.Dida.installer.yaml deleted file mode 100644 index 17f7c5ae16ef5..0000000000000 --- a/manifests/a/Appest/Dida/4.5.7.1/Appest.Dida.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.7.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4571.exe - InstallerSha256: 69CE7794026803CFFA09D309D0C358175CDB97DE3A141F691CBC92668F8F180A -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4571.exe - InstallerSha256: BE11691864185E82BD120AE173FE66099E2EE2681D15575150FCC8A32162FF1E -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.7.1/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.5.7.1/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index c328530efb249..0000000000000 --- a/manifests/a/Appest/Dida/4.5.7.1/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.7.1 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.7.1/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.5.7.1/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 309c48f040b60..0000000000000 --- a/manifests/a/Appest/Dida/4.5.7.1/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.7.1 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.7.1/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.5.7.1/Appest.Dida.yaml deleted file mode 100644 index 6878544f7bd44..0000000000000 --- a/manifests/a/Appest/Dida/4.5.7.1/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.7.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/a/Appest/Dida/4.5.7.5/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.5.7.5/Appest.Dida.installer.yaml deleted file mode 100644 index d1594b929517f..0000000000000 --- a/manifests/a/Appest/Dida/4.5.7.5/Appest.Dida.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.7.5 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4575.exe - InstallerSha256: F2687E20111E664EAD99D1E4AF926A1DDC8A603B5394785916C3ADBCC612E703 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4575.exe - InstallerSha256: 4171B350C8515B6951AF9E67EA2923EE07DA3B5F190F8926DF5B918C5FD86F65 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/4.5.7.5/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.5.7.5/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 5b5eb5039afa1..0000000000000 --- a/manifests/a/Appest/Dida/4.5.7.5/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.7.5 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/4.5.7.5/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.5.7.5/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 5fb3232c8206f..0000000000000 --- a/manifests/a/Appest/Dida/4.5.7.5/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.7.5 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/4.5.7.5/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.5.7.5/Appest.Dida.yaml deleted file mode 100644 index 3067821063334..0000000000000 --- a/manifests/a/Appest/Dida/4.5.7.5/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.7.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/4.5.8.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/4.5.8.0/Appest.Dida.installer.yaml deleted file mode 100644 index 45c3dac7c2592..0000000000000 --- a/manifests/a/Appest/Dida/4.5.8.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2023/Nov/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.8.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-10-08 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_4580.exe - InstallerSha256: 1D1EBBB33F2C82757BB69B9EB030FF6D5AB048BE4AB987ED386DA089F22B2223 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_4580.exe - InstallerSha256: 1E81F7027C6AF407E8339B723F89943C84955CA8EE99E85AA9ECD9B3B9F3BD66 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/4.5.8.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/4.5.8.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index b8935a8174b28..0000000000000 --- a/manifests/a/Appest/Dida/4.5.8.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Automatically updated by the winget bot at 2023/Nov/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.8.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotes: |- - - Optimized the Focus-linked page, you can directly select the recently focused content. - - Added "Wooden fish" white noise, helping you achieve a better state of flow. - - General fixes and improvements. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/4.5.8.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/4.5.8.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 11a7286dfdb31..0000000000000 --- a/manifests/a/Appest/Dida/4.5.8.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Automatically updated by the winget bot at 2023/Nov/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.8.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: |- - - 优化了专注关联页面,可以直接选择最近专注的内容。 - - 新增「木鱼」白噪音,帮助你更好地进入心流状态。 - - 问题修复与改进。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/4.5.8.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/4.5.8.0/Appest.Dida.yaml deleted file mode 100644 index 91a1663e08c99..0000000000000 --- a/manifests/a/Appest/Dida/4.5.8.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2023/Nov/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 4.5.8.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.0.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/5.0.0.0/Appest.Dida.installer.yaml deleted file mode 100644 index 8549748fff8a7..0000000000000 --- a/manifests/a/Appest/Dida/5.0.0.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.0.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-10-28 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_5000.exe - InstallerSha256: A17C4EF3497CE962B16C49B42C45A3376E071D8B7D8DA17F038BC632E40878CD -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_5000.exe - InstallerSha256: BDB16613385346F49ED97E5684A99ECAEA4E4A7735AFE7DB1B2196424DB1CE23 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.0.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/5.0.0.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 96f5d5182d420..0000000000000 --- a/manifests/a/Appest/Dida/5.0.0.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.0.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotes: |- - Brand New V5.0, with Multiple Upgrades: - - - A fresh, cleaner, and lighter UI. - - Enhanced calendar view: scroll up and down freely in the monthly view and swipe left or right in the weekly view for intuitive schedule browsing. - - Added "Multi-Day Calendar View": Easily switch between displaying schedules for 1 to 14 days. - - Added "Multi-Week Calendar View": Focus on the recent 2 to 3 weeks' task with a clear daily task overview. - - Redesigned reminder pop-up and setting interface for a lighter, user-friendly experience. - - Improved list creation: select views and preview styles directly for convenience. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.0.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/5.0.0.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 719b586f6a783..0000000000000 --- a/manifests/a/Appest/Dida/5.0.0.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,52 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.0.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: |- - 全新 V5.0,多重升级等你体验! - - - UI 界面升级,呈现更简洁、更轻盈的外观。 - - 日历视图浏览体验全面升级,月视图支持自由上下滑动,周视图可轻松左右滑动,让日程查看更加直观。 - - 日历新增「多日视图」:你现在可以随心选择展示 1 到 14 天的日程,不论是 10 天的工作计划还是 3 到 5 天的旅行行程,都能得心应手。 - - 日历新增「多周视图」:如果你希望聚焦近 2 到 3 周的工作,多周视图助你一览全貌,清晰了解每天的任务安排。 - - 全新的提醒弹窗和设置界面,外观更轻盈,使用更便利。 - - 优化添加清单功能,支持直接选择视图,预览视图样式。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.0.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/5.0.0.0/Appest.Dida.yaml deleted file mode 100644 index a1cc9d159132c..0000000000000 --- a/manifests/a/Appest/Dida/5.0.0.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.0.1/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/5.0.0.1/Appest.Dida.installer.yaml deleted file mode 100644 index c1a5967f2bab7..0000000000000 --- a/manifests/a/Appest/Dida/5.0.0.1/Appest.Dida.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.0.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_5001.exe - InstallerSha256: 928239F80652FD99049406081438101F1DE72EF44135D5B1190226A9A5668635 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_5001.exe - InstallerSha256: 891299A16DD89CDEB50AEAD70A280CCD8E9313C21C14DD1D0363D49BCFDFD92E -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.0.1/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/5.0.0.1/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 8b995d423ad42..0000000000000 --- a/manifests/a/Appest/Dida/5.0.0.1/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.0.1 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.0.1/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/5.0.0.1/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index b975cf4656d6f..0000000000000 --- a/manifests/a/Appest/Dida/5.0.0.1/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.0.1 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.0.1/Appest.Dida.yaml b/manifests/a/Appest/Dida/5.0.0.1/Appest.Dida.yaml deleted file mode 100644 index 433ffafd3e17e..0000000000000 --- a/manifests/a/Appest/Dida/5.0.0.1/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.0.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.0.2/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/5.0.0.2/Appest.Dida.installer.yaml deleted file mode 100644 index ab29a48b8d072..0000000000000 --- a/manifests/a/Appest/Dida/5.0.0.2/Appest.Dida.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.0.2 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_5002.exe - InstallerSha256: D4E9DA384A4D6C7AF710B2AF74303003E0D09B48BD590F5DF2141CA68AA1C394 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_5002.exe - InstallerSha256: A7AF0B63D0E1E5F3F7CD72F5599DFBD545FD2B633B424890D13D7C9750E29CC8 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.0.2/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/5.0.0.2/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 08c4a1384eb2d..0000000000000 --- a/manifests/a/Appest/Dida/5.0.0.2/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.0.2 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.0.2/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/5.0.0.2/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 2174851b828c5..0000000000000 --- a/manifests/a/Appest/Dida/5.0.0.2/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.0.2 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.0.2/Appest.Dida.yaml b/manifests/a/Appest/Dida/5.0.0.2/Appest.Dida.yaml deleted file mode 100644 index 53f8e08e6d5a9..0000000000000 --- a/manifests/a/Appest/Dida/5.0.0.2/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.0.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.1.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/5.0.1.0/Appest.Dida.installer.yaml deleted file mode 100644 index 9a3fa2ed33e1d..0000000000000 --- a/manifests/a/Appest/Dida/5.0.1.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.1.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-11-15 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_5010.exe - InstallerSha256: BF3F8DB0BC6F10B92103EB48FD15E5275461D74A5A46A54C2DD6FC42FF0963CE -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_5010.exe - InstallerSha256: 5AF6871EEC65BBAA5A901944D36D41F06595ED6327738EBBE0CE5096EA389EC6 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.1.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/5.0.1.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 9e26d84c79d45..0000000000000 --- a/manifests/a/Appest/Dida/5.0.1.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.1.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotes: |- - - Lists and calendars now support independent window display. Simply right-click and choose "Open in New Window" to use. - - Reminder pop-ups support drag-and-drop for position adjustment, preventing content obstruction. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.1.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/5.0.1.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index c4002af3a38fe..0000000000000 --- a/manifests/a/Appest/Dida/5.0.1.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.1.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: |- - - 清单和日历支持独立窗口显示,右键选择“打开新窗口”即可使用。 - - 提醒弹窗支持拖动调整位置,避免遮挡内容。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.1.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/5.0.1.0/Appest.Dida.yaml deleted file mode 100644 index ca1c2e9281dc5..0000000000000 --- a/manifests/a/Appest/Dida/5.0.1.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.2.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/5.0.2.0/Appest.Dida.installer.yaml deleted file mode 100644 index aa8d186634a28..0000000000000 --- a/manifests/a/Appest/Dida/5.0.2.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.2.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-11-30 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_5020.exe - InstallerSha256: 85E0D1BF657F695F0467435753F37F16E21156A4166E9126107B61424CE9069C -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_5020.exe - InstallerSha256: 053C57BDD87467D8805DD134FC6E2C8A521027C594C524A399F44592D3CBD279 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.2.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/5.0.2.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index d841ffb7430a7..0000000000000 --- a/manifests/a/Appest/Dida/5.0.2.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.2.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotes: |- - Optimized Focus Mini Window experience: - - Added 'Circular' and 'Minimalist' styles. You can switch between them in the 'More' menu at the top right corner of the Mini Window. - - Mini Window supports auto-hide when dragged to the edge of the screen to avoid any obstruction of content. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.2.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/5.0.2.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index c80ce9ed6da66..0000000000000 --- a/manifests/a/Appest/Dida/5.0.2.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.2.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: |- - 专注 Mini 窗口体验升级: - - 新增“圆形”、“极简”两种样式,你可以在 Mini 窗口右上角“更多”中切换。 - - Mini 窗口支持拖动到屏幕边缘「贴边隐藏」,避免遮挡内容。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.2.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/5.0.2.0/Appest.Dida.yaml deleted file mode 100644 index 49e232bd7b3b2..0000000000000 --- a/manifests/a/Appest/Dida/5.0.2.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.2.1/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/5.0.2.1/Appest.Dida.installer.yaml deleted file mode 100644 index f25fdeceab76a..0000000000000 --- a/manifests/a/Appest/Dida/5.0.2.1/Appest.Dida.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.2.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_5021.exe - InstallerSha256: C3B7A0283DDD40C75DE883A8A218F028270B240E7BC5C3535D41BD452F48440E -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_5021.exe - InstallerSha256: F99EC759464FA67D2FF28F129D57970D352F00D1AD68D2E816D525A8B2F97707 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.2.1/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/5.0.2.1/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 52b53ab9de8d9..0000000000000 --- a/manifests/a/Appest/Dida/5.0.2.1/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.2.1 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.2.1/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/5.0.2.1/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 2e6755bbe6824..0000000000000 --- a/manifests/a/Appest/Dida/5.0.2.1/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.2.1 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -# ReleaseNotes: -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.2.1/Appest.Dida.yaml b/manifests/a/Appest/Dida/5.0.2.1/Appest.Dida.yaml deleted file mode 100644 index 0ccef4fefa424..0000000000000 --- a/manifests/a/Appest/Dida/5.0.2.1/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.2.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.3.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/5.0.3.0/Appest.Dida.installer.yaml deleted file mode 100644 index baf7990dabe63..0000000000000 --- a/manifests/a/Appest/Dida/5.0.3.0/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.3.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-12-14 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_5030.exe - InstallerSha256: AAC46C3AF602A217BA1CB8B2A1EB5673B8D24460C18BCFB114FCB9333EA0590E -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_5030.exe - InstallerSha256: 89F4B0A33138338601D3C4948AB320702EAC6E790D5F8BF5F66B1AEDD5C9670A -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.3.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/5.0.3.0/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index c1b5c171c78bb..0000000000000 --- a/manifests/a/Appest/Dida/5.0.3.0/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.3.0 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -# CopyrightUrl: -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -# Moniker: -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotes: |- - - The Kanban view supports personalized display settings. You can adjust the size of the Kanban according to your needs, or enable the task input box display to make task addition more quick and convenient. Just click "More" in the upper right corner of the Kanban view and select "View options" to experience this new feature. - - Optimized searching experience, you can directly search the results in real time. - - Fixed the issue where the Focus Mini window couldn't display properly in some cases. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.3.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/5.0.3.0/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index fa89c47d3ee9c..0000000000000 --- a/manifests/a/Appest/Dida/5.0.3.0/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.3.0 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -# CopyrightUrl: -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -# Moniker: -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: |- - - 看板视图支持个性化显示设置,你可以根据自己的需求调整看板尺寸,或者开启任务输入框显示,让任务添加变得更加迅速便捷。只需在看板视图右上角点击“更多”,选择“显示设置”即可体验此全新功能。 - - 优化了搜索体验,输入内容时可以直接实时搜索结果。 - - 修复了某些情况下专注 mini 窗口无法正常显示的问题。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.3.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/5.0.3.0/Appest.Dida.yaml deleted file mode 100644 index a2084b4a7580b..0000000000000 --- a/manifests/a/Appest/Dida/5.0.3.0/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.3.1/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/5.0.3.1/Appest.Dida.installer.yaml deleted file mode 100644 index 39c8c752bdc08..0000000000000 --- a/manifests/a/Appest/Dida/5.0.3.1/Appest.Dida.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2024/Feb/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.3.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- ticktick -ReleaseDate: 2023-12-14 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_5031.exe - InstallerSha256: A16F2DABB00A9D7B5C6F5B64871915ED43B4F9ED3CABAD267E64E231734B8856 -- Architecture: x64 - InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_5031.exe - InstallerSha256: E79F5B41CBB0106EFBDDA220533A695F4307582991657C83075532DBDF1ECA1E -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.3.1/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/5.0.3.1/Appest.Dida.locale.en-US.yaml deleted file mode 100644 index 8a07b85e1635b..0000000000000 --- a/manifests/a/Appest/Dida/5.0.3.1/Appest.Dida.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Automatically updated by the winget bot at 2024/Feb/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.3.1 -PackageLocale: en-US -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: Hangzhou Suibiji Network Technology Co., Ltd. -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: Proprietary -LicenseUrl: https://dida365.com/about/tos -Copyright: © 2023 DIDA Team All rights reserved -ShortDescription: To-Do List & Calendar -Description: |- - Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. - Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. -Tags: -- agenda -- calendar -- checklist -- collaboration -- gtd -- list -- memo -- memorandum -- notes -- schedule -- task -- to-do -- todo -ReleaseNotes: |- - - The Kanban view supports personalized display settings. You can adjust the size of the Kanban according to your needs, or enable the task input box display to make task addition more quick and convenient. Just click "More" in the upper right corner of the Kanban view and select "View options" to experience this new feature. - - Optimized searching experience, you can directly search the results in real time. - - Fixed the issue where the Focus Mini window couldn't display properly in some cases. - - Optimized Focus Mini Window: In the standard style, click 'Expand' in the top right to view focus data. Click the data title to switch and display different data content. -ReleaseNotesUrl: https://www.dida365.com/public/changelog/en.html -PurchaseUrl: https://www.dida365.com/about/upgrade -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.3.1/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/5.0.3.1/Appest.Dida.locale.zh-CN.yaml deleted file mode 100644 index 4d71481866ace..0000000000000 --- a/manifests/a/Appest/Dida/5.0.3.1/Appest.Dida.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Automatically updated by the winget bot at 2024/Feb/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.3.1 -PackageLocale: zh-CN -Publisher: 杭州随笔记网络技术有限公司 -PublisherUrl: https://www.dida365.com -PublisherSupportUrl: https://help.dida365.com -PrivacyUrl: https://dida365.com/about/privacy -Author: 杭州随笔记网络技术有限公司 -PackageName: 滴答清单 -PackageUrl: https://www.dida365.com -License: 专有软件 -LicenseUrl: https://dida365.com/about/tos -Copyright: 版权所有 ©2023 滴答清单团队 保留一切权力 -ShortDescription: 专注日历提醒事项和时间管理番茄钟 -Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 -Tags: -- 任务 -- 列表 -- 协作 -- 协同 -- 备忘 -- 备忘录 -- 待办 -- 待办事项 -- 提醒事项 -- 日历 -- 日程 -- 日程管理 -- 时间管理 -- 清单 -- 笔记 -- 议程 -ReleaseNotes: |- - - 看板视图支持个性化显示设置,你可以根据自己的需求调整看板尺寸,或者开启任务输入框显示,让任务添加变得更加迅速便捷。只需在看板视图右上角点击“更多”,选择“显示设置”即可体验此全新功能。 - - 优化了搜索体验,输入内容时可以直接实时搜索结果。 - - 修复了某些情况下专注 mini 窗口无法正常显示的问题。 - - 优化专注 Mini 窗口:在标准样式下点击右上角的展开,即可查看专注数据。点击数据标题,还可切换显示不同的数据内容。 -ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html -PurchaseUrl: https://www.dida365.com/about/upgrade -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/5.0.3.1/Appest.Dida.yaml b/manifests/a/Appest/Dida/5.0.3.1/Appest.Dida.yaml deleted file mode 100644 index c0fb1d7ef3a6b..0000000000000 --- a/manifests/a/Appest/Dida/5.0.3.1/Appest.Dida.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Feb/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Appest.Dida -PackageVersion: 5.0.3.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Appest/Dida/6.0.2.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/6.0.2.0/Appest.Dida.installer.yaml new file mode 100644 index 0000000000000..5813be1e7dcea --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.2.0/Appest.Dida.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2024/Jul/27 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.2.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- ticktick +ReleaseDate: 2024-07-20 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_6020.exe + InstallerSha256: 73DCD447FB53B9F1D1CF3632E084315EB4263DCD33F1CC2A63F5C7DA424E10BF +- Architecture: x64 + InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_6020.exe + InstallerSha256: 5FA15E10C9D7E8306AF55C44EAE078CFA97FC2B1CEC8725B2D93F39380EB195A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.2.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/6.0.2.0/Appest.Dida.locale.en-US.yaml new file mode 100644 index 0000000000000..75055a13d1878 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.2.0/Appest.Dida.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Automatically updated by the winget bot at 2024/Jul/27 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.2.0 +PackageLocale: en-US +Publisher: 杭州随笔记网络技术有限公司 +PublisherUrl: https://www.dida365.com +PublisherSupportUrl: https://help.dida365.com +PrivacyUrl: https://dida365.com/about/privacy +Author: Hangzhou Suibiji Network Technology Co., Ltd. +PackageName: 滴答清单 +PackageUrl: https://www.dida365.com +License: Proprietary +LicenseUrl: https://dida365.com/about/tos +Copyright: © 2024 DIDA Team All rights reserved +ShortDescription: To-Do List & Calendar +Description: |- + Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. + Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. +Tags: +- agenda +- calendar +- checklist +- collaboration +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + - Optimized Task Dragging: In the calendar monthly view, you can now drag the sides of a task block to set it as a multi-day task. + - Added Volume Adjustment: You can now adjust the reminder volume in "Settings > Notifications". Additionally, you can adjust the volume of white noise when selected. (Available for Win 7 and above) + - General fixes and improvements. +PurchaseUrl: https://www.dida365.com/about/upgrade +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.2.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/6.0.2.0/Appest.Dida.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c22cb816f1a3f --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.2.0/Appest.Dida.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Automatically updated by the winget bot at 2024/Jul/27 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.2.0 +PackageLocale: zh-CN +Publisher: 杭州随笔记网络技术有限公司 +PublisherUrl: https://www.dida365.com +PublisherSupportUrl: https://help.dida365.com +PrivacyUrl: https://dida365.com/about/privacy +Author: 杭州随笔记网络技术有限公司 +PackageName: 滴答清单 +PackageUrl: https://www.dida365.com +License: 专有软件 +LicenseUrl: https://dida365.com/about/tos +Copyright: 版权所有 ©2024 滴答清单团队 保留一切权力 +ShortDescription: 专注日历提醒事项和时间管理番茄钟 +Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotes: |- + - 优化任务拖动体验:在日历月视图中,你可以通过拖动任务块的左右两侧,将任务设置为跨天任务。 + - 新增音量调整功能:现在你可以在“设置 > 提醒与通知”中调整提示音的音量,还可以在选择白噪音时调整白噪音的音量。(适用于 Win 7 及以上版本) + - 问题修复与改进。 +PurchaseUrl: https://www.dida365.com/about/upgrade +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.2.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/6.0.2.0/Appest.Dida.yaml new file mode 100644 index 0000000000000..52001848d7b22 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.2.0/Appest.Dida.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/27 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.3.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/6.0.3.0/Appest.Dida.installer.yaml new file mode 100644 index 0000000000000..8db116d490718 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.3.0/Appest.Dida.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.3.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- ticktick +ReleaseDate: 2024-08-03 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_6030.exe + InstallerSha256: 7BABD06090A9B43735194C4C3C57DA589FE7F42C155A74FC493C5E8717479CA6 +- Architecture: x64 + InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_6030.exe + InstallerSha256: 615C7543EBE98C4EDEB91FD567A23EB6929AFD7388240F49A242AC0EF0F70D67 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.3.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/6.0.3.0/Appest.Dida.locale.en-US.yaml new file mode 100644 index 0000000000000..7a26af9b72384 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.3.0/Appest.Dida.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.3.0 +PackageLocale: en-US +Publisher: 杭州随笔记网络技术有限公司 +PublisherUrl: https://www.dida365.com +PublisherSupportUrl: https://help.dida365.com +PrivacyUrl: https://dida365.com/about/privacy +Author: Hangzhou Suibiji Network Technology Co., Ltd. +PackageName: 滴答清单 +PackageUrl: https://www.dida365.com +License: Proprietary +LicenseUrl: https://dida365.com/about/tos +Copyright: © 2024 DIDA Team All rights reserved +# CopyrightUrl: +ShortDescription: To-Do List & Calendar +Description: |- + Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. + Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaboration +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: '- General fixes and improvements.' +# ReleaseNotesUrl: +PurchaseUrl: https://www.dida365.com/about/upgrade +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.3.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/6.0.3.0/Appest.Dida.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a0e521c2100a1 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.3.0/Appest.Dida.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.3.0 +PackageLocale: zh-CN +Publisher: 杭州随笔记网络技术有限公司 +PublisherUrl: https://www.dida365.com +PublisherSupportUrl: https://help.dida365.com +PrivacyUrl: https://dida365.com/about/privacy +Author: 杭州随笔记网络技术有限公司 +PackageName: 滴答清单 +PackageUrl: https://www.dida365.com +License: 专有软件 +LicenseUrl: https://dida365.com/about/tos +Copyright: 版权所有 ©2024 滴答清单团队 保留一切权力 +# CopyrightUrl: +ShortDescription: 专注日历提醒事项和时间管理番茄钟 +Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotes: '- 问题修复与改进。' +# ReleaseNotesUrl: +PurchaseUrl: https://www.dida365.com/about/upgrade +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.3.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/6.0.3.0/Appest.Dida.yaml new file mode 100644 index 0000000000000..ee85172debf18 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.3.0/Appest.Dida.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.4.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/6.0.4.0/Appest.Dida.installer.yaml new file mode 100644 index 0000000000000..e0dbe701b2110 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.4.0/Appest.Dida.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.4.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- ticktick +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_6040.exe + InstallerSha256: 97A5C1177D600F2306DCAD634ED29A6F6B85EAF06CA6C20B74083617B6C4C852 +- Architecture: x64 + InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_6040.exe + InstallerSha256: 5C285E55A0C1F45CC3C4761984ABC691185E05785AAF3FCE9734F85970300D8E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.4.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/6.0.4.0/Appest.Dida.locale.en-US.yaml new file mode 100644 index 0000000000000..368a9e914eb71 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.4.0/Appest.Dida.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.4.0 +PackageLocale: en-US +Publisher: 杭州随笔记网络技术有限公司 +PublisherUrl: https://www.dida365.com +PublisherSupportUrl: https://help.dida365.com +PrivacyUrl: https://dida365.com/about/privacy +Author: Hangzhou Suibiji Network Technology Co., Ltd. +PackageName: 滴答清单 +PackageUrl: https://www.dida365.com +License: Proprietary +LicenseUrl: https://dida365.com/about/tos +Copyright: © 2024 DIDA Team All rights reserved +# CopyrightUrl: +ShortDescription: To-Do List & Calendar +Description: |- + Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. + Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaboration +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: '- General fixes and improvements.' +# ReleaseNotesUrl: +PurchaseUrl: https://www.dida365.com/about/upgrade +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.4.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/6.0.4.0/Appest.Dida.locale.zh-CN.yaml new file mode 100644 index 0000000000000..70ed4bfdc4ce2 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.4.0/Appest.Dida.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.4.0 +PackageLocale: zh-CN +Publisher: 杭州随笔记网络技术有限公司 +PublisherUrl: https://www.dida365.com +PublisherSupportUrl: https://help.dida365.com +PrivacyUrl: https://dida365.com/about/privacy +Author: 杭州随笔记网络技术有限公司 +PackageName: 滴答清单 +PackageUrl: https://www.dida365.com +License: 专有软件 +LicenseUrl: https://dida365.com/about/tos +Copyright: 版权所有 ©2024 滴答清单团队 保留一切权力 +# CopyrightUrl: +ShortDescription: 专注日历提醒事项和时间管理番茄钟 +Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotes: '- 问题修复与改进。' +# ReleaseNotesUrl: +PurchaseUrl: https://www.dida365.com/about/upgrade +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.4.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/6.0.4.0/Appest.Dida.yaml new file mode 100644 index 0000000000000..17e195203a013 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.4.0/Appest.Dida.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.5.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/6.0.5.0/Appest.Dida.installer.yaml new file mode 100644 index 0000000000000..c845d3bcd78e9 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.5.0/Appest.Dida.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.5.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- ticktick +ReleaseDate: 2024-08-27 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_6050.exe + InstallerSha256: EE7FDB05142DCDBED5E882DBC8426CB38499636B6FFAB0F3405D38F59841B32B +- Architecture: x64 + InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_6050.exe + InstallerSha256: 01FB12EC36861167E284E9695537377BEB655E478DFA431527A5C773E5D81A4B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.5.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/6.0.5.0/Appest.Dida.locale.en-US.yaml new file mode 100644 index 0000000000000..98586a33f97ce --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.5.0/Appest.Dida.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.5.0 +PackageLocale: en-US +Publisher: 杭州随笔记网络技术有限公司 +PublisherUrl: https://www.dida365.com +PublisherSupportUrl: https://help.dida365.com +PrivacyUrl: https://dida365.com/about/privacy +Author: Hangzhou Suibiji Network Technology Co., Ltd. +PackageName: 滴答清单 +PackageUrl: https://www.dida365.com +License: Proprietary +LicenseUrl: https://dida365.com/about/tos +Copyright: © 2024 DIDA Team All rights reserved +# CopyrightUrl: +ShortDescription: To-Do List & Calendar +Description: |- + Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. + Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaboration +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: '- General fixes and improvements.' +# ReleaseNotesUrl: +PurchaseUrl: https://www.dida365.com/about/upgrade +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.5.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/6.0.5.0/Appest.Dida.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f277dadb64a61 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.5.0/Appest.Dida.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.5.0 +PackageLocale: zh-CN +Publisher: 杭州随笔记网络技术有限公司 +PublisherUrl: https://www.dida365.com +PublisherSupportUrl: https://help.dida365.com +PrivacyUrl: https://dida365.com/about/privacy +Author: 杭州随笔记网络技术有限公司 +PackageName: 滴答清单 +PackageUrl: https://www.dida365.com +License: 专有软件 +LicenseUrl: https://dida365.com/about/tos +Copyright: 版权所有 ©2024 滴答清单团队 保留一切权力 +# CopyrightUrl: +ShortDescription: 专注日历提醒事项和时间管理番茄钟 +Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotes: '- 问题修复与改进。' +# ReleaseNotesUrl: +PurchaseUrl: https://www.dida365.com/about/upgrade +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.5.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/6.0.5.0/Appest.Dida.yaml new file mode 100644 index 0000000000000..67d40a65c4497 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.5.0/Appest.Dida.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.6.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/6.0.6.0/Appest.Dida.installer.yaml new file mode 100644 index 0000000000000..0777c8cb69c38 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.6.0/Appest.Dida.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.6.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- ticktick +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.dida365.cn/download/win/dida_win_setup_release_x86_6060.exe + InstallerSha256: F0B7D65F5A64D1D0C1D8420C201BA0CCA51D9438FC99AD5F7F88EC82B2A528C2 +- Architecture: x64 + InstallerUrl: https://cdn.dida365.cn/download/win64/dida_win_setup_release_x64_6060.exe + InstallerSha256: 339EA172272B7462E80844A3C2D45CEE7F0E0C3B000AE9DBEE399CDF9C647662 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.6.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/6.0.6.0/Appest.Dida.locale.en-US.yaml new file mode 100644 index 0000000000000..4e0404aabcd6e --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.6.0/Appest.Dida.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.6.0 +PackageLocale: en-US +Publisher: 杭州随笔记网络技术有限公司 +PublisherUrl: https://www.dida365.com +PublisherSupportUrl: https://help.dida365.com +PrivacyUrl: https://dida365.com/about/privacy +Author: Hangzhou Suibiji Network Technology Co., Ltd. +PackageName: 滴答清单 +PackageUrl: https://www.dida365.com +License: Proprietary +LicenseUrl: https://dida365.com/about/tos +Copyright: © 2024 DIDA Team All rights reserved +ShortDescription: To-Do List & Calendar +Description: |- + Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. + Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. +Tags: +- agenda +- calendar +- checklist +- collaboration +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + - Enhanced custom repeat, you can select specific dates and set it to repeat every X years. + - General fixes and improvements. +PurchaseUrl: https://www.dida365.com/about/upgrade +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.6.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/6.0.6.0/Appest.Dida.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e62861eb2cfc2 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.6.0/Appest.Dida.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.6.0 +PackageLocale: zh-CN +Publisher: 杭州随笔记网络技术有限公司 +PublisherUrl: https://www.dida365.com +PublisherSupportUrl: https://help.dida365.com +PrivacyUrl: https://dida365.com/about/privacy +Author: 杭州随笔记网络技术有限公司 +PackageName: 滴答清单 +PackageUrl: https://www.dida365.com +License: 专有软件 +LicenseUrl: https://dida365.com/about/tos +Copyright: 版权所有 ©2024 滴答清单团队 保留一切权力 +ShortDescription: 专注日历提醒事项和时间管理番茄钟 +Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotes: |- + - 自定义重复功能增强,可以选择具体日期并设置每 x 年的重复频率。 + - 问题修复与改进。 +PurchaseUrl: https://www.dida365.com/about/upgrade +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/Dida/6.0.6.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/6.0.6.0/Appest.Dida.yaml new file mode 100644 index 0000000000000..845f045094f84 --- /dev/null +++ b/manifests/a/Appest/Dida/6.0.6.0/Appest.Dida.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.0.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.2.0/Appest.TickTick.installer.yaml b/manifests/a/Appest/TickTick/6.0.2.0/Appest.TickTick.installer.yaml new file mode 100644 index 0000000000000..16f09b2e5bc2f --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.2.0/Appest.TickTick.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.2.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- ticktick +ReleaseDate: 2024-07-20 +Installers: +- Architecture: x86 + InstallerUrl: https://d2atcrkye2ik4e.cloudfront.net/download/win/tick_win_setup_release_x86_6020.exe + InstallerSha256: D2CD4B0DDD76BA915D799D3F8CB71D900B9587BA3E9054A571A509B55B5A42A9 +- Architecture: x64 + InstallerUrl: https://d2atcrkye2ik4e.cloudfront.net/download/win64/tick_win_setup_release_x64_6020.exe + InstallerSha256: 229E59641947696C35364065C5A4AE080F176EB673B2AE429661E657EE875A6F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.2.0/Appest.TickTick.locale.en-US.yaml b/manifests/a/Appest/TickTick/6.0.2.0/Appest.TickTick.locale.en-US.yaml new file mode 100644 index 0000000000000..bf92b7589d481 --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.2.0/Appest.TickTick.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.2.0 +PackageLocale: en-US +Publisher: Appest.com +PublisherUrl: https://ticktick.com/ +PublisherSupportUrl: https://support.ticktick.com/ +PrivacyUrl: https://www.ticktick.com/about/privacy +Author: Appest Inc. +PackageName: TickTick +PackageUrl: https://www.ticktick.com/ +License: Proprietary +LicenseUrl: https://ticktick.com/about/tos +Copyright: © 2024 TickTick Team All rights reserved +# CopyrightUrl: +ShortDescription: To-Do List & Calendar +Description: TickTick is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, TickTick is always here to help you get stuff done and keep life on track. +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaboration +- gtd +- list +- memo +- memorandum +- notes +- reminder +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + - Optimized Task Dragging: In the calendar monthly view, you can now drag the sides of a task block to set it as a multi-day task. + - Added Volume Adjustment: You can now adjust the reminder volume in "Settings > Notifications". Additionally, you can adjust the volume of white noise when selected. (Available for Win 7 and above) + - General fixes and improvements. +ReleaseNotesUrl: https://www.ticktick.com/public/changelog/en.html +PurchaseUrl: https://www.ticktick.com/about/upgrade +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.2.0/Appest.TickTick.locale.zh-CN.yaml b/manifests/a/Appest/TickTick/6.0.2.0/Appest.TickTick.locale.zh-CN.yaml new file mode 100644 index 0000000000000..449853c41bfd7 --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.2.0/Appest.TickTick.locale.zh-CN.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.2.0 +PackageLocale: zh-CN +Publisher: Appest.com +PublisherUrl: https://ticktick.com/ +PublisherSupportUrl: https://support.ticktick.com/ +PrivacyUrl: https://www.ticktick.com/about/privacy +Author: Appest Inc. +PackageName: TickTick +PackageUrl: https://www.ticktick.com/ +License: 专有软件 +LicenseUrl: https://ticktick.com/about/tos +Copyright: 版权所有©2024 TickTick团队 保留一切权力 +# CopyrightUrl: +ShortDescription: 专注日历提醒事项和时间管理番茄钟 +Description: TickTick,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、 安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。TickTick 集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotes: |- + - 优化任务拖动体验:在日历月视图中,你可以通过拖动任务块的左右两侧,将任务设置为跨天任务。 + - 新增音量调整功能:现在你可以在“设置 > 提醒与通知”中调整提示音的音量,还可以在选择白噪音时调整白噪音的音量。(适用于 Win 7 及以上版本) + - 问题修复与改进。 +ReleaseNotesUrl: https://www.ticktick.com/public/changelog/zh.html +PurchaseUrl: https://www.ticktick.com/about/upgrade +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.2.0/Appest.TickTick.yaml b/manifests/a/Appest/TickTick/6.0.2.0/Appest.TickTick.yaml new file mode 100644 index 0000000000000..98e508bbf09b3 --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.2.0/Appest.TickTick.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.3.0/Appest.TickTick.installer.yaml b/manifests/a/Appest/TickTick/6.0.3.0/Appest.TickTick.installer.yaml new file mode 100644 index 0000000000000..d903e62d9e35e --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.3.0/Appest.TickTick.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.3.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- ticktick +ReleaseDate: 2024-08-03 +Installers: +- Architecture: x86 + InstallerUrl: https://d2atcrkye2ik4e.cloudfront.net/download/win/tick_win_setup_release_x86_6030.exe + InstallerSha256: 5E2DD208FFE0BBE73654A04A6E7314C8470EA720700E1ACA7F39A9C7616C2859 +- Architecture: x64 + InstallerUrl: https://d2atcrkye2ik4e.cloudfront.net/download/win64/tick_win_setup_release_x64_6030.exe + InstallerSha256: C884F8C57AFD8C814BB4FB35E7281C5DB770A498C1B1DF8B33C7AAEF7880CE49 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.3.0/Appest.TickTick.locale.en-US.yaml b/manifests/a/Appest/TickTick/6.0.3.0/Appest.TickTick.locale.en-US.yaml new file mode 100644 index 0000000000000..10c557f1cebe2 --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.3.0/Appest.TickTick.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.3.0 +PackageLocale: en-US +Publisher: Appest.com +PublisherUrl: https://ticktick.com/ +PublisherSupportUrl: https://support.ticktick.com/ +PrivacyUrl: https://www.ticktick.com/about/privacy +Author: Appest Inc. +PackageName: TickTick +PackageUrl: https://www.ticktick.com/ +License: Proprietary +LicenseUrl: https://ticktick.com/about/tos +Copyright: © 2024 TickTick Team All rights reserved +# CopyrightUrl: +ShortDescription: To-Do List & Calendar +Description: TickTick is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, TickTick is always here to help you get stuff done and keep life on track. +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaboration +- gtd +- list +- memo +- memorandum +- notes +- reminder +- schedule +- task +- to-do +- todo +ReleaseNotes: '- General fixes and improvements.' +ReleaseNotesUrl: https://www.ticktick.com/public/changelog/en.html +PurchaseUrl: https://www.ticktick.com/about/upgrade +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.3.0/Appest.TickTick.locale.zh-CN.yaml b/manifests/a/Appest/TickTick/6.0.3.0/Appest.TickTick.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4232e86925fe9 --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.3.0/Appest.TickTick.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.3.0 +PackageLocale: zh-CN +Publisher: Appest.com +PublisherUrl: https://ticktick.com/ +PublisherSupportUrl: https://support.ticktick.com/ +PrivacyUrl: https://www.ticktick.com/about/privacy +Author: Appest Inc. +PackageName: TickTick +PackageUrl: https://www.ticktick.com/ +License: 专有软件 +LicenseUrl: https://ticktick.com/about/tos +Copyright: 版权所有©2024 TickTick团队 保留一切权力 +# CopyrightUrl: +ShortDescription: 专注日历提醒事项和时间管理番茄钟 +Description: TickTick,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、 安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。TickTick 集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotes: '- 问题修复与改进。' +# ReleaseNotesUrl: https://www.ticktick.com/public/changelog/zh.html +PurchaseUrl: https://www.ticktick.com/about/upgrade +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.3.0/Appest.TickTick.yaml b/manifests/a/Appest/TickTick/6.0.3.0/Appest.TickTick.yaml new file mode 100644 index 0000000000000..d6257b776d7a6 --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.3.0/Appest.TickTick.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.4.0/Appest.TickTick.installer.yaml b/manifests/a/Appest/TickTick/6.0.4.0/Appest.TickTick.installer.yaml new file mode 100644 index 0000000000000..54a016050ddc4 --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.4.0/Appest.TickTick.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2024/Aug/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.4.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- ticktick +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x86 + InstallerUrl: https://d2atcrkye2ik4e.cloudfront.net/download/win/tick_win_setup_release_x86_6040.exe + InstallerSha256: 34BB80ED2205FACBE542CB93529694A21BEF3226886426769B6AEC83EBE75542 +- Architecture: x64 + InstallerUrl: https://d2atcrkye2ik4e.cloudfront.net/download/win64/tick_win_setup_release_x64_6040.exe + InstallerSha256: 48AF87C9DF0D4822E161A03DACCCB3C11C02EB35641ABF88493283B90444C1AE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.4.0/Appest.TickTick.locale.en-US.yaml b/manifests/a/Appest/TickTick/6.0.4.0/Appest.TickTick.locale.en-US.yaml new file mode 100644 index 0000000000000..1884c1f0092f9 --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.4.0/Appest.TickTick.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Automatically updated by the winget bot at 2024/Aug/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.4.0 +PackageLocale: en-US +Publisher: Appest.com +PublisherUrl: https://ticktick.com/ +PublisherSupportUrl: https://support.ticktick.com/ +PrivacyUrl: https://www.ticktick.com/about/privacy +Author: Appest Inc. +PackageName: TickTick +PackageUrl: https://www.ticktick.com/ +License: Proprietary +LicenseUrl: https://ticktick.com/about/tos +Copyright: © 2024 TickTick Team All rights reserved +ShortDescription: To-Do List & Calendar +Description: TickTick is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, TickTick is always here to help you get stuff done and keep life on track. +Tags: +- agenda +- calendar +- checklist +- collaboration +- gtd +- list +- memo +- memorandum +- notes +- reminder +- schedule +- task +- to-do +- todo +ReleaseNotes: '- General fixes and improvements.' +ReleaseNotesUrl: https://www.ticktick.com/public/changelog/en.html +PurchaseUrl: https://www.ticktick.com/about/upgrade +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.4.0/Appest.TickTick.locale.zh-CN.yaml b/manifests/a/Appest/TickTick/6.0.4.0/Appest.TickTick.locale.zh-CN.yaml new file mode 100644 index 0000000000000..daa95933ff7fb --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.4.0/Appest.TickTick.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Automatically updated by the winget bot at 2024/Aug/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.4.0 +PackageLocale: zh-CN +Publisher: Appest.com +PublisherUrl: https://ticktick.com/ +PublisherSupportUrl: https://support.ticktick.com/ +PrivacyUrl: https://www.ticktick.com/about/privacy +Author: Appest Inc. +PackageName: TickTick +PackageUrl: https://www.ticktick.com/ +License: 专有软件 +LicenseUrl: https://ticktick.com/about/tos +Copyright: 版权所有©2024 TickTick团队 保留一切权力 +ShortDescription: 专注日历提醒事项和时间管理番茄钟 +Description: TickTick,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、 安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。TickTick 集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotes: '- 问题修复与改进。' +PurchaseUrl: https://www.ticktick.com/about/upgrade +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.4.0/Appest.TickTick.yaml b/manifests/a/Appest/TickTick/6.0.4.0/Appest.TickTick.yaml new file mode 100644 index 0000000000000..d9da15b2ce2ea --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.4.0/Appest.TickTick.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.5.0/Appest.TickTick.installer.yaml b/manifests/a/Appest/TickTick/6.0.5.0/Appest.TickTick.installer.yaml new file mode 100644 index 0000000000000..3a5db57bd4a9f --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.5.0/Appest.TickTick.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.5.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- ticktick +ReleaseDate: 2024-08-27 +Installers: +- Architecture: x86 + InstallerUrl: https://d2atcrkye2ik4e.cloudfront.net/download/win/tick_win_setup_release_x86_6050.exe + InstallerSha256: AA1FAC70E6BC988AA74A479D69CEF47AC8EF5DA8877F9EDC5D25D10C53796653 +- Architecture: x64 + InstallerUrl: https://d2atcrkye2ik4e.cloudfront.net/download/win64/tick_win_setup_release_x64_6050.exe + InstallerSha256: 8BBDF19401F97E80B909DF7CB9A1BA113F0D3626306B09DBF83D24CD77603654 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.5.0/Appest.TickTick.locale.en-US.yaml b/manifests/a/Appest/TickTick/6.0.5.0/Appest.TickTick.locale.en-US.yaml new file mode 100644 index 0000000000000..d47ea5d20d9ff --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.5.0/Appest.TickTick.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.5.0 +PackageLocale: en-US +Publisher: Appest.com +PublisherUrl: https://ticktick.com/ +PublisherSupportUrl: https://support.ticktick.com/ +PrivacyUrl: https://www.ticktick.com/about/privacy +Author: Appest Inc. +PackageName: TickTick +PackageUrl: https://www.ticktick.com/ +License: Proprietary +LicenseUrl: https://ticktick.com/about/tos +Copyright: © 2024 TickTick Team All rights reserved +# CopyrightUrl: +ShortDescription: To-Do List & Calendar +Description: TickTick is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, TickTick is always here to help you get stuff done and keep life on track. +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaboration +- gtd +- list +- memo +- memorandum +- notes +- reminder +- schedule +- task +- to-do +- todo +ReleaseNotes: '- General fixes and improvements.' +ReleaseNotesUrl: https://www.ticktick.com/public/changelog/en.html +PurchaseUrl: https://www.ticktick.com/about/upgrade +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.5.0/Appest.TickTick.locale.zh-CN.yaml b/manifests/a/Appest/TickTick/6.0.5.0/Appest.TickTick.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5e0c07fc6137b --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.5.0/Appest.TickTick.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.5.0 +PackageLocale: zh-CN +Publisher: Appest.com +PublisherUrl: https://ticktick.com/ +PublisherSupportUrl: https://support.ticktick.com/ +PrivacyUrl: https://www.ticktick.com/about/privacy +Author: Appest Inc. +PackageName: TickTick +PackageUrl: https://www.ticktick.com/ +License: 专有软件 +LicenseUrl: https://ticktick.com/about/tos +Copyright: 版权所有©2024 TickTick团队 保留一切权力 +# CopyrightUrl: +ShortDescription: 专注日历提醒事项和时间管理番茄钟 +Description: TickTick,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、 安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。TickTick 集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotes: '- 问题修复与改进。' +# ReleaseNotesUrl: +PurchaseUrl: https://www.ticktick.com/about/upgrade +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Appest/TickTick/6.0.5.0/Appest.TickTick.yaml b/manifests/a/Appest/TickTick/6.0.5.0/Appest.TickTick.yaml new file mode 100644 index 0000000000000..780d77e24e4d1 --- /dev/null +++ b/manifests/a/Appest/TickTick/6.0.5.0/Appest.TickTick.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 6.0.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Apple/AppleMobileDeviceSupport/18.0.0.32/Apple.AppleMobileDeviceSupport.installer.yaml b/manifests/a/Apple/AppleMobileDeviceSupport/18.0.0.32/Apple.AppleMobileDeviceSupport.installer.yaml new file mode 100644 index 0000000000000..d7b7d6b91a666 --- /dev/null +++ b/manifests/a/Apple/AppleMobileDeviceSupport/18.0.0.32/Apple.AppleMobileDeviceSupport.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Apple.AppleMobileDeviceSupport +PackageVersion: 18.0.0.32 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://swcdn.apple.com/content/downloads/19/13/062-80276/vlb319zvkdq52k3pt5u9bkpme78eq51pwv/AppleMobileDeviceSupport.msi + InstallerSha256: FD523DD15A3A15075802D0E5C5B3E72EB1472AE99026F5AC3EC4EFB9306D7945 + ProductCode: '{08AF0282-28DA-480D-8908-0C02813AB6CC}' + AppsAndFeaturesEntries: + - ProductCode: '{08AF0282-28DA-480D-8908-0C02813AB6CC}' + UpgradeCode: '{5CF0656E-F3B8-11DB-BA81-804E56D89593}' +- Architecture: x64 + InstallerUrl: https://swcdn.apple.com/content/downloads/46/07/062-80275/bybvyrfop70uqhmnzo7op4wdaa90f4qb4q/AppleMobileDeviceSupport64.msi + InstallerSha256: F02D26F13A4F99C5384E49C93FA60F8B3B79C80A19F2167E018F751B749BDA86 + ProductCode: '{AF0C3D84-6909-4B48-A335-2EC35087BAB0}' + AppsAndFeaturesEntries: + - ProductCode: '{AF0C3D84-6909-4B48-A335-2EC35087BAB0}' + UpgradeCode: '{5CF0656E-F3B8-11DB-BA81-804E56D89593}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Apple/AppleMobileDeviceSupport/18.0.0.32/Apple.AppleMobileDeviceSupport.locale.en-US.yaml b/manifests/a/Apple/AppleMobileDeviceSupport/18.0.0.32/Apple.AppleMobileDeviceSupport.locale.en-US.yaml new file mode 100644 index 0000000000000..f916c8d79753c --- /dev/null +++ b/manifests/a/Apple/AppleMobileDeviceSupport/18.0.0.32/Apple.AppleMobileDeviceSupport.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Apple.AppleMobileDeviceSupport +PackageVersion: 18.0.0.32 +PackageLocale: en-US +Publisher: Apple Inc. +PublisherUrl: https://www.apple.com/ +PublisherSupportUrl: https://support.apple.com/ +PrivacyUrl: https://www.apple.com/privacy/ +Author: Apple Inc. +PackageName: Apple Mobile Device Support +# PackageUrl: +License: Proprietary +# LicenseUrl: +Copyright: © 2024 Apple Inc. All rights reserved. +CopyrightUrl: https://www.apple.com/legal/intellectual-property/ +ShortDescription: Provides the interface to Apple mobile devices +# Description: +# Moniker: +Tags: +- ipad +- iphone +- ipod +- itunes +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Apple/AppleMobileDeviceSupport/18.0.0.32/Apple.AppleMobileDeviceSupport.locale.zh-CN.yaml b/manifests/a/Apple/AppleMobileDeviceSupport/18.0.0.32/Apple.AppleMobileDeviceSupport.locale.zh-CN.yaml new file mode 100644 index 0000000000000..22e8b6a753738 --- /dev/null +++ b/manifests/a/Apple/AppleMobileDeviceSupport/18.0.0.32/Apple.AppleMobileDeviceSupport.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Apple.AppleMobileDeviceSupport +PackageVersion: 18.0.0.32 +PackageLocale: zh-CN +Publisher: Apple Inc. +PublisherUrl: https://www.apple.com/ +PublisherSupportUrl: https://support.apple.com/ +PrivacyUrl: https://www.apple.com/privacy/ +Author: Apple Inc. +PackageName: Apple Mobile Device Support +# PackageUrl: +License: 专有软件 +# LicenseUrl: +Copyright: © 2024 Apple Inc. 保留一切权利。 +CopyrightUrl: https://www.apple.com/legal/intellectual-property/ +ShortDescription: 为 Apple 移动设备提供接口 +# Description: +# Moniker: +Tags: +- ipad +- iphone +- ipod +- itunes +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Apple/AppleMobileDeviceSupport/18.0.0.32/Apple.AppleMobileDeviceSupport.yaml b/manifests/a/Apple/AppleMobileDeviceSupport/18.0.0.32/Apple.AppleMobileDeviceSupport.yaml new file mode 100644 index 0000000000000..92b00a6198ab7 --- /dev/null +++ b/manifests/a/Apple/AppleMobileDeviceSupport/18.0.0.32/Apple.AppleMobileDeviceSupport.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Apple.AppleMobileDeviceSupport +PackageVersion: 18.0.0.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.installer.yaml b/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.installer.yaml index 8be252aa2048e..9153865fa958e 100644 --- a/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.installer.yaml +++ b/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: Apple.AppleSoftwareUpdate @@ -11,7 +11,7 @@ AppsAndFeaturesEntries: UpgradeCode: '{58E373E7-C6D5-4691-885F-721D3B317918}' Installers: - Architecture: x86 - InstallerUrl: https://swcdn.apple.com/content/downloads/00/30/052-51518/0chs0y79hclrf39w0p17wxzs4dws07h0l8/AppleSoftwareUpdate.msi + InstallerUrl: https://swcdn.apple.com/content/downloads/46/07/062-80275/bybvyrfop70uqhmnzo7op4wdaa90f4qb4q/AppleSoftwareUpdate.msi InstallerSha256: 0610EF6E01C2BA53F57035545F2C61E85B1BAFA6334A47F6DE8A63B060F9A130 ProductCode: '{B292D163-23D2-4523-A699-1ABEC1875609}' ManifestType: installer diff --git a/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.locale.en-US.yaml b/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.locale.en-US.yaml index fb9def9aa6dec..d6c88288148bf 100644 --- a/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.locale.en-US.yaml +++ b/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Apple.AppleSoftwareUpdate diff --git a/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.locale.zh-CN.yaml b/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.locale.zh-CN.yaml index 253fc24db9c8c..7864484dfd78d 100644 --- a/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.locale.zh-CN.yaml +++ b/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Apple.AppleSoftwareUpdate diff --git a/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.yaml b/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.yaml index 2a4868224df02..aecc337476e17 100644 --- a/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.yaml +++ b/manifests/a/Apple/AppleSoftwareUpdate/2.7.0.3/Apple.AppleSoftwareUpdate.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Apple.AppleSoftwareUpdate diff --git a/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.installer.yaml b/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.installer.yaml index 04fc7e6d009c1..452ec603b31d3 100644 --- a/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.installer.yaml +++ b/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: Apple.Bonjour @@ -8,14 +8,14 @@ Scope: machine UpgradeBehavior: install Installers: - Architecture: x86 - InstallerUrl: https://swcdn.apple.com/content/downloads/00/58/052-51517/mrxegomuxjx5ax5asksdaiukfet7kk1wal/Bonjour.msi + InstallerUrl: https://swcdn.apple.com/content/downloads/19/13/062-80276/vlb319zvkdq52k3pt5u9bkpme78eq51pwv/Bonjour.msi InstallerSha256: 7D7B2986D4FD35CC98AF3607B1A5E2E004D6AB1116A4A9DB37A66C17B63B6397 ProductCode: '{D168AAD0-6686-47C1-B599-CDD4888B9D1A}' AppsAndFeaturesEntries: - ProductCode: '{D168AAD0-6686-47C1-B599-CDD4888B9D1A}' UpgradeCode: '{46AE3251-43D6-41CF-8CDF-E902C38516D1}' - Architecture: x64 - InstallerUrl: https://swcdn.apple.com/content/downloads/00/30/052-51518/0chs0y79hclrf39w0p17wxzs4dws07h0l8/Bonjour64.msi + InstallerUrl: https://swcdn.apple.com/content/downloads/46/07/062-80275/bybvyrfop70uqhmnzo7op4wdaa90f4qb4q/Bonjour64.msi InstallerSha256: 46E31E284DA64D6C2D366352B8A8ABCF7DB28D3E2A870D8FCF15C4A6FE0A6DD1 ProductCode: '{56DDDFB8-7F79-4480-89D5-25E1F52AB28F}' AppsAndFeaturesEntries: diff --git a/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.locale.en-US.yaml b/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.locale.en-US.yaml index 8b1003fe0e0fe..f8f6357aecb2d 100644 --- a/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.locale.en-US.yaml +++ b/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Apple.Bonjour diff --git a/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.locale.zh-CN.yaml b/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.locale.zh-CN.yaml index edaf59e53e0c0..6441ef9755a39 100644 --- a/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.locale.zh-CN.yaml +++ b/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Apple.Bonjour diff --git a/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.yaml b/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.yaml index 763ab8da41f0e..cc4638409934e 100644 --- a/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.yaml +++ b/manifests/a/Apple/Bonjour/3.1.0.1/Apple.Bonjour.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Apple.Bonjour diff --git a/manifests/a/Apple/Pkl/0.26.3/Apple.Pkl.installer.yaml b/manifests/a/Apple/Pkl/0.26.3/Apple.Pkl.installer.yaml new file mode 100644 index 0000000000000..f17a3b82a5b8b --- /dev/null +++ b/manifests/a/Apple/Pkl/0.26.3/Apple.Pkl.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Apple.Pkl +PackageVersion: 0.26.3 +InstallerType: portable +Commands: +- pkl +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/apple/pkl/releases/download/0.26.3/pkl-windows-amd64.exe + InstallerSha256: 75E02893A1E00CE6430EB125C624EC2EA146E6465B2D9512766E23846A3CAF3E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Apple/Pkl/0.26.3/Apple.Pkl.locale.en-US.yaml b/manifests/a/Apple/Pkl/0.26.3/Apple.Pkl.locale.en-US.yaml new file mode 100644 index 0000000000000..6a3e95e8c3670 --- /dev/null +++ b/manifests/a/Apple/Pkl/0.26.3/Apple.Pkl.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Apple.Pkl +PackageVersion: 0.26.3 +PackageLocale: en-US +Publisher: Apple +PublisherUrl: https://pkl-lang.org/ +PublisherSupportUrl: https://pkl-lang.org/main/current/community.html +# PrivacyUrl: +Author: Apple Inc. +PackageName: Pkl +PackageUrl: https://pkl-lang.org/ +License: Apache-2.0 +LicenseUrl: https://github.com/apple/pkl/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2024 Apple Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Configuration that is Programmable, Scalable, and Safe +Description: Pkl — pronounced Pickle — is an embeddable configuration language which provides rich support for data templating and validation. It can be used from the command line, integrated in a build pipeline, or embedded in a program. Pkl scales from small to large, simple to complex, ad-hoc to repetitive configuration tasks. +# Moniker: +Tags: +- config +- configuration +- language +- programming +- programming-language +ReleaseNotes: |- + Fixes + - Fixes an issue where CLI argument --property foo="" is effectively parsed as --property foo="true". This is now parsed as an empty string (#596). + - Fixes a regression where amending a globbed import or globbed read results in a PklBugException (#607). + - Fixes an issue around using file() notation when using the pkl-gradle plugin on Windows (#611). +ReleaseNotesUrl: https://pkl-lang.org/main/current/release-notes/changelog.html#release-0.26.3 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://pkl-lang.org/main/current/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Apple/Pkl/0.26.3/Apple.Pkl.locale.zh-CN.yaml b/manifests/a/Apple/Pkl/0.26.3/Apple.Pkl.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0f38b1a58b184 --- /dev/null +++ b/manifests/a/Apple/Pkl/0.26.3/Apple.Pkl.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Apple.Pkl +PackageVersion: 0.26.3 +PackageLocale: zh-CN +Publisher: Apple +PublisherUrl: https://pkl-lang.org/ +PublisherSupportUrl: https://pkl-lang.org/main/current/community.html +# PrivacyUrl: +Author: Apple Inc. +PackageName: Pkl +PackageUrl: https://pkl-lang.org/ +License: Apache-2.0 +LicenseUrl: https://github.com/apple/pkl/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2024 Apple Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 可编程、可扩展和安全的配置 +Description: Pkl - 读作 Pickle - 是一种可嵌入的配置语言,为数据模板化和验证提供了丰富的支持。它可以在命令行中使用,也可以集成到构建管道中,或嵌入到程序中。从小规模到大规模、从简单到复杂、从临时的到重复的配置任务,Pkl 都能应对自如。 +# Moniker: +Tags: +- 编程 +- 编程语言 +- 语言 +- 配置 +# ReleaseNotes: +ReleaseNotesUrl: https://pkl-lang.org/main/current/release-notes/changelog.html#release-0.26.3 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://pkl-lang.org/main/current/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Apple/Pkl/0.26.3/Apple.Pkl.yaml b/manifests/a/Apple/Pkl/0.26.3/Apple.Pkl.yaml new file mode 100644 index 0000000000000..5634638559047 --- /dev/null +++ b/manifests/a/Apple/Pkl/0.26.3/Apple.Pkl.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Apple.Pkl +PackageVersion: 0.26.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.2.4.0/AprelTech.SilentInstallBuilder.Beta.installer.yaml b/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.2.4.0/AprelTech.SilentInstallBuilder.Beta.installer.yaml deleted file mode 100644 index 18ae83ae945ea..0000000000000 --- a/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.2.4.0/AprelTech.SilentInstallBuilder.Beta.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2023/Jan/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: AprelTech.SilentInstallBuilder.Beta -PackageVersion: 6.2.4.0 -Installers: -- InstallerLocale: en-US - Architecture: neutral - InstallerType: wix - InstallerUrl: https://apreltech.com/Downloads/SibSetupBeta.msi - InstallerSha256: 7BAAC330CB224A101D73BC2F44FB0C7E607820F3507ABD3760E10BA818F002AE - ProductCode: '{2452C59D-6240-4A9A-A97F-B925390619E1}' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.2.4.0/AprelTech.SilentInstallBuilder.Beta.locale.en-US.yaml b/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.2.4.0/AprelTech.SilentInstallBuilder.Beta.locale.en-US.yaml deleted file mode 100644 index daa7ab86bf80e..0000000000000 --- a/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.2.4.0/AprelTech.SilentInstallBuilder.Beta.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2023/Jan/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: AprelTech.SilentInstallBuilder.Beta -PackageVersion: 6.2.4.0 -PackageLocale: en-US -Publisher: Aprel Tech, LLC -PackageName: Silent Install Builder Beta -License: EULA APREL Tehnologija d.o.o.(AprelTech) -ShortDescription: The Silent Install Builder is a great tool if you need to quickly install a set of software on a multiple computers. -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.2.4.0/AprelTech.SilentInstallBuilder.Beta.yaml b/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.2.4.0/AprelTech.SilentInstallBuilder.Beta.yaml deleted file mode 100644 index b4a0defaf455c..0000000000000 --- a/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.2.4.0/AprelTech.SilentInstallBuilder.Beta.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2023/Jan/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: AprelTech.SilentInstallBuilder.Beta -PackageVersion: 6.2.4.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.3.3.0/AprelTech.SilentInstallBuilder.Beta.installer.yaml b/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.3.3.0/AprelTech.SilentInstallBuilder.Beta.installer.yaml new file mode 100644 index 0000000000000..c11a9e141585e --- /dev/null +++ b/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.3.3.0/AprelTech.SilentInstallBuilder.Beta.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2024/Jul/22 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: AprelTech.SilentInstallBuilder.Beta +PackageVersion: 6.3.3.0 +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: wix + InstallerUrl: https://apreltech.com/Downloads/SibSetupBeta.msi + InstallerSha256: D160CDEBC2276009F2DE01C00CAD80C33F66C6938C1C89125CC76621839E5537 + ProductCode: '{2452C59D-6330-4A9A-A97F-B925390619E1}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.3.3.0/AprelTech.SilentInstallBuilder.Beta.locale.en-US.yaml b/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.3.3.0/AprelTech.SilentInstallBuilder.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..514211942ef76 --- /dev/null +++ b/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.3.3.0/AprelTech.SilentInstallBuilder.Beta.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2024/Jul/22 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: AprelTech.SilentInstallBuilder.Beta +PackageVersion: 6.3.3.0 +PackageLocale: en-US +Publisher: Aprel Tech, LLC +PackageName: Silent Install Builder Beta +License: EULA APREL Tehnologija d.o.o.(AprelTech) +ShortDescription: The Silent Install Builder is a great tool if you need to quickly install a set of software on a multiple computers. +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.3.3.0/AprelTech.SilentInstallBuilder.Beta.yaml b/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.3.3.0/AprelTech.SilentInstallBuilder.Beta.yaml new file mode 100644 index 0000000000000..3a4412c2755d7 --- /dev/null +++ b/manifests/a/AprelTech/SilentInstallBuilder/Beta/6.3.3.0/AprelTech.SilentInstallBuilder.Beta.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/22 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: AprelTech.SilentInstallBuilder.Beta +PackageVersion: 6.3.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.54.0/AquaSecurity.Trivy.installer.yaml b/manifests/a/AquaSecurity/Trivy/0.54.0/AquaSecurity.Trivy.installer.yaml new file mode 100644 index 0000000000000..47a52bcd94a7c --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.54.0/AquaSecurity.Trivy.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.54.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: trivy.exe +Commands: +- trivy +FileExtensions: +- trivyignore +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aquasecurity/trivy/releases/download/v0.54.0/trivy_0.54.0_windows-64bit.zip + InstallerSha256: 8A267FEB6CE403B73312D3500F933EACED66C73D35AF2F4B4808EFD6DBD3DC57 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.54.0/AquaSecurity.Trivy.locale.en-US.yaml b/manifests/a/AquaSecurity/Trivy/0.54.0/AquaSecurity.Trivy.locale.en-US.yaml new file mode 100644 index 0000000000000..d593897bbddcc --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.54.0/AquaSecurity.Trivy.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.54.0 +PackageLocale: en-US +Publisher: Aqua Security Software +PublisherUrl: https://www.aquasec.com/ +PublisherSupportUrl: https://github.com/aquasecurity/trivy +PackageName: Trivy +PackageUrl: https://aquasecurity.github.io/trivy +License: Apache-2.0 +LicenseUrl: https://github.com/aquasecurity/trivy/blob/HEAD/LICENSE +ShortDescription: Trivy is a comprehensive and versatile security scanner. +Description: Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more +Moniker: trivy +Tags: +- cli +- containers +- devops-tools +- docker +- golang +- infrastructure-as-code +- kubernetes +- sbom +- security +- security-tools +- vulnerability +- vulnerability-detector +- vulnerability-scanners +ReleaseNotes: |- + ⚡Release highlights and summary⚡ + 👉 Changelog +ReleaseNotesUrl: https://github.com/aquasecurity/trivy/releases/tag/v0.54.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.54.0/AquaSecurity.Trivy.yaml b/manifests/a/AquaSecurity/Trivy/0.54.0/AquaSecurity.Trivy.yaml new file mode 100644 index 0000000000000..4509e998e0998 --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.54.0/AquaSecurity.Trivy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.54.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.54.1/AquaSecurity.Trivy.installer.yaml b/manifests/a/AquaSecurity/Trivy/0.54.1/AquaSecurity.Trivy.installer.yaml new file mode 100644 index 0000000000000..a8bd36c3db8f1 --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.54.1/AquaSecurity.Trivy.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.54.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: trivy.exe +Commands: +- trivy +FileExtensions: +- trivyignore +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aquasecurity/trivy/releases/download/v0.54.1/trivy_0.54.1_windows-64bit.zip + InstallerSha256: 133225579AF67CC88616C2BFB75D78BB3535E2839BDF10C694CEBB442D79E0BC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.54.1/AquaSecurity.Trivy.locale.en-US.yaml b/manifests/a/AquaSecurity/Trivy/0.54.1/AquaSecurity.Trivy.locale.en-US.yaml new file mode 100644 index 0000000000000..ea0eede80a513 --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.54.1/AquaSecurity.Trivy.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.54.1 +PackageLocale: en-US +Publisher: Aqua Security Software +PublisherUrl: https://www.aquasec.com/ +PublisherSupportUrl: https://github.com/aquasecurity/trivy +PackageName: Trivy +PackageUrl: https://aquasecurity.github.io/trivy +License: Apache-2.0 +LicenseUrl: https://github.com/aquasecurity/trivy/blob/HEAD/LICENSE +ShortDescription: Trivy is a comprehensive and versatile security scanner. +Description: Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more +Moniker: trivy +Tags: +- cli +- containers +- devops-tools +- docker +- golang +- infrastructure-as-code +- kubernetes +- sbom +- security +- security-tools +- vulnerability +- vulnerability-detector +- vulnerability-scanners +ReleaseNotes: |- + Changelog + - release: v0.54.1 [release/v0.54] (#7282) + - fix(flag): incorrect behavior for deprected flag --clear-cache [backport: release/v0.54] (#7285) + - fix(java): Return error when trying to find a remote pom to avoid segfault [backport: release/v0.54] (#7283) + - fix(plugin): do not call GitHub content API for releases and tags [backport: release/v0.54] (#7279) +ReleaseNotesUrl: https://github.com/aquasecurity/trivy/releases/tag/v0.54.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.54.1/AquaSecurity.Trivy.yaml b/manifests/a/AquaSecurity/Trivy/0.54.1/AquaSecurity.Trivy.yaml new file mode 100644 index 0000000000000..35e18932d7a10 --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.54.1/AquaSecurity.Trivy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.54.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.55.0/AquaSecurity.Trivy.installer.yaml b/manifests/a/AquaSecurity/Trivy/0.55.0/AquaSecurity.Trivy.installer.yaml new file mode 100644 index 0000000000000..83d2fafcb2662 --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.55.0/AquaSecurity.Trivy.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.55.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: trivy.exe +Commands: +- trivy +FileExtensions: +- trivyignore +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aquasecurity/trivy/releases/download/v0.55.0/trivy_0.55.0_windows-64bit.zip + InstallerSha256: 383C64EADCA9E4AAC35D6CBF95A44ED339850D4FABF901EE97E890771DA7388D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.55.0/AquaSecurity.Trivy.locale.en-US.yaml b/manifests/a/AquaSecurity/Trivy/0.55.0/AquaSecurity.Trivy.locale.en-US.yaml new file mode 100644 index 0000000000000..506c7608712ab --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.55.0/AquaSecurity.Trivy.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.55.0 +PackageLocale: en-US +Publisher: Aqua Security Software +PublisherUrl: https://www.aquasec.com/ +PublisherSupportUrl: https://github.com/aquasecurity/trivy +PackageName: Trivy +PackageUrl: https://aquasecurity.github.io/trivy +License: Apache-2.0 +LicenseUrl: https://github.com/aquasecurity/trivy/blob/HEAD/LICENSE +ShortDescription: Trivy is a comprehensive and versatile security scanner. +Description: Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more +Moniker: trivy +Tags: +- cli +- containers +- devops-tools +- docker +- golang +- infrastructure-as-code +- kubernetes +- sbom +- security +- security-tools +- vulnerability +- vulnerability-detector +- vulnerability-scanners +ReleaseNotes: |- + ⚡Release highlights and summary⚡ + 👉Changelog +ReleaseNotesUrl: https://github.com/aquasecurity/trivy/releases/tag/v0.55.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.55.0/AquaSecurity.Trivy.yaml b/manifests/a/AquaSecurity/Trivy/0.55.0/AquaSecurity.Trivy.yaml new file mode 100644 index 0000000000000..90a90afc05d23 --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.55.0/AquaSecurity.Trivy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.55.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.55.1/AquaSecurity.Trivy.installer.yaml b/manifests/a/AquaSecurity/Trivy/0.55.1/AquaSecurity.Trivy.installer.yaml new file mode 100644 index 0000000000000..72207ae973e43 --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.55.1/AquaSecurity.Trivy.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.55.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: trivy.exe +Commands: +- trivy +FileExtensions: +- trivyignore +ReleaseDate: 2024-09-12 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aquasecurity/trivy/releases/download/v0.55.1/trivy_0.55.1_windows-64bit.zip + InstallerSha256: 68526BE256975541E29EBF14B73B03924BAA9029A86A7A8AE617A617BBAD54E6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.55.1/AquaSecurity.Trivy.locale.en-US.yaml b/manifests/a/AquaSecurity/Trivy/0.55.1/AquaSecurity.Trivy.locale.en-US.yaml new file mode 100644 index 0000000000000..fd6323e9fee9b --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.55.1/AquaSecurity.Trivy.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.55.1 +PackageLocale: en-US +Publisher: Aqua Security Software +PublisherUrl: https://www.aquasec.com/ +PublisherSupportUrl: https://github.com/aquasecurity/trivy +PackageName: Trivy +PackageUrl: https://aquasecurity.github.io/trivy +License: Apache-2.0 +LicenseUrl: https://github.com/aquasecurity/trivy/blob/HEAD/LICENSE +ShortDescription: Trivy is a comprehensive and versatile security scanner. +Description: Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more +Moniker: trivy +Tags: +- cli +- containers +- devops-tools +- docker +- golang +- infrastructure-as-code +- kubernetes +- sbom +- security +- security-tools +- vulnerability +- vulnerability-detector +- vulnerability-scanners +ReleaseNotes: |- + ⚡Release highlights and summary⚡ + 👉Changelog +ReleaseNotesUrl: https://github.com/aquasecurity/trivy/releases/tag/v0.55.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.55.1/AquaSecurity.Trivy.yaml b/manifests/a/AquaSecurity/Trivy/0.55.1/AquaSecurity.Trivy.yaml new file mode 100644 index 0000000000000..8da20696ae3cd --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.55.1/AquaSecurity.Trivy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.55.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Araxis/Merge/2023.5954/Araxis.Merge.installer.yaml b/manifests/a/Araxis/Merge/2023.5954/Araxis.Merge.installer.yaml new file mode 100644 index 0000000000000..960011b12faaf --- /dev/null +++ b/manifests/a/Araxis/Merge/2023.5954/Araxis.Merge.installer.yaml @@ -0,0 +1,57 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Araxis.Merge +PackageVersion: "2023.5954" +InstallerType: wix +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Interactive: /qf + Log: /l* +UpgradeBehavior: uninstallPrevious +Installers: +- InstallerLocale: en-GB + MinimumOSVersion: 10.0.0.0 + Architecture: x64 + Scope: machine + InstallerUrl: https://www.araxis.com/download/Merge2023.5954-x64.msi + InstallerSha256: 69aa021913a144c382a85b62fd4ebb557790b1776659671698e334a2b0209f14 + ProductCode: '{6CF4DC4F-9A76-4A24-AE33-CF060312C3E6}' + ElevationRequirement: elevatesSelf +- InstallerLocale: en-GB + MinimumOSVersion: 10.0.0.0 + Architecture: x64 + Scope: user + InstallerUrl: https://www.araxis.com/download/Merge2023.5954-x64.msi + InstallerSha256: 69aa021913a144c382a85b62fd4ebb557790b1776659671698e334a2b0209f14 + InstallerSwitches: + Custom: ALLUSERS=2 MSIINSTALLPERUSER=1 + ProductCode: '{6CF4DC4F-9A76-4A24-AE33-CF060312C3E6}' + UnsupportedArguments: + - location +- InstallerLocale: ja-JP + MinimumOSVersion: 10.0.0.0 + Architecture: x64 + Scope: machine + InstallerUrl: https://www.araxis.com/download/Merge2023.5954-x64-ja.msi + InstallerSha256: 52054192256a4a86b0524f51656ddc45dab7443589071233b355c510bb878e32 + ProductCode: '{89A387A2-4986-420B-8413-1461F74E9FAD}' + ElevationRequirement: elevatesSelf +- InstallerLocale: ja-JP + MinimumOSVersion: 10.0.0.0 + Architecture: x64 + Scope: user + InstallerUrl: https://www.araxis.com/download/Merge2023.5954-x64-ja.msi + InstallerSha256: 52054192256a4a86b0524f51656ddc45dab7443589071233b355c510bb878e32 + InstallerSwitches: + Custom: ALLUSERS=2 MSIINSTALLPERUSER=1 + ProductCode: '{89A387A2-4986-420B-8413-1461F74E9FAD}' + UnsupportedArguments: + - location +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Araxis/Merge/2023.5954/Araxis.Merge.locale.en-GB.yaml b/manifests/a/Araxis/Merge/2023.5954/Araxis.Merge.locale.en-GB.yaml new file mode 100644 index 0000000000000..497140dfbb889 --- /dev/null +++ b/manifests/a/Araxis/Merge/2023.5954/Araxis.Merge.locale.en-GB.yaml @@ -0,0 +1,46 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Araxis.Merge +PackageVersion: "2023.5954" +PackageLocale: en-GB +Publisher: Araxis Ltd +PublisherUrl: https://araxis.com/ +PublisherSupportUrl: https://www.araxis.com/url/support +PrivacyUrl: https://www.araxis.com/legal +Author: Araxis Ltd +PackageName: Araxis Merge +PackageUrl: https://www.araxis.com/url/merge/overview.uri +License: Proprietary +LicenseUrl: https://www.araxis.com/merge/windows/licence-agreement +Copyright: Copyright © 1993–2023 Araxis Ltd. +CopyrightUrl: https://www.araxis.com/legal +ShortDescription: Advanced 2 and 3-way file comparison (diff), merging, and folder synchronization +Moniker: merge +Tags: +- diff +- compare +- comparing +- comparison +- merge +- merging +- two-way +- three-way +- sync +- file +- folder +- git +- scm +- version +- revision +- visual +Agreements: +- AgreementLabel: End-User Licence Agreement for Araxis Merge Software + AgreementUrl: https://www.araxis.com/merge/windows/licence-agreement +ReleaseNotesUrl: https://www.araxis.com/url/merge-windows/release-notes.uri +PurchaseUrl: https://www.araxis.com/url/merge/purchase.uri +Documentations: +- DocumentLabel: Full User Guide + DocumentUrl: https://www.araxis.com/merge/windows/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Araxis/Merge/2023.5954/Araxis.Merge.locale.ja-JP.yaml b/manifests/a/Araxis/Merge/2023.5954/Araxis.Merge.locale.ja-JP.yaml new file mode 100644 index 0000000000000..dba0ebeae66c5 --- /dev/null +++ b/manifests/a/Araxis/Merge/2023.5954/Araxis.Merge.locale.ja-JP.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Araxis.Merge +PackageVersion: "2023.5954" +PackageLocale: ja-JP +ShortDescription: 高度な 2 者間および 3 者間のファイル比較(diff)、マージ、およびフォルダー同期 +Tags: +- diff +- 比較する +- 比べる +- 比較 +- マージ +- 差分 +- 2者間 +- 3者間 +- 同期 +- ファイル +- フォルダー +- git +- scm +- バージョン +- リビジョン +- ビジュアル +Agreements: +- AgreementLabel: Araxis Merge ソフトウェア エンドユーザー ライセンス契約書 + AgreementUrl: https://www.araxis.com/merge/windows/licence-agreement +Documentations: +- DocumentLabel: 完全なユーザー ガイド + DocumentUrl: https://www.araxis.com/merge/windows/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Araxis/Merge/2023.5954/Araxis.Merge.yaml b/manifests/a/Araxis/Merge/2023.5954/Araxis.Merge.yaml new file mode 100644 index 0000000000000..cea51e5fcf8f3 --- /dev/null +++ b/manifests/a/Araxis/Merge/2023.5954/Araxis.Merge.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Araxis.Merge +PackageVersion: "2023.5954" +DefaultLocale: en-GB +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.installer.yaml b/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.installer.yaml index c0894a036f5d6..b7fe50b8de8f0 100644 --- a/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.installer.yaml +++ b/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.installer.yaml @@ -1,23 +1,57 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS0.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Araxis.Merge -PackageVersion: "2024.5981" -AppsAndFeaturesEntries: -- DisplayVersion: 70.30.5981 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -InstallerSwitches: - SilentWithProgress: /qb -UpgradeBehavior: install -Commands: -- merge -ReleaseDate: 2024-01-16 -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.araxis.com/Merge/2024.5981-windows/Merge2024.5981-x64.msi - InstallerSha256: 1281A0FE30FF9421BE65560688A95738127C5FA3F8DC85C6912E49DD1B14E824 - ProductCode: '{130BC526-20E3-4D7C-8F43-C57E2D04ED5F}' -ManifestType: installer -ManifestVersion: 1.6.0 +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Araxis.Merge +PackageVersion: "2024.5981" +InstallerType: wix +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Interactive: /qf + Log: /l* +UpgradeBehavior: uninstallPrevious +Installers: +- InstallerLocale: en-GB + MinimumOSVersion: 10.0.0.0 + Architecture: x64 + Scope: machine + InstallerUrl: https://www.araxis.com/download/Merge2024.5981-x64.msi + InstallerSha256: 1281a0fe30ff9421be65560688a95738127c5fa3f8dc85c6912e49dd1b14e824 + ProductCode: '{130BC526-20E3-4D7C-8F43-C57E2D04ED5F}' + ElevationRequirement: elevatesSelf +- InstallerLocale: en-GB + MinimumOSVersion: 10.0.0.0 + Architecture: x64 + Scope: user + InstallerUrl: https://www.araxis.com/download/Merge2024.5981-x64.msi + InstallerSha256: 1281a0fe30ff9421be65560688a95738127c5fa3f8dc85c6912e49dd1b14e824 + InstallerSwitches: + Custom: ALLUSERS=2 MSIINSTALLPERUSER=1 + ProductCode: '{130BC526-20E3-4D7C-8F43-C57E2D04ED5F}' + UnsupportedArguments: + - location +- InstallerLocale: ja-JP + MinimumOSVersion: 10.0.0.0 + Architecture: x64 + Scope: machine + InstallerUrl: https://www.araxis.com/download/Merge2024.5981-x64-ja.msi + InstallerSha256: 88927dc3be416f6d02592689017f00c862ac7964a4e61af3bdd3fdd05880e540 + ProductCode: '{E48CF6CF-5E77-470C-BA92-4CC5D6B38C3C}' + ElevationRequirement: elevatesSelf +- InstallerLocale: ja-JP + MinimumOSVersion: 10.0.0.0 + Architecture: x64 + Scope: user + InstallerUrl: https://www.araxis.com/download/Merge2024.5981-x64-ja.msi + InstallerSha256: 88927dc3be416f6d02592689017f00c862ac7964a4e61af3bdd3fdd05880e540 + InstallerSwitches: + Custom: ALLUSERS=2 MSIINSTALLPERUSER=1 + ProductCode: '{E48CF6CF-5E77-470C-BA92-4CC5D6B38C3C}' + UnsupportedArguments: + - location +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.locale.en-GB.yaml b/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.locale.en-GB.yaml new file mode 100644 index 0000000000000..3cee609a57da4 --- /dev/null +++ b/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.locale.en-GB.yaml @@ -0,0 +1,46 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Araxis.Merge +PackageVersion: "2024.5981" +PackageLocale: en-GB +Publisher: Araxis Ltd +PublisherUrl: https://araxis.com/ +PublisherSupportUrl: https://www.araxis.com/url/support +PrivacyUrl: https://www.araxis.com/legal +Author: Araxis Ltd +PackageName: Araxis Merge +PackageUrl: https://www.araxis.com/url/merge/overview.uri +License: Proprietary +LicenseUrl: https://www.araxis.com/merge/windows/licence-agreement +Copyright: Copyright © 1993–2024 Araxis Ltd. +CopyrightUrl: https://www.araxis.com/legal +ShortDescription: Advanced 2 and 3-way file comparison (diff), merging, and folder synchronization +Moniker: merge +Tags: +- diff +- compare +- comparing +- comparison +- merge +- merging +- two-way +- three-way +- sync +- file +- folder +- git +- scm +- version +- revision +- visual +Agreements: +- AgreementLabel: End-User Licence Agreement for Araxis Merge Software + AgreementUrl: https://www.araxis.com/merge/windows/licence-agreement +ReleaseNotesUrl: https://www.araxis.com/url/merge-windows/release-notes.uri +PurchaseUrl: https://www.araxis.com/url/merge/purchase.uri +Documentations: +- DocumentLabel: Full User Guide + DocumentUrl: https://www.araxis.com/merge/windows/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.locale.en-US.yaml b/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.locale.en-US.yaml deleted file mode 100644 index 95fd2504e22c2..0000000000000 --- a/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS0.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Araxis.Merge -PackageVersion: "2024.5981" -PackageLocale: en-US -Publisher: Araxis -PublisherUrl: https://www.araxis.com/ -PublisherSupportUrl: https://www.araxis.com/merge/documentation.en -PrivacyUrl: https://www.araxis.com/legal -# Author: -PackageName: Araxis Merge -PackageUrl: https://www.araxis.com/merge -License: Proprietary -LicenseUrl: https://www.araxis.com/merge/windows/licence-agreement.en -Copyright: Copyright (c) Araxis Ltd. -CopyrightUrl: https://www.araxis.com/legal -ShortDescription: Advanced 2 and 3-way file comparison (diff), merging, and folder synchronization -# Description: -# Moniker: -Tags: -- diff -- merge -# ReleaseNotes: -ReleaseNotesUrl: https://www.araxis.com/merge/windows/release-notes.en -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.locale.ja-JP.yaml b/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.locale.ja-JP.yaml new file mode 100644 index 0000000000000..d3e2488590f27 --- /dev/null +++ b/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.locale.ja-JP.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Araxis.Merge +PackageVersion: "2024.5981" +PackageLocale: ja-JP +ShortDescription: 高度な 2 者間および 3 者間のファイル比較(diff)、マージ、およびフォルダー同期 +Tags: +- diff +- 比較する +- 比べる +- 比較 +- マージ +- 差分 +- 2者間 +- 3者間 +- 同期 +- ファイル +- フォルダー +- git +- scm +- バージョン +- リビジョン +- ビジュアル +Agreements: +- AgreementLabel: Araxis Merge ソフトウェア エンドユーザー ライセンス契約書 + AgreementUrl: https://www.araxis.com/merge/windows/licence-agreement +Documentations: +- DocumentLabel: 完全なユーザー ガイド + DocumentUrl: https://www.araxis.com/merge/windows/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.yaml b/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.yaml index 92a60f4de90b7..3647984706542 100644 --- a/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.yaml +++ b/manifests/a/Araxis/Merge/2024.5981/Araxis.Merge.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS0.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Araxis.Merge -PackageVersion: "2024.5981" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Araxis.Merge +PackageVersion: "2024.5981" +DefaultLocale: en-GB +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Araxis/Merge/2024.6001/Araxis.Merge.installer.yaml b/manifests/a/Araxis/Merge/2024.6001/Araxis.Merge.installer.yaml new file mode 100644 index 0000000000000..476dba0d357d7 --- /dev/null +++ b/manifests/a/Araxis/Merge/2024.6001/Araxis.Merge.installer.yaml @@ -0,0 +1,57 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Araxis.Merge +PackageVersion: "2024.6001" +InstallerType: wix +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Interactive: /qf + Log: /l* +UpgradeBehavior: uninstallPrevious +Installers: +- InstallerLocale: en-GB + MinimumOSVersion: 10.0.0.0 + Architecture: x64 + Scope: machine + InstallerUrl: https://www.araxis.com/download/Merge2024.6001-x64.msi + InstallerSha256: 8e55fd72f55ccde3ced25ffab20a37d1c29658158a252a25664a7a7bcb22719d + ProductCode: '{4C569666-1CC6-4103-B10C-934DC08D72B1}' + ElevationRequirement: elevatesSelf +- InstallerLocale: en-GB + MinimumOSVersion: 10.0.0.0 + Architecture: x64 + Scope: user + InstallerUrl: https://www.araxis.com/download/Merge2024.6001-x64.msi + InstallerSha256: 8e55fd72f55ccde3ced25ffab20a37d1c29658158a252a25664a7a7bcb22719d + InstallerSwitches: + Custom: ALLUSERS=2 MSIINSTALLPERUSER=1 + ProductCode: '{4C569666-1CC6-4103-B10C-934DC08D72B1}' + UnsupportedArguments: + - location +- InstallerLocale: ja-JP + MinimumOSVersion: 10.0.0.0 + Architecture: x64 + Scope: machine + InstallerUrl: https://www.araxis.com/download/Merge2024.6001-x64-ja.msi + InstallerSha256: c462f8dc8dcdcc858b8f80927a1d81232c58bd277c18d51cff406cab7d5beb63 + ProductCode: '{292528AA-62DC-4FA3-B027-E632E015373F}' + ElevationRequirement: elevatesSelf +- InstallerLocale: ja-JP + MinimumOSVersion: 10.0.0.0 + Architecture: x64 + Scope: user + InstallerUrl: https://www.araxis.com/download/Merge2024.6001-x64-ja.msi + InstallerSha256: c462f8dc8dcdcc858b8f80927a1d81232c58bd277c18d51cff406cab7d5beb63 + InstallerSwitches: + Custom: ALLUSERS=2 MSIINSTALLPERUSER=1 + ProductCode: '{292528AA-62DC-4FA3-B027-E632E015373F}' + UnsupportedArguments: + - location +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Araxis/Merge/2024.6001/Araxis.Merge.locale.en-GB.yaml b/manifests/a/Araxis/Merge/2024.6001/Araxis.Merge.locale.en-GB.yaml new file mode 100644 index 0000000000000..e7a403d58708a --- /dev/null +++ b/manifests/a/Araxis/Merge/2024.6001/Araxis.Merge.locale.en-GB.yaml @@ -0,0 +1,46 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Araxis.Merge +PackageVersion: "2024.6001" +PackageLocale: en-GB +Publisher: Araxis Ltd +PublisherUrl: https://araxis.com/ +PublisherSupportUrl: https://www.araxis.com/url/support +PrivacyUrl: https://www.araxis.com/legal +Author: Araxis Ltd +PackageName: Araxis Merge +PackageUrl: https://www.araxis.com/url/merge/overview.uri +License: Proprietary +LicenseUrl: https://www.araxis.com/merge/windows/licence-agreement +Copyright: Copyright © 1993–2024 Araxis Ltd. +CopyrightUrl: https://www.araxis.com/legal +ShortDescription: Advanced 2 and 3-way file comparison (diff), merging, and folder synchronization +Moniker: merge +Tags: +- diff +- compare +- comparing +- comparison +- merge +- merging +- two-way +- three-way +- sync +- file +- folder +- git +- scm +- version +- revision +- visual +Agreements: +- AgreementLabel: End-User Licence Agreement for Araxis Merge Software + AgreementUrl: https://www.araxis.com/merge/windows/licence-agreement +ReleaseNotesUrl: https://www.araxis.com/url/merge-windows/release-notes.uri +PurchaseUrl: https://www.araxis.com/url/merge/purchase.uri +Documentations: +- DocumentLabel: Full User Guide + DocumentUrl: https://www.araxis.com/merge/windows/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Araxis/Merge/2024.6001/Araxis.Merge.locale.ja-JP.yaml b/manifests/a/Araxis/Merge/2024.6001/Araxis.Merge.locale.ja-JP.yaml new file mode 100644 index 0000000000000..9925965bcc55a --- /dev/null +++ b/manifests/a/Araxis/Merge/2024.6001/Araxis.Merge.locale.ja-JP.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Araxis.Merge +PackageVersion: "2024.6001" +PackageLocale: ja-JP +ShortDescription: 高度な 2 者間および 3 者間のファイル比較(diff)、マージ、およびフォルダー同期 +Tags: +- diff +- 比較する +- 比べる +- 比較 +- マージ +- 差分 +- 2者間 +- 3者間 +- 同期 +- ファイル +- フォルダー +- git +- scm +- バージョン +- リビジョン +- ビジュアル +Agreements: +- AgreementLabel: Araxis Merge ソフトウェア エンドユーザー ライセンス契約書 + AgreementUrl: https://www.araxis.com/merge/windows/licence-agreement +Documentations: +- DocumentLabel: 完全なユーザー ガイド + DocumentUrl: https://www.araxis.com/merge/windows/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Araxis/Merge/2024.6001/Araxis.Merge.yaml b/manifests/a/Araxis/Merge/2024.6001/Araxis.Merge.yaml new file mode 100644 index 0000000000000..7074d58ed34ea --- /dev/null +++ b/manifests/a/Araxis/Merge/2024.6001/Araxis.Merge.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Araxis.Merge +PackageVersion: "2024.6001" +DefaultLocale: en-GB +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Argotronic/ArgusMonitor/7.0.8.2762/Argotronic.ArgusMonitor.installer.yaml b/manifests/a/Argotronic/ArgusMonitor/7.0.8.2762/Argotronic.ArgusMonitor.installer.yaml deleted file mode 100644 index 3989986596980..0000000000000 --- a/manifests/a/Argotronic/ArgusMonitor/7.0.8.2762/Argotronic.ArgusMonitor.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Argotronic.ArgusMonitor -PackageVersion: 7.0.8.2762 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -UpgradeBehavior: install -AppsAndFeaturesEntries: -- ProductCode: ArgusMonitor - DisplayVersion: 7.0.8.2762 -Installers: -- Architecture: x86 - InstallerUrl: https://www.argusmonitor.com/downloads/ArgusMonitor_Setup.exe - InstallerSha256: 12F93A31ADB4532DEB1283443466D09222540DBDC53B5E1AAC6F05DDF7F4D9A6 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Argotronic/ArgusMonitor/7.0.8.2762/Argotronic.ArgusMonitor.yaml b/manifests/a/Argotronic/ArgusMonitor/7.0.8.2762/Argotronic.ArgusMonitor.yaml deleted file mode 100644 index cc3b981bb6626..0000000000000 --- a/manifests/a/Argotronic/ArgusMonitor/7.0.8.2762/Argotronic.ArgusMonitor.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Argotronic.ArgusMonitor -PackageVersion: 7.0.8.2762 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Argotronic/ArgusMonitor/7.1.2.2780/Argotronic.ArgusMonitor.installer.yaml b/manifests/a/Argotronic/ArgusMonitor/7.1.2.2780/Argotronic.ArgusMonitor.installer.yaml new file mode 100644 index 0000000000000..330e17b9ebd39 --- /dev/null +++ b/manifests/a/Argotronic/ArgusMonitor/7.1.2.2780/Argotronic.ArgusMonitor.installer.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2024/Aug/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Argotronic.ArgusMonitor +PackageVersion: 7.1.2.2780 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: ArgusMonitor + DisplayVersion: 7.1.2.2780 +Installers: +- Architecture: x86 + InstallerUrl: https://www.argusmonitor.com/downloads/ArgusMonitor_Setup.exe + InstallerSha256: D6E23DE1A19C02BBF53CA49A09F332933DBD082DE48560A689BA6EDDC46BA1C8 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/Argotronic/ArgusMonitor/7.0.8.2762/Argotronic.ArgusMonitor.locale.en-US.yaml b/manifests/a/Argotronic/ArgusMonitor/7.1.2.2780/Argotronic.ArgusMonitor.locale.en-US.yaml similarity index 89% rename from manifests/a/Argotronic/ArgusMonitor/7.0.8.2762/Argotronic.ArgusMonitor.locale.en-US.yaml rename to manifests/a/Argotronic/ArgusMonitor/7.1.2.2780/Argotronic.ArgusMonitor.locale.en-US.yaml index abc1947fda833..e1a2844cb5c6e 100644 --- a/manifests/a/Argotronic/ArgusMonitor/7.0.8.2762/Argotronic.ArgusMonitor.locale.en-US.yaml +++ b/manifests/a/Argotronic/ArgusMonitor/7.1.2.2780/Argotronic.ArgusMonitor.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jun/05 +# Automatically updated by the winget bot at 2024/Aug/02 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Argotronic.ArgusMonitor -PackageVersion: 7.0.8.2762 +PackageVersion: 7.1.2.2780 PackageLocale: en-US Publisher: Argotronic GmbH PublisherUrl: https://www.argusmonitor.com/ diff --git a/manifests/a/Argotronic/ArgusMonitor/7.1.2.2780/Argotronic.ArgusMonitor.yaml b/manifests/a/Argotronic/ArgusMonitor/7.1.2.2780/Argotronic.ArgusMonitor.yaml new file mode 100644 index 0000000000000..9e59f6a347569 --- /dev/null +++ b/manifests/a/Argotronic/ArgusMonitor/7.1.2.2780/Argotronic.ArgusMonitor.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Argotronic.ArgusMonitor +PackageVersion: 7.1.2.2780 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.4/Arks-Layer.PSO2Tweaker.installer.yaml b/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.4/Arks-Layer.PSO2Tweaker.installer.yaml deleted file mode 100644 index 818a001192132..0000000000000 --- a/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.4/Arks-Layer.PSO2Tweaker.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=AUSU.CRLF.5-1-19041-3930.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Arks-Layer.PSO2Tweaker -PackageVersion: 6.2.1.4 -InstallerType: portable -Commands: - - pso2-tweaker -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/Aida-Enna/PSO2TweakerReleases/raw/master/6.2.1.4/PSO2%20Tweaker.exe - InstallerSha256: C3E2A857D85A09A580427E11A851775413E8309335FDCE4691CD6BD075636A01 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.4/Arks-Layer.PSO2Tweaker.locale.en-US.yaml b/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.4/Arks-Layer.PSO2Tweaker.locale.en-US.yaml deleted file mode 100644 index 225f0f8897cde..0000000000000 --- a/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.4/Arks-Layer.PSO2Tweaker.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=AUSU.CRLF.5-1-19041-3930.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Arks-Layer.PSO2Tweaker -PackageVersion: 6.2.1.4 -PackageLocale: en-US -Publisher: Arks-Layer -PublisherUrl: http://arks-layer.com -PublisherSupportUrl: https://github.com/Aida-Enna/PSO2TweakerReleases/issues -# PrivacyUrl: -# Author: -PackageName: PSO2 Tweaker -PackageUrl: https://github.com/Aida-Enna/PSO2TweakerReleases -License: Proprietary -# LicenseUrl: -Copyright: Copyright ©2023 -# CopyrightUrl: -ShortDescription: A replacement for the normal PSO2 launcher, used to update, patch, and launch the Japanese and Global versions of the game. -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.4/Arks-Layer.PSO2Tweaker.yaml b/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.4/Arks-Layer.PSO2Tweaker.yaml deleted file mode 100644 index 5a5be890ce5cd..0000000000000 --- a/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.4/Arks-Layer.PSO2Tweaker.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=AUSU.CRLF.5-1-19041-3930.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Arks-Layer.PSO2Tweaker -PackageVersion: 6.2.1.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.5/Arks-Layer.PSO2Tweaker.installer.yaml b/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.5/Arks-Layer.PSO2Tweaker.installer.yaml new file mode 100644 index 0000000000000..91d5c97591004 --- /dev/null +++ b/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.5/Arks-Layer.PSO2Tweaker.installer.yaml @@ -0,0 +1,14 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Arks-Layer.PSO2Tweaker +PackageVersion: 6.2.1.5 +InstallerType: portable +Commands: +- pso2-tweaker +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Aida-Enna/PSO2TweakerReleases/raw/master/6.2.1.5/PSO2%20Tweaker.exe + InstallerSha256: 55F204B82DC4869480BC4EAF63066B0993F989D0468829FA25C53554A72FC21B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.5/Arks-Layer.PSO2Tweaker.locale.en-US.yaml b/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.5/Arks-Layer.PSO2Tweaker.locale.en-US.yaml new file mode 100644 index 0000000000000..bc26d15af4b60 --- /dev/null +++ b/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.5/Arks-Layer.PSO2Tweaker.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Arks-Layer.PSO2Tweaker +PackageVersion: 6.2.1.5 +PackageLocale: en-US +Publisher: Arks-Layer +PublisherUrl: http://arks-layer.com/ +PublisherSupportUrl: https://github.com/Aida-Enna/PSO2TweakerReleases/issues +PackageName: PSO2 Tweaker +PackageUrl: https://github.com/Aida-Enna/PSO2TweakerReleases +License: Proprietary +Copyright: Copyright ©2023 +ShortDescription: A replacement for the normal PSO2 launcher, used to update, patch, and launch the Japanese and Global versions of the game. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.5/Arks-Layer.PSO2Tweaker.yaml b/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.5/Arks-Layer.PSO2Tweaker.yaml new file mode 100644 index 0000000000000..b97c9bd0ed7a5 --- /dev/null +++ b/manifests/a/Arks-Layer/PSO2Tweaker/6.2.1.5/Arks-Layer.PSO2Tweaker.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Arks-Layer.PSO2Tweaker +PackageVersion: 6.2.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Arm/GnuArmEmbeddedToolchain/13.3 2024.07/Arm.GnuArmEmbeddedToolchain.installer.yaml b/manifests/a/Arm/GnuArmEmbeddedToolchain/13.3 2024.07/Arm.GnuArmEmbeddedToolchain.installer.yaml new file mode 100644 index 0000000000000..a5f515e52aead --- /dev/null +++ b/manifests/a/Arm/GnuArmEmbeddedToolchain/13.3 2024.07/Arm.GnuArmEmbeddedToolchain.installer.yaml @@ -0,0 +1,14 @@ +PackageIdentifier: Arm.GnuArmEmbeddedToolchain +PackageVersion: 13.3 2024.07 +InstallerType: exe +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + Custom: /P /R +ReleaseDate: 2024-07-04 +Installers: +- Architecture: x86 + InstallerUrl: https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu/13.3.rel1/binrel/arm-gnu-toolchain-13.3.rel1-mingw-w64-i686-arm-none-eabi.exe + InstallerSha256: cabeba12c1122a185aa7a6a56ad47ed5611e74359f73b7f0d13427d8a7437c99 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Arm/GnuArmEmbeddedToolchain/13.3 2024.07/Arm.GnuArmEmbeddedToolchain.locale.en-US.yaml b/manifests/a/Arm/GnuArmEmbeddedToolchain/13.3 2024.07/Arm.GnuArmEmbeddedToolchain.locale.en-US.yaml new file mode 100644 index 0000000000000..b9b468a5fe9ca --- /dev/null +++ b/manifests/a/Arm/GnuArmEmbeddedToolchain/13.3 2024.07/Arm.GnuArmEmbeddedToolchain.locale.en-US.yaml @@ -0,0 +1,14 @@ +PackageIdentifier: Arm.GnuArmEmbeddedToolchain +PackageVersion: 13.3 2024.07 +PackageLocale: en-US +Publisher: ARM Holdings +PackageName: GNU Arm Embedded Toolchain +PackageUrl: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm +License: GPL v3 +ShortDescription: The GNU Arm Embedded toolchain contains integrated and validated packages featuring the GCC compiler, libraries and other tools necessary for bare-metal software development on devices based on 32-bit Arm Cortex-A, Cortex-R and Cortex-M processors. +Tags: +- arm +- gcc +- aarch32 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Arm/GnuArmEmbeddedToolchain/13.3 2024.07/Arm.GnuArmEmbeddedToolchain.yaml b/manifests/a/Arm/GnuArmEmbeddedToolchain/13.3 2024.07/Arm.GnuArmEmbeddedToolchain.yaml new file mode 100644 index 0000000000000..4e12fa3791d99 --- /dev/null +++ b/manifests/a/Arm/GnuArmEmbeddedToolchain/13.3 2024.07/Arm.GnuArmEmbeddedToolchain.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: Arm.GnuArmEmbeddedToolchain +PackageVersion: 13.3 2024.07 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/ArmCord/ArmCord/3.2.8/ArmCord.ArmCord.installer.yaml b/manifests/a/ArmCord/ArmCord/3.2.8/ArmCord.ArmCord.installer.yaml new file mode 100644 index 0000000000000..532e4d52f1171 --- /dev/null +++ b/manifests/a/ArmCord/ArmCord/3.2.8/ArmCord.ArmCord.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: ArmCord.ArmCord +PackageVersion: 3.2.8 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ReleaseDate: 2024-08-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ArmCord/ArmCord/releases/download/v3.2.8/ArmCord.Setup.3.2.8.exe + InstallerSha256: EF698A3A3261E5DBD9472741BEA4DD85EFD2BABED6CB0DC2E83B301F60B3DCB6 +- Architecture: arm64 + InstallerUrl: https://github.com/ArmCord/ArmCord/releases/download/v3.2.8/ArmCord.Setup.3.2.8.ARM64.exe + InstallerSha256: BDFC22CB5A9FD3A5D4F7240D6BC8B2B27EC3807BBFAD2B691CEF876901597CDE +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/ArmCord/ArmCord/3.2.8/ArmCord.ArmCord.locale.en-US.yaml b/manifests/a/ArmCord/ArmCord/3.2.8/ArmCord.ArmCord.locale.en-US.yaml new file mode 100644 index 0000000000000..c750493408245 --- /dev/null +++ b/manifests/a/ArmCord/ArmCord/3.2.8/ArmCord.ArmCord.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: ArmCord.ArmCord +PackageVersion: 3.2.8 +PackageLocale: en-US +Publisher: smartfrigde +PublisherUrl: https://armcord.xyz +PublisherSupportUrl: https://github.com/ArmCord/ArmCord/issues +PackageName: ArmCord +PackageUrl: https://www.armcord.xyz +License: OSL-3.0 +LicenseUrl: https://github.com/ArmCord/ArmCord/blob/dev/LICENSE +ShortDescription: ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight. +Tags: +- arm +- arm64 +- chat +- discord +- electron +- gaming +- voice +- voice-chat +- voip +ReleaseNotes: |- + What's Changed + - arRPC is now fixed, + - Screenshare fixes from upcoming 3.3.0 are included (new audio toggle on Windows, correct windows are selected when you make a choice, your system audio won't mute when screensharing, etc.), + - The keybind maker button has been removed as it was unnecessary, +ReleaseNotesUrl: https://github.com/ArmCord/ArmCord/releases/tag/v3.2.8 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/a/ArmCord/ArmCord/3.2.8/ArmCord.ArmCord.yaml b/manifests/a/ArmCord/ArmCord/3.2.8/ArmCord.ArmCord.yaml new file mode 100644 index 0000000000000..220d994cae133 --- /dev/null +++ b/manifests/a/ArmCord/ArmCord/3.2.8/ArmCord.ArmCord.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: ArmCord.ArmCord +PackageVersion: 3.2.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/ArmCord/ArmCord/3.3.0/ArmCord.ArmCord.installer.yaml b/manifests/a/ArmCord/ArmCord/3.3.0/ArmCord.ArmCord.installer.yaml new file mode 100644 index 0000000000000..8bc433f3625ca --- /dev/null +++ b/manifests/a/ArmCord/ArmCord/3.3.0/ArmCord.ArmCord.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: ArmCord.ArmCord +PackageVersion: 3.3.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ReleaseDate: 2024-08-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ArmCord/ArmCord/releases/download/v3.3.0/ArmCord-3.3.0-win-x64.exe + InstallerSha256: 40201C16249BEDF00D5F1D2DDC9505100FF9DFB340C6772A75C8369FF980D41F +- Architecture: arm64 + InstallerUrl: https://github.com/ArmCord/ArmCord/releases/download/v3.3.0/ArmCord-3.3.0-win-arm64.exe + InstallerSha256: 7C20FC4054658DAFD9BBD7983D75145E44523547F99C4FD601E477AC56DDFF41 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/ArmCord/ArmCord/3.3.0/ArmCord.ArmCord.locale.en-US.yaml b/manifests/a/ArmCord/ArmCord/3.3.0/ArmCord.ArmCord.locale.en-US.yaml new file mode 100644 index 0000000000000..7975015f5b919 --- /dev/null +++ b/manifests/a/ArmCord/ArmCord/3.3.0/ArmCord.ArmCord.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: ArmCord.ArmCord +PackageVersion: 3.3.0 +PackageLocale: en-US +Publisher: smartfrigde +PublisherUrl: https://armcord.xyz +PublisherSupportUrl: https://github.com/ArmCord/ArmCord/issues +PackageName: ArmCord +PackageUrl: https://www.armcord.xyz +License: OSL-3.0 +LicenseUrl: https://github.com/ArmCord/ArmCord/blob/dev/license.txt +ShortDescription: ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight. +Tags: +- arm +- arm64 +- chat +- discord +- electron +- gaming +- voice +- voice-chat +- voip +ReleaseNotes: |- + What's Changed + - New ArmCord Settings: Enjoy a smoother, more integrated experience with Shelter. + Manage ArmCord settings directly from Discord settings. + - Screenshare Quality Fix: Improved built-in support for better screenshare quality and bitrates in voice chats! + - Thanks to @SomeAspy , our mod loader has been completely rewritten. + Expect a more stable and efficient experience when loading and managing your mods. + - Our theme manager has received a significant overhaul! + You can now import local themes by drag-and-dropping them. + Additionally you can quickly edit them with a click of a button + - Built-in Quick CSS! + You can now edit CSS directly using your favorite text editor. + - YouTube ads are now blocked by default. + - New dynamic icons on Windows/macOS + - We’ve migrated our codebase from CommonJS (CJS) to ECMAScript Modules (ESM). + We've also added bundling to reduce loading times and enhance performance. + - Various tweaks and enhancements have been made to improve the user experience on macOS. + Expect smoother performance and better integration with the macOS ecosystem. + - Major parts of the codebase were rewritten. + - Updated to Electron 32 +ReleaseNotesUrl: https://github.com/ArmCord/ArmCord/releases/tag/v3.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/a/ArmCord/ArmCord/3.3.0/ArmCord.ArmCord.yaml b/manifests/a/ArmCord/ArmCord/3.3.0/ArmCord.ArmCord.yaml new file mode 100644 index 0000000000000..e9bd535de93b5 --- /dev/null +++ b/manifests/a/ArmCord/ArmCord/3.3.0/ArmCord.ArmCord.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: ArmCord.ArmCord +PackageVersion: 3.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/ArmCord/ArmCord/3.3.1/ArmCord.ArmCord.installer.yaml b/manifests/a/ArmCord/ArmCord/3.3.1/ArmCord.ArmCord.installer.yaml new file mode 100644 index 0000000000000..2ca32ed07d4ea --- /dev/null +++ b/manifests/a/ArmCord/ArmCord/3.3.1/ArmCord.ArmCord.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: ArmCord.ArmCord +PackageVersion: 3.3.1 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ArmCord/ArmCord/releases/download/v3.3.1/ArmCord-3.3.1-win-x64.exe + InstallerSha256: EFE15A5DA3ACC8E9724DB199839710696421F60DD3FAE7E2BD6BE9388ACAFAD4 +- Architecture: arm64 + InstallerUrl: https://github.com/ArmCord/ArmCord/releases/download/v3.3.1/ArmCord-3.3.1-win-arm64.exe + InstallerSha256: DE073DA670D0F3835AF474CF6BBC433860CF5D9D940642CCF9B5D8586DDA13E1 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/ArmCord/ArmCord/3.3.1/ArmCord.ArmCord.locale.en-US.yaml b/manifests/a/ArmCord/ArmCord/3.3.1/ArmCord.ArmCord.locale.en-US.yaml new file mode 100644 index 0000000000000..9c90eb8733054 --- /dev/null +++ b/manifests/a/ArmCord/ArmCord/3.3.1/ArmCord.ArmCord.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: ArmCord.ArmCord +PackageVersion: 3.3.1 +PackageLocale: en-US +Publisher: smartfrigde +PublisherUrl: https://armcord.xyz +PublisherSupportUrl: https://github.com/ArmCord/ArmCord/issues +PackageName: ArmCord +PackageUrl: https://www.armcord.xyz +License: OSL-3.0 +LicenseUrl: https://github.com/ArmCord/ArmCord/blob/dev/license.txt +ShortDescription: ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight. +Tags: +- arm +- arm64 +- chat +- discord +- electron +- gaming +- voice +- voice-chat +- voip +ReleaseNotes: |- + What's Changed + - Native titlebar is used when custom one is not available + - Fixed Linux icons + - loopbackWithMute is now used on Windows when screensharing + - You can use custom mods again +ReleaseNotesUrl: https://github.com/ArmCord/ArmCord/releases/tag/v3.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/a/ArmCord/ArmCord/3.3.1/ArmCord.ArmCord.yaml b/manifests/a/ArmCord/ArmCord/3.3.1/ArmCord.ArmCord.yaml new file mode 100644 index 0000000000000..e24fb76c5a7de --- /dev/null +++ b/manifests/a/ArmCord/ArmCord/3.3.1/ArmCord.ArmCord.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: ArmCord.ArmCord +PackageVersion: 3.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.120/ArobasMusic.GuitarPro.8.installer.yaml b/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.120/ArobasMusic.GuitarPro.8.installer.yaml new file mode 100644 index 0000000000000..30f843586f053 --- /dev/null +++ b/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.120/ArobasMusic.GuitarPro.8.installer.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2024/Sep/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: ArobasMusic.GuitarPro.8 +PackageVersion: 8.1.3.120 +InstallerType: inno +ReleaseDate: 2023-10-05 +InstallerSwitches: + Silent: /sp- /verysilent /norestart + SilentWithProgress: /sp- /silent /norestart +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.guitar-pro.com/gp8/stable/guitar-pro-8-setup.exe + InstallerSha256: 52B167DBCDB4B4450DD3EEA8D546393443D9F38D6B155C60BDABD0A30A26FF88 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.67/ArobasMusic.GuitarPro.8.locale.en-US.yaml b/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.120/ArobasMusic.GuitarPro.8.locale.en-US.yaml similarity index 78% rename from manifests/a/ArobasMusic/GuitarPro/8/8.1.3.67/ArobasMusic.GuitarPro.8.locale.en-US.yaml rename to manifests/a/ArobasMusic/GuitarPro/8/8.1.3.120/ArobasMusic.GuitarPro.8.locale.en-US.yaml index 9228fdfa2d779..448745ef9aa21 100644 --- a/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.67/ArobasMusic.GuitarPro.8.locale.en-US.yaml +++ b/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.120/ArobasMusic.GuitarPro.8.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/15 +# Automatically updated by the winget bot at 2024/Sep/04 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: ArobasMusic.GuitarPro.8 -PackageVersion: 8.1.3.67 +PackageVersion: 8.1.3.120 PackageLocale: en-US Publisher: Arobas Music PackageName: Guitar Pro 8 diff --git a/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.120/ArobasMusic.GuitarPro.8.yaml b/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.120/ArobasMusic.GuitarPro.8.yaml new file mode 100644 index 0000000000000..9509bb5e9a7b5 --- /dev/null +++ b/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.120/ArobasMusic.GuitarPro.8.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: ArobasMusic.GuitarPro.8 +PackageVersion: 8.1.3.120 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.67/ArobasMusic.GuitarPro.8.installer.yaml b/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.67/ArobasMusic.GuitarPro.8.installer.yaml deleted file mode 100644 index 8f58aac18e779..0000000000000 --- a/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.67/ArobasMusic.GuitarPro.8.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/15 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: ArobasMusic.GuitarPro.8 -PackageVersion: 8.1.3.67 -InstallerType: inno -ReleaseDate: 2023-10-05 -InstallerSwitches: - Silent: /sp- /verysilent /norestart - SilentWithProgress: /sp- /silent /norestart -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.guitar-pro.com/gp8/stable/guitar-pro-8-setup.exe - InstallerSha256: 6C4C3BCD64C8616DD0552D62E6ADB3FB232AE64A928C9A284FF00608F3D9E509 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.67/ArobasMusic.GuitarPro.8.yaml b/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.67/ArobasMusic.GuitarPro.8.yaml deleted file mode 100644 index 022fe608bd5fd..0000000000000 --- a/manifests/a/ArobasMusic/GuitarPro/8/8.1.3.67/ArobasMusic.GuitarPro.8.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/15 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: ArobasMusic.GuitarPro.8 -PackageVersion: 8.1.3.67 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/ArrayFire/ArrayFire/3.9.0/ArrayFire.ArrayFire.installer.yaml b/manifests/a/ArrayFire/ArrayFire/3.9.0/ArrayFire.ArrayFire.installer.yaml new file mode 100644 index 0000000000000..248d0f7bb8538 --- /dev/null +++ b/manifests/a/ArrayFire/ArrayFire/3.9.0/ArrayFire.ArrayFire.installer.yaml @@ -0,0 +1,14 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ArrayFire.ArrayFire +PackageVersion: 3.9.0 +InstallerType: nullsoft +UpgradeBehavior: install +ReleaseDate: 2023-08-29 +Installers: +- Architecture: x86 + InstallerUrl: https://arrayfire.gateway.scarf.sh/windows/3.9.0/ArrayFire.exe + InstallerSha256: 9D4B256E886B9676942F76F9F289871D103A6B5F2CEC2E9F59B457322E1FE508 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/ArrayFire/ArrayFire/3.9.0/ArrayFire.ArrayFire.locale.en-US.yaml b/manifests/a/ArrayFire/ArrayFire/3.9.0/ArrayFire.ArrayFire.locale.en-US.yaml new file mode 100644 index 0000000000000..69a416ea22d2f --- /dev/null +++ b/manifests/a/ArrayFire/ArrayFire/3.9.0/ArrayFire.ArrayFire.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ArrayFire.ArrayFire +PackageVersion: 3.9.0 +PackageLocale: en-US +Publisher: ArrayFire +PublisherUrl: https://arrayfire.com/ +Author: ArrayFire +PackageName: ArrayFire +PackageUrl: https://arrayfire.com/binaries/ +License: BSD-3-Clause +LicenseUrl: https://github.com/arrayfire/arrayfire/blob/master/LICENSE +Copyright: Copyright (c) 2014-2022, ArrayFire +CopyrightUrl: https://github.com/arrayfire/arrayfire/blob/master/LICENSE +ShortDescription: A general purpose GPU library +Description: A fast library for general purpose GPU computation and algorithms. +Moniker: ArrayFire +Tags: +- algorithm +- compute +- gpgpu +- gpu +ReleaseNotesUrl: https://github.com/arrayfire/arrayfire/releases/tag/v3.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/ArrayFire/ArrayFire/3.9.0/ArrayFire.ArrayFire.yaml b/manifests/a/ArrayFire/ArrayFire/3.9.0/ArrayFire.ArrayFire.yaml new file mode 100644 index 0000000000000..abf5f8c14aa55 --- /dev/null +++ b/manifests/a/ArrayFire/ArrayFire/3.9.0/ArrayFire.ArrayFire.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ArrayFire.ArrayFire +PackageVersion: 3.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Asana/Asana/2.1.4/Asana.Asana.installer.yaml b/manifests/a/Asana/Asana/2.1.4/Asana.Asana.installer.yaml deleted file mode 100644 index 779dbc93371a8..0000000000000 --- a/manifests/a/Asana/Asana/2.1.4/Asana.Asana.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Asana.Asana -PackageVersion: 2.1.4 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: -s - SilentWithProgress: -s -Installers: -- Architecture: x64 - InstallerUrl: https://desktop-downloads.asana.com/win32_x64/prod/latest/AsanaSetup.exe - InstallerSha256: 6C0DC7B5E0615E0DA64E9ED1DEB203E27592729665BF09E9D903A62B3B92D3C1 -- Architecture: x86 - InstallerUrl: https://desktop-downloads.asana.com/win32_ia32/prod/latest/AsanaSetup.exe - InstallerSha256: B362F367D83C28EA89E7EAF6B24F9A9E3919BE1A06741A22D80789518B96FCF3 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Asana/Asana/2.1.4/Asana.Asana.yaml b/manifests/a/Asana/Asana/2.1.4/Asana.Asana.yaml deleted file mode 100644 index 84e62c3e6c1d8..0000000000000 --- a/manifests/a/Asana/Asana/2.1.4/Asana.Asana.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Asana.Asana -PackageVersion: 2.1.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/Asana/Asana/2.2.1/Asana.Asana.installer.yaml b/manifests/a/Asana/Asana/2.2.1/Asana.Asana.installer.yaml new file mode 100644 index 0000000000000..5cf35818d73ce --- /dev/null +++ b/manifests/a/Asana/Asana/2.2.1/Asana.Asana.installer.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2024/Aug/16 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Asana.Asana +PackageVersion: 2.2.1 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +InstallerSwitches: + Silent: -s + SilentWithProgress: -s +Installers: +- Architecture: x64 + InstallerUrl: https://desktop-downloads.asana.com/win32_x64/prod/latest/AsanaSetup.exe + InstallerSha256: B83FD958F8E1DAA42C9D14623C4D755E37EDCB1B8B7DC5FA5E1D358E801B5F23 +- Architecture: x86 + InstallerUrl: https://desktop-downloads.asana.com/win32_ia32/prod/latest/AsanaSetup.exe + InstallerSha256: BF7A6306A04DE7BB3E9DEBB07C2B6CB498D235EC130C8D8B4F1A621154D9F17F +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/Asana/Asana/2.1.4/Asana.Asana.locale.en-US.yaml b/manifests/a/Asana/Asana/2.2.1/Asana.Asana.locale.en-US.yaml similarity index 86% rename from manifests/a/Asana/Asana/2.1.4/Asana.Asana.locale.en-US.yaml rename to manifests/a/Asana/Asana/2.2.1/Asana.Asana.locale.en-US.yaml index dfd27769c6cf1..43580c9d6dcca 100644 --- a/manifests/a/Asana/Asana/2.1.4/Asana.Asana.locale.en-US.yaml +++ b/manifests/a/Asana/Asana/2.2.1/Asana.Asana.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/May/10 +# Automatically updated by the winget bot at 2024/Aug/16 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Asana.Asana -PackageVersion: 2.1.4 +PackageVersion: 2.2.1 PackageLocale: en-US Publisher: Asana, Inc. PublisherUrl: https://asana.com/company diff --git a/manifests/a/Asana/Asana/2.2.1/Asana.Asana.yaml b/manifests/a/Asana/Asana/2.2.1/Asana.Asana.yaml new file mode 100644 index 0000000000000..dd0ec8107ee9e --- /dev/null +++ b/manifests/a/Asana/Asana/2.2.1/Asana.Asana.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/16 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Asana.Asana +PackageVersion: 2.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/Aserto/CLI/0.32.0/Aserto.CLI.installer.yaml b/manifests/a/Aserto/CLI/0.32.0/Aserto.CLI.installer.yaml new file mode 100644 index 0000000000000..a359aad1d4b7f --- /dev/null +++ b/manifests/a/Aserto/CLI/0.32.0/Aserto.CLI.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.CLI +PackageVersion: 0.32.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aserto.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/aserto/releases/download/v0.32.0/aserto_windows_x86_64.zip + InstallerSha256: 209223C1EC352FB6D50C8CB4A00EB47EE6E9298EBE8696CE96609B23B08995C2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/CLI/0.32.0/Aserto.CLI.locale.en-US.yaml b/manifests/a/Aserto/CLI/0.32.0/Aserto.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..0a6ab5fa61043 --- /dev/null +++ b/manifests/a/Aserto/CLI/0.32.0/Aserto.CLI.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.CLI +PackageVersion: 0.32.0 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://github.com/aserto-dev +Author: Gert Drapers +PackageName: Aserto CLI +PackageUrl: https://github.com/aserto-dev/aserto +License: MIT +LicenseUrl: https://github.com/aserto-dev/aserto/blob/HEAD/LICENSE.md +ShortDescription: Aserto management CLI +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/CLI/0.32.0/Aserto.CLI.yaml b/manifests/a/Aserto/CLI/0.32.0/Aserto.CLI.yaml new file mode 100644 index 0000000000000..17a2cd536e4b3 --- /dev/null +++ b/manifests/a/Aserto/CLI/0.32.0/Aserto.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.CLI +PackageVersion: 0.32.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/CLI/0.32.1/Aserto.CLI.installer.yaml b/manifests/a/Aserto/CLI/0.32.1/Aserto.CLI.installer.yaml new file mode 100644 index 0000000000000..e2b20f2689bdb --- /dev/null +++ b/manifests/a/Aserto/CLI/0.32.1/Aserto.CLI.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.CLI +PackageVersion: 0.32.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aserto.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/aserto/releases/download/v0.32.1/aserto_windows_x86_64.zip + InstallerSha256: 335380F5F2F77E61744DEA7BBC6E0C0DDFAC586B0F2573834FCB00A354EF77C4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/CLI/0.32.1/Aserto.CLI.locale.en-US.yaml b/manifests/a/Aserto/CLI/0.32.1/Aserto.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..5a7d6d46f111b --- /dev/null +++ b/manifests/a/Aserto/CLI/0.32.1/Aserto.CLI.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.CLI +PackageVersion: 0.32.1 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://github.com/aserto-dev +Author: Gert Drapers +PackageName: Aserto CLI +PackageUrl: https://github.com/aserto-dev/aserto +License: MIT +LicenseUrl: https://github.com/aserto-dev/aserto/blob/HEAD/LICENSE.md +ShortDescription: Aserto management CLI +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/CLI/0.32.1/Aserto.CLI.yaml b/manifests/a/Aserto/CLI/0.32.1/Aserto.CLI.yaml new file mode 100644 index 0000000000000..c65c28a8d469d --- /dev/null +++ b/manifests/a/Aserto/CLI/0.32.1/Aserto.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.CLI +PackageVersion: 0.32.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/CLI/0.32.2/Aserto.CLI.installer.yaml b/manifests/a/Aserto/CLI/0.32.2/Aserto.CLI.installer.yaml new file mode 100644 index 0000000000000..7f64a837edc8b --- /dev/null +++ b/manifests/a/Aserto/CLI/0.32.2/Aserto.CLI.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.CLI +PackageVersion: 0.32.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aserto.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/aserto/releases/download/v0.32.2/aserto_windows_x86_64.zip + InstallerSha256: 6731FB83A1D3701C5772F61E54C7EE36A3B564896EE42DC3ACEF668A96CC8108 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/CLI/0.32.2/Aserto.CLI.locale.en-US.yaml b/manifests/a/Aserto/CLI/0.32.2/Aserto.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..8c2e8c7cbf38f --- /dev/null +++ b/manifests/a/Aserto/CLI/0.32.2/Aserto.CLI.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.CLI +PackageVersion: 0.32.2 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://github.com/aserto-dev +Author: Gert Drapers +PackageName: Aserto CLI +PackageUrl: https://github.com/aserto-dev/aserto +License: MIT +LicenseUrl: https://github.com/aserto-dev/aserto/blob/HEAD/LICENSE.md +ShortDescription: Aserto management CLI +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/CLI/0.32.2/Aserto.CLI.yaml b/manifests/a/Aserto/CLI/0.32.2/Aserto.CLI.yaml new file mode 100644 index 0000000000000..104fb2936efc1 --- /dev/null +++ b/manifests/a/Aserto/CLI/0.32.2/Aserto.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.CLI +PackageVersion: 0.32.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/CLI/0.32.4/Aserto.CLI.installer.yaml b/manifests/a/Aserto/CLI/0.32.4/Aserto.CLI.installer.yaml new file mode 100644 index 0000000000000..012bdb34c7a5d --- /dev/null +++ b/manifests/a/Aserto/CLI/0.32.4/Aserto.CLI.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.CLI +PackageVersion: 0.32.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aserto.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/aserto/releases/download/v0.32.4/aserto_windows_x86_64.zip + InstallerSha256: C7CB2AE74B91D3F7EA969424C447A26EBD995F5349B95777FC3EA467E6047D02 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/CLI/0.32.4/Aserto.CLI.locale.en-US.yaml b/manifests/a/Aserto/CLI/0.32.4/Aserto.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..a8161a7fcce50 --- /dev/null +++ b/manifests/a/Aserto/CLI/0.32.4/Aserto.CLI.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.CLI +PackageVersion: 0.32.4 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://github.com/aserto-dev +Author: Gert Drapers +PackageName: Aserto CLI +PackageUrl: https://github.com/aserto-dev/aserto +License: MIT +LicenseUrl: https://github.com/aserto-dev/aserto/blob/HEAD/LICENSE.md +ShortDescription: Aserto management CLI +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/CLI/0.32.4/Aserto.CLI.yaml b/manifests/a/Aserto/CLI/0.32.4/Aserto.CLI.yaml new file mode 100644 index 0000000000000..d3cc9bac7f304 --- /dev/null +++ b/manifests/a/Aserto/CLI/0.32.4/Aserto.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.CLI +PackageVersion: 0.32.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Check2Decision/0.0.3/Aserto.Check2Decision.installer.yaml b/manifests/a/Aserto/Check2Decision/0.0.3/Aserto.Check2Decision.installer.yaml new file mode 100644 index 0000000000000..be91af3b7d8cb --- /dev/null +++ b/manifests/a/Aserto/Check2Decision/0.0.3/Aserto.Check2Decision.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.Check2Decision +PackageVersion: 0.0.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: check2decision.exe + PortableCommandAlias: check2decision +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/check2decision/releases/download/v0.0.3/check2decision_windows_x86_64.zip + InstallerSha256: cbcf61aaa8f0094fa5692cbee8fff3b1b6ad357571e423c070b3cc68e098cf03 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Check2Decision/0.0.3/Aserto.Check2Decision.locale.en-US.yaml b/manifests/a/Aserto/Check2Decision/0.0.3/Aserto.Check2Decision.locale.en-US.yaml new file mode 100644 index 0000000000000..69c729ab6a6fd --- /dev/null +++ b/manifests/a/Aserto/Check2Decision/0.0.3/Aserto.Check2Decision.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.Check2Decision +PackageVersion: 0.0.3 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://aserto.com +PublisherSupportUrl: https://github.com/aserto-dev/check2decision/issues +Author: Gert Drapers +PackageName: Check2Decision +License: MIT License +ShortDescription: Converts directory check assertions into authorizer check_decision assertions +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Check2Decision/0.0.3/Aserto.Check2Decision.yaml b/manifests/a/Aserto/Check2Decision/0.0.3/Aserto.Check2Decision.yaml new file mode 100644 index 0000000000000..75e642f99215e --- /dev/null +++ b/manifests/a/Aserto/Check2Decision/0.0.3/Aserto.Check2Decision.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.Check2Decision +PackageVersion: 0.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.17/Aserto.Topaz.installer.yaml b/manifests/a/Aserto/Topaz/0.32.17/Aserto.Topaz.installer.yaml new file mode 100644 index 0000000000000..5c14761dc647d --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.17/Aserto.Topaz.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.17 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: topaz.exe + PortableCommandAlias: topaz +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/topaz/releases/download/v0.32.17/topaz_windows_x86_64.zip + InstallerSha256: E42BF8F4D1B13042AF44CC87D05BB3E8447EE6094C1B822392668230DD25A544 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.17/Aserto.Topaz.locale.en-US.yaml b/manifests/a/Aserto/Topaz/0.32.17/Aserto.Topaz.locale.en-US.yaml new file mode 100644 index 0000000000000..dbeb63007f34e --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.17/Aserto.Topaz.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.17 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://aserto.com +PublisherSupportUrl: https://github.com/aserto-dev/topaz/issues +Author: Gert Drapers +PackageName: Topaz +PackageUrl: https://github.com/aserto-dev/topaz +License: Apache License 2.0 +LicenseUrl: https://github.com/aserto-dev/topaz/blob/main/LICENSE +ShortDescription: ReBAC & ABAC Application Authorization Solution +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.17/Aserto.Topaz.yaml b/manifests/a/Aserto/Topaz/0.32.17/Aserto.Topaz.yaml new file mode 100644 index 0000000000000..e6c2a356a7c74 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.17/Aserto.Topaz.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.18/Aserto.Topaz.installer.yaml b/manifests/a/Aserto/Topaz/0.32.18/Aserto.Topaz.installer.yaml new file mode 100644 index 0000000000000..c33c4e32d220d --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.18/Aserto.Topaz.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.18 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: topaz.exe + PortableCommandAlias: topaz +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/topaz/releases/download/v0.32.18/topaz_windows_x86_64.zip + InstallerSha256: 0058A7CBD5B9F285BEA4BD9344154F4041BDF8124867BF263D8A719B10DA5D17 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.18/Aserto.Topaz.locale.en-US.yaml b/manifests/a/Aserto/Topaz/0.32.18/Aserto.Topaz.locale.en-US.yaml new file mode 100644 index 0000000000000..5196fa8186dc3 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.18/Aserto.Topaz.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.18 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://aserto.com +PublisherSupportUrl: https://github.com/aserto-dev/topaz/issues +Author: Gert Drapers +PackageName: Topaz +PackageUrl: https://github.com/aserto-dev/topaz +License: Apache License 2.0 +LicenseUrl: https://github.com/aserto-dev/topaz/blob/main/LICENSE +ShortDescription: ReBAC & ABAC Application Authorization Solution +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.18/Aserto.Topaz.yaml b/manifests/a/Aserto/Topaz/0.32.18/Aserto.Topaz.yaml new file mode 100644 index 0000000000000..5f0dfb1c7ae47 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.18/Aserto.Topaz.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.19/Aserto.Topaz.installer.yaml b/manifests/a/Aserto/Topaz/0.32.19/Aserto.Topaz.installer.yaml new file mode 100644 index 0000000000000..7701c3b79febd --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.19/Aserto.Topaz.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.19 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: topaz.exe + PortableCommandAlias: topaz +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/topaz/releases/download/v0.32.19/topaz_windows_x86_64.zip + InstallerSha256: 3EDBB7A7A4DDE1840C4732F0B68447F48FF18B4F13BEDEDA6EBFB4F5109801EF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.19/Aserto.Topaz.locale.en-US.yaml b/manifests/a/Aserto/Topaz/0.32.19/Aserto.Topaz.locale.en-US.yaml new file mode 100644 index 0000000000000..da2918b48dbac --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.19/Aserto.Topaz.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.19 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://aserto.com +PublisherSupportUrl: https://github.com/aserto-dev/topaz/issues +Author: Gert Drapers +PackageName: Topaz +PackageUrl: https://github.com/aserto-dev/topaz +License: Apache License 2.0 +LicenseUrl: https://github.com/aserto-dev/topaz/blob/main/LICENSE +ShortDescription: ReBAC & ABAC Application Authorization Solution +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.19/Aserto.Topaz.yaml b/manifests/a/Aserto/Topaz/0.32.19/Aserto.Topaz.yaml new file mode 100644 index 0000000000000..60baa9e288c93 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.19/Aserto.Topaz.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.20/Aserto.Topaz.installer.yaml b/manifests/a/Aserto/Topaz/0.32.20/Aserto.Topaz.installer.yaml new file mode 100644 index 0000000000000..6179387183d86 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.20/Aserto.Topaz.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.20 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: topaz.exe + PortableCommandAlias: topaz +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/topaz/releases/download/v0.32.20/topaz_windows_x86_64.zip + InstallerSha256: 5A4CD29FF2BFDF5777FAA90E34C6302F152FF8C6DF3BACF624D2FE8B57CDB00E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.20/Aserto.Topaz.locale.en-US.yaml b/manifests/a/Aserto/Topaz/0.32.20/Aserto.Topaz.locale.en-US.yaml new file mode 100644 index 0000000000000..ec83381294a53 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.20/Aserto.Topaz.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.20 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://aserto.com +PublisherSupportUrl: https://github.com/aserto-dev/topaz/issues +Author: Gert Drapers +PackageName: Topaz +PackageUrl: https://github.com/aserto-dev/topaz +License: Apache License 2.0 +LicenseUrl: https://github.com/aserto-dev/topaz/blob/main/LICENSE +ShortDescription: ReBAC & ABAC Application Authorization Solution +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.20/Aserto.Topaz.yaml b/manifests/a/Aserto/Topaz/0.32.20/Aserto.Topaz.yaml new file mode 100644 index 0000000000000..60e2189afa115 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.20/Aserto.Topaz.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.21/Aserto.Topaz.installer.yaml b/manifests/a/Aserto/Topaz/0.32.21/Aserto.Topaz.installer.yaml new file mode 100644 index 0000000000000..96d9cf7890812 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.21/Aserto.Topaz.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.21 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: topaz.exe + PortableCommandAlias: topaz +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/topaz/releases/download/v0.32.21/topaz_windows_x86_64.zip + InstallerSha256: B125BDE2F971FF4DAFA2977A207363DB9F39ADC01149FC6C38821B7157502630 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.21/Aserto.Topaz.locale.en-US.yaml b/manifests/a/Aserto/Topaz/0.32.21/Aserto.Topaz.locale.en-US.yaml new file mode 100644 index 0000000000000..0188d8304628c --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.21/Aserto.Topaz.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.21 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://aserto.com +PublisherSupportUrl: https://github.com/aserto-dev/topaz/issues +Author: Gert Drapers +PackageName: Topaz +PackageUrl: https://github.com/aserto-dev/topaz +License: Apache License 2.0 +LicenseUrl: https://github.com/aserto-dev/topaz/blob/main/LICENSE +ShortDescription: ReBAC & ABAC Application Authorization Solution +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.21/Aserto.Topaz.yaml b/manifests/a/Aserto/Topaz/0.32.21/Aserto.Topaz.yaml new file mode 100644 index 0000000000000..38a6206063c96 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.21/Aserto.Topaz.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.22/Aserto.Topaz.installer.yaml b/manifests/a/Aserto/Topaz/0.32.22/Aserto.Topaz.installer.yaml new file mode 100644 index 0000000000000..7c684ddaa1fd1 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.22/Aserto.Topaz.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.22 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: topaz.exe + PortableCommandAlias: topaz +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/topaz/releases/download/v0.32.22/topaz_windows_x86_64.zip + InstallerSha256: 0BC367835B13A988C489B83831CB9187D44E8BC9FAF355C74338340E9AE93D39 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.22/Aserto.Topaz.locale.en-US.yaml b/manifests/a/Aserto/Topaz/0.32.22/Aserto.Topaz.locale.en-US.yaml new file mode 100644 index 0000000000000..78d5b6cf1ea0c --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.22/Aserto.Topaz.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.22 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://aserto.com +PublisherSupportUrl: https://github.com/aserto-dev/topaz/issues +Author: Gert Drapers +PackageName: Topaz +PackageUrl: https://github.com/aserto-dev/topaz +License: Apache License 2.0 +LicenseUrl: https://github.com/aserto-dev/topaz/blob/main/LICENSE +ShortDescription: ReBAC & ABAC Application Authorization Solution +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.22/Aserto.Topaz.yaml b/manifests/a/Aserto/Topaz/0.32.22/Aserto.Topaz.yaml new file mode 100644 index 0000000000000..d9733ce9f8b35 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.22/Aserto.Topaz.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.23/Aserto.Topaz.installer.yaml b/manifests/a/Aserto/Topaz/0.32.23/Aserto.Topaz.installer.yaml new file mode 100644 index 0000000000000..5083aa3ec4219 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.23/Aserto.Topaz.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.23 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: topaz.exe + PortableCommandAlias: topaz +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/topaz/releases/download/v0.32.23/topaz_windows_x86_64.zip + InstallerSha256: 527EDD38D51466F96E3E63DDD82FBA74D3AD94283BBEA2B7613442F078C96BAB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.23/Aserto.Topaz.locale.en-US.yaml b/manifests/a/Aserto/Topaz/0.32.23/Aserto.Topaz.locale.en-US.yaml new file mode 100644 index 0000000000000..1ec95a127e2f1 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.23/Aserto.Topaz.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.23 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://aserto.com +PublisherSupportUrl: https://github.com/aserto-dev/topaz/issues +Author: Gert Drapers +PackageName: Topaz +PackageUrl: https://github.com/aserto-dev/topaz +License: Apache License 2.0 +LicenseUrl: https://github.com/aserto-dev/topaz/blob/main/LICENSE +ShortDescription: ReBAC & ABAC Application Authorization Solution +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.23/Aserto.Topaz.yaml b/manifests/a/Aserto/Topaz/0.32.23/Aserto.Topaz.yaml new file mode 100644 index 0000000000000..f4a1f8059949b --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.23/Aserto.Topaz.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.24/Aserto.Topaz.installer.yaml b/manifests/a/Aserto/Topaz/0.32.24/Aserto.Topaz.installer.yaml new file mode 100644 index 0000000000000..f3b332a2d6f3a --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.24/Aserto.Topaz.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.24 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: topaz.exe + PortableCommandAlias: topaz +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/topaz/releases/download/v0.32.24/topaz_windows_x86_64.zip + InstallerSha256: A147E1523259184A94954F9F6435822EFE28F3C54C292DEF1F9BF02481F36968 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.24/Aserto.Topaz.locale.en-US.yaml b/manifests/a/Aserto/Topaz/0.32.24/Aserto.Topaz.locale.en-US.yaml new file mode 100644 index 0000000000000..3cb3feaecda21 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.24/Aserto.Topaz.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.24 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://aserto.com +PublisherSupportUrl: https://github.com/aserto-dev/topaz/issues +Author: Gert Drapers +PackageName: Topaz +PackageUrl: https://github.com/aserto-dev/topaz +License: Apache License 2.0 +LicenseUrl: https://github.com/aserto-dev/topaz/blob/main/LICENSE +ShortDescription: ReBAC & ABAC Application Authorization Solution +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.24/Aserto.Topaz.yaml b/manifests/a/Aserto/Topaz/0.32.24/Aserto.Topaz.yaml new file mode 100644 index 0000000000000..f3f7400ed0fc2 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.24/Aserto.Topaz.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.25/Aserto.Topaz.installer.yaml b/manifests/a/Aserto/Topaz/0.32.25/Aserto.Topaz.installer.yaml new file mode 100644 index 0000000000000..6074996545dff --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.25/Aserto.Topaz.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.25 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: topaz.exe + PortableCommandAlias: topaz +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/topaz/releases/download/v0.32.25/topaz_windows_x86_64.zip + InstallerSha256: EE5154864C506A6CB913769FD74CA7B82E5EC77FBB20256E4CE9FBE80E8841D0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.25/Aserto.Topaz.locale.en-US.yaml b/manifests/a/Aserto/Topaz/0.32.25/Aserto.Topaz.locale.en-US.yaml new file mode 100644 index 0000000000000..d0f914b105789 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.25/Aserto.Topaz.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.25 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://aserto.com +PublisherSupportUrl: https://github.com/aserto-dev/topaz/issues +Author: Gert Drapers +PackageName: Topaz +PackageUrl: https://github.com/aserto-dev/topaz +License: Apache License 2.0 +LicenseUrl: https://github.com/aserto-dev/topaz/blob/main/LICENSE +ShortDescription: ReBAC & ABAC Application Authorization Solution +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.25/Aserto.Topaz.yaml b/manifests/a/Aserto/Topaz/0.32.25/Aserto.Topaz.yaml new file mode 100644 index 0000000000000..6488bd649e608 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.25/Aserto.Topaz.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.26/Aserto.Topaz.installer.yaml b/manifests/a/Aserto/Topaz/0.32.26/Aserto.Topaz.installer.yaml new file mode 100644 index 0000000000000..e41f7cf813d1b --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.26/Aserto.Topaz.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.26 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: topaz.exe + PortableCommandAlias: topaz +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/topaz/releases/download/v0.32.26/topaz_windows_x86_64.zip + InstallerSha256: 01F7BFC0B30214FFB3A6977A421BDC7EFB61C2F5EDE635588D73C1665BDCF542 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.26/Aserto.Topaz.locale.en-US.yaml b/manifests/a/Aserto/Topaz/0.32.26/Aserto.Topaz.locale.en-US.yaml new file mode 100644 index 0000000000000..6045d32bb863f --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.26/Aserto.Topaz.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.26 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://aserto.com +PublisherSupportUrl: https://github.com/aserto-dev/topaz/issues +Author: Gert Drapers +PackageName: Topaz +PackageUrl: https://github.com/aserto-dev/topaz +License: Apache License 2.0 +LicenseUrl: https://github.com/aserto-dev/topaz/blob/main/LICENSE +ShortDescription: ReBAC & ABAC Application Authorization Solution +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Aserto/Topaz/0.32.26/Aserto.Topaz.yaml b/manifests/a/Aserto/Topaz/0.32.26/Aserto.Topaz.yaml new file mode 100644 index 0000000000000..7727d27ce5e88 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.32.26/Aserto.Topaz.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.32.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Astronomer/Astro/1.28.0/Astronomer.Astro.installer.yaml b/manifests/a/Astronomer/Astro/1.28.0/Astronomer.Astro.installer.yaml new file mode 100644 index 0000000000000..22f7ea8633917 --- /dev/null +++ b/manifests/a/Astronomer/Astro/1.28.0/Astronomer.Astro.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Astronomer.Astro +PackageVersion: 1.28.0 +InstallerLocale: en-US +InstallerType: portable +UpgradeBehavior: install +Commands: + - astro +ReleaseDate: 2024-07-24 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/astronomer/astro-cli/releases/download/v1.28.0/astro_1.28.0_windows_amd64.exe + InstallerSha256: A818698488CFCA3F8C2ABE6277B2350573693FFCD50E5E7D63CC0401F96F6359 + - Architecture: x86 + InstallerUrl: https://github.com/astronomer/astro-cli/releases/download/v1.28.0/astro_1.28.0_windows_386.exe + InstallerSha256: 4DD8B87CF407A01A13CF1EC5E54E75423EBDC801D87F741D100127B403A02740 +ManifestType: installer +ManifestVersion: 1.6.0 + diff --git a/manifests/a/Astronomer/Astro/1.28.0/Astronomer.Astro.locale.en-US.yaml b/manifests/a/Astronomer/Astro/1.28.0/Astronomer.Astro.locale.en-US.yaml new file mode 100644 index 0000000000000..c4408a7143e72 --- /dev/null +++ b/manifests/a/Astronomer/Astro/1.28.0/Astronomer.Astro.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Astronomer.Astro +PackageVersion: 1.28.0 +PackageLocale: en-US +Publisher: Astronomer +PublisherUrl: https://www.astronomer.io/ +PublisherSupportUrl: https://support.astronomer.io/ +PrivacyUrl: https://www.astronomer.io/privacy/ +Author: Astronomer +PackageName: Astro CLI +PackageUrl: https://github.com/astronomer/astro-cli +License: Apache 2.0 +LicenseUrl: https://github.com/astronomer/astro-cli/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: To build and run Airflow DAGs locally and interact with the Astronomer API +# Description: +Moniker: astro +Tags: + - airflow-cli + - astro-cli + - astronomer-cli +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 + diff --git a/manifests/a/Astronomer/Astro/1.28.0/Astronomer.Astro.yaml b/manifests/a/Astronomer/Astro/1.28.0/Astronomer.Astro.yaml new file mode 100644 index 0000000000000..7fa750dda5522 --- /dev/null +++ b/manifests/a/Astronomer/Astro/1.28.0/Astronomer.Astro.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Astronomer.Astro +PackageVersion: 1.28.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 + diff --git a/manifests/a/Astronomer/Astro/1.28.1/Astronomer.Astro.installer.yaml b/manifests/a/Astronomer/Astro/1.28.1/Astronomer.Astro.installer.yaml new file mode 100644 index 0000000000000..5f4944be0db1f --- /dev/null +++ b/manifests/a/Astronomer/Astro/1.28.1/Astronomer.Astro.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Astronomer.Astro +PackageVersion: 1.28.1 +InstallerLocale: en-US +InstallerType: portable +UpgradeBehavior: install +Commands: + - astro +ReleaseDate: 2024-07-25 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/astronomer/astro-cli/releases/download/v1.28.1/astro_1.28.1_windows_amd64.exe + InstallerSha256: D51CC59D037B8910CF6204F9A0AB25F0D67F2EC53E25F41B9950FBB564855471 + - Architecture: x86 + InstallerUrl: https://github.com/astronomer/astro-cli/releases/download/v1.28.1/astro_1.28.1_windows_386.exe + InstallerSha256: B14F4B8800A976E6E960B276BC0279E11297517F00ADAFAFF8397A2EEB6E6519 +ManifestType: installer +ManifestVersion: 1.6.0 + diff --git a/manifests/a/Astronomer/Astro/1.28.1/Astronomer.Astro.locale.en-US.yaml b/manifests/a/Astronomer/Astro/1.28.1/Astronomer.Astro.locale.en-US.yaml new file mode 100644 index 0000000000000..70b004c9873be --- /dev/null +++ b/manifests/a/Astronomer/Astro/1.28.1/Astronomer.Astro.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Astronomer.Astro +PackageVersion: 1.28.1 +PackageLocale: en-US +Publisher: Astronomer +PublisherUrl: https://www.astronomer.io/ +PublisherSupportUrl: https://support.astronomer.io/ +PrivacyUrl: https://www.astronomer.io/privacy/ +Author: Astronomer +PackageName: Astro CLI +PackageUrl: https://github.com/astronomer/astro-cli +License: Apache 2.0 +LicenseUrl: https://github.com/astronomer/astro-cli/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: To build and run Airflow DAGs locally and interact with the Astronomer API +# Description: +Moniker: astro +Tags: + - airflow-cli + - astro-cli + - astronomer-cli +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 + diff --git a/manifests/a/Astronomer/Astro/1.28.1/Astronomer.Astro.yaml b/manifests/a/Astronomer/Astro/1.28.1/Astronomer.Astro.yaml new file mode 100644 index 0000000000000..37050bd739ae6 --- /dev/null +++ b/manifests/a/Astronomer/Astro/1.28.1/Astronomer.Astro.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Astronomer.Astro +PackageVersion: 1.28.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 + diff --git a/manifests/a/Astronomer/Astro/1.29.0/Astronomer.Astro.installer.yaml b/manifests/a/Astronomer/Astro/1.29.0/Astronomer.Astro.installer.yaml new file mode 100644 index 0000000000000..8e973085eef33 --- /dev/null +++ b/manifests/a/Astronomer/Astro/1.29.0/Astronomer.Astro.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Astronomer.Astro +PackageVersion: 1.29.0 +InstallerLocale: en-US +InstallerType: portable +UpgradeBehavior: install +Commands: + - astro +ReleaseDate: 2024-09-09 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/astronomer/astro-cli/releases/download/v1.29.0/astro_1.29.0_windows_amd64.exe + InstallerSha256: B73C334D1FF41B6CF0C105528AEC198706A066FBC35F384A86C5EC5D6FFE065C + - Architecture: x86 + InstallerUrl: https://github.com/astronomer/astro-cli/releases/download/v1.29.0/astro_1.29.0_windows_386.exe + InstallerSha256: 56DEB9D7EE0728242362E1B977062926489EDD4D4374C736C225A34D05BA3602 +ManifestType: installer +ManifestVersion: 1.6.0 + diff --git a/manifests/a/Astronomer/Astro/1.29.0/Astronomer.Astro.locale.en-US.yaml b/manifests/a/Astronomer/Astro/1.29.0/Astronomer.Astro.locale.en-US.yaml new file mode 100644 index 0000000000000..2ccdbbf8bb869 --- /dev/null +++ b/manifests/a/Astronomer/Astro/1.29.0/Astronomer.Astro.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Astronomer.Astro +PackageVersion: 1.29.0 +PackageLocale: en-US +Publisher: Astronomer +PublisherUrl: https://www.astronomer.io/ +PublisherSupportUrl: https://support.astronomer.io/ +PrivacyUrl: https://www.astronomer.io/privacy/ +Author: Astronomer +PackageName: Astro CLI +PackageUrl: https://github.com/astronomer/astro-cli +License: Apache 2.0 +LicenseUrl: https://github.com/astronomer/astro-cli/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: To build and run Airflow DAGs locally and interact with the Astronomer API +# Description: +Moniker: astro +Tags: + - airflow-cli + - astro-cli + - astronomer-cli +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 + diff --git a/manifests/a/Astronomer/Astro/1.29.0/Astronomer.Astro.yaml b/manifests/a/Astronomer/Astro/1.29.0/Astronomer.Astro.yaml new file mode 100644 index 0000000000000..aa697a91e218a --- /dev/null +++ b/manifests/a/Astronomer/Astro/1.29.0/Astronomer.Astro.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Astronomer.Astro +PackageVersion: 1.29.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 + diff --git a/manifests/a/Atlassian/Sourcetree/3.4.19/Atlassian.Sourcetree.installer.yaml b/manifests/a/Atlassian/Sourcetree/3.4.19/Atlassian.Sourcetree.installer.yaml new file mode 100644 index 0000000000000..777aa58d1de83 --- /dev/null +++ b/manifests/a/Atlassian/Sourcetree/3.4.19/Atlassian.Sourcetree.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Atlassian.Sourcetree +PackageVersion: 3.4.19 +InstallerLocale: en-US +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.atlassian.com/software/sourcetree/windows/ga/SourceTreeSetup-3.4.19.exe + InstallerSha256: 8D6D66E4C5079BBD512269029A2D992F20A6696C5782DCB02397A823905F4505 +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.4.19.msi + InstallerSha256: 142BFAF194DB72CF1ED46CBBEF1F25576E85C03A408048D90259D9C07973B937 + InstallerSwitches: + Custom: ACCEPTEULA=1 + ProductCode: '{5EF01086-3907-4002-92C9-44B3069A7E8C}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Atlassian/Sourcetree/3.4.19/Atlassian.Sourcetree.locale.en-US.yaml b/manifests/a/Atlassian/Sourcetree/3.4.19/Atlassian.Sourcetree.locale.en-US.yaml new file mode 100644 index 0000000000000..c81749f0c1c7b --- /dev/null +++ b/manifests/a/Atlassian/Sourcetree/3.4.19/Atlassian.Sourcetree.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Atlassian.Sourcetree +PackageVersion: 3.4.19 +PackageLocale: en-US +Publisher: Atlassian +PublisherUrl: https://www.atlassian.com +PublisherSupportUrl: https://support.atlassian.com/sourcetree +PrivacyUrl: https://www.atlassian.com/legal/privacy-policy +Author: Atlassian Pty Ltd, Atlassian, Inc. +PackageName: Sourcetree +PackageUrl: https://www.sourcetreeapp.com +License: Proprietary +LicenseUrl: https://www.atlassian.com/legal/software-license-agreement +Copyright: Copyright (c) 2021 Atlassian Pty Ltd, Atlassian, Inc. +ShortDescription: Sourcetree is a free Git desktop client for developers on Windows. Say goodbye to the command line and use the full capabilities of Git through Sourcetree's beautifully simple interface (and stop being jealous of what your Mac friends are using). +Moniker: sourcetree +Tags: +- git +- git-client +- git-gui +- mercurial +- source-control-client +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://www.atlassian.com/legal/software-license-agreement +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Atlassian/Sourcetree/3.4.19/Atlassian.Sourcetree.yaml b/manifests/a/Atlassian/Sourcetree/3.4.19/Atlassian.Sourcetree.yaml new file mode 100644 index 0000000000000..18b78f233fb55 --- /dev/null +++ b/manifests/a/Atlassian/Sourcetree/3.4.19/Atlassian.Sourcetree.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Atlassian.Sourcetree +PackageVersion: 3.4.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AtomicJar/Testcontainers/1.15.0/AtomicJar.Testcontainers.installer.yaml b/manifests/a/AtomicJar/Testcontainers/1.15.0/AtomicJar.Testcontainers.installer.yaml deleted file mode 100644 index 739893f96548c..0000000000000 --- a/manifests/a/AtomicJar/Testcontainers/1.15.0/AtomicJar.Testcontainers.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: AtomicJar.Testcontainers -PackageVersion: 1.15.0 -InstallerLocale: en-US -InstallerType: wix -Scope: user -InstallModes: -- silent -- interactive -- silentWithProgress -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://app.testcontainers.cloud/download/testcontainers-desktop_windows_x86-64.msi - InstallerSha256: D75731C504A45BD5473ADFD8B6D320D8F90B9949F66A09D8680D92FF7143B0E9 - ProductCode: '{A75EABAD-4C85-4689-8F30-D601BB896222}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/AtomicJar/Testcontainers/1.15.0/AtomicJar.Testcontainers.locale.en-US.yaml b/manifests/a/AtomicJar/Testcontainers/1.15.0/AtomicJar.Testcontainers.locale.en-US.yaml deleted file mode 100644 index 89947892928ed..0000000000000 --- a/manifests/a/AtomicJar/Testcontainers/1.15.0/AtomicJar.Testcontainers.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: AtomicJar.Testcontainers -PackageVersion: 1.15.0 -PackageLocale: en-US -Publisher: AtomicJar, Inc. -PrivacyUrl: https://www.iubenda.com/privacy-policy/58807048 -PackageName: Testcontainers Desktop -PackageUrl: https://testcontainers.com -License: Freeware -ShortDescription: Testcontainers is an open source framework for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about anything that can run in a Docker container. -Moniker: testcontainers -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/AtomicJar/Testcontainers/1.15.0/AtomicJar.Testcontainers.yaml b/manifests/a/AtomicJar/Testcontainers/1.15.0/AtomicJar.Testcontainers.yaml deleted file mode 100644 index 25f97f9227036..0000000000000 --- a/manifests/a/AtomicJar/Testcontainers/1.15.0/AtomicJar.Testcontainers.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: AtomicJar.Testcontainers -PackageVersion: 1.15.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/AtomicJar/Testcontainers/1.15.1/AtomicJar.Testcontainers.installer.yaml b/manifests/a/AtomicJar/Testcontainers/1.15.1/AtomicJar.Testcontainers.installer.yaml deleted file mode 100644 index e6bc6b3f6b8e8..0000000000000 --- a/manifests/a/AtomicJar/Testcontainers/1.15.1/AtomicJar.Testcontainers.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: AtomicJar.Testcontainers -PackageVersion: 1.15.1 -InstallerLocale: en-US -InstallerType: wix -Scope: user -InstallModes: -- silent -- interactive -- silentWithProgress -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://app.testcontainers.cloud/download/testcontainers-desktop_windows_x86-64.msi - InstallerSha256: 56C68C44829F30A54C10463E89971EABFCF13389AEA394FF74BF47E82ECB485A - ProductCode: '{546DFEAD-7F76-4529-AFAD-C96B3E3AC464}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/AtomicJar/Testcontainers/1.15.1/AtomicJar.Testcontainers.locale.en-US.yaml b/manifests/a/AtomicJar/Testcontainers/1.15.1/AtomicJar.Testcontainers.locale.en-US.yaml deleted file mode 100644 index 788fb927f87a6..0000000000000 --- a/manifests/a/AtomicJar/Testcontainers/1.15.1/AtomicJar.Testcontainers.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: AtomicJar.Testcontainers -PackageVersion: 1.15.1 -PackageLocale: en-US -Publisher: AtomicJar, Inc. -PrivacyUrl: https://www.iubenda.com/privacy-policy/58807048 -PackageName: Testcontainers Desktop -PackageUrl: https://testcontainers.com -License: Freeware -ShortDescription: Testcontainers is an open source framework for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about anything that can run in a Docker container. -Moniker: testcontainers -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/AtomicJar/Testcontainers/1.15.1/AtomicJar.Testcontainers.yaml b/manifests/a/AtomicJar/Testcontainers/1.15.1/AtomicJar.Testcontainers.yaml deleted file mode 100644 index dac674213009a..0000000000000 --- a/manifests/a/AtomicJar/Testcontainers/1.15.1/AtomicJar.Testcontainers.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: AtomicJar.Testcontainers -PackageVersion: 1.15.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/AtomicJar/Testcontainers/1.16.0/AtomicJar.Testcontainers.installer.yaml b/manifests/a/AtomicJar/Testcontainers/1.16.0/AtomicJar.Testcontainers.installer.yaml new file mode 100644 index 0000000000000..7d4d385015486 --- /dev/null +++ b/manifests/a/AtomicJar/Testcontainers/1.16.0/AtomicJar.Testcontainers.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2024/Aug/26 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: AtomicJar.Testcontainers +PackageVersion: 1.16.0 +InstallerLocale: en-US +InstallerType: wix +Scope: user +InstallModes: +- silent +- interactive +- silentWithProgress +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://app.testcontainers.cloud/download/testcontainers-desktop_windows_x86-64.msi + InstallerSha256: CBE5EB87C45FA5F55B71803B3DE3382C78BF537F70D048FDEBED12C4DA8F20D0 + ProductCode: '{246575A7-2125-40C4-BC0B-F4257610AA43}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/AtomicJar/Testcontainers/1.16.0/AtomicJar.Testcontainers.locale.en-US.yaml b/manifests/a/AtomicJar/Testcontainers/1.16.0/AtomicJar.Testcontainers.locale.en-US.yaml new file mode 100644 index 0000000000000..06fef5ccfc049 --- /dev/null +++ b/manifests/a/AtomicJar/Testcontainers/1.16.0/AtomicJar.Testcontainers.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2024/Aug/26 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: AtomicJar.Testcontainers +PackageVersion: 1.16.0 +PackageLocale: en-US +Publisher: AtomicJar, Inc. +PrivacyUrl: https://www.iubenda.com/privacy-policy/58807048 +PackageName: Testcontainers Desktop +PackageUrl: https://testcontainers.com +License: Freeware +ShortDescription: Testcontainers is an open source framework for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about anything that can run in a Docker container. +Moniker: testcontainers +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/a/AtomicJar/Testcontainers/1.16.0/AtomicJar.Testcontainers.yaml b/manifests/a/AtomicJar/Testcontainers/1.16.0/AtomicJar.Testcontainers.yaml new file mode 100644 index 0000000000000..ca134e9d8ce36 --- /dev/null +++ b/manifests/a/AtomicJar/Testcontainers/1.16.0/AtomicJar.Testcontainers.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/26 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: AtomicJar.Testcontainers +PackageVersion: 1.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/Audacity/Audacity/3.6.1/Audacity.Audacity.installer.yaml b/manifests/a/Audacity/Audacity/3.6.1/Audacity.Audacity.installer.yaml new file mode 100644 index 0000000000000..6ef7ed35a564d --- /dev/null +++ b/manifests/a/Audacity/Audacity/3.6.1/Audacity.Audacity.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Audacity.Audacity +PackageVersion: 3.6.1 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- aiff +- flac +- mp3 +- ogg +- ogv +- pcm +- wav +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/audacity/audacity/releases/download/Audacity-3.6.1/audacity-win-3.6.1-32bit.exe + InstallerSha256: 929A50F11F10246A4DF55612A9F94FD0F8FAAD270F8CF14E84DCAB02EC60399A +- Architecture: x64 + InstallerUrl: https://github.com/audacity/audacity/releases/download/Audacity-3.6.1/audacity-win-3.6.1-64bit.exe + InstallerSha256: 11F75E259E5F12E3E90303F6C1B7732C115E7C6686D2981E0E747A1E521E32C9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Audacity/Audacity/3.6.1/Audacity.Audacity.locale.en-US.yaml b/manifests/a/Audacity/Audacity/3.6.1/Audacity.Audacity.locale.en-US.yaml new file mode 100644 index 0000000000000..4e9e3a34ca55a --- /dev/null +++ b/manifests/a/Audacity/Audacity/3.6.1/Audacity.Audacity.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Audacity.Audacity +PackageVersion: 3.6.1 +PackageLocale: en-US +Publisher: Audacity Team +PublisherUrl: https://www.audacityteam.org +PublisherSupportUrl: https://support.audacityteam.org +PrivacyUrl: https://www.audacityteam.org/desktop-privacy-notice +Author: Audacity Team +PackageName: Audacity +PackageUrl: https://www.audacityteam.org +License: GPL-2.0-or-later +LicenseUrl: https://github.com/audacity/audacity/blob/master/LICENSE.txt +Copyright: Copyright © 2023 by Audacity - All rights reserved +ShortDescription: An easy-to-use, multi-track audio editor and recorder. +Description: Audacity is a free, easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems. +Moniker: audacity +Tags: +- audio +- audio-editor +- cross-platform +- foss +- open-source +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Audacity/Audacity/3.6.1/Audacity.Audacity.yaml b/manifests/a/Audacity/Audacity/3.6.1/Audacity.Audacity.yaml new file mode 100644 index 0000000000000..b231708259aef --- /dev/null +++ b/manifests/a/Audacity/Audacity/3.6.1/Audacity.Audacity.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Audacity.Audacity +PackageVersion: 3.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Audacity/Audacity/3.6.2/Audacity.Audacity.installer.yaml b/manifests/a/Audacity/Audacity/3.6.2/Audacity.Audacity.installer.yaml new file mode 100644 index 0000000000000..7c345cf853536 --- /dev/null +++ b/manifests/a/Audacity/Audacity/3.6.2/Audacity.Audacity.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Audacity.Audacity +PackageVersion: 3.6.2 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- aiff +- flac +- mp3 +- ogg +- ogv +- pcm +- wav +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/audacity/audacity/releases/download/Audacity-3.6.2/audacity-win-3.6.2-32bit.exe + InstallerSha256: 7BCDCF6FD6E16033879DFA3E581E5C6C4D4466012BFE57A2D1897255068215C7 +- Architecture: x64 + InstallerUrl: https://github.com/audacity/audacity/releases/download/Audacity-3.6.2/audacity-win-3.6.2-64bit.exe + InstallerSha256: 77EF679DC87B7E41AC80EC2CA56F6089B9EA1C7FF44CA5EF4BE5590107B1F3FE +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-03 diff --git a/manifests/a/Audacity/Audacity/3.6.2/Audacity.Audacity.locale.en-US.yaml b/manifests/a/Audacity/Audacity/3.6.2/Audacity.Audacity.locale.en-US.yaml new file mode 100644 index 0000000000000..ccfc8ee46cbfe --- /dev/null +++ b/manifests/a/Audacity/Audacity/3.6.2/Audacity.Audacity.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Audacity.Audacity +PackageVersion: 3.6.2 +PackageLocale: en-US +Publisher: Audacity Team +PublisherUrl: https://www.audacityteam.org +PublisherSupportUrl: https://support.audacityteam.org +PrivacyUrl: https://www.audacityteam.org/desktop-privacy-notice +Author: Audacity Team +PackageName: Audacity +PackageUrl: https://www.audacityteam.org +License: GPL-2.0-or-later +LicenseUrl: https://github.com/audacity/audacity/blob/master/LICENSE.txt +Copyright: Copyright © 2023 by Audacity - All rights reserved +ShortDescription: An easy-to-use, multi-track audio editor and recorder. +Description: Audacity is a free, easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems. +Moniker: audacity +Tags: +- audio +- audio-editor +- cross-platform +- foss +- open-source +ReleaseNotesUrl: https://github.com/audacity/audacity/releases/tag/Audacity-3.6.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/audacity/audacity/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Audacity/Audacity/3.6.2/Audacity.Audacity.yaml b/manifests/a/Audacity/Audacity/3.6.2/Audacity.Audacity.yaml new file mode 100644 index 0000000000000..9b2af2c59cd10 --- /dev/null +++ b/manifests/a/Audacity/Audacity/3.6.2/Audacity.Audacity.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Audacity.Audacity +PackageVersion: 3.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Audacity/Audacity/3.6.3/Audacity.Audacity.installer.yaml b/manifests/a/Audacity/Audacity/3.6.3/Audacity.Audacity.installer.yaml new file mode 100644 index 0000000000000..915cfc012e040 --- /dev/null +++ b/manifests/a/Audacity/Audacity/3.6.3/Audacity.Audacity.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Audacity.Audacity +PackageVersion: 3.6.3 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- aiff +- flac +- mp3 +- ogg +- ogv +- pcm +- wav +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/audacity/audacity/releases/download/Audacity-3.6.3/audacity-win-3.6.3-32bit.exe + InstallerSha256: 2F9D888F5C7BA5B651E4485C624835EADC45C88DD47C03ED72D48B41D9F5E7B3 +- Architecture: x64 + InstallerUrl: https://github.com/audacity/audacity/releases/download/Audacity-3.6.3/audacity-win-3.6.3-64bit.exe + InstallerSha256: 3753BDEF30D8C7D12820E1AF091C010737E45289C65AC82A8D4D154DDB6EB4A7 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-09 diff --git a/manifests/a/Audacity/Audacity/3.6.3/Audacity.Audacity.locale.en-US.yaml b/manifests/a/Audacity/Audacity/3.6.3/Audacity.Audacity.locale.en-US.yaml new file mode 100644 index 0000000000000..9e0ff4e18793d --- /dev/null +++ b/manifests/a/Audacity/Audacity/3.6.3/Audacity.Audacity.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Audacity.Audacity +PackageVersion: 3.6.3 +PackageLocale: en-US +Publisher: Audacity Team +PublisherUrl: https://www.audacityteam.org +PublisherSupportUrl: https://support.audacityteam.org +PrivacyUrl: https://www.audacityteam.org/desktop-privacy-notice +Author: Audacity Team +PackageName: Audacity +PackageUrl: https://www.audacityteam.org +License: GPL-2.0-or-later +LicenseUrl: https://github.com/audacity/audacity/blob/master/LICENSE.txt +Copyright: Copyright © 2023 by Audacity - All rights reserved +ShortDescription: An easy-to-use, multi-track audio editor and recorder. +Description: Audacity is a free, easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems. +Moniker: audacity +Tags: +- audio +- audio-editor +- cross-platform +- foss +- open-source +ReleaseNotesUrl: https://github.com/audacity/audacity/releases/tag/Audacity-3.6.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/audacity/audacity/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Audacity/Audacity/3.6.3/Audacity.Audacity.yaml b/manifests/a/Audacity/Audacity/3.6.3/Audacity.Audacity.yaml new file mode 100644 index 0000000000000..5f8f2ff664ec1 --- /dev/null +++ b/manifests/a/Audacity/Audacity/3.6.3/Audacity.Audacity.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Audacity.Audacity +PackageVersion: 3.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.1/AuraMarker.Lattics.installer.yaml b/manifests/a/AuraMarker/Lattics/1.23.1/AuraMarker.Lattics.installer.yaml new file mode 100644 index 0000000000000..9f90381dc80cb --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.1/AuraMarker.Lattics.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.1 +InstallerType: zip +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-22 +Installers: +- Architecture: x64 + NestedInstallerType: nullsoft + NestedInstallerFiles: + - RelativeFilePath: Lattics_win_installer_x64_1.23.1.exe + Scope: user + InstallerUrl: https://media.zine.la/Lattics/1.23/Lattics_win_installer_x64_1.23.1.exe.zip + InstallerSha256: 277C52CE3AB3F63EC03D8273B9C4D06FC28888AEC5891B4A5ADE3B6AFED1569F + InstallerSwitches: + Custom: /currentuser + ProductCode: 4f8bf0ca-03d4-5fd8-b740-20148a6f9cd9 +- Architecture: x64 + NestedInstallerType: nullsoft + NestedInstallerFiles: + - RelativeFilePath: Lattics_win_installer_x64_1.23.1.exe + Scope: machine + InstallerUrl: https://media.zine.la/Lattics/1.23/Lattics_win_installer_x64_1.23.1.exe.zip + InstallerSha256: 277C52CE3AB3F63EC03D8273B9C4D06FC28888AEC5891B4A5ADE3B6AFED1569F + InstallerSwitches: + Custom: /allusers + ProductCode: 4f8bf0ca-03d4-5fd8-b740-20148a6f9cd9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.1/AuraMarker.Lattics.locale.en-US.yaml b/manifests/a/AuraMarker/Lattics/1.23.1/AuraMarker.Lattics.locale.en-US.yaml new file mode 100644 index 0000000000000..02fc31906602f --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.1/AuraMarker.Lattics.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.1 +PackageLocale: en-US +Publisher: AuraMarker +PublisherUrl: https://auramarker.com/ +PublisherSupportUrl: https://discordapp.com/invite/lattics +PrivacyUrl: https://lattics.zineapi.com/privacy-policy +Author: Aura Marker Studio Co., Ltd. +PackageName: Lattics +PackageUrl: https://lattics.zineapi.com/ +License: Proprietary +LicenseUrl: https://lattics.zineapi.com/terms_of_service +Copyright: © 2024 Aura Marker Studio Co., Ltd. All Rights Reserved. +# CopyrightUrl: +ShortDescription: '"Brain-like" Knowledge Management Notes' +# Description: +# Moniker: +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +ReleaseNotes: Fixed an issue when restoring a backup would fail in certain circumstances +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://helps.auramarker.com/en/lattics/backup_and_sync +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.1/AuraMarker.Lattics.locale.zh-CN.yaml b/manifests/a/AuraMarker/Lattics/1.23.1/AuraMarker.Lattics.locale.zh-CN.yaml new file mode 100644 index 0000000000000..36fee1912dfec --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.1/AuraMarker.Lattics.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.1 +PackageLocale: zh-CN +Publisher: AuraMarker +PublisherUrl: https://auramarker.com/ +# PublisherSupportUrl: +PrivacyUrl: https://lattics.zineapi.com/zh-CN/privacy-policy +Author: 深圳市欧若马可科技有限公司 +PackageName: Lattics +PackageUrl: https://lattics.zineapi.com/zh-CN +License: 专有软件 +LicenseUrl: https://lattics.zineapi.com/zh-CN/terms_of_service +Copyright: © 2024 Aura Marker Studio Co., Ltd. All Rights Reserved. +# CopyrightUrl: +ShortDescription: 「类脑式」知识管理笔记与写作 +# Description: +# Moniker: +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +ReleaseNotes: 解决恢复备份在某些情况下会失败的问题 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://helps.auramarker.com/lattics/backup_and_sync +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.1/AuraMarker.Lattics.yaml b/manifests/a/AuraMarker/Lattics/1.23.1/AuraMarker.Lattics.yaml new file mode 100644 index 0000000000000..6741ca4096f04 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.1/AuraMarker.Lattics.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.2/AuraMarker.Lattics.installer.yaml b/manifests/a/AuraMarker/Lattics/1.23.2/AuraMarker.Lattics.installer.yaml new file mode 100644 index 0000000000000..e9347cc653a42 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.2/AuraMarker.Lattics.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.2 +InstallerType: zip +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x64 + NestedInstallerType: nullsoft + NestedInstallerFiles: + - RelativeFilePath: Lattics_win_installer_x64_1.23.2.exe + Scope: user + InstallerUrl: https://media.zine.la/Lattics/1.23/Lattics_win_installer_x64_1.23.2.exe.zip + InstallerSha256: 98AE1530B8BE55F345E0AE53F085A7933ED247E927B062DC7A2D4D30C7E03EB5 + InstallerSwitches: + Custom: /currentuser + ProductCode: 4f8bf0ca-03d4-5fd8-b740-20148a6f9cd9 +- Architecture: x64 + NestedInstallerType: nullsoft + NestedInstallerFiles: + - RelativeFilePath: Lattics_win_installer_x64_1.23.2.exe + Scope: machine + InstallerUrl: https://media.zine.la/Lattics/1.23/Lattics_win_installer_x64_1.23.2.exe.zip + InstallerSha256: 98AE1530B8BE55F345E0AE53F085A7933ED247E927B062DC7A2D4D30C7E03EB5 + InstallerSwitches: + Custom: /allusers + ProductCode: 4f8bf0ca-03d4-5fd8-b740-20148a6f9cd9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.2/AuraMarker.Lattics.locale.en-US.yaml b/manifests/a/AuraMarker/Lattics/1.23.2/AuraMarker.Lattics.locale.en-US.yaml new file mode 100644 index 0000000000000..616c1071b1e7c --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.2/AuraMarker.Lattics.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.2 +PackageLocale: en-US +Publisher: AuraMarker +PublisherUrl: https://auramarker.com/ +PublisherSupportUrl: https://discordapp.com/invite/lattics +PrivacyUrl: https://lattics.zineapi.com/privacy-policy +Author: Aura Marker Studio Co., Ltd. +PackageName: Lattics +PackageUrl: https://lattics.zineapi.com/ +License: Proprietary +LicenseUrl: https://lattics.zineapi.com/terms_of_service +Copyright: © 2024 Aura Marker Studio Co., Ltd. All Rights Reserved. +# CopyrightUrl: +ShortDescription: '"Brain-like" Knowledge Management Notes' +# Description: +# Moniker: +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +ReleaseNotes: |- + [New] Slash table template + [New] Multiple rows can be set for table header or footer + [Optimize] Color setting for alternative rows in table style +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://helps.auramarker.com/en/lattics/backup_and_sync +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.2/AuraMarker.Lattics.locale.zh-CN.yaml b/manifests/a/AuraMarker/Lattics/1.23.2/AuraMarker.Lattics.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bdeb7374ec6aa --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.2/AuraMarker.Lattics.locale.zh-CN.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.2 +PackageLocale: zh-CN +Publisher: AuraMarker +PublisherUrl: https://auramarker.com/ +# PublisherSupportUrl: +PrivacyUrl: https://lattics.zineapi.com/zh-CN/privacy-policy +Author: 深圳市欧若马可科技有限公司 +PackageName: Lattics +PackageUrl: https://lattics.zineapi.com/zh-CN +License: 专有软件 +LicenseUrl: https://lattics.zineapi.com/zh-CN/terms_of_service +Copyright: © 2024 Aura Marker Studio Co., Ltd. All Rights Reserved. +# CopyrightUrl: +ShortDescription: 「类脑式」知识管理笔记与写作 +# Description: +# Moniker: +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +ReleaseNotes: |- + 【新增】斜线表模版 + 【新增】表头,表尾可设置多行 + 【优化】表格样式交叉行色彩设置 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://helps.auramarker.com/lattics/backup_and_sync +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.2/AuraMarker.Lattics.yaml b/manifests/a/AuraMarker/Lattics/1.23.2/AuraMarker.Lattics.yaml new file mode 100644 index 0000000000000..5cbf0a48b2927 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.2/AuraMarker.Lattics.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.3/AuraMarker.Lattics.installer.yaml b/manifests/a/AuraMarker/Lattics/1.23.3/AuraMarker.Lattics.installer.yaml new file mode 100644 index 0000000000000..776a0d5af8087 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.3/AuraMarker.Lattics.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.3 +InstallerType: zip +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + NestedInstallerType: nullsoft + NestedInstallerFiles: + - RelativeFilePath: Lattics_win_installer_x64_1.23.3.exe + Scope: user + InstallerUrl: https://media.zine.la/Lattics/1.23/Lattics_win_installer_x64_1.23.3.exe.zip + InstallerSha256: 5835F426A5845A7F641DD08CB052205A775EC23994B196B6CE7884C52405283E + InstallerSwitches: + Custom: /currentuser + ProductCode: 4f8bf0ca-03d4-5fd8-b740-20148a6f9cd9 +- Architecture: x64 + NestedInstallerType: nullsoft + NestedInstallerFiles: + - RelativeFilePath: Lattics_win_installer_x64_1.23.3.exe + Scope: machine + InstallerUrl: https://media.zine.la/Lattics/1.23/Lattics_win_installer_x64_1.23.3.exe.zip + InstallerSha256: 5835F426A5845A7F641DD08CB052205A775EC23994B196B6CE7884C52405283E + InstallerSwitches: + Custom: /allusers + ProductCode: 4f8bf0ca-03d4-5fd8-b740-20148a6f9cd9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.3/AuraMarker.Lattics.locale.en-US.yaml b/manifests/a/AuraMarker/Lattics/1.23.3/AuraMarker.Lattics.locale.en-US.yaml new file mode 100644 index 0000000000000..fb51532281756 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.3/AuraMarker.Lattics.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.3 +PackageLocale: en-US +Publisher: AuraMarker +PublisherUrl: https://auramarker.com/ +PublisherSupportUrl: https://discordapp.com/invite/lattics +PrivacyUrl: https://lattics.zineapi.com/privacy-policy +Author: Aura Marker Studio Co., Ltd. +PackageName: Lattics +PackageUrl: https://lattics.zineapi.com/ +License: Proprietary +LicenseUrl: https://lattics.zineapi.com/terms_of_service +Copyright: © 2024 Aura Marker Studio Co., Ltd. All Rights Reserved. +# CopyrightUrl: +ShortDescription: '"Brain-like" Knowledge Management Notes' +# Description: +# Moniker: +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +ReleaseNotes: |- + [New] Customize the dictionary for spell checking + [Optimize] Improve the experience of displaying images in tables and exporting articles containing tables to Word +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://helps.auramarker.com/en/lattics/backup_and_sync +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.3/AuraMarker.Lattics.locale.zh-CN.yaml b/manifests/a/AuraMarker/Lattics/1.23.3/AuraMarker.Lattics.locale.zh-CN.yaml new file mode 100644 index 0000000000000..990183071f6ce --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.3/AuraMarker.Lattics.locale.zh-CN.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.3 +PackageLocale: zh-CN +Publisher: AuraMarker +PublisherUrl: https://auramarker.com/ +# PublisherSupportUrl: +PrivacyUrl: https://lattics.zineapi.com/zh-CN/privacy-policy +Author: 深圳市欧若马可科技有限公司 +PackageName: Lattics +PackageUrl: https://lattics.zineapi.com/zh-CN +License: 专有软件 +LicenseUrl: https://lattics.zineapi.com/zh-CN/terms_of_service +Copyright: © 2024 Aura Marker Studio Co., Ltd. All Rights Reserved. +# CopyrightUrl: +ShortDescription: 「类脑式」知识管理笔记与写作 +# Description: +# Moniker: +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +ReleaseNotes: |- + 【新增】自定义拼写检查的词典 + 【优化】改进表格中显示图片,以及含有表格的文章导出 Word 的体验 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://helps.auramarker.com/lattics/backup_and_sync +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.3/AuraMarker.Lattics.yaml b/manifests/a/AuraMarker/Lattics/1.23.3/AuraMarker.Lattics.yaml new file mode 100644 index 0000000000000..580342ba1ce8c --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.3/AuraMarker.Lattics.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.4/AuraMarker.Lattics.installer.yaml b/manifests/a/AuraMarker/Lattics/1.23.4/AuraMarker.Lattics.installer.yaml new file mode 100644 index 0000000000000..3b7b1eeaaac9c --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.4/AuraMarker.Lattics.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.4 +InstallerType: zip +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-15 +Installers: +- Architecture: x64 + NestedInstallerType: nullsoft + NestedInstallerFiles: + - RelativeFilePath: Lattics_win_installer_x64_1.23.4.exe + Scope: user + InstallerUrl: https://media.zine.la/Lattics/1.23/Lattics_win_installer_x64_1.23.4.exe.zip + InstallerSha256: 3D24BDB9C265A9ED4AA55CACB549B3050AA188E0E238C2CB31AB5AAE572AB6D9 + InstallerSwitches: + Custom: /currentuser + ProductCode: 4f8bf0ca-03d4-5fd8-b740-20148a6f9cd9 +- Architecture: x64 + NestedInstallerType: nullsoft + NestedInstallerFiles: + - RelativeFilePath: Lattics_win_installer_x64_1.23.4.exe + Scope: machine + InstallerUrl: https://media.zine.la/Lattics/1.23/Lattics_win_installer_x64_1.23.4.exe.zip + InstallerSha256: 3D24BDB9C265A9ED4AA55CACB549B3050AA188E0E238C2CB31AB5AAE572AB6D9 + InstallerSwitches: + Custom: /allusers + ProductCode: 4f8bf0ca-03d4-5fd8-b740-20148a6f9cd9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.4/AuraMarker.Lattics.locale.en-US.yaml b/manifests/a/AuraMarker/Lattics/1.23.4/AuraMarker.Lattics.locale.en-US.yaml new file mode 100644 index 0000000000000..e61ff4c75ce38 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.4/AuraMarker.Lattics.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.4 +PackageLocale: en-US +Publisher: AuraMarker +PublisherUrl: https://auramarker.com/ +PublisherSupportUrl: https://discordapp.com/invite/lattics +PrivacyUrl: https://lattics.zineapi.com/privacy-policy +Author: Aura Marker Studio Co., Ltd. +PackageName: Lattics +PackageUrl: https://lattics.zineapi.com/ +License: Proprietary +LicenseUrl: https://lattics.zineapi.com/terms_of_service +Copyright: © 2024 Aura Marker Studio Co., Ltd. All Rights Reserved. +# CopyrightUrl: +ShortDescription: '"Brain-like" Knowledge Management Notes' +# Description: +# Moniker: +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +ReleaseNotes: |- + [Optimize] Improve detailed experience of tables, graphs, and card libraries +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://helps.auramarker.com/en/lattics/backup_and_sync +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.4/AuraMarker.Lattics.locale.zh-CN.yaml b/manifests/a/AuraMarker/Lattics/1.23.4/AuraMarker.Lattics.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e912f2d9e81d7 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.4/AuraMarker.Lattics.locale.zh-CN.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.4 +PackageLocale: zh-CN +Publisher: AuraMarker +PublisherUrl: https://auramarker.com/ +# PublisherSupportUrl: +PrivacyUrl: https://lattics.zineapi.com/zh-CN/privacy-policy +Author: 深圳市欧若马可科技有限公司 +PackageName: Lattics +PackageUrl: https://lattics.zineapi.com/zh-CN +License: 专有软件 +LicenseUrl: https://lattics.zineapi.com/zh-CN/terms_of_service +Copyright: © 2024 Aura Marker Studio Co., Ltd. All Rights Reserved. +# CopyrightUrl: +ShortDescription: 「类脑式」知识管理笔记与写作 +# Description: +# Moniker: +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +ReleaseNotes: |- + 【新增】支持邀请码,推荐朋友使用 Lattics 并购买会员,可获得积分,积分可用于兑换会员 + 【优化】表格、图谱、卡片库的细节体验 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://helps.auramarker.com/lattics/backup_and_sync +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AuraMarker/Lattics/1.23.4/AuraMarker.Lattics.yaml b/manifests/a/AuraMarker/Lattics/1.23.4/AuraMarker.Lattics.yaml new file mode 100644 index 0000000000000..ee6f5bc0a53f9 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/1.23.4/AuraMarker.Lattics.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 1.23.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.0/Avanquestpdfforge.PDFCreator-Free.installer.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.0/Avanquestpdfforge.PDFCreator-Free.installer.yaml new file mode 100644 index 0000000000000..d4f44c0bcf5d5 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.0/Avanquestpdfforge.PDFCreator-Free.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Free +PackageVersion: 5.3.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT + SilentWithProgress: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT +UpgradeBehavior: install +ReleaseDate: 2024-08-15 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.download.pdfforge.org/pdfcreator/5.3.0/PDFCreator-5_3_0-Setup.exe + InstallerSha256: 5027F7E09075E3FBAD2C122D0F3FB215C641C17AFF83FD175E43C673C66A9FDE +- Architecture: x64 + InstallerUrl: https://cdn.download.pdfforge.org/pdfcreator/5.3.0/PDFCreator-5_3_0-Setup.exe + InstallerSha256: 5027F7E09075E3FBAD2C122D0F3FB215C641C17AFF83FD175E43C673C66A9FDE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.0/Avanquestpdfforge.PDFCreator-Free.locale.en-US.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.0/Avanquestpdfforge.PDFCreator-Free.locale.en-US.yaml new file mode 100644 index 0000000000000..a4e4795f7c691 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.0/Avanquestpdfforge.PDFCreator-Free.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Free +PackageVersion: 5.3.0 +PackageLocale: en-US +Publisher: Avanquest pdfforge GmbH +PublisherSupportUrl: https://www.pdfforge.org/pdfcreator/support +PackageName: PDFCreator Free +PackageUrl: https://www.pdfforge.org/pdfcreator/editions +License: GNU AGPL (and others) +LicenseUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/ +Copyright: Copyright (c) 2024 Avanquest pdfforge GmbH. All rights reserved. +CopyrightUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/ +ShortDescription: PDFCreator is the easy way of creating PDFs. +Moniker: PDFCreator-Free +Tags: +- automation +- file-compression +- file-conversion +- pdf +- pdfcreator +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.0/Avanquestpdfforge.PDFCreator-Free.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.0/Avanquestpdfforge.PDFCreator-Free.yaml new file mode 100644 index 0000000000000..e694e37b331b7 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.0/Avanquestpdfforge.PDFCreator-Free.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Free +PackageVersion: 5.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.1/Avanquestpdfforge.PDFCreator-Free.installer.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.1/Avanquestpdfforge.PDFCreator-Free.installer.yaml new file mode 100644 index 0000000000000..c9b5f85ff61dc --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.1/Avanquestpdfforge.PDFCreator-Free.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Free +PackageVersion: 5.3.1 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT + SilentWithProgress: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT +UpgradeBehavior: install +ReleaseDate: 2024-08-22 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.download.pdfforge.org/pdfcreator/5.3.1/PDFCreator-5_3_1-Setup.exe + InstallerSha256: 66D6FAEB45A0F126AB6AD5B65B7250323B0D3E58CAC4B3EAE1A4E257DFF32A87 +- Architecture: x64 + InstallerUrl: https://cdn.download.pdfforge.org/pdfcreator/5.3.1/PDFCreator-5_3_1-Setup.exe + InstallerSha256: 66D6FAEB45A0F126AB6AD5B65B7250323B0D3E58CAC4B3EAE1A4E257DFF32A87 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.1/Avanquestpdfforge.PDFCreator-Free.locale.en-US.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.1/Avanquestpdfforge.PDFCreator-Free.locale.en-US.yaml new file mode 100644 index 0000000000000..65fff77ad95d3 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.1/Avanquestpdfforge.PDFCreator-Free.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Free +PackageVersion: 5.3.1 +PackageLocale: en-US +Publisher: Avanquest pdfforge GmbH +PublisherSupportUrl: https://www.pdfforge.org/pdfcreator/support +PackageName: PDFCreator Free +PackageUrl: https://www.pdfforge.org/pdfcreator/editions +License: GNU AGPL (and others) +LicenseUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/ +Copyright: Copyright (c) 2024 Avanquest pdfforge GmbH. All rights reserved. +CopyrightUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/ +ShortDescription: PDFCreator is the easy way of creating PDFs. +Moniker: PDFCreator-Free +Tags: +- automation +- file-compression +- file-conversion +- pdf +- pdfcreator +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.1/Avanquestpdfforge.PDFCreator-Free.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.1/Avanquestpdfforge.PDFCreator-Free.yaml new file mode 100644 index 0000000000000..0194ddb79a88f --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Free/5.3.1/Avanquestpdfforge.PDFCreator-Free.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Free +PackageVersion: 5.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.0/Avanquestpdfforge.PDFCreator-Professional.installer.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.0/Avanquestpdfforge.PDFCreator-Professional.installer.yaml new file mode 100644 index 0000000000000..42b65f629ee88 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.0/Avanquestpdfforge.PDFCreator-Professional.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Professional +PackageVersion: 5.3.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT /DEFERLICENSECHECK + SilentWithProgress: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT /DEFERLICENSECHECK +UpgradeBehavior: install +ReleaseDate: 2024-08-15 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.download.pdfforge.org/pdfcreator-professional/5.3.0/PDFCreator-Professional-5_3_0-Setup.exe + InstallerSha256: C2912CFFCE55D273B0E06FB0327CAF70D4E3526D87BA1444836B9740F680267B +- Architecture: x64 + InstallerUrl: https://cdn.download.pdfforge.org/pdfcreator-professional/5.3.0/PDFCreator-Professional-5_3_0-Setup.exe + InstallerSha256: C2912CFFCE55D273B0E06FB0327CAF70D4E3526D87BA1444836B9740F680267B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.0/Avanquestpdfforge.PDFCreator-Professional.locale.en-US.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.0/Avanquestpdfforge.PDFCreator-Professional.locale.en-US.yaml new file mode 100644 index 0000000000000..ec397edd50955 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.0/Avanquestpdfforge.PDFCreator-Professional.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Professional +PackageVersion: 5.3.0 +PackageLocale: en-US +Publisher: Avanquest pdfforge GmbH +PublisherSupportUrl: https://www.pdfforge.org/pdfcreator/support +PackageName: PDFCreator Professional +PackageUrl: https://www.pdfforge.org/pdfcreator/editions/pdfcreator-professional +License: EULA +LicenseUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/pdfcreator-eula/ +Copyright: Copyright (c) 2024 Avanquest pdfforge GmbH. All rights reserved. +CopyrightUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/pdfcreator-eula/ +ShortDescription: PDFCreator Professional is an ad-free, admin-friendly solution that allows easy unattended deployment. +Moniker: PDFCreator-Professional +Tags: +- automation +- file-compression +- file-conversion +- pdf +- pdfcreator +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.0/Avanquestpdfforge.PDFCreator-Professional.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.0/Avanquestpdfforge.PDFCreator-Professional.yaml new file mode 100644 index 0000000000000..239bc5a48a000 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.0/Avanquestpdfforge.PDFCreator-Professional.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Professional +PackageVersion: 5.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.1/Avanquestpdfforge.PDFCreator-Professional.installer.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.1/Avanquestpdfforge.PDFCreator-Professional.installer.yaml new file mode 100644 index 0000000000000..a81622a0c08bf --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.1/Avanquestpdfforge.PDFCreator-Professional.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Professional +PackageVersion: 5.3.1 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT /DEFERLICENSECHECK + SilentWithProgress: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT /DEFERLICENSECHECK +UpgradeBehavior: install +ReleaseDate: 2024-08-22 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.download.pdfforge.org/pdfcreator-professional/5.3.1/PDFCreator-Professional-5_3_1-Setup.exe + InstallerSha256: 6590FC172AEABB7992691753A096846641F8137BFA4DC592D11C13B62C295B39 +- Architecture: x64 + InstallerUrl: https://cdn.download.pdfforge.org/pdfcreator-professional/5.3.1/PDFCreator-Professional-5_3_1-Setup.exe + InstallerSha256: 6590FC172AEABB7992691753A096846641F8137BFA4DC592D11C13B62C295B39 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.1/Avanquestpdfforge.PDFCreator-Professional.locale.en-US.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.1/Avanquestpdfforge.PDFCreator-Professional.locale.en-US.yaml new file mode 100644 index 0000000000000..c731819ac2831 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.1/Avanquestpdfforge.PDFCreator-Professional.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Professional +PackageVersion: 5.3.1 +PackageLocale: en-US +Publisher: Avanquest pdfforge GmbH +PublisherSupportUrl: https://www.pdfforge.org/pdfcreator/support +PackageName: PDFCreator Professional +PackageUrl: https://www.pdfforge.org/pdfcreator/editions/pdfcreator-professional +License: EULA +LicenseUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/pdfcreator-eula/ +Copyright: Copyright (c) 2024 Avanquest pdfforge GmbH. All rights reserved. +CopyrightUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/pdfcreator-eula/ +ShortDescription: PDFCreator Professional is an ad-free, admin-friendly solution that allows easy unattended deployment. +Moniker: PDFCreator-Professional +Tags: +- automation +- file-compression +- file-conversion +- pdf +- pdfcreator +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.1/Avanquestpdfforge.PDFCreator-Professional.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.1/Avanquestpdfforge.PDFCreator-Professional.yaml new file mode 100644 index 0000000000000..2dc251de4d485 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/5.3.1/Avanquestpdfforge.PDFCreator-Professional.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Professional +PackageVersion: 5.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.0/Avanquestpdfforge.PDFCreator-Terminal-Server.installer.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.0/Avanquestpdfforge.PDFCreator-Terminal-Server.installer.yaml new file mode 100644 index 0000000000000..847162c4b290e --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.0/Avanquestpdfforge.PDFCreator-Terminal-Server.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Terminal-Server +PackageVersion: 5.3.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT /DEFERLICENSECHECK + SilentWithProgress: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT /DEFERLICENSECHECK +UpgradeBehavior: install +ReleaseDate: 2024-08-15 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.download.pdfforge.org/pdfcreator-terminal-server/5.3.0/PDFCreator-Terminal-Server-5_3_0-Setup.exe + InstallerSha256: 4D5A71039D08B7997237771CEEFCFD959DF0FC419CDA5EE28E02FA08409A4BF0 +- Architecture: x64 + InstallerUrl: https://cdn.download.pdfforge.org/pdfcreator-terminal-server/5.3.0/PDFCreator-Terminal-Server-5_3_0-Setup.exe + InstallerSha256: 4D5A71039D08B7997237771CEEFCFD959DF0FC419CDA5EE28E02FA08409A4BF0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.0/Avanquestpdfforge.PDFCreator-Terminal-Server.locale.en-US.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.0/Avanquestpdfforge.PDFCreator-Terminal-Server.locale.en-US.yaml new file mode 100644 index 0000000000000..05962f2d812d4 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.0/Avanquestpdfforge.PDFCreator-Terminal-Server.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Terminal-Server +PackageVersion: 5.3.0 +PackageLocale: en-US +Publisher: Avanquest pdfforge GmbH +PublisherSupportUrl: https://www.pdfforge.org/pdfcreator/support +PackageName: PDFCreator Terminal Server +PackageUrl: https://www.pdfforge.org/pdfcreator/editions/pdfcreator-terminal-server +License: EULA +LicenseUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/pdfcreator-eula/ +Copyright: Copyright (c) 2024 Avanquest pdfforge GmbH. All rights reserved. +CopyrightUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/pdfcreator-eula/ +ShortDescription: A solution designed for Windows Servers with Remote Desktop Services and Citrix Servers, ensuring the secure allocation of print jobs to individual user sessions. +Moniker: PDFCreator-Terminal-Server +Tags: +- automation +- file-compression +- file-conversion +- pdf +- pdfcreator +- remote-desktop-services +- terminal-server +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.0/Avanquestpdfforge.PDFCreator-Terminal-Server.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.0/Avanquestpdfforge.PDFCreator-Terminal-Server.yaml new file mode 100644 index 0000000000000..0d77e3360c34a --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.0/Avanquestpdfforge.PDFCreator-Terminal-Server.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Terminal-Server +PackageVersion: 5.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.1/Avanquestpdfforge.PDFCreator-Terminal-Server.installer.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.1/Avanquestpdfforge.PDFCreator-Terminal-Server.installer.yaml new file mode 100644 index 0000000000000..dc045860a5458 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.1/Avanquestpdfforge.PDFCreator-Terminal-Server.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Terminal-Server +PackageVersion: 5.3.1 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT /DEFERLICENSECHECK + SilentWithProgress: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT /DEFERLICENSECHECK +UpgradeBehavior: install +ReleaseDate: 2024-08-22 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.download.pdfforge.org/pdfcreator-terminal-server/5.3.1/PDFCreator-Terminal-Server-5_3_1-Setup.exe + InstallerSha256: F3AF15892C6046F7BE71349F1C7D2994D6B23F193B084528FB00B654D3651C63 +- Architecture: x64 + InstallerUrl: https://cdn.download.pdfforge.org/pdfcreator-terminal-server/5.3.1/PDFCreator-Terminal-Server-5_3_1-Setup.exe + InstallerSha256: F3AF15892C6046F7BE71349F1C7D2994D6B23F193B084528FB00B654D3651C63 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.1/Avanquestpdfforge.PDFCreator-Terminal-Server.locale.en-US.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.1/Avanquestpdfforge.PDFCreator-Terminal-Server.locale.en-US.yaml new file mode 100644 index 0000000000000..c0c109784a12f --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.1/Avanquestpdfforge.PDFCreator-Terminal-Server.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Terminal-Server +PackageVersion: 5.3.1 +PackageLocale: en-US +Publisher: Avanquest pdfforge GmbH +PublisherSupportUrl: https://www.pdfforge.org/pdfcreator/support +PackageName: PDFCreator Terminal Server +PackageUrl: https://www.pdfforge.org/pdfcreator/editions/pdfcreator-terminal-server +License: EULA +LicenseUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/pdfcreator-eula/ +Copyright: Copyright (c) 2024 Avanquest pdfforge GmbH. All rights reserved. +CopyrightUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/pdfcreator-eula/ +ShortDescription: A solution designed for Windows Servers with Remote Desktop Services and Citrix Servers, ensuring the secure allocation of print jobs to individual user sessions. +Moniker: PDFCreator-Terminal-Server +Tags: +- automation +- file-compression +- file-conversion +- pdf +- pdfcreator +- remote-desktop-services +- terminal-server +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.1/Avanquestpdfforge.PDFCreator-Terminal-Server.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.1/Avanquestpdfforge.PDFCreator-Terminal-Server.yaml new file mode 100644 index 0000000000000..99152cf9489e2 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.1/Avanquestpdfforge.PDFCreator-Terminal-Server.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Terminal-Server +PackageVersion: 5.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AxCrypt/AxCrypt/2.1.1675.0/AxCrypt.AxCrypt.installer.yaml b/manifests/a/AxCrypt/AxCrypt/2.1.1675.0/AxCrypt.AxCrypt.installer.yaml deleted file mode 100644 index 03bcaa711a25c..0000000000000 --- a/manifests/a/AxCrypt/AxCrypt/2.1.1675.0/AxCrypt.AxCrypt.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/03 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: AxCrypt.AxCrypt -PackageVersion: 2.1.1675.0 -Installers: -- Architecture: x86 - InstallerType: nullsoft - InstallerUrl: https://account.axcrypt.net/download/axcrypt-2-setup.exe - InstallerSha256: 0FDD4FB7AB6A8C05389D80DC71C72EFD43F4107BB11BC44D135CE80A30AC9175 - ProductCode: "{9FB96B8C-6459-4DC5-CB2A-C047E1C53979}" -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/AxCrypt/AxCrypt/2.1.1675.0/AxCrypt.AxCrypt.yaml b/manifests/a/AxCrypt/AxCrypt/2.1.1675.0/AxCrypt.AxCrypt.yaml deleted file mode 100644 index 68591bd1c2957..0000000000000 --- a/manifests/a/AxCrypt/AxCrypt/2.1.1675.0/AxCrypt.AxCrypt.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/03 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: AxCrypt.AxCrypt -PackageVersion: 2.1.1675.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/AxCrypt/AxCrypt/2.1.1692.0/AxCrypt.AxCrypt.installer.yaml b/manifests/a/AxCrypt/AxCrypt/2.1.1692.0/AxCrypt.AxCrypt.installer.yaml new file mode 100644 index 0000000000000..23c49793d2c45 --- /dev/null +++ b/manifests/a/AxCrypt/AxCrypt/2.1.1692.0/AxCrypt.AxCrypt.installer.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2024/Aug/29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: AxCrypt.AxCrypt +PackageVersion: 2.1.1692.0 +Installers: +- Architecture: x86 + InstallerType: nullsoft + InstallerUrl: https://account.axcrypt.net/download/axcrypt-2-setup.exe + InstallerSha256: 5AEF4C7853A07F2F48F48C4F78E722BF553BB30AD380FCCC257938C8011DF015 + ProductCode: "{9FB96B8C-6459-4DC5-CB2A-C047E1C53979}" +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/AxCrypt/AxCrypt/2.1.1675.0/AxCrypt.AxCrypt.locale.en-US.yaml b/manifests/a/AxCrypt/AxCrypt/2.1.1692.0/AxCrypt.AxCrypt.locale.en-US.yaml similarity index 85% rename from manifests/a/AxCrypt/AxCrypt/2.1.1675.0/AxCrypt.AxCrypt.locale.en-US.yaml rename to manifests/a/AxCrypt/AxCrypt/2.1.1692.0/AxCrypt.AxCrypt.locale.en-US.yaml index 6d0780b19fc8b..d98d5b77da592 100644 --- a/manifests/a/AxCrypt/AxCrypt/2.1.1675.0/AxCrypt.AxCrypt.locale.en-US.yaml +++ b/manifests/a/AxCrypt/AxCrypt/2.1.1692.0/AxCrypt.AxCrypt.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/May/03 +# Automatically updated by the winget bot at 2024/Aug/29 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: AxCrypt.AxCrypt -PackageVersion: 2.1.1675.0 +PackageVersion: 2.1.1692.0 PackageLocale: en-US Publisher: AxCrypt AB PackageName: AxCrypt diff --git a/manifests/a/AxCrypt/AxCrypt/2.1.1692.0/AxCrypt.AxCrypt.yaml b/manifests/a/AxCrypt/AxCrypt/2.1.1692.0/AxCrypt.AxCrypt.yaml new file mode 100644 index 0000000000000..e629471c112f3 --- /dev/null +++ b/manifests/a/AxCrypt/AxCrypt/2.1.1692.0/AxCrypt.AxCrypt.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: AxCrypt.AxCrypt +PackageVersion: 2.1.1692.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/Axialis/IconWorkshop/6.95/Axialis.IconWorkshop.installer.yaml b/manifests/a/Axialis/IconWorkshop/6.95/Axialis.IconWorkshop.installer.yaml new file mode 100644 index 0000000000000..00a35be1617f9 --- /dev/null +++ b/manifests/a/Axialis/IconWorkshop/6.95/Axialis.IconWorkshop.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Axialis.IconWorkshop +PackageVersion: "6.95" +InstallerType: exe +InstallerSwitches: + Silent: /q +Installers: +- InstallerUrl: https://www.axialis.com/downloads/IconWorkshop-Pro.exe + Architecture: x64 + InstallerSha256: 814EA8D54DF9D91E45380111DD477641CE40FBA72F57AE6C076CCD5D05B92A83 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- InstallerUrl: https://www.axialis.com/downloads/IconWorkshop-Pro-32-bit.exe + Architecture: x86 + InstallerSha256: 9817EFD82B03C04DB898C04AD97F917E1DD222C03558C21CA426D0C15514B8B2 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Axialis/IconWorkshop/6.95/Axialis.IconWorkshop.locale.en-US.yaml b/manifests/a/Axialis/IconWorkshop/6.95/Axialis.IconWorkshop.locale.en-US.yaml new file mode 100644 index 0000000000000..f4f86854c84d2 --- /dev/null +++ b/manifests/a/Axialis/IconWorkshop/6.95/Axialis.IconWorkshop.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Axialis.IconWorkshop +PackageVersion: "6.95" +PackageLocale: en-US +Publisher: Axialis Software Corp. +PackageName: IconWorkshop +License: Trialware +Copyright: Copyright ©2024 - Axialis Software +ShortDescription: Trialware +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Axialis/IconWorkshop/6.95/Axialis.IconWorkshop.yaml b/manifests/a/Axialis/IconWorkshop/6.95/Axialis.IconWorkshop.yaml new file mode 100644 index 0000000000000..2308e259f40cb --- /dev/null +++ b/manifests/a/Axialis/IconWorkshop/6.95/Axialis.IconWorkshop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Axialis.IconWorkshop +PackageVersion: "6.95" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Axosoft/GitKraken/10.2.0/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/10.2.0/Axosoft.GitKraken.installer.yaml new file mode 100644 index 0000000000000..7f50d96a49387 --- /dev/null +++ b/manifests/a/Axosoft/GitKraken/10.2.0/Axosoft.GitKraken.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Axosoft.GitKraken +PackageVersion: 10.2.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- gitkraken +ReleaseDate: 2024-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://release.axocdn.com/windows/GitKrakenSetup-10.2.0.exe + InstallerSha256: 97E38BC98BD852DF284B579513E554AE0F3589B0CB3B295A98ED0650B6715F7E + ProductCode: gitkraken +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Axosoft/GitKraken/10.2.0/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/10.2.0/Axosoft.GitKraken.locale.en-US.yaml new file mode 100644 index 0000000000000..b9015102d689e --- /dev/null +++ b/manifests/a/Axosoft/GitKraken/10.2.0/Axosoft.GitKraken.locale.en-US.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Axosoft.GitKraken +PackageVersion: 10.2.0 +PackageLocale: en-US +Publisher: GitKraken +PublisherUrl: https://www.axosoft.com/ +PublisherSupportUrl: https://help.gitkraken.com/gitkraken-client/ +PrivacyUrl: https://www.gitkraken.com/privacy +Author: Axosoft, LLC DBA GitKraken +PackageName: GitKraken +PackageUrl: https://www.gitkraken.com/git-client +License: Proprietary +LicenseUrl: https://www.gitkraken.com/eula +Copyright: © 2014-2024 Axosoft, LLC DBA GitKraken All rights reserved +# CopyrightUrl: +ShortDescription: The legendary Git client with an ultra-intuitive GUI, a powerful terminal, and offers a seamless experience for Windows, Mac and Linux. +# Description: +Moniker: gitkraken +Tags: +- git +ReleaseNotes: |- + New ✨ + - New Commit Panel changes + - Added a tabbed form for committing, stashing, creating Cloud Patches, and creating Code Suggestions. + - Use the staging area to choose which changes you want to stash. This now allows you to easily stash specific files and adds support for stashing specific hunks. + - Team Launchpad is even more actionable with PR groupings by status + - Visit the Launchpad tab and toggle the view from Personal to Team to see all PRs and Issues for the repositories in a Cloud Workspace. + - The Team Launchpad (preview) now groups pull requests by status like the Personal Launchpad. + + Improvements 🙌 + - Improved the flow of opening a repo from a new tab: + - Added a button to open the Repository Management tab. + - Added a button to browse and open a repository. + - Repository Management tab: + - Added an option to hide/unhide groups. + - Added an option to set a group’s color to default color set in Preferences > UI Customization. + - Launchpad: + - Improved the UX of filtering. + - Added ‘None’ options for Launchpad pull request and issue filters. + - Experimental Feature – Git Executable: + - Added support for git status. + - Updated Electron to v31. + - Updated Git to 2.45.2. + + Bug Fixes 🐛 + - Fixed an issue where Cloud Workspace repositories were not loading after connecting the integration in the Repository Management tab. + - Fixed an issue where the dropdown menu would not close when clicking one of its options in the Repository Management tab. + - Fixed an issue where the author filter in the Commit Graph was selecting and deselecting teams/members that you had not clicked on. + - Fixed an issue where the open repository dialog did not remember the last opened repository and always showed the home directory. + - Fixed an issue where interactive rebase editor showed context menu options not matching the drop-down menu options. + - Fixed an issue where the Commit Graph was not sorting checked items to the top when re-opening the author filter. + - Fixed issues where the build status of a pull request in Launchpad would be incorrect. + - Fixed an issue where the Commit Graph would display an unaesthetic continuous line when the avatar image had a transparent background. + - It is now possible to filter by files with spaces in the right panel. + - Fixed issues where performing organization actions (such as inviting new members) could fail silently or show a false success message after failing. + - Fixed duplicate base branch options that showed when creating a branch in the Launchpad issue view panel. +# ReleaseNotesUrl: +PurchaseUrl: https://www.gitkraken.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Cheat Sheet + DocumentUrl: https://www.gitkraken.com/pdfs/gitkraken-git-gui-cheat-sheet +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Axosoft/GitKraken/10.2.0/Axosoft.GitKraken.locale.zh-CN.yaml b/manifests/a/Axosoft/GitKraken/10.2.0/Axosoft.GitKraken.locale.zh-CN.yaml new file mode 100644 index 0000000000000..657cec7ea239f --- /dev/null +++ b/manifests/a/Axosoft/GitKraken/10.2.0/Axosoft.GitKraken.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Axosoft.GitKraken +PackageVersion: 10.2.0 +PackageLocale: zh-CN +Publisher: GitKraken +PublisherUrl: https://www.axosoft.com/ +PublisherSupportUrl: https://help.gitkraken.com/gitkraken-client/ +PrivacyUrl: https://www.gitkraken.com/privacy +Author: Axosoft, LLC DBA GitKraken +PackageName: GitKraken +PackageUrl: https://www.gitkraken.com/git-client +License: 专有软件 +LicenseUrl: https://www.gitkraken.com/eula +Copyright: © 2014-2024 Axosoft, LLC DBA GitKraken All rights reserved +# CopyrightUrl: +ShortDescription: 传奇的 Git 客户端,拥有超直观的图形用户界面和强大的终端,并为 Windows、Mac 和 Linux 提供无缝体验。 +# Description: +# Moniker: +Tags: +- git +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.gitkraken.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 速查表 + DocumentUrl: https://www.gitkraken.com/pdfs/gitkraken-git-gui-cheat-sheet +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Axosoft/GitKraken/10.2.0/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/10.2.0/Axosoft.GitKraken.yaml new file mode 100644 index 0000000000000..21cb10ae577ec --- /dev/null +++ b/manifests/a/Axosoft/GitKraken/10.2.0/Axosoft.GitKraken.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Axosoft.GitKraken +PackageVersion: 10.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Axosoft/GitKraken/10.3.0/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/10.3.0/Axosoft.GitKraken.installer.yaml new file mode 100644 index 0000000000000..e77ef9f7896c8 --- /dev/null +++ b/manifests/a/Axosoft/GitKraken/10.3.0/Axosoft.GitKraken.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Axosoft.GitKraken +PackageVersion: 10.3.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- gitkraken +Installers: +- Architecture: x64 + InstallerUrl: https://release.axocdn.com/windows/GitKrakenSetup-10.3.0.exe + InstallerSha256: 2CC12C676495EEC28C9035161AF12E043005A1D16FB29801D5DAD401C35B581B + ProductCode: gitkraken +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Axosoft/GitKraken/10.3.0/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/10.3.0/Axosoft.GitKraken.locale.en-US.yaml new file mode 100644 index 0000000000000..2856e7917402b --- /dev/null +++ b/manifests/a/Axosoft/GitKraken/10.3.0/Axosoft.GitKraken.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Axosoft.GitKraken +PackageVersion: 10.3.0 +PackageLocale: en-US +Publisher: GitKraken +PublisherUrl: https://www.axosoft.com/ +PublisherSupportUrl: https://help.gitkraken.com/gitkraken-client/ +PrivacyUrl: https://www.gitkraken.com/privacy +Author: Axosoft, LLC DBA GitKraken +PackageName: GitKraken +PackageUrl: https://www.gitkraken.com/git-client +License: Proprietary +LicenseUrl: https://www.gitkraken.com/eula +Copyright: © 2014-2024 Axosoft, LLC DBA GitKraken All rights reserved +# CopyrightUrl: +ShortDescription: The legendary Git client with an ultra-intuitive GUI, a powerful terminal, and offers a seamless experience for Windows, Mac and Linux. +# Description: +Moniker: gitkraken +Tags: +- git +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.gitkraken.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Cheat Sheet + DocumentUrl: https://www.gitkraken.com/pdfs/gitkraken-git-gui-cheat-sheet +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Axosoft/GitKraken/10.3.0/Axosoft.GitKraken.locale.zh-CN.yaml b/manifests/a/Axosoft/GitKraken/10.3.0/Axosoft.GitKraken.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7af67480639eb --- /dev/null +++ b/manifests/a/Axosoft/GitKraken/10.3.0/Axosoft.GitKraken.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Axosoft.GitKraken +PackageVersion: 10.3.0 +PackageLocale: zh-CN +Publisher: GitKraken +PublisherUrl: https://www.axosoft.com/ +PublisherSupportUrl: https://help.gitkraken.com/gitkraken-client/ +PrivacyUrl: https://www.gitkraken.com/privacy +Author: Axosoft, LLC DBA GitKraken +PackageName: GitKraken +PackageUrl: https://www.gitkraken.com/git-client +License: 专有软件 +LicenseUrl: https://www.gitkraken.com/eula +Copyright: © 2014-2024 Axosoft, LLC DBA GitKraken All rights reserved +# CopyrightUrl: +ShortDescription: 传奇的 Git 客户端,拥有超直观的图形用户界面和强大的终端,并为 Windows、Mac 和 Linux 提供无缝体验。 +# Description: +# Moniker: +Tags: +- git +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.gitkraken.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 速查表 + DocumentUrl: https://www.gitkraken.com/pdfs/gitkraken-git-gui-cheat-sheet +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Axosoft/GitKraken/10.3.0/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/10.3.0/Axosoft.GitKraken.yaml new file mode 100644 index 0000000000000..cdff56a878ab5 --- /dev/null +++ b/manifests/a/Axosoft/GitKraken/10.3.0/Axosoft.GitKraken.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Axosoft.GitKraken +PackageVersion: 10.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Axure/AxureRP/10/10.0.0.3924/Axure.AxureRP.10.installer.yaml b/manifests/a/Axure/AxureRP/10/10.0.0.3924/Axure.AxureRP.10.installer.yaml new file mode 100644 index 0000000000000..be12de843a206 --- /dev/null +++ b/manifests/a/Axure/AxureRP/10/10.0.0.3924/Axure.AxureRP.10.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Axure.AxureRP.10 +PackageVersion: 10.0.0.3924 +InstallerType: burn +Scope: machine +InstallerSwitches: + InstallLocation: InstallLocation="" +UpgradeBehavior: install +Protocols: +- axurerp +- axurerp10 +FileExtensions: +- rp +- rplib +- rpteam +- rpteamlib +ReleaseDate: 2024-08-01 +AppsAndFeaturesEntries: +- ProductCode: '{7b5cdf72-e98c-445a-b966-99acca4f9588}' + UpgradeCode: '{F7E76F5A-FECE-437A-B803-79833E3303DA}' +Installers: +- Architecture: x64 + InstallerUrl: https://axure.cachefly.net/versions/10-0/AxureRP-Setup-3924.exe + InstallerSha256: 92606DEEB6752629139D2C01682A48A07B04C60C28066112542BB8DB195E273F + ProductCode: '{7b5cdf72-e98c-445a-b966-99acca4f9588}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Axure/AxureRP/10/10.0.0.3924/Axure.AxureRP.10.locale.en-US.yaml b/manifests/a/Axure/AxureRP/10/10.0.0.3924/Axure.AxureRP.10.locale.en-US.yaml new file mode 100644 index 0000000000000..ea0f899b8f6cd --- /dev/null +++ b/manifests/a/Axure/AxureRP/10/10.0.0.3924/Axure.AxureRP.10.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Axure.AxureRP.10 +PackageVersion: 10.0.0.3924 +PackageLocale: en-US +Publisher: Axure Software Solutions, Inc. +PublisherUrl: https://www.axure.com/ +PublisherSupportUrl: https://www.axure.com/support +PrivacyUrl: https://www.axure.com/privacy +Author: Axure Software Solutions, Inc. +PackageName: Axure RP 10 +PackageUrl: https://www.axure.com/ +License: Proprietary +LicenseUrl: https://www.axure.com/license +Copyright: Copyright © 2024 Axure Software Solutions, Inc. +CopyrightUrl: https://www.axure.com/trademark +ShortDescription: All-in-one software design tool for creating prototypes, specifications and diagrams +# Description: +# Moniker: +Tags: +- design +- diagram +- flow +- flowchart +- interface +- mockup +- prototype +- specification +- ui +- user-interface +- ux +- wireframe +ReleaseNotes: |- + BUG FIXES + - Fixed right [Alt] key firing for Polish keyboards + - Fixed discoloration when optimizing PNG images + - Fixed clearing shared activation key from RP not working + - Fixed case names wrapping unnecessarily in the case selector in preview + - Fixed loop interactions with Fire Event not appearing in the preview console + - Fixed Distribute Horizontal not appearing when RP window was minimized + - Fixed replacing highlighted text in the text editor using Insert Variable or Function + - Fixed tabbing through droplists in the Condition Builder not saving the correct values + - Fixed outer shadow color changing when opening the color picker while multiple widgets are selected + - Fixed page thumbnails not updating after using Add to Pages from the Components pane + - Fixed exception when hovering over unnamed widgets nested inside Repeaters in the Outline pane + - Fixed text showing on widget preview when using one-click connector mode + - Fixed shape selector appearing when drawing a new connector and attaching it to a new connector point on a shape +ReleaseNotesUrl: https://www.axure.com/release-history +PurchaseUrl: https://www.axure.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Reference + DocumentUrl: https://docs.axure.com/axure-rp/reference/ +- DocumentLabel: Tutorials + DocumentUrl: https://docs.axure.com/axure-rp/tutorials/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Axure/AxureRP/10/10.0.0.3924/Axure.AxureRP.10.locale.zh-CN.yaml b/manifests/a/Axure/AxureRP/10/10.0.0.3924/Axure.AxureRP.10.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2a23f3e5abfa5 --- /dev/null +++ b/manifests/a/Axure/AxureRP/10/10.0.0.3924/Axure.AxureRP.10.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Axure.AxureRP.10 +PackageVersion: 10.0.0.3924 +PackageLocale: zh-CN +Publisher: Axure Software Solutions, Inc. +PublisherUrl: https://www.axure.com/ +PublisherSupportUrl: https://www.axure.com/support +PrivacyUrl: https://www.axure.com/privacy +Author: Axure Software Solutions, Inc. +PackageName: Axure RP 10 +PackageUrl: https://www.axure.com/ +License: 专有软件 +LicenseUrl: https://www.axure.com/license +Copyright: Copyright © 2024 Axure Software Solutions, Inc. +CopyrightUrl: https://www.axure.com/trademark +ShortDescription: 创建原型、规格和图表的多合一软件设计工具 +# Description: +# Moniker: +Tags: +- ui +- 人机交互 +- 原型 +- 图表 +- 模型 +- 流程 +- 流程图 +- 用户界面 +- 界面 +- 线框图 +- 规格 +- 设计 +# ReleaseNotes: +ReleaseNotesUrl: https://www.axure.com/release-history +PurchaseUrl: https://www.axure.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 参考 + DocumentUrl: https://docs.axure.com/axure-rp/reference/ +- DocumentLabel: 教程 + DocumentUrl: https://docs.axure.com/axure-rp/tutorials/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Axure/AxureRP/10/10.0.0.3924/Axure.AxureRP.10.yaml b/manifests/a/Axure/AxureRP/10/10.0.0.3924/Axure.AxureRP.10.yaml new file mode 100644 index 0000000000000..50e77e1045e7f --- /dev/null +++ b/manifests/a/Axure/AxureRP/10/10.0.0.3924/Axure.AxureRP.10.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Axure.AxureRP.10 +PackageVersion: 10.0.0.3924 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azeus/Convene/8.0.312357/Azeus.Convene.installer.yaml b/manifests/a/Azeus/Convene/8.0.312357/Azeus.Convene.installer.yaml new file mode 100644 index 0000000000000..f848a50068eaf --- /dev/null +++ b/manifests/a/Azeus/Convene/8.0.312357/Azeus.Convene.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Azeus.Convene +PackageVersion: 8.0.312357 +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /NORESTART + SilentWithProgress: /SP- /VERYSILENT /NORESTART +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://www.azeusconvene.com/installers/winos/standard/convene_setup.8.0.312357-64bit.exe + InstallerSha256: 6F566E626B17A3826870BE866C1833EE5A4CF7A5AE580466BAD2ADE071069A2E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azeus/Convene/8.0.312357/Azeus.Convene.locale.en-US.yaml b/manifests/a/Azeus/Convene/8.0.312357/Azeus.Convene.locale.en-US.yaml new file mode 100644 index 0000000000000..eea59aa078c02 --- /dev/null +++ b/manifests/a/Azeus/Convene/8.0.312357/Azeus.Convene.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Azeus.Convene +PackageVersion: 8.0.312357 +PackageLocale: en-US +Publisher: Convene +PublisherUrl: https://www.azeusconvene.com +PublisherSupportUrl: https://www.azeusconvene.com/virtual-agm/support/faqs +PrivacyUrl: https://www.azeusconvene.com/privacypolicy +PackageName: Convene +PackageUrl: https://www.azeusconvene.com +License: Proprietary +CopyrightUrl: https://www.azeusconvene.com/terms +ShortDescription: Experience seamless and secure paperless meetings +Description: |- + Successful boards start with effective meetings. + Convene provides an impeccable suite of tools to improve collaboration, expedite decision-making, and empower governance. +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.azeusconvene.com/board-portal/faqs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azeus/Convene/8.0.312357/Azeus.Convene.yaml b/manifests/a/Azeus/Convene/8.0.312357/Azeus.Convene.yaml new file mode 100644 index 0000000000000..da5ad566bbcbd --- /dev/null +++ b/manifests/a/Azeus/Convene/8.0.312357/Azeus.Convene.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Azeus.Convene +PackageVersion: 8.0.312357 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azeus/Convene/8.1.112404/Azeus.Convene.installer.yaml b/manifests/a/Azeus/Convene/8.1.112404/Azeus.Convene.installer.yaml new file mode 100644 index 0000000000000..30d0510bd6786 --- /dev/null +++ b/manifests/a/Azeus/Convene/8.1.112404/Azeus.Convene.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Azeus.Convene +PackageVersion: 8.1.112404 +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /NORESTART + SilentWithProgress: /SP- /VERYSILENT /NORESTART +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://www.azeusconvene.com/installers/winos/standard/convene_setup.8.1.112404-64bit.exe + InstallerSha256: 0E2DDF72729B7025BB1DD5FB4290635FB0F2579F6751C46562D98F4D6B32565A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azeus/Convene/8.1.112404/Azeus.Convene.locale.en-US.yaml b/manifests/a/Azeus/Convene/8.1.112404/Azeus.Convene.locale.en-US.yaml new file mode 100644 index 0000000000000..4e2afe6a15cd5 --- /dev/null +++ b/manifests/a/Azeus/Convene/8.1.112404/Azeus.Convene.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Azeus.Convene +PackageVersion: 8.1.112404 +PackageLocale: en-US +Publisher: Convene +PublisherUrl: https://www.azeusconvene.com +PublisherSupportUrl: https://www.azeusconvene.com/virtual-agm/support/faqs +PrivacyUrl: https://www.azeusconvene.com/privacypolicy +PackageName: Convene +PackageUrl: https://www.azeusconvene.com +License: Proprietary +CopyrightUrl: https://www.azeusconvene.com/terms +ShortDescription: Experience seamless and secure paperless meetings +Description: |- + Successful boards start with effective meetings. + Convene provides an impeccable suite of tools to improve collaboration, expedite decision-making, and empower governance. +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.azeusconvene.com/board-portal/faqs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azeus/Convene/8.1.112404/Azeus.Convene.yaml b/manifests/a/Azeus/Convene/8.1.112404/Azeus.Convene.yaml new file mode 100644 index 0000000000000..20b28beaab3eb --- /dev/null +++ b/manifests/a/Azeus/Convene/8.1.112404/Azeus.Convene.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Azeus.Convene +PackageVersion: 8.1.112404 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/IcedTea-Web/1.8.8.0/Azul.IcedTea-Web.installer.yaml b/manifests/a/Azul/IcedTea-Web/1.8.8.0/Azul.IcedTea-Web.installer.yaml new file mode 100644 index 0000000000000..03571f0cbf061 --- /dev/null +++ b/manifests/a/Azul/IcedTea-Web/1.8.8.0/Azul.IcedTea-Web.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Azul.IcedTea-Web +PackageVersion: 1.8.8.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- itweb-settings +- javaws +- policyeditor +Protocols: +- jnlp +- jnlps +FileExtensions: +- jnlp +Dependencies: + PackageDependencies: + - PackageIdentifier: Azul.Zulu.8.JRE +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.azul.com/icedtea-web/azul-icedtea-web-1.8.8-28.win_i686.msi + InstallerSha256: 115B1BDE00A107EAC473CD1D5C6B62B5E690FE6B97B7DAE151334AC566F2A120 + ProductCode: '{7EE8DE03-0998-4924-A2EE-DF4CFFA7DA1C}' + AppsAndFeaturesEntries: + - ProductCode: '{7EE8DE03-0998-4924-A2EE-DF4CFFA7DA1C}' + UpgradeCode: '{FF98DE21-A283-40BE-B0A5-74A6A4219DE8}' +- Architecture: x64 + InstallerUrl: https://cdn.azul.com/icedtea-web/azul-icedtea-web-1.8.8-28.win_x64.msi + InstallerSha256: 51AF481504A64F473108176CDBA0CDC7331437060509DE94CDDEB99013552854 + ProductCode: '{8E4C72D5-F43D-432C-BF11-6C5514C727F4}' + AppsAndFeaturesEntries: + - ProductCode: '{8E4C72D5-F43D-432C-BF11-6C5514C727F4}' + UpgradeCode: '{FF98DE21-A283-40BE-B0A5-74A6A4219DE8}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/IcedTea-Web/1.8.8.0/Azul.IcedTea-Web.locale.en-US.yaml b/manifests/a/Azul/IcedTea-Web/1.8.8.0/Azul.IcedTea-Web.locale.en-US.yaml new file mode 100644 index 0000000000000..4181b83ba1ed7 --- /dev/null +++ b/manifests/a/Azul/IcedTea-Web/1.8.8.0/Azul.IcedTea-Web.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Azul.IcedTea-Web +PackageVersion: 1.8.8.0 +PackageLocale: en-US +Publisher: IcedTea-Web open-source project +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: IcedTea-Web +PackageUrl: https://www.azul.com/products/components/icedtea-web/ +License: Freeware +LicenseUrl: https://www.azul.com/products/components/icedtea-web/terms-of-use/ +Copyright: Copyright (c) 2013-2024, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Azul builds of IcedTea-Web +# Description: +# Moniker: +Tags: +- icedtea +- java +# ReleaseNotes: +ReleaseNotesUrl: https://docs.azul.com/core/icedteaweb/itw-release-notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.azul.com/core/icedteaweb/introduction +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/IcedTea-Web/1.8.8.0/Azul.IcedTea-Web.locale.zh-CN.yaml b/manifests/a/Azul/IcedTea-Web/1.8.8.0/Azul.IcedTea-Web.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e321c012eafe7 --- /dev/null +++ b/manifests/a/Azul/IcedTea-Web/1.8.8.0/Azul.IcedTea-Web.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Azul.IcedTea-Web +PackageVersion: 1.8.8.0 +PackageLocale: zh-CN +Publisher: IcedTea-Web open-source project +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: IcedTea-Web +PackageUrl: https://www.azul.com/products/components/icedtea-web/ +License: 免费软件 +LicenseUrl: https://www.azul.com/products/components/icedtea-web/terms-of-use/ +Copyright: Copyright (c) 2013-2024, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: 由 Azul 构建的 IcedTea-Web +# Description: +# Moniker: +Tags: +- icedtea +- java +# ReleaseNotes: +ReleaseNotesUrl: https://docs.azul.com/core/icedteaweb/itw-release-notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.azul.com/core/icedteaweb/introduction +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/IcedTea-Web/1.8.8.0/Azul.IcedTea-Web.yaml b/manifests/a/Azul/IcedTea-Web/1.8.8.0/Azul.IcedTea-Web.yaml new file mode 100644 index 0000000000000..a99af8ed5eefa --- /dev/null +++ b/manifests/a/Azul/IcedTea-Web/1.8.8.0/Azul.IcedTea-Web.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Azul.IcedTea-Web +PackageVersion: 1.8.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/11/JDK/11.74.15/Azul.ZuluFX.11.JDK.installer.yaml b/manifests/a/Azul/ZuluFX/11/JDK/11.74.15/Azul.ZuluFX.11.JDK.installer.yaml new file mode 100644 index 0000000000000..c2f0bb088c661 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/11/JDK/11.74.15/Azul.ZuluFX.11.JDK.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.11.JDK +PackageVersion: 11.74.15 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeps +- jps +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +AppsAndFeaturesEntries: +- DisplayName: Azul Zulu JDK 11.74.15.0 (11.0.24), 64-bit +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.azul.com/zulu/bin/zulu11.74.15-ca-fx-jdk11.0.24-win_x64.msi + InstallerSha256: B554014A6641F5C4C67C2F829971265C5F22D2CA7EE2B582BFA2344F117D2BC4 + ProductCode: '{FAB8F0DB-759A-4E29-88E0-052DA56224D9}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/11/JDK/11.74.15/Azul.ZuluFX.11.JDK.locale.en-US.yaml b/manifests/a/Azul/ZuluFX/11/JDK/11.74.15/Azul.ZuluFX.11.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..9c25e88199c44 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/11/JDK/11.74.15/Azul.ZuluFX.11.JDK.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.11.JDK +PackageVersion: 11.74.15 +PackageLocale: en-US +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul ZuluFX JDK 11 +PackageUrl: https://www.azul.com/downloads/?version=java-11-lts&os=windows&package=jdk-fx#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2024, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Azul ZuluFX 11 is a build of OpenJDK 11 and OpenJFX 11 +# Description: +Moniker: zulufx-jdk-11 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +- zulu +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/11/JDK/11.74.15/Azul.ZuluFX.11.JDK.locale.zh-CN.yaml b/manifests/a/Azul/ZuluFX/11/JDK/11.74.15/Azul.ZuluFX.11.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5d596fec3825f --- /dev/null +++ b/manifests/a/Azul/ZuluFX/11/JDK/11.74.15/Azul.ZuluFX.11.JDK.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.11.JDK +PackageVersion: 11.74.15 +PackageLocale: zh-CN +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul ZuluFX JDK 11 +PackageUrl: https://www.azul.com/downloads/?version=java-11-lts&os=windows&package=jdk-fx#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2024, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Azul ZuluFX 11 是 OpenJDK 11 和 OpenJFX 11 的一个构建 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openjdk +- zulu +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/11/JDK/11.74.15/Azul.ZuluFX.11.JDK.yaml b/manifests/a/Azul/ZuluFX/11/JDK/11.74.15/Azul.ZuluFX.11.JDK.yaml new file mode 100644 index 0000000000000..b59b2ff761a3f --- /dev/null +++ b/manifests/a/Azul/ZuluFX/11/JDK/11.74.15/Azul.ZuluFX.11.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.11.JDK +PackageVersion: 11.74.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/17/JDK/17.52.17/Azul.ZuluFX.17.JDK.installer.yaml b/manifests/a/Azul/ZuluFX/17/JDK/17.52.17/Azul.ZuluFX.17.JDK.installer.yaml new file mode 100644 index 0000000000000..16dba92b7fac7 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/17/JDK/17.52.17/Azul.ZuluFX.17.JDK.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.17.JDK +PackageVersion: 17.52.17 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +AppsAndFeaturesEntries: +- DisplayName: Azul Zulu JDK 17.52.17.0 (17.0.12), 64-bit +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.azul.com/zulu/bin/zulu17.52.17-ca-fx-jdk17.0.12-win_x64.msi + InstallerSha256: 17D7B52CF1014CB0CBFB25DAE03D650538238C5D929221D8CD6A38F664309077 + ProductCode: '{5A3EE393-4CBE-455B-B10F-BF799408016C}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/17/JDK/17.52.17/Azul.ZuluFX.17.JDK.locale.en-US.yaml b/manifests/a/Azul/ZuluFX/17/JDK/17.52.17/Azul.ZuluFX.17.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..3788b6e9a7050 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/17/JDK/17.52.17/Azul.ZuluFX.17.JDK.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.17.JDK +PackageVersion: 17.52.17 +PackageLocale: en-US +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul ZuluFX JDK 17 +PackageUrl: https://www.azul.com/downloads/?version=java-17-lts&os=windows&package=jdk-fx#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2024, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Azul ZuluFX 17 is a build of OpenJDK 17 and OpenJFX 17 +# Description: +Moniker: zulufx-jdk-17 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +- zulu +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/17/JDK/17.52.17/Azul.ZuluFX.17.JDK.locale.zh-CN.yaml b/manifests/a/Azul/ZuluFX/17/JDK/17.52.17/Azul.ZuluFX.17.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2dea9923b27d8 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/17/JDK/17.52.17/Azul.ZuluFX.17.JDK.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.17.JDK +PackageVersion: 17.52.17 +PackageLocale: zh-CN +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul ZuluFX JDK 17 +PackageUrl: https://www.azul.com/downloads/?version=java-17-lts&os=windows&package=jdk-fx#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2024, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Azul ZuluFX 17 是 OpenJDK 17 和 OpenJFX 17 的一个构建 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openjdk +- zulu +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/17/JDK/17.52.17/Azul.ZuluFX.17.JDK.yaml b/manifests/a/Azul/ZuluFX/17/JDK/17.52.17/Azul.ZuluFX.17.JDK.yaml new file mode 100644 index 0000000000000..0fa317a022651 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/17/JDK/17.52.17/Azul.ZuluFX.17.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.17.JDK +PackageVersion: 17.52.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/21/JDK/21.36.17/Azul.ZuluFX.21.JDK.installer.yaml b/manifests/a/Azul/ZuluFX/21/JDK/21.36.17/Azul.ZuluFX.21.JDK.installer.yaml new file mode 100644 index 0000000000000..2c71467a2cc49 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/21/JDK/21.36.17/Azul.ZuluFX.21.JDK.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.21.JDK +PackageVersion: 21.36.17 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +AppsAndFeaturesEntries: +- DisplayName: Azul Zulu JDK 21.36.17.0 (21.0.4), 64-bit +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.azul.com/zulu/bin/zulu21.36.17-ca-fx-jdk21.0.4-win_x64.msi + InstallerSha256: 1F730A1E3D199EE960B58C68C514F1510C807D8F68AE64C15B732CA43B8BEC9E + ProductCode: '{0DA782DE-10C3-4522-9C2B-4D817ECD9854}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/21/JDK/21.36.17/Azul.ZuluFX.21.JDK.locale.en-US.yaml b/manifests/a/Azul/ZuluFX/21/JDK/21.36.17/Azul.ZuluFX.21.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..ecbafe0f095a8 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/21/JDK/21.36.17/Azul.ZuluFX.21.JDK.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.21.JDK +PackageVersion: 21.36.17 +PackageLocale: en-US +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul ZuluFX JDK 21 +PackageUrl: https://www.azul.com/downloads/?version=java-21-lts&os=windows&package=jdk-fx#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2024, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Azul ZuluFX 21 is a build of OpenJDK 21 and OpenJFX 21 +# Description: +Moniker: zulufx-jdk-21 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +- zulu +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/21/JDK/21.36.17/Azul.ZuluFX.21.JDK.locale.zh-CN.yaml b/manifests/a/Azul/ZuluFX/21/JDK/21.36.17/Azul.ZuluFX.21.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a5201402602bd --- /dev/null +++ b/manifests/a/Azul/ZuluFX/21/JDK/21.36.17/Azul.ZuluFX.21.JDK.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.21.JDK +PackageVersion: 21.36.17 +PackageLocale: zh-CN +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul ZuluFX JDK 21 +PackageUrl: https://www.azul.com/downloads/?version=java-21-lts&os=windows&package=jdk-fx#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2024, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Azul ZuluFX 21 是 OpenJDK 21 和 OpenJFX 21 的一个构建 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openjdk +- zulu +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/21/JDK/21.36.17/Azul.ZuluFX.21.JDK.yaml b/manifests/a/Azul/ZuluFX/21/JDK/21.36.17/Azul.ZuluFX.21.JDK.yaml new file mode 100644 index 0000000000000..d3867b7e90162 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/21/JDK/21.36.17/Azul.ZuluFX.21.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.21.JDK +PackageVersion: 21.36.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/22/JDK/22.32.15/Azul.ZuluFX.22.JDK.installer.yaml b/manifests/a/Azul/ZuluFX/22/JDK/22.32.15/Azul.ZuluFX.22.JDK.installer.yaml new file mode 100644 index 0000000000000..dbe3c2bf2df5c --- /dev/null +++ b/manifests/a/Azul/ZuluFX/22/JDK/22.32.15/Azul.ZuluFX.22.JDK.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.22.JDK +PackageVersion: 22.32.15 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +AppsAndFeaturesEntries: +- DisplayName: Azul Zulu JDK 22.32.15.0 (22.0.2), 64-bit +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.azul.com/zulu/bin/zulu22.32.15-ca-fx-jdk22.0.2-win_x64.msi + InstallerSha256: DE02CE6D4EA87C83088C2A89B9473EB75E1D60B355B8BFDCFA1D68172F2417A1 + ProductCode: '{6B2DB20C-FCCF-4A6C-8BCD-07DD348616AE}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/22/JDK/22.32.15/Azul.ZuluFX.22.JDK.locale.en-US.yaml b/manifests/a/Azul/ZuluFX/22/JDK/22.32.15/Azul.ZuluFX.22.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..879ec68f7b909 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/22/JDK/22.32.15/Azul.ZuluFX.22.JDK.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.22.JDK +PackageVersion: 22.32.15 +PackageLocale: en-US +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul ZuluFX JDK 22 +PackageUrl: https://www.azul.com/downloads/?version=java-22&os=windows&package=jdk-fx&show-old-builds=true#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2024, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Azul ZuluFX 22 is a build of OpenJDK 22 and OpenJFX 22 +# Description: +Moniker: zulufx-jdk-22 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +- zulu +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/22/JDK/22.32.15/Azul.ZuluFX.22.JDK.locale.zh-CN.yaml b/manifests/a/Azul/ZuluFX/22/JDK/22.32.15/Azul.ZuluFX.22.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7233b84137c51 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/22/JDK/22.32.15/Azul.ZuluFX.22.JDK.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.22.JDK +PackageVersion: 22.32.15 +PackageLocale: zh-CN +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul ZuluFX JDK 22 +PackageUrl: https://www.azul.com/downloads/?version=java-22&os=windows&package=jdk-fx&show-old-builds=true#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2024, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Azul ZuluFX 22 是 OpenJDK 22 和 OpenJFX 22 的一个构建 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openjdk +- zulu +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/22/JDK/22.32.15/Azul.ZuluFX.22.JDK.yaml b/manifests/a/Azul/ZuluFX/22/JDK/22.32.15/Azul.ZuluFX.22.JDK.yaml new file mode 100644 index 0000000000000..290204ae7d259 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/22/JDK/22.32.15/Azul.ZuluFX.22.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.22.JDK +PackageVersion: 22.32.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/8/JDK/8.80.0/Azul.ZuluFX.8.JDK.installer.yaml b/manifests/a/Azul/ZuluFX/8/JDK/8.80.0/Azul.ZuluFX.8.JDK.installer.yaml new file mode 100644 index 0000000000000..6f0d8f5f97a1c --- /dev/null +++ b/manifests/a/Azul/ZuluFX/8/JDK/8.80.0/Azul.ZuluFX.8.JDK.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.8.JDK +PackageVersion: 8.80.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeps +- jps +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +AppsAndFeaturesEntries: +- DisplayName: Azul Zulu JDK 8.80.0.17 (8u422), 64-bit +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.azul.com/zulu/bin/zulu8.80.0.17-ca-fx-jdk8.0.422-win_x64.msi + InstallerSha256: 9876802ECA20B1A25BF9A5C72305CCB66A43296A5EB0BC1513DDD4F853D9154F + ProductCode: '{CA88C3A2-D245-4746-83E4-44EF20DFC2C8}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/8/JDK/8.80.0/Azul.ZuluFX.8.JDK.locale.en-US.yaml b/manifests/a/Azul/ZuluFX/8/JDK/8.80.0/Azul.ZuluFX.8.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..49759cd59cf13 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/8/JDK/8.80.0/Azul.ZuluFX.8.JDK.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.8.JDK +PackageVersion: 8.80.0 +PackageLocale: en-US +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul ZuluFX JDK 8 +PackageUrl: https://www.azul.com/downloads/?version=java-8-lts&os=windows&package=jdk-fx#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2024, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Azul ZuluFX 8 is a build of OpenJDK 8 and OpenJFX 8 +# Description: +Moniker: zulufx-jdk-8 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +- zulu +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/8/JDK/8.80.0/Azul.ZuluFX.8.JDK.locale.zh-CN.yaml b/manifests/a/Azul/ZuluFX/8/JDK/8.80.0/Azul.ZuluFX.8.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b1b071d7d4998 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/8/JDK/8.80.0/Azul.ZuluFX.8.JDK.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.8.JDK +PackageVersion: 8.80.0 +PackageLocale: zh-CN +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul ZuluFX JDK 8 +PackageUrl: https://www.azul.com/downloads/?version=java-8-lts&os=windows&package=jdk-fx#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2024, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Azul ZuluFX 8 是 OpenJDK 8 和 OpenJFX 8 的一个构建 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openjdk +- zulu +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Azul/ZuluFX/8/JDK/8.80.0/Azul.ZuluFX.8.JDK.yaml b/manifests/a/Azul/ZuluFX/8/JDK/8.80.0/Azul.ZuluFX.8.JDK.yaml new file mode 100644 index 0000000000000..8cadee4dd8bd2 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/8/JDK/8.80.0/Azul.ZuluFX.8.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Azul.ZuluFX.8.JDK +PackageVersion: 8.80.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/abbodi1406/vcredist/0.83.0/abbodi1406.vcredist.installer.yaml b/manifests/a/abbodi1406/vcredist/0.83.0/abbodi1406.vcredist.installer.yaml new file mode 100644 index 0000000000000..65caa4c3bf10f --- /dev/null +++ b/manifests/a/abbodi1406/vcredist/0.83.0/abbodi1406.vcredist.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: abbodi1406.vcredist +PackageVersion: 0.83.0 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /ai /gm2 + SilentWithProgress: /y + Interactive: /aiM + Upgrade: /ai1 +UpgradeBehavior: install +ReleaseDate: 2024-08-13 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/abbodi1406/vcredist/releases/download/v0.83.0/VisualCppRedist_AIO_x86only.exe + InstallerSha256: DF1C400F4A09AE6551B6263349B7ECAB180F3BE0E9A6E67212672FC5188A43EA +- Architecture: x64 + InstallerUrl: https://github.com/abbodi1406/vcredist/releases/download/v0.83.0/VisualCppRedist_AIO_x86_x64.exe + InstallerSha256: BFC56A0E6AA6FCAA013FC9BBD0A39F060E8E7CA84E5E16C1B62A99E94D4CC26C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/abbodi1406/vcredist/0.83.0/abbodi1406.vcredist.locale.en-US.yaml b/manifests/a/abbodi1406/vcredist/0.83.0/abbodi1406.vcredist.locale.en-US.yaml new file mode 100644 index 0000000000000..c5fa37eb52326 --- /dev/null +++ b/manifests/a/abbodi1406/vcredist/0.83.0/abbodi1406.vcredist.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: abbodi1406.vcredist +PackageVersion: 0.83.0 +PackageLocale: en-US +Publisher: abbodi1406 +PublisherUrl: https://github.com/abbodi1406 +PublisherSupportUrl: https://github.com/abbodi1406/vcredist/issues +Author: abbodi1406 +PackageName: vcredist +PackageUrl: https://github.com/abbodi1406/vcredist +License: Unlicense +LicenseUrl: https://github.com/abbodi1406/vcredist/blob/HEAD/LICENSE +ShortDescription: AIO Repack for latest Microsoft Visual C++ Redistributable Runtimes +ReleaseNotes: |- + Content + - New: Visual C++ 2022 Redistributable - 14.42.34226.3 + Installer.cmd + - Add Repair mode: remove and reinstall/update already installed runtimes (Fixes #100) + - Fix Update mode for VC++ 2012+ WiX installers (previously, msi packs were not reinstalled afterward) + - Fix Update mode for VC++ 2005/2008 (previously, older versions were not detected) + - Fix detection for VSTOR original installer and ProductCode + - Add proper support for x86only repack + - Optimize and deduplicate script code + VisualCppRedist_AIO_x86_x64.exe + - Add new switch for Repair mode: /aiF + - Deprecate switch for manual uninstall: /aiU (extract and run Uninstaller.cmd directly instead) + VisualCppRedist_AIO_x86only.exe + - Add new switch: /aiF + - Deprecate switch: /aiU + - Update sfx config.txt to work without errors on x64 systems (Fixes #96) + - /aiT switch will silently fail on x64 OS (because VSTOR x86 can't be installed) +ReleaseNotesUrl: https://github.com/abbodi1406/vcredist/releases/tag/v0.83.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/abbodi1406/vcredist/0.83.0/abbodi1406.vcredist.yaml b/manifests/a/abbodi1406/vcredist/0.83.0/abbodi1406.vcredist.yaml new file mode 100644 index 0000000000000..6ddf951ebffdc --- /dev/null +++ b/manifests/a/abbodi1406/vcredist/0.83.0/abbodi1406.vcredist.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: abbodi1406.vcredist +PackageVersion: 0.83.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/aiko-chan-ai/DiscordBotClient/3.4.1/aiko-chan-ai.DiscordBotClient.installer.yaml b/manifests/a/aiko-chan-ai/DiscordBotClient/3.4.1/aiko-chan-ai.DiscordBotClient.installer.yaml new file mode 100644 index 0000000000000..d79fbddfef62a --- /dev/null +++ b/manifests/a/aiko-chan-ai/DiscordBotClient/3.4.1/aiko-chan-ai.DiscordBotClient.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: aiko-chan-ai.DiscordBotClient +PackageVersion: 3.4.1 +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aiko-chan-ai/DiscordBotClient/releases/download/v3.4.1/DiscordBotClient-win-x64.exe + InstallerSha256: D2C28D0967A9E94F786863467D75DF0D31EE034FC24F30CC3921A1046E1C7FCF +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/aiko-chan-ai/DiscordBotClient/3.4.1/aiko-chan-ai.DiscordBotClient.locale.en-US.yaml b/manifests/a/aiko-chan-ai/DiscordBotClient/3.4.1/aiko-chan-ai.DiscordBotClient.locale.en-US.yaml new file mode 100644 index 0000000000000..efc94dde22582 --- /dev/null +++ b/manifests/a/aiko-chan-ai/DiscordBotClient/3.4.1/aiko-chan-ai.DiscordBotClient.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: aiko-chan-ai.DiscordBotClient +PackageVersion: 3.4.1 +PackageLocale: en-US +Publisher: aiko-chan-ai +PublisherUrl: https://aiko-chan-ai.github.io +PublisherSupportUrl: https://github.com/aiko-chan-ai/DiscordBotClient/issues +PackageName: DiscordBotClient +PackageUrl: https://github.com/aiko-chan-ai/DiscordBotClient +License: All Rights Reserved. +LicenseUrl: https://github.com/aiko-chan-ai/DiscordBotClient/blob/electron-v3/LICENSE +Copyright: Copyright © 2024 @elysia.dev +ShortDescription: A patched version of Discord, with bot login support (and Vencord) +Moniker: discord-bot-client +Tags: +- css +- discord +- discord-api +- discord-bot +- discord-bot-client +- discord-client +- html +- javascript +- nodejs +ReleaseNotes: |- + - feat: Store private channels for Bot and automatically scroll to the latest message (some errors may occur) + - feat: Add some debug menus + - chore: Change placeholder for forms in Embed Builder + - feat: Embed Builder button only appears for own messages with embeds (instead of showing an error) + - feat: Embed Builder button shows a notification if the channel cannot send an embed + - feat: Embed Builder can send the entered message content, reply, and attachments + - fix: Fix copy URL issue (no longer localhost, now discord) + - feat: Add some new options for the BotClient plugin + - chore: Mac version is amd64 +ReleaseNotesUrl: https://github.com/aiko-chan-ai/DiscordBotClient/releases/tag/v3.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/a/aiko-chan-ai/DiscordBotClient/3.4.1/aiko-chan-ai.DiscordBotClient.yaml b/manifests/a/aiko-chan-ai/DiscordBotClient/3.4.1/aiko-chan-ai.DiscordBotClient.yaml new file mode 100644 index 0000000000000..74e0f15c4dbe5 --- /dev/null +++ b/manifests/a/aiko-chan-ai/DiscordBotClient/3.4.1/aiko-chan-ai.DiscordBotClient.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: aiko-chan-ai.DiscordBotClient +PackageVersion: 3.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/aimotrens/impulsar/0.13.3/aimotrens.impulsar.installer.yaml b/manifests/a/aimotrens/impulsar/0.13.3/aimotrens.impulsar.installer.yaml new file mode 100644 index 0000000000000..edcf77f030516 --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.13.3/aimotrens.impulsar.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +ManifestVersion: 1.6.0 +ManifestType: installer + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.13.3 + +ReleaseDate: 2024-07-06 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: impulsar.exe + PortableCommandAlias: impulsar +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/aimotrens/impulsar/releases/download/v0.13.3/impulsar_windows_amd64.zip + InstallerSha256: 89d31e8cf4a5823561acd06027c8b1fec8ff4a5e5b6dd9725ccb1be4fa0d75ab + - Architecture: arm64 + InstallerUrl: https://github.com/aimotrens/impulsar/releases/download/v0.13.3/impulsar_windows_arm64.zip + InstallerSha256: c00d053413aad3c8446b1adb64bd281fb040cdb45836a6cf4cba3d7b39974d5e diff --git a/manifests/a/aimotrens/impulsar/0.13.3/aimotrens.impulsar.locale.en-US.yaml b/manifests/a/aimotrens/impulsar/0.13.3/aimotrens.impulsar.locale.en-US.yaml new file mode 100644 index 0000000000000..49e651d306b6c --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.13.3/aimotrens.impulsar.locale.en-US.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +ManifestVersion: 1.6.0 +ManifestType: defaultLocale + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.13.3 + +PackageLocale: en-US +Publisher: aimotrens +PublisherUrl: https://github.com/aimotrens +PackageName: impulsar +License: MIT License +ShortDescription: impulsar is a tool, to run named tasks with different backends from your shell. +Tags: + - command-line-tool + - task-runner diff --git a/manifests/a/aimotrens/impulsar/0.13.3/aimotrens.impulsar.yaml b/manifests/a/aimotrens/impulsar/0.13.3/aimotrens.impulsar.yaml new file mode 100644 index 0000000000000..05133cbc4cd6f --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.13.3/aimotrens.impulsar.yaml @@ -0,0 +1,9 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +ManifestVersion: 1.6.0 +ManifestType: version + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.13.3 + +DefaultLocale: en-US diff --git a/manifests/a/aimotrens/impulsar/0.15.0/aimotrens.impulsar.installer.yaml b/manifests/a/aimotrens/impulsar/0.15.0/aimotrens.impulsar.installer.yaml new file mode 100644 index 0000000000000..a5aa21932ea7d --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.15.0/aimotrens.impulsar.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +ManifestVersion: 1.6.0 +ManifestType: installer + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.15.0 + +ReleaseDate: 2024-07-24 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: impulsar.exe + PortableCommandAlias: impulsar +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/aimotrens/impulsar/releases/download/v0.15.0/impulsar_windows_amd64.zip + InstallerSha256: 5ea4a8087aeb1fcfb6b5d013f8e080548de357e5c9c6e1ce3fcdb60367a516c3 + - Architecture: arm64 + InstallerUrl: https://github.com/aimotrens/impulsar/releases/download/v0.15.0/impulsar_windows_arm64.zip + InstallerSha256: 72da156b262f3ab8d3c65060666cafc1c60cd7837b9b60ff3d969126322bc404 diff --git a/manifests/a/aimotrens/impulsar/0.15.0/aimotrens.impulsar.locale.en-US.yaml b/manifests/a/aimotrens/impulsar/0.15.0/aimotrens.impulsar.locale.en-US.yaml new file mode 100644 index 0000000000000..e7fafec47adf9 --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.15.0/aimotrens.impulsar.locale.en-US.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +ManifestVersion: 1.6.0 +ManifestType: defaultLocale + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.15.0 + +PackageLocale: en-US +Publisher: aimotrens +PublisherUrl: https://github.com/aimotrens +PackageName: impulsar +License: MIT License +ShortDescription: impulsar is a tool, to run named tasks with different backends from your shell. +Tags: + - command-line-tool + - task-runner diff --git a/manifests/a/aimotrens/impulsar/0.15.0/aimotrens.impulsar.yaml b/manifests/a/aimotrens/impulsar/0.15.0/aimotrens.impulsar.yaml new file mode 100644 index 0000000000000..381c33b046551 --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.15.0/aimotrens.impulsar.yaml @@ -0,0 +1,9 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +ManifestVersion: 1.6.0 +ManifestType: version + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.15.0 + +DefaultLocale: en-US diff --git a/manifests/a/aimotrens/impulsar/0.15.2/aimotrens.impulsar.installer.yaml b/manifests/a/aimotrens/impulsar/0.15.2/aimotrens.impulsar.installer.yaml new file mode 100644 index 0000000000000..71929b44cda3f --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.15.2/aimotrens.impulsar.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +ManifestVersion: 1.6.0 +ManifestType: installer + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.15.2 + +ReleaseDate: 2024-08-04 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: impulsar.exe + PortableCommandAlias: impulsar +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/aimotrens/impulsar/releases/download/v0.15.2/impulsar_windows_amd64.zip + InstallerSha256: a7152f693cddaa72f6db3b914b35cb94e9c3137f1eda0f2f871a778b81a3c28c + - Architecture: arm64 + InstallerUrl: https://github.com/aimotrens/impulsar/releases/download/v0.15.2/impulsar_windows_arm64.zip + InstallerSha256: 896cda3a5ee1157d653e7c0dff365fc396106ed5816762a3f8f1dc007acb59e8 diff --git a/manifests/a/aimotrens/impulsar/0.15.2/aimotrens.impulsar.locale.en-US.yaml b/manifests/a/aimotrens/impulsar/0.15.2/aimotrens.impulsar.locale.en-US.yaml new file mode 100644 index 0000000000000..424b39db4556a --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.15.2/aimotrens.impulsar.locale.en-US.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +ManifestVersion: 1.6.0 +ManifestType: defaultLocale + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.15.2 + +PackageLocale: en-US +Publisher: aimotrens +PublisherUrl: https://github.com/aimotrens +PackageName: impulsar +License: MIT License +ShortDescription: impulsar is a tool, to run named tasks with different backends from your shell. +Tags: + - command-line-tool + - task-runner diff --git a/manifests/a/aimotrens/impulsar/0.15.2/aimotrens.impulsar.yaml b/manifests/a/aimotrens/impulsar/0.15.2/aimotrens.impulsar.yaml new file mode 100644 index 0000000000000..a0416be681c60 --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.15.2/aimotrens.impulsar.yaml @@ -0,0 +1,9 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +ManifestVersion: 1.6.0 +ManifestType: version + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.15.2 + +DefaultLocale: en-US diff --git a/manifests/a/aimotrens/impulsar/0.15.6/aimotrens.impulsar.installer.yaml b/manifests/a/aimotrens/impulsar/0.15.6/aimotrens.impulsar.installer.yaml new file mode 100644 index 0000000000000..58aa3006f0236 --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.15.6/aimotrens.impulsar.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +ManifestVersion: 1.6.0 +ManifestType: installer + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.15.6 + +ReleaseDate: 2024-09-10 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: impulsar.exe + PortableCommandAlias: impulsar +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/aimotrens/impulsar/releases/download/v0.15.6/impulsar_windows_amd64.zip + InstallerSha256: b88713a1b0c7970e8292d341c7d0eed17606000e84bb79a7d01a591894a0931d + - Architecture: arm64 + InstallerUrl: https://github.com/aimotrens/impulsar/releases/download/v0.15.6/impulsar_windows_arm64.zip + InstallerSha256: e21c4d6b42dad5735f6f4d4f4d68095ad526339183d3b17267f67340246e0426 diff --git a/manifests/a/aimotrens/impulsar/0.15.6/aimotrens.impulsar.locale.en-US.yaml b/manifests/a/aimotrens/impulsar/0.15.6/aimotrens.impulsar.locale.en-US.yaml new file mode 100644 index 0000000000000..f611e1ad758a4 --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.15.6/aimotrens.impulsar.locale.en-US.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +ManifestVersion: 1.6.0 +ManifestType: defaultLocale + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.15.6 + +PackageLocale: en-US +Publisher: aimotrens +PublisherUrl: https://github.com/aimotrens +PackageName: impulsar +License: MIT License +ShortDescription: impulsar is a tool, to run named tasks with different backends from your shell. +Tags: + - command-line-tool + - task-runner diff --git a/manifests/a/aimotrens/impulsar/0.15.6/aimotrens.impulsar.yaml b/manifests/a/aimotrens/impulsar/0.15.6/aimotrens.impulsar.yaml new file mode 100644 index 0000000000000..f0f64c0cb32b2 --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.15.6/aimotrens.impulsar.yaml @@ -0,0 +1,9 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +ManifestVersion: 1.6.0 +ManifestType: version + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.15.6 + +DefaultLocale: en-US diff --git a/manifests/a/ajeetdsouza/zoxide/0.9.5/ajeetdsouza.zoxide.installer.yaml b/manifests/a/ajeetdsouza/zoxide/0.9.5/ajeetdsouza.zoxide.installer.yaml new file mode 100644 index 0000000000000..e18917bb4f498 --- /dev/null +++ b/manifests/a/ajeetdsouza/zoxide/0.9.5/ajeetdsouza.zoxide.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: ajeetdsouza.zoxide +PackageVersion: 0.9.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: zoxide.exe +ReleaseDate: 2024-09-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.5/zoxide-0.9.5-x86_64-pc-windows-msvc.zip + InstallerSha256: 57397EB20E0A3348DDBA2631764B10E4248E160212522E9BBBBA95F09FCC8124 +- Architecture: arm64 + InstallerUrl: https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.5/zoxide-0.9.5-aarch64-pc-windows-msvc.zip + InstallerSha256: 897C956B18DF29E0ECBC6C8B97EB61BFF3F4600A068D893247BB0D11B90EF1D3 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/ajeetdsouza/zoxide/0.9.5/ajeetdsouza.zoxide.locale.en-US.yaml b/manifests/a/ajeetdsouza/zoxide/0.9.5/ajeetdsouza.zoxide.locale.en-US.yaml new file mode 100644 index 0000000000000..14a7ac139df59 --- /dev/null +++ b/manifests/a/ajeetdsouza/zoxide/0.9.5/ajeetdsouza.zoxide.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: ajeetdsouza.zoxide +PackageVersion: 0.9.5 +PackageLocale: en-US +Publisher: Ajeet D'Souza +PublisherUrl: https://ajeetdsouza.github.io/blog +PublisherSupportUrl: https://github.com/ajeetdsouza/zoxide/issues +Author: Ajeet D'Souza +PackageName: zoxide +PackageUrl: https://github.com/ajeetdsouza/zoxide +License: MIT +LicenseUrl: https://github.com/ajeetdsouza/zoxide/blob/main/LICENSE +Copyright: Copyright 2020 Ajeet D'Souza +CopyrightUrl: https://github.com/ajeetdsouza/zoxide/blob/main/LICENSE +ShortDescription: zoxide is a smarter cd command, inspired by z and autojump +Description: zoxide is a smarter cd command, inspired by z and autojump. It remembers which directories you use most frequently, so you can "jump" to them in just a few keystrokes. zoxide works on all major shells. +Tags: +- autojump +- cli +- fasd +- fzf +- jump +- rust +- z +ReleaseNotes: |- + Added + - zsh: improved cd completions. + - Lazily delete excluded directories from the database. + - fish: detect infinite loop when using alias cd=z. + - Installer: added flags for --bin-dir, --man-dir, --arch, and --sudo. + - Nushell: support for v0.94.0+. + - bash/fish/zsh: support for z -- dir style queries. + - fish: improved Space-Tab completions. + - ksh: added support for the Korn shell. + Changed + - fzf: removed --select-1 from default options. The interactive selector will + - Enforce that $_ZO_DATA_DIR is an absolute path. + Fixed + - zsh: Space-Tab completion repeating output multiple times when matching single + - fish / Nushell / PowerShell: handle queries that look like args (e.g. z -x). + - elvish: z - now works as expected. + - fish: generated shell code avoids using aliased builtins. + - fish: cd command is now copied directly from + - Symlinks not getting added to the database when $_ZO_RESOLVE_SYMLINKS=0. + - Symlinked database files getting replaced instead of the actual files. +ReleaseNotesUrl: https://github.com/ajeetdsouza/zoxide/releases/tag/v0.9.5 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/a/ajeetdsouza/zoxide/0.9.5/ajeetdsouza.zoxide.yaml b/manifests/a/ajeetdsouza/zoxide/0.9.5/ajeetdsouza.zoxide.yaml new file mode 100644 index 0000000000000..0cf0a5d7f27ba --- /dev/null +++ b/manifests/a/ajeetdsouza/zoxide/0.9.5/ajeetdsouza.zoxide.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: ajeetdsouza.zoxide +PackageVersion: 0.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/alagrede/znote/2.6.4/alagrede.znote.installer.yaml b/manifests/a/alagrede/znote/2.6.4/alagrede.znote.installer.yaml new file mode 100644 index 0000000000000..c9cd2250245b4 --- /dev/null +++ b/manifests/a/alagrede/znote/2.6.4/alagrede.znote.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: alagrede.znote +PackageVersion: 2.6.4 +InstallerType: nullsoft +Scope: user +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/alagrede/znote-app/releases/download/v2.6.4/znote-Setup-2.6.4.exe + InstallerSha256: 433AE5DC52A3DE8E60795BEF37C39306865C2BECB98CB096967F3001EB8B8E36 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-02 diff --git a/manifests/a/alagrede/znote/2.6.4/alagrede.znote.locale.en-US.yaml b/manifests/a/alagrede/znote/2.6.4/alagrede.znote.locale.en-US.yaml new file mode 100644 index 0000000000000..d527028824dfe --- /dev/null +++ b/manifests/a/alagrede/znote/2.6.4/alagrede.znote.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: alagrede.znote +PackageVersion: 2.6.4 +PackageLocale: en-US +Publisher: alagrede +PublisherUrl: https://github.com/alagrede +PublisherSupportUrl: https://github.com/alagrede/znote-app/issues +PackageName: znote +PackageUrl: https://github.com/alagrede/znote-app +License: Freeware +ShortDescription: Markdown-based note-taking app for developers +Tags: +- dev +- editor +- electron +- markdown +- react +- znote +Documentations: +- DocumentLabel: Znote Docs + DocumentUrl: https://doc.notebookjs.app +- DocumentLabel: FAQ + DocumentUrl: https://znote.io/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/alagrede/znote/2.6.4/alagrede.znote.yaml b/manifests/a/alagrede/znote/2.6.4/alagrede.znote.yaml new file mode 100644 index 0000000000000..549591c70e481 --- /dev/null +++ b/manifests/a/alagrede/znote/2.6.4/alagrede.znote.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: alagrede.znote +PackageVersion: 2.6.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/alexx2000/DoubleCommander/1.1.17/alexx2000.DoubleCommander.installer.yaml b/manifests/a/alexx2000/DoubleCommander/1.1.17/alexx2000.DoubleCommander.installer.yaml new file mode 100644 index 0000000000000..b932aa018eee9 --- /dev/null +++ b/manifests/a/alexx2000/DoubleCommander/1.1.17/alexx2000.DoubleCommander.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: alexx2000.DoubleCommander +PackageVersion: 1.1.17 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2024-08-19 +AppsAndFeaturesEntries: +- UpgradeCode: '{D220A081-E26D-4ECD-B399-EFEB4D6678EA}' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/doublecmd/doublecmd/releases/download/v1.1.17/doublecmd-1.1.17.i386-win32.msi + InstallerSha256: 3BDD318BA5FFD247498F31E9F2A7C830274D549FE301930CBFDDC57ADB1251B0 + ProductCode: '{196D2FAE-D1B3-4324-8E88-5D3BD4DB760B}' +- Architecture: x64 + InstallerUrl: https://github.com/doublecmd/doublecmd/releases/download/v1.1.17/doublecmd-1.1.17.x86_64-win64.msi + InstallerSha256: 6A8EC4C6FD9A72857D9C318D90AB58482EDF4D00DF8E1116D45C90A2A679D05C + ProductCode: '{98C4C690-BE25-4E44-900A-0833534282A5}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/alexx2000/DoubleCommander/1.1.17/alexx2000.DoubleCommander.locale.en-US.yaml b/manifests/a/alexx2000/DoubleCommander/1.1.17/alexx2000.DoubleCommander.locale.en-US.yaml new file mode 100644 index 0000000000000..fdabe27b09215 --- /dev/null +++ b/manifests/a/alexx2000/DoubleCommander/1.1.17/alexx2000.DoubleCommander.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: alexx2000.DoubleCommander +PackageVersion: 1.1.17 +PackageLocale: en-US +Publisher: Alexander Koblov +PublisherUrl: https://github.com/doublecmd +PublisherSupportUrl: https://github.com/doublecmd/doublecmd/issues +Author: Alexander Koblov +PackageName: Double Commander +PackageUrl: https://doublecmd.sourceforge.io +License: GPL-2.0 +LicenseUrl: https://github.com/doublecmd/doublecmd/blob/HEAD/LICENSE.md +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://sourceforge.net/p/doublecmd/code/HEAD/tree/trunk/doc/COPYING.txt +ShortDescription: Free cross platform open source file manager with two panels side by side +Description: |- + Double Commander is a cross platform open source file manager with two panels side by side. + It is inspired by Total Commander and features some new ideas. +Moniker: doublecmd +Tags: +- commander +- cross-platform +- file-explorer +- file-manager +- foss +- manager +- open-source +ReleaseNotesUrl: https://github.com/doublecmd/doublecmd/releases/tag/v1.1.17 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/a/alexx2000/DoubleCommander/1.1.17/alexx2000.DoubleCommander.yaml b/manifests/a/alexx2000/DoubleCommander/1.1.17/alexx2000.DoubleCommander.yaml new file mode 100644 index 0000000000000..d89363ae76e3d --- /dev/null +++ b/manifests/a/alexx2000/DoubleCommander/1.1.17/alexx2000.DoubleCommander.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: alexx2000.DoubleCommander +PackageVersion: 1.1.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/altair-graphql/altair/7.3.0/altair-graphql.altair.installer.yaml b/manifests/a/altair-graphql/altair/7.3.0/altair-graphql.altair.installer.yaml new file mode 100644 index 0000000000000..e836feca99bcf --- /dev/null +++ b/manifests/a/altair-graphql/altair/7.3.0/altair-graphql.altair.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 7.3.0 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-07-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/altair-graphql/altair/releases/download/v7.3.0/altair_7.3.0_x64_win.exe + InstallerSha256: BA94882E93DBCFA6D2C38C8E2938C50620ECAC428C08FD04985A9F4F74D8A6F4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/altair-graphql/altair/7.3.0/altair-graphql.altair.locale.en-US.yaml b/manifests/a/altair-graphql/altair/7.3.0/altair-graphql.altair.locale.en-US.yaml new file mode 100644 index 0000000000000..7bd3f7e58ded6 --- /dev/null +++ b/manifests/a/altair-graphql/altair/7.3.0/altair-graphql.altair.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 7.3.0 +PackageLocale: en-US +Publisher: Samuel Imolorhe +PublisherUrl: https://github.com/altair-graphql/altair +PublisherSupportUrl: https://github.com/altair-graphql/altair/issues +Author: Samuel Imolorhe +PackageName: Altair GraphQL Client +PackageUrl: https://altair.sirmuel.design/ +License: MIT +LicenseUrl: https://github.com/altair-graphql/altair/blob/HEAD/LICENSE +Copyright: Copyright (c) Samuel Imolorhe +CopyrightUrl: https://github.com/altair-graphql/altair/blob/staging/packages/gatsby-plugin-altair-graphql/LICENSE +ShortDescription: A beautiful feature-rich GraphQL Client for all platforms. +Description: |- + Altair is a beautiful feature-rich GraphQL Client IDE for all platforms. + Available for MacOS, Windows, Linux, Chrome, Firefox. + It enables you interact with any GraphQL server you are authorized to access from any platform you are on. +Tags: +- electron +ReleaseNotes: |- + What's Changed + - fixed login-redirect build by @imolorhe in #2592 + - added credits feature by @imolorhe in #2591 + - updated docker build by @imolorhe in #2598 + - updated newrelic usage by @imolorhe in #2599 + - Imolorhe/ai by @imolorhe in #2600 + Full Changelog: https://github.com/altair-graphql/altair/compare/v7.2.4...v7.3.0 +ReleaseNotesUrl: https://github.com/altair-graphql/altair/releases/tag/v7.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/altair-graphql/altair/7.3.0/altair-graphql.altair.yaml b/manifests/a/altair-graphql/altair/7.3.0/altair-graphql.altair.yaml new file mode 100644 index 0000000000000..4952d22476a3c --- /dev/null +++ b/manifests/a/altair-graphql/altair/7.3.0/altair-graphql.altair.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 7.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/altair-graphql/altair/7.3.3/altair-graphql.altair.installer.yaml b/manifests/a/altair-graphql/altair/7.3.3/altair-graphql.altair.installer.yaml new file mode 100644 index 0000000000000..81337853a94b0 --- /dev/null +++ b/manifests/a/altair-graphql/altair/7.3.3/altair-graphql.altair.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 7.3.3 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/altair-graphql/altair/releases/download/v7.3.3/altair_7.3.3_x64_win.exe + InstallerSha256: 8BF0700703ADB1308AD7A26B570A0A830190937A19D0088505A3857AB92C5D18 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/altair-graphql/altair/7.3.3/altair-graphql.altair.locale.en-US.yaml b/manifests/a/altair-graphql/altair/7.3.3/altair-graphql.altair.locale.en-US.yaml new file mode 100644 index 0000000000000..ca94a512eb4e0 --- /dev/null +++ b/manifests/a/altair-graphql/altair/7.3.3/altair-graphql.altair.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 7.3.3 +PackageLocale: en-US +Publisher: Samuel Imolorhe +PublisherUrl: https://github.com/altair-graphql/altair +PublisherSupportUrl: https://github.com/altair-graphql/altair/issues +Author: Samuel Imolorhe +PackageName: Altair GraphQL Client +PackageUrl: https://altair.sirmuel.design/ +License: MIT +LicenseUrl: https://github.com/altair-graphql/altair/blob/HEAD/LICENSE +Copyright: Copyright (c) Samuel Imolorhe +CopyrightUrl: https://github.com/altair-graphql/altair/blob/staging/packages/gatsby-plugin-altair-graphql/LICENSE +ShortDescription: A beautiful feature-rich GraphQL Client for all platforms. +Description: |- + Altair is a beautiful feature-rich GraphQL Client IDE for all platforms. + Available for MacOS, Windows, Linux, Chrome, Firefox. + It enables you interact with any GraphQL server you are authorized to access from any platform you are on. +Tags: +- electron +ReleaseNotes: |- + What's Changed + - refactor workflows by @imolorhe in #2607 + Full Changelog: https://github.com/altair-graphql/altair/compare/v7.3.0...v7.3.3 +ReleaseNotesUrl: https://github.com/altair-graphql/altair/releases/tag/v7.3.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/altair-graphql/altair/7.3.3/altair-graphql.altair.yaml b/manifests/a/altair-graphql/altair/7.3.3/altair-graphql.altair.yaml new file mode 100644 index 0000000000000..a339018db831a --- /dev/null +++ b/manifests/a/altair-graphql/altair/7.3.3/altair-graphql.altair.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 7.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/altair-graphql/altair/7.3.4/altair-graphql.altair.installer.yaml b/manifests/a/altair-graphql/altair/7.3.4/altair-graphql.altair.installer.yaml new file mode 100644 index 0000000000000..2e062dc41f5cc --- /dev/null +++ b/manifests/a/altair-graphql/altair/7.3.4/altair-graphql.altair.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 7.3.4 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/altair-graphql/altair/releases/download/v7.3.4/altair_7.3.4_x64_win.exe + InstallerSha256: 41B8D0B94D119A337EFA553CE717F76E21206631AD2DCCBF858A335329B5865D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/altair-graphql/altair/7.3.4/altair-graphql.altair.locale.en-US.yaml b/manifests/a/altair-graphql/altair/7.3.4/altair-graphql.altair.locale.en-US.yaml new file mode 100644 index 0000000000000..cb7d3b1633cef --- /dev/null +++ b/manifests/a/altair-graphql/altair/7.3.4/altair-graphql.altair.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 7.3.4 +PackageLocale: en-US +Publisher: Samuel Imolorhe +PublisherUrl: https://github.com/altair-graphql/altair +PublisherSupportUrl: https://github.com/altair-graphql/altair/issues +Author: Samuel Imolorhe +PackageName: Altair GraphQL Client +PackageUrl: https://altair.sirmuel.design/ +License: MIT +LicenseUrl: https://github.com/altair-graphql/altair/blob/HEAD/LICENSE +Copyright: Copyright (c) Samuel Imolorhe +CopyrightUrl: https://github.com/altair-graphql/altair/blob/staging/packages/gatsby-plugin-altair-graphql/LICENSE +ShortDescription: A beautiful feature-rich GraphQL Client for all platforms. +Description: |- + Altair is a beautiful feature-rich GraphQL Client IDE for all platforms. + Available for MacOS, Windows, Linux, Chrome, Firefox. + It enables you interact with any GraphQL server you are authorized to access from any platform you are on. +Tags: +- electron +ReleaseNotes: 'Full Changelog: https://github.com/altair-graphql/altair/compare/v7.3.3...v7.3.4' +ReleaseNotesUrl: https://github.com/altair-graphql/altair/releases/tag/v7.3.4 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/altair-graphql/altair/7.3.4/altair-graphql.altair.yaml b/manifests/a/altair-graphql/altair/7.3.4/altair-graphql.altair.yaml new file mode 100644 index 0000000000000..f1aef3a1f3e9e --- /dev/null +++ b/manifests/a/altair-graphql/altair/7.3.4/altair-graphql.altair.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 7.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/altair-graphql/altair/7.3.5/altair-graphql.altair.installer.yaml b/manifests/a/altair-graphql/altair/7.3.5/altair-graphql.altair.installer.yaml new file mode 100644 index 0000000000000..25d9225949ea7 --- /dev/null +++ b/manifests/a/altair-graphql/altair/7.3.5/altair-graphql.altair.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 7.3.5 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-08-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/altair-graphql/altair/releases/download/v7.3.5/altair_7.3.5_x64_win.exe + InstallerSha256: 964B1DBAA582B8613D887404525F0E019C384C58337140C9BD33C3413726B710 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/altair-graphql/altair/7.3.5/altair-graphql.altair.locale.en-US.yaml b/manifests/a/altair-graphql/altair/7.3.5/altair-graphql.altair.locale.en-US.yaml new file mode 100644 index 0000000000000..88e085a309f06 --- /dev/null +++ b/manifests/a/altair-graphql/altair/7.3.5/altair-graphql.altair.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 7.3.5 +PackageLocale: en-US +Publisher: Samuel Imolorhe +PublisherUrl: https://github.com/altair-graphql/altair +PublisherSupportUrl: https://github.com/altair-graphql/altair/issues +Author: Samuel Imolorhe +PackageName: Altair GraphQL Client +PackageUrl: https://altair.sirmuel.design/ +License: MIT +LicenseUrl: https://github.com/altair-graphql/altair/blob/HEAD/LICENSE +Copyright: Copyright (c) Samuel Imolorhe +CopyrightUrl: https://github.com/altair-graphql/altair/blob/staging/packages/gatsby-plugin-altair-graphql/LICENSE +ShortDescription: A beautiful feature-rich GraphQL Client for all platforms. +Description: |- + Altair is a beautiful feature-rich GraphQL Client IDE for all platforms. + Available for MacOS, Windows, Linux, Chrome, Firefox. + It enables you interact with any GraphQL server you are authorized to access from any platform you are on. +Tags: +- electron +ReleaseNotes: |- + What's Changed + - New Crowdin updates by @imolorhe in #2615 + - allow koa/router peer dependency > 11 by @imolorhe in #2632 + - set z-index on cm-panels by @imolorhe in #2634 + - refactored request handler state handling by @imolorhe in #2635 + Full Changelog: https://github.com/altair-graphql/altair/compare/v7.3.4...v7.3.5 +ReleaseNotesUrl: https://github.com/altair-graphql/altair/releases/tag/v7.3.5 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/altair-graphql/altair/7.3.5/altair-graphql.altair.yaml b/manifests/a/altair-graphql/altair/7.3.5/altair-graphql.altair.yaml new file mode 100644 index 0000000000000..60b723b32597a --- /dev/null +++ b/manifests/a/altair-graphql/altair/7.3.5/altair-graphql.altair.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 7.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.0.10/amir1376.ABDownloadManager.installer.yaml b/manifests/a/amir1376/ABDownloadManager/1.0.10/amir1376.ABDownloadManager.installer.yaml new file mode 100644 index 0000000000000..f1497bd7fb45d --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.0.10/amir1376.ABDownloadManager.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: amir1376.ABDownloadManager +PackageVersion: 1.0.10 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{E3059C9C-640D-3552-92F6-59B4FD7B0F94}' +ReleaseDate: 2024-09-12 +AppsAndFeaturesEntries: +- DisplayName: ABDownloadManager + Publisher: abdownloadmanager.com + ProductCode: '{E3059C9C-640D-3552-92F6-59B4FD7B0F94}' + UpgradeCode: '{2B3AEAC1-271A-4F05-B26E-8E0D2A81B215}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\ABDownloadManager' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amir1376/ab-download-manager/releases/download/v1.0.10/ABDownloadManager_1.0.10_windows.msi + InstallerSha256: FA0CD8DF4130649C716F359874FD687ECCE7C9B289FBFE8A6EF6AD88C48E9F8C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.0.10/amir1376.ABDownloadManager.locale.en-US.yaml b/manifests/a/amir1376/ABDownloadManager/1.0.10/amir1376.ABDownloadManager.locale.en-US.yaml new file mode 100644 index 0000000000000..27e8466621fb9 --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.0.10/amir1376.ABDownloadManager.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: amir1376.ABDownloadManager +PackageVersion: 1.0.10 +PackageLocale: en-US +Publisher: abdownloadmanager.com +PublisherUrl: https://github.com/amir1376 +PublisherSupportUrl: https://github.com/amir1376/ab-download-manager/issues +Author: AmirHossein Abdolmotallebi +PackageName: ABDownloadManager +PackageUrl: https://abdownloadmanager.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/amir1376/ab-download-manager/blob/HEAD/LICENSE +ShortDescription: A Download Manager that speeds up your downloads. +Description: AB Download Manager is a desktop app which lets you manage and organize your download files better than before. +Tags: +- chrome +- compose +- compose-multiplatform +- desktop +- desktop-app +- download +- download-manager +- downloader +- downloadmanager +- firefox +- kotlin +- linux +- windows +ReleaseNotes: |- + 1.0.10 + Fixed + - Improve home page + - Improve download page + - Opening Directory Picker cause the app to crash in Linux + - Folder opened two times when clicking on open folder in Linux +ReleaseNotesUrl: https://github.com/amir1376/ab-download-manager/releases/tag/v1.0.10 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.0.10/amir1376.ABDownloadManager.yaml b/manifests/a/amir1376/ABDownloadManager/1.0.10/amir1376.ABDownloadManager.yaml new file mode 100644 index 0000000000000..3384de6afcec5 --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.0.10/amir1376.ABDownloadManager.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: amir1376.ABDownloadManager +PackageVersion: 1.0.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.0.7/amir1376.ABDownloadManager.installer.yaml b/manifests/a/amir1376/ABDownloadManager/1.0.7/amir1376.ABDownloadManager.installer.yaml new file mode 100644 index 0000000000000..ec13b0530f6fe --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.0.7/amir1376.ABDownloadManager.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: amir1376.ABDownloadManager +PackageVersion: 1.0.7 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{7541B8D6-C6B1-374E-868C-A4A26C2B7839}' +ReleaseDate: 2024-08-17 +AppsAndFeaturesEntries: +- UpgradeCode: '{2B3AEAC1-271A-4F05-B26E-8E0D2A81B215}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amir1376/ab-download-manager/releases/download/v1.0.7/ABDownloadManager_1.0.7_windows.msi + InstallerSha256: 80205E9CAC0F31B88380BBBF00FB4948382633E1A70C5BCEDACCBE136A34B35A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.0.7/amir1376.ABDownloadManager.locale.en-US.yaml b/manifests/a/amir1376/ABDownloadManager/1.0.7/amir1376.ABDownloadManager.locale.en-US.yaml new file mode 100644 index 0000000000000..e3bea71a02394 --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.0.7/amir1376.ABDownloadManager.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: amir1376.ABDownloadManager +PackageVersion: 1.0.7 +PackageLocale: en-US +Publisher: abdownloadmanager.com +PublisherUrl: https://github.com/amir1376 +PublisherSupportUrl: https://github.com/amir1376/ab-download-manager/issues +Author: AmirHossein Abdolmotallebi +PackageName: ABDownloadManager +PackageUrl: https://abdownloadmanager.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/amir1376/ab-download-manager/raw/master/LICENSE +ShortDescription: A Download Manager that speeds up your downloads. +Description: AB Download Manager is a desktop app which lets you manage and organize your download files better than before. +Tags: +- chrome +- compose +- compose-multiplatform +- desktop +- desktop-app +- download +- download-manager +- downloader +- downloadmanager +- firefox +- kotlin +- linux +- windows +ReleaseNotesUrl: https://github.com/amir1376/ab-download-manager/releases/tag/v1.0.7 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.0.7/amir1376.ABDownloadManager.yaml b/manifests/a/amir1376/ABDownloadManager/1.0.7/amir1376.ABDownloadManager.yaml new file mode 100644 index 0000000000000..8bcb02dbc7f21 --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.0.7/amir1376.ABDownloadManager.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: amir1376.ABDownloadManager +PackageVersion: 1.0.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.0.9/amir1376.ABDownloadManager.installer.yaml b/manifests/a/amir1376/ABDownloadManager/1.0.9/amir1376.ABDownloadManager.installer.yaml new file mode 100644 index 0000000000000..0aa60f38d473c --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.0.9/amir1376.ABDownloadManager.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: amir1376.ABDownloadManager +PackageVersion: 1.0.9 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{DFE5C3EA-EADC-32BE-81A2-BE13D8A3963B}' +ReleaseDate: 2024-09-04 +AppsAndFeaturesEntries: +- DisplayName: ABDownloadManager + Publisher: abdownloadmanager.com + ProductCode: '{DFE5C3EA-EADC-32BE-81A2-BE13D8A3963B}' + UpgradeCode: '{2B3AEAC1-271A-4F05-B26E-8E0D2A81B215}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\ABDownloadManager' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amir1376/ab-download-manager/releases/download/v1.0.9/ABDownloadManager_1.0.9_windows.msi + InstallerSha256: CA9A66B4195FFF692D582EF393CA4408EE417132EF1AABD27D6AFDFE466E4DDC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.0.9/amir1376.ABDownloadManager.locale.en-US.yaml b/manifests/a/amir1376/ABDownloadManager/1.0.9/amir1376.ABDownloadManager.locale.en-US.yaml new file mode 100644 index 0000000000000..76540893363cb --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.0.9/amir1376.ABDownloadManager.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: amir1376.ABDownloadManager +PackageVersion: 1.0.9 +PackageLocale: en-US +Publisher: abdownloadmanager.com +PublisherUrl: https://github.com/amir1376 +PublisherSupportUrl: https://github.com/amir1376/ab-download-manager/issues +Author: AmirHossein Abdolmotallebi +PackageName: ABDownloadManager +PackageUrl: https://abdownloadmanager.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/amir1376/ab-download-manager/blob/HEAD/LICENSE +ShortDescription: A Download Manager that speeds up your downloads. +Description: AB Download Manager is a desktop app which lets you manage and organize your download files better than before. +Tags: +- chrome +- compose +- compose-multiplatform +- desktop +- desktop-app +- download +- download-manager +- downloader +- downloadmanager +- firefox +- kotlin +- linux +- windows +ReleaseNotes: |- + 1.0.9 + Added + - Sparse File Allocation + Fixed + - Improve directory picker + - Improve show help UX in settings + - Improve Download Engine +ReleaseNotesUrl: https://github.com/amir1376/ab-download-manager/releases/tag/v1.0.9 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.0.9/amir1376.ABDownloadManager.yaml b/manifests/a/amir1376/ABDownloadManager/1.0.9/amir1376.ABDownloadManager.yaml new file mode 100644 index 0000000000000..dbbf0c172d234 --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.0.9/amir1376.ABDownloadManager.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: amir1376.ABDownloadManager +PackageVersion: 1.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/antnsn/lexorium/1.0.9/antnsn.lexorium.installer.yaml b/manifests/a/antnsn/lexorium/1.0.9/antnsn.lexorium.installer.yaml new file mode 100644 index 0000000000000..d519e03555cd5 --- /dev/null +++ b/manifests/a/antnsn/lexorium/1.0.9/antnsn.lexorium.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: antnsn.lexorium +PackageVersion: 1.0.9 +InstallerType: exe +Installers: +- InstallerUrl: https://github.com/antnsn/Lexorium/releases/download/v1.0.9/LexoriumSetup.exe + Architecture: x64 + InstallerSha256: 141F5A2522922937B62ABCB6A556F17A6A29E64382202BF2A362AABA6D7627D6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/antnsn/lexorium/1.0.9/antnsn.lexorium.locale.en-US.yaml b/manifests/a/antnsn/lexorium/1.0.9/antnsn.lexorium.locale.en-US.yaml new file mode 100644 index 0000000000000..233bbc20e906e --- /dev/null +++ b/manifests/a/antnsn/lexorium/1.0.9/antnsn.lexorium.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: antnsn.lexorium +PackageVersion: 1.0.9 +PackageLocale: en-US +Publisher: antnsn +PackageName: Lexorium +License: ISC License +Copyright: Copyright © 2024 Marius Antonsen +ShortDescription: A basic Electron app to manage notes with markdown support. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/antnsn/lexorium/1.0.9/antnsn.lexorium.yaml b/manifests/a/antnsn/lexorium/1.0.9/antnsn.lexorium.yaml new file mode 100644 index 0000000000000..3ca8ce283fedb --- /dev/null +++ b/manifests/a/antnsn/lexorium/1.0.9/antnsn.lexorium.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: antnsn.lexorium +PackageVersion: 1.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.installer.yaml b/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.installer.yaml index 7851953470214..f3d784287cd38 100644 --- a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.installer.yaml +++ b/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: appmakes.Typora @@ -50,6 +50,20 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.9.5.exe + InstallerSha256: D3167DEE37B28F3EF24156A459B489281315BC5474E2C87E0C7159978E9D4EE1 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.typora.io/windows/typora-setup-arm64-1.9.5.exe + InstallerSha256: D3167DEE37B28F3EF24156A459B489281315BC5474E2C87E0C7159978E9D4EE1 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' - InstallerLocale: zh-CN Architecture: x86 Scope: user @@ -82,5 +96,21 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' +- InstallerLocale: zh-CN + Architecture: arm64 + Scope: user + InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.9.5.exe + InstallerSha256: D3167DEE37B28F3EF24156A459B489281315BC5474E2C87E0C7159978E9D4EE1 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' +- InstallerLocale: zh-CN + Architecture: arm64 + Scope: machine + InstallerUrl: https://download2.typoraio.cn/windows/typora-setup-arm64-1.9.5.exe + InstallerSha256: D3167DEE37B28F3EF24156A459B489281315BC5474E2C87E0C7159978E9D4EE1 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{37771A20-7167-44C0-B322-FD3E54C56156}_is1' ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.locale.en-US.yaml b/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.locale.en-US.yaml index 348fc2edbf872..6accd710d87e9 100644 --- a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.locale.en-US.yaml +++ b/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: appmakes.Typora diff --git a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.locale.zh-CN.yaml b/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.locale.zh-CN.yaml index 9fab367f63025..f21dc4e1c1a63 100644 --- a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.locale.zh-CN.yaml +++ b/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: appmakes.Typora diff --git a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.yaml b/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.yaml index fd77ad0ccc4e9..9491f62706b47 100644 --- a/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.yaml +++ b/manifests/a/appmakes/Typora/1.9.5/appmakes.Typora.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: appmakes.Typora diff --git a/manifests/a/aquaproj/aqua/2.31.0/aquaproj.aqua.installer.yaml b/manifests/a/aquaproj/aqua/2.31.0/aquaproj.aqua.installer.yaml new file mode 100644 index 0000000000000..70252cfa6437f --- /dev/null +++ b/manifests/a/aquaproj/aqua/2.31.0/aquaproj.aqua.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: aquaproj.aqua +PackageVersion: 2.31.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-29" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aqua.exe + PortableCommandAlias: aqua + InstallerUrl: https://github.com/aquaproj/aqua/releases/download/v2.31.0/aqua_windows_amd64.zip + InstallerSha256: 2dd735126c139a6439767ef5cb41885a47fa0f1f04426b4a2bce4f1cb9bdd405 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aqua.exe + PortableCommandAlias: aqua + InstallerUrl: https://github.com/aquaproj/aqua/releases/download/v2.31.0/aqua_windows_arm64.zip + InstallerSha256: 0b9cbe177e92955135ee40cf4311240cbbbe2030eaf5c3be967bf69823a77591 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/aquaproj/aqua/2.31.0/aquaproj.aqua.locale.en-US.yaml b/manifests/a/aquaproj/aqua/2.31.0/aquaproj.aqua.locale.en-US.yaml new file mode 100644 index 0000000000000..0aa174fd8e01f --- /dev/null +++ b/manifests/a/aquaproj/aqua/2.31.0/aquaproj.aqua.locale.en-US.yaml @@ -0,0 +1,20 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: aquaproj.aqua +PackageVersion: 2.31.0 +PackageLocale: en-US +Publisher: aquaproj +PublisherSupportUrl: https://github.com/aquaproj/aqua/discussions +PackageName: aqua +PackageUrl: https://github.com/aquaproj/aqua +License: mit +LicenseUrl: https://github.com/aquaproj/aqua/blob/main/LICENSE +ShortDescription: Declarative CLI Version manager written in Go +Description: | + Declarative CLI Version manager written in Go. + Support Lazy Install, Registry, and continuous update by Renovate. + CLI version is switched seamlessly +Moniker: aqua +ReleaseNotesUrl: https://github.com/aquaproj/aqua/releases/tag/v2.31.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/aquaproj/aqua/2.31.0/aquaproj.aqua.yaml b/manifests/a/aquaproj/aqua/2.31.0/aquaproj.aqua.yaml new file mode 100644 index 0000000000000..cf91767d833d7 --- /dev/null +++ b/manifests/a/aquaproj/aqua/2.31.0/aquaproj.aqua.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: aquaproj.aqua +PackageVersion: 2.31.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.3/astral-sh.ruff.installer.yaml b/manifests/a/astral-sh/ruff/0.5.3/astral-sh.ruff.installer.yaml new file mode 100644 index 0000000000000..8872e1daa9688 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.3/astral-sh.ruff.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4522.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.3 +InstallerType: zip +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.3/ruff-i686-pc-windows-msvc.zip + InstallerSha256: CAAFE47897C19DDCEF49B04DDBF5595C70579D6DE6EC9CC39AD6FE05C76CD6A8 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.3/ruff-x86_64-pc-windows-msvc.zip + InstallerSha256: 3BBA11D6DF2D939CC177C8D42FF608B2CBCE6A4B60C4BAB6017B8CAF068BDDD6 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.3/ruff-aarch64-pc-windows-msvc.zip + InstallerSha256: 0B37F4B0560A4D1BC1A166BC11D48AD489BE448807D7DE98A0134BF1AECDE468 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2022.arm64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.3/astral-sh.ruff.locale.en-US.yaml b/manifests/a/astral-sh/ruff/0.5.3/astral-sh.ruff.locale.en-US.yaml new file mode 100644 index 0000000000000..4daaf874fdf93 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.3/astral-sh.ruff.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4522.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.3 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Ruff +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/astral-sh/ruff/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: An extremely fast Python linter, written in Rust. +# Description: +# Moniker: +Tags: +- linter +- pep8 +- python +- python3 +- ruff +- rust +- rustpython +- static-analysis +- static-code-analysis +- styleguide +- style-guide +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.3/astral-sh.ruff.yaml b/manifests/a/astral-sh/ruff/0.5.3/astral-sh.ruff.yaml new file mode 100644 index 0000000000000..b56277f9f6937 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.3/astral-sh.ruff.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4522.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.4/astral-sh.ruff.installer.yaml b/manifests/a/astral-sh/ruff/0.5.4/astral-sh.ruff.installer.yaml new file mode 100644 index 0000000000000..f35a4c9643b2b --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.4/astral-sh.ruff.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4522.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.4 +InstallerType: zip +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-i686-pc-windows-msvc.zip + InstallerSha256: BF9549C14821C1CF3ECC65C7DDFFD8B821B60E788D0FD5408DDD47A651B79E40 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-x86_64-pc-windows-msvc.zip + InstallerSha256: C5CD39373397EFC0DE80790FBD4695E5A47B5F204B6E9278DDDBC84413730D42 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-aarch64-pc-windows-msvc.zip + InstallerSha256: 17453D6205BC19B13C0A745AE1310E95582A6D310D7FFED7D36ED126E8C6FD85 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2022.arm64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.4/astral-sh.ruff.locale.en-US.yaml b/manifests/a/astral-sh/ruff/0.5.4/astral-sh.ruff.locale.en-US.yaml new file mode 100644 index 0000000000000..ea294f6269b81 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.4/astral-sh.ruff.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4522.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.4 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Ruff +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/astral-sh/ruff/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: An extremely fast Python linter, written in Rust. +# Description: +# Moniker: +Tags: +- linter +- pep8 +- python +- python3 +- ruff +- rust +- rustpython +- static-analysis +- static-code-analysis +- styleguide +- style-guide +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.4/astral-sh.ruff.yaml b/manifests/a/astral-sh/ruff/0.5.4/astral-sh.ruff.yaml new file mode 100644 index 0000000000000..e86272b1b3394 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.4/astral-sh.ruff.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4522.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.5/astral-sh.ruff.installer.yaml b/manifests/a/astral-sh/ruff/0.5.5/astral-sh.ruff.installer.yaml new file mode 100644 index 0000000000000..319e4fa810bec --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.5/astral-sh.ruff.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.5 +InstallerType: zip +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.5/ruff-i686-pc-windows-msvc.zip + InstallerSha256: 75A604D31E2ECC4890727B8AC55E63BE7CB3151800BE56E62C4AA70F67B6D3E2 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.5/ruff-x86_64-pc-windows-msvc.zip + InstallerSha256: 161EB7AE4F38D8B54E46B153F0A5B2EE6DE55D198CA495EE1C0A1C0B2E0A8F26 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.5/ruff-aarch64-pc-windows-msvc.zip + InstallerSha256: F179AE5848892E940DA3B27893BB5D0A9B1176A8228A55E099CD9BC7F16C0090 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2022.arm64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.5/astral-sh.ruff.locale.en-US.yaml b/manifests/a/astral-sh/ruff/0.5.5/astral-sh.ruff.locale.en-US.yaml new file mode 100644 index 0000000000000..a92f9812fd3c3 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.5/astral-sh.ruff.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.5 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Ruff +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/astral-sh/ruff/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: An extremely fast Python linter, written in Rust. +# Description: +# Moniker: +Tags: +- linter +- pep8 +- python +- python3 +- ruff +- rust +- rustpython +- static-analysis +- static-code-analysis +- styleguide +- style-guide +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.5/astral-sh.ruff.yaml b/manifests/a/astral-sh/ruff/0.5.5/astral-sh.ruff.yaml new file mode 100644 index 0000000000000..58dbdf4e8d732 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.5/astral-sh.ruff.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.6/astral-sh.ruff.installer.yaml b/manifests/a/astral-sh/ruff/0.5.6/astral-sh.ruff.installer.yaml new file mode 100644 index 0000000000000..3e9ee80380a18 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.6/astral-sh.ruff.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.6 +InstallerType: zip +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.6/ruff-i686-pc-windows-msvc.zip + InstallerSha256: FBBFFE35E6ABA3FCF78B40824D2B318B9F7C06A944E9AE4DED3DD0EDEAB3BEB9 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.6/ruff-x86_64-pc-windows-msvc.zip + InstallerSha256: 3132DA48D8C0596079A96D3C68CBE5E11353C8ED862B4221B2036830CF86A1DB + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.6/ruff-aarch64-pc-windows-msvc.zip + InstallerSha256: D6826BAF8E5CC40A5045ECE127EB48E4CE4E95AA80435B70831BE1BC6EC7F488 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2022.arm64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.6/astral-sh.ruff.locale.en-US.yaml b/manifests/a/astral-sh/ruff/0.5.6/astral-sh.ruff.locale.en-US.yaml new file mode 100644 index 0000000000000..fb96ae373527e --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.6/astral-sh.ruff.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.6 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Ruff +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/astral-sh/ruff/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: An extremely fast Python linter, written in Rust. +# Description: +# Moniker: +Tags: +- linter +- pep8 +- python +- python3 +- ruff +- rust +- rustpython +- static-analysis +- static-code-analysis +- styleguide +- style-guide +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.6/astral-sh.ruff.yaml b/manifests/a/astral-sh/ruff/0.5.6/astral-sh.ruff.yaml new file mode 100644 index 0000000000000..186a3eb64fa32 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.6/astral-sh.ruff.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.7/astral-sh.ruff.installer.yaml b/manifests/a/astral-sh/ruff/0.5.7/astral-sh.ruff.installer.yaml new file mode 100644 index 0000000000000..060b04a2940b4 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.7/astral-sh.ruff.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.7 +InstallerType: zip +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.7/ruff-i686-pc-windows-msvc.zip + InstallerSha256: CAFAEDDC1FFB710C931A5C62652CCD1732841B6B4B1F2FB9BCA4B694853ED486 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.7/ruff-x86_64-pc-windows-msvc.zip + InstallerSha256: 43DB9594EC5B2EBDEBBCF950199DBE52EA87CE5D6C5CC0F44356F91C62641C4B + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.5.7/ruff-aarch64-pc-windows-msvc.zip + InstallerSha256: 2FC686FE1ACC813BD51A2CAC89F2CABFAE9144DB01862D04F052B06EB07CB522 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2022.arm64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.7/astral-sh.ruff.locale.en-US.yaml b/manifests/a/astral-sh/ruff/0.5.7/astral-sh.ruff.locale.en-US.yaml new file mode 100644 index 0000000000000..57793ecc5d2a2 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.7/astral-sh.ruff.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.7 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Ruff +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/astral-sh/ruff/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: An extremely fast Python linter, written in Rust. +# Description: +# Moniker: +Tags: +- linter +- pep8 +- python +- python3 +- ruff +- rust +- rustpython +- static-analysis +- static-code-analysis +- styleguide +- style-guide +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.5.7/astral-sh.ruff.yaml b/manifests/a/astral-sh/ruff/0.5.7/astral-sh.ruff.yaml new file mode 100644 index 0000000000000..1a0570b87ee47 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.5.7/astral-sh.ruff.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.5.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.6.0/astral-sh.ruff.installer.yaml b/manifests/a/astral-sh/ruff/0.6.0/astral-sh.ruff.installer.yaml new file mode 100644 index 0000000000000..97544050d02df --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.0/astral-sh.ruff.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.0 +InstallerType: zip +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.0/ruff-i686-pc-windows-msvc.zip + InstallerSha256: F544FF5DB36DC1A51F0574B795541CF98A4673B95A5A3BD2E597CADEB5EA6622 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.0/ruff-x86_64-pc-windows-msvc.zip + InstallerSha256: 9E69401032A71B88460752848263D856621D178599AAA8703A5942120768663A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.0/ruff-aarch64-pc-windows-msvc.zip + InstallerSha256: F2F713B4A422F4B3B04EBBAD7C373D8F5098F4460E1D431C964DF7306DCCAC0F + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2022.arm64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.6.0/astral-sh.ruff.locale.en-US.yaml b/manifests/a/astral-sh/ruff/0.6.0/astral-sh.ruff.locale.en-US.yaml new file mode 100644 index 0000000000000..1844c84220448 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.0/astral-sh.ruff.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.0 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Ruff +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/astral-sh/ruff/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: An extremely fast Python linter, written in Rust. +# Description: +# Moniker: +Tags: +- linter +- pep8 +- python +- python3 +- ruff +- rust +- rustpython +- static-analysis +- static-code-analysis +- styleguide +- style-guide +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.6.0/astral-sh.ruff.yaml b/manifests/a/astral-sh/ruff/0.6.0/astral-sh.ruff.yaml new file mode 100644 index 0000000000000..90df56f576eaa --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.0/astral-sh.ruff.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.6.1/astral-sh.ruff.installer.yaml b/manifests/a/astral-sh/ruff/0.6.1/astral-sh.ruff.installer.yaml new file mode 100644 index 0000000000000..b71157095ccbf --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.1/astral-sh.ruff.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.1 +InstallerType: zip +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.1/ruff-i686-pc-windows-msvc.zip + InstallerSha256: 74A84FE2998C517D2825719067DB793E365EC4247CE7F6A10839158E1B0E983C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.1/ruff-x86_64-pc-windows-msvc.zip + InstallerSha256: A703F5008033BFFB10EE2F9D96339DE0BD5168440735B3D139B0548DF795CDAA + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.1/ruff-aarch64-pc-windows-msvc.zip + InstallerSha256: 9E0313F0D0963EF4ED51BC8EBA22727799086275D03ECA6BC78188113DEA6467 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2022.arm64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.6.1/astral-sh.ruff.locale.en-US.yaml b/manifests/a/astral-sh/ruff/0.6.1/astral-sh.ruff.locale.en-US.yaml new file mode 100644 index 0000000000000..857964d4ddd07 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.1/astral-sh.ruff.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.1 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Ruff +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/astral-sh/ruff/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: An extremely fast Python linter, written in Rust. +# Description: +# Moniker: +Tags: +- linter +- pep8 +- python +- python3 +- ruff +- rust +- rustpython +- static-analysis +- static-code-analysis +- styleguide +- style-guide +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.6.1/astral-sh.ruff.yaml b/manifests/a/astral-sh/ruff/0.6.1/astral-sh.ruff.yaml new file mode 100644 index 0000000000000..ef4f46a2ed23f --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.1/astral-sh.ruff.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.6.2/astral-sh.ruff.installer.yaml b/manifests/a/astral-sh/ruff/0.6.2/astral-sh.ruff.installer.yaml new file mode 100644 index 0000000000000..6481965122e9d --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.2/astral-sh.ruff.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.2 +InstallerType: zip +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.2/ruff-i686-pc-windows-msvc.zip + InstallerSha256: C0BE6BFC620EB25E2156AA309B8CF609AF7DF9EEB22695B0434FD5C33A63671E + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.2/ruff-x86_64-pc-windows-msvc.zip + InstallerSha256: C3FCA2B8BE67AC608941EAD77DC07B8EE4F9C884F8491B46AAFF42478DD6A4C3 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.2/ruff-aarch64-pc-windows-msvc.zip + InstallerSha256: 1C28BECFB6A220B3CF1EEB734BCF8C3220F24C3BC5A35A17E72D7C8352DA9106 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2022.arm64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.6.2/astral-sh.ruff.locale.en-US.yaml b/manifests/a/astral-sh/ruff/0.6.2/astral-sh.ruff.locale.en-US.yaml new file mode 100644 index 0000000000000..53798628b0c4a --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.2/astral-sh.ruff.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.2 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Ruff +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/astral-sh/ruff/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: An extremely fast Python linter, written in Rust. +# Description: +# Moniker: +Tags: +- linter +- pep8 +- python +- python3 +- ruff +- rust +- rustpython +- static-analysis +- static-code-analysis +- styleguide +- style-guide +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.6.2/astral-sh.ruff.yaml b/manifests/a/astral-sh/ruff/0.6.2/astral-sh.ruff.yaml new file mode 100644 index 0000000000000..367cccfe6b05d --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.2/astral-sh.ruff.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.6.3/astral-sh.ruff.installer.yaml b/manifests/a/astral-sh/ruff/0.6.3/astral-sh.ruff.installer.yaml new file mode 100644 index 0000000000000..ed970315c58cd --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.3/astral-sh.ruff.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.3 +InstallerType: zip +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.3/ruff-i686-pc-windows-msvc.zip + InstallerSha256: 91964A944144408F8D590FA9714D65A437B845BD513A03F40C0B2BA9F85BC992 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.3/ruff-x86_64-pc-windows-msvc.zip + InstallerSha256: 2A4BDCA05E61B9855B7668D5377503FEB69332FD1401069392212E0579533608 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ruff.exe + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.3/ruff-aarch64-pc-windows-msvc.zip + InstallerSha256: 2C8AE364F971BE8E23EFEC0A503DBFDC6FE9AF7C33460AB565673F4E85706866 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2022.arm64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.6.3/astral-sh.ruff.locale.en-US.yaml b/manifests/a/astral-sh/ruff/0.6.3/astral-sh.ruff.locale.en-US.yaml new file mode 100644 index 0000000000000..1672b306f4062 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.3/astral-sh.ruff.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.3 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Ruff +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/astral-sh/ruff/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: An extremely fast Python linter, written in Rust. +# Description: +# Moniker: +Tags: +- linter +- pep8 +- python +- python3 +- ruff +- rust +- rustpython +- static-analysis +- static-code-analysis +- styleguide +- style-guide +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.6.3/astral-sh.ruff.yaml b/manifests/a/astral-sh/ruff/0.6.3/astral-sh.ruff.yaml new file mode 100644 index 0000000000000..5eb89a62b2e3b --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.3/astral-sh.ruff.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4648.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.6.4/astral-sh.ruff.installer.yaml b/manifests/a/astral-sh/ruff/0.6.4/astral-sh.ruff.installer.yaml new file mode 100644 index 0000000000000..6fbef08a3ac88 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.4/astral-sh.ruff.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ruff.exe +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.4/ruff-i686-pc-windows-msvc.zip + InstallerSha256: 893F12374C1A18BAD5E76888D27F218BD37BB5B65D560828B7EDA239ACAAAB36 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.4/ruff-x86_64-pc-windows-msvc.zip + InstallerSha256: 929F333FFDFEFD8D3AA059D3F3701A6CBF485B1034C476DD296EE05D86AB24BC + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.6.4/ruff-aarch64-pc-windows-msvc.zip + InstallerSha256: 9BE75D97D19F170B8ED8553C5632294CC16349BBDB9C669E532183E2BEE0ADF4 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2022.arm64 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-05 diff --git a/manifests/a/astral-sh/ruff/0.6.4/astral-sh.ruff.locale.en-US.yaml b/manifests/a/astral-sh/ruff/0.6.4/astral-sh.ruff.locale.en-US.yaml new file mode 100644 index 0000000000000..002b14d762330 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.4/astral-sh.ruff.locale.en-US.yaml @@ -0,0 +1,60 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.4 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Ruff +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/astral-sh/ruff/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: An extremely fast Python linter, written in Rust. +# Description: +# Moniker: +Tags: +- linter +- pep8 +- python +- python3 +- ruff +- rust +- rustpython +- static-analysis +- static-code-analysis +- styleguide +- style-guide +ReleaseNotes: |- + Preview features + - [flake8-builtins] Use dynamic builtins list based on Python version (#13172) + - [pydoclint] Permit yielding `None` in DOC402 and DOC403 (#13148) + - [pylint] Update diagnostic message for PLW3201 (#13194) + - [ruff] Implement `post-init-default` (RUF033) (#13192) + - [ruff] Implement useless if-else (RUF034) (#13218) + + Rule changes + - [flake8-pyi] Respect `pep8_naming.classmethod-decorators` settings when determining if a method is a classmethod in `custom-type-var-return-type` (PYI019) (#13162) + - [flake8-pyi] Teach various rules that annotations might be stringized (#12951) + - [pylint] Avoid `no-self-use` for `attrs`-style validators (#13166) + - [pylint] Recurse into subscript subexpressions when searching for list/dict lookups (PLR1733, PLR1736) (#13186) + - [pyupgrade] Detect `aiofiles.open` calls in UP015 (#13173) + - [pyupgrade] Mark `sys.version_info[0] < 3` and similar comparisons as outdated (UP036) (#13175) + + CLI + - Enrich messages of SARIF results (#13180) + - Handle singular case for incompatible rules warning in `ruff format` output (#13212) + + Bug fixes + - [pydocstyle] Improve heuristics for detecting Google-style docstrings (#13142) + - [refurb] Treat `sep` arguments with effects as unsafe removals (FURB105) (#13165) +ReleaseNotesUrl: https://github.com/astral-sh/ruff/releases/tag/0.6.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/ruff/0.6.4/astral-sh.ruff.yaml b/manifests/a/astral-sh/ruff/0.6.4/astral-sh.ruff.yaml new file mode 100644 index 0000000000000..392bd4016646b --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.6.4/astral-sh.ruff.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.6.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.27/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.2.27/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..ad04439d5ad9e --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.27/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.27 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-07-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.27/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 1EA0B0623C362C47C6D00801E09DDF948CC27CC18200E5390469E279DFB85D29 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.27/uv-i686-pc-windows-msvc.zip + InstallerSha256: 6183E4FECFE5404DC69D9CC23C248441BA25A21541C8046C8A27B09A63F224B7 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.27/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.2.27/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..673cf9de6235f --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.27/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.27 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Enhancements + - Add GraalPy support (#5141) + - Add a --verify-hashes hash-checking mode (#4007) + - Discover all python3.x executables in the PATH (#5148) + - Support --link-mode=symlink (#5208) + - Warn about unconstrained direct deps in lowest resolution (#5142) + - Log origin of version selection (#5186) + - Key hash policy on version, rather than package (#5169) + CLI + - Make missing project table a tracing warning (#5194) + - Remove trailing period from user-facing messages (#5218) + Bug fixes + - Make entrypoint writes atomic to avoid overwriting symlinks (#5165) + - Use which-retrieved path directly when spawning pager (#5198) + - Don't apply irrelevant constraints when validating site-packages (#5321) + - Respect local versions for all user requirements (#5232) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.2.27 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.27/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.2.27/astral-sh.uv.yaml new file mode 100644 index 0000000000000..dee86d86aa367 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.27/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.28/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.2.28/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..612bcdbb23486 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.28/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.28 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.28/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 7635FF298DDFDE400E00054BA31D88A139DBFEC234578F10376984F3E0AA36E2 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.28/uv-i686-pc-windows-msvc.zip + InstallerSha256: 75DE1D50A1F5D19DE6794375762AB8AFEFB0B0C4704D6C599E5AF6CEE84AD0E3 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.28/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.2.28/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..2ebf5fd5ec375 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.28/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.28 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Enhancements + - Output stable ordering to requirements.txt in universal mode (#5334) + - Allow symlinks with --find-links (#5323) + - Add support for variations of pythonw.exe (#5259) + CLI + - Stylize Requires-Python consistently in CLI output (#5304) + - Add --show-version-specifiers to tree (#5240) + Performance + - Avoid always rebuilding dynamic metadata (#5206) + - Avoid URL parsing when deserializing wheels (#5235) + Bug fixes + - Avoid cache prune failure due to removed interpreter (#5286) + - Avoid including empty extras in resolution (#5306) + - If multiple indices contain the same version, use the first index (#5288) + - Include URLs on graph edges (#5312) + - Match wheel tags against Requires-Python major-minor (#5289) + - Remove Simple API cache files for alternative indexes in cache clean (#5353) + - Remove extraneous are from wheel tag error messages (#5303) + - Allow conflicting prerelease strategies when forking (#5150) + - Use tag error rather than requires-python error for ABI filtering (#5296) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.2.28 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.28/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.2.28/astral-sh.uv.yaml new file mode 100644 index 0000000000000..0c2a53aa94c4f --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.28/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.29/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.2.29/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..a2789a297f734 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.29/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.29 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.29/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 45456B9383097670A5F05ECB1288F9D6B7F7D84889AE7B6022130FEAAE834334 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.29/uv-i686-pc-windows-msvc.zip + InstallerSha256: 0FF66EBE55FCA07D6637B39FF9B9CF8169C726D5C3D3776E232B8CEE2B04B22A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.29/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.2.29/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..d168e294e7d01 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.29/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.29 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Enhancements + - Add --ci mode to uv cache prune (#5391) + - Display Python installation key for discovered interpreters (#5365) + Bug fixes + - Allow symlinks to files in scripts directory (#5380) + - Always accept already-installed pre-releases (#5419) + - Validate successful metadata fetch for direct dependencies (#5392) + Documentation + - Add warning to --link-mode=symlink documentation (#5387) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.2.29 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.29/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.2.29/astral-sh.uv.yaml new file mode 100644 index 0000000000000..d3096e421fd48 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.29/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.30/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.2.30/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..3f0323baeaf5d --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.30/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.30 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-07-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.30/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 8CAE7297892B5CD947FC8DC9EF045DC82C8A3C948413CBC68AA46285B888031C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.30/uv-i686-pc-windows-msvc.zip + InstallerSha256: 2CE7B022FAB83161CF9B26A8413702AB328C2F01A530A2739712527ACD769068 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.30/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.2.30/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..13a3f3202feec --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.30/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.30 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Enhancements + - Infer missing .exe in Windows Python discovery (#5456) + - Make --reinstall imply --refresh (#5425) + CLI + - Add --no-config to replace --isolated (#5463) + - Cache metadata for source tree dependencies (#5423) + Bug fixes + - Avoid canonicalizing executables on Windows (#5446) + - Set standard permissions for temporary files (#5457) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.2.30 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.30/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.2.30/astral-sh.uv.yaml new file mode 100644 index 0000000000000..1ec1f1dadd183 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.30/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.32/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.2.32/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..5b742d0efad86 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.32/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.32 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.32/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 1725FAFDCC1390574B8682805EC31EBC9287085F562DC7AC6A64B186ABAF1B0D + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.32/uv-i686-pc-windows-msvc.zip + InstallerSha256: 7A449BC0FE9326D31AD809C8CFBE19BA2B67B28C9DC631BB6F1696334442D928 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.32/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.2.32/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..0ef1738084ae3 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.32/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.32 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Enhancements + - Deprecate the --isolated flag in favor of --no-config (#5466) + - Re-enable requires-python narrowing in forks (#5583) + Performance + - Skip copying to empty entries in seekable zip (#5571) + - Use a consistent buffer size for downloads (#5569) + - Use a consistent buffer size when writing out zip files (#5570) + Bug fixes + - Avoid setting executable permissions on files we might not own (#5582) + - Statically link liblzma (#5577) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.2.32 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.32/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.2.32/astral-sh.uv.yaml new file mode 100644 index 0000000000000..18e37c97dc39b --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.32/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.33/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.2.33/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..534c2257c3d5b --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.33/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.33 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-08-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.33/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: C080525062C3D803E63EF493002F234056DD6EFE6D0281D86D672510702823D3 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.33/uv-i686-pc-windows-msvc.zip + InstallerSha256: 69C5D28AA75D0CE3FA5466736E2E156DB48514CD7C9C44E6BC6515994944695D + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.33/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.2.33/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..5d62a5216b824 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.33/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.33 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Enhancements + - Add support for ksh to relocatable virtual environments (#5640) + CLI + - Add help sections for global options (#5665) + - Move --python and --python-version into the "Python options" help (#5691) + - Show help specific options (i.e. --no-pager) in uv help (#5516) + - Update top-level command descriptions (#5706) + Bug fixes + - Remove lingering executables after failed installs (#5666) + - Switch from heuristic freshness lifetime to hard-coded value (#5654) + Documentation + - Don't use equals signs for CLI options with values (#5704) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.2.32 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.33/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.2.33/astral-sh.uv.yaml new file mode 100644 index 0000000000000..9059f48553938 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.33/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.33 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.34/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.2.34/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..395bebf528a94 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.34/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.34 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.34/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: D237EBACB6F4A651FBAD3AF702F29B8262B825E070C87E9020D5164936459393 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.34/uv-i686-pc-windows-msvc.zip + InstallerSha256: 34035C24E9C6DCF1164F10FEE22E12FD03B329479233986909458DF3259CF22F + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.34/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.2.34/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..d8f047f4f6abe --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.34/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.34 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Enhancements + - Always strip in release mode (#5745) + - Assume git+ prefix when URLs end in .git (#5868) + - Support build constraints (#5639) + CLI + - Create help sections for build, install, resolve, and index (#5693) + - Improve CLI documentation for global options (#5834) + - Improve --python CLI documentation (#5869) + - Improve display order of top-level commands (#5830) + Bug fixes + - Allow downloading wheels for metadata with --no-binary (#5707) + - Reject pyproject.toml in --config-file (#5842) + - Remove double-proxy nodes in error reporting (#5738) + - Respect pre-release preferences from input files (#5736) + - Support overlapping local and non-local requirements in forks (#5812) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.2.32 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.34/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.2.34/astral-sh.uv.yaml new file mode 100644 index 0000000000000..d3adc983cb165 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.34/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.37/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.2.37/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..389deeea7a4d5 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.37/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.37 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-08-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.37/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: EA51E0DFDC0C1884D116B5A12B589E65BB47D0B2D071D6DA4A23F453585BE144 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.2.37/uv-i686-pc-windows-msvc.zip + InstallerSha256: 4C024F88C23359F8C0A61A31F93197E1FCC0B6E2ED2EA17733B99494B75078C8 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.37/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.2.37/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..5e90849297c00 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.37/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.37 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Performance + - Avoid cloning requirement for unchanged markers (#6116) + Bug fixes + - Fix loading of cached metadata for Git distributions with subdirectories (#6094) + Error messages + - Add env var to --link-mode=copy warning (#6103) + - Avoid displaying "failed to download" on build failures for local source distributions (#6075) + - Improve display of available package ranges (#6118) + - Use "your requirements" consistently in resolver error messages (#6113) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.2.37 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.2.37/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.2.37/astral-sh.uv.yaml new file mode 100644 index 0000000000000..6a825ebe29386 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.2.37/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.2.37 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.3.0/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.3.0/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..b468cb195d545 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.3.0/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.3.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.3.0/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: B8B693699B46D2063CF92ADA07671A309F14CCB99B34F9B3F927F7FA08B24C19 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.3.0/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: B8B693699B46D2063CF92ADA07671A309F14CCB99B34F9B3F927F7FA08B24C19 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.3.0/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.3.0/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..d7c1acd8d4638 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.3.0/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,117 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.3.0 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: Apache-2.0 +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Release Notes + This release introduces the uv project, tool, script, and python interfaces. If you've been following uv's development, you've probably seen these new commands behind a preview flag. Now, the interfaces are stable and ready for production-use.These features are all documented in new, comprehensive documentation.This release also stabilizes preview functionality in uv venv: + - uv venv --python will automatically download the Python version if required + - uv venv will read the required Python version from the .python-version file or pyproject.toml + The uv pip interface should not be affected by any breaking changes.Note the following changelog entries does not include all the new features since they were added incrementally as preview features. See the feature page in the documentation for a comprehensive listing, or read the blog post for more context on the new features.Breaking changes + - Migrate to XDG and Linux strategy for macOS directories (#5806) + - Move concurrency settings to top-level (#4257) + - Apply system Python filtering to executable name requests (#4309) + - Remove --legacy-setup-py command-line argument (#4255) + - Stabilize preview features (#6166) + Enhancements + - Add 32-bit Windows target (#6252) + - Add support for python_version in ... markers (#6172) + - Allow user to constrain supported lock environments (#6210) + - Lift requirement that .egg-info filenames must include version (#6179) + - Change "any of" to "all of" in error messages (#6222) + - Collapse redundant dependency clauses enumerating available versions (#6160) + - Collapse unavailable packages in resolver errors (#6154) + - Fix messages for unavailable packages when range is plural (#6221) + - Improve resolver error messages when --offline is used (#6156) + - Avoid overwriting dependencies with different markers in uv add (#6010) + - Simplify available package version ranges when the name includes markers or extras (#6162) + - Simplify version ranges reported for unavailable packages (#6155) + - Rename environment-markers to resolution-markers (#6240) + - Support uv add -r requirements.txt (#6005) + CLI + - Hide global options in uv generate-shell-completion (#6170) + - Show generate-shell-completion command in uv help (#6180) + - Special-case reinstalls in environment update summaries (#6243) + - Add output when uv add and uv remove update scripts (#6231) + - Add support for package@latest in tool run (#6138) + - Show python find output with -q (#6256) + - Warn when --upgrade is passed to tool run (#6140) + Configuration + - Allow customizing the tool install directory with UV_TOOL_BIN_DIR (#6207) + Performance + - Use FxHash in uv-auth (#6149) + Bug fixes + - Avoid panicking when the resolver thread encounters a closed channel (#6182) + - Respect release-only semantics of python_full_version when constructing markers (#6171) + - Tolerate missing [project] table in uv venv (#6178) + - Avoid using workspace lock_path as relative root (#6157) + Documentation + - Preview changes are now included in the standard changelog (#6259) + - Document dynamic metadata behavior for cache (#5993) + - Document the effect of ordering on package priority (#6211) + - Make some edits to the workspace concept documentation (#6223) + - Update environment variables doc (#5994) + - Disable collapsible navigation in the documentation (#5674) + - Document uv add and uv remove behavior with markers (#6163) + - Document the Python installation directory (#6227) + - Document the uv.pip section semantics (#6225) + - Document the cache directory (#6229) + - Document the tools directory (#6228) + - Document yanked packages caveat during sync (#6219) + - Link to persistent configuration options in Python versions document (#6226) + - Link to the projects concept from the dependencies concept (#6224) + - Improvements to the Docker installation guide (#6216) + - Increase the size of navigation entries (#6233) + - Install ca-certificates in docker and use pipefail (#6208) + - Add script support to feature highlights in index (#6251) + - Show uv generate-shell-completion in CLI documentation reference (#6146) + - Update Docker guide for projects (#6217) + - Use uv add --script in guide (#6215) + - Show pinned version example on in GitHub Actions integration guide (#6234) + Install uv 0.3.0 + Install prebuilt binaries via shell script + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.3.0/uv-installer.sh | sh + + Install prebuilt binaries via powershell script + powershell -c "irm https://github.com/astral-sh/uv/releases/download/0.3.0/uv-installer.ps1 | iex" + + Download uv 0.3.0 + | File | Platform | Checksum | + |--------|----------|----------| + | uv-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum | + | uv-x86_64-apple-darwin.tar.gz | Intel macOS | checksum | + | uv-i686-pc-windows-msvc.zip | x86 Windows | checksum | + | uv-x86_64-pc-windows-msvc.zip | x64 Windows | checksum | + | uv-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum | + | uv-i686-unknown-linux-gnu.tar.gz | x86 Linux | checksum | + | uv-powerpc64-unknown-linux-gnu.tar.gz | PPC64 Linux | checksum | + | uv-powerpc64le-unknown-linux-gnu.tar.gz | PPC64LE Linux | checksum | + | uv-s390x-unknown-linux-gnu.tar.gz | S390x Linux | checksum | + | uv-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum | + | uv-armv7-unknown-linux-gnueabihf.tar.gz | ARMv7 Linux | checksum | + | uv-aarch64-unknown-linux-musl.tar.gz | ARM64 MUSL Linux | checksum | + | uv-i686-unknown-linux-musl.tar.gz | x86 MUSL Linux | checksum | + | uv-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum | + | uv-arm-unknown-linux-musleabihf.tar.gz | ARMv6 MUSL Linux (Hardfloat) | checksum | + | uv-armv7-unknown-linux-musleabihf.tar.gz | ARMv7 MUSL Linux | checksum | +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.3.0/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.3.0/astral-sh.uv.yaml new file mode 100644 index 0000000000000..600e1a71f93b4 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.3.0/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.3.3/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.3.3/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..c8936520469dc --- /dev/null +++ b/manifests/a/astral-sh/uv/0.3.3/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.3.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-08-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.3.3/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 742F3C5AEFD0966C38705B0439641C390AEF290E8EA007496AC83FCB825203A6 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.3.3/uv-i686-pc-windows-msvc.zip + InstallerSha256: 7184333831C6608F395C600AC2BB98890BABF38FCEA48EEE8A9FE5E3A8C81BCB + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.3.3/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.3.3/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..9b4b760ae0c80 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.3.3/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.3.3 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Enhancements + - Add uv sync --no-install-project to skip installation of the project (#6538) + - Add uv sync --no-install-workspace to skip installation of all workspace members (#6539) + - Add uv sync --no-install-package to skip installation of specific packages (#6540) + - Show previous version in self update message (#6473) + CLI + - Add --no-project alias for uv python pin --no-workspace (#6514) + - Ignore .python-version files in uv venv with --no-config (#6513) + - Include virtual environment interpreters in uv python find (#6521) + - Respect - as stdin channel for uv run (#6481) + - Revert changes to pyproject.toml when sync fails duing uv add (#6526) + Configuration + - Add UV_COMPILE_BYTECODE environment variable (#6530) + Bug fixes + - Set VIRTUAL_ENV for uv run invocations (#6543) + - Ignore errors in workspace discovery with --no-project (#6554) + Documentation + - Add documentation for uv python find (#6527) + - Add uv tool install example in Docker (#6547) + - Document why we do lower bounds (#6516) + - Fix to miss string termination in PowerShell commands for shell autocompletion documentation (#6491) + - Fix incorrect workspace members keyword (#6502) + - Use proper environment variables for Windows (#6433) + - Improve caveat in uvx note (#6546) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.3.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.3.3/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.3.3/astral-sh.uv.yaml new file mode 100644 index 0000000000000..8495f4b22a3f1 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.3.3/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.3.4/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.3.4/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..28a45c0872bbf --- /dev/null +++ b/manifests/a/astral-sh/uv/0.3.4/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.3.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-08-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.3.4/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 32932773C45EE57E87225203B86DB8283FEB46A99FD53CB09EE17598046E064D + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.3.4/uv-i686-pc-windows-msvc.zip + InstallerSha256: 9D164EE3DB2BA3903A5993CE36ED93CA6BFA7CA429871829A1791FB27EE8CDBF + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.3.4/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.3.4/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..5e4c2f5c62076 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.3.4/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.3.4 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + CLI + - Show --editable on the uv add CLI (#6608) + - Add --refresh to tool run warning for --with dependencies (#6609) + Bug fixes + - Allow per dependency build isolation for setup.py-based projects (#6517) + - Avoid un-strict syncing by-default for build isolation (#6606) + - Respect --no-build-isolation-package in uv sync (#6605) + - Respect extras and markers on virtual dev dependencies (#6620) + - Support PEP 723 scripts in GUI files (#6611) + - Update lockfile after setting minimum bounds in uv add (#6618) + - Use relative paths for --find-links and local registries (#6566) + - Use separate types to represent raw vs. resolver markers (#6646) + - Parse wheels WHEEL and METADATA files as email messages (#6616) + - Support unquoted hrefs in --find-links and other HTML sources (#6622) + - Don't canonicalize paths to user requirements (#6560) + Documentation + - Add FastAPI guide to overview (#6603) + - Add docs for disabling build isolation with uv sync (#6607) + - Add example of reading script from stdin using echo (#6567) + - Add tip to use intermediate layers in Docker builds (#6650) + - Clarify need to include pyproject.toml with --no-install-project (#6581) + - Move WORKDIR directive in Docker examples (#6652) + - Remove duplicate WORKDIR directive in Docker example (#6651) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.3.4 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.3.4/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.3.4/astral-sh.uv.yaml new file mode 100644 index 0000000000000..afa784cb1dc25 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.3.4/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.0/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.4.0/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..fa23fbc8e313d --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.0/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-08-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.0/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 2681D6EFD66FB7963317DE0B6A8B4B63735E1F8E9F5FCA6A7EEEC14838307792 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.0/uv-i686-pc-windows-msvc.zip + InstallerSha256: 60041B66A092CD7F13655AC19AD50AA83EA5F2012AF3B87D7DEFE4EA96483EFC + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.0/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.4.0/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..3443be9ee1e59 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.0/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Enhancements + - Add first-class support for non-packaged projects (#6585) + - Add --app and --lib options to uv init (#6689) + - Use virtual source label in lockfile for non-packaged dependencies (#6728) + - Read hash from URL fragment if --hashes are omitted (#6731) + - Support {package}@{version} in uv tool install (#6762) + - Publish additional Docker tags without patch version (#6734) + Bug fixes + - Accept either strings or structs for hosts (#6763) + - Avoid including non-excluded members in parent workspaces (#6735) + - Avoid reading stale .egg-info from mutable sources (#6714) + - Avoid writing invalid PEP 723 scripts on tool.uv.sources (#6706) + - Compare virtual members when invalidating lockfile (#6754) + - Do not require workspace members to sync with --frozen (#6737) + - Implement deserialization for trusted host (#6716) + - Avoid showing duplicate paths in uv python list (#6740) + - Raise an error for unclosed script tags in PEP 723 scripts (#6704) + Documentation + - Add dependabot and renovate documentation page (#6236) + - Bind to the host to allow connections in FastAPI Docker example (#6753) + - Fix some broken links (#6705) + - Update FastAPI guide for virtual projects and use uv init to create the pyproject.toml (#6752) + - Update project documentation for the application / library concepts (#6718) + - Update workspace documentation to remove legacy virtual projects (#6720) + - Remove duplicate WORKDIR directive in Docker example (#6651) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.0/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.4.0/astral-sh.uv.yaml new file mode 100644 index 0000000000000..f8167bbb7d244 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.0/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.2/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.4.2/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..b19d86a5cf6a4 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.2/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.2/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 3E44CE091683186D35A1CD1A55F8A1F922FA765C6681DD56257D505B0AB6655C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.2/uv-i686-pc-windows-msvc.zip + InstallerSha256: C5F9766AA50BE6EB6AC81DB42A611A613EE07A30A72414251B59D30FEF1F32A6 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.2/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.4.2/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..f08b2cbdf99b9 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.2/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.2 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Enhancements + - Adding support for .pyc files in uv run (#6886) + - Treat missing top_level.txt as non-fatal (#6881) + Bug fixes + - Fix is_disjoint check for supported environments (#6902) + - Remove dangling archives in uv cache clean ${package} (#6915) + - Error when discovered Python is incompatible with --isolated workspace (#6885) + - Warn when discovered Python is incompatible with PEP 723 script (#6884) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.4.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.2/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.4.2/astral-sh.uv.yaml new file mode 100644 index 0000000000000..adc793eaa36e0 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.2/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.3/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.4.3/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..c1a08e0db9918 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.3/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.3/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 6DD21E06B67F86870BF7CBE262D5A65428A6C7F4BBCCD1268063B3EA75B0440E + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.3/uv-i686-pc-windows-msvc.zip + InstallerSha256: CA179EF25B4EF471EACDE2DC93F67300E4E7AA1CE416FFB2055BF11FB7ED17B0 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.3/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.4.3/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..5b9ffdadfb336 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.3/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.3 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Enhancements + - Show build backend output when --verbose is provided (#6903) + - Allow uv sync --frozen --package without copying member pyproject.toml (#6943) + Bug fixes + - Avoid panic with missing temporary directory (#6929) + - Avoid updating incorrect dependencies for sorted uv add (#6939) + - Use lower-bound semantics for all Python compatibility comparisons (#6882) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.4.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.3/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.4.3/astral-sh.uv.yaml new file mode 100644 index 0000000000000..4c5b058078514 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.3/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.4/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.4.4/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..d394092683b0b --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.4/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.4/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: DC7EE57FB214EAFC0D3F5D211E2432B80C98D707BCC36552FDC16A609192FD65 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.4/uv-i686-pc-windows-msvc.zip + InstallerSha256: 01AB40FB314E2A581023ECD727ECCC153776CF97AFBEE5B921BD41110319642A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.4/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.4.4/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..9c9c6e5b13af5 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.4/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.4 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Enhancements + - Allow customizing the project environment path with UV_PROJECT_ENVIRONMENT (#6834) + - Warn when VIRTUAL_ENV is set but will not be respected in project commands (#6864) + - Add --no-hashes to uv export (#6954) + - Make HTTP headers title case for backward compatibility (#6887) + - Pin .python-version in uv init (#6869) + - Support file:// URLs for UV_PYTHON_INSTALL_MIRROR (#6950) + - Introduce more docker tags for uv (#6053) + Bug fixes + - Avoid canonicalizing the cache directory (#6949) + - Show all PyPy versions in uv python list --all-versions (#6917) + - Avoid incorrect requires-python marker simplifications (#6268) + - Documentation + - Add documentation for UV_PROJECT_ENVIRONMENT (#6987) + - Add optional dependencies section to the lockfile document (#6982) + Document use of the file:// scheme in Python installation mirrors (#6984) + - Fix outdated references to the help menu documentation in the first steps page (#6980) + - Show env option in CLI reference documentation (#6863) + - Add bind mount example to docker.md (#6921) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.4.4 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.4/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.4.4/astral-sh.uv.yaml new file mode 100644 index 0000000000000..564558251f311 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.4/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.5/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.4.5/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..1fd0a5c37c737 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.5/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.5/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 850C5718328883CBF88558D2420B6C82066925E258A6207CEF1E5BA3931E5028 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.5/uv-i686-pc-windows-msvc.zip + InstallerSha256: B6EFE473A6CF7F93AE060E040B5D7E9A988D67CBB9E089A4547C7E0AD7ED7323 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.5/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.4.5/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..dd2c40d08544d --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.5/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.5 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Enhancements + - Implement uv build (#6895) + - Add --package support to uv build (#6990) + - Prune unreachable packages from lockfile (#6959) + - Prune unreachable wheels from lockfile (#6961) + - Show build output by default in uv build (#6912) + - Support uv build --wheel from source distributions (#6898) + - Use the root project name for the project virtual environment prompt (#7021) + Bug fixes + - Fix handling of inline optional dependencies in uv add (#7023) + - Reflect exit code in uv tool run and uv run (#6994) + - Revert pyproject.toml modifications on Ctrl-C (#7024) + - Rollback pyproject.toml changes on all errors (#7022) + - Use correct ordering semantics for narrowing upper-bounded Python requirements (#7031) + - Fix segfault in Windows trampolines (#6955) + - Remove unused __future__.annotations import in _virtualenv.py (#6996) + Documentation + - Add documentation for uv build (#6991) + - Add note to extra and all-extras in uv sync help (#7013) + - Add project docs for project.scripts (#7010) + - Fix available Docker image tag rendering and shorten list (#7017) + - Touchup to the project environment config section (#7038) + - Clarify precedence of uv.toml (#6986) + - Fix available Docker tags for -slim variants (#7041) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.4.5 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.5/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.4.5/astral-sh.uv.yaml new file mode 100644 index 0000000000000..d6afea94a6673 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.5/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.6/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.4.6/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..45b43e5721310 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.6/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.6/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: D48C8855F79933AB006B6A930BC611105AA52031F33AA80C32F1765A956DD92A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.6/uv-i686-pc-windows-msvc.zip + InstallerSha256: 33289A7A2CC369831AE8384F0113F30C614A6BE333EBEF6ABFC487DECD50CF95 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.6/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.4.6/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..b32e7815a99d3 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.6/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.6 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: MIT License +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Enhancements + - Accept --build-constraints in uv build (#7085) + - Add --require-hashes and --verify-hashes to uv build (#7094) + - Add --show-version-specifiers to uv tool list (#7050) + - Respect hashes in constraints files (#7093) + - Upgrade installer scripts (#7092) + - Allow specifying multiple packages in uv tool upgrade and uninstall (#7037) + - Sort by implementation in uv python list (#6918) + Bug fixes + - Invalidate lockfile when member versions change (#7102) + - Strip fragments from direct source URLs in lockfile (#7061) + - Support --no-build and --no-binary in uv sync et al (#7100) + - Use distribution hash over registry hash (#7060) + - Fix inverted log message (#7063) + - Adjust Docker ENTRYPOINT and CMD for inherited images (#7054) + Documentation + - Add winget to installers (#7088) + - Document how to disable path modifications during install (#7090) + - Document how to manually update locked package version (#7083) + - Document official setup-uv action (#7056) + - Update docs on .python-version file (#7051) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.4.6 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.6/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.4.6/astral-sh.uv.yaml new file mode 100644 index 0000000000000..35d21b0d917d9 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.6/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-19041-4412.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.9/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.4.9/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..881118b7136c4 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.9/astral-sh.uv.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.9 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uv.exe +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.9/uv-i686-pc-windows-msvc.zip + InstallerSha256: E24EECD74D1EE3955FC3D14A99769766FFE4933EB51622D1DB12FA0BDDD2E122 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.9/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 5D082EE82624E51F3C8C994329277168F427732D46AB59CFBB974BDD83F6FEA2 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.9/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.4.9/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..e02d943721829 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.9/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.9 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh/uv +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: uv contributors +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: Apache-2.0 +LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +Copyright: Copyright (c) 2023 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT +ShortDescription: An extremely fast Python package installer and resolver, written in Rust. +Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. +Moniker: uv +Tags: +- python +- uv +ReleaseNotes: |- + Release Notes + Enhancements + - Add support for installing Python 3.13 (#7263) + - Upgrade managed CPython versions to latest patch releases (#7263) + - Allow setting a target version for uv self update (#7252) + - Create py.typed files during uv init --lib (#7232) + - Add a dedicated error for packages that fail due to distutils deprecation (#7239) + - Improve error message when requested Python version is unsupported (#7269) + - Add uv run --no-sync (#7192 + Bug fixes + - Avoid updating pyproject.toml offsets on non-add edits (#7262) + - Invalidate cache when --config-settings change (#7139) + - Remove workspace root for single-member workspace with uv export (#7254) + Install uv 0.4.9 + Install prebuilt binaries via shell script + + + curl --proto '=https' --tlsv1.2 -LsSf | sh + + Install prebuilt binaries via powershell script + + + powershell -ExecutionPolicy ByPass -c "irm | iex" + + Download uv 0.4.9 + | File | Platform | Checksum | + |--------|----------|----------| + | uv-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum | + | uv-x86_64-apple-darwin.tar.gz | Intel macOS | checksum | + | uv-i686-pc-windows-msvc.zip | x86 Windows | checksum | + | uv-x86_64-pc-windows-msvc.zip | x64 Windows | checksum | + | uv-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum | + | uv-i686-unknown-linux-gnu.tar.gz | x86 Linux | checksum | + | uv-powerpc64-unknown-linux-gnu.tar.gz | PPC64 Linux | checksum | + | uv-powerpc64le-unknown-linux-gnu.tar.gz | PPC64LE Linux | checksum | + | uv-s390x-unknown-linux-gnu.tar.gz | S390x Linux | checksum | + | uv-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum | + | uv-armv7-unknown-linux-gnueabihf.tar.gz | ARMv7 Linux | checksum | + | uv-aarch64-unknown-linux-musl.tar.gz | ARM64 MUSL Linux | checksum | + | uv-i686-unknown-linux-musl.tar.gz | x86 MUSL Linux | checksum | + | uv-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum | + | uv-arm-unknown-linux-musleabihf.tar.gz | ARMv6 MUSL Linux (Hardfloat) | checksum | + | uv-armv7-unknown-linux-musleabihf.tar.gz | ARMv7 MUSL Linux | checksum | +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.4.9 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.4.9/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.4.9/astral-sh.uv.yaml new file mode 100644 index 0000000000000..75bf091a5f63e --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.9/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.4.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/avborup/kitty/0.8.0/avborup.kitty.installer.yaml b/manifests/a/avborup/kitty/0.8.0/avborup.kitty.installer.yaml new file mode 100644 index 0000000000000..d6ff815d7c99b --- /dev/null +++ b/manifests/a/avborup/kitty/0.8.0/avborup.kitty.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: avborup.kitty +PackageVersion: 0.8.0 +InstallerType: portable +Commands: +- kitty +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/avborup/kitty/releases/latest/download/kitty-x86_64-pc-windows-msvc.exe + InstallerSha256: D6CC905AE210963E23B40A59651356AFCE15F956EE7CB562F35347B87178620A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/avborup/kitty/releases/latest/download/kitty-x86_64-pc-windows-msvc.exe + InstallerSha256: D6CC905AE210963E23B40A59651356AFCE15F956EE7CB562F35347B87178620A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/avborup/kitty/0.8.0/avborup.kitty.locale.en-US.yaml b/manifests/a/avborup/kitty/0.8.0/avborup.kitty.locale.en-US.yaml new file mode 100644 index 0000000000000..a0322cd125d30 --- /dev/null +++ b/manifests/a/avborup/kitty/0.8.0/avborup.kitty.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: avborup.kitty +PackageVersion: 0.8.0 +PackageLocale: en-US +Publisher: avborup +PackageName: Kitty Kattis Cli +License: MIT License +ShortDescription: Kattis challenge cli manager +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/avborup/kitty/0.8.0/avborup.kitty.yaml b/manifests/a/avborup/kitty/0.8.0/avborup.kitty.yaml new file mode 100644 index 0000000000000..dcbefca19106f --- /dev/null +++ b/manifests/a/avborup/kitty/0.8.0/avborup.kitty.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: avborup.kitty +PackageVersion: 0.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.2/B3log.SiYuan.installer.yaml b/manifests/b/B3log/SiYuan/3.1.2/B3log.SiYuan.installer.yaml new file mode 100644 index 0000000000000..f4a03ed2845c1 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.2/B3log.SiYuan.installer.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.2 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- siyuan +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.2/siyuan-3.1.2-win.exe + InstallerSha256: 325DD08B7DC2C2EDD24F9E6322C745623590E51B704CA9DF388A162AE3937601 + InstallerSwitches: + Custom: /currentuser + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.2/siyuan-3.1.2-win.exe + InstallerSha256: 325DD08B7DC2C2EDD24F9E6322C745623590E51B704CA9DF388A162AE3937601 + InstallerSwitches: + Custom: /allusers + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.2/siyuan-3.1.2-win-arm64.exe + InstallerSha256: 69F708EE7C96CBEE1FFA8D54412C9A79CEEEB5AB48839B58F1AE2460A5BFBE4A + InstallerSwitches: + Custom: /currentuser + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.2/siyuan-3.1.2-win-arm64.exe + InstallerSha256: 69F708EE7C96CBEE1FFA8D54412C9A79CEEEB5AB48839B58F1AE2460A5BFBE4A + InstallerSwitches: + Custom: /allusers + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.2/B3log.SiYuan.locale.en-US.yaml b/manifests/b/B3log/SiYuan/3.1.2/B3log.SiYuan.locale.en-US.yaml new file mode 100644 index 0000000000000..539321bcf3c41 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.2/B3log.SiYuan.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.2 +PackageLocale: en-US +Publisher: Yunnan Liandi Technology Co., Ltd. +PublisherUrl: https://b3log.org/ +PublisherSupportUrl: https://b3log.org/siyuan/en/community.html +PrivacyUrl: https://b3log.org/siyuan/en/privacy.html +Author: Yunnan Liandi Technology Co., Ltd. +PackageName: SiYuan +PackageUrl: https://b3log.org/siyuan/en +License: AGPL-3.0 +LicenseUrl: https://github.com/siyuan-note/siyuan/blob/HEAD/LICENSE +Copyright: Copyright (c) 2020-present, ld246.com +# CopyrightUrl: +ShortDescription: The next generation PKM system, your digital garden +Description: SiYuan is a local-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG. +# Moniker: +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +ReleaseNotes: |- + Overview + This version improves web page clipping, fixes some bugs and improves some details. + Changelogs + Below are the detailed changes in this version. + Enhancement + - Improve HTML code clipping + - The database-bound block is automatically added to the database after being copied as a replica + - Improve database template field exporting + - Improve block ref anchor text exporting + - Improve outline panel escape rendering + - Improve block ref searching + - Improve HTML code block clipping + - Improve HTML kbd clipping + - Improve emoji charsets + - Supports converting network assets in the database to local + - Improve database date filed sorting + Bugfix + - Abnormal heading block update time + - After setting search, About disappears + - Exporting embedded heading blocks without blocks underneath + - Dragging an embedded block in a superblock causes the embedded block to be duplicated + Refactor + - Upgrade to Electron v31.3.1 +ReleaseNotesUrl: https://github.com/siyuan-note/siyuan/releases/tag/v3.1.2 +PurchaseUrl: https://b3log.org/siyuan/en/pricing.html +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.2/B3log.SiYuan.locale.zh-CN.yaml b/manifests/b/B3log/SiYuan/3.1.2/B3log.SiYuan.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0218d0037f6b6 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.2/B3log.SiYuan.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.2 +PackageLocale: zh-CN +Publisher: Yunnan Liandi Technology Co., Ltd. +PublisherUrl: https://b3log.org/ +PublisherSupportUrl: https://b3log.org/siyuan/community.html +PrivacyUrl: https://b3log.org/siyuan/privacy.html +Author: 云南链滴科技有限公司 +PackageName: SiYuan +PackageUrl: https://b3log.org/siyuan +License: AGPL-3.0 +LicenseUrl: https://b3log.org/siyuan/eula.html +Copyright: Copyright (c) 2020-present, ld246.com +# CopyrightUrl: +ShortDescription: 下一代的个人知识管理系统,你的数字花园 +Description: 思源笔记是一款本地优先的个人知识管理系统,支持细粒度块级引用和 Markdown 所见即所得。 +# Moniker: +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思源笔记 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/siyuan-note/siyuan/releases/tag/v3.1.2 +PurchaseUrl: https://b3log.org/siyuan/pricing.html +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.2/B3log.SiYuan.yaml b/manifests/b/B3log/SiYuan/3.1.2/B3log.SiYuan.yaml new file mode 100644 index 0000000000000..e406bb7e4dc6b --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.2/B3log.SiYuan.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.3/B3log.SiYuan.installer.yaml b/manifests/b/B3log/SiYuan/3.1.3/B3log.SiYuan.installer.yaml new file mode 100644 index 0000000000000..73a9541817ec5 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.3/B3log.SiYuan.installer.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- siyuan +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.3/siyuan-3.1.3-win.exe + InstallerSha256: DF8C767FDA63BCCFC2D2C211375523D0CCBCE9EC14610B2BD6E70785A0640C48 + InstallerSwitches: + Custom: /currentuser + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.3/siyuan-3.1.3-win.exe + InstallerSha256: DF8C767FDA63BCCFC2D2C211375523D0CCBCE9EC14610B2BD6E70785A0640C48 + InstallerSwitches: + Custom: /allusers + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.3/siyuan-3.1.3-win-arm64.exe + InstallerSha256: 46F12BE13A8E3D594C4AEA8E263CA08657634E9CCEF7EDE0513053596C2B18F2 + InstallerSwitches: + Custom: /currentuser + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.3/siyuan-3.1.3-win-arm64.exe + InstallerSha256: 46F12BE13A8E3D594C4AEA8E263CA08657634E9CCEF7EDE0513053596C2B18F2 + InstallerSwitches: + Custom: /allusers + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.3/B3log.SiYuan.locale.en-US.yaml b/manifests/b/B3log/SiYuan/3.1.3/B3log.SiYuan.locale.en-US.yaml new file mode 100644 index 0000000000000..12c966440d09e --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.3/B3log.SiYuan.locale.en-US.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.3 +PackageLocale: en-US +Publisher: Yunnan Liandi Technology Co., Ltd. +PublisherUrl: https://b3log.org/ +PublisherSupportUrl: https://b3log.org/siyuan/en/community.html +PrivacyUrl: https://b3log.org/siyuan/en/privacy.html +Author: Yunnan Liandi Technology Co., Ltd. +PackageName: SiYuan +PackageUrl: https://b3log.org/siyuan/en +License: AGPL-3.0 +LicenseUrl: https://github.com/siyuan-note/siyuan/blob/HEAD/LICENSE +Copyright: Copyright (c) 2020-present, ld246.com +# CopyrightUrl: +ShortDescription: The next generation PKM system, your digital garden +Description: SiYuan is a local-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG. +# Moniker: +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +ReleaseNotes: |- + Overview + This version fixes some detail defects, it is recommended to upgrade. + Changelogs + Below are the detailed changes in this version. + Enhancement + - Improve sort when importing markdown files + - The marketplacepackage supports author name search + - Improve indexing completeness when exiting + - The database-bound block is automatically added to the database after being copied as a replica + - Improve processing when a database-bound block changes its type + - Improve sub/sup pasting as plain text + - Publish service prohibit find-replace + - Ignore hidden files when cleaning unused assets + - Improve block update time filling + - Improve data repo key importing + - Block ref dynamic anchor text no longer contains escape char + Bugfix + - The drop-down menu in the macOS settings is invalid + - After opening the search results, the split screen cannot load the complete content + - The asset creation time and update time are displayed in reverse order + Refactor + - Downgrade to Electron v30.3.1 +ReleaseNotesUrl: https://github.com/siyuan-note/siyuan/releases/tag/v3.1.3 +PurchaseUrl: https://b3log.org/siyuan/en/pricing.html +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.3/B3log.SiYuan.locale.zh-CN.yaml b/manifests/b/B3log/SiYuan/3.1.3/B3log.SiYuan.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1e06f9a4b263e --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.3/B3log.SiYuan.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.3 +PackageLocale: zh-CN +Publisher: Yunnan Liandi Technology Co., Ltd. +PublisherUrl: https://b3log.org/ +PublisherSupportUrl: https://b3log.org/siyuan/community.html +PrivacyUrl: https://b3log.org/siyuan/privacy.html +Author: 云南链滴科技有限公司 +PackageName: SiYuan +PackageUrl: https://b3log.org/siyuan +License: AGPL-3.0 +LicenseUrl: https://b3log.org/siyuan/eula.html +Copyright: Copyright (c) 2020-present, ld246.com +# CopyrightUrl: +ShortDescription: 下一代的个人知识管理系统,你的数字花园 +Description: 思源笔记是一款本地优先的个人知识管理系统,支持细粒度块级引用和 Markdown 所见即所得。 +# Moniker: +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思源笔记 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/siyuan-note/siyuan/releases/tag/v3.1.3 +PurchaseUrl: https://b3log.org/siyuan/pricing.html +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.3/B3log.SiYuan.yaml b/manifests/b/B3log/SiYuan/3.1.3/B3log.SiYuan.yaml new file mode 100644 index 0000000000000..6314183195b37 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.3/B3log.SiYuan.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.4/B3log.SiYuan.installer.yaml b/manifests/b/B3log/SiYuan/3.1.4/B3log.SiYuan.installer.yaml new file mode 100644 index 0000000000000..afcb59f284326 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.4/B3log.SiYuan.installer.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- siyuan +ReleaseDate: 2024-08-27 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.4/siyuan-3.1.4-win.exe + InstallerSha256: B6ACC7853BCD46E2E4ED6BB6E45932924799E079098B50846B307357AAD6412C + InstallerSwitches: + Custom: /currentuser + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.4/siyuan-3.1.4-win.exe + InstallerSha256: B6ACC7853BCD46E2E4ED6BB6E45932924799E079098B50846B307357AAD6412C + InstallerSwitches: + Custom: /allusers + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.4/siyuan-3.1.4-win-arm64.exe + InstallerSha256: 310EC2DC43D0DDD998238C4D00FC36C1562C6BEA7CB99A29E03DAA5A8B52C2E9 + InstallerSwitches: + Custom: /currentuser + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.4/siyuan-3.1.4-win-arm64.exe + InstallerSha256: 310EC2DC43D0DDD998238C4D00FC36C1562C6BEA7CB99A29E03DAA5A8B52C2E9 + InstallerSwitches: + Custom: /allusers + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.4/B3log.SiYuan.locale.en-US.yaml b/manifests/b/B3log/SiYuan/3.1.4/B3log.SiYuan.locale.en-US.yaml new file mode 100644 index 0000000000000..9c417510021da --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.4/B3log.SiYuan.locale.en-US.yaml @@ -0,0 +1,82 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.4 +PackageLocale: en-US +Publisher: Yunnan Liandi Technology Co., Ltd. +PublisherUrl: https://b3log.org/ +PublisherSupportUrl: https://b3log.org/siyuan/en/community.html +PrivacyUrl: https://b3log.org/siyuan/en/privacy.html +Author: Yunnan Liandi Technology Co., Ltd. +PackageName: SiYuan +PackageUrl: https://b3log.org/siyuan/en +License: AGPL-3.0 +LicenseUrl: https://github.com/siyuan-note/siyuan/blob/HEAD/LICENSE +Copyright: Copyright (c) 2020-present, ld246.com +# CopyrightUrl: +ShortDescription: The next generation PKM system, your digital garden +Description: SiYuan is a local-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG. +# Moniker: +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +ReleaseNotes: |- + Overview + This version fixes some detail defects, it is recommended to upgrade. + Changelogs + Below are the detailed changes in this version. + Enhancement + - Improve the pasting of selected text in PDF rectangular annotation + - Improve marketplace loading when offline + - Insert IFrame block with attribute allow-popups + - Improve HTML details-summary clipping + - Improve plugin menu on mobile + - Improve deletion of empty blocks below the thematic break + - Pressing Tab in a code block no longer deselects the content + - AI operation Clear context no longer closes the popup window + - Improve Alt or Shift dragging of the block icon + - The window title needs to be refreshed after creating a new doc + - Improve the title for exporting HTML + - Potential data export disclosure security vulnerability + - Improve data sync + - Improve database table view exporting + - List item disconnection no longer affects database binding blocks + - Improve HTML list clipping + - Improve input of & before and after inline elements + - Improve HTML kbd clipping + - Improve asset name normalization when inserting/uploading + - Improve database text field exporting + - Improve web clipping adaptation + Bugfix + - Database search keyboard is hidden on Android + - The text in the task list still has the strikethrough style after it is deleted + - Wrong parsing virtual reference with \ before it + - Copy Headings and Bottom Blocks does not work properly on Android + - Embed blocks are exported incorrectly + - Task list style is incorrect after pressing Tab + Refactor + - Upgrade to Electron v30.4.0 + Development + - Update the dom of code blocks + - Add a parameter containChildren for the kernel API /api/ref/getBacklinkDoc +ReleaseNotesUrl: https://github.com/siyuan-note/siyuan/releases/tag/v3.1.4 +PurchaseUrl: https://b3log.org/siyuan/en/pricing.html +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.4/B3log.SiYuan.locale.zh-CN.yaml b/manifests/b/B3log/SiYuan/3.1.4/B3log.SiYuan.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6c6aa8e01e6cb --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.4/B3log.SiYuan.locale.zh-CN.yaml @@ -0,0 +1,82 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.4 +PackageLocale: zh-CN +Publisher: Yunnan Liandi Technology Co., Ltd. +PublisherUrl: https://b3log.org/ +PublisherSupportUrl: https://b3log.org/siyuan/community.html +PrivacyUrl: https://b3log.org/siyuan/privacy.html +Author: 云南链滴科技有限公司 +PackageName: SiYuan +PackageUrl: https://b3log.org/siyuan +License: AGPL-3.0 +LicenseUrl: https://b3log.org/siyuan/eula.html +Copyright: Copyright (c) 2020-present, ld246.com +# CopyrightUrl: +ShortDescription: 下一代的个人知识管理系统,你的数字花园 +Description: 思源笔记是一款本地优先的个人知识管理系统,支持细粒度块级引用和 Markdown 所见即所得。 +# Moniker: +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思源笔记 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +ReleaseNotes: |- + 概述 + 该版本修复了一些细节缺陷,建议升级。 + 变更记录 + 以下是此版本中的详细变更。 + 改进功能 + - 改进在 PDF 矩形标注中粘贴选定文本 + - 改进离线时的市场加载 + - 插入带有 allow-popups 属性的 IFrame 块 + - 改进 HTML details-summary 剪藏 + - 改进移动端上的插件菜单 + - 改进删除主题分隔线下方的空块 + - 在代码块中按 Tab 键不再取消选择内容 + - AI 操作 清除上下文 不再关闭弹出窗口 + - 改进 Alt 或 Shift 拖动块图标 + - 创建新文档后需要刷新窗口标题 + - 改进导出 HTML 的标题 + - 潜在的数据导出泄露安全漏洞 + - 改进数据同步 + - 改进数据库表格视图导出 + - 列表项断开连接不再影响数据库绑定块 + - 改进 HTML 列表剪藏 + - 改进在内联元素前后输入 & + - 改进 HTML kbd 剪藏 + - 改进插入/上传时的资源文件名称规范化 + - 改进数据库文本字段导出 + - 改进网页剪藏适配 + 修复缺陷 + - 数据库搜索键盘在 Android 上隐藏 + - 任务列表中的文本删除后仍然有删除线样式 + - 带有 \ 的虚拟引用解析错误 + - 复制标题和底部块 在 Android 上无法正常工作 + - 嵌入块导出不正确 + - 按 Tab 键后任务列表样式不正确 + 开发重构 + - 升级 Electron v30.4.0 + 开发者 + - 更新代码块的 DOM + - 为内核 API /api/ref/getBacklinkDoc 添加参数 containChildren +ReleaseNotesUrl: https://github.com/siyuan-note/siyuan/releases/tag/v3.1.4 +PurchaseUrl: https://b3log.org/siyuan/pricing.html +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.4/B3log.SiYuan.yaml b/manifests/b/B3log/SiYuan/3.1.4/B3log.SiYuan.yaml new file mode 100644 index 0000000000000..c61187b99a7c5 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.4/B3log.SiYuan.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.5/B3log.SiYuan.installer.yaml b/manifests/b/B3log/SiYuan/3.1.5/B3log.SiYuan.installer.yaml new file mode 100644 index 0000000000000..c2c99a0388224 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.5/B3log.SiYuan.installer.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.5 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- siyuan +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.5/siyuan-3.1.5-win.exe + InstallerSha256: D807A81339B14310B91FB51CFD2079808AA08E03D84A952380D1BE16E259400C + InstallerSwitches: + Custom: /currentuser + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.5/siyuan-3.1.5-win.exe + InstallerSha256: D807A81339B14310B91FB51CFD2079808AA08E03D84A952380D1BE16E259400C + InstallerSwitches: + Custom: /allusers + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.5/siyuan-3.1.5-win-arm64.exe + InstallerSha256: 2A49845054C07E4AB65B93DC13E88408A9509A2D3792A366F876CA97AB2A12B0 + InstallerSwitches: + Custom: /currentuser + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.5/siyuan-3.1.5-win-arm64.exe + InstallerSha256: 2A49845054C07E4AB65B93DC13E88408A9509A2D3792A366F876CA97AB2A12B0 + InstallerSwitches: + Custom: /allusers + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.5/B3log.SiYuan.locale.en-US.yaml b/manifests/b/B3log/SiYuan/3.1.5/B3log.SiYuan.locale.en-US.yaml new file mode 100644 index 0000000000000..c9d5ef29cf5dc --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.5/B3log.SiYuan.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.5 +PackageLocale: en-US +Publisher: Yunnan Liandi Technology Co., Ltd. +PublisherUrl: https://b3log.org/ +PublisherSupportUrl: https://b3log.org/siyuan/en/community.html +PrivacyUrl: https://b3log.org/siyuan/en/privacy.html +Author: Yunnan Liandi Technology Co., Ltd. +PackageName: SiYuan +PackageUrl: https://b3log.org/siyuan/en +License: AGPL-3.0 +LicenseUrl: https://github.com/siyuan-note/siyuan/blob/HEAD/LICENSE +Copyright: Copyright (c) 2020-present, ld246.com +# CopyrightUrl: +ShortDescription: The next generation PKM system, your digital garden +Description: SiYuan is a local-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG. +# Moniker: +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +ReleaseNotes: |- + Overview + This version fixes some detail defects, it is recommended to upgrade. + Changelogs + Below are the detailed changes in this version. + Enhancement + - Improve editor emojis loading + - Improve CSDN clipping + - Improve code block line number rendering + - Reindex only the current document after rolling back the document + - Improve thematic breaks input + - No longer limits the number of dynamically loaded blocks in the editor + - Improve Liandi clipping + - Improve database relation field binding/unbinding blocks + Bugfix + - Improve list item editing + - Lines containing only spaces in a code block cause line number calculation errors + - S3/WebDAV cannot get the list of cloud snapshots + - Code blocks are not syntax highlighted when exporting to PDF/image/HTML + Refactor + - Upgrade to FSRS-5 + Development + - Add a kernel API /api/filetree/getPathByID + - Fix API /api/asset/upload response body succMap field +ReleaseNotesUrl: https://github.com/siyuan-note/siyuan/releases/tag/v3.1.5 +PurchaseUrl: https://b3log.org/siyuan/en/pricing.html +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.5/B3log.SiYuan.locale.zh-CN.yaml b/manifests/b/B3log/SiYuan/3.1.5/B3log.SiYuan.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a80b8b53e712c --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.5/B3log.SiYuan.locale.zh-CN.yaml @@ -0,0 +1,67 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.5 +PackageLocale: zh-CN +Publisher: Yunnan Liandi Technology Co., Ltd. +PublisherUrl: https://b3log.org/ +PublisherSupportUrl: https://b3log.org/siyuan/community.html +PrivacyUrl: https://b3log.org/siyuan/privacy.html +Author: 云南链滴科技有限公司 +PackageName: SiYuan +PackageUrl: https://b3log.org/siyuan +License: AGPL-3.0 +LicenseUrl: https://b3log.org/siyuan/eula.html +Copyright: Copyright (c) 2020-present, ld246.com +# CopyrightUrl: +ShortDescription: 下一代的个人知识管理系统,你的数字花园 +Description: 思源笔记是一款本地优先的个人知识管理系统,支持细粒度块级引用和 Markdown 所见即所得。 +# Moniker: +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思源笔记 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +ReleaseNotes: |- + 概述 + 该版本修复了一些细节缺陷,建议升级。 + 变更记录 + 以下是此版本中的详细变更。 + 改进功能 + - 改进编辑器表情符号加载 + - 改进 CSDN 剪藏 + - 改进代码块行号渲染 + - 回滚文档后仅重新索引当前文档 + - 改进分隔线输入 + - 不再限制编辑器中动态加载块的数量 + - 改进链滴剪藏 + - 改进数据库关联字段绑定/解绑块 + 修复缺陷 + - 改进列表项编辑 + - 代码块中仅包含空格的行导致行号计算错误 + - S3/WebDAV 无法获取云端快照列表 + - 导出为 PDF/图片/HTML 时代码块未进行语法高亮 + 开发重构 + - 升级到 FSRS-5 + 开发者 + - 添加内核 API /api/filetree/getPathByID + - 修复 API /api/asset/upload 响应体 succMap 字段 +ReleaseNotesUrl: https://github.com/siyuan-note/siyuan/releases/tag/v3.1.5 +PurchaseUrl: https://b3log.org/siyuan/pricing.html +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.5/B3log.SiYuan.yaml b/manifests/b/B3log/SiYuan/3.1.5/B3log.SiYuan.yaml new file mode 100644 index 0000000000000..6e3109051a5ca --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.5/B3log.SiYuan.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.6/B3log.SiYuan.installer.yaml b/manifests/b/B3log/SiYuan/3.1.6/B3log.SiYuan.installer.yaml new file mode 100644 index 0000000000000..bc33ce4af48ae --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.6/B3log.SiYuan.installer.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.6 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- siyuan +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.6/siyuan-3.1.6-win.exe + InstallerSha256: C8EB31137731EACF411C1F139B7545ED1FB11DD8687ACF5112186E21BB769D1E + InstallerSwitches: + Custom: /currentuser + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.6/siyuan-3.1.6-win.exe + InstallerSha256: C8EB31137731EACF411C1F139B7545ED1FB11DD8687ACF5112186E21BB769D1E + InstallerSwitches: + Custom: /allusers + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.6/siyuan-3.1.6-win-arm64.exe + InstallerSha256: CB4CBD361A6CC1EB57A4FFC2D02C730C630D0389DD562B0A596684BF4EBC5F3B + InstallerSwitches: + Custom: /currentuser + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.6/siyuan-3.1.6-win-arm64.exe + InstallerSha256: CB4CBD361A6CC1EB57A4FFC2D02C730C630D0389DD562B0A596684BF4EBC5F3B + InstallerSwitches: + Custom: /allusers + ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.6/B3log.SiYuan.locale.en-US.yaml b/manifests/b/B3log/SiYuan/3.1.6/B3log.SiYuan.locale.en-US.yaml new file mode 100644 index 0000000000000..5433d742efd24 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.6/B3log.SiYuan.locale.en-US.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.6 +PackageLocale: en-US +Publisher: Yunnan Liandi Technology Co., Ltd. +PublisherUrl: https://b3log.org/ +PublisherSupportUrl: https://b3log.org/siyuan/en/community.html +PrivacyUrl: https://b3log.org/siyuan/en/privacy.html +Author: Yunnan Liandi Technology Co., Ltd. +PackageName: SiYuan +PackageUrl: https://b3log.org/siyuan/en +License: AGPL-3.0 +LicenseUrl: https://github.com/siyuan-note/siyuan/blob/HEAD/LICENSE +Copyright: Copyright (c) 2020-present, ld246.com +# CopyrightUrl: +ShortDescription: The next generation PKM system, your digital garden +Description: SiYuan is a local-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG. +# Moniker: +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +ReleaseNotes: |- + Overview + This version improves many details and enhances performance and stability. + Changelogs + Below are the detailed changes in this version. + Enhancement + - Improve dynamic anchor text and ref count auto-refresh stability + - Catch SEND intents to import text on Android + - The interface will no longer be refreshed after find-replace + - The font size can be prompted when quickly adjusting the font size + - Improve database primary key field binding blocks + - iOS will display a white screen when clicking on a link without a protocol + - Improve database attribute panel asset field editing + - Convert to blockquote supports config keymaps + - Improve /menu editing + - Automatically refresh database views after deleting/rolling back documents + - Improve code block Ctrl+A copying + - De-duplication of backlinks after referencing multiple blocks in the same block + - Improve folding the heading + - Improve result msg tip for Remove unreferenced assets + - Search results should remain unchanged after downloading or deleting the marketplace package + - Improve reference relationship update after moving blocks + - Add default alignment to tables + - Improve code block line number calculation + - Refresh the editor after rolling back the document + - Improve list item convert to doc + - Creating a dailynote template supports the doc icon + - Improve document tree expansion and database loading performance + Bugfix + - The sorting of fields in the database attribute panel is unstable + - Right-clicking a formula block may bring up the wrong menu + - Modifications to the link column in the database attribute panel do not take effect immediately + Refactor + - Refactor Yoda style conditions in Go code + - Implement some delayed kernel events using task queues + Development + - Kernel serve WebDAV service on path /webdav/ +ReleaseNotesUrl: https://github.com/siyuan-note/siyuan/releases/tag/v3.1.6 +PurchaseUrl: https://b3log.org/siyuan/en/pricing.html +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.6/B3log.SiYuan.locale.zh-CN.yaml b/manifests/b/B3log/SiYuan/3.1.6/B3log.SiYuan.locale.zh-CN.yaml new file mode 100644 index 0000000000000..81884842e7823 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.6/B3log.SiYuan.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.6 +PackageLocale: zh-CN +Publisher: Yunnan Liandi Technology Co., Ltd. +PublisherUrl: https://b3log.org/ +PublisherSupportUrl: https://b3log.org/siyuan/community.html +PrivacyUrl: https://b3log.org/siyuan/privacy.html +Author: 云南链滴科技有限公司 +PackageName: SiYuan +PackageUrl: https://b3log.org/siyuan +License: AGPL-3.0 +LicenseUrl: https://b3log.org/siyuan/eula.html +Copyright: Copyright (c) 2020-present, ld246.com +# CopyrightUrl: +ShortDescription: 下一代的个人知识管理系统,你的数字花园 +Description: 思源笔记是一款本地优先的个人知识管理系统,支持细粒度块级引用和 Markdown 所见即所得。 +# Moniker: +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思源笔记 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/siyuan-note/siyuan/releases/tag/v3.1.6 +PurchaseUrl: https://b3log.org/siyuan/pricing.html +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/B3log/SiYuan/3.1.6/B3log.SiYuan.yaml b/manifests/b/B3log/SiYuan/3.1.6/B3log.SiYuan.yaml new file mode 100644 index 0000000000000..727e4a6cac6f0 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.6/B3log.SiYuan.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BBC/iPlayer/.validation b/manifests/b/BBC/iPlayer/.validation deleted file mode 100644 index fdb68c33cf714..0000000000000 --- a/manifests/b/BBC/iPlayer/.validation +++ /dev/null @@ -1 +0,0 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"6ab5b17a-6b11-488d-a6de-4bf2f2894d3b","TestPlan":"Validation-Domain","PackagePath":"manifests/b/BBC/iPlayer/2.13.3"}]} \ No newline at end of file diff --git a/manifests/b/BBC/iPlayer/2.13.12/BBC.iPlayer.installer.yaml b/manifests/b/BBC/iPlayer/2.13.12/BBC.iPlayer.installer.yaml deleted file mode 100644 index 66a329a0c7257..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.12/BBC.iPlayer.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.12 -InstallerLocale: en-GB -InstallerType: exe -Scope: user -InstallModes: -- silent -UpgradeBehavior: install -ReleaseDate: 2023-04-26 -Installers: -- Architecture: x64 - InstallerUrl: https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.12.exe - InstallerSha256: F0AA431694D0ACCA641A9FF778DED011A0FA54295294C17AE5C168C00D553C2A -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/b/BBC/iPlayer/2.13.12/BBC.iPlayer.locale.en-GB.yaml b/manifests/b/BBC/iPlayer/2.13.12/BBC.iPlayer.locale.en-GB.yaml deleted file mode 100644 index 336e531feeea1..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.12/BBC.iPlayer.locale.en-GB.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.12 -PackageLocale: en-GB -Publisher: British Broadcasting Corporation -PublisherUrl: https://www.bbc.com -PublisherSupportUrl: https://www.bbc.co.uk/iplayer/help -PrivacyUrl: https://www.bbc.co.uk/privacy -PackageName: BBCiPlayerDownloads -PackageUrl: https://www.bbc.co.uk/iplayer/install -License: Proprietary -Copyright: Copyright (c) British Broadcasting Corporation -ShortDescription: A desktop app to download and watch BBC TV programmes -Moniker: bbciplayer -Tags: -- bbc -- streaming -- tv -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/b/BBC/iPlayer/2.13.12/BBC.iPlayer.yaml b/manifests/b/BBC/iPlayer/2.13.12/BBC.iPlayer.yaml deleted file mode 100644 index a0287d6fa543b..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.12/BBC.iPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.12 -DefaultLocale: en-GB -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/b/BBC/iPlayer/2.13.13/BBC.iPlayer.installer.yaml b/manifests/b/BBC/iPlayer/2.13.13/BBC.iPlayer.installer.yaml deleted file mode 100644 index dd2180f20ddf7..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.13/BBC.iPlayer.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with WinGet Automation using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.13 -InstallerLocale: en-GB -InstallerType: exe -Scope: user -InstallModes: -- silent -UpgradeBehavior: install -ReleaseDate: 2023-06-15 -Installers: -- Architecture: x64 - InstallerUrl: https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.13.exe - InstallerSha256: 295F2227BCEAB1A252841FF709051FE9F47A393D7BEAB52964A7D9BA695885BF -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/b/BBC/iPlayer/2.13.13/BBC.iPlayer.locale.en-GB.yaml b/manifests/b/BBC/iPlayer/2.13.13/BBC.iPlayer.locale.en-GB.yaml deleted file mode 100644 index 615d9ac494698..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.13/BBC.iPlayer.locale.en-GB.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with WinGet Automation using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.13 -PackageLocale: en-GB -Publisher: British Broadcasting Corporation -PublisherUrl: https://www.bbc.com -PublisherSupportUrl: https://www.bbc.co.uk/iplayer/help -PrivacyUrl: https://www.bbc.co.uk/privacy -PackageName: BBCiPlayerDownloads -PackageUrl: https://www.bbc.co.uk/iplayer/install -License: Proprietary -Copyright: Copyright (c) British Broadcasting Corporation -ShortDescription: A desktop app to download and watch BBC TV programmes -Moniker: bbciplayer -Tags: -- bbc -- streaming -- tv -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/b/BBC/iPlayer/2.13.13/BBC.iPlayer.yaml b/manifests/b/BBC/iPlayer/2.13.13/BBC.iPlayer.yaml deleted file mode 100644 index 4f24f1aabd9d4..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.13/BBC.iPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.13 -DefaultLocale: en-GB -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/b/BBC/iPlayer/2.13.15/BBC.iPlayer.installer.yaml b/manifests/b/BBC/iPlayer/2.13.15/BBC.iPlayer.installer.yaml deleted file mode 100644 index 9ab84ba35c605..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.15/BBC.iPlayer.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.15 -InstallerLocale: en-GB -InstallerType: exe -Scope: user -InstallModes: -- silent -UpgradeBehavior: install -ReleaseDate: 2023-08-04 -Installers: -- Architecture: x64 - InstallerUrl: https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.15.exe - InstallerSha256: B7F813F753DDCDEAED85C3951C84ECE6AD005F8F16D58D290803E7D58852F9B0 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/b/BBC/iPlayer/2.13.15/BBC.iPlayer.locale.en-GB.yaml b/manifests/b/BBC/iPlayer/2.13.15/BBC.iPlayer.locale.en-GB.yaml deleted file mode 100644 index 7352f812935f2..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.15/BBC.iPlayer.locale.en-GB.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.15 -PackageLocale: en-GB -Publisher: British Broadcasting Corporation -PublisherUrl: https://www.bbc.com -PublisherSupportUrl: https://www.bbc.co.uk/iplayer/help -PrivacyUrl: https://www.bbc.co.uk/privacy -PackageName: BBCiPlayerDownloads -PackageUrl: https://www.bbc.co.uk/iplayer/install -License: Proprietary -Copyright: Copyright (c) British Broadcasting Corporation -ShortDescription: A desktop app to download and watch BBC TV programmes -Moniker: bbciplayer -Tags: -- bbc -- streaming -- tv -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/b/BBC/iPlayer/2.13.15/BBC.iPlayer.yaml b/manifests/b/BBC/iPlayer/2.13.15/BBC.iPlayer.yaml deleted file mode 100644 index b887b17cac896..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.15/BBC.iPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.15 -DefaultLocale: en-GB -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/b/BBC/iPlayer/2.13.16/BBC.iPlayer.installer.yaml b/manifests/b/BBC/iPlayer/2.13.16/BBC.iPlayer.installer.yaml deleted file mode 100644 index 497fcb7db9f08..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.16/BBC.iPlayer.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.16 -InstallerLocale: en-GB -InstallerType: exe -Scope: user -InstallModes: -- silent -UpgradeBehavior: install -ReleaseDate: 2023-09-15 -Installers: -- Architecture: x64 - InstallerUrl: https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.16.exe - InstallerSha256: 2154C3E2FACB802A9955FD03114ECDDB3F9EAE171808BD34AE0776010848E423 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/b/BBC/iPlayer/2.13.16/BBC.iPlayer.locale.en-GB.yaml b/manifests/b/BBC/iPlayer/2.13.16/BBC.iPlayer.locale.en-GB.yaml deleted file mode 100644 index 6b0de97c3890f..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.16/BBC.iPlayer.locale.en-GB.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.16 -PackageLocale: en-GB -Publisher: British Broadcasting Corporation -PublisherUrl: https://www.bbc.com -PublisherSupportUrl: https://www.bbc.co.uk/iplayer/help -PrivacyUrl: https://www.bbc.co.uk/privacy -PackageName: BBCiPlayerDownloads -PackageUrl: https://www.bbc.co.uk/iplayer/install -License: Proprietary -Copyright: Copyright (c) British Broadcasting Corporation -ShortDescription: A desktop app to download and watch BBC TV programmes -Moniker: bbciplayer -Tags: -- bbc -- streaming -- tv -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/b/BBC/iPlayer/2.13.16/BBC.iPlayer.yaml b/manifests/b/BBC/iPlayer/2.13.16/BBC.iPlayer.yaml deleted file mode 100644 index 146f35566a57f..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.16/BBC.iPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.16 -DefaultLocale: en-GB -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/b/BBC/iPlayer/2.13.17/BBC.iPlayer.installer.yaml b/manifests/b/BBC/iPlayer/2.13.17/BBC.iPlayer.installer.yaml deleted file mode 100644 index 7eea29c46324e..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.17/BBC.iPlayer.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.17 -InstallerLocale: en-GB -InstallerType: exe -Scope: user -InstallModes: -- silent -UpgradeBehavior: install -ReleaseDate: 2023-11-15 -Installers: -- Architecture: x64 - InstallerUrl: https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.17.exe - InstallerSha256: 18121B00589D177D6F05D7F1A286166A697DF54A0C48A4831198C1E0C7F5D222 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/b/BBC/iPlayer/2.13.17/BBC.iPlayer.locale.en-GB.yaml b/manifests/b/BBC/iPlayer/2.13.17/BBC.iPlayer.locale.en-GB.yaml deleted file mode 100644 index ca0838510d53e..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.17/BBC.iPlayer.locale.en-GB.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.17 -PackageLocale: en-GB -Publisher: British Broadcasting Corporation -PublisherUrl: https://www.bbc.com -PublisherSupportUrl: https://www.bbc.co.uk/iplayer/help -PrivacyUrl: https://www.bbc.co.uk/privacy -PackageName: BBCiPlayerDownloads -PackageUrl: https://www.bbc.co.uk/iplayer/install -License: Proprietary -Copyright: Copyright (c) British Broadcasting Corporation -ShortDescription: A desktop app to download and watch BBC TV programmes -Moniker: bbciplayer -Tags: -- bbc -- streaming -- tv -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/b/BBC/iPlayer/2.13.17/BBC.iPlayer.yaml b/manifests/b/BBC/iPlayer/2.13.17/BBC.iPlayer.yaml deleted file mode 100644 index 5a3d57f6bf6f4..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.17/BBC.iPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.17 -DefaultLocale: en-GB -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/b/BBC/iPlayer/2.13.18/BBC.iPlayer.installer.yaml b/manifests/b/BBC/iPlayer/2.13.18/BBC.iPlayer.installer.yaml deleted file mode 100644 index 6b1673505a58a..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.18/BBC.iPlayer.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created using WinGet Automation (CLI) -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.18 -Installers: -- Architecture: x64 - InstallerUrl: https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.18.exe - InstallerSha256: 6e97215f314290865f97edec2e50bb2bb54d236c0ce013b1df4c846352ecd649 -ManifestType: installer -ManifestVersion: 1.5.0 -InstallerLocale: en-GB -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -UpgradeBehavior: install diff --git a/manifests/b/BBC/iPlayer/2.13.18/BBC.iPlayer.locale.en-GB.yaml b/manifests/b/BBC/iPlayer/2.13.18/BBC.iPlayer.locale.en-GB.yaml deleted file mode 100644 index 8b38d5e4a8951..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.18/BBC.iPlayer.locale.en-GB.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created using WinGet Automation (CLI) -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.18 -PackageLocale: en-GB -Publisher: British Broadcasting Corporation -PublisherUrl: https://www.bbc.com/ -PublisherSupportUrl: https://www.bbc.co.uk/iplayer/help/ -PrivacyUrl: https://www.bbc.co.uk/privacy -# Author: -PackageName: BBCiPlayerDownloads -PackageUrl: https://www.bbc.co.uk/iplayer/install -License: Proprietary -# LicenseUrl: -Copyright: Copyright (c) British Broadcasting Corporation -# CopyrightUrl: -ShortDescription: A desktop app to download and watch BBC TV programmes -# Description: -Moniker: bbciplayer -Tags: -- bbc -- streaming -- tv -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/b/BBC/iPlayer/2.13.18/BBC.iPlayer.yaml b/manifests/b/BBC/iPlayer/2.13.18/BBC.iPlayer.yaml deleted file mode 100644 index 59ae7ca90ebb8..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.18/BBC.iPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using WinGet Automation (CLI) -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.18 -DefaultLocale: en-GB -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/b/BBC/iPlayer/2.13.2/BBC.iPlayer.installer.yaml b/manifests/b/BBC/iPlayer/2.13.2/BBC.iPlayer.installer.yaml deleted file mode 100644 index 181bd644ee1e8..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.2/BBC.iPlayer.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.2 -Installers: -- Architecture: x64 - InstallerType: exe - InstallerUrl: https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.2.exe - InstallerSha256: 24756327651082150098536667B9E28F99C8049FC351CA505DC25652A72611CB -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/b/BBC/iPlayer/2.13.2/BBC.iPlayer.locale.en-GB.yaml b/manifests/b/BBC/iPlayer/2.13.2/BBC.iPlayer.locale.en-GB.yaml deleted file mode 100644 index 501d42055a8cd..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.2/BBC.iPlayer.locale.en-GB.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.2 -PackageLocale: en-GB -Publisher: British Broadcasting Corporation -PackageName: BBCiPlayerDownloads -License: Copyright (c) British Broadcasting Corporation -ShortDescription: A desktop app to download and watch BBC TV programmes -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/b/BBC/iPlayer/2.13.2/BBC.iPlayer.yaml b/manifests/b/BBC/iPlayer/2.13.2/BBC.iPlayer.yaml deleted file mode 100644 index e66016e58fd08..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.2/BBC.iPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.2 -DefaultLocale: en-GB -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/b/BBC/iPlayer/2.13.3/BBC.iPlayer.installer.yaml b/manifests/b/BBC/iPlayer/2.13.3/BBC.iPlayer.installer.yaml deleted file mode 100644 index f20295af34e33..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.3/BBC.iPlayer.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.3 -Installers: -- Architecture: x64 - InstallerType: exe - InstallerUrl: https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.3.exe - InstallerSha256: B91BFB30322582B921EC7EC50326482112A29561E1496851DB1A6D661CFD6532 -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/b/BBC/iPlayer/2.13.3/BBC.iPlayer.locale.en-GB.yaml b/manifests/b/BBC/iPlayer/2.13.3/BBC.iPlayer.locale.en-GB.yaml deleted file mode 100644 index e2f45f5fe4627..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.3/BBC.iPlayer.locale.en-GB.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.3 -PackageLocale: en-GB -Publisher: British Broadcasting Corporation -PackageName: BBCiPlayerDownloads -License: Copyright (c) British Broadcasting Corporation -ShortDescription: A desktop app to download and watch BBC TV programmes -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/b/BBC/iPlayer/2.13.3/BBC.iPlayer.yaml b/manifests/b/BBC/iPlayer/2.13.3/BBC.iPlayer.yaml deleted file mode 100644 index 4fe748c441e84..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.3/BBC.iPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.3 -DefaultLocale: en-GB -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/b/BBC/iPlayer/2.13.4/BBC.iPlayer.installer.yaml b/manifests/b/BBC/iPlayer/2.13.4/BBC.iPlayer.installer.yaml deleted file mode 100644 index 202c54d650dcc..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.4/BBC.iPlayer.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6-alpha $debug=NVS1.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.4 -InstallerLocale: en-GB -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -UpgradeBehavior: install -ReleaseDate: 2021-08-25 -Installers: -- Architecture: x64 - InstallerUrl: https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.4.exe - InstallerSha256: 7733AFC644CD559AB18CBC3C6C03B71E8A4110B49CE9B5B1E0B99B4FD61DE860 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.4/BBC.iPlayer.locale.en-GB.yaml b/manifests/b/BBC/iPlayer/2.13.4/BBC.iPlayer.locale.en-GB.yaml deleted file mode 100644 index edf812e3fa5d8..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.4/BBC.iPlayer.locale.en-GB.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6-alpha $debug=NVS1.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.4 -PackageLocale: en-GB -Publisher: British Broadcasting Corporation -PublisherUrl: https://www.bbc.com/ -PublisherSupportUrl: https://www.bbc.co.uk/iplayer/help/ -PrivacyUrl: https://www.bbc.co.uk/privacy -# Author: -PackageName: BBCiPlayerDownloads -PackageUrl: https://www.bbc.co.uk/iplayer/install -License: Proprietary -# LicenseUrl: -Copyright: Copyright (c) British Broadcasting Corporation -# CopyrightUrl: -ShortDescription: A desktop app to download and watch BBC TV programmes -# Description: -Moniker: bbciplayer -Tags: -- bbc -- streaming -- tv -# Agreements: -ReleaseNotes: |- - - Enable banner messages to be turned on remotely - - Manage downloads of episodes with unexpected end dates - - Library updates -ReleaseNotesUrl: https://downloads-app.iplayer.api.bbc.co.uk/release-notes -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.4/BBC.iPlayer.yaml b/manifests/b/BBC/iPlayer/2.13.4/BBC.iPlayer.yaml deleted file mode 100644 index 1a5598768d74e..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.4/BBC.iPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6-alpha $debug=NVS1.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.4 -DefaultLocale: en-GB -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.5/BBC.iPlayer.installer.yaml b/manifests/b/BBC/iPlayer/2.13.5/BBC.iPlayer.installer.yaml deleted file mode 100644 index f21db301ea9e7..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.5/BBC.iPlayer.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.5 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Installers: -- Architecture: x64 - InstallerUrl: https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.5.exe - InstallerSha256: 5AA6CEC90A667E7E47FCF029117746C72E72ED9FD96059BADE005F13B538C7D0 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.5/BBC.iPlayer.locale.en-GB.yaml b/manifests/b/BBC/iPlayer/2.13.5/BBC.iPlayer.locale.en-GB.yaml deleted file mode 100644 index 040c999281aea..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.5/BBC.iPlayer.locale.en-GB.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.5 -PackageLocale: en-GB -Publisher: British Broadcasting Corporation -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: BBCiPlayerDownloads -PackageUrl: https://www.bbc.co.uk/iplayer/install -License: Copyright (c) British Broadcasting Corporation -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: A desktop app to download and watch BBC TV programmes -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.5/BBC.iPlayer.yaml b/manifests/b/BBC/iPlayer/2.13.5/BBC.iPlayer.yaml deleted file mode 100644 index 7b683a28f0f8f..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.5/BBC.iPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.5 -DefaultLocale: en-GB -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.6/BBC.iPlayer.installer.yaml b/manifests/b/BBC/iPlayer/2.13.6/BBC.iPlayer.installer.yaml deleted file mode 100644 index 568749025adef..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.6/BBC.iPlayer.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6-alpha $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.6 -InstallerLocale: en-GB -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -UpgradeBehavior: install -ReleaseDate: 2022-01-13 -Installers: -- Architecture: x64 - InstallerUrl: https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.6.exe - InstallerSha256: C854FEF30996A106824BAF2120D7D38FA0D171C05DBF6B9A624DB20FB784AACF -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.6/BBC.iPlayer.locale.en-GB.yaml b/manifests/b/BBC/iPlayer/2.13.6/BBC.iPlayer.locale.en-GB.yaml deleted file mode 100644 index 5f29c9c6e73f4..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.6/BBC.iPlayer.locale.en-GB.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6-alpha $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.6 -PackageLocale: en-GB -Publisher: British Broadcasting Corporation -PublisherUrl: https://www.bbc.com/ -PublisherSupportUrl: https://www.bbc.co.uk/iplayer/help/ -PrivacyUrl: https://www.bbc.co.uk/privacy -# Author: -PackageName: BBCiPlayerDownloads -PackageUrl: https://www.bbc.co.uk/iplayer/install -License: Proprietary -# LicenseUrl: -Copyright: Copyright (c) British Broadcasting Corporation -# CopyrightUrl: -ShortDescription: A desktop app to download and watch BBC TV programmes -# Description: -Moniker: bbciplayer -Tags: -- bbc -- streaming -- tv -# Agreements: -ReleaseNotes: |- - - Added new BBC and iPlayer branding to the application header - - Library updates -ReleaseNotesUrl: https://downloads-app.iplayer.api.bbc.co.uk/release-notes -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.6/BBC.iPlayer.yaml b/manifests/b/BBC/iPlayer/2.13.6/BBC.iPlayer.yaml deleted file mode 100644 index 247c12145ebc5..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.6/BBC.iPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6-alpha $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.6 -DefaultLocale: en-GB -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.7/BBC.iPlayer.installer.yaml b/manifests/b/BBC/iPlayer/2.13.7/BBC.iPlayer.installer.yaml deleted file mode 100644 index ee1834c3ff16f..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.7/BBC.iPlayer.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.7 -InstallerLocale: en-GB -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.7.exe - InstallerSha256: EE81646A121F692C259912C9EBD442CB8CCB0D0FBC0596ED314A50F431A9D602 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.7/BBC.iPlayer.locale.en-GB.yaml b/manifests/b/BBC/iPlayer/2.13.7/BBC.iPlayer.locale.en-GB.yaml deleted file mode 100644 index dd3e5def4e001..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.7/BBC.iPlayer.locale.en-GB.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.7 -PackageLocale: en-GB -Publisher: British Broadcasting Corporation -PublisherUrl: https://www.bbc.com/ -PublisherSupportUrl: https://www.bbc.co.uk/iplayer/help/ -PrivacyUrl: https://www.bbc.co.uk/privacy -# Author: -PackageName: BBCiPlayerDownloads -PackageUrl: https://www.bbc.co.uk/iplayer/install -License: Proprietary -# LicenseUrl: -Copyright: Copyright (c) British Broadcasting Corporation -# CopyrightUrl: -ShortDescription: A desktop app to download and watch BBC TV programmes -# Description: -Moniker: bbciplayer -Tags: -- bbc -- streaming -- tv -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.7/BBC.iPlayer.yaml b/manifests/b/BBC/iPlayer/2.13.7/BBC.iPlayer.yaml deleted file mode 100644 index 6cb225a51ea6c..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.7/BBC.iPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.7 -DefaultLocale: en-GB -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.8/BBC.iPlayer.installer.yaml b/manifests/b/BBC/iPlayer/2.13.8/BBC.iPlayer.installer.yaml deleted file mode 100644 index f12a99f2bbd6d..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.8/BBC.iPlayer.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.8 -InstallerLocale: en-GB -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.8.exe - InstallerSha256: 023D3A30DAADF76CFF8401CE1B920E03A3B751CC19489A4252FF2BDF047B70B1 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.8/BBC.iPlayer.locale.en-GB.yaml b/manifests/b/BBC/iPlayer/2.13.8/BBC.iPlayer.locale.en-GB.yaml deleted file mode 100644 index b809c24ccddf7..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.8/BBC.iPlayer.locale.en-GB.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.8 -PackageLocale: en-GB -Publisher: British Broadcasting Corporation -PublisherUrl: https://www.bbc.com/ -PublisherSupportUrl: https://www.bbc.co.uk/iplayer/help/ -PrivacyUrl: https://www.bbc.co.uk/privacy -# Author: -PackageName: BBCiPlayerDownloads -PackageUrl: https://www.bbc.co.uk/iplayer/install -License: Proprietary -# LicenseUrl: -Copyright: Copyright (c) British Broadcasting Corporation -# CopyrightUrl: -ShortDescription: A desktop app to download and watch BBC TV programmes -# Description: -Moniker: bbciplayer -Tags: -- bbc -- streaming -- tv -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.8/BBC.iPlayer.yaml b/manifests/b/BBC/iPlayer/2.13.8/BBC.iPlayer.yaml deleted file mode 100644 index c76fe3253d438..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.8/BBC.iPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.8 -DefaultLocale: en-GB -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/BBC/iPlayer/2.13.9/BBC.iPlayer.installer.yaml b/manifests/b/BBC/iPlayer/2.13.9/BBC.iPlayer.installer.yaml deleted file mode 100644 index 672625da84adb..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.9/BBC.iPlayer.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.9 -InstallerLocale: en-GB -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.9.exe - InstallerSha256: 9EEC1EB44B534D4D12B2F280A830AA239113D7FAA8E29C7CBC2A3B6AF23BF141 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/b/BBC/iPlayer/2.13.9/BBC.iPlayer.locale.en-GB.yaml b/manifests/b/BBC/iPlayer/2.13.9/BBC.iPlayer.locale.en-GB.yaml deleted file mode 100644 index 0efd90458fc9f..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.9/BBC.iPlayer.locale.en-GB.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.9 -PackageLocale: en-GB -Publisher: British Broadcasting Corporation -PublisherUrl: https://www.bbc.com/ -PublisherSupportUrl: https://www.bbc.co.uk/iplayer/help/ -PrivacyUrl: https://www.bbc.co.uk/privacy -# Author: -PackageName: BBCiPlayerDownloads -PackageUrl: https://www.bbc.co.uk/iplayer/install -License: Proprietary -# LicenseUrl: -Copyright: Copyright (c) British Broadcasting Corporation -# CopyrightUrl: -ShortDescription: A desktop app to download and watch BBC TV programmes -# Description: -Moniker: bbciplayer -Tags: -- bbc -- streaming -- tv -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/b/BBC/iPlayer/2.13.9/BBC.iPlayer.yaml b/manifests/b/BBC/iPlayer/2.13.9/BBC.iPlayer.yaml deleted file mode 100644 index 26b5c5d03ce03..0000000000000 --- a/manifests/b/BBC/iPlayer/2.13.9/BBC.iPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: BBC.iPlayer -PackageVersion: 2.13.9 -DefaultLocale: en-GB -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/b/BCM/SecEditCtl/3.2.1.2/BCM.SecEditCtl.installer.yaml b/manifests/b/BCM/SecEditCtl/3.2.1.2/BCM.SecEditCtl.installer.yaml new file mode 100644 index 0000000000000..acf0c0d0e22c5 --- /dev/null +++ b/manifests/b/BCM/SecEditCtl/3.2.1.2/BCM.SecEditCtl.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BCM.SecEditCtl +PackageVersion: 3.2.1.2 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://pbank.bankcomm.cn/personbank/download/SecEditCFCAforBoCom.exe + InstallerSha256: 7E8B3D737390726D7C08E417519FA384AC758A6E8AC091F553E0A50EE70F5776 + ProductCode: SecEditCtlHost.BCM.Setup +- Architecture: x64 + InstallerUrl: https://pbank.bankcomm.cn/personbank/download/SecEditCFCAforBoCom.exe + InstallerSha256: 7E8B3D737390726D7C08E417519FA384AC758A6E8AC091F553E0A50EE70F5776 + ProductCode: SecEditCtlHost.BCM.Setup +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BCM/SecEditCtl/3.2.1.2/BCM.SecEditCtl.locale.en-US.yaml b/manifests/b/BCM/SecEditCtl/3.2.1.2/BCM.SecEditCtl.locale.en-US.yaml new file mode 100644 index 0000000000000..9177f51df72a3 --- /dev/null +++ b/manifests/b/BCM/SecEditCtl/3.2.1.2/BCM.SecEditCtl.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BCM.SecEditCtl +PackageVersion: 3.2.1.2 +PackageLocale: en-US +Publisher: CFCA +PublisherUrl: https://bankcomm.com/ +PublisherSupportUrl: https://pbank.bankcomm.com/personbank/system/index.html#/userGuide?menu=normalIssure +PrivacyUrl: https://mbank.bankcomm.com:8888/mobs6/im/IM2/NIM2A01.html?vStyleType=5 +Author: China Financial Certification Authority +PackageName: SecEditCtlHost.BCM.Setup +PackageUrl: https://pbank.bankcomm.com/personbank/system/index.html?locale=en_US +License: Freeware +LicenseUrl: https://pbank.bankcomm.com/personbank/system/index.html#/protalOne?locale=en_US +Copyright: Copyright (C) 2024 CFCA +# CopyrightUrl: +ShortDescription: Online Banking Login Security Controls for Bank of Communications +# Description: +# Moniker: +Tags: +- bank +- bank-of-communications +- bcm +- ebank +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BCM/SecEditCtl/3.2.1.2/BCM.SecEditCtl.locale.zh-CN.yaml b/manifests/b/BCM/SecEditCtl/3.2.1.2/BCM.SecEditCtl.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f438194fe93aa --- /dev/null +++ b/manifests/b/BCM/SecEditCtl/3.2.1.2/BCM.SecEditCtl.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: BCM.SecEditCtl +PackageVersion: 3.2.1.2 +PackageLocale: zh-CN +Publisher: CFCA +PublisherUrl: https://bankcomm.com/ +PublisherSupportUrl: https://pbank.bankcomm.com/personbank/system/index.html#/userGuide?menu=normalIssure +PrivacyUrl: https://mbank.bankcomm.com:8888/mobs6/login/LG0/NLG0013.html +Author: 中国金融认证中心 +PackageName: 交通银行密码控件 +PackageUrl: https://pbank.bankcomm.com/personbank/system/index.html +License: 免费软件 +LicenseUrl: https://pbank.bankcomm.com/personbank/system/index.html#/protalOne +Copyright: Copyright (C) 2024 CFCA +# CopyrightUrl: +ShortDescription: 交通银行网上银行登录安全控件 +# Description: +# Moniker: +Tags: +- 交行 +- 交通银行 +- 网银 +- 银行 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BCM/SecEditCtl/3.2.1.2/BCM.SecEditCtl.yaml b/manifests/b/BCM/SecEditCtl/3.2.1.2/BCM.SecEditCtl.yaml new file mode 100644 index 0000000000000..51c1d7fbdf0dc --- /dev/null +++ b/manifests/b/BCM/SecEditCtl/3.2.1.2/BCM.SecEditCtl.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BCM.SecEditCtl +PackageVersion: 3.2.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BDRThermea/ServiceTool/7.4.4.0/BDRThermea.ServiceTool.installer.yaml b/manifests/b/BDRThermea/ServiceTool/7.4.4.0/BDRThermea.ServiceTool.installer.yaml new file mode 100644 index 0000000000000..e97f3b77b0786 --- /dev/null +++ b/manifests/b/BDRThermea/ServiceTool/7.4.4.0/BDRThermea.ServiceTool.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.5.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: BDRThermea.ServiceTool +PackageVersion: 7.4.4.0 +InstallerLocale: en-US +InstallerType: wix +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.3_1 + MinimumVersion: 3.1.32 + - PackageIdentifier: Microsoft.DotNet.AspNetCore.3_1 + MinimumVersion: 3.1.32 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + MinimumVersion: 14.38.33130.0 +ProductCode: '{046772E3-061E-46DA-B87C-66E66CFBA7FC}' +Installers: +- Architecture: x64 + InstallerUrl: https://pcstwinget.blob.core.windows.net/pc-servicetool-images/BDRThermeaAppWix_7_4_4.msi + InstallerSha256: 513ADEEB8CBDE64FD7CC82A581F06C4A7AB078F9D12E670DAB706FC7C5ACAF1F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BDRThermea/ServiceTool/7.4.4.0/BDRThermea.ServiceTool.locale.en-US.yaml b/manifests/b/BDRThermea/ServiceTool/7.4.4.0/BDRThermea.ServiceTool.locale.en-US.yaml new file mode 100644 index 0000000000000..689872313167e --- /dev/null +++ b/manifests/b/BDRThermea/ServiceTool/7.4.4.0/BDRThermea.ServiceTool.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.5.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: BDRThermea.ServiceTool +PackageVersion: 7.4.4.0 +PackageLocale: en-US +Publisher: BDR Thermea Group +PublisherUrl: https://www.bdrthermeagroup.com/ +Author: BDR Thermea Group +PackageName: BDR Thermea Service Tool (PCST) +License: Proprietary +ShortDescription: PC Servicetool allows for the inspection and management of BDR Thermea Group boilers and heatpumps as well as long term monitoring of data. +Description: Recom is a software program developed by BDR Thermea Group. It offers the possibility to communicate directly to BDR Thermea Group boilers/appliances. The software shows temperatures, fan speed and the status of on/off components like pump and gas-air unit in a clear overview. In Recom, all parameters of the safety unit of the boiler are shown in one overview. Of course you can save settings on a hard drive, so you can always reset to default settings or use a certain setting for multiple boilers in a project. +Moniker: PC Servicetool +Tags: +- pc servicetool +- servicetool +- recom +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BDRThermea/ServiceTool/7.4.4.0/BDRThermea.ServiceTool.yaml b/manifests/b/BDRThermea/ServiceTool/7.4.4.0/BDRThermea.ServiceTool.yaml new file mode 100644 index 0000000000000..ccc87240caa56 --- /dev/null +++ b/manifests/b/BDRThermea/ServiceTool/7.4.4.0/BDRThermea.ServiceTool.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.5.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: BDRThermea.ServiceTool +PackageVersion: 7.4.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BOC/SecEditCtl/3.1.4.2/BOC.SecEditCtl.installer.yaml b/manifests/b/BOC/SecEditCtl/3.1.4.2/BOC.SecEditCtl.installer.yaml new file mode 100644 index 0000000000000..dc865d6866a62 --- /dev/null +++ b/manifests/b/BOC/SecEditCtl/3.1.4.2/BOC.SecEditCtl.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BOC.SecEditCtl +PackageVersion: 3.1.4.2 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dlsev.boc.cn/support/secWidgets/SecEdit.BOC.exe + InstallerSha256: 15FB759AA55D14CC596EA26E741617DBAF351884B00B03B2DA6029C04215C9D8 + ProductCode: SecEditCtl.BOC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BOC/SecEditCtl/3.1.4.2/BOC.SecEditCtl.locale.en-US.yaml b/manifests/b/BOC/SecEditCtl/3.1.4.2/BOC.SecEditCtl.locale.en-US.yaml new file mode 100644 index 0000000000000..4599d1aceca4c --- /dev/null +++ b/manifests/b/BOC/SecEditCtl/3.1.4.2/BOC.SecEditCtl.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BOC.SecEditCtl +PackageVersion: 3.1.4.2 +PackageLocale: en-US +Publisher: BOC +PublisherUrl: https://www.boc.cn/en/ +PublisherSupportUrl: https://ebsnew.boc.cn/boc15/help.html?locale=en_US +# PrivacyUrl: +Author: China Financial Certification Authority +PackageName: SecEditCtl.BOC +PackageUrl: https://ebsnew.boc.cn/boc15/login.html +License: Freeware +LicenseUrl: https://www.boc.cn/custserv/cs1/200812/t20081209_135607.html +Copyright: Copyright (C) 2019 CFCA +CopyrightUrl: https://www.bankofchina.com/custserv/cs1/200812/t20081209_135606.html +ShortDescription: BOC Online Banking Login Security Controls +# Description: +# Moniker: +Tags: +- bank +- bank-of-china +- boc +- ebank +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.boc.cn/en/custserv/bocnet/200812/t20081213_351103.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BOC/SecEditCtl/3.1.4.2/BOC.SecEditCtl.locale.zh-CN.yaml b/manifests/b/BOC/SecEditCtl/3.1.4.2/BOC.SecEditCtl.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7ef97fee20b90 --- /dev/null +++ b/manifests/b/BOC/SecEditCtl/3.1.4.2/BOC.SecEditCtl.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: BOC.SecEditCtl +PackageVersion: 3.1.4.2 +PackageLocale: zh-CN +Publisher: BOC +PublisherUrl: https://www.boc.cn/en/ +PublisherSupportUrl: https://ebsnew.boc.cn/boc15/help.html?locale=zh_CN +# PrivacyUrl: +Author: 中国金融认证中心 +PackageName: SecEditCtl.BOC +PackageUrl: https://ebsnew.boc.cn/boc15/login.html +License: 免费软件 +LicenseUrl: https://www.boc.cn/custserv/cs1/200812/t20081209_135607.html +Copyright: Copyright (C) 2019 CFCA +CopyrightUrl: https://www.bankofchina.com/custserv/cs1/200812/t20081209_135606.html +ShortDescription: 中国银行网上银行登录安全控件 +# Description: +# Moniker: +Tags: +- 中国银行 +- 中行 +- 网银 +- 银行 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.boc.cn/ebanking/service/cs2/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BOC/SecEditCtl/3.1.4.2/BOC.SecEditCtl.yaml b/manifests/b/BOC/SecEditCtl/3.1.4.2/BOC.SecEditCtl.yaml new file mode 100644 index 0000000000000..c51eaa273f8bd --- /dev/null +++ b/manifests/b/BOC/SecEditCtl/3.1.4.2/BOC.SecEditCtl.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BOC.SecEditCtl +PackageVersion: 3.1.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Badlion/BadlionClient/4.3.2/Badlion.BadlionClient.installer.yaml b/manifests/b/Badlion/BadlionClient/4.3.2/Badlion.BadlionClient.installer.yaml new file mode 100644 index 0000000000000..fa6b091dcbbee --- /dev/null +++ b/manifests/b/Badlion/BadlionClient/4.3.2/Badlion.BadlionClient.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Badlion.BadlionClient +PackageVersion: 4.3.2 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://client-updates-cdn77.badlion.net/Badlion%20Client%20Setup%204.3.2.exe + InstallerSha256: C1C841F7AE265FA8F6DD73B3DAEA133766F035E9A064AFE268732C3E08BCA321 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Badlion/BadlionClient/4.3.2/Badlion.BadlionClient.locale.en-US.yaml b/manifests/b/Badlion/BadlionClient/4.3.2/Badlion.BadlionClient.locale.en-US.yaml new file mode 100644 index 0000000000000..b852e3d1c9718 --- /dev/null +++ b/manifests/b/Badlion/BadlionClient/4.3.2/Badlion.BadlionClient.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Badlion.BadlionClient +PackageVersion: 4.3.2 +PackageLocale: en-US +Publisher: Badlion +PackageName: Badlion Client +License: Proprietary +Copyright: © 2013-2023 ESL Gaming Online, Inc. +ShortDescription: Badlion Client Minecraft Launcher +Description: |- + Badlion Client is a Minecraft launcher with many added features. + It includes anticheat, built-in FPS boost and other mods, and is compatible with most versions of minecraft 1.7 or newer. +Moniker: blc +Tags: +- minecraft +- optifine +Documentations: +- DocumentLabel: FAQ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Badlion/BadlionClient/4.3.2/Badlion.BadlionClient.yaml b/manifests/b/Badlion/BadlionClient/4.3.2/Badlion.BadlionClient.yaml new file mode 100644 index 0000000000000..ceb66def9e48b --- /dev/null +++ b/manifests/b/Badlion/BadlionClient/4.3.2/Badlion.BadlionClient.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Badlion.BadlionClient +PackageVersion: 4.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Badlion/BadlionClient/4.3.4/Badlion.BadlionClient.installer.yaml b/manifests/b/Badlion/BadlionClient/4.3.4/Badlion.BadlionClient.installer.yaml new file mode 100644 index 0000000000000..2b93e70abc1d1 --- /dev/null +++ b/manifests/b/Badlion/BadlionClient/4.3.4/Badlion.BadlionClient.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Badlion.BadlionClient +PackageVersion: 4.3.4 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://client-updates-cdn77.badlion.net/Badlion%20Client%20Setup%204.3.4.exe + InstallerSha256: 5DE6F7081AC9F983AB096DF4A5D15CFB1F8C40BC754480F31DC30F32511E3DBE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Badlion/BadlionClient/4.3.4/Badlion.BadlionClient.locale.en-US.yaml b/manifests/b/Badlion/BadlionClient/4.3.4/Badlion.BadlionClient.locale.en-US.yaml new file mode 100644 index 0000000000000..fa2f99a866f30 --- /dev/null +++ b/manifests/b/Badlion/BadlionClient/4.3.4/Badlion.BadlionClient.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Badlion.BadlionClient +PackageVersion: 4.3.4 +PackageLocale: en-US +Publisher: Badlion +PackageName: Badlion Client +License: Proprietary +Copyright: © 2013-2023 ESL Gaming Online, Inc. +ShortDescription: Badlion Client Minecraft Launcher +Description: |- + Badlion Client is a Minecraft launcher with many added features. + It includes anticheat, built-in FPS boost and other mods, and is compatible with most versions of minecraft 1.7 or newer. +Moniker: blc +Tags: +- minecraft +- optifine +Documentations: +- DocumentLabel: FAQ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Badlion/BadlionClient/4.3.4/Badlion.BadlionClient.yaml b/manifests/b/Badlion/BadlionClient/4.3.4/Badlion.BadlionClient.yaml new file mode 100644 index 0000000000000..a3dcda77e7ae5 --- /dev/null +++ b/manifests/b/Badlion/BadlionClient/4.3.4/Badlion.BadlionClient.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Badlion.BadlionClient +PackageVersion: 4.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Badlion/BadlionClient/4.4.0/Badlion.BadlionClient.installer.yaml b/manifests/b/Badlion/BadlionClient/4.4.0/Badlion.BadlionClient.installer.yaml new file mode 100644 index 0000000000000..67e1f465de72d --- /dev/null +++ b/manifests/b/Badlion/BadlionClient/4.4.0/Badlion.BadlionClient.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Badlion.BadlionClient +PackageVersion: 4.4.0 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://client-updates-cdn77.badlion.net/Badlion%20Client%20Setup%204.4.0.exe + InstallerSha256: DF1DC6AF8819034C43C6E0B5131EF552E119B017CA3B7C0EF50D162A8A5AFA51 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Badlion/BadlionClient/4.4.0/Badlion.BadlionClient.locale.en-US.yaml b/manifests/b/Badlion/BadlionClient/4.4.0/Badlion.BadlionClient.locale.en-US.yaml new file mode 100644 index 0000000000000..e60420c5b2706 --- /dev/null +++ b/manifests/b/Badlion/BadlionClient/4.4.0/Badlion.BadlionClient.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Badlion.BadlionClient +PackageVersion: 4.4.0 +PackageLocale: en-US +Publisher: Badlion +PackageName: Badlion Client +License: Proprietary +Copyright: © 2013-2023 ESL Gaming Online, Inc. +ShortDescription: Badlion Client Minecraft Launcher +Description: |- + Badlion Client is a Minecraft launcher with many added features. + It includes anticheat, built-in FPS boost and other mods, and is compatible with most versions of minecraft 1.7 or newer. +Moniker: blc +Tags: +- minecraft +- optifine +Documentations: +- DocumentLabel: FAQ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Badlion/BadlionClient/4.4.0/Badlion.BadlionClient.yaml b/manifests/b/Badlion/BadlionClient/4.4.0/Badlion.BadlionClient.yaml new file mode 100644 index 0000000000000..af7f7f680959b --- /dev/null +++ b/manifests/b/Badlion/BadlionClient/4.4.0/Badlion.BadlionClient.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Badlion.BadlionClient +PackageVersion: 4.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.installer.yaml new file mode 100644 index 0000000000000..3299ab1503343 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 7.44.0 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x86 + InstallerUrl: https://issuepcdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.44.0.5.exe + InstallerSha256: 346B881EDDE656D77EB06D53BA665D33118F606135E10DC5C8CDE9C06F7D22BA + ProductCode: 百度云管家 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.locale.en-US.yaml new file mode 100644 index 0000000000000..db832dffc3901 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 7.44.0 +PackageLocale: en-US +Publisher: 北京度友科技有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://pan.baidu.com/disk/help +PrivacyUrl: http://privacy.baidu.com/policy +Author: Beijing Duyou Technology Co., Ltd. +PackageName: 百度网盘 +PackageUrl: https://pan.baidu.com/ +License: Proprietary +LicenseUrl: https://pan.baidu.com/disk/main#/protocol/duty_mobi +Copyright: Copyright © 2024 Baidu, Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: Personal cloud service product by Baidu +Description: Baidu Netdisk is a convenient and easy-to-use cloud storage product that is serving more than 700 million users, which has mass storage and several self-hosted data centers, supports backup, sharing, viewing and processing multiple types of files, and protects users' data security under two top international security certifications ISO27001 and ISO27018. It would be your best choice if you want to back up your data, free up your phone's space, share files with others or operate files online. +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4b6df6842cbed --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 7.44.0 +PackageLocale: zh-CN +Publisher: 北京度友科技有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://pan.baidu.com/disk/help +PrivacyUrl: http://privacy.baidu.com/policy +Author: 北京度友科技有限公司 +PackageName: 百度网盘 +PackageUrl: https://pan.baidu.com/ +License: 专有软件 +LicenseUrl: https://pan.baidu.com/disk/main#/protocol/duty_mobi +Copyright: Copyright © 2024 Baidu, Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 百度公司出品的个人云服务产品 +Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 百度云 +- 百度云管家 +- 网盘 +ReleaseNotes: |- + 1. 网盘出品的【简单转换】工具全新上线,支持无限文件批量转换,免费享大额空间福利! + 2. 订阅的网盘链接现已支持更新提醒,精彩内容早知道! +# ReleaseNotesUrl: +PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.yaml new file mode 100644 index 0000000000000..7f3f78bbac3ce --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 7.44.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.installer.yaml new file mode 100644 index 0000000000000..6154920a4b48b --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 7.44.5 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia +ReleaseDate: 2024-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://issuepcdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.44.5.2.exe + InstallerSha256: B39A7CF427F79BD57CB82FC2C5894D1B140E90997A41BBDA46C0357F4199FE73 + ProductCode: 百度云管家 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.locale.en-US.yaml new file mode 100644 index 0000000000000..7ead5fd35898f --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 7.44.5 +PackageLocale: en-US +Publisher: 北京度友科技有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://pan.baidu.com/disk/help +PrivacyUrl: http://privacy.baidu.com/policy +Author: Beijing Duyou Technology Co., Ltd. +PackageName: 百度网盘 +PackageUrl: https://pan.baidu.com/ +License: Proprietary +LicenseUrl: https://pan.baidu.com/disk/main#/protocol/duty_mobi +Copyright: Copyright © 2024 Baidu, Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: Personal cloud service product by Baidu +Description: Baidu Netdisk is a convenient and easy-to-use cloud storage product that is serving more than 700 million users, which has mass storage and several self-hosted data centers, supports backup, sharing, viewing and processing multiple types of files, and protects users' data security under two top international security certifications ISO27001 and ISO27018. It would be your best choice if you want to back up your data, free up your phone's space, share files with others or operate files online. +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..af75377f1f555 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 7.44.5 +PackageLocale: zh-CN +Publisher: 北京度友科技有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://pan.baidu.com/disk/help +PrivacyUrl: http://privacy.baidu.com/policy +Author: 北京度友科技有限公司 +PackageName: 百度网盘 +PackageUrl: https://pan.baidu.com/ +License: 专有软件 +LicenseUrl: https://pan.baidu.com/disk/main#/protocol/duty_mobi +Copyright: Copyright © 2024 Baidu, Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 百度公司出品的个人云服务产品 +Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 百度云 +- 百度云管家 +- 网盘 +ReleaseNotes: |- + 1. 网盘出品的【简单转换】工具全新上线,支持无限文件批量转换,免费享大额空间福利! + 2. 订阅的网盘链接现已支持更新提醒,精彩内容早知道! +# ReleaseNotesUrl: +PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.yaml new file mode 100644 index 0000000000000..6d6245eadcdb6 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 7.44.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.installer.yaml new file mode 100644 index 0000000000000..02970261006e1 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.10.14 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- bcd +- bdict +- bps +ReleaseDate: 2024-08-15 +Installers: +- Architecture: x86 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.10.14.exe + InstallerSha256: 7696C80A4C32038CF4E0BC23099FB722BDC035BF4F429701D2A5098E149980F5 + ProductCode: BaiduPinyin +- Architecture: x64 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.10.14.exe + InstallerSha256: 7696C80A4C32038CF4E0BC23099FB722BDC035BF4F429701D2A5098E149980F5 + ProductCode: BaiduPinyin +- Architecture: arm64 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.10.14.exe + InstallerSha256: 7696C80A4C32038CF4E0BC23099FB722BDC035BF4F429701D2A5098E149980F5 + ProductCode: BaiduPinyin +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.locale.en-US.yaml new file mode 100644 index 0000000000000..ba425d8875456 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.10.14 +PackageLocale: en-US +Publisher: 百度在线网络技术(北京)有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://help.baidu.com/question?prod_id=41 +PrivacyUrl: https://shurufa.baidu.com/privacy +Author: Baidu Online Network Technology (Beijing) Co., Ltd. +PackageName: 百度输入法 +PackageUrl: https://shurufa.baidu.com/ +License: Freeware +LicenseUrl: https://shurufa.baidu.com/license_agreement +Copyright: Copyright (C) 2024 Baidu Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology +Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. +# Moniker: +Tags: +- chinese +- handwriting +- ime +- input-method +- pinyin +- speech +- voice +# ReleaseNotes: +ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c80d305fadffa --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.10.14 +PackageLocale: zh-CN +Publisher: 百度在线网络技术(北京)有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://help.baidu.com/question?prod_id=41 +PrivacyUrl: https://shurufa.baidu.com/privacy +Author: 百度在线网络技术(北京)有限公司 +PackageName: 百度输入法 +PackageUrl: https://shurufa.baidu.com/ +License: 免费软件 +LicenseUrl: https://shurufa.baidu.com/license_agreement +Copyright: Copyright (C) 2024 Baidu Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 +Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 +# Moniker: +Tags: +- 中文 +- 手写 +- 拼音 +- 汉语 +- 语音 +- 输入法 +# ReleaseNotes: +ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.yaml new file mode 100644 index 0000000000000..13aacc46e717a --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.10.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.installer.yaml new file mode 100644 index 0000000000000..e9207fa790428 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.10.7 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- bcd +- bdict +- bps +ReleaseDate: 2024-07-23 +Installers: +- Architecture: x86 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.10.7.exe + InstallerSha256: B91B105121DA4A8B8DE515176489B35CDE5F2F5FB146A832DBB0231E48EC8427 + ProductCode: BaiduPinyin +- Architecture: x64 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.10.7.exe + InstallerSha256: B91B105121DA4A8B8DE515176489B35CDE5F2F5FB146A832DBB0231E48EC8427 + ProductCode: BaiduPinyin +- Architecture: arm64 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.10.7.exe + InstallerSha256: B91B105121DA4A8B8DE515176489B35CDE5F2F5FB146A832DBB0231E48EC8427 + ProductCode: BaiduPinyin +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.locale.en-US.yaml new file mode 100644 index 0000000000000..ec2e1444563b6 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.10.7 +PackageLocale: en-US +Publisher: 百度在线网络技术(北京)有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://help.baidu.com/question?prod_id=41 +PrivacyUrl: https://shurufa.baidu.com/privacy +Author: Baidu Online Network Technology (Beijing) Co., Ltd. +PackageName: 百度输入法 +PackageUrl: https://shurufa.baidu.com/ +License: Freeware +LicenseUrl: https://shurufa.baidu.com/license_agreement +Copyright: Copyright (C) 2024 Baidu Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology +Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. +# Moniker: +Tags: +- chinese +- handwriting +- ime +- input-method +- pinyin +- speech +- voice +# ReleaseNotes: +ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d3552df740271 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.10.7 +PackageLocale: zh-CN +Publisher: 百度在线网络技术(北京)有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://help.baidu.com/question?prod_id=41 +PrivacyUrl: https://shurufa.baidu.com/privacy +Author: 百度在线网络技术(北京)有限公司 +PackageName: 百度输入法 +PackageUrl: https://shurufa.baidu.com/ +License: 免费软件 +LicenseUrl: https://shurufa.baidu.com/license_agreement +Copyright: Copyright (C) 2024 Baidu Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 +Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 +# Moniker: +Tags: +- 中文 +- 手写 +- 拼音 +- 汉语 +- 语音 +- 输入法 +ReleaseNotes: 1. 基础输入体验优化 +ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.yaml new file mode 100644 index 0000000000000..ee9d1e0c2b362 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.10.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.installer.yaml new file mode 100644 index 0000000000000..e856789e95ad2 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.10.8 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- bcd +- bdict +- bps +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x86 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.10.8.exe + InstallerSha256: 63CC66A155C517FD70200CC50A47DAE5C962166196B58126D80DEFADC3BE89CB + ProductCode: BaiduPinyin +- Architecture: x64 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.10.8.exe + InstallerSha256: 63CC66A155C517FD70200CC50A47DAE5C962166196B58126D80DEFADC3BE89CB + ProductCode: BaiduPinyin +- Architecture: arm64 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.10.8.exe + InstallerSha256: 63CC66A155C517FD70200CC50A47DAE5C962166196B58126D80DEFADC3BE89CB + ProductCode: BaiduPinyin +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.locale.en-US.yaml new file mode 100644 index 0000000000000..7af4b0941d0cf --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.10.8 +PackageLocale: en-US +Publisher: 百度在线网络技术(北京)有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://help.baidu.com/question?prod_id=41 +PrivacyUrl: https://shurufa.baidu.com/privacy +Author: Baidu Online Network Technology (Beijing) Co., Ltd. +PackageName: 百度输入法 +PackageUrl: https://shurufa.baidu.com/ +License: Freeware +LicenseUrl: https://shurufa.baidu.com/license_agreement +Copyright: Copyright (C) 2024 Baidu Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology +Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. +# Moniker: +Tags: +- chinese +- handwriting +- ime +- input-method +- pinyin +- speech +- voice +# ReleaseNotes: +ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..108d7ebe4d64c --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.10.8 +PackageLocale: zh-CN +Publisher: 百度在线网络技术(北京)有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://help.baidu.com/question?prod_id=41 +PrivacyUrl: https://shurufa.baidu.com/privacy +Author: 百度在线网络技术(北京)有限公司 +PackageName: 百度输入法 +PackageUrl: https://shurufa.baidu.com/ +License: 免费软件 +LicenseUrl: https://shurufa.baidu.com/license_agreement +Copyright: Copyright (C) 2024 Baidu Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 +Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 +# Moniker: +Tags: +- 中文 +- 手写 +- 拼音 +- 汉语 +- 语音 +- 输入法 +ReleaseNotes: 1. 基础输入体验优化 +ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.yaml new file mode 100644 index 0000000000000..5e6b4623d5aaf --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.10.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.installer.yaml new file mode 100644 index 0000000000000..c5df9cecc2d90 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.11.11 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- bcd +- bdict +- bps +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x86 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.11.11.exe + InstallerSha256: 0F9F4E891761998E4C14FEF96C57FBBC44063A069B732B42909EF94FE47F1A49 + ProductCode: BaiduPinyin +- Architecture: x64 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.11.11.exe + InstallerSha256: 0F9F4E891761998E4C14FEF96C57FBBC44063A069B732B42909EF94FE47F1A49 + ProductCode: BaiduPinyin +- Architecture: arm64 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.11.11.exe + InstallerSha256: 0F9F4E891761998E4C14FEF96C57FBBC44063A069B732B42909EF94FE47F1A49 + ProductCode: BaiduPinyin +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.locale.en-US.yaml new file mode 100644 index 0000000000000..c98ab84751271 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.11.11 +PackageLocale: en-US +Publisher: 百度在线网络技术(北京)有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://help.baidu.com/question?prod_id=41 +PrivacyUrl: https://shurufa.baidu.com/privacy +Author: Baidu Online Network Technology (Beijing) Co., Ltd. +PackageName: 百度输入法 +PackageUrl: https://shurufa.baidu.com/ +License: Freeware +LicenseUrl: https://shurufa.baidu.com/license_agreement +Copyright: Copyright (C) 2024 Baidu Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology +Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. +# Moniker: +Tags: +- chinese +- handwriting +- ime +- input-method +- pinyin +- speech +- voice +# ReleaseNotes: +ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..878087517e187 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.11.11 +PackageLocale: zh-CN +Publisher: 百度在线网络技术(北京)有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://help.baidu.com/question?prod_id=41 +PrivacyUrl: https://shurufa.baidu.com/privacy +Author: 百度在线网络技术(北京)有限公司 +PackageName: 百度输入法 +PackageUrl: https://shurufa.baidu.com/ +License: 免费软件 +LicenseUrl: https://shurufa.baidu.com/license_agreement +Copyright: Copyright (C) 2024 Baidu Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 +Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 +# Moniker: +Tags: +- 中文 +- 手写 +- 拼音 +- 汉语 +- 语音 +- 输入法 +ReleaseNotes: 1. 基础输入体验优化 2.修复已知问题 +ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.yaml new file mode 100644 index 0000000000000..e9fb9acc91f9d --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.11.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.installer.yaml new file mode 100644 index 0000000000000..728d9b901e230 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.12.0 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- bcd +- bdict +- bps +ReleaseDate: 2024-09-06 +Installers: +- Architecture: x86 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.12.0.exe + InstallerSha256: D57BB790295A3D96BDAC2621DD8B81DE19880A4BC2CA464142B40BB7F54A6137 + ProductCode: BaiduPinyin +- Architecture: x64 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.12.0.exe + InstallerSha256: D57BB790295A3D96BDAC2621DD8B81DE19880A4BC2CA464142B40BB7F54A6137 + ProductCode: BaiduPinyin +- Architecture: arm64 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.12.0.exe + InstallerSha256: D57BB790295A3D96BDAC2621DD8B81DE19880A4BC2CA464142B40BB7F54A6137 + ProductCode: BaiduPinyin +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.locale.en-US.yaml new file mode 100644 index 0000000000000..9948f530806be --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.12.0 +PackageLocale: en-US +Publisher: 百度在线网络技术(北京)有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://help.baidu.com/question?prod_id=41 +PrivacyUrl: https://shurufa.baidu.com/privacy +Author: Baidu Online Network Technology (Beijing) Co., Ltd. +PackageName: 百度输入法 +PackageUrl: https://shurufa.baidu.com/ +License: Freeware +LicenseUrl: https://shurufa.baidu.com/license_agreement +Copyright: Copyright (C) 2024 Baidu Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology +Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. +# Moniker: +Tags: +- chinese +- handwriting +- ime +- input-method +- pinyin +- speech +- voice +# ReleaseNotes: +ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a2a5e70b30612 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.12.0 +PackageLocale: zh-CN +Publisher: 百度在线网络技术(北京)有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://help.baidu.com/question?prod_id=41 +PrivacyUrl: https://shurufa.baidu.com/privacy +Author: 百度在线网络技术(北京)有限公司 +PackageName: 百度输入法 +PackageUrl: https://shurufa.baidu.com/ +License: 免费软件 +LicenseUrl: https://shurufa.baidu.com/license_agreement +Copyright: Copyright (C) 2024 Baidu Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 +Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 +# Moniker: +Tags: +- 中文 +- 手写 +- 拼音 +- 汉语 +- 语音 +- 输入法 +ReleaseNotes: 1. 修复已知问题 +ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.yaml new file mode 100644 index 0000000000000..99ded45a7e908 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduTranslate/1.8.0/Baidu.BaiduTranslate.installer.yaml b/manifests/b/Baidu/BaiduTranslate/1.8.0/Baidu.BaiduTranslate.installer.yaml new file mode 100644 index 0000000000000..acd6b7ae0b12b --- /dev/null +++ b/manifests/b/Baidu/BaiduTranslate/1.8.0/Baidu.BaiduTranslate.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduTranslate +PackageVersion: 1.8.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-23 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://fanyiapp.cdn.bcebos.com/fanyi-client/pkg/win/1.8.0/百度翻译_Setup_1.8.0.exe + InstallerSha256: 8945FC7C6BAC6D69D7208C21AFED377AD46C4051F284B6B9FE10DB8D268A6970 + InstallerSwitches: + Custom: /currentuser + ProductCode: b34156d3-fe5f-5fd2-a095-3f35d6dfc923 +- Architecture: x86 + Scope: machine + InstallerUrl: https://fanyiapp.cdn.bcebos.com/fanyi-client/pkg/win/1.8.0/百度翻译_Setup_1.8.0.exe + InstallerSha256: 8945FC7C6BAC6D69D7208C21AFED377AD46C4051F284B6B9FE10DB8D268A6970 + InstallerSwitches: + Custom: /allusers + ProductCode: b34156d3-fe5f-5fd2-a095-3f35d6dfc923 + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://fanyiapp.cdn.bcebos.com/fanyi-client/pkg/win/1.8.0/百度翻译_Setup_1.8.0.exe + InstallerSha256: 8945FC7C6BAC6D69D7208C21AFED377AD46C4051F284B6B9FE10DB8D268A6970 + InstallerSwitches: + Custom: /currentuser + ProductCode: b34156d3-fe5f-5fd2-a095-3f35d6dfc923 +- Architecture: x64 + Scope: machine + InstallerUrl: https://fanyiapp.cdn.bcebos.com/fanyi-client/pkg/win/1.8.0/百度翻译_Setup_1.8.0.exe + InstallerSha256: 8945FC7C6BAC6D69D7208C21AFED377AD46C4051F284B6B9FE10DB8D268A6970 + InstallerSwitches: + Custom: /allusers + ProductCode: b34156d3-fe5f-5fd2-a095-3f35d6dfc923 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduTranslate/1.8.0/Baidu.BaiduTranslate.locale.en-US.yaml b/manifests/b/Baidu/BaiduTranslate/1.8.0/Baidu.BaiduTranslate.locale.en-US.yaml new file mode 100644 index 0000000000000..4c28f97f7db27 --- /dev/null +++ b/manifests/b/Baidu/BaiduTranslate/1.8.0/Baidu.BaiduTranslate.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduTranslate +PackageVersion: 1.8.0 +PackageLocale: en-US +Publisher: Baidu Translate +PublisherUrl: https://fanyi.baidu.com +PublisherSupportUrl: https://tongchuan.baidu.com/static/si-desktop/page/#/feedback3 +PrivacyUrl: https://privacy.baidu.com/policy +Author: Baidu Translate +PackageName: 百度翻译 +PackageUrl: https://fanyi.baidu.com/appdownload/download.html?tab=desktop +License: Proprietary +LicenseUrl: https://fanyi.baidu.com/static/webpage/agreement.html +Copyright: Copyright © 2024 Baidu. All rights reserved +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: A fast and lightweight multilingual translation tool +# Description: +# Moniker: +Tags: +- chinese +- dictionary +- english +- translate +- translation +- translator +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduTranslate/1.8.0/Baidu.BaiduTranslate.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduTranslate/1.8.0/Baidu.BaiduTranslate.locale.zh-CN.yaml new file mode 100644 index 0000000000000..081ed086c5962 --- /dev/null +++ b/manifests/b/Baidu/BaiduTranslate/1.8.0/Baidu.BaiduTranslate.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduTranslate +PackageVersion: 1.8.0 +PackageLocale: zh-CN +Publisher: Baidu Translate +PublisherUrl: https://fanyi.baidu.com +PublisherSupportUrl: https://tongchuan.baidu.com/static/si-desktop/page/#/feedback3 +PrivacyUrl: https://privacy.baidu.com/policy +Author: 百度翻译 +PackageName: 百度翻译 +PackageUrl: https://fanyi.baidu.com/appdownload/download.html?tab=desktop +License: 专有软件 +LicenseUrl: https://fanyi.baidu.com/static/webpage/agreement.html +Copyright: Copyright © 2024 Baidu. All rights reserved +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 轻·快的多语种翻译工具 +# Description: +# Moniker: +Tags: +- 中文 +- 汉语 +- 翻译 +- 英文 +- 英语 +- 词典 +ReleaseNotes: |- + - 1. 优化 AI 翻译功能入口 + - 2. 新增人工翻译 + - 3. 新增菜单:包括设置/下载 APP/企业版 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduTranslate/1.8.0/Baidu.BaiduTranslate.yaml b/manifests/b/Baidu/BaiduTranslate/1.8.0/Baidu.BaiduTranslate.yaml new file mode 100644 index 0000000000000..c05754cf63028 --- /dev/null +++ b/manifests/b/Baidu/BaiduTranslate/1.8.0/Baidu.BaiduTranslate.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduTranslate +PackageVersion: 1.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduWenku/2.0.4/Baidu.BaiduWenku.installer.yaml b/manifests/b/Baidu/BaiduWenku/2.0.4/Baidu.BaiduWenku.installer.yaml new file mode 100644 index 0000000000000..022a3cbff1503 --- /dev/null +++ b/manifests/b/Baidu/BaiduWenku/2.0.4/Baidu.BaiduWenku.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduWenku +PackageVersion: 2.0.4 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- wkpcclient +ReleaseDate: 2024-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://edu-wenku.bdimg.com/v1/pcclient/upgrade/百度文库%20Setup%202.0.4.exe + InstallerSha256: BE2CF7D61CFCA7DE703EDDEA4A39464E0701EF316C0E61B8BC032EFDABC18F1E + ProductCode: 1411c837-20da-5928-99ea-f9d9a1050f67 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduWenku/2.0.4/Baidu.BaiduWenku.locale.en-US.yaml b/manifests/b/Baidu/BaiduWenku/2.0.4/Baidu.BaiduWenku.locale.en-US.yaml new file mode 100644 index 0000000000000..55c8b18e0f5d9 --- /dev/null +++ b/manifests/b/Baidu/BaiduWenku/2.0.4/Baidu.BaiduWenku.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduWenku +PackageVersion: 2.0.4 +PackageLocale: en-US +Publisher: Baidu.com, Inc. +PublisherUrl: https://wenku.baidu.com/ +PublisherSupportUrl: https://wenku.baidu.com/portal/browse/help +PrivacyUrl: https://wenku.baidu.com/portal/browse/help#help/28 +# Author: +PackageName: 百度文库 +PackageUrl: https://wenku.baidu.com/pcactivity/landingPage +License: Proprietary +LicenseUrl: https://wenku.baidu.com/portal/browse/help#help/24 +Copyright: Copyright © 2024 Baidu.com, Inc. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: Make knowledge management easy to help you work and study efficiently +# Description: +# Moniker: +Tags: +- docs +- document +- knowledge +- resource +- template +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://wenku.baidu.com/ndbusiness/browse/wenkuvipcashier +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduWenku/2.0.4/Baidu.BaiduWenku.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduWenku/2.0.4/Baidu.BaiduWenku.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b789d13f198dc --- /dev/null +++ b/manifests/b/Baidu/BaiduWenku/2.0.4/Baidu.BaiduWenku.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduWenku +PackageVersion: 2.0.4 +PackageLocale: zh-CN +Publisher: Baidu.com, Inc. +PublisherUrl: https://wenku.baidu.com/ +PublisherSupportUrl: https://wenku.baidu.com/portal/browse/help +PrivacyUrl: https://wenku.baidu.com/portal/browse/help#help/28 +# Author: +PackageName: 百度文库 +PackageUrl: https://wenku.baidu.com/pcactivity/landingPage +License: 专有软件 +LicenseUrl: https://wenku.baidu.com/portal/browse/help#help/24 +Copyright: Copyright © 2024 Baidu.com, Inc. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 轻松管理知识,助你高效工作、学习 +# Description: +# Moniker: +Tags: +- 文档 +- 文稿 +- 模板 +- 知识 +- 资料 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://wenku.baidu.com/ndbusiness/browse/wenkuvipcashier +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/BaiduWenku/2.0.4/Baidu.BaiduWenku.yaml b/manifests/b/Baidu/BaiduWenku/2.0.4/Baidu.BaiduWenku.yaml new file mode 100644 index 0000000000000..ecce35966dd09 --- /dev/null +++ b/manifests/b/Baidu/BaiduWenku/2.0.4/Baidu.BaiduWenku.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Baidu.BaiduWenku +PackageVersion: 2.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/TeraBox/1.32.0/Baidu.TeraBox.installer.yaml b/manifests/b/Baidu/TeraBox/1.32.0/Baidu.TeraBox.installer.yaml new file mode 100644 index 0000000000000..437a334d7aa23 --- /dev/null +++ b/manifests/b/Baidu/TeraBox/1.32.0/Baidu.TeraBox.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Baidu.TeraBox +PackageVersion: 1.32.0 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- terabox +ReleaseDate: 2024-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://data.nephobox.com/issue/terabox/PCTeraBox/Terabox_1.32.0.1.exe + InstallerSha256: 9ED5767DB68FB669B3F18A0565CAE471EE3800B94A187C4512E5A6691797C511 + ProductCode: TeraBox +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/TeraBox/1.32.0/Baidu.TeraBox.locale.en-US.yaml b/manifests/b/Baidu/TeraBox/1.32.0/Baidu.TeraBox.locale.en-US.yaml new file mode 100644 index 0000000000000..9ec65ee1e1337 --- /dev/null +++ b/manifests/b/Baidu/TeraBox/1.32.0/Baidu.TeraBox.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Baidu.TeraBox +PackageVersion: 1.32.0 +PackageLocale: en-US +Publisher: Flextech Inc. +PublisherUrl: https://www.terabox.com/ +PublisherSupportUrl: https://www.terabox.com/help-center +PrivacyUrl: https://www.terabox.com/fe-opera-static/box-static/disk-system/html/wap_privacy.html +Author: Flextech Inc. +PackageName: TeraBox +PackageUrl: https://www.terabox.com/terabox-cloud-storage-for-pc-free-download +License: Proprietary +LicenseUrl: https://www.terabox.com/box-static/disk-system/html/wap_duty.html +Copyright: Copyright © 2024 Flextech Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Free Cloud Storage Up To 1TB +Description: TeraBox is a FREE cloud storage tool for documents backup, files sharing and video storage. Get 1TB (1024 GB) of secure cloud storage, transfer files across your all devices, share it with family and friends. +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +ReleaseNotes: |- + PC version is now live! New document preview feature for efficient document viewing. + 1. Instant Preview: View documents online without downloading. + 2. Efficient & Convenient: Boost work efficiency, view files anytime, anywhere. + 3. Format Support: Supports common formats like PDF, doc, PPT, txt, etc. +# ReleaseNotesUrl: +PurchaseUrl: https://www.terabox.com/cloud-storage-pricing-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/TeraBox/1.32.0/Baidu.TeraBox.locale.zh-CN.yaml b/manifests/b/Baidu/TeraBox/1.32.0/Baidu.TeraBox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a4bb7c9d02d0a --- /dev/null +++ b/manifests/b/Baidu/TeraBox/1.32.0/Baidu.TeraBox.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Baidu.TeraBox +PackageVersion: 1.32.0 +PackageLocale: zh-CN +Publisher: Flextech Inc. +PublisherUrl: https://www.terabox.com/ +PublisherSupportUrl: https://www.terabox.com/help-center +PrivacyUrl: https://www.terabox.com/fe-opera-static/box-static/disk-system/html/wap_privacy.html +Author: Flextech Inc. +PackageName: TeraBox +PackageUrl: https://www.terabox.com/terabox-cloud-storage-for-pc-free-download +License: 专有软件 +LicenseUrl: https://www.terabox.com/box-static/disk-system/html/wap_duty.html +Copyright: Copyright © 2024 Flextech Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 高达 1TB 的免费云存储 +Description: TeraBox 是一个免费的云存储工具,用于文件备份、文件共享和视频存储。获得 1TB(1024GB)安全云存储空间,在您的所有设备间传输文件,并与家人和朋友共享。 +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.terabox.com/cloud-storage-pricing-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baidu/TeraBox/1.32.0/Baidu.TeraBox.yaml b/manifests/b/Baidu/TeraBox/1.32.0/Baidu.TeraBox.yaml new file mode 100644 index 0000000000000..7374479b80189 --- /dev/null +++ b/manifests/b/Baidu/TeraBox/1.32.0/Baidu.TeraBox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Baidu.TeraBox +PackageVersion: 1.32.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BaileyBrown/cppcryptfs/1.4.4.2/BaileyBrown.cppcryptfs.installer.yaml b/manifests/b/BaileyBrown/cppcryptfs/1.4.4.2/BaileyBrown.cppcryptfs.installer.yaml new file mode 100644 index 0000000000000..754809cc4bdbb --- /dev/null +++ b/manifests/b/BaileyBrown/cppcryptfs/1.4.4.2/BaileyBrown.cppcryptfs.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.5.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: BaileyBrown.cppcryptfs +PackageVersion: 1.4.4.2 +InstallerType: portable +Installers: +- InstallerUrl: https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.2/cppcryptfs.exe + Architecture: x64 + InstallerSha256: 2030224F3ABD45A76C4B325F67C7750E8510EF02A968C1C2F90645A2681FCADC +- InstallerUrl: https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.2/cppcryptfs32.exe + Architecture: x86 + InstallerSha256: 9D6C373EFE511B51B0EF244525C5ADD6782469E936B43DE142D296BD4D5F862D +Dependencies: + PackageDependencies: + - PackageIdentifier: dokan-dev.Dokany + MinimumVersion: 2.0.0.2000 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/BaileyBrown/cppcryptfs/1.4.4.2/BaileyBrown.cppcryptfs.locale.en-US.yaml b/manifests/b/BaileyBrown/cppcryptfs/1.4.4.2/BaileyBrown.cppcryptfs.locale.en-US.yaml new file mode 100644 index 0000000000000..93a8337402967 --- /dev/null +++ b/manifests/b/BaileyBrown/cppcryptfs/1.4.4.2/BaileyBrown.cppcryptfs.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.5.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: BaileyBrown.cppcryptfs +PackageVersion: 1.4.4.2 +PackageLocale: en-US +Publisher: Bailey Brown +PackageName: cppcryptfs +License: MIT +Copyright: (AlphaTest) Copyright (C) 2016-2023 Bailey Brown. All rights reserved. +ShortDescription: cppcryptfs is an implementation of the gocryptfs encrypted overlay filesystem in C++ for Windows. +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/b/BaileyBrown/cppcryptfs/1.4.4.2/BaileyBrown.cppcryptfs.yaml b/manifests/b/BaileyBrown/cppcryptfs/1.4.4.2/BaileyBrown.cppcryptfs.yaml new file mode 100644 index 0000000000000..8896ebb54da03 --- /dev/null +++ b/manifests/b/BaileyBrown/cppcryptfs/1.4.4.2/BaileyBrown.cppcryptfs.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.5.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: BaileyBrown.cppcryptfs +PackageVersion: 1.4.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.1.2.740/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/2.1.2.740/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..31e24353dd0d3 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.1.2.740/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.1.2.740 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_2_1_2_740.EXE + InstallerSha256: B8EAA407A494F0D5D94F1E235E06DCAE8E3EDCEEAC1CB31E4CB76DA463701924 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.1.2.740/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/2.1.2.740/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..10b32664ffd27 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.1.2.740/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.1.2.740 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.1.2.740/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/2.1.2.740/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..d082a71aebe3d --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.1.2.740/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.1.2.740 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.2.5.815/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/2.2.5.815/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..c6d1451d346b0 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.2.5.815/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.2.5.815 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_2_2_5_815.EXE + InstallerSha256: 623C55E4289F40C25508522EAA758ED78718ADFE7EE689166B3268EE2872E9D1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.2.5.815/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/2.2.5.815/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..fd0c7335026e8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.2.5.815/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.2.5.815 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.2.5.815/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/2.2.5.815/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..06402fe45c42f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.2.5.815/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.2.5.815 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.3.0.834/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/2.3.0.834/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..b66a3b1aad34e --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.3.0.834/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.3.0.834 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_2_3_0_834.EXE + InstallerSha256: 2665CE1DE20DC29634AF8B4F8346F04A018A52990789719C925918D3073BAA09 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.3.0.834/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/2.3.0.834/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..da87ab3e238b9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.3.0.834/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.3.0.834 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.3.0.834/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/2.3.0.834/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..64eb69daf867f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.3.0.834/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.3.0.834 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.3.1.840/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/2.3.1.840/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..d219ef1bf65ec --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.3.1.840/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.3.1.840 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_2_3_1_840.EXE + InstallerSha256: 0657EB68DCDBE849EA67F5A8102FE08105960A52311ABBAB9E53F09E13CA4D09 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.3.1.840/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/2.3.1.840/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..e9234cdaacd94 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.3.1.840/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.3.1.840 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.3.1.840/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/2.3.1.840/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..d77b18fc1f281 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.3.1.840/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.3.1.840 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.3.3.860/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/2.3.3.860/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..07b0320daee0f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.3.3.860/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.3.3.860 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_2_3_3_860.EXE + InstallerSha256: 1380A29BEBAD0C59837BCD633961E9D2DC72B95F55804D60C265631C8F4BE629 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.3.3.860/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/2.3.3.860/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..3bc8e39b76455 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.3.3.860/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.3.3.860 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.3.3.860/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/2.3.3.860/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..ac1e70aa9c2d4 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.3.3.860/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.3.3.860 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.4.1.903/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/2.4.1.903/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..231916800e54f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.4.1.903/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.4.1.903 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_2_4_1_903.EXE + InstallerSha256: CBD3B8D336C5F57A08294453D63534585A1063B4DEC1355DBAD92930B2065962 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.4.1.903/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/2.4.1.903/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..ae4325b40b09f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.4.1.903/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.4.1.903 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.4.1.903/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/2.4.1.903/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..49a130dcc0f6f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.4.1.903/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.4.1.903 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.4.2.905/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/2.4.2.905/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..156828b9110e9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.4.2.905/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.4.2.905 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_2_4_2_905.EXE + InstallerSha256: 910639FD2EC89951B63E7B5780303B6310D96FF71DAF090C2DB69384EF984E11 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.4.2.905/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/2.4.2.905/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..0ae4e7a86ad73 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.4.2.905/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.4.2.905 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/2.4.2.905/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/2.4.2.905/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..5a45f777cd6bf --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/2.4.2.905/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 2.4.2.905 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.0.997/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.0.997/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..189394d750a84 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.0.997/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.0.997 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_0_0_997.EXE + InstallerSha256: 16FD117D7A0CD41C1953A59C756877521615F055F4B540ACC0F118576C5F7264 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.0.997/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.0.997/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..33fda253ea59a --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.0.997/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.0.997 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.0.997/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.0.997/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..38993bd767ab9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.0.997/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.0.997 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.1.1003/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.1.1003/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..72a68487e87b2 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.1.1003/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.1.1003 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_0_1_1003.EXE + InstallerSha256: 21DFAFC11D0C63BA11995BF206B9DE297BC835DDE6A13EBFF445B0C762EB749F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.1.1003/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.1.1003/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..e6d32ee35338a --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.1.1003/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.1.1003 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.1.1003/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.1.1003/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..d8fde3e723a3f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.1.1003/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.1.1003 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.2.1014/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.2.1014/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..579f9578dba2c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.2.1014/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.2.1014 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_0_2_1014.EXE + InstallerSha256: 18A7BB6B3E4D78DEF8A2FAF793E8446937AAE9E4A747CE34E3B1E40EB5197181 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.2.1014/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.2.1014/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..09f121dbbce79 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.2.1014/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.2.1014 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.2.1014/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.2.1014/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..dfe8fd06757b5 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.2.1014/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.2.1014 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.3.1025/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.3.1025/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..4629539939832 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.3.1025/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.3.1025 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_0_3_1025.EXE + InstallerSha256: BBB2D53E25F9668B6E838C92CC2887A5E5FA48DDEF6CD425253198D2A2CC7F12 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.3.1025/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.3.1025/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..d80bbd0139021 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.3.1025/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.3.1025 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.3.1025/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.3.1025/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..3f8b394865702 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.3.1025/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.3.1025 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.4.1036/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.4.1036/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..829e9ad154c4a --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.4.1036/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.4.1036 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_0_4_1036.EXE + InstallerSha256: 68D55C786C3BDDD62EB951F53C4C422D225EEE0B9F5CD8F7A6D1E9C27A61920B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.4.1036/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.4.1036/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..89e2f3891754d --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.4.1036/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.4.1036 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.0.4.1036/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.0.4.1036/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..48cdb714586be --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.0.4.1036/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.0.4.1036 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.1.0.1064/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.1.0.1064/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..139d21ca1ef2b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.1.0.1064/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.1.0.1064 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_1_0_1064.EXE + InstallerSha256: B3D2D998990285773CE7AD354FE3ADC4C0D0B2334E143D72A2A7E2487E798226 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.1.0.1064/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.1.0.1064/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..00b9288f0b730 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.1.0.1064/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.1.0.1064 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.1.0.1064/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.1.0.1064/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..010b8078cbb4b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.1.0.1064/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.1.0.1064 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.1.1.1073/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.1.1.1073/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..9797ece279a5c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.1.1.1073/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.1.1.1073 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_1_1_1073.EXE + InstallerSha256: 4A5C63DF47A845882EC63218DF3F8C49E552E3778CFC77140D872C687DF447C0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.1.1.1073/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.1.1.1073/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..155da089ade1c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.1.1.1073/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.1.1.1073 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.1.1.1073/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.1.1.1073/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..b2eece534ae49 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.1.1.1073/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.1.1.1073 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.0.1102/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.0.1102/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..c27a88a0aa311 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.0.1102/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.0.1102 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_2_0_1102.EXE + InstallerSha256: E55A85A00C586A66D4EE82D9967BD2C026F385CA2AEDE55C778629E4F12DA10B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.0.1102/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.0.1102/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..44f7fd7edc29f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.0.1102/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.0.1102 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.0.1102/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.0.1102/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..caae1131ae9f8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.0.1102/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.0.1102 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.1.1107/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.1.1107/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..6ca99a16f0116 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.1.1107/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.1.1107 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_2_1_1107.EXE + InstallerSha256: 8DA424EE3D222378754CBB594435545A84768E3AE97459B21D99C7977F66C087 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.1.1107/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.1.1107/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..cb1e87e1adee4 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.1.1107/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.1.1107 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.1.1107/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.1.1107/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..4d0549237237a --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.1.1107/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.1.1107 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.2.1111/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.2.1111/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..f26c54facaac8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.2.1111/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.2.1111 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_2_2_1111.EXE + InstallerSha256: 9BC315F01332A255770209709CE71C36F082DEE8B45D2DE809BDDDB3047B6CCF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.2.1111/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.2.1111/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..5a99799a0cb34 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.2.1111/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.2.1111 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.2.1111/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.2.1111/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..de603cc59be6c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.2.1111/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.2.1111 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.3.1114/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.3.1114/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..38f670d1a2bb0 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.3.1114/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.3.1114 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_2_3_1114.EXE + InstallerSha256: BB55DAACC2D965874865CC884CAB928EDDDBF9F27FC4F54F4F933EA48A0C2C5F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.3.1114/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.3.1114/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..efd31239474fb --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.3.1114/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.3.1114 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.3.1114/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.3.1114/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..1e7f678576be9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.3.1114/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.3.1114 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.4.1118/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.4.1118/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..1d24a5c57e64b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.4.1118/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.4.1118 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_2_4_1118.EXE + InstallerSha256: 5C1846509762E5F0123AC6611C4EECE85DDCFF6CA13B3082D47F4545B0A9D8CE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.4.1118/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.4.1118/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..560e24d0485a9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.4.1118/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.4.1118 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.4.1118/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.4.1118/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..ecf87c99473ff --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.4.1118/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.4.1118 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.5.1125/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.5.1125/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..6fd465121a803 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.5.1125/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.5.1125 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_2_5_1125.EXE + InstallerSha256: D988E098E7E98220BAB4DB9F249B9D410EB7645D885A5B6B8BACEFECDFA05C58 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.5.1125/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.5.1125/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..bb3eff1e39afb --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.5.1125/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.5.1125 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.2.5.1125/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.2.5.1125/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..7e4306accb70e --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.2.5.1125/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.2.5.1125 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.3.0.1175/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.3.0.1175/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..4075b9dccbdd4 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.3.0.1175/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.3.0.1175 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_3_0_1175.EXE + InstallerSha256: 87873F0363F308513C36B6374696C570C98E11BB5FAB46A37D4A254F5DC0C3EA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.3.0.1175/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.3.0.1175/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..04167d89a9a70 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.3.0.1175/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.3.0.1175 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.3.0.1175/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.3.0.1175/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..1bdd3f97aa267 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.3.0.1175/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.3.0.1175 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.3.1.1192/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.3.1.1192/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..1ca12b7de8e9f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.3.1.1192/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.3.1.1192 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_3_1_1192.EXE + InstallerSha256: 46391A6B1DCA7489E6E3CF16F37DAEA4F8C8D91C9C29D2D7E0915CFF812B3880 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.3.1.1192/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.3.1.1192/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..f936d08a04b65 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.3.1.1192/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.3.1.1192 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.3.1.1192/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.3.1.1192/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..8f5afabaf628c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.3.1.1192/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.3.1.1192 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.3.2.1195/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.3.2.1195/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..a6fbe93cf4413 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.3.2.1195/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.3.2.1195 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_3_2_1195.EXE + InstallerSha256: 598FE82C95DD48BB66EE73DFA06F24F7F089575628856C841702515D8B3776C2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.3.2.1195/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.3.2.1195/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..4b123c596002e --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.3.2.1195/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.3.2.1195 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.3.2.1195/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.3.2.1195/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..28431e1c9528a --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.3.2.1195/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.3.2.1195 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.3.3.1209/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.3.3.1209/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..69edcb23e5622 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.3.3.1209/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.3.3.1209 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_3_3_1209.EXE + InstallerSha256: DF72222362FEC47C0724950BD5F768CF8042766CF9A28594314007999C4BF1D3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.3.3.1209/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.3.3.1209/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..ff9ddd2c085ee --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.3.3.1209/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.3.3.1209 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.3.3.1209/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.3.3.1209/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..69c4591195424 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.3.3.1209/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.3.3.1209 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.0.1227/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.0.1227/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..ae97d8e88a51f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.0.1227/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.0.1227 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_4_0_1227.EXE + InstallerSha256: F7499D26A60D67179579B4AC18045CFAD6440132B563DBBD870756A918802D94 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.0.1227/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.0.1227/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..aa2192ad6d3d8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.0.1227/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.0.1227 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.0.1227/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.0.1227/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..b6433b89ae2db --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.0.1227/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.0.1227 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.1.1256/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.1.1256/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..06eeac216741e --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.1.1256/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.1.1256 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_4_1_1256.EXE + InstallerSha256: CA0FDD0AAECF92AAC43B876BE7B86CFFCE6791845B244053C45A04263B68F89F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.1.1256/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.1.1256/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..ae3eb29319243 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.1.1256/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.1.1256 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.1.1256/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.1.1256/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..d3d27bb0db31c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.1.1256/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.1.1256 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.2.1258/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.2.1258/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..4473aca198d1c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.2.1258/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.2.1258 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_4_2_1258.EXE + InstallerSha256: D0A1E9A66F5AD59B31E65797224C393CD9A6A165A278644C52D14660EBEB9191 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.2.1258/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.2.1258/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..853c6933afe68 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.2.1258/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.2.1258 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.2.1258/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.2.1258/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..10b07a8376a79 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.2.1258/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.2.1258 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.3.1263/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.3.1263/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..75918038c2563 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.3.1263/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.3.1263 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_4_3_1263.EXE + InstallerSha256: 01649EFA25D881F87C53CEB5732CF0A3CF59B482A00246F6250EC5F1BEBEBEE7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.3.1263/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.3.1263/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..d4885f1559eb9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.3.1263/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.3.1263 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.3.1263/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.3.1263/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..f0228e52bc566 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.3.1263/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.3.1263 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.4.1264/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.4.1264/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..27ceea1f02d56 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.4.1264/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.4.1264 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_3_4_4_1264.EXE + InstallerSha256: 0CAE0DBDCFAB35F50C92B6D2FE94FC1EE979451A4FAD82725650528AD901AA57 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.4.1264/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.4.1264/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..37f6c7253314e --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.4.1264/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.4.1264 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/3.4.4.1264/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/3.4.4.1264/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..20b1a8a34e6fe --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/3.4.4.1264/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 3.4.4.1264 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.0.0.1331/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.0.0.1331/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..302bc111a0bb4 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.0.0.1331/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.0.0.1331 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_0_0_1331.EXE + InstallerSha256: 9420AE75B255230CA38A1A8DFC721AE3721BC4D53BFFF6ABD57B8A06E0D9C831 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.0.0.1331/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.0.0.1331/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..d5bcadff133d6 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.0.0.1331/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.0.0.1331 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.0.0.1331/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.0.0.1331/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..2ef13a5798839 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.0.0.1331/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.0.0.1331 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.0.1.1339/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.0.1.1339/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..3672c3b92dd37 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.0.1.1339/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.0.1.1339 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_0_1_1339.EXE + InstallerSha256: 3669212B9257CC8B11F586C1EA1854D2D7AF544007DD53584923D3D87196895A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.0.1.1339/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.0.1.1339/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..ae5685d8970b1 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.0.1.1339/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.0.1.1339 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.0.1.1339/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.0.1.1339/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..b4ce89cdd1a10 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.0.1.1339/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.0.1.1339 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.0.2.1352/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.0.2.1352/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..0f350ccb545bb --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.0.2.1352/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.0.2.1352 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_0_2_1352.EXE + InstallerSha256: 9E4725A5B7B025EAB5504145F8064C0579D1F501F62D7B2950C42FC979D07A95 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.0.2.1352/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.0.2.1352/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..01b44591caa43 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.0.2.1352/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.0.2.1352 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.0.2.1352/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.0.2.1352/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..752e704a70998 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.0.2.1352/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.0.2.1352 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.0.1362/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.0.1362/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..c2e8f50fccf1d --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.0.1362/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.0.1362 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_1_0_1362.EXE + InstallerSha256: 60082F15D1B4146E8CC53B1E447987EB1BFF057C3C3D9B4C00A3CD882474C266 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.0.1362/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.0.1362/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..0d4ab5ba19115 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.0.1362/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.0.1362 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.0.1362/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.0.1362/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..63c0236957188 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.0.1362/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.0.1362 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.2.1385/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.2.1385/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..f4cd818198af1 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.2.1385/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.2.1385 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_1_2_1385.EXE + InstallerSha256: B7A72C3F23C3E265CAA74C60ACBEF350B268745C1E451A27E915011C720155F8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.2.1385/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.2.1385/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..d5f4ec1e2d3b2 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.2.1385/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.2.1385 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.2.1385/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.2.1385/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..b4c335f635820 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.2.1385/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.2.1385 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.3.1400/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.3.1400/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..55c404d630998 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.3.1400/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.3.1400 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_1_3_1400.EXE + InstallerSha256: CD21F3CEE7948861AC9471D6E5D7E2043BFF32818857B000BD15ED1B6DDD5F00 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.3.1400/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.3.1400/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..f23674e43cb4b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.3.1400/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.3.1400 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.3.1400/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.3.1400/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..d624c35e2df58 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.3.1400/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.3.1400 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.4.1413/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.4.1413/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..9861811f4bf45 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.4.1413/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.4.1413 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_1_4_1413.EXE + InstallerSha256: 868A9D6FA9338DD6C0E553DA2EF6A7460D5DE3B49802A85830E62737BBBC4E15 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.4.1413/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.4.1413/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..11116288adddd --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.4.1413/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.4.1413 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.4.1413/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.4.1413/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..383251f8d480c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.4.1413/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.4.1413 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.5.1421/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.5.1421/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..d67686aa7db2a --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.5.1421/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.5.1421 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_1_5_1421.EXE + InstallerSha256: 683E36851C1932489676FBD6D30E15A6CF6FE7C6F194A60CBEBB1865229F368D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.5.1421/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.5.1421/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..7ad689f1d8d37 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.5.1421/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.5.1421 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.5.1421/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.5.1421/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..c9a878d2159af --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.5.1421/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.5.1421 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.6.1423/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.6.1423/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..6d8030f3eec9d --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.6.1423/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.6.1423 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_1_6_1423.EXE + InstallerSha256: D93945D7007946C1A453B69CA34FB88E02FE33CD8FF5756F528B091E7C1D6008 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.6.1423/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.6.1423/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..e952d2da15263 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.6.1423/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.6.1423 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.6.1423/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.6.1423/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..b94da03e2ea04 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.6.1423/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.6.1423 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.7.1424/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.7.1424/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..499bd28986c7a --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.7.1424/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.7.1424 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_1_7_1424.EXE + InstallerSha256: F8290EEF834DAE93B9C855691DA747C5CB5910CDB265991F46ECC21A6C9A7402 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.7.1424/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.7.1424/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..c6f3ee44ec1cf --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.7.1424/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.7.1424 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.1.7.1424/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.1.7.1424/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..85d30f789bacd --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.1.7.1424/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.1.7.1424 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.2.0.1439/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.2.0.1439/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..2df7ab514bc23 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.2.0.1439/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.2.0.1439 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_2_0_1439.EXE + InstallerSha256: 0CA409881E819A603C802F15EB68C829EE174A766BEB24367F27247F38259D29 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.2.0.1439/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.2.0.1439/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..c351719e3113b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.2.0.1439/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.2.0.1439 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.2.0.1439/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.2.0.1439/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..1a94e2f5d6816 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.2.0.1439/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.2.0.1439 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.2.1.1454/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.2.1.1454/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..a4604733e8249 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.2.1.1454/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.2.1.1454 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_2_1_1454.EXE + InstallerSha256: 3A3E11C5E4F840F6008ADBA5E715DD8D9FBA7F08A6F3A0A2D6D3CEA85FA4D815 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.2.1.1454/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.2.1.1454/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..06cdb0f840373 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.2.1.1454/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.2.1.1454 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.2.1.1454/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.2.1.1454/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..ddb7ff861db0c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.2.1.1454/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.2.1.1454 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.0.1479/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.0.1479/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..fce586833048b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.0.1479/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.0.1479 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_3_0_1479.EXE + InstallerSha256: 7E85B222D39049E22DC3EF0E4551680B36F8119BA0B3FABC429DBF1C5A50DEFD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.0.1479/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.0.1479/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..3b8512a3af15f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.0.1479/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.0.1479 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.0.1479/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.0.1479/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..86485d7da674b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.0.1479/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.0.1479 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.1.1490/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.1.1490/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..027611ad6c316 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.1.1490/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.1.1490 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_3_1_1490.EXE + InstallerSha256: F53A7D03D4BC5135391C176D07148F60BDD6F427866F0A9F1B771D6A6153AE6E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.1.1490/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.1.1490/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..64b2e724e7dc5 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.1.1490/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.1.1490 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.1.1490/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.1.1490/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..c3ab342c734b0 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.1.1490/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.1.1490 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.2.1496/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.2.1496/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..4951187378e96 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.2.1496/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.2.1496 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_3_2_1496.EXE + InstallerSha256: EEAB4DB8C1B0F35F6E5B9BD10C988AB122AC3D05C53122155235D7EF37B1F6F1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.2.1496/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.2.1496/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..31e0febbe6ae6 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.2.1496/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.2.1496 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.2.1496/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.2.1496/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..345ec6555213c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.2.1496/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.2.1496 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.3.1498/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.3.1498/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..7922017feea64 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.3.1498/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.3.1498 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_3_3_1498.EXE + InstallerSha256: 3BDE050B1DF7A4D0F8C4F8B67A1AA462FC16CC36BF50910C58E744E8B1C94F08 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.3.1498/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.3.1498/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..30f63d232875b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.3.1498/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.3.1498 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.3.1498/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.3.1498/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..e5b63820a9710 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.3.1498/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.3.1498 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.4.1503/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.4.1503/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..32921551b332c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.4.1503/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.4.1503 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_3_4_1503.EXE + InstallerSha256: 0E838A5BD9D135893B2A985F64B455C5E4DF798A0BDAAF584ADC088029397CC1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.4.1503/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.4.1503/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..346b5d1ca4df1 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.4.1503/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.4.1503 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: vCopyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.3.4.1503/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.3.4.1503/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..9a93ada657ce1 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.3.4.1503/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.3.4.1503 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.4.0.1535/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.4.0.1535/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..f28b80f64c108 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.4.0.1535/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.4.0.1535 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_4_0_1535.EXE + InstallerSha256: A0F79A9B6DBBC7EDECD6D9ED69C6EDE102333FBD9E921E8A7FB72DD2C385A790 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.4.0.1535/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.4.0.1535/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..d0f3a71b9561d --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.4.0.1535/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.4.0.1535 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.4.0.1535/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.4.0.1535/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..bf363e2ff5b51 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.4.0.1535/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.4.0.1535 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.4.1.1539/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.4.1.1539/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..6944a4cd1ac89 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.4.1.1539/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.4.1.1539 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_4_1_1539.EXE + InstallerSha256: 6C0167AD955A375E4FBDE8DB9C3398D23D2A642E63B14799CE49B27A9D2F38A8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.4.1.1539/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.4.1.1539/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..759c777eb2024 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.4.1.1539/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.4.1.1539 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.4.1.1539/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.4.1.1539/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..c24cd4a52d228 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.4.1.1539/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.4.1.1539 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.4.2.1550/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.4.2.1550/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..47d53c70747b8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.4.2.1550/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.4.2.1550 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_4_2_1550.EXE + InstallerSha256: 03165C8F5B23CB7E68217ED912F3E1E1C368F1F9E84B8C82F4303EB715FF99BD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.4.2.1550/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.4.2.1550/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..a7ba630b3f75c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.4.2.1550/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.4.2.1550 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.4.2.1550/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.4.2.1550/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..6e2a50f276bee --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.4.2.1550/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.4.2.1550 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.4.3.1557/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.4.3.1557/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..3e285c97fad93 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.4.3.1557/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.4.3.1557 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_4_3_1557.EXE + InstallerSha256: 3012726F712D0BF8D05F5074406D7C3E9C5071934328769CFB09F9381AFF4A69 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.4.3.1557/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.4.3.1557/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..53917b035de72 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.4.3.1557/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.4.3.1557 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.4.3.1557/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.4.3.1557/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..41beca55d1dbc --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.4.3.1557/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.4.3.1557 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.0.1587/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.0.1587/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..0f5b5980d852b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.0.1587/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.0.1587 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_5_0_1587.EXE + InstallerSha256: 61B1E16AB098ADBA4E1EFA2883CDACD5092CEAE80723C37603E69E077D073973 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.0.1587/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.0.1587/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..c714ac325f1a5 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.0.1587/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.0.1587 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.0.1587/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.0.1587/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..5615a9b60e021 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.0.1587/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.0.1587 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.1.1597/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.1.1597/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..77d833a5ecb02 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.1.1597/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.1.1597 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_5_1_1597.EXE + InstallerSha256: C761B24343296ACE0C40715DE63EAF5D0AC48E781BBE660FFB6FDCE687F202A6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.1.1597/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.1.1597/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..f113c34156baa --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.1.1597/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.1.1597 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.1.1597/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.1.1597/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..4672f1bf8dfba --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.1.1597/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.1.1597 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.2.1602/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.2.1602/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..970b72875adde --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.2.1602/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.2.1602 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_5_2_1602.EXE + InstallerSha256: 7451E7092298D5A93DC41C7130CA44B07574C467B0186FF162BAE58EF535871B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.2.1602/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.2.1602/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..cfff1e87d8c70 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.2.1602/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.2.1602 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.2.1602/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.2.1602/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..6bcdcc47cb4b6 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.2.1602/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.2.1602 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.3.1608/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.3.1608/BandicamCompany.Bandicam.installer.yaml index fe870173e794c..8c194249b41d0 100644 --- a/manifests/b/BandicamCompany/Bandicam/4.5.3.1608/BandicamCompany.Bandicam.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicam/4.5.3.1608/BandicamCompany.Bandicam.installer.yaml @@ -1,20 +1,19 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-19041-1237 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 4.5.3.1608 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_5_3_1608.EXE - InstallerSha256: 1831D56390FA1D82BCDCE689BB1CD51C7055EBC44F0C40275C7D0EEBF4387A86 -ManifestType: installer -ManifestVersion: 1.0.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.3.1608 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_5_3_1608.EXE + InstallerSha256: 1831D56390FA1D82BCDCE689BB1CD51C7055EBC44F0C40275C7D0EEBF4387A86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.3.1608/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.3.1608/BandicamCompany.Bandicam.locale.en-US.yaml index 6df4208a2cda2..3165109258cee 100644 --- a/manifests/b/BandicamCompany/Bandicam/4.5.3.1608/BandicamCompany.Bandicam.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicam/4.5.3.1608/BandicamCompany.Bandicam.locale.en-US.yaml @@ -1,27 +1,31 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-19041-1237 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 4.5.3.1608 -PackageLocale: en-US -Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ -PublisherSupportUrl: https://www.bandicam.com/faqs -PrivacyUrl: https://www.bandicam.com/company/privacy -Author: Bandicam.com -PackageName: Bandicam -PackageUrl: https://www.bandicam.com/downloads -License: Shareware -LicenseUrl: https://www.bandicam.com/company/tos -Copyright: Copyright (c) 2008-2021 Bandicam Company. All rights reserved. -CopyrightUrl: https://www.bandicam.com/company/tos -ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. -Description: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. -Moniker: bandicam -Tags: -- capture -- screen-capture -- video -- video-recording -ManifestType: defaultLocale -ManifestVersion: 1.0.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.3.1608 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.3.1608/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.3.1608/BandicamCompany.Bandicam.yaml index 6ef69766faf9d..80965b3ce1154 100644 --- a/manifests/b/BandicamCompany/Bandicam/4.5.3.1608/BandicamCompany.Bandicam.yaml +++ b/manifests/b/BandicamCompany/Bandicam/4.5.3.1608/BandicamCompany.Bandicam.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-19041-1237 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 4.5.3.1608 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.3.1608 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.4.1624/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.4.1624/BandicamCompany.Bandicam.installer.yaml index 7d3bb5650d067..6b9fba68671d4 100644 --- a/manifests/b/BandicamCompany/Bandicam/4.5.4.1624/BandicamCompany.Bandicam.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicam/4.5.4.1624/BandicamCompany.Bandicam.installer.yaml @@ -1,20 +1,19 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-19041-1237 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 4.5.4.1624 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_5_4_1624.EXE - InstallerSha256: 5A601165CBEDCCEB3AEF3BB99B2AA6352E3B2D600A68643C249F486F7E221E02 -ManifestType: installer -ManifestVersion: 1.0.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.4.1624 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_5_4_1624.EXE + InstallerSha256: 5A601165CBEDCCEB3AEF3BB99B2AA6352E3B2D600A68643C249F486F7E221E02 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.4.1624/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.4.1624/BandicamCompany.Bandicam.locale.en-US.yaml index 263fa01e8a2e9..807a2b6622021 100644 --- a/manifests/b/BandicamCompany/Bandicam/4.5.4.1624/BandicamCompany.Bandicam.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicam/4.5.4.1624/BandicamCompany.Bandicam.locale.en-US.yaml @@ -1,27 +1,31 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-19041-1237 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 4.5.4.1624 -PackageLocale: en-US -Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ -PublisherSupportUrl: https://www.bandicam.com/faqs -PrivacyUrl: https://www.bandicam.com/company/privacy -Author: Bandicam.com -PackageName: Bandicam -PackageUrl: https://www.bandicam.com/downloads -License: Shareware -LicenseUrl: https://www.bandicam.com/company/tos -Copyright: Copyright (c) 2008-2021 Bandicam Company. All rights reserved. -CopyrightUrl: https://www.bandicam.com/company/tos -ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. -Description: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. -Moniker: bandicam -Tags: -- capture -- screen-capture -- video -- video-recording -ManifestType: defaultLocale -ManifestVersion: 1.0.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.4.1624 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.4.1624/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.4.1624/BandicamCompany.Bandicam.yaml index 729d159c5f8e8..d4c50942adf2e 100644 --- a/manifests/b/BandicamCompany/Bandicam/4.5.4.1624/BandicamCompany.Bandicam.yaml +++ b/manifests/b/BandicamCompany/Bandicam/4.5.4.1624/BandicamCompany.Bandicam.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-19041-1237 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 4.5.4.1624 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.4.1624 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.5.1632/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.5.1632/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..5d1475ae3f91b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.5.1632/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.5.1632 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_5_5_1632.EXE + InstallerSha256: 4108EF424C430F4A18BD8C6108802ABB85637D31188BCAD9462F2310693D393E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.5.1632/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.5.1632/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..d98d34c14f0f8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.5.1632/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.5.1632 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.5.1632/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.5.1632/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..fb3ff64f96404 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.5.1632/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.5.1632 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.6.1646/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.6.1646/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..731b7b09fd701 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.6.1646/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.6.1646 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_5_6_1646.EXE + InstallerSha256: FDD58756D7671B328B60E072024F04D47402FBB68CFA048B454410B348626A32 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.6.1646/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.6.1646/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..c55f8a63344a5 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.6.1646/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.6.1646 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.6.1646/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.6.1646/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..ae43e0a1f9fb0 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.6.1646/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.6.1646 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.7.1660/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.7.1660/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..eec8bfb7f0cba --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.7.1660/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.7.1660 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_5_7_1660.EXE + InstallerSha256: 9E47E1986684747C586F8AC6F27D60075D2DBB096F235B0587F3C5443DAF6707 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.7.1660/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.7.1660/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..e200ae03d9276 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.7.1660/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.7.1660 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.7.1660/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.7.1660/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..bc1d985292381 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.7.1660/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.7.1660 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.8.1673/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.8.1673/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..af7c47ce86bb9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.8.1673/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.8.1673 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_5_8_1673.EXE + InstallerSha256: DCD940767267E743D1255F217D7059F90AE4BB5B5492C3C78D2E5E1FCAD7FCA9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.8.1673/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.8.1673/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..872a6b8e4d4c9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.8.1673/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.8.1673 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.5.8.1673/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.5.8.1673/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..9dd8dcfdb6159 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.5.8.1673/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.5.8.1673 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.0.1683/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.0.1683/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..49c7ab59a5398 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.0.1683/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.0.1683 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_6_0_1683.EXE + InstallerSha256: 895DD793EA25EB3EF46FB6A52B5006B94C3ACA68F985880BEEDB855FDD15AF78 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.0.1683/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.0.1683/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..ebcbf9566c082 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.0.1683/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.0.1683 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.0.1683/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.0.1683/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..fc5b656d3ac30 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.0.1683/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.0.1683 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.1.1688/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.1.1688/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..351024666255b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.1.1688/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.1.1688 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_6_1_1688.EXE + InstallerSha256: 8B3A075E7077CC68387CE47A1D4397A6992A09A3BAAA3DF09792CCA2B8FA265D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.1.1688/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.1.1688/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..56c3e593a3c05 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.1.1688/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.1.1688 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.1.1688/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.1.1688/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..24d8c9075983c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.1.1688/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.1.1688 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.2.1699/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.2.1699/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..270cdcd652e06 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.2.1699/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.2.1699 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_6_2_1699.EXE + InstallerSha256: 1815488EAF4F43B667859B509E09CF1049B801FE8D46E3A190F2C40271B5B37D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.2.1699/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.2.1699/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..0cca97e9f0e88 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.2.1699/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.2.1699 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.2.1699/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.2.1699/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..07b8d84852f37 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.2.1699/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.2.1699 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.3.1725/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.3.1725/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..589cc9a69aa99 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.3.1725/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.3.1725 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_6_3_1725.EXE + InstallerSha256: 585565710ADEB8B8932368A0114F16F87646FC1915ECA053E8D097D2BBB10346 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.3.1725/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.3.1725/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..11453e3d084c0 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.3.1725/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.3.1725 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.3.1725/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.3.1725/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..c0727ef466215 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.3.1725/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.3.1725 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.4.1728/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.4.1728/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..d74df5a5b6661 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.4.1728/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.4.1728 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_6_4_1728.EXE + InstallerSha256: 38342A464E0FA80F077C5D0A98057176966212C7FC477285A9C8057147A675E1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.4.1728/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.4.1728/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..a674a6daef8e9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.4.1728/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.4.1728 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.4.1728/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.4.1728/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..66d51870eda81 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.4.1728/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.4.1728 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.5.1757/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.5.1757/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..9651661674445 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.5.1757/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.5.1757 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_4_6_5_1757.EXE + InstallerSha256: 9B812876F01E9E243CDFAE89B9FCDFE8E5E7E41639CE3A1D0E0432BA3F1C7E21 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.5.1757/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.5.1757/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..ae93207f5b88e --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.5.1757/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.5.1757 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/4.6.5.1757/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/4.6.5.1757/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..189e18ba1c7b4 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/4.6.5.1757/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 4.6.5.1757 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.0.0.1796/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.0.0.1796/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..c20efab00d1c5 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.0.0.1796/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.0.0.1796 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_0_0_1796.EXE + InstallerSha256: 62BB2F73C9F72D947D9B5072CCE6430AE94720CA3B628DC81604F02CFDC122E7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.0.0.1796/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.0.0.1796/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..4891e82d91f07 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.0.0.1796/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.0.0.1796 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.0.0.1796/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.0.0.1796/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..b4830d16bb2c9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.0.0.1796/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.0.0.1796 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.0.1.1799/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.0.1.1799/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..ec2d6d52021e6 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.0.1.1799/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.0.1.1799 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_0_1_1799.EXE + InstallerSha256: 1D089420DD1658A6C7C78F59005B0B35EC8B8579CD6FAFBFF63D92324289A8C6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.0.1.1799/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.0.1.1799/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..d756b33442708 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.0.1.1799/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.0.1.1799 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.0.1.1799/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.0.1.1799/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..f4e23d0459030 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.0.1.1799/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.0.1.1799 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.0.2.1813/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.0.2.1813/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..15e98613643f2 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.0.2.1813/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.0.2.1813 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_0_2_1813.EXE + InstallerSha256: 2E95CF5B68D2F8B73D50F9F7CEA06970B41DB0E5EAD1A042CE86FC1FCF1CFD40 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.0.2.1813/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.0.2.1813/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..5b52fb7653ce5 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.0.2.1813/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.0.2.1813 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.0.2.1813/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.0.2.1813/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..d89857f23e3b6 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.0.2.1813/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.0.2.1813 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.1.0.1822/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.1.0.1822/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..cd1b5457620e7 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.1.0.1822/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.1.0.1822 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_1_0_1822.EXE + InstallerSha256: 561FDBF8B51EBCECDF374595072ED46FE62A9CF8129CAB44F601BC4D8CAD39D8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.1.0.1822/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.1.0.1822/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..12531e05a4545 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.1.0.1822/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.1.0.1822 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.1.0.1822/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.1.0.1822/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..a892a372498e9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.1.0.1822/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.1.0.1822 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.1.1.1837/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.1.1.1837/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..883663df79a15 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.1.1.1837/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.1.1.1837 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_1_1_1837.EXE + InstallerSha256: F2BE132811577AEA485DE36890E65D1FF5E79C470E0C73B880268BD6D241CA5E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.1.1.1837/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.1.1.1837/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..ee2dd1998c960 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.1.1.1837/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.1.1.1837 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.1.1.1837/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.1.1.1837/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..9131099ee2b63 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.1.1.1837/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.1.1.1837 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.2.0.1855/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.2.0.1855/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..75097b3547e4e --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.2.0.1855/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.2.0.1855 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_2_0_1855.EXE + InstallerSha256: C178EFEBC651599F7C9ABC207ABCE315DCD9204C27BC5DEF044F5850A321A425 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.2.0.1855/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.2.0.1855/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..ccd4425beda22 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.2.0.1855/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.2.0.1855 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.2.0.1855/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.2.0.1855/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..e73dffdd2eb03 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.2.0.1855/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.2.0.1855 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.2.1.1860/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.2.1.1860/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..5dac568d4cdab --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.2.1.1860/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.2.1.1860 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_2_1_1860.EXE + InstallerSha256: EEACC684C06CBF86605EB64CB4990C983B5870D4280026A8B0391FDE9B55D7F3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.2.1.1860/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.2.1.1860/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..245c7c264fc44 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.2.1.1860/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.2.1.1860 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.2.1.1860/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.2.1.1860/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..a3dea4dd38a81 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.2.1.1860/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.2.1.1860 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.0.1879/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.0.1879/BandicamCompany.Bandicam.installer.yaml index c8b208986eb0a..8cd63e4f92509 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.0.1879/BandicamCompany.Bandicam.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.0.1879/BandicamCompany.Bandicam.installer.yaml @@ -1,21 +1,19 @@ -# Created using wingetcreate 0.4.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.0.1879 -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: machine - InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_3_0_1879.EXE - InstallerSha256: 9AEAA75D9E722CA4A32053CD93AD1AA4D5E8B53830C79809F5B82CF2F010748B - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.0.1879 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_3_0_1879.EXE + InstallerSha256: 9AEAA75D9E722CA4A32053CD93AD1AA4D5E8B53830C79809F5B82CF2F010748B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.0.1879/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.0.1879/BandicamCompany.Bandicam.locale.en-US.yaml index 7361687ccc29d..f9b255db4875d 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.0.1879/BandicamCompany.Bandicam.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.0.1879/BandicamCompany.Bandicam.locale.en-US.yaml @@ -1,28 +1,31 @@ -# Created using wingetcreate 0.4.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.0.1879 -PackageLocale: en-US -Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ -PublisherSupportUrl: https://www.bandicam.com/faqs -PrivacyUrl: https://www.bandicam.com/company/privacy -Author: Bandicam.com -PackageName: Bandicam -PackageUrl: https://www.bandicam.com/downloads -License: Shareware -LicenseUrl: https://www.bandicam.com/company/tos -Copyright: Copyright (c) 2008-2021 Bandicam Company. All rights reserved. -CopyrightUrl: https://www.bandicam.com/company/tos -ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. -Description: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. -Moniker: bandicam -Tags: -- capture -- screen-capture -- video -- video-recording -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.0.1879 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.0.1879/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.0.1879/BandicamCompany.Bandicam.yaml index c0f709ca525b2..3031f706d12a7 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.0.1879/BandicamCompany.Bandicam.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.0.1879/BandicamCompany.Bandicam.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.0.1879 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.0.1879 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.1.1880/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.1.1880/BandicamCompany.Bandicam.installer.yaml index da29d389f9f51..e87523d3585df 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.1.1880/BandicamCompany.Bandicam.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.1.1880/BandicamCompany.Bandicam.installer.yaml @@ -1,21 +1,19 @@ -# Created using wingetcreate 0.4.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.1.1880 -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: machine - InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_3_1_1880.EXE - InstallerSha256: 8A5959036DC12DB066BEE64EECA7B47C8CBC38FD612CB52EFC88D45BC866999E - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.1.1880 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_3_1_1880.EXE + InstallerSha256: 8A5959036DC12DB066BEE64EECA7B47C8CBC38FD612CB52EFC88D45BC866999E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.1.1880/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.1.1880/BandicamCompany.Bandicam.locale.en-US.yaml index 97d2ad02a7204..6798477b5f376 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.1.1880/BandicamCompany.Bandicam.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.1.1880/BandicamCompany.Bandicam.locale.en-US.yaml @@ -1,28 +1,31 @@ -# Created using wingetcreate 0.4.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.1.1880 -PackageLocale: en-US -Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ -PublisherSupportUrl: https://www.bandicam.com/faqs -PrivacyUrl: https://www.bandicam.com/company/privacy -Author: Bandicam.com -PackageName: Bandicam -PackageUrl: https://www.bandicam.com/downloads -License: Shareware -LicenseUrl: https://www.bandicam.com/company/tos -Copyright: Copyright (c) 2008-2021 Bandicam Company. All rights reserved. -CopyrightUrl: https://www.bandicam.com/company/tos -ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. -Description: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. -Moniker: bandicam -Tags: -- capture -- screen-capture -- video -- video-recording -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.1.1880 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.1.1880/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.1.1880/BandicamCompany.Bandicam.yaml index 7c407196458fe..5e6895647c609 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.1.1880/BandicamCompany.Bandicam.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.1.1880/BandicamCompany.Bandicam.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.1.1880 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.1.1880 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.2.1889/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.2.1889/BandicamCompany.Bandicam.installer.yaml index 841bb23b2c61f..31a86454f5b9d 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.2.1889/BandicamCompany.Bandicam.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.2.1889/BandicamCompany.Bandicam.installer.yaml @@ -1,21 +1,19 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.2.1889 -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: machine - InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_3_2_1889.EXE - InstallerSha256: 0921A464B168F9E7F2741C39F3E6768ECDDA04EFC30A90AFBD3C61EB28AE7A37 - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.2.1889 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_3_2_1889.EXE + InstallerSha256: 0921A464B168F9E7F2741C39F3E6768ECDDA04EFC30A90AFBD3C61EB28AE7A37 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.2.1889/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.2.1889/BandicamCompany.Bandicam.locale.en-US.yaml index 34a4f4d1c11c3..ef235d733e82a 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.2.1889/BandicamCompany.Bandicam.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.2.1889/BandicamCompany.Bandicam.locale.en-US.yaml @@ -1,28 +1,31 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.2.1889 -PackageLocale: en-US -Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ -PublisherSupportUrl: https://www.bandicam.com/faqs -PrivacyUrl: https://www.bandicam.com/company/privacy -Author: Bandicam.com -PackageName: Bandicam -PackageUrl: https://www.bandicam.com/downloads -License: Shareware -LicenseUrl: https://www.bandicam.com/company/tos -Copyright: Copyright (c) 2008-2021 Bandicam Company. All rights reserved. -CopyrightUrl: https://www.bandicam.com/company/tos -ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. -Description: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. -Moniker: bandicam -Tags: -- capture -- screen-capture -- video -- video-recording -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.2.1889 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.2.1889/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.2.1889/BandicamCompany.Bandicam.yaml index 88c52706b5498..43501b7597aff 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.2.1889/BandicamCompany.Bandicam.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.2.1889/BandicamCompany.Bandicam.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.2.1889 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.2.1889 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.3.1893/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.3.1893/BandicamCompany.Bandicam.installer.yaml index 03199724cd83d..f07d58cc8ca11 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.3.1893/BandicamCompany.Bandicam.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.3.1893/BandicamCompany.Bandicam.installer.yaml @@ -1,21 +1,19 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.3.1893 -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: machine - InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_3_3_1893.EXE - InstallerSha256: D4080F29AE5800C1D88C2EEFD17628209063E1D02CBCCA0107C2ED3B20F1CC76 - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.3.1893 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_3_3_1893.EXE + InstallerSha256: D4080F29AE5800C1D88C2EEFD17628209063E1D02CBCCA0107C2ED3B20F1CC76 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.3.1893/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.3.1893/BandicamCompany.Bandicam.locale.en-US.yaml index 2bf72443a593a..949c47472bf9f 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.3.1893/BandicamCompany.Bandicam.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.3.1893/BandicamCompany.Bandicam.locale.en-US.yaml @@ -1,28 +1,31 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.3.1893 -PackageLocale: en-US -Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ -PublisherSupportUrl: https://www.bandicam.com/faqs -PrivacyUrl: https://www.bandicam.com/company/privacy -Author: Bandicam.com -PackageName: Bandicam -PackageUrl: https://www.bandicam.com/downloads -License: Shareware -LicenseUrl: https://www.bandicam.com/company/tos -Copyright: Copyright (c) 2008-2021 Bandicam Company. All rights reserved. -CopyrightUrl: https://www.bandicam.com/company/tos -ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. -Description: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. -Moniker: bandicam -Tags: -- capture -- screen-capture -- video -- video-recording -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.3.1893 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.3.1893/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.3.1893/BandicamCompany.Bandicam.yaml index 4f1270199b9f0..7ce7cfb5d6cdd 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.3.1893/BandicamCompany.Bandicam.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.3.1893/BandicamCompany.Bandicam.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.3.1893 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.3.1893 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.3.1895/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.3.1895/BandicamCompany.Bandicam.installer.yaml index aae514c5d5081..a5752af0de7ab 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.3.1895/BandicamCompany.Bandicam.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.3.1895/BandicamCompany.Bandicam.installer.yaml @@ -1,20 +1,19 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.3.1895 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_3_3_1895.EXE - InstallerSha256: 738BFE962E3CF3FBCC9F1A0CF61C7474E256B6BA277A00D118C2D523D13B5AA7 -ManifestType: installer -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.3.1895 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_3_3_1895.EXE + InstallerSha256: 738BFE962E3CF3FBCC9F1A0CF61C7474E256B6BA277A00D118C2D523D13B5AA7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.3.1895/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.3.1895/BandicamCompany.Bandicam.locale.en-US.yaml index 306d8e9e70eff..471db2206495b 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.3.1895/BandicamCompany.Bandicam.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.3.1895/BandicamCompany.Bandicam.locale.en-US.yaml @@ -1,33 +1,31 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.3.1895 -PackageLocale: en-US -Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ -PublisherSupportUrl: https://www.bandicam.com/faqs -PrivacyUrl: https://www.bandicam.com/company/privacy -Author: Bandicam.com -PackageName: Bandicam -PackageUrl: https://www.bandicam.com/downloads -License: Shareware -LicenseUrl: https://www.bandicam.com/company/tos -Copyright: Copyright (c) 2008-2021 Bandicam Company. All rights reserved. -CopyrightUrl: https://www.bandicam.com/company/tos -ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. -Description: |- - Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. - This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. - Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. -Moniker: bandicam -Tags: -- capture -- screen-capture -- video -- video-recording -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.3.1895 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.3.3.1895/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.3.3.1895/BandicamCompany.Bandicam.yaml index 9c0f5a8f52108..53ea1dc965818 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.3.3.1895/BandicamCompany.Bandicam.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.3.3.1895/BandicamCompany.Bandicam.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.3.3.1895 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.3.3.1895 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.0.1906/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.0.1906/BandicamCompany.Bandicam.installer.yaml index e7ae237b9419d..81378122ebf61 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.4.0.1906/BandicamCompany.Bandicam.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.4.0.1906/BandicamCompany.Bandicam.installer.yaml @@ -1,20 +1,19 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.4.0.1906 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_4_0_1906.EXE - InstallerSha256: 185055D9C5A62ECED23C4AB6A49F366779E090BFD0CADC4EBB1ED7367506AF3C -ManifestType: installer -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.0.1906 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_4_0_1906.EXE + InstallerSha256: 185055D9C5A62ECED23C4AB6A49F366779E090BFD0CADC4EBB1ED7367506AF3C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.0.1906/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.0.1906/BandicamCompany.Bandicam.locale.en-US.yaml index 8d5b036c453c7..3d8598070d0a5 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.4.0.1906/BandicamCompany.Bandicam.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.4.0.1906/BandicamCompany.Bandicam.locale.en-US.yaml @@ -1,33 +1,31 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.4.0.1906 -PackageLocale: en-US -Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ -PublisherSupportUrl: https://www.bandicam.com/faqs -PrivacyUrl: https://www.bandicam.com/company/privacy -Author: Bandicam.com -PackageName: Bandicam -PackageUrl: https://www.bandicam.com/downloads -License: Shareware -LicenseUrl: https://www.bandicam.com/company/tos -Copyright: Copyright (c) 2008-2021 Bandicam Company. All rights reserved. -CopyrightUrl: https://www.bandicam.com/company/tos -ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. -Description: |- - Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. - This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. - Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. -Moniker: bandicam -Tags: -- capture -- screen-capture -- video -- video-recording -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.0.1906 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.0.1906/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.0.1906/BandicamCompany.Bandicam.yaml index 8dca2dd9e5465..a4a066e42ef4f 100644 --- a/manifests/b/BandicamCompany/Bandicam/5.4.0.1906/BandicamCompany.Bandicam.yaml +++ b/manifests/b/BandicamCompany/Bandicam/5.4.0.1906/BandicamCompany.Bandicam.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 5.4.0.1906 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.0.1906 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.0.1907/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.0.1907/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..78d85060c03ac --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.4.0.1907/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.0.1907 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_4_0_1907.EXE + InstallerSha256: 1C3339D666F903331B7B26BE3189AC15CCF0D7BF0C4E2BDC98936E5028E8F11D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.0.1907/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.0.1907/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..dda20ac990978 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.4.0.1907/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.0.1907 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.0.1907/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.0.1907/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..0fdd9b9a2be63 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.4.0.1907/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.0.1907 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.1.1914/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.1.1914/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..65b9b70969821 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.4.1.1914/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.1.1914 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_4_1_1914.EXE + InstallerSha256: 5E4862D60B3DB2FF66AF58B95044DB76855EB6D32D0BCC7B4DD4717EAAA082EB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.1.1914/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.1.1914/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..1fc2e2e882597 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.4.1.1914/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.1.1914 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.1.1914/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.1.1914/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..44f96133e8400 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.4.1.1914/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.1.1914 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.2.1921/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.2.1921/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..3004ec9557915 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.4.2.1921/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.2.1921 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_4_2_1921.EXE + InstallerSha256: 330E68C8D069CAC5557A3661FF6DE1DBC6DBC5CA1C8ED5277040C4B681662860 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.2.1921/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.2.1921/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..a0ae40f2d8ca1 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.4.2.1921/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.2.1921 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.2.1921/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.2.1921/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..cfa1a2e160fc8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.4.2.1921/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.2.1921 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.3.1923/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.3.1923/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..ac80c13cfdc7f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.4.3.1923/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.3.1923 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_5_4_3_1923.EXE + InstallerSha256: 3A8372F3BC05686BC1CCAF7C03BB8951C668408D1DC2BC89709A1BD47894B878 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.3.1923/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.3.1923/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..e5d097b2bdba4 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.4.3.1923/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.3.1923 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/5.4.3.1923/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/5.4.3.1923/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..62ab789f671d6 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/5.4.3.1923/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 5.4.3.1923 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.0.1998/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.0.1998/BandicamCompany.Bandicam.installer.yaml index a30ea8d5346aa..b07b3acecb85a 100644 --- a/manifests/b/BandicamCompany/Bandicam/6.0.0.1998/BandicamCompany.Bandicam.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicam/6.0.0.1998/BandicamCompany.Bandicam.installer.yaml @@ -1,20 +1,19 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 6.0.0.1998 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_0_0_1998.EXE - InstallerSha256: 89B494AAB8696D2C68CC84AF09151A26AD0CE630036B89B016EAC7F85D09E6B9 -ManifestType: installer -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.0.1998 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_0_0_1998.EXE + InstallerSha256: 89B494AAB8696D2C68CC84AF09151A26AD0CE630036B89B016EAC7F85D09E6B9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.0.1998/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.0.1998/BandicamCompany.Bandicam.locale.en-US.yaml index de05318dce3d3..a14ba2d6699a4 100644 --- a/manifests/b/BandicamCompany/Bandicam/6.0.0.1998/BandicamCompany.Bandicam.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicam/6.0.0.1998/BandicamCompany.Bandicam.locale.en-US.yaml @@ -1,33 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 6.0.0.1998 -PackageLocale: en-US -Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ -PublisherSupportUrl: https://www.bandicam.com/faqs -PrivacyUrl: https://www.bandicam.com/company/privacy -Author: Bandicam.com -PackageName: Bandicam -PackageUrl: https://www.bandicam.com/downloads -License: Shareware -LicenseUrl: https://www.bandicam.com/company/tos -Copyright: Copyright (c) 2008-2021 Bandicam Company. All rights reserved. -CopyrightUrl: https://www.bandicam.com/company/tos -ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. -Description: |- - Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. - This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. - Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. -Moniker: bandicam -Tags: -- capture -- screen-capture -- video -- video-recording -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.0.1998 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.0.1998/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.0.1998/BandicamCompany.Bandicam.yaml index 70197f7d7c6c8..e1b18b8e26a4d 100644 --- a/manifests/b/BandicamCompany/Bandicam/6.0.0.1998/BandicamCompany.Bandicam.yaml +++ b/manifests/b/BandicamCompany/Bandicam/6.0.0.1998/BandicamCompany.Bandicam.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 6.0.0.1998 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.0.1998 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.1.2003/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.1.2003/BandicamCompany.Bandicam.installer.yaml index 5aa0b95c616de..aaec41de7d098 100644 --- a/manifests/b/BandicamCompany/Bandicam/6.0.1.2003/BandicamCompany.Bandicam.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicam/6.0.1.2003/BandicamCompany.Bandicam.installer.yaml @@ -1,20 +1,19 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 6.0.1.2003 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_0_1_2003.EXE - InstallerSha256: AFA42647C0FE4E9D3D95E7D3D879A88872D57E8BB8F6F12E49E0D93FAA798A27 -ManifestType: installer -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.1.2003 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_0_1_2003.EXE + InstallerSha256: AFA42647C0FE4E9D3D95E7D3D879A88872D57E8BB8F6F12E49E0D93FAA798A27 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.1.2003/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.1.2003/BandicamCompany.Bandicam.locale.en-US.yaml index 4d08d2fdb12d8..a3d6189277881 100644 --- a/manifests/b/BandicamCompany/Bandicam/6.0.1.2003/BandicamCompany.Bandicam.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicam/6.0.1.2003/BandicamCompany.Bandicam.locale.en-US.yaml @@ -1,33 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 6.0.1.2003 -PackageLocale: en-US -Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ -PublisherSupportUrl: https://www.bandicam.com/faqs -PrivacyUrl: https://www.bandicam.com/company/privacy -Author: Bandicam.com -PackageName: Bandicam -PackageUrl: https://www.bandicam.com/downloads -License: Shareware -LicenseUrl: https://www.bandicam.com/company/tos -Copyright: Copyright (c) 2009-2022 Bandicam Company. All rights reserved. -CopyrightUrl: https://www.bandicam.com/company/tos -ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. -Description: |- - Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. - This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. - Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. -Moniker: bandicam -Tags: -- capture -- screen-capture -- video -- video-recording -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.1.2003 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.1.2003/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.1.2003/BandicamCompany.Bandicam.yaml index 31c7becf8cbc4..520f8da5e5d63 100644 --- a/manifests/b/BandicamCompany/Bandicam/6.0.1.2003/BandicamCompany.Bandicam.yaml +++ b/manifests/b/BandicamCompany/Bandicam/6.0.1.2003/BandicamCompany.Bandicam.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 6.0.1.2003 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.1.2003 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.2.2018/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.2.2018/BandicamCompany.Bandicam.installer.yaml index 931199a221b41..13afc8ec78648 100644 --- a/manifests/b/BandicamCompany/Bandicam/6.0.2.2018/BandicamCompany.Bandicam.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicam/6.0.2.2018/BandicamCompany.Bandicam.installer.yaml @@ -1,21 +1,19 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 6.0.2.2018 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2022-08-30 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_0_2_2018.EXE - InstallerSha256: 894E88F9F04988C5756B7574B0276CEF84BEE9B1531744440521ABF3C4037493 -ManifestType: installer -ManifestVersion: 1.2.0 +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.2.2018 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_0_2_2018.EXE + InstallerSha256: 894E88F9F04988C5756B7574B0276CEF84BEE9B1531744440521ABF3C4037493 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.2.2018/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.2.2018/BandicamCompany.Bandicam.locale.en-US.yaml index f2329ca898fcf..231013b83f393 100644 --- a/manifests/b/BandicamCompany/Bandicam/6.0.2.2018/BandicamCompany.Bandicam.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicam/6.0.2.2018/BandicamCompany.Bandicam.locale.en-US.yaml @@ -1,42 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 6.0.2.2018 -PackageLocale: en-US -Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ -PublisherSupportUrl: https://www.bandicam.com/faqs -PrivacyUrl: https://www.bandicam.com/company/privacy -Author: Bandicam.com -PackageName: Bandicam -PackageUrl: https://www.bandicam.com/ -License: Shareware -LicenseUrl: https://www.bandicam.com/company/tos -Copyright: Copyright (c) 2008-2022 Bandicam Company. All rights reserved. -CopyrightUrl: https://www.bandicam.com/company/tos -ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. -Description: |- - Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. - This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. - Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. -Moniker: bandicam -Tags: -- capture -- screen-capture -- video -- video-recording -# Agreements: -ReleaseNotes: |- - - Reduced the intermittent noise when using AAC codec. - - Added a Hibernate option to the Auto Complete Recording function. - - Bandicam now uses Hybrid shutdown (a.k.a Fast startup) when shutting down. - - Bugs fixed - - Text overlays (recording time, CPU usage, etc.) were not updated under certain conditions. - - Other minor bugs have been fixed. -ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.2.2018 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.2.2018/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.2.2018/BandicamCompany.Bandicam.yaml index 1f79e4442d442..1ac1e61736dad 100644 --- a/manifests/b/BandicamCompany/Bandicam/6.0.2.2018/BandicamCompany.Bandicam.yaml +++ b/manifests/b/BandicamCompany/Bandicam/6.0.2.2018/BandicamCompany.Bandicam.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicam -PackageVersion: 6.0.2.2018 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.2.2018 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.4.2024/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.4.2024/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..6d491ba8f41a3 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.0.4.2024/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.4.2024 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_0_4_2024.EXE + InstallerSha256: 874826C8805A84CD65268C3F339BC1D70629F2835CDB6509F2D1A87C967FA511 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.4.2024/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.4.2024/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..4af72512a4a7f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.0.4.2024/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.4.2024 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.4.2024/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.4.2024/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..ed10ed0abd345 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.0.4.2024/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.4.2024 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.5.2033/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.5.2033/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..2e6be95c5158c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.0.5.2033/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.5.2033 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_0_5_2033.EXE + InstallerSha256: 260185B4DAEA43D8F75932A9573D3E3A3F1BAF87E7D0934A95DF591BD0266150 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.5.2033/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.5.2033/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..b07ddedded9eb --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.0.5.2033/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.5.2033 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.5.2033/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.5.2033/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..4df08f6e576c8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.0.5.2033/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.5.2033 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.6.2034/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.6.2034/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..08a93bf009c30 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.0.6.2034/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.6.2034 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_0_6_2034.EXE + InstallerSha256: F3D854E718812E47B6C2488530980847EE010966D3B6949F3877C215ABC78D2A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.6.2034/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.6.2034/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..96dfe814445c1 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.0.6.2034/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.6.2034 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.0.6.2034/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/6.0.6.2034/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..e261e80868514 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.0.6.2034/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.0.6.2034 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.1.0.2044/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/6.1.0.2044/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..7cd4c4806bb5d --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.1.0.2044/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.1.0.2044 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_1_0_2044.EXE + InstallerSha256: 8E271C7EBBD96968FA4C0A335A2CAF893ED9DD049DFAEB27E189D54D025D9950 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.1.0.2044/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/6.1.0.2044/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..e2c84cba4d526 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.1.0.2044/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.1.0.2044 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.1.0.2044/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/6.1.0.2044/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..4d37c6967fa4f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.1.0.2044/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.1.0.2044 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.0.2057/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.0.2057/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..b8194f045eb70 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.2.0.2057/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.2.0.2057 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_2_0_2057.EXE + InstallerSha256: 0054AB5FB036E3C37AB178EF2BE4BDFE1B259B9F96BED7B313DA950F87F68C5B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.0.2057/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.0.2057/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..4e01b9b43374a --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.2.0.2057/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.2.0.2057 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.0.2057/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.0.2057/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..25e7b97a8d3c8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.2.0.2057/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.2.0.2057 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.1.2068/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.1.2068/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..b9fd6e568ac81 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.2.1.2068/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.2.1.2068 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_2_1_2068.EXE + InstallerSha256: C561B9533C78C9063B927A692D6832C92E0BE5A6F286D1626E8527EFEC723A8A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.1.2068/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.1.2068/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..5cb8f1716e0e7 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.2.1.2068/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.2.1.2068 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.1.2068/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.1.2068/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..75e674de14d6b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.2.1.2068/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.2.1.2068 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.2.2072/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.2.2072/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..f9500bb3cf588 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.2.2.2072/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.2.2.2072 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_2_2_2072.EXE + InstallerSha256: 53A50CC59F77CFCF5789C8847B545F3C5EFAA9D12E1C971CE9C49BE93A335D82 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.2.2072/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.2.2072/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..4c48316c0929a --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.2.2.2072/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.2.2.2072 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.2.2072/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.2.2072/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..36e3454d8dd52 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.2.2.2072/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.2.2.2072 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.3.2078/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.3.2078/BandicamCompany.Bandicam.installer.yaml index 4130b9d4f55f2..a559aa0f3a3c7 100644 --- a/manifests/b/BandicamCompany/Bandicam/6.2.3.2078/BandicamCompany.Bandicam.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicam/6.2.3.2078/BandicamCompany.Bandicam.installer.yaml @@ -1,11 +1,11 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: BandicamCompany.Bandicam PackageVersion: 6.2.3.2078 Platform: - Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft Scope: machine InstallModes: - interactive @@ -13,9 +13,7 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: nullsoft InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_2_3_2078.EXE InstallerSha256: A1697F82B53EF8FCD05B138DBDE5D3494977C6FD92B714E2AD583E148A1B70A2 ManifestType: installer -ManifestVersion: 1.4.0 -ReleaseDate: 2023-07-05 +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.3.2078/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.3.2078/BandicamCompany.Bandicam.locale.en-US.yaml index 0d7079a341848..78394c6f64988 100644 --- a/manifests/b/BandicamCompany/Bandicam/6.2.3.2078/BandicamCompany.Bandicam.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicam/6.2.3.2078/BandicamCompany.Bandicam.locale.en-US.yaml @@ -1,19 +1,19 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: BandicamCompany.Bandicam PackageVersion: 6.2.3.2078 PackageLocale: en-US Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ +PublisherUrl: https://www.bandicam.com PublisherSupportUrl: https://www.bandicam.com/faqs PrivacyUrl: https://www.bandicam.com/company/privacy Author: Bandicam.com PackageName: Bandicam -PackageUrl: https://www.bandicam.com/ +PackageUrl: https://www.bandicam.com License: Shareware LicenseUrl: https://www.bandicam.com/company/tos -Copyright: Copyright (c) 2008-2023 Bandicam Company. All rights reserved. +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. CopyrightUrl: https://www.bandicam.com/company/tos ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. Description: |- @@ -26,13 +26,6 @@ Tags: - screen-capture - video - video-recording -ReleaseNotes: |- - - Reduced the intermittent noise when using AAC codec. - - Added a Hibernate option to the Auto Complete Recording function. - - Bandicam now uses Hybrid shutdown (a.k.a Fast startup) when shutting down. - - Bugs fixed - - Text overlays (recording time, CPU usage, etc.) were not updated under certain conditions. - - Other minor bugs have been fixed. ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.3.2078/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.3.2078/BandicamCompany.Bandicam.yaml index bb8960640a4cc..b9c2478dfa787 100644 --- a/manifests/b/BandicamCompany/Bandicam/6.2.3.2078/BandicamCompany.Bandicam.yaml +++ b/manifests/b/BandicamCompany/Bandicam/6.2.3.2078/BandicamCompany.Bandicam.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: BandicamCompany.Bandicam PackageVersion: 6.2.3.2078 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.4.2083/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.4.2083/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..ae8b802b26585 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.2.4.2083/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.2.4.2083 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_6_2_4_2083.EXE + InstallerSha256: 5EB3F367D0F7324A8600E825C9184014A613DDCFD12DCE24B4BE3FBD6CFD5AF5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.4.2083/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.4.2083/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..7ba96d55ea343 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.2.4.2083/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.2.4.2083 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/6.2.4.2083/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/6.2.4.2083/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..a444020637b9b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/6.2.4.2083/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 6.2.4.2083 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.0.0.2117/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/7.0.0.2117/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..70316406035bc --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.0.0.2117/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.0.0.2117 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_7_0_0_2117.EXE + InstallerSha256: 9EBD22A2AD424D6121D7B33CAE9A3C96BDF8C4070C8FC5818183886E311B942E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.0.0.2117/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/7.0.0.2117/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..ed1850d0402b5 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.0.0.2117/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.0.0.2117 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.0.0.2117/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/7.0.0.2117/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..a58137b318884 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.0.0.2117/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.0.0.2117 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.0.1.2132/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/7.0.1.2132/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..2803c9a78e470 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.0.1.2132/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.0.1.2132 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_7_0_1_2132.EXE + InstallerSha256: 93D0AFCA16173329F71A3B86BD92B25BE09F7FAE8D8D5B0E3AD5A7D10AF55CBB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.0.1.2132/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/7.0.1.2132/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..214dcae2e52b8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.0.1.2132/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.0.1.2132 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.0.1.2132/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/7.0.1.2132/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..51caabfc8a168 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.0.1.2132/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.0.1.2132 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.0.2.2138/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/7.0.2.2138/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..a717e2a99491b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.0.2.2138/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.0.2.2138 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_7_0_2_2138.EXE + InstallerSha256: 1864E7C05DFCE1EF8E0D1AD41245C72772F2FA300FC9C03219AB2620AC35F7BA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.0.2.2138/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/7.0.2.2138/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..d77acdead82bb --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.0.2.2138/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.0.2.2138 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.0.2.2138/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/7.0.2.2138/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..6ec6612758be7 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.0.2.2138/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.0.2.2138 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.0.2151/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.0.2151/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..60bc101903397 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.1.0.2151/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.1.0.2151 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_7_1_0_2151.EXE + InstallerSha256: A97250EB2A591E8B80FD5CF0B236E6BA176F11C31BECA703CB9619A03145A6B2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.0.2151/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.0.2151/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..455ef41f56127 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.1.0.2151/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.1.0.2151 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.0.2151/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.0.2151/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..54e359af43a0e --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.1.0.2151/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.1.0.2151 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.1.2158/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.1.2158/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..adccf3f320ddc --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.1.1.2158/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.1.1.2158 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_7_1_1_2158.EXE + InstallerSha256: F9281F52196C6769429A260A3A65A70BEBFC679B2687FFCA827D183EFAEE57D0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.1.2158/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.1.2158/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..afd6d3ee2a0fa --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.1.1.2158/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.1.1.2158 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.1.2158/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.1.2158/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..ef81e6df1cd66 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.1.1.2158/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.1.1.2158 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.2.2451/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.2.2451/BandicamCompany.Bandicam.installer.yaml index 81c4513d5d7b3..fd4a2562c0355 100644 --- a/manifests/b/BandicamCompany/Bandicam/7.1.2.2451/BandicamCompany.Bandicam.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicam/7.1.2.2451/BandicamCompany.Bandicam.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.4.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: BandicamCompany.Bandicam @@ -13,7 +13,7 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerUrl: https://dl.bandicam.com/bdcamsetup.exe + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_7_1_2_2451.EXE InstallerSha256: 5AA1234EB23BEF8628CDC9189879D629B418CD1D176C99C024A15C3BFE5E413A ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.2.2451/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.2.2451/BandicamCompany.Bandicam.locale.en-US.yaml index b7360407e5d89..f540bf2d40b33 100644 --- a/manifests/b/BandicamCompany/Bandicam/7.1.2.2451/BandicamCompany.Bandicam.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicam/7.1.2.2451/BandicamCompany.Bandicam.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.4.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: BandicamCompany.Bandicam @@ -13,7 +13,7 @@ PackageName: Bandicam PackageUrl: https://www.bandicam.com License: Shareware LicenseUrl: https://www.bandicam.com/company/tos -Copyright: Copyright (c) 2008-2023 Bandicam Company. All rights reserved. +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. CopyrightUrl: https://www.bandicam.com/company/tos ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. Description: |- @@ -26,5 +26,6 @@ Tags: - screen-capture - video - video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ ManifestType: defaultLocale ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.2.2451/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.2.2451/BandicamCompany.Bandicam.yaml index b5edad2c97073..320e6738a6257 100644 --- a/manifests/b/BandicamCompany/Bandicam/7.1.2.2451/BandicamCompany.Bandicam.yaml +++ b/manifests/b/BandicamCompany/Bandicam/7.1.2.2451/BandicamCompany.Bandicam.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.4.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: BandicamCompany.Bandicam diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.3.2456/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.3.2456/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..a23eb68222026 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.1.3.2456/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.1.3.2456 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/old/BDCAMSETUP_ENG_7_1_3_2456.EXE + InstallerSha256: 6C1C25A1B41065CE275B905020A60D6FE5DABF18C1EC051550A40871500E6676 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.3.2456/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.3.2456/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..aea71831e59d1 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.1.3.2456/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.1.3.2456 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.3.2456/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.3.2456/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..d7a8e8e8378e9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.1.3.2456/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.1.3.2456 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.4.2458/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.4.2458/BandicamCompany.Bandicam.installer.yaml new file mode 100644 index 0000000000000..918c2c19f2057 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.1.4.2458/BandicamCompany.Bandicam.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.1.4.2458 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bdcamsetup.exe + InstallerSha256: BF76A5B846BB434469560B70A84175361BB276484BA5D45B040A4997F90EBA55 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.4.2458/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.4.2458/BandicamCompany.Bandicam.locale.en-US.yaml new file mode 100644 index 0000000000000..bd5725a84dbd0 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.1.4.2458/BandicamCompany.Bandicam.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.1.4.2458 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com +PublisherSupportUrl: https://www.bandicam.com/faqs +PrivacyUrl: https://www.bandicam.com/company/privacy +Author: Bandicam.com +PackageName: Bandicam +PackageUrl: https://www.bandicam.com +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos +Copyright: Copyright (c) 2008-2024 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos +ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. +Description: |- + Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. + This app also makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL/Vulkan graphics technologies. + Bandicam will help you carry out a screen capture with high compression ratio, while preserving the video quality of the original work, and provide performance far superior to other screen capture software that provides similar functions. +Moniker: bandicam +Tags: +- capture +- screen-capture +- video +- video-recording +ReleaseNotesUrl: https://www.bandicam.com/downloads/version_history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicam/7.1.4.2458/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/7.1.4.2458/BandicamCompany.Bandicam.yaml new file mode 100644 index 0000000000000..b7268a6e9ccb8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicam/7.1.4.2458/BandicamCompany.Bandicam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicam +PackageVersion: 7.1.4.2458 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/1.3.1.166/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/1.3.1.166/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..7801ffd8df9bd --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/1.3.1.166/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 1.3.1.166 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-1.3.1.166.exe + InstallerSha256: A7B865E86730C80CAAB86679E1675CF766C544EEC96561CC879EE83EFEF0DA94 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/1.3.1.166/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/1.3.1.166/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..a6baf2d30246a --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/1.3.1.166/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 1.3.1.166 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/1.3.1.166/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/1.3.1.166/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..0af744d34a122 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/1.3.1.166/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 1.3.1.166 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.0.198/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.0.198/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..126577ee1e347 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.0.198/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.0.198 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-2.0.0.198.exe + InstallerSha256: D32403C9DD7D9ECE7CA7B9C92D5BC123C827E23B3752DDE61DD68DF408241583 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.0.198/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.0.198/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..c8584b9bc70e3 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.0.198/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.0.198 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.0.198/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.0.198/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..b577850d52f50 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.0.198/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.0.198 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.1.201/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.1.201/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..33c6a90e1f3f8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.1.201/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.1.201 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-2.0.1.201.exe + InstallerSha256: 4D48BF9408FEE10D71CC821151ED03FB2462BB4B55E09CD5F0C89D14137E39B3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.1.201/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.1.201/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..a1f6ca011fba4 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.1.201/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.1.201 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.1.201/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.1.201/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..39ae1fb4c8da8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.1.201/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.1.201 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.2.209/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.2.209/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..992aa7e821148 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.2.209/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.2.209 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-2.0.2.209.exe + InstallerSha256: A5BED13F32B40A845C0A47C96613E7B52DE0C26AE17BACDF48F22D5A9849A520 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.2.209/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.2.209/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..1e0a8a9908aa4 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.2.209/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.2.209 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.2.209/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.2.209/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..85fcddc50181f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.2.209/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.2.209 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.3.212/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.3.212/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..e0c07dec86cf7 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.3.212/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.3.212 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-2.0.3.212.exe + InstallerSha256: 42D44212BE9AA2C53C75124B5137ABD42F2BDA31DF9C4A3A60E817DD70B9D0C6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.3.212/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.3.212/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..8995eab11b5e6 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.3.212/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.3.212 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.3.212/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.3.212/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..925c695343ce2 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.3.212/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.3.212 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.4.215/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.4.215/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..d511de4319180 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.4.215/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.4.215 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-2.0.4.215.exe + InstallerSha256: 282A277863497E39FD29B9D2BEA6BCFF146A15EEFA1B71DAF7410B86E460EC8A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.4.215/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.4.215/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..789fb46ffbfec --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.4.215/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.4.215 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.0.4.215/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/2.0.4.215/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..ee331073ff3c8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.0.4.215/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.0.4.215 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.5.0.263/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/2.5.0.263/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..116caf18a2aea --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.5.0.263/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.5.0.263 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-2.5.0.263.exe + InstallerSha256: 0C648E940EBB58347BC332A884214F42DC6B15B49C36B65D5BDB98ADC16B9C62 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.5.0.263/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/2.5.0.263/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..6f622efe35c46 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.5.0.263/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.5.0.263 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.5.0.263/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/2.5.0.263/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..d6d8a55430d0b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.5.0.263/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.5.0.263 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.6.0.227/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/2.6.0.227/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..6894ebfe086a9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.6.0.227/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.6.0.227 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-2.6.0.277.exe + InstallerSha256: F41FF8D7B4BB6572FE35DA021DC8FE456856930F919B1DAE35F81FB08A91262E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.6.0.227/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/2.6.0.227/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..941db5dbf6943 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.6.0.227/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.6.0.227 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.6.0.227/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/2.6.0.227/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..5481cf97ff826 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.6.0.227/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.6.0.227 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.7.0.303/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/2.7.0.303/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..1833550e5d73b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.7.0.303/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.7.0.303 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-2.7.0.303.exe + InstallerSha256: 8C99EED9D01A9E77424426EAA23723D73FE6BC0953D4F43C86A29E6D79062CE9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.7.0.303/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/2.7.0.303/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..6a7025c244ccf --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.7.0.303/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.7.0.303 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.7.0.303/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/2.7.0.303/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..3c049d04551ca --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.7.0.303/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.7.0.303 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.7.1.313/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/2.7.1.313/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..c7871239aa0e5 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.7.1.313/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.7.1.313 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-2.7.1.313.exe + InstallerSha256: 57D5C95BA21AA7AE9D42ECB196ABE3121DBB7675D2372F1437BA44EA44C7B79B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.7.1.313/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/2.7.1.313/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..9efb5d8d1b034 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.7.1.313/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.7.1.313 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.7.1.313/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/2.7.1.313/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..5a20ae5274209 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.7.1.313/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.7.1.313 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.8.0.345/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/2.8.0.345/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..1374137d16b14 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.8.0.345/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.8.0.345 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-2.8.0.345.exe + InstallerSha256: 5312B3511C58FE601623465A0118A8DE306ED120DD01E6678E39601374CBACFA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.8.0.345/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/2.8.0.345/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..03f2bf3c53274 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.8.0.345/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.8.0.345 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.8.0.345/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/2.8.0.345/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..edee8549385ab --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.8.0.345/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.8.0.345 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.8.1.363/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/2.8.1.363/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..97a88f3ee1155 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.8.1.363/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.8.1.363 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-2.8.1.363.exe + InstallerSha256: FEF69D030BCDDA8F4CBCA43DEC5AD025AFCB7FF355DE401AA947177427656576 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.8.1.363/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/2.8.1.363/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..927efe9342a71 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.8.1.363/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.8.1.363 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.8.1.363/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/2.8.1.363/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..36244656fa2f0 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.8.1.363/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.8.1.363 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.8.2.380/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/2.8.2.380/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..3c9aee2315199 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.8.2.380/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.8.2.380 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-2.8.2.380.exe + InstallerSha256: B1715B374DA5F98E7CAC462A5EA33B5BD27C2229500D8B55775E75D9822432FE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.8.2.380/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/2.8.2.380/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..41fbf6f0b9a12 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.8.2.380/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.8.2.380 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/2.8.2.380/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/2.8.2.380/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..af28e5b68fd65 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/2.8.2.380/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 2.8.2.380 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.0.0.402/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.0.0.402/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..f5a0100bb003a --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.0.0.402/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.0.0.402 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.0.0.402.exe + InstallerSha256: 19EE7CA45BF509F6E8EFF464FC0AD7BD2569D3C3068C702CD9801819E4B4E1BA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.0.0.402/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.0.0.402/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..3be5f4eecec4b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.0.0.402/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.0.0.402 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.0.0.402/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.0.0.402/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..e6d5564731200 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.0.0.402/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.0.0.402 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.0.422/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.0.422/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..44477b28a3ead --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.0.422/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.0.422 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.1.0.422.exe + InstallerSha256: 71FCA08E19C10189C111C5D983448F1F7B4F5AC78C618525CAB94C48FEB66667 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.0.422/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.0.422/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..96033b4d075ad --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.0.422/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.0.422 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.0.422/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.0.422/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..8f3d056ec307d --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.0.422/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.0.422 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.1.431/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.1.431/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..e4da473ec7275 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.1.431/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.1.431 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.1.1.431.exe + InstallerSha256: 9FB4BD3637052BD6411DAFB8F39B61D0D49637032CCDAFBAA18F7B7E6763131F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.1.431/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.1.431/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..2d98c50e4e76a --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.1.431/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.1.431 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.1.431/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.1.431/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..ef64335d15e5a --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.1.431/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.1.431 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.2.441/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.2.441/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..32344fb5582bd --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.2.441/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.2.441 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.1.2.441.exe + InstallerSha256: 4237CFC45D6DCC73B4695087DC1C413DCDB9B1DA504F7F484C5D9E51A3C3FAFC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.2.441/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.2.441/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..b5bfecc0868f7 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.2.441/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.2.441 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.2.441/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.2.441/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..2e45c7d8f38a5 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.2.441/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.2.441 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.3.454/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.3.454/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..7108769c9ae50 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.3.454/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.3.454 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.1.3.454.exe + InstallerSha256: 3B8764B0CD5EDABB424C915B7C948358660798A6D5BCF99CE761892905730FD4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.3.454/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.3.454/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..d42eb3fbd6313 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.3.454/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.3.454 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.3.454/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.3.454/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..22c912d05236b --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.3.454/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.3.454 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.4.480/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.4.480/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..f80261bf77756 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.4.480/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.4.480 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.1.4.480.exe + InstallerSha256: F77D36E9798C26065BBD05117D25AB8CFC634298A43FB55B3F2DA31C00195F21 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.4.480/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.4.480/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..a27e71aeabe20 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.4.480/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.4.480 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.4.480/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.4.480/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..c93101eb26466 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.4.480/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.4.480 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.5.511/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.5.511/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..4f5e8601c106f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.5.511/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.5.511 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.1.5.511.exe + InstallerSha256: E70A8C65E30889941397CE8314464D611D2900AE6781986FDFA186DCBDF68C7E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.5.511/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.5.511/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..1ce0d479855b6 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.5.511/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.5.511 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.1.5.511/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.1.5.511/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..ff7434ee79b12 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.1.5.511/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.1.5.511 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.5.0.599/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.5.0.599/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..2e6a8be0519f8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.5.0.599/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.5.0.599 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.5.0.599.exe + InstallerSha256: 4C9AB3AAA8CA3D95A243A73064F74AA4F4480E79EC5DD2093AD741F718C05CD2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.5.0.599/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.5.0.599/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..086f79f25a280 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.5.0.599/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.5.0.599 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.5.0.599/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.5.0.599/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..cacda2317fda9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.5.0.599/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.5.0.599 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.1.639/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.1.639/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..a8d211a1d63c4 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.1.639/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.1.639 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.6.1.639.exe + InstallerSha256: 0E18DD704E80587B15648D47C7624579D38158443DF6979D505E05754CDD60E9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.1.639/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.1.639/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..0f489cc512521 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.1.639/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.1.639 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.1.639/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.1.639/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..0783244ebc41c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.1.639/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.1.639 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.2.647/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.2.647/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..9aee2b93fbed7 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.2.647/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.2.647 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.6.2.647.exe + InstallerSha256: 14502D041E25D826C0B67C9590A8815504A62C173DC9DDEFE3551E20E7698512 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.2.647/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.2.647/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..2df7f36e58676 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.2.647/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.2.647 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.2.647/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.2.647/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..fc27c480541d1 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.2.647/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.2.647 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.3.652/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.3.652/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..b9bcd37a48f98 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.3.652/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.3.652 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.6.3.652.exe + InstallerSha256: 3D9C6D6AF990BA7BB82AF060BA089BEC925FFEBA245191A950FB3ACCBA343158 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.3.652/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.3.652/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..3ecfb7fe50eba --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.3.652/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.3.652 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.3.652/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.3.652/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..f107982f169e1 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.3.652/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.3.652 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.4.661/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.4.661/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..1c1b0b5bfc8b5 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.4.661/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.4.661 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.6.4.661.exe + InstallerSha256: A16A56B8F12CCB4142805DCFB407143A61E2093209C8C8F76653AE3FB0791922 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.4.661/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.4.661/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..27cb135002e27 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.4.661/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.4.661 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.4.661/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.4.661/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..a13fe4c76456c --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.4.661/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.4.661 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.5.668/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.5.668/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..e86b9a8af07fc --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.5.668/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.5.668 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.6.5.668.exe + InstallerSha256: DFA11568EB71E794FF6FDC5C8E1E55741AC0B18C8F48569CA3DDC5678652E340 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.5.668/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.5.668/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..309ed7fb7a5fd --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.5.668/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.5.668 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.5.668/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.5.668/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..1b566654dc077 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.5.668/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.5.668 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.6.676/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.6.676/BandicamCompany.Bandicut.installer.yaml index 5ec9967b14142..e5ae3d1286af9 100644 --- a/manifests/b/BandicamCompany/Bandicut/3.6.6.676/BandicamCompany.Bandicut.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicut/3.6.6.676/BandicamCompany.Bandicut.installer.yaml @@ -1,21 +1,21 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicut -PackageVersion: 3.6.6.676 -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -FileExtensions: -- bcpf -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: machine - InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.6.6.676.exe - InstallerSha256: 2A03845EE336979D80EA5E0573AEDA312798F76812F09C16B40943982B61A005 - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.6.676 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.6.6.676.exe + InstallerSha256: 2A03845EE336979D80EA5E0573AEDA312798F76812F09C16B40943982B61A005 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.6.676/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.6.676/BandicamCompany.Bandicut.locale.en-US.yaml index 62cb3d0d084fd..26898acb6ef97 100644 --- a/manifests/b/BandicamCompany/Bandicut/3.6.6.676/BandicamCompany.Bandicut.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicut/3.6.6.676/BandicamCompany.Bandicut.locale.en-US.yaml @@ -1,25 +1,26 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicut -PackageVersion: 3.6.6.676 -PackageLocale: en-US -Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ -PublisherSupportUrl: https://www.bandicam.com/faqs/ -PrivacyUrl: https://www.bandicam.com/company/privacy/ -Author: Bandicam Company -PackageName: Bandicut -PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ -License: Proprietary -LicenseUrl: https://www.bandicam.com/company/tos/ -Copyright: Copyright (c) 2013-2021 Bandicam.com, All rights reserved. -CopyrightUrl: https://www.bandicam.com/company/tos/ -ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. -Moniker: bandicut -Tags: -- cut -- video -- video-editing -ManifestType: defaultLocale -ManifestVersion: 1.0.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.6.676 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.6.676/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.6.676/BandicamCompany.Bandicut.yaml index e63c4a2d7dbfb..7c9e0dacc7378 100644 --- a/manifests/b/BandicamCompany/Bandicut/3.6.6.676/BandicamCompany.Bandicut.yaml +++ b/manifests/b/BandicamCompany/Bandicut/3.6.6.676/BandicamCompany.Bandicut.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicut -PackageVersion: 3.6.6.676 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.6.676 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.7.691/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.7.691/BandicamCompany.Bandicut.installer.yaml index f55b447c9b8ed..db1d157113ae1 100644 --- a/manifests/b/BandicamCompany/Bandicut/3.6.7.691/BandicamCompany.Bandicut.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicut/3.6.7.691/BandicamCompany.Bandicut.installer.yaml @@ -1,21 +1,21 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicut -PackageVersion: 3.6.7.691 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -FileExtensions: -- bcpf -Installers: -- Architecture: x64 - InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.6.7.691.exe - InstallerSha256: 733434E03A995E3CFC762759684DDC9284E26752892E960F49FE667151514628 -ManifestType: installer -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.7.691 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.6.7.691.exe + InstallerSha256: 733434E03A995E3CFC762759684DDC9284E26752892E960F49FE667151514628 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.7.691/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.7.691/BandicamCompany.Bandicut.locale.en-US.yaml index 3e6eb46242acf..2666a3618cfaa 100644 --- a/manifests/b/BandicamCompany/Bandicut/3.6.7.691/BandicamCompany.Bandicut.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicut/3.6.7.691/BandicamCompany.Bandicut.locale.en-US.yaml @@ -1,29 +1,26 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicut -PackageVersion: 3.6.7.691 -PackageLocale: en-US -Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ -PublisherSupportUrl: https://www.bandicam.com/faqs/ -PrivacyUrl: https://www.bandicam.com/company/privacy/ -Author: Bandicam Company -PackageName: Bandicut -PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ -License: Proprietary -LicenseUrl: https://www.bandicam.com/company/tos/ -Copyright: Copyright (c) 2013-2021 Bandicam.com, All rights reserved. -CopyrightUrl: https://www.bandicam.com/company/tos/ -ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. -# Description: -Moniker: bandicut -Tags: -- cut -- video -- video-editing -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.7.691 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.7.691/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.7.691/BandicamCompany.Bandicut.yaml index dd58718789ebe..c26b27ec9ee62 100644 --- a/manifests/b/BandicamCompany/Bandicut/3.6.7.691/BandicamCompany.Bandicut.yaml +++ b/manifests/b/BandicamCompany/Bandicut/3.6.7.691/BandicamCompany.Bandicut.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BandicamCompany.Bandicut -PackageVersion: 3.6.7.691 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.7.691 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.8.711/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.8.711/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..9b121b45ee6ae --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.8.711/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.8.711 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.6.8.711.exe + InstallerSha256: 6388D8E13EAAA6342E7A2B26719C788DA3874182820722E29F39856116A9F327 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.8.711/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.8.711/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..22c8f142fd9a4 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.8.711/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.8.711 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.6.8.711/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.6.8.711/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..17940f60d8744 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.6.8.711/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.6.8.711 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.7.0.762/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.7.0.762/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..566be007ebd82 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.7.0.762/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.7.0.762 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.7.0.762.exe + InstallerSha256: 1FFF1A8724B1A027EA2F2951F4FCCA809AEDFE16CB3746F0365EC11EF6E37081 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.7.0.762/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.7.0.762/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..e90def7b65a72 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.7.0.762/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.7.0.762 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.7.0.762/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.7.0.762/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..b00b4e39e3916 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.7.0.762/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.7.0.762 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.0.825/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.0.825/BandicamCompany.Bandicut.installer.yaml index 4fc1ef7714c79..de7151448d34b 100644 --- a/manifests/b/BandicamCompany/Bandicut/3.8.0.825/BandicamCompany.Bandicut.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicut/3.8.0.825/BandicamCompany.Bandicut.installer.yaml @@ -1,21 +1,21 @@ -# Created with YamlCreate.ps1 v2.3.3 $debug=QUSU.CRLF.5-1-22621-2506.Win32NT -# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/v1.6.0/manifest.installer.1.6.0.json - -PackageIdentifier: BandicamCompany.Bandicut -PackageVersion: 3.8.0.825 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -FileExtensions: -- bcpf -Installers: -- Architecture: x64 - InstallerUrl: https://dl.bandicam.com/bandicut/bandicut-setup.exe - InstallerSha256: 9AE68A79AF13D5961C5E6CCF75C7A7092C3729A093F8FC84266C7C545E72E444 -ManifestType: installer -ManifestVersion: 1.6.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.0.825 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.8.0.825.exe + InstallerSha256: 9AE68A79AF13D5961C5E6CCF75C7A7092C3729A093F8FC84266C7C545E72E444 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.0.825/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.0.825/BandicamCompany.Bandicut.locale.en-US.yaml index b0c1cefd4afd6..4fffe4f4db131 100644 --- a/manifests/b/BandicamCompany/Bandicut/3.8.0.825/BandicamCompany.Bandicut.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicut/3.8.0.825/BandicamCompany.Bandicut.locale.en-US.yaml @@ -1,31 +1,26 @@ -# Created with YamlCreate.ps1 v2.3.3 $debug=QUSU.CRLF.5-1-22621-2506.Win32NT -# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/v1.6.0/manifest.defaultLocale.1.6.0.json - -PackageIdentifier: BandicamCompany.Bandicut -PackageVersion: 3.8.0.825 -PackageLocale: en-US -Publisher: Bandicam.com -PublisherUrl: https://www.bandicam.com/ -PublisherSupportUrl: https://www.bandicam.com/faqs/ -PrivacyUrl: https://www.bandicam.com/company/privacy/ -Author: Bandicam Company -PackageName: Bandicut -PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ -License: Proprietary -LicenseUrl: https://www.bandicam.com/company/tos/ -Copyright: Copyright (c) 2013-2021 Bandicam.com, All rights reserved. -CopyrightUrl: https://www.bandicam.com/company/tos/ -ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. -# Description: -Moniker: bandicut -Tags: -- cut -- video -- video-editing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.0.825 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.0.825/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.0.825/BandicamCompany.Bandicut.yaml index 32d0cb8662726..71d416289034b 100644 --- a/manifests/b/BandicamCompany/Bandicut/3.8.0.825/BandicamCompany.Bandicut.yaml +++ b/manifests/b/BandicamCompany/Bandicut/3.8.0.825/BandicamCompany.Bandicut.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.3 $debug=QUSU.CRLF.5-1-22621-2506.Win32NT -# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/v1.6.0/manifest.version.1.6.0.json - -PackageIdentifier: BandicamCompany.Bandicut -PackageVersion: 3.8.0.825 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.0.825 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.1.855/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.1.855/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..c9aeaa206b5e0 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.8.1.855/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.1.855 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.8.1.855.exe + InstallerSha256: 71DB906B0FAB8CF45565BCCC6EEA94849C31D16ADBFC4AF101DA36E69667B9E3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.1.855/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.1.855/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..85a25f754f03f --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.8.1.855/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.1.855 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.1.855/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.1.855/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..62fa1488deeaf --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.8.1.855/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.1.855 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.2.862/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.2.862/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..6c2fdf62b81ae --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.8.2.862/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.2.862 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.8.2.862.exe + InstallerSha256: 67DABC6A8EECF2A6381F1BD17BEC1AC2ED4CCC86FF1E59CB4C5244F686204587 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.2.862/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.2.862/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..585ad9e79f96a --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.8.2.862/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.2.862 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.2.862/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.2.862/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..f3c819868dbe7 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.8.2.862/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.2.862 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.3.2432/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.3.2432/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..a4576a21fc12d --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.8.3.2432/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.3.2432 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-3.8.3.2432.exe + InstallerSha256: 55DA5E07A49063AAB10AF84C7E7F900689E29F82E65702A4800B05840852CA01 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.3.2432/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.3.2432/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..392bcc60ac551 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.8.3.2432/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.3.2432 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.3.2432/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.3.2432/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..02cf3be2eeaba --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.8.3.2432/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.3.2432 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.4.2434/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.4.2434/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..a7c5a3532e3c9 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.8.4.2434/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.4.2434 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/bandicut-setup.exe + InstallerSha256: 66E1970D5C7CF14B651184C5264222491DE326A9E0E33BF559EA142A3D4496CF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.4.2434/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.4.2434/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..622dc5834d6ed --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.8.4.2434/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.4.2434 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Proprietary +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2013-2024 Bandicam.com, All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/3.8.4.2434/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/3.8.4.2434/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..02ded9a54bbe0 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/3.8.4.2434/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 3.8.4.2434 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bandisoft/BandiView/7.05/Bandisoft.BandiView.locale.en-US.yaml b/manifests/b/Bandisoft/BandiView/7.05/Bandisoft.BandiView.locale.en-US.yaml deleted file mode 100644 index f44bc915a4d79..0000000000000 --- a/manifests/b/Bandisoft/BandiView/7.05/Bandisoft.BandiView.locale.en-US.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Bandisoft.BandiView -PackageVersion: "7.05" -PackageLocale: en-US -Publisher: Bandisoft.com -PublisherUrl: https://www.bandisoft.com/ -PublisherSupportUrl: https://www.bandisoft.com/bandiview/help/ -PrivacyUrl: https://www.bandisoft.com/about/privacy/ -Author: Bandisoft International Inc. -PackageName: BandiView -PackageUrl: https://www.bandisoft.com/bandiview/ -License: Proprietary -LicenseUrl: https://www.bandisoft.com/bandiview/eula/eula.en.pdf -Copyright: Copyright(C) 2024-2024 Bandisoft International Inc. All rights reserved. -# CopyrightUrl: -ShortDescription: A New Standard for Image Viewers -Description: BandiView is the succeeding image viewer to Honeyview, that inherits everything cool of its predecessor and also gets improved even further. Fast and easy to view images in a variety of formats, from the most common ones to the most professional ones. -# Moniker: -Tags: -- comic -- image -- photo -- picture -- reader -- viewer -- webtoon -ReleaseNotes: |- - - Added an HDR output function for 32-bit PSD files - - Added support for Apple CgBI PNG format - - Fixed a bug that the app cannot open some CLIP files - - Improved the double-page view mode to read image info faster - - Improved the meta info window to show XMP - - Now the image converter does not store the EXIF orientation - - Improved the context menu which appears on the viewer - - Fixed a bug related to hiding the mouse cursor - - Improved the double-page view mode and webtoon view mode to show animated images - - Fixed a bug that the app cannot process the transparency of SVG files correctly - - Improved the app's title bar to show the width, height, and file size of an image - - Added a function remembering the page layout in the double-page view mode - - Fixed a bug that the app cannot show some TGA files correctly - - Improved the zoom function to adjust the zoom level referring to the position of the mouse cursor - - Fixed a bug that the app cannot open high-resolution BMP files - - Other modifications -ReleaseNotesUrl: https://www.bandisoft.com/bandiview/history/ -PurchaseUrl: https://www.bandisoft.com/bandiview/buy/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bandisoft/BandiView/7.05/Bandisoft.BandiView.installer.yaml b/manifests/b/Bandisoft/BandiView/7.07/Bandisoft.BandiView.installer.yaml similarity index 77% rename from manifests/b/Bandisoft/BandiView/7.05/Bandisoft.BandiView.installer.yaml rename to manifests/b/Bandisoft/BandiView/7.07/Bandisoft.BandiView.installer.yaml index 1556cb86b8703..7cff073b62b9f 100644 --- a/manifests/b/Bandisoft/BandiView/7.05/Bandisoft.BandiView.installer.yaml +++ b/manifests/b/Bandisoft/BandiView/7.07/Bandisoft.BandiView.installer.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: Bandisoft.BandiView -PackageVersion: "7.05" +PackageVersion: "7.07" InstallerType: exe Scope: machine InstallModes: @@ -82,15 +82,15 @@ FileExtensions: - wdp - webp - x3f -ReleaseDate: 2024-07-15 +ReleaseDate: 2024-09-02 Installers: - Architecture: x64 InstallerUrl: https://dl.bandisoft.com/bandiview/BANDIVIEW-SETUP-X64.EXE - InstallerSha256: 31000F870D5F0613A8E3DB5A979122C3E9EBF9B7AEFC6ADAEBE216145A620DCD + InstallerSha256: 264930545C01DB2658DC6CCC3A982DF1795E24D6DCFD36E642B780526301C67A ProductCode: BandiView - Architecture: arm64 InstallerUrl: https://dl.bandisoft.com/bandiview/BANDIVIEW-SETUP-ALL.EXE - InstallerSha256: 23587BD034C0BAB05ED707F8364A528883E7F4516B8A9B2C0BEB584840CBC4C4 + InstallerSha256: D67E7D1CEEF2E6D5CFECC8A9FDFF755A38FD307D87144B85C0AE79C072ECBD4C ProductCode: BandiView ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/b/Bandisoft/BandiView/7.07/Bandisoft.BandiView.locale.en-US.yaml b/manifests/b/Bandisoft/BandiView/7.07/Bandisoft.BandiView.locale.en-US.yaml new file mode 100644 index 0000000000000..aabaa171e3dd0 --- /dev/null +++ b/manifests/b/Bandisoft/BandiView/7.07/Bandisoft.BandiView.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bandisoft.BandiView +PackageVersion: "7.07" +PackageLocale: en-US +Publisher: Bandisoft.com +PublisherUrl: https://www.bandisoft.com/ +PublisherSupportUrl: https://www.bandisoft.com/bandiview/help/ +PrivacyUrl: https://www.bandisoft.com/about/privacy/ +Author: Bandisoft International Inc. +PackageName: BandiView +PackageUrl: https://www.bandisoft.com/bandiview/ +License: Proprietary +LicenseUrl: https://www.bandisoft.com/bandiview/eula/eula.en.pdf +Copyright: Copyright(C) 2024-2024 Bandisoft International Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: A New Standard for Image Viewers +Description: BandiView is the succeeding image viewer to Honeyview, that inherits everything cool of its predecessor and also gets improved even further. Fast and easy to view images in a variety of formats, from the most common ones to the most professional ones. +# Moniker: +Tags: +- comic +- image +- photo +- picture +- reader +- viewer +- webtoon +ReleaseNotes: |- + - Fixed a bug that the app cannot open some CLIP files (Thanks to rniakrion) + - Added a function changing the desktop background of a specified monitor when using multiple monitors + - Fixed a bug that selecting "As File Explorer does" for how to sort files does not apply on Desktop + - Fixed a bug that "Use arrow keys to scroll images only" does not apply + - Fixed a bug that the processing speed is low when deleting a number of files on File Explorer + - Fixed a bug that "CMD_SCROLL_..." commands do not work correctly when a customized shortcut key is assigned + - Other modifications +ReleaseNotesUrl: https://www.bandisoft.com/bandiview/history/ +PurchaseUrl: https://www.bandisoft.com/bandiview/buy/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bandisoft/BandiView/7.05/Bandisoft.BandiView.locale.zh-CN.yaml b/manifests/b/Bandisoft/BandiView/7.07/Bandisoft.BandiView.locale.zh-CN.yaml similarity index 94% rename from manifests/b/Bandisoft/BandiView/7.05/Bandisoft.BandiView.locale.zh-CN.yaml rename to manifests/b/Bandisoft/BandiView/7.07/Bandisoft.BandiView.locale.zh-CN.yaml index b3ce69a2cf7c9..6e3c7dd203443 100644 --- a/manifests/b/Bandisoft/BandiView/7.05/Bandisoft.BandiView.locale.zh-CN.yaml +++ b/manifests/b/Bandisoft/BandiView/7.07/Bandisoft.BandiView.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Bandisoft.BandiView -PackageVersion: "7.05" +PackageVersion: "7.07" PackageLocale: zh-CN Publisher: Bandisoft.com PublisherUrl: https://cn.bandisoft.com/ diff --git a/manifests/b/Bandisoft/BandiView/7.05/Bandisoft.BandiView.yaml b/manifests/b/Bandisoft/BandiView/7.07/Bandisoft.BandiView.yaml similarity index 84% rename from manifests/b/Bandisoft/BandiView/7.05/Bandisoft.BandiView.yaml rename to manifests/b/Bandisoft/BandiView/7.07/Bandisoft.BandiView.yaml index 6821d328a8d8c..f59ead8a687f1 100644 --- a/manifests/b/Bandisoft/BandiView/7.05/Bandisoft.BandiView.yaml +++ b/manifests/b/Bandisoft/BandiView/7.07/Bandisoft.BandiView.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Bandisoft.BandiView -PackageVersion: "7.05" +PackageVersion: "7.07" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.23.1/BartoszCichecki.LenovoLegionToolkit.installer.yaml b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.23.1/BartoszCichecki.LenovoLegionToolkit.installer.yaml new file mode 100644 index 0000000000000..ba9c26c563ed4 --- /dev/null +++ b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.23.1/BartoszCichecki.LenovoLegionToolkit.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BartoszCichecki.LenovoLegionToolkit +PackageVersion: 2.23.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/releases/download/2.23.1/LenovoLegionToolkitSetup.exe + InstallerSha256: 089D04FFD06A702C9AD70C431608A53A81AA2DB600448CAED539C693D80F780E + ProductCode: '{0C37B9AC-9C3D-4302-8ABB-125C7C7D83D5}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.23.1/BartoszCichecki.LenovoLegionToolkit.locale.en-US.yaml b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.23.1/BartoszCichecki.LenovoLegionToolkit.locale.en-US.yaml new file mode 100644 index 0000000000000..5bc3c34357132 --- /dev/null +++ b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.23.1/BartoszCichecki.LenovoLegionToolkit.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BartoszCichecki.LenovoLegionToolkit +PackageVersion: 2.23.1 +PackageLocale: en-US +Publisher: Bartosz Cichecki +PublisherUrl: https://github.com/BartoszCichecki +PublisherSupportUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/issues +# PrivacyUrl: +Author: Bartosz Cichecki +PackageName: Lenovo Legion Toolkit +PackageUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit +License: GPL-3.0 +LicenseUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/blob/master/LICENSE +Copyright: © 2024 Bartosz Cichecki +# CopyrightUrl: +ShortDescription: Lightweight replacement of Lenovo Vantage for Lenovo Legion laptops. +Description: Lenovo Legion Toolkit (LLT) is a utility created for Lenovo Legion laptops, that allows changing a couple of features that are only available in Lenovo Vantage or Legion Zone. +# Moniker: +Tags: +- legion +- lenovo +ReleaseNotes: '- Fixed an issue where some Downloads would fail' +ReleaseNotesUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/releases/tag/2.23.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.23.1/BartoszCichecki.LenovoLegionToolkit.locale.zh-CN.yaml b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.23.1/BartoszCichecki.LenovoLegionToolkit.locale.zh-CN.yaml new file mode 100644 index 0000000000000..149ec552b4de1 --- /dev/null +++ b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.23.1/BartoszCichecki.LenovoLegionToolkit.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: BartoszCichecki.LenovoLegionToolkit +PackageVersion: 2.23.1 +PackageLocale: zh-CN +Publisher: Bartosz Cichecki +PublisherUrl: https://github.com/BartoszCichecki +PublisherSupportUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/issues +# PrivacyUrl: +Author: Bartosz Cichecki +PackageName: Lenovo Legion Toolkit +PackageUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit +License: GPL-3.0 +LicenseUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/blob/master/LICENSE +Copyright: © 2024 Bartosz Cichecki +# CopyrightUrl: +ShortDescription: 用于联想拯救者系列笔记本的 Lenovo Vantage 轻量化替代品。 +Description: 联想拯救者工具箱 Lenovo Legion Toolkit (LLT) 是为联想拯救者系列笔记本打造的轻量化工具箱。可实现原来联想软件如 Lenovo Vantage、Legion Zone、联想电脑管家才可实现的功能。 +# Moniker: +Tags: +- 拯救者 +- 联想 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/releases/tag/2.23.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.23.1/BartoszCichecki.LenovoLegionToolkit.yaml b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.23.1/BartoszCichecki.LenovoLegionToolkit.yaml new file mode 100644 index 0000000000000..b857c1b9a2579 --- /dev/null +++ b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.23.1/BartoszCichecki.LenovoLegionToolkit.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BartoszCichecki.LenovoLegionToolkit +PackageVersion: 2.23.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.0/BartoszCichecki.LenovoLegionToolkit.installer.yaml b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.0/BartoszCichecki.LenovoLegionToolkit.installer.yaml new file mode 100644 index 0000000000000..6f19a09860d4c --- /dev/null +++ b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.0/BartoszCichecki.LenovoLegionToolkit.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BartoszCichecki.LenovoLegionToolkit +PackageVersion: 2.24.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/releases/download/2.24.0/LenovoLegionToolkitSetup.exe + InstallerSha256: D76FDD42DE20DD59FCE8AA2893327E56811DFF28D2D9B14B794BE949B23F070E + ProductCode: '{0C37B9AC-9C3D-4302-8ABB-125C7C7D83D5}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.0/BartoszCichecki.LenovoLegionToolkit.locale.en-US.yaml b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.0/BartoszCichecki.LenovoLegionToolkit.locale.en-US.yaml new file mode 100644 index 0000000000000..39857f708f01c --- /dev/null +++ b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.0/BartoszCichecki.LenovoLegionToolkit.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BartoszCichecki.LenovoLegionToolkit +PackageVersion: 2.24.0 +PackageLocale: en-US +Publisher: Bartosz Cichecki +PublisherUrl: https://github.com/BartoszCichecki +PublisherSupportUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/issues +# PrivacyUrl: +Author: Bartosz Cichecki +PackageName: Lenovo Legion Toolkit +PackageUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit +License: GPL-3.0 +LicenseUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/blob/master/LICENSE +Copyright: © 2024 Bartosz Cichecki +# CopyrightUrl: +ShortDescription: Lightweight replacement of Lenovo Vantage for Lenovo Legion laptops. +Description: Lenovo Legion Toolkit (LLT) is a utility created for Lenovo Legion laptops, that allows changing a couple of features that are only available in Lenovo Vantage or Legion Zone. +# Moniker: +Tags: +- legion +- lenovo +ReleaseNotes: '- Added status bar, if there is another software running that conflicts with LLT' +ReleaseNotesUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/releases/tag/2.24.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.0/BartoszCichecki.LenovoLegionToolkit.locale.zh-CN.yaml b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.0/BartoszCichecki.LenovoLegionToolkit.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6a8dce670b852 --- /dev/null +++ b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.0/BartoszCichecki.LenovoLegionToolkit.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: BartoszCichecki.LenovoLegionToolkit +PackageVersion: 2.24.0 +PackageLocale: zh-CN +Publisher: Bartosz Cichecki +PublisherUrl: https://github.com/BartoszCichecki +PublisherSupportUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/issues +# PrivacyUrl: +Author: Bartosz Cichecki +PackageName: Lenovo Legion Toolkit +PackageUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit +License: GPL-3.0 +LicenseUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/blob/master/LICENSE +Copyright: © 2024 Bartosz Cichecki +# CopyrightUrl: +ShortDescription: 用于联想拯救者系列笔记本的 Lenovo Vantage 轻量化替代品。 +Description: 联想拯救者工具箱 Lenovo Legion Toolkit (LLT) 是为联想拯救者系列笔记本打造的轻量化工具箱。可实现原来联想软件如 Lenovo Vantage、Legion Zone、联想电脑管家才可实现的功能。 +# Moniker: +Tags: +- 拯救者 +- 联想 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/releases/tag/2.24.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.0/BartoszCichecki.LenovoLegionToolkit.yaml b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.0/BartoszCichecki.LenovoLegionToolkit.yaml new file mode 100644 index 0000000000000..e2bb93e98f6be --- /dev/null +++ b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.0/BartoszCichecki.LenovoLegionToolkit.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BartoszCichecki.LenovoLegionToolkit +PackageVersion: 2.24.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.1/BartoszCichecki.LenovoLegionToolkit.installer.yaml b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.1/BartoszCichecki.LenovoLegionToolkit.installer.yaml new file mode 100644 index 0000000000000..ba867d1df77c2 --- /dev/null +++ b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.1/BartoszCichecki.LenovoLegionToolkit.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BartoszCichecki.LenovoLegionToolkit +PackageVersion: 2.24.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/releases/download/2.24.1/LenovoLegionToolkitSetup.exe + InstallerSha256: 19D72EBB3618623BB2746CC552CA897B028B19BD8877C3EC81F58947E3F8D302 + ProductCode: '{0C37B9AC-9C3D-4302-8ABB-125C7C7D83D5}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.1/BartoszCichecki.LenovoLegionToolkit.locale.en-US.yaml b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.1/BartoszCichecki.LenovoLegionToolkit.locale.en-US.yaml new file mode 100644 index 0000000000000..abf0d89546632 --- /dev/null +++ b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.1/BartoszCichecki.LenovoLegionToolkit.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BartoszCichecki.LenovoLegionToolkit +PackageVersion: 2.24.1 +PackageLocale: en-US +Publisher: Bartosz Cichecki +PublisherUrl: https://github.com/BartoszCichecki +PublisherSupportUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/issues +# PrivacyUrl: +Author: Bartosz Cichecki +PackageName: Lenovo Legion Toolkit +PackageUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit +License: GPL-3.0 +LicenseUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/blob/master/LICENSE +Copyright: © 2024 Bartosz Cichecki +# CopyrightUrl: +ShortDescription: Lightweight replacement of Lenovo Vantage for Lenovo Legion laptops. +Description: Lenovo Legion Toolkit (LLT) is a utility created for Lenovo Legion laptops, that allows changing a couple of features that are only available in Lenovo Vantage or Legion Zone. +# Moniker: +Tags: +- legion +- lenovo +ReleaseNotes: |- + - Added Polish localization + - Added compatibility for 16ARP9 +ReleaseNotesUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/releases/tag/2.24.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.1/BartoszCichecki.LenovoLegionToolkit.locale.zh-CN.yaml b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.1/BartoszCichecki.LenovoLegionToolkit.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f2c452b896578 --- /dev/null +++ b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.1/BartoszCichecki.LenovoLegionToolkit.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: BartoszCichecki.LenovoLegionToolkit +PackageVersion: 2.24.1 +PackageLocale: zh-CN +Publisher: Bartosz Cichecki +PublisherUrl: https://github.com/BartoszCichecki +PublisherSupportUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/issues +# PrivacyUrl: +Author: Bartosz Cichecki +PackageName: Lenovo Legion Toolkit +PackageUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit +License: GPL-3.0 +LicenseUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/blob/master/LICENSE +Copyright: © 2024 Bartosz Cichecki +# CopyrightUrl: +ShortDescription: 用于联想拯救者系列笔记本的 Lenovo Vantage 轻量化替代品。 +Description: 联想拯救者工具箱 Lenovo Legion Toolkit (LLT) 是为联想拯救者系列笔记本打造的轻量化工具箱。可实现原来联想软件如 Lenovo Vantage、Legion Zone、联想电脑管家才可实现的功能。 +# Moniker: +Tags: +- 拯救者 +- 联想 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/BartoszCichecki/LenovoLegionToolkit/releases/tag/2.24.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.1/BartoszCichecki.LenovoLegionToolkit.yaml b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.1/BartoszCichecki.LenovoLegionToolkit.yaml new file mode 100644 index 0000000000000..b441f46e1bc1d --- /dev/null +++ b/manifests/b/BartoszCichecki/LenovoLegionToolkit/2.24.1/BartoszCichecki.LenovoLegionToolkit.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BartoszCichecki.LenovoLegionToolkit +PackageVersion: 2.24.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Basedash/Basedash/1.16.0/Basedash.Basedash.installer.yaml b/manifests/b/Basedash/Basedash/1.16.0/Basedash.Basedash.installer.yaml new file mode 100644 index 0000000000000..81c2c4e323fbf --- /dev/null +++ b/manifests/b/Basedash/Basedash/1.16.0/Basedash.Basedash.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Basedash.Basedash +PackageVersion: 1.16.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- basedash +ReleaseDate: 2024-07-19 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/201231e8eyh4va7/Basedash%20Admin%20Setup%201.16.0-x64.exe + InstallerSha256: 777F9CC1B68018A8BBBB3151B0E65CF3F30902214C30594DA1DC7612A1C5E9E5 + ProductCode: af470877-af4e-5712-adea-13145763b7c5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Basedash/Basedash/1.16.0/Basedash.Basedash.locale.en-US.yaml b/manifests/b/Basedash/Basedash/1.16.0/Basedash.Basedash.locale.en-US.yaml new file mode 100644 index 0000000000000..5e7836efc9dcd --- /dev/null +++ b/manifests/b/Basedash/Basedash/1.16.0/Basedash.Basedash.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Basedash.Basedash +PackageVersion: 1.16.0 +PackageLocale: en-US +Publisher: Basedash +PublisherUrl: https://www.basedash.com/ +PublisherSupportUrl: https://feedback.basedash.com/ +PrivacyUrl: https://www.basedash.com/privacy-policy +Author: BaseDash Inc. +PackageName: Basedash +PackageUrl: https://www.basedash.com/ +License: Proprietary +LicenseUrl: https://www.basedash.com/terms-of-service +Copyright: © 2024 BaseDash Inc. +CopyrightUrl: https://www.basedash.com/terms-of-service +ShortDescription: An AI-generated interface to visualize, edit, and explore your data. +# Description: +# Moniker: +Tags: +- ai +- analytics +- chart +- dashboard +- data +- diagram +- graph +- graphics +- visualization +# ReleaseNotes: +ReleaseNotesUrl: https://www.basedash.com/changelog +PurchaseUrl: https://www.basedash.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.basedash.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Basedash/Basedash/1.16.0/Basedash.Basedash.locale.zh-CN.yaml b/manifests/b/Basedash/Basedash/1.16.0/Basedash.Basedash.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5a3bf847dc094 --- /dev/null +++ b/manifests/b/Basedash/Basedash/1.16.0/Basedash.Basedash.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Basedash.Basedash +PackageVersion: 1.16.0 +PackageLocale: zh-CN +Publisher: Basedash +PublisherUrl: https://www.basedash.com/ +PublisherSupportUrl: https://feedback.basedash.com/ +PrivacyUrl: https://www.basedash.com/privacy-policy +Author: BaseDash Inc. +PackageName: Basedash +PackageUrl: https://www.basedash.com/ +License: 专有软件 +LicenseUrl: https://www.basedash.com/terms-of-service +Copyright: © 2024 BaseDash Inc. +CopyrightUrl: https://www.basedash.com/terms-of-service +ShortDescription: 用于可视化、编辑和探索数据的 AI 生成的界面。 +# Description: +# Moniker: +Tags: +- ai +- 仪表盘 +- 分析 +- 可视化 +- 图形 +- 图表 +- 数据 +# ReleaseNotes: +ReleaseNotesUrl: https://www.basedash.com/changelog +PurchaseUrl: https://www.basedash.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.basedash.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Basedash/Basedash/1.16.0/Basedash.Basedash.yaml b/manifests/b/Basedash/Basedash/1.16.0/Basedash.Basedash.yaml new file mode 100644 index 0000000000000..b8e89d9f8d964 --- /dev/null +++ b/manifests/b/Basedash/Basedash/1.16.0/Basedash.Basedash.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Basedash.Basedash +PackageVersion: 1.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baulk/Baulk/5.0.1.1086/Baulk.Baulk.installer.yaml b/manifests/b/Baulk/Baulk/5.0.1.1086/Baulk.Baulk.installer.yaml new file mode 100644 index 0000000000000..40f4430dba5be --- /dev/null +++ b/manifests/b/Baulk/Baulk/5.0.1.1086/Baulk.Baulk.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Baulk.Baulk +PackageVersion: 5.0.1.1086 +InstallerType: inno +UpgradeBehavior: install +Commands: +- baulk +- baulk-dock +- baulk-exec +- baulk-lnk +- baulk-update +- baulk-winlnk +- unscrew +- wind +ReleaseDate: 2024-09-01 +Installers: +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/baulk/baulk/releases/download/v5.0.1/BaulkSetup-arm64.exe + InstallerSha256: 7E13F5DCE76095D56A32A481DCB121F250BE6993AB940D38DF58DEB4F37F60B7 + ProductCode: 83ab2204-bde5-4385-9e13-fa8b6276a57e_is1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/baulk/baulk/releases/download/v5.0.1/BaulkSetup-x64.exe + InstallerSha256: 847151E8E33EE4966C5FF78FDCAF1A983BD55B76DB52AEF1398B9FDEDB5081B7 + ProductCode: 83ab2204-bde5-4385-9e13-fa8b6276a57e_is1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/baulk/baulk/releases/download/v5.0.1/BaulkUserSetup-arm64.exe + InstallerSha256: 5F1E94F642437DD66C50D442CDA23D4C21C87F5A6DBFF4DBCEBF0F122AACD6F0 + ProductCode: 83ab2204-bde5-4385-9e13-fa8b6276a57e_is1 +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/baulk/baulk/releases/download/v5.0.1/BaulkUserSetup-x64.exe + InstallerSha256: 89474DA5936504BBC821013DAB0BD680BA60E9CD6B5245957BC472DF115BFB63 + ProductCode: 83ab2204-bde5-4385-9e13-fa8b6276a57e_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baulk/Baulk/5.0.1.1086/Baulk.Baulk.locale.en-US.yaml b/manifests/b/Baulk/Baulk/5.0.1.1086/Baulk.Baulk.locale.en-US.yaml new file mode 100644 index 0000000000000..6bd9895dbed1e --- /dev/null +++ b/manifests/b/Baulk/Baulk/5.0.1.1086/Baulk.Baulk.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Baulk.Baulk +PackageVersion: 5.0.1.1086 +PackageLocale: en-US +Publisher: Baulk contributors +PublisherUrl: https://github.com/baulk +PublisherSupportUrl: https://github.com/baulk/baulk/issues +# PrivacyUrl: +Author: Baulk contributors +PackageName: Baulk +PackageUrl: https://github.com/baulk/baulk +License: MIT +LicenseUrl: https://github.com/baulk/baulk/blob/master/LICENSE +Copyright: Copyright (C) 2024 Baulk contributors. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Minimal Package Manager for Windows +Description: Baulk is a minimalist, portable package manager for Windows. +# Moniker: +Tags: +- executables +- install +- installation +- package +- package-management +- package-manager +- portable +- program +- software +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/baulk/baulk/releases/tag/v5.0.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Help + DocumentUrl: https://github.com/baulk/baulk/blob/master/docs/help.md +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baulk/Baulk/5.0.1.1086/Baulk.Baulk.locale.zh-CN.yaml b/manifests/b/Baulk/Baulk/5.0.1.1086/Baulk.Baulk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..00c4ac4f89c0f --- /dev/null +++ b/manifests/b/Baulk/Baulk/5.0.1.1086/Baulk.Baulk.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Baulk.Baulk +PackageVersion: 5.0.1.1086 +PackageLocale: zh-CN +Publisher: Baulk contributors +PublisherUrl: https://github.com/baulk +PublisherSupportUrl: https://github.com/baulk/baulk/issues +# PrivacyUrl: +Author: Baulk contributors +PackageName: Baulk +PackageUrl: https://github.com/baulk/baulk +License: MIT +LicenseUrl: https://github.com/baulk/baulk/blob/master/LICENSE +Copyright: Copyright (C) 2024 Baulk contributors. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Windows 极简包管理器 +Description: Baulk 是一个极简的、便携的 Windows 包管理器。 +# Moniker: +Tags: +- 便携 +- 包 +- 包管理 +- 包管理器 +- 安装 +- 程序 +- 绿色 +- 软件 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/baulk/baulk/releases/tag/v5.0.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://github.com/baulk/baulk/blob/master/docs/help.md +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baulk/Baulk/5.0.1.1086/Baulk.Baulk.yaml b/manifests/b/Baulk/Baulk/5.0.1.1086/Baulk.Baulk.yaml new file mode 100644 index 0000000000000..18589edbed20e --- /dev/null +++ b/manifests/b/Baulk/Baulk/5.0.1.1086/Baulk.Baulk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Baulk.Baulk +PackageVersion: 5.0.1.1086 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baxi/ServiceTool/7.4.4.0/Baxi.ServiceTool.installer.yaml b/manifests/b/Baxi/ServiceTool/7.4.4.0/Baxi.ServiceTool.installer.yaml new file mode 100644 index 0000000000000..c4b9c8869611b --- /dev/null +++ b/manifests/b/Baxi/ServiceTool/7.4.4.0/Baxi.ServiceTool.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.5.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Baxi.ServiceTool +PackageVersion: 7.4.4.0 +InstallerLocale: en-US +InstallerType: wix +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.3_1 + MinimumVersion: 3.1.32 + - PackageIdentifier: Microsoft.DotNet.AspNetCore.3_1 + MinimumVersion: 3.1.32 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + MinimumVersion: 14.38.33130.0 +ProductCode: '{92E6E07A-D63D-4C95-80D4-53D6DA2454BB}' +Installers: +- Architecture: x64 + InstallerUrl: https://pcstwinget.blob.core.windows.net/pc-servicetool-images/BaxiAppWix_7_4_4.msi + InstallerSha256: 9557583B4A6637F809A0E80F71FF833949584551CF9434305DA8C3B2E683C2A3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baxi/ServiceTool/7.4.4.0/Baxi.ServiceTool.locale.en-US.yaml b/manifests/b/Baxi/ServiceTool/7.4.4.0/Baxi.ServiceTool.locale.en-US.yaml new file mode 100644 index 0000000000000..0872c906d0965 --- /dev/null +++ b/manifests/b/Baxi/ServiceTool/7.4.4.0/Baxi.ServiceTool.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.5.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Baxi.ServiceTool +PackageVersion: 7.4.4.0 +PackageLocale: en-US +Publisher: Baxi +PublisherUrl: https://www.baxiboilers.com/ +Author: Baxi +PackageName: Baxi Service Tool (PCST) +License: Proprietary +ShortDescription: PC Servicetool allows for the inspection and management of Baxi boilers and heatpumps as well as long term monitoring of data. +Description: Recom is a software program developed by Baxi. It offers the possibility to communicate directly to Baxi boilers/appliances. The software shows temperatures, fan speed and the status of on/off components like pump and gas-air unit in a clear overview. In Recom , all parameters of the safety unit of the boiler are shown in one overview. Of course you can save settings on a hard drive, so you can always reset to default settings or use a certain setting for multiple boilers in a project. +Moniker: Recom +Tags: +- pc servicetool +- servicetool +- recom +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Baxi/ServiceTool/7.4.4.0/Baxi.ServiceTool.yaml b/manifests/b/Baxi/ServiceTool/7.4.4.0/Baxi.ServiceTool.yaml new file mode 100644 index 0000000000000..88a09249c62cd --- /dev/null +++ b/manifests/b/Baxi/ServiceTool/7.4.4.0/Baxi.ServiceTool.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.5.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Baxi.ServiceTool +PackageVersion: 7.4.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bazel/Bazel/7.3.1/Bazel.Bazel.installer.yaml b/manifests/b/Bazel/Bazel/7.3.1/Bazel.Bazel.installer.yaml new file mode 100644 index 0000000000000..a450894375bb2 --- /dev/null +++ b/manifests/b/Bazel/Bazel/7.3.1/Bazel.Bazel.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-27686-1000.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bazel.Bazel +PackageVersion: 7.3.1 +InstallerType: portable +Commands: +- bazel +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bazelbuild/bazel/releases/download/7.3.1/bazel-7.3.1-windows-x86_64.exe + InstallerSha256: ADF73D3264A9F96122FB6EF56E7BF1B5084EF795C9404C41D424474FA91B05C3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bazel/Bazel/7.3.1/Bazel.Bazel.locale.en-US.yaml b/manifests/b/Bazel/Bazel/7.3.1/Bazel.Bazel.locale.en-US.yaml new file mode 100644 index 0000000000000..4b51aee431716 --- /dev/null +++ b/manifests/b/Bazel/Bazel/7.3.1/Bazel.Bazel.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-27686-1000.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bazel.Bazel +PackageVersion: 7.3.1 +PackageLocale: en-US +Publisher: Bazel +PublisherUrl: https://github.com/bazelbuild +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Bazel +# PackageUrl: +License: Apache-2.0 +LicenseUrl: https://github.com/bazelbuild/bazel/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: a fast, scalable, multi-language and extensible build system +# Description: +# Moniker: +Tags: +- bazel +- build +- build-system +- correct +- fast +- multi-language +- scalable +- test +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bazel/Bazel/7.3.1/Bazel.Bazel.yaml b/manifests/b/Bazel/Bazel/7.3.1/Bazel.Bazel.yaml new file mode 100644 index 0000000000000..1df6fb1a45be5 --- /dev/null +++ b/manifests/b/Bazel/Bazel/7.3.1/Bazel.Bazel.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-27686-1000.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bazel.Bazel +PackageVersion: 7.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bazel/Bazelisk/1.21.0/Bazel.Bazelisk.installer.yaml b/manifests/b/Bazel/Bazelisk/1.21.0/Bazel.Bazelisk.installer.yaml new file mode 100644 index 0000000000000..6ccc9f2519c61 --- /dev/null +++ b/manifests/b/Bazel/Bazelisk/1.21.0/Bazel.Bazelisk.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-4111.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bazel.Bazelisk +PackageVersion: 1.21.0 +InstallerLocale: en-US +InstallerType: portable +Commands: +- bazelisk +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bazelbuild/bazelisk/releases/download/v1.21.0/bazelisk-windows-amd64.exe + InstallerSha256: 3DA1895614F460692635F8BAA0CAB6BB35754FC87D9BADBD2B3B2BA55873CF89 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bazel/Bazelisk/1.21.0/Bazel.Bazelisk.locale.en-US.yaml b/manifests/b/Bazel/Bazelisk/1.21.0/Bazel.Bazelisk.locale.en-US.yaml new file mode 100644 index 0000000000000..b5e72a9f4c857 --- /dev/null +++ b/manifests/b/Bazel/Bazelisk/1.21.0/Bazel.Bazelisk.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-4111.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bazel.Bazelisk +PackageVersion: 1.21.0 +PackageLocale: en-US +Publisher: Bazel +PublisherUrl: https://github.com/bazelbuild/bazelisk +PublisherSupportUrl: https://github.com/bazelbuild/bazelisk/issues +# PrivacyUrl: +# Author: +PackageName: Bazelisk +PackageUrl: https://bazel.build/ +License: Apache-2.0 +LicenseUrl: https://github.com/bazelbuild/bazelisk/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: A user-friendly launcher for Bazel. +Description: |- + Bazelisk is a wrapper for Bazel written in Go. + It automatically picks a good version of Bazel given your current working directory, downloads it from the official server (if required) and then transparently passes through all command-line arguments to the real Bazel binary. + You can call it just like you would call Bazel. +Moniker: bazelisk +Tags: +- bazel +- build +- development +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bazel/Bazelisk/1.21.0/Bazel.Bazelisk.yaml b/manifests/b/Bazel/Bazelisk/1.21.0/Bazel.Bazelisk.yaml new file mode 100644 index 0000000000000..28f5cebf40b9f --- /dev/null +++ b/manifests/b/Bazel/Bazelisk/1.21.0/Bazel.Bazelisk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-4111.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bazel.Bazelisk +PackageVersion: 1.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BearWare/dk/TeamTalk5/5.17/BearWare.dk.TeamTalk5.installer.yaml b/manifests/b/BearWare/dk/TeamTalk5/5.17/BearWare.dk.TeamTalk5.installer.yaml new file mode 100644 index 0000000000000..0ff3fa03b0f31 --- /dev/null +++ b/manifests/b/BearWare/dk/TeamTalk5/5.17/BearWare.dk.TeamTalk5.installer.yaml @@ -0,0 +1,13 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BearWare.dk.TeamTalk5 +PackageVersion: '5.17' +InstallerType: inno +ReleaseDate: 2024-08-14 +Installers: +- Architecture: neutral + InstallerUrl: https://bearware.dk/teamtalk/v5.17/TeamTalk_v5.17_Setup.exe + InstallerSha256: 35F354AFAC9BE7FDF5F142B3FA7C6DAEFE08A8D29F6EE1C5B6F0CADA964A40B9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BearWare/dk/TeamTalk5/5.17/BearWare.dk.TeamTalk5.locale.en-US.yaml b/manifests/b/BearWare/dk/TeamTalk5/5.17/BearWare.dk.TeamTalk5.locale.en-US.yaml new file mode 100644 index 0000000000000..96399c45a477e --- /dev/null +++ b/manifests/b/BearWare/dk/TeamTalk5/5.17/BearWare.dk.TeamTalk5.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BearWare.dk.TeamTalk5 +PackageVersion: '5.17' +PackageLocale: en-US +Publisher: BearWare.dk +PackageName: TeamTalk5 +License: non-free +ShortDescription: TeamTalk5 Setup +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BearWare/dk/TeamTalk5/5.17/BearWare.dk.TeamTalk5.yaml b/manifests/b/BearWare/dk/TeamTalk5/5.17/BearWare.dk.TeamTalk5.yaml new file mode 100644 index 0000000000000..123b04247d484 --- /dev/null +++ b/manifests/b/BearWare/dk/TeamTalk5/5.17/BearWare.dk.TeamTalk5.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BearWare.dk.TeamTalk5 +PackageVersion: '5.17' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bedrock-OSS/regolith/1.4.0/Bedrock-OSS.regolith.installer.yaml b/manifests/b/Bedrock-OSS/regolith/1.4.0/Bedrock-OSS.regolith.installer.yaml new file mode 100644 index 0000000000000..8acd4b812393a --- /dev/null +++ b/manifests/b/Bedrock-OSS/regolith/1.4.0/Bedrock-OSS.regolith.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bedrock-OSS.regolith +PackageVersion: 1.4.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{8143B6B5-19EB-479D-B355-1443A75FFC20}' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Bedrock-OSS/regolith/releases/download/1.4.0/regolith-1.4.0.msi + InstallerSha256: 4FFBC6863FE66F5613950FE1B7C390305D575E5B537DE8532EBD6606189CD109 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bedrock-OSS/regolith/1.4.0/Bedrock-OSS.regolith.locale.en-US.yaml b/manifests/b/Bedrock-OSS/regolith/1.4.0/Bedrock-OSS.regolith.locale.en-US.yaml new file mode 100644 index 0000000000000..c49d32c561832 --- /dev/null +++ b/manifests/b/Bedrock-OSS/regolith/1.4.0/Bedrock-OSS.regolith.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bedrock-OSS.regolith +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: Bedrock-OSS +PackageName: regolith +License: MIT License +ShortDescription: Addon compiler for the Bedrock Edition of Minecraft. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bedrock-OSS/regolith/1.4.0/Bedrock-OSS.regolith.yaml b/manifests/b/Bedrock-OSS/regolith/1.4.0/Bedrock-OSS.regolith.yaml new file mode 100644 index 0000000000000..c37ec479dc72a --- /dev/null +++ b/manifests/b/Bedrock-OSS/regolith/1.4.0/Bedrock-OSS.regolith.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bedrock-OSS.regolith +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bedrock-OSS/regolith/1.4.1/Bedrock-OSS.regolith.installer.yaml b/manifests/b/Bedrock-OSS/regolith/1.4.1/Bedrock-OSS.regolith.installer.yaml new file mode 100644 index 0000000000000..c6e5a1b78fa79 --- /dev/null +++ b/manifests/b/Bedrock-OSS/regolith/1.4.1/Bedrock-OSS.regolith.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bedrock-OSS.regolith +PackageVersion: 1.4.1 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{A6CA8ED3-2FAE-4C59-B5AD-8EFDC4B0D41B}' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Bedrock-OSS/regolith/releases/download/1.4.1/regolith-1.4.1.msi + InstallerSha256: B29D1BE6036531737A480611CED246D18215B73ED80BE85DE5D25AC942484E34 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bedrock-OSS/regolith/1.4.1/Bedrock-OSS.regolith.locale.en-US.yaml b/manifests/b/Bedrock-OSS/regolith/1.4.1/Bedrock-OSS.regolith.locale.en-US.yaml new file mode 100644 index 0000000000000..775d31a674d77 --- /dev/null +++ b/manifests/b/Bedrock-OSS/regolith/1.4.1/Bedrock-OSS.regolith.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bedrock-OSS.regolith +PackageVersion: 1.4.1 +PackageLocale: en-US +Publisher: Bedrock-OSS +PackageName: regolith +License: MIT License +ShortDescription: Addon compiler for the Bedrock Edition of Minecraft. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bedrock-OSS/regolith/1.4.1/Bedrock-OSS.regolith.yaml b/manifests/b/Bedrock-OSS/regolith/1.4.1/Bedrock-OSS.regolith.yaml new file mode 100644 index 0000000000000..be49407b811e0 --- /dev/null +++ b/manifests/b/Bedrock-OSS/regolith/1.4.1/Bedrock-OSS.regolith.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bedrock-OSS.regolith +PackageVersion: 1.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Beeper/Beeper/3.108.3/Beeper.Beeper.installer.yaml b/manifests/b/Beeper/Beeper/3.108.3/Beeper.Beeper.installer.yaml new file mode 100644 index 0000000000000..e36a95c2b4377 --- /dev/null +++ b/manifests/b/Beeper/Beeper/3.108.3/Beeper.Beeper.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Beeper.Beeper +PackageVersion: 3.108.3 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- element +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/2003241lzgn20jd/Beeper%20Setup%203.108.3%20-%20Build%202407188w36frwla-x64.exe + InstallerSha256: 9315BE77BB2073D13FD790DFED7485802290ECC17DA32A906C693C8EA570C4BF + ProductCode: d8e15c19-204f-5d84-8a21-1b24e3845959 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Beeper/Beeper/3.108.3/Beeper.Beeper.locale.en-US.yaml b/manifests/b/Beeper/Beeper/3.108.3/Beeper.Beeper.locale.en-US.yaml new file mode 100644 index 0000000000000..afa5a2cd1aba5 --- /dev/null +++ b/manifests/b/Beeper/Beeper/3.108.3/Beeper.Beeper.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Beeper.Beeper +PackageVersion: 3.108.3 +PackageLocale: en-US +Publisher: Beeper Inc. +PublisherUrl: https://www.beeper.com/ +PublisherSupportUrl: https://help.beeper.com/ +PrivacyUrl: https://www.beeper.com/privacy +Author: Beeper Inc. +PackageName: Beeper +PackageUrl: https://www.beeper.com/download +License: Proprietary +LicenseUrl: https://www.beeper.com/terms +Copyright: © 2024 Beeper Inc. +# CopyrightUrl: +ShortDescription: All your chats in one app. Yes, really. +Description: A single app to chat on iMessage, WhatsApp, and 13 other chat networks. You can search, snooze, or archive messages. And with a unified inbox, you’ll never miss a message again. +Moniker: beeper +Tags: +- chat +- discord +- google-chat +- im +- imessage +- instagram +- instant-messaging +- matrix +- message +- messenger +- signal +- slack +- talk +- telegram +- twitter +- whatsapp +# ReleaseNotes: +ReleaseNotesUrl: https://beeper.notion.site/Beeper-Product-Changelog-cdbc7b68526d45f7b8ced8d4ba170c8d +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.beeper.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Beeper/Beeper/3.108.3/Beeper.Beeper.locale.zh-CN.yaml b/manifests/b/Beeper/Beeper/3.108.3/Beeper.Beeper.locale.zh-CN.yaml new file mode 100644 index 0000000000000..427fd5c1cddbf --- /dev/null +++ b/manifests/b/Beeper/Beeper/3.108.3/Beeper.Beeper.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Beeper.Beeper +PackageVersion: 3.108.3 +PackageLocale: zh-CN +Publisher: Beeper Inc. +PublisherUrl: https://www.beeper.com/ +PublisherSupportUrl: https://help.beeper.com/ +PrivacyUrl: https://www.beeper.com/privacy +Author: Beeper Inc. +PackageName: Beeper +PackageUrl: https://www.beeper.com/download +License: 专有软件 +LicenseUrl: https://www.beeper.com/terms +Copyright: © 2024 Beeper Inc. +# CopyrightUrl: +ShortDescription: 在一个应用程序中完成所有聊天。没错,这是真的。 +Description: 只需一个 app,就能在 iMessage、WhatsApp 和其它 13 个聊天网络上聊天。你可以搜索、暂停或存档信息。有了统一的收件箱,你再也不会错过任何信息。 +# Moniker: +Tags: +- discord +- google-chat +- im +- imessage +- instagram +- matrix +- messenger +- signal +- slack +- telegram +- twitter +- whatsapp +- 信息 +- 发送 +- 消息 +- 聊天 +# ReleaseNotes: +ReleaseNotesUrl: https://beeper.notion.site/Beeper-Product-Changelog-cdbc7b68526d45f7b8ced8d4ba170c8d +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.beeper.com/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Beeper/Beeper/3.108.3/Beeper.Beeper.yaml b/manifests/b/Beeper/Beeper/3.108.3/Beeper.Beeper.yaml new file mode 100644 index 0000000000000..fe59f3fd7d957 --- /dev/null +++ b/manifests/b/Beeper/Beeper/3.108.3/Beeper.Beeper.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Beeper.Beeper +PackageVersion: 3.108.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/22/JDK11/22.3.5/BellSoft.LibericaNIK.22.JDK11.installer.yaml b/manifests/b/BellSoft/LibericaNIK/22/JDK11/22.3.5/BellSoft.LibericaNIK.22.JDK11.installer.yaml new file mode 100644 index 0000000000000..3e1b649d2699b --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/22/JDK11/22.3.5/BellSoft.LibericaNIK.22.JDK11.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.22.JDK11 +PackageVersion: 22.3.5 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{9FDB49A0-2487-42D7-99F9-498C2A223BCF}' +ReleaseDate: 2024-02-14 +AppsAndFeaturesEntries: +- DisplayName: Liberica NIK 22.3.5 (OpenJDK-11) + UpgradeCode: '{71283934-D80D-43BC-8EC7-0D7A4D0FB23E}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bell-sw/LibericaNIK/releases/download/22.3.5+1-11.0.22+12/bellsoft-liberica-vm-openjdk11.0.22+12-22.3.5+1-windows-amd64.msi + InstallerSha256: 0729271C5AF064C2957F5A50BD29399D93FD8DA8D85CF55F36B5E52B5B58D3CF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/22/JDK11/22.3.5/BellSoft.LibericaNIK.22.JDK11.locale.en-US.yaml b/manifests/b/BellSoft/LibericaNIK/22/JDK11/22.3.5/BellSoft.LibericaNIK.22.JDK11.locale.en-US.yaml new file mode 100644 index 0000000000000..49ddd67c950cf --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/22/JDK11/22.3.5/BellSoft.LibericaNIK.22.JDK11.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.22.JDK11 +PackageVersion: 22.3.5 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica NIK 22 (JDK 11) +PackageUrl: https://bell-sw.com/liberica-native-image-kit/ +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_nik_eula/ +ShortDescription: Liberica NIK is a multilingual tool that transforms your applications into performant native images +Tags: +- graalvm +- java +- javafx +- liberica +- native-image +- openjdk +ReleaseNotesUrl: https://docs.bell-sw.com/liberica-nik/22.3.5b1-11.0.22b12/general/release-notes +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/22/JDK11/22.3.5/BellSoft.LibericaNIK.22.JDK11.yaml b/manifests/b/BellSoft/LibericaNIK/22/JDK11/22.3.5/BellSoft.LibericaNIK.22.JDK11.yaml new file mode 100644 index 0000000000000..799677e971e8c --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/22/JDK11/22.3.5/BellSoft.LibericaNIK.22.JDK11.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.22.JDK11 +PackageVersion: 22.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/22/JDK11/Core/22.3.5/BellSoft.LibericaNIK.22.JDK11.Core.installer.yaml b/manifests/b/BellSoft/LibericaNIK/22/JDK11/Core/22.3.5/BellSoft.LibericaNIK.22.JDK11.Core.installer.yaml new file mode 100644 index 0000000000000..e4054aba1bd24 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/22/JDK11/Core/22.3.5/BellSoft.LibericaNIK.22.JDK11.Core.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.22.JDK11.Core +PackageVersion: 22.3.5 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{428E85E3-6874-417C-8D20-217E3C27F5A4}' +ReleaseDate: 2024-02-14 +AppsAndFeaturesEntries: +- DisplayName: Liberica NIK Core 22.3.5 (OpenJDK-11) + UpgradeCode: '{0036AD67-61A1-46C2-84AB-A72BFE06CF60}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bell-sw/LibericaNIK/releases/download/22.3.5+1-11.0.22+12/bellsoft-liberica-vm-core-openjdk11.0.22+12-22.3.5+1-windows-amd64.msi + InstallerSha256: B076D5FC078E9278938EECA68464BB8F5A88200207E775102F38345865EBD551 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/22/JDK11/Core/22.3.5/BellSoft.LibericaNIK.22.JDK11.Core.locale.en-US.yaml b/manifests/b/BellSoft/LibericaNIK/22/JDK11/Core/22.3.5/BellSoft.LibericaNIK.22.JDK11.Core.locale.en-US.yaml new file mode 100644 index 0000000000000..29737dbf53a93 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/22/JDK11/Core/22.3.5/BellSoft.LibericaNIK.22.JDK11.Core.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.22.JDK11.Core +PackageVersion: 22.3.5 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica NIK Core 22 (JDK 11) +PackageUrl: https://bell-sw.com/liberica-native-image-kit/ +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_nik_eula/ +ShortDescription: Liberica NIK is a multilingual tool that transforms your applications into performant native images +Tags: +- graalvm +- java +- javafx +- liberica +- native-image +- openjdk +ReleaseNotesUrl: https://docs.bell-sw.com/liberica-nik/22.3.5b1-11.0.22b12/general/release-notes +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/22/JDK11/Core/22.3.5/BellSoft.LibericaNIK.22.JDK11.Core.yaml b/manifests/b/BellSoft/LibericaNIK/22/JDK11/Core/22.3.5/BellSoft.LibericaNIK.22.JDK11.Core.yaml new file mode 100644 index 0000000000000..1907e39912ced --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/22/JDK11/Core/22.3.5/BellSoft.LibericaNIK.22.JDK11.Core.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.22.JDK11.Core +PackageVersion: 22.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/22/JDK11/Full/22.3.5/BellSoft.LibericaNIK.22.JDK11.Full.installer.yaml b/manifests/b/BellSoft/LibericaNIK/22/JDK11/Full/22.3.5/BellSoft.LibericaNIK.22.JDK11.Full.installer.yaml new file mode 100644 index 0000000000000..014d747e24e3d --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/22/JDK11/Full/22.3.5/BellSoft.LibericaNIK.22.JDK11.Full.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.22.JDK11.Full +PackageVersion: 22.3.5 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{E71DB411-937B-4EC2-B2F3-9165F5F9405B}' +ReleaseDate: 2024-02-14 +AppsAndFeaturesEntries: +- DisplayName: Liberica NIK 22.3.5 Full (OpenJDK-11) + UpgradeCode: '{FF93EABB-A51E-41F9-AF27-26B20BB67F27}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bell-sw/LibericaNIK/releases/download/22.3.5%2B1-11.0.22%2B12/bellsoft-liberica-vm-full-openjdk11.0.22+12-22.3.5+1-windows-amd64.msi + InstallerSha256: 9C6B26FB79C7E5402C6B060C4A6C74B71DE591298C6E1D429F68A9231EFBEA29 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/22/JDK11/Full/22.3.5/BellSoft.LibericaNIK.22.JDK11.Full.locale.en-US.yaml b/manifests/b/BellSoft/LibericaNIK/22/JDK11/Full/22.3.5/BellSoft.LibericaNIK.22.JDK11.Full.locale.en-US.yaml new file mode 100644 index 0000000000000..a514a924cd868 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/22/JDK11/Full/22.3.5/BellSoft.LibericaNIK.22.JDK11.Full.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.22.JDK11.Full +PackageVersion: 22.3.5 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica NIK 22 Full (JDK 11) +PackageUrl: https://bell-sw.com/liberica-native-image-kit/ +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_nik_eula/ +ShortDescription: Liberica NIK is a multilingual tool that transforms your applications into performant native images +Tags: +- graalvm +- java +- javafx +- liberica +- native-image +- openjdk +ReleaseNotesUrl: https://docs.bell-sw.com/liberica-nik/22.3.5b1-11.0.22b12/general/release-notes +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/22/JDK11/Full/22.3.5/BellSoft.LibericaNIK.22.JDK11.Full.yaml b/manifests/b/BellSoft/LibericaNIK/22/JDK11/Full/22.3.5/BellSoft.LibericaNIK.22.JDK11.Full.yaml new file mode 100644 index 0000000000000..a2b2ece10bde3 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/22/JDK11/Full/22.3.5/BellSoft.LibericaNIK.22.JDK11.Full.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.22.JDK11.Full +PackageVersion: 22.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK17/23.0.5/BellSoft.LibericaNIK.23.JDK17.installer.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK17/23.0.5/BellSoft.LibericaNIK.23.JDK17.installer.yaml new file mode 100644 index 0000000000000..b91af96596f7d --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK17/23.0.5/BellSoft.LibericaNIK.23.JDK17.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK17 +PackageVersion: 23.0.5 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{F55907F8-64FF-4D76-B327-2FC28B650355}' +ReleaseDate: 2024-07-26 +AppsAndFeaturesEntries: +- DisplayName: Liberica NIK 23.0.5 (OpenJDK-17) + UpgradeCode: '{A945A488-3AA5-48F9-B820-7667A9200238}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bell-sw/LibericaNIK/releases/download/23.0.5+1-17.0.12+10/bellsoft-liberica-vm-openjdk17.0.12+10-23.0.5+1-windows-amd64.msi + InstallerSha256: 64AA8754599C09FB70B9C719BE73E19E34DED8814A57FA1A9BE7BA3497AA295D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK17/23.0.5/BellSoft.LibericaNIK.23.JDK17.locale.en-US.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK17/23.0.5/BellSoft.LibericaNIK.23.JDK17.locale.en-US.yaml new file mode 100644 index 0000000000000..2469b4b79572b --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK17/23.0.5/BellSoft.LibericaNIK.23.JDK17.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK17 +PackageVersion: 23.0.5 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica NIK 23 (JDK 17) +PackageUrl: https://bell-sw.com/liberica-native-image-kit/ +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_nik_eula/ +ShortDescription: Liberica NIK is a multilingual tool that transforms your applications into performant native images +Tags: +- graalvm +- java +- javafx +- liberica +- native-image +- openjdk +ReleaseNotesUrl: https://docs.bell-sw.com/liberica-nik/23.0.5b1-17.0.12b10/general/release-notes/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK17/23.0.5/BellSoft.LibericaNIK.23.JDK17.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK17/23.0.5/BellSoft.LibericaNIK.23.JDK17.yaml new file mode 100644 index 0000000000000..5e33337c5d798 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK17/23.0.5/BellSoft.LibericaNIK.23.JDK17.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK17 +PackageVersion: 23.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK17/Core/23.0.5/BellSoft.LibericaNIK.23.JDK17.Core.installer.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK17/Core/23.0.5/BellSoft.LibericaNIK.23.JDK17.Core.installer.yaml new file mode 100644 index 0000000000000..aaf7c1eaca489 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK17/Core/23.0.5/BellSoft.LibericaNIK.23.JDK17.Core.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK17.Core +PackageVersion: 23.0.5 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{3171B527-0E9A-44A9-A7CE-5B5C03332E68}' +ReleaseDate: 2024-07-26 +AppsAndFeaturesEntries: +- DisplayName: Liberica NIK Core 23.0.5 (OpenJDK-17) + UpgradeCode: '{E6267C4F-495C-48C0-BB6B-FCC068143759}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bell-sw/LibericaNIK/releases/download/23.0.5+1-17.0.12+10/bellsoft-liberica-vm-core-openjdk17.0.12+10-23.0.5+1-windows-amd64.msi + InstallerSha256: 00B38541627F455FB1150AD44FF1FD4F573858B83D80CBAD81506DC12289493A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK17/Core/23.0.5/BellSoft.LibericaNIK.23.JDK17.Core.locale.en-US.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK17/Core/23.0.5/BellSoft.LibericaNIK.23.JDK17.Core.locale.en-US.yaml new file mode 100644 index 0000000000000..ec6ad1744f369 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK17/Core/23.0.5/BellSoft.LibericaNIK.23.JDK17.Core.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK17.Core +PackageVersion: 23.0.5 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica NIK Core 23 (JDK 17) +PackageUrl: https://bell-sw.com/liberica-native-image-kit/ +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_nik_eula/ +ShortDescription: Liberica NIK is a multilingual tool that transforms your applications into performant native images +Tags: +- graalvm +- java +- javafx +- liberica +- native-image +- openjdk +ReleaseNotesUrl: https://docs.bell-sw.com/liberica-nik/23.0.5b1-17.0.12b10/general/release-notes/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK17/Core/23.0.5/BellSoft.LibericaNIK.23.JDK17.Core.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK17/Core/23.0.5/BellSoft.LibericaNIK.23.JDK17.Core.yaml new file mode 100644 index 0000000000000..8fb27e83f7588 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK17/Core/23.0.5/BellSoft.LibericaNIK.23.JDK17.Core.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK17.Core +PackageVersion: 23.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK17/Full/23.0.5/BellSoft.LibericaNIK.23.JDK17.Full.installer.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK17/Full/23.0.5/BellSoft.LibericaNIK.23.JDK17.Full.installer.yaml new file mode 100644 index 0000000000000..f3ca42568880b --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK17/Full/23.0.5/BellSoft.LibericaNIK.23.JDK17.Full.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK17.Full +PackageVersion: 23.0.5 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{04C24EFF-2412-4FD7-BF10-500FA045E0F0}' +ReleaseDate: 2024-07-26 +AppsAndFeaturesEntries: +- DisplayName: Liberica NIK 23.0.5 Full (OpenJDK-17) + UpgradeCode: '{49652121-4544-47C8-A9E7-39B98ABBBF7B}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bell-sw/LibericaNIK/releases/download/23.0.5+1-17.0.12+10/bellsoft-liberica-vm-full-openjdk17.0.12+10-23.0.5+1-windows-amd64.msi + InstallerSha256: 402B6DAB3044CCB52DC90EB6E0C5E401134911283902D9576FB91D5F4BBD84EB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK17/Full/23.0.5/BellSoft.LibericaNIK.23.JDK17.Full.locale.en-US.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK17/Full/23.0.5/BellSoft.LibericaNIK.23.JDK17.Full.locale.en-US.yaml new file mode 100644 index 0000000000000..b08f07d4c2dfd --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK17/Full/23.0.5/BellSoft.LibericaNIK.23.JDK17.Full.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK17.Full +PackageVersion: 23.0.5 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica NIK 23 Full (JDK 17) +PackageUrl: https://bell-sw.com/liberica-native-image-kit/ +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_nik_eula/ +ShortDescription: Liberica NIK is a multilingual tool that transforms your applications into performant native images +Tags: +- graalvm +- java +- javafx +- liberica +- native-image +- openjdk +ReleaseNotesUrl: https://docs.bell-sw.com/liberica-nik/23.0.5b1-17.0.12b10/general/release-notes/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK17/Full/23.0.5/BellSoft.LibericaNIK.23.JDK17.Full.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK17/Full/23.0.5/BellSoft.LibericaNIK.23.JDK17.Full.yaml new file mode 100644 index 0000000000000..373ef6de8bb26 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK17/Full/23.0.5/BellSoft.LibericaNIK.23.JDK17.Full.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK17.Full +PackageVersion: 23.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK21/23.1.4/BellSoft.LibericaNIK.23.JDK21.installer.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK21/23.1.4/BellSoft.LibericaNIK.23.JDK21.installer.yaml new file mode 100644 index 0000000000000..186a8b4c1efdd --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK21/23.1.4/BellSoft.LibericaNIK.23.JDK21.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK21 +PackageVersion: 23.1.4 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{1E4E1506-46B7-4B6F-A69D-942FD41DBD34}' +ReleaseDate: 2024-07-26 +AppsAndFeaturesEntries: +- DisplayName: Liberica NIK 23.1.4 (OpenJDK-21) + UpgradeCode: '{3FA61BD8-5669-4DA2-9114-13C8DF0B4F5E}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bell-sw/LibericaNIK/releases/download/23.1.4+1-21.0.4+9/bellsoft-liberica-vm-openjdk21.0.4+9-23.1.4+1-windows-amd64.msi + InstallerSha256: 4E6A80859DC4947C2377FCB09C81E5B2275E015E21A18FD3D46B795FA086528A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK21/23.1.4/BellSoft.LibericaNIK.23.JDK21.locale.en-US.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK21/23.1.4/BellSoft.LibericaNIK.23.JDK21.locale.en-US.yaml new file mode 100644 index 0000000000000..3f3ae14fcdee8 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK21/23.1.4/BellSoft.LibericaNIK.23.JDK21.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK21 +PackageVersion: 23.1.4 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica NIK 23 (JDK 21) +PackageUrl: https://bell-sw.com/liberica-native-image-kit/ +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_nik_eula/ +ShortDescription: Liberica NIK is a multilingual tool that transforms your applications into performant native images +Tags: +- graalvm +- java +- javafx +- liberica +- native-image +- openjdk +ReleaseNotesUrl: https://docs.bell-sw.com/liberica-nik/23.1.4b1-21.0.4b9/general/release-notes/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK21/23.1.4/BellSoft.LibericaNIK.23.JDK21.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK21/23.1.4/BellSoft.LibericaNIK.23.JDK21.yaml new file mode 100644 index 0000000000000..f2c6b3b7f0073 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK21/23.1.4/BellSoft.LibericaNIK.23.JDK21.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK21 +PackageVersion: 23.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK21/Core/23.1.4/BellSoft.LibericaNIK.23.JDK21.Core.installer.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK21/Core/23.1.4/BellSoft.LibericaNIK.23.JDK21.Core.installer.yaml new file mode 100644 index 0000000000000..be245ae798805 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK21/Core/23.1.4/BellSoft.LibericaNIK.23.JDK21.Core.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK21.Core +PackageVersion: 23.1.4 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{E661484A-DDEF-44A2-A632-5D52CE05F82E}' +ReleaseDate: 2024-07-26 +AppsAndFeaturesEntries: +- DisplayName: Liberica NIK Core 23.1.4 (OpenJDK-21) + UpgradeCode: '{3200B01F-B312-46C7-95AB-6801EF5B922F}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bell-sw/LibericaNIK/releases/download/23.1.4+1-21.0.4+9/bellsoft-liberica-vm-core-openjdk21.0.4+9-23.1.4+1-windows-amd64.msi + InstallerSha256: C1A0149F50F8C0AD400E932B1D95755FB673510CA6296828C63859CAB0943B60 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK21/Core/23.1.4/BellSoft.LibericaNIK.23.JDK21.Core.locale.en-US.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK21/Core/23.1.4/BellSoft.LibericaNIK.23.JDK21.Core.locale.en-US.yaml new file mode 100644 index 0000000000000..193bc5185f4a2 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK21/Core/23.1.4/BellSoft.LibericaNIK.23.JDK21.Core.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK21.Core +PackageVersion: 23.1.4 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica NIK Core 23 (JDK 21) +PackageUrl: https://bell-sw.com/liberica-native-image-kit/ +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_nik_eula/ +ShortDescription: Liberica NIK is a multilingual tool that transforms your applications into performant native images +Tags: +- graalvm +- java +- javafx +- liberica +- native-image +- openjdk +ReleaseNotesUrl: https://docs.bell-sw.com/liberica-nik/23.1.4b1-21.0.4b9/general/release-notes/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK21/Core/23.1.4/BellSoft.LibericaNIK.23.JDK21.Core.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK21/Core/23.1.4/BellSoft.LibericaNIK.23.JDK21.Core.yaml new file mode 100644 index 0000000000000..b3fa8f555ff7e --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK21/Core/23.1.4/BellSoft.LibericaNIK.23.JDK21.Core.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK21.Core +PackageVersion: 23.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK21/Full/23.1.4/BellSoft.LibericaNIK.23.JDK21.Full.installer.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK21/Full/23.1.4/BellSoft.LibericaNIK.23.JDK21.Full.installer.yaml new file mode 100644 index 0000000000000..fad1e0e1131a5 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK21/Full/23.1.4/BellSoft.LibericaNIK.23.JDK21.Full.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK21.Full +PackageVersion: 23.1.4 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{08F30CC5-FC3F-4559-84A1-EB443480F16F}' +ReleaseDate: 2024-07-26 +AppsAndFeaturesEntries: +- DisplayName: Liberica NIK 23.1.4 Full (OpenJDK-21) + UpgradeCode: '{4E35BE0E-37EB-4FB3-8F00-D48B9B6B007B}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bell-sw/LibericaNIK/releases/download/23.1.4+1-21.0.4+9/bellsoft-liberica-vm-full-openjdk21.0.4+9-23.1.4+1-windows-amd64.msi + InstallerSha256: 175AC67102E54657771BC0CC3E6A0A511F6C87B7F290195EC3E830F3E64AF51C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK21/Full/23.1.4/BellSoft.LibericaNIK.23.JDK21.Full.locale.en-US.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK21/Full/23.1.4/BellSoft.LibericaNIK.23.JDK21.Full.locale.en-US.yaml new file mode 100644 index 0000000000000..cf80d8da2f827 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK21/Full/23.1.4/BellSoft.LibericaNIK.23.JDK21.Full.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK21.Full +PackageVersion: 23.1.4 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica NIK 23 Full (JDK 21) +PackageUrl: https://bell-sw.com/liberica-native-image-kit/ +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_nik_eula/ +ShortDescription: Liberica NIK is a multilingual tool that transforms your applications into performant native images +Tags: +- graalvm +- java +- javafx +- liberica +- native-image +- openjdk +ReleaseNotesUrl: https://docs.bell-sw.com/liberica-nik/23.1.4b1-21.0.4b9/general/release-notes/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/23/JDK21/Full/23.1.4/BellSoft.LibericaNIK.23.JDK21.Full.yaml b/manifests/b/BellSoft/LibericaNIK/23/JDK21/Full/23.1.4/BellSoft.LibericaNIK.23.JDK21.Full.yaml new file mode 100644 index 0000000000000..acf008726690f --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/23/JDK21/Full/23.1.4/BellSoft.LibericaNIK.23.JDK21.Full.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.23.JDK21.Full +PackageVersion: 23.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/24/JDK22/24.0.2/BellSoft.LibericaNIK.24.JDK22.installer.yaml b/manifests/b/BellSoft/LibericaNIK/24/JDK22/24.0.2/BellSoft.LibericaNIK.24.JDK22.installer.yaml new file mode 100644 index 0000000000000..ed9d3f9370b25 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/24/JDK22/24.0.2/BellSoft.LibericaNIK.24.JDK22.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.24.JDK22 +PackageVersion: 24.0.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{C73F37F3-BEE4-4D01-8E5B-D9F118C36B39}' +ReleaseDate: 2024-07-26 +AppsAndFeaturesEntries: +- DisplayName: Liberica NIK 24.0.2 (OpenJDK-22) + UpgradeCode: '{38CB5C13-8B0A-4ADC-985D-41244DC6678D}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bell-sw/LibericaNIK/releases/download/24.0.2+1-22.0.2+11/bellsoft-liberica-vm-openjdk22.0.2+11-24.0.2+1-windows-amd64.msi + InstallerSha256: 7509D73A3E1A8BE4ACE687034A26DA5139F77FA424DED95BB4A37487A2ED3E67 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/24/JDK22/24.0.2/BellSoft.LibericaNIK.24.JDK22.locale.en-US.yaml b/manifests/b/BellSoft/LibericaNIK/24/JDK22/24.0.2/BellSoft.LibericaNIK.24.JDK22.locale.en-US.yaml new file mode 100644 index 0000000000000..0d4a2f15e13aa --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/24/JDK22/24.0.2/BellSoft.LibericaNIK.24.JDK22.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.24.JDK22 +PackageVersion: 24.0.2 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica NIK 24 (JDK 22) +PackageUrl: https://bell-sw.com/liberica-native-image-kit/ +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_nik_eula/ +ShortDescription: Liberica NIK is a multilingual tool that transforms your applications into performant native images +Tags: +- graalvm +- java +- javafx +- liberica +- native-image +- openjdk +ReleaseNotesUrl: https://docs.bell-sw.com/liberica-nik/24.0.2b1-22.0.2b11/general/release-notes/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/24/JDK22/24.0.2/BellSoft.LibericaNIK.24.JDK22.yaml b/manifests/b/BellSoft/LibericaNIK/24/JDK22/24.0.2/BellSoft.LibericaNIK.24.JDK22.yaml new file mode 100644 index 0000000000000..a4cd1ad0280d4 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/24/JDK22/24.0.2/BellSoft.LibericaNIK.24.JDK22.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.24.JDK22 +PackageVersion: 24.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/24/JDK22/Full/24.0.2/BellSoft.LibericaNIK.24.JDK22.Full.installer.yaml b/manifests/b/BellSoft/LibericaNIK/24/JDK22/Full/24.0.2/BellSoft.LibericaNIK.24.JDK22.Full.installer.yaml new file mode 100644 index 0000000000000..422513a53ecaf --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/24/JDK22/Full/24.0.2/BellSoft.LibericaNIK.24.JDK22.Full.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.24.JDK22.Full +PackageVersion: 24.0.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: "{E2BB168B-3C87-4EA2-8198-A3A8587A545E}" +ReleaseDate: 2024-07-26 +AppsAndFeaturesEntries: + - DisplayName: Liberica NIK 24.0.2 Full (OpenJDK-22) + UpgradeCode: "{6B183E09-1577-466D-B694-2A87D4BC4216}" +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/bell-sw/LibericaNIK/releases/download/24.0.2+1-22.0.2+11/bellsoft-liberica-vm-full-openjdk22.0.2+11-24.0.2+1-windows-amd64.msi + InstallerSha256: A4FF94BDBF0033537DF4B34C508E945CEAFCAD0176135803D24E395CC2395488 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/24/JDK22/Full/24.0.2/BellSoft.LibericaNIK.24.JDK22.Full.locale.en-US.yaml b/manifests/b/BellSoft/LibericaNIK/24/JDK22/Full/24.0.2/BellSoft.LibericaNIK.24.JDK22.Full.locale.en-US.yaml new file mode 100644 index 0000000000000..a5d455c483695 --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/24/JDK22/Full/24.0.2/BellSoft.LibericaNIK.24.JDK22.Full.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.24.JDK22.Full +PackageVersion: 24.0.2 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica NIK 24 Full (JDK 22) +PackageUrl: https://bell-sw.com/liberica-native-image-kit/ +License: GPL 2 with Classpath Exception +LicenseUrl: https://bell-sw.com/liberica_nik_eula/ +ShortDescription: Liberica NIK is a multilingual tool that transforms your applications into performant native images +Tags: +- graalvm +- java +- javafx +- liberica +- native-image +- openjdk +ReleaseNotesUrl: https://docs.bell-sw.com/liberica-nik/24.0.2b1-22.0.2b11/general/release-notes/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BellSoft/LibericaNIK/24/JDK22/Full/24.0.2/BellSoft.LibericaNIK.24.JDK22.Full.yaml b/manifests/b/BellSoft/LibericaNIK/24/JDK22/Full/24.0.2/BellSoft.LibericaNIK.24.JDK22.Full.yaml new file mode 100644 index 0000000000000..74c43680d948b --- /dev/null +++ b/manifests/b/BellSoft/LibericaNIK/24/JDK22/Full/24.0.2/BellSoft.LibericaNIK.24.JDK22.Full.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BellSoft.LibericaNIK.24.JDK22.Full +PackageVersion: 24.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BelledonneCommunications/Linphone/5.2.5/BelledonneCommunications.Linphone.installer.yaml b/manifests/b/BelledonneCommunications/Linphone/5.2.5/BelledonneCommunications.Linphone.installer.yaml new file mode 100644 index 0000000000000..4f82fba67d5fa --- /dev/null +++ b/manifests/b/BelledonneCommunications/Linphone/5.2.5/BelledonneCommunications.Linphone.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BelledonneCommunications.Linphone +PackageVersion: 5.2.5 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://download.linphone.org/releases/windows/app/Linphone-5.2.5-win64.exe + InstallerSha256: 1D3E1E9A0845BE264FDE265D9139D8E074D352D5F3CEB15B83937D7D3A427477 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BelledonneCommunications/Linphone/5.2.5/BelledonneCommunications.Linphone.locale.en-US.yaml b/manifests/b/BelledonneCommunications/Linphone/5.2.5/BelledonneCommunications.Linphone.locale.en-US.yaml new file mode 100644 index 0000000000000..9095831039938 --- /dev/null +++ b/manifests/b/BelledonneCommunications/Linphone/5.2.5/BelledonneCommunications.Linphone.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BelledonneCommunications.Linphone +PackageVersion: 5.2.5 +PackageLocale: en-US +Publisher: Belledonne Communications SARL +PublisherUrl: https://linphone.org/ +PublisherSupportUrl: https://linphone.org/contact +PrivacyUrl: https://linphone.org/privacy-policy +Author: Belledonne Communications SARL +PackageName: Linphone +PackageUrl: https://linphone.org/technical-corner/linphone +License: GNU General Public License version 3 +LicenseUrl: https://www.gnu.org/licenses/gpl-3.0.en.html +ShortDescription: An open source SIP phone for voice/video calls, instant messaging and conference calling. +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://linphone.org/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BelledonneCommunications/Linphone/5.2.5/BelledonneCommunications.Linphone.yaml b/manifests/b/BelledonneCommunications/Linphone/5.2.5/BelledonneCommunications.Linphone.yaml new file mode 100644 index 0000000000000..0aa66f3f0d3b0 --- /dev/null +++ b/manifests/b/BelledonneCommunications/Linphone/5.2.5/BelledonneCommunications.Linphone.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BelledonneCommunications.Linphone +PackageVersion: 5.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BelledonneCommunications/Linphone/5.2.6/BelledonneCommunications.Linphone.installer.yaml b/manifests/b/BelledonneCommunications/Linphone/5.2.6/BelledonneCommunications.Linphone.installer.yaml new file mode 100644 index 0000000000000..05563e3eaf4a4 --- /dev/null +++ b/manifests/b/BelledonneCommunications/Linphone/5.2.6/BelledonneCommunications.Linphone.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BelledonneCommunications.Linphone +PackageVersion: 5.2.6 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://download.linphone.org/releases/windows/app/Linphone-5.2.6-win64.exe + InstallerSha256: E6FEB3814F3CAAFC4F5DF9CDE2F7FEB352E76F8FF6FFD91636A645D33336D7FF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BelledonneCommunications/Linphone/5.2.6/BelledonneCommunications.Linphone.locale.en-US.yaml b/manifests/b/BelledonneCommunications/Linphone/5.2.6/BelledonneCommunications.Linphone.locale.en-US.yaml new file mode 100644 index 0000000000000..0747d039e6518 --- /dev/null +++ b/manifests/b/BelledonneCommunications/Linphone/5.2.6/BelledonneCommunications.Linphone.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BelledonneCommunications.Linphone +PackageVersion: 5.2.6 +PackageLocale: en-US +Publisher: Belledonne Communications SARL +PublisherUrl: https://linphone.org/ +PublisherSupportUrl: https://linphone.org/contact +PrivacyUrl: https://linphone.org/privacy-policy +Author: Belledonne Communications SARL +PackageName: Linphone +PackageUrl: https://linphone.org/technical-corner/linphone +License: GNU General Public License version 3 +LicenseUrl: https://www.gnu.org/licenses/gpl-3.0.en.html +ShortDescription: An open source SIP phone for voice/video calls, instant messaging and conference calling. +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://linphone.org/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BelledonneCommunications/Linphone/5.2.6/BelledonneCommunications.Linphone.yaml b/manifests/b/BelledonneCommunications/Linphone/5.2.6/BelledonneCommunications.Linphone.yaml new file mode 100644 index 0000000000000..292da59e9becd --- /dev/null +++ b/manifests/b/BelledonneCommunications/Linphone/5.2.6/BelledonneCommunications.Linphone.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BelledonneCommunications.Linphone +PackageVersion: 5.2.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BenBoyter/scc/3.3.5/BenBoyter.scc.installer.yaml b/manifests/b/BenBoyter/scc/3.3.5/BenBoyter.scc.installer.yaml new file mode 100644 index 0000000000000..60a5ca2946c6f --- /dev/null +++ b/manifests/b/BenBoyter/scc/3.3.5/BenBoyter.scc.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BenBoyter.scc +PackageVersion: 3.3.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: scc.exe +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/boyter/scc/releases/download/v3.3.5/scc_Windows_i386.zip + InstallerSha256: 668E791983CE531224A5D12ED2F1BF1A323DC61221E29ABDBF1DA3C9B5C0D618 +- Architecture: x64 + InstallerUrl: https://github.com/boyter/scc/releases/download/v3.3.5/scc_Windows_x86_64.zip + InstallerSha256: 62606A775199DF5C7D7C93C29919C71918286D6EF57952946AD536DCA6AFC148 +- Architecture: arm64 + InstallerUrl: https://github.com/boyter/scc/releases/download/v3.3.5/scc_Windows_arm64.zip + InstallerSha256: 1EC65CE6F17129AAE6F745DB33A9D0388576B9DC8C61470E5366D8C8286A72B1 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-02 diff --git a/manifests/b/BenBoyter/scc/3.3.5/BenBoyter.scc.locale.en-US.yaml b/manifests/b/BenBoyter/scc/3.3.5/BenBoyter.scc.locale.en-US.yaml new file mode 100644 index 0000000000000..fd8587c8d3af3 --- /dev/null +++ b/manifests/b/BenBoyter/scc/3.3.5/BenBoyter.scc.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BenBoyter.scc +PackageVersion: 3.3.5 +PackageLocale: en-US +Publisher: Ben Boyter +PublisherUrl: https://github.com/boyter +PublisherSupportUrl: https://github.com/boyter/scc/issues +Author: Ben Boyter +PackageName: scc +PackageUrl: https://github.com/boyter/scc +License: MIT +LicenseUrl: https://github.com/boyter/scc/blob/master/LICENSE +Copyright: Copyright (c) 2021 Ben Boyter +ShortDescription: A very fast accurate code counter with complexity calculations and COCOMO estimates +Description: |- + A tool similar to cloc, sloccount and tokei. For counting the lines of code, blank lines, + comment lines, and physical lines of source code in many programming languages. + + Goal is to be the fastest code counter possible, but also perform COCOMO calculation like + sloccount, estimate code complexity similar to cyclomatic complexity calculators and produce + unique lines of code or DRYness metrics. In short one tool to rule them all. + + Also it has a very short name which is easy to type scc. + + If you don't like sloc cloc and code feel free to use the name Succinct Code Counter. +Moniker: scc +Tags: +- cli +- cloc +- code +- complexity +- golang +- sloc +- sloccount +- statistics +- tokei +ReleaseNotes: Adding some new language support, and starting to fix performance regression introduced by switch to gocodewalker. +ReleaseNotesUrl: https://github.com/boyter/scc/releases/tag/v3.3.5 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BenBoyter/scc/3.3.5/BenBoyter.scc.yaml b/manifests/b/BenBoyter/scc/3.3.5/BenBoyter.scc.yaml new file mode 100644 index 0000000000000..1a34d75bfd77a --- /dev/null +++ b/manifests/b/BenBoyter/scc/3.3.5/BenBoyter.scc.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BenBoyter.scc +PackageVersion: 3.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BestNotes/BestNotes/3.4.0/BestNotes.BestNotes.installer.yaml b/manifests/b/BestNotes/BestNotes/3.4.0/BestNotes.BestNotes.installer.yaml new file mode 100644 index 0000000000000..9930386b321c8 --- /dev/null +++ b/manifests/b/BestNotes/BestNotes/3.4.0/BestNotes.BestNotes.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BestNotes.BestNotes +PackageVersion: 3.4.0 +InstallerLocale: en-US +InstallerType: wix +UpgradeBehavior: install +ProductCode: '{C6212F7E-2EF9-4EAE-B0B5-49718F12186D}' +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/updates.bestnotes.com/3.4.0/BestNotes.msi + InstallerSha256: B5B87C7CF62FF8FAA600D8FCC15BE2C5ABFE86D9CE129AC702B97F52EA534F69 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BestNotes/BestNotes/3.4.0/BestNotes.BestNotes.locale.en-US.yaml b/manifests/b/BestNotes/BestNotes/3.4.0/BestNotes.BestNotes.locale.en-US.yaml new file mode 100644 index 0000000000000..63472bc970393 --- /dev/null +++ b/manifests/b/BestNotes/BestNotes/3.4.0/BestNotes.BestNotes.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BestNotes.BestNotes +PackageVersion: 3.4.0 +PackageLocale: en-US +Publisher: BestNotes, LLC +PublisherUrl: https://www.bestnotes.com/ +PublisherSupportUrl: https://www.bestnotes.com/support-training/ +PrivacyUrl: https://www.bestnotes.com/privacy-policy/ +PackageName: BestNotes +PackageUrl: https://www.bestnotes.com/ +License: Proprietary +LicenseUrl: https://www.bestnotes.com/bestnotes-end-user-agreement/ +Copyright: Copyright © 2019 BestNotes, LLC All rights reserved. +ShortDescription: A Behavioral Health EHR that works for you! +PurchaseUrl: https://www.bestnotes.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BestNotes/BestNotes/3.4.0/BestNotes.BestNotes.yaml b/manifests/b/BestNotes/BestNotes/3.4.0/BestNotes.BestNotes.yaml new file mode 100644 index 0000000000000..d4744b60a0f0f --- /dev/null +++ b/manifests/b/BestNotes/BestNotes/3.4.0/BestNotes.BestNotes.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BestNotes.BestNotes +PackageVersion: 3.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.installer.yaml b/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.installer.yaml deleted file mode 100644 index bbf6dba826e0b..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.installer.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.10.0-bb27-hotfix -InstallerType: exe -InstallerSwitches: - Silent: /S - SilentWithProgress: /S - InstallLocation: /InstallDirectoryPath= -UpgradeBehavior: install -ReleaseDate: 2024-03-19 -AppsAndFeaturesEntries: - - DisplayVersion: 115.10.0 -ElevationRequirement: elevatesSelf -Installers: - - InstallerLocale: de-DE - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.10.0-bb27-hotfix.de.win64.installer.exe - InstallerSha256: 42A18D653FED3CFA2C2EE808764364468B03CAAF6CD8F16CDC7A84B1A92B077E - - InstallerLocale: de-DE - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.10.0-bb27-hotfix.de.win64.zip - InstallerSha256: D685D01D658F69F6CCA9DC39B00B868E6AA32879D1D8B53F3C8DCF0EE16D597F - - InstallerLocale: en-US - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.10.0-bb27-hotfix.en-US.win64.installer.exe - InstallerSha256: 01F465B2090D5D707FC90348FCFAA8215D7BF593B1B33B5ED1E8F55134F577FC - - InstallerLocale: en-US - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.10.0-bb27-hotfix.en-US.win64.zip - InstallerSha256: 46B5DEFF93176167E2C77BF30156F0903CF9AAF6B7A9D02AA9EB2A87164D077C - - InstallerLocale: es-AR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.10.0-bb27-hotfix.es-AR.win64.installer.exe - InstallerSha256: DD1559634C6811F41AFFC6B7FF570CFED77A39572D66F98C0F7CA696DF94BEE5 - - InstallerLocale: es-AR - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.10.0-bb27-hotfix.es-AR.win64.zip - InstallerSha256: 396653BA12109C79A9B416FB3CA79D1F26F2109D7E45E32A831BFEA0D0ACCAEC - - InstallerLocale: fr-FR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.10.0-bb27-hotfix.fr.win64.installer.exe - InstallerSha256: 5FEC27A1A909A0A65AB0337072221801695FF0A9564B08E0184E1CADDE403CED - - InstallerLocale: fr-FR - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.10.0-bb27-hotfix.fr.win64.zip - InstallerSha256: 80957455BC7CA140FE6C5C79931454494C630F3015D14750EFCC2898258E4DAD - - InstallerLocale: it-IT - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.10.0-bb27-hotfix.it.win64.installer.exe - InstallerSha256: 71BD1539B10CD67F3198E1147700C086150F7B7C416A210574F199D8E7FF2479 - - InstallerLocale: ja-JP - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.10.0-bb27-hotfix.ja.win64.installer.exe - InstallerSha256: 16F3FC3A06A886977282BBBC7436574415D0F1738264C4B73AB00C25AD9FD009 - - InstallerLocale: nl-NL - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.10.0-bb27-hotfix.nl.win64.installer.exe - InstallerSha256: E6D1E20E2A1B9EB67FA8F30D6DCA90A0DFFBF00F65EA946D7301DF3F0FCDF95C - - InstallerLocale: pt-BR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.10.0-bb27-hotfix.pt-BR.win64.installer.exe - InstallerSha256: 2077114110D8E40B160DAA4B9E9E15100F83D273A0811EC866BCF396BD345420 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.de.yaml b/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.de.yaml deleted file mode 100644 index d6f6427b3c688..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.de.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.10.0-bb27-hotfix -PackageLocale: de -ShortDescription: Betterbird ist eine Variante (Fork) von Mozilla Thunderbird, der zusätzliche Features und Bugfixes enthält. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.en-US.yaml b/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.en-US.yaml deleted file mode 100644 index ef5b292c31397..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.10.0-bb27-hotfix -PackageLocale: en-US -Publisher: Betterbird Project -PublisherUrl: https://www.betterbird.eu/ -PublisherSupportUrl: https://www.betterbird.eu/support/index.html -PrivacyUrl: https://www.betterbird.eu/legal/index.html -PackageName: Betterbird -License: Mozilla Public License Version 2.0 -LicenseUrl: https://www.mozilla.org/MPL/2.0 -CopyrightUrl: https://www.betterbird.eu/legal/index.html -ShortDescription: Betterbird is a fork of Mozilla Thunderbird with additional features and bugfixes. -Moniker: betterbird -Tags: - - e-mail - - fork - - mail - - mozilla - - thunderbird -Documentations: - - DocumentLabel: FAQ - DocumentUrl: https://betterbird.eu/faq/index.html -ReleaseNotesUrl: https://www.betterbird.eu/releasenotes/index.html -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.es-AR.yaml b/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.es-AR.yaml deleted file mode 100644 index 5b35393199421..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.es-AR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.10.0-bb27-hotfix -PackageLocale: es-AR -ShortDescription: Betterbird es una bifurcación de Mozilla Thunderbird con funciones y correcciones de errores adicionales. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.fr.yaml b/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.fr.yaml deleted file mode 100644 index f86d13c8c408d..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.fr.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.10.0-bb27-hotfix -PackageLocale: fr -ShortDescription: Betterbird est un fork de Mozilla Thunderbird avec des fonctionnalités et des corrections de bogues supplémentaires. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.it.yaml b/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.it.yaml deleted file mode 100644 index debea69c231dd..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.it.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.10.0-bb27-hotfix -PackageLocale: it -ShortDescription: Betterbird è un fork di Mozilla Thunderbird con funzioni e correzioni di bug aggiuntive. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.nl.yaml b/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.nl.yaml deleted file mode 100644 index 1355cc14c4f3d..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.nl.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.10.0-bb27-hotfix -PackageLocale: nl -ShortDescription: Betterbird is een afsplitsing van Mozilla Thunderbird met extra functies en bugfixes. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.pt-BR.yaml b/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.pt-BR.yaml deleted file mode 100644 index 1d348234f2258..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.locale.pt-BR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.10.0-bb27-hotfix -PackageLocale: pt-BR -ShortDescription: Betterbird é um fork do Mozilla Thunderbird com recursos e correções de bugs adicionais. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.yaml b/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.yaml deleted file mode 100644 index 2d0e89268e9e7..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.10.0-bb27-hotfix/Betterbird.Betterbird.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.10.0-bb27-hotfix -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.installer.yaml b/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.installer.yaml deleted file mode 100644 index e5cca831aa0b7..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.installer.yaml +++ /dev/null @@ -1,77 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.11.0-bb28 -InstallerSwitches: - Silent: /S - SilentWithProgress: /S - InstallLocation: /InstallDirectoryPath= -UpgradeBehavior: install -ReleaseDate: 2024-05-14 -AppsAndFeaturesEntries: - - DisplayVersion: 115.11.0 -ElevationRequirement: elevatesSelf -Installers: -- InstallerLocale: de-DE - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.11.0-bb28.de.win64.installer.exe - InstallerSha256: c684b3460a4f9b030d2b257c31d521898717e91b136d5687285bfe816f5793ac -- InstallerLocale: en-US - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.11.0-bb28.en-US.win64.installer.exe - InstallerSha256: aa2af69563cdc5530ff248e8245dbd1a20ce9c9d07f43ed2a47329a04cd7d44d -- InstallerLocale: es-AR - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.11.0-bb28.es-AR.win64.installer.exe - InstallerSha256: 7a32cd659efcfb06c490f2c488ad34a79bb2843edbd016cbb664a9c1c5d24dd6 -- InstallerLocale: fr-FR - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.11.0-bb28.fr.win64.installer.exe - InstallerSha256: 55463cb4b2fa667b951cf745fa9355362e241790d2db629cc9b67b3e72b0210c -- InstallerLocale: it-IT - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.11.0-bb28.it.win64.installer.exe - InstallerSha256: 17319863742d725b8e958e40fb973a4dc6724b55fbca4fc901c535cf970a2999 -- InstallerLocale: ja-JP - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.11.0-bb28.ja.win64.installer.exe - InstallerSha256: 1b96920e0d26608b5f4201a5dda0e16c0623fcb71bd9da9d1081725e16b888f4 -- InstallerLocale: nl-NL - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.11.0-bb28.nl.win64.installer.exe - InstallerSha256: 3b7e4c0469dc2311aefd30d6991bb17e405b97464555ff7ca6bed76aa03d5930 -- InstallerLocale: pt-BR - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.11.0-bb28.pt-BR.win64.installer.exe - InstallerSha256: 1c8be5741b771c8ccb9ab22fbbef1f743cf693b6d27ab400775a805132716870 -- InstallerLocale: de-DE - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.11.0-bb28.de.win64.zip - InstallerSha256: 8df0c37dd2b777eea29ba3a65b0291635954b7406c2c28309fbc0ab2e7528d05 -- InstallerLocale: en-US - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.11.0-bb28.en-US.win64.zip - InstallerSha256: 3a86cdb092be041fa694a26d546e7623dbf07499436a0e0e931f4f4d35f7d9f4 -- InstallerLocale: es-AR - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.11.0-bb28.es-AR.win64.zip - InstallerSha256: 7699a650acaf5332922a6e2ea7e14d29ee201a593808c918fbb3d735c4e193c6 -- InstallerLocale: fr-FR - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.11.0-bb28.fr.win64.zip - InstallerSha256: 3a6bd311bf0d18bd50d5504ea5a17acffc4e627e2502d5fe7a163f140f54f887 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.de.yaml b/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.de.yaml deleted file mode 100644 index 3fc594eaacbf5..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.de.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.11.0-bb28 -PackageLocale: de -ShortDescription: Betterbird ist eine Variante (Fork) von Mozilla Thunderbird, der zusätzliche Features und Bugfixes enthält. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.en-US.yaml b/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.en-US.yaml deleted file mode 100644 index 1dfb5c97790d8..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.11.0-bb28 -PackageLocale: en-US -Publisher: Betterbird Project -PublisherUrl: https://www.betterbird.eu/ -PublisherSupportUrl: https://www.betterbird.eu/support/index.html -PrivacyUrl: https://www.betterbird.eu/legal/index.html -PackageName: Betterbird -License: Mozilla Public License Version 2.0 -LicenseUrl: https://www.mozilla.org/MPL/2.0 -CopyrightUrl: https://www.betterbird.eu/legal/index.html -ShortDescription: Betterbird is a fork of Mozilla Thunderbird with additional features and bugfixes. -Moniker: betterbird -Tags: -- e-mail -- fork -- mail -- mozilla -- thunderbird -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://betterbird.eu/faq/index.html -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.es-AR.yaml b/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.es-AR.yaml deleted file mode 100644 index 5a166544c7f23..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.es-AR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.11.0-bb28 -PackageLocale: es-AR -ShortDescription: Betterbird es una bifurcación de Mozilla Thunderbird con funciones y correcciones de errores adicionales. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.fr.yaml b/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.fr.yaml deleted file mode 100644 index 15fd7a11f849e..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.fr.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.11.0-bb28 -PackageLocale: fr -ShortDescription: Betterbird est un fork de Mozilla Thunderbird avec des fonctionnalités et des corrections de bogues supplémentaires. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.it.yaml b/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.it.yaml deleted file mode 100644 index 9afa764dc48c5..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.it.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.11.0-bb28 -PackageLocale: it -ShortDescription: Betterbird è un fork di Mozilla Thunderbird con funzioni e correzioni di bug aggiuntive. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.nl.yaml b/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.nl.yaml deleted file mode 100644 index bcdc148166de9..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.nl.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.11.0-bb28 -PackageLocale: nl -ShortDescription: Betterbird is een afsplitsing van Mozilla Thunderbird met extra functies en bugfixes. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.pt-BR.yaml b/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.pt-BR.yaml deleted file mode 100644 index 9b7f2ea67096c..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.locale.pt-BR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.11.0-bb28 -PackageLocale: pt-BR -ShortDescription: Betterbird é um fork do Mozilla Thunderbird com recursos e correções de bugs adicionais. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.yaml b/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.yaml deleted file mode 100644 index e731b94463699..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.11.0-bb28/Betterbird.Betterbird.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.11.0-bb28 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.installer.yaml b/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.installer.yaml deleted file mode 100644 index 03d62331b4fbe..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.installer.yaml +++ /dev/null @@ -1,77 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.12.0-bb29 -InstallerSwitches: - Silent: /S - SilentWithProgress: /S - InstallLocation: /InstallDirectoryPath= -UpgradeBehavior: install -ReleaseDate: 2024-06-11 -AppsAndFeaturesEntries: - - DisplayVersion: 115.12.0 -ElevationRequirement: elevatesSelf -Installers: -- InstallerLocale: de-DE - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.12.0-bb29.de.win64.installer.exe - InstallerSha256: 1c90905b7af03d4381f082c4593b09c439e996d74078a8969b2b00b514b56521 -- InstallerLocale: en-US - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.12.0-bb29.en-US.win64.installer.exe - InstallerSha256: 3e3e9d9dc574877591b148b8d6c686b832348ade2f10ff7db1d66f89fea43a00 -- InstallerLocale: es-AR - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.12.0-bb29.es-AR.win64.installer.exe - InstallerSha256: 3f6a585af4ccafe67e6b48078ea59c8bd5f131014d575a882624dfc96da4b1d3 -- InstallerLocale: fr-FR - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.12.0-bb29.fr.win64.installer.exe - InstallerSha256: 8167d5e2e146e5dacc424ebfb2ed316e932dafcf37d21d3c23d28f8057ea82d6 -- InstallerLocale: it-IT - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.12.0-bb29.it.win64.installer.exe - InstallerSha256: 4fd2c83a6519f016baf29ac545cc41819b8724840657d9ac7e1057098783d321 -- InstallerLocale: ja-JP - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.12.0-bb29.ja.win64.installer.exe - InstallerSha256: c2d2b98c046ffb94ceb82e59f5e9da705f250edc4b049965b5654db1c9bc4a21 -- InstallerLocale: nl-NL - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.12.0-bb29.nl.win64.installer.exe - InstallerSha256: 807aedc51db3bcc136f56a6240395ae28d971a6c75d83468ae6d44492d615534 -- InstallerLocale: pt-BR - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.12.0-bb29.pt-BR.win64.installer.exe - InstallerSha256: 4cacc20f78185b2c2bca12e1f24352da5a9ca124f4a86949601cfb881ce12500 -- InstallerLocale: de-DE - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.12.0-bb29.de.win64.zip - InstallerSha256: 153f2b8e835a6a8d076a249fa0cfb817e592533d428ea328e8d7ab183f410792 -- InstallerLocale: en-US - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.12.0-bb29.en-US.win64.zip - InstallerSha256: b11bd41545f171fc32d41a1fa6783d01c9f02ec24684bba438c7770b3af25ebf -- InstallerLocale: es-AR - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.12.0-bb29.es-AR.win64.zip - InstallerSha256: e2a385c49d58fab68f6d926c14009c46145f24e07ff3facbf52ebab44fbe0cb0 -- InstallerLocale: fr-FR - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.12.0-bb29.fr.win64.zip - InstallerSha256: 07e98843ea2cd3046cf710fb977c048d0c63a90ca6050dc7ceeaa1663558b5f9 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.de.yaml b/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.de.yaml deleted file mode 100644 index a0845eff7af7e..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.de.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.12.0-bb29 -PackageLocale: de -ShortDescription: Betterbird ist eine Variante (Fork) von Mozilla Thunderbird, der zusätzliche Features und Bugfixes enthält. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.en-US.yaml b/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.en-US.yaml deleted file mode 100644 index c85111e1f2ad9..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.12.0-bb29 -PackageLocale: en-US -Publisher: Betterbird Project -PublisherUrl: https://www.betterbird.eu/ -PublisherSupportUrl: https://www.betterbird.eu/support/index.html -PrivacyUrl: https://www.betterbird.eu/legal/index.html -PackageName: Betterbird -License: Mozilla Public License Version 2.0 -LicenseUrl: https://www.mozilla.org/MPL/2.0 -CopyrightUrl: https://www.betterbird.eu/legal/index.html -ShortDescription: Betterbird is a fork of Mozilla Thunderbird with additional features and bugfixes. -Moniker: betterbird -Tags: -- e-mail -- fork -- mail -- mozilla -- thunderbird -- 'email' -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://betterbird.eu/faq/index.html -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.es-AR.yaml b/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.es-AR.yaml deleted file mode 100644 index 06be0818712be..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.es-AR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.12.0-bb29 -PackageLocale: es-AR -ShortDescription: Betterbird es una bifurcación de Mozilla Thunderbird con funciones y correcciones de errores adicionales. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.fr.yaml b/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.fr.yaml deleted file mode 100644 index 0bea98066fd6a..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.fr.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.12.0-bb29 -PackageLocale: fr -ShortDescription: Betterbird est un fork de Mozilla Thunderbird avec des fonctionnalités et des corrections de bogues supplémentaires. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.it.yaml b/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.it.yaml deleted file mode 100644 index 36fd6cf23261f..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.it.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.12.0-bb29 -PackageLocale: it -ShortDescription: Betterbird è un fork di Mozilla Thunderbird con funzioni e correzioni di bug aggiuntive. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.nl.yaml b/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.nl.yaml deleted file mode 100644 index c56c4a219a4fa..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.nl.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.12.0-bb29 -PackageLocale: nl -ShortDescription: Betterbird is een afsplitsing van Mozilla Thunderbird met extra functies en bugfixes. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.pt-BR.yaml b/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.pt-BR.yaml deleted file mode 100644 index a406929995581..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.locale.pt-BR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.12.0-bb29 -PackageLocale: pt-BR -ShortDescription: Betterbird é um fork do Mozilla Thunderbird com recursos e correções de bugs adicionais. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.yaml b/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.yaml deleted file mode 100644 index ed5b5e23ccab1..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.12.0-bb29/Betterbird.Betterbird.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.12.0-bb29 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.installer.yaml b/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.installer.yaml deleted file mode 100644 index e5f0f496c0187..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.installer.yaml +++ /dev/null @@ -1,76 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.5-1-26252-5000.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.13.0-bb30 -InstallerSwitches: - Silent: /S - SilentWithProgress: /S - InstallLocation: /InstallDirectoryPath= -UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayVersion: 115.13.0 -ElevationRequirement: elevatesSelf -Installers: -- InstallerLocale: de-DE - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.13.0-bb30.de.win64.installer.exe - InstallerSha256: 52748977150214025DCE90111E66639747F9D3EBBF2878D7C2E746A96B9D493C -- InstallerLocale: en-US - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.13.0-bb30.en-US.win64.installer.exe - InstallerSha256: 922E4A369D42082760B95DC967B678A087037128E6E64AAE33796965DE849EDF -- InstallerLocale: es-AR - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.13.0-bb30.es-AR.win64.installer.exe - InstallerSha256: 97CA43D8655D5336B4FBE1930CD9D9FDEC892F1927C4E8C3418BDBE6F7CF61A5 -- InstallerLocale: fr-FR - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.13.0-bb30.fr.win64.installer.exe - InstallerSha256: 57B88CF38ED0B89157988B718629E373E82D76B13FEDBBD6CA58EF6485B33A7C -- InstallerLocale: it-IT - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.13.0-bb30.it.win64.installer.exe - InstallerSha256: 7BE36283AF0B40A41A0FC0CBFA315D1D39099469384F92D64E65A0809B6FCC10 -- InstallerLocale: ja-JP - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.13.0-bb30.ja.win64.installer.exe - InstallerSha256: 1F90D5BD96A432D6D9B9D82EEE0CF469E47DE7E72429D5EA05CF3EA7631500B9 -- InstallerLocale: nl-NL - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.13.0-bb30.nl.win64.installer.exe - InstallerSha256: A234BB3F68365492D3EE9ED667847BBF651DC12C50D93CD72E9B0FAC8E58B6D5 -- InstallerLocale: pt-BR - Architecture: x64 - InstallerType: exe - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.13.0-bb30.pt-BR.win64.installer.exe - InstallerSha256: A9DDBAEC7C09B49CB915D909076B083D9ED1C842F5589DA55D13B47A5C78923B -- InstallerLocale: de-DE - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.13.0-bb30.de.win64.zip - InstallerSha256: 143771505B0160BF5439253B750F560624D867077E4460EDF1F277DCD5EB12B5 -- InstallerLocale: en-US - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.13.0-bb30.en-US.win64.zip - InstallerSha256: 5A96DDF90F92ED4B69F17195E0F71CF83740DB04D0C846617B236985DE8F7AB1 -- InstallerLocale: es-AR - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.13.0-bb30.es-AR.win64.zip - InstallerSha256: 21B76441529D4DEB99952916E8C6F9EC1E563A5B0A7027ABBCFE191363DC04E3 -- InstallerLocale: fr-FR - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.13.0-bb30.fr.win64.zip - InstallerSha256: A6366495A11CB034EC82DC0BAB73978963C6BF898CF39DD6CE372AC2B0B6F072 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.de.yaml b/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.de.yaml deleted file mode 100644 index 0cc7eae930301..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.de.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.5-1-26252-5000.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.13.0-bb30 -PackageLocale: de -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: -# License: -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: Betterbird ist eine Variante (Fork) von Mozilla Thunderbird, der zusätzliche Features und Bugfixes enthält. -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.en-US.yaml b/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.en-US.yaml deleted file mode 100644 index 13720942a685a..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.5-1-26252-5000.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.13.0-bb30 -PackageLocale: en-US -Publisher: Betterbird Project -PublisherUrl: https://www.betterbird.eu/ -PublisherSupportUrl: https://www.betterbird.eu/support/index.html -PrivacyUrl: https://www.betterbird.eu/legal/index.html -# Author: -PackageName: Betterbird -# PackageUrl: -License: Mozilla Public License Version 2.0 -LicenseUrl: https://www.mozilla.org/MPL/2.0 -# Copyright: -CopyrightUrl: https://www.betterbird.eu/legal/index.html -ShortDescription: Betterbird is a fork of Mozilla Thunderbird with additional features and bugfixes. -# Description: -Moniker: betterbird -Tags: -- email -- e-mail -- fork -- mail -- mozilla -- thunderbird -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://betterbird.eu/faq/index.html -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.es-AR.yaml b/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.es-AR.yaml deleted file mode 100644 index a0f43a3ba64dd..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.es-AR.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.5-1-26252-5000.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.13.0-bb30 -PackageLocale: es-AR -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: -# License: -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: Betterbird es una bifurcación de Mozilla Thunderbird con funciones y correcciones de errores adicionales. -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.fr.yaml b/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.fr.yaml deleted file mode 100644 index 3c1899901d547..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.fr.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.5-1-26252-5000.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.13.0-bb30 -PackageLocale: fr -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: -# License: -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: Betterbird est un fork de Mozilla Thunderbird avec des fonctionnalités et des corrections de bogues supplémentaires. -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.it.yaml b/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.it.yaml deleted file mode 100644 index 7f1749095c416..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.it.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.5-1-26252-5000.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.13.0-bb30 -PackageLocale: it -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: -# License: -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: Betterbird è un fork di Mozilla Thunderbird con funzioni e correzioni di bug aggiuntive. -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.nl.yaml b/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.nl.yaml deleted file mode 100644 index 68dc594852936..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.nl.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.5-1-26252-5000.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.13.0-bb30 -PackageLocale: nl -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: -# License: -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: Betterbird is een afsplitsing van Mozilla Thunderbird met extra functies en bugfixes. -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.pt-BR.yaml b/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.pt-BR.yaml deleted file mode 100644 index 85e07a5d4d14d..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.locale.pt-BR.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.5-1-26252-5000.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.13.0-bb30 -PackageLocale: pt-BR -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: -# License: -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: Betterbird é um fork do Mozilla Thunderbird com recursos e correções de bugs adicionais. -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.yaml b/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.yaml deleted file mode 100644 index 7471504af8998..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.13.0-bb30/Betterbird.Betterbird.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.5-1-26252-5000.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.13.0-bb30 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.installer.yaml b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.installer.yaml new file mode 100644 index 0000000000000..29cc1bd2a17e9 --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.installer.yaml @@ -0,0 +1,77 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.14.0-bb31 +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + InstallLocation: /InstallDirectoryPath= +UpgradeBehavior: install +ReleaseDate: 2024-08-05 +AppsAndFeaturesEntries: +- DisplayVersion: 115.14.0 +ElevationRequirement: elevatesSelf +Installers: +- InstallerLocale: de-DE + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.14.0-bb31.de.win64.installer.exe + InstallerSha256: 1203ab0858e66fba7047e139d86579881cf2d393e91b93182cd5bfa1ad7ecd61 +- InstallerLocale: de-DE + Architecture: x64 + InstallerType: portable + InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.14.0-bb31.de.win64.zip + InstallerSha256: d21e1af24b9ee803fe9999a92fccf4d20792dbe656ab93565b837727c9d2a688 +- InstallerLocale: en-US + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.14.0-bb31.en-US.win64.installer.exe + InstallerSha256: f7e4129c077e7a9f0805661f7eff2cf1534be1ce50193190c86d1879cd73896f +- InstallerLocale: en-US + Architecture: x64 + InstallerType: portable + InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.14.0-bb31.en-US.win64.zip + InstallerSha256: 8A9AA573D3125488731E1B4DADB0BFC1B5FD58D56697E0E342B5A2425491E5BD +- InstallerLocale: es-AR + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.14.0-bb31.es-AR.win64.installer.exe + InstallerSha256: 738467c6cc43cc3fc42afaaba7cb149e97d2de82092a3fd44e8a81afdfb15a4f +- InstallerLocale: es-AR + Architecture: x64 + InstallerType: portable + InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.14.0-bb31.es-AR.win64.zip + InstallerSha256: 1708cc5472573d352f089e4626680ca2012752bfa80e511a811936abdf380e98 +- InstallerLocale: fr-FR + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.14.0-bb31.fr.win64.installer.exe + InstallerSha256: 19B86297036E4EAB4DF120A7028DE59A4139DB6643A7A2EA7CE4C073984676E1 +- InstallerLocale: fr-FR + Architecture: x64 + InstallerType: portable + InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.14.0-bb31.fr.win64.zip + InstallerSha256: e14a45b4ffc18b61031a80d5f1ba8caaec5231296cd214363c17e7dab296b774 +- InstallerLocale: it-IT + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.14.0-bb31.it.win64.installer.exe + InstallerSha256: f210256a64a7aeaa5a5e42f97cc9ead3466fda8141412ab27631f5caff9c20af +- InstallerLocale: ja-JP + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.14.0-bb31.ja.win64.installer.exe + InstallerSha256: fd9a4155140e0fa92f80696f07e074962535b823603127b81094974b01ed5fb9 +- InstallerLocale: nl-NL + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.14.0-bb31.nl.win64.installer.exe + InstallerSha256: a158c4f1b7a436b317c89874f7a0fa2ce7243313bb80956c66b7aad07bda577a +- InstallerLocale: pt-BR + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.14.0-bb31.pt-BR.win64.installer.exe + InstallerSha256: 708d9a80220cd039ce9f7d01badbe97d1cd746a72900f2cc4407f622efa09043 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.de.yaml b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.de.yaml new file mode 100644 index 0000000000000..38d2740221608 --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.de.yaml @@ -0,0 +1,9 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.14.0-bb31 +PackageLocale: de +ShortDescription: Betterbird ist eine Variante (Fork) von Mozilla Thunderbird, der zusätzliche Features und Bugfixes enthält. +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.en-US.yaml b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.en-US.yaml new file mode 100644 index 0000000000000..ee03a420ca55f --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.14.0-bb31 +PackageLocale: en-US +Publisher: Betterbird Project +PublisherUrl: https://www.betterbird.eu/ +PublisherSupportUrl: https://www.betterbird.eu/support/index.html +PrivacyUrl: https://www.betterbird.eu/legal/index.html +PackageName: Betterbird +License: Mozilla Public License Version 2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.betterbird.eu/legal/index.html +ShortDescription: Betterbird is a fork of Mozilla Thunderbird with additional features and bugfixes. +Moniker: betterbird +Tags: +- e-mail +- email +- fork +- mail +- mozilla +- thunderbird +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://betterbird.eu/faq/index.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.es-AR.yaml b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.es-AR.yaml new file mode 100644 index 0000000000000..0d8cc9a7657e4 --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.es-AR.yaml @@ -0,0 +1,9 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.14.0-bb31 +PackageLocale: es-AR +ShortDescription: Betterbird es una bifurcación de Mozilla Thunderbird con funciones y correcciones de errores adicionales. +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.fr.yaml b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.fr.yaml new file mode 100644 index 0000000000000..4b01a7acc3414 --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.fr.yaml @@ -0,0 +1,9 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.14.0-bb31 +PackageLocale: fr +ShortDescription: Betterbird est un fork de Mozilla Thunderbird avec des fonctionnalités et des corrections de bogues supplémentaires. +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.it.yaml b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.it.yaml new file mode 100644 index 0000000000000..5b2d639c302aa --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.it.yaml @@ -0,0 +1,9 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.14.0-bb31 +PackageLocale: it +ShortDescription: Betterbird è un fork di Mozilla Thunderbird con funzioni e correzioni di bug aggiuntive. +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.nl.yaml b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.nl.yaml new file mode 100644 index 0000000000000..b10c7b9ae349f --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.nl.yaml @@ -0,0 +1,9 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.14.0-bb31 +PackageLocale: nl +ShortDescription: Betterbird is een afsplitsing van Mozilla Thunderbird met extra functies en bugfixes. +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.pt-BR.yaml b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.pt-BR.yaml new file mode 100644 index 0000000000000..5e3f1e09a0e47 --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.locale.pt-BR.yaml @@ -0,0 +1,9 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.14.0-bb31 +PackageLocale: pt-BR +ShortDescription: Betterbird é um fork do Mozilla Thunderbird com recursos e correções de bugs adicionais. +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.yaml b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.yaml new file mode 100644 index 0000000000000..31885339be068 --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.14.0-bb31/Betterbird.Betterbird.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.14.0-bb31 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.installer.yaml b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.installer.yaml new file mode 100644 index 0000000000000..2dd001e657991 --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.installer.yaml @@ -0,0 +1,77 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.15.0-bb32 +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + InstallLocation: /InstallDirectoryPath= +UpgradeBehavior: install +ReleaseDate: 2024-09-03 +AppsAndFeaturesEntries: +- DisplayVersion: 115.15.0 +ElevationRequirement: elevatesSelf +Installers: +- InstallerLocale: de-DE + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.15.0-bb32.de.win64.installer.exe + InstallerSha256: e017b62e967ac8ef20192e01bc1d9986249211d53b09609dd18445d7085735f6 +- InstallerLocale: de-DE + Architecture: x64 + InstallerType: portable + InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.15.0-bb32.de.win64.zip + InstallerSha256: ffe0f87951cb45330595d9b23065e5ac27abc1dfcda2249f8db7c213e195692b +- InstallerLocale: en-US + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.15.0-bb32.en-US.win64.installer.exe + InstallerSha256: bfb6237f13bfd1a3efb886d6bf79a0173bd1ad92ee3e1275f342e433581225b5 +- InstallerLocale: en-US + Architecture: x64 + InstallerType: portable + InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.15.0-bb32.en-US.win64.zip + InstallerSha256: f7399bed9961f0e0416f8b15b8beffd1ff96e51df64ee42158308cd5bd935240 +- InstallerLocale: es-AR + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.15.0-bb32.es-AR.win64.installer.exe + InstallerSha256: 1067474ab63cea6ad88fe775c53d7aae72c5a16c293d69063b872a4a1628697d +- InstallerLocale: es-AR + Architecture: x64 + InstallerType: portable + InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.15.0-bb32.es-AR.win64.zip + InstallerSha256: 074e10d529ff5688bee8770ae9c9a130294aa56ae6723f40bbbac71ce8cf62ef +- InstallerLocale: fr-FR + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.15.0-bb32.fr.win64.installer.exe + InstallerSha256: d959fd5ffe9b5c5efd7f3bf4fc8bbbd57dacbf7c2b4e449d9e2bab5a4ed5cb31 +- InstallerLocale: fr-FR + Architecture: x64 + InstallerType: portable + InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.15.0-bb32.fr.win64.zip + InstallerSha256: 3b9a0f2da0270bf9e4ef74676723ee9535321739407088fee87ee35346026bad +- InstallerLocale: it-IT + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.15.0-bb32.it.win64.installer.exe + InstallerSha256: e3f4aadc50568c6567ccb6b470dea7cb48cb20d52ab0b171219e794fe5ad8458 +- InstallerLocale: ja-JP + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.15.0-bb32.ja.win64.installer.exe + InstallerSha256: d5cb4028ecb24fdbdfeccc96a687cac0a5ee1773f09503befbb06aa321542035 +- InstallerLocale: nl-NL + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.15.0-bb32.nl.win64.installer.exe + InstallerSha256: 64991e47652a68f6aefdfa321e2e3558cb0992a74c8862c17032c1764e5173c2 +- InstallerLocale: pt-BR + Architecture: x64 + InstallerType: exe + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.15.0-bb32.pt-BR.win64.installer.exe + InstallerSha256: e88157505edb0fd1799c6fe9d55b5237c0196f3878f12f6c09bce59b52ae1fbc +ManifestType: installer +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.de.yaml b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.de.yaml new file mode 100644 index 0000000000000..6d3bb774272e3 --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.de.yaml @@ -0,0 +1,9 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.15.0-bb32 +PackageLocale: de +ShortDescription: Betterbird ist eine Variante (Fork) von Mozilla Thunderbird, der zusätzliche Features und Bugfixes enthält. +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.en-US.yaml b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.en-US.yaml new file mode 100644 index 0000000000000..9f7b77a10b083 --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.15.0-bb32 +PackageLocale: en-US +Publisher: Betterbird Project +PublisherUrl: https://www.betterbird.eu/ +PublisherSupportUrl: https://www.betterbird.eu/support/index.html +PrivacyUrl: https://www.betterbird.eu/legal/index.html +PackageName: Betterbird +License: Mozilla Public License Version 2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.betterbird.eu/legal/index.html +ShortDescription: Betterbird is a fork of Mozilla Thunderbird with additional features and bugfixes. +Moniker: betterbird +Tags: +- e-mail +- email +- fork +- mail +- mozilla +- thunderbird +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://betterbird.eu/faq/index.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.es-AR.yaml b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.es-AR.yaml new file mode 100644 index 0000000000000..3c12ea6786d6f --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.es-AR.yaml @@ -0,0 +1,9 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.15.0-bb32 +PackageLocale: es-AR +ShortDescription: Betterbird es una bifurcación de Mozilla Thunderbird con funciones y correcciones de errores adicionales. +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.fr.yaml b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.fr.yaml new file mode 100644 index 0000000000000..30c100c2c1c16 --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.fr.yaml @@ -0,0 +1,9 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.15.0-bb32 +PackageLocale: fr +ShortDescription: Betterbird est un fork de Mozilla Thunderbird avec des fonctionnalités et des corrections de bogues supplémentaires. +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.it.yaml b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.it.yaml new file mode 100644 index 0000000000000..c88d0628f25d8 --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.it.yaml @@ -0,0 +1,9 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.15.0-bb32 +PackageLocale: it +ShortDescription: Betterbird è un fork di Mozilla Thunderbird con funzioni e correzioni di bug aggiuntive. +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.nl.yaml b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.nl.yaml new file mode 100644 index 0000000000000..41ee2d83eba84 --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.nl.yaml @@ -0,0 +1,9 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.15.0-bb32 +PackageLocale: nl +ShortDescription: Betterbird is een afsplitsing van Mozilla Thunderbird met extra functies en bugfixes. +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.pt-BR.yaml b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.pt-BR.yaml new file mode 100644 index 0000000000000..52a23e6fd0cf9 --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.locale.pt-BR.yaml @@ -0,0 +1,9 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.15.0-bb32 +PackageLocale: pt-BR +ShortDescription: Betterbird é um fork do Mozilla Thunderbird com recursos e correções de bugs adicionais. +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.yaml b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.yaml new file mode 100644 index 0000000000000..142134fd6f5e5 --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/115.15.0-bb32/Betterbird.Betterbird.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 115.15.0-bb32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.installer.yaml b/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.installer.yaml deleted file mode 100644 index 66850ccd732bb..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.installer.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.6.1-bb22 -InstallerType: exe -InstallerSwitches: - Silent: /S - SilentWithProgress: /S - InstallLocation: /InstallDirectoryPath= -UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayVersion: 115.6.1 -Installers: -- InstallerLocale: de-DE - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.6.1-bb22.de.win64.installer.exe - InstallerSha256: E91DD185BAF8608F3E958D72D4856C3CDAE7957BD61D7EDAC8695098BF8E9BED -- InstallerLocale: en-US - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.6.1-bb22.en-US.win64.installer.exe - InstallerSha256: 127E5F342CB52D01C8C4696CC00BC9B3CAFCB0A192BB50183CD6704220939D62 -- InstallerLocale: es-AR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.6.1-bb22.es-AR.win64.installer.exe - InstallerSha256: 8E21747515F8AB5B45609EC746D34BF636BBCE4C81C16AD61E7D7FA1F8E231EB -- InstallerLocale: fr-FR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.6.1-bb22.fr.win64.installer.exe - InstallerSha256: CED0368558E5CB9164F9FBFD35EB8D1A04B4E1E7AC7C46DFB74AFE2616451256 -- InstallerLocale: it-IT - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.6.1-bb22.it.win64.installer.exe - InstallerSha256: 7B158AC4135E96A1141D3BD6AF93AD0BBA041AB4056817C60998ED3BE2298A35 -- InstallerLocale: ja-JP - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.6.1-bb22.ja.win64.installer.exe - InstallerSha256: 408CBB524AC4FC8F2D6487106807B577B068359BAE5738561DF35238A11BBA41 -- InstallerLocale: nl-NL - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.6.1-bb22.nl.win64.installer.exe - InstallerSha256: 121D838E5FB46D2BC0760AFE7D4D404A10B96BEED86F13D3F9D57A136AE19DFD -- InstallerLocale: pt-BR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.6.1-bb22.pt-BR.win64.installer.exe - InstallerSha256: BE6978821F509E8F40E399853D1F899C80DB6DE62821C75BBC114673D7CC6F5D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.de.yaml b/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.de.yaml deleted file mode 100644 index 952a5c974e459..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.de.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.6.1-bb22 -PackageLocale: de -ShortDescription: Betterbird ist eine Variante (Fork) von Mozilla Thunderbird, der zusätzliche Features und Bugfixes enthält. -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.en-US.yaml b/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.en-US.yaml deleted file mode 100644 index 8a2bb8f14d0fd..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.6.1-bb22 -PackageLocale: en-US -Publisher: Betterbird Project -PublisherUrl: https://www.betterbird.eu -PublisherSupportUrl: https://www.betterbird.eu/support/index.html -PrivacyUrl: https://www.betterbird.eu/legal/index.html -PackageName: Betterbird -License: Mozilla Public License Version 2.0 -LicenseUrl: https://www.mozilla.org/MPL/2.0 -CopyrightUrl: https://www.betterbird.eu/legal/index.html -ShortDescription: Betterbird is a fork of Mozilla Thunderbird with additional features and bugfixes. -Moniker: betterbird -Tags: -- e-mail -- fork -- mail -- mozilla -- thunderbird -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://betterbird.eu/faq/index.html -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.es-AR.yaml b/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.es-AR.yaml deleted file mode 100644 index 43660da5a780a..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.es-AR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.6.1-bb22 -PackageLocale: es-AR -ShortDescription: Betterbird es una bifurcación de Mozilla Thunderbird con funciones y correcciones de errores adicionales. -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.fr.yaml b/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.fr.yaml deleted file mode 100644 index 3c830ec45b6f5..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.fr.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.6.1-bb22 -PackageLocale: fr -ShortDescription: Betterbird est un fork de Mozilla Thunderbird avec des fonctionnalités et des corrections de bogues supplémentaires. -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.it.yaml b/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.it.yaml deleted file mode 100644 index b3e585ef7345a..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.it.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.6.1-bb22 -PackageLocale: it -ShortDescription: Betterbird è un fork di Mozilla Thunderbird con funzioni e correzioni di bug aggiuntive. -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.nl.yaml b/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.nl.yaml deleted file mode 100644 index 9ccf568536ecd..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.nl.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.6.1-bb22 -PackageLocale: nl -ShortDescription: Betterbird is een afsplitsing van Mozilla Thunderbird met extra functies en bugfixes. -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.pt-BR.yaml b/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.pt-BR.yaml deleted file mode 100644 index d77076e2667e8..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.locale.pt-BR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.6.1-bb22 -PackageLocale: pt-BR -ShortDescription: Betterbird é um fork do Mozilla Thunderbird com recursos e correções de bugs adicionais. -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.yaml b/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.yaml deleted file mode 100644 index 47cc8449f8f6f..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.6.1-bb22/Betterbird.Betterbird.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.6.1-bb22 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.installer.yaml b/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.installer.yaml deleted file mode 100644 index d36aefeb3a4fe..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.installer.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.7.0-bb23 -InstallerType: exe -InstallerSwitches: - Silent: /S - SilentWithProgress: /S - InstallLocation: /InstallDirectoryPath= -UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayVersion: 115.7.0 -Installers: -- InstallerLocale: de-DE - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.7.0-bb23.de.win64.installer.exe - InstallerSha256: F1455217F6C3372624D2CE991950E63AC3CE18D7109A95608A24FA863ACB90C7 -- InstallerLocale: en-US - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.7.0-bb23.en-US.win64.installer.exe - InstallerSha256: 4BA99A1F6AAE5FF1C9E80DB1E3C7494E5DC0138245E872FF2FE9BAAC934AE591 -- InstallerLocale: es-AR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.7.0-bb23.es-AR.win64.installer.exe - InstallerSha256: 47C007AA662998E8AA87EE9F185E7097F06F21249B1B5C999A9DF9DAB2CC676F -- InstallerLocale: fr-FR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.7.0-bb23.fr.win64.installer.exe - InstallerSha256: 117B9120934DBECA7924C09FE79AD414572D6A1AAACDF5446C5EDB5E632FAF1C -- InstallerLocale: it-IT - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.7.0-bb23.it.win64.installer.exe - InstallerSha256: 0ED7DF9F66A4B9FC12C0B44D624CA393E5A114EE8DD712BF34C5ED0178850275 -- InstallerLocale: ja-JP - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.7.0-bb23.ja.win64.installer.exe - InstallerSha256: F0DC65EB855E3ED69BF95ED77C9E53A77680718465EA4ADADFD04845AE2E39E1 -- InstallerLocale: nl-NL - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.7.0-bb23.nl.win64.installer.exe - InstallerSha256: E6ECEA4B4AD33FD04B9D4880EC98251AF12DFA2C685EEDFA34879BCD0028CCE3 -- InstallerLocale: pt-BR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.7.0-bb23.pt-BR.win64.installer.exe - InstallerSha256: 1793D1DF550A178FACBEBDFE64FBA7F044E47E240CD44F413767243A0B1A1080 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.de.yaml b/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.de.yaml deleted file mode 100644 index cb83d239bd140..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.de.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.7.0-bb23 -PackageLocale: de -ShortDescription: Betterbird ist eine Variante (Fork) von Mozilla Thunderbird, der zusätzliche Features und Bugfixes enthält. -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.en-US.yaml b/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.en-US.yaml deleted file mode 100644 index 66f17f96abdaf..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.7.0-bb23 -PackageLocale: en-US -Publisher: Betterbird Project -PublisherUrl: https://www.betterbird.eu -PublisherSupportUrl: https://www.betterbird.eu/support/index.html -PrivacyUrl: https://www.betterbird.eu/legal/index.html -PackageName: Betterbird -License: Mozilla Public License Version 2.0 -LicenseUrl: https://www.mozilla.org/MPL/2.0 -CopyrightUrl: https://www.betterbird.eu/legal/index.html -ShortDescription: Betterbird is a fork of Mozilla Thunderbird with additional features and bugfixes. -Moniker: betterbird -Tags: -- e-mail -- fork -- mail -- mozilla -- thunderbird -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://betterbird.eu/faq/index.html -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.es-AR.yaml b/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.es-AR.yaml deleted file mode 100644 index 306127b7cab12..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.es-AR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.7.0-bb23 -PackageLocale: es-AR -ShortDescription: Betterbird es una bifurcación de Mozilla Thunderbird con funciones y correcciones de errores adicionales. -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.fr.yaml b/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.fr.yaml deleted file mode 100644 index 4bae79bc3548d..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.fr.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.7.0-bb23 -PackageLocale: fr -ShortDescription: Betterbird est un fork de Mozilla Thunderbird avec des fonctionnalités et des corrections de bogues supplémentaires. -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.it.yaml b/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.it.yaml deleted file mode 100644 index 346b5bb7e34d4..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.it.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.7.0-bb23 -PackageLocale: it -ShortDescription: Betterbird è un fork di Mozilla Thunderbird con funzioni e correzioni di bug aggiuntive. -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.nl.yaml b/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.nl.yaml deleted file mode 100644 index afdcced2af49a..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.nl.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.7.0-bb23 -PackageLocale: nl -ShortDescription: Betterbird is een afsplitsing van Mozilla Thunderbird met extra functies en bugfixes. -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.pt-BR.yaml b/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.pt-BR.yaml deleted file mode 100644 index 642f9c2117cc3..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.locale.pt-BR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.7.0-bb23 -PackageLocale: pt-BR -ShortDescription: Betterbird é um fork do Mozilla Thunderbird com recursos e correções de bugs adicionais. -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.yaml b/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.yaml deleted file mode 100644 index d15be460c1d69..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.7.0-bb23/Betterbird.Betterbird.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.7.0-bb23 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.installer.yaml b/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.installer.yaml deleted file mode 100644 index 399e342b61310..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.installer.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.0-bb24 -InstallerType: exe -InstallerSwitches: - Silent: /S - SilentWithProgress: /S - InstallLocation: /InstallDirectoryPath= -UpgradeBehavior: install -ReleaseDate: 2024-02-21 -AppsAndFeaturesEntries: -- DisplayVersion: 115.8.0 -ElevationRequirement: elevatesSelf -Installers: - - InstallerLocale: de-DE - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.0-bb24.de.win64.installer.exe - InstallerSha256: 6e32b0c0f3be6db0f816ac91391fe00dd272c53f19dc6a359c0a988b57df0ce7 - - InstallerLocale: en-US - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.0-bb24.en-US.win64.installer.exe - InstallerSha256: 0e40b14fb44705b68ddc025715fa977fd0814bcd38dd3922e283e14359550ade - - InstallerLocale: es-AR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.0-bb24.es-AR.win64.installer.exe - InstallerSha256: 5a7a5aeaa729a906be0c8f3105c36edf8f7ea348a6a4796bb500df77b90ae95e - - InstallerLocale: fr-FR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.0-bb24.fr.win64.installer.exe - InstallerSha256: 8080424e2298dca04332544eeaf940a265109f9451bb9b58b5e873b230a100ba - - InstallerLocale: it-IT - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.0-bb24.it.win64.installer.exe - InstallerSha256: 58E792ABF486BA6FB0373D029806759708C16F02D48E38453A9DEF94C8523529 - - InstallerLocale: ja-JP - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.0-bb24.ja.win64.installer.exe - InstallerSha256: 25a487d60422231f6ed8dbff6f9eb228c0aa02513074002797d07c65b8fb6576 - - InstallerLocale: nl-NL - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.0-bb24.nl.win64.installer.exe - InstallerSha256: d8893d55440f2b1b7c3d2dbbfaac8f1c9af2d68fc116c864b9e3f52cdfb5c915 - - InstallerLocale: pt-BR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.0-bb24.pt-BR.win64.installer.exe - InstallerSha256: d7b38f8e3edf58bdad3e5a2aa8233916bffae49fd07031bb9937017d3d9abb26 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.de.yaml b/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.de.yaml deleted file mode 100644 index ca90bdf8a9141..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.de.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.0-bb24 -PackageLocale: de -ShortDescription: Betterbird ist eine Variante (Fork) von Mozilla Thunderbird, der zusätzliche Features und Bugfixes enthält. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.en-US.yaml b/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.en-US.yaml deleted file mode 100644 index 946e13d4b14f2..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.0-bb24 -PackageLocale: en-US -Publisher: Betterbird Project -PublisherUrl: https://www.betterbird.eu/ -PublisherSupportUrl: https://www.betterbird.eu/support/index.html -PrivacyUrl: https://www.betterbird.eu/legal/index.html -PackageName: Betterbird -License: Mozilla Public License Version 2.0 -LicenseUrl: https://www.mozilla.org/MPL/2.0 -CopyrightUrl: https://www.betterbird.eu/legal/index.html -ShortDescription: Betterbird is a fork of Mozilla Thunderbird with additional features and bugfixes. -Moniker: betterbird -Tags: -- e-mail -- fork -- mail -- mozilla -- thunderbird -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://betterbird.eu/faq/index.html -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.es-AR.yaml b/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.es-AR.yaml deleted file mode 100644 index 713a64ef6984e..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.es-AR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.0-bb24 -PackageLocale: es-AR -ShortDescription: Betterbird es una bifurcación de Mozilla Thunderbird con funciones y correcciones de errores adicionales. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.fr.yaml b/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.fr.yaml deleted file mode 100644 index 260296b3863dc..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.fr.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.0-bb24 -PackageLocale: fr -ShortDescription: Betterbird est un fork de Mozilla Thunderbird avec des fonctionnalités et des corrections de bogues supplémentaires. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.it.yaml b/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.it.yaml deleted file mode 100644 index 96095492524ae..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.it.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.0-bb24 -PackageLocale: it -ShortDescription: Betterbird è un fork di Mozilla Thunderbird con funzioni e correzioni di bug aggiuntive. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.nl.yaml b/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.nl.yaml deleted file mode 100644 index f85c8b02540a5..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.nl.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.0-bb24 -PackageLocale: nl -ShortDescription: Betterbird is een afsplitsing van Mozilla Thunderbird met extra functies en bugfixes. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.pt-BR.yaml b/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.pt-BR.yaml deleted file mode 100644 index 4a6cbcb1c8fe1..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.locale.pt-BR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.0-bb24 -PackageLocale: pt-BR -ShortDescription: Betterbird é um fork do Mozilla Thunderbird com recursos e correções de bugs adicionais. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.yaml b/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.yaml deleted file mode 100644 index 4922b85e302db..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.0-bb24/Betterbird.Betterbird.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.0-bb24 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.installer.yaml b/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.installer.yaml deleted file mode 100644 index f12bb2d7bbb33..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.installer.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.1-bb25 -InstallerType: exe -InstallerSwitches: - Silent: /S - SilentWithProgress: /S - InstallLocation: /InstallDirectoryPath= -UpgradeBehavior: install -ReleaseDate: 2024-03-05 -AppsAndFeaturesEntries: - - DisplayVersion: 115.8.1 -ElevationRequirement: elevatesSelf -Installers: - - InstallerLocale: de-DE - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.1-bb25.de.win64.installer.exe - InstallerSha256: e5721f48efa3b62680f17e70f5ff8f6eeaad123d6c4c415099e37d9278389818 - - InstallerLocale: de-DE - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.8.1-bb25.de.win64.zip - InstallerSha256: ab1902e8d5d856e5cab4e1d408a3d7e4793da3d159c9e6427b23799463525951 - - InstallerLocale: en-US - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.1-bb25.en-US.win64.installer.exe - InstallerSha256: 07c5bba633087df515dc1fe1fa9049a59556f79376569a1e8f365d62f6a783b5 - - InstallerLocale: en-US - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.8.1-bb25.en-US.win64.zip - InstallerSha256: 1ec2527fc70c51c7d97a7d67e43ce99e15c253ed5633bf5de798d296b8b4c7c0 - - InstallerLocale: es-AR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.1-bb25.es-AR.win64.installer.exe - InstallerSha256: 374029e54c87e8e573ca96e99584fc7aac75b33962d343f408735ba6ca0d977d - - InstallerLocale: es-AR - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.8.1-bb25.es-AR.win64.zip - InstallerSha256: ba003cd8c47a940362080d0e2bdce317ec26d14b3af840b6d250769e54ba99d4 - - InstallerLocale: fr-FR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.1-bb25.fr.win64.installer.exe - InstallerSha256: ADD20F5B8730B3E80DF253A24309A003CC3F5C6F0EBB643F2DD6691DC3ED3E54 - - InstallerLocale: fr-FR - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.8.1-bb25.fr.win64.zip - InstallerSha256: 0c2d1ad926388a98157e4f931a8bd46b18de3decfbf8fe047cb4db4d94fed198 - - InstallerLocale: it-IT - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.1-bb25.it.win64.installer.exe - InstallerSha256: 67f82f0d657ade06091cae524ae2b4284dd12a2d861baa831ba55c331c6f81cc - - InstallerLocale: ja-JP - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.1-bb25.ja.win64.installer.exe - InstallerSha256: ef19b6da39e608b3b04d726303d140c67ec4432b076ca3bc69a79c00661181a4 - - InstallerLocale: nl-NL - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.1-bb25.nl.win64.installer.exe - InstallerSha256: 5343f1cd87ebe446f70e6769f3b4ba17860cbffa7eac98fb412bf1f578a76139 - - InstallerLocale: pt-BR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.8.1-bb25.pt-BR.win64.installer.exe - InstallerSha256: 1f20eee27dbf3db3c11c37161658e5c1d5aef4c69e91a022a8ce0682b96749e4 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.de.yaml b/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.de.yaml deleted file mode 100644 index f4aaa5ec36007..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.de.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.1-bb25 -PackageLocale: de -ShortDescription: Betterbird ist eine Variante (Fork) von Mozilla Thunderbird, der zusätzliche Features und Bugfixes enthält. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.en-US.yaml b/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.en-US.yaml deleted file mode 100644 index 4e7386c33128d..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.en-US.yaml +++ /dev/null @@ -1,92 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.1-bb25 -PackageLocale: en-US -Publisher: Betterbird Project -PublisherUrl: https://www.betterbird.eu/ -PublisherSupportUrl: https://www.betterbird.eu/support/index.html -PrivacyUrl: https://www.betterbird.eu/legal/index.html -PackageName: Betterbird -License: Mozilla Public License Version 2.0 -LicenseUrl: https://www.mozilla.org/MPL/2.0 -CopyrightUrl: https://www.betterbird.eu/legal/index.html -ShortDescription: Betterbird is a fork of Mozilla Thunderbird with additional features and bugfixes. -Moniker: betterbird -Tags: - - e-mail - - fork - - mail - - mozilla - - thunderbird -Documentations: - - DocumentLabel: FAQ - DocumentUrl: https://betterbird.eu/faq/index.html -ReleaseNotes: | - Fixed in this version: - - NEW - Editing of message headers. The Edit Headers menu item is found in the message toolbar More Actions menu. - By default the message subject is editable, use pref mail.messageEditor.editableHeaders to allow for more headers. - NEW - Message rethreading via drag & drop or the keyboard. See this paragraph for details. - FIXED - The additional total count in the status bar not always updating when a folder is entered or threads are collapsed or expanded - FIXED - Issue when using Quick Filter Bar with untagged messages (was broken in 115.8.0) - - - Fixed in Betterbird, not fixed in Thunderbird 115.8.1 yet: - Fixes provided by the Betterbird project and integrated into Thunderbird to be released later - - FIXED - Multiple spellcheck dictionaries not reliably set in new composition and not restored when editing draft (fixed in 102.6.1!!) - - Bug 1790746 - FIXED - A sound was sometimes played for new feed messages even if disabled with pref mail.feed.play_sound. New prefs - mail.feed.play_sound.type and mail.feed.play_sound.url to configure feed notification sounds if desired (fixed in 115.6.1) - - Bug 1871493 - - - Various minor fixes that Thunderbird isn't shipping yet: - - FIXED - Wrong counts in Group-By-Sort headers (and related issues) - - Bug 646168 the-big-crash-part1 - Bug 1866951 break-secondary-sort-group-by-etc - Bug 1873353 fix-secondary-sort-by-date-in-grouped-by-sort - Other: - Bug 522768 prettyPath - Bug 531319 open-conversation-standalone - Bug 956446 fix-shift-delete-context-menu - Bug 1368011 disable-watch-thread-where-not-working - Bug 1427546 fix-expand-thread-invisible-children - Bug 1678057 copy-cut-typo - Bug 1799368 dont-add-duplicate-ML-entries - Bug 1811214 fix-add-on-install - Bug 1812726 clear-details-on-AB-search - Bug 1823024 improve-activity-manager-when-indexing - Bug 1837152 get-messages-unified-toolbar - Bug 1843221 icons-unthreaded-view - Bug 1851975 sort-order-synch-view - Bug 1859271 fix-theme-numbering - Bug 1861200 fix-ignore-thread-single-folder-search, disable-ignore-thread-where-not-working - Bug 1862519 fix-chat-init - Bug 1862521 fix-GetSelectedMsgFolders-eml - Bug 1862978 open-add-on-manager-from-toolbar - Bug 1863820 mark_message_read_servertype - Bug 1864924 limit-number-messages-per-connection - Bug 1865598 fix-imap-descending-uids - Bug 1867091 fix-get-selected-partial-messages - Bug 1868094 folder-pane-kb-nav - Bug 1868718 fix-mac-menus-no-window - Bug 1870873 ab-scroll - Bug 1873282 fix-imap-threads - Bug 1873313 dont-select-dummy-group-headers - Bug 1873607 fix-chat-init - Bug 1875577 unified-grouped-perf - Bug 1876431 fix-pop3-error-report - Bug 1876662 fix-get-messages-standalone-message - Bug 1877774 fix-secondary-sort - Bug 1877962 fix-open-msg-in-containing-folder - Bug 1878543 arrow-keys-gloda-search-box - Bug 1879735 disable-fields-filter - Bug 1880043 fix-wrong-imap-status - Bug 1881124 fix numeric tags -ReleaseNotesUrl: https://www.betterbird.eu/releasenotes/index.html -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.es-AR.yaml b/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.es-AR.yaml deleted file mode 100644 index df9e6bd2d8040..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.es-AR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.1-bb25 -PackageLocale: es-AR -ShortDescription: Betterbird es una bifurcación de Mozilla Thunderbird con funciones y correcciones de errores adicionales. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.fr.yaml b/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.fr.yaml deleted file mode 100644 index 9e73154568754..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.fr.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.1-bb25 -PackageLocale: fr -ShortDescription: Betterbird est un fork de Mozilla Thunderbird avec des fonctionnalités et des corrections de bogues supplémentaires. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.it.yaml b/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.it.yaml deleted file mode 100644 index 3932494042b1c..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.it.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.1-bb25 -PackageLocale: it -ShortDescription: Betterbird è un fork di Mozilla Thunderbird con funzioni e correzioni di bug aggiuntive. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.nl.yaml b/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.nl.yaml deleted file mode 100644 index 84ef3e0366558..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.nl.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.1-bb25 -PackageLocale: nl -ShortDescription: Betterbird is een afsplitsing van Mozilla Thunderbird met extra functies en bugfixes. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.pt-BR.yaml b/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.pt-BR.yaml deleted file mode 100644 index ed3b02c01d020..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.locale.pt-BR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.1-bb25 -PackageLocale: pt-BR -ShortDescription: Betterbird é um fork do Mozilla Thunderbird com recursos e correções de bugs adicionais. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.yaml b/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.yaml deleted file mode 100644 index 0698db6ca0498..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.8.1-bb25/Betterbird.Betterbird.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.8.1-bb25 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.installer.yaml b/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.installer.yaml deleted file mode 100644 index 0dfc63be8f446..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.installer.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.9.0-bb26-build2 -InstallerType: exe -InstallerSwitches: - Silent: /S - SilentWithProgress: /S - InstallLocation: /InstallDirectoryPath= -UpgradeBehavior: install -ReleaseDate: 2024-03-19 -AppsAndFeaturesEntries: - - DisplayVersion: 115.9.0 -ElevationRequirement: elevatesSelf -Installers: - - InstallerLocale: de-DE - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.9.0-bb26-build2.de.win64.installer.exe - InstallerSha256: 786204F13BDB7FBF3F2F0F9A4CFEA82F0E88CCF0E77DD62FD63C5926D0BD8D52 - - InstallerLocale: de-DE - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.9.0-bb26-build2.de.win64.zip - InstallerSha256: 19F92F9B32A23B0B6021BE3F8869391DAF7848869C2B2A9ECA64A994DA765352 - - InstallerLocale: en-US - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.9.0-bb26-build2.en-US.win64.installer.exe - InstallerSha256: 4D35A75D3756FA394EDC064C72FD581C67FCCCFE29DB6E4A4914724C6430604F - - InstallerLocale: en-US - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.9.0-bb26-build2.en-US.win64.zip - InstallerSha256: EEBD7548E05045F3267835EA88A5166CF3DAF30F480C40C82C8AD1E978B9CD53 - - InstallerLocale: es-AR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.9.0-bb26-build2.es-AR.win64.installer.exe - InstallerSha256: 1AFC8759D3B8415BFF7628A70BD5AEDA24C4FE94EA04AE4CCC6D64EA166B66C1 - - InstallerLocale: es-AR - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.9.0-bb26-build2.es-AR.win64.zip - InstallerSha256: 93C16132FE490FAFD8775904526E723A195AFE84FA89C48BBA5FC989942E31CD - - InstallerLocale: fr-FR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.9.0-bb26-build2.fr.win64.installer.exe - InstallerSha256: 6CD509556547F23BE2F5C03F043C80591C0BFB1A88FF129562656FE1ADCBA654 - - InstallerLocale: fr-FR - Architecture: x64 - InstallerType: portable - InstallerUrl: https://www.betterbird.eu/downloads/WindowsPortable/BetterbirdPortable-115.9.0-bb26-build2.fr.win64.zip - InstallerSha256: BE04843811AE677E245D3A24AEDD673053CF83BFC647B10AF54375D09CF8D8B3 - - InstallerLocale: it-IT - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.9.0-bb26-build2.it.win64.installer.exe - InstallerSha256: 35BB677245413717613E276C74717795926C39582DF53A5EB2A473710EEAE347 - - InstallerLocale: ja-JP - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.9.0-bb26-build2.ja.win64.installer.exe - InstallerSha256: 2F816E5E8DF86D940F67038CCC812D060603AB0E2E077C53E818B35EA93C513E - - InstallerLocale: nl-NL - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.9.0-bb26-build2.nl.win64.installer.exe - InstallerSha256: 2952387F6245B83422497591D3730BCC4F0BB8313896A21864FCCA83EF9E0D7B - - InstallerLocale: pt-BR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-115.9.0-bb26-build2.pt-BR.win64.installer.exe - InstallerSha256: D6CC5F6D8A49E1F3B22F7637B7FEE4A2BFC98DB4D4DD81857AB6065167D3933F -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.de.yaml b/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.de.yaml deleted file mode 100644 index 6c45b0484dd15..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.de.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.9.0-bb26-build2 -PackageLocale: de -ShortDescription: Betterbird ist eine Variante (Fork) von Mozilla Thunderbird, der zusätzliche Features und Bugfixes enthält. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.en-US.yaml b/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.en-US.yaml deleted file mode 100644 index fe971be9f4299..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.9.0-bb26-build2 -PackageLocale: en-US -Publisher: Betterbird Project -PublisherUrl: https://www.betterbird.eu/ -PublisherSupportUrl: https://www.betterbird.eu/support/index.html -PrivacyUrl: https://www.betterbird.eu/legal/index.html -PackageName: Betterbird -License: Mozilla Public License Version 2.0 -LicenseUrl: https://www.mozilla.org/MPL/2.0 -CopyrightUrl: https://www.betterbird.eu/legal/index.html -ShortDescription: Betterbird is a fork of Mozilla Thunderbird with additional features and bugfixes. -Moniker: betterbird -Tags: - - e-mail - - fork - - mail - - mozilla - - thunderbird -Documentations: - - DocumentLabel: FAQ - DocumentUrl: https://betterbird.eu/faq/index.html -ReleaseNotesUrl: https://www.betterbird.eu/releasenotes/index.html -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.es-AR.yaml b/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.es-AR.yaml deleted file mode 100644 index cd6ef53b5e5b7..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.es-AR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.9.0-bb26-build2 -PackageLocale: es-AR -ShortDescription: Betterbird es una bifurcación de Mozilla Thunderbird con funciones y correcciones de errores adicionales. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.fr.yaml b/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.fr.yaml deleted file mode 100644 index 11ef905cdc64b..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.fr.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.9.0-bb26-build2 -PackageLocale: fr -ShortDescription: Betterbird est un fork de Mozilla Thunderbird avec des fonctionnalités et des corrections de bogues supplémentaires. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.it.yaml b/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.it.yaml deleted file mode 100644 index e2f97e2f1041b..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.it.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.9.0-bb26-build2 -PackageLocale: it -ShortDescription: Betterbird è un fork di Mozilla Thunderbird con funzioni e correzioni di bug aggiuntive. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.nl.yaml b/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.nl.yaml deleted file mode 100644 index fdb9682a65565..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.nl.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.9.0-bb26-build2 -PackageLocale: nl -ShortDescription: Betterbird is een afsplitsing van Mozilla Thunderbird met extra functies en bugfixes. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.pt-BR.yaml b/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.pt-BR.yaml deleted file mode 100644 index 4dc5d632842e6..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.locale.pt-BR.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.9.0-bb26-build2 -PackageLocale: pt-BR -ShortDescription: Betterbird é um fork do Mozilla Thunderbird com recursos e correções de bugs adicionais. -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.yaml b/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.yaml deleted file mode 100644 index 1770c9fe3b981..0000000000000 --- a/manifests/b/Betterbird/Betterbird/115.9.0-bb26-build2/Betterbird.Betterbird.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 115.9.0-bb26-build2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/b/BeyondATC/Client/1.1.10/BeyondATC.Client.installer.yaml b/manifests/b/BeyondATC/Client/1.1.10/BeyondATC.Client.installer.yaml new file mode 100644 index 0000000000000..71e5391907877 --- /dev/null +++ b/manifests/b/BeyondATC/Client/1.1.10/BeyondATC.Client.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BeyondATC.Client +PackageVersion: 1.1.10 +InstallerType: zip +NestedInstallerType: inno +NestedInstallerFiles: +- RelativeFilePath: BeyondATCInstaller.exe +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-27 +AppsAndFeaturesEntries: +- DisplayName: BeyondATC version 1.1.10.EA + Publisher: Skirmish Mode Games, Inc. + DisplayVersion: 1.1.10.EA +Installers: +- Architecture: x64 + InstallerUrl: https://www.beyondatc.net/_files/archives/92461f_b0a680306ca7413c9d95239039c5fc32.zip?dn=BeyondATC_1.1.10.EA_Installer.zip + InstallerSha256: 16BE2D7E1473F7232A2A03494E51D39FD625629E1362AEC544D44F578F8AB7D4 +ManifestType: installer +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/b/BeyondATC/Client/1.1.10/BeyondATC.Client.locale.en-US.yaml b/manifests/b/BeyondATC/Client/1.1.10/BeyondATC.Client.locale.en-US.yaml new file mode 100644 index 0000000000000..4b1e22aa6315f --- /dev/null +++ b/manifests/b/BeyondATC/Client/1.1.10/BeyondATC.Client.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BeyondATC.Client +PackageVersion: 1.1.10 +PackageLocale: en-US +Publisher: BeyondATC +PublisherUrl: https://www.beyondatc.net/ +PackageName: BeyondATC +PackageUrl: https://www.beyondatc.net/ +License: Proprietary +ShortDescription: The clear approach to modern ATC, for Microsoft Flight Simulator. +Moniker: beyond-atc +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BeyondATC/Client/1.1.10/BeyondATC.Client.yaml b/manifests/b/BeyondATC/Client/1.1.10/BeyondATC.Client.yaml new file mode 100644 index 0000000000000..52e529cc215ef --- /dev/null +++ b/manifests/b/BeyondATC/Client/1.1.10/BeyondATC.Client.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BeyondATC.Client +PackageVersion: 1.1.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BeyondATC/Client/1.1.11/BeyondATC.Client.installer.yaml b/manifests/b/BeyondATC/Client/1.1.11/BeyondATC.Client.installer.yaml new file mode 100644 index 0000000000000..eb48b83ed3b85 --- /dev/null +++ b/manifests/b/BeyondATC/Client/1.1.11/BeyondATC.Client.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BeyondATC.Client +PackageVersion: 1.1.11 +InstallerType: zip +NestedInstallerType: inno +NestedInstallerFiles: +- RelativeFilePath: BeyondATCInstaller.exe +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-28 +AppsAndFeaturesEntries: +- DisplayName: BeyondATC version 1.1.11.EA + Publisher: Skirmish Mode Games, Inc. + DisplayVersion: 1.1.11.EA +Installers: +- Architecture: x64 + InstallerUrl: https://www.beyondatc.net/_files/archives/92461f_f082d63627fd448ea34072216338efd3.zip?dn=BeyondATC_1.1.11.EA_Installer.zip + InstallerSha256: 677F9C5CA4DE6BC8FF7F79BC1B312E45EC8F55734E79BD66CB922A4584A7C485 +ManifestType: installer +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/b/BeyondATC/Client/1.1.11/BeyondATC.Client.locale.en-US.yaml b/manifests/b/BeyondATC/Client/1.1.11/BeyondATC.Client.locale.en-US.yaml new file mode 100644 index 0000000000000..c30461aaac6fd --- /dev/null +++ b/manifests/b/BeyondATC/Client/1.1.11/BeyondATC.Client.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BeyondATC.Client +PackageVersion: 1.1.11 +PackageLocale: en-US +Publisher: BeyondATC +PublisherUrl: https://www.beyondatc.net/ +PackageName: BeyondATC +PackageUrl: https://www.beyondatc.net/ +License: Proprietary +ShortDescription: The clear approach to modern ATC, for Microsoft Flight Simulator. +Moniker: beyond-atc +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BeyondATC/Client/1.1.11/BeyondATC.Client.yaml b/manifests/b/BeyondATC/Client/1.1.11/BeyondATC.Client.yaml new file mode 100644 index 0000000000000..806f6474e2ad2 --- /dev/null +++ b/manifests/b/BeyondATC/Client/1.1.11/BeyondATC.Client.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BeyondATC.Client +PackageVersion: 1.1.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BeyondATC/Client/1.2.43/BeyondATC.Client.installer.yaml b/manifests/b/BeyondATC/Client/1.2.43/BeyondATC.Client.installer.yaml new file mode 100644 index 0000000000000..830c908c27e8b --- /dev/null +++ b/manifests/b/BeyondATC/Client/1.2.43/BeyondATC.Client.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BeyondATC.Client +PackageVersion: 1.2.43 +InstallerType: zip +NestedInstallerType: inno +NestedInstallerFiles: +- RelativeFilePath: BeyondATCInstaller.exe +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-09-12 +AppsAndFeaturesEntries: +- DisplayName: BeyondATC version 1.1.11.EA + Publisher: Skirmish Mode Games, Inc. + DisplayVersion: 1.1.11.EA +Installers: +- Architecture: x64 + InstallerUrl: https://www.beyondatc.net/_files/archives/92461f_f8484ee41df541a3974e917efa228554.zip?dn=BATC_1.2.43.EA_Installer.zip + InstallerSha256: 5228F82D9CBFA6517ED8ABF598A6E47D669C07B3E41BAF8A708CCEE918C1FC4E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BeyondATC/Client/1.2.43/BeyondATC.Client.locale.en-US.yaml b/manifests/b/BeyondATC/Client/1.2.43/BeyondATC.Client.locale.en-US.yaml new file mode 100644 index 0000000000000..951818dc54f98 --- /dev/null +++ b/manifests/b/BeyondATC/Client/1.2.43/BeyondATC.Client.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BeyondATC.Client +PackageVersion: 1.2.43 +PackageLocale: en-US +Publisher: BeyondATC +PublisherUrl: https://www.beyondatc.net/ +PackageName: BeyondATC +PackageUrl: https://www.beyondatc.net/ +License: Proprietary +ShortDescription: The clear approach to modern ATC, for Microsoft Flight Simulator. +Moniker: beyond-atc +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BeyondATC/Client/1.2.43/BeyondATC.Client.yaml b/manifests/b/BeyondATC/Client/1.2.43/BeyondATC.Client.yaml new file mode 100644 index 0000000000000..4d6f7392ad865 --- /dev/null +++ b/manifests/b/BeyondATC/Client/1.2.43/BeyondATC.Client.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BeyondATC.Client +PackageVersion: 1.2.43 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bforartists/Bforartists/4.2.2/Bforartists.Bforartists.installer.yaml b/manifests/b/Bforartists/Bforartists/4.2.2/Bforartists.Bforartists.installer.yaml new file mode 100644 index 0000000000000..db24714d4f2d0 --- /dev/null +++ b/manifests/b/Bforartists/Bforartists/4.2.2/Bforartists.Bforartists.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bforartists.Bforartists +PackageVersion: 4.2.2 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{B0DEFA34-DE6A-4FC6-8F52-8C8CA44FD5CC}_is1' +ReleaseDate: 2024-08-28 +AppsAndFeaturesEntries: +- Publisher: Bforartists + ProductCode: '{B0DEFA34-DE6A-4FC6-8F52-8C8CA44FD5CC}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://www.bforartists.de/data/binaries/Install_Bforartists4_422.exe + InstallerSha256: BF75CE4DFA7BF82C5B49834A65CF4C7C581EB39098BC38269DE6A264C919FE95 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bforartists/Bforartists/4.2.2/Bforartists.Bforartists.locale.en-US.yaml b/manifests/b/Bforartists/Bforartists/4.2.2/Bforartists.Bforartists.locale.en-US.yaml new file mode 100644 index 0000000000000..4cc715fbc17e3 --- /dev/null +++ b/manifests/b/Bforartists/Bforartists/4.2.2/Bforartists.Bforartists.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bforartists.Bforartists +PackageVersion: 4.2.2 +PackageLocale: en-US +Publisher: Bforartists +PublisherUrl: https://www.bforartists.de/ +PublisherSupportUrl: https://www.bforartists.de/release-notes/support/ +PackageName: Bforartists 4 +PackageUrl: https://www.bforartists.de/download/ +License: GPL-2.0 +LicenseUrl: https://github.com/Bforartists/Bforartists/raw/master/doc/license/GPL-license.txt +Copyright: Copyright 2024 - Bforartists +ShortDescription: Bforartists is a fork of the popular 3D software Blender, with the goal to improve the UI. +Tags: +- addon +- bforartists +- blender +- fork +- hotkey +- icon-buttons +- iconbutton +- icons +- improved +- keymap +- layouts +- piece +- toolbar +- tracker +- usability +- youtube +ReleaseNotesUrl: https://github.com/Bforartists/Bforartists/releases/tag/v4.2.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bforartists/Bforartists/4.2.2/Bforartists.Bforartists.yaml b/manifests/b/Bforartists/Bforartists/4.2.2/Bforartists.Bforartists.yaml new file mode 100644 index 0000000000000..3056a44f3478f --- /dev/null +++ b/manifests/b/Bforartists/Bforartists/4.2.2/Bforartists.Bforartists.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bforartists.Bforartists +PackageVersion: 4.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.installer.yaml new file mode 100644 index 0000000000000..5667a02e09a59 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.17.0.7085 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- livehime +Installers: +- Architecture: x64 + InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-5.17.0.7085-x64.exe + InstallerSha256: 37FFD57CE1738E01D32EEBC39ECA67337398C52AA50C906E0184D50F3B105758 + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.locale.en-US.yaml new file mode 100644 index 0000000000000..1a551c2b1ffc4 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.17.0.7085 +PackageLocale: en-US +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: Shanghai Magic Electric Information Technology Co., Ltd. +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: Freeware +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +# CopyrightUrl: +ShortDescription: Bilibili Live official live streaming tool +Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +# Moniker: +Tags: +- broadcasting +- live +- live-streaming +- livestreaming +- screencasting +- streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..af56d2fc1ed2e --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.17.0.7085 +PackageLocale: zh-CN +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: 上海幻电信息科技有限公司 +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: 免费软件 +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: +ShortDescription: 哔哩哔哩直播官方直播软件 +Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: +Tags: +- 推流 +- 直播 +ReleaseNotes: |- + 【新增】送礼弹幕增加右键菜单 + 【优化】已知问题优化 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.yaml new file mode 100644 index 0000000000000..e3cc55ddc69b1 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.17.0.7085 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.installer.yaml new file mode 100644 index 0000000000000..b09939625dc27 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.18.0.7127 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- livehime +Installers: +- Architecture: x64 + InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-5.18.0.7127-x64.exe + InstallerSha256: 1E44CA2A42348F596214601BD40E1BCA500DF4E2F690680CA5D0A9988DFB47E8 + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.locale.en-US.yaml new file mode 100644 index 0000000000000..dfd7ecce52dd0 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.18.0.7127 +PackageLocale: en-US +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: Shanghai Magic Electric Information Technology Co., Ltd. +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: Freeware +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +# CopyrightUrl: +ShortDescription: Bilibili Live official live streaming tool +Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +# Moniker: +Tags: +- broadcasting +- live +- live-streaming +- livestreaming +- screencasting +- streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9e6cf1b28e0aa --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.18.0.7127 +PackageLocale: zh-CN +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: 上海幻电信息科技有限公司 +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: 免费软件 +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: +ShortDescription: 哔哩哔哩直播官方直播软件 +Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: +Tags: +- 推流 +- 直播 +ReleaseNotes: 【优化】已知问题优化 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.yaml new file mode 100644 index 0000000000000..72569cd167fe1 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.18.0.7127 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.installer.yaml new file mode 100644 index 0000000000000..4d95984ba2400 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.18.1.7152 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- livehime +Installers: +- Architecture: x64 + InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-5.18.1.7152-x64.exe + InstallerSha256: 9E6E153EDAB4BB944243224E16A7FF8148AD275136FD9B65E6DC6A16339F9E52 + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.locale.en-US.yaml new file mode 100644 index 0000000000000..36dd7eec940b7 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.18.1.7152 +PackageLocale: en-US +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: Shanghai Magic Electric Information Technology Co., Ltd. +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: Freeware +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +# CopyrightUrl: +ShortDescription: Bilibili Live official live streaming tool +Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +# Moniker: +Tags: +- broadcasting +- live +- live-streaming +- livestreaming +- screencasting +- streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3ec4f30a63903 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.18.1.7152 +PackageLocale: zh-CN +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: 上海幻电信息科技有限公司 +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: 免费软件 +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: +ShortDescription: 哔哩哔哩直播官方直播软件 +Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: +Tags: +- 推流 +- 直播 +ReleaseNotes: |- + 【新增】即将上线“互动”脸萌礼物的能力,让礼物变得更有趣 + 【优化】优化“添加摄像头”时的画面显示 + 【优化】优化“黑名单”功能,拉黑后用户将无法观看直播内容 + 【优化】优化“禁言”功能,新增限时相关的功能 + 【优化】已知体验问题 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.yaml new file mode 100644 index 0000000000000..b4137cad332e3 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.18.1.7152 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.installer.yaml new file mode 100644 index 0000000000000..60ec0fdc792f8 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.19.0.7171 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- livehime +Installers: +- Architecture: x64 + InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-5.19.0.7171-x64.exe + InstallerSha256: 3323497C22E508C510584BBC3495786E5F8F5EB46C597D2524388A65962F6C7C + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.locale.en-US.yaml new file mode 100644 index 0000000000000..ecf8ec09a5f3f --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.19.0.7171 +PackageLocale: en-US +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: Shanghai Magic Electric Information Technology Co., Ltd. +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: Freeware +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +# CopyrightUrl: +ShortDescription: Bilibili Live official live streaming tool +Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +# Moniker: +Tags: +- broadcasting +- live +- live-streaming +- livestreaming +- screencasting +- streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ae1a1ec7bacfb --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.19.0.7171 +PackageLocale: zh-CN +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: 上海幻电信息科技有限公司 +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: 免费软件 +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: +ShortDescription: 哔哩哔哩直播官方直播软件 +Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: +Tags: +- 推流 +- 直播 +ReleaseNotes: |- + 【新增】新增礼物“超能魔盒”,有机会爆出超稀有礼物和头衔使用特权 + 【优化】优化 PK 功能,支持筛选同区&同段位的主播进行 PK 对战 + 【优化】优化语聊房分区送礼功能,支持给麦上嘉宾赠送大航海礼物(舰长 1 号/提督 1 号/总督 1 号) + 【优化】优化已知体验问题 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.yaml new file mode 100644 index 0000000000000..06e59d53aa7ba --- /dev/null +++ b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 5.19.0.7171 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.installer.yaml new file mode 100644 index 0000000000000..3d44db83ef53a --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.0.0.7327 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- livehime +Installers: +- Architecture: x64 + InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-6.0.0.7327-x64.exe + InstallerSha256: BC36541C672C50044A6BE7038C703D10B5A41C486C9274A195F7C0E1885C8578 + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.locale.en-US.yaml new file mode 100644 index 0000000000000..556e435300357 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.0.0.7327 +PackageLocale: en-US +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: Shanghai Magic Electric Information Technology Co., Ltd. +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: Freeware +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +# CopyrightUrl: +ShortDescription: Bilibili Live official live streaming tool +Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +# Moniker: +Tags: +- broadcasting +- live +- live-streaming +- livestreaming +- screencasting +- streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a79693a6fbaee --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.0.0.7327 +PackageLocale: zh-CN +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: 上海幻电信息科技有限公司 +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: 免费软件 +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: +ShortDescription: 哔哩哔哩直播官方直播软件 +Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: +Tags: +- 推流 +- 直播 +ReleaseNotes: |- + 【新增】新版直播姬上线,界面更清爽、操作更简单 + 【新增】 新增互动卡片,帮助您在开播中实时掌握互动进程 + 【优化】 优化直播工具,帮助您更快速了解推荐活动和玩法 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.yaml new file mode 100644 index 0000000000000..bdf9c22bbbccc --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.0.0.7327 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.installer.yaml new file mode 100644 index 0000000000000..148e1b6396888 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.1.0.7342 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- livehime +ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-6.1.0.7342-x64.exe + InstallerSha256: 61CEF9F35C8C31C94688EF09F0FB9F7958FCFFA54CDB7BC581764BB6FF239334 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.locale.en-US.yaml new file mode 100644 index 0000000000000..abe0096060c90 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.1.0.7342 +PackageLocale: en-US +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: Shanghai Magic Electric Information Technology Co., Ltd. +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: Freeware +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +ShortDescription: Bilibili Live official live streaming tool +Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +Tags: +- broadcasting +- live +- live-streaming +- livestreaming +- screencasting +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fd4a6253cdd7f --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.1.0.7342 +PackageLocale: zh-CN +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: 上海幻电信息科技有限公司 +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: 免费软件 +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +ShortDescription: 哔哩哔哩直播官方直播软件 +Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +Tags: +- 推流 +- 直播 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.yaml new file mode 100644 index 0000000000000..9761e93046bfb --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.1.0.7342 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.installer.yaml new file mode 100644 index 0000000000000..907b000f45cde --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.2.0.7369 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- livehime +Installers: +- Architecture: x64 + InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-6.2.0.7369-x64.exe + InstallerSha256: 800EDABF812B0BA13813E57141AD3270ED74CE57C73C762470330A231C3B8E9C + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.locale.en-US.yaml new file mode 100644 index 0000000000000..d167625a5e24b --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.2.0.7369 +PackageLocale: en-US +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: Shanghai Magic Electric Information Technology Co., Ltd. +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: Freeware +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +# CopyrightUrl: +ShortDescription: Bilibili Live official live streaming tool +Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +# Moniker: +Tags: +- broadcasting +- live +- live-streaming +- livestreaming +- screencasting +- streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..41b8ba954641d --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.2.0.7369 +PackageLocale: zh-CN +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: 上海幻电信息科技有限公司 +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: 免费软件 +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: +ShortDescription: 哔哩哔哩直播官方直播软件 +Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: +Tags: +- 推流 +- 直播 +ReleaseNotes: |- + 【新增】主播资料卡支持复制 UID 和房间 ID + 【新增】进房提醒新增粉丝标签, 帮助主播区分和维护不同类型粉丝 + 【优化】已知体验问题优化 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.yaml new file mode 100644 index 0000000000000..6d1cbd6def9ab --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.2.0.7369 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.installer.yaml new file mode 100644 index 0000000000000..ec9c3fca2a9e8 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.3.0.7419 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- livehime +Installers: +- Architecture: x64 + InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-6.3.0.7419-x64.exe + InstallerSha256: FD923305619BFB1C2B7FF9296687EEC0C9929974E81CEE0C8D15FC76A6F2AB23 + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.locale.en-US.yaml new file mode 100644 index 0000000000000..5f32ca29f51ae --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.3.0.7419 +PackageLocale: en-US +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: Shanghai Magic Electric Information Technology Co., Ltd. +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: Freeware +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +# CopyrightUrl: +ShortDescription: Bilibili Live official live streaming tool +Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +# Moniker: +Tags: +- broadcasting +- live +- live-streaming +- livestreaming +- screencasting +- streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7a8d77b9af204 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.3.0.7419 +PackageLocale: zh-CN +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: 上海幻电信息科技有限公司 +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: 免费软件 +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: +ShortDescription: 哔哩哔哩直播官方直播软件 +Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: +Tags: +- 推流 +- 直播 +ReleaseNotes: 【优化】已知问题修复 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.yaml new file mode 100644 index 0000000000000..9ae15cb845cca --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.3.0.7419 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.installer.yaml new file mode 100644 index 0000000000000..f847909ff7cf3 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.4.0.7481 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- livehime +Installers: +- Architecture: x64 + InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-6.4.0.7481-x64.exe + InstallerSha256: EBED3AA178826D753DF21CD449D9F1381CC59FC76999B3D6B0F8CB30EB663E92 + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.locale.en-US.yaml new file mode 100644 index 0000000000000..d1fbdf44b198a --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.4.0.7481 +PackageLocale: en-US +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: Shanghai Magic Electric Information Technology Co., Ltd. +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: Freeware +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +# CopyrightUrl: +ShortDescription: Bilibili Live official live streaming tool +Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +# Moniker: +Tags: +- broadcasting +- live +- live-streaming +- livestreaming +- screencasting +- streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5f4e9922db236 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.4.0.7481 +PackageLocale: zh-CN +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: 上海幻电信息科技有限公司 +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: 免费软件 +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: +ShortDescription: 哔哩哔哩直播官方直播软件 +Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: +Tags: +- 推流 +- 直播 +ReleaseNotes: 【优化】已知问题修复 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.yaml new file mode 100644 index 0000000000000..6f21bf10afdae --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.4.0.7481 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.installer.yaml new file mode 100644 index 0000000000000..4784b19ba0496 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.4.0.7482 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- livehime +Installers: +- Architecture: x64 + InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-6.4.0.7482-x64.exe + InstallerSha256: 465F0AF8094E929E0843858F64949BD4D36838B6C30BE8D61330832B85AFA25A + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.locale.en-US.yaml new file mode 100644 index 0000000000000..6f1722bda6281 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.4.0.7482 +PackageLocale: en-US +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: Shanghai Magic Electric Information Technology Co., Ltd. +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: Freeware +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +# CopyrightUrl: +ShortDescription: Bilibili Live official live streaming tool +Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +# Moniker: +Tags: +- broadcasting +- live +- live-streaming +- livestreaming +- screencasting +- streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cb3bffe335866 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.4.0.7482 +PackageLocale: zh-CN +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: 上海幻电信息科技有限公司 +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: 免费软件 +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: +ShortDescription: 哔哩哔哩直播官方直播软件 +Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: +Tags: +- 推流 +- 直播 +ReleaseNotes: |- + 【优化】优化 PC 直播姬的 LOGO 图标,全新形象与你相遇; + 【优化】优化 PK&视频连线面板已知的体验问题; + 【新增】新增关播页“我的观众”入口,快速了解观众信息; + 【新增】新增“PK 对战”盲盒道具卡,让玩法更有趣; + 【新增】新增“2024BLS 秋季赛狂欢天梯赛”活动,该来的这就来咯; + 【优化】已知问题修复 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.yaml new file mode 100644 index 0000000000000..5b8874425fc32 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 6.4.0.7482 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.3.16/Bin-Huang.Chatbox.installer.yaml b/manifests/b/Bin-Huang/Chatbox/1.3.16/Bin-Huang.Chatbox.installer.yaml new file mode 100644 index 0000000000000..666f59d135f61 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.3.16/Bin-Huang.Chatbox.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.3.16 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-22 +Installers: +- Architecture: x64 + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.3.16-Setup.exe + InstallerSha256: C93CCAB104AC68B66B7E4A7F8ABFFA5F1B7686EC9675FCA0CD6356CAA42F2B6A + ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +- Architecture: arm64 + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.3.16-Setup.exe + InstallerSha256: C93CCAB104AC68B66B7E4A7F8ABFFA5F1B7686EC9675FCA0CD6356CAA42F2B6A + ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.3.16/Bin-Huang.Chatbox.locale.en-US.yaml b/manifests/b/Bin-Huang/Chatbox/1.3.16/Bin-Huang.Chatbox.locale.en-US.yaml new file mode 100644 index 0000000000000..73eecc286a165 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.3.16/Bin-Huang.Chatbox.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.3.16 +PackageLocale: en-US +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/#support +# PrivacyUrl: +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/ +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +# CopyrightUrl: +ShortDescription: Your AI Copilot on the Desktop +Description: Chatbox is an open-source desktop app for GPT-4 / GPT-3.5 (OpenAI API) that supports Windows, Mac & Linux. +# Moniker: +Tags: +- chatgpt +# ReleaseNotes: +ReleaseNotesUrl: https://chatboxai.app/help-center/changelog +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.3.16/Bin-Huang.Chatbox.locale.zh-CN.yaml b/manifests/b/Bin-Huang/Chatbox/1.3.16/Bin-Huang.Chatbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7644493f4e6ce --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.3.16/Bin-Huang.Chatbox.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.3.16 +PackageLocale: zh-CN +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/cn#support +# PrivacyUrl: +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/cn +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +# CopyrightUrl: +ShortDescription: 办公学习的 AI 好助手 +Description: Chatbox 支持多款全球最先进的 AI 大模型服务,支持 Windows、Mac 和 Linux。作为一款热门的开源桌面应用,深受全 世界专业人士的好评。 +# Moniker: +Tags: +- chatgpt +# ReleaseNotes: +ReleaseNotesUrl: https://chatboxai.app/zh/help-center/changelog +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.3.16/Bin-Huang.Chatbox.yaml b/manifests/b/Bin-Huang/Chatbox/1.3.16/Bin-Huang.Chatbox.yaml new file mode 100644 index 0000000000000..68e0d296c47b4 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.3.16/Bin-Huang.Chatbox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.3.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.3.17/Bin-Huang.Chatbox.installer.yaml b/manifests/b/Bin-Huang/Chatbox/1.3.17/Bin-Huang.Chatbox.installer.yaml new file mode 100644 index 0000000000000..676e972c41719 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.3.17/Bin-Huang.Chatbox.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.3.17 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-23 +Installers: +- Architecture: x64 + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.3.17-Setup.exe + InstallerSha256: 44F59FC494332EEA6AE4F48D85CDD97D9359926419038C40C1554F9319756F89 + ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +- Architecture: arm64 + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.3.17-Setup.exe + InstallerSha256: 44F59FC494332EEA6AE4F48D85CDD97D9359926419038C40C1554F9319756F89 + ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.3.17/Bin-Huang.Chatbox.locale.en-US.yaml b/manifests/b/Bin-Huang/Chatbox/1.3.17/Bin-Huang.Chatbox.locale.en-US.yaml new file mode 100644 index 0000000000000..22a87a6706a21 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.3.17/Bin-Huang.Chatbox.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.3.17 +PackageLocale: en-US +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/#support +# PrivacyUrl: +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/ +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +# CopyrightUrl: +ShortDescription: Your AI Copilot on the Desktop +Description: Chatbox is an open-source desktop app for GPT-4 / GPT-3.5 (OpenAI API) that supports Windows, Mac & Linux. +# Moniker: +Tags: +- chatgpt +# ReleaseNotes: +ReleaseNotesUrl: https://chatboxai.app/help-center/changelog +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.3.17/Bin-Huang.Chatbox.locale.zh-CN.yaml b/manifests/b/Bin-Huang/Chatbox/1.3.17/Bin-Huang.Chatbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d33471e1fb859 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.3.17/Bin-Huang.Chatbox.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.3.17 +PackageLocale: zh-CN +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/cn#support +# PrivacyUrl: +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/cn +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +# CopyrightUrl: +ShortDescription: 办公学习的 AI 好助手 +Description: Chatbox 支持多款全球最先进的 AI 大模型服务,支持 Windows、Mac 和 Linux。作为一款热门的开源桌面应用,深受全 世界专业人士的好评。 +# Moniker: +Tags: +- chatgpt +# ReleaseNotes: +ReleaseNotesUrl: https://chatboxai.app/zh/help-center/changelog +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.3.17/Bin-Huang.Chatbox.yaml b/manifests/b/Bin-Huang/Chatbox/1.3.17/Bin-Huang.Chatbox.yaml new file mode 100644 index 0000000000000..b7a3abf570eef --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.3.17/Bin-Huang.Chatbox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.3.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.4.0/Bin-Huang.Chatbox.installer.yaml b/manifests/b/Bin-Huang/Chatbox/1.4.0/Bin-Huang.Chatbox.installer.yaml new file mode 100644 index 0000000000000..d3bc6c84974d3 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.4.0/Bin-Huang.Chatbox.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.4.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-18 +Installers: +- Architecture: x64 + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.4.0-Setup.exe + InstallerSha256: F36FDB66EEB95D926E0AA3979604EF19A2CAE3C92755A147E773D14D0F6D1312 + ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +- Architecture: arm64 + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.4.0-Setup.exe + InstallerSha256: F36FDB66EEB95D926E0AA3979604EF19A2CAE3C92755A147E773D14D0F6D1312 + ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.4.0/Bin-Huang.Chatbox.locale.en-US.yaml b/manifests/b/Bin-Huang/Chatbox/1.4.0/Bin-Huang.Chatbox.locale.en-US.yaml new file mode 100644 index 0000000000000..963775ba167b8 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.4.0/Bin-Huang.Chatbox.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/#support +# PrivacyUrl: +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/ +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +# CopyrightUrl: +ShortDescription: Your AI Copilot on the Desktop +Description: Chatbox is an open-source desktop app for GPT-4 / GPT-3.5 (OpenAI API) that supports Windows, Mac & Linux. +# Moniker: +Tags: +- chatgpt +# ReleaseNotes: +ReleaseNotesUrl: https://chatboxai.app/help-center/changelog +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.4.0/Bin-Huang.Chatbox.locale.zh-CN.yaml b/manifests/b/Bin-Huang/Chatbox/1.4.0/Bin-Huang.Chatbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..426d8fc35e690 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.4.0/Bin-Huang.Chatbox.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.4.0 +PackageLocale: zh-CN +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/cn#support +# PrivacyUrl: +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/cn +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +# CopyrightUrl: +ShortDescription: 办公学习的 AI 好助手 +Description: Chatbox 支持多款全球最先进的 AI 大模型服务,支持 Windows、Mac 和 Linux。作为一款热门的开源桌面应用,深受全 世界专业人士的好评。 +# Moniker: +Tags: +- chatgpt +# ReleaseNotes: +ReleaseNotesUrl: https://chatboxai.app/zh/help-center/changelog +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.4.0/Bin-Huang.Chatbox.yaml b/manifests/b/Bin-Huang/Chatbox/1.4.0/Bin-Huang.Chatbox.yaml new file mode 100644 index 0000000000000..3b237e07660ab --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.4.0/Bin-Huang.Chatbox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.4.1/Bin-Huang.Chatbox.installer.yaml b/manifests/b/Bin-Huang/Chatbox/1.4.1/Bin-Huang.Chatbox.installer.yaml new file mode 100644 index 0000000000000..2285c1456f1b1 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.4.1/Bin-Huang.Chatbox.installer.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2024/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.4.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x64 + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.4.1-Setup.exe + InstallerSha256: 0447338F1478D1EC420CDAC7BC385275DA9497AB97BEA55B33A70348AE697AD4 + ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +- Architecture: arm64 + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.4.1-Setup.exe + InstallerSha256: 0447338F1478D1EC420CDAC7BC385275DA9497AB97BEA55B33A70348AE697AD4 + ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.4.1/Bin-Huang.Chatbox.locale.en-US.yaml b/manifests/b/Bin-Huang/Chatbox/1.4.1/Bin-Huang.Chatbox.locale.en-US.yaml new file mode 100644 index 0000000000000..e779bbde812b5 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.4.1/Bin-Huang.Chatbox.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2024/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.4.1 +PackageLocale: en-US +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/#support +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/ +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +ShortDescription: Your AI Copilot on the Desktop +Description: Chatbox is an open-source desktop app for GPT-4 / GPT-3.5 (OpenAI API) that supports Windows, Mac & Linux. +Tags: +- chatgpt +ReleaseNotesUrl: https://chatboxai.app/help-center/changelog +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.4.1/Bin-Huang.Chatbox.locale.zh-CN.yaml b/manifests/b/Bin-Huang/Chatbox/1.4.1/Bin-Huang.Chatbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..15a97962baedd --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.4.1/Bin-Huang.Chatbox.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2024/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.4.1 +PackageLocale: zh-CN +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/cn#support +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/cn +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +ShortDescription: 办公学习的 AI 好助手 +Description: Chatbox 支持多款全球最先进的 AI 大模型服务,支持 Windows、Mac 和 Linux。作为一款热门的开源桌面应用,深受全 世界专业人士的好评。 +Tags: +- chatgpt +ReleaseNotesUrl: https://chatboxai.app/zh/help-center/changelog +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.4.1/Bin-Huang.Chatbox.yaml b/manifests/b/Bin-Huang/Chatbox/1.4.1/Bin-Huang.Chatbox.yaml new file mode 100644 index 0000000000000..497124cf41335 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.4.1/Bin-Huang.Chatbox.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.4.2/Bin-Huang.Chatbox.installer.yaml b/manifests/b/Bin-Huang/Chatbox/1.4.2/Bin-Huang.Chatbox.installer.yaml new file mode 100644 index 0000000000000..dfdfd2702dac7 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.4.2/Bin-Huang.Chatbox.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.4.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-09-13 +Installers: +- Architecture: x64 + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.4.2-Setup.exe + InstallerSha256: 33CF73A46B7EA02CED15D303CCD099ECA2ABC0FB8BADF7A48A4ECF650EE0D500 + ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +- Architecture: arm64 + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.4.2-Setup.exe + InstallerSha256: 33CF73A46B7EA02CED15D303CCD099ECA2ABC0FB8BADF7A48A4ECF650EE0D500 + ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.4.2/Bin-Huang.Chatbox.locale.en-US.yaml b/manifests/b/Bin-Huang/Chatbox/1.4.2/Bin-Huang.Chatbox.locale.en-US.yaml new file mode 100644 index 0000000000000..f5865338effc9 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.4.2/Bin-Huang.Chatbox.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.4.2 +PackageLocale: en-US +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/#support +# PrivacyUrl: +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/ +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +# CopyrightUrl: +ShortDescription: Your AI Copilot on the Desktop +Description: Chatbox is an open-source desktop app for GPT-4 / GPT-3.5 (OpenAI API) that supports Windows, Mac & Linux. +# Moniker: +Tags: +- chatgpt +ReleaseNotes: |- + 1. Added support for new o1 model series + 2. SVG image previews are now available + 3. Fixed display bugs with Artifact previews + 4. Fixed various minor bugs +ReleaseNotesUrl: https://chatboxai.app/help-center/changelog +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.4.2/Bin-Huang.Chatbox.locale.zh-CN.yaml b/manifests/b/Bin-Huang/Chatbox/1.4.2/Bin-Huang.Chatbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..95464d2d4df46 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.4.2/Bin-Huang.Chatbox.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.4.2 +PackageLocale: zh-CN +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/cn#support +# PrivacyUrl: +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/cn +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +# CopyrightUrl: +ShortDescription: 办公学习的 AI 好助手 +Description: Chatbox 支持多款全球最先进的 AI 大模型服务,支持 Windows、Mac 和 Linux。作为一款热门的开源桌面应用,深受全 世界专业人士的好评。 +# Moniker: +Tags: +- chatgpt +ReleaseNotes: |- + 1. 新增 o1 系列模型 + 2. 支持预览 SVG 图片 + 3. 修复了 Artifact 预览功能在某些情况下无法正常显示的问题 + 4. 修复了其他一些小问题 +ReleaseNotesUrl: https://chatboxai.app/zh/help-center/changelog +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.4.2/Bin-Huang.Chatbox.yaml b/manifests/b/Bin-Huang/Chatbox/1.4.2/Bin-Huang.Chatbox.yaml new file mode 100644 index 0000000000000..44ae63ec7d3ee --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.4.2/Bin-Huang.Chatbox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.installer.yaml new file mode 100644 index 0000000000000..a179126aca1ff --- /dev/null +++ b/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BinanceTech.Binance +PackageVersion: 1.52.11 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/binance/desktop/releases/download/v1.52.11/binance-setup-1.52.11.exe + InstallerSha256: AF83569F6626854ADCDC1F1A66062AF6399DE98A2F8DCBBF6DA94012E617828B +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-22 diff --git a/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.locale.en-US.yaml new file mode 100644 index 0000000000000..76497ffbd1095 --- /dev/null +++ b/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BinanceTech.Binance +PackageVersion: 1.52.11 +PackageLocale: en-US +Publisher: BinanceTech +PublisherUrl: https://www.binance.com/en +# PublisherSupportUrl: +PrivacyUrl: https://www.binance.com/en/privacy +Author: BinanceTech +PackageName: Binance +PackageUrl: https://www.binance.com/en +License: Proprietary +LicenseUrl: https://www.binance.com/en/terms +Copyright: Binance © 2023 +CopyrightUrl: https://www.binance.com/en/terms +ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +Tags: +- crypto +- finance +- trade +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.yaml new file mode 100644 index 0000000000000..cf030d3c2cf6a --- /dev/null +++ b/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BinanceTech.Binance +PackageVersion: 1.52.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.installer.yaml new file mode 100644 index 0000000000000..34936f2c1b831 --- /dev/null +++ b/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BinanceTech.Binance +PackageVersion: 1.53.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/binance/desktop/releases/download/v1.53.0/binance-setup-1.53.0.exe + InstallerSha256: 4A50BF1F5A675F35B4365E7A2616372382C2129DED6F8FEEE62D67DFB08B49AD +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-01 diff --git a/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.locale.en-US.yaml new file mode 100644 index 0000000000000..920df56799743 --- /dev/null +++ b/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BinanceTech.Binance +PackageVersion: 1.53.0 +PackageLocale: en-US +Publisher: BinanceTech +PublisherUrl: https://www.binance.com/en +# PublisherSupportUrl: +PrivacyUrl: https://www.binance.com/en/privacy +Author: BinanceTech +PackageName: Binance +PackageUrl: https://www.binance.com/en +License: Proprietary +LicenseUrl: https://www.binance.com/en/terms +Copyright: Binance © 2023 +CopyrightUrl: https://www.binance.com/en/terms +ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +Tags: +- crypto +- finance +- trade +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.yaml new file mode 100644 index 0000000000000..3d3dbfce8bb05 --- /dev/null +++ b/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BinanceTech.Binance +PackageVersion: 1.53.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.installer.yaml new file mode 100644 index 0000000000000..aadd26027c58e --- /dev/null +++ b/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BinanceTech.Binance +PackageVersion: 1.53.4 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/binance/desktop/releases/download/v1.53.4/binance-setup-1.53.4.exe + InstallerSha256: 2929285377373BCB6FF4DAC6EF896E7D55FC3BEBCC163745208598A44D8F6F8A +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-05 diff --git a/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.locale.en-US.yaml new file mode 100644 index 0000000000000..b21176e55fbb5 --- /dev/null +++ b/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BinanceTech.Binance +PackageVersion: 1.53.4 +PackageLocale: en-US +Publisher: BinanceTech +PublisherUrl: https://www.binance.com/en +PrivacyUrl: https://www.binance.com/en/privacy +Author: BinanceTech +PackageName: Binance +PackageUrl: https://www.binance.com/en +License: Proprietary +LicenseUrl: https://www.binance.com/en/terms +Copyright: Binance © 2023 +CopyrightUrl: https://www.binance.com/en/terms +ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +Tags: +- crypto +- finance +- trade +ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.53.4 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.yaml new file mode 100644 index 0000000000000..d728e4d85082a --- /dev/null +++ b/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BinanceTech.Binance +PackageVersion: 1.53.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Biscuit/Biscuit/1.2.30/Biscuit.Biscuit.installer.yaml b/manifests/b/Biscuit/Biscuit/1.2.30/Biscuit.Biscuit.installer.yaml new file mode 100644 index 0000000000000..5396ad4f1d18a --- /dev/null +++ b/manifests/b/Biscuit/Biscuit/1.2.30/Biscuit.Biscuit.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Biscuit.Biscuit +PackageVersion: 1.2.30 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/agata/dl.biscuit/releases/download/v1.2.30/Biscuit-Setup-1.2.30.exe + InstallerSha256: E1EF398A382E2CB25A586122BE36577993AAB639DE0A4DC9F2A00ECDE2CBD446 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-28 diff --git a/manifests/b/Biscuit/Biscuit/1.2.30/Biscuit.Biscuit.locale.en-US.yaml b/manifests/b/Biscuit/Biscuit/1.2.30/Biscuit.Biscuit.locale.en-US.yaml new file mode 100644 index 0000000000000..c5b9923f7cbbf --- /dev/null +++ b/manifests/b/Biscuit/Biscuit/1.2.30/Biscuit.Biscuit.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Biscuit.Biscuit +PackageVersion: 1.2.30 +PackageLocale: en-US +Publisher: Biscuit Project +PublisherUrl: https://github.com/agata +PublisherSupportUrl: https://github.com/agata/dl.biscuit/issues +PackageName: Biscuit +PackageUrl: https://github.com/agata/dl.biscuit +License: Copyright © 2019 Toshitaka Agata +ShortDescription: Browser where your favorite apps won't get buried in tabs. +Tags: [] +ReleaseNotesUrl: https://github.com/agata/dl.biscuit/releases/tag/v1.2.30 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/agata/dl.biscuit/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Biscuit/Biscuit/1.2.30/Biscuit.Biscuit.yaml b/manifests/b/Biscuit/Biscuit/1.2.30/Biscuit.Biscuit.yaml new file mode 100644 index 0000000000000..3cf39c2186828 --- /dev/null +++ b/manifests/b/Biscuit/Biscuit/1.2.30/Biscuit.Biscuit.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Biscuit.Biscuit +PackageVersion: 1.2.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BitSum/ParkControl/5.0.3.8/BitSum.ParkControl.installer.yaml b/manifests/b/BitSum/ParkControl/5.0.3.8/BitSum.ParkControl.installer.yaml deleted file mode 100644 index c0b6c47de151a..0000000000000 --- a/manifests/b/BitSum/ParkControl/5.0.3.8/BitSum.ParkControl.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2024/Apr/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: BitSum.ParkControl -PackageVersion: 5.0.3.8 -Installers: -- Architecture: x64 - InstallerType: nullsoft - InstallerUrl: https://dl.bitsum.com/files/parkcontrolsetup64.exe - InstallerSha256: 5E8C63D3972991BEB78D4D2F29AB43553E56CF05B4DA77BEA77681EB39939053 - Scope: machine -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ParkControl/5.0.3.8/BitSum.ParkControl.yaml b/manifests/b/BitSum/ParkControl/5.0.3.8/BitSum.ParkControl.yaml deleted file mode 100644 index 7bd5fcb8c5dfa..0000000000000 --- a/manifests/b/BitSum/ParkControl/5.0.3.8/BitSum.ParkControl.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Apr/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: BitSum.ParkControl -PackageVersion: 5.0.3.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ParkControl/5.2.1.4/BitSum.ParkControl.installer.yaml b/manifests/b/BitSum/ParkControl/5.2.1.4/BitSum.ParkControl.installer.yaml new file mode 100644 index 0000000000000..31fc7ada83312 --- /dev/null +++ b/manifests/b/BitSum/ParkControl/5.2.1.4/BitSum.ParkControl.installer.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2024/Sep/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: BitSum.ParkControl +PackageVersion: 5.2.1.4 +Installers: +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://dl.bitsum.com/files/parkcontrolsetup64.exe + InstallerSha256: 4A29C42A5D5332FF0813A0012B77EA33D2E7F815BEF93F49AAB1A8AE1951F095 + Scope: machine +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ParkControl/5.0.3.8/BitSum.ParkControl.locale.en-US.yaml b/manifests/b/BitSum/ParkControl/5.2.1.4/BitSum.ParkControl.locale.en-US.yaml similarity index 83% rename from manifests/b/BitSum/ParkControl/5.0.3.8/BitSum.ParkControl.locale.en-US.yaml rename to manifests/b/BitSum/ParkControl/5.2.1.4/BitSum.ParkControl.locale.en-US.yaml index cf55010a3a20c..7e04d4716a495 100644 --- a/manifests/b/BitSum/ParkControl/5.0.3.8/BitSum.ParkControl.locale.en-US.yaml +++ b/manifests/b/BitSum/ParkControl/5.2.1.4/BitSum.ParkControl.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Apr/10 +# Automatically updated by the winget bot at 2024/Sep/04 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: BitSum.ParkControl -PackageVersion: 5.0.3.8 +PackageVersion: 5.2.1.4 PackageLocale: en-US Publisher: Bitsum PackageName: ParkControl diff --git a/manifests/b/BitSum/ParkControl/5.2.1.4/BitSum.ParkControl.yaml b/manifests/b/BitSum/ParkControl/5.2.1.4/BitSum.ParkControl.yaml new file mode 100644 index 0000000000000..bc291fc1255fd --- /dev/null +++ b/manifests/b/BitSum/ParkControl/5.2.1.4/BitSum.ParkControl.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: BitSum.ParkControl +PackageVersion: 5.2.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ProcessLasso/14.2.0.32/BitSum.ProcessLasso.installer.yaml b/manifests/b/BitSum/ProcessLasso/14.2.0.32/BitSum.ProcessLasso.installer.yaml deleted file mode 100644 index 56b3a8a4e5016..0000000000000 --- a/manifests/b/BitSum/ProcessLasso/14.2.0.32/BitSum.ProcessLasso.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: BitSum.ProcessLasso -PackageVersion: 14.2.0.32 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2022-01-28 -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerUrl: https://dl.bitsum.com/files/processlassosetup64.exe - InstallerSha256: DE1358A2316EB39863B4FD9396DC3BC22A773E653F2D0488AC09E1A411280919 -- Architecture: x86 - InstallerUrl: https://dl.bitsum.com/files/processlassosetup32.exe - InstallerSha256: 0D6360C1D6E821A9D742D8EB771A5847D0C54D0233C43E3BF3D5AE815931F259 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ProcessLasso/14.2.0.32/BitSum.ProcessLasso.yaml b/manifests/b/BitSum/ProcessLasso/14.2.0.32/BitSum.ProcessLasso.yaml deleted file mode 100644 index e960b39d578c7..0000000000000 --- a/manifests/b/BitSum/ProcessLasso/14.2.0.32/BitSum.ProcessLasso.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: BitSum.ProcessLasso -PackageVersion: 14.2.0.32 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ProcessLasso/15.0.0.50/BitSum.ProcessLasso.installer.yaml b/manifests/b/BitSum/ProcessLasso/15.0.0.50/BitSum.ProcessLasso.installer.yaml new file mode 100644 index 0000000000000..0a25ec9b59003 --- /dev/null +++ b/manifests/b/BitSum/ProcessLasso/15.0.0.50/BitSum.ProcessLasso.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2024/Sep/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: BitSum.ProcessLasso +PackageVersion: 15.0.0.50 +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ReleaseDate: 2022-01-28 +Installers: +- InstallerLocale: en-US + Architecture: x64 + InstallerUrl: https://dl.bitsum.com/files/processlassosetup64.exe + InstallerSha256: 4AC3D120A9ECCA9AB2E8FA30DFD0BAB83F2395E172D4A8670789099C20C1A41C +- Architecture: x86 + InstallerUrl: https://dl.bitsum.com/files/processlassosetup32.exe + InstallerSha256: 6FE47B5F038475B87EA1A4BBA4C22CA1564C95405BA6141A736813A432B0E529 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ProcessLasso/14.2.0.32/BitSum.ProcessLasso.locale.en-US.yaml b/manifests/b/BitSum/ProcessLasso/15.0.0.50/BitSum.ProcessLasso.locale.en-US.yaml similarity index 91% rename from manifests/b/BitSum/ProcessLasso/14.2.0.32/BitSum.ProcessLasso.locale.en-US.yaml rename to manifests/b/BitSum/ProcessLasso/15.0.0.50/BitSum.ProcessLasso.locale.en-US.yaml index d2403320667b0..0480b7d4394ec 100644 --- a/manifests/b/BitSum/ProcessLasso/14.2.0.32/BitSum.ProcessLasso.locale.en-US.yaml +++ b/manifests/b/BitSum/ProcessLasso/15.0.0.50/BitSum.ProcessLasso.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/02 +# Automatically updated by the winget bot at 2024/Sep/04 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: BitSum.ProcessLasso -PackageVersion: 14.2.0.32 +PackageVersion: 15.0.0.50 PackageLocale: en-US Publisher: Bitsum PublisherUrl: https://bitsum.com diff --git a/manifests/b/BitSum/ProcessLasso/15.0.0.50/BitSum.ProcessLasso.yaml b/manifests/b/BitSum/ProcessLasso/15.0.0.50/BitSum.ProcessLasso.yaml new file mode 100644 index 0000000000000..4ca14e78f16b1 --- /dev/null +++ b/manifests/b/BitSum/ProcessLasso/15.0.0.50/BitSum.ProcessLasso.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: BitSum.ProcessLasso +PackageVersion: 15.0.0.50 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/14.3.0.19/BitSum.ProcessLasso.Beta.installer.yaml b/manifests/b/BitSum/ProcessLasso/Beta/14.3.0.19/BitSum.ProcessLasso.Beta.installer.yaml deleted file mode 100644 index 7996330c52e0b..0000000000000 --- a/manifests/b/BitSum/ProcessLasso/Beta/14.3.0.19/BitSum.ProcessLasso.Beta.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/15 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 14.3.0.19 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://dl.bitsum.com/files/beta/processlassosetup64.exe - InstallerSha256: 9A2E45151995A35452487DAF652636BB99C30BA4046AB69D169F9504F6118DBA -- Architecture: x86 - InstallerUrl: https://dl.bitsum.com/files/beta/processlassosetup32.exe - InstallerSha256: 9503830BB4B36C9B41EE7735AC79A01425FBED52674DE52D03FA6794462115FE -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/14.3.0.19/BitSum.ProcessLasso.Beta.locale.en-US.yaml b/manifests/b/BitSum/ProcessLasso/Beta/14.3.0.19/BitSum.ProcessLasso.Beta.locale.en-US.yaml deleted file mode 100644 index a24eba38548df..0000000000000 --- a/manifests/b/BitSum/ProcessLasso/Beta/14.3.0.19/BitSum.ProcessLasso.Beta.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/15 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 14.3.0.19 -PackageLocale: en-US -Publisher: Bitsum -PublisherUrl: https://bitsum.com -PublisherSupportUrl: https://community.bitsum.com/forum/ -PrivacyUrl: https://bitsum.com/privacy-policy/ -Author: Bitsum -PackageName: Process Lasso Beta -PackageUrl: https://bitsum.com -License: Proprietary -LicenseUrl: https://bitsum.com/terms-of-use/ -Copyright: Copyright (c) Bitsum LLC -CopyrightUrl: https://bitsum.com/our-copyright-notice/ -ShortDescription: Process Lasso is a tool designed to manage and edit how your processes and services run. -Description: Process Lasso is a tool designed to manage and edit how your processes and services run. It offers a robust list of capabilities including default process priorities and affinities, termination of disallowed processes, instance count limits, a system responsiveness graph, logging of processes, keep select processes running (auto-restart), and much more. -Moniker: processlasso-beta -Tags: -- execute -- manager -- optimizer -- priority -- process -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/14.3.0.19/BitSum.ProcessLasso.Beta.yaml b/manifests/b/BitSum/ProcessLasso/Beta/14.3.0.19/BitSum.ProcessLasso.Beta.yaml deleted file mode 100644 index 1b0ef66e5ed12..0000000000000 --- a/manifests/b/BitSum/ProcessLasso/Beta/14.3.0.19/BitSum.ProcessLasso.Beta.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/15 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 14.3.0.19 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.1/BitSum.ProcessLasso.Beta.installer.yaml b/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.1/BitSum.ProcessLasso.Beta.installer.yaml new file mode 100644 index 0000000000000..68fe657cd6bc4 --- /dev/null +++ b/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.1/BitSum.ProcessLasso.Beta.installer.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2024/Sep/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: BitSum.ProcessLasso.Beta +PackageVersion: 15.0.1.1 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bitsum.com/files/beta/processlassosetup64.exe + InstallerSha256: 24AE8D789AB00C7BF8B10AFE7F668CBD86E726C71BF5E72FCB16163C0D7E3DA4 +- Architecture: x86 + InstallerUrl: https://dl.bitsum.com/files/beta/processlassosetup32.exe + InstallerSha256: 54957446E8C1BEAD1440632B0851882693C13DC9F89C75BE2BEA8F316C546285 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.1/BitSum.ProcessLasso.Beta.locale.en-US.yaml b/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.1/BitSum.ProcessLasso.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..17265b53dd134 --- /dev/null +++ b/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.1/BitSum.ProcessLasso.Beta.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Automatically updated by the winget bot at 2024/Sep/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: BitSum.ProcessLasso.Beta +PackageVersion: 15.0.1.1 +PackageLocale: en-US +Publisher: Bitsum +PublisherUrl: https://bitsum.com +PublisherSupportUrl: https://community.bitsum.com/forum/ +PrivacyUrl: https://bitsum.com/privacy-policy/ +Author: Bitsum +PackageName: Process Lasso Beta +PackageUrl: https://bitsum.com +License: Proprietary +LicenseUrl: https://bitsum.com/terms-of-use/ +Copyright: Copyright (c) Bitsum LLC +CopyrightUrl: https://bitsum.com/our-copyright-notice/ +ShortDescription: Process Lasso is a tool designed to manage and edit how your processes and services run. +Description: Process Lasso is a tool designed to manage and edit how your processes and services run. It offers a robust list of capabilities including default process priorities and affinities, termination of disallowed processes, instance count limits, a system responsiveness graph, logging of processes, keep select processes running (auto-restart), and much more. +Moniker: processlasso-beta +Tags: +- execute +- manager +- optimizer +- priority +- process +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.1/BitSum.ProcessLasso.Beta.yaml b/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.1/BitSum.ProcessLasso.Beta.yaml new file mode 100644 index 0000000000000..81bc0258c5daa --- /dev/null +++ b/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.1/BitSum.ProcessLasso.Beta.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: BitSum.ProcessLasso.Beta +PackageVersion: 15.0.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.5/BitSum.ProcessLasso.Beta.installer.yaml b/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.5/BitSum.ProcessLasso.Beta.installer.yaml new file mode 100644 index 0000000000000..b802e8d8fcbd4 --- /dev/null +++ b/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.5/BitSum.ProcessLasso.Beta.installer.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2024/Sep/12 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: BitSum.ProcessLasso.Beta +PackageVersion: 15.0.1.5 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bitsum.com/files/beta/processlassosetup64.exe + InstallerSha256: 654E5F77A5CECEB79CB3E98CD0B99C1C3533FA4A61884B3ACEC64949B57DCA8A +- Architecture: x86 + InstallerUrl: https://dl.bitsum.com/files/beta/processlassosetup32.exe + InstallerSha256: 74114730DD4D2A2324F02BA04BA863A35393AEE39496F17D960CB5295455098E +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.5/BitSum.ProcessLasso.Beta.locale.en-US.yaml b/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.5/BitSum.ProcessLasso.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..ffefc64bdc077 --- /dev/null +++ b/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.5/BitSum.ProcessLasso.Beta.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Automatically updated by the winget bot at 2024/Sep/12 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: BitSum.ProcessLasso.Beta +PackageVersion: 15.0.1.5 +PackageLocale: en-US +Publisher: Bitsum +PublisherUrl: https://bitsum.com +PublisherSupportUrl: https://community.bitsum.com/forum/ +PrivacyUrl: https://bitsum.com/privacy-policy/ +Author: Bitsum +PackageName: Process Lasso Beta +PackageUrl: https://bitsum.com +License: Proprietary +LicenseUrl: https://bitsum.com/terms-of-use/ +Copyright: Copyright (c) Bitsum LLC +CopyrightUrl: https://bitsum.com/our-copyright-notice/ +ShortDescription: Process Lasso is a tool designed to manage and edit how your processes and services run. +Description: Process Lasso is a tool designed to manage and edit how your processes and services run. It offers a robust list of capabilities including default process priorities and affinities, termination of disallowed processes, instance count limits, a system responsiveness graph, logging of processes, keep select processes running (auto-restart), and much more. +Moniker: processlasso-beta +Tags: +- execute +- manager +- optimizer +- priority +- process +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.5/BitSum.ProcessLasso.Beta.yaml b/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.5/BitSum.ProcessLasso.Beta.yaml new file mode 100644 index 0000000000000..c3441dfe1cf81 --- /dev/null +++ b/manifests/b/BitSum/ProcessLasso/Beta/15.0.1.5/BitSum.ProcessLasso.Beta.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/12 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: BitSum.ProcessLasso.Beta +PackageVersion: 15.0.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/BitcoinCoreProject/BitcoinCore/26.2.0/BitcoinCoreProject.BitcoinCore.installer.yaml b/manifests/b/BitcoinCoreProject/BitcoinCore/26.2.0/BitcoinCoreProject.BitcoinCore.installer.yaml new file mode 100644 index 0000000000000..6f4781602794f --- /dev/null +++ b/manifests/b/BitcoinCoreProject/BitcoinCore/26.2.0/BitcoinCoreProject.BitcoinCore.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BitcoinCoreProject.BitcoinCore +PackageVersion: 26.2.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ReleaseDate: 2024-07-09 +Installers: +- Architecture: x64 + InstallerUrl: https://bitcoincore.org/bin/bitcoin-core-26.2/bitcoin-26.2-win64-setup.exe + InstallerSha256: F9E359602E138681CB652013901DD9C5D9341B9DA2507E7180BC35C8DB13E288 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BitcoinCoreProject/BitcoinCore/26.2.0/BitcoinCoreProject.BitcoinCore.locale.en-US.yaml b/manifests/b/BitcoinCoreProject/BitcoinCore/26.2.0/BitcoinCoreProject.BitcoinCore.locale.en-US.yaml new file mode 100644 index 0000000000000..e27eccc62c97c --- /dev/null +++ b/manifests/b/BitcoinCoreProject/BitcoinCore/26.2.0/BitcoinCoreProject.BitcoinCore.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BitcoinCoreProject.BitcoinCore +PackageVersion: 26.2.0 +PackageLocale: en-US +Publisher: Bitcoin Core project +PublisherUrl: https://bitcoincore.org/ +PublisherSupportUrl: https://github.com/bitcoin/bitcoin/issues +PrivacyUrl: https://bitcoincore.org/en/legal/privacy/ +Author: Bitcoin Core project +PackageName: Bitcoin Core +PackageUrl: https://bitcoincore.org/en/download/ +License: MIT License +LicenseUrl: https://raw.githubusercontent.com/bitcoin/bitcoin/master/COPYING +Copyright: Copyright (c) 2009-2024 Bitcoin Developers +CopyrightUrl: https://raw.githubusercontent.com/bitcoin/bitcoin/master/COPYING +ShortDescription: Bitcoin Core is an open source project which maintains and releases Bitcoin client software called Bitcoin Core. +Tags: +- bitcoin +- cryptocurrency +- cryptography +- p2p +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BitcoinCoreProject/BitcoinCore/26.2.0/BitcoinCoreProject.BitcoinCore.yaml b/manifests/b/BitcoinCoreProject/BitcoinCore/26.2.0/BitcoinCoreProject.BitcoinCore.yaml new file mode 100644 index 0000000000000..d297bbdd3e7d8 --- /dev/null +++ b/manifests/b/BitcoinCoreProject/BitcoinCore/26.2.0/BitcoinCoreProject.BitcoinCore.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BitcoinCoreProject.BitcoinCore +PackageVersion: 26.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BitcoinCoreProject/BitcoinCore/27.1.0/BitcoinCoreProject.BitcoinCore.installer.yaml b/manifests/b/BitcoinCoreProject/BitcoinCore/27.1.0/BitcoinCoreProject.BitcoinCore.installer.yaml new file mode 100644 index 0000000000000..0218908fea91f --- /dev/null +++ b/manifests/b/BitcoinCoreProject/BitcoinCore/27.1.0/BitcoinCoreProject.BitcoinCore.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BitcoinCoreProject.BitcoinCore +PackageVersion: 27.1.0 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ReleaseDate: 2024-06-17 +Installers: +- Architecture: x64 + InstallerUrl: https://bitcoincore.org/bin/bitcoin-core-27.1/bitcoin-27.1-win64-setup.exe + InstallerSha256: E8AB7A8161C5A0846C81275809C9F90302874CC71B4378DEE540F0B380A6D049 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BitcoinCoreProject/BitcoinCore/27.1.0/BitcoinCoreProject.BitcoinCore.locale.en-US.yaml b/manifests/b/BitcoinCoreProject/BitcoinCore/27.1.0/BitcoinCoreProject.BitcoinCore.locale.en-US.yaml new file mode 100644 index 0000000000000..c15971ee62741 --- /dev/null +++ b/manifests/b/BitcoinCoreProject/BitcoinCore/27.1.0/BitcoinCoreProject.BitcoinCore.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BitcoinCoreProject.BitcoinCore +PackageVersion: 27.1.0 +PackageLocale: en-US +Publisher: Bitcoin Core project +PublisherUrl: https://bitcoincore.org/ +PublisherSupportUrl: https://github.com/bitcoin/bitcoin/issues +PrivacyUrl: https://bitcoincore.org/en/legal/privacy/ +Author: Bitcoin Core project +PackageName: Bitcoin Core +PackageUrl: https://bitcoincore.org/en/download/ +License: MIT License +LicenseUrl: https://raw.githubusercontent.com/bitcoin/bitcoin/master/COPYING +Copyright: Copyright (c) 2009-2024 Bitcoin Developers +CopyrightUrl: https://raw.githubusercontent.com/bitcoin/bitcoin/master/COPYING +ShortDescription: Bitcoin Core is an open source project which maintains and releases Bitcoin client software called Bitcoin Core. +Tags: +- bitcoin +- cryptocurrency +- cryptography +- p2p +ReleaseNotesUrl: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-27.1.md +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BitcoinCoreProject/BitcoinCore/27.1.0/BitcoinCoreProject.BitcoinCore.yaml b/manifests/b/BitcoinCoreProject/BitcoinCore/27.1.0/BitcoinCoreProject.BitcoinCore.yaml new file mode 100644 index 0000000000000..e879fcce77575 --- /dev/null +++ b/manifests/b/BitcoinCoreProject/BitcoinCore/27.1.0/BitcoinCoreProject.BitcoinCore.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BitcoinCoreProject.BitcoinCore +PackageVersion: 27.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitnami/Drupal/9.2.4-0/Bitnami.Drupal.installer.yaml b/manifests/b/Bitnami/Drupal/9.2.4-0/Bitnami.Drupal.installer.yaml deleted file mode 100644 index 69ad70b8e8728..0000000000000 --- a/manifests/b/Bitnami/Drupal/9.2.4-0/Bitnami.Drupal.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: Bitnami.Drupal -PackageVersion: 9.2.4-0 -InstallerSwitches: - Silent: --mode unattended --unattendedmodeui none - SilentWithProgress: --mode unattended --unattendedmodeui minimalWithDialogs - Interactive: --mode qt - InstallLocation: --prefix - Log: --debugtrace - Custom: --launch_cloud 0 -Installers: -- Architecture: x64 - InstallerType: exe - InstallerUrl: https://downloads.bitnami.com/files/stacks/drupal/9.2.4-0/bitnami-drupal-9.2.4-0-windows-x64-installer.exe - InstallerSha256: b01d29b37c90d7e6774ad99226144c3a357df25a5c75d6d94e234e65d73a145d -ManifestType: installer -ManifestVersion: 1.0.0 - diff --git a/manifests/b/Bitnami/Drupal/9.2.4-0/Bitnami.Drupal.locale.en-US.yaml b/manifests/b/Bitnami/Drupal/9.2.4-0/Bitnami.Drupal.locale.en-US.yaml deleted file mode 100644 index 443bc18a31700..0000000000000 --- a/manifests/b/Bitnami/Drupal/9.2.4-0/Bitnami.Drupal.locale.en-US.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: Bitnami.Drupal -PackageVersion: 9.2.4-0 -PackageLocale: en-US -Publisher: Bitnami -PublisherUrl: https://bitnami.com/ -PublisherSupportUrl: https://bitnami.com/support -PrivacyUrl: https://www.vmware.com/help/privacy.html -PackageName: Bitnami Drupal Stack -PackageUrl: https://bitnami.com/stack/drupal -License: GPL-2.0 -ShortDescription: Drupal is one of the most versatile open source content management systems in the world. It is pre-configured with the Ctools and Views modules, Drush and Let’s Encrypt auto-configuration support. -Moniker: drupal -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - diff --git a/manifests/b/Bitnami/Drupal/9.2.4-0/Bitnami.Drupal.yaml b/manifests/b/Bitnami/Drupal/9.2.4-0/Bitnami.Drupal.yaml deleted file mode 100644 index 5a472a2f456f0..0000000000000 --- a/manifests/b/Bitnami/Drupal/9.2.4-0/Bitnami.Drupal.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: Bitnami.Drupal -PackageVersion: 9.2.4-0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - diff --git a/manifests/b/Bitnami/Drupal/9.4.4-0/Bitnami.Drupal.installer.yaml b/manifests/b/Bitnami/Drupal/9.4.4-0/Bitnami.Drupal.installer.yaml deleted file mode 100644 index 4c7cb870f315a..0000000000000 --- a/manifests/b/Bitnami/Drupal/9.4.4-0/Bitnami.Drupal.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Bitnami.Drupal -PackageVersion: 9.4.4-0 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: --mode unattended --unattendedmodeui none - SilentWithProgress: --mode unattended --unattendedmodeui minimalWithDialogs - Custom: --launch_cloud 0 -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.bitnami.com/files/stacks/drupal/9.4.4-0/bitnami-drupal-9.4.4-0-windows-x64-installer.exe - InstallerSha256: F7674B276C6F594E8523352637CBEDDFBAA27601492A077E06D1E3529D287C8C -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/Drupal/9.4.4-0/Bitnami.Drupal.locale.en-US.yaml b/manifests/b/Bitnami/Drupal/9.4.4-0/Bitnami.Drupal.locale.en-US.yaml deleted file mode 100644 index 0839b46d7b7dc..0000000000000 --- a/manifests/b/Bitnami/Drupal/9.4.4-0/Bitnami.Drupal.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Bitnami.Drupal -PackageVersion: 9.4.4-0 -PackageLocale: en-US -Publisher: Bitnami -PublisherUrl: https://bitnami.com/ -PublisherSupportUrl: https://bitnami.com/support -PrivacyUrl: https://www.vmware.com/help/privacy.html -# Author: -PackageName: Drupal packaged by Bitnami -PackageUrl: https://bitnami.com/stack/drupal -License: GPL-2.0 -LicenseUrl: https://git.drupalcode.org/project/drupal/-/blob/9.4.x/core/LICENSE.txt -# Copyright: -# CopyrightUrl: -ShortDescription: Drupal is one of the most versatile open source content management systems in the world. It is pre-configured with the Ctools and Views modules, Drush and Let’s Encrypt auto-configuration support. -# Description: -Moniker: drupal -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/Drupal/9.4.4-0/Bitnami.Drupal.yaml b/manifests/b/Bitnami/Drupal/9.4.4-0/Bitnami.Drupal.yaml deleted file mode 100644 index 69f7fcba49c75..0000000000000 --- a/manifests/b/Bitnami/Drupal/9.4.4-0/Bitnami.Drupal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Bitnami.Drupal -PackageVersion: 9.4.4-0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/Joomla/4.1.5-1/Bitnami.Joomla.installer.yaml b/manifests/b/Bitnami/Joomla/4.1.5-1/Bitnami.Joomla.installer.yaml deleted file mode 100644 index 2fdb6d456959a..0000000000000 --- a/manifests/b/Bitnami/Joomla/4.1.5-1/Bitnami.Joomla.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Bitnami.Joomla -PackageVersion: 4.1.5-1 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: --mode unattended --unattendedmodeui none - SilentWithProgress: --mode unattended --unattendedmodeui minimalWithDialogs - Interactive: --mode qt - InstallLocation: --prefix - Log: --debugtrace - Custom: --launch_cloud 0 -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.bitnami.com/files/stacks/joomla/4.1.5-1/bitnami-joomla-4.1.5-1-windows-x64-installer.exe - InstallerSha256: 689EF2550F8E5BB24115E0A62A63526EC390923EA70F40801A56715B4470A9D4 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/Joomla/4.1.5-1/Bitnami.Joomla.locale.en-US.yaml b/manifests/b/Bitnami/Joomla/4.1.5-1/Bitnami.Joomla.locale.en-US.yaml deleted file mode 100644 index 188a8e2e6134e..0000000000000 --- a/manifests/b/Bitnami/Joomla/4.1.5-1/Bitnami.Joomla.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Bitnami.Joomla -PackageVersion: 4.1.5-1 -PackageLocale: en-US -Publisher: Bitnami -PublisherUrl: https://bitnami.com/ -PublisherSupportUrl: https://bitnami.com/support -PrivacyUrl: https://www.vmware.com/help/privacy.html -# Author: -PackageName: Bitnami Joomla! Stack -PackageUrl: https://bitnami.com/stack/joomla -License: Proprietary -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: Joomla! is an award winning open source CMS platform for building websites and applications. It includes page caching, page compression and Let’s Encrypt auto-configuration support. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/Joomla/4.1.5-1/Bitnami.Joomla.yaml b/manifests/b/Bitnami/Joomla/4.1.5-1/Bitnami.Joomla.yaml deleted file mode 100644 index b3bbe3b73c326..0000000000000 --- a/manifests/b/Bitnami/Joomla/4.1.5-1/Bitnami.Joomla.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Bitnami.Joomla -PackageVersion: 4.1.5-1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/Joomla/4.2.3-0/Bitnami.Joomla.installer.yaml b/manifests/b/Bitnami/Joomla/4.2.3-0/Bitnami.Joomla.installer.yaml deleted file mode 100644 index 33756754a5ab1..0000000000000 --- a/manifests/b/Bitnami/Joomla/4.2.3-0/Bitnami.Joomla.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Bitnami.Joomla -PackageVersion: 4.2.3-0 -MinimumOSVersion: 10.0.0.0 -InstallerSwitches: - Silent: --mode unattended --unattendedmodeui none - SilentWithProgress: --mode unattended --unattendedmodeui minimalWithDialogs - Interactive: --mode qt - InstallLocation: --prefix - Log: --debugtrace - Custom: --launch_cloud 0 -Installers: -- Architecture: x64 - InstallerType: exe - InstallerUrl: https://downloads.bitnami.com/files/stacks/joomla/4.2.3-0/bitnami-joomla-4.2.3-0-windows-x64-installer.exe - InstallerSha256: 666CBD1EAC65612367AED9F3EF0E0EE2366B86E789FC2733B64D773675C88765 -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/b/Bitnami/Joomla/4.2.3-0/Bitnami.Joomla.locale.en-US.yaml b/manifests/b/Bitnami/Joomla/4.2.3-0/Bitnami.Joomla.locale.en-US.yaml deleted file mode 100644 index 7657b93937e2a..0000000000000 --- a/manifests/b/Bitnami/Joomla/4.2.3-0/Bitnami.Joomla.locale.en-US.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Bitnami.Joomla -PackageVersion: 4.2.3-0 -PackageLocale: en-US -Publisher: Bitnami -PublisherUrl: https://bitnami.com/ -PublisherSupportUrl: https://bitnami.com/support -PrivacyUrl: https://www.vmware.com/help/privacy.html -PackageName: Bitnami Joomla! Stack -PackageUrl: https://bitnami.com/stack/joomla -License: Proprietary -ShortDescription: Joomla! is an award winning open source CMS platform for building websites and applications. It includes page caching, page compression and Let’s Encrypt auto-configuration support. -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/b/Bitnami/Joomla/4.2.3-0/Bitnami.Joomla.yaml b/manifests/b/Bitnami/Joomla/4.2.3-0/Bitnami.Joomla.yaml deleted file mode 100644 index 377a98eac9719..0000000000000 --- a/manifests/b/Bitnami/Joomla/4.2.3-0/Bitnami.Joomla.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Bitnami.Joomla -PackageVersion: 4.2.3-0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/b/Bitnami/PrestaShop/1.7.8.7-0/Bitnami.PrestaShop.installer.yaml b/manifests/b/Bitnami/PrestaShop/1.7.8.7-0/Bitnami.PrestaShop.installer.yaml deleted file mode 100644 index e33d9e75021dd..0000000000000 --- a/manifests/b/Bitnami/PrestaShop/1.7.8.7-0/Bitnami.PrestaShop.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Bitnami.PrestaShop -PackageVersion: 1.7.8.7-0 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: --mode unattended --unattendedmodeui none - SilentWithProgress: --mode unattended --unattendedmodeui minimalWithDialogs - Interactive: --mode qt - InstallLocation: --prefix - Log: --debugtrace - Custom: --launch_cloud 0 -AppsAndFeaturesEntries: -- DisplayName: PrestaShop packaged by Bitnami -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.bitnami.com/files/stacks/prestashop/1.7.8.7-0/bitnami-prestashop-1.7.8.7-0-windows-x64-installer.exe - InstallerSha256: 157542663A6E633C26C492C74CB046D68A34FFD536FC999C781A2BA5FF490914 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/PrestaShop/1.7.8.7-0/Bitnami.PrestaShop.locale.en-US.yaml b/manifests/b/Bitnami/PrestaShop/1.7.8.7-0/Bitnami.PrestaShop.locale.en-US.yaml deleted file mode 100644 index aa3c7ebed74a3..0000000000000 --- a/manifests/b/Bitnami/PrestaShop/1.7.8.7-0/Bitnami.PrestaShop.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Bitnami.PrestaShop -PackageVersion: 1.7.8.7-0 -PackageLocale: en-US -Publisher: Bitnami -PublisherUrl: https://bitnami.com/ -PublisherSupportUrl: https://bitnami.com/support -PrivacyUrl: https://www.vmware.com/help/privacy.html -# Author: -PackageName: Bitnami PrestaShop Stack -PackageUrl: https://bitnami.com/stack/prestashop -License: Proprietary -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: PrestaShop is a powerful open source eCommerce platform used by over 250,000 online storefronts worldwide. It is easily customizable, responsive, and includes powerful tools to drive online sales. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/PrestaShop/1.7.8.7-0/Bitnami.PrestaShop.yaml b/manifests/b/Bitnami/PrestaShop/1.7.8.7-0/Bitnami.PrestaShop.yaml deleted file mode 100644 index b63ab21bf9aef..0000000000000 --- a/manifests/b/Bitnami/PrestaShop/1.7.8.7-0/Bitnami.PrestaShop.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Bitnami.PrestaShop -PackageVersion: 1.7.8.7-0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/ReportServerCommunity/4.2.0.6070-0/Bitnami.ReportServerCommunity.installer.yaml b/manifests/b/Bitnami/ReportServerCommunity/4.2.0.6070-0/Bitnami.ReportServerCommunity.installer.yaml deleted file mode 100644 index bd443bfd4be58..0000000000000 --- a/manifests/b/Bitnami/ReportServerCommunity/4.2.0.6070-0/Bitnami.ReportServerCommunity.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Bitnami.ReportServerCommunity -PackageVersion: 4.2.0.6070-0 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: --mode unattended --unattendedmodeui none - SilentWithProgress: --mode unattended --unattendedmodeui minimalWithDialogs - Interactive: --mode qt - InstallLocation: --prefix - Log: --debugtrace - Custom: --launch_cloud 0 -AppsAndFeaturesEntries: -- DisplayName: ReportServer Community packaged by Bitnami - Publisher: bitnami -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.bitnami.com/files/stacks/reportserver/4.2.0.6070-0/bitnami-reportserver-4.2.0.6070-0-windows-x64-installer.exe - InstallerSha256: CF781DD5A82339D29C060F9EF9F661BAE9888B638E4690087469D43967767DD2 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/ReportServerCommunity/4.2.0.6070-0/Bitnami.ReportServerCommunity.locale.en-US.yaml b/manifests/b/Bitnami/ReportServerCommunity/4.2.0.6070-0/Bitnami.ReportServerCommunity.locale.en-US.yaml deleted file mode 100644 index 3adc591da7419..0000000000000 --- a/manifests/b/Bitnami/ReportServerCommunity/4.2.0.6070-0/Bitnami.ReportServerCommunity.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Bitnami.ReportServerCommunity -PackageVersion: 4.2.0.6070-0 -PackageLocale: en-US -Publisher: Bitnami -PublisherUrl: https://bitnami.com/ -PublisherSupportUrl: https://bitnami.com/support -PrivacyUrl: https://www.vmware.com/help/privacy.html -# Author: -PackageName: Bitnami ReportServer Community Stack -PackageUrl: https://bitnami.com/stack/reportserver -License: Proprietary -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: ReportServer is the open source business intelligence tool for fast information access and analysis. It integrates multiple reporting engines and features an intuitive dashboard component. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/ReportServerCommunity/4.2.0.6070-0/Bitnami.ReportServerCommunity.yaml b/manifests/b/Bitnami/ReportServerCommunity/4.2.0.6070-0/Bitnami.ReportServerCommunity.yaml deleted file mode 100644 index dd0667dfd4279..0000000000000 --- a/manifests/b/Bitnami/ReportServerCommunity/4.2.0.6070-0/Bitnami.ReportServerCommunity.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Bitnami.ReportServerCommunity -PackageVersion: 4.2.0.6070-0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/ReportServerCommunity/4.3.0.6078-0/Bitnami.ReportServerCommunity.installer.yaml b/manifests/b/Bitnami/ReportServerCommunity/4.3.0.6078-0/Bitnami.ReportServerCommunity.installer.yaml deleted file mode 100644 index 0b3469ea518a2..0000000000000 --- a/manifests/b/Bitnami/ReportServerCommunity/4.3.0.6078-0/Bitnami.ReportServerCommunity.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Bitnami.ReportServerCommunity -PackageVersion: 4.3.0.6078-0 -MinimumOSVersion: 10.0.0.0 -InstallerSwitches: - Silent: --mode unattended --unattendedmodeui none - SilentWithProgress: --mode unattended --unattendedmodeui minimalWithDialogs - Interactive: --mode qt - InstallLocation: --prefix - Log: --debugtrace - Custom: --launch_cloud 0 -AppsAndFeaturesEntries: -- DisplayName: ReportServer Community packaged by Bitnami - Publisher: bitnami -Installers: -- Architecture: x64 - InstallerType: exe - InstallerUrl: https://downloads.bitnami.com/files/stacks/reportserver/4.3.0.6078-0/bitnami-reportserver-4.3.0.6078-0-windows-x64-installer.exe - InstallerSha256: 971C3D3793314A5F76487F3A033F81E405A2DE6C231C45F986D13677DA3B81C7 -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/b/Bitnami/ReportServerCommunity/4.3.0.6078-0/Bitnami.ReportServerCommunity.locale.en-US.yaml b/manifests/b/Bitnami/ReportServerCommunity/4.3.0.6078-0/Bitnami.ReportServerCommunity.locale.en-US.yaml deleted file mode 100644 index ce2af961fa332..0000000000000 --- a/manifests/b/Bitnami/ReportServerCommunity/4.3.0.6078-0/Bitnami.ReportServerCommunity.locale.en-US.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Bitnami.ReportServerCommunity -PackageVersion: 4.3.0.6078-0 -PackageLocale: en-US -Publisher: Bitnami -PublisherUrl: https://bitnami.com/ -PublisherSupportUrl: https://bitnami.com/support -PrivacyUrl: https://www.vmware.com/help/privacy.html -PackageName: Bitnami ReportServer Community Stack -PackageUrl: https://bitnami.com/stack/reportserver -License: Proprietary -ShortDescription: ReportServer is the open source business intelligence tool for fast information access and analysis. It integrates multiple reporting engines and features an intuitive dashboard component. -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/b/Bitnami/ReportServerCommunity/4.3.0.6078-0/Bitnami.ReportServerCommunity.yaml b/manifests/b/Bitnami/ReportServerCommunity/4.3.0.6078-0/Bitnami.ReportServerCommunity.yaml deleted file mode 100644 index 3e4acafa89556..0000000000000 --- a/manifests/b/Bitnami/ReportServerCommunity/4.3.0.6078-0/Bitnami.ReportServerCommunity.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Bitnami.ReportServerCommunity -PackageVersion: 4.3.0.6078-0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/b/Bitnami/WAMP/8.1.11-0/Bitnami.WAMP.installer.yaml b/manifests/b/Bitnami/WAMP/8.1.11-0/Bitnami.WAMP.installer.yaml deleted file mode 100644 index 26155e88f7ad6..0000000000000 --- a/manifests/b/Bitnami/WAMP/8.1.11-0/Bitnami.WAMP.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Bitnami.WAMP -PackageVersion: 8.1.11-0 -MinimumOSVersion: 10.0.0.0 -InstallerSwitches: - Silent: --mode unattended --unattendedmodeui none - SilentWithProgress: --mode unattended --unattendedmodeui minimalWithDialogs - Interactive: --mode qt - InstallLocation: --prefix - Log: --debugtrace - Custom: --launch_cloud 0 -AppsAndFeaturesEntries: -- DisplayName: WAMP packaged by Bitnami -Installers: -- Architecture: x64 - InstallerType: exe - InstallerUrl: https://downloads.bitnami.com/files/stacks/wampstack/8.1.11-0/bitnami-wampstack-8.1.11-0-windows-x64-installer.exe - InstallerSha256: F26663A30DEE1B78BFCAAEF139D82213CA9076E03D5CBC0C5CFF3858680FC59C -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/b/Bitnami/WAMP/8.1.11-0/Bitnami.WAMP.locale.en-US.yaml b/manifests/b/Bitnami/WAMP/8.1.11-0/Bitnami.WAMP.locale.en-US.yaml deleted file mode 100644 index 75f5e38e369ca..0000000000000 --- a/manifests/b/Bitnami/WAMP/8.1.11-0/Bitnami.WAMP.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Bitnami.WAMP -PackageVersion: 8.1.11-0 -PackageLocale: en-US -Publisher: Bitnami -PublisherUrl: https://bitnami.com/ -PublisherSupportUrl: https://bitnami.com/support -PrivacyUrl: https://www.vmware.com/help/privacy.html -PackageName: Bitnami WAMP Stack -PackageUrl: https://bitnami.com/stack/wamp -License: Proprietary -ShortDescription: Bitnami WAMP Stack provides a complete, fully-integrated and ready to run WAMP development environment. -Description: 'Bitnami WAMP Stack provides a complete, fully-integrated and ready to run WAMP development environment. In addition to PHP, MySQL and Apache, it includes FastCGI, OpenSSL, phpMyAdmin, ModSecurity, SQLite, ImageMagick, xDebug, Xcache, OpenLDAP, ModSecurity, Memcache, OAuth, PEAR, PECL, APC, GD, cURL and other components and the following frameworks: Zend Framework, Symfony, CodeIgniter, CakePHP, Smarty, Laravel.' -Tags: -- apache -- mysql -- php -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/b/Bitnami/WAMP/8.1.11-0/Bitnami.WAMP.yaml b/manifests/b/Bitnami/WAMP/8.1.11-0/Bitnami.WAMP.yaml deleted file mode 100644 index c76d04608f05a..0000000000000 --- a/manifests/b/Bitnami/WAMP/8.1.11-0/Bitnami.WAMP.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Bitnami.WAMP -PackageVersion: 8.1.11-0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/b/Bitnami/WordPress/6.0.1-0/Bitnami.WordPress.installer.yaml b/manifests/b/Bitnami/WordPress/6.0.1-0/Bitnami.WordPress.installer.yaml deleted file mode 100644 index 364cc55954c91..0000000000000 --- a/manifests/b/Bitnami/WordPress/6.0.1-0/Bitnami.WordPress.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Bitnami.WordPress -PackageVersion: 6.0.1-0 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: --mode unattended --unattendedmodeui none - SilentWithProgress: --mode unattended --unattendedmodeui minimalWithDialogs - Interactive: --mode qt - InstallLocation: --prefix - Log: --debugtrace - Custom: --launch_cloud 0 -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.bitnami.com/files/stacks/wordpress/6.0.1-0/bitnami-wordpress-6.0.1-0-windows-x64-installer.exe - InstallerSha256: 57DB3A7D62FE639BC124EEC5911E4CC364F2715AEBE54A429B5F2A91CE98331C -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/WordPress/6.0.1-0/Bitnami.WordPress.locale.en-US.yaml b/manifests/b/Bitnami/WordPress/6.0.1-0/Bitnami.WordPress.locale.en-US.yaml deleted file mode 100644 index 6032bad2ec195..0000000000000 --- a/manifests/b/Bitnami/WordPress/6.0.1-0/Bitnami.WordPress.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Bitnami.WordPress -PackageVersion: 6.0.1-0 -PackageLocale: en-US -Publisher: Bitnami -PublisherUrl: https://bitnami.com/ -PublisherSupportUrl: https://bitnami.com/support -PrivacyUrl: https://www.vmware.com/help/privacy.html -# Author: -PackageName: Bitnami WordPress Stack -PackageUrl: https://bitnami.com/stack/wordpress -License: Proprietary -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: WordPress is the world’s most popular blogging and content management platform. Powerful yet simple, everyone from students to global corporations use it to build beautiful, functional websites. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/WordPress/6.0.1-0/Bitnami.WordPress.yaml b/manifests/b/Bitnami/WordPress/6.0.1-0/Bitnami.WordPress.yaml deleted file mode 100644 index a5de1f69f65a3..0000000000000 --- a/manifests/b/Bitnami/WordPress/6.0.1-0/Bitnami.WordPress.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Bitnami.WordPress -PackageVersion: 6.0.1-0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/WordPress/6.0.2-0/Bitnami.WordPress.installer.yaml b/manifests/b/Bitnami/WordPress/6.0.2-0/Bitnami.WordPress.installer.yaml deleted file mode 100644 index 1b33e54472b39..0000000000000 --- a/manifests/b/Bitnami/WordPress/6.0.2-0/Bitnami.WordPress.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Bitnami.WordPress -PackageVersion: 6.0.2-0 -MinimumOSVersion: 10.0.0.0 -InstallerSwitches: - Silent: --mode unattended --unattendedmodeui none - SilentWithProgress: --mode unattended --unattendedmodeui minimalWithDialogs - Interactive: --mode qt - InstallLocation: --prefix - Log: --debugtrace - Custom: --launch_cloud 0 -Installers: -- Architecture: x64 - InstallerType: exe - InstallerUrl: https://downloads.bitnami.com/files/stacks/wordpress/6.0.2-0/bitnami-wordpress-6.0.2-0-windows-x64-installer.exe - InstallerSha256: BB228C334773448251CB39797972DF79B4628DB28F8EF242157802D4DC7E3284 -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/b/Bitnami/WordPress/6.0.2-0/Bitnami.WordPress.locale.en-US.yaml b/manifests/b/Bitnami/WordPress/6.0.2-0/Bitnami.WordPress.locale.en-US.yaml deleted file mode 100644 index 63c2af5f2b5a4..0000000000000 --- a/manifests/b/Bitnami/WordPress/6.0.2-0/Bitnami.WordPress.locale.en-US.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Bitnami.WordPress -PackageVersion: 6.0.2-0 -PackageLocale: en-US -Publisher: Bitnami -PublisherUrl: https://bitnami.com/ -PublisherSupportUrl: https://bitnami.com/support -PrivacyUrl: https://www.vmware.com/help/privacy.html -PackageName: Bitnami WordPress Stack -PackageUrl: https://bitnami.com/stack/wordpress -License: Proprietary -ShortDescription: WordPress is the world’s most popular blogging and content management platform. Powerful yet simple, everyone from students to global corporations use it to build beautiful, functional websites. -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/b/Bitnami/WordPress/6.0.2-0/Bitnami.WordPress.yaml b/manifests/b/Bitnami/WordPress/6.0.2-0/Bitnami.WordPress.yaml deleted file mode 100644 index e2561678a3e30..0000000000000 --- a/manifests/b/Bitnami/WordPress/6.0.2-0/Bitnami.WordPress.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Bitnami.WordPress -PackageVersion: 6.0.2-0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/b/Bitnami/phpBB/3.3.8-1/Bitnami.phpBB.installer.yaml b/manifests/b/Bitnami/phpBB/3.3.8-1/Bitnami.phpBB.installer.yaml deleted file mode 100644 index 574b500a5f580..0000000000000 --- a/manifests/b/Bitnami/phpBB/3.3.8-1/Bitnami.phpBB.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Bitnami.phpBB -PackageVersion: 3.3.8-1 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: --mode unattended --unattendedmodeui none - SilentWithProgress: --mode unattended --unattendedmodeui minimalWithDialogs - Interactive: --mode qt - InstallLocation: --prefix - Log: --debugtrace - Custom: --launch_cloud 0 -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.bitnami.com/files/stacks/phpbb/3.3.8-1/bitnami-phpbb-3.3.8-1-windows-x64-installer.exe - InstallerSha256: B456FC1B287FC96F8C55DFD9A44834329C3237A2856A909D4408A8F16F48DA91 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/phpBB/3.3.8-1/Bitnami.phpBB.locale.en-US.yaml b/manifests/b/Bitnami/phpBB/3.3.8-1/Bitnami.phpBB.locale.en-US.yaml deleted file mode 100644 index d3aa9fb4e64b7..0000000000000 --- a/manifests/b/Bitnami/phpBB/3.3.8-1/Bitnami.phpBB.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Bitnami.phpBB -PackageVersion: 3.3.8-1 -PackageLocale: en-US -Publisher: Bitnami -PublisherUrl: https://bitnami.com/ -PublisherSupportUrl: https://bitnami.com/support -PrivacyUrl: https://www.vmware.com/help/privacy.html -# Author: -PackageName: Bitnami phpBB Stack -PackageUrl: https://bitnami.com/stack/phpbb -License: Proprietary -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: phpBB is a popular bulletin board that features robust messaging capabilities such as flat message structure, subforums, topic split/merge/lock, user groups, full-text search, and attachments. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitnami/phpBB/3.3.8-1/Bitnami.phpBB.yaml b/manifests/b/Bitnami/phpBB/3.3.8-1/Bitnami.phpBB.yaml deleted file mode 100644 index 8494b33b175e3..0000000000000 --- a/manifests/b/Bitnami/phpBB/3.3.8-1/Bitnami.phpBB.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Bitnami.phpBB -PackageVersion: 3.3.8-1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/Bitvise/SSH/Client/9.38/Bitvise.SSH.Client.yaml b/manifests/b/Bitvise/SSH/Client/9.38/Bitvise.SSH.Client.yaml deleted file mode 100644 index 53e61cc4f34da..0000000000000 --- a/manifests/b/Bitvise/SSH/Client/9.38/Bitvise.SSH.Client.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Bitvise.SSH.Client -PackageVersion: "9.38" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitvise/SSH/Client/9.38/Bitvise.SSH.Client.installer.yaml b/manifests/b/Bitvise/SSH/Client/9.39/Bitvise.SSH.Client.installer.yaml similarity index 76% rename from manifests/b/Bitvise/SSH/Client/9.38/Bitvise.SSH.Client.installer.yaml rename to manifests/b/Bitvise/SSH/Client/9.39/Bitvise.SSH.Client.installer.yaml index 5d28b34bef4de..2f5c93a7c80fa 100644 --- a/manifests/b/Bitvise/SSH/Client/9.38/Bitvise.SSH.Client.installer.yaml +++ b/manifests/b/Bitvise/SSH/Client/9.39/Bitvise.SSH.Client.installer.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.4.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: Bitvise.SSH.Client -PackageVersion: "9.38" +PackageVersion: "9.39" InstallerLocale: en-US InstallerType: exe InstallModes: @@ -20,6 +20,6 @@ ProductCode: '{CF8E6E00-9C03-4440-81C0-21FACB921A6B}' Installers: - Architecture: neutral InstallerUrl: https://dl.bitvise.com/BvSshClient-Inst.exe - InstallerSha256: B951A09EB7460B5AF4A645C2B864436151D21143536DF469E475A8083B7B95F0 + InstallerSha256: 3FBCEF464F9DD42B29D0BA546F98A59B593B0C3858BAC88184C3D75A1C2ECD73 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitvise/SSH/Client/9.38/Bitvise.SSH.Client.locale.en-US.yaml b/manifests/b/Bitvise/SSH/Client/9.39/Bitvise.SSH.Client.locale.en-US.yaml similarity index 91% rename from manifests/b/Bitvise/SSH/Client/9.38/Bitvise.SSH.Client.locale.en-US.yaml rename to manifests/b/Bitvise/SSH/Client/9.39/Bitvise.SSH.Client.locale.en-US.yaml index 210b7768b8262..bd1f6d751d0d4 100644 --- a/manifests/b/Bitvise/SSH/Client/9.38/Bitvise.SSH.Client.locale.en-US.yaml +++ b/manifests/b/Bitvise/SSH/Client/9.39/Bitvise.SSH.Client.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.4.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Bitvise.SSH.Client -PackageVersion: "9.38" +PackageVersion: "9.39" PackageLocale: en-US Publisher: Bitvise Limited PublisherUrl: https://www.bitvise.com diff --git a/manifests/b/Bitvise/SSH/Client/9.39/Bitvise.SSH.Client.yaml b/manifests/b/Bitvise/SSH/Client/9.39/Bitvise.SSH.Client.yaml new file mode 100644 index 0000000000000..a966863f1433b --- /dev/null +++ b/manifests/b/Bitvise/SSH/Client/9.39/Bitvise.SSH.Client.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bitvise.SSH.Client +PackageVersion: "9.39" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.installer.yaml b/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.installer.yaml new file mode 100644 index 0000000000000..48a08ec1ccf75 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.7.1 +Platform: +- Windows.Desktop +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- bitwarden +ProductCode: 173a9bac-6f0d-50c4-8202-4744c69d091a +ReleaseDate: 2024-07-26 +Installers: +- Architecture: neutral + Scope: user + InstallerUrl: https://github.com/bitwarden/clients/releases/download/desktop-v2024.7.1/Bitwarden-Installer-2024.7.1.exe + InstallerSha256: 358EB98FFFF7F5C6437F40B21A1F62A6C33FDCB49D58F411D890C00EC79C5408 + InstallerSwitches: + Custom: /currentuser +- Architecture: neutral + Scope: machine + InstallerUrl: https://github.com/bitwarden/clients/releases/download/desktop-v2024.7.1/Bitwarden-Installer-2024.7.1.exe + InstallerSha256: 358EB98FFFF7F5C6437F40B21A1F62A6C33FDCB49D58F411D890C00EC79C5408 + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevatesSelf +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.locale.en-US.yaml b/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.locale.en-US.yaml new file mode 100644 index 0000000000000..5cd706324637c --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.7.1 +PackageLocale: en-US +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 or Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: A secure and free password manager for all of your devices. +Tags: +- credential +- password +- protect +- protection +- security +ReleaseNotes: |- + - Deprecated setting for approving logins. Desktop now receives login requests by default. + - Enable individual vault item encryption keys 🔑 + - Small bug-fixes and improvements 🐛 +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.7.1 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.locale.pt-BR.yaml b/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.locale.pt-BR.yaml new file mode 100644 index 0000000000000..864e859773cd6 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.locale.pt-BR.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.7.1 +PackageLocale: pt-BR +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 ou Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: Um gerenciador de senha seguro e gratuito para todos os seus dispositivos. +Tags: +- credencial +- proteger +- proteção +- segurança +- senha +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.7.1 +PurchaseUrl: https://bitwarden.com/pricing/business +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.locale.zh-CN.yaml b/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.locale.zh-CN.yaml new file mode 100644 index 0000000000000..60bea5fdb7bab --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.7.1 +PackageLocale: zh-CN +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 或 Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: 适用于所有设备的安全免费的密码管理器 +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.7.1 +PurchaseUrl: https://bitwarden.com/pricing/business +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.yaml b/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.yaml new file mode 100644 index 0000000000000..f0277fd3f730f --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.7.1/Bitwarden.Bitwarden.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.installer.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.installer.yaml new file mode 100644 index 0000000000000..d4899b0d6e554 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.0 +Platform: +- Windows.Desktop +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- bitwarden +ProductCode: 173a9bac-6f0d-50c4-8202-4744c69d091a +ReleaseDate: 2024-08-23 +Installers: +- Architecture: neutral + Scope: user + InstallerUrl: https://github.com/bitwarden/clients/releases/download/desktop-v2024.8.0/Bitwarden-Installer-2024.8.0.exe + InstallerSha256: 20EA8B674744DF753FA8B439E65FA8877494CBB7ABA370957F574039DB62431D + InstallerSwitches: + Custom: /currentuser +- Architecture: neutral + Scope: machine + InstallerUrl: https://github.com/bitwarden/clients/releases/download/desktop-v2024.8.0/Bitwarden-Installer-2024.8.0.exe + InstallerSha256: 20EA8B674744DF753FA8B439E65FA8877494CBB7ABA370957F574039DB62431D + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.locale.en-US.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.locale.en-US.yaml new file mode 100644 index 0000000000000..5b2a07c2bf8bb --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.0 +PackageLocale: en-US +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 or Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: A secure and free password manager for all of your devices. +Tags: +- credential +- password +- protect +- protection +- security +ReleaseNotes: |- + - Allow biometric unlock of browser extension without requiring desktop app to be unlocked + - Add support for users to set a master password when their organization updates member decryption options + - Added support for multi-thread encryption to improve performance + - Add support for biometric unlock on Linux + - Add support for vault timeout on system lock on Linux + - Small bug-fixes and enhancements + Thank you to Yann-Plougonven for their contributions in this release! +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.8.0 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.locale.pt-BR.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.locale.pt-BR.yaml new file mode 100644 index 0000000000000..94384ae7e81a2 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.locale.pt-BR.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.0 +PackageLocale: pt-BR +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 ou Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: Um gerenciador de senha seguro e gratuito para todos os seus dispositivos. +Tags: +- credencial +- proteger +- proteção +- segurança +- senha +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.8.0 +PurchaseUrl: https://bitwarden.com/pricing/business +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.locale.zh-CN.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9e3999a5c8a91 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.0 +PackageLocale: zh-CN +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 或 Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: 适用于所有设备的安全免费的密码管理器 +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.8.0 +PurchaseUrl: https://bitwarden.com/pricing/business +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.yaml new file mode 100644 index 0000000000000..186c704535bc6 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.0/Bitwarden.Bitwarden.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.installer.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.installer.yaml new file mode 100644 index 0000000000000..62350f90b55aa --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.1 +Platform: +- Windows.Desktop +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- bitwarden +ProductCode: 173a9bac-6f0d-50c4-8202-4744c69d091a +ReleaseDate: 2024-08-27 +Installers: +- Architecture: neutral + Scope: user + InstallerUrl: https://github.com/bitwarden/clients/releases/download/desktop-v2024.8.1/Bitwarden-Installer-2024.8.1.exe + InstallerSha256: 4D8A3E984A1468B02A93B77CFB0398A4922083CDE4096B9393283655829C1220 + InstallerSwitches: + Custom: /currentuser +- Architecture: neutral + Scope: machine + InstallerUrl: https://github.com/bitwarden/clients/releases/download/desktop-v2024.8.1/Bitwarden-Installer-2024.8.1.exe + InstallerSha256: 4D8A3E984A1468B02A93B77CFB0398A4922083CDE4096B9393283655829C1220 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.locale.en-US.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.locale.en-US.yaml new file mode 100644 index 0000000000000..739a2973eaf85 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.1 +PackageLocale: en-US +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 or Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: A secure and free password manager for all of your devices. +Tags: +- credential +- password +- protect +- protection +- security +ReleaseNotes: '- Bug fixes' +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.8.1 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.locale.pt-BR.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.locale.pt-BR.yaml new file mode 100644 index 0000000000000..e95c5eea6606c --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.locale.pt-BR.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.1 +PackageLocale: pt-BR +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 ou Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: Um gerenciador de senha seguro e gratuito para todos os seus dispositivos. +Tags: +- credencial +- proteger +- proteção +- segurança +- senha +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.8.1 +PurchaseUrl: https://bitwarden.com/pricing/business +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.locale.zh-CN.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b5472ac334ba4 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.1 +PackageLocale: zh-CN +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 或 Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: 适用于所有设备的安全免费的密码管理器 +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.8.1 +PurchaseUrl: https://bitwarden.com/pricing/business +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.yaml new file mode 100644 index 0000000000000..bbf4f32751be7 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.1/Bitwarden.Bitwarden.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.installer.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.installer.yaml new file mode 100644 index 0000000000000..8a5e4eedd0edf --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.2 +Platform: +- Windows.Desktop +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- bitwarden +ProductCode: 173a9bac-6f0d-50c4-8202-4744c69d091a +ReleaseDate: 2024-09-05 +Installers: +- Architecture: neutral + Scope: user + InstallerUrl: https://github.com/bitwarden/clients/releases/download/desktop-v2024.8.2/Bitwarden-Installer-2024.8.2.exe + InstallerSha256: 3B240264F07110D3DE7A60316EEDBA927D4663D56943A58B6EE478ADBA4B3A62 + InstallerSwitches: + Custom: /currentuser +- Architecture: neutral + Scope: machine + InstallerUrl: https://github.com/bitwarden/clients/releases/download/desktop-v2024.8.2/Bitwarden-Installer-2024.8.2.exe + InstallerSha256: 3B240264F07110D3DE7A60316EEDBA927D4663D56943A58B6EE478ADBA4B3A62 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.locale.en-US.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.locale.en-US.yaml new file mode 100644 index 0000000000000..7e282064ca57e --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.2 +PackageLocale: en-US +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 or Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: A secure and free password manager for all of your devices. +Tags: +- credential +- password +- protect +- protection +- security +ReleaseNotes: '- Disable cipher key encryption' +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.8.2 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.locale.pt-BR.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.locale.pt-BR.yaml new file mode 100644 index 0000000000000..c033d6ca41940 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.locale.pt-BR.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.2 +PackageLocale: pt-BR +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 ou Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: Um gerenciador de senha seguro e gratuito para todos os seus dispositivos. +Tags: +- credencial +- proteger +- proteção +- segurança +- senha +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.8.2 +PurchaseUrl: https://bitwarden.com/pricing/business +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.locale.zh-CN.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6c1c8be302b8e --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.2 +PackageLocale: zh-CN +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 或 Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: 适用于所有设备的安全免费的密码管理器 +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.8.2 +PurchaseUrl: https://bitwarden.com/pricing/business +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.yaml b/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.yaml new file mode 100644 index 0000000000000..a9a3c37e2c5b2 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2024.8.2/Bitwarden.Bitwarden.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2024.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.7.0/Bitwarden.CLI.installer.yaml b/manifests/b/Bitwarden/CLI/2024.7.0/Bitwarden.CLI.installer.yaml deleted file mode 100644 index f674941a05c9b..0000000000000 --- a/manifests/b/Bitwarden/CLI/2024.7.0/Bitwarden.CLI.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Bitwarden.CLI -PackageVersion: 2024.7.0 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: bw.exe - PortableCommandAlias: bw -InstallerSwitches: - Silent: status --quiet -ReleaseDate: 2024-07-15 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/bitwarden/clients/releases/download/cli-v2024.7.0/bw-windows-2024.7.0.zip - InstallerSha256: FDAF43E497FA0198D42AECF96515713406401B500EA3E325C905D415FD103D9B -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.7.0/Bitwarden.CLI.locale.en-US.yaml b/manifests/b/Bitwarden/CLI/2024.7.0/Bitwarden.CLI.locale.en-US.yaml deleted file mode 100644 index 5f249da6edcce..0000000000000 --- a/manifests/b/Bitwarden/CLI/2024.7.0/Bitwarden.CLI.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Bitwarden.CLI -PackageVersion: 2024.7.0 -PackageLocale: en-US -Publisher: Bitwarden Inc. -PublisherUrl: https://bitwarden.com/ -PublisherSupportUrl: https://bitwarden.com/help -PrivacyUrl: https://bitwarden.com/privacy -Author: Bitwarden Inc. -PackageName: Bitwarden CLI -PackageUrl: https://bitwarden.com/download -License: GPL-3.0 or Bitwarden-1.0 -LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt -Copyright: Copyright © 2015-2024 Bitwarden Inc. -CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md -ShortDescription: A secure and free password manager for all of your devices. -Tags: -- credential -- password -- protect -- protection -- security -ReleaseNotes: '- Bug fixes' -ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/cli-v2024.7.0 -PurchaseUrl: https://bitwarden.com/pricing/business/ -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.7.0/Bitwarden.CLI.locale.pt-BR.yaml b/manifests/b/Bitwarden/CLI/2024.7.0/Bitwarden.CLI.locale.pt-BR.yaml deleted file mode 100644 index d387b36553066..0000000000000 --- a/manifests/b/Bitwarden/CLI/2024.7.0/Bitwarden.CLI.locale.pt-BR.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Bitwarden.CLI -PackageVersion: 2024.7.0 -PackageLocale: pt-BR -Publisher: Bitwarden Inc. -PublisherUrl: https://bitwarden.com/ -PublisherSupportUrl: https://bitwarden.com/help -PrivacyUrl: https://bitwarden.com/privacy -Author: Bitwarden Inc. -PackageName: Bitwarden CLI -PackageUrl: https://bitwarden.com/download -License: GPL-3.0 ou Bitwarden-1.0 -LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt -Copyright: Copyright © 2015-2024 Bitwarden Inc. -CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md -ShortDescription: Um gerenciador de senha seguro e gratuito para todos os seus dispositivos. -Tags: -- credencial -- proteger -- proteção -- segurança -- senha -ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/cli-v2024.7.0 -PurchaseUrl: https://bitwarden.com/pricing/business/ -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.7.0/Bitwarden.CLI.yaml b/manifests/b/Bitwarden/CLI/2024.7.0/Bitwarden.CLI.yaml deleted file mode 100644 index 9d134371f8f76..0000000000000 --- a/manifests/b/Bitwarden/CLI/2024.7.0/Bitwarden.CLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Bitwarden.CLI -PackageVersion: 2024.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.7.1/Bitwarden.CLI.installer.yaml b/manifests/b/Bitwarden/CLI/2024.7.1/Bitwarden.CLI.installer.yaml new file mode 100644 index 0000000000000..e70fe7d0785cf --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.7.1/Bitwarden.CLI.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.7.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bw.exe + PortableCommandAlias: bw +InstallerSwitches: + Silent: status --quiet +ReleaseDate: 2024-07-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bitwarden/clients/releases/download/cli-v2024.7.1/bw-windows-2024.7.1.zip + InstallerSha256: 57C397EC7D2539C702334971019255BE76F85CBD9058F499A39FA2380BC74C0B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.7.1/Bitwarden.CLI.locale.en-US.yaml b/manifests/b/Bitwarden/CLI/2024.7.1/Bitwarden.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..4c4b791bb3d91 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.7.1/Bitwarden.CLI.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.7.1 +PackageLocale: en-US +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden CLI +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 or Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: A secure and free password manager for all of your devices. +Tags: +- credential +- password +- protect +- protection +- security +ReleaseNotes: |- + - Enable individual vault item encryption keys 🔑 + - Small bug fixes and improvements 🐛 +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/cli-v2024.7.1 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.7.1/Bitwarden.CLI.locale.pt-BR.yaml b/manifests/b/Bitwarden/CLI/2024.7.1/Bitwarden.CLI.locale.pt-BR.yaml new file mode 100644 index 0000000000000..26b22ed62e5cb --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.7.1/Bitwarden.CLI.locale.pt-BR.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.7.1 +PackageLocale: pt-BR +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden CLI +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 ou Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: Um gerenciador de senha seguro e gratuito para todos os seus dispositivos. +Tags: +- credencial +- proteger +- proteção +- segurança +- senha +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/cli-v2024.7.1 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.7.1/Bitwarden.CLI.yaml b/manifests/b/Bitwarden/CLI/2024.7.1/Bitwarden.CLI.yaml new file mode 100644 index 0000000000000..cbefe20954a26 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.7.1/Bitwarden.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.7.2/Bitwarden.CLI.installer.yaml b/manifests/b/Bitwarden/CLI/2024.7.2/Bitwarden.CLI.installer.yaml new file mode 100644 index 0000000000000..552bf770e2f53 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.7.2/Bitwarden.CLI.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.7.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bw.exe + PortableCommandAlias: bw +InstallerSwitches: + Silent: status --quiet +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bitwarden/clients/releases/download/cli-v2024.7.2/bw-windows-2024.7.2.zip + InstallerSha256: 340F4AE64861C105D1E9FAE91578F4AA0F7EC50EDA034479010ABA70FDCA0DB6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.7.2/Bitwarden.CLI.locale.en-US.yaml b/manifests/b/Bitwarden/CLI/2024.7.2/Bitwarden.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..231f483ec0f0c --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.7.2/Bitwarden.CLI.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.7.2 +PackageLocale: en-US +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden CLI +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 or Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: A secure and free password manager for all of your devices. +Tags: +- credential +- password +- protect +- protection +- security +ReleaseNotes: '- Address bug preventing unlock command from accepting master password. 🐛' +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/cli-v2024.7.2 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.7.2/Bitwarden.CLI.locale.pt-BR.yaml b/manifests/b/Bitwarden/CLI/2024.7.2/Bitwarden.CLI.locale.pt-BR.yaml new file mode 100644 index 0000000000000..23d1fde0bcfef --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.7.2/Bitwarden.CLI.locale.pt-BR.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.7.2 +PackageLocale: pt-BR +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden CLI +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 ou Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: Um gerenciador de senha seguro e gratuito para todos os seus dispositivos. +Tags: +- credencial +- proteger +- proteção +- segurança +- senha +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/cli-v2024.7.2 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.7.2/Bitwarden.CLI.yaml b/manifests/b/Bitwarden/CLI/2024.7.2/Bitwarden.CLI.yaml new file mode 100644 index 0000000000000..1ad46cdcaa86b --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.7.2/Bitwarden.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.8.0/Bitwarden.CLI.installer.yaml b/manifests/b/Bitwarden/CLI/2024.8.0/Bitwarden.CLI.installer.yaml new file mode 100644 index 0000000000000..fe10aa8694bcf --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.8.0/Bitwarden.CLI.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.8.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bw.exe + PortableCommandAlias: bw +InstallerSwitches: + Silent: status --quiet +ReleaseDate: 2024-08-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bitwarden/clients/releases/download/cli-v2024.8.0/bw-windows-2024.8.0.zip + InstallerSha256: 37DA97B16F39D45B2463A8D73D995AE728E87611CD8A0141754074B638853BA3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.8.0/Bitwarden.CLI.locale.en-US.yaml b/manifests/b/Bitwarden/CLI/2024.8.0/Bitwarden.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..b3b5df9b0db13 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.8.0/Bitwarden.CLI.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.8.0 +PackageLocale: en-US +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden CLI +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 or Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: A secure and free password manager for all of your devices. +Tags: +- credential +- password +- protect +- protection +- security +ReleaseNotes: '- Small bug-fixes and enhancements' +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/cli-v2024.8.0 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.8.0/Bitwarden.CLI.locale.pt-BR.yaml b/manifests/b/Bitwarden/CLI/2024.8.0/Bitwarden.CLI.locale.pt-BR.yaml new file mode 100644 index 0000000000000..42e7574ebfd22 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.8.0/Bitwarden.CLI.locale.pt-BR.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.8.0 +PackageLocale: pt-BR +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden CLI +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 ou Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: Um gerenciador de senha seguro e gratuito para todos os seus dispositivos. +Tags: +- credencial +- proteger +- proteção +- segurança +- senha +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/cli-v2024.8.0 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.8.0/Bitwarden.CLI.yaml b/manifests/b/Bitwarden/CLI/2024.8.0/Bitwarden.CLI.yaml new file mode 100644 index 0000000000000..7dff4e8b4d3d6 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.8.0/Bitwarden.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.8.1/Bitwarden.CLI.installer.yaml b/manifests/b/Bitwarden/CLI/2024.8.1/Bitwarden.CLI.installer.yaml new file mode 100644 index 0000000000000..7f57d9cdceb53 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.8.1/Bitwarden.CLI.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.8.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bw.exe + PortableCommandAlias: bw +InstallerSwitches: + Silent: status --quiet +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bitwarden/clients/releases/download/cli-v2024.8.1/bw-windows-2024.8.1.zip + InstallerSha256: 7DC84E91255CC0213F41C54A3BF183E67C80417310B59212D86E44D24056E62D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.8.1/Bitwarden.CLI.locale.en-US.yaml b/manifests/b/Bitwarden/CLI/2024.8.1/Bitwarden.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..3c6ce580a1547 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.8.1/Bitwarden.CLI.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.8.1 +PackageLocale: en-US +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden CLI +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 or Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: A secure and free password manager for all of your devices. +Tags: +- credential +- password +- protect +- protection +- security +ReleaseNotes: '- Fix NPM package' +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/cli-v2024.8.1 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.8.1/Bitwarden.CLI.locale.pt-BR.yaml b/manifests/b/Bitwarden/CLI/2024.8.1/Bitwarden.CLI.locale.pt-BR.yaml new file mode 100644 index 0000000000000..e456f9f0d7d3c --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.8.1/Bitwarden.CLI.locale.pt-BR.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.8.1 +PackageLocale: pt-BR +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden CLI +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 ou Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: Um gerenciador de senha seguro e gratuito para todos os seus dispositivos. +Tags: +- credencial +- proteger +- proteção +- segurança +- senha +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/cli-v2024.8.1 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.8.1/Bitwarden.CLI.yaml b/manifests/b/Bitwarden/CLI/2024.8.1/Bitwarden.CLI.yaml new file mode 100644 index 0000000000000..b5d4ad1b6f71e --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.8.1/Bitwarden.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.8.2/Bitwarden.CLI.installer.yaml b/manifests/b/Bitwarden/CLI/2024.8.2/Bitwarden.CLI.installer.yaml new file mode 100644 index 0000000000000..384d5a1831163 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.8.2/Bitwarden.CLI.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.8.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bw.exe + PortableCommandAlias: bw +InstallerSwitches: + Silent: status --quiet +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bitwarden/clients/releases/download/cli-v2024.8.2/bw-windows-2024.8.2.zip + InstallerSha256: 81B06721FEC940020A77ABC4119E7E2C75EF8FF5C7B941F5837B7D6BBC0E6B52 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.8.2/Bitwarden.CLI.locale.en-US.yaml b/manifests/b/Bitwarden/CLI/2024.8.2/Bitwarden.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..874e316ccaa60 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.8.2/Bitwarden.CLI.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.8.2 +PackageLocale: en-US +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden CLI +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 or Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: A secure and free password manager for all of your devices. +Tags: +- credential +- password +- protect +- protection +- security +ReleaseNotes: '- Disable cipher key encryption' +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/cli-v2024.8.2 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.8.2/Bitwarden.CLI.locale.pt-BR.yaml b/manifests/b/Bitwarden/CLI/2024.8.2/Bitwarden.CLI.locale.pt-BR.yaml new file mode 100644 index 0000000000000..a3efcc45ed6f4 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.8.2/Bitwarden.CLI.locale.pt-BR.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.8.2 +PackageLocale: pt-BR +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden CLI +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 ou Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: Um gerenciador de senha seguro e gratuito para todos os seus dispositivos. +Tags: +- credencial +- proteger +- proteção +- segurança +- senha +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/cli-v2024.8.2 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bitwarden/CLI/2024.8.2/Bitwarden.CLI.yaml b/manifests/b/Bitwarden/CLI/2024.8.2/Bitwarden.CLI.yaml new file mode 100644 index 0000000000000..c20ef3209d790 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2024.8.2/Bitwarden.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2024.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BlenderFoundation/Blender/4.2.1/BlenderFoundation.Blender.installer.yaml b/manifests/b/BlenderFoundation/Blender/4.2.1/BlenderFoundation.Blender.installer.yaml new file mode 100644 index 0000000000000..92056eaf5b31a --- /dev/null +++ b/manifests/b/BlenderFoundation/Blender/4.2.1/BlenderFoundation.Blender.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BlenderFoundation.Blender +PackageVersion: 4.2.1 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALL_ROOT="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- blend +AppsAndFeaturesEntries: +- ProductCode: '{932B2E6B-7F23-4F97-B9DA-148C3CB3FDB4}' + UpgradeCode: '{4D712DA1-6EC6-51AC-B968-9715D0710DD8}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.blender.org/release/Blender4.2/blender-4.2.1-windows-x64.msi + InstallerSha256: E3309FBC01EAA4A6D270767A5847F192FA074499B6DDDBF2B0362973AD15ACB4 + ProductCode: '{932B2E6B-7F23-4F97-B9DA-148C3CB3FDB4}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BlenderFoundation/Blender/4.2.1/BlenderFoundation.Blender.locale.en-US.yaml b/manifests/b/BlenderFoundation/Blender/4.2.1/BlenderFoundation.Blender.locale.en-US.yaml new file mode 100644 index 0000000000000..71c402e3c88b5 --- /dev/null +++ b/manifests/b/BlenderFoundation/Blender/4.2.1/BlenderFoundation.Blender.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BlenderFoundation.Blender +PackageVersion: 4.2.1 +PackageLocale: en-US +Publisher: Blender Foundation +PublisherUrl: https://www.blender.org/ +PublisherSupportUrl: https://www.blender.org/support/ +PrivacyUrl: https://www.blender.org/privacy-policy/ +Author: Blender Foundation +PackageName: blender +PackageUrl: https://www.blender.org/ +License: GPL-3.0-or-later +LicenseUrl: https://www.blender.org/about/license/ +Copyright: 2024, Blender Foundation +CopyrightUrl: https://www.blender.org/about/logo/ +ShortDescription: Free and Open 3D Creation Software +Description: |- + Welcome to Blender! Blender is a free and open-source 3D creation suite. + With Blender, you can create 3D visualizations such as still images, 3D animations and VFX shots. You can also edit videos. It is well suited to individuals and small studios who benefit from its unified pipeline and responsive development process. + Being a cross-platform application, Blender runs on Linux, macOS, as well as Windows systems. It also has relatively small memory and drive requirements compared to other 3D creation suites. Its interface uses OpenGL to provide a consistent experience across all supported hardware and platforms. +Moniker: blender +Tags: +- 3d +- animation +- model +- modeling +- render +- vfx +# ReleaseNotes: +ReleaseNotesUrl: https://www.blender.org/download/releases/4-2/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://docs.blender.org/manual/en/latest/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BlenderFoundation/Blender/4.2.1/BlenderFoundation.Blender.locale.zh-CN.yaml b/manifests/b/BlenderFoundation/Blender/4.2.1/BlenderFoundation.Blender.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b53b8252a67be --- /dev/null +++ b/manifests/b/BlenderFoundation/Blender/4.2.1/BlenderFoundation.Blender.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: BlenderFoundation.Blender +PackageVersion: 4.2.1 +PackageLocale: zh-CN +Publisher: Blender Foundation +PublisherUrl: https://www.blender.org/ +PublisherSupportUrl: https://www.blender.org/support/ +PrivacyUrl: https://www.blender.org/privacy-policy/ +Author: Blender Foundation +PackageName: blender +PackageUrl: https://www.blender.org/ +License: GPL-3.0-or-later +LicenseUrl: https://www.blender.org/about/license/ +Copyright: 2024, Blender Foundation +CopyrightUrl: https://www.blender.org/about/logo/ +ShortDescription: 免费开源的 3D 创作软件 +Description: |- + Blender 是一款免费开源的 3D 创作套件。 + 使用 Blender,您可以创建 3D 可视化效果,例如静态图像,3D 动画,VFX(视觉特效)快照和视频编辑。它非常适合那些受益于其统一解决方案和响应式开发过程的独立和小型工作室。 + Blender 是一款跨平台的应用工具,可以在 Linux、macOS 以及 Windows 系统下运行。与其他 3D 建模工具相比,Blender 对内存和驱动的需求更低。其界面使用 OpenGL,在所有支持的硬件与平台都能提供一致的用户体验。 +# Moniker: +Tags: +- 三维 +- 动画 +- 建模 +- 模型 +- 渲染 +- 特效 +- 视觉特效 +# ReleaseNotes: +ReleaseNotesUrl: https://www.blender.org/download/releases/4-2/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 手册 + DocumentUrl: https://docs.blender.org/manual/zh-hans/latest/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BlenderFoundation/Blender/4.2.1/BlenderFoundation.Blender.yaml b/manifests/b/BlenderFoundation/Blender/4.2.1/BlenderFoundation.Blender.yaml new file mode 100644 index 0000000000000..734073e9c1a50 --- /dev/null +++ b/manifests/b/BlenderFoundation/Blender/4.2.1/BlenderFoundation.Blender.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BlenderFoundation.Blender +PackageVersion: 4.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Blizzard/BattleNet/1.18.10.3141/Blizzard.BattleNet.installer.yaml b/manifests/b/Blizzard/BattleNet/1.18.10.3141/Blizzard.BattleNet.installer.yaml new file mode 100644 index 0000000000000..59b79aff91b6f --- /dev/null +++ b/manifests/b/Blizzard/BattleNet/1.18.10.3141/Blizzard.BattleNet.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Blizzard.BattleNet +PackageVersion: 1.18.10.3141 +InstallerType: exe +Scope: machine +Installers: +- InstallerUrl: https://downloader.battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe + Architecture: x86 + InstallerSha256: 002F33FEE7B8A159058368B7E93E492931C4CA72E90660BDB2691BCD62FEDD3C + InstallerLocale: en-US + InstallerSwitches: + Custom: --lang=enUS + InstallLocation: --installpath="" + InstallLocationRequired: true +InstallationMetadata: + DefaultInstallLocation: '%PROGRAMFILES(X86)%\Battle.net' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Blizzard/BattleNet/1.18.10.3141/Blizzard.BattleNet.locale.en-US.yaml b/manifests/b/Blizzard/BattleNet/1.18.10.3141/Blizzard.BattleNet.locale.en-US.yaml new file mode 100644 index 0000000000000..57cd0ceb7de1d --- /dev/null +++ b/manifests/b/Blizzard/BattleNet/1.18.10.3141/Blizzard.BattleNet.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Blizzard.BattleNet +PackageVersion: 1.18.10.3141 +PackageLocale: en-US +Publisher: Blizzard Entertainment +PublisherUrl: https://www.blizzard.com +PublisherSupportUrl: https://us.battle.net/support +PrivacyUrl: https://www.blizzard.com/legal/8c41e7e6-0b61-42c4-a674-c91d8e8d68d3/blizzard-entertainment-privacy-policy +Author: Blizzard Entertainment +PackageName: Battle.net Setup +PackageUrl: https://download.battle.net/en-us/desktop +License: Proprietary +LicenseUrl: https://www.blizzard.com/legal/fba4d00f-c7e4-4883-b8b9-1b4500a402ea/blizzard-end-user-license-agreement +Copyright: © 2005-2023 Blizzard Entertainment Inc. +CopyrightUrl: https://www.blizzard.com/legal +ShortDescription: Launcher for Blizzard games +Description: Battle.net is an Internet-based online game, social networking service, digital distribution, and digital rights management platform developed by Blizzard Entertainment. +Moniker: battle.net +Tags: +- games +- gaming +- purchase +- gamestore +- store +- platform +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Blizzard/BattleNet/1.18.10.3141/Blizzard.BattleNet.yaml b/manifests/b/Blizzard/BattleNet/1.18.10.3141/Blizzard.BattleNet.yaml new file mode 100644 index 0000000000000..a5d8ce529b723 --- /dev/null +++ b/manifests/b/Blizzard/BattleNet/1.18.10.3141/Blizzard.BattleNet.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Blizzard.BattleNet +PackageVersion: 1.18.10.3141 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BlueJTeam/BlueJ/5.4.0/BlueJTeam.BlueJ.installer.yaml b/manifests/b/BlueJTeam/BlueJ/5.4.0/BlueJTeam.BlueJ.installer.yaml new file mode 100644 index 0000000000000..2b5781ce66391 --- /dev/null +++ b/manifests/b/BlueJTeam/BlueJ/5.4.0/BlueJTeam.BlueJ.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BlueJTeam.BlueJ +PackageVersion: 5.4.0 +InstallerLocale: en-US +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: ALLUSERS=2 +UpgradeBehavior: install +ProductCode: '{30E757E4-97F8-40F7-B9D8-D45F946F5AA4}' +ReleaseDate: 2024-07-30 +AppsAndFeaturesEntries: +- UpgradeCode: '{F4B4357E-6101-4CB1-8E38-3D4F3AFB4BE2}' +Installers: +- Architecture: x64 + InstallerUrl: https://www.bluej.org/download/files/BlueJ-windows-540.msi + InstallerSha256: B54B4D99FBBD2985CA9054B069D8AFCB482F1108D5C401D05B21A3B3982D401D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BlueJTeam/BlueJ/5.4.0/BlueJTeam.BlueJ.locale.en-US.yaml b/manifests/b/BlueJTeam/BlueJ/5.4.0/BlueJTeam.BlueJ.locale.en-US.yaml new file mode 100644 index 0000000000000..ff9e18c5c7cd0 --- /dev/null +++ b/manifests/b/BlueJTeam/BlueJ/5.4.0/BlueJTeam.BlueJ.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BlueJTeam.BlueJ +PackageVersion: 5.4.0 +PackageLocale: en-US +Publisher: BlueJ Team +PublisherUrl: https://www.bluej.org/ +PublisherSupportUrl: https://www.bluej.org/doc/documentation.html#support +Author: M. Kölling and J. Rosenberg +PackageName: BlueJ +PackageUrl: https://www.bluej.org/ +License: GNU General Public License version 2 +Copyright: Copyright (c) M. Kölling and J. Rosenberg +ShortDescription: A free Java Development Environment designed for beginners, used by millions worldwide. +Moniker: bluej +Tags: +- bluej +- ide +- java +- programming +- programming-ide +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BlueJTeam/BlueJ/5.4.0/BlueJTeam.BlueJ.yaml b/manifests/b/BlueJTeam/BlueJ/5.4.0/BlueJTeam.BlueJ.yaml new file mode 100644 index 0000000000000..4ec55c28ca60e --- /dev/null +++ b/manifests/b/BlueJTeam/BlueJ/5.4.0/BlueJTeam.BlueJ.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BlueJTeam.BlueJ +PackageVersion: 5.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BlueJeans/BlueJeans/.validation b/manifests/b/BlueJeans/BlueJeans/.validation deleted file mode 100644 index b1be3b493660d..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/.validation +++ /dev/null @@ -1 +0,0 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"5433e7f8-3f93-430a-b29e-fe1123bd3bf1","TestPlan":"Validation-No-Executables","PackagePath":"manifests/b/BlueJeans/BlueJeans/2.34.49","CommitId":"e86b8bd2630dc1e06202586183b63398e6b97d85"}]} \ No newline at end of file diff --git a/manifests/b/BlueJeans/BlueJeans/2.19.791.0/BlueJeans.BlueJeans.installer.yaml b/manifests/b/BlueJeans/BlueJeans/2.19.791.0/BlueJeans.BlueJeans.installer.yaml deleted file mode 100644 index cd8d50949a5f7..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.19.791.0/BlueJeans.BlueJeans.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.19.791.0 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: user -InstallerSwitches: - Custom: /Q -Installers: -- Architecture: x64 - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.19.791.0/BlueJeans.2.19.791u.msi - InstallerSha256: 934686AE8AEA93AD942BE3DE2B282258D86D15E29EEBC1B95335653ECAFCAFD1 - ProductCode: '{1FE4E4CD-292C-4B92-B44F-C3A3083DDF3C}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.19.791.0/BlueJeans.BlueJeans.locale.en-US.yaml b/manifests/b/BlueJeans/BlueJeans/2.19.791.0/BlueJeans.BlueJeans.locale.en-US.yaml deleted file mode 100644 index 216ad4d6319ba..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.19.791.0/BlueJeans.BlueJeans.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.19.791.0 -PackageLocale: en-US -Publisher: BlueJeans -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -Author: BlueJeans -PackageName: BlueJeans -PackageUrl: https://www.bluejeans.com/ -License: BlueJeans Terms and Conditions -LicenseUrl: https://www.bluejeans.com/terms-and-conditions -# Copyright: -# CopyrightUrl: -ShortDescription: BlueJeans.BlueJeans -# Description: -Moniker: bluejeans -Tags: -- bluejeans -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.19.791.0/BlueJeans.BlueJeans.yaml b/manifests/b/BlueJeans/BlueJeans/2.19.791.0/BlueJeans.BlueJeans.yaml deleted file mode 100644 index e20d0e197ec9d..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.19.791.0/BlueJeans.BlueJeans.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.19.791.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.22.146.0/BlueJeans.BlueJeans.installer.yaml b/manifests/b/BlueJeans/BlueJeans/2.22.146.0/BlueJeans.BlueJeans.installer.yaml deleted file mode 100644 index bbbaa7cb705f9..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.22.146.0/BlueJeans.BlueJeans.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.22.146.0 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: user -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /quiet - Custom: /Q -Installers: -- Architecture: x64 - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.22.146.0/BlueJeans.2.22.146u.msi - InstallerSha256: 5A371CE477981A6897D114AD68EC47330A16CF4CCD1056DB4A47A18CDF330D07 - ProductCode: '{5B420386-6971-4AE2-A29B-8AD645B99652}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.22.146.0/BlueJeans.BlueJeans.locale.en-US.yaml b/manifests/b/BlueJeans/BlueJeans/2.22.146.0/BlueJeans.BlueJeans.locale.en-US.yaml deleted file mode 100644 index c0f30fc0f5a14..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.22.146.0/BlueJeans.BlueJeans.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.22.146.0 -PackageLocale: en-US -Publisher: BlueJeans -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: BlueJeans -PackageUrl: https://www.bluejeans.com/ -License: © 2009-2020 Blue Jeans Network, Inc.. All Rights Reserved. -LicenseUrl: https://www.bluejeans.com/terms-of-service -# Copyright: -# CopyrightUrl: -ShortDescription: Empower Your Remote Workforce with Secure Video Conferencing -# Description: -Moniker: bluejeans -Tags: -- conference -- meeting -- rooms -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.22.146.0/BlueJeans.BlueJeans.yaml b/manifests/b/BlueJeans/BlueJeans/2.22.146.0/BlueJeans.BlueJeans.yaml deleted file mode 100644 index d86ca7baa558f..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.22.146.0/BlueJeans.BlueJeans.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.22.146.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.26.149.0/BlueJeans.BlueJeans.installer.yaml b/manifests/b/BlueJeans/BlueJeans/2.26.149.0/BlueJeans.BlueJeans.installer.yaml deleted file mode 100644 index 3e4144087b680..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.26.149.0/BlueJeans.BlueJeans.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.26.149.0 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: user -Installers: -- Architecture: x64 - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.26.149.0/BlueJeans.2.26.149u.msi - InstallerSha256: 570C26E35E5DF71CE0942963651FB9506B6420BDE3EBDE677649B0BC2AD7691B - ProductCode: '{F59022BC-2478-47E7-9D41-5A1190C432FD}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.26.149.0/BlueJeans.BlueJeans.locale.en-US.yaml b/manifests/b/BlueJeans/BlueJeans/2.26.149.0/BlueJeans.BlueJeans.locale.en-US.yaml deleted file mode 100644 index bf6e2c84265fa..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.26.149.0/BlueJeans.BlueJeans.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.26.149.0 -PackageLocale: en-US -Publisher: BlueJeans -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: BlueJeans -PackageUrl: https://www.bluejeans.com/ -License: © 2009-2020 Blue Jeans Network, Inc.. All Rights Reserved. -LicenseUrl: https://www.bluejeans.com/terms-of-service -# Copyright: -# CopyrightUrl: -ShortDescription: Empower Your Remote Workforce with Secure Video Conferencing -# Description: -Moniker: bluejeans -Tags: -- conference -- meeting -- rooms -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.26.149.0/BlueJeans.BlueJeans.yaml b/manifests/b/BlueJeans/BlueJeans/2.26.149.0/BlueJeans.BlueJeans.yaml deleted file mode 100644 index d6ca7f611fe7c..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.26.149.0/BlueJeans.BlueJeans.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.26.149.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.26.436.0/BlueJeans.BlueJeans.installer.yaml b/manifests/b/BlueJeans/BlueJeans/2.26.436.0/BlueJeans.BlueJeans.installer.yaml deleted file mode 100644 index bafbe3f7ddf4d..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.26.436.0/BlueJeans.BlueJeans.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.26.436.0 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: user -Installers: -- Architecture: x64 - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.26.436.0/BlueJeans.2.26.436u.msi - InstallerSha256: 8907A01FEC63794383FBB6E77E256BE5120324306457094896FEF8D6A03B70C4 - ProductCode: '{AB88E4C1-DBC1-41E3-BD76-9864D9A782A1}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.26.436.0/BlueJeans.BlueJeans.locale.en-US.yaml b/manifests/b/BlueJeans/BlueJeans/2.26.436.0/BlueJeans.BlueJeans.locale.en-US.yaml deleted file mode 100644 index 9a4c964beb44d..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.26.436.0/BlueJeans.BlueJeans.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.26.436.0 -PackageLocale: en-US -Publisher: BlueJeans -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: BlueJeans -PackageUrl: https://www.bluejeans.com/ -License: © 2009-2020 Blue Jeans Network, Inc. All Rights Reserved. -LicenseUrl: https://www.bluejeans.com/terms-of-service -# Copyright: -# CopyrightUrl: -ShortDescription: Empower Your Remote Workforce with Secure Video Conferencing -# Description: -Moniker: bluejeans -Tags: -- conference -- meeting -- rooms -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.26.436.0/BlueJeans.BlueJeans.yaml b/manifests/b/BlueJeans/BlueJeans/2.26.436.0/BlueJeans.BlueJeans.yaml deleted file mode 100644 index cbaf4627111a0..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.26.436.0/BlueJeans.BlueJeans.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.26.436.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.27.198.0/BlueJeans.BlueJeans.installer.yaml b/manifests/b/BlueJeans/BlueJeans/2.27.198.0/BlueJeans.BlueJeans.installer.yaml deleted file mode 100644 index efd2f10fded2e..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.27.198.0/BlueJeans.BlueJeans.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.27.198.0 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: user -Installers: -- Architecture: x64 - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.27.198.0/BlueJeans.2.27.198u.msi - InstallerSha256: 691C30AE73DF22A17E4BD3FC568CCF795A7FEDCC7409640C528541AF6887B530 - ProductCode: '{73CB8E14-D780-4346-A0ED-B67A36D97FE0}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.27.198.0/BlueJeans.BlueJeans.locale.en-US.yaml b/manifests/b/BlueJeans/BlueJeans/2.27.198.0/BlueJeans.BlueJeans.locale.en-US.yaml deleted file mode 100644 index b4410cf7b6846..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.27.198.0/BlueJeans.BlueJeans.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.27.198.0 -PackageLocale: en-US -Publisher: BlueJeans -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: BlueJeans -PackageUrl: https://www.bluejeans.com/ -License: © 2009-2020 Blue Jeans Network, Inc. All Rights Reserved. -LicenseUrl: https://www.bluejeans.com/terms-of-service -# Copyright: -# CopyrightUrl: -ShortDescription: Empower Your Remote Workforce with Secure Video Conferencing -# Description: -Moniker: bluejeans -Tags: -- conference -- meeting -- rooms -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.27.198.0/BlueJeans.BlueJeans.yaml b/manifests/b/BlueJeans/BlueJeans/2.27.198.0/BlueJeans.BlueJeans.yaml deleted file mode 100644 index cf0abb6888879..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.27.198.0/BlueJeans.BlueJeans.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.27.198.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.28.61.0/BlueJeans.BlueJeans.installer.yaml b/manifests/b/BlueJeans/BlueJeans/2.28.61.0/BlueJeans.BlueJeans.installer.yaml deleted file mode 100644 index c1c32bec02d2a..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.28.61.0/BlueJeans.BlueJeans.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.28.61.0 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: user -Installers: -- Architecture: x64 - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.28.61.0/BlueJeans.2.28.61m.msi - InstallerSha256: FBF290F1800BC1BB416ADE532E0A7C783538425B92355C099022945209A08D12 - ProductCode: '{BA8571A6-58EA-4853-8710-82AB00F1A830}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.28.61.0/BlueJeans.BlueJeans.locale.en-US.yaml b/manifests/b/BlueJeans/BlueJeans/2.28.61.0/BlueJeans.BlueJeans.locale.en-US.yaml deleted file mode 100644 index d4da90fca6d12..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.28.61.0/BlueJeans.BlueJeans.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.28.61.0 -PackageLocale: en-US -Publisher: BlueJeans -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: BlueJeans -PackageUrl: https://www.bluejeans.com/ -License: © 2009-2020 Blue Jeans Network, Inc. All Rights Reserved. -LicenseUrl: https://www.bluejeans.com/terms-of-service -# Copyright: -# CopyrightUrl: -ShortDescription: Empower Your Remote Workforce with Secure Video Conferencing -# Description: -Moniker: bluejeans -Tags: -- conference -- meeting -- rooms -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.28.61.0/BlueJeans.BlueJeans.yaml b/manifests/b/BlueJeans/BlueJeans/2.28.61.0/BlueJeans.BlueJeans.yaml deleted file mode 100644 index 4b94a6eaf49bb..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.28.61.0/BlueJeans.BlueJeans.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.28.61.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.30.280/BlueJeans.BlueJeans.installer.yaml b/manifests/b/BlueJeans/BlueJeans/2.30.280/BlueJeans.BlueJeans.installer.yaml deleted file mode 100644 index 3ad14cc12a4d1..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.30.280/BlueJeans.BlueJeans.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.30.280 -InstallerType: msi -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.30.280.0/BlueJeans.2.30.280m.msi - InstallerSha256: 34A776E2675433FCFCD39E5B856577030701665E7FDAAFBA4A65AFA8540B89A2 - ProductCode: '{6C834152-8E0C-400A-B9FC-70C86B754DBC}' -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: user - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.30.280.0/BlueJeans.2.30.280u.msi - InstallerSha256: 26946BED39090859DEA9858172F8D6858084A26E10A898511331D5A7C864517F - ProductCode: '{C6ADE026-5C99-44D9-B0A2-728E5F160B32}' -ManifestType: installer -ManifestVersion: 1.0.0 - diff --git a/manifests/b/BlueJeans/BlueJeans/2.30.280/BlueJeans.BlueJeans.locale.en-US.yaml b/manifests/b/BlueJeans/BlueJeans/2.30.280/BlueJeans.BlueJeans.locale.en-US.yaml deleted file mode 100644 index 7c6f76e5d0f89..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.30.280/BlueJeans.BlueJeans.locale.en-US.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.30.280 -PackageLocale: en-US -Publisher: BlueJeans -PackageName: BlueJeans -PackageUrl: https://www.bluejeans.com/ -License: © 2009-2020 Blue Jeans Network, Inc. All Rights Reserved. -LicenseUrl: https://www.bluejeans.com/terms-of-service -ShortDescription: Empower Your Remote Workforce with Secure Video Conferencing -Moniker: bluejeans -Tags: -- meeting -- conference -- rooms -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.30.280/BlueJeans.BlueJeans.yaml b/manifests/b/BlueJeans/BlueJeans/2.30.280/BlueJeans.BlueJeans.yaml deleted file mode 100644 index cf4c229479ffa..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.30.280/BlueJeans.BlueJeans.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.30.280 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - diff --git a/manifests/b/BlueJeans/BlueJeans/2.31.114/BlueJeans.BlueJeans.installer.yaml b/manifests/b/BlueJeans/BlueJeans/2.31.114/BlueJeans.BlueJeans.installer.yaml deleted file mode 100644 index 6e0c96d353bb3..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.31.114/BlueJeans.BlueJeans.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created using wingetcreate 0.3.0.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.31.114 -InstallerType: msi -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.31.114.0/BlueJeans.2.31.114m.msi - InstallerSha256: 6D5EB92B2F9DE92FE089284AC800614A21A02E1D7B1AC1ECBE602E2B6D1F4D0C - ProductCode: '{9E80BAFA-6586-4FDC-9279-6B33B3ECA49F}' -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: user - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.31.114.0/BlueJeans.2.31.114u.msi - InstallerSha256: 2620BA0E0D103304129AED5C32941415712E969EF372890E99320BE553085DE9 - ProductCode: '{5F5B50ED-5A72-43C5-9981-AC1438F33232}' -ManifestType: installer -ManifestVersion: 1.0.0 - diff --git a/manifests/b/BlueJeans/BlueJeans/2.31.114/BlueJeans.BlueJeans.locale.en-US.yaml b/manifests/b/BlueJeans/BlueJeans/2.31.114/BlueJeans.BlueJeans.locale.en-US.yaml deleted file mode 100644 index 43941887617ce..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.31.114/BlueJeans.BlueJeans.locale.en-US.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created using wingetcreate 0.3.0.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.31.114 -PackageLocale: en-US -Publisher: BlueJeans Network, Inc. -PackageName: BlueJeans -PackageUrl: https://www.bluejeans.com/ -License: © 2009-2020 Blue Jeans Network, Inc. All Rights Reserved. -LicenseUrl: https://www.bluejeans.com/terms-of-service -ShortDescription: Empower Your Remote Workforce with Secure Video Conferencing -Moniker: bluejeans -Tags: -- meeting -- conference -- rooms -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - diff --git a/manifests/b/BlueJeans/BlueJeans/2.31.114/BlueJeans.BlueJeans.yaml b/manifests/b/BlueJeans/BlueJeans/2.31.114/BlueJeans.BlueJeans.yaml deleted file mode 100644 index 3205bf8923d35..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.31.114/BlueJeans.BlueJeans.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 0.3.0.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.31.114 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - diff --git a/manifests/b/BlueJeans/BlueJeans/2.32.198/BlueJeans.BlueJeans.installer.yaml b/manifests/b/BlueJeans/BlueJeans/2.32.198/BlueJeans.BlueJeans.installer.yaml deleted file mode 100644 index e307c4322da76..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.32.198/BlueJeans.BlueJeans.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.32.198 -InstallerLocale: en-US -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: msi -InstallerSwitches: - Custom: INSTALLAUDIODRIVER=1 -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.32.198.0/BlueJeans.2.32.198m.msi - InstallerSha256: 397C7E35FCB9EFDB10D489B61A1B6E80C9D583B96DA6B16A49A1567A82282B49 - ProductCode: '{05305C83-121E-4B3C-8EB6-A1635F111E7A}' -- Architecture: x64 - Scope: user - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.32.198.0/BlueJeans.2.32.198u.msi - InstallerSha256: 71FD1C6D40799192C516FD6F0D425815AC26E04D5606F692C01EBDB2425E634E - ProductCode: '{0EE2A5A7-B2E0-4472-9A82-73453438FED1}' -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.32.198/BlueJeans.BlueJeans.locale.en-US.yaml b/manifests/b/BlueJeans/BlueJeans/2.32.198/BlueJeans.BlueJeans.locale.en-US.yaml deleted file mode 100644 index 1605ab08d1ba2..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.32.198/BlueJeans.BlueJeans.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.32.198 -PackageLocale: en-US -Publisher: BlueJeans Network, Inc. -PublisherUrl: https://www.bluejeans.com -PublisherSupportUrl: https://support.bluejeans.com -PrivacyUrl: https://www.bluejeans.com/legal/privacy-policy-june-10-2021 -Author: BlueJeans Network, Inc. -PackageName: BlueJeans -PackageUrl: https://www.bluejeans.com -License: © 2009-2020 Blue Jeans Network, Inc. All Rights Reserved. -LicenseUrl: https://www.bluejeans.com/terms-of-service -Copyright: © 2009-2020 Blue Jeans Network, Inc. All Rights Reserved. -CopyrightUrl: https://www.bluejeans.com/terms-of-service -ShortDescription: Empower Your Remote Workforce with Secure Video Conferencing -# Description: -Moniker: bluejeans -Tags: -- meeting -- conference -- rooms -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.32.198/BlueJeans.BlueJeans.yaml b/manifests/b/BlueJeans/BlueJeans/2.32.198/BlueJeans.BlueJeans.yaml deleted file mode 100644 index a992818a09681..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.32.198/BlueJeans.BlueJeans.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.32.198 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.33.383/BlueJeans.BlueJeans.installer.yaml b/manifests/b/BlueJeans/BlueJeans/2.33.383/BlueJeans.BlueJeans.installer.yaml deleted file mode 100644 index 9fba418ae356f..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.33.383/BlueJeans.BlueJeans.installer.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.33.383 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.33.383.0/BlueJeans.2.33.383m.msi - InstallerSha256: 6B5EC46AD4E2F0453FF229DD07567D7E249F965BBB62D8E9A3482422B1547A8F - ProductCode: '{1C6C87A3-8BB0-4FDE-B8EF-867D6AA7FE2A}' - InstallerSwitches: - Custom: INSTALLAUDIODRIVER=1 -- Architecture: x64 - InstallerType: wix - Scope: user - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.33.383.0/BlueJeans.2.33.383u.msi - InstallerSha256: CD0AA84C1C8476E38C92AAD58EA1328CE65EA22A0A5BAD4C16CEB1ADEA9751BD - ProductCode: '{70914FF5-6027-45B9-94E0-F0EDEF2DF617}' - InstallerSwitches: - Custom: INSTALLAUDIODRIVER=1 -- Architecture: x64 - InstallerType: burn - Scope: user - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.33.383.0/BlueJeansInstaller.exe - InstallerSha256: C60F9B7D11811281E2BE4C045331840017D9C2917212BBFE943DF1477A06FED7 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.33.383/BlueJeans.BlueJeans.locale.en-US.yaml b/manifests/b/BlueJeans/BlueJeans/2.33.383/BlueJeans.BlueJeans.locale.en-US.yaml deleted file mode 100644 index ff51d82824670..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.33.383/BlueJeans.BlueJeans.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.33.383 -PackageLocale: en-US -Publisher: BlueJeans Network, Inc. -PublisherUrl: https://www.bluejeans.com -PublisherSupportUrl: https://support.bluejeans.com -PrivacyUrl: https://www.bluejeans.com/legal/privacy-policy-june-10-2021 -Author: BlueJeans Network, Inc. -PackageName: BlueJeans -PackageUrl: https://www.bluejeans.com/downloads -License: © 2009-2020 Blue Jeans Network, Inc. All Rights Reserved. -LicenseUrl: https://www.bluejeans.com/terms-of-service -Copyright: © 2009-2020 Blue Jeans Network, Inc. All Rights Reserved. -CopyrightUrl: https://www.bluejeans.com/terms-of-service -ShortDescription: Empower Your Remote Workforce with Secure Video Conferencing -# Description: -Moniker: bluejeans -Tags: -- conference -- meeting -- rooms -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.33.383/BlueJeans.BlueJeans.yaml b/manifests/b/BlueJeans/BlueJeans/2.33.383/BlueJeans.BlueJeans.yaml deleted file mode 100644 index 855ada437abc7..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.33.383/BlueJeans.BlueJeans.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.33.383 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.34.49/BlueJeans.BlueJeans.installer.yaml b/manifests/b/BlueJeans/BlueJeans/2.34.49/BlueJeans.BlueJeans.installer.yaml deleted file mode 100644 index 9b8e589e8fcaf..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.34.49/BlueJeans.BlueJeans.installer.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.34.49 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.34.49.0/BlueJeans.2.34.49m.msi - InstallerSha256: 7D567398FA0B09FDFF5A3BD72E97B4171B4F25833A5781CFC8FBA717DF1B1206 - InstallerSwitches: - Silent: /q /norestart - Custom: INSTALLAUDIODRIVER=1 - ProductCode: '{FEFD9765-DD54-46EA-8E6F-E67FD0092115}' -- InstallerLocale: en-US - Architecture: x64 - InstallerType: wix - Scope: user - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.34.49.0/BlueJeans.2.34.49u.msi - InstallerSha256: 3683A648683CBE45706135F464AA8DD3C90DB2D949EAB23F130626276107873F - ProductCode: '{27D2FCF8-7AE6-47E7-BDB5-F8F1C49F42B8}' -- Architecture: x86 - InstallerType: burn - Scope: user - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.34.49.0/BlueJeansInstaller.exe - InstallerSha256: 81C0A0D7F017B231BFBB9B2AB4E7F53363E4AC399FDE2E28108B40E7528E09E6 -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/b/BlueJeans/BlueJeans/2.34.49/BlueJeans.BlueJeans.locale.en-US.yaml b/manifests/b/BlueJeans/BlueJeans/2.34.49/BlueJeans.BlueJeans.locale.en-US.yaml deleted file mode 100644 index c53fe34e3d4b4..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.34.49/BlueJeans.BlueJeans.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.34.49 -PackageLocale: en-US -Publisher: BlueJeans Network, Inc. -PublisherUrl: https://www.bluejeans.com -PublisherSupportUrl: https://support.bluejeans.com -PrivacyUrl: https://www.bluejeans.com/legal/privacy-policy-june-10-2021 -Author: BlueJeans Network, Inc. -PackageName: BlueJeans -PackageUrl: https://www.bluejeans.com/downloads -License: © 2009-2020 Blue Jeans Network, Inc. All Rights Reserved. -LicenseUrl: https://www.bluejeans.com/terms-of-service -Copyright: © 2009-2020 Blue Jeans Network, Inc. All Rights Reserved. -CopyrightUrl: https://www.bluejeans.com/terms-of-service -ShortDescription: Empower Your Remote Workforce with Secure Video Conferencing -Moniker: bluejeans -Tags: -- conference -- meeting -- rooms -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/b/BlueJeans/BlueJeans/2.34.49/BlueJeans.BlueJeans.yaml b/manifests/b/BlueJeans/BlueJeans/2.34.49/BlueJeans.BlueJeans.yaml deleted file mode 100644 index f5ca8058ce738..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.34.49/BlueJeans.BlueJeans.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.34.49 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/b/BlueJeans/BlueJeans/2.37.801/BlueJeans.BlueJeans.installer.yaml b/manifests/b/BlueJeans/BlueJeans/2.37.801/BlueJeans.BlueJeans.installer.yaml deleted file mode 100644 index e7cfe9061922a..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.37.801/BlueJeans.BlueJeans.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.37.801 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.37.801.0/BlueJeans.2.37.801m.msi - InstallerSha256: FD22938A37BFC02B7C8DAA3B4202DAD13736BAF228CEE0715F8120CD2924D9CF - InstallerSwitches: - Silent: /q /norestart - Custom: INSTALLAUDIODRIVER=1 - ProductCode: '{0D054473-C8A6-4923-BE1B-ADA348F98069}' -- InstallerLocale: en-US - Architecture: x64 - InstallerType: wix - Scope: user - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.37.801.0/BlueJeans.2.37.801u.msi - InstallerSha256: FFA3FAB428FADD179FA9D82B663FBD8BB10E0FA1194D0954FB93E7E059BD596D - ProductCode: '{C84145CA-B680-4777-B7C5-34E19124D1D5}' -- Architecture: x86 - InstallerType: burn - Scope: user - InstallerUrl: https://swdl.bluejeans.com/desktop-app/win/2.37.801.0/BlueJeansInstaller.exe - InstallerSha256: 6AA62D0DE239CE56C559C9EF06AFFD31CD856AAA15BA61F4CD2C3BF466E3FE9E -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.37.801/BlueJeans.BlueJeans.locale.en-US.yaml b/manifests/b/BlueJeans/BlueJeans/2.37.801/BlueJeans.BlueJeans.locale.en-US.yaml deleted file mode 100644 index 74d3bf512383b..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.37.801/BlueJeans.BlueJeans.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.37.801 -PackageLocale: en-US -Publisher: BlueJeans Network, Inc. -PublisherUrl: https://www.bluejeans.com -PublisherSupportUrl: https://support.bluejeans.com -PrivacyUrl: https://www.bluejeans.com/legal/privacy-policy-june-10-2021 -Author: BlueJeans Network, Inc. -PackageName: BlueJeans -PackageUrl: https://www.bluejeans.com/downloads -License: Proprietary -LicenseUrl: https://www.bluejeans.com/terms-of-service -Copyright: (c) 2022 BlueJeans by Verizon. All Rights Reserved. -CopyrightUrl: https://www.bluejeans.com/terms-of-service -ShortDescription: Empower Your Remote Workforce with Secure Video Conferencing -# Description: -Moniker: bluejeans -Tags: -- conference -- meeting -- rooms -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://www.bluejeans.com/release-notes -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/b/BlueJeans/BlueJeans/2.37.801/BlueJeans.BlueJeans.yaml b/manifests/b/BlueJeans/BlueJeans/2.37.801/BlueJeans.BlueJeans.yaml deleted file mode 100644 index 809988acb7e3c..0000000000000 --- a/manifests/b/BlueJeans/BlueJeans/2.37.801/BlueJeans.BlueJeans.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: BlueJeans.BlueJeans -PackageVersion: 2.37.801 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/b/BlueMystical/EDHM/2.2.42/BlueMystical.EDHM.installer.yaml b/manifests/b/BlueMystical/EDHM/2.2.42/BlueMystical.EDHM.installer.yaml new file mode 100644 index 0000000000000..855222f2f040e --- /dev/null +++ b/manifests/b/BlueMystical/EDHM/2.2.42/BlueMystical.EDHM.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BlueMystical.EDHM +PackageVersion: 2.2.42 +InstallerType: msi +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/BlueMystical/EDHM_UI/releases/download/v2.2.42/EDHM_UI_Setup.msi + InstallerSha256: F16297DD595B7757F60365A2653E3301BF84AEA3F3C625BCD3D3EFB55E90833B + ProductCode: '{5791DEDF-EF2C-4BC3-BA1E-7FA4FA84BF08}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BlueMystical/EDHM/2.2.42/BlueMystical.EDHM.locale.en-US.yaml b/manifests/b/BlueMystical/EDHM/2.2.42/BlueMystical.EDHM.locale.en-US.yaml new file mode 100644 index 0000000000000..86b31d402fe31 --- /dev/null +++ b/manifests/b/BlueMystical/EDHM/2.2.42/BlueMystical.EDHM.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BlueMystical.EDHM +PackageVersion: 2.2.42 +PackageLocale: en-US +Publisher: BlueMystical +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: User Interface for Elite Dangerous HUD Mod +# PackageUrl: +License: GPL-3.0 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: The purpose of EDHM is to allow players of the game to customize their HUD Colors in many ways. This is estrictly a graphical mod, we dont change any in-game mechanics or things that FDev charges for. +# Description: +Moniker: edhm_ui +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +InstallationNotes: The first time EDHM_UI runs, it will prompt you for the Elite Dangerous game folder. This determines where the EDHM core mod will be installed. The location varies depending on which version of ED you have installed. Simply click the Green Button and do as the Assistant says. +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BlueMystical/EDHM/2.2.42/BlueMystical.EDHM.yaml b/manifests/b/BlueMystical/EDHM/2.2.42/BlueMystical.EDHM.yaml new file mode 100644 index 0000000000000..2e0bc86fb4ed5 --- /dev/null +++ b/manifests/b/BlueMystical/EDHM/2.2.42/BlueMystical.EDHM.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BlueMystical.EDHM +PackageVersion: 2.2.42 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BluePointLilac/ContextMenuManager/3.3.3.1/BluePointLilac.ContextMenuManager.installer.yaml b/manifests/b/BluePointLilac/ContextMenuManager/3.3.3.1/BluePointLilac.ContextMenuManager.installer.yaml new file mode 100644 index 0000000000000..14d9b68ff89f8 --- /dev/null +++ b/manifests/b/BluePointLilac/ContextMenuManager/3.3.3.1/BluePointLilac.ContextMenuManager.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BluePointLilac.ContextMenuManager +PackageVersion: 3.3.3.1 +InstallerType: portable +Commands: +- ContextMenuManager +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/BluePointLilac/ContextMenuManager/releases/download/3.3.3.1/ContextMenuManager.NET.4.0.exe + InstallerSha256: 1352C2222D2D28DD1A8824334F16C0676DFE88CD7211DE873EC9B125F6782EC7 +- InstallerLocale: zh-CN + Architecture: x86 + InstallerUrl: https://gitee.com/BluePointLilac/ContextMenuManager/releases/download/3.3.3.1/ContextMenuManager.NET.4.0.exe + InstallerSha256: 1352C2222D2D28DD1A8824334F16C0676DFE88CD7211DE873EC9B125F6782EC7 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2021-08-28 diff --git a/manifests/b/BluePointLilac/ContextMenuManager/3.3.3.1/BluePointLilac.ContextMenuManager.locale.en-US.yaml b/manifests/b/BluePointLilac/ContextMenuManager/3.3.3.1/BluePointLilac.ContextMenuManager.locale.en-US.yaml new file mode 100644 index 0000000000000..7c169348719e3 --- /dev/null +++ b/manifests/b/BluePointLilac/ContextMenuManager/3.3.3.1/BluePointLilac.ContextMenuManager.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BluePointLilac.ContextMenuManager +PackageVersion: 3.3.3.1 +PackageLocale: en-US +Publisher: BluePointLilac +PublisherUrl: https://github.com/BluePointLilac +PublisherSupportUrl: https://github.com/BluePointLilac/ContextMenuManager/issues +Author: BluePointLilac +PackageName: ContextMenuManager +PackageUrl: https://github.com/BluePointLilac/ContextMenuManager/blob/master/README-en.md +License: GPL-3.0 +LicenseUrl: https://github.com/BluePointLilac/ContextMenuManager/blob/master/LICENSE +Copyright: Copyright @ 2020-2021 BluePointLilac +ShortDescription: A program to manage the Windows right-click context menu +ReleaseNotes: |- + - Urgently fix the bug that the native menu of WinX system cannot be disabled when it is disabled + - Optimize some logic + - Added Russian translation +ReleaseNotesUrl: https://github.com/BluePointLilac/ContextMenuManager/releases/tag/3.3.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BluePointLilac/ContextMenuManager/3.3.3.1/BluePointLilac.ContextMenuManager.locale.zh-CN.yaml b/manifests/b/BluePointLilac/ContextMenuManager/3.3.3.1/BluePointLilac.ContextMenuManager.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7bc20b388caea --- /dev/null +++ b/manifests/b/BluePointLilac/ContextMenuManager/3.3.3.1/BluePointLilac.ContextMenuManager.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: BluePointLilac.ContextMenuManager +PackageVersion: 3.3.3.1 +PackageLocale: zh-CN +Publisher: 蓝点lilac +PublisherUrl: https://gitee.com/BluePointLilac +PublisherSupportUrl: https://github.com/BluePointLilac/ContextMenuManager/issues +Author: 蓝点lilac +PackageName: ContextMenuManager +PackageUrl: https://gitee.com/BluePointLilac/ContextMenuManager +License: GPL-3.0 +LicenseUrl: https://gitee.com/BluePointLilac/ContextMenuManager/blob/master/LICENSE +Copyright: Copyright @ 2020-2021 蓝点lilac +ShortDescription: Windows右键菜单管理程序 +ReleaseNotes: |- + - 紧急修复WinX系统原生菜单禁用无法启用的Bug + - 优化部分逻辑 + - 新增俄语翻译 +ReleaseNotesUrl: https://gitee.com/BluePointLilac/ContextMenuManager/releases/tag/3.3.3.1 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BluePointLilac/ContextMenuManager/3.3.3.1/BluePointLilac.ContextMenuManager.yaml b/manifests/b/BluePointLilac/ContextMenuManager/3.3.3.1/BluePointLilac.ContextMenuManager.yaml new file mode 100644 index 0000000000000..c601e0554a3bf --- /dev/null +++ b/manifests/b/BluePointLilac/ContextMenuManager/3.3.3.1/BluePointLilac.ContextMenuManager.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BluePointLilac.ContextMenuManager +PackageVersion: 3.3.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Boeing/config-file-validator/1.7.1/Boeing.config-file-validator.installer.yaml b/manifests/b/Boeing/config-file-validator/1.7.1/Boeing.config-file-validator.installer.yaml new file mode 100644 index 0000000000000..8d4dd949013f2 --- /dev/null +++ b/manifests/b/Boeing/config-file-validator/1.7.1/Boeing.config-file-validator.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Boeing.config-file-validator +PackageVersion: 1.7.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: validator.exe +UpgradeBehavior: install +ReleaseDate: 2024-08-15 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Boeing/config-file-validator/releases/download/v1.7.1/validator-v1.7.1-windows-386.zip + InstallerSha256: E9128EE07738E8F70F27519ACAB3944353B877DED1CEBBC3ABA4229DAF28A72E +- Architecture: x64 + InstallerUrl: https://github.com/Boeing/config-file-validator/releases/download/v1.7.1/validator-v1.7.1-windows-amd64.zip + InstallerSha256: D77FC8AB5447FDFBF07FF8441ED9676686B129ADFD388503770077ACD6B8964B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Boeing/config-file-validator/1.7.1/Boeing.config-file-validator.locale.en-US.yaml b/manifests/b/Boeing/config-file-validator/1.7.1/Boeing.config-file-validator.locale.en-US.yaml new file mode 100644 index 0000000000000..0e596b804d88f --- /dev/null +++ b/manifests/b/Boeing/config-file-validator/1.7.1/Boeing.config-file-validator.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Boeing.config-file-validator +PackageVersion: 1.7.1 +PackageLocale: en-US +Publisher: Boeing +PublisherUrl: https://www.boeing.com/ +PackageName: Config File Validator +PackageUrl: https://boeing.github.io/config-file-validator/ +License: Apache-2.0 +LicenseUrl: https://github.com/Boeing/config-file-validator/blob/main/LICENSE +ShortDescription: A cross-platform CLI tool to validate different configuration file types +Moniker: config-file-validator +Tags: +- config +- schema +- syntax +- configuration-files +- developer-tools +- devops +- files +- go +- golang +- ini +- json +- toml +- validator +- xml +- yaml +ReleaseNotesUrl: https://github.com/Boeing/config-file-validator/releases/tag/v1.7.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Boeing/config-file-validator/1.7.1/Boeing.config-file-validator.yaml b/manifests/b/Boeing/config-file-validator/1.7.1/Boeing.config-file-validator.yaml new file mode 100644 index 0000000000000..265d1d9c1394c --- /dev/null +++ b/manifests/b/Boeing/config-file-validator/1.7.1/Boeing.config-file-validator.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Boeing.config-file-validator +PackageVersion: 1.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Borvid/HttpMasterExpress/5.9.0/Borvid.HttpMasterExpress.installer.yaml b/manifests/b/Borvid/HttpMasterExpress/5.9.0/Borvid.HttpMasterExpress.installer.yaml new file mode 100644 index 0000000000000..38f6177319374 --- /dev/null +++ b/manifests/b/Borvid/HttpMasterExpress/5.9.0/Borvid.HttpMasterExpress.installer.yaml @@ -0,0 +1,12 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +PackageIdentifier: Borvid.HttpMasterExpress +PackageVersion: 5.9.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Installers: +- Architecture: neutral + InstallerUrl: https://www.httpmaster.net/downloads/httpmaster_exp_5.9.0.msi + InstallerSha256: c1b9a8098a1a42e707b576befd4ef0a92dc8690784cd41b4c2588dc901c44a78 + ProductCode: '{8B81A9D4-E67D-46AD-BC0D-B3EA57FE87FD}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Borvid/HttpMasterExpress/5.9.0/Borvid.HttpMasterExpress.locale.en-US.yaml b/manifests/b/Borvid/HttpMasterExpress/5.9.0/Borvid.HttpMasterExpress.locale.en-US.yaml new file mode 100644 index 0000000000000..f68d924100972 --- /dev/null +++ b/manifests/b/Borvid/HttpMasterExpress/5.9.0/Borvid.HttpMasterExpress.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +PackageIdentifier: Borvid.HttpMasterExpress +PackageVersion: 5.9.0 +PackageLocale: en-US +Publisher: Borvid +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: Borvid +PackageName: HttpMaster Express Edition +PackageUrl: https://www.httpmaster.net +License: Proprietary +LicenseUrl: https://www.httpmaster.net/license/express_license +# Copyright: +# CopyrightUrl: +ShortDescription: HttpMaster Express is a professional testing tool for HTTP applications, with special focus on RESTful web services and web API applications. +# Description: +Moniker: httpmaster-express +Tags: +- api +- http +- rest +- testing +- web-services +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Borvid/HttpMasterExpress/5.9.0/Borvid.HttpMasterExpress.yaml b/manifests/b/Borvid/HttpMasterExpress/5.9.0/Borvid.HttpMasterExpress.yaml new file mode 100644 index 0000000000000..52cb7f1cbd733 --- /dev/null +++ b/manifests/b/Borvid/HttpMasterExpress/5.9.0/Borvid.HttpMasterExpress.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +PackageIdentifier: Borvid.HttpMasterExpress +PackageVersion: 5.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Borvid/HttpMasterProfessional/5.9.0/Borvid.HttpMasterProfessional.installer.yaml b/manifests/b/Borvid/HttpMasterProfessional/5.9.0/Borvid.HttpMasterProfessional.installer.yaml new file mode 100644 index 0000000000000..18a5cda0a57b5 --- /dev/null +++ b/manifests/b/Borvid/HttpMasterProfessional/5.9.0/Borvid.HttpMasterProfessional.installer.yaml @@ -0,0 +1,12 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +PackageIdentifier: Borvid.HttpMasterProfessional +PackageVersion: 5.9.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Installers: +- Architecture: neutral + InstallerUrl: https://www.httpmaster.net/downloads/httpmaster_pro_5.9.0.msi + InstallerSha256: 48cf3c1804e2f553daf1dafe5aa202100004cd9a29284b6eb8916e5b878a2cac + ProductCode: '{8B81A9D4-E67D-46AD-BC0D-B3EA57FE87FD}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Borvid/HttpMasterProfessional/5.9.0/Borvid.HttpMasterProfessional.locale.en-US.yaml b/manifests/b/Borvid/HttpMasterProfessional/5.9.0/Borvid.HttpMasterProfessional.locale.en-US.yaml new file mode 100644 index 0000000000000..e8748817dd4e6 --- /dev/null +++ b/manifests/b/Borvid/HttpMasterProfessional/5.9.0/Borvid.HttpMasterProfessional.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +PackageIdentifier: Borvid.HttpMasterProfessional +PackageVersion: 5.9.0 +PackageLocale: en-US +Publisher: Borvid +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: Borvid +PackageName: HttpMaster Professional Edition +PackageUrl: https://www.httpmaster.net +License: Proprietary +LicenseUrl: https://www.httpmaster.net/license/professional_license +# Copyright: +# CopyrightUrl: +ShortDescription: HttpMaster Professional is a professional testing tool for HTTP applications, with special focus on RESTful web services and web API applications. +# Description: +Moniker: httpmaster-professional +Tags: +- api +- http +- rest +- testing +- web-services +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Borvid/HttpMasterProfessional/5.9.0/Borvid.HttpMasterProfessional.yaml b/manifests/b/Borvid/HttpMasterProfessional/5.9.0/Borvid.HttpMasterProfessional.yaml new file mode 100644 index 0000000000000..ebaf97dd9c097 --- /dev/null +++ b/manifests/b/Borvid/HttpMasterProfessional/5.9.0/Borvid.HttpMasterProfessional.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +PackageIdentifier: Borvid.HttpMasterProfessional +PackageVersion: 5.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.4.5/Bosyun.BoardMix.CN.installer.yaml b/manifests/b/Bosyun/BoardMix/CN/1.4.5/Bosyun.BoardMix.CN.installer.yaml deleted file mode 100644 index 89f114628c3fc..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.4.5/Bosyun.BoardMix.CN.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.4.5 -InstallerType: nullsoft # electron-builder -Scope: machine -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ProductCode: b9464f48-5337-57a6-aa1d-adc298f5233d -ReleaseDate: 2023-09-15 -Installers: -- Architecture: x64 - InstallerUrl: https://boardmix-cms.oss-cn-hangzhou.aliyuncs.com/packages/download/desktop/bosyun/1.4.5/boardmix_win_1.4.5_x64.exe - InstallerSha256: A65189CB4E2C1B461084D9EDF09B0ABE75420B81365E32609A675771ABA426B7 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.4.5/Bosyun.BoardMix.CN.locale.en-US.yaml b/manifests/b/Bosyun/BoardMix/CN/1.4.5/Bosyun.BoardMix.CN.locale.en-US.yaml deleted file mode 100644 index a7e7362f59471..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.4.5/Bosyun.BoardMix.CN.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.4.5 -PackageLocale: en-US -Publisher: boardmix -PublisherUrl: https://boardmix.cn -PublisherSupportUrl: https://boardmix.cn/help -PrivacyUrl: https://boardmix.cn/private-policy -Author: Shenzhen Pixso Technology Co., Ltd. -PackageName: boardmix -PackageUrl: https://boardmix.cn/download -License: Freeware -LicenseUrl: https://boardmix.cn/term-services -Copyright: © 2023 Shenzhen Pixso Technology Co., Ltd. All rights reserved -ShortDescription: Online collaborative whiteboard -Description: BoardMix is an online collaborative whiteboard that combines a variety of creative expression capabilities such as free layout, paintbrush, sticky note, multimedia presentation, mind map and document to inspire team's unlimited creativity. -Tags: -- canvas -- collaborate -- collaboration -- team -- whiteboard -ReleaseNotesUrl: https://boardmix.cn/releases -PurchaseUrl: https://boardmix.cn/price/ -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.4.5/Bosyun.BoardMix.CN.locale.zh-CN.yaml b/manifests/b/Bosyun/BoardMix/CN/1.4.5/Bosyun.BoardMix.CN.locale.zh-CN.yaml deleted file mode 100644 index 3a3f9dea647ce..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.4.5/Bosyun.BoardMix.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.4.5 -PackageLocale: zh-CN -Publisher: boardmix -PublisherUrl: https://boardmix.cn -PublisherSupportUrl: https://boardmix.cn/help -PrivacyUrl: https://boardmix.cn/private-policy -Author: 深圳市博思云创科技有限公司 -PackageName: boardmix -PackageUrl: https://boardmix.cn/download -License: 免费软件 -LicenseUrl: https://boardmix.cn/term-services -Copyright: © 2023 深圳市博思云创科技有限公司 版权所有 -ShortDescription: 在线协作白板 -Description: BoardMix 在线协作白板,集自由布局、画笔、便签、多媒体呈现、脑图、文档多种创意表达能力于一体,激发团队创造力无限延伸。 -Tags: -- 协作 -- 协同 -- 博思白板 -- 团队 -- 画布 -- 白板 -ReleaseNotes: |- - 1. 更换应用更新地址 - 2. 修复已知问题,优化用户体验 - 3. 不再支持 Windows 10 以下系统自动更新 -ReleaseNotesUrl: https://boardmix.cn/releases -PurchaseUrl: https://boardmix.cn/price -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.4.5/Bosyun.BoardMix.CN.yaml b/manifests/b/Bosyun/BoardMix/CN/1.4.5/Bosyun.BoardMix.CN.yaml deleted file mode 100644 index ae0dae3cce1dc..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.4.5/Bosyun.BoardMix.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.4.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.5.3/Bosyun.BoardMix.CN.installer.yaml b/manifests/b/Bosyun/BoardMix/CN/1.5.3/Bosyun.BoardMix.CN.installer.yaml deleted file mode 100644 index 0824b6aa53823..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.5.3/Bosyun.BoardMix.CN.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.5.3 -InstallerType: nullsoft -Scope: machine -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2023-12-27 -Installers: -- Architecture: x64 - InstallerUrl: https://cms-oss.boardmix.cn/packages/download/desktop/bosyun/1.5.3/boardmix_win_1.5.3_x64.exe - InstallerSha256: 263B1C760DB42CA151A8C1631D7E5A4D78CBF527AFF687405B149859E87D61B1 - ProductCode: b9464f48-5337-57a6-aa1d-adc298f5233d -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.5.3/Bosyun.BoardMix.CN.locale.en-US.yaml b/manifests/b/Bosyun/BoardMix/CN/1.5.3/Bosyun.BoardMix.CN.locale.en-US.yaml deleted file mode 100644 index 450d88dd04706..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.5.3/Bosyun.BoardMix.CN.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.5.3 -PackageLocale: en-US -Publisher: boardmix -PublisherUrl: https://boardmix.cn -PublisherSupportUrl: https://boardmix.cn/help -PrivacyUrl: https://boardmix.cn/private-policy -Author: Shenzhen Pixso Technology Co., Ltd. -PackageName: boardmix -PackageUrl: https://boardmix.cn/download -License: Freeware -LicenseUrl: https://boardmix.cn/term-services -Copyright: © 2023 Shenzhen Pixso Technology Co., Ltd. All rights reserved -# CopyrightUrl: -ShortDescription: Online collaborative whiteboard -Description: BoardMix is an online collaborative whiteboard that combines a variety of creative expression capabilities such as free layout, paintbrush, sticky note, multimedia presentation, mind map and document to inspire team's unlimited creativity. -# Moniker: -Tags: -- canvas -- collaborate -- collaboration -- team -- whiteboard -# ReleaseNotes: -ReleaseNotesUrl: https://boardmix.cn/releases -PurchaseUrl: https://boardmix.cn/price/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.5.3/Bosyun.BoardMix.CN.locale.zh-CN.yaml b/manifests/b/Bosyun/BoardMix/CN/1.5.3/Bosyun.BoardMix.CN.locale.zh-CN.yaml deleted file mode 100644 index 9b3fa7f9c37fe..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.5.3/Bosyun.BoardMix.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.5.3 -PackageLocale: zh-CN -Publisher: boardmix -PublisherUrl: https://boardmix.cn -PublisherSupportUrl: https://boardmix.cn/help -PrivacyUrl: https://boardmix.cn/private-policy -Author: 深圳市博思云创科技有限公司 -PackageName: boardmix -PackageUrl: https://boardmix.cn/download -License: 免费软件 -LicenseUrl: https://boardmix.cn/term-services -Copyright: © 2023 深圳市博思云创科技有限公司 版权所有 -# CopyrightUrl: -ShortDescription: 在线协作白板 -Description: BoardMix 在线协作白板,集自由布局、画笔、便签、多媒体呈现、脑图、文档多种创意表达能力于一体,激发团队创造力无限延伸。 -# Moniker: -Tags: -- 协作 -- 协同 -- 博思白板 -- 团队 -- 画布 -- 白板 -ReleaseNotes: |- - 1. 优化客户端,支持新建文件到对应空间中 - 2. 打开文件分享链接时,支持通过客户端打开 - 3. 修复通过程序坞退出程序无法彻底退出进程 - 4. 修复全选快捷键失效 -ReleaseNotesUrl: https://boardmix.cn/releases -PurchaseUrl: https://boardmix.cn/price -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.5.3/Bosyun.BoardMix.CN.yaml b/manifests/b/Bosyun/BoardMix/CN/1.5.3/Bosyun.BoardMix.CN.yaml deleted file mode 100644 index 6025263d75c06..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.5.3/Bosyun.BoardMix.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.5.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.5.5/Bosyun.BoardMix.CN.installer.yaml b/manifests/b/Bosyun/BoardMix/CN/1.5.5/Bosyun.BoardMix.CN.installer.yaml deleted file mode 100644 index f54d9f82f02c9..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.5.5/Bosyun.BoardMix.CN.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.5.5 -InstallerType: nullsoft -Scope: machine -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2024-03-27 -Installers: -- Architecture: x64 - InstallerUrl: https://cms-oss.boardmix.cn/packages/download/desktop/bosyun/1.5.5/boardmix_win_1.5.5_x64.exe - InstallerSha256: DFBFE4CFFDDCA1B82B02D966123B8130FCF821EDDE1F392394505F8CCE2C08D6 - ProductCode: b9464f48-5337-57a6-aa1d-adc298f5233d -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.5.5/Bosyun.BoardMix.CN.locale.en-US.yaml b/manifests/b/Bosyun/BoardMix/CN/1.5.5/Bosyun.BoardMix.CN.locale.en-US.yaml deleted file mode 100644 index f65bc94d48d03..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.5.5/Bosyun.BoardMix.CN.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.5.5 -PackageLocale: en-US -Publisher: boardmix -PublisherUrl: https://boardmix.cn -PublisherSupportUrl: https://boardmix.cn/help -PrivacyUrl: https://boardmix.cn/private-policy -Author: Shenzhen Pixso Technology Co., Ltd. -PackageName: boardmix -PackageUrl: https://boardmix.cn/download -License: Freeware -LicenseUrl: https://boardmix.cn/term-services -Copyright: © 2024 Shenzhen Pixso Technology Co., Ltd. All rights reserved -# CopyrightUrl: -ShortDescription: Online collaborative whiteboard -Description: BoardMix is an online collaborative whiteboard that combines a variety of creative expression capabilities such as free layout, paintbrush, sticky note, multimedia presentation, mind map and document to inspire team's unlimited creativity. -# Moniker: -Tags: -- canvas -- collaborate -- collaboration -- team -- whiteboard -# ReleaseNotes: -ReleaseNotesUrl: https://boardmix.cn/releases -PurchaseUrl: https://boardmix.cn/price/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.5.5/Bosyun.BoardMix.CN.locale.zh-CN.yaml b/manifests/b/Bosyun/BoardMix/CN/1.5.5/Bosyun.BoardMix.CN.locale.zh-CN.yaml deleted file mode 100644 index f530f6a883243..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.5.5/Bosyun.BoardMix.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.5.5 -PackageLocale: zh-CN -Publisher: boardmix -PublisherUrl: https://boardmix.cn -PublisherSupportUrl: https://boardmix.cn/help -PrivacyUrl: https://boardmix.cn/private-policy -Author: 深圳市博思云创科技有限公司 -PackageName: boardmix -PackageUrl: https://boardmix.cn/download -License: 免费软件 -LicenseUrl: https://boardmix.cn/term-services -Copyright: © 2024 深圳市博思云创科技有限公司 版权所有 -# CopyrightUrl: -ShortDescription: 在线协作白板 -Description: BoardMix 在线协作白板,集自由布局、画笔、便签、多媒体呈现、脑图、文档多种创意表达能力于一体,激发团队创造力无限延伸。 -# Moniker: -Tags: -- 协作 -- 协同 -- 博思白板 -- 团队 -- 画布 -- 白板 -ReleaseNotes: |- - 新增客户端新建文件,支持新建、导入文件和探索 AI - 优化客户端苹果登录无法返回问题 - 优化客户端新工作窗口分屏操作 - 修复打开文件分享链接问题 -ReleaseNotesUrl: https://boardmix.cn/releases -PurchaseUrl: https://boardmix.cn/price -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.5.5/Bosyun.BoardMix.CN.yaml b/manifests/b/Bosyun/BoardMix/CN/1.5.5/Bosyun.BoardMix.CN.yaml deleted file mode 100644 index e3633bd50a022..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.5.5/Bosyun.BoardMix.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.5.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.6.1/Bosyun.BoardMix.CN.installer.yaml b/manifests/b/Bosyun/BoardMix/CN/1.6.1/Bosyun.BoardMix.CN.installer.yaml deleted file mode 100644 index bfc739c7b1f9f..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.6.1/Bosyun.BoardMix.CN.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.6.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2024-04-07 -AppsAndFeaturesEntries: -- InstallerType: nullsoft -Installers: -- Architecture: x64 - InstallerUrl: https://cms-oss.boardmix.cn/packages/download/desktop/bosyun/1.6.1/boardmix_win_1.6.1_x64.exe - InstallerSha256: B2C7BCC46C41C0AD6BF185161B8AA83E2514A8395194C9C871B96907C2A35CE7 - ProductCode: '{b9464f48-5337-57a6-aa1d-adc298f5233d}_is1' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.6.1/Bosyun.BoardMix.CN.locale.en-US.yaml b/manifests/b/Bosyun/BoardMix/CN/1.6.1/Bosyun.BoardMix.CN.locale.en-US.yaml deleted file mode 100644 index 0c3ec6a23d1cf..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.6.1/Bosyun.BoardMix.CN.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.6.1 -PackageLocale: en-US -Publisher: boardmix -PublisherUrl: https://boardmix.cn -PublisherSupportUrl: https://boardmix.cn/help -PrivacyUrl: https://boardmix.cn/private-policy -Author: Shenzhen Pixso Technology Co., Ltd. -PackageName: boardmix -PackageUrl: https://boardmix.cn/download -License: Freeware -LicenseUrl: https://boardmix.cn/term-services -Copyright: © 2024 Shenzhen Pixso Technology Co., Ltd. All rights reserved -# CopyrightUrl: -ShortDescription: Online collaborative whiteboard -Description: BoardMix is an online collaborative whiteboard that combines a variety of creative expression capabilities such as free layout, paintbrush, sticky note, multimedia presentation, mind map and document to inspire team's unlimited creativity. -# Moniker: -Tags: -- canvas -- collaborate -- collaboration -- team -- whiteboard -# ReleaseNotes: -ReleaseNotesUrl: https://boardmix.cn/releases -PurchaseUrl: https://boardmix.cn/price/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.6.1/Bosyun.BoardMix.CN.locale.zh-CN.yaml b/manifests/b/Bosyun/BoardMix/CN/1.6.1/Bosyun.BoardMix.CN.locale.zh-CN.yaml deleted file mode 100644 index 5c5e3ac88245e..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.6.1/Bosyun.BoardMix.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.6.1 -PackageLocale: zh-CN -Publisher: boardmix -PublisherUrl: https://boardmix.cn -PublisherSupportUrl: https://boardmix.cn/help -PrivacyUrl: https://boardmix.cn/private-policy -Author: 深圳市博思云创科技有限公司 -PackageName: boardmix -PackageUrl: https://boardmix.cn/download -License: 免费软件 -LicenseUrl: https://boardmix.cn/term-services -Copyright: © 2024 深圳市博思云创科技有限公司 版权所有 -# CopyrightUrl: -ShortDescription: 在线协作白板 -Description: BoardMix 在线协作白板,集自由布局、画笔、便签、多媒体呈现、脑图、文档多种创意表达能力于一体,激发团队创造力无限延伸。 -# Moniker: -Tags: -- 协作 -- 协同 -- 博思白板 -- 团队 -- 画布 -- 白板 -ReleaseNotes: |- - 优化 PC 客户端安装设计 - 修复客户端全屏放大问题 -ReleaseNotesUrl: https://boardmix.cn/releases -PurchaseUrl: https://boardmix.cn/price -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bosyun/BoardMix/CN/1.6.1/Bosyun.BoardMix.CN.yaml b/manifests/b/Bosyun/BoardMix/CN/1.6.1/Bosyun.BoardMix.CN.yaml deleted file mode 100644 index 0191acedcd381..0000000000000 --- a/manifests/b/Bosyun/BoardMix/CN/1.6.1/Bosyun.BoardMix.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Bosyun.BoardMix.CN -PackageVersion: 1.6.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bosyun/Pixso/1.34.2/Bosyun.Pixso.installer.yaml b/manifests/b/Bosyun/Pixso/1.34.2/Bosyun.Pixso.installer.yaml deleted file mode 100644 index 16788357b9ccc..0000000000000 --- a/manifests/b/Bosyun/Pixso/1.34.2/Bosyun.Pixso.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Bosyun.Pixso -PackageVersion: 1.34.2 -InstallerType: nullsoft -Scope: machine -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -FileExtensions: -- pix -ReleaseDate: 2024-02-28 -Installers: -- Architecture: x64 - InstallerUrl: https://pixso-cms-ff.oss-eu-central-1.aliyuncs.com/packages/download/desktop/bosyun/1.34.2/Pixso_win_v1_34_2.exe - InstallerSha256: CBE44464E4AAEBE6DB58E588E7EA9CC911789C6C6D8209E0BCC8701B1117ABBC - ProductCode: fdd33279-9a2b-5abb-9257-06737273f034 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bosyun/Pixso/1.34.2/Bosyun.Pixso.locale.en-US.yaml b/manifests/b/Bosyun/Pixso/1.34.2/Bosyun.Pixso.locale.en-US.yaml deleted file mode 100644 index f422333d3ce81..0000000000000 --- a/manifests/b/Bosyun/Pixso/1.34.2/Bosyun.Pixso.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Bosyun.Pixso -PackageVersion: 1.34.2 -PackageLocale: en-US -Publisher: Bosyun -PublisherUrl: https://pixso.net/ -PublisherSupportUrl: https://pixso.net/help/ -PrivacyUrl: https://pixso.net/private-policy/ -Author: Shenzhen Pixso Technology Co., Ltd. -PackageName: Pixso -PackageUrl: https://pixso.net/download/ -License: Proprietary -LicenseUrl: https://pixso.net/license-agreement/ -Copyright: © 2024 Shenzhen Pixso Technology Co., Ltd. All rights reserved. -# CopyrightUrl: -ShortDescription: Create Amazing UI/UX Design -Description: Pixso is an all-in-one design collaboration tool that helps R&D teams to have an easier and smoother working experience and more efficient team collaboration in prototyping, UI/UX design, visual design and low-code delivery. -# Moniker: -Tags: -- design -- diagram -- flow -- flowchart -- interface -- mockup -- prototype -- specification -- ui -- user-interface -- ux -- wireframe -# ReleaseNotes: -ReleaseNotesUrl: https://pixso.net/releases/ -PurchaseUrl: https://pixso.net/pricing/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bosyun/Pixso/1.34.2/Bosyun.Pixso.locale.zh-CN.yaml b/manifests/b/Bosyun/Pixso/1.34.2/Bosyun.Pixso.locale.zh-CN.yaml deleted file mode 100644 index a7e9180c36af4..0000000000000 --- a/manifests/b/Bosyun/Pixso/1.34.2/Bosyun.Pixso.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Bosyun.Pixso -PackageVersion: 1.34.2 -PackageLocale: zh-CN -Publisher: Bosyun -PublisherUrl: https://pixso.net/ -PublisherSupportUrl: https://pixso.net/help/ -PrivacyUrl: https://pixso.net/private-policy/ -Author: 深圳市博思云创科技有限公司 -PackageName: Pixso -PackageUrl: https://pixso.net/download/ -License: 专有软件 -LicenseUrl: https://pixso.net/license-agreement/ -Copyright: © 2024 深圳市博思云创科技有限公司 版权所有 -# CopyrightUrl: -ShortDescription: 新一代设计协作工具 -Description: Pixso 是一体化设计协作工具,助力产研设团队制作原型,UI/UX 设计,视觉设计,低代码交付时获得更轻松流畅的工作体验,让团队协作更高效。 -# Moniker: -Tags: -- ui -- 人机交互 -- 原型 -- 图表 -- 模型 -- 流程 -- 流程图 -- 用户界面 -- 界面 -- 线框图 -- 规格 -- 设计 -# ReleaseNotes: -ReleaseNotesUrl: https://pixso.net/releases/ -PurchaseUrl: https://pixso.net/pricing/ -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Bosyun/Pixso/1.34.2/Bosyun.Pixso.yaml b/manifests/b/Bosyun/Pixso/1.34.2/Bosyun.Pixso.yaml deleted file mode 100644 index 143dc58691ae8..0000000000000 --- a/manifests/b/Bosyun/Pixso/1.34.2/Bosyun.Pixso.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Bosyun.Pixso -PackageVersion: 1.34.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/b/BotProductions/PSPThumbnailHandler/2.10.49/BotProductions.PSPThumbnailHandler.installer.yaml b/manifests/b/BotProductions/PSPThumbnailHandler/2.10.49/BotProductions.PSPThumbnailHandler.installer.yaml new file mode 100644 index 0000000000000..e893b508c5550 --- /dev/null +++ b/manifests/b/BotProductions/PSPThumbnailHandler/2.10.49/BotProductions.PSPThumbnailHandler.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BotProductions.PSPThumbnailHandler +PackageVersion: 2.10.49 +Scope: machine +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /quiet +UpgradeBehavior: install +FileExtensions: +- jsl +- pfr +- psp +- pspframe +- pspimage +- pspshape +- psptube +- tub +ReleaseDate: 2005-12-06 +ProductCode: '{2086A549-ED96-4dc9-BBE3-0538AB29ABEC}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.botproductions.com/pspthumb/v2/pthsetup.exe + InstallerSha256: 4C29BFF14742A17B1E50B64AD5EFDE0848C2EDFD59D7F55251CB5D883A473FBC +- Architecture: x64 + InstallerUrl: https://www.botproductions.com/pspthumb/v2/x64/pthsetup.exe + InstallerSha256: D8429842218B205F5272C722C8BFFC5D3D8AC9E9487D9B4A4F40866FDA05A95F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BotProductions/PSPThumbnailHandler/2.10.49/BotProductions.PSPThumbnailHandler.locale.en-US.yaml b/manifests/b/BotProductions/PSPThumbnailHandler/2.10.49/BotProductions.PSPThumbnailHandler.locale.en-US.yaml new file mode 100644 index 0000000000000..cae9e9165e528 --- /dev/null +++ b/manifests/b/BotProductions/PSPThumbnailHandler/2.10.49/BotProductions.PSPThumbnailHandler.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BotProductions.PSPThumbnailHandler +PackageVersion: 2.10.49 +PackageLocale: en-US +Publisher: Bot Productions +PublisherUrl: https://www.botproductions.com/ +PublisherSupportUrl: https://www.botproductions.com/pspthumb/faq.html +PackageName: PSP Thumbnail Handler +PackageUrl: https://www.botproductions.com/pspthumb/index.html +License: PSP Thumbnail Handler License +LicenseUrl: https://www.botproductions.com/pspthumb/license.html +Copyright: Copyright 2005 Bot Productions +CopyrightUrl: https://www.botproductions.com/pspthumb/license.html +ShortDescription: PSP Thumbnail Handler is a shell extension, a plugin for Windows Explorer. +Description: PSP Thumbnail Handler is a free utility developed by Bot Productions. When viewing files on your computer with Windows Explorer's thumbnails view, this utility allows you to view thumbnails of Paint Shop Pro images. +Tags: +- PSP +- thumbnails +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BotProductions/PSPThumbnailHandler/2.10.49/BotProductions.PSPThumbnailHandler.yaml b/manifests/b/BotProductions/PSPThumbnailHandler/2.10.49/BotProductions.PSPThumbnailHandler.yaml new file mode 100644 index 0000000000000..2a5adb87c36a0 --- /dev/null +++ b/manifests/b/BotProductions/PSPThumbnailHandler/2.10.49/BotProductions.PSPThumbnailHandler.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BotProductions.PSPThumbnailHandler +PackageVersion: 2.10.49 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Botkind/AllwaySync/21.1.5/Botkind.AllwaySync.installer.yaml b/manifests/b/Botkind/AllwaySync/21.1.5/Botkind.AllwaySync.installer.yaml deleted file mode 100644 index 4ea2596f64ab7..0000000000000 --- a/manifests/b/Botkind/AllwaySync/21.1.5/Botkind.AllwaySync.installer.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.3 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Botkind.AllwaySync -PackageVersion: 21.1.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- xml -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x86 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://allwaysync.com/content/download/allwaysync-x64-21-1-5.msi - InstallerSha256: AB07AD79238E31D49494E11CB38310BFB4D08F9B9DED14F70110375CFD9298C2 - ProductCode: '{DDACDB98-CFA8-45F2-9554-87107B97E74F}' -- Architecture: x86 - InstallerType: wix - InstallerUrl: https://allwaysync.com/content/download/allwaysync-21-1-5.msi - InstallerSha256: DA04AD0A478D67162AD077AA031FDF8F106CB4BD04A63675CDF9F7D5C4F6C91A - ProductCode: '{8040209E-3AA1-4DE2-A0DD-7F906C5A327D}' -- Architecture: x64 - InstallerType: inno - InstallerUrl: https://allwaysync.com/content/download/allwaysync-x64-21-1-5.exe - InstallerSha256: 41581A1F85F246434FC922FA0F2F13DEC06A81454EA2D1C9A95FF0D46589D9AA -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://allwaysync.com/content/download/allwaysync-21-1-5.exe - InstallerSha256: 1ADBE91259F7850BF246BE59AE4FE6527F1DF5C85B4BA5FB363B960C2D7F1C39 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/Botkind/AllwaySync/21.1.5/Botkind.AllwaySync.locale.en-US.yaml b/manifests/b/Botkind/AllwaySync/21.1.5/Botkind.AllwaySync.locale.en-US.yaml deleted file mode 100644 index 1515291a0f219..0000000000000 --- a/manifests/b/Botkind/AllwaySync/21.1.5/Botkind.AllwaySync.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.3 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Botkind.AllwaySync -PackageVersion: 21.1.5 -PackageLocale: en-US -Publisher: Botkind Inc. -# PublisherUrl: -PublisherSupportUrl: https://allwaysync.com/support/?lang=en -# PrivacyUrl: -Author: Botkind, Inc. -PackageName: Allway Sync -PackageUrl: https://allwaysync.com/?lang=en -License: Freemium -LicenseUrl: https://allwaysync.com/license?lang=en -Copyright: Copyright (c) 2004–2009 Usov Lab, 2009–2021 Botkind, Inc. All rights reserved. -# CopyrightUrl: -ShortDescription: Allway Sync is a program to sync data between all kinds of devices. -# Description: -Moniker: allwaysync -Tags: -- compression -- encryption -- file-sync -- file-synchronization -- files -- ftp -- sftp -- webdav -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/Botkind/AllwaySync/21.1.5/Botkind.AllwaySync.yaml b/manifests/b/Botkind/AllwaySync/21.1.5/Botkind.AllwaySync.yaml deleted file mode 100644 index ae35c228fc199..0000000000000 --- a/manifests/b/Botkind/AllwaySync/21.1.5/Botkind.AllwaySync.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.3 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Botkind.AllwaySync -PackageVersion: 21.1.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/Box/Box/2.40.333/Box.Box.installer.yaml b/manifests/b/Box/Box/2.40.333/Box.Box.installer.yaml new file mode 100644 index 0000000000000..83b337a41d9d7 --- /dev/null +++ b/manifests/b/Box/Box/2.40.333/Box.Box.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Box.Box +PackageVersion: 2.40.333 +InstallerType: msi +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +Protocols: +- boxdrive +FileExtensions: +- boxcanvas +- boxnote +- gdoc +- gsheet +- gslide +- gslides +AppsAndFeaturesEntries: +- ProductCode: '{CC3E0076-DBC7-4F84-A081-6400221B7B7B}' + UpgradeCode: '{46AF5B38-D258-487A-92BD-792911248CCD}' +Installers: +- Architecture: x64 + InstallerUrl: https://e3.boxcdn.net/desktop/releases/win/BoxDrive-2.40.333.msi + InstallerSha256: DF9E89EDEBFA4A0913AF1E1CBBF21B1706EE7A21EA87BE0AC45F88503D1F0256 + ProductCode: '{CC3E0076-DBC7-4F84-A081-6400221B7B7B}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Box/Box/2.40.333/Box.Box.locale.en-US.yaml b/manifests/b/Box/Box/2.40.333/Box.Box.locale.en-US.yaml new file mode 100644 index 0000000000000..2d3bc87c453e4 --- /dev/null +++ b/manifests/b/Box/Box/2.40.333/Box.Box.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Box.Box +PackageVersion: 2.40.333 +PackageLocale: en-US +Publisher: Box, Inc. +PublisherUrl: https://www.box.com/ +PublisherSupportUrl: https://support.box.com/ +PrivacyUrl: https://www.box.com/legal/privacypolicy +Author: Box, Inc. +PackageName: Box +PackageUrl: https://www.box.com/resources/downloads +License: Proprietary +LicenseUrl: https://www.box.com/legal/termsofservice +Copyright: Copyright © 2024 Box, Inc. +CopyrightUrl: https://www.box.com/legal/trademark +ShortDescription: Apps for secure file sharing and collaboration from anywhere +# Description: +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +ReleaseNotesUrl: https://support.box.com/hc/sections/360009152213-Box-Drive +PurchaseUrl: https://www.box.com/pricing +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Box/Box/2.40.333/Box.Box.locale.zh-CN.yaml b/manifests/b/Box/Box/2.40.333/Box.Box.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6ad341a5fd525 --- /dev/null +++ b/manifests/b/Box/Box/2.40.333/Box.Box.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Box.Box +PackageVersion: 2.40.333 +PackageLocale: zh-CN +Publisher: Box, Inc. +PublisherUrl: https://www.box.com/ +PublisherSupportUrl: https://support.box.com/ +PrivacyUrl: https://www.box.com/legal/privacypolicy +Author: Box, Inc. +PackageName: Box +PackageUrl: https://www.box.com/resources/downloads +License: 专有软件 +LicenseUrl: https://www.box.com/legal/termsofservice +Copyright: Copyright © 2024 Box, Inc. +CopyrightUrl: https://www.box.com/legal/trademark +ShortDescription: 可随时随地进行安全文件共享和协作的应用程序 +# Description: +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +# ReleaseNotes: +ReleaseNotesUrl: https://support.box.com/hc/sections/360009152213-Box-Drive +PurchaseUrl: https://www.box.com/pricing +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Box/Box/2.40.333/Box.Box.yaml b/manifests/b/Box/Box/2.40.333/Box.Box.yaml new file mode 100644 index 0000000000000..04490ba4ccabe --- /dev/null +++ b/manifests/b/Box/Box/2.40.333/Box.Box.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Box.Box +PackageVersion: 2.40.333 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Box/BoxTools/4.25.0.1046/Box.BoxTools.installer.yaml b/manifests/b/Box/BoxTools/4.25.0.1046/Box.BoxTools.installer.yaml deleted file mode 100644 index 8b97a6449ee6f..0000000000000 --- a/manifests/b/Box/BoxTools/4.25.0.1046/Box.BoxTools.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2024/Apr/09 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Box.BoxTools -PackageVersion: 4.25.0.1046 -InstallerLocale: en-US -InstallerType: msi -Installers: -- Architecture: neutral - InstallerUrl: https://e3.boxcdn.net/box-installers/boxedit/win/currentrelease/BoxToolsInstaller-AdminInstall.msi - InstallerSha256: C66F785C0544CF0773AFD3B7D0D8F235BB463D7FF54372CB96616DEF15F9789B - ProductCode: '{8900BE33-CF02-4238-B797-009D8E1EB3E3}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/b/Box/BoxTools/4.25.0.1046/Box.BoxTools.yaml b/manifests/b/Box/BoxTools/4.25.0.1046/Box.BoxTools.yaml deleted file mode 100644 index 7249cc6de2130..0000000000000 --- a/manifests/b/Box/BoxTools/4.25.0.1046/Box.BoxTools.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Apr/09 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Box.BoxTools -PackageVersion: 4.25.0.1046 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/b/Box/BoxTools/4.26.1.1109/Box.BoxTools.installer.yaml b/manifests/b/Box/BoxTools/4.26.1.1109/Box.BoxTools.installer.yaml new file mode 100644 index 0000000000000..581d50880f25a --- /dev/null +++ b/manifests/b/Box/BoxTools/4.26.1.1109/Box.BoxTools.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2024/Jul/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Box.BoxTools +PackageVersion: 4.26.1.1109 +InstallerLocale: en-US +InstallerType: msi +Installers: +- Architecture: neutral + InstallerUrl: https://e3.boxcdn.net/box-installers/boxedit/win/currentrelease/BoxToolsInstaller-AdminInstall.msi + InstallerSha256: 67A511C3483C43D708BAF8724A132E607C53036D22B73FB549112E7BC06F737E + ProductCode: '{06CEB63A-D634-4F65-87CB-429CB2CBC559}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/Box/BoxTools/4.25.0.1046/Box.BoxTools.locale.en-US.yaml b/manifests/b/Box/BoxTools/4.26.1.1109/Box.BoxTools.locale.en-US.yaml similarity index 83% rename from manifests/b/Box/BoxTools/4.25.0.1046/Box.BoxTools.locale.en-US.yaml rename to manifests/b/Box/BoxTools/4.26.1.1109/Box.BoxTools.locale.en-US.yaml index 788b094cb6b1d..4acb193a460cb 100644 --- a/manifests/b/Box/BoxTools/4.25.0.1046/Box.BoxTools.locale.en-US.yaml +++ b/manifests/b/Box/BoxTools/4.26.1.1109/Box.BoxTools.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Apr/09 +# Automatically updated by the winget bot at 2024/Jul/30 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Box.BoxTools -PackageVersion: 4.25.0.1046 +PackageVersion: 4.26.1.1109 PackageLocale: en-US Publisher: Box PackageName: Box Tools diff --git a/manifests/b/Box/BoxTools/4.26.1.1109/Box.BoxTools.yaml b/manifests/b/Box/BoxTools/4.26.1.1109/Box.BoxTools.yaml new file mode 100644 index 0000000000000..4e5994727a052 --- /dev/null +++ b/manifests/b/Box/BoxTools/4.26.1.1109/Box.BoxTools.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Box.BoxTools +PackageVersion: 4.26.1.1109 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/BoxlightCorporation/LYNXWhiteboard/8.3.10.0/BoxlightCorporation.LYNXWhiteboard.installer.yaml b/manifests/b/BoxlightCorporation/LYNXWhiteboard/8.3.10.0/BoxlightCorporation.LYNXWhiteboard.installer.yaml deleted file mode 100644 index 84ce052f03ff8..0000000000000 --- a/manifests/b/BoxlightCorporation/LYNXWhiteboard/8.3.10.0/BoxlightCorporation.LYNXWhiteboard.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/20 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: BoxlightCorporation.LYNXWhiteboard -PackageVersion: 8.3.10.0 -InstallerLocale: en-US -InstallerType: wix -ProductCode: '{40F11D4D-4275-4C43-9265-97B87590B20A}' -Installers: -- InstallerUrl: https://downloads.lynxcloud.app/lynx-whiteboard/releases/win64/lynx-whiteboard.msi - Architecture: x64 - InstallerSha256: CC94CDE40C585140929EF8F6C3A4A977222FA373106AACE50F6200D4F54D17CF -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/b/BoxlightCorporation/LYNXWhiteboard/8.3.10.0/BoxlightCorporation.LYNXWhiteboard.locale.en-US.yaml b/manifests/b/BoxlightCorporation/LYNXWhiteboard/8.3.10.0/BoxlightCorporation.LYNXWhiteboard.locale.en-US.yaml deleted file mode 100644 index dfd829a447d1e..0000000000000 --- a/manifests/b/BoxlightCorporation/LYNXWhiteboard/8.3.10.0/BoxlightCorporation.LYNXWhiteboard.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/20 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: BoxlightCorporation.LYNXWhiteboard -PackageVersion: 8.3.10.0 -PackageLocale: en-US -Publisher: Boxlight Corporation -PackageName: LYNX Whiteboard -License: https://downloads.lynxcloud.app/lynx/production/license/Lynx/LICENCE.txt -ShortDescription: Engaging presentations for business and education -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/b/BoxlightCorporation/LYNXWhiteboard/8.3.10.0/BoxlightCorporation.LYNXWhiteboard.yaml b/manifests/b/BoxlightCorporation/LYNXWhiteboard/8.3.10.0/BoxlightCorporation.LYNXWhiteboard.yaml deleted file mode 100644 index 243c65b0305a2..0000000000000 --- a/manifests/b/BoxlightCorporation/LYNXWhiteboard/8.3.10.0/BoxlightCorporation.LYNXWhiteboard.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/20 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: BoxlightCorporation.LYNXWhiteboard -PackageVersion: 8.3.10.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.128/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/127.1.68.128/Brave.Brave.installer.yaml new file mode 100644 index 0000000000000..ff2d0c5867c8d --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.128/Brave.Brave.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.128 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/127.1.68.128/brave_installer-ia32.exe + InstallerSha256: ECCD460D87BD18066F61BA612C75D6BE1386AC7DF0214061CE25D57880E7DDCE + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/127.1.68.128/brave_installer-ia32.exe + InstallerSha256: ECCD460D87BD18066F61BA612C75D6BE1386AC7DF0214061CE25D57880E7DDCE + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/127.1.68.128/brave_installer-x64.exe + InstallerSha256: 28249422FF75566D300D5E6A661E27F7469A4D10732DE44C4B3818E5691EA8F7 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/127.1.68.128/brave_installer-x64.exe + InstallerSha256: 28249422FF75566D300D5E6A661E27F7469A4D10732DE44C4B3818E5691EA8F7 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/127.1.68.128/brave_installer-arm64.exe + InstallerSha256: 2436B62F94861DC7878570E24129E2FCA90E5154ABF542344BD4E778FB3F040A + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/127.1.68.128/brave_installer-arm64.exe + InstallerSha256: 2436B62F94861DC7878570E24129E2FCA90E5154ABF542344BD4E778FB3F040A + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.128/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/127.1.68.128/Brave.Brave.locale.en-US.yaml new file mode 100644 index 0000000000000..2cf522e3119f5 --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.128/Brave.Brave.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.128 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: |- + Web3 + - Added the ability to import BTC accounts (BIP84) into Brave Wallet. (#38446) + - Added pagination to the "Portfolio NFT" page. (#38547) + - Added the ability to allow hiding un-owned NFTs on the "Portfolio NFT" page. (#38549) + - Added support for the Solana Token Extensions, part of the Solana Token-2022 program. (#36699) + - Updated Brave Wallet to use Chainstack RPC proxy endpoints. (#38872) + - Updated Avalanche to use Chainstack proxy. (#39299) + - Updated the wallet panel to truncate long token names and balances in certain cases. (#38064) + - Updated UI for the "Select Token" modal. (#37838) + - Updated design for wallet settings modals. (#37362) + - Updated length of "Account" name to 30 characters. (#23361) + - Fixed inability to sign-in on "https://tally.xyz". (#38878) + - Fixed Brave Wallet performance in certain cases. (#26782) + - Fixed issue where clicking "Send" on the NFT details screen did not pre-fill the send amount. (#39916) + General + - Added a search widget to the New Tab Page. (#35535) + - Added Nebula support for P3A. (#35841) + - [Security] Reduced WireGuard tunnel service permissions on Windows as reported on HackerOne by newfunction. (#37846) + - Enabled rich version of Brave Search autocomplete suggestions. (#29997) + - Improved Brave Leo conversation UI layout. (#37792) + - Improved component updater to check for updates more often. (#35164) + - Updated Omaha installer version for Windows to v1.3.361.151 for new users. (#38597) + - Updated the styling of the widgets on the New Tab Page. (#37213) + - Updated Tor windows to show Tor daemon status when the window was opened via the "Tor" button in the URL bar. (#37927) + - Removed Safety Check warning for local passwords. (#39212) + - Fixed issue where LastPass extension failed to open. (#39759) + - Fixed incorrect radius and colors for URL bar icon in certain cases. (#39561) + - Fixed omnibox flicker when the "Download" button on the toolbar is clicked. (#39373) + - Fixed visibility of "Import bookmarks now..." link via the infobar when using certain theme colors. (#38354) + - Fixed error loading Brave VPN credentials in certain cases. (#36321) + - Upgraded Chromium to 127.0.6533.73. (#39948) (Changelog for 127.0.6533.73) +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.128/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/127.1.68.128/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..af5b14056a38c --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.128/Brave.Brave.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.128 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.128/Brave.Brave.yaml b/manifests/b/Brave/Brave/127.1.68.128/Brave.Brave.yaml new file mode 100644 index 0000000000000..29903217e3d38 --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.128/Brave.Brave.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.128 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.131/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/127.1.68.131/Brave.Brave.installer.yaml new file mode 100644 index 0000000000000..b5fc8ac6355df --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.131/Brave.Brave.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.131 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/127.1.68.131/brave_installer-ia32.exe + InstallerSha256: B7CCF48485FD97F9474B40C0CE7A0508B599E6D1D306D9A9CB2BF003B0375E1A + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/127.1.68.131/brave_installer-ia32.exe + InstallerSha256: B7CCF48485FD97F9474B40C0CE7A0508B599E6D1D306D9A9CB2BF003B0375E1A + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/127.1.68.131/brave_installer-x64.exe + InstallerSha256: 0C3DE5B7E195A1F84F894C1FE07F1305188804D872C7B93E722FB55E0EC3E3DE + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/127.1.68.131/brave_installer-x64.exe + InstallerSha256: 0C3DE5B7E195A1F84F894C1FE07F1305188804D872C7B93E722FB55E0EC3E3DE + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/127.1.68.131/brave_installer-arm64.exe + InstallerSha256: 513C161232FB0DFC715308712F2EB56E6FDEBE4ADA38806619781D31A93DDBCF + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/127.1.68.131/brave_installer-arm64.exe + InstallerSha256: 513C161232FB0DFC715308712F2EB56E6FDEBE4ADA38806619781D31A93DDBCF + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.131/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/127.1.68.131/Brave.Brave.locale.en-US.yaml new file mode 100644 index 0000000000000..79b8cece7bb6b --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.131/Brave.Brave.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.131 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: '- Fixed startup crash due to profile avatars in certain cases. (#40005)' +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.131/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/127.1.68.131/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..baa68d567282b --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.131/Brave.Brave.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.131 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.131/Brave.Brave.yaml b/manifests/b/Brave/Brave/127.1.68.131/Brave.Brave.yaml new file mode 100644 index 0000000000000..5720de79580bf --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.131/Brave.Brave.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.134/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/127.1.68.134/Brave.Brave.installer.yaml new file mode 100644 index 0000000000000..e87777a8497e0 --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.134/Brave.Brave.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.134 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/127.1.68.134/brave_installer-ia32.exe + InstallerSha256: B10D4D8CD7926F7BAEE1FB754D05E38DA7C27BFF8D591A756D10810C22AD3182 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/127.1.68.134/brave_installer-ia32.exe + InstallerSha256: B10D4D8CD7926F7BAEE1FB754D05E38DA7C27BFF8D591A756D10810C22AD3182 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/127.1.68.134/brave_installer-x64.exe + InstallerSha256: 5FA3F71975A162F6BC464791034D215B833CBCEABB39A03BD864617CD7F46F8A + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/127.1.68.134/brave_installer-x64.exe + InstallerSha256: 5FA3F71975A162F6BC464791034D215B833CBCEABB39A03BD864617CD7F46F8A + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/127.1.68.134/brave_installer-arm64.exe + InstallerSha256: 1B488481FC2FBE82C779B09379D9C53FBD60C3B9B55B0F0849423738D5C2E35C + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/127.1.68.134/brave_installer-arm64.exe + InstallerSha256: 1B488481FC2FBE82C779B09379D9C53FBD60C3B9B55B0F0849423738D5C2E35C + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.134/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/127.1.68.134/Brave.Brave.locale.en-US.yaml new file mode 100644 index 0000000000000..be5624b350e0b --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.134/Brave.Brave.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.134 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: |- + Web3 + - Fixed crash which occurred when manually deleting the connection under brave://settings/content/ethereum or brave://settings/content/solana. (#40072) + - Fixed inability to hide or unhide NFTs. (#36754) + - Fixed NFT "Portfolio" tab not correctly filtering NFTs by selected account. (#39978) + General + - Fixed passwords not being displayed under brave://password-manager/passwords on Windows in certain cases. (#40091) + - Upgraded Chromium to 127.0.6533.88. (#40120) (Changelog for 127.0.6533.88) +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.134/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/127.1.68.134/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bf976e3e5e0f7 --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.134/Brave.Brave.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.134 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.134/Brave.Brave.yaml b/manifests/b/Brave/Brave/127.1.68.134/Brave.Brave.yaml new file mode 100644 index 0000000000000..ee541f5e26ae8 --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.134/Brave.Brave.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.134 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.137/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/127.1.68.137/Brave.Brave.installer.yaml new file mode 100644 index 0000000000000..ceed35ddd475b --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.137/Brave.Brave.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.137 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/127.1.68.137/brave_installer-ia32.exe + InstallerSha256: 28E003E7C912CE216EAA034C8A774F259B773A2DC4663D0EB96AC6C0D3265CD8 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/127.1.68.137/brave_installer-ia32.exe + InstallerSha256: 28E003E7C912CE216EAA034C8A774F259B773A2DC4663D0EB96AC6C0D3265CD8 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/127.1.68.137/brave_installer-x64.exe + InstallerSha256: 7210DD1D8ED5DA72C1EEEE8AEA683D492E082F04E28D0AD6B8A4D12EC32D6048 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/127.1.68.137/brave_installer-x64.exe + InstallerSha256: 7210DD1D8ED5DA72C1EEEE8AEA683D492E082F04E28D0AD6B8A4D12EC32D6048 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/127.1.68.137/brave_installer-arm64.exe + InstallerSha256: 0FF17ACFF386A471C6E234294B9BAC960A775D4702D48F868B98441A490DC14B + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/127.1.68.137/brave_installer-arm64.exe + InstallerSha256: 0FF17ACFF386A471C6E234294B9BAC960A775D4702D48F868B98441A490DC14B + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.137/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/127.1.68.137/Brave.Brave.locale.en-US.yaml new file mode 100644 index 0000000000000..6a8d47867a72f --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.137/Brave.Brave.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.137 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: '- Upgraded Chromium to 127.0.6533.100. (#40314) (Changelog for 127.0.6533.100)' +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.137/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/127.1.68.137/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fb9ab02579535 --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.137/Brave.Brave.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.137 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.137/Brave.Brave.yaml b/manifests/b/Brave/Brave/127.1.68.137/Brave.Brave.yaml new file mode 100644 index 0000000000000..a8870641ae296 --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.137/Brave.Brave.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.137 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.141/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/127.1.68.141/Brave.Brave.installer.yaml new file mode 100644 index 0000000000000..4acd5faf77dd0 --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.141/Brave.Brave.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.141 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/127.1.68.141/brave_installer-ia32.exe + InstallerSha256: 200D200FD65D1088158350C04743BB8F80C6700E12F7A761035DD784849E5B45 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/127.1.68.141/brave_installer-ia32.exe + InstallerSha256: 200D200FD65D1088158350C04743BB8F80C6700E12F7A761035DD784849E5B45 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/127.1.68.141/brave_installer-x64.exe + InstallerSha256: 4D4F424F058F7AA54BAF11AAFC8F1D882EAF99FFB38FD2F4734570990F844C87 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/127.1.68.141/brave_installer-x64.exe + InstallerSha256: 4D4F424F058F7AA54BAF11AAFC8F1D882EAF99FFB38FD2F4734570990F844C87 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/127.1.68.141/brave_installer-arm64.exe + InstallerSha256: 0CA72342E18BEBBBB012BF3AB22C22EDC868BABE0D4305BF6B2E0DE5EFF753B9 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/127.1.68.141/brave_installer-arm64.exe + InstallerSha256: 0CA72342E18BEBBBB012BF3AB22C22EDC868BABE0D4305BF6B2E0DE5EFF753B9 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.141/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/127.1.68.141/Brave.Brave.locale.en-US.yaml new file mode 100644 index 0000000000000..a47c51855bcbf --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.141/Brave.Brave.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.141 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: |- + Web3 + - Fixed issue where crashes on certain pages occurred due to having local IPFS installed. (#40102) + General + - [Security] Fixed passwords not being displayed under brave://password-manager/passwords on macOS and Linux in certain cases. (#33548) + - Fixed crash which occurred in certain cases when using side panel extensions. (#40262) + - Fixed issue where deleting a browser profile from sync chain caused sync data to be removed from other devices in the chain. (#39503) + - Upgraded Chromium to 127.0.6533.120. (#40431) (Changelog for 127.0.6533.120) +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.141/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/127.1.68.141/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5e6235afef9db --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.141/Brave.Brave.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.141 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/127.1.68.141/Brave.Brave.yaml b/manifests/b/Brave/Brave/127.1.68.141/Brave.Brave.yaml new file mode 100644 index 0000000000000..265b47e129484 --- /dev/null +++ b/manifests/b/Brave/Brave/127.1.68.141/Brave.Brave.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 127.1.68.141 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.153/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/128.1.69.153/Brave.Brave.installer.yaml new file mode 100644 index 0000000000000..0fa39c083b7dc --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.153/Brave.Brave.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.153 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/128.1.69.153/brave_installer-ia32.exe + InstallerSha256: BD93D9D1A03BC5E0D2E245A6EEF17E62EFD475AA6D4BA8CC5A6611E0EA35343F + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/128.1.69.153/brave_installer-ia32.exe + InstallerSha256: BD93D9D1A03BC5E0D2E245A6EEF17E62EFD475AA6D4BA8CC5A6611E0EA35343F + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/128.1.69.153/brave_installer-x64.exe + InstallerSha256: A6304AE129E4E40727CF78AF9567C948A9106242A44CA41023E6E59D2357897E + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/128.1.69.153/brave_installer-x64.exe + InstallerSha256: A6304AE129E4E40727CF78AF9567C948A9106242A44CA41023E6E59D2357897E + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/128.1.69.153/brave_installer-arm64.exe + InstallerSha256: 665ABF46A47708A638DAF4102E63640AAA4F963A85C6FBD6802762D86FE4E841 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/128.1.69.153/brave_installer-arm64.exe + InstallerSha256: 665ABF46A47708A638DAF4102E63640AAA4F963A85C6FBD6802762D86FE4E841 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.153/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/128.1.69.153/Brave.Brave.locale.en-US.yaml new file mode 100644 index 0000000000000..fb6b8c927c2f2 --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.153/Brave.Brave.locale.en-US.yaml @@ -0,0 +1,95 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.153 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: |- + Web3 + - Added support for Solana Compressed NFTs (cNFTs). (#39408) + - Added support for Solana Priority Fees. (#35866) + - Added an image preview to the "Add NFT" modal. (#39092) + - Added LiFi support for "Swap" transactions on Gnosis. (#40407) + - Added "View on block explorer" option to the "Account Details" menu. (#39655) + - Added a "More" menu to Portfolio actions. (#38935) + - Added a loading spinner to the "Select account" prompt when address is being generated for BTC or ZCash. (#38931) + - Added a "Refresh Quote" button to the "Swap" and "Bridge" screens. (#39513) + - Added info tooltip to the "Price impact" section for "Swap" and "Bridge". (#39683) + - Added "Group by collection" option to NFT display settings. (#38865) + - Added the ability to load more than 50 NFTs in a Portfolio. (#39970) + - Added a "Watch-Only" label to NFT grid items. (#39652) + - Added a watch list message to unowned NFTs on the "NFT Details" screen. (#39653) + - Added "New quote" countdown ticker for "Swap" and "Bridge" transactions. (#34583) + - Enabled Bridge support for Brave Wallet. (#38527) + - Implemented "Choose quote provider" modal for "Swap" and "Bridge" transactions. (#39472) + - Implemented "Max slippage" modal for "Swap" and "Bridge" transactions. (#39514) + - Implemented 0x as provider for ExactOut "Swap" transactions when provider is set to "Auto". (#39070) + - Improved display of ZEC addresses and additional details when using dark theme. (#35827) + - Increased estimated Solana priority fee compute budget by 10%. (#39498) + - Updated Brave Wallet to use LiFi provider for EVM swaps. (#36436) + - Updated Brave Wallet to prevent edits to pre-filled NFT information. (#39929) + - Updated Brave logo in Brave Wallet. (#39059) + - Updated UI for the "Account" list. (#38923) + - Removed support for IPFS local node and ipfs:// scheme. (#37735) + - Removed deprecated Goerli Network from default network list. (#37369) + - Fixed panel crash which occurred when attempting to lookup EIP1159 estimates for non EVM or FIL transactions. (#38970) + - Fixed in ability to transfer Solana NFTs. (#40489) + - Fixed issue where editing an NFT was adding a new token instead of updating the existing token. (#39921) + - Fixed issue where editing an owned NFT would be re-added when switching between "NFT" and "Portfolio" views. (#36197) + - Fixed the "Send" button on the "NFT" details screen not being displayed for owned EVM NFTs. (#39882) + - Fixed missing space between the message and "Learn more" link on the SPL send token confirmation screen. (#39159) + - Fixed issue where expanding "Activity" view from panel didn't reset view in panel and loaded "Portfolio" in expanded view. (#38949) + General + - Added the ability to "Bring Your Own Model" (BYOM) to Brave Leo. (#38646) + - Added a Brave Leo icon to the toolbar and hamburger menu. (#39713) + - Added "Sidebar" settings to the top level in the hamburger menu. (#38708) + - Added "Show full screen reminder to press Esc on exit" under brave://settings/system. (#38928) + - Added YouTube "si" parameter to the "Copy Clean Link" filter. (#33037) + - [Security] Implemented process hardening for the Brave VPN services on Windows. (#39230) + - [Security] Implemented a trusted source check for "Elevator::InstallVPNServices". (#39029) + - [Security] Updated code to use JSON serialization to escape all unsafe symbols in SpeedReader. (#39499) + - [Security] Limited extension features to allow listed extensions. (#39478) + - Enabled Web Serial by default. (#38791) + - Improved adblocking by supporting ":remove", ":remove-attr", and ":remove-class" adblock filter syntax. (#33881) + - Increased size of the "Delete browsing data" modal. (#38898) + - Updated adblocking to apply generic "$removeparam" rules to document, subdocument, or xhr requests by default. (#38753) + - Updated WebTorrent library version. (#35385) + - Removed "Hangouts" from brave://settings/extensions. (#39660) + - Removed known tracking parameter "_branch_match_id" and "_branch_referrer" from URLs. (#39575) + - Fixed crash which occurred on navigation in certain cases. (#38333) + - Fixed selecting "Bring all tabs to this window" incorrectly moving Progressive Web Apps (PWAs) into the window as tabs. (#40287) + - Fixed local Brave Leo models incorrectly attaching page contents to system prompt. (#39525) + - Fixed side panel open and close animation not working properly in certain cases. (#39376) + - Fixed the Brave News RSS dialog not being closed when clicking the RSS button in the URL bar. (#37216) + - Upgraded Chromium to 128.0.6613.85. (#40586) (Changelog for 128.0.6613.85) +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.153/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/128.1.69.153/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5a47c209c3df4 --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.153/Brave.Brave.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.153 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.153/Brave.Brave.yaml b/manifests/b/Brave/Brave/128.1.69.153/Brave.Brave.yaml new file mode 100644 index 0000000000000..1542fd901d9d0 --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.153/Brave.Brave.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.153 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.160/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/128.1.69.160/Brave.Brave.installer.yaml new file mode 100644 index 0000000000000..2a574d5cb4e63 --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.160/Brave.Brave.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.160 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/128.1.69.160/brave_installer-ia32.exe + InstallerSha256: F3CD5EA369E991CEA2F989BF720ACC2D71E3777CAA686BA49BBAD9980463E9F0 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/128.1.69.160/brave_installer-ia32.exe + InstallerSha256: F3CD5EA369E991CEA2F989BF720ACC2D71E3777CAA686BA49BBAD9980463E9F0 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/128.1.69.160/brave_installer-x64.exe + InstallerSha256: DF0E7302569AC3A424E3D5F430DC3AAEFA61B13865FE4D36C0B8A15FAB0A2FDC + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/128.1.69.160/brave_installer-x64.exe + InstallerSha256: DF0E7302569AC3A424E3D5F430DC3AAEFA61B13865FE4D36C0B8A15FAB0A2FDC + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/128.1.69.160/brave_installer-arm64.exe + InstallerSha256: AE0A4E80F947CDB632D5568035C37031836A5F03E076CA4C428E58CCBCCF08E1 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/128.1.69.160/brave_installer-arm64.exe + InstallerSha256: AE0A4E80F947CDB632D5568035C37031836A5F03E076CA4C428E58CCBCCF08E1 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.160/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/128.1.69.160/Brave.Brave.locale.en-US.yaml new file mode 100644 index 0000000000000..0e07462fbfcbe --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.160/Brave.Brave.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.160 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: |- + Web3 + - Fixed crash when trying to bridge from ETH on Ethereum to SOL on Solana. (#40674) + - Fixed ZCash balance resolution issue. (#40635) + General + - Updated model names in Brave Leo models menu. (#40464) + - Updated tab separator contrast and height. (#40714) + - Fixed issue where synced devices could be duplicated in certain cases. (#40130) + - Fixed three dot menu not being displayed on Brave News cards. (#40621) + - Upgraded Chromium to 128.0.6613.114. (#40738) (Changelog for 128.0.6613.114) +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.160/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/128.1.69.160/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..099337c542688 --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.160/Brave.Brave.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.160 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.160/Brave.Brave.yaml b/manifests/b/Brave/Brave/128.1.69.160/Brave.Brave.yaml new file mode 100644 index 0000000000000..6618abfc2d60a --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.160/Brave.Brave.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.160 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.162/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/128.1.69.162/Brave.Brave.installer.yaml new file mode 100644 index 0000000000000..8e7550c48c8ca --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.162/Brave.Brave.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.162 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/128.1.69.162/brave_installer-ia32.exe + InstallerSha256: AF2E524AE6382FBCDE0489321A71457C23E7045910CAA29697CD1DC0B599F0A6 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/128.1.69.162/brave_installer-ia32.exe + InstallerSha256: AF2E524AE6382FBCDE0489321A71457C23E7045910CAA29697CD1DC0B599F0A6 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/128.1.69.162/brave_installer-x64.exe + InstallerSha256: A5850EDBEA962060595403D41F0996AC88944352B881EC7673BDD25B58F978C2 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/128.1.69.162/brave_installer-x64.exe + InstallerSha256: A5850EDBEA962060595403D41F0996AC88944352B881EC7673BDD25B58F978C2 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/128.1.69.162/brave_installer-arm64.exe + InstallerSha256: E34D069FD1826AEAFE4CEFC479D3396AB21718121FB2D7468CA367A7E1217D84 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/128.1.69.162/brave_installer-arm64.exe + InstallerSha256: E34D069FD1826AEAFE4CEFC479D3396AB21718121FB2D7468CA367A7E1217D84 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.162/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/128.1.69.162/Brave.Brave.locale.en-US.yaml new file mode 100644 index 0000000000000..3738b1659ad37 --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.162/Brave.Brave.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.162 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: |- + - Fixed Brave News button not being displayed on the New Tab Page prior to opt-in for Argentina and Germany locales. (#37839) + - Upgraded Chromium to 128.0.6613.120. (#40804) (Changelog for 128.0.6613.120) +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.162/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/128.1.69.162/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d208367a458d1 --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.162/Brave.Brave.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.162 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.162/Brave.Brave.yaml b/manifests/b/Brave/Brave/128.1.69.162/Brave.Brave.yaml new file mode 100644 index 0000000000000..f0d099dd6a1b9 --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.162/Brave.Brave.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.162 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.168/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/128.1.69.168/Brave.Brave.installer.yaml new file mode 100644 index 0000000000000..6e8cc1e0afb4e --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.168/Brave.Brave.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.168 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/128.1.69.168/brave_installer-ia32.exe + InstallerSha256: 894D1B2B3AEDC200EF5B87DB431ECB0F55BABB5A00260783A08DECF2107778C3 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/128.1.69.168/brave_installer-ia32.exe + InstallerSha256: 894D1B2B3AEDC200EF5B87DB431ECB0F55BABB5A00260783A08DECF2107778C3 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/128.1.69.168/brave_installer-x64.exe + InstallerSha256: A56B9BC7EB1CEA885F186C792B44A4657AE3D1608216620F53825E21CA24AB40 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/128.1.69.168/brave_installer-x64.exe + InstallerSha256: A56B9BC7EB1CEA885F186C792B44A4657AE3D1608216620F53825E21CA24AB40 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/128.1.69.168/brave_installer-arm64.exe + InstallerSha256: 6321B779FFA30770F28A6CC14EA6557F57A9D67AAF1A3E27D0AFE71E22BBCD8B + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/128.1.69.168/brave_installer-arm64.exe + InstallerSha256: 6321B779FFA30770F28A6CC14EA6557F57A9D67AAF1A3E27D0AFE71E22BBCD8B + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.168/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/128.1.69.168/Brave.Brave.locale.en-US.yaml new file mode 100644 index 0000000000000..9a43bc853bfa0 --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.168/Brave.Brave.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.168 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: '- Upgraded Chromium to 128.0.6613.138. (#40972) (Changelog for 128.0.6613.138)' +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.168/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/128.1.69.168/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..67b421cd650f3 --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.168/Brave.Brave.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.168 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://brave.com/latest +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/128.1.69.168/Brave.Brave.yaml b/manifests/b/Brave/Brave/128.1.69.168/Brave.Brave.yaml new file mode 100644 index 0000000000000..3246e1a49106e --- /dev/null +++ b/manifests/b/Brave/Brave/128.1.69.168/Brave.Brave.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 128.1.69.168 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.122/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.122/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..88a5cf0c8b6e0 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.122/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.122 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/127.1.69.122/brave_installer-ia32.exe + InstallerSha256: 8BFDC970DE4A7EBA6BEB91CA0D5AA05F7AE2F17F572D219ABAE8AA4324606856 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/127.1.69.122/brave_installer-ia32.exe + InstallerSha256: 8BFDC970DE4A7EBA6BEB91CA0D5AA05F7AE2F17F572D219ABAE8AA4324606856 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/127.1.69.122/brave_installer-x64.exe + InstallerSha256: 2559EF18B47D603309098D1A8271516729089CF648410E4BA1785DBED98E5100 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/127.1.69.122/brave_installer-x64.exe + InstallerSha256: 2559EF18B47D603309098D1A8271516729089CF648410E4BA1785DBED98E5100 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/127.1.69.122/brave_installer-arm64.exe + InstallerSha256: F5BFDBA8FA932262D398AF6E6E1E5E027508451188AD31A520AD4C8319A8A5C1 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/127.1.69.122/brave_installer-arm64.exe + InstallerSha256: F5BFDBA8FA932262D398AF6E6E1E5E027508451188AD31A520AD4C8319A8A5C1 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.122/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.122/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..4ba90846fd325 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.122/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.122 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.122/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.122/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c7c00532f91b4 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.122/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.122 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.122/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.122/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..ce923107ed4b7 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.122/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.122 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.124/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.124/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..a748b297a4ca0 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.124/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.124 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/127.1.69.124/brave_installer-ia32.exe + InstallerSha256: 9859EF9CB32C5B8546E38CDF26C95C48E67DC42DE4A602F44A352A4CD1ADF618 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/127.1.69.124/brave_installer-ia32.exe + InstallerSha256: 9859EF9CB32C5B8546E38CDF26C95C48E67DC42DE4A602F44A352A4CD1ADF618 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/127.1.69.124/brave_installer-x64.exe + InstallerSha256: 41AF9E72341BC5EECD7C734D281951FC62EBFB3F183B96D86AB634E985A14839 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/127.1.69.124/brave_installer-x64.exe + InstallerSha256: 41AF9E72341BC5EECD7C734D281951FC62EBFB3F183B96D86AB634E985A14839 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/127.1.69.124/brave_installer-arm64.exe + InstallerSha256: 9740763B35F1F19BD82CF60DECDB4A4F9EA701185909FE220594349AA5B62AFE + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/127.1.69.124/brave_installer-arm64.exe + InstallerSha256: 9740763B35F1F19BD82CF60DECDB4A4F9EA701185909FE220594349AA5B62AFE + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.124/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.124/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..aa0d53c303791 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.124/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.124 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.124/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.124/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..89cf55871bd35 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.124/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.124 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.124/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.124/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..35d95b2cb36e4 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.124/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.124 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.129/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.129/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..b3d29d0034d78 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.129/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.129 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/127.1.69.129/brave_installer-ia32.exe + InstallerSha256: 5785955622F485C796662BFC20ACE57462E67C7ADD625AA651BC043F88F1BABA + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/127.1.69.129/brave_installer-ia32.exe + InstallerSha256: 5785955622F485C796662BFC20ACE57462E67C7ADD625AA651BC043F88F1BABA + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/127.1.69.129/brave_installer-x64.exe + InstallerSha256: EA8375B07B87DDB957756DA1CE698B7917A7449ACE27C757E52547CD7B246FDB + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/127.1.69.129/brave_installer-x64.exe + InstallerSha256: EA8375B07B87DDB957756DA1CE698B7917A7449ACE27C757E52547CD7B246FDB + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/127.1.69.129/brave_installer-arm64.exe + InstallerSha256: E08C6F8ABE45EAFB6F6B78E57C51132BC08DD118CA6F5AAFEF5EC1E02B4BA12A + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/127.1.69.129/brave_installer-arm64.exe + InstallerSha256: E08C6F8ABE45EAFB6F6B78E57C51132BC08DD118CA6F5AAFEF5EC1E02B4BA12A + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.129/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.129/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..f1080a5788a91 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.129/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.129 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.129/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.129/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..75ac540f7cec0 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.129/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.129 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.129/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.129/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..927ec73bf8bac --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.129/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.129 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.131/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.131/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..acefd1effcc0f --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.131/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.131 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/127.1.69.131/brave_installer-ia32.exe + InstallerSha256: 8D6558CF6A308DC4903C091FAEFF325E23556A66EFC2599EA55BE9F9F9E0C036 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/127.1.69.131/brave_installer-ia32.exe + InstallerSha256: 8D6558CF6A308DC4903C091FAEFF325E23556A66EFC2599EA55BE9F9F9E0C036 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/127.1.69.131/brave_installer-x64.exe + InstallerSha256: 49AEA1EB8C37D12DE27F27A3B98A38A1A77B72512DC6478CEBDBD4D59322820A + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/127.1.69.131/brave_installer-x64.exe + InstallerSha256: 49AEA1EB8C37D12DE27F27A3B98A38A1A77B72512DC6478CEBDBD4D59322820A + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/127.1.69.131/brave_installer-arm64.exe + InstallerSha256: 5C5375A0E3F3EFF1C356ADE189061057F6744270A2604CB725B85167A748AF9E + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/127.1.69.131/brave_installer-arm64.exe + InstallerSha256: 5C5375A0E3F3EFF1C356ADE189061057F6744270A2604CB725B85167A748AF9E + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.131/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.131/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..c1469ebd70282 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.131/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.131 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.131/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.131/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3057d67727da5 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.131/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.131 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.131/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.131/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..ec2b8162a9473 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.131/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.136/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.136/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..c4a05b5b50458 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.136/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.136 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/127.1.69.136/brave_installer-ia32.exe + InstallerSha256: 78E3B07F75B0823994AB3107166FB46E7E22F09E4E860C9CEC45A12CCA3EA62C + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/127.1.69.136/brave_installer-ia32.exe + InstallerSha256: 78E3B07F75B0823994AB3107166FB46E7E22F09E4E860C9CEC45A12CCA3EA62C + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/127.1.69.136/brave_installer-x64.exe + InstallerSha256: E922E55B0A90FEF8C99DF955AEAB3DEA58E30FA066B4290FA93EC0A29C98A523 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/127.1.69.136/brave_installer-x64.exe + InstallerSha256: E922E55B0A90FEF8C99DF955AEAB3DEA58E30FA066B4290FA93EC0A29C98A523 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/127.1.69.136/brave_installer-arm64.exe + InstallerSha256: 9F9A6BEF2325AA4B39D658024AEF6760DB3D6B74DD4C585609DF3FC345182AF0 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/127.1.69.136/brave_installer-arm64.exe + InstallerSha256: 9F9A6BEF2325AA4B39D658024AEF6760DB3D6B74DD4C585609DF3FC345182AF0 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.136/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.136/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..bdff744a176ec --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.136/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.136 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.136/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.136/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a45de251efd3e --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.136/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.136 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.136/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.136/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..996fe52b92874 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.136/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.136 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.138/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.138/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..6916561c5cfb3 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.138/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.138 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/127.1.69.138/brave_installer-ia32.exe + InstallerSha256: 9DA82DAEB53F78D9681349B4C22DC6242E52CEB49FCCF2B41D727DD54207DCD6 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/127.1.69.138/brave_installer-ia32.exe + InstallerSha256: 9DA82DAEB53F78D9681349B4C22DC6242E52CEB49FCCF2B41D727DD54207DCD6 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/127.1.69.138/brave_installer-x64.exe + InstallerSha256: 734BE658EF28D82CF1FB61AD493367B7E3B61B9BEC7C6B5848B518D39A664589 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/127.1.69.138/brave_installer-x64.exe + InstallerSha256: 734BE658EF28D82CF1FB61AD493367B7E3B61B9BEC7C6B5848B518D39A664589 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/127.1.69.138/brave_installer-arm64.exe + InstallerSha256: D14799441B040A7CBBF79BE2911B602515F1687A7C0940AF812501D272A37271 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/127.1.69.138/brave_installer-arm64.exe + InstallerSha256: D14799441B040A7CBBF79BE2911B602515F1687A7C0940AF812501D272A37271 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.138/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.138/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..fe5e7167905c2 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.138/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.138 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.138/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.138/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..98cebd6903e36 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.138/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.138 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/127.1.69.138/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/127.1.69.138/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..d32cd729f5ce5 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/127.1.69.138/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 127.1.69.138 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.101/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.101/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..d97eb39171862 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.101/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.101 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/128.1.70.101/brave_installer-ia32.exe + InstallerSha256: 9A8076950B3CC5A9B41247565813F8E14EFA970856C8D2838B8878A734CF7CC3 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/128.1.70.101/brave_installer-ia32.exe + InstallerSha256: 9A8076950B3CC5A9B41247565813F8E14EFA970856C8D2838B8878A734CF7CC3 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/128.1.70.101/brave_installer-x64.exe + InstallerSha256: F894441697092328F1B090B11959C5F90E26E2CDEC5AEDEF2F972EF783A2C343 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/128.1.70.101/brave_installer-x64.exe + InstallerSha256: F894441697092328F1B090B11959C5F90E26E2CDEC5AEDEF2F972EF783A2C343 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/128.1.70.101/brave_installer-arm64.exe + InstallerSha256: E32ED2D61A580A5EEC936097CAF939F3CB1A5010CD96F376B7A6271214834F8A + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/128.1.70.101/brave_installer-arm64.exe + InstallerSha256: E32ED2D61A580A5EEC936097CAF939F3CB1A5010CD96F376B7A6271214834F8A + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.101/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.101/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..583c973885dd1 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.101/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.101 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.101/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.101/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9a807de850d0a --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.101/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.101 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.101/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.101/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..94cfdd399b260 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.101/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.107/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.107/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..3d8b9c045c1d5 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.107/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.107 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/128.1.70.107/brave_installer-ia32.exe + InstallerSha256: AECC4DC81FC96035F55DF9367D683345D2D186B5213C4D2F4277ACE0475B7650 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/128.1.70.107/brave_installer-ia32.exe + InstallerSha256: AECC4DC81FC96035F55DF9367D683345D2D186B5213C4D2F4277ACE0475B7650 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/128.1.70.107/brave_installer-x64.exe + InstallerSha256: 0407D36C0C182C46ABFEAE0B5C09EC79E4BBD2C422C9950847F6407880B0473C + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/128.1.70.107/brave_installer-x64.exe + InstallerSha256: 0407D36C0C182C46ABFEAE0B5C09EC79E4BBD2C422C9950847F6407880B0473C + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/128.1.70.107/brave_installer-arm64.exe + InstallerSha256: 8121B9B316CB94683320F9BAF1728E6E55BD732BD5956094D3B50479954FDB7F + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/128.1.70.107/brave_installer-arm64.exe + InstallerSha256: 8121B9B316CB94683320F9BAF1728E6E55BD732BD5956094D3B50479954FDB7F + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.107/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.107/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..95349499638fe --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.107/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.107 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.107/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.107/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..395d734c6c228 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.107/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.107 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.107/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.107/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..92dd9b9e4cfa7 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.107/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.107 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.80/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.80/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..05302c2ab99f1 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.80/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.80 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/128.1.70.80/brave_installer-ia32.exe + InstallerSha256: C9072CCCEA895F37FB97B9852F6CD159DBFAE98EAC9A5BCCF5F791B51EB9CF46 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/128.1.70.80/brave_installer-ia32.exe + InstallerSha256: C9072CCCEA895F37FB97B9852F6CD159DBFAE98EAC9A5BCCF5F791B51EB9CF46 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/128.1.70.80/brave_installer-x64.exe + InstallerSha256: CF9B98B98A57C6C0D134ADF292B346EE37D7B9DC2044AC3CEF656D1FD737ECBF + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/128.1.70.80/brave_installer-x64.exe + InstallerSha256: CF9B98B98A57C6C0D134ADF292B346EE37D7B9DC2044AC3CEF656D1FD737ECBF + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/128.1.70.80/brave_installer-arm64.exe + InstallerSha256: FD5F4441D67284F2E0EC4CBDF8A5024C6D1A80BB69A5631808CB71500CD067D4 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/128.1.70.80/brave_installer-arm64.exe + InstallerSha256: FD5F4441D67284F2E0EC4CBDF8A5024C6D1A80BB69A5631808CB71500CD067D4 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.80/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.80/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..500834c38311c --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.80/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.80 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.80/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.80/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4a2252f9c5c3e --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.80/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.80 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.80/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.80/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..c52767f76e535 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.80/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.80 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.85/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.85/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..d9fe0ee1b9520 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.85/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.85 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/128.1.70.85/brave_installer-ia32.exe + InstallerSha256: 4AE4FE6F911CA34456EA7D850AFDD16E6106108051C7F0F0575855D66A7746FE + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/128.1.70.85/brave_installer-ia32.exe + InstallerSha256: 4AE4FE6F911CA34456EA7D850AFDD16E6106108051C7F0F0575855D66A7746FE + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/128.1.70.85/brave_installer-x64.exe + InstallerSha256: 256C03B4E8B2359FB9B88B83313CAD72F8D63F0A55704305BDD5B0D3123AC4F5 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/128.1.70.85/brave_installer-x64.exe + InstallerSha256: 256C03B4E8B2359FB9B88B83313CAD72F8D63F0A55704305BDD5B0D3123AC4F5 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/128.1.70.85/brave_installer-arm64.exe + InstallerSha256: 73BA9C7A9BA2869F118BC9841057F52072AD477CC548E9F88B3CFF518F4217C2 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/128.1.70.85/brave_installer-arm64.exe + InstallerSha256: 73BA9C7A9BA2869F118BC9841057F52072AD477CC548E9F88B3CFF518F4217C2 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.85/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.85/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..21d1fe17f0d6d --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.85/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.85 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.85/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.85/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1da259015443b --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.85/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.85 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.85/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.85/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..c0eea89687dab --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.85/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.85 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.92/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.92/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..365f9527e1200 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.92/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.92 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/128.1.70.92/brave_installer-ia32.exe + InstallerSha256: E687F95B66325F962F0ED69AE7AC318C26A70F5A2DE80AEFDF10E3AD9673B762 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/128.1.70.92/brave_installer-ia32.exe + InstallerSha256: E687F95B66325F962F0ED69AE7AC318C26A70F5A2DE80AEFDF10E3AD9673B762 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/128.1.70.92/brave_installer-x64.exe + InstallerSha256: 4325B1ECD4DFACCE2FB19559695046573978AC5B83332D576282CEC39A10A5FA + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/128.1.70.92/brave_installer-x64.exe + InstallerSha256: 4325B1ECD4DFACCE2FB19559695046573978AC5B83332D576282CEC39A10A5FA + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/128.1.70.92/brave_installer-arm64.exe + InstallerSha256: EC040A20FB64AA2BAFC9CDFE0A5D02A6F0E1171C10E3B14F1D8FAD7DF8847E59 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/128.1.70.92/brave_installer-arm64.exe + InstallerSha256: EC040A20FB64AA2BAFC9CDFE0A5D02A6F0E1171C10E3B14F1D8FAD7DF8847E59 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.92/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.92/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..c3ab890cebf3f --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.92/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.92 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.92/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.92/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..184dadf8cc012 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.92/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.92 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.92/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.92/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..072fddd8a8c85 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.92/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.92 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.94/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.94/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..8f4af7caf7649 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.94/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.94 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/128.1.70.94/brave_installer-ia32.exe + InstallerSha256: 68E09AF4346415FD13200D294F723C337EAF02280F33667DC4EE5ED324E21A74 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/128.1.70.94/brave_installer-ia32.exe + InstallerSha256: 68E09AF4346415FD13200D294F723C337EAF02280F33667DC4EE5ED324E21A74 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/128.1.70.94/brave_installer-x64.exe + InstallerSha256: C89E113D51174B82AAB98FB5168B0762B4651D187A3739AB830CF2EB646BA4B9 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/128.1.70.94/brave_installer-x64.exe + InstallerSha256: C89E113D51174B82AAB98FB5168B0762B4651D187A3739AB830CF2EB646BA4B9 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/128.1.70.94/brave_installer-arm64.exe + InstallerSha256: DDC75C3248E5D071F40CF8623E854004ECED8FE82659BF6DD70923A5E780588C + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/128.1.70.94/brave_installer-arm64.exe + InstallerSha256: DDC75C3248E5D071F40CF8623E854004ECED8FE82659BF6DD70923A5E780588C + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.94/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.94/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..98e7bfba24589 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.94/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.94 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.94/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.94/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f7062253413a5 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.94/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.94 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Beta/128.1.70.94/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/128.1.70.94/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..70cc47388bc94 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/128.1.70.94/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 128.1.70.94 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.11/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.11/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..741477e207715 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.11/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.11 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.11/brave_installer-ia32.exe + InstallerSha256: C0721689234813DF31FC8387A20068DD011AC7679368DA690FBD58FC1452B9C2 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.11/brave_installer-ia32.exe + InstallerSha256: C0721689234813DF31FC8387A20068DD011AC7679368DA690FBD58FC1452B9C2 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.11/brave_installer-x64.exe + InstallerSha256: B5B39ACFF5EBAE83400E21FE0ABB117D1AC3545EB6499A72E41A04030795DA64 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.11/brave_installer-x64.exe + InstallerSha256: B5B39ACFF5EBAE83400E21FE0ABB117D1AC3545EB6499A72E41A04030795DA64 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.11/brave_installer-arm64.exe + InstallerSha256: 76B0133E4B68EB3710809115658E4FF049D76B02BF17B41CF29A92FEC6E62BE5 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.11/brave_installer-arm64.exe + InstallerSha256: 76B0133E4B68EB3710809115658E4FF049D76B02BF17B41CF29A92FEC6E62BE5 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.11/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.11/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..1a7bc5a91881d --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.11/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.11 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.11/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.11/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..57dcff5f7f144 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.11/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.11 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.11/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.11/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..b8485c25e120b --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.11/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.15/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.15/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..50c5349514795 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.15/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.15 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.15/brave_installer-ia32.exe + InstallerSha256: 5F624E507BA9C00EAA723162F2581083165FD0488F26544E4A7A5AA29ABB8756 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.15/brave_installer-ia32.exe + InstallerSha256: 5F624E507BA9C00EAA723162F2581083165FD0488F26544E4A7A5AA29ABB8756 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.15/brave_installer-x64.exe + InstallerSha256: DBF867F9686CF73F5716C5B3ACFE86EB46F1D4FB0BF801EF9A54DBA2B94979E6 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.15/brave_installer-x64.exe + InstallerSha256: DBF867F9686CF73F5716C5B3ACFE86EB46F1D4FB0BF801EF9A54DBA2B94979E6 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.15/brave_installer-arm64.exe + InstallerSha256: 921F9D02FF49E26D49A723045A71A0202D91158F64ECEC2404AC03775076EDF8 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.15/brave_installer-arm64.exe + InstallerSha256: 921F9D02FF49E26D49A723045A71A0202D91158F64ECEC2404AC03775076EDF8 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.15/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.15/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..43f21c2d5ac43 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.15/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.15 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.15/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.15/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..82e740603d85d --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.15/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.15 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.15/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.15/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..35d6eabf7d353 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.15/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.18/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.18/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..82e0c47b8f703 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.18/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.18 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.18/brave_installer-ia32.exe + InstallerSha256: E4FF0BF0A100434CFEF7D03F27B64266875799158F4E45DC91D01146F0895C33 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.18/brave_installer-ia32.exe + InstallerSha256: E4FF0BF0A100434CFEF7D03F27B64266875799158F4E45DC91D01146F0895C33 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.18/brave_installer-x64.exe + InstallerSha256: 216C6A7FCE59B39FBA97386AF86DDB07EE56890F444D5672D6B922FACBAD8E63 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.18/brave_installer-x64.exe + InstallerSha256: 216C6A7FCE59B39FBA97386AF86DDB07EE56890F444D5672D6B922FACBAD8E63 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.18/brave_installer-arm64.exe + InstallerSha256: 46E0C62003D3077440AAB3A0D08307F0F5B4E43BEF120E34DCE6EBF05820768A + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.18/brave_installer-arm64.exe + InstallerSha256: 46E0C62003D3077440AAB3A0D08307F0F5B4E43BEF120E34DCE6EBF05820768A + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.18/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.18/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..ea10dc0d2f191 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.18/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.18 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.18/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.18/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..94248466853b4 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.18/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.18 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.18/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.18/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..cf41af4ae248d --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.18/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.21/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.21/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..accd9e4497991 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.21/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.21 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.21/brave_installer-ia32.exe + InstallerSha256: 62D3F7CC6971D811E16DE20B92A6825017208D9003B51FB239BF8D8E898F4CF0 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.21/brave_installer-ia32.exe + InstallerSha256: 62D3F7CC6971D811E16DE20B92A6825017208D9003B51FB239BF8D8E898F4CF0 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.21/brave_installer-x64.exe + InstallerSha256: 74C262C3E1FFC71C77520EDB0ADCE5B6066CBFCBEC8F9076B040712FA26833D1 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.21/brave_installer-x64.exe + InstallerSha256: 74C262C3E1FFC71C77520EDB0ADCE5B6066CBFCBEC8F9076B040712FA26833D1 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.21/brave_installer-arm64.exe + InstallerSha256: FB462E623AD227949A33DF7EBBAC7DEE17CF7631252D8A794CBD577665CFE042 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.21/brave_installer-arm64.exe + InstallerSha256: FB462E623AD227949A33DF7EBBAC7DEE17CF7631252D8A794CBD577665CFE042 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.21/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.21/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..38390a44a5b88 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.21/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.21 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.21/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.21/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f5bcaee6418f7 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.21/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.21 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.21/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.21/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..387f325a94e75 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.21/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.24/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.24/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..5a0440fe07c76 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.24/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.24 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.24/brave_installer-ia32.exe + InstallerSha256: 72B2FB018E5976A866D48637B0A4E320F60D1B272D23C504C5D17B3BE5B5744D + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.24/brave_installer-ia32.exe + InstallerSha256: 72B2FB018E5976A866D48637B0A4E320F60D1B272D23C504C5D17B3BE5B5744D + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.24/brave_installer-x64.exe + InstallerSha256: A35E837C73B22689CFC83D480FB35FA5BE3FB08C491392D5AAB9D75DED10BAD4 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.24/brave_installer-x64.exe + InstallerSha256: A35E837C73B22689CFC83D480FB35FA5BE3FB08C491392D5AAB9D75DED10BAD4 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.24/brave_installer-arm64.exe + InstallerSha256: C2A609113312EF6B6575A7AB73A4C30A0721D203EBDB0EF7DC18893AAD11F261 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.24/brave_installer-arm64.exe + InstallerSha256: C2A609113312EF6B6575A7AB73A4C30A0721D203EBDB0EF7DC18893AAD11F261 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.24/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.24/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..c6e32486bdd2d --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.24/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.24 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.24/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.24/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c0fb44101ab9f --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.24/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.24 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.24/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.24/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..812453492f86b --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.24/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.26/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.26/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..bfd658ee73928 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.26/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.26 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.26/brave_installer-ia32.exe + InstallerSha256: 64E2218F3BD1A609CEAA5525AB091714BDE38A3EB406D9FCCC56B2259D508531 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.26/brave_installer-ia32.exe + InstallerSha256: 64E2218F3BD1A609CEAA5525AB091714BDE38A3EB406D9FCCC56B2259D508531 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.26/brave_installer-x64.exe + InstallerSha256: EFBFF147F17FCB87BE8FB40B6A9670EACBC718B93A05F22E9FA21169EA09E705 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.26/brave_installer-x64.exe + InstallerSha256: EFBFF147F17FCB87BE8FB40B6A9670EACBC718B93A05F22E9FA21169EA09E705 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.26/brave_installer-arm64.exe + InstallerSha256: B16B55664C8DFA90E10EB3B6AC8A17AEABD9DFF02A0CBDDA4F4720B2F4FFB5FD + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.26/brave_installer-arm64.exe + InstallerSha256: B16B55664C8DFA90E10EB3B6AC8A17AEABD9DFF02A0CBDDA4F4720B2F4FFB5FD + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.26/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.26/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..5a7ebd76238d4 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.26/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.26 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.26/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.26/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e460d16579b80 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.26/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.26 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.26/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.26/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..a74e142bbfd9f --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.26/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.30/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.30/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..292970eb214a2 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.30/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.30 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.30/brave_installer-ia32.exe + InstallerSha256: 991A1FF96181E2EA7EE1718957CC79AC1F0E531E0040A65D66955E0614D40E1B + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.30/brave_installer-ia32.exe + InstallerSha256: 991A1FF96181E2EA7EE1718957CC79AC1F0E531E0040A65D66955E0614D40E1B + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.30/brave_installer-x64.exe + InstallerSha256: 8CA9B51AD1A035BBEB7AD39A7B6599CF8F923E2606C106A1340F83B71DEFB521 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.30/brave_installer-x64.exe + InstallerSha256: 8CA9B51AD1A035BBEB7AD39A7B6599CF8F923E2606C106A1340F83B71DEFB521 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.30/brave_installer-arm64.exe + InstallerSha256: 11824D3AD939FA60D437AEF7343322FE03A7BB811391C43CE8A559A77F190A44 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.30/brave_installer-arm64.exe + InstallerSha256: 11824D3AD939FA60D437AEF7343322FE03A7BB811391C43CE8A559A77F190A44 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.30/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.30/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..5baa70cf217b8 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.30/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.30 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.30/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.30/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2ff9e7f3650a4 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.30/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.30 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.30/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.30/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..197fafbdd3c1e --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.30/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.41/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.41/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..aeea864730c7b --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.41/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.41 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.41/brave_installer-ia32.exe + InstallerSha256: F792915D21DAED6FB2F719CD7B52EE701A635E693EB848C2C142A3983BFA868F + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.41/brave_installer-ia32.exe + InstallerSha256: F792915D21DAED6FB2F719CD7B52EE701A635E693EB848C2C142A3983BFA868F + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.41/brave_installer-x64.exe + InstallerSha256: 92C06630BCB7823C06983DCD0A3AC0827FEA55E0BB547C699A223581DADD5F85 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.41/brave_installer-x64.exe + InstallerSha256: 92C06630BCB7823C06983DCD0A3AC0827FEA55E0BB547C699A223581DADD5F85 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.41/brave_installer-arm64.exe + InstallerSha256: 5724C1D1C9421B6056A654B30E6A668723A0D5521534A3542ADA928A7FAF7952 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.41/brave_installer-arm64.exe + InstallerSha256: 5724C1D1C9421B6056A654B30E6A668723A0D5521534A3542ADA928A7FAF7952 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.41/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.41/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..2db8effada938 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.41/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.41 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.41/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.41/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9aa17fdfe3fc0 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.41/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.41 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.41/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.41/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..e7d7504b24269 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.41/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.41 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.44/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.44/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..fd48af4f31094 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.44/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.44 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.44/brave_installer-ia32.exe + InstallerSha256: 6E66ACBF9833227AEFA7FD5D5FA5ED09355F53B4F2EBDCEF32617392471B0414 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.44/brave_installer-ia32.exe + InstallerSha256: 6E66ACBF9833227AEFA7FD5D5FA5ED09355F53B4F2EBDCEF32617392471B0414 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.44/brave_installer-x64.exe + InstallerSha256: 31CBF847E6BBBAD5A5E9C1F512CBF88E8DDDC141BF2BA0813B41A369E210ABE6 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.44/brave_installer-x64.exe + InstallerSha256: 31CBF847E6BBBAD5A5E9C1F512CBF88E8DDDC141BF2BA0813B41A369E210ABE6 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.44/brave_installer-arm64.exe + InstallerSha256: 3B991D71FEFCA0761298BDCFF6FA9C99B8613C83A8C2D779ABE8B0C8525F83EA + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.44/brave_installer-arm64.exe + InstallerSha256: 3B991D71FEFCA0761298BDCFF6FA9C99B8613C83A8C2D779ABE8B0C8525F83EA + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.44/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.44/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..d0c41a0d6bd55 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.44/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.44 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.44/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.44/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0ffc71e4929ae --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.44/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.44 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.44/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.44/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..491409cfcfba2 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.44/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.44 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.49/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.49/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..239858c7ecaf3 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.49/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.49 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.49/brave_installer-ia32.exe + InstallerSha256: 69AA7043FDA2536D3F626449CF61766380D242FD70814636D9F81A69C757F3B5 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.49/brave_installer-ia32.exe + InstallerSha256: 69AA7043FDA2536D3F626449CF61766380D242FD70814636D9F81A69C757F3B5 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.49/brave_installer-x64.exe + InstallerSha256: C275168CD9CDFE0F748E0543076C0BBEFD404D997C0B2D67FED84BF2A746338E + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.49/brave_installer-x64.exe + InstallerSha256: C275168CD9CDFE0F748E0543076C0BBEFD404D997C0B2D67FED84BF2A746338E + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.49/brave_installer-arm64.exe + InstallerSha256: A12172B936D9C433F758F054D4E52BA891237E8CFF0CA9F15D5F2EB90DCB6FC0 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.49/brave_installer-arm64.exe + InstallerSha256: A12172B936D9C433F758F054D4E52BA891237E8CFF0CA9F15D5F2EB90DCB6FC0 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.49/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.49/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..c6cfbd5ce8916 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.49/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.49 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.49/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.49/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..16064fa135e13 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.49/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.49 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.49/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.49/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..1e1b85b7732d1 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.49/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.49 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.52/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.52/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..611ddced5247c --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.52/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.52 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.52/brave_installer-ia32.exe + InstallerSha256: 5FDF18D4134B1D16F1E6ED4CD1B81D4761CEB0B6007752FCDF3001E8262113E0 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.52/brave_installer-ia32.exe + InstallerSha256: 5FDF18D4134B1D16F1E6ED4CD1B81D4761CEB0B6007752FCDF3001E8262113E0 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.52/brave_installer-x64.exe + InstallerSha256: E4B3465090CC965312621B6721D157868408635AB1FDF8F9CDD8C54F44E2BC57 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.52/brave_installer-x64.exe + InstallerSha256: E4B3465090CC965312621B6721D157868408635AB1FDF8F9CDD8C54F44E2BC57 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.52/brave_installer-arm64.exe + InstallerSha256: 6B11E701C14F3FB4E1A17B9D1A54C83ED9375A02723AC3D83DE6D3E9B598152D + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.52/brave_installer-arm64.exe + InstallerSha256: 6B11E701C14F3FB4E1A17B9D1A54C83ED9375A02723AC3D83DE6D3E9B598152D + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.52/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.52/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..07effc2cd4c1d --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.52/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.52 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.52/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.52/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..11c630d6a1636 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.52/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.52 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.52/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.52/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..ab378e46bad91 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.52/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.52 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.55/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.55/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..f06971d2da21c --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.55/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.55 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.55/brave_installer-ia32.exe + InstallerSha256: BE1C81AD37B09468EADA4127642458E11D05978FF8BACEEF9B0D90594A2E33FF + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.55/brave_installer-ia32.exe + InstallerSha256: BE1C81AD37B09468EADA4127642458E11D05978FF8BACEEF9B0D90594A2E33FF + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.55/brave_installer-x64.exe + InstallerSha256: C65933DAF476D08513EB1968E692233C778A9396BE54AB6E7B8D61B40552B7C0 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.55/brave_installer-x64.exe + InstallerSha256: C65933DAF476D08513EB1968E692233C778A9396BE54AB6E7B8D61B40552B7C0 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.55/brave_installer-arm64.exe + InstallerSha256: C411AD7CB6CE7C0AC89832E244224E4382899D7D0F7F64A21C469190333A5E37 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.55/brave_installer-arm64.exe + InstallerSha256: C411AD7CB6CE7C0AC89832E244224E4382899D7D0F7F64A21C469190333A5E37 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.55/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.55/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..4a95753ba89ad --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.55/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.55 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.55/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.55/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..42e722c87a3b9 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.55/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.55 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.55/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.55/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..54765ca8e04e9 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.55/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.55 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.6/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.6/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..5f510af3d62e2 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.6/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.6 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.6/brave_installer-ia32.exe + InstallerSha256: A00D4F7737261482A64891CDFCCFE6B462E4B3A16D0E96635223FB2FAF42D3B6 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/127.1.70.6/brave_installer-ia32.exe + InstallerSha256: A00D4F7737261482A64891CDFCCFE6B462E4B3A16D0E96635223FB2FAF42D3B6 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.6/brave_installer-x64.exe + InstallerSha256: 4063FB5310142C884A86C3C5368B5D7636B5572C450ECAF58581B8CE5DBE193E + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/127.1.70.6/brave_installer-x64.exe + InstallerSha256: 4063FB5310142C884A86C3C5368B5D7636B5572C450ECAF58581B8CE5DBE193E + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.6/brave_installer-arm64.exe + InstallerSha256: 231E06C151EE3E89FAB337CA6496A49A1073F4FFEB42E603E8B33A51193725B7 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/127.1.70.6/brave_installer-arm64.exe + InstallerSha256: 231E06C151EE3E89FAB337CA6496A49A1073F4FFEB42E603E8B33A51193725B7 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.6/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.6/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..ba81f38269e60 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.6/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.6 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.6/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.6/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..956e71809985d --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.6/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.6 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/127.1.70.6/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/127.1.70.6/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..ef6f5de136a63 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/127.1.70.6/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 127.1.70.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.58/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.58/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..8fb41c0f0f93c --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.58/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.58 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.70.58/brave_installer-ia32.exe + InstallerSha256: B4DC98B807DC06ADE1C367D6D59B150AF68CE04D1BAEFA96D750AE73611B9E64 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.70.58/brave_installer-ia32.exe + InstallerSha256: B4DC98B807DC06ADE1C367D6D59B150AF68CE04D1BAEFA96D750AE73611B9E64 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.70.58/brave_installer-x64.exe + InstallerSha256: 3D180E9AF90ED8F637AD142BAAF658F70DC26273D656EE1553437A6C7F4FD6D3 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.70.58/brave_installer-x64.exe + InstallerSha256: 3D180E9AF90ED8F637AD142BAAF658F70DC26273D656EE1553437A6C7F4FD6D3 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.70.58/brave_installer-arm64.exe + InstallerSha256: 9961634E376828D3FAC51AC2DDFF8AC889C0CD2255BC7CE081C8BE0BAF2D00D2 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.70.58/brave_installer-arm64.exe + InstallerSha256: 9961634E376828D3FAC51AC2DDFF8AC889C0CD2255BC7CE081C8BE0BAF2D00D2 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.58/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.58/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..178d91814d87e --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.58/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.58 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.58/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.58/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4588bff8c0140 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.58/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.58 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.58/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.58/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..2e120b942e845 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.58/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.58 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.61/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.61/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..ba9656ac3c42d --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.61/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.61 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.70.61/brave_installer-ia32.exe + InstallerSha256: 3BD1AE52D58A21A9E503D4A6C3A6DD924A7595CB90D48A4B0113E3C10D042F0D + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.70.61/brave_installer-ia32.exe + InstallerSha256: 3BD1AE52D58A21A9E503D4A6C3A6DD924A7595CB90D48A4B0113E3C10D042F0D + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.70.61/brave_installer-x64.exe + InstallerSha256: 4688AD7EDB029B66C81C6FAC7F33AA4AA872FD66B70A252BF79576ADD9BD2C3B + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.70.61/brave_installer-x64.exe + InstallerSha256: 4688AD7EDB029B66C81C6FAC7F33AA4AA872FD66B70A252BF79576ADD9BD2C3B + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.70.61/brave_installer-arm64.exe + InstallerSha256: E8034C99B1D8BC76166B6506A064A1A8B68E99D8989678280863BDF35717398D + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.70.61/brave_installer-arm64.exe + InstallerSha256: E8034C99B1D8BC76166B6506A064A1A8B68E99D8989678280863BDF35717398D + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.61/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.61/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..edcfb8b1f61a5 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.61/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.61 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.61/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.61/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d12d69f95c930 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.61/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.61 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.61/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.61/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..264efdf6a8e7e --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.61/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.61 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.66/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.66/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..3aeacdcf6c26b --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.66/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.66 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.70.66/brave_installer-ia32.exe + InstallerSha256: D782CC7CC2A59BDE160668172766A80AA0E896F2F690D06F4DF2D20EA59E4306 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.70.66/brave_installer-ia32.exe + InstallerSha256: D782CC7CC2A59BDE160668172766A80AA0E896F2F690D06F4DF2D20EA59E4306 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.70.66/brave_installer-x64.exe + InstallerSha256: FD555E6C6783025752586B8FCF16C44F49F2D8DA1A7672BD09620B0BBA956461 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.70.66/brave_installer-x64.exe + InstallerSha256: FD555E6C6783025752586B8FCF16C44F49F2D8DA1A7672BD09620B0BBA956461 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.70.66/brave_installer-arm64.exe + InstallerSha256: A761FB7B022D79BD2E13C8B66DB828D8516E4940E9B012A763C37ACCEE85C31E + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.70.66/brave_installer-arm64.exe + InstallerSha256: A761FB7B022D79BD2E13C8B66DB828D8516E4940E9B012A763C37ACCEE85C31E + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.66/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.66/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..45da8c53d273e --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.66/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.66 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.66/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.66/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0ec2814b77fd4 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.66/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.66 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.66/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.66/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..aa4f162c5349b --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.66/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.66 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.77/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.77/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..10de3f824f73a --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.77/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.77 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.70.77/brave_installer-ia32.exe + InstallerSha256: B15B562C3E5A3423FA228BADC2A9CD512B8811CEF86F80D1767A971D7FB506D8 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.70.77/brave_installer-ia32.exe + InstallerSha256: B15B562C3E5A3423FA228BADC2A9CD512B8811CEF86F80D1767A971D7FB506D8 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.70.77/brave_installer-x64.exe + InstallerSha256: 3639BFF8BE549879D6475548F7C90339FEE875AD58775452FB39D50246EBD93D + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.70.77/brave_installer-x64.exe + InstallerSha256: 3639BFF8BE549879D6475548F7C90339FEE875AD58775452FB39D50246EBD93D + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.70.77/brave_installer-arm64.exe + InstallerSha256: 8A7C98C5E3F7DD33CF8248FB4EA73C2FB0121F41CD340041C6D5AE0DC446A9AA + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.70.77/brave_installer-arm64.exe + InstallerSha256: 8A7C98C5E3F7DD33CF8248FB4EA73C2FB0121F41CD340041C6D5AE0DC446A9AA + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.77/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.77/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..ddd58eb70c474 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.77/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.77 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.77/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.77/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d33f7dbc8415e --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.77/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.77 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.70.77/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.70.77/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..a0ced0f7d84d8 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.70.77/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.70.77 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.10/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.10/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..518ea7b8b456e --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.10/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.10 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.10/brave_installer-ia32.exe + InstallerSha256: 927194298949A89835B7F3276EC0860B8946CB9519C99721BB2CF803E2EE389A + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.10/brave_installer-ia32.exe + InstallerSha256: 927194298949A89835B7F3276EC0860B8946CB9519C99721BB2CF803E2EE389A + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.10/brave_installer-x64.exe + InstallerSha256: 3144C955D6192D6C946ADCE20EFB0C9C886DCECBDA5429A5666B32305A5E1B1D + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.10/brave_installer-x64.exe + InstallerSha256: 3144C955D6192D6C946ADCE20EFB0C9C886DCECBDA5429A5666B32305A5E1B1D + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.10/brave_installer-arm64.exe + InstallerSha256: F3AC533F951789BAA4F58215FA8B9E8C6A19F6281BD3899EDEFF599984988F28 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.10/brave_installer-arm64.exe + InstallerSha256: F3AC533F951789BAA4F58215FA8B9E8C6A19F6281BD3899EDEFF599984988F28 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.10/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.10/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..dfd7d7f422eda --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.10/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.10 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.10/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.10/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b049a872b33dc --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.10/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.10 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.10/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.10/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..2479ca1b8cb49 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.10/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.16/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.16/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..2f06219a45286 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.16/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.16 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.16/brave_installer-ia32.exe + InstallerSha256: 4F6DD35FF222EF6629DABB5F0F9C5EF2B75ECC5DF82D9B85D9B2FA67ED848C49 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.16/brave_installer-ia32.exe + InstallerSha256: 4F6DD35FF222EF6629DABB5F0F9C5EF2B75ECC5DF82D9B85D9B2FA67ED848C49 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.16/brave_installer-x64.exe + InstallerSha256: 48FB3B3F1C1C35AC59EA12D7997A522828BE4EAB80341C04AF6F6E49C64C2329 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.16/brave_installer-x64.exe + InstallerSha256: 48FB3B3F1C1C35AC59EA12D7997A522828BE4EAB80341C04AF6F6E49C64C2329 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.16/brave_installer-arm64.exe + InstallerSha256: 70E8154C01A3842150EACF6E051AC985D853845689DB6D0D92804FA42599EE53 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.16/brave_installer-arm64.exe + InstallerSha256: 70E8154C01A3842150EACF6E051AC985D853845689DB6D0D92804FA42599EE53 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.16/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.16/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..ad0ff02dd9783 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.16/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.16 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.16/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.16/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bb8563234906b --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.16/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.16 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.16/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.16/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..4982c1fcf26b1 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.16/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.19/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.19/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..959e4ac984313 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.19/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.19 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.19/brave_installer-ia32.exe + InstallerSha256: FDB47747C8C87AE1D9E0622538AA0471E1663EE528182E6023DE95858C66511F + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.19/brave_installer-ia32.exe + InstallerSha256: FDB47747C8C87AE1D9E0622538AA0471E1663EE528182E6023DE95858C66511F + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.19/brave_installer-x64.exe + InstallerSha256: 66E4ABCF6CAC684EDDA0141A6B80268F06B10B4C09EBC180B24976903DF73D1B + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.19/brave_installer-x64.exe + InstallerSha256: 66E4ABCF6CAC684EDDA0141A6B80268F06B10B4C09EBC180B24976903DF73D1B + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.19/brave_installer-arm64.exe + InstallerSha256: 83544DAECA5C8A2BF76094789D170E6B1E56201D540F8FCA6DB160B3AC16D662 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.19/brave_installer-arm64.exe + InstallerSha256: 83544DAECA5C8A2BF76094789D170E6B1E56201D540F8FCA6DB160B3AC16D662 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.19/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.19/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..d7ea7224aa9ae --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.19/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.19 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.19/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.19/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dbb84840e52ff --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.19/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.19 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.19/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.19/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..18ca5339b4541 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.19/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.2/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.2/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..866298e7792fd --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.2/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.2 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.2/brave_installer-ia32.exe + InstallerSha256: 35469C229B62A7E3C1BC9C25CD056815F9F142A621BCC789ACCD6E15856A310F + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.2/brave_installer-ia32.exe + InstallerSha256: 35469C229B62A7E3C1BC9C25CD056815F9F142A621BCC789ACCD6E15856A310F + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.2/brave_installer-x64.exe + InstallerSha256: FA8F3744EAF4578525E414A7BDC2F79A3C1C73FEF873693FB079C4EC437A6199 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.2/brave_installer-x64.exe + InstallerSha256: FA8F3744EAF4578525E414A7BDC2F79A3C1C73FEF873693FB079C4EC437A6199 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.2/brave_installer-arm64.exe + InstallerSha256: 880476BDD09DC81C02949494BDE17E70FBD2AE48DE85D2276CF9028EC5FFEE1C + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.2/brave_installer-arm64.exe + InstallerSha256: 880476BDD09DC81C02949494BDE17E70FBD2AE48DE85D2276CF9028EC5FFEE1C + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.2/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.2/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..4cc89f8ced513 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.2/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.2 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.2/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.2/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..90e9210fbe041 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.2/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.2 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.2/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.2/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..d80ee40ddc161 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.2/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.24/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.24/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..48b2d26632405 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.24/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.24 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.24/brave_installer-ia32.exe + InstallerSha256: ABF76742C6F1CEE513B57EC2097214A5B102C83995D43F373F0B47B209A0A8B8 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.24/brave_installer-ia32.exe + InstallerSha256: ABF76742C6F1CEE513B57EC2097214A5B102C83995D43F373F0B47B209A0A8B8 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.24/brave_installer-x64.exe + InstallerSha256: 61B32A3AB3A300B82178D81B97B3FEC165F4E5AC979CCECB6454E348D3AE6931 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.24/brave_installer-x64.exe + InstallerSha256: 61B32A3AB3A300B82178D81B97B3FEC165F4E5AC979CCECB6454E348D3AE6931 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.24/brave_installer-arm64.exe + InstallerSha256: E465B49BB2E07EFDF4EB5CB895D1F75E9A6BBB8F7EE3890E810584B834930962 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.24/brave_installer-arm64.exe + InstallerSha256: E465B49BB2E07EFDF4EB5CB895D1F75E9A6BBB8F7EE3890E810584B834930962 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.24/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.24/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..af28cffd963f5 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.24/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.24 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.24/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.24/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..790a8bd5e347d --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.24/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.24 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.24/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.24/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..67996c4c93d46 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.24/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.27/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.27/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..441de2ea134e0 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.27/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.27 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.27/brave_installer-ia32.exe + InstallerSha256: D50D2E3ECCDB1C39E678819F79A5A6BFF2539B5B594EFB23A7F072BCCAFEF562 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.27/brave_installer-ia32.exe + InstallerSha256: D50D2E3ECCDB1C39E678819F79A5A6BFF2539B5B594EFB23A7F072BCCAFEF562 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.27/brave_installer-x64.exe + InstallerSha256: 8D3431255BA130353BDE0397D25D72EF40C328015E1C65824C4218A55F2DCD29 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.27/brave_installer-x64.exe + InstallerSha256: 8D3431255BA130353BDE0397D25D72EF40C328015E1C65824C4218A55F2DCD29 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.27/brave_installer-arm64.exe + InstallerSha256: 99E561BBA6031F7E53BE99755D1E1B686E81FCAD1390781D8E4933E65D71FB7B + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.27/brave_installer-arm64.exe + InstallerSha256: 99E561BBA6031F7E53BE99755D1E1B686E81FCAD1390781D8E4933E65D71FB7B + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.27/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.27/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..a0c055f0921ef --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.27/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.27 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.27/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.27/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..249ad789bb2d0 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.27/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.27 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.27/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.27/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..aa9e7816ee4cb --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.27/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.37/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.37/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..aa5f8297a8dce --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.37/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.37 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.37/brave_installer-ia32.exe + InstallerSha256: D40CE9129D2B091595EEA9BD3CF3B489893D6605ED0F24A4DF8BC24608E36C03 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.37/brave_installer-ia32.exe + InstallerSha256: D40CE9129D2B091595EEA9BD3CF3B489893D6605ED0F24A4DF8BC24608E36C03 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.37/brave_installer-x64.exe + InstallerSha256: D41FFC41C01F6AA968D6A437635319EE2808BF2D4E9B09E3AC18748A43B5A1CF + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.37/brave_installer-x64.exe + InstallerSha256: D41FFC41C01F6AA968D6A437635319EE2808BF2D4E9B09E3AC18748A43B5A1CF + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.37/brave_installer-arm64.exe + InstallerSha256: 6FB48516574B1EB7835176FD319BFD8CD3AF75C55B9BD9D15EF9857E324D0721 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.37/brave_installer-arm64.exe + InstallerSha256: 6FB48516574B1EB7835176FD319BFD8CD3AF75C55B9BD9D15EF9857E324D0721 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.37/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.37/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..8200b7c9954c8 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.37/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.37 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.37/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.37/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3a8ad9ba33398 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.37/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.37 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.37/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.37/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..c1daa2430b743 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.37/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.37 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.44/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.44/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..cb51e27f3855a --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.44/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.44 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.44/brave_installer-ia32.exe + InstallerSha256: F1AB99E264DFD91D75D5231495229C39F1202F1920855EB9D52E343CB9075A52 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.44/brave_installer-ia32.exe + InstallerSha256: F1AB99E264DFD91D75D5231495229C39F1202F1920855EB9D52E343CB9075A52 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.44/brave_installer-x64.exe + InstallerSha256: 4CD219516DEEB1E846EAE93EDBFE540714B7175A3999CF2AAA27E104217D6828 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.44/brave_installer-x64.exe + InstallerSha256: 4CD219516DEEB1E846EAE93EDBFE540714B7175A3999CF2AAA27E104217D6828 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.44/brave_installer-arm64.exe + InstallerSha256: 4DEA0B0C37822229863FF5EB173A2A6D8C0C12F6F29120866B744AAAB68FD9B9 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.44/brave_installer-arm64.exe + InstallerSha256: 4DEA0B0C37822229863FF5EB173A2A6D8C0C12F6F29120866B744AAAB68FD9B9 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.44/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.44/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..cc2454957608b --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.44/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.44 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.44/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.44/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..17b3a469baa17 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.44/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.44 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.44/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.44/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..b11064a872491 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.44/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.44 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.47/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.47/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..c132a492bd1c8 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.47/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.47 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.47/brave_installer-ia32.exe + InstallerSha256: 7B4F683D96C5583592A9A17CEC6F2B9169BA8802EFA9FEF3334AEF52D503C195 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.47/brave_installer-ia32.exe + InstallerSha256: 7B4F683D96C5583592A9A17CEC6F2B9169BA8802EFA9FEF3334AEF52D503C195 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.47/brave_installer-x64.exe + InstallerSha256: 8A7C59050201FCF98F900F9C3EC9C6FED8571D5DBFC49B064E2177AC7CA934E9 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.47/brave_installer-x64.exe + InstallerSha256: 8A7C59050201FCF98F900F9C3EC9C6FED8571D5DBFC49B064E2177AC7CA934E9 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.47/brave_installer-arm64.exe + InstallerSha256: 2D87034DECFE2498DE9C0973C849BDDB3EE02FB223F517BF3F255F600EABE255 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.47/brave_installer-arm64.exe + InstallerSha256: 2D87034DECFE2498DE9C0973C849BDDB3EE02FB223F517BF3F255F600EABE255 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.47/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.47/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..c92d39956c1ae --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.47/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.47 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.47/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.47/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..38cb4d5614a0a --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.47/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.47 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.47/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.47/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..85c9747a17ebc --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.47/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.47 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.5/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.5/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..ebec97a23a000 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.5/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.5 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.5/brave_installer-ia32.exe + InstallerSha256: 2C8D84D9973460CF2D1413D33955101D01D52BEAF1623F671FAC5B00B7A3F5E0 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.5/brave_installer-ia32.exe + InstallerSha256: 2C8D84D9973460CF2D1413D33955101D01D52BEAF1623F671FAC5B00B7A3F5E0 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.5/brave_installer-x64.exe + InstallerSha256: BEE7FD7453150C3E09B60B996353ED3D087068A31BB071A4897F533169609970 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.5/brave_installer-x64.exe + InstallerSha256: BEE7FD7453150C3E09B60B996353ED3D087068A31BB071A4897F533169609970 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.5/brave_installer-arm64.exe + InstallerSha256: 28DA1C73745BC54AB7320F3371A81C42E60CFEACEA18C7387894578ECC3D8A02 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.5/brave_installer-arm64.exe + InstallerSha256: 28DA1C73745BC54AB7320F3371A81C42E60CFEACEA18C7387894578ECC3D8A02 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.5/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.5/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..0ad737d0c7cf9 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.5/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.5 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.5/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.5/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5300f34e1d677 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.5/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.5 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.5/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.5/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..f9e98e5fefe2e --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.5/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.58/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.58/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..d38a7c82a8e80 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.58/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.58 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.58/brave_installer-ia32.exe + InstallerSha256: 52959B8E4BF49AFC03A9F57BDDA5C58348FC3256F1AAD0BFDB72AF565A211891 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.58/brave_installer-ia32.exe + InstallerSha256: 52959B8E4BF49AFC03A9F57BDDA5C58348FC3256F1AAD0BFDB72AF565A211891 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.58/brave_installer-x64.exe + InstallerSha256: C04B02B4261328B71078688DFF2B534F5D1AD71B8CC88C4728560FB77649919E + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.58/brave_installer-x64.exe + InstallerSha256: C04B02B4261328B71078688DFF2B534F5D1AD71B8CC88C4728560FB77649919E + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.58/brave_installer-arm64.exe + InstallerSha256: A3D5A7F95424990F616B47BEE8F34A47F8979B64CAA0AFDCA6CBFA4EDBCCB690 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.58/brave_installer-arm64.exe + InstallerSha256: A3D5A7F95424990F616B47BEE8F34A47F8979B64CAA0AFDCA6CBFA4EDBCCB690 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.58/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.58/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..1ee8086ba2b08 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.58/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.58 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.58/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.58/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..76621cfec02a7 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.58/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.58 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.58/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.58/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..2c8ec8cf889c6 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.58/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.58 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.61/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.61/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..7870e593c24a6 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.61/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.61 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.61/brave_installer-ia32.exe + InstallerSha256: 18222388E6EA4F16C8742F239CFB7454738C210696609B1D89A7A913CC019417 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.61/brave_installer-ia32.exe + InstallerSha256: 18222388E6EA4F16C8742F239CFB7454738C210696609B1D89A7A913CC019417 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.61/brave_installer-x64.exe + InstallerSha256: 743F4B5DF6247E6B626E70525A78FEBEDA952722B38482E3304CA59FAF3A4C36 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.61/brave_installer-x64.exe + InstallerSha256: 743F4B5DF6247E6B626E70525A78FEBEDA952722B38482E3304CA59FAF3A4C36 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.61/brave_installer-arm64.exe + InstallerSha256: E378F5891EAAB89C492E77F48272DC1B45467449B48C9FD2446AF437FA8642D5 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.61/brave_installer-arm64.exe + InstallerSha256: E378F5891EAAB89C492E77F48272DC1B45467449B48C9FD2446AF437FA8642D5 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.61/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.61/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..876f2ee2e48d6 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.61/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.61 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.61/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.61/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..55fec510bdc64 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.61/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.61 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.61/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.61/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..f9a6e1768d7df --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.61/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.61 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.66/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.66/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..3767b7a83a625 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.66/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.66 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.66/brave_installer-ia32.exe + InstallerSha256: A7D09392579F69939A5BA20F53E6C8404DE77E6F188C9BDBCD93E75D506A5F3D + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.66/brave_installer-ia32.exe + InstallerSha256: A7D09392579F69939A5BA20F53E6C8404DE77E6F188C9BDBCD93E75D506A5F3D + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.66/brave_installer-x64.exe + InstallerSha256: FCB9C6FDCD7C8F281919DC0D8EA8B429443DEF7C9BF8CDEF7D8952A737F1C699 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.66/brave_installer-x64.exe + InstallerSha256: FCB9C6FDCD7C8F281919DC0D8EA8B429443DEF7C9BF8CDEF7D8952A737F1C699 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.66/brave_installer-arm64.exe + InstallerSha256: 1339D16FCDB95FDB82ECA5869DAD7B44A5B75E7B343F7D404117E15912E0AD50 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.66/brave_installer-arm64.exe + InstallerSha256: 1339D16FCDB95FDB82ECA5869DAD7B44A5B75E7B343F7D404117E15912E0AD50 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.66/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.66/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..bd321e46ed012 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.66/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.66 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.66/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.66/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..64667f63a807c --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.66/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.66 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.66/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.66/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..b850b13440add --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.66/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.66 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.73/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.73/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..eaee299fd5c00 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.73/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.73 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.73/brave_installer-ia32.exe + InstallerSha256: 443A4B18096A38569A49824101464550B278085603BC71F608C300ACEF037C7E + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.73/brave_installer-ia32.exe + InstallerSha256: 443A4B18096A38569A49824101464550B278085603BC71F608C300ACEF037C7E + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.73/brave_installer-x64.exe + InstallerSha256: 649B917E65AC63E3E96881B28C9FCB9B89AAAA9DD8A11299D8800B948FAB4573 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.73/brave_installer-x64.exe + InstallerSha256: 649B917E65AC63E3E96881B28C9FCB9B89AAAA9DD8A11299D8800B948FAB4573 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.73/brave_installer-arm64.exe + InstallerSha256: 6855A8C7EEFF122D3E2D3B6D0F5F9E613DF2E6C01C50A10E82788D05C4378D5B + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.73/brave_installer-arm64.exe + InstallerSha256: 6855A8C7EEFF122D3E2D3B6D0F5F9E613DF2E6C01C50A10E82788D05C4378D5B + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.73/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.73/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..1cd818e524e5c --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.73/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.73 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.73/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.73/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e9485abfe56d4 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.73/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.73 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.73/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.73/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..98726a2e8c458 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.73/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.73 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.78/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.78/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..717bc17d3f14d --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.78/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.78 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.78/brave_installer-ia32.exe + InstallerSha256: E6B028DB7413899FF43A052AE160DBBDCF6AF586E42092DC249030E28253CD7B + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/128.1.71.78/brave_installer-ia32.exe + InstallerSha256: E6B028DB7413899FF43A052AE160DBBDCF6AF586E42092DC249030E28253CD7B + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.78/brave_installer-x64.exe + InstallerSha256: 69EA873B556CB0054C51B917BE640EF169DFBFB1E15F567409D9D905EB218CF3 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/128.1.71.78/brave_installer-x64.exe + InstallerSha256: 69EA873B556CB0054C51B917BE640EF169DFBFB1E15F567409D9D905EB218CF3 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.78/brave_installer-arm64.exe + InstallerSha256: B96CEE5FCFBF51314ECF7C1BD5BA0FA48A1AF7BEE0979841B5324CD4986C6E86 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/128.1.71.78/brave_installer-arm64.exe + InstallerSha256: B96CEE5FCFBF51314ECF7C1BD5BA0FA48A1AF7BEE0979841B5324CD4986C6E86 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.78/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.78/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..ea50b81953d66 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.78/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.78 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.78/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.78/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..757424679b27e --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.78/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.78 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/128.1.71.78/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/128.1.71.78/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..d879db9489615 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/128.1.71.78/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 128.1.71.78 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/129.1.72.3/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/129.1.72.3/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..564965bebd53f --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/129.1.72.3/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 129.1.72.3 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/129.1.72.3/brave_installer-ia32.exe + InstallerSha256: B3AA53F1995803ADAEBC5F11EE9A6E57ECD6824B1345B5BB48CFC9FA90AE7A35 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/129.1.72.3/brave_installer-ia32.exe + InstallerSha256: B3AA53F1995803ADAEBC5F11EE9A6E57ECD6824B1345B5BB48CFC9FA90AE7A35 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/129.1.72.3/brave_installer-x64.exe + InstallerSha256: B50F022038A5F011B9F54AD1BC37E33117CABC2130F6E7337121C51CEE3A23F5 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/129.1.72.3/brave_installer-x64.exe + InstallerSha256: B50F022038A5F011B9F54AD1BC37E33117CABC2130F6E7337121C51CEE3A23F5 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/129.1.72.3/brave_installer-arm64.exe + InstallerSha256: 364A892E14F5B853AC8B287F84388778D4521A1283FD79DCB54AB867D5B2879F + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome + ProductCode: BraveSoftware Brave-Browser-Nightly +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/129.1.72.3/brave_installer-arm64.exe + InstallerSha256: 364A892E14F5B853AC8B287F84388778D4521A1283FD79DCB54AB867D5B2879F + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level + ProductCode: BraveSoftware Brave-Browser-Nightly +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/129.1.72.3/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/129.1.72.3/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..9035e1637e052 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/129.1.72.3/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 129.1.72.3 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +# PublisherSupportUrl: +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 © 2024 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. +# Moniker: +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/129.1.72.3/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/129.1.72.3/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f98164da5dbcc --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/129.1.72.3/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 129.1.72.3 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +# PublisherSupportUrl: +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: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brave/Brave/Nightly/129.1.72.3/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/129.1.72.3/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..1dc344b753114 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/129.1.72.3/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 129.1.72.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BrettMayson/HEMTT/1.12.5/BrettMayson.HEMTT.installer.yaml b/manifests/b/BrettMayson/HEMTT/1.12.5/BrettMayson.HEMTT.installer.yaml new file mode 100644 index 0000000000000..bb0dee0c1546a --- /dev/null +++ b/manifests/b/BrettMayson/HEMTT/1.12.5/BrettMayson.HEMTT.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: BrettMayson.HEMTT +PackageVersion: 1.12.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hemtt.exe + PortableCommandAlias: hemtt +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BrettMayson/HEMTT/releases/download/v1.12.5/windows-x64.zip + InstallerSha256: B773975F1BD11D7C43000ECC6D3CD36CA30A3F4B42EF99212FF7396EE4E50D50 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/BrettMayson/HEMTT/1.12.5/BrettMayson.HEMTT.locale.en-US.yaml b/manifests/b/BrettMayson/HEMTT/1.12.5/BrettMayson.HEMTT.locale.en-US.yaml new file mode 100644 index 0000000000000..5be97f0b8c586 --- /dev/null +++ b/manifests/b/BrettMayson/HEMTT/1.12.5/BrettMayson.HEMTT.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: BrettMayson.HEMTT +PackageVersion: 1.12.5 +PackageLocale: en-US +Publisher: BrettMayson +PublisherUrl: https://github.com/BrettMayson +PublisherSupportUrl: https://github.com/BrettMayson/HEMTT/issues +PackageName: HEMTT +PackageUrl: https://github.com/BrettMayson/HEMTT +License: GPL-2.0 license +LicenseUrl: https://github.com/BrettMayson/HEMTT/blob/main/LICENSE +ShortDescription: An opinionated build system for Arma 3 mods. +Tags: +- arma +- arma3 +- hemtt +ReleaseNotes: |- + Added + - Book: Added link to HEMTT VSCode extension by @R3voA3 in #719 + - Book: Update Installation by @R3voA3 in #718 + - CLI: hemtt -v shows version in #731 + - CLI: Suggest winget upgrade hemtt if HEMTT is installed via winget + - Launch: Add --no-rap flag to dev/launch by @PabstMirror in #722 + - Launch: Add --no-filepatching flag to disable file patching in #716 + Fixed + - CLI: Fix crash with no subcommand in #731 + - Config: Show EOF errors and fix seg fault by @PabstMirror in #733 + - Hooks: Fix runtime errors not failing builds in #730 + - Hooks: File system operations not allowed on const variables in #730 + - Preprocessor: Fix recursion on argument variables in #729 + - Preprocessor: Fix PE24 not displaying its code in error messages + - Signing: Fix PBOs with only a config in #734 +ReleaseNotesUrl: https://github.com/BrettMayson/HEMTT/releases/tag/v1.12.5 +Documentations: +- DocumentLabel: The HEMTT Book + DocumentUrl: https://brettmayson.github.io/HEMTT +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/b/BrettMayson/HEMTT/1.12.5/BrettMayson.HEMTT.yaml b/manifests/b/BrettMayson/HEMTT/1.12.5/BrettMayson.HEMTT.yaml new file mode 100644 index 0000000000000..5db397e2bbe90 --- /dev/null +++ b/manifests/b/BrettMayson/HEMTT/1.12.5/BrettMayson.HEMTT.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: BrettMayson.HEMTT +PackageVersion: 1.12.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/BrettMayson/HEMTT/1.13.0/BrettMayson.HEMTT.installer.yaml b/manifests/b/BrettMayson/HEMTT/1.13.0/BrettMayson.HEMTT.installer.yaml new file mode 100644 index 0000000000000..f7661cbc585b8 --- /dev/null +++ b/manifests/b/BrettMayson/HEMTT/1.13.0/BrettMayson.HEMTT.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: BrettMayson.HEMTT +PackageVersion: 1.13.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hemtt.exe + PortableCommandAlias: hemtt +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BrettMayson/HEMTT/releases/download/v1.13.0/windows-x64.zip + InstallerSha256: C69D638AEE96F930E88448E9DE2D444404566316017B248D6B04693058EE15DC +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/BrettMayson/HEMTT/1.13.0/BrettMayson.HEMTT.locale.en-US.yaml b/manifests/b/BrettMayson/HEMTT/1.13.0/BrettMayson.HEMTT.locale.en-US.yaml new file mode 100644 index 0000000000000..aded209c2b674 --- /dev/null +++ b/manifests/b/BrettMayson/HEMTT/1.13.0/BrettMayson.HEMTT.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: BrettMayson.HEMTT +PackageVersion: 1.13.0 +PackageLocale: en-US +Publisher: BrettMayson +PublisherUrl: https://github.com/BrettMayson +PublisherSupportUrl: https://github.com/BrettMayson/HEMTT/issues +PackageName: HEMTT +PackageUrl: https://github.com/BrettMayson/HEMTT +License: GPL-2.0 license +LicenseUrl: https://github.com/BrettMayson/HEMTT/blob/main/LICENSE +ShortDescription: An opinionated build system for Arma 3 mods. +Tags: +- arma +- arma3 +- hemtt +ReleaseNotes: |- + What's Changed + - common: cleanup for clippy by @PabstMirror in #744 + - common: config rewrite in #738 + - common: lint configuration in #747, #751 + - common: some diag messages now include clickable links on supported terminals + - launch: add more config options in #752 + - launch: clean up dead links in #737 + - launch: link to workshop page for missing mods by @Crowdedlight in #741 + - preprocessor: fix // inside single quote strings by @PabstMirror in #740 + - sqf: banned and broken commands in #753 + - sqf: check format string and args by @PabstMirror in #745 + - sqf: check command casing in #732, #757 + - sqf: fix serilizing empty code by @PabstMirror in #756, #736 + - sqf: Optimizer by @PabstMirror in #743 + - sqf: use hemtt's compiler in #750 + - workspace: fix span extraction with length of 1 by @PabstMirror in #748 + New Contributors + - @Crowdedlight made their first contribution in #741 +ReleaseNotesUrl: https://github.com/BrettMayson/HEMTT/releases/tag/v1.13.0 +Documentations: +- DocumentLabel: The HEMTT Book + DocumentUrl: https://brettmayson.github.io/HEMTT +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/b/BrettMayson/HEMTT/1.13.0/BrettMayson.HEMTT.yaml b/manifests/b/BrettMayson/HEMTT/1.13.0/BrettMayson.HEMTT.yaml new file mode 100644 index 0000000000000..442d3a38774d3 --- /dev/null +++ b/manifests/b/BrettMayson/HEMTT/1.13.0/BrettMayson.HEMTT.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: BrettMayson.HEMTT +PackageVersion: 1.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/Brotje/ServiceTool/7.4.4.0/Brotje.ServiceTool.installer.yaml b/manifests/b/Brotje/ServiceTool/7.4.4.0/Brotje.ServiceTool.installer.yaml new file mode 100644 index 0000000000000..760551fdd4fe9 --- /dev/null +++ b/manifests/b/Brotje/ServiceTool/7.4.4.0/Brotje.ServiceTool.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.5.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Brotje.ServiceTool +PackageVersion: 7.4.4.0 +InstallerLocale: en-US +InstallerType: wix +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.3_1 + MinimumVersion: 3.1.32 + - PackageIdentifier: Microsoft.DotNet.AspNetCore.3_1 + MinimumVersion: 3.1.32 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + MinimumVersion: 14.38.33130.0 +ProductCode: '{94D29659-ECC3-4E4D-970E-D460B5080DC8}' +Installers: +- Architecture: x64 + InstallerUrl: https://pcstwinget.blob.core.windows.net/pc-servicetool-images/BroetjeAppWix_7_4_4.msi + InstallerSha256: 227509798BE572EC1A6EFB3777060DFAC6C6D3A6FBAEE8C3A37DE03083DC7E2E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brotje/ServiceTool/7.4.4.0/Brotje.ServiceTool.locale.en-US.yaml b/manifests/b/Brotje/ServiceTool/7.4.4.0/Brotje.ServiceTool.locale.en-US.yaml new file mode 100644 index 0000000000000..f9e7480d43846 --- /dev/null +++ b/manifests/b/Brotje/ServiceTool/7.4.4.0/Brotje.ServiceTool.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.5.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Brotje.ServiceTool +PackageVersion: 7.4.4.0 +PackageLocale: en-US +Publisher: Brötje +PublisherUrl: https://www.broetje.de/ +Author: Brötje +PackageName: Brötje Service Tool (PCST) +License: Proprietary +ShortDescription: PC Servicetool allows for the inspection and management of Brotje boilers and heatpumps as well as long term monitoring of data. +Description: Recom is a software program developed by Brötje It offers the possibility to communicate directly to Brötje boilers/appliances. The software shows temperatures, fan speed and the status of on/off components like pump and gas-air unit in a clear overview. In Recom, all parameters of the safety unit of the boiler are shown in one overview. Of course you can save settings on a hard drive, so you can always reset to default settings or use a certain setting for multiple boilers in a project. +Moniker: PC Servicetool +Tags: +- pc servicetool +- servicetool +- recom +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Brotje/ServiceTool/7.4.4.0/Brotje.ServiceTool.yaml b/manifests/b/Brotje/ServiceTool/7.4.4.0/Brotje.ServiceTool.yaml new file mode 100644 index 0000000000000..e290909c8cd13 --- /dev/null +++ b/manifests/b/Brotje/ServiceTool/7.4.4.0/Brotje.ServiceTool.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.5.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Brotje.ServiceTool +PackageVersion: 7.4.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.22.0/Bruno.Bruno.installer.yaml b/manifests/b/Bruno/Bruno/1.22.0/Bruno.Bruno.installer.yaml new file mode 100644 index 0000000000000..ab35a0d0df313 --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.22.0/Bruno.Bruno.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.22.0 +InstallerLocale: en-US +InstallerType: nullsoft +InstallerSwitches: + Silent: --silent + SilentWithProgress: -silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v1.22.0/bruno_1.22.0_x64_win.exe + InstallerSha256: E5200AEEF6D11625FFF9FBF46F0D949DCA710534176CD525C14F4927D7BFA5F1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.22.0/Bruno.Bruno.locale.en-US.yaml b/manifests/b/Bruno/Bruno/1.22.0/Bruno.Bruno.locale.en-US.yaml new file mode 100644 index 0000000000000..65d14f3302e71 --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.22.0/Bruno.Bruno.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.22.0 +PackageLocale: en-US +Publisher: Anoop M D +PublisherUrl: https://www.usebruno.com/ +PublisherSupportUrl: https://docs.usebruno.com/introduction/support +# PrivacyUrl: +Author: Anoop M D, Anusree P S and Contributors +PackageName: Bruno +PackageUrl: https://www.usebruno.com/ +License: MIT +LicenseUrl: https://github.com/usebruno/bruno/blob/HEAD/license.md +Copyright: Copyright (c) 2022 Anoop M D, Anusree P S and Contributors +CopyrightUrl: https://github.com/usebruno/bruno/blob/main/license.md +ShortDescription: Re-Inventing the API Client +Description: |- + Bruno is a Fast and Git-Friendly Opensource API client, aimed at revolutionizing the status quo + represented by Postman, Insomnia and similar tools out there. + + Bruno stores your collections directly in a folder on your filesystem. + We use a plain text markup + language, Bru, to save information about API requests. + + You can use git or any version control of your choice to collaborate over your API collections. + + Bruno is offline-only. + There are no plans to add cloud-sync to Bruno, ever. +Moniker: bruno +Tags: +- api +- development +- openapi +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/usebruno/bruno/releases/tag/v1.22.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.usebruno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.22.0/Bruno.Bruno.yaml b/manifests/b/Bruno/Bruno/1.22.0/Bruno.Bruno.yaml new file mode 100644 index 0000000000000..a2e156ebcc4dd --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.22.0/Bruno.Bruno.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.22.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.23.0/Bruno.Bruno.installer.yaml b/manifests/b/Bruno/Bruno/1.23.0/Bruno.Bruno.installer.yaml new file mode 100644 index 0000000000000..d4406ff14a86e --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.23.0/Bruno.Bruno.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.23.0 +InstallerLocale: en-US +InstallerType: nullsoft +InstallerSwitches: + Silent: --silent + SilentWithProgress: -silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v1.23.0/bruno_1.23.0_x64_win.exe + InstallerSha256: 7A1FC1B7F530E1909D57949D72E462747DA7D0C9654A7E29DACE6105FD4C9309 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.23.0/Bruno.Bruno.locale.en-US.yaml b/manifests/b/Bruno/Bruno/1.23.0/Bruno.Bruno.locale.en-US.yaml new file mode 100644 index 0000000000000..2a6807e1e452b --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.23.0/Bruno.Bruno.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.23.0 +PackageLocale: en-US +Publisher: Anoop M D +PublisherUrl: https://www.usebruno.com/ +PublisherSupportUrl: https://docs.usebruno.com/introduction/support +# PrivacyUrl: +Author: Anoop M D, Anusree P S and Contributors +PackageName: Bruno +PackageUrl: https://www.usebruno.com/ +License: MIT +LicenseUrl: https://github.com/usebruno/bruno/blob/HEAD/license.md +Copyright: Copyright (c) 2022 Anoop M D, Anusree P S and Contributors +CopyrightUrl: https://github.com/usebruno/bruno/blob/main/license.md +ShortDescription: Re-Inventing the API Client +Description: |- + Bruno is a Fast and Git-Friendly Opensource API client, aimed at revolutionizing the status quo + represented by Postman, Insomnia and similar tools out there. + + Bruno stores your collections directly in a folder on your filesystem. + We use a plain text markup + language, Bru, to save information about API requests. + + You can use git or any version control of your choice to collaborate over your API collections. + + Bruno is offline-only. + There are no plans to add cloud-sync to Bruno, ever. +Moniker: bruno +Tags: +- api +- development +- openapi +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/usebruno/bruno/releases/tag/v1.23.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.usebruno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.23.0/Bruno.Bruno.yaml b/manifests/b/Bruno/Bruno/1.23.0/Bruno.Bruno.yaml new file mode 100644 index 0000000000000..f2f9bd31c2e09 --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.23.0/Bruno.Bruno.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.23.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.23.1/Bruno.Bruno.installer.yaml b/manifests/b/Bruno/Bruno/1.23.1/Bruno.Bruno.installer.yaml new file mode 100644 index 0000000000000..1d2a470c091c2 --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.23.1/Bruno.Bruno.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-4.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.23.1 +InstallerLocale: en-US +InstallerType: nullsoft +InstallerSwitches: + Silent: --silent + SilentWithProgress: -silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v1.23.1/bruno_1.23.1_x64_win.exe + InstallerSha256: 921B67A3DCA25327C055F1C15D006EDBCF5D13B2EE1C140216FDCE6116B875C4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.23.1/Bruno.Bruno.locale.en-US.yaml b/manifests/b/Bruno/Bruno/1.23.1/Bruno.Bruno.locale.en-US.yaml new file mode 100644 index 0000000000000..abfe52c2c2210 --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.23.1/Bruno.Bruno.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-4.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.23.1 +PackageLocale: en-US +Publisher: Anoop M D +PublisherUrl: https://www.usebruno.com/ +PublisherSupportUrl: https://docs.usebruno.com/introduction/support +# PrivacyUrl: +Author: Anoop M D, Anusree P S and Contributors +PackageName: Bruno +PackageUrl: https://www.usebruno.com/ +License: MIT +LicenseUrl: https://github.com/usebruno/bruno/blob/HEAD/license.md +Copyright: Copyright (c) 2022 Anoop M D, Anusree P S and Contributors +CopyrightUrl: https://github.com/usebruno/bruno/blob/main/license.md +ShortDescription: Re-Inventing the API Client +Description: |- + Bruno is a Fast and Git-Friendly Opensource API client, aimed at revolutionizing the status quo + represented by Postman, Insomnia and similar tools out there. + + Bruno stores your collections directly in a folder on your filesystem. + We use a plain text markup + language, Bru, to save information about API requests. + + You can use git or any version control of your choice to collaborate over your API collections. + + Bruno is offline-only. + There are no plans to add cloud-sync to Bruno, ever. +Moniker: bruno +Tags: +- api +- development +- openapi +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/usebruno/bruno/releases/tag/v1.23.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.usebruno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.23.1/Bruno.Bruno.yaml b/manifests/b/Bruno/Bruno/1.23.1/Bruno.Bruno.yaml new file mode 100644 index 0000000000000..b64625d9739aa --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.23.1/Bruno.Bruno.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-4.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.23.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.24.0/Bruno.Bruno.installer.yaml b/manifests/b/Bruno/Bruno/1.24.0/Bruno.Bruno.installer.yaml new file mode 100644 index 0000000000000..e82cf1edece88 --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.24.0/Bruno.Bruno.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-4.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.24.0 +InstallerLocale: en-US +InstallerType: nullsoft +InstallerSwitches: + Silent: --silent + SilentWithProgress: -silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v1.24.0/bruno_1.24.0_x64_win.exe + InstallerSha256: E5BD8BA9DAADCE6223E75E42A872AE0D9FF0DCEB38437D24096021E78EC74CC0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.24.0/Bruno.Bruno.locale.en-US.yaml b/manifests/b/Bruno/Bruno/1.24.0/Bruno.Bruno.locale.en-US.yaml new file mode 100644 index 0000000000000..181905f3ed39f --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.24.0/Bruno.Bruno.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-4.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.24.0 +PackageLocale: en-US +Publisher: Anoop M D +PublisherUrl: https://www.usebruno.com/ +PublisherSupportUrl: https://docs.usebruno.com/introduction/support +# PrivacyUrl: +Author: Anoop M D, Anusree P S and Contributors +PackageName: Bruno +PackageUrl: https://www.usebruno.com/ +License: MIT +LicenseUrl: https://github.com/usebruno/bruno/blob/HEAD/license.md +Copyright: Copyright (c) 2022 Anoop M D, Anusree P S and Contributors +CopyrightUrl: https://github.com/usebruno/bruno/blob/main/license.md +ShortDescription: Re-Inventing the API Client +Description: |- + Bruno is a Fast and Git-Friendly Opensource API client, aimed at revolutionizing the status quo + represented by Postman, Insomnia and similar tools out there. + + Bruno stores your collections directly in a folder on your filesystem. + We use a plain text markup + language, Bru, to save information about API requests. + + You can use git or any version control of your choice to collaborate over your API collections. + + Bruno is offline-only. + There are no plans to add cloud-sync to Bruno, ever. +Moniker: bruno +Tags: +- api +- development +- openapi +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/usebruno/bruno/releases/tag/v1.24.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.usebruno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.24.0/Bruno.Bruno.yaml b/manifests/b/Bruno/Bruno/1.24.0/Bruno.Bruno.yaml new file mode 100644 index 0000000000000..ff0a65ec8152b --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.24.0/Bruno.Bruno.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-4.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.24.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.25.0/Bruno.Bruno.installer.yaml b/manifests/b/Bruno/Bruno/1.25.0/Bruno.Bruno.installer.yaml new file mode 100644 index 0000000000000..5e0db54e177ef --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.25.0/Bruno.Bruno.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-4.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.25.0 +InstallerLocale: en-US +InstallerType: nullsoft +InstallerSwitches: + Silent: --silent + SilentWithProgress: -silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v1.25.0/bruno_1.25.0_x64_win.exe + InstallerSha256: BD151FBF39B13C18AFDC3AD94862D49181DBAF700B80612D825BD72FE3B7F406 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.25.0/Bruno.Bruno.locale.en-US.yaml b/manifests/b/Bruno/Bruno/1.25.0/Bruno.Bruno.locale.en-US.yaml new file mode 100644 index 0000000000000..f7fbc3ba5be80 --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.25.0/Bruno.Bruno.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-4.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.25.0 +PackageLocale: en-US +Publisher: Anoop M D +PublisherUrl: https://www.usebruno.com/ +PublisherSupportUrl: https://docs.usebruno.com/introduction/support +# PrivacyUrl: +Author: Anoop M D, Anusree P S and Contributors +PackageName: Bruno +PackageUrl: https://www.usebruno.com/ +License: MIT +LicenseUrl: https://github.com/usebruno/bruno/blob/HEAD/license.md +Copyright: Copyright (c) 2022 Anoop M D, Anusree P S and Contributors +CopyrightUrl: https://github.com/usebruno/bruno/blob/main/license.md +ShortDescription: Re-Inventing the API Client +Description: |- + Bruno is a Fast and Git-Friendly Opensource API client, aimed at revolutionizing the status quo + represented by Postman, Insomnia and similar tools out there. + + Bruno stores your collections directly in a folder on your filesystem. + We use a plain text markup + language, Bru, to save information about API requests. + + You can use git or any version control of your choice to collaborate over your API collections. + + Bruno is offline-only. + There are no plans to add cloud-sync to Bruno, ever. +Moniker: bruno +Tags: +- api +- development +- openapi +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/usebruno/bruno/releases/tag/v1.25.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.usebruno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.25.0/Bruno.Bruno.yaml b/manifests/b/Bruno/Bruno/1.25.0/Bruno.Bruno.yaml new file mode 100644 index 0000000000000..85f3a58d110d1 --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.25.0/Bruno.Bruno.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-4.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.25.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.26.0/Bruno.Bruno.installer.yaml b/manifests/b/Bruno/Bruno/1.26.0/Bruno.Bruno.installer.yaml new file mode 100644 index 0000000000000..b467b9dc36deb --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.26.0/Bruno.Bruno.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.26.0 +InstallerLocale: en-US +InstallerType: nullsoft +InstallerSwitches: + Silent: --silent + SilentWithProgress: -silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v1.26.0/bruno_1.26.0_x64_win.exe + InstallerSha256: A5D426132BB03B4E9652E00D5F5112CF2BE7C685344EFA3701E196347A4E9987 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.26.0/Bruno.Bruno.locale.en-US.yaml b/manifests/b/Bruno/Bruno/1.26.0/Bruno.Bruno.locale.en-US.yaml new file mode 100644 index 0000000000000..4961cac8c34e9 --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.26.0/Bruno.Bruno.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.26.0 +PackageLocale: en-US +Publisher: Anoop M D +PublisherUrl: https://www.usebruno.com/ +PublisherSupportUrl: https://docs.usebruno.com/introduction/support +# PrivacyUrl: +Author: Anoop M D, Anusree P S and Contributors +PackageName: Bruno +PackageUrl: https://www.usebruno.com/ +License: MIT +LicenseUrl: https://github.com/usebruno/bruno/blob/HEAD/license.md +Copyright: Copyright (c) 2022 Anoop M D, Anusree P S and Contributors +CopyrightUrl: https://github.com/usebruno/bruno/blob/main/license.md +ShortDescription: Re-Inventing the API Client +Description: |- + Bruno is a Fast and Git-Friendly Opensource API client, aimed at revolutionizing the status quo + represented by Postman, Insomnia and similar tools out there. + + Bruno stores your collections directly in a folder on your filesystem. + We use a plain text markup + language, Bru, to save information about API requests. + + You can use git or any version control of your choice to collaborate over your API collections. + + Bruno is offline-only. + There are no plans to add cloud-sync to Bruno, ever. +Moniker: bruno +Tags: +- api +- development +- openapi +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/usebruno/bruno/releases/tag/v1.26.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.usebruno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.26.0/Bruno.Bruno.yaml b/manifests/b/Bruno/Bruno/1.26.0/Bruno.Bruno.yaml new file mode 100644 index 0000000000000..1c969b3e3b4b0 --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.26.0/Bruno.Bruno.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.26.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.26.1/Bruno.Bruno.installer.yaml b/manifests/b/Bruno/Bruno/1.26.1/Bruno.Bruno.installer.yaml new file mode 100644 index 0000000000000..540628c498101 --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.26.1/Bruno.Bruno.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.26.1 +InstallerLocale: en-US +InstallerType: nullsoft +InstallerSwitches: + Silent: --silent + SilentWithProgress: -silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v1.26.1/bruno_1.26.1_x64_win.exe + InstallerSha256: 06827842889C20FFF2B77776FB1AD89C64D13DF530D353D9E2818560A8530BF2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.26.1/Bruno.Bruno.locale.en-US.yaml b/manifests/b/Bruno/Bruno/1.26.1/Bruno.Bruno.locale.en-US.yaml new file mode 100644 index 0000000000000..97e02be27b655 --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.26.1/Bruno.Bruno.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.26.1 +PackageLocale: en-US +Publisher: Anoop M D +PublisherUrl: https://www.usebruno.com/ +PublisherSupportUrl: https://docs.usebruno.com/introduction/support +# PrivacyUrl: +Author: Anoop M D, Anusree P S and Contributors +PackageName: Bruno +PackageUrl: https://www.usebruno.com/ +License: MIT +LicenseUrl: https://github.com/usebruno/bruno/blob/HEAD/license.md +Copyright: Copyright (c) 2022 Anoop M D, Anusree P S and Contributors +CopyrightUrl: https://github.com/usebruno/bruno/blob/main/license.md +ShortDescription: Re-Inventing the API Client +Description: |- + Bruno is a Fast and Git-Friendly Opensource API client, aimed at revolutionizing the status quo + represented by Postman, Insomnia and similar tools out there. + + Bruno stores your collections directly in a folder on your filesystem. + We use a plain text markup + language, Bru, to save information about API requests. + + You can use git or any version control of your choice to collaborate over your API collections. + + Bruno is offline-only. + There are no plans to add cloud-sync to Bruno, ever. +Moniker: bruno +Tags: +- api +- development +- openapi +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/usebruno/bruno/releases/tag/v1.26.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.usebruno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.26.1/Bruno.Bruno.yaml b/manifests/b/Bruno/Bruno/1.26.1/Bruno.Bruno.yaml new file mode 100644 index 0000000000000..b3446345107cf --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.26.1/Bruno.Bruno.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.26.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.26.2/Bruno.Bruno.installer.yaml b/manifests/b/Bruno/Bruno/1.26.2/Bruno.Bruno.installer.yaml new file mode 100644 index 0000000000000..d0cf84dfa399e --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.26.2/Bruno.Bruno.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.26.2 +InstallerLocale: en-US +InstallerType: nullsoft +InstallerSwitches: + Silent: --silent + SilentWithProgress: -silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v1.26.2/bruno_1.26.2_x64_win.exe + InstallerSha256: 347A5E0D932E4CE68190FB4CC8487221772D367AED0C08B82B10BAB41AD9CF99 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.26.2/Bruno.Bruno.locale.en-US.yaml b/manifests/b/Bruno/Bruno/1.26.2/Bruno.Bruno.locale.en-US.yaml new file mode 100644 index 0000000000000..74750150c204c --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.26.2/Bruno.Bruno.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.26.2 +PackageLocale: en-US +Publisher: Anoop M D +PublisherUrl: https://www.usebruno.com/ +PublisherSupportUrl: https://www.usebruno.com/support +PrivacyUrl: https://www.usebruno.com/privacy-policy +Author: Anoop M D, Anusree P S and Contributors +PackageName: Bruno +PackageUrl: https://www.usebruno.com/ +License: MIT +LicenseUrl: https://github.com/usebruno/bruno/blob/HEAD/license.md +Copyright: Copyright (c) 2022 Anoop M D, Anusree P S and Contributors +CopyrightUrl: https://github.com/usebruno/bruno/blob/main/license.md +ShortDescription: Re-Inventing the API Client +Description: |- + Bruno is a Fast and Git-Friendly Opensource API client, aimed at revolutionizing the status quo + represented by Postman, Insomnia and similar tools out there. + + Bruno stores your collections directly in a folder on your filesystem. + We use a plain text markup + language, Bru, to save information about API requests. + + You can use git or any version control of your choice to collaborate over your API collections. + + Bruno is offline-only. + There are no plans to add cloud-sync to Bruno, ever. +Moniker: bruno +Tags: +- api +- development +- openapi +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/usebruno/bruno/releases/tag/v1.26.2 +PurchaseUrl: https://www.usebruno.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.usebruno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.26.2/Bruno.Bruno.yaml b/manifests/b/Bruno/Bruno/1.26.2/Bruno.Bruno.yaml new file mode 100644 index 0000000000000..3ce9073392838 --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.26.2/Bruno.Bruno.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.26.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.27.0/Bruno.Bruno.installer.yaml b/manifests/b/Bruno/Bruno/1.27.0/Bruno.Bruno.installer.yaml new file mode 100644 index 0000000000000..e7421801baacf --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.27.0/Bruno.Bruno.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.27.0 +InstallerLocale: en-US +InstallerType: nullsoft +InstallerSwitches: + Silent: --silent + SilentWithProgress: -silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v1.27.0/bruno_1.27.0_x64_win.exe + InstallerSha256: A494E1D7E4A09FECF81E11CE99F1C0A24E309365E6CE1F3998B760852A49584A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.27.0/Bruno.Bruno.locale.en-US.yaml b/manifests/b/Bruno/Bruno/1.27.0/Bruno.Bruno.locale.en-US.yaml new file mode 100644 index 0000000000000..72fac4ab7ac1f --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.27.0/Bruno.Bruno.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.27.0 +PackageLocale: en-US +Publisher: Anoop M D +PublisherUrl: https://www.usebruno.com/ +PublisherSupportUrl: https://www.usebruno.com/support +PrivacyUrl: https://www.usebruno.com/privacy-policy +Author: Anoop M D, Anusree P S and Contributors +PackageName: Bruno +PackageUrl: https://www.usebruno.com/ +License: MIT +LicenseUrl: https://github.com/usebruno/bruno/blob/HEAD/license.md +Copyright: Copyright (c) 2022 Anoop M D, Anusree P S and Contributors +CopyrightUrl: https://github.com/usebruno/bruno/blob/main/license.md +ShortDescription: Re-Inventing the API Client +Description: |- + Bruno is a Fast and Git-Friendly Opensource API client, aimed at revolutionizing the status quo + represented by Postman, Insomnia and similar tools out there. + + Bruno stores your collections directly in a folder on your filesystem. + We use a plain text markup + language, Bru, to save information about API requests. + + You can use git or any version control of your choice to collaborate over your API collections. + + Bruno is offline-only. + There are no plans to add cloud-sync to Bruno, ever. +Moniker: bruno +Tags: +- api +- development +- openapi +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/usebruno/bruno/releases/tag/v1.27.0 +PurchaseUrl: https://www.usebruno.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.usebruno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.27.0/Bruno.Bruno.yaml b/manifests/b/Bruno/Bruno/1.27.0/Bruno.Bruno.yaml new file mode 100644 index 0000000000000..2169acbf4bbd7 --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.27.0/Bruno.Bruno.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.27.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.28.0/Bruno.Bruno.installer.yaml b/manifests/b/Bruno/Bruno/1.28.0/Bruno.Bruno.installer.yaml new file mode 100644 index 0000000000000..4322a102368df --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.28.0/Bruno.Bruno.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.28.0 +InstallerLocale: en-US +InstallerType: nullsoft +InstallerSwitches: + Silent: --silent + SilentWithProgress: -silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/usebruno/bruno/releases/download/v1.28.0/bruno_1.28.0_x64_win.exe + InstallerSha256: 850E09DBC4C1A0591913F50C113B79F1F9C466541C22475B862FF8FA243282EC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.28.0/Bruno.Bruno.locale.en-US.yaml b/manifests/b/Bruno/Bruno/1.28.0/Bruno.Bruno.locale.en-US.yaml new file mode 100644 index 0000000000000..3bac271b47c6a --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.28.0/Bruno.Bruno.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.28.0 +PackageLocale: en-US +Publisher: Anoop M D +PublisherUrl: https://www.usebruno.com/ +PublisherSupportUrl: https://www.usebruno.com/support +PrivacyUrl: https://www.usebruno.com/privacy-policy +Author: Anoop M D, Anusree P S and Contributors +PackageName: Bruno +PackageUrl: https://www.usebruno.com/ +License: MIT +LicenseUrl: https://github.com/usebruno/bruno/blob/HEAD/license.md +Copyright: Copyright (c) 2022 Anoop M D, Anusree P S and Contributors +CopyrightUrl: https://github.com/usebruno/bruno/blob/main/license.md +ShortDescription: Re-Inventing the API Client +Description: |- + Bruno is a Fast and Git-Friendly Opensource API client, aimed at revolutionizing the status quo + represented by Postman, Insomnia and similar tools out there. + + Bruno stores your collections directly in a folder on your filesystem. + We use a plain text markup + language, Bru, to save information about API requests. + + You can use git or any version control of your choice to collaborate over your API collections. + + Bruno is offline-only. + There are no plans to add cloud-sync to Bruno, ever. +Moniker: bruno +Tags: +- api +- development +- openapi +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/usebruno/bruno/releases/tag/v1.28.0 +PurchaseUrl: https://www.usebruno.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.usebruno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bruno/Bruno/1.28.0/Bruno.Bruno.yaml b/manifests/b/Bruno/Bruno/1.28.0/Bruno.Bruno.yaml new file mode 100644 index 0000000000000..c25b89f8f145a --- /dev/null +++ b/manifests/b/Bruno/Bruno/1.28.0/Bruno.Bruno.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bruno.Bruno +PackageVersion: 1.28.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bunny-Wabbit/ISOCreator/1.0.0/Bunny-Wabbit.ISOCreator.installer.yaml b/manifests/b/Bunny-Wabbit/ISOCreator/1.0.0/Bunny-Wabbit.ISOCreator.installer.yaml new file mode 100644 index 0000000000000..2d458c12c084a --- /dev/null +++ b/manifests/b/Bunny-Wabbit/ISOCreator/1.0.0/Bunny-Wabbit.ISOCreator.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Bunny-Wabbit.ISOCreator +PackageVersion: 1.0.0 +InstallerLocale: en-US +InstallerType: msi +ProductCode: '{78D80EAF-1ADB-46A8-AF6F-EBB18B6ADBCE}' +Dependencies: + WindowsFeatures: + - netfx3 +Installers: +- Architecture: x86 + InstallerUrl: https://onboardcloud.dl.sourceforge.net/project/iso-creator-cs/iso-creator-cs/binary-installer/IsoCreator.msi?viasf=1 + InstallerSha256: F01A0A824DDEEB46ADE73E2BFC3141A0FEE650089A6C4522AB38895D97351634 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bunny-Wabbit/ISOCreator/1.0.0/Bunny-Wabbit.ISOCreator.locale.en-US.yaml b/manifests/b/Bunny-Wabbit/ISOCreator/1.0.0/Bunny-Wabbit.ISOCreator.locale.en-US.yaml new file mode 100644 index 0000000000000..c88982344fa7a --- /dev/null +++ b/manifests/b/Bunny-Wabbit/ISOCreator/1.0.0/Bunny-Wabbit.ISOCreator.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Bunny-Wabbit.ISOCreator +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: Bunny-Wabbit +PublisherUrl: https://iso-creator-cs.sourceforge.io/ +PublisherSupportUrl: https://sourceforge.net/p/iso-creator-cs/discussion/ +PackageName: ISO Creator +PackageUrl: https://sourceforge.net/projects/iso-creator-cs/files/ +License: Public Domain, Academic Free License (AFL) +ShortDescription: ISO Creator +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Bunny-Wabbit/ISOCreator/1.0.0/Bunny-Wabbit.ISOCreator.yaml b/manifests/b/Bunny-Wabbit/ISOCreator/1.0.0/Bunny-Wabbit.ISOCreator.yaml new file mode 100644 index 0000000000000..6bd2e4281c53b --- /dev/null +++ b/manifests/b/Bunny-Wabbit/ISOCreator/1.0.0/Bunny-Wabbit.ISOCreator.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Bunny-Wabbit.ISOCreator +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BurntSushi/ripgrep/GNU/14.1.1/BurntSushi.ripgrep.GNU.installer.yaml b/manifests/b/BurntSushi/ripgrep/GNU/14.1.1/BurntSushi.ripgrep.GNU.installer.yaml new file mode 100644 index 0000000000000..13bbff3906162 --- /dev/null +++ b/manifests/b/BurntSushi/ripgrep/GNU/14.1.1/BurntSushi.ripgrep.GNU.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BurntSushi.ripgrep.GNU +PackageVersion: 14.1.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ripgrep-14.1.1-x86_64-pc-windows-gnu\rg.exe + PortableCommandAlias: rg +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BurntSushi/ripgrep/releases/download/14.1.1/ripgrep-14.1.1-x86_64-pc-windows-gnu.zip + InstallerSha256: 01469C43C3FFFDB4BAFF80469A75A7BF1DC3D0BF4EF63CDA72A22F885F27465A +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-09 diff --git a/manifests/b/BurntSushi/ripgrep/GNU/14.1.1/BurntSushi.ripgrep.GNU.locale.en-US.yaml b/manifests/b/BurntSushi/ripgrep/GNU/14.1.1/BurntSushi.ripgrep.GNU.locale.en-US.yaml new file mode 100644 index 0000000000000..4eed7e6445120 --- /dev/null +++ b/manifests/b/BurntSushi/ripgrep/GNU/14.1.1/BurntSushi.ripgrep.GNU.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BurntSushi.ripgrep.GNU +PackageVersion: 14.1.1 +PackageLocale: en-US +Publisher: BurntSushi +PublisherUrl: https://github.com/BurntSushi +PublisherSupportUrl: https://github.com/BurntSushi/ripgrep/issues +Author: Andrew Gallant +PackageName: RipGrep GNU +PackageUrl: https://github.com/BurntSushi/ripgrep +License: MIT and Unlicense +LicenseUrl: https://github.com/BurntSushi/ripgrep/blob/master/UNLICENSE +ShortDescription: ripgrep recursively searches directories for a regex pattern while respecting your gitignore +Description: |- + ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. + By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files. +Tags: +- regex +ReleaseNotesUrl: https://github.com/BurntSushi/ripgrep/releases/tag/14.1.1 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://github.com/BurntSushi/ripgrep/blob/master/FAQ.md +- DocumentLabel: User Guide + DocumentUrl: https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BurntSushi/ripgrep/GNU/14.1.1/BurntSushi.ripgrep.GNU.yaml b/manifests/b/BurntSushi/ripgrep/GNU/14.1.1/BurntSushi.ripgrep.GNU.yaml new file mode 100644 index 0000000000000..1756af23fead1 --- /dev/null +++ b/manifests/b/BurntSushi/ripgrep/GNU/14.1.1/BurntSushi.ripgrep.GNU.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BurntSushi.ripgrep.GNU +PackageVersion: 14.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BurntSushi/ripgrep/MSVC/14.1.1/BurntSushi.ripgrep.MSVC.installer.yaml b/manifests/b/BurntSushi/ripgrep/MSVC/14.1.1/BurntSushi.ripgrep.MSVC.installer.yaml new file mode 100644 index 0000000000000..7f176c1ff1dc0 --- /dev/null +++ b/manifests/b/BurntSushi/ripgrep/MSVC/14.1.1/BurntSushi.ripgrep.MSVC.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BurntSushi.ripgrep.MSVC +PackageVersion: 14.1.1 +InstallerType: zip +NestedInstallerType: portable +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: ripgrep-14.1.1-i686-pc-windows-msvc\rg.exe + PortableCommandAlias: rg + InstallerUrl: https://github.com/BurntSushi/ripgrep/releases/download/14.1.1/ripgrep-14.1.1-i686-pc-windows-msvc.zip + InstallerSha256: 1E5C99E4851C964152DB07C79151982C7FA7A549B645B6B47DAAE07A9C185F8E +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: ripgrep-14.1.1-x86_64-pc-windows-msvc\rg.exe + PortableCommandAlias: rg + InstallerUrl: https://github.com/BurntSushi/ripgrep/releases/download/14.1.1/ripgrep-14.1.1-x86_64-pc-windows-msvc.zip + InstallerSha256: D0F534024C42AFD6CB4D38907C25CD2B249B79BBE6CC1DBEE8E3E37C2B6E25A1 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-09 diff --git a/manifests/b/BurntSushi/ripgrep/MSVC/14.1.1/BurntSushi.ripgrep.MSVC.locale.en-US.yaml b/manifests/b/BurntSushi/ripgrep/MSVC/14.1.1/BurntSushi.ripgrep.MSVC.locale.en-US.yaml new file mode 100644 index 0000000000000..275c791cd2cb5 --- /dev/null +++ b/manifests/b/BurntSushi/ripgrep/MSVC/14.1.1/BurntSushi.ripgrep.MSVC.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BurntSushi.ripgrep.MSVC +PackageVersion: 14.1.1 +PackageLocale: en-US +Publisher: BurntSushi +PublisherUrl: https://github.com/BurntSushi +PublisherSupportUrl: https://github.com/BurntSushi/ripgrep/issues +Author: Andrew Gallant +PackageName: RipGrep MSVC +PackageUrl: https://github.com/BurntSushi/ripgrep +License: MIT and Unlicense +LicenseUrl: https://github.com/BurntSushi/ripgrep/blob/master/UNLICENSE +ShortDescription: ripgrep recursively searches directories for a regex pattern while respecting your gitignore +Description: |- + ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. + By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files. +Tags: +- regex +ReleaseNotesUrl: https://github.com/BurntSushi/ripgrep/releases/tag/14.1.1 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://github.com/BurntSushi/ripgrep/blob/master/FAQ.md +- DocumentLabel: User Guide + DocumentUrl: https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BurntSushi/ripgrep/MSVC/14.1.1/BurntSushi.ripgrep.MSVC.yaml b/manifests/b/BurntSushi/ripgrep/MSVC/14.1.1/BurntSushi.ripgrep.MSVC.yaml new file mode 100644 index 0000000000000..3eb8619c39fad --- /dev/null +++ b/manifests/b/BurntSushi/ripgrep/MSVC/14.1.1/BurntSushi.ripgrep.MSVC.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BurntSushi.ripgrep.MSVC +PackageVersion: 14.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BurntSushi/xsv/GNU/0.13.0/BurntSushi.xsv.GNU.installer.yaml b/manifests/b/BurntSushi/xsv/GNU/0.13.0/BurntSushi.xsv.GNU.installer.yaml new file mode 100644 index 0000000000000..6af85ef393bd3 --- /dev/null +++ b/manifests/b/BurntSushi/xsv/GNU/0.13.0/BurntSushi.xsv.GNU.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BurntSushi.xsv.GNU +PackageVersion: 0.13.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xsv.exe +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2021-12-07 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/BurntSushi/xsv/releases/download/0.13.0/xsv-0.13.0-i686-pc-windows-gnu.zip + InstallerSha256: 1D7B5DA0F9A95878D1993A7CCCFE6246BA42FC3B4CE8F7F8621A78BFA32A7CB7 +- Architecture: x64 + InstallerUrl: https://github.com/BurntSushi/xsv/releases/download/0.13.0/xsv-0.13.0-x86_64-pc-windows-gnu.zip + InstallerSha256: C66B491A15D3B7CB9AAE87C874D9479C3BBF28C882618D1775F2EE7377CDA7FD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BurntSushi/xsv/GNU/0.13.0/BurntSushi.xsv.GNU.locale.en-US.yaml b/manifests/b/BurntSushi/xsv/GNU/0.13.0/BurntSushi.xsv.GNU.locale.en-US.yaml new file mode 100644 index 0000000000000..f10775f339b0e --- /dev/null +++ b/manifests/b/BurntSushi/xsv/GNU/0.13.0/BurntSushi.xsv.GNU.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BurntSushi.xsv.GNU +PackageVersion: 0.13.0 +PackageLocale: en-US +Publisher: BurntSushi +PublisherUrl: https://github.com/BurntSushi +PublisherSupportUrl: https://github.com/BurntSushi/xsv/issues +Author: Andrew Gallant +PackageName: xsv +PackageUrl: https://github.com/BurntSushi/xsv +License: Dual License (Unlicense & MIT) +LicenseUrl: https://github.com/BurntSushi/xsv/raw/0.13.0/COPYING +Copyright: Copyright (c) 2015 Andrew Gallant +CopyrightUrl: https://github.com/BurntSushi/xsv/raw/0.13.0/LICENSE-MIT +ShortDescription: A fast CSV command line toolkit written in Rust. +Tags: +- cli +- command-line +- csv +- rust +ReleaseNotesUrl: https://github.com/BurntSushi/xsv/releases/tag/0.13.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BurntSushi/xsv/GNU/0.13.0/BurntSushi.xsv.GNU.yaml b/manifests/b/BurntSushi/xsv/GNU/0.13.0/BurntSushi.xsv.GNU.yaml new file mode 100644 index 0000000000000..5f76b8b944de2 --- /dev/null +++ b/manifests/b/BurntSushi/xsv/GNU/0.13.0/BurntSushi.xsv.GNU.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BurntSushi.xsv.GNU +PackageVersion: 0.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BurntSushi/xsv/MSVC/0.13.0/BurntSushi.xsv.MSVC.installer.yaml b/manifests/b/BurntSushi/xsv/MSVC/0.13.0/BurntSushi.xsv.MSVC.installer.yaml new file mode 100644 index 0000000000000..c650c4717a636 --- /dev/null +++ b/manifests/b/BurntSushi/xsv/MSVC/0.13.0/BurntSushi.xsv.MSVC.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BurntSushi.xsv.MSVC +PackageVersion: 0.13.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xsv.exe +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2018-05-12 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/BurntSushi/xsv/releases/download/0.13.0/xsv-0.13.0-i686-pc-windows-msvc.zip + InstallerSha256: C11AC9E996E54F9EF070E815C1CC95F744ECAE217D815E310DEE6AB3AFEE1EE4 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/BurntSushi/xsv/releases/download/0.13.0/xsv-0.13.0-x86_64-pc-windows-msvc.zip + InstallerSha256: 3E319C08456031A9683C19C998AC9F61756A2E456413DB17C8E6819B17818A1A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BurntSushi/xsv/MSVC/0.13.0/BurntSushi.xsv.MSVC.locale.en-US.yaml b/manifests/b/BurntSushi/xsv/MSVC/0.13.0/BurntSushi.xsv.MSVC.locale.en-US.yaml new file mode 100644 index 0000000000000..b0e1219b75035 --- /dev/null +++ b/manifests/b/BurntSushi/xsv/MSVC/0.13.0/BurntSushi.xsv.MSVC.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BurntSushi.xsv.MSVC +PackageVersion: 0.13.0 +PackageLocale: en-US +Publisher: BurntSushi +PublisherUrl: https://github.com/BurntSushi +PublisherSupportUrl: https://github.com/BurntSushi/xsv/issues +Author: Andrew Gallant +PackageName: xsv +PackageUrl: https://github.com/BurntSushi/xsv +License: Dual License (Unlicense & MIT) +LicenseUrl: https://github.com/BurntSushi/xsv/raw/0.13.0/COPYING +Copyright: Copyright (c) 2015 Andrew Gallant +CopyrightUrl: https://github.com/BurntSushi/xsv/raw/0.13.0/LICENSE-MIT +ShortDescription: A fast CSV command line toolkit written in Rust. +Tags: +- cli +- command-line +- csv +- rust +ReleaseNotesUrl: https://github.com/BurntSushi/xsv/releases/tag/0.13.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BurntSushi/xsv/MSVC/0.13.0/BurntSushi.xsv.MSVC.yaml b/manifests/b/BurntSushi/xsv/MSVC/0.13.0/BurntSushi.xsv.MSVC.yaml new file mode 100644 index 0000000000000..584f9cbcf7fa0 --- /dev/null +++ b/manifests/b/BurntSushi/xsv/MSVC/0.13.0/BurntSushi.xsv.MSVC.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BurntSushi.xsv.MSVC +PackageVersion: 0.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Buttercup/Buttercup/2.28.0/Buttercup.Buttercup.installer.yaml b/manifests/b/Buttercup/Buttercup/2.28.0/Buttercup.Buttercup.installer.yaml new file mode 100644 index 0000000000000..8dc785544e663 --- /dev/null +++ b/manifests/b/Buttercup/Buttercup/2.28.0/Buttercup.Buttercup.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Buttercup.Buttercup +PackageVersion: 2.28.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- buttercup +FileExtensions: +- bcup +ReleaseDate: 2024-08-09 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/buttercup/buttercup-desktop/releases/download/v2.28.0/Buttercup-win-x64-2.28.0-installer.exe + InstallerSha256: F80FF7C654417F23F5179978D1171080E81B5E9DB3F52AD639EA35D33E3E5B30 + InstallerSwitches: + Custom: /currentuser + ProductCode: 4c001084-53b7-523b-b2ec-956799d8be55 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/buttercup/buttercup-desktop/releases/download/v2.28.0/Buttercup-win-x64-2.28.0-installer.exe + InstallerSha256: F80FF7C654417F23F5179978D1171080E81B5E9DB3F52AD639EA35D33E3E5B30 + InstallerSwitches: + Custom: /allusers + ProductCode: 4c001084-53b7-523b-b2ec-956799d8be55 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Buttercup/Buttercup/2.28.0/Buttercup.Buttercup.locale.en-US.yaml b/manifests/b/Buttercup/Buttercup/2.28.0/Buttercup.Buttercup.locale.en-US.yaml new file mode 100644 index 0000000000000..8145493d71835 --- /dev/null +++ b/manifests/b/Buttercup/Buttercup/2.28.0/Buttercup.Buttercup.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Buttercup.Buttercup +PackageVersion: 2.28.0 +PackageLocale: en-US +Publisher: MadDev +PublisherUrl: https://buttercup.pw/ +PublisherSupportUrl: https://github.com/buttercup/buttercup-desktop/issues +PrivacyUrl: https://buttercup.pw/privacy +Author: Perry Mitchell and Sallar Kaboli +PackageName: Buttercup +PackageUrl: https://buttercup.pw/ +License: GPL-3.0 +LicenseUrl: https://github.com/buttercup/buttercup-desktop/blob/HEAD/LICENSE +Copyright: Copyright © Vault Garden +# CopyrightUrl: +ShortDescription: A free, open-source and cross-platform password manager. +Description: Buttercup for desktop is a beautifully-simple password manager designed to help manage your credentials. Buttercup uses very strong encryption to protect your sensitive details under a single master password - Feel free to use stronger and more complex passwords for each service and let Buttercup store them securely. +Moniker: buttercup +Tags: +- credential +- password +- protect +- protection +- security +- vault +ReleaseNotes: |- + What's Changed + - Add biometrics enabled text to i18n by @devlanda in https://github.com/buttercup/buttercup-desktop/pull/1323 + - Update Italian language by @bovirus in https://github.com/buttercup/buttercup-desktop/pull/1325 + - Include UI library by @perry-mitchell in https://github.com/buttercup/buttercup-desktop/pull/1344 + - Update Italian language by @bovirus in https://github.com/buttercup/buttercup-desktop/pull/1345 + - New local release process by @perry-mitchell in https://github.com/buttercup/buttercup-desktop/pull/1352 + - Add zh_tw Traditional Chinese translation by @PeterDaveHello in https://github.com/buttercup/buttercup-desktop/pull/1350 + - Fix light mode by @perry-mitchell in https://github.com/buttercup/buttercup-desktop/pull/1360 + - Fix attachments UI by @perry-mitchell in https://github.com/buttercup/buttercup-desktop/pull/1362 + Full Changelog: v2.27.0...v2.28.0 +ReleaseNotesUrl: https://github.com/buttercup/buttercup-desktop/releases/tag/v2.28.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Buttercup/Buttercup/2.28.0/Buttercup.Buttercup.locale.zh-CN.yaml b/manifests/b/Buttercup/Buttercup/2.28.0/Buttercup.Buttercup.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4ae84da8c098e --- /dev/null +++ b/manifests/b/Buttercup/Buttercup/2.28.0/Buttercup.Buttercup.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Buttercup.Buttercup +PackageVersion: 2.28.0 +PackageLocale: zh-CN +Publisher: MadDev +PublisherUrl: https://buttercup.pw/ +PublisherSupportUrl: https://github.com/buttercup/buttercup-desktop/issues +PrivacyUrl: https://buttercup.pw/privacy +Author: Perry Mitchell 和 Sallar Kaboli +PackageName: Buttercup +PackageUrl: https://buttercup.pw/ +License: GPL-3.0 +LicenseUrl: https://github.com/buttercup/buttercup-desktop/blob/HEAD/LICENSE +Copyright: Copyright © Vault Garden +# CopyrightUrl: +ShortDescription: 一款免费、开源、跨平台的密码管理器。 +Description: Buttercup 桌面版是一款设计精美、操作简单的密码管理器,可帮助您管理凭证。Buttercup 使用非常强大的加密技术,在一个主密码下保护你的敏感信息--你可以为每个服务使用更强大、更复杂的密码,并让 Buttercup 安全地存储它们。 +# Moniker: +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/buttercup/buttercup-desktop/releases/tag/v2.28.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Buttercup/Buttercup/2.28.0/Buttercup.Buttercup.yaml b/manifests/b/Buttercup/Buttercup/2.28.0/Buttercup.Buttercup.yaml new file mode 100644 index 0000000000000..9f03a1eaa609c --- /dev/null +++ b/manifests/b/Buttercup/Buttercup/2.28.0/Buttercup.Buttercup.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Buttercup.Buttercup +PackageVersion: 2.28.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Buttercup/Buttercup/2.28.1/Buttercup.Buttercup.installer.yaml b/manifests/b/Buttercup/Buttercup/2.28.1/Buttercup.Buttercup.installer.yaml new file mode 100644 index 0000000000000..b60ec10909cd0 --- /dev/null +++ b/manifests/b/Buttercup/Buttercup/2.28.1/Buttercup.Buttercup.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Buttercup.Buttercup +PackageVersion: 2.28.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- buttercup +FileExtensions: +- bcup +ReleaseDate: 2024-09-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/buttercup/buttercup-desktop/releases/download/v2.28.1/Buttercup-win-x64-2.28.1-installer.exe + InstallerSha256: F1F66B7A7BFECCC717402696C936B311B3983D5545606EF73102D2475BA6BA50 + InstallerSwitches: + Custom: /currentuser + ProductCode: 4c001084-53b7-523b-b2ec-956799d8be55 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/buttercup/buttercup-desktop/releases/download/v2.28.1/Buttercup-win-x64-2.28.1-installer.exe + InstallerSha256: F1F66B7A7BFECCC717402696C936B311B3983D5545606EF73102D2475BA6BA50 + InstallerSwitches: + Custom: /allusers + ProductCode: 4c001084-53b7-523b-b2ec-956799d8be55 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Buttercup/Buttercup/2.28.1/Buttercup.Buttercup.locale.en-US.yaml b/manifests/b/Buttercup/Buttercup/2.28.1/Buttercup.Buttercup.locale.en-US.yaml new file mode 100644 index 0000000000000..ebb36425d16a9 --- /dev/null +++ b/manifests/b/Buttercup/Buttercup/2.28.1/Buttercup.Buttercup.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Buttercup.Buttercup +PackageVersion: 2.28.1 +PackageLocale: en-US +Publisher: MadDev +PublisherUrl: https://buttercup.pw/ +PublisherSupportUrl: https://github.com/buttercup/buttercup-desktop/issues +PrivacyUrl: https://buttercup.pw/privacy +Author: Perry Mitchell and Sallar Kaboli +PackageName: Buttercup +PackageUrl: https://buttercup.pw/ +License: GPL-3.0 +LicenseUrl: https://github.com/buttercup/buttercup-desktop/blob/HEAD/LICENSE +Copyright: Copyright © Vault Garden +# CopyrightUrl: +ShortDescription: A free, open-source and cross-platform password manager. +Description: Buttercup for desktop is a beautifully-simple password manager designed to help manage your credentials. Buttercup uses very strong encryption to protect your sensitive details under a single master password - Feel free to use stronger and more complex passwords for each service and let Buttercup store them securely. +Moniker: buttercup +Tags: +- credential +- password +- protect +- protection +- security +- vault +ReleaseNotes: |- + What's Changed + - Fix broken translation key by @skullysmods in https://github.com/buttercup/buttercup-desktop/pull/1373 + - fix(groups): allow to create a group with no parent by @Johann-S in https://github.com/buttercup/buttercup-desktop/pull/1375 + New Contributors + - @skullysmods made their first contribution in https://github.com/buttercup/buttercup-desktop/pull/1373 + - @Johann-S made their first contribution in https://github.com/buttercup/buttercup-desktop/pull/1375 + Full Changelog: v2.28.0...v2.28.1 +ReleaseNotesUrl: https://github.com/buttercup/buttercup-desktop/releases/tag/v2.28.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Buttercup/Buttercup/2.28.1/Buttercup.Buttercup.locale.zh-CN.yaml b/manifests/b/Buttercup/Buttercup/2.28.1/Buttercup.Buttercup.locale.zh-CN.yaml new file mode 100644 index 0000000000000..58be5048070d9 --- /dev/null +++ b/manifests/b/Buttercup/Buttercup/2.28.1/Buttercup.Buttercup.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Buttercup.Buttercup +PackageVersion: 2.28.1 +PackageLocale: zh-CN +Publisher: MadDev +PublisherUrl: https://buttercup.pw/ +PublisherSupportUrl: https://github.com/buttercup/buttercup-desktop/issues +PrivacyUrl: https://buttercup.pw/privacy +Author: Perry Mitchell 和 Sallar Kaboli +PackageName: Buttercup +PackageUrl: https://buttercup.pw/ +License: GPL-3.0 +LicenseUrl: https://github.com/buttercup/buttercup-desktop/blob/HEAD/LICENSE +Copyright: Copyright © Vault Garden +# CopyrightUrl: +ShortDescription: 一款免费、开源、跨平台的密码管理器。 +Description: Buttercup 桌面版是一款设计精美、操作简单的密码管理器,可帮助您管理凭证。Buttercup 使用非常强大的加密技术,在一个主密码下保护你的敏感信息--你可以为每个服务使用更强大、更复杂的密码,并让 Buttercup 安全地存储它们。 +# Moniker: +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/buttercup/buttercup-desktop/releases/tag/v2.28.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Buttercup/Buttercup/2.28.1/Buttercup.Buttercup.yaml b/manifests/b/Buttercup/Buttercup/2.28.1/Buttercup.Buttercup.yaml new file mode 100644 index 0000000000000..8ab113958093c --- /dev/null +++ b/manifests/b/Buttercup/Buttercup/2.28.1/Buttercup.Buttercup.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Buttercup.Buttercup +PackageVersion: 2.28.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ButterflyEffect/Monica/2.2.0/ButterflyEffect.Monica.installer.yaml b/manifests/b/ButterflyEffect/Monica/2.2.0/ButterflyEffect.Monica.installer.yaml new file mode 100644 index 0000000000000..7aa0087178476 --- /dev/null +++ b/manifests/b/ButterflyEffect/Monica/2.2.0/ButterflyEffect.Monica.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ButterflyEffect.Monica +PackageVersion: 2.2.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- monica +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.monica.im/Monica%20Setup%202.2.0.exe + InstallerSha256: DA356FA07CB83C6130D1F8E1D64061F87CCC52E7A53B56F6074CA5EE498B3206 + InstallerSwitches: + Custom: /currentuser + ProductCode: 2c806f82-a8b4-5c1c-97dd-7babf26e0869 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.monica.im/Monica%20Setup%202.2.0.exe + InstallerSha256: DA356FA07CB83C6130D1F8E1D64061F87CCC52E7A53B56F6074CA5EE498B3206 + InstallerSwitches: + Custom: /allusers + ProductCode: 2c806f82-a8b4-5c1c-97dd-7babf26e0869 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ButterflyEffect/Monica/2.2.0/ButterflyEffect.Monica.locale.en-US.yaml b/manifests/b/ButterflyEffect/Monica/2.2.0/ButterflyEffect.Monica.locale.en-US.yaml new file mode 100644 index 0000000000000..46daa1c937a94 --- /dev/null +++ b/manifests/b/ButterflyEffect/Monica/2.2.0/ButterflyEffect.Monica.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ButterflyEffect.Monica +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: Beijing Butterfly Effect Technology Co., Ltd. +PublisherUrl: https://monica.im/ +# PublisherSupportUrl: +PrivacyUrl: https://monica.im/privacy +Author: Beijing Butterfly Effect Technology Co., Ltd. +PackageName: Monica +PackageUrl: https://monica.im/desktop +License: Proprietary +LicenseUrl: https://monica.im/terms +Copyright: Copyright © 2024 Monica +# CopyrightUrl: +ShortDescription: Your ChatGPT Powered AI Assistant +Description: Monica is your personal AI-Powered copilot. You can chat with Monica about anything, anywhere. Let Monica help you create effortlessly and insert text anywhere. +# Moniker: +Tags: +- ai +- chatgpt +- gpt +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://monica.im/pricing +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ButterflyEffect/Monica/2.2.0/ButterflyEffect.Monica.locale.zh-CN.yaml b/manifests/b/ButterflyEffect/Monica/2.2.0/ButterflyEffect.Monica.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2a22ba9625835 --- /dev/null +++ b/manifests/b/ButterflyEffect/Monica/2.2.0/ButterflyEffect.Monica.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ButterflyEffect.Monica +PackageVersion: 2.2.0 +PackageLocale: zh-CN +Publisher: 北京蝴蝶效应科技有限公司 +PublisherUrl: https://monica.im/ +# PublisherSupportUrl: +PrivacyUrl: https://monica.im/privacy +Author: 北京蝴蝶效应科技有限公司 +PackageName: Monica +PackageUrl: https://monica.im/desktop +License: 专有软件 +LicenseUrl: https://monica.im/terms +Copyright: Copyright © 2024 Monica +# CopyrightUrl: +ShortDescription: 您的 ChatGPT AI 智能助理 +Description: Monica 是您的私人 AI 助手。您可以随时随地与 Monica 聊天。让 Monica 帮您轻松创建并在任何地方插入文字。 +# Moniker: +Tags: +- ai +- chatgpt +- gpt +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://monica.im/pricing +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ButterflyEffect/Monica/2.2.0/ButterflyEffect.Monica.yaml b/manifests/b/ButterflyEffect/Monica/2.2.0/ButterflyEffect.Monica.yaml new file mode 100644 index 0000000000000..0edea99a3f662 --- /dev/null +++ b/manifests/b/ButterflyEffect/Monica/2.2.0/ButterflyEffect.Monica.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ButterflyEffect.Monica +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ButterflyEffect/Monica/2.3.0/ButterflyEffect.Monica.installer.yaml b/manifests/b/ButterflyEffect/Monica/2.3.0/ButterflyEffect.Monica.installer.yaml new file mode 100644 index 0000000000000..95f69096a1e65 --- /dev/null +++ b/manifests/b/ButterflyEffect/Monica/2.3.0/ButterflyEffect.Monica.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ButterflyEffect.Monica +PackageVersion: 2.3.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- monica +ReleaseDate: 2024-08-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.monica.im/Monica%20Setup%202.3.0.exe + InstallerSha256: 8BFDACFEF4911E6D6810A1E7A51DBE1C57A66523F2DF91E52AC5DA4AD9E7C6FF + InstallerSwitches: + Custom: /currentuser + ProductCode: 2c806f82-a8b4-5c1c-97dd-7babf26e0869 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.monica.im/Monica%20Setup%202.3.0.exe + InstallerSha256: 8BFDACFEF4911E6D6810A1E7A51DBE1C57A66523F2DF91E52AC5DA4AD9E7C6FF + InstallerSwitches: + Custom: /allusers + ProductCode: 2c806f82-a8b4-5c1c-97dd-7babf26e0869 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ButterflyEffect/Monica/2.3.0/ButterflyEffect.Monica.locale.en-US.yaml b/manifests/b/ButterflyEffect/Monica/2.3.0/ButterflyEffect.Monica.locale.en-US.yaml new file mode 100644 index 0000000000000..d25858e3ec03c --- /dev/null +++ b/manifests/b/ButterflyEffect/Monica/2.3.0/ButterflyEffect.Monica.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ButterflyEffect.Monica +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: Beijing Butterfly Effect Technology Co., Ltd. +PublisherUrl: https://monica.im/ +# PublisherSupportUrl: +PrivacyUrl: https://monica.im/privacy +Author: Beijing Butterfly Effect Technology Co., Ltd. +PackageName: Monica +PackageUrl: https://monica.im/desktop +License: Proprietary +LicenseUrl: https://monica.im/terms +Copyright: Copyright © 2024 Monica +# CopyrightUrl: +ShortDescription: Your ChatGPT Powered AI Assistant +Description: Monica is your personal AI-Powered copilot. You can chat with Monica about anything, anywhere. Let Monica help you create effortlessly and insert text anywhere. +# Moniker: +Tags: +- ai +- chatgpt +- gpt +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://monica.im/pricing +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ButterflyEffect/Monica/2.3.0/ButterflyEffect.Monica.locale.zh-CN.yaml b/manifests/b/ButterflyEffect/Monica/2.3.0/ButterflyEffect.Monica.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b15767319f5c8 --- /dev/null +++ b/manifests/b/ButterflyEffect/Monica/2.3.0/ButterflyEffect.Monica.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ButterflyEffect.Monica +PackageVersion: 2.3.0 +PackageLocale: zh-CN +Publisher: 北京蝴蝶效应科技有限公司 +PublisherUrl: https://monica.im/ +# PublisherSupportUrl: +PrivacyUrl: https://monica.im/privacy +Author: 北京蝴蝶效应科技有限公司 +PackageName: Monica +PackageUrl: https://monica.im/desktop +License: 专有软件 +LicenseUrl: https://monica.im/terms +Copyright: Copyright © 2024 Monica +# CopyrightUrl: +ShortDescription: 您的 ChatGPT AI 智能助理 +Description: Monica 是您的私人 AI 助手。您可以随时随地与 Monica 聊天。让 Monica 帮您轻松创建并在任何地方插入文字。 +# Moniker: +Tags: +- ai +- chatgpt +- gpt +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://monica.im/pricing +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ButterflyEffect/Monica/2.3.0/ButterflyEffect.Monica.yaml b/manifests/b/ButterflyEffect/Monica/2.3.0/ButterflyEffect.Monica.yaml new file mode 100644 index 0000000000000..41198c89ed61f --- /dev/null +++ b/manifests/b/ButterflyEffect/Monica/2.3.0/ButterflyEffect.Monica.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ButterflyEffect.Monica +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Byron/dua-cli/2.29.2/Byron.dua-cli.installer.yaml b/manifests/b/Byron/dua-cli/2.29.2/Byron.dua-cli.installer.yaml new file mode 100644 index 0000000000000..7a7196f44dd6e --- /dev/null +++ b/manifests/b/Byron/dua-cli/2.29.2/Byron.dua-cli.installer.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Byron.dua-cli +PackageVersion: 2.29.2 +InstallerType: zip +NestedInstallerType: portable +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- dua +ReleaseDate: 2024-08-10 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: dua-v2.29.2-i686-pc-windows-msvc/dua.exe + PortableCommandAlias: dua + InstallerUrl: https://github.com/Byron/dua-cli/releases/download/v2.29.2/dua-v2.29.2-i686-pc-windows-msvc.zip + InstallerSha256: 4C9523BA0BADF681D1EFBFE85D6AC0D51A664BE08D1560F978B12A270CD713E9 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: dua-v2.29.2-x86_64-pc-windows-msvc/dua.exe + PortableCommandAlias: dua + InstallerUrl: https://github.com/Byron/dua-cli/releases/download/v2.29.2/dua-v2.29.2-x86_64-pc-windows-msvc.zip + InstallerSha256: 1B07D998F254F4AF2FEA33D0C304831D1AFEAE8C1990318201F45F16707A402C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Byron/dua-cli/2.29.2/Byron.dua-cli.locale.en-US.yaml b/manifests/b/Byron/dua-cli/2.29.2/Byron.dua-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..9f0b7946ef3e6 --- /dev/null +++ b/manifests/b/Byron/dua-cli/2.29.2/Byron.dua-cli.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Byron.dua-cli +PackageVersion: 2.29.2 +PackageLocale: en-US +Publisher: Sebastian Thiel +PublisherUrl: https://github.com/Byron +Author: Sebastian Thiel +PackageName: Disk Usage Analyzer +PackageUrl: https://github.com/Byron/dua-cli +License: MIT +LicenseUrl: https://github.com/Byron/dua-cli/raw/main/LICENSE +Copyright: Copyright (c) 2019 Sebastian Thiel +CopyrightUrl: https://github.com/Byron/dua-cli/raw/main/LICENSE +ShortDescription: View disk space usage and delete unwanted data, fast. +Description: dua (-> Disk Usage Analyzer) is a tool to conveniently learn about the usage of disk space of a given directory. It's parallel by default and will max out your SSD, providing relevant information as fast as possible. Optionally delete superfluous data, and do so more quickly than rm. +Moniker: dua +Tags: +- cleaner +- disk +- efficient +- fast +- space-use +- terminal-based +ReleaseNotesUrl: https://github.com/Byron/dua-cli/releases/tag/v2.29.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Byron/dua-cli/2.29.2/Byron.dua-cli.yaml b/manifests/b/Byron/dua-cli/2.29.2/Byron.dua-cli.yaml new file mode 100644 index 0000000000000..23788f5cfdcfb --- /dev/null +++ b/manifests/b/Byron/dua-cli/2.29.2/Byron.dua-cli.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Byron.dua-cli +PackageVersion: 2.29.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/CapCut/4.1.0.1647/ByteDance.CapCut.installer.yaml b/manifests/b/ByteDance/CapCut/4.1.0.1647/ByteDance.CapCut.installer.yaml new file mode 100644 index 0000000000000..b6680d8cbc5f3 --- /dev/null +++ b/manifests/b/ByteDance/CapCut/4.1.0.1647/ByteDance.CapCut.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 4.1.0.1647 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent_install=1 + SilentWithProgress: /silent_install=1 + InstallLocation: /install_path="" + Upgrade: /update_install +UpgradeBehavior: install +Protocols: +- capcut +Installers: +- Architecture: x64 + InstallerUrl: https://lf16-capcut.faceulv.com/obj/capcutpc-packages-us/packages/CapCut_4_1_0_1647_capcutpc_0_creatortool.exe + InstallerSha256: E3A3A176D20546889CC53394F20E1D1C9A518B0B479A451D577711DA17A13F92 + ProductCode: CapCut +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/CapCut/4.1.0.1647/ByteDance.CapCut.locale.en-US.yaml b/manifests/b/ByteDance/CapCut/4.1.0.1647/ByteDance.CapCut.locale.en-US.yaml new file mode 100644 index 0000000000000..4aa70b0870437 --- /dev/null +++ b/manifests/b/ByteDance/CapCut/4.1.0.1647/ByteDance.CapCut.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 4.1.0.1647 +PackageLocale: en-US +Publisher: Bytedance Pte. Ltd. +PublisherUrl: https://www.bytedance.com/en +# PublisherSupportUrl: +PrivacyUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_privacy_policy_en.html +Author: Bytedance Pte. Ltd. +PackageName: CapCut +PackageUrl: https://www.capcut.com/ +License: Freeware +LicenseUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_user_agreement_en.html +Copyright: Copyright © 2024 ByteDance Pte. Ltd. +# CopyrightUrl: +ShortDescription: A video editing tool packed with features on your desktop or laptop +Description: CapCut is an all-in-one online video editing software which makes creation, upload & share easier, with frame by frame track editor, cloud drive etc. +# Moniker: +Tags: +- clip +- creative +- creativity +- edit +- editor +- film +- movie +- video +- video-editing +- video-editor +ReleaseNotes: |- + - Several preinstalled, realistic, AI-generated people with natural backgrounds have been added. + - Smart Split in the editor now supports deleting and moving split points. + - Clean up edge and Feather edge added to Chroma keying. + - Fixed some known issues - improved the editing experience. + Thank you for choosing CapCut and creating even more beautiful moments with us. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/CapCut/4.1.0.1647/ByteDance.CapCut.locale.zh-CN.yaml b/manifests/b/ByteDance/CapCut/4.1.0.1647/ByteDance.CapCut.locale.zh-CN.yaml new file mode 100644 index 0000000000000..854ddac2aaec6 --- /dev/null +++ b/manifests/b/ByteDance/CapCut/4.1.0.1647/ByteDance.CapCut.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 4.1.0.1647 +PackageLocale: zh-CN +Publisher: Bytedance Pte. Ltd. +PublisherUrl: https://www.bytedance.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_privacy_policy_en.html +Author: Bytedance Pte. Ltd. +PackageName: CapCut +PackageUrl: https://www.capcut.com/ +License: 免费软件 +LicenseUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_user_agreement_en.html +Copyright: Copyright © 2024 ByteDance Pte. Ltd. +# CopyrightUrl: +ShortDescription: 功能齐全的桌面视频编辑工具 +Description: CapCut 是一款多合一在线视频编辑软件,具有逐帧轨道编辑器和云存储等,让创作、上传和分享更加容易。 +# Moniker: +Tags: +- 创意 +- 剪辑 +- 影片 +- 电影 +- 视频 +- 视频编辑 +- 视频编辑器 +- 编辑 +- 编辑器 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/CapCut/4.1.0.1647/ByteDance.CapCut.yaml b/manifests/b/ByteDance/CapCut/4.1.0.1647/ByteDance.CapCut.yaml new file mode 100644 index 0000000000000..b30916c2ee824 --- /dev/null +++ b/manifests/b/ByteDance/CapCut/4.1.0.1647/ByteDance.CapCut.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 4.1.0.1647 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/CapCut/4.3.0.1694/ByteDance.CapCut.installer.yaml b/manifests/b/ByteDance/CapCut/4.3.0.1694/ByteDance.CapCut.installer.yaml new file mode 100644 index 0000000000000..a8481b2cc5de1 --- /dev/null +++ b/manifests/b/ByteDance/CapCut/4.3.0.1694/ByteDance.CapCut.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 4.3.0.1694 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent_install=1 + SilentWithProgress: /silent_install=1 + InstallLocation: /install_path="" + Upgrade: /update_install +UpgradeBehavior: install +Protocols: +- capcut +Installers: +- Architecture: x64 + InstallerUrl: https://lf16-capcut.faceulv.com/obj/capcutpc-packages-us/packages/CapCut_4_3_0_1694_capcutpc_0_creatortool.exe + InstallerSha256: 2B814FF201D6628A1AF9182896432ADC88B920DE2FDE23B79724D4500DE7C459 + ProductCode: CapCut +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/CapCut/4.3.0.1694/ByteDance.CapCut.locale.en-US.yaml b/manifests/b/ByteDance/CapCut/4.3.0.1694/ByteDance.CapCut.locale.en-US.yaml new file mode 100644 index 0000000000000..b0221c2317522 --- /dev/null +++ b/manifests/b/ByteDance/CapCut/4.3.0.1694/ByteDance.CapCut.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 4.3.0.1694 +PackageLocale: en-US +Publisher: Bytedance Pte. Ltd. +PublisherUrl: https://www.bytedance.com/en +# PublisherSupportUrl: +PrivacyUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_privacy_policy_en.html +Author: Bytedance Pte. Ltd. +PackageName: CapCut +PackageUrl: https://www.capcut.com/ +License: Freeware +LicenseUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_user_agreement_en.html +Copyright: Copyright © 2024 ByteDance Pte. Ltd. +# CopyrightUrl: +ShortDescription: A video editing tool packed with features on your desktop or laptop +Description: CapCut is an all-in-one online video editing software which makes creation, upload & share easier, with frame by frame track editor, cloud drive etc. +# Moniker: +Tags: +- clip +- creative +- creativity +- edit +- editor +- film +- movie +- video +- video-editing +- video-editor +ReleaseNotes: |- + - Optical flow is now supported in videos for improved smoothness. + - Compound clips can now be saved as presets for improved creation efficiency in one click. + - Timeline track height and audio waveform size adjustment supported for more convenient editing. + - Fixed some known experience issues for smoother editing. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/CapCut/4.3.0.1694/ByteDance.CapCut.locale.zh-CN.yaml b/manifests/b/ByteDance/CapCut/4.3.0.1694/ByteDance.CapCut.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cd44126e21248 --- /dev/null +++ b/manifests/b/ByteDance/CapCut/4.3.0.1694/ByteDance.CapCut.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 4.3.0.1694 +PackageLocale: zh-CN +Publisher: Bytedance Pte. Ltd. +PublisherUrl: https://www.bytedance.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_privacy_policy_en.html +Author: Bytedance Pte. Ltd. +PackageName: CapCut +PackageUrl: https://www.capcut.com/ +License: 免费软件 +LicenseUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_user_agreement_en.html +Copyright: Copyright © 2024 ByteDance Pte. Ltd. +# CopyrightUrl: +ShortDescription: 功能齐全的桌面视频编辑工具 +Description: CapCut 是一款多合一在线视频编辑软件,具有逐帧轨道编辑器和云存储等,让创作、上传和分享更加容易。 +# Moniker: +Tags: +- 创意 +- 剪辑 +- 影片 +- 电影 +- 视频 +- 视频编辑 +- 视频编辑器 +- 编辑 +- 编辑器 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/CapCut/4.3.0.1694/ByteDance.CapCut.yaml b/manifests/b/ByteDance/CapCut/4.3.0.1694/ByteDance.CapCut.yaml new file mode 100644 index 0000000000000..fe4336951d669 --- /dev/null +++ b/manifests/b/ByteDance/CapCut/4.3.0.1694/ByteDance.CapCut.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 4.3.0.1694 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/CapCut/4.6.0.1754/ByteDance.CapCut.installer.yaml b/manifests/b/ByteDance/CapCut/4.6.0.1754/ByteDance.CapCut.installer.yaml new file mode 100644 index 0000000000000..2b995f78dd817 --- /dev/null +++ b/manifests/b/ByteDance/CapCut/4.6.0.1754/ByteDance.CapCut.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 4.6.0.1754 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent_install=1 + SilentWithProgress: /silent_install=1 + InstallLocation: /install_path="" + Upgrade: /update_install +UpgradeBehavior: install +Protocols: +- capcut +Installers: +- Architecture: x64 + InstallerUrl: https://lf16-capcut.faceulv.com/obj/capcutpc-packages-us/packages/CapCut_4_6_0_1754_capcutpc_0_creatortool.exe + InstallerSha256: ACEC18DF07B6DF01B1E6FDAA68BD3E5B917873C0815FEDFFAE42DBEAEA19435E + ProductCode: CapCut +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/CapCut/4.6.0.1754/ByteDance.CapCut.locale.en-US.yaml b/manifests/b/ByteDance/CapCut/4.6.0.1754/ByteDance.CapCut.locale.en-US.yaml new file mode 100644 index 0000000000000..beef0213e4dd3 --- /dev/null +++ b/manifests/b/ByteDance/CapCut/4.6.0.1754/ByteDance.CapCut.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 4.6.0.1754 +PackageLocale: en-US +Publisher: Bytedance Pte. Ltd. +PublisherUrl: https://www.bytedance.com/en +# PublisherSupportUrl: +PrivacyUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_privacy_policy_en.html +Author: Bytedance Pte. Ltd. +PackageName: CapCut +PackageUrl: https://www.capcut.com/ +License: Freeware +LicenseUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_user_agreement_en.html +Copyright: Copyright © 2024 ByteDance Pte. Ltd. +# CopyrightUrl: +ShortDescription: A video editing tool packed with features on your desktop or laptop +Description: CapCut is an all-in-one online video editing software which makes creation, upload & share easier, with frame by frame track editor, cloud drive etc. +# Moniker: +Tags: +- clip +- creative +- creativity +- edit +- editor +- film +- movie +- video +- video-editing +- video-editor +ReleaseNotes: |- + - Added custom tracking for any area to camera tracking. + - Added new scenes to auto removal for improved portrait removal. + - Short text recommendations are now supported in AI writer for smart generation of narrations, editing, expanding, and summarizing. + - Layout presets and custom layouts are now supported in the editor window for improved editing efficiency. + - AI image inpaint is now supported with smart erase or content replacement. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/CapCut/4.6.0.1754/ByteDance.CapCut.locale.zh-CN.yaml b/manifests/b/ByteDance/CapCut/4.6.0.1754/ByteDance.CapCut.locale.zh-CN.yaml new file mode 100644 index 0000000000000..88a5d3356a111 --- /dev/null +++ b/manifests/b/ByteDance/CapCut/4.6.0.1754/ByteDance.CapCut.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 4.6.0.1754 +PackageLocale: zh-CN +Publisher: Bytedance Pte. Ltd. +PublisherUrl: https://www.bytedance.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_privacy_policy_en.html +Author: Bytedance Pte. Ltd. +PackageName: CapCut +PackageUrl: https://www.capcut.com/ +License: 免费软件 +LicenseUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_user_agreement_en.html +Copyright: Copyright © 2024 ByteDance Pte. Ltd. +# CopyrightUrl: +ShortDescription: 功能齐全的桌面视频编辑工具 +Description: CapCut 是一款多合一在线视频编辑软件,具有逐帧轨道编辑器和云存储等,让创作、上传和分享更加容易。 +# Moniker: +Tags: +- 创意 +- 剪辑 +- 影片 +- 电影 +- 视频 +- 视频编辑 +- 视频编辑器 +- 编辑 +- 编辑器 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/CapCut/4.6.0.1754/ByteDance.CapCut.yaml b/manifests/b/ByteDance/CapCut/4.6.0.1754/ByteDance.CapCut.yaml new file mode 100644 index 0000000000000..f4ae2bd652e48 --- /dev/null +++ b/manifests/b/ByteDance/CapCut/4.6.0.1754/ByteDance.CapCut.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 4.6.0.1754 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.15.3/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.15.3/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..bb8c1cead6a2d --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.15.3/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.15.3 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.15.3/Doubao_installer_1.15.3.exe + InstallerSha256: 6A70E9AF367166B7127BB82CE91305E0F11BE3A776D5C4038FA9BBBD1F5A94C2 + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.15.3/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.15.3/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..9fc313b4c4c57 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.15.3/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.15.3 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.15.3/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.15.3/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cb7e52f9d2315 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.15.3/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.15.3 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: 增加了「AI 搜索」视图,在访问搜索引擎网站时,可以通过切换视图切换查看 AI 搜索的结果。 同时在划词和启动器中的 AI 搜索也会跳到这个新的搜索结果页面,查看更加丰富的内容结果。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.15.3/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.15.3/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..250163a786425 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.15.3/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.15.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.15.5/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.15.5/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..2da9e1e96acf5 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.15.5/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.15.5 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.15.5/Doubao_installer_1.15.5.exe + InstallerSha256: 63344129AC3C6188627145CE9FC395BC55EBEA5D48853B24D10E18415466E25E + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.15.5/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.15.5/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..db1a8581f3636 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.15.5/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.15.5 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.15.5/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.15.5/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4e0b244aeaab0 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.15.5/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.15.5 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: 增加了「AI 搜索」视图,在访问搜索引擎网站时,可以通过切换视图切换查看 AI 搜索的结果。 同时在划词和启动器中的 AI 搜索也会跳到这个新的搜索结果页面,查看更加丰富的内容结果。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.15.5/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.15.5/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..d13a3103c1fdc --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.15.5/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.15.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.15.6/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.15.6/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..c3f084801f7b3 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.15.6/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.15.6 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.15.6/Doubao_installer_1.15.6.exe + InstallerSha256: CB72F5556DE26016DD33C63163CC07BA95EC4CCD5BF3C8348E031ECC73B3E08D + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.15.6/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.15.6/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..5cc3cb375211a --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.15.6/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.15.6 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.15.6/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.15.6/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..50f5cbe8c64ba --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.15.6/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.15.6 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: 增加了「AI 搜索」视图,在访问搜索引擎网站时,可以通过切换视图切换查看 AI 搜索的结果。 同时在划词和启动器中的 AI 搜索也会跳到这个新的搜索结果页面,查看更加丰富的内容结果。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.15.6/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.15.6/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..ea531e8a2dfc6 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.15.6/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.15.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.16.1/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.16.1/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..cda4a48fc5cde --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.16.1/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.16.1 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.16.1/Doubao_installer_1.16.1.exe + InstallerSha256: 35B7209B942ECA83ABD6BBDDCA001A3EFCF4A5D6147B14E9583C4E4528DF5E34 + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.16.1/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.16.1/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..c7f63c5a8e7eb --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.16.1/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.16.1 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.16.1/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.16.1/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f550348e4623a --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.16.1/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.16.1 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: |- + 增加了「解题答疑技能」,能够截图回答各学科题目,将在本周内逐步开放使用。 + 修复了一些问题。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.16.1/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.16.1/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..8edcc838bb8ba --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.16.1/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.16.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.16.2/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.16.2/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..33597b3b105a0 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.16.2/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.16.2 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.16.2/Doubao_installer_1.16.2.exe + InstallerSha256: 83F06B512A7872CF101509B06013648E4B9AA300DE8B544450451B7F017CDF25 + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.16.2/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.16.2/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..e9ba155cde5a0 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.16.2/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.16.2 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.16.2/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.16.2/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..046e8acc6c441 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.16.2/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.16.2 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: |- + 增加了「解题答疑技能」,能够截图回答各学科题目,将在本周内逐步开放使用。 + 修复了一些问题。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.16.2/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.16.2/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..a632fa65ee992 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.16.2/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.16.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.17.1/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.17.1/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..e5333624cd054 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.17.1/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.17.1 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.17.1/Doubao_installer_1.17.1.exe + InstallerSha256: E46F426FA53E762C7BFD4206F894157F4F24B4B7F2B7600AF21CB6F2CB78062E + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.17.1/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.17.1/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..7843fabfb7327 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.17.1/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.17.1 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.17.1/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.17.1/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..065ee3947d2dd --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.17.1/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.17.1 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: |- + 上线了「截图提问」功能,可以在电脑中随时截图问问豆包了; + 优化了浏览网页时的「问问豆包」功能,现在网页里有什么内容都可以问到; + 划词和启动器中的 AI 技能支持自定义提示词; + 启动器支持网址输入。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.17.1/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.17.1/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..ea1fb057ba4b8 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.17.1/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.17.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.17.2/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.17.2/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..ed31c27a20e32 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.17.2/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.17.2 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.17.2/Doubao_installer_1.17.2.exe + InstallerSha256: CD40A05123E8359F1C846CE6E50D057909EA13B80FA01FE36BE7914F9A1AB157 + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.17.2/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.17.2/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..c1fa5cfc7ed24 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.17.2/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.17.2 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.17.2/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.17.2/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..43d798c139ce1 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.17.2/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.17.2 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: |- + 上线了「截图提问」功能,可以在电脑中随时截图问问豆包了; + 优化了浏览网页时的「问问豆包」功能,现在网页里有什么内容都可以问到; + 划词和启动器中的 AI 技能支持自定义提示词; + 启动器支持网址输入。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.17.2/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.17.2/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..bd15f752428b3 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.17.2/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.17.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.17.4/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.17.4/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..c93cbb131f5c3 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.17.4/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.17.4 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.17.4/Doubao_installer_1.17.4.exe + InstallerSha256: 6DB3F7EBD2A6B573E08188E2935529EFB81E5404F26A3A46C9FA4C9E21B176B3 + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.17.4/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.17.4/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..8465d45231860 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.17.4/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.17.4 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.17.4/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.17.4/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1b36bca371cf5 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.17.4/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.17.4 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: |- + 上线了「截图提问」功能,可以在电脑中随时截图问问豆包了; + 优化了浏览网页时的「问问豆包」功能,现在网页里有什么内容都可以问到; + 划词和启动器中的 AI 技能支持自定义提示词; + 启动器支持网址输入。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.17.4/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.17.4/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..b3d2eab094a1f --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.17.4/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.17.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.2/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.19.2/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..313ea821b7d06 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.2/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.2 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.19.2/Doubao_installer_1.19.2.exe + InstallerSha256: 60C934D0301C7E2C65F59D049A44AF516629313C73DC12969494DCC518624F39 + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.2/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.19.2/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..606585bc55b2e --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.2/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.2 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.2/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.19.2/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..eef06033dd572 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.2/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.2 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: 新首页即将上线,支持将访问过的网页、重要的豆包对话添加为书签在首页中展示。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.2/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.19.2/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..9b57363eebf2e --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.2/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.5/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.19.5/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..9f18baab112ee --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.5/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.5 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.19.5/Doubao_installer_1.19.5.exe + InstallerSha256: 99C61C6D5CE37F285A4994ACB78AF92ACF6E5A4707FD472740E799727BC7D0E2 + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.5/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.19.5/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..d4b4bd44c7ecf --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.5/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.5 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.5/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.19.5/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f6dd7a0bb966c --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.5/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.5 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: 新首页即将上线,支持将访问过的网页、重要的豆包对话添加为书签在首页中展示。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.5/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.19.5/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..a730cd75a8589 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.5/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.6/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.19.6/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..a216d64c5ecb7 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.6/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.6 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.19.6/Doubao_installer_1.19.6.exe + InstallerSha256: 13CFA9AD9DCBD037133F226A9D1690E46636AF29C9BDF7E78865E1D6B663AC3B + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.6/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.19.6/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..4672c9fb9a122 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.6/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.6 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.6/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.19.6/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6bcea7d4c5120 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.6/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.6 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: 新首页即将上线,支持将访问过的网页、重要的豆包对话添加为书签在首页中展示。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.6/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.19.6/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..53c2825a09549 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.6/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.7/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.19.7/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..33f1a51c90b8c --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.7/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.7 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.19.7/Doubao_installer_1.19.7.exe + InstallerSha256: 96DE8E2F1EBED82438D19EC8202808BE2C53814025EF86A56DE9A0FDC72387B0 + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.7/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.19.7/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..f05f8be10a1c0 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.7/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.7 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.7/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.19.7/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f2c093c1c18a1 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.7/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.7 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: 新首页即将上线,支持将访问过的网页、重要的豆包对话添加为书签在首页中展示。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.19.7/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.19.7/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..26823da3a8992 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.19.7/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.19.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.20.2/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.20.2/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..bc3327545a7a1 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.20.2/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.20.2 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.20.2/Doubao_installer_1.20.2.exe + InstallerSha256: E6D3FBE4B1F1A0A2D04F347FDD354CF256227F4059523592E8E872C1BD55C7E4 + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.20.2/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.20.2/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..f66b90ff7919f --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.20.2/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.20.2 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.20.2/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.20.2/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3db2ae49e68a7 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.20.2/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.20.2 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: 修复了一些问题。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.20.2/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.20.2/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..bd9e2f321b4c4 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.20.2/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.20.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.21.1/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.21.1/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..437d97228d712 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.21.1/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.21.1 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.21.1/Doubao_installer_1.21.1.exe + InstallerSha256: 7FFE78FA74D90C421166AFC7646CD5782BC10B838A1967D705F00D3F1745E3B8 + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.21.1/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.21.1/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..e7e069a844f26 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.21.1/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.21.1 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.21.1/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.21.1/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3fdddd0ee0861 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.21.1/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.21.1 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: |- + 启动器中通过输入 @ 和 / 可以快速搜索技能来使用; + 在浏览器中使用启动器访问网址时,提高了默认搜索引擎的优先级。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.21.1/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.21.1/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..6e0976e415200 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.21.1/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.21.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.21.2/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.21.2/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..3994581ee74a9 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.21.2/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.21.2 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.21.2/Doubao_installer_1.21.2.exe + InstallerSha256: 5A9BAC9EA5390CE86542620250B11506F99827349F1A756EB5E414F97F139C36 + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.21.2/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.21.2/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..ab9f8d7e7cad0 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.21.2/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.21.2 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.21.2/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.21.2/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..058add3c07642 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.21.2/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.21.2 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: |- + 启动器中通过输入 @ 和 / 可以快速搜索技能来使用; + 在浏览器中使用启动器访问网址时,提高了默认搜索引擎的优先级。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.21.2/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.21.2/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..cf320a2c57460 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.21.2/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.21.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.21.3/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.21.3/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..94ec5fb35da79 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.21.3/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.21.3 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.21.3/Doubao_installer_1.21.3.exe + InstallerSha256: F0C6A3CA257BD690DE16F06D204F0DB9581CBB1F108141D66ED21460DD9095DC + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.21.3/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.21.3/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..e483e6ec59ce7 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.21.3/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.21.3 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.21.3/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.21.3/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..69a9e7dc9beeb --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.21.3/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.21.3 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: |- + 启动器中通过输入 @ 和 / 可以快速搜索技能来使用; + 在浏览器中使用启动器访问网址时,提高了默认搜索引擎的优先级。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.21.3/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.21.3/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..301d661ab22a1 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.21.3/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.21.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.22.6/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.22.6/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..d352f481b73b5 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.22.6/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.22.6 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.22.6/Doubao_installer_1.22.6.exe + InstallerSha256: 408A59500F8A079A00B480AEE93D9E2F9AE2AF5D4AA3E463BDC70A543A66F4A2 + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.22.6/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.22.6/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..981ac5744efc7 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.22.6/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.22.6 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.22.6/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.22.6/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..16d42f9fa45f4 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.22.6/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.22.6 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: |- + 截图提问工具升级,支持提取文字,总结,解释等更多AI技能 + 优化了问问豆包的推荐问题,查看搜索结果和视频总结更方便 + 网页右侧的“问问豆包”,支持创建新对话 + 实验中的首页支持展示本地PDF文件,AI伴读更方便 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.22.6/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.22.6/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..ef687819768b4 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.22.6/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.22.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.22.7/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.22.7/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..ac06f559a8d0c --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.22.7/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.22.7 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.22.7/Doubao_installer_1.22.7.exe + InstallerSha256: 8E40446489138A78E3FD08584FCEFEE7A03BB86126128B95546E58992137A1D7 + ProductCode: Doubao +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.22.7/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.22.7/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..9090b9186f030 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.22.7/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.22.7 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +# Description: +# Moniker: +Tags: +- ai +- ai-chat +- chat-ai +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.22.7/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.22.7/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c10a85a1b5d38 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.22.7/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.22.7 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +# Description: +# Moniker: +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: |- + 截图提问工具升级,支持提取文字,总结,解释等更多AI技能 + 优化了问问豆包的推荐问题,查看搜索结果和视频总结更方便 + 网页右侧的“问问豆包”,支持创建新对话 + 实验中的首页支持展示本地PDF文件,AI伴读更方便 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Doubao/1.22.7/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.22.7/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..ae63928f1baeb --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.22.7/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.22.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.3.1/ByteDance.Douyin.installer.yaml b/manifests/b/ByteDance/Douyin/4.3.1/ByteDance.Douyin.installer.yaml new file mode 100644 index 0000000000000..795dce0a2263c --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.3.1/ByteDance.Douyin.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.3.1 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x86 + InstallerUrl: https://www.douyin.com/download/pc/obj/douyin-pc-client/7044145585217083655/releases/12020899/4.3.1/win32-ia32/douyin-v4.3.1-win32-ia32-douyin.exe + InstallerSha256: FFB81F08542E7D6736C09D40E23BBD8E917669D96B2B8C9A839AC7D19F7CF95C + ProductCode: douyin +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.3.1/ByteDance.Douyin.locale.en-US.yaml b/manifests/b/ByteDance/Douyin/4.3.1/ByteDance.Douyin.locale.en-US.yaml new file mode 100644 index 0000000000000..7cad1e1d78414 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.3.1/ByteDance.Douyin.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.3.1 +PackageLocale: en-US +Publisher: Beijing Microlive Vision Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 抖音 +PackageUrl: https://www.douyin.com/downloadpage/pc +License: Freeware +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: 2024© Douyin +# CopyrightUrl: +ShortDescription: Discover good content and watch freely +# Description: +# Moniker: +Tags: +- douyin +- short-video +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.3.1/ByteDance.Douyin.locale.zh-CN.yaml b/manifests/b/ByteDance/Douyin/4.3.1/ByteDance.Douyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a4968d5a99f4f --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.3.1/ByteDance.Douyin.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.3.1 +PackageLocale: zh-CN +Publisher: Beijing Microlive Vision Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: 北京微播视界科技有限公司 +PackageName: 抖音 +PackageUrl: https://www.douyin.com/downloadpage/pc +License: 免费软件 +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: 2024© 抖音 +# CopyrightUrl: +ShortDescription: 发现好内容畅快看 +# Description: +# Moniker: +Tags: +- 抖音 +- 短视频 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.3.1/ByteDance.Douyin.yaml b/manifests/b/ByteDance/Douyin/4.3.1/ByteDance.Douyin.yaml new file mode 100644 index 0000000000000..f354e40e7f20d --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.3.1/ByteDance.Douyin.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.4.0/ByteDance.Douyin.installer.yaml b/manifests/b/ByteDance/Douyin/4.4.0/ByteDance.Douyin.installer.yaml new file mode 100644 index 0000000000000..6a874ba70f8e8 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.4.0/ByteDance.Douyin.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.4.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-09 +Installers: +- Architecture: x86 + InstallerUrl: https://www.douyin.com/download/pc/obj/douyin-pc-client/7044145585217083655/releases/12043357/4.4.0/win32-ia32/douyin-v4.4.0-win32-ia32-douyin.exe + InstallerSha256: 929DAC05F2E273DFE4BA6F9D45965450F92572E45F53F0B26397EED165127115 + ProductCode: douyin +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.4.0/ByteDance.Douyin.locale.en-US.yaml b/manifests/b/ByteDance/Douyin/4.4.0/ByteDance.Douyin.locale.en-US.yaml new file mode 100644 index 0000000000000..110b0bfdff8cb --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.4.0/ByteDance.Douyin.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.4.0 +PackageLocale: en-US +Publisher: Beijing Microlive Vision Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 抖音 +PackageUrl: https://www.douyin.com/downloadpage/pc +License: Freeware +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: 2024© Douyin +# CopyrightUrl: +ShortDescription: Discover good content and watch freely +# Description: +# Moniker: +Tags: +- douyin +- short-video +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.4.0/ByteDance.Douyin.locale.zh-CN.yaml b/manifests/b/ByteDance/Douyin/4.4.0/ByteDance.Douyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4c1a501b490dd --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.4.0/ByteDance.Douyin.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.4.0 +PackageLocale: zh-CN +Publisher: Beijing Microlive Vision Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: 北京微播视界科技有限公司 +PackageName: 抖音 +PackageUrl: https://www.douyin.com/downloadpage/pc +License: 免费软件 +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: 2024© 抖音 +# CopyrightUrl: +ShortDescription: 发现好内容畅快看 +# Description: +# Moniker: +Tags: +- 抖音 +- 短视频 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.4.0/ByteDance.Douyin.yaml b/manifests/b/ByteDance/Douyin/4.4.0/ByteDance.Douyin.yaml new file mode 100644 index 0000000000000..86e8333e9a1d9 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.4.0/ByteDance.Douyin.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.5.0/ByteDance.Douyin.installer.yaml b/manifests/b/ByteDance/Douyin/4.5.0/ByteDance.Douyin.installer.yaml new file mode 100644 index 0000000000000..fed7a98f6b10f --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.5.0/ByteDance.Douyin.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.5.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-28 +Installers: +- Architecture: x86 + InstallerUrl: https://www.douyin.com/download/pc/obj/douyin-pc-client/7044145585217083655/releases/12080167/4.5.0/win32-ia32/douyin-v4.5.0-win32-ia32-douyin.exe + InstallerSha256: E364C3803EB5EC46E8CC024E35CFDC699E6136621F26B9D92FF464CBC65934F2 + ProductCode: douyin +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.5.0/ByteDance.Douyin.locale.en-US.yaml b/manifests/b/ByteDance/Douyin/4.5.0/ByteDance.Douyin.locale.en-US.yaml new file mode 100644 index 0000000000000..a8b71a468ac67 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.5.0/ByteDance.Douyin.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.5.0 +PackageLocale: en-US +Publisher: Beijing Microlive Vision Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 抖音 +PackageUrl: https://www.douyin.com/downloadpage/pc +License: Freeware +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: 2024© Douyin +# CopyrightUrl: +ShortDescription: Discover good content and watch freely +# Description: +# Moniker: +Tags: +- douyin +- short-video +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.5.0/ByteDance.Douyin.locale.zh-CN.yaml b/manifests/b/ByteDance/Douyin/4.5.0/ByteDance.Douyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9621504b3469b --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.5.0/ByteDance.Douyin.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.5.0 +PackageLocale: zh-CN +Publisher: Beijing Microlive Vision Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: 北京微播视界科技有限公司 +PackageName: 抖音 +PackageUrl: https://www.douyin.com/downloadpage/pc +License: 免费软件 +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: 2024© 抖音 +# CopyrightUrl: +ShortDescription: 发现好内容畅快看 +# Description: +# Moniker: +Tags: +- 抖音 +- 短视频 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.5.0/ByteDance.Douyin.yaml b/manifests/b/ByteDance/Douyin/4.5.0/ByteDance.Douyin.yaml new file mode 100644 index 0000000000000..5d819fc9a46b4 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.5.0/ByteDance.Douyin.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.6.0/ByteDance.Douyin.installer.yaml b/manifests/b/ByteDance/Douyin/4.6.0/ByteDance.Douyin.installer.yaml new file mode 100644 index 0000000000000..b01cb34291741 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.6.0/ByteDance.Douyin.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.6.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x86 + InstallerUrl: https://www.douyin.com/download/pc/obj/douyin-pc-client/7044145585217083655/releases/12115223/4.6.0/win32-ia32/douyin-v4.6.0-win32-ia32-douyin.exe + InstallerSha256: 58F117506F3949A9CFE1C61CF3399726DD3D7DDED41F4568793174E22D20B1D6 + ProductCode: douyin +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.6.0/ByteDance.Douyin.locale.en-US.yaml b/manifests/b/ByteDance/Douyin/4.6.0/ByteDance.Douyin.locale.en-US.yaml new file mode 100644 index 0000000000000..25fda2bd90292 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.6.0/ByteDance.Douyin.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.6.0 +PackageLocale: en-US +Publisher: Beijing Microlive Vision Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 抖音 +PackageUrl: https://www.douyin.com/downloadpage/pc +License: Freeware +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: 2024© Douyin +# CopyrightUrl: +ShortDescription: Discover good content and watch freely +# Description: +# Moniker: +Tags: +- douyin +- short-video +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.6.0/ByteDance.Douyin.locale.zh-CN.yaml b/manifests/b/ByteDance/Douyin/4.6.0/ByteDance.Douyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d354febb3f851 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.6.0/ByteDance.Douyin.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.6.0 +PackageLocale: zh-CN +Publisher: Beijing Microlive Vision Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: 北京微播视界科技有限公司 +PackageName: 抖音 +PackageUrl: https://www.douyin.com/downloadpage/pc +License: 免费软件 +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: 2024© 抖音 +# CopyrightUrl: +ShortDescription: 发现好内容畅快看 +# Description: +# Moniker: +Tags: +- 抖音 +- 短视频 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Douyin/4.6.0/ByteDance.Douyin.yaml b/manifests/b/ByteDance/Douyin/4.6.0/ByteDance.Douyin.yaml new file mode 100644 index 0000000000000..57f7f261af97b --- /dev/null +++ b/manifests/b/ByteDance/Douyin/4.6.0/ByteDance.Douyin.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 4.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.2.7/ByteDance.DouyinIDE.installer.yaml b/manifests/b/ByteDance/DouyinIDE/4.2.7/ByteDance.DouyinIDE.installer.yaml new file mode 100644 index 0000000000000..c0ace83b21fe8 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.2.7/ByteDance.DouyinIDE.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.2.7 +InstallerType: nullsoft +InstallerSwitches: + Custom: /currentuser +UpgradeBehavior: install +Protocols: +- bytedanceide +FileExtensions: +- js +- json +- ts +- ttml +- ttss +ReleaseDate: 2024-07-17 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://sf1-cdn-tos.douyinstatic.com/obj/microapp/frontend/ide/package/obj/developer/ide/11987852/win32/抖音开发者工具-4.2.7.exe + InstallerSha256: C05EDD59A526FC471155120C2651B33ED77121E28F14F3D0AEF39D18ABA73388 + ProductCode: 0d6cc698-a1aa-5593-a60b-0310adcebfe2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://sf1-cdn-tos.douyinstatic.com/obj/microapp/frontend/ide/package/obj/developer/ide/11987852/win32/抖音开发者工具-4.2.7.exe + InstallerSha256: C05EDD59A526FC471155120C2651B33ED77121E28F14F3D0AEF39D18ABA73388 + ProductCode: 0d6cc698-a1aa-5593-a60b-0310adcebfe2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.2.7/ByteDance.DouyinIDE.locale.en-US.yaml b/manifests/b/ByteDance/DouyinIDE/4.2.7/ByteDance.DouyinIDE.locale.en-US.yaml new file mode 100644 index 0000000000000..343d4f120fff4 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.2.7/ByteDance.DouyinIDE.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.2.7 +PackageLocale: en-US +Publisher: Beijing Douyin Information Service Co., Ltd. +PublisherUrl: https://developer.open-douyin.com/ +PublisherSupportUrl: https://developer.open-douyin.com/forum +# PrivacyUrl: +Author: Beijing Douyin Information Service Co., Ltd. +PackageName: 抖音开发者工具 +PackageUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/overview +License: Freeware +# LicenseUrl: +Copyright: Copyright © ByteDance 2024 +# CopyrightUrl: +ShortDescription: A desktop IDE for ByteDance Mini-APP developers +Description: Douyin IDE is a desktop IDE (Integrated Development Environment) for ByteDance Mini-APP developers, providing Mini-APP development, debugging, previewing and uploading, as well as developer services such as intelligent customer service. It supports Windows and macOS, and is designed to help developers develop Mini-APP more efficiently. +# Moniker: +Tags: +- bytedance +- develop +- development +- devtools +- douyin +- ide +- mini-app +- mini-program +- toutiao +- web +- xigua +# ReleaseNotes: +ReleaseNotesUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/download/developer-instrument-update-and-download +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/questions +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.2.7/ByteDance.DouyinIDE.locale.zh-CN.yaml b/manifests/b/ByteDance/DouyinIDE/4.2.7/ByteDance.DouyinIDE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..434008f931ea8 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.2.7/ByteDance.DouyinIDE.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.2.7 +PackageLocale: zh-CN +Publisher: 北京抖音信息服务有限公司 +PublisherUrl: https://developer.open-douyin.com/ +PublisherSupportUrl: https://developer.open-douyin.com/forum +# PrivacyUrl: +Author: 北京抖音信息服务有限公司 +PackageName: 抖音开发者工具 +PackageUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/overview +License: 免费软件 +# LicenseUrl: +Copyright: Copyright © ByteDance 2024 +# CopyrightUrl: +ShortDescription: 面向字节系小程序开发者推出的桌面端集成开发环境 +Description: 开发者工具是面向字节系小程序开发者推出的桌面端集成开发环境(Integrated Development Environment,IDE)。IDE 支持小程序开发、调试、预览、上传等基本功能,并且集成开发者服务(包含智能客服等),支持在 Windows、Mac 平台上运行,旨在帮助开发者更高效地开发小程序。 +# Moniker: +Tags: +- ide +- 今日头条 +- 字节跳动 +- 小程序 +- 开发 +- 开发者工具 +- 抖音 +- 网页 +- 西瓜视频 +ReleaseNotes: |- + 新增:小程序新增工程分析辅助工具,支持性能、稳定性等动态检测 + 新增:小程序支持打包可忽略配置 + 新增:支持 Unity 小游戏扫码预览调试功能 + 新增:支持「录制回放自动化测试」实验性功能 + 优化:Lite 模式下支持使用快捷键 (Windows: Ctrl+R, Mac: Cmd+R) 刷新模拟器 + 修复:修复编译不等待编译前自定义命令执行完成问题 + 修复:修复 pnpm 软链导致的 npm 构建路径异常问题 +ReleaseNotesUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/download/developer-instrument-update-and-download +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/questions +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.2.7/ByteDance.DouyinIDE.yaml b/manifests/b/ByteDance/DouyinIDE/4.2.7/ByteDance.DouyinIDE.yaml new file mode 100644 index 0000000000000..f5132858a67c1 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.2.7/ByteDance.DouyinIDE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.2.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.2.8/ByteDance.DouyinIDE.installer.yaml b/manifests/b/ByteDance/DouyinIDE/4.2.8/ByteDance.DouyinIDE.installer.yaml new file mode 100644 index 0000000000000..a112a903f94c9 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.2.8/ByteDance.DouyinIDE.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.2.8 +InstallerType: nullsoft +InstallerSwitches: + Custom: /currentuser +UpgradeBehavior: install +Protocols: +- bytedanceide +FileExtensions: +- js +- json +- ts +- ttml +- ttss +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://sf1-cdn-tos.douyinstatic.com/obj/microapp/frontend/ide/package/obj/developer/ide/12056684/win32/抖音开发者工具-4.2.8.exe + InstallerSha256: 439AF40E2772B4F573C725538D0AF48DFA472443AE8C1C91157C187FE9E54CEC + ProductCode: 0d6cc698-a1aa-5593-a60b-0310adcebfe2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://sf1-cdn-tos.douyinstatic.com/obj/microapp/frontend/ide/package/obj/developer/ide/12056684/win32/抖音开发者工具-4.2.8.exe + InstallerSha256: 439AF40E2772B4F573C725538D0AF48DFA472443AE8C1C91157C187FE9E54CEC + ProductCode: 0d6cc698-a1aa-5593-a60b-0310adcebfe2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.2.8/ByteDance.DouyinIDE.locale.en-US.yaml b/manifests/b/ByteDance/DouyinIDE/4.2.8/ByteDance.DouyinIDE.locale.en-US.yaml new file mode 100644 index 0000000000000..c63fde26c01f3 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.2.8/ByteDance.DouyinIDE.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.2.8 +PackageLocale: en-US +Publisher: Beijing Douyin Information Service Co., Ltd. +PublisherUrl: https://developer.open-douyin.com/ +PublisherSupportUrl: https://developer.open-douyin.com/forum +# PrivacyUrl: +Author: Beijing Douyin Information Service Co., Ltd. +PackageName: 抖音开发者工具 +PackageUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/overview +License: Freeware +# LicenseUrl: +Copyright: Copyright © ByteDance 2024 +# CopyrightUrl: +ShortDescription: A desktop IDE for ByteDance Mini-APP developers +Description: Douyin IDE is a desktop IDE (Integrated Development Environment) for ByteDance Mini-APP developers, providing Mini-APP development, debugging, previewing and uploading, as well as developer services such as intelligent customer service. It supports Windows and macOS, and is designed to help developers develop Mini-APP more efficiently. +# Moniker: +Tags: +- bytedance +- develop +- development +- devtools +- douyin +- ide +- mini-app +- mini-program +- toutiao +- web +- xigua +# ReleaseNotes: +ReleaseNotesUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/download/developer-instrument-update-and-download +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/questions +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.2.8/ByteDance.DouyinIDE.locale.zh-CN.yaml b/manifests/b/ByteDance/DouyinIDE/4.2.8/ByteDance.DouyinIDE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..98bac2ad61b71 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.2.8/ByteDance.DouyinIDE.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.2.8 +PackageLocale: zh-CN +Publisher: 北京抖音信息服务有限公司 +PublisherUrl: https://developer.open-douyin.com/ +PublisherSupportUrl: https://developer.open-douyin.com/forum +# PrivacyUrl: +Author: 北京抖音信息服务有限公司 +PackageName: 抖音开发者工具 +PackageUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/overview +License: 免费软件 +# LicenseUrl: +Copyright: Copyright © ByteDance 2024 +# CopyrightUrl: +ShortDescription: 面向字节系小程序开发者推出的桌面端集成开发环境 +Description: 开发者工具是面向字节系小程序开发者推出的桌面端集成开发环境(Integrated Development Environment,IDE)。IDE 支持小程序开发、调试、预览、上传等基本功能,并且集成开发者服务(包含智能客服等),支持在 Windows、Mac 平台上运行,旨在帮助开发者更高效地开发小程序。 +# Moniker: +Tags: +- ide +- 今日头条 +- 字节跳动 +- 小程序 +- 开发 +- 开发者工具 +- 抖音 +- 网页 +- 西瓜视频 +ReleaseNotes: |- + 新增:Unity 小游戏支持添加启动参数和场景值进行预览调试 + 新增:AI 助手支持流式返回答案,更快获得结果 + 修复:视频&插屏广告在模拟器中 destroy 调用报错问题 + 修复:模拟器触发 tt.relaunch 导致偶现编辑器无法正常输入问题 + 修复:模拟器网络请求 header 中的 user-agent 移除尾部单引号 + 修复:偶现模拟器一直加载中问题 + 修复:模拟器中小程序 canvas 使用异常问题(基础库 3.34.0.2 及以上) +ReleaseNotesUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/download/developer-instrument-update-and-download +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/questions +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.2.8/ByteDance.DouyinIDE.yaml b/manifests/b/ByteDance/DouyinIDE/4.2.8/ByteDance.DouyinIDE.yaml new file mode 100644 index 0000000000000..29ff15ed0996c --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.2.8/ByteDance.DouyinIDE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.2.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.2.9/ByteDance.DouyinIDE.installer.yaml b/manifests/b/ByteDance/DouyinIDE/4.2.9/ByteDance.DouyinIDE.installer.yaml new file mode 100644 index 0000000000000..ee0dae71edd45 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.2.9/ByteDance.DouyinIDE.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.2.9 +InstallerType: nullsoft +InstallerSwitches: + Custom: /currentuser +UpgradeBehavior: install +Protocols: +- bytedanceide +FileExtensions: +- js +- json +- ts +- ttml +- ttss +ReleaseDate: 2024-08-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://sf1-cdn-tos.douyinstatic.com/obj/microapp/frontend/ide/package/obj/developer/ide/12098975/win32/抖音开发者工具-4.2.9.exe + InstallerSha256: 1D310F591DB47D345B5F06D2A403BB507D8F41C7EE6E62B11766C5515082163D + ProductCode: 0d6cc698-a1aa-5593-a60b-0310adcebfe2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://sf1-cdn-tos.douyinstatic.com/obj/microapp/frontend/ide/package/obj/developer/ide/12098975/win32/抖音开发者工具-4.2.9.exe + InstallerSha256: 1D310F591DB47D345B5F06D2A403BB507D8F41C7EE6E62B11766C5515082163D + ProductCode: 0d6cc698-a1aa-5593-a60b-0310adcebfe2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.2.9/ByteDance.DouyinIDE.locale.en-US.yaml b/manifests/b/ByteDance/DouyinIDE/4.2.9/ByteDance.DouyinIDE.locale.en-US.yaml new file mode 100644 index 0000000000000..e30e18b9179b2 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.2.9/ByteDance.DouyinIDE.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.2.9 +PackageLocale: en-US +Publisher: Beijing Douyin Information Service Co., Ltd. +PublisherUrl: https://developer.open-douyin.com/ +PublisherSupportUrl: https://developer.open-douyin.com/forum +# PrivacyUrl: +Author: Beijing Douyin Information Service Co., Ltd. +PackageName: 抖音开发者工具 +PackageUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/overview +License: Freeware +# LicenseUrl: +Copyright: Copyright © ByteDance 2024 +# CopyrightUrl: +ShortDescription: A desktop IDE for ByteDance Mini-APP developers +Description: Douyin IDE is a desktop IDE (Integrated Development Environment) for ByteDance Mini-APP developers, providing Mini-APP development, debugging, previewing and uploading, as well as developer services such as intelligent customer service. It supports Windows and macOS, and is designed to help developers develop Mini-APP more efficiently. +# Moniker: +Tags: +- bytedance +- develop +- development +- devtools +- douyin +- ide +- mini-app +- mini-program +- toutiao +- web +- xigua +# ReleaseNotes: +ReleaseNotesUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/download/developer-instrument-update-and-download +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/questions +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.2.9/ByteDance.DouyinIDE.locale.zh-CN.yaml b/manifests/b/ByteDance/DouyinIDE/4.2.9/ByteDance.DouyinIDE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..27931c8a479ce --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.2.9/ByteDance.DouyinIDE.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.2.9 +PackageLocale: zh-CN +Publisher: 北京抖音信息服务有限公司 +PublisherUrl: https://developer.open-douyin.com/ +PublisherSupportUrl: https://developer.open-douyin.com/forum +# PrivacyUrl: +Author: 北京抖音信息服务有限公司 +PackageName: 抖音开发者工具 +PackageUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/overview +License: 免费软件 +# LicenseUrl: +Copyright: Copyright © ByteDance 2024 +# CopyrightUrl: +ShortDescription: 面向字节系小程序开发者推出的桌面端集成开发环境 +Description: 开发者工具是面向字节系小程序开发者推出的桌面端集成开发环境(Integrated Development Environment,IDE)。IDE 支持小程序开发、调试、预览、上传等基本功能,并且集成开发者服务(包含智能客服等),支持在 Windows、Mac 平台上运行,旨在帮助开发者更高效地开发小程序。 +# Moniker: +Tags: +- ide +- 今日头条 +- 字节跳动 +- 小程序 +- 开发 +- 开发者工具 +- 抖音 +- 网页 +- 西瓜视频 +ReleaseNotes: |- + 优化:优化构成分析面板 UI,支持搜索和导出能力 + 优化:优化 AI 助手,支持命令选择,新增生成 UI ,操作 IDE 功能 + 优化:优化“工程分析”工具小程序启动阶段性能 UI,新增部分性能检测项 + 优化:优化 Trace 面板指标展示和事件搜索能力,新增部分性能检测项 + 修复:修复 Trace 面板火焰图偶现时间展示异常问题 + 修复:修复 tt.getLocation 偶现获取地址异常问题 +ReleaseNotesUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/download/developer-instrument-update-and-download +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/questions +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.2.9/ByteDance.DouyinIDE.yaml b/manifests/b/ByteDance/DouyinIDE/4.2.9/ByteDance.DouyinIDE.yaml new file mode 100644 index 0000000000000..0878bdf0e4f1b --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.2.9/ByteDance.DouyinIDE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.2.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIM/1.1.21/ByteDance.DouyinIM.installer.yaml b/manifests/b/ByteDance/DouyinIM/1.1.21/ByteDance.DouyinIM.installer.yaml new file mode 100644 index 0000000000000..dfa5f7959c038 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIM/1.1.21/ByteDance.DouyinIM.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIM +PackageVersion: 1.1.21 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-19 +Installers: +- Architecture: x86 + InstallerUrl: https://lf-impc.douyinstatic.com/obj/tos-aweme-im-pc/7094550955558967563/releases/12070043/1.1.21/win32-ia32/DouyinChat-ia32.exe + InstallerSha256: E9073B48726D1E5C1B9235A57236165033D14DB26F55439C21FC3EBCEA565873 + ProductCode: DouyinIM +- Architecture: x64 + InstallerUrl: https://lf-impc.douyinstatic.com/obj/tos-aweme-im-pc/7094550955558967563/releases/12070043/1.1.21/win32-x64/DouyinChat-x64.exe + InstallerSha256: 36AF95BE0D11B4023915ECC377246387DE05DDD893F6BF2607512725F14B46C3 + ProductCode: DouyinIM +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIM/1.1.21/ByteDance.DouyinIM.locale.en-US.yaml b/manifests/b/ByteDance/DouyinIM/1.1.21/ByteDance.DouyinIM.locale.en-US.yaml new file mode 100644 index 0000000000000..0566d66cb40b3 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIM/1.1.21/ByteDance.DouyinIM.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIM +PackageVersion: 1.1.21 +PackageLocale: en-US +Publisher: bytedance +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 抖音聊天 +PackageUrl: https://www.douyin.com/downloadpage/chat +License: Freeware +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: Copyright © 2024 bytedance +# CopyrightUrl: +ShortDescription: Accompany each other anytime, anywhere +Description: |- + If you love Douyin, you can download DouyinIM desktop client to stay connected with your friends on your computer while working and studying. Here you can: + - Send and receive messages anytime, anywhere, and communicate the moments with your friends; receive all messages synchronously, whether on your phone or your computer + - View what your friends shared and share moments with others; you can watch short videos sent by your friends on your computer and reply to them quickly + - Know your friends' online status and never be alone; you can see if your friends are online on your computer, which requires both have enabled online status indication. + - Manage your messages and keep them in sync across multiple devices; You can see the messages sent by your phone on your computer, and the messages sent by your computer on your phone. + - Add new friends and meet more people; you can also add new friends and quickly start new chats on your computer +# Moniker: +Tags: +- chat +- friends +- im +- instant-messaging +- message +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIM/1.1.21/ByteDance.DouyinIM.locale.zh-CN.yaml b/manifests/b/ByteDance/DouyinIM/1.1.21/ByteDance.DouyinIM.locale.zh-CN.yaml new file mode 100644 index 0000000000000..585389b03b136 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIM/1.1.21/ByteDance.DouyinIM.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIM +PackageVersion: 1.1.21 +PackageLocale: zh-CN +Publisher: bytedance +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: 北京微播视界科技有限公司 +PackageName: 抖音聊天 +PackageUrl: https://www.douyin.com/downloadpage/chat +License: 免费软件 +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: Copyright © 2024 bytedance +# CopyrightUrl: +ShortDescription: 随时随地,相互陪伴 +Description: |- + 热爱抖音的你,可以下载抖音聊天桌面端,在办公与学习之余,也能使用电脑和好友保持不间断的沟通。在这里你可以: + - 随时随地收发消息,和朋友交流此刻;不论手机还是电脑,都能同步接受所有消息 + - 浏览朋友分享的内容,共享精彩瞬间;你可以在电脑上观看好友发送的短视频,并快速回复好友 + - 知晓朋友的在线状态,有陪伴不孤单;你可以在电脑上看到好友手机和电脑是否在线,这需要双方都开启了在线状态 + - 管理消息记录,多端同步不丢失;你可以在电脑上看到手机上发送的消息,手机上也可以看到电脑发送的消息 + - 添加新的朋友,认识更多小伙伴;你还可以添加新的好友,在电脑上快速发起新的聊天 +# Moniker: +Tags: +- 信息 +- 好友 +- 朋友 +- 消息 +- 聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/DouyinIM/1.1.21/ByteDance.DouyinIM.yaml b/manifests/b/ByteDance/DouyinIM/1.1.21/ByteDance.DouyinIM.yaml new file mode 100644 index 0000000000000..608554c83769a --- /dev/null +++ b/manifests/b/ByteDance/DouyinIM/1.1.21/ByteDance.DouyinIM.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.DouyinIM +PackageVersion: 1.1.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/FeiLian/2.2.25/ByteDance.FeiLian.installer.yaml b/manifests/b/ByteDance/FeiLian/2.2.25/ByteDance.FeiLian.installer.yaml new file mode 100644 index 0000000000000..6757728f63dd2 --- /dev/null +++ b/manifests/b/ByteDance/FeiLian/2.2.25/ByteDance.FeiLian.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.FeiLian +PackageVersion: 2.2.25 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 4294967295 +UpgradeBehavior: install +Protocols: +- corplink +- feilian +- seal +- sealsuite +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.isealsuite.com/windows/FeiLian_Windows_x86_v2.2.25_r1000_63365d.exe + InstallerSha256: 446DDE678302CBF1F6B725B6A8956205373A54E84F36791A294A8E90FEA2854E + ProductCode: CorpLink +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/FeiLian/2.2.25/ByteDance.FeiLian.locale.en-US.yaml b/manifests/b/ByteDance/FeiLian/2.2.25/ByteDance.FeiLian.locale.en-US.yaml new file mode 100644 index 0000000000000..caf2a32d95593 --- /dev/null +++ b/manifests/b/ByteDance/FeiLian/2.2.25/ByteDance.FeiLian.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.FeiLian +PackageVersion: 2.2.25 +PackageLocale: en-US +Publisher: 北京火山引擎科技有限公司 +PublisherUrl: https://www.volcengine.com/product/feilian +PublisherSupportUrl: https://www.volcengine.com/docs/6427/ +PrivacyUrl: https://corplink.volcengine.cn/p/privacy/default_zh.html +Author: Beijing Volcano Engine Technology Co., Ltd. +PackageName: FeiLian +PackageUrl: https://www.volcengine.com/product/feilian/download +License: Proprietary +LicenseUrl: https://corplink.volcengine.cn/p/privacy/default_zh.html +Copyright: Copyright © 2024 Beijing Volcano Engine Technology Co., Ltd. All rights reserved. +# CopyrightUrl: +ShortDescription: Feilian is a secure and easy-to-use digital office platform, offering identity and privilege management, remote access, intranet access management, assets management and office security to help employees work safely and efficiently anytime, anywhere. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://www.volcengine.com/docs/6427/129367 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/FeiLian/2.2.25/ByteDance.FeiLian.locale.zh-CN.yaml b/manifests/b/ByteDance/FeiLian/2.2.25/ByteDance.FeiLian.locale.zh-CN.yaml new file mode 100644 index 0000000000000..841dc57e9f264 --- /dev/null +++ b/manifests/b/ByteDance/FeiLian/2.2.25/ByteDance.FeiLian.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.FeiLian +PackageVersion: 2.2.25 +PackageLocale: zh-CN +Publisher: 北京火山引擎科技有限公司 +PublisherUrl: https://www.volcengine.com/product/feilian +PublisherSupportUrl: https://www.volcengine.com/docs/6427/ +PrivacyUrl: https://corplink.volcengine.cn/p/privacy/default_zh.html +Author: 北京火山引擎科技有限公司 +PackageName: 飞连 +PackageUrl: https://www.volcengine.com/product/feilian/download +License: 专有软件 +LicenseUrl: https://corplink.volcengine.cn/p/privacy/default_zh.html +Copyright: © 北京火山引擎科技有限公司 2024 版权所有 +# CopyrightUrl: +ShortDescription: 飞连,安全、便捷的数字化办公平台,融合身份与权限管理、远程访问连接、办公网络准入、终端资产管理与办公安全等能力,帮助员工随时随地、安全高效办公。 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://www.volcengine.com/docs/6427/129367 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/FeiLian/2.2.25/ByteDance.FeiLian.yaml b/manifests/b/ByteDance/FeiLian/2.2.25/ByteDance.FeiLian.yaml new file mode 100644 index 0000000000000..9e24264eb5371 --- /dev/null +++ b/manifests/b/ByteDance/FeiLian/2.2.25/ByteDance.FeiLian.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.FeiLian +PackageVersion: 2.2.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.installer.yaml new file mode 100644 index 0000000000000..daee3e83d6cd5 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.23.6 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Protocols: +- feishu +- feishu-open +- lark +- x-feishu +ReleaseDate: 2024-07-29 +Installers: +- Architecture: x86 + InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/72428d36/Feishu-win32_ia32-7.23.6-signed.exe + InstallerSha256: 4D9FE2060F8409BB607830E15FF037F951F0C57BAFBED90F6439E4EE0D8BFCAE + ProductCode: Feishu +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.locale.en-US.yaml new file mode 100644 index 0000000000000..fc9b17e29cd1b --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.23.6 +PackageLocale: en-US +Publisher: Beijing Feishu Technology Co., Ltd. +PublisherUrl: https://www.feishu.cn/en/ +PublisherSupportUrl: https://www.feishu.cn/hc/en-US/ +PrivacyUrl: https://www.feishu.cn/en/privacy +Author: Beijing Feishu Technology Co., Ltd. +PackageName: Feishu +PackageUrl: https://www.feishu.cn/en/ +License: Proprietary +LicenseUrl: https://www.feishu.cn/en/terms +Copyright: Copyright © 2024 Beijing Feishu Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: A new way to collaborate +Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. +# Moniker: +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotes: |- + Tasks + - If you have edit or manage permissions for a task list, you can configure push rules for activity notifications. For example, you can set rules so that notifications are sent to specific group chats to ensure everyone stays up to date on tasks. + Messenger + - When you receive a new message while using the Feishu mobile app, a new message notification will appear at the top of the page you're on. You can tap to view the message and reply accordingly. + Base + - Base automation adds a new trigger condition of When webhook received to achieve automatic reference and synchronization across multiple Base files and internal or external platforms. + Slides + - When creating slides, you can add animation effects to create a more vivid and eye-catching presentation. +ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/320179629570 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3efddcf83a83e --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.locale.zh-CN.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.23.6 +PackageLocale: zh-CN +Publisher: Beijing Feishu Technology Co., Ltd. +PublisherUrl: https://www.feishu.cn/ +PublisherSupportUrl: https://www.feishu.cn/hc/zh-CN/ +PrivacyUrl: https://www.feishu.cn/privacy +Author: 北京飞书科技有限公司 +PackageName: 飞书 +PackageUrl: https://www.feishu.cn/download +License: 专有软件 +LicenseUrl: https://www.feishu.cn/terms +Copyright: Copyright © 2024 北京飞书科技有限公司 +# CopyrightUrl: +ShortDescription: 先进团队,先用飞书 +Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +# Moniker: +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: |- + 任务 + - 如果你拥有任务清单的可编辑或可管理权限,可设置任务清单动态的推送规则,将指定的清单内容动态推送至特定群,信息同步更及时,项目管理更高效 + 即时消息 + - 在移动端收到新消息时,如果你此时正在使用飞书,你可在屏幕上方收到新消息通知提示,点击即可快速查看并回复 + 多维表格 + - 使用“接收到 webhook 时”的触发条件触发多维表格自动化,实现跨多维表格、跨内外部系统的自动化调用和数据同步 + 幻灯片 + - 制作幻灯片时,你可以为幻灯片中的元素和页面添加动画效果,画面更丰富,演示更生动 +ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/320179629570 +PurchaseUrl: https://www.feishu.cn/service +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.yaml new file mode 100644 index 0000000000000..f974298db2b3f --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.23.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.installer.yaml new file mode 100644 index 0000000000000..429dfc0879086 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.24.4 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Protocols: +- feishu +- feishu-open +- lark +- x-feishu +ReleaseDate: 2024-08-09 +Installers: +- Architecture: x86 + InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/b0c87abc/Feishu-win32_ia32-7.24.4-signed.exe + InstallerSha256: B721BA082120BEAC7652F293CA062617BBD3161DBC08DEADE57839A648A8CEA8 + ProductCode: Feishu +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.locale.en-US.yaml new file mode 100644 index 0000000000000..5c09d68566a22 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.24.4 +PackageLocale: en-US +Publisher: Beijing Feishu Technology Co., Ltd. +PublisherUrl: https://www.feishu.cn/en/ +PublisherSupportUrl: https://www.feishu.cn/hc/en-US/ +PrivacyUrl: https://www.feishu.cn/en/privacy +Author: Beijing Feishu Technology Co., Ltd. +PackageName: Feishu +PackageUrl: https://www.feishu.cn/en/ +License: Proprietary +LicenseUrl: https://www.feishu.cn/en/terms +Copyright: Copyright © 2024 Beijing Feishu Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: A new way to collaborate +Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. +# Moniker: +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotes: |- + Sheets + - There are 536 functions available in Sheets, including the newly added IMAGE/IMPORT functions, which can be used for importing images, spreadsheets, XML data, and more from the internet. + Docs + - By default, last modified time will now appear in the document details section below the article title. +ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/760155109026 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.locale.zh-CN.yaml new file mode 100644 index 0000000000000..697d9e647f9dd --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.24.4 +PackageLocale: zh-CN +Publisher: Beijing Feishu Technology Co., Ltd. +PublisherUrl: https://www.feishu.cn/ +PublisherSupportUrl: https://www.feishu.cn/hc/zh-CN/ +PrivacyUrl: https://www.feishu.cn/privacy +Author: 北京飞书科技有限公司 +PackageName: 飞书 +PackageUrl: https://www.feishu.cn/download +License: 专有软件 +LicenseUrl: https://www.feishu.cn/terms +Copyright: Copyright © 2024 北京飞书科技有限公司 +# CopyrightUrl: +ShortDescription: 先进团队,先用飞书 +Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +# Moniker: +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: |- + 表格 + - 飞书电子表格已支持 536 个函数。其中,新增的 IMAGE/IMPORT 类函数可以帮助你将网络上的图片、表格、XML 数据等批量导入到电子表格,数据处理更便捷 + 云文档 + - 标题下方默认展示的文档信息中新增“最近修改时间”,方便阅读者了解文档的编辑和修改情况 + 应用中心 + - “应用目录”升级为“应用中心”,并可内置在飞书导航栏中,为你提供更全面多样的业务解决方案 +ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/760155109026 +PurchaseUrl: https://www.feishu.cn/service +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.yaml new file mode 100644 index 0000000000000..8ecf28dcb5845 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.24.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.installer.yaml new file mode 100644 index 0000000000000..021f3e60e6931 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.25.4 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Protocols: +- feishu +- feishu-open +- lark +- x-feishu +ReleaseDate: 2024-08-23 +Installers: +- Architecture: x86 + InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/a0471dd0/Feishu-win32_ia32-7.25.4-signed.exe + InstallerSha256: D8DB2D5A285C7F08C2525AFDDAB6326EEDDD87ADD82C8F4F127E48AF0C2036C1 + ProductCode: Feishu +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.locale.en-US.yaml new file mode 100644 index 0000000000000..dccc249a12db0 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.25.4 +PackageLocale: en-US +Publisher: Beijing Feishu Technology Co., Ltd. +PublisherUrl: https://www.feishu.cn/en/ +PublisherSupportUrl: https://www.feishu.cn/hc/en-US/ +PrivacyUrl: https://www.feishu.cn/en/privacy +Author: Beijing Feishu Technology Co., Ltd. +PackageName: Feishu +PackageUrl: https://www.feishu.cn/en/ +License: Proprietary +LicenseUrl: https://www.feishu.cn/en/terms +Copyright: Copyright © 2024 Beijing Feishu Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: A new way to collaborate +Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. +# Moniker: +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotes: |- + Meetings + - In video meetings, the presenter can annotate the shared picture when using Magic Share (Share Docs) and participants can follow the presenter's view to see the annotations in real time. +ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/839634157234 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c8fa48e3cbe8f --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.25.4 +PackageLocale: zh-CN +Publisher: Beijing Feishu Technology Co., Ltd. +PublisherUrl: https://www.feishu.cn/ +PublisherSupportUrl: https://www.feishu.cn/hc/zh-CN/ +PrivacyUrl: https://www.feishu.cn/privacy +Author: 北京飞书科技有限公司 +PackageName: 飞书 +PackageUrl: https://www.feishu.cn/download +License: 专有软件 +LicenseUrl: https://www.feishu.cn/terms +Copyright: Copyright © 2024 北京飞书科技有限公司 +# CopyrightUrl: +ShortDescription: 先进团队,先用飞书 +Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +# Moniker: +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: |- + 视频会议 + - 在视频会议中,共享人在使用妙享(投文档)时可以对打开的图片进行标注,参会人可跟随画面查看标注信息,会议演示更高效,信息传递更准确 +ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/839634157234 +PurchaseUrl: https://www.feishu.cn/service +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.yaml new file mode 100644 index 0000000000000..eb3d105d12e1d --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.25.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.installer.yaml new file mode 100644 index 0000000000000..6bf63880786f2 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.26.6 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Protocols: +- feishu +- feishu-open +- lark +- x-feishu +ReleaseDate: 2024-09-06 +Installers: +- Architecture: x86 + InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/f72d5d4b/Feishu-win32_ia32-7.26.6-signed.exe + InstallerSha256: 655023AD6668BDEED69BB0B7B20D5848A773AD42460287ADC8CB4003D3E19A66 + ProductCode: Feishu +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.locale.en-US.yaml new file mode 100644 index 0000000000000..d457389fc4c27 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.26.6 +PackageLocale: en-US +Publisher: Beijing Feishu Technology Co., Ltd. +PublisherUrl: https://www.feishu.cn/en/ +PublisherSupportUrl: https://www.feishu.cn/hc/en-US/ +PrivacyUrl: https://www.feishu.cn/en/privacy +Author: Beijing Feishu Technology Co., Ltd. +PackageName: Feishu +PackageUrl: https://www.feishu.cn/en/ +License: Proprietary +LicenseUrl: https://www.feishu.cn/en/terms +Copyright: Copyright © 2024 Beijing Feishu Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: A new way to collaborate +Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. +# Moniker: +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +# ReleaseNotes: +ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/360043073734 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a1b4bae3572e4 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.26.6 +PackageLocale: zh-CN +Publisher: Beijing Feishu Technology Co., Ltd. +PublisherUrl: https://www.feishu.cn/ +PublisherSupportUrl: https://www.feishu.cn/hc/zh-CN/ +PrivacyUrl: https://www.feishu.cn/privacy +Author: 北京飞书科技有限公司 +PackageName: 飞书 +PackageUrl: https://www.feishu.cn/download +License: 专有软件 +LicenseUrl: https://www.feishu.cn/terms +Copyright: Copyright © 2024 北京飞书科技有限公司 +# CopyrightUrl: +ShortDescription: 先进团队,先用飞书 +Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +# Moniker: +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +# ReleaseNotes: +ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/360043073734 +PurchaseUrl: https://www.feishu.cn/service +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.yaml new file mode 100644 index 0000000000000..f9b20c3ddac8b --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.26.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/JianyingPro/5.2.0.11062/ByteDance.JianyingPro.installer.yaml b/manifests/b/ByteDance/JianyingPro/5.2.0.11062/ByteDance.JianyingPro.installer.yaml deleted file mode 100644 index f64c14aaa53ed..0000000000000 --- a/manifests/b/ByteDance/JianyingPro/5.2.0.11062/ByteDance.JianyingPro.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: ByteDance.JianyingPro -PackageVersion: 5.2.0.11062 -Installers: -- Architecture: x64 - InstallerUrl: https://lf3-package.vlabstatic.com/obj/faceu-packages/Jianying_split_5_2_0_11062_jianyingpro_0.exe - InstallerSha256: ea2d2ce42c48fb840de0dc2e7d9a9459018f45b575d42628db13dc58d928ca29 -ManifestType: installer -ManifestVersion: 1.5.0 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /silent_install=1 - SilentWithProgress: /silent_install=1 - InstallLocation: /install_path="" - Upgrade: /update_install -UpgradeBehavior: install -Protocols: -- vega -ProductCode: JianyingPro -ReleaseDate: 2024-01-04 diff --git a/manifests/b/ByteDance/JianyingPro/5.2.0.11062/ByteDance.JianyingPro.locale.en-US.yaml b/manifests/b/ByteDance/JianyingPro/5.2.0.11062/ByteDance.JianyingPro.locale.en-US.yaml deleted file mode 100644 index 03e2890a2404d..0000000000000 --- a/manifests/b/ByteDance/JianyingPro/5.2.0.11062/ByteDance.JianyingPro.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: ByteDance.JianyingPro -PackageVersion: 5.2.0.11062 -PackageLocale: en-US -Publisher: Shenzhen Lianmeng Technology -PublisherUrl: https://www.bytedance.com/en -# PublisherSupportUrl: - -PrivacyUrl: https://lf3-beecdn.bytetos.com/obj/ies-fe-bee/bee_prod/biz_80/bee_prod_80_bee_publish_8401.html -Author: Shenzhen Lianmeng Technology Co., Ltd. -PackageName: 剪映专业版 -PackageUrl: https://www.capcut.cn -License: Freeware -LicenseUrl: https://lv.ulikecam.com/clause/agreement/pro -Copyright: Copyright © 2024 Shenzhen Lianmeng Technology Co., Ltd. -# CopyrightUrl: - -ShortDescription: All-in-one, easy-to-use desktop video editing software -Description: Jianying Pro is an all-in-one, easy-to-use desktop video editing software that makes creation easier. -# Moniker: - -Tags: -- clip -- creative -- creativity -- edit -- editor -- film -- movie -- video -- video-editing -- video-editor -# ReleaseNotes: - -# ReleaseNotesUrl: - -# PurchaseUrl: - -# InstallationNotes: -Documentations: -- DocumentLabel: Guide - DocumentUrl: https://learning.capcut.cn/topic_detail/7128272592783428894 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/b/ByteDance/JianyingPro/5.2.0.11062/ByteDance.JianyingPro.locale.zh-CN.yaml b/manifests/b/ByteDance/JianyingPro/5.2.0.11062/ByteDance.JianyingPro.locale.zh-CN.yaml deleted file mode 100644 index a85848ba31386..0000000000000 --- a/manifests/b/ByteDance/JianyingPro/5.2.0.11062/ByteDance.JianyingPro.locale.zh-CN.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: ByteDance.JianyingPro -PackageVersion: 5.2.0.11062 -PackageLocale: zh-CN -Publisher: Shenzhen Lianmeng Technology -PublisherUrl: https://www.bytedance.com/zh -# PublisherSupportUrl: - -PrivacyUrl: https://lf3-beecdn.bytetos.com/obj/ies-fe-bee/bee_prod/biz_80/bee_prod_80_bee_publish_8401.html -Author: 深圳市脸萌科技有限公司 -PackageName: 剪映专业版 -PackageUrl: https://www.capcut.cn -License: 免费软件 -LicenseUrl: https://lv.ulikecam.com/clause/agreement/pro -Copyright: Copyright © 2024 Shenzhen Lianmeng Technology Co., Ltd. -# CopyrightUrl: - -ShortDescription: 全能易用的桌面端剪辑软件 -Description: 剪映专业版是一款全能易用的桌面端剪辑软件,让创作更简单。 -# Moniker: - -Tags: -- 创意 -- 剪辑 -- 影片 -- 电影 -- 视频 -- 视频编辑 -- 视频编辑器 -- 编辑 -- 编辑器 -# ReleaseNotes: - -# ReleaseNotesUrl: - -# PurchaseUrl: - -# InstallationNotes: -Documentations: -- DocumentLabel: 剪辑教程 - DocumentUrl: https://learning.capcut.cn/topic_detail/7128272592783428894 -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/b/ByteDance/JianyingPro/5.2.0.11062/ByteDance.JianyingPro.yaml b/manifests/b/ByteDance/JianyingPro/5.2.0.11062/ByteDance.JianyingPro.yaml deleted file mode 100644 index 209cae194e103..0000000000000 --- a/manifests/b/ByteDance/JianyingPro/5.2.0.11062/ByteDance.JianyingPro.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: ByteDance.JianyingPro -PackageVersion: 5.2.0.11062 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/b/ByteDance/JianyingPro/6.1.0.11946/ByteDance.JianyingPro.installer.yaml b/manifests/b/ByteDance/JianyingPro/6.1.0.11946/ByteDance.JianyingPro.installer.yaml new file mode 100644 index 0000000000000..33b7ab0ac556a --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/6.1.0.11946/ByteDance.JianyingPro.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 6.1.0.11946 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent_install=1 + SilentWithProgress: /silent_install=1 + InstallLocation: /install_path="" + Upgrade: /update_install +UpgradeBehavior: install +Protocols: +- vega +Installers: +- Architecture: x64 + InstallerUrl: https://lf3-package.vlabstatic.com/obj/faceu-packages/Jianying_6_1_0_11946_jianyingpro_0_creatortool.exe + InstallerSha256: 09FAE8250AF60853307E953FF95F65E370E4279FD69B6EE71BF3784568F96687 + ProductCode: JianyingPro +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/JianyingPro/6.1.0.11946/ByteDance.JianyingPro.locale.en-US.yaml b/manifests/b/ByteDance/JianyingPro/6.1.0.11946/ByteDance.JianyingPro.locale.en-US.yaml new file mode 100644 index 0000000000000..a9dc9e97cea18 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/6.1.0.11946/ByteDance.JianyingPro.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 6.1.0.11946 +PackageLocale: en-US +Publisher: Shenzhen Lianmeng Technology +PublisherUrl: https://www.bytedance.com/en +# PublisherSupportUrl: +PrivacyUrl: https://lf3-beecdn.bytetos.com/obj/ies-fe-bee/bee_prod/biz_80/bee_prod_80_bee_publish_8401.html +Author: Shenzhen Lianmeng Technology Co., Ltd. +PackageName: 剪映专业版 +PackageUrl: https://www.capcut.cn +License: Freeware +LicenseUrl: https://lv.ulikecam.com/clause/agreement/pro +Copyright: Copyright © 2024 Shenzhen Lianmeng Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: All-in-one, easy-to-use desktop video editing software +Description: Jianying Pro is an all-in-one, easy-to-use desktop video editing software that makes creation easier. +# Moniker: +Tags: +- clip +- creative +- creativity +- edit +- editor +- film +- movie +- video +- video-editing +- video-editor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://learning.capcut.cn/topic_detail/7128272592783428894 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/JianyingPro/6.1.0.11946/ByteDance.JianyingPro.locale.zh-CN.yaml b/manifests/b/ByteDance/JianyingPro/6.1.0.11946/ByteDance.JianyingPro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f64496f9bd851 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/6.1.0.11946/ByteDance.JianyingPro.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 6.1.0.11946 +PackageLocale: zh-CN +Publisher: Shenzhen Lianmeng Technology +PublisherUrl: https://www.bytedance.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://lf3-beecdn.bytetos.com/obj/ies-fe-bee/bee_prod/biz_80/bee_prod_80_bee_publish_8401.html +Author: 深圳市脸萌科技有限公司 +PackageName: 剪映专业版 +PackageUrl: https://www.capcut.cn +License: 免费软件 +LicenseUrl: https://lv.ulikecam.com/clause/agreement/pro +Copyright: Copyright © 2024 Shenzhen Lianmeng Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: 全能易用的桌面端剪辑软件 +Description: 剪映专业版是一款全能易用的桌面端剪辑软件,让创作更简单。 +# Moniker: +Tags: +- 创意 +- 剪辑 +- 影片 +- 电影 +- 视频 +- 视频编辑 +- 视频编辑器 +- 编辑 +- 编辑器 +ReleaseNotes: |- + 剪映专业版 6.1.0 最新版来啦! + - 新增多款自带真实场景的实景数字人形象 + - 编辑器内智能分割支持删除和移动分割点 + - 修复了一些已知的体验问题,让剪辑更顺畅 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 剪辑教程 + DocumentUrl: https://learning.capcut.cn/topic_detail/7128272592783428894 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/JianyingPro/6.1.0.11946/ByteDance.JianyingPro.yaml b/manifests/b/ByteDance/JianyingPro/6.1.0.11946/ByteDance.JianyingPro.yaml new file mode 100644 index 0000000000000..7acd3bc0e97fd --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/6.1.0.11946/ByteDance.JianyingPro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 6.1.0.11946 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/JianyingPro/6.3.0.12011/ByteDance.JianyingPro.installer.yaml b/manifests/b/ByteDance/JianyingPro/6.3.0.12011/ByteDance.JianyingPro.installer.yaml new file mode 100644 index 0000000000000..8a0c72ba91a2c --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/6.3.0.12011/ByteDance.JianyingPro.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 6.3.0.12011 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent_install=1 + SilentWithProgress: /silent_install=1 + InstallLocation: /install_path="" + Upgrade: /update_install +UpgradeBehavior: install +Protocols: +- vega +Installers: +- Architecture: x64 + InstallerUrl: https://lf3-package.vlabstatic.com/obj/faceu-packages/Jianying_6_3_0_12011_jianyingpro_0_creatortool.exe + InstallerSha256: 0DA0BBBB76DAC5A7E40CD324CBD2D73425812ABA364AEE0D862DE5F34FB57117 + ProductCode: JianyingPro +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/JianyingPro/6.3.0.12011/ByteDance.JianyingPro.locale.en-US.yaml b/manifests/b/ByteDance/JianyingPro/6.3.0.12011/ByteDance.JianyingPro.locale.en-US.yaml new file mode 100644 index 0000000000000..91d7395d4f3a1 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/6.3.0.12011/ByteDance.JianyingPro.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 6.3.0.12011 +PackageLocale: en-US +Publisher: Shenzhen Lianmeng Technology +PublisherUrl: https://www.bytedance.com/en +# PublisherSupportUrl: +PrivacyUrl: https://lf3-beecdn.bytetos.com/obj/ies-fe-bee/bee_prod/biz_80/bee_prod_80_bee_publish_8401.html +Author: Shenzhen Lianmeng Technology Co., Ltd. +PackageName: 剪映专业版 +PackageUrl: https://www.capcut.cn +License: Freeware +LicenseUrl: https://lv.ulikecam.com/clause/agreement/pro +Copyright: Copyright © 2024 Shenzhen Lianmeng Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: All-in-one, easy-to-use desktop video editing software +Description: Jianying Pro is an all-in-one, easy-to-use desktop video editing software that makes creation easier. +# Moniker: +Tags: +- clip +- creative +- creativity +- edit +- editor +- film +- movie +- video +- video-editing +- video-editor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://learning.capcut.cn/topic_detail/7128272592783428894 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/JianyingPro/6.3.0.12011/ByteDance.JianyingPro.locale.zh-CN.yaml b/manifests/b/ByteDance/JianyingPro/6.3.0.12011/ByteDance.JianyingPro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f269de79739d9 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/6.3.0.12011/ByteDance.JianyingPro.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 6.3.0.12011 +PackageLocale: zh-CN +Publisher: Shenzhen Lianmeng Technology +PublisherUrl: https://www.bytedance.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://lf3-beecdn.bytetos.com/obj/ies-fe-bee/bee_prod/biz_80/bee_prod_80_bee_publish_8401.html +Author: 深圳市脸萌科技有限公司 +PackageName: 剪映专业版 +PackageUrl: https://www.capcut.cn +License: 免费软件 +LicenseUrl: https://lv.ulikecam.com/clause/agreement/pro +Copyright: Copyright © 2024 Shenzhen Lianmeng Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: 全能易用的桌面端剪辑软件 +Description: 剪映专业版是一款全能易用的桌面端剪辑软件,让创作更简单。 +# Moniker: +Tags: +- 创意 +- 剪辑 +- 影片 +- 电影 +- 视频 +- 视频编辑 +- 视频编辑器 +- 编辑 +- 编辑器 +ReleaseNotes: |- + 剪映专业版 6.3.0 最新版来啦! + - 修复了一些已知的体验问题,让剪辑更顺畅 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 剪辑教程 + DocumentUrl: https://learning.capcut.cn/topic_detail/7128272592783428894 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/JianyingPro/6.3.0.12011/ByteDance.JianyingPro.yaml b/manifests/b/ByteDance/JianyingPro/6.3.0.12011/ByteDance.JianyingPro.yaml new file mode 100644 index 0000000000000..984f7e08dc738 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/6.3.0.12011/ByteDance.JianyingPro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 6.3.0.12011 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/JianyingPro/6.6.0.12145/ByteDance.JianyingPro.installer.yaml b/manifests/b/ByteDance/JianyingPro/6.6.0.12145/ByteDance.JianyingPro.installer.yaml new file mode 100644 index 0000000000000..0d8545e37c0e5 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/6.6.0.12145/ByteDance.JianyingPro.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 6.6.0.12145 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent_install=1 + SilentWithProgress: /silent_install=1 + InstallLocation: /install_path="" + Upgrade: /update_install +UpgradeBehavior: install +Protocols: +- vega +Installers: +- Architecture: x64 + InstallerUrl: https://lf3-package.vlabstatic.com/obj/faceu-packages/Jianying_6_6_0_12145_jianyingpro_0_creatortool.exe + InstallerSha256: C910806406A1BE8DC346090A348D516537DF8C0BE90D1EE3583B95E981C5CC6C + ProductCode: JianyingPro +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/JianyingPro/6.6.0.12145/ByteDance.JianyingPro.locale.en-US.yaml b/manifests/b/ByteDance/JianyingPro/6.6.0.12145/ByteDance.JianyingPro.locale.en-US.yaml new file mode 100644 index 0000000000000..1ac1a47ed4a29 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/6.6.0.12145/ByteDance.JianyingPro.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 6.6.0.12145 +PackageLocale: en-US +Publisher: Shenzhen Lianmeng Technology +PublisherUrl: https://www.bytedance.com/en +# PublisherSupportUrl: +PrivacyUrl: https://lf3-beecdn.bytetos.com/obj/ies-fe-bee/bee_prod/biz_80/bee_prod_80_bee_publish_8401.html +Author: Shenzhen Lianmeng Technology Co., Ltd. +PackageName: 剪映专业版 +PackageUrl: https://www.capcut.cn +License: Freeware +LicenseUrl: https://lv.ulikecam.com/clause/agreement/pro +Copyright: Copyright © 2024 Shenzhen Lianmeng Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: All-in-one, easy-to-use desktop video editing software +Description: Jianying Pro is an all-in-one, easy-to-use desktop video editing software that makes creation easier. +# Moniker: +Tags: +- clip +- creative +- creativity +- edit +- editor +- film +- movie +- video +- video-editing +- video-editor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://learning.capcut.cn/topic_detail/7128272592783428894 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/JianyingPro/6.6.0.12145/ByteDance.JianyingPro.locale.zh-CN.yaml b/manifests/b/ByteDance/JianyingPro/6.6.0.12145/ByteDance.JianyingPro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f59613896dd66 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/6.6.0.12145/ByteDance.JianyingPro.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 6.6.0.12145 +PackageLocale: zh-CN +Publisher: Shenzhen Lianmeng Technology +PublisherUrl: https://www.bytedance.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://lf3-beecdn.bytetos.com/obj/ies-fe-bee/bee_prod/biz_80/bee_prod_80_bee_publish_8401.html +Author: 深圳市脸萌科技有限公司 +PackageName: 剪映专业版 +PackageUrl: https://www.capcut.cn +License: 免费软件 +LicenseUrl: https://lv.ulikecam.com/clause/agreement/pro +Copyright: Copyright © 2024 Shenzhen Lianmeng Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: 全能易用的桌面端剪辑软件 +Description: 剪映专业版是一款全能易用的桌面端剪辑软件,让创作更简单。 +# Moniker: +Tags: +- 创意 +- 剪辑 +- 影片 +- 电影 +- 视频 +- 视频编辑 +- 视频编辑器 +- 编辑 +- 编辑器 +ReleaseNotes: |- + 剪映专业版 6.6.0 最新版来啦! + - 镜头追踪升级,支持自定义追踪,可以对任意区域进行追踪 + - 智能抠像升级,新增多种抠像场景,提升人物抠像效果 + - 智能文案支持推荐短文案,智能写旁白、润色、扩写、缩写 + - 编辑器窗口支持布局预设、自定义布局,提升视频剪辑效率 + - 修复了一些已知的体验问题,让剪辑更顺畅 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 剪辑教程 + DocumentUrl: https://learning.capcut.cn/topic_detail/7128272592783428894 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/JianyingPro/6.6.0.12145/ByteDance.JianyingPro.yaml b/manifests/b/ByteDance/JianyingPro/6.6.0.12145/ByteDance.JianyingPro.yaml new file mode 100644 index 0000000000000..27613d28c1c6a --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/6.6.0.12145/ByteDance.JianyingPro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.JianyingPro +PackageVersion: 6.6.0.12145 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.installer.yaml new file mode 100644 index 0000000000000..786193ed53099 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.22.6 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Protocols: +- feishu +- feishu-open +- lark +- x-lark +ReleaseDate: 2024-07-19 +Installers: +- Architecture: x86 + InstallerUrl: https://sf16-va.larksuitecdn.com/obj/lark-artifact-storage/d5035605/Lark-win32_ia32-7.22.6-signed.exe + InstallerSha256: 921B75AB083060005D4073AE3E803AB796A34103DE16F6147DD4248C199F6510 + ProductCode: Lark +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.locale.en-US.yaml new file mode 100644 index 0000000000000..643c7e92c81a1 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.22.6 +PackageLocale: en-US +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/en_us/ +PublisherSupportUrl: https://www.larksuite.com/hc/en-US/ +PrivacyUrl: https://www.larksuite.com/en_us/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark +PackageUrl: https://www.larksuite.com/en_us/download +License: Proprietary +LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service +Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: +ShortDescription: The Next-Gen Collaboration Suite +Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. +Moniker: larksuite +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotes: |- + Messenger + - When you read a chat message but don't have time to respond, you can mark the chat as unread. The chat will then resemble other chats where there are unread messages. + Base + - You can now allow respondents to edit their submitted responses, ensuring accurate and up-to-date information. +ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/676555755787 +PurchaseUrl: https://www.larksuite.com/en_us/plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a032a9960cb8b --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.locale.zh-CN.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.22.6 +PackageLocale: zh-CN +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/zh_cn/ +PublisherSupportUrl: https://www.larksuite.com/hc/zh-CN/ +PrivacyUrl: https://www.larksuite.com/zh_cn/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark +PackageUrl: https://www.larksuite.com/zh_cn/download +License: 专有软件 +LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: +ShortDescription: 新一代协同套件 +Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 +# Moniker: +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: |- + 即时消息 + - 在会话中收到消息且已读时,如果你还来不及处理,可以将该会话标为未读,便于稍后处理,避免遗漏 + 多维表格 + - 使用多维表格表单视图时,支持设置允许填写者修改已提交的内容,信息填写更准确,修改提交更便捷 +ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/676555755787 +PurchaseUrl: https://www.larksuite.com/zh_cn/plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.yaml new file mode 100644 index 0000000000000..83d4f0a3be252 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.22.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.installer.yaml new file mode 100644 index 0000000000000..28b2e4f7e7e57 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.23.10 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Protocols: +- feishu +- feishu-open +- lark +- x-lark +ReleaseDate: 2024-08-02 +Installers: +- Architecture: x86 + InstallerUrl: https://sf16-va.larksuitecdn.com/obj/lark-artifact-storage/93be2b6b/Lark-win32_ia32-7.23.10-signed.exe + InstallerSha256: CD89F76740874C3F28B0B5B4CBFCEB0BFB178E5F1CF64E6A4DE64A28DFA5F265 + ProductCode: Lark +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.locale.en-US.yaml new file mode 100644 index 0000000000000..f8fa21f0dee00 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.23.10 +PackageLocale: en-US +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/en_us/ +PublisherSupportUrl: https://www.larksuite.com/hc/en-US/ +PrivacyUrl: https://www.larksuite.com/en_us/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark +PackageUrl: https://www.larksuite.com/en_us/download +License: Proprietary +LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service +Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: +ShortDescription: The Next-Gen Collaboration Suite +Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. +Moniker: larksuite +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotes: |- + Tasks + - If you have edit or manage permissions for a task list, you can configure push rules for activity notifications. For example, you can set rules so that notifications are sent to specific group chats to ensure everyone stays up to date on tasks. + Messenger + - When you receive a new message while using the Lark mobile app, a new message notification will appear at the top of the page you're on. You can tap to view the message and reply accordingly. + Base + - Base automation adds a new trigger condition of When webhook received to achieve automatic reference and synchronization across multiple Base files and internal or external platforms. + Slides + - When creating slides, you can add animation effects to create a more vivid and eye-catching presentation. +ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/146067431431 +PurchaseUrl: https://www.larksuite.com/en_us/plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.locale.zh-CN.yaml new file mode 100644 index 0000000000000..94dfb55b1e1dd --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.locale.zh-CN.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.23.10 +PackageLocale: zh-CN +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/zh_cn/ +PublisherSupportUrl: https://www.larksuite.com/hc/zh-CN/ +PrivacyUrl: https://www.larksuite.com/zh_cn/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark +PackageUrl: https://www.larksuite.com/zh_cn/download +License: 专有软件 +LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: +ShortDescription: 新一代协同套件 +Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 +# Moniker: +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: |- + 任务 + - 如果你拥有任务清单的可编辑或可管理权限,可设置任务清单动态的推送规则,将指定的清单内容动态推送至特定群,信息同步更及时,项目管理更高效 + 即时消息 + - 在移动端收到新消息时,如果你此时正在使用 Lark,你可在屏幕上方收到新消息通知提示,点击即可快速查看并回复 + 多维表格 + - 使用“接收到 webhook 时”的触发条件触发多维表格自动化,实现跨多维表格、跨内外部系统的自动化调用和数据同步 + 幻灯片 + - 制作幻灯片时,你可以为幻灯片中的元素和页面添加动画效果,画面更丰富,演示更生动 +ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/146067431431 +PurchaseUrl: https://www.larksuite.com/zh_cn/plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.yaml new file mode 100644 index 0000000000000..c91400b3afd10 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.23.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.installer.yaml new file mode 100644 index 0000000000000..4fa611c3e81a6 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.24.5 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Protocols: +- feishu +- feishu-open +- lark +- x-lark +ReleaseDate: 2024-08-16 +Installers: +- Architecture: x86 + InstallerUrl: https://sf16-va.larksuitecdn.com/obj/lark-artifact-storage/1d417214/Lark-win32_ia32-7.24.5-signed.exe + InstallerSha256: D76364063A54B57B5BBF98D019C41AD72C38A6AA9EF0ACD55FE73B60E6E20016 + ProductCode: Lark +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.locale.en-US.yaml new file mode 100644 index 0000000000000..37b10573f8a0d --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.24.5 +PackageLocale: en-US +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/en_us/ +PublisherSupportUrl: https://www.larksuite.com/hc/en-US/ +PrivacyUrl: https://www.larksuite.com/en_us/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark +PackageUrl: https://www.larksuite.com/en_us/download +License: Proprietary +LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service +Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: +ShortDescription: The Next-Gen Collaboration Suite +Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. +Moniker: larksuite +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotes: |- + Sheets + - There are 536 functions available in Sheets, including the newly added IMAGE/IMPORT functions, which can be used for importing images, spreadsheets, XML data, and more from the internet. + Docs + - By default, last modified time will now appear in the document details section below the article title. +ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/064137348295 +PurchaseUrl: https://www.larksuite.com/en_us/plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0d581c207d1b2 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.24.5 +PackageLocale: zh-CN +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/zh_cn/ +PublisherSupportUrl: https://www.larksuite.com/hc/zh-CN/ +PrivacyUrl: https://www.larksuite.com/zh_cn/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark +PackageUrl: https://www.larksuite.com/zh_cn/download +License: 专有软件 +LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: +ShortDescription: 新一代协同套件 +Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 +# Moniker: +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: |- + 表格 + - Lark 电子表格已支持 536 个函数。其中,新增的 IMAGE/IMPORT 类函数可以帮助你将网络上的图片、表格、XML 数据等批量导入到电子表格,数据处理更便捷 + 云文档 + - 标题下方默认展示的文档信息中新增“最近修改时间”,方便阅读者了解文档的编辑和修改情况 + 应用中心 + - “应用目录”升级为“应用中心”,并可内置在 Lark 导航栏中,为你提供更全面多样的业务解决方案 +ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/064137348295 +PurchaseUrl: https://www.larksuite.com/zh_cn/plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.yaml new file mode 100644 index 0000000000000..8767e84528534 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.24.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.installer.yaml new file mode 100644 index 0000000000000..cc7f4cb4af344 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.25.5 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Protocols: +- feishu +- feishu-open +- lark +- x-lark +ReleaseDate: 2024-08-30 +Installers: +- Architecture: x86 + InstallerUrl: https://sf16-va.larksuitecdn.com/obj/lark-artifact-storage/174ef40e/Lark-win32_ia32-7.25.5-signed.exe + InstallerSha256: B6F7AFB18D7847331E9A5E65F2D8BB5C2B3874485AB9C4ADD76E50DF3D467870 + ProductCode: Lark +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.locale.en-US.yaml new file mode 100644 index 0000000000000..7392887723e3c --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.25.5 +PackageLocale: en-US +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/en_us/ +PublisherSupportUrl: https://www.larksuite.com/hc/en-US/ +PrivacyUrl: https://www.larksuite.com/en_us/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark +PackageUrl: https://www.larksuite.com/en_us/download +License: Proprietary +LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service +Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: +ShortDescription: The Next-Gen Collaboration Suite +Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. +Moniker: larksuite +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotes: |- + Meetings + - In video meetings, the presenter can annotate the shared picture when using Magic Share (Share Docs) and participants can follow the presenter's view to see the annotations in real time. +ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/713791622330 +PurchaseUrl: https://www.larksuite.com/en_us/plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4851b49086bf6 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.25.5 +PackageLocale: zh-CN +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/zh_cn/ +PublisherSupportUrl: https://www.larksuite.com/hc/zh-CN/ +PrivacyUrl: https://www.larksuite.com/zh_cn/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark +PackageUrl: https://www.larksuite.com/zh_cn/download +License: 专有软件 +LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: +ShortDescription: 新一代协同套件 +Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 +# Moniker: +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: |- + 视频会议 + - 在视频会议中,共享人在使用妙享(投文档)时可以对打开的图片进行标注,参会人可跟随画面查看标注信息,会议演示更高效,信息传递更准确 +ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/713791622330 +PurchaseUrl: https://www.larksuite.com/zh_cn/plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.yaml new file mode 100644 index 0000000000000..8598f89ff48b8 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.25.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.6.9/ByteDance.SodaMusic.installer.yaml b/manifests/b/ByteDance/SodaMusic/1.6.9/ByteDance.SodaMusic.installer.yaml new file mode 100644 index 0000000000000..187cde0617cbb --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.6.9/ByteDance.SodaMusic.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.6.9 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/1.6.9/12004867/SodaMusic-offcial-v1.6.9-win32_ia32.exe + InstallerSha256: B3C13DC98C002C6FFE21472FAEA6FBCEA5BE69C3CF4E6A0042B10EADCECED506 + ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +- Architecture: x64 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/1.6.9/12004867/SodaMusic-offcial-v1.6.9-win32_x64.exe + InstallerSha256: 070F50252FDAEE80874266AB190C103121E63970DE9709B63CAC50148355A4D4 + ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.6.9/ByteDance.SodaMusic.locale.en-US.yaml b/manifests/b/ByteDance/SodaMusic/1.6.9/ByteDance.SodaMusic.locale.en-US.yaml new file mode 100644 index 0000000000000..60e1dd0a78ace --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.6.9/ByteDance.SodaMusic.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.6.9 +PackageLocale: en-US +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: Proprietary +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2024 Beijing Microlive Vision Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: Douyin's official music APP +# Description: +# Moniker: +Tags: +- album +- artist +- audio +- cloud +- douyin +- music +- player +- playlist +- song +- sound +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.6.9/ByteDance.SodaMusic.locale.zh-CN.yaml b/manifests/b/ByteDance/SodaMusic/1.6.9/ByteDance.SodaMusic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..57b5bb8fb7c0a --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.6.9/ByteDance.SodaMusic.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.6.9 +PackageLocale: zh-CN +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: 北京抖音科技有限公司 +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: 专有软件 +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2024 Beijing Microlive Vision Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: 抖音官方出品音乐 APP +# Description: +# Moniker: +Tags: +- 专辑 +- 抖音 +- 播放器 +- 歌单 +- 歌手 +- 歌曲 +- 音乐 +- 音频 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.6.9/ByteDance.SodaMusic.yaml b/manifests/b/ByteDance/SodaMusic/1.6.9/ByteDance.SodaMusic.yaml new file mode 100644 index 0000000000000..f70bb97043922 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.6.9/ByteDance.SodaMusic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.6.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.0/ByteDance.SodaMusic.installer.yaml b/manifests/b/ByteDance/SodaMusic/1.7.0/ByteDance.SodaMusic.installer.yaml new file mode 100644 index 0000000000000..bce8c34f7b750 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.0/ByteDance.SodaMusic.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/1.7.0/12048430/SodaMusic-v1.7.0-win32_ia32.exe + InstallerSha256: f8a3ee7ffaaedbb7e46566794d3a330d503d6ab7a4501c2d4f40a553859423d6 + ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +- Architecture: x64 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/1.7.0/12048430/SodaMusic-v1.7.0-win32_x64.exe + InstallerSha256: 4492ef1c3c3124dca44f3fab11ffeb28bc05d558b1b122280325cc862836a6e7 + ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.0/ByteDance.SodaMusic.locale.en-US.yaml b/manifests/b/ByteDance/SodaMusic/1.7.0/ByteDance.SodaMusic.locale.en-US.yaml new file mode 100644 index 0000000000000..18a3bea7c3505 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.0/ByteDance.SodaMusic.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.0 +PackageLocale: en-US +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: Proprietary +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2024 Beijing Microlive Vision Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: Douyin's official music APP +# Description: +# Moniker: +Tags: +- album +- artist +- audio +- cloud +- douyin +- music +- player +- playlist +- song +- sound +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.0/ByteDance.SodaMusic.locale.zh-CN.yaml b/manifests/b/ByteDance/SodaMusic/1.7.0/ByteDance.SodaMusic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2f19fdac59186 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.0/ByteDance.SodaMusic.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.0 +PackageLocale: zh-CN +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: 北京抖音科技有限公司 +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: 专有软件 +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2024 Beijing Microlive Vision Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: 抖音官方出品音乐 APP +# Description: +# Moniker: +Tags: +- 专辑 +- 抖音 +- 播放器 +- 歌单 +- 歌手 +- 歌曲 +- 音乐 +- 音频 +ReleaseNotes: 修复了一些已知问题 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.0/ByteDance.SodaMusic.yaml b/manifests/b/ByteDance/SodaMusic/1.7.0/ByteDance.SodaMusic.yaml new file mode 100644 index 0000000000000..537592755593a --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.0/ByteDance.SodaMusic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.1/ByteDance.SodaMusic.installer.yaml b/manifests/b/ByteDance/SodaMusic/1.7.1/ByteDance.SodaMusic.installer.yaml new file mode 100644 index 0000000000000..4fdcacfa2a818 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.1/ByteDance.SodaMusic.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.1 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/1.7.1/12065576/SodaMusic-v1.7.1-official-win32_ia32.exe + InstallerSha256: a62d63c67e70d0628b063670eaf9355e7fb4a43c04d44169571009e2d175ec5e + ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +- Architecture: x64 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/1.7.1/12065576/SodaMusic-v1.7.1-official-win32_x64.exe + InstallerSha256: 36d01d311079c86d05f1896a5565c9259df299c69379e757c07a71b471e025dd + ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.1/ByteDance.SodaMusic.locale.en-US.yaml b/manifests/b/ByteDance/SodaMusic/1.7.1/ByteDance.SodaMusic.locale.en-US.yaml new file mode 100644 index 0000000000000..67ff90aa58208 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.1/ByteDance.SodaMusic.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.1 +PackageLocale: en-US +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: Proprietary +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2024 Beijing Microlive Vision Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: Douyin's official music APP +# Description: +# Moniker: +Tags: +- album +- artist +- audio +- cloud +- douyin +- music +- player +- playlist +- song +- sound +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.1/ByteDance.SodaMusic.locale.zh-CN.yaml b/manifests/b/ByteDance/SodaMusic/1.7.1/ByteDance.SodaMusic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..33343e1981519 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.1/ByteDance.SodaMusic.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.1 +PackageLocale: zh-CN +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: 北京抖音科技有限公司 +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: 专有软件 +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2024 Beijing Microlive Vision Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: 抖音官方出品音乐 APP +# Description: +# Moniker: +Tags: +- 专辑 +- 抖音 +- 播放器 +- 歌单 +- 歌手 +- 歌曲 +- 音乐 +- 音频 +ReleaseNotes: 修复了一些已知问题 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.1/ByteDance.SodaMusic.yaml b/manifests/b/ByteDance/SodaMusic/1.7.1/ByteDance.SodaMusic.yaml new file mode 100644 index 0000000000000..7b6643279a5b3 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.1/ByteDance.SodaMusic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.2/ByteDance.SodaMusic.installer.yaml b/manifests/b/ByteDance/SodaMusic/1.7.2/ByteDance.SodaMusic.installer.yaml new file mode 100644 index 0000000000000..941b3d5254985 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.2/ByteDance.SodaMusic.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.2 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/1.7.2/12080066/SodaMusic-v1.7.2-official-win32_ia32.exe + InstallerSha256: e845831be7460304b1ae7ef48c3a245aabbca696bddc1c32d20329c0d51cc654 + ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +- Architecture: x64 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/1.7.2/12080066/SodaMusic-v1.7.2-official-win32_x64.exe + InstallerSha256: 9f935b7274b19e53cc0ea552942cf827c5d8ddfe618041f1ac6abb0f25fe0d03 + ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.2/ByteDance.SodaMusic.locale.en-US.yaml b/manifests/b/ByteDance/SodaMusic/1.7.2/ByteDance.SodaMusic.locale.en-US.yaml new file mode 100644 index 0000000000000..1432b86fcf872 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.2/ByteDance.SodaMusic.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.2 +PackageLocale: en-US +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: Proprietary +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2024 Beijing Microlive Vision Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: Douyin's official music APP +# Description: +# Moniker: +Tags: +- album +- artist +- audio +- cloud +- douyin +- music +- player +- playlist +- song +- sound +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.2/ByteDance.SodaMusic.locale.zh-CN.yaml b/manifests/b/ByteDance/SodaMusic/1.7.2/ByteDance.SodaMusic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9bf1d206fa43e --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.2/ByteDance.SodaMusic.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.2 +PackageLocale: zh-CN +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: 北京抖音科技有限公司 +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: 专有软件 +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2024 Beijing Microlive Vision Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: 抖音官方出品音乐 APP +# Description: +# Moniker: +Tags: +- 专辑 +- 抖音 +- 播放器 +- 歌单 +- 歌手 +- 歌曲 +- 音乐 +- 音频 +ReleaseNotes: 修复了一些已知问题 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.2/ByteDance.SodaMusic.yaml b/manifests/b/ByteDance/SodaMusic/1.7.2/ByteDance.SodaMusic.yaml new file mode 100644 index 0000000000000..24fb5ab3fb9b3 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.2/ByteDance.SodaMusic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.3/ByteDance.SodaMusic.installer.yaml b/manifests/b/ByteDance/SodaMusic/1.7.3/ByteDance.SodaMusic.installer.yaml new file mode 100644 index 0000000000000..3683af3c5d31d --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.3/ByteDance.SodaMusic.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.3 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/1.7.3/12097136/SodaMusic-v1.7.3-official-win32_ia32.exe + InstallerSha256: 082de389debf9ead44d48b7d82d2e61390265240faa34464636c471ed54c4a84 + ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +- Architecture: x64 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/1.7.3/12097136/SodaMusic-v1.7.3-official-win32_x64.exe + InstallerSha256: 07a5165a9b01e208ea1a2a7a09341e6e28b97f382d5359a8c7c8a25af2e184b8 + ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.3/ByteDance.SodaMusic.locale.en-US.yaml b/manifests/b/ByteDance/SodaMusic/1.7.3/ByteDance.SodaMusic.locale.en-US.yaml new file mode 100644 index 0000000000000..082ce5a541460 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.3/ByteDance.SodaMusic.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.3 +PackageLocale: en-US +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: Proprietary +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2024 Beijing Microlive Vision Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: Douyin's official music APP +# Description: +# Moniker: +Tags: +- album +- artist +- audio +- cloud +- douyin +- music +- player +- playlist +- song +- sound +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.3/ByteDance.SodaMusic.locale.zh-CN.yaml b/manifests/b/ByteDance/SodaMusic/1.7.3/ByteDance.SodaMusic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..46e377b974522 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.3/ByteDance.SodaMusic.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.3 +PackageLocale: zh-CN +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: 北京抖音科技有限公司 +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: 专有软件 +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2024 Beijing Microlive Vision Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: 抖音官方出品音乐 APP +# Description: +# Moniker: +Tags: +- 专辑 +- 抖音 +- 播放器 +- 歌单 +- 歌手 +- 歌曲 +- 音乐 +- 音频 +ReleaseNotes: 修复了一些已知问题 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.3/ByteDance.SodaMusic.yaml b/manifests/b/ByteDance/SodaMusic/1.7.3/ByteDance.SodaMusic.yaml new file mode 100644 index 0000000000000..b4162e1cb3422 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.3/ByteDance.SodaMusic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.4/ByteDance.SodaMusic.installer.yaml b/manifests/b/ByteDance/SodaMusic/1.7.4/ByteDance.SodaMusic.installer.yaml new file mode 100644 index 0000000000000..0bc0ec7855226 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.4/ByteDance.SodaMusic.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.4 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/1.7.4/12110860/SodaMusic-v1.7.4-official-win32_ia32.exe + InstallerSha256: fddae8403436923d47740a1aca23ce3e318cb33dff59917c491125e036c1aaea + ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +- Architecture: x64 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/1.7.4/12110860/SodaMusic-v1.7.4-official-win32_x64.exe + InstallerSha256: 90313e28727dc65a41ef022ebe505ef0dd11b6e43b631e9a16705f76c3f63e19 + ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.4/ByteDance.SodaMusic.locale.en-US.yaml b/manifests/b/ByteDance/SodaMusic/1.7.4/ByteDance.SodaMusic.locale.en-US.yaml new file mode 100644 index 0000000000000..d554c5b5c91b7 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.4/ByteDance.SodaMusic.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.4 +PackageLocale: en-US +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: Proprietary +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2024 Beijing Microlive Vision Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: Douyin's official music APP +# Description: +# Moniker: +Tags: +- album +- artist +- audio +- cloud +- douyin +- music +- player +- playlist +- song +- sound +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.4/ByteDance.SodaMusic.locale.zh-CN.yaml b/manifests/b/ByteDance/SodaMusic/1.7.4/ByteDance.SodaMusic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5eae1c3974d11 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.4/ByteDance.SodaMusic.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.4 +PackageLocale: zh-CN +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: 北京抖音科技有限公司 +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: 专有软件 +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2024 Beijing Microlive Vision Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: 抖音官方出品音乐 APP +# Description: +# Moniker: +Tags: +- 专辑 +- 抖音 +- 播放器 +- 歌单 +- 歌手 +- 歌曲 +- 音乐 +- 音频 +ReleaseNotes: 修复了一些已知问题 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.4/ByteDance.SodaMusic.yaml b/manifests/b/ByteDance/SodaMusic/1.7.4/ByteDance.SodaMusic.yaml new file mode 100644 index 0000000000000..7c190d0c18ba0 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.4/ByteDance.SodaMusic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.5/ByteDance.SodaMusic.installer.yaml b/manifests/b/ByteDance/SodaMusic/1.7.5/ByteDance.SodaMusic.installer.yaml new file mode 100644 index 0000000000000..7b0be5e807b79 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.5/ByteDance.SodaMusic.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.5 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/1.7.5/12124966/SodaMusic-v1.7.5-official-win32_ia32.exe + InstallerSha256: e571e07f2cb685a43bc6d62d232afd13dbbc618c99d082ca1964c5828f6df862 + ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +- Architecture: x64 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/1.7.5/12124966/SodaMusic-v1.7.5-official-win32_x64.exe + InstallerSha256: f4c2d7ea96c063306921e8ca3352f2d5eba85f401191a1c6941cd4babdd9bcf2 + ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.5/ByteDance.SodaMusic.locale.en-US.yaml b/manifests/b/ByteDance/SodaMusic/1.7.5/ByteDance.SodaMusic.locale.en-US.yaml new file mode 100644 index 0000000000000..ba84cfc752404 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.5/ByteDance.SodaMusic.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.5 +PackageLocale: en-US +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: Proprietary +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2024 Beijing Microlive Vision Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: Douyin's official music APP +# Description: +# Moniker: +Tags: +- album +- artist +- audio +- cloud +- douyin +- music +- player +- playlist +- song +- sound +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.5/ByteDance.SodaMusic.locale.zh-CN.yaml b/manifests/b/ByteDance/SodaMusic/1.7.5/ByteDance.SodaMusic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..496f79cbd0b1f --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.5/ByteDance.SodaMusic.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.5 +PackageLocale: zh-CN +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: 北京抖音科技有限公司 +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: 专有软件 +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2024 Beijing Microlive Vision Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: 抖音官方出品音乐 APP +# Description: +# Moniker: +Tags: +- 专辑 +- 抖音 +- 播放器 +- 歌单 +- 歌手 +- 歌曲 +- 音乐 +- 音频 +ReleaseNotes: 修复了一些已知问题 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/SodaMusic/1.7.5/ByteDance.SodaMusic.yaml b/manifests/b/ByteDance/SodaMusic/1.7.5/ByteDance.SodaMusic.yaml new file mode 100644 index 0000000000000..4e2f0ef2e819d --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/1.7.5/ByteDance.SodaMusic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 1.7.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.0.2/ByteDance.StreamingTool.installer.yaml b/manifests/b/ByteDance/StreamingTool/8.0.2/ByteDance.StreamingTool.installer.yaml new file mode 100644 index 0000000000000..300521cbe7a60 --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.0.2/ByteDance.StreamingTool.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://lf6-cdn-tos.douyinstatic.com/obj/venus/StreamingTool-8.0.2-x86.exe + InstallerSha256: 4A98022FDBDE9CEFC2F60E0FBC953CBF255E00BA19F98F454C14D4A040272090 + ProductCode: 51d76d93-5c99-52d8-8eaf-e2973435dc9b +- Architecture: x64 + InstallerUrl: https://lf6-cdn-tos.douyinstatic.com/obj/venus/StreamingTool-8.0.2-x64.exe + InstallerSha256: 957EF8ACA593BB791054A8DBEE2B72F423B1476B4312B6820DE7F92231EB03F3 + ProductCode: 51d76d93-5c99-52d8-8eaf-e2973435dc9b +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.0.2/ByteDance.StreamingTool.locale.en-US.yaml b/manifests/b/ByteDance/StreamingTool/8.0.2/ByteDance.StreamingTool.locale.en-US.yaml new file mode 100644 index 0000000000000..91a87b37d29a1 --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.0.2/ByteDance.StreamingTool.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.0.2 +PackageLocale: en-US +Publisher: ByteDance Inc +PublisherUrl: https://www.bytedance.com/ +PublisherSupportUrl: https://streamingtool.douyin.com/docs/ +# PrivacyUrl: +# Author: +PackageName: 直播伴侣 +PackageUrl: https://streamingtool.douyin.com/ +License: Freeware +# LicenseUrl: +Copyright: Copyright © 2024 ByteDance Inc +# CopyrightUrl: +ShortDescription: A live streaming tool for Douyin, Huoshan and Xigua Video +Description: A live streaming tool for Douyin, Huoshan and Xigua Video that helps you start streaming with one click and displays comments and gift records clearly. +# Moniker: +Tags: +- broadcasting +- douyin +- huoshan +- live +- live-streaming +- livestreaming +- screencasting +- streaming +- xigua +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://streamingtool.douyin.com/docs/guide/ +- DocumentLabel: FAQ + DocumentUrl: http://streamingtool.douyin.com/docs/qna +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.0.2/ByteDance.StreamingTool.locale.zh-CN.yaml b/manifests/b/ByteDance/StreamingTool/8.0.2/ByteDance.StreamingTool.locale.zh-CN.yaml new file mode 100644 index 0000000000000..04badc828c755 --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.0.2/ByteDance.StreamingTool.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.0.2 +PackageLocale: zh-CN +Publisher: ByteDance Inc +PublisherUrl: https://www.bytedance.com/zh +PublisherSupportUrl: https://streamingtool.douyin.com/docs/ +# PrivacyUrl: +# Author: +PackageName: 直播伴侣 +PackageUrl: https://streamingtool.douyin.com/ +License: 免费软件 +# LicenseUrl: +Copyright: Copyright © 2024 ByteDance Inc +# CopyrightUrl: +ShortDescription: 电脑直播伴侣 +Description: 电脑直播伴侣,完美适配西瓜视频、抖音、抖音火山版。一键开播无需其他操作,清晰展现公屏信息、礼物记录。 +# Moniker: +Tags: +- 抖音 +- 抖音火山版 +- 推流 +- 火山小视频 +- 直播 +- 西瓜视频 +ReleaseNotes: |- + 【抖音】语音聊天室支持双 C 位布局和连线能力 + 【抖音】语音直播间支持添加文字素材能力 + 【抖音】优化互动插件交互体验,增加互动特效玩法 + 【全平台】常规直播支持自定义文字素材 + 【全平台】优化已知问题,提高应用稳定性 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://streamingtool.douyin.com/docs/guide/ +- DocumentLabel: 常见问题 + DocumentUrl: http://streamingtool.douyin.com/docs/qna +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.0.2/ByteDance.StreamingTool.yaml b/manifests/b/ByteDance/StreamingTool/8.0.2/ByteDance.StreamingTool.yaml new file mode 100644 index 0000000000000..d76af3e4d2809 --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.0.2/ByteDance.StreamingTool.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.0.3/ByteDance.StreamingTool.installer.yaml b/manifests/b/ByteDance/StreamingTool/8.0.3/ByteDance.StreamingTool.installer.yaml new file mode 100644 index 0000000000000..4d8121230a396 --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.0.3/ByteDance.StreamingTool.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://lf6-cdn-tos.douyinstatic.com/obj/venus/StreamingTool-8.0.3-x86.exe + InstallerSha256: 3A81102D2EA40F81539BCF60D198BA5325A198061EC20D594C75C0458EB46365 + ProductCode: 51d76d93-5c99-52d8-8eaf-e2973435dc9b +- Architecture: x64 + InstallerUrl: https://lf6-cdn-tos.douyinstatic.com/obj/venus/StreamingTool-8.0.3-x64.exe + InstallerSha256: 63F3F810996DB32CA48751D943027AA3A6587A2D4AB6BE83A6B4EF1F73217F39 + ProductCode: 51d76d93-5c99-52d8-8eaf-e2973435dc9b +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.0.3/ByteDance.StreamingTool.locale.en-US.yaml b/manifests/b/ByteDance/StreamingTool/8.0.3/ByteDance.StreamingTool.locale.en-US.yaml new file mode 100644 index 0000000000000..3493e38c7c186 --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.0.3/ByteDance.StreamingTool.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.0.3 +PackageLocale: en-US +Publisher: ByteDance Inc +PublisherUrl: https://www.bytedance.com/ +PublisherSupportUrl: https://streamingtool.douyin.com/docs/ +# PrivacyUrl: +# Author: +PackageName: 直播伴侣 +PackageUrl: https://streamingtool.douyin.com/ +License: Freeware +# LicenseUrl: +Copyright: Copyright © 2024 ByteDance Inc +# CopyrightUrl: +ShortDescription: A live streaming tool for Douyin, Huoshan and Xigua Video +Description: A live streaming tool for Douyin, Huoshan and Xigua Video that helps you start streaming with one click and displays comments and gift records clearly. +# Moniker: +Tags: +- broadcasting +- douyin +- huoshan +- live +- live-streaming +- livestreaming +- screencasting +- streaming +- xigua +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://streamingtool.douyin.com/docs/guide/ +- DocumentLabel: FAQ + DocumentUrl: http://streamingtool.douyin.com/docs/qna +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.0.3/ByteDance.StreamingTool.locale.zh-CN.yaml b/manifests/b/ByteDance/StreamingTool/8.0.3/ByteDance.StreamingTool.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bf4b11b6a028b --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.0.3/ByteDance.StreamingTool.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.0.3 +PackageLocale: zh-CN +Publisher: ByteDance Inc +PublisherUrl: https://www.bytedance.com/zh +PublisherSupportUrl: https://streamingtool.douyin.com/docs/ +# PrivacyUrl: +# Author: +PackageName: 直播伴侣 +PackageUrl: https://streamingtool.douyin.com/ +License: 免费软件 +# LicenseUrl: +Copyright: Copyright © 2024 ByteDance Inc +# CopyrightUrl: +ShortDescription: 电脑直播伴侣 +Description: 电脑直播伴侣,完美适配西瓜视频、抖音、抖音火山版。一键开播无需其他操作,清晰展现公屏信息、礼物记录。 +# Moniker: +Tags: +- 抖音 +- 抖音火山版 +- 推流 +- 火山小视频 +- 直播 +- 西瓜视频 +ReleaseNotes: |- + 【抖音】语音聊天室支持双 C 位布局和连线能力 + 【抖音】语音直播间支持添加文字素材能力 + 【抖音】优化互动插件交互体验,增加互动特效玩法 + 【全平台】常规直播支持自定义文字素材 + 【全平台】优化已知问题,提高应用稳定性 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://streamingtool.douyin.com/docs/guide/ +- DocumentLabel: 常见问题 + DocumentUrl: http://streamingtool.douyin.com/docs/qna +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.0.3/ByteDance.StreamingTool.yaml b/manifests/b/ByteDance/StreamingTool/8.0.3/ByteDance.StreamingTool.yaml new file mode 100644 index 0000000000000..b789965b09801 --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.0.3/ByteDance.StreamingTool.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.1.4/ByteDance.StreamingTool.installer.yaml b/manifests/b/ByteDance/StreamingTool/8.1.4/ByteDance.StreamingTool.installer.yaml new file mode 100644 index 0000000000000..92467fb8f3766 --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.1.4/ByteDance.StreamingTool.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.1.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://lf6-cdn-tos.douyinstatic.com/obj/venus/StreamingTool-8.1.4-x86.exe + InstallerSha256: F0FCDE5C6F008784E05F0C043D5E7B9F6DF29803424AA4954C5843EE270B96FE + ProductCode: 51d76d93-5c99-52d8-8eaf-e2973435dc9b +- Architecture: x64 + InstallerUrl: https://lf6-cdn-tos.douyinstatic.com/obj/venus/StreamingTool-8.1.4-x64.exe + InstallerSha256: 4F3E8D6912EA85253E7A2FF9A80319D975DA77BF11DB702D842076CCCDDC187C + ProductCode: 51d76d93-5c99-52d8-8eaf-e2973435dc9b +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.1.4/ByteDance.StreamingTool.locale.en-US.yaml b/manifests/b/ByteDance/StreamingTool/8.1.4/ByteDance.StreamingTool.locale.en-US.yaml new file mode 100644 index 0000000000000..0dddd8e698251 --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.1.4/ByteDance.StreamingTool.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.1.4 +PackageLocale: en-US +Publisher: ByteDance Inc +PublisherUrl: https://www.bytedance.com/ +PublisherSupportUrl: https://streamingtool.douyin.com/docs/ +# PrivacyUrl: +# Author: +PackageName: 直播伴侣 +PackageUrl: https://streamingtool.douyin.com/ +License: Freeware +# LicenseUrl: +Copyright: Copyright © 2024 ByteDance Inc +# CopyrightUrl: +ShortDescription: A live streaming tool for Douyin, Huoshan and Xigua Video +Description: A live streaming tool for Douyin, Huoshan and Xigua Video that helps you start streaming with one click and displays comments and gift records clearly. +# Moniker: +Tags: +- broadcasting +- douyin +- huoshan +- live +- live-streaming +- livestreaming +- screencasting +- streaming +- xigua +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://streamingtool.douyin.com/docs/guide/ +- DocumentLabel: FAQ + DocumentUrl: http://streamingtool.douyin.com/docs/qna +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.1.4/ByteDance.StreamingTool.locale.zh-CN.yaml b/manifests/b/ByteDance/StreamingTool/8.1.4/ByteDance.StreamingTool.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5f87e413b4e3a --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.1.4/ByteDance.StreamingTool.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.1.4 +PackageLocale: zh-CN +Publisher: ByteDance Inc +PublisherUrl: https://www.bytedance.com/zh +PublisherSupportUrl: https://streamingtool.douyin.com/docs/ +# PrivacyUrl: +# Author: +PackageName: 直播伴侣 +PackageUrl: https://streamingtool.douyin.com/ +License: 免费软件 +# LicenseUrl: +Copyright: Copyright © 2024 ByteDance Inc +# CopyrightUrl: +ShortDescription: 电脑直播伴侣 +Description: 电脑直播伴侣,完美适配西瓜视频、抖音、抖音火山版。一键开播无需其他操作,清晰展现公屏信息、礼物记录。 +# Moniker: +Tags: +- 抖音 +- 抖音火山版 +- 推流 +- 火山小视频 +- 直播 +- 西瓜视频 +ReleaseNotes: |- + 【抖音】画布支持特殊比例分辨率 + 【抖音】增加宠粉福袋 + 【抖音】修复嘉宾模式漏音问题 + 【全平台】优化已知问题,提高应用稳定性 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://streamingtool.douyin.com/docs/guide/ +- DocumentLabel: 常见问题 + DocumentUrl: http://streamingtool.douyin.com/docs/qna +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.1.4/ByteDance.StreamingTool.yaml b/manifests/b/ByteDance/StreamingTool/8.1.4/ByteDance.StreamingTool.yaml new file mode 100644 index 0000000000000..417cf19e451c6 --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.1.4/ByteDance.StreamingTool.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.2.3/ByteDance.StreamingTool.installer.yaml b/manifests/b/ByteDance/StreamingTool/8.2.3/ByteDance.StreamingTool.installer.yaml new file mode 100644 index 0000000000000..7c0cbc2ce2845 --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.2.3/ByteDance.StreamingTool.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.2.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://lf6-cdn-tos.douyinstatic.com/obj/venus/StreamingTool-8.2.3-x86.exe + InstallerSha256: 9E359141C3C73A2B4E82EA31FD17B59C01FBA58E7C08599E58668611A80586EE + ProductCode: 51d76d93-5c99-52d8-8eaf-e2973435dc9b +- Architecture: x64 + InstallerUrl: https://lf6-cdn-tos.douyinstatic.com/obj/venus/StreamingTool-8.2.3-x64.exe + InstallerSha256: 3DE29203373966DA61BD70D009F26579B35021393A0A65248B77C325539F13F7 + ProductCode: 51d76d93-5c99-52d8-8eaf-e2973435dc9b +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.2.3/ByteDance.StreamingTool.locale.en-US.yaml b/manifests/b/ByteDance/StreamingTool/8.2.3/ByteDance.StreamingTool.locale.en-US.yaml new file mode 100644 index 0000000000000..df2422e22a83a --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.2.3/ByteDance.StreamingTool.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.2.3 +PackageLocale: en-US +Publisher: ByteDance Inc +PublisherUrl: https://www.bytedance.com/ +PublisherSupportUrl: https://streamingtool.douyin.com/docs/ +# PrivacyUrl: +# Author: +PackageName: 直播伴侣 +PackageUrl: https://streamingtool.douyin.com/ +License: Freeware +# LicenseUrl: +Copyright: Copyright © 2024 ByteDance Inc +# CopyrightUrl: +ShortDescription: A live streaming tool for Douyin, Huoshan and Xigua Video +Description: A live streaming tool for Douyin, Huoshan and Xigua Video that helps you start streaming with one click and displays comments and gift records clearly. +# Moniker: +Tags: +- broadcasting +- douyin +- huoshan +- live +- live-streaming +- livestreaming +- screencasting +- streaming +- xigua +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://streamingtool.douyin.com/docs/guide/ +- DocumentLabel: FAQ + DocumentUrl: http://streamingtool.douyin.com/docs/qna +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.2.3/ByteDance.StreamingTool.locale.zh-CN.yaml b/manifests/b/ByteDance/StreamingTool/8.2.3/ByteDance.StreamingTool.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c3938a67b8036 --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.2.3/ByteDance.StreamingTool.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.2.3 +PackageLocale: zh-CN +Publisher: ByteDance Inc +PublisherUrl: https://www.bytedance.com/zh +PublisherSupportUrl: https://streamingtool.douyin.com/docs/ +# PrivacyUrl: +# Author: +PackageName: 直播伴侣 +PackageUrl: https://streamingtool.douyin.com/ +License: 免费软件 +# LicenseUrl: +Copyright: Copyright © 2024 ByteDance Inc +# CopyrightUrl: +ShortDescription: 电脑直播伴侣 +Description: 电脑直播伴侣,完美适配西瓜视频、抖音、抖音火山版。一键开播无需其他操作,清晰展现公屏信息、礼物记录。 +# Moniker: +Tags: +- 抖音 +- 抖音火山版 +- 推流 +- 火山小视频 +- 直播 +- 西瓜视频 +ReleaseNotes: |- + 【抖音】新增团播共创能力,支持设置团员名单 + 【抖音】优化礼物菜单设置交互,支持更多特效和设置时长 + 【抖音】游戏玩法升级,支持抖音小游戏和快捷开播能力 + 【抖音】双屏直播新增浮窗布局和左右布局,提升看播体验 + 【PICO】支持 QooCam VR 相机 + 【全平台】支持 intel 265 硬编码能力 + 【全平台】修复已知问题,提高应用稳定性 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://streamingtool.douyin.com/docs/guide/ +- DocumentLabel: 常见问题 + DocumentUrl: http://streamingtool.douyin.com/docs/qna +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.2.3/ByteDance.StreamingTool.yaml b/manifests/b/ByteDance/StreamingTool/8.2.3/ByteDance.StreamingTool.yaml new file mode 100644 index 0000000000000..29a95b15855fd --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.2.3/ByteDance.StreamingTool.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.3.4/ByteDance.StreamingTool.installer.yaml b/manifests/b/ByteDance/StreamingTool/8.3.4/ByteDance.StreamingTool.installer.yaml new file mode 100644 index 0000000000000..e9b87534a843c --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.3.4/ByteDance.StreamingTool.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.3.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://lf6-cdn-tos.douyinstatic.com/obj/venus/StreamingTool-8.3.4-x86.exe + InstallerSha256: 8649C6111065844FF7A36B9A84CCE8962834F24C58F31CF4B04CF8E5B5292A69 + ProductCode: 51d76d93-5c99-52d8-8eaf-e2973435dc9b +- Architecture: x64 + InstallerUrl: https://lf6-cdn-tos.douyinstatic.com/obj/venus/StreamingTool-8.3.4-x64.exe + InstallerSha256: 7DB106FE272FED54AFDC23159B388B1944AAD66EAE89DF9AAB1B1086E4D4D5F9 + ProductCode: 51d76d93-5c99-52d8-8eaf-e2973435dc9b +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.3.4/ByteDance.StreamingTool.locale.en-US.yaml b/manifests/b/ByteDance/StreamingTool/8.3.4/ByteDance.StreamingTool.locale.en-US.yaml new file mode 100644 index 0000000000000..a0d2f56879d3c --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.3.4/ByteDance.StreamingTool.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.3.4 +PackageLocale: en-US +Publisher: ByteDance Inc +PublisherUrl: https://www.bytedance.com/ +PublisherSupportUrl: https://streamingtool.douyin.com/docs/ +# PrivacyUrl: +# Author: +PackageName: 直播伴侣 +PackageUrl: https://streamingtool.douyin.com/ +License: Freeware +# LicenseUrl: +Copyright: Copyright © 2024 ByteDance Inc +# CopyrightUrl: +ShortDescription: A live streaming tool for Douyin, Huoshan and Xigua Video +Description: A live streaming tool for Douyin, Huoshan and Xigua Video that helps you start streaming with one click and displays comments and gift records clearly. +# Moniker: +Tags: +- broadcasting +- douyin +- huoshan +- live +- live-streaming +- livestreaming +- screencasting +- streaming +- xigua +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://streamingtool.douyin.com/docs/guide/ +- DocumentLabel: FAQ + DocumentUrl: http://streamingtool.douyin.com/docs/qna +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.3.4/ByteDance.StreamingTool.locale.zh-CN.yaml b/manifests/b/ByteDance/StreamingTool/8.3.4/ByteDance.StreamingTool.locale.zh-CN.yaml new file mode 100644 index 0000000000000..62956922c6c10 --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.3.4/ByteDance.StreamingTool.locale.zh-CN.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.3.4 +PackageLocale: zh-CN +Publisher: ByteDance Inc +PublisherUrl: https://www.bytedance.com/zh +PublisherSupportUrl: https://streamingtool.douyin.com/docs/ +# PrivacyUrl: +# Author: +PackageName: 直播伴侣 +PackageUrl: https://streamingtool.douyin.com/ +License: 免费软件 +# LicenseUrl: +Copyright: Copyright © 2024 ByteDance Inc +# CopyrightUrl: +ShortDescription: 电脑直播伴侣 +Description: 电脑直播伴侣,完美适配西瓜视频、抖音、抖音火山版。一键开播无需其他操作,清晰展现公屏信息、礼物记录。 +# Moniker: +Tags: +- 抖音 +- 抖音火山版 +- 推流 +- 火山小视频 +- 直播 +- 西瓜视频 +ReleaseNotes: |- + 【抖音】优化小玩法开播画质 + 【抖音】优化开播权限准入人脸验证体验 + 【抖音】优化团播玩法贴纸体验,支持多玩法贴纸共存 + 【抖音】礼物菜单新增关联素材、关联音效库以及设置快捷键等能力 + 【抖音】摄像头美颜支持导入导出能力(实验中) + 【抖音】主播 PK 新增游戏连屏能力,横屏连线支持放大布局 + 【全平台】优化素材交互体验,新增素材分组能力 + 【全平台】直播设置新增配置导入导出功能,支持导出素材、快捷键及自定义音效 + 【全平台】优化滤镜效果体验,新增蒙版滤镜功能 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://streamingtool.douyin.com/docs/guide/ +- DocumentLabel: 常见问题 + DocumentUrl: http://streamingtool.douyin.com/docs/qna +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/StreamingTool/8.3.4/ByteDance.StreamingTool.yaml b/manifests/b/ByteDance/StreamingTool/8.3.4/ByteDance.StreamingTool.yaml new file mode 100644 index 0000000000000..2fefc5d960077 --- /dev/null +++ b/manifests/b/ByteDance/StreamingTool/8.3.4/ByteDance.StreamingTool.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.StreamingTool +PackageVersion: 8.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.5/ByteDance.TOSBrowser.installer.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.5/ByteDance.TOSBrowser.installer.yaml new file mode 100644 index 0000000000000..d0b6b93100fc4 --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.5/ByteDance.TOSBrowser.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.5 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- tosbrowser +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x86 + InstallerUrl: https://lf-tk-sg.ibytedtos.com/obj/tron-demo-sg/7122772962347849988/releases/12018684/1.8.5/win32-ia32/TOS_Browser_Public-v1.8.5-win32-ia32.exe + InstallerSha256: D08C52344747EDFCAE5E374776160BEA7F1703FB0D0C03AF5D4CBD83A358F2C1 + ProductCode: TOS_Browser +- Architecture: x64 + InstallerUrl: https://lf-tk-sg.ibytedtos.com/obj/tron-demo-sg/7122772962347849988/releases/12018684/1.8.5/win32-x64/TOS_Browser_Public-v1.8.5-win32-x64.exe + InstallerSha256: 70C3B583D7E2F95B3F3DEAE298FD4B705543DAC02453F76CCB2E7CFCABB42837 + ProductCode: TOS_Browser +- InstallerLocale: zh-CN + Architecture: x86 + InstallerUrl: https://lf3-cdn-tos.bytegoofy.com/obj/tron-demo/7122772962347849988/releases/12018684/1.8.5/win32-ia32/TOS_Browser_Public-v1.8.5-win32-ia32.exe + InstallerSha256: D08C52344747EDFCAE5E374776160BEA7F1703FB0D0C03AF5D4CBD83A358F2C1 + ProductCode: TOS_Browser +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf3-cdn-tos.bytegoofy.com/obj/tron-demo/7122772962347849988/releases/12018684/1.8.5/win32-x64/TOS_Browser_Public-v1.8.5-win32-x64.exe + InstallerSha256: 70C3B583D7E2F95B3F3DEAE298FD4B705543DAC02453F76CCB2E7CFCABB42837 + ProductCode: TOS_Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.5/ByteDance.TOSBrowser.locale.en-US.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.5/ByteDance.TOSBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..11f2b662356d2 --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.5/ByteDance.TOSBrowser.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.5 +PackageLocale: en-US +Publisher: 北京火山引擎科技有限公司 +PublisherUrl: https://www.volcengine.com/ +PublisherSupportUrl: https://www.volcengine.com/product/contact +PrivacyUrl: https://www.volcengine.com/docs/6256/64902 +Author: Beijing Volcano Engine Technology Co., Ltd. +PackageName: TOS Browser +PackageUrl: https://www.volcengine.com/docs/6349/148776 +License: Proprietary +LicenseUrl: https://www.volcengine.com/docs/6256/64903 +Copyright: Copyright © 2024 Beijing Volcano Engine Technology Co., Ltd. All rights reserved. +# CopyrightUrl: +ShortDescription: TOS Browser is a GUI management tool provided by TOS, the Volcano Engine Object Storage. You can use this tool to manage buckets and objects. +# Description: +# Moniker: +Tags: +- tos +# ReleaseNotes: +ReleaseNotesUrl: https://www.volcengine.com/docs/6349/148777 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.5/ByteDance.TOSBrowser.locale.zh-CN.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.5/ByteDance.TOSBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f6673bc63dd1f --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.5/ByteDance.TOSBrowser.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.5 +PackageLocale: zh-CN +Publisher: 北京火山引擎科技有限公司 +PublisherUrl: https://www.volcengine.com/ +PublisherSupportUrl: https://www.volcengine.com/product/contact +PrivacyUrl: https://www.volcengine.com/docs/6256/64902 +Author: 北京火山引擎科技有限公司 +PackageName: TOS Browser +PackageUrl: https://www.volcengine.com/docs/6349/148776 +License: 专有软件 +LicenseUrl: https://www.volcengine.com/docs/6256/64903 +Copyright: © 北京火山引擎科技有限公司 2024 版权所有 +# CopyrightUrl: +ShortDescription: TOS Browser 是火山引擎对象存储 TOS 提供的图形化管理工具。您可以通过该工具,完成存储桶及对象的管理。 +# Description: +# Moniker: +Tags: +- tos +# ReleaseNotes: +ReleaseNotesUrl: https://www.volcengine.com/docs/6349/148777 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.5/ByteDance.TOSBrowser.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.5/ByteDance.TOSBrowser.yaml new file mode 100644 index 0000000000000..0102b923deccc --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.5/ByteDance.TOSBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.6/ByteDance.TOSBrowser.installer.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.6/ByteDance.TOSBrowser.installer.yaml new file mode 100644 index 0000000000000..2292b3059e64c --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.6/ByteDance.TOSBrowser.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.6 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- tosbrowser +ReleaseDate: 2024-08-19 +Installers: +- Architecture: x86 + InstallerUrl: https://lf-tk-sg.ibytedtos.com/obj/tron-demo-sg/7122772962347849988/releases/12069373/1.8.6/win32-ia32/TOS_Browser_Public-v1.8.6-win32-ia32.exe + InstallerSha256: 904C592EBF374CC33116DF702F645978BCC804907463ADCA2E15499C8F368D63 + ProductCode: TOS_Browser +- Architecture: x64 + InstallerUrl: https://lf-tk-sg.ibytedtos.com/obj/tron-demo-sg/7122772962347849988/releases/12069373/1.8.6/win32-x64/TOS_Browser_Public-v1.8.6-win32-x64.exe + InstallerSha256: ADA5E7FD4B3A4615F769F6C87CE08B41FFA88990FC0ED4428EEF47A4320AB156 + ProductCode: TOS_Browser +- InstallerLocale: zh-CN + Architecture: x86 + InstallerUrl: https://lf3-cdn-tos.bytegoofy.com/obj/tron-demo/7122772962347849988/releases/12069373/1.8.6/win32-ia32/TOS_Browser_Public-v1.8.6-win32-ia32.exe + InstallerSha256: 904C592EBF374CC33116DF702F645978BCC804907463ADCA2E15499C8F368D63 + ProductCode: TOS_Browser +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf3-cdn-tos.bytegoofy.com/obj/tron-demo/7122772962347849988/releases/12069373/1.8.6/win32-x64/TOS_Browser_Public-v1.8.6-win32-x64.exe + InstallerSha256: ADA5E7FD4B3A4615F769F6C87CE08B41FFA88990FC0ED4428EEF47A4320AB156 + ProductCode: TOS_Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.6/ByteDance.TOSBrowser.locale.en-US.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.6/ByteDance.TOSBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..df6282d8b77fd --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.6/ByteDance.TOSBrowser.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.6 +PackageLocale: en-US +Publisher: 北京火山引擎科技有限公司 +PublisherUrl: https://www.volcengine.com/ +PublisherSupportUrl: https://www.volcengine.com/product/contact +PrivacyUrl: https://www.volcengine.com/docs/6256/64902 +Author: Beijing Volcano Engine Technology Co., Ltd. +PackageName: TOS Browser +PackageUrl: https://www.volcengine.com/docs/6349/148776 +License: Proprietary +LicenseUrl: https://www.volcengine.com/docs/6256/64903 +Copyright: Copyright © 2024 Beijing Volcano Engine Technology Co., Ltd. All rights reserved. +# CopyrightUrl: +ShortDescription: TOS Browser is a GUI management tool provided by TOS, the Volcano Engine Object Storage. You can use this tool to manage buckets and objects. +# Description: +# Moniker: +Tags: +- tos +# ReleaseNotes: +ReleaseNotesUrl: https://www.volcengine.com/docs/6349/148777 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.6/ByteDance.TOSBrowser.locale.zh-CN.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.6/ByteDance.TOSBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..773d1b69c54ee --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.6/ByteDance.TOSBrowser.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.6 +PackageLocale: zh-CN +Publisher: 北京火山引擎科技有限公司 +PublisherUrl: https://www.volcengine.com/ +PublisherSupportUrl: https://www.volcengine.com/product/contact +PrivacyUrl: https://www.volcengine.com/docs/6256/64902 +Author: 北京火山引擎科技有限公司 +PackageName: TOS Browser +PackageUrl: https://www.volcengine.com/docs/6349/148776 +License: 专有软件 +LicenseUrl: https://www.volcengine.com/docs/6256/64903 +Copyright: © 北京火山引擎科技有限公司 2024 版权所有 +# CopyrightUrl: +ShortDescription: TOS Browser 是火山引擎对象存储 TOS 提供的图形化管理工具。您可以通过该工具,完成存储桶及对象的管理。 +# Description: +# Moniker: +Tags: +- tos +# ReleaseNotes: +ReleaseNotesUrl: https://www.volcengine.com/docs/6349/148777 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.6/ByteDance.TOSBrowser.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.6/ByteDance.TOSBrowser.yaml new file mode 100644 index 0000000000000..290ebfd616bb7 --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.6/ByteDance.TOSBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.7/ByteDance.TOSBrowser.installer.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.7/ByteDance.TOSBrowser.installer.yaml new file mode 100644 index 0000000000000..4dcdc1c2a390e --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.7/ByteDance.TOSBrowser.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.7 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- tosbrowser +ReleaseDate: 2024-08-22 +Installers: +- Architecture: x86 + InstallerUrl: https://lf-tk-sg.ibytedtos.com/obj/tron-demo-sg/7122772962347849988/releases/12082144/1.8.7/win32-ia32/TOS_Browser_Public-v1.8.7-win32-ia32.exe + InstallerSha256: 49E6F0AC77CFFE34EDB8017A643610CF0BED1513E513D3FE11B428F9F05284AA + ProductCode: TOS_Browser +- Architecture: x64 + InstallerUrl: https://lf-tk-sg.ibytedtos.com/obj/tron-demo-sg/7122772962347849988/releases/12082144/1.8.7/win32-x64/TOS_Browser_Public-v1.8.7-win32-x64.exe + InstallerSha256: 4F43E7A04F84E4DB77B3BD3A4CD2BE88F78EB8BC8156C018D96329B0CB22F3E9 + ProductCode: TOS_Browser +- InstallerLocale: zh-CN + Architecture: x86 + InstallerUrl: https://lf3-cdn-tos.bytegoofy.com/obj/tron-demo/7122772962347849988/releases/12082144/1.8.7/win32-ia32/TOS_Browser_Public-v1.8.7-win32-ia32.exe + InstallerSha256: 49E6F0AC77CFFE34EDB8017A643610CF0BED1513E513D3FE11B428F9F05284AA + ProductCode: TOS_Browser +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf3-cdn-tos.bytegoofy.com/obj/tron-demo/7122772962347849988/releases/12082144/1.8.7/win32-x64/TOS_Browser_Public-v1.8.7-win32-x64.exe + InstallerSha256: 4F43E7A04F84E4DB77B3BD3A4CD2BE88F78EB8BC8156C018D96329B0CB22F3E9 + ProductCode: TOS_Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.7/ByteDance.TOSBrowser.locale.en-US.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.7/ByteDance.TOSBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..fb871c416656b --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.7/ByteDance.TOSBrowser.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.7 +PackageLocale: en-US +Publisher: 北京火山引擎科技有限公司 +PublisherUrl: https://www.volcengine.com/ +PublisherSupportUrl: https://www.volcengine.com/product/contact +PrivacyUrl: https://www.volcengine.com/docs/6256/64902 +Author: Beijing Volcano Engine Technology Co., Ltd. +PackageName: TOS Browser +PackageUrl: https://www.volcengine.com/docs/6349/148776 +License: Proprietary +LicenseUrl: https://www.volcengine.com/docs/6256/64903 +Copyright: Copyright © 2024 Beijing Volcano Engine Technology Co., Ltd. All rights reserved. +# CopyrightUrl: +ShortDescription: TOS Browser is a GUI management tool provided by TOS, the Volcano Engine Object Storage. You can use this tool to manage buckets and objects. +# Description: +# Moniker: +Tags: +- tos +# ReleaseNotes: +ReleaseNotesUrl: https://www.volcengine.com/docs/6349/148777 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.7/ByteDance.TOSBrowser.locale.zh-CN.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.7/ByteDance.TOSBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b739f03095474 --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.7/ByteDance.TOSBrowser.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.7 +PackageLocale: zh-CN +Publisher: 北京火山引擎科技有限公司 +PublisherUrl: https://www.volcengine.com/ +PublisherSupportUrl: https://www.volcengine.com/product/contact +PrivacyUrl: https://www.volcengine.com/docs/6256/64902 +Author: 北京火山引擎科技有限公司 +PackageName: TOS Browser +PackageUrl: https://www.volcengine.com/docs/6349/148776 +License: 专有软件 +LicenseUrl: https://www.volcengine.com/docs/6256/64903 +Copyright: © 北京火山引擎科技有限公司 2024 版权所有 +# CopyrightUrl: +ShortDescription: TOS Browser 是火山引擎对象存储 TOS 提供的图形化管理工具。您可以通过该工具,完成存储桶及对象的管理。 +# Description: +# Moniker: +Tags: +- tos +# ReleaseNotes: +ReleaseNotesUrl: https://www.volcengine.com/docs/6349/148777 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.7/ByteDance.TOSBrowser.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.7/ByteDance.TOSBrowser.yaml new file mode 100644 index 0000000000000..4dd716fa6fb4f --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.7/ByteDance.TOSBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.8/ByteDance.TOSBrowser.installer.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.8/ByteDance.TOSBrowser.installer.yaml new file mode 100644 index 0000000000000..415981f6e67e4 --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.8/ByteDance.TOSBrowser.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.8 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- tosbrowser +ReleaseDate: 2024-08-28 +Installers: +- Architecture: x86 + InstallerUrl: https://lf-tk-sg.ibytedtos.com/obj/tron-demo-sg/7122772962347849988/releases/12094897/1.8.8/win32-ia32/TOS_Browser_Public-v1.8.8-win32-ia32.exe + InstallerSha256: 02CA8819E01B470016E36815F7DE1D6ED208CE2983FFC721AD6C4EFA0A90D6DB + ProductCode: TOS_Browser +- Architecture: x64 + InstallerUrl: https://lf-tk-sg.ibytedtos.com/obj/tron-demo-sg/7122772962347849988/releases/12094897/1.8.8/win32-x64/TOS_Browser_Public-v1.8.8-win32-x64.exe + InstallerSha256: 091CF4CB0F50958B459190A180FAA41EBBF47C8F21F16353D2D767D4A624BBDF + ProductCode: TOS_Browser +- InstallerLocale: zh-CN + Architecture: x86 + InstallerUrl: https://lf3-cdn-tos.bytegoofy.com/obj/tron-demo/7122772962347849988/releases/12094897/1.8.8/win32-ia32/TOS_Browser_Public-v1.8.8-win32-ia32.exe + InstallerSha256: 02CA8819E01B470016E36815F7DE1D6ED208CE2983FFC721AD6C4EFA0A90D6DB + ProductCode: TOS_Browser +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf3-cdn-tos.bytegoofy.com/obj/tron-demo/7122772962347849988/releases/12094897/1.8.8/win32-x64/TOS_Browser_Public-v1.8.8-win32-x64.exe + InstallerSha256: 091CF4CB0F50958B459190A180FAA41EBBF47C8F21F16353D2D767D4A624BBDF + ProductCode: TOS_Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.8/ByteDance.TOSBrowser.locale.en-US.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.8/ByteDance.TOSBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..d8f59939d4393 --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.8/ByteDance.TOSBrowser.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.8 +PackageLocale: en-US +Publisher: 北京火山引擎科技有限公司 +PublisherUrl: https://www.volcengine.com/ +PublisherSupportUrl: https://www.volcengine.com/product/contact +PrivacyUrl: https://www.volcengine.com/docs/6256/64902 +Author: Beijing Volcano Engine Technology Co., Ltd. +PackageName: TOS Browser +PackageUrl: https://www.volcengine.com/docs/6349/148776 +License: Proprietary +LicenseUrl: https://www.volcengine.com/docs/6256/64903 +Copyright: Copyright © 2024 Beijing Volcano Engine Technology Co., Ltd. All rights reserved. +# CopyrightUrl: +ShortDescription: TOS Browser is a GUI management tool provided by TOS, the Volcano Engine Object Storage. You can use this tool to manage buckets and objects. +# Description: +# Moniker: +Tags: +- tos +# ReleaseNotes: +ReleaseNotesUrl: https://www.volcengine.com/docs/6349/148777 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.8/ByteDance.TOSBrowser.locale.zh-CN.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.8/ByteDance.TOSBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bff9465626d83 --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.8/ByteDance.TOSBrowser.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.8 +PackageLocale: zh-CN +Publisher: 北京火山引擎科技有限公司 +PublisherUrl: https://www.volcengine.com/ +PublisherSupportUrl: https://www.volcengine.com/product/contact +PrivacyUrl: https://www.volcengine.com/docs/6256/64902 +Author: 北京火山引擎科技有限公司 +PackageName: TOS Browser +PackageUrl: https://www.volcengine.com/docs/6349/148776 +License: 专有软件 +LicenseUrl: https://www.volcengine.com/docs/6256/64903 +Copyright: © 北京火山引擎科技有限公司 2024 版权所有 +# CopyrightUrl: +ShortDescription: TOS Browser 是火山引擎对象存储 TOS 提供的图形化管理工具。您可以通过该工具,完成存储桶及对象的管理。 +# Description: +# Moniker: +Tags: +- tos +# ReleaseNotes: +ReleaseNotesUrl: https://www.volcengine.com/docs/6349/148777 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.8/ByteDance.TOSBrowser.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.8/ByteDance.TOSBrowser.yaml new file mode 100644 index 0000000000000..660d5a26bf7ca --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.8/ByteDance.TOSBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.9/ByteDance.TOSBrowser.installer.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.9/ByteDance.TOSBrowser.installer.yaml new file mode 100644 index 0000000000000..ee8162b3c9bc0 --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.9/ByteDance.TOSBrowser.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.9 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- tosbrowser +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x86 + InstallerUrl: https://lf-tk-sg.ibytedtos.com/obj/tron-demo-sg/7122772962347849988/releases/12110909/1.8.9/win32-ia32/TOS_Browser_Public-v1.8.9-win32-ia32.exe + InstallerSha256: 547503EE78EFD13FBC46355CDB131D56C6DD6D9D73C1339C9C5641D8627DFB57 + ProductCode: TOS_Browser +- Architecture: x64 + InstallerUrl: https://lf-tk-sg.ibytedtos.com/obj/tron-demo-sg/7122772962347849988/releases/12110909/1.8.9/win32-x64/TOS_Browser_Public-v1.8.9-win32-x64.exe + InstallerSha256: 8CEEDBD75AF7D7A63DFA8FB1A1988AD0776128C070C3A7475517765CE99FEAF1 + ProductCode: TOS_Browser +- InstallerLocale: zh-CN + Architecture: x86 + InstallerUrl: https://lf3-cdn-tos.bytegoofy.com/obj/tron-demo/7122772962347849988/releases/12110909/1.8.9/win32-ia32/TOS_Browser_Public-v1.8.9-win32-ia32.exe + InstallerSha256: 547503EE78EFD13FBC46355CDB131D56C6DD6D9D73C1339C9C5641D8627DFB57 + ProductCode: TOS_Browser +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf3-cdn-tos.bytegoofy.com/obj/tron-demo/7122772962347849988/releases/12110909/1.8.9/win32-x64/TOS_Browser_Public-v1.8.9-win32-x64.exe + InstallerSha256: 8CEEDBD75AF7D7A63DFA8FB1A1988AD0776128C070C3A7475517765CE99FEAF1 + ProductCode: TOS_Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.9/ByteDance.TOSBrowser.locale.en-US.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.9/ByteDance.TOSBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..a25984e96aa51 --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.9/ByteDance.TOSBrowser.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.9 +PackageLocale: en-US +Publisher: 北京火山引擎科技有限公司 +PublisherUrl: https://www.volcengine.com/ +PublisherSupportUrl: https://www.volcengine.com/product/contact +PrivacyUrl: https://www.volcengine.com/docs/6256/64902 +Author: Beijing Volcano Engine Technology Co., Ltd. +PackageName: TOS Browser +PackageUrl: https://www.volcengine.com/docs/6349/148776 +License: Proprietary +LicenseUrl: https://www.volcengine.com/docs/6256/64903 +Copyright: Copyright © 2024 Beijing Volcano Engine Technology Co., Ltd. All rights reserved. +# CopyrightUrl: +ShortDescription: TOS Browser is a GUI management tool provided by TOS, the Volcano Engine Object Storage. You can use this tool to manage buckets and objects. +# Description: +# Moniker: +Tags: +- tos +# ReleaseNotes: +ReleaseNotesUrl: https://www.volcengine.com/docs/6349/148777 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.9/ByteDance.TOSBrowser.locale.zh-CN.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.9/ByteDance.TOSBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dd0fae6592403 --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.9/ByteDance.TOSBrowser.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.9 +PackageLocale: zh-CN +Publisher: 北京火山引擎科技有限公司 +PublisherUrl: https://www.volcengine.com/ +PublisherSupportUrl: https://www.volcengine.com/product/contact +PrivacyUrl: https://www.volcengine.com/docs/6256/64902 +Author: 北京火山引擎科技有限公司 +PackageName: TOS Browser +PackageUrl: https://www.volcengine.com/docs/6349/148776 +License: 专有软件 +LicenseUrl: https://www.volcengine.com/docs/6256/64903 +Copyright: © 北京火山引擎科技有限公司 2024 版权所有 +# CopyrightUrl: +ShortDescription: TOS Browser 是火山引擎对象存储 TOS 提供的图形化管理工具。您可以通过该工具,完成存储桶及对象的管理。 +# Description: +# Moniker: +Tags: +- tos +# ReleaseNotes: +ReleaseNotesUrl: https://www.volcengine.com/docs/6349/148777 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.8.9/ByteDance.TOSBrowser.yaml b/manifests/b/ByteDance/TOSBrowser/1.8.9/ByteDance.TOSBrowser.yaml new file mode 100644 index 0000000000000..43c23569ca558 --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.8.9/ByteDance.TOSBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.8.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/23.0.0/BytecodeAlliance.Wasmtime.installer.yaml b/manifests/b/BytecodeAlliance/Wasmtime/23.0.0/BytecodeAlliance.Wasmtime.installer.yaml new file mode 100644 index 0000000000000..23b1a6470f6da --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/23.0.0/BytecodeAlliance.Wasmtime.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 23.0.0 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- wasmtime +FileExtensions: +- wasm +ReleaseDate: 2024-07-22 +AppsAndFeaturesEntries: +- ProductCode: '{8671671C-F2C5-4AC1-9115-E715556C8AC0}' + UpgradeCode: '{A00EBA3C-5C90-42DA-8176-3D46447D2211}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bytecodealliance/wasmtime/releases/download/v23.0.0/wasmtime-v23.0.0-x86_64-windows.msi + InstallerSha256: 6E4B95178A55FEC7896978FF941672440123AF0F3DAD125C1D2B296696A80ABB + ProductCode: '{8671671C-F2C5-4AC1-9115-E715556C8AC0}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/23.0.0/BytecodeAlliance.Wasmtime.locale.en-US.yaml b/manifests/b/BytecodeAlliance/Wasmtime/23.0.0/BytecodeAlliance.Wasmtime.locale.en-US.yaml new file mode 100644 index 0000000000000..a301f28b46803 --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/23.0.0/BytecodeAlliance.Wasmtime.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 23.0.0 +PackageLocale: en-US +Publisher: Crane Station +PublisherUrl: https://bytecodealliance.org/ +PublisherSupportUrl: https://github.com/bytecodealliance/wasmtime/issues +# PrivacyUrl: +Author: Bytecode Alliance +PackageName: Wasmtime +PackageUrl: https://wasmtime.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: A fast and secure runtime for WebAssembly +# Description: +# Moniker: +Tags: +- wasm +- webassembly +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.wasmtime.dev/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/23.0.0/BytecodeAlliance.Wasmtime.locale.zh-CN.yaml b/manifests/b/BytecodeAlliance/Wasmtime/23.0.0/BytecodeAlliance.Wasmtime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..068639d039b1d --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/23.0.0/BytecodeAlliance.Wasmtime.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 23.0.0 +PackageLocale: zh-CN +Publisher: Crane Station +PublisherUrl: https://bytecodealliance.org/ +PublisherSupportUrl: https://github.com/bytecodealliance/wasmtime/issues +# PrivacyUrl: +Author: Bytecode Alliance +PackageName: Wasmtime +PackageUrl: https://wasmtime.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: 快速安全的 WebAssembly 运行时 +# Description: +# Moniker: +Tags: +- wasm +- webassembly +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.wasmtime.dev/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/23.0.0/BytecodeAlliance.Wasmtime.yaml b/manifests/b/BytecodeAlliance/Wasmtime/23.0.0/BytecodeAlliance.Wasmtime.yaml new file mode 100644 index 0000000000000..6c8a33799fd2b --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/23.0.0/BytecodeAlliance.Wasmtime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 23.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/23.0.1/BytecodeAlliance.Wasmtime.installer.yaml b/manifests/b/BytecodeAlliance/Wasmtime/23.0.1/BytecodeAlliance.Wasmtime.installer.yaml new file mode 100644 index 0000000000000..f75f7c84c8847 --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/23.0.1/BytecodeAlliance.Wasmtime.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 23.0.1 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- wasmtime +FileExtensions: +- wasm +ReleaseDate: 2024-07-22 +AppsAndFeaturesEntries: +- ProductCode: '{76225758-0CC0-4B43-9F49-F2810CE5E05B}' + UpgradeCode: '{A00EBA3C-5C90-42DA-8176-3D46447D2211}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bytecodealliance/wasmtime/releases/download/v23.0.1/wasmtime-v23.0.1-x86_64-windows.msi + InstallerSha256: CCD0E689E32D055FEDDCBA818362206979ACA9C8B903391767E34201DC64DB94 + ProductCode: '{76225758-0CC0-4B43-9F49-F2810CE5E05B}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/23.0.1/BytecodeAlliance.Wasmtime.locale.en-US.yaml b/manifests/b/BytecodeAlliance/Wasmtime/23.0.1/BytecodeAlliance.Wasmtime.locale.en-US.yaml new file mode 100644 index 0000000000000..adf1e344ac7e7 --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/23.0.1/BytecodeAlliance.Wasmtime.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 23.0.1 +PackageLocale: en-US +Publisher: Crane Station +PublisherUrl: https://bytecodealliance.org/ +PublisherSupportUrl: https://github.com/bytecodealliance/wasmtime/issues +# PrivacyUrl: +Author: Bytecode Alliance +PackageName: Wasmtime +PackageUrl: https://wasmtime.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: A fast and secure runtime for WebAssembly +# Description: +# Moniker: +Tags: +- wasm +- webassembly +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.wasmtime.dev/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/23.0.1/BytecodeAlliance.Wasmtime.locale.zh-CN.yaml b/manifests/b/BytecodeAlliance/Wasmtime/23.0.1/BytecodeAlliance.Wasmtime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..743de6c1c1220 --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/23.0.1/BytecodeAlliance.Wasmtime.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 23.0.1 +PackageLocale: zh-CN +Publisher: Crane Station +PublisherUrl: https://bytecodealliance.org/ +PublisherSupportUrl: https://github.com/bytecodealliance/wasmtime/issues +# PrivacyUrl: +Author: Bytecode Alliance +PackageName: Wasmtime +PackageUrl: https://wasmtime.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: 快速安全的 WebAssembly 运行时 +# Description: +# Moniker: +Tags: +- wasm +- webassembly +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.wasmtime.dev/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/23.0.1/BytecodeAlliance.Wasmtime.yaml b/manifests/b/BytecodeAlliance/Wasmtime/23.0.1/BytecodeAlliance.Wasmtime.yaml new file mode 100644 index 0000000000000..07d6f25ad9aea --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/23.0.1/BytecodeAlliance.Wasmtime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 23.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/23.0.2/BytecodeAlliance.Wasmtime.installer.yaml b/manifests/b/BytecodeAlliance/Wasmtime/23.0.2/BytecodeAlliance.Wasmtime.installer.yaml new file mode 100644 index 0000000000000..c0b84af057127 --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/23.0.2/BytecodeAlliance.Wasmtime.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 23.0.2 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- wasmtime +FileExtensions: +- wasm +ReleaseDate: 2024-08-12 +AppsAndFeaturesEntries: +- ProductCode: '{CA12A00A-5262-4127-98DA-BA99C4014411}' + UpgradeCode: '{A00EBA3C-5C90-42DA-8176-3D46447D2211}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bytecodealliance/wasmtime/releases/download/v23.0.2/wasmtime-v23.0.2-x86_64-windows.msi + InstallerSha256: D8067CB86D93FD7655A84F19E677795B2B537CFA3FB3FD497FABA65D19A07AE8 + ProductCode: '{CA12A00A-5262-4127-98DA-BA99C4014411}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/23.0.2/BytecodeAlliance.Wasmtime.locale.en-US.yaml b/manifests/b/BytecodeAlliance/Wasmtime/23.0.2/BytecodeAlliance.Wasmtime.locale.en-US.yaml new file mode 100644 index 0000000000000..f1c4d342c9e6a --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/23.0.2/BytecodeAlliance.Wasmtime.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 23.0.2 +PackageLocale: en-US +Publisher: Crane Station +PublisherUrl: https://bytecodealliance.org/ +PublisherSupportUrl: https://github.com/bytecodealliance/wasmtime/issues +# PrivacyUrl: +Author: Bytecode Alliance +PackageName: Wasmtime +PackageUrl: https://wasmtime.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: A fast and secure runtime for WebAssembly +# Description: +# Moniker: +Tags: +- wasm +- webassembly +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.wasmtime.dev/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/23.0.2/BytecodeAlliance.Wasmtime.locale.zh-CN.yaml b/manifests/b/BytecodeAlliance/Wasmtime/23.0.2/BytecodeAlliance.Wasmtime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..705fe1782010b --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/23.0.2/BytecodeAlliance.Wasmtime.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 23.0.2 +PackageLocale: zh-CN +Publisher: Crane Station +PublisherUrl: https://bytecodealliance.org/ +PublisherSupportUrl: https://github.com/bytecodealliance/wasmtime/issues +# PrivacyUrl: +Author: Bytecode Alliance +PackageName: Wasmtime +PackageUrl: https://wasmtime.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: 快速安全的 WebAssembly 运行时 +# Description: +# Moniker: +Tags: +- wasm +- webassembly +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.wasmtime.dev/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/23.0.2/BytecodeAlliance.Wasmtime.yaml b/manifests/b/BytecodeAlliance/Wasmtime/23.0.2/BytecodeAlliance.Wasmtime.yaml new file mode 100644 index 0000000000000..fba861cedab2b --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/23.0.2/BytecodeAlliance.Wasmtime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 23.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/24.0.0/BytecodeAlliance.Wasmtime.installer.yaml b/manifests/b/BytecodeAlliance/Wasmtime/24.0.0/BytecodeAlliance.Wasmtime.installer.yaml new file mode 100644 index 0000000000000..3445aa1b4ea8f --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/24.0.0/BytecodeAlliance.Wasmtime.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 24.0.0 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- wasmtime +FileExtensions: +- wasm +ReleaseDate: 2024-08-20 +AppsAndFeaturesEntries: +- ProductCode: '{360C79C9-24F2-4E3A-AF5A-8A7909737D36}' + UpgradeCode: '{A00EBA3C-5C90-42DA-8176-3D46447D2211}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bytecodealliance/wasmtime/releases/download/v24.0.0/wasmtime-v24.0.0-x86_64-windows.msi + InstallerSha256: 7C89B8C7847F77CBFD72A264D8248542264A65E7D721422721EE31870250266B + ProductCode: '{360C79C9-24F2-4E3A-AF5A-8A7909737D36}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/24.0.0/BytecodeAlliance.Wasmtime.locale.en-US.yaml b/manifests/b/BytecodeAlliance/Wasmtime/24.0.0/BytecodeAlliance.Wasmtime.locale.en-US.yaml new file mode 100644 index 0000000000000..fffc6d3b94f03 --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/24.0.0/BytecodeAlliance.Wasmtime.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 24.0.0 +PackageLocale: en-US +Publisher: Crane Station +PublisherUrl: https://bytecodealliance.org/ +PublisherSupportUrl: https://github.com/bytecodealliance/wasmtime/issues +# PrivacyUrl: +Author: Bytecode Alliance +PackageName: Wasmtime +PackageUrl: https://wasmtime.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: A fast and secure runtime for WebAssembly +# Description: +# Moniker: +Tags: +- wasm +- webassembly +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.wasmtime.dev/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/24.0.0/BytecodeAlliance.Wasmtime.locale.zh-CN.yaml b/manifests/b/BytecodeAlliance/Wasmtime/24.0.0/BytecodeAlliance.Wasmtime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1e1b1bb3b8747 --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/24.0.0/BytecodeAlliance.Wasmtime.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 24.0.0 +PackageLocale: zh-CN +Publisher: Crane Station +PublisherUrl: https://bytecodealliance.org/ +PublisherSupportUrl: https://github.com/bytecodealliance/wasmtime/issues +# PrivacyUrl: +Author: Bytecode Alliance +PackageName: Wasmtime +PackageUrl: https://wasmtime.dev/ +License: Apache-2.0 +LicenseUrl: https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: 快速安全的 WebAssembly 运行时 +# Description: +# Moniker: +Tags: +- wasm +- webassembly +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.wasmtime.dev/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/BytecodeAlliance/Wasmtime/24.0.0/BytecodeAlliance.Wasmtime.yaml b/manifests/b/BytecodeAlliance/Wasmtime/24.0.0/BytecodeAlliance.Wasmtime.yaml new file mode 100644 index 0000000000000..2dfe863e94a2f --- /dev/null +++ b/manifests/b/BytecodeAlliance/Wasmtime/24.0.0/BytecodeAlliance.Wasmtime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: BytecodeAlliance.Wasmtime +PackageVersion: 24.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/badpanda/GifYourGame/6.0.23/badpanda.GifYourGame.installer.yaml b/manifests/b/badpanda/GifYourGame/6.0.23/badpanda.GifYourGame.installer.yaml new file mode 100644 index 0000000000000..96f8326966f1d --- /dev/null +++ b/manifests/b/badpanda/GifYourGame/6.0.23/badpanda.GifYourGame.installer.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-27686-1000.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: badpanda.GifYourGame +PackageVersion: 6.0.23 +InstallerType: nullsoft +Scope: user +Installers: +- Architecture: x64 + InstallerUrl: https://download.gifyourgame.com/app/Gif%20Your%20Game%20Setup%206.0.23.exe + InstallerSha256: 54C2DE6313432A670FE0604D50080E8F5E2121118C03AA089441E44AA227B1FA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/badpanda/GifYourGame/6.0.23/badpanda.GifYourGame.locale.en-US.yaml b/manifests/b/badpanda/GifYourGame/6.0.23/badpanda.GifYourGame.locale.en-US.yaml new file mode 100644 index 0000000000000..540bea449a2d2 --- /dev/null +++ b/manifests/b/badpanda/GifYourGame/6.0.23/badpanda.GifYourGame.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-27686-1000.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: badpanda.GifYourGame +PackageVersion: 6.0.23 +PackageLocale: en-US +Publisher: Bad Panda, Inc. +PublisherUrl: https://www.gifyourgame.com +PublisherSupportUrl: https://discord.gg/KwhjMR6 +# PrivacyUrl: +Author: BadPanda +PackageName: Gif Your Game +# PackageUrl: +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2021 Bad Panda, Inc. +# CopyrightUrl: +ShortDescription: 'The number #1 tool for clipping your favorite games. Featuring Zero Impact Clipping, Screen Clipping and start & stop based recording.' +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/badpanda/GifYourGame/6.0.23/badpanda.GifYourGame.yaml b/manifests/b/badpanda/GifYourGame/6.0.23/badpanda.GifYourGame.yaml new file mode 100644 index 0000000000000..005363dd83498 --- /dev/null +++ b/manifests/b/badpanda/GifYourGame/6.0.23/badpanda.GifYourGame.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-27686-1000.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: badpanda.GifYourGame +PackageVersion: 6.0.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/bcssov/IronyModManager/1.26.187/bcssov.IronyModManager.installer.yaml b/manifests/b/bcssov/IronyModManager/1.26.187/bcssov.IronyModManager.installer.yaml new file mode 100644 index 0000000000000..2e34c165dc00a --- /dev/null +++ b/manifests/b/bcssov/IronyModManager/1.26.187/bcssov.IronyModManager.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-27686-1000.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: bcssov.IronyModManager +PackageVersion: 1.26.187 +InstallerType: zip +Installers: +- Architecture: x64 + NestedInstallerType: inno + NestedInstallerFiles: + - RelativeFilePath: win-x64-setup.exe + Scope: user + InstallerUrl: https://github.com/bcssov/IronyModManager/releases/download/v1.26.187/win-x64-setup.zip + InstallerSha256: CDD1F567DA2206B64D254CFE5A2015B82A89410671B0A2861DC04CCBA8FF3DE4 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + NestedInstallerType: inno + NestedInstallerFiles: + - RelativeFilePath: win-x64-setup.exe + Scope: machine + InstallerUrl: https://github.com/bcssov/IronyModManager/releases/download/v1.26.187/win-x64-setup.zip + InstallerSha256: CDD1F567DA2206B64D254CFE5A2015B82A89410671B0A2861DC04CCBA8FF3DE4 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/bcssov/IronyModManager/1.26.187/bcssov.IronyModManager.locale.en-US.yaml b/manifests/b/bcssov/IronyModManager/1.26.187/bcssov.IronyModManager.locale.en-US.yaml new file mode 100644 index 0000000000000..2f4ad00e81d52 --- /dev/null +++ b/manifests/b/bcssov/IronyModManager/1.26.187/bcssov.IronyModManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-27686-1000.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: bcssov.IronyModManager +PackageVersion: 1.26.187 +PackageLocale: en-US +Publisher: bcssov +PublisherUrl: https://github.com/bcssov +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Irony Mod Manager +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/bcssov/IronyModManager/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: Mod Manager for Paradox Games. +# Description: +# Moniker: +Tags: +- ck3 +- crusader-kings-3 +- crusader-kings-iii +- eu4 +- europa-universalis-4 +- europa-universalis-iv +- hearts-of-iron-4 +- hearts-of-iron-iv +- hoi4 +- imperatorrome +- mod-manager +- paradox +- paradox-interactive +- stellaris +- victoria +- victoria3 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/bcssov/IronyModManager/1.26.187/bcssov.IronyModManager.yaml b/manifests/b/bcssov/IronyModManager/1.26.187/bcssov.IronyModManager.yaml new file mode 100644 index 0000000000000..222d63bd9e47a --- /dev/null +++ b/manifests/b/bcssov/IronyModManager/1.26.187/bcssov.IronyModManager.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-27686-1000.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: bcssov.IronyModManager +PackageVersion: 1.26.187 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/binbat/live777/0.5.1/binbat.live777.installer.yaml b/manifests/b/binbat/live777/0.5.1/binbat.live777.installer.yaml new file mode 100644 index 0000000000000..7466af9c6cd02 --- /dev/null +++ b/manifests/b/binbat/live777/0.5.1/binbat.live777.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.5-1-19041-3031.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: binbat.live777 +PackageVersion: 0.5.1 +InstallerLocale: en-US +InstallerType: zip +Commands: +- live777 +UpgradeBehavior: install +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: live777-v0.5.1-i686-pc-windows-msvc/live777.exe + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.5.1/live777-v0.5.1-i686-pc-windows-msvc.zip + InstallerSha256: A00C35B7F2876C8A8914ED19541C163A406561C1AC027264A84BFF20809B15AB + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: live777-v0.5.1-x86_64-pc-windows-msvc/live777.exe + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.5.1/live777-v0.5.1-x86_64-pc-windows-msvc.zip + InstallerSha256: 5FBC1A9E0ACB15A0B6CB502556A97F7E32E62CC273FCA769A1F791A6E385783F + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/binbat/live777/0.5.1/binbat.live777.locale.en-US.yaml b/manifests/b/binbat/live777/0.5.1/binbat.live777.locale.en-US.yaml new file mode 100644 index 0000000000000..fd8c05d4b6c32 --- /dev/null +++ b/manifests/b/binbat/live777/0.5.1/binbat.live777.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.2.12 $debug=NVS1.CRLF.5-1-19041-4170.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: binbat.live777 +PackageVersion: 0.5.1 +PackageLocale: en-US +Publisher: binbat +PublisherUrl: https://github.com/binbat/live777 +PublisherSupportUrl: https://github.com/binbat/live777/issues +# PrivacyUrl: +# Author: +PackageName: live777 +PackageUrl: https://github.com/binbat/live777 +License: MPL-2.0 +LicenseUrl: https://github.com/binbat/live777/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: A very simple, high performance, edge WebRTC SFU +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/b/binbat/live777/0.5.1/binbat.live777.yaml b/manifests/b/binbat/live777/0.5.1/binbat.live777.yaml new file mode 100644 index 0000000000000..f8ce41951d263 --- /dev/null +++ b/manifests/b/binbat/live777/0.5.1/binbat.live777.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.2.12 $debug=NVS1.CRLF.5-1-19041-4170.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: binbat.live777 +PackageVersion: 0.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/binbat/liveman/0.5.1/binbat.liveman.installer.yaml b/manifests/b/binbat/liveman/0.5.1/binbat.liveman.installer.yaml new file mode 100644 index 0000000000000..9076321a3dbec --- /dev/null +++ b/manifests/b/binbat/liveman/0.5.1/binbat.liveman.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.5-1-19041-3031.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: binbat.liveman +PackageVersion: 0.5.1 +InstallerLocale: en-US +InstallerType: zip +Commands: +- liveman +UpgradeBehavior: install +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: liveman-v0.5.1-i686-pc-windows-msvc/liveman.exe + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.5.1/liveman-v0.5.1-i686-pc-windows-msvc.zip + InstallerSha256: 0CD326CBBBB3838113EAA85AC32A5C8613E3A0C493626C04BF6F5AEF15EBFF1C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: liveman-v0.5.1-x86_64-pc-windows-msvc/liveman.exe + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.5.1/liveman-v0.5.1-x86_64-pc-windows-msvc.zip + InstallerSha256: 0C2D89BCB35C8635C05281F949C7771CF3B4A00F6AF0276D98966CE319386B38 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/binbat/liveman/0.5.1/binbat.liveman.locale.en-US.yaml b/manifests/b/binbat/liveman/0.5.1/binbat.liveman.locale.en-US.yaml new file mode 100644 index 0000000000000..2639df35541f9 --- /dev/null +++ b/manifests/b/binbat/liveman/0.5.1/binbat.liveman.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.2.12 $debug=NVS1.CRLF.5-1-19041-4170.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: binbat.liveman +PackageVersion: 0.5.1 +PackageLocale: en-US +Publisher: binbat +PublisherUrl: https://github.com/binbat/live777 +PublisherSupportUrl: https://github.com/binbat/live777/issues +# PrivacyUrl: +# Author: +PackageName: live777 +PackageUrl: https://github.com/binbat/live777 +License: MPL-2.0 +LicenseUrl: https://github.com/binbat/live777/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: liveman +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/b/binbat/liveman/0.5.1/binbat.liveman.yaml b/manifests/b/binbat/liveman/0.5.1/binbat.liveman.yaml new file mode 100644 index 0000000000000..0ff63b0f5d4e9 --- /dev/null +++ b/manifests/b/binbat/liveman/0.5.1/binbat.liveman.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.2.12 $debug=NVS1.CRLF.5-1-19041-4170.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: binbat.liveman +PackageVersion: 0.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/binbat/whepfrom/0.5.0/binbat.whepfrom.installer.yaml b/manifests/b/binbat/whepfrom/0.5.0/binbat.whepfrom.installer.yaml new file mode 100644 index 0000000000000..6d10e61e673a1 --- /dev/null +++ b/manifests/b/binbat/whepfrom/0.5.0/binbat.whepfrom.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.5-1-19041-3031.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: binbat.whepfrom +PackageVersion: 0.5.0 +InstallerLocale: en-US +InstallerType: portable +Commands: +- whepfrom +UpgradeBehavior: install +ReleaseDate: 2024-07-10 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.5.0/whepfrom-v0.5.0-i686-pc-windows-msvc.exe + InstallerSha256: 451CDA6502F89FE678F3E4E53B6F844A27FA2531D52BE773959A5637BE288467 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.5.0/whepfrom-v0.5.0-x86_64-pc-windows-msvc.exe + InstallerSha256: 4DD7CA1C6E5F7FDC799E8F7BF721A8F6CF7032F36EBA9633F162D0B1921542F8 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.6.0 + diff --git a/manifests/b/binbat/whepfrom/0.5.0/binbat.whepfrom.locale.en-US.yaml b/manifests/b/binbat/whepfrom/0.5.0/binbat.whepfrom.locale.en-US.yaml new file mode 100644 index 0000000000000..40a06c05ff21d --- /dev/null +++ b/manifests/b/binbat/whepfrom/0.5.0/binbat.whepfrom.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.5-1-19041-3031.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: binbat.whepfrom +PackageVersion: 0.5.0 +PackageLocale: en-US +Publisher: binbat +PublisherUrl: https://github.com/binbat/live777/ +PublisherSupportUrl: https://github.com/binbat/live777/issues +# PrivacyUrl: +# Author: +PackageName: whepfrom +PackageUrl: https://github.com/binbat/live777 +License: MPL-2.0 +LicenseUrl: https://github.com/binbat/live777/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: whepfrom +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/binbat/whepfrom/0.5.0/binbat.whepfrom.yaml b/manifests/b/binbat/whepfrom/0.5.0/binbat.whepfrom.yaml new file mode 100644 index 0000000000000..8bee353f605e1 --- /dev/null +++ b/manifests/b/binbat/whepfrom/0.5.0/binbat.whepfrom.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.5-1-19041-3031.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: binbat.whepfrom +PackageVersion: 0.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/binbat/whepfrom/0.5.1/binbat.whepfrom.installer.yaml b/manifests/b/binbat/whepfrom/0.5.1/binbat.whepfrom.installer.yaml new file mode 100644 index 0000000000000..3d82c08144bc5 --- /dev/null +++ b/manifests/b/binbat/whepfrom/0.5.1/binbat.whepfrom.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.5-1-19041-3031.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: binbat.whepfrom +PackageVersion: 0.5.1 +InstallerLocale: en-US +InstallerType: portable +Commands: +- whepfrom +UpgradeBehavior: install +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.5.1/whepfrom-v0.5.1-i686-pc-windows-msvc.exe + InstallerSha256: D4A6DCB7F406B0F0B71312868EB12F2540034906CA2E8261F052FA2ED4AFC6F5 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.5.1/whepfrom-v0.5.1-x86_64-pc-windows-msvc.exe + InstallerSha256: 38523EF8860D0706E522A1FEBC42E99D30F6EE5438DE00AB9390B9449070C72C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.6.0 + diff --git a/manifests/b/binbat/whepfrom/0.5.1/binbat.whepfrom.locale.en-US.yaml b/manifests/b/binbat/whepfrom/0.5.1/binbat.whepfrom.locale.en-US.yaml new file mode 100644 index 0000000000000..b059ec8d02901 --- /dev/null +++ b/manifests/b/binbat/whepfrom/0.5.1/binbat.whepfrom.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.5-1-19041-3031.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: binbat.whepfrom +PackageVersion: 0.5.1 +PackageLocale: en-US +Publisher: binbat +PublisherUrl: https://github.com/binbat/live777/ +PublisherSupportUrl: https://github.com/binbat/live777/issues +# PrivacyUrl: +# Author: +PackageName: whepfrom +PackageUrl: https://github.com/binbat/live777 +License: MPL-2.0 +LicenseUrl: https://github.com/binbat/live777/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: whepfrom +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/binbat/whepfrom/0.5.1/binbat.whepfrom.yaml b/manifests/b/binbat/whepfrom/0.5.1/binbat.whepfrom.yaml new file mode 100644 index 0000000000000..18ddb0be12fe8 --- /dev/null +++ b/manifests/b/binbat/whepfrom/0.5.1/binbat.whepfrom.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.5-1-19041-3031.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: binbat.whepfrom +PackageVersion: 0.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/binbat/whipinto/0.5.1/binbat.whipinto.installer.yaml b/manifests/b/binbat/whipinto/0.5.1/binbat.whipinto.installer.yaml new file mode 100644 index 0000000000000..0274951a11ef1 --- /dev/null +++ b/manifests/b/binbat/whipinto/0.5.1/binbat.whipinto.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.5-1-19041-3031.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: binbat.whipinto +PackageVersion: 0.5.1 +InstallerLocale: en-US +InstallerType: portable +Commands: +- whipinto +UpgradeBehavior: install +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.5.1/whipinto-v0.5.1-i686-pc-windows-msvc.exe + InstallerSha256: EA3CEEA879A3F0F5A6E4DBF3C02B30C0FCD607D3190A82F0D30E36C8B08350F7 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.5.1/whipinto-v0.5.1-x86_64-pc-windows-msvc.exe + InstallerSha256: 74CAF5B597BBDD8EB1D28390A04D36D8FD16D942397EF489B343B600CC8B9395 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.5.0 + diff --git a/manifests/b/binbat/whipinto/0.5.1/binbat.whipinto.locale.en-US.yaml b/manifests/b/binbat/whipinto/0.5.1/binbat.whipinto.locale.en-US.yaml new file mode 100644 index 0000000000000..f8f2df6813806 --- /dev/null +++ b/manifests/b/binbat/whipinto/0.5.1/binbat.whipinto.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.5-1-19041-3031.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: binbat.whipinto +PackageVersion: 0.5.1 +PackageLocale: en-US +Publisher: binbat +PublisherUrl: https://github.com/binbat/live777/ +PublisherSupportUrl: https://github.com/binbat/live777/issues +# PrivacyUrl: +# Author: +PackageName: whipinto +PackageUrl: https://github.com/binbat/live777 +License: MPL-2.0 +LicenseUrl: https://github.com/binbat/live777/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: whipinto +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/b/binbat/whipinto/0.5.1/binbat.whipinto.yaml b/manifests/b/binbat/whipinto/0.5.1/binbat.whipinto.yaml new file mode 100644 index 0000000000000..c9a2561a36308 --- /dev/null +++ b/manifests/b/binbat/whipinto/0.5.1/binbat.whipinto.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=NVS1.CRLF.5-1-19041-3031.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: binbat.whipinto +PackageVersion: 0.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/binjr/core-x64/3.19.0/binjr.core-x64.installer.yaml b/manifests/b/binjr/core-x64/3.19.0/binjr.core-x64.installer.yaml new file mode 100644 index 0000000000000..c4dafc7b1998b --- /dev/null +++ b/manifests/b/binjr/core-x64/3.19.0/binjr.core-x64.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: binjr.core-x64 +PackageVersion: 3.19.0 +InstallerLocale: en-US +InstallerType: wix +InstallModes: +- silent +ProductCode: '{3CB41FD9-AE94-4583-88E6-75DD9680CA9B}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/binjr/binjr/releases/download/v3.19.0/binjr-3.19.0_windows-amd64.msi + InstallerSha256: 6B1FFBCF5F58AB87D453140F9A90D47F67B81438A53D55F39CD4648A447FBB95 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/binjr/core-x64/3.19.0/binjr.core-x64.locale.en-US.yaml b/manifests/b/binjr/core-x64/3.19.0/binjr.core-x64.locale.en-US.yaml new file mode 100644 index 0000000000000..3bed9d539388b --- /dev/null +++ b/manifests/b/binjr/core-x64/3.19.0/binjr.core-x64.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: binjr.core-x64 +PackageVersion: 3.19.0 +PackageLocale: en-US +Publisher: binjr +PublisherUrl: https://binjr.eu/ +PublisherSupportUrl: https://github.com/binjr/binjr/issues +Author: Frederic Thevenet +PackageName: binjr +PackageUrl: https://binjr.eu/download/latest_release/ +License: Apache-2.0 Licence +LicenseUrl: https://github.com/binjr/binjr/blob/master/LICENSE.md +Copyright: copyright 2016-2024 Frederic Thevenet +CopyrightUrl: https://binjr.eu/about/notice/ +ShortDescription: A time series browser +Description: binjr is a standalone time series browser. it renders time series data produced by other applications as dynamically editable views and provides advanced features to navigate the data smoothly and efficiently. +Moniker: binjr +Documentations: +- DocumentLabel: Getting started + DocumentUrl: https://binjr.eu/documentation/getting-started/ +- DocumentLabel: User guide + DocumentUrl: https://binjr.eu/documentation/user_guide/main/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/binjr/core-x64/3.19.0/binjr.core-x64.yaml b/manifests/b/binjr/core-x64/3.19.0/binjr.core-x64.yaml new file mode 100644 index 0000000000000..9ad41305be5ed --- /dev/null +++ b/manifests/b/binjr/core-x64/3.19.0/binjr.core-x64.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: binjr.core-x64 +PackageVersion: 3.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/bitwig/bitwig/5.2.1/bitwig.bitwig.installer.yaml b/manifests/b/bitwig/bitwig/5.2.1/bitwig.bitwig.installer.yaml new file mode 100644 index 0000000000000..da34375abc60f --- /dev/null +++ b/manifests/b/bitwig/bitwig/5.2.1/bitwig.bitwig.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: bitwig.bitwig +PackageVersion: 5.2.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +FileExtensions: +- bwproject +- bwtemplate +Installers: +- Architecture: x64 + InstallerUrl: https://www.bitwig.com/dl/Bitwig%20Studio/5.2.1/installer_windows/ + InstallerSha256: 64C13AE5016D25B0FAE0418F90814DB52E69BDFEE796E16BA3A952A5B15A1E73 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/bitwig/bitwig/5.2.1/bitwig.bitwig.locale.en-US.yaml b/manifests/b/bitwig/bitwig/5.2.1/bitwig.bitwig.locale.en-US.yaml new file mode 100644 index 0000000000000..28cc546ddf877 --- /dev/null +++ b/manifests/b/bitwig/bitwig/5.2.1/bitwig.bitwig.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: bitwig.bitwig +PackageVersion: 5.2.1 +PackageLocale: en-US +Publisher: Bitwig GmbH +PublisherUrl: https://www.bitwig.com/ +PublisherSupportUrl: https://www.bitwig.com/support/ +PrivacyUrl: https://www.bitwig.com/privacy_policy/ +Author: Bitwig GmbH +PackageName: Bitwig Studio +PackageUrl: https://www.bitwig.com/ +License: Proprietary +LicenseUrl: https://shop.bitwig.com/order/terms_conditions.php +Copyright: Copyright (c) 2024 Bitwig GmbH +CopyrightUrl: https://www.bitwig.com/copyright/ +ShortDescription: Modern music production and performance for Windows, macOS, and Linux. +# Description: +Moniker: bitwig +Tags: +- daw +- midi +- music +- vst +- vsti +# ReleaseNotes: +ReleaseNotesUrl: https://www.bitwig.com/dl/Bitwig%20Studio/5.2.1/release_notes/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/bitwig/bitwig/5.2.1/bitwig.bitwig.yaml b/manifests/b/bitwig/bitwig/5.2.1/bitwig.bitwig.yaml new file mode 100644 index 0000000000000..262b44fbb5418 --- /dev/null +++ b/manifests/b/bitwig/bitwig/5.2.1/bitwig.bitwig.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: bitwig.bitwig +PackageVersion: 5.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/bitwig/bitwig/5.2.3/bitwig.bitwig.installer.yaml b/manifests/b/bitwig/bitwig/5.2.3/bitwig.bitwig.installer.yaml new file mode 100644 index 0000000000000..c75b40c35c4ca --- /dev/null +++ b/manifests/b/bitwig/bitwig/5.2.3/bitwig.bitwig.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: bitwig.bitwig +PackageVersion: 5.2.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +FileExtensions: +- bwproject +- bwtemplate +Installers: +- Architecture: x64 + InstallerUrl: https://www.bitwig.com/dl/Bitwig%20Studio/5.2.3/installer_windows/ + InstallerSha256: D0D817080002D2D815C5CB007BB200AFDC70938BE658D1CC5ED2610C3C4B042A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/bitwig/bitwig/5.2.3/bitwig.bitwig.locale.en-US.yaml b/manifests/b/bitwig/bitwig/5.2.3/bitwig.bitwig.locale.en-US.yaml new file mode 100644 index 0000000000000..565c315afe4b3 --- /dev/null +++ b/manifests/b/bitwig/bitwig/5.2.3/bitwig.bitwig.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: bitwig.bitwig +PackageVersion: 5.2.3 +PackageLocale: en-US +Publisher: Bitwig GmbH +PublisherUrl: https://www.bitwig.com/ +PublisherSupportUrl: https://www.bitwig.com/support/ +PrivacyUrl: https://www.bitwig.com/privacy_policy/ +Author: Bitwig GmbH +PackageName: Bitwig Studio +PackageUrl: https://www.bitwig.com/ +License: Proprietary +LicenseUrl: https://shop.bitwig.com/order/terms_conditions.php +Copyright: Copyright (c) 2024 Bitwig GmbH +CopyrightUrl: https://www.bitwig.com/copyright/ +ShortDescription: Modern music production and performance for Windows, macOS, and Linux. +# Description: +Moniker: bitwig +Tags: +- daw +- midi +- music +- vst +- vsti +# ReleaseNotes: +ReleaseNotesUrl: https://www.bitwig.com/dl/Bitwig%20Studio/5.2.3/release_notes/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/bitwig/bitwig/5.2.3/bitwig.bitwig.yaml b/manifests/b/bitwig/bitwig/5.2.3/bitwig.bitwig.yaml new file mode 100644 index 0000000000000..c1f112eb2de7f --- /dev/null +++ b/manifests/b/bitwig/bitwig/5.2.3/bitwig.bitwig.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: bitwig.bitwig +PackageVersion: 5.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.524/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.524/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..50be44ecdba67 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.524/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.524 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-19" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.524/ipsw_3.1.524_windows_arm64.zip + InstallerSha256: e70299a302ac82026d5e82d5cd0d3c0fc74f4130cafde1dd100a7c0cbb13d8a4 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.524/ipsw_3.1.524_windows_x86_64.zip + InstallerSha256: ac73cad0b70328c0ed3e40652d95fdb7fbe7c6671bbade48539522d515849733 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.524/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.524/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..edabd366ac3ed --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.524/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.524 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.524/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.524/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..a90f42cc48db9 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.524/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.524 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.525/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.525/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..c191d5a597c09 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.525/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.525 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-23" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.525/ipsw_3.1.525_windows_arm64.zip + InstallerSha256: 8d24d7b14a67e287a9ccd07e4e5c7b189a50afb49e3de59c9070d6f2ebb9301a + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.525/ipsw_3.1.525_windows_x86_64.zip + InstallerSha256: bbb0b9112aa7fc02df9fe6e12b39388255ba9a5edd63c25540d5d57c421214a4 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.525/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.525/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..0e836cf42a41b --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.525/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.525 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.525/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.525/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..855c3902bbc9b --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.525/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.525 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.526/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.526/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..3172f0d726cca --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.526/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.526 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-24" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.526/ipsw_3.1.526_windows_arm64.zip + InstallerSha256: b06d0dc73b13423517f93968508e2802a95dfcc2fa790e8aabdd8590774aceff + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.526/ipsw_3.1.526_windows_x86_64.zip + InstallerSha256: 2e1477b91f3d9f645e327a4e63df04df4f31697b546015213ef43f730eef33dd + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.526/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.526/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..a8fe3d538d53e --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.526/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.526 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.526/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.526/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..61daf37038e8e --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.526/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.526 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.527/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.527/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..55cbbfc4727ae --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.527/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.527 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-25" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.527/ipsw_3.1.527_windows_arm64.zip + InstallerSha256: 938ead85e57b4db6971d44e6a51405745d28e71552f332ee38a6ac76a0bdde02 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.527/ipsw_3.1.527_windows_x86_64.zip + InstallerSha256: 2f70d6646d4285e916b2d0e5e13e9f1b37a2221db53b160942f5e93a31e0ef67 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.527/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.527/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..383e8f6d3062c --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.527/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.527 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.527/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.527/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..ef90daa4db8c5 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.527/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.527 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.528/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.528/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..1f30b3e7e092b --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.528/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.528 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-27" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.528/ipsw_3.1.528_windows_arm64.zip + InstallerSha256: cd920cb95bfb3162771c787f31daab84adb4c05fd55756cad95a7096536cfc99 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.528/ipsw_3.1.528_windows_x86_64.zip + InstallerSha256: 2c0607e4caf84a855be4876332c3524d7d2ff6399be5fe6af64ec9efe870142d + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.528/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.528/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..7fba1b3b45443 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.528/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.528 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.528/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.528/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..43a4d34ad76b4 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.528/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.528 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.529/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.529/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..0207a3d10314c --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.529/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.529 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-28" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.529/ipsw_3.1.529_windows_arm64.zip + InstallerSha256: e191a5a0db147c15889d0c4c7ee479f613d68e158b042a6e438e2375de6ef8e0 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.529/ipsw_3.1.529_windows_x86_64.zip + InstallerSha256: 9797bb27d423376ba7373703aca4acb1bc1e3fdc8454180e6858502f1ad5ed38 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.529/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.529/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..a9cf35719e23b --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.529/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.529 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.529/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.529/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..ef880742bb0e3 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.529/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.529 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.530/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.530/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..7d19ceba63601 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.530/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.530 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-29" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.530/ipsw_3.1.530_windows_arm64.zip + InstallerSha256: 8dedff4726b227e114ef9fbece746b8e6e8d891fb49694052bd295a51d692e5d + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.530/ipsw_3.1.530_windows_x86_64.zip + InstallerSha256: 15251f86092d646a10debf92f488ffaa35b7a1333b307a6bf4e2dbaf712dccbe + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.530/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.530/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..80ca56335b8d5 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.530/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.530 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.530/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.530/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..32f1a123e825a --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.530/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.530 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.531/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.531/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..e2cb5135b9ab4 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.531/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.531 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-30" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.531/ipsw_3.1.531_windows_arm64.zip + InstallerSha256: 8ebe63becef7e7f626813d519921331519e95464dd6a1f8ca72dce170f69a7b0 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.531/ipsw_3.1.531_windows_x86_64.zip + InstallerSha256: 78a765d55cc887fc6056a7ccaff8844d36feb4c4120e65cb62b25fbfe0033f26 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.531/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.531/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..1a85d13d7b824 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.531/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.531 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.531/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.531/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..2f5c1781f05c1 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.531/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.531 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.532/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.532/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..b3a4baeeafa32 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.532/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.532 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-02" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.532/ipsw_3.1.532_windows_arm64.zip + InstallerSha256: f1e99ad268ba0d8dde8c5e5b2a96454d66bf91e2f15150fc45daab7762d22d7c + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.532/ipsw_3.1.532_windows_x86_64.zip + InstallerSha256: 7a4dadec4de31b1266b9c79fd7e94143413b466da0d54a04338f56db0cf97fef + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.532/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.532/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..140eedbc6c12b --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.532/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.532 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.532/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.532/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..803fc410f169b --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.532/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.532 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.533/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.533/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..06c490bb7f256 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.533/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.533 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-07" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.533/ipsw_3.1.533_windows_arm64.zip + InstallerSha256: ce3c2cedb68ba3a82bbd4b3099b3b110cc9e3da501b0b927473c0db4b19296e2 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.533/ipsw_3.1.533_windows_x86_64.zip + InstallerSha256: 8026c45b8c9046a65e57b1ca7644df6fadc230f65b0aacd85c8e77eb70394f68 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.533/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.533/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..2f3ebd4611a31 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.533/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.533 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.533/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.533/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..62ec1a91df576 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.533/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.533 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.534/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.534/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..fafdae8023646 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.534/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.534 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-08" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.534/ipsw_3.1.534_windows_arm64.zip + InstallerSha256: c984201f7fc58548d85a52c3fc35629ef6677e7373266e29c63a9ff6a397f890 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.534/ipsw_3.1.534_windows_x86_64.zip + InstallerSha256: 38c96477a90dd11d9dffe934cff241895b512e01e9a5ad0827a3bb5deeb8a930 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.534/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.534/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..d7f08b71bfc2c --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.534/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.534 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.534/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.534/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..ed54448f0087b --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.534/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.534 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.535/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.535/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..7403112bf7702 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.535/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.535 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-12" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.535/ipsw_3.1.535_windows_arm64.zip + InstallerSha256: e2a3d8cfbaa011e451dcc801e05c010f25db117a7e0eaf5b443937f3861f69c4 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.535/ipsw_3.1.535_windows_x86_64.zip + InstallerSha256: e43ef329c8a13c1d791c65e774afe53dc6f7ccb89515160116fe67da913afa93 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.535/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.535/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..fc085a9de4d0e --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.535/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.535 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.535/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.535/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..30b72c23ef682 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.535/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.535 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.536/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.536/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..0903e9917e7c7 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.536/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.536 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-20" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.536/ipsw_3.1.536_windows_arm64.zip + InstallerSha256: b92621b4382703873cc5bec0a8e6874b041e9ff5fefe63ead10aa47ce1cd9432 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.536/ipsw_3.1.536_windows_x86_64.zip + InstallerSha256: 0568fc96f6c425282209443f1fd83cde5c159c8365a9c03dc1ab44f265d3096d + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.536/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.536/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..9254ab4858755 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.536/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.536 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.536/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.536/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..ec2c35125899f --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.536/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.536 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.537/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.537/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..bb111be694ba1 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.537/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.537 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-21" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.537/ipsw_3.1.537_windows_arm64.zip + InstallerSha256: 688ae8e6d2dce295777543a5ea23d697525e3348dd92af5c8e1c2262b25e2c98 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.537/ipsw_3.1.537_windows_x86_64.zip + InstallerSha256: 12f83bb9d2a9a4fc64f70cfe098794271c344da433c476afe46c8f6995808ae6 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.537/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.537/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..f6c7545a0be82 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.537/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.537 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.537/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.537/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..7313e968e2721 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.537/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.537 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.538/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.538/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..6ced77e05def7 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.538/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.538 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-01" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.538/ipsw_3.1.538_windows_arm64.zip + InstallerSha256: 67e25ef6c8658f45a24bbdf239fcc9d13b9950726992c811a21ad3b6308a21ad + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.538/ipsw_3.1.538_windows_x86_64.zip + InstallerSha256: 5584f7c10ab1e517ac4424afe09c3331876517b7bd5fcfc47bdf05effc38eaac + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.538/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.538/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..b543aae276411 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.538/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.538 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.538/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.538/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..846f34005bf04 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.538/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.538 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.539/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.539/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..1b0d715bd4c0d --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.539/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.539 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-02" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.539/ipsw_3.1.539_windows_arm64.zip + InstallerSha256: f99ebb38d6a44a154d35f2eb113d83335918ccdde8ece93403d3943afc7bbc60 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.539/ipsw_3.1.539_windows_x86_64.zip + InstallerSha256: 9e711b779ab61c775d3941df7a68126f8a4d209285d453dd772ba35e642f3d47 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.539/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.539/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..51be8c41527e3 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.539/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.539 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.539/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.539/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..819457fbec341 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.539/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.539 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.540/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.540/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..35aff4631ea50 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.540/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.540 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-03" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.540/ipsw_3.1.540_windows_arm64.zip + InstallerSha256: 7e6fddb24d4fdeed3de80bd2b1fe08349f31eef986c67a10c1a1c9ca494f2aa3 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.540/ipsw_3.1.540_windows_x86_64.zip + InstallerSha256: 8c36464b97c6199d98ac9392be788cb3f61717173eaa7fa16691d54d63774c15 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.540/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.540/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..1d911035e32c0 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.540/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.540 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.540/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.540/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..4964eab67a964 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.540/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.540 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.541/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.541/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..4f94e552e8bef --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.541/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.541 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-09" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.541/ipsw_3.1.541_windows_arm64.zip + InstallerSha256: 61fbae6cd69e5a7f5168a5aca1479d05394792d9d8963169646b94348c4e67ae + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.541/ipsw_3.1.541_windows_x86_64.zip + InstallerSha256: bc98b8f047bcb3e9997a276ebcbafd1635b4a23ca3caba361d854136d78a4839 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.541/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.541/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..a9123c8c84b14 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.541/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.541 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.541/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.541/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..3d85b83701a76 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.541/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.541 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.542/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.542/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..48abd97c529eb --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.542/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.542 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-09" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.542/ipsw_3.1.542_windows_arm64.zip + InstallerSha256: 52a80e7186a5b23b0a16905834c394bd48e29d24f4173331125c75b02d8c4825 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.542/ipsw_3.1.542_windows_x86_64.zip + InstallerSha256: 6d1d80aa7c6f106c391091cf7acd87820fe43fefad29c16a6885ac3bd28c1677 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.542/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.542/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..874276ab3cbf6 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.542/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.542 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.542/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.542/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..83f730af95bd3 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.542/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.542 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.543/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.543/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..87408fcb44a07 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.543/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.543 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-10" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.543/ipsw_3.1.543_windows_arm64.zip + InstallerSha256: bd61d76259f2f1009ef2a7ff2cb4514261054668c49c3d4afe32b724a007e787 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.543/ipsw_3.1.543_windows_x86_64.zip + InstallerSha256: 2a8cdde2e3cccabc418e6b9f5d896af8eb9ee4a28f29f94b63dff7701c91a88c + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.543/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.543/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..4c93f5a341fad --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.543/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.543 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.543/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.543/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..f5f07625470d1 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.543/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.543 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.544/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.544/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..c73b0da1d8bbf --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.544/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.544 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-12" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.544/ipsw_3.1.544_windows_arm64.zip + InstallerSha256: 511fa7040bf24524cf1451832e23fac39572345ee8c7d5e6c701efd3124698d3 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.544/ipsw_3.1.544_windows_x86_64.zip + InstallerSha256: d1abf84e26d37c593fc4fe64dbe423fa2c9829b5423102effe0642fc116e56d5 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.544/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.544/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..a8c6723a1c486 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.544/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.544 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipsw/3.1.544/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.544/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..2f66f4062d602 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.544/blacktop.ipsw.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.544 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.524/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.524/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..c2708aa4d7991 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.524/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.524 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-19" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.524/ipswd_3.1.524_windows_arm64.zip + InstallerSha256: 43e5f4ecd0d6178c980611d1a6992ff7498296c43a9d6591bcd2802f1ba02ec8 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.524/ipswd_3.1.524_windows_x86_64.zip + InstallerSha256: 58a2d400ca98e0599ebc00943de5a8202be09e71c5fd30f0123bdfc4aec258cd + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.524/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.524/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..dfcc090102773 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.524/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.524 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.524/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.524/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..2d5bcbe2b610d --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.524/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.524 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.525/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.525/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..f0a571e8695ae --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.525/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.525 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-23" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.525/ipswd_3.1.525_windows_arm64.zip + InstallerSha256: ffc6969e8e0dbeeb4c23b0e2287821ed1dbf02a0d7c8dc011f673c2d063c447c + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.525/ipswd_3.1.525_windows_x86_64.zip + InstallerSha256: a4e2de54efebeb03753f687ee28456ce839fd9754e7f9dde36c6696defc2dc0d + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.525/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.525/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..92103d30bf5b7 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.525/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.525 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.525/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.525/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..4c8cdc61d5845 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.525/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.525 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.526/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.526/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..ba4d5b2812051 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.526/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.526 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-24" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.526/ipswd_3.1.526_windows_arm64.zip + InstallerSha256: 2ab87882185db45b6579be349357036d709b236f6277c3cf43b16a062921b843 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.526/ipswd_3.1.526_windows_x86_64.zip + InstallerSha256: 9cf4d5dfb760a1ad89d8c246294fb6359ae0e209ffa28a1eb597baae2572766f + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.526/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.526/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..ece1415288c79 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.526/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.526 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.526/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.526/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..7ecc606cf3c23 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.526/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.526 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.527/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.527/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..bc196075ae664 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.527/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.527 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-25" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.527/ipswd_3.1.527_windows_arm64.zip + InstallerSha256: 54547b408d61473063229c4920eb3363c4eeee8aa9c4f8814544ce85cafc2786 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.527/ipswd_3.1.527_windows_x86_64.zip + InstallerSha256: 16fc8e0539c92863d9f1dd7bee17ddde13f8cef5f1d9907fcfa377e6f0dcada4 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.527/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.527/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..f63f4029c5169 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.527/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.527 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.527/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.527/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..031ffcf5e492e --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.527/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.527 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.528/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.528/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..e4fd2588beb71 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.528/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.528 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-27" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.528/ipswd_3.1.528_windows_arm64.zip + InstallerSha256: a1a34184373be5a6bd188cff904c06820e071724036a986f9f08b9ead6d272d4 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.528/ipswd_3.1.528_windows_x86_64.zip + InstallerSha256: 555680d42064a5875ac1f72d38b394ccda47a8750fc8cf4375bff1bf67d4b0d7 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.528/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.528/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..b6717cfdf469b --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.528/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.528 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.528/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.528/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..2221c658cd2f0 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.528/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.528 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.529/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.529/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..1dca981de0ac7 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.529/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.529 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-28" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.529/ipswd_3.1.529_windows_arm64.zip + InstallerSha256: e6e892ca163e333c2b590cfba52b803357bb92e355889447a9843b15950ca8d7 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.529/ipswd_3.1.529_windows_x86_64.zip + InstallerSha256: 79d8549462b9e4d3bedc88ae4e1fd332c52dec75efe780e912738d4c410e6a26 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.529/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.529/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..8a6b6995c0da0 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.529/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.529 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.529/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.529/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..efa45e0eb95df --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.529/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.529 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.530/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.530/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..5fdd46ca04c21 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.530/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.530 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-29" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.530/ipswd_3.1.530_windows_arm64.zip + InstallerSha256: 0396c52c25bedb41697eeefa11f2d6c09bfe053210559c8f1247a94c2412e936 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.530/ipswd_3.1.530_windows_x86_64.zip + InstallerSha256: c110db7f97d50dd7639b84ae5ed9ff9cfeaab7265f80ba34ed59eb0daa48a307 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.530/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.530/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..c14c3c4ed9257 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.530/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.530 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.530/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.530/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..7d5f8b072fcbb --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.530/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.530 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.531/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.531/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..9ad4071c00f4e --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.531/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.531 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-30" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.531/ipswd_3.1.531_windows_arm64.zip + InstallerSha256: 203c6781f40d8c73df043f2fd372db63020aea27a5774f8e59fc49c79cc395e4 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.531/ipswd_3.1.531_windows_x86_64.zip + InstallerSha256: be70779c7e5140bdb14ad55c6d2255597218f69b09df71a27dad1ff7594819d7 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.531/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.531/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..28e2c7dd25da2 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.531/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.531 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.531/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.531/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..4c40e21a2235a --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.531/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.531 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.532/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.532/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..2b864ebdc4ac6 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.532/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.532 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-02" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.532/ipswd_3.1.532_windows_arm64.zip + InstallerSha256: 0ae2fbbe584dddb8ee64345f954c620cb93c66b002be9866827e029be4f8f822 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.532/ipswd_3.1.532_windows_x86_64.zip + InstallerSha256: 31932232a1825a6d06c6e3dd1a030eaeb1f6f8c132e5ceaacdc748288a7c7707 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.532/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.532/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..789ce36ca4e5c --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.532/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.532 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.532/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.532/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..2ba226ec377b9 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.532/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.532 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.533/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.533/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..932fae4d57ca8 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.533/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.533 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-07" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.533/ipswd_3.1.533_windows_arm64.zip + InstallerSha256: 2950613b9817fbeb5dfc6827ddd00fcc5e1b5007fac20f8925266e6d3c50483a + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.533/ipswd_3.1.533_windows_x86_64.zip + InstallerSha256: 5fa35e4b20d61126c8b5920f830a8435cb7c652c8205d7dc7a5faa33d50aa241 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.533/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.533/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..1b27ce826b1ae --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.533/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.533 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.533/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.533/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..40d9287331d60 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.533/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.533 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.534/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.534/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..362414da3dd98 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.534/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.534 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-08" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.534/ipswd_3.1.534_windows_arm64.zip + InstallerSha256: 9a669d639f59d4a994e08330884f16f52cf26593fb0d25fc816c4d36543b6781 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.534/ipswd_3.1.534_windows_x86_64.zip + InstallerSha256: 884411ee60734178324056e39e57a8dd4f4d5630d7be06485145a32f9dc7852c + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.534/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.534/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..d0cee30811a02 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.534/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.534 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.534/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.534/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..34905e4fc170c --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.534/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.534 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.535/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.535/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..66ae4c28197a0 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.535/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.535 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-12" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.535/ipswd_3.1.535_windows_arm64.zip + InstallerSha256: 5a18e70e788950829b8a9162b217c829bddad805bac29f6a5b6cb8ed73a786e1 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.535/ipswd_3.1.535_windows_x86_64.zip + InstallerSha256: 5b22d9794ed59b011a7d197d2cd1cd3585eb81bc2fa62fba9e56acae645388c5 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.535/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.535/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..b9b681b637c58 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.535/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.535 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.535/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.535/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..d8598db9562a1 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.535/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.535 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.536/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.536/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..d3e9d01caca9d --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.536/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.536 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-20" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.536/ipswd_3.1.536_windows_arm64.zip + InstallerSha256: 8aa42a295181a7830dc85c2cf72c2ec6f610e64bf99fa5d7a19d7ad6251a42ea + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.536/ipswd_3.1.536_windows_x86_64.zip + InstallerSha256: c329dc19a0818ce52fe069d5acc2b4a65385592802f58f989d200669046f94ff + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.536/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.536/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..64b281a657b9e --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.536/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.536 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.536/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.536/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..ece40fc20f1e9 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.536/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.536 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.537/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.537/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..8d5cb6e2bab45 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.537/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.537 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-21" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.537/ipswd_3.1.537_windows_arm64.zip + InstallerSha256: f4c50e9c8b1673f94466efa459603c7400e16a04f218b9e10a13267c153f42b9 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.537/ipswd_3.1.537_windows_x86_64.zip + InstallerSha256: 80d8096a6a8ed3ff353a717ae045140fcbb04f935d18b09bfd5f77b24cb9c63a + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.537/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.537/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..b1ba2559aec1e --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.537/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.537 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.537/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.537/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..d5dc1d44c64c8 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.537/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.537 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.538/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.538/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..87c7f6bc3ebd8 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.538/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.538 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-01" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.538/ipswd_3.1.538_windows_x86_64.zip + InstallerSha256: 6d88210ee8981253a67f01fbb8d8a4d575838b64e09b5b7954285816ccc691ca + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.538/ipswd_3.1.538_windows_arm64.zip + InstallerSha256: cf69a1a787631e1a7ec66353e910726076bd8781c37b33c56b4c05d38d06a527 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.538/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.538/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..d94bde37258fd --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.538/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.538 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.538/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.538/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..b7697c0dac878 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.538/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.538 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.539/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.539/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..4b9d3ca275709 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.539/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.539 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-02" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.539/ipswd_3.1.539_windows_arm64.zip + InstallerSha256: 2824753bd0524919d473995e85798a455be2cea57a3434469e0bcef1c2634209 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.539/ipswd_3.1.539_windows_x86_64.zip + InstallerSha256: e5f93c97344d0439c9b6609d0658dbe00949fe4c18c483b4a4373d348f267ca7 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.539/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.539/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..fae9dc790c1ec --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.539/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.539 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.539/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.539/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..a6ccb193f231d --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.539/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.539 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.540/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.540/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..c09f8546f2c0d --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.540/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.540 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-03" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.540/ipswd_3.1.540_windows_arm64.zip + InstallerSha256: b4a7ab2a23aebc48ce49cd844ea1cfacbeba9d5fb2fc705bcd61e71ae0bf85b1 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.540/ipswd_3.1.540_windows_x86_64.zip + InstallerSha256: 3f51108001244849b316911b3beaa10dc06173aa1897d74c8d9e07c3a47a1ba9 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.540/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.540/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..4a1e779b25aa6 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.540/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.540 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.540/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.540/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..14be52c03da33 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.540/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.540 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.541/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.541/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..144c97625c467 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.541/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.541 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-09" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.541/ipswd_3.1.541_windows_arm64.zip + InstallerSha256: d422b2c8597c90b8a371f3ad3a7b0a6ea2831523e8f0b3db557ee7b1653ef4d2 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.541/ipswd_3.1.541_windows_x86_64.zip + InstallerSha256: 2984b8a8c431a3cac2fd8b6a81bf88eab8cb29e421621f800cb81a8c057b20c8 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.541/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.541/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..895d058424fdb --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.541/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.541 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.541/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.541/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..333b31685e6ec --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.541/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.541 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.542/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.542/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..03f5b7ea67ce6 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.542/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.542 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-09" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.542/ipswd_3.1.542_windows_arm64.zip + InstallerSha256: 1fdc300411888fadb36f554d5a889fd17f2689d0b661f0e0640e9d4617a6f5aa + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.542/ipswd_3.1.542_windows_x86_64.zip + InstallerSha256: fdfad3ba754f0419abe324042f64e87e55d5f118bf679be584757de3100a62ca + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.542/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.542/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..0ab3c4ca9b296 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.542/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.542 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.542/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.542/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..197ab9c5c3a0b --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.542/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.542 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.543/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.543/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..eb05b1a0cbb3c --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.543/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.543 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-10" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.543/ipswd_3.1.543_windows_arm64.zip + InstallerSha256: 826c3d93e11cbdd49467f49c771b28a4dda2688380ce3aa1e771c9c802ccce5f + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.543/ipswd_3.1.543_windows_x86_64.zip + InstallerSha256: 030aa52640869d906e0346bf208d087459199b1e175eea5bd2603d37dab3c804 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.543/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.543/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..7074b4a6e99a4 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.543/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.543 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.543/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.543/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..ef77dc05a24d6 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.543/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.543 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.544/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.544/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..d02edf7b05c21 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.544/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.544 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-12" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.544/ipswd_3.1.544_windows_arm64.zip + InstallerSha256: 06929513561f9c6a8f17fc55dd5a47c97d2aa94a3d75ce2fe9dec3bab7ac15a3 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.544/ipswd_3.1.544_windows_x86_64.zip + InstallerSha256: 120b85cec1db1fd9eed80011060cab240871c807696dce222bafaf4157e2a263 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.544/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.544/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..161ffd0753496 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.544/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.544 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/blacktop/ipswd/3.1.544/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.544/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..88bddf09874e6 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.544/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.544 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/bornova/numara/3.11.11/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.11.11/bornova.numara.installer.yaml deleted file mode 100644 index a7112a51d3696..0000000000000 --- a/manifests/b/bornova/numara/3.11.11/bornova.numara.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.11.11 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -ReleaseDate: 2022-04-24 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.11.11/Numara-3.11.11.exe - InstallerSha256: 9F9620A13FC97C4677865EF39202AC60CF3E9D6792D52754405D57C65541B356 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.11.11/Numara-3.11.11.exe - InstallerSha256: 9F9620A13FC97C4677865EF39202AC60CF3E9D6792D52754405D57C65541B356 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.11.11/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.11.11/bornova.numara.locale.en-US.yaml deleted file mode 100644 index c918676cd56a0..0000000000000 --- a/manifests/b/bornova/numara/3.11.11/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.11.11 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -Copyright: Copyright (c) 2021 Timur Atalay -CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- calculator -- electron -- math -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v3.11.11 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.11.11/bornova.numara.yaml b/manifests/b/bornova/numara/3.11.11/bornova.numara.yaml deleted file mode 100644 index ef6e216e0ab51..0000000000000 --- a/manifests/b/bornova/numara/3.11.11/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.11.11 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.11.15/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.11.15/bornova.numara.installer.yaml deleted file mode 100644 index eae5cde6dc38e..0000000000000 --- a/manifests/b/bornova/numara/3.11.15/bornova.numara.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.11.15 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -ReleaseDate: 2022-05-24 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.11.15/Numara-3.11.15.exe - InstallerSha256: 6B3E68A3A468551ACFA3F9FF740612AC0D3087B34A0CEEEBAF70F06CA04E8644 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.11.15/Numara-3.11.15.exe - InstallerSha256: 6B3E68A3A468551ACFA3F9FF740612AC0D3087B34A0CEEEBAF70F06CA04E8644 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.11.15/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.11.15/bornova.numara.locale.en-US.yaml deleted file mode 100644 index cfb73b2266126..0000000000000 --- a/manifests/b/bornova/numara/3.11.15/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.11.15 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -Copyright: Copyright (c) 2021 Timur Atalay -CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- calculator -- electron -- math -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v3.11.15 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.11.15/bornova.numara.yaml b/manifests/b/bornova/numara/3.11.15/bornova.numara.yaml deleted file mode 100644 index b105b43da7f9b..0000000000000 --- a/manifests/b/bornova/numara/3.11.15/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.11.15 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.11.2/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.11.2/bornova.numara.installer.yaml deleted file mode 100644 index 9a3cc7c381d0e..0000000000000 --- a/manifests/b/bornova/numara/3.11.2/bornova.numara.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.11.2 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -ReleaseDate: 2022-02-21 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.11.2/Numara-3.11.2.exe - InstallerSha256: DB9F020C873C0CF5A0EEC4F2DE8EDACB0E6381413BCFACFA594DD37DE616B850 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.11.2/Numara-3.11.2.exe - InstallerSha256: DB9F020C873C0CF5A0EEC4F2DE8EDACB0E6381413BCFACFA594DD37DE616B850 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.11.2/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.11.2/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 94303177f43bc..0000000000000 --- a/manifests/b/bornova/numara/3.11.2/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.11.2 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -Copyright: Copyright (c) 2021 Timur Atalay -CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- calculator -- electron -- math -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v3.11.2 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.11.2/bornova.numara.yaml b/manifests/b/bornova/numara/3.11.2/bornova.numara.yaml deleted file mode 100644 index 60dea71ecc8c5..0000000000000 --- a/manifests/b/bornova/numara/3.11.2/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.11.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.11.6/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.11.6/bornova.numara.installer.yaml deleted file mode 100644 index a4b1326544ac9..0000000000000 --- a/manifests/b/bornova/numara/3.11.6/bornova.numara.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.11.6 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -ReleaseDate: 2022-03-28 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.11.6/Numara-3.11.6.exe - InstallerSha256: B63FAB9B8CFC904AD4833290987464F806E71867C8663747B0BFC1DCAD07F0DC - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.11.6/Numara-3.11.6.exe - InstallerSha256: B63FAB9B8CFC904AD4833290987464F806E71867C8663747B0BFC1DCAD07F0DC - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.11.6/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.11.6/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 4f377c1569f80..0000000000000 --- a/manifests/b/bornova/numara/3.11.6/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.11.6 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -Copyright: Copyright (c) 2021 Timur Atalay -CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- calculator -- electron -- math -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v3.11.6 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.11.6/bornova.numara.yaml b/manifests/b/bornova/numara/3.11.6/bornova.numara.yaml deleted file mode 100644 index 25e0b82ece7ca..0000000000000 --- a/manifests/b/bornova/numara/3.11.6/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.11.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.12.1/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.12.1/bornova.numara.installer.yaml deleted file mode 100644 index e0fbc9cdaac6a..0000000000000 --- a/manifests/b/bornova/numara/3.12.1/bornova.numara.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.12.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -ReleaseDate: 2022-06-02 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.12.1/Numara-3.12.1.exe - InstallerSha256: FB5E4CBA43340321819BCDDA7596CA9E376DB970978610D8695AD4AD9618E16F - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.12.1/Numara-3.12.1.exe - InstallerSha256: FB5E4CBA43340321819BCDDA7596CA9E376DB970978610D8695AD4AD9618E16F - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.12.1/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.12.1/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 44ddd95e6c139..0000000000000 --- a/manifests/b/bornova/numara/3.12.1/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.12.1 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -Copyright: Copyright (c) 2021 Timur Atalay -CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- calculator -- electron -- math -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v3.12.1 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.12.1/bornova.numara.yaml b/manifests/b/bornova/numara/3.12.1/bornova.numara.yaml deleted file mode 100644 index 91f56e7de041a..0000000000000 --- a/manifests/b/bornova/numara/3.12.1/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.12.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.13.1/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.13.1/bornova.numara.installer.yaml deleted file mode 100644 index 982b906e37972..0000000000000 --- a/manifests/b/bornova/numara/3.13.1/bornova.numara.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.13.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -ReleaseDate: 2022-06-04 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.13.1/Numara-3.13.1.exe - InstallerSha256: A0425F46B4AE759287D235ECC3079DBABA30680C4CC2F59D69C8E7ACFFFA336D - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.13.1/Numara-3.13.1.exe - InstallerSha256: A0425F46B4AE759287D235ECC3079DBABA30680C4CC2F59D69C8E7ACFFFA336D - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.13.1/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.13.1/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 7c8f594016554..0000000000000 --- a/manifests/b/bornova/numara/3.13.1/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.13.1 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -Copyright: Copyright (c) 2021 Timur Atalay -CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- calculator -- electron -- math -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v3.13.1 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.13.1/bornova.numara.yaml b/manifests/b/bornova/numara/3.13.1/bornova.numara.yaml deleted file mode 100644 index b15ff3553f8cd..0000000000000 --- a/manifests/b/bornova/numara/3.13.1/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.13.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.14.1/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.14.1/bornova.numara.installer.yaml deleted file mode 100644 index f7553664d9c55..0000000000000 --- a/manifests/b/bornova/numara/3.14.1/bornova.numara.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.14.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -ReleaseDate: 2022-06-22 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.14.1/Numara-3.14.1.exe - InstallerSha256: 9645241F2309616C571BF62DC188F23E9FD4FB76F3DF76E8F0AED6F1D5C6DBFC - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.14.1/Numara-3.14.1.exe - InstallerSha256: 9645241F2309616C571BF62DC188F23E9FD4FB76F3DF76E8F0AED6F1D5C6DBFC - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.14.1/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.14.1/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 969d73229c1e8..0000000000000 --- a/manifests/b/bornova/numara/3.14.1/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.14.1 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -Copyright: Copyright (c) 2021 Timur Atalay -CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- calculator -- electron -- math -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v3.14.1 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.14.1/bornova.numara.yaml b/manifests/b/bornova/numara/3.14.1/bornova.numara.yaml deleted file mode 100644 index d30f8627d28da..0000000000000 --- a/manifests/b/bornova/numara/3.14.1/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.14.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.15.2/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.15.2/bornova.numara.installer.yaml deleted file mode 100644 index a1d12d49bdfe5..0000000000000 --- a/manifests/b/bornova/numara/3.15.2/bornova.numara.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.15.2 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -ReleaseDate: 2022-08-01 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.15.2/Numara-3.15.2.exe - InstallerSha256: E4A63D14073096410A6CB3F2C233D7BBFA1F68C8D07AC1E823C47B89FB919DBF - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.15.2/Numara-3.15.2.exe - InstallerSha256: E4A63D14073096410A6CB3F2C233D7BBFA1F68C8D07AC1E823C47B89FB919DBF - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.15.2/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.15.2/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 517bf7b2ea4cf..0000000000000 --- a/manifests/b/bornova/numara/3.15.2/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.15.2 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -Copyright: Copyright (c) 2021 Timur Atalay -CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- calculator -- electron -- math -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v3.15.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.15.2/bornova.numara.yaml b/manifests/b/bornova/numara/3.15.2/bornova.numara.yaml deleted file mode 100644 index b9dc19e6a3083..0000000000000 --- a/manifests/b/bornova/numara/3.15.2/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.15.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.15.3/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.15.3/bornova.numara.installer.yaml deleted file mode 100644 index 47af5bb4b3c32..0000000000000 --- a/manifests/b/bornova/numara/3.15.3/bornova.numara.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.15.3 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -ReleaseDate: 2022-08-20 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.15.3/Numara-3.15.3.exe - InstallerSha256: 994918804503ECD141F49866DC489013D7D86A3B3202621DCCDC0D506A182A30 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.15.3/Numara-3.15.3.exe - InstallerSha256: 994918804503ECD141F49866DC489013D7D86A3B3202621DCCDC0D506A182A30 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.15.3/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.15.3/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 247bec64cb2f3..0000000000000 --- a/manifests/b/bornova/numara/3.15.3/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.15.3 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -Copyright: Copyright (c) 2021 Timur Atalay -CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- calculator -- electron -- math -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v3.15.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.15.3/bornova.numara.yaml b/manifests/b/bornova/numara/3.15.3/bornova.numara.yaml deleted file mode 100644 index ed2fa407379a8..0000000000000 --- a/manifests/b/bornova/numara/3.15.3/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.15.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.16.6/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.16.6/bornova.numara.installer.yaml deleted file mode 100644 index 7a9aa4c97240b..0000000000000 --- a/manifests/b/bornova/numara/3.16.6/bornova.numara.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.16.6 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -ReleaseDate: 2022-12-03 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.16.6/Numara-3.16.6.exe - InstallerSha256: 4F984EEF9CE363ED88307E328649AE705EF8E1469AD1CCF5C79E465E7079B862 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.16.6/Numara-3.16.6.exe - InstallerSha256: 4F984EEF9CE363ED88307E328649AE705EF8E1469AD1CCF5C79E465E7079B862 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.16.6/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.16.6/bornova.numara.locale.en-US.yaml deleted file mode 100644 index b425557d85654..0000000000000 --- a/manifests/b/bornova/numara/3.16.6/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.16.6 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -Copyright: Copyright (c) 2021 Timur Atalay -CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- calculator -- electron -- math -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v3.16.6 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.16.6/bornova.numara.yaml b/manifests/b/bornova/numara/3.16.6/bornova.numara.yaml deleted file mode 100644 index f6067a1ac1a6c..0000000000000 --- a/manifests/b/bornova/numara/3.16.6/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.16.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.16.9/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.16.9/bornova.numara.installer.yaml deleted file mode 100644 index 5cbde46054bd0..0000000000000 --- a/manifests/b/bornova/numara/3.16.9/bornova.numara.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.16.9 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -ReleaseDate: 2022-12-25 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.16.9/Numara-3.16.9.exe - InstallerSha256: 0C7744DD32C24ECFB62C9D8C539A580B1F9025F63F41C9B365E8AF37C7135672 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.16.9/Numara-3.16.9.exe - InstallerSha256: 0C7744DD32C24ECFB62C9D8C539A580B1F9025F63F41C9B365E8AF37C7135672 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.16.9/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.16.9/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 922163eaff41d..0000000000000 --- a/manifests/b/bornova/numara/3.16.9/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.16.9 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -Copyright: Copyright (c) 2021 Timur Atalay -CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- calculator -- electron -- math -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v3.16.9 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.16.9/bornova.numara.yaml b/manifests/b/bornova/numara/3.16.9/bornova.numara.yaml deleted file mode 100644 index 773035f33292e..0000000000000 --- a/manifests/b/bornova/numara/3.16.9/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.16.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.18.0/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.18.0/bornova.numara.installer.yaml deleted file mode 100644 index 075fa3122c63c..0000000000000 --- a/manifests/b/bornova/numara/3.18.0/bornova.numara.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.18.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -ReleaseDate: 2023-01-18 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.18.0/Numara-3.18.0-x64.exe - InstallerSha256: 8F0187586B25C73C8DF662E0A28EE926705E7734E29AAD6E7828A4E26EADA1EC - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.18.0/Numara-3.18.0-x64.exe - InstallerSha256: 8F0187586B25C73C8DF662E0A28EE926705E7734E29AAD6E7828A4E26EADA1EC - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.18.0/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.18.0/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 21e0b0a2f691f..0000000000000 --- a/manifests/b/bornova/numara/3.18.0/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.18.0 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -Copyright: Copyright (c) 2021 Timur Atalay -CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- calculator -- electron -- math -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v3.18.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.18.0/bornova.numara.yaml b/manifests/b/bornova/numara/3.18.0/bornova.numara.yaml deleted file mode 100644 index 1845de22596ac..0000000000000 --- a/manifests/b/bornova/numara/3.18.0/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.18.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.18.4/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.18.4/bornova.numara.installer.yaml deleted file mode 100644 index 76b7d99e69249..0000000000000 --- a/manifests/b/bornova/numara/3.18.4/bornova.numara.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.18.4 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -ReleaseDate: 2023-03-01 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.18.4/Numara-3.18.4-x64.exe - InstallerSha256: DBE2E6046C2E23984ADE315365FEEA1323AC9A1E3BAEE2EE53E40D4639D9CB5E - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.18.4/Numara-3.18.4-x64.exe - InstallerSha256: DBE2E6046C2E23984ADE315365FEEA1323AC9A1E3BAEE2EE53E40D4639D9CB5E - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.18.4/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.18.4/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 66579c571b7db..0000000000000 --- a/manifests/b/bornova/numara/3.18.4/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.18.4 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -Copyright: Copyright (c) 2021 Timur Atalay -CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- calculator -- electron -- math -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v3.18.4 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.18.4/bornova.numara.yaml b/manifests/b/bornova/numara/3.18.4/bornova.numara.yaml deleted file mode 100644 index 212de18cf1c77..0000000000000 --- a/manifests/b/bornova/numara/3.18.4/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.18.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/b/bornova/numara/3.5.2/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.5.2/bornova.numara.installer.yaml deleted file mode 100644 index fb706bb0110ce..0000000000000 --- a/manifests/b/bornova/numara/3.5.2/bornova.numara.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.5.2 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.5.2/Numara-3.5.2.exe - InstallerSha256: F30DC5E0105C578870B93ECB89EDACEA27F58291BBF26C88F958F9AAF39C8F06 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - InstallerType: nullsoft - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.5.2/Numara-3.5.2.exe - InstallerSha256: F30DC5E0105C578870B93ECB89EDACEA27F58291BBF26C88F958F9AAF39C8F06 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.0.0 - diff --git a/manifests/b/bornova/numara/3.5.2/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.5.2/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 11a033542bf01..0000000000000 --- a/manifests/b/bornova/numara/3.5.2/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.5.2 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -Tags: -- electron -- calculator -- math -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - diff --git a/manifests/b/bornova/numara/3.5.2/bornova.numara.yaml b/manifests/b/bornova/numara/3.5.2/bornova.numara.yaml deleted file mode 100644 index a773d9c1d56ab..0000000000000 --- a/manifests/b/bornova/numara/3.5.2/bornova.numara.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.5.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - diff --git a/manifests/b/bornova/numara/3.6.3/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.6.3/bornova.numara.installer.yaml deleted file mode 100644 index cf41abdce73ef..0000000000000 --- a/manifests/b/bornova/numara/3.6.3/bornova.numara.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.6.3 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.6.3/Numara-3.6.3.exe - InstallerSha256: 2BAC1CA42E1F4056BAADE6A479EADF76BC138571BFDD8D73CEDD806F7FFE9087 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.6.3/Numara-3.6.3.exe - InstallerSha256: 2BAC1CA42E1F4056BAADE6A479EADF76BC138571BFDD8D73CEDD806F7FFE9087 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/b/bornova/numara/3.6.3/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.6.3/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 1d889a93f2778..0000000000000 --- a/manifests/b/bornova/numara/3.6.3/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.6.3 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -# Copyright: -# CopyrightUrl: -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- electron -- calculator -- math -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/b/bornova/numara/3.6.3/bornova.numara.yaml b/manifests/b/bornova/numara/3.6.3/bornova.numara.yaml deleted file mode 100644 index 4b191aa012469..0000000000000 --- a/manifests/b/bornova/numara/3.6.3/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.6.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/b/bornova/numara/3.6.7/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.6.7/bornova.numara.installer.yaml deleted file mode 100644 index d8d0a4543c027..0000000000000 --- a/manifests/b/bornova/numara/3.6.7/bornova.numara.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.6.7 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.6.7/Numara-3.6.7.exe - InstallerSha256: 2D788D14C402D39667DE70A1E051C047B5A3F3326154ACDDEA72F38F1715D371 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.6.7/Numara-3.6.7.exe - InstallerSha256: 2D788D14C402D39667DE70A1E051C047B5A3F3326154ACDDEA72F38F1715D371 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/b/bornova/numara/3.6.7/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.6.7/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 57366dc3e8128..0000000000000 --- a/manifests/b/bornova/numara/3.6.7/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.6.7 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -# Copyright: -# CopyrightUrl: -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -Tags: -- electron -- calculator -- math -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/b/bornova/numara/3.6.7/bornova.numara.yaml b/manifests/b/bornova/numara/3.6.7/bornova.numara.yaml deleted file mode 100644 index 4892e25f06ba1..0000000000000 --- a/manifests/b/bornova/numara/3.6.7/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.6.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/b/bornova/numara/3.7.1/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.7.1/bornova.numara.installer.yaml deleted file mode 100644 index 9fd0c7cd94b5c..0000000000000 --- a/manifests/b/bornova/numara/3.7.1/bornova.numara.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.7.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.7.1/Numara-3.7.1.exe - InstallerSha256: 7DBC10BBA135EC2C1783718FD4CADAC5CF85789BDA55FA064E9569C66F7AFD6D - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.7.1/Numara-3.7.1.exe - InstallerSha256: 7DBC10BBA135EC2C1783718FD4CADAC5CF85789BDA55FA064E9569C66F7AFD6D - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/b/bornova/numara/3.7.1/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.7.1/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 4f69c7b8c21ac..0000000000000 --- a/manifests/b/bornova/numara/3.7.1/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.7.1 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -# Copyright: -# CopyrightUrl: -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -Tags: -- electron -- calculator -- math -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/b/bornova/numara/3.7.1/bornova.numara.yaml b/manifests/b/bornova/numara/3.7.1/bornova.numara.yaml deleted file mode 100644 index b1d768484fc33..0000000000000 --- a/manifests/b/bornova/numara/3.7.1/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.7.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/b/bornova/numara/3.9.1/bornova.numara.installer.yaml b/manifests/b/bornova/numara/3.9.1/bornova.numara.installer.yaml deleted file mode 100644 index 27678acddbaea..0000000000000 --- a/manifests/b/bornova/numara/3.9.1/bornova.numara.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.9.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.9.1/Numara-3.9.1.exe - InstallerSha256: 4EA4B471B20651934F6C8ACA341E975F8C0048EF1D784D60A572A6DAEF91593E - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v3.9.1/Numara-3.9.1.exe - InstallerSha256: 4EA4B471B20651934F6C8ACA341E975F8C0048EF1D784D60A572A6DAEF91593E - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.9.1/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/3.9.1/bornova.numara.locale.en-US.yaml deleted file mode 100644 index 6c0299d3940aa..0000000000000 --- a/manifests/b/bornova/numara/3.9.1/bornova.numara.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.9.1 -PackageLocale: en-US -Publisher: Timur Atalay -PublisherUrl: https://github.com/bornova -PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues -# PrivacyUrl: -Author: borova -PackageName: Numara -PackageUrl: https://github.com/bornova/numara-calculator -License: MIT -LicenseUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -Copyright: Copyright (c) 2021 Timur Atalay -CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE -ShortDescription: Simple notepad calculator built on Electron, powered by Math.js -# Description: -# Moniker: -Tags: -- calculator -- electron -- math -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/3.9.1/bornova.numara.yaml b/manifests/b/bornova/numara/3.9.1/bornova.numara.yaml deleted file mode 100644 index 6293764e6f2cc..0000000000000 --- a/manifests/b/bornova/numara/3.9.1/bornova.numara.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: bornova.numara -PackageVersion: 3.9.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/b/bornova/numara/5.3.1/bornova.numara.installer.yaml b/manifests/b/bornova/numara/5.3.1/bornova.numara.installer.yaml new file mode 100644 index 0000000000000..91dc02d885651 --- /dev/null +++ b/manifests/b/bornova/numara/5.3.1/bornova.numara.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: bornova.numara +PackageVersion: 5.3.1 +InstallerType: nullsoft +InstallerSwitches: + Custom: /CURRENTUSER +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v5.3.1/Numara-5.3.1.exe + InstallerSha256: 40A2B245BD0632F8FBB667C127546A3088673336FC305E24BB6E332BAC96093C +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v5.3.1/Numara-5.3.1.exe + InstallerSha256: 40A2B245BD0632F8FBB667C127546A3088673336FC305E24BB6E332BAC96093C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/bornova/numara/5.3.1/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/5.3.1/bornova.numara.locale.en-US.yaml new file mode 100644 index 0000000000000..e44259d6890cf --- /dev/null +++ b/manifests/b/bornova/numara/5.3.1/bornova.numara.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: bornova.numara +PackageVersion: 5.3.1 +PackageLocale: en-US +Publisher: Timur Atalay +PublisherUrl: https://github.com/bornova +PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues +Author: borova +PackageName: Numara +PackageUrl: https://github.com/bornova/numara-calculator +License: MIT +LicenseUrl: https://github.com/bornova/numara-calculator/blob/HEAD/LICENSE +Copyright: Copyright (c) 2021 Timur Atalay +CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE +ShortDescription: Simple notepad calculator built on Electron, powered by Math.js +Tags: +- calculator +- electron +- math +ReleaseNotes: '- Updated dependencies' +ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v5.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/bornova/numara/5.3.1/bornova.numara.yaml b/manifests/b/bornova/numara/5.3.1/bornova.numara.yaml new file mode 100644 index 0000000000000..597729b0ac20b --- /dev/null +++ b/manifests/b/bornova/numara/5.3.1/bornova.numara.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: bornova.numara +PackageVersion: 5.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/bshuzhang/PPLink/14.1.0/bshuzhang.PPLink.installer.yaml b/manifests/b/bshuzhang/PPLink/14.1.0/bshuzhang.PPLink.installer.yaml new file mode 100644 index 0000000000000..1b635716b8d4c --- /dev/null +++ b/manifests/b/bshuzhang/PPLink/14.1.0/bshuzhang.PPLink.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: bshuzhang.PPLink +PackageVersion: 14.1.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-09 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://www.ppzhilian.com/download/win/PP直连%20Setup%2014.1.0.exe + InstallerSha256: 76ED0E8A0898AFEC746D2AEB3962773F063C5A1989F3FAEC18D0F20FBD82936E + InstallerSwitches: + Custom: /currentuser + ProductCode: 8e2155f3-31f8-5d38-8715-cf2abd9a60e9 +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.ppzhilian.com/download/win/PP直连%20Setup%2014.1.0.exe + InstallerSha256: 76ED0E8A0898AFEC746D2AEB3962773F063C5A1989F3FAEC18D0F20FBD82936E + InstallerSwitches: + Custom: /allusers + ProductCode: 8e2155f3-31f8-5d38-8715-cf2abd9a60e9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/bshuzhang/PPLink/14.1.0/bshuzhang.PPLink.locale.en-US.yaml b/manifests/b/bshuzhang/PPLink/14.1.0/bshuzhang.PPLink.locale.en-US.yaml new file mode 100644 index 0000000000000..5651c9f0e95e7 --- /dev/null +++ b/manifests/b/bshuzhang/PPLink/14.1.0/bshuzhang.PPLink.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: bshuzhang.PPLink +PackageVersion: 14.1.0 +PackageLocale: en-US +Publisher: bshuzhang +PublisherUrl: https://www.ppzhilian.com/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: bshuzhang +PackageName: pp直连 +PackageUrl: https://www.ppzhilian.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2019 - 2024 +# CopyrightUrl: +ShortDescription: Point-to-point direct connection, private communication +Description: Private, convenient, and high-speed file transfer, real-time sharing, and remote control between various devices +# Moniker: +Tags: +- clipboard +- file +- network +- remote +- remote-access +- remote-control +- remote-desktop +- send +- share +- transfer +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/bshuzhang/PPLink/14.1.0/bshuzhang.PPLink.locale.zh-CN.yaml b/manifests/b/bshuzhang/PPLink/14.1.0/bshuzhang.PPLink.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ffe21375510bc --- /dev/null +++ b/manifests/b/bshuzhang/PPLink/14.1.0/bshuzhang.PPLink.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: bshuzhang.PPLink +PackageVersion: 14.1.0 +PackageLocale: zh-CN +Publisher: bshuzhang +PublisherUrl: https://www.ppzhilian.com/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: bshuzhang +PackageName: pp直连 +PackageUrl: https://www.ppzhilian.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2019 - 2024 +# CopyrightUrl: +ShortDescription: 点到点直连,私密互通 +Description: 各种设备之间私密、便捷、高速的文件传输、实时共享、远程控制 +# Moniker: +Tags: +- 传输 +- 共享 +- 分享 +- 剪贴板 +- 发送 +- 文件 +- 网络 +- 远程 +- 远程控制 +- 远程桌面 +- 远程访问 +- 远程连接 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/bshuzhang/PPLink/14.1.0/bshuzhang.PPLink.yaml b/manifests/b/bshuzhang/PPLink/14.1.0/bshuzhang.PPLink.yaml new file mode 100644 index 0000000000000..1ec3041b871f5 --- /dev/null +++ b/manifests/b/bshuzhang/PPLink/14.1.0/bshuzhang.PPLink.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: bshuzhang.PPLink +PackageVersion: 14.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/buchen/portfolio/0.70.3/buchen.portfolio.installer.yaml b/manifests/b/buchen/portfolio/0.70.3/buchen.portfolio.installer.yaml new file mode 100644 index 0000000000000..288a748817b0e --- /dev/null +++ b/manifests/b/buchen/portfolio/0.70.3/buchen.portfolio.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: buchen.portfolio +PackageVersion: 0.70.3 +Scope: machine +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/portfolio-performance/portfolio/releases/download/0.70.3/PortfolioPerformance-0.70.3-setup.exe + InstallerSha256: 286D69AF18246D7BA655ACAA510A624C87E2734C2DECA456550A77B202620A63 +ProductCode: Portfolio Performance +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-06 diff --git a/manifests/b/buchen/portfolio/0.70.3/buchen.portfolio.locale.de-DE.yaml b/manifests/b/buchen/portfolio/0.70.3/buchen.portfolio.locale.de-DE.yaml new file mode 100644 index 0000000000000..b1f9ec4aca3f4 --- /dev/null +++ b/manifests/b/buchen/portfolio/0.70.3/buchen.portfolio.locale.de-DE.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: buchen.portfolio +PackageVersion: 0.70.3 +PackageLocale: de-DE +Publisher: Andreas Buchen +PublisherUrl: http://abuchen.name +PublisherSupportUrl: https://github.com/buchen/portfolio/issues +PackageName: Portfolio Performance +PackageUrl: https://github.com/buchen/portfolio +License: EPL-1.0 +LicenseUrl: https://github.com/buchen/portfolio/blob/master/LICENSE +ShortDescription: Portfolio Performance berechnet die Gesamtperformance Ihres Anlageportfolios. +ReleaseNotes: |- + - Fix: Behebt - jetzt hoffentlich alle - Probleme bei dem machen XML Dateien mit dem Fehler 'invalid reference' nicht mehr geöffnet werden konnten. + - Fix: Behebt eine ClassCastException bei der Anzeige von Tooltips + - Verbesserungen an den PDF-Importern für Trade Republic +ReleaseNotesUrl: https://github.com/buchen/portfolio/releases/tag/0.70.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/buchen/portfolio/0.70.3/buchen.portfolio.locale.en-US.yaml b/manifests/b/buchen/portfolio/0.70.3/buchen.portfolio.locale.en-US.yaml new file mode 100644 index 0000000000000..fd7c89c1ba88c --- /dev/null +++ b/manifests/b/buchen/portfolio/0.70.3/buchen.portfolio.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: buchen.portfolio +PackageVersion: 0.70.3 +PackageLocale: en-US +Publisher: Andreas Buchen +PublisherUrl: http://abuchen.name +PublisherSupportUrl: https://github.com/buchen/portfolio/issues +PackageName: Portfolio Performance +PackageUrl: https://github.com/buchen/portfolio +License: EPL-1.0 +LicenseUrl: https://github.com/buchen/portfolio/blob/master/LICENSE +ShortDescription: Track and evaluate the performance of your investment portfolio across stocks, cryptocurrencies, and other assets. +ReleaseNotes: |- + - Fix: Resolves - now hopefully all - issues where some XML files could not be opened due to the error message 'invalid reference'. + - Fix: Fixes a ClassCastException when displaying tooltips + - Improvements to the PDF importers for Trade Republic +ReleaseNotesUrl: https://github.com/buchen/portfolio/releases/tag/0.70.3 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/buchen/portfolio/0.70.3/buchen.portfolio.yaml b/manifests/b/buchen/portfolio/0.70.3/buchen.portfolio.yaml new file mode 100644 index 0000000000000..2533bf1dfe75c --- /dev/null +++ b/manifests/b/buchen/portfolio/0.70.3/buchen.portfolio.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: buchen.portfolio +PackageVersion: 0.70.3 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/buchen/portfolio/0.70.4/buchen.portfolio.installer.yaml b/manifests/b/buchen/portfolio/0.70.4/buchen.portfolio.installer.yaml new file mode 100644 index 0000000000000..f9b4d35e49976 --- /dev/null +++ b/manifests/b/buchen/portfolio/0.70.4/buchen.portfolio.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: buchen.portfolio +PackageVersion: 0.70.4 +Scope: machine +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/portfolio-performance/portfolio/releases/download/0.70.4/PortfolioPerformance-0.70.4-setup.exe + InstallerSha256: 5391DDC7C9AA399F6107A9C4B347982F63F7A1C5366A1AC16DBA27E2C99418F6 +ProductCode: Portfolio Performance +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-25 diff --git a/manifests/b/buchen/portfolio/0.70.4/buchen.portfolio.locale.de-DE.yaml b/manifests/b/buchen/portfolio/0.70.4/buchen.portfolio.locale.de-DE.yaml new file mode 100644 index 0000000000000..992efba48b6e7 --- /dev/null +++ b/manifests/b/buchen/portfolio/0.70.4/buchen.portfolio.locale.de-DE.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: buchen.portfolio +PackageVersion: 0.70.4 +PackageLocale: de-DE +Publisher: Andreas Buchen +PublisherUrl: http://abuchen.name +PublisherSupportUrl: https://github.com/buchen/portfolio/issues +PackageName: Portfolio Performance +PackageUrl: https://github.com/buchen/portfolio +License: EPL-1.0 +LicenseUrl: https://github.com/buchen/portfolio/blob/master/LICENSE +ShortDescription: Portfolio Performance berechnet die Gesamtperformance Ihres Anlageportfolios. +ReleaseNotes: |- + - Neu: PDF-Importer für die ABN AMRO Group + - Neu: Nutze Ctrl-F (Command-F) um die Suchfelder zu aktivieren + - Neu: Datenreihe mit den akkumulierten Bewegungen im Vermögensdiagramm (= Wert der in oder aus dem Portfolio durch Einlagen/Entnahmen oder Einlieferungen/Auslieferungen geflossen ist) + - Verbesserung: Angepasste Farben im Hell- und Dunkelmodus für Diagramme in der Depotansicht + - Verbesserungen an den PDF-Importern für Santander Consumer Bank AG, FFB und C24 Bank GmBH + +ReleaseNotesUrl: https://github.com/buchen/portfolio/releases/tag/0.70.4 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/buchen/portfolio/0.70.4/buchen.portfolio.locale.en-US.yaml b/manifests/b/buchen/portfolio/0.70.4/buchen.portfolio.locale.en-US.yaml new file mode 100644 index 0000000000000..23b86abb91667 --- /dev/null +++ b/manifests/b/buchen/portfolio/0.70.4/buchen.portfolio.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: buchen.portfolio +PackageVersion: 0.70.4 +PackageLocale: en-US +Publisher: Andreas Buchen +PublisherUrl: http://abuchen.name +PublisherSupportUrl: https://github.com/buchen/portfolio/issues +PackageName: Portfolio Performance +PackageUrl: https://github.com/buchen/portfolio +License: EPL-1.0 +LicenseUrl: https://github.com/buchen/portfolio/blob/master/LICENSE +ShortDescription: Track and evaluate the performance of your investment portfolio across stocks, cryptocurrencies, and other assets. +ReleaseNotes: |- + - New: PDF importer for ABN AMRO Group + - New: Use Ctrl-F (Command-F) to focus the search boxes + - New: Data series with the accumulated movements in the asset diagram (= value that has flowed into or out of the portfolio through deposits/withdrawals or deliveries/shipments) + - Improvement: Adjusted colors in light and dark mode for charts in the security accounts view + - Improvements to the PDF importers for Santander Consumer Bank AG, FFB, and C24 Bank GmbH + +ReleaseNotesUrl: https://github.com/buchen/portfolio/releases/tag/0.70.4 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/b/buchen/portfolio/0.70.4/buchen.portfolio.yaml b/manifests/b/buchen/portfolio/0.70.4/buchen.portfolio.yaml new file mode 100644 index 0000000000000..dc6258a03d13a --- /dev/null +++ b/manifests/b/buchen/portfolio/0.70.4/buchen.portfolio.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: buchen.portfolio +PackageVersion: 0.70.4 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.installer.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.installer.yaml new file mode 100644 index 0000000000000..e2f485dc275c8 --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox +PackageVersion: 4.4.34 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: setup.msi +InstallerSwitches: + Silent: /qn +ProductCode: '{CBD27607-384B-41FB-8B60-4BFFDDB57441}' +Installers: +- InstallerUrl: https://download.c-partner.com/WinGet/4.4.34/DocuToolbox.zip + Architecture: x64 + InstallerSha256: E737622D4293E3A719C8E15E49832394099D84C679FCFD7865D2764A7ECFEDB4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.locale.de-DE.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.locale.de-DE.yaml new file mode 100644 index 0000000000000..5def7d83fef37 --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.locale.de-DE.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox +PackageVersion: 4.4.34 +PackageLocale: de-DE +Publisher: C-Partner Systemhaus GmbH +PublisherUrl: https://www.c-partner.com +PrivacyUrl: https://www.c-partner.com/datenschutzerklaerung/ +PublisherSupportUrl: https://www.c-partner.com/kontakt/ +Author: C-Partner Systemhaus GmbH +PackageName: DocuToolbox +License: Proprietary +Copyright: Copyright (C) 2013-2024 C-Partner Systemhaus GmbH – Alle Rechte vorbehalten. +Tags: +- DocuWare +- Barcode +- Indexing +- Import +Documentations: + - DocumentLabel: Anwenderhandbuch – DocuToolbox Version 4.4 + DocumentUrl: https://download.c-partner.com/WinGet/4.4.34/Handbuch.pdf +ShortDescription: DocuToolbox +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.yaml new file mode 100644 index 0000000000000..e5fbdfd886ec4 --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox +PackageVersion: 4.4.34 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.installer.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.installer.yaml new file mode 100644 index 0000000000000..d8185ca018057 --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures +PackageVersion: 4.4.34 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: setup.msi +InstallerSwitches: + Silent: /qn +Dependencies: + PackageDependencies: + - PackageIdentifier: TheDocumentFoundation.LibreOffice + - PackageIdentifier: UB-Mannheim.TesseractOCR +ProductCode: '{CBD27607-384B-41FB-8B60-4BFFDDB57441}' +Installers: +- InstallerUrl: https://download.c-partner.com/WinGet/4.4.34/DocuToolbox.zip + Architecture: x64 + InstallerSha256: E737622D4293E3A719C8E15E49832394099D84C679FCFD7865D2764A7ECFEDB4 +ManifestType: installer +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.locale.de-DE.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.locale.de-DE.yaml new file mode 100644 index 0000000000000..8d2d4613fefa0 --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.locale.de-DE.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures +PackageVersion: 4.4.34 +PackageLocale: de-DE +Publisher: C-Partner Systemhaus GmbH +PublisherUrl: https://www.c-partner.com +PrivacyUrl: https://www.c-partner.com/datenschutzerklaerung/ +PublisherSupportUrl: https://www.c-partner.com/kontakt/ +Author: C-Partner Systemhaus GmbH +PackageName: DocuToolbox.AllFeatures +License: Proprietary +Copyright: Copyright (C) 2013-2024 C-Partner Systemhaus GmbH – Alle Rechte vorbehalten. +Tags: +- DocuWare +- Barcode +- Indexing +- Import +Documentations: + - DocumentLabel: Anwenderhandbuch – DocuToolbox Version 4.4 + DocumentUrl: https://download.c-partner.com/WinGet/4.4.34/Handbuch.pdf +ShortDescription: DocuToolbox.AllFeatures +ManifestType: defaultLocale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.yaml new file mode 100644 index 0000000000000..b064ee0e3c833 --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures +PackageVersion: 4.4.34 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.34/C-PartnerSystemhausGmbH.QuickFinder.installer.yaml b/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.34/C-PartnerSystemhausGmbH.QuickFinder.installer.yaml new file mode 100644 index 0000000000000..d35433d9a85a7 --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.34/C-PartnerSystemhausGmbH.QuickFinder.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.QuickFinder +PackageVersion: 4.4.34 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: setup.msi +InstallerSwitches: + Silent: /qn +ProductCode: '{25326161-30C8-4404-A5C0-0AE43338597A}' +Installers: +- InstallerUrl: https://download.c-partner.com/WinGet/4.4.34/QuickFinder.zip + Architecture: x86 + InstallerSha256: 52EBE12B46AA59D0076347DEA6E6EE94791D5EF1492650C735B5EBD2942EA221 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.34/C-PartnerSystemhausGmbH.QuickFinder.locale.de-DE.yaml b/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.34/C-PartnerSystemhausGmbH.QuickFinder.locale.de-DE.yaml new file mode 100644 index 0000000000000..44c435c2c3e03 --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.34/C-PartnerSystemhausGmbH.QuickFinder.locale.de-DE.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.QuickFinder +PackageVersion: 4.4.34 +PackageLocale: de-DE +Publisher: C-Partner Systemhaus GmbH +PublisherUrl: https://www.c-partner.com +PrivacyUrl: https://www.c-partner.com/datenschutzerklaerung/ +PublisherSupportUrl: https://www.c-partner.com/kontakt/ +Author: C-Partner Systemhaus GmbH +PackageName: QuickFinder +License: Proprietary +Copyright: Copyright (C) 2013-2024 C-Partner Systemhaus GmbH – Alle Rechte vorbehalten. +Tags: +- DocuWare +- OCR +- Hotkey +Documentations: + - DocumentLabel: Anwenderhandbuch – DocuToolbox Version 4.4 + DocumentUrl: https://download.c-partner.com/WinGet/4.4.34/Handbuch.pdf +ShortDescription: QuickFinder +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.34/C-PartnerSystemhausGmbH.QuickFinder.yaml b/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.34/C-PartnerSystemhausGmbH.QuickFinder.yaml new file mode 100644 index 0000000000000..e47bf449dd46f --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.34/C-PartnerSystemhausGmbH.QuickFinder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.QuickFinder +PackageVersion: 4.4.34 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CABS/SalesPrix/6.19.0/CABS.SalesPrix.installer.yaml b/manifests/c/CABS/SalesPrix/6.19.0/CABS.SalesPrix.installer.yaml index 08f1a79be846c..9f3463155efea 100644 --- a/manifests/c/CABS/SalesPrix/6.19.0/CABS.SalesPrix.installer.yaml +++ b/manifests/c/CABS/SalesPrix/6.19.0/CABS.SalesPrix.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/30 +# Automatically updated by the winget bot at 2024/Aug/22 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json PackageIdentifier: CABS.SalesPrix @@ -7,7 +7,7 @@ InstallerType: nullsoft Installers: - Architecture: x86 InstallerUrl: https://www.scanprix.de/Setup/Setup_SalesPrix.exe - InstallerSha256: AF672C6E3997DE49766203BFB50627BB40C74412270ADB82266F16FEE29AF797 + InstallerSha256: 040D87213CE9507636021EFE07B511C17A3C15E43C387BC2C5357EFE50B9C93B AppsAndFeaturesEntries: - DisplayName: CABS-Deinstaller ProductCode: ScanPrix-Programme diff --git a/manifests/c/CABS/SalesPrix/6.19.0/CABS.SalesPrix.locale.de-DE.yaml b/manifests/c/CABS/SalesPrix/6.19.0/CABS.SalesPrix.locale.de-DE.yaml index aa687b5c94e4f..ce39f2b9a79d4 100644 --- a/manifests/c/CABS/SalesPrix/6.19.0/CABS.SalesPrix.locale.de-DE.yaml +++ b/manifests/c/CABS/SalesPrix/6.19.0/CABS.SalesPrix.locale.de-DE.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/30 +# Automatically updated by the winget bot at 2024/Aug/22 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: CABS.SalesPrix diff --git a/manifests/c/CABS/SalesPrix/6.19.0/CABS.SalesPrix.yaml b/manifests/c/CABS/SalesPrix/6.19.0/CABS.SalesPrix.yaml index 2c0d8096cefae..22aa89a0fa30a 100644 --- a/manifests/c/CABS/SalesPrix/6.19.0/CABS.SalesPrix.yaml +++ b/manifests/c/CABS/SalesPrix/6.19.0/CABS.SalesPrix.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/30 +# Automatically updated by the winget bot at 2024/Aug/22 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json PackageIdentifier: CABS.SalesPrix diff --git a/manifests/c/CABS/ScanPrix/6.19.0/CABS.ScanPrix.installer.yaml b/manifests/c/CABS/ScanPrix/6.19.0/CABS.ScanPrix.installer.yaml index b24af4f092797..d020cb87d5a2a 100644 --- a/manifests/c/CABS/ScanPrix/6.19.0/CABS.ScanPrix.installer.yaml +++ b/manifests/c/CABS/ScanPrix/6.19.0/CABS.ScanPrix.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/30 +# Automatically updated by the winget bot at 2024/Aug/22 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json PackageIdentifier: CABS.ScanPrix @@ -7,6 +7,6 @@ InstallerType: nullsoft Installers: - Architecture: x86 InstallerUrl: https://www.scanprix.de/Setup/Setup_ScanPrix.exe - InstallerSha256: D1D49AD79A418ED74A627C03E71094A6E733784A1516803F7C19AA0147D202EA + InstallerSha256: 35BE8E47D1350BC44CF205E6FB4B8A0079FC356BFD391F27D9E11AED0C5D37FE ManifestType: installer ManifestVersion: 1.5.0 diff --git a/manifests/c/CABS/ScanPrix/6.19.0/CABS.ScanPrix.locale.de-DE.yaml b/manifests/c/CABS/ScanPrix/6.19.0/CABS.ScanPrix.locale.de-DE.yaml index c75fc8f35dfe6..9ab0fc219f162 100644 --- a/manifests/c/CABS/ScanPrix/6.19.0/CABS.ScanPrix.locale.de-DE.yaml +++ b/manifests/c/CABS/ScanPrix/6.19.0/CABS.ScanPrix.locale.de-DE.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/30 +# Automatically updated by the winget bot at 2024/Aug/22 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: CABS.ScanPrix diff --git a/manifests/c/CABS/ScanPrix/6.19.0/CABS.ScanPrix.yaml b/manifests/c/CABS/ScanPrix/6.19.0/CABS.ScanPrix.yaml index b948383e7e18d..90df8e560b7c5 100644 --- a/manifests/c/CABS/ScanPrix/6.19.0/CABS.ScanPrix.yaml +++ b/manifests/c/CABS/ScanPrix/6.19.0/CABS.ScanPrix.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/30 +# Automatically updated by the winget bot at 2024/Aug/22 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json PackageIdentifier: CABS.ScanPrix diff --git a/manifests/c/CCPGames/EVEOnline/1.5.0/CCPGames.EVEOnline.installer.yaml b/manifests/c/CCPGames/EVEOnline/1.5.0/CCPGames.EVEOnline.installer.yaml new file mode 100644 index 0000000000000..bbf606f54ba5a --- /dev/null +++ b/manifests/c/CCPGames/EVEOnline/1.5.0/CCPGames.EVEOnline.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CCPGames.EVEOnline +PackageVersion: 1.5.0 +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: '-' + SilentWithProgress: '-' +UpgradeBehavior: install +ReleaseDate: 2024-07-03 +Installers: +- Architecture: x64 + InstallerUrl: https://launcher.ccpgames.com/eve-online/release/win32/x64/eve-online-1.5.0+Setup.exe + InstallerSha256: 047CDD0226E830E3B2FA2C6125D163CBFC597F07F23A26B54387ECAB28433D32 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCPGames/EVEOnline/1.5.0/CCPGames.EVEOnline.locale.en-US.yaml b/manifests/c/CCPGames/EVEOnline/1.5.0/CCPGames.EVEOnline.locale.en-US.yaml new file mode 100644 index 0000000000000..aa652b1c427f2 --- /dev/null +++ b/manifests/c/CCPGames/EVEOnline/1.5.0/CCPGames.EVEOnline.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CCPGames.EVEOnline +PackageVersion: 1.5.0 +PackageLocale: en-US +Publisher: CCP Games +PackageName: EVE Online +License: Proprietary +Copyright: Copyright © 2023 CCP Games +ShortDescription: EVE Online is a free MMORPG sci-fi strategy game where you can embark on your own unique space adventure. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCPGames/EVEOnline/1.5.0/CCPGames.EVEOnline.yaml b/manifests/c/CCPGames/EVEOnline/1.5.0/CCPGames.EVEOnline.yaml new file mode 100644 index 0000000000000..f1a528f268fba --- /dev/null +++ b/manifests/c/CCPGames/EVEOnline/1.5.0/CCPGames.EVEOnline.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CCPGames.EVEOnline +PackageVersion: 1.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCPGames/EVEOnline/1.6.0/CCPGames.EVEOnline.installer.yaml b/manifests/c/CCPGames/EVEOnline/1.6.0/CCPGames.EVEOnline.installer.yaml new file mode 100644 index 0000000000000..00e495bf81e3b --- /dev/null +++ b/manifests/c/CCPGames/EVEOnline/1.6.0/CCPGames.EVEOnline.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CCPGames.EVEOnline +PackageVersion: 1.6.0 +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: '-' + SilentWithProgress: '-' +UpgradeBehavior: install +ReleaseDate: 2024-07-04 +Installers: +- Architecture: x64 + InstallerUrl: https://launcher.ccpgames.com/eve-online/release/win32/x64/eve-online-1.6.0+Setup.exe + InstallerSha256: BEE3124716E76704F62BB0C842C489107AA29D9573C0CA605F71F9B0977F0D68 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCPGames/EVEOnline/1.6.0/CCPGames.EVEOnline.locale.en-US.yaml b/manifests/c/CCPGames/EVEOnline/1.6.0/CCPGames.EVEOnline.locale.en-US.yaml new file mode 100644 index 0000000000000..34e5443bd9858 --- /dev/null +++ b/manifests/c/CCPGames/EVEOnline/1.6.0/CCPGames.EVEOnline.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CCPGames.EVEOnline +PackageVersion: 1.6.0 +PackageLocale: en-US +Publisher: CCP Games +PackageName: EVE Online +License: Proprietary +Copyright: Copyright © 2023 CCP Games +ShortDescription: EVE Online is a free MMORPG sci-fi strategy game where you can embark on your own unique space adventure. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCPGames/EVEOnline/1.6.0/CCPGames.EVEOnline.yaml b/manifests/c/CCPGames/EVEOnline/1.6.0/CCPGames.EVEOnline.yaml new file mode 100644 index 0000000000000..f15287a54d979 --- /dev/null +++ b/manifests/c/CCPGames/EVEOnline/1.6.0/CCPGames.EVEOnline.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CCPGames.EVEOnline +PackageVersion: 1.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCPGames/EVEOnline/1.6.1/CCPGames.EVEOnline.installer.yaml b/manifests/c/CCPGames/EVEOnline/1.6.1/CCPGames.EVEOnline.installer.yaml new file mode 100644 index 0000000000000..67bc62440edab --- /dev/null +++ b/manifests/c/CCPGames/EVEOnline/1.6.1/CCPGames.EVEOnline.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CCPGames.EVEOnline +PackageVersion: 1.6.1 +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: '-' + SilentWithProgress: '-' +UpgradeBehavior: install +ReleaseDate: 2024-07-05 +Installers: +- Architecture: x64 + InstallerUrl: https://launcher.ccpgames.com/eve-online/release/win32/x64/eve-online-1.6.1+Setup.exe + InstallerSha256: FF05BBE577FD6491D2DA12093EC2D9D366CAFA213E11F17A2BED073BDB8D7D3B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCPGames/EVEOnline/1.6.1/CCPGames.EVEOnline.locale.en-US.yaml b/manifests/c/CCPGames/EVEOnline/1.6.1/CCPGames.EVEOnline.locale.en-US.yaml new file mode 100644 index 0000000000000..b36831cb43067 --- /dev/null +++ b/manifests/c/CCPGames/EVEOnline/1.6.1/CCPGames.EVEOnline.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CCPGames.EVEOnline +PackageVersion: 1.6.1 +PackageLocale: en-US +Publisher: CCP Games +PackageName: EVE Online +License: Proprietary +Copyright: Copyright © 2023 CCP Games +ShortDescription: EVE Online is a free MMORPG sci-fi strategy game where you can embark on your own unique space adventure. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCPGames/EVEOnline/1.6.1/CCPGames.EVEOnline.yaml b/manifests/c/CCPGames/EVEOnline/1.6.1/CCPGames.EVEOnline.yaml new file mode 100644 index 0000000000000..57eb9d4aaf749 --- /dev/null +++ b/manifests/c/CCPGames/EVEOnline/1.6.1/CCPGames.EVEOnline.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CCPGames.EVEOnline +PackageVersion: 1.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCPGames/EVEOnline/1.6.2/CCPGames.EVEOnline.installer.yaml b/manifests/c/CCPGames/EVEOnline/1.6.2/CCPGames.EVEOnline.installer.yaml new file mode 100644 index 0000000000000..8acfe9a5936e9 --- /dev/null +++ b/manifests/c/CCPGames/EVEOnline/1.6.2/CCPGames.EVEOnline.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CCPGames.EVEOnline +PackageVersion: 1.6.2 +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: '-' + SilentWithProgress: '-' +UpgradeBehavior: install +ReleaseDate: 2024-07-23 +Installers: +- Architecture: x64 + InstallerUrl: https://launcher.ccpgames.com/eve-online/release/win32/x64/eve-online-1.6.2+Setup.exe + InstallerSha256: 1827FA235DF4461C84DFB5F9055881C2770B8A352C496CCEA67E8DE3548DBA19 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCPGames/EVEOnline/1.6.2/CCPGames.EVEOnline.locale.en-US.yaml b/manifests/c/CCPGames/EVEOnline/1.6.2/CCPGames.EVEOnline.locale.en-US.yaml new file mode 100644 index 0000000000000..19caa0190f2b0 --- /dev/null +++ b/manifests/c/CCPGames/EVEOnline/1.6.2/CCPGames.EVEOnline.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CCPGames.EVEOnline +PackageVersion: 1.6.2 +PackageLocale: en-US +Publisher: CCP Games +PackageName: EVE Online +License: Proprietary +Copyright: Copyright © 2023 CCP Games +ShortDescription: EVE Online is a free MMORPG sci-fi strategy game where you can embark on your own unique space adventure. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCPGames/EVEOnline/1.6.2/CCPGames.EVEOnline.yaml b/manifests/c/CCPGames/EVEOnline/1.6.2/CCPGames.EVEOnline.yaml new file mode 100644 index 0000000000000..e9afa8a5ccdb4 --- /dev/null +++ b/manifests/c/CCPGames/EVEOnline/1.6.2/CCPGames.EVEOnline.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CCPGames.EVEOnline +PackageVersion: 1.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCTV/CBox/6.0.1.1/CCTV.CBox.installer.yaml b/manifests/c/CCTV/CBox/6.0.1.1/CCTV.CBox.installer.yaml new file mode 100644 index 0000000000000..fa33bc4a330fb --- /dev/null +++ b/manifests/c/CCTV/CBox/6.0.1.1/CCTV.CBox.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CCTV.CBox +PackageVersion: 6.0.1.1 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-07-19 +Installers: +- Architecture: x64 + InstallerUrl: https://download.cntv.cn/cbox/v6/ysyy_v6.0.1.1_1001_setup_x64_silence.exe + InstallerSha256: 5689C9E4EB15E950E689A67158F02C0A55CC31823788E9E00B100E22FA83F4F5 + ProductCode: '{07F79EE3-1012-40BF-BEE7-A07EE6C284DC}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCTV/CBox/6.0.1.1/CCTV.CBox.locale.en-US.yaml b/manifests/c/CCTV/CBox/6.0.1.1/CCTV.CBox.locale.en-US.yaml new file mode 100644 index 0000000000000..3c7a373e83427 --- /dev/null +++ b/manifests/c/CCTV/CBox/6.0.1.1/CCTV.CBox.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CCTV.CBox +PackageVersion: 6.0.1.1 +PackageLocale: en-US +Publisher: 中国网络电视台 +PublisherUrl: https://www.cctv.com +PublisherSupportUrl: https://help.cctv.com/new_erji/index.shtml +PrivacyUrl: https://www.cctv.com/special/guanyunew/PAGE1381887126760260/index.shtml +Author: CCTV International Network Co., Ltd. +PackageName: 央视影音 +PackageUrl: https://app.cctv.com +License: Proprietary +# LicenseUrl: +Copyright: China Internet TV (CNTV). All rights reserved. +CopyrightUrl: https://www.cctv.com/special/guanyunew/PAGE13818868795101878/index.shtml +ShortDescription: A streaming platform by China Central Television +Description: |- + CBox is a streaming platform by China Central Television that supports live broadcasting of all CCTV channels and providing rich and high-quality TV programs, sports events, films, shows and many other kinds of videos. + It aims to create high-quality watching experience and allow users to watch TV at their own pace. +# Moniker: +Tags: +- cartoon +- cctv +- documentary +- film +- live +- movie +- news +- serial +- series +- show +- tv +- video +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCTV/CBox/6.0.1.1/CCTV.CBox.locale.zh-CN.yaml b/manifests/c/CCTV/CBox/6.0.1.1/CCTV.CBox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..66e39fc984e88 --- /dev/null +++ b/manifests/c/CCTV/CBox/6.0.1.1/CCTV.CBox.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CCTV.CBox +PackageVersion: 6.0.1.1 +PackageLocale: zh-CN +Publisher: 中国网络电视台 +PublisherUrl: https://www.cctv.com +PublisherSupportUrl: https://help.cctv.com/new_erji/index.shtml +PrivacyUrl: https://www.cctv.com/special/guanyunew/PAGE1381887126760260/index.shtml +Author: 央视国际网络有限公司 +PackageName: 央视影音 +PackageUrl: https://app.cctv.com +License: 专有软件 +# LicenseUrl: +Copyright: 中国网络电视台 CNTV 版权所有 +CopyrightUrl: https://www.cctv.com/special/guanyunew/PAGE13818868795101878/index.shtml +ShortDescription: 新闻体育人文影视高清平台 +Description: 央视影音是央视网为全球移动用户倾力打造的电视直播应用,支持覆盖央视全部频道直播,提供丰富优质的电视栏目、体育赛事、影视综艺等海量视频,努力打造优质的观看体验,让用户做到随心所欲看电视。 +# Moniker: +Tags: +- 中央电视台 +- 卡通 +- 央视 +- 少儿 +- 新闻 +- 电影 +- 电视 +- 电视剧 +- 直播 +- 视频 +- 纪录片 +- 综艺 +- 连续剧 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCTV/CBox/6.0.1.1/CCTV.CBox.yaml b/manifests/c/CCTV/CBox/6.0.1.1/CCTV.CBox.yaml new file mode 100644 index 0000000000000..699c1bc720996 --- /dev/null +++ b/manifests/c/CCTV/CBox/6.0.1.1/CCTV.CBox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CCTV.CBox +PackageVersion: 6.0.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCTV/CBox/6.0.1.2/CCTV.CBox.installer.yaml b/manifests/c/CCTV/CBox/6.0.1.2/CCTV.CBox.installer.yaml new file mode 100644 index 0000000000000..dbc59527ec690 --- /dev/null +++ b/manifests/c/CCTV/CBox/6.0.1.2/CCTV.CBox.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CCTV.CBox +PackageVersion: 6.0.1.2 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-07-26 +Installers: +- Architecture: x64 + InstallerUrl: https://download.cntv.cn/cbox/v6/ysyy_v6.0.1.2_1001_setup_x64_silence.exe + InstallerSha256: EC02308C95BB309A32D658ED546DB57B3BC8412E527ECF0019B63136BE5A92D1 + ProductCode: '{07F79EE3-1012-40BF-BEE7-A07EE6C284DC}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCTV/CBox/6.0.1.2/CCTV.CBox.locale.en-US.yaml b/manifests/c/CCTV/CBox/6.0.1.2/CCTV.CBox.locale.en-US.yaml new file mode 100644 index 0000000000000..16eab64ee8c37 --- /dev/null +++ b/manifests/c/CCTV/CBox/6.0.1.2/CCTV.CBox.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CCTV.CBox +PackageVersion: 6.0.1.2 +PackageLocale: en-US +Publisher: 中国网络电视台 +PublisherUrl: https://www.cctv.com +PublisherSupportUrl: https://help.cctv.com/new_erji/index.shtml +PrivacyUrl: https://www.cctv.com/special/guanyunew/PAGE1381887126760260/index.shtml +Author: CCTV International Network Co., Ltd. +PackageName: 央视影音 +PackageUrl: https://app.cctv.com +License: Proprietary +# LicenseUrl: +Copyright: China Internet TV (CNTV). All rights reserved. +CopyrightUrl: https://www.cctv.com/special/guanyunew/PAGE13818868795101878/index.shtml +ShortDescription: A streaming platform by China Central Television +Description: |- + CBox is a streaming platform by China Central Television that supports live broadcasting of all CCTV channels and providing rich and high-quality TV programs, sports events, films, shows and many other kinds of videos. + It aims to create high-quality watching experience and allow users to watch TV at their own pace. +# Moniker: +Tags: +- cartoon +- cctv +- documentary +- film +- live +- movie +- news +- serial +- series +- show +- tv +- video +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCTV/CBox/6.0.1.2/CCTV.CBox.locale.zh-CN.yaml b/manifests/c/CCTV/CBox/6.0.1.2/CCTV.CBox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bbaa7ff60d125 --- /dev/null +++ b/manifests/c/CCTV/CBox/6.0.1.2/CCTV.CBox.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CCTV.CBox +PackageVersion: 6.0.1.2 +PackageLocale: zh-CN +Publisher: 中国网络电视台 +PublisherUrl: https://www.cctv.com +PublisherSupportUrl: https://help.cctv.com/new_erji/index.shtml +PrivacyUrl: https://www.cctv.com/special/guanyunew/PAGE1381887126760260/index.shtml +Author: 央视国际网络有限公司 +PackageName: 央视影音 +PackageUrl: https://app.cctv.com +License: 专有软件 +# LicenseUrl: +Copyright: 中国网络电视台 CNTV 版权所有 +CopyrightUrl: https://www.cctv.com/special/guanyunew/PAGE13818868795101878/index.shtml +ShortDescription: 新闻体育人文影视高清平台 +Description: 央视影音是央视网为全球移动用户倾力打造的电视直播应用,支持覆盖央视全部频道直播,提供丰富优质的电视栏目、体育赛事、影视综艺等海量视频,努力打造优质的观看体验,让用户做到随心所欲看电视。 +# Moniker: +Tags: +- 中央电视台 +- 卡通 +- 央视 +- 少儿 +- 新闻 +- 电影 +- 电视 +- 电视剧 +- 直播 +- 视频 +- 纪录片 +- 综艺 +- 连续剧 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCTV/CBox/6.0.1.2/CCTV.CBox.yaml b/manifests/c/CCTV/CBox/6.0.1.2/CCTV.CBox.yaml new file mode 100644 index 0000000000000..06e997972b8ff --- /dev/null +++ b/manifests/c/CCTV/CBox/6.0.1.2/CCTV.CBox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CCTV.CBox +PackageVersion: 6.0.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCTV/CBox/6.0.2.0/CCTV.CBox.installer.yaml b/manifests/c/CCTV/CBox/6.0.2.0/CCTV.CBox.installer.yaml new file mode 100644 index 0000000000000..3f46c7ec5f803 --- /dev/null +++ b/manifests/c/CCTV/CBox/6.0.2.0/CCTV.CBox.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CCTV.CBox +PackageVersion: 6.0.2.0 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-07-26 +Installers: +- Architecture: x64 + InstallerUrl: https://download.cntv.cn/cbox/v6/ysyy_v6.0.2.0_1001_setup_x64.exe + InstallerSha256: 614D82ED477FCCFA81F4949AEBB42C0F37FEECDA9D61A0CF9F6A42555657F733 + ProductCode: '{07F79EE3-1012-40BF-BEE7-A07EE6C284DC}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCTV/CBox/6.0.2.0/CCTV.CBox.locale.en-US.yaml b/manifests/c/CCTV/CBox/6.0.2.0/CCTV.CBox.locale.en-US.yaml new file mode 100644 index 0000000000000..0fafd3f3a8590 --- /dev/null +++ b/manifests/c/CCTV/CBox/6.0.2.0/CCTV.CBox.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CCTV.CBox +PackageVersion: 6.0.2.0 +PackageLocale: en-US +Publisher: 中国网络电视台 +PublisherUrl: https://www.cctv.com +PublisherSupportUrl: https://help.cctv.com/new_erji/index.shtml +PrivacyUrl: https://www.cctv.com/special/guanyunew/PAGE1381887126760260/index.shtml +Author: CCTV International Network Co., Ltd. +PackageName: 央视影音 +PackageUrl: https://app.cctv.com +License: Proprietary +# LicenseUrl: +Copyright: China Internet TV (CNTV). All rights reserved. +CopyrightUrl: https://www.cctv.com/special/guanyunew/PAGE13818868795101878/index.shtml +ShortDescription: A streaming platform by China Central Television +Description: |- + CBox is a streaming platform by China Central Television that supports live broadcasting of all CCTV channels and providing rich and high-quality TV programs, sports events, films, shows and many other kinds of videos. + It aims to create high-quality watching experience and allow users to watch TV at their own pace. +# Moniker: +Tags: +- cartoon +- cctv +- documentary +- film +- live +- movie +- news +- serial +- series +- show +- tv +- video +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCTV/CBox/6.0.2.0/CCTV.CBox.locale.zh-CN.yaml b/manifests/c/CCTV/CBox/6.0.2.0/CCTV.CBox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b557271a64c25 --- /dev/null +++ b/manifests/c/CCTV/CBox/6.0.2.0/CCTV.CBox.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CCTV.CBox +PackageVersion: 6.0.2.0 +PackageLocale: zh-CN +Publisher: 中国网络电视台 +PublisherUrl: https://www.cctv.com +PublisherSupportUrl: https://help.cctv.com/new_erji/index.shtml +PrivacyUrl: https://www.cctv.com/special/guanyunew/PAGE1381887126760260/index.shtml +Author: 央视国际网络有限公司 +PackageName: 央视影音 +PackageUrl: https://app.cctv.com +License: 专有软件 +# LicenseUrl: +Copyright: 中国网络电视台 CNTV 版权所有 +CopyrightUrl: https://www.cctv.com/special/guanyunew/PAGE13818868795101878/index.shtml +ShortDescription: 新闻体育人文影视高清平台 +Description: 央视影音是央视网为全球移动用户倾力打造的电视直播应用,支持覆盖央视全部频道直播,提供丰富优质的电视栏目、体育赛事、影视综艺等海量视频,努力打造优质的观看体验,让用户做到随心所欲看电视。 +# Moniker: +Tags: +- 中央电视台 +- 卡通 +- 央视 +- 少儿 +- 新闻 +- 电影 +- 电视 +- 电视剧 +- 直播 +- 视频 +- 纪录片 +- 综艺 +- 连续剧 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CCTV/CBox/6.0.2.0/CCTV.CBox.yaml b/manifests/c/CCTV/CBox/6.0.2.0/CCTV.CBox.yaml new file mode 100644 index 0000000000000..1bbb85b3c6e50 --- /dev/null +++ b/manifests/c/CCTV/CBox/6.0.2.0/CCTV.CBox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CCTV.CBox +PackageVersion: 6.0.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CEB/CEBEBankAssistant/4.0.9.0/CEB.CEBEBankAssistant.installer.yaml b/manifests/c/CEB/CEBEBankAssistant/4.0.9.0/CEB.CEBEBankAssistant.installer.yaml new file mode 100644 index 0000000000000..da923b4e1a0fc --- /dev/null +++ b/manifests/c/CEB/CEBEBankAssistant/4.0.9.0/CEB.CEBEBankAssistant.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CEB.CEBEBankAssistant +PackageVersion: 4.0.9.0 +InstallerType: zip +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x86 + NestedInstallerType: nullsoft + NestedInstallerFiles: + - RelativeFilePath: EBankingAssistant.CEB.exe + InstallerUrl: https://static.cebbank.com/static/cebbank/cebent/ass1/CEBAssistant.zip + InstallerSha256: 3E7AD11DDBC05D98A8B48A70435AA4D75ACAD4E4950D4E9E7102E0255D481F1A + ProductCode: CEB EBanking Assistant +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CEB/CEBEBankAssistant/4.0.9.0/CEB.CEBEBankAssistant.locale.en-US.yaml b/manifests/c/CEB/CEBEBankAssistant/4.0.9.0/CEB.CEBEBankAssistant.locale.en-US.yaml new file mode 100644 index 0000000000000..2521c9f779929 --- /dev/null +++ b/manifests/c/CEB/CEBEBankAssistant/4.0.9.0/CEB.CEBEBankAssistant.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CEB.CEBEBankAssistant +PackageVersion: 4.0.9.0 +PackageLocale: en-US +Publisher: China Everbright Bank Co., Ltd +PublisherUrl: https://static.cebbank.com/site/ceb_homepage33/about_us33/ +# PublisherSupportUrl: http://ebank.cebbank.com/newhelp/index_help.html +# PrivacyUrl: https://e.cebbank.com/per/privacyPolicy4Agreement.do +Author: China Everbright Bank Co., Ltd. +PackageName: CEB EBanking Assistant +# PackageUrl: https://e.cebbank.com/per/prePerlogin.do?_locale=zh_CN +License: Freeware +# LicenseUrl: https://e.cebbank.com/per/khfwxys.do +Copyright: Copyright (C) 2023 CEB. All rights reserved. +CopyrightUrl: https://static.cebbank.com/site/wzgl/wzsm/ +ShortDescription: Internet banking assistant for China Everbright Bank +# Description: +# Moniker: +Tags: +- bank +- ceb +- china-everbright-bank +- ebank +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +# - DocumentLabel: FAQ +# DocumentUrl: http://ebank.cebbank.com/fqa_per.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CEB/CEBEBankAssistant/4.0.9.0/CEB.CEBEBankAssistant.locale.zh-CN.yaml b/manifests/c/CEB/CEBEBankAssistant/4.0.9.0/CEB.CEBEBankAssistant.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6bce0e77ed1d6 --- /dev/null +++ b/manifests/c/CEB/CEBEBankAssistant/4.0.9.0/CEB.CEBEBankAssistant.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CEB.CEBEBankAssistant +PackageVersion: 4.0.9.0 +PackageLocale: zh-CN +Publisher: China Everbright Bank Co., Ltd +# PublisherUrl: https://www.cebbank.com/ +# PublisherSupportUrl: http://ebank.cebbank.com/newhelp/index_help.html +# PrivacyUrl: https://e.cebbank.com/per/privacyPolicy4Agreement.do +Author: 中国光大银行股份有限公司 +PackageName: 光大银行网银助手 +# PackageUrl: https://e.cebbank.com/per/prePerlogin.do?_locale=zh_CN +License: 免费软件 +# LicenseUrl: https://e.cebbank.com/per/khfwxys.do +Copyright: Copyright (C) 2023 CEB. All rights reserved. +CopyrightUrl: https://static.cebbank.com/site/wzgl/wzsm/ +ShortDescription: 中国光大银行网银助手 +# Description: +# Moniker: +Tags: +- 中国光大银行 +- 光大 +- 光大银行 +- 网银 +- 银行 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +# - DocumentLabel: FAQ +# DocumentUrl: http://ebank.cebbank.com/fqa_per.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CEB/CEBEBankAssistant/4.0.9.0/CEB.CEBEBankAssistant.yaml b/manifests/c/CEB/CEBEBankAssistant/4.0.9.0/CEB.CEBEBankAssistant.yaml new file mode 100644 index 0000000000000..0b0aa74373bf9 --- /dev/null +++ b/manifests/c/CEB/CEBEBankAssistant/4.0.9.0/CEB.CEBEBankAssistant.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CEB.CEBEBankAssistant +PackageVersion: 4.0.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20240117/CHIRPSoftware.CHIRP-next.installer.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20240117/CHIRPSoftware.CHIRP-next.installer.yaml deleted file mode 100644 index 8d667d46c9ffa..0000000000000 --- a/manifests/c/CHIRPSoftware/CHIRP-next/20240117/CHIRPSoftware.CHIRP-next.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-22621-2428.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: CHIRPSoftware.CHIRP-next -PackageVersion: "20240117" -InstallerType: nullsoft -Installers: -- Architecture: x64 - InstallerUrl: https://trac.chirp.danplanet.com/chirp_next/next-20240117/chirp-next-20240117-installer.exe - InstallerSha256: A97600659F5AE11F29E5C8D0F7345A1DF41284075D2F7F72B3777121A5D6F803 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20240117/CHIRPSoftware.CHIRP-next.locale.en-US.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20240117/CHIRPSoftware.CHIRP-next.locale.en-US.yaml deleted file mode 100644 index 4207e70082f4a..0000000000000 --- a/manifests/c/CHIRPSoftware/CHIRP-next/20240117/CHIRPSoftware.CHIRP-next.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-22621-2428.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: CHIRPSoftware.CHIRP-next -PackageVersion: "20240117" -PackageLocale: en-US -Publisher: CHIRP Software LLC -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: CHIRP-next -# PackageUrl: -License: GPL-3.0-only -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: The next-generation version of CHIRP, a free, open-source tool for programming your amateur radio that supports a large number of manufacturers and models. -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20240117/CHIRPSoftware.CHIRP-next.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20240117/CHIRPSoftware.CHIRP-next.yaml deleted file mode 100644 index 9e08592d4c73f..0000000000000 --- a/manifests/c/CHIRPSoftware/CHIRP-next/20240117/CHIRPSoftware.CHIRP-next.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-22621-2428.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: CHIRPSoftware.CHIRP-next -PackageVersion: "20240117" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20240319/CHIRPSoftware.CHIRP-next.installer.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20240319/CHIRPSoftware.CHIRP-next.installer.yaml deleted file mode 100644 index 911ea6480e9f1..0000000000000 --- a/manifests/c/CHIRPSoftware/CHIRP-next/20240319/CHIRPSoftware.CHIRP-next.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: CHIRPSoftware.CHIRP-next -PackageVersion: '20240319' -InstallerType: nullsoft -ReleaseDate: 2024-03-19 -Installers: -- Architecture: x64 - InstallerUrl: https://archive.chirpmyradio.com/chirp_next/next-20240319/chirp-next-20240319-installer.exe - InstallerSha256: D2B414BB3D28CF4A1A2B6B28A1152B8D2BBA2ECA746C484B5F01D3C43860232C -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20240319/CHIRPSoftware.CHIRP-next.locale.en-US.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20240319/CHIRPSoftware.CHIRP-next.locale.en-US.yaml deleted file mode 100644 index 45fd7b9940c6c..0000000000000 --- a/manifests/c/CHIRPSoftware/CHIRP-next/20240319/CHIRPSoftware.CHIRP-next.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: CHIRPSoftware.CHIRP-next -PackageVersion: '20240319' -PackageLocale: en-US -Publisher: CHIRP Software LLC -PackageName: CHIRP-next -License: GPL-3.0-only -ShortDescription: The next-generation version of CHIRP, a free, open-source tool for programming your amateur radio that supports a large number of manufacturers and models. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20240319/CHIRPSoftware.CHIRP-next.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20240319/CHIRPSoftware.CHIRP-next.yaml deleted file mode 100644 index d6c36a4e65465..0000000000000 --- a/manifests/c/CHIRPSoftware/CHIRP-next/20240319/CHIRPSoftware.CHIRP-next.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: CHIRPSoftware.CHIRP-next -PackageVersion: '20240319' -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20240419/CHIRPSoftware.CHIRP-next.installer.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20240419/CHIRPSoftware.CHIRP-next.installer.yaml deleted file mode 100644 index 282bd9f552e7d..0000000000000 --- a/manifests/c/CHIRPSoftware/CHIRP-next/20240419/CHIRPSoftware.CHIRP-next.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: CHIRPSoftware.CHIRP-next -PackageVersion: '20240419' -InstallerType: nullsoft -ReleaseDate: 2024-04-19 -Installers: -- Architecture: x64 - InstallerUrl: https://archive.chirpmyradio.com/chirp_next/next-20240419/chirp-next-20240419-installer.exe - InstallerSha256: 383baa0a820a98b432cb040eff2d9be9215029a89fe961c0d229e9c9b928e7b7 -ManifestType: installer -ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20240419/CHIRPSoftware.CHIRP-next.locale.en-US.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20240419/CHIRPSoftware.CHIRP-next.locale.en-US.yaml deleted file mode 100644 index a43bfe5eb5b6c..0000000000000 --- a/manifests/c/CHIRPSoftware/CHIRP-next/20240419/CHIRPSoftware.CHIRP-next.locale.en-US.yaml +++ /dev/null @@ -1,11 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: CHIRPSoftware.CHIRP-next -PackageVersion: '20240419' -PackageLocale: en-US -Publisher: CHIRP Software LLC -PackageName: CHIRP-next -License: GPL-3.0-only -ShortDescription: The next-generation version of CHIRP, a free, open-source tool for programming your amateur radio that supports a large number of manufacturers and models. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20240419/CHIRPSoftware.CHIRP-next.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20240419/CHIRPSoftware.CHIRP-next.yaml deleted file mode 100644 index 9a3838173f20f..0000000000000 --- a/manifests/c/CHIRPSoftware/CHIRP-next/20240419/CHIRPSoftware.CHIRP-next.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: CHIRPSoftware.CHIRP-next -PackageVersion: '20240419' -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20240531/CHIRPSoftware.CHIRP-next.installer.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20240531/CHIRPSoftware.CHIRP-next.installer.yaml deleted file mode 100644 index d25525df3ee5e..0000000000000 --- a/manifests/c/CHIRPSoftware/CHIRP-next/20240531/CHIRPSoftware.CHIRP-next.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: CHIRPSoftware.CHIRP-next -PackageVersion: '20240531' -InstallerType: nullsoft -ReleaseDate: 2024-05-31 -Installers: -- Architecture: x64 - InstallerUrl: https://archive.chirpmyradio.com/chirp_next/next-20240531/chirp-next-20240531-installer.exe - InstallerSha256: 3c9c15682c1644583197282e7b8fa27462c9cb951bc27a4ead89675bc148d439 -ManifestType: installer -ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20240531/CHIRPSoftware.CHIRP-next.locale.en-US.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20240531/CHIRPSoftware.CHIRP-next.locale.en-US.yaml deleted file mode 100644 index 41f06133f0875..0000000000000 --- a/manifests/c/CHIRPSoftware/CHIRP-next/20240531/CHIRPSoftware.CHIRP-next.locale.en-US.yaml +++ /dev/null @@ -1,11 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: CHIRPSoftware.CHIRP-next -PackageVersion: '20240531' -PackageLocale: en-US -Publisher: CHIRP Software LLC -PackageName: CHIRP-next -License: GPL-3.0-only -ShortDescription: The next-generation version of CHIRP, a free, open-source tool for programming your amateur radio that supports a large number of manufacturers and models. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20240531/CHIRPSoftware.CHIRP-next.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20240531/CHIRPSoftware.CHIRP-next.yaml deleted file mode 100644 index fddd3c83479d2..0000000000000 --- a/manifests/c/CHIRPSoftware/CHIRP-next/20240531/CHIRPSoftware.CHIRP-next.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: CHIRPSoftware.CHIRP-next -PackageVersion: '20240531' -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/CISDI/Qingtui/3.31.0/CISDI.Qingtui.installer.yaml b/manifests/c/CISDI/Qingtui/3.31.0/CISDI.Qingtui.installer.yaml new file mode 100644 index 0000000000000..f7ef5f0731252 --- /dev/null +++ b/manifests/c/CISDI/Qingtui/3.31.0/CISDI.Qingtui.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CISDI.Qingtui +PackageVersion: 3.31.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://static.qingtui.cn/download/win/update/win_pc_3.31.0.exe + InstallerSha256: 7BAD6DB101B4D3FB0E867667486EDD97BA048225B77DA764F577454F5123BC32 + ProductCode: '{2D1C8316-3A63-4243-BCBA-589E43482AC7}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CISDI/Qingtui/3.31.0/CISDI.Qingtui.locale.en-US.yaml b/manifests/c/CISDI/Qingtui/3.31.0/CISDI.Qingtui.locale.en-US.yaml new file mode 100644 index 0000000000000..7e94f3a0e5270 --- /dev/null +++ b/manifests/c/CISDI/Qingtui/3.31.0/CISDI.Qingtui.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CISDI.Qingtui +PackageVersion: 3.31.0 +PackageLocale: en-US +Publisher: 中冶赛迪信息技术(重庆)有限公司 +PublisherUrl: http://www.cisdigroup.com.cn/ +PublisherSupportUrl: https://help.qingtui.com/ +# PrivacyUrl: +Author: Zhongye Saidi Chongqing Information Technology Co., Ltd. +PackageName: 轻推 +PackageUrl: https://www.qingtui.com/ +License: Proprietary +LicenseUrl: https://www.qingtui.com/agreement/ +Copyright: Copyright © 2014-2024 CISDI Info. All rights reserved. +CopyrightUrl: https://www.qingtui.com/agreement/ +ShortDescription: Qingtui, an intelligent way to work +Description: Qingtui, produced by CISDI, a subsidiary of China Minmetals Corporation, is an intelligent office platform that combines instant messaging, office collaboration, enterprise management, connectivity and integration, intelligent hardware, domain informationization solutions and more capabilities. +# Moniker: +Tags: +- attendance +- bussiness +- check-in +- collaboration +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- work +- working +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CISDI/Qingtui/3.31.0/CISDI.Qingtui.locale.zh-CN.yaml b/manifests/c/CISDI/Qingtui/3.31.0/CISDI.Qingtui.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1ffd74ae17cc3 --- /dev/null +++ b/manifests/c/CISDI/Qingtui/3.31.0/CISDI.Qingtui.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CISDI.Qingtui +PackageVersion: 3.31.0 +PackageLocale: zh-CN +Publisher: 中冶赛迪信息技术(重庆)有限公司 +PublisherUrl: http://www.cisdigroup.com.cn/ +PublisherSupportUrl: https://help.qingtui.com/ +# PrivacyUrl: +Author: 中冶赛迪信息技术(重庆)有限公司 +PackageName: 轻推 +PackageUrl: https://www.qingtui.com/ +License: 专有软件 +LicenseUrl: https://www.qingtui.com/agreement/ +Copyright: 中冶赛迪信息技术(重庆)有限公司 版权所有 +CopyrightUrl: https://www.qingtui.com/agreement/ +ShortDescription: 轻推,一种智能工作方式 +Description: 轻推由中国五矿集团旗下企业中冶赛迪集团倾力出品,是一款集即时通讯、办公协同、企业管理、连接集成、智能硬件、领域信息化解决方案等多项能力于一体的智能工作平台。 +# Moniker: +Tags: +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: 功能优化和 BUG 修复 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CISDI/Qingtui/3.31.0/CISDI.Qingtui.yaml b/manifests/c/CISDI/Qingtui/3.31.0/CISDI.Qingtui.yaml new file mode 100644 index 0000000000000..763a8954cd2a3 --- /dev/null +++ b/manifests/c/CISDI/Qingtui/3.31.0/CISDI.Qingtui.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CISDI.Qingtui +PackageVersion: 3.31.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CMU/CLAN/8.07.00/CMU.CLAN.yaml b/manifests/c/CMU/CLAN/8.07.00/CMU.CLAN.yaml deleted file mode 100644 index acab5fcad18ba..0000000000000 --- a/manifests/c/CMU/CLAN/8.07.00/CMU.CLAN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/09 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: CMU.CLAN -PackageVersion: 8.07.00 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/CMU/CLAN/8.07.00/CMU.CLAN.installer.yaml b/manifests/c/CMU/CLAN/8.10.00/CMU.CLAN.installer.yaml similarity index 76% rename from manifests/c/CMU/CLAN/8.07.00/CMU.CLAN.installer.yaml rename to manifests/c/CMU/CLAN/8.10.00/CMU.CLAN.installer.yaml index 5509c7effe34e..0abbb24c45d6b 100644 --- a/manifests/c/CMU/CLAN/8.07.00/CMU.CLAN.installer.yaml +++ b/manifests/c/CMU/CLAN/8.10.00/CMU.CLAN.installer.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/09 +# Automatically updated by the winget bot at 2024/Aug/23 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json PackageIdentifier: CMU.CLAN -PackageVersion: 8.07.00 +PackageVersion: 8.10.00 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 @@ -17,7 +17,7 @@ Installers: - Architecture: x86 InstallerType: exe InstallerUrl: https://dali.talkbank.org/clan/clanwin.exe - InstallerSha256: 3E6401D2C210833D74B29288F3E7718E4F2CEB39A247D0FF3BA455568283EE64 + InstallerSha256: DC85C1B3F00160F3AF9BE6EB853551C635F5EE8A4A52DB6A9816022C0AFAF18E InstallerSwitches: Silent: /qn SilentWithProgress: /qb diff --git a/manifests/c/CMU/CLAN/8.07.00/CMU.CLAN.locale.en-US.yaml b/manifests/c/CMU/CLAN/8.10.00/CMU.CLAN.locale.en-US.yaml similarity index 92% rename from manifests/c/CMU/CLAN/8.07.00/CMU.CLAN.locale.en-US.yaml rename to manifests/c/CMU/CLAN/8.10.00/CMU.CLAN.locale.en-US.yaml index 60d71f447fb99..359d58ab6779a 100644 --- a/manifests/c/CMU/CLAN/8.07.00/CMU.CLAN.locale.en-US.yaml +++ b/manifests/c/CMU/CLAN/8.10.00/CMU.CLAN.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/09 +# Automatically updated by the winget bot at 2024/Aug/23 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: CMU.CLAN -PackageVersion: 8.07.00 +PackageVersion: 8.10.00 PackageLocale: en-US Publisher: CMU PublisherUrl: https://talkbank.org/ diff --git a/manifests/c/CMU/CLAN/8.10.00/CMU.CLAN.yaml b/manifests/c/CMU/CLAN/8.10.00/CMU.CLAN.yaml new file mode 100644 index 0000000000000..2458ee4a81844 --- /dev/null +++ b/manifests/c/CMU/CLAN/8.10.00/CMU.CLAN.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: CMU.CLAN +PackageVersion: 8.10.00 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/c/CONZEInformatik/Vistrax/3.4.24026.921/CONZEInformatik.Vistrax.installer.yaml b/manifests/c/CONZEInformatik/Vistrax/3.4.24026.921/CONZEInformatik.Vistrax.installer.yaml new file mode 100644 index 0000000000000..0e5b940fa62e6 --- /dev/null +++ b/manifests/c/CONZEInformatik/Vistrax/3.4.24026.921/CONZEInformatik.Vistrax.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=NVS0.CRLF.5-1-22621-2428.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: CONZEInformatik.Vistrax +PackageVersion: 3.4.24026.921 +InstallerLocale: en-US +InstallerType: zip +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive +InstallerSuccessCodes: +- 1641 +- 3010 +- -1978335226 +- 1603 +UpgradeBehavior: install +ReleaseDate: 2024-01-29 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.Framework.DeveloperPack_4 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + - PackageIdentifier: Microsoft.DirectX + WindowsFeatures: + - netfx3 +Installers: +- Architecture: x64 + NestedInstallerType: exe + NestedInstallerFiles: + - RelativeFilePath: vistrax_setup_3.4.24026.921.exe + InstallerUrl: https://update.vistrax.de/fileadmin/downloads/vistrax_setup_3.4.24026.921.zip + InstallerSha256: 0F076B82B14045E48799A14EFC37B605AE2113AB1EB254585819B547C7C284BF + ProductCode: '{2B9D8936-68BE-4937-B5E0-A759151A827E}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CONZEInformatik/Vistrax/3.4.24026.921/CONZEInformatik.Vistrax.locale.en-US.yaml b/manifests/c/CONZEInformatik/Vistrax/3.4.24026.921/CONZEInformatik.Vistrax.locale.en-US.yaml new file mode 100644 index 0000000000000..dfe77d70bc559 --- /dev/null +++ b/manifests/c/CONZEInformatik/Vistrax/3.4.24026.921/CONZEInformatik.Vistrax.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=NVS0.CRLF.5-1-22621-2428.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: CONZEInformatik.Vistrax +PackageVersion: 3.4.24026.921 +PackageLocale: en-US +Publisher: CONZE Informatik GmbH +PublisherUrl: https://conze.com/ +PublisherSupportUrl: https://shop.vistrax.com/en/service/ +PrivacyUrl: https://vistrax.com/en/privacy-policy +# Author: +PackageName: Vistrax +PackageUrl: https://vistrax.com/ +License: Proprietary +LicenseUrl: https://shop.vistrax.com/en/eula +Copyright: Copyright (C) CONZE Informatik GmbH 2022 All Rights reserved +CopyrightUrl: https://shop.vistrax.com/en/eula +ShortDescription: vistrax is the smart software solution for professional visitor management in real time. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: http://update.vistrax.de/release-notes.html#c70 +PurchaseUrl: https://shop.vistrax.com/en/cat/index/sCategory/5 +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CONZEInformatik/Vistrax/3.4.24026.921/CONZEInformatik.Vistrax.yaml b/manifests/c/CONZEInformatik/Vistrax/3.4.24026.921/CONZEInformatik.Vistrax.yaml new file mode 100644 index 0000000000000..ffd811c33e3d0 --- /dev/null +++ b/manifests/c/CONZEInformatik/Vistrax/3.4.24026.921/CONZEInformatik.Vistrax.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.2.10 $debug=NVS0.CRLF.5-1-22621-2428.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: CONZEInformatik.Vistrax +PackageVersion: 3.4.24026.921 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CPUID/HWMonitor/1.54/CPUID.HWMonitor.installer.yaml b/manifests/c/CPUID/HWMonitor/1.54/CPUID.HWMonitor.installer.yaml new file mode 100644 index 0000000000000..78c474a95b1c3 --- /dev/null +++ b/manifests/c/CPUID/HWMonitor/1.54/CPUID.HWMonitor.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CPUID.HWMonitor +PackageVersion: '1.54' +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-17 +Installers: +- Architecture: x86 + InstallerUrl: https://download.cpuid.com/hwmonitor/hwmonitor_1.54.exe + InstallerSha256: 34AE087329B227AC126AD51D04ACBA49C1BA18E69575A6B825BD211085969099 +- Architecture: x64 + InstallerUrl: https://download.cpuid.com/hwmonitor/hwmonitor_1.54.exe + InstallerSha256: 34AE087329B227AC126AD51D04ACBA49C1BA18E69575A6B825BD211085969099 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CPUID/HWMonitor/1.54/CPUID.HWMonitor.locale.en-US.yaml b/manifests/c/CPUID/HWMonitor/1.54/CPUID.HWMonitor.locale.en-US.yaml new file mode 100644 index 0000000000000..94b86de09a3ea --- /dev/null +++ b/manifests/c/CPUID/HWMonitor/1.54/CPUID.HWMonitor.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CPUID.HWMonitor +PackageVersion: '1.54' +PackageLocale: en-US +Publisher: CPUID, Inc. +PublisherUrl: https://www.cpuid.com/ +PublisherSupportUrl: https://www.cpuid.com/contact.html +PrivacyUrl: https://www.cpuid.com/privacy-policy.html +Author: CPUID, Inc. +PackageName: CPUID HWMonitor +PackageUrl: https://www.cpuid.com/softwares/hwmonitor.html +License: Freeware +LicenseUrl: https://www.cpuid.com/softwares/hwmonitor-pro/eula.html +Copyright: Copyright (C) CPUID +CopyrightUrl: https://www.cpuid.com/softwares/hwmonitor-pro/eula.html +ShortDescription: HWMonitor is a hardware monitoring program that reads PC systems main health sensors. +Moniker: hwmonitor +Tags: +- cpu +- fan-speed +- gpu +- hard-drive +- hardware +- hardware-monitoring +- monitor +- sensor +- temerature-monitoring +- temps +- thermal +- utility +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CPUID/HWMonitor/1.54/CPUID.HWMonitor.yaml b/manifests/c/CPUID/HWMonitor/1.54/CPUID.HWMonitor.yaml new file mode 100644 index 0000000000000..2b08539b54bc1 --- /dev/null +++ b/manifests/c/CPUID/HWMonitor/1.54/CPUID.HWMonitor.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CPUID.HWMonitor +PackageVersion: '1.54' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CaffeineInc/Caffeine/1.7.0.443/CaffeineInc.Caffeine.installer.yaml b/manifests/c/CaffeineInc/Caffeine/1.7.0.443/CaffeineInc.Caffeine.installer.yaml deleted file mode 100644 index e97aebb0c43bc..0000000000000 --- a/manifests/c/CaffeineInc/Caffeine/1.7.0.443/CaffeineInc.Caffeine.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CaffeineInc.Caffeine -PackageVersion: 1.7.0.443 -Installers: -- Architecture: x64 - InstallerType: burn - InstallerUrl: https://static.caffeine.tv/broadcaster/caffeine-1.7.0.443.exe - InstallerSha256: D8224091ECB7DCAE4D9E6DD0496F1E83FBDA7C91F5E9168E6CF5A99A38E08805 - Scope: machine -ManifestType: installer -ManifestVersion: 1.0.0 - diff --git a/manifests/c/CaffeineInc/Caffeine/1.7.0.443/CaffeineInc.Caffeine.locale.en-US.yaml b/manifests/c/CaffeineInc/Caffeine/1.7.0.443/CaffeineInc.Caffeine.locale.en-US.yaml deleted file mode 100644 index 5e41a370989da..0000000000000 --- a/manifests/c/CaffeineInc/Caffeine/1.7.0.443/CaffeineInc.Caffeine.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CaffeineInc.Caffeine -PackageVersion: 1.7.0.443 -PackageLocale: en-US -Publisher: Caffeine Inc -PackageName: Caffeine -License: Copyright (c) Caffeine Inc. All rights reserved. -ShortDescription: Caffeine is a social broadcasting platform that delivers live, interactive content at the intersection of gaming, sports, and entertainment. -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - diff --git a/manifests/c/CaffeineInc/Caffeine/1.7.0.443/CaffeineInc.Caffeine.yaml b/manifests/c/CaffeineInc/Caffeine/1.7.0.443/CaffeineInc.Caffeine.yaml deleted file mode 100644 index 8aed32cd0980c..0000000000000 --- a/manifests/c/CaffeineInc/Caffeine/1.7.0.443/CaffeineInc.Caffeine.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CaffeineInc.Caffeine -PackageVersion: 1.7.0.443 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - diff --git a/manifests/c/Cairo/Cairo/0.4.370/Cairo.Cairo.installer.yaml b/manifests/c/Cairo/Cairo/0.4.370/Cairo.Cairo.installer.yaml new file mode 100644 index 0000000000000..5f05b4fdf22f0 --- /dev/null +++ b/manifests/c/Cairo/Cairo/0.4.370/Cairo.Cairo.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Cairo.Cairo +PackageVersion: 0.4.370 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +ProductCode: CairoShell +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/cairoshell/cairoshell/releases/download/v0.4.370/CairoSetup_32bit.exe + InstallerSha256: F5765B44AA22C16846D15A142FFE8A36F1735B692A6B25EDC71D79239C9BAA8B +- Architecture: x64 + InstallerUrl: https://github.com/cairoshell/cairoshell/releases/download/v0.4.370/CairoSetup_64bit.exe + InstallerSha256: 1223552DE7EA1713F2A271F0FBD060BA70DB62408065C0B5F3C3749A1EAB09AA +- Architecture: arm64 + InstallerUrl: https://github.com/cairoshell/cairoshell/releases/download/v0.4.370/CairoSetup_ARM64.exe + InstallerSha256: FB99822EB9DA538C05A872E5A74D663D7EDC40DB483AEF959FE83BB16EF22D2F +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/c/Cairo/Cairo/0.4.370/Cairo.Cairo.locale.en-US.yaml b/manifests/c/Cairo/Cairo/0.4.370/Cairo.Cairo.locale.en-US.yaml new file mode 100644 index 0000000000000..1d1b2863ef38a --- /dev/null +++ b/manifests/c/Cairo/Cairo/0.4.370/Cairo.Cairo.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Cairo.Cairo +PackageVersion: 0.4.370 +PackageLocale: en-US +Publisher: Cairo Development Team +PublisherUrl: https://cairodesktop.com +PublisherSupportUrl: https://github.com/cairoshell/cairoshell/issues +Author: Cairo Development Team +PackageName: Cairo Desktop Environment +PackageUrl: https://cairodesktop.com +License: Apache-2.0 +LicenseUrl: https://github.com/cairoshell/cairoshell/blob/master/LICENSE +Copyright: Copyright © 2007-2022 Cairo Development Team and community contributors. All rights reserved. +ShortDescription: A customizable, intuitive desktop environment for Windows. +Description: |- + Cairo is a desktop environment for Windows. + Our goal is to develop a desktop experience that increases productivity and advances current technology standards. + With a focus on stability, performance, and productivity, Cairo aims to deliver an interface that exceeds expectations and delivers superior ease of use. +Moniker: cairoshell +Tags: +- de +- desktop-environment +ReleaseNotes: |- + Changes since 0.4.317 + - Cairo no longer requires . + NET Framework 4.7.1, and includes all necessary . + NET files. As a result, the download size has increased. + - Added "add to programs menu" and "add to quick launch" commands to desktop/stacks icon context menus (#834) + - Added option to automatically show removable drives as stacks in the menu bar (#836) + - Added options to hide the programs or places menus (#821, thanks @TheXorog!) + - Added updates support for the ARM64 build (#812) + - Added a commands framework which can be used by extensions (#144) + - Extensions can invoke commands offered by Cairo components and other extensions + - Extensions can register their own commands, which can appear in desktop/stacks icon context menus + - Fixed apps disappearing from the programs menu when the shortcut that the app was added from is deleted, but the app is still installed (#834) + - Fixed being unable to drag desktop icons to the programs menu (#834) + - Fixed error adding .exe files to the programs menu when the file has no description (#834) + - Fixed extensions that are misbehaving preventing Cairo startup (#814) + - Fixed mouse back/forward buttons navigating the desktop when the dynamic desktop is disabled (#827) + - Fixed programs menu closing itself when the menu bar is on the bottom edge (#824) + - Fixed "open on desktop" sometimes not appearing when right-clicking stacks (#829) + - Fixed task list menu sometimes appearing in the wrong place (#811) + - Fixed taskbar items sometimes disappearing after removing a monitor (#817) + - Improved translations: + - German (#808, thanks @uDEV2019!) + - Simplified Chinese (#832, thanks @Cria-Cysta!) + - Spanish (#818, thanks @ponjadito23!) + - Misc under-the-hood improvements +ReleaseNotesUrl: https://github.com/cairoshell/cairoshell/releases/tag/v0.4.370 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/cairoshell/cairoshell/wiki +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/c/Cairo/Cairo/0.4.370/Cairo.Cairo.locale.zh-CN.yaml b/manifests/c/Cairo/Cairo/0.4.370/Cairo.Cairo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..89b0381bb9c6d --- /dev/null +++ b/manifests/c/Cairo/Cairo/0.4.370/Cairo.Cairo.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json + +PackageIdentifier: Cairo.Cairo +PackageVersion: 0.4.370 +PackageLocale: zh-CN +Publisher: Cairo Development Team +PublisherUrl: https://cairodesktop.com +PublisherSupportUrl: https://github.com/cairoshell/cairoshell/issues +Author: Cairo Development Team +PackageName: Cairo Desktop Environment +PackageUrl: https://cairodesktop.com +License: Apache-2.0 +LicenseUrl: https://github.com/cairoshell/cairoshell/blob/master/LICENSE +Copyright: Copyright © 2007-2022 Cairo 开发团队和社区贡献者。保留所有权利. +ShortDescription: 可定制的、直观的 Windows 桌面环境 +Description: Cairo 是一个 Windows 桌面环境。我们的目标是开发一种能够提高生产力并推进当前技术标准的桌面体验。Cairo 专注于稳定性、性能和生产力,旨在提供超越期望的界面,并提供卓越的易用性。 +Tags: +- 桌面环境 +ReleaseNotesUrl: https://github.com/cairoshell/cairoshell/releases/tag/v0.4.245 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/cairoshell/cairoshell/wiki +ManifestType: locale +ManifestVersion: 1.5.0 diff --git a/manifests/c/Cairo/Cairo/0.4.370/Cairo.Cairo.yaml b/manifests/c/Cairo/Cairo/0.4.370/Cairo.Cairo.yaml new file mode 100644 index 0000000000000..3e3f2de256381 --- /dev/null +++ b/manifests/c/Cairo/Cairo/0.4.370/Cairo.Cairo.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Cairo.Cairo +PackageVersion: 0.4.370 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/c/Canonical/Multipass/1.14.0/Canonical.Multipass.installer.yaml b/manifests/c/Canonical/Multipass/1.14.0/Canonical.Multipass.installer.yaml new file mode 100644 index 0000000000000..39adc2d74a13b --- /dev/null +++ b/manifests/c/Canonical/Multipass/1.14.0/Canonical.Multipass.installer.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Canonical.Multipass +PackageVersion: 1.14.0 +InstallerType: nullsoft +Scope: machine +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/canonical/multipass/releases/download/v1.14.0/multipass-1.14.0+win-win64.exe + InstallerSha256: 2472070E2543E50400485157F3ED7F3DDB85A8050AB95841F1CFD9DF8436109F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canonical/Multipass/1.14.0/Canonical.Multipass.locale.en-US.yaml b/manifests/c/Canonical/Multipass/1.14.0/Canonical.Multipass.locale.en-US.yaml new file mode 100644 index 0000000000000..9e400825a4318 --- /dev/null +++ b/manifests/c/Canonical/Multipass/1.14.0/Canonical.Multipass.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Canonical.Multipass +PackageVersion: 1.14.0 +PackageLocale: en-US +Publisher: canonical +PublisherUrl: https://canonical.com/ +PublisherSupportUrl: https://github.com/canonical/multipass/issues +# PrivacyUrl: +# Author: +PackageName: Multipass +PackageUrl: https://multipass.run/ +License: GPL-3.0 +LicenseUrl: https://github.com/canonical/multipass/blob/HEAD/LICENSE +Copyright: © 2024 Canonical Ltd +# CopyrightUrl: +ShortDescription: A lightweight VM Manager that supports cloud-deployment simulation +Description: |- + Multipass is a lightweight VM manager for Linux, Windows and macOS. + It's designed for developers who want a fresh Ubuntu environment with a single command. + It uses KVM on Linux, Hyper-V on Windows and HyperKit on macOS to run the VM with minimal overhead. + It can also use VirtualBox on Windows and macOS. + Multipass will fetch images for you and keep them up to date. +Moniker: multipass +Tags: +- container +- multipass +ReleaseNotes: |- + Multipass version 1.14.0 + A new Multipass release candidate, and this one is packed with goodies! The main highlight is a brand new graphical user interface, but there are a number of other significant new features as well. + 1. The new graphical user interface (GUI) makes it easy and intuitive to manage your Multipass virtual machine instances. This is what we call a minimal viable product and, as time goes on, we will be adding more functionality and tweaking the interface. You can launch the new GUI by looking for "Multipass" in the ways you normally launch applications on your host platform. Please try it out and share your feedback! + - GUI settings were removed from the CLI and moved to the new GUI: client.gui.autostart and client.gui.hotkey + 2. You can now add an external bridged network to an existing instance. Much like what multipass launch --bridged does, but for an already existing instance. In order to do this, you must: + - Set a default bridge via multipass set local.bridged-network. + - Set the instance to use the bridged network via multipass set local..bridged=true. + 3. Instances can now be force-stopped using the new --force option: multipass stop --force . + 4. Snapshots are now available on the VirtualBox backend, which joins QEMU and Hyper-V in this regard. + You can find links to the Windows and macOS installers below. The snap package is available in the stable snap channel: + snap refresh multipass --stable + # or + snap install multipass --stable + More highlights + - Classic mounts are more secure now (#3323). + - User and group ID mappings in mounts have been improved to prevent overlaps. + - The snap package has been greatly optimised: it is now ~48% smaller in size (122MB -> 64MB). + - The date and time inside an instance are no longer skewed when resuming from suspend (#982). + - Along with the aforementioned GUI, the icon set has been updated, including light and dark mode icons on macOS. + - We switched to vcpkg for building the gRPC and POCO library dependencies. + - New Bash completions for get and set. + You can find a larger selection of changes since 1.13.1 in our v1.14.0 milestone and even more details in the commit log. + Feedback + Please file issues on the Multipass GitHub for problems and feature requests, or join the Multipass Discourse forum to chat. You can also find us in the Multipass room on Matrix. See you there :) +ReleaseNotesUrl: https://github.com/canonical/multipass/releases/tag/v1.14.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canonical/Multipass/1.14.0/Canonical.Multipass.yaml b/manifests/c/Canonical/Multipass/1.14.0/Canonical.Multipass.yaml new file mode 100644 index 0000000000000..fb60401b1007c --- /dev/null +++ b/manifests/c/Canonical/Multipass/1.14.0/Canonical.Multipass.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Canonical.Multipass +PackageVersion: 1.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.91.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.91.0/Canva.Canva.installer.yaml new file mode 100644 index 0000000000000..1c7c3d2f83580 --- /dev/null +++ b/manifests/c/Canva/Canva/1.91.0/Canva.Canva.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.91.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.91.0.exe + InstallerSha256: F754755D6D3A459BC333413AFBE8B4209CE2CDCAF2088C1AA422738678C5E051 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.91.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.91.0/Canva.Canva.locale.en-US.yaml new file mode 100644 index 0000000000000..9fbaa54a177a5 --- /dev/null +++ b/manifests/c/Canva/Canva/1.91.0/Canva.Canva.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.91.0 +PackageLocale: en-US +Publisher: Canva Pty Ltd +PackageName: Canva +License: Proprietary +Copyright: © Canva +ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +Tags: +- graphic-design +- visual-design +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.91.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.91.0/Canva.Canva.yaml new file mode 100644 index 0000000000000..533388f97350d --- /dev/null +++ b/manifests/c/Canva/Canva/1.91.0/Canva.Canva.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.91.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.92.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.92.0/Canva.Canva.installer.yaml new file mode 100644 index 0000000000000..861a7d1df4b20 --- /dev/null +++ b/manifests/c/Canva/Canva/1.92.0/Canva.Canva.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.92.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.92.0.exe + InstallerSha256: CCEABC2FA96ACF4E9C2418474FB0C77F4C98475BA9369C242EF0862DB67F0FB4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.92.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.92.0/Canva.Canva.locale.en-US.yaml new file mode 100644 index 0000000000000..32c5245b9326b --- /dev/null +++ b/manifests/c/Canva/Canva/1.92.0/Canva.Canva.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.92.0 +PackageLocale: en-US +Publisher: Canva Pty Ltd +PackageName: Canva +License: Proprietary +Copyright: © Canva +ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +Tags: +- graphic-design +- visual-design +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.92.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.92.0/Canva.Canva.yaml new file mode 100644 index 0000000000000..70cc574a9cdf2 --- /dev/null +++ b/manifests/c/Canva/Canva/1.92.0/Canva.Canva.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.92.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.93.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.93.0/Canva.Canva.installer.yaml new file mode 100644 index 0000000000000..b074382cf01bf --- /dev/null +++ b/manifests/c/Canva/Canva/1.93.0/Canva.Canva.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.93.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.93.0.exe + InstallerSha256: C605D019BD869F095DD8AB5C80C9F213195F4DE265C1452D53D807BBE470124B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.93.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.93.0/Canva.Canva.locale.en-US.yaml new file mode 100644 index 0000000000000..fd7e5695002b5 --- /dev/null +++ b/manifests/c/Canva/Canva/1.93.0/Canva.Canva.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.93.0 +PackageLocale: en-US +Publisher: Canva Pty Ltd +PackageName: Canva +License: Proprietary +Copyright: © Canva +ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +Tags: +- graphic-design +- visual-design +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.93.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.93.0/Canva.Canva.yaml new file mode 100644 index 0000000000000..a2a7f494ae360 --- /dev/null +++ b/manifests/c/Canva/Canva/1.93.0/Canva.Canva.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.93.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.93.1/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.93.1/Canva.Canva.installer.yaml new file mode 100644 index 0000000000000..aef583d99a41e --- /dev/null +++ b/manifests/c/Canva/Canva/1.93.1/Canva.Canva.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.93.1 +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.93.1.exe + InstallerSha256: 3286ADE794413F8F7E3DC418B401D3C5084EADFB315BB4FFD52680A84B4A6C62 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.93.1/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.93.1/Canva.Canva.locale.en-US.yaml new file mode 100644 index 0000000000000..b000f5bda7235 --- /dev/null +++ b/manifests/c/Canva/Canva/1.93.1/Canva.Canva.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.93.1 +PackageLocale: en-US +Publisher: Canva Pty Ltd +PackageName: Canva +License: Proprietary +Copyright: © Canva +ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +Tags: +- graphic-design +- visual-design +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.93.1/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.93.1/Canva.Canva.yaml new file mode 100644 index 0000000000000..484e0f45a90a2 --- /dev/null +++ b/manifests/c/Canva/Canva/1.93.1/Canva.Canva.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.93.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.94.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.94.0/Canva.Canva.installer.yaml new file mode 100644 index 0000000000000..ee214e1d3c31e --- /dev/null +++ b/manifests/c/Canva/Canva/1.94.0/Canva.Canva.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.94.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.94.0.exe + InstallerSha256: 850E563D8C5ECA8B12A7FE158380DC68F6FB721DFBC66707C2862D6A8BFFFD54 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.94.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.94.0/Canva.Canva.locale.en-US.yaml new file mode 100644 index 0000000000000..df3478ff2f807 --- /dev/null +++ b/manifests/c/Canva/Canva/1.94.0/Canva.Canva.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.94.0 +PackageLocale: en-US +Publisher: Canva Pty Ltd +PackageName: Canva +License: Proprietary +Copyright: © Canva +ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +Tags: +- graphic-design +- visual-design +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Canva/Canva/1.94.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.94.0/Canva.Canva.yaml new file mode 100644 index 0000000000000..d2b09a5384a45 --- /dev/null +++ b/manifests/c/Canva/Canva/1.94.0/Canva.Canva.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.94.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Caphyon/AdvancedInstaller/22.0/Caphyon.AdvancedInstaller.installer.yaml b/manifests/c/Caphyon/AdvancedInstaller/22.0/Caphyon.AdvancedInstaller.installer.yaml new file mode 100644 index 0000000000000..cd83bd73650d7 --- /dev/null +++ b/manifests/c/Caphyon/AdvancedInstaller/22.0/Caphyon.AdvancedInstaller.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Caphyon.AdvancedInstaller +PackageVersion: "22.0" +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +ReleaseDate: 2024-08-21 +AppsAndFeaturesEntries: +- ProductCode: '{ED4B3ABC-67B7-4F00-BA37-E9A588DDAF5B}' + UpgradeCode: '{0468B821-8AD9-46E7-8BB5-65FBE3955791}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.advancedinstaller.com/downloads/22.0/advinst.msi + InstallerSha256: E947E90986DE411E7488F4E468E6F9C2EC123066D6224A93A4C5C0812D1AB99E + ProductCode: '{ED4B3ABC-67B7-4F00-BA37-E9A588DDAF5B}' +- Architecture: x64 + InstallerUrl: https://www.advancedinstaller.com/downloads/22.0/advinst.msi + InstallerSha256: E947E90986DE411E7488F4E468E6F9C2EC123066D6224A93A4C5C0812D1AB99E + ProductCode: '{ED4B3ABC-67B7-4F00-BA37-E9A588DDAF5B}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Caphyon/AdvancedInstaller/22.0/Caphyon.AdvancedInstaller.locale.en-US.yaml b/manifests/c/Caphyon/AdvancedInstaller/22.0/Caphyon.AdvancedInstaller.locale.en-US.yaml new file mode 100644 index 0000000000000..73c3fb98acb24 --- /dev/null +++ b/manifests/c/Caphyon/AdvancedInstaller/22.0/Caphyon.AdvancedInstaller.locale.en-US.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Caphyon.AdvancedInstaller +PackageVersion: "22.0" +PackageLocale: en-US +Publisher: Caphyon +PublisherUrl: https://www.advancedinstaller.com/ +PublisherSupportUrl: https://www.advancedinstaller.com/support.html +PrivacyUrl: https://www.advancedinstaller.com/privacy-policy.html +Author: Caphyon Ltd. +PackageName: Advanced Installer +PackageUrl: https://www.advancedinstaller.com/ +License: Proprietary +LicenseUrl: https://www.advancedinstaller.com/eula.html +Copyright: Copyright © 2002-2024 Caphyon LTD +# CopyrightUrl: +ShortDescription: Windows Installer Packaging Tool for Developers, ISVs & Enterprises +Description: Advanced Installer is a Windows installer authoring tool for installing, updating, and configuring your products safely, securely, and reliably. +Moniker: advanced-installer +Tags: +- install +- installation +- installer +- msi +- msix +ReleaseNotes: |- + New Features + - New WinUI theme for the Auto-Updater + - Samples Gallery with ready-to-use sample projects and tutorials + + Enhancements + - Predefined custom action: Copy File to User Profile + - Predefined custom action: Exit Early + - New environment variable for accessing the latest advancedinstaller.com path + - Added the -locid parameter to the SetProperty command, allowing you to specify a custom localization identifier + - Predefined launch condition for SQL Server Express 2022 + - Added new options to NewPrerequisite and UpdatePrerequisite commands + - UI improvements in Organization view + - Update .NET Prerequisites to the latest version + - Update Java prerequisites to the latest versions + + Fixed Bugs + - Feature size is not displayed when using MSI Embedded UI + - The icon for the EXE patch file cannot be configured in Patch projects + - Languages for the missing localization identifiers are displayed twice when building a mixed 32/64-bit package + - The prerequisite command line is set before the MSI process starts during a silent or basic UI installation + - Translated string changes are not reflected until you change the view + - Stack trace after capturing App-V build with Repackager + - New project/Return to project shortcut (CTRL + N) leads to a blank page + - The "Source file not found" error is displayed when a prerequisite performs a machine reboot + - Fixed issue where install-only custom actions incorrectly execute during uninstall + - No notification should be displayed when opening a template project + - Additional space set for a component is reset if higher than 2048 MB + - The default command line for the custom Sign Tool is invalid in patch projects + - Fixed the "Vector too long" error for MSIX build when the Logo image is renamed/removed from the disk + - Universal Windows views are not shown in the Left Pane when needed + - Typing Chinese characters does not work in the latest versions + - Prerequisites created with a newer version are incorrectly loaded from the repository + - Fixed the error: The digital signature of the object did not verify on the merge module build when verifying the digital signature + - Fixed Surface themes translation issues + - Already installed prerequisites are checked for installation on PrerequisitesDlg when using WinUI + - URL-based prerequisites fail to be installed when they are scheduled silently after the main package + - Random Stack Trace occurs when resizing the Behavior panel on the Dialogs page + - File Association is triggering repair for .AIP extension + - "Go to Table Editor" option from Issue List and Search Results doesn't work + - Project Summary won't load after importing Repackaging Results + - Addressed issue with prerequisites extraction folder names being too long + - Selecting an external file that's currently in use results in an error during installation + - The installation window silently crashes when trying to open AboutDlg from ProgressPrereqDlg +ReleaseNotesUrl: https://www.advancedinstaller.com/version-history.html +PurchaseUrl: https://www.advancedinstaller.com/purchase.html +# InstallationNotes: +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.advancedinstaller.com/user-guide/introduction.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Caphyon/AdvancedInstaller/22.0/Caphyon.AdvancedInstaller.locale.zh-CN.yaml b/manifests/c/Caphyon/AdvancedInstaller/22.0/Caphyon.AdvancedInstaller.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3f3a620b6f570 --- /dev/null +++ b/manifests/c/Caphyon/AdvancedInstaller/22.0/Caphyon.AdvancedInstaller.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Caphyon.AdvancedInstaller +PackageVersion: "22.0" +PackageLocale: zh-CN +Publisher: Caphyon +PublisherUrl: https://www.advancedinstaller.com/ +PublisherSupportUrl: https://www.advancedinstaller.com/support.html +PrivacyUrl: https://www.advancedinstaller.com/privacy-policy.html +Author: Caphyon Ltd. +PackageName: Advanced Installer +PackageUrl: https://www.advancedinstaller.com/ +License: 专有软件 +LicenseUrl: https://www.advancedinstaller.com/eula.html +Copyright: Copyright © 2002-2024 Caphyon LTD +# CopyrightUrl: +ShortDescription: 面向开发人员、ISV 和企业的 Windows 安装程序打包工具 +Description: Advanced Installer 是一款 Windows 安装程序制作工具,用于安全、可靠地安装、更新和配置您的产品。 +# Moniker: +Tags: +- msi +- msix +- 安装 +- 安装包 +- 安装器 +# ReleaseNotes: +ReleaseNotesUrl: https://www.advancedinstaller.com/version-history.html +PurchaseUrl: https://www.advancedinstaller.com/purchase.html +# InstallationNotes: +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://www.advancedinstaller.com/user-guide/introduction.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Caphyon/AdvancedInstaller/22.0/Caphyon.AdvancedInstaller.yaml b/manifests/c/Caphyon/AdvancedInstaller/22.0/Caphyon.AdvancedInstaller.yaml new file mode 100644 index 0000000000000..acb5a661c415a --- /dev/null +++ b/manifests/c/Caphyon/AdvancedInstaller/22.0/Caphyon.AdvancedInstaller.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Caphyon.AdvancedInstaller +PackageVersion: "22.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Carmix/HexWalk/1.8.0/Carmix.HexWalk.installer.yaml b/manifests/c/Carmix/HexWalk/1.8.0/Carmix.HexWalk.installer.yaml new file mode 100644 index 0000000000000..8825dbafccb84 --- /dev/null +++ b/manifests/c/Carmix/HexWalk/1.8.0/Carmix.HexWalk.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Carmix.HexWalk +PackageVersion: 1.8.0 +InstallerType: exe +InstallerSwitches: + Silent: --accept-licenses --default-answer --confirm-command install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gcarmix/HexWalk/releases/download/v1.8.0/HexWalk_1.8.0_Windows_X64_Installer.exe + InstallerSha256: B0C64213F2D50D52C76C3B45F72A14B79E005E04FD4AECEF87A700CBF8F169FB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Carmix/HexWalk/1.8.0/Carmix.HexWalk.locale.en-US.yaml b/manifests/c/Carmix/HexWalk/1.8.0/Carmix.HexWalk.locale.en-US.yaml new file mode 100644 index 0000000000000..43b11f85a21b0 --- /dev/null +++ b/manifests/c/Carmix/HexWalk/1.8.0/Carmix.HexWalk.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Carmix.HexWalk +PackageVersion: 1.8.0 +PackageLocale: en-US +Publisher: Carmix +PackageName: HexWalk +License: GPL +ShortDescription: HexWalk is a Hex Editor/Viewer/Analyzer +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Carmix/HexWalk/1.8.0/Carmix.HexWalk.yaml b/manifests/c/Carmix/HexWalk/1.8.0/Carmix.HexWalk.yaml new file mode 100644 index 0000000000000..f800e24d683ec --- /dev/null +++ b/manifests/c/Carmix/HexWalk/1.8.0/Carmix.HexWalk.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Carmix.HexWalk +PackageVersion: 1.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CartamundiDigital/Fundels/3.0.10/CartamundiDigital.Fundels.installer.yaml b/manifests/c/CartamundiDigital/Fundels/3.0.10/CartamundiDigital.Fundels.installer.yaml deleted file mode 100644 index 2df276a847bf8..0000000000000 --- a/manifests/c/CartamundiDigital/Fundels/3.0.10/CartamundiDigital.Fundels.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CartamundiDigital.Fundels -PackageVersion: 3.0.10 -MinimumOSVersion: 10.0.0.0 -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2013.x86 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: nl-NL - Architecture: x86 - InstallerType: exe - Scope: machine - InstallerUrl: https://www.fundels.com/download/fundels_exe - InstallerSha256: 5B857850CBD1F4E46DA9F7FE96A1E5EF741825D11BE2E5539DD3853B232C15C1 - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/c/CartamundiDigital/Fundels/3.0.10/CartamundiDigital.Fundels.locale.en-US.yaml b/manifests/c/CartamundiDigital/Fundels/3.0.10/CartamundiDigital.Fundels.locale.en-US.yaml deleted file mode 100644 index 4cdf4a756db71..0000000000000 --- a/manifests/c/CartamundiDigital/Fundels/3.0.10/CartamundiDigital.Fundels.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json - -PackageIdentifier: CartamundiDigital.Fundels -PackageVersion: 3.0.10 -PackageLocale: en-US -Publisher: Cartamundi Digital -PublisherUrl: https://www.fundels.com/en-uk/ -PublisherSupportUrl: https://www.fundels.com/support/ -PrivacyUrl: https://www.fundels.com/legal/ -Author: Cartamundi Digital -PackageName: Fundels -PackageUrl: https://www.fundels.com/en-uk/ -License: Proprietary -LicenseUrl: https://www.fundels.com/legal/ -Copyright: Copyright (C) 2020 Cartamundi Digital -CopyrightUrl: https://www.fundels.com/legal/ -ShortDescription: Fundels software for primary school teachers -Description: Fundels software for primary school teachers -Moniker: fundels -Tags: -- fundels -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/c/CartamundiDigital/Fundels/3.0.10/CartamundiDigital.Fundels.yaml b/manifests/c/CartamundiDigital/Fundels/3.0.10/CartamundiDigital.Fundels.yaml deleted file mode 100644 index 40f7d91b09068..0000000000000 --- a/manifests/c/CartamundiDigital/Fundels/3.0.10/CartamundiDigital.Fundels.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CartamundiDigital.Fundels -PackageVersion: 3.0.10 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/c/CartamundiDigital/Fundels/3.2.6/CartamundiDigital.Fundels.installer.yaml b/manifests/c/CartamundiDigital/Fundels/3.2.6/CartamundiDigital.Fundels.installer.yaml new file mode 100644 index 0000000000000..dee2e2d2ed984 --- /dev/null +++ b/manifests/c/CartamundiDigital/Fundels/3.2.6/CartamundiDigital.Fundels.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: CartamundiDigital.Fundels +PackageVersion: 3.2.6 +MinimumOSVersion: 10.0.0.0 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2013.x86 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: nl-NL + Architecture: x86 + InstallerType: exe + Scope: machine + InstallerUrl: https://www.fundels.com/download/fundels_exe + InstallerSha256: E69E1671F3224186B3480B359DB5E22FC91BA72F093954A48044915314C13F2F + InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/c/CartamundiDigital/Fundels/3.2.6/CartamundiDigital.Fundels.locale.en-US.yaml b/manifests/c/CartamundiDigital/Fundels/3.2.6/CartamundiDigital.Fundels.locale.en-US.yaml new file mode 100644 index 0000000000000..62f186d754c2f --- /dev/null +++ b/manifests/c/CartamundiDigital/Fundels/3.2.6/CartamundiDigital.Fundels.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: CartamundiDigital.Fundels +PackageVersion: 3.2.6 +PackageLocale: en-US +Publisher: Cartamundi Digital +PublisherSupportUrl: https://www.fundels.com/support/ +Author: Cartamundi Digital +PackageName: Fundels +License: Proprietary +LicenseUrl: https://www.fundels.com/legal/ +Copyright: Copyright (C) 2020 Cartamundi Digital +CopyrightUrl: https://www.fundels.com/legal/ +ShortDescription: Fundels software for primary school teachers +Description: Fundels software for primary school teachers +Moniker: fundels +Tags: +- fundels +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/c/CartamundiDigital/Fundels/3.0.10/CartamundiDigital.Fundels.locale.nl-NL.yaml b/manifests/c/CartamundiDigital/Fundels/3.2.6/CartamundiDigital.Fundels.locale.nl-NL.yaml similarity index 82% rename from manifests/c/CartamundiDigital/Fundels/3.0.10/CartamundiDigital.Fundels.locale.nl-NL.yaml rename to manifests/c/CartamundiDigital/Fundels/3.2.6/CartamundiDigital.Fundels.locale.nl-NL.yaml index 1ea834eedd36d..d5605a645220b 100644 --- a/manifests/c/CartamundiDigital/Fundels/3.0.10/CartamundiDigital.Fundels.locale.nl-NL.yaml +++ b/manifests/c/CartamundiDigital/Fundels/3.2.6/CartamundiDigital.Fundels.locale.nl-NL.yaml @@ -1,23 +1,22 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json - -PackageIdentifier: CartamundiDigital.Fundels -PackageVersion: 3.0.10 -PackageLocale: nl-NL -Publisher: Cartamundi Digital -PublisherUrl: https://www.fundels.com/en-uk/ -PublisherSupportUrl: https://www.fundels.com/support/ -PrivacyUrl: https://www.fundels.com/legal/ -Author: Cartamundi Digital -PackageName: Fundels -PackageUrl: https://www.fundels.com/nl-nl/ -License: Proprietary -LicenseUrl: https://www.fundels.com/legal/ -Copyright: Copyright (C) 2020 Cartamundi Digital -CopyrightUrl: https://www.fundels.com/legal/ -ShortDescription: Fundels-software voor leraren in het basisonderwijs -Description: Fundels-software voor leraren in het basisonderwijs -Tags: -- fundels -ManifestType: locale -ManifestVersion: 1.0.0 +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json + +PackageIdentifier: CartamundiDigital.Fundels +PackageVersion: 3.2.6 +PackageLocale: nl-NL +Publisher: Cartamundi Digital +PublisherSupportUrl: https://www.fundels.com/support/ +PrivacyUrl: https://www.fundels.com/legal/ +Author: Cartamundi Digital +PackageName: Fundels +PackageUrl: https://www.fundels.com/nl-nl/ +License: Proprietary +LicenseUrl: https://www.fundels.com/legal/ +Copyright: Copyright (C) 2020 Cartamundi Digital +CopyrightUrl: https://www.fundels.com/legal/ +ShortDescription: Fundels-software voor leraren in het basisonderwijs +Description: Fundels-software voor leraren in het basisonderwijs +Tags: +- fundels +ManifestType: locale +ManifestVersion: 1.5.0 diff --git a/manifests/c/CartamundiDigital/Fundels/3.2.6/CartamundiDigital.Fundels.yaml b/manifests/c/CartamundiDigital/Fundels/3.2.6/CartamundiDigital.Fundels.yaml new file mode 100644 index 0000000000000..bc7b6b3ff40d6 --- /dev/null +++ b/manifests/c/CartamundiDigital/Fundels/3.2.6/CartamundiDigital.Fundels.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: CartamundiDigital.Fundels +PackageVersion: 3.2.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/c/Casey/Just/1.32.0/Casey.Just.installer.yaml b/manifests/c/Casey/Just/1.32.0/Casey.Just.installer.yaml new file mode 100644 index 0000000000000..5eb8a05398ad6 --- /dev/null +++ b/manifests/c/Casey/Just/1.32.0/Casey.Just.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Casey.Just +PackageVersion: 1.32.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: just.exe + PortableCommandAlias: just +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/casey/just/releases/download/1.32.0/just-1.32.0-x86_64-pc-windows-msvc.zip + InstallerSha256: AAC3F10C2C1FDEC2E3496D7A31903C8F07901300A0D5FA81518767A05F8EA8F7 +- Architecture: x64 + InstallerUrl: https://github.com/casey/just/releases/download/1.32.0/just-1.32.0-x86_64-pc-windows-msvc.zip + InstallerSha256: AAC3F10C2C1FDEC2E3496D7A31903C8F07901300A0D5FA81518767A05F8EA8F7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Casey/Just/1.32.0/Casey.Just.locale.en-US.yaml b/manifests/c/Casey/Just/1.32.0/Casey.Just.locale.en-US.yaml new file mode 100644 index 0000000000000..05b649132d575 --- /dev/null +++ b/manifests/c/Casey/Just/1.32.0/Casey.Just.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Casey.Just +PackageVersion: 1.32.0 +PackageLocale: en-US +Publisher: Casey Rodarmor +PublisherUrl: https://github.com/casey +PublisherSupportUrl: https://github.com/casey/just/issues +Author: Casey Rodarmor +PackageName: Just +PackageUrl: https://github.com/casey/just +License: CC0-1.0 +LicenseUrl: https://github.com/casey/just/blob/HEAD/LICENSE +ShortDescription: Just a command runner +Description: just is a handy way to save and run project-specific commands. Commands, called recipes, are stored in a file called justfile with syntax inspired by make +ReleaseNotes: |- + Added + - Add unstable [script(…)] attribute (#2259 by casey) + - Add [extension: 'EXT'] attribute to set shebang recipe script file extension (#2256 by casey) + - Suppress mod doc comment with empty [doc] attribute (#2254 by casey) + - Allow [doc] annotation on modules (#2247 by neunenak) +ReleaseNotesUrl: https://github.com/casey/just/releases/tag/1.32.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Casey/Just/1.32.0/Casey.Just.yaml b/manifests/c/Casey/Just/1.32.0/Casey.Just.yaml new file mode 100644 index 0000000000000..acc7ab6237814 --- /dev/null +++ b/manifests/c/Casey/Just/1.32.0/Casey.Just.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Casey.Just +PackageVersion: 1.32.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CatoNetworks/CatoClient/5.10.34.2284/CatoNetworks.CatoClient.installer.yaml b/manifests/c/CatoNetworks/CatoClient/5.10.34.2284/CatoNetworks.CatoClient.installer.yaml deleted file mode 100644 index d605f1b9921e8..0000000000000 --- a/manifests/c/CatoNetworks/CatoClient/5.10.34.2284/CatoNetworks.CatoClient.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: CatoNetworks.CatoClient -PackageVersion: 5.10.34.2284 -InstallerType: nullsoft -Installers: -- InstallerUrl: https://clientdownload.catonetworks.com/public/clients/setup.exe - Architecture: x86 - InstallerSha256: C2EA2BF3CCFCE040C032F730168ABC393121641C161F1C45C12EF87D6A1CDAC6 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/CatoNetworks/CatoClient/5.10.34.2284/CatoNetworks.CatoClient.yaml b/manifests/c/CatoNetworks/CatoClient/5.10.34.2284/CatoNetworks.CatoClient.yaml deleted file mode 100644 index 34e2df8d80ca4..0000000000000 --- a/manifests/c/CatoNetworks/CatoClient/5.10.34.2284/CatoNetworks.CatoClient.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: CatoNetworks.CatoClient -PackageVersion: 5.10.34.2284 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/CatoNetworks/CatoClient/5.11.9.3102/CatoNetworks.CatoClient.installer.yaml b/manifests/c/CatoNetworks/CatoClient/5.11.9.3102/CatoNetworks.CatoClient.installer.yaml new file mode 100644 index 0000000000000..cd9c254893aa7 --- /dev/null +++ b/manifests/c/CatoNetworks/CatoClient/5.11.9.3102/CatoNetworks.CatoClient.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2024/Aug/29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: CatoNetworks.CatoClient +PackageVersion: 5.11.9.3102 +InstallerType: nullsoft +Installers: +- InstallerUrl: https://clientdownload.catonetworks.com/public/clients/setup.exe + Architecture: x86 + InstallerSha256: FFFDF6CA838D9FF456ECE586F9A9BFF96BB463903545B5EA3336C8292AE4AC2E +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/c/CatoNetworks/CatoClient/5.10.34.2284/CatoNetworks.CatoClient.locale.en-US.yaml b/manifests/c/CatoNetworks/CatoClient/5.11.9.3102/CatoNetworks.CatoClient.locale.en-US.yaml similarity index 78% rename from manifests/c/CatoNetworks/CatoClient/5.10.34.2284/CatoNetworks.CatoClient.locale.en-US.yaml rename to manifests/c/CatoNetworks/CatoClient/5.11.9.3102/CatoNetworks.CatoClient.locale.en-US.yaml index 2563b81fe15a5..6e8b9656c82d6 100644 --- a/manifests/c/CatoNetworks/CatoClient/5.10.34.2284/CatoNetworks.CatoClient.locale.en-US.yaml +++ b/manifests/c/CatoNetworks/CatoClient/5.11.9.3102/CatoNetworks.CatoClient.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jun/06 +# Automatically updated by the winget bot at 2024/Aug/29 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: CatoNetworks.CatoClient -PackageVersion: 5.10.34.2284 +PackageVersion: 5.11.9.3102 PackageLocale: en-US Publisher: Cato Networks PackageName: Cato Client diff --git a/manifests/c/CatoNetworks/CatoClient/5.11.9.3102/CatoNetworks.CatoClient.yaml b/manifests/c/CatoNetworks/CatoClient/5.11.9.3102/CatoNetworks.CatoClient.yaml new file mode 100644 index 0000000000000..cfdfe557ce25d --- /dev/null +++ b/manifests/c/CatoNetworks/CatoClient/5.11.9.3102/CatoNetworks.CatoClient.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: CatoNetworks.CatoClient +PackageVersion: 5.11.9.3102 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/c/Catsxp/Catsxp/127.4.7.2/Catsxp.Catsxp.installer.yaml b/manifests/c/Catsxp/Catsxp/127.4.7.2/Catsxp.Catsxp.installer.yaml deleted file mode 100644 index 2dfc956c9f201..0000000000000 --- a/manifests/c/Catsxp/Catsxp/127.4.7.2/Catsxp.Catsxp.installer.yaml +++ /dev/null @@ -1,64 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Catsxp.Catsxp -PackageVersion: 127.4.7.2 -InstallerType: exe -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" -ExpectedReturnCodes: -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- ftp -- http -- https -- mailto -- microsoft-edge -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ReleaseDate: 2024-07-18 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/x86/catsxp_installer_127_4_7_2.exe - InstallerSha256: 26A89BF814E8C87FE05D5C6A8F70EA9BFB9B2028D90E96D441E14607D3F62FE2 - InstallerSwitches: - Custom: --do-not-launch-chrome - ProductCode: CatsxpSoftware Catsxp-Browser -- Architecture: x86 - Scope: machine - InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/x86/catsxp_installer_127_4_7_2.exe - InstallerSha256: 26A89BF814E8C87FE05D5C6A8F70EA9BFB9B2028D90E96D441E14607D3F62FE2 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level - ProductCode: CatsxpSoftware Catsxp-Browser -- Architecture: x64 - Scope: user - InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/x64/catsxp_installer_127_4_7_2.exe - InstallerSha256: AFE3450008EC2874FED83809A2BFB939F8E5F0C8B2982B3E53B594E1EADA2627 - InstallerSwitches: - Custom: --do-not-launch-chrome - ProductCode: CatsxpSoftware Catsxp-Browser -- Architecture: x64 - Scope: machine - InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/x64/catsxp_installer_127_4_7_2.exe - InstallerSha256: AFE3450008EC2874FED83809A2BFB939F8E5F0C8B2982B3E53B594E1EADA2627 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level - ProductCode: CatsxpSoftware Catsxp-Browser -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/Catsxp/Catsxp/129.4.9.4/Catsxp.Catsxp.installer.yaml b/manifests/c/Catsxp/Catsxp/129.4.9.4/Catsxp.Catsxp.installer.yaml new file mode 100644 index 0000000000000..9b6b9b0654078 --- /dev/null +++ b/manifests/c/Catsxp/Catsxp/129.4.9.4/Catsxp.Catsxp.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Catsxp.Catsxp +PackageVersion: 129.4.9.4 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- microsoft-edge +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2024-09-12 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/x86/catsxp_installer_129_4_9_4.exe + InstallerSha256: DF944970A3E5FEAB4DE00EA45CB7FAC6F887B64543B555C2134860D3BA09122C + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: CatsxpSoftware Catsxp-Browser +- Architecture: x86 + Scope: machine + InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/x86/catsxp_installer_129_4_9_4.exe + InstallerSha256: DF944970A3E5FEAB4DE00EA45CB7FAC6F887B64543B555C2134860D3BA09122C + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: CatsxpSoftware Catsxp-Browser +- Architecture: x64 + Scope: user + InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/x64/catsxp_installer_129_4_9_4.exe + InstallerSha256: FA76AAB42A2DA45E2848E8C158305971AEB996BE33DA81F2977554B2CB055565 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: CatsxpSoftware Catsxp-Browser +- Architecture: x64 + Scope: machine + InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/x64/catsxp_installer_129_4_9_4.exe + InstallerSha256: FA76AAB42A2DA45E2848E8C158305971AEB996BE33DA81F2977554B2CB055565 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: CatsxpSoftware Catsxp-Browser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Catsxp/Catsxp/127.4.7.2/Catsxp.Catsxp.locale.en-US.yaml b/manifests/c/Catsxp/Catsxp/129.4.9.4/Catsxp.Catsxp.locale.en-US.yaml similarity index 87% rename from manifests/c/Catsxp/Catsxp/127.4.7.2/Catsxp.Catsxp.locale.en-US.yaml rename to manifests/c/Catsxp/Catsxp/129.4.9.4/Catsxp.Catsxp.locale.en-US.yaml index 05797c28dd24e..e87f922c68d5a 100644 --- a/manifests/c/Catsxp/Catsxp/127.4.7.2/Catsxp.Catsxp.locale.en-US.yaml +++ b/manifests/c/Catsxp/Catsxp/129.4.9.4/Catsxp.Catsxp.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 127.4.7.2 +PackageVersion: 129.4.9.4 PackageLocale: en-US Publisher: Catsxp Software Inc PublisherUrl: https://www.catsxp.com/ @@ -24,8 +24,9 @@ Tags: - web - webpage ReleaseNotes: |- - 1. [*]Kernel upgrade:127.0.6533.57 + 1. [*]Kernel upgrade:129.0.6668.49 2. [!]Some problems correction and detail optimization + 3. [!]Fix errors(STATUS_BREAKPOINT) ReleaseNotesUrl: https://www.catsxp.com/history # PurchaseUrl: # InstallationNotes: diff --git a/manifests/c/Catsxp/Catsxp/127.4.7.2/Catsxp.Catsxp.locale.zh-CN.yaml b/manifests/c/Catsxp/Catsxp/129.4.9.4/Catsxp.Catsxp.locale.zh-CN.yaml similarity index 87% rename from manifests/c/Catsxp/Catsxp/127.4.7.2/Catsxp.Catsxp.locale.zh-CN.yaml rename to manifests/c/Catsxp/Catsxp/129.4.9.4/Catsxp.Catsxp.locale.zh-CN.yaml index 486cb76210b4e..9452a5e2b42f8 100644 --- a/manifests/c/Catsxp/Catsxp/127.4.7.2/Catsxp.Catsxp.locale.zh-CN.yaml +++ b/manifests/c/Catsxp/Catsxp/129.4.9.4/Catsxp.Catsxp.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 127.4.7.2 +PackageVersion: 129.4.9.4 PackageLocale: zh-CN Publisher: Catsxp Software Inc PublisherUrl: https://www.catsxp.com/zh-hans @@ -24,8 +24,9 @@ Tags: - 猫眼浏览器 - 网页 ReleaseNotes: |- - 1. [*]内核升级:127.0.6533.57 + 1. [*]内核升级:129.0.6668.49 2. [!]若干问题修正与细节优化 + 3. [!]修复错误(STATUS_BREAKPOINT) ReleaseNotesUrl: https://www.catsxp.com/zh-hans/history # PurchaseUrl: # InstallationNotes: diff --git a/manifests/c/Catsxp/Catsxp/127.4.7.2/Catsxp.Catsxp.yaml b/manifests/c/Catsxp/Catsxp/129.4.9.4/Catsxp.Catsxp.yaml similarity index 82% rename from manifests/c/Catsxp/Catsxp/127.4.7.2/Catsxp.Catsxp.yaml rename to manifests/c/Catsxp/Catsxp/129.4.9.4/Catsxp.Catsxp.yaml index 49d687f7689c7..95d323433a58f 100644 --- a/manifests/c/Catsxp/Catsxp/127.4.7.2/Catsxp.Catsxp.yaml +++ b/manifests/c/Catsxp/Catsxp/129.4.9.4/Catsxp.Catsxp.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 127.4.7.2 +PackageVersion: 129.4.9.4 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/c/Ccache/Ccache/4.10.2/Ccache.Ccache.installer.yaml b/manifests/c/Ccache/Ccache/4.10.2/Ccache.Ccache.installer.yaml new file mode 100644 index 0000000000000..203f370f651f9 --- /dev/null +++ b/manifests/c/Ccache/Ccache/4.10.2/Ccache.Ccache.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Ccache.Ccache +PackageVersion: 4.10.2 +InstallerType: zip +ReleaseDate: 2024-07-22 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ccache-4.10.2-windows-i686\ccache.exe + PortableCommandAlias: ccache.exe + InstallerUrl: https://github.com/ccache/ccache/releases/download/v4.10.2/ccache-4.10.2-windows-i686.zip + InstallerSha256: 30BD081F45F92AFFE74B776F19B8872A09B6B5DF3EC6C43C552863D73C804871 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ccache-4.10.2-windows-x86_64\ccache.exe + PortableCommandAlias: ccache.exe + InstallerUrl: https://github.com/ccache/ccache/releases/download/v4.10.2/ccache-4.10.2-windows-x86_64.zip + InstallerSha256: 6252F081876A9A9F700FAE13A5AEC5D0D486B28261D7F1F72AC11C7AD9DF4DA9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Ccache/Ccache/4.10.2/Ccache.Ccache.locale.en-US.yaml b/manifests/c/Ccache/Ccache/4.10.2/Ccache.Ccache.locale.en-US.yaml new file mode 100644 index 0000000000000..8cc0e76ae2406 --- /dev/null +++ b/manifests/c/Ccache/Ccache/4.10.2/Ccache.Ccache.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Ccache.Ccache +PackageVersion: 4.10.2 +PackageLocale: en-US +Publisher: Joel Rosdahl +PublisherUrl: https://ccache.dev/ +PublisherSupportUrl: https://github.com/ccache/ccache/discussions +# PrivacyUrl: +Author: Joel Rosdahl, Andrew “Tridge” Tridgell, and Ccache Contributors +PackageName: Ccache +PackageUrl: https://github.com/ccache/ccache +License: GPL-3.0 +LicenseUrl: https://ccache.dev/license.html +# Copyright: +# CopyrightUrl: +ShortDescription: Ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. +Description: Ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Ccache is free software, released under the GNU General Public License version 3 or later. +Moniker: ccache +Tags: +- c +- c++ +- ccache +- compilation +- cross-platform +- open-source +- optimization +- speedup +ReleaseNotes: |- + Build improvements + - Fixed detection of Fmt version 11 and newer. + [contributed by Holger Hoffstätte and Joel Rosdahl] + + Test improvements + - Made the “-fprofile-update=atomic” test only run when that option is supported by the compiler. + [contributed by Joel Rosdahl] + + - Made the color diagnostics tests work when the user running the tests has a non-POSIX login shell. + [contributed by Anders F Björklund] +ReleaseNotesUrl: https://ccache.dev/releasenotes.html#_ccache_4_10_2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Ccache Manual + DocumentUrl: https://ccache.dev/manual/4.10.2.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Ccache/Ccache/4.10.2/Ccache.Ccache.yaml b/manifests/c/Ccache/Ccache/4.10.2/Ccache.Ccache.yaml new file mode 100644 index 0000000000000..f39e25caea4a2 --- /dev/null +++ b/manifests/c/Ccache/Ccache/4.10.2/Ccache.Ccache.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Ccache.Ccache +PackageVersion: 4.10.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeVIO/CeVIOAI/9.1.16/CeVIO.CeVIOAI.installer.yaml b/manifests/c/CeVIO/CeVIOAI/9.1.16/CeVIO.CeVIOAI.installer.yaml new file mode 100644 index 0000000000000..248af9808816f --- /dev/null +++ b/manifests/c/CeVIO/CeVIOAI/9.1.16/CeVIO.CeVIOAI.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CeVIO.CeVIOAI +PackageVersion: 9.1.16 +InstallerLocale: ja-JP +InstallerType: msi +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{3029CC28-D434-49DD-8A60-F2F3D67951E1}' +Installers: +- Architecture: x64 + InstallerUrl: https://cevio.jp/storage/cevio_ai/CeVIO_AI_Setup_x64_(9.1.16.0).msi + InstallerSha256: 75AA906A0E68FE2D8B9D8FF150BE62675F1A1D01498DF8E1C3AB25C9A1188C36 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeVIO/CeVIOAI/9.1.16/CeVIO.CeVIOAI.locale.ja-JP.yaml b/manifests/c/CeVIO/CeVIOAI/9.1.16/CeVIO.CeVIOAI.locale.ja-JP.yaml new file mode 100644 index 0000000000000..9f0bead11b659 --- /dev/null +++ b/manifests/c/CeVIO/CeVIOAI/9.1.16/CeVIO.CeVIOAI.locale.ja-JP.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CeVIO.CeVIOAI +PackageVersion: 9.1.16 +PackageLocale: ja-JP +Publisher: CeVIO +PackageName: CeVIO AI +License: CeVIO AI +ShortDescription: AI技術により、人間の声質・癖・歌い方・話し方を高精度に再現する新世代の音声創作ソフトウェア。 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeVIO/CeVIOAI/9.1.16/CeVIO.CeVIOAI.yaml b/manifests/c/CeVIO/CeVIOAI/9.1.16/CeVIO.CeVIOAI.yaml new file mode 100644 index 0000000000000..bdfa0e9f8d086 --- /dev/null +++ b/manifests/c/CeVIO/CeVIOAI/9.1.16/CeVIO.CeVIOAI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CeVIO.CeVIOAI +PackageVersion: 9.1.16 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/2.1/Cemu.Cemu.installer.yaml b/manifests/c/Cemu/Cemu/2.1/Cemu.Cemu.installer.yaml new file mode 100644 index 0000000000000..c8e85e00f01eb --- /dev/null +++ b/manifests/c/Cemu/Cemu/2.1/Cemu.Cemu.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu +PackageVersion: "2.1" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Cemu_2.1\Cemu.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cemu-project/Cemu/releases/download/v2.1/cemu-2.1-windows-x64.zip + InstallerSha256: 25EFF2E6F410BE792A5EFBB554BBEF565C8BE2C4344C6DC028BC8F6FE357AE0A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/2.1/Cemu.Cemu.locale.en-US.yaml b/manifests/c/Cemu/Cemu/2.1/Cemu.Cemu.locale.en-US.yaml new file mode 100644 index 0000000000000..164b046b8a4e9 --- /dev/null +++ b/manifests/c/Cemu/Cemu/2.1/Cemu.Cemu.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu +PackageVersion: "2.1" +PackageLocale: en-US +Publisher: Cemu +PackageName: Cemu +License: MPL-2.0 Licence +ShortDescription: Nintendo Wii U Emulator +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/2.1/Cemu.Cemu.yaml b/manifests/c/Cemu/Cemu/2.1/Cemu.Cemu.yaml new file mode 100644 index 0000000000000..85eafb6200f2e --- /dev/null +++ b/manifests/c/Cemu/Cemu/2.1/Cemu.Cemu.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu +PackageVersion: "2.1" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-90/Cemu.Cemu.Experimental.installer.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-90/Cemu.Cemu.Experimental.installer.yaml new file mode 100644 index 0000000000000..5a6391c4f0c86 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-90/Cemu.Cemu.Experimental.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-90 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Cemu_2.0-90\Cemu.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cemu-project/Cemu/releases/download/v2.0-90/cemu-2.0-90-windows-x64.zip + InstallerSha256: 2BD336794DCF8C46CFBAA7D83E0FA4EB8D62E69A07AB5880B2554BF3B856FA52 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-90/Cemu.Cemu.Experimental.locale.en-US.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-90/Cemu.Cemu.Experimental.locale.en-US.yaml new file mode 100644 index 0000000000000..0efd941fd309d --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-90/Cemu.Cemu.Experimental.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-90 +PackageLocale: en-US +Publisher: Cemu +PackageName: Cemu (Experimental) +License: MPL-2.0 License +ShortDescription: Nintendo Wii U Emulator +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-90/Cemu.Cemu.Experimental.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-90/Cemu.Cemu.Experimental.yaml new file mode 100644 index 0000000000000..a5b18dacb27cb --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-90/Cemu.Cemu.Experimental.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-90 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-91/Cemu.Cemu.Experimental.installer.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-91/Cemu.Cemu.Experimental.installer.yaml new file mode 100644 index 0000000000000..88f56e292f390 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-91/Cemu.Cemu.Experimental.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-91 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Cemu_2.0-91\Cemu.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cemu-project/Cemu/releases/download/v2.0-91/cemu-2.0-91-windows-x64.zip + InstallerSha256: 32856C291593F8FB3FE9B51616177DD1CDFF4FEA0852486DFCE0E239D927D6DF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-91/Cemu.Cemu.Experimental.locale.en-US.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-91/Cemu.Cemu.Experimental.locale.en-US.yaml new file mode 100644 index 0000000000000..ec2a88b4f591e --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-91/Cemu.Cemu.Experimental.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-91 +PackageLocale: en-US +Publisher: Cemu +PackageName: Cemu (Experimental) +License: MPL-2.0 License +ShortDescription: Nintendo Wii U Emulator +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-91/Cemu.Cemu.Experimental.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-91/Cemu.Cemu.Experimental.yaml new file mode 100644 index 0000000000000..63b217481a139 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-91/Cemu.Cemu.Experimental.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-91 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-93/Cemu.Cemu.Experimental.installer.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-93/Cemu.Cemu.Experimental.installer.yaml new file mode 100644 index 0000000000000..ef25f121151c4 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-93/Cemu.Cemu.Experimental.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-93 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Cemu_2.0-93\Cemu.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cemu-project/Cemu/releases/download/v2.0-93/cemu-2.0-93-windows-x64.zip + InstallerSha256: 1C9118FFE15AA56101E003FF994CCA22B1F77396AB33B608E7739A3E9318AD4C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-93/Cemu.Cemu.Experimental.locale.en-US.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-93/Cemu.Cemu.Experimental.locale.en-US.yaml new file mode 100644 index 0000000000000..df74806c1d158 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-93/Cemu.Cemu.Experimental.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-93 +PackageLocale: en-US +Publisher: Cemu +PackageName: Cemu (Experimental) +License: MPL-2.0 License +ShortDescription: Nintendo Wii U Emulator +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-93/Cemu.Cemu.Experimental.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-93/Cemu.Cemu.Experimental.yaml new file mode 100644 index 0000000000000..36b3449e558a2 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-93/Cemu.Cemu.Experimental.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-93 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-94/Cemu.Cemu.Experimental.installer.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-94/Cemu.Cemu.Experimental.installer.yaml new file mode 100644 index 0000000000000..736ca98e776a5 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-94/Cemu.Cemu.Experimental.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-94 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Cemu_2.0-94\Cemu.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cemu-project/Cemu/releases/download/v2.0-94/cemu-2.0-94-windows-x64.zip + InstallerSha256: 70305FF5ECAAE32091F5CD3544699905C6B27FBD898AAA19C0F8A030595402F8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-94/Cemu.Cemu.Experimental.locale.en-US.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-94/Cemu.Cemu.Experimental.locale.en-US.yaml new file mode 100644 index 0000000000000..df13f1f72db0f --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-94/Cemu.Cemu.Experimental.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-94 +PackageLocale: en-US +Publisher: Cemu +PackageName: Cemu (Experimental) +License: MPL-2.0 License +ShortDescription: Nintendo Wii U Emulator +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-94/Cemu.Cemu.Experimental.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-94/Cemu.Cemu.Experimental.yaml new file mode 100644 index 0000000000000..50ac97782780f --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-94/Cemu.Cemu.Experimental.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-94 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-95/Cemu.Cemu.Experimental.installer.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-95/Cemu.Cemu.Experimental.installer.yaml new file mode 100644 index 0000000000000..1335068371759 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-95/Cemu.Cemu.Experimental.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-95 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Cemu_2.0-95\Cemu.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cemu-project/Cemu/releases/download/v2.0-95/cemu-2.0-95-windows-x64.zip + InstallerSha256: F6B7ECAFFAA54FADC218910E5DC1C7259466A40CE26114009FAD2D0CE087F9E2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-95/Cemu.Cemu.Experimental.locale.en-US.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-95/Cemu.Cemu.Experimental.locale.en-US.yaml new file mode 100644 index 0000000000000..39930d1ece1f5 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-95/Cemu.Cemu.Experimental.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-95 +PackageLocale: en-US +Publisher: Cemu +PackageName: Cemu (Experimental) +License: MPL-2.0 License +ShortDescription: Nintendo Wii U Emulator +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.0-95/Cemu.Cemu.Experimental.yaml b/manifests/c/Cemu/Cemu/Experimental/2.0-95/Cemu.Cemu.Experimental.yaml new file mode 100644 index 0000000000000..0cfa11b16884a --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.0-95/Cemu.Cemu.Experimental.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: 2.0-95 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.1/Cemu.Cemu.Experimental.installer.yaml b/manifests/c/Cemu/Cemu/Experimental/2.1/Cemu.Cemu.Experimental.installer.yaml new file mode 100644 index 0000000000000..065fd8c874e5e --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.1/Cemu.Cemu.Experimental.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: "2.1" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Cemu_2.1\Cemu.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cemu-project/Cemu/releases/download/v2.1/cemu-2.1-windows-x64.zip + InstallerSha256: 25EFF2E6F410BE792A5EFBB554BBEF565C8BE2C4344C6DC028BC8F6FE357AE0A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.1/Cemu.Cemu.Experimental.locale.en-US.yaml b/manifests/c/Cemu/Cemu/Experimental/2.1/Cemu.Cemu.Experimental.locale.en-US.yaml new file mode 100644 index 0000000000000..21a68884718f3 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.1/Cemu.Cemu.Experimental.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: "2.1" +PackageLocale: en-US +Publisher: Cemu +PackageName: Cemu (Experimental) +License: MPL-2.0 License +ShortDescription: Nintendo Wii U Emulator +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.1/Cemu.Cemu.Experimental.yaml b/manifests/c/Cemu/Cemu/Experimental/2.1/Cemu.Cemu.Experimental.yaml new file mode 100644 index 0000000000000..c6a0185a4f7ae --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.1/Cemu.Cemu.Experimental.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: "2.1" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.2/Cemu.Cemu.Experimental.installer.yaml b/manifests/c/Cemu/Cemu/Experimental/2.2/Cemu.Cemu.Experimental.installer.yaml new file mode 100644 index 0000000000000..a89c259b6ecc9 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.2/Cemu.Cemu.Experimental.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: "2.2" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Cemu_2.2\Cemu.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cemu-project/Cemu/releases/download/v2.2/cemu-2.2-windows-x64.zip + InstallerSha256: 1714873D2CEE992075F006AAA8372CD5532632385AEF4920973DE6E22F5D8EE1 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-08 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.2/Cemu.Cemu.Experimental.locale.en-US.yaml b/manifests/c/Cemu/Cemu/Experimental/2.2/Cemu.Cemu.Experimental.locale.en-US.yaml new file mode 100644 index 0000000000000..6ba6207a93dcf --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.2/Cemu.Cemu.Experimental.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: "2.2" +PackageLocale: en-US +Publisher: Cemu +PublisherUrl: https://github.com/cemu-project +PublisherSupportUrl: https://github.com/cemu-project/Cemu/issues +PackageName: Cemu (Experimental) +PackageUrl: https://github.com/cemu-project/Cemu +License: MPL-2.0 License +ShortDescription: Nintendo Wii U Emulator +Tags: +- cemu +- cemu-emulator +- cpp +- emulation +- emulator +- nintendo +- wiiu +ReleaseNotesUrl: https://github.com/cemu-project/Cemu/releases/tag/v2.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.2/Cemu.Cemu.Experimental.yaml b/manifests/c/Cemu/Cemu/Experimental/2.2/Cemu.Cemu.Experimental.yaml new file mode 100644 index 0000000000000..0deade1d04106 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.2/Cemu.Cemu.Experimental.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: "2.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.3.0.5/CeruleanStudios.Trillian.installer.yaml b/manifests/c/CeruleanStudios/Trillian/6.3.0.5/CeruleanStudios.Trillian.installer.yaml new file mode 100644 index 0000000000000..2c257104e8546 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.3.0.5/CeruleanStudios.Trillian.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.3.0.5 +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://www.ceruleanstudios.com/trillian-v6.3.0.5.msi + InstallerSha256: 2C63E3CC18DB72EECB4D6762CF76810A2B774CC830880443938C471F2006DE6A + AppsAndFeaturesEntries: + - ProductCode: '{C5911A8E-06B4-4FA7-B47E-F861A7BED9D5}' + DisplayVersion: 6.3.0005 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.3.0.5/CeruleanStudios.Trillian.locale.en-US.yaml b/manifests/c/CeruleanStudios/Trillian/6.3.0.5/CeruleanStudios.Trillian.locale.en-US.yaml new file mode 100644 index 0000000000000..1fc9743c61392 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.3.0.5/CeruleanStudios.Trillian.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.3.0.5 +PackageLocale: en-US +Publisher: Cerulean Studios +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Trillian +PackageUrl: https://www.trillian.im/ +License: Proprietary +LicenseUrl: https://www.trillian.im/eula/ +Copyright: Copyright (c) Cerulean Studios +# CopyrightUrl: +ShortDescription: Trillian is a proprietary multiprotocol instant messaging application. +# Description: +Moniker: trillian +Tags: +- admin +- chat +- facebook +- gmail +- irc +- messenger +- skype +- twitter +- yahoo +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.3.0.5/CeruleanStudios.Trillian.yaml b/manifests/c/CeruleanStudios/Trillian/6.3.0.5/CeruleanStudios.Trillian.yaml new file mode 100644 index 0000000000000..fbc6138052395 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.3.0.5/CeruleanStudios.Trillian.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.3.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.4.0.2/CeruleanStudios.Trillian.installer.yaml b/manifests/c/CeruleanStudios/Trillian/6.4.0.2/CeruleanStudios.Trillian.installer.yaml new file mode 100644 index 0000000000000..0d98a631db832 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.4.0.2/CeruleanStudios.Trillian.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.4.0.2 +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://www.ceruleanstudios.com/trillian-v6.4.0.2.msi + InstallerSha256: FF1DFC4E00A5E731A2C76E52E273C1F74A36DB76650B96AEC0FB0D1E67B6BB3C + AppsAndFeaturesEntries: + - ProductCode: '{2365F0D2-51E1-495F-AD7C-EC6BF919C1BA}' + DisplayVersion: 6.4.0002 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.4.0.2/CeruleanStudios.Trillian.locale.en-US.yaml b/manifests/c/CeruleanStudios/Trillian/6.4.0.2/CeruleanStudios.Trillian.locale.en-US.yaml new file mode 100644 index 0000000000000..ad1ecc35a098c --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.4.0.2/CeruleanStudios.Trillian.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.4.0.2 +PackageLocale: en-US +Publisher: Cerulean Studios, LLC +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Trillian +PackageUrl: https://www.trillian.im/ +License: Proprietary +LicenseUrl: https://www.trillian.im/eula/ +Copyright: Copyright (c) Cerulean Studios +# CopyrightUrl: +ShortDescription: Trillian is a proprietary multiprotocol instant messaging application. +# Description: +Moniker: trillian +Tags: +- admin +- chat +- facebook +- gmail +- irc +- messenger +- skype +- twitter +- yahoo +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.4.0.2/CeruleanStudios.Trillian.yaml b/manifests/c/CeruleanStudios/Trillian/6.4.0.2/CeruleanStudios.Trillian.yaml new file mode 100644 index 0000000000000..db7ee245f28f6 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.4.0.2/CeruleanStudios.Trillian.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.4.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.4.0.3/CeruleanStudios.Trillian.installer.yaml b/manifests/c/CeruleanStudios/Trillian/6.4.0.3/CeruleanStudios.Trillian.installer.yaml new file mode 100644 index 0000000000000..48ff9b5ab99e6 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.4.0.3/CeruleanStudios.Trillian.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.4.0.3 +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://www.ceruleanstudios.com/trillian-v6.4.0.3.msi + InstallerSha256: E4CF5B275963241491C78FBBF3A8CFAD1E8B7B0CAB1D9BFF8899A3E4C59CD291 + AppsAndFeaturesEntries: + - ProductCode: '{BE3B1942-EF56-40A0-8CCD-7FB6D693BDF6}' + DisplayVersion: 6.4.0003 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.4.0.3/CeruleanStudios.Trillian.locale.en-US.yaml b/manifests/c/CeruleanStudios/Trillian/6.4.0.3/CeruleanStudios.Trillian.locale.en-US.yaml new file mode 100644 index 0000000000000..d8b4f9e49472e --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.4.0.3/CeruleanStudios.Trillian.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.4.0.3 +PackageLocale: en-US +Publisher: Cerulean Studios, LLC +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Trillian +PackageUrl: https://www.trillian.im/ +License: Proprietary +LicenseUrl: https://www.trillian.im/eula/ +Copyright: Copyright (c) Cerulean Studios +# CopyrightUrl: +ShortDescription: Trillian is a proprietary multiprotocol instant messaging application. +# Description: +Moniker: trillian +Tags: +- admin +- chat +- facebook +- gmail +- irc +- messenger +- skype +- twitter +- yahoo +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.4.0.3/CeruleanStudios.Trillian.yaml b/manifests/c/CeruleanStudios/Trillian/6.4.0.3/CeruleanStudios.Trillian.yaml new file mode 100644 index 0000000000000..d896e4bca82a4 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.4.0.3/CeruleanStudios.Trillian.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.4.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.4.0.5/CeruleanStudios.Trillian.installer.yaml b/manifests/c/CeruleanStudios/Trillian/6.4.0.5/CeruleanStudios.Trillian.installer.yaml new file mode 100644 index 0000000000000..2ac7a050661e7 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.4.0.5/CeruleanStudios.Trillian.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.4.0.5 +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://www.ceruleanstudios.com/trillian-v6.4.0.5.msi + InstallerSha256: BA92118F85CF0B52905B3DCB1167A4A1A1DDEAE9C622690763587E9A14D3DBDB + AppsAndFeaturesEntries: + - ProductCode: '{77166DA2-F724-4A62-A418-80287FBA2F76}' + DisplayVersion: 6.4.0005 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.4.0.5/CeruleanStudios.Trillian.locale.en-US.yaml b/manifests/c/CeruleanStudios/Trillian/6.4.0.5/CeruleanStudios.Trillian.locale.en-US.yaml new file mode 100644 index 0000000000000..b21d742b7b4c9 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.4.0.5/CeruleanStudios.Trillian.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.4.0.5 +PackageLocale: en-US +Publisher: Cerulean Studios, LLC +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Trillian +PackageUrl: https://www.trillian.im/ +License: Proprietary +LicenseUrl: https://www.trillian.im/eula/ +Copyright: Copyright (c) Cerulean Studios +# CopyrightUrl: +ShortDescription: Trillian is a proprietary multiprotocol instant messaging application. +# Description: +Moniker: trillian +Tags: +- admin +- chat +- facebook +- gmail +- irc +- messenger +- skype +- twitter +- yahoo +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.4.0.5/CeruleanStudios.Trillian.yaml b/manifests/c/CeruleanStudios/Trillian/6.4.0.5/CeruleanStudios.Trillian.yaml new file mode 100644 index 0000000000000..6e8ae27902de5 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.4.0.5/CeruleanStudios.Trillian.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.4.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.17/CeruleanStudios.Trillian.installer.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.17/CeruleanStudios.Trillian.installer.yaml new file mode 100644 index 0000000000000..8a2f5c280c622 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.17/CeruleanStudios.Trillian.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.17 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://trillian.im/get/windows/6.5/trillian-v6.5.0.17.msi + InstallerSha256: D91D9402591B2EE567D0F4BC0332F38A96ABA6CAAF33ED6BDF77D2E72E29D897 + AppsAndFeaturesEntries: + - ProductCode: '{3DDC7D0B-0683-40E7-85AA-4E77F3E00010}' + DisplayVersion: 6.5.0017 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.17/CeruleanStudios.Trillian.locale.en-US.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.17/CeruleanStudios.Trillian.locale.en-US.yaml new file mode 100644 index 0000000000000..d8b05c3522c1b --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.17/CeruleanStudios.Trillian.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.17 +PackageLocale: en-US +Publisher: Cerulean Studios, LLC +# PublisherUrl: +PublisherSupportUrl: https://trillian.im/contact/ +PrivacyUrl: https://trillian.im/legal/privacy-policy/ +# Author: +PackageName: Trillian +PackageUrl: https://www.trillian.im/ +License: Proprietary +LicenseUrl: https://www.trillian.im/eula/ +Copyright: Copyright (c) Cerulean Studios +# CopyrightUrl: +ShortDescription: Trillian is a proprietary multiprotocol instant messaging application. +# Description: +Moniker: trillian +Tags: +- admin +- chat +- facebook +- gmail +- irc +- messenger +- skype +- twitter +- yahoo +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.17/CeruleanStudios.Trillian.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.17/CeruleanStudios.Trillian.yaml new file mode 100644 index 0000000000000..79779067898d2 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.17/CeruleanStudios.Trillian.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.18/CeruleanStudios.Trillian.installer.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.18/CeruleanStudios.Trillian.installer.yaml new file mode 100644 index 0000000000000..cbb747e2b7b11 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.18/CeruleanStudios.Trillian.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.18 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://trillian.im/get/windows/6.5/trillian-v6.5.0.18.msi + InstallerSha256: DF94CE972132A1B40578ADB912A032D4DADE595B625B8B614EA087292F57DCE3 + AppsAndFeaturesEntries: + - ProductCode: '{FEBDB410-088C-4952-9316-018BFEDDBFD6}' + DisplayVersion: 6.5.0018 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.18/CeruleanStudios.Trillian.locale.en-US.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.18/CeruleanStudios.Trillian.locale.en-US.yaml new file mode 100644 index 0000000000000..608d8036efbcb --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.18/CeruleanStudios.Trillian.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.18 +PackageLocale: en-US +Publisher: Cerulean Studios, LLC +# PublisherUrl: +PublisherSupportUrl: https://trillian.im/contact/ +PrivacyUrl: https://trillian.im/legal/privacy-policy/ +# Author: +PackageName: Trillian +PackageUrl: https://www.trillian.im/ +License: Proprietary +LicenseUrl: https://www.trillian.im/eula/ +Copyright: Copyright (c) Cerulean Studios +# CopyrightUrl: +ShortDescription: Trillian is a proprietary multiprotocol instant messaging application. +# Description: +Moniker: trillian +Tags: +- admin +- chat +- facebook +- gmail +- irc +- messenger +- skype +- twitter +- yahoo +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.18/CeruleanStudios.Trillian.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.18/CeruleanStudios.Trillian.yaml new file mode 100644 index 0000000000000..ffd899e036c28 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.18/CeruleanStudios.Trillian.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.22/CeruleanStudios.Trillian.installer.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.22/CeruleanStudios.Trillian.installer.yaml new file mode 100644 index 0000000000000..f653b58807d2a --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.22/CeruleanStudios.Trillian.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.22 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://trillian.im/get/windows/6.5/trillian-v6.5.0.22.msi + InstallerSha256: 706A9AA9A080CFB00F54E97D3101BC03B0E85477FDF25ADB6BBBA35B4EFD1D9A + AppsAndFeaturesEntries: + - ProductCode: '{39069A80-CEB0-4FE4-8679-754D29DA5691}' + DisplayVersion: 6.5.22 + DisplayName: Trillian Machine-Wide Installer + Scope: machine +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.22/CeruleanStudios.Trillian.locale.en-US.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.22/CeruleanStudios.Trillian.locale.en-US.yaml new file mode 100644 index 0000000000000..2e92dbf864503 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.22/CeruleanStudios.Trillian.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.22 +PackageLocale: en-US +Publisher: Cerulean Studios, LLC +# PublisherUrl: +PublisherSupportUrl: https://trillian.im/contact/ +PrivacyUrl: https://trillian.im/legal/privacy-policy/ +# Author: +PackageName: Trillian +PackageUrl: https://www.trillian.im/ +License: Proprietary +LicenseUrl: https://www.trillian.im/eula/ +Copyright: Copyright (c) Cerulean Studios +# CopyrightUrl: +ShortDescription: Trillian is a proprietary multiprotocol instant messaging application. +# Description: +Moniker: trillian +Tags: +- admin +- chat +- facebook +- gmail +- irc +- messenger +- skype +- twitter +- yahoo +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.22/CeruleanStudios.Trillian.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.22/CeruleanStudios.Trillian.yaml new file mode 100644 index 0000000000000..ba9f472e71a9b --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.22/CeruleanStudios.Trillian.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.24/CeruleanStudios.Trillian.installer.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.24/CeruleanStudios.Trillian.installer.yaml new file mode 100644 index 0000000000000..b5a7347530ccf --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.24/CeruleanStudios.Trillian.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.24 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerType: wix + Scope: machine + InstallerUrl: https://trillian.im/get/windows/6.5/trillian-v6.5.0.24.msi + InstallerSha256: 6DE1F9E452FEE3AB56138AF2D130CBC5574F5BD5CC9899B0A384F5A0945F12BA + ProductCode: '{E614066A-AC6F-4CA1-84CB-266A51F7FC42}' + AppsAndFeaturesEntries: + - DisplayName: Trillian Machine-Wide Installer + DisplayVersion: 6.5.24 + ProductCode: '{E614066A-AC6F-4CA1-84CB-266A51F7FC42}' +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.24/CeruleanStudios.Trillian.locale.en-US.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.24/CeruleanStudios.Trillian.locale.en-US.yaml new file mode 100644 index 0000000000000..bde740850da43 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.24/CeruleanStudios.Trillian.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.24 +PackageLocale: en-US +Publisher: Cerulean Studios, LLC +PublisherSupportUrl: https://trillian.im/contact/ +PrivacyUrl: https://trillian.im/legal/privacy-policy/ +PackageName: Trillian +PackageUrl: https://www.trillian.im/ +License: Proprietary +LicenseUrl: https://www.trillian.im/eula/ +Copyright: Copyright (c) Cerulean Studios +ShortDescription: Trillian is a proprietary multiprotocol instant messaging application. +Moniker: trillian +Tags: +- admin +- chat +- facebook +- gmail +- irc +- messenger +- skype +- twitter +- yahoo +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.24/CeruleanStudios.Trillian.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.24/CeruleanStudios.Trillian.yaml new file mode 100644 index 0000000000000..9dd8ac60887a2 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.24/CeruleanStudios.Trillian.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.39/CeruleanStudios.Trillian.installer.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.39/CeruleanStudios.Trillian.installer.yaml new file mode 100644 index 0000000000000..90fb21dfbb8d1 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.39/CeruleanStudios.Trillian.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.39 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- trillian +ReleaseDate: 2024-02-20 +AppsAndFeaturesEntries: +- DisplayName: Trillian Machine-Wide Installer + DisplayVersion: 6.5.39 + ProductCode: '{A4F8B230-B180-4CD8-90EB-C16FB3544E4F}' + UpgradeCode: '{B5BC7F94-9B52-4930-9A44-93DC3FCD93AE}' +Installers: +- Architecture: x86 + InstallerUrl: https://trillian.im/get/windows/6.5/trillian-v6.5.0.39.msi + InstallerSha256: F5A8CF5BF6BD6EFC2D3073F932C09DA9D8E133611FEC76BF792EB5084016930D + ProductCode: '{A4F8B230-B180-4CD8-90EB-C16FB3544E4F}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.39/CeruleanStudios.Trillian.locale.en-US.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.39/CeruleanStudios.Trillian.locale.en-US.yaml new file mode 100644 index 0000000000000..57a1dee085fc6 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.39/CeruleanStudios.Trillian.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.39 +PackageLocale: en-US +Publisher: Cerulean Studios, LLC +PublisherUrl: https://trillian.im/ +PublisherSupportUrl: https://trillian.im/contact/ +PrivacyUrl: https://trillian.im/legal/privacy-policy/ +Author: Cerulean Studios, LLC +PackageName: Trillian +PackageUrl: https://trillian.im/get/windows/ +License: Proprietary +LicenseUrl: https://trillian.im/legal/customer-agreement/ +Copyright: Copyright © 2024 Cerulean Studios, LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: A modern and secure instant messaging for people, business and healthcare +# Description: +Moniker: trillian +Tags: +- chat +- friends +- im +- instant-messaging +- message +- send +- share +- talk +ReleaseNotes: |- + [Fixed] Crash: Fixed a crash related to custom emoji + [Fixed] History: Incorrectly showing duplicate items within all history window + [Fixed] History: Title will include both the display name as well as backing IM address + [Fixed] Idle: No longer detects mouse movement when screen or Trillian is locked + [Fixed] Policy: Local policy to restrict password saving did not hide checkbox within settings + [Fixed] Speed: Some speed improvements throughout + [Fixed] SSO: Backing connection was not disconnecting on browser close + [Fixed] SSO: Better positioning of SSO window based on sign in window state + [Fixed] SSO: Cookies were not correctly saving to remember signon information +ReleaseNotesUrl: https://www.trillian.im/changelog/windows/6.5/ +PurchaseUrl: https://www.trillian.im/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.39/CeruleanStudios.Trillian.locale.zh-CN.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.39/CeruleanStudios.Trillian.locale.zh-CN.yaml new file mode 100644 index 0000000000000..15ba6a5f0a9a2 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.39/CeruleanStudios.Trillian.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.39 +PackageLocale: zh-CN +Publisher: Cerulean Studios, LLC +PublisherUrl: https://trillian.im/ +PublisherSupportUrl: https://trillian.im/contact/ +PrivacyUrl: https://trillian.im/legal/privacy-policy/ +Author: Cerulean Studios, LLC +PackageName: Trillian +PackageUrl: https://trillian.im/get/windows/ +License: 专有软件 +LicenseUrl: https://trillian.im/legal/customer-agreement/ +Copyright: Copyright © 2024 Cerulean Studios, LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: 适用于个人、企业和医疗保健领域的现代安全即时通讯工具 +# Description: +# Moniker: +Tags: +- im +- 信息 +- 共享 +- 分享 +- 发送 +- 好友 +- 朋友 +- 消息 +- 聊天 +# ReleaseNotes: +ReleaseNotesUrl: https://www.trillian.im/changelog/windows/6.5/ +PurchaseUrl: https://www.trillian.im/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.39/CeruleanStudios.Trillian.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.39/CeruleanStudios.Trillian.yaml new file mode 100644 index 0000000000000..c3ce35bef27bb --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.39/CeruleanStudios.Trillian.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.39 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.45/CeruleanStudios.Trillian.installer.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.45/CeruleanStudios.Trillian.installer.yaml new file mode 100644 index 0000000000000..32fee251919c6 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.45/CeruleanStudios.Trillian.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.45 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- trillian +ReleaseDate: 2024-09-04 +AppsAndFeaturesEntries: +- DisplayName: Trillian Machine-Wide Installer + DisplayVersion: 6.5.45 + ProductCode: '{8587888F-6ED6-47FD-B061-9CCD7DA02C91}' + UpgradeCode: '{B5BC7F94-9B52-4930-9A44-93DC3FCD93AE}' +Installers: +- Architecture: x86 + InstallerUrl: https://trillian.im/get/windows/6.5/trillian-v6.5.0.45.msi + InstallerSha256: 33F467106CF009114D19DC6BA5706C594A1F24E422E5A2A5F438F705CE142E98 + ProductCode: '{8587888F-6ED6-47FD-B061-9CCD7DA02C91}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.45/CeruleanStudios.Trillian.locale.en-US.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.45/CeruleanStudios.Trillian.locale.en-US.yaml new file mode 100644 index 0000000000000..1129e6220721d --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.45/CeruleanStudios.Trillian.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.45 +PackageLocale: en-US +Publisher: Cerulean Studios, LLC +PublisherUrl: https://trillian.im/ +PublisherSupportUrl: https://trillian.im/contact/ +PrivacyUrl: https://trillian.im/legal/privacy-policy/ +Author: Cerulean Studios, LLC +PackageName: Trillian +PackageUrl: https://trillian.im/get/windows/ +License: Proprietary +LicenseUrl: https://trillian.im/legal/customer-agreement/ +Copyright: Copyright © 2024 Cerulean Studios, LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: A modern and secure instant messaging for people, business and healthcare +# Description: +Moniker: trillian +Tags: +- chat +- friends +- im +- instant-messaging +- message +- send +- share +- talk +ReleaseNotes: |- + [Fixed] Chat Windows: Avatar for group chats may not update correctly + [Fixed] Chat Windows: Fixed a crash related to closing a chat window + [Fixed] Chat Windows: Typing indicator may stick within the chat list + [Fixed] Emoji: Some lesser-used emoji do not render correctly +ReleaseNotesUrl: https://www.trillian.im/changelog/windows/6.5/ +PurchaseUrl: https://www.trillian.im/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.45/CeruleanStudios.Trillian.locale.zh-CN.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.45/CeruleanStudios.Trillian.locale.zh-CN.yaml new file mode 100644 index 0000000000000..da12b24f2fb2d --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.45/CeruleanStudios.Trillian.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.45 +PackageLocale: zh-CN +Publisher: Cerulean Studios, LLC +PublisherUrl: https://trillian.im/ +PublisherSupportUrl: https://trillian.im/contact/ +PrivacyUrl: https://trillian.im/legal/privacy-policy/ +Author: Cerulean Studios, LLC +PackageName: Trillian +PackageUrl: https://trillian.im/get/windows/ +License: 专有软件 +LicenseUrl: https://trillian.im/legal/customer-agreement/ +Copyright: Copyright © 2024 Cerulean Studios, LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: 适用于个人、企业和医疗保健领域的现代安全即时通讯工具 +# Description: +# Moniker: +Tags: +- im +- 信息 +- 共享 +- 分享 +- 发送 +- 好友 +- 朋友 +- 消息 +- 聊天 +# ReleaseNotes: +ReleaseNotesUrl: https://www.trillian.im/changelog/windows/6.5/ +PurchaseUrl: https://www.trillian.im/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/6.5.0.45/CeruleanStudios.Trillian.yaml b/manifests/c/CeruleanStudios/Trillian/6.5.0.45/CeruleanStudios.Trillian.yaml new file mode 100644 index 0000000000000..2d30656133999 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/6.5.0.45/CeruleanStudios.Trillian.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian +PackageVersion: 6.5.0.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.39/CeruleanStudios.Trillian.EXE.installer.yaml b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.39/CeruleanStudios.Trillian.EXE.installer.yaml new file mode 100644 index 0000000000000..a68c519507c9c --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.39/CeruleanStudios.Trillian.EXE.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian.EXE +PackageVersion: 6.5.0.39 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent + InstallLocation: /location # No quotation marks here + Log: /debug +UpgradeBehavior: install +Protocols: +- trillian +ReleaseDate: 2024-02-20 +Installers: +- Architecture: x86 + InstallerUrl: https://trillian.im/get/windows/6.5/trillian-v6.5.0.39.exe + InstallerSha256: 9D3C7CF47F29C5BAD203FF68EC63496EEACC4B5C3064BE58CA51C5CBC5B73545 + ProductCode: Trillian +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.39/CeruleanStudios.Trillian.EXE.locale.en-US.yaml b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.39/CeruleanStudios.Trillian.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..a678d2a107342 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.39/CeruleanStudios.Trillian.EXE.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian.EXE +PackageVersion: 6.5.0.39 +PackageLocale: en-US +Publisher: Cerulean Studios, LLC +PublisherUrl: https://trillian.im/ +PublisherSupportUrl: https://trillian.im/contact/ +PrivacyUrl: https://trillian.im/legal/privacy-policy/ +Author: Cerulean Studios, LLC +PackageName: Trillian (EXE) +PackageUrl: https://trillian.im/get/windows/ +License: Proprietary +LicenseUrl: https://trillian.im/legal/customer-agreement/ +Copyright: Copyright © 2024 Cerulean Studios, LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: A modern and secure instant messaging for people, business and healthcare +# Description: +Moniker: trillian +Tags: +- chat +- friends +- im +- instant-messaging +- message +- send +- share +- talk +ReleaseNotes: |- + [Fixed] Crash: Fixed a crash related to custom emoji + [Fixed] History: Incorrectly showing duplicate items within all history window + [Fixed] History: Title will include both the display name as well as backing IM address + [Fixed] Idle: No longer detects mouse movement when screen or Trillian is locked + [Fixed] Policy: Local policy to restrict password saving did not hide checkbox within settings + [Fixed] Speed: Some speed improvements throughout + [Fixed] SSO: Backing connection was not disconnecting on browser close + [Fixed] SSO: Better positioning of SSO window based on sign in window state + [Fixed] SSO: Cookies were not correctly saving to remember signon information +ReleaseNotesUrl: https://www.trillian.im/changelog/windows/6.5/ +PurchaseUrl: https://www.trillian.im/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.39/CeruleanStudios.Trillian.EXE.locale.zh-CN.yaml b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.39/CeruleanStudios.Trillian.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5204185951eba --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.39/CeruleanStudios.Trillian.EXE.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian.EXE +PackageVersion: 6.5.0.39 +PackageLocale: zh-CN +Publisher: Cerulean Studios, LLC +PublisherUrl: https://trillian.im/ +PublisherSupportUrl: https://trillian.im/contact/ +PrivacyUrl: https://trillian.im/legal/privacy-policy/ +Author: Cerulean Studios, LLC +PackageName: Trillian (EXE) +PackageUrl: https://trillian.im/get/windows/ +License: 专有软件 +LicenseUrl: https://trillian.im/legal/customer-agreement/ +Copyright: Copyright © 2024 Cerulean Studios, LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: 适用于个人、企业和医疗保健领域的现代安全即时通讯工具 +# Description: +# Moniker: +Tags: +- im +- 信息 +- 共享 +- 分享 +- 发送 +- 好友 +- 朋友 +- 消息 +- 聊天 +# ReleaseNotes: +ReleaseNotesUrl: https://www.trillian.im/changelog/windows/6.5/ +PurchaseUrl: https://www.trillian.im/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.39/CeruleanStudios.Trillian.EXE.yaml b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.39/CeruleanStudios.Trillian.EXE.yaml new file mode 100644 index 0000000000000..6e057d0109f68 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.39/CeruleanStudios.Trillian.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian.EXE +PackageVersion: 6.5.0.39 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.45/CeruleanStudios.Trillian.EXE.installer.yaml b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.45/CeruleanStudios.Trillian.EXE.installer.yaml new file mode 100644 index 0000000000000..34f40e6faa8de --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.45/CeruleanStudios.Trillian.EXE.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian.EXE +PackageVersion: 6.5.0.45 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent + InstallLocation: /location + Log: /debug +UpgradeBehavior: install +Protocols: +- trillian +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x86 + InstallerUrl: https://trillian.im/get/windows/6.5/trillian-v6.5.0.45.exe + InstallerSha256: 9C8E59840F797DB4DF40060C73839E9E18F2194F57E719DF473B0CD538B4C8EE + ProductCode: Trillian +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.45/CeruleanStudios.Trillian.EXE.locale.en-US.yaml b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.45/CeruleanStudios.Trillian.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..5e9312297a366 --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.45/CeruleanStudios.Trillian.EXE.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian.EXE +PackageVersion: 6.5.0.45 +PackageLocale: en-US +Publisher: Cerulean Studios, LLC +PublisherUrl: https://trillian.im/ +PublisherSupportUrl: https://trillian.im/contact/ +PrivacyUrl: https://trillian.im/legal/privacy-policy/ +Author: Cerulean Studios, LLC +PackageName: Trillian (EXE) +PackageUrl: https://trillian.im/get/windows/ +License: Proprietary +LicenseUrl: https://trillian.im/legal/customer-agreement/ +Copyright: Copyright © 2024 Cerulean Studios, LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: A modern and secure instant messaging for people, business and healthcare +# Description: +Moniker: trillian +Tags: +- chat +- friends +- im +- instant-messaging +- message +- send +- share +- talk +ReleaseNotes: |- + [Fixed] Chat Windows: Avatar for group chats may not update correctly + [Fixed] Chat Windows: Fixed a crash related to closing a chat window + [Fixed] Chat Windows: Typing indicator may stick within the chat list + [Fixed] Emoji: Some lesser-used emoji do not render correctly +ReleaseNotesUrl: https://www.trillian.im/changelog/windows/6.5/ +PurchaseUrl: https://www.trillian.im/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.45/CeruleanStudios.Trillian.EXE.locale.zh-CN.yaml b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.45/CeruleanStudios.Trillian.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..76eb07ea8ee9f --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.45/CeruleanStudios.Trillian.EXE.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian.EXE +PackageVersion: 6.5.0.45 +PackageLocale: zh-CN +Publisher: Cerulean Studios, LLC +PublisherUrl: https://trillian.im/ +PublisherSupportUrl: https://trillian.im/contact/ +PrivacyUrl: https://trillian.im/legal/privacy-policy/ +Author: Cerulean Studios, LLC +PackageName: Trillian (EXE) +PackageUrl: https://trillian.im/get/windows/ +License: 专有软件 +LicenseUrl: https://trillian.im/legal/customer-agreement/ +Copyright: Copyright © 2024 Cerulean Studios, LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: 适用于个人、企业和医疗保健领域的现代安全即时通讯工具 +# Description: +# Moniker: +Tags: +- im +- 信息 +- 共享 +- 分享 +- 发送 +- 好友 +- 朋友 +- 消息 +- 聊天 +# ReleaseNotes: +ReleaseNotesUrl: https://www.trillian.im/changelog/windows/6.5/ +PurchaseUrl: https://www.trillian.im/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.45/CeruleanStudios.Trillian.EXE.yaml b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.45/CeruleanStudios.Trillian.EXE.yaml new file mode 100644 index 0000000000000..8f89071814a6c --- /dev/null +++ b/manifests/c/CeruleanStudios/Trillian/EXE/6.5.0.45/CeruleanStudios.Trillian.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CeruleanStudios.Trillian.EXE +PackageVersion: 6.5.0.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1000/ChaosRecipeEnhancer.ChaosRecipeEnhancer.installer.yaml b/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1000/ChaosRecipeEnhancer.ChaosRecipeEnhancer.installer.yaml new file mode 100644 index 0000000000000..93c02f90c2417 --- /dev/null +++ b/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1000/ChaosRecipeEnhancer.ChaosRecipeEnhancer.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ChaosRecipeEnhancer.ChaosRecipeEnhancer +PackageVersion: 3.25.1000 +InstallerLocale: en-US +InstallerType: msi +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{583BB837-B9EC-4281-BF2B-A9C68DE0FDB1}' +ReleaseDate: 2024-07-24 +AppsAndFeaturesEntries: +- UpgradeCode: '{EB58E5F9-0174-4601-B62A-4C0E86FACD02}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ChaosRecipeEnhancer/ChaosRecipeEnhancer/releases/download/3.25.1000/ChaosRecipeEnhancer-Setup.msi + InstallerSha256: 5D957487B69B4A94A706592B47D07974301CCA12920F239AB7EF2F28284F992E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1000/ChaosRecipeEnhancer.ChaosRecipeEnhancer.locale.en-US.yaml b/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1000/ChaosRecipeEnhancer.ChaosRecipeEnhancer.locale.en-US.yaml new file mode 100644 index 0000000000000..2b9156ee609ac --- /dev/null +++ b/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1000/ChaosRecipeEnhancer.ChaosRecipeEnhancer.locale.en-US.yaml @@ -0,0 +1,81 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ChaosRecipeEnhancer.ChaosRecipeEnhancer +PackageVersion: 3.25.1000 +PackageLocale: en-US +Publisher: CRE Team +PublisherUrl: https://github.com/ChaosRecipeEnhancer/ChaosRecipeEnhancer +Author: CRE Team +PackageName: Chaos Recipe Enhancer +License: GPL-3.0 +LicenseUrl: https://github.com/ChaosRecipeEnhancer/ChaosRecipeEnhancer/blob/HEAD/LICENSE.md +Copyright: Copyright (C) 2023 Chaos Recipe Enhancer Team +CopyrightUrl: https://github.com/ChaosRecipeEnhancer/ChaosRecipeEnhancer?tab=readme-ov-file#copyright +ShortDescription: Helps with Chaos recipes in GGG's Path of Exile +Description: This app fetches your stash data from the PoE servers and shows which items you need to pick up to complete the chaos orb recipe. When you're ready to vendor a set, we'll highlight the item pick order, which is great when you're pulling from messy tabs. Optionally, it can also manipulate your offline loot filter, so you can fully streamline your farm. +Moniker: CRE +Tags: +- csharp +- dotnet +- pathofexile +- poe +- windows +- wpf +ReleaseNotes: |- + Howdy, hey! Happy pre-3.25 league launch! Excited to be a part of your currency-farming journey. Best of luck to all of us.The new installer should automatically replace older versions of the app. If you find it doesn't, you'll want to manually uninstall your previous CRE installation(s) and re-run this latest installer. + Enhancements: + - (Re) Adding support for Guild Stash picking. + - Added fancy pants Filter Style Editor form. This adds a massive amount of filter customization options - from font sizing and colors, border colors, map icons of all varieties, even item light beams. + - I basically tried my best to copy the FilterBlade form, since it has an amazing user experience. This replaces the old 'Colors' form. Rest in Pieces. 🪦 (Shout-out to @NeverSinkDev) + - Added the option to disable our 'Space Saving' features for the purposes of Loot Filter Manipulation. When disabled, users will be able to see eligible 'large' weapons or shields for their Recipes. These options remain on by default. Recipe composition (Set Picking) continues to ignore these size limitations. + - Added a resizable scaling setting for the Set Tracker Overlay (works with all display modes). + - Item counts on all Set Tracker Overlay display modes should now have better visibility, even when item classes are in a 'Disabled' state. + - Added better preview text and tooltip for the Stash Tab Selector drop-down menu. + - Refined the wording on various setting labels and setting tooltips. + - Re-implemented the optimized set picking order indicators for 'Set-by-Set' Item Picker Mode on the Stash Tab Overlay. + - Reduced the volume of the sound notification for Filter Reloading. + - Adding an option to omit (Remove-only) tabs from the Stash Tab Selection options. + - (Re) Adding support for Legacy Auth (Session ID). OAuth is still the default auth mechanism. + Bug Fixes: + - Fixed an issue where item composition was broken when either Vendor Sets Early or Do Not Preserve Low Level Items settings were disabled. + - Fixed an issue related to Rings not being filtered properly. + - Fixed an issue related to Regal Recipe item set composition. + - Fixed an issue related to Chaos Recipe filtering when needing low item level items. + - Fixed an issue related to the Set Tracker Overlay not accurately reflecting the 'Always Active' and 'Always Hidden' user settings. + - Fixed an issue where tabs that cannot hold items for recipes (e.g. Map tabs) would be loaded to Stash Tab Selector drop-down menu. + - Fixed an issue where the disclaimer text was moving around when navigating to different tabs. + - Fixed some behavior related to related settings not getting reset properly (e.g. Changing your League will now reset your selected Stash Tabs). + - Fixed various typos and small visual bugs. + - Fixed crash related to an invalid Path of Exile Client.txt path when enabling Auto-Fetch. + + Resizable Set Tracker Overlay: + Set Tracker Item Count Visibility Changes + ItemCountsNotHidden-StandardVertical-SetTrackerOverlay + ItemCountsNotHidden-Minified-SetTrackerOverlay + ItemCountsNotHidden-MinifiedVertical-SetTrackerOverlay + ItemCountsNotHidden-Standard-SetTrackerOverlaySet by Set Pick Priority: + Filter Manipulation Enhancements: + image + image + image + FilterBlade Filter Style Form, for reference. + image + image + image + This was before we changed the 'Reset {Item Class} Styles` button to a more readable Dark Red.Hiding (Remove-only) Tabs: + image + image + (GitHub Generated Release Notes)What's Changed + - Reset Tabs on League Switch by @yenbounger in #620 + - Develop <- Release/v3.25.0001 Beta Release by @HiMarioLopez in #621 + - Bugfix: Incorrectly Selected Client.Txt by @yenbounger in #622 + - Fancy filter style editor (and other enhancements + fixes) by @HiMarioLopez in #623 + - Develop <- Release/v3.25.0002 Beta Release by @HiMarioLopez in #624 + - Develop <- Release/v3.25.0003 Beta Release by @HiMarioLopez in #625 + - Develop <- Release/v3.25.1000 Release by @HiMarioLopez in #626 + - Main <- Develop: v3.25.1000 Release by @HiMarioLopez in #627 + Full Changelog: https://github.com/ChaosRecipeEnhancer/ChaosRecipeEnhancer/compare/3.24.3002...3.25.1000 +ReleaseNotesUrl: https://github.com/ChaosRecipeEnhancer/ChaosRecipeEnhancer/releases/tag/3.25.1000 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1000/ChaosRecipeEnhancer.ChaosRecipeEnhancer.yaml b/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1000/ChaosRecipeEnhancer.ChaosRecipeEnhancer.yaml new file mode 100644 index 0000000000000..a1d9fb070c42a --- /dev/null +++ b/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1000/ChaosRecipeEnhancer.ChaosRecipeEnhancer.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ChaosRecipeEnhancer.ChaosRecipeEnhancer +PackageVersion: 3.25.1000 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1001/ChaosRecipeEnhancer.ChaosRecipeEnhancer.installer.yaml b/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1001/ChaosRecipeEnhancer.ChaosRecipeEnhancer.installer.yaml new file mode 100644 index 0000000000000..49a8d52d22d4a --- /dev/null +++ b/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1001/ChaosRecipeEnhancer.ChaosRecipeEnhancer.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2024/Jul/26 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ChaosRecipeEnhancer.ChaosRecipeEnhancer +PackageVersion: 3.25.1001 +InstallerLocale: en-US +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{C84A5E31-2A2D-462C-B688-69F75CBCE0E3}' +ReleaseDate: 2024-07-24 +AppsAndFeaturesEntries: +- UpgradeCode: '{EB58E5F9-0174-4601-B62A-4C0E86FACD02}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ChaosRecipeEnhancer/ChaosRecipeEnhancer/releases/download/3.25.1001/ChaosRecipeEnhancer-Setup.msi + InstallerSha256: 2BC6B84A6482370A3AC5EBC645E2B75107434789081B44D4C8C0F14084F97EE4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1001/ChaosRecipeEnhancer.ChaosRecipeEnhancer.locale.en-US.yaml b/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1001/ChaosRecipeEnhancer.ChaosRecipeEnhancer.locale.en-US.yaml new file mode 100644 index 0000000000000..c4bc126123519 --- /dev/null +++ b/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1001/ChaosRecipeEnhancer.ChaosRecipeEnhancer.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Automatically updated by the winget bot at 2024/Jul/26 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ChaosRecipeEnhancer.ChaosRecipeEnhancer +PackageVersion: 3.25.1001 +PackageLocale: en-US +Publisher: CRE Team +PublisherUrl: https://github.com/ChaosRecipeEnhancer/ChaosRecipeEnhancer +Author: CRE Team +PackageName: Chaos Recipe Enhancer +License: GPL-3.0 +LicenseUrl: https://github.com/ChaosRecipeEnhancer/ChaosRecipeEnhancer/blob/HEAD/LICENSE.md +Copyright: Copyright (C) 2023 Chaos Recipe Enhancer Team +CopyrightUrl: https://github.com/ChaosRecipeEnhancer/ChaosRecipeEnhancer?tab=readme-ov-file#copyright +ShortDescription: Helps with Chaos recipes in GGG's Path of Exile +Description: This app fetches your stash data from the PoE servers and shows which items you need to pick up to complete the chaos orb recipe. When you're ready to vendor a set, we'll highlight the item pick order, which is great when you're pulling from messy tabs. Optionally, it can also manipulate your offline loot filter, so you can fully streamline your farm. +Moniker: CRE +Tags: +- csharp +- dotnet +- pathofexile +- poe +- windows +- wpf +ReleaseNotes: |- + Enhancements: + - Removing the option to 'Select All' tabs from the selector and limiting users to only search 10 Stash Tabs at a time (for both query modes). This further reduces the chances for rate limits ahead of league launch. + - Increase the size of the Set-by-Set optimized pick indicators for Normal and Premium tabs (Quad tabs are the same). + Bug Fixes: + - Fixing incorrect Warning Message for Set Tracker Overlays. + - Fixed crashes related to users hitting their Rate Limits. + - Fixed crashes related to users who still had old leagues saved to their settings (this requires a one time soft-setting reset for your currently selected League and Stash Tabs). + + (GitHub Generated Release Notes)What's Changed + - Develop <- Release/v3.25.1001 Release by @HiMarioLopez in #628 + - Develop <- Release/v3.25.1001 Release Cont. by @HiMarioLopez in #629 + - Main <- Develop: v3.25.1001 Release by @HiMarioLopez in #630 + Full Changelog: https://github.com/ChaosRecipeEnhancer/ChaosRecipeEnhancer/compare/3.25.1000...3.25.1001 +ReleaseNotesUrl: https://github.com/ChaosRecipeEnhancer/ChaosRecipeEnhancer/releases/tag/3.25.1001 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1001/ChaosRecipeEnhancer.ChaosRecipeEnhancer.yaml b/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1001/ChaosRecipeEnhancer.ChaosRecipeEnhancer.yaml new file mode 100644 index 0000000000000..0cdd1c323ff83 --- /dev/null +++ b/manifests/c/ChaosRecipeEnhancer/ChaosRecipeEnhancer/3.25.1001/ChaosRecipeEnhancer.ChaosRecipeEnhancer.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/26 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ChaosRecipeEnhancer.ChaosRecipeEnhancer +PackageVersion: 3.25.1001 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CheatBreaker/CheatBreaker/2.4.3/CheatBreaker.CheatBreaker.installer.yaml b/manifests/c/CheatBreaker/CheatBreaker/2.4.3/CheatBreaker.CheatBreaker.installer.yaml deleted file mode 100644 index 399ef9f76b5a0..0000000000000 --- a/manifests/c/CheatBreaker/CheatBreaker/2.4.3/CheatBreaker.CheatBreaker.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: CheatBreaker.CheatBreaker -PackageVersion: 2.4.3 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ReleaseDate: 2024-03-09 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/CheatBreakerNet/Launcher/releases/download/2.4.3/CheatBreaker_Setup.exe - InstallerSha256: 0A217038CC7DD6092F3483445773422D9498946B012D509AF2E4CECD9E979708 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/CheatBreaker/CheatBreaker/2.4.3/CheatBreaker.CheatBreaker.locale.en-US.yaml b/manifests/c/CheatBreaker/CheatBreaker/2.4.3/CheatBreaker.CheatBreaker.locale.en-US.yaml deleted file mode 100644 index af2843e5b1a4c..0000000000000 --- a/manifests/c/CheatBreaker/CheatBreaker/2.4.3/CheatBreaker.CheatBreaker.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: CheatBreaker.CheatBreaker -PackageVersion: 2.4.3 -PackageLocale: en-US -Publisher: Cheatbreaker -PublisherUrl: https://cheatbreaker.net/ -PackageName: CheatBreaker -PackageUrl: https://github.com/CheatBreakerNet/Launcher -License: Proprietary -ShortDescription: The free FPS boosting modpack for Minecraft 1.7 & 1.8 -Description: CheatBreaker is a modpack and FPS booster combined, with 1.7.10 & 1.8.9 support, free cosmetics, launcher, Discord integration & more! -Moniker: cheatbreaker -ReleaseNotes: |- - 💻 Backend - - Fixed an issue with the version manifest causing conflicts with our libraries - they have been completed omitted as we use newer versions. - - This will fix certain game errors or crashes. - - Updated various dependencies to their latest versions for improved performance, security, and stability. - - GPU controllers will be easier to identify in logs - 🛡️ VirusTotal analysis: - macOS • Linux • Windows -ReleaseNotesUrl: https://github.com/CheatBreakerNet/Launcher/releases/tag/2.4.3 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/c/CheatBreaker/CheatBreaker/2.4.3/CheatBreaker.CheatBreaker.yaml b/manifests/c/CheatBreaker/CheatBreaker/2.4.3/CheatBreaker.CheatBreaker.yaml deleted file mode 100644 index bb21bb92d5402..0000000000000 --- a/manifests/c/CheatBreaker/CheatBreaker/2.4.3/CheatBreaker.CheatBreaker.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: CheatBreaker.CheatBreaker -PackageVersion: 2.4.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/ChemTableSoftware/RegistryLife/5.31/ChemTableSoftware.RegistryLife.installer.yaml b/manifests/c/ChemTableSoftware/RegistryLife/5.31/ChemTableSoftware.RegistryLife.installer.yaml new file mode 100644 index 0000000000000..42d04dab73b7a --- /dev/null +++ b/manifests/c/ChemTableSoftware/RegistryLife/5.31/ChemTableSoftware.RegistryLife.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ChemTableSoftware.RegistryLife +PackageVersion: "5.31" +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://files.chemtable.com/rl/registry-life-setup.exe + InstallerSha256: 7034C127C6EA73F405DCFCF9A933F0A1086EDF35DF3A33BB6A2ADF74B209D7B8 + ProductCode: Registry Life_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChemTableSoftware/RegistryLife/5.31/ChemTableSoftware.RegistryLife.locale.en-US.yaml b/manifests/c/ChemTableSoftware/RegistryLife/5.31/ChemTableSoftware.RegistryLife.locale.en-US.yaml new file mode 100644 index 0000000000000..ab3e3dfa0dea4 --- /dev/null +++ b/manifests/c/ChemTableSoftware/RegistryLife/5.31/ChemTableSoftware.RegistryLife.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ChemTableSoftware.RegistryLife +PackageVersion: "5.31" +PackageLocale: en-US +Publisher: ChemTable Software +PublisherUrl: https://www.chemtable.com/ +PublisherSupportUrl: https://www.chemtable.com/contact.htm +PrivacyUrl: https://www.chemtable.com/license.htm?doc=privacy +Author: Software Solutions 365 LLC +PackageName: Registry Life +PackageUrl: https://www.chemtable.com/RegistryLife.htm +License: Freeware +LicenseUrl: https://www.chemtable.com/license.htm?doc=RegistryLife +Copyright: © 2024 Software Solutions 365 LLC +CopyrightUrl: https://www.chemtable.com/license.htm?doc=RegistryLife +ShortDescription: Free Registry Cleaning And Optimization Utility +Description: |- + The system registry is one of the most important components of the operating system. The stability of the system's operation depends upon it being in working order, and the speed of the applications you work with depends upon the volume of data contained in it. + Registry Life helps correct errors in the registry and optimizes it. It's a compact, simple to use, and FREE solution for servicing your system registry. +# Moniker: +Tags: +- registry +ReleaseNotes: |- + - The registry optimization was removed from the interface by + default as an obsolete function. If you want to enable it, click + SETTINGS at the bottom of the main window, in the appeared window + go to the "Obsolete Tools" section and enable the option "Enable the + Registry Optimization tool". +ReleaseNotesUrl: https://www.chemtable.com/version-history.htm?prod_id=RegistryLife +PurchaseUrl: https://www.chemtable.com/store.htm +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChemTableSoftware/RegistryLife/5.31/ChemTableSoftware.RegistryLife.locale.zh-CN.yaml b/manifests/c/ChemTableSoftware/RegistryLife/5.31/ChemTableSoftware.RegistryLife.locale.zh-CN.yaml new file mode 100644 index 0000000000000..60e71b10ff2d5 --- /dev/null +++ b/manifests/c/ChemTableSoftware/RegistryLife/5.31/ChemTableSoftware.RegistryLife.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ChemTableSoftware.RegistryLife +PackageVersion: "5.31" +PackageLocale: zh-CN +Publisher: ChemTable Software +PublisherUrl: https://www.chemtable.com/ +PublisherSupportUrl: https://www.chemtable.com/contact.htm +PrivacyUrl: https://www.chemtable.com/license.htm?doc=privacy +Author: Software Solutions 365 LLC +PackageName: Registry Life +PackageUrl: https://www.chemtable.com/RegistryLife.htm +License: 免费软件 +LicenseUrl: https://www.chemtable.com/license.htm?doc=RegistryLife +Copyright: © 2024 Software Solutions 365 LLC +CopyrightUrl: https://www.chemtable.com/license.htm?doc=RegistryLife +ShortDescription: 免费注册表清理和优化实用程序 +Description: |- + 系统注册表是操作系统最重要的组成部分之一。系统运行的稳定性取决于它的工作状态,而应用程序的运行速度则取决于它所包含的数据量。 + Registry Life 可帮助纠正注册表中的错误并对其进行优化。它是一款简洁免费的系统注册表维护解决方案。 +# Moniker: +Tags: +- 注册表 +# ReleaseNotes: +ReleaseNotesUrl: https://www.chemtable.com/version-history.htm?prod_id=RegistryLife +PurchaseUrl: https://www.chemtable.com/store.htm +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChemTableSoftware/RegistryLife/5.31/ChemTableSoftware.RegistryLife.yaml b/manifests/c/ChemTableSoftware/RegistryLife/5.31/ChemTableSoftware.RegistryLife.yaml new file mode 100644 index 0000000000000..fda21e55d5f86 --- /dev/null +++ b/manifests/c/ChemTableSoftware/RegistryLife/5.31/ChemTableSoftware.RegistryLife.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ChemTableSoftware.RegistryLife +PackageVersion: "5.31" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChenQingYu/BF/1.1.0/ChenQingYu.BF.installer.yaml b/manifests/c/ChenQingYu/BF/1.1.0/ChenQingYu.BF.installer.yaml new file mode 100644 index 0000000000000..40535fa34596d --- /dev/null +++ b/manifests/c/ChenQingYu/BF/1.1.0/ChenQingYu.BF.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ChenQingYu.BF +PackageVersion: 1.1.0 +InstallerType: exe +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + Custom: "" +UpgradeBehavior: install +ReleaseDate: 2024-08-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/chen-qingyu/bf/releases/download/v1.1.0/bf-1.1.0-win64.exe + InstallerSha256: B6521EFFF5EB93E7E840F673ADD291BA8223EC1F3925041156E5477A277E8023 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChenQingYu/BF/1.1.0/ChenQingYu.BF.locale.en-US.yaml b/manifests/c/ChenQingYu/BF/1.1.0/ChenQingYu.BF.locale.en-US.yaml new file mode 100644 index 0000000000000..aa2d13914f621 --- /dev/null +++ b/manifests/c/ChenQingYu/BF/1.1.0/ChenQingYu.BF.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ChenQingYu.BF +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: Chen QingYu +PublisherUrl: https://github.com/chen-qingyu +PublisherSupportUrl: https://github.com/chen-qingyu/bf/issues +Author: Chen QingYu +PackageName: Brainf**k interpreter +PackageUrl: https://github.com/chen-qingyu/bf +License: MIT +LicenseUrl: https://github.com/chen-qingyu/bf/blob/main/license +ShortDescription: A simple Brainf**k interpreter implemented in C. +ReleaseNotesUrl: https://github.com/chen-qingyu/bf/releases/tag/v1.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChenQingYu/BF/1.1.0/ChenQingYu.BF.yaml b/manifests/c/ChenQingYu/BF/1.1.0/ChenQingYu.BF.yaml new file mode 100644 index 0000000000000..7b36fc1ce1cc8 --- /dev/null +++ b/manifests/c/ChenQingYu/BF/1.1.0/ChenQingYu.BF.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ChenQingYu.BF +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChiaNetwork/GUIforChiaBlockchain/2.4.3/ChiaNetwork.GUIforChiaBlockchain.installer.yaml b/manifests/c/ChiaNetwork/GUIforChiaBlockchain/2.4.3/ChiaNetwork.GUIforChiaBlockchain.installer.yaml new file mode 100644 index 0000000000000..4685277481503 --- /dev/null +++ b/manifests/c/ChiaNetwork/GUIforChiaBlockchain/2.4.3/ChiaNetwork.GUIforChiaBlockchain.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ChiaNetwork.GUIforChiaBlockchain +PackageVersion: 2.4.3 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.3/ChiaSetup-2.4.3.exe + InstallerSha256: DCFAD8BDCA06504F19960D54A403AC8A2715C47F9986EB68762C97A2542353E7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChiaNetwork/GUIforChiaBlockchain/2.4.3/ChiaNetwork.GUIforChiaBlockchain.locale.en-US.yaml b/manifests/c/ChiaNetwork/GUIforChiaBlockchain/2.4.3/ChiaNetwork.GUIforChiaBlockchain.locale.en-US.yaml new file mode 100644 index 0000000000000..6a1ee0a22da9e --- /dev/null +++ b/manifests/c/ChiaNetwork/GUIforChiaBlockchain/2.4.3/ChiaNetwork.GUIforChiaBlockchain.locale.en-US.yaml @@ -0,0 +1,92 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ChiaNetwork.GUIforChiaBlockchain +PackageVersion: 2.4.3 +PackageLocale: en-US +Publisher: Chia Network +PublisherUrl: https://github.com/Chia-Network/chia-blockchain +PublisherSupportUrl: https://github.com/Chia-Network/chia-blockchain/issues +Author: Chia Network +PackageName: Chia +PackageUrl: https://www.chia.net/ +License: Apache-2.0 +LicenseUrl: https://github.com/Chia-Network/chia-blockchain/blob/HEAD/LICENSE +Copyright: Copyright 2021 Chia Network +CopyrightUrl: https://raw.githubusercontent.com/Chia-Network/chia-blockchain/main/LICENSE +ShortDescription: Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet) +Description: Chia is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure. +Tags: +- blockchain +- blockchain-network +- chaia +- chia-blockchain +- farmer +- full-node +- harvesters +- peer +- proof-of-space +- proof-of-time +- timelord +- vdf +- wallets +ReleaseNotes: |- + Added + - Add the concept of 'action scopes' + - Add offer expiration to CLI + - DL query multiple ancestors in upsert. + - Add WalletActionScope + - Add support for external signers + - Add Soft Fork options to simulator config + - Trusted wallet peer enhancements (thanks @spacefarmers) + - Add action_scope: WalletActionScope to all tx endpoints + - Add usage of action scope throughout wallet codebase + - Add in connect timeout to DL http download + - Send harvester version in pool partial header (thanks @xearl4) + - Add get version RPC method for all services + - Add wEURC.b to the list of known assets (thanks @Yakuhito) + Changed + - drop support for testnet10 + - Rust BLS cache + - Optimize build ancestors table. + - Bump chia rs 0.10.0 + - minor fix for make_spend function (thanks @trepca) + - remove coroutine never awaited warning ignore + - Update to macos-12 for build and remove macos-11 + - Optimize min height leaf. + - Send different uncompact buckets to blueboxes. + - simplify hard-fork consensus rules + - simplify MempoolItem + - use rust version of SpendBundle + - Drop unknown tables when resetting wallet sync DB + - remove the original block compression + - Use poetry for package management + - default flags for Program.run() and Program.run_with_cost() + - Add prune old peers functionality for crawler + - Remove ALERTS_URL and CHIA_ALERTS_PUBKEY + - Update all selected_network config values when setting up simulator + - Changed: Enhance DataLayer Plugin Registration System for Improved Third-Party Integration (thanks @MichaelTaylor3D) + - In cmd class framework: help -> short_help + - Stop auto-subscribing to local stores + - Bump the GUI submodule ref + Fixed + - Removed lerna from build_scripts + - (pylint) == -> is + - Use tx_config in cancel_pending_trades + - Fixed an issue where npx --no lerna clean -f didn't work + - Fix for freebsd (thanks @alghmma) + - Fix backwards compatibility for add_private_key + - Fix timelord log spam. + - Fix duplicate connection log spam. + - Fix conversion error in fee calculation + - Fix CATWallet pending_change calculation + - Add a better clawback auto claim test and fix related issue + - chore: remove repetitive words (thanks @peicuiping) + - Conform to CHIP-0029 + - Use launcher_id as the primary key when updating (current) pool config. + - Remove dangling reference to twine + - Fix wallet observer mode log in while non-observer keys are present + - Set public key when you find private key in wallet node +ReleaseNotesUrl: https://github.com/Chia-Network/chia-blockchain/releases/tag/2.4.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChiaNetwork/GUIforChiaBlockchain/2.4.3/ChiaNetwork.GUIforChiaBlockchain.yaml b/manifests/c/ChiaNetwork/GUIforChiaBlockchain/2.4.3/ChiaNetwork.GUIforChiaBlockchain.yaml new file mode 100644 index 0000000000000..4e5c181a0c684 --- /dev/null +++ b/manifests/c/ChiaNetwork/GUIforChiaBlockchain/2.4.3/ChiaNetwork.GUIforChiaBlockchain.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ChiaNetwork.GUIforChiaBlockchain +PackageVersion: 2.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChilliBits/Spice/0.20.3/ChilliBits.Spice.installer.yaml b/manifests/c/ChilliBits/Spice/0.20.3/ChilliBits.Spice.installer.yaml new file mode 100644 index 0000000000000..64245cd52024c --- /dev/null +++ b/manifests/c/ChilliBits/Spice/0.20.3/ChilliBits.Spice.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: ChilliBits.Spice +PackageVersion: 0.20.3 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: '{9286824A-165A-452B-AD27-E2DB103C539C}' +ReleaseDate: 2024-07-23 +AppsAndFeaturesEntries: +- UpgradeCode: '{29838890-8588-447C-80E9-C342B6386A44}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/spicelang/spice/releases/download/0.20.3/spice_x64_setup.msi + InstallerSha256: A6BA62EDB2DE89823E01CC9BF8FAE64BF0F6928CD210171782FBFEED9B4C727F +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/c/ChilliBits/Spice/0.20.3/ChilliBits.Spice.locale.en-US.yaml b/manifests/c/ChilliBits/Spice/0.20.3/ChilliBits.Spice.locale.en-US.yaml new file mode 100644 index 0000000000000..12ff86c850b4f --- /dev/null +++ b/manifests/c/ChilliBits/Spice/0.20.3/ChilliBits.Spice.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: ChilliBits.Spice +PackageVersion: 0.20.3 +PackageLocale: en-US +Publisher: ChilliBits +PublisherUrl: https://chillibits.com +PublisherSupportUrl: https://www.spicelang.com +PrivacyUrl: https://www.chillibits.com/en/legal-notice +Author: Marc Auberer +PackageName: Spice +PackageUrl: https://www.spicelang.com +License: MIT +LicenseUrl: https://raw.githubusercontent.com/spicelang/spice/main/LICENSE +Copyright: Copyright (c) 2021-2023 ChilliBits +ShortDescription: Spice is a statically-typed, easy to use and compiled programming language. It supports cross-compilation and is especially useful for programming close to the system. +Description: |- + The Spice Programming Language is a compiled language, which can score with it's blazing fast execution time and the universal applicability. + Spice is inspired partially by Golang and C, but improves some things by abstraction which could impact ones productivity in a negative way. +Tags: +- antlr +- chillibits +- cli +- compiler +- docker +- language +- llvm +- programming-language +- spice +ReleaseNotes: |- + Changelog + - : Bump mkdocs-material[imaging] from 9.5.26 to 9.5.27 in /docs (#598) (@dependabot[bot]) + - : Fix dependency clash (@marcauberer) + - : ASAN/TSAN improvements (#600) (@marcauberer) + - : Improve bootstrap driver implementation (#597) (@marcauberer) + - : Use memcpy when copying structs without copy ctor (#601) (@marcauberer) + - : Make copy ctor mandatory if struct has heap fields (#602) (@marcauberer) + - : Add spec for heap specifier (#603) (@marcauberer) + - : Bump alpine from 3.20.0 to 3.20.1 (#604) (@dependabot[bot]) + - : Bump mkdocs-material from 9.5.27 to 9.5.28 in /docs (#606) (@dependabot[bot]) + - : Bump mkdocs-material[imaging] from 9.5.27 to 9.5.28 in /docs (#605) (@dependabot[bot]) + - : Bump mkdocs-material from 9.5.28 to 9.5.29 in /docs (#607) (@dependabot[bot]) + - : Bump mkdocs-material[imaging] from 9.5.28 to 9.5.29 in /docs (#608) (@dependabot[bot]) + - : Add move semantics for heap specifier (#609) (@marcauberer) + - : Upgrade gtest to v1.15.0 (#610) (@marcauberer) + - : Bump alpine from 3.20.1 to 3.20.2 (#611) (@dependabot[bot]) + - : Add detailed block allocator stats (#612) (@marcauberer) + What to do next? + - Install Spice + - Visit www.spicelang.com to test the new features +ReleaseNotesUrl: https://github.com/spicelang/spice/releases/tag/0.20.3 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/c/ChilliBits/Spice/0.20.3/ChilliBits.Spice.yaml b/manifests/c/ChilliBits/Spice/0.20.3/ChilliBits.Spice.yaml new file mode 100644 index 0000000000000..8c8b5cba4bb35 --- /dev/null +++ b/manifests/c/ChilliBits/Spice/0.20.3/ChilliBits.Spice.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: ChilliBits.Spice +PackageVersion: 0.20.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/c/ChilliBits/Spice/0.20.4/ChilliBits.Spice.installer.yaml b/manifests/c/ChilliBits/Spice/0.20.4/ChilliBits.Spice.installer.yaml new file mode 100644 index 0000000000000..a8479e581dd0a --- /dev/null +++ b/manifests/c/ChilliBits/Spice/0.20.4/ChilliBits.Spice.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: ChilliBits.Spice +PackageVersion: 0.20.4 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: '{80FC9C81-0FDB-4065-9BCE-14E88CB4EF38}' +ReleaseDate: 2024-08-11 +AppsAndFeaturesEntries: +- UpgradeCode: '{A60673BA-ECF8-4450-85F0-62AC13A3A808}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/spicelang/spice/releases/download/0.20.4/spice_x64_setup.msi + InstallerSha256: 45D8F23CE05630E951A88D6E6DEAC03B0E164F2D327BA82E11D0153CB4BD63E6 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/c/ChilliBits/Spice/0.20.4/ChilliBits.Spice.locale.en-US.yaml b/manifests/c/ChilliBits/Spice/0.20.4/ChilliBits.Spice.locale.en-US.yaml new file mode 100644 index 0000000000000..bfb2d57a68991 --- /dev/null +++ b/manifests/c/ChilliBits/Spice/0.20.4/ChilliBits.Spice.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: ChilliBits.Spice +PackageVersion: 0.20.4 +PackageLocale: en-US +Publisher: ChilliBits +PublisherUrl: https://chillibits.com +PublisherSupportUrl: https://www.spicelang.com +PrivacyUrl: https://www.chillibits.com/en/legal-notice +Author: Marc Auberer +PackageName: Spice +PackageUrl: https://www.spicelang.com +License: MIT +LicenseUrl: https://raw.githubusercontent.com/spicelang/spice/main/LICENSE +Copyright: Copyright (c) 2021-2023 ChilliBits +ShortDescription: Spice is a statically-typed, easy to use and compiled programming language. It supports cross-compilation and is especially useful for programming close to the system. +Description: |- + The Spice Programming Language is a compiled language, which can score with it's blazing fast execution time and the universal applicability. + Spice is inspired partially by Golang and C, but improves some things by abstraction which could impact ones productivity in a negative way. +Tags: +- antlr +- chillibits +- cli +- compiler +- docker +- language +- llvm +- programming-language +- spice +ReleaseNotes: |- + Changelog + - : Upgrade to LLVM 19.1.0-rc1 (#613) (@marcauberer) + - : Fix bug with ambiguous generic function parameter types (#614) (@marcauberer) + - : Bump mkdocs-material[imaging] from 9.5.29 to 9.5.30 in /docs (#617) (@dependabot[bot]) + - : Fix dependency clash (#618) (@marcauberer) + - : Upgrade to Google Test 1.15.2 (#619) (@marcauberer) + - : Apply compiler warnings (#620) (@marcauberer) + - : Allow breakpoints on closing braces at the end of fcts/procs (#621) (@marcauberer) + - : Upgrade ANTLR to 4.13.2 (#622) (@marcauberer) + - : Fix more warnings (#623) (@marcauberer) + - : Use C++23 Standard (#624) (@marcauberer) + - : Bump mkdocs-material from 9.5.30 to 9.5.31 in /docs (#626) (@dependabot[bot]) + - : Bump mkdocs-material[imaging] from 9.5.30 to 9.5.31 in /docs (#625) (@dependabot[bot]) + - : Fix dependency clash (#627) (@marcauberer) + - : Upgrade to LLVM 19.1.0-rc2 (#628) (@marcauberer) + - : Hold fct names in symtab consistent (#629) (@marcauberer) + - : Rework copy ctors (#630) (@marcauberer) + - : Add support for syscall builtin (#631) (@marcauberer) + - : Improve wasm tutorial (#632) (@marcauberer) + - : Fix test attribute bug (#633) (@marcauberer) + - : Fix publish workflow (#634) (@marcauberer) + What to do next? + - Install Spice + - Visit www.spicelang.com to test the new features +ReleaseNotesUrl: https://github.com/spicelang/spice/releases/tag/0.20.4 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/c/ChilliBits/Spice/0.20.4/ChilliBits.Spice.yaml b/manifests/c/ChilliBits/Spice/0.20.4/ChilliBits.Spice.yaml new file mode 100644 index 0000000000000..f509c3363e95d --- /dev/null +++ b/manifests/c/ChilliBits/Spice/0.20.4/ChilliBits.Spice.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: ChilliBits.Spice +PackageVersion: 0.20.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/c/ChilliBits/Spice/0.20.5/ChilliBits.Spice.installer.yaml b/manifests/c/ChilliBits/Spice/0.20.5/ChilliBits.Spice.installer.yaml new file mode 100644 index 0000000000000..191e7b56eaee0 --- /dev/null +++ b/manifests/c/ChilliBits/Spice/0.20.5/ChilliBits.Spice.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: ChilliBits.Spice +PackageVersion: 0.20.5 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: '{C5EC243E-76A5-405B-B8D5-25F5ACEB0C92}' +ReleaseDate: 2024-09-02 +AppsAndFeaturesEntries: +- UpgradeCode: '{EA9FD143-DB2C-4C7A-8735-52BAA4F44B7D}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/spicelang/spice/releases/download/0.20.5/spice_x64_setup.msi + InstallerSha256: BD4198002C4AF17842F0F0260693FBAB984B357249B7019FCBF7D425321BD452 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/c/ChilliBits/Spice/0.20.5/ChilliBits.Spice.locale.en-US.yaml b/manifests/c/ChilliBits/Spice/0.20.5/ChilliBits.Spice.locale.en-US.yaml new file mode 100644 index 0000000000000..e16c650fbfc66 --- /dev/null +++ b/manifests/c/ChilliBits/Spice/0.20.5/ChilliBits.Spice.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: ChilliBits.Spice +PackageVersion: 0.20.5 +PackageLocale: en-US +Publisher: ChilliBits +PublisherUrl: https://chillibits.com +PublisherSupportUrl: https://www.spicelang.com +PrivacyUrl: https://www.chillibits.com/en/legal-notice +Author: Marc Auberer +PackageName: Spice +PackageUrl: https://www.spicelang.com +License: MIT +LicenseUrl: https://raw.githubusercontent.com/spicelang/spice/main/LICENSE +Copyright: Copyright (c) 2021-2023 ChilliBits +ShortDescription: Spice is a statically-typed, easy to use and compiled programming language. It supports cross-compilation and is especially useful for programming close to the system. +Description: |- + The Spice Programming Language is a compiled language, which can score with it's blazing fast execution time and the universal applicability. + Spice is inspired partially by Golang and C, but improves some things by abstraction which could impact ones productivity in a negative way. +Tags: +- antlr +- chillibits +- cli +- compiler +- docker +- language +- llvm +- programming-language +- spice +ReleaseNotes: |- + Changelog + - : Rebrand Twitter to X in docs (#635) (@marcauberer) + - : Introduce Deque (double ended queue) std container (#636) (@marcauberer) + - : Fix bug in debug info for lambdas (#637) (@marcauberer) + - : Upgrade to LLVM 19.1.0-rc3 (#638) (@marcauberer) + - : Improve type checker revisiting mechanism (#639) (@marcauberer) + - : Bump mkdocs-git-revision-date-localized-plugin from 1.2.6 to 1.2.7 in /docs (#640) (@dependabot[bot]) + - : Bump mkdocs-material from 9.5.31 to 9.5.33 in /docs (#641) (@dependabot[bot]) + - : Bump mkdocs-material[imaging] from 9.5.31 to 9.5.33 in /docs (#642) (@dependabot[bot]) + - : Fix duplicate copy ctor (#643) (@marcauberer) + - : Add filesystem std (#644) (@marcauberer) + - : Add more code docs to filepath std (#645) (@marcauberer) + - : Update Goreleaser & Go version for publishing (#646) (@marcauberer) + - : Bump mkdocs-material from 9.5.33 to 9.5.34 in /docs (#648) (@dependabot[bot]) + - : Bump mkdocs-material[imaging] from 9.5.33 to 9.5.34 in /docs (#647) (@dependabot[bot]) + What to do next? + - Install Spice + - Visit www.spicelang.com to test the new features +ReleaseNotesUrl: https://github.com/spicelang/spice/releases/tag/0.20.5 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/c/ChilliBits/Spice/0.20.5/ChilliBits.Spice.yaml b/manifests/c/ChilliBits/Spice/0.20.5/ChilliBits.Spice.yaml new file mode 100644 index 0000000000000..a1a785a2cf007 --- /dev/null +++ b/manifests/c/ChilliBits/Spice/0.20.5/ChilliBits.Spice.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: ChilliBits.Spice +PackageVersion: 0.20.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/c/ChristianGalla/AutoStartConfirm/3.1.8968/ChristianGalla.AutoStartConfirm.installer.yaml b/manifests/c/ChristianGalla/AutoStartConfirm/3.1.8968/ChristianGalla.AutoStartConfirm.installer.yaml new file mode 100644 index 0000000000000..c6d38f3a2f962 --- /dev/null +++ b/manifests/c/ChristianGalla/AutoStartConfirm/3.1.8968/ChristianGalla.AutoStartConfirm.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ChristianGalla.AutoStartConfirm +PackageVersion: 3.1.8968 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{CC0780DF-56F1-4ABA-8B9C-5D3ADA23C51D}' +ReleaseDate: 2024-07-21 +AppsAndFeaturesEntries: +- DisplayVersion: 3.1.8968.23123 + UpgradeCode: '{9795B8C4-0F77-4094-A3E4-43A914B674C2}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ChristianGalla/AutoStartConfirm/releases/download/v3.1.8968/AutoStartConfirmSetup_Standalone.msi + InstallerSha256: 506A74740C646525408B09EEB432343966A45C0345882C885DCEBE71111B6E92 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChristianGalla/AutoStartConfirm/3.1.8968/ChristianGalla.AutoStartConfirm.locale.en-US.yaml b/manifests/c/ChristianGalla/AutoStartConfirm/3.1.8968/ChristianGalla.AutoStartConfirm.locale.en-US.yaml new file mode 100644 index 0000000000000..83db6dde1aa9f --- /dev/null +++ b/manifests/c/ChristianGalla/AutoStartConfirm/3.1.8968/ChristianGalla.AutoStartConfirm.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ChristianGalla.AutoStartConfirm +PackageVersion: 3.1.8968 +PackageLocale: en-US +Publisher: Christian Galla +PublisherUrl: https://www.gallax.de/ +PublisherSupportUrl: https://github.com/ChristianGalla/AutoStartConfirm/issues +Author: Christian Galla +PackageName: Auto Start Confirm +PackageUrl: https://github.com/ChristianGalla/AutoStartConfirm +License: MIT +LicenseUrl: https://github.com/ChristianGalla/AutoStartConfirm/blob/HEAD/LICENSE +ShortDescription: Notifies and asks for permission if a program wants to get automatically started when Windows is started, or a user is logging on. +Tags: +- Autoruns +ReleaseNotes: |- + What's Changed + Added + - German localization ( + - 3rd party licenses ( + - Updater installs same version (Framework dependent or standalone) as installed ( + - Show deployment type in about page (Framework dependent or standalone) + Fixed + - Invisible title buttons when using accent title bar colors in light mode + - Pixelated notification area icon on 125% DPI scalling + New Contributors + - @vedantmgoyal9 made their first contribution in #99 + Full Changelog: https://github.com/ChristianGalla/AutoStartConfirm/compare/v3.0.8811...v3.1.8968 +ReleaseNotesUrl: https://github.com/ChristianGalla/AutoStartConfirm/releases/tag/v3.1.8968 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChristianGalla/AutoStartConfirm/3.1.8968/ChristianGalla.AutoStartConfirm.yaml b/manifests/c/ChristianGalla/AutoStartConfirm/3.1.8968/ChristianGalla.AutoStartConfirm.yaml new file mode 100644 index 0000000000000..a24397ded9728 --- /dev/null +++ b/manifests/c/ChristianGalla/AutoStartConfirm/3.1.8968/ChristianGalla.AutoStartConfirm.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ChristianGalla.AutoStartConfirm +PackageVersion: 3.1.8968 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChristianHohnstadt/xca/2.7.0/ChristianHohnstadt.xca.installer.yaml b/manifests/c/ChristianHohnstadt/xca/2.7.0/ChristianHohnstadt.xca.installer.yaml new file mode 100644 index 0000000000000..929c4af5537d7 --- /dev/null +++ b/manifests/c/ChristianHohnstadt/xca/2.7.0/ChristianHohnstadt.xca.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ChristianHohnstadt.xca +PackageVersion: 2.7.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{CB92D1E0-B72C-4FAE-A5E2-D68033635A8F}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/chris2511/xca/releases/download/RELEASE.2.7.0/xca-2.7.0-win64.msi + InstallerSha256: F32C7A13FA67F978B005B1172D8627E70909E70BC56ECA6B8DA3D08BE58282CA +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-27 diff --git a/manifests/c/ChristianHohnstadt/xca/2.7.0/ChristianHohnstadt.xca.locale.en-US.yaml b/manifests/c/ChristianHohnstadt/xca/2.7.0/ChristianHohnstadt.xca.locale.en-US.yaml new file mode 100644 index 0000000000000..c6624f1164584 --- /dev/null +++ b/manifests/c/ChristianHohnstadt/xca/2.7.0/ChristianHohnstadt.xca.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ChristianHohnstadt.xca +PackageVersion: 2.7.0 +PackageLocale: en-US +Publisher: Christian Hohnstaedt +PublisherUrl: https://github.com/chris2511/xca +PublisherSupportUrl: https://github.com/chris2511/xca/issues +Author: Christian Hohnstaedt +PackageName: XCA +PackageUrl: https://hohnstaedt.de/xca/index.php +License: BSD License +LicenseUrl: https://github.com/chris2511/xca/blob/master/COPYRIGHT +Copyright: Copyright (C) 2001 - 2021 Christian Hohnstaedt. +CopyrightUrl: https://github.com/chris2511/xca/blob/main/COPYRIGHT +ShortDescription: This application is intended for creating and managing X.509 certificates, certificate requests, RSA, DSA and EC private keys, Smartcards and CRLs. +Moniker: xca +Tags: +- cryptography +ReleaseNotesUrl: https://github.com/chris2511/xca/releases/tag/RELEASE.2.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChristianHohnstadt/xca/2.7.0/ChristianHohnstadt.xca.yaml b/manifests/c/ChristianHohnstadt/xca/2.7.0/ChristianHohnstadt.xca.yaml new file mode 100644 index 0000000000000..c146fa77cb18d --- /dev/null +++ b/manifests/c/ChristianHohnstadt/xca/2.7.0/ChristianHohnstadt.xca.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ChristianHohnstadt.xca +PackageVersion: 2.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Chromium/ChromeDriver/127.0.6533.72/Chromium.ChromeDriver.installer.yaml b/manifests/c/Chromium/ChromeDriver/127.0.6533.72/Chromium.ChromeDriver.installer.yaml new file mode 100644 index 0000000000000..2cb3c483b281e --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/127.0.6533.72/Chromium.ChromeDriver.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 127.0.6533.72 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: chromedriver-win64/chromedriver.exe + PortableCommandAlias: chromedriver +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.72/win64/chromedriver-win64.zip + InstallerSha256: FFB2D4C07E00D70D2011A29CE7DDC428A2CECAE4E1ED00FCCECA743EEFC0B18E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Chromium/ChromeDriver/127.0.6533.72/Chromium.ChromeDriver.locale.en-US.yaml b/manifests/c/Chromium/ChromeDriver/127.0.6533.72/Chromium.ChromeDriver.locale.en-US.yaml new file mode 100644 index 0000000000000..68714556c811f --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/127.0.6533.72/Chromium.ChromeDriver.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 127.0.6533.72 +PackageLocale: en-US +Publisher: Chromium +PublisherUrl: https://www.chromium.org/ +PackageName: ChromeDriver for Chrome 111 +PackageUrl: https://chromedriver.chromium.org/ +License: Proprietary +Copyright: Copyright 2015 The Chromium Authors +ShortDescription: An open source tool for automated testing of webapps across many browsers +Description: WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. ChromeDriver is a standalone server that implements the W3C WebDriver standard. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows and ChromeOS). +Documentations: +- DocumentUrl: https://chromedriver.chromium.org/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Chromium/ChromeDriver/127.0.6533.72/Chromium.ChromeDriver.yaml b/manifests/c/Chromium/ChromeDriver/127.0.6533.72/Chromium.ChromeDriver.yaml new file mode 100644 index 0000000000000..de2ae3ca75462 --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/127.0.6533.72/Chromium.ChromeDriver.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 127.0.6533.72 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Chromium/ChromeDriver/128.0.6613.86/Chromium.ChromeDriver.installer.yaml b/manifests/c/Chromium/ChromeDriver/128.0.6613.86/Chromium.ChromeDriver.installer.yaml new file mode 100644 index 0000000000000..5d5dccf6bf362 --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/128.0.6613.86/Chromium.ChromeDriver.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 128.0.6613.86 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: chromedriver-win64/chromedriver.exe + PortableCommandAlias: chromedriver +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.86/win64/chromedriver-win64.zip + InstallerSha256: 523FE33CE848C13F3342F9DE2A65DB0152D39251C254D293CD6DC3FCAA0D46D2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Chromium/ChromeDriver/128.0.6613.86/Chromium.ChromeDriver.locale.en-US.yaml b/manifests/c/Chromium/ChromeDriver/128.0.6613.86/Chromium.ChromeDriver.locale.en-US.yaml new file mode 100644 index 0000000000000..d6e51c99227fb --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/128.0.6613.86/Chromium.ChromeDriver.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 128.0.6613.86 +PackageLocale: en-US +Publisher: Chromium +PublisherUrl: https://www.chromium.org/ +PackageName: ChromeDriver for Chrome 111 +PackageUrl: https://chromedriver.chromium.org/ +License: Proprietary +Copyright: Copyright 2015 The Chromium Authors +ShortDescription: An open source tool for automated testing of webapps across many browsers +Description: WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. ChromeDriver is a standalone server that implements the W3C WebDriver standard. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows and ChromeOS). +Documentations: +- DocumentUrl: https://chromedriver.chromium.org/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Chromium/ChromeDriver/128.0.6613.86/Chromium.ChromeDriver.yaml b/manifests/c/Chromium/ChromeDriver/128.0.6613.86/Chromium.ChromeDriver.yaml new file mode 100644 index 0000000000000..124d1e870fbfd --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/128.0.6613.86/Chromium.ChromeDriver.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 128.0.6613.86 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.0.0/ChronoplexSoftware.MyFamilyTree.installer.yaml b/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.0.0/ChronoplexSoftware.MyFamilyTree.installer.yaml deleted file mode 100644 index 9407a9ebfc1f2..0000000000000 --- a/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.0.0/ChronoplexSoftware.MyFamilyTree.installer.yaml +++ /dev/null @@ -1,67 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: ChronoplexSoftware.MyFamilyTree -PackageVersion: 14.1.0.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: msi -ReleaseDate: 2023-12-03 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- aft -- afz -- agz -- aq -- dat -- family -- familyx -- familyxs -- fbk -- fdb -- fow -- ftb -- ftw -- gdz -- ged -- indiv2.dat -- mft -- nam -- paf -- pjc -- rm8 -- rmb8 -- rmg -- rmgb -- rmgc -- sqz -- tmg -- tre -- uzed -- ver -- zed -- zip -Installers: -- Architecture: x64 - InstallerUrl: https://chronoplexsoftware.com/myfamilytree/downloads/myfamilytree14.0.4.0x64.msi - InstallerSha256: 812A462A0D29ED71E6A5C6CEB1F0D8E189B31AC9BD6022E549B7B8BE4EF0579A - ProductCode: '{34BA58A5-CC7D-4F70-870B-0416A2DAF6F2}' - AppsAndFeaturesEntries: - - DisplayName: My Family Tree (x64) - Publisher: Chronoplex Software -- Architecture: neutral - InstallerUrl: https://chronoplexsoftware.com/myfamilytree/downloads/myfamilytree14.0.4.0.msi - InstallerSha256: 0F0F6DEB30216BD91C5D9DCB242AE163C0B989F5989603A8E0C8D5A9503082EF - ProductCode: '{20B14D3E-8856-41ED-96CB-2550F5A0599D}' - AppsAndFeaturesEntries: - - DisplayName: My Family Tree - Publisher: Chronoplex Software -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.0.0/ChronoplexSoftware.MyFamilyTree.yaml b/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.0.0/ChronoplexSoftware.MyFamilyTree.yaml deleted file mode 100644 index 0a3c8e8e215cb..0000000000000 --- a/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.0.0/ChronoplexSoftware.MyFamilyTree.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: ChronoplexSoftware.MyFamilyTree -PackageVersion: 14.1.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.1.0/ChronoplexSoftware.MyFamilyTree.installer.yaml b/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.1.0/ChronoplexSoftware.MyFamilyTree.installer.yaml new file mode 100644 index 0000000000000..57e2fc23b0387 --- /dev/null +++ b/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.1.0/ChronoplexSoftware.MyFamilyTree.installer.yaml @@ -0,0 +1,67 @@ +# Automatically updated by the winget bot at 2024/Jul/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ChronoplexSoftware.MyFamilyTree +PackageVersion: 14.1.1.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +ReleaseDate: 2023-12-03 +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- aft +- afz +- agz +- aq +- dat +- family +- familyx +- familyxs +- fbk +- fdb +- fow +- ftb +- ftw +- gdz +- ged +- indiv2.dat +- mft +- nam +- paf +- pjc +- rm8 +- rmb8 +- rmg +- rmgb +- rmgc +- sqz +- tmg +- tre +- uzed +- ver +- zed +- zip +Installers: +- Architecture: x64 + InstallerUrl: https://chronoplexsoftware.com/myfamilytree/downloads/myfamilytree14.0.4.0x64.msi + InstallerSha256: 6923983191A952FD7562DD830C1DE4A3078C987429DF6568CA097CD9256B906A + ProductCode: '{0789A6EA-5C1E-4998-A2BE-0B89FCD00A4C}' + AppsAndFeaturesEntries: + - DisplayName: My Family Tree (x64) + Publisher: Chronoplex Software +- Architecture: neutral + InstallerUrl: https://chronoplexsoftware.com/myfamilytree/downloads/myfamilytree14.0.4.0.msi + InstallerSha256: 8AADC3CE2E73FE13FFD2DD9617469D77272AC86F85669AC26C7E66EACFD919AE + ProductCode: '{DFDE1BAD-EA77-453A-93BE-6F41D2BC299A}' + AppsAndFeaturesEntries: + - DisplayName: My Family Tree + Publisher: Chronoplex Software +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.0.0/ChronoplexSoftware.MyFamilyTree.locale.en-US.yaml b/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.1.0/ChronoplexSoftware.MyFamilyTree.locale.en-US.yaml similarity index 93% rename from manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.0.0/ChronoplexSoftware.MyFamilyTree.locale.en-US.yaml rename to manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.1.0/ChronoplexSoftware.MyFamilyTree.locale.en-US.yaml index 6c50fab44d1fe..054e8fb7b540c 100644 --- a/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.0.0/ChronoplexSoftware.MyFamilyTree.locale.en-US.yaml +++ b/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.1.0/ChronoplexSoftware.MyFamilyTree.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/13 +# Automatically updated by the winget bot at 2024/Jul/20 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: ChronoplexSoftware.MyFamilyTree -PackageVersion: 14.1.0.0 +PackageVersion: 14.1.1.0 PackageLocale: en-US Publisher: Chronoplex Software PublisherUrl: https://chronoplexsoftware.com/ diff --git a/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.1.0/ChronoplexSoftware.MyFamilyTree.yaml b/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.1.0/ChronoplexSoftware.MyFamilyTree.yaml new file mode 100644 index 0000000000000..663dba59b3376 --- /dev/null +++ b/manifests/c/ChronoplexSoftware/MyFamilyTree/14.1.1.0/ChronoplexSoftware.MyFamilyTree.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/20 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ChronoplexSoftware.MyFamilyTree +PackageVersion: 14.1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.10.3.19/Cisco.CiscoWebexMeetings.installer.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.10.3.19/Cisco.CiscoWebexMeetings.installer.yaml deleted file mode 100644 index ffb09a6e349bf..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.10.3.19/Cisco.CiscoWebexMeetings.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.10.3.19 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://akamaicdn.webex.com/client/WBXclient-41.10.3-19/webexapp.msi - InstallerSha256: CB3E63FC628BFCF61C2C7EB4752E15287E2009D2E4A446DC1CDE15DAB2008CEB - ProductCode: '{698FED1D-185D-E036-EF8C-D96F59C29C5C}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.10.3.19/Cisco.CiscoWebexMeetings.locale.en-US.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.10.3.19/Cisco.CiscoWebexMeetings.locale.en-US.yaml deleted file mode 100644 index a62c4c1d753ae..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.10.3.19/Cisco.CiscoWebexMeetings.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.10.3.19 -PackageLocale: en-US -Publisher: Cisco Webex LLC -PublisherUrl: https://www.cisco.com/c/en/us/ -PublisherSupportUrl: https://help.webex.com/en-us/ -PrivacyUrl: https://www.cisco.com/c/en/us/about/legal/privacy-full.html -Author: Cisco Webex LLC -PackageName: Cisco Webex Meetings -PackageUrl: https://www.webex.com/video-conferencing -License: Proprietary -LicenseUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -Copyright: © 2021 Cisco and/or its affiliates. All rights reserved. -CopyrightUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -ShortDescription: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -Description: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -Moniker: webex -Tags: -- chat -- cisco -- conference -- conferencing -- meetings -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.10.3.19/Cisco.CiscoWebexMeetings.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.10.3.19/Cisco.CiscoWebexMeetings.yaml deleted file mode 100644 index b7b4c94a62d0d..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.10.3.19/Cisco.CiscoWebexMeetings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.10.3.19 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.12.5.10/Cisco.CiscoWebexMeetings.installer.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.12.5.10/Cisco.CiscoWebexMeetings.installer.yaml deleted file mode 100644 index 49180562c2af8..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.12.5.10/Cisco.CiscoWebexMeetings.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.12.5.10 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://akamaicdn.webex.com/client/WBXclient-41.12.5-10/webexapp.msi - InstallerSha256: 022BED520194C38C8D911E9BE0932DA36FF767C7DF20B3C9DA87FBE7F231D805 - ProductCode: '{A448AB5D-069F-028A-4585-A6DA0B88B13C}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.12.5.10/Cisco.CiscoWebexMeetings.locale.en-US.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.12.5.10/Cisco.CiscoWebexMeetings.locale.en-US.yaml deleted file mode 100644 index f364377f77948..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.12.5.10/Cisco.CiscoWebexMeetings.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.12.5.10 -PackageLocale: en-US -Publisher: Cisco Webex LLC -PublisherUrl: https://www.cisco.com/c/en/us/ -PublisherSupportUrl: https://help.webex.com/en-us/ -PrivacyUrl: https://www.cisco.com/c/en/us/about/legal/privacy-full.html -Author: Cisco Webex LLC -PackageName: Cisco Webex Meetings -PackageUrl: https://www.webex.com/video-conferencing -License: Proprietary -LicenseUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -Copyright: © 2021 Cisco and/or its affiliates. All rights reserved. -CopyrightUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -ShortDescription: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -Description: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -Moniker: webex -Tags: -- chat -- cisco -- conference -- conferencing -- meetings -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.12.5.10/Cisco.CiscoWebexMeetings.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.12.5.10/Cisco.CiscoWebexMeetings.yaml deleted file mode 100644 index 2010008177c1a..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.12.5.10/Cisco.CiscoWebexMeetings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.12.5.10 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.2.2.16/Cisco.CiscoWebexMeetings.installer.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.2.2.16/Cisco.CiscoWebexMeetings.installer.yaml deleted file mode 100644 index 1461b8e6ec648..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.2.2.16/Cisco.CiscoWebexMeetings.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.2.2.16 -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Installers: -- Architecture: x64 - InstallerUrl: https://akamaicdn.webex.com/client/WBXclient-41.2.2-16/webexapp.msi - InstallerSha256: 3F7DAD759DB5130DD0C6DB257C5383FF515320013256B4A2BA73F03B5D729AE0 - ProductCode: '{6A43DF94-6863-5955-7D2B-4570473EC050}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.2.2.16/Cisco.CiscoWebexMeetings.locale.en-US.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.2.2.16/Cisco.CiscoWebexMeetings.locale.en-US.yaml deleted file mode 100644 index 045df8603138b..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.2.2.16/Cisco.CiscoWebexMeetings.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.2.2.16 -PackageLocale: en-US -Publisher: Cisco Webex LLC -PublisherUrl: https://www.cisco.com/c/en/us/ -PublisherSupportUrl: https://help.webex.com/en-us/ -PrivacyUrl: https://www.cisco.com/c/en/us/about/legal/privacy-full.html -Author: Cisco Webex LLC -PackageName: Cisco Webex Meetings -PackageUrl: https://www.webex.com/video-conferencing -License: Proprietary -LicenseUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -Copyright: © 2021 Cisco and/or its affiliates. All rights reserved. -CopyrightUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -ShortDescription: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -# Description: -Moniker: webex -Tags: -- chat -- cisco -- meetings -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.2.2.16/Cisco.CiscoWebexMeetings.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.2.2.16/Cisco.CiscoWebexMeetings.yaml deleted file mode 100644 index b54850f523ebd..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.2.2.16/Cisco.CiscoWebexMeetings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.2.2.16 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.2.4.15/Cisco.CiscoWebexMeetings.installer.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.2.4.15/Cisco.CiscoWebexMeetings.installer.yaml deleted file mode 100644 index eb7e1fc1b042f..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.2.4.15/Cisco.CiscoWebexMeetings.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.2.4.15 -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Installers: -- Architecture: x64 - InstallerUrl: https://akamaicdn.webex.com/client/WBXclient-41.2.4-15/webexapp.msi - InstallerSha256: CF431DC6BCF7A77B3116388E4B420B6A5D77CA32D3BCDE36129C94461FF6643C - ProductCode: '{55DEF14A-DFC9-617E-54B5-ADBB0245851F}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.2.4.15/Cisco.CiscoWebexMeetings.locale.en-US.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.2.4.15/Cisco.CiscoWebexMeetings.locale.en-US.yaml deleted file mode 100644 index 96190f167b8cb..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.2.4.15/Cisco.CiscoWebexMeetings.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.2.4.15 -PackageLocale: en-US -Publisher: Cisco Webex LLC -PublisherUrl: https://www.cisco.com/c/en/us/ -PublisherSupportUrl: https://help.webex.com/en-us/ -PrivacyUrl: https://www.cisco.com/c/en/us/about/legal/privacy-full.html -Author: Cisco Webex LLC -PackageName: Cisco Webex Meetings -PackageUrl: https://www.webex.com/video-conferencing -License: Proprietary -LicenseUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -Copyright: © 2021 Cisco and/or its affiliates. All rights reserved. -CopyrightUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -ShortDescription: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -# Description: -Moniker: webex -Tags: -- chat -- cisco -- meetings -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.2.4.15/Cisco.CiscoWebexMeetings.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.2.4.15/Cisco.CiscoWebexMeetings.yaml deleted file mode 100644 index 637e957a5db51..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.2.4.15/Cisco.CiscoWebexMeetings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.2.4.15 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.3.0.113/Cisco.CiscoWebexMeetings.installer.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.3.0.113/Cisco.CiscoWebexMeetings.installer.yaml deleted file mode 100644 index eeb569e536173..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.3.0.113/Cisco.CiscoWebexMeetings.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.3.0.113 -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Installers: -- Architecture: x64 - InstallerUrl: https://akamaicdn.webex.com/client/WBXclient-41.3.0-113/webexapp.msi - InstallerSha256: 8127F7494C7912A67EB86E0B7E69F5619CE021FA76F8A8987823D83B0156E009 - ProductCode: '{8B97B09F-7A77-7F5E-3CF5-07621D228A89}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.3.0.113/Cisco.CiscoWebexMeetings.locale.en-US.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.3.0.113/Cisco.CiscoWebexMeetings.locale.en-US.yaml deleted file mode 100644 index e54aeeece5a78..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.3.0.113/Cisco.CiscoWebexMeetings.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.3.0.113 -PackageLocale: en-US -Publisher: Cisco Webex LLC -PublisherUrl: https://www.cisco.com/c/en/us/ -PublisherSupportUrl: https://help.webex.com/en-us/ -PrivacyUrl: https://www.cisco.com/c/en/us/about/legal/privacy-full.html -Author: Cisco Webex LLC -PackageName: Cisco Webex Meetings -PackageUrl: https://www.webex.com/video-conferencing -License: Proprietary -LicenseUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -Copyright: © 2021 Cisco and/or its affiliates. All rights reserved. -CopyrightUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -ShortDescription: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -# Description: -Moniker: webex -Tags: -- chat -- cisco -- meetings -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.3.0.113/Cisco.CiscoWebexMeetings.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.3.0.113/Cisco.CiscoWebexMeetings.yaml deleted file mode 100644 index 3696e98a0d8f0..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.3.0.113/Cisco.CiscoWebexMeetings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.3.0.113 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.3.5.8/Cisco.CiscoWebexMeetings.installer.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.3.5.8/Cisco.CiscoWebexMeetings.installer.yaml deleted file mode 100644 index e4a75a1b0f8d4..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.3.5.8/Cisco.CiscoWebexMeetings.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.3.5.8 -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Installers: -- Architecture: x64 - InstallerUrl: https://akamaicdn.webex.com/client/WBXclient-41.3.5-8/webexapp.msi - InstallerSha256: 198FE4E80F3F4760B0C1DC127A3399FCE08389E906690F82B33C79A96E34CD93 - ProductCode: '{BD709C44-C9CC-ABEF-9AEE-58BC0606B54E}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.3.5.8/Cisco.CiscoWebexMeetings.locale.en-US.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.3.5.8/Cisco.CiscoWebexMeetings.locale.en-US.yaml deleted file mode 100644 index b12cf6d7559c8..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.3.5.8/Cisco.CiscoWebexMeetings.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.3.5.8 -PackageLocale: en-US -Publisher: Cisco Webex LLC -PublisherUrl: https://www.cisco.com/c/en/us/ -PublisherSupportUrl: https://help.webex.com/en-us/ -PrivacyUrl: https://www.cisco.com/c/en/us/about/legal/privacy-full.html -Author: Cisco Webex LLC -PackageName: Cisco Webex Meetings -PackageUrl: https://www.webex.com/video-conferencing -License: Proprietary -LicenseUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -Copyright: © 2021 Cisco and/or its affiliates. All rights reserved. -CopyrightUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -ShortDescription: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -# Description: -Moniker: webex -Tags: -- chat -- cisco -- meetings -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.3.5.8/Cisco.CiscoWebexMeetings.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.3.5.8/Cisco.CiscoWebexMeetings.yaml deleted file mode 100644 index f34a4c46e0a42..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.3.5.8/Cisco.CiscoWebexMeetings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.3.5.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.5.4.6/Cisco.CiscoWebexMeetings.installer.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.5.4.6/Cisco.CiscoWebexMeetings.installer.yaml deleted file mode 100644 index a787c671593e5..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.5.4.6/Cisco.CiscoWebexMeetings.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.5.4.6 -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Installers: -- Architecture: x64 - InstallerUrl: https://akamaicdn.webex.com/client/WBXclient-41.5.4-6/webexapp.msi - InstallerSha256: 52DFA30D3257E9761F96A15B347CDBBDD7989304A513D2C03363F3F084A564BF - ProductCode: '{8C8E0353-148A-6CF9-8A82-00F2A2CC8DA7}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.5.4.6/Cisco.CiscoWebexMeetings.locale.en-US.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.5.4.6/Cisco.CiscoWebexMeetings.locale.en-US.yaml deleted file mode 100644 index 14ea36f148edf..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.5.4.6/Cisco.CiscoWebexMeetings.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.5.4.6 -PackageLocale: en-US -Publisher: Cisco Webex LLC -PublisherUrl: https://www.cisco.com/c/en/us/ -PublisherSupportUrl: https://help.webex.com/en-us/ -PrivacyUrl: https://www.cisco.com/c/en/us/about/legal/privacy-full.html -Author: Cisco Webex LLC -PackageName: Cisco Webex Meetings -PackageUrl: https://www.webex.com/video-conferencing -License: Proprietary -LicenseUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -Copyright: © 2020 Cisco and/or its affiliates. All rights reserved. -CopyrightUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -ShortDescription: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -# Description: -Moniker: webex -Tags: -- chat -- cisco -- meetings -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.5.4.6/Cisco.CiscoWebexMeetings.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.5.4.6/Cisco.CiscoWebexMeetings.yaml deleted file mode 100644 index b2fd8de1418bb..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.5.4.6/Cisco.CiscoWebexMeetings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.5.4.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.5.5.12/Cisco.CiscoWebexMeetings.installer.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.5.5.12/Cisco.CiscoWebexMeetings.installer.yaml deleted file mode 100644 index 794fdb1cb6d2b..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.5.5.12/Cisco.CiscoWebexMeetings.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.5.5.12 -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Installers: -- Architecture: x64 - InstallerUrl: https://akamaicdn.webex.com/client/WBXclient-41.5.5-12/webexapp.msi - InstallerSha256: 45388F721433479ACE1BCC6D7824CD2A3180C11727AE49F758C4FABDB9BA186A - ProductCode: '{9EF86465-58D6-027C-E611-94EEB31F8FF0}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.5.5.12/Cisco.CiscoWebexMeetings.locale.en-US.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.5.5.12/Cisco.CiscoWebexMeetings.locale.en-US.yaml deleted file mode 100644 index f4b4ebe086a73..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.5.5.12/Cisco.CiscoWebexMeetings.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.5.5.12 -PackageLocale: en-US -Publisher: Cisco Webex LLC -PublisherUrl: https://www.cisco.com/c/en/us/ -PublisherSupportUrl: https://help.webex.com/en-us/ -PrivacyUrl: https://www.cisco.com/c/en/us/about/legal/privacy-full.html -Author: Cisco Webex LLC -PackageName: Cisco Webex Meetings -PackageUrl: https://www.webex.com/video-conferencing -License: Proprietary -LicenseUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -Copyright: © 2021 Cisco and/or its affiliates. All rights reserved. -CopyrightUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -ShortDescription: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -# Description: -Moniker: webex -Tags: -- chat -- cisco -- meetings -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.5.5.12/Cisco.CiscoWebexMeetings.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.5.5.12/Cisco.CiscoWebexMeetings.yaml deleted file mode 100644 index 8136474eb4ea1..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.5.5.12/Cisco.CiscoWebexMeetings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.5.5.12 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.5.6.9/Cisco.CiscoWebexMeetings.installer.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.5.6.9/Cisco.CiscoWebexMeetings.installer.yaml deleted file mode 100644 index ba1a8f7ae3c45..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.5.6.9/Cisco.CiscoWebexMeetings.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.5.6.9 -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Installers: -- Architecture: x64 - InstallerUrl: https://akamaicdn.webex.com/client/WBXclient-41.5.6-9/webexapp.msi - InstallerSha256: 8147CC0385A8CBEAA72927DE9C8F1D9AC7EC8081C49F4B2352C48F8569FA6A08 - ProductCode: '{BBBFE104-E09F-C9CE-CC73-2D2544D77D9B}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.5.6.9/Cisco.CiscoWebexMeetings.locale.en-US.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.5.6.9/Cisco.CiscoWebexMeetings.locale.en-US.yaml deleted file mode 100644 index 8440d508890ec..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.5.6.9/Cisco.CiscoWebexMeetings.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.5.6.9 -PackageLocale: en-US -Publisher: Cisco Webex LLC -PublisherUrl: https://www.cisco.com/c/en/us/ -PublisherSupportUrl: https://help.webex.com/en-us/ -PrivacyUrl: https://www.cisco.com/c/en/us/about/legal/privacy-full.html -Author: Cisco Webex LLC -PackageName: Cisco Webex Meetings -PackageUrl: https://www.webex.com/video-conferencing -License: Proprietary -LicenseUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -Copyright: © 2020 Cisco and/or its affiliates. All rights reserved. -CopyrightUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -ShortDescription: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -# Description: -Moniker: webex -Tags: -- chat -- cisco -- meetings -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.5.6.9/Cisco.CiscoWebexMeetings.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.5.6.9/Cisco.CiscoWebexMeetings.yaml deleted file mode 100644 index e444446027068..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.5.6.9/Cisco.CiscoWebexMeetings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.5.6.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.7.3.13/Cisco.CiscoWebexMeetings.installer.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.7.3.13/Cisco.CiscoWebexMeetings.installer.yaml deleted file mode 100644 index fd5db89ac9d02..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.7.3.13/Cisco.CiscoWebexMeetings.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.7.3.13 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://akamaicdn.webex.com/client/WBXclient-41.7.3-13/webexapp.msi - InstallerSha256: BE182B3AD218A2E51B86846ED458E2AC5C194F7D64B89EE804417B4E235D0A95 - ProductCode: '{2C601930-086C-BF76-983E-D1297AACD089}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.7.3.13/Cisco.CiscoWebexMeetings.locale.en-US.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.7.3.13/Cisco.CiscoWebexMeetings.locale.en-US.yaml deleted file mode 100644 index 89ac61df9f23e..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.7.3.13/Cisco.CiscoWebexMeetings.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.7.3.13 -PackageLocale: en-US -Publisher: Cisco Webex LLC -PublisherUrl: https://www.cisco.com/c/en/us/ -PublisherSupportUrl: https://help.webex.com/en-us/ -PrivacyUrl: https://www.cisco.com/c/en/us/about/legal/privacy-full.html -Author: Cisco Webex LLC -PackageName: Cisco Webex Meetings -PackageUrl: https://www.webex.com/video-conferencing -License: © 2021 Cisco and/or its affiliates. All rights reserved. -LicenseUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -Copyright: © 2021 Cisco and/or its affiliates. All rights reserved. -CopyrightUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -ShortDescription: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -Description: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -Moniker: webex -Tags: -- chat -- cisco -- conference -- conferencing -- meetings -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.7.3.13/Cisco.CiscoWebexMeetings.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.7.3.13/Cisco.CiscoWebexMeetings.yaml deleted file mode 100644 index b842ee46830fd..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.7.3.13/Cisco.CiscoWebexMeetings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.7.3.13 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.9.2.16/Cisco.CiscoWebexMeetings.installer.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.9.2.16/Cisco.CiscoWebexMeetings.installer.yaml deleted file mode 100644 index 794f79dc1c882..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.9.2.16/Cisco.CiscoWebexMeetings.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.9.2.16 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://akamaicdn.webex.com/client/WBXclient-41.9.2-16/webexapp.msi - InstallerSha256: 0792C8390B4FBFF390A82221F1875F7B4B9FA8E4B5BF099A68F1DB20C720B606 - ProductCode: '{FFEC49DE-6ED1-A790-FF63-4B8124456CF8}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.9.2.16/Cisco.CiscoWebexMeetings.locale.en-US.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.9.2.16/Cisco.CiscoWebexMeetings.locale.en-US.yaml deleted file mode 100644 index bff711980c3d1..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.9.2.16/Cisco.CiscoWebexMeetings.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.9.2.16 -PackageLocale: en-US -Publisher: Cisco Webex LLC -PublisherUrl: https://www.cisco.com/c/en/us/ -PublisherSupportUrl: https://help.webex.com/en-us/ -PrivacyUrl: https://www.cisco.com/c/en/us/about/legal/privacy-full.html -Author: Cisco Webex LLC -PackageName: Cisco Webex Meetings -PackageUrl: https://www.webex.com/video-conferencing -License: Proprietary -LicenseUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -Copyright: © 2021 Cisco and/or its affiliates. All rights reserved. -CopyrightUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -ShortDescription: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -Description: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -Moniker: webex -Tags: -- chat -- cisco -- conference -- conferencing -- meetings -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.9.2.16/Cisco.CiscoWebexMeetings.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.9.2.16/Cisco.CiscoWebexMeetings.yaml deleted file mode 100644 index 7086bdfebed7b..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.9.2.16/Cisco.CiscoWebexMeetings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.9.2.16 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.9.3.16/Cisco.CiscoWebexMeetings.installer.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.9.3.16/Cisco.CiscoWebexMeetings.installer.yaml deleted file mode 100644 index 729692b09e621..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.9.3.16/Cisco.CiscoWebexMeetings.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.9.3.16 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://akamaicdn.webex.com/client/WBXclient-41.9.3-16/webexapp.msi - InstallerSha256: DF91968BD639756F90902F329B9674C80A062FB971768878269007BEF9AA1F9D - ProductCode: '{C07F1013-2CD7-52C6-4A55-52372FB2410F}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.9.3.16/Cisco.CiscoWebexMeetings.locale.en-US.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.9.3.16/Cisco.CiscoWebexMeetings.locale.en-US.yaml deleted file mode 100644 index 74a33996c48c9..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.9.3.16/Cisco.CiscoWebexMeetings.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.9.3.16 -PackageLocale: en-US -Publisher: Cisco Webex LLC -PublisherUrl: https://www.cisco.com/c/en/us/ -PublisherSupportUrl: https://help.webex.com/en-us/ -PrivacyUrl: https://www.cisco.com/c/en/us/about/legal/privacy-full.html -Author: Cisco Webex LLC -PackageName: Cisco Webex Meetings -PackageUrl: https://www.webex.com/video-conferencing -License: Proprietary -LicenseUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -Copyright: © 2021 Cisco and/or its affiliates. All rights reserved. -CopyrightUrl: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html -ShortDescription: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -Description: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -Moniker: webex -Tags: -- chat -- cisco -- conference -- conferencing -- meetings -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/41.9.3.16/Cisco.CiscoWebexMeetings.yaml b/manifests/c/Cisco/CiscoWebexMeetings/41.9.3.16/Cisco.CiscoWebexMeetings.yaml deleted file mode 100644 index 3d0224ab55bed..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/41.9.3.16/Cisco.CiscoWebexMeetings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 41.9.3.16 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/44.7.1.1/Cisco.CiscoWebexMeetings.installer.yaml b/manifests/c/Cisco/CiscoWebexMeetings/44.7.1.1/Cisco.CiscoWebexMeetings.installer.yaml deleted file mode 100644 index caee50aa829a0..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/44.7.1.1/Cisco.CiscoWebexMeetings.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 44.7.1.1 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: msi -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{6262D298-14F9-DA0A-DA83-BAB160B42CE2}' -AppsAndFeaturesEntries: -- UpgradeCode: '{C599642D-7A3F-4351-ADC5-2BA171B6451E}' -Installers: -- Architecture: x64 - InstallerUrl: https://akamaicdn.webex.com/client/webexapp.msi - InstallerSha256: EF35F1638028206EE9806A72E08073F75890A1B0FD2D3428ABE893A6DB7B716D -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/44.7.1.1/Cisco.CiscoWebexMeetings.locale.en-US.yaml b/manifests/c/Cisco/CiscoWebexMeetings/44.7.1.1/Cisco.CiscoWebexMeetings.locale.en-US.yaml deleted file mode 100644 index a0f0493428235..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/44.7.1.1/Cisco.CiscoWebexMeetings.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 44.7.1.1 -PackageLocale: en-US -Publisher: Cisco Webex LLC -PublisherSupportUrl: https://help.webex.com/en-us -Author: Cisco Webex LLC -PackageName: Cisco Webex Meetings -PackageUrl: https://www.webex.com/video-conferencing -License: Proprietary -Copyright: © 2021 Cisco and/or its affiliates. All rights reserved. -ShortDescription: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. -Description: |- - Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. - Web conferencing, cloud calling and equipment. -Moniker: webex -Tags: -- chat -- cisco -- conference -- conferencing -- meetings -- video -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/44.7.1.1/Cisco.CiscoWebexMeetings.yaml b/manifests/c/Cisco/CiscoWebexMeetings/44.7.1.1/Cisco.CiscoWebexMeetings.yaml deleted file mode 100644 index 29ef143f6cd01..0000000000000 --- a/manifests/c/Cisco/CiscoWebexMeetings/44.7.1.1/Cisco.CiscoWebexMeetings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Cisco.CiscoWebexMeetings -PackageVersion: 44.7.1.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/44.9.2.3/Cisco.CiscoWebexMeetings.installer.yaml b/manifests/c/Cisco/CiscoWebexMeetings/44.9.2.3/Cisco.CiscoWebexMeetings.installer.yaml new file mode 100644 index 0000000000000..9cc7954767e3e --- /dev/null +++ b/manifests/c/Cisco/CiscoWebexMeetings/44.9.2.3/Cisco.CiscoWebexMeetings.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cisco.CiscoWebexMeetings +PackageVersion: 44.9.2.3 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{20153BE6-7BCD-421B-D716-8ED641B87F11}' +AppsAndFeaturesEntries: +- UpgradeCode: '{C599642D-7A3F-4351-ADC5-2BA171B6451E}' +Installers: +- Architecture: x64 + InstallerUrl: https://akamaicdn.webex.com/client/webexapp.msi + InstallerSha256: 650294C594652199E5CD60A7F73AF6CCB3DC3BDF6900362BD362AE3BCBCCF5B0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/44.9.2.3/Cisco.CiscoWebexMeetings.locale.en-US.yaml b/manifests/c/Cisco/CiscoWebexMeetings/44.9.2.3/Cisco.CiscoWebexMeetings.locale.en-US.yaml new file mode 100644 index 0000000000000..ac32ffdcd09e8 --- /dev/null +++ b/manifests/c/Cisco/CiscoWebexMeetings/44.9.2.3/Cisco.CiscoWebexMeetings.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cisco.CiscoWebexMeetings +PackageVersion: 44.9.2.3 +PackageLocale: en-US +Publisher: Cisco Webex LLC +PublisherSupportUrl: https://help.webex.com/en-us +Author: Cisco Webex LLC +PackageName: Cisco Webex Meetings +PackageUrl: https://www.webex.com/video-conferencing +License: Proprietary +Copyright: © 2021 Cisco and/or its affiliates. All rights reserved. +ShortDescription: Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. Web conferencing, cloud calling and equipment. +Description: |- + Cisco Webex is the leading enterprise solution for video conferencing, online meetings, screen share, and webinars. + Web conferencing, cloud calling and equipment. +Moniker: webex +Tags: +- chat +- cisco +- conference +- conferencing +- meetings +- video +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/CiscoWebexMeetings/44.9.2.3/Cisco.CiscoWebexMeetings.yaml b/manifests/c/Cisco/CiscoWebexMeetings/44.9.2.3/Cisco.CiscoWebexMeetings.yaml new file mode 100644 index 0000000000000..7f64e3c2e135d --- /dev/null +++ b/manifests/c/Cisco/CiscoWebexMeetings/44.9.2.3/Cisco.CiscoWebexMeetings.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cisco.CiscoWebexMeetings +PackageVersion: 44.9.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/Webex/44.7.0.30285/Cisco.Webex.installer.yaml b/manifests/c/Cisco/Webex/44.7.0.30285/Cisco.Webex.installer.yaml new file mode 100644 index 0000000000000..7fb135ec065f1 --- /dev/null +++ b/manifests/c/Cisco/Webex/44.7.0.30285/Cisco.Webex.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cisco.Webex +PackageVersion: 44.7.0.30285 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALL_ROOT="" +UpgradeBehavior: install +Protocols: +- ciscospark +- wbx +- webex +- webexediscovery +- webexteams +FileExtensions: +- ciscospark +- wbx +- webex +- webexediscovery +- webexteams +AppsAndFeaturesEntries: +- ProductCode: '{3F9B1AB5-2521-521E-8703-87D71A454DD7}' + UpgradeCode: '{B9DCA8E9-B3A9-419A-9D6F-9BC3557EE72C}' +Installers: +- Architecture: x64 + InstallerUrl: https://binaries.webex.com/WebexDesktop-Win-64-Gold/20240725130600/Webex.msi + InstallerSha256: 50A428AE1C2B86CCC07495D1F7C9D12C97E03ECD3C67F4F4A089C43E447D4F6B + ProductCode: '{3F9B1AB5-2521-521E-8703-87D71A454DD7}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/Webex/44.7.0.30285/Cisco.Webex.locale.en-US.yaml b/manifests/c/Cisco/Webex/44.7.0.30285/Cisco.Webex.locale.en-US.yaml new file mode 100644 index 0000000000000..4c62c0fc6089e --- /dev/null +++ b/manifests/c/Cisco/Webex/44.7.0.30285/Cisco.Webex.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cisco.Webex +PackageVersion: 44.7.0.30285 +PackageLocale: en-US +Publisher: Cisco Systems, Inc +PublisherUrl: https://www.webex.com/ +PublisherSupportUrl: https://help.webex.com/ +# PrivacyUrl: +Author: Cisco Systems, Inc. +PackageName: Webex +PackageUrl: https://www.webex.com/downloads.html +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 Cisco Systems. All rights reserved. +# CopyrightUrl: +ShortDescription: With industry leading video conferencing, calling, and contact center solutions, Webex fuels hybrid work for businesses of all sizes. +Description: |- + Cisco Webex is an app for continuous teamwork. Move work forward in secure work spaces where everyone can contribute anytime with messaging, file sharing, white boarding, video meetings, calling, and more. It works on virtually any device, with these top benefits for mobile app users: + - Streamline Teamwork: One place for all the tools that help you do your job better and faster. Create spaces for you and another person or for a group working on a project. + - Make Better Decisions: Start and join meetings instantly. See everyone with an amazing HD video experience. Share your screen. Keep teamwork going in the connected work space. + - Stay Informed About All Your Work: Select from our growing catalog of integrations and bots to keep up to date with what's happening in other apps such as Box and Salesforce + - Find Anything Fast: Search for people, messages, and files across all your spaces - no need to switch accounts or views + - Bring The Experience Into Meeting Rooms: Pair your app to a Webex device, such as the Webex Board, to do things like wirelessly control meetings and save whiteboard drawings + - Work Securely: Built for business collaboration with end-to-end encryption +Moniker: webex +Tags: +- chat +- collaborate +- collaboration +- conference +- conferencing +- meeting +- video-conferencing +- voice-conferencing +- webinar +# ReleaseNotes: +ReleaseNotesUrl: https://help.webex.com/article/mqkve8/ +PurchaseUrl: https://pricing.webex.com/us/en/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/Webex/44.7.0.30285/Cisco.Webex.locale.zh-CN.yaml b/manifests/c/Cisco/Webex/44.7.0.30285/Cisco.Webex.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e923342fa8807 --- /dev/null +++ b/manifests/c/Cisco/Webex/44.7.0.30285/Cisco.Webex.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Cisco.Webex +PackageVersion: 44.7.0.30285 +PackageLocale: zh-CN +Publisher: Cisco Systems, Inc +PublisherUrl: https://www.webex.com/ +PublisherSupportUrl: https://help.webex.com/ +# PrivacyUrl: +Author: Cisco Systems, Inc. +PackageName: Webex +PackageUrl: https://www.webex.com/downloads.html +License: 专有软件 +# LicenseUrl: +Copyright: 版权所有 © 2024 Cisco Systems。保留所有权利。 +# CopyrightUrl: +ShortDescription: 凭借行业领先的视频会议、呼叫和联络中心解决方案,Webex 为各种规模的企业提供混合工作方式。 +Description: |- + Cisco Webex 是一款用于持续团队协作的应用。每个人都可以在安全工作空间中随时通过发送消息、文件共享、白板描绘、视频会议、呼叫等方式推进工作。它几乎适用于任何设备,并主要提供以下优势: + - 简化团队协作:将所有工具集中在一个地方,帮助您更好、更快地完成工作。为您和另一个人或为从事某个项目的团队创建空间。 + - 做出更好的决策:立刻开始及加入会议,通过出色的高清视频体验看见每一个人,共享您的屏幕,并在在线工作空间中保持团队协作。 + - 及时了解您的所有工作:从我们不断增长的集成和 bot 目录中选择,及时了解 Box 和 Salesforce 等其它应用中发生的事情 + - 快速查找所有信息:搜索所有空间中的人员、消息和文件 - 无需切换帐户或视图 + - 将这种体验带入会议室:将您的应用程序与 Webex 设备(如 Webex Board)配对,进行无线控制会议和保存白板绘画等活动 + - 安全工作:通过端对端加密进行业务协作 +# Moniker: +Tags: +- 会议 +- 协作 +- 协同 +- 开会 +- 研讨会 +- 视频会议 +- 聊天 +- 语音会议 +# ReleaseNotes: +ReleaseNotesUrl: https://help.webex.com/article/mqkve8/ +PurchaseUrl: https://pricing.webex.com/us/zh/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/Webex/44.7.0.30285/Cisco.Webex.yaml b/manifests/c/Cisco/Webex/44.7.0.30285/Cisco.Webex.yaml new file mode 100644 index 0000000000000..980250a8de045 --- /dev/null +++ b/manifests/c/Cisco/Webex/44.7.0.30285/Cisco.Webex.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cisco.Webex +PackageVersion: 44.7.0.30285 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/Webex/44.8.0.30404/Cisco.Webex.installer.yaml b/manifests/c/Cisco/Webex/44.8.0.30404/Cisco.Webex.installer.yaml new file mode 100644 index 0000000000000..ce649127cfe00 --- /dev/null +++ b/manifests/c/Cisco/Webex/44.8.0.30404/Cisco.Webex.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cisco.Webex +PackageVersion: 44.8.0.30404 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALL_ROOT="" +UpgradeBehavior: install +Protocols: +- ciscospark +- wbx +- webex +- webexediscovery +- webexteams +FileExtensions: +- ciscospark +- wbx +- webex +- webexediscovery +- webexteams +AppsAndFeaturesEntries: +- ProductCode: '{9BD9FD96-D36D-52D4-B413-DAFB75C04A2D}' + UpgradeCode: '{B9DCA8E9-B3A9-419A-9D6F-9BC3557EE72C}' +Installers: +- Architecture: x64 + InstallerUrl: https://binaries.webex.com/WebexDesktop-Win-64-Gold/20240806162643/Webex.msi + InstallerSha256: 4B20AB01F35A29CD1A0DF4D6EE7279FE39C3E784538EB4FE7AA509B6824D1A2C + ProductCode: '{9BD9FD96-D36D-52D4-B413-DAFB75C04A2D}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/Webex/44.8.0.30404/Cisco.Webex.locale.en-US.yaml b/manifests/c/Cisco/Webex/44.8.0.30404/Cisco.Webex.locale.en-US.yaml new file mode 100644 index 0000000000000..cfeee238516f6 --- /dev/null +++ b/manifests/c/Cisco/Webex/44.8.0.30404/Cisco.Webex.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cisco.Webex +PackageVersion: 44.8.0.30404 +PackageLocale: en-US +Publisher: Cisco Systems, Inc +PublisherUrl: https://www.webex.com/ +PublisherSupportUrl: https://help.webex.com/ +# PrivacyUrl: +Author: Cisco Systems, Inc. +PackageName: Webex +PackageUrl: https://www.webex.com/downloads.html +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 Cisco Systems. All rights reserved. +# CopyrightUrl: +ShortDescription: With industry leading video conferencing, calling, and contact center solutions, Webex fuels hybrid work for businesses of all sizes. +Description: |- + Cisco Webex is an app for continuous teamwork. Move work forward in secure work spaces where everyone can contribute anytime with messaging, file sharing, white boarding, video meetings, calling, and more. It works on virtually any device, with these top benefits for mobile app users: + - Streamline Teamwork: One place for all the tools that help you do your job better and faster. Create spaces for you and another person or for a group working on a project. + - Make Better Decisions: Start and join meetings instantly. See everyone with an amazing HD video experience. Share your screen. Keep teamwork going in the connected work space. + - Stay Informed About All Your Work: Select from our growing catalog of integrations and bots to keep up to date with what's happening in other apps such as Box and Salesforce + - Find Anything Fast: Search for people, messages, and files across all your spaces - no need to switch accounts or views + - Bring The Experience Into Meeting Rooms: Pair your app to a Webex device, such as the Webex Board, to do things like wirelessly control meetings and save whiteboard drawings + - Work Securely: Built for business collaboration with end-to-end encryption +Moniker: webex +Tags: +- chat +- collaborate +- collaboration +- conference +- conferencing +- meeting +- video-conferencing +- voice-conferencing +- webinar +# ReleaseNotes: +ReleaseNotesUrl: https://help.webex.com/article/mqkve8/ +PurchaseUrl: https://pricing.webex.com/us/en/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/Webex/44.8.0.30404/Cisco.Webex.locale.zh-CN.yaml b/manifests/c/Cisco/Webex/44.8.0.30404/Cisco.Webex.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5ddd15a877dba --- /dev/null +++ b/manifests/c/Cisco/Webex/44.8.0.30404/Cisco.Webex.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Cisco.Webex +PackageVersion: 44.8.0.30404 +PackageLocale: zh-CN +Publisher: Cisco Systems, Inc +PublisherUrl: https://www.webex.com/ +PublisherSupportUrl: https://help.webex.com/ +# PrivacyUrl: +Author: Cisco Systems, Inc. +PackageName: Webex +PackageUrl: https://www.webex.com/downloads.html +License: 专有软件 +# LicenseUrl: +Copyright: 版权所有 © 2024 Cisco Systems。保留所有权利。 +# CopyrightUrl: +ShortDescription: 凭借行业领先的视频会议、呼叫和联络中心解决方案,Webex 为各种规模的企业提供混合工作方式。 +Description: |- + Cisco Webex 是一款用于持续团队协作的应用。每个人都可以在安全工作空间中随时通过发送消息、文件共享、白板描绘、视频会议、呼叫等方式推进工作。它几乎适用于任何设备,并主要提供以下优势: + - 简化团队协作:将所有工具集中在一个地方,帮助您更好、更快地完成工作。为您和另一个人或为从事某个项目的团队创建空间。 + - 做出更好的决策:立刻开始及加入会议,通过出色的高清视频体验看见每一个人,共享您的屏幕,并在在线工作空间中保持团队协作。 + - 及时了解您的所有工作:从我们不断增长的集成和 bot 目录中选择,及时了解 Box 和 Salesforce 等其它应用中发生的事情 + - 快速查找所有信息:搜索所有空间中的人员、消息和文件 - 无需切换帐户或视图 + - 将这种体验带入会议室:将您的应用程序与 Webex 设备(如 Webex Board)配对,进行无线控制会议和保存白板绘画等活动 + - 安全工作:通过端对端加密进行业务协作 +# Moniker: +Tags: +- 会议 +- 协作 +- 协同 +- 开会 +- 研讨会 +- 视频会议 +- 聊天 +- 语音会议 +# ReleaseNotes: +ReleaseNotesUrl: https://help.webex.com/article/mqkve8/ +PurchaseUrl: https://pricing.webex.com/us/zh/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/Webex/44.8.0.30404/Cisco.Webex.yaml b/manifests/c/Cisco/Webex/44.8.0.30404/Cisco.Webex.yaml new file mode 100644 index 0000000000000..8bf7fff1a7619 --- /dev/null +++ b/manifests/c/Cisco/Webex/44.8.0.30404/Cisco.Webex.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cisco.Webex +PackageVersion: 44.8.0.30404 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/Webex/44.9.0.30650/Cisco.Webex.installer.yaml b/manifests/c/Cisco/Webex/44.9.0.30650/Cisco.Webex.installer.yaml new file mode 100644 index 0000000000000..3a2822ebc4499 --- /dev/null +++ b/manifests/c/Cisco/Webex/44.9.0.30650/Cisco.Webex.installer.yaml @@ -0,0 +1,40 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cisco.Webex +PackageVersion: 44.9.0.30650 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALL_ROOT="" + Custom: ACCEPT_EULA=TRUE +UpgradeBehavior: uninstallPrevious +Protocols: +- ciscospark +- wbx +- webex +- webexediscovery +- webexteams +FileExtensions: +- ciscospark +- wbx +- webex +- webexediscovery +- webexteams +AppsAndFeaturesEntries: +- ProductCode: '{66D74460-A63D-5601-B047-7D26331E05AB}' + UpgradeCode: '{B9DCA8E9-B3A9-419A-9D6F-9BC3557EE72C}' +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://binaries.webex.com/WebexDesktop-Win-64-Gold/20240903161226/Webex.msi + InstallerSha256: D7077DA6F53CB8CD32E6095425670369FEAA9B8AF1427E6472CE0F5F7EABA420 + ProductCode: '{66D74460-A63D-5601-B047-7D26331E05AB}' +- Architecture: x64 + Scope: machine + InstallerUrl: https://binaries.webex.com/WebexDesktop-Win-64-Gold/20240903161226/Webex.msi + InstallerSha256: D7077DA6F53CB8CD32E6095425670369FEAA9B8AF1427E6472CE0F5F7EABA420 + InstallerSwitches: + Custom: ALLUSERS=1 + ProductCode: '{66D74460-A63D-5601-B047-7D26331E05AB}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/Webex/44.9.0.30650/Cisco.Webex.locale.en-US.yaml b/manifests/c/Cisco/Webex/44.9.0.30650/Cisco.Webex.locale.en-US.yaml new file mode 100644 index 0000000000000..c460ec09b33d4 --- /dev/null +++ b/manifests/c/Cisco/Webex/44.9.0.30650/Cisco.Webex.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cisco.Webex +PackageVersion: 44.9.0.30650 +PackageLocale: en-US +Publisher: Cisco Systems, Inc +PublisherUrl: https://www.webex.com/ +PublisherSupportUrl: https://help.webex.com/ +Author: Cisco Systems, Inc. +PackageName: Webex +PackageUrl: https://www.webex.com/downloads.html +License: Proprietary +Copyright: Copyright © 2024 Cisco Systems. All rights reserved. +ShortDescription: With industry leading video conferencing, calling, and contact center solutions, Webex fuels hybrid work for businesses of all sizes. +Description: |- + Cisco Webex is an app for continuous teamwork. Move work forward in secure work spaces where everyone can contribute anytime with messaging, file sharing, white boarding, video meetings, calling, and more. It works on virtually any device, with these top benefits for mobile app users: + - Streamline Teamwork: One place for all the tools that help you do your job better and faster. Create spaces for you and another person or for a group working on a project. + - Make Better Decisions: Start and join meetings instantly. See everyone with an amazing HD video experience. Share your screen. Keep teamwork going in the connected work space. + - Stay Informed About All Your Work: Select from our growing catalog of integrations and bots to keep up to date with what's happening in other apps such as Box and Salesforce + - Find Anything Fast: Search for people, messages, and files across all your spaces - no need to switch accounts or views + - Bring The Experience Into Meeting Rooms: Pair your app to a Webex device, such as the Webex Board, to do things like wirelessly control meetings and save whiteboard drawings + - Work Securely: Built for business collaboration with end-to-end encryption +Moniker: webex +Tags: +- chat +- collaborate +- collaboration +- conference +- conferencing +- meeting +- video-conferencing +- voice-conferencing +- webinar +ReleaseNotesUrl: https://help.webex.com/article/mqkve8/ +PurchaseUrl: https://pricing.webex.com/us/en/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/Webex/44.9.0.30650/Cisco.Webex.locale.zh-CN.yaml b/manifests/c/Cisco/Webex/44.9.0.30650/Cisco.Webex.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1855471886510 --- /dev/null +++ b/manifests/c/Cisco/Webex/44.9.0.30650/Cisco.Webex.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Cisco.Webex +PackageVersion: 44.9.0.30650 +PackageLocale: zh-CN +Publisher: Cisco Systems, Inc +PublisherUrl: https://www.webex.com/ +PublisherSupportUrl: https://help.webex.com/ +Author: Cisco Systems, Inc. +PackageName: Webex +PackageUrl: https://www.webex.com/downloads.html +License: 专有软件 +Copyright: 版权所有 © 2024 Cisco Systems。保留所有权利。 +ShortDescription: 凭借行业领先的视频会议、呼叫和联络中心解决方案,Webex 为各种规模的企业提供混合工作方式。 +Description: |- + Cisco Webex 是一款用于持续团队协作的应用。每个人都可以在安全工作空间中随时通过发送消息、文件共享、白板描绘、视频会议、呼叫等方式推进工作。它几乎适用于任何设备,并主要提供以下优势: + - 简化团队协作:将所有工具集中在一个地方,帮助您更好、更快地完成工作。为您和另一个人或为从事某个项目的团队创建空间。 + - 做出更好的决策:立刻开始及加入会议,通过出色的高清视频体验看见每一个人,共享您的屏幕,并在在线工作空间中保持团队协作。 + - 及时了解您的所有工作:从我们不断增长的集成和 bot 目录中选择,及时了解 Box 和 Salesforce 等其它应用中发生的事情 + - 快速查找所有信息:搜索所有空间中的人员、消息和文件 - 无需切换帐户或视图 + - 将这种体验带入会议室:将您的应用程序与 Webex 设备(如 Webex Board)配对,进行无线控制会议和保存白板绘画等活动 + - 安全工作:通过端对端加密进行业务协作 +Tags: +- 会议 +- 协作 +- 协同 +- 开会 +- 研讨会 +- 视频会议 +- 聊天 +- 语音会议 +ReleaseNotesUrl: https://help.webex.com/article/mqkve8/ +PurchaseUrl: https://pricing.webex.com/us/zh/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cisco/Webex/44.9.0.30650/Cisco.Webex.yaml b/manifests/c/Cisco/Webex/44.9.0.30650/Cisco.Webex.yaml new file mode 100644 index 0000000000000..21eb9f57903e6 --- /dev/null +++ b/manifests/c/Cisco/Webex/44.9.0.30650/Cisco.Webex.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cisco.Webex +PackageVersion: 44.9.0.30650 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Citrix/Workspace/24.5.10.29/Citrix.Workspace.installer.yaml b/manifests/c/Citrix/Workspace/24.5.10.29/Citrix.Workspace.installer.yaml new file mode 100644 index 0000000000000..7e37ef2548d4d --- /dev/null +++ b/manifests/c/Citrix/Workspace/24.5.10.29/Citrix.Workspace.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Citrix.Workspace +PackageVersion: 24.5.10.29 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent /norestart + SilentWithProgress: /silent /norestart + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- receiver +FileExtensions: +- cr +- ica +ReleaseDate: 2024-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://downloadplugins.citrix.com/ReceiverUpdates/Prod/Receiver/Win/CitrixWorkspaceApp24.5.10.29.exe + InstallerSha256: 8F161CA2FD8E6B8911F730F1404BACCBFE7A3E0DB7416A07FE9DE165FD39666E + ProductCode: CitrixOnlinePluginPackWeb +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Citrix/Workspace/24.5.10.29/Citrix.Workspace.locale.en-US.yaml b/manifests/c/Citrix/Workspace/24.5.10.29/Citrix.Workspace.locale.en-US.yaml new file mode 100644 index 0000000000000..f236c226c30b8 --- /dev/null +++ b/manifests/c/Citrix/Workspace/24.5.10.29/Citrix.Workspace.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Citrix.Workspace +PackageVersion: 24.5.10.29 +PackageLocale: en-US +Publisher: Citrix Systems, Inc. +PublisherUrl: https://www.citrix.com/ +PublisherSupportUrl: https://support.citrix.com/knowledge-center/ +PrivacyUrl: https://www.cloud.com/privacy-policy +Author: Citrix Systems, Inc. +PackageName: Citrix Workspace +PackageUrl: https://www.citrix.com/platform/receiver.html +License: Proprietary +LicenseUrl: https://www.cloud.com/content/dam/cloud/documents/legal/end-user-agreement.pdf +Copyright: © 2024 Citrix Systems, Inc. All rights reserved. +CopyrightUrl: https://www.cloud.com/content/dam/cloud/documents/legal/cloud-software-group-trademark-guidelines.pdf +ShortDescription: Citrix Workspace is a complete digital workspace solution that delivers secure access to the information, apps, and other content that is relevant to a person’s role in your organization. +Description: Citrix Workspace is a complete digital workspace solution that delivers secure access to the information, apps, and other content that is relevant to a person’s role in your organization. Users subscribe to the services you make available and can access them from anywhere, on any device. Citrix Workspace helps you organize and automate the most important details that your users need to collaborate, make better decisions, and focus on their work. +Moniker: citrix-workspace +Tags: +- desktop +- remote +- remote-access +- remote-desktop +- workspace +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Citrix/Workspace/24.5.10.29/Citrix.Workspace.locale.zh-CN.yaml b/manifests/c/Citrix/Workspace/24.5.10.29/Citrix.Workspace.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d72af975ca0d3 --- /dev/null +++ b/manifests/c/Citrix/Workspace/24.5.10.29/Citrix.Workspace.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Citrix.Workspace +PackageVersion: 24.5.10.29 +PackageLocale: zh-CN +Publisher: Citrix Systems, Inc. +PublisherUrl: https://www.citrix.com/ +PublisherSupportUrl: https://support.citrix.com/knowledge-center/ +PrivacyUrl: https://www.cloud.com/privacy-policy +Author: Citrix Systems, Inc. +PackageName: Citrix Workspace +PackageUrl: https://www.citrix.com/platform/receiver.html +License: 专有软件 +LicenseUrl: https://www.cloud.com/content/dam/cloud/documents/legal/end-user-agreement.pdf +Copyright: © 2024 Citrix Systems, Inc. All rights reserved. +CopyrightUrl: https://www.cloud.com/content/dam/cloud/documents/legal/cloud-software-group-trademark-guidelines.pdf +ShortDescription: Citrix Workspace 是一个完整的数字工作区解决方案,可安全访问与个人在组织中的角色相关的信息、应用程序和其它内容。 +Description: Citrix Workspace 是一个完整的数字工作区解决方案,可安全访问与个人在组织中的角色相关的信息、应用程序和其它内容。用户可以订阅您提供的服务,并从任何地方、通过任何设备访问这些服务。Citrix Workspace 可帮助您组织并自动处理用户所需的最重要的细节,以便进行协作、做出更好的决策并专注于工作。 +# Moniker: +Tags: +- 工作区 +- 桌面 +- 远程 +- 远程桌面 +- 远程访问 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Citrix/Workspace/24.5.10.29/Citrix.Workspace.yaml b/manifests/c/Citrix/Workspace/24.5.10.29/Citrix.Workspace.yaml new file mode 100644 index 0000000000000..66f17662f909d --- /dev/null +++ b/manifests/c/Citrix/Workspace/24.5.10.29/Citrix.Workspace.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Citrix.Workspace +PackageVersion: 24.5.10.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/ClarivateAnalytics/EndNote/21.3.0.17918/ClarivateAnalytics.EndNote.installer.yaml b/manifests/c/ClarivateAnalytics/EndNote/21.3.0.17918/ClarivateAnalytics.EndNote.installer.yaml deleted file mode 100644 index 538cf93c737a2..0000000000000 --- a/manifests/c/ClarivateAnalytics/EndNote/21.3.0.17918/ClarivateAnalytics.EndNote.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: ClarivateAnalytics.EndNote -PackageVersion: 21.3.0.17918 -InstallerLocale: en-US -InstallerType: msi -ProductCode: '{86B3F2D6-AC2B-0021-8AE1-F2F77F781B0C}' -Installers: -- Architecture: neutral - InstallerUrl: https://download.endnote.com/downloads/21/EN21Inst.msi - InstallerSha256: 931DEC2A0EB52F8F8B2722A4E1117ED79532F1D96A60AE41AEE299F066F4F90C -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/ClarivateAnalytics/EndNote/21.3.0.17918/ClarivateAnalytics.EndNote.yaml b/manifests/c/ClarivateAnalytics/EndNote/21.3.0.17918/ClarivateAnalytics.EndNote.yaml deleted file mode 100644 index 69f81fa6d0e44..0000000000000 --- a/manifests/c/ClarivateAnalytics/EndNote/21.3.0.17918/ClarivateAnalytics.EndNote.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: ClarivateAnalytics.EndNote -PackageVersion: 21.3.0.17918 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/ClarivateAnalytics/EndNote/21.4.0.18113/ClarivateAnalytics.EndNote.installer.yaml b/manifests/c/ClarivateAnalytics/EndNote/21.4.0.18113/ClarivateAnalytics.EndNote.installer.yaml new file mode 100644 index 0000000000000..4b4c78c504f51 --- /dev/null +++ b/manifests/c/ClarivateAnalytics/EndNote/21.4.0.18113/ClarivateAnalytics.EndNote.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2024/Jul/24 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ClarivateAnalytics.EndNote +PackageVersion: 21.4.0.18113 +InstallerLocale: en-US +InstallerType: msi +ProductCode: '{86B3F2D6-AC2B-0021-8AE1-F2F77F781B0C}' +Installers: +- Architecture: neutral + InstallerUrl: https://download.endnote.com/downloads/21/EN21Inst.msi + InstallerSha256: DBF0DAFB220D861730AE96B02227F4AE304B4662844CF984721BCEBA136EAD8B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/ClarivateAnalytics/EndNote/21.3.0.17918/ClarivateAnalytics.EndNote.locale.en-US.yaml b/manifests/c/ClarivateAnalytics/EndNote/21.4.0.18113/ClarivateAnalytics.EndNote.locale.en-US.yaml similarity index 81% rename from manifests/c/ClarivateAnalytics/EndNote/21.3.0.17918/ClarivateAnalytics.EndNote.locale.en-US.yaml rename to manifests/c/ClarivateAnalytics/EndNote/21.4.0.18113/ClarivateAnalytics.EndNote.locale.en-US.yaml index 6991cc2a3cf9b..06ef2cf00c37e 100644 --- a/manifests/c/ClarivateAnalytics/EndNote/21.3.0.17918/ClarivateAnalytics.EndNote.locale.en-US.yaml +++ b/manifests/c/ClarivateAnalytics/EndNote/21.4.0.18113/ClarivateAnalytics.EndNote.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Automatically updated by the winget bot at 2024/Jul/24 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: ClarivateAnalytics.EndNote -PackageVersion: 21.3.0.17918 +PackageVersion: 21.4.0.18113 PackageLocale: en-US Publisher: Clarivate Analytics PackageName: EndNote 21 diff --git a/manifests/c/ClarivateAnalytics/EndNote/21.4.0.18113/ClarivateAnalytics.EndNote.yaml b/manifests/c/ClarivateAnalytics/EndNote/21.4.0.18113/ClarivateAnalytics.EndNote.yaml new file mode 100644 index 0000000000000..e1b160c4eb0fa --- /dev/null +++ b/manifests/c/ClarivateAnalytics/EndNote/21.4.0.18113/ClarivateAnalytics.EndNote.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/24 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ClarivateAnalytics.EndNote +PackageVersion: 21.4.0.18113 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/ClashVergeRev/ClashVergeRev/1.7.6/ClashVergeRev.ClashVergeRev.installer.yaml b/manifests/c/ClashVergeRev/ClashVergeRev/1.7.6/ClashVergeRev.ClashVergeRev.installer.yaml new file mode 100644 index 0000000000000..e94a974360ccc --- /dev/null +++ b/manifests/c/ClashVergeRev/ClashVergeRev/1.7.6/ClashVergeRev.ClashVergeRev.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ClashVergeRev.ClashVergeRev +PackageVersion: 1.7.6 +InstallerType: nullsoft +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2024-08-17 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.7.6/Clash.Verge_1.7.6_x86-setup.exe + InstallerSha256: FCF0635E7E635D871CA3DC278BCA0EED7FD297D8F143F0DB919402968D03E5AA +- Architecture: x64 + InstallerUrl: https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.7.6/Clash.Verge_1.7.6_x64-setup.exe + InstallerSha256: 471087BC8F515231016AAE8AB7492D8F9A95CD6DAC92D7708147B6D7248059A3 +- Architecture: arm64 + InstallerUrl: https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.7.6/Clash.Verge_1.7.6_arm64-setup.exe + InstallerSha256: 85BBC5284EB2481B13A8CA4A05499D58F32AB1AA953A989F2916A9DCA2D8CC08 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/ClashVergeRev/ClashVergeRev/1.7.6/ClashVergeRev.ClashVergeRev.locale.en-US.yaml b/manifests/c/ClashVergeRev/ClashVergeRev/1.7.6/ClashVergeRev.ClashVergeRev.locale.en-US.yaml new file mode 100644 index 0000000000000..5238fcb460811 --- /dev/null +++ b/manifests/c/ClashVergeRev/ClashVergeRev/1.7.6/ClashVergeRev.ClashVergeRev.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ClashVergeRev.ClashVergeRev +PackageVersion: 1.7.6 +PackageLocale: en-US +Publisher: Clash Verge Rev +PublisherUrl: https://github.com/clash-verge-rev +Author: MystiPanda +PackageName: Clash Verge +License: GPL-3.0 +LicenseUrl: https://github.com/clash-verge-rev/clash-verge-rev/blob/HEAD/LICENSE +Copyright: Copyright © 2023 clash-verge-rev +ShortDescription: A Clash Meta GUI based on Tauri. +Description: Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux) +Tags: +- clash +- clash-meta +- clash-verge +- linux +- mac +- mihomo +- tauri-app +- windows +ReleaseNotes: More new features are now supported. +ReleaseNotesUrl: https://github.com/clash-verge-rev/clash-verge-rev/releases/tag/v1.7.6 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/ClashVergeRev/ClashVergeRev/1.7.6/ClashVergeRev.ClashVergeRev.yaml b/manifests/c/ClashVergeRev/ClashVergeRev/1.7.6/ClashVergeRev.ClashVergeRev.yaml new file mode 100644 index 0000000000000..62acf36e06231 --- /dev/null +++ b/manifests/c/ClashVergeRev/ClashVergeRev/1.7.6/ClashVergeRev.ClashVergeRev.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ClashVergeRev.ClashVergeRev +PackageVersion: 1.7.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/ClashVergeRev/ClashVergeRev/1.7.7/ClashVergeRev.ClashVergeRev.installer.yaml b/manifests/c/ClashVergeRev/ClashVergeRev/1.7.7/ClashVergeRev.ClashVergeRev.installer.yaml new file mode 100644 index 0000000000000..3bd941c622ca6 --- /dev/null +++ b/manifests/c/ClashVergeRev/ClashVergeRev/1.7.7/ClashVergeRev.ClashVergeRev.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ClashVergeRev.ClashVergeRev +PackageVersion: 1.7.7 +InstallerType: nullsoft +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2024-08-21 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.7.7/Clash.Verge_1.7.7_x86-setup.exe + InstallerSha256: 085F2B21BAA49C3866DB698A98894265D328238EA03DC572E0FE787BB6131095 +- Architecture: x64 + InstallerUrl: https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.7.7/Clash.Verge_1.7.7_x64-setup.exe + InstallerSha256: 1C7B74F71AA91633122D5F0CAAAD8F54664B18558F8899CDDA8C4EAAD9A1155F +- Architecture: arm64 + InstallerUrl: https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.7.7/Clash.Verge_1.7.7_arm64-setup.exe + InstallerSha256: 67E563F63CF7E606BD539460F79F42DCE38906D3513F3B87641C7095FA50A777 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/ClashVergeRev/ClashVergeRev/1.7.7/ClashVergeRev.ClashVergeRev.locale.en-US.yaml b/manifests/c/ClashVergeRev/ClashVergeRev/1.7.7/ClashVergeRev.ClashVergeRev.locale.en-US.yaml new file mode 100644 index 0000000000000..e8e482edffa28 --- /dev/null +++ b/manifests/c/ClashVergeRev/ClashVergeRev/1.7.7/ClashVergeRev.ClashVergeRev.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ClashVergeRev.ClashVergeRev +PackageVersion: 1.7.7 +PackageLocale: en-US +Publisher: Clash Verge Rev +PublisherUrl: https://github.com/clash-verge-rev +Author: MystiPanda +PackageName: Clash Verge +License: GPL-3.0 +LicenseUrl: https://github.com/clash-verge-rev/clash-verge-rev/blob/HEAD/LICENSE +Copyright: Copyright © 2023 clash-verge-rev +ShortDescription: A Clash Meta GUI based on Tauri. +Description: Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux) +Tags: +- clash +- clash-meta +- clash-verge +- linux +- mac +- mihomo +- tauri-app +- windows +ReleaseNotes: More new features are now supported. +ReleaseNotesUrl: https://github.com/clash-verge-rev/clash-verge-rev/releases/tag/v1.7.7 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/ClashVergeRev/ClashVergeRev/1.7.7/ClashVergeRev.ClashVergeRev.yaml b/manifests/c/ClashVergeRev/ClashVergeRev/1.7.7/ClashVergeRev.ClashVergeRev.yaml new file mode 100644 index 0000000000000..2fa14f199237a --- /dev/null +++ b/manifests/c/ClashVergeRev/ClashVergeRev/1.7.7/ClashVergeRev.ClashVergeRev.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ClashVergeRev.ClashVergeRev +PackageVersion: 1.7.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/ClashVergeRev/ClashVergeRev/Pre-release/2.0.0/ClashVergeRev.ClashVergeRev.Pre-release.installer.yaml b/manifests/c/ClashVergeRev/ClashVergeRev/Pre-release/2.0.0/ClashVergeRev.ClashVergeRev.Pre-release.installer.yaml new file mode 100644 index 0000000000000..c36959812fe80 --- /dev/null +++ b/manifests/c/ClashVergeRev/ClashVergeRev/Pre-release/2.0.0/ClashVergeRev.ClashVergeRev.Pre-release.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ClashVergeRev.ClashVergeRev.Pre-release +PackageVersion: 2.0.0 +InstallerType: nullsoft +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2024-09-07 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/clash-verge-rev/clash-verge-rev/releases/download/alpha/Clash.Verge_2.0.0_x86-setup.exe + InstallerSha256: 01f5a14901638de75c99d72ea1e640fb79d846f17a4f2176aa70a7d822fd945a + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/clash-verge-rev/clash-verge-rev/releases/download/alpha/Clash.Verge_2.0.0_x64-setup.exe + InstallerSha256: f584457a4133ddacb5cbe00c658bed47448b71d8daebe4704b958bdccd63e321 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/clash-verge-rev/clash-verge-rev/releases/download/alpha/Clash.Verge_2.0.0_arm64-setup.exe + InstallerSha256: 034205f91f78730931395fb2ad2d6677fc236ca7a5995818630044080c95fc85 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2022.arm64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/ClashVergeRev/ClashVergeRev/Pre-release/2.0.0/ClashVergeRev.ClashVergeRev.Pre-release.locale.en-US.yaml b/manifests/c/ClashVergeRev/ClashVergeRev/Pre-release/2.0.0/ClashVergeRev.ClashVergeRev.Pre-release.locale.en-US.yaml new file mode 100644 index 0000000000000..c879cb64166ed --- /dev/null +++ b/manifests/c/ClashVergeRev/ClashVergeRev/Pre-release/2.0.0/ClashVergeRev.ClashVergeRev.Pre-release.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ClashVergeRev.ClashVergeRev.Pre-release +PackageVersion: 2.0.0 +PackageLocale: en-US +Publisher: Clash Verge Rev +PackageName: Clash Verge Rev Alpha +License: GPL-3.0 +Copyright: GNU General Public License v3.0 +ShortDescription: A Clash Meta GUI based on Tauri. +Tags: +- clash +- clash-meta +- clash-verge +- linux +- mac +- mihomo +- tauri-app +- windows +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/ClashVergeRev/ClashVergeRev/Pre-release/2.0.0/ClashVergeRev.ClashVergeRev.Pre-release.yaml b/manifests/c/ClashVergeRev/ClashVergeRev/Pre-release/2.0.0/ClashVergeRev.ClashVergeRev.Pre-release.yaml new file mode 100644 index 0000000000000..f7c4dca9253fb --- /dev/null +++ b/manifests/c/ClashVergeRev/ClashVergeRev/Pre-release/2.0.0/ClashVergeRev.ClashVergeRev.Pre-release.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ClashVergeRev.ClashVergeRev.Pre-release +PackageVersion: 2.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Clement/bottom/0.10.0/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.10.0/Clement.bottom.installer.yaml new file mode 100644 index 0000000000000..41e525ec3c9c4 --- /dev/null +++ b/manifests/c/Clement/bottom/0.10.0/Clement.bottom.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.10.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{1161779C-3383-495E-9182-27FC5773076A}' +ReleaseDate: 2024-08-01 +AppsAndFeaturesEntries: +- UpgradeCode: '{3C90C27D-8372-4C82-B03C-020393CB983D}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.10.0/bottom_x86_64_installer.msi + InstallerSha256: 9624978E91674E3BA802588AD6FCA4AE1B514F3C914011C82FEEA082D46CEEED +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/c/Clement/bottom/0.10.0/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.10.0/Clement.bottom.locale.en-US.yaml new file mode 100644 index 0000000000000..2d08d599e9827 --- /dev/null +++ b/manifests/c/Clement/bottom/0.10.0/Clement.bottom.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.10.0 +PackageLocale: en-US +Publisher: Clement Tsang +PublisherUrl: https://github.com/ClementTsang/bottom +PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +Author: Clement Tsang +PackageName: bottom +PackageUrl: https://github.com/ClementTsang/bottom +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE +Copyright: Copyright (c) 2019 Clement Tsang +CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE +ShortDescription: Yet another cross-platform graphical process/system monitor. +Moniker: bottom +Tags: +- monitoring +- terminal +- tui +ReleaseNotes: |- + Features + - #1276: Add GPU process info (thanks to @jamartin9). + - #1353: Support selecting the average CPU graph as a default. + - #1430: Support controlling the graph legend position for memory and network graph widgets (thanks to @lyuha). + - #1512: Support bold text styling options. + - #1514: Support italic text styling options. + Changes + - #1344: Change the group command line-argument to group_processes for consistency with the config file option. + - #1376: Group together related command-line arguments in -h and --help. + - #1411: Add time as a default column. + - #1436: Use actual "swap" value for Windows. + - #1441: The following arguments have changed names: + - --left_legend/-l is now --cpu_left_legend. + - #1441: The following config fields have changed names: + - expanded_on_startup is now expanded. + - left_legend is now cpu_left_legend. + - #1472: The following arguments have changed names: + - --mem_as_value is now process_memory_as_value. + - #1472: The following config fields have changed names: + - mem_as_value is now process_memory_as_value. + - #1481: The following config fields have changed names: + - disk_filter is now disk.name_filter. + - mount_filter is now disk.mount_filter. + - temp_filter is now temperature.sensor_filter + - net_filter is now network.interface_filter + - #1499: Redesign how styling is configured. + - #1499: The following arguments have changed names: + - --colors is now --theme + - #1513: Table headers are now bold by default. + - #1515: Show the config path in the error message if unable to read/create a config (thanks to @CosmicHorrorDev). + Bug Fixes + - #1314: Fix fat32 mounts not showing up in macOS (thanks to @Devin-Yeung). + - #1355: Reduce chances of non-D0 devices waking up due to temperature checks on Linux. + - #1410: Fix uptime calculation for Linux. +ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.10.0 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/c/Clement/bottom/0.10.0/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.10.0/Clement.bottom.yaml new file mode 100644 index 0000000000000..f556bf0c3d6e9 --- /dev/null +++ b/manifests/c/Clement/bottom/0.10.0/Clement.bottom.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/c/Clement/bottom/0.10.1/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.10.1/Clement.bottom.installer.yaml new file mode 100644 index 0000000000000..41a9078c45fcb --- /dev/null +++ b/manifests/c/Clement/bottom/0.10.1/Clement.bottom.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.10.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{A056372B-6971-4CF7-B060-08878D3AA322}' +ReleaseDate: 2024-08-01 +AppsAndFeaturesEntries: +- UpgradeCode: '{3C90C27D-8372-4C82-B03C-020393CB983D}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.10.1/bottom_x86_64_installer.msi + InstallerSha256: B3B4A7BD51C052369B09361ACFEF6951D943F21E82297A601615188438D1D138 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Clement/bottom/0.10.1/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.10.1/Clement.bottom.locale.en-US.yaml new file mode 100644 index 0000000000000..53fc751692789 --- /dev/null +++ b/manifests/c/Clement/bottom/0.10.1/Clement.bottom.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.10.1 +PackageLocale: en-US +Publisher: Clement Tsang +PublisherUrl: https://github.com/ClementTsang/bottom +PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +Author: Clement Tsang +PackageName: bottom +PackageUrl: https://github.com/ClementTsang/bottom +License: MIT +LicenseUrl: https://github.com/ClementTsang/bottom/blob/HEAD/LICENSE +Copyright: Copyright (c) 2019 Clement Tsang +CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE +ShortDescription: Yet another cross-platform graphical process/system monitor. +Moniker: bottom +Tags: +- monitoring +- terminal +- tui +ReleaseNotes: |- + Quick bugfix. + Bug Fixes + - #1526: Fix --help description being incorrectly set for a flag. +ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.10.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Clement/bottom/0.10.1/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.10.1/Clement.bottom.yaml new file mode 100644 index 0000000000000..033078bf80558 --- /dev/null +++ b/manifests/c/Clement/bottom/0.10.1/Clement.bottom.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.10.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Clement/bottom/0.10.2/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.10.2/Clement.bottom.installer.yaml new file mode 100644 index 0000000000000..f808b8fb84a25 --- /dev/null +++ b/manifests/c/Clement/bottom/0.10.2/Clement.bottom.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.10.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{CAFBCB85-76BA-4384-A5F8-A0F36F8D4A23}' +ReleaseDate: 2024-08-06 +AppsAndFeaturesEntries: +- UpgradeCode: '{3C90C27D-8372-4C82-B03C-020393CB983D}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_x86_64_installer.msi + InstallerSha256: AF2D48ECD7856A7780FCEBD07850797FBFC32D972E8EAF461ED4CDFA21977A80 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Clement/bottom/0.10.2/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.10.2/Clement.bottom.locale.en-US.yaml new file mode 100644 index 0000000000000..223e279e1a7a2 --- /dev/null +++ b/manifests/c/Clement/bottom/0.10.2/Clement.bottom.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.10.2 +PackageLocale: en-US +Publisher: Clement Tsang +PublisherUrl: https://github.com/ClementTsang/bottom +PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +Author: Clement Tsang +PackageName: bottom +PackageUrl: https://github.com/ClementTsang/bottom +License: MIT +LicenseUrl: https://github.com/ClementTsang/bottom/blob/HEAD/LICENSE +Copyright: Copyright (c) 2019 Clement Tsang +CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE +ShortDescription: Yet another cross-platform graphical process/system monitor. +Moniker: bottom +Tags: +- monitoring +- terminal +- tui +ReleaseNotes: |- + Another small update, fixing a few more bugs and adding a feature. + Features + - #1487: Add option to move the AVG CPU bar to another row in basic mode (thanks to @zebp). + Bug Fixes + - #1541: Fix some process details not updating for macOS and Windows (thanks @gschaffner for finding the regression and bisecting). + - #1542: Fix confusing process run times being reported on macOS. + - #1543: Fix the --default_cpu_entry argument not being checked. +ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.10.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Clement/bottom/0.10.2/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.10.2/Clement.bottom.yaml new file mode 100644 index 0000000000000..c55ee8445ccad --- /dev/null +++ b/manifests/c/Clement/bottom/0.10.2/Clement.bottom.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.10.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Clement/bottom/0.9.7/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.9.7/Clement.bottom.installer.yaml new file mode 100644 index 0000000000000..6b2c516fabc83 --- /dev/null +++ b/manifests/c/Clement/bottom/0.9.7/Clement.bottom.installer.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser 79853c0938cc9946c1ec3cdd1b2e761bb0372b8c using Komac v1.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.9.7 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{85586C1B-BA83-48C2-84CC-A719227D22CF}' +ReleaseDate: 2024-07-26 +AppsAndFeaturesEntries: +- UpgradeCode: '{3C90C27D-8372-4C82-B03C-020393CB983D}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.9.7/bottom_x86_64_installer.msi + InstallerSha256: C588965644EBC43A3912682551C5152D02F863C6FE27BD7806E2DFEB212E03DB + ProductCode: '{F489B387-3CA3-4B85-B3E7-537FDE1ABD5E}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/c/Clement/bottom/0.9.7/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.9.7/Clement.bottom.locale.en-US.yaml new file mode 100644 index 0000000000000..5e628f7d78990 --- /dev/null +++ b/manifests/c/Clement/bottom/0.9.7/Clement.bottom.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser 79853c0938cc9946c1ec3cdd1b2e761bb0372b8c using Komac v1.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.9.7 +PackageLocale: en-US +Publisher: Clement Tsang +PublisherUrl: https://github.com/ClementTsang/bottom +PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +Author: Clement Tsang +PackageName: bottom +PackageUrl: https://github.com/ClementTsang/bottom +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE +Copyright: Copyright (c) 2019 Clement Tsang +CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE +ShortDescription: Yet another cross-platform graphical process/system monitor. +Moniker: bottom +Tags: +- monitoring +- terminal +- tui +ReleaseNotes: |- + Other + - #1500: Fix builds for Rust 1.80. +ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.9.7 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/c/Clement/bottom/0.9.7/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.9.7/Clement.bottom.yaml new file mode 100644 index 0000000000000..4ec2c9bdc8c7a --- /dev/null +++ b/manifests/c/Clement/bottom/0.9.7/Clement.bottom.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser 79853c0938cc9946c1ec3cdd1b2e761bb0372b8c using Komac v1.7.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json + +PackageIdentifier: Clement.bottom +PackageVersion: 0.9.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/c/CleverFiles/DiskDrill/5.6.912.0/CleverFiles.DiskDrill.installer.yaml b/manifests/c/CleverFiles/DiskDrill/5.6.912.0/CleverFiles.DiskDrill.installer.yaml new file mode 100644 index 0000000000000..3e1e29a271547 --- /dev/null +++ b/manifests/c/CleverFiles/DiskDrill/5.6.912.0/CleverFiles.DiskDrill.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2024/Sep/12 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: CleverFiles.DiskDrill +PackageVersion: 5.6.912.0 +InstallerType: burn +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://win.cleverfiles.com/disk-drill-win-full.exe + InstallerSha256: C84C146DAE9B6F1148B4D1CF9BF14A66417EB55F917F6F3F264B42437839D729 + ProductCode: '{a42fd332-6421-48b7-b8d5-0e31388e4555}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/c/CleverFiles/DiskDrill/5.6.912.0/CleverFiles.DiskDrill.locale.en-US.yaml b/manifests/c/CleverFiles/DiskDrill/5.6.912.0/CleverFiles.DiskDrill.locale.en-US.yaml new file mode 100644 index 0000000000000..942bf96b69781 --- /dev/null +++ b/manifests/c/CleverFiles/DiskDrill/5.6.912.0/CleverFiles.DiskDrill.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2024/Sep/12 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: CleverFiles.DiskDrill +PackageVersion: 5.6.912.0 +PackageLocale: en-US +Publisher: CleverFiles +PublisherUrl: https://www.cleverfiles.com/ +PublisherSupportUrl: https://www.cleverfiles.com/help/ +PrivacyUrl: https://www.cleverfiles.com/help/privacy-policy.html +Author: CleverFiles +PackageName: Disk Drill +PackageUrl: https://www.cleverfiles.com/data-recovery-software.html +License: Freeware +LicenseUrl: https://www.cleverfiles.com/help/eula.html +Copyright: Copyright (c) CleverFiles. All rights reserved. +CopyrightUrl: https://www.cleverfiles.com/help/terms-of-service.html +ShortDescription: Recover deleted, lost, or damaged data +Description: |- + Recover deleted, lost, or damaged data, personal or business documents, music, photos, videos, and other files from internal, external and virtual hard drives, memory cards, iPhones, iPads, Android devices, RAID arrays, and other data sources. Disk Drill excels in data recovery for Mac. +ReleaseNotesUrl: https://www.cleverfiles.com/help/news/ +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/c/CleverFiles/DiskDrill/5.6.912.0/CleverFiles.DiskDrill.yaml b/manifests/c/CleverFiles/DiskDrill/5.6.912.0/CleverFiles.DiskDrill.yaml new file mode 100644 index 0000000000000..1aa3273d022e8 --- /dev/null +++ b/manifests/c/CleverFiles/DiskDrill/5.6.912.0/CleverFiles.DiskDrill.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/12 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: CleverFiles.DiskDrill +PackageVersion: 5.6.912.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/c/Clockify/Clockify/1.7.92/Clockify.Clockify.installer.yaml b/manifests/c/Clockify/Clockify/1.7.92/Clockify.Clockify.installer.yaml deleted file mode 100644 index 9c85239c0f9be..0000000000000 --- a/manifests/c/Clockify/Clockify/1.7.92/Clockify.Clockify.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Clockify.Clockify -PackageVersion: 1.7.92 -InstallerLocale: en-US -InstallerType: msi -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{87FABBB8-1D58-4AC1-B967-E63B73670977}' -ReleaseDate: 2024-03-15 -AppsAndFeaturesEntries: -- UpgradeCode: '{A17CEE88-470D-49D0-A58D-40D503A0BEBF}' -Installers: -- Architecture: x64 - InstallerUrl: https://clockify.me/downloads/clockify-setup.msi - InstallerSha256: A6D4A29F100FC6F2CB07F279C1B709196A804BDC2B9D363E6332D11FC678BA5B -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/Clockify/Clockify/1.7.92/Clockify.Clockify.yaml b/manifests/c/Clockify/Clockify/1.7.92/Clockify.Clockify.yaml deleted file mode 100644 index c7891556a9a56..0000000000000 --- a/manifests/c/Clockify/Clockify/1.7.92/Clockify.Clockify.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Clockify.Clockify -PackageVersion: 1.7.92 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/Clockify/Clockify/1.7.93/Clockify.Clockify.installer.yaml b/manifests/c/Clockify/Clockify/1.7.93/Clockify.Clockify.installer.yaml new file mode 100644 index 0000000000000..3194972b8b8d5 --- /dev/null +++ b/manifests/c/Clockify/Clockify/1.7.93/Clockify.Clockify.installer.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2024/Aug/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Clockify.Clockify +PackageVersion: 1.7.93 +InstallerLocale: en-US +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: '{87FABBB8-1D58-4AC1-B967-E63B73670977}' +ReleaseDate: 2024-03-15 +AppsAndFeaturesEntries: +- UpgradeCode: '{A17CEE88-470D-49D0-A58D-40D503A0BEBF}' +Installers: +- Architecture: x64 + InstallerUrl: https://clockify.me/downloads/clockify-setup.msi + InstallerSha256: CC78C866E6DA9DE4C3E0D0158BE72B9A448595502EC165A044D9BF3AC85048A6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Clockify/Clockify/1.7.92/Clockify.Clockify.locale.en-US.yaml b/manifests/c/Clockify/Clockify/1.7.93/Clockify.Clockify.locale.en-US.yaml similarity index 85% rename from manifests/c/Clockify/Clockify/1.7.92/Clockify.Clockify.locale.en-US.yaml rename to manifests/c/Clockify/Clockify/1.7.93/Clockify.Clockify.locale.en-US.yaml index 9881609ae1cc0..d06b274da61c2 100644 --- a/manifests/c/Clockify/Clockify/1.7.92/Clockify.Clockify.locale.en-US.yaml +++ b/manifests/c/Clockify/Clockify/1.7.93/Clockify.Clockify.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/12 +# Automatically updated by the winget bot at 2024/Aug/19 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Clockify.Clockify -PackageVersion: 1.7.92 +PackageVersion: 1.7.93 PackageLocale: en-US Publisher: Clockify PublisherSupportUrl: https://clockify.me/help/ diff --git a/manifests/c/Clockify/Clockify/1.7.93/Clockify.Clockify.yaml b/manifests/c/Clockify/Clockify/1.7.93/Clockify.Clockify.yaml new file mode 100644 index 0000000000000..dcaeee9726eda --- /dev/null +++ b/manifests/c/Clockify/Clockify/1.7.93/Clockify.Clockify.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Clockify.Clockify +PackageVersion: 1.7.93 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Clockodo/Clockodo/9.1.0/Clockodo.Clockodo.installer.yaml b/manifests/c/Clockodo/Clockodo/9.1.0/Clockodo.Clockodo.installer.yaml deleted file mode 100644 index fcb10919bfe91..0000000000000 --- a/manifests/c/Clockodo/Clockodo/9.1.0/Clockodo.Clockodo.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Clockodo.Clockodo -PackageVersion: 9.1.0 -InstallerLocale: de-DE -InstallerType: inno -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://appdownload.clockodo.com/win/latest/clockodo-setup-9.1.0.exe - InstallerSha256: A0902EF2CA8168D74B79A490A81E5B8691145E4A5E6A9CC3D40C2FEBEA0E392B - InstallerSwitches: - Custom: /S /CURRENTUSER=1 /D="C:\Program Files\Clockodo" -- Architecture: x86 - Scope: machine - InstallerUrl: https://appdownload.clockodo.com/win/latest/clockodo-setup-9.1.0.exe - InstallerSha256: A0902EF2CA8168D74B79A490A81E5B8691145E4A5E6A9CC3D40C2FEBEA0E392B - InstallerSwitches: - Custom: /S /ALLUSERS=1 /D="C:\Program Files\Clockodo" -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/Clockodo/Clockodo/9.1.0/Clockodo.Clockodo.locale.de-DE.yaml b/manifests/c/Clockodo/Clockodo/9.1.0/Clockodo.Clockodo.locale.de-DE.yaml deleted file mode 100644 index edc3ad792d5ab..0000000000000 --- a/manifests/c/Clockodo/Clockodo/9.1.0/Clockodo.Clockodo.locale.de-DE.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Clockodo.Clockodo -PackageVersion: 9.1.0 -PackageLocale: de-DE -Publisher: Clockodo GmbH -PublisherUrl: https://www.clockodo.com/ -PublisherSupportUrl: https://www.clockodo.com/de/kontakt/ -PrivacyUrl: https://www.clockodo.com/de/datenschutz/ -# Author: -PackageName: Clockodo -PackageUrl: https://www.clockodo.com/ -License: Proprietary -# LicenseUrl: -Copyright: © Clockodo GmbH -CopyrightUrl: https://www.clockodo.com/de/agb/ -ShortDescription: 'Erfassung für Arbeits- und Projektzeiten. Mit wenigen Klicks Arbeitszeiten und Projektzeiten aufzeichnen: Clockodo erfasst die Zeiten Ihrer Mitarbeiter sekundengenau und erstellt automatisch Projektberichte.' -# Description: -# Moniker: -Tags: -- zeiterfassung -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/Clockodo/Clockodo/9.1.0/Clockodo.Clockodo.yaml b/manifests/c/Clockodo/Clockodo/9.1.0/Clockodo.Clockodo.yaml deleted file mode 100644 index 2926f2be7edcf..0000000000000 --- a/manifests/c/Clockodo/Clockodo/9.1.0/Clockodo.Clockodo.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Clockodo.Clockodo -PackageVersion: 9.1.0 -DefaultLocale: de-DE -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/CloudImperiumGames/RSILauncher/2.0.2/CloudImperiumGames.RSILauncher.installer.yaml b/manifests/c/CloudImperiumGames/RSILauncher/2.0.2/CloudImperiumGames.RSILauncher.installer.yaml new file mode 100644 index 0000000000000..e0f9c2e5b8702 --- /dev/null +++ b/manifests/c/CloudImperiumGames/RSILauncher/2.0.2/CloudImperiumGames.RSILauncher.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CloudImperiumGames.RSILauncher +PackageVersion: 2.0.2 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.14393.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- silent +- silentWithProgress +- interactive +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://install.robertsspaceindustries.com/rel/2/RSI%20Launcher-Setup-2.0.2.exe + InstallerSha256: EC89D78A210D85D3D21DC6BDA4CC0AD2B9448C9F8EFCA25FDCCE9FF07C7CE4CA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CloudImperiumGames/RSILauncher/2.0.2/CloudImperiumGames.RSILauncher.locale.en-US.yaml b/manifests/c/CloudImperiumGames/RSILauncher/2.0.2/CloudImperiumGames.RSILauncher.locale.en-US.yaml new file mode 100644 index 0000000000000..2755d05f4898b --- /dev/null +++ b/manifests/c/CloudImperiumGames/RSILauncher/2.0.2/CloudImperiumGames.RSILauncher.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CloudImperiumGames.RSILauncher +PackageVersion: 2.0.2 +PackageLocale: en-US +Publisher: Cloud Imperium Games +PublisherUrl: https://www.cloudimperiumgames.com/ +PrivacyUrl: https://robertsspaceindustries.com/privacy +PackageName: RSI Launcher +PackageUrl: https://www.robertsspaceindustries.com/ +License: Proprietary +LicenseUrl: https://robertsspaceindustries.com/eula +Copyright: Copyright (c) Cloud Imperium Rights LLC and Cloud Imperium Rights Ltd +CopyrightUrl: https://robertsspaceindustries.com/legal +ShortDescription: The RSI Launcher is the application that allows you to install, update, and launch Star Citizen. +Moniker: rsilauncher +Tags: +- star-citizen +- rsi-launcher +- squadron-42 +- games +- gaming +ReleaseNotes: RSI Launcher 2.0.2 Release Notes +ReleaseNotesUrl: https://robertsspaceindustries.com/spectrum/community/SC/forum/1/thread/rsi-launcher-2-0-2-release-notes +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CloudImperiumGames/RSILauncher/2.0.2/CloudImperiumGames.RSILauncher.yaml b/manifests/c/CloudImperiumGames/RSILauncher/2.0.2/CloudImperiumGames.RSILauncher.yaml new file mode 100644 index 0000000000000..f74555a0e3d37 --- /dev/null +++ b/manifests/c/CloudImperiumGames/RSILauncher/2.0.2/CloudImperiumGames.RSILauncher.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CloudImperiumGames.RSILauncher +PackageVersion: 2.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CloudImperiumGames/RSILauncher/2.0.3/CloudImperiumGames.RSILauncher.installer.yaml b/manifests/c/CloudImperiumGames/RSILauncher/2.0.3/CloudImperiumGames.RSILauncher.installer.yaml new file mode 100644 index 0000000000000..172a1dbaacac2 --- /dev/null +++ b/manifests/c/CloudImperiumGames/RSILauncher/2.0.3/CloudImperiumGames.RSILauncher.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CloudImperiumGames.RSILauncher +PackageVersion: 2.0.3 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.14393.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- silent +- silentWithProgress +- interactive +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://install.robertsspaceindustries.com/rel/2/RSI%20Launcher-Setup-2.0.3.exe + InstallerSha256: B6785B02E4B8F47839E749D1D2099EB5DA1EB48F3CE117C04E2A4DCB3C8E14E1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CloudImperiumGames/RSILauncher/2.0.3/CloudImperiumGames.RSILauncher.locale.en-US.yaml b/manifests/c/CloudImperiumGames/RSILauncher/2.0.3/CloudImperiumGames.RSILauncher.locale.en-US.yaml new file mode 100644 index 0000000000000..90b4e89a0d1cc --- /dev/null +++ b/manifests/c/CloudImperiumGames/RSILauncher/2.0.3/CloudImperiumGames.RSILauncher.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CloudImperiumGames.RSILauncher +PackageVersion: 2.0.3 +PackageLocale: en-US +Publisher: Cloud Imperium Games +PublisherUrl: https://www.cloudimperiumgames.com/ +PrivacyUrl: https://robertsspaceindustries.com/privacy +PackageName: RSI Launcher +PackageUrl: https://www.robertsspaceindustries.com/ +License: Proprietary +LicenseUrl: https://robertsspaceindustries.com/eula +Copyright: Copyright (c) Cloud Imperium Rights LLC and Cloud Imperium Rights Ltd +CopyrightUrl: https://robertsspaceindustries.com/legal +ShortDescription: The RSI Launcher is the application that allows you to install, update, and launch Star Citizen. +Moniker: rsilauncher +Tags: +- star-citizen +- rsi-launcher +- squadron-42 +- games +- gaming +ReleaseNotes: RSI Launcher 2.0.3 Release Notes +ReleaseNotesUrl: https://robertsspaceindustries.com/spectrum/community/SC/forum/1/thread/rsi-launcher-2-0-3-release-notes +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CloudImperiumGames/RSILauncher/2.0.3/CloudImperiumGames.RSILauncher.yaml b/manifests/c/CloudImperiumGames/RSILauncher/2.0.3/CloudImperiumGames.RSILauncher.yaml new file mode 100644 index 0000000000000..f9db7ac7449f1 --- /dev/null +++ b/manifests/c/CloudImperiumGames/RSILauncher/2.0.3/CloudImperiumGames.RSILauncher.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CloudImperiumGames.RSILauncher +PackageVersion: 2.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudflare/Warp/24.6.415.0/Cloudflare.Warp.installer.yaml b/manifests/c/Cloudflare/Warp/24.6.415.0/Cloudflare.Warp.installer.yaml deleted file mode 100644 index 1458c8a4bb00e..0000000000000 --- a/manifests/c/Cloudflare/Warp/24.6.415.0/Cloudflare.Warp.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Cloudflare.Warp -PackageVersion: 24.6.415.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Custom: /NORESTART -UpgradeBehavior: install -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.EdgeWebView2Runtime - MinimumVersion: 91.0.864.53 -ProductCode: '{CF921F9C-1F39-4F53-8E23-67313C5B4B46}' -ReleaseDate: 2024-06-28 -AppsAndFeaturesEntries: -- UpgradeCode: '{1BF42825-7B65-4CA9-AFFF-B7B5E1CE27B4}' -Installers: -- Architecture: x64 - InstallerUrl: https://1111-releases.cloudflareclient.com/windows/Cloudflare_WARP_Release-x64.msi - InstallerSha256: 98344B85F1D20B82CDC1C13EAA8B08D47D0A7208790917DBB88CD1A378303B5C -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudflare/Warp/24.6.415.0/Cloudflare.Warp.yaml b/manifests/c/Cloudflare/Warp/24.6.415.0/Cloudflare.Warp.yaml deleted file mode 100644 index 57b7c4a632038..0000000000000 --- a/manifests/c/Cloudflare/Warp/24.6.415.0/Cloudflare.Warp.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Cloudflare.Warp -PackageVersion: 24.6.415.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudflare/Warp/24.6.473.0/Cloudflare.Warp.installer.yaml b/manifests/c/Cloudflare/Warp/24.6.473.0/Cloudflare.Warp.installer.yaml new file mode 100644 index 0000000000000..e2b42b8e8c898 --- /dev/null +++ b/manifests/c/Cloudflare/Warp/24.6.473.0/Cloudflare.Warp.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cloudflare.Warp +PackageVersion: 24.6.473.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /NORESTART +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime + MinimumVersion: 91.0.864.53 +ProductCode: '{85DDC31D-E92E-4574-8582-8D5F3CA77928}' +AppsAndFeaturesEntries: +- UpgradeCode: '{1BF42825-7B65-4CA9-AFFF-B7B5E1CE27B4}' +Installers: +- Architecture: x64 + InstallerUrl: https://1111-releases.cloudflareclient.com/windows/Cloudflare_WARP_Release-x64.msi + InstallerSha256: 540FB26438A66C6E9F0817A5E50296852070E48544E3D983517E5E4DF741CCF8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudflare/Warp/24.6.415.0/Cloudflare.Warp.locale.en-US.yaml b/manifests/c/Cloudflare/Warp/24.6.473.0/Cloudflare.Warp.locale.en-US.yaml similarity index 90% rename from manifests/c/Cloudflare/Warp/24.6.415.0/Cloudflare.Warp.locale.en-US.yaml rename to manifests/c/Cloudflare/Warp/24.6.473.0/Cloudflare.Warp.locale.en-US.yaml index e50ddff9705d5..d08767fadb3d3 100644 --- a/manifests/c/Cloudflare/Warp/24.6.415.0/Cloudflare.Warp.locale.en-US.yaml +++ b/manifests/c/Cloudflare/Warp/24.6.473.0/Cloudflare.Warp.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.2.1 +# Created using wingetcreate 1.6.1.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Cloudflare.Warp -PackageVersion: 24.6.415.0 +PackageVersion: 24.6.473.0 PackageLocale: en-US Publisher: Cloudflare, Inc. PublisherUrl: https://www.cloudflare.com/ diff --git a/manifests/c/Cloudflare/Warp/24.6.473.0/Cloudflare.Warp.yaml b/manifests/c/Cloudflare/Warp/24.6.473.0/Cloudflare.Warp.yaml new file mode 100644 index 0000000000000..d64addb2ddc1f --- /dev/null +++ b/manifests/c/Cloudflare/Warp/24.6.473.0/Cloudflare.Warp.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cloudflare.Warp +PackageVersion: 24.6.473.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudflare/cloudflared/2024.8.2/Cloudflare.cloudflared.installer.yaml b/manifests/c/Cloudflare/cloudflared/2024.8.2/Cloudflare.cloudflared.installer.yaml new file mode 100644 index 0000000000000..3e264f47b7d4b --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2024.8.2/Cloudflare.cloudflared.installer.yaml @@ -0,0 +1,34 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2024.8.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ReleaseDate: 2024-08-06 +AppsAndFeaturesEntries: +- UpgradeCode: '{23f90fdd-9328-47ea-ab52-5380855a4b12}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\cloudflared' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/cloudflare/cloudflared/releases/download/2024.8.2/cloudflared-windows-386.msi + InstallerSha256: 7B5A472E0C4D74AE704F202301F27AB7FC775379CFFE561B999166FA33B9C786 + ProductCode: '{8E3BB85F-D143-4C9A-984C-FE3AECDB5D9C}' + AppsAndFeaturesEntries: + - DisplayName: cloudflared + Publisher: cloudflare + ProductCode: '{8E3BB85F-D143-4C9A-984C-FE3AECDB5D9C}' + UpgradeCode: '{23f90fdd-9328-47ea-ab52-5380855a4b12}' +- Architecture: x64 + InstallerUrl: https://github.com/cloudflare/cloudflared/releases/download/2024.8.2/cloudflared-windows-amd64.msi + InstallerSha256: EA37A8D58B568B4DF2C369F3CEDD9D90371DEFB21D8100A046C9B1E9E2525200 + ProductCode: '{7AF7C26F-D865-4B65-B3E1-B3DCA869BA72}' + AppsAndFeaturesEntries: + - DisplayName: cloudflared + Publisher: cloudflare + ProductCode: '{7AF7C26F-D865-4B65-B3E1-B3DCA869BA72}' + UpgradeCode: '{23f90fdd-9328-47ea-ab52-5380855a4b12}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudflare/cloudflared/2024.8.2/Cloudflare.cloudflared.locale.en-US.yaml b/manifests/c/Cloudflare/cloudflared/2024.8.2/Cloudflare.cloudflared.locale.en-US.yaml new file mode 100644 index 0000000000000..9ea76089c6af9 --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2024.8.2/Cloudflare.cloudflared.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2024.8.2 +PackageLocale: en-US +Publisher: cloudflare +PublisherUrl: https://github.com/cloudflare/cloudflared +PublisherSupportUrl: https://github.com/cloudflare/cloudflared/issues +Author: cloudflare +PackageName: cloudflared +PackageUrl: https://github.com/cloudflare/cloudflared +License: Apache-2.0 +LicenseUrl: https://github.com/cloudflare/cloudflared/blob/HEAD/LICENSE +Copyright: Copyright (c) cloudflare +CopyrightUrl: https://github.com/cloudflare/cloudflared/blob/master/LICENSE +ShortDescription: Cloudflare Tunnel client +Moniker: cloudflared +Tags: +- argo-tunnel +- cloudflare +- cloudflare-tunnel +- reverse-proxy +- zero-trust-network-access +ReleaseNotes: |- + SHA256 Checksums: + cloudflared-amd64.pkg: 234c71eea3bb1b80c78f0e8a7b172e850929635b95176d1980922a91f557df41 + cloudflared-arm64.pkg: eaa7a1ad419dba999416b3a0ca997742cb242843378c54b6d6ce18c2e7dfe7a3 + cloudflared-darwin-amd64.tgz: 462bc13ae9852158823119e956513e42251b48e3365ec0e7e691de0e2bf8c6f8 + cloudflared-darwin-arm64.tgz: 0229266dc217678024f7baf9cfb61090c4894c20b7f3ace7950ca23c1ed55b8a + cloudflared-fips-linux-amd64: 0009482391d968024fea4d0a2b9a90cbf4f3394372bc8c7fb675c8f0b482d665 + cloudflared-fips-linux-amd64.deb: 2c63700cb9487c6c5135a77fefc7ca943675c99515257d8135d03acb56e7b0df + cloudflared-fips-linux-x86_64.rpm: 706b1698aa044dcd7baafa45a51d247c7a6fc2f3fd0762cc08bbcb0e0d20b021 + cloudflared-linux-386: 6ebe85c31f1b04547ffa37d82dc5742fd23e7ea01a68ff2c3de944a90e653d8e + cloudflared-linux-386.deb: 13dcbc4fabaf6c6c15032eb19e2c7a536a92a049a0f9e18ef515b1a80f0ec773 + cloudflared-linux-386.rpm: fc94b0da7008e068ce33948b24a0ba1e84b7884222c4e868d6b37f8338944866 + cloudflared-linux-aarch64.rpm: 4f5a96676acc8a340af947aa6e1307570bc7e736398ce70b758bafcc97001d01 + cloudflared-linux-amd64: e6cb78348e05680805c8317b5073c54401c1ebac9fa88a2cc35be752858bdc6b + cloudflared-linux-amd64.deb: 5779c18bc9fb558daa3fcf121d52015c51b22adc0b7d9b54182871576f32ee33 + cloudflared-linux-arm: 8b0b87a93892f6c6d1c19d1b9756152afc18dce36cf6b3dc77244979c5f5e8ff + cloudflared-linux-arm.deb: 5badf804137837506e70f90781834ec5c1c6def3bf718d1a2dbb63870a28c114 + cloudflared-linux-arm.rpm: a9da1f596f20333d7bb96b0a8f791241156fa42b7242519e2ae2a7073176a5a4 + cloudflared-linux-arm64: f0cc2f42b658a89a794ca91210f73df2f3d51c459f050ae1ee57b221d1e30f98 + cloudflared-linux-arm64.deb: d99aff8aba2f7667c07b44230315209ef7e31136d6371799a11619fab14bc07d + cloudflared-linux-armhf: 75e03fd5e70612c6db621a9e86350547be7c0caa21f7cb79231409233525e26c + cloudflared-linux-armhf.deb: 23ab265f7629a4a1b0d025ca17023aa18dca6a70b85727ae0a9f326814feba6f + cloudflared-linux-armhf.rpm: 819b0134d2a351c27101d546f0243046b2df33b7658f3ea976d7288b885a8c0b + cloudflared-linux-x86_64.rpm: f83e6f13dafaed1552caa9e04929360fd2224d00f95049d0e8fbf5e0d47d0cf6 + cloudflared-windows-386.exe: de5e40f849579b8ed699db3bb5641f7bb7e5605a275121a7b26784c0617f879d + cloudflared-windows-386.msi: 7b5a472e0c4d74ae704f202301f27ab7fc775379cffe561b999166fa33b9c786 + cloudflared-windows-amd64.exe: a054d767613ba64462dd457e3c0be27244c9484f4b7fcb76b37e137c86f0eda1 + cloudflared-windows-amd64.msi: ea37a8d58b568b4df2c369f3cedd9d90371defb21d8100a046c9b1e9e2525200 +ReleaseNotesUrl: https://github.com/cloudflare/cloudflared/releases/tag/2024.8.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudflare/cloudflared/2024.8.2/Cloudflare.cloudflared.yaml b/manifests/c/Cloudflare/cloudflared/2024.8.2/Cloudflare.cloudflared.yaml new file mode 100644 index 0000000000000..13e0b446eb8b4 --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2024.8.2/Cloudflare.cloudflared.yaml @@ -0,0 +1,8 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2024.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudflare/cloudflared/2024.8.3/Cloudflare.cloudflared.installer.yaml b/manifests/c/Cloudflare/cloudflared/2024.8.3/Cloudflare.cloudflared.installer.yaml new file mode 100644 index 0000000000000..839e741d4f035 --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2024.8.3/Cloudflare.cloudflared.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2024.8.3 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\cloudflared' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/cloudflare/cloudflared/releases/download/2024.8.3/cloudflared-windows-386.msi + InstallerSha256: EB8EDBBF8D57B5E40269FD744A28AE089D4054BCB4582824D65FF1D98227DC16 + ProductCode: '{0D2BDDA2-BECE-43DE-9515-A4ED86A2B07E}' + AppsAndFeaturesEntries: + - DisplayName: cloudflared + Publisher: cloudflare + ProductCode: '{8E3BB85F-D143-4C9A-984C-FE3AECDB5D9C}' + UpgradeCode: '{23f90fdd-9328-47ea-ab52-5380855a4b12}' +- Architecture: x64 + InstallerUrl: https://github.com/cloudflare/cloudflared/releases/download/2024.8.3/cloudflared-windows-amd64.msi + InstallerSha256: 763ECDB186C9FD2F5E018ED6362130A4314F478318ED6D6E3F2C7B11490ED0C6 + ProductCode: '{CE41CF1E-879F-4D8E-A0AC-F7DA9ABA1447}' + AppsAndFeaturesEntries: + - DisplayName: cloudflared + Publisher: cloudflare + ProductCode: '{7AF7C26F-D865-4B65-B3E1-B3DCA869BA72}' + UpgradeCode: '{23f90fdd-9328-47ea-ab52-5380855a4b12}' +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-22 diff --git a/manifests/c/Cloudflare/cloudflared/2024.8.3/Cloudflare.cloudflared.locale.en-US.yaml b/manifests/c/Cloudflare/cloudflared/2024.8.3/Cloudflare.cloudflared.locale.en-US.yaml new file mode 100644 index 0000000000000..fbbeaae1dbc02 --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2024.8.3/Cloudflare.cloudflared.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2024.8.3 +PackageLocale: en-US +Publisher: cloudflare +PublisherUrl: https://github.com/cloudflare/cloudflared +PublisherSupportUrl: https://github.com/cloudflare/cloudflared/issues +Author: cloudflare +PackageName: cloudflared +PackageUrl: https://github.com/cloudflare/cloudflared +License: Apache-2.0 +LicenseUrl: https://github.com/cloudflare/cloudflared/blob/HEAD/LICENSE +Copyright: Copyright (c) cloudflare +CopyrightUrl: https://github.com/cloudflare/cloudflared/blob/master/LICENSE +ShortDescription: Cloudflare Tunnel client +Moniker: cloudflared +Tags: +- argo-tunnel +- cloudflare +- cloudflare-tunnel +- reverse-proxy +- zero-trust-network-access +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudflare/cloudflared/2024.8.3/Cloudflare.cloudflared.yaml b/manifests/c/Cloudflare/cloudflared/2024.8.3/Cloudflare.cloudflared.yaml new file mode 100644 index 0000000000000..e9456f5f56d32 --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2024.8.3/Cloudflare.cloudflared.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2024.8.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudflare/cloudflared/2024.9.1/Cloudflare.cloudflared.installer.yaml b/manifests/c/Cloudflare/cloudflared/2024.9.1/Cloudflare.cloudflared.installer.yaml new file mode 100644 index 0000000000000..3e7c6a796a440 --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2024.9.1/Cloudflare.cloudflared.installer.yaml @@ -0,0 +1,32 @@ +# Created with AutoPublish using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2024.9.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ReleaseDate: 2024-09-10 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\cloudflared' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/cloudflare/cloudflared/releases/download/2024.9.1/cloudflared-windows-386.msi + InstallerSha256: 89F461F083D7D84EA7B947A434C308C91EB50593F7E88CB0FA82566E57B10C02 + ProductCode: '{F2DFF347-ED04-4B55-8F1D-DFAD3EB7DD49}' + AppsAndFeaturesEntries: + - DisplayName: cloudflared + Publisher: cloudflare + ProductCode: '{F2DFF347-ED04-4B55-8F1D-DFAD3EB7DD49}' + UpgradeCode: '{23f90fdd-9328-47ea-ab52-5380855a4b12}' +- Architecture: x64 + InstallerUrl: https://github.com/cloudflare/cloudflared/releases/download/2024.9.1/cloudflared-windows-amd64.msi + InstallerSha256: 8C3455897D3BF8AA37D87BF3CB5C452B6BE1304ADFBA961E54FA662CAC491636 + ProductCode: '{079B36CE-8567-41AD-AACA-781D6BC6F0A7}' + AppsAndFeaturesEntries: + - DisplayName: cloudflared + Publisher: cloudflare + ProductCode: '{079B36CE-8567-41AD-AACA-781D6BC6F0A7}' + UpgradeCode: '{23f90fdd-9328-47ea-ab52-5380855a4b12}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudflare/cloudflared/2024.9.1/Cloudflare.cloudflared.locale.en-US.yaml b/manifests/c/Cloudflare/cloudflared/2024.9.1/Cloudflare.cloudflared.locale.en-US.yaml new file mode 100644 index 0000000000000..30fed35778c9f --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2024.9.1/Cloudflare.cloudflared.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with AutoPublish using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2024.9.1 +PackageLocale: en-US +Publisher: cloudflare +PublisherUrl: https://github.com/cloudflare/cloudflared +PublisherSupportUrl: https://github.com/cloudflare/cloudflared/issues +Author: cloudflare +PackageName: cloudflared +PackageUrl: https://github.com/cloudflare/cloudflared +License: Apache-2.0 +LicenseUrl: https://github.com/cloudflare/cloudflared/blob/HEAD/LICENSE +Copyright: Copyright (c) cloudflare +CopyrightUrl: https://github.com/cloudflare/cloudflared/blob/master/LICENSE +ShortDescription: Cloudflare Tunnel client +Moniker: cloudflared +Tags: +- argo-tunnel +- cloudflare +- cloudflare-tunnel +- reverse-proxy +- zero-trust-network-access +ReleaseNotes: |- + SHA256 Checksums: + cloudflared-amd64.pkg: 8166c17362f0c2397b430af47f1b363aa69e33646575ca2079e8b5a9ee901260 + cloudflared-arm64.pkg: df1da8143d185935b47f67446c37138ebad98ceb1b3d4883db600626413c8ab2 + cloudflared-darwin-amd64.tgz: 3ca1213c564bb99907242f0eb049dff5e5261bac2e1aa32dac39bb81efc2a8cf + cloudflared-darwin-arm64.tgz: 0762e497793ddf5580cd7837bb6c67868c7b0d603fbf47ae03dec4e736e31cf8 + cloudflared-fips-linux-amd64: f519c636971ae7bb54603a6a47f00e9d8ba92f60591fe53fa7fc32f91fc64a9f + cloudflared-fips-linux-amd64.deb: d9ec642c8462ecbd2d6a4185ed1a79306ed1731ba691791b23c54fe1e8b80066 + cloudflared-fips-linux-x86_64.rpm: 9a94ddca581f10088ad4fdf8b673dbedee33612323cb77e5eaa2c65090dddd59 + cloudflared-linux-386: a9eee0f41f48e601b5a3b061931e276013c0602fcf88bd826c2318f5b2fe9de6 + cloudflared-linux-386.deb: 2525aeb599f5afdce4951cb8cf5b7bf93e214c6da8bddded70d3f740b56cf727 + cloudflared-linux-386.rpm: 9653d9d370a9cd12ca2716d4af7d2a430d2928f532ec15b6d7d6bb48273fa7ee + cloudflared-linux-aarch64.rpm: 2103a70f58220ef5cc489c0dd1a5a785b3dd3149d077c6f2f20c5cfb8c0dc78d + cloudflared-linux-amd64: 3fd4c58cbf4691d06de515125a0c215750a77a32015e8f8281bfd2f44dbc0d64 + cloudflared-linux-amd64.deb: c4c64cd8cf859596232ef9175383aedd0ff85ef99b7843dc1c897358c19b3275 + cloudflared-linux-arm: 8ac03b0abb38a3af54b6efc01353a108c9c267d2093b1efd56cdcae540372141 + cloudflared-linux-arm.deb: fd7d85e8622cefd4425c87e3428e013fec2f671d0c1aa89d27dd914066957573 + cloudflared-linux-arm.rpm: 3a6613e8f74bbdf5d601144eff327f682148ced1a7cd068d1d2127dbed99ba73 + cloudflared-linux-arm64: 37cef20dd844ba0506de9f2a27d85cdace3790e12415848638918107eaa57c7d + cloudflared-linux-arm64.deb: 5d36e8d180243d286ef97296533141b1cc8c539ce759ae3451075a3a0692dbfa + cloudflared-linux-armhf: 4da7cb90a608bc79ce6b6b2fcf74b19bf682d26d7c1831f3a8591fc09a53d42e + cloudflared-linux-armhf.deb: 9a33a06955dab69fc140e3be78b97c4a6de4219832fecf052e850ee9a87d4876 + cloudflared-linux-armhf.rpm: e220f0517884f2b5ad9a66a86a202863aebcce795a2f32fbdb6cd56c2cf07fcd + cloudflared-linux-x86_64.rpm: 431fcc950c674e1fe4c50854192baa94690f7838141f8fa749e2d68c0cad59c4 + cloudflared-windows-386.exe: 1cd89d9b1c2a43e31e035ab39398dc772debb04b77f9ee9d6812d68003f69613 + cloudflared-windows-386.msi: 89f461f083d7d84ea7b947a434c308c91eb50593f7e88cb0fa82566e57b10c02 + cloudflared-windows-amd64.exe: 977e1aade5fdfcdb39adfa2bb7fcf2598be9180c4bf04e0f46d64eefbd841c95 + cloudflared-windows-amd64.msi: 8c3455897d3bf8aa37d87bf3cb5c452b6be1304adfba961e54fa662cac491636 +ReleaseNotesUrl: https://github.com/cloudflare/cloudflared/releases/tag/2024.9.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudflare/cloudflared/2024.9.1/Cloudflare.cloudflared.yaml b/manifests/c/Cloudflare/cloudflared/2024.9.1/Cloudflare.cloudflared.yaml new file mode 100644 index 0000000000000..52e054db01746 --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2024.9.1/Cloudflare.cloudflared.yaml @@ -0,0 +1,8 @@ +# Created with AutoPublish using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2024.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudreve/Cloudreve/3.8.3/Cloudreve.Cloudreve.installer.yaml b/manifests/c/Cloudreve/Cloudreve/3.8.3/Cloudreve.Cloudreve.installer.yaml new file mode 100644 index 0000000000000..a821d70fa385f --- /dev/null +++ b/manifests/c/Cloudreve/Cloudreve/3.8.3/Cloudreve.Cloudreve.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cloudreve.Cloudreve +PackageVersion: 3.8.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cloudreve.exe + PortableCommandAlias: cloudreve +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- cloudreve +ReleaseDate: 2023-10-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cloudreve/Cloudreve/releases/download/3.8.3/cloudreve_3.8.3_windows_amd64.zip + InstallerSha256: D81B8C06B90D98F3625196B0E2BBC1EFD66221D93DBAA4626D58402973B64201 +- Architecture: arm64 + InstallerUrl: https://github.com/cloudreve/Cloudreve/releases/download/3.8.3/cloudreve_3.8.3_windows_arm64.zip + InstallerSha256: D294AFFE66D239BC7CAF602156233D04669973B275AFA68F7FC52FFED2E6A2E0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudreve/Cloudreve/3.8.3/Cloudreve.Cloudreve.locale.en-US.yaml b/manifests/c/Cloudreve/Cloudreve/3.8.3/Cloudreve.Cloudreve.locale.en-US.yaml new file mode 100644 index 0000000000000..1c4e82c54706c --- /dev/null +++ b/manifests/c/Cloudreve/Cloudreve/3.8.3/Cloudreve.Cloudreve.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cloudreve.Cloudreve +PackageVersion: 3.8.3 +PackageLocale: en-US +Publisher: Cloudreve +PublisherUrl: https://github.com/cloudreve +PackageName: Cloudreve +PackageUrl: https://github.com/cloudreve/Cloudreve +License: GPL-3.0 +LicenseUrl: https://github.com/cloudreve/Cloudreve/raw/master/LICENSE +Copyright: © Cloudreve. All rights reserved +CopyrightUrl: https://cloudreve.org/ +ShortDescription: Self-hosted file management and sharing system, supports multiple storage providers. +Moniker: cloudreve +Tags: +- cloud +- cloud-storage +- cloudreve +- file +- file-manager +- file-sharing +- golang +ReleaseNotesUrl: https://github.com/cloudreve/Cloudreve/releases/tag/3.8.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudreve/Cloudreve/3.8.3/Cloudreve.Cloudreve.yaml b/manifests/c/Cloudreve/Cloudreve/3.8.3/Cloudreve.Cloudreve.yaml new file mode 100644 index 0000000000000..5279d52ef1c47 --- /dev/null +++ b/manifests/c/Cloudreve/Cloudreve/3.8.3/Cloudreve.Cloudreve.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cloudreve.Cloudreve +PackageVersion: 3.8.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cockos/REAPER/7.19/Cockos.REAPER.installer.yaml b/manifests/c/Cockos/REAPER/7.19/Cockos.REAPER.installer.yaml new file mode 100644 index 0000000000000..79acd38569267 --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.19/Cockos.REAPER.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.19" +Platform: +- Windows.Desktop +MinimumOSVersion: 5.1.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ProductCode: REAPER +AppsAndFeaturesEntries: +- DisplayName: REAPER +Installers: +- Architecture: x86 + InstallerUrl: https://www.reaper.fm/files/7.x/reaper719-install.exe + InstallerSha256: D1A2453E182AA8AAC55D14B659BD5F8A78DC645B592AB08DD13F8328501C8B91 +- Architecture: x64 + InstallerUrl: https://www.reaper.fm/files/7.x/reaper719_x64-install.exe + InstallerSha256: DA4F9D46A493CAAA328C1CAD4215FB5AD099780D6A18703FCB99083786963DE8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cockos/REAPER/7.19/Cockos.REAPER.locale.en-US.yaml b/manifests/c/Cockos/REAPER/7.19/Cockos.REAPER.locale.en-US.yaml new file mode 100644 index 0000000000000..d6662d2272103 --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.19/Cockos.REAPER.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.19" +PackageLocale: en-US +Publisher: Cockos Incorporated +PublisherUrl: https://www.cockos.com/ +Author: Cockos Incorporated +PackageName: REAPER +PackageUrl: https://www.reaper.fm/ +License: Proprietary +Copyright: Copyright (c) 2005-2022 Cockos Incorporated +ShortDescription: REAPER is a digital audio production application, offering full multitrack audio and MIDI recording, processing, editing, mixing and mastering toolset. +Moniker: reaper +Tags: +- audio +- audio-editor +- audio-mixer +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cockos/REAPER/7.19/Cockos.REAPER.yaml b/manifests/c/Cockos/REAPER/7.19/Cockos.REAPER.yaml new file mode 100644 index 0000000000000..4747f341dfd4d --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.19/Cockos.REAPER.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.19" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cockos/REAPER/7.20/Cockos.REAPER.installer.yaml b/manifests/c/Cockos/REAPER/7.20/Cockos.REAPER.installer.yaml new file mode 100644 index 0000000000000..72efe8e69add8 --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.20/Cockos.REAPER.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.20" +Platform: +- Windows.Desktop +MinimumOSVersion: 5.1.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ProductCode: REAPER +AppsAndFeaturesEntries: +- DisplayName: REAPER +Installers: +- Architecture: x86 + InstallerUrl: https://www.reaper.fm/files/7.x/reaper720-install.exe + InstallerSha256: 5273904DB035CF78713EBD27C9F2B510BD320FD626806667E80CB3D8F0BF1B34 +- Architecture: x64 + InstallerUrl: https://www.reaper.fm/files/7.x/reaper720_x64-install.exe + InstallerSha256: AB9D5CE6D2181CFBF9B641BF624DAC32116458088B322B86A5B49B79EA0737DA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cockos/REAPER/7.20/Cockos.REAPER.locale.en-US.yaml b/manifests/c/Cockos/REAPER/7.20/Cockos.REAPER.locale.en-US.yaml new file mode 100644 index 0000000000000..c006cb009d2d4 --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.20/Cockos.REAPER.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.20" +PackageLocale: en-US +Publisher: Cockos Incorporated +PublisherUrl: https://www.cockos.com/ +Author: Cockos Incorporated +PackageName: REAPER +PackageUrl: https://www.reaper.fm/ +License: Proprietary +Copyright: Copyright (c) 2005-2022 Cockos Incorporated +ShortDescription: REAPER is a digital audio production application, offering full multitrack audio and MIDI recording, processing, editing, mixing and mastering toolset. +Moniker: reaper +Tags: +- audio +- audio-editor +- audio-mixer +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cockos/REAPER/7.20/Cockos.REAPER.yaml b/manifests/c/Cockos/REAPER/7.20/Cockos.REAPER.yaml new file mode 100644 index 0000000000000..3dc789558d7f3 --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.20/Cockos.REAPER.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.20" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cockos/REAPER/7.21/Cockos.REAPER.installer.yaml b/manifests/c/Cockos/REAPER/7.21/Cockos.REAPER.installer.yaml new file mode 100644 index 0000000000000..9a1d2e7521f44 --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.21/Cockos.REAPER.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.21" +Platform: +- Windows.Desktop +MinimumOSVersion: 5.1.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ProductCode: REAPER +AppsAndFeaturesEntries: +- DisplayName: REAPER +Installers: +- Architecture: x86 + InstallerUrl: https://www.reaper.fm/files/7.x/reaper721-install.exe + InstallerSha256: 5A54657C0BEE2F45EEFFC571C6F5DE6E82092E5500594F46FD3CDDBD1B3D98D9 +- Architecture: x64 + InstallerUrl: https://www.reaper.fm/files/7.x/reaper721_x64-install.exe + InstallerSha256: B53CF43BE8425C070428A4EA8C30F1F791A43B355AC7492BCF18B6AF26FE7084 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cockos/REAPER/7.21/Cockos.REAPER.locale.en-US.yaml b/manifests/c/Cockos/REAPER/7.21/Cockos.REAPER.locale.en-US.yaml new file mode 100644 index 0000000000000..6b19014538151 --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.21/Cockos.REAPER.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.21" +PackageLocale: en-US +Publisher: Cockos Incorporated +PublisherUrl: https://www.cockos.com/ +Author: Cockos Incorporated +PackageName: REAPER +PackageUrl: https://www.reaper.fm/ +License: Proprietary +Copyright: Copyright (c) 2005-2022 Cockos Incorporated +ShortDescription: REAPER is a digital audio production application, offering full multitrack audio and MIDI recording, processing, editing, mixing and mastering toolset. +Moniker: reaper +Tags: +- audio +- audio-editor +- audio-mixer +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cockos/REAPER/7.21/Cockos.REAPER.yaml b/manifests/c/Cockos/REAPER/7.21/Cockos.REAPER.yaml new file mode 100644 index 0000000000000..4100a7b1ac80f --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.21/Cockos.REAPER.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.21" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cockos/REAPER/7.22/Cockos.REAPER.installer.yaml b/manifests/c/Cockos/REAPER/7.22/Cockos.REAPER.installer.yaml new file mode 100644 index 0000000000000..abb4a2de195ea --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.22/Cockos.REAPER.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.22" +Platform: +- Windows.Desktop +MinimumOSVersion: 5.1.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ProductCode: REAPER +AppsAndFeaturesEntries: +- DisplayName: REAPER +Installers: +- Architecture: x86 + InstallerUrl: https://www.reaper.fm/files/7.x/reaper722-install.exe + InstallerSha256: 539C8191020830B5B68DD7B11F4A7E7FF38BD362D70C2B3DA8CF152506AEA7A8 +- Architecture: x64 + InstallerUrl: https://www.reaper.fm/files/7.x/reaper722_x64-install.exe + InstallerSha256: AB4FF5743AD846F9D8B3C084CB4EDD09CFEEDD459CEACBE9C4545B105D343436 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cockos/REAPER/7.22/Cockos.REAPER.locale.en-US.yaml b/manifests/c/Cockos/REAPER/7.22/Cockos.REAPER.locale.en-US.yaml new file mode 100644 index 0000000000000..395c458bb9f7b --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.22/Cockos.REAPER.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.22" +PackageLocale: en-US +Publisher: Cockos Incorporated +PublisherUrl: https://www.cockos.com/ +Author: Cockos Incorporated +PackageName: REAPER +PackageUrl: https://www.reaper.fm/ +License: Proprietary +Copyright: Copyright (c) 2005-2022 Cockos Incorporated +ShortDescription: REAPER is a digital audio production application, offering full multitrack audio and MIDI recording, processing, editing, mixing and mastering toolset. +Moniker: reaper +Tags: +- audio +- audio-editor +- audio-mixer +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cockos/REAPER/7.22/Cockos.REAPER.yaml b/manifests/c/Cockos/REAPER/7.22/Cockos.REAPER.yaml new file mode 100644 index 0000000000000..f0ba914d27b4e --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.22/Cockos.REAPER.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.22" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cocos/CocosDashboard/2.1.4.2614/Cocos.CocosDashboard.installer.yaml b/manifests/c/Cocos/CocosDashboard/2.1.4.2614/Cocos.CocosDashboard.installer.yaml new file mode 100644 index 0000000000000..2ac8f2d659733 --- /dev/null +++ b/manifests/c/Cocos/CocosDashboard/2.1.4.2614/Cocos.CocosDashboard.installer.yaml @@ -0,0 +1,69 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cocos.CocosDashboard +PackageVersion: 2.1.4.2614 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /exenoui /quiet /norestart + SilentWithProgress: /exenoui /passive /norestart + InstallLocation: APPDIR="" +ExpectedReturnCodes: +- InstallerReturnCode: -1 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1 + ReturnResponse: invalidParameter +- InstallerReturnCode: 87 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +Protocols: +- cocos-dashboard +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-08-01 +Installers: +- Architecture: x64 + InstallerUrl: https://download.cocos.com/CocosDashboard/v2.1.4/CocosDashboard-v2.1.4-win-072614.exe + InstallerSha256: C6C233B1876FDC4C7FB6D0DB4C260E70AC15D3B1C839851CEFF95F1EDD2D26DD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cocos/CocosDashboard/2.1.4.2614/Cocos.CocosDashboard.locale.en-US.yaml b/manifests/c/Cocos/CocosDashboard/2.1.4.2614/Cocos.CocosDashboard.locale.en-US.yaml new file mode 100644 index 0000000000000..56b2a88eeacd1 --- /dev/null +++ b/manifests/c/Cocos/CocosDashboard/2.1.4.2614/Cocos.CocosDashboard.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cocos.CocosDashboard +PackageVersion: 2.1.4.2614 +PackageLocale: en-US +Publisher: Xiamen Yaji Software Co., Ltd. +PublisherUrl: https://www.cocos.com/en/ +PublisherSupportUrl: https://discuss.cocos2d-x.org/ +PrivacyUrl: https://www.cocos.com/en/policy?type=privacy +Author: Xiamen Yaji Software Co., Ltd. +PackageName: Cocos Dashboard +# PackageUrl: +License: Proprietary +# LicenseUrl: +Copyright: © 2024 Xiamen Yaji Software Co., Ltd. +# CopyrightUrl: +ShortDescription: A unified downloader and launch portal for Cocos Creator +Description: The Cocos Dashboard serves as a unified downloader and launch portal for Cocos Creator. Everyone can upgrade and manage multiple versions of Cocos Creator. In addition, unified project management and a creation panel is integrated, which is convenient for everyone to develop projects with different versions of engines at the same time. +# Moniker: +Tags: +- cocos-creator +- cocos2d +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cocos/CocosDashboard/2.1.4.2614/Cocos.CocosDashboard.locale.zh-CN.yaml b/manifests/c/Cocos/CocosDashboard/2.1.4.2614/Cocos.CocosDashboard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..da361fb943a7f --- /dev/null +++ b/manifests/c/Cocos/CocosDashboard/2.1.4.2614/Cocos.CocosDashboard.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Cocos.CocosDashboard +PackageVersion: 2.1.4.2614 +PackageLocale: zh-CN +Publisher: Xiamen Yaji Software Co., Ltd. +PublisherUrl: https://www.cocos.com/ +PublisherSupportUrl: https://forum.cocos.org/ +PrivacyUrl: https://download.cocos.com/CocosUdc/agreement/Cocos_Privacy_Policy_cn_20200904.html +Author: 厦门雅基软件有限公司 +PackageName: Cocos Dashboard +# PackageUrl: +License: 专有软件 +# LicenseUrl: +Copyright: © 2024 Xiamen Yaji Software Co., Ltd. +# CopyrightUrl: +ShortDescription: Cocos Creator 统一下载器和启动入口 +Description: Cocos Dashboard 作为 Creator 各引擎统一的下载器和启动入口,方便大家升级和管理多个版本的 Creator。此外还集成了统一的项目管理及创建面板,方便大家同时使用不同版本的引擎开发项目。 +# Moniker: +Tags: +- cocos-creator +- cocos2d +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cocos/CocosDashboard/2.1.4.2614/Cocos.CocosDashboard.yaml b/manifests/c/Cocos/CocosDashboard/2.1.4.2614/Cocos.CocosDashboard.yaml new file mode 100644 index 0000000000000..9427dd8bd4473 --- /dev/null +++ b/manifests/c/Cocos/CocosDashboard/2.1.4.2614/Cocos.CocosDashboard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cocos.CocosDashboard +PackageVersion: 2.1.4.2614 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodeSector/DirectFolders/4.2/CodeSector.DirectFolders.locale.en-US.yaml b/manifests/c/CodeSector/DirectFolders/4.2/CodeSector.DirectFolders.locale.en-US.yaml index cf07badb5e4d5..5ecd1c7e8083e 100644 --- a/manifests/c/CodeSector/DirectFolders/4.2/CodeSector.DirectFolders.locale.en-US.yaml +++ b/manifests/c/CodeSector/DirectFolders/4.2/CodeSector.DirectFolders.locale.en-US.yaml @@ -5,14 +5,15 @@ PackageIdentifier: CodeSector.DirectFolders PackageVersion: "4.2" PackageLocale: en-US Publisher: Code Sector -PublisherUrl: https://codesector.com -PublisherSupportUrl: https://support.codesector.com +PublisherUrl: https://codesector.com/ +PublisherSupportUrl: https://support.codesector.com/ PrivacyUrl: https://codesector.com/privacy Author: Code Sector PackageName: Direct Folders PackageUrl: https://www.codesector.com/directfolders License: Freeware -Copyright: Copyright (C) 2023 Code Sector +Copyright: © 2000-2023 Code Sector ShortDescription: Quick access to your favorite folders. +PurchaseUrl: https://codesector.com/purchase ManifestType: defaultLocale ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 85d1fb38edfb0..e29c73e9780f7 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,16 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.0.2 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: /verysilent - SilentWithProgress: /verysilent -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1602_Basic.exe - InstallerSha256: 3A8018C94ED89D136D80E8D90F965A4E528320BFC6A3404BE9AB0D643D2616DE -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.0.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-02-12 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1602_Basic.exe + InstallerSha256: 3A8018C94ED89D136D80E8D90F965A4E528320BFC6A3404BE9AB0D643D2616DE +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1602_Basic.exe + InstallerSha256: 3A8018C94ED89D136D80E8D90F965A4E528320BFC6A3404BE9AB0D643D2616DE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 75fc6cbbcf257..43ff0371239cb 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,33 +1,51 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.0.2 -PackageLocale: en-US -Publisher: Codec Guide -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -# Copyright: -# CopyrightUrl: -ShortDescription: CodecGuide.K-LiteCodecPack.Basic -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.0.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Minor changes' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..58bb12e80fda1 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.0.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.yaml index a72f69ca6bc81..8d0cfbd4bf9b4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.0.2/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.0.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index ce6d20be6b5aa..78af81552bf23 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,16 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.1.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: /verysilent - SilentWithProgress: /verysilent -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1610_Basic.exe - InstallerSha256: 064B7E0B98174ABBBEE99811E19C056CD16BABA6050814FF0DC387E96E1CCE21 -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.1.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-03-27 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1610_Basic.exe + InstallerSha256: 064B7E0B98174ABBBEE99811E19C056CD16BABA6050814FF0DC387E96E1CCE21 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1610_Basic.exe + InstallerSha256: 064B7E0B98174ABBBEE99811E19C056CD16BABA6050814FF0DC387E96E1CCE21 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 3cc114ec6ccb3..07b1fcd53c13e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,33 +1,51 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.1.0 -PackageLocale: en-US -Publisher: Codec Guide -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -# Copyright: -# CopyrightUrl: -ShortDescription: CodecGuide.K-LiteCodecPack.Basic -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.1.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated LAV Filters to version 0.74.1-127-gd1f74' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0c4c48179acb5 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.1.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 4815d82937e08..c27ad90424a9f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index a2c44977f8489..e3662f9bb8611 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,13 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.1.2 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1612_Basic.exe - InstallerSha256: 866AC9AB4FCECAF2BF8B13BFDD216260B77EB47E6E0E8FF330CA24A7C048EC65 -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.1.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-04-12 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1612_Basic.exe + InstallerSha256: 866AC9AB4FCECAF2BF8B13BFDD216260B77EB47E6E0E8FF330CA24A7C048EC65 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1612_Basic.exe + InstallerSha256: 866AC9AB4FCECAF2BF8B13BFDD216260B77EB47E6E0E8FF330CA24A7C048EC65 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index bc583e5fe329b..aa3c26e0c0a8b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,33 +1,54 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.1.2 -PackageLocale: en-US -Publisher: Codec Guide -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -# Copyright: -# CopyrightUrl: -ShortDescription: CodecGuide.K-LiteCodecPack.Basic -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.1.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated LAV Filters to version 0.75-2-gddef5 + - Updated Icaros to version 3.2.0 + - Updated Codec Tweak Tool to version 6.5.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9b7594f44ef11 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.1.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.yaml index 920ba33e08541..bf1a062ea5f5c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.1.2/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.1.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 6861222097b91..8b211e0ff32e7 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,13 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.2.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1620_Basic.exe - InstallerSha256: 4D7796FD8F33143499B6BD511928A6EB9FEBC936B5F11C737AAAEE99A052A60E -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.2.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-05-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1620_Basic.exe + InstallerSha256: 4D7796FD8F33143499B6BD511928A6EB9FEBC936B5F11C737AAAEE99A052A60E +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1620_Basic.exe + InstallerSha256: 4D7796FD8F33143499B6BD511928A6EB9FEBC936B5F11C737AAAEE99A052A60E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 46bc62df76887..59909472c42f5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,33 +1,53 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.2.0 -PackageLocale: en-US -Publisher: Codec Guide -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -# Copyright: -# CopyrightUrl: -ShortDescription: CodecGuide.K-LiteCodecPack.Basic -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.2.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated Codec Tweak Tool to version 6.5.2 + - Updated Icaros to version 3.2.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..94b5a9ac60b6e --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.2.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 6c6cbd526d0d3..01d7aa61561d3 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index b782af8eb2187..3ce5b7818cb40 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,13 +1,134 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.2.5 -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1625_Basic.exe - InstallerSha256: CDD369123C58B1DE69AFCA78C64D08D2A5C5B77F7545C22B51F0B2E542F8DD61 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.2.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-06-10 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1625_Basic.exe + InstallerSha256: CDD369123C58B1DE69AFCA78C64D08D2A5C5B77F7545C22B51F0B2E542F8DD61 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1625_Basic.exe + InstallerSha256: CDD369123C58B1DE69AFCA78C64D08D2A5C5B77F7545C22B51F0B2E542F8DD61 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index deb17de1d007c..94fbe52fd6c56 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,28 +1,51 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.2.5 -PackageLocale: en-US -Publisher: KLCP -PackageName: K-Lite Codec Pack 16.2.5 Basic -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -ShortDescription: CodecGuide.K-LiteCodecPack.Basic -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- klite -- "k-lite" -- klite basic -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.2.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Minor changes' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e0c75b9274c20 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.2.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.yaml index 315532b673f64..d3727bf4c0b23 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.2.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.2.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 6dcd048b34de6..51b0424256924 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,14 +1,134 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.3.0 -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1630_Basic.exe - InstallerSha256: B0CB8644D5DE3F4BE2D723F6A27064909F9115155A9156D09ADB7D4AB04C3EBA -ManifestType: installer -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.3.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-06-23 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1630_Basic.exe + InstallerSha256: B0CB8644D5DE3F4BE2D723F6A27064909F9115155A9156D09ADB7D4AB04C3EBA +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1630_Basic.exe + InstallerSha256: B0CB8644D5DE3F4BE2D723F6A27064909F9115155A9156D09ADB7D4AB04C3EBA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index e966cdc2d5bb5..f9a5f0cd334a4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,29 +1,53 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.3.0 -PackageLocale: en-US -Publisher: KLCP -PackageName: K-Lite Codec Pack 16.3.0 Basic -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -ShortDescription: CodecGuide.K-LiteCodecPack.Basic -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- klite -- k-lite -- klite basic -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.3.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated LAV Filters to version 0.75.1-0-gc0e87 + - Updated Codec Tweak Tool to version 6.5.3 +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..20909879cacd7 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.3.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 3135ea3be4ced..d9f5ce6ce62a8 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,10 +1,8 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index fc73c03fe16e8..67da3008dd4e7 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,23 +1,134 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.3.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1635_Basic.exe - InstallerSha256: E417FB60A6E583E6588CA6E60D2AECDF92E210B5D23A35BA7E3194C8EB598BD7 - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.3.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-07-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1635_Basic.exe + InstallerSha256: E417FB60A6E583E6588CA6E60D2AECDF92E210B5D23A35BA7E3194C8EB598BD7 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1635_Basic.exe + InstallerSha256: E417FB60A6E583E6588CA6E60D2AECDF92E210B5D23A35BA7E3194C8EB598BD7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index a3f0910d4fc20..2ac88ecd9890f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,51 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.3.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack 16.3.5 Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- klite -- k-lite -- klite basic -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.3.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Minor changes' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8b72e7d1eb487 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.3.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.yaml index 25da08f33a79a..ac363614d374c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.3.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.3.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 6b7e1d94dc2ef..e1600cdb33a9f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.4.6 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1646_Basic.exe - InstallerSha256: 5E338C103F9B3F9CD38D56079796A92A98B5D5142E05829891E9FFBB89BF1F4B - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.4.6 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-09-17 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1646_Basic.exe + InstallerSha256: 5E338C103F9B3F9CD38D56079796A92A98B5D5142E05829891E9FFBB89BF1F4B +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1646_Basic.exe + InstallerSha256: 5E338C103F9B3F9CD38D56079796A92A98B5D5142E05829891E9FFBB89BF1F4B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 2399f99ace245..d8e48bb037e13 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,35 +1,51 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.4.6 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- klite -- k-lite -- klite basic -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.4.6 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated LAV Filters to version 0.75.1-4-gfaff6' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6910203dec245 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.4.6 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.yaml index 20fb227a93b37..4ab19f2b9eb2d 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.4.6/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,10 +1,8 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.4.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.4.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 02c6772782a5b..9cbce493943ee 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,23 +1,134 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.5.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1650_Basic.exe - InstallerSha256: 17EAF9390D6B6940DEB890CCB879EE229D4C8159712780864892A49532BEC022 - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.5.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-10-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1650_Basic.exe + InstallerSha256: 17EAF9390D6B6940DEB890CCB879EE229D4C8159712780864892A49532BEC022 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1650_Basic.exe + InstallerSha256: 17EAF9390D6B6940DEB890CCB879EE229D4C8159712780864892A49532BEC022 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index a83d7fab0a7db..67edaa458de2b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,51 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.5.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- klite -- k-lite -- klite basic -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.5.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated LAV Filters to version 0.75.1-9-gde277' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1830346f36200 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.5.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 27161045c1bac..46f496a068986 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index d5964dc35d866..22ac9e172b4f4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,23 +1,133 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.5.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1652_Basic.exe - InstallerSha256: 5FE49F52DB8CCD314A18E95EDEFB7C5F6987F8F51851CB24A523FF325836B6F5 - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.5.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1652_Basic.exe + InstallerSha256: 5FE49F52DB8CCD314A18E95EDEFB7C5F6987F8F51851CB24A523FF325836B6F5 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1652_Basic.exe + InstallerSha256: 5FE49F52DB8CCD314A18E95EDEFB7C5F6987F8F51851CB24A523FF325836B6F5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 16e6d6cfa829c..b40202f7fdaca 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,51 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.5.2 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- klite -- k-lite -- klite basic -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.5.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..05b1dd8e2365e --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.5.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.yaml index b7298ef9b8978..1bdfd26e48a33 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.2/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.5.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 1447484b05ffc..14591a00cbcd5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,21 +1,134 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.5.3 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1653_Basic.exe - InstallerSha256: FB6550E9F81794BFC30D173A5996DE6F1B362793C114E80F3BC33A224146A70B -ManifestType: installer -ManifestVersion: 1.0.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.5.3 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-11-05 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1653_Basic.exe + InstallerSha256: FB6550E9F81794BFC30D173A5996DE6F1B362793C114E80F3BC33A224146A70B +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1653_Basic.exe + InstallerSha256: FB6550E9F81794BFC30D173A5996DE6F1B362793C114E80F3BC33A224146A70B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 39996b71821f8..bcea1ea9df46d 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,33 +1,51 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.5.3 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- klite -- k-lite -- klite-basic -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.5.3 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Minor changes' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ba8244150091e --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.5.3 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.yaml index 541135f6b7d81..ce012c63244ba 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.5.3/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.5.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.5.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index f2525b40a52d4..cead09978845f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.6.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1660_Basic.exe - InstallerSha256: B7BF5BC51D68EDC00115C80E4499A57476E88575DD86011897E06E1F7754D179 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.6.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-12-02 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1660_Basic.exe + InstallerSha256: B7BF5BC51D68EDC00115C80E4499A57476E88575DD86011897E06E1F7754D179 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1660_Basic.exe + InstallerSha256: B7BF5BC51D68EDC00115C80E4499A57476E88575DD86011897E06E1F7754D179 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 25525fd45d459..45ab5f4bc6519 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,53 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.6.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- klite -- k-lite -- klite-basic -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.6.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated LAV Filters to version 0.75.1-12-g75776 + - Updated Codec Tweak Tool to version 6.5.5 +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0b4d0c67286fc --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.6.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 0483883694818..7c6809ba0e9ed 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 0b53d9dd75c43..f6267fc909a2a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.6.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1662_Basic.exe - InstallerSha256: CA921108F9F773B29A940175EE9BAD4D0681D5920B9BF25B08BD524B2543601C -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.6.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-12-04 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1662_Basic.exe + InstallerSha256: CA921108F9F773B29A940175EE9BAD4D0681D5920B9BF25B08BD524B2543601C +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1662_Basic.exe + InstallerSha256: CA921108F9F773B29A940175EE9BAD4D0681D5920B9BF25B08BD524B2543601C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index fa316e7f4f721..41009e405385b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,51 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.6.2 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- klite -- k-lite -- klite-basic -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.6.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated LAV Filters to version 0.75.1-17-g8d177' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1f561da1488e1 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.6.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.yaml index 5ffd3c7674876..20fbf99e7115e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.2/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.6.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 74550c6ba334a..f4b66e8c89f76 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.6.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1665_Basic.exe - InstallerSha256: 89BDC0CC931B783622DE6288ABE1DA4EE5FEDD9F30EEEBD617B3202BC93713A3 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.6.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-12-14 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1665_Basic.exe + InstallerSha256: 89BDC0CC931B783622DE6288ABE1DA4EE5FEDD9F30EEEBD617B3202BC93713A3 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1665_Basic.exe + InstallerSha256: 89BDC0CC931B783622DE6288ABE1DA4EE5FEDD9F30EEEBD617B3202BC93713A3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 8d61e70617a39..3b1dd96fa1bd5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,51 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.6.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- klite -- k-lite -- klite-basic -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.6.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated LAV Filters to version 0.75.1-19-g80347' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6850257bb5f01 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.6.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.yaml index 868aa1a21f836..d78eadc239bde 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.6.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.6.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.6.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 94db7f4b0ae6c..2b6f38097c37b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.7.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1670_Basic.exe - InstallerSha256: 92A60F69E33B75999C524CC1333166172E2B7EBD7FBD12FADC420DFC3DC096AA -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.7.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-01-03 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1670_Basic.exe + InstallerSha256: 92A60F69E33B75999C524CC1333166172E2B7EBD7FBD12FADC420DFC3DC096AA +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1670_Basic.exe + InstallerSha256: 92A60F69E33B75999C524CC1333166172E2B7EBD7FBD12FADC420DFC3DC096AA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 9f7140d18c310..f4d32ba70aa0a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,51 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.7.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- klite -- k-lite -- klite-basic -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.7.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated LAV Filters to version 0.75.1-28-g56705' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ffa4f8d302d9b --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.7.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 0f29ea2e5b3e4..7cd6fd807b8bf 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.7.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 9aa475e21678c..332474585cc58 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.8.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1680_Basic.exe - InstallerSha256: E976261DB108ED824A82DEAA36FD0A621B750DBB9BAE065BC57F89D2D7F67443 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.8.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-01-30 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1680_Basic.exe + InstallerSha256: E976261DB108ED824A82DEAA36FD0A621B750DBB9BAE065BC57F89D2D7F67443 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1680_Basic.exe + InstallerSha256: E976261DB108ED824A82DEAA36FD0A621B750DBB9BAE065BC57F89D2D7F67443 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index a10e2cbab974e..942d57608397e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,53 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.8.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- klite -- k-lite -- klite-basic -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.8.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated LAV Filters to version 0.76-2-g642bf + - Windows Vista is not longer supported +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..66a237331b24a --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.8.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.yaml index e488e133365ff..dc9a9d5d165c7 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.8.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 2ab1a0ccad2cb..719df8ef07734 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.8.7 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1687_Basic.exe - InstallerSha256: 590F133F4D65F9AC28D124D6BEB70A1A9653BFE6660C29BABEE0331211D3F449 -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.8.7 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-03-02 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1687_Basic.exe + InstallerSha256: 590F133F4D65F9AC28D124D6BEB70A1A9653BFE6660C29BABEE0331211D3F449 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1687_Basic.exe + InstallerSha256: 590F133F4D65F9AC28D124D6BEB70A1A9653BFE6660C29BABEE0331211D3F449 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 3c27bb2085f62..6b325bba9eb9f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,53 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.8.7 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- klite -- k-lite -- klite-basic -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.8.7 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated LAV Filters to version 0.76.1-0-gf4f2f + - Updated Codec Tweak Tool to version 6.6.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c53d5bfbd02dc --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.8.7 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.yaml index 8030c189aa643..f53f845406db6 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.8.7/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.8.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.8.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 59ce5faf7ec83..e012dbeb2445c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,26 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.1 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.9.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1690_Basic.exe - InstallerSha256: A1987B86D22A4CE511055AA2C2CD7B2F2BBA812B315821D180C250CFA3B34308 - AppsAndFeaturesEntries: - - Publisher: KLCP - DisplayName: K-Lite Codec Pack 16.9.0 Basic - InstallerType: inno - ProductCode: KLiteCodecPack_is1 -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.9.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-03-16 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1690_Basic.exe + InstallerSha256: A1987B86D22A4CE511055AA2C2CD7B2F2BBA812B315821D180C250CFA3B34308 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1690_Basic.exe + InstallerSha256: A1987B86D22A4CE511055AA2C2CD7B2F2BBA812B315821D180C250CFA3B34308 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 5ef2fc52a214c..27f4fd54fbe09 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,40 +1,51 @@ -# Created with YamlCreate.ps1 v2.1.1 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.9.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- k-lite -- klite -- klite-basic -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.9.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Minor changes' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..791812a1b9a76 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.9.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 131ab149f32c2..5f96d8cfdff3e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.1 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.9.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 9187c86ca3e27..1a074ee473e08 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.9.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1695_Basic.exe - InstallerSha256: B1031266A18DAB8D6D696595145EFCAF707150F8C93E6C21FFB4E1320A81CC7C - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 16.9.5 Basic - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.9.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-04-01 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1695_Basic.exe + InstallerSha256: B1031266A18DAB8D6D696595145EFCAF707150F8C93E6C21FFB4E1320A81CC7C +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1695_Basic.exe + InstallerSha256: B1031266A18DAB8D6D696595145EFCAF707150F8C93E6C21FFB4E1320A81CC7C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index a768d3a146331..dbe92449a7ef1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,41 +1,51 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.9.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- k-lite -- klite -- klite-basic -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.9.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated Codec Tweak Tool to version 6.6.2' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8c13299fae66b --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.9.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.yaml index 02eef28089ed0..7db333ae32266 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.9.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 73714f745e139..684735fa0b521 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.9.8 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1698_Basic.exe - InstallerSha256: 98A46A6930167FE584A7D793B3EAD1F5CEA1F4FED461C674C689C0CF4B64A077 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 16.9.8 Basic - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.9.8 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-04-15 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1698_Basic.exe + InstallerSha256: 98A46A6930167FE584A7D793B3EAD1F5CEA1F4FED461C674C689C0CF4B64A077 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1698_Basic.exe + InstallerSha256: 98A46A6930167FE584A7D793B3EAD1F5CEA1F4FED461C674C689C0CF4B64A077 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 105c209c80cb7..ca524f3e17e7f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,41 +1,51 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.9.8 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- k-lite -- klite -- klite-basic -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.9.8 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated Codec Tweak Tool to version 6.6.3' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9287e4ba7c3bc --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.9.8 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.yaml index a131048008587..88cc42801e8bd 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/16.9.8/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 16.9.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 16.9.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index dc93ef236a136..f50d7d86c5f8e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.0.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1700_Basic.exe - InstallerSha256: 24FFA374926004D3B7E8E0A3DAA2D0F7F18846C8BCBCBDDF8AF38A7F9A0FB629 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.0.0 Basic - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-05-12 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1700_Basic.exe + InstallerSha256: 24FFA374926004D3B7E8E0A3DAA2D0F7F18846C8BCBCBDDF8AF38A7F9A0FB629 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1700_Basic.exe + InstallerSha256: 24FFA374926004D3B7E8E0A3DAA2D0F7F18846C8BCBCBDDF8AF38A7F9A0FB629 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 4cede8d1c0d39..421738c92f005 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,41 +1,53 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.0.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- k-lite -- klite -- klite-basic -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.0.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated LAV Filters to version 0.76.1-3-ga6b20 + - Updated Codec Tweak Tool to version 6.6.5 +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2993cf02b194c --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.0.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 892307675a34c..190faf3d55060 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 34bda5cb6f8a6..ec0a4e5aaefd1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.0.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1705_Basic.exe - InstallerSha256: 26B6A36869D3310F0EED4517E25688A33CE033BC9BEA1E1A0D97C0A2A8B6F557 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.0.5 Basic - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.0.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-06-14 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1705_Basic.exe + InstallerSha256: 26B6A36869D3310F0EED4517E25688A33CE033BC9BEA1E1A0D97C0A2A8B6F557 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1705_Basic.exe + InstallerSha256: 26B6A36869D3310F0EED4517E25688A33CE033BC9BEA1E1A0D97C0A2A8B6F557 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 229ef45f97b4d..70d269a3d9a79 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,41 +1,53 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.0.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- k-lite -- klite -- klite-basic -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.0.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated Codec Tweak Tool to version 6.6.7 + - Updated Icaros to version 3.3.0 b2 +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dbeaa79931f5f --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.0.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.yaml index aaf2230f681e4..d9bf581419b51 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.0.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.0.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index f7238268722dd..035772ef55320 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.1.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1710_Basic.exe - InstallerSha256: 0CE6E06CCD3FE7E51A097E6B7C7C66B62C0E8B333581E5584E6F3B5169C07E87 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.1.0 Basic - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.1.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-06-26 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1710_Basic.exe + InstallerSha256: 0CE6E06CCD3FE7E51A097E6B7C7C66B62C0E8B333581E5584E6F3B5169C07E87 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1710_Basic.exe + InstallerSha256: 0CE6E06CCD3FE7E51A097E6B7C7C66B62C0E8B333581E5584E6F3B5169C07E87 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 42da71ca0aeeb..04adf847dae99 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,35 +1,51 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.1.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- k-lite -- klite -- klite-basic -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.1.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated Icaros to version 3.3.0 b3' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c0cb02b801488 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.1.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 392813a284f1e..1fc558a9dd532 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 16b3f270272d6..ee3eabb577076 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.1.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1715_Basic.exe - InstallerSha256: C345A9DF0C63ECE1C5D03641ED25B0CA436B6C9D90B33616143D497B9B28CB71 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.1.5 Basic - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.1.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1715_Basic.exe + InstallerSha256: C345A9DF0C63ECE1C5D03641ED25B0CA436B6C9D90B33616143D497B9B28CB71 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1715_Basic.exe + InstallerSha256: C345A9DF0C63ECE1C5D03641ED25B0CA436B6C9D90B33616143D497B9B28CB71 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index fe27741a30bfc..5334c5fb6afaf 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,51 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.1.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- k-lite -- klite -- klite-basic -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.1.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated LAV Filters to version 0.76.1-9-g780b6' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..33256b552135f --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.1.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.yaml index 2997f9783dfee..5e347b936eb09 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.1.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.1.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 1025312ba3e1d..d06e74cb76a58 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.2.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1720_Basic.exe - InstallerSha256: 971907334E0456C3F4D473A98BFEE6AAEB6A9D62ED6756A1F0C01B0527FACA06 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.2.0 Basic - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.2.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.2.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-08-26 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1720_Basic.exe + InstallerSha256: 971907334E0456C3F4D473A98BFEE6AAEB6A9D62ED6756A1F0C01B0527FACA06 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1720_Basic.exe + InstallerSha256: 971907334E0456C3F4D473A98BFEE6AAEB6A9D62ED6756A1F0C01B0527FACA06 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index ac21b485bf76d..332121f3f56fd 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,51 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.2.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- k-lite -- klite -- klite-basic -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.2.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated LAV Filters to version 0.76.1-25-g24efe' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..aaeeac0a0fbd3 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.2.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 5ad1df6dfb0b2..07f17e792a4cc 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 47cd274e2ff35..4e006d8576ce8 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.2.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-10-17 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1725_Basic.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1725_Basic.exe + InstallerSha256: 3785065D6BA8A07F248ED63DEADBF04F5E35918224D414AFE19F0DE1BFCB0E84 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1725_Basic.exe InstallerSha256: 3785065D6BA8A07F248ED63DEADBF04F5E35918224D414AFE19F0DE1BFCB0E84 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.2.5 Basic - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index d2e2b303b2c04..2c8aba4bb0004 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,51 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.2.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm +LicenseUrl: https://codecguide.com/license_basic.rtf Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: '- Updated LAV Filters to version 0.76.1-30-g2b1ea' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..18d81ed4b9d39 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.2.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.yaml index 520be42415d06..1e7731889ad36 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.2.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.2.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 31462e8052a54..d2e5910eaf702 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.3.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-11-12 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1730_Basic.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1730_Basic.exe + InstallerSha256: D6672DD124BCAD0873117EF5CDEE3B6891099E2C6D16AFFC7FC5149D185CC190 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1730_Basic.exe InstallerSha256: D6672DD124BCAD0873117EF5CDEE3B6891099E2C6D16AFFC7FC5149D185CC190 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.3.0 Basic - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index e51228f3290cd..000c12eadae71 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,53 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.3.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm +LicenseUrl: https://codecguide.com/license_basic.rtf Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: |- + - Updated LAV Filters to version 0.77-1-gfd3c1 + - Updated Icaros to version 3.3.0 rc1 +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5f5b7aecd014a --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.3.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 790258fdc8b76..49502436d340b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 13dc96273faa6..89a151fa0d959 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.3.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-12-15 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1735_Basic.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1735_Basic.exe + InstallerSha256: E441B2261019F5DAD616060BED83FB88237BC3EE09E783E470063211BF647BDC +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1735_Basic.exe InstallerSha256: E441B2261019F5DAD616060BED83FB88237BC3EE09E783E470063211BF647BDC - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.3.0 Basic - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index bf64a970d72e1..4822da5479f80 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,53 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.3.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm +LicenseUrl: https://codecguide.com/license_basic.rtf Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: |- + - Updated LAV Filters to version 0.77.1-1-g6f78a + - Updated Codec Tweak Tool to version 6.6.8 +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dcea09ca17264 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.3.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.yaml index 7e595ef026c63..18c14f28f5067 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.3.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.3.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index c70235b547961..0d37250808f6d 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.4.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-01-11 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1740_Basic.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1740_Basic.exe + InstallerSha256: 59DC6A29978B65032698368A4302590C7EA8ACA5436C4EE9F0BA6E8CA84D05E2 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1740_Basic.exe InstallerSha256: 59DC6A29978B65032698368A4302590C7EA8ACA5436C4EE9F0BA6E8CA84D05E2 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.4.0 Basic - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index fc3b2e873a5c2..dd30429882773 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,34 +1,53 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.4.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: |- + - Updated LAV Filters to version 0.77.1-2-g8637e + - Updated Icaros to version 3.3.0 +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c91f2d86f4550 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.4.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 5808c6cdafb7e..f9b88f524e8e6 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.4.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index ca997eee227bc..673c0657306d5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,26 +1,134 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.5.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.5.0 Basic - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1750_Basic.exe - InstallerSha256: 89A6F808CF837794A22F1DACF948C65699EB04640CDFE54E69BEACBF308E360F -ManifestType: installer -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.5.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-03-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1750_Basic.exe + InstallerSha256: 89A6F808CF837794A22F1DACF948C65699EB04640CDFE54E69BEACBF308E360F +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1750_Basic.exe + InstallerSha256: 89A6F808CF837794A22F1DACF948C65699EB04640CDFE54E69BEACBF308E360F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index d7f531f665e6d..16770d2a3b372 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,39 +1,51 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.5.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- k-lite -- klite -- klite-basic -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.5.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated LAV Filters to version 0.77.1-9-g19e58e' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..76d90b6260f92 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.5.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 02e0c042b0dec..b43ce3c5d7716 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 89612a0c58cd8..d191c05d155b8 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,26 +1,134 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.5.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.5.2 Basic - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1752_Basic.exe - InstallerSha256: CD1EAFEE2FE3CD341607FDB41AE92DFACFA541B09ADC6D8C81B386CD0D1DFBF2 - ProductCode: KLiteCodecPack_is1 -ManifestType: installer -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.5.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-04-08 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1752_Basic.exe + InstallerSha256: CD1EAFEE2FE3CD341607FDB41AE92DFACFA541B09ADC6D8C81B386CD0D1DFBF2 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1752_Basic.exe + InstallerSha256: CD1EAFEE2FE3CD341607FDB41AE92DFACFA541B09ADC6D8C81B386CD0D1DFBF2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 3cc54b6556b2d..ec4739f825cff 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,39 +1,51 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.5.2 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- k-lite -- klite -- klite-basic -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.5.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated LAV Filters to version 0.77.2-2-ge855c' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..43d8dc122e2e1 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.5.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.yaml index d198b9c16b523..9f4888a8b746a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.5.2/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.5.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 7ada283ee2a3d..35fc4a7b1afbf 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.7.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.7.0 Basic - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-08-03 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1770_Basic.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1770_Basic.exe + InstallerSha256: A069062C5776932CD6C6BA9907BAED28A2E0D0492B2779872BF67F55E8332261 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1770_Basic.exe InstallerSha256: A069062C5776932CD6C6BA9907BAED28A2E0D0492B2779872BF67F55E8332261 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 30e382bb59cdb..aeee64144b3e2 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,40 +1,51 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.7.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: '- Updated Codec Tweak Tool to version 6.7.0' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0b6478e96f169 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.7.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 5e8fb53073241..1aecd151a22ea 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index ddf2518e6afb6..c42463960823e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.7.5 -Platform: -- Windows.Desktop -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.7.5 Basic - ProductCode: KLiteCodecPack_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1775_Basic.exe - InstallerSha256: A508F11FBB7FD94E4523F541383E668556F5C9D2CAF3FBC5AF9FAAC56FD4878C -ManifestType: installer -ManifestVersion: 1.5.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.7.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-08-25 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1775_Basic.exe + InstallerSha256: A508F11FBB7FD94E4523F541383E668556F5C9D2CAF3FBC5AF9FAAC56FD4878C +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1775_Basic.exe + InstallerSha256: A508F11FBB7FD94E4523F541383E668556F5C9D2CAF3FBC5AF9FAAC56FD4878C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 45bfdf39bcc53..50797ee17d84e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,40 +1,51 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.7.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Basic -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackbasic -Tags: -- audio -- k-lite -- klite -- klite-basic -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://codecguide.com/faq.htm -ManifestType: defaultLocale -ManifestVersion: 1.5.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.7.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Minor changes' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5b245106cfb6c --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.7.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.yaml index 0ebb6416265aa..1995f37e04074 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.7.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic -PackageVersion: 17.7.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.7.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index dfbb17cef67a2..959eed6b72b98 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.8.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.8.0 Basic - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-09-11 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1780_Basic.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1780_Basic.exe + InstallerSha256: 9E430A8725F2C27A11634736C42C3D8A5153A68C77287043CB195F09789D5651 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1780_Basic.exe InstallerSha256: 9E430A8725F2C27A11634736C42C3D8A5153A68C77287043CB195F09789D5651 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index d6972dac9946f..3117fbc81f1da 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,40 +1,53 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.8.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: |- + - Updated LAV Filters to version 0.77.2-3-ga9b43 + - Updated Icaros to version 3.3.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..65bed2b96d476 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.8.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.yaml index a817c6aa7aaf6..e4b622bd670ba 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 0da1f288ee07e..76330c9b4f1f0 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.8.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.8.5 Basic - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-10-09 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1785_Basic.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1785_Basic.exe + InstallerSha256: 4199BEB5CB443A2A942EEEC59C4B89BB16C07CEEAC43AA69E650B326C015AFD9 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1785_Basic.exe InstallerSha256: 4199BEB5CB443A2A942EEEC59C4B89BB16C07CEEAC43AA69E650B326C015AFD9 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 5b15a95eef229..f57bf524d5790 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,40 +1,51 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.8.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: '- Updated LAV Filters to version 0.77.2-16-g38bed' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..62f866dce6b98 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.8.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.yaml index 55e73d7bd359c..bccf3b90bd68c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.8.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.8.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 74937fb88b5a0..db13f250c4d53 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,25 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.9.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2023-10-29 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.9.0 Basic - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1790_Basic.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1790_Basic.exe + InstallerSha256: 7B0F3A9A4675F4087A691624E585E5D29E544C094EB1746749F380F4741F99CA +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1790_Basic.exe InstallerSha256: 7B0F3A9A4675F4087A691624E585E5D29E544C094EB1746749F380F4741F99CA ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 7951c4b374467..39b2664bb0c54 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,40 +1,51 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.9.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: '- Updated LAV Filters to version 0.78' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5b47f5669e408 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.9.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.yaml index c0ea467bbf3cd..bb4f70c46bbcd 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index bb7824b97c5ba..5591af281737a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.9.4 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.9.4 Basic - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-11-09 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1794_Basic.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1794_Basic.exe + InstallerSha256: DCE60A37E96063B01000BAFC9F2FB0242DFCD401D9C708994F899B5AFB5C04E1 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1794_Basic.exe InstallerSha256: DCE60A37E96063B01000BAFC9F2FB0242DFCD401D9C708994F899B5AFB5C04E1 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index a5a04354c5367..801d4e5d3aee5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,40 +1,51 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.9.4 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: '- Minor changes' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..30190a6d31a37 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 17.9.4 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.yaml index 625943b137124..93d1a483884b3 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/17.9.4/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 17.9.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 04d2320595a61..5afd8b17d9796 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 18.0.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.0 Basic - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-12-13 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1800_Basic.exe InstallerSha256: 956610034113CFDF8D098C1E3B34025BC42F19377308E8E70A6F00786E9C63F8 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1800_Basic.exe + InstallerSha256: 956610034113CFDF8D098C1E3B34025BC42F19377308E8E70A6F00786E9C63F8 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 1972dcf1d2cec..8a4ce80ffa15d 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,40 +1,54 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 18.0.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: |- + - Updated LAV Filters to version 0.78-1-ga1fd7 + - Updated Icaros to version 3.3.2 + - Updated Codec Tweak Tool to version 6.7.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..81c53803ba916 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.0.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 8d2cdbb83ca8f..37df96c390565 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 18.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 356622d4c6323..d5d3012febfb2 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 18.0.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Basic - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-01-15 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1805_Basic.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1805_Basic.exe + InstallerSha256: 9E69C72F671A61DF12A53C6B22184C63CB1FE981BACB728691D1005649132AC9 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1805_Basic.exe InstallerSha256: 9E69C72F671A61DF12A53C6B22184C63CB1FE981BACB728691D1005649132AC9 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 5faea1a2c3bce..300b4618a49a5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,40 +1,51 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 18.0.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: '- Minor changes' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c79b71d2bc4ce --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.0.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.yaml index f9cda88a98ca2..adde5c8b63351 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.0.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 18.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 77a56b5caa4f4..e6faaefd4d18b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,25 +1,134 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 18.1.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-02-28 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Basic - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1815_Basic.exe InstallerSha256: 9EBA61163D4FF3C0CE3E88AA21B15366757A260684D6190A271FC452BA05E7D7 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1815_Basic.exe + InstallerSha256: 9EBA61163D4FF3C0CE3E88AA21B15366757A260684D6190A271FC452BA05E7D7 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index e5104e956feeb..8745fe9a49f2e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic @@ -8,31 +8,42 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: '- Minor changes' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2aaa9e8f4bd69 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.1.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.yaml index 70a6436ad8be6..88941f1e32f73 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.1.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 693e7356e7918..dfa78526b2a08 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,25 +1,134 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 18.2.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-03-11 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Basic - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1820_Basic.exe InstallerSha256: 8B8C756FBF847DF725641B8222E82558E82DDB420CB9195F0D0E2D5259E18678 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1820_Basic.exe + InstallerSha256: 8B8C756FBF847DF725641B8222E82558E82DDB420CB9195F0D0E2D5259E18678 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 8460a460b9b92..86125ea80e540 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic @@ -8,31 +8,42 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: '- Minor changes' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dfcbfdae1a0bc --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.2.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 7e513f314bcfd..dd08f5996fd8c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.2.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 5e2b7321f1ab9..95349839401ce 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 18.3.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Basic - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-06-01 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1835_Basic.exe InstallerSha256: 81710923D1F6213DC0B336493ECE40F83D969790CAA8FDA8AA22B6443D8DB4A1 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1835_Basic.exe + InstallerSha256: 81710923D1F6213DC0B336493ECE40F83D969790CAA8FDA8AA22B6443D8DB4A1 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index c26339010697a..28f0c20939ec9 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic @@ -8,31 +8,42 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: '- Updated LAV Filters to version 0.79.2-5-g28f37' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b43cd06c6a278 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.3.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.yaml index c5f486487d788..12022cef882c2 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.3.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 662c4047cd00c..983820be2b7fa 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,25 +1,134 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 18.4.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-06-11 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Basic - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1840_Basic.exe InstallerSha256: E20A322C6D3886F8D67BE68C9D6995C1A281AC9C18ABB8F5CF61C6691C7EE372 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1840_Basic.exe + InstallerSha256: E20A322C6D3886F8D67BE68C9D6995C1A281AC9C18ABB8F5CF61C6691C7EE372 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index bf226ba0b4ca0..2e91286b7da79 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic @@ -8,31 +8,42 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: '- Updated LAV Filters to version 0.79.2-9-g56aab' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c59f3cb690218 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.4.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.yaml index 1e2be5cccf90a..87ceb7d1ff7a1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml index 939e44babd1a8..7cac0fa077ddf 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -1,25 +1,134 @@ -# Created with komac v2.3.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic PackageVersion: 18.4.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-07-01 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Basic - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1845_Basic.exe InstallerSha256: C627085EC439CABC8E3E6A426B719F8E53121AE7332066098987B10606056682 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1845_Basic.exe + InstallerSha256: C627085EC439CABC8E3E6A426B719F8E53121AE7332066098987B10606056682 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml index 4021d8f367616..9163b4cc8e310 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.3.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic @@ -8,31 +8,45 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Basic PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackbasic Tags: - audio +- codec +- decode - k-lite - klite - klite-basic +- media - mkv - mp4 -- mpeg - multimedia +- music - player - video +ReleaseNotes: |- + - Updated LAV Filters to version 0.79.2-18-ga7212 + - Updated Codec Tweak Tool to version 6.7.3 + - Updated Icaros to version 3.3.3 b1 +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b7f87f58270bc --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.4.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.yaml index e79799c22ae58..6b4ad973fa26f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.3.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.8/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.8/CodecGuide.K-LiteCodecPack.Basic.installer.yaml new file mode 100644 index 0000000000000..91779f5ba31be --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.8/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.4.8 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1848_Basic.exe + InstallerSha256: DEF76F93241DB60D27924EE620B13D401FCBE2F393479D18859AE5E2CD7A82C3 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1848_Basic.exe + InstallerSha256: DEF76F93241DB60D27924EE620B13D401FCBE2F393479D18859AE5E2CD7A82C3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.8/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.8/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml new file mode 100644 index 0000000000000..a2907b84a4454 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.8/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.4.8 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated Icaros to version 3.3.3 b2' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.8/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.8/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2694de62b637b --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.8/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.4.8 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.8/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.8/CodecGuide.K-LiteCodecPack.Basic.yaml new file mode 100644 index 0000000000000..b0c799ad0bcec --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.4.8/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.4.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml new file mode 100644 index 0000000000000..60626dec308a3 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.5.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1850_Basic.exe + InstallerSha256: A54C117CCDE335513ACDE890A885FA8FD2070DA1906356929E0162E5F9974465 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1850_Basic.exe + InstallerSha256: A54C117CCDE335513ACDE890A885FA8FD2070DA1906356929E0162E5F9974465 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml new file mode 100644 index 0000000000000..55cd54531bad5 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.5.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +# - madvr +- media +- mkv +- mp4 +# - mpc +# - mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: '- Minor changes' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..20a402fbc05e8 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.5.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +# - madvr +- mkv +- mp4 +# - mpc +# - mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.0/CodecGuide.K-LiteCodecPack.Basic.yaml new file mode 100644 index 0000000000000..50c298f1bc9fc --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.0/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml new file mode 100644 index 0000000000000..d6d8e35fd9c53 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.5/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.5.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1855_Basic.exe + InstallerSha256: 6794454447565112887A01AF023DBF589F7CC3577708DD3BF0902F77D2B3E738 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1855_Basic.exe + InstallerSha256: 6794454447565112887A01AF023DBF589F7CC3577708DD3BF0902F77D2B3E738 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml new file mode 100644 index 0000000000000..020bcd3b2b95e --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.5/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.5.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ceefb870c3b50 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.5/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.5.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.5/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.5/CodecGuide.K-LiteCodecPack.Basic.yaml new file mode 100644 index 0000000000000..6e462e4dc1715 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.5.5/CodecGuide.K-LiteCodecPack.Basic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.5.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 509380a3e0c0e..94f1efdf9578d 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,13 +1,134 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.2.0 -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1620_Full.exe - InstallerSha256: C80408E048721324A5AB69A48AE8D35BC0B800DFDB229E64ED5C05EE91E7188A -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.2.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-05-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1620_Full.exe + InstallerSha256: C80408E048721324A5AB69A48AE8D35BC0B800DFDB229E64ED5C05EE91E7188A +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1620_Full.exe + InstallerSha256: C80408E048721324A5AB69A48AE8D35BC0B800DFDB229E64ED5C05EE91E7188A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 9b99443b704d9..5a52ae4db9e6b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,13 +1,58 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.2.0 -PackageLocale: en-US -Publisher: Codec Guide -PackageName: K-Lite Codec Pack Full -License: Copyright 2004-2020, Codec Guide. All rights reserved. -ShortDescription: CodecGuide.K-LiteCodecPack.Full -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.2.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.11.49 + - Updated MPC Video Renderer to version 0.5.3.1708 + - Updated Codec Tweak Tool to version 6.5.2 + - Updated Icaros to version 3.2.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b5150f4a47682 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.2.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.yaml index fe7ad01f4647c..eb1ff1ae1a363 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml index c3bd3f46495df..1233023921f3a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,13 +1,134 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.2.5 -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1625_Full.exe - InstallerSha256: 3029149F778F8C58649F5FCF7DEA3B081CB44EBEB0A41A1651D0CD11B0D9296B -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.2.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-06-10 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1625_Full.exe + InstallerSha256: 3029149F778F8C58649F5FCF7DEA3B081CB44EBEB0A41A1651D0CD11B0D9296B +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1625_Full.exe + InstallerSha256: 3029149F778F8C58649F5FCF7DEA3B081CB44EBEB0A41A1651D0CD11B0D9296B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 1050bcb7e9f20..86ed99e142a8b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,28 +1,54 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.2.5 -PackageLocale: en-US -Publisher: KLCP -PackageName: K-Lite Codec Pack 16.2.5 Full -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- klite -- "k-lite" -- klite full -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.2.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated MPC-HC to version 1.9.13.14' +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4c0081e3c890d --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.2.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.yaml index 27712c5c1dc46..21c6a73ef8cf1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.2.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.2.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index ed2b67b643e79..f2380caae7c9a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,14 +1,134 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.3.0 -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1630_Full.exe - InstallerSha256: ED87DE4A38350F2FA052DC1872EA15F736FC6CB8FE9FBCDAE8D79348E11385E9 -ManifestType: installer -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.3.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-06-23 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1630_Full.exe + InstallerSha256: ED87DE4A38350F2FA052DC1872EA15F736FC6CB8FE9FBCDAE8D79348E11385E9 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1630_Full.exe + InstallerSha256: ED87DE4A38350F2FA052DC1872EA15F736FC6CB8FE9FBCDAE8D79348E11385E9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 723d6379e37a2..375c39468c9e5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,29 +1,58 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.3.0 -PackageLocale: en-US -Publisher: KLCP -PackageName: K-Lite Codec Pack 16.3.0 Full -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- klite -- k-lite -- klite full -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.3.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.13.29 + - Updated LAV Filters to version 0.75.1-0-gc0e87 + - Updated MPC Video Renderer to version 0.5.5.1724 + - Updated Codec Tweak Tool to version 6.5.3 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4aa097baee3b8 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.3.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.yaml index ff765de5c935c..c1bc1a2a9aa95 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,10 +1,8 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 70ec47e887bd2..e3916b8b65c0e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,23 +1,134 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.3.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1635_Full.exe - InstallerSha256: BE61A70506FC52F0C47E0F440D68E965B96A01A33BF651D4DC2E641CF263E952 - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.3.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-07-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1635_Full.exe + InstallerSha256: BE61A70506FC52F0C47E0F440D68E965B96A01A33BF651D4DC2E641CF263E952 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1635_Full.exe + InstallerSha256: BE61A70506FC52F0C47E0F440D68E965B96A01A33BF651D4DC2E641CF263E952 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index a76d22f41fab5..54eb758b82f50 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,56 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.3.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack 16.3.5 Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- klite -- k-lite -- klite full -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.3.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.14.18 + - Updated MPC Video Renderer to version 0.5.5.1733 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8c3994bb679c2 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.3.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.yaml index b31d304dc50eb..2583178c23d16 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.3.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.3.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 10442c64f8be9..81274d5d601a5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.4.6 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1646_Full.exe - InstallerSha256: A745CFE0F0327E87BA0A33B1AA89065DE69A40671B409E64FF173FC5D1642FDB - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.4.6 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-09-17 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1646_Full.exe + InstallerSha256: A745CFE0F0327E87BA0A33B1AA89065DE69A40671B409E64FF173FC5D1642FDB +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1646_Full.exe + InstallerSha256: A745CFE0F0327E87BA0A33B1AA89065DE69A40671B409E64FF173FC5D1642FDB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 0e6158d528230..7534896f0a1f5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,35 +1,58 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.4.6 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- klite -- k-lite -- klite full -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.4.6 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.15.79 + - Updated LAV Filters to version 0.75.1-4-gfaff6 + - Updated MPC Video Renderer to version 0.5.5.1761 + - Updated MediaInfo Lite to version 21.09 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0fec688312c1b --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.4.6 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.yaml index 3846b4f98bf56..b0e0615a78ac5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.4.6/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,10 +1,8 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.4.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.4.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index bf2744423f806..490aa01eee9c0 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,23 +1,134 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.5.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1650_Full.exe - InstallerSha256: 7D990FE27813001CAC6A2866B7D3265DCA5613967DFE082CFF241BCAA779D56D - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.5.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-10-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1650_Full.exe + InstallerSha256: 7D990FE27813001CAC6A2866B7D3265DCA5613967DFE082CFF241BCAA779D56D +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1650_Full.exe + InstallerSha256: 7D990FE27813001CAC6A2866B7D3265DCA5613967DFE082CFF241BCAA779D56D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index af9a19628c76d..ece5ce62ab4e2 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.5.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- klite -- k-lite -- klite full -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.5.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.16.46 + - Updated LAV Filters to version 0.75.1-9-gde277 + - Updated MPC Video Renderer to version 0.5.5.1767 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..edd91a8f9a976 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.5.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.yaml index 3a6cc04f819f8..96136b9403986 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.installer.yaml index f6ba5f730a6d9..5a57163445d1e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,23 +1,133 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.5.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1652_Full.exe - InstallerSha256: D5B01C8559E3085106C2B2F1C9C7C95A5393D0CABB75E9AEE1D97143D1CBF08F - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.5.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1652_Full.exe + InstallerSha256: D5B01C8559E3085106C2B2F1C9C7C95A5393D0CABB75E9AEE1D97143D1CBF08F +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1652_Full.exe + InstallerSha256: D5B01C8559E3085106C2B2F1C9C7C95A5393D0CABB75E9AEE1D97143D1CBF08F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 80d9fe05252e1..5e6a761401175 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,54 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.5.2 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- klite -- k-lite -- klite full -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.5.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a828979a043d2 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.5.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.yaml index f138e9cc8d2c5..6d782acfce1b3 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.2/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.5.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 8404c4b97bcc6..3004f779c9822 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,21 +1,134 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.5.3 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1653_Full.exe - InstallerSha256: 6AE1C63E1CEFE81E57DB2BAA80295D5E14AA8BA85A9970E9931A7B1F3EA22801 -ManifestType: installer -ManifestVersion: 1.0.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.5.3 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-11-05 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1653_Full.exe + InstallerSha256: 6AE1C63E1CEFE81E57DB2BAA80295D5E14AA8BA85A9970E9931A7B1F3EA22801 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1653_Full.exe + InstallerSha256: 6AE1C63E1CEFE81E57DB2BAA80295D5E14AA8BA85A9970E9931A7B1F3EA22801 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index e4f9b55af7dda..3dfb0a81e33f9 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,33 +1,56 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.5.3 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- klite -- k-lite -- klite-full -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.5.3 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.16.63 + - Updated MPC Video Renderer to version 0.5.5.1781 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f6afeb79615c8 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.5.3 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.yaml index 68617d5b25c13..4748e3c2fa3e9 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.5.3/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.5.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.5.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index df7f36adda1cd..c92cf26eb9444 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.6.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1660_Full.exe - InstallerSha256: 4B9D4E1979BB1769465D443DB976FE11F46A1097324736AD91DAB5E326BD9B3F -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.6.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-12-02 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1660_Full.exe + InstallerSha256: 4B9D4E1979BB1769465D443DB976FE11F46A1097324736AD91DAB5E326BD9B3F +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1660_Full.exe + InstallerSha256: 4B9D4E1979BB1769465D443DB976FE11F46A1097324736AD91DAB5E326BD9B3F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index d8ad058be5755..8ac2e1858e107 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,58 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.6.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- klite -- k-lite -- klite-full -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.6.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.17.21 + - Updated LAV Filters to version 0.75.1-12-g75776 + - Updated MPC Video Renderer to version 0.5.5.1801 + - Updated Codec Tweak Tool to version 6.5.5 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..64fe6bdec554b --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.6.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.yaml index a58b81379f49a..43f252174d0ff 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 34bec491792df..a3947f39a4ff7 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.6.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1662_Full.exe - InstallerSha256: AEED1EDE16F3B403B93963960BEFD2A3E536E2BA73F0D057B53ED1AEFF0EFCE8 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.6.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-12-04 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1662_Full.exe + InstallerSha256: AEED1EDE16F3B403B93963960BEFD2A3E536E2BA73F0D057B53ED1AEFF0EFCE8 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1662_Full.exe + InstallerSha256: AEED1EDE16F3B403B93963960BEFD2A3E536E2BA73F0D057B53ED1AEFF0EFCE8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index dd33a2d2e11cf..f34b234ba9ea9 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,56 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.6.2 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- klite -- k-lite -- klite-full -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.6.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.17.24 + - Updated LAV Filters to version 0.75.1-17-g8d177 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4ad82b3cb1d8c --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.6.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.yaml index 6fb2243b5b9c6..fae06ed0a9a6c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.2/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.6.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 700dc7762e67f..1fbb69f9c9c46 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.6.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1665_Full.exe - InstallerSha256: 2EDE78DD93091CA51F6931F2B27E03441E137F5CD5CDB5A957445496159A2B60 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.6.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-12-14 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1665_Full.exe + InstallerSha256: 2EDE78DD93091CA51F6931F2B27E03441E137F5CD5CDB5A957445496159A2B60 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1665_Full.exe + InstallerSha256: 2EDE78DD93091CA51F6931F2B27E03441E137F5CD5CDB5A957445496159A2B60 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index d0611529c766c..e9ae00b764b35 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.6.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- klite -- k-lite -- klite-full -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.6.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.18.0 + - Updated LAV Filters to version 0.75.1-19-g80347 + - Updated MPC Video Renderer to version 0.5.5.1802 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0c1151520bc6e --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.6.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.yaml index 2a314e0aac7fe..3677cc89000b0 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.6.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.6.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.6.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index dc4d8f30c6b01..c5f1a975854f9 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.7.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1670_Full.exe - InstallerSha256: BCBA51F9C216489585BFBAB8E36BAC2BF041460179FFADE49A2D5A83AB73CC95 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.7.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-01-03 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1670_Full.exe + InstallerSha256: BCBA51F9C216489585BFBAB8E36BAC2BF041460179FFADE49A2D5A83AB73CC95 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1670_Full.exe + InstallerSha256: BCBA51F9C216489585BFBAB8E36BAC2BF041460179FFADE49A2D5A83AB73CC95 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 40ce0a8f3d205..ea6c52bfb9db5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.7.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- klite -- k-lite -- klite-full -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.7.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.18.35 + - Updated LAV Filters to version 0.75.1-28-g56705 + - Updated MPC Video Renderer to version 0.5.7.1811 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9b2ceca30fbcd --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.7.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.yaml index 2a9b4222d3725..efb01e1a5952e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.7.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index a2a1dcd307d0a..aac73243434c1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.8.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1680_Full.exe - InstallerSha256: 2BC9F2304DF82E9AFEBF6A6B41E8FF9458E8E8F7B2A3CDF19CCDF90E09A0774F -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.8.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-01-30 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1680_Full.exe + InstallerSha256: 2BC9F2304DF82E9AFEBF6A6B41E8FF9458E8E8F7B2A3CDF19CCDF90E09A0774F +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1680_Full.exe + InstallerSha256: 2BC9F2304DF82E9AFEBF6A6B41E8FF9458E8E8F7B2A3CDF19CCDF90E09A0774F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index a5acaac4f18b0..43d31ebf36950 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.8.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- klite -- k-lite -- klite-full -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.8.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.19.0 + - Updated LAV Filters to version 0.76-2-g642bf + - Windows Vista is not longer supported +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a787cca86eb19 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.8.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.yaml index 24c6ce7572654..d86728fd6b773 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.8.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 7777abcaba86f..8f769b71b0159 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.8.7 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1687_Full.exe - InstallerSha256: 2E648A4A859FCCBEAAD4BD7F6F69D4C4E806713F48AAAB6F04440907086C7296 -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.8.7 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-03-02 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1687_Full.exe + InstallerSha256: 2E648A4A859FCCBEAAD4BD7F6F69D4C4E806713F48AAAB6F04440907086C7296 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1687_Full.exe + InstallerSha256: 2E648A4A859FCCBEAAD4BD7F6F69D4C4E806713F48AAAB6F04440907086C7296 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 874b0987b8269..8f09bb956730e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.8.7 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- klite -- k-lite -- klite-full -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.8.7 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.19.42 + - Updated LAV Filters to version 0.76.1-0-gf4f2f + - Updated Codec Tweak Tool to version 6.6.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6e820b3f886b0 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.8.7 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.yaml index d1390cac4dd50..3670fd723f220 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.8.7/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.8.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.8.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index a4823ea6beecc..5e9f8191e9cf0 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,26 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.1 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.9.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1690_Full.exe - InstallerSha256: 835879EBD0EBCE3C997877A8C6B04579DA1B40F43C4967E93A1939F8F92D3D4D - AppsAndFeaturesEntries: - - Publisher: KLCP - DisplayName: K-Lite Codec Pack 16.9.0 Full - InstallerType: inno - ProductCode: KLiteCodecPack_is1 -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.9.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-03-16 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1690_Full.exe + InstallerSha256: 835879EBD0EBCE3C997877A8C6B04579DA1B40F43C4967E93A1939F8F92D3D4D +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1690_Full.exe + InstallerSha256: 835879EBD0EBCE3C997877A8C6B04579DA1B40F43C4967E93A1939F8F92D3D4D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 5f56c63c65736..e926b4b9fb3d8 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,40 +1,56 @@ -# Created with YamlCreate.ps1 v2.1.1 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.9.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- audio -- k-lite -- klite -- klite-full -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.9.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.20.0 + - Updated MPC Video Renderer to version 0.5.7.1829 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..123e1ec1e1aed --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.9.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.yaml index 7857e4f52dde5..fab7af3feca53 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.1 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.9.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml index e5c4308108fcd..599e9bb15b6ed 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.9.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1695_Full.exe - InstallerSha256: 100DC3BE5F5D35DCB482D28DF19AD6067C55EB40B03879AD4874C04CF8A4BF56 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 16.9.5 Full - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.9.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-04-01 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1695_Full.exe + InstallerSha256: 100DC3BE5F5D35DCB482D28DF19AD6067C55EB40B03879AD4874C04CF8A4BF56 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1695_Full.exe + InstallerSha256: 100DC3BE5F5D35DCB482D28DF19AD6067C55EB40B03879AD4874C04CF8A4BF56 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 44bf4e826d8ff..a37308f900586 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,41 +1,58 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.9.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- audio -- k-lite -- klite -- klite-full -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.9.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.20.30 + - Updated MPC Video Renderer to version 0.5.7.1832 + - Updated MediaInfo Lite to version 22.03 + - Updated Codec Tweak Tool to version 6.6.2 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f9f34ce743ace --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.9.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.yaml index 601b3edbf9975..8a20f6a691d2e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.9.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.installer.yaml index f520466ae93ae..f5e343d42f8c1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.9.8 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1698_Full.exe - InstallerSha256: 48191463326D5D323B37DD928EEFCE8A573582C65B5A57A1C76CCB62B04B9828 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 16.9.8 Full - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.9.8 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-04-15 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1698_Full.exe + InstallerSha256: 48191463326D5D323B37DD928EEFCE8A573582C65B5A57A1C76CCB62B04B9828 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1698_Full.exe + InstallerSha256: 48191463326D5D323B37DD928EEFCE8A573582C65B5A57A1C76CCB62B04B9828 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index d9c2da13ef48b..e917c8197cfff 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,41 +1,58 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.9.8 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- audio -- k-lite -- klite -- klite-full -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.9.8 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.21.2 + - Updated MPC Video Renderer to version 0.5.7.1856 + - Updated Codec Tweak Tool to version 6.6.3 + - Removed XySubFilter. This was not used by default. Using it was also not recommended. Still included in MEGA. +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1a4c8a10fc3c7 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.9.8 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.yaml index 7696851107ccb..7baa103141b3d 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/16.9.8/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 16.9.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 16.9.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index bb84339e5dacf..137eca30c4fcc 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.0.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1700_Full.exe - InstallerSha256: 0F82CE39C09AA8051FA068A9517B6BF69A0C4A41E67E96CCBE6179E2EA3D4AF7 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.0.0 Full - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-05-12 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1700_Full.exe + InstallerSha256: 0F82CE39C09AA8051FA068A9517B6BF69A0C4A41E67E96CCBE6179E2EA3D4AF7 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1700_Full.exe + InstallerSha256: 0F82CE39C09AA8051FA068A9517B6BF69A0C4A41E67E96CCBE6179E2EA3D4AF7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index d4d446a6ed4c0..44ff4daa31ef5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,41 +1,59 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.0.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- audio -- k-lite -- klite -- klite-full -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.0.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.21.24 + - Updated LAV Filters to version 0.76.1-3-ga6b20 + - Updated MPC Video Renderer to version 0.5.7.1858 + - Updated Codec Tweak Tool to version 6.6.5 + - Removed DC-Bass Source. It is still included in MEGA for those who need to play the extremely rare OptimFrog or Tracker audio formats. +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d0f3d15ccd75a --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.0.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.yaml index d57cc93fd0254..a9ce43611c8f4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 7783d8503c40f..d4c840d79c9eb 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.0.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1705_Full.exe - InstallerSha256: EDC87A04782F60D23E8F67370E5CB380C5B156BCE8ACABE6DD682FB3DC5C4EAE - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.0.5 Full - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.0.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-06-14 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1705_Full.exe + InstallerSha256: EDC87A04782F60D23E8F67370E5CB380C5B156BCE8ACABE6DD682FB3DC5C4EAE +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1705_Full.exe + InstallerSha256: EDC87A04782F60D23E8F67370E5CB380C5B156BCE8ACABE6DD682FB3DC5C4EAE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index cd36bbefa08ba..01de39229e598 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,41 +1,57 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.0.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- audio -- k-lite -- klite -- klite-full -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.0.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.21.40 + - Updated Codec Tweak Tool to version 6.6.7 + - Updated Icaros to version 3.3.0 b2 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..84486847b91ca --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.0.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.yaml index 125f39491d45c..c0768052c3010 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.0.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.0.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index f4597f2aab338..d172cc45efe2a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.1.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1710_Full.exe - InstallerSha256: 0FE31BB873E356FCB82A4DB7D0F4DFAE80639FE601685C986B94F2E92BA905C1 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.1.0 Full - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.1.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-06-26 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1710_Full.exe + InstallerSha256: 0FE31BB873E356FCB82A4DB7D0F4DFAE80639FE601685C986B94F2E92BA905C1 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1710_Full.exe + InstallerSha256: 0FE31BB873E356FCB82A4DB7D0F4DFAE80639FE601685C986B94F2E92BA905C1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 8df2e93bbc007..9275bca700a96 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,58 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.1.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- audio -- k-lite -- klite -- klite-full -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.1.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.22.0 + - Updated MPC Video Renderer to version 0.6.0.1912 + - Updated MediaInfo Lite to version 22.06 + - Updated Icaros to version 3.3.0 b3 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8ce0c5244370f --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.1.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.yaml index 92ae5c9898d8f..c552451d8fca4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml index e9ece4510e045..f4d2925e2c156 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.1.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1715_Full.exe - InstallerSha256: B825E05ACB2BED3E0C8D9F10FA1C3F9E9B3A120367CB906CFBC4999E0DBE35A2 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.1.5 Full - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.1.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1715_Full.exe + InstallerSha256: B825E05ACB2BED3E0C8D9F10FA1C3F9E9B3A120367CB906CFBC4999E0DBE35A2 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1715_Full.exe + InstallerSha256: B825E05ACB2BED3E0C8D9F10FA1C3F9E9B3A120367CB906CFBC4999E0DBE35A2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index e973280d9f4ee..2793c56b99661 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.1.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- audio -- k-lite -- klite -- klite-full -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.1.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.22.26 + - Updated LAV Filters to version 0.76.1-9-g780b6 + - Updated MPC Video Renderer to version 0.6.2.1932 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7ad31a1c4f77f --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.1.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.yaml index 12575bdbcc6ea..96b78fc37c9eb 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.1.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.1.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 5ce7be6c5ca0e..d6aeb66d5ddd9 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.2.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1720_Full.exe - InstallerSha256: 4BBCBAA51213BE5D18BA8F18174736664033C0888ECD0204CD916C0B59711DD8 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.2.0 Full - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.2.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.2.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-08-26 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1720_Full.exe + InstallerSha256: 4BBCBAA51213BE5D18BA8F18174736664033C0888ECD0204CD916C0B59711DD8 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1720_Full.exe + InstallerSha256: 4BBCBAA51213BE5D18BA8F18174736664033C0888ECD0204CD916C0B59711DD8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 8ad5ecc969b1d..e4e0e9f20dddb 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.2.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- audio -- k-lite -- klite -- klite-full -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.2.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.23.0 + - Updated LAV Filters to version 0.76.1-25-g24efe + - Updated MPC Video Renderer to version 0.6.3.1956 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9b341091fc727 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.2.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.yaml index 0abc8a48ed0c1..fb6090f1f70f4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 05a07ecc0bfdd..797c3dbadfa0d 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.2.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-10-17 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1725_Full.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1725_Full.exe + InstallerSha256: E7244845A5557B7C67F7F5CCE7A286D28CAF0603EEC63377F4ED5E5FB15E6309 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1725_Full.exe InstallerSha256: E7244845A5557B7C67F7F5CCE7A286D28CAF0603EEC63377F4ED5E5FB15E6309 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.2.5 Full - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index d8b442ab6552a..6b9345a27c99f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,58 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.2.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm +LicenseUrl: https://codecguide.com/license_full.rtf Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.23.10 + - Updated LAV Filters to version 0.76.1-30-g2b1ea + - Updated MPC Video Renderer to version 0.6.4.1962 + - Updated MediaInfo Lite to version 22.09 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c954e5ff6019a --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.2.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.yaml index 0b2cdb628bf51..0d4e664e3b008 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.2.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.2.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 32cbbfbe32363..5354383018083 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.3.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-11-12 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1730_Full.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1730_Full.exe + InstallerSha256: 7DE6EAD659BA92206DA418DA58087C7B097E4606F42FCD95DE0F1EC4A959149F +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1730_Full.exe InstallerSha256: 7DE6EAD659BA92206DA418DA58087C7B097E4606F42FCD95DE0F1EC4A959149F - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.3.0 Full - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 18fd08391bb50..2ddb5c651c15e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,58 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.3.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm +LicenseUrl: https://codecguide.com/license_full.rtf Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.24.0 + - Updated LAV Filters to version 0.77-1-gfd3c1 + - Updated MPC Video Renderer to version 0.6.4.1963 + - Updated Icaros to version 3.3.0 rc1 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0a891e76f05a4 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.3.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.yaml index 6bb72e1b5a6be..9939293999e70 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 4c8c364aec722..79d83da6a2c91 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.3.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-12-15 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1735_Full.exe - InstallerSha256: 413dc739b6ef5187178014eea2cdc438ab8f23a4f9a3d66de7499af8137338d6 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.3.0 Full - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1735_Full.exe + InstallerSha256: 413DC739B6EF5187178014EEA2CDC438AB8F23A4F9A3D66DE7499AF8137338D6 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1735_Full.exe + InstallerSha256: 413DC739B6EF5187178014EEA2CDC438AB8F23A4F9A3D66DE7499AF8137338D6 ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 637d25a5669df..c9b462071a5af 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.3.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm +LicenseUrl: https://codecguide.com/license_full.rtf Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.24.38 + - Updated LAV Filters to version 0.77.1-1-g6f78a + - Updated Codec Tweak Tool to version 6.6.8 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3b184b077eea8 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.3.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.yaml index 6a4e066f00c60..7388d889f893b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.3.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.3.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index c5a22675829ab..8b991eafe6ebc 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.4.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-01-11 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1740_Full.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1740_Full.exe + InstallerSha256: 876D4104F72B223A4E8B74BB2B4A4C0BA6D8B66D78A7CDBAEE007F9AC82BEB16 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1740_Full.exe InstallerSha256: 876D4104F72B223A4E8B74BB2B4A4C0BA6D8B66D78A7CDBAEE007F9AC82BEB16 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.4.0 Full - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index bfe8e5b6f6de9..951dfd9058b4a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,34 +1,58 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.4.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.0 + - Updated LAV Filters to version 0.77.1-2-g8637e + - Updated MediaInfo Lite to version 22.12 + - Updated Icaros to version 3.3.0 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f89286874866e --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.4.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.yaml index f4d58710a43b3..3003f65be2a4e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.4.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 824a9412d43d5..2fc1ffc574e0c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,26 +1,134 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.5.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.5.0 Full - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1750_Full.exe - InstallerSha256: 55B187669C20661D87FAFD1ACC27CC2C2FD824212E887ADA13A4ED50AC37D217 - ProductCode: KLiteCodecPack_is1 -ManifestType: installer -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.5.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-03-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1750_Full.exe + InstallerSha256: 55B187669C20661D87FAFD1ACC27CC2C2FD824212E887ADA13A4ED50AC37D217 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1750_Full.exe + InstallerSha256: 55B187669C20661D87FAFD1ACC27CC2C2FD824212E887ADA13A4ED50AC37D217 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 55566dd8647d5..b382d182a0ee5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,39 +1,57 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.5.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- audio -- k-lite -- klite -- klite-full -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.5.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.28 + - Updated LAV Filters to version 0.77.1-9-g19e58e + - Updated MPC Video Renderer to version 0.6.6.2005 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..422c8246f2db9 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.5.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.yaml index cc25ce8b08e6f..80a531ddd70a7 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.installer.yaml index f7b6332179f9a..5adb7772301bb 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,26 +1,134 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.5.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.5.2 Full - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1752_Full.exe - InstallerSha256: 1B1F1EBE70CB04CAFA986F455802217B2A1B39212850CA7ED829CD7BE69D31B1 - ProductCode: KLiteCodecPack_is1 -ManifestType: installer -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.5.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-04-08 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1752_Full.exe + InstallerSha256: 1B1F1EBE70CB04CAFA986F455802217B2A1B39212850CA7ED829CD7BE69D31B1 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1752_Full.exe + InstallerSha256: 1B1F1EBE70CB04CAFA986F455802217B2A1B39212850CA7ED829CD7BE69D31B1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 3b389d97f83c5..68614bc11f766 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,39 +1,58 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.5.2 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- audio -- k-lite -- klite -- klite-full -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.5.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.30 + - Updated LAV Filters to version 0.77.2-2-ge855c + - Updated MPC Video Renderer to version 0.6.8.2015 + - Updated MediaInfo Lite to version 23.03 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e39116ce35b4b --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.5.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.yaml index 916ae9898db6d..b7c19ee1fb1d1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.5.2/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.5.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 82b262ecd73e0..7356a12c30617 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.7.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.7.0 Full - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-08-03 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1770_Full.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1770_Full.exe + InstallerSha256: E5E1FBBD50FB61058194311F08E535B3FD0D0F02942F12512225693722952620 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1770_Full.exe InstallerSha256: E5E1FBBD50FB61058194311F08E535B3FD0D0F02942F12512225693722952620 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index b62aeb2606185..ee01ea8c4f0f1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,40 +1,60 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.7.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.122 + - Updated MPC Video Renderer to version 0.6.8.2103 + - Updated MediaInfo Lite to version 23.07 + - Updated Codec Tweak Tool to version 6.7.0 + - MPC Video Renderer now supports Dolby Vision (profiles 5/8.1/8.4 only) + - MPC-HC internal subtitle renderer now has option to use libass +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..629318b8b5d97 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.7.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.yaml index b2e2744f2f206..15a0636fa1c48 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 17871f43f27a7..875128e5e622e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.7.5 -Platform: -- Windows.Desktop -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.7.5 Full - ProductCode: KLiteCodecPack_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1775_Full.exe - InstallerSha256: 28969B67A9C3417E053509604F4E25AF9A2C1A0AA3FA715592CBFC3516867DE9 -ManifestType: installer -ManifestVersion: 1.5.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.7.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-08-25 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1775_Full.exe + InstallerSha256: 28969B67A9C3417E053509604F4E25AF9A2C1A0AA3FA715592CBFC3516867DE9 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1775_Full.exe + InstallerSha256: 28969B67A9C3417E053509604F4E25AF9A2C1A0AA3FA715592CBFC3516867DE9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index cfc2a24ebd9c7..759d720e7e661 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,40 +1,56 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.7.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Full -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackfull -Tags: -- audio -- k-lite -- klite -- klite-full -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://codecguide.com/faq.htm -ManifestType: defaultLocale -ManifestVersion: 1.5.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.7.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.132 + - Updated MPC Video Renderer to version 0.7.0.2131 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..64664e81b1a84 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.7.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.yaml index 469fd7c6e9b26..2581b6bd7e1cf 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.7.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Full -PackageVersion: 17.7.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.7.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 997bfadce72c0..2e2019cc7e0b8 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.8.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.8.0 Full - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-09-11 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1780_Full.exe InstallerSha256: 841B8D80C67C0510F0789CC99250AC034F59E3D49B6737781F0396E690E89C66 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1780_Full.exe + InstallerSha256: 841B8D80C67C0510F0789CC99250AC034F59E3D49B6737781F0396E690E89C66 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index ca990e88a774f..aa93398ff3b24 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,40 +1,58 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.8.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.133 + - Updated LAV Filters to version 0.77.2-3-ga9b43 + - Updated MPC Video Renderer to version 0.7.0.2135 + - Updated Icaros to version 3.3.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ab2d64ad7f412 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.8.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.yaml index bee21d8d8bb19..7925c7c90c26b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml index ccd920d197196..1a88633ba9820 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,25 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.8.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2023-10-09 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.8.5 Full - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1785_Full.exe InstallerSha256: 1958E3649C6A5C9D28BD539400324DCA5302472B34A7D7FD1EA342F52AC668A4 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1785_Full.exe + InstallerSha256: 1958E3649C6A5C9D28BD539400324DCA5302472B34A7D7FD1EA342F52AC668A4 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index d6e39fd093666..fdbedb79e3e9b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,40 +1,58 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.8.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.144 + - Updated LAV Filters to version 0.77.2-16-g38bed + - Updated MPC Video Renderer to version 0.7.0.2143 + - Updated MediaInfo Lite to version 23.10 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7187f150610d5 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.8.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.yaml index 48d8554003c50..27b69b8ede0fc 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.8.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.8.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 20e86e6fbbacf..1968b92c1efe3 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,25 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.9.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2023-10-29 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.9.0 Full - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1790_Full.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1790_Full.exe + InstallerSha256: DA2E5F628CA241ADC350754DAA94BBA37F1B1C2E99A296F79F4B8C476F43D26B +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1790_Full.exe InstallerSha256: DA2E5F628CA241ADC350754DAA94BBA37F1B1C2E99A296F79F4B8C476F43D26B ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 21f7c8892ef50..f19bc55c5443d 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,40 +1,57 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.9.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.0.0 + - Updated LAV Filters to version 0.78 + - Updated MPC Video Renderer to version 0.7.0.2148 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..55f121532cabf --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.9.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.yaml index 71b5f92ba5e33..fcca569e3a753 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 14981fbf634ac..642af9aa55f61 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.9.4 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.9.0 Full - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-11-09 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1794_Full.exe InstallerSha256: AC2044DE404389FE8864AA1692323248E9262E0515AFC15BF6B3B5993BDF0948 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1794_Full.exe + InstallerSha256: AC2044DE404389FE8864AA1692323248E9262E0515AFC15BF6B3B5993BDF0948 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index d7e0f9c3bfca1..52d308c3b0ad6 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,40 +1,56 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.9.4 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.2.0 + - Updated MPC Video Renderer to version 0.7.0.2152 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3b63dc57d96af --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 17.9.4 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.yaml index cfeb360dc0dcb..33bc8a8c9662b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/17.9.4/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 17.9.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 34264590ea3fd..23e6b78b1bab4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.0.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.0 Full - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-12-13 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1800_Full.exe InstallerSha256: F71828D7B7FA4F6652879CB2DF1423B56E895461B1159258F3EE9037E529612C +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1800_Full.exe + InstallerSha256: F71828D7B7FA4F6652879CB2DF1423B56E895461B1159258F3EE9037E529612C ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 926d85df2ebf0..c20206c199082 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,40 +1,61 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.0.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.3.0 + - Updated LAV Filters to version 0.78-1-ga1fd7 + - Updated MPC Video Renderer to version 0.7.0.2160 + - Updated MediaInfo Lite to version 23.11 + - Updated Icaros to version 3.3.2 + - Updated Codec Tweak Tool to version 6.7.1 + - Added libass option for MPC-HC +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8bf0a5e85c2b8 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.0.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.yaml index 76bc51c73ad14..ba7c38c851c70 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 7e80338c7fb53..6a1f64fdaaf80 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.0.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Full - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-01-15 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1805_Full.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1805_Full.exe + InstallerSha256: 0E2F1B2D4737E18ED04D0E1C765F8240C6627D4F59FA9FB7E2A4E86F75C7D7FF +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1805_Full.exe InstallerSha256: 0E2F1B2D4737E18ED04D0E1C765F8240C6627D4F59FA9FB7E2A4E86F75C7D7FF ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 0657b7af15698..3a4dd8f215ae1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,40 +1,56 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.0.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.4.0 + - Updated MPC Video Renderer to version 0.7.1.2172 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a42add07674ed --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.0.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.yaml index 3fdac0e0f0748..fc71cddb4d81c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.0.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index aad9e5e192dc3..baed5ed80024c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.1.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Full - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-02-15 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1810_Full.exe InstallerSha256: ADC8F4E96C824CAFA6BAB9C8E320D285F01994B83E341FAAD8CA6B23F32A0D77 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1810_Full.exe + InstallerSha256: ADC8F4E96C824CAFA6BAB9C8E320D285F01994B83E341FAAD8CA6B23F32A0D77 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index c805e00aeb225..af12e7f879eea 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,40 +1,58 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.1.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.5.0 + - Updated LAV Filters to version 0.78-3-g58474 + - Updated MPC Video Renderer to version 0.7.2.2195 + - Updated MediaInfo Lite to version 24.01 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0fd2a89146d0f --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.1.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.yaml index 4af6975610365..233266afa52ad 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml index cb6d23817bd15..b7f92d1fdc4ec 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.1.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Full - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-02-28 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1815_Full.exe InstallerSha256: AE35540D06D96E33CD154EB688A9B88A05D9D5F33805D19FAEAD2D0D1AEFE0BC +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1815_Full.exe + InstallerSha256: AE35540D06D96E33CD154EB688A9B88A05D9D5F33805D19FAEAD2D0D1AEFE0BC ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index ccb837076c556..71a8f503a988c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,38 +1,54 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.1.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.6.0 + - Updated MPC Video Renderer to version 0.7.2.2203 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9b59983e651e8 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.1.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.yaml index 78b622e880a3b..e830de7b442d9 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.1.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 0aeacc43cbb1f..625586cb9501e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.2.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.2.0 Full - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-03-11 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1820_Full.exe InstallerSha256: 5BE4CC72775A03F859245C3CD5D23EDA59C0FA13D99ABC86A1C385381E8B736E +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1820_Full.exe + InstallerSha256: 5BE4CC72775A03F859245C3CD5D23EDA59C0FA13D99ABC86A1C385381E8B736E ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 0358328f50b56..8320787445c6f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,38 +1,54 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.2.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.7.0 + - Updated MPC Video Renderer to version 0.7.3.2210 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..95604e001ecd0 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.2.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.yaml index 3d1b5f5ae3dbd..652cd11af092c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.installer.yaml index f6cfb9c48aa32..89c69fad98973 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.2.6 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.2.6 Full - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-04-01 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1826_Full.exe InstallerSha256: 256B911D701DC212F5C4B0EAFB91860125D3065C3C454ED905EF8851ED050EE2 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1826_Full.exe + InstallerSha256: 256B911D701DC212F5C4B0EAFB91860125D3065C3C454ED905EF8851ED050EE2 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 134f7b9ce3ba6..625fa84549f6a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,38 +1,56 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.2.6 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.2.0.0 + - Updated LAV Filters to version 0.79.1-0-gb4093 + - Updated MPC Video Renderer to version 0.8.0.2218 + - Updated MediaInfo Lite to version 24.03 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8aa5a79563ce6 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.2.6 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.yaml index 14e7b27ee45ab..58927a90b1780 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.2.6/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index ea9415add31bb..43d00d017a672 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.3.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.2.6 Full - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-04-10 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1830_Full.exe InstallerSha256: B9BB543E23A8B49A121163862CD3C335CAA2B63D9A1E281D71EB18E4C6A8C837 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1830_Full.exe + InstallerSha256: B9BB543E23A8B49A121163862CD3C335CAA2B63D9A1E281D71EB18E4C6A8C837 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 7235d9ced57ce..1c20709cf144b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,38 +1,56 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.3.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.2.1.0 + - Updated LAV Filters to version 0.79.2-0-gc21c39 + - Updated MPC Video Renderer to version 0.8.0.2223 + - Updated Codec Tweak Tool to version 6.7.2 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..373fef7d721c1 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.3.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.yaml index 3a31f15f58735..7eb231285ae9d 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml index af90dd870e091..e6551d3792a66 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.3.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.2.6 Full - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-06-01 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1835_Full.exe InstallerSha256: 11B30B2CF451E418303211162779EC0D5A705BE3D1B92E3A2E7CFFDE09881D79 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1835_Full.exe + InstallerSha256: 11B30B2CF451E418303211162779EC0D5A705BE3D1B92E3A2E7CFFDE09881D79 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index ec15d3e869728..c45266abb548c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,38 +1,56 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.3.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.2.1.55 + - Updated LAV Filters to version 0.79.2-5-g28f37 + - Updated MPC Video Renderer to version 0.8.2.2250 + - Updated MediaInfo Lite to version 24.04 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9e7f16a59959c --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.3.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.yaml index e84ca3590c2f7..fe3c693c7a883 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.3.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 47bbf0fbc9022..25319f758c0d3 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.4.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.2.6 Full - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-06-11 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1840_Full.exe InstallerSha256: 415165B5D70C96E713D3EEA1757F8A08CF0801084C5CE1D97FDEF177481E28A2 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1840_Full.exe + InstallerSha256: 415165B5D70C96E713D3EEA1757F8A08CF0801084C5CE1D97FDEF177481E28A2 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 67926cf1272d7..85a9c5f132e9c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,38 +1,56 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.4.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.3.0.0 + - Updated LAV Filters to version 0.79.2-9-g56aab + - Updated MPC Video Renderer to version 0.8.3.2255 + - Updated MediaInfo Lite to version 24.05 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9e2c25b66312b --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.4.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.yaml index 584bc96e51c6f..f5130645ad138 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml index 46c08de617615..45434b7b1c3bb 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -1,26 +1,134 @@ -# Created with komac v2.3.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full PackageVersion: 18.4.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-07-01 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.4.5 Full - - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1845_Full.exe InstallerSha256: 0F325A650E20608C91102D35D87B22331C23DA025AEF513C1D377E6E4008347D +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1845_Full.exe + InstallerSha256: 0F325A650E20608C91102D35D87B22331C23DA025AEF513C1D377E6E4008347D ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml index 468dba671646e..28d88046283e7 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.3.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full @@ -8,31 +8,51 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Full PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackfull Tags: - audio +- codec +- decode - k-lite - klite - klite-full +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.3.2.0 + - Updated LAV Filters to version 0.79.2-18-ga7212 + - Updated MPC Video Renderer to version 0.8.4.2263 + - Updated Codec Tweak Tool to version 6.7.3 + - Updated MediaInfo Lite to version 24.06 + - Updated Icaros to version 3.3.3 b1 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0d3e8417a8022 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.4.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.yaml index 8de5e7fa4c241..d05a7271837bc 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.3.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Full diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.8/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.8/CodecGuide.K-LiteCodecPack.Full.installer.yaml new file mode 100644 index 0000000000000..e63e3af9d0aab --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.8/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.4.8 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1848_Full.exe + InstallerSha256: 3628154CCB9C49F2C288E199344FE40FD97AE6DD7FA7A8352ACBB6CDC100C826 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1848_Full.exe + InstallerSha256: 3628154CCB9C49F2C288E199344FE40FD97AE6DD7FA7A8352ACBB6CDC100C826 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.8/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.8/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml new file mode 100644 index 0000000000000..6ef9a47d03f9a --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.8/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.4.8 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.3.3.0 + - Updated MPC Video Renderer to version 0.8.5.2268 + - Updated Icaros to version 3.3.3 b2 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.8/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.8/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..782099f2dc760 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.8/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.4.8 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.8/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.8/CodecGuide.K-LiteCodecPack.Full.yaml new file mode 100644 index 0000000000000..57eddee009dac --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.4.8/CodecGuide.K-LiteCodecPack.Full.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.4.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml new file mode 100644 index 0000000000000..b111d4a8b8a37 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.5.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1850_Full.exe + InstallerSha256: 0E592C15E0D4B7D49132F4D72B9E4010BDFA999008E55AA297C739EB1DD69DED +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1850_Full.exe + InstallerSha256: 0E592C15E0D4B7D49132F4D72B9E4010BDFA999008E55AA297C739EB1DD69DED +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml new file mode 100644 index 0000000000000..40078729a5932 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.5.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.3.4.0 + - Updated MPC Video Renderer to version 0.8.5.2275 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2f8fa3c5413e7 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.5.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.0/CodecGuide.K-LiteCodecPack.Full.yaml new file mode 100644 index 0000000000000..15d5707f867c8 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.0/CodecGuide.K-LiteCodecPack.Full.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml new file mode 100644 index 0000000000000..8e96d234363a5 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.5/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.5.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1855_Full.exe + InstallerSha256: 53D4E3BA9DBEBD1158DA312851AFA8DF02E50C106A7038259E5C3C896D25DE53 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1855_Full.exe + InstallerSha256: 53D4E3BA9DBEBD1158DA312851AFA8DF02E50C106A7038259E5C3C896D25DE53 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml new file mode 100644 index 0000000000000..8370fa3b99604 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.5/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.5.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..11349595204b8 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.5/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.5.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.5/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.5/CodecGuide.K-LiteCodecPack.Full.yaml new file mode 100644 index 0000000000000..4ae17a0fb7da3 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.5.5/CodecGuide.K-LiteCodecPack.Full.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.5.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index ae7d733c53500..685e463b2398b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,16 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 15.9.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: /verysilent - SilentWithProgress: /verysilent -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1590_Mega.exe - InstallerSha256: 7439604E1375483B9E725F25E705BCFEB995EADA13D68F46262E738987DE3F3E -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 15.9.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2020-11-23 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1590_Mega.exe + InstallerSha256: 7439604E1375483B9E725F25E705BCFEB995EADA13D68F46262E738987DE3F3E +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1590_Mega.exe + InstallerSha256: 7439604E1375483B9E725F25E705BCFEB995EADA13D68F46262E738987DE3F3E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index ed700af96a03e..cdc45d3bface5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,33 +1,57 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 15.9.0 -PackageLocale: en-US -Publisher: Codec Guide -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: K-Lite Codec Pack Mega -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -# Copyright: -# CopyrightUrl: -ShortDescription: CodecGuide.K-LiteCodecPack.Mega -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 15.9.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2020, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.8.47 + - Updated LAV Filters to version 0.74.1-90-gb7d7f + - Removed obsolete Haali Media Splitter +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..16a6298eb6cf0 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 15.9.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2020, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.yaml index 3436f44d000a4..b85a9206c8d5c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/15.9.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 15.9.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 15.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index ee2cc04024c0c..dfa9edc5924be 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,16 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.1.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: /verysilent - SilentWithProgress: /verysilent -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1610_Mega.exe - InstallerSha256: 6D775101EE02CE0CD0C7A50154141BB1829D531BF7B00E323BA9B0D02109849F -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.1.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-03-27 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1610_Mega.exe + InstallerSha256: 6D775101EE02CE0CD0C7A50154141BB1829D531BF7B00E323BA9B0D02109849F +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1610_Mega.exe + InstallerSha256: 6D775101EE02CE0CD0C7A50154141BB1829D531BF7B00E323BA9B0D02109849F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 0a4a30b850808..954621fc9d5b6 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,33 +1,58 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.1.0 -PackageLocale: en-US -Publisher: Codec Guide -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: K-Lite Codec Pack Mega -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -# Copyright: -# CopyrightUrl: -ShortDescription: CodecGuide.K-LiteCodecPack.Mega -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.1.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.10.47 + - Updated LAV Filters to version 0.74.1-127-gd1f74 + - Updated MPC Video Renderer to version 0.5.3.1684 + - Updated MediaInfo Lite to version 21.03 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f4d103df0b5bb --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.1.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.yaml index 2544b3996fd83..334a8bb85e86f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 01ab8d25398d5..f42f52137a2b8 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,13 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.1.2 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1612_Mega.exe - InstallerSha256: 7B39948B20E6CCEFDBB11A71D0A565AFAC8C2996F63326C04EB6FB21D261553F -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.1.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-04-12 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1612_Mega.exe + InstallerSha256: 7B39948B20E6CCEFDBB11A71D0A565AFAC8C2996F63326C04EB6FB21D261553F +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1612_Mega.exe + InstallerSha256: 7B39948B20E6CCEFDBB11A71D0A565AFAC8C2996F63326C04EB6FB21D261553F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 1d2264f9d8f1f..a9bca0eba70ab 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,33 +1,59 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.1.2 -PackageLocale: en-US -Publisher: Codec Guide -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: K-Lite Codec Pack Mega -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -# Copyright: -# CopyrightUrl: -ShortDescription: CodecGuide.K-LiteCodecPack.Mega -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.1.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.10.86 + - Updated LAV Filters to version 0.75-2-gddef5 + - Updated MPC Video Renderer to version 0.5.3.1699 + - Updated Icaros to version 3.2.0 + - Updated Codec Tweak Tool to version 6.5.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4eba33e814d52 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.1.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.yaml index e2043e751b984..2cfa3f0d1532c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.1.2/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.1.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 108194608acef..0398945ab6fa2 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,16 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.2.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: /verysilent - SilentWithProgress: /verysilent -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1620_Mega.exe - InstallerSha256: 2AED8482C0D906A4E3C619A4B0C4AD867425B16DD98E0B550DE213681D5414BF -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.2.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-05-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1620_Mega.exe + InstallerSha256: 2AED8482C0D906A4E3C619A4B0C4AD867425B16DD98E0B550DE213681D5414BF +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1620_Mega.exe + InstallerSha256: 2AED8482C0D906A4E3C619A4B0C4AD867425B16DD98E0B550DE213681D5414BF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 09697d72a13a3..f7f97d17bf42a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,33 +1,58 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.2.0 -PackageLocale: en-US -Publisher: Codec Guide -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: K-Lite Codec Pack Mega -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -# Copyright: -# CopyrightUrl: -ShortDescription: CodecGuide.K-LiteCodecPack.Mega -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.2.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.11.49 + - Updated MPC Video Renderer to version 0.5.3.1708 + - Updated Codec Tweak Tool to version 6.5.2 + - Updated Icaros to version 3.2.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f451f6b5072a7 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.2.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.yaml index c2b52bffe100c..bbbd6b84c5f20 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 39fec90659765..ccbba4f6acf9c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,13 +1,134 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.2.5 -InstallerType: inno -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1625_Mega.exe - InstallerSha256: 66AC7547C0B3D504E4F0AE042B38AB92BD4E51BECE07F3D12A0D2ADA3D15BE85 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.2.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-06-10 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1625_Mega.exe + InstallerSha256: 66AC7547C0B3D504E4F0AE042B38AB92BD4E51BECE07F3D12A0D2ADA3D15BE85 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1625_Mega.exe + InstallerSha256: 66AC7547C0B3D504E4F0AE042B38AB92BD4E51BECE07F3D12A0D2ADA3D15BE85 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index c3f2b111979c0..1b085301fbbde 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,28 +1,54 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.2.5 -PackageLocale: en-US -Publisher: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -ShortDescription: CodecGuide.K-LiteCodecPack.Mega -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- klite -- "k-lite" -- klite mega -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.2.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated MPC-HC to version 1.9.13.14' +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..de90a32ba9b66 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.2.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.yaml index 0c07800553ce7..b1fe9a7b278f2 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.2.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.2.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index fe29ab2190fc3..ee895008ce078 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,14 +1,134 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.3.0 -InstallerType: inno -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1630_Mega.exe - InstallerSha256: B234FCF4534F56AD157DC5B07C74EBB97FFEC714471A94860083B4FFF4B4AC75 -ManifestType: installer -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.3.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-06-23 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1630_Mega.exe + InstallerSha256: B234FCF4534F56AD157DC5B07C74EBB97FFEC714471A94860083B4FFF4B4AC75 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1630_Mega.exe + InstallerSha256: B234FCF4534F56AD157DC5B07C74EBB97FFEC714471A94860083B4FFF4B4AC75 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 80a8fc3dd1323..0ebd88d6215dd 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,29 +1,58 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.3.0 -PackageLocale: en-US -Publisher: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -ShortDescription: CodecGuide.K-LiteCodecPack.Mega -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- klite -- k-lite -- klite mega -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.3.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.13.29 + - Updated LAV Filters to version 0.75.1-0-gc0e87 + - Updated MPC Video Renderer to version 0.5.5.1724 + - Updated Codec Tweak Tool to version 6.5.3 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..88fa240bf4abf --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.3.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.yaml index 9175027c62992..148aea642188c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,10 +1,8 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 6e9bdbb4b8c29..ab9152fb07de7 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,23 +1,134 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.3.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1635_Mega.exe - InstallerSha256: CEAEDD6EF6E5DB3BD87576990330201D5498E6F1BE97E568A533CE3C3093C8B2 - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.3.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-07-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1635_Mega.exe + InstallerSha256: CEAEDD6EF6E5DB3BD87576990330201D5498E6F1BE97E568A533CE3C3093C8B2 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1635_Mega.exe + InstallerSha256: CEAEDD6EF6E5DB3BD87576990330201D5498E6F1BE97E568A533CE3C3093C8B2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 08e35eecdb6da..608fdada905d3 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,34 +1,56 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.3.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- klite -- k-lite -- klite mega -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.3.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.14.18 + - Updated MPC Video Renderer to version 0.5.5.1733 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d7f6de9a2dffd --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.3.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.yaml index b6a55c8629f72..9d6f7b7ef9210 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.3.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.3.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index d7b22009239c8..fad5f22d9d919 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.6.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1660_Mega.exe - InstallerSha256: CD7CA96A25C16B4BFE5EF8FE4413A9E5C6CBEC0F01A8066B8B26F288024B3AD7 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.6.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-12-02 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1660_Mega.exe + InstallerSha256: CD7CA96A25C16B4BFE5EF8FE4413A9E5C6CBEC0F01A8066B8B26F288024B3AD7 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1660_Mega.exe + InstallerSha256: CD7CA96A25C16B4BFE5EF8FE4413A9E5C6CBEC0F01A8066B8B26F288024B3AD7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index d8d768a87278d..c98116659d022 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,34 +1,58 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.6.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- klite -- k-lite -- klite-mega -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.6.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.17.21 + - Updated LAV Filters to version 0.75.1-12-g75776 + - Updated MPC Video Renderer to version 0.5.5.1801 + - Updated Codec Tweak Tool to version 6.5.5 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0a3d2d34f8638 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.6.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.yaml index ab69b72812ecc..cf62c4b945ad9 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 2742db5953e07..20d84a3c398a8 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.6.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1662_Mega.exe - InstallerSha256: 4D727D031A1A176ABFA21C9CC15DEBCAA19A0F6F1A31420F4695C60CB6EC0176 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.6.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-12-04 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1662_Mega.exe + InstallerSha256: 4D727D031A1A176ABFA21C9CC15DEBCAA19A0F6F1A31420F4695C60CB6EC0176 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1662_Mega.exe + InstallerSha256: 4D727D031A1A176ABFA21C9CC15DEBCAA19A0F6F1A31420F4695C60CB6EC0176 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 9f2a1ebd98bae..3d625ec5d7ed8 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,34 +1,56 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.6.2 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- klite -- k-lite -- klite-mega -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.6.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.17.24 + - Updated LAV Filters to version 0.75.1-17-g8d177 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..63e1e5b5d58d7 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.6.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.yaml index cd1d5efac10e1..acca349bb5b2c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.2/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.6.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 0b17d38215adc..aefb7399ff1e1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.6.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1665_Mega.exe - InstallerSha256: F7E9EFECD1A9DB0F85DDAC7FCB4EE32DAE49C3DB5A1490AE00FB4FF76425C5E2 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.6.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-12-14 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1665_Mega.exe + InstallerSha256: F7E9EFECD1A9DB0F85DDAC7FCB4EE32DAE49C3DB5A1490AE00FB4FF76425C5E2 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1665_Mega.exe + InstallerSha256: F7E9EFECD1A9DB0F85DDAC7FCB4EE32DAE49C3DB5A1490AE00FB4FF76425C5E2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 58b93fbb1461c..f1475ae02c71e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,34 +1,58 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.6.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- klite -- k-lite -- klite-mega -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.6.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.18.0 + - Updated LAV Filters to version 0.75.1-19-g80347 + - Updated MPC Video Renderer to version 0.5.5.1802 + - Updated GraphStudioNext to version 0.7.2.69 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..05cfa12c36886 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.6.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.yaml index 76c9510b38843..ec2a62a04c1ab 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.6.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.6.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.6.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index cedff457d6af8..25154702f4135 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.7.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1670_Mega.exe - InstallerSha256: 9BC59203DC6B7D193D2C518C37A7A45DBDBC2A798163EE83519CC6B9A41FC9D9 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.7.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-01-03 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1670_Mega.exe + InstallerSha256: 9BC59203DC6B7D193D2C518C37A7A45DBDBC2A798163EE83519CC6B9A41FC9D9 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1670_Mega.exe + InstallerSha256: 9BC59203DC6B7D193D2C518C37A7A45DBDBC2A798163EE83519CC6B9A41FC9D9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 464919b7f44a0..9f91107103859 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.7.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- klite -- k-lite -- klite-mega -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.7.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.18.35 + - Updated LAV Filters to version 0.75.1-28-g56705 + - Updated MPC Video Renderer to version 0.5.7.1811 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bfe6a779ec04e --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.7.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.yaml index 93b60d5069e1c..f87839b9ed416 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.7.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index e37322f16ed05..3a3c5a60a7e10 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.8.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1680_Mega.exe - InstallerSha256: FBBB77666A4F18112B2DA202836102480855CDCAE0DF8699EC03D0DBA270C67B -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.8.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-01-30 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1680_Mega.exe + InstallerSha256: FBBB77666A4F18112B2DA202836102480855CDCAE0DF8699EC03D0DBA270C67B +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1680_Mega.exe + InstallerSha256: FBBB77666A4F18112B2DA202836102480855CDCAE0DF8699EC03D0DBA270C67B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 8da2b6a43b135..ac1f2633c0cf2 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.8.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- klite -- k-lite -- klite-mega -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.8.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.19.0 + - Updated LAV Filters to version 0.76-2-g642bf + - Windows Vista is not longer supported +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b402b882fb73c --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.8.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.yaml index 607054aadb8ba..720870c7b3264 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.8.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 9bc3959740b44..c989c5761e1c5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.8.7 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1687_Mega.exe - InstallerSha256: 2D1E495BD5E5F088ECCC8252045342B935D3A05A584EF9935CD38F382DD99A58 -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.8.7 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-03-02 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1687_Mega.exe + InstallerSha256: 2D1E495BD5E5F088ECCC8252045342B935D3A05A584EF9935CD38F382DD99A58 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1687_Mega.exe + InstallerSha256: 2D1E495BD5E5F088ECCC8252045342B935D3A05A584EF9935CD38F382DD99A58 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index e6ebd7d8261b2..9d9f468e7a479 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.8.7 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- klite -- k-lite -- klite-mega -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.8.7 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.19.42 + - Updated LAV Filters to version 0.76.1-0-gf4f2f + - Updated Codec Tweak Tool to version 6.6.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c4808fb52c8e1 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.8.7 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.yaml index 2d115a8746e22..712c6a065559d 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.8.7/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.8.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.8.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 2d589465757e8..f00486b8c2775 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,26 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.1 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.9.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1690_Mega.exe - InstallerSha256: 0C3BA6E118537370133DBA58461CAF002C3B06AF0AB2BD5E2EA5DA9133C10462 - AppsAndFeaturesEntries: - - Publisher: KLCP - DisplayName: K-Lite Mega Codec Pack 16.9.0 - InstallerType: inno - ProductCode: KLiteCodecPack_is1 -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.9.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-03-16 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1690_Mega.exe + InstallerSha256: 0C3BA6E118537370133DBA58461CAF002C3B06AF0AB2BD5E2EA5DA9133C10462 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1690_Mega.exe + InstallerSha256: 0C3BA6E118537370133DBA58461CAF002C3B06AF0AB2BD5E2EA5DA9133C10462 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 095a206abdc59..9c939f0108e19 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,40 +1,56 @@ -# Created with YamlCreate.ps1 v2.1.1 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.9.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- k-lite -- klite -- klite-mega -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.9.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.20.0 + - Updated MPC Video Renderer to version 0.5.7.1829 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..69e0ad64165ef --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.9.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.yaml index cf208ce9f7e6c..affd68131dbec 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.1 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.9.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 49f9be3fa4de0..99bba8ba2c3a7 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.9.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1695_Mega.exe - InstallerSha256: 979D88059A3C16FB73B0D76F1231BC34D293FC11E00FDEAB5701BCF2F1852579 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Mega Codec Pack 16.9.5 - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.9.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-04-01 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1695_Mega.exe + InstallerSha256: 979D88059A3C16FB73B0D76F1231BC34D293FC11E00FDEAB5701BCF2F1852579 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1695_Mega.exe + InstallerSha256: 979D88059A3C16FB73B0D76F1231BC34D293FC11E00FDEAB5701BCF2F1852579 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index b16576495effd..d27f8497098e4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,41 +1,58 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.9.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- k-lite -- klite -- klite-mega -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.9.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.20.30 + - Updated MPC Video Renderer to version 0.5.7.1832 + - Updated MediaInfo Lite to version 22.03 + - Updated Codec Tweak Tool to version 6.6.2 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7841e7d7cdccb --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.9.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.yaml index 0259c01dfffcd..5057a876e65f9 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.9.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index d3ee28494d9a2..f208042f14ddf 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.9.8 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1698_Mega.exe - InstallerSha256: 2DBFAE82E8465C92E6EB8C7114DA568A952165F758D8A33883883D8D21BB07A3 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Mega Codec Pack 16.9.8 - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.9.8 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-04-15 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1698_Mega.exe + InstallerSha256: 2DBFAE82E8465C92E6EB8C7114DA568A952165F758D8A33883883D8D21BB07A3 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1698_Mega.exe + InstallerSha256: 2DBFAE82E8465C92E6EB8C7114DA568A952165F758D8A33883883D8D21BB07A3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 3b87226d99a5b..c2f39e189134e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,41 +1,57 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.9.8 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- k-lite -- klite -- klite-mega -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.9.8 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.21.2 + - Updated MPC Video Renderer to version 0.5.7.1856 + - Updated Codec Tweak Tool to version 6.6.3 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5420a594d93fb --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.9.8 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.yaml index d732d2aa1c9e5..3749659f7d0f5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/16.9.8/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 16.9.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 16.9.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index c6b8da1a8f7dc..3df79796cf421 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.0.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1700_Mega.exe - InstallerSha256: E9B3583E3716272C0DA91B233F3C4808F2A2E11914C359A41F0BB2AB7FD2104A - AppsAndFeaturesEntries: - - DisplayName: K-Lite Mega Codec Pack 17.0.0 - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-05-12 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1700_Mega.exe + InstallerSha256: E9B3583E3716272C0DA91B233F3C4808F2A2E11914C359A41F0BB2AB7FD2104A +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1700_Mega.exe + InstallerSha256: E9B3583E3716272C0DA91B233F3C4808F2A2E11914C359A41F0BB2AB7FD2104A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 6b4404d68ce48..66d5a2fa4e9f5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,41 +1,61 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.0.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- k-lite -- klite -- klite-mega -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.0.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.21.24 + - Updated LAV Filters to version 0.76.1-3-ga6b20 + - Updated MPC Video Renderer to version 0.5.7.1858 + - Updated Codec Tweak Tool to version 6.6.5 + - Removed AC3Filter. This filter is old/obsolete/redundant and wasn't used by default. Only a tiny amount of people used it. + - Removed options to use ffdshow for decoding. These decoders are also old/obsolete/redundant and weren't used by default. There is no good reason for people to use them either. If you are stubborn, you can still enable them manually with Codec Tweak Tool after installation. + - The ffdshow processing filters are still available for those who need additional processing abilities. Added new options to load them in all compatible DirectShow players. +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7e6986e705d44 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.0.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.yaml index e1da0521a15ad..ad19342abf865 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 77df39e06eb38..c3fc0fa1709c8 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.0.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1705_Mega.exe - InstallerSha256: D12B3E1694E4FDF0CB1FA62475A2FFAAA5AD1D0C38022F977A646D5E0D5BD87D - AppsAndFeaturesEntries: - - DisplayName: K-Lite Mega Codec Pack 17.0.5 - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.0.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-06-14 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1705_Mega.exe + InstallerSha256: D12B3E1694E4FDF0CB1FA62475A2FFAAA5AD1D0C38022F977A646D5E0D5BD87D +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1705_Mega.exe + InstallerSha256: D12B3E1694E4FDF0CB1FA62475A2FFAAA5AD1D0C38022F977A646D5E0D5BD87D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 863799f51e788..e657096ae37b4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,41 +1,57 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.0.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- k-lite -- klite -- klite-mega -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.0.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.21.40 + - Updated Codec Tweak Tool to version 6.6.7 + - Updated Icaros to version 3.3.0 b2 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a70af859219f8 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.0.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.yaml index 5f6ee2d83944a..41d3f23e09908 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.0.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.0.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 8acd6d4a1ee1a..75de6c13086a6 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.1.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1710_Mega.exe - InstallerSha256: 374F0696CDAF6504D32E4A08AEC71558DDE82AEF426B9EB1FC23CFF3639F3493 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Mega Codec Pack 17.1.0 - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.1.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-06-26 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1710_Mega.exe + InstallerSha256: 374F0696CDAF6504D32E4A08AEC71558DDE82AEF426B9EB1FC23CFF3639F3493 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1710_Mega.exe + InstallerSha256: 374F0696CDAF6504D32E4A08AEC71558DDE82AEF426B9EB1FC23CFF3639F3493 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index c565607b18e72..d2f680bf26e23 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,34 +1,58 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.1.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- k-lite -- klite -- klite-mega -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.1.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.22.0 + - Updated MPC Video Renderer to version 0.6.0.1912 + - Updated MediaInfo Lite to version 22.06 + - Updated Icaros to version 3.3.0 b3 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..87144f50d02e4 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.1.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.yaml index 3ffcd580a1554..324c7c3ec2637 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 675b8ab589dc9..9e1d17a2d6842 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.1.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1715_Mega.exe - InstallerSha256: 109790A62277F66306081976B9BC3DF37974F97D80269B4BDCAE2B15C14E2820 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Mega Codec Pack 17.1.5 - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.1.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1715_Mega.exe + InstallerSha256: 109790A62277F66306081976B9BC3DF37974F97D80269B4BDCAE2B15C14E2820 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1715_Mega.exe + InstallerSha256: 109790A62277F66306081976B9BC3DF37974F97D80269B4BDCAE2B15C14E2820 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index d44fbea5e2dad..7735062636475 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.1.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- k-lite -- klite -- klite-mega -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.1.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.22.26 + - Updated LAV Filters to version 0.76.1-9-g780b6 + - Updated MPC Video Renderer to version 0.6.2.1932 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..aa9e6128d03e7 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.1.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.yaml index cc9d956b7b801..b6b31f88ba0ef 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.1.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.1.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 6e87ff453a40d..62c66e401b78a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.2.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1720_Mega.exe - InstallerSha256: E244B2A6408C4973072B89EB012500907C73BD772EE3AE11B32908814846FB0E - AppsAndFeaturesEntries: - - DisplayName: K-Lite Mega Codec Pack 17.2.0 - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.2.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.2.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-08-26 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1720_Mega.exe + InstallerSha256: E244B2A6408C4973072B89EB012500907C73BD772EE3AE11B32908814846FB0E +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1720_Mega.exe + InstallerSha256: E244B2A6408C4973072B89EB012500907C73BD772EE3AE11B32908814846FB0E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 3bff287d71165..5cb150d108def 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.2.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- k-lite -- klite -- klite-mega -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.2.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.23.0 + - Updated LAV Filters to version 0.76.1-25-g24efe + - Updated MPC Video Renderer to version 0.6.3.1956 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bcb61f1489c98 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.2.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.yaml index d257294402902..504c3ec7cc6c7 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 76002bc704c12..5055cec587ec1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.2.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-10-17 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1725_Mega.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1725_Mega.exe + InstallerSha256: ED908764311E8254CE7DC34AC01AF0F45464A8E40C17E5AF13A96FC4165FA793 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1725_Mega.exe InstallerSha256: ED908764311E8254CE7DC34AC01AF0F45464A8E40C17E5AF13A96FC4165FA793 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Mega Codec Pack 17.2.5 - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 6474b494d7a66..d7b8c1eda151c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,34 +1,58 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.2.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm +LicenseUrl: https://codecguide.com/license_mega.rtf Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.23.10 + - Updated LAV Filters to version 0.76.1-30-g2b1ea + - Updated MPC Video Renderer to version 0.6.4.1962 + - Updated MediaInfo Lite to version 22.09 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bf1b796d8b3b0 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.2.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.yaml index 193e7bd75456e..2f2718e3a28bb 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.2.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.2.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 0322a85b49886..16a6e933f713a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.3.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-11-12 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1730_Mega.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1730_Mega.exe + InstallerSha256: 6DFE2A03FC8B03A3C494A84EF6E621D5C977D415CE7128957720849AF29B9DF5 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1730_Mega.exe InstallerSha256: 6DFE2A03FC8B03A3C494A84EF6E621D5C977D415CE7128957720849AF29B9DF5 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Mega Codec Pack 17.3.0 - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index dd522e7309bc7..74213fd967c48 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,34 +1,58 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.3.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm +LicenseUrl: https://codecguide.com/license_mega.rtf Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.24.0 + - Updated LAV Filters to version 0.77-1-gfd3c1 + - Updated MPC Video Renderer to version 0.6.4.1963 + - Updated Icaros to version 3.3.0 rc1 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d600adea3747c --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.3.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.yaml index 71b71f2f3b43b..df9b2ec843e2f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 3df87b425fda1..ce4c5f9286d69 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.3.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-12-15 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1735_Mega.exe - InstallerSha256: d2d6b2d8c958808b3dbd3b9ef09d0d837e021007198fec7e9e4d4ab9987b067c - AppsAndFeaturesEntries: - - DisplayName: K-Lite Mega Codec Pack 17.3.0 - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1735_Mega.exe + InstallerSha256: D2D6B2D8C958808B3DBD3B9EF09D0D837E021007198FEC7E9E4D4AB9987B067C +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1735_Mega.exe + InstallerSha256: D2D6B2D8C958808B3DBD3B9EF09D0D837E021007198FEC7E9E4D4AB9987B067C ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 59d21f31d466b..3c62a68879431 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.3.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm +LicenseUrl: https://codecguide.com/license_mega.rtf Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.24.38 + - Updated LAV Filters to version 0.77.1-1-g6f78a + - Updated Codec Tweak Tool to version 6.6.8 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..89613c3f8f522 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.3.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.yaml index 753d2c29ff9a8..e0ede2571a896 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.3.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.3.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index c9d8889396e39..5f728234411a8 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.4.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-01-11 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1740_Mega.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1740_Mega.exe + InstallerSha256: 37665E23254396A79D025F0AA2228D8CD987EA490D35D0E3A6B5C54DFEF9A1F4 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1740_Mega.exe InstallerSha256: 37665E23254396A79D025F0AA2228D8CD987EA490D35D0E3A6B5C54DFEF9A1F4 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Mega Codec Pack 17.4.0 - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 80a66d4bbbca2..7006426f2637b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,34 +1,58 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.4.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.0 + - Updated LAV Filters to version 0.77.1-2-g8637e + - Updated MediaInfo Lite to version 22.12 + - Updated Icaros to version 3.3.0 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1d768f2dc141f --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.4.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.yaml index 7a92795dd2d63..5324fd7d604d1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.4.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 0af79b8667d1d..dd19e62bf6076 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,26 +1,134 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.5.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 17.5.0 - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1750_Mega.exe - InstallerSha256: E03BA52F74CEA09AACBD87B5FBC19812AA83B6EB38A968DDA34C67EAB530A7E9 - ProductCode: KLiteCodecPack_is1 -ManifestType: installer -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.5.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-03-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1750_Mega.exe + InstallerSha256: E03BA52F74CEA09AACBD87B5FBC19812AA83B6EB38A968DDA34C67EAB530A7E9 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1750_Mega.exe + InstallerSha256: E03BA52F74CEA09AACBD87B5FBC19812AA83B6EB38A968DDA34C67EAB530A7E9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 840a9910e77fc..00e4bdb2a99d6 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,39 +1,57 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.5.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- k-lite -- klite -- klite-mega -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.5.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.28 + - Updated LAV Filters to version 0.77.1-9-g19e58e + - Updated MPC Video Renderer to version 0.6.6.2005 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bf03105b6aee5 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.5.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.yaml index 937ba26e4d3c9..d18a96010ac76 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 4402efd1963bf..3322f5e552b6c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,26 +1,134 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.5.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 17.5.2 - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1752_Mega.exe - InstallerSha256: D2314C2D667F7BB24D29A1A254679F2CB2CCD5AEE02B2AF77E1B837B96B7258F - ProductCode: KLiteCodecPack_is1 -ManifestType: installer -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.5.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-04-08 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1752_Mega.exe + InstallerSha256: D2314C2D667F7BB24D29A1A254679F2CB2CCD5AEE02B2AF77E1B837B96B7258F +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1752_Mega.exe + InstallerSha256: D2314C2D667F7BB24D29A1A254679F2CB2CCD5AEE02B2AF77E1B837B96B7258F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 31751a9777255..fd81f92566e8b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,39 +1,58 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.5.2 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- k-lite -- klite -- klite-mega -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.5.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.30 + - Updated LAV Filters to version 0.77.2-2-ge855c + - Updated MPC Video Renderer to version 0.6.8.2015 + - Updated MediaInfo Lite to version 23.03 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ac48ba1d638c1 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.5.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.yaml index 61d8b313eaa00..5ecb85f0b5f05 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.5.2/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.5.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 72035bf345d64..d2daf79598413 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.7.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 17.7.0 - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-08-03 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1770_Mega.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1770_Mega.exe + InstallerSha256: DC6ABEA76DB3A37F32C640D740C232E06779A73E9997D2FE0F6C0F0861E830F3 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1770_Mega.exe InstallerSha256: DC6ABEA76DB3A37F32C640D740C232E06779A73E9997D2FE0F6C0F0861E830F3 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 2ef0b1ddcf03e..e40273ac22a09 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,40 +1,60 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.7.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.122 + - Updated MPC Video Renderer to version 0.6.8.2103 + - Updated MediaInfo Lite to version 23.07 + - Updated Codec Tweak Tool to version 6.7.0 + - MPC Video Renderer now supports Dolby Vision (profiles 5/8.1/8.4 only) + - MPC-HC internal subtitle renderer now has option to use libass +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2b418c78c6694 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.7.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.yaml index ffe80b756e0fc..2e13bc119bb72 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 61c7a56d1df03..59c34be36c471 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.7.5 -Platform: -- Windows.Desktop -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 17.7.5 - ProductCode: KLiteCodecPack_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1775_Mega.exe - InstallerSha256: 29BF9989578EC2C72A229950A8FF2A158F0260B6CA4934F1F2BE1F7E3578E0B6 -ManifestType: installer -ManifestVersion: 1.5.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.7.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-08-25 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1775_Mega.exe + InstallerSha256: 29BF9989578EC2C72A229950A8FF2A158F0260B6CA4934F1F2BE1F7E3578E0B6 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1775_Mega.exe + InstallerSha256: 29BF9989578EC2C72A229950A8FF2A158F0260B6CA4934F1F2BE1F7E3578E0B6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 05f71231b7608..6786ca4edd882 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,40 +1,56 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.7.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Mega Codec Pack -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackmega -Tags: -- audio -- k-lite -- klite -- klite-mega -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://codecguide.com/faq.htm -ManifestType: defaultLocale -ManifestVersion: 1.5.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.7.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.132 + - Updated MPC Video Renderer to version 0.7.0.2131 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..059fff14abb07 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.7.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.yaml index dc8e3fdeb2c94..752b7a2258f13 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.7.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega -PackageVersion: 17.7.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.7.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 6917aca2e0779..5ff82dce98f36 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.8.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 17.8.0 - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-09-11 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1780_Mega.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1780_Mega.exe + InstallerSha256: A155CE793DC273B2DA6507EC7D93CDC193046B838008B60F526BFF4F6F02AAD5 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1780_Mega.exe InstallerSha256: A155CE793DC273B2DA6507EC7D93CDC193046B838008B60F526BFF4F6F02AAD5 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index e33c0291d0d96..d63c1d23e445b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,40 +1,58 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.8.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.133 + - Updated LAV Filters to version 0.77.2-3-ga9b43 + - Updated MPC Video Renderer to version 0.7.0.2135 + - Updated Icaros to version 3.3.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4a5e74376a100 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.8.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.yaml index b415c5e87e290..e08594540757f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 78ad3d91106bd..9620daac717f2 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.8.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 17.8.5 - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-10-09 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1785_Mega.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1785_Mega.exe + InstallerSha256: D0819D05CABD646725860BFB5D76CE7C8985589889715FB8600880D0E0F895F3 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1785_Mega.exe InstallerSha256: D0819D05CABD646725860BFB5D76CE7C8985589889715FB8600880D0E0F895F3 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 6fae38ea0cc88..3d510dfd809f4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,40 +1,58 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.8.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.144 + - Updated LAV Filters to version 0.77.2-16-g38bed + - Updated MPC Video Renderer to version 0.7.0.2143 + - Updated MediaInfo Lite to version 23.10 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..be5d36c18c8b8 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.8.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.yaml index 81db7ea3aa328..8b031cbba0f9c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.8.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.8.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index f8cb7552dec72..dbf8790807d44 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,25 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.9.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2023-10-29 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 17.9.0 - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1790_Mega.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1790_Mega.exe + InstallerSha256: 446C2A2818968AD6F65821F2C6E0CBED5F7266B999D023112768CE6214EFC95F +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1790_Mega.exe InstallerSha256: 446C2A2818968AD6F65821F2C6E0CBED5F7266B999D023112768CE6214EFC95F ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 91ffb6ed89b13..5582c7e5c796c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,40 +1,57 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.9.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.0.0 + - Updated LAV Filters to version 0.78 + - Updated MPC Video Renderer to version 0.7.0.2148 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..94b30b75fd1d3 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.9.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.yaml index 6d6ba7eec1793..392d0eaa4a203 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 0e6cea252f13a..00578d88d2e80 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.9.4 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 17.9.4 - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-11-09 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1794_Mega.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1794_Mega.exe + InstallerSha256: 638745DBDE8C28FC5D2A04767DC323DE833DC74D940A4168F2B891B479ACCE02 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1794_Mega.exe InstallerSha256: 638745DBDE8C28FC5D2A04767DC323DE833DC74D940A4168F2B891B479ACCE02 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index adce54f93f712..767822ff32984 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,40 +1,56 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.9.4 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.2.0 + - Updated MPC Video Renderer to version 0.7.0.2152 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2fa4c4ab4a860 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 17.9.4 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.yaml index 97cded005f7d2..a16e135d9f07f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/17.9.4/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 17.9.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 126708761ce24..132979150cdfd 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 18.0.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 18.0.0 - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-12-13 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1800_Mega.exe InstallerSha256: 33C592DB7F7A679833158FE3BBA758483F039A8385863A2F33EB9E12F2D542D5 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1800_Mega.exe + InstallerSha256: 33C592DB7F7A679833158FE3BBA758483F039A8385863A2F33EB9E12F2D542D5 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 4d76c4e175d0e..62ddea693b58f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,40 +1,62 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 18.0.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.3.0 + - Updated LAV Filters to version 0.78-1-ga1fd7 + - Updated MPC Video Renderer to version 0.7.0.2160 + - Updated MediaInfo Lite to version 23.11 + - Updated Icaros to version 3.3.2 + - Updated Codec Tweak Tool to version 6.7.1 + - Added libass option for MPC-HC + - Removed XySubFilter +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..786666d9d95d1 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.0.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.yaml index 09c2fd230a308..a394f849a881f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 18.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 018785ff095b3..c5aa16102070a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 18.0.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 18.0.5 - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-01-15 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1805_Mega.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1805_Mega.exe + InstallerSha256: F5A4A260534274C321B4A64ADAB73A4F9F1EA0084E9EA3C611099FE237351C41 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1805_Mega.exe InstallerSha256: F5A4A260534274C321B4A64ADAB73A4F9F1EA0084E9EA3C611099FE237351C41 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 5ec85a1695c42..4c44ef73614ba 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,40 +1,56 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 18.0.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.4.0 + - Updated MPC Video Renderer to version 0.7.1.2172 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e5b2277d78659 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.0.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.yaml index 96af3ccf6bbf8..43eb826d16c6b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.0.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 18.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index c6db108c6c48f..b728d4f55def9 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,25 +1,134 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 18.1.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-02-28 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 18.0.5 - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1815_Mega.exe InstallerSha256: E05553C3256F8720112DEB6852B91489FE71EDA7239BAB353AC93C99246F2C13 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1815_Mega.exe + InstallerSha256: E05553C3256F8720112DEB6852B91489FE71EDA7239BAB353AC93C99246F2C13 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index aa10b744a6680..138bff86fd267 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega @@ -8,31 +8,47 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.6.0 + - Updated MPC Video Renderer to version 0.7.2.2203 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..88f3f0207b292 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.1.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.yaml index 73d1caa398d61..df11ab28218d2 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.1.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index c3b58b57969fe..b9103573cbff2 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,25 +1,134 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 18.2.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-03-11 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 18.0.5 - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1820_Mega.exe InstallerSha256: 85899B311F076463C5C7BD1611C9B97BD6042E03D4308CE33DB5D9069A98EABE +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1820_Mega.exe + InstallerSha256: 85899B311F076463C5C7BD1611C9B97BD6042E03D4308CE33DB5D9069A98EABE ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 943d66b699465..f899becca0b82 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega @@ -8,31 +8,47 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.7.0 + - Updated MPC Video Renderer to version 0.7.3.2210 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8f4f9d0adf718 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.2.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.yaml index bf76c9ad3dd60..93ccc73923814 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index b67bc850b2a4e..e5cd40464943c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,25 +1,134 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 18.2.6 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-04-01 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 18.2.6 - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1826_Mega.exe InstallerSha256: 647E52780D2D9809B5B284A1FDA4C0F227EF53723D7B1FF1643F00C50C03A535 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1826_Mega.exe + InstallerSha256: 647E52780D2D9809B5B284A1FDA4C0F227EF53723D7B1FF1643F00C50C03A535 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index bcafbf3b1d59d..bd96285429316 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega @@ -8,31 +8,49 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.2.0.0 + - Updated LAV Filters to version 0.79.1-0-gb4093 + - Updated MPC Video Renderer to version 0.8.0.2218 + - Updated MediaInfo Lite to version 24.03 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4163eb9679db5 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.2.6 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.yaml index d47b0c67b0daa..bc4a35d04d8c7 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.2.6/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 97528bf3609c8..fcf19a234cd7e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,25 +1,134 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 18.3.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-04-10 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 18.2.6 - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1830_Mega.exe InstallerSha256: 0A7D0E5228D61B7D4946E357F7AE9FDD3B814D42FAB6C1E0ABA7F3E8E1D5FA66 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1830_Mega.exe + InstallerSha256: 0A7D0E5228D61B7D4946E357F7AE9FDD3B814D42FAB6C1E0ABA7F3E8E1D5FA66 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 4a5f441dfec5a..5d3c6536a1be0 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega @@ -8,31 +8,49 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.2.1.0 + - Updated LAV Filters to version 0.79.2-0-gc21c39 + - Updated MPC Video Renderer to version 0.8.0.2223 + - Updated Codec Tweak Tool to version 6.7.2 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0e311fbeb3896 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.3.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.yaml index af1e015288a52..fe65286bd1862 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 25a24c49ab05c..37717acd64a16 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 18.3.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 18.2.6 - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-06-01 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1835_Mega.exe InstallerSha256: F001DF0499FE286E77E89D7EC6D89BA508D12B3A21C89D56EFDF03AB1BE84E01 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1835_Mega.exe + InstallerSha256: F001DF0499FE286E77E89D7EC6D89BA508D12B3A21C89D56EFDF03AB1BE84E01 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index 8a99077e8171c..2f1528ac90a44 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega @@ -8,31 +8,49 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.2.1.55 + - Updated LAV Filters to version 0.79.2-5-g28f37 + - Updated MPC Video Renderer to version 0.8.2.2250 + - Updated MediaInfo Lite to version 24.04 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c3d8dabee651d --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.3.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.yaml index 39e1c5034106a..309bd1c2d2338 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.3.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index 415843007a744..aa96256a28e94 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,25 +1,134 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 18.4.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-06-11 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 18.2.6 - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1840_Mega.exe InstallerSha256: 6A73CE64AE200B170A1D8FEE0D7CE0CD42A62B6DB8CF3E8211C336CEC0955049 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1840_Mega.exe + InstallerSha256: 6A73CE64AE200B170A1D8FEE0D7CE0CD42A62B6DB8CF3E8211C336CEC0955049 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index b261729c1753e..051f3eebb68a0 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega @@ -8,31 +8,49 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.3.0.0 + - Updated LAV Filters to version 0.79.2-9-g56aab + - Updated MPC Video Renderer to version 0.8.3.2255 + - Updated MediaInfo Lite to version 24.05 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b9a3f80dfe2bc --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.4.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.yaml index 45c20c01977f3..c5b787fe3cb90 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml index aa97301c04a06..43300ff251a04 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -1,25 +1,134 @@ -# Created with komac v2.3.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega PackageVersion: 18.4.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-07-01 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Mega Codec Pack 18.2.6 - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1845_Mega.exe InstallerSha256: 4E98AFE7E3F8C0F1DCECC9ABE75D066331F003ED99590E911DEE8ACC92A433C2 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1845_Mega.exe + InstallerSha256: 4E98AFE7E3F8C0F1DCECC9ABE75D066331F003ED99590E911DEE8ACC92A433C2 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml index a6b2fbab9b1d8..6d6c876504bc5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.3.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega @@ -8,31 +8,51 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Mega Codec Pack PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackmega Tags: - audio +- codec +- decode - k-lite - klite - klite-mega +- madvr +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.3.2.0 + - Updated LAV Filters to version 0.79.2-18-ga7212 + - Updated MPC Video Renderer to version 0.8.4.2263 + - Updated Codec Tweak Tool to version 6.7.3 + - Updated MediaInfo Lite to version 24.06 + - Updated Icaros to version 3.3.3 b1 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3918c51df7fef --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.4.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.yaml index aa045c77c652e..764ce9e14126a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.3.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.8/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.8/CodecGuide.K-LiteCodecPack.Mega.installer.yaml new file mode 100644 index 0000000000000..e8719d1a4c52c --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.8/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.4.8 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1848_Mega.exe + InstallerSha256: 41D6FBCCD39910F2F9BD73BA2E929AD1449F2048A6A95A318F614EA3996535D5 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1848_Mega.exe + InstallerSha256: 41D6FBCCD39910F2F9BD73BA2E929AD1449F2048A6A95A318F614EA3996535D5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.8/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.8/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml new file mode 100644 index 0000000000000..ea207baa94c92 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.8/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.4.8 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.3.3.0 + - Updated MPC Video Renderer to version 0.8.5.2268 + - Updated Icaros to version 3.3.3 b2 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.8/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.8/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..83ebac0b77167 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.8/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.4.8 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.8/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.8/CodecGuide.K-LiteCodecPack.Mega.yaml new file mode 100644 index 0000000000000..48aa276d19416 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.4.8/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.4.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml new file mode 100644 index 0000000000000..683a05f06a90b --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.5.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1850_Mega.exe + InstallerSha256: 6052B6334FEDC572065B6A2C0E518B783127E2452808160346CB5ED400281F4E +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1850_Mega.exe + InstallerSha256: 6052B6334FEDC572065B6A2C0E518B783127E2452808160346CB5ED400281F4E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml new file mode 100644 index 0000000000000..162b4eb8eaa6c --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.5.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.3.4.0 + - Updated MPC Video Renderer to version 0.8.5.2275 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ee24d52639883 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.5.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.0/CodecGuide.K-LiteCodecPack.Mega.yaml new file mode 100644 index 0000000000000..c2708db0e02b9 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.0/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml new file mode 100644 index 0000000000000..fadbfa25563ec --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.5/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.5.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1855_Mega.exe + InstallerSha256: 3CEC39D75701AD122D3BB5B4B5A555B83EAC1A26A37ABC5B41317F3DD9428EE9 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1855_Mega.exe + InstallerSha256: 3CEC39D75701AD122D3BB5B4B5A555B83EAC1A26A37ABC5B41317F3DD9428EE9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml new file mode 100644 index 0000000000000..d5678a373440d --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.5/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.5.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4871b1ff09bb4 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.5/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.5.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.5/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.5/CodecGuide.K-LiteCodecPack.Mega.yaml new file mode 100644 index 0000000000000..3c3907b3bf31f --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.5.5/CodecGuide.K-LiteCodecPack.Mega.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.5.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 88c5ac3d04ac5..b61bce2ed65e5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,16 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 15.9.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: /verysilent - SilentWithProgress: /verysilent -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1590_Standard.exe - InstallerSha256: 6733D0388D58E2190BC89D2393534AF58283368AAEF83EFC96292C9FAC28B7A1 -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 15.9.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2020-11-23 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1590_Standard.exe + InstallerSha256: 6733D0388D58E2190BC89D2393534AF58283368AAEF83EFC96292C9FAC28B7A1 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1590_Standard.exe + InstallerSha256: 6733D0388D58E2190BC89D2393534AF58283368AAEF83EFC96292C9FAC28B7A1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index b0b4067261669..b92dbd2e63b71 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,33 +1,55 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 15.9.0 -PackageLocale: en-US -Publisher: Codec Guide -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -# Copyright: -# CopyrightUrl: -ShortDescription: CodecGuide.K-LiteCodecPack.Standard -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 15.9.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2020, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.8.47 + - Updated LAV Filters to version 0.74.1-90-gb7d7f +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..997b4c0c27d82 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 15.9.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2020, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.yaml index 9390bab737378..30222761b4d58 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/15.9.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 15.9.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 15.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index fd6bdf243ac8f..d0c160b4cceea 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,16 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.1.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: /verysilent - SilentWithProgress: /verysilent -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1610_Standard.exe - InstallerSha256: 323325D23E347E2DEF2E030BB904FDE9102832AC78E839BBA954DE4B547C255B -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.1.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-03-27 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1610_Standard.exe + InstallerSha256: 323325D23E347E2DEF2E030BB904FDE9102832AC78E839BBA954DE4B547C255B +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1610_Standard.exe + InstallerSha256: 323325D23E347E2DEF2E030BB904FDE9102832AC78E839BBA954DE4B547C255B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 47e5c0d7a0b4d..1e3e0858b4420 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,33 +1,57 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.1.0 -PackageLocale: en-US -Publisher: Codec Guide -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -# Copyright: -# CopyrightUrl: -ShortDescription: CodecGuide.K-LiteCodecPack.Standard -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.1.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.10.47 + - Updated LAV Filters to version 0.74.1-127-gd1f74 + - Updated MPC Video Renderer to version 0.5.3.1684 + - Updated MediaInfo Lite to version 21.03 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..77335af550ab8 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.1.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.yaml index a46ec792545d5..b60b4a0c24d7e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index b18a565effa59..4fd2604b7a888 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,13 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.1.2 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1612_Standard.exe - InstallerSha256: CA8555D804F9FCC6132339693D5706F0B4275CEADFAC1005C7A6C4C844DC2FC2 -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.1.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-04-12 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1612_Standard.exe + InstallerSha256: CA8555D804F9FCC6132339693D5706F0B4275CEADFAC1005C7A6C4C844DC2FC2 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1612_Standard.exe + InstallerSha256: CA8555D804F9FCC6132339693D5706F0B4275CEADFAC1005C7A6C4C844DC2FC2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 60b5d450227dd..04e1b4b7edea8 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,33 +1,58 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.1.2 -PackageLocale: en-US -Publisher: Codec Guide -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -# Copyright: -# CopyrightUrl: -ShortDescription: CodecGuide.K-LiteCodecPack.Standard -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.1.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.10.86 + - Updated LAV Filters to version 0.75-2-gddef5 + - Updated MPC Video Renderer to version 0.5.3.1699 + - Updated Icaros to version 3.2.0 + - Updated Codec Tweak Tool to version 6.5.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..432cb6d83300b --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.1.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.yaml index 330dd663df692..5aa3e403bd677 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.1.2/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.1.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 75cd27e374648..da2fca68f513a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,13 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.2.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1620_Standard.exe - InstallerSha256: C98A496FA5338C0899D594FCFF6A083A36CED95E188E5C1AFF9BAABF2E5D2A61 -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.2.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-05-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1620_Standard.exe + InstallerSha256: C98A496FA5338C0899D594FCFF6A083A36CED95E188E5C1AFF9BAABF2E5D2A61 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1620_Standard.exe + InstallerSha256: C98A496FA5338C0899D594FCFF6A083A36CED95E188E5C1AFF9BAABF2E5D2A61 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 62eb470591ea5..87720d85e1f22 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,33 +1,57 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.2.0 -PackageLocale: en-US -Publisher: Codec Guide -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -# Copyright: -# CopyrightUrl: -ShortDescription: CodecGuide.K-LiteCodecPack.Standard -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.2.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.11.49 + - Updated MPC Video Renderer to version 0.5.3.1708 + - Updated Codec Tweak Tool to version 6.5.2 + - Updated Icaros to version 3.2.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2f61ee4fd05bc --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.2.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.yaml index 8ef112c1f4e0e..bb4a64372ce45 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 39942b2b33eb2..c0076d1682904 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,13 +1,134 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.2.5 -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1625_Standard.exe - InstallerSha256: 57281F714836F31603FFC4142E5DC48FB6C60C6326D9D52D8225AA7904078EF8 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.2.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-06-10 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1625_Standard.exe + InstallerSha256: 57281F714836F31603FFC4142E5DC48FB6C60C6326D9D52D8225AA7904078EF8 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1625_Standard.exe + InstallerSha256: 57281F714836F31603FFC4142E5DC48FB6C60C6326D9D52D8225AA7904078EF8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index b4d31acb800ac..8e08395e9827e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,28 +1,53 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.2.5 -PackageLocale: en-US -Publisher: KLCP -PackageName: K-Lite Codec Pack 16.2.5 Standard -PackageUrl: https://www.codecguide.com/ -License: Copyright 2004-2020, Codec Guide. All rights reserved. -LicenseUrl: https://www.codecguide.com/termsofuse.htm -ShortDescription: CodecGuide.K-LiteCodecPack.Standard -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- klite -- "k-lite" -- klite standard -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.2.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated MPC-HC to version 1.9.13.14' +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b8c8a0bac0642 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.2.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.yaml index 68ac7ab0986f7..7674343b2a286 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.2.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.2.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index a2b7376186267..4ec29eed16201 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,23 +1,134 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.3.0 -MinimumOSVersion: 10.0.0.0 -Platform: -- Windows.Desktop -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1630_Standard.exe - InstallerSha256: 5A8C7256E5B00F296B2EFEC4394CE56C186ADB1FC487233EE417F7D1EB53959D - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.3.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-06-23 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1630_Standard.exe + InstallerSha256: 5A8C7256E5B00F296B2EFEC4394CE56C186ADB1FC487233EE417F7D1EB53959D +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1630_Standard.exe + InstallerSha256: 5A8C7256E5B00F296B2EFEC4394CE56C186ADB1FC487233EE417F7D1EB53959D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 96a2a91074837..c096cf17924e4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.3.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack 16.3.0 Standard -PackageUrl: https://www.codecguide.com -License: Proprietary -LicenseUrl: https://www.codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://www.codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- klite -- k-lite -- klite standard -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.3.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.13.29 + - Updated LAV Filters to version 0.75.1-0-gc0e87 + - Updated MPC Video Renderer to version 0.5.5.1724 + - Updated Codec Tweak Tool to version 6.5.3 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..30464be2f3707 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.3.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.yaml index 42cf991c4dff6..ddfc6e2199ed2 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 1f1ca82a3933d..ef426e90bba3a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,23 +1,134 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.3.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1635_Standard.exe - InstallerSha256: 1C9B10A573C84179BE4E71C20FA755A3856696D156088069111646947A8C937A - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.3.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-07-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1635_Standard.exe + InstallerSha256: 1C9B10A573C84179BE4E71C20FA755A3856696D156088069111646947A8C937A +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1635_Standard.exe + InstallerSha256: 1C9B10A573C84179BE4E71C20FA755A3856696D156088069111646947A8C937A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 9999681f5f8c0..565a5cf36ed4e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,55 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.3.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack 16.3.5 Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- klite -- k-lite -- klite standard -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.3.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.14.18 + - Updated MPC Video Renderer to version 0.5.5.1733 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8c9ee3fbe3815 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.3.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.yaml index 96f67db5dec32..31c06200b5125 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.3.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.3.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index c8e6b2d698c10..c8b748b793e89 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.4.6 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1646_Standard.exe - InstallerSha256: 431BAAD8E90DCFB31E26A390C967E6B9CFD32D7A06ED6D2CAE53638B5A75B94D - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.4.6 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-09-17 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1646_Standard.exe + InstallerSha256: 431BAAD8E90DCFB31E26A390C967E6B9CFD32D7A06ED6D2CAE53638B5A75B94D +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1646_Standard.exe + InstallerSha256: 431BAAD8E90DCFB31E26A390C967E6B9CFD32D7A06ED6D2CAE53638B5A75B94D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index cf9e0912ce794..0db963a5ce79e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,35 +1,57 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.4.6 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- klite -- k-lite -- klite standard -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.4.6 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.15.79 + - Updated LAV Filters to version 0.75.1-4-gfaff6 + - Updated MPC Video Renderer to version 0.5.5.1761 + - Updated MediaInfo Lite to version 21.09 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e8dab6e74fb56 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.4.6 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.yaml index 94adf583f65a2..036c875a64af6 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.4.6/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,10 +1,8 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.4.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.4.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 6e56ef22105d3..b0673ae2c45bc 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,23 +1,134 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.5.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1650_Standard.exe - InstallerSha256: B7924518A8E5B70DC3E0C7E78E5010639B7FEC21E8465EDC549E5219CF1ABB3E - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.5.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-10-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1650_Standard.exe + InstallerSha256: B7924518A8E5B70DC3E0C7E78E5010639B7FEC21E8465EDC549E5219CF1ABB3E +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1650_Standard.exe + InstallerSha256: B7924518A8E5B70DC3E0C7E78E5010639B7FEC21E8465EDC549E5219CF1ABB3E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index f2f3ea197264c..2ad6a59d7f6fe 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,56 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.5.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- klite -- k-lite -- klite standard -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.5.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.16.46 + - Updated LAV Filters to version 0.75.1-9-gde277 + - Updated MPC Video Renderer to version 0.5.5.1767 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d64b6518f130a --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.5.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.yaml index fe1fdb50d0f27..c12efd3a02a24 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 67e948747652a..a9c41bde71400 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,23 +1,133 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.5.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1652_Standard.exe - InstallerSha256: 091CF7A495613BD5EA5DF36EB0613B6375EF71E0E2C24911124AADAADB690D59 - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.5.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1652_Standard.exe + InstallerSha256: 091CF7A495613BD5EA5DF36EB0613B6375EF71E0E2C24911124AADAADB690D59 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1652_Standard.exe + InstallerSha256: 091CF7A495613BD5EA5DF36EB0613B6375EF71E0E2C24911124AADAADB690D59 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index b058030149a22..3b8370ea4d875 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,53 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.5.2 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- klite -- k-lite -- klite standard -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.5.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cf5ee4c431c67 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.5.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.yaml index e8e2d08582e04..d822f6d39c1b6 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.2/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.5.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 0fdb304c059b4..66102f0b6b8fc 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,21 +1,134 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.5.3 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1653_Standard.exe - InstallerSha256: 6EF36FA78C4453C7660F62F16B9CB13F6B2AF4B55DEFBE3C574E0FA1B5BCA7F4 -ManifestType: installer -ManifestVersion: 1.0.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.5.3 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-11-05 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1653_Standard.exe + InstallerSha256: 6EF36FA78C4453C7660F62F16B9CB13F6B2AF4B55DEFBE3C574E0FA1B5BCA7F4 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1653_Standard.exe + InstallerSha256: 6EF36FA78C4453C7660F62F16B9CB13F6B2AF4B55DEFBE3C574E0FA1B5BCA7F4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index bf1374dc92461..1ba9458619bc1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,33 +1,55 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.5.3 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- klite -- k-lite -- klite standard -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.5.3 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.16.63 + - Updated MPC Video Renderer to version 0.5.5.1781 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5d717d40a504e --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.5.3 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.yaml index 90011499d30ac..ba1b856ac246c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.5.3/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.5.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.5.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index d855e5ea84de0..6ecdd4d614952 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.6.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1660_Standard.exe - InstallerSha256: B2414B6338F55C915F907B93D7270544127CB08228F1BDF05CDC53C7ED8E9D0B -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.6.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-12-02 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1660_Standard.exe + InstallerSha256: B2414B6338F55C915F907B93D7270544127CB08228F1BDF05CDC53C7ED8E9D0B +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1660_Standard.exe + InstallerSha256: B2414B6338F55C915F907B93D7270544127CB08228F1BDF05CDC53C7ED8E9D0B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 58bc71b00624e..2347d2a8d5fa2 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.6.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- klite -- k-lite -- klite standard -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.6.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.17.21 + - Updated LAV Filters to version 0.75.1-12-g75776 + - Updated MPC Video Renderer to version 0.5.5.1801 + - Updated Codec Tweak Tool to version 6.5.5 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..103c69956f9f0 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.6.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.yaml index bca1a84a579dd..9c0ca6da5e510 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 5473735bac554..4f225ca294a75 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.6.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1662_Standard.exe - InstallerSha256: 449BFB3DF3AD345F62EE3042F90CC75FCEFBFCBF4B7F54DEC635D5E9DF21104D -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.6.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-12-04 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1662_Standard.exe + InstallerSha256: 449BFB3DF3AD345F62EE3042F90CC75FCEFBFCBF4B7F54DEC635D5E9DF21104D +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1662_Standard.exe + InstallerSha256: 449BFB3DF3AD345F62EE3042F90CC75FCEFBFCBF4B7F54DEC635D5E9DF21104D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 9aa67b8d4bd64..d2f3b65439a9e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,55 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.6.2 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- klite -- k-lite -- klite standard -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.6.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.17.24 + - Updated LAV Filters to version 0.75.1-17-g8d177 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1cdde9d0a8d24 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.6.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.yaml index dc111d3bc92b4..f8a80b56f6de4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.2/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.6.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 65bde974377ad..3e2d6ae1fdf83 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.6.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1665_Standard.exe - InstallerSha256: EF78A7605B15B7016BACEDA60FDB5127C32E27DBA6F0DA211AF3E0F7A0650416 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.6.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2021-12-14 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1665_Standard.exe + InstallerSha256: EF78A7605B15B7016BACEDA60FDB5127C32E27DBA6F0DA211AF3E0F7A0650416 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1665_Standard.exe + InstallerSha256: EF78A7605B15B7016BACEDA60FDB5127C32E27DBA6F0DA211AF3E0F7A0650416 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 52d7c7e11f4fb..15ae9d2174e54 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,56 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.6.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- klite -- k-lite -- klite standard -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.6.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.18.0 + - Updated LAV Filters to version 0.75.1-19-g80347 + - Updated MPC Video Renderer to version 0.5.5.1802 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7afa26ffb58b9 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.6.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.yaml index a8c2a20f52d2f..78842bbc8a85c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.6.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.6.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.6.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 8d7a3234056f6..44544549e88e4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.7.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1670_Standard.exe - InstallerSha256: B3A6F7FA74D1B8CEBD55AD257DCAFD95DAA7C0A0AB90EA41C56BCD92E8FEE772 -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.7.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-01-03 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1670_Standard.exe + InstallerSha256: B3A6F7FA74D1B8CEBD55AD257DCAFD95DAA7C0A0AB90EA41C56BCD92E8FEE772 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1670_Standard.exe + InstallerSha256: B3A6F7FA74D1B8CEBD55AD257DCAFD95DAA7C0A0AB90EA41C56BCD92E8FEE772 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index d5a82ee196585..c4426b36fa88b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,56 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.7.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- klite -- k-lite -- klite standard -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.7.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.18.35 + - Updated LAV Filters to version 0.75.1-28-g56705 + - Updated MPC Video Renderer to version 0.5.7.1811 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5454ee4dd9d54 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.7.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.yaml index a4e0351f76575..3d7c41dcbe500 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.7.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 5e58bcb692728..0d6d7458d652f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.8.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1680_Standard.exe - InstallerSha256: 7B7FA2E3F0C7A12D08D1467A3931954FB9ADCE293BF698DBDD94FFCEC4765C2A -ManifestType: installer -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.8.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-01-30 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1680_Standard.exe + InstallerSha256: 7B7FA2E3F0C7A12D08D1467A3931954FB9ADCE293BF698DBDD94FFCEC4765C2A +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1680_Standard.exe + InstallerSha256: 7B7FA2E3F0C7A12D08D1467A3931954FB9ADCE293BF698DBDD94FFCEC4765C2A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 919f46857c4ff..8ea9c0113666a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,56 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.8.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- klite -- k-lite -- klite standard -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.8.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.19.0 + - Updated LAV Filters to version 0.76-2-g642bf + - Windows Vista is not longer supported +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1e51306f39e48 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.8.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.yaml index 3f772b8fa4e2b..134cb4d86c4a1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.8.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index f969eb4df26b6..88417d06597df 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,22 +1,134 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.8.7 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1687_Standard.exe - InstallerSha256: 1CA1340942AE404B99A8B6476740F49280E01F01747ADA0951281A235BE07F99 -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.8.7 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-03-02 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1687_Standard.exe + InstallerSha256: 1CA1340942AE404B99A8B6476740F49280E01F01747ADA0951281A235BE07F99 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1687_Standard.exe + InstallerSha256: 1CA1340942AE404B99A8B6476740F49280E01F01747ADA0951281A235BE07F99 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 881a31f69b4b6..2abc4548f3442 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,56 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.8.7 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2021, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- klite -- k-lite -- klite standard -- video -- audio -- player -- mkv -- mpeg -- mp4 -- multimedia -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.8.7 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.19.42 + - Updated LAV Filters to version 0.76.1-0-gf4f2f + - Updated Codec Tweak Tool to version 6.6.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2c07371115a67 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.8.7 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.yaml index a0ea14aaa0a14..29f7d915171c3 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.8.7/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.8.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.8.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 335d2e4f57782..0053fe3076ccb 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,26 +1,134 @@ -# Created with YamlCreate.ps1 v2.1.1 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.9.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1690_Standard.exe - InstallerSha256: 298EDCAA643742500EBAC6EA2FD91D8FCC3AE179F65B32884C776A5D87F86954 - AppsAndFeaturesEntries: - - Publisher: KLCP - DisplayName: K-Lite Codec Pack 16.9.0 Standard - InstallerType: inno - ProductCode: KLiteCodecPack_is1 -ManifestType: installer -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.9.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-03-16 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1690_Standard.exe + InstallerSha256: 298EDCAA643742500EBAC6EA2FD91D8FCC3AE179F65B32884C776A5D87F86954 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1690_Standard.exe + InstallerSha256: 298EDCAA643742500EBAC6EA2FD91D8FCC3AE179F65B32884C776A5D87F86954 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 7e2dd8afab2c8..8aa49bfe893f5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,40 +1,55 @@ -# Created with YamlCreate.ps1 v2.1.1 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.9.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- k-lite -- klite -- klite-standard -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.9.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.20.0 + - Updated MPC Video Renderer to version 0.5.7.1829 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..605da20d68b9c --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.9.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.yaml index f89d34bccb759..9685d1dc1bc1d 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.1 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.9.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 4aece9e2110c4..65c48210b08a1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.9.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1695_Standard.exe - InstallerSha256: 83047E7795C3074AA3ABC980213F840329EFC0CA7D062FEB96397049070902A3 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 16.9.5 Standard - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.9.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-04-01 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1695_Standard.exe + InstallerSha256: 83047E7795C3074AA3ABC980213F840329EFC0CA7D062FEB96397049070902A3 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1695_Standard.exe + InstallerSha256: 83047E7795C3074AA3ABC980213F840329EFC0CA7D062FEB96397049070902A3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 0592e372a7273..f514585560e4f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,41 +1,57 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.9.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- k-lite -- klite -- klite-standard -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.9.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.20.30 + - Updated MPC Video Renderer to version 0.5.7.1832 + - Updated MediaInfo Lite to version 22.03 + - Updated Codec Tweak Tool to version 6.6.2 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6363bfacbed61 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.9.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.yaml index d2917e5d8bb34..35312cffb01a6 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.9.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 15e0ef68a5d3f..93880df74cc85 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.9.8 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1698_Standard.exe - InstallerSha256: 0BDFD8DFAC43AB6B430A1C5659F5B75A22594BE24BCD9930D4FAC31AD902188C - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 16.9.8 Standard - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.9.8 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-04-15 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1698_Standard.exe + InstallerSha256: 0BDFD8DFAC43AB6B430A1C5659F5B75A22594BE24BCD9930D4FAC31AD902188C +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1698_Standard.exe + InstallerSha256: 0BDFD8DFAC43AB6B430A1C5659F5B75A22594BE24BCD9930D4FAC31AD902188C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index b974406290517..698bf1a72fc36 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,41 +1,56 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.9.8 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- k-lite -- klite -- klite-standard -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.9.8 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.21.2 + - Updated MPC Video Renderer to version 0.5.7.1856 + - Updated Codec Tweak Tool to version 6.6.3 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..150fbd5228368 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.9.8 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.yaml index 3483644dd1ba7..f4a063b706a1c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/16.9.8/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 16.9.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 16.9.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 8e4293b9acdaa..4dff1917dfa0c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.0.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1700_Standard.exe - InstallerSha256: 8B8C67B3CCAC09ACCDF9FE49EE318168601C31998EAFEA5B0637F793592AFB57 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.0.0 Standard - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-05-12 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1700_Standard.exe + InstallerSha256: 8B8C67B3CCAC09ACCDF9FE49EE318168601C31998EAFEA5B0637F793592AFB57 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1700_Standard.exe + InstallerSha256: 8B8C67B3CCAC09ACCDF9FE49EE318168601C31998EAFEA5B0637F793592AFB57 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 96b87fedb1cad..57421d26f147a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,41 +1,57 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.0.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- k-lite -- klite -- klite-standard -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.0.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.21.24 + - Updated LAV Filters to version 0.76.1-3-ga6b20 + - Updated MPC Video Renderer to version 0.5.7.1858 + - Updated Codec Tweak Tool to version 6.6.5 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..821e0a1ba4f3e --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.0.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.yaml index 674048c4a365c..56c9b5edfba7e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 184c9c10d0a61..caa35620483bc 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.0.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1705_Standard.exe - InstallerSha256: 414B28F2E548CA4C424F992BD971F0BBE224E14C1F1DFE9CDCF7A61FEE1EFC27 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.0.5 Standard - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.0.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-06-14 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1705_Standard.exe + InstallerSha256: 414B28F2E548CA4C424F992BD971F0BBE224E14C1F1DFE9CDCF7A61FEE1EFC27 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1705_Standard.exe + InstallerSha256: 414B28F2E548CA4C424F992BD971F0BBE224E14C1F1DFE9CDCF7A61FEE1EFC27 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 7279720bb3361..c36c6bb6ee271 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,41 +1,56 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.0.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: >- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- k-lite -- klite -- klite-standard -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.0.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.21.40 + - Updated Codec Tweak Tool to version 6.6.7 + - Updated Icaros to version 3.3.0 b2 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7f7bff96dcd16 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.0.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.yaml index 0ffd0d708e694..71a7e1c4cfd8d 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.0.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.0.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 8d54776a77884..7df8a7b0d9ef6 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.1.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1710_Standard.exe - InstallerSha256: 29592FDE60C4340107BB0AF363454AA981D1D060451597BE5B3B55D897EF31B2 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.1.0 Standard - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.1.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-06-26 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1710_Standard.exe + InstallerSha256: 29592FDE60C4340107BB0AF363454AA981D1D060451597BE5B3B55D897EF31B2 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1710_Standard.exe + InstallerSha256: 29592FDE60C4340107BB0AF363454AA981D1D060451597BE5B3B55D897EF31B2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 300c7ce07965f..538f2199a6933 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.1.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- k-lite -- klite -- klite-standard -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.1.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.22.0 + - Updated MPC Video Renderer to version 0.6.0.1912 + - Updated MediaInfo Lite to version 22.06 + - Updated Icaros to version 3.3.0 b3 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6e75e67a5745e --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.1.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.yaml index 2f9bdf08f67b3..3fdd87e1e0e3f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index aaa8309c2dc64..a552d7db8bf7a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.1.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1715_Standard.exe - InstallerSha256: 8D0C302E9731F486BBD284143E92295CCF1AE4D5BCAF6E5FC6F878AAE048E4CF - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.1.5 Standard - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.1.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1715_Standard.exe + InstallerSha256: 8D0C302E9731F486BBD284143E92295CCF1AE4D5BCAF6E5FC6F878AAE048E4CF +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1715_Standard.exe + InstallerSha256: 8D0C302E9731F486BBD284143E92295CCF1AE4D5BCAF6E5FC6F878AAE048E4CF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index ee0618e6749a9..e442fbdaa9598 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,56 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.1.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- k-lite -- klite -- klite-standard -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.1.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.22.26 + - Updated LAV Filters to version 0.76.1-9-g780b6 + - Updated MPC Video Renderer to version 0.6.2.1932 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d3630a10edb95 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.1.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.yaml index c91430f98f991..50e3805d424cb 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.1.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.1.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 517daa89dd383..248d5c1b9f940 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.2.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1720_Standard.exe - InstallerSha256: 7ECD96874256C450206444967C13619520ED684EF4DD82738DB31AF076170A0A - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.2.0 Standard - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno -ManifestType: installer -ManifestVersion: 1.2.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.2.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-08-26 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1720_Standard.exe + InstallerSha256: 7ECD96874256C450206444967C13619520ED684EF4DD82738DB31AF076170A0A +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1720_Standard.exe + InstallerSha256: 7ECD96874256C450206444967C13619520ED684EF4DD82738DB31AF076170A0A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index e3c01ce0a85fe..370ac51dc1ee2 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,56 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.2.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- k-lite -- klite -- klite-standard -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.2.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.23.0 + - Updated LAV Filters to version 0.76.1-25-g24efe + - Updated MPC Video Renderer to version 0.6.3.1956 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5402da84c3e3e --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.2.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.yaml index 3c3bf539ced1e..af1e818c1eff4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 1fd2b29d4231c..c6fb445f28cbe 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.2.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-10-17 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1725_Standard.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1725_Standard.exe + InstallerSha256: 5B05AF793DFA2777AA3280F94810004384FC3A1FFFB065DAEA2178CFC2F2C23B +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1725_Standard.exe InstallerSha256: 5B05AF793DFA2777AA3280F94810004384FC3A1FFFB065DAEA2178CFC2F2C23B - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.2.5 Standard - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 7296787e9a775..97db04f8a6aa2 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.2.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm +LicenseUrl: https://codecguide.com/license_standard.rtf Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.23.10 + - Updated LAV Filters to version 0.76.1-30-g2b1ea + - Updated MPC Video Renderer to version 0.6.4.1962 + - Updated MediaInfo Lite to version 22.09 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3b50ee9f35fea --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.2.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.yaml index b71e0a9cdbc98..796a835105a1c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.2.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.2.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index b062ebb114351..d697879203140 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.3.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-11-12 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1730_Standard.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1730_Standard.exe + InstallerSha256: 2AC426594EF3ADA86EE2ED49B1756C28EB86E2054EAD064A49571A85D922B537 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1730_Standard.exe InstallerSha256: 2AC426594EF3ADA86EE2ED49B1756C28EB86E2054EAD064A49571A85D922B537 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.3.0 Standard - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index b5582c536caf5..f41485779fe70 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.3.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm +LicenseUrl: https://codecguide.com/license_standard.rtf Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.24.0 + - Updated LAV Filters to version 0.77-1-gfd3c1 + - Updated MPC Video Renderer to version 0.6.4.1963 + - Updated Icaros to version 3.3.0 rc1 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3c02ce635826e --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.3.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.yaml index a9c70f4913481..9edb7fed90221 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index d7de221dadd1b..a39da94250601 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.3.5 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2022-12-15 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1735_Standard.exe - InstallerSha256: 2acd40f6d12fe2bca7d75451a31c85e1d4ce9cb87fb88cdca533e4248625e59f - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.3.5 Standard - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1735_Standard.exe + InstallerSha256: 2ACD40F6D12FE2BCA7D75451A31C85E1D4CE9CB87FB88CDCA533E4248625E59F +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1735_Standard.exe + InstallerSha256: 2ACD40F6D12FE2BCA7D75451A31C85E1D4CE9CB87FB88CDCA533E4248625E59F ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index e23cb6ad34ea4..a7c377c5f978e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,56 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.3.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm +LicenseUrl: https://codecguide.com/license_standard.rtf Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 1.9.24.38 + - Updated LAV Filters to version 0.77.1-1-g6f78a + - Updated Codec Tweak Tool to version 6.6.8 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f07caaf788200 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.3.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.yaml index f4bf595f52768..14db21774f376 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.3.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.3.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index b1cc7538e7ba0..1bde17d5c3666 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,27 +1,134 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.4.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-01-11 Installers: - Architecture: x86 - InstallerType: inno - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1740_Standard.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1740_Standard.exe + InstallerSha256: 1BAB90A6303E2FB57BECAD60B31942E855EC86B70E81BD6F78C36D25F2B48C12 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1740_Standard.exe InstallerSha256: 1BAB90A6303E2FB57BECAD60B31942E855EC86B70E81BD6F78C36D25F2B48C12 - AppsAndFeaturesEntries: - - DisplayName: K-Lite Codec Pack 17.4.0 Standard - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 3962bd53bf74c..48c09312f13fe 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,34 +1,57 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.4.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.0 + - Updated LAV Filters to version 0.77.1-2-g8637e + - Updated MediaInfo Lite to version 22.12 + - Updated Icaros to version 3.3.0 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2b4c2f7a6256a --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.4.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.yaml index 3b8444132ed69..bd5c4370e1759 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.4.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 43c39189caf89..51ff38088de2a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,26 +1,134 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.5.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.5.0 Standard - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1750_Standard.exe - InstallerSha256: 3AC2195934CA41BC631DE7FC2D50ACF30637CBF2AE787257209B5480316CD005 - ProductCode: KLiteCodecPack_is1 -ManifestType: installer -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.5.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-03-20 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1750_Standard.exe + InstallerSha256: 3AC2195934CA41BC631DE7FC2D50ACF30637CBF2AE787257209B5480316CD005 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1750_Standard.exe + InstallerSha256: 3AC2195934CA41BC631DE7FC2D50ACF30637CBF2AE787257209B5480316CD005 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 5e06dfc241cca..078c6f6de9cc4 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,39 +1,56 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.5.0 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- k-lite -- klite -- klite-standard -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.5.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.28 + - Updated LAV Filters to version 0.77.1-9-g19e58e + - Updated MPC Video Renderer to version 0.6.6.2005 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..24bda06abc65d --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.5.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.yaml index 647681064717f..b02bc0ccb5e32 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 16e2846e1c82f..cd23cd7980331 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,26 +1,134 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.5.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.5.2 Standard - Publisher: KLCP - ProductCode: KLiteCodecPack_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1752_Standard.exe - InstallerSha256: 54CF8F5AE7CEC59D34D28BFE6C5A7871911B0CA589090E38496DB3E5CB5B9E45 - ProductCode: KLiteCodecPack_is1 -ManifestType: installer -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.5.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-04-08 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1752_Standard.exe + InstallerSha256: 54CF8F5AE7CEC59D34D28BFE6C5A7871911B0CA589090E38496DB3E5CB5B9E45 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1752_Standard.exe + InstallerSha256: 54CF8F5AE7CEC59D34D28BFE6C5A7871911B0CA589090E38496DB3E5CB5B9E45 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 5edf0eb82509e..61fe1407e5944 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,39 +1,57 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.5.2 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- k-lite -- klite -- klite-standard -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.5.2 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.30 + - Updated LAV Filters to version 0.77.2-2-ge855c + - Updated MPC Video Renderer to version 0.6.8.2015 + - Updated MediaInfo Lite to version 23.03 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..864f132bb7597 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.5.2 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.yaml index 47c0cbbd2bd34..383216d8c741f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.5.2/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.5.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 11fd993485660..392d217a71520 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.7.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.7.0 Standard - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-08-03 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1770_Standard.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1770_Standard.exe + InstallerSha256: 0FF20629265495F5B93AAF0B8F5188353FA7E0924C1046E77CE2B2DFB291C8F9 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1770_Standard.exe InstallerSha256: 0FF20629265495F5B93AAF0B8F5188353FA7E0924C1046E77CE2B2DFB291C8F9 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 2209f17e87d32..ead64f2280c3e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,40 +1,59 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.7.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.122 + - Updated MPC Video Renderer to version 0.6.8.2103 + - Updated MediaInfo Lite to version 23.07 + - Updated Codec Tweak Tool to version 6.7.0 + - MPC Video Renderer now supports Dolby Vision (profiles 5/8.1/8.4 only) + - MPC-HC internal subtitle renderer now has option to use libass +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0af6ad8edab36 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.7.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.yaml index 2257c5612f9d9..c305e331fe571 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 426d901fb1f58..25e086ea657da 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.7.5 -Platform: -- Windows.Desktop -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.7.5 Standard - ProductCode: KLiteCodecPack_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1775_Standard.exe - InstallerSha256: BB68DC0EE3AC940EF0FCF2A970C19EB897A8B6A7E8089F5310AF005AE718BA47 -ManifestType: installer -ManifestVersion: 1.5.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.7.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-08-25 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1775_Standard.exe + InstallerSha256: BB68DC0EE3AC940EF0FCF2A970C19EB897A8B6A7E8089F5310AF005AE718BA47 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1775_Standard.exe + InstallerSha256: BB68DC0EE3AC940EF0FCF2A970C19EB897A8B6A7E8089F5310AF005AE718BA47 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index ce5365adaadfe..5ef2f4b6cb07a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,40 +1,55 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.7.5 -PackageLocale: en-US -Publisher: KLCP -PublisherUrl: https://codecguide.com -PublisherSupportUrl: https://codecguide.com/forum.htm -PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP -PackageName: K-Lite Codec Pack Standard -PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm -License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. -CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. -Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. -Moniker: k-litecodecpackstandard -Tags: -- audio -- k-lite -- klite -- klite-standard -- mkv -- mp4 -- mpeg -- multimedia -- player -- video -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://codecguide.com/faq.htm -ManifestType: defaultLocale -ManifestVersion: 1.5.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.7.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.132 + - Updated MPC Video Renderer to version 0.7.0.2131 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..87c54ef7eaf8e --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.7.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.yaml index c1addebeaeb80..6a9212b00c478 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.7.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard -PackageVersion: 17.7.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.7.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 783375c50cfcb..98c7b221af33e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.8.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.8.0 Standard - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-09-11 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1780_Standard.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1780_Standard.exe + InstallerSha256: 06A320F62109A2F3C8132E6BCBCBA93BD3B1388A64BA8A8A59CF4A6031A907D1 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1780_Standard.exe InstallerSha256: 06A320F62109A2F3C8132E6BCBCBA93BD3B1388A64BA8A8A59CF4A6031A907D1 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index ec466ff6c7954..eb887e889cdf1 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,40 +1,57 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.8.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.133 + - Updated LAV Filters to version 0.77.2-3-ga9b43 + - Updated MPC Video Renderer to version 0.7.0.2135 + - Updated Icaros to version 3.3.1 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..97f48d5140bf0 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.8.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.yaml index a687a2e82869f..5df1e07ee407a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 7122141f2784b..ce7e9ec1ce4f0 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.8.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.8.5 Standard - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-10-09 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1785_Standard.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1785_Standard.exe + InstallerSha256: 83AF20357B158206B09E5214383C17F310BFE853292530AEB1497C5028F32316 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1785_Standard.exe InstallerSha256: 83AF20357B158206B09E5214383C17F310BFE853292530AEB1497C5028F32316 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 0c2934333eccf..e76c50d4c5a28 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,40 +1,57 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.8.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.0.0.144 + - Updated LAV Filters to version 0.77.2-16-g38bed + - Updated MPC Video Renderer to version 0.7.0.2143 + - Updated MediaInfo Lite to version 23.10 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c23d736a58ea5 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.8.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.yaml index 3c081b74d40aa..93301bc507f42 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.8.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.8.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 6d42a7538dd9d..b743babe606ce 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,25 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.9.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2023-10-29 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.9.0 Standard - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1790_Standard.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1790_Standard.exe + InstallerSha256: 9AD6AA4D32B2EBFD73FD411CA35E5F7F5ECBA7B0399E95B34EA4E434170ABCBB +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1790_Standard.exe InstallerSha256: 9AD6AA4D32B2EBFD73FD411CA35E5F7F5ECBA7B0399E95B34EA4E434170ABCBB ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index f2f3a379e9e1b..cce7086ba603f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,40 +1,56 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.9.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.0.0 + - Updated LAV Filters to version 0.78 + - Updated MPC Video Renderer to version 0.7.0.2148 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fc52691f96631 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.9.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.yaml index 65df047b5b9c8..28a629d5195dc 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index d9f4ef11143da..244d325606dfd 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.9.4 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 17.9.4 Standard - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-11-09 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1794_Standard.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1794_Standard.exe + InstallerSha256: 6B99787C4CA7CC7357B2EF4B24C8FA9D2BDF40EF6DA8315464C65868383BE607 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1794_Standard.exe InstallerSha256: 6B99787C4CA7CC7357B2EF4B24C8FA9D2BDF40EF6DA8315464C65868383BE607 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index a59c292d66862..464e49114cac3 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,40 +1,55 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.9.4 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.2.0 + - Updated MPC Video Renderer to version 0.7.0.2152 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a735b4a7aa759 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 17.9.4 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.yaml index f38a12ac0e9dd..d02afe3990a6c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/17.9.4/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 17.9.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 9bfcb73a26568..fbb8ee97d70b8 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 18.0.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.0 Standard - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2023-12-13 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1800_Standard.exe InstallerSha256: 6B531317E4C6B70C346FAB233515D3D90A0AB09D8D6734B8FA812E7419AB467F +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1800_Standard.exe + InstallerSha256: 6B531317E4C6B70C346FAB233515D3D90A0AB09D8D6734B8FA812E7419AB467F ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 4e8fed094b9cc..63a2bf44c754e 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,40 +1,60 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 18.0.0 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.3.0 + - Updated LAV Filters to version 0.78-1-ga1fd7 + - Updated MPC Video Renderer to version 0.7.0.2160 + - Updated MediaInfo Lite to version 23.11 + - Updated Icaros to version 3.3.2 + - Updated Codec Tweak Tool to version 6.7.1 + - Added libass option for MPC-HC +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..27b508d8240af --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.0.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2023, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.yaml index 339ee2a5ba1e6..7b9829a7125f8 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 18.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 59af33c2d1527..189d107b148c3 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,24 +1,134 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 18.0.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Standard - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-01-15 Installers: - Architecture: x86 - InstallerUrl: https://files3.codecguide.com/K-Lite_Codec_Pack_1805_Standard.exe + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1805_Standard.exe + InstallerSha256: 50B39EA583104FA170BD2C6C157D324A7EBB1E5409FB65D554F19613FE789753 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1805_Standard.exe InstallerSha256: 50B39EA583104FA170BD2C6C157D324A7EBB1E5409FB65D554F19613FE789753 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 4d8ae4c5c17a3..761dba01c0ea8 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,40 +1,55 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 18.0.5 PackageLocale: en-US Publisher: KLCP -PublisherUrl: https://codecguide.com +PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.4.0 + - Updated MPC Video Renderer to version 0.7.1.2172 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e6accc9256f75 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.0.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.yaml index cdaa4e99d5adc..8429d5054c3ef 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.0.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 18.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index a5d93aea34e5e..399804cf3b43b 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,25 +1,134 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 18.1.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-02-28 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Standard - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1815_Standard.exe InstallerSha256: 8ECA14AB05640F470AE1DD86DB31DC281B55A38E3A6C3E6C45C39EE629D6EB2D +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1815_Standard.exe + InstallerSha256: 8ECA14AB05640F470AE1DD86DB31DC281B55A38E3A6C3E6C45C39EE629D6EB2D ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 3c6b38a0704d6..dee7e77fd3871 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard @@ -8,31 +8,46 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.6.0 + - Updated MPC Video Renderer to version 0.7.2.2203 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..aeb524de6e187 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.1.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.yaml index f90947c61e5c6..e382c7cebe74a 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.1.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 0518fa0bf3817..e41d67b19f1ca 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,25 +1,134 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 18.2.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-03-11 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Standard - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1820_Standard.exe InstallerSha256: 41CFBE5C1A568934AB047C59C8C17E254772BEA78FDF725D85C885B104E9184D +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1820_Standard.exe + InstallerSha256: 41CFBE5C1A568934AB047C59C8C17E254772BEA78FDF725D85C885B104E9184D ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 457f1e4b60d27..8f82077db6481 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard @@ -8,31 +8,46 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.1.7.0 + - Updated MPC Video Renderer to version 0.7.3.2210 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2c8e89d89ba4c --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.2.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.yaml index a883dcb32a0eb..3d81de7926581 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.2.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 3657eec65e424..2153d970eb71f 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,24 +1,134 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 18.3.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Standard - ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-06-01 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1835_Standard.exe InstallerSha256: A7B32CCA72054683EAFA5233280F55B67470F53EF8858D3BEDCAC9852F074160 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1835_Standard.exe + InstallerSha256: A7B32CCA72054683EAFA5233280F55B67470F53EF8858D3BEDCAC9852F074160 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index f2fe731db6ed0..23bb78890e419 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard @@ -8,31 +8,48 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.2.1.55 + - Updated LAV Filters to version 0.79.2-5-g28f37 + - Updated MPC Video Renderer to version 0.8.2.2250 + - Updated MediaInfo Lite to version 24.04 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0f7f6da854d88 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.3.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.yaml index d99cb139d6e2e..5ac2bd3d3f8cb 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.3.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 1bb43609348b4..c1d46a4070924 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,25 +1,134 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 18.4.0 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-06-11 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Standard - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1840_Standard.exe InstallerSha256: 834C7A9112D1B8D037CC116AD43FC10697B11A38C6E6C34228D69A07CCDF7D67 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1840_Standard.exe + InstallerSha256: 834C7A9112D1B8D037CC116AD43FC10697B11A38C6E6C34228D69A07CCDF7D67 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index edacba68a8f03..b1b3b4cd439bc 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard @@ -8,31 +8,48 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.3.0.0 + - Updated LAV Filters to version 0.79.2-9-g56aab + - Updated MPC Video Renderer to version 0.8.3.2255 + - Updated MediaInfo Lite to version 24.05 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..887a1e7afab98 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.4.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.yaml index e2d5f551ddb55..174974912962c 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.2.1 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml index 02d39d16e96ad..aef443c95a5a7 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -1,25 +1,134 @@ -# Created with komac v2.3.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard PackageVersion: 18.4.5 -Platform: -- Windows.Desktop InstallerType: inno Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: install -ProductCode: KLiteCodecPack_is1 +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm ReleaseDate: 2024-07-01 -AppsAndFeaturesEntries: -- DisplayName: K-Lite Codec Pack 18.0.5 Standard - ProductCode: KLiteCodecPack_is1 Installers: - Architecture: x86 InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1845_Standard.exe InstallerSha256: 1B6BFF006EC2831AE175FE99883C32A73AEAFA4FB974DDE29169F4066355E94C +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1845_Standard.exe + InstallerSha256: 1B6BFF006EC2831AE175FE99883C32A73AEAFA4FB974DDE29169F4066355E94C ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml index 817a5c4d65a96..edff55b8e23d5 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.3.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard @@ -8,31 +8,50 @@ Publisher: KLCP PublisherUrl: https://codecguide.com/ PublisherSupportUrl: https://codecguide.com/forum.htm PrivacyUrl: https://codecguide.com/privacypolicy.htm -Author: KLCP +# Author: PackageName: K-Lite Codec Pack Standard PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm License: Freeware -LicenseUrl: https://codecguide.com/termsofuse.htm -Copyright: Copyright 2004-2022, Codec Guide. All rights reserved. +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. CopyrightUrl: https://codecguide.com/termsofuse.htm -ShortDescription: The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. Description: |- - The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. - Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. - The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. - With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. Moniker: k-litecodecpackstandard Tags: - audio +- codec +- decode - k-lite - klite - klite-standard +- media - mkv - mp4 -- mpeg +- mpc +- mpc-hc - multimedia +- music - player - video +ReleaseNotes: |- + - Updated MPC-HC to version 2.3.2.0 + - Updated LAV Filters to version 0.79.2-18-ga7212 + - Updated MPC Video Renderer to version 0.8.4.2263 + - Updated Codec Tweak Tool to version 6.7.3 + - Updated MediaInfo Lite to version 24.06 + - Updated Icaros to version 3.3.3 b1 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://codecguide.com/faq.htm diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c0f3b81add411 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.4.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.yaml index c65f837ba43d4..4bc7bbdb24852 100644 --- a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.yaml +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.3.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.8/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.8/CodecGuide.K-LiteCodecPack.Standard.installer.yaml new file mode 100644 index 0000000000000..0aaef4bbcd864 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.8/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.4.8 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1848_Standard.exe + InstallerSha256: 5D01C1CC07DD0A0D0617F232C456E1D69DD414BD6AB0DE3BCB4E674D4EC7D18D +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1848_Standard.exe + InstallerSha256: 5D01C1CC07DD0A0D0617F232C456E1D69DD414BD6AB0DE3BCB4E674D4EC7D18D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.8/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.8/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml new file mode 100644 index 0000000000000..e2b545b057175 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.8/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.4.8 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.3.3.0 + - Updated MPC Video Renderer to version 0.8.5.2268 + - Updated Icaros to version 3.3.3 b2 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.8/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.8/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c70e29091a10a --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.8/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.4.8 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.8/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.8/CodecGuide.K-LiteCodecPack.Standard.yaml new file mode 100644 index 0000000000000..982e22f36fd36 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.4.8/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.4.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml new file mode 100644 index 0000000000000..abf336cf84377 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.5.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1850_Standard.exe + InstallerSha256: 05623BF2BDDBE624998F89D96B2CCBE45340B91D460CFCCECB88413E3B6AF80E +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1850_Standard.exe + InstallerSha256: 05623BF2BDDBE624998F89D96B2CCBE45340B91D460CFCCECB88413E3B6AF80E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml new file mode 100644 index 0000000000000..8bf7b845886cb --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.5.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +# - madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.3.4.0 + - Updated MPC Video Renderer to version 0.8.5.2275 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6582201a78f03 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.5.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +# - madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.0/CodecGuide.K-LiteCodecPack.Standard.yaml new file mode 100644 index 0000000000000..c3b569d6f43bf --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.0/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml new file mode 100644 index 0000000000000..d2b55d151dc2b --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.5/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.5.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1855_Standard.exe + InstallerSha256: DC877E07E81C61F4CF49BE4C3EFFEAFAEEAA9044936EF7DCFB1D7A9BDE52D9CC +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1855_Standard.exe + InstallerSha256: DC877E07E81C61F4CF49BE4C3EFFEAFAEEAA9044936EF7DCFB1D7A9BDE52D9CC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml new file mode 100644 index 0000000000000..cf73f6c678460 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.5/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.5.5 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bf3cb215ab99a --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.5/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.5.5 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +# Author: +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +# Moniker: +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.5/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.5/CodecGuide.K-LiteCodecPack.Standard.yaml new file mode 100644 index 0000000000000..09f0403aab367 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.5.5/CodecGuide.K-LiteCodecPack.Standard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.5.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.12.4/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.12.4/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..6db846baf7e4a --- /dev/null +++ b/manifests/c/Coder/Coder/2.12.4/Coder.Coder.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.12.4 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.12.4/coder_2.12.4_windows_amd64_installer.exe + InstallerSha256: 1140039B853968F0FC240055D1B87B0E0E5BB0C05D33784FEB304475E10C6C24 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.12.4/coder_2.12.4_windows_amd64.zip + InstallerSha256: 67B572F0AF61DD73164560C0B1D952237EB0AE31660CD3419189DC070F6476C2 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.12.4/coder_2.12.4_windows_arm64.zip + InstallerSha256: 2D7A64938D321FF99AD73CCE4D456CACAD1F8FCCCAEDE2D1C3039571D6ED27B9 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.12.4/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.12.4/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..d2b84f66aeee9 --- /dev/null +++ b/manifests/c/Coder/Coder/2.12.4/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.12.4 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.12.4/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.12.4/Coder.Coder.yaml new file mode 100644 index 0000000000000..3139964a1e5eb --- /dev/null +++ b/manifests/c/Coder/Coder/2.12.4/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.12.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.12.5/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.12.5/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..11b827e37027b --- /dev/null +++ b/manifests/c/Coder/Coder/2.12.5/Coder.Coder.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.12.5 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.12.5/coder_2.12.5_windows_amd64_installer.exe + InstallerSha256: 60417CE36FCC740AE39F40D5D407C6AE3BF921A17DC832113D72DE3079016D6D + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.12.5/coder_2.12.5_windows_amd64.zip + InstallerSha256: 8A076A44F5BB2C637A06C610436AC414D3E57F8D847566AF6314455928E27571 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.12.5/coder_2.12.5_windows_arm64.zip + InstallerSha256: A021924707B2FB07A2C9589DCA1A9ABAEE640659C89CD7257FEB746688276000 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.12.5/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.12.5/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..bf2cbd7751422 --- /dev/null +++ b/manifests/c/Coder/Coder/2.12.5/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.12.5 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.12.5/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.12.5/Coder.Coder.yaml new file mode 100644 index 0000000000000..fd0e4cfcb0784 --- /dev/null +++ b/manifests/c/Coder/Coder/2.12.5/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.12.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.12.6/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.12.6/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..e585745dfd54d --- /dev/null +++ b/manifests/c/Coder/Coder/2.12.6/Coder.Coder.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.12.6 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.12.6/coder_2.12.6_windows_amd64_installer.exe + InstallerSha256: 447CD4CD3CC09EA337F310A861989886C6AB3AA583AB99C2392560E3D42D00B2 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.12.6/coder_2.12.6_windows_amd64.zip + InstallerSha256: 23B67F7328996F56A72896E85868500AF678F98B59448FDB9C1A1C36F5FB5090 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.12.6/coder_2.12.6_windows_arm64.zip + InstallerSha256: 0483D3297220BBAC537B71036DD041A778D8A2365837808E65DD32AADE96015B + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.12.6/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.12.6/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..f9360ab290746 --- /dev/null +++ b/manifests/c/Coder/Coder/2.12.6/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.12.6 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.12.6/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.12.6/Coder.Coder.yaml new file mode 100644 index 0000000000000..2fb0d043108db --- /dev/null +++ b/manifests/c/Coder/Coder/2.12.6/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.12.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.1/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.13.1/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..3c9e53af25dbf --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.1/Coder.Coder.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.1 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.1/coder_2.13.1_windows_amd64_installer.exe + InstallerSha256: FD74DD985B40219D93CC3DE352FE13645505E8EAB5ECDCDF55BE08172FD95BD2 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.1/coder_2.13.1_windows_amd64.zip + InstallerSha256: 744FB1E5F9C4C5EA24EF1335099A98955DF89991850E3EF843AB760B9C19EE2B + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.1/coder_2.13.1_windows_arm64.zip + InstallerSha256: 1E304628E4CADFC321AF80DC20F3C9703B9275863597E0AD0A9386B86364604F + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.1/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.13.1/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..7eedfac58b16e --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.1/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.1 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.1/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.13.1/Coder.Coder.yaml new file mode 100644 index 0000000000000..18b67ab210d30 --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.1/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.2/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.13.2/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..b9b030def70c0 --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.2/Coder.Coder.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.2 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.2/coder_2.13.2_windows_amd64_installer.exe + InstallerSha256: 81360538253804C412DE143C33AACE3254FF77A6CC9FB53C5EAF938100911654 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.2/coder_2.13.2_windows_amd64.zip + InstallerSha256: 4B1A6E066C2FB09D5E84E83E1E0025092B2B7FD28588D29C3CBD4B7528CFB82A + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.2/coder_2.13.2_windows_arm64.zip + InstallerSha256: F211BB8403EF8599CB20C8456A5237D995AD4203AA94A14B6FE9A036D4A94DBD + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.2/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.13.2/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..97fd1e2d36af4 --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.2/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.2 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.2/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.13.2/Coder.Coder.yaml new file mode 100644 index 0000000000000..07bd1f6ed8b54 --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.2/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.3/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.13.3/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..e17375d16bb13 --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.3/Coder.Coder.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.3 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.3/coder_2.13.3_windows_amd64_installer.exe + InstallerSha256: D4524AD846FA26C16DE98A289A44F2F2E824A48EA6CD6AABE0F2476A1702980A + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.3/coder_2.13.3_windows_amd64.zip + InstallerSha256: CD5691B320FB990043246F784E02EEC3EDBADA4F6B6A56518C2C73E3FC9CF0FE + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.3/coder_2.13.3_windows_arm64.zip + InstallerSha256: 21FF2A69CB8520400E887CA1F43590762ACCBA526693C8C700F1C627A16282FF + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.3/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.13.3/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..ee8ea2cd54323 --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.3/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.3 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.3/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.13.3/Coder.Coder.yaml new file mode 100644 index 0000000000000..0768695ed73ae --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.3/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.4/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.13.4/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..5e2a57147b0db --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.4/Coder.Coder.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.4 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.4/coder_2.13.4_windows_amd64_installer.exe + InstallerSha256: D85748E2D9B0DBD395858E675D7D65316CFFA2C4FDE7E7F1967A2CD475FDC217 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.4/coder_2.13.4_windows_amd64.zip + InstallerSha256: 10A80E136BB4E49869259A03493B9734142292A630D67FB8DA7EE97DF086B5CF + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.4/coder_2.13.4_windows_arm64.zip + InstallerSha256: 2404AF82A516917BB35A05BCF6EF68EFFA0AFD8AC5E6954EE284C200AEDEA892 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.4/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.13.4/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..a7e2004f9f55c --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.4/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.4 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.4/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.13.4/Coder.Coder.yaml new file mode 100644 index 0000000000000..5641f1b9edba8 --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.4/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.5/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.13.5/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..ca40018436841 --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.5/Coder.Coder.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.5 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.5/coder_2.13.5_windows_amd64_installer.exe + InstallerSha256: 2923DDCAA7BFA11041FB69A3F727004A69BB9A40402F982200AAA1928A8011E0 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.5/coder_2.13.5_windows_amd64.zip + InstallerSha256: 4FFAE3E4A51F4B5EE1B34A6C9169D653D1E5E201C6BF5D55EF708EE4EE4F79B9 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.13.5/coder_2.13.5_windows_arm64.zip + InstallerSha256: B380C17D9D4644FF41CCEB369B40D610319024A91D006B4C94AAA91AA54B76B4 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.5/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.13.5/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..38eb171e434b7 --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.5/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.5 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.13.5/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.13.5/Coder.Coder.yaml new file mode 100644 index 0000000000000..703e1ef8a2dae --- /dev/null +++ b/manifests/c/Coder/Coder/2.13.5/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.13.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.14.0/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.14.0/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..d74a9e452839b --- /dev/null +++ b/manifests/c/Coder/Coder/2.14.0/Coder.Coder.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.14.0 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.14.0/coder_2.14.0_windows_amd64_installer.exe + InstallerSha256: 56CE5C8740598595280815617A65C3024E4340FECEF4443D7021AF42727584C5 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.14.0/coder_2.14.0_windows_amd64.zip + InstallerSha256: 24F0A7DE53558C55AD30860293675D790CF5F64FD3A756A83F1C291A02956FFA + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.14.0/coder_2.14.0_windows_arm64.zip + InstallerSha256: AA845E275A6A4BEDCF85AF06FBA2ED7C375B82E90EF104B6E3BF9573B46B6D53 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.14.0/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.14.0/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..6fe03e1d9a0e1 --- /dev/null +++ b/manifests/c/Coder/Coder/2.14.0/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.14.0 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.14.0/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.14.0/Coder.Coder.yaml new file mode 100644 index 0000000000000..53486433b45cf --- /dev/null +++ b/manifests/c/Coder/Coder/2.14.0/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.14.1/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.14.1/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..3026da39ab685 --- /dev/null +++ b/manifests/c/Coder/Coder/2.14.1/Coder.Coder.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.14.1 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.14.1/coder_2.14.1_windows_amd64_installer.exe + InstallerSha256: D6A056534FE775040659EE756599F5A3B84EF00FC4A607BF5217B7D7BA196F1E + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.14.1/coder_2.14.1_windows_amd64.zip + InstallerSha256: 6D83C6591068A2A1F2EF58911B52DFD12D543F5482692883E0658DAF0CBA1E5A + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.14.1/coder_2.14.1_windows_arm64.zip + InstallerSha256: 8A01F5389E4F04453FC6D23583450DFE5EC66F17C123112CE3BAEA0D46F5697D + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.14.1/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.14.1/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..bd6d1e52925a1 --- /dev/null +++ b/manifests/c/Coder/Coder/2.14.1/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.14.1 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.14.1/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.14.1/Coder.Coder.yaml new file mode 100644 index 0000000000000..99eb058929a58 --- /dev/null +++ b/manifests/c/Coder/Coder/2.14.1/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.14.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.14.2/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.14.2/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..db75a056db0f8 --- /dev/null +++ b/manifests/c/Coder/Coder/2.14.2/Coder.Coder.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.14.2 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.14.2/coder_2.14.2_windows_amd64_installer.exe + InstallerSha256: 13AB99B2707AD6108B399A4FECFB682483BFAC21F11C86CF614E7F80BEE2F707 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.14.2/coder_2.14.2_windows_amd64.zip + InstallerSha256: 39C1095F62F32C610D794F5D9757A31D4153793BCA80E296E079E91FFE4CB15B + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.14.2/coder_2.14.2_windows_arm64.zip + InstallerSha256: 2BC50A6C8B2886FFD80769855048861A394B2D919E07B0D5530B73E50D2ABE62 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.14.2/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.14.2/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..c8c52a584eecb --- /dev/null +++ b/manifests/c/Coder/Coder/2.14.2/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.14.2 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.14.2/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.14.2/Coder.Coder.yaml new file mode 100644 index 0000000000000..6a88997b05286 --- /dev/null +++ b/manifests/c/Coder/Coder/2.14.2/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.14.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.14.3/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.14.3/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..165af8df22b7c --- /dev/null +++ b/manifests/c/Coder/Coder/2.14.3/Coder.Coder.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.14.3 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.14.3/coder_2.14.3_windows_amd64_installer.exe + InstallerSha256: 844519EA87DEAE7430046BE973AB720ADCA9F0ED6FBECDD8925DAECB227FAC2C + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.14.3/coder_2.14.3_windows_amd64.zip + InstallerSha256: 8F31558646D3451E0516FB93E4A5A77CD8284FEA7DF19689929723EABA49C603 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.14.3/coder_2.14.3_windows_arm64.zip + InstallerSha256: F91ACB16C4F15DF10965615AF9102B38989505000DA47D62133F4C122A42E581 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-05 diff --git a/manifests/c/Coder/Coder/2.14.3/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.14.3/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..2253acfbb0f0a --- /dev/null +++ b/manifests/c/Coder/Coder/2.14.3/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.14.3 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.14.3 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.14.3/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.14.3/Coder.Coder.yaml new file mode 100644 index 0000000000000..dc9f9a07a180a --- /dev/null +++ b/manifests/c/Coder/Coder/2.14.3/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.14.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.15.0/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.15.0/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..417484b14aa13 --- /dev/null +++ b/manifests/c/Coder/Coder/2.15.0/Coder.Coder.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.15.0 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.15.0/coder_2.15.0_windows_amd64_installer.exe + InstallerSha256: DA76A8A0310B2FD1981F9CB5BB57FA6B77C2E02DF6EFE543754A4A1436BC4A30 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.15.0/coder_2.15.0_windows_amd64.zip + InstallerSha256: A842D4CBF8C1C61B7F8FD08AAE46E41C037F1235F14192F48A5345BCF25D66BA + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.15.0/coder_2.15.0_windows_arm64.zip + InstallerSha256: 894CC509FE4CF40D45E86994FB037C1101F34AAFB5C1A15E3F45905A4D1C3EC1 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-03 diff --git a/manifests/c/Coder/Coder/2.15.0/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.15.0/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..12648feade15e --- /dev/null +++ b/manifests/c/Coder/Coder/2.15.0/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.15.0 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.15.0 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coder/Coder/2.15.0/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.15.0/Coder.Coder.yaml new file mode 100644 index 0000000000000..8a92bb76d8efa --- /dev/null +++ b/manifests/c/Coder/Coder/2.15.0/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2472/CodingWondersSoftware.DISMTools.Preview.installer.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2472/CodingWondersSoftware.DISMTools.Preview.installer.yaml new file mode 100644 index 0000000000000..59b48404f1396 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2472/CodingWondersSoftware.DISMTools.Preview.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.5.1.2472 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/CodingWonders/DISMTools/releases/download/v0.5.1_pre_2472/dt_setup.exe + InstallerSha256: C240AD165E0B179C53C2B3B42669D89244135E173F3DD5C3BF82CF2B7656AB8F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2472/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2472/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..b98b9da785d4c --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2472/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.5.1.2472 +PackageLocale: en-US +Publisher: CodingWonders Software +PublisherUrl: https://github.com/CodingWonders +PublisherSupportUrl: https://github.com/CodingWonders +Author: CodingWonders +PackageName: DISMTools Preview +License: GPLv3 +LicenseUrl: https://github.com/CodingWonders/DISMTools/blob/stable/LICENSE +Copyright: (c) 2022-2024. CodingWonders Software +ShortDescription: The connected place for Windows system administration. +Description: DISMTools is an advanced front-end for the Deployment Image Servicing and Management (DISM) tool, with support for projects and installations of any kind (whether it is your active installation or installations on any drive). DISMTools focuses on compatibility, with Windows image support starting from Windows 7 and Server 2008 R2, personalization, letting you customize it the way you want by configuring settings like the DISM executable to use, color modes, languages, and more; and performance, thanks to a combination of the DISM executable and a managed version of the DISM API (thanks to Jeff Kluge (jeffkl) for maintaining it) that provides rich functionality at speed. +Moniker: DISMTools-pre +Tags: +- windows +- gui +- sysadmin +- dism +InstallationNotes: Enjoy using DISMTools! If you're new to image servicing, or come from other tools, check out the help documentation. Since you will be using a preview release, we want your feedback in order to shape the next stable version of the software. If you encounter an issue, don't hesitate to send feedback at https://github.com/CodingWonders/DISMTools/issues/new/choose +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2472/CodingWondersSoftware.DISMTools.Preview.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2472/CodingWondersSoftware.DISMTools.Preview.yaml new file mode 100644 index 0000000000000..3cab5ee7dbd5b --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2472/CodingWondersSoftware.DISMTools.Preview.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.5.1.2472 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2481/CodingWondersSoftware.DISMTools.Preview.installer.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2481/CodingWondersSoftware.DISMTools.Preview.installer.yaml new file mode 100644 index 0000000000000..73dfa04713307 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2481/CodingWondersSoftware.DISMTools.Preview.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.5.1.2481 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/CodingWonders/DISMTools/releases/download/v0.5.1_pre_2481/dt_setup.exe + InstallerSha256: 855F1456F2DAB4A556D9298FCCF484EA5746ADF0228ED7035D475A638D70094E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2481/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2481/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..b7915226a6168 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2481/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.5.1.2481 +PackageLocale: en-US +Publisher: CodingWonders Software +PublisherUrl: https://github.com/CodingWonders +PublisherSupportUrl: https://github.com/CodingWonders +Author: CodingWonders +PackageName: DISMTools Preview +License: GPLv3 +LicenseUrl: https://github.com/CodingWonders/DISMTools/blob/stable/LICENSE +Copyright: (c) 2022-2024. CodingWonders Software +ShortDescription: The connected place for Windows system administration. +Description: DISMTools is an advanced front-end for the Deployment Image Servicing and Management (DISM) tool, with support for projects and installations of any kind (whether it is your active installation or installations on any drive). DISMTools focuses on compatibility, with Windows image support starting from Windows 7 and Server 2008 R2, personalization, letting you customize it the way you want by configuring settings like the DISM executable to use, color modes, languages, and more; and performance, thanks to a combination of the DISM executable and a managed version of the DISM API (thanks to Jeff Kluge (jeffkl) for maintaining it) that provides rich functionality at speed. +Moniker: DISMTools-pre +Tags: +- windows +- gui +- sysadmin +- dism +InstallationNotes: Enjoy using DISMTools! If you're new to image servicing, or come from other tools, check out the help documentation. Since you will be using a preview release, we want your feedback in order to shape the next stable version of the software. If you encounter an issue, don't hesitate to send feedback at https://github.com/CodingWonders/DISMTools/issues/new/choose +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2481/CodingWondersSoftware.DISMTools.Preview.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2481/CodingWondersSoftware.DISMTools.Preview.yaml new file mode 100644 index 0000000000000..81415241bcf5c --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2481/CodingWondersSoftware.DISMTools.Preview.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.5.1.2481 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2482/CodingWondersSoftware.DISMTools.Preview.installer.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2482/CodingWondersSoftware.DISMTools.Preview.installer.yaml new file mode 100644 index 0000000000000..2773f30b4d190 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2482/CodingWondersSoftware.DISMTools.Preview.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.5.1.2482 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/CodingWonders/DISMTools/releases/download/v0.5.1_pre_2482/dt_setup.exe + InstallerSha256: ABB77EA38981AE8092A2715E0EF396B5775D716FA795FABCEC567128756635A4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2482/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2482/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..1485437d8adde --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2482/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.5.1.2482 +PackageLocale: en-US +Publisher: CodingWonders Software +PublisherUrl: https://github.com/CodingWonders +PublisherSupportUrl: https://github.com/CodingWonders +Author: CodingWonders +PackageName: DISMTools Preview +License: GPLv3 +LicenseUrl: https://github.com/CodingWonders/DISMTools/blob/stable/LICENSE +Copyright: (c) 2022-2024. CodingWonders Software +ShortDescription: The connected place for Windows system administration. +Description: DISMTools is an advanced front-end for the Deployment Image Servicing and Management (DISM) tool, with support for projects and installations of any kind (whether it is your active installation or installations on any drive). DISMTools focuses on compatibility, with Windows image support starting from Windows 7 and Server 2008 R2, personalization, letting you customize it the way you want by configuring settings like the DISM executable to use, color modes, languages, and more; and performance, thanks to a combination of the DISM executable and a managed version of the DISM API (thanks to Jeff Kluge (jeffkl) for maintaining it) that provides rich functionality at speed. +Moniker: DISMTools-pre +Tags: +- windows +- gui +- sysadmin +- dism +InstallationNotes: Enjoy using DISMTools! If you're new to image servicing, or come from other tools, check out the help documentation. Since you will be using a preview release, we want your feedback in order to shape the next stable version of the software. If you encounter an issue, don't hesitate to send feedback at https://github.com/CodingWonders/DISMTools/issues/new/choose +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2482/CodingWondersSoftware.DISMTools.Preview.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2482/CodingWondersSoftware.DISMTools.Preview.yaml new file mode 100644 index 0000000000000..aa67c3a58e6b4 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.5.1.2482/CodingWondersSoftware.DISMTools.Preview.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.5.1.2482 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.0.2491/CodingWondersSoftware.DISMTools.Preview.installer.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.0.2491/CodingWondersSoftware.DISMTools.Preview.installer.yaml new file mode 100644 index 0000000000000..8cb7899a6d6c0 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.0.2491/CodingWondersSoftware.DISMTools.Preview.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.6.0.2491 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/CodingWonders/DISMTools/releases/download/v0.6_pre_2491/dt_setup.exe + InstallerSha256: CE6C975F60F4C24044A971ED2637AF84C803E8DBBE14FB1AB9E0834FF026EA15 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.0.2491/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.0.2491/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..ea0437c7809da --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.0.2491/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.6.0.2491 +PackageLocale: en-US +Publisher: CodingWonders Software +PublisherUrl: https://github.com/CodingWonders +PublisherSupportUrl: https://github.com/CodingWonders +Author: CodingWonders +PackageName: DISMTools Preview +License: GPLv3 +LicenseUrl: https://github.com/CodingWonders/DISMTools/blob/stable/LICENSE +Copyright: (c) 2022-2024. CodingWonders Software +ShortDescription: The connected place for Windows system administration. +Description: DISMTools is an advanced front-end for the Deployment Image Servicing and Management (DISM) tool, with support for projects and installations of any kind (whether it is your active installation or installations on any drive). DISMTools focuses on compatibility, with Windows image support starting from Windows 7 and Server 2008 R2, personalization, letting you customize it the way you want by configuring settings like the DISM executable to use, color modes, languages, and more; and performance, thanks to a combination of the DISM executable and a managed version of the DISM API (thanks to Jeff Kluge (jeffkl) for maintaining it) that provides rich functionality at speed. +Moniker: DISMTools-pre +Tags: +- windows +- gui +- sysadmin +- dism +InstallationNotes: Enjoy using DISMTools! If you're new to image servicing, or come from other tools, check out the help documentation. Since you will be using a preview release, we want your feedback in order to shape the next stable version of the software. If you encounter an issue, don't hesitate to send feedback at https://github.com/CodingWonders/DISMTools/issues/new/choose +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.0.2491/CodingWondersSoftware.DISMTools.Preview.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.0.2491/CodingWondersSoftware.DISMTools.Preview.yaml new file mode 100644 index 0000000000000..654e52190cbd3 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.0.2491/CodingWondersSoftware.DISMTools.Preview.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.6.0.2491 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.0.2472/CodingWondersSoftware.DISMTools.Stable.installer.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.0.2472/CodingWondersSoftware.DISMTools.Stable.installer.yaml new file mode 100644 index 0000000000000..c78013b24cf4e --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.0.2472/CodingWondersSoftware.DISMTools.Stable.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Stable +PackageVersion: 0.5.0.2472 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/CodingWonders/DISMTools/releases/download/v0.5_upd1/dt_setup.exe + InstallerSha256: 7CBE88876FDDB223FC1E5B453BE41C1336473B4357970D437A67EA98BA959C30 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.0.2472/CodingWondersSoftware.DISMTools.Stable.locale.en-US.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.0.2472/CodingWondersSoftware.DISMTools.Stable.locale.en-US.yaml new file mode 100644 index 0000000000000..b097aacf4cc49 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.0.2472/CodingWondersSoftware.DISMTools.Stable.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Stable +PackageVersion: 0.5.0.2472 +PackageLocale: en-US +Publisher: CodingWonders Software +PublisherUrl: https://github.com/CodingWonders +PublisherSupportUrl: https://github.com/CodingWonders +Author: CodingWonders +PackageName: DISMTools +License: GPLv3 +LicenseUrl: https://github.com/CodingWonders/DISMTools/blob/stable/LICENSE +Copyright: (c) 2022-2024. CodingWonders Software +ShortDescription: The connected place for Windows system administration. +Description: DISMTools is an advanced front-end for the Deployment Image Servicing and Management (DISM) tool, with support for projects and installations of any kind (whether it is your active installation or installations on any drive). DISMTools focuses on compatibility, with Windows image support starting from Windows 7 and Server 2008 R2, personalization, letting you customize it the way you want by configuring settings like the DISM executable to use, color modes, languages, and more; and performance, thanks to a combination of the DISM executable and a managed version of the DISM API (thanks to Jeff Kluge (jeffkl) for maintaining it) that provides rich functionality at speed. +Moniker: DISMTools +Tags: +- windows +- gui +- sysadmin +- dism +InstallationNotes: Enjoy using DISMTools! If you're new to image servicing, or come from other tools, check out the help documentation. If you encounter an issue, don't hesitate to send feedback at https://github.com/CodingWonders/DISMTools/issues/new/choose +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.0.2472/CodingWondersSoftware.DISMTools.Stable.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.0.2472/CodingWondersSoftware.DISMTools.Stable.yaml new file mode 100644 index 0000000000000..032563f9cb544 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.0.2472/CodingWondersSoftware.DISMTools.Stable.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Stable +PackageVersion: 0.5.0.2472 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.1/CodingWondersSoftware.DISMTools.Stable.installer.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.1/CodingWondersSoftware.DISMTools.Stable.installer.yaml new file mode 100644 index 0000000000000..09c32a76d46f3 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.1/CodingWondersSoftware.DISMTools.Stable.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Stable +PackageVersion: 0.5.1 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/CodingWonders/DISMTools/releases/download/v0.5.1_stable/dt_setup.exe + InstallerSha256: 49A97C07CCFBD72AB81237B6817C584413CD936A33C26B0D350F3926EB898E68 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.1/CodingWondersSoftware.DISMTools.Stable.locale.en-US.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.1/CodingWondersSoftware.DISMTools.Stable.locale.en-US.yaml new file mode 100644 index 0000000000000..8445b2bf45d51 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.1/CodingWondersSoftware.DISMTools.Stable.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Stable +PackageVersion: 0.5.1 +PackageLocale: en-US +Publisher: CodingWonders Software +PublisherUrl: https://github.com/CodingWonders +PublisherSupportUrl: https://github.com/CodingWonders +Author: CodingWonders +PackageName: DISMTools +License: GPLv3 +LicenseUrl: https://github.com/CodingWonders/DISMTools/blob/stable/LICENSE +Copyright: (c) 2022-2024. CodingWonders Software +ShortDescription: The connected place for Windows system administration. +Description: DISMTools is an advanced front-end for the Deployment Image Servicing and Management (DISM) tool, with support for projects and installations of any kind (whether it is your active installation or installations on any drive). DISMTools focuses on compatibility, with Windows image support starting from Windows 7 and Server 2008 R2, personalization, letting you customize it the way you want by configuring settings like the DISM executable to use, color modes, languages, and more; and performance, thanks to a combination of the DISM executable and a managed version of the DISM API (thanks to Jeff Kluge (jeffkl) for maintaining it) that provides rich functionality at speed. +Moniker: DISMTools +Tags: +- windows +- gui +- sysadmin +- dism +InstallationNotes: Enjoy using DISMTools! If you're new to image servicing, or come from other tools, check out the help documentation. If you encounter an issue, don't hesitate to send feedback at https://github.com/CodingWonders/DISMTools/issues/new/choose +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.1/CodingWondersSoftware.DISMTools.Stable.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.1/CodingWondersSoftware.DISMTools.Stable.yaml new file mode 100644 index 0000000000000..f817a9adcfe0c --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.5.1/CodingWondersSoftware.DISMTools.Stable.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Stable +PackageVersion: 0.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1717.24/Coldlake.StellarPlayer.installer.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1717.24/Coldlake.StellarPlayer.installer.yaml new file mode 100644 index 0000000000000..4b1d5b4595435 --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1717.24/Coldlake.StellarPlayer.installer.yaml @@ -0,0 +1,99 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1717.24 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +UpgradeBehavior: install +Protocols: +- stellar +FileExtensions: +- "264" +- 3g2 +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- amv +- ape +- asf +- ass +- avi +- bik +- csf +- dat +- divx +- evo +- f4v +- flac +- flv +- h264 +- hlv +- idx +- ifo +- ivm +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4p +- m4v +- midi +- mkv +- mod +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mpe +- mpeg +- mpeg4 +- mpg +- mpv2 +- ogg +- pls +- pss +- pva +- qt +- ra +- ram +- rm +- rmvb +- srt +- ssa +- stpl +- sub +- swf +- tp +- ts +- vob +- vp6 +- vp7 +- vtt +- wav +- webm +- wm +- wma +- wmp +- wmv +Installers: +- Architecture: x64 + InstallerUrl: https://player-download.coldlake1.com/player/20240717145552/Stellar_20240717145552_official_stable_full_x64.exe + InstallerSha256: E2FF6672D98B5B4CA2DB2162A2E5728D149894C53CECBB13E11B95C39CDAE94C + ProductCode: StellarPlayer +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1717.24/Coldlake.StellarPlayer.locale.en-US.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1717.24/Coldlake.StellarPlayer.locale.en-US.yaml new file mode 100644 index 0000000000000..7a0ef8d04df59 --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1717.24/Coldlake.StellarPlayer.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1717.24 +PackageLocale: en-US +Publisher: 冷湖科技有限公司 +PublisherUrl: https://www.stellarplayer.com/ +PublisherSupportUrl: https://www.stellarplayer.com/contact.html +# PrivacyUrl: +Author: Coldlake Technology (Wuhan) Co., Ltd. +PackageName: StellarPlayer +PackageUrl: https://www.stellarplayer.com/ +License: Proprietary +LicenseUrl: https://www.stellarplayer.com/agreement.html +Copyright: Copyright (C) 2024 +# CopyrightUrl: +ShortDescription: Versatile UHD media player +Description: Stellar Player is a versatile player that supports almost all video formats, which can play UHD videos smoothly, parse and cast network streaming URLs, stream BitTorrent and magnet links, interact via Danmu, install custom plugins, etc. Stellar Player has a simple interface, and is easy to operate, ad-free, and completely free. +# Moniker: +Tags: +- audio +- dlna +- media +- multimedia +- music +- player +- streaming +- video +# ReleaseNotes: +ReleaseNotesUrl: https://www.stellarplayer.com/blog/category/post/changelog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.stellarplayer.com/blog/category/manual +- DocumentLabel: FAQ + DocumentUrl: https://www.stellarplayer.com/FAQ.html +- DocumentLabel: FAQ + DocumentUrl: https://www.stellarplayer.com/blog/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1717.24/Coldlake.StellarPlayer.locale.zh-CN.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1717.24/Coldlake.StellarPlayer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8f23e1f349998 --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1717.24/Coldlake.StellarPlayer.locale.zh-CN.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1717.24 +PackageLocale: zh-CN +Publisher: 冷湖科技有限公司 +PublisherUrl: https://www.stellarplayer.com/ +PublisherSupportUrl: https://www.stellarplayer.com/contact.html +# PrivacyUrl: +Author: 冷湖科技(武汉)有限公司 +PackageName: 恒星播放器 +PackageUrl: https://www.stellarplayer.com/ +License: 专有软件 +LicenseUrl: https://www.stellarplayer.com/agreement.html +Copyright: Copyright (C) 2024 +# CopyrightUrl: +ShortDescription: 超高清万能解码影音播放器 +Description: 恒星播放器是一款万能播放器,几乎支持所有视频格式,能够流畅播放超高清视频,支持网络流地址解析、多端投屏,BT 磁力链边下边播、弹幕互动、自定义安装插件等。恒星播放器界面简洁、操作简单、绿色无广告,并且完全免费。 +# Moniker: +Tags: +- dlna +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 流媒体 +- 视频 +- 音乐 +- 音频 +ReleaseNotes: |- + 1. 支持离线播放,随时享受 VIP 特权 + 2. 支持展示个性化头像/昵称 + 3. 全面修复 flash 播放问题 + 4. 其他已知问题修复 +ReleaseNotesUrl: https://www.stellarplayer.com/blog/category/post/changelog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://www.stellarplayer.com/blog/category/manual +- DocumentLabel: 常见问题 + DocumentUrl: https://www.stellarplayer.com/FAQ.html +- DocumentLabel: 常见问题 + DocumentUrl: https://www.stellarplayer.com/blog/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1717.24/Coldlake.StellarPlayer.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1717.24/Coldlake.StellarPlayer.yaml new file mode 100644 index 0000000000000..8321b5be650e8 --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1717.24/Coldlake.StellarPlayer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1717.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1808.25/Coldlake.StellarPlayer.installer.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1808.25/Coldlake.StellarPlayer.installer.yaml new file mode 100644 index 0000000000000..7f2f9b730ea6a --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1808.25/Coldlake.StellarPlayer.installer.yaml @@ -0,0 +1,99 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1808.25 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +UpgradeBehavior: install +Protocols: +- stellar +FileExtensions: +- "264" +- 3g2 +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- amv +- ape +- asf +- ass +- avi +- bik +- csf +- dat +- divx +- evo +- f4v +- flac +- flv +- h264 +- hlv +- idx +- ifo +- ivm +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4p +- m4v +- midi +- mkv +- mod +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mpe +- mpeg +- mpeg4 +- mpg +- mpv2 +- ogg +- pls +- pss +- pva +- qt +- ra +- ram +- rm +- rmvb +- srt +- ssa +- stpl +- sub +- swf +- tp +- ts +- vob +- vp6 +- vp7 +- vtt +- wav +- webm +- wm +- wma +- wmp +- wmv +Installers: +- Architecture: x64 + InstallerUrl: https://player-download.coldlake1.com/player/20240808153024/Stellar_20240808153024_official_stable_full_x64.exe + InstallerSha256: BD1CE3787F3C84DD283790841BABCA532922D83CD9774CB22BA1652D3AF243BE + ProductCode: StellarPlayer +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1808.25/Coldlake.StellarPlayer.locale.en-US.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1808.25/Coldlake.StellarPlayer.locale.en-US.yaml new file mode 100644 index 0000000000000..c2d98c1ff512c --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1808.25/Coldlake.StellarPlayer.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1808.25 +PackageLocale: en-US +Publisher: 冷湖科技有限公司 +PublisherUrl: https://www.stellarplayer.com/ +PublisherSupportUrl: https://www.stellarplayer.com/contact.html +# PrivacyUrl: +Author: Coldlake Technology (Wuhan) Co., Ltd. +PackageName: StellarPlayer +PackageUrl: https://www.stellarplayer.com/ +License: Proprietary +LicenseUrl: https://www.stellarplayer.com/agreement.html +Copyright: Copyright (C) 2024 +# CopyrightUrl: +ShortDescription: Versatile UHD media player +Description: Stellar Player is a versatile player that supports almost all video formats, which can play UHD videos smoothly, parse and cast network streaming URLs, stream BitTorrent and magnet links, interact via Danmu, install custom plugins, etc. Stellar Player has a simple interface, and is easy to operate, ad-free, and completely free. +# Moniker: +Tags: +- audio +- dlna +- media +- multimedia +- music +- player +- streaming +- video +# ReleaseNotes: +ReleaseNotesUrl: https://www.stellarplayer.com/blog/category/post/changelog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.stellarplayer.com/blog/category/manual +- DocumentLabel: FAQ + DocumentUrl: https://www.stellarplayer.com/FAQ.html +- DocumentLabel: FAQ + DocumentUrl: https://www.stellarplayer.com/blog/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1808.25/Coldlake.StellarPlayer.locale.zh-CN.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1808.25/Coldlake.StellarPlayer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3dab3c3601c6d --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1808.25/Coldlake.StellarPlayer.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1808.25 +PackageLocale: zh-CN +Publisher: 冷湖科技有限公司 +PublisherUrl: https://www.stellarplayer.com/ +PublisherSupportUrl: https://www.stellarplayer.com/contact.html +# PrivacyUrl: +Author: 冷湖科技(武汉)有限公司 +PackageName: 恒星播放器 +PackageUrl: https://www.stellarplayer.com/ +License: 专有软件 +LicenseUrl: https://www.stellarplayer.com/agreement.html +Copyright: Copyright (C) 2024 +# CopyrightUrl: +ShortDescription: 超高清万能解码影音播放器 +Description: 恒星播放器是一款万能播放器,几乎支持所有视频格式,能够流畅播放超高清视频,支持网络流地址解析、多端投屏,BT 磁力链边下边播、弹幕互动、自定义安装插件等。恒星播放器界面简洁、操作简单、绿色无广告,并且完全免费。 +# Moniker: +Tags: +- dlna +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 流媒体 +- 视频 +- 音乐 +- 音频 +ReleaseNotes: |- + 1. 修复已知问题 + 2. 优化用户体验 +ReleaseNotesUrl: https://www.stellarplayer.com/blog/category/post/changelog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://www.stellarplayer.com/blog/category/manual +- DocumentLabel: 常见问题 + DocumentUrl: https://www.stellarplayer.com/FAQ.html +- DocumentLabel: 常见问题 + DocumentUrl: https://www.stellarplayer.com/blog/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1808.25/Coldlake.StellarPlayer.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1808.25/Coldlake.StellarPlayer.yaml new file mode 100644 index 0000000000000..939e44a5c5c20 --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1808.25/Coldlake.StellarPlayer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1808.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1813.28/Coldlake.StellarPlayer.installer.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1813.28/Coldlake.StellarPlayer.installer.yaml new file mode 100644 index 0000000000000..479e59814ad57 --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1813.28/Coldlake.StellarPlayer.installer.yaml @@ -0,0 +1,99 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1813.28 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +UpgradeBehavior: install +Protocols: +- stellar +FileExtensions: +- "264" +- 3g2 +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- amv +- ape +- asf +- ass +- avi +- bik +- csf +- dat +- divx +- evo +- f4v +- flac +- flv +- h264 +- hlv +- idx +- ifo +- ivm +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4p +- m4v +- midi +- mkv +- mod +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mpe +- mpeg +- mpeg4 +- mpg +- mpv2 +- ogg +- pls +- pss +- pva +- qt +- ra +- ram +- rm +- rmvb +- srt +- ssa +- stpl +- sub +- swf +- tp +- ts +- vob +- vp6 +- vp7 +- vtt +- wav +- webm +- wm +- wma +- wmp +- wmv +Installers: +- Architecture: x64 + InstallerUrl: https://player-download.coldlake1.com/player/20240813182024/Stellar_20240813182024_official_stable_full_x64.exe + InstallerSha256: 69B8C18301B4067C96FE8DB6E4F4FF8D6A53D69BA9592A314BCD2413D5A4A7C0 + ProductCode: StellarPlayer +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1813.28/Coldlake.StellarPlayer.locale.en-US.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1813.28/Coldlake.StellarPlayer.locale.en-US.yaml new file mode 100644 index 0000000000000..106d9952ae79c --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1813.28/Coldlake.StellarPlayer.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1813.28 +PackageLocale: en-US +Publisher: 冷湖科技有限公司 +PublisherUrl: https://www.stellarplayer.com/ +PublisherSupportUrl: https://www.stellarplayer.com/contact.html +# PrivacyUrl: +Author: Coldlake Technology (Wuhan) Co., Ltd. +PackageName: StellarPlayer +PackageUrl: https://www.stellarplayer.com/ +License: Proprietary +LicenseUrl: https://www.stellarplayer.com/agreement.html +Copyright: Copyright (C) 2024 +# CopyrightUrl: +ShortDescription: Versatile UHD media player +Description: Stellar Player is a versatile player that supports almost all video formats, which can play UHD videos smoothly, parse and cast network streaming URLs, stream BitTorrent and magnet links, interact via Danmu, install custom plugins, etc. Stellar Player has a simple interface, and is easy to operate, ad-free, and completely free. +# Moniker: +Tags: +- audio +- dlna +- media +- multimedia +- music +- player +- streaming +- video +# ReleaseNotes: +ReleaseNotesUrl: https://www.stellarplayer.com/blog/category/post/changelog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.stellarplayer.com/blog/category/manual +- DocumentLabel: FAQ + DocumentUrl: https://www.stellarplayer.com/FAQ.html +- DocumentLabel: FAQ + DocumentUrl: https://www.stellarplayer.com/blog/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1813.28/Coldlake.StellarPlayer.locale.zh-CN.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1813.28/Coldlake.StellarPlayer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0955b94a70515 --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1813.28/Coldlake.StellarPlayer.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1813.28 +PackageLocale: zh-CN +Publisher: 冷湖科技有限公司 +PublisherUrl: https://www.stellarplayer.com/ +PublisherSupportUrl: https://www.stellarplayer.com/contact.html +# PrivacyUrl: +Author: 冷湖科技(武汉)有限公司 +PackageName: 恒星播放器 +PackageUrl: https://www.stellarplayer.com/ +License: 专有软件 +LicenseUrl: https://www.stellarplayer.com/agreement.html +Copyright: Copyright (C) 2024 +# CopyrightUrl: +ShortDescription: 超高清万能解码影音播放器 +Description: 恒星播放器是一款万能播放器,几乎支持所有视频格式,能够流畅播放超高清视频,支持网络流地址解析、多端投屏,BT 磁力链边下边播、弹幕互动、自定义安装插件等。恒星播放器界面简洁、操作简单、绿色无广告,并且完全免费。 +# Moniker: +Tags: +- dlna +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 流媒体 +- 视频 +- 音乐 +- 音频 +ReleaseNotes: |- + 1. 修复已知问题 + 2. 优化用户体验 +ReleaseNotesUrl: https://www.stellarplayer.com/blog/category/post/changelog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://www.stellarplayer.com/blog/category/manual +- DocumentLabel: 常见问题 + DocumentUrl: https://www.stellarplayer.com/FAQ.html +- DocumentLabel: 常见问题 + DocumentUrl: https://www.stellarplayer.com/blog/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1813.28/Coldlake.StellarPlayer.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1813.28/Coldlake.StellarPlayer.yaml new file mode 100644 index 0000000000000..4a76132baf1eb --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1813.28/Coldlake.StellarPlayer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1813.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1822.23/Coldlake.StellarPlayer.installer.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1822.23/Coldlake.StellarPlayer.installer.yaml new file mode 100644 index 0000000000000..5e3f4192af617 --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1822.23/Coldlake.StellarPlayer.installer.yaml @@ -0,0 +1,99 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1822.23 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +UpgradeBehavior: install +Protocols: +- stellar +FileExtensions: +- "264" +- 3g2 +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- amv +- ape +- asf +- ass +- avi +- bik +- csf +- dat +- divx +- evo +- f4v +- flac +- flv +- h264 +- hlv +- idx +- ifo +- ivm +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4p +- m4v +- midi +- mkv +- mod +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mpe +- mpeg +- mpeg4 +- mpg +- mpv2 +- ogg +- pls +- pss +- pva +- qt +- ra +- ram +- rm +- rmvb +- srt +- ssa +- stpl +- sub +- swf +- tp +- ts +- vob +- vp6 +- vp7 +- vtt +- wav +- webm +- wm +- wma +- wmp +- wmv +Installers: +- Architecture: x64 + InstallerUrl: https://player-download.coldlake1.com/player/20240822133215/Stellar_20240822133215_official_stable_full_x64.exe + InstallerSha256: 7DEB188901B1DE7EF7C411169BA6C9D0163419808875A089F5543A8621445E26 + ProductCode: StellarPlayer +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1822.23/Coldlake.StellarPlayer.locale.en-US.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1822.23/Coldlake.StellarPlayer.locale.en-US.yaml new file mode 100644 index 0000000000000..76d97a0ca05fb --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1822.23/Coldlake.StellarPlayer.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1822.23 +PackageLocale: en-US +Publisher: 冷湖科技有限公司 +PublisherUrl: https://www.stellarplayer.com/ +PublisherSupportUrl: https://www.stellarplayer.com/contact.html +# PrivacyUrl: +Author: Coldlake Technology (Wuhan) Co., Ltd. +PackageName: StellarPlayer +PackageUrl: https://www.stellarplayer.com/ +License: Proprietary +LicenseUrl: https://www.stellarplayer.com/agreement.html +Copyright: Copyright (C) 2024 +# CopyrightUrl: +ShortDescription: Versatile UHD media player +Description: Stellar Player is a versatile player that supports almost all video formats, which can play UHD videos smoothly, parse and cast network streaming URLs, stream BitTorrent and magnet links, interact via Danmu, install custom plugins, etc. Stellar Player has a simple interface, and is easy to operate, ad-free, and completely free. +# Moniker: +Tags: +- audio +- dlna +- media +- multimedia +- music +- player +- streaming +- video +# ReleaseNotes: +ReleaseNotesUrl: https://www.stellarplayer.com/blog/category/post/changelog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.stellarplayer.com/blog/category/manual +- DocumentLabel: FAQ + DocumentUrl: https://www.stellarplayer.com/FAQ.html +- DocumentLabel: FAQ + DocumentUrl: https://www.stellarplayer.com/blog/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1822.23/Coldlake.StellarPlayer.locale.zh-CN.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1822.23/Coldlake.StellarPlayer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2dca059a603fa --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1822.23/Coldlake.StellarPlayer.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1822.23 +PackageLocale: zh-CN +Publisher: 冷湖科技有限公司 +PublisherUrl: https://www.stellarplayer.com/ +PublisherSupportUrl: https://www.stellarplayer.com/contact.html +# PrivacyUrl: +Author: 冷湖科技(武汉)有限公司 +PackageName: 恒星播放器 +PackageUrl: https://www.stellarplayer.com/ +License: 专有软件 +LicenseUrl: https://www.stellarplayer.com/agreement.html +Copyright: Copyright (C) 2024 +# CopyrightUrl: +ShortDescription: 超高清万能解码影音播放器 +Description: 恒星播放器是一款万能播放器,几乎支持所有视频格式,能够流畅播放超高清视频,支持网络流地址解析、多端投屏,BT 磁力链边下边播、弹幕互动、自定义安装插件等。恒星播放器界面简洁、操作简单、绿色无广告,并且完全免费。 +# Moniker: +Tags: +- dlna +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 流媒体 +- 视频 +- 音乐 +- 音频 +ReleaseNotes: |- + 1. 修复已知问题 + 2. 优化用户体验 +ReleaseNotesUrl: https://www.stellarplayer.com/blog/category/post/changelog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://www.stellarplayer.com/blog/category/manual +- DocumentLabel: 常见问题 + DocumentUrl: https://www.stellarplayer.com/FAQ.html +- DocumentLabel: 常见问题 + DocumentUrl: https://www.stellarplayer.com/blog/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.24.1822.23/Coldlake.StellarPlayer.yaml b/manifests/c/Coldlake/StellarPlayer/2.24.1822.23/Coldlake.StellarPlayer.yaml new file mode 100644 index 0000000000000..89555afc455af --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.24.1822.23/Coldlake.StellarPlayer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.24.1822.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollapseLauncher/Collapse/1.80.16/CollapseLauncher.Collapse.installer.yaml b/manifests/c/CollapseLauncher/Collapse/1.80.16/CollapseLauncher.Collapse.installer.yaml new file mode 100644 index 0000000000000..324eb14e8efa1 --- /dev/null +++ b/manifests/c/CollapseLauncher/Collapse/1.80.16/CollapseLauncher.Collapse.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CollapseLauncher.Collapse +PackageVersion: 1.80.16 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CollapseLauncher/Collapse/releases/download/CL-v1.80.16/CL-1.80.16-stable_Installer.exe + InstallerSha256: CEEF2FA0BE8D793553B9F0ADB1DE351798AFFB638A89ADF1B01B8C844B0CD86C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollapseLauncher/Collapse/1.80.16/CollapseLauncher.Collapse.locale.en-US.yaml b/manifests/c/CollapseLauncher/Collapse/1.80.16/CollapseLauncher.Collapse.locale.en-US.yaml new file mode 100644 index 0000000000000..f5b31f8f83c67 --- /dev/null +++ b/manifests/c/CollapseLauncher/Collapse/1.80.16/CollapseLauncher.Collapse.locale.en-US.yaml @@ -0,0 +1,152 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CollapseLauncher.Collapse +PackageVersion: 1.80.16 +PackageLocale: en-US +Publisher: neon-nyan +PublisherUrl: https://github.com/CollapseLauncher +PackageName: Collapse +License: MIT +LicenseUrl: https://github.com/CollapseLauncher/Collapse/blob/HEAD/LICENSE +Copyright: 2023 - neon-nyan +ShortDescription: Collapse was originally designed for Honkai Impact 3rd. However, as the project evolved, this launcher is now a game client for all currently released miHoYo Games. +Tags: +- benghuai +- dotnet +- game-launcher +- genshin +- genshin-impact +- honkai +- honkai-impact +- honkai-starrail +- honkai3rd +- launcher +- net8 +- star-rail +- starrail +- winui +- winui3 +- yuanshen +ReleaseNotes: |- + imageWelcome to New Eridu! + As the title says, welcome to New Eridu! Collapse currently supports updating, installing and pre-loading game updates. Support for remaining repair features is pending Hoyoverse's API availability.This release brings much-needed bugfixes to the new Sophon downloader function, mitigates a vulnerability in transient packages, adds Zenless Zone Zero settings, as well as performance improvements in various areas.For details, read on!Collapse: What's New? - 1.80.16 + Note regarding Sophon / Genshin Preload saying Download after preload is completed + A fix has been deployed in this release, but you have must click the button once update the identifier file responsible for validating that the preload is completed. There will should be no download operation performerd, as it will just verify the downloaded chunks. + After that, the button should update to Verify Package Integrity. + While verifying it will still say "Downloading", this is not true, as both download and verification happened during package download. Check network activity in the Task Manager if you are curious. + - [New] Zenless Zone Zero Game Settings Integration, by @bagusnl, @neon-nyan, @shatyuka + - You can now change Graphics, Audio, and Language settings for your game before running it! + - This was a fun one, over 4k lines of code in the single PR (mostly) for this feature. + - Almost half of them was just the necessary code for Collapse to be able to read and write the settings to the necessary places. Thanks @shatyuka and @neon-nyan for all of the help that @bagusnl can't even comprehend with a cup of coffee, or three. + - For more fun details, you can go view this pull request + - [Fix] Various fixes for Sophon download method, by @neon-nyan + - Adding an indicator if Sophon Mode is used on both Pre-load & new installations + - Fix Sophon preload completion not being detectable. Now, a finished Sophon download should show Verify Package Integrity button instead of Download + - Fix thread exhaustion caused by too many connections being made leading to premature download stop (stuck download) + - Fix (hopefully) unknown thrown, causing the preload download to gets finished prematurely (surely) + - [Fix] Bump NuGets and dotNET SDK to mitigate vulnerability, by @bagusnl + - While Collapse is not affected by this, we always try to be up to date with our packages, dotNET included, as we publish them with all the necessary runtime DLLs (notice how you've never had to update dotNET runtime for Collapse?) + - This mitigates a vulnerability found in System.Text.Json built-in JSON parser for dotNET. See more here + - [Fix] Clearing log files causing launcher to crash, by @neon-nyan + - [Fix] Console might get displayed for a brief moment on launch when it is disabled, by @neon-nyan + - [Fix] Allow system to sleep after Sophon download is completed, by @bagusnl + - [Imp] New slider style for certain elements in Game Settings (go find them!), by @neon-nyan + - [Imp] Use same GUID for Tray Icon on launch, by @bagusnl + - This is to prevent Tray Icon preference (visibility, order, etc.) to change when the app path changed like after an update + Collapse: What's New? - 1.80.15 + - [Fix] Crashing/Not responding issue caused by ConfigureAwait, by @neon-nyan + - [Fix] Discord RPC weird behaviors, by @bagusnl & @neon-nyan + - RPC wont update between idle/play status + - RPC stuck between game changes + - [Fix] Game Settings "reset" between game changes, by @bagusnl + - This is caused by recent rewrite did not take into account refreshing RegistryRoot which is used by all GameSettings backend to load values from registry. + - Now RegistryRoot is always retrieve the latest value instead of caching it. + - [Fix] MIT License string in Settings page not localized, by @bagusnl + - [Imp] Allow user to Cancel when asked to either resume or redownload an ongoing download, by @neon-nyan + - [Fix] Zip extraction not using multithread, by @neon-nyan + - [Imp] Use Uncompressed Size when calculating disk space requirements, by @neon-nyan + - [Fix] "Stop Game" button always enabled even when game is not running, by @neon-nyan + - [Fix] Game selector ComboBox fixes, by @shatyuka + - Fixed being unable to change game/region after a metadata update + - Fixed ComboBox not using acrylic theme + - [Fix] Zenless Zone Zero uninstall error, by @NSPC911 + Collapse What's New? - 1.80.14 + - [New] Zenless Zone Zero Support. + - [Imp] Ignore the use of sophon download if delta patch is detected. + - [Imp] Enable nullable on RegionClasses + - [Imp] Move some GameSettings properties to SettingsBase. + - [Imp] Bring InitializeSettings() into IGameSettings Interface. + - [Imp] Update Game Logo and Icon. + - [Imp] Bring copyright and other properties to executable's info, by @bagusnl + - [Imp] Code QA + - [Fix] Potential NullReferenceException throw if some GamePreset and GameSettings values are null. + - [Fix] Launcher unaware of HoYoPlay's Game Info API status. + - [Fix] Duplicated SDK entry in the Install routine's List. + - [Fix] Sophon Download not removing redundant DXSetup folder. + - [Fix] Hard crash when the game region failed to load. + - [Fix] Existing Games installed with HoYoPlay were unable to be detected for migration. + - [New] Moving Community Tools informations to Metadata. + - [New] Steam Shortcut support for ZZZ, by @gablm + - [New] Showing "Sophon mode" label under Installation Progress indicator if detected. + image + - [Fix] CPU and Memory Usage overhead due to unnecessary loops on "Running Game Check" routine. + image + - [Loc] Update localizations, by localizers <3 + Full Changelog: https://github.com/CollapseLauncher/Collapse/compare/CL-v1.80.13...CL-v1.80.14Collapse 1.80.13 Hotfix: New Eridu + Hi there, + We have recently received some issues back to our GitHub and Discord Server regarding the new release, especially with the pre-load mechanism for Honkai: Star Rail causing the wrong voice-over files to get downloaded, UI issues and performance regression.This hotfix is a "Mandatory" update, means the launcher would perform a forced update in-case of this update. + We hope that by publishing this hotfix, we improves your experience on using Collapse Launcher and on in the future.What's New? - 1.80.13 + - [Fix] Game's preset config not always reinitialized in certain conditions. + - [Fix] Potential Error Code: 4302-x on Genshin Impact after performing Game Repair. + - [Fix] Emptied VO audio list file on Genshin Impact and Honkai: Star Rail after Plugin/SDK updates. + - [Fix] Carousel auto-scroll routine called twice after going back from the game. + - [Fix] COM Threading error on spawning "Extract Anyway" dialog. + - [Fix] Exception on extracting corrupted zip files on installation. + - [New] Adding full SDK files update required for Bilibili client. + - [New] Adding GameVersion's Equals() extension. + - [Imp] Move activator to App's OnLaunched() override. + - [Imp] Move notification trigger from base class to the caller. + - [Imp] Switch StringComparers to OrdinalIgnoreCase. + - [Imp] Return if the TryDeleteReadOnlyFile argument is not exist. + - [Imp] Always reinitialize game config.ini file on reloading. + - [Loc] Update localizations, by localizers <3 + What's New? - 1.80.12 + - [Fix] Threading exception on certain UI components, causing the launcher to crash, by @shatyuka + - [Fix] Sophon Installer crashed due to invalid type of Language String to Locale Code converter, by @neon-nyan + - [Fix] Honkai: Star Rail Game Repair and Cache Update issues, by @bagusnl and @neon-nyan + - Adding fallback method to lookup values in Honkai: Star Rail gateway API if the metadata KVP is not updated/unmatched + - Updating metadata's Key-Value pairs. + - Adding debug information for the Gateway API parser under Debug build + - Check for End-Of-File on the buffer + - Fix the location of certain patch-marked files under Persistent Folder + - Fix FileNotFound error on certain file marked under Persistent but found under StreamingAssets by hardlinking the file + - [Imp] Add new game settings for Honkai: Star Rail, by @bagusnl + - Character Shadow in Map Exploration: self explanatory + - Half Resolution Transparency: Controls resolution of objects behind transparent plane (window, etc.) + - [Loc] Update localizations, by localizers <3 + What's New? - 1.80.11 + - [Fix] Crashing on launch on certain system due to value casting failure on shadow, by @neon-nyan + - Thanks Microsoft. + - [Imp] Sign ZstdNet and Sophon library for public releases, by @bagusnl + What's New? - 1.80.10 + - [Fix] Wrong Voice-Over pre-load files getting downloaded for Honkai: Star Rail, by @neon-nyan + - [Fix] NullReferenceException in some occasions, by @neon-nyan + - [Fix] Background activity notification (such as Game Installation) does not get detached properly, by @neon-nyan + - [Fix] UI Related Issues, by @neon-nyan + - Update Countdown Cancel button went missing + - Install progress ring layout gets misplaced + - Executable still uses the old logo for its icon + - Loading "action" button cannot receive click events + - Buttons with TransparentDefaultButtonStyle have intermitten focus + - App window will not restore if video background is being used + - [Fix] Performance degradation due to VRAM leak when Collapse runs with Intro Sequence enabled, by @neon-nyan @bagusnl + image + - [Imp] Unify some installation APIs on Genshin Impact and Honkai: Star Rail, by @neon-nyan + - [Imp] Adding more options on DisconnectedPage, by @neon-nyan + - [Doc] Update list of used modules and third party libraries, by @neon-nyan + - [Loc] Update localizations, by localizers <3 + Collapse 1.80.9: New Eridu +ReleaseNotesUrl: https://github.com/CollapseLauncher/Collapse/releases/tag/CL-v1.80.16 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollapseLauncher/Collapse/1.80.16/CollapseLauncher.Collapse.yaml b/manifests/c/CollapseLauncher/Collapse/1.80.16/CollapseLauncher.Collapse.yaml new file mode 100644 index 0000000000000..188f2c743f45d --- /dev/null +++ b/manifests/c/CollapseLauncher/Collapse/1.80.16/CollapseLauncher.Collapse.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CollapseLauncher.Collapse +PackageVersion: 1.80.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollapseLauncher/Collapse/1.80.17/CollapseLauncher.Collapse.installer.yaml b/manifests/c/CollapseLauncher/Collapse/1.80.17/CollapseLauncher.Collapse.installer.yaml new file mode 100644 index 0000000000000..284abb5de15c0 --- /dev/null +++ b/manifests/c/CollapseLauncher/Collapse/1.80.17/CollapseLauncher.Collapse.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CollapseLauncher.Collapse +PackageVersion: 1.80.17 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CollapseLauncher/Collapse/releases/download/CL-v1.80.17/CL-1.80.17-stable_Installer.exe + InstallerSha256: 418A48E09B24FEF45BCC6F6E8901B8D6A56B6FF461CF8E7E3135C5C0AB5FA0E9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollapseLauncher/Collapse/1.80.17/CollapseLauncher.Collapse.locale.en-US.yaml b/manifests/c/CollapseLauncher/Collapse/1.80.17/CollapseLauncher.Collapse.locale.en-US.yaml new file mode 100644 index 0000000000000..5a3dd0e88fae2 --- /dev/null +++ b/manifests/c/CollapseLauncher/Collapse/1.80.17/CollapseLauncher.Collapse.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CollapseLauncher.Collapse +PackageVersion: 1.80.17 +PackageLocale: en-US +Publisher: neon-nyan +PublisherUrl: https://github.com/CollapseLauncher +PackageName: Collapse +License: MIT +LicenseUrl: https://github.com/CollapseLauncher/Collapse/blob/HEAD/LICENSE +Copyright: 2023 - neon-nyan +ShortDescription: Collapse was originally designed for Honkai Impact 3rd. However, as the project evolved, this launcher is now a game client for all currently released miHoYo Games. +Tags: +- benghuai +- dotnet +- game-launcher +- genshin +- genshin-impact +- honkai +- honkai-impact +- honkai-starrail +- honkai3rd +- launcher +- net8 +- star-rail +- starrail +- winui +- winui3 +- yuanshen +ReleaseNotes: |- + What's New? - 1.80.17 + - [Imp] Massively fixed UI/UX for Sophon Predownload/Update mechanism, by @neon-nyan + - Separated download size and speed from overall game size and I/O speed. + - Updated wordings of the download panel. + - [Fix] Sophon update crashes, by @bagusnl & @neon-nyan + - Fixed crashes for users with =< 2 CPU threads by clamping the multithread number to 2-64. + - Fixed crashes due to read-only file attribute. + - [Imp] Updated Genshin's game settings template for 4.8.0, by @bagusnl + - [Fix] Background scaling artifacts due to wrong image encoder setting, by @shatyuka + - To see the effects immediately, go to Settings then press Clear Image Files + - [Fix] Blocking exception caused by region translation unavailability, by @bagusnl + - [New] Genshin Impact Google Play region support, by @bagusnl + - [Fix] Uncaught exception due to late event subscription, by @neon-nyan + - [Imp] Improved repair console/log output, by @Cryotechnic + - [New] Option to hide Playtime view/button, by @bagusnl + - The setting is accessible under Quick Settings menu. + - Disabling this will not affect play time calculation, just hides it. + - [Imp] Various UI/UX adjustments, by @neon-nyan + - [Imp] Don't raise unhandled exception window when failed to download sprite images, by @neon-nyan + - [Fix] Crashing when applying delta patch with duplicate files, by @neon-nyan + - [Fix] Uninstall game does not work on Genshin Impact - Bilibili region, by @bagusnl + Code Signing Policy + Free code signing provided by SignPath.io, certificate by SignPath Foundation + - This program will not transfer any information to other networked systems. + - Read our full Privacy Policy + - Also read our Third Party Notices for license used by third party libraries that we use. +ReleaseNotesUrl: https://github.com/CollapseLauncher/Collapse/releases/tag/CL-v1.80.17 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollapseLauncher/Collapse/1.80.17/CollapseLauncher.Collapse.yaml b/manifests/c/CollapseLauncher/Collapse/1.80.17/CollapseLauncher.Collapse.yaml new file mode 100644 index 0000000000000..a3c1ef7b41948 --- /dev/null +++ b/manifests/c/CollapseLauncher/Collapse/1.80.17/CollapseLauncher.Collapse.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CollapseLauncher.Collapse +PackageVersion: 1.80.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollapseLauncher/Collapse/1.80.19/CollapseLauncher.Collapse.installer.yaml b/manifests/c/CollapseLauncher/Collapse/1.80.19/CollapseLauncher.Collapse.installer.yaml new file mode 100644 index 0000000000000..1fd8ddb2ffac6 --- /dev/null +++ b/manifests/c/CollapseLauncher/Collapse/1.80.19/CollapseLauncher.Collapse.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CollapseLauncher.Collapse +PackageVersion: 1.80.19 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-12 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CollapseLauncher/Collapse/releases/download/CL-v1.80.19/CL-1.80.19-stable_Installer.exe + InstallerSha256: E955C53A689DF31782F89C7FB32CB82CDF799CF7BBD6524B225FA2A869198128 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollapseLauncher/Collapse/1.80.19/CollapseLauncher.Collapse.locale.en-US.yaml b/manifests/c/CollapseLauncher/Collapse/1.80.19/CollapseLauncher.Collapse.locale.en-US.yaml new file mode 100644 index 0000000000000..7e9b6bba3ded3 --- /dev/null +++ b/manifests/c/CollapseLauncher/Collapse/1.80.19/CollapseLauncher.Collapse.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CollapseLauncher.Collapse +PackageVersion: 1.80.19 +PackageLocale: en-US +Publisher: neon-nyan +PublisherUrl: https://github.com/CollapseLauncher +PackageName: Collapse +License: MIT +LicenseUrl: https://github.com/CollapseLauncher/Collapse/blob/HEAD/LICENSE +Copyright: 2023 - neon-nyan +ShortDescription: Collapse was originally designed for Honkai Impact 3rd. However, as the project evolved, this launcher is now a game client for all currently released miHoYo Games. +Tags: +- benghuai +- dotnet +- game-launcher +- genshin +- genshin-impact +- honkai +- honkai-impact +- honkai-starrail +- honkai3rd +- launcher +- net8 +- star-rail +- starrail +- winui +- winui3 +- yuanshen +ReleaseNotes: |- + What's New? - 1.80.19 + - [New] ZZZ Pre-download Support, by @neon-nyan + - [New] Bilibili Region Support for ZZZ, by @bagusnl & @neon-nyan + However, this change is happening at the back-end and Bilibili region might not be available for stable at the moment as it needs some testing to be done on our end first. You can change your channel release to Preview in order to bring a support for ZZZ Bilibili client. + - [Imp] Bring back the old file download behavior to store chunk files as sequential .001 files, by @neon-nyan + This change however, is backward compatible if you still have the hash-based (.xxxxx) extension chunks. + - [Fix] Random "File is being used by another process" Errors when Downloading, by @neon-nyan + - [Fix] Potentially skipping HDiff patching and old files removal routine while applying ZZZ Update, by @neon-nyan + - [Fix] Hi3Helper.Http submodule causing size miscalculation while downloading files, by @neon-nyan + Full Changelog: https://github.com/CollapseLauncher/Collapse/compare/CL-v1.80.18...CL-v1.80.19Code Signing Policy + Free code signing provided by SignPath.io, certificate by SignPath Foundation + - This program will not transfer any information to other networked systems. + - Read our full Privacy Policy + - Also read our Third Party Notices for license used by third party libraries that we use. +ReleaseNotesUrl: https://github.com/CollapseLauncher/Collapse/releases/tag/CL-v1.80.19 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollapseLauncher/Collapse/1.80.19/CollapseLauncher.Collapse.yaml b/manifests/c/CollapseLauncher/Collapse/1.80.19/CollapseLauncher.Collapse.yaml new file mode 100644 index 0000000000000..8b8bd532de46e --- /dev/null +++ b/manifests/c/CollapseLauncher/Collapse/1.80.19/CollapseLauncher.Collapse.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CollapseLauncher.Collapse +PackageVersion: 1.80.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollegeBoard/Bluebook/0.9.316/CollegeBoard.Bluebook.installer.yaml b/manifests/c/CollegeBoard/Bluebook/0.9.316/CollegeBoard.Bluebook.installer.yaml new file mode 100644 index 0000000000000..f6c9215ac9cf8 --- /dev/null +++ b/manifests/c/CollegeBoard/Bluebook/0.9.316/CollegeBoard.Bluebook.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CollegeBoard.Bluebook +PackageVersion: 0.9.316 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://bluebook.app.collegeboard.org/downloads/Bluebook%20Setup%200.9.316.exe + InstallerSha256: 58A798B105B8AE2F389D7441FC7C40140B5B2613903AAFC6A31B4D7A74419835 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollegeBoard/Bluebook/0.9.316/CollegeBoard.Bluebook.locale.en-US.yaml b/manifests/c/CollegeBoard/Bluebook/0.9.316/CollegeBoard.Bluebook.locale.en-US.yaml new file mode 100644 index 0000000000000..d2d9855db4f16 --- /dev/null +++ b/manifests/c/CollegeBoard/Bluebook/0.9.316/CollegeBoard.Bluebook.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CollegeBoard.Bluebook +PackageVersion: 0.9.316 +PackageLocale: en-US +Publisher: College Board +PackageName: Bluebook +License: Proprietary +Copyright: Copyright © 2023 College Board +ShortDescription: The SAT Suite of Assessments is adapting to meet the changing needs of students and educators alike. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollegeBoard/Bluebook/0.9.316/CollegeBoard.Bluebook.yaml b/manifests/c/CollegeBoard/Bluebook/0.9.316/CollegeBoard.Bluebook.yaml new file mode 100644 index 0000000000000..30b2e784959d0 --- /dev/null +++ b/manifests/c/CollegeBoard/Bluebook/0.9.316/CollegeBoard.Bluebook.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CollegeBoard.Bluebook +PackageVersion: 0.9.316 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollegeBoard/Bluebook/0.9.317/CollegeBoard.Bluebook.installer.yaml b/manifests/c/CollegeBoard/Bluebook/0.9.317/CollegeBoard.Bluebook.installer.yaml new file mode 100644 index 0000000000000..ae3d70d1e985c --- /dev/null +++ b/manifests/c/CollegeBoard/Bluebook/0.9.317/CollegeBoard.Bluebook.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CollegeBoard.Bluebook +PackageVersion: 0.9.317 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://bluebook.app.collegeboard.org/downloads/Bluebook%20Setup%200.9.317.exe + InstallerSha256: 264AA486F2DB5A6272E3201AD95C8319ED4F7686590FD85B77486D8AF36995EF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollegeBoard/Bluebook/0.9.317/CollegeBoard.Bluebook.locale.en-US.yaml b/manifests/c/CollegeBoard/Bluebook/0.9.317/CollegeBoard.Bluebook.locale.en-US.yaml new file mode 100644 index 0000000000000..6b9e4634812d5 --- /dev/null +++ b/manifests/c/CollegeBoard/Bluebook/0.9.317/CollegeBoard.Bluebook.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CollegeBoard.Bluebook +PackageVersion: 0.9.317 +PackageLocale: en-US +Publisher: College Board +PackageName: Bluebook +License: Proprietary +Copyright: Copyright © 2023 College Board +ShortDescription: The SAT Suite of Assessments is adapting to meet the changing needs of students and educators alike. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollegeBoard/Bluebook/0.9.317/CollegeBoard.Bluebook.yaml b/manifests/c/CollegeBoard/Bluebook/0.9.317/CollegeBoard.Bluebook.yaml new file mode 100644 index 0000000000000..6397758ad6ed5 --- /dev/null +++ b/manifests/c/CollegeBoard/Bluebook/0.9.317/CollegeBoard.Bluebook.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CollegeBoard.Bluebook +PackageVersion: 0.9.317 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollegeBoard/Bluebook/0.9.323/CollegeBoard.Bluebook.installer.yaml b/manifests/c/CollegeBoard/Bluebook/0.9.323/CollegeBoard.Bluebook.installer.yaml new file mode 100644 index 0000000000000..aab22b131dc55 --- /dev/null +++ b/manifests/c/CollegeBoard/Bluebook/0.9.323/CollegeBoard.Bluebook.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CollegeBoard.Bluebook +PackageVersion: 0.9.323 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://bluebook.app.collegeboard.org/downloads/Bluebook%20Setup%200.9.323.exe + InstallerSha256: B1A819E96A3417E9407EE3D01C844921A460A1F879ECB0516F2175B3A856AE7C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollegeBoard/Bluebook/0.9.323/CollegeBoard.Bluebook.locale.en-US.yaml b/manifests/c/CollegeBoard/Bluebook/0.9.323/CollegeBoard.Bluebook.locale.en-US.yaml new file mode 100644 index 0000000000000..499e3c83d5732 --- /dev/null +++ b/manifests/c/CollegeBoard/Bluebook/0.9.323/CollegeBoard.Bluebook.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CollegeBoard.Bluebook +PackageVersion: 0.9.323 +PackageLocale: en-US +Publisher: College Board +PackageName: Bluebook +License: Proprietary +Copyright: Copyright © 2023 College Board +ShortDescription: The SAT Suite of Assessments is adapting to meet the changing needs of students and educators alike. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CollegeBoard/Bluebook/0.9.323/CollegeBoard.Bluebook.yaml b/manifests/c/CollegeBoard/Bluebook/0.9.323/CollegeBoard.Bluebook.yaml new file mode 100644 index 0000000000000..d12d4e76f2eb4 --- /dev/null +++ b/manifests/c/CollegeBoard/Bluebook/0.9.323/CollegeBoard.Bluebook.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CollegeBoard.Bluebook +PackageVersion: 0.9.323 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.20.0200/CologneCodeCompany.XYplorer.installer.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.20.0200/CologneCodeCompany.XYplorer.installer.yaml deleted file mode 100644 index eb7b6e310d39c..0000000000000 --- a/manifests/c/CologneCodeCompany/XYplorer/26.20.0200/CologneCodeCompany.XYplorer.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: CologneCodeCompany.XYplorer -PackageVersion: 26.20.0200 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /S -UpgradeBehavior: install -Commands: -- xyplorer -Installers: -- Architecture: x64 - InstallerUrl: https://www.xyplorer.com/download/XYplorer_26.20_Install.exe - InstallerSha256: 3E3EF50750D07DCAAAB50100BBA38FED79D75270FD509AEA58A7871F2CE9EC3D -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.20.0200/CologneCodeCompany.XYplorer.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.20.0200/CologneCodeCompany.XYplorer.locale.en-US.yaml deleted file mode 100644 index 146d230657ae2..0000000000000 --- a/manifests/c/CologneCodeCompany/XYplorer/26.20.0200/CologneCodeCompany.XYplorer.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: CologneCodeCompany.XYplorer -PackageVersion: 26.20.0200 -PackageLocale: en-US -Publisher: Donald Lessau, Cologne Code Company -PublisherUrl: https://www.xyplorer.com -PublisherSupportUrl: https://www.xyplorer.com/support.php -Author: Donald Lessau -PackageName: XYplorer -PackageUrl: https://www.xyplorer.com -License: Proprietary -LicenseUrl: https://www.xyplorer.com/LicenseXY.txt -Copyright: Copyright © 1997 by Donald Lessau -ShortDescription: XYplorer is a file manager for Windows -Description: XYplorer is a file manager for Windows. It features tabbed browsing, a powerful file search, a versatile preview, a highly customizable interface, optional dual pane, and a large array of unique ways to efficiently automate frequently recurring tasks. It's fast and light, it's innovative, and it's portable. -Moniker: xyplorer -Tags: -- file-manager -- xyplorer -PurchaseUrl: https://www.xyplorer.com/purchase.php -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.20.0200/CologneCodeCompany.XYplorer.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.20.0200/CologneCodeCompany.XYplorer.yaml deleted file mode 100644 index f0ca23fdeb8bd..0000000000000 --- a/manifests/c/CologneCodeCompany/XYplorer/26.20.0200/CologneCodeCompany.XYplorer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: CologneCodeCompany.XYplorer -PackageVersion: 26.20.0200 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.20.0300/CologneCodeCompany.XYplorer.installer.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.20.0300/CologneCodeCompany.XYplorer.installer.yaml new file mode 100644 index 0000000000000..a9b54154ba4d4 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.20.0300/CologneCodeCompany.XYplorer.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.20.0300 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +Commands: +- xyplorer +Installers: +- Architecture: x64 + InstallerUrl: https://www.xyplorer.com/download/XYplorer_26.20_Install.exe + InstallerSha256: 5D860319A0C52C392AA90B2730069F3084668736D386C6FF4FF7741EE31FC7CC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.20.0300/CologneCodeCompany.XYplorer.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.20.0300/CologneCodeCompany.XYplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..17cde5c96482f --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.20.0300/CologneCodeCompany.XYplorer.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.20.0300 +PackageLocale: en-US +Publisher: Donald Lessau, Cologne Code Company +PublisherUrl: https://www.xyplorer.com +PublisherSupportUrl: https://www.xyplorer.com/support.php +Author: Donald Lessau +PackageName: XYplorer +PackageUrl: https://www.xyplorer.com +License: Proprietary +LicenseUrl: https://www.xyplorer.com/LicenseXY.txt +Copyright: Copyright © 1997 by Donald Lessau +ShortDescription: XYplorer is a file manager for Windows +Description: XYplorer is a file manager for Windows. It features tabbed browsing, a powerful file search, a versatile preview, a highly customizable interface, optional dual pane, and a large array of unique ways to efficiently automate frequently recurring tasks. It's fast and light, it's innovative, and it's portable. +Moniker: xyplorer +Tags: +- file-manager +- xyplorer +PurchaseUrl: https://www.xyplorer.com/purchase.php +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.20.0300/CologneCodeCompany.XYplorer.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.20.0300/CologneCodeCompany.XYplorer.yaml new file mode 100644 index 0000000000000..c19b0196cd375 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.20.0300/CologneCodeCompany.XYplorer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.20.0300 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.30.0400/CologneCodeCompany.XYplorer.installer.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.30.0400/CologneCodeCompany.XYplorer.installer.yaml new file mode 100644 index 0000000000000..65b8b1fca9050 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.30.0400/CologneCodeCompany.XYplorer.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.30.0400 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +Commands: +- xyplorer +Installers: +- Architecture: x64 + InstallerUrl: https://www.xyplorer.com/download/XYplorer_26.30_Install.exe + InstallerSha256: 9BEC98FF30A9084355621401A5DB1D529CAE79663EBF91052887D9C555319DC1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.30.0400/CologneCodeCompany.XYplorer.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.30.0400/CologneCodeCompany.XYplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..89138bf00dd19 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.30.0400/CologneCodeCompany.XYplorer.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.30.0400 +PackageLocale: en-US +Publisher: Donald Lessau, Cologne Code Company +PublisherUrl: https://www.xyplorer.com +PublisherSupportUrl: https://www.xyplorer.com/support.php +Author: Donald Lessau +PackageName: XYplorer +PackageUrl: https://www.xyplorer.com +License: Proprietary +LicenseUrl: https://www.xyplorer.com/LicenseXY.txt +Copyright: Copyright © 1997 by Donald Lessau +ShortDescription: XYplorer is a file manager for Windows +Description: XYplorer is a file manager for Windows. It features tabbed browsing, a powerful file search, a versatile preview, a highly customizable interface, optional dual pane, and a large array of unique ways to efficiently automate frequently recurring tasks. It's fast and light, it's innovative, and it's portable. +Moniker: xyplorer +Tags: +- file-manager +- xyplorer +PurchaseUrl: https://www.xyplorer.com/purchase.php +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.30.0400/CologneCodeCompany.XYplorer.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.30.0400/CologneCodeCompany.XYplorer.yaml new file mode 100644 index 0000000000000..75ef1fd84b0d8 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.30.0400/CologneCodeCompany.XYplorer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.30.0400 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.40.0000/CologneCodeCompany.XYplorer.installer.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.40.0000/CologneCodeCompany.XYplorer.installer.yaml new file mode 100644 index 0000000000000..56cff078c7e53 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.40.0000/CologneCodeCompany.XYplorer.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.40.0000 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +Commands: +- xyplorer +Installers: +- Architecture: x64 + InstallerUrl: https://www.xyplorer.com/download/XYplorer_26.40_Install.exe + InstallerSha256: 829355418BF8CA58410C6407D47570A2520AD9DA4CECE7670DBD55FEA715A371 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.40.0000/CologneCodeCompany.XYplorer.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.40.0000/CologneCodeCompany.XYplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..05c1597b63529 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.40.0000/CologneCodeCompany.XYplorer.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.40.0000 +PackageLocale: en-US +Publisher: Donald Lessau, Cologne Code Company +PublisherUrl: https://www.xyplorer.com +PublisherSupportUrl: https://www.xyplorer.com/support.php +Author: Donald Lessau +PackageName: XYplorer +PackageUrl: https://www.xyplorer.com +License: Proprietary +LicenseUrl: https://www.xyplorer.com/LicenseXY.txt +Copyright: Copyright © 1997 by Donald Lessau +ShortDescription: XYplorer is a file manager for Windows +Description: XYplorer is a file manager for Windows. It features tabbed browsing, a powerful file search, a versatile preview, a highly customizable interface, optional dual pane, and a large array of unique ways to efficiently automate frequently recurring tasks. It's fast and light, it's innovative, and it's portable. +Moniker: xyplorer +Tags: +- file-manager +- xyplorer +PurchaseUrl: https://www.xyplorer.com/purchase.php +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.40.0000/CologneCodeCompany.XYplorer.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.40.0000/CologneCodeCompany.XYplorer.yaml new file mode 100644 index 0000000000000..d64d7558e94cc --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.40.0000/CologneCodeCompany.XYplorer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.40.0000 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CologneCodeCompany/XYplorerPortable/26.20.0200/CologneCodeCompany.XYplorerPortable.installer.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/26.40.0000/CologneCodeCompany.XYplorerPortable.installer.yaml similarity index 80% rename from manifests/c/CologneCodeCompany/XYplorerPortable/26.20.0200/CologneCodeCompany.XYplorerPortable.installer.yaml rename to manifests/c/CologneCodeCompany/XYplorerPortable/26.40.0000/CologneCodeCompany.XYplorerPortable.installer.yaml index c14c9ae048858..4c47b44738615 100644 --- a/manifests/c/CologneCodeCompany/XYplorerPortable/26.20.0200/CologneCodeCompany.XYplorerPortable.installer.yaml +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/26.40.0000/CologneCodeCompany.XYplorerPortable.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: CologneCodeCompany.XYplorerPortable -PackageVersion: 26.20.0200 +PackageVersion: 26.40.0000 InstallerLocale: en-US InstallerType: zip NestedInstallerType: portable @@ -14,6 +14,6 @@ Commands: Installers: - Architecture: x86 InstallerUrl: https://www.xyplorer.com/download/xyplorer_full_noinstall.zip - InstallerSha256: 5E620136C72A93C36F3C652376B6FD9596D2E71FAC18C06CE5DC86D463AE20C4 + InstallerSha256: D5FF4284BACDEFF644A605257ECB3C1C7F41B58AF53083B8D85077A801FF74E8 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CologneCodeCompany/XYplorerPortable/26.20.0200/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/26.40.0000/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml similarity index 95% rename from manifests/c/CologneCodeCompany/XYplorerPortable/26.20.0200/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml rename to manifests/c/CologneCodeCompany/XYplorerPortable/26.40.0000/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml index 808acf08c813a..1270cac09db77 100644 --- a/manifests/c/CologneCodeCompany/XYplorerPortable/26.20.0200/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/26.40.0000/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CologneCodeCompany.XYplorerPortable -PackageVersion: 26.20.0200 +PackageVersion: 26.40.0000 PackageLocale: en-US Publisher: Cologne Code Company PublisherUrl: https://www.xyplorer.com diff --git a/manifests/c/CologneCodeCompany/XYplorerPortable/26.20.0200/CologneCodeCompany.XYplorerPortable.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/26.40.0000/CologneCodeCompany.XYplorerPortable.yaml similarity index 87% rename from manifests/c/CologneCodeCompany/XYplorerPortable/26.20.0200/CologneCodeCompany.XYplorerPortable.yaml rename to manifests/c/CologneCodeCompany/XYplorerPortable/26.40.0000/CologneCodeCompany.XYplorerPortable.yaml index 075b118f523ca..60daf4644c547 100644 --- a/manifests/c/CologneCodeCompany/XYplorerPortable/26.20.0200/CologneCodeCompany.XYplorerPortable.yaml +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/26.40.0000/CologneCodeCompany.XYplorerPortable.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: CologneCodeCompany.XYplorerPortable -PackageVersion: 26.20.0200 +PackageVersion: 26.40.0000 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/c/ColonyLabs/ScribeDesktopCapture/3.3.5.0/ColonyLabs.ScribeDesktopCapture.installer.yaml b/manifests/c/ColonyLabs/ScribeDesktopCapture/3.3.5.0/ColonyLabs.ScribeDesktopCapture.installer.yaml new file mode 100644 index 0000000000000..e26d8a9c6fa11 --- /dev/null +++ b/manifests/c/ColonyLabs/ScribeDesktopCapture/3.3.5.0/ColonyLabs.ScribeDesktopCapture.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ColonyLabs.ScribeDesktopCapture +PackageVersion: 3.3.5.0 +InstallerLocale: en-US +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /norestart +UpgradeBehavior: install +ProductCode: '{920A62BB-31C2-4FA2-ADB5-E2788ABAE742}' +ReleaseDate: 2024-07-19 +AppsAndFeaturesEntries: +- DisplayName: Scribe + Publisher: Colony Labs, Inc + DisplayVersion: 3.3.5.0 + ProductCode: '{920A62BB-31C2-4FA2-ADB5-E2788ABAE742}' + UpgradeCode: '{351EF756-3AF5-4117-8697-53AB61427040}' +InstallationMetadata: + DefaultInstallLocation: APPDIR:. +Installers: +- Architecture: x64 + InstallerUrl: https://colony-labs-public.s3.us-east-2.amazonaws.com/Scribe_3.3.5.msi + InstallerSha256: 5C9BBF56A85901EC6618A6C4D10C33CC01B9E1A3B8AD55F799B2336A15E80AE1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/ColonyLabs/ScribeDesktopCapture/3.3.5.0/ColonyLabs.ScribeDesktopCapture.locale.en-US.yaml b/manifests/c/ColonyLabs/ScribeDesktopCapture/3.3.5.0/ColonyLabs.ScribeDesktopCapture.locale.en-US.yaml new file mode 100644 index 0000000000000..8e5fc7771a5a5 --- /dev/null +++ b/manifests/c/ColonyLabs/ScribeDesktopCapture/3.3.5.0/ColonyLabs.ScribeDesktopCapture.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ColonyLabs.ScribeDesktopCapture +PackageVersion: 3.3.5.0 +PackageLocale: en-US +Publisher: Colony Labs, Inc +PublisherUrl: https://scribehow.com/ +PublisherSupportUrl: https://support.scribehow.com/hc/en-us/requests/new +Author: Colony Labs, Inc +PackageName: Scribe Desktop Capture +PackageUrl: https://scribehow.com/get-desktop +License: Proprietary +LicenseUrl: https://scribehow.com/legal/terms +Copyright: Copyright © Scribe – All rights reserved +CopyrightUrl: https://scribehow.com/ +ShortDescription: Turn any process into a step-by-step guide, instantly. +Description: Scribe automatically generates how-to guides and serves them to your team when they need them most. +Moniker: scribe +Tags: +- documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/ColonyLabs/ScribeDesktopCapture/3.3.5.0/ColonyLabs.ScribeDesktopCapture.yaml b/manifests/c/ColonyLabs/ScribeDesktopCapture/3.3.5.0/ColonyLabs.ScribeDesktopCapture.yaml new file mode 100644 index 0000000000000..34fb93fe8e1f2 --- /dev/null +++ b/manifests/c/ColonyLabs/ScribeDesktopCapture/3.3.5.0/ColonyLabs.ScribeDesktopCapture.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ColonyLabs.ScribeDesktopCapture +PackageVersion: 3.3.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coloryr/ColorMC/1.27/Coloryr.ColorMC.installer.yaml b/manifests/c/Coloryr/ColorMC/1.27/Coloryr.ColorMC.installer.yaml new file mode 100644 index 0000000000000..360ea1c481d08 --- /dev/null +++ b/manifests/c/Coloryr/ColorMC/1.27/Coloryr.ColorMC.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.3.4 $debug=QUSU.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coloryr.ColorMC +PackageVersion: "1.27" +InstallerLocale: zh-CN +InstallerType: wix +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Coloryr/ColorMC/releases/download/a27.2024.7.19/colormc-a27-windows-x64.msi + InstallerSha256: 23BAF16AF2EA87E08A4B7705BDE5B19975E172B742C14C29BC9BA66C76B2A19A + ProductCode: '{BA2749D2-BBA4-4ACE-8E06-C4E111D43C1A}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coloryr/ColorMC/1.27/Coloryr.ColorMC.locale.zh-CN.yaml b/manifests/c/Coloryr/ColorMC/1.27/Coloryr.ColorMC.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7ea68f6ab60c2 --- /dev/null +++ b/manifests/c/Coloryr/ColorMC/1.27/Coloryr.ColorMC.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.3.4 $debug=QUSU.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coloryr.ColorMC +PackageVersion: "1.27" +PackageLocale: zh-CN +Publisher: Coloryr +PublisherUrl: https://github.com/Coloryr/ColorMC +PublisherSupportUrl: https://github.com/Coloryr/ColorMC +PrivacyUrl: https://github.com/Coloryr/ColorMC +Author: Coloryr +PackageName: ColorMC +PackageUrl: https://colormc.coloryr.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/Coloryr/ColorMC?tab=Apache-2.0-1-ov-file#readme +Copyright: Copyright (c) Coloryr +# CopyrightUrl: +ShortDescription: A Minecraft Launcher +Description: 全新的Minecraft PC启动器 +Moniker: colormc +Tags: +- curseforge +- fabric +- forge +- game +- launcher +- live2d +- mc +- mcmod +- minecraft +- modrinth +- quilt +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coloryr/ColorMC/1.27/Coloryr.ColorMC.yaml b/manifests/c/Coloryr/ColorMC/1.27/Coloryr.ColorMC.yaml new file mode 100644 index 0000000000000..8c537d1a3fb07 --- /dev/null +++ b/manifests/c/Coloryr/ColorMC/1.27/Coloryr.ColorMC.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.3.4 $debug=QUSU.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coloryr.ColorMC +PackageVersion: "1.27" +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coloryr/ColorMC/1.28/Coloryr.ColorMC.installer.yaml b/manifests/c/Coloryr/ColorMC/1.28/Coloryr.ColorMC.installer.yaml new file mode 100644 index 0000000000000..26ad487356521 --- /dev/null +++ b/manifests/c/Coloryr/ColorMC/1.28/Coloryr.ColorMC.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coloryr.ColorMC +PackageVersion: "1.28" +InstallerLocale: zh-CN +InstallerType: wix +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Coloryr/ColorMC/releases/download/a28.2024.7.29-1/colormc-a28-windows-x64.msi + InstallerSha256: 9BD2993D6A986EBAB9ED1D01C17087E562767151D4D566215FE104D6B2BCA3F7 + ProductCode: '{BA2749D2-BBA4-4ACE-8E06-C4E111D43C1A}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coloryr/ColorMC/1.28/Coloryr.ColorMC.locale.zh-CN.yaml b/manifests/c/Coloryr/ColorMC/1.28/Coloryr.ColorMC.locale.zh-CN.yaml new file mode 100644 index 0000000000000..da71d9d17d9c5 --- /dev/null +++ b/manifests/c/Coloryr/ColorMC/1.28/Coloryr.ColorMC.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coloryr.ColorMC +PackageVersion: "1.28" +PackageLocale: zh-CN +Publisher: Coloryr +PublisherUrl: https://github.com/Coloryr/ColorMC +PublisherSupportUrl: https://github.com/Coloryr/ColorMC +PrivacyUrl: https://github.com/Coloryr/ColorMC +Author: Coloryr +PackageName: ColorMC +PackageUrl: https://colormc.coloryr.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/Coloryr/ColorMC?tab=Apache-2.0-1-ov-file#readme +Copyright: Copyright (c) Coloryr +# CopyrightUrl: +ShortDescription: A Minecraft Launcher +Description: 全新的Minecraft PC启动器 +Moniker: colormc +Tags: +- curseforge +- fabric +- forge +- game +- launcher +- live2d +- mc +- mcmod +- minecraft +- modrinth +- quilt +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coloryr/ColorMC/1.28/Coloryr.ColorMC.yaml b/manifests/c/Coloryr/ColorMC/1.28/Coloryr.ColorMC.yaml new file mode 100644 index 0000000000000..d62d3d25dfed6 --- /dev/null +++ b/manifests/c/Coloryr/ColorMC/1.28/Coloryr.ColorMC.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coloryr.ColorMC +PackageVersion: "1.28" +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coloryr/ColorMC/1.29/Coloryr.ColorMC.installer.yaml b/manifests/c/Coloryr/ColorMC/1.29/Coloryr.ColorMC.installer.yaml new file mode 100644 index 0000000000000..082ec4c606cf5 --- /dev/null +++ b/manifests/c/Coloryr/ColorMC/1.29/Coloryr.ColorMC.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-3958.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Coloryr.ColorMC +PackageVersion: "1.29" +InstallerLocale: zh-CN +InstallerType: wix +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Coloryr/ColorMC/releases/download/a29.2024.8.21-1/colormc-windows-a29-x64.msi + InstallerSha256: DA8FFBC889664B83C7264F1A02D4F170677252C30D58513C9197CB4FF9A981FB + ProductCode: '{BA2749D2-BBA4-4ACE-8E06-C4E111143C1A}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coloryr/ColorMC/1.29/Coloryr.ColorMC.locale.zh-CN.yaml b/manifests/c/Coloryr/ColorMC/1.29/Coloryr.ColorMC.locale.zh-CN.yaml new file mode 100644 index 0000000000000..603755b9fc210 --- /dev/null +++ b/manifests/c/Coloryr/ColorMC/1.29/Coloryr.ColorMC.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-3958.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Coloryr.ColorMC +PackageVersion: "1.29" +PackageLocale: zh-CN +Publisher: Coloryr +PublisherUrl: https://github.com/Coloryr/ColorMC +PublisherSupportUrl: https://github.com/Coloryr/ColorMC +PrivacyUrl: https://github.com/Coloryr/ColorMC +Author: Coloryr +PackageName: ColorMC +PackageUrl: https://colormc.coloryr.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/Coloryr/ColorMC?tab=Apache-2.0-1-ov-file#readme +Copyright: Copyright (c) Coloryr +# CopyrightUrl: +ShortDescription: A Minecraft Launcher +Description: 全新的Minecraft PC启动器 +Moniker: colormc +Tags: +- curseforge +- fabric +- forge +- game +- launcher +- live2d +- mc +- mcmod +- minecraft +- modrinth +- quilt +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Coloryr/ColorMC/1.29/Coloryr.ColorMC.yaml b/manifests/c/Coloryr/ColorMC/1.29/Coloryr.ColorMC.yaml new file mode 100644 index 0000000000000..6323e53919de8 --- /dev/null +++ b/manifests/c/Coloryr/ColorMC/1.29/Coloryr.ColorMC.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-3958.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Coloryr.ColorMC +PackageVersion: "1.29" +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Comix/FastMeeting/3.44.2.4/Comix.FastMeeting.installer.yaml b/manifests/c/Comix/FastMeeting/3.44.2.4/Comix.FastMeeting.installer.yaml new file mode 100644 index 0000000000000..4bd95b60416ea --- /dev/null +++ b/manifests/c/Comix/FastMeeting/3.44.2.4/Comix.FastMeeting.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Comix.FastMeeting +PackageVersion: 3.44.2.4 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /NOLAUNCHER + SilentWithProgress: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /NOLAUNCHER +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://fs.hst.com/download/windows/3.44.2.4/FastMeeting_Cloud_for_Windows_V3.44.2.4.exe + InstallerSha256: 80C41AA07BE9D8C4AB55391DA51C8A8FFCE5AB53811298188E6BA8FAD4D02395 + ProductCode: '{8549E057-4204-4686-9D5C-2C9412F8202B}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Comix/FastMeeting/3.44.2.4/Comix.FastMeeting.locale.en-US.yaml b/manifests/c/Comix/FastMeeting/3.44.2.4/Comix.FastMeeting.locale.en-US.yaml new file mode 100644 index 0000000000000..7e8832bd0ed65 --- /dev/null +++ b/manifests/c/Comix/FastMeeting/3.44.2.4/Comix.FastMeeting.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Comix.FastMeeting +PackageVersion: 3.44.2.4 +PackageLocale: en-US +Publisher: 深圳齐心好视通云计算有限公司 +PublisherUrl: https://www.hst.com/ +PublisherSupportUrl: https://www.hst.com/pages/AS/ +PrivacyUrl: https://www.hst.com/Privacy.html +Author: Shenzhen Qixin Haoshitong Cloud Computing Co., Ltd. +PackageName: 好视通云会议 +PackageUrl: https://www.hst.com/Download.html +License: Proprietary +LicenseUrl: https://www.hst.com/agreement.html +Copyright: © 2024 Shenzhen Qixin Haoshitong Cloud Computing Co., Ltd. +CopyrightUrl: https://www.hst.com/agreement.html +ShortDescription: FastMeeting allows you to communicate with others in voice, video or text, and share whiteboards, documents or desktop screens. It is widely used in many scenarios including business meeting, remote education and online training. +# Description: +# Moniker: +Tags: +- chat +- collaborate +- collaboration +- conference +- conferencing +- meeting +- video-conferencing +- voice-conferencing +- webinar +ReleaseNotes: Fixed several bugs +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.hst.com/pages/FAQs/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Comix/FastMeeting/3.44.2.4/Comix.FastMeeting.locale.zh-CN.yaml b/manifests/c/Comix/FastMeeting/3.44.2.4/Comix.FastMeeting.locale.zh-CN.yaml new file mode 100644 index 0000000000000..93edde3a0b786 --- /dev/null +++ b/manifests/c/Comix/FastMeeting/3.44.2.4/Comix.FastMeeting.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Comix.FastMeeting +PackageVersion: 3.44.2.4 +PackageLocale: zh-CN +Publisher: 深圳齐心好视通云计算有限公司 +PublisherUrl: https://www.hst.com/ +PublisherSupportUrl: https://www.hst.com/pages/AS/ +PrivacyUrl: https://www.hst.com/Privacy.html +Author: 深圳齐心好视通云计算有限公司 +PackageName: 好视通云会议 +PackageUrl: https://www.hst.com/Download.html +License: 专有软件 +LicenseUrl: https://www.hst.com/agreement.html +Copyright: © 2024 深圳齐心好视通云计算有限公司 +CopyrightUrl: https://www.hst.com/agreement.html +ShortDescription: 好视通云会议让您可以与其他人进行多人语音、视频或文字沟通,并可共享白板、文档或桌面屏幕。广泛适用于企业开会、远程教育、在线培训等场景。 +# Description: +# Moniker: +Tags: +- 会议 +- 协作 +- 协同 +- 开会 +- 研讨会 +- 视频会议 +- 聊天 +- 语音会议 +ReleaseNotes: 修复了几个问题 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.hst.com/pages/FAQs/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Comix/FastMeeting/3.44.2.4/Comix.FastMeeting.yaml b/manifests/c/Comix/FastMeeting/3.44.2.4/Comix.FastMeeting.yaml new file mode 100644 index 0000000000000..4af32f4f738f6 --- /dev/null +++ b/manifests/c/Comix/FastMeeting/3.44.2.4/Comix.FastMeeting.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Comix.FastMeeting +PackageVersion: 3.44.2.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Comix/FastMeetingAVPlugins/4.0.1.2/Comix.FastMeetingAVPlugins.installer.yaml b/manifests/c/Comix/FastMeetingAVPlugins/4.0.1.2/Comix.FastMeetingAVPlugins.installer.yaml new file mode 100644 index 0000000000000..90f0f41c3f7ec --- /dev/null +++ b/manifests/c/Comix/FastMeetingAVPlugins/4.0.1.2/Comix.FastMeetingAVPlugins.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Comix.FastMeetingAVPlugins +PackageVersion: 4.0.1.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Comix.FastMeeting +ReleaseDate: 2022-02-25 +Installers: +- Architecture: x86 + InstallerUrl: https://fs.hst.com/download/FMAVPlugins_winV4.0.1.2.exe + InstallerSha256: 9E4674E69B17512A6D5B4A426A53DA434178EE17A3D08D5A7CD0B0AC08C50F30 + ProductCode: '{2611F3CD-C4F3-451C-AE15-2AD8EDF3073D}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Comix/FastMeetingAVPlugins/4.0.1.2/Comix.FastMeetingAVPlugins.locale.en-US.yaml b/manifests/c/Comix/FastMeetingAVPlugins/4.0.1.2/Comix.FastMeetingAVPlugins.locale.en-US.yaml new file mode 100644 index 0000000000000..480c02489f64f --- /dev/null +++ b/manifests/c/Comix/FastMeetingAVPlugins/4.0.1.2/Comix.FastMeetingAVPlugins.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Comix.FastMeetingAVPlugins +PackageVersion: 4.0.1.2 +PackageLocale: en-US +Publisher: AVPlugins +PublisherUrl: https://www.hst.com/ +PublisherSupportUrl: https://www.hst.com/pages/AS/ +PrivacyUrl: https://www.hst.com/Privacy.html +Author: Shenzhen Qixin Haoshitong Cloud Computing Co., Ltd. +PackageName: AVPlugins +PackageUrl: https://www.hst.com/pages/download/tools/ +License: Freeware +LicenseUrl: https://www.hst.com/agreement.html +Copyright: © 2024 Shenzhen Qixin Haoshitong Cloud Computing Co., Ltd. +CopyrightUrl: https://www.hst.com/agreement.html +ShortDescription: To use Dahua or Hikvision network cameras, please download and install the AV plugin first. +# Description: +# Moniker: +Tags: +- fastmeeting +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.hst.com/pages/FAQs/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Comix/FastMeetingAVPlugins/4.0.1.2/Comix.FastMeetingAVPlugins.locale.zh-CN.yaml b/manifests/c/Comix/FastMeetingAVPlugins/4.0.1.2/Comix.FastMeetingAVPlugins.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1b00aead9320b --- /dev/null +++ b/manifests/c/Comix/FastMeetingAVPlugins/4.0.1.2/Comix.FastMeetingAVPlugins.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Comix.FastMeetingAVPlugins +PackageVersion: 4.0.1.2 +PackageLocale: zh-CN +Publisher: AVPlugins +PublisherUrl: https://www.hst.com/ +PublisherSupportUrl: https://www.hst.com/pages/AS/ +PrivacyUrl: https://www.hst.com/Privacy.html +Author: 深圳齐心好视通云计算有限公司 +PackageName: AVPlugins +PackageUrl: https://www.hst.com/pages/download/tools/ +License: 免费软件 +LicenseUrl: https://www.hst.com/agreement.html +Copyright: © 2024 深圳齐心好视通云计算有限公司 +CopyrightUrl: https://www.hst.com/agreement.html +ShortDescription: 对接使用大华、海康网络摄像头时,请先下载安装好视通视频插件 +# Description: +# Moniker: +Tags: +- 好视通 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.hst.com/pages/FAQs/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Comix/FastMeetingAVPlugins/4.0.1.2/Comix.FastMeetingAVPlugins.yaml b/manifests/c/Comix/FastMeetingAVPlugins/4.0.1.2/Comix.FastMeetingAVPlugins.yaml new file mode 100644 index 0000000000000..14187689d03c3 --- /dev/null +++ b/manifests/c/Comix/FastMeetingAVPlugins/4.0.1.2/Comix.FastMeetingAVPlugins.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Comix.FastMeetingAVPlugins +PackageVersion: 4.0.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Comix/FastMeetingLauncher/1.0.1.4/Comix.FastMeetingLauncher.installer.yaml b/manifests/c/Comix/FastMeetingLauncher/1.0.1.4/Comix.FastMeetingLauncher.installer.yaml new file mode 100644 index 0000000000000..05809704e28e6 --- /dev/null +++ b/manifests/c/Comix/FastMeetingLauncher/1.0.1.4/Comix.FastMeetingLauncher.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Comix.FastMeetingLauncher +PackageVersion: 1.0.1.4 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /NOMSG + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART /NOMSG + Log: ' ' +UpgradeBehavior: install +ReleaseDate: 2022-02-25 +UnsupportedArguments: +- log +Installers: +- Architecture: x86 + InstallerUrl: https://fs.hst.com/download/FMLauncher_V1.0.1.4.exe + InstallerSha256: 32C5B3849DC29032261B6B817BD2F37A0E2B532C5C92F0BC8426F0FAEE9E25BC + ProductCode: '{B87E1C95-5D1B-4AB9-811A-DCED7FF8F276}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Comix/FastMeetingLauncher/1.0.1.4/Comix.FastMeetingLauncher.locale.en-US.yaml b/manifests/c/Comix/FastMeetingLauncher/1.0.1.4/Comix.FastMeetingLauncher.locale.en-US.yaml new file mode 100644 index 0000000000000..bb73fd80b8d88 --- /dev/null +++ b/manifests/c/Comix/FastMeetingLauncher/1.0.1.4/Comix.FastMeetingLauncher.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Comix.FastMeetingLauncher +PackageVersion: 1.0.1.4 +PackageLocale: en-US +Publisher: 深圳齐心好视通云计算有限公司 +PublisherUrl: https://www.hst.com/ +PublisherSupportUrl: https://www.hst.com/pages/AS/ +PrivacyUrl: https://www.hst.com/Privacy.html +Author: Shenzhen Qixin Haoshitong Cloud Computing Co., Ltd. +PackageName: 好视通云会议启动助手 +PackageUrl: https://www.hst.com/pages/download/tools/ +License: Freeware +LicenseUrl: https://www.hst.com/agreement.html +Copyright: © 2024 Shenzhen Qixin Haoshitong Cloud Computing Co., Ltd. +CopyrightUrl: https://www.hst.com/agreement.html +ShortDescription: For new users who are using FastMeeting for the first time, please download and install the launcher before joining the meeting room. +# Description: +# Moniker: +Tags: +- fastmeeting +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.hst.com/pages/FAQs/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Comix/FastMeetingLauncher/1.0.1.4/Comix.FastMeetingLauncher.locale.zh-CN.yaml b/manifests/c/Comix/FastMeetingLauncher/1.0.1.4/Comix.FastMeetingLauncher.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f36e48d181286 --- /dev/null +++ b/manifests/c/Comix/FastMeetingLauncher/1.0.1.4/Comix.FastMeetingLauncher.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Comix.FastMeetingLauncher +PackageVersion: 1.0.1.4 +PackageLocale: zh-CN +Publisher: 深圳齐心好视通云计算有限公司 +PublisherUrl: https://www.hst.com/ +PublisherSupportUrl: https://www.hst.com/pages/AS/ +PrivacyUrl: https://www.hst.com/Privacy.html +Author: 深圳齐心好视通云计算有限公司 +PackageName: 好视通云会议启动助手 +PackageUrl: https://www.hst.com/pages/download/tools/ +License: 免费软件 +LicenseUrl: https://www.hst.com/agreement.html +Copyright: © 2024 深圳齐心好视通云计算有限公司 +CopyrightUrl: https://www.hst.com/agreement.html +ShortDescription: 首次使用云会议的新用户请先下载安装启动助手,再加入会议室 +# Description: +# Moniker: +Tags: +- 好视通 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.hst.com/pages/FAQs/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Comix/FastMeetingLauncher/1.0.1.4/Comix.FastMeetingLauncher.yaml b/manifests/c/Comix/FastMeetingLauncher/1.0.1.4/Comix.FastMeetingLauncher.yaml new file mode 100644 index 0000000000000..d1dfefdeb484f --- /dev/null +++ b/manifests/c/Comix/FastMeetingLauncher/1.0.1.4/Comix.FastMeetingLauncher.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Comix.FastMeetingLauncher +PackageVersion: 1.0.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Mambaforge/24.7.1-0/CondaForge.Mambaforge.installer.yaml b/manifests/c/CondaForge/Mambaforge/24.7.1-0/CondaForge.Mambaforge.installer.yaml new file mode 100644 index 0000000000000..a752c7d90773d --- /dev/null +++ b/manifests/c/CondaForge/Mambaforge/24.7.1-0/CondaForge.Mambaforge.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CondaForge.Mambaforge +PackageVersion: 24.7.1-0 +InstallerType: nullsoft +Commands: +- conda +- mamba +- pip +- pip3 +- python +- pythonw +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/24.7.1-0/Mambaforge-24.7.1-0-Windows-x86_64.exe + InstallerSha256: B5837FA11053D1134597ED4E396A1906874B18FE346BDE4F5FDA09EA13C045BE + InstallerSwitches: + Custom: /InstallationType=JustMe + UpgradeBehavior: deny + ProductCode: Mambaforge 24.7.1-0 (Python 3.12.5 64-bit) + RequireExplicitUpgrade: true +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/24.7.1-0/Mambaforge-24.7.1-0-Windows-x86_64.exe + InstallerSha256: B5837FA11053D1134597ED4E396A1906874B18FE346BDE4F5FDA09EA13C045BE + InstallerSwitches: + Custom: /InstallationType=AllUsers + UpgradeBehavior: uninstallPrevious + ProductCode: Mambaforge 24.7.1-0 (Python 3.12.5 64-bit) + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Mambaforge/24.7.1-0/CondaForge.Mambaforge.locale.en-US.yaml b/manifests/c/CondaForge/Mambaforge/24.7.1-0/CondaForge.Mambaforge.locale.en-US.yaml new file mode 100644 index 0000000000000..adb0014ff6f1d --- /dev/null +++ b/manifests/c/CondaForge/Mambaforge/24.7.1-0/CondaForge.Mambaforge.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CondaForge.Mambaforge +PackageVersion: 24.7.1-0 +PackageLocale: en-US +Publisher: conda-forge +PublisherUrl: https://conda-forge.org/ +PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: +# Author: +PackageName: Mambaforge +PackageUrl: https://github.com/conda-forge/miniforge +License: BSD-3-Clause +LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE +Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: +ShortDescription: Mambaforge is Miniforge (free minimal installer for conda specific to conda-forge) with Mamba in place of Conda. +# Description: +Moniker: mambaforge +Tags: +- anaconda +- conda +- conda-forge +- mamba +- python +ReleaseNotes: |- + What's Changed + - Base version of python is now 3.12 for cpython installers (still 3.9 for PyPy installers) + - Enforce system requirements, upgrade to conda 24.7.1, mamba 1.5.9, bump Docker image for linux-64 by @jaimergp in https://github.com/conda-forge/miniforge/pull/626 + - This is the last release before the brownouts are in place on the Mambaforge installers. They will have printed warnings in the logs. + - Add warnings to deprecate Mambaforge by @jaimergp in https://github.com/conda-forge/miniforge/pull/615 + - Use miniforge, pin some GHA actions by @jaimergp in https://github.com/conda-forge/miniforge/pull/613 + - Bump actions/upload-artifact from 4.3.3 to 4.3.4 in the github-actions group by @dependabot in https://github.com/conda-forge/miniforge/pull/618 + - Add additional information on what installers don't have this brownout by @hmaarrfk in https://github.com/conda-forge/miniforge/pull/634 + - Bump actions/upload-artifact from 4.3.4 to 4.4.0 in the github-actions group by @dependabot in https://github.com/conda-forge/miniforge/pull/637 + Full Changelog: https://github.com/conda-forge/miniforge/compare/24.5.0-0...24.7.1-0 +ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.7.1-0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://conda-forge.org/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Mambaforge/24.7.1-0/CondaForge.Mambaforge.locale.zh-CN.yaml b/manifests/c/CondaForge/Mambaforge/24.7.1-0/CondaForge.Mambaforge.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0cb393c2b571f --- /dev/null +++ b/manifests/c/CondaForge/Mambaforge/24.7.1-0/CondaForge.Mambaforge.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CondaForge.Mambaforge +PackageVersion: 24.7.1-0 +PackageLocale: zh-CN +Publisher: conda-forge +PublisherUrl: https://conda-forge.org/ +PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: +# Author: +PackageName: Mambaforge +PackageUrl: https://github.com/conda-forge/miniforge +License: BSD-3-Clause +LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE +Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: +ShortDescription: Mambaforge 是将 Conda 替换为 Mamba 的 Miniforge(专门针对 conda-forge 的 Conda 免费/自由最小安装程序)。 +# Description: +# Moniker: +Tags: +- anaconda +- conda +- conda-forge +- mamba +- python +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.7.1-0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://conda-forge.org/docs/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Mambaforge/24.7.1-0/CondaForge.Mambaforge.yaml b/manifests/c/CondaForge/Mambaforge/24.7.1-0/CondaForge.Mambaforge.yaml new file mode 100644 index 0000000000000..a3439cbb9331e --- /dev/null +++ b/manifests/c/CondaForge/Mambaforge/24.7.1-0/CondaForge.Mambaforge.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CondaForge.Mambaforge +PackageVersion: 24.7.1-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Mambaforge/PyPy3/24.7.1-0/CondaForge.Mambaforge.PyPy3.installer.yaml b/manifests/c/CondaForge/Mambaforge/PyPy3/24.7.1-0/CondaForge.Mambaforge.PyPy3.installer.yaml new file mode 100644 index 0000000000000..a022271fae7c7 --- /dev/null +++ b/manifests/c/CondaForge/Mambaforge/PyPy3/24.7.1-0/CondaForge.Mambaforge.PyPy3.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CondaForge.Mambaforge.PyPy3 +PackageVersion: 24.7.1-0 +InstallerType: nullsoft +Commands: +- conda +- mamba +- pip +- pip3 +- python +- pythonw +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/24.7.1-0/Mambaforge-pypy3-24.7.1-0-Windows-x86_64.exe + InstallerSha256: 30339272F837D1581D5CE542B9E815B934E8B29CEFF8E8AD33E36C2FB56EE97D + InstallerSwitches: + Custom: /InstallationType=JustMe + UpgradeBehavior: deny + ProductCode: Mambaforge-pypy3 24.7.1-0 (Python 3.9.18 64-bit) + RequireExplicitUpgrade: true +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/24.7.1-0/Mambaforge-pypy3-24.7.1-0-Windows-x86_64.exe + InstallerSha256: 30339272F837D1581D5CE542B9E815B934E8B29CEFF8E8AD33E36C2FB56EE97D + InstallerSwitches: + Custom: /InstallationType=AllUsers + UpgradeBehavior: uninstallPrevious + ProductCode: Mambaforge-pypy3 24.7.1-0 (Python 3.9.18 64-bit) + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Mambaforge/PyPy3/24.7.1-0/CondaForge.Mambaforge.PyPy3.locale.en-US.yaml b/manifests/c/CondaForge/Mambaforge/PyPy3/24.7.1-0/CondaForge.Mambaforge.PyPy3.locale.en-US.yaml new file mode 100644 index 0000000000000..3c73c5b56249b --- /dev/null +++ b/manifests/c/CondaForge/Mambaforge/PyPy3/24.7.1-0/CondaForge.Mambaforge.PyPy3.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CondaForge.Mambaforge.PyPy3 +PackageVersion: 24.7.1-0 +PackageLocale: en-US +Publisher: conda-forge +PublisherUrl: https://conda-forge.org/ +PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: +# Author: +PackageName: Mambaforge-pypy3 +PackageUrl: https://github.com/conda-forge/miniforge +License: BSD-3-Clause +LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE +Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: +ShortDescription: Mambaforge is Miniforge (free minimal installer for conda specific to conda-forge) with Mamba in place of Conda. Use PyPy in place of standard Python interpreter +# Description: +Moniker: mambaforge-pypy3 +Tags: +- anaconda +- conda +- conda-forge +- mamba +- pypy +- python +ReleaseNotes: |- + What's Changed + - Base version of python is now 3.12 for cpython installers (still 3.9 for PyPy installers) + - Enforce system requirements, upgrade to conda 24.7.1, mamba 1.5.9, bump Docker image for linux-64 by @jaimergp in https://github.com/conda-forge/miniforge/pull/626 + - This is the last release before the brownouts are in place on the Mambaforge installers. They will have printed warnings in the logs. + - Add warnings to deprecate Mambaforge by @jaimergp in https://github.com/conda-forge/miniforge/pull/615 + - Use miniforge, pin some GHA actions by @jaimergp in https://github.com/conda-forge/miniforge/pull/613 + - Bump actions/upload-artifact from 4.3.3 to 4.3.4 in the github-actions group by @dependabot in https://github.com/conda-forge/miniforge/pull/618 + - Add additional information on what installers don't have this brownout by @hmaarrfk in https://github.com/conda-forge/miniforge/pull/634 + - Bump actions/upload-artifact from 4.3.4 to 4.4.0 in the github-actions group by @dependabot in https://github.com/conda-forge/miniforge/pull/637 + Full Changelog: https://github.com/conda-forge/miniforge/compare/24.5.0-0...24.7.1-0 +ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.7.1-0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://conda-forge.org/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Mambaforge/PyPy3/24.7.1-0/CondaForge.Mambaforge.PyPy3.locale.zh-CN.yaml b/manifests/c/CondaForge/Mambaforge/PyPy3/24.7.1-0/CondaForge.Mambaforge.PyPy3.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7109a3e1c3acd --- /dev/null +++ b/manifests/c/CondaForge/Mambaforge/PyPy3/24.7.1-0/CondaForge.Mambaforge.PyPy3.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CondaForge.Mambaforge.PyPy3 +PackageVersion: 24.7.1-0 +PackageLocale: zh-CN +Publisher: conda-forge +PublisherUrl: https://conda-forge.org/ +PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: +# Author: +PackageName: Mambaforge-pypy3 +PackageUrl: https://github.com/conda-forge/miniforge +License: BSD-3-Clause +LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE +Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: +ShortDescription: Mambaforge 是将 Conda 替换为 Mamba 的 Miniforge(专门针对 conda-forge 的 Conda 免费/自由最小安装程序)。使用 PyPy 代替标准 Python 解释器 +# Description: +# Moniker: +Tags: +- anaconda +- conda +- conda-forge +- mamba +- pypy +- python +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.7.1-0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://conda-forge.org/docs/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Mambaforge/PyPy3/24.7.1-0/CondaForge.Mambaforge.PyPy3.yaml b/manifests/c/CondaForge/Mambaforge/PyPy3/24.7.1-0/CondaForge.Mambaforge.PyPy3.yaml new file mode 100644 index 0000000000000..129cba62325da --- /dev/null +++ b/manifests/c/CondaForge/Mambaforge/PyPy3/24.7.1-0/CondaForge.Mambaforge.PyPy3.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CondaForge.Mambaforge.PyPy3 +PackageVersion: 24.7.1-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.installer.yaml new file mode 100644 index 0000000000000..467f81f4af879 --- /dev/null +++ b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CondaForge.Miniforge3 +PackageVersion: 24.7.1-0 +InstallerType: nullsoft +InstallModes: +- silent +UpgradeBehavior: install +Commands: +- conda +- mamba +- pip +- pip3 +- python +- pythonw +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/24.7.1-0/Miniforge3-24.7.1-0-Windows-x86_64.exe + InstallerSha256: D56B2B7CC81B2DFB523A261822C6474A27378723A688FAD7147C761417B56133 + InstallerSwitches: + Custom: /S /JustMe /AddToPath=0 /RegisterPython=0 + ProductCode: Miniforge3 24.7.1-0 (Python 3.12.5 64-bit) + RequireExplicitUpgrade: true +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/24.7.1-0/Miniforge3-24.7.1-0-Windows-x86_64.exe + InstallerSha256: D56B2B7CC81B2DFB523A261822C6474A27378723A688FAD7147C761417B56133 + InstallerSwitches: + Custom: /S /AllUsers /AddToPath=0 /RegisterPython=0 + ProductCode: Miniforge3 24.7.1-0 (Python 3.12.5 64-bit) + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.locale.en-US.yaml new file mode 100644 index 0000000000000..d876628885ce0 --- /dev/null +++ b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CondaForge.Miniforge3 +PackageVersion: 24.7.1-0 +PackageLocale: en-US +Publisher: conda-forge +PublisherUrl: https://conda-forge.org/ +PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: +Author: conda-forge +PackageName: Miniforge3 +PackageUrl: https://github.com/conda-forge/miniforge +License: BSD-3-Clause +LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE +Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: +ShortDescription: Miniforge is a free minimal installer for conda specific to conda-forge. +# Description: +Moniker: miniforge3 +Tags: +- anaconda +- conda +- conda-forge +- mamba +- python +ReleaseNotes: |- + What's Changed + - Base version of python is now 3.12 for cpython installers (still 3.9 for PyPy installers) + - Enforce system requirements, upgrade to conda 24.7.1, mamba 1.5.9, bump Docker image for linux-64 by @jaimergp in https://github.com/conda-forge/miniforge/pull/626 + - This is the last release before the brownouts are in place on the Mambaforge installers. They will have printed warnings in the logs. + - Add warnings to deprecate Mambaforge by @jaimergp in https://github.com/conda-forge/miniforge/pull/615 + - Use miniforge, pin some GHA actions by @jaimergp in https://github.com/conda-forge/miniforge/pull/613 + - Bump actions/upload-artifact from 4.3.3 to 4.3.4 in the github-actions group by @dependabot in https://github.com/conda-forge/miniforge/pull/618 + - Add additional information on what installers don't have this brownout by @hmaarrfk in https://github.com/conda-forge/miniforge/pull/634 + - Bump actions/upload-artifact from 4.3.4 to 4.4.0 in the github-actions group by @dependabot in https://github.com/conda-forge/miniforge/pull/637 + Full Changelog: https://github.com/conda-forge/miniforge/compare/24.5.0-0...24.7.1-0 +ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.7.1-0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://conda-forge.org/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.locale.zh-CN.yaml b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.locale.zh-CN.yaml new file mode 100644 index 0000000000000..892e97a13d2a0 --- /dev/null +++ b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CondaForge.Miniforge3 +PackageVersion: 24.7.1-0 +PackageLocale: zh-CN +Publisher: conda-forge +PublisherUrl: https://conda-forge.org/ +PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: +Author: conda-forge +PackageName: Miniforge3 +PackageUrl: https://github.com/conda-forge/miniforge +License: BSD-3-Clause +LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE +Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: +ShortDescription: Miniforge 是用于 conda 的免费最小化安装程序,专用于 conda-forge。 +# Description: +# Moniker: +Tags: +- anaconda +- conda +- conda-forge +- mamba +- python +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.7.1-0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://conda-forge.org/docs/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.yaml new file mode 100644 index 0000000000000..4407e0f1d6999 --- /dev/null +++ b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CondaForge.Miniforge3 +PackageVersion: 24.7.1-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Miniforge3/PyPy3/24.7.1-0/CondaForge.Miniforge3.PyPy3.installer.yaml b/manifests/c/CondaForge/Miniforge3/PyPy3/24.7.1-0/CondaForge.Miniforge3.PyPy3.installer.yaml new file mode 100644 index 0000000000000..a3aa202d436a1 --- /dev/null +++ b/manifests/c/CondaForge/Miniforge3/PyPy3/24.7.1-0/CondaForge.Miniforge3.PyPy3.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CondaForge.Miniforge3.PyPy3 +PackageVersion: 24.7.1-0 +InstallerType: nullsoft +Commands: +- conda +- mamba +- pip +- pip3 +- python +- pythonw +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/24.7.1-0/Miniforge-pypy3-24.7.1-0-Windows-x86_64.exe + InstallerSha256: AC8F729D1991F4A25B109D3168CF33A51D285AB46FD5090C8D2E7DB1A89C3200 + InstallerSwitches: + Custom: /InstallationType=JustMe + UpgradeBehavior: deny + ProductCode: Miniforge-pypy3 24.7.1-0 (Python 3.9.18 64-bit) + RequireExplicitUpgrade: true +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/24.7.1-0/Miniforge-pypy3-24.7.1-0-Windows-x86_64.exe + InstallerSha256: AC8F729D1991F4A25B109D3168CF33A51D285AB46FD5090C8D2E7DB1A89C3200 + InstallerSwitches: + Custom: /InstallationType=AllUsers + UpgradeBehavior: uninstallPrevious + ProductCode: Miniforge-pypy3 24.7.1-0 (Python 3.9.18 64-bit) + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Miniforge3/PyPy3/24.7.1-0/CondaForge.Miniforge3.PyPy3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/PyPy3/24.7.1-0/CondaForge.Miniforge3.PyPy3.locale.en-US.yaml new file mode 100644 index 0000000000000..8331c5e69e953 --- /dev/null +++ b/manifests/c/CondaForge/Miniforge3/PyPy3/24.7.1-0/CondaForge.Miniforge3.PyPy3.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CondaForge.Miniforge3.PyPy3 +PackageVersion: 24.7.1-0 +PackageLocale: en-US +Publisher: conda-forge +PublisherUrl: https://conda-forge.org/ +PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: +# Author: +PackageName: Miniforge-pypy3 +PackageUrl: https://github.com/conda-forge/miniforge +License: BSD-3-Clause +LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE +Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: +ShortDescription: Miniforge is a free minimal installer for conda specific to conda-forge. Use PyPy in place of standard Python interpreter +# Description: +Moniker: miniforge3-pypy3 +Tags: +- anaconda +- conda +- conda-forge +- mamba +- pypy +- python +ReleaseNotes: |- + What's Changed + - Base version of python is now 3.12 for cpython installers (still 3.9 for PyPy installers) + - Enforce system requirements, upgrade to conda 24.7.1, mamba 1.5.9, bump Docker image for linux-64 by @jaimergp in https://github.com/conda-forge/miniforge/pull/626 + - This is the last release before the brownouts are in place on the Mambaforge installers. They will have printed warnings in the logs. + - Add warnings to deprecate Mambaforge by @jaimergp in https://github.com/conda-forge/miniforge/pull/615 + - Use miniforge, pin some GHA actions by @jaimergp in https://github.com/conda-forge/miniforge/pull/613 + - Bump actions/upload-artifact from 4.3.3 to 4.3.4 in the github-actions group by @dependabot in https://github.com/conda-forge/miniforge/pull/618 + - Add additional information on what installers don't have this brownout by @hmaarrfk in https://github.com/conda-forge/miniforge/pull/634 + - Bump actions/upload-artifact from 4.3.4 to 4.4.0 in the github-actions group by @dependabot in https://github.com/conda-forge/miniforge/pull/637 + Full Changelog: https://github.com/conda-forge/miniforge/compare/24.5.0-0...24.7.1-0 +ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.7.1-0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://conda-forge.org/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Miniforge3/PyPy3/24.7.1-0/CondaForge.Miniforge3.PyPy3.locale.zh-CN.yaml b/manifests/c/CondaForge/Miniforge3/PyPy3/24.7.1-0/CondaForge.Miniforge3.PyPy3.locale.zh-CN.yaml new file mode 100644 index 0000000000000..afced6db9aee2 --- /dev/null +++ b/manifests/c/CondaForge/Miniforge3/PyPy3/24.7.1-0/CondaForge.Miniforge3.PyPy3.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CondaForge.Miniforge3.PyPy3 +PackageVersion: 24.7.1-0 +PackageLocale: zh-CN +Publisher: conda-forge +PublisherUrl: https://conda-forge.org/ +PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: +# Author: +PackageName: Miniforge-pypy3 +PackageUrl: https://github.com/conda-forge/miniforge +License: BSD-3-Clause +LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE +Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: +ShortDescription: Miniforge 是用于 conda 的免费最小化安装程序,专用于 conda-forge。使用 PyPy 代替标准 Python 解释器 +# Description: +# Moniker: +Tags: +- anaconda +- conda +- conda-forge +- mamba +- pypy +- python +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.7.1-0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://conda-forge.org/docs/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CondaForge/Miniforge3/PyPy3/24.7.1-0/CondaForge.Miniforge3.PyPy3.yaml b/manifests/c/CondaForge/Miniforge3/PyPy3/24.7.1-0/CondaForge.Miniforge3.PyPy3.yaml new file mode 100644 index 0000000000000..2d3b164c548b9 --- /dev/null +++ b/manifests/c/CondaForge/Miniforge3/PyPy3/24.7.1-0/CondaForge.Miniforge3.PyPy3.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CondaForge.Miniforge3.PyPy3 +PackageVersion: 24.7.1-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/ConfluentInc/Confluent-CLI/4.1.0/ConfluentInc.Confluent-CLI.installer.yaml b/manifests/c/ConfluentInc/Confluent-CLI/4.1.0/ConfluentInc.Confluent-CLI.installer.yaml new file mode 100644 index 0000000000000..e0157e9e42e37 --- /dev/null +++ b/manifests/c/ConfluentInc/Confluent-CLI/4.1.0/ConfluentInc.Confluent-CLI.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ConfluentInc.Confluent-CLI +PackageVersion: 4.1.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: confluent\confluent.exe + PortableCommandAlias: confluent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/confluentinc/cli/releases/download/v4.1.0/confluent_4.1.0_windows_amd64.zip + InstallerSha256: 6CDB230D54332AB2BFF9BF904A8342A3FF8C617F43CED667F9C71880D53207BF +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-26 diff --git a/manifests/c/ConfluentInc/Confluent-CLI/4.1.0/ConfluentInc.Confluent-CLI.locale.en-US.yaml b/manifests/c/ConfluentInc/Confluent-CLI/4.1.0/ConfluentInc.Confluent-CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..d04e83d17d022 --- /dev/null +++ b/manifests/c/ConfluentInc/Confluent-CLI/4.1.0/ConfluentInc.Confluent-CLI.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ConfluentInc.Confluent-CLI +PackageVersion: 4.1.0 +PackageLocale: en-US +Publisher: Confluent, Inc. +PublisherUrl: https://github.com/confluentinc +PublisherSupportUrl: https://github.com/confluentinc/cli/issues +PackageName: Confluent CLI +PackageUrl: https://github.com/confluentinc/cli +License: Confluent Community License Agreement +LicenseUrl: https://github.com/confluentinc/cli/blob/main/LICENSE +ShortDescription: The Confluent CLI lets you manage your Confluent Cloud and Confluent Platform deployments, right from the terminal. +Description: The Confluent command-line interface (CLI), confluent, enables developers to manage both Confluent Cloud and Confluent Platform and is source-available under the Confluent Community License (for more details, check out the Announcing the Source Available Confluent CLI blog post). The Confluent CLI is feature-packed to help users go from learning Confluent to building automated workflows. +Tags: +- kafka +- apache kafka +- confluent cli +- confluent cloud +ReleaseNotesUrl: https://github.com/confluentinc/cli/releases/tag/v4.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/ConfluentInc/Confluent-CLI/4.1.0/ConfluentInc.Confluent-CLI.yaml b/manifests/c/ConfluentInc/Confluent-CLI/4.1.0/ConfluentInc.Confluent-CLI.yaml new file mode 100644 index 0000000000000..ef014b426db2e --- /dev/null +++ b/manifests/c/ConfluentInc/Confluent-CLI/4.1.0/ConfluentInc.Confluent-CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ConfluentInc.Confluent-CLI +PackageVersion: 4.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Corsair/iCUE/5/5.14.93/Corsair.iCUE.5.installer.yaml b/manifests/c/Corsair/iCUE/5/5.14.93/Corsair.iCUE.5.installer.yaml deleted file mode 100644 index 00033b692e44c..0000000000000 --- a/manifests/c/Corsair/iCUE/5/5.14.93/Corsair.iCUE.5.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Corsair.iCUE.5 -PackageVersion: 5.14.93 -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: --quiet - SilentWithProgress: --quiet -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://www3.corsair.com/software/CUE_V5/public/modules/windows/installer/Install%20iCUE.exe - InstallerSha256: 5FB6077D6828A77FA561312E95CF83982A885B0D47B255E7E4BE72FD08E0943A -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/Corsair/iCUE/5/5.14.93/Corsair.iCUE.5.yaml b/manifests/c/Corsair/iCUE/5/5.14.93/Corsair.iCUE.5.yaml deleted file mode 100644 index 9f2fcdfb93885..0000000000000 --- a/manifests/c/Corsair/iCUE/5/5.14.93/Corsair.iCUE.5.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Corsair.iCUE.5 -PackageVersion: 5.14.93 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/Corsair/iCUE/5/5.18.106/Corsair.iCUE.5.installer.yaml b/manifests/c/Corsair/iCUE/5/5.18.106/Corsair.iCUE.5.installer.yaml new file mode 100644 index 0000000000000..a0bdb89a10431 --- /dev/null +++ b/manifests/c/Corsair/iCUE/5/5.18.106/Corsair.iCUE.5.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Corsair.iCUE.5 +PackageVersion: 5.18.106 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --quiet +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://www3.corsair.com/software/CUE_V5/public/modules/windows/installer/Install%20iCUE.exe + InstallerSha256: C9C0591382B3B85238F5FB0638EA3FF45734E48C9C0AC316DA8954B6CD0C6ACE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Corsair/iCUE/5/5.14.93/Corsair.iCUE.5.locale.en-US.yaml b/manifests/c/Corsair/iCUE/5/5.18.106/Corsair.iCUE.5.locale.en-US.yaml similarity index 93% rename from manifests/c/Corsair/iCUE/5/5.14.93/Corsair.iCUE.5.locale.en-US.yaml rename to manifests/c/Corsair/iCUE/5/5.18.106/Corsair.iCUE.5.locale.en-US.yaml index 3d599c2f19e6e..21b58c070f914 100644 --- a/manifests/c/Corsair/iCUE/5/5.14.93/Corsair.iCUE.5.locale.en-US.yaml +++ b/manifests/c/Corsair/iCUE/5/5.18.106/Corsair.iCUE.5.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.5.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Corsair.iCUE.5 -PackageVersion: 5.14.93 +PackageVersion: 5.18.106 PackageLocale: en-US Publisher: Corsair PublisherUrl: https://www.corsair.com/ diff --git a/manifests/c/Corsair/iCUE/5/5.18.106/Corsair.iCUE.5.yaml b/manifests/c/Corsair/iCUE/5/5.18.106/Corsair.iCUE.5.yaml new file mode 100644 index 0000000000000..e888fb578e1f2 --- /dev/null +++ b/manifests/c/Corsair/iCUE/5/5.18.106/Corsair.iCUE.5.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Corsair.iCUE.5 +PackageVersion: 5.18.106 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cppcheck/Cppcheck/2.14.0/Cppcheck.Cppcheck.installer.yaml b/manifests/c/Cppcheck/Cppcheck/2.14.0/Cppcheck.Cppcheck.installer.yaml new file mode 100644 index 0000000000000..631275b93f0be --- /dev/null +++ b/manifests/c/Cppcheck/Cppcheck/2.14.0/Cppcheck.Cppcheck.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cppcheck.Cppcheck +PackageVersion: 2.14.0 +MinimumOSVersion: 10.0.0.0 +ReleaseDate: 2024-04-21 +InstallerType: wix +ProductCode: '{ED7FE858-E70F-4200-851B-1E5C9EF178B1}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/danmar/cppcheck/releases/download/2.14.0/cppcheck-2.14.0-x64-Setup.msi + InstallerSha256: DF27B2346D941D7C502B3A95B10FFB0DFF9E06B6063F5C282452FADD8A78F54B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cppcheck/Cppcheck/2.14.0/Cppcheck.Cppcheck.locale.en-US.yaml b/manifests/c/Cppcheck/Cppcheck/2.14.0/Cppcheck.Cppcheck.locale.en-US.yaml new file mode 100644 index 0000000000000..57a40b094ce80 --- /dev/null +++ b/manifests/c/Cppcheck/Cppcheck/2.14.0/Cppcheck.Cppcheck.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cppcheck.Cppcheck +PackageVersion: 2.14.0 +PackageLocale: en-US +Publisher: The Cppcheck team +PublisherUrl: https://github.com/danmar +PackageName: Cppcheck +PackageUrl: https://github.com/danmar/cppcheck +License: GPL 3 or later +LicenseUrl: https://raw.githubusercontent.com/danmar/cppcheck/master/COPYING +ShortDescription: Cppcheck is a static analysis tool for C/C++ code. +Description: Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives). +Moniker: cppcheck +Tags: +- admin +- analysis +- c++ +- check +- code +- cpp +- static +ReleaseNotesUrl: https://github.com/danmar/cppcheck/releases/tag/2.14.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cppcheck/Cppcheck/2.14.0/Cppcheck.Cppcheck.yaml b/manifests/c/Cppcheck/Cppcheck/2.14.0/Cppcheck.Cppcheck.yaml new file mode 100644 index 0000000000000..e4d4a991a212c --- /dev/null +++ b/manifests/c/Cppcheck/Cppcheck/2.14.0/Cppcheck.Cppcheck.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cppcheck.Cppcheck +PackageVersion: 2.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cppcheck/Cppcheck/2.14.1/Cppcheck.Cppcheck.installer.yaml b/manifests/c/Cppcheck/Cppcheck/2.14.1/Cppcheck.Cppcheck.installer.yaml new file mode 100644 index 0000000000000..34538da1d4f5f --- /dev/null +++ b/manifests/c/Cppcheck/Cppcheck/2.14.1/Cppcheck.Cppcheck.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cppcheck.Cppcheck +PackageVersion: 2.14.1 +MinimumOSVersion: 10.0.0.0 +ReleaseDate: 2024-05-27 +InstallerType: wix +ProductCode: '{9C13CC37-CE42-43B8-82F9-A77ED5BC1CCE}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/danmar/cppcheck/releases/download/2.14.1/cppcheck-2.14.1-x64-Setup.msi + InstallerSha256: 824A11B5B90A49717DA24A44AA9C925AB451A690E1C52CF98F4C1D4983A66EA9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cppcheck/Cppcheck/2.14.1/Cppcheck.Cppcheck.locale.en-US.yaml b/manifests/c/Cppcheck/Cppcheck/2.14.1/Cppcheck.Cppcheck.locale.en-US.yaml new file mode 100644 index 0000000000000..a9860a383ea7a --- /dev/null +++ b/manifests/c/Cppcheck/Cppcheck/2.14.1/Cppcheck.Cppcheck.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cppcheck.Cppcheck +PackageVersion: 2.14.1 +PackageLocale: en-US +Publisher: The Cppcheck team +PublisherUrl: https://github.com/danmar +PackageName: Cppcheck +PackageUrl: https://github.com/danmar/cppcheck +License: GPL 3 or later +LicenseUrl: https://raw.githubusercontent.com/danmar/cppcheck/master/COPYING +ShortDescription: Cppcheck is a static analysis tool for C/C++ code. +Description: Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives). +Moniker: cppcheck +Tags: +- admin +- analysis +- c++ +- check +- code +- cpp +- static +ReleaseNotesUrl: https://github.com/danmar/cppcheck/releases/tag/2.14.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cppcheck/Cppcheck/2.14.1/Cppcheck.Cppcheck.yaml b/manifests/c/Cppcheck/Cppcheck/2.14.1/Cppcheck.Cppcheck.yaml new file mode 100644 index 0000000000000..fa95b662d47ba --- /dev/null +++ b/manifests/c/Cppcheck/Cppcheck/2.14.1/Cppcheck.Cppcheck.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cppcheck.Cppcheck +PackageVersion: 2.14.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cppcheck/Cppcheck/2.14.2/Cppcheck.Cppcheck.installer.yaml b/manifests/c/Cppcheck/Cppcheck/2.14.2/Cppcheck.Cppcheck.installer.yaml new file mode 100644 index 0000000000000..6d9826a2b81b8 --- /dev/null +++ b/manifests/c/Cppcheck/Cppcheck/2.14.2/Cppcheck.Cppcheck.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cppcheck.Cppcheck +PackageVersion: 2.14.2 +MinimumOSVersion: 10.0.0.0 +ReleaseDate: 2024-06-22 +InstallerType: wix +ProductCode: '{CDCFEA44-3372-4540-B3E5-A1A9652FCCAC}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/danmar/cppcheck/releases/download/2.14.2/cppcheck-2.14.2-x64-Setup.msi + InstallerSha256: C6DA399327B33C5A56676981FABBA550AC0AD172A739E956D5F0256E5321E0CD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cppcheck/Cppcheck/2.14.2/Cppcheck.Cppcheck.locale.en-US.yaml b/manifests/c/Cppcheck/Cppcheck/2.14.2/Cppcheck.Cppcheck.locale.en-US.yaml new file mode 100644 index 0000000000000..bb7431b2cf26f --- /dev/null +++ b/manifests/c/Cppcheck/Cppcheck/2.14.2/Cppcheck.Cppcheck.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cppcheck.Cppcheck +PackageVersion: 2.14.2 +PackageLocale: en-US +Publisher: The Cppcheck team +PublisherUrl: https://github.com/danmar +PackageName: Cppcheck +PackageUrl: https://github.com/danmar/cppcheck +License: GPL 3 or later +LicenseUrl: https://raw.githubusercontent.com/danmar/cppcheck/master/COPYING +ShortDescription: Cppcheck is a static analysis tool for C/C++ code. +Description: Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives). +Moniker: cppcheck +Tags: +- admin +- analysis +- c++ +- check +- code +- cpp +- static +ReleaseNotesUrl: https://github.com/danmar/cppcheck/releases/tag/2.14.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cppcheck/Cppcheck/2.14.2/Cppcheck.Cppcheck.yaml b/manifests/c/Cppcheck/Cppcheck/2.14.2/Cppcheck.Cppcheck.yaml new file mode 100644 index 0000000000000..a69cc5ee0a805 --- /dev/null +++ b/manifests/c/Cppcheck/Cppcheck/2.14.2/Cppcheck.Cppcheck.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cppcheck.Cppcheck +PackageVersion: 2.14.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrashPlan/CrashPlanSMB/11.4.0.503/CrashPlan.CrashPlanSMB.installer.yaml b/manifests/c/CrashPlan/CrashPlanSMB/11.4.0.503/CrashPlan.CrashPlanSMB.installer.yaml deleted file mode 100644 index def7725e12dd1..0000000000000 --- a/manifests/c/CrashPlan/CrashPlanSMB/11.4.0.503/CrashPlan.CrashPlanSMB.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: CrashPlan.CrashPlanSMB -PackageVersion: 11.4.0.503 -InstallerLocale: en-US -InstallerType: msi -Installers: -- InstallerUrl: https://download.crashplan.com/installs/agent/latest-smb-win64.msi - Architecture: x64 - InstallerSha256: ACF5F92D34E7ACCDCA60DA142FF4EE6AB42D94AAC9DEB3BC95BE73A701B61980 - ProductCode: '{D0BF8538-BFBF-44F8-AAB9-EED204E97FAC}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/CrashPlan/CrashPlanSMB/11.4.0.503/CrashPlan.CrashPlanSMB.yaml b/manifests/c/CrashPlan/CrashPlanSMB/11.4.0.503/CrashPlan.CrashPlanSMB.yaml deleted file mode 100644 index 0723666589f65..0000000000000 --- a/manifests/c/CrashPlan/CrashPlanSMB/11.4.0.503/CrashPlan.CrashPlanSMB.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: CrashPlan.CrashPlanSMB -PackageVersion: 11.4.0.503 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/CrashPlan/CrashPlanSMB/11.4.1.11/CrashPlan.CrashPlanSMB.installer.yaml b/manifests/c/CrashPlan/CrashPlanSMB/11.4.1.11/CrashPlan.CrashPlanSMB.installer.yaml new file mode 100644 index 0000000000000..641523c4d86b8 --- /dev/null +++ b/manifests/c/CrashPlan/CrashPlanSMB/11.4.1.11/CrashPlan.CrashPlanSMB.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: CrashPlan.CrashPlanSMB +PackageVersion: 11.4.1.11 +InstallerLocale: en-US +InstallerType: msi +Installers: +- InstallerUrl: https://download.crashplan.com/installs/agent/latest-smb-win64.msi + Architecture: x64 + InstallerSha256: E3D2BD8B9C41355359EA48D0367ACDA9CD00E1F8309C6FBFEE993589E8127551 + ProductCode: '{868C695E-BE8E-467E-A8C1-FB090CAFE39D}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/c/CrashPlan/CrashPlanSMB/11.4.0.503/CrashPlan.CrashPlanSMB.locale.en-US.yaml b/manifests/c/CrashPlan/CrashPlanSMB/11.4.1.11/CrashPlan.CrashPlanSMB.locale.en-US.yaml similarity index 79% rename from manifests/c/CrashPlan/CrashPlanSMB/11.4.0.503/CrashPlan.CrashPlanSMB.locale.en-US.yaml rename to manifests/c/CrashPlan/CrashPlanSMB/11.4.1.11/CrashPlan.CrashPlanSMB.locale.en-US.yaml index 4b55491389b8d..a6fe12394490c 100644 --- a/manifests/c/CrashPlan/CrashPlanSMB/11.4.0.503/CrashPlan.CrashPlanSMB.locale.en-US.yaml +++ b/manifests/c/CrashPlan/CrashPlanSMB/11.4.1.11/CrashPlan.CrashPlanSMB.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/11 +# Automatically updated by the winget bot at 2024/Sep/10 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: CrashPlan.CrashPlanSMB -PackageVersion: 11.4.0.503 +PackageVersion: 11.4.1.11 PackageLocale: en-US Publisher: CrashPlan Group LLC PackageName: CrashPlan SMB diff --git a/manifests/c/CrashPlan/CrashPlanSMB/11.4.1.11/CrashPlan.CrashPlanSMB.yaml b/manifests/c/CrashPlan/CrashPlanSMB/11.4.1.11/CrashPlan.CrashPlanSMB.yaml new file mode 100644 index 0000000000000..291662d12cefe --- /dev/null +++ b/manifests/c/CrashPlan/CrashPlanSMB/11.4.1.11/CrashPlan.CrashPlanSMB.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: CrashPlan.CrashPlanSMB +PackageVersion: 11.4.1.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/c/Cretezy/lazyjj/0.3.1/Cretezy.lazyjj.installer.yaml b/manifests/c/Cretezy/lazyjj/0.3.1/Cretezy.lazyjj.installer.yaml new file mode 100644 index 0000000000000..766936157c16e --- /dev/null +++ b/manifests/c/Cretezy/lazyjj/0.3.1/Cretezy.lazyjj.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cretezy.lazyjj +PackageVersion: 0.3.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lazyjj.exe + PortableCommandAlias: lazyjj +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Cretezy/lazyjj/releases/download/v0.3.1/lazyjj-v0.3.1-x86_64-pc-windows-msvc.zip + InstallerSha256: 6594101542DC58D635AF326724729A26F900BB8EE73F29E49EFFD44AEC3E3A45 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cretezy/lazyjj/0.3.1/Cretezy.lazyjj.locale.en-US.yaml b/manifests/c/Cretezy/lazyjj/0.3.1/Cretezy.lazyjj.locale.en-US.yaml new file mode 100644 index 0000000000000..7b824e6974eb1 --- /dev/null +++ b/manifests/c/Cretezy/lazyjj/0.3.1/Cretezy.lazyjj.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cretezy.lazyjj +PackageVersion: 0.3.1 +PackageLocale: en-US +Publisher: Cretezy +PackageName: lazyjj +License: Apache License +ShortDescription: TUI for Jujutsu/jj. Built in Rust with Ratatui. Interacts with jj CLI. +Moniker: lazyjj +Tags: +- Jujutsu +- martinvonz.jj +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cretezy/lazyjj/0.3.1/Cretezy.lazyjj.yaml b/manifests/c/Cretezy/lazyjj/0.3.1/Cretezy.lazyjj.yaml new file mode 100644 index 0000000000000..f0589512a8769 --- /dev/null +++ b/manifests/c/Cretezy/lazyjj/0.3.1/Cretezy.lazyjj.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cretezy.lazyjj +PackageVersion: 0.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrowdStrike/Perseus/0.21.0/CrowdStrike.Perseus.installer.yaml b/manifests/c/CrowdStrike/Perseus/0.21.0/CrowdStrike.Perseus.installer.yaml new file mode 100644 index 0000000000000..3f3f8ac112afd --- /dev/null +++ b/manifests/c/CrowdStrike/Perseus/0.21.0/CrowdStrike.Perseus.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrowdStrike.Perseus +PackageVersion: 0.21.0 +InstallerType: zip +Commands: +- perseus +ReleaseDate: 2024-07-01 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: perseus.exe + PortableCommandAlias: perseus + InstallerUrl: https://github.com/CrowdStrike/perseus/releases/download/v0.21.0/perseus_windows_386.zip + InstallerSha256: DBDF921EA17DB1AFA9594A168AF7937D95DBB0582D12AAD30FF9C703CF796CD0 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: perseus.exe + PortableCommandAlias: perseus + InstallerUrl: https://github.com/CrowdStrike/perseus/releases/download/v0.21.0/perseus_windows_amd64.zip + InstallerSha256: 1C4120D818FA4CC9D8584337452E02CBEE9239210DD2552B3C05A07A8D1E86BC +- Architecture: arm + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: perseus.exe + PortableCommandAlias: perseus + InstallerUrl: https://github.com/CrowdStrike/perseus/releases/download/v0.21.0/perseus_windows_armv7.zip + InstallerSha256: 75AE455ED8ED9E63B8BE298E90963046A8B14372AF72ABE75D200D7E7D845D36 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: perseus.exe + PortableCommandAlias: perseus + InstallerUrl: https://github.com/CrowdStrike/perseus/releases/download/v0.21.0/perseus_windows_arm64.zip + InstallerSha256: DAD369A1F652E4DEC2E874A769B8D5EE706359E5DD228CF96AFD2C174EE37669 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrowdStrike/Perseus/0.21.0/CrowdStrike.Perseus.locale.en-US.yaml b/manifests/c/CrowdStrike/Perseus/0.21.0/CrowdStrike.Perseus.locale.en-US.yaml new file mode 100644 index 0000000000000..c3af72dbcd71a --- /dev/null +++ b/manifests/c/CrowdStrike/Perseus/0.21.0/CrowdStrike.Perseus.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrowdStrike.Perseus +PackageVersion: 0.21.0 +PackageLocale: en-US +Publisher: CrowdStrike Inc. +PublisherUrl: https://www.crowdstrike.com/ +PublisherSupportUrl: https://github.com/CrowdStrike/perseus/issues +PrivacyUrl: https://www.crowdstrike.com/privacy-notice/ +Author: CrowdStrike Inc. +PackageName: Perseus +PackageUrl: https://github.com/CrowdStrike/perseus +License: MIT +LicenseUrl: https://github.com/CrowdStrike/perseus/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 CrowdStrike, Inc. +# CopyrightUrl: +ShortDescription: The hero we all need to defeat the kraken that is Go module dependency graphs +Description: With the introduction of Go modules, our projects' dependency trees have exploded in complexity. Perseus is the hero we need to battle that Kraken. +# Moniker: +# Tags: +ReleaseNotes: |- + What's Changed + - chore(deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #175 + - chore(deps): bump golang.org/x/mod from 0.17.0 to 0.18.0 by @dependabot in #176 + - chore(deps): bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot in #177 + - chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #178 + - chore(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #179 + Full Changelog: https://github.com/CrowdStrike/perseus/compare/v0.20.0...v0.21.0 +ReleaseNotesUrl: https://github.com/CrowdStrike/perseus/releases/tag/v0.21.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrowdStrike/Perseus/0.21.0/CrowdStrike.Perseus.locale.zh-CN.yaml b/manifests/c/CrowdStrike/Perseus/0.21.0/CrowdStrike.Perseus.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0f9ef2dbdefaf --- /dev/null +++ b/manifests/c/CrowdStrike/Perseus/0.21.0/CrowdStrike.Perseus.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrowdStrike.Perseus +PackageVersion: 0.21.0 +PackageLocale: zh-CN +Publisher: CrowdStrike Inc. +PublisherUrl: https://www.crowdstrike.com/ +PublisherSupportUrl: https://github.com/CrowdStrike/perseus/issues +PrivacyUrl: https://www.crowdstrike.com/privacy-notice/ +Author: CrowdStrike Inc. +PackageName: Perseus +PackageUrl: https://github.com/CrowdStrike/perseus +License: MIT +LicenseUrl: https://github.com/CrowdStrike/perseus/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 CrowdStrike, Inc. +# CopyrightUrl: +ShortDescription: 打败 Go 模块依赖图这只海怪所需的英雄 +Description: 随着 Go 模块的引入,我们项目的依赖关系树变得十分复杂。Perseus 珀尔修斯就是我们需要的与 Kraken 海怪战斗的英雄。 +# Moniker: +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/CrowdStrike/perseus/releases/tag/v0.21.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrowdStrike/Perseus/0.21.0/CrowdStrike.Perseus.yaml b/manifests/c/CrowdStrike/Perseus/0.21.0/CrowdStrike.Perseus.yaml new file mode 100644 index 0000000000000..4e4b8ab64c8f7 --- /dev/null +++ b/manifests/c/CrowdStrike/Perseus/0.21.0/CrowdStrike.Perseus.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrowdStrike.Perseus +PackageVersion: 0.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrowdStrike/Perseus/0.22.0/CrowdStrike.Perseus.installer.yaml b/manifests/c/CrowdStrike/Perseus/0.22.0/CrowdStrike.Perseus.installer.yaml new file mode 100644 index 0000000000000..ba12b2a7c2310 --- /dev/null +++ b/manifests/c/CrowdStrike/Perseus/0.22.0/CrowdStrike.Perseus.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrowdStrike.Perseus +PackageVersion: 0.22.0 +InstallerType: zip +Commands: +- perseus +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: perseus.exe + PortableCommandAlias: perseus + InstallerUrl: https://github.com/CrowdStrike/perseus/releases/download/v0.22.0/perseus_windows_386.zip + InstallerSha256: E6FA1AEDE03413EB43D12C1A04D87014FBABC5F55523664DE945161F5F272E6B +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: perseus.exe + PortableCommandAlias: perseus + InstallerUrl: https://github.com/CrowdStrike/perseus/releases/download/v0.22.0/perseus_windows_amd64.zip + InstallerSha256: 956947B1A481307C336F2E4EBD95349D9FC55C88C7401C6B12D121BC8033F977 +- Architecture: arm + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: perseus.exe + PortableCommandAlias: perseus + InstallerUrl: https://github.com/CrowdStrike/perseus/releases/download/v0.22.0/perseus_windows_armv7.zip + InstallerSha256: 686F50BAC670C1A49541D991F9703C12A545A52819B24BE266EB9B2FB5A09FCE +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: perseus.exe + PortableCommandAlias: perseus + InstallerUrl: https://github.com/CrowdStrike/perseus/releases/download/v0.22.0/perseus_windows_arm64.zip + InstallerSha256: CE471217CD060F33FB2EEBB942B326931C1ADC8456EF2FE7484254F35681B641 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrowdStrike/Perseus/0.22.0/CrowdStrike.Perseus.locale.en-US.yaml b/manifests/c/CrowdStrike/Perseus/0.22.0/CrowdStrike.Perseus.locale.en-US.yaml new file mode 100644 index 0000000000000..9eb88df42367c --- /dev/null +++ b/manifests/c/CrowdStrike/Perseus/0.22.0/CrowdStrike.Perseus.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrowdStrike.Perseus +PackageVersion: 0.22.0 +PackageLocale: en-US +Publisher: CrowdStrike Inc. +PublisherUrl: https://www.crowdstrike.com/ +PublisherSupportUrl: https://github.com/CrowdStrike/perseus/issues +PrivacyUrl: https://www.crowdstrike.com/privacy-notice/ +Author: CrowdStrike Inc. +PackageName: Perseus +PackageUrl: https://github.com/CrowdStrike/perseus +License: MIT +LicenseUrl: https://github.com/CrowdStrike/perseus/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 CrowdStrike, Inc. +# CopyrightUrl: +ShortDescription: The hero we all need to defeat the kraken that is Go module dependency graphs +Description: With the introduction of Go modules, our projects' dependency trees have exploded in complexity. Perseus is the hero we need to battle that Kraken. +# Moniker: +# Tags: +ReleaseNotes: |- + What's Changed + - chore(deps): bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in https://github.com/CrowdStrike/perseus/pull/180 + - chore(deps): bump go.opentelemetry.io/otel/sdk/metric from 1.27.0 to 1.28.0 by @dependabot in https://github.com/CrowdStrike/perseus/pull/181 + - chore(deps): bump go.opentelemetry.io/otel/exporters/prometheus from 0.49.0 to 0.50.0 by @dependabot in https://github.com/CrowdStrike/perseus/pull/182 + - chore(deps): bump golang.org/x/mod from 0.18.0 to 0.19.0 by @dependabot in https://github.com/CrowdStrike/perseus/pull/183 + - chore(deps): bump connectrpc.com/otelconnect from 0.7.0 to 0.7.1 by @dependabot in https://github.com/CrowdStrike/perseus/pull/184 + - chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.20.0 to 2.21.0 by @dependabot in https://github.com/CrowdStrike/perseus/pull/185 + - Add retry with backoff to all client operations by @dylan-bourque in https://github.com/CrowdStrike/perseus/pull/186 + - chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 by @dependabot in https://github.com/CrowdStrike/perseus/pull/187 + - chore(deps): bump golang.org/x/mod from 0.19.0 to 0.20.0 by @dependabot in https://github.com/CrowdStrike/perseus/pull/188 + - chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in https://github.com/CrowdStrike/perseus/pull/189 + - chore(server): log health check errors by @dylan-bourque in https://github.com/CrowdStrike/perseus/pull/190 + Full Changelog: https://github.com/CrowdStrike/perseus/compare/v0.21.0...v0.22.0 +ReleaseNotesUrl: https://github.com/CrowdStrike/perseus/releases/tag/v0.22.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrowdStrike/Perseus/0.22.0/CrowdStrike.Perseus.locale.zh-CN.yaml b/manifests/c/CrowdStrike/Perseus/0.22.0/CrowdStrike.Perseus.locale.zh-CN.yaml new file mode 100644 index 0000000000000..09cdc4b78e3f7 --- /dev/null +++ b/manifests/c/CrowdStrike/Perseus/0.22.0/CrowdStrike.Perseus.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrowdStrike.Perseus +PackageVersion: 0.22.0 +PackageLocale: zh-CN +Publisher: CrowdStrike Inc. +PublisherUrl: https://www.crowdstrike.com/ +PublisherSupportUrl: https://github.com/CrowdStrike/perseus/issues +PrivacyUrl: https://www.crowdstrike.com/privacy-notice/ +Author: CrowdStrike Inc. +PackageName: Perseus +PackageUrl: https://github.com/CrowdStrike/perseus +License: MIT +LicenseUrl: https://github.com/CrowdStrike/perseus/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 CrowdStrike, Inc. +# CopyrightUrl: +ShortDescription: 打败 Go 模块依赖图这只海怪所需的英雄 +Description: 随着 Go 模块的引入,我们项目的依赖关系树变得十分复杂。Perseus 珀尔修斯就是我们需要的与 Kraken 海怪战斗的英雄。 +# Moniker: +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/CrowdStrike/perseus/releases/tag/v0.22.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrowdStrike/Perseus/0.22.0/CrowdStrike.Perseus.yaml b/manifests/c/CrowdStrike/Perseus/0.22.0/CrowdStrike.Perseus.yaml new file mode 100644 index 0000000000000..6d66ad837275f --- /dev/null +++ b/manifests/c/CrowdStrike/Perseus/0.22.0/CrowdStrike.Perseus.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrowdStrike.Perseus +PackageVersion: 0.22.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrowdStrike/Perseus/0.23.0/CrowdStrike.Perseus.installer.yaml b/manifests/c/CrowdStrike/Perseus/0.23.0/CrowdStrike.Perseus.installer.yaml new file mode 100644 index 0000000000000..8989761da5a2b --- /dev/null +++ b/manifests/c/CrowdStrike/Perseus/0.23.0/CrowdStrike.Perseus.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrowdStrike.Perseus +PackageVersion: 0.23.0 +InstallerType: zip +Commands: +- perseus +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: perseus.exe + PortableCommandAlias: perseus + InstallerUrl: https://github.com/CrowdStrike/perseus/releases/download/v0.23.0/perseus_windows_386.zip + InstallerSha256: 3D857F5B87375E7149C03DE4A098EE45AB7E208DF19ED3C741D7D90822D839CE +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: perseus.exe + PortableCommandAlias: perseus + InstallerUrl: https://github.com/CrowdStrike/perseus/releases/download/v0.23.0/perseus_windows_amd64.zip + InstallerSha256: 9176F5449ED5D976A9BA2DA387B0CC37887DD294DC626485D1663D6A6A54D8C7 +- Architecture: arm + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: perseus.exe + PortableCommandAlias: perseus + InstallerUrl: https://github.com/CrowdStrike/perseus/releases/download/v0.23.0/perseus_windows_armv7.zip + InstallerSha256: B6490463A030EFA96BCC1CAA19E143E1458EE0985648B01A92E4B95A33B30226 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: perseus.exe + PortableCommandAlias: perseus + InstallerUrl: https://github.com/CrowdStrike/perseus/releases/download/v0.23.0/perseus_windows_arm64.zip + InstallerSha256: D28DD6021C0538AD2CA1BEA53DB3B2B4A6B6A1FD279CD7650C8845427E69D1B6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrowdStrike/Perseus/0.23.0/CrowdStrike.Perseus.locale.en-US.yaml b/manifests/c/CrowdStrike/Perseus/0.23.0/CrowdStrike.Perseus.locale.en-US.yaml new file mode 100644 index 0000000000000..23bc20f206435 --- /dev/null +++ b/manifests/c/CrowdStrike/Perseus/0.23.0/CrowdStrike.Perseus.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrowdStrike.Perseus +PackageVersion: 0.23.0 +PackageLocale: en-US +Publisher: CrowdStrike Inc. +PublisherUrl: https://www.crowdstrike.com/ +PublisherSupportUrl: https://github.com/CrowdStrike/perseus/issues +PrivacyUrl: https://www.crowdstrike.com/privacy-notice/ +Author: CrowdStrike Inc. +PackageName: Perseus +PackageUrl: https://github.com/CrowdStrike/perseus +License: MIT +LicenseUrl: https://github.com/CrowdStrike/perseus/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 CrowdStrike, Inc. +# CopyrightUrl: +ShortDescription: The hero we all need to defeat the kraken that is Go module dependency graphs +Description: With the introduction of Go modules, our projects' dependency trees have exploded in complexity. Perseus is the hero we need to battle that Kraken. +# Moniker: +# Tags: +ReleaseNotes: |- + What's Changed + - chore(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot in https://github.com/CrowdStrike/perseus/pull/191 + - chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 by @dependabot in https://github.com/CrowdStrike/perseus/pull/192 + - chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.21.0 to 2.22.0 by @dependabot in https://github.com/CrowdStrike/perseus/pull/193 + - chore(deps): bump go.opentelemetry.io/otel/exporters/prometheus from 0.50.0 to 0.51.0 by @dependabot in https://github.com/CrowdStrike/perseus/pull/194 + - chore(deps): bump github.com/prometheus/client_golang from 1.20.0 to 1.20.2 by @dependabot in https://github.com/CrowdStrike/perseus/pull/195 + - chore(deps): bump connectrpc.com/vanguard from 0.2.0 to 0.3.0 by @dependabot in https://github.com/CrowdStrike/perseus/pull/197 + Full Changelog: https://github.com/CrowdStrike/perseus/compare/v0.22.0...v0.23.0 +ReleaseNotesUrl: https://github.com/CrowdStrike/perseus/releases/tag/v0.23.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrowdStrike/Perseus/0.23.0/CrowdStrike.Perseus.locale.zh-CN.yaml b/manifests/c/CrowdStrike/Perseus/0.23.0/CrowdStrike.Perseus.locale.zh-CN.yaml new file mode 100644 index 0000000000000..88b30066380fb --- /dev/null +++ b/manifests/c/CrowdStrike/Perseus/0.23.0/CrowdStrike.Perseus.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrowdStrike.Perseus +PackageVersion: 0.23.0 +PackageLocale: zh-CN +Publisher: CrowdStrike Inc. +PublisherUrl: https://www.crowdstrike.com/ +PublisherSupportUrl: https://github.com/CrowdStrike/perseus/issues +PrivacyUrl: https://www.crowdstrike.com/privacy-notice/ +Author: CrowdStrike Inc. +PackageName: Perseus +PackageUrl: https://github.com/CrowdStrike/perseus +License: MIT +LicenseUrl: https://github.com/CrowdStrike/perseus/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 CrowdStrike, Inc. +# CopyrightUrl: +ShortDescription: 打败 Go 模块依赖图这只海怪所需的英雄 +Description: 随着 Go 模块的引入,我们项目的依赖关系树变得十分复杂。Perseus 珀尔修斯就是我们需要的与 Kraken 海怪战斗的英雄。 +# Moniker: +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/CrowdStrike/perseus/releases/tag/v0.23.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrowdStrike/Perseus/0.23.0/CrowdStrike.Perseus.yaml b/manifests/c/CrowdStrike/Perseus/0.23.0/CrowdStrike.Perseus.yaml new file mode 100644 index 0000000000000..f34b97bb375f7 --- /dev/null +++ b/manifests/c/CrowdStrike/Perseus/0.23.0/CrowdStrike.Perseus.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrowdStrike.Perseus +PackageVersion: 0.23.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.10.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.10.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml index f6efaf30d641f..6e1deeb0f730b 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.10.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.10.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -11,13 +11,13 @@ InstallerSwitches: SilentWithProgress: /VERYSILENT UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F74490%2FCrystalDiskInfo8_10_0.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74490%2FCrystalDiskInfo8_10_0.exe InstallerSha256: BC6FF42433E7E54F4FE02F897ED8A8CB9D79B7B8B0291B84B1674DFAED5EB86E Architecture: x64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F74490%2FCrystalDiskInfo8_10_0.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74490%2FCrystalDiskInfo8_10_0.exe InstallerSha256: BC6FF42433E7E54F4FE02F897ED8A8CB9D79B7B8B0291B84B1674DFAED5EB86E Architecture: arm64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F74490%2FCrystalDiskInfo8_10_0.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74490%2FCrystalDiskInfo8_10_0.exe InstallerSha256: BC6FF42433E7E54F4FE02F897ED8A8CB9D79B7B8B0291B84B1674DFAED5EB86E Architecture: x86 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..6c9871d78eafc --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.11.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT + SilentWithProgress: /VERYSILENT +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_0.exe + InstallerSha256: A3D4305DF518A23E9C0C6BC3868520F5EC605BB943F3B727B3AB3FF8418AE951 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_0.exe + InstallerSha256: A3D4305DF518A23E9C0C6BC3868520F5EC605BB943F3B727B3AB3FF8418AE951 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_0.exe + InstallerSha256: A3D4305DF518A23E9C0C6BC3868520F5EC605BB943F3B727B3AB3FF8418AE951 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..df5740a8e857c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.11.0 +PackageLocale: en-US +Publisher: Crystal Dew World +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: hiyohiyo +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +# Copyright: +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +# Description: +Moniker: crystaldiskinfo +Tags: +- diagnostic +- disk +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.0/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.0/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..91f7df32f9659 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.0/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..12d69df375b81 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.11.1 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT + SilentWithProgress: /VERYSILENT +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_1.exe + InstallerSha256: 2E4D89D2E3552218927AF97A975D58F5EF55883A112A80D551247EE8CC3C0DD2 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_1.exe + InstallerSha256: 2E4D89D2E3552218927AF97A975D58F5EF55883A112A80D551247EE8CC3C0DD2 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_1.exe + InstallerSha256: 2E4D89D2E3552218927AF97A975D58F5EF55883A112A80D551247EE8CC3C0DD2 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..746088021a44f --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.11.1 +PackageLocale: en-US +Publisher: Crystal Dew World +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: hiyohiyo +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +# Copyright: +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +# Description: +Moniker: crystaldiskinfo +Tags: +- diagnostic +- disk +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.1/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.1/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..bf85ae8dd6121 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.1/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.11.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml index c36d16d0466ee..602d7cbe19a72 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.11.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -11,13 +11,13 @@ InstallerSwitches: SilentWithProgress: /VERYSILENT UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_2.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_2.exe InstallerSha256: 0188D2BEDC5DD2E4021DB253FAC8B6485ACEE146AD0058AF19C94E1E35F0DC72 Architecture: x64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_2.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_2.exe InstallerSha256: 0188D2BEDC5DD2E4021DB253FAC8B6485ACEE146AD0058AF19C94E1E35F0DC72 Architecture: arm64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_2.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_2.exe InstallerSha256: 0188D2BEDC5DD2E4021DB253FAC8B6485ACEE146AD0058AF19C94E1E35F0DC72 Architecture: x86 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..24f3c27420b2d --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74801%2FCrystalDiskInfo8_12_0.exe + InstallerSha256: 768ED2EF2C9E36CA2B976D62374DA3859DBE02BC193CC01EB36E918349D5D4AA + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74801%2FCrystalDiskInfo8_12_0.exe + InstallerSha256: 768ED2EF2C9E36CA2B976D62374DA3859DBE02BC193CC01EB36E918349D5D4AA + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74801%2FCrystalDiskInfo8_12_0.exe + InstallerSha256: 768ED2EF2C9E36CA2B976D62374DA3859DBE02BC193CC01EB36E918349D5D4AA + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..605b909f3bd75 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- hdd +- nvme +- ssd +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.0/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.0/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..338173e258724 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.0/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..01ec8fc5aa2f4 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.1 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75251%2FCrystalDiskInfo8_12_1.exe + InstallerSha256: BBA12EC9279EE2F870C8A8F28FD055C7C7D854FB37AFD7E022B8994CF596790C + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75251%2FCrystalDiskInfo8_12_1.exe + InstallerSha256: BBA12EC9279EE2F870C8A8F28FD055C7C7D854FB37AFD7E022B8994CF596790C + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75251%2FCrystalDiskInfo8_12_1.exe + InstallerSha256: BBA12EC9279EE2F870C8A8F28FD055C7C7D854FB37AFD7E022B8994CF596790C + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..e6c7a59e2692e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- hdd +- nvme +- ssd +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.1/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.1/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..58e9990f7c67b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.1/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.10/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.10/CrystalDewWorld.CrystalDiskInfo.installer.yaml index 0ef1d40680214..7ba1da296877d 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.10/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.10/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -13,13 +13,13 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F76150%2FCrystalDiskInfo8_12_10.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76150%2FCrystalDiskInfo8_12_10.exe InstallerSha256: 5174FB7EA78F72BB4D4EB048326D1028CFFF6D2AEEB0AF88B079E2593B44F819 Architecture: x64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F76150%2FCrystalDiskInfo8_12_10.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76150%2FCrystalDiskInfo8_12_10.exe InstallerSha256: 5174FB7EA78F72BB4D4EB048326D1028CFFF6D2AEEB0AF88B079E2593B44F819 Architecture: arm64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F76150%2FCrystalDiskInfo8_12_10.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76150%2FCrystalDiskInfo8_12_10.exe InstallerSha256: 5174FB7EA78F72BB4D4EB048326D1028CFFF6D2AEEB0AF88B079E2593B44F819 Architecture: x86 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.12/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.12/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..43b9575024b3c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.12/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.12 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76210%2FCrystalDiskInfo8_12_12.exe + InstallerSha256: E4F6BB39E43B1FEF65D1C6A060EA812AA01181D08B676C8EC64D96AD9A9B7C4E + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76210%2FCrystalDiskInfo8_12_12.exe + InstallerSha256: E4F6BB39E43B1FEF65D1C6A060EA812AA01181D08B676C8EC64D96AD9A9B7C4E + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76210%2FCrystalDiskInfo8_12_12.exe + InstallerSha256: E4F6BB39E43B1FEF65D1C6A060EA812AA01181D08B676C8EC64D96AD9A9B7C4E + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.12/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.12/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..12d49216556b4 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.12/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.12 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.12/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.12/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..4c02ca072c0c1 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.12/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.13/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.13/CrystalDewWorld.CrystalDiskInfo.installer.yaml index 72c3cfab104f2..e8a8642fc4ef9 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.13/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.13/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -14,13 +14,13 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F76302%2FCrystalDiskInfo8_12_13.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76302%2FCrystalDiskInfo8_12_13.exe InstallerSha256: 5C8881616F38C77A6E70263F919A8AA1413F46FE326F3C61F684986BD914696B Architecture: x64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F76302%2FCrystalDiskInfo8_12_13.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76302%2FCrystalDiskInfo8_12_13.exe InstallerSha256: 5C8881616F38C77A6E70263F919A8AA1413F46FE326F3C61F684986BD914696B Architecture: arm64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F76302%2FCrystalDiskInfo8_12_13.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76302%2FCrystalDiskInfo8_12_13.exe InstallerSha256: 5C8881616F38C77A6E70263F919A8AA1413F46FE326F3C61F684986BD914696B Architecture: x86 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..a80fc28bd8091 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.2 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75303%2FCrystalDiskInfo8_12_2.exe + InstallerSha256: FBAA6589498051FC583A4038E28F1D3855372535B4F264B2A2781488A9B623AF + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75303%2FCrystalDiskInfo8_12_2.exe + InstallerSha256: FBAA6589498051FC583A4038E28F1D3855372535B4F264B2A2781488A9B623AF + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75303%2FCrystalDiskInfo8_12_2.exe + InstallerSha256: FBAA6589498051FC583A4038E28F1D3855372535B4F264B2A2781488A9B623AF + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..c5dc5ea213b95 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- hdd +- nvme +- ssd +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.2/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.2/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..0f9b9b8552238 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.2/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.3/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.3/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..035d29897df7a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.3/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.3 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75470%2FCrystalDiskInfo8_12_3.exe + InstallerSha256: EC007CB5AC5DB99BBAD7A3BBB0680C72AE4390EBBC14579D476AF79A10A74B66 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75470%2FCrystalDiskInfo8_12_3.exe + InstallerSha256: EC007CB5AC5DB99BBAD7A3BBB0680C72AE4390EBBC14579D476AF79A10A74B66 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75470%2FCrystalDiskInfo8_12_3.exe + InstallerSha256: EC007CB5AC5DB99BBAD7A3BBB0680C72AE4390EBBC14579D476AF79A10A74B66 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.3/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.3/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..dfb407b166a6b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.3/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.3 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- hdd +- nvme +- ssd +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.3/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.3/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..bd1682a744348 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.3/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.4/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.4/CrystalDewWorld.CrystalDiskInfo.installer.yaml index f171c060fa86a..33e9d73537d9b 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.4/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.4/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -12,13 +12,13 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F75539%2FCrystalDiskInfo8_12_4.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75539%2FCrystalDiskInfo8_12_4.exe InstallerSha256: D99BB8D545F1C58901E116B6F399DE86C7FFF85F4568836B5203DFF552298D4A Architecture: x64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F75539%2FCrystalDiskInfo8_12_4.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75539%2FCrystalDiskInfo8_12_4.exe InstallerSha256: D99BB8D545F1C58901E116B6F399DE86C7FFF85F4568836B5203DFF552298D4A Architecture: arm64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F75539%2FCrystalDiskInfo8_12_4.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75539%2FCrystalDiskInfo8_12_4.exe InstallerSha256: D99BB8D545F1C58901E116B6F399DE86C7FFF85F4568836B5203DFF552298D4A Architecture: x86 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.5/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.5/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..e029a8377f054 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.5/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.5 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75685%2FCrystalDiskInfo8_12_5.exe + InstallerSha256: EB563AA728A4654410BC3D17CEEE6A92C6D0527E28F9603386F81D0B6592E1DF + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75685%2FCrystalDiskInfo8_12_5.exe + InstallerSha256: EB563AA728A4654410BC3D17CEEE6A92C6D0527E28F9603386F81D0B6592E1DF + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75685%2FCrystalDiskInfo8_12_5.exe + InstallerSha256: EB563AA728A4654410BC3D17CEEE6A92C6D0527E28F9603386F81D0B6592E1DF + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.5/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.5/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..e2436701af7f4 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.5/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.5 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- hdd +- nvme +- ssd +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.5/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.5/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..b7a274d034fb7 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.5/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.6/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.6/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..b2aef0c322ac5 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.6/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.6 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75758%2FCrystalDiskInfo8_12_6.exe + InstallerSha256: 24EA6CD73BC2D2972BD7E392DBEAE7AB06741B585E37A18B158FCD87E0704380 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75758%2FCrystalDiskInfo8_12_6.exe + InstallerSha256: 24EA6CD73BC2D2972BD7E392DBEAE7AB06741B585E37A18B158FCD87E0704380 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75758%2FCrystalDiskInfo8_12_6.exe + InstallerSha256: 24EA6CD73BC2D2972BD7E392DBEAE7AB06741B585E37A18B158FCD87E0704380 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.6/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.6/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..deeea38161ae4 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.6/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.6 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.6/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.6/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..71d7689d89802 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.6/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.7/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.7/CrystalDewWorld.CrystalDiskInfo.installer.yaml index e928d6015eaa1..2368df940e5cc 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.7/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.7/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -12,13 +12,13 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F75914%2FCrystalDiskInfo8_12_7.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75914%2FCrystalDiskInfo8_12_7.exe InstallerSha256: 914E26046B1750B17B1695199B64DFFBC9B9B1256655BFB55A7E568D5B3B5E95 Architecture: x64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F75914%2FCrystalDiskInfo8_12_7.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75914%2FCrystalDiskInfo8_12_7.exe InstallerSha256: 914E26046B1750B17B1695199B64DFFBC9B9B1256655BFB55A7E568D5B3B5E95 Architecture: arm64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F75914%2FCrystalDiskInfo8_12_7.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75914%2FCrystalDiskInfo8_12_7.exe InstallerSha256: 914E26046B1750B17B1695199B64DFFBC9B9B1256655BFB55A7E568D5B3B5E95 Architecture: x86 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.8/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.8/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..461d7c9335ca5 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.8/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.8 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76087%2FCrystalDiskInfo8_12_8.exe + InstallerSha256: 4DCE887A8AAEFFA4CEE5DE3241601EB75896499AFE5BD9EFBA57339A816D87F6 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76087%2FCrystalDiskInfo8_12_8.exe + InstallerSha256: 4DCE887A8AAEFFA4CEE5DE3241601EB75896499AFE5BD9EFBA57339A816D87F6 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76087%2FCrystalDiskInfo8_12_8.exe + InstallerSha256: 4DCE887A8AAEFFA4CEE5DE3241601EB75896499AFE5BD9EFBA57339A816D87F6 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.8/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.8/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..6b88e3b3ca642 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.8/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.8 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.8/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.8/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..d929e4f79b7e0 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.8/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.9/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.9/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..69f10dbf71c16 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.9/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.9 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76099%2FCrystalDiskInfo8_12_9.exe + InstallerSha256: 08E69874DF964DE3E5AB32F4D2B5EB212DBFADD8F95A2129E9105A73413B81EF + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76099%2FCrystalDiskInfo8_12_9.exe + InstallerSha256: 08E69874DF964DE3E5AB32F4D2B5EB212DBFADD8F95A2129E9105A73413B81EF + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76099%2FCrystalDiskInfo8_12_9.exe + InstallerSha256: 08E69874DF964DE3E5AB32F4D2B5EB212DBFADD8F95A2129E9105A73413B81EF + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.9/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.9/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..0187daec640b3 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.9/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.9 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.9/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.9/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..28ceb67fd164e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.12.9/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.12.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml index 4e7849161906d..6eaa7806f958d 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -14,13 +14,13 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F76334%2FCrystalDiskInfo8_13_0.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76334%2FCrystalDiskInfo8_13_0.exe InstallerSha256: 2CAAB4EEF80DB80B05C21B779823CAD59258180E5B81715F9A8216F1F47B9443 Architecture: x64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F76334%2FCrystalDiskInfo8_13_0.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76334%2FCrystalDiskInfo8_13_0.exe InstallerSha256: 2CAAB4EEF80DB80B05C21B779823CAD59258180E5B81715F9A8216F1F47B9443 Architecture: arm64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F76334%2FCrystalDiskInfo8_13_0.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76334%2FCrystalDiskInfo8_13_0.exe InstallerSha256: 2CAAB4EEF80DB80B05C21B779823CAD59258180E5B81715F9A8216F1F47B9443 Architecture: x86 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..e3a4b7951f280 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.13.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76440%2FCrystalDiskInfo8_13_1.exe + InstallerSha256: C025A0EDDA8DA6CAA7D022FE72CF263C8ACBC29CF88C549DB0E5EF37BFC2F3FF + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76440%2FCrystalDiskInfo8_13_1.exe + InstallerSha256: C025A0EDDA8DA6CAA7D022FE72CF263C8ACBC29CF88C549DB0E5EF37BFC2F3FF + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76440%2FCrystalDiskInfo8_13_1.exe + InstallerSha256: C025A0EDDA8DA6CAA7D022FE72CF263C8ACBC29CF88C549DB0E5EF37BFC2F3FF + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..fe2f51a17f16a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.13.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.1/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.1/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..61688e02ad205 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.1/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.13.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..5db30bf1fbc41 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.13.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76441%2FCrystalDiskInfo8_13_2.exe + InstallerSha256: AE899F58F2AF31E85551E744B094C3F7F30925CB3C7C30D7B21FC1B4649C7116 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76441%2FCrystalDiskInfo8_13_2.exe + InstallerSha256: AE899F58F2AF31E85551E744B094C3F7F30925CB3C7C30D7B21FC1B4649C7116 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76441%2FCrystalDiskInfo8_13_2.exe + InstallerSha256: AE899F58F2AF31E85551E744B094C3F7F30925CB3C7C30D7B21FC1B4649C7116 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..4b32e29b80e50 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.13.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.2/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.2/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..6652fa5cef5de --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.2/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.13.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.3/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.3/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..3592c1a9cb17e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.3/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.13.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76462%2FCrystalDiskInfo8_13_3.exe + InstallerSha256: 3974234EF532113929997B0AB93612CF5B732908042C36077943D371A36BD94A + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76462%2FCrystalDiskInfo8_13_3.exe + InstallerSha256: 3974234EF532113929997B0AB93612CF5B732908042C36077943D371A36BD94A + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76462%2FCrystalDiskInfo8_13_3.exe + InstallerSha256: 3974234EF532113929997B0AB93612CF5B732908042C36077943D371A36BD94A + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.3/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.3/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..ffa84828a698b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.3/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.13.3 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.3/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.3/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..715c394f33727 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.13.3/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.13.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.14.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.14.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..c253207e00d97 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.14.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.14.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76547%2FCrystalDiskInfo8_14_2.exe + InstallerSha256: 2FB62DCECAB390CB51CEF0C181B4EB3FEB4AA4D7D6E526F60ED816A969F7BB6C + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76547%2FCrystalDiskInfo8_14_2.exe + InstallerSha256: 2FB62DCECAB390CB51CEF0C181B4EB3FEB4AA4D7D6E526F60ED816A969F7BB6C + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76547%2FCrystalDiskInfo8_14_2.exe + InstallerSha256: 2FB62DCECAB390CB51CEF0C181B4EB3FEB4AA4D7D6E526F60ED816A969F7BB6C + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.14.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.14.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..b5dff189e0078 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.14.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.14.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.14.2/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.14.2/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..f3e565bcea0af --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.14.2/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.14.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..65e0d80110833 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.15.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76657%2FCrystalDiskInfo8_15_0.exe + InstallerSha256: E0BA3B590D28DD16674FD1E7444BA8DCF384C6ED66B71B783F04DA98FA8BB1CD + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76657%2FCrystalDiskInfo8_15_0.exe + InstallerSha256: E0BA3B590D28DD16674FD1E7444BA8DCF384C6ED66B71B783F04DA98FA8BB1CD + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76657%2FCrystalDiskInfo8_15_0.exe + InstallerSha256: E0BA3B590D28DD16674FD1E7444BA8DCF384C6ED66B71B783F04DA98FA8BB1CD + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..e67a13d3a8387 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.15.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.0/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.0/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..6cd8e99e2c69f --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.0/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..97246646924dc --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.15.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76710%2FCrystalDiskInfo8_15_1.exe + InstallerSha256: 2352E8A1258A393526D0813BD31B7123189926C7D4A434DC820BB07126233D68 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76710%2FCrystalDiskInfo8_15_1.exe + InstallerSha256: 2352E8A1258A393526D0813BD31B7123189926C7D4A434DC820BB07126233D68 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76710%2FCrystalDiskInfo8_15_1.exe + InstallerSha256: 2352E8A1258A393526D0813BD31B7123189926C7D4A434DC820BB07126233D68 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..91a321bbb020b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.15.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.1/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.1/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..4a3a4ed5eea56 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.1/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..f4fc2bea9cf7a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.15.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76716%2FCrystalDiskInfo8_15_2.exe + InstallerSha256: B19EBF7BA4F07E67D6E84AF6EC327D8DE6D7302E05E336960BA1BC8B842FBD23 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76716%2FCrystalDiskInfo8_15_2.exe + InstallerSha256: B19EBF7BA4F07E67D6E84AF6EC327D8DE6D7302E05E336960BA1BC8B842FBD23 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76716%2FCrystalDiskInfo8_15_2.exe + InstallerSha256: B19EBF7BA4F07E67D6E84AF6EC327D8DE6D7302E05E336960BA1BC8B842FBD23 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..4533c2542ce37 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.15.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.2/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.2/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..4bfbbaf5a6ef4 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.15.2/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.15.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..adec46aa8a27b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.16.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77069%2FCrystalDiskInfo8_16_0.exe + InstallerSha256: 5AEBFB1094B3FAE3C3D18766188A0930A3583B62F206F240AAEDE96491BE4B20 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77069%2FCrystalDiskInfo8_16_0.exe + InstallerSha256: 5AEBFB1094B3FAE3C3D18766188A0930A3583B62F206F240AAEDE96491BE4B20 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77069%2FCrystalDiskInfo8_16_0.exe + InstallerSha256: 5AEBFB1094B3FAE3C3D18766188A0930A3583B62F206F240AAEDE96491BE4B20 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..342651f09b452 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.16.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.0/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.0/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..e5800529033a8 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.0/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..271cdcbc0d1f8 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.16.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77081%2FCrystalDiskInfo8_16_1.exe + InstallerSha256: 0B575498287D4478A639DB1BC9014676A409736CDA6EA06FD7F5D7FB645471D0 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77081%2FCrystalDiskInfo8_16_1.exe + InstallerSha256: 0B575498287D4478A639DB1BC9014676A409736CDA6EA06FD7F5D7FB645471D0 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77081%2FCrystalDiskInfo8_16_1.exe + InstallerSha256: 0B575498287D4478A639DB1BC9014676A409736CDA6EA06FD7F5D7FB645471D0 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..408e422c9a4ae --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.16.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.1/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.1/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..7fe814c1fe2be --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.1/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.16.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.3/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.3/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..5303331701bfc --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.3/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.16.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77104%2FCrystalDiskInfo8_16_3.exe + InstallerSha256: 3F4ACFDB55FAD97EA0EB67738D6DCAEC504BB323B8D5C4FB34978CA33C22B475 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77104%2FCrystalDiskInfo8_16_3.exe + InstallerSha256: 3F4ACFDB55FAD97EA0EB67738D6DCAEC504BB323B8D5C4FB34978CA33C22B475 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77104%2FCrystalDiskInfo8_16_3.exe + InstallerSha256: 3F4ACFDB55FAD97EA0EB67738D6DCAEC504BB323B8D5C4FB34978CA33C22B475 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.3/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.3/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..14216b29bde42 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.3/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.16.3 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD +# Description: +Moniker: crystaldiskinfo +Tags: +- ata +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.3/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.3/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..15c63664dd5cc --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.3/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.16.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.4/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.4/CrystalDewWorld.CrystalDiskInfo.installer.yaml index f0ecaa5e65cef..c22dd7b33ec26 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.4/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.16.4/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -14,13 +14,13 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F77136%2FCrystalDiskInfo8_16_4.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77136%2FCrystalDiskInfo8_16_4.exe InstallerSha256: 49452FE8820B702BC0920C23A160F2FF4793A8224ABFD96332B3EF96BACCA401 Architecture: x64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F77136%2FCrystalDiskInfo8_16_4.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77136%2FCrystalDiskInfo8_16_4.exe InstallerSha256: 49452FE8820B702BC0920C23A160F2FF4793A8224ABFD96332B3EF96BACCA401 Architecture: arm64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F77136%2FCrystalDiskInfo8_16_4.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77136%2FCrystalDiskInfo8_16_4.exe InstallerSha256: 49452FE8820B702BC0920C23A160F2FF4793A8224ABFD96332B3EF96BACCA401 Architecture: x86 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.12/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.12/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..474e740f666b1 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.12/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.17.12 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78031%2FCrystalDiskInfo8_17_12.exe + InstallerSha256: ad9f91f5ac5f887bef4b1e18e1ad3775a2339432d9d92cf66e0aa011e1a99088 +- Architecture: arm64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78031%2FCrystalDiskInfo8_17_12.exe + InstallerSha256: ad9f91f5ac5f887bef4b1e18e1ad3775a2339432d9d92cf66e0aa011e1a99088 +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78031%2FCrystalDiskInfo8_17_12.exe + InstallerSha256: ad9f91f5ac5f887bef4b1e18e1ad3775a2339432d9d92cf66e0aa011e1a99088 +ManifestType: installer +ManifestVersion: 1.2.0 +ReleaseDate: 2022-11-27 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.12/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.12/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..30d2d4ba494b8 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.12/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.17.12 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +CopyrightUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- ssd +- utility +ManifestType: defaultLocale +ManifestVersion: 1.2.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.12/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.12/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..8f88c4e9228e2 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.12/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.17.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.13/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.13/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..70cf664c5d91b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.13/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.17.13 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78047%2FCrystalDiskInfo8_17_13.exe + InstallerSha256: fd6750652dd98f4a7737ee5fe3d03f2436621e35453abf3e9933341f2460a496 +- Architecture: arm64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78047%2FCrystalDiskInfo8_17_13.exe + InstallerSha256: fd6750652dd98f4a7737ee5fe3d03f2436621e35453abf3e9933341f2460a496 +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78047%2FCrystalDiskInfo8_17_13.exe + InstallerSha256: fd6750652dd98f4a7737ee5fe3d03f2436621e35453abf3e9933341f2460a496 +ManifestType: installer +ManifestVersion: 1.2.0 +ReleaseDate: 2022-12-03 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.13/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.13/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..1791a5f227d2e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.13/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.17.13 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +CopyrightUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- ssd +- utility +ManifestType: defaultLocale +ManifestVersion: 1.2.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.13/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.13/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..e962c271b63a5 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.13/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.17.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.14/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.14/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..68d8d1a7d3ca8 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.14/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,28 @@ +# Created with Komac v1.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.17.14 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78192%2FCrystalDiskInfo8_17_14.exe + InstallerSha256: F004C98F0011B2289D929448BAD26A49664D51143BF8FB949AE1C5645D716AED +- Architecture: arm64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78192%2FCrystalDiskInfo8_17_14.exe + InstallerSha256: F004C98F0011B2289D929448BAD26A49664D51143BF8FB949AE1C5645D716AED +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78192%2FCrystalDiskInfo8_17_14.exe + InstallerSha256: F004C98F0011B2289D929448BAD26A49664D51143BF8FB949AE1C5645D716AED +ManifestType: installer +ManifestVersion: 1.4.0 +ReleaseDate: 2023-01-21 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.14/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.14/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..d518664b7e3ec --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.14/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with Komac v1.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.17.14 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en +PublisherSupportUrl: https://crystalmark.info/en/information/about +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2020 hiyohiyo +CopyrightUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- ssd +- utility +ManifestType: defaultLocale +ManifestVersion: 1.4.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.14/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.14/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..457271fed92de --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.14/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with Komac v1.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.17.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.4.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.5/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.5/CrystalDewWorld.CrystalDiskInfo.installer.yaml index b9e836f21b0dd..838862ac06013 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.5/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.17.5/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -14,13 +14,13 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F77593%2FCrystalDiskInfo8_17_5.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77593%2FCrystalDiskInfo8_17_5.exe InstallerSha256: 892FAD32D6AA24B24DBDD5757BA026206F24A7E78B84FFC1A579510C5A294137 Architecture: x64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F77593%2FCrystalDiskInfo8_17_5.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77593%2FCrystalDiskInfo8_17_5.exe InstallerSha256: 892FAD32D6AA24B24DBDD5757BA026206F24A7E78B84FFC1A579510C5A294137 Architecture: arm64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F77593%2FCrystalDiskInfo8_17_5.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77593%2FCrystalDiskInfo8_17_5.exe InstallerSha256: 892FAD32D6AA24B24DBDD5757BA026206F24A7E78B84FFC1A579510C5A294137 Architecture: x86 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.6.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.6.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml index 0ea457dcc0a15..74e2742bed46a 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.6.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.6.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -8,13 +8,13 @@ InstallerType: inno Scope: machine UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_1.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_1.exe InstallerSha256: 181DFEF7903AF8026C13F476BC122F876BF70F7DFA061D8D366D5D0C5846B93A Architecture: x64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_1.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_1.exe InstallerSha256: 181DFEF7903AF8026C13F476BC122F876BF70F7DFA061D8D366D5D0C5846B93A Architecture: arm64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_1.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_1.exe InstallerSha256: 181DFEF7903AF8026C13F476BC122F876BF70F7DFA061D8D366D5D0C5846B93A Architecture: x86 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.6.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.6.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml index 90f9e22ec9046..d4c3b8773c182 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.6.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.6.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -8,13 +8,13 @@ InstallerType: inno Scope: machine UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_2.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_2.exe InstallerSha256: 6A608CBD9E593041B7278CEB76D2B8CB606B72E86BF454548FD162A8E4B4777E Architecture: x64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_2.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_2.exe InstallerSha256: 6A608CBD9E593041B7278CEB76D2B8CB606B72E86BF454548FD162A8E4B4777E Architecture: arm64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_2.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_2.exe InstallerSha256: 6A608CBD9E593041B7278CEB76D2B8CB606B72E86BF454548FD162A8E4B4777E Architecture: x86 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.7.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.7.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..0b04d810de345 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.7.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.7.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73319%2FCrystalDiskInfo8_7_0.exe + InstallerSha256: EAF620C4D8CD668E9DF24EF03E4517D3786754C5FBD77CDB5F40AB51058BF471 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73319%2FCrystalDiskInfo8_7_0.exe + InstallerSha256: EAF620C4D8CD668E9DF24EF03E4517D3786754C5FBD77CDB5F40AB51058BF471 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73319%2FCrystalDiskInfo8_7_0.exe + InstallerSha256: EAF620C4D8CD668E9DF24EF03E4517D3786754C5FBD77CDB5F40AB51058BF471 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.7.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.7.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..8f9e53ceb62f5 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.7.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.7.0 +PackageLocale: en-US +Publisher: Crystal Dew World +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: hiyohiyo +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +# Copyright: +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel/AMD RAID and NVMe. +# Description: +# Moniker: +Tags: +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.7.0/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.7.0/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..18396e376c770 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.7.0/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml index f84dabb9b0d29..a2cb55bc49b55 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -8,13 +8,13 @@ InstallerType: inno Scope: machine UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_1.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_1.exe InstallerSha256: 81AB3483FE1AA0AAAF0653C0D30C7719B8A6169EEC68282906950F1395E0A089 Architecture: x64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_1.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_1.exe InstallerSha256: 81AB3483FE1AA0AAAF0653C0D30C7719B8A6169EEC68282906950F1395E0A089 Architecture: arm64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_1.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_1.exe InstallerSha256: 81AB3483FE1AA0AAAF0653C0D30C7719B8A6169EEC68282906950F1395E0A089 Architecture: x86 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..085fd140b0e99 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.8.2 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_2.exe + InstallerSha256: 9916B25435E32994EB3D4E0A9D4642388C9C596C194F903B376E29DEFFF4E9A2 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_2.exe + InstallerSha256: 9916B25435E32994EB3D4E0A9D4642388C9C596C194F903B376E29DEFFF4E9A2 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_2.exe + InstallerSha256: 9916B25435E32994EB3D4E0A9D4642388C9C596C194F903B376E29DEFFF4E9A2 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..dbfd25bfef57f --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.8.2 +PackageLocale: en-US +Publisher: Crystal Dew World +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: hiyohiyo +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +# Copyright: +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel/AMD RAID and NVMe. +# Description: +Moniker: crystaldiskinfo +Tags: +- diagnostic +- disk +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.2/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.2/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..654c5a9fc1270 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.2/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.5/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.5/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..00aefa4db518a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.5/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.8.5 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_5.exe + InstallerSha256: AFD8AAB9DFAF8C29F886748821176AD93F44D2D97FE420248AA6042960840487 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_5.exe + InstallerSha256: AFD8AAB9DFAF8C29F886748821176AD93F44D2D97FE420248AA6042960840487 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_5.exe + InstallerSha256: AFD8AAB9DFAF8C29F886748821176AD93F44D2D97FE420248AA6042960840487 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.5/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.5/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..878c36b39e278 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.5/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.8.5 +PackageLocale: en-US +Publisher: Crystal Dew World +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: hiyohiyo +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +# Copyright: +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel/AMD RAID and NVMe. +# Description: +Moniker: crystaldiskinfo +Tags: +- diagnostic +- disk +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.5/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.5/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..55f98efde2c6b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.5/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.8.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.9/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.9/CrystalDewWorld.CrystalDiskInfo.installer.yaml index d22ef8f8f743e..062e6e87d9248 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.9/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.8.9/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -8,13 +8,13 @@ InstallerType: inno Scope: machine UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_9.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_9.exe InstallerSha256: CF2FDDEC35BF04373CE85EDD3C5FEB724DDDD7283A1CD95F6E61B5222BDCD897 Architecture: x64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_9.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_9.exe InstallerSha256: CF2FDDEC35BF04373CE85EDD3C5FEB724DDDD7283A1CD95F6E61B5222BDCD897 Architecture: arm64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_9.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_9.exe InstallerSha256: CF2FDDEC35BF04373CE85EDD3C5FEB724DDDD7283A1CD95F6E61B5222BDCD897 Architecture: x86 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.9.0a/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.9.0a/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..03f8c3cccdb7a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.9.0a/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.9.0a +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74080%2FCrystalDiskInfo8_9_0a.exe + InstallerSha256: F951E11B589C7DA48D47D0D69E408019026FA2F9D97467A85C73713ADB9BF58E + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74080%2FCrystalDiskInfo8_9_0a.exe + InstallerSha256: F951E11B589C7DA48D47D0D69E408019026FA2F9D97467A85C73713ADB9BF58E + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74080%2FCrystalDiskInfo8_9_0a.exe + InstallerSha256: F951E11B589C7DA48D47D0D69E408019026FA2F9D97467A85C73713ADB9BF58E + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.9.0a/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.9.0a/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..a4247c12b27a2 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.9.0a/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.9.0a +PackageLocale: en-US +Publisher: Crystal Dew World +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: hiyohiyo +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +# Copyright: +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel/AMD RAID and NVMe. +# Description: +Moniker: crystaldiskinfo +Tags: +- diagnostic +- disk +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.9.0a/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.9.0a/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..2815ec94e980c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/8.9.0a/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 8.9.0a +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.0.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.0.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml index 68edf0c996ac7..8ea4c7c26428c 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.0.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.0.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -15,13 +15,13 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1.exe InstallerSha256: 084595EF66B12BC636EDC94BF6A57450883BD3D585CB1226308E6CF1731398CA - Architecture: arm64 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1.exe InstallerSha256: 084595EF66B12BC636EDC94BF6A57450883BD3D585CB1226308E6CF1731398CA - Architecture: x86 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1.exe InstallerSha256: 084595EF66B12BC636EDC94BF6A57450883BD3D585CB1226308E6CF1731398CA ManifestType: installer ManifestVersion: 1.4.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.0.1a/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.0.1a/CrystalDewWorld.CrystalDiskInfo.installer.yaml index eac14c2d96e1d..b861de895007c 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.0.1a/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.0.1a/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -15,15 +15,15 @@ UpgradeBehavior: install Installers: - Architecture: x64 InstallerType: inno - InstallerUrl: https://osdn.net/frs/redir.php?m=nchc&f=crystaldiskinfo%2F78836%2FCrystalDiskInfo9_0_1a.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78836%2FCrystalDiskInfo9_0_1a.exe InstallerSha256: 0F402116875AD7FD6636140E68925A64D1D3C69178493498E066806F6577EED7 - Architecture: arm64 InstallerType: inno - InstallerUrl: https://osdn.net/frs/redir.php?m=nchc&f=crystaldiskinfo%2F78836%2FCrystalDiskInfo9_0_1a.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78836%2FCrystalDiskInfo9_0_1a.exe InstallerSha256: 0F402116875AD7FD6636140E68925A64D1D3C69178493498E066806F6577EED7 - Architecture: x86 InstallerType: inno - InstallerUrl: https://osdn.net/frs/redir.php?m=nchc&f=crystaldiskinfo%2F78836%2FCrystalDiskInfo9_0_1a.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78836%2FCrystalDiskInfo9_0_1a.exe InstallerSha256: 0F402116875AD7FD6636140E68925A64D1D3C69178493498E066806F6577EED7 ManifestType: installer ManifestVersion: 1.4.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.1.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.1.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..8dcaf6189c95f --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.1.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.1.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerType: inno + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78950%2FCrystalDiskInfo9_1_0.exe + InstallerSha256: E8F296FE05F1D7FF1E3DC00410CA7849ABBE37760A46A722730A03AE33034EC9 +- Architecture: arm64 + InstallerType: inno + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78950%2FCrystalDiskInfo9_1_0.exe + InstallerSha256: E8F296FE05F1D7FF1E3DC00410CA7849ABBE37760A46A722730A03AE33034EC9 +- Architecture: x86 + InstallerType: inno + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78950%2FCrystalDiskInfo9_1_0.exe + InstallerSha256: E8F296FE05F1D7FF1E3DC00410CA7849ABBE37760A46A722730A03AE33034EC9 +ManifestType: installer +ManifestVersion: 1.4.0 +ReleaseDate: 2023-07-09 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.1.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.1.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..58c510e1e4ec1 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.1.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.1.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en +PublisherSupportUrl: https://crystalmark.info/en/information/about +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2023 hiyohiyo +CopyrightUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- ssd +- utility +ManifestType: defaultLocale +ManifestVersion: 1.4.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.1.0/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.1.0/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..4903b07150833 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.1.0/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.4.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..8a689374e2f70 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-25 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.0/CrystalDiskInfo9_4_0.exe/download + InstallerSha256: A18860FD1E988959221B793F7B789BA29370FE7D6DBFE02C088239F16B660DD1 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.0/CrystalDiskInfo9_4_0.exe/download + InstallerSha256: A18860FD1E988959221B793F7B789BA29370FE7D6DBFE02C088239F16B660DD1 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.0/CrystalDiskInfo9_4_0.exe/download + InstallerSha256: A18860FD1E988959221B793F7B789BA29370FE7D6DBFE02C088239F16B660DD1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..5b66ad51d79ae --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2024 hiyohiyo +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +# Description: +Moniker: crystaldiskinfo +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.0/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.0/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..74ab387dd398d --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.0/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.0 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2024 hiyohiyo +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.0/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.0/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..9e07488122647 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.0/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..80e6e077ccf06 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.1/CrystalDiskInfo9_4_1.exe/download + InstallerSha256: 2422033A9B7AC0211C9A06A573DCF984A626C925EB178D6CF3D605AB65DF20D0 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.1/CrystalDiskInfo9_4_1.exe/download + InstallerSha256: 2422033A9B7AC0211C9A06A573DCF984A626C925EB178D6CF3D605AB65DF20D0 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.1/CrystalDiskInfo9_4_1.exe/download + InstallerSha256: 2422033A9B7AC0211C9A06A573DCF984A626C925EB178D6CF3D605AB65DF20D0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..11338596c9c03 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2024 hiyohiyo +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +# Description: +Moniker: crystaldiskinfo +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +ReleaseNotes: |- + Temporarily reverted to 9.3.2 equivalent due to a problem with USB drives disconnecting in some environments. + - DISALBED: Added Dark Mode Menu support + - DISALBED: Added Realtek 9220DP support + - DISALBED: Improved JMicron JMS586 support (Beta) / Model name 40 charcters support (Alpha) + - Updated language file (Traditional Chinese) +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.1/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.1/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a9aa8a8c057b3 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.1/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.1 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2024 hiyohiyo +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.1/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.1/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..f1d8eef0f7728 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.1/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..b8deeb7169982 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.2/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-27 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.2/CrystalDiskInfo9_4_2.exe/download + InstallerSha256: AAF3CE9DBB907F6B709251341F81B05196DC4E1169113970B15C3B9F5D69CBA6 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.2/CrystalDiskInfo9_4_2.exe/download + InstallerSha256: AAF3CE9DBB907F6B709251341F81B05196DC4E1169113970B15C3B9F5D69CBA6 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.2/CrystalDiskInfo9_4_2.exe/download + InstallerSha256: AAF3CE9DBB907F6B709251341F81B05196DC4E1169113970B15C3B9F5D69CBA6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..4a4b7e2a2b2e0 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.2/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2024 hiyohiyo +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +# Description: +Moniker: crystaldiskinfo +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.2/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.2/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..078517e83fd3b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.2/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.2 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2024 hiyohiyo +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.2/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.2/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..8b6e561589a77 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.2/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.3/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.3/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..a1f4dd5eae47e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.3/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.3 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-30 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.3/CrystalDiskInfo9_4_3.exe/download + InstallerSha256: E5D888E20E42D26289C80CD35B2CD31D6BD879C60028DB119385F9F7BAB04CE2 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.3/CrystalDiskInfo9_4_3.exe/download + InstallerSha256: E5D888E20E42D26289C80CD35B2CD31D6BD879C60028DB119385F9F7BAB04CE2 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.3/CrystalDiskInfo9_4_3.exe/download + InstallerSha256: E5D888E20E42D26289C80CD35B2CD31D6BD879C60028DB119385F9F7BAB04CE2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.3/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.3/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..cae14f2ea8355 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.3/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.3 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2024 hiyohiyo +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +# Description: +Moniker: crystaldiskinfo +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.3/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.3/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..870d6df7a2290 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.3/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.3 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2024 hiyohiyo +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.3/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.3/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..09e51c28144e8 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.3/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.4/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.4/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 0000000000000..2b063025c7cbb --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.4/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.4 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.4/CrystalDiskInfo9_4_4.exe/download + InstallerSha256: B45A8ED74A4FA6897139BF9C616639811F0304D6F59EFEF8FC55301E9AB43998 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.4/CrystalDiskInfo9_4_4.exe/download + InstallerSha256: B45A8ED74A4FA6897139BF9C616639811F0304D6F59EFEF8FC55301E9AB43998 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.4/CrystalDiskInfo9_4_4.exe/download + InstallerSha256: B45A8ED74A4FA6897139BF9C616639811F0304D6F59EFEF8FC55301E9AB43998 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.4/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.4/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 0000000000000..64b5a08ce07f1 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.4/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.4 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2024 hiyohiyo +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +# Description: +Moniker: crystaldiskinfo +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +ReleaseNotes: |- + Reverted to 9.3.2 equivalent due to a problem with USB drives disconnecting in some environments. + - DISALBED: Added Dark Mode Menu support + - DISALBED: Added Realtek 9220DP support + - DISALBED: Improved JMicron JMS586 support (Beta) / Model name 40 charcters support (Alpha) + - Updated language file (German) +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.4/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.4/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c04423896b017 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.4/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.4 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2024 hiyohiyo +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.4/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.4/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 0000000000000..2b4ae889f1b8b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.4.4/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.4.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml new file mode 100644 index 0000000000000..a027759f4dfa5 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2024/Aug/27 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-25 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.0/CrystalDiskInfo9_4_0Aoi.exe/download + InstallerSha256: 1A08B1B69131D5CEC85CE6ADC6996D7D688E721704296E9B2162F9155CEEEB42 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.0/CrystalDiskInfo9_4_0Aoi.exe/download + InstallerSha256: 1A08B1B69131D5CEC85CE6ADC6996D7D688E721704296E9B2162F9155CEEEB42 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.0/CrystalDiskInfo9_4_0Aoi.exe/download + InstallerSha256: 1A08B1B69131D5CEC85CE6ADC6996D7D688E721704296E9B2162F9155CEEEB42 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..51ce4e0831525 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Automatically updated by the winget bot at 2024/Aug/27 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2024-2024 nijihashi sola +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Aoi Theme. +Moniker: crystaldiskinfo-aoi +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cb9739c2b65ae --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Automatically updated by the winget bot at 2024/Aug/27 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.0 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2024-2024 nijihashi sola +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Aoi 主题的 CrystalDiskInfo。 +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml new file mode 100644 index 0000000000000..ec8d0bba215f0 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/27 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml new file mode 100644 index 0000000000000..df632231e7184 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.1/CrystalDiskInfo9_4_1Aoi.exe/download + InstallerSha256: 18FE78236ED49A47C93EF02222967F857E2A5C9C82ED8FFBB5C13E2C8C7E6FC3 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.1/CrystalDiskInfo9_4_1Aoi.exe/download + InstallerSha256: 18FE78236ED49A47C93EF02222967F857E2A5C9C82ED8FFBB5C13E2C8C7E6FC3 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.1/CrystalDiskInfo9_4_1Aoi.exe/download + InstallerSha256: 18FE78236ED49A47C93EF02222967F857E2A5C9C82ED8FFBB5C13E2C8C7E6FC3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..10e22fa9072a0 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2024-2024 nijihashi sola +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Aoi Theme. +# Description: +Moniker: crystaldiskinfo-aoi +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +ReleaseNotes: |- + Temporarily reverted to 9.3.2 equivalent due to a problem with USB drives disconnecting in some environments. + - DISALBED: Added Dark Mode Menu support + - DISALBED: Added Realtek 9220DP support + - DISALBED: Improved JMicron JMS586 support (Beta) / Model name 40 charcters support (Alpha) + - Updated language file (Traditional Chinese) +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f00e5356a019a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.1 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2024-2024 nijihashi sola +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Aoi 主题的 CrystalDiskInfo。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml new file mode 100644 index 0000000000000..a5555af78518f --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml new file mode 100644 index 0000000000000..e0cf9db942878 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-27 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.2/CrystalDiskInfo9_4_2Aoi.exe/download + InstallerSha256: 18D5D2BC13F00DAB7949B052527902B9240DE0CCD9E03EB0B4E0B285F7F5893D +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.2/CrystalDiskInfo9_4_2Aoi.exe/download + InstallerSha256: 18D5D2BC13F00DAB7949B052527902B9240DE0CCD9E03EB0B4E0B285F7F5893D +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.2/CrystalDiskInfo9_4_2Aoi.exe/download + InstallerSha256: 18D5D2BC13F00DAB7949B052527902B9240DE0CCD9E03EB0B4E0B285F7F5893D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..9d40853904b87 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2024-2024 nijihashi sola +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Aoi Theme. +# Description: +Moniker: crystaldiskinfo-aoi +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e44a73d224c00 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.2 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2024-2024 nijihashi sola +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Aoi 主题的 CrystalDiskInfo。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml new file mode 100644 index 0000000000000..db49fabf76f92 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml new file mode 100644 index 0000000000000..5f2155e16c11d --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.3 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-30 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.3/CrystalDiskInfo9_4_3Aoi.exe/download + InstallerSha256: B24372AD4E7D2ABC8D337669597812D1ADD9C542F3D61160C62F301F24B7D85B +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.3/CrystalDiskInfo9_4_3Aoi.exe/download + InstallerSha256: B24372AD4E7D2ABC8D337669597812D1ADD9C542F3D61160C62F301F24B7D85B +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.3/CrystalDiskInfo9_4_3Aoi.exe/download + InstallerSha256: B24372AD4E7D2ABC8D337669597812D1ADD9C542F3D61160C62F301F24B7D85B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..7e35cc186db0b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.3 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2024-2024 nijihashi sola +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Aoi Theme. +# Description: +Moniker: crystaldiskinfo-aoi +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..350e27277e39c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.3 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2024-2024 nijihashi sola +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Aoi 主题的 CrystalDiskInfo。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml new file mode 100644 index 0000000000000..594ccd2c19b69 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml new file mode 100644 index 0000000000000..b34561045e071 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.4 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.4/CrystalDiskInfo9_4_4Aoi.exe/download + InstallerSha256: DFBE8BBCE36359D0EB397F3C2F70351D5BED330D31B977908FBF3201BA1D3A42 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.4/CrystalDiskInfo9_4_4Aoi.exe/download + InstallerSha256: DFBE8BBCE36359D0EB397F3C2F70351D5BED330D31B977908FBF3201BA1D3A42 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.4/CrystalDiskInfo9_4_4Aoi.exe/download + InstallerSha256: DFBE8BBCE36359D0EB397F3C2F70351D5BED330D31B977908FBF3201BA1D3A42 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..96e698c26a4e5 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.4 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2024-2024 nijihashi sola +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Aoi Theme. +# Description: +Moniker: crystaldiskinfo-aoi +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +ReleaseNotes: |- + Reverted to 9.3.2 equivalent due to a problem with USB drives disconnecting in some environments. + - DISALBED: Added Dark Mode Menu support + - DISALBED: Added Realtek 9220DP support + - DISALBED: Improved JMicron JMS586 support (Beta) / Model name 40 charcters support (Alpha) + - Updated language file (German) +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..85c904c196b4c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.4 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2024-2024 nijihashi sola +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Aoi 主题的 CrystalDiskInfo。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml new file mode 100644 index 0000000000000..12710f4083f9c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.4.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..03563941b1315 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.10.0 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74490%2FCrystalDiskInfo8_10_0KureiKei.exe + InstallerSha256: d9b065b6a7650aa21d9dbfaf33506e316192608f595514892b253216bb9560b1 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..5d9462c02410a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.10.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..27262c25a2b92 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..2dd6bbc6072cc --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.11.0 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_0KureiKei.exe + InstallerSha256: 7b5a70bc4912f385d0f682039e8eb81f6f54b1109b31cd1057a0d34fccc00660 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..f81602e58cac4 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.11.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..3b7fb84be5fa3 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..19c36d97d759a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.11.1 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_1KureiKei.exe + InstallerSha256: 83daef8bda3cde042652336fde30cb53c74406d268a57fe4fd4df2464435114f + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..5a0ad68790512 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.11.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..39dc59312b8f3 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.11.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..ff608cb273890 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.0 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74801%2FCrystalDiskInfo8_12_0KureiKei.exe + InstallerSha256: 9636cb65f5223666c645b1b72792c6c4605229abf2e6c5bec5c4ac40a8600d25 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..f67f2c2a9d574 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..23cd70d6a63c3 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..bc1b5f6b4a514 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.1 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75251%2FCrystalDiskInfo8_12_1KureiKei.exe + InstallerSha256: ed9531788717b59390f14050d78249c92112bbdebbde7a61292e26555a5c046a + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..f8b9c2e9fe31b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..637c47e4a88bf --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.10/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.10/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml index b6f2a1daa57fa..6a802576a0423 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.10/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.10/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -16,7 +16,7 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: neutral - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F76150%2FCrystalDiskInfo8_12_10KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76150%2FCrystalDiskInfo8_12_10KureiKei.exe InstallerSha256: 12A2D0DBF120ABB92DB531825FFF6D96B83BD71BF2757FF0F8BE9553063592E8 ManifestType: installer ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..a1e8cfad980c4 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.12 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76210%2FCrystalDiskInfo8_12_12KureiKei.exe + InstallerSha256: 9CDBDDC3557483950834A8DA46A3A0E1EFD27C9AA76A901173F364995CFD46F7 +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..5efc14c0c4e72 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.12 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- utility +- disk-utlilty +- crystaldiskinfo +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..eb7d21da7cbb3 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.13/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.13/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml index 84062a9abae97..1965a0d0e7ca7 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.13/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.13/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -15,7 +15,7 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: neutral - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F76302%2FCrystalDiskInfo8_12_13KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76302%2FCrystalDiskInfo8_12_13KureiKei.exe InstallerSha256: 4D093BC885A62906291A952DBD66391C5D92CD43079D0AD14F11B4512E728D0B ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..08655cd2cca74 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.2 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75303%2FCrystalDiskInfo8_12_2KureiKei.exe + InstallerSha256: 0e337bdd623e66615cddac8dda787c3df6e0b96333845dffaed32a352d1b3e6a + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..a6cf942fd3336 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..3256262136180 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..90e25548ea1ef --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.3 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75470%2FCrystalDiskInfo8_12_3KureiKei.exe + InstallerSha256: 4614E3FFF714CAA38B1E6EADAC6A12F08C46648E554A1E21399D653B8AB18758 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..a22e8c619eb21 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.3 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..8f126a327f646 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml index 2ce7e5cc28e12..20ae6080a7b24 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -15,7 +15,7 @@ Installers: Architecture: neutral InstallerType: inno Scope: machine - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F75539%2FCrystalDiskInfo8_12_4KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75539%2FCrystalDiskInfo8_12_4KureiKei.exe InstallerSha256: 621C801C678DBEFB49A5440AAE11CA9D7778B20E884648EE2EAFE50B9BF498DE UpgradeBehavior: install ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..d0446f53589c7 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.5 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75685%2FCrystalDiskInfo8_12_5KureiKei.exe + InstallerSha256: c331752db41afce47abbba9c2dd8cdc276e450172e1fd62a570970bdc636d373 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..a7a89e2c6d54e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.5 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..214f9fe150854 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..f16cf75cd3184 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.6 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75758%2FCrystalDiskInfo8_12_6KureiKei.exe + InstallerSha256: 7b681f21048e940b4034a757437458c32d4b8e828fab9fc8188e8cd43e5680f5 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..726852729d866 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.6 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- utility +- disk-utlilty +- crystaldiskinfo +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..00656bfa1bcd2 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.7/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.7/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml index d1bdd97d5511f..66bfc2d571501 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.7/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.7/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -15,7 +15,7 @@ Installers: Architecture: neutral InstallerType: inno Scope: machine - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F75914%2FCrystalDiskInfo8_12_7KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75914%2FCrystalDiskInfo8_12_7KureiKei.exe InstallerSha256: 2c9b3bb55f568282c890b90c1401ca0cc66d41764c2b5b9fb99caf9205fc979e UpgradeBehavior: install ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..bcab2d7904cdc --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.0.0 using YAML parsing +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.8 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76087%2FCrystalDiskInfo8_12_8KureiKei.exe + InstallerSha256: CD8B30D9FF1C253A81C3F47699AC29AE8E258808C42258B1357C9DC1ED4FC1B3 +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..9338d588a29a6 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.0.0 using YAML parsing +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.8 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- utility +- disk-utlilty +- crystaldiskinfo +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..14fb9307f020d --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.0 using YAML parsing +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..999a1a39cd25b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.9 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76099%2FCrystalDiskInfo8_12_9KureiKei.exe + InstallerSha256: 560BC563153DEE178E7F834CC174A7B5A600F925682F339932E766B0F27A5E32 +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..43eacc92ce3e2 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.9 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- utility +- disk-utlilty +- crystaldiskinfo +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..6134f594ec247 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.12.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml index 22ada418d4c2e..374106dbc48da 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -15,7 +15,7 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: neutral - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F76334%2FCrystalDiskInfo8_13_0KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76334%2FCrystalDiskInfo8_13_0KureiKei.exe InstallerSha256: 0E09D60DAA25E8BA23E49654B2143706D815600FA4C4213C6B18744BE701901B ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..4b813d7cf50d9 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.13.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76440%2FCrystalDiskInfo8_13_1KureiKei.exe + InstallerSha256: E6AAB7F2A9BEE4B9D1C32E236510C08166A4DC60B9B0416C09D974AAD3D726ED +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..b5fd5794d12d3 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.13.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utlilty +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..13f6056017a5e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.13.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..687306e1bb2ca --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.13.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76441%2FCrystalDiskInfo8_13_2KureiKei.exe + InstallerSha256: 3CB98928D50AFCE45DBFC44F6E7D968296A1338BB6CF35F3E8B8CBF26AB82BCB +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..f31e96a61417d --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.13.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utlilty +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..f33397e953e6e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.13.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml index 0eb8f8b2f7c61..709aa367e260f 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.13.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -15,7 +15,7 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: neutral - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F76462%2FCrystalDiskInfo8_13_3KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76462%2FCrystalDiskInfo8_13_3KureiKei.exe InstallerSha256: 6E99D211B4442D8F3598AB57C099E0FCAFCFD78E5BA75C1591FDCCE1E7974D14 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..5daa4e601fb66 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.14.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76547%2FCrystalDiskInfo8_14_2KureiKei.exe + InstallerSha256: 76B7F5E3E76756A2D091D904D9C860195F0CE6A5E7D91A00DC5338820AC7C5D4 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..a29a1e2616522 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.14.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utlilty +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..aa36c87fdacab --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.14.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..97cfc8afd1590 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.15.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76657%2FCrystalDiskInfo8_15_0KureiKei.exe + InstallerSha256: 8D42E66482F99BEB13E7B8604C79285A4D544652FB8464E123C587BDBBB5B312 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..3f73cf10909ff --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.15.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utlilty +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..fa7ad139b657c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..d8781c3d4eb05 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.15.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2022-02-11 +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76710%2FCrystalDiskInfo8_15_1KureiKei.exe + InstallerSha256: E20CA857EF5D18C80685E06B4AF551494C6FBC9F6C0E1C719B197ABD6C9A8882 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..d61fc7de9e40e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.15.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utlilty +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..d8da80500715a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..35ccea0a8f1b5 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.15.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2022-02-13 +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76716%2FCrystalDiskInfo8_15_2KureiKei.exe + InstallerSha256: BCDACBC31751E12A450E14155D2F51F17FB456EC2BEC2647D1AD277A21351588 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..7e25c09e69545 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.15.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utlilty +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..ffdf38bddc0c9 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.15.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml index a87d71b1d4fc5..7a6de51abc309 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -16,10 +16,10 @@ UpgradeBehavior: install ReleaseDate: 2022-03-27 Installers: - Architecture: x64 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F77069%2FCrystalDiskInfo8_16_0KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77069%2FCrystalDiskInfo8_16_0KureiKei.exe InstallerSha256: 0F5F3E4C8EC2521B85BA1E07CB88632F4841F3DC06A41025E8746088D92D3A8C - Architecture: x86 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F77069%2FCrystalDiskInfo8_16_0KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77069%2FCrystalDiskInfo8_16_0KureiKei.exe InstallerSha256: 0F5F3E4C8EC2521B85BA1E07CB88632F4841F3DC06A41025E8746088D92D3A8C ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..afd194508196e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.16.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2022-03-29 +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77081%2FCrystalDiskInfo8_16_1KureiKei.exe + InstallerSha256: 771ED913CCA19A2DD23523C07958BFB48D81F6A646E2FC12D4B56608A54CABFC +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77081%2FCrystalDiskInfo8_16_1KureiKei.exe + InstallerSha256: 771ED913CCA19A2DD23523C07958BFB48D81F6A646E2FC12D4B56608A54CABFC +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..33756ec9d7855 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.16.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utlilty +- hdd +- ssd +- utility +# Agreements: +ReleaseNotes: |- + - Fixed AMD_RC2t7 support +ReleaseNotesUrl: https://github.com/hiyohiyo/CrystalDiskInfo/commit/6c0899da556e4359c291825fc21c2a7f8fa30b01 +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..e2ac635373c1c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.16.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..064d84e65fa37 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.16.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2022-04-01 +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77104%2FCrystalDiskInfo8_16_3KureiKei.exe + InstallerSha256: 124C99E7AEE7D5EF6CEDE6872300E7684163FA692409A9A6988F5C27BFE45F0C +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77104%2FCrystalDiskInfo8_16_3KureiKei.exe + InstallerSha256: 124C99E7AEE7D5EF6CEDE6872300E7684163FA692409A9A6988F5C27BFE45F0C +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..b9f987be4f755 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.16.3 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utlilty +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..0ede1046ee7e5 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.16.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml index 073ee6b815ed5..2c8af53bd5d13 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.16.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -15,11 +15,11 @@ UpgradeBehavior: install Installers: - Architecture: x64 InstallerType: inno - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F77136%2FCrystalDiskInfo8_16_4KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77136%2FCrystalDiskInfo8_16_4KureiKei.exe InstallerSha256: 740C6C626C69AE058AE93CB8E3F98AA0C733E52BAE5332AA1EFC46A7B9DABA75 - Architecture: x86 InstallerType: inno - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F77136%2FCrystalDiskInfo8_16_4KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77136%2FCrystalDiskInfo8_16_4KureiKei.exe InstallerSha256: 740C6C626C69AE058AE93CB8E3F98AA0C733E52BAE5332AA1EFC46A7B9DABA75 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..d3ff22b66a59d --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.17.12 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78031%2FCrystalDiskInfo8_17_12KureiKei.exe + InstallerSha256: b785774ec505963f832929ebf8dca71a80d8b325a24490c75e2943c4919a2b0e +- Architecture: arm64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78031%2FCrystalDiskInfo8_17_12KureiKei.exe + InstallerSha256: b785774ec505963f832929ebf8dca71a80d8b325a24490c75e2943c4919a2b0e +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78031%2FCrystalDiskInfo8_17_12KureiKei.exe + InstallerSha256: b785774ec505963f832929ebf8dca71a80d8b325a24490c75e2943c4919a2b0e +ManifestType: installer +ManifestVersion: 1.2.0 +ReleaseDate: 2022-11-27 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..ab629508b7a3b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.17.12 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Kurei Kei Theme. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- ssd +- utility +ManifestType: defaultLocale +ManifestVersion: 1.2.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..5e9745d2e1dc0 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.17.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..91f36ff040178 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.17.13 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78047%2FCrystalDiskInfo8_17_13KureiKei.exe + InstallerSha256: c2449bacc6f14e3dbb427f098af097f1fa703c44a9c025849cf6dac981fcbda6 +- Architecture: arm64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78047%2FCrystalDiskInfo8_17_13KureiKei.exe + InstallerSha256: c2449bacc6f14e3dbb427f098af097f1fa703c44a9c025849cf6dac981fcbda6 +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78047%2FCrystalDiskInfo8_17_13KureiKei.exe + InstallerSha256: c2449bacc6f14e3dbb427f098af097f1fa703c44a9c025849cf6dac981fcbda6 +ManifestType: installer +ManifestVersion: 1.2.0 +ReleaseDate: 2022-12-03 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..05fe6ec705a00 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.17.13 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Kurei Kei Theme. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- ssd +- utility +ManifestType: defaultLocale +ManifestVersion: 1.2.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..91ca2c4922005 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.17.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..caeff369ebf80 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.17.14 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78192%2FCrystalDiskInfo8_17_14KureiKei.exe + InstallerSha256: D28FAD11E99DC9D754F5A3E29A2EF9B48058A9BB0AB57D13E6AE13ACD1878185 +- Architecture: arm64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78192%2FCrystalDiskInfo8_17_14KureiKei.exe + InstallerSha256: D28FAD11E99DC9D754F5A3E29A2EF9B48058A9BB0AB57D13E6AE13ACD1878185 +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78192%2FCrystalDiskInfo8_17_14KureiKei.exe + InstallerSha256: D28FAD11E99DC9D754F5A3E29A2EF9B48058A9BB0AB57D13E6AE13ACD1878185 +ManifestType: installer +ManifestVersion: 1.4.0 +ReleaseDate: 2023-01-21 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..ae0c33510e85b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.17.14 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Kurei Kei Theme. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- ssd +- utility +ManifestType: defaultLocale +ManifestVersion: 1.4.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..146ead3dcc76e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.17.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.4.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.5/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.5/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml index 03d8e4019946a..f68fb14058dce 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.5/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.17.5/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -15,10 +15,10 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F77593%2FCrystalDiskInfo8_17_5KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77593%2FCrystalDiskInfo8_17_5KureiKei.exe InstallerSha256: 1822a2f1a0de1a8e3338069e9b9c203a53011866bfdaa0ed7dc42737d411cb94 - Architecture: x86 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F77593%2FCrystalDiskInfo8_17_5KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77593%2FCrystalDiskInfo8_17_5KureiKei.exe InstallerSha256: 1822a2f1a0de1a8e3338069e9b9c203a53011866bfdaa0ed7dc42737d411cb94 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.6.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.6.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml index 40df08dc6217c..c45eb1436b2d6 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.6.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.6.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -15,7 +15,7 @@ Installers: Architecture: neutral InstallerType: inno Scope: machine - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_2KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_2KureiKei.exe InstallerSha256: F623E9D8511793B73A8018287FB7B59391321599946564C320DC9A14EDC75B8E UpgradeBehavior: install ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml index 03d3cac0283c6..fb133be92a835 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -15,7 +15,7 @@ Installers: Architecture: neutral InstallerType: inno Scope: machine - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_1KureiKeiUltimate.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_1KureiKeiUltimate.exe InstallerSha256: 8c929c7f1a575f5de4c42da3722a2221a7a55b7113368de5a7c7180474f14ab5 UpgradeBehavior: install ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..8617fca653190 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.8.2 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_2KureiKeiUltimate.exe + InstallerSha256: d40c04e419a6fb728d661b6ca962c46795e99efd4b727440a238acb1fab3716a + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..d1465e65f1b0b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.8.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..c7cd24c3a4666 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..e70f8764e8250 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.8.9 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_9KureiKeiUltimate.exe + InstallerSha256: ebd4bc856a8e32b14e790a965b4e99e201f00cfce74f44a124d6c36844af3aee + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..5dc052be23744 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.8.9 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..fd352e78c308b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.8.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..708d5b54023a5 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.9.0a +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74080%2FCrystalDiskInfo8_9_0aKureiKei.exe + InstallerSha256: b805056a84247a0ca7827985041cd28507c7360d75b6dc09b9183b4584b390b6 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..469c337068560 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.9.0a +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-kke +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..d13ee66a70a7b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 8.9.0a +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.0.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.0.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml index cedd87432eb7f..0e4ad8f1c991b 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.0.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.0.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -15,13 +15,13 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1KureiKei.exe InstallerSha256: DB3C3A79D61BA17216ADF05874524C0EAE4A9C2E8E04CDCDCE7E844C9431E873 - Architecture: arm64 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1KureiKei.exe InstallerSha256: DB3C3A79D61BA17216ADF05874524C0EAE4A9C2E8E04CDCDCE7E844C9431E873 - Architecture: x86 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1KureiKei.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1KureiKei.exe InstallerSha256: DB3C3A79D61BA17216ADF05874524C0EAE4A9C2E8E04CDCDCE7E844C9431E873 ManifestType: installer ManifestVersion: 1.4.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..b51dae3b3332f --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-25 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.0/CrystalDiskInfo9_4_0KureiKei.exe/download + InstallerSha256: 30503CB8B204DC7B7748DAC0A028497E477C25F99DD5B76963677F5CB02753F8 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.0/CrystalDiskInfo9_4_0KureiKei.exe/download + InstallerSha256: 30503CB8B204DC7B7748DAC0A028497E477C25F99DD5B76963677F5CB02753F8 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.0/CrystalDiskInfo9_4_0KureiKei.exe/download + InstallerSha256: 30503CB8B204DC7B7748DAC0A028497E477C25F99DD5B76963677F5CB02753F8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..2beb1533d6bc6 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2017-2024 Pronama LLC +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Kurei Kei Theme. +# Description: +Moniker: crystaldiskinfo-kke +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2fd87ca7afbf6 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.0 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2017-2024 Pronama LLC +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Kurei Kei 主题的 CrystalDiskInfo。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..707b1256f15e1 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..573ef455a6069 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.1/CrystalDiskInfo9_4_1KureiKei.exe/download + InstallerSha256: 434922F952EA352D1B2847845E437807C5D82076D9E535C04F563BB89CF60021 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.1/CrystalDiskInfo9_4_1KureiKei.exe/download + InstallerSha256: 434922F952EA352D1B2847845E437807C5D82076D9E535C04F563BB89CF60021 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.1/CrystalDiskInfo9_4_1KureiKei.exe/download + InstallerSha256: 434922F952EA352D1B2847845E437807C5D82076D9E535C04F563BB89CF60021 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..ddb3daaa403c9 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2017-2024 Pronama LLC +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Kurei Kei Theme. +# Description: +Moniker: crystaldiskinfo-kke +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +ReleaseNotes: |- + Temporarily reverted to 9.3.2 equivalent due to a problem with USB drives disconnecting in some environments. + - DISALBED: Added Dark Mode Menu support + - DISALBED: Added Realtek 9220DP support + - DISALBED: Improved JMicron JMS586 support (Beta) / Model name 40 charcters support (Alpha) + - Updated language file (Traditional Chinese) +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..da851f46777d5 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.1 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2017-2024 Pronama LLC +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Kurei Kei 主题的 CrystalDiskInfo。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..e3d2f0cb528d6 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..f1bac7c281890 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-27 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.2/CrystalDiskInfo9_4_2KureiKei.exe/download + InstallerSha256: A63FB39F4B71E03A3983BFA2AAFBF3EE2683E56BC5ED785E54F9695D51F4C072 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.2/CrystalDiskInfo9_4_2KureiKei.exe/download + InstallerSha256: A63FB39F4B71E03A3983BFA2AAFBF3EE2683E56BC5ED785E54F9695D51F4C072 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.2/CrystalDiskInfo9_4_2KureiKei.exe/download + InstallerSha256: A63FB39F4B71E03A3983BFA2AAFBF3EE2683E56BC5ED785E54F9695D51F4C072 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..2efc419d2f12c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2017-2024 Pronama LLC +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Kurei Kei Theme. +# Description: +Moniker: crystaldiskinfo-kke +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..667c91cc61f6a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.2 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2017-2024 Pronama LLC +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Kurei Kei 主题的 CrystalDiskInfo。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..afe8c92d32421 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..36a8034c800d4 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.3 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-30 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.3/CrystalDiskInfo9_4_3KureiKei.exe/download + InstallerSha256: ADCB1EB94548C2C0205494D8369017D4E62BDB89B40D0999D85F528BDCEC975F +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.3/CrystalDiskInfo9_4_3KureiKei.exe/download + InstallerSha256: ADCB1EB94548C2C0205494D8369017D4E62BDB89B40D0999D85F528BDCEC975F +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.3/CrystalDiskInfo9_4_3KureiKei.exe/download + InstallerSha256: ADCB1EB94548C2C0205494D8369017D4E62BDB89B40D0999D85F528BDCEC975F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..818152d683f7c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.3 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2017-2024 Pronama LLC +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Kurei Kei Theme. +# Description: +Moniker: crystaldiskinfo-kke +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..705ea7f57f7d2 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.3 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2017-2024 Pronama LLC +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Kurei Kei 主题的 CrystalDiskInfo。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..e36a57ba2ae6a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 0000000000000..a4ec6d83ce44c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.4 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.4/CrystalDiskInfo9_4_4KureiKei.exe/download + InstallerSha256: 0A054DA0A344BC3E737972379E72CAE5D3E1A3E609BD5F694C5CDAA268A9B509 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.4/CrystalDiskInfo9_4_4KureiKei.exe/download + InstallerSha256: 0A054DA0A344BC3E737972379E72CAE5D3E1A3E609BD5F694C5CDAA268A9B509 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.4/CrystalDiskInfo9_4_4KureiKei.exe/download + InstallerSha256: 0A054DA0A344BC3E737972379E72CAE5D3E1A3E609BD5F694C5CDAA268A9B509 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..391b552bdaf76 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.4 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2017-2024 Pronama LLC +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Kurei Kei Theme. +# Description: +Moniker: crystaldiskinfo-kke +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +ReleaseNotes: |- + Reverted to 9.3.2 equivalent due to a problem with USB drives disconnecting in some environments. + - DISALBED: Added Dark Mode Menu support + - DISALBED: Added Realtek 9220DP support + - DISALBED: Improved JMicron JMS586 support (Beta) / Model name 40 charcters support (Alpha) + - Updated language file (German) +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..83a5745fec178 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.4 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2017-2024 Pronama LLC +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Kurei Kei 主题的 CrystalDiskInfo。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 0000000000000..f0a997e6bb6f8 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.4.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..39c588d78a230 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.10.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerSha256: BC319580A9AD92ABE3BFF1DD2808E295CC43DE5FB8811D3381A9644A96CA88C2 + Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74490%2FCrystalDiskInfo8_10_0Shizuku.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74490%2FCrystalDiskInfo8_10_0Shizuku.exe + Architecture: arm64 + InstallerSha256: BC319580A9AD92ABE3BFF1DD2808E295CC43DE5FB8811D3381A9644A96CA88C2 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74490%2FCrystalDiskInfo8_10_0Shizuku.exe + Architecture: x86 + InstallerSha256: BC319580A9AD92ABE3BFF1DD2808E295CC43DE5FB8811D3381A9644A96CA88C2 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..61b9044de2351 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.10.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..eb3b81cdacbbb --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.10.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..f5b8196aca9a9 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.11.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_0Shizuku.exe + Architecture: x64 + InstallerSha256: 0FC906580B3FD0CFC2A23D9A2EFF1CC0ED5343A9ED1399142A34DD5B08694646 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_0Shizuku.exe + Architecture: arm64 + InstallerSha256: 0FC906580B3FD0CFC2A23D9A2EFF1CC0ED5343A9ED1399142A34DD5B08694646 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_0Shizuku.exe + Architecture: x86 + InstallerSha256: 0FC906580B3FD0CFC2A23D9A2EFF1CC0ED5343A9ED1399142A34DD5B08694646 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..0f6575981c970 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.11.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..c0f2ad75cfa0e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..86a8f04fcb783 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.11.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerSha256: A371E5BB09026D9BAB418B1C619DE1C5FF1092E5E1B50CA367B0D65E98FBFB94 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_1Shizuku.exe + Architecture: x64 +- InstallerSha256: A371E5BB09026D9BAB418B1C619DE1C5FF1092E5E1B50CA367B0D65E98FBFB94 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_1Shizuku.exe + Architecture: arm64 +- InstallerSha256: A371E5BB09026D9BAB418B1C619DE1C5FF1092E5E1B50CA367B0D65E98FBFB94 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74602%2FCrystalDiskInfo8_11_1Shizuku.exe + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..a92032adfd860 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.11.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..b4e2d44b6939a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.11.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.11.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml index b8ee8b826929f..6985b52b2f709 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -15,13 +15,13 @@ InstallModes: UpgradeBehavior: install Installers: - InstallerSha256: BD72D25B5655B5CF475A0517814B64CB27EEBD59983C3C4050232A0781F76860 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F74801%2FCrystalDiskInfo8_12_0Shizuku.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74801%2FCrystalDiskInfo8_12_0Shizuku.exe Architecture: x64 - InstallerSha256: BD72D25B5655B5CF475A0517814B64CB27EEBD59983C3C4050232A0781F76860 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F74801%2FCrystalDiskInfo8_12_0Shizuku.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74801%2FCrystalDiskInfo8_12_0Shizuku.exe Architecture: arm64 - InstallerSha256: BD72D25B5655B5CF475A0517814B64CB27EEBD59983C3C4050232A0781F76860 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F74801%2FCrystalDiskInfo8_12_0Shizuku.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74801%2FCrystalDiskInfo8_12_0Shizuku.exe Architecture: x86 ManifestType: installer ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..09c7b6eb719dc --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.1 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75251%2FCrystalDiskInfo8_12_1Shizuku.exe + InstallerSha256: c33fda2150822fda60d1508552bb7d693e0f5363da0c013ba0a34c11a866ca51 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..458cd2d32d06c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..ba6bb879f8bb6 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.10/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.10/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..5fd8d4556033d --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.10/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.0.0 using YAML parsing +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.10 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76150%2FCrystalDiskInfo8_12_10Shizuku.exe + InstallerSha256: B95AEBD811E70BF36CDD00D069C474DD9A6CEBD376A2E0B15F50B817289FDFA5 +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.10/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.10/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..68ab48a251eb0 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.10/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.0.0 using YAML parsing +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.10 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- utility +- disk-utility +- crystaldiskinfo +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.10/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.10/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..2bc86f4b583d4 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.10/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.0 using YAML parsing +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.12/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.12/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml index c80b80bce2b5a..64caadb8de1bb 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.12/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.12/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -14,7 +14,7 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: neutral - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F76210%2FCrystalDiskInfo8_12_12Shizuku.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76210%2FCrystalDiskInfo8_12_12Shizuku.exe InstallerSha256: 6CEE383014F932E6CA1B0CE05DA4CD320E725E7DC69BCB325951694C53B101B6 ManifestType: installer ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..eff8b79f212f0 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.13 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76302%2FCrystalDiskInfo8_12_13Shizuku.exe + InstallerSha256: BE9063A3B7EDCAE4031DC70ECB345F5105183847EDBBD7EAB5E192B7880F419A +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..0b119a9b37ee0 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.13 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- utility +- disk-utility +- crystaldiskinfo +- disk +- diagnostic +- hdd +- ssd +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..915e5e4098c30 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..79c0c5b2c0bc1 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.2 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75303%2FCrystalDiskInfo8_12_2Shizuku.exe + InstallerSha256: d9a497c21bcd2b0bda2c0613881b3fb11926441fdb0277ee6f653aaf0831e094 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..cdbc239389bbd --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..1820642fb1bbd --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..df1ddedffe7e4 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 0.2.0.29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75470%2FCrystalDiskInfo8_12_3Shizuku.exe + InstallerSha256: 724430784e969bdc4f1fd7bbdf2e4ad13beec48129bcab891abd429ab9d9f3ea + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..c43b24f3fdb35 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 0.2.0.29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.3 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..4464a74204d63 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 0.2.0.29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..e327c3c484012 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 0.2.0.29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.4 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75539%2FCrystalDiskInfo8_12_4Shizuku.exe + InstallerSha256: 4EFB18CCF6C98FDC1EB4A546612FBB70A18DD6243D95CF4FAB65B10C9FC2E86E + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..7a1fc286ea954 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 0.2.0.29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.4 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..240217c57b25f --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 0.2.0.29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..c41cf6468369c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.5 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75685%2FCrystalDiskInfo8_12_5Shizuku.exe + InstallerSha256: 4eaf862fc59b3c76c75487749891823488d2b8a71f783499fde7abc7da37e0cc + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..445ecf4581ec9 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.5 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..a25c23e99dbdf --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..509a856e20f68 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.6 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75758%2FCrystalDiskInfo8_12_6Shizuku.exe + InstallerSha256: e7ce2124bff9ffad5b9867c763cc233fec4fd05ebfcffa9946c414ed52ae4103 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..a88e11c69de67 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.6 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +Moniker: crystaldiskinfo-se +Tags: +- utility +- disk-utility +- crystaldiskinfo +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..a40e5a6e8fd95 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.6/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.7/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.7/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..68690c76730db --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.7/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 0.3.0.6 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.7 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F75914%2FCrystalDiskInfo8_12_7Shizuku.exe + InstallerSha256: 8cb3acf54191f1c88773bbef526d541f06ab80263d16944bc2bd84ef0a036315 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.7/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.7/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..a57d85440fb5f --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.7/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 0.3.0.6 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.7 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +Moniker: crystaldiskinfo-se +Tags: +- utility +- disk-utility +- crystaldiskinfo +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.7/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.7/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..3e686d2ffbead --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.7/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 0.3.0.6 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..f3ec6ff8589f7 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.0.0 using YAML parsing +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.8 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76087%2FCrystalDiskInfo8_12_8Shizuku.exe + InstallerSha256: 22E0FD0E166E4C437BD41E937E2457BB6CE1B0B60CCB57CC331BA0233A5E9CEE +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..3f06fe29bd533 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.0.0 using YAML parsing +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.8 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- utility +- disk-utility +- crystaldiskinfo +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..6cf5713b94d07 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.8/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.0 using YAML parsing +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..7f45b862bab30 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.9 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76099%2FCrystalDiskInfo8_12_9Shizuku.exe + InstallerSha256: C4AE820628429E44961F55D93C03C51913AC79ED177102BD04E78F17A24F8845 +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..8242963e00986 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.9 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +Moniker: crystaldiskinfo-se +Tags: +- utility +- disk-utility +- crystaldiskinfo +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..ef61cd45d4bda --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.12.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.12.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..80b8d85d8412d --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.13.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76334%2FCrystalDiskInfo8_13_0Shizuku.exe + InstallerSha256: 7AFC8FC815077E4F67E3CEC2667DED9BDA0280EF4C155D71B4D19A3DD5B9D8DA +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..0dbae96193bd3 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.13.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- utility +- disk-utility +- crystaldiskinfo +- disk +- diagnostic +- hdd +- ssd +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..c1ee4c9170504 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..f2eb876e2c1fe --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.13.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76440%2FCrystalDiskInfo8_13_1Shizuku.exe + InstallerSha256: B4DE7F1A59B27F146B7D23497FFE1DB64182A4EFEE859DF4B84A020C46DCE751 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..973c3abbb5a2d --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.13.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..5c3f3dd9e34b8 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.13.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..e5b03146cda97 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.13.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76441%2FCrystalDiskInfo8_13_2Shizuku.exe + InstallerSha256: 4591885CCC17177A2C1902E6C37C9235334E700EE729D1D19B210809BCAD257E +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..3c7f7173b8510 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.13.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..b70eded79f2f9 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.13.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..2e41c3a8e7590 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.13.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76462%2FCrystalDiskInfo8_13_3Shizuku.exe + InstallerSha256: BAA1809169734DB3BFA05B411E0B65EBEC9A209B6A1504C806FA04347EEC5B98 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..845a826e6332e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.13.3 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..700d0313106d9 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.13.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.13.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..fb305e86ac704 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.14.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76547%2FCrystalDiskInfo8_14_2Shizuku.exe + InstallerSha256: F44993A0A95819DAF01F7C782F1C4AD060CF51DABBD90C401C3E1F874ED3475E +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..64116d0b6fe80 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.14.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..dd7515178efcb --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.14.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.14.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..a6412a58a6ce1 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.15.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76657%2FCrystalDiskInfo8_15_0Shizuku.exe + InstallerSha256: C22C8B3D120E6A23C917A79BE94AA80E603FC174C9BE23635850BF38F72D9B13 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..4db51b5dbfc61 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.15.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..3b8944fecb47e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..a3ab5e0c8ee70 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.15.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2022-02-11 +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76710%2FCrystalDiskInfo8_15_1Shizuku.exe + InstallerSha256: 2E8748AB90AD1D4158CA89D31A32D810777165D84FA8085784F5A8F5BFC9DE8B +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..e64a25b3c7648 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.15.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..3f09ad0062fbe --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..d1b4ec373d788 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.15.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2022-02-13 +Installers: +- Architecture: neutral + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76716%2FCrystalDiskInfo8_15_2Shizuku.exe + InstallerSha256: 85A1B5D4A78D8B8EEE44AB48429AD30C4A68C4C9F9F2BF05E5079BFC4AF30C0C +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..e77aa909fe39b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.15.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..d68fa3053fdcb --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.15.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.15.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..b1292581f2902 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.16.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2022-03-27 +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77069%2FCrystalDiskInfo8_16_0Shizuku.exe + InstallerSha256: 49B89CAFE7588BF572887175B977C23F47632DD124D8A02E85E216919289B86C +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77069%2FCrystalDiskInfo8_16_0Shizuku.exe + InstallerSha256: 49B89CAFE7588BF572887175B977C23F47632DD124D8A02E85E216919289B86C +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..476e6546970f2 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.16.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..f57d76149e16a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..d9f5a83b50b10 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.16.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2022-03-29 +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77081%2FCrystalDiskInfo8_16_1Shizuku.exe + InstallerSha256: 00278E70D3BE75EA059D3FFE73C546C368E14369A60C8F9B52E153F10FC3E825 +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77081%2FCrystalDiskInfo8_16_1Shizuku.exe + InstallerSha256: 00278E70D3BE75EA059D3FFE73C546C368E14369A60C8F9B52E153F10FC3E825 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..8a5ef4ca28614 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.16.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- ssd +- utility +# Agreements: +ReleaseNotes: |- + - Fixed AMD_RC2t7 support +ReleaseNotesUrl: https://github.com/hiyohiyo/CrystalDiskInfo/commit/6c0899da556e4359c291825fc21c2a7f8fa30b01 +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..7b37b64207d50 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.16.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..f63b5440e4b9b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.16.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2022-04-01 +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77104%2FCrystalDiskInfo8_16_3Shizuku.exe + InstallerSha256: 70F82FA021ED10AEF74B333DEAA9F7E41C7F20618EA7D144EB5DA341FAC5D692 +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77104%2FCrystalDiskInfo8_16_3Shizuku.exe + InstallerSha256: 70F82FA021ED10AEF74B333DEAA9F7E41C7F20618EA7D144EB5DA341FAC5D692 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..774088c1d99e6 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.16.3 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- ssd +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..f77bf82833013 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.16.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..aa082edc55f72 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.0.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.16.4 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerType: inno + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77136%2FCrystalDiskInfo8_16_4Shizuku.exe + InstallerSha256: A87732D6960CAD54950E36BB105080044A5EF7B5D209DB57866A6457F17A2E7D +- Architecture: x86 + InstallerType: inno + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77136%2FCrystalDiskInfo8_16_4Shizuku.exe + InstallerSha256: A87732D6960CAD54950E36BB105080044A5EF7B5D209DB57866A6457F17A2E7D +ManifestType: installer +ManifestVersion: 1.1.0 +ReleaseDate: 2022-04-08 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..dcdabe1263bc9 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.0.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.16.4 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- ssd +- utility +ManifestType: defaultLocale +ManifestVersion: 1.1.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..be0b8e7a1ae34 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.16.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.16.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..8cdd2e20905b2 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.17.12 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78031%2FCrystalDiskInfo8_17_12Shizuku.exe + InstallerSha256: dd8ddd0190be43384f17131f1c463bc77ca5918af924cb6e7a7f39aa7dfa3c0a +- Architecture: arm64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78031%2FCrystalDiskInfo8_17_12Shizuku.exe + InstallerSha256: dd8ddd0190be43384f17131f1c463bc77ca5918af924cb6e7a7f39aa7dfa3c0a +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78031%2FCrystalDiskInfo8_17_12Shizuku.exe + InstallerSha256: dd8ddd0190be43384f17131f1c463bc77ca5918af924cb6e7a7f39aa7dfa3c0a +ManifestType: installer +ManifestVersion: 1.2.0 +ReleaseDate: 2022-11-27 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..fde8fb304c49d --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.17.12 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- ssd +- utility +ManifestType: defaultLocale +ManifestVersion: 1.2.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..2ac9ac73aa0fb --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.12/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.17.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..8d472b37cc184 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.17.13 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78047%2FCrystalDiskInfo8_17_13Shizuku.exe + InstallerSha256: a0efdbb3d4ce6d05dd7fb83e1fc8f98d7e8eb2197c637daa6268a065c531b5d0 +- Architecture: arm64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78047%2FCrystalDiskInfo8_17_13Shizuku.exe + InstallerSha256: a0efdbb3d4ce6d05dd7fb83e1fc8f98d7e8eb2197c637daa6268a065c531b5d0 +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78047%2FCrystalDiskInfo8_17_13Shizuku.exe + InstallerSha256: a0efdbb3d4ce6d05dd7fb83e1fc8f98d7e8eb2197c637daa6268a065c531b5d0 +ManifestType: installer +ManifestVersion: 1.2.0 +ReleaseDate: 2022-12-03 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..b6fbb0cee64d9 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.17.13 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- ssd +- utility +ManifestType: defaultLocale +ManifestVersion: 1.2.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..4a6dba8802643 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.13/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.17.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..cbb346575ed0c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.17.14 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78192%2FCrystalDiskInfo8_17_14Shizuku.exe + InstallerSha256: 0B34C944EF5E035757ECC4D287C505C5EC0FFDDD0A4AF22A8862990CFB992B65 +- Architecture: arm64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78192%2FCrystalDiskInfo8_17_14Shizuku.exe + InstallerSha256: 0B34C944EF5E035757ECC4D287C505C5EC0FFDDD0A4AF22A8862990CFB992B65 +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78192%2FCrystalDiskInfo8_17_14Shizuku.exe + InstallerSha256: 0B34C944EF5E035757ECC4D287C505C5EC0FFDDD0A4AF22A8862990CFB992B65 +ManifestType: installer +ManifestVersion: 1.4.0 +ReleaseDate: 2023-01-21 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..3c0f762a0ea24 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.17.14 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- ssd +- utility +ManifestType: defaultLocale +ManifestVersion: 1.4.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..f470a8dfebd73 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.14/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.17.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.4.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..7a6a542f0ac14 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.17.5 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77593%2FCrystalDiskInfo8_17_5Shizuku.exe + InstallerSha256: 23DCA2B3F1B6A77DFE22ADAF7E91B75FDD9EDE02F817B276E70C5CDA5033C678 +- Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F77593%2FCrystalDiskInfo8_17_5Shizuku.exe + InstallerSha256: 23DCA2B3F1B6A77DFE22ADAF7E91B75FDD9EDE02F817B276E70C5CDA5033C678 +ManifestType: installer +ManifestVersion: 1.1.0 +ReleaseDate: 2022-07-29 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..ddef3a58aa14a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.17.5 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- diagnostic +- disk +- disk-utility +- hdd +- nvme +- ssd +- utility +- hard-drive +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..5930489ca751c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.17.5/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.17.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.6.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.6.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..a1ef3ecad75e2 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.6.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.6.2 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73163%2FCrystalDiskInfo8_6_2Shizuku.exe + InstallerSha256: 704DA97BF9F332B57593129520D48FDBB8EF1515816FE6B8FDA3F960AC31E8F1 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.6.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.6.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..f5667aa39273b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.6.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.6.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.6.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.6.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..935a0e4999c49 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.6.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..28deed0e9fab3 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.8.1 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_1ShizukuUltimate.exe + InstallerSha256: 2b28f67c90c14ed5e94aefa4a39c6b5e12727f6f0d3b9f726501c81cc71ee1a6 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..29bf61e7698a1 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.8.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..65a77b4a7782f --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..05aaeffff543c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.8.2 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_2ShizukuUltimate.exe + InstallerSha256: a830dd81a3baf27c27adbbe0f20ed915c8e14d6eb66f6c7e676f593b07632e4d + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..4898b9967c343 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.8.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..936b77a47ad0e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..8cc744558349c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.8.9 +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F73507%2FCrystalDiskInfo8_8_9ShizukuUltimate.exe + InstallerSha256: 93f3b71ce1ff0d1b74c4703c4a2cbd507061910a637e9f5941012ad05352b677 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..2c952d719a829 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.8.9 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..9bdad5ffbf660 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.8.9/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.8.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..41b8f21da1755 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,22 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.9.0a +MinimumOSVersion: 10.0.0.0 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F74080%2FCrystalDiskInfo8_9_0aShizuku.exe + InstallerSha256: da7734d55aa998d81e64db705e9b7932037b0bb16a0604afe62db0fbe0294197 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..36d17534f9c75 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.9.0a +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Description: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo-se +Tags: +- crystaldiskinfo +- utility +- disk +- diagnostic +- hdd +- ssd +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..8bdee7c0017ce --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/8.9.0a/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created using YamlCreate.ps1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 8.9.0a +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.0.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.0.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..3fe7306c78da3 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.0.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.0.1 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +Installers: + - Architecture: x64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1Shizuku.exe + InstallerSha256: 9DE4241FB6BA72203F8AF5E56F297C9F90631B9CA2F04092A32AD76553E7C901 + - Architecture: arm64 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1Shizuku.exe + InstallerSha256: 9DE4241FB6BA72203F8AF5E56F297C9F90631B9CA2F04092A32AD76553E7C901 + - Architecture: x86 + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F78831%2FCrystalDiskInfo9_0_1Shizuku.exe + InstallerSha256: 9DE4241FB6BA72203F8AF5E56F297C9F90631B9CA2F04092A32AD76553E7C901 +ManifestType: installer +ManifestVersion: 1.4.0 +ReleaseDate: 2023-05-31 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.0.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.0.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..452361119a6e9 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.0.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.0.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +Copyright: Copyright (c) 2008-2023 hiyohiyo +CopyrightUrl: https://raw.githubusercontent.com/hiyohiyo/CrystalDiskInfo/master/LICENSE.txt +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +Moniker: crystaldiskinfo-se +Tags: + - crystaldiskinfo + - diagnostic + - disk + - disk-diagnostic + - disk-utility + - hard-drive + - hdd + - nvme + - ssd + - utility +ManifestType: defaultLocale +ManifestVersion: 1.4.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.0.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.0.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..f5a9662097dea --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.0.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.4.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..f1c6b26fb2950 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-25 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.0/CrystalDiskInfo9_4_0Shizuku.exe/download + InstallerSha256: 783E1B19240201BBA43B661E5851BB84C7A669C61B1E9AFE17731155D70B7E33 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.0/CrystalDiskInfo9_4_0Shizuku.exe/download + InstallerSha256: 783E1B19240201BBA43B661E5851BB84C7A669C61B1E9AFE17731155D70B7E33 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.0/CrystalDiskInfo9_4_0Shizuku.exe/download + InstallerSha256: 783E1B19240201BBA43B661E5851BB84C7A669C61B1E9AFE17731155D70B7E33 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..d888a8aadd0b3 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2012-2024 kirino kasumu +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a9a2da8fed82c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.0 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2012-2024 kirino kasumu +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Shizuku 主题的 CrystalDiskInfo。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..ad0ba5bbc97cd --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.0/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..77fe505353dbf --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.1/CrystalDiskInfo9_4_1Shizuku.exe/download + InstallerSha256: 5220F0F3153697C4B4BA00AA53B76AC3E543FE3FF8035F9B00D7E0F8D704C712 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.1/CrystalDiskInfo9_4_1Shizuku.exe/download + InstallerSha256: 5220F0F3153697C4B4BA00AA53B76AC3E543FE3FF8035F9B00D7E0F8D704C712 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.1/CrystalDiskInfo9_4_1Shizuku.exe/download + InstallerSha256: 5220F0F3153697C4B4BA00AA53B76AC3E543FE3FF8035F9B00D7E0F8D704C712 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..1e35b6fd5553b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2012-2024 kirino kasumu +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +ReleaseNotes: |- + Temporarily reverted to 9.3.2 equivalent due to a problem with USB drives disconnecting in some environments. + - DISALBED: Added Dark Mode Menu support + - DISALBED: Added Realtek 9220DP support + - DISALBED: Improved JMicron JMS586 support (Beta) / Model name 40 charcters support (Alpha) + - Updated language file (Traditional Chinese) +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..46bf70645b2ac --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.1 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2012-2024 kirino kasumu +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Shizuku 主题的 CrystalDiskInfo。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..b54d299dfaf78 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..bc46ef3540ebb --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-27 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.2/CrystalDiskInfo9_4_2Shizuku.exe/download + InstallerSha256: 0276F00AED6655CF501C4D30FD36940FC391F97675E15788877DD6526073AE98 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.2/CrystalDiskInfo9_4_2Shizuku.exe/download + InstallerSha256: 0276F00AED6655CF501C4D30FD36940FC391F97675E15788877DD6526073AE98 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.2/CrystalDiskInfo9_4_2Shizuku.exe/download + InstallerSha256: 0276F00AED6655CF501C4D30FD36940FC391F97675E15788877DD6526073AE98 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..0823e4863519b --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2012-2024 kirino kasumu +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a69e31555f563 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.2 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2012-2024 kirino kasumu +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Shizuku 主题的 CrystalDiskInfo。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..8c58bf96058be --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.2/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..ec61dc6870e04 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.3 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-30 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.3/CrystalDiskInfo9_4_3Shizuku.exe/download + InstallerSha256: 3572D97FE7939FFA3FC73500DAD0AB7A3B1234B3C7F49DC5F1AAF8F960C0F83F +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.3/CrystalDiskInfo9_4_3Shizuku.exe/download + InstallerSha256: 3572D97FE7939FFA3FC73500DAD0AB7A3B1234B3C7F49DC5F1AAF8F960C0F83F +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.3/CrystalDiskInfo9_4_3Shizuku.exe/download + InstallerSha256: 3572D97FE7939FFA3FC73500DAD0AB7A3B1234B3C7F49DC5F1AAF8F960C0F83F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..37f222d680db8 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.3 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2012-2024 kirino kasumu +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5c9dc9a3307c5 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.3 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2012-2024 kirino kasumu +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Shizuku 主题的 CrystalDiskInfo。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..e238066c76337 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.3/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..b8bbbd2c4db56 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.4 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.4/CrystalDiskInfo9_4_4Shizuku.exe/download + InstallerSha256: 542A0D667698EEB103A352218DA11179C7D3009C289EBE42DDE8A9EBF81DEB09 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.4/CrystalDiskInfo9_4_4Shizuku.exe/download + InstallerSha256: 542A0D667698EEB103A352218DA11179C7D3009C289EBE42DDE8A9EBF81DEB09 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.4.4/CrystalDiskInfo9_4_4Shizuku.exe/download + InstallerSha256: 542A0D667698EEB103A352218DA11179C7D3009C289EBE42DDE8A9EBF81DEB09 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..f46b8191c5349 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.4 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2012-2024 kirino kasumu +# CopyrightUrl: +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +# Description: +Moniker: crystaldiskinfo-se +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +ReleaseNotes: |- + Reverted to 9.3.2 equivalent due to a problem with USB drives disconnecting in some environments. + - DISALBED: Added Dark Mode Menu support + - DISALBED: Added Realtek 9220DP support + - DISALBED: Improved JMicron JMS586 support (Beta) / Model name 40 charcters support (Alpha) + - Updated language file (German) +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5a6e18b2653d5 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.4 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2024 hiyohiyo + © 2012-2024 kirino kasumu +# CopyrightUrl: +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Shizuku 主题的 CrystalDiskInfo。 +# Description: +# Moniker: +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +# ReleaseNotes: +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 0000000000000..7ee03fa48ff58 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.4.4/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.4.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.0a/CrystalDewWorld.CrystalDiskMark.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.0a/CrystalDewWorld.CrystalDiskMark.installer.yaml new file mode 100644 index 0000000000000..0fed0550fa046 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.0a/CrystalDewWorld.CrystalDiskMark.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.0a +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT + SilentWithProgress: /VERYSILENT +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F73958%2FCrystalDiskMark8_0_0a.exe + InstallerSha256: B7ADB2ABA4BD3C97E24CA803E31B69EB74CCD5B52583224B6E023E36E4758717 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F73958%2FCrystalDiskMark8_0_0a.exe + InstallerSha256: B7ADB2ABA4BD3C97E24CA803E31B69EB74CCD5B52583224B6E023E36E4758717 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F73958%2FCrystalDiskMark8_0_0a.exe + InstallerSha256: B7ADB2ABA4BD3C97E24CA803E31B69EB74CCD5B52583224B6E023E36E4758717 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.0a/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.0a/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml new file mode 100644 index 0000000000000..46a77e936c2fc --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.0a/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.0a +PackageLocale: en-US +Publisher: Crystal Dew World +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: hiyohiyo +PackageName: CrystalDiskMark +PackageUrl: https://crystalmark.info/en/software/crystaldiskmark/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +# Copyright: +# CopyrightUrl: +ShortDescription: CrystalDiskMark is a simple disk benchmark software. +# Description: +Moniker: crystaldiskmark +Tags: +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.0a/CrystalDewWorld.CrystalDiskMark.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.0a/CrystalDewWorld.CrystalDiskMark.yaml new file mode 100644 index 0000000000000..b10bffbf4f320 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.0a/CrystalDewWorld.CrystalDiskMark.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.0a +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.1/CrystalDewWorld.CrystalDiskMark.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.1/CrystalDewWorld.CrystalDiskMark.installer.yaml new file mode 100644 index 0000000000000..f1a7137671bfe --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.1/CrystalDewWorld.CrystalDiskMark.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.1 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F73958%2FCrystalDiskMark8_0_1.exe + InstallerSha256: 1EE157EDA8C83A77EC78CE59E4C466ABA557E953CEF53CC172F61B15389DCE18 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F73958%2FCrystalDiskMark8_0_1.exe + InstallerSha256: 1EE157EDA8C83A77EC78CE59E4C466ABA557E953CEF53CC172F61B15389DCE18 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F73958%2FCrystalDiskMark8_0_1.exe + InstallerSha256: 1EE157EDA8C83A77EC78CE59E4C466ABA557E953CEF53CC172F61B15389DCE18 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.1/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.1/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml new file mode 100644 index 0000000000000..3bc398158e81a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.1/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskMark +PackageUrl: https://crystalmark.info/en/software/crystaldiskmark/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: CrystalDiskMark is a simple disk benchmark software. +# Description: +Moniker: crystaldiskmark +Tags: +- benchmark +- disk +- drive +- hdd +- ssd +- storage +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.1/CrystalDewWorld.CrystalDiskMark.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.1/CrystalDewWorld.CrystalDiskMark.yaml new file mode 100644 index 0000000000000..72a1546ece8b6 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.1/CrystalDewWorld.CrystalDiskMark.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.2/CrystalDewWorld.CrystalDiskMark.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.2/CrystalDewWorld.CrystalDiskMark.installer.yaml new file mode 100644 index 0000000000000..ea8f7c138c36f --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.2/CrystalDewWorld.CrystalDiskMark.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.2 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75252%2FCrystalDiskMark8_0_2.exe + InstallerSha256: 946CE1CAA813F48E7E82DAB9E2DF131DD406CC7F75A46241ECBB8B7E159E7D20 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75252%2FCrystalDiskMark8_0_2.exe + InstallerSha256: 946CE1CAA813F48E7E82DAB9E2DF131DD406CC7F75A46241ECBB8B7E159E7D20 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75252%2FCrystalDiskMark8_0_2.exe + InstallerSha256: 946CE1CAA813F48E7E82DAB9E2DF131DD406CC7F75A46241ECBB8B7E159E7D20 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.2/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.2/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml new file mode 100644 index 0000000000000..64263b82f907e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.2/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.2 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskMark +PackageUrl: https://crystalmark.info/en/software/crystaldiskmark/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: CrystalDiskMark is a simple disk benchmark software. +# Description: +Moniker: crystaldiskmark +Tags: +- benchmark +- disk +- drive +- hdd +- ssd +- storage +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.2/CrystalDewWorld.CrystalDiskMark.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.2/CrystalDewWorld.CrystalDiskMark.yaml new file mode 100644 index 0000000000000..f1afc20ebcd68 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.2/CrystalDewWorld.CrystalDiskMark.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.3/CrystalDewWorld.CrystalDiskMark.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.3/CrystalDewWorld.CrystalDiskMark.installer.yaml index 2abf583f906a7..7e8b4b151acc7 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.3/CrystalDewWorld.CrystalDiskMark.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.3/CrystalDewWorld.CrystalDiskMark.installer.yaml @@ -12,13 +12,13 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskmark%2F75466%2FCrystalDiskMark8_0_3.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75466%2FCrystalDiskMark8_0_3.exe InstallerSha256: A9DD84782967665B63380068147DF8EA5779233B9618B2BE2B036006060ADD34 Architecture: x64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskmark%2F75466%2FCrystalDiskMark8_0_3.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75466%2FCrystalDiskMark8_0_3.exe InstallerSha256: A9DD84782967665B63380068147DF8EA5779233B9618B2BE2B036006060ADD34 Architecture: arm64 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskmark%2F75466%2FCrystalDiskMark8_0_3.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75466%2FCrystalDiskMark8_0_3.exe InstallerSha256: A9DD84782967665B63380068147DF8EA5779233B9618B2BE2B036006060ADD34 Architecture: x86 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4/CrystalDewWorld.CrystalDiskMark.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4/CrystalDewWorld.CrystalDiskMark.installer.yaml new file mode 100644 index 0000000000000..12ac0ab7bc055 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4/CrystalDewWorld.CrystalDiskMark.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.4 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75540%2FCrystalDiskMark8_0_4.exe + InstallerSha256: 7919A81922FAC299142659729FEC341D7F4F5484FAE18DEEF99D41DC9BD36008 + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75540%2FCrystalDiskMark8_0_4.exe + InstallerSha256: 7919A81922FAC299142659729FEC341D7F4F5484FAE18DEEF99D41DC9BD36008 + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75540%2FCrystalDiskMark8_0_4.exe + InstallerSha256: 7919A81922FAC299142659729FEC341D7F4F5484FAE18DEEF99D41DC9BD36008 + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml new file mode 100644 index 0000000000000..b4df7577a5aa6 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.4 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Noriyuki Miyazaki +PackageName: CrystalDiskMark +PackageUrl: https://crystalmark.info/en/software/crystaldiskmark/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +Copyright: Copyright (c) 2008-2020 hiyohiyo +# CopyrightUrl: +ShortDescription: CrystalDiskMark is a simple disk benchmark software. +# Description: +Moniker: crystaldiskmark +Tags: +- benchmark +- disk +- drive +- hdd +- ssd +- storage +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4/CrystalDewWorld.CrystalDiskMark.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4/CrystalDewWorld.CrystalDiskMark.yaml new file mode 100644 index 0000000000000..38a3f202a44b6 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4/CrystalDewWorld.CrystalDiskMark.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4a/CrystalDewWorld.CrystalDiskMark.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4a/CrystalDewWorld.CrystalDiskMark.installer.yaml new file mode 100644 index 0000000000000..3c64bcc97a464 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4a/CrystalDewWorld.CrystalDiskMark.installer.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 0.4.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.4a +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: x64 + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75540%2FCrystalDiskMark8_0_4a.exe + InstallerSha256: 68bed089bad96919921d1217b00c478586dcf9183d4706e0f4f49c29bf249c19 + UpgradeBehavior: install +- InstallerLocale: en-US + Architecture: x86 + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75540%2FCrystalDiskMark8_0_4a.exe + InstallerSha256: 68bed089bad96919921d1217b00c478586dcf9183d4706e0f4f49c29bf249c19 + UpgradeBehavior: install +- InstallerLocale: en-US + Architecture: arm64 + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75540%2FCrystalDiskMark8_0_4a.exe + InstallerSha256: 68bed089bad96919921d1217b00c478586dcf9183d4706e0f4f49c29bf249c19 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4a/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4a/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml new file mode 100644 index 0000000000000..d66cf0db99929 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4a/CrystalDewWorld.CrystalDiskMark.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 0.4.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.4a +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskMark +PackageUrl: https://crystalmark.info/en/software/crystaldiskmark/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +Copyright: Copyright (c) 2008-2020 hiyohiyo +ShortDescription: CrystalDiskMark is a simple disk benchmark software. +Moniker: crystaldiskmark +Tags: +- disk +- ssd +- hdd +- benchmark +- storage +- drive +- utility +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4a/CrystalDewWorld.CrystalDiskMark.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4a/CrystalDewWorld.CrystalDiskMark.yaml new file mode 100644 index 0000000000000..392041a62fae7 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.4a/CrystalDewWorld.CrystalDiskMark.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 0.4.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark +PackageVersion: 8.0.4a +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.5/CrystalDewWorld.CrystalDiskMark.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.5/CrystalDewWorld.CrystalDiskMark.installer.yaml index ac8306a2da562..1a8c9b3132bd3 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.5/CrystalDewWorld.CrystalDiskMark.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/8.0.5/CrystalDewWorld.CrystalDiskMark.installer.yaml @@ -16,13 +16,13 @@ UpgradeBehavior: install ReleaseDate: 2024-02-25 Installers: - Architecture: x86 - InstallerUrl: https://netix.dl.sourceforge.net/project/crystaldiskmark/8.0.5/CrystalDiskMark8_0_5.exe + InstallerUrl: https://sourceforge.net/projects/crystaldiskmark/files/8.0.5/CrystalDiskMark8_0_5.exe/download InstallerSha256: C438C644469C4221FF3014A31196E175F5548F07526ECE87238CB0DAEBC9C119 - Architecture: x64 - InstallerUrl: https://netix.dl.sourceforge.net/project/crystaldiskmark/8.0.5/CrystalDiskMark8_0_5.exe + InstallerUrl: https://sourceforge.net/projects/crystaldiskmark/files/8.0.5/CrystalDiskMark8_0_5.exe/download InstallerSha256: C438C644469C4221FF3014A31196E175F5548F07526ECE87238CB0DAEBC9C119 - Architecture: arm - InstallerUrl: https://netix.dl.sourceforge.net/project/crystaldiskmark/8.0.5/CrystalDiskMark8_0_5.exe + InstallerUrl: https://sourceforge.net/projects/crystaldiskmark/files/8.0.5/CrystalDiskMark8_0_5.exe/download InstallerSha256: C438C644469C4221FF3014A31196E175F5548F07526ECE87238CB0DAEBC9C119 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.1/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.1/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..17b06ff4b6cee --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.1/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark.ShizukuEdition +PackageVersion: 8.0.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F73958%2FCrystalDiskMark8_0_1Shizuku.exe + Architecture: x64 + InstallerSha256: CD687C5EC1BEE0E5A3CF9D6B7E5489E64B7DFA44600A111124752C2CCF540816 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F73958%2FCrystalDiskMark8_0_1Shizuku.exe + Architecture: arm64 + InstallerSha256: CD687C5EC1BEE0E5A3CF9D6B7E5489E64B7DFA44600A111124752C2CCF540816 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F73958%2FCrystalDiskMark8_0_1Shizuku.exe + Architecture: x86 + InstallerSha256: CD687C5EC1BEE0E5A3CF9D6B7E5489E64B7DFA44600A111124752C2CCF540816 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.1/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.1/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..b6493b7bfb72a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.1/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark.ShizukuEdition +PackageVersion: 8.0.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskMark Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskmark/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +Copyright: © 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: CrystalDiskMark is a simple disk benchmark software. +Description: CrystalDiskMark is a simple disk benchmark software. +Moniker: crystaldiskmark-se +Tags: +- benchmark +- crystaldiskmark +- disk +- drive +- hdd +- ssd +- storage +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.1/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.1/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.yaml new file mode 100644 index 0000000000000..646e9d58d66fe --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.1/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark.ShizukuEdition +PackageVersion: 8.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.2/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.2/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml index c1e2b53245ec5..efc859bd8e958 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.2/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.2/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml @@ -14,13 +14,13 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Installers: -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskmark%2F75252%2FCrystalDiskMark8_0_2Shizuku.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75252%2FCrystalDiskMark8_0_2Shizuku.exe Architecture: x64 InstallerSha256: DE7A8A198E86E3CF2BEDDBB27D6AA0674223AB801684DC02389720E9750EDEE2 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskmark%2F75252%2FCrystalDiskMark8_0_2Shizuku.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75252%2FCrystalDiskMark8_0_2Shizuku.exe Architecture: arm64 InstallerSha256: DE7A8A198E86E3CF2BEDDBB27D6AA0674223AB801684DC02389720E9750EDEE2 -- InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskmark%2F75252%2FCrystalDiskMark8_0_2Shizuku.exe +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75252%2FCrystalDiskMark8_0_2Shizuku.exe Architecture: x86 InstallerSha256: DE7A8A198E86E3CF2BEDDBB27D6AA0674223AB801684DC02389720E9750EDEE2 ManifestType: installer diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.3/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.3/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml index ff06ba6aaf97c..54f6c00abd098 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.3/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.3/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml @@ -16,12 +16,12 @@ UpgradeBehavior: install Installers: - Architecture: x64 InstallerSha256: 3D455FE2CF684CAD3C19A858F93FFBD27273EAD2B85181B3E3A503FB4634F5A6 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskmark%2F75466%2FCrystalDiskMark8_0_3Shizuku.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75466%2FCrystalDiskMark8_0_3Shizuku.exe - Architecture: arm64 InstallerSha256: 3D455FE2CF684CAD3C19A858F93FFBD27273EAD2B85181B3E3A503FB4634F5A6 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskmark%2F75466%2FCrystalDiskMark8_0_3Shizuku.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75466%2FCrystalDiskMark8_0_3Shizuku.exe - Architecture: x86 InstallerSha256: 3D455FE2CF684CAD3C19A858F93FFBD27273EAD2B85181B3E3A503FB4634F5A6 - InstallerUrl: https://osdn.net/frs/redir.php?m=auto&f=crystaldiskmark%2F75466%2FCrystalDiskMark8_0_3Shizuku.exe + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75466%2FCrystalDiskMark8_0_3Shizuku.exe ManifestType: installer ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..2a6f29d4297ef --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark.ShizukuEdition +PackageVersion: 8.0.4 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75540%2FCrystalDiskMark8_0_4Shizuku.exe + InstallerSha256: 2C47329153E0AB8B962E8F34FB6A6B764A1A1FE30643A0918904E885829E9E4B + Architecture: x64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75540%2FCrystalDiskMark8_0_4Shizuku.exe + InstallerSha256: 2C47329153E0AB8B962E8F34FB6A6B764A1A1FE30643A0918904E885829E9E4B + Architecture: arm64 +- InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75540%2FCrystalDiskMark8_0_4Shizuku.exe + InstallerSha256: 2C47329153E0AB8B962E8F34FB6A6B764A1A1FE30643A0918904E885829E9E4B + Architecture: x86 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..bfd034eeea991 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark.ShizukuEdition +PackageVersion: 8.0.4 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskMark Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskmark/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: CrystalDiskMark is a simple disk benchmark software. +Description: CrystalDiskMark is a simple disk benchmark software. +Moniker: crystaldiskmark-se +Tags: +- benchmark +- crystaldiskmark +- disk +- drive +- hdd +- ssd +- storage +- utility +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.yaml new file mode 100644 index 0000000000000..d544e78809a32 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.5 $debug=AUSU.CRLF.7-3-0-preview-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark.ShizukuEdition +PackageVersion: 8.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4a/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4a/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..55d29e33a345e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4a/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 0.4.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark.ShizukuEdition +PackageVersion: 8.0.4a +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F75540%2FCrystalDiskMark8_0_4aShizuku.exe + InstallerSha256: 7ef08e86ee53a531703483ae35f82edd98b624ad78e48f3fdee9b084f5086021 + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4a/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4a/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..9ab94ac9652e8 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4a/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 0.4.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark.ShizukuEdition +PackageVersion: 8.0.4a +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskMark Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskmark/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: CrystalDiskMark is a simple disk benchmark software. +Moniker: crystaldiskmark-se +Tags: +- crystaldiskmark +- disk +- ssd +- hdd +- benchmark +- storage +- drive +- utility +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4a/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4a/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.yaml new file mode 100644 index 0000000000000..47135a8ae91f4 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4a/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 0.4.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark.ShizukuEdition +PackageVersion: 8.0.4a +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 + diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4c/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4c/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml new file mode 100644 index 0000000000000..e5fbfb7c0540a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4c/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark.ShizukuEdition +PackageVersion: 8.0.4c +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerType: inno + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F77936%2FCrystalDiskMark8_0_4cShizuku.exe + InstallerSha256: 749DBF1742756D48B0605D960CB3D04F9B872B3A9816F20D476B8D3FBEF3D94F +- Architecture: x86 + InstallerType: inno + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F77936%2FCrystalDiskMark8_0_4cShizuku.exe + InstallerSha256: 749DBF1742756D48B0605D960CB3D04F9B872B3A9816F20D476B8D3FBEF3D94F +- Architecture: arm + InstallerType: inno + InstallerUrl: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskmark%2F77936%2FCrystalDiskMark8_0_4cShizuku.exe + InstallerSha256: 749DBF1742756D48B0605D960CB3D04F9B872B3A9816F20D476B8D3FBEF3D94F +ManifestType: installer +ManifestVersion: 1.4.0 +ReleaseDate: 2022-10-30 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4c/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4c/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 0000000000000..6a4ec04f3cb72 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4c/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark.ShizukuEdition +PackageVersion: 8.0.4c +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://crystalmark.info/en/information/about/ +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: hiyohiyo +PackageName: CrystalDiskMark Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskmark/ +License: MIT License +LicenseUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +Copyright: Copyright (c) 2007-2020 hiyohiyo +CopyrightUrl: https://crystalmark.info/en/software/crystaldiskmark/crystaldiskmark-license/ +ShortDescription: CrystalDiskMark is a simple disk benchmark software. +Description: CrystalDiskMark is a simple disk benchmark software. +Moniker: crystaldiskmark-se +Tags: +- benchmark +- crystaldiskmark +- disk +- drive +- hdd +- ssd +- storage +- utility +ManifestType: defaultLocale +ManifestVersion: 1.4.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4c/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4c/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.yaml new file mode 100644 index 0000000000000..6593a64bf8114 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskMark/ShizukuEdition/8.0.4c/CrystalDewWorld.CrystalDiskMark.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskMark.ShizukuEdition +PackageVersion: 8.0.4c +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.4.0 diff --git a/manifests/c/CuteChess/CuteChess/1.3.1/CuteChess.CuteChess.installer.yaml b/manifests/c/CuteChess/CuteChess/1.3.1/CuteChess.CuteChess.installer.yaml new file mode 100644 index 0000000000000..981b0db5a4696 --- /dev/null +++ b/manifests/c/CuteChess/CuteChess/1.3.1/CuteChess.CuteChess.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CuteChess.CuteChess +PackageVersion: 1.3.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cutechess-1.3.1-win64/cutechess-cli.exe + PortableCommandAlias: cutechess-cli +- RelativeFilePath: cutechess-1.3.1-win64/cutechess.exe + PortableCommandAlias: cutechess +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2023-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cutechess/cutechess/releases/download/v1.3.1/cutechess-1.3.1-win64.zip + InstallerSha256: 5BD8AAE9211AE767B32C5E78563434D9C1BE7AA8C86D5B5C62DAEE363ACD9370 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CuteChess/CuteChess/1.3.1/CuteChess.CuteChess.locale.en-US.yaml b/manifests/c/CuteChess/CuteChess/1.3.1/CuteChess.CuteChess.locale.en-US.yaml new file mode 100644 index 0000000000000..860413523460d --- /dev/null +++ b/manifests/c/CuteChess/CuteChess/1.3.1/CuteChess.CuteChess.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CuteChess.CuteChess +PackageVersion: 1.3.1 +PackageLocale: en-US +Publisher: Cute Chess authors +PublisherUrl: https://github.com/cutechess/cutechess +Author: CuteChess +PackageName: Cute Chess +PackageUrl: https://github.com/cutechess/cutechess +License: GPL-3.0 +LicenseUrl: https://github.com/cutechess/cutechess/blob/master/COPYING +Copyright: Copyright (c) Ilari Pihlajisto, Arto Johnson +CopyrightUrl: https://github.com/cutechess/cutechess?tab=readme-ov-file#credits +ShortDescription: A graphical and command line interface for playing chess. +Description: Cute Chess is a graphical user interface, command-line interface and a library for playing chess. Cute Chess is written in C++ using the Qt framework. +Moniker: cutechess +Tags: +- c-plus-plus +- chess +- qt5 +ReleaseNotesUrl: https://github.com/cutechess/cutechess/releases/tag/v1.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CuteChess/CuteChess/1.3.1/CuteChess.CuteChess.yaml b/manifests/c/CuteChess/CuteChess/1.3.1/CuteChess.CuteChess.yaml new file mode 100644 index 0000000000000..74aca2e7e4c5c --- /dev/null +++ b/manifests/c/CuteChess/CuteChess/1.3.1/CuteChess.CuteChess.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CuteChess.CuteChess +PackageVersion: 1.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cuyler/ACNESCreator/1.5/Cuyler.ACNESCreator.installer.yaml b/manifests/c/Cuyler/ACNESCreator/1.5/Cuyler.ACNESCreator.installer.yaml new file mode 100644 index 0000000000000..5e69ca9bec456 --- /dev/null +++ b/manifests/c/Cuyler/ACNESCreator/1.5/Cuyler.ACNESCreator.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Cuyler.ACNESCreator +PackageVersion: 1.5 +InstallerType: zip +ReleaseDate: 2024-01-19 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ACNESCreator.exe + PortableCommandAlias: ACNESCreator + InstallerUrl: https://github.com/Cuyler36/ACNESCreator/releases/download/v1.5/ACNESCreator.zip + InstallerSha256: FBE1C72E19D85942A763FCF21002755476E2256DA89345E00BAD17B6EDCE6D79 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cuyler/ACNESCreator/1.5/Cuyler.ACNESCreator.locale.en-US.yaml b/manifests/c/Cuyler/ACNESCreator/1.5/Cuyler.ACNESCreator.locale.en-US.yaml new file mode 100644 index 0000000000000..9ea37eb4c6088 --- /dev/null +++ b/manifests/c/Cuyler/ACNESCreator/1.5/Cuyler.ACNESCreator.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Cuyler.ACNESCreator +PackageVersion: 1.5 +PackageLocale: en-US +Publisher: Cuyler +PublisherUrl: https://cuyler36.github.io +# PublisherSupportUrl: +PackageName: ACNESCreator +PackageUrl: https://github.com/Cuyler36/ACNESCreator +License: GNU General Public License 2.0 +LicenseUrl: https://github.com/Cuyler36/ACNESCreator/blob/master/LICENSE +ShortDescription: A program that creates Animal Crossing NES ROM save files for Animal Crossing to load +Description: ACNESCreator allows you to create GameCube GCI save files with your favorite NES ROMs included in them to be played on Animal Crossing. +Moniker: ACNESCreator +Tags: +- ac +- nes +- animalcrossing +- nintendo +- emulation +- rom +- gamecube +- ngc +- gcn +ReleaseNotes: This release fixes support in Animal Crossing for .fds/.qd images. Thanks to Hunter R for pointing out the QDS tag is for the FDS BIOS size in Animal Crossing. This has not been tested for Doubutsu no Mori+ or Doubutsu no Mori e+. +ReleaseNotesUrl: https://github.com/Cuyler36/ACNESCreator/releases +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cuyler/ACNESCreator/1.5/Cuyler.ACNESCreator.yaml b/manifests/c/Cuyler/ACNESCreator/1.5/Cuyler.ACNESCreator.yaml new file mode 100644 index 0000000000000..494037cc83e8d --- /dev/null +++ b/manifests/c/Cuyler/ACNESCreator/1.5/Cuyler.ACNESCreator.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Cuyler.ACNESCreator +PackageVersion: 1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cyanfish/NAPS2/7.5.0/Cyanfish.NAPS2.installer.yaml b/manifests/c/Cyanfish/NAPS2/7.5.0/Cyanfish.NAPS2.installer.yaml new file mode 100644 index 0000000000000..b446ecccb875a --- /dev/null +++ b/manifests/c/Cyanfish/NAPS2/7.5.0/Cyanfish.NAPS2.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cyanfish.NAPS2 +PackageVersion: 7.5.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-11 +AppsAndFeaturesEntries: +- UpgradeCode: '{FEB82971-B3E6-4F19-9684-1D543E644D73}' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/cyanfish/naps2/releases/download/v7.5.0/naps2-7.5.0-win-x86.msi + InstallerSha256: 22E2B5A04E59D4B33278F0385AE63310BE33793F0AC3AEDB6D6222959F15AC76 + ProductCode: '{529B9591-EAEC-43DD-A1FA-DE54F0BCF329}' +- Architecture: x64 + InstallerUrl: https://github.com/cyanfish/naps2/releases/download/v7.5.0/naps2-7.5.0-win-x64.msi + InstallerSha256: CCBE199C64EEDB8BA7FA4EF06147EC6288B81D955481DBA00BC974133B9ED7F2 + ProductCode: '{C526AF19-3042-4EE0-9273-028C61F6C340}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cyanfish/NAPS2/7.5.0/Cyanfish.NAPS2.locale.en-US.yaml b/manifests/c/Cyanfish/NAPS2/7.5.0/Cyanfish.NAPS2.locale.en-US.yaml new file mode 100644 index 0000000000000..137ad98ad51c6 --- /dev/null +++ b/manifests/c/Cyanfish/NAPS2/7.5.0/Cyanfish.NAPS2.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cyanfish.NAPS2 +PackageVersion: 7.5.0 +PackageLocale: en-US +Publisher: Ben Olden-Cooligan +PublisherUrl: https://github.com/cyanfish +PublisherSupportUrl: https://sourceforge.net/p/naps2/tickets +Author: Ben Olden-Cooligan +PackageName: NAPS2 +PackageUrl: https://www.naps2.com/ +License: GPLv2 +LicenseUrl: https://github.com/cyanfish/naps2/blob/HEAD/LICENSE +Copyright: Copyright 2009, 2012-2017 NAPS2 Contributors +CopyrightUrl: https://github.com/cyanfish/naps2/blob/master/LICENSE +ShortDescription: Scan documents to PDF and other file types, as simply as possible. +Description: |- + NAPS2 is a document scanning application with a focus on simplicity and ease of use. Scan your documents from WIA- and TWAIN-compatible scanners, organize the pages as you like, and save them as PDF, TIFF, JPEG, PNG, and other file formats. + Requires . + NET Framework 4.0 or higher. +Moniker: naps2 +Tags: +- naps +- pdf +- scan +- scanner +ReleaseNotes: |- + Changes in 7.5.0: + - Reworked device selection + - Driver selection is now in the "Choose device" window + - Click the top-right button to toggle between icon and list views + - You can no longer create a profile without selecting a device + - To prompt for a device each time you scan, "Always Ask" must be explicitly selected + - Added "Manual IP" option for ESCL + - Available profile options now change based on scanner support + - Improved the error message when the worker process crashes + - Sane: Fixed an issue with selecting the wrong grayscale mode + - Fixed an issue with auto save paths that include Unicode + - Fixed an issue with "Combine" for black and white images +ReleaseNotesUrl: https://github.com/cyanfish/naps2/releases/tag/v7.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cyanfish/NAPS2/7.5.0/Cyanfish.NAPS2.yaml b/manifests/c/Cyanfish/NAPS2/7.5.0/Cyanfish.NAPS2.yaml new file mode 100644 index 0000000000000..45e9bdf7962f2 --- /dev/null +++ b/manifests/c/Cyanfish/NAPS2/7.5.0/Cyanfish.NAPS2.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cyanfish.NAPS2 +PackageVersion: 7.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cyanfish/NAPS2/7.5.1/Cyanfish.NAPS2.installer.yaml b/manifests/c/Cyanfish/NAPS2/7.5.1/Cyanfish.NAPS2.installer.yaml new file mode 100644 index 0000000000000..f33339bbd534f --- /dev/null +++ b/manifests/c/Cyanfish/NAPS2/7.5.1/Cyanfish.NAPS2.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cyanfish.NAPS2 +PackageVersion: 7.5.1 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-13 +AppsAndFeaturesEntries: +- UpgradeCode: '{FEB82971-B3E6-4F19-9684-1D543E644D73}' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/cyanfish/naps2/releases/download/v7.5.1/naps2-7.5.1-win-x86.msi + InstallerSha256: 2BA66555F7C794B5FD0821827AAB0AC5552443A95AD9AEC937C7422710F10B8F + ProductCode: '{A3429DBA-BFE7-4E56-B41E-7B276AF0C835}' +- Architecture: x64 + InstallerUrl: https://github.com/cyanfish/naps2/releases/download/v7.5.1/naps2-7.5.1-win-x64.msi + InstallerSha256: BB3BE5FD71FAF3A4E0B9BEC22B04C999EA54E6BF38DC442513A1E7D1596B6E18 + ProductCode: '{002F96FA-5B77-43EA-990C-3FA18F10B22B}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cyanfish/NAPS2/7.5.1/Cyanfish.NAPS2.locale.en-US.yaml b/manifests/c/Cyanfish/NAPS2/7.5.1/Cyanfish.NAPS2.locale.en-US.yaml new file mode 100644 index 0000000000000..8e5a8612fc4b9 --- /dev/null +++ b/manifests/c/Cyanfish/NAPS2/7.5.1/Cyanfish.NAPS2.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cyanfish.NAPS2 +PackageVersion: 7.5.1 +PackageLocale: en-US +Publisher: Ben Olden-Cooligan +PublisherUrl: https://github.com/cyanfish +PublisherSupportUrl: https://sourceforge.net/p/naps2/tickets +Author: Ben Olden-Cooligan +PackageName: NAPS2 +PackageUrl: https://www.naps2.com/ +License: GPLv2 +LicenseUrl: https://github.com/cyanfish/naps2/blob/HEAD/LICENSE +Copyright: Copyright 2009, 2012-2017 NAPS2 Contributors +CopyrightUrl: https://github.com/cyanfish/naps2/blob/master/LICENSE +ShortDescription: Scan documents to PDF and other file types, as simply as possible. +Description: |- + NAPS2 is a document scanning application with a focus on simplicity and ease of use. Scan your documents from WIA- and TWAIN-compatible scanners, organize the pages as you like, and save them as PDF, TIFF, JPEG, PNG, and other file formats. + Requires . + NET Framework 4.0 or higher. +Moniker: naps2 +Tags: +- naps +- pdf +- scan +- scanner +ReleaseNotes: |- + Changes in 7.5.1: + - Mac: Use more native icons + - Fixed an issue loading profiles +ReleaseNotesUrl: https://github.com/cyanfish/naps2/releases/tag/v7.5.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cyanfish/NAPS2/7.5.1/Cyanfish.NAPS2.yaml b/manifests/c/Cyanfish/NAPS2/7.5.1/Cyanfish.NAPS2.yaml new file mode 100644 index 0000000000000..b5279f371f747 --- /dev/null +++ b/manifests/c/Cyanfish/NAPS2/7.5.1/Cyanfish.NAPS2.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cyanfish.NAPS2 +PackageVersion: 7.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cybelsoft/DriversCloud/12.0.24/Cybelsoft.DriversCloud.installer.yaml b/manifests/c/Cybelsoft/DriversCloud/12.0.24/Cybelsoft.DriversCloud.installer.yaml new file mode 100644 index 0000000000000..cd425c9202f92 --- /dev/null +++ b/manifests/c/Cybelsoft/DriversCloud/12.0.24/Cybelsoft.DriversCloud.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Cybelsoft.DriversCloud +PackageVersion: 12.0.24 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +InstallerSwitches: + Silent: /exenoui /qn +Installers: +- Architecture: x86 + InstallerUrl: https://dcdrivers.driverscloud.com/applis/DriversCloud_12_0_24.exe + InstallerSha256: 8DFD0288A870C8C658BD4EA81EF1D6226E098A0D0E21369F5142433CFA3E2F4A +- Architecture: x64 + InstallerUrl: https://dcdrivers.driverscloud.com/applis/DriversCloudx64_12_0_24.exe + InstallerSha256: DF097E6FA1E6016729189DC6A090C92917D754D86A6B31880B19BD715C1C3C82 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cybelsoft/DriversCloud/12.0.24/Cybelsoft.DriversCloud.locale.en-US.yaml b/manifests/c/Cybelsoft/DriversCloud/12.0.24/Cybelsoft.DriversCloud.locale.en-US.yaml new file mode 100644 index 0000000000000..b5310dc672ff0 --- /dev/null +++ b/manifests/c/Cybelsoft/DriversCloud/12.0.24/Cybelsoft.DriversCloud.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Cybelsoft.DriversCloud +PackageVersion: 12.0.24 +PackageLocale: en-US +Publisher: Cybelsoft +PublisherUrl: https://www.driverscloud.com +PublisherSupportUrl: https://forum.driverscloud.com/ +PackageName: DriversCloud.com +License: Copyright (C) 2021 Cybelsoft +ShortDescription: Detect your configuration +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cybelsoft/DriversCloud/12.0.24/Cybelsoft.DriversCloud.yaml b/manifests/c/Cybelsoft/DriversCloud/12.0.24/Cybelsoft.DriversCloud.yaml new file mode 100644 index 0000000000000..0a0e36a0d6618 --- /dev/null +++ b/manifests/c/Cybelsoft/DriversCloud/12.0.24/Cybelsoft.DriversCloud.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Cybelsoft.DriversCloud +PackageVersion: 12.0.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CyberCat/ADBAppControl/1.8.5/CyberCat.ADBAppControl.installer.yaml b/manifests/c/CyberCat/ADBAppControl/1.8.5/CyberCat.ADBAppControl.installer.yaml new file mode 100644 index 0000000000000..bfe315faaad83 --- /dev/null +++ b/manifests/c/CyberCat/ADBAppControl/1.8.5/CyberCat.ADBAppControl.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CyberCat.ADBAppControl +PackageVersion: 1.8.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ADBAppControl.exe + PortableCommandAlias: ADBAppControl +Installers: +- InstallerUrl: https://adbappcontrol.com/download/?lang=en&t=zip + Architecture: x64 + InstallerSha256: 80C2FCD31C553BA05AB0A04CAD8E9CC4E68B66EECD278A7397339E7090097DD4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CyberCat/ADBAppControl/1.8.5/CyberCat.ADBAppControl.locale.en-US.yaml b/manifests/c/CyberCat/ADBAppControl/1.8.5/CyberCat.ADBAppControl.locale.en-US.yaml new file mode 100644 index 0000000000000..0862339166c8b --- /dev/null +++ b/manifests/c/CyberCat/ADBAppControl/1.8.5/CyberCat.ADBAppControl.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CyberCat.ADBAppControl +PackageVersion: 1.8.5 +PackageLocale: en-US +Publisher: Cyber.Cat +PackageName: ADB AppControl +License: Freeware +Copyright: ©2020-2022 ADB AppControl by Cyber.Cat +ShortDescription: A new and handy desktop program, that will allow you to easily manage applications on your android device. +Description: A new and handy desktop program, that will allow you to easily manage applications on your android device. You can disable unwanted pre-installed system apps and bloatware, or install new ones using a modern graphical interface. The program includes many useful tools and tweaks which allow you to get the better experience with your device. This is exactly the tool that you will use for many years - after trying ADB AppControl you will see that working with applications via adb has never been so easy. +Tags: + - adb + - fastboot + - android + - platform-tools + - uninstall + - disable + - apk +ReleaseNotesUrl: https://adbappcontrol.com/changelog.txt +ReleaseNotes: |- + 1.8.5 + - Updated adb and fastboot to the latest version 35.0.1 + - Fixed a critical bug of saving apk as apks + - Fixed a rare bug when the process manager starting + - Adb version 34.0.4 is automatically used for compatibility with Windows 7 + - Fixed a problem with list sorting after exiting the apps installation menu + - Added installing apps with --no-streaming flag in case of an error +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CyberCat/ADBAppControl/1.8.5/CyberCat.ADBAppControl.yaml b/manifests/c/CyberCat/ADBAppControl/1.8.5/CyberCat.ADBAppControl.yaml new file mode 100644 index 0000000000000..e80cbb6566903 --- /dev/null +++ b/manifests/c/CyberCat/ADBAppControl/1.8.5/CyberCat.ADBAppControl.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CyberCat.ADBAppControl +PackageVersion: 1.8.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml new file mode 100644 index 0000000000000..94d8af3927dee --- /dev/null +++ b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal +PackageVersion: 2.6.0 +InstallerLocale: en-US +InstallerType: exe +InstallerSwitches: + Silent: -q + SilentWithProgress: -q -console +UpgradeBehavior: install +ReleaseDate: 2024-07-17 +Installers: +- Architecture: x86 + InstallerUrl: https://dl4jz3rbrsfum.cloudfront.net/software/PPP_Windows_v2.6.0.exe + InstallerSha256: CB27A67DFAE3C7BCAB4296B247C159DED5A43625852C5AD23401FB870ACFA9CF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml new file mode 100644 index 0000000000000..a3ae76681674f --- /dev/null +++ b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal +PackageVersion: 2.6.0 +PackageLocale: en-US +Publisher: CyberPower Systems, Inc. +PublisherUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ +PublisherSupportUrl: https://www.cyberpowersystems.com/support/ +PrivacyUrl: https://www.cyberpowersystems.com/company/privacy-policy/ +Author: CyberPower Systems, Inc. +PackageName: CyberPower PowerPanel Personal +PackageUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ +License: Proprietary +LicenseUrl: https://www.cyberpower.com/content/software/eula/ +Copyright: Copyright CyberPower Systems, Inc. +ShortDescription: CyberPower PowerPanel Personal +Description: 'Monitors UPS vitals: electrical power supply, voltage, power condition, remaining battery runtime, UPS load from a CyberPower UPS System' +Moniker: powerpanelpersonal +Tags: +- cyberpower +- cyberpowerpanel +- powerpanel +- ups +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.yaml new file mode 100644 index 0000000000000..0a213c416e9ef --- /dev/null +++ b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal +PackageVersion: 2.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/c0re100/qBittorrent-Enhanced-Edition/4.6.6.10/c0re100.qBittorrent-Enhanced-Edition.installer.yaml b/manifests/c/c0re100/qBittorrent-Enhanced-Edition/4.6.6.10/c0re100.qBittorrent-Enhanced-Edition.installer.yaml new file mode 100644 index 0000000000000..c98deab9af8ab --- /dev/null +++ b/manifests/c/c0re100/qBittorrent-Enhanced-Edition/4.6.6.10/c0re100.qBittorrent-Enhanced-Edition.installer.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: c0re100.qBittorrent-Enhanced-Edition +PackageVersion: 4.6.6.10 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- magnet +FileExtensions: +- torrent +ReleaseDate: 2024-08-24 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/download/release-4.6.6.10/qbittorrent_enhanced_4.6.6.10_setup.exe + InstallerSha256: EE29B09B616472B121E7E78C07CBD18DDF15167082977E11663E061C1C087A15 +- Architecture: x64 + InstallerUrl: https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/download/release-4.6.6.10/qbittorrent_enhanced_4.6.6.10_qt6_x64_setup.exe + InstallerSha256: CCA5E8B3A6A9E558AC3C5CEB1F6D509738979E84540450FC1ABAC06DE1E899DA +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/c/c0re100/qBittorrent-Enhanced-Edition/4.6.6.10/c0re100.qBittorrent-Enhanced-Edition.locale.en-US.yaml b/manifests/c/c0re100/qBittorrent-Enhanced-Edition/4.6.6.10/c0re100.qBittorrent-Enhanced-Edition.locale.en-US.yaml new file mode 100644 index 0000000000000..aed00c3759da1 --- /dev/null +++ b/manifests/c/c0re100/qBittorrent-Enhanced-Edition/4.6.6.10/c0re100.qBittorrent-Enhanced-Edition.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: c0re100.qBittorrent-Enhanced-Edition +PackageVersion: 4.6.6.10 +PackageLocale: en-US +Publisher: The qBittorrent project +PublisherUrl: https://github.com/c0re100/qBittorrent-Enhanced-Edition +PublisherSupportUrl: https://github.com/c0re100/qBittorrent-Enhanced-Edition/issues +Author: c0re100 +PackageName: qBittorrent Enhanced Edition +PackageUrl: https://github.com/c0re100/qBittorrent-Enhanced-Edition +License: GPL-2.0-only +LicenseUrl: https://raw.githubusercontent.com/c0re100/qBittorrent-Enhanced-Edition/v4_3_x/COPYING +CopyrightUrl: https://raw.githubusercontent.com/c0re100/qBittorrent-Enhanced-Edition/v4_3_x/COPYING +ShortDescription: Unofficial qBittorrent BitTorrent client (Enhanced Edition) +Description: |- + qBittorrent is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg. 1. + Auto Ban Xunlei, QQ, Baidu, Xfplay, DLBT and Offline downloader 2. + Temporary IP Filter API for advanced user 3. + Update MessageBox with changelog if NEW version is available 4. + Auto Ban Unknown Peer from China Option 5. + Auto Update Public Trackers List 6. + Auto Ban BitTorrent Media Player Peer Option +Moniker: qbittorrent-enhanced-edition +Tags: +- bittorrent +- foss +- open-source +- p2p +- qbittorent-fork +- sharing +- torrent-client +ReleaseNotesUrl: https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/tag/release-4.6.6.10 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/c/c0re100/qBittorrent-Enhanced-Edition/4.6.6.10/c0re100.qBittorrent-Enhanced-Edition.yaml b/manifests/c/c0re100/qBittorrent-Enhanced-Edition/4.6.6.10/c0re100.qBittorrent-Enhanced-Edition.yaml new file mode 100644 index 0000000000000..c5a9fa83a6791 --- /dev/null +++ b/manifests/c/c0re100/qBittorrent-Enhanced-Edition/4.6.6.10/c0re100.qBittorrent-Enhanced-Edition.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: c0re100.qBittorrent-Enhanced-Edition +PackageVersion: 4.6.6.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/c/cURL/cURL/8.10.0.1/cURL.cURL.installer.yaml b/manifests/c/cURL/cURL/8.10.0.1/cURL.cURL.installer.yaml new file mode 100644 index 0000000000000..9e0cf6136c7dd --- /dev/null +++ b/manifests/c/cURL/cURL/8.10.0.1/cURL.cURL.installer.yaml @@ -0,0 +1,56 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.10.0.1 +InstallerType: zip +NestedInstallerType: portable +Protocols: +- DICT +- FILE +- FTP +- FTPS +- GOPHER +- GOPHERS +- HTTP +- HTTPS +- IMAP +- IMAPS +- LDAP +- LDAPS +- MQTT +- POP3 +- POP3S +- RTMP +- RTMPS +- RTSP +- SCP +- SFTP +- SMB +- SMBS +- SMTP +- SMTPS +- TELNET +- TFTP +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: curl-8.10.0_1-win32-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.10.0_1/curl-8.10.0_1-win32-mingw.zip + InstallerSha256: 7F5CFD833E1BD9662E1A90B15352BD7329AF704F9EA3EBC6944D38C636BC8110 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: curl-8.10.0_1-win64-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.10.0_1/curl-8.10.0_1-win64-mingw.zip + InstallerSha256: 27773EE37D3F20A8DE51187C6AE18076C8EFB53A1393BDC8E14CAB98909E49DE +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: curl-8.10.0_1-win64a-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.10.0_1/curl-8.10.0_1-win64a-mingw.zip + InstallerSha256: 6D15151265CBA619A3CD77CFBDD1230C271F0D15C3F3975F9047F2BFD3A6C9A2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/cURL/cURL/8.10.0.1/cURL.cURL.locale.en-US.yaml b/manifests/c/cURL/cURL/8.10.0.1/cURL.cURL.locale.en-US.yaml new file mode 100644 index 0000000000000..cf1dc671a4b84 --- /dev/null +++ b/manifests/c/cURL/cURL/8.10.0.1/cURL.cURL.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.10.0.1 +PackageLocale: en-US +Publisher: curl +PublisherUrl: https://curl.se/ +PublisherSupportUrl: https://curl.se/support.html +Author: Daniel Stenberg +PackageName: cURL +PackageUrl: https://curl.se/ +License: Freeware +LicenseUrl: https://curl.se/docs/copyright.html +Copyright: Copyright (c), Daniel Stenberg, daniel@haxx.se, and many contributors, see the THANKS file. All rights reserved. +CopyrightUrl: https://curl.se/docs/copyright.html +ShortDescription: Command line tool and library for transferring data with URLs +Moniker: curl +PurchaseUrl: https://curl.se/donation.html +Documentations: +- DocumentLabel: Everything curl (full documentation) + DocumentUrl: https://everything.curl.dev/ +- DocumentLabel: FAQ + DocumentUrl: https://curl.se/docs/faq.html +- DocumentLabel: GitHub + DocumentUrl: https://github.com/curl/curl +- DocumentLabel: Manpage (Usage) + DocumentUrl: https://curl.se/docs/manpage.html +- DocumentLabel: Published Security Vulnerabilities + DocumentUrl: https://curl.se/docs/security.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/cURL/cURL/8.10.0.1/cURL.cURL.yaml b/manifests/c/cURL/cURL/8.10.0.1/cURL.cURL.yaml new file mode 100644 index 0000000000000..b51c0464a7aee --- /dev/null +++ b/manifests/c/cURL/cURL/8.10.0.1/cURL.cURL.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.10.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/cURL/cURL/8.9.0.1/cURL.cURL.installer.yaml b/manifests/c/cURL/cURL/8.9.0.1/cURL.cURL.installer.yaml new file mode 100644 index 0000000000000..d6362bdb190b0 --- /dev/null +++ b/manifests/c/cURL/cURL/8.9.0.1/cURL.cURL.installer.yaml @@ -0,0 +1,56 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.9.0.1 +InstallerType: zip +NestedInstallerType: portable +Protocols: +- DICT +- FILE +- FTP +- FTPS +- GOPHER +- GOPHERS +- HTTP +- HTTPS +- IMAP +- IMAPS +- LDAP +- LDAPS +- MQTT +- POP3 +- POP3S +- RTMP +- RTMPS +- RTSP +- SCP +- SFTP +- SMB +- SMBS +- SMTP +- SMTPS +- TELNET +- TFTP +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: curl-8.9.0_1-win32-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.9.0_1/curl-8.9.0_1-win32-mingw.zip + InstallerSha256: 272A54E3C0B404E3F704CE015A75C0475A83A768EAA2F2117146194D760FA5F9 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: curl-8.9.0_1-win64-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.9.0_1/curl-8.9.0_1-win64-mingw.zip + InstallerSha256: DFAC2DF82FD98369C23FEA194D8990C7BC5AD9C44F6FBB37A15E6E459EAF428C +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: curl-8.9.0_1-win64a-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.9.0_1/curl-8.9.0_1-win64a-mingw.zip + InstallerSha256: 55CCF8E9412791ABEE546661FF00CC4928DF03083EEC2E44B3256FC9C431D34E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/cURL/cURL/8.9.0.1/cURL.cURL.locale.en-US.yaml b/manifests/c/cURL/cURL/8.9.0.1/cURL.cURL.locale.en-US.yaml new file mode 100644 index 0000000000000..8c00bedf68f74 --- /dev/null +++ b/manifests/c/cURL/cURL/8.9.0.1/cURL.cURL.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.9.0.1 +PackageLocale: en-US +Publisher: curl +PublisherUrl: https://curl.se/ +PublisherSupportUrl: https://curl.se/support.html +Author: Daniel Stenberg +PackageName: cURL +PackageUrl: https://curl.se/ +License: Freeware +LicenseUrl: https://curl.se/docs/copyright.html +Copyright: Copyright (c), Daniel Stenberg, daniel@haxx.se, and many contributors, see the THANKS file. All rights reserved. +CopyrightUrl: https://curl.se/docs/copyright.html +ShortDescription: Command line tool and library for transferring data with URLs +Moniker: curl +PurchaseUrl: https://curl.se/donation.html +Documentations: +- DocumentLabel: Everything curl (full documentation) + DocumentUrl: https://everything.curl.dev/ +- DocumentLabel: FAQ + DocumentUrl: https://curl.se/docs/faq.html +- DocumentLabel: GitHub + DocumentUrl: https://github.com/curl/curl +- DocumentLabel: Manpage (Usage) + DocumentUrl: https://curl.se/docs/manpage.html +- DocumentLabel: Published Security Vulnerabilities + DocumentUrl: https://curl.se/docs/security.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/cURL/cURL/8.9.0.1/cURL.cURL.yaml b/manifests/c/cURL/cURL/8.9.0.1/cURL.cURL.yaml new file mode 100644 index 0000000000000..9a0215f3831a9 --- /dev/null +++ b/manifests/c/cURL/cURL/8.9.0.1/cURL.cURL.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.9.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/cURL/cURL/8.9.1.1/cURL.cURL.installer.yaml b/manifests/c/cURL/cURL/8.9.1.1/cURL.cURL.installer.yaml new file mode 100644 index 0000000000000..15eedb1f52885 --- /dev/null +++ b/manifests/c/cURL/cURL/8.9.1.1/cURL.cURL.installer.yaml @@ -0,0 +1,56 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.9.1.1 +InstallerType: zip +NestedInstallerType: portable +Protocols: +- DICT +- FILE +- FTP +- FTPS +- GOPHER +- GOPHERS +- HTTP +- HTTPS +- IMAP +- IMAPS +- LDAP +- LDAPS +- MQTT +- POP3 +- POP3S +- RTMP +- RTMPS +- RTSP +- SCP +- SFTP +- SMB +- SMBS +- SMTP +- SMTPS +- TELNET +- TFTP +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: curl-8.9.1_1-win32-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.9.1_1/curl-8.9.1_1-win32-mingw.zip + InstallerSha256: F7067B8BBD42CD5C1B480FEDD9F40E7DE46A035280407399F3F5966BBB84BE51 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: curl-8.9.1_1-win64-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.9.1_1/curl-8.9.1_1-win64-mingw.zip + InstallerSha256: F7BC9E21490D942C937DFE7BFCB9A2E29A490665C8B51E8EA0CDC171AC08C5DE +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: curl-8.9.1_1-win64a-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.9.1_1/curl-8.9.1_1-win64a-mingw.zip + InstallerSha256: 5B8D12EB59FA2F9F2EA7ABB7CA8A3CAD81575F7F1708AC0D92FB24880CC90D61 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/cURL/cURL/8.9.1.1/cURL.cURL.locale.en-US.yaml b/manifests/c/cURL/cURL/8.9.1.1/cURL.cURL.locale.en-US.yaml new file mode 100644 index 0000000000000..6b52ddb9b8207 --- /dev/null +++ b/manifests/c/cURL/cURL/8.9.1.1/cURL.cURL.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.9.1.1 +PackageLocale: en-US +Publisher: curl +PublisherUrl: https://curl.se/ +PublisherSupportUrl: https://curl.se/support.html +Author: Daniel Stenberg +PackageName: cURL +PackageUrl: https://curl.se/ +License: Freeware +LicenseUrl: https://curl.se/docs/copyright.html +Copyright: Copyright (c), Daniel Stenberg, daniel@haxx.se, and many contributors, see the THANKS file. All rights reserved. +CopyrightUrl: https://curl.se/docs/copyright.html +ShortDescription: Command line tool and library for transferring data with URLs +Moniker: curl +PurchaseUrl: https://curl.se/donation.html +Documentations: +- DocumentLabel: Everything curl (full documentation) + DocumentUrl: https://everything.curl.dev/ +- DocumentLabel: FAQ + DocumentUrl: https://curl.se/docs/faq.html +- DocumentLabel: GitHub + DocumentUrl: https://github.com/curl/curl +- DocumentLabel: Manpage (Usage) + DocumentUrl: https://curl.se/docs/manpage.html +- DocumentLabel: Published Security Vulnerabilities + DocumentUrl: https://curl.se/docs/security.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/cURL/cURL/8.9.1.1/cURL.cURL.yaml b/manifests/c/cURL/cURL/8.9.1.1/cURL.cURL.yaml new file mode 100644 index 0000000000000..91e063e04f3f5 --- /dev/null +++ b/manifests/c/cURL/cURL/8.9.1.1/cURL.cURL.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.9.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/cURL/cURL/8.9.1.2/cURL.cURL.installer.yaml b/manifests/c/cURL/cURL/8.9.1.2/cURL.cURL.installer.yaml new file mode 100644 index 0000000000000..a27404231bf46 --- /dev/null +++ b/manifests/c/cURL/cURL/8.9.1.2/cURL.cURL.installer.yaml @@ -0,0 +1,56 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.9.1.2 +InstallerType: zip +NestedInstallerType: portable +Protocols: +- DICT +- FILE +- FTP +- FTPS +- GOPHER +- GOPHERS +- HTTP +- HTTPS +- IMAP +- IMAPS +- LDAP +- LDAPS +- MQTT +- POP3 +- POP3S +- RTMP +- RTMPS +- RTSP +- SCP +- SFTP +- SMB +- SMBS +- SMTP +- SMTPS +- TELNET +- TFTP +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: curl-8.9.1_2-win32-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.9.1_2/curl-8.9.1_2-win32-mingw.zip + InstallerSha256: B7E1CB1BCB79DA70C165364665C9D34BFA2627BA65B037D667CF1D5D3ACAAD5D +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: curl-8.9.1_2-win64-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.9.1_2/curl-8.9.1_2-win64-mingw.zip + InstallerSha256: C3E16E9FAFB5368B7319DDBC0030F78616D3B613C960908A33593DF25DEEBC45 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: curl-8.9.1_2-win64a-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.9.1_2/curl-8.9.1_2-win64a-mingw.zip + InstallerSha256: 2572E63BB98E680CA28D4A655B4FFA8CE4FF6018273610F1809D6D75A6D6DB8C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/cURL/cURL/8.9.1.2/cURL.cURL.locale.en-US.yaml b/manifests/c/cURL/cURL/8.9.1.2/cURL.cURL.locale.en-US.yaml new file mode 100644 index 0000000000000..165dd0b6d6850 --- /dev/null +++ b/manifests/c/cURL/cURL/8.9.1.2/cURL.cURL.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.9.1.2 +PackageLocale: en-US +Publisher: curl +PublisherUrl: https://curl.se/ +PublisherSupportUrl: https://curl.se/support.html +Author: Daniel Stenberg +PackageName: cURL +PackageUrl: https://curl.se/ +License: Freeware +LicenseUrl: https://curl.se/docs/copyright.html +Copyright: Copyright (c), Daniel Stenberg, daniel@haxx.se, and many contributors, see the THANKS file. All rights reserved. +CopyrightUrl: https://curl.se/docs/copyright.html +ShortDescription: Command line tool and library for transferring data with URLs +Moniker: curl +PurchaseUrl: https://curl.se/donation.html +Documentations: +- DocumentLabel: Everything curl (full documentation) + DocumentUrl: https://everything.curl.dev/ +- DocumentLabel: FAQ + DocumentUrl: https://curl.se/docs/faq.html +- DocumentLabel: GitHub + DocumentUrl: https://github.com/curl/curl +- DocumentLabel: Manpage (Usage) + DocumentUrl: https://curl.se/docs/manpage.html +- DocumentLabel: Published Security Vulnerabilities + DocumentUrl: https://curl.se/docs/security.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/cURL/cURL/8.9.1.2/cURL.cURL.yaml b/manifests/c/cURL/cURL/8.9.1.2/cURL.cURL.yaml new file mode 100644 index 0000000000000..39ae851c2ff92 --- /dev/null +++ b/manifests/c/cURL/cURL/8.9.1.2/cURL.cURL.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.9.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/cURL/cURL/8.9.1.3/cURL.cURL.installer.yaml b/manifests/c/cURL/cURL/8.9.1.3/cURL.cURL.installer.yaml new file mode 100644 index 0000000000000..c90aaeab45f9d --- /dev/null +++ b/manifests/c/cURL/cURL/8.9.1.3/cURL.cURL.installer.yaml @@ -0,0 +1,56 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.9.1.3 +InstallerType: zip +NestedInstallerType: portable +Protocols: +- DICT +- FILE +- FTP +- FTPS +- GOPHER +- GOPHERS +- HTTP +- HTTPS +- IMAP +- IMAPS +- LDAP +- LDAPS +- MQTT +- POP3 +- POP3S +- RTMP +- RTMPS +- RTSP +- SCP +- SFTP +- SMB +- SMBS +- SMTP +- SMTPS +- TELNET +- TFTP +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: curl-8.9.1_3-win32-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.9.1_3/curl-8.9.1_3-win32-mingw.zip + InstallerSha256: C8C6767ABC6A7A1DBACF9FEB126B23D21FE1809591B60EA3B7F408E22FBE7926 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: curl-8.9.1_3-win64-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.9.1_3/curl-8.9.1_3-win64-mingw.zip + InstallerSha256: 6E84360C8950B8DF3EEE582C4F2496495CA833CDB3A1CED6ABE793B2E531D3BA +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: curl-8.9.1_3-win64a-mingw/bin/curl.exe + PortableCommandAlias: curl + InstallerUrl: https://curl.se/windows/dl-8.9.1_3/curl-8.9.1_3-win64a-mingw.zip + InstallerSha256: C602D20F632FDAF8F886D3440299AB4A6DBB685B2EC748F38AD4D8F613F0DC36 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/cURL/cURL/8.9.1.3/cURL.cURL.locale.en-US.yaml b/manifests/c/cURL/cURL/8.9.1.3/cURL.cURL.locale.en-US.yaml new file mode 100644 index 0000000000000..409c8f42a7e12 --- /dev/null +++ b/manifests/c/cURL/cURL/8.9.1.3/cURL.cURL.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.9.1.3 +PackageLocale: en-US +Publisher: curl +PublisherUrl: https://curl.se/ +PublisherSupportUrl: https://curl.se/support.html +Author: Daniel Stenberg +PackageName: cURL +PackageUrl: https://curl.se/ +License: Freeware +LicenseUrl: https://curl.se/docs/copyright.html +Copyright: Copyright (c), Daniel Stenberg, daniel@haxx.se, and many contributors, see the THANKS file. All rights reserved. +CopyrightUrl: https://curl.se/docs/copyright.html +ShortDescription: Command line tool and library for transferring data with URLs +Moniker: curl +PurchaseUrl: https://curl.se/donation.html +Documentations: +- DocumentLabel: Everything curl (full documentation) + DocumentUrl: https://everything.curl.dev/ +- DocumentLabel: FAQ + DocumentUrl: https://curl.se/docs/faq.html +- DocumentLabel: GitHub + DocumentUrl: https://github.com/curl/curl +- DocumentLabel: Manpage (Usage) + DocumentUrl: https://curl.se/docs/manpage.html +- DocumentLabel: Published Security Vulnerabilities + DocumentUrl: https://curl.se/docs/security.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/cURL/cURL/8.9.1.3/cURL.cURL.yaml b/manifests/c/cURL/cURL/8.9.1.3/cURL.cURL.yaml new file mode 100644 index 0000000000000..bd2529bb70747 --- /dev/null +++ b/manifests/c/cURL/cURL/8.9.1.3/cURL.cURL.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.9.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/caarlos0/timer/1.4.5/caarlos0.timer.installer.yaml b/manifests/c/caarlos0/timer/1.4.5/caarlos0.timer.installer.yaml new file mode 100644 index 0000000000000..f63e736d25bc3 --- /dev/null +++ b/manifests/c/caarlos0/timer/1.4.5/caarlos0.timer.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: caarlos0.timer +PackageVersion: 1.4.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-25" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: timer.exe + PortableCommandAlias: timer + InstallerUrl: https://github.com/caarlos0/timer/releases/download/v1.4.5/timer_windows_arm64.zip + InstallerSha256: 91a356bbe634d1e73a5599784679a9460e932b12cfafd781a7f02ad5a9c3ac63 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: timer.exe + PortableCommandAlias: timer + InstallerUrl: https://github.com/caarlos0/timer/releases/download/v1.4.5/timer_windows_amd64.zip + InstallerSha256: f2c314c4acddcc3648dc228d144f35920a340f218bd5b56367adbf5459654b0e + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/caarlos0/timer/1.4.5/caarlos0.timer.locale.en-US.yaml b/manifests/c/caarlos0/timer/1.4.5/caarlos0.timer.locale.en-US.yaml new file mode 100644 index 0000000000000..932240120df45 --- /dev/null +++ b/manifests/c/caarlos0/timer/1.4.5/caarlos0.timer.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: caarlos0.timer +PackageVersion: 1.4.5 +PackageLocale: en-US +Publisher: caarlos0 +PackageName: timer +PackageUrl: https://github.com/caarlos0/timer +License: MIT +ShortDescription: Timer is like sleep, but reports progress. +Moniker: timer +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/caarlos0/timer/1.4.5/caarlos0.timer.yaml b/manifests/c/caarlos0/timer/1.4.5/caarlos0.timer.yaml new file mode 100644 index 0000000000000..dbeaf758f5a3b --- /dev/null +++ b/manifests/c/caarlos0/timer/1.4.5/caarlos0.timer.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: caarlos0.timer +PackageVersion: 1.4.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.15.0/calibre.calibre.installer.yaml b/manifests/c/calibre/calibre/7.15.0/calibre.calibre.installer.yaml new file mode 100644 index 0000000000000..82ca3a2151ef3 --- /dev/null +++ b/manifests/c/calibre/calibre/7.15.0/calibre.calibre.installer.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.15.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +UpgradeBehavior: install +Protocols: +- calibre +FileExtensions: +- azw +- azw1 +- azw3 +- book +- cb7 +- cbc +- cbr +- cbz +- chm +- djv +- djvu +- doc +- docm +- docx +- epub +- fb2 +- ibook +- ibooks +- imp +- lrf +- lrx +- markdown +- md +- mobi +- odt +- opf +- pdb +- pml +- pobi +- prc +- ps +- rtf +- shtml +- text +- tpz +- txt +- xhtml +- xps +ReleaseDate: 2024-07-19 +AppsAndFeaturesEntries: +- DisplayName: calibre 64bit + ProductCode: '{29F4A13B-3F55-4501-B1D4-9D9CB746F367}' + UpgradeCode: '{5DD881FF-756B-4097-9D82-8C0F11D521EA}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.calibre-ebook.com/7.15.0/calibre-64bit-7.15.0.msi + InstallerSha256: 7443AEC402E34F5EF5357CE5468B94E603E5CFF5B2077D6A72236145470B0F89 + ProductCode: '{29F4A13B-3F55-4501-B1D4-9D9CB746F367}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.15.0/calibre.calibre.locale.en-US.yaml b/manifests/c/calibre/calibre/7.15.0/calibre.calibre.locale.en-US.yaml new file mode 100644 index 0000000000000..e2b3b34112f9f --- /dev/null +++ b/manifests/c/calibre/calibre/7.15.0/calibre.calibre.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.15.0 +PackageLocale: en-US +Publisher: Kovid Goyal +PublisherUrl: https://kovidgoyal.net/ +PublisherSupportUrl: https://calibre-ebook.com/help +# PrivacyUrl: +Author: Kovid Goyal +PackageName: calibre +PackageUrl: https://calibre-ebook.com/ +License: GPL-3.0 +LicenseUrl: https://github.com/kovidgoyal/calibre/blob/HEAD/LICENSE +Copyright: © Kovid Goyal +# CopyrightUrl: +ShortDescription: calibre is the one stop solution to all your e-book needs. +Description: calibre is an e-book manager. It can view, convert, edit and catalog e-books in all of the major e-book formats. It can also talk to e-book reader devices. It can go out to the internet and fetch metadata for your books. It can download newspapers and convert them into e-books for convenient reading. It is cross platform, running on Linux, Windows and macOS. +Moniker: calibre +Tags: +- ebook +- epub +- kindle +- mobi +- reader +- viewer +ReleaseNotes: |- + New features + - Fetch news: Allow individual news sources to specify source specific options such as downloading of past editions + Bug fixes + - Windows: MTP driver: Fix a regression in the previous release that caused an error with some devices + Closes tickets: 2073323 + - Icon theme creation dialog: Fix various issues when creating an icon theme with many icons that have light/dark variants + New news sources + - WSJ News by unkn0wn + Improved news sources + - Bloomberg + - Eenadu + - Mediapart +ReleaseNotesUrl: https://calibre-ebook.com/whats-new +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://manual.calibre-ebook.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.15.0/calibre.calibre.locale.zh-CN.yaml b/manifests/c/calibre/calibre/7.15.0/calibre.calibre.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7a3f260ba3f40 --- /dev/null +++ b/manifests/c/calibre/calibre/7.15.0/calibre.calibre.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.15.0 +PackageLocale: zh-CN +Publisher: Kovid Goyal +PublisherUrl: https://kovidgoyal.net/ +PublisherSupportUrl: https://calibre-ebook.com/zh_CN/help +# PrivacyUrl: +Author: Kovid Goyal +PackageName: calibre +PackageUrl: https://calibre-ebook.com/zh_CN +License: GPL-3.0 +LicenseUrl: https://github.com/kovidgoyal/calibre/blob/HEAD/LICENSE +Copyright: © Kovid Goyal +# CopyrightUrl: +ShortDescription: calibre 是满足您所有电子书需求的一站式解决方案。 +Description: calibre 是一款电子书管理器,可以查看、转换、编辑和编目所有主流格式的电子书;可以连接电子书阅读器设备;可以从互联网获取电子书的元数据;可以下载报纸并将其转换成电子书以方便阅读;并且是跨平台的,可在 Linux、Windows 和 macOS 上运行。 +# Moniker: +Tags: +- epub +- kindle +- mobi +- 电子书 +- 阅读器 +# ReleaseNotes: +ReleaseNotesUrl: https://calibre-ebook.com/zh_CN/whats-new +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 手册 + DocumentUrl: https://manual.calibre-ebook.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.15.0/calibre.calibre.yaml b/manifests/c/calibre/calibre/7.15.0/calibre.calibre.yaml new file mode 100644 index 0000000000000..1f7b35aadc77f --- /dev/null +++ b/manifests/c/calibre/calibre/7.15.0/calibre.calibre.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.16.0/calibre.calibre.installer.yaml b/manifests/c/calibre/calibre/7.16.0/calibre.calibre.installer.yaml new file mode 100644 index 0000000000000..ba1fe3e5589d4 --- /dev/null +++ b/manifests/c/calibre/calibre/7.16.0/calibre.calibre.installer.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.16.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +UpgradeBehavior: install +Protocols: +- calibre +FileExtensions: +- azw +- azw1 +- azw3 +- book +- cb7 +- cbc +- cbr +- cbz +- chm +- djv +- djvu +- doc +- docm +- docx +- epub +- fb2 +- ibook +- ibooks +- imp +- lrf +- lrx +- markdown +- md +- mobi +- odt +- opf +- pdb +- pml +- pobi +- prc +- ps +- rtf +- shtml +- text +- tpz +- txt +- xhtml +- xps +ReleaseDate: 2024-07-31 +AppsAndFeaturesEntries: +- DisplayName: calibre 64bit + ProductCode: '{998B5A73-40C7-40AE-B153-A9459B91D418}' + UpgradeCode: '{5DD881FF-756B-4097-9D82-8C0F11D521EA}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.calibre-ebook.com/7.16.0/calibre-64bit-7.16.0.msi + InstallerSha256: 95BB3267514EE0B3A941ED2E497E05D415CC6EDDA7357F9C734AF7EEFA0FBBF1 + ProductCode: '{998B5A73-40C7-40AE-B153-A9459B91D418}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.16.0/calibre.calibre.locale.en-US.yaml b/manifests/c/calibre/calibre/7.16.0/calibre.calibre.locale.en-US.yaml new file mode 100644 index 0000000000000..2e31313210e71 --- /dev/null +++ b/manifests/c/calibre/calibre/7.16.0/calibre.calibre.locale.en-US.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.16.0 +PackageLocale: en-US +Publisher: Kovid Goyal +PublisherUrl: https://kovidgoyal.net/ +PublisherSupportUrl: https://calibre-ebook.com/help +# PrivacyUrl: +Author: Kovid Goyal +PackageName: calibre +PackageUrl: https://calibre-ebook.com/ +License: GPL-3.0 +LicenseUrl: https://github.com/kovidgoyal/calibre/blob/HEAD/LICENSE +Copyright: © Kovid Goyal +# CopyrightUrl: +ShortDescription: calibre is the one stop solution to all your e-book needs. +Description: calibre is an e-book manager. It can view, convert, edit and catalog e-books in all of the major e-book formats. It can also talk to e-book reader devices. It can go out to the internet and fetch metadata for your books. It can download newspapers and convert them into e-books for convenient reading. It is cross platform, running on Linux, Windows and macOS. +Moniker: calibre +Tags: +- ebook +- epub +- kindle +- mobi +- reader +- viewer +ReleaseNotes: |- + New features + - Add a driver for the new 2024 Tolino devices. They use a modified version of the Kobo firmware, so they are detected as Kobo devices. + - Various news recipes now have the ability to download past issues, accessible via the Advanced tab in the Schedule news dialog + Bug fixes + - ONLY if you use the calibre Content server, you should update calibre as soon as possible + Closes tickets: 2075128 + If you do not know what the Content server is, you do not use it, and these do not apply to you. If you have set a password to access the Content server that you have not shared with anyone, these do not affect you. A remote code execution bug in the Content server introduced in calibre version 6.9.0 (released on 2022-11-25) means that anyone with access to the server also has access to the rest of the computer the server is running on. If you are using a password to protect access to the server only people that know the password can gain access via the bug. Thanks to STAR Labs (https://starlabs.sg) for finding these vulnerabilities. + - Content server: Fix path traversal vulnerability + Closes tickets: 2075125 + A bug in a feature introduced in calibre version 6.16.0 (released 2023-04-20) means anyone with access to the server can also read non calibre related files on the computer running the server. + - Content server: Fix SQL injection vulnerability + Closes tickets: 2075131 + A bug in a feature introduced in calibre version 6.10.0 (released 2022-12-16) means anyone with access to the server can also read non-calibre SQLITE database files on the computer running the server. + - Content server: Fix an XSS vulnerability in one endpoint + Closes tickets: 2075130 + Only relevant if you embed the calibre server within a larger server, it means attackers who can convince users to click on a specially crafted link, can run JavaScript code with the same origin as the larger server calibre is embedded in. + - Content server: Fix an error when opening the downloaded books page directly via a link and using a custom book list template + Closes tickets: 2073972 + - macOS: Fix opening multiple books from Finder with the editor only opening one of the books + - Fix the legacy LRF format viewer not starting + - Fix mouse wheel not transitioning from undefined date to current date in date entry controls + Closes tickets: 2074147 + Improved news sources + - Harvard Business Review + - Live Mint + - Business Standard + - Pagina12 + - Bloomberg +ReleaseNotesUrl: https://calibre-ebook.com/whats-new +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://manual.calibre-ebook.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.16.0/calibre.calibre.locale.zh-CN.yaml b/manifests/c/calibre/calibre/7.16.0/calibre.calibre.locale.zh-CN.yaml new file mode 100644 index 0000000000000..00e8a452cd393 --- /dev/null +++ b/manifests/c/calibre/calibre/7.16.0/calibre.calibre.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.16.0 +PackageLocale: zh-CN +Publisher: Kovid Goyal +PublisherUrl: https://kovidgoyal.net/ +PublisherSupportUrl: https://calibre-ebook.com/zh_CN/help +# PrivacyUrl: +Author: Kovid Goyal +PackageName: calibre +PackageUrl: https://calibre-ebook.com/zh_CN +License: GPL-3.0 +LicenseUrl: https://github.com/kovidgoyal/calibre/blob/HEAD/LICENSE +Copyright: © Kovid Goyal +# CopyrightUrl: +ShortDescription: calibre 是满足您所有电子书需求的一站式解决方案。 +Description: calibre 是一款电子书管理器,可以查看、转换、编辑和编目所有主流格式的电子书;可以连接电子书阅读器设备;可以从互联网获取电子书的元数据;可以下载报纸并将其转换成电子书以方便阅读;并且是跨平台的,可在 Linux、Windows 和 macOS 上运行。 +# Moniker: +Tags: +- epub +- kindle +- mobi +- 电子书 +- 阅读器 +# ReleaseNotes: +ReleaseNotesUrl: https://calibre-ebook.com/zh_CN/whats-new +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 手册 + DocumentUrl: https://manual.calibre-ebook.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.16.0/calibre.calibre.yaml b/manifests/c/calibre/calibre/7.16.0/calibre.calibre.yaml new file mode 100644 index 0000000000000..cd9175575d128 --- /dev/null +++ b/manifests/c/calibre/calibre/7.16.0/calibre.calibre.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.17.0/calibre.calibre.installer.yaml b/manifests/c/calibre/calibre/7.17.0/calibre.calibre.installer.yaml new file mode 100644 index 0000000000000..7259fb999fd84 --- /dev/null +++ b/manifests/c/calibre/calibre/7.17.0/calibre.calibre.installer.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.17.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +UpgradeBehavior: install +Protocols: +- calibre +FileExtensions: +- azw +- azw1 +- azw3 +- book +- cb7 +- cbc +- cbr +- cbz +- chm +- djv +- djvu +- doc +- docm +- docx +- epub +- fb2 +- ibook +- ibooks +- imp +- lrf +- lrx +- markdown +- md +- mobi +- odt +- opf +- pdb +- pml +- pobi +- prc +- ps +- rtf +- shtml +- text +- tpz +- txt +- xhtml +- xps +ReleaseDate: 2024-08-23 +AppsAndFeaturesEntries: +- DisplayName: calibre 64bit + ProductCode: '{409F8636-ED5C-41AA-84DB-0AD17958D4CC}' + UpgradeCode: '{5DD881FF-756B-4097-9D82-8C0F11D521EA}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.calibre-ebook.com/7.17.0/calibre-64bit-7.17.0.msi + InstallerSha256: 51028AF0E0A79B6C74DE44FFA712AB3494FC310D1F0078B8701B5B1BAB528E48 + ProductCode: '{409F8636-ED5C-41AA-84DB-0AD17958D4CC}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.17.0/calibre.calibre.locale.en-US.yaml b/manifests/c/calibre/calibre/7.17.0/calibre.calibre.locale.en-US.yaml new file mode 100644 index 0000000000000..a921faa8381e3 --- /dev/null +++ b/manifests/c/calibre/calibre/7.17.0/calibre.calibre.locale.en-US.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.17.0 +PackageLocale: en-US +Publisher: Kovid Goyal +PublisherUrl: https://kovidgoyal.net/ +PublisherSupportUrl: https://calibre-ebook.com/help +# PrivacyUrl: +Author: Kovid Goyal +PackageName: calibre +PackageUrl: https://calibre-ebook.com/ +License: GPL-3.0 +LicenseUrl: https://github.com/kovidgoyal/calibre/blob/HEAD/LICENSE +Copyright: © Kovid Goyal +# CopyrightUrl: +ShortDescription: calibre is the one stop solution to all your e-book needs. +Description: calibre is an e-book manager. It can view, convert, edit and catalog e-books in all of the major e-book formats. It can also talk to e-book reader devices. It can go out to the internet and fetch metadata for your books. It can download newspapers and convert them into e-books for convenient reading. It is cross platform, running on Linux, Windows and macOS. +Moniker: calibre +Tags: +- ebook +- epub +- kindle +- mobi +- reader +- viewer +ReleaseNotes: |- + New features + - E-book viewer: Support for jumping to and displaying paper edition page numbers + If an e-book contains embedded information about the pages from the paper edition of the book, the calibre E-book viewer can now jump to a page number via the Go to button in the viewer controls. You can also optionally have the current paper edition page number displayed in the header/footer by adding "Pages from paper edition" to either the header or footer in the viewer settings. + - Edit book: When text is selected allow changing the indentation of all lines in the selection by pressing Tab to increase one level or Shift+Tab to decrease one level + Closes tickets: 2076251 + - Allow a plugboard to change the series_index as well as the series name. + - News download: News recipes can now optionally use browser engines based on either Qt or Chromium network stacks instead of mechanize + - Email delivery: When sending emails to Kindles do not convert filenames to English letters as Amazon appears to have finally fixed their email servers to handle non-English filenames + - Quickview: Add a tooltip displaying the full cell contents + Closes tickets: 2075565 + Bug fixes + - Update the version of the Qt toolkit bundled with calibre to the latest available, fixing some crashes on macOS related to accessibility tools + - Edit book: Fix searching marking incorrect text in the presence of non-BMP unicode characters + Closes tickets: 2075970 + - Conversion: Do not embed a second copy of a font when using the option to embed font family if the font is already embedded in the book + Closes tickets: 2074002 + - calibredb list: Fix a regression in the previous release that required setting --template-header to empty to use the list command + Closes tickets: 2076515 + - Tolino driver: Fix books from the Tolino cloud not being listed + - Windows: Book details panel: Fix selection not visible when using the system default theme + - Hide the Virtual library tab bar in device view as it is non-functional + Closes tickets: 2073441 + New news sources + - GaGadget by bugmen00t + - Süddeutsche Zeitung Magazin by unkn0wn + - Science Journal by unkn0wn + Improved news sources + - Jot Down + - Various Russian and Ukranian news sources + - Nautilus Magazine + - Süddeutsche Zeitung + - The India Forum + - WSJ + - National Geographic + - Washington Post + - Mediapart + - Bloomberg + - Nautilus +ReleaseNotesUrl: https://calibre-ebook.com/whats-new +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://manual.calibre-ebook.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.17.0/calibre.calibre.locale.zh-CN.yaml b/manifests/c/calibre/calibre/7.17.0/calibre.calibre.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ce3182ee311b1 --- /dev/null +++ b/manifests/c/calibre/calibre/7.17.0/calibre.calibre.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.17.0 +PackageLocale: zh-CN +Publisher: Kovid Goyal +PublisherUrl: https://kovidgoyal.net/ +PublisherSupportUrl: https://calibre-ebook.com/zh_CN/help +# PrivacyUrl: +Author: Kovid Goyal +PackageName: calibre +PackageUrl: https://calibre-ebook.com/zh_CN +License: GPL-3.0 +LicenseUrl: https://github.com/kovidgoyal/calibre/blob/HEAD/LICENSE +Copyright: © Kovid Goyal +# CopyrightUrl: +ShortDescription: calibre 是满足您所有电子书需求的一站式解决方案。 +Description: calibre 是一款电子书管理器,可以查看、转换、编辑和编目所有主流格式的电子书;可以连接电子书阅读器设备;可以从互联网获取电子书的元数据;可以下载报纸并将其转换成电子书以方便阅读;并且是跨平台的,可在 Linux、Windows 和 macOS 上运行。 +# Moniker: +Tags: +- epub +- kindle +- mobi +- 电子书 +- 阅读器 +# ReleaseNotes: +ReleaseNotesUrl: https://calibre-ebook.com/zh_CN/whats-new +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 手册 + DocumentUrl: https://manual.calibre-ebook.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.17.0/calibre.calibre.yaml b/manifests/c/calibre/calibre/7.17.0/calibre.calibre.yaml new file mode 100644 index 0000000000000..dd526a86ce367 --- /dev/null +++ b/manifests/c/calibre/calibre/7.17.0/calibre.calibre.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.17.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.18.0/calibre.calibre.installer.yaml b/manifests/c/calibre/calibre/7.18.0/calibre.calibre.installer.yaml new file mode 100644 index 0000000000000..5f665d0bc6565 --- /dev/null +++ b/manifests/c/calibre/calibre/7.18.0/calibre.calibre.installer.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.18.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +UpgradeBehavior: install +Protocols: +- calibre +FileExtensions: +- azw +- azw1 +- azw3 +- book +- cb7 +- cbc +- cbr +- cbz +- chm +- djv +- djvu +- doc +- docm +- docx +- epub +- fb2 +- ibook +- ibooks +- imp +- lrf +- lrx +- markdown +- md +- mobi +- odt +- opf +- pdb +- pml +- pobi +- prc +- ps +- rtf +- shtml +- text +- tpz +- txt +- xhtml +- xps +ReleaseDate: 2024-09-13 +AppsAndFeaturesEntries: +- DisplayName: calibre 64bit + ProductCode: '{A9956B3C-5D7A-4CAA-B257-66CA2AEAFC30}' + UpgradeCode: '{5DD881FF-756B-4097-9D82-8C0F11D521EA}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.calibre-ebook.com/7.18.0/calibre-64bit-7.18.0.msi + InstallerSha256: 988700135EEA8005D922AC7AD8BB5E04DD8D0CC40B16816CFC1018D27A11AF07 + ProductCode: '{A9956B3C-5D7A-4CAA-B257-66CA2AEAFC30}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.18.0/calibre.calibre.locale.en-US.yaml b/manifests/c/calibre/calibre/7.18.0/calibre.calibre.locale.en-US.yaml new file mode 100644 index 0000000000000..78b0bff087272 --- /dev/null +++ b/manifests/c/calibre/calibre/7.18.0/calibre.calibre.locale.en-US.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.18.0 +PackageLocale: en-US +Publisher: Kovid Goyal +PublisherUrl: https://kovidgoyal.net/ +PublisherSupportUrl: https://calibre-ebook.com/help +# PrivacyUrl: +Author: Kovid Goyal +PackageName: calibre +PackageUrl: https://calibre-ebook.com/ +License: GPL-3.0 +LicenseUrl: https://github.com/kovidgoyal/calibre/blob/HEAD/LICENSE +Copyright: © Kovid Goyal +# CopyrightUrl: +ShortDescription: calibre is the one stop solution to all your e-book needs. +Description: calibre is an e-book manager. It can view, convert, edit and catalog e-books in all of the major e-book formats. It can also talk to e-book reader devices. It can go out to the internet and fetch metadata for your books. It can download newspapers and convert them into e-books for convenient reading. It is cross platform, running on Linux, Windows and macOS. +Moniker: calibre +Tags: +- ebook +- epub +- kindle +- mobi +- reader +- viewer +ReleaseNotes: |- + New features + - E-book viewer: Read aloud: A new Text-to-Speech engine (Piper) that uses a neural network for realistic sounding voices + To use it access the viewer controls and click the Read aloud button or press 'Ctrl+S'. The neural network is run locally, no cloud services are used. Using the OS Text-to-Speech engine is still possible by clicking the configure button on the Read aloud control bar. Note that the new engine highlights the currently read sentence rather than word. + - New experimental engine to convert PDF files with support for automatic header/footer removal + Closes tickets: 2076346 + Turn it on via the PDF input section of the conversion dialog. + - Content server: Viewer: Read Aloud: Implement word-by-word tracking when reading aloud if the browser and voice used support it, for example, Chromium on Windows, Firefox on Android and Safari on macOS + - Image popup: Add a context menu with an option to reset the current zoom + Closes tickets: 2080315 + - Edit metadata dialog: Show the number of data files on the data files button + Bug fixes + - Fix a regression in the previous release that broke using Tab key to move around the book list while editing cells + - E-book viewer: Fix scrollbar position not updating during continuous scroll + Closes tickets: 2077801 + - E-book viewer: Fix a harmless error when the book contains page list references whose targets do not exist + Closes tickets: 2077871 + - Linux binary build: Fix missing libdeflate dependency + Closes tickets: 2077794 + New news sources + - Muy Interesante México by unkn0wn + - Salzburger Nachrichten by İlker Melik Sıtkı + - Computer Weekly by İlker Melik Sıtkı + Improved news sources + - Revista Muy Interesante + - Ars Technica + - South China Morning Post + - Times Literary Supplement + - Hackernews + - Star Gazetesi + - Hurriyet + - Gorafi + - Times Online +ReleaseNotesUrl: https://calibre-ebook.com/whats-new +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://manual.calibre-ebook.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.18.0/calibre.calibre.locale.zh-CN.yaml b/manifests/c/calibre/calibre/7.18.0/calibre.calibre.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0581840de908b --- /dev/null +++ b/manifests/c/calibre/calibre/7.18.0/calibre.calibre.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.18.0 +PackageLocale: zh-CN +Publisher: Kovid Goyal +PublisherUrl: https://kovidgoyal.net/ +PublisherSupportUrl: https://calibre-ebook.com/zh_CN/help +# PrivacyUrl: +Author: Kovid Goyal +PackageName: calibre +PackageUrl: https://calibre-ebook.com/zh_CN +License: GPL-3.0 +LicenseUrl: https://github.com/kovidgoyal/calibre/blob/HEAD/LICENSE +Copyright: © Kovid Goyal +# CopyrightUrl: +ShortDescription: calibre 是满足您所有电子书需求的一站式解决方案。 +Description: calibre 是一款电子书管理器,可以查看、转换、编辑和编目所有主流格式的电子书;可以连接电子书阅读器设备;可以从互联网获取电子书的元数据;可以下载报纸并将其转换成电子书以方便阅读;并且是跨平台的,可在 Linux、Windows 和 macOS 上运行。 +# Moniker: +Tags: +- epub +- kindle +- mobi +- 电子书 +- 阅读器 +# ReleaseNotes: +ReleaseNotesUrl: https://calibre-ebook.com/zh_CN/whats-new +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 手册 + DocumentUrl: https://manual.calibre-ebook.com/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/7.18.0/calibre.calibre.yaml b/manifests/c/calibre/calibre/7.18.0/calibre.calibre.yaml new file mode 100644 index 0000000000000..835ea6429e8cf --- /dev/null +++ b/manifests/c/calibre/calibre/7.18.0/calibre.calibre.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/portable/7.13.0.0/calibre.calibre.portable.installer.yaml b/manifests/c/calibre/calibre/portable/7.13.0.0/calibre.calibre.portable.installer.yaml deleted file mode 100644 index 6b1536f71647a..0000000000000 --- a/manifests/c/calibre/calibre/portable/7.13.0.0/calibre.calibre.portable.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: calibre.calibre.portable -PackageVersion: 7.13.0.0 -InstallerLocale: en-US -InstallerType: exe -Scope: user -InstallerSwitches: - Silent: /CalibrePortable/ - SilentWithProgress: /CalibrePortable/ - Custom: "" -UpgradeBehavior: uninstallPrevious -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/kovidgoyal/calibre/releases/download/v7.13.0/calibre-portable-installer-7.13.0.exe - InstallerSha256: E27EB0626EEE7132BEB254DB951B986688A64A59B899E319FBDD76C4B7B983E0 -ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-06-28 diff --git a/manifests/c/calibre/calibre/portable/7.13.0.0/calibre.calibre.portable.locale.en-US.yaml b/manifests/c/calibre/calibre/portable/7.13.0.0/calibre.calibre.portable.locale.en-US.yaml deleted file mode 100644 index 0a69d3fb1d5d2..0000000000000 --- a/manifests/c/calibre/calibre/portable/7.13.0.0/calibre.calibre.portable.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: calibre.calibre.portable -PackageVersion: 7.13.0.0 -PackageLocale: en-US -Publisher: calibre-ebook.com -PublisherUrl: https://github.com/kovidgoyal/calibre -PublisherSupportUrl: https://calibre-ebook.com/help -Author: Kovid Goyal -PackageName: calibre portable -PackageUrl: https://github.com/kovidgoyal/calibre -License: GPL-3.0 -LicenseUrl: https://github.com/kovidgoyal/calibre/raw/master/LICENSE -CopyrightUrl: https://github.com/kovidgoyal/calibre/blob/master/LICENSE -ShortDescription: Portable version of Calibre, a powerful and easy to use e-book manager -Description: |- - Calibre is an e-book manager. - It can view, convert, edit and catalog e-books in all of the major e-book formats. - It can also talk to e-book reader devices. - It can go out to the internet and fetch metadata for your books. - It can download newspapers and convert them into e-books for convenient reading. - It is cross platform, running on Linux, Windows and macOS. -Moniker: calibre-portable -Tags: -- calibre -- ebook -- epub -- kindle -- kobo -- library -- mobi -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/portable/7.13.0.0/calibre.calibre.portable.yaml b/manifests/c/calibre/calibre/portable/7.13.0.0/calibre.calibre.portable.yaml deleted file mode 100644 index ec6fc297d4166..0000000000000 --- a/manifests/c/calibre/calibre/portable/7.13.0.0/calibre.calibre.portable.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: calibre.calibre.portable -PackageVersion: 7.13.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/portable/7.17.0.0/calibre.calibre.portable.installer.yaml b/manifests/c/calibre/calibre/portable/7.17.0.0/calibre.calibre.portable.installer.yaml new file mode 100644 index 0000000000000..3cc6173e83d64 --- /dev/null +++ b/manifests/c/calibre/calibre/portable/7.17.0.0/calibre.calibre.portable.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: calibre.calibre.portable +PackageVersion: 7.17.0.0 +InstallerLocale: en-US +InstallerType: exe +Scope: user +InstallerSwitches: + Silent: /CalibrePortable/ + SilentWithProgress: /CalibrePortable/ + Custom: "" +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kovidgoyal/calibre/releases/download/v7.17.0/calibre-portable-installer-7.17.0.exe + InstallerSha256: 1D2645FD1FB65C443D63A65338813C3F2BA670691EABC73EC8B53968BFC38B99 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-23 diff --git a/manifests/c/calibre/calibre/portable/7.17.0.0/calibre.calibre.portable.locale.en-US.yaml b/manifests/c/calibre/calibre/portable/7.17.0.0/calibre.calibre.portable.locale.en-US.yaml new file mode 100644 index 0000000000000..9f5c582443d0b --- /dev/null +++ b/manifests/c/calibre/calibre/portable/7.17.0.0/calibre.calibre.portable.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: calibre.calibre.portable +PackageVersion: 7.17.0.0 +PackageLocale: en-US +Publisher: calibre-ebook.com +PublisherUrl: https://github.com/kovidgoyal/calibre +PublisherSupportUrl: https://calibre-ebook.com/help +Author: Kovid Goyal +PackageName: calibre portable +PackageUrl: https://github.com/kovidgoyal/calibre +License: GPL-3.0 +LicenseUrl: https://github.com/kovidgoyal/calibre/raw/master/LICENSE +CopyrightUrl: https://github.com/kovidgoyal/calibre/blob/master/LICENSE +ShortDescription: Portable version of Calibre, a powerful and easy to use e-book manager +Description: |- + Calibre is an e-book manager. + It can view, convert, edit and catalog e-books in all of the major e-book formats. + It can also talk to e-book reader devices. + It can go out to the internet and fetch metadata for your books. + It can download newspapers and convert them into e-books for convenient reading. + It is cross platform, running on Linux, Windows and macOS. +Moniker: calibre-portable +Tags: +- calibre +- ebook +- epub +- kindle +- kobo +- library +- mobi +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/portable/7.17.0.0/calibre.calibre.portable.yaml b/manifests/c/calibre/calibre/portable/7.17.0.0/calibre.calibre.portable.yaml new file mode 100644 index 0000000000000..1ed5f0c710b32 --- /dev/null +++ b/manifests/c/calibre/calibre/portable/7.17.0.0/calibre.calibre.portable.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: calibre.calibre.portable +PackageVersion: 7.17.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/portable/7.18.0.0/calibre.calibre.portable.installer.yaml b/manifests/c/calibre/calibre/portable/7.18.0.0/calibre.calibre.portable.installer.yaml new file mode 100644 index 0000000000000..2c1cdce6183c7 --- /dev/null +++ b/manifests/c/calibre/calibre/portable/7.18.0.0/calibre.calibre.portable.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: calibre.calibre.portable +PackageVersion: 7.18.0.0 +InstallerLocale: en-US +InstallerType: exe +Scope: user +InstallerSwitches: + Silent: /CalibrePortable/ + SilentWithProgress: /CalibrePortable/ + Custom: "" +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kovidgoyal/calibre/releases/download/v7.18.0/calibre-portable-installer-7.18.0.exe + InstallerSha256: CC666989C1A4F569375B95E2FF3D0F43009992F4A3C4536C3EE8BE6241D276FF +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-13 diff --git a/manifests/c/calibre/calibre/portable/7.18.0.0/calibre.calibre.portable.locale.en-US.yaml b/manifests/c/calibre/calibre/portable/7.18.0.0/calibre.calibre.portable.locale.en-US.yaml new file mode 100644 index 0000000000000..bc985f3f93e86 --- /dev/null +++ b/manifests/c/calibre/calibre/portable/7.18.0.0/calibre.calibre.portable.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: calibre.calibre.portable +PackageVersion: 7.18.0.0 +PackageLocale: en-US +Publisher: calibre-ebook.com +PublisherUrl: https://github.com/kovidgoyal/calibre +PublisherSupportUrl: https://calibre-ebook.com/help +Author: Kovid Goyal +PackageName: calibre portable +PackageUrl: https://github.com/kovidgoyal/calibre +License: GPL-3.0 +LicenseUrl: https://github.com/kovidgoyal/calibre/raw/master/LICENSE +CopyrightUrl: https://github.com/kovidgoyal/calibre/blob/master/LICENSE +ShortDescription: Portable version of Calibre, a powerful and easy to use e-book manager +Description: |- + Calibre is an e-book manager. + It can view, convert, edit and catalog e-books in all of the major e-book formats. + It can also talk to e-book reader devices. + It can go out to the internet and fetch metadata for your books. + It can download newspapers and convert them into e-books for convenient reading. + It is cross platform, running on Linux, Windows and macOS. +Moniker: calibre-portable +Tags: +- calibre +- ebook +- epub +- kindle +- kobo +- library +- mobi +ReleaseNotesUrl: https://github.com/kovidgoyal/calibre/releases/tag/v7.18.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/portable/7.18.0.0/calibre.calibre.portable.yaml b/manifests/c/calibre/calibre/portable/7.18.0.0/calibre.calibre.portable.yaml new file mode 100644 index 0000000000000..71e5f3209932e --- /dev/null +++ b/manifests/c/calibre/calibre/portable/7.18.0.0/calibre.calibre.portable.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: calibre.calibre.portable +PackageVersion: 7.18.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/portable/7.9.0.0/calibre.calibre.portable.installer.yaml b/manifests/c/calibre/calibre/portable/7.9.0.0/calibre.calibre.portable.installer.yaml deleted file mode 100644 index 2aec94118e37c..0000000000000 --- a/manifests/c/calibre/calibre/portable/7.9.0.0/calibre.calibre.portable.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: calibre.calibre.portable -PackageVersion: 7.9.0.0 -InstallerLocale: en-US -InstallerType: exe -Scope: user -InstallerSwitches: - Silent: /CalibrePortable/ - SilentWithProgress: /CalibrePortable/ - Custom: "" -UpgradeBehavior: uninstallPrevious -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/kovidgoyal/calibre/releases/download/v7.9.0/calibre-portable-installer-7.9.0.exe - InstallerSha256: 3BF6A4B2D270F922D47A26C53A1EBD8C3801BD510B44ACBC0014CC9266EF33F7 -ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-04-19 diff --git a/manifests/c/calibre/calibre/portable/7.9.0.0/calibre.calibre.portable.locale.en-US.yaml b/manifests/c/calibre/calibre/portable/7.9.0.0/calibre.calibre.portable.locale.en-US.yaml deleted file mode 100644 index 66e9fc648a8c3..0000000000000 --- a/manifests/c/calibre/calibre/portable/7.9.0.0/calibre.calibre.portable.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: calibre.calibre.portable -PackageVersion: 7.9.0.0 -PackageLocale: en-US -Publisher: calibre-ebook.com -PublisherUrl: https://github.com/kovidgoyal/calibre -PublisherSupportUrl: https://calibre-ebook.com/help -Author: Kovid Goyal -PackageName: calibre portable -PackageUrl: https://github.com/kovidgoyal/calibre -License: GPL-3.0 -LicenseUrl: https://github.com/kovidgoyal/calibre/raw/master/LICENSE -CopyrightUrl: https://github.com/kovidgoyal/calibre/blob/master/LICENSE -ShortDescription: Portable version of Calibre, a powerful and easy to use e-book manager -Description: |- - Calibre is an e-book manager. - It can view, convert, edit and catalog e-books in all of the major e-book formats. - It can also talk to e-book reader devices. - It can go out to the internet and fetch metadata for your books. - It can download newspapers and convert them into e-books for convenient reading. - It is cross platform, running on Linux, Windows and macOS. -Moniker: calibre-portable -Tags: -- calibre -- ebook -- epub -- kindle -- kobo -- library -- mobi -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/c/calibre/calibre/portable/7.9.0.0/calibre.calibre.portable.yaml b/manifests/c/calibre/calibre/portable/7.9.0.0/calibre.calibre.portable.yaml deleted file mode 100644 index c89935d34047c..0000000000000 --- a/manifests/c/calibre/calibre/portable/7.9.0.0/calibre.calibre.portable.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: calibre.calibre.portable -PackageVersion: 7.9.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/cantino/mcfly/0.9.1/cantino.mcfly.installer.yaml b/manifests/c/cantino/mcfly/0.9.1/cantino.mcfly.installer.yaml new file mode 100644 index 0000000000000..9b9a57142113a --- /dev/null +++ b/manifests/c/cantino/mcfly/0.9.1/cantino.mcfly.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: cantino.mcfly +PackageVersion: 0.9.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mcfly.exe + PortableCommandAlias: mcfly +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cantino/mcfly/releases/download/v0.9.1/mcfly-v0.9.1-x86_64-pc-windows-msvc.zip + InstallerSha256: 525583D8C6C3BD33EADA02AABE13F706BCA3A529225E07D9ACC6796122E3204A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/cantino/mcfly/0.9.1/cantino.mcfly.locale.en-US.yaml b/manifests/c/cantino/mcfly/0.9.1/cantino.mcfly.locale.en-US.yaml new file mode 100644 index 0000000000000..71d26bdb5b316 --- /dev/null +++ b/manifests/c/cantino/mcfly/0.9.1/cantino.mcfly.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: cantino.mcfly +PackageVersion: 0.9.1 +PackageLocale: en-US +Publisher: cantino +PackageName: mcfly +License: MIT License +ShortDescription: Fly through your shell history. Great Scott! +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/cantino/mcfly/0.9.1/cantino.mcfly.yaml b/manifests/c/cantino/mcfly/0.9.1/cantino.mcfly.yaml new file mode 100644 index 0000000000000..c44e143b15968 --- /dev/null +++ b/manifests/c/cantino/mcfly/0.9.1/cantino.mcfly.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: cantino.mcfly +PackageVersion: 0.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.0.1/caoyue.WindowResizer.installer.yaml b/manifests/c/caoyue/WindowResizer/1.0.1/caoyue.WindowResizer.installer.yaml new file mode 100644 index 0000000000000..79bed00cf8653 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.0.1/caoyue.WindowResizer.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.0.1 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/caoyue/WindowResizer/releases/download/1.0.1/WindowResizer-1.0.1.exe + InstallerSha256: 118B70498D3B28C5F20BEECAE34A12CCD07DB47B520275E80D49EF203EDCD878 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2021-12-30 diff --git a/manifests/c/caoyue/WindowResizer/1.0.1/caoyue.WindowResizer.locale.en-US.yaml b/manifests/c/caoyue/WindowResizer/1.0.1/caoyue.WindowResizer.locale.en-US.yaml new file mode 100644 index 0000000000000..1772f8fb837e1 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.0.1/caoyue.WindowResizer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.0.1 +PackageLocale: en-US +Publisher: caoyue +PublisherUrl: https://github.com/caoyue +PublisherSupportUrl: https://github.com/caoyue/WindowResizer/issues +PackageName: WindowResizer +PackageUrl: https://github.com/caoyue/WindowResizer +License: MIT License +LicenseUrl: https://github.com/caoyue/WindowResizer/blob/master/LICENSE +Copyright: Copyright © 2021 caoyue +ShortDescription: Save and restore your window size and position with a hotkeys. +Description: WindowResizer is a simple tool that gives you a way to use hotkeys to quickly save and restore different window positions and sizes. +Tags: +- desktop +- keyboard-shortcuts +- windows +ReleaseNotesUrl: https://github.com/caoyue/WindowResizer/releases/tag/1.0.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/caoyue/WindowResizer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.0.1/caoyue.WindowResizer.yaml b/manifests/c/caoyue/WindowResizer/1.0.1/caoyue.WindowResizer.yaml new file mode 100644 index 0000000000000..149345edf1367 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.0.1/caoyue.WindowResizer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.0.2/caoyue.WindowResizer.installer.yaml b/manifests/c/caoyue/WindowResizer/1.0.2/caoyue.WindowResizer.installer.yaml new file mode 100644 index 0000000000000..2842dd9cfa1be --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.0.2/caoyue.WindowResizer.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.0.2 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/caoyue/WindowResizer/releases/download/1.0.2/WindowResizer-1.0.2.exe + InstallerSha256: DD9D16EBBFFB6B019DCEECB3DC6D5A5626E4902576AE5087745E416BC0CA59E0 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2021-12-30 diff --git a/manifests/c/caoyue/WindowResizer/1.0.2/caoyue.WindowResizer.locale.en-US.yaml b/manifests/c/caoyue/WindowResizer/1.0.2/caoyue.WindowResizer.locale.en-US.yaml new file mode 100644 index 0000000000000..5667f1b3192ea --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.0.2/caoyue.WindowResizer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.0.2 +PackageLocale: en-US +Publisher: caoyue +PublisherUrl: https://github.com/caoyue +PublisherSupportUrl: https://github.com/caoyue/WindowResizer/issues +PackageName: WindowResizer +PackageUrl: https://github.com/caoyue/WindowResizer +License: MIT License +LicenseUrl: https://github.com/caoyue/WindowResizer/blob/master/LICENSE +Copyright: Copyright © 2021 caoyue +ShortDescription: Save and restore your window size and position with a hotkeys. +Description: WindowResizer is a simple tool that gives you a way to use hotkeys to quickly save and restore different window positions and sizes. +Tags: +- desktop +- keyboard-shortcuts +- windows +ReleaseNotesUrl: https://github.com/caoyue/WindowResizer/releases/tag/1.0.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/caoyue/WindowResizer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.0.2/caoyue.WindowResizer.yaml b/manifests/c/caoyue/WindowResizer/1.0.2/caoyue.WindowResizer.yaml new file mode 100644 index 0000000000000..2bf41e3e11825 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.0.2/caoyue.WindowResizer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.1.0/caoyue.WindowResizer.installer.yaml b/manifests/c/caoyue/WindowResizer/1.1.0/caoyue.WindowResizer.installer.yaml new file mode 100644 index 0000000000000..79cbe1c763a13 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.1.0/caoyue.WindowResizer.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.1.0 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/caoyue/WindowResizer/releases/download/1.1.0/WindowResizer-1.1.0.exe + InstallerSha256: FDA89CD88DCC742A9A75625B628524AD830E2BE96BE51211A50D3253BD04D2E7 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2022-08-28 diff --git a/manifests/c/caoyue/WindowResizer/1.1.0/caoyue.WindowResizer.locale.en-US.yaml b/manifests/c/caoyue/WindowResizer/1.1.0/caoyue.WindowResizer.locale.en-US.yaml new file mode 100644 index 0000000000000..f70cccb6588a1 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.1.0/caoyue.WindowResizer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: caoyue +PublisherUrl: https://github.com/caoyue +PublisherSupportUrl: https://github.com/caoyue/WindowResizer/issues +PackageName: WindowResizer +PackageUrl: https://github.com/caoyue/WindowResizer +License: MIT License +LicenseUrl: https://github.com/caoyue/WindowResizer/blob/master/LICENSE +Copyright: Copyright © 2022 caoyue +ShortDescription: Save and restore your window size and position with a hotkeys. +Description: WindowResizer is a simple tool that gives you a way to use hotkeys to quickly save and restore different window positions and sizes. +Tags: +- desktop +- keyboard-shortcuts +- windows +ReleaseNotesUrl: https://github.com/caoyue/WindowResizer/releases/tag/1.1.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/caoyue/WindowResizer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.1.0/caoyue.WindowResizer.yaml b/manifests/c/caoyue/WindowResizer/1.1.0/caoyue.WindowResizer.yaml new file mode 100644 index 0000000000000..b2648f3271c87 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.1.0/caoyue.WindowResizer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.1.1/caoyue.WindowResizer.installer.yaml b/manifests/c/caoyue/WindowResizer/1.1.1/caoyue.WindowResizer.installer.yaml new file mode 100644 index 0000000000000..78a77ba09f374 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.1.1/caoyue.WindowResizer.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.1.1 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/caoyue/WindowResizer/releases/download/1.1.1/WindowResizer-1.1.1.exe + InstallerSha256: 44444D0EA1DB1A50B5C916569E54AF77CF5FA937137B2305D677DC2A2C4C6C74 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2022-08-28 diff --git a/manifests/c/caoyue/WindowResizer/1.1.1/caoyue.WindowResizer.locale.en-US.yaml b/manifests/c/caoyue/WindowResizer/1.1.1/caoyue.WindowResizer.locale.en-US.yaml new file mode 100644 index 0000000000000..c012fcf5dd94f --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.1.1/caoyue.WindowResizer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.1.1 +PackageLocale: en-US +Publisher: caoyue +PublisherUrl: https://github.com/caoyue +PublisherSupportUrl: https://github.com/caoyue/WindowResizer/issues +PackageName: WindowResizer +PackageUrl: https://github.com/caoyue/WindowResizer +License: MIT License +LicenseUrl: https://github.com/caoyue/WindowResizer/blob/master/LICENSE +Copyright: Copyright © 2022 caoyue +ShortDescription: Save and restore your window size and position with a hotkeys. +Description: WindowResizer is a simple tool that gives you a way to use hotkeys to quickly save and restore different window positions and sizes. +Tags: +- desktop +- keyboard-shortcuts +- windows +ReleaseNotesUrl: https://github.com/caoyue/WindowResizer/releases/tag/1.1.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/caoyue/WindowResizer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.1.1/caoyue.WindowResizer.yaml b/manifests/c/caoyue/WindowResizer/1.1.1/caoyue.WindowResizer.yaml new file mode 100644 index 0000000000000..6b90ad7fc050e --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.1.1/caoyue.WindowResizer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.2.0/caoyue.WindowResizer.installer.yaml b/manifests/c/caoyue/WindowResizer/1.2.0/caoyue.WindowResizer.installer.yaml new file mode 100644 index 0000000000000..16c3a2a4525b9 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.2.0/caoyue.WindowResizer.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.2.0 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/caoyue/WindowResizer/releases/download/1.2.0/WindowResizer-1.2.0.exe + InstallerSha256: 18A33A72A89587C92B36DD6AAF763DDF09291D6905AD6D938BB9DEC4D62CA6FC +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2022-09-19 diff --git a/manifests/c/caoyue/WindowResizer/1.2.0/caoyue.WindowResizer.locale.en-US.yaml b/manifests/c/caoyue/WindowResizer/1.2.0/caoyue.WindowResizer.locale.en-US.yaml new file mode 100644 index 0000000000000..0cd7eb5ccaca3 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.2.0/caoyue.WindowResizer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: caoyue +PublisherUrl: https://github.com/caoyue +PublisherSupportUrl: https://github.com/caoyue/WindowResizer/issues +PackageName: WindowResizer +PackageUrl: https://github.com/caoyue/WindowResizer +License: MIT License +LicenseUrl: https://github.com/caoyue/WindowResizer/blob/master/LICENSE +Copyright: Copyright © 2022 caoyue +ShortDescription: Save and restore your window size and position with a hotkeys. +Description: WindowResizer is a simple tool that gives you a way to use hotkeys to quickly save and restore different window positions and sizes. +Tags: +- desktop +- keyboard-shortcuts +- windows +ReleaseNotesUrl: https://github.com/caoyue/WindowResizer/releases/tag/1.2.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/caoyue/WindowResizer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.2.0/caoyue.WindowResizer.yaml b/manifests/c/caoyue/WindowResizer/1.2.0/caoyue.WindowResizer.yaml new file mode 100644 index 0000000000000..a49c98c0a3e79 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.2.0/caoyue.WindowResizer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.3.0/caoyue.WindowResizer.installer.yaml b/manifests/c/caoyue/WindowResizer/1.3.0/caoyue.WindowResizer.installer.yaml new file mode 100644 index 0000000000000..28949060dce67 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.3.0/caoyue.WindowResizer.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.3.0 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/caoyue/WindowResizer/releases/download/1.3.0/WindowResizer-1.3.0.exe + InstallerSha256: 673E90577B47F0B6086F49D3892E353BEF75C27EA6359AD65F12E202DBEB45C9 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2022-11-19 diff --git a/manifests/c/caoyue/WindowResizer/1.3.0/caoyue.WindowResizer.locale.en-US.yaml b/manifests/c/caoyue/WindowResizer/1.3.0/caoyue.WindowResizer.locale.en-US.yaml new file mode 100644 index 0000000000000..b9967e6707da6 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.3.0/caoyue.WindowResizer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.3.0 +PackageLocale: en-US +Publisher: caoyue +PublisherUrl: https://github.com/caoyue +PublisherSupportUrl: https://github.com/caoyue/WindowResizer/issues +PackageName: WindowResizer +PackageUrl: https://github.com/caoyue/WindowResizer +License: MIT License +LicenseUrl: https://github.com/caoyue/WindowResizer/blob/master/LICENSE +Copyright: Copyright © 2022 caoyue +ShortDescription: Save and restore your window size and position with a hotkeys. +Description: WindowResizer is a simple tool that gives you a way to use hotkeys to quickly save and restore different window positions and sizes. +Tags: +- desktop +- keyboard-shortcuts +- windows +ReleaseNotesUrl: https://github.com/caoyue/WindowResizer/releases/tag/1.3.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/caoyue/WindowResizer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.3.0/caoyue.WindowResizer.yaml b/manifests/c/caoyue/WindowResizer/1.3.0/caoyue.WindowResizer.yaml new file mode 100644 index 0000000000000..f2b82ce4dbd24 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.3.0/caoyue.WindowResizer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.3.1/caoyue.WindowResizer.installer.yaml b/manifests/c/caoyue/WindowResizer/1.3.1/caoyue.WindowResizer.installer.yaml new file mode 100644 index 0000000000000..d601003f343e2 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.3.1/caoyue.WindowResizer.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.3.1 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/caoyue/WindowResizer/releases/download/1.3.1/WindowResizer-1.3.1.exe + InstallerSha256: EA630C4F6BAE61EE9D9DFC4DA21FA92C99C126573E581EC0C71805F24201EDFD +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2023-02-07 diff --git a/manifests/c/caoyue/WindowResizer/1.3.1/caoyue.WindowResizer.locale.en-US.yaml b/manifests/c/caoyue/WindowResizer/1.3.1/caoyue.WindowResizer.locale.en-US.yaml new file mode 100644 index 0000000000000..508dcbac65380 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.3.1/caoyue.WindowResizer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.3.1 +PackageLocale: en-US +Publisher: caoyue +PublisherUrl: https://github.com/caoyue +PublisherSupportUrl: https://github.com/caoyue/WindowResizer/issues +PackageName: WindowResizer +PackageUrl: https://github.com/caoyue/WindowResizer +License: MIT License +LicenseUrl: https://github.com/caoyue/WindowResizer/blob/master/LICENSE +Copyright: Copyright © 2023 caoyue +ShortDescription: Save and restore your window size and position with a hotkeys. +Description: WindowResizer is a simple tool that gives you a way to use hotkeys to quickly save and restore different window positions and sizes. +Tags: +- desktop +- keyboard-shortcuts +- windows +ReleaseNotesUrl: https://github.com/caoyue/WindowResizer/releases/tag/1.3.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/caoyue/WindowResizer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.3.1/caoyue.WindowResizer.yaml b/manifests/c/caoyue/WindowResizer/1.3.1/caoyue.WindowResizer.yaml new file mode 100644 index 0000000000000..66b3897253071 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.3.1/caoyue.WindowResizer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.3.3/caoyue.WindowResizer.installer.yaml b/manifests/c/caoyue/WindowResizer/1.3.3/caoyue.WindowResizer.installer.yaml new file mode 100644 index 0000000000000..f02a6e9619499 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.3.3/caoyue.WindowResizer.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.3.3 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/caoyue/WindowResizer/releases/download/1.3.3/WindowResizer-1.3.3.exe + InstallerSha256: C579A475BBEBB9180160E468EA7D80D6CC322D83CCB554BB43BD483DE3BA33E2 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2023-04-02 diff --git a/manifests/c/caoyue/WindowResizer/1.3.3/caoyue.WindowResizer.locale.en-US.yaml b/manifests/c/caoyue/WindowResizer/1.3.3/caoyue.WindowResizer.locale.en-US.yaml new file mode 100644 index 0000000000000..44d592693630c --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.3.3/caoyue.WindowResizer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.3.3 +PackageLocale: en-US +Publisher: caoyue +PublisherUrl: https://github.com/caoyue +PublisherSupportUrl: https://github.com/caoyue/WindowResizer/issues +PackageName: WindowResizer +PackageUrl: https://github.com/caoyue/WindowResizer +License: MIT License +LicenseUrl: https://github.com/caoyue/WindowResizer/blob/master/LICENSE +Copyright: Copyright © 2023 caoyue +ShortDescription: Save and restore your window size and position with a hotkeys. +Description: WindowResizer is a simple tool that gives you a way to use hotkeys to quickly save and restore different window positions and sizes. +Tags: +- desktop +- keyboard-shortcuts +- windows +ReleaseNotesUrl: https://github.com/caoyue/WindowResizer/releases/tag/1.3.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/caoyue/WindowResizer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.3.3/caoyue.WindowResizer.yaml b/manifests/c/caoyue/WindowResizer/1.3.3/caoyue.WindowResizer.yaml new file mode 100644 index 0000000000000..69ed1af4135fe --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.3.3/caoyue.WindowResizer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.3.4/caoyue.WindowResizer.installer.yaml b/manifests/c/caoyue/WindowResizer/1.3.4/caoyue.WindowResizer.installer.yaml new file mode 100644 index 0000000000000..a7cf21eef574d --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.3.4/caoyue.WindowResizer.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.3.4 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/caoyue/WindowResizer/releases/download/1.3.4/WindowResizer-1.3.4.exe + InstallerSha256: D9B60EFB5462AC74B630E701DD6F79E3C0D272E488E2B98D68B89F2CF0508FE1 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2023-12-18 diff --git a/manifests/c/caoyue/WindowResizer/1.3.4/caoyue.WindowResizer.locale.en-US.yaml b/manifests/c/caoyue/WindowResizer/1.3.4/caoyue.WindowResizer.locale.en-US.yaml new file mode 100644 index 0000000000000..6841db658dbe8 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.3.4/caoyue.WindowResizer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.3.4 +PackageLocale: en-US +Publisher: caoyue +PublisherUrl: https://github.com/caoyue +PublisherSupportUrl: https://github.com/caoyue/WindowResizer/issues +PackageName: WindowResizer +PackageUrl: https://github.com/caoyue/WindowResizer +License: MIT License +LicenseUrl: https://github.com/caoyue/WindowResizer/blob/master/LICENSE +Copyright: Copyright © 2023 caoyue +ShortDescription: Save and restore your window size and position with a hotkeys. +Description: WindowResizer is a simple tool that gives you a way to use hotkeys to quickly save and restore different window positions and sizes. +Tags: +- desktop +- keyboard-shortcuts +- windows +ReleaseNotesUrl: https://github.com/caoyue/WindowResizer/releases/tag/1.3.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/caoyue/WindowResizer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/caoyue/WindowResizer/1.3.4/caoyue.WindowResizer.yaml b/manifests/c/caoyue/WindowResizer/1.3.4/caoyue.WindowResizer.yaml new file mode 100644 index 0000000000000..3358649783a60 --- /dev/null +++ b/manifests/c/caoyue/WindowResizer/1.3.4/caoyue.WindowResizer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: caoyue.WindowResizer +PackageVersion: 1.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/cedric/view2er/1.0.0/cedric.view2er.installer.yaml b/manifests/c/cedric/view2er/1.0.0/cedric.view2er.installer.yaml new file mode 100644 index 0000000000000..e983354ec0d49 --- /dev/null +++ b/manifests/c/cedric/view2er/1.0.0/cedric.view2er.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: cedric.view2er +PackageVersion: 1.0.0 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ce-dric/pruebas-de-validacion/releases/download/1.0.0/installer.exe + InstallerSha256: 3A62D30CD3385DB7F57B3FACC21800B42FD392BAFB9141914F041A45CC4CAA44 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/cedric/view2er/1.0.0/cedric.view2er.locale.en-US.yaml b/manifests/c/cedric/view2er/1.0.0/cedric.view2er.locale.en-US.yaml new file mode 100644 index 0000000000000..78ecf1d1cb42a --- /dev/null +++ b/manifests/c/cedric/view2er/1.0.0/cedric.view2er.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: cedric.view2er +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: cedric +PackageName: view2er +License: MIT License +ShortDescription: compare 2 images side by side +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/cedric/view2er/1.0.0/cedric.view2er.yaml b/manifests/c/cedric/view2er/1.0.0/cedric.view2er.yaml new file mode 100644 index 0000000000000..e0cad80dec885 --- /dev/null +++ b/manifests/c/cedric/view2er/1.0.0/cedric.view2er.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: cedric.view2er +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/glow/2.0.0/charmbracelet.glow.installer.yaml b/manifests/c/charmbracelet/glow/2.0.0/charmbracelet.glow.installer.yaml new file mode 100644 index 0000000000000..15cd3644dea1d --- /dev/null +++ b/manifests/c/charmbracelet/glow/2.0.0/charmbracelet.glow.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.glow +PackageVersion: 2.0.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-23" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: glow_2.0.0_Windows_i386\glow.exe + PortableCommandAlias: glow + InstallerUrl: https://github.com/charmbracelet/glow/releases/download/v2.0.0/glow_2.0.0_Windows_i386.zip + InstallerSha256: 6910e2ef6f4a8d0ef97e4b8bf526bcc710bb3e573f05c0724b8ed792dae81afd + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: glow_2.0.0_Windows_x86_64\glow.exe + PortableCommandAlias: glow + InstallerUrl: https://github.com/charmbracelet/glow/releases/download/v2.0.0/glow_2.0.0_Windows_x86_64.zip + InstallerSha256: cdb2c65c57a4137097f2dfb5aa3af52364e3aeb26961a5ef84889f45ae1cc6c0 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/glow/2.0.0/charmbracelet.glow.locale.en-US.yaml b/manifests/c/charmbracelet/glow/2.0.0/charmbracelet.glow.locale.en-US.yaml new file mode 100644 index 0000000000000..adbe9c67f54f3 --- /dev/null +++ b/manifests/c/charmbracelet/glow/2.0.0/charmbracelet.glow.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.glow +PackageVersion: 2.0.0 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: glow +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: Render markdown on the CLI, with pizzazz! +Moniker: glow +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/glow/2.0.0/charmbracelet.glow.yaml b/manifests/c/charmbracelet/glow/2.0.0/charmbracelet.glow.yaml new file mode 100644 index 0000000000000..dad6bf19190cb --- /dev/null +++ b/manifests/c/charmbracelet/glow/2.0.0/charmbracelet.glow.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.glow +PackageVersion: 2.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/gum/0.14.2/charmbracelet.gum.installer.yaml b/manifests/c/charmbracelet/gum/0.14.2/charmbracelet.gum.installer.yaml new file mode 100644 index 0000000000000..23294515443a6 --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.14.2/charmbracelet.gum.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.14.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-24" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: gum_0.14.2_Windows_x86_64\gum.exe + PortableCommandAlias: gum + InstallerUrl: https://github.com/charmbracelet/gum/releases/download/v0.14.2/gum_0.14.2_Windows_x86_64.zip + InstallerSha256: 4149d1d07de1179be5c9f1719615d451ab0481025422af756c03ebeafdc016d3 + UpgradeBehavior: uninstallPrevious + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: gum_0.14.2_Windows_i386\gum.exe + PortableCommandAlias: gum + InstallerUrl: https://github.com/charmbracelet/gum/releases/download/v0.14.2/gum_0.14.2_Windows_i386.zip + InstallerSha256: 5db2feabc2ed461d9f26018a9b164c60ae3fb1170c093e371b4b5652ff36ecf4 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/gum/0.14.2/charmbracelet.gum.locale.en-US.yaml b/manifests/c/charmbracelet/gum/0.14.2/charmbracelet.gum.locale.en-US.yaml new file mode 100644 index 0000000000000..9d7f085162b34 --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.14.2/charmbracelet.gum.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.14.2 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: gum +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: A tool for glamorous shell scripts +Moniker: gum +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/gum/0.14.2/charmbracelet.gum.yaml b/manifests/c/charmbracelet/gum/0.14.2/charmbracelet.gum.yaml new file mode 100644 index 0000000000000..989012e38a123 --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.14.2/charmbracelet.gum.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.14.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/gum/0.14.3/charmbracelet.gum.installer.yaml b/manifests/c/charmbracelet/gum/0.14.3/charmbracelet.gum.installer.yaml new file mode 100644 index 0000000000000..68bd4ff5be39c --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.14.3/charmbracelet.gum.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.14.3 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-24" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: gum_0.14.3_Windows_x86_64\gum.exe + PortableCommandAlias: gum + InstallerUrl: https://github.com/charmbracelet/gum/releases/download/v0.14.3/gum_0.14.3_Windows_x86_64.zip + InstallerSha256: 447b4db5aa8867e8abde941d51a59c3a77e78abab76043f90cb676ab7b4f4bfd + UpgradeBehavior: uninstallPrevious + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: gum_0.14.3_Windows_i386\gum.exe + PortableCommandAlias: gum + InstallerUrl: https://github.com/charmbracelet/gum/releases/download/v0.14.3/gum_0.14.3_Windows_i386.zip + InstallerSha256: 8719d1daa19d344ebfd69b2c552ab2110ee7220f8dc550712cc22f49c14f206c + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/gum/0.14.3/charmbracelet.gum.locale.en-US.yaml b/manifests/c/charmbracelet/gum/0.14.3/charmbracelet.gum.locale.en-US.yaml new file mode 100644 index 0000000000000..73977d0984217 --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.14.3/charmbracelet.gum.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.14.3 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: gum +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: A tool for glamorous shell scripts +Moniker: gum +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/gum/0.14.3/charmbracelet.gum.yaml b/manifests/c/charmbracelet/gum/0.14.3/charmbracelet.gum.yaml new file mode 100644 index 0000000000000..f7eb3ac71cbd7 --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.14.3/charmbracelet.gum.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.14.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/gum/0.14.4/charmbracelet.gum.installer.yaml b/manifests/c/charmbracelet/gum/0.14.4/charmbracelet.gum.installer.yaml new file mode 100644 index 0000000000000..ffe042e66b4fd --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.14.4/charmbracelet.gum.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.14.4 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-23" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: gum_0.14.4_Windows_x86_64\gum.exe + PortableCommandAlias: gum + InstallerUrl: https://github.com/charmbracelet/gum/releases/download/v0.14.4/gum_0.14.4_Windows_x86_64.zip + InstallerSha256: 855ed13f823a0965d8468dac9f5e1e61cfc2c4b15176d818ae3874a99f4b3825 + UpgradeBehavior: uninstallPrevious + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: gum_0.14.4_Windows_i386\gum.exe + PortableCommandAlias: gum + InstallerUrl: https://github.com/charmbracelet/gum/releases/download/v0.14.4/gum_0.14.4_Windows_i386.zip + InstallerSha256: 21b1248f975ca5d8dcafe43e7c9b8b12268c4b679f4a0933b4796fe5dbe318f0 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/gum/0.14.4/charmbracelet.gum.locale.en-US.yaml b/manifests/c/charmbracelet/gum/0.14.4/charmbracelet.gum.locale.en-US.yaml new file mode 100644 index 0000000000000..3b7f46508906a --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.14.4/charmbracelet.gum.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.14.4 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: gum +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: A tool for glamorous shell scripts +Moniker: gum +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/gum/0.14.4/charmbracelet.gum.yaml b/manifests/c/charmbracelet/gum/0.14.4/charmbracelet.gum.yaml new file mode 100644 index 0000000000000..0b468f50c427c --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.14.4/charmbracelet.gum.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.14.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/gum/0.14.5/charmbracelet.gum.installer.yaml b/manifests/c/charmbracelet/gum/0.14.5/charmbracelet.gum.installer.yaml new file mode 100644 index 0000000000000..83d5490598591 --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.14.5/charmbracelet.gum.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.14.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-06" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: gum_0.14.5_Windows_i386\gum.exe + PortableCommandAlias: gum + InstallerUrl: https://github.com/charmbracelet/gum/releases/download/v0.14.5/gum_0.14.5_Windows_i386.zip + InstallerSha256: d2700897434aa745ea43886eb34146ebe820cf13e13fac9b95addf5736a4042a + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: gum_0.14.5_Windows_x86_64\gum.exe + PortableCommandAlias: gum + InstallerUrl: https://github.com/charmbracelet/gum/releases/download/v0.14.5/gum_0.14.5_Windows_x86_64.zip + InstallerSha256: d4f8b97b2b4d4e670b373141920a4897429d3f789ded54b32e1f7536634ede81 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/gum/0.14.5/charmbracelet.gum.locale.en-US.yaml b/manifests/c/charmbracelet/gum/0.14.5/charmbracelet.gum.locale.en-US.yaml new file mode 100644 index 0000000000000..11b0e105ec09e --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.14.5/charmbracelet.gum.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.14.5 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: gum +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: A tool for glamorous shell scripts +Moniker: gum +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/gum/0.14.5/charmbracelet.gum.yaml b/manifests/c/charmbracelet/gum/0.14.5/charmbracelet.gum.yaml new file mode 100644 index 0000000000000..a6a4386710ecd --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.14.5/charmbracelet.gum.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.14.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/markscribe/0.8.0/charmbracelet.markscribe.installer.yaml b/manifests/c/charmbracelet/markscribe/0.8.0/charmbracelet.markscribe.installer.yaml new file mode 100644 index 0000000000000..f011fcc77e0e5 --- /dev/null +++ b/manifests/c/charmbracelet/markscribe/0.8.0/charmbracelet.markscribe.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.markscribe +PackageVersion: 0.8.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-04" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: markscribe_0.8.0_Windows_x86_64\markscribe.exe + PortableCommandAlias: markscribe + InstallerUrl: https://github.com/charmbracelet/markscribe/releases/download/v0.8.0/markscribe_0.8.0_Windows_x86_64.zip + InstallerSha256: ef0503ddf81a914243698e373561d5fefd9d918d4ab19455bb699ca97a6d88d0 + UpgradeBehavior: uninstallPrevious + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: markscribe_0.8.0_Windows_i386\markscribe.exe + PortableCommandAlias: markscribe + InstallerUrl: https://github.com/charmbracelet/markscribe/releases/download/v0.8.0/markscribe_0.8.0_Windows_i386.zip + InstallerSha256: d70192134dd684095454a1545b6ace4149f06d529831be225f85629aefd183b4 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/markscribe/0.8.0/charmbracelet.markscribe.locale.en-US.yaml b/manifests/c/charmbracelet/markscribe/0.8.0/charmbracelet.markscribe.locale.en-US.yaml new file mode 100644 index 0000000000000..e2ed89281a560 --- /dev/null +++ b/manifests/c/charmbracelet/markscribe/0.8.0/charmbracelet.markscribe.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.markscribe +PackageVersion: 0.8.0 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: markscribe +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: Your personal markdown scribe with template-engine and Git(Hub) & RSS powers +Moniker: markscribe +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/markscribe/0.8.0/charmbracelet.markscribe.yaml b/manifests/c/charmbracelet/markscribe/0.8.0/charmbracelet.markscribe.yaml new file mode 100644 index 0000000000000..4aacdd57ff7c4 --- /dev/null +++ b/manifests/c/charmbracelet/markscribe/0.8.0/charmbracelet.markscribe.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.markscribe +PackageVersion: 0.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/markscribe/0.8.1/charmbracelet.markscribe.installer.yaml b/manifests/c/charmbracelet/markscribe/0.8.1/charmbracelet.markscribe.installer.yaml new file mode 100644 index 0000000000000..81a031ed5be1f --- /dev/null +++ b/manifests/c/charmbracelet/markscribe/0.8.1/charmbracelet.markscribe.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.markscribe +PackageVersion: 0.8.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-19" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: markscribe_0.8.1_Windows_i386\markscribe.exe + PortableCommandAlias: markscribe + InstallerUrl: https://github.com/charmbracelet/markscribe/releases/download/v0.8.1/markscribe_0.8.1_Windows_i386.zip + InstallerSha256: dc7f6c69a098c85cd7384b279e9b4b12af5e71797e9e952bd798ff8d4946cddc + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: markscribe_0.8.1_Windows_x86_64\markscribe.exe + PortableCommandAlias: markscribe + InstallerUrl: https://github.com/charmbracelet/markscribe/releases/download/v0.8.1/markscribe_0.8.1_Windows_x86_64.zip + InstallerSha256: 48f8280335fdd87e74e596e3d151c6fe8863524c35958282827dbcf2dd5223d8 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/markscribe/0.8.1/charmbracelet.markscribe.locale.en-US.yaml b/manifests/c/charmbracelet/markscribe/0.8.1/charmbracelet.markscribe.locale.en-US.yaml new file mode 100644 index 0000000000000..68ae654ee16db --- /dev/null +++ b/manifests/c/charmbracelet/markscribe/0.8.1/charmbracelet.markscribe.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.markscribe +PackageVersion: 0.8.1 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: markscribe +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: Your personal markdown scribe with template-engine and Git(Hub) & RSS powers +Moniker: markscribe +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/markscribe/0.8.1/charmbracelet.markscribe.yaml b/manifests/c/charmbracelet/markscribe/0.8.1/charmbracelet.markscribe.yaml new file mode 100644 index 0000000000000..b1101c6352a29 --- /dev/null +++ b/manifests/c/charmbracelet/markscribe/0.8.1/charmbracelet.markscribe.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.markscribe +PackageVersion: 0.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/melt/0.6.2/charmbracelet.melt.installer.yaml b/manifests/c/charmbracelet/melt/0.6.2/charmbracelet.melt.installer.yaml new file mode 100644 index 0000000000000..627805f8ca935 --- /dev/null +++ b/manifests/c/charmbracelet/melt/0.6.2/charmbracelet.melt.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.melt +PackageVersion: 0.6.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-15" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: melt_0.6.2_Windows_i386\melt.exe + PortableCommandAlias: melt + InstallerUrl: https://github.com/charmbracelet/melt/releases/download/v0.6.2/melt_0.6.2_Windows_i386.zip + InstallerSha256: 919e300c05be9190692d17e17891b7137ada65be1127b238d7016256fa53e27c + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: melt_0.6.2_Windows_x86_64\melt.exe + PortableCommandAlias: melt + InstallerUrl: https://github.com/charmbracelet/melt/releases/download/v0.6.2/melt_0.6.2_Windows_x86_64.zip + InstallerSha256: 26eeae944b9e50b1487fc2c7d86a6aaf57109346072d1574fcf2295fc9f4dd91 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/melt/0.6.2/charmbracelet.melt.locale.en-US.yaml b/manifests/c/charmbracelet/melt/0.6.2/charmbracelet.melt.locale.en-US.yaml new file mode 100644 index 0000000000000..690e6b43ba932 --- /dev/null +++ b/manifests/c/charmbracelet/melt/0.6.2/charmbracelet.melt.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.melt +PackageVersion: 0.6.2 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: melt +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: Backup and restore Ed25519 SSH keys with seed words +Moniker: melt +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/melt/0.6.2/charmbracelet.melt.yaml b/manifests/c/charmbracelet/melt/0.6.2/charmbracelet.melt.yaml new file mode 100644 index 0000000000000..5a0136c5a0cde --- /dev/null +++ b/manifests/c/charmbracelet/melt/0.6.2/charmbracelet.melt.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.melt +PackageVersion: 0.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/mods/1.5.0/charmbracelet.mods.installer.yaml b/manifests/c/charmbracelet/mods/1.5.0/charmbracelet.mods.installer.yaml new file mode 100644 index 0000000000000..ad72328a9f3e5 --- /dev/null +++ b/manifests/c/charmbracelet/mods/1.5.0/charmbracelet.mods.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.mods +PackageVersion: 1.5.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-30" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: mods_1.5.0_Windows_arm64\mods.exe + PortableCommandAlias: mods + InstallerUrl: https://github.com/charmbracelet/mods/releases/download/v1.5.0/mods_1.5.0_Windows_arm64.zip + InstallerSha256: 6e4c080b70f2fd582c4403ce7edf2c57e66607fbb88c92eb1fad44027f9503ef + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: mods_1.5.0_Windows_x86_64\mods.exe + PortableCommandAlias: mods + InstallerUrl: https://github.com/charmbracelet/mods/releases/download/v1.5.0/mods_1.5.0_Windows_x86_64.zip + InstallerSha256: ba82903c4bdac47b1ad7876fb9605b7f485dd716f334b8d2c581f7f0437a3bfc + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/mods/1.5.0/charmbracelet.mods.locale.en-US.yaml b/manifests/c/charmbracelet/mods/1.5.0/charmbracelet.mods.locale.en-US.yaml new file mode 100644 index 0000000000000..111476c50874a --- /dev/null +++ b/manifests/c/charmbracelet/mods/1.5.0/charmbracelet.mods.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.mods +PackageVersion: 1.5.0 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: mods +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: AI on the command line +Moniker: mods +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/mods/1.5.0/charmbracelet.mods.yaml b/manifests/c/charmbracelet/mods/1.5.0/charmbracelet.mods.yaml new file mode 100644 index 0000000000000..deac5002482f0 --- /dev/null +++ b/manifests/c/charmbracelet/mods/1.5.0/charmbracelet.mods.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.mods +PackageVersion: 1.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/mods/1.6.0/charmbracelet.mods.installer.yaml b/manifests/c/charmbracelet/mods/1.6.0/charmbracelet.mods.installer.yaml new file mode 100644 index 0000000000000..50e274c7c2961 --- /dev/null +++ b/manifests/c/charmbracelet/mods/1.6.0/charmbracelet.mods.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.mods +PackageVersion: 1.6.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-12" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: mods_1.6.0_Windows_arm64\mods.exe + PortableCommandAlias: mods + InstallerUrl: https://github.com/charmbracelet/mods/releases/download/v1.6.0/mods_1.6.0_Windows_arm64.zip + InstallerSha256: b32adc546ba93963a98e103ed37efd7d2667b3243acd85e9f45660945b191815 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: mods_1.6.0_Windows_x86_64\mods.exe + PortableCommandAlias: mods + InstallerUrl: https://github.com/charmbracelet/mods/releases/download/v1.6.0/mods_1.6.0_Windows_x86_64.zip + InstallerSha256: 5abceabd2460e7d3d94359c80a6a4f645a9c9e211365e33ddb2843754bd76f8a + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/mods/1.6.0/charmbracelet.mods.locale.en-US.yaml b/manifests/c/charmbracelet/mods/1.6.0/charmbracelet.mods.locale.en-US.yaml new file mode 100644 index 0000000000000..096c644dbd309 --- /dev/null +++ b/manifests/c/charmbracelet/mods/1.6.0/charmbracelet.mods.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.mods +PackageVersion: 1.6.0 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: mods +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: AI on the command line +Moniker: mods +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/mods/1.6.0/charmbracelet.mods.yaml b/manifests/c/charmbracelet/mods/1.6.0/charmbracelet.mods.yaml new file mode 100644 index 0000000000000..a37db104466f9 --- /dev/null +++ b/manifests/c/charmbracelet/mods/1.6.0/charmbracelet.mods.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.mods +PackageVersion: 1.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/skate/1.0.0/charmbracelet.skate.installer.yaml b/manifests/c/charmbracelet/skate/1.0.0/charmbracelet.skate.installer.yaml new file mode 100644 index 0000000000000..2cd11fdd45a97 --- /dev/null +++ b/manifests/c/charmbracelet/skate/1.0.0/charmbracelet.skate.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.skate +PackageVersion: 1.0.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-23" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: skate_1.0.0_Windows_i386\skate.exe + PortableCommandAlias: skate + InstallerUrl: https://github.com/charmbracelet/skate/releases/download/v1.0.0/skate_1.0.0_Windows_i386.zip + InstallerSha256: 839cbe3f326ae5e750ebd2db2ddbf6569e9cbd8e901f53af6b5b678be8ae10a0 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: skate_1.0.0_Windows_x86_64\skate.exe + PortableCommandAlias: skate + InstallerUrl: https://github.com/charmbracelet/skate/releases/download/v1.0.0/skate_1.0.0_Windows_x86_64.zip + InstallerSha256: c44f206e4d0a4b1e34f3843fce6e5c87bdff91f7e7cb15e4e2b5d3b695eda5c5 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/skate/1.0.0/charmbracelet.skate.locale.en-US.yaml b/manifests/c/charmbracelet/skate/1.0.0/charmbracelet.skate.locale.en-US.yaml new file mode 100644 index 0000000000000..57836c5f881e8 --- /dev/null +++ b/manifests/c/charmbracelet/skate/1.0.0/charmbracelet.skate.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.skate +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: skate +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: "A personal key value store \U0001F6FC" +Moniker: skate +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/skate/1.0.0/charmbracelet.skate.yaml b/manifests/c/charmbracelet/skate/1.0.0/charmbracelet.skate.yaml new file mode 100644 index 0000000000000..e764439850be3 --- /dev/null +++ b/manifests/c/charmbracelet/skate/1.0.0/charmbracelet.skate.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.skate +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/soft-serve/0.7.5/charmbracelet.soft-serve.installer.yaml b/manifests/c/charmbracelet/soft-serve/0.7.5/charmbracelet.soft-serve.installer.yaml new file mode 100644 index 0000000000000..9f49c1aa2b2b6 --- /dev/null +++ b/manifests/c/charmbracelet/soft-serve/0.7.5/charmbracelet.soft-serve.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.soft-serve +PackageVersion: 0.7.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-31" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: soft-serve_0.7.5_Windows_x86_64\soft.exe + PortableCommandAlias: soft + InstallerUrl: https://github.com/charmbracelet/soft-serve/releases/download/v0.7.5/soft-serve_0.7.5_Windows_x86_64.zip + InstallerSha256: bada8797f6a065fdbee2fe69e617083952aaa2b63a2a528055f73f7f90f8cd23 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/soft-serve/0.7.5/charmbracelet.soft-serve.locale.en-US.yaml b/manifests/c/charmbracelet/soft-serve/0.7.5/charmbracelet.soft-serve.locale.en-US.yaml new file mode 100644 index 0000000000000..c841e49ac36fd --- /dev/null +++ b/manifests/c/charmbracelet/soft-serve/0.7.5/charmbracelet.soft-serve.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.soft-serve +PackageVersion: 0.7.5 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: soft-serve +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: "A tasty, self-hostable Git server for the command line\U0001F366" +Moniker: soft-serve +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/soft-serve/0.7.5/charmbracelet.soft-serve.yaml b/manifests/c/charmbracelet/soft-serve/0.7.5/charmbracelet.soft-serve.yaml new file mode 100644 index 0000000000000..71f5d5a09d318 --- /dev/null +++ b/manifests/c/charmbracelet/soft-serve/0.7.5/charmbracelet.soft-serve.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.soft-serve +PackageVersion: 0.7.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/soft-serve/0.7.6/charmbracelet.soft-serve.installer.yaml b/manifests/c/charmbracelet/soft-serve/0.7.6/charmbracelet.soft-serve.installer.yaml new file mode 100644 index 0000000000000..a9d557b5f2fbe --- /dev/null +++ b/manifests/c/charmbracelet/soft-serve/0.7.6/charmbracelet.soft-serve.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.soft-serve +PackageVersion: 0.7.6 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-31" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: soft-serve_0.7.6_Windows_x86_64\soft.exe + PortableCommandAlias: soft + InstallerUrl: https://github.com/charmbracelet/soft-serve/releases/download/v0.7.6/soft-serve_0.7.6_Windows_x86_64.zip + InstallerSha256: a6fafa9b415c501b8c6bc5dd5fb511a57d30fff38a2773733b41acc965d07cbd + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/soft-serve/0.7.6/charmbracelet.soft-serve.locale.en-US.yaml b/manifests/c/charmbracelet/soft-serve/0.7.6/charmbracelet.soft-serve.locale.en-US.yaml new file mode 100644 index 0000000000000..c4b5a6016c0fd --- /dev/null +++ b/manifests/c/charmbracelet/soft-serve/0.7.6/charmbracelet.soft-serve.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.soft-serve +PackageVersion: 0.7.6 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: soft-serve +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: "A tasty, self-hostable Git server for the command line\U0001F366" +Moniker: soft-serve +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/soft-serve/0.7.6/charmbracelet.soft-serve.yaml b/manifests/c/charmbracelet/soft-serve/0.7.6/charmbracelet.soft-serve.yaml new file mode 100644 index 0000000000000..d08322d502ee9 --- /dev/null +++ b/manifests/c/charmbracelet/soft-serve/0.7.6/charmbracelet.soft-serve.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.soft-serve +PackageVersion: 0.7.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/vhs/0.8.0/charmbracelet.vhs.installer.yaml b/manifests/c/charmbracelet/vhs/0.8.0/charmbracelet.vhs.installer.yaml new file mode 100644 index 0000000000000..b35211ee21f8f --- /dev/null +++ b/manifests/c/charmbracelet/vhs/0.8.0/charmbracelet.vhs.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.vhs +PackageVersion: 0.8.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-06" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: vhs_0.8.0_Windows_i386\vhs.exe + PortableCommandAlias: vhs + InstallerUrl: https://github.com/charmbracelet/vhs/releases/download/v0.8.0/vhs_0.8.0_Windows_i386.zip + InstallerSha256: 1ad3f7ca28243461d4c72e32856849c265f580507a23dd405288677139ed55f1 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: vhs_0.8.0_Windows_x86_64\vhs.exe + PortableCommandAlias: vhs + InstallerUrl: https://github.com/charmbracelet/vhs/releases/download/v0.8.0/vhs_0.8.0_Windows_x86_64.zip + InstallerSha256: 857058e28ef37742ff939457f69eb6b337c4599bad84d95fccfe30c2de6c0b62 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/vhs/0.8.0/charmbracelet.vhs.locale.en-US.yaml b/manifests/c/charmbracelet/vhs/0.8.0/charmbracelet.vhs.locale.en-US.yaml new file mode 100644 index 0000000000000..135eb08d7d62d --- /dev/null +++ b/manifests/c/charmbracelet/vhs/0.8.0/charmbracelet.vhs.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.vhs +PackageVersion: 0.8.0 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: vhs +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: A tool for recording terminal GIFs +Moniker: vhs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/vhs/0.8.0/charmbracelet.vhs.yaml b/manifests/c/charmbracelet/vhs/0.8.0/charmbracelet.vhs.yaml new file mode 100644 index 0000000000000..8e3526c0201cc --- /dev/null +++ b/manifests/c/charmbracelet/vhs/0.8.0/charmbracelet.vhs.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.vhs +PackageVersion: 0.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/wishlist/0.15.0/charmbracelet.wishlist.installer.yaml b/manifests/c/charmbracelet/wishlist/0.15.0/charmbracelet.wishlist.installer.yaml new file mode 100644 index 0000000000000..7aeaa505b8912 --- /dev/null +++ b/manifests/c/charmbracelet/wishlist/0.15.0/charmbracelet.wishlist.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: charmbracelet.wishlist +PackageVersion: 0.15.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-07-25" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: wishlist_0.15.0_Windows_i386\wishlist.exe + PortableCommandAlias: wishlist + InstallerUrl: https://github.com/charmbracelet/wishlist/releases/download/v0.15.0/wishlist_0.15.0_Windows_i386.zip + InstallerSha256: c82445382233e760696bb96275c992ab0db6ccec748df36d6b4f43724eb56eb8 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: wishlist_0.15.0_Windows_x86_64\wishlist.exe + PortableCommandAlias: wishlist + InstallerUrl: https://github.com/charmbracelet/wishlist/releases/download/v0.15.0/wishlist_0.15.0_Windows_x86_64.zip + InstallerSha256: c89de7b54fa8881fe9ca275f0b16a119f03a06f7f1eac91a0e4732f8dbdfbedc + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/wishlist/0.15.0/charmbracelet.wishlist.locale.en-US.yaml b/manifests/c/charmbracelet/wishlist/0.15.0/charmbracelet.wishlist.locale.en-US.yaml new file mode 100644 index 0000000000000..fde80c44b547d --- /dev/null +++ b/manifests/c/charmbracelet/wishlist/0.15.0/charmbracelet.wishlist.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: charmbracelet.wishlist +PackageVersion: 0.15.0 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: wishlist +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: The SSH directory +Moniker: wishlist +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/charmbracelet/wishlist/0.15.0/charmbracelet.wishlist.yaml b/manifests/c/charmbracelet/wishlist/0.15.0/charmbracelet.wishlist.yaml new file mode 100644 index 0000000000000..9982c89e1d6b4 --- /dev/null +++ b/manifests/c/charmbracelet/wishlist/0.15.0/charmbracelet.wishlist.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: charmbracelet.wishlist +PackageVersion: 0.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/chenjia404/go-p2ptunnel/0.2.32/chenjia404.go-p2ptunnel.installer.yaml b/manifests/c/chenjia404/go-p2ptunnel/0.2.32/chenjia404.go-p2ptunnel.installer.yaml new file mode 100644 index 0000000000000..a7895e128b307 --- /dev/null +++ b/manifests/c/chenjia404/go-p2ptunnel/0.2.32/chenjia404.go-p2ptunnel.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: chenjia404.go-p2ptunnel +PackageVersion: 0.2.32 +InstallerType: zip +Commands: +- go-p2ptunnel +ReleaseDate: 2024-05-15 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: go-p2ptunnel.exe + PortableCommandAlias: go-p2ptunnel + InstallerUrl: https://github.com/chenjia404/go-p2ptunnel/releases/download/v0.2.32/go-p2ptunnel_0.2.32_windows_386.zip + InstallerSha256: ED2059D2ACD72EFFE8B5D9B754AE8E9B10E3A77F4EF81A3C767DE5EBCEF7425E +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: go-p2ptunnel.exe + PortableCommandAlias: go-p2ptunnel + InstallerUrl: https://github.com/chenjia404/go-p2ptunnel/releases/download/v0.2.32/go-p2ptunnel_0.2.32_windows_amd64.zip + InstallerSha256: DAF2594702733CB8974783943233CB3B2BEA0E6D2F8C89E806B8DCC8EBD53C5F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/chenjia404/go-p2ptunnel/0.2.32/chenjia404.go-p2ptunnel.locale.en-US.yaml b/manifests/c/chenjia404/go-p2ptunnel/0.2.32/chenjia404.go-p2ptunnel.locale.en-US.yaml new file mode 100644 index 0000000000000..86c769b5cd7e3 --- /dev/null +++ b/manifests/c/chenjia404/go-p2ptunnel/0.2.32/chenjia404.go-p2ptunnel.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: chenjia404.go-p2ptunnel +PackageVersion: 0.2.32 +PackageLocale: en-US +Publisher: Chen Jia +PublisherUrl: https://blog.chenjia.info/ +PublisherSupportUrl: https://github.com/chenjia404/go-p2ptunnel/issues +# PrivacyUrl: +Author: Chen Jia +PackageName: go-p2ptunnel +PackageUrl: https://github.com/chenjia404/go-p2ptunnel +License: MIT +LicenseUrl: https://github.com/chenjia404/go-p2ptunnel/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2024 chenjia404 +# CopyrightUrl: +ShortDescription: A P2P-based TCP intranet encrypted tunnel tool +Description: |- + Use libp2p to establish a TCP tunnel (does not support UDP). The underlying transmission can be implemented using QUIC, TCP, WebSocket, WebTransport. Use noise protocol to encrypt the transmission. Support NAT. Can be used in multi-layer combinations. + If there is no public network IP, you can use the node ID to connect. In some situations, directly specify the IP and communication protocol to connect. + The node private key is stored in .key files in the current directory, and the default file name is user.key. If it was deleted, a new node ID will be created automatically when the program is restarting. +# Moniker: +Tags: +- p2p +- tunnel +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/chenjia404/go-p2ptunnel/releases/tag/v0.2.32 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/chenjia404/go-p2ptunnel/0.2.32/chenjia404.go-p2ptunnel.locale.zh-CN.yaml b/manifests/c/chenjia404/go-p2ptunnel/0.2.32/chenjia404.go-p2ptunnel.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7370644290559 --- /dev/null +++ b/manifests/c/chenjia404/go-p2ptunnel/0.2.32/chenjia404.go-p2ptunnel.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: chenjia404.go-p2ptunnel +PackageVersion: 0.2.32 +PackageLocale: zh-CN +Publisher: Chen Jia +PublisherUrl: https://blog.chenjia.info/ +PublisherSupportUrl: https://github.com/chenjia404/go-p2ptunnel/issues +# PrivacyUrl: +Author: Chen Jia +PackageName: go-p2ptunnel +PackageUrl: https://github.com/chenjia404/go-p2ptunnel +License: MIT +LicenseUrl: https://github.com/chenjia404/go-p2ptunnel/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2024 chenjia404 +# CopyrightUrl: +ShortDescription: 基于 P2P 的 TCP 内网加密隧道工具 +Description: |- + 使用 libp2p 建立 TCP 隧道(不支持 UDP),底层传输可以使用 QUIC、TCP、WebSocket、WebTransport 实现,使用 noise 协议加密传输,自带 NAT,可以多层组合使用。 + 如果在没有公网 IP 的情况下,可以使用节点 ID 进行连接,如果有情况的直接指定 IP 和通讯协议进行连接。 + 节点私钥文件在当前目录下,文件名后缀是 .key,默认是 user.key,删除后重启程序就会自动创建新的节点 ID。 +# Moniker: +Tags: +- p2p +- 隧道 +ReleaseNotes: |- + Changelog + - bbb9886 0.2.32:支持 tls + - 2347fd2 Merge pull request #38 from chenjia404/renovate/github.com-libp2p-go-libp2p-0.x + - eff894e Merge pull request #39 from chenjia404/renovate/github.com-libp2p-go-libp2p-0.x + - a880546 Merge pull request #40 from chenjia404/renovate/github.com-multiformats-go-multiaddr-0.x + - 2ab9c2c Merge pull request #41 from chenjia404/renovate/github.com-libp2p-go-libp2p-0.x + - ab19e6c Merge pull request #42 from chenjia404/renovate/go-1.x + - 9053337 Merge pull request #43 from chenjia404/renovate/go-1.x + - 50f76c1 Merge remote-tracking branch 'origin/master' + - 6a7b047 Update dependency go to v1.22.2 + - c4a57a0 Update dependency go to v1.22.3 + - d65e398 Update module github.com/libp2p/go-libp2p to v0.33.0 + - 72e8cbb Update module github.com/libp2p/go-libp2p to v0.33.1 + - f572eda Update module github.com/libp2p/go-libp2p to v0.33.2 + - 12c924c Update module github.com/multiformats/go-multiaddr to v0.12.3 + - 0c11387 更新依赖 +ReleaseNotesUrl: https://github.com/chenjia404/go-p2ptunnel/releases/tag/v0.2.32 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/c/chenjia404/go-p2ptunnel/0.2.32/chenjia404.go-p2ptunnel.yaml b/manifests/c/chenjia404/go-p2ptunnel/0.2.32/chenjia404.go-p2ptunnel.yaml new file mode 100644 index 0000000000000..ba72c1a6c65fd --- /dev/null +++ b/manifests/c/chenjia404/go-p2ptunnel/0.2.32/chenjia404.go-p2ptunnel.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: chenjia404.go-p2ptunnel +PackageVersion: 0.2.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/chrisant996/Clink/1.6.18/chrisant996.Clink.installer.yaml b/manifests/c/chrisant996/Clink/1.6.18/chrisant996.Clink.installer.yaml new file mode 100644 index 0000000000000..e2083f2d6c307 --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.6.18/chrisant996.Clink.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.6.18 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: clink_chrisant996 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/chrisant996/clink/releases/download/v1.6.18/clink.1.6.18.80e2a3_setup.exe + InstallerSha256: DFE429389F262A267F9FE3A3130EDA79ECDC4768C9C95FD62A3CCA3F83CBF72D +- Architecture: x64 + InstallerUrl: https://github.com/chrisant996/clink/releases/download/v1.6.18/clink.1.6.18.80e2a3_setup.exe + InstallerSha256: DFE429389F262A267F9FE3A3130EDA79ECDC4768C9C95FD62A3CCA3F83CBF72D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/chrisant996/Clink/1.6.18/chrisant996.Clink.locale.en-US.yaml b/manifests/c/chrisant996/Clink/1.6.18/chrisant996.Clink.locale.en-US.yaml new file mode 100644 index 0000000000000..d939d7f4ec1e6 --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.6.18/chrisant996.Clink.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.6.18 +PackageLocale: en-US +Publisher: Christopher Antos +PublisherUrl: https://github.com/chrisant996/ +PublisherSupportUrl: https://github.com/chrisant996/clink/issues +Author: Chris Antos +PackageName: Clink +PackageUrl: https://chrisant996.github.io/clink/ +License: GPL-3.0 +LicenseUrl: https://github.com/chrisant996/clink/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/chrisant996/clink/master/LICENSE +ShortDescription: Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. +Description: Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. Readline is best known for its use in the well-known Unix shell Bash, the standard shell for Mac OS X and many Linux distributions. +Tags: +- cmd +- command-line +- readline +- shell +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/chrisant996/Clink/1.6.18/chrisant996.Clink.yaml b/manifests/c/chrisant996/Clink/1.6.18/chrisant996.Clink.yaml new file mode 100644 index 0000000000000..045328918bc9e --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.6.18/chrisant996.Clink.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.6.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/chrisant996/Clink/1.6.20/chrisant996.Clink.installer.yaml b/manifests/c/chrisant996/Clink/1.6.20/chrisant996.Clink.installer.yaml new file mode 100644 index 0000000000000..dfe2fd02bf98d --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.6.20/chrisant996.Clink.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.6.20 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: clink_chrisant996 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/chrisant996/clink/releases/download/v1.6.20/clink.1.6.20.00f214_setup.exe + InstallerSha256: 342F2DBDE38D18CD6EFE869063522D976F7DE12E2D76E0A0C24016EBF70EA4FC +- Architecture: x64 + InstallerUrl: https://github.com/chrisant996/clink/releases/download/v1.6.20/clink.1.6.20.00f214_setup.exe + InstallerSha256: 342F2DBDE38D18CD6EFE869063522D976F7DE12E2D76E0A0C24016EBF70EA4FC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/chrisant996/Clink/1.6.20/chrisant996.Clink.locale.en-US.yaml b/manifests/c/chrisant996/Clink/1.6.20/chrisant996.Clink.locale.en-US.yaml new file mode 100644 index 0000000000000..91db4ee7ee099 --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.6.20/chrisant996.Clink.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.6.20 +PackageLocale: en-US +Publisher: Christopher Antos +PublisherUrl: https://github.com/chrisant996/ +PublisherSupportUrl: https://github.com/chrisant996/clink/issues +Author: Chris Antos +PackageName: Clink +PackageUrl: https://chrisant996.github.io/clink/ +License: GPL-3.0 +LicenseUrl: https://github.com/chrisant996/clink/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/chrisant996/clink/master/LICENSE +ShortDescription: Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. +Description: Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. Readline is best known for its use in the well-known Unix shell Bash, the standard shell for Mac OS X and many Linux distributions. +Tags: +- cmd +- command-line +- readline +- shell +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/chrisant996/Clink/1.6.20/chrisant996.Clink.yaml b/manifests/c/chrisant996/Clink/1.6.20/chrisant996.Clink.yaml new file mode 100644 index 0000000000000..50a84d458677e --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.6.20/chrisant996.Clink.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.6.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/chrisant996/Clink/1.6.21/chrisant996.Clink.installer.yaml b/manifests/c/chrisant996/Clink/1.6.21/chrisant996.Clink.installer.yaml new file mode 100644 index 0000000000000..b8d8966d3cb9e --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.6.21/chrisant996.Clink.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.6.21 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: clink_chrisant996 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/chrisant996/clink/releases/download/v1.6.21/clink.1.6.21.f97375_setup.exe + InstallerSha256: 4EA2E624A975A6C9F59D3B02B35011142C006E671756368BF1E756C7AB723BE6 +- Architecture: x64 + InstallerUrl: https://github.com/chrisant996/clink/releases/download/v1.6.21/clink.1.6.21.f97375_setup.exe + InstallerSha256: 4EA2E624A975A6C9F59D3B02B35011142C006E671756368BF1E756C7AB723BE6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/chrisant996/Clink/1.6.21/chrisant996.Clink.locale.en-US.yaml b/manifests/c/chrisant996/Clink/1.6.21/chrisant996.Clink.locale.en-US.yaml new file mode 100644 index 0000000000000..7bbe82c51bb2e --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.6.21/chrisant996.Clink.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.6.21 +PackageLocale: en-US +Publisher: Christopher Antos +PublisherUrl: https://github.com/chrisant996/ +PublisherSupportUrl: https://github.com/chrisant996/clink/issues +Author: Chris Antos +PackageName: Clink +PackageUrl: https://chrisant996.github.io/clink/ +License: GPL-3.0 +LicenseUrl: https://github.com/chrisant996/clink/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/chrisant996/clink/master/LICENSE +ShortDescription: Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. +Description: Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. Readline is best known for its use in the well-known Unix shell Bash, the standard shell for Mac OS X and many Linux distributions. +Tags: +- cmd +- command-line +- readline +- shell +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/chrisant996/Clink/1.6.21/chrisant996.Clink.yaml b/manifests/c/chrisant996/Clink/1.6.21/chrisant996.Clink.yaml new file mode 100644 index 0000000000000..190d4c10954a0 --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.6.21/chrisant996.Clink.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.6.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/cinnyapp/cinny-desktop/4.0.3/cinnyapp.cinny-desktop.installer.yaml b/manifests/c/cinnyapp/cinny-desktop/4.0.3/cinnyapp.cinny-desktop.installer.yaml new file mode 100644 index 0000000000000..57cedca02efd0 --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.0.3/cinnyapp.cinny-desktop.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: cinnyapp.cinny-desktop +PackageVersion: 4.0.3 +InstallerLocale: en-US +InstallerType: wix +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cinnyapp/cinny-desktop/releases/download/v4.0.3/Cinny_desktop-x86_64.msi + InstallerSha256: D7FEAFF3DEB63B3E66916C414F2D4463DB2B2F3219978D8350C06DE94F9421DC + ProductCode: '{7DC61AA5-FBA5-4A87-8CF4-E6C92DF97B7E}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/cinnyapp/cinny-desktop/4.0.3/cinnyapp.cinny-desktop.locale.en-US.yaml b/manifests/c/cinnyapp/cinny-desktop/4.0.3/cinnyapp.cinny-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..8971fa7305685 --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.0.3/cinnyapp.cinny-desktop.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: cinnyapp.cinny-desktop +PackageVersion: 4.0.3 +PackageLocale: en-US +Publisher: Cinny +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Cinny desktop +# PackageUrl: +License: AGPL-3.0 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: Cinny is a matrix client focusing primarily on simple, elegant and secure interface. +# Description: +# Moniker: +# Tags: +ReleaseNotes: |- + What's Changed + - Universal build for MacOS and fix windows build by @kfiven in https://github.com/cinnyapp/cinny-desktop/pull/313 + - Undo system tray and single instance by @kfiven in https://github.com/cinnyapp/cinny-desktop/pull/312 + - enable hash router for desktop app by @ajbura in https://github.com/cinnyapp/cinny-desktop/pull/314 + - https://github.com/ajbura/cinny/releases/tag/v4.0.3 + Full Changelog: https://github.com/cinnyapp/cinny-desktop/compare/v4.0.1...v4.0.3 +ReleaseNotesUrl: https://github.com/cinnyapp/cinny-desktop/releases/tag/v4.0.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/cinnyapp/cinny-desktop/4.0.3/cinnyapp.cinny-desktop.yaml b/manifests/c/cinnyapp/cinny-desktop/4.0.3/cinnyapp.cinny-desktop.yaml new file mode 100644 index 0000000000000..44a719081de38 --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.0.3/cinnyapp.cinny-desktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: cinnyapp.cinny-desktop +PackageVersion: 4.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/cinnyapp/cinny-desktop/4.1.0/cinnyapp.cinny-desktop.installer.yaml b/manifests/c/cinnyapp/cinny-desktop/4.1.0/cinnyapp.cinny-desktop.installer.yaml new file mode 100644 index 0000000000000..0c87243d3390c --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.1.0/cinnyapp.cinny-desktop.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: cinnyapp.cinny-desktop +PackageVersion: 4.1.0 +InstallerLocale: en-US +InstallerType: wix +ReleaseDate: 2024-08-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cinnyapp/cinny-desktop/releases/download/v4.1.0/Cinny_desktop-x86_64.msi + InstallerSha256: 085B1D3B9C8872C42BDE5920AD9C822F8E7D4D950F9A120F3461F3663792DA0D + ProductCode: '{59F55699-C4A6-4B49-94F7-92BF55C3B2A3}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/cinnyapp/cinny-desktop/4.1.0/cinnyapp.cinny-desktop.locale.en-US.yaml b/manifests/c/cinnyapp/cinny-desktop/4.1.0/cinnyapp.cinny-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..4e797251f8477 --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.1.0/cinnyapp.cinny-desktop.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: cinnyapp.cinny-desktop +PackageVersion: 4.1.0 +PackageLocale: en-US +Publisher: Cinny +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Cinny desktop +# PackageUrl: +License: AGPL-3.0 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: Cinny is a matrix client focusing primarily on simple, elegant and secure interface. +# Description: +# Moniker: +# Tags: +ReleaseNotes: |- + What's Changed + - Remove outdated actions by @kfiven in https://github.com/cinnyapp/cinny-desktop/pull/317 + - Bump softprops/action-gh-release from 2.0.6 to 2.0.8 by @dependabot in https://github.com/cinnyapp/cinny-desktop/pull/310 + - Bump tauri from 1.6.8 to 1.7.1 in /src-tauri by @dependabot in https://github.com/cinnyapp/cinny-desktop/pull/307 + - Release v4.1.0 by @kfiven in https://github.com/cinnyapp/cinny-desktop/pull/328 + Full Changelog: https://github.com/cinnyapp/cinny-desktop/compare/v4.0.3...v4.1.0 +ReleaseNotesUrl: https://github.com/cinnyapp/cinny-desktop/releases/tag/v4.1.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/cinnyapp/cinny-desktop/4.1.0/cinnyapp.cinny-desktop.yaml b/manifests/c/cinnyapp/cinny-desktop/4.1.0/cinnyapp.cinny-desktop.yaml new file mode 100644 index 0000000000000..85469ac30892b --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.1.0/cinnyapp.cinny-desktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: cinnyapp.cinny-desktop +PackageVersion: 4.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/cinnyapp/cinny-desktop/4.2.0/cinnyapp.cinny-desktop.installer.yaml b/manifests/c/cinnyapp/cinny-desktop/4.2.0/cinnyapp.cinny-desktop.installer.yaml new file mode 100644 index 0000000000000..408f21ead828c --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.2.0/cinnyapp.cinny-desktop.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: cinnyapp.cinny-desktop +PackageVersion: 4.2.0 +InstallerLocale: en-US +InstallerType: wix +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cinnyapp/cinny-desktop/releases/download/v4.2.0/Cinny_desktop-x86_64.msi + InstallerSha256: BF2600621B004165D88A67CED670BFF9CD215D04057AA0242C80D51098C90DE4 + ProductCode: '{D73F281E-AC5D-4311-855A-5CA851924FAF}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/cinnyapp/cinny-desktop/4.2.0/cinnyapp.cinny-desktop.locale.en-US.yaml b/manifests/c/cinnyapp/cinny-desktop/4.2.0/cinnyapp.cinny-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..66d0c9d9b4130 --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.2.0/cinnyapp.cinny-desktop.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: cinnyapp.cinny-desktop +PackageVersion: 4.2.0 +PackageLocale: en-US +Publisher: Cinny +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Cinny desktop +# PackageUrl: +License: AGPL-3.0 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: Cinny is a matrix client focusing primarily on simple, elegant and secure interface. +# Description: +# Moniker: +# Tags: +ReleaseNotes: |- + What's Changed + - https://github.com/ajbura/cinny/releases/tag/v4.2.0 + Full Changelog: https://github.com/cinnyapp/cinny-desktop/compare/v4.1.0...v4.2.0 +ReleaseNotesUrl: https://github.com/cinnyapp/cinny-desktop/releases/tag/v4.2.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/cinnyapp/cinny-desktop/4.2.0/cinnyapp.cinny-desktop.yaml b/manifests/c/cinnyapp/cinny-desktop/4.2.0/cinnyapp.cinny-desktop.yaml new file mode 100644 index 0000000000000..470fff41c5b73 --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.2.0/cinnyapp.cinny-desktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: cinnyapp.cinny-desktop +PackageVersion: 4.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.installer.yaml b/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.installer.yaml new file mode 100644 index 0000000000000..47a801bce0a85 --- /dev/null +++ b/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ciromattia.KCC +PackageVersion: 6.2.0 +InstallerType: portable +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ciromattia/kcc/releases/download/v6.2.0/KCC_6.2.0.exe + InstallerSha256: 450CBC845F43544315E7B580D81085E106B541A6443B9802071987EF090FFC1A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.locale.en-US.yaml b/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.locale.en-US.yaml new file mode 100644 index 0000000000000..b0d96d885ac50 --- /dev/null +++ b/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ciromattia.KCC +PackageVersion: 6.2.0 +PackageLocale: en-US +Publisher: ciromattia +PublisherUrl: https://github.com/ciromattia +PackageName: Kindle Comic Converter +PackageUrl: https://github.com/ciromattia/kcc +License: ISC +LicenseUrl: https://github.com/ciromattia/kcc?tab=ISC-1-ov-file#readme +ShortDescription: Kindle Comic Converter is a Python app to convert comic/manga files or folders to EPUB, Panel View MOBI or E-Ink optimized CBZ. +Moniker: kcc +ReleaseNotesUrl: https://github.com/ciromattia/kcc/releases/tag/v6.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.yaml b/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.yaml new file mode 100644 index 0000000000000..8fd9217bb7aa8 --- /dev/null +++ b/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ciromattia.KCC +PackageVersion: 6.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/clouDr-f2e/rubick/0.0.12/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/0.0.12/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 40b9b2b097bdf..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/0.0.12/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 0.0.12 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v0.0.12/rubick2-Setup-0.0.12.exe - InstallerSha256: 627EB703E59D1A334BE174AA11AD35C527C735B7B522E166B90E5B69D194369A - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v0.0.12/rubick2-Setup-0.0.12.exe - InstallerSha256: 627EB703E59D1A334BE174AA11AD35C527C735B7B522E166B90E5B69D194369A - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/c/clouDr-f2e/rubick/0.0.12/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/0.0.12/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index a3f22c27eced9..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/0.0.12/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 0.0.12 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- vue -- toolbox -- toolkit -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/c/clouDr-f2e/rubick/0.0.12/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/0.0.12/clouDr-f2e.rubick.yaml deleted file mode 100644 index 03188b1dcd08a..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/0.0.12/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 0.0.12 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/c/clouDr-f2e/rubick/0.0.3-beta.6/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/0.0.3-beta.6/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 5bdc605ca0ae3..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/0.0.3-beta.6/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 0.0.3-beta.6 -Installers: -- Architecture: x64 - InstallerType: nullsoft - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v0.0.3-beta.6/rubick2-Setup-0.0.3-beta.6.exe - InstallerSha256: E0B23BDDED8031346B4B14EBC09208E2170D6635ADB124EFA4A7AA9C2B239788 -ManifestType: installer -ManifestVersion: 1.0.0 - diff --git a/manifests/c/clouDr-f2e/rubick/0.0.3-beta.6/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/0.0.3-beta.6/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 982f759a4e100..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/0.0.3-beta.6/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 0.0.3-beta.6 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- vue -- toolbox -- toolkit -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - diff --git a/manifests/c/clouDr-f2e/rubick/0.0.3-beta.6/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/0.0.3-beta.6/clouDr-f2e.rubick.yaml deleted file mode 100644 index 10ef9c97a0f24..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/0.0.3-beta.6/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 0.0.3-beta.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - diff --git a/manifests/c/clouDr-f2e/rubick/0.0.6/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/0.0.6/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 07c90c4a393ed..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/0.0.6/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 0.0.6 -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v0.0.6/rubick2-Setup-0.0.6.exe - InstallerSha256: D4C652E8DFC875296241F73A34D965B331C2DAE77AE245FDF2C69197FC64514C - InstallerSwitches: - Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v0.0.6/rubick2-Setup-0.0.6.exe - InstallerSha256: D4C652E8DFC875296241F73A34D965B331C2DAE77AE245FDF2C69197FC64514C - InstallerSwitches: - Custom: /ALLUSERS - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/c/clouDr-f2e/rubick/0.0.6/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/0.0.6/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index b62cc9e3565ec..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/0.0.6/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 0.0.6 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- vue -- toolbox -- toolkit -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/c/clouDr-f2e/rubick/0.0.6/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/0.0.6/clouDr-f2e.rubick.yaml deleted file mode 100644 index 6e1d209f52f0c..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/0.0.6/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 0.0.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.10/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.10/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 6a4acfea59b10..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.10/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.10 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.10/rubick2-Setup-2.0.1-beta.10.exe - InstallerSha256: A5A0DD41456B80C4339578DE2595045B2236CA695E4B1D520C62D88D6DD4B978 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.10/rubick2-Setup-2.0.1-beta.10.exe - InstallerSha256: A5A0DD41456B80C4339578DE2595045B2236CA695E4B1D520C62D88D6DD4B978 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.10/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.10/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index a19eb87127d47..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.10/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.10 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.10/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.10/clouDr-f2e.rubick.yaml deleted file mode 100644 index 399370badd13f..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.10/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.10 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.11/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.11/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 1a87db0211727..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.11/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.11 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.11/rubick2-Setup-2.0.1-beta.11.exe - InstallerSha256: EDB6B04A3BB7C88F589B3CE7E4DC202B5116C00D2E16D5F0E371B2850CC2364A - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.11/rubick2-Setup-2.0.1-beta.11.exe - InstallerSha256: EDB6B04A3BB7C88F589B3CE7E4DC202B5116C00D2E16D5F0E371B2850CC2364A - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.11/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.11/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 4d92a7795689d..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.11/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.11 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.11/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.11/clouDr-f2e.rubick.yaml deleted file mode 100644 index c063f41ebc041..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.11/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.11 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.12/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.12/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 1b0415de9f036..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.12/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.12 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.12/rubick2-Setup-2.0.1-beta.12.exe - InstallerSha256: BB8794D3520419C89BDAB2B67E19257D3C7FFF47DCDF6B6DD6FF535DEA604AD8 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.12/rubick2-Setup-2.0.1-beta.12.exe - InstallerSha256: BB8794D3520419C89BDAB2B67E19257D3C7FFF47DCDF6B6DD6FF535DEA604AD8 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.12/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.12/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 71bb5ec9656e2..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.12/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.12 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.12/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.12/clouDr-f2e.rubick.yaml deleted file mode 100644 index 3057209474607..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.12/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.12 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.13/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.13/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 3dac848d485c8..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.13/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.13 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.13/rubick2-Setup-2.0.1-beta.13.exe - InstallerSha256: 02D7BBBB7E1654D60693E2BF471BDBF5A8A059E00FF4AD95C3262C88F5DAD556 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.13/rubick2-Setup-2.0.1-beta.13.exe - InstallerSha256: 02D7BBBB7E1654D60693E2BF471BDBF5A8A059E00FF4AD95C3262C88F5DAD556 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.13/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.13/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index f39dc69b4b7ef..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.13/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.13 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.13/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.13/clouDr-f2e.rubick.yaml deleted file mode 100644 index 8ed012e527c15..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.13/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.13 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.15/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.15/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index ebc53fbe9aabe..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.15/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.15 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.15/rubick2-Setup-2.0.1-beta.15.exe - InstallerSha256: D7CF7A2444B99C92B747016F3C485337108FD79C35527B17D5F0A5727B65C175 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.15/rubick2-Setup-2.0.1-beta.15.exe - InstallerSha256: D7CF7A2444B99C92B747016F3C485337108FD79C35527B17D5F0A5727B65C175 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.15/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.15/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 650258153034f..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.15/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.15 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.15/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.15/clouDr-f2e.rubick.yaml deleted file mode 100644 index 811cbed932fa1..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.15/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.15 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.16/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.16/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index d03e0df54c560..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.16/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Automatically updated by the winget bot at 2022/Jan/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.16 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.16/rubick2-Setup-2.0.1-beta.16.exe - InstallerSha256: 32C9A9C5C797F34F584DEFE5DE5035C52D5033E3AAF93E452B3E89C6B35ED247 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.16/rubick2-Setup-2.0.1-beta.16.exe - InstallerSha256: 32C9A9C5C797F34F584DEFE5DE5035C52D5033E3AAF93E452B3E89C6B35ED247 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.16/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.16/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 7b526143351ba..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.16/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2022/Jan/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.16 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.16/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.16/clouDr-f2e.rubick.yaml deleted file mode 100644 index 4606eb9159545..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.16/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2022/Jan/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.16 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.17/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.17/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 02241f5ebcd99..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.17/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.17 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.17/rubick2-Setup-2.0.1-beta.17.exe - InstallerSha256: D18CC6AAE4453D2C3DE3681A3B65404BAF3AAC3E0117288521E49867B662B3B0 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.17/rubick2-Setup-2.0.1-beta.17.exe - InstallerSha256: D18CC6AAE4453D2C3DE3681A3B65404BAF3AAC3E0117288521E49867B662B3B0 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.17/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.17/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 38d0175baf720..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.17/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.17 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.17/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.17/clouDr-f2e.rubick.yaml deleted file mode 100644 index 9c34a823231f4..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.17/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.17 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.19/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.19/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 1dd5fdd7aea9f..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.19/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.19 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2022-02-14 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.19/rubick2-Setup-2.0.1-beta.19.exe - InstallerSha256: 3FA71866416599979994F6B86989C8D2EAD13ABFB014B0E7C5E463A6A5637A87 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.19/rubick2-Setup-2.0.1-beta.19.exe - InstallerSha256: 3FA71866416599979994F6B86989C8D2EAD13ABFB014B0E7C5E463A6A5637A87 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.19/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.19/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index d7ffb4c9cc71a..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.19/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.19 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.0.1-beta.19 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.19/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.19/clouDr-f2e.rubick.yaml deleted file mode 100644 index 334280d032cc3..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.19/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.19 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.8/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.8/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index dae4dd8b817e7..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.8/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.8 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.8/rubick2-Setup-2.0.1-beta.8.exe - InstallerSha256: 4112CC6F7401DC6E40F237BD3F132D86156F53C56F7A7B2B6A1B685BBDAD66C1 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.8/rubick2-Setup-2.0.1-beta.8.exe - InstallerSha256: 4112CC6F7401DC6E40F237BD3F132D86156F53C56F7A7B2B6A1B685BBDAD66C1 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.8/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.8/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 76e3630646bd0..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.8/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.8 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.8/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.8/clouDr-f2e.rubick.yaml deleted file mode 100644 index 29fc59886d786..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.8/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.9/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.9/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 868b58c396954..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.9/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.9 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.9/rubick2-Setup-2.0.1-beta.9.exe - InstallerSha256: A15F78C00BAF6FB9305893EFCC47B91E2DEADC9064A00BD0CAAF2BB1693D7413 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.1-beta.9/rubick2-Setup-2.0.1-beta.9.exe - InstallerSha256: A15F78C00BAF6FB9305893EFCC47B91E2DEADC9064A00BD0CAAF2BB1693D7413 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.9/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.9/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 31ec300b9c26c..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.9/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.9 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.9/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.1-beta.9/clouDr-f2e.rubick.yaml deleted file mode 100644 index 1edf466488e53..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.1-beta.9/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.1-beta.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.2/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.2/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 896165645e63a..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.2/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2022-02-18 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.2/rubick2-Setup-2.0.2.exe - InstallerSha256: E1C8870EFD99B3FA21A6E106D58F521A25652049208FCDBF240987E079786814 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.2/rubick2-Setup-2.0.2.exe - InstallerSha256: E1C8870EFD99B3FA21A6E106D58F521A25652049208FCDBF240987E079786814 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.2/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.2/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index c368bfd930fc2..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.2/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.2 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.0.2 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.2/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.2/clouDr-f2e.rubick.yaml deleted file mode 100644 index 168cdbdb64e7e..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.2/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.3-beta.3/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.3-beta.3/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index e7323ba710c3b..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.3-beta.3/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.3-beta.3 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2022-04-20 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.3-beta.3/rubick2-Setup-2.0.3-beta.3.exe - InstallerSha256: 3FEEE59A65F78CDB2D6322913893298238542B0A79C6F3406D254E79FC1FA33E - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.3-beta.3/rubick2-Setup-2.0.3-beta.3.exe - InstallerSha256: 3FEEE59A65F78CDB2D6322913893298238542B0A79C6F3406D254E79FC1FA33E - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.3-beta.3/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.3-beta.3/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index cfa09be880fcf..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.3-beta.3/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.3-beta.3 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.0.3-beta.3 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.3-beta.3/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.3-beta.3/clouDr-f2e.rubick.yaml deleted file mode 100644 index f86133c2e37bb..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.3-beta.3/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.3-beta.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.4-beta.1/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.4-beta.1/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 7d0ff2bb81694..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.4-beta.1/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.4-beta.1 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2022-05-31 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.4-beta.1/rubick2-Setup-2.0.4-beta.1.exe - InstallerSha256: 2FE6FD468BCCD7D1F9B96D793A9A1A327C701DE8E8A074AD54BDD97DD3F74992 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.4-beta.1/rubick2-Setup-2.0.4-beta.1.exe - InstallerSha256: 2FE6FD468BCCD7D1F9B96D793A9A1A327C701DE8E8A074AD54BDD97DD3F74992 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.4-beta.1/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.4-beta.1/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index acaf8f0c7c2ae..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.4-beta.1/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.4-beta.1 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.0.4-beta.1 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.4-beta.1/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.4-beta.1/clouDr-f2e.rubick.yaml deleted file mode 100644 index 2db3466120576..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.4-beta.1/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.4-beta.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.4-beta.3/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.4-beta.3/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 3dadf5fec4bfc..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.4-beta.3/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.4-beta.3 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2022-08-08 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.4-beta.3/rubick2-Setup-2.0.4-beta.3.exe - InstallerSha256: FA4FA2CFBCDA6DB8DD99274DC5532D4AA182ADE0D67ED9141D77E20AC4124987 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.4-beta.3/rubick2-Setup-2.0.4-beta.3.exe - InstallerSha256: FA4FA2CFBCDA6DB8DD99274DC5532D4AA182ADE0D67ED9141D77E20AC4124987 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.4-beta.3/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.4-beta.3/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 292b46bb7c5b3..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.4-beta.3/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.4-beta.3 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.0.4-beta.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.4-beta.3/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.4-beta.3/clouDr-f2e.rubick.yaml deleted file mode 100644 index 7f49f08f75aa1..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.4-beta.3/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.4-beta.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.4/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.4/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 877ae480b1f85..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.4/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.4 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2022-05-09 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.4/rubick2-Setup-2.0.4.exe - InstallerSha256: 9F80A8B958D441DD66F96E0DCDD3B92011988315C1456CC35F01F0518C219D30 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.4/rubick2-Setup-2.0.4.exe - InstallerSha256: 9F80A8B958D441DD66F96E0DCDD3B92011988315C1456CC35F01F0518C219D30 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.4/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.4/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index eec5192bec520..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.4/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.4 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.0.4 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.4/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.4/clouDr-f2e.rubick.yaml deleted file mode 100644 index 91a248fc4c5da..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.4/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.9/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.0.9/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 08bf4bbea66fc..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.9/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.9 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-03-22 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.9/rubick2-Setup-2.0.9.exe - InstallerSha256: A0C60E6FF3213587D07769DD0F17D463FC23183565B042A09A72EBFCADEFEECD - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.0.9/rubick2-Setup-2.0.9.exe - InstallerSha256: A0C60E6FF3213587D07769DD0F17D463FC23183565B042A09A72EBFCADEFEECD - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.9/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.0.9/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index a1261572ec494..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.9/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.9 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.0.9 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.0.9/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.0.9/clouDr-f2e.rubick.yaml deleted file mode 100644 index b9660a9b72d87..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.0.9/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.0.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.1.10/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.1.10/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index ac2e91207b7af..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.1.10/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.1.10 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-04-03 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.1.10/rubick2-Setup-2.1.10.exe - InstallerSha256: 2D5E080D0D5D713FCCE1A05A747D2A76815E0FF33BD3823B37EBD945587F68F4 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.1.10/rubick2-Setup-2.1.10.exe - InstallerSha256: 2D5E080D0D5D713FCCE1A05A747D2A76815E0FF33BD3823B37EBD945587F68F4 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.1.10/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.1.10/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 5a98d742d65ad..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.1.10/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.1.10 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.1.10 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.1.10/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.1.10/clouDr-f2e.rubick.yaml deleted file mode 100644 index a090c7c5e87cc..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.1.10/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.1.10 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.1.2/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.1.2/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 355c4ee38ab36..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.1.2/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.1.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-03-26 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.1.2/rubick2-Setup-2.1.2.exe - InstallerSha256: E579A07FEAD5F312566FC27926620C9C0EB7AE134387312EAA346F389540C890 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.1.2/rubick2-Setup-2.1.2.exe - InstallerSha256: E579A07FEAD5F312566FC27926620C9C0EB7AE134387312EAA346F389540C890 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.1.2/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.1.2/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index e272cd5ba1cb3..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.1.2/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.1.2 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.1.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.1.2/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.1.2/clouDr-f2e.rubick.yaml deleted file mode 100644 index 13242d4a23846..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.1.2/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.1.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.1.6/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.1.6/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 9ee7e69f130ee..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.1.6/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.1.6 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-03-29 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.1.6/rubick2-Setup-2.1.6.exe - InstallerSha256: 14B7AA42EB113488DC7220F76072935CF3CA81B5324A311B4D4B82A4BF0F05CC - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.1.6/rubick2-Setup-2.1.6.exe - InstallerSha256: 14B7AA42EB113488DC7220F76072935CF3CA81B5324A311B4D4B82A4BF0F05CC - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.1.6/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.1.6/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 0b0fbe346aebc..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.1.6/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.1.6 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.1.6 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.1.6/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.1.6/clouDr-f2e.rubick.yaml deleted file mode 100644 index 0c552d1e3f730..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.1.6/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.1.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.2.0/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.2.0/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 2423df6073120..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.2.0/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.2.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-04-04 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.2.0/rubick2-Setup-2.2.0.exe - InstallerSha256: 461BDE08B106F2DAFA1C7EA07E918D4C0DB6BC8A021CA4C3588191D8FF20B911 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.2.0/rubick2-Setup-2.2.0.exe - InstallerSha256: 461BDE08B106F2DAFA1C7EA07E918D4C0DB6BC8A021CA4C3588191D8FF20B911 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.2.0/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.2.0/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 5bcb74f947d5f..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.2.0/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.2.0 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.2.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.2.0/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.2.0/clouDr-f2e.rubick.yaml deleted file mode 100644 index fa1cdbf0618b0..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.2.0/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.2.1/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.2.1/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 648cc94287260..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.2.1/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.2.1 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-04-09 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.2.1/rubick2-Setup-2.2.1.exe - InstallerSha256: 281FF84DFDD550DE1FEAEA1CB2D534F9B950BDCF2B5B694F864D4D700DE454C1 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.2.1/rubick2-Setup-2.2.1.exe - InstallerSha256: 281FF84DFDD550DE1FEAEA1CB2D534F9B950BDCF2B5B694F864D4D700DE454C1 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 8775235d-add8-5501-961c-495d96145e7e -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.2.1/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.2.1/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 2717a01810e80..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.2.1/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.2.1 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -# PrivacyUrl: -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -# Description: -# Moniker: -Tags: -- electron -- toolbox -- toolkit -- vue -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.2.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.2.1/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.2.1/clouDr-f2e.rubick.yaml deleted file mode 100644 index b73de24c7cb36..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.2.1/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.2.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.2.2/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.2.2/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 58fa203abcc68..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.2.2/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.2.2 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-04-11 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.2.2/rubick2-Setup-2.2.2.exe - InstallerSha256: 5ACECBBB676B578E172E169C12A4ADE35690916AD3E39A468BF27F3CD00CF3E3 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.2.2/rubick2-Setup-2.2.2.exe - InstallerSha256: 5ACECBBB676B578E172E169C12A4ADE35690916AD3E39A468BF27F3CD00CF3E3 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.2.2/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.2.2/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 621437449127f..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.2.2/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.2.2 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.2.2 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.2.2/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.2.2/clouDr-f2e.rubick.yaml deleted file mode 100644 index 7f60494b685a5..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.2.2/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.2.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.2.7/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.2.7/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 95584a960e8e1..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.2.7/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.2.7 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.2.7/rubick2-Setup-2.2.7.exe - InstallerSha256: 2C02F8E1A341B9E125ED9C4C21ECED790AC57AEE6929F50E13E46E223F8471FD - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.2.7/rubick2-Setup-2.2.7.exe - InstallerSha256: 2C02F8E1A341B9E125ED9C4C21ECED790AC57AEE6929F50E13E46E223F8471FD - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.2.7/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.2.7/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index ff241681a01d0..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.2.7/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.2.7 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.2.7 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.2.7/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.2.7/clouDr-f2e.rubick.yaml deleted file mode 100644 index 7ad172cc7b72a..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.2.7/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.2.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.3.0/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.3.0/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index f7e7824a99f05..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.3.0/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.3.0 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-07-19 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.3.0/rubick2-Setup-2.3.0.exe - InstallerSha256: 571500BD92CE73ECB8443E2EC50631222347E42CD6AD5A4AD93FCC0BF6FA033C - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.3.0/rubick2-Setup-2.3.0.exe - InstallerSha256: 571500BD92CE73ECB8443E2EC50631222347E42CD6AD5A4AD93FCC0BF6FA033C - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.3.0/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.3.0/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 5f71cf607357f..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.3.0/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Automation using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.3.0 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.3.0 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.3.0/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.3.0/clouDr-f2e.rubick.yaml deleted file mode 100644 index 847e419e8da0d..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.3.0/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.4.0/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.4.0/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index f0d76255dacc9..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.4.0/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.4.0 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-08-02 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.4.0/rubick2-Setup-2.4.0.exe - InstallerSha256: D9FF35296193516C022145F9FCDB70FE9C6F98E1EC151B160E9E9F4EA051A963 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.4.0/rubick2-Setup-2.4.0.exe - InstallerSha256: D9FF35296193516C022145F9FCDB70FE9C6F98E1EC151B160E9E9F4EA051A963 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.4.0/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.4.0/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index e6520926af7a5..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.4.0/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.4.0 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.4.0 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.4.0/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.4.0/clouDr-f2e.rubick.yaml deleted file mode 100644 index 72e02186161fb..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.4.0/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.4.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.4.2/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.4.2/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index ea1db4a0939cc..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.4.2/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.4.2 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-08-16 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.4.2/rubick2-Setup-2.4.2.exe - InstallerSha256: 5AFEB7559D19820D0F57CA32E32E262DEFAD3401507D9980A5E4B8CC717D9B76 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.4.2/rubick2-Setup-2.4.2.exe - InstallerSha256: 5AFEB7559D19820D0F57CA32E32E262DEFAD3401507D9980A5E4B8CC717D9B76 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.4.2/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.4.2/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index ca2f9b69f51e8..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.4.2/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.4.2 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.4.2 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.4.2/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.4.2/clouDr-f2e.rubick.yaml deleted file mode 100644 index 2125b244a8499..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.4.2/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.4.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.4.4/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/2.4.4/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 991481332d3be..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.4.4/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.4.4 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-08-18 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.4.4/rubick2-Setup-2.4.4.exe - InstallerSha256: C8D7B56E9978C40967DFBE48113F19FBF7840669F3D575874F59AE56701AD196 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v2.4.4/rubick2-Setup-2.4.4.exe - InstallerSha256: C8D7B56E9978C40967DFBE48113F19FBF7840669F3D575874F59AE56701AD196 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.4.4/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/2.4.4/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index baaeb1a109850..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.4.4/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.4.4 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v2.4.4 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/2.4.4/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/2.4.4/clouDr-f2e.rubick.yaml deleted file mode 100644 index 1af9aa483efef..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/2.4.4/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 2.4.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.0.0/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/3.0.0/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 1abf92c3d40a7..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.0.0/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.0.0 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-09-01 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v3.0.0/rubick2-Setup-3.0.0.exe - InstallerSha256: DCEFC7E423D726E067B9AEC5C5FDEA2EE9618538C9B639360D545F2F3ECA4C04 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v3.0.0/rubick2-Setup-3.0.0.exe - InstallerSha256: DCEFC7E423D726E067B9AEC5C5FDEA2EE9618538C9B639360D545F2F3ECA4C04 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.0.0/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/3.0.0/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 451564920866b..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.0.0/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.0.0 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotes: |- - - [x] 升级 electron 到最新版本 v26 - - [x] 修改rubick 设置存储方式,之前是通过 fileSystem 进行存储,改为 rubick.db - - [x] remote 模块 替换为 @electron/remote - - [x] 超级面板界面优化 - - [x] 超级面板 robotjs 替换为 @nut-tree/nut-js - - [x] 超级面板翻译功能接口替换 - - [x] 超级面板支持 mac 系统下的 文件夹呼起 功能 -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v3.0.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.0.0/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/3.0.0/clouDr-f2e.rubick.yaml deleted file mode 100644 index affda75812695..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.0.0/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.0.1/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/3.0.1/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index a44c7a7267fac..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.0.1/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.0.1 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-09-13 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v3.0.1/rubick2-Setup-3.0.1.exe - InstallerSha256: 326A3421731B9725725931EA10708E9EB04411AD95BF5B78B221625FE27B0707 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v3.0.1/rubick2-Setup-3.0.1.exe - InstallerSha256: 326A3421731B9725725931EA10708E9EB04411AD95BF5B78B221625FE27B0707 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.0.1/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/3.0.1/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index ed313e6ea00a7..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.0.1/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.0.1 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v3.0.1 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.0.1/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/3.0.1/clouDr-f2e.rubick.yaml deleted file mode 100644 index 59868f32da92b..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.0.1/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.0.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.1.0/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/3.1.0/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 2eb0910a44cc8..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.1.0/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.1.0 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-09-16 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v3.1.0/rubick2-Setup-3.1.0.exe - InstallerSha256: 87D50D0A37DA8E797F62FAB388DDB55291DFFAAA18D72A971832A6205923EBC8 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v3.1.0/rubick2-Setup-3.1.0.exe - InstallerSha256: 87D50D0A37DA8E797F62FAB388DDB55291DFFAAA18D72A971832A6205923EBC8 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.1.0/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/3.1.0/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index a4c29dce81053..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.1.0/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.1.0 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v3.1.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.1.0/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/3.1.0/clouDr-f2e.rubick.yaml deleted file mode 100644 index 7b7a7f45a1fb2..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.1.0/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.1.1/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/3.1.1/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 5b3833c2bdadd..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.1.1/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.1.1 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-09-18 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v3.1.1/rubick2-Setup-3.1.1.exe - InstallerSha256: 64B8BAA0DACBE87710DCDD18B03A4ABB4AF5CDE0443F4F61E5DC1ED01971B04A - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v3.1.1/rubick2-Setup-3.1.1.exe - InstallerSha256: 64B8BAA0DACBE87710DCDD18B03A4ABB4AF5CDE0443F4F61E5DC1ED01971B04A - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.1.1/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/3.1.1/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 33261ebe8255a..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.1.1/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.1.1 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v3.1.1 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.1.1/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/3.1.1/clouDr-f2e.rubick.yaml deleted file mode 100644 index 62142a8a82415..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.1.1/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.1.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.2.0/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/3.2.0/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index c9a177b834203..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.2.0/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.2.0 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-09-20 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v3.2.0/rubick2-Setup-3.2.0.exe - InstallerSha256: 627C93EFE9AA8B5ADDEE9694D23F0B9C7718578AF7274F45443CF513FF37FE0B - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v3.2.0/rubick2-Setup-3.2.0.exe - InstallerSha256: 627C93EFE9AA8B5ADDEE9694D23F0B9C7718578AF7274F45443CF513FF37FE0B - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.2.0/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/3.2.0/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 4c6a3d160063d..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.2.0/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.2.0 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotes: |- - - 支持数据多端同步(基于 webdav 和坚果云) - - 修复windows下系统app搜索不到的bug -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v3.2.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.2.0/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/3.2.0/clouDr-f2e.rubick.yaml deleted file mode 100644 index 83d5127367049..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.2.0/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.2.3/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/3.2.3/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index c8ec49c3d1ee1..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.2.3/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.2.3 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-09-22 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v3.2.3/rubick-Setup-3.2.3-x64.exe - InstallerSha256: 6883DADA91A74E52B61E61DA569D534B8C8504F6172E4856DE779758A553B6EA - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v3.2.3/rubick-Setup-3.2.3-x64.exe - InstallerSha256: 6883DADA91A74E52B61E61DA569D534B8C8504F6172E4856DE779758A553B6EA - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.2.3/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/3.2.3/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index fe3b6834f6a78..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.2.3/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.2.3 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v3.2.3 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/3.2.3/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/3.2.3/clouDr-f2e.rubick.yaml deleted file mode 100644 index ec35d05bf3f72..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/3.2.3/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 3.2.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.1.3/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/4.1.3/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 7c974ca319732..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.1.3/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.1.3 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-11-02 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.1.3/rubick-Setup-4.1.3-x64.exe - InstallerSha256: 3A3DD7DF79D3BACC12004CAA19B1EEE6DC54BA927A88C8A4EDCF03AC83DA97AE - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.1.3/rubick-Setup-4.1.3-x64.exe - InstallerSha256: 3A3DD7DF79D3BACC12004CAA19B1EEE6DC54BA927A88C8A4EDCF03AC83DA97AE - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.1.3/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/4.1.3/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 6d4032677db48..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.1.3/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.1.3 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v4.1.3 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.1.3/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/4.1.3/clouDr-f2e.rubick.yaml deleted file mode 100644 index 84b37de45027d..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.1.3/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.1.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.1.5/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/4.1.5/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index fb30058dbe71b..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.1.5/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.1.5 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-11-10 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.1.5/rubick-Setup-4.1.5-x64.exe - InstallerSha256: ACBD61AF21EFDE9E5893E2BBCCCD310E36A4DD55F8C2EB579C9AD680ADAF723F - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.1.5/rubick-Setup-4.1.5-x64.exe - InstallerSha256: ACBD61AF21EFDE9E5893E2BBCCCD310E36A4DD55F8C2EB579C9AD680ADAF723F - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.1.5/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/4.1.5/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index cf207334b5773..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.1.5/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.1.5 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v4.1.5 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.1.5/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/4.1.5/clouDr-f2e.rubick.yaml deleted file mode 100644 index 51f53353dc9e5..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.1.5/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.1.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.1.6/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/4.1.6/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 9e3e91bbac9c9..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.1.6/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.1.6 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2023-11-13 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.1.6/rubick-Setup-4.1.6-x64.exe - InstallerSha256: 32934DCB5D392711F7D7D0C766A0C701FD0DA590AEA2F01D31BF056B68274E6A - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.1.6/rubick-Setup-4.1.6-x64.exe - InstallerSha256: 32934DCB5D392711F7D7D0C766A0C701FD0DA590AEA2F01D31BF056B68274E6A - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.1.6/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/4.1.6/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 3785f4037ccb7..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.1.6/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.1.6 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v4.1.6 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.1.6/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/4.1.6/clouDr-f2e.rubick.yaml deleted file mode 100644 index 5ee7b7e8c8f10..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.1.6/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.1.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.2.1/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/4.2.1/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 5a27a8994a483..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.2.1/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.2.1 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.2.1/rubick-Setup-4.2.1-x64.exe - InstallerSha256: 0abf70b7efd8c855c270bcecc237809ba48b08c22f582f17bf33fb5c7f55d1b1 -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.2.1/rubick-Setup-4.2.1-x64.exe - InstallerSha256: 0abf70b7efd8c855c270bcecc237809ba48b08c22f582f17bf33fb5c7f55d1b1 -ManifestType: installer -ManifestVersion: 1.5.0 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -InstallerSwitches: - Custom: /CURRENTUSER -UpgradeBehavior: install -ReleaseDate: "2023-12-27" diff --git a/manifests/c/clouDr-f2e/rubick/4.2.1/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/4.2.1/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 59e22094220e3..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.2.1/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.2.1 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v4.2.1 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.2.1/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/4.2.1/clouDr-f2e.rubick.yaml deleted file mode 100644 index ea9ccd465ad1f..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.2.1/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.2.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.2.2/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/4.2.2/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index f7f30c82e0d73..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.2.2/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.2.2 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -InstallerSwitches: - Custom: /CURRENTUSER -UpgradeBehavior: install -ReleaseDate: 2024-02-20 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.2.2/rubick-Setup-4.2.2-x64.exe - InstallerSha256: CB003CE20F98993E92B58FBBF53E9B622D5E6D66361F16C41F377582E5B666DF -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.2.2/rubick-Setup-4.2.2-x64.exe - InstallerSha256: CB003CE20F98993E92B58FBBF53E9B622D5E6D66361F16C41F377582E5B666DF -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.2.2/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/4.2.2/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index 470bbc30d7d0c..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.2.2/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.2.2 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/HEAD/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v4.2.2 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.2.2/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/4.2.2/clouDr-f2e.rubick.yaml deleted file mode 100644 index f3120bfa00d82..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.2.2/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.2.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.2.4/clouDr-f2e.rubick.installer.yaml b/manifests/c/clouDr-f2e/rubick/4.2.4/clouDr-f2e.rubick.installer.yaml deleted file mode 100644 index 01f7fffc4c541..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.2.4/clouDr-f2e.rubick.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.2.4 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -InstallerSwitches: - Custom: /CURRENTUSER -UpgradeBehavior: install -ReleaseDate: 2024-05-28 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.2.4/rubick-Setup-4.2.4.exe - InstallerSha256: A42B37BAD9927F29EB3C02B4F8813568FA591A51AFBBB8D96088190E2D114505 -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.2.4/rubick-Setup-4.2.4.exe - InstallerSha256: A42B37BAD9927F29EB3C02B4F8813568FA591A51AFBBB8D96088190E2D114505 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.2.4/clouDr-f2e.rubick.locale.en-US.yaml b/manifests/c/clouDr-f2e/rubick/4.2.4/clouDr-f2e.rubick.locale.en-US.yaml deleted file mode 100644 index f6fe5e9d6d1ee..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.2.4/clouDr-f2e.rubick.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.2.4 -PackageLocale: en-US -Publisher: muwoo -PublisherUrl: https://github.com/clouDr-f2e -PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues -Author: clouDr-f2e -PackageName: rubick2 -PackageUrl: https://github.com/rubickCenter/rubick -License: MIT -LicenseUrl: https://github.com/rubickCenter/rubick/blob/HEAD/LICENSE -Copyright: Copyright (c) 2021 clouDr -CopyrightUrl: https://github.com/rubickCenter/rubick/blob/master/LICENSE -ShortDescription: an open source electron toolbox with plugin support -Tags: -- electron -- toolbox -- toolkit -- vue -ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v4.2.4 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/c/clouDr-f2e/rubick/4.2.4/clouDr-f2e.rubick.yaml b/manifests/c/clouDr-f2e/rubick/4.2.4/clouDr-f2e.rubick.yaml deleted file mode 100644 index 3d683ee963b40..0000000000000 --- a/manifests/c/clouDr-f2e/rubick/4.2.4/clouDr-f2e.rubick.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: clouDr-f2e.rubick -PackageVersion: 4.2.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.installer.yaml new file mode 100644 index 0000000000000..482feab2fb384 --- /dev/null +++ b/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.installer.yaml @@ -0,0 +1,151 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: clsid2.mpc-hc +PackageVersion: 2.3.4 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- apl +- asf +- asx +- au +- avi +- bdmv +- bik +- caf +- cda +- cue +- dav +- divx +- dsa +- dsm +- dss +- dsv +- dts +- dtshd +- dtsma +- dv +- evo +- f4v +- flac +- flc +- fli +- flic +- flv +- hdmov +- ifo +- ivf +- m1a +- m1v +- m2a +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4r +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mp4v +- mpa +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pva +- ra +- ram +- rar +- rec +- rm +- rmi +- rmm +- rmvb +- rp +- rpm +- rt +- smi +- smil +- smk +- snd +- spx +- ssif +- swf +- tak +- thd +- tp +- trp +- ts +- tta +- vob +- wav +- wax +- webm +- wm +- wma +- wmp +- wmv +- wmx +- wv +- wvx +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.4/MPC-HC.2.3.4.x86.exe + InstallerSha256: 8EC6E6DEDF53A932D63935D14874C794FC25034B24A7AD0DD96F6E0C6DA0E79B +- Architecture: x64 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.4/MPC-HC.2.3.4.x64.exe + InstallerSha256: D0E3C16584E410495D162F153358625CFFAA3808F4632342A4E932021D141D9D +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-06 diff --git a/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.locale.en-US.yaml new file mode 100644 index 0000000000000..4a562996cc2a5 --- /dev/null +++ b/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: clsid2.mpc-hc +PackageVersion: 2.3.4 +PackageLocale: en-US +Publisher: MPC-HC Team +PublisherUrl: https://github.com/clsid2/mpc-hc +PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +Author: clsid2 +PackageName: MPC-HC +PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/clsid2/mpc-hc/develop/COPYING.txt +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://raw.githubusercontent.com/clsid2/mpc-hc/develop/COPYING.txt +ShortDescription: MPC-HC is an extremely light-weight, open source media player for Windows. It supports all common video and audio file formats available for playback. +Description: |- + MPC-HC is an extremely light-weight, open source media player for Windows. + It supports all common video and audio file formats available for playback. +Tags: +- audio +- cinema +- fork +- foss +- media +- media-player +- music +- open-source +- player +- video +- video-player +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.yaml new file mode 100644 index 0000000000000..e8108f5f6ef38 --- /dev/null +++ b/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: clsid2.mpc-hc +PackageVersion: 2.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.installer.yaml new file mode 100644 index 0000000000000..03fffeddbf1f8 --- /dev/null +++ b/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.installer.yaml @@ -0,0 +1,151 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: clsid2.mpc-hc +PackageVersion: 2.3.5 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- apl +- asf +- asx +- au +- avi +- bdmv +- bik +- caf +- cda +- cue +- dav +- divx +- dsa +- dsm +- dss +- dsv +- dts +- dtshd +- dtsma +- dv +- evo +- f4v +- flac +- flc +- fli +- flic +- flv +- hdmov +- ifo +- ivf +- m1a +- m1v +- m2a +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4r +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mp4v +- mpa +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pva +- ra +- ram +- rar +- rec +- rm +- rmi +- rmm +- rmvb +- rp +- rpm +- rt +- smi +- smil +- smk +- snd +- spx +- ssif +- swf +- tak +- thd +- tp +- trp +- ts +- tta +- vob +- wav +- wax +- webm +- wm +- wma +- wmp +- wmv +- wmx +- wv +- wvx +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.5/MPC-HC.2.3.5.x86.exe + InstallerSha256: EB03399A1ED6E57251A0A81E25DB9CD8B7A0B3F7FE88BB2F2D32BE2D1ED3C4D7 +- Architecture: x64 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.5/MPC-HC.2.3.5.x64.exe + InstallerSha256: 04D4F8AE74C16F3F48CF09862339CCB915BBD8906D11B5F718ABFB4AD3B21137 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.locale.en-US.yaml new file mode 100644 index 0000000000000..cba01258fbff0 --- /dev/null +++ b/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: clsid2.mpc-hc +PackageVersion: 2.3.5 +PackageLocale: en-US +Publisher: MPC-HC Team +PublisherUrl: https://github.com/clsid2/mpc-hc +PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: +Author: clsid2 +PackageName: MPC-HC +PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/clsid2/mpc-hc/develop/COPYING.txt +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://raw.githubusercontent.com/clsid2/mpc-hc/develop/COPYING.txt +ShortDescription: MPC-HC is an extremely light-weight, open source media player for Windows. It supports all common video and audio file formats available for playback. +Description: |- + MPC-HC is an extremely light-weight, open source media player for Windows. + It supports all common video and audio file formats available for playback. +# Moniker: +Tags: +- audio +- cinema +- fork +- foss +- media +- media-player +- music +- open-source +- player +- video +- video-player +ReleaseNotes: |- + Donations are appreciated. There is now a PayPal option. + Changes from 2.3.4 to 2.3.5: + Updates: + - Updated LAV Filters to version 0.79.2-19-g2bf67 + - Updated MPC Video Renderer to version 0.8.6.2282 + Changes/additions/improvements: + - The "Default Style" subtitle option has been renamed to "Override Default Style". Hopefully it should be more clear now what it does. It now also only affects the style named "Default" and a second option has been added to override all embedded styles of a subtitle (SSA/ASS format). The setting has also been reset (default = disabled) because too many dumb people change options that they do not understand and then complain that things do not work as expected. Just to be very clear: this option should remain unchecked if you want subtitles to render correctly and as intended by its creator. + - Mouse settings have been moved from Keys options page to a new Mouse options page. Mouse related settings have been reset. + - The modern volume slider now scales along with the toolbar buttons. + Fixes: + - Several small fixes and improvements. + MPC Video Renderer + Frequently Asked Questions + Overview of features + A lot of people seem to be unaware of some of the awesome features that have been added to MPC-HC in the past years. Here is a list of useful options and features that everyone should know about: + - Play HDR video This requires using either MPC Video Renderer (MPCVR) or madVR. These renderers can be selected here: Options > Playback > Output With other video renderers, the colors will be wrong! MPCVR is now included. MadVR needs to be installed separately. MPCVR also supports Dolby Vision. MadVR does not. For optimal performance you should change the hardware decoder to D3D11 in LAV Video Decoder settings when using MPCVR on Windows 10/11, because this renderer uses DirectX11. + - The installer of MPC-HC is very basic (and that will not change). I therefore recommend using K-Lite Codec Pack. That includes MPC-HC and other essential components. It has a very advanced installation that can automatically create file associations, and helps you with easy configuration of important MPC-HC settings. The Standard version should be sufficient for most people. Use Full version of you like to use MadVR. + - Modern GUI Theme (Dark or Light) Options > Player > User Interface It is also possible to change the height of the seekbar and size of the toolbar buttons. + - Video preview on the seekbar Options > Player > User Interface > Hover type + - Ability to search for subtitles Press D for manual search. Or enable automatic search in: Options > Subtitles > Misc + - Adjust playback speed Menu > Play > Playback rate The buttons in the player that control playback rate take a 2x step by default. This can be customized to smaller values (like 10%): Options > Playback > Speed step Adjusting playback speed works best with the internal audio renderer. This also has automatic pitch correction. Options > Playback > Output > Audio Renderer + - MPC-HC can remember playback position, so you can resume from that point later Options > Player > History + - You can quickly seek through a video with Ctrl + Mouse Scrollwheel. + - You can jump to next/previous file in a folder by pressing PageUp/PageDown. + - You can perform automatic actions at end of file. For example to go to next file or close player. Options > Playback > After Playback (permanent setting) Menu > Play > After Playback (for current file only) + - A-B repeat You can loop a segment of a video. Press [ and ] to set start and stop markers. + - You can rotate/flip/mirror/stretch/zoom the video Menu > View > Pan&Scan This is also easily done with hotkeys (see below). + - There are lots of keyboard hotkeys and mouse actions to control the player. They can be customized as well. Options > Player > Keys Tip: there is a search box above the table. + - You can stream videos directly from Youtube and many other video websites Put yt-dlp.exe in the MPC-HC installation folder. Then you can open website URLs in the player: Menu > File > Open File/URL You can even download those videos: Menu > File > Save a copy Tip: to be able to download in best quality with yt-dlp, it is recommended to also put ffmpeg.exe in the MPC-HC folder. Several YDL configuration options are found here: Options > Advanced This includes an option to specify the location of yt-dlp.exe in case you don't want to put it in MPC-HC folder. Note 1: You also need to install Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) Note 2: yt-dlp nightly build (very latest version made daily) + - Besides all these (new) features, there have also been many bugfixes and internal improvements in the player in the past years that give better performance and stability. It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc. +ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.3.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.yaml new file mode 100644 index 0000000000000..a2227648fb59d --- /dev/null +++ b/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: clsid2.mpc-hc +PackageVersion: 2.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/commercialhaskell/stack/3.1.1/commercialhaskell.stack.installer.yaml b/manifests/c/commercialhaskell/stack/3.1.1/commercialhaskell.stack.installer.yaml new file mode 100644 index 0000000000000..883d4c8ec64be --- /dev/null +++ b/manifests/c/commercialhaskell/stack/3.1.1/commercialhaskell.stack.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: commercialhaskell.stack +PackageVersion: 3.1.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: Haskell Stack +ReleaseDate: 2024-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/commercialhaskell/stack/releases/download/v3.1.1/stack-3.1.1-windows-x86_64-installer.exe + InstallerSha256: 74D70A644F192577C6F2DBB4E4B100310709F6C4C7385C6AB4C9F59931307807 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/commercialhaskell/stack/3.1.1/commercialhaskell.stack.locale.en-US.yaml b/manifests/c/commercialhaskell/stack/3.1.1/commercialhaskell.stack.locale.en-US.yaml new file mode 100644 index 0000000000000..ea689fae6c44c --- /dev/null +++ b/manifests/c/commercialhaskell/stack/3.1.1/commercialhaskell.stack.locale.en-US.yaml @@ -0,0 +1,68 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: commercialhaskell.stack +PackageVersion: 3.1.1 +PackageLocale: en-US +Publisher: commercialhaskell +PublisherUrl: https://haskellstack.org/ +PublisherSupportUrl: https://docs.haskellstack.org/en/stable/README/ +Author: Stack contributors +PackageName: Haskell Stack +PackageUrl: https://haskellstack.org/ +License: BSD-3-Clause +LicenseUrl: https://github.com/commercialhaskell/stack/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2022, Stack contributors +CopyrightUrl: https://raw.githubusercontent.com/commercialhaskell/stack/master/LICENSE +ShortDescription: Stack is a cross-platform program for developing Haskell projects. It is aimed at Haskellers both new and experienced. +Moniker: stack +Tags: +- cabal-build +- haskell +- stack +- stackage +ReleaseNotes: |- + See https://haskellstack.org/ for installation and upgrade instructions.Release notes: + - The change in major version from 2.x to 3.1 marks the dropping of support for versions of GHC before 8.4, deprecated in Stack 2.15.1. + Changes since v2.15.7:Behavior changes: + - Stack uses the version of the Cabal package that comes with the specified version of GHC. Stack no longer supports such Cabal versions before 2.2, which came with versions of GHC before 8.4. Consequently, the init command will not try LTS Haskell before 12.0. + - The init command initialises stack.yaml with a snapshot key rather than a resolver key. + - After installing GHC or another tool, Stack deletes the archive file which provided the tool. + - Remove hidden flag --skip-intermediate-deps, effectively deprecated since Stack 1.3.0, from ghci and repl commands. + - The haddock --haddock-for-hackage command only seeks to create an archive of the -docs directory for build targets and if flags excluding the building of project packages are not set. + - The predecessor of configuration option package-index, package-indices (deprecated in Stack 2.9.3) has been removed as an alternative option. + - If a build target is a package identifier, and the package version is not in the snapshot or the package index, Stack will report an error when the target is parsed. Previously, if another version of the package was in the snapshot, Stack would construct the build plan with that other version or, if it was not, Stack would defer an error to the construction of the build plan. + - The list command, with a specified snapshot and package, also reports the version of the package included indirectly in the snapshot (as a boot package of the compiler specified by the snapshot). + - stack build --flag *:[-] now only applies the flag setting to packages for which the Cabal flag is defined, as opposed to all packages. + - On Unix-like operating systems, drop support for /etc/stack/config, deprecated in Stack 0.1.6.0. + - Drop support for, in the Stack root, directory global and file stack.yaml, both deprecated in Stack 0.1.6.0. + Other enhancements: + - Bump to Hpack 0.37.0. + - In YAML configuration files, the msys-environment key is introduced to allow, on Windows, the MSYS2 environment to be specified. The default environment is still MINGW64 on 64-bit Windows and MINGW32 on 32-bit Windows. + - In YAML configuration files, the default-init-snapshot key is introduced to allow a default snapshot to be specified for use with the stack init command, as if it had been specified at the command line. + - Add flags --haddock-executables, --haddock-tests and --haddock-benchmarks to Stack's build command (including the haddock synonym for build --haddock) to enable also building Haddock documentation for executables, test suites and benchmarks. Due to a bug in Cabal (the library), Stack will ignore the flags with a warning for GHC versions before 9.4. + - Add flag --[no-]save-hackage-creds to Stack's upload command, which takes precedence over the existing save-hackage-creds configuration option. + - In YAML configuration files, the global-hints-location key is introduced to allow the location of the global hints YAML specification file to be specified. + - By default, Hpack 0.20.0 or later will decline to overwrite a Cabal file that was modified manually. In YAML configuration files, the hpack-force key is introduced to allow Hpack to overwrite such a Cabal file. The corresponding --hpack-force flag is also added. + - Add the stack config set recommend-stack-upgrade command to configure whether or not Stack should notify the user if it identifes a new version of Stack is available in YAML configuration files. + - Add the ls globals command to list all global packages for the version of GHC specified by the snapshot. + - Add stack -h (equivalent to stack --help). + - In YAML configuration files, the file-watch-hook key is introduced to allow --file-watch post-processing to be customised with a executable or sh shell script. + - Add flag --[no-]allow-newer to Stack's build command, which takes precedence over the existing allow-newer configuration option. + Bug fixes: + - The config set snapshot and config set resolver commands now respect the presence of a synoymous key. + - The config set commands support existing keys only in the form key: value on a single line. The commands now recognise that a line key: does not have that form. + - On Unix-like operating systems, the test --coverage command now finds package keys even for very long package names. + - The Error S-6362 message now acknowledges when the wanted compiler has been specified at the command line. + - Fix a regression, introduced in Stack 2.11.1, that caused the script command to parse an (otherwise ignored) project-level configuration file. + - Stack no longer makes recommendations about a project-level configuration file when only a global configuration file is in use. + - Fix a regression, introduced in Stack 2.15.7, that caused GHC 8.10.7 or earlier to fail to build a package with a Custom build type, if GHC option -haddock was specified. + Thanks to all our contributors for this release: + - Michael Pilosov + - Mike Pilgrem + - Olivier Benz + - Phil de Joux + - theophilebatoz +ReleaseNotesUrl: https://github.com/commercialhaskell/stack/releases/tag/v3.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/commercialhaskell/stack/3.1.1/commercialhaskell.stack.yaml b/manifests/c/commercialhaskell/stack/3.1.1/commercialhaskell.stack.yaml new file mode 100644 index 0000000000000..c87a8068c56c7 --- /dev/null +++ b/manifests/c/commercialhaskell/stack/3.1.1/commercialhaskell.stack.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: commercialhaskell.stack +PackageVersion: 3.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/commetchat/commet/0.1.3/commetchat.commet.installer.yaml b/manifests/c/commetchat/commet/0.1.3/commetchat.commet.installer.yaml deleted file mode 100644 index 78ab624bbeaad..0000000000000 --- a/manifests/c/commetchat/commet/0.1.3/commetchat.commet.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: commetchat.commet -PackageVersion: 0.1.3 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: Release\commet.exe -Installers: -- InstallerUrl: https://builds.commet.chat/builds/v0.1.3/commet-windows.zip - Architecture: x64 - InstallerSha256: D914BFCC99F6348367D84EE31E00BDB63BDE18BEB1D18624A4A01438811979F4 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/commetchat/commet/0.1.3/commetchat.commet.locale.en-US.yaml b/manifests/c/commetchat/commet/0.1.3/commetchat.commet.locale.en-US.yaml deleted file mode 100644 index ed98ef305166e..0000000000000 --- a/manifests/c/commetchat/commet/0.1.3/commetchat.commet.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: commetchat.commet -PackageVersion: 0.1.3 -PackageLocale: en-US -Publisher: commetchat -PackageName: commet -License: AGPL-3.0 license -ShortDescription: Your space to connect -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/commetchat/commet/0.1.3/commetchat.commet.yaml b/manifests/c/commetchat/commet/0.1.3/commetchat.commet.yaml deleted file mode 100644 index 4fb02a9f57239..0000000000000 --- a/manifests/c/commetchat/commet/0.1.3/commetchat.commet.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: commetchat.commet -PackageVersion: 0.1.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/commetchat/commet/0.1.4/commetchat.commet.installer.yaml b/manifests/c/commetchat/commet/0.1.4/commetchat.commet.installer.yaml deleted file mode 100644 index 560495f5d17f3..0000000000000 --- a/manifests/c/commetchat/commet/0.1.4/commetchat.commet.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: commetchat.commet -PackageVersion: 0.1.4 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: Release\commet.exe -Installers: -- Architecture: x64 - InstallerUrl: https://builds.commet.chat/builds/v0.1.4/commet-windows.zip - InstallerSha256: FA8FC630DF1F420A7C124893C8077B6760F3CA7666D50720010772C6B12915A4 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/commetchat/commet/0.1.4/commetchat.commet.locale.en-US.yaml b/manifests/c/commetchat/commet/0.1.4/commetchat.commet.locale.en-US.yaml deleted file mode 100644 index ab4f9d00efab0..0000000000000 --- a/manifests/c/commetchat/commet/0.1.4/commetchat.commet.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: commetchat.commet -PackageVersion: 0.1.4 -PackageLocale: en-US -Publisher: commetchat -PackageName: commet -License: AGPL-3.0 license -ShortDescription: Your space to connect -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/commetchat/commet/0.1.4/commetchat.commet.yaml b/manifests/c/commetchat/commet/0.1.4/commetchat.commet.yaml deleted file mode 100644 index 245ac5cd9a33b..0000000000000 --- a/manifests/c/commetchat/commet/0.1.4/commetchat.commet.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: commetchat.commet -PackageVersion: 0.1.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/commetchat/commet/0.2.1/commetchat.commet.installer.yaml b/manifests/c/commetchat/commet/0.2.1/commetchat.commet.installer.yaml new file mode 100644 index 0000000000000..bd426f0f52215 --- /dev/null +++ b/manifests/c/commetchat/commet/0.2.1/commetchat.commet.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: commetchat.commet +PackageVersion: 0.2.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Release/commet.exe +ReleaseDate: 2024-05-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/commetchat/commet/releases/download/v0.2.1/commet-windows.zip + InstallerSha256: 85AF467B42D990888D13073B0F027DFF39A2EF2E1A4288CFEC52E13B5FB81A98 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/commetchat/commet/0.2.1/commetchat.commet.locale.en-US.yaml b/manifests/c/commetchat/commet/0.2.1/commetchat.commet.locale.en-US.yaml new file mode 100644 index 0000000000000..dce563426bc3d --- /dev/null +++ b/manifests/c/commetchat/commet/0.2.1/commetchat.commet.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: commetchat.commet +PackageVersion: 0.2.1 +PackageLocale: en-US +Publisher: commetchat +PublisherUrl: https://github.com/commetchat +PublisherSupportUrl: https://github.com/commetchat/commet/issues +PackageName: commet +License: AGPL-3.0 +LicenseUrl: https://github.com/commetchat/commet/blob/HEAD/LICENSE +ShortDescription: Your space to connect +Tags: +- matrix-org +ReleaseNotes: |- + What's Changed + - Use operating system time format by @sandmuel in #228 + - Fix edge case for messages containing
 by @Airyzz in #232
+  - Fallback to rendering plaintext if markdown parsing fails by @Airyzz in #231
+  - Fix personal emoticons not loading correctly by @Airyzz in #225
+  - Allow changing UI scale on mobile by @Airyzz in #233
+  - Save images and videos from messages by @Airyzz in #234
+  - Fix handling of global emotes by @Airyzz in #235
+  - Added Theme Change based on OS Theme by @nerbal in #236
+  New Contributors
+  - @sandmuel made their first contribution in #228
+  - @nerbal made their first contribution in #236
+  Full Changelog: https://github.com/commetchat/commet/compare/v0.2.0...v0.2.1
+ReleaseNotesUrl: https://github.com/commetchat/commet/releases/tag/v0.2.1
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/c/commetchat/commet/0.2.1/commetchat.commet.yaml b/manifests/c/commetchat/commet/0.2.1/commetchat.commet.yaml
new file mode 100644
index 0000000000000..eb353679fe0ed
--- /dev/null
+++ b/manifests/c/commetchat/commet/0.2.1/commetchat.commet.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: commetchat.commet
+PackageVersion: 0.2.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml
new file mode 100644
index 0000000000000..dfe6f21e18721
--- /dev/null
+++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml
@@ -0,0 +1,26 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-5-0-preview-3.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite
+PackageVersion: 3.13.0
+MinimumOSVersion: 10.0.0.0
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+InstallerSwitches:
+  Custom: SHORTCUT_SQLITE_DESKTOP=1 SHORTCUT_SQLCIPHER_DESKTOP=1 SHORTCUT_SQLITE_PROGRAMMENU=1 SHORTCUT_SQLCIPHER_PROGRAMMENU=1
+UpgradeBehavior: install
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.13.0/DB.Browser.for.SQLite-v3.13.0-win64.msi
+  InstallerSha256: 4FD5A308481FA8FF3008BCBD069DA03944698F1397B509F22A43BFDA93DFCCD3
+  ProductCode: '{84FA58C5-3D4A-4BDB-8901-467DD1B78E60}'
+- Architecture: x86
+  InstallerUrl: https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.13.0/DB.Browser.for.SQLite-v3.13.0-win32.msi
+  InstallerSha256: 81AF0E90257B96D4DDAC32B93801C160E18EC450C2727D507F80BA3C585279F3
+  ProductCode: '{31DB629B-1047-47DC-BE5D-AFC2656B2F27}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml
new file mode 100644
index 0000000000000..88deb3426ed7c
--- /dev/null
+++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml
@@ -0,0 +1,31 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-5-0-preview-3.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite
+PackageVersion: 3.13.0
+PackageLocale: en-US
+Publisher: DB Browser for SQLite Team
+PublisherUrl: https://github.com/sqlitebrowser/sqlitebrowser
+PublisherSupportUrl: https://github.com/sqlitebrowser/sqlitebrowser/issues
+# PrivacyUrl:
+Author: DB Browser for SQLite Team
+PackageName: DB Browser for SQLite
+PackageUrl: https://sqlitebrowser.org
+License: Mozilla Public License Version 2, GNU General Public License Version 3
+LicenseUrl: https://github.com/sqlitebrowser/sqlitebrowser/blob/master/LICENSE
+Copyright: Copyright (C) 2007 Free Software Foundation, Inc.
+CopyrightUrl: https://github.com/sqlitebrowser/sqlitebrowser/blob/master/LICENSE
+ShortDescription: DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.
+# Description:
+Moniker: dbbrowser
+Tags:
+- database
+- sql
+- sqlite
+# ReleaseNotes:
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.yaml
new file mode 100644
index 0000000000000..61fb60175e9e1
--- /dev/null
+++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-5-0-preview-3.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite
+PackageVersion: 3.13.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DG0JBJ/HDSDR/2.81-b10/DG0JBJ.HDSDR.installer.yaml b/manifests/d/DG0JBJ/HDSDR/2.81-b10/DG0JBJ.HDSDR.installer.yaml
new file mode 100644
index 0000000000000..46f32d3cd78fe
--- /dev/null
+++ b/manifests/d/DG0JBJ/HDSDR/2.81-b10/DG0JBJ.HDSDR.installer.yaml
@@ -0,0 +1,13 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DG0JBJ.HDSDR
+PackageVersion: 2.81-b10
+InstallerType: inno
+ReleaseDate: 2024-07-12
+Installers:
+- Architecture: x86
+  InstallerUrl: https://www.hdsdr.de/download/HDSDR281b10_install.exe
+  InstallerSha256: CCB50FD66D9D93A16D43E20779A40F2341D7A6D63CBE8869BCF7F04B04996BBC
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DG0JBJ/HDSDR/2.81-b10/DG0JBJ.HDSDR.locale.en-US.yaml b/manifests/d/DG0JBJ/HDSDR/2.81-b10/DG0JBJ.HDSDR.locale.en-US.yaml
new file mode 100644
index 0000000000000..4a42b10ccf20b
--- /dev/null
+++ b/manifests/d/DG0JBJ/HDSDR/2.81-b10/DG0JBJ.HDSDR.locale.en-US.yaml
@@ -0,0 +1,13 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DG0JBJ.HDSDR
+PackageVersion: 2.81-b10
+PackageLocale: en-US
+Publisher: DG0JBJ
+PackageName: HDSDR
+License: Freeware
+ShortDescription: Software Defined Radio (SDR) program
+Moniker: hdsdr
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DG0JBJ/HDSDR/2.81-b10/DG0JBJ.HDSDR.yaml b/manifests/d/DG0JBJ/HDSDR/2.81-b10/DG0JBJ.HDSDR.yaml
new file mode 100644
index 0000000000000..de8217c10ee2e
--- /dev/null
+++ b/manifests/d/DG0JBJ/HDSDR/2.81-b10/DG0JBJ.HDSDR.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DG0JBJ.HDSDR
+PackageVersion: 2.81-b10
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DG0JBJ/HDSDR/2.81-b11/DG0JBJ.HDSDR.installer.yaml b/manifests/d/DG0JBJ/HDSDR/2.81-b11/DG0JBJ.HDSDR.installer.yaml
new file mode 100644
index 0000000000000..32e787da0bf84
--- /dev/null
+++ b/manifests/d/DG0JBJ/HDSDR/2.81-b11/DG0JBJ.HDSDR.installer.yaml
@@ -0,0 +1,16 @@
+# Created with komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DG0JBJ.HDSDR
+PackageVersion: 2.81-b11
+InstallerLocale: en-US
+InstallerType: inno
+ProductCode: '{DB200CBD-9E3E-4C72-B711-B46D6817BC51}_is1'
+ReleaseDate: 2024-07-16
+ElevationRequirement: elevatesSelf
+Installers:
+- Architecture: x86
+  InstallerUrl: https://www.hdsdr.de/download/HDSDR281b11_install.exe
+  InstallerSha256: E16A0206F158D0CE59B98A2C864285619990D297BBB296025C3C7B32473740F6
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DG0JBJ/HDSDR/2.81-b11/DG0JBJ.HDSDR.locale.en-US.yaml b/manifests/d/DG0JBJ/HDSDR/2.81-b11/DG0JBJ.HDSDR.locale.en-US.yaml
new file mode 100644
index 0000000000000..5240f3e50085a
--- /dev/null
+++ b/manifests/d/DG0JBJ/HDSDR/2.81-b11/DG0JBJ.HDSDR.locale.en-US.yaml
@@ -0,0 +1,13 @@
+# Created with komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DG0JBJ.HDSDR
+PackageVersion: 2.81-b11
+PackageLocale: en-US
+Publisher: DG0JBJ
+PackageName: HDSDR
+License: Freeware
+ShortDescription: Software Defined Radio (SDR) program
+Moniker: hdsdr
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DG0JBJ/HDSDR/2.81-b11/DG0JBJ.HDSDR.yaml b/manifests/d/DG0JBJ/HDSDR/2.81-b11/DG0JBJ.HDSDR.yaml
new file mode 100644
index 0000000000000..836e2c9fbfa6e
--- /dev/null
+++ b/manifests/d/DG0JBJ/HDSDR/2.81-b11/DG0JBJ.HDSDR.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DG0JBJ.HDSDR
+PackageVersion: 2.81-b11
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DG0JBJ/HDSDR/2.81-b12/DG0JBJ.HDSDR.installer.yaml b/manifests/d/DG0JBJ/HDSDR/2.81-b12/DG0JBJ.HDSDR.installer.yaml
new file mode 100644
index 0000000000000..011429ccc5046
--- /dev/null
+++ b/manifests/d/DG0JBJ/HDSDR/2.81-b12/DG0JBJ.HDSDR.installer.yaml
@@ -0,0 +1,16 @@
+# Created with komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DG0JBJ.HDSDR
+PackageVersion: 2.81-b12
+InstallerLocale: en-US
+InstallerType: inno
+ProductCode: '{DB200CBD-9E3E-4C72-B711-B46D6817BC51}_is1'
+ReleaseDate: 2024-09-02
+ElevationRequirement: elevatesSelf
+Installers:
+- Architecture: x86
+  InstallerUrl: https://www.hdsdr.de/download/HDSDR281b12_install.exe
+  InstallerSha256: 3DAA2CD21BA1206CAAAF5469EAE134D0C2EE39C29B3A23EAE20BDB190C2124A5
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DG0JBJ/HDSDR/2.81-b12/DG0JBJ.HDSDR.locale.en-US.yaml b/manifests/d/DG0JBJ/HDSDR/2.81-b12/DG0JBJ.HDSDR.locale.en-US.yaml
new file mode 100644
index 0000000000000..accd6ff3e236c
--- /dev/null
+++ b/manifests/d/DG0JBJ/HDSDR/2.81-b12/DG0JBJ.HDSDR.locale.en-US.yaml
@@ -0,0 +1,13 @@
+# Created with komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DG0JBJ.HDSDR
+PackageVersion: 2.81-b12
+PackageLocale: en-US
+Publisher: DG0JBJ
+PackageName: HDSDR
+License: Freeware
+ShortDescription: Software Defined Radio (SDR) program
+Moniker: hdsdr
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DG0JBJ/HDSDR/2.81-b12/DG0JBJ.HDSDR.yaml b/manifests/d/DG0JBJ/HDSDR/2.81-b12/DG0JBJ.HDSDR.yaml
new file mode 100644
index 0000000000000..22d35719b6392
--- /dev/null
+++ b/manifests/d/DG0JBJ/HDSDR/2.81-b12/DG0JBJ.HDSDR.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DG0JBJ.HDSDR
+PackageVersion: 2.81-b12
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DG0JBJ/HDSDR/2.81-b9/DG0JBJ.HDSDR.installer.yaml b/manifests/d/DG0JBJ/HDSDR/2.81-b9/DG0JBJ.HDSDR.installer.yaml
new file mode 100644
index 0000000000000..6eda82ab387de
--- /dev/null
+++ b/manifests/d/DG0JBJ/HDSDR/2.81-b9/DG0JBJ.HDSDR.installer.yaml
@@ -0,0 +1,13 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DG0JBJ.HDSDR
+PackageVersion: 2.81-b9
+InstallerType: inno
+ReleaseDate: 2024-06-14
+Installers:
+- Architecture: x86
+  InstallerUrl: https://www.hdsdr.de/download/HDSDR281b9_install.exe
+  InstallerSha256: 27C8FC1F3CD6A6C0D907FA951A96693F76865496C4A751364961A41C9DD44900
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DG0JBJ/HDSDR/2.81-b9/DG0JBJ.HDSDR.locale.en-US.yaml b/manifests/d/DG0JBJ/HDSDR/2.81-b9/DG0JBJ.HDSDR.locale.en-US.yaml
new file mode 100644
index 0000000000000..23447c6f0f877
--- /dev/null
+++ b/manifests/d/DG0JBJ/HDSDR/2.81-b9/DG0JBJ.HDSDR.locale.en-US.yaml
@@ -0,0 +1,13 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DG0JBJ.HDSDR
+PackageVersion: 2.81-b9
+PackageLocale: en-US
+Publisher: DG0JBJ
+PackageName: HDSDR
+License: Freeware
+ShortDescription: Software Defined Radio (SDR) program
+Moniker: hdsdr
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DG0JBJ/HDSDR/2.81-b9/DG0JBJ.HDSDR.yaml b/manifests/d/DG0JBJ/HDSDR/2.81-b9/DG0JBJ.HDSDR.yaml
new file mode 100644
index 0000000000000..3df9b68fb67bf
--- /dev/null
+++ b/manifests/d/DG0JBJ/HDSDR/2.81-b9/DG0JBJ.HDSDR.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DG0JBJ.HDSDR
+PackageVersion: 2.81-b9
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerDronesSeries.installer.yaml b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerDronesSeries.installer.yaml
new file mode 100644
index 0000000000000..c674f9772147f
--- /dev/null
+++ b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerDronesSeries.installer.yaml
@@ -0,0 +1,16 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DJI.DJIAssistant2.ConsumerDronesSeries
+PackageVersion: V2.1.3.8
+InstallerType: inno
+Scope: machine
+UpgradeBehavior: install
+ReleaseDate: 2021-05-11
+Installers:
+- Architecture: x86
+  InstallerUrl: https://dl.djicdn.com/downloads/dji_assistant/20210511_Consumer/DJI+Assistant+2(Consumer+Drones+Series)+2.1.3.exe
+  InstallerSha256: 3679538F5BB7C158EE0AC6E846D5DDCB440F359A96B29677DA88F5C9D5114C8A
+  ProductCode: '{7369D6A6-CBF3-428F-8C82-3D647630FC9A}_is1'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerDronesSeries.locale.en-US.yaml b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerDronesSeries.locale.en-US.yaml
new file mode 100644
index 0000000000000..97c69a727c1ce
--- /dev/null
+++ b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerDronesSeries.locale.en-US.yaml
@@ -0,0 +1,32 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DJI.DJIAssistant2.ConsumerDronesSeries
+PackageVersion: V2.1.3.8
+PackageLocale: en-US
+Publisher: DJI
+PublisherUrl: https://www.dji.com/
+PublisherSupportUrl: https://www.dji.com/support
+PrivacyUrl: https://www.dji.com/policy
+Author: SZ DJI Technology Co., Ltd.
+PackageName: DJI Assistant 2 (Consumer Drones Series)
+PackageUrl: https://www.dji.com/downloads/softwares/dji-assistant-2-consumer-drones-series
+License: Freeware
+LicenseUrl: https://www.dji.com/terms
+Copyright: Copyright © 2021 DJI All Rights Reserved.
+CopyrightUrl: https://www.dji.com/terms
+ShortDescription: Support the consumer drones series products, including mavic series.
+# Description:
+# Moniker:
+Tags:
+- dji
+- drone
+ReleaseNotes: |-
+  【DJI AIR 2S】
+  1. Support the update of the new Fly Safe Database of DJI Air 2S, which includes the updates of global NFZ.
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerDronesSeries.locale.zh-CN.yaml b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerDronesSeries.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..df3fb2d55ac48
--- /dev/null
+++ b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerDronesSeries.locale.zh-CN.yaml
@@ -0,0 +1,32 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: DJI.DJIAssistant2.ConsumerDronesSeries
+PackageVersion: V2.1.3.8
+PackageLocale: zh-CN
+Publisher: DJI
+PublisherUrl: https://www.dji.com/cn
+PublisherSupportUrl: https://www.dji.com/cn/support
+PrivacyUrl: https://www.dji.com/cn/policy
+Author: 深圳市大疆创新科技有限公司
+PackageName: DJI Assistant 2 (消费机系列)
+PackageUrl: https://www.dji.com/cn/downloads/softwares/dji-assistant-2-consumer-drones-series
+License: 免费软件
+LicenseUrl: https://www.dji.com/cn/terms
+Copyright: Copyright © 2021 DJI All Rights Reserved.
+CopyrightUrl: https://www.dji.com/cn/terms
+ShortDescription: 支持消费无人机系列产品,包括 Mavic 系列。
+# Description:
+# Moniker:
+Tags:
+- 大疆
+- 无人机
+ReleaseNotes: |-
+  【DJI AIR 2S】
+  1. 支持 DJI Air 2S 的新版限飞数据库升级,包含全球海量限飞数据的更新
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerDronesSeries.yaml b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerDronesSeries.yaml
new file mode 100644
index 0000000000000..b53f94d34e120
--- /dev/null
+++ b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerDronesSeries.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DJI.DJIAssistant2.ConsumerDronesSeries
+PackageVersion: V2.1.3.8
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerDronesSeries.installer.yaml b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerDronesSeries.installer.yaml
new file mode 100644
index 0000000000000..b0c3392c2a5eb
--- /dev/null
+++ b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerDronesSeries.installer.yaml
@@ -0,0 +1,16 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DJI.DJIAssistant2.ConsumerDronesSeries
+PackageVersion: V2.1.5.8
+InstallerType: inno
+Scope: machine
+UpgradeBehavior: install
+ReleaseDate: 2021-07-02
+Installers:
+- Architecture: x86
+  InstallerUrl: https://dl.djicdn.com/downloads/dji_assistant/20210702/DJI+Assistant+2(Consumer+Drones+Series)+2.1.5.exe
+  InstallerSha256: 61D411D3D47F40080ADF05EBC74635299CF0E4F860A3B3ABB403A94F26DF33C4
+  ProductCode: '{7369D6A6-CBF3-428F-8C82-3D647630FC9A}_is1'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerDronesSeries.locale.en-US.yaml b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerDronesSeries.locale.en-US.yaml
new file mode 100644
index 0000000000000..deee1feabc66f
--- /dev/null
+++ b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerDronesSeries.locale.en-US.yaml
@@ -0,0 +1,32 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DJI.DJIAssistant2.ConsumerDronesSeries
+PackageVersion: V2.1.5.8
+PackageLocale: en-US
+Publisher: DJI
+PublisherUrl: https://www.dji.com/
+PublisherSupportUrl: https://www.dji.com/support
+PrivacyUrl: https://www.dji.com/policy
+Author: SZ DJI Technology Co., Ltd.
+PackageName: DJI Assistant 2 (Consumer Drones Series)
+PackageUrl: https://www.dji.com/downloads/softwares/dji-assistant-2-consumer-drones-series
+License: Freeware
+LicenseUrl: https://www.dji.com/terms
+Copyright: Copyright © 2021 DJI All Rights Reserved.
+CopyrightUrl: https://www.dji.com/terms
+ShortDescription: Support the consumer drones series products, including mavic series.
+# Description:
+# Moniker:
+Tags:
+- dji
+- drone
+ReleaseNotes: |-
+  【DJI AIR 2S】
+  1. Support the update of the new Fly Safe Database of DJI Air 2S, which includes the updates of global NFZ.
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerDronesSeries.locale.zh-CN.yaml b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerDronesSeries.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..6cce59e66ed38
--- /dev/null
+++ b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerDronesSeries.locale.zh-CN.yaml
@@ -0,0 +1,32 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: DJI.DJIAssistant2.ConsumerDronesSeries
+PackageVersion: V2.1.5.8
+PackageLocale: zh-CN
+Publisher: DJI
+PublisherUrl: https://www.dji.com/cn
+PublisherSupportUrl: https://www.dji.com/cn/support
+PrivacyUrl: https://www.dji.com/cn/policy
+Author: 深圳市大疆创新科技有限公司
+PackageName: DJI Assistant 2 (消费机系列)
+PackageUrl: https://www.dji.com/cn/downloads/softwares/dji-assistant-2-consumer-drones-series
+License: 免费软件
+LicenseUrl: https://www.dji.com/cn/terms
+Copyright: Copyright © 2021 DJI All Rights Reserved.
+CopyrightUrl: https://www.dji.com/cn/terms
+ShortDescription: 支持消费无人机系列产品,包括 Mavic 系列。
+# Description:
+# Moniker:
+Tags:
+- 大疆
+- 无人机
+ReleaseNotes: |-
+  【DJI AIR 2S】
+  1. 支持 DJI Air 2S 的新版限飞数据库升级,包含全球海量限飞数据的更新
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerDronesSeries.yaml b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerDronesSeries.yaml
new file mode 100644
index 0000000000000..63ce0051dafd9
--- /dev/null
+++ b/manifests/d/DJI/DJIAssistant2/ConsumerDronesSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerDronesSeries.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DJI.DJIAssistant2.ConsumerDronesSeries
+PackageVersion: V2.1.5.8
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerSeries.installer.yaml b/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerSeries.installer.yaml
deleted file mode 100644
index 711296c9e1bd2..0000000000000
--- a/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerSeries.installer.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
-PackageIdentifier: DJI.DJIAssistant2.ConsumerSeries
-PackageVersion: V2.1.3.8
-Platform:
-  - Windows.Desktop
-InstallModes:
-  - interactive
-  - silent
-  - silentWithProgress
-Installers:
-- Architecture: x64
-  InstallerType: inno
-  InstallerUrl: https://dl.djicdn.com/downloads/dji_assistant/20210511_Consumer/DJI+Assistant+2(Consumer+Drones+Series)+2.1.3.exe
-  InstallerSha256: 3679538F5BB7C158EE0AC6E846D5DDCB440F359A96B29677DA88F5C9D5114C8A
-  Scope: machine
-ManifestType: installer
-ManifestVersion: 1.0.0
-
diff --git a/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerSeries.locale.en-US.yaml b/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerSeries.locale.en-US.yaml
deleted file mode 100644
index 5dc07218e77ca..0000000000000
--- a/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerSeries.locale.en-US.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
-PackageIdentifier: DJI.DJIAssistant2.ConsumerSeries
-PackageVersion: V2.1.3.8
-PackageLocale: en-US
-Publisher: DJI
-PublisherUrl: https://www.dji.com
-PublisherSupportUrl: https://www.dji.com/support
-PackageName: DJI Assistant 2 (Consumer Drones Series)
-PackageUrl: https://www.dji.com/downloads/softwares/dji-assistant-2-consumer-drones-series
-License: Copyright © 2016 DJI
-Copyright: Copyright © 2016 DJI
-ShortDescription: Maintenance software for DJI products.
-Tags:
-  - dji
-  - assistant 2
-  - consumer series
-ManifestType: defaultLocale
-ManifestVersion: 1.0.0
-
diff --git a/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerSeries.yaml b/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerSeries.yaml
deleted file mode 100644
index 3749933179aa0..0000000000000
--- a/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.3.8/DJI.DJIAssistant2.ConsumerSeries.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
-PackageIdentifier: DJI.DJIAssistant2.ConsumerSeries
-PackageVersion: V2.1.3.8
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.0.0
-
diff --git a/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerSeries.installer.yaml b/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerSeries.installer.yaml
deleted file mode 100644
index 1c975e850442a..0000000000000
--- a/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerSeries.installer.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
-PackageIdentifier: DJI.DJIAssistant2.ConsumerSeries
-PackageVersion: V2.1.5.8
-Platform:
-  - Windows.Desktop
-InstallModes:
-  - interactive
-  - silent
-  - silentWithProgress
-Installers:
-- Architecture: x86
-  InstallerType: inno
-  InstallerUrl: https://dl.djicdn.com/downloads/dji_assistant/20210702/DJI+Assistant+2(Consumer+Drones+Series)+2.1.5.exe
-  InstallerSha256: 61d411d3d47f40080adf05ebc74635299cf0e4f860a3b3abb403a94f26df33c4
-  Scope: machine
-ManifestType: installer
-ManifestVersion: 1.0.0
-
diff --git a/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerSeries.locale.en-US.yaml b/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerSeries.locale.en-US.yaml
deleted file mode 100644
index 90f54385bf77b..0000000000000
--- a/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerSeries.locale.en-US.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
-PackageIdentifier: DJI.DJIAssistant2.ConsumerSeries
-PackageVersion: V2.1.5.8
-PackageLocale: en-US
-Publisher: DJI
-PublisherUrl: https://www.dji.com
-PublisherSupportUrl: https://www.dji.com/support
-PackageName: DJI Assistant 2 (Consumer Drones Series)
-PackageUrl: https://www.dji.com/downloads/softwares/dji-assistant-2-consumer-drones-series
-License: Copyright © 2016 DJI
-Copyright: Copyright © 2016 DJI
-ShortDescription: Maintenance software for DJI products.
-Tags:
-  - dji
-  - assistant 2
-  - consumer series
-ManifestType: defaultLocale
-ManifestVersion: 1.0.0
-
diff --git a/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerSeries.yaml b/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerSeries.yaml
deleted file mode 100644
index ff5908ae93f57..0000000000000
--- a/manifests/d/DJI/DJIAssistant2/ConsumerSeries/V2.1.5.8/DJI.DJIAssistant2.ConsumerSeries.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
-PackageIdentifier: DJI.DJIAssistant2.ConsumerSeries
-PackageVersion: V2.1.5.8
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.0.0
-
diff --git a/manifests/d/DOSBoxStaging/DOSBoxStaging/0.81.2/DOSBoxStaging.DOSBoxStaging.installer.yaml b/manifests/d/DOSBoxStaging/DOSBoxStaging/0.81.2/DOSBoxStaging.DOSBoxStaging.installer.yaml
new file mode 100644
index 0000000000000..0d75845abe325
--- /dev/null
+++ b/manifests/d/DOSBoxStaging/DOSBoxStaging/0.81.2/DOSBoxStaging.DOSBoxStaging.installer.yaml
@@ -0,0 +1,34 @@
+# Created with AutoPublish using komac v2.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DOSBoxStaging.DOSBoxStaging
+PackageVersion: 0.81.2
+ReleaseDate: 2024-07-21
+Installers:
+- Architecture: x64
+  InstallerType: zip
+  NestedInstallerType: portable
+  NestedInstallerFiles:
+  - RelativeFilePath: dosbox-staging-v0.81.2/dosbox.exe
+  InstallerUrl: https://github.com/dosbox-staging/dosbox-staging/releases/download/v0.81.2/dosbox-staging-windows-v0.81.2.zip
+  InstallerSha256: D7EC6054AE58D287C3AD5FBF4C3DF732EA3FD75AE828C8F4481FCF7C6203D168
+- Architecture: x64
+  InstallerType: inno
+  Scope: user
+  InstallerUrl: https://github.com/dosbox-staging/dosbox-staging/releases/download/v0.81.2/dosbox-staging-windows-v0.81.2-setup.exe
+  InstallerSha256: 7C23512666F694420E5E2612742DE5FB64B32D336E54359B65FD21E7107EF51C
+  InstallerSwitches:
+    Silent: /sp- /verysilent /norestart /CURRENTUSER
+    SilentWithProgress: /sp- /silent /norestart /CURRENTUSER
+  UpgradeBehavior: install
+- Architecture: x64
+  InstallerType: inno
+  Scope: machine
+  InstallerUrl: https://github.com/dosbox-staging/dosbox-staging/releases/download/v0.81.2/dosbox-staging-windows-v0.81.2-setup.exe
+  InstallerSha256: 7C23512666F694420E5E2612742DE5FB64B32D336E54359B65FD21E7107EF51C
+  InstallerSwitches:
+    Silent: /sp- /verysilent /norestart /ALLUSERS
+    SilentWithProgress: /sp- /silent /norestart /ALLUSERS
+  UpgradeBehavior: install
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DOSBoxStaging/DOSBoxStaging/0.81.2/DOSBoxStaging.DOSBoxStaging.locale.en-US.yaml b/manifests/d/DOSBoxStaging/DOSBoxStaging/0.81.2/DOSBoxStaging.DOSBoxStaging.locale.en-US.yaml
new file mode 100644
index 0000000000000..3ee3118bbab72
--- /dev/null
+++ b/manifests/d/DOSBoxStaging/DOSBoxStaging/0.81.2/DOSBoxStaging.DOSBoxStaging.locale.en-US.yaml
@@ -0,0 +1,31 @@
+# Created with AutoPublish using komac v2.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DOSBoxStaging.DOSBoxStaging
+PackageVersion: 0.81.2
+PackageLocale: en-US
+Publisher: DOSBox Staging
+PublisherUrl: https://github.com/dosbox-staging
+PackageName: DOSBox Staging
+License: DOSBox Staging License
+LicenseUrl: https://github.com/dosbox-staging/dosbox-staging/blob/HEAD/LICENSE
+ShortDescription: Modern continuation of DOSBox with advanced features and current development practices.
+Tags:
+- arm
+- c
+- dos
+- dosbox
+- dosbox-staging
+- emulator
+- games
+- linux
+- macos
+- meson
+- opengl
+- sdl2
+- windows
+- x86
+ReleaseNotes: '0.81.2 release notes: https://dosbox-staging.github.io/releases/release-notes/0.81.2/'
+ReleaseNotesUrl: https://github.com/dosbox-staging/dosbox-staging/releases/tag/v0.81.2
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DOSBoxStaging/DOSBoxStaging/0.81.2/DOSBoxStaging.DOSBoxStaging.yaml b/manifests/d/DOSBoxStaging/DOSBoxStaging/0.81.2/DOSBoxStaging.DOSBoxStaging.yaml
new file mode 100644
index 0000000000000..8c4a06fbe7e15
--- /dev/null
+++ b/manifests/d/DOSBoxStaging/DOSBoxStaging/0.81.2/DOSBoxStaging.DOSBoxStaging.yaml
@@ -0,0 +1,8 @@
+# Created with AutoPublish using komac v2.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DOSBoxStaging.DOSBoxStaging
+PackageVersion: 0.81.2
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DW/Spectrum/Client/5.1.5.39242/DW.Spectrum.Client.installer.yaml b/manifests/d/DW/Spectrum/Client/5.1.5.39242/DW.Spectrum.Client.installer.yaml
new file mode 100644
index 0000000000000..6b74a27b356eb
--- /dev/null
+++ b/manifests/d/DW/Spectrum/Client/5.1.5.39242/DW.Spectrum.Client.installer.yaml
@@ -0,0 +1,18 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DW.Spectrum.Client
+PackageVersion: 5.1.5.39242
+InstallerLocale: en-US
+InstallerType: burn
+Scope: machine
+InstallerSwitches:
+  Silent: /S
+  SilentWithProgress: /S
+UpgradeBehavior: install
+Installers:
+- Architecture: x64
+  InstallerUrl: https://updates.digital-watchdog.com/digitalwatchdog/39242/windows/dwspectrum-client-5.1.5.39242-windows_x64.exe
+  InstallerSha256: 253E585C121B406ED0FDEE2C5841196A3D7B7A265E15DFE0B44565047E88C7FF
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DW/Spectrum/Client/5.1.5.39242/DW.Spectrum.Client.locale.en-US.yaml b/manifests/d/DW/Spectrum/Client/5.1.5.39242/DW.Spectrum.Client.locale.en-US.yaml
new file mode 100644
index 0000000000000..e4981fb408d61
--- /dev/null
+++ b/manifests/d/DW/Spectrum/Client/5.1.5.39242/DW.Spectrum.Client.locale.en-US.yaml
@@ -0,0 +1,29 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DW.Spectrum.Client
+PackageVersion: 5.1.5.39242
+PackageLocale: en-US
+Publisher: Digital Watchdog
+PublisherUrl: https://digital-watchdog.com/
+PublisherSupportUrl: https://digital-watchdog.com/dw-support/
+PrivacyUrl: https://digital-watchdog.com/page/statement-of-privacy/
+# Author:
+PackageName: DW Spectrum Client IPVMS
+# PackageUrl:
+License: Proprietary
+# LicenseUrl:
+Copyright: Digital Watchdog
+# CopyrightUrl:
+ShortDescription: The DW Spectrum Client is a user-friendly video management software that allows users to effortlessly access, manage, and monitor video surveillance footage from multiple cameras and locations through a single intuitive interface.
+# Description:
+# Moniker:
+Tags:
+- ipvms
+# ReleaseNotes:
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DW/Spectrum/Client/5.1.5.39242/DW.Spectrum.Client.yaml b/manifests/d/DW/Spectrum/Client/5.1.5.39242/DW.Spectrum.Client.yaml
new file mode 100644
index 0000000000000..bdbbd594ad4b6
--- /dev/null
+++ b/manifests/d/DW/Spectrum/Client/5.1.5.39242/DW.Spectrum.Client.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DW.Spectrum.Client
+PackageVersion: 5.1.5.39242
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20240527-unstable.1/DWANGO.NAIR.experimental.installer.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20240527-unstable.1/DWANGO.NAIR.experimental.installer.yaml
deleted file mode 100644
index ce3f96fa635b7..0000000000000
--- a/manifests/d/DWANGO/NAIR/experimental/1.1.20240527-unstable.1/DWANGO.NAIR.experimental.installer.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-# Automatically updated by the winget bot at 2024/May/27
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
-
-PackageIdentifier: DWANGO.NAIR.experimental
-PackageVersion: 1.1.20240527-unstable.1
-InstallerType: nullsoft
-InstallModes:
-- silent
-InstallerSwitches:
-  Silent: /s
-  SilentWithProgress: /S
-Installers:
-- Architecture: x64
-  InstallerUrl: https://n-air-app.nicovideo.jp/download/windows-unstable
-  InstallerSha256: D76478D444C9E75A595C19248D64D0942BE90FA1FEE1208B5891741C6C5F888E
-ManifestType: installer
-ManifestVersion: 1.6.0
diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20240527-unstable.1/DWANGO.NAIR.experimental.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20240527-unstable.1/DWANGO.NAIR.experimental.yaml
deleted file mode 100644
index 83954f889a191..0000000000000
--- a/manifests/d/DWANGO/NAIR/experimental/1.1.20240527-unstable.1/DWANGO.NAIR.experimental.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Automatically updated by the winget bot at 2024/May/27
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
-
-PackageIdentifier: DWANGO.NAIR.experimental
-PackageVersion: 1.1.20240527-unstable.1
-DefaultLocale: JA-JP
-ManifestType: version
-ManifestVersion: 1.6.0
diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20240905-unstable.1/DWANGO.NAIR.experimental.installer.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20240905-unstable.1/DWANGO.NAIR.experimental.installer.yaml
new file mode 100644
index 0000000000000..6d1309ec90616
--- /dev/null
+++ b/manifests/d/DWANGO/NAIR/experimental/1.1.20240905-unstable.1/DWANGO.NAIR.experimental.installer.yaml
@@ -0,0 +1,17 @@
+# Automatically updated by the winget bot at 2024/Sep/05
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DWANGO.NAIR.experimental
+PackageVersion: 1.1.20240905-unstable.1
+InstallerType: nullsoft
+InstallModes:
+- silent
+InstallerSwitches:
+  Silent: /s
+  SilentWithProgress: /S
+Installers:
+- Architecture: x64
+  InstallerUrl: https://n-air-app.nicovideo.jp/download/windows-unstable
+  InstallerSha256: BBC6ADAA445F92ACE3F59A71BC59092A8374FA07D377D52BEBCC4E616F25A032
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20240527-unstable.1/DWANGO.NAIR.experimental.locale.JA-JP.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20240905-unstable.1/DWANGO.NAIR.experimental.locale.JA-JP.yaml
similarity index 91%
rename from manifests/d/DWANGO/NAIR/experimental/1.1.20240527-unstable.1/DWANGO.NAIR.experimental.locale.JA-JP.yaml
rename to manifests/d/DWANGO/NAIR/experimental/1.1.20240905-unstable.1/DWANGO.NAIR.experimental.locale.JA-JP.yaml
index 488880ad17d67..8c10d192ab9e4 100644
--- a/manifests/d/DWANGO/NAIR/experimental/1.1.20240527-unstable.1/DWANGO.NAIR.experimental.locale.JA-JP.yaml
+++ b/manifests/d/DWANGO/NAIR/experimental/1.1.20240905-unstable.1/DWANGO.NAIR.experimental.locale.JA-JP.yaml
@@ -1,8 +1,8 @@
-# Automatically updated by the winget bot at 2024/May/27
+# Automatically updated by the winget bot at 2024/Sep/05
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
 
 PackageIdentifier: DWANGO.NAIR.experimental
-PackageVersion: 1.1.20240527-unstable.1
+PackageVersion: 1.1.20240905-unstable.1
 PackageLocale: JA-JP
 Publisher: koizuka
 PublisherUrl: https://github.com/n-air-app/n-air-app
diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20240905-unstable.1/DWANGO.NAIR.experimental.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20240905-unstable.1/DWANGO.NAIR.experimental.yaml
new file mode 100644
index 0000000000000..ca61220491de5
--- /dev/null
+++ b/manifests/d/DWANGO/NAIR/experimental/1.1.20240905-unstable.1/DWANGO.NAIR.experimental.yaml
@@ -0,0 +1,8 @@
+# Automatically updated by the winget bot at 2024/Sep/05
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DWANGO.NAIR.experimental
+PackageVersion: 1.1.20240905-unstable.1
+DefaultLocale: JA-JP
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.12.2/Dagger.Cli.installer.yaml b/manifests/d/Dagger/Cli/0.12.2/Dagger.Cli.installer.yaml
new file mode 100644
index 0000000000000..fb0dd6e1fff80
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.2/Dagger.Cli.installer.yaml
@@ -0,0 +1,22 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.2
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: dagger.exe
+  PortableCommandAlias: dagger
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.2/dagger_v0.12.2_windows_amd64.zip
+  InstallerSha256: A03D2755DEF972563483B87BFBE5E6229DBB31A19605DD9308EC90361FFD3B17
+- Architecture: arm64
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.2/dagger_v0.12.2_windows_arm64.zip
+  InstallerSha256: 001DE1921033E50CE816444E5A5F86C2DBC3676D588AAB6D0880719BB4CFEEAF
+- Architecture: arm
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.2/dagger_v0.12.2_windows_armv7.zip
+  InstallerSha256: E59DCE256AB592278F568EC7DF42E9E7830C75DA588CC45B87DB03B5AB19D462
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.12.2/Dagger.Cli.locale.en-US.yaml b/manifests/d/Dagger/Cli/0.12.2/Dagger.Cli.locale.en-US.yaml
new file mode 100644
index 0000000000000..5d4d10e2f926a
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.2/Dagger.Cli.locale.en-US.yaml
@@ -0,0 +1,12 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.2
+PackageLocale: en-US
+Publisher: Dagger
+PackageName: Dagger CLI
+License: Apache-2.0 license
+ShortDescription: Dagger is a tool that lets you replace your software project's artisanal scripts with a modern API and cross-language scripting engine.
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.12.2/Dagger.Cli.yaml b/manifests/d/Dagger/Cli/0.12.2/Dagger.Cli.yaml
new file mode 100644
index 0000000000000..8ae3064aa3fa3
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.2/Dagger.Cli.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.2
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.12.4/Dagger.Cli.installer.yaml b/manifests/d/Dagger/Cli/0.12.4/Dagger.Cli.installer.yaml
new file mode 100644
index 0000000000000..e7306f3ce1a3c
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.4/Dagger.Cli.installer.yaml
@@ -0,0 +1,22 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.4
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: dagger.exe
+  PortableCommandAlias: dagger
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.4/dagger_v0.12.4_windows_amd64.zip
+  InstallerSha256: 61FA1588A67A4A60637A02CDF2C7E92CE6E8E1C674FB3D88F728ED1F616C118B
+- Architecture: arm64
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.4/dagger_v0.12.4_windows_arm64.zip
+  InstallerSha256: B1E8905D492F370EE86E77D130F3606F77AC3D612D866FDCC55347B074A55066
+- Architecture: arm
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.4/dagger_v0.12.4_windows_armv7.zip
+  InstallerSha256: E9BDF1FE45B06EB0FA8A6EB7D1EBE5DE3DB77096BA6E1A90BB2AFB5C8134D181
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.12.4/Dagger.Cli.locale.en-US.yaml b/manifests/d/Dagger/Cli/0.12.4/Dagger.Cli.locale.en-US.yaml
new file mode 100644
index 0000000000000..f77cd244a33b4
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.4/Dagger.Cli.locale.en-US.yaml
@@ -0,0 +1,12 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.4
+PackageLocale: en-US
+Publisher: Dagger
+PackageName: Dagger CLI
+License: Apache-2.0 license
+ShortDescription: Dagger is a tool that lets you replace your software project's artisanal scripts with a modern API and cross-language scripting engine.
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.12.4/Dagger.Cli.yaml b/manifests/d/Dagger/Cli/0.12.4/Dagger.Cli.yaml
new file mode 100644
index 0000000000000..f22e4cfdc4b36
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.4/Dagger.Cli.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.4
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.12.5/Dagger.Cli.installer.yaml b/manifests/d/Dagger/Cli/0.12.5/Dagger.Cli.installer.yaml
new file mode 100644
index 0000000000000..2bd8de2b7194b
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.5/Dagger.Cli.installer.yaml
@@ -0,0 +1,22 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.5
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: dagger.exe
+  PortableCommandAlias: dagger
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.5/dagger_v0.12.5_windows_amd64.zip
+  InstallerSha256: 4E08B2FA714DA745B388835235D0C1C62BF963B12208747B97B1DF7A0310DFB8
+- Architecture: arm64
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.5/dagger_v0.12.5_windows_arm64.zip
+  InstallerSha256: 7925DF360811A7701D7A59F4C5218DADF8EDFB8F33D1499F43FD7F16F19324F6
+- Architecture: arm
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.5/dagger_v0.12.5_windows_armv7.zip
+  InstallerSha256: 65FB4E1B01FF4B8A1210443AAD753DA1DACE96A62549CE3A3506F579775F9398
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.12.5/Dagger.Cli.locale.en-US.yaml b/manifests/d/Dagger/Cli/0.12.5/Dagger.Cli.locale.en-US.yaml
new file mode 100644
index 0000000000000..34bad3bd54f52
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.5/Dagger.Cli.locale.en-US.yaml
@@ -0,0 +1,12 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.5
+PackageLocale: en-US
+Publisher: Dagger
+PackageName: Dagger CLI
+License: Apache-2.0 license
+ShortDescription: Dagger is a tool that lets you replace your software project's artisanal scripts with a modern API and cross-language scripting engine.
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.12.5/Dagger.Cli.yaml b/manifests/d/Dagger/Cli/0.12.5/Dagger.Cli.yaml
new file mode 100644
index 0000000000000..9dde912a89139
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.5/Dagger.Cli.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.5
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.12.6/Dagger.Cli.installer.yaml b/manifests/d/Dagger/Cli/0.12.6/Dagger.Cli.installer.yaml
new file mode 100644
index 0000000000000..8bb889721669c
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.6/Dagger.Cli.installer.yaml
@@ -0,0 +1,22 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.6
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: dagger.exe
+  PortableCommandAlias: dagger
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.6/dagger_v0.12.6_windows_amd64.zip
+  InstallerSha256: AE0A5E2B60F1B31A2952CF990579A8879E2AC68D6A42869392399B6AAC51AD98
+- Architecture: arm64
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.6/dagger_v0.12.6_windows_arm64.zip
+  InstallerSha256: C487DFCF0CD882F68740BA98DEEC6A2539E520AB35B1F7B90FAAB16A4F635156
+- Architecture: arm
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.6/dagger_v0.12.6_windows_armv7.zip
+  InstallerSha256: 5E00851882126FB1C765CD6E2B6C6B39E248BEF5FF662CF7B6894D5EA9F722F9
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.12.6/Dagger.Cli.locale.en-US.yaml b/manifests/d/Dagger/Cli/0.12.6/Dagger.Cli.locale.en-US.yaml
new file mode 100644
index 0000000000000..bdf3e94736b99
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.6/Dagger.Cli.locale.en-US.yaml
@@ -0,0 +1,12 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.6
+PackageLocale: en-US
+Publisher: Dagger
+PackageName: Dagger CLI
+License: Apache-2.0 license
+ShortDescription: Dagger is a tool that lets you replace your software project's artisanal scripts with a modern API and cross-language scripting engine.
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.12.6/Dagger.Cli.yaml b/manifests/d/Dagger/Cli/0.12.6/Dagger.Cli.yaml
new file mode 100644
index 0000000000000..d141c4f537ccf
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.6/Dagger.Cli.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.6
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.12.7/Dagger.Cli.installer.yaml b/manifests/d/Dagger/Cli/0.12.7/Dagger.Cli.installer.yaml
new file mode 100644
index 0000000000000..252b935e3fab1
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.7/Dagger.Cli.installer.yaml
@@ -0,0 +1,23 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.7
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: dagger.exe
+  PortableCommandAlias: dagger
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.7/dagger_v0.12.7_windows_amd64.zip
+  InstallerSha256: 70E37ADFF5AF182DD265EFC1217B91616041782D1676E26EB1EA801B0E19665D
+- Architecture: arm64
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.7/dagger_v0.12.7_windows_arm64.zip
+  InstallerSha256: 675029E238B744C5E2D0CD9601154929A8A108DF4CD643D7D9A80ABB2C70891E
+- Architecture: arm
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.12.7/dagger_v0.12.7_windows_armv7.zip
+  InstallerSha256: CBAD64C4F07FB8250F285AE9A078224A3A9A4EE3A9207513644B978BFACC5E0C
+ManifestType: installer
+ManifestVersion: 1.6.0
+ReleaseDate: 2024-09-02
diff --git a/manifests/d/Dagger/Cli/0.12.7/Dagger.Cli.locale.en-US.yaml b/manifests/d/Dagger/Cli/0.12.7/Dagger.Cli.locale.en-US.yaml
new file mode 100644
index 0000000000000..f9e170a7b2d02
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.7/Dagger.Cli.locale.en-US.yaml
@@ -0,0 +1,26 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.7
+PackageLocale: en-US
+Publisher: Dagger
+PublisherUrl: https://github.com/dagger
+PublisherSupportUrl: https://github.com/dagger/dagger/issues
+PackageName: Dagger CLI
+PackageUrl: https://github.com/dagger/dagger
+License: Apache-2.0 license
+ShortDescription: Dagger is a tool that lets you replace your software project's artisanal scripts with a modern API and cross-language scripting engine.
+Tags:
+- buildkit
+- ci-cd
+- containers
+- continuous-delivery
+- continuous-deployment
+- continuous-integration
+- deployment
+- devops
+- docker
+ReleaseNotesUrl: https://github.com/dagger/dagger/releases/tag/v0.12.7
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.12.7/Dagger.Cli.yaml b/manifests/d/Dagger/Cli/0.12.7/Dagger.Cli.yaml
new file mode 100644
index 0000000000000..09fcc92bbb1a9
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.12.7/Dagger.Cli.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.12.7
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.13.0/Dagger.Cli.installer.yaml b/manifests/d/Dagger/Cli/0.13.0/Dagger.Cli.installer.yaml
new file mode 100644
index 0000000000000..d2e8c00d747f8
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.13.0/Dagger.Cli.installer.yaml
@@ -0,0 +1,23 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.13.0
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: dagger.exe
+  PortableCommandAlias: dagger
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.13.0/dagger_v0.13.0_windows_amd64.zip
+  InstallerSha256: CDFB3255DFF42A00103730C1DBBFD80700DFBE80819E17735EDB774EE58B42E1
+- Architecture: arm64
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.13.0/dagger_v0.13.0_windows_arm64.zip
+  InstallerSha256: F51081F9BEA26FE78DC4FF3A04CE7BEE3E5B298C6EDA6505207A8055112C694F
+- Architecture: arm
+  InstallerUrl: https://github.com/dagger/dagger/releases/download/v0.13.0/dagger_v0.13.0_windows_armv7.zip
+  InstallerSha256: 2C9B62FF09996D650D5C97759997BADBE3D15833D0A0BA86F8AE08BF97C63786
+ManifestType: installer
+ManifestVersion: 1.6.0
+ReleaseDate: 2024-09-11
diff --git a/manifests/d/Dagger/Cli/0.13.0/Dagger.Cli.locale.en-US.yaml b/manifests/d/Dagger/Cli/0.13.0/Dagger.Cli.locale.en-US.yaml
new file mode 100644
index 0000000000000..faaa00da2dad8
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.13.0/Dagger.Cli.locale.en-US.yaml
@@ -0,0 +1,26 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.13.0
+PackageLocale: en-US
+Publisher: Dagger
+PublisherUrl: https://github.com/dagger
+PublisherSupportUrl: https://github.com/dagger/dagger/issues
+PackageName: Dagger CLI
+PackageUrl: https://github.com/dagger/dagger
+License: Apache-2.0 license
+ShortDescription: Dagger is a tool that lets you replace your software project's artisanal scripts with a modern API and cross-language scripting engine.
+Tags:
+- buildkit
+- ci-cd
+- containers
+- continuous-delivery
+- continuous-deployment
+- continuous-integration
+- deployment
+- devops
+- docker
+ReleaseNotesUrl: https://github.com/dagger/dagger/releases/tag/v0.13.0
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dagger/Cli/0.13.0/Dagger.Cli.yaml b/manifests/d/Dagger/Cli/0.13.0/Dagger.Cli.yaml
new file mode 100644
index 0000000000000..182e05e72b895
--- /dev/null
+++ b/manifests/d/Dagger/Cli/0.13.0/Dagger.Cli.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dagger.Cli
+PackageVersion: 0.13.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DanielMcGuireCorporation/MathBotCLI/3.4.0/DanielMcGuireCorporation.MathBotCLI.installer.yaml b/manifests/d/DanielMcGuireCorporation/MathBotCLI/3.4.0/DanielMcGuireCorporation.MathBotCLI.installer.yaml
index f4f3d49f16769..e2e11b4f678c2 100644
--- a/manifests/d/DanielMcGuireCorporation/MathBotCLI/3.4.0/DanielMcGuireCorporation.MathBotCLI.installer.yaml
+++ b/manifests/d/DanielMcGuireCorporation/MathBotCLI/3.4.0/DanielMcGuireCorporation.MathBotCLI.installer.yaml
@@ -9,7 +9,7 @@ Dependencies:
   - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8
 Installers:
 - Architecture: x64
-  InstallerUrl: https://github.com/Daniel-McGuire-Corporation/MathBotCLI/releases/download/v3.4.0.0/MathBotCLISetup.exe
+  InstallerUrl: https://github.com/Daniel-McGuire-Corporation/MathBotCLI/releases/download/v3.4.0.0/MathBotCLI3.4Setup.exe
   InstallerSha256: 6ADB8899EB309EDDB86D7AD37B024E336CD1D50608C6ACAD2ACF5EDF118C1ABE
   AppsAndFeaturesEntries:
   - Publisher: '"Daniel McGuire Corporation"'
diff --git a/manifests/d/Dapr/CLI/1.14.0/Dapr.CLI.installer.yaml b/manifests/d/Dapr/CLI/1.14.0/Dapr.CLI.installer.yaml
new file mode 100644
index 0000000000000..78c146fe584ba
--- /dev/null
+++ b/manifests/d/Dapr/CLI/1.14.0/Dapr.CLI.installer.yaml
@@ -0,0 +1,14 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI
+PackageVersion: 1.14.0
+InstallerLocale: en-US
+InstallerType: wix
+ProductCode: '{F647DDD7-85A3-4700-9AEA-894AF32982F3}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/dapr/cli/releases/download/v1.14.0/dapr.msi
+  InstallerSha256: 2C3354C7ADB3A4942D074986DC8D0428A5524D7FC176C6AF381251EB4E55F495
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/1.14.0/Dapr.CLI.locale.en-US.yaml b/manifests/d/Dapr/CLI/1.14.0/Dapr.CLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..d3ff11d71ce79
--- /dev/null
+++ b/manifests/d/Dapr/CLI/1.14.0/Dapr.CLI.locale.en-US.yaml
@@ -0,0 +1,15 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI
+PackageVersion: 1.14.0
+PackageLocale: en-US
+Publisher: Dapr
+PublisherUrl: https://dapr.io
+PackageName: Dapr CLI
+PackageUrl: https://github.com/dapr/cli
+License: Apache 2.0
+LicenseUrl: https://github.com/dapr/cli/blob/master/LICENSE
+ShortDescription: Dapr's official command-line tool
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/1.14.0/Dapr.CLI.yaml b/manifests/d/Dapr/CLI/1.14.0/Dapr.CLI.yaml
new file mode 100644
index 0000000000000..0acb727989612
--- /dev/null
+++ b/manifests/d/Dapr/CLI/1.14.0/Dapr.CLI.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI
+PackageVersion: 1.14.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/1.14.1/Dapr.CLI.installer.yaml b/manifests/d/Dapr/CLI/1.14.1/Dapr.CLI.installer.yaml
new file mode 100644
index 0000000000000..9fbead936c89a
--- /dev/null
+++ b/manifests/d/Dapr/CLI/1.14.1/Dapr.CLI.installer.yaml
@@ -0,0 +1,14 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI
+PackageVersion: 1.14.1
+InstallerLocale: en-US
+InstallerType: wix
+ProductCode: '{F6BAB4C4-0F58-4409-8056-BBED66C1DD13}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/dapr/cli/releases/download/v1.14.1/dapr.msi
+  InstallerSha256: 2254E443092E669F7FD3B7052BD2161F8871D443D9C830DE75E54265EE3AEDA6
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/1.14.1/Dapr.CLI.locale.en-US.yaml b/manifests/d/Dapr/CLI/1.14.1/Dapr.CLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..1784538c1893b
--- /dev/null
+++ b/manifests/d/Dapr/CLI/1.14.1/Dapr.CLI.locale.en-US.yaml
@@ -0,0 +1,15 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI
+PackageVersion: 1.14.1
+PackageLocale: en-US
+Publisher: Dapr
+PublisherUrl: https://dapr.io
+PackageName: Dapr CLI
+PackageUrl: https://github.com/dapr/cli
+License: Apache 2.0
+LicenseUrl: https://github.com/dapr/cli/blob/master/LICENSE
+ShortDescription: Dapr's official command-line tool
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/1.14.1/Dapr.CLI.yaml b/manifests/d/Dapr/CLI/1.14.1/Dapr.CLI.yaml
new file mode 100644
index 0000000000000..ce15b3f12ed07
--- /dev/null
+++ b/manifests/d/Dapr/CLI/1.14.1/Dapr.CLI.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI
+PackageVersion: 1.14.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/Preview/1.14.0-rc.5/Dapr.CLI.Preview.installer.yaml b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.5/Dapr.CLI.Preview.installer.yaml
new file mode 100644
index 0000000000000..4624e1e10a6bd
--- /dev/null
+++ b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.5/Dapr.CLI.Preview.installer.yaml
@@ -0,0 +1,14 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI.Preview
+PackageVersion: 1.14.0-rc.5
+InstallerLocale: en-US
+InstallerType: wix
+ProductCode: '{4FE7C142-BC5E-4381-8105-9F41B4FBF99C}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/dapr/cli/releases/download/v1.14.0-rc.5/dapr.msi
+  InstallerSha256: 4E58F800A7332D0A0C5000B4E4DC2E8E7681BDFDCA045A42108CC4AF71276686
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/Preview/1.14.0-rc.5/Dapr.CLI.Preview.locale.en-US.yaml b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.5/Dapr.CLI.Preview.locale.en-US.yaml
new file mode 100644
index 0000000000000..1ceec1d8db51b
--- /dev/null
+++ b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.5/Dapr.CLI.Preview.locale.en-US.yaml
@@ -0,0 +1,15 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI.Preview
+PackageVersion: 1.14.0-rc.5
+PackageLocale: en-US
+Publisher: Dapr
+PublisherUrl: https://dapr.io
+PackageName: CLI
+PackageUrl: https://github.com/dapr/cli
+License: Apache 2.0
+LicenseUrl: https://github.com/dapr/cli/blob/master/LICENSE
+ShortDescription: Dapr's official command-line tool
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/Preview/1.14.0-rc.5/Dapr.CLI.Preview.yaml b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.5/Dapr.CLI.Preview.yaml
new file mode 100644
index 0000000000000..d86422cf72170
--- /dev/null
+++ b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.5/Dapr.CLI.Preview.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI.Preview
+PackageVersion: 1.14.0-rc.5
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/Preview/1.14.0-rc.6/Dapr.CLI.Preview.installer.yaml b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.6/Dapr.CLI.Preview.installer.yaml
new file mode 100644
index 0000000000000..1b3d34e560a0f
--- /dev/null
+++ b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.6/Dapr.CLI.Preview.installer.yaml
@@ -0,0 +1,14 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI.Preview
+PackageVersion: 1.14.0-rc.6
+InstallerLocale: en-US
+InstallerType: wix
+ProductCode: '{7A60CFAB-D871-4C4C-9B3F-AC408C4549B6}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/dapr/cli/releases/download/v1.14.0-rc.6/dapr.msi
+  InstallerSha256: 696D88C75BA1607FC43C9512C402C77AB5316C6708BE94A623D4F0FD11F7FA6D
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/Preview/1.14.0-rc.6/Dapr.CLI.Preview.locale.en-US.yaml b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.6/Dapr.CLI.Preview.locale.en-US.yaml
new file mode 100644
index 0000000000000..87ab0de760e11
--- /dev/null
+++ b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.6/Dapr.CLI.Preview.locale.en-US.yaml
@@ -0,0 +1,15 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI.Preview
+PackageVersion: 1.14.0-rc.6
+PackageLocale: en-US
+Publisher: Dapr
+PublisherUrl: https://dapr.io
+PackageName: CLI
+PackageUrl: https://github.com/dapr/cli
+License: Apache 2.0
+LicenseUrl: https://github.com/dapr/cli/blob/master/LICENSE
+ShortDescription: Dapr's official command-line tool
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/Preview/1.14.0-rc.6/Dapr.CLI.Preview.yaml b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.6/Dapr.CLI.Preview.yaml
new file mode 100644
index 0000000000000..9a146aaa30dc4
--- /dev/null
+++ b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.6/Dapr.CLI.Preview.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI.Preview
+PackageVersion: 1.14.0-rc.6
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/Preview/1.14.0-rc.7/Dapr.CLI.Preview.installer.yaml b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.7/Dapr.CLI.Preview.installer.yaml
new file mode 100644
index 0000000000000..e263d52a9af2f
--- /dev/null
+++ b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.7/Dapr.CLI.Preview.installer.yaml
@@ -0,0 +1,14 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI.Preview
+PackageVersion: 1.14.0-rc.7
+InstallerLocale: en-US
+InstallerType: wix
+ProductCode: '{1A66EA11-68D4-462F-9F91-DF75ACF61C3D}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/dapr/cli/releases/download/v1.14.0-rc.7/dapr.msi
+  InstallerSha256: 0940A95C38B5704CC333843F0566386A6D00F27A7FA1B4483D63DC5AEE75B700
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/Preview/1.14.0-rc.7/Dapr.CLI.Preview.locale.en-US.yaml b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.7/Dapr.CLI.Preview.locale.en-US.yaml
new file mode 100644
index 0000000000000..d9b590eadd200
--- /dev/null
+++ b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.7/Dapr.CLI.Preview.locale.en-US.yaml
@@ -0,0 +1,15 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI.Preview
+PackageVersion: 1.14.0-rc.7
+PackageLocale: en-US
+Publisher: Dapr
+PublisherUrl: https://dapr.io
+PackageName: CLI
+PackageUrl: https://github.com/dapr/cli
+License: Apache 2.0
+LicenseUrl: https://github.com/dapr/cli/blob/master/LICENSE
+ShortDescription: Dapr's official command-line tool
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/Preview/1.14.0-rc.7/Dapr.CLI.Preview.yaml b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.7/Dapr.CLI.Preview.yaml
new file mode 100644
index 0000000000000..4be18a2bd9270
--- /dev/null
+++ b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.7/Dapr.CLI.Preview.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI.Preview
+PackageVersion: 1.14.0-rc.7
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/Preview/1.14.0-rc.8/Dapr.CLI.Preview.installer.yaml b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.8/Dapr.CLI.Preview.installer.yaml
new file mode 100644
index 0000000000000..2f40da446718c
--- /dev/null
+++ b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.8/Dapr.CLI.Preview.installer.yaml
@@ -0,0 +1,14 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI.Preview
+PackageVersion: 1.14.0-rc.8
+InstallerLocale: en-US
+InstallerType: wix
+ProductCode: '{9CB0D8E3-5294-45FB-BAA7-154B6A652940}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/dapr/cli/releases/download/v1.14.0-rc.8/dapr.msi
+  InstallerSha256: 1229F1168F495B96EF65BC3EAE5E0BD28E9BEEF1F5099518C3CA95422911127D
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/Preview/1.14.0-rc.8/Dapr.CLI.Preview.locale.en-US.yaml b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.8/Dapr.CLI.Preview.locale.en-US.yaml
new file mode 100644
index 0000000000000..f7a35445ff427
--- /dev/null
+++ b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.8/Dapr.CLI.Preview.locale.en-US.yaml
@@ -0,0 +1,15 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI.Preview
+PackageVersion: 1.14.0-rc.8
+PackageLocale: en-US
+Publisher: Dapr
+PublisherUrl: https://dapr.io
+PackageName: CLI
+PackageUrl: https://github.com/dapr/cli
+License: Apache 2.0
+LicenseUrl: https://github.com/dapr/cli/blob/master/LICENSE
+ShortDescription: Dapr's official command-line tool
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dapr/CLI/Preview/1.14.0-rc.8/Dapr.CLI.Preview.yaml b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.8/Dapr.CLI.Preview.yaml
new file mode 100644
index 0000000000000..5f35674821b0c
--- /dev/null
+++ b/manifests/d/Dapr/CLI/Preview/1.14.0-rc.8/Dapr.CLI.Preview.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dapr.CLI.Preview
+PackageVersion: 1.14.0-rc.8
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DataPower/SaveWizardforPS4MAX/1.0.7646.26709/DataPower.SaveWizardforPS4MAX.installer.yaml b/manifests/d/DataPower/SaveWizardforPS4MAX/1.0.7646.26709/DataPower.SaveWizardforPS4MAX.installer.yaml
deleted file mode 100644
index 98039fb806bbd..0000000000000
--- a/manifests/d/DataPower/SaveWizardforPS4MAX/1.0.7646.26709/DataPower.SaveWizardforPS4MAX.installer.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-# Created using wingetcreate 1.5.7.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
-
-PackageIdentifier: DataPower.SaveWizardforPS4MAX
-PackageVersion: 1.0.7646.26709
-InstallerLocale: en-US
-InstallerType: zip
-NestedInstallerType: wix
-NestedInstallerFiles:
-- RelativeFilePath: SaveWizard.msi
-ProductCode: '{D0DDCFB5-446F-423A-8C72-6CFE537AF959}'
-Installers:
-- Architecture: x64
-  InstallerUrl: https://www.savewizard.net/wp-content/uploads/2020/12/SaveWizard.zip
-  InstallerSha256: 5B0E541B67709FF205BE5C1540D68D5E1730B7821489FC4130B25FCDE82CA317
-ManifestType: installer
-ManifestVersion: 1.5.0
diff --git a/manifests/d/DataPower/SaveWizardforPS4MAX/1.0.7646.26709/DataPower.SaveWizardforPS4MAX.locale.en-US.yaml b/manifests/d/DataPower/SaveWizardforPS4MAX/1.0.7646.26709/DataPower.SaveWizardforPS4MAX.locale.en-US.yaml
deleted file mode 100644
index 827e5ac07e39f..0000000000000
--- a/manifests/d/DataPower/SaveWizardforPS4MAX/1.0.7646.26709/DataPower.SaveWizardforPS4MAX.locale.en-US.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-# Created using wingetcreate 1.5.7.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
-
-PackageIdentifier: DataPower.SaveWizardforPS4MAX
-PackageVersion: 1.0.7646.26709
-PackageLocale: en-US
-Publisher: DataPower
-PackageName: Save Wizard for PS4 MAX
-License: Proprietary
-ShortDescription: Save game editor for PS4.
-ManifestType: defaultLocale
-ManifestVersion: 1.5.0
diff --git a/manifests/d/DataPower/SaveWizardforPS4MAX/1.0.7646.26709/DataPower.SaveWizardforPS4MAX.yaml b/manifests/d/DataPower/SaveWizardforPS4MAX/1.0.7646.26709/DataPower.SaveWizardforPS4MAX.yaml
deleted file mode 100644
index c39e08eb7b583..0000000000000
--- a/manifests/d/DataPower/SaveWizardforPS4MAX/1.0.7646.26709/DataPower.SaveWizardforPS4MAX.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Created using wingetcreate 1.5.7.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
-
-PackageIdentifier: DataPower.SaveWizardforPS4MAX
-PackageVersion: 1.0.7646.26709
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.5.0
diff --git a/manifests/d/DataPower/SaveWizardforPS4MAX/1.1.0.0/DataPower.SaveWizardforPS4MAX.installer.yaml b/manifests/d/DataPower/SaveWizardforPS4MAX/1.1.0.0/DataPower.SaveWizardforPS4MAX.installer.yaml
new file mode 100644
index 0000000000000..d47b67ed0a042
--- /dev/null
+++ b/manifests/d/DataPower/SaveWizardforPS4MAX/1.1.0.0/DataPower.SaveWizardforPS4MAX.installer.yaml
@@ -0,0 +1,22 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DataPower.SaveWizardforPS4MAX
+PackageVersion: 1.1.0.0
+InstallerType: zip
+InstallerSwitches:
+  InstallLocation: INSTALLDIR=""
+UpgradeBehavior: install
+AppsAndFeaturesEntries:
+- ProductCode: '{D0DDCFB5-446F-423A-8C72-6CFE537AF959}'
+  UpgradeCode: '{F876B479-93FA-4479-A84B-E5D57FC2BDE8}'
+Installers:
+- Architecture: x86
+  NestedInstallerType: wix
+  NestedInstallerFiles:
+  - RelativeFilePath: SaveWizard.msi
+  InstallerUrl: https://www.savewizard.net/wp-content/uploads/2020/12/SaveWizard.zip
+  InstallerSha256: 5B0E541B67709FF205BE5C1540D68D5E1730B7821489FC4130B25FCDE82CA317
+  ProductCode: '{D0DDCFB5-446F-423A-8C72-6CFE537AF959}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DataPower/SaveWizardforPS4MAX/1.1.0.0/DataPower.SaveWizardforPS4MAX.locale.en-US.yaml b/manifests/d/DataPower/SaveWizardforPS4MAX/1.1.0.0/DataPower.SaveWizardforPS4MAX.locale.en-US.yaml
new file mode 100644
index 0000000000000..3492b91aeda19
--- /dev/null
+++ b/manifests/d/DataPower/SaveWizardforPS4MAX/1.1.0.0/DataPower.SaveWizardforPS4MAX.locale.en-US.yaml
@@ -0,0 +1,34 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DataPower.SaveWizardforPS4MAX
+PackageVersion: 1.1.0.0
+PackageLocale: en-US
+Publisher: DataPower
+PublisherUrl: https://www.savewizard.net/
+PublisherSupportUrl: https://www.savewizard.net/support/
+PrivacyUrl: https://www.savewizard.net/privacy-policy/
+Author: Data Power Development Limited
+PackageName: Save Wizard for PS4 MAX
+PackageUrl: https://www.savewizard.net/beta/
+License: Proprietary
+# LicenseUrl:
+Copyright: (C) DATA POWER DEVELOPMENT LIMITED
+# CopyrightUrl:
+ShortDescription: Save game editor for PS4.
+# Description:
+# Moniker:
+Tags:
+- playstation
+- ps4
+# ReleaseNotes:
+# ReleaseNotesUrl:
+PurchaseUrl: https://www.savewizard.net/#Buy-Now
+# InstallationNotes:
+Documentations:
+- DocumentLabel: Manual
+  DocumentUrl: https://www.savewizard.net/manual/
+- DocumentLabel: FAQ
+  DocumentUrl: https://www.savewizard.net/faqs/
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DataPower/SaveWizardforPS4MAX/1.1.0.0/DataPower.SaveWizardforPS4MAX.locale.zh-CN.yaml b/manifests/d/DataPower/SaveWizardforPS4MAX/1.1.0.0/DataPower.SaveWizardforPS4MAX.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..a63f945661ea2
--- /dev/null
+++ b/manifests/d/DataPower/SaveWizardforPS4MAX/1.1.0.0/DataPower.SaveWizardforPS4MAX.locale.zh-CN.yaml
@@ -0,0 +1,34 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: DataPower.SaveWizardforPS4MAX
+PackageVersion: 1.1.0.0
+PackageLocale: zh-CN
+Publisher: DataPower
+PublisherUrl: https://www.savewizard.net/
+PublisherSupportUrl: https://www.savewizard.net/support/
+PrivacyUrl: https://www.savewizard.net/privacy-policy/
+Author: 華來發展有限公司
+PackageName: Save Wizard for PS4 MAX
+PackageUrl: https://www.savewizard.net/beta/
+License: 专有软件
+# LicenseUrl:
+Copyright: (C) DATA POWER DEVELOPMENT LIMITED
+# CopyrightUrl:
+ShortDescription: PS4 存档编辑器
+# Description:
+# Moniker:
+Tags:
+- playstation
+- ps4
+# ReleaseNotes:
+# ReleaseNotesUrl:
+PurchaseUrl: https://www.savewizard.net/#Buy-Now
+# InstallationNotes:
+Documentations:
+- DocumentLabel: 手册
+  DocumentUrl: https://www.savewizard.net/manual/
+- DocumentLabel: 常见问题
+  DocumentUrl: https://www.savewizard.net/faqs/
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DataPower/SaveWizardforPS4MAX/1.1.0.0/DataPower.SaveWizardforPS4MAX.yaml b/manifests/d/DataPower/SaveWizardforPS4MAX/1.1.0.0/DataPower.SaveWizardforPS4MAX.yaml
new file mode 100644
index 0000000000000..55933ae1466e8
--- /dev/null
+++ b/manifests/d/DataPower/SaveWizardforPS4MAX/1.1.0.0/DataPower.SaveWizardforPS4MAX.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DataPower.SaveWizardforPS4MAX
+PackageVersion: 1.1.0.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DataTools/CATCLI/1.5.0.2/DataTools.CATCLI.installer.yaml b/manifests/d/DataTools/CATCLI/1.5.0.2/DataTools.CATCLI.installer.yaml
new file mode 100644
index 0000000000000..7a61e57bb391d
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.5.0.2/DataTools.CATCLI.installer.yaml
@@ -0,0 +1,12 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.5.0.2
+InstallerType: inno
+Installers:
+- Architecture: x64
+  InstallerUrl: https://docs.justcat.it/releases/cat-cli-1.5.0.2-setup.exe
+  InstallerSha256: E59E2BB9A93E339AEB0559BFDE71F6C029C4299A6615F854478A99B735BEFC2F
+ManifestType: installer
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.5.0.2/DataTools.CATCLI.locale.en-US.yaml b/manifests/d/DataTools/CATCLI/1.5.0.2/DataTools.CATCLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..b6877d0d5a846
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.5.0.2/DataTools.CATCLI.locale.en-US.yaml
@@ -0,0 +1,34 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.5.0.2
+PackageLocale: en-US
+Publisher: Data Tools s.r.o.
+PublisherUrl: https://www.justcat.it
+PublisherSupportUrl: https://board.usersnap.com/w6712lQ2m1uRDnc7
+PrivacyUrl: https://docs.justcat.it/docs/privacy-policy
+Author: Data Tools s.r.o., Prague, Czech Republic
+PackageName: CAT CLI
+PackageUrl: https://www.justcat.it
+License: Commercial
+LicenseUrl: https://docs.justcat.it/docs/license\
+Copyright: Data Tools s.r.o., Prague, Czech Republic
+ShortDescription: CAT is a powerful tool that helps you to test your data. It's super easy to set up and use.
+Description: Use CAT to easily author tests. Connect to any major data storage engine available on the market. Combine various test cases in endless range of data testing scenarios. Report on data quality to your team. Experience fearless production releases.
+Moniker: catcli
+Tags:
+- test
+- testing
+- data
+- data-testing
+- cli
+- cat
+ReleaseNotes: https://docs.justcat.it/docs/release-notes/recent/1.5.0
+ReleaseNotesUrl: https://docs.justcat.it/docs/release-notes/recent/1.5.0
+PurchaseUrl: https://portal.justcat.it/#/talk-to-sales
+InstallationNotes: Thanks for installing CAT! Happy testing. CAT team.
+Documentations:
+- DocumentUrl: https://docs.justcat.it
+ManifestType: defaultLocale
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.5.0.2/DataTools.CATCLI.yaml b/manifests/d/DataTools/CATCLI/1.5.0.2/DataTools.CATCLI.yaml
new file mode 100644
index 0000000000000..e60b48876d0e6
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.5.0.2/DataTools.CATCLI.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.5.0.2
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.6.0.1/DataTools.CATCLI.installer.yaml b/manifests/d/DataTools/CATCLI/1.6.0.1/DataTools.CATCLI.installer.yaml
new file mode 100644
index 0000000000000..4f980f3dae0bf
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.6.0.1/DataTools.CATCLI.installer.yaml
@@ -0,0 +1,12 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.6.0.1
+InstallerType: inno
+Installers:
+- Architecture: x64
+  InstallerUrl: https://docs.justcat.it/releases/cat-cli-1.6.0.1-setup.exe
+  InstallerSha256: 6CB79B886E082F19A6826741C7637328DCB69C03BACE77562D25BA967ECA8FCC
+ManifestType: installer
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.6.0.1/DataTools.CATCLI.locale.en-US.yaml b/manifests/d/DataTools/CATCLI/1.6.0.1/DataTools.CATCLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..077ae4c42c878
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.6.0.1/DataTools.CATCLI.locale.en-US.yaml
@@ -0,0 +1,34 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.6.0.1
+PackageLocale: en-US
+Publisher: Data Tools s.r.o.
+PublisherUrl: https://www.justcat.it
+PublisherSupportUrl: https://board.usersnap.com/w6712lQ2m1uRDnc7
+PrivacyUrl: https://docs.justcat.it/docs/privacy-policy
+Author: Data Tools s.r.o., Prague, Czech Republic
+PackageName: CAT CLI
+PackageUrl: https://www.justcat.it
+License: Commercial
+LicenseUrl: https://docs.justcat.it/docs/license
+Copyright: Data Tools s.r.o., Prague, Czech Republic
+ShortDescription: CAT is a powerful tool that helps you to test your data. It's super easy to set up and use.
+Description: Use CAT to easily author tests. Connect to any major data storage engine available on the market. Combine various test cases in endless range of data testing scenarios. Report on data quality to your team. Experience fearless production releases.
+Moniker: catcli
+Tags:
+- test
+- testing
+- data
+- data-testing
+- cli
+- cat
+ReleaseNotes: https://docs.justcat.it/docs/release-notes/recent/1.6.0
+ReleaseNotesUrl: https://docs.justcat.it/docs/release-notes/recent/1.6.0
+PurchaseUrl: https://portal.justcat.it/#/talk-to-sales
+InstallationNotes: Thanks for installing CAT! Happy testing. CAT team.
+Documentations:
+- DocumentUrl: https://docs.justcat.it
+ManifestType: defaultLocale
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.6.0.1/DataTools.CATCLI.yaml b/manifests/d/DataTools/CATCLI/1.6.0.1/DataTools.CATCLI.yaml
new file mode 100644
index 0000000000000..54231daf94766
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.6.0.1/DataTools.CATCLI.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.6.0.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.7.0.1/DataTools.CATCLI.installer.yaml b/manifests/d/DataTools/CATCLI/1.7.0.1/DataTools.CATCLI.installer.yaml
new file mode 100644
index 0000000000000..c34418638b38a
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.7.0.1/DataTools.CATCLI.installer.yaml
@@ -0,0 +1,12 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.7.0.1
+InstallerType: inno
+Installers:
+- Architecture: x64
+  InstallerUrl: https://docs.justcat.it/releases/cat-cli-1.7.0.1-setup.exe
+  InstallerSha256: A34F17D09900F73C3D2DB8655919BDA16F20E6314683386B347B43578FBF47B0
+ManifestType: installer
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.7.0.1/DataTools.CATCLI.locale.en-US.yaml b/manifests/d/DataTools/CATCLI/1.7.0.1/DataTools.CATCLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..da5bc62a9a81f
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.7.0.1/DataTools.CATCLI.locale.en-US.yaml
@@ -0,0 +1,34 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.7.0.1
+PackageLocale: en-US
+Publisher: Data Tools s.r.o.
+PublisherUrl: https://www.justcat.it
+PublisherSupportUrl: https://board.usersnap.com/w6712lQ2m1uRDnc7
+PrivacyUrl: https://docs.justcat.it/docs/privacy-policy
+Author: Data Tools s.r.o., Prague, Czech Republic
+PackageName: CAT CLI
+PackageUrl: https://www.justcat.it
+License: Commercial
+LicenseUrl: https://docs.justcat.it/docs/license
+Copyright: Data Tools s.r.o., Prague, Czech Republic
+ShortDescription: CAT is a powerful tool that helps you to test your data. It's super easy to set up and use.
+Description: Use CAT to easily author tests. Connect to any major data storage engine available on the market. Combine various test cases in endless range of data testing scenarios. Report on data quality to your team. Experience fearless production releases.
+Moniker: catcli
+Tags:
+- test
+- testing
+- data
+- data-testing
+- cli
+- cat
+ReleaseNotes: https://docs.justcat.it/docs/release-notes/recent/1.7.0
+ReleaseNotesUrl: https://docs.justcat.it/docs/release-notes/recent/1.7.0
+PurchaseUrl: https://portal.justcat.it/#/talk-to-sales
+InstallationNotes: Thanks for installing CAT! Happy testing. CAT team.
+Documentations:
+- DocumentUrl: https://docs.justcat.it
+ManifestType: defaultLocale
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.7.0.1/DataTools.CATCLI.yaml b/manifests/d/DataTools/CATCLI/1.7.0.1/DataTools.CATCLI.yaml
new file mode 100644
index 0000000000000..4aa261aaf2e7a
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.7.0.1/DataTools.CATCLI.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.7.0.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.8.0.1/DataTools.CATCLI.installer.yaml b/manifests/d/DataTools/CATCLI/1.8.0.1/DataTools.CATCLI.installer.yaml
new file mode 100644
index 0000000000000..c9c8a1178bc5b
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.8.0.1/DataTools.CATCLI.installer.yaml
@@ -0,0 +1,12 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.8.0.1
+InstallerType: inno
+Installers:
+- Architecture: x64
+  InstallerUrl: https://docs.justcat.it/releases/cat-cli-1.8.0.1-setup.exe
+  InstallerSha256: 8163EEA77E206FCF75CCD05FFDDAF009F217D88A2F72E4BAE8FB84A41B9161BF
+ManifestType: installer
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.8.0.1/DataTools.CATCLI.locale.en-US.yaml b/manifests/d/DataTools/CATCLI/1.8.0.1/DataTools.CATCLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..f2c413b3ae796
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.8.0.1/DataTools.CATCLI.locale.en-US.yaml
@@ -0,0 +1,34 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.8.0.1
+PackageLocale: en-US
+Publisher: Data Tools s.r.o.
+PublisherUrl: https://www.justcat.it
+PublisherSupportUrl: https://board.usersnap.com/w6712lQ2m1uRDnc7
+PrivacyUrl: https://docs.justcat.it/docs/privacy-policy
+Author: Data Tools s.r.o., Prague, Czech Republic
+PackageName: CAT CLI
+PackageUrl: https://www.justcat.it
+License: Commercial
+LicenseUrl: https://docs.justcat.it/docs/license
+Copyright: Data Tools s.r.o., Prague, Czech Republic
+ShortDescription: CAT is a powerful tool that helps you to test your data. It's super easy to set up and use.
+Description: Use CAT to easily author tests. Connect to any major data storage engine available on the market. Combine various test cases in endless range of data testing scenarios. Report on data quality to your team. Experience fearless production releases.
+Moniker: catcli
+Tags:
+- test
+- testing
+- data
+- data-testing
+- cli
+- cat
+ReleaseNotes: https://docs.justcat.it/docs/release-notes/recent/1.8.0
+ReleaseNotesUrl: https://docs.justcat.it/docs/release-notes/recent/1.8.0
+PurchaseUrl: https://portal.justcat.it/#/talk-to-sales
+InstallationNotes: Thanks for installing CAT! Happy testing. CAT team.
+Documentations:
+- DocumentUrl: https://docs.justcat.it
+ManifestType: defaultLocale
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.8.0.1/DataTools.CATCLI.yaml b/manifests/d/DataTools/CATCLI/1.8.0.1/DataTools.CATCLI.yaml
new file mode 100644
index 0000000000000..91049ec64a7f3
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.8.0.1/DataTools.CATCLI.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.8.0.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.9.0.2/DataTools.CATCLI.installer.yaml b/manifests/d/DataTools/CATCLI/1.9.0.2/DataTools.CATCLI.installer.yaml
new file mode 100644
index 0000000000000..d3e92ba2f784a
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.9.0.2/DataTools.CATCLI.installer.yaml
@@ -0,0 +1,12 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.9.0.2
+InstallerType: inno
+Installers:
+- Architecture: x64
+  InstallerUrl: https://docs.justcat.it/releases/cat-cli-1.9.0.2-setup.exe
+  InstallerSha256: 7496B38AED77359554EAAEE0E1F927224C3314B798CFBE21395F8DA2D5BBE953
+ManifestType: installer
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.9.0.2/DataTools.CATCLI.locale.en-US.yaml b/manifests/d/DataTools/CATCLI/1.9.0.2/DataTools.CATCLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..65116d953681b
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.9.0.2/DataTools.CATCLI.locale.en-US.yaml
@@ -0,0 +1,34 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.9.0.2
+PackageLocale: en-US
+Publisher: Data Tools s.r.o.
+PublisherUrl: https://www.justcat.it
+PublisherSupportUrl: https://board.usersnap.com/w6712lQ2m1uRDnc7
+PrivacyUrl: https://docs.justcat.it/docs/privacy-policy
+Author: Data Tools s.r.o., Prague, Czech Republic
+PackageName: CAT CLI
+PackageUrl: https://www.justcat.it
+License: Commercial
+LicenseUrl: https://docs.justcat.it/docs/license
+Copyright: Data Tools s.r.o., Prague, Czech Republic
+ShortDescription: CAT is a powerful tool that helps you to test your data. It's super easy to set up and use.
+Description: Use CAT to easily author tests. Connect to any major data storage engine available on the market. Combine various test cases in endless range of data testing scenarios. Report on data quality to your team. Experience fearless production releases.
+Moniker: catcli
+Tags:
+- test
+- testing
+- data
+- data-testing
+- cli
+- cat
+ReleaseNotes: https://docs.justcat.it/docs/release-notes/recent/1.9.0
+ReleaseNotesUrl: https://docs.justcat.it/docs/release-notes/recent/1.9.0
+PurchaseUrl: https://portal.justcat.it/#/talk-to-sales
+InstallationNotes: Thanks for installing CAT! Happy testing. CAT team.
+Documentations:
+- DocumentUrl: https://docs.justcat.it
+ManifestType: defaultLocale
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.9.0.2/DataTools.CATCLI.yaml b/manifests/d/DataTools/CATCLI/1.9.0.2/DataTools.CATCLI.yaml
new file mode 100644
index 0000000000000..e1f55fad4dc9a
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.9.0.2/DataTools.CATCLI.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.9.0.2
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.9.1.1/DataTools.CATCLI.installer.yaml b/manifests/d/DataTools/CATCLI/1.9.1.1/DataTools.CATCLI.installer.yaml
new file mode 100644
index 0000000000000..e1e3eb1cc96aa
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.9.1.1/DataTools.CATCLI.installer.yaml
@@ -0,0 +1,12 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.9.1.1
+InstallerType: inno
+Installers:
+- Architecture: x64
+  InstallerUrl: https://docs.justcat.it/releases/cat-cli-1.9.1.1-setup.exe
+  InstallerSha256: 0943307090D704723E69EDE7B8F1957E09B968531A9277FC8BD10821C726FE0B
+ManifestType: installer
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.9.1.1/DataTools.CATCLI.locale.en-US.yaml b/manifests/d/DataTools/CATCLI/1.9.1.1/DataTools.CATCLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..31607f4813b20
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.9.1.1/DataTools.CATCLI.locale.en-US.yaml
@@ -0,0 +1,34 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.9.1.1
+PackageLocale: en-US
+Publisher: Data Tools s.r.o.
+PublisherUrl: https://www.justcat.it
+PublisherSupportUrl: https://board.usersnap.com/w6712lQ2m1uRDnc7
+PrivacyUrl: https://docs.justcat.it/docs/privacy-policy
+Author: Data Tools s.r.o., Prague, Czech Republic
+PackageName: CAT CLI
+PackageUrl: https://www.justcat.it
+License: Commercial
+LicenseUrl: https://docs.justcat.it/docs/license
+Copyright: Data Tools s.r.o., Prague, Czech Republic
+ShortDescription: CAT is a powerful tool that helps you to test your data. It's super easy to set up and use.
+Description: Use CAT to easily author tests. Connect to any major data storage engine available on the market. Combine various test cases in endless range of data testing scenarios. Report on data quality to your team. Experience fearless production releases.
+Moniker: catcli
+Tags:
+- test
+- testing
+- data
+- data-testing
+- cli
+- cat
+ReleaseNotes: https://docs.justcat.it/docs/release-notes/recent/1.9.0
+ReleaseNotesUrl: https://docs.justcat.it/docs/release-notes/recent/1.9.0
+PurchaseUrl: https://portal.justcat.it/#/talk-to-sales
+InstallationNotes: Thanks for installing CAT! Happy testing. CAT team.
+Documentations:
+- DocumentUrl: https://docs.justcat.it
+ManifestType: defaultLocale
+ManifestVersion: 1.5.0
diff --git a/manifests/d/DataTools/CATCLI/1.9.1.1/DataTools.CATCLI.yaml b/manifests/d/DataTools/CATCLI/1.9.1.1/DataTools.CATCLI.yaml
new file mode 100644
index 0000000000000..c8381ded0427c
--- /dev/null
+++ b/manifests/d/DataTools/CATCLI/1.9.1.1/DataTools.CATCLI.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.5.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: DataTools.CATCLI
+PackageVersion: 1.9.1.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.223.2/Databricks.DatabricksCLI.installer.yaml b/manifests/d/Databricks/DatabricksCLI/0.223.2/Databricks.DatabricksCLI.installer.yaml
new file mode 100644
index 0000000000000..316359f99874d
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.223.2/Databricks.DatabricksCLI.installer.yaml
@@ -0,0 +1,20 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.223.2
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: databricks.exe
+UpgradeBehavior: uninstallPrevious
+ReleaseDate: 2024-07-23
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/databricks/cli/releases/download/v0.223.2/databricks_cli_0.223.2_windows_amd64-signed.zip
+  InstallerSha256: 18DED0A6AC7AE869EE136584CBB48595DFBEEC9F402F221F6098900D4869F35B
+- Architecture: arm64
+  InstallerUrl: https://github.com/databricks/cli/releases/download/v0.223.2/databricks_cli_0.223.2_windows_arm64-signed.zip
+  InstallerSha256: 00971B50E0560C3CAB53A7927169F6F310549A30AD452751F2E719FA6976A0B7
+ManifestType: installer
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.223.2/Databricks.DatabricksCLI.locale.en-US.yaml b/manifests/d/Databricks/DatabricksCLI/0.223.2/Databricks.DatabricksCLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..83928c8e7a620
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.223.2/Databricks.DatabricksCLI.locale.en-US.yaml
@@ -0,0 +1,32 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.223.2
+PackageLocale: en-US
+Publisher: Databricks
+PublisherUrl: https://databricks.com
+PublisherSupportUrl: https://github.com/databricks/cli/issues
+PackageName: DatabricksCLI
+PackageUrl: https://github.com/databricks/cli
+License: DB license
+LicenseUrl: https://github.com/databricks/cli/blob/main/LICENSE
+ShortDescription: Databricks Command Line Interface
+ReleaseNotes: |-
+  - Override complex variables with target overrides instead of merging (#1567).
+  - Rewrite local path for libraries in foreach tasks (#1569).
+  - Change SetVariables mutator to mutate dynamic configuration instead (#1573).
+  - Return early in bundle destroy if no deployment exists (#1581).
+  - Let notebook detection code use underlying metadata if available (#1574).
+  - Remove schema override for variable default value (#1536).
+  - Print diagnostics in 'bundle deploy' (#1579).
+  - Update actions/upload-artifact to v4 (#1559).
+  - Use Go 1.22 to build and test (#1562).
+  - Move bespoke status call to main workspace files filer (#1570).
+  - Add new template (#1578).
+  - Add regression tests for CLI error output (#1566).
+  - Bump golang.org/x/mod from 0.18.0 to 0.19.0 (#1576).
+  - Bump golang.org/x/term from 0.21.0 to 0.22.0 (#1577).
+ReleaseNotesUrl: https://github.com/databricks/cli/releases/tag/v0.223.2
+ManifestType: defaultLocale
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.223.2/Databricks.DatabricksCLI.yaml b/manifests/d/Databricks/DatabricksCLI/0.223.2/Databricks.DatabricksCLI.yaml
new file mode 100644
index 0000000000000..ef503d75b90a8
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.223.2/Databricks.DatabricksCLI.yaml
@@ -0,0 +1,8 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.223.2
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.224.0/Databricks.DatabricksCLI.installer.yaml b/manifests/d/Databricks/DatabricksCLI/0.224.0/Databricks.DatabricksCLI.installer.yaml
new file mode 100644
index 0000000000000..79b61becff82c
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.224.0/Databricks.DatabricksCLI.installer.yaml
@@ -0,0 +1,20 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.224.0
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: databricks.exe
+UpgradeBehavior: uninstallPrevious
+ReleaseDate: 2024-07-23
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/databricks/cli/releases/download/v0.224.0/databricks_cli_0.224.0_windows_amd64-signed.zip
+  InstallerSha256: 74AA8AEA84B6C90CF1EB022AE8FB35741B2FB882D88DA796E6BCE20C6C1EAFFE
+- Architecture: arm64
+  InstallerUrl: https://github.com/databricks/cli/releases/download/v0.224.0/databricks_cli_0.224.0_windows_arm64-signed.zip
+  InstallerSha256: EAEADDF206644375810DF38FD44484FCED3AF77E1B38736338EDC55FB42F548D
+ManifestType: installer
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.224.0/Databricks.DatabricksCLI.locale.en-US.yaml b/manifests/d/Databricks/DatabricksCLI/0.224.0/Databricks.DatabricksCLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..d838a602666df
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.224.0/Databricks.DatabricksCLI.locale.en-US.yaml
@@ -0,0 +1,29 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.224.0
+PackageLocale: en-US
+Publisher: Databricks
+PublisherUrl: https://databricks.com
+PublisherSupportUrl: https://github.com/databricks/cli/issues
+PackageName: DatabricksCLI
+PackageUrl: https://github.com/databricks/cli
+License: DB license
+LicenseUrl: https://github.com/databricks/cli/blob/main/LICENSE
+ShortDescription: Databricks Command Line Interface
+ReleaseNotes: |-
+  - Do not buffer files in memory when downloading (#1599).
+  - Allow artifacts (JARs, wheels) to be uploaded to UC Volumes (#1591).
+  - Upgrade TF provider to 1.48.3 (#1600).
+  - Fixed job name normalisation for bundle generate (#1601).
+  - Add UUID to uniquely identify a deployment state (#1595).
+  - Track multiple locations associated with a dyn.
+    Value (#1510).
+  - Attribute Terraform API requests the CLI (#1598).
+  - Implement readahead cache for Workspace API calls (#1582).
+  - Add read-only mode for extension aware workspace filer (#1609).
+  - Bump github.com/databricks/databricks-sdk-go from 0.43.0 to 0.43.2 (#1594).
+ReleaseNotesUrl: https://github.com/databricks/cli/releases/tag/v0.224.0
+ManifestType: defaultLocale
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.224.0/Databricks.DatabricksCLI.yaml b/manifests/d/Databricks/DatabricksCLI/0.224.0/Databricks.DatabricksCLI.yaml
new file mode 100644
index 0000000000000..bf6408f04b66b
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.224.0/Databricks.DatabricksCLI.yaml
@@ -0,0 +1,8 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.224.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.224.1/Databricks.DatabricksCLI.installer.yaml b/manifests/d/Databricks/DatabricksCLI/0.224.1/Databricks.DatabricksCLI.installer.yaml
new file mode 100644
index 0000000000000..7f434db083d51
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.224.1/Databricks.DatabricksCLI.installer.yaml
@@ -0,0 +1,20 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.224.1
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: databricks.exe
+UpgradeBehavior: uninstallPrevious
+ReleaseDate: 2024-09-03
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/databricks/cli/releases/download/v0.224.1/databricks_cli_0.224.1_windows_amd64-signed.zip
+  InstallerSha256: 94C36072E8386020C3729953C3A09C007C1D026009CD5F228BB00141E44C0E74
+- Architecture: arm64
+  InstallerUrl: https://github.com/databricks/cli/releases/download/v0.224.1/databricks_cli_0.224.1_windows_arm64-signed.zip
+  InstallerSha256: 9A5F43B65ACD2AD9025A16D186B5E72F33F95976E6011FB8648351F482AE412D
+ManifestType: installer
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.224.1/Databricks.DatabricksCLI.locale.en-US.yaml b/manifests/d/Databricks/DatabricksCLI/0.224.1/Databricks.DatabricksCLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..3c0036df8c289
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.224.1/Databricks.DatabricksCLI.locale.en-US.yaml
@@ -0,0 +1,26 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.224.1
+PackageLocale: en-US
+Publisher: Databricks
+PublisherUrl: https://databricks.com
+PublisherSupportUrl: https://github.com/databricks/cli/issues
+PackageName: DatabricksCLI
+PackageUrl: https://github.com/databricks/cli
+License: DB license
+LicenseUrl: https://github.com/databricks/cli/blob/main/LICENSE
+ShortDescription: Databricks Command Line Interface
+ReleaseNotes: |-
+  - Add UUID function to bundle template functions  (#1612).
+  - Upgrade TF provider to 1.49.0 (#1617).
+  - Upgrade TF provider to 1.49.1 (#1626).
+  - Support multiple locations for diagnostics (#1610).
+  - Split artifact cleanup into prepare step before build (#1618).
+  - Move to a single prompt during bundle destroy (#1583).
+  - Add tests for the Workspace API readahead cache (#1605).
+  - Update Python dependencies before install when upgrading a labs project (#1624).
+ReleaseNotesUrl: https://github.com/databricks/cli/releases/tag/v0.224.1
+ManifestType: defaultLocale
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.224.1/Databricks.DatabricksCLI.yaml b/manifests/d/Databricks/DatabricksCLI/0.224.1/Databricks.DatabricksCLI.yaml
new file mode 100644
index 0000000000000..24748246acaf7
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.224.1/Databricks.DatabricksCLI.yaml
@@ -0,0 +1,8 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.224.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.225.0/Databricks.DatabricksCLI.installer.yaml b/manifests/d/Databricks/DatabricksCLI/0.225.0/Databricks.DatabricksCLI.installer.yaml
new file mode 100644
index 0000000000000..f806495c7ff10
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.225.0/Databricks.DatabricksCLI.installer.yaml
@@ -0,0 +1,20 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.225.0
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: databricks.exe
+UpgradeBehavior: uninstallPrevious
+ReleaseDate: 2024-09-03
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/databricks/cli/releases/download/v0.225.0/databricks_cli_0.225.0_windows_amd64-signed.zip
+  InstallerSha256: CC5D98A1A32ED22EE37A6B8DF406450B11AF68A15C8FB014C62D8C5D3D871BFE
+- Architecture: arm64
+  InstallerUrl: https://github.com/databricks/cli/releases/download/v0.225.0/databricks_cli_0.225.0_windows_arm64-signed.zip
+  InstallerSha256: 70EFC7EF43CDC71BBD50756D3A4402E620F26BC80AD5DE941E20C68CAEBB199F
+ManifestType: installer
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.225.0/Databricks.DatabricksCLI.locale.en-US.yaml b/manifests/d/Databricks/DatabricksCLI/0.225.0/Databricks.DatabricksCLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..32c0d2af34f21
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.225.0/Databricks.DatabricksCLI.locale.en-US.yaml
@@ -0,0 +1,24 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.225.0
+PackageLocale: en-US
+Publisher: Databricks
+PublisherUrl: https://databricks.com
+PublisherSupportUrl: https://github.com/databricks/cli/issues
+PackageName: DatabricksCLI
+PackageUrl: https://github.com/databricks/cli
+License: DB license
+LicenseUrl: https://github.com/databricks/cli/blob/main/LICENSE
+ShortDescription: Databricks Command Line Interface
+ReleaseNotes: |-
+  - Add resource for UC schemas to DABs (#1413).
+  - Use dynamic walking to validate unique resource keys (#1614).
+  - Regenerate TF schema (#1635).
+  - Add upgrade and upgrade eager flags to pip install call (#1636).
+  - Added test for negation pattern in sync include exclude section (#1637).
+  - Use precomputed terraform plan for bundle deploy (#1640).
+ReleaseNotesUrl: https://github.com/databricks/cli/releases/tag/v0.225.0
+ManifestType: defaultLocale
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.225.0/Databricks.DatabricksCLI.yaml b/manifests/d/Databricks/DatabricksCLI/0.225.0/Databricks.DatabricksCLI.yaml
new file mode 100644
index 0000000000000..d5645f970431f
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.225.0/Databricks.DatabricksCLI.yaml
@@ -0,0 +1,8 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.225.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.226.0/Databricks.DatabricksCLI.installer.yaml b/manifests/d/Databricks/DatabricksCLI/0.226.0/Databricks.DatabricksCLI.installer.yaml
new file mode 100644
index 0000000000000..d4b700badf079
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.226.0/Databricks.DatabricksCLI.installer.yaml
@@ -0,0 +1,20 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.226.0
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: databricks.exe
+UpgradeBehavior: uninstallPrevious
+ReleaseDate: 2024-09-03
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/databricks/cli/releases/download/v0.226.0/databricks_cli_0.226.0_windows_amd64-signed.zip
+  InstallerSha256: 1E45614CE0EA07699FA6C062BC78F8F335F5BE9FBD4615648A69CD36621F9654
+- Architecture: arm64
+  InstallerUrl: https://github.com/databricks/cli/releases/download/v0.226.0/databricks_cli_0.226.0_windows_arm64-signed.zip
+  InstallerSha256: 0826FA07ABA82BFAF3FC681A0FEE5331303C8C7C1A4AF37746260516A4F6A050
+ManifestType: installer
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.226.0/Databricks.DatabricksCLI.locale.en-US.yaml b/manifests/d/Databricks/DatabricksCLI/0.226.0/Databricks.DatabricksCLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..bc4023e355204
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.226.0/Databricks.DatabricksCLI.locale.en-US.yaml
@@ -0,0 +1,111 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.226.0
+PackageLocale: en-US
+Publisher: Databricks
+PublisherUrl: https://databricks.com
+PublisherSupportUrl: https://github.com/databricks/cli/issues
+PackageName: DatabricksCLI
+PackageUrl: https://github.com/databricks/cli
+License: DB license
+LicenseUrl: https://github.com/databricks/cli/blob/main/LICENSE
+ShortDescription: Databricks Command Line Interface
+ReleaseNotes: |-
+  - Add command line autocomplete to the fs commands (#1622).
+  - Add trailing slash to directory to produce completions for (#1666).
+  - Fix ability to import the CLI repository as module (#1671).
+  - Fix host resolution order in auth login (#1370).
+  - Print text logs in import-dir and export-dir commands (#1682).
+  - Expand and upload local wheel libraries for all task types (#1649).
+  - Clarify file format required for the config-file flag in bundle init (#1651).
+  - Fixed incorrectly cleaning up python wheel dist folder (#1656).
+  - Merge job parameters based on their name (#1659).
+  - Fix glob expansion after running a generic build command (#1662).
+  - Upload local libraries even if they don't have artifact defined (#1664).
+  - Fix python wheel task integration tests (#1648).
+  - Skip pushing Terraform state after destroy (#1667).
+  - Enable Spark JAR task test (#1658).
+  - Run Spark JAR task test on multiple DBR versions (#1665).
+  - Stop tracking file path locations in bundle resources (#1673).
+  - Update VS Code settings to match latest value from IDE plugin (#1677).
+  - Use service.
+    NamedIdMap to make lookup generation deterministic (#1678).
+  - [Internal] Remove dependency to the openapi package of the Go SDK (#1676).
+  - Upgrade TF provider to 1.50.0 (#1681).
+  - Upgrade Go SDK to 0.44.0 (#1679).
+  - Changed databricks account budgets create command .
+    New request type is .
+  - Changed databricks account budgets create command to return .
+  - Changed databricks account budgets delete command .
+    New request type is .
+  - Changed databricks account budgets delete command to return .
+  - Changed databricks account budgets get command .
+    New request type is .
+  - Changed databricks account budgets get command to return .
+  - Changed databricks account budgets list command to require request of .
+  - Changed databricks account budgets list command to return .
+  - Changed databricks account budgets update command .
+    New request type is .
+  - Changed databricks account budgets update command to return .
+  - Added databricks account usage-dashboards command group.
+  - Changed databricks model-versions get command to return .
+  - Changed databricks cluster-policies create command with new required argument order.
+  - Changed databricks cluster-policies edit command with new required argument order.
+  - Added databricks clusters update command.
+  - Added databricks genie command group.
+  - Changed databricks permission-migration migrate-permissions command .
+    New request type is .
+  - Changed databricks permission-migration migrate-permissions command to return .
+  - Changed databricks account workspace-assignment delete command to return .
+  - Changed databricks account workspace-assignment update command with new required argument order.
+  - Changed databricks account custom-app-integration create command with new required argument order.
+  - Changed databricks account custom-app-integration list command to require request of .
+  - Changed databricks account published-app-integration list command to require request of .
+  - Removed databricks apps command group.
+  - Added databricks notification-destinations command group.
+  - Changed databricks shares list command to require request of .
+  - Changed databricks alerts create command .
+    New request type is .
+  - Changed databricks alerts delete command .
+    New request type is .
+  - Changed databricks alerts delete command to return .
+  - Changed databricks alerts get command with new required argument order.
+  - Changed databricks alerts list command to require request of .
+  - Changed databricks alerts list command to return .
+  - Changed databricks alerts update command .
+    New request type is .
+  - Changed databricks alerts update command to return .
+  - Changed databricks queries create command .
+    New request type is .
+  - Changed databricks queries delete command .
+    New request type is .
+  - Changed databricks queries delete command to return .
+  - Changed databricks queries get command with new required argument order.
+  - Changed databricks queries list command to return .
+  - Removed databricks queries restore command.
+  - Changed databricks queries update command .
+    New request type is .
+  - Added databricks queries list-visualizations command.
+  - Changed databricks query-visualizations create command .
+    New request type is .
+  - Changed databricks query-visualizations delete command .
+    New request type is .
+  - Changed databricks query-visualizations delete command to return .
+  - Changed databricks query-visualizations update command .
+    New request type is .
+  - Changed databricks statement-execution execute-statement command to return .
+  - Changed databricks statement-execution get-statement command to return .
+  - Added databricks alerts-legacy command group.
+  - Added databricks queries-legacy command group.
+  - Added databricks query-visualizations-legacy command group.
+  - Bump github.com/hashicorp/hc-install from 0.7.0 to 0.8.0 (#1652).
+  - Bump golang.org/x/sync from 0.7.0 to 0.8.0 (#1655).
+  - Bump golang.org/x/mod from 0.19.0 to 0.20.0 (#1654).
+  - Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (#1653).
+  - Bump golang.org/x/text from 0.16.0 to 0.17.0 (#1670).
+  - Bump golang.org/x/term from 0.22.0 to 0.23.0 (#1669).
+ReleaseNotesUrl: https://github.com/databricks/cli/releases/tag/v0.226.0
+ManifestType: defaultLocale
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.226.0/Databricks.DatabricksCLI.yaml b/manifests/d/Databricks/DatabricksCLI/0.226.0/Databricks.DatabricksCLI.yaml
new file mode 100644
index 0000000000000..7eedbae08b72b
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.226.0/Databricks.DatabricksCLI.yaml
@@ -0,0 +1,8 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.226.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.227.0/Databricks.DatabricksCLI.installer.yaml b/manifests/d/Databricks/DatabricksCLI/0.227.0/Databricks.DatabricksCLI.installer.yaml
new file mode 100644
index 0000000000000..b7988f8768e7c
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.227.0/Databricks.DatabricksCLI.installer.yaml
@@ -0,0 +1,20 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.227.0
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: databricks.exe
+UpgradeBehavior: uninstallPrevious
+ReleaseDate: 2024-09-03
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/databricks/cli/releases/download/v0.227.0/databricks_cli_0.227.0_windows_amd64-signed.zip
+  InstallerSha256: B3CFA5EB7415BE414FF7920705D136390FA089D00FB17892AE3C0370124AA749
+- Architecture: arm64
+  InstallerUrl: https://github.com/databricks/cli/releases/download/v0.227.0/databricks_cli_0.227.0_windows_arm64-signed.zip
+  InstallerSha256: 5AB4DE8A689E9964F626DBD78D5EB0B1781A17C6867FC3F529AB55588CAC0E2E
+ManifestType: installer
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.227.0/Databricks.DatabricksCLI.locale.en-US.yaml b/manifests/d/Databricks/DatabricksCLI/0.227.0/Databricks.DatabricksCLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..4b3e5288ec66f
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.227.0/Databricks.DatabricksCLI.locale.en-US.yaml
@@ -0,0 +1,34 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.227.0
+PackageLocale: en-US
+Publisher: Databricks
+PublisherUrl: https://databricks.com
+PublisherSupportUrl: https://github.com/databricks/cli/issues
+PackageName: DatabricksCLI
+PackageUrl: https://github.com/databricks/cli
+License: DB license
+LicenseUrl: https://github.com/databricks/cli/blob/main/LICENSE
+ShortDescription: Databricks Command Line Interface
+ReleaseNotes: |-
+  - Added filtering flags for cluster list commands (#1703).
+  - Allow users to configure paths (including outside of the bundle root) to synchronize to the workspace. (#1694).
+  - Add configurable presets for name prefixes, tags, etc. (#1490).
+  - Add support for requirements libraries in Job Tasks (#1543).
+  - Remove reference to "dbt" in the default-sql template (#1696).
+  - Pause continuous pipelines when 'mode: development' is used (#1590).
+  - Report all empty resources present in error diagnostic (#1685).
+  - Improves detection of PyPI package names in environment dependencies (#1699).
+  - Add import option for PyDABs (#1693).
+  - Make fileset take optional list of paths to list (#1684).
+  - Pass through paths argument to libs/sync (#1689).
+  - Correctly mark package names with versions as remote libraries (#1697).
+  - Share test initializer in common helper function (#1695).
+  - Make pydabs/venv_path optional (#1687).
+  - Use API mocks for duplicate path errors in workspace files extensions client (#1690).
+  - Fix prefix preset used for UC schemas (#1704).
+ReleaseNotesUrl: https://github.com/databricks/cli/releases/tag/v0.227.0
+ManifestType: defaultLocale
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.227.0/Databricks.DatabricksCLI.yaml b/manifests/d/Databricks/DatabricksCLI/0.227.0/Databricks.DatabricksCLI.yaml
new file mode 100644
index 0000000000000..c28ae5a94ba25
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.227.0/Databricks.DatabricksCLI.yaml
@@ -0,0 +1,8 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.227.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.227.1/Databricks.DatabricksCLI.installer.yaml b/manifests/d/Databricks/DatabricksCLI/0.227.1/Databricks.DatabricksCLI.installer.yaml
new file mode 100644
index 0000000000000..303a3e9bb533d
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.227.1/Databricks.DatabricksCLI.installer.yaml
@@ -0,0 +1,20 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.227.1
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: databricks.exe
+UpgradeBehavior: uninstallPrevious
+ReleaseDate: 2024-09-03
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/databricks/cli/releases/download/v0.227.1/databricks_cli_0.227.1_windows_amd64-signed.zip
+  InstallerSha256: E6A8FE7F6B921DB76B1C388FD6DCDCED01AE0039BB6EC047E4FB6BC43CB0CB8B
+- Architecture: arm64
+  InstallerUrl: https://github.com/databricks/cli/releases/download/v0.227.1/databricks_cli_0.227.1_windows_arm64-signed.zip
+  InstallerSha256: B02DC7DB833168F7839F9D6839992DE4ECEE99FE43F9123A54F95671969BFD51
+ManifestType: installer
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.227.1/Databricks.DatabricksCLI.locale.en-US.yaml b/manifests/d/Databricks/DatabricksCLI/0.227.1/Databricks.DatabricksCLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..565f93f3c40b1
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.227.1/Databricks.DatabricksCLI.locale.en-US.yaml
@@ -0,0 +1,28 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.227.1
+PackageLocale: en-US
+Publisher: Databricks
+PublisherUrl: https://databricks.com
+PublisherSupportUrl: https://github.com/databricks/cli/issues
+PackageName: DatabricksCLI
+PackageUrl: https://github.com/databricks/cli
+License: DB license
+LicenseUrl: https://github.com/databricks/cli/blob/main/LICENSE
+ShortDescription: Databricks Command Line Interface
+ReleaseNotes: |-
+  - Disable prompt for storage-credentials get command (#1723).
+  - Do not treat empty path as a local path (#1717).
+  - Correctly mark PyPI package name specs with multiple specifiers as remote libraries (#1725).
+  - Improve error handling for /Volumes paths in mode: development (#1716).
+  - Ignore CLI version check on development builds of the CLI (#1714).
+  - Added databricks resource-quotas command group.
+  - Added databricks policy-compliance-for-clusters command group.
+  - Added databricks policy-compliance-for-jobs command group.
+  - Bump github.com/databricks/databricks-sdk-go from 0.44.0 to 0.45.0 (#1719).
+  - Revert hc-install version to 0.7.0 (#1711).
+ReleaseNotesUrl: https://github.com/databricks/cli/releases/tag/v0.227.1
+ManifestType: defaultLocale
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Databricks/DatabricksCLI/0.227.1/Databricks.DatabricksCLI.yaml b/manifests/d/Databricks/DatabricksCLI/0.227.1/Databricks.DatabricksCLI.yaml
new file mode 100644
index 0000000000000..d2de7dac16a36
--- /dev/null
+++ b/manifests/d/Databricks/DatabricksCLI/0.227.1/Databricks.DatabricksCLI.yaml
@@ -0,0 +1,8 @@
+# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Databricks.DatabricksCLI
+PackageVersion: 0.227.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.installer.yaml
new file mode 100644
index 0000000000000..a25f71515f49a
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.installer.yaml
@@ -0,0 +1,23 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.55.2.1
+InstallerLocale: en-US
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+InstallerSwitches:
+  Silent: /qn
+  SilentWithProgress: /qb
+  Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget
+ProductCode: '{35D18420-B444-4E77-8AED-8F2D7304BC60}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.55.2.msi
+  InstallerSha256: BF6A935E19FB5B3FB2CEE2E818C9919BD54748193BCE07D1A0D8A05CA4F05B2C
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.locale.en-US.yaml
new file mode 100644
index 0000000000000..5a342df2b495a
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.locale.en-US.yaml
@@ -0,0 +1,18 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.55.2.1
+PackageLocale: en-US
+Publisher: Datadog, Inc.
+PublisherUrl: https://docs.datadoghq.com/
+PublisherSupportUrl: https://www.datadoghq.com/support/
+PrivacyUrl: https://www.datadoghq.com/legal/privacy/
+Author: Datadog
+PackageName: Datadog Agent
+License: Apache-2.0
+LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE
+Copyright: Copyright Datadog, Inc.
+ShortDescription: Datadog helps you monitor your infrastructure and application
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.yaml
new file mode 100644
index 0000000000000..314042a950e5e
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.55.2.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.installer.yaml
new file mode 100644
index 0000000000000..480cd56337cc1
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.installer.yaml
@@ -0,0 +1,23 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.55.3.1
+InstallerLocale: en-US
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+InstallerSwitches:
+  Silent: /qn
+  SilentWithProgress: /qb
+  Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget
+ProductCode: '{568C116E-5A35-4325-82F6-7168ECE57D2B}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.55.3.msi
+  InstallerSha256: 2C1655FDA60EBC1FF4D104210FAFA855032CAD2EAE641648F9AB0E278018E636
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.locale.en-US.yaml
new file mode 100644
index 0000000000000..4493c3c6f8811
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.locale.en-US.yaml
@@ -0,0 +1,18 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.55.3.1
+PackageLocale: en-US
+Publisher: Datadog, Inc.
+PublisherUrl: https://docs.datadoghq.com/
+PublisherSupportUrl: https://www.datadoghq.com/support/
+PrivacyUrl: https://www.datadoghq.com/legal/privacy/
+Author: Datadog
+PackageName: Datadog Agent
+License: Apache-2.0
+LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE
+Copyright: Copyright Datadog, Inc.
+ShortDescription: Datadog helps you monitor your infrastructure and application
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.yaml
new file mode 100644
index 0000000000000..bcac4eed9801f
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.55.3.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.installer.yaml
new file mode 100644
index 0000000000000..6d65843755d0c
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.installer.yaml
@@ -0,0 +1,23 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.56.0.1
+InstallerLocale: en-US
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+InstallerSwitches:
+  Silent: /qn
+  SilentWithProgress: /qb
+  Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget
+ProductCode: '{8E8CA287-A174-45D7-A1F3-ADD46BE7A816}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.56.0.msi
+  InstallerSha256: 2662AD2E1693BC0930E5FFBFFFC5D3BB313EC2FAE4115D7DFA196962C26F0F5F
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.locale.en-US.yaml
new file mode 100644
index 0000000000000..303d19a922f51
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.locale.en-US.yaml
@@ -0,0 +1,18 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.56.0.1
+PackageLocale: en-US
+Publisher: Datadog, Inc.
+PublisherUrl: https://docs.datadoghq.com/
+PublisherSupportUrl: https://www.datadoghq.com/support/
+PrivacyUrl: https://www.datadoghq.com/legal/privacy/
+Author: Datadog
+PackageName: Datadog Agent
+License: Apache-2.0
+LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE
+Copyright: Copyright Datadog, Inc.
+ShortDescription: Datadog helps you monitor your infrastructure and application
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.yaml
new file mode 100644
index 0000000000000..b2df38c8713f0
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.56.0.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.installer.yaml
new file mode 100644
index 0000000000000..1d13e6c37dc84
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.installer.yaml
@@ -0,0 +1,23 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.56.1.1
+InstallerLocale: en-US
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+InstallerSwitches:
+  Silent: /qn
+  SilentWithProgress: /qb
+  Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget
+ProductCode: '{401A638C-C1FB-4DB5-B3CA-64662D4E1407}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.56.1.msi
+  InstallerSha256: 92F54F708A5E7A9D4C43D31C60F628C092FECC8BFCAEC67163D3F99F6A95D7C8
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.locale.en-US.yaml
new file mode 100644
index 0000000000000..8455d6aa79662
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.locale.en-US.yaml
@@ -0,0 +1,18 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.56.1.1
+PackageLocale: en-US
+Publisher: Datadog, Inc.
+PublisherUrl: https://docs.datadoghq.com/
+PublisherSupportUrl: https://www.datadoghq.com/support/
+PrivacyUrl: https://www.datadoghq.com/legal/privacy/
+Author: Datadog
+PackageName: Datadog Agent
+License: Apache-2.0
+LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE
+Copyright: Copyright Datadog, Inc.
+ShortDescription: Datadog helps you monitor your infrastructure and application
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.yaml
new file mode 100644
index 0000000000000..f457c2242cef7
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.56.1.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.installer.yaml
new file mode 100644
index 0000000000000..652a54bcd2096
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.installer.yaml
@@ -0,0 +1,23 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.56.2.1
+InstallerLocale: en-US
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+InstallerSwitches:
+  Silent: /qn
+  SilentWithProgress: /qb
+  Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget
+ProductCode: '{2DF0B83D-B3A8-4A7B-90FD-134EED31A5D8}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.56.2.msi
+  InstallerSha256: 6F8EA9F64AD026FAD17073D5FCEB14A3491117B1F16BEE65C2D9438B307DEDE6
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.locale.en-US.yaml
new file mode 100644
index 0000000000000..1652d9854861c
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.locale.en-US.yaml
@@ -0,0 +1,18 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.56.2.1
+PackageLocale: en-US
+Publisher: Datadog, Inc.
+PublisherUrl: https://docs.datadoghq.com/
+PublisherSupportUrl: https://www.datadoghq.com/support/
+PrivacyUrl: https://www.datadoghq.com/legal/privacy/
+Author: Datadog
+PackageName: Datadog Agent
+License: Apache-2.0
+LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE
+Copyright: Copyright Datadog, Inc.
+ShortDescription: Datadog helps you monitor your infrastructure and application
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.yaml
new file mode 100644
index 0000000000000..998c4ffdd53e5
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.56.2.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.installer.yaml
new file mode 100644
index 0000000000000..98b3dc10b7a6e
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.installer.yaml
@@ -0,0 +1,23 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.57.0.1
+InstallerLocale: en-US
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+InstallerSwitches:
+  Silent: /qn
+  SilentWithProgress: /qb
+  Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget
+ProductCode: '{2D683D22-67A0-40ED-9138-16A691428A4C}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.57.0.msi
+  InstallerSha256: 4404C151382D3C97CCBC3879061C110303E5603B8712FE88825262A9A87BA250
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.locale.en-US.yaml
new file mode 100644
index 0000000000000..e6a272599d789
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.locale.en-US.yaml
@@ -0,0 +1,18 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.57.0.1
+PackageLocale: en-US
+Publisher: Datadog, Inc.
+PublisherUrl: https://docs.datadoghq.com/
+PublisherSupportUrl: https://www.datadoghq.com/support/
+PrivacyUrl: https://www.datadoghq.com/legal/privacy/
+Author: Datadog
+PackageName: Datadog Agent
+License: Apache-2.0
+LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE
+Copyright: Copyright Datadog, Inc.
+ShortDescription: Datadog helps you monitor your infrastructure and application
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.yaml
new file mode 100644
index 0000000000000..847050e9ff298
--- /dev/null
+++ b/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Datadog.Agent
+PackageVersion: 7.57.0.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/dd-trace-dotnet/2.58.0/Datadog.dd-trace-dotnet.installer.yaml b/manifests/d/Datadog/dd-trace-dotnet/2.58.0/Datadog.dd-trace-dotnet.installer.yaml
new file mode 100644
index 0000000000000..f86f776833f5c
--- /dev/null
+++ b/manifests/d/Datadog/dd-trace-dotnet/2.58.0/Datadog.dd-trace-dotnet.installer.yaml
@@ -0,0 +1,31 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Datadog.dd-trace-dotnet
+PackageVersion: 2.58.0
+InstallerLocale: en-US
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/DataDog/dd-trace-dotnet/releases/download/v2.58.0/datadog-dotnet-apm-2.58.0-x86.msi
+  InstallerSha256: C56ED94D7AD19D28983EF98955577A6A05FBE445C7124C5C1C87CF2EF726960A
+  ProductCode: '{F7018300-97D8-441D-B87D-59C17AD571C7}'
+  AppsAndFeaturesEntries:
+  - DisplayName: Datadog .NET Tracer 32-bit
+    UpgradeCode: '{FC228E86-EAE2-4C2A-AE82-135B718C269E}'
+- Architecture: x64
+  InstallerUrl: https://github.com/DataDog/dd-trace-dotnet/releases/download/v2.58.0/datadog-dotnet-apm-2.58.0-x64.msi
+  InstallerSha256: 156F8DDB88A228930BD212653255B9C260D8462D54720BD203415CDCDBA42F0E
+  ProductCode: '{8DF6F30A-3CB6-4089-96AF-91E256002405}'
+  AppsAndFeaturesEntries:
+  - DisplayName: Datadog .NET Tracer 64-bit
+    UpgradeCode: '{FC228E86-EAE2-4C2A-AE82-135B718C269E}'
+ManifestType: installer
+ManifestVersion: 1.6.0
+ReleaseDate: 2024-09-02
diff --git a/manifests/d/Datadog/dd-trace-dotnet/2.58.0/Datadog.dd-trace-dotnet.locale.en-US.yaml b/manifests/d/Datadog/dd-trace-dotnet/2.58.0/Datadog.dd-trace-dotnet.locale.en-US.yaml
new file mode 100644
index 0000000000000..4e75c00a0c6bf
--- /dev/null
+++ b/manifests/d/Datadog/dd-trace-dotnet/2.58.0/Datadog.dd-trace-dotnet.locale.en-US.yaml
@@ -0,0 +1,28 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Datadog.dd-trace-dotnet
+PackageVersion: 2.58.0
+PackageLocale: en-US
+Publisher: Datadog, Inc.
+PublisherUrl: https://docs.datadoghq.com
+PublisherSupportUrl: https://www.datadoghq.com/support
+PrivacyUrl: https://www.datadoghq.com/legal/privacy
+Author: Datadog
+PackageName: Datadog .NET Tracer
+PackageUrl: https://docs.datadoghq.com/tracing
+License: APACHE-2.0
+LicenseUrl: https://github.com/DataDog/dd-trace-dotnet/blob/master/LICENSE
+Copyright: Copyright 2017 Datadog, Inc.
+CopyrightUrl: https://github.com/DataDog/dd-trace-dotnet/blob/master/NOTICE
+ShortDescription: Automatic instrumentation for .NET applications
+Moniker: dd-trace-dotnet
+Tags:
+- apm
+- tracing
+ReleaseNotesUrl: https://github.com/DataDog/dd-trace-dotnet/releases/tag/v2.58.0
+Documentations:
+- DocumentLabel: Wiki
+  DocumentUrl: https://github.com/DataDog/dd-trace-dotnet/wiki
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datadog/dd-trace-dotnet/2.58.0/Datadog.dd-trace-dotnet.yaml b/manifests/d/Datadog/dd-trace-dotnet/2.58.0/Datadog.dd-trace-dotnet.yaml
new file mode 100644
index 0000000000000..081b9e4e5e9bd
--- /dev/null
+++ b/manifests/d/Datadog/dd-trace-dotnet/2.58.0/Datadog.dd-trace-dotnet.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Datadog.dd-trace-dotnet
+PackageVersion: 2.58.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dataflare/Dataflare/1.7.0/Dataflare.Dataflare.installer.yaml b/manifests/d/Dataflare/Dataflare/1.7.0/Dataflare.Dataflare.installer.yaml
new file mode 100644
index 0000000000000..cfb5dd149a77c
--- /dev/null
+++ b/manifests/d/Dataflare/Dataflare/1.7.0/Dataflare.Dataflare.installer.yaml
@@ -0,0 +1,12 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dataflare.Dataflare
+PackageVersion: 1.7.0
+InstallerType: nullsoft
+Installers:
+- InstallerUrl: https://assets.dataflare.app/release/windows/x86_64/Dataflare-Setup-1.7.0.exe
+  Architecture: x64
+  InstallerSha256: 5C7DC963680FC04A99EF48EDE1792EE0D7C273112EE892E2D5623478B0B705E4
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dataflare/Dataflare/1.7.0/Dataflare.Dataflare.locale.en-US.yaml b/manifests/d/Dataflare/Dataflare/1.7.0/Dataflare.Dataflare.locale.en-US.yaml
new file mode 100644
index 0000000000000..6e006efbc5d6d
--- /dev/null
+++ b/manifests/d/Dataflare/Dataflare/1.7.0/Dataflare.Dataflare.locale.en-US.yaml
@@ -0,0 +1,13 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dataflare.Dataflare
+PackageVersion: 1.7.0
+PackageLocale: en-US
+Publisher: Dataflare
+PackageName: Dataflare
+License: Proprietary
+Copyright: Copyright © 2024 Dataflare. All Rights Reserved.
+ShortDescription: Simple, easy-to-use database manager
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dataflare/Dataflare/1.7.0/Dataflare.Dataflare.yaml b/manifests/d/Dataflare/Dataflare/1.7.0/Dataflare.Dataflare.yaml
new file mode 100644
index 0000000000000..ce165c07cb8a6
--- /dev/null
+++ b/manifests/d/Dataflare/Dataflare/1.7.0/Dataflare.Dataflare.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dataflare.Dataflare
+PackageVersion: 1.7.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dataflare/Dataflare/1.7.3/Dataflare.Dataflare.installer.yaml b/manifests/d/Dataflare/Dataflare/1.7.3/Dataflare.Dataflare.installer.yaml
new file mode 100644
index 0000000000000..c7ccab27f6b4c
--- /dev/null
+++ b/manifests/d/Dataflare/Dataflare/1.7.3/Dataflare.Dataflare.installer.yaml
@@ -0,0 +1,15 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dataflare.Dataflare
+PackageVersion: 1.7.3
+InstallerType: nullsoft
+Dependencies:
+  PackageDependencies:
+  - PackageIdentifier: Microsoft.EdgeWebView2Runtime
+Installers:
+- InstallerUrl: https://assets.dataflare.app/release/windows/x86_64/Dataflare-Setup-1.7.3.exe
+  Architecture: x64
+  InstallerSha256: 41FF89411974FD7F81072CC24010DD4E690CDE89A8DFA20D1477BC0FB79C3134
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dataflare/Dataflare/1.7.3/Dataflare.Dataflare.locale.en-US.yaml b/manifests/d/Dataflare/Dataflare/1.7.3/Dataflare.Dataflare.locale.en-US.yaml
new file mode 100644
index 0000000000000..0d00618ba3a2b
--- /dev/null
+++ b/manifests/d/Dataflare/Dataflare/1.7.3/Dataflare.Dataflare.locale.en-US.yaml
@@ -0,0 +1,13 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dataflare.Dataflare
+PackageVersion: 1.7.3
+PackageLocale: en-US
+Publisher: Dataflare
+PackageName: Dataflare
+License: Proprietary
+Copyright: Copyright © 2024 Dataflare. All Rights Reserved.
+ShortDescription: Simple, easy-to-use database manager
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dataflare/Dataflare/1.7.3/Dataflare.Dataflare.yaml b/manifests/d/Dataflare/Dataflare/1.7.3/Dataflare.Dataflare.yaml
new file mode 100644
index 0000000000000..da22cb73c5835
--- /dev/null
+++ b/manifests/d/Dataflare/Dataflare/1.7.3/Dataflare.Dataflare.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dataflare.Dataflare
+PackageVersion: 1.7.3
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.20.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.20.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml
deleted file mode 100644
index 8234691742671..0000000000000
--- a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.20.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created with komac v2.2.1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
-
-PackageIdentifier: Datronicsoft.SpacedeskDriver.Server
-PackageVersion: 2.1.20.0
-InstallerLocale: en-US
-Platform:
-- Windows.Desktop
-InstallerType: wix
-Scope: machine
-InstallModes:
-- interactive
-- silent
-- silentWithProgress
-InstallerSwitches:
-  Custom: REBOOT=ReallySuppress
-UpgradeBehavior: install
-ReleaseDate: 2024-06-03
-Installers:
-- Architecture: x86
-  InstallerUrl: https://spacedesk.net/downloads/spacedesk_driver_Win_10_32_v2120.msi
-  InstallerSha256: 98A8CBAD7D9521FC0A475242294DED4533C61B272B80232A1922E357B79DEC4E
-  ProductCode: '{441EE5BD-27AE-4BB5-8E7C-463472CECA68}'
-  AppsAndFeaturesEntries:
-  - UpgradeCode: '{960B967D-8BE1-46CF-9BCB-1C57E489E1A9}'
-- Architecture: x64
-  InstallerUrl: https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v2120.msi
-  InstallerSha256: CC31223512C2C1AC0277B1B752EBC438D9AC978CF03007DD327A46784D59A6BD
-  ProductCode: '{B98A085A-D114-4836-A9D8-77BA553B835C}'
-  AppsAndFeaturesEntries:
-  - UpgradeCode: '{3CBC4D7B-B6A4-4107-BB9E-66EDFF3909B0}'
-ManifestType: installer
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.22.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.22.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml
new file mode 100644
index 0000000000000..6f4816fe476d1
--- /dev/null
+++ b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.22.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml
@@ -0,0 +1,33 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Datronicsoft.SpacedeskDriver.Server
+PackageVersion: 2.1.22.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+InstallerSwitches:
+  Custom: REBOOT=ReallySuppress
+UpgradeBehavior: install
+ReleaseDate: 2024-08-20
+Installers:
+- Architecture: x86
+  InstallerUrl: https://spacedesk.net/downloads/spacedesk_driver_Win_10_32_v2122.msi
+  InstallerSha256: 9B7B8B0563EAE63B467C6AE3E63094230B86AB35B8B8055BE9A3DC2A9941C933
+  ProductCode: '{CE0A8BF9-4EC3-44CD-AD8B-7C31706FED94}'
+  AppsAndFeaturesEntries:
+  - UpgradeCode: '{960B967D-8BE1-46CF-9BCB-1C57E489E1A9}'
+- Architecture: x64
+  InstallerUrl: https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v2122.msi
+  InstallerSha256: 049CAD32F63E51A5C7755FE00D6CDA2DC70BEE89640D821FF3760CC42BAD2499
+  ProductCode: '{1315C629-9D5B-4B6C-9FD4-7AE689B30A1F}'
+  AppsAndFeaturesEntries:
+  - UpgradeCode: '{3CBC4D7B-B6A4-4107-BB9E-66EDFF3909B0}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.20.0/Datronicsoft.SpacedeskDriver.Server.locale.en-US.yaml b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.22.0/Datronicsoft.SpacedeskDriver.Server.locale.en-US.yaml
similarity index 91%
rename from manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.20.0/Datronicsoft.SpacedeskDriver.Server.locale.en-US.yaml
rename to manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.22.0/Datronicsoft.SpacedeskDriver.Server.locale.en-US.yaml
index 872e7d5c99f35..259ab4f1fd5f9 100644
--- a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.20.0/Datronicsoft.SpacedeskDriver.Server.locale.en-US.yaml
+++ b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.22.0/Datronicsoft.SpacedeskDriver.Server.locale.en-US.yaml
@@ -1,8 +1,8 @@
-# Created with komac v2.2.1
+# Created with komac v2.3.0
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
 
 PackageIdentifier: Datronicsoft.SpacedeskDriver.Server
-PackageVersion: 2.1.20.0
+PackageVersion: 2.1.22.0
 PackageLocale: en-US
 Publisher: datronicsoft Inc.
 PublisherUrl: https://spacedesk.net/
diff --git a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.20.0/Datronicsoft.SpacedeskDriver.Server.yaml b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.22.0/Datronicsoft.SpacedeskDriver.Server.yaml
similarity index 77%
rename from manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.20.0/Datronicsoft.SpacedeskDriver.Server.yaml
rename to manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.22.0/Datronicsoft.SpacedeskDriver.Server.yaml
index 4f446f66be78e..d6109bae33eb5 100644
--- a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.20.0/Datronicsoft.SpacedeskDriver.Server.yaml
+++ b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.22.0/Datronicsoft.SpacedeskDriver.Server.yaml
@@ -1,8 +1,8 @@
-# Created with komac v2.2.1
+# Created with komac v2.3.0
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
 
 PackageIdentifier: Datronicsoft.SpacedeskDriver.Server
-PackageVersion: 2.1.20.0
+PackageVersion: 2.1.22.0
 DefaultLocale: en-US
 ManifestType: version
 ManifestVersion: 1.6.0
diff --git a/manifests/d/Datto/WindowsAgent/3.0.18.10/Datto.WindowsAgent.installer.yaml b/manifests/d/Datto/WindowsAgent/3.0.18.10/Datto.WindowsAgent.installer.yaml
deleted file mode 100644
index 445dfcac0b669..0000000000000
--- a/manifests/d/Datto/WindowsAgent/3.0.18.10/Datto.WindowsAgent.installer.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-# Automatically updated by the winget bot at 2024/Jun/28
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
-
-PackageIdentifier: Datto.WindowsAgent
-PackageVersion: 3.0.18.10
-MinimumOSVersion: 10.0.0.0
-InstallerType: burn
-InstallerSwitches:
-  Silent: /quiet
-  SilentWithProgress: /passive
-  Custom: /norestart
-InstallerSuccessCodes:
-- 3010
-UpgradeBehavior: install
-ElevationRequirement: elevationRequired
-Installers:
-- InstallerUrl: https://cf-dl.datto.com/dwa/DattoWindowsAgent.exe
-  Architecture: x86
-  InstallerSha256: 57F7613CB1D2DAFFF469BC78DC26AEA099FF39D0E1E72C7EF577FC8A6B95C05E
-- InstallerUrl: https://cf-dl.datto.com/dwa/DattoWindowsAgent.exe
-  Architecture: x64
-  InstallerSha256: 57F7613CB1D2DAFFF469BC78DC26AEA099FF39D0E1E72C7EF577FC8A6B95C05E
-ManifestType: installer
-ManifestVersion: 1.5.0
diff --git a/manifests/d/Datto/WindowsAgent/3.0.18.10/Datto.WindowsAgent.yaml b/manifests/d/Datto/WindowsAgent/3.0.18.10/Datto.WindowsAgent.yaml
deleted file mode 100644
index eeb2f0ecbf236..0000000000000
--- a/manifests/d/Datto/WindowsAgent/3.0.18.10/Datto.WindowsAgent.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Automatically updated by the winget bot at 2024/Jun/28
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
-
-PackageIdentifier: Datto.WindowsAgent
-PackageVersion: 3.0.18.10
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.5.0
diff --git a/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.installer.yaml b/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.installer.yaml
new file mode 100644
index 0000000000000..de80da789329e
--- /dev/null
+++ b/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.installer.yaml
@@ -0,0 +1,24 @@
+# Automatically updated by the winget bot at 2024/Aug/01
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Datto.WindowsAgent
+PackageVersion: 3.0.18.11
+MinimumOSVersion: 10.0.0.0
+InstallerType: burn
+InstallerSwitches:
+  Silent: /quiet
+  SilentWithProgress: /passive
+  Custom: /norestart
+InstallerSuccessCodes:
+- 3010
+UpgradeBehavior: install
+ElevationRequirement: elevationRequired
+Installers:
+- InstallerUrl: https://cf-dl.datto.com/dwa/DattoWindowsAgent.exe
+  Architecture: x86
+  InstallerSha256: ADBCCF2C67B8426E3DEA648ED62F5F472131B854DAF46BEC1A8BE5D2471D61B2
+- InstallerUrl: https://cf-dl.datto.com/dwa/DattoWindowsAgent.exe
+  Architecture: x64
+  InstallerSha256: ADBCCF2C67B8426E3DEA648ED62F5F472131B854DAF46BEC1A8BE5D2471D61B2
+ManifestType: installer
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Datto/WindowsAgent/3.0.18.10/Datto.WindowsAgent.locale.en-US.yaml b/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.locale.en-US.yaml
similarity index 87%
rename from manifests/d/Datto/WindowsAgent/3.0.18.10/Datto.WindowsAgent.locale.en-US.yaml
rename to manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.locale.en-US.yaml
index 5917b1787b88c..ef5085c30a646 100644
--- a/manifests/d/Datto/WindowsAgent/3.0.18.10/Datto.WindowsAgent.locale.en-US.yaml
+++ b/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.locale.en-US.yaml
@@ -1,8 +1,8 @@
-# Automatically updated by the winget bot at 2024/Jun/28
+# Automatically updated by the winget bot at 2024/Aug/01
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
 
 PackageIdentifier: Datto.WindowsAgent
-PackageVersion: 3.0.18.10
+PackageVersion: 3.0.18.11
 PackageLocale: en-US
 Publisher: Datto Inc.
 PublisherUrl: https://www.datto.com
diff --git a/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.yaml b/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.yaml
new file mode 100644
index 0000000000000..015e4e301cd5b
--- /dev/null
+++ b/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.yaml
@@ -0,0 +1,8 @@
+# Automatically updated by the winget bot at 2024/Aug/01
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Datto.WindowsAgent
+PackageVersion: 3.0.18.11
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.5.0
diff --git a/manifests/d/Datto/Workplace/10.4.5.30/Datto.Workplace.installer.yaml b/manifests/d/Datto/Workplace/10.4.5.30/Datto.Workplace.installer.yaml
deleted file mode 100644
index 71c35abf94c56..0000000000000
--- a/manifests/d/Datto/Workplace/10.4.5.30/Datto.Workplace.installer.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created using wingetcreate 1.5.3.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
-
-PackageIdentifier: Datto.Workplace
-PackageVersion: 10.4.5.30
-Installers:
-- Architecture: neutral
-  InstallerType: burn
-  InstallerUrl: https://us.workplace.datto.com/update/DattoWorkplaceSetup_v10.4.5.30.exe
-  InstallerSha256: 5D56B8327259C0BEB3E62B0AEE4DEBDCB3AACCBA2101FDBB046B2F0517905C47
-- InstallerLocale: en-US
-  Architecture: x86
-  InstallerType: wix
-  InstallerUrl: https://us.workplace.datto.com/update/DattoWorkplace_x86_v10.4.5.30.msi
-  InstallerSha256: BC5C7E52459A2EE7702F5C88C0973F88A7D0678B6A81F53F755236FDEE1F6800
-  ProductCode: '{A7E2ECF4-B3C4-4757-B5CA-1EC8F56C3886}'
-- InstallerLocale: en-US
-  Architecture: x64
-  InstallerType: wix
-  InstallerUrl: https://us.workplace.datto.com/update/DattoWorkplace_x64_v10.4.5.30.msi
-  InstallerSha256: 70B5E18D7D4E0D4CFB234BD731EB02116B6781614BFCD90D51065A88D7CF8071
-  ProductCode: '{12D13CD6-2C0A-439F-BA03-045574C137DD}'
-ManifestType: installer
-ManifestVersion: 1.5.0
diff --git a/manifests/d/Datto/Workplace/10.4.5.30/Datto.Workplace.locale.en-US.yaml b/manifests/d/Datto/Workplace/10.4.5.30/Datto.Workplace.locale.en-US.yaml
deleted file mode 100644
index 777bafb27327e..0000000000000
--- a/manifests/d/Datto/Workplace/10.4.5.30/Datto.Workplace.locale.en-US.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-# Created using wingetcreate 1.5.3.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
-
-PackageIdentifier: Datto.Workplace
-PackageVersion: 10.4.5.30
-PackageLocale: en-US
-Publisher: Datto Inc.
-PackageName: Datto Workplace
-License: Proprietary
-Copyright: Copyright © 2005-2022 Datto, Inc.
-ShortDescription: Datto Workplace is the security-focused enterprise file sync and share (EFSS), delivered by managed service providers, to enable secure and efficient collaboration.
-ManifestType: defaultLocale
-ManifestVersion: 1.5.0
diff --git a/manifests/d/Datto/Workplace/10.4.5.30/Datto.Workplace.yaml b/manifests/d/Datto/Workplace/10.4.5.30/Datto.Workplace.yaml
deleted file mode 100644
index 58b905e853b83..0000000000000
--- a/manifests/d/Datto/Workplace/10.4.5.30/Datto.Workplace.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Created using wingetcreate 1.5.3.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
-
-PackageIdentifier: Datto.Workplace
-PackageVersion: 10.4.5.30
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.5.0
diff --git a/manifests/d/Datto/Workplace/10.5.1.19/Datto.Workplace.installer.yaml b/manifests/d/Datto/Workplace/10.5.1.19/Datto.Workplace.installer.yaml
new file mode 100644
index 0000000000000..710fe650a5bd2
--- /dev/null
+++ b/manifests/d/Datto/Workplace/10.5.1.19/Datto.Workplace.installer.yaml
@@ -0,0 +1,53 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Datto.Workplace
+PackageVersion: 10.5.1.19
+Scope: machine
+UpgradeBehavior: install
+Protocols:
+- dwc
+- workplace
+Installers:
+- Architecture: x86
+  InstallerType: burn
+  InstallerUrl: https://us.workplace.datto.com/update/DattoWorkplaceSetup_v10.5.1.19.exe
+  InstallerSha256: 85C05F77012DC74CEB2BD572C6B11B53A698A1723E9984264062097D742236F7
+  ProductCode: '{C3A22E2A-5D19-45A8-AFEC-FE8AA0978BBC}'
+  AppsAndFeaturesEntries:
+  - ProductCode: '{C3A22E2A-5D19-45A8-AFEC-FE8AA0978BBC}'
+    UpgradeCode: '{B284915A-A4ED-456C-8E60-E5210B9E19A3}'
+- Architecture: x64
+  InstallerType: burn
+  InstallerUrl: https://us.workplace.datto.com/update/DattoWorkplaceSetup_v10.5.1.19.exe
+  InstallerSha256: 85C05F77012DC74CEB2BD572C6B11B53A698A1723E9984264062097D742236F7
+  ProductCode: '{C3A22E2A-5D19-45A8-AFEC-FE8AA0978BBC}'
+  AppsAndFeaturesEntries:
+  - ProductCode: '{C3A22E2A-5D19-45A8-AFEC-FE8AA0978BBC}'
+    UpgradeCode: '{B284915A-A4ED-456C-8E60-E5210B9E19A3}'
+- Architecture: arm64
+  InstallerType: burn
+  InstallerUrl: https://us.workplace.datto.com/update/DattoWorkplaceSetup_v10.5.1.19.exe
+  InstallerSha256: 85C05F77012DC74CEB2BD572C6B11B53A698A1723E9984264062097D742236F7
+  ProductCode: '{C3A22E2A-5D19-45A8-AFEC-FE8AA0978BBC}'
+  AppsAndFeaturesEntries:
+  - ProductCode: '{C3A22E2A-5D19-45A8-AFEC-FE8AA0978BBC}'
+    UpgradeCode: '{B284915A-A4ED-456C-8E60-E5210B9E19A3}'
+- Architecture: x86
+  InstallerType: wix
+  InstallerUrl: https://us.workplace.datto.com/update/DattoWorkplace_x86_v10.5.1.19.msi
+  InstallerSha256: 40CC6206D58A7D1393836B89DC45D4EA5E82A5F3D986EEEA4B7FF93BD6C7336E
+  ProductCode: '{9627DD26-7A96-4743-8086-E621875982CA}'
+  AppsAndFeaturesEntries:
+  - ProductCode: '{9627DD26-7A96-4743-8086-E621875982CA}'
+    UpgradeCode: '{B284915A-A4ED-456C-8E60-E5210B9E19A3}'
+- Architecture: x64
+  InstallerType: wix
+  InstallerUrl: https://us.workplace.datto.com/update/DattoWorkplace_x64_v10.5.1.19.msi
+  InstallerSha256: 760A33AFFA9859977408B23E8E2847C966BB5545E7E763DF689CA8E2EECF024E
+  ProductCode: '{847FEA09-DAC6-492A-A2C3-0D206A9FB251}'
+  AppsAndFeaturesEntries:
+  - ProductCode: '{847FEA09-DAC6-492A-A2C3-0D206A9FB251}'
+    UpgradeCode: '{B284915A-A4ED-456C-8E60-E5210B9E19A3}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datto/Workplace/10.5.1.19/Datto.Workplace.locale.en-US.yaml b/manifests/d/Datto/Workplace/10.5.1.19/Datto.Workplace.locale.en-US.yaml
new file mode 100644
index 0000000000000..6a96d052a1f04
--- /dev/null
+++ b/manifests/d/Datto/Workplace/10.5.1.19/Datto.Workplace.locale.en-US.yaml
@@ -0,0 +1,28 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Datto.Workplace
+PackageVersion: 10.5.1.19
+PackageLocale: en-US
+Publisher: Datto Inc.
+PublisherUrl: https://www.datto.com/
+PublisherSupportUrl: https://help.workplace.datto.com/help/Content/1_GENERAL/How_VFS_Works.htm
+PrivacyUrl: https://www.datto.com/legal/privacy-policy/
+Author: Datto Inc.
+PackageName: Datto Workplace
+PackageUrl: https://us.workplace.datto.com/download
+License: Proprietary
+# LicenseUrl:
+Copyright: Copyright © 2005-2024 Datto, Inc.
+CopyrightUrl: https://www.kaseya.com/legal/website-terms-of-use/
+ShortDescription: Datto Workplace is the security-focused enterprise file sync and share (EFSS), delivered by managed service providers, to enable secure and efficient collaboration.
+# Description:
+# Moniker:
+# Tags:
+# ReleaseNotes:
+ReleaseNotesUrl: https://help.workplace.datto.com/help/Content/1_GENERAL/Release_Notes/ReleaseNotes.htm
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datto/Workplace/10.5.1.19/Datto.Workplace.locale.zh-CN.yaml b/manifests/d/Datto/Workplace/10.5.1.19/Datto.Workplace.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..8a624f0fa648f
--- /dev/null
+++ b/manifests/d/Datto/Workplace/10.5.1.19/Datto.Workplace.locale.zh-CN.yaml
@@ -0,0 +1,28 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: Datto.Workplace
+PackageVersion: 10.5.1.19
+PackageLocale: zh-CN
+Publisher: Datto Inc.
+PublisherUrl: https://www.datto.com/
+PublisherSupportUrl: https://help.workplace.datto.com/help/Content/1_GENERAL/How_VFS_Works.htm
+PrivacyUrl: https://www.datto.com/legal/privacy-policy/
+Author: Datto Inc.
+PackageName: Datto Workplace
+PackageUrl: https://us.workplace.datto.com/download
+License: 专有软件
+# LicenseUrl:
+Copyright: Copyright © 2005-2024 Datto, Inc.
+CopyrightUrl: https://www.kaseya.com/legal/website-terms-of-use/
+ShortDescription: Datto Workplace 是以安全为重点的企业文件同步和共享(EFSS),由托管服务提供商提供,以实现安全高效的协作。
+# Description:
+# Moniker:
+# Tags:
+# ReleaseNotes:
+ReleaseNotesUrl: https://help.workplace.datto.com/help/Content/1_GENERAL/Release_Notes/ReleaseNotes.htm
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datto/Workplace/10.5.1.19/Datto.Workplace.yaml b/manifests/d/Datto/Workplace/10.5.1.19/Datto.Workplace.yaml
new file mode 100644
index 0000000000000..ffe5888c2d4dc
--- /dev/null
+++ b/manifests/d/Datto/Workplace/10.5.1.19/Datto.Workplace.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Datto.Workplace
+PackageVersion: 10.5.1.19
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datto/Workplace/10.5.1.22/Datto.Workplace.installer.yaml b/manifests/d/Datto/Workplace/10.5.1.22/Datto.Workplace.installer.yaml
new file mode 100644
index 0000000000000..3cec8168d8171
--- /dev/null
+++ b/manifests/d/Datto/Workplace/10.5.1.22/Datto.Workplace.installer.yaml
@@ -0,0 +1,53 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Datto.Workplace
+PackageVersion: 10.5.1.22
+Scope: machine
+UpgradeBehavior: install
+Protocols:
+- dwc
+- workplace
+Installers:
+- Architecture: x86
+  InstallerType: burn
+  InstallerUrl: https://us.workplace.datto.com/update/DattoWorkplaceSetup_v10.5.1.22.exe
+  InstallerSha256: 414C0922104C18292400474C455ABC4B5AE69A437B522B77177D27380574C282
+  ProductCode: '{3AA70D8A-1826-4550-B075-779DD4A1D0E9}'
+  AppsAndFeaturesEntries:
+  - ProductCode: '{3AA70D8A-1826-4550-B075-779DD4A1D0E9}'
+    UpgradeCode: '{B284915A-A4ED-456C-8E60-E5210B9E19A3}'
+- Architecture: x64
+  InstallerType: burn
+  InstallerUrl: https://us.workplace.datto.com/update/DattoWorkplaceSetup_v10.5.1.22.exe
+  InstallerSha256: 414C0922104C18292400474C455ABC4B5AE69A437B522B77177D27380574C282
+  ProductCode: '{3AA70D8A-1826-4550-B075-779DD4A1D0E9}'
+  AppsAndFeaturesEntries:
+  - ProductCode: '{3AA70D8A-1826-4550-B075-779DD4A1D0E9}'
+    UpgradeCode: '{B284915A-A4ED-456C-8E60-E5210B9E19A3}'
+- Architecture: arm64
+  InstallerType: burn
+  InstallerUrl: https://us.workplace.datto.com/update/DattoWorkplaceSetup_v10.5.1.22.exe
+  InstallerSha256: 414C0922104C18292400474C455ABC4B5AE69A437B522B77177D27380574C282
+  ProductCode: '{3AA70D8A-1826-4550-B075-779DD4A1D0E9}'
+  AppsAndFeaturesEntries:
+  - ProductCode: '{3AA70D8A-1826-4550-B075-779DD4A1D0E9}'
+    UpgradeCode: '{B284915A-A4ED-456C-8E60-E5210B9E19A3}'
+- Architecture: x86
+  InstallerType: wix
+  InstallerUrl: https://us.workplace.datto.com/update/DattoWorkplace_x86_v10.5.1.22.msi
+  InstallerSha256: 6094D1DC7F75ED4BDF66FB2CF35190FC05510ACFDC4D8D3FB9070CD1A21014D0
+  ProductCode: '{E9F3E541-8574-482A-8F74-0A6EF784DF08}'
+  AppsAndFeaturesEntries:
+  - ProductCode: '{E9F3E541-8574-482A-8F74-0A6EF784DF08}'
+    UpgradeCode: '{B284915A-A4ED-456C-8E60-E5210B9E19A3}'
+- Architecture: x64
+  InstallerType: wix
+  InstallerUrl: https://us.workplace.datto.com/update/DattoWorkplace_x64_v10.5.1.22.msi
+  InstallerSha256: 317E6156B4369B76EAC7C4CF69309771134DEAEA09196D7B2D6A4AC186A7B3DF
+  ProductCode: '{28897A87-5126-4373-8221-D2936D9DBAD9}'
+  AppsAndFeaturesEntries:
+  - ProductCode: '{28897A87-5126-4373-8221-D2936D9DBAD9}'
+    UpgradeCode: '{B284915A-A4ED-456C-8E60-E5210B9E19A3}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datto/Workplace/10.5.1.22/Datto.Workplace.locale.en-US.yaml b/manifests/d/Datto/Workplace/10.5.1.22/Datto.Workplace.locale.en-US.yaml
new file mode 100644
index 0000000000000..f76aa91613550
--- /dev/null
+++ b/manifests/d/Datto/Workplace/10.5.1.22/Datto.Workplace.locale.en-US.yaml
@@ -0,0 +1,28 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Datto.Workplace
+PackageVersion: 10.5.1.22
+PackageLocale: en-US
+Publisher: Datto Inc.
+PublisherUrl: https://www.datto.com/
+PublisherSupportUrl: https://help.workplace.datto.com/help/Content/1_GENERAL/How_VFS_Works.htm
+PrivacyUrl: https://www.datto.com/legal/privacy-policy/
+Author: Datto Inc.
+PackageName: Datto Workplace
+PackageUrl: https://us.workplace.datto.com/download
+License: Proprietary
+# LicenseUrl:
+Copyright: Copyright © 2005-2024 Datto, Inc.
+CopyrightUrl: https://www.kaseya.com/legal/website-terms-of-use/
+ShortDescription: Datto Workplace is the security-focused enterprise file sync and share (EFSS), delivered by managed service providers, to enable secure and efficient collaboration.
+# Description:
+# Moniker:
+# Tags:
+# ReleaseNotes:
+ReleaseNotesUrl: https://help.workplace.datto.com/help/Content/1_GENERAL/Release_Notes/ReleaseNotes.htm
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datto/Workplace/10.5.1.22/Datto.Workplace.locale.zh-CN.yaml b/manifests/d/Datto/Workplace/10.5.1.22/Datto.Workplace.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..e18d090355add
--- /dev/null
+++ b/manifests/d/Datto/Workplace/10.5.1.22/Datto.Workplace.locale.zh-CN.yaml
@@ -0,0 +1,28 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: Datto.Workplace
+PackageVersion: 10.5.1.22
+PackageLocale: zh-CN
+Publisher: Datto Inc.
+PublisherUrl: https://www.datto.com/
+PublisherSupportUrl: https://help.workplace.datto.com/help/Content/1_GENERAL/How_VFS_Works.htm
+PrivacyUrl: https://www.datto.com/legal/privacy-policy/
+Author: Datto Inc.
+PackageName: Datto Workplace
+PackageUrl: https://us.workplace.datto.com/download
+License: 专有软件
+# LicenseUrl:
+Copyright: Copyright © 2005-2024 Datto, Inc.
+CopyrightUrl: https://www.kaseya.com/legal/website-terms-of-use/
+ShortDescription: Datto Workplace 是以安全为重点的企业文件同步和共享(EFSS),由托管服务提供商提供,以实现安全高效的协作。
+# Description:
+# Moniker:
+# Tags:
+# ReleaseNotes:
+ReleaseNotesUrl: https://help.workplace.datto.com/help/Content/1_GENERAL/Release_Notes/ReleaseNotes.htm
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Datto/Workplace/10.5.1.22/Datto.Workplace.yaml b/manifests/d/Datto/Workplace/10.5.1.22/Datto.Workplace.yaml
new file mode 100644
index 0000000000000..2b570494d0638
--- /dev/null
+++ b/manifests/d/Datto/Workplace/10.5.1.22/Datto.Workplace.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Datto.Workplace
+PackageVersion: 10.5.1.22
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Daum/PotPlayer/24.08.27.0/Daum.PotPlayer.installer.yaml b/manifests/d/Daum/PotPlayer/24.08.27.0/Daum.PotPlayer.installer.yaml
new file mode 100644
index 0000000000000..0add50ada71df
--- /dev/null
+++ b/manifests/d/Daum/PotPlayer/24.08.27.0/Daum.PotPlayer.installer.yaml
@@ -0,0 +1,137 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Daum.PotPlayer
+PackageVersion: 24.08.27.0
+InstallerType: nullsoft
+Scope: machine
+InstallModes:
+- interactive
+- silentWithProgress
+UpgradeBehavior: install
+ElevationRequirement: elevatesSelf
+FileExtensions:
+- 3g2
+- 3gp
+- 3gp2
+- 3gpp
+- aac
+- ac3
+- aif
+- aiff
+- amr
+- amv
+- ape
+- asf
+- ass
+- asx
+- avi
+- cda
+- cue
+- divx
+- dmskm
+- dpg
+- dpl
+- dsf
+- dts
+- dtshd
+- dvr-ms
+- eac3
+- evo
+- f4v
+- flac
+- flv
+- idx
+- ifo
+- k3g
+- lmp4
+- m1a
+- m1v
+- m2a
+- m2t
+- m2ts
+- m2v
+- m3u
+- m3u8
+- m4a
+- m4b
+- m4p
+- m4v
+- mka
+- mkv
+- mod
+- mov
+- mp2
+- mp2v
+- mp3
+- mp4
+- mpa
+- mpc
+- mpd
+- mpe
+- mpeg
+- mpg
+- mpl
+- mpls
+- mpv2
+- mqv
+- mts
+- mxf
+- nsr
+- nsv
+- ogg
+- ogm
+- ogv
+- opus
+- pls
+- psb
+- qt
+- ra
+- ram
+- rmvb
+- rpm
+- rt
+- sbv
+- skm
+- smi
+- srt
+- ssa
+- ssf
+- sub
+- sup
+- tak
+- tp
+- tpr
+- trp
+- ts
+- tta
+- ttml
+- usf
+- vob
+- vtt
+- wav
+- webm
+- wm
+- wma
+- wmp
+- wmv
+- wmx
+- wtv
+- wv
+- wvx
+- xspf
+- xss
+Installers:
+- Architecture: x86
+  InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup.exe
+  InstallerSha256: 2D9252A1515E9C46427A1D3EB782B21F1F9B163D8230D753EA9FE87710E36065
+  AppsAndFeaturesEntries:
+  - DisplayName: PotPlayer
+- Architecture: x64
+  InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup64.exe
+  InstallerSha256: C8AF471D08000EDB7129A9F640152EC2DCBF3F9C81A3666947130DD27E30D6E8
+  AppsAndFeaturesEntries:
+  - DisplayName: PotPlayer-64 bit
+ReleaseDate: 2024-08-27
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Daum/PotPlayer/24.08.27.0/Daum.PotPlayer.locale.en-US.yaml b/manifests/d/Daum/PotPlayer/24.08.27.0/Daum.PotPlayer.locale.en-US.yaml
new file mode 100644
index 0000000000000..9e8b14d514038
--- /dev/null
+++ b/manifests/d/Daum/PotPlayer/24.08.27.0/Daum.PotPlayer.locale.en-US.yaml
@@ -0,0 +1,37 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Daum.PotPlayer
+PackageVersion: 24.08.27.0
+PackageLocale: en-US
+Publisher: Kakao Corp.
+PublisherUrl: https://potplayer.daum.net
+PackageName: PotPlayer
+PackageUrl: https://potplayer.daum.net
+License: Freeware
+LicenseUrl: https://potplayer.daum.net/publicRelation
+Copyright: Copyright © Daum Communications. All rights reserved.
+CopyrightUrl: https://potplayer.daum.net/publicRelation
+ShortDescription: Powerful multimedia player that supports a variety of different video codecs and formats.
+Moniker: PotPlayer
+ReleaseNotesUrl: https://t1.daumcdn.net/potplayer/PotPlayer/v4/Update2/UpdateEng.html
+ReleaseNotes: |-
+  + Added WEBP to video capture 
+  + Added ability to set delay time to seconds or less in image source filter 
+  + Added auto-run feature when system starts
+  - Fixed an issue where the size settings of the shortcut icon were not reflected. 
+  - Fixed an issue where the Do not add duplicate files setting was reset in certain situations. 
+  - Fixed an issue where the video was recognized as interlaced when playing with a specific codec. 
+  - Fixed an error issue when decoding with libVPX 8/9
+  - Fixed an issue where navigation occurred abnormally when playing MP4 streaming.
+  - Fixed an issue where browsing certain FLV files was slow
+  - Improved subtitle display speed
+Tags:
+- audio
+- media-player
+- video
+- video-player
+- hdr
+- subtitle
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Daum/PotPlayer/24.08.27.0/Daum.PotPlayer.locale.zh-CN.yaml b/manifests/d/Daum/PotPlayer/24.08.27.0/Daum.PotPlayer.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..f14f53ed45084
--- /dev/null
+++ b/manifests/d/Daum/PotPlayer/24.08.27.0/Daum.PotPlayer.locale.zh-CN.yaml
@@ -0,0 +1,22 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: Daum.PotPlayer
+PackageVersion: 24.08.27.0
+PackageLocale: zh-CN
+Publisher: Kakao Corp.
+PublisherUrl: https://potplayer.daum.net
+PackageName: PotPlayer
+PackageUrl: https://potplayer.daum.net
+License: Freeware
+LicenseUrl: https://potplayer.daum.net/publicRelation
+Copyright: Copyright © Daum Communications. All rights reserved.
+CopyrightUrl: https://potplayer.daum.net/publicRelation
+ShortDescription: PotPlayer是一款多功能网络播放器,可播放多种格式的视频或音频。
+Tags:
+- 媒体
+- 播放器
+- 自由软件
+- 视频
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Daum/PotPlayer/24.08.27.0/Daum.PotPlayer.yaml b/manifests/d/Daum/PotPlayer/24.08.27.0/Daum.PotPlayer.yaml
new file mode 100644
index 0000000000000..dbe70d3b67ec8
--- /dev/null
+++ b/manifests/d/Daum/PotPlayer/24.08.27.0/Daum.PotPlayer.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Daum.PotPlayer
+PackageVersion: 24.08.27.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Daum/PotPlayer/240509/Daum.PotPlayer.installer.yaml b/manifests/d/Daum/PotPlayer/240509/Daum.PotPlayer.installer.yaml
deleted file mode 100644
index 1f2dab7cdb8c7..0000000000000
--- a/manifests/d/Daum/PotPlayer/240509/Daum.PotPlayer.installer.yaml
+++ /dev/null
@@ -1,85 +0,0 @@
-# Created using wingetcreate 1.6.1.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
-
-PackageIdentifier: Daum.PotPlayer
-PackageVersion: "240509"
-InstallerType: nullsoft
-Scope: machine
-InstallModes:
-- interactive
-- silentWithProgress
-UpgradeBehavior: install
-FileExtensions:
-- 3g2
-- 3gp
-- 3gp2
-- 3gpp
-- aac
-- ac3
-- afi
-- aiff
-- amr
-- amv
-- ape
-- asf
-- ass
-- asx
-- avi
-- cda
-- cue
-- divx
-- dmskm
-- dpg
-- dpl
-- dsf
-- dts
-- dtshd
-- dvr-ms
-- eac3
-- evo
-- f4v
-- flac
-- flv
-- idf
-- idx
-- k3g
-- lmp4
-- m1a
-- m1v
-- m2a
-- m2t
-- m2ts
-- m2v
-- m3u
-- m3u8
-- m4a
-- m4b
-- m4p
-- m4v
-- mka
-- mkv
-- mod
-- mov
-- mp2
-- mp2v
-- mp3
-- mp4
-- mpa
-- mpe
-- mpeg
-- mpg
-- mpl
-- mpls
-- mpv2
-- mqv
-- mts
-- ogm
-Installers:
-- Architecture: x86
-  InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/240509/PotPlayerSetup.exe
-  InstallerSha256: AC07C4BF173A2538E83EE472AB02DB91483CB9CD9CF4FA4FAAB2488BCAAC872D
-- Architecture: x64
-  InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/240509/PotPlayerSetup64.exe
-  InstallerSha256: A0E0D8BEAD8A9F1D44BB43F1215EFED58E6E63D96E4966E1DF2464562877F0C3
-ManifestType: installer
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Daum/PotPlayer/240509/Daum.PotPlayer.locale.en-US.yaml b/manifests/d/Daum/PotPlayer/240509/Daum.PotPlayer.locale.en-US.yaml
deleted file mode 100644
index 40c6513c3ec15..0000000000000
--- a/manifests/d/Daum/PotPlayer/240509/Daum.PotPlayer.locale.en-US.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created using wingetcreate 1.6.1.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
-
-PackageIdentifier: Daum.PotPlayer
-PackageVersion: "240509"
-PackageLocale: en-US
-Publisher: Kakao Corp.
-PublisherUrl: https://potplayer.daum.net
-PackageName: PotPlayer
-PackageUrl: https://potplayer.daum.net
-License: Freeware
-LicenseUrl: https://potplayer.daum.net/publicRelation
-Copyright: Copyright © Daum Communications. All rights reserved.
-CopyrightUrl: https://potplayer.daum.net/publicRelation
-ShortDescription: Powerful multimedia player that supports a variety of different video codecs and formats.
-Moniker: PotPlayer
-Tags:
-- audio
-- media-player
-- video
-- video-player
-- hdr
-- subtitle
-ManifestType: defaultLocale
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Daum/PotPlayer/240509/Daum.PotPlayer.locale.zh-CN.yaml b/manifests/d/Daum/PotPlayer/240509/Daum.PotPlayer.locale.zh-CN.yaml
deleted file mode 100644
index 81332aae2b929..0000000000000
--- a/manifests/d/Daum/PotPlayer/240509/Daum.PotPlayer.locale.zh-CN.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created using wingetcreate 1.6.1.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
-
-PackageIdentifier: Daum.PotPlayer
-PackageVersion: "240509"
-PackageLocale: zh-CN
-Publisher: Kakao Corp.
-PublisherUrl: https://potplayer.daum.net
-PackageName: PotPlayer
-PackageUrl: https://potplayer.daum.net
-License: Freeware
-LicenseUrl: https://potplayer.daum.net/publicRelation
-Copyright: Copyright © Daum Communications. All rights reserved.
-CopyrightUrl: https://potplayer.daum.net/publicRelation
-ShortDescription: PotPlayer是一款多功能网络播放器,可播放多种格式的视频或音频。
-Tags:
-- 媒体
-- 播放器
-- 自由软件
-- 视频
-ManifestType: locale
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Daum/PotPlayer/240509/Daum.PotPlayer.yaml b/manifests/d/Daum/PotPlayer/240509/Daum.PotPlayer.yaml
deleted file mode 100644
index d636bc793f422..0000000000000
--- a/manifests/d/Daum/PotPlayer/240509/Daum.PotPlayer.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Created using wingetcreate 1.6.1.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
-
-PackageIdentifier: Daum.PotPlayer
-PackageVersion: "240509"
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Daum/PotPlayer/240618/Daum.PotPlayer.installer.yaml b/manifests/d/Daum/PotPlayer/240618/Daum.PotPlayer.installer.yaml
deleted file mode 100644
index f99fd06a19bed..0000000000000
--- a/manifests/d/Daum/PotPlayer/240618/Daum.PotPlayer.installer.yaml
+++ /dev/null
@@ -1,85 +0,0 @@
-# Created using wingetcreate 1.6.1.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
-
-PackageIdentifier: Daum.PotPlayer
-PackageVersion: "240618"
-InstallerType: nullsoft
-Scope: machine
-InstallModes:
-- interactive
-- silentWithProgress
-UpgradeBehavior: install
-FileExtensions:
-- 3g2
-- 3gp
-- 3gp2
-- 3gpp
-- aac
-- ac3
-- afi
-- aiff
-- amr
-- amv
-- ape
-- asf
-- ass
-- asx
-- avi
-- cda
-- cue
-- divx
-- dmskm
-- dpg
-- dpl
-- dsf
-- dts
-- dtshd
-- dvr-ms
-- eac3
-- evo
-- f4v
-- flac
-- flv
-- idf
-- idx
-- k3g
-- lmp4
-- m1a
-- m1v
-- m2a
-- m2t
-- m2ts
-- m2v
-- m3u
-- m3u8
-- m4a
-- m4b
-- m4p
-- m4v
-- mka
-- mkv
-- mod
-- mov
-- mp2
-- mp2v
-- mp3
-- mp4
-- mpa
-- mpe
-- mpeg
-- mpg
-- mpl
-- mpls
-- mpv2
-- mqv
-- mts
-- ogm
-Installers:
-- Architecture: x86
-  InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/240618/PotPlayerSetup.exe
-  InstallerSha256: 78A1F25EDFDA7EB4399B4EF5F717C18D3DB7FB9AEB8BE55EF9686DB1D5BADEAF
-- Architecture: x64
-  InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/240618/PotPlayerSetup64.exe
-  InstallerSha256: 66D03FC13F4949948890675CF62B839B704B542A34A13A180466F93BE20D5BC6
-ManifestType: installer
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Daum/PotPlayer/240618/Daum.PotPlayer.locale.en-US.yaml b/manifests/d/Daum/PotPlayer/240618/Daum.PotPlayer.locale.en-US.yaml
deleted file mode 100644
index 84b2cfd13a65c..0000000000000
--- a/manifests/d/Daum/PotPlayer/240618/Daum.PotPlayer.locale.en-US.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created using wingetcreate 1.6.1.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
-
-PackageIdentifier: Daum.PotPlayer
-PackageVersion: "240618"
-PackageLocale: en-US
-Publisher: Kakao Corp.
-PublisherUrl: https://potplayer.daum.net
-PackageName: PotPlayer
-PackageUrl: https://potplayer.daum.net
-License: Freeware
-LicenseUrl: https://potplayer.daum.net/publicRelation
-Copyright: Copyright © Daum Communications. All rights reserved.
-CopyrightUrl: https://potplayer.daum.net/publicRelation
-ShortDescription: Powerful multimedia player that supports a variety of different video codecs and formats.
-Moniker: PotPlayer
-ReleaseNotes: |-
-  - Added the ability to set the font for OSD playback information.
-  - Added the ability to name albums in environment management automatic conditions.
-  - Added the ability to go to the previous/next section in the section repeat list.
-  - Added ability to not wait for vertical sync.
-  - Added system media transport control function.
-  - Modified the window border skin to be prettier. 
-  - Modified the subtitle format to be displayed in the name of the built-in subtitles. 
-  - Fixed an issue where frame steps did not work properly in the built-in video renderer.
-ReleaseNotesUrl: https://t1.daumcdn.net/potplayer/PotPlayer/v4/Update2/UpdateEng.html
-Tags:
-- audio
-- media-player
-- video
-- video-player
-- hdr
-- subtitle
-ManifestType: defaultLocale
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Daum/PotPlayer/240618/Daum.PotPlayer.locale.zh-CN.yaml b/manifests/d/Daum/PotPlayer/240618/Daum.PotPlayer.locale.zh-CN.yaml
deleted file mode 100644
index dcbedd79cba0c..0000000000000
--- a/manifests/d/Daum/PotPlayer/240618/Daum.PotPlayer.locale.zh-CN.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created using wingetcreate 1.6.1.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
-
-PackageIdentifier: Daum.PotPlayer
-PackageVersion: "240618"
-PackageLocale: zh-CN
-Publisher: Kakao Corp.
-PublisherUrl: https://potplayer.daum.net
-PackageName: PotPlayer
-PackageUrl: https://potplayer.daum.net
-License: Freeware
-LicenseUrl: https://potplayer.daum.net/publicRelation
-Copyright: Copyright © Daum Communications. All rights reserved.
-CopyrightUrl: https://potplayer.daum.net/publicRelation
-ShortDescription: PotPlayer是一款多功能网络播放器,可播放多种格式的视频或音频。
-Tags:
-- 媒体
-- 播放器
-- 自由软件
-- 视频
-ManifestType: locale
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Daum/PotPlayer/240618/Daum.PotPlayer.yaml b/manifests/d/Daum/PotPlayer/240618/Daum.PotPlayer.yaml
deleted file mode 100644
index 6c95ca3586a19..0000000000000
--- a/manifests/d/Daum/PotPlayer/240618/Daum.PotPlayer.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Created using wingetcreate 1.6.1.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
-
-PackageIdentifier: Daum.PotPlayer
-PackageVersion: "240618"
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.6.0
diff --git a/manifests/d/DaxStudio/DaxStudio/3.1.0/DaxStudio.DaxStudio.installer.yaml b/manifests/d/DaxStudio/DaxStudio/3.1.0/DaxStudio.DaxStudio.installer.yaml
new file mode 100644
index 0000000000000..bb504f01a771d
--- /dev/null
+++ b/manifests/d/DaxStudio/DaxStudio/3.1.0/DaxStudio.DaxStudio.installer.yaml
@@ -0,0 +1,30 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DaxStudio.DaxStudio
+PackageVersion: 3.1.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+MinimumOSVersion: 10.0.0.0
+InstallerType: inno
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Installers:
+- Architecture: x64
+  Scope: machine
+  InstallerUrl: https://github.com/DaxStudio/DaxStudio/releases/download/v3.1.0/DaxStudio_3_1_0_setup.exe
+  InstallerSha256: 6B107E666523B096F14F94A8DB8AAB700B89565DAC7FD3625FA932823EBF0B2E
+  InstallerSwitches:
+    Custom: /ALLUSERS
+- Architecture: x64
+  Scope: user
+  InstallerUrl: https://github.com/DaxStudio/DaxStudio/releases/download/v3.1.0/DaxStudio_3_1_0_setup.exe
+  InstallerSha256: 6B107E666523B096F14F94A8DB8AAB700B89565DAC7FD3625FA932823EBF0B2E
+  InstallerSwitches:
+    Custom: /CURRENTUSER
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DaxStudio/DaxStudio/3.1.0/DaxStudio.DaxStudio.locale.en-US.yaml b/manifests/d/DaxStudio/DaxStudio/3.1.0/DaxStudio.DaxStudio.locale.en-US.yaml
new file mode 100644
index 0000000000000..b3578390d10b6
--- /dev/null
+++ b/manifests/d/DaxStudio/DaxStudio/3.1.0/DaxStudio.DaxStudio.locale.en-US.yaml
@@ -0,0 +1,19 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DaxStudio.DaxStudio
+PackageVersion: 3.1.0
+PackageLocale: en-US
+Publisher: DAX Studio
+PublisherUrl: https://github.com/DaxStudio/DaxStudio
+PublisherSupportUrl: https://github.com/DaxStudio/DaxStudio/issues
+Author: DaxStudio.org
+PackageName: DAX Studio
+PackageUrl: https://daxstudio.org
+License: Microsoft Reciprocal License (Ms-RL)
+ShortDescription: The ultimate tool for working with DAX queries
+Tags:
+- dax
+- powerbi
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DaxStudio/DaxStudio/3.1.0/DaxStudio.DaxStudio.yaml b/manifests/d/DaxStudio/DaxStudio/3.1.0/DaxStudio.DaxStudio.yaml
new file mode 100644
index 0000000000000..220f9bc4b91a2
--- /dev/null
+++ b/manifests/d/DaxStudio/DaxStudio/3.1.0/DaxStudio.DaxStudio.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DaxStudio.DaxStudio
+PackageVersion: 3.1.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DaxStudio/DaxStudio/3.1.1/DaxStudio.DaxStudio.installer.yaml b/manifests/d/DaxStudio/DaxStudio/3.1.1/DaxStudio.DaxStudio.installer.yaml
new file mode 100644
index 0000000000000..73238ee4027a2
--- /dev/null
+++ b/manifests/d/DaxStudio/DaxStudio/3.1.1/DaxStudio.DaxStudio.installer.yaml
@@ -0,0 +1,30 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DaxStudio.DaxStudio
+PackageVersion: 3.1.1
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+MinimumOSVersion: 10.0.0.0
+InstallerType: inno
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Installers:
+- Architecture: x64
+  Scope: machine
+  InstallerUrl: https://github.com/DaxStudio/DaxStudio/releases/download/v3.1.1/DaxStudio_3_1_1_setup.exe
+  InstallerSha256: 4623D4291E1F03068FA33D129493BDAA4A932F8EAECED2D4339FEB711DB46B93
+  InstallerSwitches:
+    Custom: /ALLUSERS
+- Architecture: x64
+  Scope: user
+  InstallerUrl: https://github.com/DaxStudio/DaxStudio/releases/download/v3.1.1/DaxStudio_3_1_1_setup.exe
+  InstallerSha256: 4623D4291E1F03068FA33D129493BDAA4A932F8EAECED2D4339FEB711DB46B93
+  InstallerSwitches:
+    Custom: /CURRENTUSER
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DaxStudio/DaxStudio/3.1.1/DaxStudio.DaxStudio.locale.en-US.yaml b/manifests/d/DaxStudio/DaxStudio/3.1.1/DaxStudio.DaxStudio.locale.en-US.yaml
new file mode 100644
index 0000000000000..14dc5c7902b33
--- /dev/null
+++ b/manifests/d/DaxStudio/DaxStudio/3.1.1/DaxStudio.DaxStudio.locale.en-US.yaml
@@ -0,0 +1,19 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DaxStudio.DaxStudio
+PackageVersion: 3.1.1
+PackageLocale: en-US
+Publisher: DAX Studio
+PublisherUrl: https://github.com/DaxStudio/DaxStudio
+PublisherSupportUrl: https://github.com/DaxStudio/DaxStudio/issues
+Author: DaxStudio.org
+PackageName: DAX Studio
+PackageUrl: https://daxstudio.org
+License: Microsoft Reciprocal License (Ms-RL)
+ShortDescription: The ultimate tool for working with DAX queries
+Tags:
+- dax
+- powerbi
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DaxStudio/DaxStudio/3.1.1/DaxStudio.DaxStudio.yaml b/manifests/d/DaxStudio/DaxStudio/3.1.1/DaxStudio.DaxStudio.yaml
new file mode 100644
index 0000000000000..22ca7d58fbc97
--- /dev/null
+++ b/manifests/d/DaxStudio/DaxStudio/3.1.1/DaxStudio.DaxStudio.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DaxStudio.DaxStudio
+PackageVersion: 3.1.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DaxStudio/DaxStudio/3.2.0/DaxStudio.DaxStudio.installer.yaml b/manifests/d/DaxStudio/DaxStudio/3.2.0/DaxStudio.DaxStudio.installer.yaml
new file mode 100644
index 0000000000000..746d721d46888
--- /dev/null
+++ b/manifests/d/DaxStudio/DaxStudio/3.2.0/DaxStudio.DaxStudio.installer.yaml
@@ -0,0 +1,30 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DaxStudio.DaxStudio
+PackageVersion: 3.2.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+MinimumOSVersion: 10.0.0.0
+InstallerType: inno
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Installers:
+- Architecture: x64
+  Scope: machine
+  InstallerUrl: https://github.com/DaxStudio/DaxStudio/releases/download/v3.2.0/DaxStudio_3_2_0_setup.exe
+  InstallerSha256: 2F2A078017FA24101D0D30580AA7AF1F4C21B71E621A6A603C28C7C6F0A5A972
+  InstallerSwitches:
+    Custom: /ALLUSERS
+- Architecture: x64
+  Scope: user
+  InstallerUrl: https://github.com/DaxStudio/DaxStudio/releases/download/v3.2.0/DaxStudio_3_2_0_setup.exe
+  InstallerSha256: 2F2A078017FA24101D0D30580AA7AF1F4C21B71E621A6A603C28C7C6F0A5A972
+  InstallerSwitches:
+    Custom: /CURRENTUSER
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DaxStudio/DaxStudio/3.2.0/DaxStudio.DaxStudio.locale.en-US.yaml b/manifests/d/DaxStudio/DaxStudio/3.2.0/DaxStudio.DaxStudio.locale.en-US.yaml
new file mode 100644
index 0000000000000..49e91f174ecb3
--- /dev/null
+++ b/manifests/d/DaxStudio/DaxStudio/3.2.0/DaxStudio.DaxStudio.locale.en-US.yaml
@@ -0,0 +1,19 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DaxStudio.DaxStudio
+PackageVersion: 3.2.0
+PackageLocale: en-US
+Publisher: DAX Studio
+PublisherUrl: https://github.com/DaxStudio/DaxStudio
+PublisherSupportUrl: https://github.com/DaxStudio/DaxStudio/issues
+Author: DaxStudio.org
+PackageName: DAX Studio
+PackageUrl: https://daxstudio.org
+License: Microsoft Reciprocal License (Ms-RL)
+ShortDescription: The ultimate tool for working with DAX queries
+Tags:
+- dax
+- powerbi
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DaxStudio/DaxStudio/3.2.0/DaxStudio.DaxStudio.yaml b/manifests/d/DaxStudio/DaxStudio/3.2.0/DaxStudio.DaxStudio.yaml
new file mode 100644
index 0000000000000..f65eb71a862aa
--- /dev/null
+++ b/manifests/d/DaxStudio/DaxStudio/3.2.0/DaxStudio.DaxStudio.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DaxStudio.DaxStudio
+PackageVersion: 3.2.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DaxStudio/DaxStudio/3.2.1/DaxStudio.DaxStudio.installer.yaml b/manifests/d/DaxStudio/DaxStudio/3.2.1/DaxStudio.DaxStudio.installer.yaml
new file mode 100644
index 0000000000000..ab71642145f7a
--- /dev/null
+++ b/manifests/d/DaxStudio/DaxStudio/3.2.1/DaxStudio.DaxStudio.installer.yaml
@@ -0,0 +1,31 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DaxStudio.DaxStudio
+PackageVersion: 3.2.1
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+MinimumOSVersion: 10.0.0.0
+InstallerType: inno
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Installers:
+- Architecture: x64
+  Scope: machine
+  InstallerUrl: https://github.com/DaxStudio/DaxStudio/releases/download/v3.2.1/DaxStudio_3_2_1_setup.exe
+  InstallerSha256: 799A5F92312AE81B4EE901BE9C680C571D8D3BD51C50D605ED1DFD18AC4C0CE4
+  InstallerSwitches:
+    Custom: /ALLUSERS
+- Architecture: x64
+  Scope: user
+  InstallerUrl: https://github.com/DaxStudio/DaxStudio/releases/download/v3.2.1/DaxStudio_3_2_1_setup.exe
+  InstallerSha256: 799A5F92312AE81B4EE901BE9C680C571D8D3BD51C50D605ED1DFD18AC4C0CE4
+  InstallerSwitches:
+    Custom: /CURRENTUSER
+ManifestType: installer
+ManifestVersion: 1.6.0
+ReleaseDate: 2024-09-05
diff --git a/manifests/d/DaxStudio/DaxStudio/3.2.1/DaxStudio.DaxStudio.locale.en-US.yaml b/manifests/d/DaxStudio/DaxStudio/3.2.1/DaxStudio.DaxStudio.locale.en-US.yaml
new file mode 100644
index 0000000000000..0687e8ecfc802
--- /dev/null
+++ b/manifests/d/DaxStudio/DaxStudio/3.2.1/DaxStudio.DaxStudio.locale.en-US.yaml
@@ -0,0 +1,23 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DaxStudio.DaxStudio
+PackageVersion: 3.2.1
+PackageLocale: en-US
+Publisher: DAX Studio
+PublisherUrl: https://github.com/DaxStudio/DaxStudio
+PublisherSupportUrl: https://github.com/DaxStudio/DaxStudio/issues
+Author: DaxStudio.org
+PackageName: DAX Studio
+PackageUrl: https://daxstudio.org
+License: Microsoft Reciprocal License (Ms-RL)
+ShortDescription: The ultimate tool for working with DAX queries
+Tags:
+- dax
+- powerbi
+ReleaseNotesUrl: https://github.com/DaxStudio/DaxStudio/releases/tag/v3.2.1
+Documentations:
+- DocumentLabel: Wiki
+  DocumentUrl: https://github.com/DaxStudio/DaxStudio/wiki
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DaxStudio/DaxStudio/3.2.1/DaxStudio.DaxStudio.yaml b/manifests/d/DaxStudio/DaxStudio/3.2.1/DaxStudio.DaxStudio.yaml
new file mode 100644
index 0000000000000..e8433b4821223
--- /dev/null
+++ b/manifests/d/DaxStudio/DaxStudio/3.2.1/DaxStudio.DaxStudio.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DaxStudio.DaxStudio
+PackageVersion: 3.2.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DeepL/DeepL/24.7.2.12813/DeepL.DeepL.installer.yaml b/manifests/d/DeepL/DeepL/24.8.2.13437/DeepL.DeepL.installer.yaml
similarity index 77%
rename from manifests/d/DeepL/DeepL/24.7.2.12813/DeepL.DeepL.installer.yaml
rename to manifests/d/DeepL/DeepL/24.8.2.13437/DeepL.DeepL.installer.yaml
index 26649009fe749..cca6d80dedfaf 100644
--- a/manifests/d/DeepL/DeepL/24.7.2.12813/DeepL.DeepL.installer.yaml
+++ b/manifests/d/DeepL/DeepL/24.8.2.13437/DeepL.DeepL.installer.yaml
@@ -1,8 +1,8 @@
-# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
 
 PackageIdentifier: DeepL.DeepL
-PackageVersion: 24.7.2.12813
+PackageVersion: 24.8.2.13437
 InstallerType: exe
 InstallModes:
 - interactive
@@ -15,19 +15,19 @@ InstallerSwitches:
 UpgradeBehavior: install
 Protocols:
 - deepl
-ReleaseDate: 2024-07-15
+ReleaseDate: 2024-08-27
 Installers:
 - Architecture: x64
   Scope: user
   InstallerUrl: https://appdownload.deepl.com/windows/0install/DeepLSetup.exe
-  InstallerSha256: 0508FFB9389488B4C9E59D83FEF43AA6AC3138C76AF05BB504B45F9984E9D5FF
+  InstallerSha256: C915FB81B980D874B62DF5D842F0C460C3D0B8A4B6F70CA827875D75FBAE6DA9
   InstallerSwitches:
     Custom: --no-run
   ProductCode: https%3a##appdownload.deepl.com#windows#0install#deepl.xml
 - Architecture: x64
   Scope: machine
   InstallerUrl: https://appdownload.deepl.com/windows/0install/DeepLSetup.exe
-  InstallerSha256: 0508FFB9389488B4C9E59D83FEF43AA6AC3138C76AF05BB504B45F9984E9D5FF
+  InstallerSha256: C915FB81B980D874B62DF5D842F0C460C3D0B8A4B6F70CA827875D75FBAE6DA9
   InstallerSwitches:
     Custom: --no-run --machine
   ProductCode: https%3a##appdownload.deepl.com#windows#0install#deepl.xml
diff --git a/manifests/d/DeepL/DeepL/24.7.2.12813/DeepL.DeepL.locale.en-US.yaml b/manifests/d/DeepL/DeepL/24.8.2.13437/DeepL.DeepL.locale.en-US.yaml
similarity index 93%
rename from manifests/d/DeepL/DeepL/24.7.2.12813/DeepL.DeepL.locale.en-US.yaml
rename to manifests/d/DeepL/DeepL/24.8.2.13437/DeepL.DeepL.locale.en-US.yaml
index 18c2cec8b7dd6..84f1066f5ea46 100644
--- a/manifests/d/DeepL/DeepL/24.7.2.12813/DeepL.DeepL.locale.en-US.yaml
+++ b/manifests/d/DeepL/DeepL/24.8.2.13437/DeepL.DeepL.locale.en-US.yaml
@@ -1,8 +1,8 @@
-# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
 
 PackageIdentifier: DeepL.DeepL
-PackageVersion: 24.7.2.12813
+PackageVersion: 24.8.2.13437
 PackageLocale: en-US
 Publisher: DeepL SE
 PublisherUrl: https://www.deepl.com/en/publisher
diff --git a/manifests/d/DeepL/DeepL/24.7.2.12813/DeepL.DeepL.locale.zh-CN.yaml b/manifests/d/DeepL/DeepL/24.8.2.13437/DeepL.DeepL.locale.zh-CN.yaml
similarity index 92%
rename from manifests/d/DeepL/DeepL/24.7.2.12813/DeepL.DeepL.locale.zh-CN.yaml
rename to manifests/d/DeepL/DeepL/24.8.2.13437/DeepL.DeepL.locale.zh-CN.yaml
index 422f28a215903..1c5554b7c2322 100644
--- a/manifests/d/DeepL/DeepL/24.7.2.12813/DeepL.DeepL.locale.zh-CN.yaml
+++ b/manifests/d/DeepL/DeepL/24.8.2.13437/DeepL.DeepL.locale.zh-CN.yaml
@@ -1,8 +1,8 @@
-# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
 
 PackageIdentifier: DeepL.DeepL
-PackageVersion: 24.7.2.12813
+PackageVersion: 24.8.2.13437
 PackageLocale: zh-CN
 Publisher: DeepL SE
 PublisherUrl: https://www.deepl.com/zh/publisher
diff --git a/manifests/d/DeepL/DeepL/24.7.2.12813/DeepL.DeepL.yaml b/manifests/d/DeepL/DeepL/24.8.2.13437/DeepL.DeepL.yaml
similarity index 82%
rename from manifests/d/DeepL/DeepL/24.7.2.12813/DeepL.DeepL.yaml
rename to manifests/d/DeepL/DeepL/24.8.2.13437/DeepL.DeepL.yaml
index 602acd77c635b..034a1bace5ae9 100644
--- a/manifests/d/DeepL/DeepL/24.7.2.12813/DeepL.DeepL.yaml
+++ b/manifests/d/DeepL/DeepL/24.8.2.13437/DeepL.DeepL.yaml
@@ -1,8 +1,8 @@
-# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
 
 PackageIdentifier: DeepL.DeepL
-PackageVersion: 24.7.2.12813
+PackageVersion: 24.8.2.13437
 DefaultLocale: en-US
 ManifestType: version
 ManifestVersion: 1.6.0
diff --git a/manifests/d/DefangLabs/Defang/0.5.36/DefangLabs.Defang.installer.yaml b/manifests/d/DefangLabs/Defang/0.5.36/DefangLabs.Defang.installer.yaml
new file mode 100644
index 0000000000000..4cae5d47d4c3a
--- /dev/null
+++ b/manifests/d/DefangLabs/Defang/0.5.36/DefangLabs.Defang.installer.yaml
@@ -0,0 +1,26 @@
+# This file was generated by GoReleaser. DO NOT EDIT.
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+PackageIdentifier: DefangLabs.Defang
+PackageVersion: 0.5.36
+InstallerLocale: en-US
+InstallerType: zip
+ReleaseDate: "2024-07-26"
+Installers:
+  - Architecture: arm64
+    NestedInstallerType: portable
+    NestedInstallerFiles:
+      - RelativeFilePath: defang.exe
+        PortableCommandAlias: defang
+    InstallerUrl: https://github.com/DefangLabs/defang/releases/download/v0.5.36/defang_0.5.36_windows_arm64.zip
+    InstallerSha256: 080493e847f202363a4b3feb563b10df67fd1611554925adc659f12f04cf5ef5
+    UpgradeBehavior: uninstallPrevious
+  - Architecture: x64
+    NestedInstallerType: portable
+    NestedInstallerFiles:
+      - RelativeFilePath: defang.exe
+        PortableCommandAlias: defang
+    InstallerUrl: https://github.com/DefangLabs/defang/releases/download/v0.5.36/defang_0.5.36_windows_amd64.zip
+    InstallerSha256: 7de6ffafeaaa218941a02cf7a67a69d48c48622136b8562bd89a9e9dc69a9181
+    UpgradeBehavior: uninstallPrevious
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DefangLabs/Defang/0.5.36/DefangLabs.Defang.locale.en-US.yaml b/manifests/d/DefangLabs/Defang/0.5.36/DefangLabs.Defang.locale.en-US.yaml
new file mode 100644
index 0000000000000..c705664774f46
--- /dev/null
+++ b/manifests/d/DefangLabs/Defang/0.5.36/DefangLabs.Defang.locale.en-US.yaml
@@ -0,0 +1,16 @@
+# This file was generated by GoReleaser. DO NOT EDIT.
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+PackageIdentifier: DefangLabs.Defang
+PackageVersion: 0.5.36
+PackageLocale: en-US
+Publisher: DefangLabs
+PublisherUrl: https://defang.io/
+PublisherSupportUrl: https://github.com/DefangLabs/defang/issues/
+PackageName: Defang
+PackageUrl: https://github.com/DefangLabs/defang/
+License: MIT
+ShortDescription: The Defang command-line interface (CLI)
+Description: Defang is the easiest way for developers to create and deploy their containerized applications to the cloud.
+Moniker: Defang
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DefangLabs/Defang/0.5.36/DefangLabs.Defang.yaml b/manifests/d/DefangLabs/Defang/0.5.36/DefangLabs.Defang.yaml
new file mode 100644
index 0000000000000..0a6d45ebcef84
--- /dev/null
+++ b/manifests/d/DefangLabs/Defang/0.5.36/DefangLabs.Defang.yaml
@@ -0,0 +1,7 @@
+# This file was generated by GoReleaser. DO NOT EDIT.
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+PackageIdentifier: DefangLabs.Defang
+PackageVersion: 0.5.36
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DefangLabs/Defang/0.5.40/DefangLabs.Defang.installer.yaml b/manifests/d/DefangLabs/Defang/0.5.40/DefangLabs.Defang.installer.yaml
new file mode 100644
index 0000000000000..df9e55966da7e
--- /dev/null
+++ b/manifests/d/DefangLabs/Defang/0.5.40/DefangLabs.Defang.installer.yaml
@@ -0,0 +1,26 @@
+# This file was generated by GoReleaser. DO NOT EDIT.
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+PackageIdentifier: DefangLabs.Defang
+PackageVersion: 0.5.40
+InstallerLocale: en-US
+InstallerType: zip
+ReleaseDate: "2024-08-20"
+Installers:
+  - Architecture: arm64
+    NestedInstallerType: portable
+    NestedInstallerFiles:
+      - RelativeFilePath: defang.exe
+        PortableCommandAlias: defang
+    InstallerUrl: https://github.com/DefangLabs/defang/releases/download/v0.5.40/defang_0.5.40_windows_arm64.zip
+    InstallerSha256: 948fee20ef656d988ff4d1bb20057c081c418a6f2f5d9abb071a9e97a64e70a5
+    UpgradeBehavior: uninstallPrevious
+  - Architecture: x64
+    NestedInstallerType: portable
+    NestedInstallerFiles:
+      - RelativeFilePath: defang.exe
+        PortableCommandAlias: defang
+    InstallerUrl: https://github.com/DefangLabs/defang/releases/download/v0.5.40/defang_0.5.40_windows_amd64.zip
+    InstallerSha256: 5de2e30e26f1d25d5631ce5038d56b4890ce6e30262e597f7541ae30de9864dd
+    UpgradeBehavior: uninstallPrevious
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DefangLabs/Defang/0.5.40/DefangLabs.Defang.locale.en-US.yaml b/manifests/d/DefangLabs/Defang/0.5.40/DefangLabs.Defang.locale.en-US.yaml
new file mode 100644
index 0000000000000..d35fdf5c08e0f
--- /dev/null
+++ b/manifests/d/DefangLabs/Defang/0.5.40/DefangLabs.Defang.locale.en-US.yaml
@@ -0,0 +1,16 @@
+# This file was generated by GoReleaser. DO NOT EDIT.
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+PackageIdentifier: DefangLabs.Defang
+PackageVersion: 0.5.40
+PackageLocale: en-US
+Publisher: DefangLabs
+PublisherUrl: https://defang.io/
+PublisherSupportUrl: https://github.com/DefangLabs/defang/issues/
+PackageName: Defang
+PackageUrl: https://github.com/DefangLabs/defang/
+License: MIT
+ShortDescription: The Defang command-line interface (CLI)
+Description: Defang is the easiest way for developers to create and deploy their containerized applications to the cloud.
+Moniker: Defang
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DefangLabs/Defang/0.5.40/DefangLabs.Defang.yaml b/manifests/d/DefangLabs/Defang/0.5.40/DefangLabs.Defang.yaml
new file mode 100644
index 0000000000000..18b5f466d408a
--- /dev/null
+++ b/manifests/d/DefangLabs/Defang/0.5.40/DefangLabs.Defang.yaml
@@ -0,0 +1,7 @@
+# This file was generated by GoReleaser. DO NOT EDIT.
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+PackageIdentifier: DefangLabs.Defang
+PackageVersion: 0.5.40
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DefangLabs/Defang/0.5.44/DefangLabs.Defang.installer.yaml b/manifests/d/DefangLabs/Defang/0.5.44/DefangLabs.Defang.installer.yaml
new file mode 100644
index 0000000000000..157037ed06c58
--- /dev/null
+++ b/manifests/d/DefangLabs/Defang/0.5.44/DefangLabs.Defang.installer.yaml
@@ -0,0 +1,26 @@
+# This file was generated by GoReleaser. DO NOT EDIT.
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+PackageIdentifier: DefangLabs.Defang
+PackageVersion: 0.5.44
+InstallerLocale: en-US
+InstallerType: zip
+ReleaseDate: "2024-09-11"
+Installers:
+  - Architecture: arm64
+    NestedInstallerType: portable
+    NestedInstallerFiles:
+      - RelativeFilePath: defang.exe
+        PortableCommandAlias: defang
+    InstallerUrl: https://s.defang.io/defang_0.5.44_windows_arm64.zip?x-defang-source=winget
+    InstallerSha256: 4c67e47d4182849780fd4dd9ab2c966bc20ff622863c602aa2a512ca17e3bc48
+    UpgradeBehavior: uninstallPrevious
+  - Architecture: x64
+    NestedInstallerType: portable
+    NestedInstallerFiles:
+      - RelativeFilePath: defang.exe
+        PortableCommandAlias: defang
+    InstallerUrl: https://s.defang.io/defang_0.5.44_windows_amd64.zip?x-defang-source=winget
+    InstallerSha256: 55b64a9656555faa6ec08bcd753bca91e3485662fd78a6e4e36946588ea37c38
+    UpgradeBehavior: uninstallPrevious
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DefangLabs/Defang/0.5.44/DefangLabs.Defang.locale.en-US.yaml b/manifests/d/DefangLabs/Defang/0.5.44/DefangLabs.Defang.locale.en-US.yaml
new file mode 100644
index 0000000000000..a4a02909b8b55
--- /dev/null
+++ b/manifests/d/DefangLabs/Defang/0.5.44/DefangLabs.Defang.locale.en-US.yaml
@@ -0,0 +1,17 @@
+# This file was generated by GoReleaser. DO NOT EDIT.
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+PackageIdentifier: DefangLabs.Defang
+PackageVersion: 0.5.44
+PackageLocale: en-US
+Publisher: DefangLabs
+PublisherUrl: https://defang.io/
+PublisherSupportUrl: https://github.com/DefangLabs/defang/issues/
+PackageName: Defang
+PackageUrl: https://github.com/DefangLabs/defang/
+License: MIT
+Copyright: Defang Software Labs Inc.
+ShortDescription: The Defang command-line interface (CLI)
+Description: Defang is the easiest way to develop, deploy, and debug cloud applications.
+Moniker: Defang
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DefangLabs/Defang/0.5.44/DefangLabs.Defang.yaml b/manifests/d/DefangLabs/Defang/0.5.44/DefangLabs.Defang.yaml
new file mode 100644
index 0000000000000..a3ece7f5db026
--- /dev/null
+++ b/manifests/d/DefangLabs/Defang/0.5.44/DefangLabs.Defang.yaml
@@ -0,0 +1,7 @@
+# This file was generated by GoReleaser. DO NOT EDIT.
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+PackageIdentifier: DefangLabs.Defang
+PackageVersion: 0.5.44
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dell/CommandUpdate/5.4.0/Dell.CommandUpdate.installer.yaml b/manifests/d/Dell/CommandUpdate/5.4.0/Dell.CommandUpdate.installer.yaml
new file mode 100644
index 0000000000000..2a448a20e8828
--- /dev/null
+++ b/manifests/d/Dell/CommandUpdate/5.4.0/Dell.CommandUpdate.installer.yaml
@@ -0,0 +1,35 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dell.CommandUpdate
+PackageVersion: 5.4.0
+InstallerType: exe
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+InstallerSwitches:
+  Silent: /passthrough /S /V/quiet /V/norestart
+  SilentWithProgress: /passthrough /V/passive /V/norestart
+  Interactive: /passthrough
+  InstallLocation: /V"DELL_COMMAND_UPDATE=\"\""
+  Log: /V"/log \"\""
+ExpectedReturnCodes:
+- InstallerReturnCode: 2
+  ReturnResponse: rebootRequiredToFinish
+- InstallerReturnCode: 6
+  ReturnResponse: rebootInitiated
+UpgradeBehavior: install
+ReleaseDate: 2024-07-03
+AppsAndFeaturesEntries:
+- ProductCode: '{AD1F63E4-F31F-48A2-BB8D-CF7B96CC46A0}'
+  UpgradeCode: '{E9D40AD1-4E1D-46F2-B44A-F7E98338FCC7}'
+  InstallerType: msi
+Installers:
+- Architecture: x64
+  InstallerUrl: https://dl.dell.com/FOLDER11914075M/1/Dell-Command-Update-Application_6VFWW_WIN_5.4.0_A00.EXE
+  InstallerSha256: B62A438922232DDDAB51A18BDCCF4BE4D1C9D26B04B048B4A77A77D4CD228B49
+  ProductCode: '{AD1F63E4-F31F-48A2-BB8D-CF7B96CC46A0}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dell/CommandUpdate/5.4.0/Dell.CommandUpdate.locale.en-US.yaml b/manifests/d/Dell/CommandUpdate/5.4.0/Dell.CommandUpdate.locale.en-US.yaml
new file mode 100644
index 0000000000000..5ae676b5789c9
--- /dev/null
+++ b/manifests/d/Dell/CommandUpdate/5.4.0/Dell.CommandUpdate.locale.en-US.yaml
@@ -0,0 +1,47 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dell.CommandUpdate
+PackageVersion: 5.4.0
+PackageLocale: en-US
+Publisher: Dell Inc.
+PublisherUrl: https://www.dell.com/
+PublisherSupportUrl: https://www.dell.com/support/home/
+PrivacyUrl: https://www.dell.com/learn/us/en/uscorp1/policies-privacy
+Author: Dell Inc.
+PackageName: Dell Command | Update
+PackageUrl: https://www.dell.com/support/home/drivers/DriversDetails?driverId=6VFWW
+License: Proprietary
+LicenseUrl: https://www.dell.com/learn/us/en/uscorp1/terms-of-sale
+Copyright: Copyright (C) 2020 - 2024 Dell Inc.or its subsidiaries. All rights reserved
+CopyrightUrl: https://www.dell.com/learn/us/en/uscorp1/terms-conditions/trademarks-us
+ShortDescription: Dell Command Update is a stand-alone application for systems that provides updates for system software that is released by Dell. This application simplifies the BIOS, firmware, driver, and application update experience for Dell client hardware.
+# Description:
+Moniker: dellcommandupdate
+Tags:
+- alienware
+- bios
+- dell
+- device
+- driver
+- firmware
+- inspiron
+- latitude
+- optiplex
+- precision
+- update
+- vostro
+- xps
+ReleaseNotes: |-
+  - Improved automatic update schedules.
+  - Enhanced the telemetry event information.
+  - Enhanced the installation process for failed installations by "re-attempt" on system reboot.
+  - Improved installation deferral workflow.
+  - Added capability for system reboot configuration post installation for Self-update.
+  - The operations for Advanced Driver Restore are disabled by default; they can be enabled in the DCU settings.
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dell/CommandUpdate/5.4.0/Dell.CommandUpdate.locale.zh-CN.yaml b/manifests/d/Dell/CommandUpdate/5.4.0/Dell.CommandUpdate.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..fc5e6ebbf06df
--- /dev/null
+++ b/manifests/d/Dell/CommandUpdate/5.4.0/Dell.CommandUpdate.locale.zh-CN.yaml
@@ -0,0 +1,42 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: Dell.CommandUpdate
+PackageVersion: 5.4.0
+PackageLocale: zh-CN
+Publisher: Dell Inc.
+PublisherUrl: https://www.dell.com/zh-cn
+PublisherSupportUrl: https://www.dell.com/support/home/zh-cn
+PrivacyUrl: https://www.dell.com/learn/cn/zh/cncorp1/policies-privacy
+Author: Dell Inc.
+PackageName: Dell Command | Update
+PackageUrl: https://www.dell.com/support/home/zh-cn/drivers/DriversDetails?driverId=6VFWW
+License: 专有软件
+LicenseUrl: https://www.dell.com/learn/cn/zh/cncorp1/terms-of-sale
+Copyright: Copyright (C) 2020 - 2024 Dell Inc.or its subsidiaries. All rights reserved
+CopyrightUrl: https://www.dell.com/learn/cn/zh/cncorp1/site-terms-of-use-copyright
+ShortDescription: Dell Command Update 是适用于系统的独立应用程序,可为戴尔发布的系统软件提供更新。此应用程序可简化适用于戴尔客户端硬件的 BIOS、固件、驱动程序和应用程序更新体验。
+# Description:
+# Moniker:
+Tags:
+- bios
+- latitude
+- optiplex
+- precision
+- xps
+- 升级
+- 固件
+- 外星人
+- 成就
+- 戴尔
+- 灵越
+- 设备
+- 驱动
+- 驱动程序
+# ReleaseNotes:
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dell/CommandUpdate/5.4.0/Dell.CommandUpdate.yaml b/manifests/d/Dell/CommandUpdate/5.4.0/Dell.CommandUpdate.yaml
new file mode 100644
index 0000000000000..060c5eed6412e
--- /dev/null
+++ b/manifests/d/Dell/CommandUpdate/5.4.0/Dell.CommandUpdate.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dell.CommandUpdate
+PackageVersion: 5.4.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dell/CommandUpdate/Universal/5.4.0/Dell.CommandUpdate.Universal.installer.yaml b/manifests/d/Dell/CommandUpdate/Universal/5.4.0/Dell.CommandUpdate.Universal.installer.yaml
new file mode 100644
index 0000000000000..55eb8ea42bb98
--- /dev/null
+++ b/manifests/d/Dell/CommandUpdate/Universal/5.4.0/Dell.CommandUpdate.Universal.installer.yaml
@@ -0,0 +1,35 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dell.CommandUpdate.Universal
+PackageVersion: 5.4.0
+InstallerType: exe
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+InstallerSwitches:
+  Silent: /passthrough /S /V/quiet /V/norestart
+  SilentWithProgress: /passthrough /V/passive /V/norestart
+  Interactive: /passthrough
+  InstallLocation: /V"COMMANDUPDATE1=\"\""
+  Log: /V"/log \"\""
+InstallerSuccessCodes:
+- 2
+ExpectedReturnCodes:
+- InstallerReturnCode: 6
+  ReturnResponse: rebootInitiated
+UpgradeBehavior: install
+ReleaseDate: 2024-07-03
+AppsAndFeaturesEntries:
+- ProductCode: '{C7922436-4088-4256-9C99-8E48CC89AA4E}'
+  UpgradeCode: '{69488F91-BE5B-40E1-9202-CD793CA948ED}'
+  InstallerType: msi
+Installers:
+- Architecture: x64
+  InstallerUrl: https://dl.dell.com/FOLDER11914128M/1/Dell-Command-Update-Windows-Universal-Application_9M35M_WIN_5.4.0_A00.EXE
+  InstallerSha256: 4034FFE101BA6722406CE1E2B43124C91603BEDB60FA18028D4165CAF74AB47C
+  ProductCode: '{C7922436-4088-4256-9C99-8E48CC89AA4E}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dell/CommandUpdate/Universal/5.4.0/Dell.CommandUpdate.Universal.locale.en-US.yaml b/manifests/d/Dell/CommandUpdate/Universal/5.4.0/Dell.CommandUpdate.Universal.locale.en-US.yaml
new file mode 100644
index 0000000000000..79ff82564796a
--- /dev/null
+++ b/manifests/d/Dell/CommandUpdate/Universal/5.4.0/Dell.CommandUpdate.Universal.locale.en-US.yaml
@@ -0,0 +1,47 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Dell.CommandUpdate.Universal
+PackageVersion: 5.4.0
+PackageLocale: en-US
+Publisher: Dell Inc.
+PublisherUrl: https://www.dell.com/
+PublisherSupportUrl: https://www.dell.com/support/home/
+PrivacyUrl: https://www.dell.com/learn/us/en/uscorp1/policies-privacy
+Author: Dell Inc.
+PackageName: Dell Command | Update for Windows Universal
+PackageUrl: https://www.dell.com/support/home/drivers/DriversDetails?driverId=9M35M
+License: Proprietary
+LicenseUrl: https://www.dell.com/learn/us/en/uscorp1/terms-of-sale
+Copyright: Copyright (C) 2020 - 2024 Dell Inc.or its subsidiaries. All rights reserved
+CopyrightUrl: https://www.dell.com/learn/us/en/uscorp1/terms-conditions/trademarks-us
+ShortDescription: Dell Command Update is a stand-alone application for systems that provides updates for system software that is released by Dell. This application simplifies the BIOS, firmware, driver, and application update experience for Dell client hardware.
+# Description:
+Moniker: dellcommandupdate-universal
+Tags:
+- alienware
+- bios
+- dell
+- device
+- driver
+- firmware
+- inspiron
+- latitude
+- optiplex
+- precision
+- update
+- vostro
+- xps
+ReleaseNotes: |-
+  - Improved automatic update schedules.
+  - Enhanced the telemetry event information.
+  - Enhanced the installation process for failed installations by "re-attempt" on system reboot.
+  - Improved installation deferral workflow.
+  - Added capability for system reboot configuration post installation for Self-update.
+  - The operations for Advanced Driver Restore are disabled by default; they can be enabled in the DCU settings.
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dell/CommandUpdate/Universal/5.4.0/Dell.CommandUpdate.Universal.locale.zh-CN.yaml b/manifests/d/Dell/CommandUpdate/Universal/5.4.0/Dell.CommandUpdate.Universal.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..ac39bbefb9ee6
--- /dev/null
+++ b/manifests/d/Dell/CommandUpdate/Universal/5.4.0/Dell.CommandUpdate.Universal.locale.zh-CN.yaml
@@ -0,0 +1,42 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: Dell.CommandUpdate.Universal
+PackageVersion: 5.4.0
+PackageLocale: zh-CN
+Publisher: Dell Inc.
+PublisherUrl: https://www.dell.com/zh-cn
+PublisherSupportUrl: https://www.dell.com/support/home/zh-cn
+PrivacyUrl: https://www.dell.com/learn/cn/zh/cncorp1/policies-privacy
+Author: Dell Inc.
+PackageName: Dell Command | Update for Windows Universal
+PackageUrl: https://www.dell.com/support/home/zh-cn/drivers/DriversDetails?driverId=9M35M
+License: 专有软件
+LicenseUrl: https://www.dell.com/learn/cn/zh/cncorp1/terms-of-sale
+Copyright: Copyright (C) 2020 - 2024 Dell Inc.or its subsidiaries. All rights reserved
+CopyrightUrl: https://www.dell.com/learn/cn/zh/cncorp1/site-terms-of-use-copyright
+ShortDescription: Dell Command Update 是适用于系统的独立应用程序,可为戴尔发布的系统软件提供更新。此应用程序可简化适用于戴尔客户端硬件的 BIOS、固件、驱动程序和应用程序更新体验。
+# Description:
+# Moniker:
+Tags:
+- bios
+- latitude
+- optiplex
+- precision
+- xps
+- 升级
+- 固件
+- 外星人
+- 成就
+- 戴尔
+- 灵越
+- 设备
+- 驱动
+- 驱动程序
+# ReleaseNotes:
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dell/CommandUpdate/Universal/5.4.0/Dell.CommandUpdate.Universal.yaml b/manifests/d/Dell/CommandUpdate/Universal/5.4.0/Dell.CommandUpdate.Universal.yaml
new file mode 100644
index 0000000000000..f6d2423099a79
--- /dev/null
+++ b/manifests/d/Dell/CommandUpdate/Universal/5.4.0/Dell.CommandUpdate.Universal.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dell.CommandUpdate.Universal
+PackageVersion: 5.4.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.45.3/DenoLand.Deno.installer.yaml b/manifests/d/DenoLand/Deno/1.45.3/DenoLand.Deno.installer.yaml
new file mode 100644
index 0000000000000..df30f718b331b
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.45.3/DenoLand.Deno.installer.yaml
@@ -0,0 +1,16 @@
+# Created with AutoPublish using komac v2.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.45.3
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: deno.exe
+ReleaseDate: 2024-07-23
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/denoland/deno/releases/download/v1.45.3/deno-x86_64-pc-windows-msvc.zip
+  InstallerSha256: 3B7EF6B04581631A9810C705C1F025DBE3DD73FF03C6259EDE7FF3A6EEA208E6
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.45.3/DenoLand.Deno.locale.en-US.yaml b/manifests/d/DenoLand/Deno/1.45.3/DenoLand.Deno.locale.en-US.yaml
new file mode 100644
index 0000000000000..3739aa2c3cef3
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.45.3/DenoLand.Deno.locale.en-US.yaml
@@ -0,0 +1,63 @@
+# Created with AutoPublish using komac v2.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.45.3
+PackageLocale: en-US
+Publisher: denoland
+PublisherUrl: https://github.com/denoland
+PublisherSupportUrl: https://github.com/denoland/deno/issues
+PrivacyUrl: https://deno.com/deploy/docs/privacy-policy
+PackageName: deno
+PackageUrl: https://deno.land/
+License: MIT
+LicenseUrl: https://github.com/denoland/deno/blob/HEAD/LICENSE.md
+ShortDescription: A modern runtime for JavaScript and TypeScript
+Description: Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust.
+Tags:
+- deno
+- javascript
+- runtime
+- typescript
+- v8
+ReleaseNotes: |-
+  1.45.3 / 2024.07.22
+  - Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest"
+  (#24593)
+  - fix(cli): Create child node_modules for conflicting dependency versions,
+  respect aliases in package.json (#24609)
+  - fix(cli): Respect implied BYONM from DENO_FUTURE in deno task (#24652)
+  - fix(cli): add NAPI support in standalone mode (#24642)
+  - fix(cron): improve error message for invalid cron names (#24644)
+  - fix(docs): fix some deno.land/manual broken urls (#24557)
+  - fix(ext/console): Error Cause Not Inspect-Formatted when printed (#24526)
+  - fix(ext/node): do not expose self global in node (#24637)
+  - fix(ext/node): http request uploads of subarray of buffer should work (#24603)
+  - fix(ext/node): stat.mode on windows (#24434)
+  - fix(fmt): was sometimes putting comments in front of commas in parameter lists
+  (#24650)
+  - fix(init): use bare specifier for jsr:@std/assert (#24581)
+  - fix(lsp): hang when caching failed (#24651)
+  - fix(lsp): scope attribution for asset documents (#24663)
+  - fix(lsp): support npm workspaces and fix some resolution issues (#24627)
+  - fix(node): Fix --allow-scripts with no deno.json (#24533)
+  - fix(node): support tty.hasColors() and tty.getColorDepth() (#24619)
+  - fix(npm): handle packages with only pre-released 0.0.0 versions (#24563)
+  - fix(publish): surface syntax errors when using --no-check (#24620)
+  - fix(publish): warn about missing license file (#24677)
+  - fix(std/http2): release window capacity back to remote stream (#24576)
+  - fix(types): Conform lib.deno_web.d.ts to lib.dom.d.ts and lib.webworker.d.ts
+  (#24599)
+  - fix(workspace): do not resolve to self for npm pkg depending on matching req
+  (#24591)
+  - fix(workspace): support resolving bare specifiers to npm pkgs within a
+  workspace (#24611)
+  - fix: make vendor cache manifest more deterministic (#24658)
+  - fix: missing emitWarning import (#24587)
+  - perf(ext/node): optimize fs.exists[Sync] (#24613)
+ReleaseNotesUrl: https://github.com/denoland/deno/releases/tag/v1.45.3
+Documentations:
+- DocumentLabel: User Manual
+  DocumentUrl: https://deno.land/manual
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.45.3/DenoLand.Deno.yaml b/manifests/d/DenoLand/Deno/1.45.3/DenoLand.Deno.yaml
new file mode 100644
index 0000000000000..2fb91b5adc825
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.45.3/DenoLand.Deno.yaml
@@ -0,0 +1,8 @@
+# Created with AutoPublish using komac v2.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.45.3
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.45.4/DenoLand.Deno.installer.yaml b/manifests/d/DenoLand/Deno/1.45.4/DenoLand.Deno.installer.yaml
new file mode 100644
index 0000000000000..8257d8dea0d8b
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.45.4/DenoLand.Deno.installer.yaml
@@ -0,0 +1,16 @@
+# Created with AutoPublish using komac v2.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.45.4
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: deno.exe
+ReleaseDate: 2024-07-26
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/denoland/deno/releases/download/v1.45.4/deno-x86_64-pc-windows-msvc.zip
+  InstallerSha256: 7BEDE4F50FCAF0EBC180192793BE41E45F7DC2A006E8E8718CCA372283B21A46
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.45.4/DenoLand.Deno.locale.en-US.yaml b/manifests/d/DenoLand/Deno/1.45.4/DenoLand.Deno.locale.en-US.yaml
new file mode 100644
index 0000000000000..55ea2814acc41
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.45.4/DenoLand.Deno.locale.en-US.yaml
@@ -0,0 +1,55 @@
+# Created with AutoPublish using komac v2.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.45.4
+PackageLocale: en-US
+Publisher: denoland
+PublisherUrl: https://github.com/denoland
+PublisherSupportUrl: https://github.com/denoland/deno/issues
+PrivacyUrl: https://deno.com/deploy/docs/privacy-policy
+PackageName: deno
+PackageUrl: https://deno.land/
+License: MIT
+LicenseUrl: https://github.com/denoland/deno/blob/HEAD/LICENSE.md
+ShortDescription: A modern runtime for JavaScript and TypeScript
+Description: Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust.
+Tags:
+- deno
+- javascript
+- runtime
+- typescript
+- v8
+ReleaseNotes: |-
+  1.45.4 / 2024.07.26
+  - Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)
+  - fix(ext/fetch): respect authority from URL (#24705)
+  - fix(ext/fetch): use correct ALPN to proxies (#24696)
+  - fix(ext/node): read correct CPU usage stats on Linux (#24732)
+  - fix(ext/node/net): emit error before close when connection is refused
+  (#24656)
+  - fix(future): Emit deno install warning less often, suggest deno install in
+  error message (#24706)
+  - fix(lsp): rewrite import for 'infer return type' action (#24685)
+  - fix(node): better detection for when to surface node resolution errors
+  (#24653)
+  - fix(node): cjs pkg dynamically importing esm-only pkg fails (#24730)
+  - fix(node/worker_threads): support port.once() (#24725)
+  - fix(publish): workspace included license file had incorrect path (#24747)
+  - fix(unstable): move sloppy-import warnings to lint rule (#24710)
+  - fix(upgrade): do not error if config in cwd invalid (#24689)
+  - fix(workspaces/publish): include the license file from the workspace root if
+  not in pkg (#24714)
+  - fix: enable the reporting of parsing related problems when running deno lint
+  (#24332)
+  - fix: support npm:bindings and npm:callsites packages (#24727)
+  - fix: update lsp error message of 'relative import path' to 'use deno add' for
+  npm/jsr packages (#24524)
+  - fix: decode percent-encoding source string in Error.stack (#24709)
+  - perf: update deno_doc (#24700)
+ReleaseNotesUrl: https://github.com/denoland/deno/releases/tag/v1.45.4
+Documentations:
+- DocumentLabel: User Manual
+  DocumentUrl: https://deno.land/manual
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.45.4/DenoLand.Deno.yaml b/manifests/d/DenoLand/Deno/1.45.4/DenoLand.Deno.yaml
new file mode 100644
index 0000000000000..d0c6ab417eb4f
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.45.4/DenoLand.Deno.yaml
@@ -0,0 +1,8 @@
+# Created with AutoPublish using komac v2.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.45.4
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.45.5/DenoLand.Deno.installer.yaml b/manifests/d/DenoLand/Deno/1.45.5/DenoLand.Deno.installer.yaml
new file mode 100644
index 0000000000000..6c4034545ece6
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.45.5/DenoLand.Deno.installer.yaml
@@ -0,0 +1,16 @@
+# Created with AutoPublish using komac v2.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.45.5
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: deno.exe
+ReleaseDate: 2024-07-31
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/denoland/deno/releases/download/v1.45.5/deno-x86_64-pc-windows-msvc.zip
+  InstallerSha256: CDA65DD929F0D394BF5D6C7FDDD93326F88F06746E2F6792E2905CADBD463704
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.45.5/DenoLand.Deno.locale.en-US.yaml b/manifests/d/DenoLand/Deno/1.45.5/DenoLand.Deno.locale.en-US.yaml
new file mode 100644
index 0000000000000..f06e0a1a9eabe
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.45.5/DenoLand.Deno.locale.en-US.yaml
@@ -0,0 +1,49 @@
+# Created with AutoPublish using komac v2.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.45.5
+PackageLocale: en-US
+Publisher: denoland
+PublisherUrl: https://github.com/denoland
+PublisherSupportUrl: https://github.com/denoland/deno/issues
+PrivacyUrl: https://deno.com/deploy/docs/privacy-policy
+PackageName: deno
+PackageUrl: https://deno.land/
+License: MIT
+LicenseUrl: https://github.com/denoland/deno/blob/HEAD/LICENSE.md
+ShortDescription: A modern runtime for JavaScript and TypeScript
+Description: Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust.
+Tags:
+- deno
+- javascript
+- runtime
+- typescript
+- v8
+ReleaseNotes: |-
+  1.45.5 / 2024.07.31
+  - fix(cli): Unhide publish subcommand help string (#24787)
+  - fix(compile/windows): handle cjs re-export of relative path with parent
+  component (#24795)
+  - fix(ext/node): handle node child_process with --v8-options flag (#24804)
+  - fix(ext/node): prevent panic in http2.connect with uppercase header names
+  (#24780)
+  - fix(ext/webgpu): don't crash while constructing GPUOutOfMemoryError (#24807)
+  - fix(http): Adjust hostname display for Windows when using 0.0.0.0 (#24698)
+  - fix(node): Rework node:child_process IPC (#24763)
+  - fix(node): support wildcards in package.json imports (#24794)
+  - fix(node/fs/promises): watch should be async iterable (#24805)
+  - fix(node/timers/promises): add scheduler APIs (#24802)
+  - fix(npmrc): skip loading .npmrc in home dir on permission error (#24758)
+  - fix(types): fix streams types (#24770)
+  - fix(unstable/compile): handle byonm import in sub dir (#24755)
+  - fix: actually add missing node:readline/promises module (#24772)
+  - fix: adapt to new jupyter runtime API and include session IDs (#24762)
+  - perf(ext/fetch): speed up resp.clone() (#24812)
+  - perf(ext/node): improve Buffer from string performance (#24567)
+ReleaseNotesUrl: https://github.com/denoland/deno/releases/tag/v1.45.5
+Documentations:
+- DocumentLabel: User Manual
+  DocumentUrl: https://deno.land/manual
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.45.5/DenoLand.Deno.yaml b/manifests/d/DenoLand/Deno/1.45.5/DenoLand.Deno.yaml
new file mode 100644
index 0000000000000..2171d88b0340b
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.45.5/DenoLand.Deno.yaml
@@ -0,0 +1,8 @@
+# Created with AutoPublish using komac v2.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.45.5
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.46.0/DenoLand.Deno.installer.yaml b/manifests/d/DenoLand/Deno/1.46.0/DenoLand.Deno.installer.yaml
new file mode 100644
index 0000000000000..b7afeb5224811
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.46.0/DenoLand.Deno.installer.yaml
@@ -0,0 +1,16 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.46.0
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: deno.exe
+ReleaseDate: 2024-08-22
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/denoland/deno/releases/download/v1.46.0/deno-x86_64-pc-windows-msvc.zip
+  InstallerSha256: 8A7A655CD4AAF7E37CD27E4AC5D0266DC9AEBE71DAEF9F862E60332F83C42F15
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.46.0/DenoLand.Deno.locale.en-US.yaml b/manifests/d/DenoLand/Deno/1.46.0/DenoLand.Deno.locale.en-US.yaml
new file mode 100644
index 0000000000000..360f5eccafae4
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.46.0/DenoLand.Deno.locale.en-US.yaml
@@ -0,0 +1,206 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.46.0
+PackageLocale: en-US
+Publisher: denoland
+PublisherUrl: https://github.com/denoland
+PublisherSupportUrl: https://github.com/denoland/deno/issues
+PrivacyUrl: https://deno.com/deploy/docs/privacy-policy
+PackageName: deno
+PackageUrl: https://deno.land/
+License: MIT
+LicenseUrl: https://github.com/denoland/deno/blob/HEAD/LICENSE.md
+ShortDescription: A modern runtime for JavaScript and TypeScript
+Description: Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust.
+Tags:
+- deno
+- javascript
+- runtime
+- typescript
+- v8
+ReleaseNotes: |-
+  1.46.0 / 2024.08.22
+  - BREAKING(temporal/unstable): Remove obsoleted Temporal APIs (#24836)
+  - BREAKING(webgpu/unstable): Replace async .requestAdapterInfo() with sync .info
+  (#24783)
+  - feat: deno compile --icon  (#25039)
+  - feat: deno init --serve (#24897)
+  - feat: deno upgrade --rc (#24905)
+  - feat: Add Deno.ServeDefaultExport type (#24879)
+  - feat: async context (#24402)
+  - feat: better help output (#24958)
+  - feat: codesign for deno compile binaries (#24604)
+  - feat: deno clean (#24950)
+  - feat: deno remove (#24952)
+  - feat: deno run  (#24891)
+  - feat: Deprecate "import assertions" with a warning (#24743)
+  - feat: glob and directory support for deno check and deno cache cli arg
+  paths (#25001)
+  - feat: Print deprecation message for npm packages (#24992)
+  - feat: refresh "Download" progress bar with a spinner (#24913)
+  - feat: Rename --unstable-hmr to --watch-hmr (#24975)
+  - feat: support short flags for permissions (#24883)
+  - feat: treat bare deno command with run arguments as deno run (#24887)
+  - feat: upgrade deno_core (#24886)
+  - feat: upgrade deno_core (#25042)
+  - feat: upgrade V8 to 12.8 (#24693)
+  - feat: Upgrade V8 to 12.9 (#25138)
+  - feat: vm rewrite (#24596)
+  - feat(clean): add progress bar (#25026)
+  - feat(cli): Add --env-file as alternative to --env (#24555)
+  - feat(cli/tools): add a subcommand --hide-stacktraces for test (#24095)
+  - feat(config): Support frozen lockfile config option in deno.json (#25100)
+  - feat(config/jsr): add license field (#25056)
+  - feat(coverage): add breadcrumbs to deno coverage --html report (#24860)
+  - feat(ext/node): rewrite crypto keys (#24463)
+  - feat(ext/node): support http2session.socket (#24786)
+  - feat(fetch): accept async iterables for body (#24623)
+  - feat(flags): improve help output and make deno run list tasks (#25108)
+  - feat(fmt): support CSS, SCSS, Sass and Less (#24870)
+  - feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019)
+  - feat(fmt): support YAML (#24717)
+  - feat(FUTURE): terse lockfile (v4) (#25059)
+  - feat(install): change 'Add ...' message (#24949)
+  - feat(lint): Add lint for usage of node globals (with autofix) (#25048)
+  - feat(lsp): node specifier completions (#24904)
+  - feat(lsp): registry completions for import-mapped specifiers (#24792)
+  - feat(node): support username and _password in .npmrc file (#24793)
+  - feat(permissions): link to docs in permission prompt (#24948)
+  - feat(publish): error on missing license file (#25011)
+  - feat(publish): suggest importing jsr:@std/ for deno.land/std urls (#25046)
+  - feat(serve): Opt-in parallelism for deno serve (#24920)
+  - feat(test): rename --allow-none to --permit-no-files (#24809)
+  - feat(unstable): ability to use a local copy of jsr packages (#25068)
+  - feat(unstable/fmt): move yaml formatting behind unstable flag (#24848)
+  - feat(upgrade): refresh output (#24911)
+  - feat(upgrade): support deno upgrade 1.46.0 (#25096)
+  - feat(urlpattern): add ignoreCase option & hasRegExpGroups property, and fix
+  spec discrepancies (#24741)
+  - feat(watch): add watch paths to test subcommand (#24771)
+  - fix: node:inspector not being registered (#25007)
+  - fix: rename watch event missing (#24893)
+  - fix: actually add missing node:readline/promises module (#24772)
+  - fix: adapt to new jupyter runtime API and include session IDs (#24762)
+  - fix: add permission name when accessing a special file errors (#25085)
+  - fix: adjust suggestion for lockfile regeneration (#25107)
+  - fix: cache bust jsr meta file when version not found in dynamic branches
+  (#24928)
+  - fix: CFunctionInfo and CTypeInfo leaks (#24634)
+  - fix: clean up flag help output (#24686)
+  - fix: correct JSON config schema to show vendor option as stable (#25090)
+  - fix: dd-trace http message compat (#25021)
+  - fix: deserialize lockfile v3 straight (#25121)
+  - fix: Don't panic if fail to handle JS stack frame (#25122)
+  - fix: Don't panic if failed to add system certificate (#24823)
+  - fix: Don't shell out to unzip in deno upgrade/compile (#24926)
+  - fix: enable the reporting of parsing related problems when running deno lint
+  (#24332)
+  - fix: errors with CallSite methods (#24907)
+  - fix: include already seen deps in lockfile dep tracking (#24556)
+  - fix: log current version when using deno upgrade (#25079)
+  - fix: make deno add output more deterministic (#25083)
+  - fix: make vendor cache manifest more deterministic (#24658)
+  - fix: missing emitWarning import (#24587)
+  - fix: regressions around Error.prepareStackTrace (#24839)
+  - fix: stub node:module.register() (#24965)
+  - fix: support npm:bindings and npm:callsites packages (#24727)
+  - fix: unblock fsevents native module (#24542)
+  - fix: update deno_doc (#24972)
+  - fix: update dry run success message (#24885)
+  - fix: update lsp error message of 'relative import path' to 'use deno add' for
+  npm/jsr packages (#24524)
+  - fix: upgrade deno_core to 0.298.0 (#24709)
+  - fix: warn about import assertions when using typescript (#25135)
+  - fix(add): better error message providing scoped pkg missing leading @ symbol
+  (#24961)
+  - fix(add): Better error message when missing npm specifier (#24970)
+  - fix(add): error when config file contains importMap field (#25115)
+  - fix(add): Handle packages without root exports (#25102)
+  - fix(add): Support dist tags in deno add (#24960)
+  - fix(cli): add NAPI support in standalone mode (#24642)
+  - fix(cli): Create child node_modules for conflicting dependency versions,
+  respect aliases in package.json (#24609)
+  - fix(cli): Respect implied BYONM from DENO_FUTURE in deno task (#24652)
+  - fix(cli): shorten examples in help text (#24374)
+  - fix(cli): support --watch when running cjs npm packages (#25038)
+  - fix(cli): Unhide publish subcommand help string (#24787)
+  - fix(cli): update permission prompt message for compiled binaries (#24081)
+  - fix(cli/init): broken link in deno init sample template (#24545)
+  - fix(compile): adhoc codesign mach-o by default (#24824)
+  - fix(compile): make output more deterministic (#25092)
+  - fix(compile): support workspace members importing other members (#24909)
+  - fix(compile/windows): handle cjs re-export of relative path with parent
+  component (#24795)
+  - fix(config): regression - should not discover npm workspace for nested
+  deno.json not in workspace (#24559)
+  - fix(cron): improve error message for invalid cron names (#24644)
+  - fix(docs): fix some deno.land/manual broken urls (#24557)
+  - fix(ext/console): Error Cause Not Inspect-Formatted when printed (#24526)
+  - fix(ext/console): render properties of Intl.Locale (#24827)
+  - fix(ext/crypto): respect offsets when writing into ab views in randomFillSync
+  (#24816)
+  - fix(ext/fetch): include TCP src/dst socket info in error messages (#24939)
+  - fix(ext/fetch): include URL and error details on fetch failures (#24910)
+  - fix(ext/fetch): respect authority from URL (#24705)
+  - fix(ext/fetch): use correct ALPN to proxies (#24696)
+  - fix(ext/fetch): use correct ALPN to socks5 proxies (#24817)
+  - fix(ext/http): correctly consume response body in Deno.serve (#24811)
+  - fix(ext/net): validate port in Deno.{connect,serve,listen} (#24399)
+  - fix(ext/node): add CipherIv.setAutoPadding() (#24940)
+  - fix(ext/node): add crypto.diffieHellman (#24938)
+  - fix(ext/node): client closing streaming request shouldn't terminate http
+  server (#24946)
+  - fix(ext/node): createBrotliCompress params (#24984)
+  - fix(ext/node): do not expose self global in node (#24637)
+  - fix(ext/node): don't concat set-cookie in ServerResponse.appendHeader (#25000)
+  - fix(ext/node): don't throw when calling PerformanceObserver.observe (#25036)
+  - fix(ext/node): ed25519 signing and cipheriv autopadding fixes (#24957)
+  - fix(ext/node): fix prismjs compatibiliy in Web Worker (#25062)
+  - fix(ext/node): handle node child_process with --v8-options flag (#24804)
+  - fix(ext/node): handle prefix mapping for IPv4-mapped IPv6 addresses (#24546)
+  - fix(ext/node): http request uploads of subarray of buffer should work (#24603)
+  - fix(ext/node): improve shelljs compat with managed npm execution (#24912)
+  - fix(ext/node): node:zlib coerces quality 10 to 9.5 (#24850)
+  - fix(ext/node): pass content-disposition header as string instead of bytes
+  (#25128)
+  - fix(ext/node): prevent panic in http2.connect with uppercase header names
+  (#24780)
+  - fix(ext/node): read correct CPU usage stats on Linux (#24732)
+  - fix(ext/node): rewrite X509Certificate resource and add publicKey() (#24988)
+  - fix(ext/node): stat.mode on windows (#24434)
+  - fix(ext/node): support ieee-p1363 ECDSA signatures and pss salt len (#24981)
+  - fix(ext/node): use pem private keys in createPublicKey (#24969)
+  - fix(ext/node/net): emit error before close when connection is refused
+  (#24656)
+  - fix(ext/web): make CompressionResource garbage collectable (#24884)
+  - fix(ext/web): make TextDecoderResource use cppgc (#24888)
+  - fix(ext/webgpu): assign missing constants property of shader about
+  GPUDevice.createRenderPipeline[Async] (#24803)
+  - fix(ext/webgpu): don't crash while constructing GPUOutOfMemoryError (#24807)
+  - fix(ext/webgpu): GPUDevice.createRenderPipelineAsync should return a Promise
+  (#24349)
+  - fix(ext/websocket): unhandled close rejection in WebsocketStream (#25125)
+  - fix(fmt): handle using stmt in for of stmt (#24834)
+  - fix(fmt): regression with pipe in code blocks in tables (#25098)
+  - fix(fmt): upgrade to dprint-plugin-markdown 0.17.4 (#25075)
+  - fix(fmt): was sometimes putting comments in front of commas in parameter lists
+  (#24650)
+  - fix(future): Emit deno install warning less often, suggest deno install in
+  error message (#24706)
+  - fix(http): Adjust hostname display for Windows when using 0.0.0.0 (#24698)
+  - fix(init): use bare specifier for jsr:@std/assert (#24581)
+  - fix(install): Properly handle dist tags when setting up node_modules (#24968)
+  - fix(lint): support linting tsx/jsx from stdin (#24955)
+  - fix(lsp): directly use file referrer when loading document (#24997)
+  - fix(lsp): don't always use byonm resolver when DENO_FUTURE=1 (#24865)
+  - fix(lsp): hang when caching failed (#24651)
+  - fix(lsp): import map lookup for jsr subpath auto import (#25025)
+  - fix(lsp): include scoped import map keys in completions (#25047)
+ReleaseNotesUrl: https://github.com/denoland/deno/releases/tag/v1.46.0
+Documentations:
+- DocumentLabel: User Manual
+  DocumentUrl: https://deno.land/manual
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.46.0/DenoLand.Deno.yaml b/manifests/d/DenoLand/Deno/1.46.0/DenoLand.Deno.yaml
new file mode 100644
index 0000000000000..a3c36edfd66f6
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.46.0/DenoLand.Deno.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.46.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.46.1/DenoLand.Deno.installer.yaml b/manifests/d/DenoLand/Deno/1.46.1/DenoLand.Deno.installer.yaml
new file mode 100644
index 0000000000000..37431efcd95b2
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.46.1/DenoLand.Deno.installer.yaml
@@ -0,0 +1,16 @@
+# Created with AutoPublish using komac v2.4.1
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.46.1
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: deno.exe
+ReleaseDate: 2024-08-22
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/denoland/deno/releases/download/v1.46.1/deno-x86_64-pc-windows-msvc.zip
+  InstallerSha256: 8979D20F8077DBC2E9E17DB51038EE38ABBBF3EE3248636BD9D16AB83467D38A
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.46.1/DenoLand.Deno.locale.en-US.yaml b/manifests/d/DenoLand/Deno/1.46.1/DenoLand.Deno.locale.en-US.yaml
new file mode 100644
index 0000000000000..005db4af167fd
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.46.1/DenoLand.Deno.locale.en-US.yaml
@@ -0,0 +1,34 @@
+# Created with AutoPublish using komac v2.4.1
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.46.1
+PackageLocale: en-US
+Publisher: denoland
+PublisherUrl: https://github.com/denoland
+PublisherSupportUrl: https://github.com/denoland/deno/issues
+PrivacyUrl: https://deno.com/deploy/docs/privacy-policy
+PackageName: deno
+PackageUrl: https://deno.land/
+License: MIT
+LicenseUrl: https://github.com/denoland/deno/blob/HEAD/LICENSE.md
+ShortDescription: A modern runtime for JavaScript and TypeScript
+Description: Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust.
+Tags:
+- deno
+- javascript
+- runtime
+- typescript
+- v8
+ReleaseNotes: |-
+  1.46.1 / 2024.08.22
+  - fix(ext/node): http2session ready state (#25143)
+  - fix(ext/node): register node:wasi built-in (#25134)
+  - fix(urlpattern): fallback to empty string for undefined group values (#25151)
+  - fix: trim space around DENO_AUTH_TOKENS (#25147)
+ReleaseNotesUrl: https://github.com/denoland/deno/releases/tag/v1.46.1
+Documentations:
+- DocumentLabel: User Manual
+  DocumentUrl: https://deno.land/manual
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.46.1/DenoLand.Deno.yaml b/manifests/d/DenoLand/Deno/1.46.1/DenoLand.Deno.yaml
new file mode 100644
index 0000000000000..516331944fb63
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.46.1/DenoLand.Deno.yaml
@@ -0,0 +1,8 @@
+# Created with AutoPublish using komac v2.4.1
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.46.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.46.2/DenoLand.Deno.installer.yaml b/manifests/d/DenoLand/Deno/1.46.2/DenoLand.Deno.installer.yaml
new file mode 100644
index 0000000000000..472fa2c48b522
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.46.2/DenoLand.Deno.installer.yaml
@@ -0,0 +1,16 @@
+# Created with AutoPublish using komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.46.2
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: deno.exe
+ReleaseDate: 2024-08-29
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/denoland/deno/releases/download/v1.46.2/deno-x86_64-pc-windows-msvc.zip
+  InstallerSha256: 4B65AA8A0195A27DA0F8DBDFC6512422516DA18ACC4812C38A61F3C727918146
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.46.2/DenoLand.Deno.locale.en-US.yaml b/manifests/d/DenoLand/Deno/1.46.2/DenoLand.Deno.locale.en-US.yaml
new file mode 100644
index 0000000000000..dabbdb1df4ff2
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.46.2/DenoLand.Deno.locale.en-US.yaml
@@ -0,0 +1,60 @@
+# Created with AutoPublish using komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.46.2
+PackageLocale: en-US
+Publisher: denoland
+PublisherUrl: https://github.com/denoland
+PublisherSupportUrl: https://github.com/denoland/deno/issues
+PrivacyUrl: https://deno.com/deploy/docs/privacy-policy
+PackageName: deno
+PackageUrl: https://deno.land/
+License: MIT
+LicenseUrl: https://github.com/denoland/deno/blob/HEAD/LICENSE.md
+ShortDescription: A modern runtime for JavaScript and TypeScript
+Description: Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust.
+Tags:
+- deno
+- javascript
+- runtime
+- typescript
+- v8
+ReleaseNotes: |-
+  1.46.2 / 2024.08.29
+  - Revert "feat(fetch): accept async iterables for body" (#25207)
+  - fix(bench): Fix table column alignments and NO_COLOR=1 (#25190)
+  - fix(ext/crypto): throw DataError for invalid EC key import (#25181)
+  - fix(ext/fetch): percent decode userinfo when parsing proxies (#25229)
+  - fix(ext/node): emit online event after worker thread is initialized (#25243)
+  - fix(ext/node): export JWK public key (#25239)
+  - fix(ext/node): import EC JWK keys (#25266)
+  - fix(ext/node): import JWK octet key pairs (#25180)
+  - fix(ext/node): import RSA JWK keys (#25267)
+  - fix(ext/node): throw when loading cpu-features module (#25257)
+  - fix(ext/node): update aead-gcm-stream to 0.3 (#25261)
+  - fix(ext/webgpu): allow to build on unsupported platforms (#25202)
+  - fix(fmt): fix incorrect quotes in components (#25249)
+  - fix(fmt/markdown): fix regression with multi-line footnotes and inline math
+  (#25222)
+  - fix(install): Use relative symlinks in deno install (#25164)
+  - fix(lsp): panic on url_to_uri() (#25238)
+  - fix(napi): Don't run microtasks in napi_resolve_deferred (#25246)
+  - fix(napi): Fix worker threads importing already-loaded NAPI addon (#25245)
+  - fix(node/cluster): improve stubs to make log4js work (#25146)
+  - fix(runtime/web_worker): populate SnapshotOptions for WebWorker when
+  instantiated without snapshot (#25280)
+  - fix(task): support tasks with colons in name in deno run (#25233)
+  - fix: handle showing warnings while the progress bar is shown (#25187)
+  - fix: reland async context (#25140)
+  - fix: removed unstable-htttp from deno help (#25216)
+  - fix: replace npm install hint with deno install hint (#25244)
+  - fix: update deno_doc (#25290)
+  - fix: upgrade deno_core to 0.307.0 (#25287)
+  - perf(ext/node): reduce some allocations in require (#25197)
+ReleaseNotesUrl: https://github.com/denoland/deno/releases/tag/v1.46.2
+Documentations:
+- DocumentLabel: User Manual
+  DocumentUrl: https://deno.land/manual
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.46.2/DenoLand.Deno.yaml b/manifests/d/DenoLand/Deno/1.46.2/DenoLand.Deno.yaml
new file mode 100644
index 0000000000000..c006397e6c1ca
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.46.2/DenoLand.Deno.yaml
@@ -0,0 +1,8 @@
+# Created with AutoPublish using komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.46.2
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.46.3/DenoLand.Deno.installer.yaml b/manifests/d/DenoLand/Deno/1.46.3/DenoLand.Deno.installer.yaml
new file mode 100644
index 0000000000000..98dd7fd77c987
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.46.3/DenoLand.Deno.installer.yaml
@@ -0,0 +1,16 @@
+# Created with AutoPublish using komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.46.3
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: deno.exe
+ReleaseDate: 2024-09-04
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/denoland/deno/releases/download/v1.46.3/deno-x86_64-pc-windows-msvc.zip
+  InstallerSha256: D9428DAA1B3763BDF562054D0FC40832658515B7071C7F7E98D61961ADC2D61A
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.46.3/DenoLand.Deno.locale.en-US.yaml b/manifests/d/DenoLand/Deno/1.46.3/DenoLand.Deno.locale.en-US.yaml
new file mode 100644
index 0000000000000..d0a6cd1d5618a
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.46.3/DenoLand.Deno.locale.en-US.yaml
@@ -0,0 +1,38 @@
+# Created with AutoPublish using komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.46.3
+PackageLocale: en-US
+Publisher: denoland
+PublisherUrl: https://github.com/denoland
+PublisherSupportUrl: https://github.com/denoland/deno/issues
+PrivacyUrl: https://deno.com/deploy/docs/privacy-policy
+PackageName: deno
+PackageUrl: https://deno.land/
+License: MIT
+LicenseUrl: https://github.com/denoland/deno/blob/HEAD/LICENSE.md
+ShortDescription: A modern runtime for JavaScript and TypeScript
+Description: Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust.
+Tags:
+- deno
+- javascript
+- runtime
+- typescript
+- v8
+ReleaseNotes: |-
+  1.46.3 / 2024.09.04
+  - feat(upgrade): print info links for Deno 2 RC releases (#25225)
+  - fix(cli): Map error kind to PermissionDenied when symlinking fails due to
+  permissions (#25398)
+  - fix(cli/tools): correct deno init --serve template behavior (#25318)
+  - fix(ext/node): session close during stream setup (#25170)
+  - fix(publish): ensure provenance is spec compliant (#25200)
+  - fix(upgrade): more informative information on invalid version (#25319)
+  - fix: fix jupyter display function type (#25326)
+ReleaseNotesUrl: https://github.com/denoland/deno/releases/tag/v1.46.3
+Documentations:
+- DocumentLabel: User Manual
+  DocumentUrl: https://deno.land/manual
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DenoLand/Deno/1.46.3/DenoLand.Deno.yaml b/manifests/d/DenoLand/Deno/1.46.3/DenoLand.Deno.yaml
new file mode 100644
index 0000000000000..8911931aa7796
--- /dev/null
+++ b/manifests/d/DenoLand/Deno/1.46.3/DenoLand.Deno.yaml
@@ -0,0 +1,8 @@
+# Created with AutoPublish using komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DenoLand.Deno
+PackageVersion: 1.46.3
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DeterminedAI/CLI/0.35.0/DeterminedAI.CLI.installer.yaml b/manifests/d/DeterminedAI/CLI/0.35.0/DeterminedAI.CLI.installer.yaml
new file mode 100644
index 0000000000000..01a0af707ae8c
--- /dev/null
+++ b/manifests/d/DeterminedAI/CLI/0.35.0/DeterminedAI.CLI.installer.yaml
@@ -0,0 +1,14 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DeterminedAI.CLI
+PackageVersion: 0.35.0
+InstallerType: portable
+Commands:
+- det
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/sirredbeard/determined-windows-cli/releases/download/0.35.0/det.exe
+  InstallerSha256: 3F37F57BEEAC62DAD264ACACB25DC37BFD11762D7C884A1BE63C2C8EBFFBF33C
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DeterminedAI/CLI/0.35.0/DeterminedAI.CLI.locale.en-US.yaml b/manifests/d/DeterminedAI/CLI/0.35.0/DeterminedAI.CLI.locale.en-US.yaml
new file mode 100644
index 0000000000000..de9d99238d577
--- /dev/null
+++ b/manifests/d/DeterminedAI/CLI/0.35.0/DeterminedAI.CLI.locale.en-US.yaml
@@ -0,0 +1,16 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DeterminedAI.CLI
+PackageVersion: 0.35.0
+PackageLocale: en-US
+Publisher: Determined AI
+PublisherUrl: https://github.com/sirredbeard
+PackageName: Determined AI CLI
+License: Apache-2.0
+LicenseUrl: https://github.com/sirredbeard/determined-windows-cli/blob/HEAD/LICENSE
+ShortDescription: CLI tool for the Determined AI machine learning platform
+Tags:
+- determined-ai
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DeterminedAI/CLI/0.35.0/DeterminedAI.CLI.yaml b/manifests/d/DeterminedAI/CLI/0.35.0/DeterminedAI.CLI.yaml
new file mode 100644
index 0000000000000..ef2ded47a45f5
--- /dev/null
+++ b/manifests/d/DeterminedAI/CLI/0.35.0/DeterminedAI.CLI.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DeterminedAI.CLI
+PackageVersion: 0.35.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevToys-app/DevToys/2.0-preview.5/DevToys-app.DevToys.installer.yaml b/manifests/d/DevToys-app/DevToys/2.0-preview.5/DevToys-app.DevToys.installer.yaml
new file mode 100644
index 0000000000000..316748d158812
--- /dev/null
+++ b/manifests/d/DevToys-app/DevToys/2.0-preview.5/DevToys-app.DevToys.installer.yaml
@@ -0,0 +1,27 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DevToys-app.DevToys
+PackageVersion: 2.0-preview.5
+Platform:
+- Windows.Desktop
+MinimumOSVersion: 10.0.17763.0
+InstallerType: inno
+Scope: user
+InstallModes:
+- silent
+InstallerSwitches:
+  Silent: /VERYSILENT
+UpgradeBehavior: install
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/DevToys-app/DevToys/releases/download/v2.0.5.0/devtoys_win_x86.exe
+  InstallerSha256: 29de7ef3e1d38b9d98e8a35a70821fc187e2eb6141f4f0a1eeb7e645f805d4fe
+- Architecture: x64
+  InstallerUrl: https://github.com/DevToys-app/DevToys/releases/download/v2.0.5.0/devtoys_win_x64.exe
+  InstallerSha256: 9050ec5f10928e5332a04e17809c382d92f0d6768ee9bcf41e21b42997656ad3
+- Architecture: arm64
+  InstallerUrl: https://github.com/DevToys-app/DevToys/releases/download/v2.0.5.0/devtoys_win_arm64.exe
+  InstallerSha256: d985bd736bf85f07f7dc3a24b8eef2f4fff3dfe11153a152bd0e03a5443ecf25
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevToys-app/DevToys/2.0-preview.5/DevToys-app.DevToys.locale.en-US.yaml b/manifests/d/DevToys-app/DevToys/2.0-preview.5/DevToys-app.DevToys.locale.en-US.yaml
new file mode 100644
index 0000000000000..953fc08e1a796
--- /dev/null
+++ b/manifests/d/DevToys-app/DevToys/2.0-preview.5/DevToys-app.DevToys.locale.en-US.yaml
@@ -0,0 +1,30 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DevToys-app.DevToys
+PackageName: DevToys
+PackageVersion: 2.0-preview.5
+PackageLocale: en-US
+Publisher: DevToys
+PublisherUrl: 'https://devtoys.app/'
+PrivacyUrl: 'https://github.com/DevToys-app/DevToys/blob/main/PRIVACY-POLICY.md'
+PackageUrl: 'https://devtoys.app/'
+License: MIT
+LicenseUrl: 'https://github.com/DevToys-app/DevToys/blob/main/LICENSE.md'
+ShortDescription: 'DevToys is a Swiss Army knife for developers.'
+Description: |-
+  DevToys helps with daily development tasks by offering a bundle of tiny tools designed to do quick, specific tiny tasks.
+  No need to use many untrustworthy websites to simply decode a text or compress and image.
+  With Smart Detection, the app intuitively selects the best tool for the data on your clipboard.
+Moniker: devtoys
+Tags:
+  - developer-tools
+  - development
+  - formatter
+  - converter
+  - decoder
+  - encoder
+  - hash
+  - image
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevToys-app/DevToys/2.0-preview.5/DevToys-app.DevToys.yaml b/manifests/d/DevToys-app/DevToys/2.0-preview.5/DevToys-app.DevToys.yaml
new file mode 100644
index 0000000000000..9c6da533128c6
--- /dev/null
+++ b/manifests/d/DevToys-app/DevToys/2.0-preview.5/DevToys-app.DevToys.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DevToys-app.DevToys
+PackageVersion: 2.0-preview.5
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.10/DevelopedMethodsLLC.playit.installer.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.10/DevelopedMethodsLLC.playit.installer.yaml
new file mode 100644
index 0000000000000..a92ad0627cc04
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.10/DevelopedMethodsLLC.playit.installer.yaml
@@ -0,0 +1,37 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.10
+InstallerLocale: en-US
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Commands:
+- playit
+ReleaseDate: 2023-12-04
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.10/playit-windows-x86-signed.msi
+  InstallerSha256: 9312E987AD315EB835B5DBC84112D68B41B30C3B8035D7693BA8B8FBFAB78B4B
+  ProductCode: '{8F368766-6F8D-4AF8-9815-18474723B093}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{8F368766-6F8D-4AF8-9815-18474723B093}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+- Architecture: x64
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.10/playit-windows-x86_64-signed.msi
+  InstallerSha256: CE9B68D7D23A55A767CEC828D4A16E8BF79A03E737C12560425D58FC81D55088
+  ProductCode: '{B918093B-BF61-4360-B0FA-8070BE080AF5}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{B918093B-BF61-4360-B0FA-8070BE080AF5}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.10/DevelopedMethodsLLC.playit.locale.en-US.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.10/DevelopedMethodsLLC.playit.locale.en-US.yaml
new file mode 100644
index 0000000000000..dfa346940bf0d
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.10/DevelopedMethodsLLC.playit.locale.en-US.yaml
@@ -0,0 +1,32 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.10
+PackageLocale: en-US
+Publisher: Developed Methods LLC
+PublisherUrl: https://github.com/playit-cloud
+PublisherSupportUrl: https://discuss.playit.gg/
+PackageName: Playit.gg
+PackageUrl: https://github.com/playit-cloud/playit-agent
+License: BSD-2-Clause
+LicenseUrl: https://github.com/playit-cloud/playit-agent/blob/HEAD/LICENSE.txt
+Copyright: Copyright Ⓒ 2024 Developed Methods LLC. All Rights Reserved.
+ShortDescription: playit.gg is a global proxy that allows anyone to host a server without port forwarding.
+Description: https://github.com/playit-cloud/playit-agent/blob/master/README.md
+Moniker: playit
+Tags:
+- gaming
+- host
+- multiplayer
+- proxy
+- server
+ReleaseNotes: |-
+  Bugfixes:
+  - Handles errors properly during claim process
+  - Fixes address lookup logic when run sub command
+  Features:
+  - Adds Ctrl+C handler during claim process to prevent people from closing the program when trying to copy the claim URL
+ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v0.15.10
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.10/DevelopedMethodsLLC.playit.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.10/DevelopedMethodsLLC.playit.yaml
new file mode 100644
index 0000000000000..93243b3d0ce56
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.10/DevelopedMethodsLLC.playit.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.10
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.11/DevelopedMethodsLLC.playit.installer.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.11/DevelopedMethodsLLC.playit.installer.yaml
new file mode 100644
index 0000000000000..5cc8f4e6cbfa2
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.11/DevelopedMethodsLLC.playit.installer.yaml
@@ -0,0 +1,37 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.11
+InstallerLocale: en-US
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Commands:
+- playit
+ReleaseDate: 2024-01-10
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.11/playit-windows-x86-signed.msi
+  InstallerSha256: 72DA60AFC85055174E0149E000A746312C5719A3D57420FCC1B8C5450F56FA97
+  ProductCode: '{78AF0D2B-5B10-4F44-901B-B84C849AC437}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{78AF0D2B-5B10-4F44-901B-B84C849AC437}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+- Architecture: x64
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.11/playit-windows-x86_64-signed.msi
+  InstallerSha256: CE0AE01DBACC478CCAE0D1DEF68EBFE603D7B7C21629DC65CFF85208FA97ECAA
+  ProductCode: '{74463465-7CFD-4008-AAC6-2740929DB614}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{74463465-7CFD-4008-AAC6-2740929DB614}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.11/DevelopedMethodsLLC.playit.locale.en-US.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.11/DevelopedMethodsLLC.playit.locale.en-US.yaml
new file mode 100644
index 0000000000000..7778c77cb8251
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.11/DevelopedMethodsLLC.playit.locale.en-US.yaml
@@ -0,0 +1,27 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.11
+PackageLocale: en-US
+Publisher: Developed Methods LLC
+PublisherUrl: https://github.com/playit-cloud
+PublisherSupportUrl: https://discuss.playit.gg/
+PackageName: Playit.gg
+PackageUrl: https://github.com/playit-cloud/playit-agent
+License: BSD-2-Clause
+LicenseUrl: https://github.com/playit-cloud/playit-agent/blob/HEAD/LICENSE.txt
+Copyright: Copyright Ⓒ 2024 Developed Methods LLC. All Rights Reserved.
+ShortDescription: playit.gg is a global proxy that allows anyone to host a server without port forwarding.
+Description: https://github.com/playit-cloud/playit-agent/blob/master/README.md
+Moniker: playit
+Tags:
+- gaming
+- host
+- multiplayer
+- proxy
+- server
+ReleaseNotes: "- Adds new commands\n- \n    - reset\n- \n    - secret-path\n- Removes echotunnel example code\n- Uses copyrotate in logrotate config (linux service)"
+ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v0.15.11
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.11/DevelopedMethodsLLC.playit.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.11/DevelopedMethodsLLC.playit.yaml
new file mode 100644
index 0000000000000..5c0a26d44eb19
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.11/DevelopedMethodsLLC.playit.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.11
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.12/DevelopedMethodsLLC.playit.installer.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.12/DevelopedMethodsLLC.playit.installer.yaml
new file mode 100644
index 0000000000000..0533da4c791a3
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.12/DevelopedMethodsLLC.playit.installer.yaml
@@ -0,0 +1,37 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.12
+InstallerLocale: en-US
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Commands:
+- playit
+ReleaseDate: 2024-02-02
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.12/playit-windows-x86-signed.msi
+  InstallerSha256: 81194783A3CE0C1982E7A9875E73330E6AD8C43DF68400DF1DB4F16607C02CFC
+  ProductCode: '{5481EEBC-8038-43AD-BE1C-42CA3DB55483}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{5481EEBC-8038-43AD-BE1C-42CA3DB55483}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+- Architecture: x64
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.12/playit-windows-x86_64-signed.msi
+  InstallerSha256: C2E4C160A11E8DF0223AD6F5216393E1367E6DF64125EA67947EBCFB0017EC65
+  ProductCode: '{5FC97FE6-E405-4EA3-97D5-BC9D19AF6D8A}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{5FC97FE6-E405-4EA3-97D5-BC9D19AF6D8A}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.12/DevelopedMethodsLLC.playit.locale.en-US.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.12/DevelopedMethodsLLC.playit.locale.en-US.yaml
new file mode 100644
index 0000000000000..ce18bd6767e2a
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.12/DevelopedMethodsLLC.playit.locale.en-US.yaml
@@ -0,0 +1,27 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.12
+PackageLocale: en-US
+Publisher: Developed Methods LLC
+PublisherUrl: https://github.com/playit-cloud
+PublisherSupportUrl: https://discuss.playit.gg/
+PackageName: Playit.gg
+PackageUrl: https://github.com/playit-cloud/playit-agent
+License: BSD-2-Clause
+LicenseUrl: https://github.com/playit-cloud/playit-agent/blob/HEAD/LICENSE.txt
+Copyright: Copyright Ⓒ 2024 Developed Methods LLC. All Rights Reserved.
+ShortDescription: playit.gg is a global proxy that allows anyone to host a server without port forwarding.
+Description: https://github.com/playit-cloud/playit-agent/blob/master/README.md
+Moniker: playit
+Tags:
+- gaming
+- host
+- multiplayer
+- proxy
+- server
+ReleaseNotes: Add support for AgentOverLimit and AgentDisabled error messages from API
+ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v0.15.12
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.12/DevelopedMethodsLLC.playit.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.12/DevelopedMethodsLLC.playit.yaml
new file mode 100644
index 0000000000000..fbb19e80c4ed2
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.12/DevelopedMethodsLLC.playit.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.12
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.13/DevelopedMethodsLLC.playit.installer.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.13/DevelopedMethodsLLC.playit.installer.yaml
index a1bb96c9a01c5..8d198829419e5 100644
--- a/manifests/d/DevelopedMethodsLLC/playit/0.15.13/DevelopedMethodsLLC.playit.installer.yaml
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.13/DevelopedMethodsLLC.playit.installer.yaml
@@ -1,14 +1,37 @@
-# Created using wingetcreate 1.6.1.0
+# Created with komac v2.5.0
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
 
 PackageIdentifier: DevelopedMethodsLLC.playit
 PackageVersion: 0.15.13
 InstallerLocale: en-US
 InstallerType: wix
-ProductCode: '{CCD2B416-4517-4AC6-89F2-364C9A5BF2C5}'
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Commands:
+- playit
+ReleaseDate: 2024-02-29
 Installers:
-- InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.13/playit-windows-x86_64-signed.msi
-  Architecture: x64
+- Architecture: x86
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.13/playit-windows-x86-signed.msi
+  InstallerSha256: 56D718120B6DE3B271FFB3D00FDCA845EC5060B97F6A1D357BF5CBE8218671A0
+  ProductCode: '{A523F154-AB37-4790-A09E-2B35CFA0C091}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{A523F154-AB37-4790-A09E-2B35CFA0C091}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+- Architecture: x64
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.13/playit-windows-x86_64-signed.msi
   InstallerSha256: 727679568706156F635BE9B786C61B8FECAF55894B902A014AA6A2A691FC3108
+  ProductCode: '{CCD2B416-4517-4AC6-89F2-364C9A5BF2C5}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{CCD2B416-4517-4AC6-89F2-364C9A5BF2C5}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
 ManifestType: installer
 ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.13/DevelopedMethodsLLC.playit.locale.en-US.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.13/DevelopedMethodsLLC.playit.locale.en-US.yaml
index 76d8dca1426df..d49943192ad41 100644
--- a/manifests/d/DevelopedMethodsLLC/playit/0.15.13/DevelopedMethodsLLC.playit.locale.en-US.yaml
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.13/DevelopedMethodsLLC.playit.locale.en-US.yaml
@@ -1,12 +1,26 @@
-# Created using wingetcreate 1.6.1.0
+# Created with komac v2.5.0
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
 
 PackageIdentifier: DevelopedMethodsLLC.playit
 PackageVersion: 0.15.13
 PackageLocale: en-US
 Publisher: Developed Methods LLC
-PackageName: playit
-License: BSD-2-Clause license
+PublisherUrl: https://github.com/playit-cloud
+PublisherSupportUrl: https://discuss.playit.gg/
+PackageName: Playit.gg
+PackageUrl: https://github.com/playit-cloud/playit-agent
+License: BSD-2
+LicenseUrl: https://github.com/playit-cloud/playit-agent/blob/master/LICENSE.txt
+Copyright: Copyright Ⓒ 2024 Developed Methods LLC. All Rights Reserved.
 ShortDescription: playit.gg is a global proxy that allows anyone to host a server without port forwarding.
+Description: https://github.com/playit-cloud/playit-agent/blob/master/README.md
+Moniker: playit
+Tags:
+- gaming
+- host
+- multiplayer
+- proxy
+- server
+ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v0.15.13
 ManifestType: defaultLocale
 ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.13/DevelopedMethodsLLC.playit.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.13/DevelopedMethodsLLC.playit.yaml
index 3b631825bf397..024e8da9cd19a 100644
--- a/manifests/d/DevelopedMethodsLLC/playit/0.15.13/DevelopedMethodsLLC.playit.yaml
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.13/DevelopedMethodsLLC.playit.yaml
@@ -1,4 +1,4 @@
-# Created using wingetcreate 1.6.1.0
+# Created with komac v2.5.0
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
 
 PackageIdentifier: DevelopedMethodsLLC.playit
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.17/DevelopedMethodsLLC.playit.installer.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.17/DevelopedMethodsLLC.playit.installer.yaml
new file mode 100644
index 0000000000000..0a77e095dc863
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.17/DevelopedMethodsLLC.playit.installer.yaml
@@ -0,0 +1,37 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.17
+InstallerLocale: en-US
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Commands:
+- playit
+ReleaseDate: 2024-08-08
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.17/playit-windows-x86-signed.msi
+  InstallerSha256: 35346ABEC69F3854294F8FE51739019AD5CEFD1B8118DEF504D8FA6D8DBA1330
+  ProductCode: '{69A6B7D2-88A7-4BF2-BBC8-3B7F2E58B477}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{69A6B7D2-88A7-4BF2-BBC8-3B7F2E58B477}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+- Architecture: x64
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.17/playit-windows-x86_64-signed.msi
+  InstallerSha256: 48DB675320EEA376B559D7F1CC26C61D5739F937A2E4C66CE3F3685CE881D098
+  ProductCode: '{710171A4-E0BD-4613-8F4A-9A1FBCC131B1}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{710171A4-E0BD-4613-8F4A-9A1FBCC131B1}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.17/DevelopedMethodsLLC.playit.locale.en-US.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.17/DevelopedMethodsLLC.playit.locale.en-US.yaml
new file mode 100644
index 0000000000000..3320e6a19e04a
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.17/DevelopedMethodsLLC.playit.locale.en-US.yaml
@@ -0,0 +1,27 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.17
+PackageLocale: en-US
+Publisher: Developed Methods LLC
+PublisherUrl: https://github.com/playit-cloud
+PublisherSupportUrl: https://discuss.playit.gg/
+PackageName: Playit.gg
+PackageUrl: https://github.com/playit-cloud/playit-agent
+License: BSD-2-Clause
+LicenseUrl: https://github.com/playit-cloud/playit-agent/blob/HEAD/LICENSE.txt
+Copyright: Copyright Ⓒ 2024 Developed Methods LLC. All Rights Reserved.
+ShortDescription: playit.gg is a global proxy that allows anyone to host a server without port forwarding.
+Description: https://github.com/playit-cloud/playit-agent/blob/master/README.md
+Moniker: playit
+Tags:
+- gaming
+- host
+- multiplayer
+- proxy
+- server
+ReleaseNotes: Use reqwest instead of hyper to try and fix cross builds
+ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v0.15.17
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.17/DevelopedMethodsLLC.playit.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.17/DevelopedMethodsLLC.playit.yaml
new file mode 100644
index 0000000000000..baad42cf1b600
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.17/DevelopedMethodsLLC.playit.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.17
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.18/DevelopedMethodsLLC.playit.installer.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.18/DevelopedMethodsLLC.playit.installer.yaml
new file mode 100644
index 0000000000000..a2bb6c699f0e2
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.18/DevelopedMethodsLLC.playit.installer.yaml
@@ -0,0 +1,37 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.18
+InstallerLocale: en-US
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Commands:
+- playit
+ReleaseDate: 2024-08-08
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.18/playit-windows-x86-signed.msi
+  InstallerSha256: F9A8FF9C43C1741BCF58297647AA2AF280DD3CC71444F8281508AF8F42EDFA22
+  ProductCode: '{BF6ECF0F-FF2A-48E6-B528-D145C6B79969}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{BF6ECF0F-FF2A-48E6-B528-D145C6B79969}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+- Architecture: x64
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.18/playit-windows-x86_64-signed.msi
+  InstallerSha256: 40EF812A8151F181DCB1C20308941DE13407778ED3179F74C0155D265C272B80
+  ProductCode: '{29D34430-A732-4344-9743-90C98F7E697E}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{29D34430-A732-4344-9743-90C98F7E697E}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.18/DevelopedMethodsLLC.playit.locale.en-US.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.18/DevelopedMethodsLLC.playit.locale.en-US.yaml
new file mode 100644
index 0000000000000..6a6c7c8eb6e7f
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.18/DevelopedMethodsLLC.playit.locale.en-US.yaml
@@ -0,0 +1,27 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.18
+PackageLocale: en-US
+Publisher: Developed Methods LLC
+PublisherUrl: https://github.com/playit-cloud
+PublisherSupportUrl: https://discuss.playit.gg/
+PackageName: Playit.gg
+PackageUrl: https://github.com/playit-cloud/playit-agent
+License: BSD-2-Clause
+LicenseUrl: https://github.com/playit-cloud/playit-agent/blob/HEAD/LICENSE.txt
+Copyright: Copyright Ⓒ 2024 Developed Methods LLC. All Rights Reserved.
+ShortDescription: playit.gg is a global proxy that allows anyone to host a server without port forwarding.
+Description: https://github.com/playit-cloud/playit-agent/blob/master/README.md
+Moniker: playit
+Tags:
+- gaming
+- host
+- multiplayer
+- proxy
+- server
+ReleaseNotes: Install desktop shortcut on windows with MSI installer
+ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v0.15.18
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.18/DevelopedMethodsLLC.playit.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.18/DevelopedMethodsLLC.playit.yaml
new file mode 100644
index 0000000000000..66c7f049fbd99
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.18/DevelopedMethodsLLC.playit.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.18
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.2/DevelopedMethodsLLC.playit.installer.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.2/DevelopedMethodsLLC.playit.installer.yaml
new file mode 100644
index 0000000000000..049195cd23315
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.2/DevelopedMethodsLLC.playit.installer.yaml
@@ -0,0 +1,43 @@
+# Created with komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.2
+InstallerLocale: en-US
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Commands:
+- playit
+ReleaseDate: 2023-09-28
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.2/playit-windows-x86-signed.msi
+  InstallerSha256: 09137643595CBED127DCE8AC1E132E3BACBE25985204EDAE761F11C6290F28E5
+  Dependencies:
+    PackageDependencies:
+      - PackageIdentifier: Microsoft.VCRedist.2015+.x86
+  ProductCode: '{4E256B85-6C1E-474E-8459-D43CA1EF924A}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{4E256B85-6C1E-474E-8459-D43CA1EF924A}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+- Architecture: x64
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.2/playit-windows-x86_64-signed.msi
+  InstallerSha256: BD4FA273419E4EEF08FC6A178C8DF0034E9F13C7A0B0D7E742F1EE8EC524520B
+  Dependencies:
+    PackageDependencies:
+      - PackageIdentifier: Microsoft.VCRedist.2015+.x64
+  ProductCode: '{FE1802B1-AE6A-4A5E-8192-A2709CDBE2DC}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{FE1802B1-AE6A-4A5E-8192-A2709CDBE2DC}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.2/DevelopedMethodsLLC.playit.locale.en-US.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.2/DevelopedMethodsLLC.playit.locale.en-US.yaml
new file mode 100644
index 0000000000000..a8489ba89ea60
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.2/DevelopedMethodsLLC.playit.locale.en-US.yaml
@@ -0,0 +1,26 @@
+# Created with komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.2
+PackageLocale: en-US
+Publisher: Developed Methods LLC
+PublisherUrl: https://github.com/playit-cloud
+PublisherSupportUrl: https://discuss.playit.gg/
+PackageName: Playit.gg
+PackageUrl: https://github.com/playit-cloud/playit-agent
+License: BSD-2-Clause
+LicenseUrl: https://github.com/playit-cloud/playit-agent/blob/HEAD/LICENSE.txt
+Copyright: Copyright Ⓒ 2024 Developed Methods LLC. All Rights Reserved.
+ShortDescription: playit.gg is a global proxy that allows anyone to host a server without port forwarding.
+Description: https://github.com/playit-cloud/playit-agent/blob/master/README.md
+Moniker: playit
+Tags:
+- gaming
+- host
+- multiplayer
+- proxy
+- server
+ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v0.15.2
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.2/DevelopedMethodsLLC.playit.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.2/DevelopedMethodsLLC.playit.yaml
new file mode 100644
index 0000000000000..e146ea0c210bd
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.2/DevelopedMethodsLLC.playit.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.2
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.21/DevelopedMethodsLLC.playit.installer.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.21/DevelopedMethodsLLC.playit.installer.yaml
new file mode 100644
index 0000000000000..b574872ed57a9
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.21/DevelopedMethodsLLC.playit.installer.yaml
@@ -0,0 +1,37 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.21
+InstallerLocale: en-US
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Commands:
+- playit
+ReleaseDate: 2024-08-21
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.21/playit-windows-x86-signed.msi
+  InstallerSha256: 0617679804A6B6E8893678C84EA3AD8CA85861A115333E6F3EFE02C4B37DF3ED
+  ProductCode: '{7A28301C-FC26-4778-B89E-7628E31D629F}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{7A28301C-FC26-4778-B89E-7628E31D629F}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+- Architecture: x64
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.21/playit-windows-x86_64-signed.msi
+  InstallerSha256: 185D7C97262002EB73DE952EB05ACC426E0F82341136E6DE186BE8A3FC868777
+  ProductCode: '{48F951BB-A984-4C21-98E2-AA715F7FA123}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{48F951BB-A984-4C21-98E2-AA715F7FA123}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.21/DevelopedMethodsLLC.playit.locale.en-US.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.21/DevelopedMethodsLLC.playit.locale.en-US.yaml
new file mode 100644
index 0000000000000..b702877913f76
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.21/DevelopedMethodsLLC.playit.locale.en-US.yaml
@@ -0,0 +1,27 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.21
+PackageLocale: en-US
+Publisher: Developed Methods LLC
+PublisherUrl: https://github.com/playit-cloud
+PublisherSupportUrl: https://discuss.playit.gg/
+PackageName: Playit.gg
+PackageUrl: https://github.com/playit-cloud/playit-agent
+License: BSD-2-Clause
+LicenseUrl: https://github.com/playit-cloud/playit-agent/blob/HEAD/LICENSE.txt
+Copyright: Copyright Ⓒ 2024 Developed Methods LLC. All Rights Reserved.
+ShortDescription: playit.gg is a global proxy that allows anyone to host a server without port forwarding.
+Description: https://github.com/playit-cloud/playit-agent/blob/master/README.md
+Moniker: playit
+Tags:
+- gaming
+- host
+- multiplayer
+- proxy
+- server
+ReleaseNotes: Add "docker" version to register for docker image
+ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v0.15.21
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.21/DevelopedMethodsLLC.playit.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.21/DevelopedMethodsLLC.playit.yaml
new file mode 100644
index 0000000000000..1c1dc0f3cf382
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.21/DevelopedMethodsLLC.playit.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.21
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.22/DevelopedMethodsLLC.playit.installer.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.22/DevelopedMethodsLLC.playit.installer.yaml
new file mode 100644
index 0000000000000..3a13d458f93c4
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.22/DevelopedMethodsLLC.playit.installer.yaml
@@ -0,0 +1,37 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.22
+InstallerLocale: en-US
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Commands:
+- playit
+ReleaseDate: 2024-08-25
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.22/playit-windows-x86-signed.msi
+  InstallerSha256: B8D37DCDEBE0BFF3D1B06CF7F1054C5D866F094B776F689507BAE5877BC37A79
+  ProductCode: '{A3651A4F-FB0C-4B99-B2FF-E52E2918875E}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{A3651A4F-FB0C-4B99-B2FF-E52E2918875E}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+- Architecture: x64
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.22/playit-windows-x86_64-signed.msi
+  InstallerSha256: F1E4D49CDB80E97E83369A377E16A985CF3413ED0D7C901B8EB5DD56A1E71DA3
+  ProductCode: '{686143F2-359F-4597-8E9D-DA8DD7A3E515}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{686143F2-359F-4597-8E9D-DA8DD7A3E515}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.22/DevelopedMethodsLLC.playit.locale.en-US.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.22/DevelopedMethodsLLC.playit.locale.en-US.yaml
new file mode 100644
index 0000000000000..583e4231fc7ff
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.22/DevelopedMethodsLLC.playit.locale.en-US.yaml
@@ -0,0 +1,30 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.22
+PackageLocale: en-US
+Publisher: Developed Methods LLC
+PublisherUrl: https://github.com/playit-cloud
+PublisherSupportUrl: https://discuss.playit.gg/
+PackageName: Playit.gg
+PackageUrl: https://github.com/playit-cloud/playit-agent
+License: BSD-2-Clause
+LicenseUrl: https://github.com/playit-cloud/playit-agent/blob/HEAD/LICENSE.txt
+Copyright: Copyright Ⓒ 2024 Developed Methods LLC. All Rights Reserved.
+ShortDescription: playit.gg is a global proxy that allows anyone to host a server without port forwarding.
+Description: https://github.com/playit-cloud/playit-agent/blob/master/README.md
+Moniker: playit
+Tags:
+- gaming
+- host
+- multiplayer
+- proxy
+- server
+ReleaseNotes: |-
+  - adds ping-monitor to playit-cli
+  - replaces openssl with rustls \w ring
+  - adjusts udp channel session timers
+ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v0.15.22
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.22/DevelopedMethodsLLC.playit.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.22/DevelopedMethodsLLC.playit.yaml
new file mode 100644
index 0000000000000..1fbfda9d95753
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.22/DevelopedMethodsLLC.playit.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.22
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.5/DevelopedMethodsLLC.playit.installer.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.5/DevelopedMethodsLLC.playit.installer.yaml
new file mode 100644
index 0000000000000..3224fe3accfda
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.5/DevelopedMethodsLLC.playit.installer.yaml
@@ -0,0 +1,43 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.5
+InstallerLocale: en-US
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Commands:
+- playit
+ReleaseDate: 2023-10-05
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.5/playit-windows-x86-signed.msi
+  InstallerSha256: 88881D55155D1A59A7BB160ED62D3038EBFAF3325D111E398603E396FF675AC4
+  Dependencies:
+  PackageDependencies:
+    - PackageIdentifier: Microsoft.VCRedist.2015+.x86
+  ProductCode: '{92CF7A24-DAA0-46C2-A461-1BF9C1FD7E52}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{92CF7A24-DAA0-46C2-A461-1BF9C1FD7E52}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+- Architecture: x64
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.5/playit-windows-x86_64-signed.msi
+  InstallerSha256: 159770339746CD6C81E3AF76097920B3EC4F14F5E6651622EAAF24CFA406F8E3
+  Dependencies:
+    PackageDependencies:
+      - PackageIdentifier: Microsoft.VCRedist.2015+.x64
+  ProductCode: '{765EC71C-753D-4746-8037-E9EB51B863C8}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{765EC71C-753D-4746-8037-E9EB51B863C8}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.5/DevelopedMethodsLLC.playit.locale.en-US.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.5/DevelopedMethodsLLC.playit.locale.en-US.yaml
new file mode 100644
index 0000000000000..1d73fe50052bb
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.5/DevelopedMethodsLLC.playit.locale.en-US.yaml
@@ -0,0 +1,26 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.5
+PackageLocale: en-US
+Publisher: Developed Methods LLC
+PublisherUrl: https://github.com/playit-cloud
+PublisherSupportUrl: https://discuss.playit.gg/
+PackageName: Playit.gg
+PackageUrl: https://github.com/playit-cloud/playit-agent
+License: BSD-2-Clause
+LicenseUrl: https://github.com/playit-cloud/playit-agent/blob/HEAD/LICENSE.txt
+Copyright: Copyright Ⓒ 2024 Developed Methods LLC. All Rights Reserved.
+ShortDescription: playit.gg is a global proxy that allows anyone to host a server without port forwarding.
+Description: https://github.com/playit-cloud/playit-agent/blob/master/README.md
+Moniker: playit
+Tags:
+- gaming
+- host
+- multiplayer
+- proxy
+- server
+ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v0.15.5
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.5/DevelopedMethodsLLC.playit.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.5/DevelopedMethodsLLC.playit.yaml
new file mode 100644
index 0000000000000..7ab0d6e6175bd
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.5/DevelopedMethodsLLC.playit.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.5
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.6/DevelopedMethodsLLC.playit.installer.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.6/DevelopedMethodsLLC.playit.installer.yaml
new file mode 100644
index 0000000000000..5c8f7b6ec4737
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.6/DevelopedMethodsLLC.playit.installer.yaml
@@ -0,0 +1,37 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.6
+InstallerLocale: en-US
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Commands:
+- playit
+ReleaseDate: 2023-10-05
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.6/playit-windows-x86-signed.msi
+  InstallerSha256: 09AE4603D3C3A48081D87A48E59B76405172D0C1578582C77A581C49BFB43C4E
+  ProductCode: '{7E9BE841-3F3E-4419-BE21-C86B38E79523}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{7E9BE841-3F3E-4419-BE21-C86B38E79523}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+- Architecture: x64
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.6/playit-windows-x86_64-signed.msi
+  InstallerSha256: 13959B6D0F48B09A420165287FB8A5C375C823253BE295FED5050CBA942661E6
+  ProductCode: '{C988AC9E-FEF5-4836-9D63-F6E7A21E2B60}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{C988AC9E-FEF5-4836-9D63-F6E7A21E2B60}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.6/DevelopedMethodsLLC.playit.locale.en-US.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.6/DevelopedMethodsLLC.playit.locale.en-US.yaml
new file mode 100644
index 0000000000000..bdbad6ca95f25
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.6/DevelopedMethodsLLC.playit.locale.en-US.yaml
@@ -0,0 +1,26 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.6
+PackageLocale: en-US
+Publisher: Developed Methods LLC
+PublisherUrl: https://github.com/playit-cloud
+PublisherSupportUrl: https://discuss.playit.gg/
+PackageName: Playit.gg
+PackageUrl: https://github.com/playit-cloud/playit-agent
+License: BSD-2-Clause
+LicenseUrl: https://github.com/playit-cloud/playit-agent/blob/HEAD/LICENSE.txt
+Copyright: Copyright Ⓒ 2024 Developed Methods LLC. All Rights Reserved.
+ShortDescription: playit.gg is a global proxy that allows anyone to host a server without port forwarding.
+Description: https://github.com/playit-cloud/playit-agent/blob/master/README.md
+Moniker: playit
+Tags:
+- gaming
+- host
+- multiplayer
+- proxy
+- server
+ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v0.15.6
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.6/DevelopedMethodsLLC.playit.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.6/DevelopedMethodsLLC.playit.yaml
new file mode 100644
index 0000000000000..1a634decfa5df
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.6/DevelopedMethodsLLC.playit.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.6
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.7/DevelopedMethodsLLC.playit.installer.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.7/DevelopedMethodsLLC.playit.installer.yaml
new file mode 100644
index 0000000000000..a6e66a261bef7
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.7/DevelopedMethodsLLC.playit.installer.yaml
@@ -0,0 +1,37 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.7
+InstallerLocale: en-US
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Commands:
+- playit
+ReleaseDate: 2023-10-06
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.7/playit-windows-x86-signed.msi
+  InstallerSha256: 7A11BFFA66DEDD52C508DA16C108D8A6F714E8F511FF268C04630D611359235B
+  ProductCode: '{B8748325-DA89-4DDE-97F0-AE7570342E75}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{B8748325-DA89-4DDE-97F0-AE7570342E75}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+- Architecture: x64
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.7/playit-windows-x86_64-signed.msi
+  InstallerSha256: 6917AE572E5F54E54697E8E75EB0D984D9BDF00838D2D80A4867AD93494A6466
+  ProductCode: '{3ABB69C9-7A90-4490-8049-2B9902C6D8C8}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{3ABB69C9-7A90-4490-8049-2B9902C6D8C8}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.7/DevelopedMethodsLLC.playit.locale.en-US.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.7/DevelopedMethodsLLC.playit.locale.en-US.yaml
new file mode 100644
index 0000000000000..cbf26e80b72b5
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.7/DevelopedMethodsLLC.playit.locale.en-US.yaml
@@ -0,0 +1,30 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.7
+PackageLocale: en-US
+Publisher: Developed Methods LLC
+PublisherUrl: https://github.com/playit-cloud
+PublisherSupportUrl: https://discuss.playit.gg/
+PackageName: Playit.gg
+PackageUrl: https://github.com/playit-cloud/playit-agent
+License: BSD-2-Clause
+LicenseUrl: https://github.com/playit-cloud/playit-agent/blob/HEAD/LICENSE.txt
+Copyright: Copyright Ⓒ 2024 Developed Methods LLC. All Rights Reserved.
+ShortDescription: playit.gg is a global proxy that allows anyone to host a server without port forwarding.
+Description: https://github.com/playit-cloud/playit-agent/blob/master/README.md
+Moniker: playit
+Tags:
+- gaming
+- host
+- multiplayer
+- proxy
+- server
+ReleaseNotes: |-
+  bugfix: use special lan address for TCP connections (127.B.C.D mapped from public IP)
+  bugfix: use latest token when verifying UDP session established messages
+  bugfix: only clear terminal after content is written to prevent crashing Windows terminal
+ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v0.15.7
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.7/DevelopedMethodsLLC.playit.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.7/DevelopedMethodsLLC.playit.yaml
new file mode 100644
index 0000000000000..d51d32b6925d6
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.7/DevelopedMethodsLLC.playit.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.7
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.9/DevelopedMethodsLLC.playit.installer.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.9/DevelopedMethodsLLC.playit.installer.yaml
new file mode 100644
index 0000000000000..5265b50476975
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.9/DevelopedMethodsLLC.playit.installer.yaml
@@ -0,0 +1,37 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.9
+InstallerLocale: en-US
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Commands:
+- playit
+ReleaseDate: 2023-10-17
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.9/playit-windows-x86-signed.msi
+  InstallerSha256: 7DFB43D19DB0038986A655F446252E632388ACAEF739C35EF8FD9CC09E3EEA20
+  ProductCode: '{5580849B-3CD1-45B4-B28B-77435EB3866E}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{5580849B-3CD1-45B4-B28B-77435EB3866E}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+- Architecture: x64
+  InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v0.15.9/playit-windows-x86_64-signed.msi
+  InstallerSha256: F69D11DC251469B16431838F18D40E9612DACD2DF7B7FAA51C5F4D85643CFA9A
+  ProductCode: '{42F666B6-6CDE-4060-9510-47E8D262FCC6}'
+  AppsAndFeaturesEntries:
+  - DisplayName: playit
+    Publisher: Developed Methods LLC
+    ProductCode: '{42F666B6-6CDE-4060-9510-47E8D262FCC6}'
+    UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.9/DevelopedMethodsLLC.playit.locale.en-US.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.9/DevelopedMethodsLLC.playit.locale.en-US.yaml
new file mode 100644
index 0000000000000..d7eabd47d547d
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.9/DevelopedMethodsLLC.playit.locale.en-US.yaml
@@ -0,0 +1,26 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.9
+PackageLocale: en-US
+Publisher: Developed Methods LLC
+PublisherUrl: https://github.com/playit-cloud
+PublisherSupportUrl: https://discuss.playit.gg/
+PackageName: Playit.gg
+PackageUrl: https://github.com/playit-cloud/playit-agent
+License: BSD-2-Clause
+LicenseUrl: https://github.com/playit-cloud/playit-agent/blob/HEAD/LICENSE.txt
+Copyright: Copyright Ⓒ 2024 Developed Methods LLC. All Rights Reserved.
+ShortDescription: playit.gg is a global proxy that allows anyone to host a server without port forwarding.
+Description: https://github.com/playit-cloud/playit-agent/blob/master/README.md
+Moniker: playit
+Tags:
+- gaming
+- host
+- multiplayer
+- proxy
+- server
+ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v0.15.9
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DevelopedMethodsLLC/playit/0.15.9/DevelopedMethodsLLC.playit.yaml b/manifests/d/DevelopedMethodsLLC/playit/0.15.9/DevelopedMethodsLLC.playit.yaml
new file mode 100644
index 0000000000000..3037f755a9afe
--- /dev/null
+++ b/manifests/d/DevelopedMethodsLLC/playit/0.15.9/DevelopedMethodsLLC.playit.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DevelopedMethodsLLC.playit
+PackageVersion: 0.15.9
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Devolutions/Launcher/2024.2.19.0/Devolutions.Launcher.installer.yaml b/manifests/d/Devolutions/Launcher/2024.2.19.0/Devolutions.Launcher.installer.yaml
new file mode 100644
index 0000000000000..f91291d1d18c7
--- /dev/null
+++ b/manifests/d/Devolutions/Launcher/2024.2.19.0/Devolutions.Launcher.installer.yaml
@@ -0,0 +1,39 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.Launcher
+PackageVersion: 2024.2.19.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Dependencies:
+  PackageDependencies:
+  - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8
+Protocols:
+- rdp
+- ssh
+- vnc
+- telnet
+- http
+- https
+- ftp
+- sftp
+- ard
+- webdav
+ProductCode: '{D932F7D6-15F3-4A2E-8443-BFCA69E7067B}'
+ReleaseDate: 2024-08-09
+AppsAndFeaturesEntries:
+- UpgradeCode: '{CB5FC4EF-9B66-411D-8F6E-2713D2B8F664}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://cdn.devolutions.net/download/Setup.Devolutions.Launcher.2024.2.19.0.msi
+  InstallerSha256: C18DE25D3CE17008AB3345634175B84E4A7B1FC83F855DF708D74BDB4F7827CA
+ManifestType: installer
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/Launcher/2024.2.19.0/Devolutions.Launcher.locale.en-US.yaml b/manifests/d/Devolutions/Launcher/2024.2.19.0/Devolutions.Launcher.locale.en-US.yaml
new file mode 100644
index 0000000000000..9ca4d73ca1abb
--- /dev/null
+++ b/manifests/d/Devolutions/Launcher/2024.2.19.0/Devolutions.Launcher.locale.en-US.yaml
@@ -0,0 +1,31 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.Launcher
+PackageVersion: 2024.2.19.0
+PackageLocale: en-US
+Publisher: Devolutions inc.
+PublisherUrl: https://devolutions.net/
+PublisherSupportUrl: https://devolutions.net/support
+PrivacyUrl: https://devolutions.net/legal/privacy
+Author: Devolutions
+PackageName: Launcher
+PackageUrl: https://devolutions.net/launcher/
+License: Proprietary
+LicenseUrl: https://devolutions.net/legal/software-license-agreements
+Copyright: Copyright (c) 2006-2024 Devolutions Inc.
+ShortDescription: Remote Connection Launching Tool for Devolutions Server & Devolutions Hub Business!
+Moniker: launcher
+Tags:
+- devolutions
+- rdm
+- rdp
+- remote-desktop
+- remote-desktop-manager
+- launcher
+- ssh
+- tool
+- utility
+- vnc
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/Launcher/2024.2.19.0/Devolutions.Launcher.yaml b/manifests/d/Devolutions/Launcher/2024.2.19.0/Devolutions.Launcher.yaml
new file mode 100644
index 0000000000000..058ec4c64903e
--- /dev/null
+++ b/manifests/d/Devolutions/Launcher/2024.2.19.0/Devolutions.Launcher.yaml
@@ -0,0 +1,8 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.Launcher
+PackageVersion: 2024.2.19.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/Launcher/2024.2.20.0/Devolutions.Launcher.installer.yaml b/manifests/d/Devolutions/Launcher/2024.2.20.0/Devolutions.Launcher.installer.yaml
new file mode 100644
index 0000000000000..50fb821cc7bdd
--- /dev/null
+++ b/manifests/d/Devolutions/Launcher/2024.2.20.0/Devolutions.Launcher.installer.yaml
@@ -0,0 +1,39 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.Launcher
+PackageVersion: 2024.2.20.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Dependencies:
+  PackageDependencies:
+  - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8
+Protocols:
+- rdp
+- ssh
+- vnc
+- telnet
+- http
+- https
+- ftp
+- sftp
+- ard
+- webdav
+ProductCode: '{D74C7AE9-FFD7-40ED-A92E-1C80064697D1}'
+ReleaseDate: 2024-08-19
+AppsAndFeaturesEntries:
+- UpgradeCode: '{CB5FC4EF-9B66-411D-8F6E-2713D2B8F664}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://cdn.devolutions.net/download/Setup.Devolutions.Launcher.2024.2.20.0.msi
+  InstallerSha256: 32A9B6B431511360635F719A9D5540E0CB50B8389743DCB807CB6C4BC722813C
+ManifestType: installer
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/Launcher/2024.2.20.0/Devolutions.Launcher.locale.en-US.yaml b/manifests/d/Devolutions/Launcher/2024.2.20.0/Devolutions.Launcher.locale.en-US.yaml
new file mode 100644
index 0000000000000..1bb2af5444b29
--- /dev/null
+++ b/manifests/d/Devolutions/Launcher/2024.2.20.0/Devolutions.Launcher.locale.en-US.yaml
@@ -0,0 +1,31 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.Launcher
+PackageVersion: 2024.2.20.0
+PackageLocale: en-US
+Publisher: Devolutions inc.
+PublisherUrl: https://devolutions.net/
+PublisherSupportUrl: https://devolutions.net/support
+PrivacyUrl: https://devolutions.net/legal/privacy
+Author: Devolutions
+PackageName: Launcher
+PackageUrl: https://devolutions.net/launcher/
+License: Proprietary
+LicenseUrl: https://devolutions.net/legal/software-license-agreements
+Copyright: Copyright (c) 2006-2024 Devolutions Inc.
+ShortDescription: Remote Connection Launching Tool for Devolutions Server & Devolutions Hub Business!
+Moniker: launcher
+Tags:
+- devolutions
+- rdm
+- rdp
+- remote-desktop
+- remote-desktop-manager
+- launcher
+- ssh
+- tool
+- utility
+- vnc
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/Launcher/2024.2.20.0/Devolutions.Launcher.yaml b/manifests/d/Devolutions/Launcher/2024.2.20.0/Devolutions.Launcher.yaml
new file mode 100644
index 0000000000000..f3954f0a83e62
--- /dev/null
+++ b/manifests/d/Devolutions/Launcher/2024.2.20.0/Devolutions.Launcher.yaml
@@ -0,0 +1,8 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.Launcher
+PackageVersion: 2024.2.20.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/Launcher/2024.2.21.0/Devolutions.Launcher.installer.yaml b/manifests/d/Devolutions/Launcher/2024.2.21.0/Devolutions.Launcher.installer.yaml
new file mode 100644
index 0000000000000..cdf5c0f054414
--- /dev/null
+++ b/manifests/d/Devolutions/Launcher/2024.2.21.0/Devolutions.Launcher.installer.yaml
@@ -0,0 +1,39 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.Launcher
+PackageVersion: 2024.2.21.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Dependencies:
+  PackageDependencies:
+  - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8
+Protocols:
+- rdp
+- ssh
+- vnc
+- telnet
+- http
+- https
+- ftp
+- sftp
+- ard
+- webdav
+ProductCode: '{57EDF751-84D8-4745-B6A6-1A6B677748A9}'
+ReleaseDate: 2024-08-29
+AppsAndFeaturesEntries:
+- UpgradeCode: '{CB5FC4EF-9B66-411D-8F6E-2713D2B8F664}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://cdn.devolutions.net/download/Setup.Devolutions.Launcher.2024.2.21.0.msi
+  InstallerSha256: 456484F4D28F96F216BC9A75028F182E4B54AFB9128F6D057A878105D6038DC7
+ManifestType: installer
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/Launcher/2024.2.21.0/Devolutions.Launcher.locale.en-US.yaml b/manifests/d/Devolutions/Launcher/2024.2.21.0/Devolutions.Launcher.locale.en-US.yaml
new file mode 100644
index 0000000000000..3b1112e37119c
--- /dev/null
+++ b/manifests/d/Devolutions/Launcher/2024.2.21.0/Devolutions.Launcher.locale.en-US.yaml
@@ -0,0 +1,31 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.Launcher
+PackageVersion: 2024.2.21.0
+PackageLocale: en-US
+Publisher: Devolutions inc.
+PublisherUrl: https://devolutions.net/
+PublisherSupportUrl: https://devolutions.net/support
+PrivacyUrl: https://devolutions.net/legal/privacy
+Author: Devolutions
+PackageName: Launcher
+PackageUrl: https://devolutions.net/launcher/
+License: Proprietary
+LicenseUrl: https://devolutions.net/legal/software-license-agreements
+Copyright: Copyright (c) 2006-2024 Devolutions Inc.
+ShortDescription: Remote Connection Launching Tool for Devolutions Server & Devolutions Hub Business!
+Moniker: launcher
+Tags:
+- devolutions
+- rdm
+- rdp
+- remote-desktop
+- remote-desktop-manager
+- launcher
+- ssh
+- tool
+- utility
+- vnc
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/Launcher/2024.2.21.0/Devolutions.Launcher.yaml b/manifests/d/Devolutions/Launcher/2024.2.21.0/Devolutions.Launcher.yaml
new file mode 100644
index 0000000000000..e9bbd538f68ae
--- /dev/null
+++ b/manifests/d/Devolutions/Launcher/2024.2.21.0/Devolutions.Launcher.yaml
@@ -0,0 +1,8 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.Launcher
+PackageVersion: 2024.2.21.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.17.0/Devolutions.RemoteDesktopManager.installer.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.17.0/Devolutions.RemoteDesktopManager.installer.yaml
new file mode 100644
index 0000000000000..c93075ab30f5f
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.17.0/Devolutions.RemoteDesktopManager.installer.yaml
@@ -0,0 +1,42 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.17.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Protocols:
+- rdp
+FileExtensions:
+- csv
+- psafe3
+- rde
+- rdg
+- rdm
+- rdp
+- vnc
+- vrb
+- vrd
+- vre
+- xml
+Dependencies:
+  PackageDependencies:
+  - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8
+ProductCode: '{BA4C5955-01DC-4AE9-BD4F-2159E7DE7985}'
+ReleaseDate: 2024-07-30
+AppsAndFeaturesEntries:
+- UpgradeCode: '{2707F3BF-4D7B-40C2-882F-14B0ED869EE8}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManager.2024.2.17.0.msi
+  InstallerSha256: 06AB7DF8DF1965607BA77C47759ACA4C0E5DEA9268BD57BE5D90A55FF7285631
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.17.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.17.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml
new file mode 100644
index 0000000000000..36a704b5b0f0d
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.17.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml
@@ -0,0 +1,30 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.17.0
+PackageLocale: en-US
+Publisher: Devolutions inc.
+PublisherUrl: https://devolutions.net/
+PublisherSupportUrl: https://devolutions.net/support
+PrivacyUrl: https://devolutions.net/legal/privacy
+Author: Devolutions
+PackageName: Remote Desktop Manager
+PackageUrl: https://remotedesktopmanager.com/
+License: Proprietary
+LicenseUrl: https://devolutions.net/legal/software-license-agreements
+Copyright: Copyright (c) 2006-2024 Devolutions Inc.
+ShortDescription: Remote Connections & Passwords. Everywhere!
+Moniker: rdm
+Tags:
+- devolutions
+- rdm
+- rdp
+- remote-desktop
+- remote-desktop-manager
+- ssh
+- tool
+- utility
+- vnc
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.17.0/Devolutions.RemoteDesktopManager.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.17.0/Devolutions.RemoteDesktopManager.yaml
new file mode 100644
index 0000000000000..97aea02364d3e
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.17.0/Devolutions.RemoteDesktopManager.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.17.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.18.0/Devolutions.RemoteDesktopManager.installer.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.18.0/Devolutions.RemoteDesktopManager.installer.yaml
new file mode 100644
index 0000000000000..7b15c119ec8a8
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.18.0/Devolutions.RemoteDesktopManager.installer.yaml
@@ -0,0 +1,42 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.18.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Protocols:
+- rdp
+FileExtensions:
+- csv
+- psafe3
+- rde
+- rdg
+- rdm
+- rdp
+- vnc
+- vrb
+- vrd
+- vre
+- xml
+Dependencies:
+  PackageDependencies:
+  - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8
+ProductCode: '{ABA69004-2EE9-4859-BA7F-37CE565A1742}'
+ReleaseDate: 2024-08-07
+AppsAndFeaturesEntries:
+- UpgradeCode: '{2707F3BF-4D7B-40C2-882F-14B0ED869EE8}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManager.2024.2.18.0.msi
+  InstallerSha256: 22D445AF9BF337F286311FFFB42B51137B6872BFD872214FB6389CE858AC1B89
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.18.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.18.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml
new file mode 100644
index 0000000000000..ebb8c4e6d5d1a
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.18.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml
@@ -0,0 +1,30 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.18.0
+PackageLocale: en-US
+Publisher: Devolutions inc.
+PublisherUrl: https://devolutions.net/
+PublisherSupportUrl: https://devolutions.net/support
+PrivacyUrl: https://devolutions.net/legal/privacy
+Author: Devolutions
+PackageName: Remote Desktop Manager
+PackageUrl: https://remotedesktopmanager.com/
+License: Proprietary
+LicenseUrl: https://devolutions.net/legal/software-license-agreements
+Copyright: Copyright (c) 2006-2024 Devolutions Inc.
+ShortDescription: Remote Connections & Passwords. Everywhere!
+Moniker: rdm
+Tags:
+- devolutions
+- rdm
+- rdp
+- remote-desktop
+- remote-desktop-manager
+- ssh
+- tool
+- utility
+- vnc
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.18.0/Devolutions.RemoteDesktopManager.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.18.0/Devolutions.RemoteDesktopManager.yaml
new file mode 100644
index 0000000000000..94f0aee6c0ade
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.18.0/Devolutions.RemoteDesktopManager.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.18.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.19.0/Devolutions.RemoteDesktopManager.installer.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.19.0/Devolutions.RemoteDesktopManager.installer.yaml
new file mode 100644
index 0000000000000..e8233ee6aa825
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.19.0/Devolutions.RemoteDesktopManager.installer.yaml
@@ -0,0 +1,42 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.19.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Dependencies:
+  PackageDependencies:
+  - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8
+Protocols:
+- rdp
+FileExtensions:
+- csv
+- psafe3
+- rde
+- rdg
+- rdm
+- rdp
+- vnc
+- vrb
+- vrd
+- vre
+- xml
+ProductCode: '{411AF8DE-86B0-4937-B693-D0B2E7767358}'
+ReleaseDate: 2024-08-09
+AppsAndFeaturesEntries:
+- UpgradeCode: '{2707F3BF-4D7B-40C2-882F-14B0ED869EE8}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManager.2024.2.19.0.msi
+  InstallerSha256: 859A2C78659D2F23F34532606390CBA0689104AFEA45415A3A6073B1528E3632
+ManifestType: installer
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.19.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.19.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml
new file mode 100644
index 0000000000000..e76fc73611904
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.19.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml
@@ -0,0 +1,30 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.19.0
+PackageLocale: en-US
+Publisher: Devolutions inc.
+PublisherUrl: https://devolutions.net/
+PublisherSupportUrl: https://devolutions.net/support
+PrivacyUrl: https://devolutions.net/legal/privacy
+Author: Devolutions
+PackageName: Remote Desktop Manager
+PackageUrl: https://remotedesktopmanager.com/
+License: Proprietary
+LicenseUrl: https://devolutions.net/legal/software-license-agreements
+Copyright: Copyright (c) 2006-2024 Devolutions Inc.
+ShortDescription: Remote Connections & Passwords. Everywhere!
+Moniker: rdm
+Tags:
+- devolutions
+- rdm
+- rdp
+- remote-desktop
+- remote-desktop-manager
+- ssh
+- tool
+- utility
+- vnc
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.19.0/Devolutions.RemoteDesktopManager.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.19.0/Devolutions.RemoteDesktopManager.yaml
new file mode 100644
index 0000000000000..a54682b172fb8
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.19.0/Devolutions.RemoteDesktopManager.yaml
@@ -0,0 +1,8 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.19.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.20.0/Devolutions.RemoteDesktopManager.installer.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.20.0/Devolutions.RemoteDesktopManager.installer.yaml
new file mode 100644
index 0000000000000..94a0841f7badf
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.20.0/Devolutions.RemoteDesktopManager.installer.yaml
@@ -0,0 +1,42 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.20.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Dependencies:
+  PackageDependencies:
+  - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8
+Protocols:
+- rdp
+FileExtensions:
+- csv
+- psafe3
+- rde
+- rdg
+- rdm
+- rdp
+- vnc
+- vrb
+- vrd
+- vre
+- xml
+ProductCode: '{60EE9B1E-A70A-42EB-96D1-65D5C5F91572}'
+ReleaseDate: 2024-08-19
+AppsAndFeaturesEntries:
+- UpgradeCode: '{2707F3BF-4D7B-40C2-882F-14B0ED869EE8}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManager.2024.2.20.0.msi
+  InstallerSha256: E004FEAC2C864ACF5B4F579BF4E804FAE7CBDD24BC9D9F507E94B783699E1126
+ManifestType: installer
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.20.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.20.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml
new file mode 100644
index 0000000000000..4cdc9475f8394
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.20.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml
@@ -0,0 +1,30 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.20.0
+PackageLocale: en-US
+Publisher: Devolutions inc.
+PublisherUrl: https://devolutions.net/
+PublisherSupportUrl: https://devolutions.net/support
+PrivacyUrl: https://devolutions.net/legal/privacy
+Author: Devolutions
+PackageName: Remote Desktop Manager
+PackageUrl: https://remotedesktopmanager.com/
+License: Proprietary
+LicenseUrl: https://devolutions.net/legal/software-license-agreements
+Copyright: Copyright (c) 2006-2024 Devolutions Inc.
+ShortDescription: Remote Connections & Passwords. Everywhere!
+Moniker: rdm
+Tags:
+- devolutions
+- rdm
+- rdp
+- remote-desktop
+- remote-desktop-manager
+- ssh
+- tool
+- utility
+- vnc
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.20.0/Devolutions.RemoteDesktopManager.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.20.0/Devolutions.RemoteDesktopManager.yaml
new file mode 100644
index 0000000000000..42a241638a71f
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.20.0/Devolutions.RemoteDesktopManager.yaml
@@ -0,0 +1,8 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.20.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.21.0/Devolutions.RemoteDesktopManager.installer.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.21.0/Devolutions.RemoteDesktopManager.installer.yaml
new file mode 100644
index 0000000000000..f84432c89e42a
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.21.0/Devolutions.RemoteDesktopManager.installer.yaml
@@ -0,0 +1,42 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.21.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Dependencies:
+  PackageDependencies:
+  - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8
+Protocols:
+- rdp
+FileExtensions:
+- csv
+- psafe3
+- rde
+- rdg
+- rdm
+- rdp
+- vnc
+- vrb
+- vrd
+- vre
+- xml
+ProductCode: '{86CBB9D3-AA36-46DA-8FA5-175D43ADC151}'
+ReleaseDate: 2024-08-29
+AppsAndFeaturesEntries:
+- UpgradeCode: '{2707F3BF-4D7B-40C2-882F-14B0ED869EE8}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManager.2024.2.21.0.msi
+  InstallerSha256: 0702AC2B3A5BEFE22FA24BB3DD3D8AB80D87AC48465E9E3EBF760BBCE68BD828
+ManifestType: installer
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.21.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.21.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml
new file mode 100644
index 0000000000000..fa9e19212977a
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.21.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml
@@ -0,0 +1,30 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.21.0
+PackageLocale: en-US
+Publisher: Devolutions inc.
+PublisherUrl: https://devolutions.net/
+PublisherSupportUrl: https://devolutions.net/support
+PrivacyUrl: https://devolutions.net/legal/privacy
+Author: Devolutions
+PackageName: Remote Desktop Manager
+PackageUrl: https://remotedesktopmanager.com/
+License: Proprietary
+LicenseUrl: https://devolutions.net/legal/software-license-agreements
+Copyright: Copyright (c) 2006-2024 Devolutions Inc.
+ShortDescription: Remote Connections & Passwords. Everywhere!
+Moniker: rdm
+Tags:
+- devolutions
+- rdm
+- rdp
+- remote-desktop
+- remote-desktop-manager
+- ssh
+- tool
+- utility
+- vnc
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.2.21.0/Devolutions.RemoteDesktopManager.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.21.0/Devolutions.RemoteDesktopManager.yaml
new file mode 100644
index 0000000000000..db7dc8c19c9d4
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.2.21.0/Devolutions.RemoteDesktopManager.yaml
@@ -0,0 +1,8 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManager
+PackageVersion: 2024.2.21.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.19.0/Devolutions.RemoteDesktopManagerAgent.installer.yaml b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.19.0/Devolutions.RemoteDesktopManagerAgent.installer.yaml
new file mode 100644
index 0000000000000..7e1b7001b4112
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.19.0/Devolutions.RemoteDesktopManagerAgent.installer.yaml
@@ -0,0 +1,33 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManagerAgent
+PackageVersion: 2024.2.19.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Dependencies:
+  PackageDependencies:
+  - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8
+Protocols:
+- rdp
+- powershell
+FileExtensions:
+- rdm
+ProductCode: '{CE7BDA74-1F1D-4AF6-9274-A6FCF0656DED}'
+ReleaseDate: 2024-08-09
+AppsAndFeaturesEntries:
+- UpgradeCode: '{D3ECDF42-9073-4760-94D5-73F8D2AFDF8A}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManagerAgent.2024.2.19.0.msi
+  InstallerSha256: 323DCC22C7B72821506788A8A18FB6C0E1572253A11C06FC09C3AFC7E00ECDF2
+ManifestType: installer
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.19.0/Devolutions.RemoteDesktopManagerAgent.locale.en-US.yaml b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.19.0/Devolutions.RemoteDesktopManagerAgent.locale.en-US.yaml
new file mode 100644
index 0000000000000..cd3802dfbc033
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.19.0/Devolutions.RemoteDesktopManagerAgent.locale.en-US.yaml
@@ -0,0 +1,28 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManagerAgent
+PackageVersion: 2024.2.19.0
+PackageLocale: en-US
+Publisher: Devolutions inc.
+PublisherUrl: https://devolutions.net/
+PublisherSupportUrl: https://devolutions.net/support
+PrivacyUrl: https://devolutions.net/legal/privacy
+Author: Devolutions
+PackageName: Remote Desktop Manager Agent
+PackageUrl: 
+License: Proprietary
+LicenseUrl: https://devolutions.net/legal/software-license-agreements
+Copyright: Copyright (c) 2006-2024 Devolutions Inc.
+ShortDescription: Run commands on multiple remote hosts at the same time!
+Moniker: rdmagent
+Tags:
+- devolutions
+- rdm
+- agent
+- rdm-agent
+- remote-desktop-manager
+- tool
+- utility
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.19.0/Devolutions.RemoteDesktopManagerAgent.yaml b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.19.0/Devolutions.RemoteDesktopManagerAgent.yaml
new file mode 100644
index 0000000000000..6b6a557dc20b0
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.19.0/Devolutions.RemoteDesktopManagerAgent.yaml
@@ -0,0 +1,8 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManagerAgent
+PackageVersion: 2024.2.19.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.20.0/Devolutions.RemoteDesktopManagerAgent.installer.yaml b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.20.0/Devolutions.RemoteDesktopManagerAgent.installer.yaml
new file mode 100644
index 0000000000000..de034f4428e38
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.20.0/Devolutions.RemoteDesktopManagerAgent.installer.yaml
@@ -0,0 +1,33 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManagerAgent
+PackageVersion: 2024.2.20.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Dependencies:
+  PackageDependencies:
+  - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8
+Protocols:
+- rdp
+- powershell
+FileExtensions:
+- rdm
+ProductCode: '{1A9B8AEA-B687-43E7-A271-16571F78A83A}'
+ReleaseDate: 2024-08-19
+AppsAndFeaturesEntries:
+- UpgradeCode: '{D3ECDF42-9073-4760-94D5-73F8D2AFDF8A}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManagerAgent.2024.2.20.0.msi
+  InstallerSha256: C2246FFCA7E5BE277D317CF65236E6041445C1A2A3EC9AD72663516935415CAF
+ManifestType: installer
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.20.0/Devolutions.RemoteDesktopManagerAgent.locale.en-US.yaml b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.20.0/Devolutions.RemoteDesktopManagerAgent.locale.en-US.yaml
new file mode 100644
index 0000000000000..d4129b200e92a
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.20.0/Devolutions.RemoteDesktopManagerAgent.locale.en-US.yaml
@@ -0,0 +1,28 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManagerAgent
+PackageVersion: 2024.2.20.0
+PackageLocale: en-US
+Publisher: Devolutions inc.
+PublisherUrl: https://devolutions.net/
+PublisherSupportUrl: https://devolutions.net/support
+PrivacyUrl: https://devolutions.net/legal/privacy
+Author: Devolutions
+PackageName: Remote Desktop Manager Agent
+PackageUrl: 
+License: Proprietary
+LicenseUrl: https://devolutions.net/legal/software-license-agreements
+Copyright: Copyright (c) 2006-2024 Devolutions Inc.
+ShortDescription: Run commands on multiple remote hosts at the same time!
+Moniker: rdmagent
+Tags:
+- devolutions
+- rdm
+- agent
+- rdm-agent
+- remote-desktop-manager
+- tool
+- utility
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.20.0/Devolutions.RemoteDesktopManagerAgent.yaml b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.20.0/Devolutions.RemoteDesktopManagerAgent.yaml
new file mode 100644
index 0000000000000..d9a6167547367
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.20.0/Devolutions.RemoteDesktopManagerAgent.yaml
@@ -0,0 +1,8 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManagerAgent
+PackageVersion: 2024.2.20.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.21.0/Devolutions.RemoteDesktopManagerAgent.installer.yaml b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.21.0/Devolutions.RemoteDesktopManagerAgent.installer.yaml
new file mode 100644
index 0000000000000..212918098373f
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.21.0/Devolutions.RemoteDesktopManagerAgent.installer.yaml
@@ -0,0 +1,33 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManagerAgent
+PackageVersion: 2024.2.21.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Dependencies:
+  PackageDependencies:
+  - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8
+Protocols:
+- rdp
+- powershell
+FileExtensions:
+- rdm
+ProductCode: '{023AAD34-7770-495E-81F3-7F06B00E6706}'
+ReleaseDate: 2024-08-29
+AppsAndFeaturesEntries:
+- UpgradeCode: '{D3ECDF42-9073-4760-94D5-73F8D2AFDF8A}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManagerAgent.2024.2.21.0.msi
+  InstallerSha256: A2A527AB61D09DF66E0CB16EE9391F05AA8F47E3BA6C888689A5541BBFF0F3A7
+ManifestType: installer
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.21.0/Devolutions.RemoteDesktopManagerAgent.locale.en-US.yaml b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.21.0/Devolutions.RemoteDesktopManagerAgent.locale.en-US.yaml
new file mode 100644
index 0000000000000..74122aff0dadb
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.21.0/Devolutions.RemoteDesktopManagerAgent.locale.en-US.yaml
@@ -0,0 +1,28 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManagerAgent
+PackageVersion: 2024.2.21.0
+PackageLocale: en-US
+Publisher: Devolutions inc.
+PublisherUrl: https://devolutions.net/
+PublisherSupportUrl: https://devolutions.net/support
+PrivacyUrl: https://devolutions.net/legal/privacy
+Author: Devolutions
+PackageName: Remote Desktop Manager Agent
+PackageUrl: 
+License: Proprietary
+LicenseUrl: https://devolutions.net/legal/software-license-agreements
+Copyright: Copyright (c) 2006-2024 Devolutions Inc.
+ShortDescription: Run commands on multiple remote hosts at the same time!
+Moniker: rdmagent
+Tags:
+- devolutions
+- rdm
+- agent
+- rdm-agent
+- remote-desktop-manager
+- tool
+- utility
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.21.0/Devolutions.RemoteDesktopManagerAgent.yaml b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.21.0/Devolutions.RemoteDesktopManagerAgent.yaml
new file mode 100644
index 0000000000000..ec7f809f8983a
--- /dev/null
+++ b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.2.21.0/Devolutions.RemoteDesktopManagerAgent.yaml
@@ -0,0 +1,8 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.RemoteDesktopManagerAgent
+PackageVersion: 2024.2.21.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/Workspace/2024.2.4.0/Devolutions.Workspace.installer.yaml b/manifests/d/Devolutions/Workspace/2024.2.4.0/Devolutions.Workspace.installer.yaml
new file mode 100644
index 0000000000000..446219acf5932
--- /dev/null
+++ b/manifests/d/Devolutions/Workspace/2024.2.4.0/Devolutions.Workspace.installer.yaml
@@ -0,0 +1,29 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.Workspace
+PackageVersion: 2024.2.4.0
+InstallerLocale: en-US
+Platform:
+- Windows.Desktop
+InstallerType: msi
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: install
+Protocols:
+- credential
+- http
+- https
+ProductCode: '{04AE5B1E-68B7-47BC-898C-FA7CE28054DC}'
+ReleaseDate: 2024-08-22
+AppsAndFeaturesEntries:
+- UpgradeCode: '{EA58A259-5C39-43E8-9183-EAAB09293D3F}'
+Installers:
+- Architecture: x64
+  InstallerUrl: https://cdn.devolutions.net/download/Devolutions.Workspace-2024.2.4.0-x64.msi
+  InstallerSha256: 92E38BF2B541A616E88C537A57AFF3803382DD46A65A2A05414EE4C7E5BE9DAB
+ManifestType: installer
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/Workspace/2024.2.4.0/Devolutions.Workspace.locale.en-US.yaml b/manifests/d/Devolutions/Workspace/2024.2.4.0/Devolutions.Workspace.locale.en-US.yaml
new file mode 100644
index 0000000000000..204654560b5dd
--- /dev/null
+++ b/manifests/d/Devolutions/Workspace/2024.2.4.0/Devolutions.Workspace.locale.en-US.yaml
@@ -0,0 +1,25 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.Workspace
+PackageVersion: 2024.2.4.0
+PackageLocale: en-US
+Publisher: Devolutions inc.
+PublisherUrl: https://devolutions.net/
+PublisherSupportUrl: https://devolutions.net/support
+PrivacyUrl: https://devolutions.net/legal/privacy
+Author: Devolutions
+PackageName: Devolutions Workspace
+PackageUrl: https://devolutions.net/workspace/
+License: Proprietary
+LicenseUrl: https://devolutions.net/legal/software-license-agreements
+Copyright: Copyright (c) 2006-2024 Devolutions Inc.
+ShortDescription: A single application to access your Authenticator, Devolutions Hub, and Devolutions Server accounts!
+Moniker: workspace
+Tags:
+- devolutions
+- workspace
+- authenticator
+- credentials
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Devolutions/Workspace/2024.2.4.0/Devolutions.Workspace.yaml b/manifests/d/Devolutions/Workspace/2024.2.4.0/Devolutions.Workspace.yaml
new file mode 100644
index 0000000000000..ca81efeba976e
--- /dev/null
+++ b/manifests/d/Devolutions/Workspace/2024.2.4.0/Devolutions.Workspace.yaml
@@ -0,0 +1,8 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
+
+PackageIdentifier: Devolutions.Workspace
+PackageVersion: 2024.2.4.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
+
diff --git a/manifests/d/Dialpad/Dialpad/2407.1.12/Dialpad.Dialpad.installer.yaml b/manifests/d/Dialpad/Dialpad/2407.1.12/Dialpad.Dialpad.installer.yaml
deleted file mode 100644
index 32f14207a39ce..0000000000000
--- a/manifests/d/Dialpad/Dialpad/2407.1.12/Dialpad.Dialpad.installer.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-# Automatically updated by the winget bot at 2024/Jul/12
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
-
-PackageIdentifier: Dialpad.Dialpad
-PackageVersion: 2407.1.12
-Platform:
-- Windows.Desktop
-MinimumOSVersion: 10.0.0.0
-InstallerType: exe
-Scope: user
-InstallModes:
-- silentWithProgress
-InstallerSwitches:
-  Silent: --silent
-  SilentWithProgress: --silent
-UpgradeBehavior: install
-Installers:
-- Architecture: x64
-  InstallerUrl: https://storage.googleapis.com/dialpad_native/stable/win32/x64/DialpadSetup_x64.exe
-  InstallerSha256: E3C513885DD7004987588F2D13A34037FC8154ADE140E62554351913C808923A
-ManifestType: installer
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Dialpad/Dialpad/2407.1.12/Dialpad.Dialpad.yaml b/manifests/d/Dialpad/Dialpad/2407.1.12/Dialpad.Dialpad.yaml
deleted file mode 100644
index 1405c8f3f68e8..0000000000000
--- a/manifests/d/Dialpad/Dialpad/2407.1.12/Dialpad.Dialpad.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Automatically updated by the winget bot at 2024/Jul/12
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
-
-PackageIdentifier: Dialpad.Dialpad
-PackageVersion: 2407.1.12
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Dialpad/Dialpad/2408.2.3/Dialpad.Dialpad.installer.yaml b/manifests/d/Dialpad/Dialpad/2408.2.3/Dialpad.Dialpad.installer.yaml
new file mode 100644
index 0000000000000..22adac724bdb2
--- /dev/null
+++ b/manifests/d/Dialpad/Dialpad/2408.2.3/Dialpad.Dialpad.installer.yaml
@@ -0,0 +1,22 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Dialpad.Dialpad
+PackageVersion: 2408.2.3
+Platform:
+- Windows.Desktop
+MinimumOSVersion: 10.0.0.0
+InstallerType: exe
+Scope: user
+InstallModes:
+- silentWithProgress
+InstallerSwitches:
+  Silent: --silent
+  SilentWithProgress: --silent
+UpgradeBehavior: install
+Installers:
+- Architecture: x64
+  InstallerUrl: https://storage.googleapis.com/dialpad_native/stable/win32/x64/DialpadSetup_x64.exe
+  InstallerSha256: 1E3467547F4FF5AC9B16896BBF75B867CDBEAD76D912359F8F89519B7795350D
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Dialpad/Dialpad/2407.1.12/Dialpad.Dialpad.locale.en-US.yaml b/manifests/d/Dialpad/Dialpad/2408.2.3/Dialpad.Dialpad.locale.en-US.yaml
similarity index 87%
rename from manifests/d/Dialpad/Dialpad/2407.1.12/Dialpad.Dialpad.locale.en-US.yaml
rename to manifests/d/Dialpad/Dialpad/2408.2.3/Dialpad.Dialpad.locale.en-US.yaml
index 7a9ad77411c27..f93ec2b707672 100644
--- a/manifests/d/Dialpad/Dialpad/2407.1.12/Dialpad.Dialpad.locale.en-US.yaml
+++ b/manifests/d/Dialpad/Dialpad/2408.2.3/Dialpad.Dialpad.locale.en-US.yaml
@@ -1,8 +1,8 @@
-# Automatically updated by the winget bot at 2024/Jul/12
+# Created using wingetcreate 1.6.4.0
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
 
 PackageIdentifier: Dialpad.Dialpad
-PackageVersion: 2407.1.12
+PackageVersion: 2408.2.3
 PackageLocale: en-US
 Publisher: Dialpad
 PublisherUrl: https://www.dialpad.com/
diff --git a/manifests/d/Dialpad/Dialpad/2408.2.3/Dialpad.Dialpad.yaml b/manifests/d/Dialpad/Dialpad/2408.2.3/Dialpad.Dialpad.yaml
new file mode 100644
index 0000000000000..9d511abd7ce37
--- /dev/null
+++ b/manifests/d/Dialpad/Dialpad/2408.2.3/Dialpad.Dialpad.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Dialpad.Dialpad
+PackageVersion: 2408.2.3
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigiDNA/iMazingProfileEditor/1.8.0.0/DigiDNA.iMazingProfileEditor.installer.yaml b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.0.0/DigiDNA.iMazingProfileEditor.installer.yaml
new file mode 100644
index 0000000000000..366ebec0ed314
--- /dev/null
+++ b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.0.0/DigiDNA.iMazingProfileEditor.installer.yaml
@@ -0,0 +1,22 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DigiDNA.iMazingProfileEditor
+PackageVersion: 1.8.0.0
+InstallerType: inno
+Scope: machine
+UpgradeBehavior: install
+FileExtensions:
+- mobileconfig
+ReleaseDate: 2024-09-12
+Installers:
+- Architecture: x86
+  InstallerUrl: https://downloads.imazing.com/windows/iMazing-Profile-Editor/1.8.0/iMazing_Profile_Editor_1.8.0.exe
+  InstallerSha256: 656DDAC2C7AE5A17DDCCBC6B1D00FAB359498EB4D63364D2249E5C589B5167D7
+  ProductCode: '{75D09EE4-516E-418F-8F16-71C9666D2E3E}_is1'
+- Architecture: x64
+  InstallerUrl: https://downloads.imazing.com/windows/iMazing-Profile-Editor/1.8.0/iMazing_Profile_Editor_1.8.0.exe
+  InstallerSha256: 656DDAC2C7AE5A17DDCCBC6B1D00FAB359498EB4D63364D2249E5C589B5167D7
+  ProductCode: '{75D09EE4-516E-418F-8F16-71C9666D2E3E}_is1'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigiDNA/iMazingProfileEditor/1.8.0.0/DigiDNA.iMazingProfileEditor.locale.en-US.yaml b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.0.0/DigiDNA.iMazingProfileEditor.locale.en-US.yaml
new file mode 100644
index 0000000000000..ccc9bc80a9dca
--- /dev/null
+++ b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.0.0/DigiDNA.iMazingProfileEditor.locale.en-US.yaml
@@ -0,0 +1,45 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DigiDNA.iMazingProfileEditor
+PackageVersion: 1.8.0.0
+PackageLocale: en-US
+Publisher: DigiDNA
+PublisherUrl: https://digidna.ch/
+PublisherSupportUrl: https://support.imazing.com/
+PrivacyUrl: https://imazing.com/privacy-policy
+Author: DigiDNA SARL
+PackageName: iMazing Profile Editor
+PackageUrl: https://imazing.com/profile-editor
+License: Freeware
+LicenseUrl: https://imazing.com/uploads/iMazing-EULA.pdf
+Copyright: Copyright © DigiDNA SARL, 2008-2024. All rights reserved.
+# CopyrightUrl:
+ShortDescription: Create, Edit, and Sign Apple Configuration Profiles
+Description: iMazing Profile Editor is a free app to easily define settings for deployment on Apple devices.
+# Moniker:
+Tags:
+- apple
+- configuration
+- configuration-profile
+- configurator
+- deploy
+- deployment
+- ios
+- ipad
+- iphone
+- ipod
+- mobileconfig
+- profile
+ReleaseNotes: |-
+  Improvements in 1.8.0
+  - A new information popover now features expanded documentation, availability, and community notes for both configuration payloads and properties
+  - String fields can now suggest common values while still allowing custom ones. For example the Extension Identifier field in the Single Sign-On Extensions section
+  - In accordance with advice from Apple, iMazing Profile Editor will no longer rotate profile or payload UUIDs when saving profile changes
+  - Table-nested boolean properties now better support the latest improvements to the PPPC section
+ReleaseNotesUrl: https://downloads.imazing.com/windows/iMazing-Profile-Editor/1.8.0/release-notes.html
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigiDNA/iMazingProfileEditor/1.8.0.0/DigiDNA.iMazingProfileEditor.locale.zh-CN.yaml b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.0.0/DigiDNA.iMazingProfileEditor.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..47adb454728a6
--- /dev/null
+++ b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.0.0/DigiDNA.iMazingProfileEditor.locale.zh-CN.yaml
@@ -0,0 +1,37 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: DigiDNA.iMazingProfileEditor
+PackageVersion: 1.8.0.0
+PackageLocale: zh-CN
+Publisher: DigiDNA
+PublisherUrl: https://digidna.ch/
+PublisherSupportUrl: https://support.imazing.com/
+PrivacyUrl: https://imazing.com/privacy-policy
+Author: DigiDNA SARL
+PackageName: iMazing Profile Editor
+PackageUrl: https://imazing.com/zh/profile-editor
+License: 免费软件
+LicenseUrl: https://imazing.com/uploads/iMazing-EULA.pdf
+Copyright: Copyright © DigiDNA SARL, 2008-2024. All rights reserved.
+# CopyrightUrl:
+ShortDescription: 创建、编辑和签署 Apple 配置描述文件
+Description: iMazing Profile Editor 是一款免费应用,可轻松定义 Apple 设备上的部署设置。
+# Moniker:
+Tags:
+- ios
+- ipad
+- iphone
+- ipod
+- mobileconfig
+- 描述文件
+- 苹果
+- 部署
+- 配置
+# ReleaseNotes:
+ReleaseNotesUrl: https://downloads.imazing.com/windows/iMazing-Profile-Editor/1.8.0/release-notes.html
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigiDNA/iMazingProfileEditor/1.8.0.0/DigiDNA.iMazingProfileEditor.yaml b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.0.0/DigiDNA.iMazingProfileEditor.yaml
new file mode 100644
index 0000000000000..2df94c642cd32
--- /dev/null
+++ b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.0.0/DigiDNA.iMazingProfileEditor.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DigiDNA.iMazingProfileEditor
+PackageVersion: 1.8.0.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.31/Digimezzo.Dopamine.3.installer.yaml b/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.31/Digimezzo.Dopamine.3.installer.yaml
new file mode 100644
index 0000000000000..9b46b1d191fde
--- /dev/null
+++ b/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.31/Digimezzo.Dopamine.3.installer.yaml
@@ -0,0 +1,18 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Digimezzo.Dopamine.3
+PackageVersion: 3.0.0-preview.31
+MinimumOSVersion: 10.0.0.0
+InstallerType: nullsoft
+UpgradeBehavior: install
+AppsAndFeaturesEntries:
+- DisplayName: Dopamine 3.0.0-preview.31
+  ProductCode: ace2013a-1220-5ef4-b1fa-04d91e1bc36e
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/digimezzo/dopamine/releases/download/v3.0.0-preview.31/Dopamine-3.0.0-preview.31.exe
+  InstallerSha256: 99A53DCF95F0E2C5160894B43FFFBABBE3F7F749CC4295AC1F6F1EAA2A5A3F7B
+ManifestType: installer
+ManifestVersion: 1.6.0
+ReleaseDate: 2024-08-11
diff --git a/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.31/Digimezzo.Dopamine.3.locale.en-US.yaml b/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.31/Digimezzo.Dopamine.3.locale.en-US.yaml
new file mode 100644
index 0000000000000..da6abcf64bd99
--- /dev/null
+++ b/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.31/Digimezzo.Dopamine.3.locale.en-US.yaml
@@ -0,0 +1,28 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Digimezzo.Dopamine.3
+PackageVersion: 3.0.0-preview.31
+PackageLocale: en-US
+Publisher: Digimezzo
+PublisherUrl: https://github.com/digimezzo/dopamine
+PublisherSupportUrl: https://github.com/digimezzo/dopamine/issues
+Author: Digimezzo
+PackageName: Dopamine 3
+PackageUrl: https://github.com/digimezzo/dopamine
+License: GPL-3.0
+LicenseUrl: https://github.com/digimezzo/dopamine/blob/HEAD/LICENSE
+ShortDescription: Dopamine is an audio player which tries to make organizing and listening to music as simple and pretty as possible.
+Description: Dopamine is an elegant audio player which tries to make organizing and listening to music as simple and pretty as possible. This version is written using Electron, Angular and Typescript.
+Moniker: dopamine3
+Tags:
+- dopamine
+- music
+- player
+ReleaseNotes: |-
+  [3.0.0-preview.31] - 2024-08-11
+  Fixed
+    - Fixes application crash when using Bulgarian translation
+ReleaseNotesUrl: https://github.com/digimezzo/dopamine/releases/tag/v3.0.0-preview.31
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.31/Digimezzo.Dopamine.3.yaml b/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.31/Digimezzo.Dopamine.3.yaml
new file mode 100644
index 0000000000000..82cc3ea64f7dd
--- /dev/null
+++ b/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.31/Digimezzo.Dopamine.3.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Digimezzo.Dopamine.3
+PackageVersion: 3.0.0-preview.31
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.32/Digimezzo.Dopamine.3.installer.yaml b/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.32/Digimezzo.Dopamine.3.installer.yaml
new file mode 100644
index 0000000000000..759acc0c7cd28
--- /dev/null
+++ b/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.32/Digimezzo.Dopamine.3.installer.yaml
@@ -0,0 +1,17 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Digimezzo.Dopamine.3
+PackageVersion: 3.0.0-preview.32
+MinimumOSVersion: 10.0.0.0
+InstallerType: nullsoft
+UpgradeBehavior: install
+AppsAndFeaturesEntries:
+- DisplayName: Dopamine 3.0.0-preview.32
+  ProductCode: ace2013a-1220-5ef4-b1fa-04d91e1bc36e
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/digimezzo/dopamine/releases/download/v3.0.0-preview.32/Dopamine-3.0.0-preview.32.exe
+  InstallerSha256: 4B6BAD18F2428651EA04248BB83EC554A5EF2D6590BF8567111D385CE69A16AB
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.32/Digimezzo.Dopamine.3.locale.en-US.yaml b/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.32/Digimezzo.Dopamine.3.locale.en-US.yaml
new file mode 100644
index 0000000000000..d4c0b352fc5a9
--- /dev/null
+++ b/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.32/Digimezzo.Dopamine.3.locale.en-US.yaml
@@ -0,0 +1,24 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Digimezzo.Dopamine.3
+PackageVersion: 3.0.0-preview.32
+PackageLocale: en-US
+Publisher: Digimezzo
+PublisherUrl: https://github.com/digimezzo/dopamine
+PublisherSupportUrl: https://github.com/digimezzo/dopamine/issues
+Author: Digimezzo
+PackageName: Dopamine 3
+PackageUrl: https://github.com/digimezzo/dopamine
+License: GPL-3.0
+LicenseUrl: https://github.com/digimezzo/dopamine/blob/HEAD/LICENSE
+ShortDescription: Dopamine is an audio player which tries to make organizing and listening to music as simple and pretty as possible.
+Description: Dopamine is an elegant audio player which tries to make organizing and listening to music as simple and pretty as possible. This version is written using Electron, Angular and Typescript.
+Moniker: dopamine3
+Tags:
+- dopamine
+- music
+- player
+ReleaseNotesUrl: https://github.com/digimezzo/dopamine/releases/tag/v3.0.0-preview.32
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.32/Digimezzo.Dopamine.3.yaml b/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.32/Digimezzo.Dopamine.3.yaml
new file mode 100644
index 0000000000000..fb076aa501f5d
--- /dev/null
+++ b/manifests/d/Digimezzo/Dopamine/3/3.0.0-preview.32/Digimezzo.Dopamine.3.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Digimezzo.Dopamine.3
+PackageVersion: 3.0.0-preview.32
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalDevices/DD-TV/1.15.0.0/DigitalDevices.DD-TV.installer.yaml b/manifests/d/DigitalDevices/DD-TV/1.15.0.0/DigitalDevices.DD-TV.installer.yaml
new file mode 100644
index 0000000000000..2424062ee8d7d
--- /dev/null
+++ b/manifests/d/DigitalDevices/DD-TV/1.15.0.0/DigitalDevices.DD-TV.installer.yaml
@@ -0,0 +1,12 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DigitalDevices.DD-TV
+PackageVersion: 1.15.0.0
+InstallerType: inno
+Installers:
+- InstallerUrl: https://www.digital-devices.eu/downloads-www/tools/DD_TV_setup_1.15.0.exe
+  Architecture: x86
+  InstallerSha256: 9609EB529C33DB5CD3792DF2DE2A42A6F621B022139212B998D569F08BA415AA
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalDevices/DD-TV/1.15.0.0/DigitalDevices.DD-TV.locale.de-DE.yaml b/manifests/d/DigitalDevices/DD-TV/1.15.0.0/DigitalDevices.DD-TV.locale.de-DE.yaml
new file mode 100644
index 0000000000000..f2817136d995a
--- /dev/null
+++ b/manifests/d/DigitalDevices/DD-TV/1.15.0.0/DigitalDevices.DD-TV.locale.de-DE.yaml
@@ -0,0 +1,7 @@
+PackageIdentifier: DigitalDevices.DD-TV
+PackageVersion: 1.15.0.0
+PackageLocale: de-DE
+Publisher: DigitalDevices
+ShortDescription: DD-TV ermöglicht die Verarbeitung von DVB-Signalen mit Digital Devices Tunern. Basiert auf DVBViewer.
+ManifestType: locale
+ManifestVersion: 1.6.0
\ No newline at end of file
diff --git a/manifests/d/DigitalDevices/DD-TV/1.15.0.0/DigitalDevices.DD-TV.locale.en-US.yaml b/manifests/d/DigitalDevices/DD-TV/1.15.0.0/DigitalDevices.DD-TV.locale.en-US.yaml
new file mode 100644
index 0000000000000..aa48676979451
--- /dev/null
+++ b/manifests/d/DigitalDevices/DD-TV/1.15.0.0/DigitalDevices.DD-TV.locale.en-US.yaml
@@ -0,0 +1,21 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DigitalDevices.DD-TV
+PackageVersion: 1.15.0.0
+PackageLocale: en-US
+Publisher: DigitalDevices
+PublisherUrl: https://www.digital-devices.eu/shop/en/
+PublisherSupportUrl: http://support.digital-devices.eu/?language=English
+PrivacyUrl: https://www.digital-devices.eu/shop/en/Service-information/Privacy/
+PackageName: DD-TV
+PackageUrl: https://www.digital-devices.eu/shop/en/tools
+License: Proprietary
+ShortDescription: DD-TV enables the processing of DVB signals with Digital Devices tuners. Based on DVBViewer.
+Tags:
+- DVB
+- Digital Devices
+- Tuner
+- TV
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalDevices/DD-TV/1.15.0.0/DigitalDevices.DD-TV.yaml b/manifests/d/DigitalDevices/DD-TV/1.15.0.0/DigitalDevices.DD-TV.yaml
new file mode 100644
index 0000000000000..f2fa389b0d62f
--- /dev/null
+++ b/manifests/d/DigitalDevices/DD-TV/1.15.0.0/DigitalDevices.DD-TV.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DigitalDevices.DD-TV
+PackageVersion: 1.15.0.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.installer.yaml b/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.installer.yaml
index 19ada5b78788b..125816d3424aa 100644
--- a/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.installer.yaml
+++ b/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.installer.yaml
@@ -1,4 +1,4 @@
-# Automatically updated by the winget bot at 2024/Jun/26
+# Automatically updated by the winget bot at 2024/Sep/03
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
 
 PackageIdentifier: DigitalExtremes.Warframe
@@ -13,7 +13,7 @@ UpgradeBehavior: install
 Installers:
 - Architecture: x64
   InstallerUrl: https://content.warframe.com/dl/Warframe.msi
-  InstallerSha256: 529745473C0C4A2819F04E0C4F3CC9F0F9B7267A397F8EFEF43F4A0B48A71C6B
-  ProductCode: '{251CFA9C-EE9E-4EA1-A9F1-85807523813D}'
+  InstallerSha256: 3C8B871E870253188AC2A610A47162745EDFABB1131A175958BD7A57C067892E
+  ProductCode: '{9B67DD30-D2FF-4EE3-9B34-2BBD3ED24766}'
 ManifestType: installer
 ManifestVersion: 1.5.0
diff --git a/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.locale.en-US.yaml b/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.locale.en-US.yaml
index 1552f7f17c208..6d6529dde4ede 100644
--- a/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.locale.en-US.yaml
+++ b/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.locale.en-US.yaml
@@ -1,4 +1,4 @@
-# Automatically updated by the winget bot at 2024/Jun/26
+# Automatically updated by the winget bot at 2024/Sep/03
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
 
 PackageIdentifier: DigitalExtremes.Warframe
diff --git a/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.yaml b/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.yaml
index 068a568fb2c12..c76e83bf50d4d 100644
--- a/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.yaml
+++ b/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.yaml
@@ -1,4 +1,4 @@
-# Automatically updated by the winget bot at 2024/Jun/26
+# Automatically updated by the winget bot at 2024/Sep/03
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
 
 PackageIdentifier: DigitalExtremes.Warframe
diff --git a/manifests/d/DigitalOcean/Doctl/1.110.0/DigitalOcean.Doctl.installer.yaml b/manifests/d/DigitalOcean/Doctl/1.110.0/DigitalOcean.Doctl.installer.yaml
new file mode 100644
index 0000000000000..134fc85f2a49d
--- /dev/null
+++ b/manifests/d/DigitalOcean/Doctl/1.110.0/DigitalOcean.Doctl.installer.yaml
@@ -0,0 +1,25 @@
+# Created with komac v2.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DigitalOcean.Doctl
+PackageVersion: 1.110.0
+InstallerLocale: en-US
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: doctl.exe
+  PortableCommandAlias: doctl
+FileExtensions:
+- json
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/digitalocean/doctl/releases/download/v1.110.0/doctl-1.110.0-windows-386.zip
+  InstallerSha256: 256744ee14a2fd453b901b0eccc03ef2ba6890bd3bc6b5d6470c596f659b694b
+- Architecture: x64
+  InstallerUrl: https://github.com/digitalocean/doctl/releases/download/v1.110.0/doctl-1.110.0-windows-amd64.zip
+  InstallerSha256: 37a3372388255525589141c4856898d0e11699cae970850b0483ca8c0ea2e377
+- Architecture: arm64
+  InstallerUrl: https://github.com/digitalocean/doctl/releases/download/v1.110.0/doctl-1.110.0-windows-arm64.zip
+  InstallerSha256: a9d6092d31e6118d01a27e5239db30032da0265499f28215cd2aea888309aa8e
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalOcean/Doctl/1.110.0/DigitalOcean.Doctl.locale.en-US.yaml b/manifests/d/DigitalOcean/Doctl/1.110.0/DigitalOcean.Doctl.locale.en-US.yaml
new file mode 100644
index 0000000000000..11a9278575394
--- /dev/null
+++ b/manifests/d/DigitalOcean/Doctl/1.110.0/DigitalOcean.Doctl.locale.en-US.yaml
@@ -0,0 +1,37 @@
+# Created with komac v2.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DigitalOcean.Doctl
+PackageVersion: 1.110.0
+PackageLocale: en-US
+Publisher: DigitalOcean
+PublisherUrl: https://www.digitalocean.com/
+PublisherSupportUrl: https://github.com/digitalocean/doctl/issues
+Author: DigitalOcean
+PackageName: doctl
+PackageUrl: https://github.com/digitalocean/doctl
+License: Apache-2.0
+LicenseUrl: https://github.com/digitalocean/doctl/blob/HEAD/LICENSE.txt
+Copyright: Copyright (c) DigitalOcean
+CopyrightUrl: https://github.com/digitalocean/doctl/blob/main/LICENSE.txt
+ShortDescription: The official command line interface for the DigitalOcean API.
+Moniker: doctl
+Tags:
+- digitalocean
+- doctl
+ReleaseNotes: |-
+  Changelog
+  -  6d7019a go: upgrade to 1.22 (#1558)
+  -  e508b13 databases: update connection pool (#1557)
+  -  8c01513 Update CNB Builder image (#1556)
+  -  d16c594 Enable control plane firewall pointer arguments and trim spaces (#1555)
+  -  88deac4 misc: clean up additional typos found in CI. (#1554)
+  -  8615667 ci: spellcheck github action (#1552)
+  -  9128ab5 ci: Configure crate-ci/typos and auto fix what I can (#1551)
+  -  7f92de4 fix spelling, tweak description (#1550)
+  -  bafba37 Improve description of Firewall arguments related to tags (#1549)
+  -  74c929c chore: Update example command in kubernetes.go to fix formatting issue (#1548)
+
+ReleaseNotesUrl: https://github.com/digitalocean/doctl/releases/tag/v1.110.0
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalOcean/Doctl/1.110.0/DigitalOcean.Doctl.yaml b/manifests/d/DigitalOcean/Doctl/1.110.0/DigitalOcean.Doctl.yaml
new file mode 100644
index 0000000000000..1d4cf925c96aa
--- /dev/null
+++ b/manifests/d/DigitalOcean/Doctl/1.110.0/DigitalOcean.Doctl.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DigitalOcean.Doctl
+PackageVersion: 1.110.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalOcean/Doctl/1.111.0/DigitalOcean.Doctl.installer.yaml b/manifests/d/DigitalOcean/Doctl/1.111.0/DigitalOcean.Doctl.installer.yaml
new file mode 100644
index 0000000000000..94cadb33a9a14
--- /dev/null
+++ b/manifests/d/DigitalOcean/Doctl/1.111.0/DigitalOcean.Doctl.installer.yaml
@@ -0,0 +1,25 @@
+# Created with komac v2.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DigitalOcean.Doctl
+PackageVersion: 1.111.0
+InstallerLocale: en-US
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: doctl.exe
+  PortableCommandAlias: doctl
+FileExtensions:
+- json
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/digitalocean/doctl/releases/download/v1.111.0/doctl-1.111.0-windows-386.zip
+  InstallerSha256: 83f2b14712fe793a6fc0af45aa47021fa43aa2d5abc7836147fd9f577eda1c72
+- Architecture: x64
+  InstallerUrl: https://github.com/digitalocean/doctl/releases/download/v1.111.0/doctl-1.111.0-windows-amd64.zip
+  InstallerSha256: 54c8c7f8caa4b10b40389ac54ae2f522f9049c669a9af80e24d4f14567c3c83d
+- Architecture: arm64
+  InstallerUrl: https://github.com/digitalocean/doctl/releases/download/v1.111.0/doctl-1.111.0-windows-arm64.zip
+  InstallerSha256: f44af28d618b623e465e97e36e832aa87e2429151fa47a41838491d176d6cf23
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalOcean/Doctl/1.111.0/DigitalOcean.Doctl.locale.en-US.yaml b/manifests/d/DigitalOcean/Doctl/1.111.0/DigitalOcean.Doctl.locale.en-US.yaml
new file mode 100644
index 0000000000000..3e2197ff31fef
--- /dev/null
+++ b/manifests/d/DigitalOcean/Doctl/1.111.0/DigitalOcean.Doctl.locale.en-US.yaml
@@ -0,0 +1,34 @@
+# Created with komac v2.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DigitalOcean.Doctl
+PackageVersion: 1.111.0
+PackageLocale: en-US
+Publisher: DigitalOcean
+PublisherUrl: https://www.digitalocean.com/
+PublisherSupportUrl: https://github.com/digitalocean/doctl/issues
+Author: DigitalOcean
+PackageName: doctl
+PackageUrl: https://github.com/digitalocean/doctl
+License: Apache-2.0
+LicenseUrl: https://github.com/digitalocean/doctl/blob/HEAD/LICENSE.txt
+Copyright: Copyright (c) DigitalOcean
+CopyrightUrl: https://github.com/digitalocean/doctl/blob/main/LICENSE.txt
+ShortDescription: The official command line interface for the DigitalOcean API.
+Moniker: doctl
+Tags:
+- digitalocean
+- doctl
+ReleaseNotes: |-
+  Changelog
+  - 7fd3b7b Use Go 1.22.x in release builds (#1568)
+  - 506ebb8 snap: use snapcore/action-build for release build (#1567)
+  - 50ad772 snap: use snapcore/action-build for candidate builds (#1566)
+  - 722dd35 volumes: fifteen volumes may be attached to a Droplet (#1565)
+  - d8e6203 apps: deprecate tier get/list (#1564)
+  - d708a5f Fix CI badge (#1563)
+  - a7c3e43 build(deps): bump github.com/docker/docker (#1562)
+
+ReleaseNotesUrl: https://github.com/digitalocean/doctl/releases/tag/v1.111.0
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalOcean/Doctl/1.111.0/DigitalOcean.Doctl.yaml b/manifests/d/DigitalOcean/Doctl/1.111.0/DigitalOcean.Doctl.yaml
new file mode 100644
index 0000000000000..6d7a77b4b02d6
--- /dev/null
+++ b/manifests/d/DigitalOcean/Doctl/1.111.0/DigitalOcean.Doctl.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DigitalOcean.Doctl
+PackageVersion: 1.111.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalOcean/Doctl/1.113.0/DigitalOcean.Doctl.installer.yaml b/manifests/d/DigitalOcean/Doctl/1.113.0/DigitalOcean.Doctl.installer.yaml
new file mode 100644
index 0000000000000..90f513b3db9a6
--- /dev/null
+++ b/manifests/d/DigitalOcean/Doctl/1.113.0/DigitalOcean.Doctl.installer.yaml
@@ -0,0 +1,25 @@
+# Created with komac v2.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DigitalOcean.Doctl
+PackageVersion: 1.113.0
+InstallerLocale: en-US
+InstallerType: zip
+NestedInstallerType: portable
+NestedInstallerFiles:
+- RelativeFilePath: doctl.exe
+  PortableCommandAlias: doctl
+FileExtensions:
+- json
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/digitalocean/doctl/releases/download/v1.113.0/doctl-1.113.0-windows-386.zip
+  InstallerSha256: 4e3a0e31f6f3dc4f12b5d146abb1c8fb64072ec259d046752a6ca28204363b0d
+- Architecture: x64
+  InstallerUrl: https://github.com/digitalocean/doctl/releases/download/v1.113.0/doctl-1.113.0-windows-amd64.zip
+  InstallerSha256: 3fcd7c9ff9e62800507f4cdf99d421a9e31d5f8dcac5a2c156bdf5dd48b97b72
+- Architecture: arm64
+  InstallerUrl: https://github.com/digitalocean/doctl/releases/download/v1.113.0/doctl-1.113.0-windows-arm64.zip
+  InstallerSha256: 880fab1e482155b7dda1fa1ac3bb9b3b488ee340660ad5c85c5d2a681922a9b6
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalOcean/Doctl/1.113.0/DigitalOcean.Doctl.locale.en-US.yaml b/manifests/d/DigitalOcean/Doctl/1.113.0/DigitalOcean.Doctl.locale.en-US.yaml
new file mode 100644
index 0000000000000..d66ea00fb9107
--- /dev/null
+++ b/manifests/d/DigitalOcean/Doctl/1.113.0/DigitalOcean.Doctl.locale.en-US.yaml
@@ -0,0 +1,28 @@
+# Created with komac v2.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DigitalOcean.Doctl
+PackageVersion: 1.113.0
+PackageLocale: en-US
+Publisher: DigitalOcean
+PublisherUrl: https://www.digitalocean.com/
+PublisherSupportUrl: https://github.com/digitalocean/doctl/issues
+Author: DigitalOcean
+PackageName: doctl
+PackageUrl: https://github.com/digitalocean/doctl
+License: Apache-2.0
+LicenseUrl: https://github.com/digitalocean/doctl/blob/HEAD/LICENSE.txt
+Copyright: Copyright (c) DigitalOcean
+CopyrightUrl: https://github.com/digitalocean/doctl/blob/main/LICENSE.txt
+ShortDescription: The official command line interface for the DigitalOcean API.
+Moniker: doctl
+Tags:
+- digitalocean
+- doctl
+ReleaseNotes: |-
+  Changelog
+  - e89f54c Update DOCTL to include new OpenSearch acl changes (#1575)
+
+ReleaseNotesUrl: https://github.com/digitalocean/doctl/releases/tag/v1.113.0
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalOcean/Doctl/1.113.0/DigitalOcean.Doctl.yaml b/manifests/d/DigitalOcean/Doctl/1.113.0/DigitalOcean.Doctl.yaml
new file mode 100644
index 0000000000000..a0a05e25afb8e
--- /dev/null
+++ b/manifests/d/DigitalOcean/Doctl/1.113.0/DigitalOcean.Doctl.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.1.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DigitalOcean.Doctl
+PackageVersion: 1.113.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.1/DigitalScholar.Zotero.installer.yaml b/manifests/d/DigitalScholar/Zotero/7.0.1/DigitalScholar.Zotero.installer.yaml
new file mode 100644
index 0000000000000..ecc77693bb180
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.1/DigitalScholar.Zotero.installer.yaml
@@ -0,0 +1,32 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.1
+InstallerType: nullsoft
+Scope: machine
+UpgradeBehavior: install
+Protocols:
+- zotero
+FileExtensions:
+- bib
+- bibtex
+- csl
+- isi
+- marc
+- mods
+- rdf
+- ris
+RequireExplicitUpgrade: true
+Installers:
+- Architecture: x64
+  InstallerUrl: https://download.zotero.org/client/release/7.0.1/Zotero-7.0.1_x64_setup.exe
+  InstallerSha256: 84748527AAC08EE49B0D0E9A77C0CEF161A1EA99247B6AE2F1EF1AC62C9C504E
+- Architecture: x86
+  InstallerUrl: https://download.zotero.org/client/release/7.0.1/Zotero-7.0.1_win32_setup.exe
+  InstallerSha256: D5BBC8CE4DA9D8DF9BCA7476F523C349BBBAB4211AABCFA5961EEE583DAEC855
+- Architecture: arm64
+  InstallerUrl: https://download.zotero.org/client/release/7.0.1/Zotero-7.0.1_arm64_setup.exe
+  InstallerSha256: 7D57E00EE09202F77C194F94FB8A4E8E698929E5B661E976192A9DB985FA2815
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.1/DigitalScholar.Zotero.locale.en-US.yaml b/manifests/d/DigitalScholar/Zotero/7.0.1/DigitalScholar.Zotero.locale.en-US.yaml
new file mode 100644
index 0000000000000..119874303dbf5
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.1/DigitalScholar.Zotero.locale.en-US.yaml
@@ -0,0 +1,30 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.1
+PackageLocale: en-US
+Publisher: Corporation for Digital Scholarship
+PublisherUrl: https://digitalscholar.org/
+PublisherSupportUrl: https://www.zotero.org/support/
+PrivacyUrl: https://www.zotero.org/support/privacy
+Author: Corporation for Digital Scholarship
+PackageName: Zotero
+PackageUrl: https://www.zotero.org/
+License: AGPL-3.0
+LicenseUrl: https://www.zotero.org/support/licensing
+Copyright: © Corporation for Digital Scholarship
+CopyrightUrl: https://www.zotero.org/support/terms/trademark
+ShortDescription: Your personal research assistant
+Description: Zotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share research.
+Tags:
+- academics
+- article
+- citation
+- cite
+- literature
+- paper
+- reasearch
+- thesis
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.1/DigitalScholar.Zotero.locale.zh-CN.yaml b/manifests/d/DigitalScholar/Zotero/7.0.1/DigitalScholar.Zotero.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..a1598ab28b9d3
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.1/DigitalScholar.Zotero.locale.zh-CN.yaml
@@ -0,0 +1,27 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.1
+PackageLocale: zh-CN
+Publisher: Corporation for Digital Scholarship
+PublisherUrl: https://digitalscholar.org/
+PublisherSupportUrl: https://www.zotero.org/support/
+PrivacyUrl: https://www.zotero.org/support/privacy
+Author: Corporation for Digital Scholarship
+PackageName: Zotero
+PackageUrl: https://www.zotero.org/
+License: AGPL-3.0
+LicenseUrl: https://www.zotero.org/support/licensing
+Copyright: © Corporation for Digital Scholarship
+CopyrightUrl: https://www.zotero.org/support/terms/trademark
+ShortDescription: 你的个人研究助理
+Description: Zotero 是一款免费易用的工具,帮助您收集、组织、注释、引用和分享研究。
+Tags:
+- 学术
+- 引用
+- 文献
+- 研究
+- 论文
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.1/DigitalScholar.Zotero.yaml b/manifests/d/DigitalScholar/Zotero/7.0.1/DigitalScholar.Zotero.yaml
new file mode 100644
index 0000000000000..4fc7f2ff3653b
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.1/DigitalScholar.Zotero.yaml
@@ -0,0 +1,8 @@
+# Created using wingetcreate 1.6.4.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.1
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.2/DigitalScholar.Zotero.installer.yaml b/manifests/d/DigitalScholar/Zotero/7.0.2/DigitalScholar.Zotero.installer.yaml
new file mode 100644
index 0000000000000..a9dac394f9a16
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.2/DigitalScholar.Zotero.installer.yaml
@@ -0,0 +1,33 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.2
+InstallerType: nullsoft
+Scope: machine
+UpgradeBehavior: install
+Protocols:
+- zotero
+FileExtensions:
+- bib
+- bibtex
+- csl
+- isi
+- marc
+- mods
+- rdf
+- ris
+ReleaseDate: 2024-08-21
+RequireExplicitUpgrade: true
+Installers:
+- Architecture: x64
+  InstallerUrl: https://download.zotero.org/client/release/7.0.2/Zotero-7.0.2_x64_setup.exe
+  InstallerSha256: A7D895DA80B5ABD304797BB0783B654AF00C64F87D7E86E1901FBAB50A81331F
+- Architecture: x86
+  InstallerUrl: https://download.zotero.org/client/release/7.0.2/Zotero-7.0.2_win32_setup.exe
+  InstallerSha256: 0CCB6C27755BB68C1C4F5EC3859BD409A9D9F9F4B0FF57FAC3CC290E78570F59
+- Architecture: arm64
+  InstallerUrl: https://download.zotero.org/client/release/7.0.2/Zotero-7.0.2_arm64_setup.exe
+  InstallerSha256: 06324E392365CDFA3D252AA27DB4BF4B1A1414CD4682900D0F0FFE53A96DFF51
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.2/DigitalScholar.Zotero.locale.en-US.yaml b/manifests/d/DigitalScholar/Zotero/7.0.2/DigitalScholar.Zotero.locale.en-US.yaml
new file mode 100644
index 0000000000000..d0628d752ad7f
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.2/DigitalScholar.Zotero.locale.en-US.yaml
@@ -0,0 +1,30 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.2
+PackageLocale: en-US
+Publisher: Corporation for Digital Scholarship
+PublisherUrl: https://digitalscholar.org/
+PublisherSupportUrl: https://www.zotero.org/support/
+PrivacyUrl: https://www.zotero.org/support/privacy
+Author: Corporation for Digital Scholarship
+PackageName: Zotero
+PackageUrl: https://www.zotero.org/
+License: AGPL-3.0
+LicenseUrl: https://www.zotero.org/support/licensing
+Copyright: © Corporation for Digital Scholarship
+CopyrightUrl: https://www.zotero.org/support/terms/trademark
+ShortDescription: Your personal research assistant
+Description: Zotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share research.
+Tags:
+- academics
+- article
+- citation
+- cite
+- literature
+- paper
+- reasearch
+- thesis
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.2/DigitalScholar.Zotero.locale.zh-CN.yaml b/manifests/d/DigitalScholar/Zotero/7.0.2/DigitalScholar.Zotero.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..3acb54f44c245
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.2/DigitalScholar.Zotero.locale.zh-CN.yaml
@@ -0,0 +1,27 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.2
+PackageLocale: zh-CN
+Publisher: Corporation for Digital Scholarship
+PublisherUrl: https://digitalscholar.org/
+PublisherSupportUrl: https://www.zotero.org/support/
+PrivacyUrl: https://www.zotero.org/support/privacy
+Author: Corporation for Digital Scholarship
+PackageName: Zotero
+PackageUrl: https://www.zotero.org/
+License: AGPL-3.0
+LicenseUrl: https://www.zotero.org/support/licensing
+Copyright: © Corporation for Digital Scholarship
+CopyrightUrl: https://www.zotero.org/support/terms/trademark
+ShortDescription: 你的个人研究助理
+Description: Zotero 是一款免费易用的工具,帮助您收集、组织、注释、引用和分享研究。
+Tags:
+- 学术
+- 引用
+- 文献
+- 研究
+- 论文
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.2/DigitalScholar.Zotero.yaml b/manifests/d/DigitalScholar/Zotero/7.0.2/DigitalScholar.Zotero.yaml
new file mode 100644
index 0000000000000..a8b80287d653f
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.2/DigitalScholar.Zotero.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.2
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.3/DigitalScholar.Zotero.installer.yaml b/manifests/d/DigitalScholar/Zotero/7.0.3/DigitalScholar.Zotero.installer.yaml
new file mode 100644
index 0000000000000..79cfe7baba6c2
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.3/DigitalScholar.Zotero.installer.yaml
@@ -0,0 +1,33 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.3
+InstallerType: nullsoft
+Scope: machine
+UpgradeBehavior: install
+Protocols:
+- zotero
+FileExtensions:
+- bib
+- bibtex
+- csl
+- isi
+- marc
+- mods
+- rdf
+- ris
+ReleaseDate: 2024-08-27
+RequireExplicitUpgrade: true
+Installers:
+- Architecture: x86
+  InstallerUrl: https://download.zotero.org/client/release/7.0.3/Zotero-7.0.3_win32_setup.exe
+  InstallerSha256: E05F28786278ACBF2FC2A610652638464EAC110AA76428C06E95AF5758565763
+- Architecture: x64
+  InstallerUrl: https://download.zotero.org/client/release/7.0.3/Zotero-7.0.3_x64_setup.exe
+  InstallerSha256: 54AD448BA4549A42F388DB9293E56A7B0D7F26B81021D5D84B679F7FE2670957
+- Architecture: arm64
+  InstallerUrl: https://download.zotero.org/client/release/7.0.3/Zotero-7.0.3_arm64_setup.exe
+  InstallerSha256: F82927A2716D5335531744A2683FD68ADC68D17E470CD56D2B1D1CDDD60359B3
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.3/DigitalScholar.Zotero.locale.en-US.yaml b/manifests/d/DigitalScholar/Zotero/7.0.3/DigitalScholar.Zotero.locale.en-US.yaml
new file mode 100644
index 0000000000000..fc6e33277ec02
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.3/DigitalScholar.Zotero.locale.en-US.yaml
@@ -0,0 +1,30 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.3
+PackageLocale: en-US
+Publisher: Corporation for Digital Scholarship
+PublisherUrl: https://digitalscholar.org/
+PublisherSupportUrl: https://www.zotero.org/support/
+PrivacyUrl: https://www.zotero.org/support/privacy
+Author: Corporation for Digital Scholarship
+PackageName: Zotero
+PackageUrl: https://www.zotero.org/
+License: AGPL-3.0
+LicenseUrl: https://www.zotero.org/support/licensing
+Copyright: © Corporation for Digital Scholarship
+CopyrightUrl: https://www.zotero.org/support/terms/trademark
+ShortDescription: Your personal research assistant
+Description: Zotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share research.
+Tags:
+- academics
+- article
+- citation
+- cite
+- literature
+- paper
+- reasearch
+- thesis
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.3/DigitalScholar.Zotero.locale.zh-CN.yaml b/manifests/d/DigitalScholar/Zotero/7.0.3/DigitalScholar.Zotero.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..e86eed8e8876d
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.3/DigitalScholar.Zotero.locale.zh-CN.yaml
@@ -0,0 +1,27 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.3
+PackageLocale: zh-CN
+Publisher: Corporation for Digital Scholarship
+PublisherUrl: https://digitalscholar.org/
+PublisherSupportUrl: https://www.zotero.org/support/
+PrivacyUrl: https://www.zotero.org/support/privacy
+Author: Corporation for Digital Scholarship
+PackageName: Zotero
+PackageUrl: https://www.zotero.org/
+License: AGPL-3.0
+LicenseUrl: https://www.zotero.org/support/licensing
+Copyright: © Corporation for Digital Scholarship
+CopyrightUrl: https://www.zotero.org/support/terms/trademark
+ShortDescription: 你的个人研究助理
+Description: Zotero 是一款免费易用的工具,帮助您收集、组织、注释、引用和分享研究。
+Tags:
+- 学术
+- 引用
+- 文献
+- 研究
+- 论文
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.3/DigitalScholar.Zotero.yaml b/manifests/d/DigitalScholar/Zotero/7.0.3/DigitalScholar.Zotero.yaml
new file mode 100644
index 0000000000000..4724d5fb71e65
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.3/DigitalScholar.Zotero.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.5.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.3
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.4/DigitalScholar.Zotero.installer.yaml b/manifests/d/DigitalScholar/Zotero/7.0.4/DigitalScholar.Zotero.installer.yaml
new file mode 100644
index 0000000000000..4d37b21ecf079
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.4/DigitalScholar.Zotero.installer.yaml
@@ -0,0 +1,33 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.4
+InstallerType: nullsoft
+Scope: machine
+UpgradeBehavior: install
+Protocols:
+- zotero
+FileExtensions:
+- bib
+- bibtex
+- csl
+- isi
+- marc
+- mods
+- rdf
+- ris
+ReleaseDate: 2024-09-11
+RequireExplicitUpgrade: true
+Installers:
+- Architecture: x86
+  InstallerUrl: https://download.zotero.org/client/release/7.0.4/Zotero-7.0.4_win32_setup.exe
+  InstallerSha256: BEA78192DF8DFA616D7CF15E5D61985ADAC1235A919FFF89F7F306505F96AFEE
+- Architecture: x64
+  InstallerUrl: https://download.zotero.org/client/release/7.0.4/Zotero-7.0.4_x64_setup.exe
+  InstallerSha256: B0A452E087E48C152872079C5638F92506CE45C428EDB6ADDD0430AEC3052B46
+- Architecture: arm64
+  InstallerUrl: https://download.zotero.org/client/release/7.0.4/Zotero-7.0.4_arm64_setup.exe
+  InstallerSha256: 2740E16D3EB6B81667C283D6478CBBD48786CC61FCEA64174F72B6386356090C
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.4/DigitalScholar.Zotero.locale.en-US.yaml b/manifests/d/DigitalScholar/Zotero/7.0.4/DigitalScholar.Zotero.locale.en-US.yaml
new file mode 100644
index 0000000000000..f8f55a1334296
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.4/DigitalScholar.Zotero.locale.en-US.yaml
@@ -0,0 +1,58 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.4
+PackageLocale: en-US
+Publisher: Corporation for Digital Scholarship
+PublisherUrl: https://digitalscholar.org/
+PublisherSupportUrl: https://www.zotero.org/support/
+PrivacyUrl: https://www.zotero.org/support/privacy
+Author: Corporation for Digital Scholarship
+PackageName: Zotero
+PackageUrl: https://www.zotero.org/
+License: AGPL-3.0
+LicenseUrl: https://www.zotero.org/support/licensing
+Copyright: © Corporation for Digital Scholarship
+CopyrightUrl: https://www.zotero.org/support/terms/trademark
+ShortDescription: Your personal research assistant
+Description: Zotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share research.
+# Moniker:
+Tags:
+- academics
+- article
+- citation
+- cite
+- literature
+- paper
+- reasearch
+- thesis
+ReleaseNotes: |-
+  Functionality added or changed
+  - Allow attachment preview to use the available screen height at wider pane sizes
+  - Wrap attachment filename field in item pane
+  - Speed up exports of files that don't contain annotations
+  - Added “Paste and Search” option to Add Item by Identifier context menu
+  - [Windows] Fixed potential cause of repeated reboot prompt on upgrade from non-administrator account
+  - Don't show rich-text markup in reader window titles
+  - Show status line in settings when external app access is enabled
+  - Miscellaneous other improvements
+  Bugs fixed
+  - Fixed problems transferring documents into and out of LibreOffice
+  - Fixed citation dialog becoming invisible on some monitors
+  - Fixed “module record has unexpected status” startup error
+  - Fixed attachment preview disappearing unexpectedly
+  - Reader fixes:
+    - Fixed zotero://open navigating one page too far
+    - EPUB: Fixed returning to the last-read page
+    - EPUB/snapshot: Open popup after adding note
+    - PDF: Fixed Cmd/Ctrl-G skipping every second result
+  - Fixed “Add Item by Identifier” textbox not expanding when entering multiple rows
+  - Fixed scrolling in “Manage Lookup Engines” window with many engines
+  - Miscellaneous other bug fixes
+ReleaseNotesUrl: https://www.zotero.org/support/changelog#changes_in_704_september_11_2024
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.4/DigitalScholar.Zotero.locale.zh-CN.yaml b/manifests/d/DigitalScholar/Zotero/7.0.4/DigitalScholar.Zotero.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..41ab0a3dc560e
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.4/DigitalScholar.Zotero.locale.zh-CN.yaml
@@ -0,0 +1,33 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.4
+PackageLocale: zh-CN
+Publisher: Corporation for Digital Scholarship
+PublisherUrl: https://digitalscholar.org/
+PublisherSupportUrl: https://www.zotero.org/support/
+PrivacyUrl: https://www.zotero.org/support/privacy
+Author: Corporation for Digital Scholarship
+PackageName: Zotero
+PackageUrl: https://www.zotero.org/
+License: AGPL-3.0
+LicenseUrl: https://www.zotero.org/support/licensing
+Copyright: © Corporation for Digital Scholarship
+CopyrightUrl: https://www.zotero.org/support/terms/trademark
+ShortDescription: 你的个人研究助理
+Description: Zotero 是一款免费易用的工具,帮助您收集、组织、注释、引用和分享研究。
+# Moniker:
+Tags:
+- 学术
+- 引用
+- 文献
+- 研究
+- 论文
+# ReleaseNotes:
+ReleaseNotesUrl: https://www.zotero.org/support/changelog#changes_in_704_september_11_2024
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.4/DigitalScholar.Zotero.yaml b/manifests/d/DigitalScholar/Zotero/7.0.4/DigitalScholar.Zotero.yaml
new file mode 100644
index 0000000000000..43ee8a146b85c
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.4/DigitalScholar.Zotero.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.4
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.5/DigitalScholar.Zotero.installer.yaml b/manifests/d/DigitalScholar/Zotero/7.0.5/DigitalScholar.Zotero.installer.yaml
new file mode 100644
index 0000000000000..e989369039d1d
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.5/DigitalScholar.Zotero.installer.yaml
@@ -0,0 +1,33 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.5
+InstallerType: nullsoft
+Scope: machine
+UpgradeBehavior: install
+Protocols:
+- zotero
+FileExtensions:
+- bib
+- bibtex
+- csl
+- isi
+- marc
+- mods
+- rdf
+- ris
+ReleaseDate: 2024-09-11
+RequireExplicitUpgrade: true
+Installers:
+- Architecture: x86
+  InstallerUrl: https://download.zotero.org/client/release/7.0.5/Zotero-7.0.5_win32_setup.exe
+  InstallerSha256: DA8E5516D57DDE80812E76E122B7A2E86EDB57B61C25D8AD107C50C8FA4E52F3
+- Architecture: x64
+  InstallerUrl: https://download.zotero.org/client/release/7.0.5/Zotero-7.0.5_x64_setup.exe
+  InstallerSha256: 43017A16C5D6C9748C6615D51464B0CBD7E1E42FE49EBDD556B46E47932E4737
+- Architecture: arm64
+  InstallerUrl: https://download.zotero.org/client/release/7.0.5/Zotero-7.0.5_arm64_setup.exe
+  InstallerSha256: B8DABE391DCC4A6127A7EFB1B4E67F09D04E603467638467DAF75D73D0AA9339
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.5/DigitalScholar.Zotero.locale.en-US.yaml b/manifests/d/DigitalScholar/Zotero/7.0.5/DigitalScholar.Zotero.locale.en-US.yaml
new file mode 100644
index 0000000000000..2ec72c5249994
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.5/DigitalScholar.Zotero.locale.en-US.yaml
@@ -0,0 +1,36 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.5
+PackageLocale: en-US
+Publisher: Corporation for Digital Scholarship
+PublisherUrl: https://digitalscholar.org/
+PublisherSupportUrl: https://www.zotero.org/support/
+PrivacyUrl: https://www.zotero.org/support/privacy
+Author: Corporation for Digital Scholarship
+PackageName: Zotero
+PackageUrl: https://www.zotero.org/
+License: AGPL-3.0
+LicenseUrl: https://www.zotero.org/support/licensing
+Copyright: © Corporation for Digital Scholarship
+CopyrightUrl: https://www.zotero.org/support/terms/trademark
+ShortDescription: Your personal research assistant
+Description: Zotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share research.
+# Moniker:
+Tags:
+- academics
+- article
+- citation
+- cite
+- literature
+- paper
+- reasearch
+- thesis
+ReleaseNotes: '- Fixed “Localized string not available for general.warning” startup error instead of proper warning if data directory is in cloud storage folder (since 7.0.4)'
+ReleaseNotesUrl: https://www.zotero.org/support/changelog#changes_in_705_september_11_2024
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.5/DigitalScholar.Zotero.locale.zh-CN.yaml b/manifests/d/DigitalScholar/Zotero/7.0.5/DigitalScholar.Zotero.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..b53e4052be9ac
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.5/DigitalScholar.Zotero.locale.zh-CN.yaml
@@ -0,0 +1,33 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.5
+PackageLocale: zh-CN
+Publisher: Corporation for Digital Scholarship
+PublisherUrl: https://digitalscholar.org/
+PublisherSupportUrl: https://www.zotero.org/support/
+PrivacyUrl: https://www.zotero.org/support/privacy
+Author: Corporation for Digital Scholarship
+PackageName: Zotero
+PackageUrl: https://www.zotero.org/
+License: AGPL-3.0
+LicenseUrl: https://www.zotero.org/support/licensing
+Copyright: © Corporation for Digital Scholarship
+CopyrightUrl: https://www.zotero.org/support/terms/trademark
+ShortDescription: 你的个人研究助理
+Description: Zotero 是一款免费易用的工具,帮助您收集、组织、注释、引用和分享研究。
+# Moniker:
+Tags:
+- 学术
+- 引用
+- 文献
+- 研究
+- 论文
+# ReleaseNotes:
+ReleaseNotesUrl: https://www.zotero.org/support/changelog#changes_in_705_september_11_2024
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DigitalScholar/Zotero/7.0.5/DigitalScholar.Zotero.yaml b/manifests/d/DigitalScholar/Zotero/7.0.5/DigitalScholar.Zotero.yaml
new file mode 100644
index 0000000000000..72189ca41cf7f
--- /dev/null
+++ b/manifests/d/DigitalScholar/Zotero/7.0.5/DigitalScholar.Zotero.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: DigitalScholar.Zotero
+PackageVersion: 7.0.5
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/7Caps/9.3/Digola.7Caps.installer.yaml b/manifests/d/Digola/7Caps/9.3/Digola.7Caps.installer.yaml
new file mode 100644
index 0000000000000..53d86301c4ad0
--- /dev/null
+++ b/manifests/d/Digola/7Caps/9.3/Digola.7Caps.installer.yaml
@@ -0,0 +1,15 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Digola.7Caps
+PackageVersion: "9.3"
+InstallerType: inno
+Scope: machine
+UpgradeBehavior: install
+Installers:
+- Architecture: x86
+  InstallerUrl: https://digola.com/7caps.exe
+  InstallerSha256: 204AB8AB592210EBB18B804C122DA5B04E6D5F62089594E96F09E90E3C990AE1
+  ProductCode: '{BA0A9C89-A3A6-4D71-9C1B-3C1ED65CD94C}_is1'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/7Caps/9.3/Digola.7Caps.locale.en-US.yaml b/manifests/d/Digola/7Caps/9.3/Digola.7Caps.locale.en-US.yaml
new file mode 100644
index 0000000000000..6ba508ebb4bdd
--- /dev/null
+++ b/manifests/d/Digola/7Caps/9.3/Digola.7Caps.locale.en-US.yaml
@@ -0,0 +1,38 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Digola.7Caps
+PackageVersion: "9.3"
+PackageLocale: en-US
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: 7Caps
+PackageUrl: https://digola.com/7caps.html
+License: Proprietary
+# LicenseUrl:
+Copyright: © 2024 Digola. All rights reserved.
+# CopyrightUrl:
+ShortDescription: A feature-rich utility designed to provide real-time updates on Caps Lock and Num Lock keys.
+Description: |-
+  7Caps is a compact yet powerful application that keeps you informed in real-time about the status of your Caps Lock and Num Lock keys.
+  With the addition of the new Watermark indicator feature in the latest version, 7Caps now offers a transparent display of Caps Lock and Num Lock status directly on your desktop.
+  Its versatility extends through multiple display options, including tray icons, floating notifications, and customizable audio alerts, ensuring seamless user awareness of key states.
+  This utility discreetly runs in the background, providing immediate notifications whenever the Caps Lock or Num Lock keys are activated or deactivated.
+  Customize the notification to your liking; position it anywhere on your screen for convenient visibility. The tiny application is invaluable for those who regularly use the Caps Lock or Num Lock keys and need instant updates about their status.
+  What's more, purchasing a license for 7Caps grants you a lifetime subscription, allowing installation on one computer. Enjoy this seamless, always-aware experience while using your keyboard.
+# Moniker:
+Tags:
+- caps-lock
+- key
+- keyboard
+- num-lock
+# ReleaseNotes:
+# ReleaseNotesUrl:
+PurchaseUrl: https://digola.com/page8.html
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/7Caps/9.3/Digola.7Caps.locale.zh-CN.yaml b/manifests/d/Digola/7Caps/9.3/Digola.7Caps.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..851f32f878fac
--- /dev/null
+++ b/manifests/d/Digola/7Caps/9.3/Digola.7Caps.locale.zh-CN.yaml
@@ -0,0 +1,38 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: Digola.7Caps
+PackageVersion: "9.3"
+PackageLocale: zh-CN
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: 7Caps
+PackageUrl: https://digola.com/7caps.html
+License: 专有软件
+# LicenseUrl:
+Copyright: © 2024 Digola. All rights reserved.
+# CopyrightUrl:
+ShortDescription: 这是一款功能丰富的实用程序,可实时更新大写锁定键和数字锁定键。
+Description: |-
+  7Caps 是一款小巧但功能强大的应用程序,能让你实时了解大写锁定键和数字锁定键的状态。
+  在最新版本中添加了新的水印指示器功能后,7Caps 现在可以直接在桌面上透明显示大写锁定和数字锁定的状态。
+  它的多功能性还体现在多种显示选项上,包括托盘图标、浮动通知和可定制的音频提醒,确保用户可以无缝了解按键状态。
+  该实用程序可在后台静默运行,每当大写锁定键或数字锁定键被激活或停用时,它都会立即发出通知。
+  你可以根据自己的喜好定制通知,将其放置在屏幕的任意位置,方便查看。对于经常使用大写锁定键或数字锁定键并需要即时更新其状态的用户来说,这款小巧的应用程序非常有价值。
+  此外,购买 7Caps 许可证可终身使用,只需在一台电脑上安装即可。在使用键盘时,尽情享受这种无缝、始终感知的体验吧。
+# Moniker:
+Tags:
+- 大写锁定键
+- 按键
+- 数字锁定键
+- 键盘
+# ReleaseNotes:
+# ReleaseNotesUrl:
+PurchaseUrl: https://digola.com/page8.html
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/7Caps/9.3/Digola.7Caps.yaml b/manifests/d/Digola/7Caps/9.3/Digola.7Caps.yaml
new file mode 100644
index 0000000000000..12f76c8bb00c3
--- /dev/null
+++ b/manifests/d/Digola/7Caps/9.3/Digola.7Caps.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Digola.7Caps
+PackageVersion: "9.3"
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/DoorControl/4.9/Digola.DoorControl.installer.yaml b/manifests/d/Digola/DoorControl/4.9/Digola.DoorControl.installer.yaml
new file mode 100644
index 0000000000000..601a19533e3cf
--- /dev/null
+++ b/manifests/d/Digola/DoorControl/4.9/Digola.DoorControl.installer.yaml
@@ -0,0 +1,15 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Digola.DoorControl
+PackageVersion: "4.9"
+InstallerType: inno
+Scope: machine
+UpgradeBehavior: install
+Installers:
+- Architecture: x86
+  InstallerUrl: https://digola.com/setupdoorcontrol.exe
+  InstallerSha256: 2A61EAF11097E198D47FA6D823C14701881656B0D7288D573CB34736A9AADFAA
+  ProductCode: '{341CFE70-1D51-4898-9779-76DEBEA64EBC}_is1'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/DoorControl/4.9/Digola.DoorControl.locale.en-US.yaml b/manifests/d/Digola/DoorControl/4.9/Digola.DoorControl.locale.en-US.yaml
new file mode 100644
index 0000000000000..cbe6181ef2c1a
--- /dev/null
+++ b/manifests/d/Digola/DoorControl/4.9/Digola.DoorControl.locale.en-US.yaml
@@ -0,0 +1,31 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Digola.DoorControl
+PackageVersion: "4.9"
+PackageLocale: en-US
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: Door Control
+PackageUrl: https://www.digola.com/doorcontrol.html
+License: Freeware
+# LicenseUrl:
+Copyright: © 2024 Digola
+# CopyrightUrl:
+ShortDescription: Eject and close your CD/DVD drive with one click.
+Description: |-
+  When using the computer on a daily basis, we often have to open and close the DVD drive door. However, this can be a bit of a hassle if the computer case is be under the table or if we have a laptop with the awkward side DVD drive door.
+  The Door Control software will help you resolve these issues. The software shows the button for opening and closing the DVD drive door in the system tray. A single click will open or close the DVD drive door. You may also assign a hotkey for this function. In comparison with similar software, Door Control uses a special algorithm to recognise whether the doors are open or closed. A single click is enough to open or close the DVD drive door.
+  The user may customise the colour of the button, assign a hotkey and launch the software at system start-up. The Door Control software is very small and uses a very small amount of RAM for its operation.
+# Moniker:
+# Tags:
+# ReleaseNotes:
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/DoorControl/4.9/Digola.DoorControl.locale.zh-CN.yaml b/manifests/d/Digola/DoorControl/4.9/Digola.DoorControl.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..29aed56415a7e
--- /dev/null
+++ b/manifests/d/Digola/DoorControl/4.9/Digola.DoorControl.locale.zh-CN.yaml
@@ -0,0 +1,31 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: Digola.DoorControl
+PackageVersion: "4.9"
+PackageLocale: zh-CN
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: Door Control
+PackageUrl: https://www.digola.com/doorcontrol.html
+License: 免费软件
+# LicenseUrl:
+Copyright: © 2024 Digola
+# CopyrightUrl:
+ShortDescription: 一键弹出并关闭 CD/DVD 驱动器。
+Description: |-
+  日常使用电脑时,我们经常需要打开和关闭 DVD 驱动器仓门。不过,如果电脑机箱在桌子下面,或者我们的笔记本电脑的 DVD 驱动器仓门在笨拙的侧面,这可能会有点麻烦。
+  Door Control 软件可以帮你解决这些问题。软件在系统托盘中显示了用于打开和关闭 DVD 驱动器仓门的按钮。单击一下即可打开或关闭 DVD 驱动器仓门。您还可以为该功能指定一个热键。与同类软件相比,Door Control 使用一种特殊算法来识别仓门是打开还是关闭。单击一下即可打开或关闭 DVD 驱动器仓门。
+  用户可以自定义按钮的颜色,指定热键,并在系统启动时启动软件。Door Control 软件非常小巧,运行时只占用极少量的 RAM。
+# Moniker:
+# Tags:
+# ReleaseNotes:
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/DoorControl/4.9/Digola.DoorControl.yaml b/manifests/d/Digola/DoorControl/4.9/Digola.DoorControl.yaml
new file mode 100644
index 0000000000000..3d57b753d9439
--- /dev/null
+++ b/manifests/d/Digola/DoorControl/4.9/Digola.DoorControl.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Digola.DoorControl
+PackageVersion: "4.9"
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/FrontSketch/4.0/Digola.FrontSketch.installer.yaml b/manifests/d/Digola/FrontSketch/4.0/Digola.FrontSketch.installer.yaml
new file mode 100644
index 0000000000000..f408774b72247
--- /dev/null
+++ b/manifests/d/Digola/FrontSketch/4.0/Digola.FrontSketch.installer.yaml
@@ -0,0 +1,15 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Digola.FrontSketch
+PackageVersion: "4.0"
+InstallerType: inno
+Scope: machine
+UpgradeBehavior: install
+Installers:
+- Architecture: x86
+  InstallerUrl: https://digola.com/FS-free.exe
+  InstallerSha256: C08795BC9EC1202DB47DFD3656EFDC6429B920D443AF0566ECB15A084972B418
+  ProductCode: '{12B76546-4F7D-4989-90DC-4192B2F600CB}_is1'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/FrontSketch/4.0/Digola.FrontSketch.locale.en-US.yaml b/manifests/d/Digola/FrontSketch/4.0/Digola.FrontSketch.locale.en-US.yaml
new file mode 100644
index 0000000000000..ba77c9e0f8885
--- /dev/null
+++ b/manifests/d/Digola/FrontSketch/4.0/Digola.FrontSketch.locale.en-US.yaml
@@ -0,0 +1,44 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Digola.FrontSketch
+PackageVersion: "4.0"
+PackageLocale: en-US
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: FrontSketch
+PackageUrl: https://digola.com/frontsketch.html
+License: Proprietary
+# LicenseUrl:
+Copyright: © 2024 Digola
+# CopyrightUrl:
+ShortDescription: A tool for anyone who needs to annotate their screen or create quick sketches.
+Description: |-
+  FrontSketch is a versatile software that allows you to draw and annotate directly on your computer screen, overlaying other applications in Windows. It provides a simulated glass sketchpad experience, enabling you to seamlessly work with other applications while utilizing the virtual sketchpad. With FrontSketch, you can easily create desktop drawings, draw on screen, add annotations, highlight important details, and even draw over applications. Whether for educational, business, or personal purposes, FrontSketch is designed to enhance your productivity and creativity. The software is user-friendly and requires no special training, making it an ideal tool for anyone looking to engage in desktop drawing, draw on screen, and add highlights with ease.
+  Take advantage of our full functional 10-day trial and experience the power of FrontSketch.
+# Moniker:
+Tags:
+- annotate
+- annotation
+- desktop
+- draw
+- drawing
+- highlight
+- overlay
+- paint
+- painting
+- screen
+- sketch
+- sketchpad
+- window
+- windows
+# ReleaseNotes:
+# ReleaseNotesUrl:
+PurchaseUrl: https://digola.com/page8.html
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/FrontSketch/4.0/Digola.FrontSketch.locale.zh-CN.yaml b/manifests/d/Digola/FrontSketch/4.0/Digola.FrontSketch.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..bdbbea6b94c28
--- /dev/null
+++ b/manifests/d/Digola/FrontSketch/4.0/Digola.FrontSketch.locale.zh-CN.yaml
@@ -0,0 +1,41 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: Digola.FrontSketch
+PackageVersion: "4.0"
+PackageLocale: zh-CN
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: FrontSketch
+PackageUrl: https://digola.com/frontsketch.html
+License: 专有软件
+# LicenseUrl:
+Copyright: © 2024 Digola
+# CopyrightUrl:
+ShortDescription: 在屏幕上添加注释或快速绘制草图
+Description: |-
+  FrontSketch 是一款多功能软件,让您直接在电脑屏幕上绘图和注释,并覆盖 Windows 中的其它应用程序。它提供了一种模拟玻璃画板的体验,让你在使用虚拟画板的同时,还能与其它应用程序无缝协作。有了 FrontSketch,你可以轻松创建桌面绘图、在屏幕上绘图、添加注释、突出重要细节,甚至在应用程序上绘图。无论是教育、商务还是个人用途,FrontSketch 都能提高您的工作效率和创造力。该软件用户界面友好,无需特殊培训,是任何希望进行桌面绘图、在屏幕上绘图和轻松添加突出显示内容的人的理想工具。
+  利用我们的全功能 10 天试用版,体验 FrontSketch 的强大功能。
+# Moniker:
+Tags:
+- 叠加
+- 屏幕
+- 桌面
+- 注释
+- 画板
+- 画画
+- 窗口
+- 绘制
+- 绘图
+- 绘画
+- 高亮
+# ReleaseNotes:
+# ReleaseNotesUrl:
+PurchaseUrl: https://digola.com/page8.html
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/FrontSketch/4.0/Digola.FrontSketch.yaml b/manifests/d/Digola/FrontSketch/4.0/Digola.FrontSketch.yaml
new file mode 100644
index 0000000000000..41605d2be789c
--- /dev/null
+++ b/manifests/d/Digola/FrontSketch/4.0/Digola.FrontSketch.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Digola.FrontSketch
+PackageVersion: "4.0"
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/InstaMonitr/16/Digola.InstaMonitr.installer.yaml b/manifests/d/Digola/InstaMonitr/16/Digola.InstaMonitr.installer.yaml
new file mode 100644
index 0000000000000..17a6b8239ba74
--- /dev/null
+++ b/manifests/d/Digola/InstaMonitr/16/Digola.InstaMonitr.installer.yaml
@@ -0,0 +1,15 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Digola.InstaMonitr
+PackageVersion: "16"
+InstallerType: inno
+Scope: user
+UpgradeBehavior: install
+Installers:
+- Architecture: x86
+  InstallerUrl: https://digola.com/InstaMonitr-Free.exe
+  InstallerSha256: F1C3A6A1F6C2A14FF14642516B3AD94423E6F86883594D83C472D711A99795E7
+  ProductCode: '{B50A8495-3054-4C5A-BC4A-FE538A1D9D5C}_is1'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/InstaMonitr/16/Digola.InstaMonitr.locale.en-US.yaml b/manifests/d/Digola/InstaMonitr/16/Digola.InstaMonitr.locale.en-US.yaml
new file mode 100644
index 0000000000000..1a2935fea6ac6
--- /dev/null
+++ b/manifests/d/Digola/InstaMonitr/16/Digola.InstaMonitr.locale.en-US.yaml
@@ -0,0 +1,37 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Digola.InstaMonitr
+PackageVersion: "16"
+PackageLocale: en-US
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: InstaMonitr
+PackageUrl: https://digola.com/instamonitr.html
+License: Proprietary
+# LicenseUrl:
+Copyright: © 2023 Digola
+# CopyrightUrl:
+ShortDescription: Enhances the standard Windows screen duplication or extension with a variety of new features and options.
+Description: |-
+  InstaMonitr enhances the standard Windows screen duplication or extension with a variety of new features and options, making it the ultimate tool for managing large-screen projections. With InstaMonitr, you can easily display any part of your desktop, add scrolling text, manage windows, and display graphics from your clipboard. The software comes equipped with two graphic editors. Whether you're presenting at a business meeting, conference, seminar, or lecture, InstaMonitr is the perfect tool to manage your content and make it more engaging and interactive for your audience.
+  Software is designed to manage and project the contents of your computer screen onto a secondary screen, such as a projector screen, TV, or any other display.
+  InstaMonitor provides a free trial of all its features for 21 days. After the trial period, some features become unavailable unless the user decides to purchase a license. Despite the limited features, InstaMonitor remains a useful and effective solution for managing and projecting content on a secondary screen.
+# Moniker:
+Tags:
+- desktop
+- display
+- monitor
+- screen
+- window
+- windows
+# ReleaseNotes:
+# ReleaseNotesUrl:
+PurchaseUrl: https://digola.com/page8.html
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/InstaMonitr/16/Digola.InstaMonitr.locale.zh-CN.yaml b/manifests/d/Digola/InstaMonitr/16/Digola.InstaMonitr.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..b3ccb1a7ba2eb
--- /dev/null
+++ b/manifests/d/Digola/InstaMonitr/16/Digola.InstaMonitr.locale.zh-CN.yaml
@@ -0,0 +1,36 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: Digola.InstaMonitr
+PackageVersion: "16"
+PackageLocale: zh-CN
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: InstaMonitr
+PackageUrl: https://digola.com/instamonitr.html
+License: 专有软件
+# LicenseUrl:
+Copyright: © 2023 Digola
+# CopyrightUrl:
+ShortDescription: 通过各种新功能和选项增强标准 Windows 屏幕复制或扩展功能。
+Description: |-
+  InstaMonitr 通过各种新功能和新选项增强了标准的 Windows 屏幕复制或扩展功能,使其成为管理大屏幕投影的终极工具。有了 InstaMonitr,你可以轻松显示桌面的任何部分,添加滚动文本,管理窗口,显示剪贴板中的图形。该软件配备了两个图形编辑器。无论您是在商务会议、大会、研讨会还是讲座上进行演示,InstaMonitr 都是管理您的内容并使其对听众更具吸引力和互动性的完美工具。
+  软件旨在管理并将电脑屏幕上的内容投射到辅助屏幕上,如投影仪屏幕、电视或任何其他显示器。
+  InstaMonitor 的所有功能均可免费试用 21 天。试用期过后,有些功能将无法使用,除非用户决定购买许可证。尽管功能有限,InstaMonitor 仍然是在辅助屏幕上管理和投影内容的有用而有效的解决方案。
+# Moniker:
+Tags:
+- 屏幕
+- 显示
+- 显示器
+- 桌面
+- 窗口
+# ReleaseNotes:
+# ReleaseNotesUrl:
+PurchaseUrl: https://digola.com/page8.html
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/InstaMonitr/16/Digola.InstaMonitr.yaml b/manifests/d/Digola/InstaMonitr/16/Digola.InstaMonitr.yaml
new file mode 100644
index 0000000000000..d711122175b08
--- /dev/null
+++ b/manifests/d/Digola/InstaMonitr/16/Digola.InstaMonitr.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Digola.InstaMonitr
+PackageVersion: "16"
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/LockCursorTools/9.0/Digola.LockCursorTools.installer.yaml b/manifests/d/Digola/LockCursorTools/9.0/Digola.LockCursorTools.installer.yaml
new file mode 100644
index 0000000000000..8937f5c8aa0dc
--- /dev/null
+++ b/manifests/d/Digola/LockCursorTools/9.0/Digola.LockCursorTools.installer.yaml
@@ -0,0 +1,15 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Digola.LockCursorTools
+PackageVersion: "9.0"
+InstallerType: inno
+Scope: machine
+UpgradeBehavior: install
+Installers:
+- Architecture: x86
+  InstallerUrl: https://digola.com/setupLockCursor.exe
+  InstallerSha256: 86402FE318C9D61A866A33B2C1E99C724B73146F00E3D11A17BC8EF6EB0BB581
+  ProductCode: '{51615C26-AC9C-483F-BDEA-77AE9EBF8E89}_is1'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/LockCursorTools/9.0/Digola.LockCursorTools.locale.en-US.yaml b/manifests/d/Digola/LockCursorTools/9.0/Digola.LockCursorTools.locale.en-US.yaml
new file mode 100644
index 0000000000000..30f292271b524
--- /dev/null
+++ b/manifests/d/Digola/LockCursorTools/9.0/Digola.LockCursorTools.locale.en-US.yaml
@@ -0,0 +1,36 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Digola.LockCursorTools
+PackageVersion: "9.0"
+PackageLocale: en-US
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: Lock Cursor Tools
+PackageUrl: https://digola.com/lockcursor.html
+License: Freeware
+# LicenseUrl:
+Copyright: © 2024 Digola
+# CopyrightUrl:
+ShortDescription: Restricts the movement of the mouse cursor within a selected area on the computer desktop.
+Description: |-
+  Lock Cursor Tools simply locks the mouse cursor. You may choose a predetermined area, the primary or secondary monitor screen or part of the window of a particular application.
+  Lock Cursor Tools makes your computer work more productively by improving quality and performance. You can use it for professional work or for fun activities. By locking the cursor to a particular area on the screen, you can focus better on the actual work on the computer, without having to check where the mouse pointer is. You can focus solely on a particular application. You can turn on or turn off the locking of the cursor by using a keyboard shortcut or by clicking the application icon in the taskbar.
+  When choosing a predetermined area, simply mark the area where you want the cursor to move by using the mouse. The area may be expanded across several monitors.
+  You may choose the window of a particular application by clicking the available windows in the selection interface.
+  In contrast with similar applications, Lock Cursor Tools is simple to use and very efficient. It runs smoothly in the background and is not heavy on system resources.
+# Moniker:
+Tags:
+- cursor
+- lock
+- mouse
+# ReleaseNotes:
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/LockCursorTools/9.0/Digola.LockCursorTools.locale.zh-CN.yaml b/manifests/d/Digola/LockCursorTools/9.0/Digola.LockCursorTools.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..1ec17ba00d5a7
--- /dev/null
+++ b/manifests/d/Digola/LockCursorTools/9.0/Digola.LockCursorTools.locale.zh-CN.yaml
@@ -0,0 +1,36 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: Digola.LockCursorTools
+PackageVersion: "9.0"
+PackageLocale: zh-CN
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: Lock Cursor Tools
+PackageUrl: https://digola.com/lockcursor.html
+License: 免费软件
+# LicenseUrl:
+Copyright: © 2024 Digola
+# CopyrightUrl:
+ShortDescription: 限制鼠标光标在电脑桌面选定区域内移动。
+Description: |-
+  Lock Cursor Tools 可以简单地锁住鼠标光标。你可以选择一个预定区域、主副显示器屏幕或特定应用程序窗口的一部分。
+  Lock Cursor Tools 可以提高电脑的运行质量和性能,从而提高工作效率。你可以将它用于专业工作或娱乐活动。通过将光标锁定在屏幕上的特定区域,你可以更好地专注于电脑上的实际工作,而无需查看鼠标指针的位置。你可以只专注于某个应用程序。使用键盘快捷键或单击任务栏中的应用程序图标,即可打开或关闭光标锁定功能。
+  选择预定区域时,只需用鼠标标出希望光标移动的区域即可。该区域可扩展至多个显示器。
+  您可以通过点击选择界面中的可用窗口来选择特定应用程序的窗口。
+  与同类应用程序相比,Lock Cursor Tools 使用简单,效率极高。它在后台运行流畅,对系统资源的占用也不大。
+# Moniker:
+Tags:
+- 指针
+- 锁定
+- 鼠标
+# ReleaseNotes:
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/LockCursorTools/9.0/Digola.LockCursorTools.yaml b/manifests/d/Digola/LockCursorTools/9.0/Digola.LockCursorTools.yaml
new file mode 100644
index 0000000000000..0910b7ad21e27
--- /dev/null
+++ b/manifests/d/Digola/LockCursorTools/9.0/Digola.LockCursorTools.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Digola.LockCursorTools
+PackageVersion: "9.0"
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/NooG/5.1/Digola.NooG.installer.yaml b/manifests/d/Digola/NooG/5.1/Digola.NooG.installer.yaml
new file mode 100644
index 0000000000000..ed55f917899ed
--- /dev/null
+++ b/manifests/d/Digola/NooG/5.1/Digola.NooG.installer.yaml
@@ -0,0 +1,15 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Digola.NooG
+PackageVersion: "5.1"
+InstallerType: inno
+Scope: machine
+UpgradeBehavior: install
+Installers:
+- Architecture: x86
+  InstallerUrl: https://digola.com/setupnoog.exe
+  InstallerSha256: A446C41592C9E25156D9B53D3EFE47A4C2927BF1ADB55C5975D593F227669A2E
+  ProductCode: '{B6C9F39C-7F06-4443-898E-59FF6AE1488B}_is1'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/NooG/5.1/Digola.NooG.locale.en-US.yaml b/manifests/d/Digola/NooG/5.1/Digola.NooG.locale.en-US.yaml
new file mode 100644
index 0000000000000..9de9e406624b3
--- /dev/null
+++ b/manifests/d/Digola/NooG/5.1/Digola.NooG.locale.en-US.yaml
@@ -0,0 +1,38 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Digola.NooG
+PackageVersion: "5.1"
+PackageLocale: en-US
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: NooG
+PackageUrl: https://digola.com/noog.html
+License: Freeware
+# LicenseUrl:
+Copyright: © 2024 Digola
+# CopyrightUrl:
+ShortDescription: Internet search program that provides you with the information you want according to certain search criteria.
+Description: |-
+  We search for all kinds of information on the internet. Popular search engines usually give us general results that we are not always happy with.
+  But there is some good news!
+  Now the search has been made much easier ...
+  The NooG programme is used to make queries by country, language, document type, time of creation, website, excluding certain phrases, etc.
+  In doing so, it sends queries to search engines, such as Chrome, Firefox, Opera and Explorer.
+  It allows you to accurately save history and certain advanced search combinations. It is very useful in searching for any type of data
+  anywhere in the world.
+  NooG can be helpful tools for SEO professionals, journalists, researchers, students ... The program is very small and takes up virtually no space on your desktop.
+# Moniker:
+Tags:
+- internet
+- search
+# ReleaseNotes:
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/NooG/5.1/Digola.NooG.locale.zh-CN.yaml b/manifests/d/Digola/NooG/5.1/Digola.NooG.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..c90c196a49438
--- /dev/null
+++ b/manifests/d/Digola/NooG/5.1/Digola.NooG.locale.zh-CN.yaml
@@ -0,0 +1,38 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: Digola.NooG
+PackageVersion: "5.1"
+PackageLocale: zh-CN
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: NooG
+PackageUrl: https://digola.com/noog.html
+License: 免费软件
+# LicenseUrl:
+Copyright: © 2024 Digola
+# CopyrightUrl:
+ShortDescription: 互联网搜索程序,可根据特定搜索标准为您提供所需的信息。
+Description: |-
+  我们在互联网上搜索各种信息。常用的搜索引擎通常会给出我们并不满意的一般结果。
+  不过我有个好消息!
+  现在搜索变得更容易了……
+  NooG 程序用于按国家、语言、文件类型、创建时间、网站、排除特定短语等进行查询。
+  在此过程中,它会向 Chrome、Firefox、Opera 和 Explorer 等搜索引擎发送查询。
+  它允许你精确保存历史记录和某些高级搜索组合。它对搜索任何类型的数据都非常有用
+  非常有用。
+  NooG 是搜索引擎优化专业人员、记者、研究人员、学生……的好帮手。程序非常小巧,几乎不占用桌面空间。
+# Moniker:
+Tags:
+- 互联网
+- 搜索
+# ReleaseNotes:
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/NooG/5.1/Digola.NooG.yaml b/manifests/d/Digola/NooG/5.1/Digola.NooG.yaml
new file mode 100644
index 0000000000000..dd86dd08b533b
--- /dev/null
+++ b/manifests/d/Digola/NooG/5.1/Digola.NooG.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Digola.NooG
+PackageVersion: "5.1"
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/ScreenGridy/2.0/Digola.ScreenGridy.installer.yaml b/manifests/d/Digola/ScreenGridy/2.0/Digola.ScreenGridy.installer.yaml
new file mode 100644
index 0000000000000..0361dbcd3097c
--- /dev/null
+++ b/manifests/d/Digola/ScreenGridy/2.0/Digola.ScreenGridy.installer.yaml
@@ -0,0 +1,15 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Digola.ScreenGridy
+PackageVersion: "2.0"
+InstallerType: inno
+Scope: machine
+UpgradeBehavior: install
+Installers:
+- Architecture: x86
+  InstallerUrl: https://digola.com/SetupScreenGridy20.exe
+  InstallerSha256: EA45E8A5AEC38CCF33050E67C8651623FAA3B405C6A318EA630E4331F9FE77D7
+  ProductCode: '{84597B95-BD57-459C-8E2C-DA7998046BC4}_is1'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/ScreenGridy/2.0/Digola.ScreenGridy.locale.en-US.yaml b/manifests/d/Digola/ScreenGridy/2.0/Digola.ScreenGridy.locale.en-US.yaml
new file mode 100644
index 0000000000000..7f60932017d6b
--- /dev/null
+++ b/manifests/d/Digola/ScreenGridy/2.0/Digola.ScreenGridy.locale.en-US.yaml
@@ -0,0 +1,30 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Digola.ScreenGridy
+PackageVersion: "2.0"
+PackageLocale: en-US
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: ScreenGridy
+PackageUrl: https://digola.com/screengridy.html
+License: Freeware
+# LicenseUrl:
+Copyright: © 2020 Digola
+# CopyrightUrl:
+ShortDescription: The simplest and most effective way to transform the position and size of a window.
+Description: ScreenGridy is a useful tool to simplify and speed up your work with Windows. It has an improved option to work with the desktop. ScreenGridy uses the simplest and most effective way to transform the position and size of a window. It shows a grid over the desktop. By moving the mouse over the desktop grid cells, you can change this up to ten times faster and precisely than in the default mode. For advanced users, we recommend using our application SetMate. It has all ScreenGridy advantages and many more.
+# Moniker:
+Tags:
+- window
+- windows
+# ReleaseNotes:
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/ScreenGridy/2.0/Digola.ScreenGridy.locale.zh-CN.yaml b/manifests/d/Digola/ScreenGridy/2.0/Digola.ScreenGridy.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..37e0a4c46612f
--- /dev/null
+++ b/manifests/d/Digola/ScreenGridy/2.0/Digola.ScreenGridy.locale.zh-CN.yaml
@@ -0,0 +1,29 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: Digola.ScreenGridy
+PackageVersion: "2.0"
+PackageLocale: zh-CN
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: ScreenGridy
+PackageUrl: https://digola.com/screengridy.html
+License: 免费软件
+# LicenseUrl:
+Copyright: © 2020 Digola
+# CopyrightUrl:
+ShortDescription: 转换窗口位置和大小的最简单、最有效的方法。
+Description: ScreenGridy 是一款实用的工具,可简化并加快 Windows 工作速度。它改进了桌面的工作方式。ScreenGridy 使用最简单有效的方法来变换窗口的位置和大小。它在桌面上显示一个网格。通过在桌面网格单元上移动鼠标,你可以比默认模式下快十倍、更精确地改变网格单元。对于高级用户,我们建议使用我们的应用程序 SetMate。它不仅拥有 ScreenGridy 的所有优点,还有额外功能。
+# Moniker:
+Tags:
+- 窗口
+# ReleaseNotes:
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/ScreenGridy/2.0/Digola.ScreenGridy.yaml b/manifests/d/Digola/ScreenGridy/2.0/Digola.ScreenGridy.yaml
new file mode 100644
index 0000000000000..32074bffafbbc
--- /dev/null
+++ b/manifests/d/Digola/ScreenGridy/2.0/Digola.ScreenGridy.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Digola.ScreenGridy
+PackageVersion: "2.0"
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/SetMate/2.6/Digola.SetMate.installer.yaml b/manifests/d/Digola/SetMate/2.6/Digola.SetMate.installer.yaml
new file mode 100644
index 0000000000000..9a772e7dfe1e0
--- /dev/null
+++ b/manifests/d/Digola/SetMate/2.6/Digola.SetMate.installer.yaml
@@ -0,0 +1,15 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: Digola.SetMate
+PackageVersion: "2.6"
+InstallerType: inno
+Scope: machine
+UpgradeBehavior: install
+Installers:
+- Architecture: x86
+  InstallerUrl: https://digola.com/SetMate-install.exe
+  InstallerSha256: A55F511F95DEB989504CD452E5CB6BE94E12CD884796D4F406E84A6E1385A3AA
+  ProductCode: '{F4BC9E57-69C2-4F57-9C85-F1DB95134885}_is1'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/SetMate/2.6/Digola.SetMate.locale.en-US.yaml b/manifests/d/Digola/SetMate/2.6/Digola.SetMate.locale.en-US.yaml
new file mode 100644
index 0000000000000..6211fa5c87196
--- /dev/null
+++ b/manifests/d/Digola/SetMate/2.6/Digola.SetMate.locale.en-US.yaml
@@ -0,0 +1,38 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: Digola.SetMate
+PackageVersion: "2.6"
+PackageLocale: en-US
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: SetMate
+PackageUrl: https://digola.com/setmate.html
+License: Freeware
+# LicenseUrl:
+Copyright: © 2023 Digola
+# CopyrightUrl:
+ShortDescription: Organize work with Windows. With each window, you can perform operations such as resizing, minimizing, transparency, always on top, bring to front, tiling, cascading, and more.
+Description: |-
+  SetMate divides the desktop workspace into a grid.
+  With a click on the grid and highlight cells, it is easy to transform the position and size of the current window.
+  This increases productivity and makes easiest the work.
+  The most significant feature in the new version of the application is the ability to group windows in up to four groups.
+  The program also can now display the full-screen grid.
+  When working with Windows, many times is the problem of how to get the right window that we need. The combination Alt-Tab is to slow. Especially when multiple windows are open.
+  With each window, you can perform operations like resize, minimize, make semitransparent, stay on top, bring to front, tile, cascade, etc. It's enough just a click or shortcut to switch between each group.
+  The SetMate interface is fully customizable. You can define shortcuts for all program operations. The application is easy to use by beginners and expert users.
+# Moniker:
+Tags:
+- window
+- windows
+# ReleaseNotes:
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/SetMate/2.6/Digola.SetMate.locale.zh-CN.yaml b/manifests/d/Digola/SetMate/2.6/Digola.SetMate.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..87cfa545269bd
--- /dev/null
+++ b/manifests/d/Digola/SetMate/2.6/Digola.SetMate.locale.zh-CN.yaml
@@ -0,0 +1,37 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
+
+PackageIdentifier: Digola.SetMate
+PackageVersion: "2.6"
+PackageLocale: zh-CN
+Publisher: Digola
+PublisherUrl: https://digola.com/
+# PublisherSupportUrl:
+# PrivacyUrl:
+# Author:
+PackageName: SetMate
+PackageUrl: https://digola.com/setmate.html
+License: 免费软件
+# LicenseUrl:
+Copyright: © 2023 Digola
+# CopyrightUrl:
+ShortDescription: 用窗口组织工作。您可以对每个窗口执行调整大小、最小化、透明、始终置顶、前置、平铺、层叠等操作。
+Description: |-
+  SetMate 将桌面工作区划分为网格。
+  只需点击网格和高亮单元格,即可轻松改变当前窗口的位置和大小。
+  这不仅能提高工作效率,还能简化工作。
+  新版程序最重要的功能是可以将窗口分组,最多可分为四组。
+  程序现在还可以全屏显示网格。
+  使用 Windows 工作时,很多时候都会遇到如何正确获取所需窗口的问题。Alt-Tab 组合键速度太慢。尤其是打开多个窗口时。
+  对于每个窗口,你都可以执行调整大小、最小化、半透明、保持在顶部、前置、平铺、级联等操作。只需单击或使用快捷键即可在每组窗口之间进行切换。
+  SetMate 界面可完全自定义。您可以为所有程序操作定义快捷方式。初学者和专家用户都能轻松使用该程序。
+# Moniker:
+Tags:
+- 窗口
+# ReleaseNotes:
+# ReleaseNotesUrl:
+# PurchaseUrl:
+# InstallationNotes:
+# Documentations:
+ManifestType: locale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Digola/SetMate/2.6/Digola.SetMate.yaml b/manifests/d/Digola/SetMate/2.6/Digola.SetMate.yaml
new file mode 100644
index 0000000000000..8c689f6bc51f5
--- /dev/null
+++ b/manifests/d/Digola/SetMate/2.6/Digola.SetMate.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: Digola.SetMate
+PackageVersion: "2.6"
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Diladele/WebProxy/2.8.0.0/Diladele.WebProxy.installer.yaml b/manifests/d/Diladele/WebProxy/2.8.0.0/Diladele.WebProxy.installer.yaml
deleted file mode 100644
index e7089687289ee..0000000000000
--- a/manifests/d/Diladele/WebProxy/2.8.0.0/Diladele.WebProxy.installer.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 2.8.0.0
-MinimumOSVersion: 10.0.0.0
-InstallerType: wix
-Scope: machine
-InstallModes:
-- interactive
-- silent
-- silentWithProgress
-UpgradeBehavior: uninstallPrevious
-Installers:
-- Architecture: x64
-  InstallerUrl: https://packages.diladele.com/webproxy/2.8.0.BC43/amd64/release/windows/webproxy-2.8.0.BC43_amd64.msi
-  InstallerSha256: BDBB39B3BE72E04274B4CEE52A106CC6A3A4B484F7A9372EDA47F55A0C2E86AA
-  ProductCode: '{927CF0E7-057C-457C-A8AA-98BEE4CDA21F}'
-ManifestType: installer
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/2.8.0.0/Diladele.WebProxy.locale.en-US.yaml b/manifests/d/Diladele/WebProxy/2.8.0.0/Diladele.WebProxy.locale.en-US.yaml
deleted file mode 100644
index b59c9d3093d9f..0000000000000
--- a/manifests/d/Diladele/WebProxy/2.8.0.0/Diladele.WebProxy.locale.en-US.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 2.8.0.0
-PackageLocale: en-US
-Publisher: Diladele B.V.
-PublisherUrl: https://www.diladele.com/
-PublisherSupportUrl: https://webproxy.diladele.com/support.html
-PrivacyUrl: https://www.diladele.com/privacy.html
-Author: Diladele B.V.
-PackageName: Web Filtering Proxy
-PackageUrl: https://webproxy.diladele.com/
-License: Proprietary
-LicenseUrl: https://webproxy.diladele.com/docs/license/
-# Copyright: 
-# CopyrightUrl: 
-ShortDescription: Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy running natively on Microsoft Windows.
-Description: |-
-  Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy running natively on Microsoft Windows.
-  It can be easily integrated with Microsoft Active Directory on-premises or deployed directly in the Microsoft Azure cloud and work as Secure Web Proxy, decrypt HTTPS traffic, filter HTTP requests and responses and inspect contents of HTML pages.
-  The proxy is installed natively on Microsoft Windows and can be managed by any administrator using Microsoft Management Console.
-# Moniker: 
-Tags:
-- proxy
-# Agreements: 
-# ReleaseNotes: 
-# ReleaseNotesUrl: 
-ManifestType: defaultLocale
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/2.8.0.0/Diladele.WebProxy.yaml b/manifests/d/Diladele/WebProxy/2.8.0.0/Diladele.WebProxy.yaml
deleted file mode 100644
index bbc8f55bae507..0000000000000
--- a/manifests/d/Diladele/WebProxy/2.8.0.0/Diladele.WebProxy.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 2.8.0.0
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/2.9.0.0/Diladele.WebProxy.installer.yaml b/manifests/d/Diladele/WebProxy/2.9.0.0/Diladele.WebProxy.installer.yaml
deleted file mode 100644
index 9581ba1e3d6ab..0000000000000
--- a/manifests/d/Diladele/WebProxy/2.9.0.0/Diladele.WebProxy.installer.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 2.9.0.0
-MinimumOSVersion: 10.0.0.0
-InstallerType: wix
-Scope: machine
-InstallModes:
-- interactive
-- silent
-- silentWithProgress
-UpgradeBehavior: uninstallPrevious
-Installers:
-- Architecture: x64
-  InstallerUrl: https://packages.diladele.com/webproxy/2.9.0.88F8/amd64/release/windows/webproxy-2.9.0.88F8_amd64.msi
-  InstallerSha256: 59DFFCB6C13F75576FABA678132B8CD46ECFCBE91482A54A8D22BE467E620BA2
-  ProductCode: '{927CF0E7-057C-457C-A8AA-98BEE4CDA21F}'
-ManifestType: installer
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/2.9.0.0/Diladele.WebProxy.locale.en-US.yaml b/manifests/d/Diladele/WebProxy/2.9.0.0/Diladele.WebProxy.locale.en-US.yaml
deleted file mode 100644
index 261c169075502..0000000000000
--- a/manifests/d/Diladele/WebProxy/2.9.0.0/Diladele.WebProxy.locale.en-US.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 2.9.0.0
-PackageLocale: en-US
-Publisher: Diladele B.V.
-PublisherUrl: https://www.diladele.com/
-PublisherSupportUrl: https://webproxy.diladele.com/support.html
-PrivacyUrl: https://www.diladele.com/privacy.html
-Author: Diladele B.V.
-PackageName: Web Filtering Proxy
-PackageUrl: https://webproxy.diladele.com/
-License: Proprietary
-LicenseUrl: https://webproxy.diladele.com/docs/license/
-# Copyright: 
-# CopyrightUrl: 
-ShortDescription: Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy running natively on Microsoft Windows.
-Description: |-
-  Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy running natively on Microsoft Windows.
-  It can be easily integrated with Microsoft Active Directory on-premises or deployed directly in the Microsoft Azure cloud and work as Secure Web Proxy, decrypt HTTPS traffic, filter HTTP requests and responses and inspect contents of HTML pages.
-  The proxy is installed natively on Microsoft Windows and can be managed by any administrator using Microsoft Management Console.
-# Moniker: 
-Tags:
-- proxy
-# Agreements: 
-# ReleaseNotes: 
-# ReleaseNotesUrl: 
-ManifestType: defaultLocale
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/2.9.0.0/Diladele.WebProxy.yaml b/manifests/d/Diladele/WebProxy/2.9.0.0/Diladele.WebProxy.yaml
deleted file mode 100644
index e1687641733ac..0000000000000
--- a/manifests/d/Diladele/WebProxy/2.9.0.0/Diladele.WebProxy.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 2.9.0.0
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/3.0.0.0/Diladele.WebProxy.installer.yaml b/manifests/d/Diladele/WebProxy/3.0.0.0/Diladele.WebProxy.installer.yaml
deleted file mode 100644
index c468ed0ebfa96..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.0.0.0/Diladele.WebProxy.installer.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.0.0.0
-MinimumOSVersion: 10.0.0.0
-InstallerType: wix
-Scope: machine
-InstallModes:
-- interactive
-- silent
-- silentWithProgress
-UpgradeBehavior: uninstallPrevious
-Installers:
-- Architecture: x64
-  InstallerUrl: https://packages.diladele.com/webproxy/3.0.0.3E6A/amd64/release/windows/webproxy-3.0.0.3E6A_amd64.msi
-  InstallerSha256: F18F55AF219520D61ACB138DB6BCA9F82FB34716D8EF011CC40FB87FFE74535A
-  ProductCode: '{927CF0E7-057C-457C-A8AA-98BEE4CDA21F}'
-ManifestType: installer
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/3.0.0.0/Diladele.WebProxy.locale.en-US.yaml b/manifests/d/Diladele/WebProxy/3.0.0.0/Diladele.WebProxy.locale.en-US.yaml
deleted file mode 100644
index 898cd418e6f23..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.0.0.0/Diladele.WebProxy.locale.en-US.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.0.0.0
-PackageLocale: en-US
-Publisher: Diladele B.V.
-PublisherUrl: https://www.diladele.com/
-PublisherSupportUrl: https://webproxy.diladele.com/support.html
-PrivacyUrl: https://www.diladele.com/privacy.html
-Author: Diladele B.V.
-PackageName: Web Filtering Proxy
-PackageUrl: https://webproxy.diladele.com/
-License: Proprietary
-LicenseUrl: https://webproxy.diladele.com/docs/license/
-# Copyright: 
-# CopyrightUrl: 
-ShortDescription: Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy running natively on Microsoft Windows.
-Description: |-
-  Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy running natively on Microsoft Windows.
-  It can be easily integrated with Microsoft Active Directory on-premises or deployed directly in the Microsoft Azure cloud and work as Secure Web Proxy, decrypt HTTPS traffic, filter HTTP requests and responses and inspect contents of HTML pages.
-  The proxy is installed natively on Microsoft Windows and can be managed by any administrator using Microsoft Management Console.
-# Moniker: 
-Tags:
-- proxy
-# Agreements: 
-# ReleaseNotes: 
-# ReleaseNotesUrl: 
-ManifestType: defaultLocale
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/3.0.0.0/Diladele.WebProxy.yaml b/manifests/d/Diladele/WebProxy/3.0.0.0/Diladele.WebProxy.yaml
deleted file mode 100644
index 31539d5d8ba69..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.0.0.0/Diladele.WebProxy.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.0.0.0
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/3.1.0.0/Diladele.WebProxy.installer.yaml b/manifests/d/Diladele/WebProxy/3.1.0.0/Diladele.WebProxy.installer.yaml
deleted file mode 100644
index d297cf4e951d5..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.1.0.0/Diladele.WebProxy.installer.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.1.0.0
-MinimumOSVersion: 10.0.0.0
-InstallerType: wix
-Scope: machine
-InstallModes:
-- interactive
-- silent
-- silentWithProgress
-UpgradeBehavior: uninstallPrevious
-Installers:
-- Architecture: x64
-  InstallerUrl: https://packages.diladele.com/webproxy/3.1.0.D6F2/amd64/release/windows/webproxy-3.1.0.D6F2_amd64.msi
-  InstallerSha256: 70CAE72CDB4214F1F6D213C790BC194A6E966BD7A8207EC209E0E30235FAB232
-  ProductCode: '{927CF0E7-057C-457C-A8AA-98BEE4CDA21F}'
-ManifestType: installer
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/3.1.0.0/Diladele.WebProxy.locale.en-US.yaml b/manifests/d/Diladele/WebProxy/3.1.0.0/Diladele.WebProxy.locale.en-US.yaml
deleted file mode 100644
index 09586f0044859..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.1.0.0/Diladele.WebProxy.locale.en-US.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.1.0.0
-PackageLocale: en-US
-Publisher: Diladele B.V.
-PublisherUrl: https://www.diladele.com/
-PublisherSupportUrl: https://webproxy.diladele.com/support.html
-PrivacyUrl: https://www.diladele.com/privacy.html
-Author: Diladele B.V.
-PackageName: Web Filtering Proxy
-PackageUrl: https://webproxy.diladele.com/
-License: Proprietary
-LicenseUrl: https://webproxy.diladele.com/docs/license/
-# Copyright: 
-# CopyrightUrl: 
-ShortDescription: Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy running natively on Microsoft Windows.
-Description: |-
-  Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy running natively on Microsoft Windows.
-  It can be easily integrated with Microsoft Active Directory on-premises or deployed directly in the Microsoft Azure cloud and work as Secure Web Proxy, decrypt HTTPS traffic, filter HTTP requests and responses and inspect contents of HTML pages.
-  The proxy is installed natively on Microsoft Windows and can be managed by any administrator using Microsoft Management Console.
-# Moniker: 
-Tags:
-- proxy
-# Agreements: 
-# ReleaseNotes: 
-# ReleaseNotesUrl: 
-ManifestType: defaultLocale
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/3.1.0.0/Diladele.WebProxy.yaml b/manifests/d/Diladele/WebProxy/3.1.0.0/Diladele.WebProxy.yaml
deleted file mode 100644
index 3a15027df1ebf..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.1.0.0/Diladele.WebProxy.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.1.0.0
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/3.2.0.0/Diladele.WebProxy.installer.yaml b/manifests/d/Diladele/WebProxy/3.2.0.0/Diladele.WebProxy.installer.yaml
deleted file mode 100644
index 94b1403afddb6..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.2.0.0/Diladele.WebProxy.installer.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.2.0.0
-MinimumOSVersion: 10.0.0.0
-InstallerType: wix
-Scope: machine
-InstallModes:
-- interactive
-- silent
-- silentWithProgress
-UpgradeBehavior: uninstallPrevious
-Installers:
-- Architecture: x64
-  InstallerUrl: https://packages.diladele.com/webproxy/3.2.0.8F60/amd64/release/windows/webproxy-3.2.0.8F60_amd64.msi
-  InstallerSha256: CB35D99C8091D10A13D45D50F805AF294B9B5B257D2625B1F5B72C3799143C00
-  ProductCode: '{927CF0E7-057C-457C-A8AA-98BEE4CDA21F}'
-ManifestType: installer
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/3.2.0.0/Diladele.WebProxy.locale.en-US.yaml b/manifests/d/Diladele/WebProxy/3.2.0.0/Diladele.WebProxy.locale.en-US.yaml
deleted file mode 100644
index 718a4547de2a6..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.2.0.0/Diladele.WebProxy.locale.en-US.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.2.0.0
-PackageLocale: en-US
-Publisher: Diladele B.V.
-PublisherUrl: https://www.diladele.com/
-PublisherSupportUrl: https://webproxy.diladele.com/support.html
-PrivacyUrl: https://www.diladele.com/privacy.html
-Author: Diladele B.V.
-PackageName: Web Filtering Proxy
-PackageUrl: https://webproxy.diladele.com/
-License: Proprietary
-LicenseUrl: https://webproxy.diladele.com/docs/license/
-# Copyright: 
-# CopyrightUrl: 
-ShortDescription: Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy running natively on Microsoft Windows.
-Description: |-
-  Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy running natively on Microsoft Windows.
-  It can be easily integrated with Microsoft Active Directory on-premises or deployed directly in the Microsoft Azure cloud and work as Secure Web Proxy, decrypt HTTPS traffic, filter HTTP requests and responses and inspect contents of HTML pages.
-  The proxy is installed natively on Microsoft Windows and can be managed by any administrator using Microsoft Management Console.
-# Moniker: 
-Tags:
-- proxy
-# Agreements: 
-# ReleaseNotes: 
-# ReleaseNotesUrl: 
-ManifestType: defaultLocale
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/3.2.0.0/Diladele.WebProxy.yaml b/manifests/d/Diladele/WebProxy/3.2.0.0/Diladele.WebProxy.yaml
deleted file mode 100644
index 5b8d13164eddc..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.2.0.0/Diladele.WebProxy.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.2.0.0
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.1.0
diff --git a/manifests/d/Diladele/WebProxy/3.3.0.0/Diladele.WebProxy.installer.yaml b/manifests/d/Diladele/WebProxy/3.3.0.0/Diladele.WebProxy.installer.yaml
deleted file mode 100644
index 2f8e4590bb057..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.3.0.0/Diladele.WebProxy.installer.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.3.0.0
-MinimumOSVersion: 10.0.0.0
-InstallerType: wix
-Scope: machine
-InstallModes:
-- interactive
-- silent
-- silentWithProgress
-UpgradeBehavior: uninstallPrevious
-Installers:
-- Architecture: x64
-  InstallerUrl: https://packages.diladele.com/webproxy/3.3.0.D9C9/amd64/release/windows/webproxy-3.3.0.D9C9_amd64.msi
-  InstallerSha256: 832AED4D6D3699951064FC1A36858A5C6AB60E5844BEFE5A0AC53E2D774C6ED9
-  ProductCode: '{927CF0E7-057C-457C-A8AA-98BEE4CDA21F}'
-ManifestType: installer
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Diladele/WebProxy/3.3.0.0/Diladele.WebProxy.locale.en-US.yaml b/manifests/d/Diladele/WebProxy/3.3.0.0/Diladele.WebProxy.locale.en-US.yaml
deleted file mode 100644
index 55205904e7293..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.3.0.0/Diladele.WebProxy.locale.en-US.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.3.0.0
-PackageLocale: en-US
-Publisher: Diladele B.V.
-PublisherUrl: https://www.diladele.com/
-PublisherSupportUrl: https://webproxy.diladele.com/support.html
-PrivacyUrl: https://www.diladele.com/privacy.html
-Author: Diladele B.V.
-PackageName: Web Filtering Proxy
-PackageUrl: https://webproxy.diladele.com/
-License: Proprietary
-LicenseUrl: https://webproxy.diladele.com/docs/license/
-# Copyright: 
-# CopyrightUrl: 
-ShortDescription: Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy running natively on Microsoft Windows.
-Description: |-
-  Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy running natively on Microsoft Windows.
-  It can be easily integrated with Microsoft Active Directory on-premises or deployed directly in the Microsoft Azure cloud and work as Secure Web Proxy, decrypt HTTPS traffic, filter HTTP requests and responses and inspect contents of HTML pages.
-  The proxy is installed natively on Microsoft Windows and can be managed by any administrator using Microsoft Management Console.
-# Moniker: 
-Tags:
-- proxy
-# Agreements: 
-# ReleaseNotes: 
-# ReleaseNotesUrl: 
-ManifestType: defaultLocale
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Diladele/WebProxy/3.3.0.0/Diladele.WebProxy.yaml b/manifests/d/Diladele/WebProxy/3.3.0.0/Diladele.WebProxy.yaml
deleted file mode 100644
index 11bf28485a770..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.3.0.0/Diladele.WebProxy.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.3.0.0
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Diladele/WebProxy/3.4.0.0/Diladele.WebProxy.installer.yaml b/manifests/d/Diladele/WebProxy/3.4.0.0/Diladele.WebProxy.installer.yaml
deleted file mode 100644
index f382ac75ac450..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.4.0.0/Diladele.WebProxy.installer.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.4.0.0
-MinimumOSVersion: 10.0.0.0
-InstallerType: wix
-Scope: machine
-InstallModes:
-- interactive
-- silent
-- silentWithProgress
-UpgradeBehavior: uninstallPrevious
-Installers:
-- Architecture: x64
-  InstallerUrl: https://packages.diladele.com/webproxy/3.4.0.1928/amd64/release/windows/webproxy-3.4.0.1928_amd64.msi
-  InstallerSha256: B81F69169F6DF8C9A1C78BA9C5F20E6A435BF3EB76AC2FB3129BE09E226B4D6E
-  ProductCode: '{927CF0E7-057C-457C-A8AA-98BEE4CDA21F}'
-ManifestType: installer
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Diladele/WebProxy/3.4.0.0/Diladele.WebProxy.locale.en-US.yaml b/manifests/d/Diladele/WebProxy/3.4.0.0/Diladele.WebProxy.locale.en-US.yaml
deleted file mode 100644
index 966e7ba9d1fd8..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.4.0.0/Diladele.WebProxy.locale.en-US.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.4.0.0
-PackageLocale: en-US
-Publisher: Diladele B.V.
-PublisherUrl: https://www.diladele.com/
-PublisherSupportUrl: https://webproxy.diladele.com/support.html
-PrivacyUrl: https://www.diladele.com/privacy.html
-Author: Diladele B.V.
-PackageName: Web Filtering Proxy
-PackageUrl: https://webproxy.diladele.com/
-License: Proprietary
-LicenseUrl: https://webproxy.diladele.com/docs/license/
-# Copyright: 
-# CopyrightUrl: 
-ShortDescription: Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy running natively on Microsoft Windows.
-Description: |-
-  Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy and security web gateway running natively on Microsoft Windows.
-  It can be easily integrated with Microsoft Active Directory on-premises or deployed directly in the Microsoft Azure cloud and work as Secure Web Proxy, decrypt HTTPS traffic, filter HTTP requests and responses and inspect contents of HTML pages.
-  The proxy is installed natively on Microsoft Windows and can be managed by any administrator using Microsoft Management Console.
-# Moniker: 
-Tags:
-- proxy
-- secure web gateway
-# Agreements: 
-# ReleaseNotes: 
-# ReleaseNotesUrl: 
-ManifestType: defaultLocale
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Diladele/WebProxy/3.4.0.0/Diladele.WebProxy.yaml b/manifests/d/Diladele/WebProxy/3.4.0.0/Diladele.WebProxy.yaml
deleted file mode 100644
index 6ffe9f117d514..0000000000000
--- a/manifests/d/Diladele/WebProxy/3.4.0.0/Diladele.WebProxy.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json
-
-PackageIdentifier: Diladele.WebProxy
-PackageVersion: 3.4.0.0
-DefaultLocale: en-US
-ManifestType: version
-ManifestVersion: 1.6.0
diff --git a/manifests/d/Diladele/WebProxy/4.2.0.0/Diladele.WebProxy.installer.yaml b/manifests/d/Diladele/WebProxy/4.2.0.0/Diladele.WebProxy.installer.yaml
new file mode 100644
index 0000000000000..23f24e87ef240
--- /dev/null
+++ b/manifests/d/Diladele/WebProxy/4.2.0.0/Diladele.WebProxy.installer.yaml
@@ -0,0 +1,20 @@
+# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
+
+PackageIdentifier: Diladele.WebProxy
+PackageVersion: 4.2.0.0
+MinimumOSVersion: 10.0.0.0
+InstallerType: wix
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+UpgradeBehavior: uninstallPrevious
+Installers:
+- Architecture: x64
+  InstallerUrl: https://packages.diladele.com/webproxy/4.2.0.EF52/amd64/release/windows/webproxy-4.2.0.EF52_amd64.msi
+  InstallerSha256: 418945E2F6EEF023BACFF8369A9B4D9B794A16AAC5E36205F63747383ED1D898
+  ProductCode: '{927CF0E7-057C-457C-A8AA-98BEE4CDA21F}'
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Diladele/WebProxy/4.2.0.0/Diladele.WebProxy.locale.en-US.yaml b/manifests/d/Diladele/WebProxy/4.2.0.0/Diladele.WebProxy.locale.en-US.yaml
new file mode 100644
index 0000000000000..aad55d0989c9a
--- /dev/null
+++ b/manifests/d/Diladele/WebProxy/4.2.0.0/Diladele.WebProxy.locale.en-US.yaml
@@ -0,0 +1,31 @@
+# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
+
+PackageIdentifier: Diladele.WebProxy
+PackageVersion: 4.2.0.0
+PackageLocale: en-US
+Publisher: Diladele B.V.
+PublisherUrl: https://www.diladele.com/
+PublisherSupportUrl: https://webproxy.diladele.com/support.html
+PrivacyUrl: https://www.diladele.com/privacy.html
+Author: Diladele B.V.
+PackageName: Web Filtering Proxy
+PackageUrl: https://webproxy.diladele.com/
+License: Proprietary
+LicenseUrl: https://webproxy.diladele.com/docs/license/
+# Copyright: 
+# CopyrightUrl: 
+ShortDescription: Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy running natively on Microsoft Windows.
+Description: |-
+  Web Filtering Proxy for Microsoft Windows is an enterprise-grade web filtering proxy and security web gateway running natively on Microsoft Windows.
+  It can be easily integrated with Microsoft Active Directory on-premises or deployed directly in the Microsoft Azure cloud and work as Secure Web Proxy, decrypt HTTPS traffic, filter HTTP requests and responses and inspect contents of HTML pages.
+  The proxy is installed natively on Microsoft Windows and can be managed by any administrator using Microsoft Management Console.
+# Moniker: 
+Tags:
+- proxy
+- secure web gateway
+# Agreements: 
+# ReleaseNotes: 
+# ReleaseNotesUrl: 
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/d/Diladele/WebProxy/4.2.0.0/Diladele.WebProxy.yaml b/manifests/d/Diladele/WebProxy/4.2.0.0/Diladele.WebProxy.yaml
new file mode 100644
index 0000000000000..a8508cdcd999a
--- /dev/null
+++ b/manifests/d/Diladele/WebProxy/4.2.0.0/Diladele.WebProxy.yaml
@@ -0,0 +1,8 @@
+# Created with YamlCreate.ps1 v2.0.7 $debug=AUSU.7-2-1
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json
+
+PackageIdentifier: Diladele.WebProxy
+PackageVersion: 4.2.0.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DimisAIO/DindeGDPS/.validation b/manifests/d/DimisAIO/DindeGDPS/.validation
deleted file mode 100644
index 9ce717b8fe647..0000000000000
--- a/manifests/d/DimisAIO/DindeGDPS/.validation
+++ /dev/null
@@ -1 +0,0 @@
-{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"85085a7f-5eef-4a12-955f-be5ede7f2008","TestPlan":"Validation-Domain","PackagePath":"manifests/d/DimisAIO/DindeGDPS/2024.01.26.0","CommitId":"3c3bb9fc89fbccdfa8aa5a93ca0d62639d127229"}],"InstallationVerification":{"Executables":[]}}
\ No newline at end of file
diff --git a/manifests/d/DimisAIO/DindeGDPS/2024.07.14.0/DimisAIO.DindeGDPS.installer.yaml b/manifests/d/DimisAIO/DindeGDPS/2024.07.14.0/DimisAIO.DindeGDPS.installer.yaml
deleted file mode 100644
index 0e609721b5f26..0000000000000
--- a/manifests/d/DimisAIO/DindeGDPS/2024.07.14.0/DimisAIO.DindeGDPS.installer.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-# Created with komac v2.3.0
-# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
-
-PackageIdentifier: DimisAIO.DindeGDPS
-PackageVersion: 2024.07.14.0
-InstallerType: exe
-InstallerSwitches:
-  Silent: /quiet
-  SilentWithProgress: /passive
-ReleaseDate: 2024-07-14
-AppsAndFeaturesEntries:
-  - DisplayVersion: 2024.07.14
-Installers:
-- Architecture: x86
-  InstallerUrl: https://cdn-dinde.141412.xyz/DindeGDPS.exe
-  InstallerSha256: 28A4ACE6F32C87970B82B566175A570F7495BE0FD363BE5D34E7AE9CAC40BF15
-ManifestType: installer
-ManifestVersion: 1.6.0
diff --git a/manifests/d/DimisAIO/DindeGDPS/2024.08.12.0/DimisAIO.DindeGDPS.installer.yaml b/manifests/d/DimisAIO/DindeGDPS/2024.08.12.0/DimisAIO.DindeGDPS.installer.yaml
new file mode 100644
index 0000000000000..2e43677d1b6be
--- /dev/null
+++ b/manifests/d/DimisAIO/DindeGDPS/2024.08.12.0/DimisAIO.DindeGDPS.installer.yaml
@@ -0,0 +1,18 @@
+# Created with komac v2.3.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DimisAIO.DindeGDPS
+PackageVersion: 2024.08.12.0
+InstallerType: exe
+InstallerSwitches:
+  Silent: /quiet
+  SilentWithProgress: /passive
+ReleaseDate: 2024-08-12
+AppsAndFeaturesEntries:
+- DisplayVersion: 2024.08.12
+Installers:
+- Architecture: x86
+  InstallerUrl: https://cdn-dinde.141412.xyz/DindeGDPS.exe
+  InstallerSha256: 84D52B0E0B7D84C21778222B97E43439182B647E24C08345610EAF71F9CF9D93
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DimisAIO/DindeGDPS/2024.07.14.0/DimisAIO.DindeGDPS.locale.en-US.yaml b/manifests/d/DimisAIO/DindeGDPS/2024.08.12.0/DimisAIO.DindeGDPS.locale.en-US.yaml
similarity index 94%
rename from manifests/d/DimisAIO/DindeGDPS/2024.07.14.0/DimisAIO.DindeGDPS.locale.en-US.yaml
rename to manifests/d/DimisAIO/DindeGDPS/2024.08.12.0/DimisAIO.DindeGDPS.locale.en-US.yaml
index e62ec0354f143..b6b367dfd872c 100644
--- a/manifests/d/DimisAIO/DindeGDPS/2024.07.14.0/DimisAIO.DindeGDPS.locale.en-US.yaml
+++ b/manifests/d/DimisAIO/DindeGDPS/2024.08.12.0/DimisAIO.DindeGDPS.locale.en-US.yaml
@@ -2,7 +2,7 @@
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
 
 PackageIdentifier: DimisAIO.DindeGDPS
-PackageVersion: 2024.07.14.0
+PackageVersion: 2024.08.12.0
 PackageLocale: en-US
 Publisher: DimisAIO
 PackageName: DindeGDPS
diff --git a/manifests/d/DimisAIO/DindeGDPS/2024.07.14.0/DimisAIO.DindeGDPS.yaml b/manifests/d/DimisAIO/DindeGDPS/2024.08.12.0/DimisAIO.DindeGDPS.yaml
similarity index 88%
rename from manifests/d/DimisAIO/DindeGDPS/2024.07.14.0/DimisAIO.DindeGDPS.yaml
rename to manifests/d/DimisAIO/DindeGDPS/2024.08.12.0/DimisAIO.DindeGDPS.yaml
index 65989704a39c0..20d0b22331c5a 100644
--- a/manifests/d/DimisAIO/DindeGDPS/2024.07.14.0/DimisAIO.DindeGDPS.yaml
+++ b/manifests/d/DimisAIO/DindeGDPS/2024.08.12.0/DimisAIO.DindeGDPS.yaml
@@ -2,7 +2,7 @@
 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
 
 PackageIdentifier: DimisAIO.DindeGDPS
-PackageVersion: 2024.07.14.0
+PackageVersion: 2024.08.12.0
 DefaultLocale: en-US
 ManifestType: version
 ManifestVersion: 1.6.0
diff --git a/manifests/d/DimitriVanHeesch/Doxygen/1.12.0/DimitriVanHeesch.Doxygen.installer.yaml b/manifests/d/DimitriVanHeesch/Doxygen/1.12.0/DimitriVanHeesch.Doxygen.installer.yaml
new file mode 100644
index 0000000000000..8b648c8fb22a9
--- /dev/null
+++ b/manifests/d/DimitriVanHeesch/Doxygen/1.12.0/DimitriVanHeesch.Doxygen.installer.yaml
@@ -0,0 +1,15 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: DimitriVanHeesch.Doxygen
+PackageVersion: 1.12.0
+InstallerType: inno
+UpgradeBehavior: install
+ReleaseDate: 2024-08-07
+Installers:
+- Architecture: x64
+  InstallerUrl: https://www.doxygen.nl/files/doxygen-1.12.0-setup.exe
+  InstallerSha256: 8AE749DA987DC289D57DC5AE5F08643B25BA91586A3842CAFA08AAFDBF0243D6
+  ProductCode: doxygen_is1
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/d/DimitriVanHeesch/Doxygen/1.12.0/DimitriVanHeesch.Doxygen.locale.en-US.yaml b/manifests/d/DimitriVanHeesch/Doxygen/1.12.0/DimitriVanHeesch.Doxygen.locale.en-US.yaml
new file mode 100644
index 0000000000000..4a21632f0efcd
--- /dev/null
+++ b/manifests/d/DimitriVanHeesch/Doxygen/1.12.0/DimitriVanHeesch.Doxygen.locale.en-US.yaml
@@ -0,0 +1,134 @@
+# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: DimitriVanHeesch.Doxygen
+PackageVersion: 1.12.0
+PackageLocale: en-US
+Publisher: Dimitri van Heesch
+PublisherUrl: https://www.doxygen.nl/
+PublisherSupportUrl: https://www.doxygen.nl/support.html
+PrivacyUrl: https://www.doxygen.nl/privacy.html
+Author: Dimitri van Heesch
+PackageName: doxygen
+PackageUrl: https://www.doxygen.nl/
+License: GPL-2.0
+LicenseUrl: https://www.doxygen.nl/license.html
+Copyright: Copyright © 1997-2024 by Dimitri van Heesch.
+# CopyrightUrl:
+ShortDescription: Source code documentation and analysis tool
+Description: Doxygen is a widely-used documentation generator tool in software development. It automates the generation of documentation from source code comments, parsing information about classes, functions, and variables to produce output in formats like HTML and PDF. By simplifying and standardizing the documentation process, Doxygen enhances collaboration and maintenance across diverse programming languages and project scales.
+# Moniker:
+Tags:
+- document
+- documentation
+ReleaseNotes: |-
+  Features
+  - Adding "engine" chen and chronology for plantuml [view]
+  - Also allow backticks to be combined with emphasis in Markdown [view]
+  Bug fixes
+  - issue #5661 Inheritance by non-documented classes shows the name of the undocumented class (Origin: bugzilla #738840) [view]
+  - issue #5813 Protected inherited members not documented in derived class if protected functions in base class is not documented (Origin: bugzilla #751453) [view]
+  - issue #6473 Plantuml parse error [view], [view], [view], [view]
+  - issue #8256 Possible to get enum values in the Enumeration Type documentation [view], [view]
+  - issue #8900 markdown: account for punctuation chars before emphasis [view]
+  - issue #8902 markdown: account for quotation marks before emphasis [view]
+  - issue #10606 include command via ALIASES does not work anymore (snippetdoc) [view] and [view]
+  - issue #10696 markdown: allow italizing parentheses [view]
+  - issue #10835 Two relates group generates warning: found multiple \relates, \relatesalso or \memberof commands in a comment block, using last definition [view]
+  - issue #10866 Exiting with exit code 1, no warnings, no errors when executed on Github Action [view]
+  - issue #10878 semi-colon after a formula causes error [view]
+  - issue #10897 Incorrect warning about Objective-C Category method not being documented [view], [view]
+  - issue #10902 Commands defined via ALIASES tag have an extra space after value [view]
+  - issue #10902 Improve Markdown Support - blockquotes with special markers parse wrongly [view] and [view]
+  - issue #10904 Topics page lists modules but no descriptions [view]
+  - issue #10906 Unable to resolve reference to 'some/path/README.md' for \ref command [view]
+  - issue #10907 Cite command creates case sensitivity on name [view]
+  - issue #10915 base class function in code block no longer linked if the code block contains a derived class definition calling the base class function in Doxygen 1.9.5 or later [view]
+  - issue #10922 Doxywizard Font Size Rendering Problem on 4k HiRes Monitors [view]
+  - issue #10928 Setting JAVACC_CHAR_TYPE [view]
+  - issue #10932 message: [generated]:8: warning: invalid argument for command '\iline' [view]
+  - issue #10935 \snippet{doc} tag in Doxygen v1.11 adds incorrect paragraph with a break before snippet text [view], [view], [view], [view], [view]
+  - issue #10937 unexpected token TK_COMMAND_BS as the argument of `\ifile` [view], [view]
+  - issue #10949 Doxygen replaces # by :: [view]
+  - issue #10950 ASSERT(0) in docnode.cpp [view], [view], [view]
+  - issue #10951 Computing class inheritance relations -> segmentation fault when run against vulkan-hpp headers [view]
+  - issue #10952 Bad namespace handling with 'using namespace::member' syntax [view]
+  - issue #10953 Java Package Lists does not include nested packages [view]
+  - issue #10955 HTML comment affects output [view]
+  - issue #10956 Bad indent for list embedded in 
in man output [view] + - issue #10959 Capability to render GitHub flavor Markdown comments [view] + - issue #10959 Support of special HTML comments [view] + - issue #10960 Variadic macro expansion with comments [view] + - issue #10962 std:: hypertext link if a class documents std() function [view], [view] + - issue #10964 C++ specialization: warning: explicit link request could not be resolved. [view] + - issue #10969 \ref command does not respect "text" field for template classes in Doxygen 1.10.0 - trunk [view] + - issue #10970 Improvement of end of paragraph detection [view] + - issue #10972 Derived class documention no longer contains related functions using protected inheritance on Doxygen trunk [view] + - issue #10973 attribute is repeated twice in python [view] + - issue #10977 dontinclude pattern find itself [view] + - issue #10987 Doxygen 1.11.0 for macOS reports 'sh: latex: command not found' [view], [view] + - issue #10989 Incorrect linking in C++ code [view] + - issue #10989 bison: error: '%name-prefix' and '%define api.prefix' cannot be used together [view] + - issue #10991 @snippetdoc not support multi lines [view] + - issue #10994 Automatic link for macro defined in different header file no longer generated [view] + - issue #10995 Build issue: Build picks up wrong git info [view] + - issue #10997 How to tell Doxygen to process an #include within a class definition [view], [view] + - issue #11000 Cannot read properties of undefined (reading 'css') (resize.js:64) [view] + - issue #11006 Unable to get property 'style' of undefined or null reference [view] + - issue #11010 Automatic link to typedef no longer generated if typedef declared twice [view] + - issue #11013 compound.xsd is missing types for some elements [view] + - issue #11015 Faulty xml generated when markdown header is too deep [view] + - issue #11015 In Doxygen 1.11.0, Include Graphs are not made for Java [view] + - issue #11016 Faulty xml generated when markdown header is too deep. [view], [view], [view], [view] + - issue #11031 extra WS in @brief docu block break layout [view] + - issue #11033 Illegal command '\ifile' found as part of a title section [view] + - issue #11036 The body of a macro entirely defined on 1 line gets sucked into the synopsis [view] + - issue #11056 HTML: Interactive SVG "viewHeight" is not defined + - Prevent extra scrollbar in HTML output when using Firefox [view] and [view] + - xmllint error in combination with addindex command [view] + - Files stayed in RTF directory [view] + - Remove temporary file [view] + - Warning in case of `0.` as start of a list. [view] + - With the simple file ``` /// \file ``` and setting ``` GENERATE_RTF=YES ``` we get in the messages a number of times the message: ``` Style 'Heading6' redefines \s5. ``` [view] + - Python class vaiables type and initial value [view] + - Fix buffer overflow in Markdown parser [view] + - Add code coloring for Fortran RANK statement [view] + - Fixed a number of coverity warnings [view] and [view] + - [fix] multithreading issue with ModuleManager [view] + - fix: use correct option name with system sqlite3 [view] + - Missing filename for tag warnings [view] + - Stop showing classes and concepts in namespace list [view] + Improved user feedback and documentation + - Document all possible values of dir attribute in param command [view], [view] and [view] + - made row of asterisks same length to align them [view], [view] + - Spelling correction [view] and [view] + - Redirecting link corrected [view] + - Debug output for layout file [view] + - Enable additional asserts in debug builds [view] + - Setup for doxygen documentation [view] + Refactoring and cleanup + - Changed debug mode define to avoid linker issues on macOS [view] + - Selection possibility of values from an enum (class) by means of `is_any_of` [view] + - Use CMake's FindIconv (see #10887) [view] + - Improve readability of codebase [view] + - Cleanup `Doxygen::terminating` [view] + - Better type safety of enums [view] and [view] + - Refactoring: Remove mutable from DotNode's m_written member variable [view] + - Refactoring: Remove unneeded mutable for MemberDefImpl::m_annScope [view] + - Refactoring: reduce lock contention when adding cross references [view] + - Refactoring: reduce lock contention when reading code fragments [view] + - Refactoring: reduce lock contention when writing tooltips [view] + - Refactoring: remove avoidable const_cast's [view] + - Refactoring: remove mutable from DefinitionAliasImpl [view] + - Refactoring: remove unneeded const_cast's [view] + - Refactoring: remove unused resolveAlias() method from ClassDef/ConceptDef [view] + - Refactoring: Make MemberTypeList a class instead of enum with bit mask [view] + - Prepare CMakeLists.txt for using mutrace (Linux only) [view] +ReleaseNotesUrl: https://www.doxygen.nl/manual/changelog.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://www.doxygen.nl/manual/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DimitriVanHeesch/Doxygen/1.12.0/DimitriVanHeesch.Doxygen.locale.zh-CN.yaml b/manifests/d/DimitriVanHeesch/Doxygen/1.12.0/DimitriVanHeesch.Doxygen.locale.zh-CN.yaml new file mode 100644 index 0000000000000..644691f85b92a --- /dev/null +++ b/manifests/d/DimitriVanHeesch/Doxygen/1.12.0/DimitriVanHeesch.Doxygen.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: DimitriVanHeesch.Doxygen +PackageVersion: 1.12.0 +PackageLocale: zh-CN +Publisher: Dimitri van Heesch +PublisherUrl: https://www.doxygen.nl/ +PublisherSupportUrl: https://www.doxygen.nl/support.html +PrivacyUrl: https://www.doxygen.nl/privacy.html +Author: Dimitri van Heesch +PackageName: doxygen +PackageUrl: https://www.doxygen.nl/ +License: GPL-2.0 +LicenseUrl: https://www.doxygen.nl/license.html +Copyright: Copyright © 1997-2024 by Dimitri van Heesch. +# CopyrightUrl: +ShortDescription: 源代码文档生成和分析工具 +Description: Doxygen 是软件开发中广泛使用的文档生成工具,可以自动根据源代码注释生成文档,解析有关类、函数和变量的信息,生成 HTML 和 PDF 等格式的输出。通过简化和标准化文档编写过程,Doxygen 增强了跨编程语言和项目规模的协作和维护能力。 +# Moniker: +Tags: +- 文档 +# ReleaseNotes: +ReleaseNotesUrl: https://www.doxygen.nl/manual/changelog.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.doxygen.nl/manual/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DimitriVanHeesch/Doxygen/1.12.0/DimitriVanHeesch.Doxygen.yaml b/manifests/d/DimitriVanHeesch/Doxygen/1.12.0/DimitriVanHeesch.Doxygen.yaml new file mode 100644 index 0000000000000..5af843050b65c --- /dev/null +++ b/manifests/d/DimitriVanHeesch/Doxygen/1.12.0/DimitriVanHeesch.Doxygen.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DimitriVanHeesch.Doxygen +PackageVersion: 1.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DinamoNetworks/HSMDinamo/4.12.0/DinamoNetworks.HSMDinamo.installer.yaml b/manifests/d/DinamoNetworks/HSMDinamo/4.12.0/DinamoNetworks.HSMDinamo.installer.yaml new file mode 100644 index 0000000000000..c02f7d982c519 --- /dev/null +++ b/manifests/d/DinamoNetworks/HSMDinamo/4.12.0/DinamoNetworks.HSMDinamo.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DinamoNetworks.HSMDinamo +PackageVersion: 4.12.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{9E844434-1766-4775-8F30-E33360C33950}' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.dinamonetworks.io/bin/client/windows/x64/4.12.0/dinamo-4.12.0-x64-setup.msi + InstallerSha256: 1EE60DB9DF7D1A032D4F60F40DF08CE8A9DD17515B84C268DC14D50B51E8D012 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DinamoNetworks/HSMDinamo/4.12.0/DinamoNetworks.HSMDinamo.locale.pt-BR.yaml b/manifests/d/DinamoNetworks/HSMDinamo/4.12.0/DinamoNetworks.HSMDinamo.locale.pt-BR.yaml new file mode 100644 index 0000000000000..bbc413d3ae41a --- /dev/null +++ b/manifests/d/DinamoNetworks/HSMDinamo/4.12.0/DinamoNetworks.HSMDinamo.locale.pt-BR.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DinamoNetworks.HSMDinamo +PackageVersion: 4.12.0 +PackageLocale: pt-BR +Publisher: Dinamo Networks +PublisherUrl: https://www.dinamonetworks.com +PublisherSupportUrl: https://docs.suporte.dinamonetworks.io/ +PrivacyUrl: https://docs.suporte.dinamonetworks.io/ +Author: Dinamo Networks +PackageName: HSM Dinamo +PackageUrl: https://docs.dinamonetworks.io/hsm/soft_client/installation/windows/ +License: MIT +ShortDescription: Software para os HSMs (Hardware Secure Module) Dinamo Networks. +Moniker: HSM +Tags: +- hsm +- dinamo +- segurança +- dinamo networks +- cryptografia +- msc +- fips +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DinamoNetworks/HSMDinamo/4.12.0/DinamoNetworks.HSMDinamo.yaml b/manifests/d/DinamoNetworks/HSMDinamo/4.12.0/DinamoNetworks.HSMDinamo.yaml new file mode 100644 index 0000000000000..c852d51746639 --- /dev/null +++ b/manifests/d/DinamoNetworks/HSMDinamo/4.12.0/DinamoNetworks.HSMDinamo.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DinamoNetworks.HSMDinamo +PackageVersion: 4.12.0 +DefaultLocale: pt-BR +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dio/PureCodec/20240730/Dio.PureCodec.installer.yaml b/manifests/d/Dio/PureCodec/20240730/Dio.PureCodec.installer.yaml new file mode 100644 index 0000000000000..c1b7143845385 --- /dev/null +++ b/manifests/d/Dio/PureCodec/20240730/Dio.PureCodec.installer.yaml @@ -0,0 +1,205 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Dio.PureCodec +PackageVersion: "20240730" +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- potplayer +- potrun +- rtmp +- rtsp +FileExtensions: +- "264" +- "265" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- apl +- asf +- ass +- asx +- au +- avi +- avs +- awb +- bdmv +- bik +- caf +- cda +- cue +- dav +- dff +- divx +- dmskm +- dpg +- dpl +- dsa +- dsf +- dsm +- dss +- dsv +- dts +- dtshd +- dtsma +- dv +- dvr-ms +- eac3 +- ec3 +- evo +- f4v +- flac +- flc +- fli +- flic +- flv +- h264 +- h265 +- hdmov +- hevc +- hm10 +- idx +- ifo +- ismv +- ivf +- k3g +- lmp4 +- m1a +- m1v +- m2a +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4p +- m4r +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mod +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mp4v +- mpa +- mpc +- mpcpl +- mpd +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mts +- mxf +- nsr +- nsv +- nut +- obu +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pbf +- pls +- psb +- pva +- qt +- ra +- ram +- rec +- rm +- rmi +- rmm +- rmvb +- roq +- rp +- rpm +- rt +- sbv +- sfd +- skm +- smi +- smil +- smk +- snd +- spx +- srt +- ssa +- ssf +- ssif +- sub +- sup +- swf +- tak +- thd +- tp +- tpr +- trp +- ts +- tta +- ttml +- usf +- vc1 +- vob +- vpy +- vtt +- w64 +- wav +- wax +- weba +- webm +- wm +- wma +- wmp +- wmv +- wmx +- wpl +- wtv +- wv +- wvx +- xspf +- xss +- y4m +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x86 + InstallerUrl: http://dl-t1.wmzhe.com/13/13163/PureCodec20240730.exe + InstallerSha256: BB06559C87EBC00CA3DDFBA6C1FAD6F2A9BCFFE9D13E6A885A1EF971AF2E3BD7 + ProductCode: PureCodec +- Architecture: x64 + InstallerUrl: http://dl-t1.wmzhe.com/13/13163/PureCodec20240730.exe + InstallerSha256: BB06559C87EBC00CA3DDFBA6C1FAD6F2A9BCFFE9D13E6A885A1EF971AF2E3BD7 + ProductCode: PureCodec +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dio/PureCodec/20240730/Dio.PureCodec.locale.en-US.yaml b/manifests/d/Dio/PureCodec/20240730/Dio.PureCodec.locale.en-US.yaml new file mode 100644 index 0000000000000..1dce31a72c7d8 --- /dev/null +++ b/manifests/d/Dio/PureCodec/20240730/Dio.PureCodec.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Dio.PureCodec +PackageVersion: "20240730" +PackageLocale: en-US +Publisher: Dio +PublisherUrl: https://diodiy.lofter.com/ +PublisherSupportUrl: https://diodiy.lofter.com/ +# PrivacyUrl: +# Author: +PackageName: Pure Codec +PackageUrl: https://jm.wmzhe.com/ +License: Freeware +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: Codec pack for HD fans +Description: Pure Codec is a well-built codec pack for HD fans, capable of decoding and playing popular video and audio formats by hardware and software. It integrates multimedia player PotPlayer, MPC-HC and MPC-BE, splitter and decoder suite LAV Filters, high quality renderer madVR, and supports Chinese and English. +# Moniker: +Tags: +- audio +- codec +- decode +- lav +- madvr +- media +- mpc +- mpc-be +- mpc-hc +- multimedia +- music +- player +- potplayer +- video +# ReleaseNotes: +ReleaseNotesUrl: http://diodiy.top/?thread-1.htm +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dio/PureCodec/20240730/Dio.PureCodec.locale.zh-CN.yaml b/manifests/d/Dio/PureCodec/20240730/Dio.PureCodec.locale.zh-CN.yaml new file mode 100644 index 0000000000000..175e52b2066dc --- /dev/null +++ b/manifests/d/Dio/PureCodec/20240730/Dio.PureCodec.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Dio.PureCodec +PackageVersion: "20240730" +PackageLocale: zh-CN +Publisher: Dio +PublisherUrl: https://diodiy.lofter.com/ +PublisherSupportUrl: https://diodiy.lofter.com/ +# PrivacyUrl: +# Author: +PackageName: 完美解码 +PackageUrl: https://jm.wmzhe.com/ +License: 免费软件 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 追求极致,只为完美视听体验 +Description: 完美解码是一款为高清影视爱好者精心打造的影音解码包,能软硬件解码播放流行的视频和音频格式。集成多媒体播放器 PotPlayer、MPC-HC、MPC-BE,分离器解码器套件 LAV Filters,高画质渲染器 madVR,支持中英语言安装使用。 +# Moniker: +Tags: +- lav +- madvr +- mpc +- mpc-be +- mpc-hc +- potplayer +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +ReleaseNotes: |- + + 更新 PotPlayer v240618(1.7.22262) 未加壳修改版 + + 更新 MPC-HC v2.3.3 + + 更新 MPC Video Renderer v0.8.5.2268 +ReleaseNotesUrl: http://diodiy.top/?thread-1.htm +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dio/PureCodec/20240730/Dio.PureCodec.yaml b/manifests/d/Dio/PureCodec/20240730/Dio.PureCodec.yaml new file mode 100644 index 0000000000000..251c62714f11f --- /dev/null +++ b/manifests/d/Dio/PureCodec/20240730/Dio.PureCodec.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Dio.PureCodec +PackageVersion: "20240730" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DirSoft/ARPro/17.0.1.1120/DirSoft.ARPro.installer.yaml b/manifests/d/DirSoft/ARPro/17.0.1.1120/DirSoft.ARPro.installer.yaml deleted file mode 100644 index 8d3ffe055cbf1..0000000000000 --- a/manifests/d/DirSoft/ARPro/17.0.1.1120/DirSoft.ARPro.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: DirSoft.ARPro -PackageVersion: 17.0.1.1120 -InstallerType: exe -InstallerSwitches: - Silent: /q -Installers: -- Architecture: x64 - InstallerUrl: https://www.dirigosoftware.com/dlfiles/ARSuite/arpro-setup.exe - InstallerSha256: 740F44066ABBF009A93564622687198172BCD43CEFE44BCD5F082BDB6AF7B241 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/d/DirSoft/ARPro/17.0.1.1120/DirSoft.ARPro.yaml b/manifests/d/DirSoft/ARPro/17.0.1.1120/DirSoft.ARPro.yaml deleted file mode 100644 index f3890afa1c90d..0000000000000 --- a/manifests/d/DirSoft/ARPro/17.0.1.1120/DirSoft.ARPro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: DirSoft.ARPro -PackageVersion: 17.0.1.1120 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/d/DirSoft/ARPro/17.0.1.1121/DirSoft.ARPro.installer.yaml b/manifests/d/DirSoft/ARPro/17.0.1.1121/DirSoft.ARPro.installer.yaml new file mode 100644 index 0000000000000..1938d5c470cc6 --- /dev/null +++ b/manifests/d/DirSoft/ARPro/17.0.1.1121/DirSoft.ARPro.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2024/Aug/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: DirSoft.ARPro +PackageVersion: 17.0.1.1121 +InstallerType: exe +InstallerSwitches: + Silent: /q +Installers: +- Architecture: x64 + InstallerUrl: https://www.dirigosoftware.com/dlfiles/ARSuite/arpro-setup.exe + InstallerSha256: A116C31FB20D52BC227FCA4CA267CD2BE043D94F85C6D7F57E0E0CF000B3B976 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/d/DirSoft/ARPro/17.0.1.1120/DirSoft.ARPro.locale.en-US.yaml b/manifests/d/DirSoft/ARPro/17.0.1.1121/DirSoft.ARPro.locale.en-US.yaml similarity index 81% rename from manifests/d/DirSoft/ARPro/17.0.1.1120/DirSoft.ARPro.locale.en-US.yaml rename to manifests/d/DirSoft/ARPro/17.0.1.1121/DirSoft.ARPro.locale.en-US.yaml index b1f8967be542e..5c5c26a73f6d7 100644 --- a/manifests/d/DirSoft/ARPro/17.0.1.1120/DirSoft.ARPro.locale.en-US.yaml +++ b/manifests/d/DirSoft/ARPro/17.0.1.1121/DirSoft.ARPro.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/16 +# Automatically updated by the winget bot at 2024/Aug/09 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: DirSoft.ARPro -PackageVersion: 17.0.1.1120 +PackageVersion: 17.0.1.1121 PackageLocale: en-US Publisher: Dirigo Software PackageName: Accident Reconstruction Professional diff --git a/manifests/d/DirSoft/ARPro/17.0.1.1121/DirSoft.ARPro.yaml b/manifests/d/DirSoft/ARPro/17.0.1.1121/DirSoft.ARPro.yaml new file mode 100644 index 0000000000000..f16428a8fe45e --- /dev/null +++ b/manifests/d/DirSoft/ARPro/17.0.1.1121/DirSoft.ARPro.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: DirSoft.ARPro +PackageVersion: 17.0.1.1121 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..a65e6524eed93 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9053 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x86 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x86/1.0.9053/DiscordSetup.exe + InstallerSha256: 5E5E327A2E995639BC9C6E1C00CAF35CFD91C2E34A8432702D9D622BA3ECA6F1 + ProductCode: Discord +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..96d69f9d138b7 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9053 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..2f07415c76b8a --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9053 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +# Moniker: +Tags: +- conversa +- conversação-por-voz +- conversar +- jogos +- voz +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..75f20900bb1ef --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9053 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.yaml new file mode 100644 index 0000000000000..d3ea35ca7f2af --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9053/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9053 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..cacd1a43d3b46 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9054 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x86 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x86/1.0.9054/DiscordSetup.exe + InstallerSha256: 5C2EDA8E2FCD4755E0B9AECFAEA60E493990A4C55C295A3D64681B3531C610AC + ProductCode: Discord +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..fd17ddd4504cf --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9054 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..5703f46e6f5c1 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9054 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +# Moniker: +Tags: +- conversa +- conversação-por-voz +- conversar +- jogos +- voz +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4bc6be67fb2ca --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9054 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.yaml new file mode 100644 index 0000000000000..2a25c68d94a77 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9054/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9054 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..7a609e73a5fac --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9055 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x86 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x86/1.0.9055/DiscordSetup.exe + InstallerSha256: 3E4C75D0197B88CE6E30C9A709CA72AEBC4B71E6EED78EB867DB1BCF490580C5 + ProductCode: Discord +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..fd26503a2a33a --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9055 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..389e352689333 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9055 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +# Moniker: +Tags: +- conversa +- conversação-por-voz +- conversar +- jogos +- voz +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..07a8f07467caf --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9055 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.yaml new file mode 100644 index 0000000000000..54a2651d5b2af --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9055/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9055 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..05650fb3b9bb0 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9056 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x86 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x86/1.0.9056/DiscordSetup.exe + InstallerSha256: 0F3E319EAA20EB6A2EBDFBB58FA270F17B9A5D89085A96D5A94DB3828129A3E0 + ProductCode: Discord +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..0be76a2614517 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9056 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..8f224f7d058bb --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9056 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +# Moniker: +Tags: +- conversa +- conversação-por-voz +- conversar +- jogos +- voz +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4a3a0540bc4a8 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9056 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.yaml new file mode 100644 index 0000000000000..bc1a60ba7a4cb --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9056/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9056 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..b82db9590d2e1 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9057 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: deny +Protocols: +- discord +ReleaseDate: 2024-08-13 +RequireExplicitUpgrade: true +Installers: +- Architecture: x86 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x86/1.0.9057/DiscordSetup.exe + InstallerSha256: B119F405829511270EBB7FB3523C7311061B50563606C69E10EC4BA6E026D856 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..26e1b6dbf10f4 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9057 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..210c53e185dab --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9057 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversar +- conversação-por-voz +- jogos +- voz +PurchaseUrl: https://discord.com/nitro +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..816f43c143617 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9057 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.yaml new file mode 100644 index 0000000000000..5411425a11768 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9057/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9057 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..41dfc7f271c1d --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9058 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: deny +Protocols: +- discord +ReleaseDate: 2024-08-22 +RequireExplicitUpgrade: true +Installers: +- Architecture: x86 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x86/1.0.9058/DiscordSetup.exe + InstallerSha256: D392ED7EFE44081AD92D82A18C847B4A721874E8F8168619576A3F90AC735D01 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..7ba5a02442bd2 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9058 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..76214fed09aad --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9058 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversar +- conversação-por-voz +- jogos +- voz +PurchaseUrl: https://discord.com/nitro +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..14c117f463fdc --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9058 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.yaml new file mode 100644 index 0000000000000..e9c5543dd81e6 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9058/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9058 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..0f8648d88f84f --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9059 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: deny +Protocols: +- discord +ReleaseDate: 2024-09-04 +RequireExplicitUpgrade: true +Installers: +- Architecture: x86 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x86/1.0.9059/DiscordSetup.exe + InstallerSha256: 85060117D7C75378FCBF8B3824E79549002BC5298AE46FCAA2524C83C476596A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..1e5d09f43c662 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9059 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..9f8a972bd8f65 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9059 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversar +- conversação-por-voz +- jogos +- voz +PurchaseUrl: https://discord.com/nitro +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3a3e26cc6011b --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9059 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.yaml new file mode 100644 index 0000000000000..682114f68a6f0 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9059/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9059 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..5a263e272521d --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9155 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x64/1.0.9155/DiscordSetup.exe + InstallerSha256: 0EBFBC070E447829A0B8D396A26B88014EE2767A5C50CCE4C24F84A196AA43B6 + ProductCode: Discord +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..dc46794255cb1 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9155 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..9350691fcedb5 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9155 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +# Moniker: +Tags: +- conversa +- conversação-por-voz +- conversar +- jogos +- voz +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..18365641226c1 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9155 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.yaml new file mode 100644 index 0000000000000..a207b042a4e7a --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9155/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9155 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..7ea25fb278be4 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9156 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x64/1.0.9156/DiscordSetup.exe + InstallerSha256: DEE616535862CC19206A2159E8A5CB2BFA26AEB3AA7E5FC60DF72A62DAFF07C3 + ProductCode: Discord +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..1bdb85eb7ffb4 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9156 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..d94f017f320e4 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9156 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +# Moniker: +Tags: +- conversa +- conversação-por-voz +- conversar +- jogos +- voz +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f784fa06b73ba --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9156 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.yaml new file mode 100644 index 0000000000000..9b2ed0a0f9770 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9156/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9156 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..be4b32e36b050 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9157 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x64/1.0.9157/DiscordSetup.exe + InstallerSha256: C361746FBC8C4020D7220C70845A92B03DB82D3DC13289FF81A3C1720D1B6082 + ProductCode: Discord +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..562f7d7f5d970 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9157 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..c1911d3f4c9fc --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9157 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +# Moniker: +Tags: +- conversa +- conversação-por-voz +- conversar +- jogos +- voz +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..170278537535e --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9157 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.yaml new file mode 100644 index 0000000000000..c375271d27daa --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9157/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9157 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..ccefae8434374 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9158 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: deny +Protocols: +- discord +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x64/1.0.9158/DiscordSetup.exe + InstallerSha256: 8D5C5C4AA33C9BAE3F6F2D82E27BD7246389B490081434BA735A926FB63F6380 + ProductCode: Discord +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..b06b4a1dc00fa --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9158 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..fa1bd6c58c7d6 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9158 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversar +- conversação-por-voz +- jogos +- voz +PurchaseUrl: https://discord.com/nitro +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..de90138880ba9 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9158 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.yaml new file mode 100644 index 0000000000000..8c39bb0af2e07 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9158/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9158 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..00d0a4033c097 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9159 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: deny +Protocols: +- discord +ReleaseDate: 2024-08-22 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x64/1.0.9159/DiscordSetup.exe + InstallerSha256: 1BD8B01E8CF29C2A46A5502F8B08C7281E8B2F9CD9874204475CB2A9E66B500D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..08b3817c2ace7 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9159 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..b4eebee765cef --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9159 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversar +- conversação-por-voz +- jogos +- voz +PurchaseUrl: https://discord.com/nitro +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..16fcb5faa0cb5 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9159 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.yaml new file mode 100644 index 0000000000000..8a406e8ff6886 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9159/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9159 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..7490d279ce350 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9160 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: deny +Protocols: +- discord +ReleaseDate: 2024-08-27 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x64/1.0.9160/DiscordSetup.exe + InstallerSha256: CE2976F45E1B766D890EBF4D9E1914E4C58869BC1DADBDDA17B40A5A54EFF478 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..3d518356a2f32 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9160 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..01e1016376c0f --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9160 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversar +- conversação-por-voz +- jogos +- voz +PurchaseUrl: https://discord.com/nitro +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bf9907e74d114 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9160 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.yaml new file mode 100644 index 0000000000000..f4bcee23e2040 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9160/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9160 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..213832f84643d --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9161 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: deny +Protocols: +- discord +ReleaseDate: 2024-08-28 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x64/1.0.9161/DiscordSetup.exe + InstallerSha256: 26E1FF9FC464497B5860C4133877DE7606482F4C14C6BE84D52E423FE29B98F0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..c11a388c1927a --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9161 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..6d892ce4f1c98 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9161 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversar +- conversação-por-voz +- jogos +- voz +PurchaseUrl: https://discord.com/nitro +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a4ed421023cd2 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9161 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.yaml new file mode 100644 index 0000000000000..87ef3bad6b98d --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9161/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9161 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..24562e025ba3e --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9162 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: deny +Protocols: +- discord +ReleaseDate: 2024-09-04 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x64/1.0.9162/DiscordSetup.exe + InstallerSha256: 82F0168B412544B6C47577805B5703A819DF2315D26EE433C0EBCE90ACB05F7C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..393c9ef434685 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9162 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..987578665b209 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9162 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversar +- conversação-por-voz +- jogos +- voz +PurchaseUrl: https://discord.com/nitro +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..490bfdd29a04e --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9162 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.yaml new file mode 100644 index 0000000000000..9640c9d2b2c22 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9162/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9162 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..9ff266be5878d --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9163 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: deny +Protocols: +- discord +ReleaseDate: 2024-09-09 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x64/1.0.9163/DiscordSetup.exe + InstallerSha256: C7ED2687E38737F4FA22D9096EC37EA3C4804636A172C8457A8E85ABD236A590 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..8e7f4b32cc1ef --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,32 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9163 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..803e3cdd8b3f3 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9163 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversar +- conversação-por-voz +- jogos +- voz +PurchaseUrl: https://discord.com/nitro +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..962e047f178b9 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9163 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.yaml new file mode 100644 index 0000000000000..5124b68e020b7 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9163/Discord.Discord.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9163 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.415/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.415/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..68b10ba05c30e --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.415/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.415 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.415/DiscordCanarySetup.exe + InstallerSha256: 571E50ACC9B3AA13B0EEA8F624C9AC3CD3315B456AABDFB94A964733CB237C17 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.415/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.415/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..95a7e3143f5f1 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.415/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.415 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.415/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.415/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cea72641ae99f --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.415/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.415 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.415/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.415/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..fd88968aa9fe5 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.415/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.415 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.416/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.416/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..23b07ed7ee915 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.416/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.416 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.416/DiscordCanarySetup.exe + InstallerSha256: 5D33538BA23259441F787B41B12BB44880C7A412EC0BEAEB7A8A209A9DE6D8A9 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.416/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.416/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..54851eb917fc2 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.416/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.416 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.416/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.416/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9a1820bdac41e --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.416/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.416 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.416/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.416/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..1f199da045020 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.416/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.416 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.417/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.417/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..9ac38cb32e5b3 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.417/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.417 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.417/DiscordCanarySetup.exe + InstallerSha256: 35360CD9580AD2B70BC166AB2D1EE3C5202B2132205B5571EBA1C8B249BDFF07 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.417/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.417/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..843d46c8c8ec7 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.417/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.417 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.417/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.417/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e54e2a5dd4a44 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.417/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.417 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.417/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.417/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..5bf5e8cf51804 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.417/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.417 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.418/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.418/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..9703727d34b32 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.418/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.418 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.418/DiscordCanarySetup.exe + InstallerSha256: 7F1DA886270C2B7EB40E905F1CAAC4B70F3D45F26065DF2EAA63AD8DE0DD2591 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.418/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.418/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..8340d6d5dfda5 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.418/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.418 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.418/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.418/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5c186a1ac8058 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.418/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.418 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.418/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.418/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..d597efbac0d68 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.418/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.418 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.420/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.420/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..de6768cc02131 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.420/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.420 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.420/DiscordCanarySetup.exe + InstallerSha256: 78B8581DC8FC765D15735F2F42BDD4A578A5A52C0CB25B5A0987F560FFF7E910 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.420/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.420/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..583c161cc6ba7 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.420/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.420 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.420/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.420/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fba9edc53442a --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.420/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.420 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.420/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.420/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..b20b3e28e47ce --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.420/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.420 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.422/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.422/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..683c211aac612 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.422/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.422 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.422/DiscordCanarySetup.exe + InstallerSha256: B0FB98AE2AB3163F046F3975C415FF996C71DB4C6CF83BD3C6B17E29B664447F + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.422/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.422/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..ba0133bf0096b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.422/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.422 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.422/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.422/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..31ce2dbec2be3 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.422/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.422 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.422/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.422/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..d856796c5f43b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.422/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.422 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.423/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.423/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..81cd6ee0a5c5b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.423/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.423 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.423/DiscordCanarySetup.exe + InstallerSha256: D61995DFD3614090B7D53268215B07B4982F3ED6227F4D51C4F66510C494A916 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.423/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.423/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..9c0a745a707bc --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.423/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.423 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.423/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.423/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a376c3906d594 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.423/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.423 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.423/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.423/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..44635f3039e20 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.423/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.423 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.424/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.424/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..6c2af2d208dd6 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.424/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.424 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.424/DiscordCanarySetup.exe + InstallerSha256: B93A90AD92073F73F94F4ABA127E9D4310B9A4ABC14778CD1C6D973F2703384E + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.424/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.424/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..d14342b28e908 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.424/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.424 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.424/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.424/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a61889e5477f9 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.424/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.424 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.424/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.424/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..f0b8bb474dd72 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.424/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.424 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.425/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.425/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..7ea4614baa909 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.425/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.425 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.425/DiscordCanarySetup.exe + InstallerSha256: C3BCA6F56DEF105289688688E766FCEB6D9400BC8EAC80765DBBE182850DB85D + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.425/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.425/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..73b5648155230 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.425/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.425 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.425/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.425/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4046b33196143 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.425/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.425 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.425/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.425/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..74cd406a1da34 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.425/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.425 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.426/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.426/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..ff2cf4b4ffabc --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.426/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.426 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.426/DiscordCanarySetup.exe + InstallerSha256: 27A8C08C526B80B425A7D2010F5C579A48D9C30230B5F61C11471D242E10F7F9 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.426/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.426/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..e5e44f1a58da2 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.426/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.426 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.426/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.426/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0abf87a93a85b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.426/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.426 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.426/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.426/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..ab11f0fb7f8b2 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.426/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.426 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.427/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.427/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..b90ee6ee0d67a --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.427/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.427 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.427/DiscordCanarySetup.exe + InstallerSha256: EC7696592FB88BCF1C3D68D1F19EFB708DB13CD4B5A8353003E19AFA103EF4CA + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.427/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.427/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..391954d81ca7e --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.427/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.427 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.427/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.427/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a70bf11c3fe9b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.427/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.427 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.427/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.427/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..3f8b91abe4a70 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.427/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.427 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.428/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.428/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..e4dcddf634b16 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.428/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.428 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.428/DiscordCanarySetup.exe + InstallerSha256: 1D55842ADB2668B6AAC04475629D45CD9D98E5629B11BEFD5C03ABE454B2ACC2 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.428/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.428/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..6ef41325b1e4e --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.428/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.428 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.428/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.428/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6d9c60c78db79 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.428/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.428 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.428/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.428/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..0ba6beb0df85b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.428/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.428 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.429/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.429/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..ca11a3aeacdb1 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.429/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.429 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.429/DiscordCanarySetup.exe + InstallerSha256: 842DDCF4C5D89EF8ABFB493EA051E42686A1FDBA2BF66119D82D9143FA1D4A83 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.429/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.429/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..698fc0b019729 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.429/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.429 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.429/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.429/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..02fabca6117f3 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.429/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.429 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.429/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.429/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..ad2ac8a48f34a --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.429/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.429 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.430/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.430/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..6fa40fd0be8b5 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.430/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.430 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.430/DiscordCanarySetup.exe + InstallerSha256: 9B6AB390AE7C38AF7A5B05408DFAEC3A3F46D66E526A7C3A717BF72B42EB359B + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.430/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.430/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..9506e5287a5ee --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.430/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.430 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.430/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.430/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6d55bcbf21f79 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.430/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.430 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.430/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.430/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..c67176dcdd095 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.430/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.430 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.431/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.431/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..de8bbfb8b1beb --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.431/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.431 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.431/DiscordCanarySetup.exe + InstallerSha256: 8F4C745655E6016D0F5CA528376AA580F32C61EFCE49AEE266DB540D46FC7337 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.431/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.431/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..4c98329e73ee0 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.431/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.431 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.431/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.431/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..43ae35ff102d8 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.431/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.431 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.431/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.431/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..132e55dd39f15 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.431/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.431 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.432/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.432/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..f2fee4d3edd4c --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.432/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.432 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.432/DiscordCanarySetup.exe + InstallerSha256: F8F2980BA796E101B0BAECBF8C94CAEED4ACA9D492F81FBB8962502030824197 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.432/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.432/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..854b1d3a42fc1 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.432/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.432 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.432/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.432/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d5d3157dec163 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.432/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.432 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.432/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.432/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..71c2cb46240d8 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.432/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.432 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.434/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.434/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..a27ef12b5dc31 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.434/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.434 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.434/DiscordCanarySetup.exe + InstallerSha256: 4343107356D0FA94BB96D91483A3417A49F8C83C59DA9596D2619B0D1F048BCE + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.434/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.434/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..f79450ca1def2 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.434/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.434 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.434/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.434/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e3eb9ecd69cad --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.434/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.434 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.434/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.434/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..0c9e1896e6628 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.434/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.434 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.435/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.435/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..0ad084a319139 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.435/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.435 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.435/DiscordCanarySetup.exe + InstallerSha256: 5F5B138D14FCD577855AADA633F466CA3E0E6A26A2A6F5CA85CE642D7AB64E11 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.435/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.435/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..499554bbac241 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.435/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.435 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.435/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.435/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c4fa50d376722 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.435/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.435 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.435/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.435/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..a6c9f8ca990b9 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.435/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.435 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.436/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.436/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..330834ff1f7a6 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.436/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.436 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.436/DiscordCanarySetup.exe + InstallerSha256: 4A71DFFF130C29B3AF4E89EE83ADCB5937E5394BB20D1F519F3740C3106479DC + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.436/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.436/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..3d351034124b6 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.436/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.436 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.436/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.436/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e21223f21a10d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.436/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.436 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.436/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.436/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..aeef0567a8e7d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.436/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.436 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.437/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.437/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..188c6722db185 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.437/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.437 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.437/DiscordCanarySetup.exe + InstallerSha256: 130C892E303906E9F58E107783F39A3E61D37C514F873AB3FBA906D34E5AA590 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.437/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.437/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..1f167f6912278 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.437/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.437 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.437/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.437/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ecb9dc14adf4d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.437/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.437 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.437/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.437/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..ede17eb01652b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.437/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.437 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.438/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.438/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..bad53894f4f83 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.438/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.438 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.438/DiscordCanarySetup.exe + InstallerSha256: 31D2EA2C237F2DD1948C0623C87398AD65340FE32798756D1AA8F0FB2B022E06 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.438/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.438/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..aa5934dda7a37 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.438/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.438 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.438/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.438/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..04c07b9357a77 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.438/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.438 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.438/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.438/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..057f0faac51f9 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.438/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.438 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.439/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.439/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..41765e0e3e3a7 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.439/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.439 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.439/DiscordCanarySetup.exe + InstallerSha256: B0A6B4FBAC117F65090EA86866CB0FE63735B061DEB7E995031C50656EA2F8F6 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.439/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.439/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..c82ea8255759e --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.439/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.439 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.439/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.439/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..84681a51412ce --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.439/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.439 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.439/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.439/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..86097c0b2193e --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.439/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.439 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.440/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.440/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..bbae050743742 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.440/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.440 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.440/DiscordCanarySetup.exe + InstallerSha256: 5FCE966C0A8E7213F413161C8709ABCA44612C86351006AEF20CA4057376F312 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.440/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.440/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..6d080a5f43107 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.440/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.440 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.440/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.440/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6de7c7084149d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.440/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.440 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.440/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.440/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..7b50108e75f8f --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.440/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.440 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.441/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.441/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..aeedb8de961bb --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.441/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.441 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.441/DiscordCanarySetup.exe + InstallerSha256: 1AD50BF9A5D48B983A39FAC5B23CCC652ABA4186949CACDB1585EDB4723DE5D0 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.441/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.441/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..764997257f5d2 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.441/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.441 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.441/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.441/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..02b6ecddb2a2b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.441/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.441 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.441/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.441/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..8878c86238e62 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.441/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.441 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.442/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.442/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..d90182d30f504 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.442/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.442 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.442/DiscordCanarySetup.exe + InstallerSha256: D8E1EBE8FF5C2E99DED53DD5AF768C2F5676ECF015E50827B119E093A5A326E8 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.442/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.442/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..38f861e086e91 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.442/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.442 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.442/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.442/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..492c6f7b46707 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.442/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.442 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.442/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.442/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..07cc2ea860109 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.442/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.442 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.443/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.443/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..7f50bc55b6566 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.443/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.443 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.443/DiscordCanarySetup.exe + InstallerSha256: 8CAC7DF9CA3FA3BAC34C601292806A47B2C45FED57941BD3AE5B7D60EEAB9C81 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.443/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.443/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..3df817a7f206f --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.443/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.443 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.443/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.443/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3f83dd2396e1f --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.443/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.443 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.443/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.443/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..c41a0824e1eef --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.443/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.443 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.444/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.444/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..44c1ceaacaa0d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.444/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.444 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.444/DiscordCanarySetup.exe + InstallerSha256: 5F287094A0676DC59DBEF6F7B1948B7A19E58F9EFB9AD5B1CF91CBA7CC075B44 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.444/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.444/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..fe533b51a8170 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.444/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.444 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.444/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.444/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ca133fca8d66f --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.444/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.444 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.444/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.444/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..69a8a1f2ac69a --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.444/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.444 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.445/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.445/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..5b6800edc30c8 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.445/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.445 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.445/DiscordCanarySetup.exe + InstallerSha256: 3DC09C0E7AA5FE8ACA3C410258AC97A95214E592BE758D02F5740E7B146F7434 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.445/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.445/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..fc8c87f5ddf8c --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.445/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.445 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.445/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.445/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0ec52f9c7239a --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.445/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.445 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.445/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.445/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..cf11d56c58553 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.445/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.445 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.446/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.446/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..bdb83e26fbb6e --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.446/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.446 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.446/DiscordCanarySetup.exe + InstallerSha256: F25169509B6910823C9004D817BA5522C221A302BE2574F4E7E7ED8C2FB9F418 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.446/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.446/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..9dae7ab2eef6e --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.446/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.446 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.446/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.446/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2064fedbe777f --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.446/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.446 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.446/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.446/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..a4ae060f7810c --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.446/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.446 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.447/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.447/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..ead8d88cbd6c8 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.447/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.447 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-canary.discordapp.net/distro/app/canary/win/x64/1.0.447/DiscordCanarySetup.exe + InstallerSha256: 3B73A94F79EDCBBCD1699F46AB73531D4A6BDAE7E73C962645940052041F66E6 + ProductCode: DiscordCanary +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.447/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.447/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..456775c6a3353 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.447/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.447 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.447/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.447/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..616ae1022de1b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.447/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.447 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.447/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.447/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..eb38b5b25cd06 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.447/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.447 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.867/Discord.Discord.Development.installer.yaml b/manifests/d/Discord/Discord/Development/1.0.867/Discord.Discord.Development.installer.yaml new file mode 100644 index 0000000000000..b4514828b596c --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.867/Discord.Discord.Development.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.867 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-development.discordapp.net/distro/app/development/win/x64/1.0.867/DiscordDevelopmentSetup.exe + InstallerSha256: AFBBAC4E6C501F7670779EAAFD6F0C6570FD31FC5483D96B26DB772C8F3E5A47 + ProductCode: DiscordDevelopment +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.867/Discord.Discord.Development.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/1.0.867/Discord.Discord.Development.locale.en-US.yaml new file mode 100644 index 0000000000000..0fddd639b2782 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.867/Discord.Discord.Development.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.867 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.867/Discord.Discord.Development.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/1.0.867/Discord.Discord.Development.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c38e9bd488b9e --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.867/Discord.Discord.Development.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.867 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.867/Discord.Discord.Development.yaml b/manifests/d/Discord/Discord/Development/1.0.867/Discord.Discord.Development.yaml new file mode 100644 index 0000000000000..c5318eebb6dba --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.867/Discord.Discord.Development.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.867 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.868/Discord.Discord.Development.installer.yaml b/manifests/d/Discord/Discord/Development/1.0.868/Discord.Discord.Development.installer.yaml new file mode 100644 index 0000000000000..b5b8e9aa9f413 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.868/Discord.Discord.Development.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.868 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-development.discordapp.net/distro/app/development/win/x64/1.0.868/DiscordDevelopmentSetup.exe + InstallerSha256: 2009FBA38478A69D7785065351B3FE411E0A4FFB16CAE6E935D30806E59BC831 + ProductCode: DiscordDevelopment +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.868/Discord.Discord.Development.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/1.0.868/Discord.Discord.Development.locale.en-US.yaml new file mode 100644 index 0000000000000..b1401c2f1e0f9 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.868/Discord.Discord.Development.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.868 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.868/Discord.Discord.Development.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/1.0.868/Discord.Discord.Development.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8714dfe12a680 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.868/Discord.Discord.Development.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.868 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.868/Discord.Discord.Development.yaml b/manifests/d/Discord/Discord/Development/1.0.868/Discord.Discord.Development.yaml new file mode 100644 index 0000000000000..37562dfe189fe --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.868/Discord.Discord.Development.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.868 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.869/Discord.Discord.Development.installer.yaml b/manifests/d/Discord/Discord/Development/1.0.869/Discord.Discord.Development.installer.yaml new file mode 100644 index 0000000000000..9d7375f14ddd8 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.869/Discord.Discord.Development.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.869 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-development.discordapp.net/distro/app/development/win/x64/1.0.869/DiscordDevelopmentSetup.exe + InstallerSha256: 7309F15858F98837ED38E6799E3FCBA729D04D1294F6CD8BDFF5706BE5D8F70A + ProductCode: DiscordDevelopment +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.869/Discord.Discord.Development.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/1.0.869/Discord.Discord.Development.locale.en-US.yaml new file mode 100644 index 0000000000000..1870b34732797 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.869/Discord.Discord.Development.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.869 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.869/Discord.Discord.Development.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/1.0.869/Discord.Discord.Development.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c74402b76d110 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.869/Discord.Discord.Development.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.869 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.869/Discord.Discord.Development.yaml b/manifests/d/Discord/Discord/Development/1.0.869/Discord.Discord.Development.yaml new file mode 100644 index 0000000000000..e41ab83d537f8 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.869/Discord.Discord.Development.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.869 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.870/Discord.Discord.Development.installer.yaml b/manifests/d/Discord/Discord/Development/1.0.870/Discord.Discord.Development.installer.yaml new file mode 100644 index 0000000000000..4cd721db31be0 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.870/Discord.Discord.Development.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.870 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-development.discordapp.net/distro/app/development/win/x64/1.0.870/DiscordDevelopmentSetup.exe + InstallerSha256: 6F3639B5D6954ED3718708975F659603BD12C23DF451205544DC6064B3F3C8AC + ProductCode: DiscordDevelopment +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.870/Discord.Discord.Development.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/1.0.870/Discord.Discord.Development.locale.en-US.yaml new file mode 100644 index 0000000000000..41c802c2452ba --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.870/Discord.Discord.Development.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.870 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.870/Discord.Discord.Development.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/1.0.870/Discord.Discord.Development.locale.zh-CN.yaml new file mode 100644 index 0000000000000..13fe0b4ab126f --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.870/Discord.Discord.Development.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.870 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.870/Discord.Discord.Development.yaml b/manifests/d/Discord/Discord/Development/1.0.870/Discord.Discord.Development.yaml new file mode 100644 index 0000000000000..17901f8129516 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.870/Discord.Discord.Development.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.870 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.871/Discord.Discord.Development.installer.yaml b/manifests/d/Discord/Discord/Development/1.0.871/Discord.Discord.Development.installer.yaml new file mode 100644 index 0000000000000..17af56672d9ab --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.871/Discord.Discord.Development.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.871 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-development.discordapp.net/distro/app/development/win/x64/1.0.871/DiscordDevelopmentSetup.exe + InstallerSha256: DA198F48ABFE7693B58C79A2885F167BF0397B5CA7047560499F12FAA8288D7A + ProductCode: DiscordDevelopment +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.871/Discord.Discord.Development.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/1.0.871/Discord.Discord.Development.locale.en-US.yaml new file mode 100644 index 0000000000000..2f1c5b0ad30c4 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.871/Discord.Discord.Development.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.871 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.871/Discord.Discord.Development.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/1.0.871/Discord.Discord.Development.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2ed292bd92741 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.871/Discord.Discord.Development.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.871 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.871/Discord.Discord.Development.yaml b/manifests/d/Discord/Discord/Development/1.0.871/Discord.Discord.Development.yaml new file mode 100644 index 0000000000000..c3bf6dd6189f9 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.871/Discord.Discord.Development.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.871 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.872/Discord.Discord.Development.installer.yaml b/manifests/d/Discord/Discord/Development/1.0.872/Discord.Discord.Development.installer.yaml new file mode 100644 index 0000000000000..849bfe9500d44 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.872/Discord.Discord.Development.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.872 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-development.discordapp.net/distro/app/development/win/x64/1.0.872/DiscordDevelopmentSetup.exe + InstallerSha256: 07923213C91F28BFB8A8A12DC9880CF80F1C96AD877D2EFA47E829CF09A6FB02 + ProductCode: DiscordDevelopment +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.872/Discord.Discord.Development.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/1.0.872/Discord.Discord.Development.locale.en-US.yaml new file mode 100644 index 0000000000000..652d9992df6ca --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.872/Discord.Discord.Development.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.872 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.872/Discord.Discord.Development.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/1.0.872/Discord.Discord.Development.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5e6c4e99a38f9 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.872/Discord.Discord.Development.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.872 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.872/Discord.Discord.Development.yaml b/manifests/d/Discord/Discord/Development/1.0.872/Discord.Discord.Development.yaml new file mode 100644 index 0000000000000..68e2b11c8d5b2 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.872/Discord.Discord.Development.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.872 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1093/Discord.Discord.PTB.installer.yaml b/manifests/d/Discord/Discord/PTB/1.0.1093/Discord.Discord.PTB.installer.yaml new file mode 100644 index 0000000000000..7023c9f818087 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1093/Discord.Discord.PTB.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1093 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-ptb.discordapp.net/distro/app/ptb/win/x64/1.0.1093/DiscordPTBSetup.exe + InstallerSha256: 26682F4DED2F218C83BD26ECA8065CF38024F472B2F2E793EB614422E78A3912 + ProductCode: DiscordPTB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1093/Discord.Discord.PTB.locale.en-US.yaml b/manifests/d/Discord/Discord/PTB/1.0.1093/Discord.Discord.PTB.locale.en-US.yaml new file mode 100644 index 0000000000000..55b666d53f5c5 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1093/Discord.Discord.PTB.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1093 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-ptb +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1093/Discord.Discord.PTB.locale.zh-CN.yaml b/manifests/d/Discord/Discord/PTB/1.0.1093/Discord.Discord.PTB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c37689ac577d8 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1093/Discord.Discord.PTB.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1093 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1093/Discord.Discord.PTB.yaml b/manifests/d/Discord/Discord/PTB/1.0.1093/Discord.Discord.PTB.yaml new file mode 100644 index 0000000000000..602f11b7b2793 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1093/Discord.Discord.PTB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1093 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1094/Discord.Discord.PTB.installer.yaml b/manifests/d/Discord/Discord/PTB/1.0.1094/Discord.Discord.PTB.installer.yaml new file mode 100644 index 0000000000000..1d6e446886037 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1094/Discord.Discord.PTB.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1094 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-ptb.discordapp.net/distro/app/ptb/win/x64/1.0.1094/DiscordPTBSetup.exe + InstallerSha256: 3F23D290113DADC12DDACE68FC9BFAA78D4EEB43E385B54A92C325C63C226A44 + ProductCode: DiscordPTB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1094/Discord.Discord.PTB.locale.en-US.yaml b/manifests/d/Discord/Discord/PTB/1.0.1094/Discord.Discord.PTB.locale.en-US.yaml new file mode 100644 index 0000000000000..4bc422297c18c --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1094/Discord.Discord.PTB.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1094 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-ptb +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1094/Discord.Discord.PTB.locale.zh-CN.yaml b/manifests/d/Discord/Discord/PTB/1.0.1094/Discord.Discord.PTB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b62fc0b8c0871 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1094/Discord.Discord.PTB.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1094 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1094/Discord.Discord.PTB.yaml b/manifests/d/Discord/Discord/PTB/1.0.1094/Discord.Discord.PTB.yaml new file mode 100644 index 0000000000000..d97f41dfbe714 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1094/Discord.Discord.PTB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1094 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1095/Discord.Discord.PTB.installer.yaml b/manifests/d/Discord/Discord/PTB/1.0.1095/Discord.Discord.PTB.installer.yaml new file mode 100644 index 0000000000000..a66b79aa989b4 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1095/Discord.Discord.PTB.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1095 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-ptb.discordapp.net/distro/app/ptb/win/x64/1.0.1095/DiscordPTBSetup.exe + InstallerSha256: 111B416EF32CDECD39179C86FCFB29FDE1DF12CCDB2481A7700F7F48D0BC9740 + ProductCode: DiscordPTB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1095/Discord.Discord.PTB.locale.en-US.yaml b/manifests/d/Discord/Discord/PTB/1.0.1095/Discord.Discord.PTB.locale.en-US.yaml new file mode 100644 index 0000000000000..2a696608fda82 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1095/Discord.Discord.PTB.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1095 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-ptb +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1095/Discord.Discord.PTB.locale.zh-CN.yaml b/manifests/d/Discord/Discord/PTB/1.0.1095/Discord.Discord.PTB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ba04ecb306ea4 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1095/Discord.Discord.PTB.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1095 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1095/Discord.Discord.PTB.yaml b/manifests/d/Discord/Discord/PTB/1.0.1095/Discord.Discord.PTB.yaml new file mode 100644 index 0000000000000..4121596bb29fc --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1095/Discord.Discord.PTB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1095 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1096/Discord.Discord.PTB.installer.yaml b/manifests/d/Discord/Discord/PTB/1.0.1096/Discord.Discord.PTB.installer.yaml new file mode 100644 index 0000000000000..aed67f1b4e88a --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1096/Discord.Discord.PTB.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1096 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-ptb.discordapp.net/distro/app/ptb/win/x64/1.0.1096/DiscordPTBSetup.exe + InstallerSha256: D91E30055BB42F0B70CE4A5C7190061C531EF4CD07697EE9B35FF7753770BE83 + ProductCode: DiscordPTB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1096/Discord.Discord.PTB.locale.en-US.yaml b/manifests/d/Discord/Discord/PTB/1.0.1096/Discord.Discord.PTB.locale.en-US.yaml new file mode 100644 index 0000000000000..8dc3d4cd8e570 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1096/Discord.Discord.PTB.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1096 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-ptb +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1096/Discord.Discord.PTB.locale.zh-CN.yaml b/manifests/d/Discord/Discord/PTB/1.0.1096/Discord.Discord.PTB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d7474dd86aac5 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1096/Discord.Discord.PTB.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1096 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1096/Discord.Discord.PTB.yaml b/manifests/d/Discord/Discord/PTB/1.0.1096/Discord.Discord.PTB.yaml new file mode 100644 index 0000000000000..48737a4834514 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1096/Discord.Discord.PTB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1096 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1097/Discord.Discord.PTB.installer.yaml b/manifests/d/Discord/Discord/PTB/1.0.1097/Discord.Discord.PTB.installer.yaml new file mode 100644 index 0000000000000..c1854cc6dd530 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1097/Discord.Discord.PTB.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1097 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-ptb.discordapp.net/distro/app/ptb/win/x64/1.0.1097/DiscordPTBSetup.exe + InstallerSha256: D642A3CAFA2503320C32FB74965F61BF39A92505225419033E157FBBD820E773 + ProductCode: DiscordPTB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1097/Discord.Discord.PTB.locale.en-US.yaml b/manifests/d/Discord/Discord/PTB/1.0.1097/Discord.Discord.PTB.locale.en-US.yaml new file mode 100644 index 0000000000000..25abcb1d31a61 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1097/Discord.Discord.PTB.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1097 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-ptb +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1097/Discord.Discord.PTB.locale.zh-CN.yaml b/manifests/d/Discord/Discord/PTB/1.0.1097/Discord.Discord.PTB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..00b38d2fe5488 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1097/Discord.Discord.PTB.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1097 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1097/Discord.Discord.PTB.yaml b/manifests/d/Discord/Discord/PTB/1.0.1097/Discord.Discord.PTB.yaml new file mode 100644 index 0000000000000..026a05c11046f --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1097/Discord.Discord.PTB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1097 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1098/Discord.Discord.PTB.installer.yaml b/manifests/d/Discord/Discord/PTB/1.0.1098/Discord.Discord.PTB.installer.yaml new file mode 100644 index 0000000000000..b0cad751df69a --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1098/Discord.Discord.PTB.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1098 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-ptb.discordapp.net/distro/app/ptb/win/x64/1.0.1098/DiscordPTBSetup.exe + InstallerSha256: 762571BD44872B2597B8D9C3DD0C4D83B10ECE3585BF84BCAC567B1FF92277E9 + ProductCode: DiscordPTB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1098/Discord.Discord.PTB.locale.en-US.yaml b/manifests/d/Discord/Discord/PTB/1.0.1098/Discord.Discord.PTB.locale.en-US.yaml new file mode 100644 index 0000000000000..2f3a875f6cc7f --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1098/Discord.Discord.PTB.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1098 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-ptb +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1098/Discord.Discord.PTB.locale.zh-CN.yaml b/manifests/d/Discord/Discord/PTB/1.0.1098/Discord.Discord.PTB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c520ab23b0f59 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1098/Discord.Discord.PTB.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1098 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1098/Discord.Discord.PTB.yaml b/manifests/d/Discord/Discord/PTB/1.0.1098/Discord.Discord.PTB.yaml new file mode 100644 index 0000000000000..9f82cfb15d1b9 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1098/Discord.Discord.PTB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1098 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1099/Discord.Discord.PTB.installer.yaml b/manifests/d/Discord/Discord/PTB/1.0.1099/Discord.Discord.PTB.installer.yaml new file mode 100644 index 0000000000000..14caad0394d4b --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1099/Discord.Discord.PTB.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1099 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-ptb.discordapp.net/distro/app/ptb/win/x64/1.0.1099/DiscordPTBSetup.exe + InstallerSha256: 595ADB66104A87F9FD2AA36AAC46E34B710EA05A182D2E33CF75C0BFDD4DF37B + ProductCode: DiscordPTB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1099/Discord.Discord.PTB.locale.en-US.yaml b/manifests/d/Discord/Discord/PTB/1.0.1099/Discord.Discord.PTB.locale.en-US.yaml new file mode 100644 index 0000000000000..8fbe66ef3a0af --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1099/Discord.Discord.PTB.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1099 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-ptb +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1099/Discord.Discord.PTB.locale.zh-CN.yaml b/manifests/d/Discord/Discord/PTB/1.0.1099/Discord.Discord.PTB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..df6647f7b1f62 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1099/Discord.Discord.PTB.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1099 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1099/Discord.Discord.PTB.yaml b/manifests/d/Discord/Discord/PTB/1.0.1099/Discord.Discord.PTB.yaml new file mode 100644 index 0000000000000..7623ff8850405 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1099/Discord.Discord.PTB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1099 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1100/Discord.Discord.PTB.installer.yaml b/manifests/d/Discord/Discord/PTB/1.0.1100/Discord.Discord.PTB.installer.yaml new file mode 100644 index 0000000000000..c55e08dfae5ab --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1100/Discord.Discord.PTB.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1100 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-ptb.discordapp.net/distro/app/ptb/win/x64/1.0.1100/DiscordPTBSetup.exe + InstallerSha256: FC0709C4B76F13D0B1703CE2A4D9AD6ED8F9B6827A7CFEB70B89F90EA4D2F197 + ProductCode: DiscordPTB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1100/Discord.Discord.PTB.locale.en-US.yaml b/manifests/d/Discord/Discord/PTB/1.0.1100/Discord.Discord.PTB.locale.en-US.yaml new file mode 100644 index 0000000000000..4826eedd00f86 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1100/Discord.Discord.PTB.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1100 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-ptb +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1100/Discord.Discord.PTB.locale.zh-CN.yaml b/manifests/d/Discord/Discord/PTB/1.0.1100/Discord.Discord.PTB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3cdf18ed674ac --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1100/Discord.Discord.PTB.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1100 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1100/Discord.Discord.PTB.yaml b/manifests/d/Discord/Discord/PTB/1.0.1100/Discord.Discord.PTB.yaml new file mode 100644 index 0000000000000..11bb97693eba5 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1100/Discord.Discord.PTB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1100 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1101/Discord.Discord.PTB.installer.yaml b/manifests/d/Discord/Discord/PTB/1.0.1101/Discord.Discord.PTB.installer.yaml new file mode 100644 index 0000000000000..313256f4fa3a1 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1101/Discord.Discord.PTB.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1101 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-ptb.discordapp.net/distro/app/ptb/win/x64/1.0.1101/DiscordPTBSetup.exe + InstallerSha256: 502D29424FEF6A56C545C1E6321D08789EF82FC144980CAC348E6E58D167370D + ProductCode: DiscordPTB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1101/Discord.Discord.PTB.locale.en-US.yaml b/manifests/d/Discord/Discord/PTB/1.0.1101/Discord.Discord.PTB.locale.en-US.yaml new file mode 100644 index 0000000000000..17f03dc4ddd63 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1101/Discord.Discord.PTB.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1101 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-ptb +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1101/Discord.Discord.PTB.locale.zh-CN.yaml b/manifests/d/Discord/Discord/PTB/1.0.1101/Discord.Discord.PTB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d4c078f38f2da --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1101/Discord.Discord.PTB.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1101 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1101/Discord.Discord.PTB.yaml b/manifests/d/Discord/Discord/PTB/1.0.1101/Discord.Discord.PTB.yaml new file mode 100644 index 0000000000000..a3718e916e960 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1101/Discord.Discord.PTB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1102/Discord.Discord.PTB.installer.yaml b/manifests/d/Discord/Discord/PTB/1.0.1102/Discord.Discord.PTB.installer.yaml new file mode 100644 index 0000000000000..0e4ed66fd7604 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1102/Discord.Discord.PTB.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1102 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +Installers: +- Architecture: x64 + InstallerUrl: https://dl-ptb.discordapp.net/distro/app/ptb/win/x64/1.0.1102/DiscordPTBSetup.exe + InstallerSha256: FC4D739FC2C589C67AF676D5087ABF0E368F5F0894977ACCF429F011E294C167 + ProductCode: DiscordPTB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1102/Discord.Discord.PTB.locale.en-US.yaml b/manifests/d/Discord/Discord/PTB/1.0.1102/Discord.Discord.PTB.locale.en-US.yaml new file mode 100644 index 0000000000000..76091c5e3fd23 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1102/Discord.Discord.PTB.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1102 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-ptb +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1102/Discord.Discord.PTB.locale.zh-CN.yaml b/manifests/d/Discord/Discord/PTB/1.0.1102/Discord.Discord.PTB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ce892de20dc1c --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1102/Discord.Discord.PTB.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1102 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +# Moniker: +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://discord.com/nitro +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1102/Discord.Discord.PTB.yaml b/manifests/d/Discord/Discord/PTB/1.0.1102/Discord.Discord.PTB.yaml new file mode 100644 index 0000000000000..7365b20d87676 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1102/Discord.Discord.PTB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1102 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DiskInternals/LinuxReader/4.19.2/DiskInternals.LinuxReader.installer.yaml b/manifests/d/DiskInternals/LinuxReader/4.19.2/DiskInternals.LinuxReader.installer.yaml deleted file mode 100644 index 87c3934231f62..0000000000000 --- a/manifests/d/DiskInternals/LinuxReader/4.19.2/DiskInternals.LinuxReader.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Automatically updated by the winget bot at 2023/Dec/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: DiskInternals.LinuxReader -PackageVersion: 4.19.2 -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -FileExtensions: -- vmdk -- vhd -- vhdx -- vdi -- hds -- eve -- e01 -- e02 -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: nullsoft - Scope: machine - InstallerUrl: https://eu.diskinternals.com/download/Linux_Reader.exe - InstallerSha256: D688FC0BC09ED4406274D44B47CB59BF30AF0C93ABE72E5C5470C2656A28DEC0 - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/d/DiskInternals/LinuxReader/4.19.2/DiskInternals.LinuxReader.locale.en-US.yaml b/manifests/d/DiskInternals/LinuxReader/4.19.2/DiskInternals.LinuxReader.locale.en-US.yaml deleted file mode 100644 index d1748b813e57b..0000000000000 --- a/manifests/d/DiskInternals/LinuxReader/4.19.2/DiskInternals.LinuxReader.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Automatically updated by the winget bot at 2023/Dec/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: DiskInternals.LinuxReader -PackageVersion: 4.19.2 -PackageLocale: en-US -Publisher: DiskInternals Research -PublisherUrl: https://www.diskinternals.com/ -PublisherSupportUrl: https://www.diskinternals.com/support/ -PrivacyUrl: https://www.diskinternals.com/privacy/ -Author: DiskInternals, Ltd. -PackageName: DiskInternals Linux Reader -PackageUrl: https://www.diskinternals.com/linux-reader/ -License: Freemium -Copyright: Copyright (c) 2021 DiskInternals, Ltd. -ShortDescription: Read linux filesystems with your Windows machine -Moniker: linuxreader -Tags: -- linux -- filesystems -- ext2 -- ext3 -- ext4 -- reiserfs -- hfs -- fat -- refs -- ufs2 -- romfs -- raid -- apfs -- zfs -- xfs -- bitlocker -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/d/DiskInternals/LinuxReader/4.19.2/DiskInternals.LinuxReader.yaml b/manifests/d/DiskInternals/LinuxReader/4.19.2/DiskInternals.LinuxReader.yaml deleted file mode 100644 index e0ede78c015f2..0000000000000 --- a/manifests/d/DiskInternals/LinuxReader/4.19.2/DiskInternals.LinuxReader.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2023/Dec/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: DiskInternals.LinuxReader -PackageVersion: 4.19.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/d/DiskInternals/LinuxReader/4.21/DiskInternals.LinuxReader.installer.yaml b/manifests/d/DiskInternals/LinuxReader/4.21/DiskInternals.LinuxReader.installer.yaml new file mode 100644 index 0000000000000..190d7c5ce3c4a --- /dev/null +++ b/manifests/d/DiskInternals/LinuxReader/4.21/DiskInternals.LinuxReader.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DiskInternals.LinuxReader +PackageVersion: '4.21' +MinimumOSVersion: 10.0.0.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- e01 +- e02 +- eve +- hds +- vdi +- vhd +- vhdx +- vmdk +ReleaseDate: 2022-07-25 +Installers: +- Architecture: x86 + InstallerUrl: https://eu.diskinternals.com/download/Linux_Reader.exe + InstallerSha256: FBC2C0AE807A0CFE122E1724F211F30B65EB78ACB93F078D878FE5427C63E94E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DiskInternals/LinuxReader/4.21/DiskInternals.LinuxReader.locale.en-US.yaml b/manifests/d/DiskInternals/LinuxReader/4.21/DiskInternals.LinuxReader.locale.en-US.yaml new file mode 100644 index 0000000000000..80844d65b06d4 --- /dev/null +++ b/manifests/d/DiskInternals/LinuxReader/4.21/DiskInternals.LinuxReader.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DiskInternals.LinuxReader +PackageVersion: '4.21' +PackageLocale: en-US +Publisher: DiskInternals Research +PublisherUrl: https://www.diskinternals.com/ +PublisherSupportUrl: https://www.diskinternals.com/support/ +PrivacyUrl: https://www.diskinternals.com/privacy/ +Author: DiskInternals, Ltd. +PackageName: DiskInternals Linux Reader +PackageUrl: https://www.diskinternals.com/linux-reader/ +License: Freemium +Copyright: Copyright @ 2003-2024, DiskInternals +ShortDescription: Read linux filesystems with your Windows machine +Moniker: linuxreader +Tags: +- apfs +- bitlocker +- ext2 +- ext3 +- ext4 +- fat +- filesystems +- hfs +- linux +- raid +- refs +- reiserfs +- romfs +- ufs2 +- xfs +- zfs +PurchaseUrl: https://store.payproglobal.com/checkout?products%5B1%5D%5Bid%5D=56003&addons=46183 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DiskInternals/LinuxReader/4.21/DiskInternals.LinuxReader.yaml b/manifests/d/DiskInternals/LinuxReader/4.21/DiskInternals.LinuxReader.yaml new file mode 100644 index 0000000000000..946db671ddd64 --- /dev/null +++ b/manifests/d/DiskInternals/LinuxReader/4.21/DiskInternals.LinuxReader.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DiskInternals.LinuxReader +PackageVersion: '4.21' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Diskuv/OCaml/2.1.2/Diskuv.OCaml.installer.yaml b/manifests/d/Diskuv/OCaml/2.1.2/Diskuv.OCaml.installer.yaml new file mode 100644 index 0000000000000..2b725b1c25351 --- /dev/null +++ b/manifests/d/Diskuv/OCaml/2.1.2/Diskuv.OCaml.installer.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Diskuv.OCaml +PackageVersion: 2.1.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.18362.0 +InstallerType: exe +InstallModes: +- silent +- interactive +InstallerSwitches: + Silent: --ci --quiet --color=never + SilentWithProgress: --ci + Interactive: --color=always + InstallLocation: --prefix "" +UpgradeBehavior: uninstallPrevious +Commands: +- dk +- dkml +- ocaml +- ocamlc +- ocamldebug +- ocamlrun +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://gitlab.com/dkml/distributions/dkml/-/releases/2.1.2/downloads/setup64nu.exe + InstallerSha256: 2EE857C5815FDCBE428B206DCD5834869EE02BF6DA68E2B27698B036B9097832 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Diskuv/OCaml/2.1.2/Diskuv.OCaml.locale.en-US.yaml b/manifests/d/Diskuv/OCaml/2.1.2/Diskuv.OCaml.locale.en-US.yaml new file mode 100644 index 0000000000000..a18100b9416ec --- /dev/null +++ b/manifests/d/Diskuv/OCaml/2.1.2/Diskuv.OCaml.locale.en-US.yaml @@ -0,0 +1,73 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Diskuv.OCaml +PackageVersion: 2.1.2 +PackageLocale: en-US +Publisher: Diskuv, Inc. +PublisherUrl: https://www.diskuv.com/ +PublisherSupportUrl: https://gitlab.com/dkml/distributions/dkml/-/issues +PrivacyUrl: https://diskuv.com/legal#privacy_policy +PackageName: DkML Native +PackageUrl: https://diskuv.com/dkmlbook/ +License: Apache License, Version 2.0 +LicenseUrl: https://gitlab.com/dkml/distributions/dkml/-/blob/main/LICENSE.txt +Copyright: Copyright 2024 Diskuv, Inc. +CopyrightUrl: https://gitlab.com/dkml/distributions/dkml/-/blob/main/LICENSE.txt +ShortDescription: DkML, a Windows-friendly distribution of OCaml. +Description: |- + The DkML distribution is an open-source set of software that supports + software development in pure OCaml. DkML's strengths are its: + + ✓ full compatibility with OCaml standards like Opam, Dune and ocamlfind + ✓ laser focus on "native" development (desktop software, mobile apps and + embedded software) through support for the standard native compilers like + Visual Studio and Xcode + ✓ ease-of-use through simplified installers and simple productivity commands; + high school students should be able to use it + ✓ security through reproducibility, versioning and from-source builds + + There are two categories of programs installed by this DkML package: + + 1. "Immediate" programs that manipulate OCaml bytecode or source code: + * `utop`, `ocamlc`, `ocaml`, `ocamlrun`, `ocamlformat`, `ocamllsp`, `ocamllex`, + `dkml` and `with-dkml` + 2. "Shim" programs that manipulate OCaml native code: + * `opam` + + The shim programs have prerequisites. You should install them before you run + the shim programs, although if you forget the programs will tell you what you + need to install. The prerequisites are: + + * Git. If you don't have this, install Git for Windows with: + winget install Git.Git + * Visual Studio Enterprise/Professional/Community/Build Tools 2019 or 2022 in a directory + without spaces or parentheses. For example, "C:\Program Files (x86)\VisualStudio" won't + work. If you don't have Visual Studio, install it with: + winget install Microsoft.VisualStudio.2022.BuildTools --override "--wait --passive --installPath C:\VS17 --addProductLang En-us --add Microsoft.VisualStudio.Workload.VCTools --add Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64 --includeRecommended" + + The DkML package will experience problems if you have a space in your username + (ex. C:\Users\Jane Smith). + + These alternatives may be better depending on your use case: + + * Developing in a Javascript first environment? Have a look at Esy and Reason + * Developing operating system kernels? Have a look at Mirage OS + * Developing Linux server software like web servers? Plain old OCaml on + Debian, etc. works well + * Writing compilers or proofs? Plain old OCaml works really well + + Commercial tools and support are available from Diskuv for mixed + OCaml/C/C++/Java/Swift development; this pure OCaml winget package + only has support for mixed OCaml/C development. Contact + support AT diskuv.com if you need OCaml/C/C++/Java/Swift development. +Moniker: dkml +Tags: +- foss +- language +- ocaml +- open-source +- programming +ReleaseNotesUrl: https://gitlab.com/dkml/distributions/dkml/-/releases/2.1.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Diskuv/OCaml/2.1.2/Diskuv.OCaml.yaml b/manifests/d/Diskuv/OCaml/2.1.2/Diskuv.OCaml.yaml new file mode 100644 index 0000000000000..2441e6abe8ca1 --- /dev/null +++ b/manifests/d/Diskuv/OCaml/2.1.2/Diskuv.OCaml.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Diskuv.OCaml +PackageVersion: 2.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Diskuv/OCaml/2.1.3/Diskuv.OCaml.installer.yaml b/manifests/d/Diskuv/OCaml/2.1.3/Diskuv.OCaml.installer.yaml new file mode 100644 index 0000000000000..cce45fea4e53f --- /dev/null +++ b/manifests/d/Diskuv/OCaml/2.1.3/Diskuv.OCaml.installer.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Diskuv.OCaml +PackageVersion: 2.1.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.18362.0 +InstallerType: exe +InstallModes: +- silent +- interactive +InstallerSwitches: + Silent: --ci --quiet --color=never + SilentWithProgress: --ci + Interactive: --color=always + InstallLocation: --prefix "" +UpgradeBehavior: uninstallPrevious +Commands: +- dk +- dkml +- ocaml +- ocamlc +- ocamldebug +- ocamlrun +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://gitlab.com/dkml/distributions/dkml/-/releases/2.1.3/downloads/setup64nu.exe + InstallerSha256: 118CDAD5AD391A48894147BBE6DC498FEB50A10B7370080EA2583CD6DFFD362B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Diskuv/OCaml/2.1.3/Diskuv.OCaml.locale.en-US.yaml b/manifests/d/Diskuv/OCaml/2.1.3/Diskuv.OCaml.locale.en-US.yaml new file mode 100644 index 0000000000000..6c063144050eb --- /dev/null +++ b/manifests/d/Diskuv/OCaml/2.1.3/Diskuv.OCaml.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Diskuv.OCaml +PackageVersion: 2.1.3 +PackageLocale: en-US +Publisher: Diskuv, Inc. +PublisherUrl: https://www.diskuv.com/ +PublisherSupportUrl: https://gitlab.com/dkml/distributions/dkml/-/issues +PrivacyUrl: https://diskuv.com/legal#privacy_policy +PackageName: DkML Native +PackageUrl: https://diskuv.com/dkmlbook/ +License: Apache License, Version 2.0 +LicenseUrl: https://gitlab.com/dkml/distributions/dkml/-/blob/main/LICENSE.txt +Copyright: Copyright 2024 Diskuv, Inc. +CopyrightUrl: https://gitlab.com/dkml/distributions/dkml/-/blob/main/LICENSE.txt +ShortDescription: DkML, a Windows-friendly distribution of OCaml. +Description: |- + The DkML distribution is an open-source set of software that supports + software development in pure OCaml. DkML's strengths are its: + + ✓ full compatibility with OCaml standards like Opam, Dune and ocamlfind + ✓ laser focus on "native" development (desktop software, mobile apps and + embedded software) through support for the standard native compilers like + Visual Studio and Xcode + ✓ ease-of-use through simplified installers and simple productivity commands; + high school students should be able to use it + ✓ security through reproducibility, versioning and from-source builds + + There are two categories of programs installed by this DkML package: + + 1. "Immediate" programs that manipulate OCaml bytecode or source code: + * `utop`, `ocamlc`, `ocaml`, `ocamlrun`, `ocamlformat`, `ocamllsp`, `ocamllex`, + `dkml` and `with-dkml` + 2. "Shim" programs that manipulate OCaml native code: + * `opam` + + The shim programs have prerequisites. You should install them before you run + the shim programs, although if you forget the programs will tell you what you + need to install. The prerequisites are: + + * Git. If you don't have this, install Git for Windows with: + winget install Git.Git + * Visual Studio Enterprise/Professional/Community/Build Tools 2019 or 2022 in a directory + without spaces or parentheses. For example, "C:\Program Files (x86)\VisualStudio" won't + work. If you don't have Visual Studio, install it with: + winget install Microsoft.VisualStudio.2022.BuildTools --override "--wait --passive --installPath C:\VS17 --addProductLang En-us --add Microsoft.VisualStudio.Workload.VCTools --add Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64 --includeRecommended" + + The DkML package will experience problems if you have a space in your username + (ex. C:\Users\Jane Smith). + + These alternatives may be better depending on your use case: + + * Developing in a Javascript first environment? Have a look at Esy and Reason + * Developing operating system kernels? Have a look at Mirage OS + * Developing Linux server software like web servers? Plain old OCaml on + Debian, etc. works well + * Writing compilers or proofs? Plain old OCaml works really well + + Commercial tools and support are available from Diskuv for mixed + OCaml/C/C++/Java/Swift development; this pure OCaml winget package + only has support for mixed OCaml/C development. Contact + support AT diskuv.com if you need OCaml/C/C++/Java/Swift development. +Moniker: dkml +Tags: +- foss +- language +- ocaml +- open-source +- programming +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Diskuv/OCaml/2.1.3/Diskuv.OCaml.yaml b/manifests/d/Diskuv/OCaml/2.1.3/Diskuv.OCaml.yaml new file mode 100644 index 0000000000000..f0d18fb4f360c --- /dev/null +++ b/manifests/d/Diskuv/OCaml/2.1.3/Diskuv.OCaml.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Diskuv.OCaml +PackageVersion: 2.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Diskuv/opam/2.2.0/Diskuv.opam.installer.yaml b/manifests/d/Diskuv/opam/2.2.0/Diskuv.opam.installer.yaml deleted file mode 100644 index 6e49dcea20434..0000000000000 --- a/manifests/d/Diskuv/opam/2.2.0/Diskuv.opam.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Diskuv.opam -PackageVersion: 2.2.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.18362.0 -InstallerType: exe -InstallModes: -- silent -- interactive -InstallerSwitches: - Silent: --ci --quiet --color=never - SilentWithProgress: --ci - Interactive: --color=always - InstallLocation: --prefix "" -UpgradeBehavior: install -Commands: -- opam -- opam-installer -- opam-putenv -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/diskuv/dkml-installer-opam/releases/download/2.2.0/unsigned-opam-windows_x86-i-2.2.0.exe - InstallerSha256: A5CD7219F7EED60E3A98B6A45CE6CE5AA6D47C3038325E2450EED1E859EB59AF - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x86 -- Architecture: x64 - InstallerUrl: https://github.com/diskuv/dkml-installer-opam/releases/download/2.2.0/unsigned-opam-windows_x86_64-i-2.2.0.exe - InstallerSha256: E2AD8E10E636C81B415A4FE7C7ABF2E4AC8F124013947DF2AD2B0AFF5EC166FD - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/Diskuv/opam/2.2.0/Diskuv.opam.locale.en-US.yaml b/manifests/d/Diskuv/opam/2.2.0/Diskuv.opam.locale.en-US.yaml deleted file mode 100644 index c82fbfab05ac9..0000000000000 --- a/manifests/d/Diskuv/opam/2.2.0/Diskuv.opam.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Diskuv.opam -PackageVersion: 2.2.0 -PackageLocale: en-US -Publisher: Diskuv, Inc. -PublisherUrl: https://www.diskuv.com/ -PublisherSupportUrl: https://github.com/ocaml/opam/issues -PrivacyUrl: https://diskuv.com/legal#privacy_policy -PackageName: opam -PackageUrl: https://opam.ocaml.org/ -License: LGPL-2.1-only WITH OCaml-LGPL-linking-exception -LicenseUrl: https://github.com/ocaml/opam/blob/master/LICENSE -Copyright: Copyright 2012-2024 the opam authors -CopyrightUrl: https://github.com/ocaml/opam/blob/master/README.md#copyright-and-license -ShortDescription: A package manager for OCaml. -Description: Opam is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow. -Tags: -- foss -- ocaml -- open-source -- package-manager -- dependency-manager -InstallationNotes: See https://opam.ocaml.org/blog for the latest news on how to use opam. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/d/Diskuv/opam/2.2.0/Diskuv.opam.yaml b/manifests/d/Diskuv/opam/2.2.0/Diskuv.opam.yaml deleted file mode 100644 index 04401695d6552..0000000000000 --- a/manifests/d/Diskuv/opam/2.2.0/Diskuv.opam.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Diskuv.opam -PackageVersion: 2.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/d/DisplayLink/GraphicsDriver/11.5.5551.0/DisplayLink.GraphicsDriver.installer.yaml b/manifests/d/DisplayLink/GraphicsDriver/11.5.5551.0/DisplayLink.GraphicsDriver.installer.yaml new file mode 100644 index 0000000000000..539823a9339a3 --- /dev/null +++ b/manifests/d/DisplayLink/GraphicsDriver/11.5.5551.0/DisplayLink.GraphicsDriver.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DisplayLink.GraphicsDriver +PackageVersion: 11.5.5551.0 +InstallerType: zip +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x64 + NestedInstallerType: msi + NestedInstallerFiles: + - RelativeFilePath: PublicSoftware - Displaylink\DisplayLink_Win10RS.msi + InstallerUrl: https://www.synaptics.com/sites/default/files/msi_files/2024-09/DisplayLink%20USB%20Graphics%20Software%20for%20Windows11.5%20M0-MSI.zip + InstallerSha256: A5E190D2BFB0BD2DB09FECB51BB28DAE6C9D0E611C304C68C8C702E6C4803844 + ProductCode: '{DD65DD7E-2284-49D1-AAD3-F954B9636D32}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DisplayLink/GraphicsDriver/11.5.5551.0/DisplayLink.GraphicsDriver.locale.en-US.yaml b/manifests/d/DisplayLink/GraphicsDriver/11.5.5551.0/DisplayLink.GraphicsDriver.locale.en-US.yaml new file mode 100644 index 0000000000000..41f20dc3b3cf6 --- /dev/null +++ b/manifests/d/DisplayLink/GraphicsDriver/11.5.5551.0/DisplayLink.GraphicsDriver.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DisplayLink.GraphicsDriver +PackageVersion: 11.5.5551.0 +PackageLocale: en-US +Publisher: DisplayLink Corp. +PublisherUrl: https://www.synaptics.com/ +PublisherSupportUrl: https://support.displaylink.com/ +PrivacyUrl: https://www.synaptics.com/privacy +Author: Displaylink (UK) Limited +PackageName: DisplayLink Graphics +PackageUrl: https://www.synaptics.com/products/displaylink-graphics +License: Proprietary +LicenseUrl: https://www.synaptics.com/legal +Copyright: © Copyright 2015-2024 DisplayLink +# CopyrightUrl: +ShortDescription: Driver for DisplayLink USB graphics chipsets incorporated in your dock, adapter or monitor +# Description: +# Moniker: +Tags: +- displaylink +ReleaseNotes: |- + DisplayLink software release 11.5 delivers: + - New features for DL-7xxx series + - General stability updates and bug fixes + + C1. Issues Fixed Since 11.4 M0 Release (11.4.9747.0) + + Changes in 11.5 M0 Release (11.5.5551.0) + - --------------------------------------------------- + - DL-7xxx: LG 34WK95UP monitor was not working properly on DisplayPort. (VIFR-5046) + - DL-7xxx: Improved interoperability with DisplayPort monitors at 4K 144 Hz. (VIFR-4803) + - DL-7xxx: Failed to get EDID from some HDMI monitors. (VIFR-4762) + - DL-7xxx: 4K HDMI monitors appear at 30 Hz by default. (VIFR-4712) + - DL-7xxx: MAC Address Pass-Through (MAPT) is now working properly. (VIFR-5049) + + Changes in 11.4 M0 Release (11.4.9747.0) + - --------------------------------------------------- + - High performance GPU not utilised when Citrix virtual display installed. (VIFR-4116) + - Incorrect color profile in some reduced range modes on HDMI display. (VIFR-4094) + - DL-7xxx series: incorrectly offer 4Kp120 mode on HDMI. (VIFR-4619) + - DL-7xxx series: 4Kp120 modes are not available on DP. (VIFR-4602) + - Occasionally, DisplayLink display remains black after resume from sleep or hibernation. (VIFR-4364) +ReleaseNotesUrl: https://www.synaptics.com/sites/default/files/release_notes/2024-09/DisplayLink%20USB%20Graphics%20Software%20for%20Windows11.5%20M0-Release%20Notes.txt +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DisplayLink/GraphicsDriver/11.5.5551.0/DisplayLink.GraphicsDriver.locale.zh-CN.yaml b/manifests/d/DisplayLink/GraphicsDriver/11.5.5551.0/DisplayLink.GraphicsDriver.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1f06f242e0522 --- /dev/null +++ b/manifests/d/DisplayLink/GraphicsDriver/11.5.5551.0/DisplayLink.GraphicsDriver.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: DisplayLink.GraphicsDriver +PackageVersion: 11.5.5551.0 +PackageLocale: zh-CN +Publisher: DisplayLink Corp. +PublisherUrl: https://www.synaptics.com/ +PublisherSupportUrl: https://support.displaylink.com/ +PrivacyUrl: https://www.synaptics.com/privacy +Author: Displaylink (UK) Limited +PackageName: DisplayLink Graphics +PackageUrl: https://www.synaptics.com/products/displaylink-graphics +License: 专有软件 +LicenseUrl: https://www.synaptics.com/legal +Copyright: © Copyright 2015-2024 DisplayLink +# CopyrightUrl: +ShortDescription: 底座、适配器或显示器中集成的 DisplayLink USB 图形芯片组的驱动程序 +# Description: +# Moniker: +Tags: +- displaylink +# ReleaseNotes: +ReleaseNotesUrl: https://www.synaptics.com/sites/default/files/release_notes/2024-09/DisplayLink%20USB%20Graphics%20Software%20for%20Windows11.5%20M0-Release%20Notes.txt +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DisplayLink/GraphicsDriver/11.5.5551.0/DisplayLink.GraphicsDriver.yaml b/manifests/d/DisplayLink/GraphicsDriver/11.5.5551.0/DisplayLink.GraphicsDriver.yaml new file mode 100644 index 0000000000000..6c14463f79014 --- /dev/null +++ b/manifests/d/DisplayLink/GraphicsDriver/11.5.5551.0/DisplayLink.GraphicsDriver.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DisplayLink.GraphicsDriver +PackageVersion: 11.5.5551.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DisplayLink/GraphicsDriver/HotDesking/11.5.5551.0/DisplayLink.GraphicsDriver.HotDesking.installer.yaml b/manifests/d/DisplayLink/GraphicsDriver/HotDesking/11.5.5551.0/DisplayLink.GraphicsDriver.HotDesking.installer.yaml new file mode 100644 index 0000000000000..735c355167731 --- /dev/null +++ b/manifests/d/DisplayLink/GraphicsDriver/HotDesking/11.5.5551.0/DisplayLink.GraphicsDriver.HotDesking.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DisplayLink.GraphicsDriver.HotDesking +PackageVersion: 11.5.5551.0 +InstallerType: zip +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x64 + NestedInstallerType: msi + NestedInstallerFiles: + - RelativeFilePath: HotDesking - Displaylink\DisplayLink_Win10RS.msi + InstallerUrl: https://www.synaptics.com/sites/default/files/msi_files/2024-09/DisplayLink%20USB%20Graphics%20Software%20for%20Windows%20with%20Hot%20Desking11.5%20M0-MSI.zip + InstallerSha256: F718B2AE5C9A515AF548368B365E8CFEC7AACF85E34A12EA8238444CA4C8DDEE + ProductCode: '{ED8DE908-3DB6-4FCE-909F-6E20BD65AA56}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DisplayLink/GraphicsDriver/HotDesking/11.5.5551.0/DisplayLink.GraphicsDriver.HotDesking.locale.en-US.yaml b/manifests/d/DisplayLink/GraphicsDriver/HotDesking/11.5.5551.0/DisplayLink.GraphicsDriver.HotDesking.locale.en-US.yaml new file mode 100644 index 0000000000000..343e7ba521454 --- /dev/null +++ b/manifests/d/DisplayLink/GraphicsDriver/HotDesking/11.5.5551.0/DisplayLink.GraphicsDriver.HotDesking.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DisplayLink.GraphicsDriver.HotDesking +PackageVersion: 11.5.5551.0 +PackageLocale: en-US +Publisher: DisplayLink Corp. +PublisherUrl: https://www.synaptics.com/ +PublisherSupportUrl: https://support.displaylink.com/ +PrivacyUrl: https://www.synaptics.com/privacy +Author: Displaylink (UK) Limited +PackageName: DisplayLink Graphics (with Hot Desking) +PackageUrl: https://www.synaptics.com/products/displaylink-graphics +License: Proprietary +LicenseUrl: https://www.synaptics.com/legal +Copyright: © Copyright 2015-2024 DisplayLink +# CopyrightUrl: +ShortDescription: Driver for DisplayLink USB graphics chipsets incorporated in your dock, adapter or monitor in a hot desking and hoteling environment, where DisplayLink devices can be configured to apply a predefined layout automatically with display layout provisioning. +# Description: +# Moniker: +Tags: +- displaylink +ReleaseNotes: |- + DisplayLink software release 11.5 delivers: + - New features for DL-7xxx series + - General stability updates and bug fixes + + C1. Issues Fixed Since 11.4 M0 Release (11.4.9747.0) + + Changes in 11.5 M0 Release (11.5.5551.0) + - --------------------------------------------------- + - DL-7xxx: LG 34WK95UP monitor was not working properly on DisplayPort. (VIFR-5046) + - DL-7xxx: Improved interoperability with DisplayPort monitors at 4K 144 Hz. (VIFR-4803) + - DL-7xxx: Failed to get EDID from some HDMI monitors. (VIFR-4762) + - DL-7xxx: 4K HDMI monitors appear at 30 Hz by default. (VIFR-4712) + - DL-7xxx: MAC Address Pass-Through (MAPT) is now working properly. (VIFR-5049) + + Changes in 11.4 M0 Release (11.4.9747.0) + - --------------------------------------------------- + - High performance GPU not utilised when Citrix virtual display installed. (VIFR-4116) + - Incorrect color profile in some reduced range modes on HDMI display. (VIFR-4094) + - DL-7xxx series: incorrectly offer 4Kp120 mode on HDMI. (VIFR-4619) + - DL-7xxx series: 4Kp120 modes are not available on DP. (VIFR-4602) + - Occasionally, DisplayLink display remains black after resume from sleep or hibernation. (VIFR-4364) +ReleaseNotesUrl: https://www.synaptics.com/sites/default/files/release_notes/2024-09/DisplayLink%20USB%20Graphics%20Software%20for%20Windows%20with%20Hot%20Desking11.5%20M0-Release%20Notes.txt +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DisplayLink/GraphicsDriver/HotDesking/11.5.5551.0/DisplayLink.GraphicsDriver.HotDesking.locale.zh-CN.yaml b/manifests/d/DisplayLink/GraphicsDriver/HotDesking/11.5.5551.0/DisplayLink.GraphicsDriver.HotDesking.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f7d51830ebb2a --- /dev/null +++ b/manifests/d/DisplayLink/GraphicsDriver/HotDesking/11.5.5551.0/DisplayLink.GraphicsDriver.HotDesking.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: DisplayLink.GraphicsDriver.HotDesking +PackageVersion: 11.5.5551.0 +PackageLocale: zh-CN +Publisher: DisplayLink Corp. +PublisherUrl: https://www.synaptics.com/ +PublisherSupportUrl: https://support.displaylink.com/ +PrivacyUrl: https://www.synaptics.com/privacy +Author: Displaylink (UK) Limited +PackageName: DisplayLink Graphics (with Hot Desking) +PackageUrl: https://www.synaptics.com/products/displaylink-graphics +License: 专有软件 +LicenseUrl: https://www.synaptics.com/legal +Copyright: © Copyright 2015-2024 DisplayLink +# CopyrightUrl: +ShortDescription: 用于在办公桌轮用或酒店环境中将 DisplayLink USB 图形芯片组集成到基座、适配器或显示器中的驱动程序。在这些环境中,DisplayLink 设备可通过显示布局配置自动应用预定义的布局。 +# Description: +# Moniker: +Tags: +- displaylink +# ReleaseNotes: +ReleaseNotesUrl: https://www.synaptics.com/sites/default/files/release_notes/2024-09/DisplayLink%20USB%20Graphics%20Software%20for%20Windows%20with%20Hot%20Desking11.5%20M0-Release%20Notes.txt +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DisplayLink/GraphicsDriver/HotDesking/11.5.5551.0/DisplayLink.GraphicsDriver.HotDesking.yaml b/manifests/d/DisplayLink/GraphicsDriver/HotDesking/11.5.5551.0/DisplayLink.GraphicsDriver.HotDesking.yaml new file mode 100644 index 0000000000000..f570e507ce0cc --- /dev/null +++ b/manifests/d/DisplayLink/GraphicsDriver/HotDesking/11.5.5551.0/DisplayLink.GraphicsDriver.HotDesking.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DisplayLink.GraphicsDriver.HotDesking +PackageVersion: 11.5.5551.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Disservin/FastChess/0.9.0/Disservin.FastChess.installer.yaml b/manifests/d/Disservin/FastChess/0.9.0/Disservin.FastChess.installer.yaml new file mode 100644 index 0000000000000..a5559759985aa --- /dev/null +++ b/manifests/d/Disservin/FastChess/0.9.0/Disservin.FastChess.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Disservin.FastChess +PackageVersion: 0.9.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fast-chess-windows-latest.exe + PortableCommandAlias: fast-chess +ReleaseDate: 2024-06-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Disservin/fast-chess/releases/download/v0.9.0-alpha/fast-chess-windows-latest.zip + InstallerSha256: 045E5AA5A65543A61628B19833B3C92CECE15A98AAC7A86077F263301297B770 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Disservin/FastChess/0.9.0/Disservin.FastChess.locale.en-US.yaml b/manifests/d/Disservin/FastChess/0.9.0/Disservin.FastChess.locale.en-US.yaml new file mode 100644 index 0000000000000..0c8c2ebf621d1 --- /dev/null +++ b/manifests/d/Disservin/FastChess/0.9.0/Disservin.FastChess.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Disservin.FastChess +PackageVersion: 0.9.0 +PackageLocale: en-US +Publisher: Disservin +PublisherUrl: https://github.com/Disservin +PackageName: Fast Chess +License: MIT +LicenseUrl: https://github.com/Disservin/fast-chess/blob/HEAD/LICENSE +ShortDescription: A command-line tool to run engine vs engine matches in chess. +Tags: +- chess +- cli-app +- cpp +ReleaseNotes: |- + What's Changed + - multiple different fixes to how matches are played + - improved logging + - improved debug functionality for engine devs + Full Changelog: https://github.com/Disservin/fast-chess/compare/v0.8.2-alpha...v0.9.0-alpha +ReleaseNotesUrl: https://github.com/Disservin/fast-chess/releases/tag/v0.9.0-alpha +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Disservin/FastChess/0.9.0/Disservin.FastChess.yaml b/manifests/d/Disservin/FastChess/0.9.0/Disservin.FastChess.yaml new file mode 100644 index 0000000000000..4a4e4530f6ecb --- /dev/null +++ b/manifests/d/Disservin/FastChess/0.9.0/Disservin.FastChess.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Disservin.FastChess +PackageVersion: 0.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoD/STIGViewer/3.3.0/DoD.STIGViewer.installer.yaml b/manifests/d/DoD/STIGViewer/3.3.0/DoD.STIGViewer.installer.yaml deleted file mode 100644 index 10c133d6341ec..0000000000000 --- a/manifests/d/DoD/STIGViewer/3.3.0/DoD.STIGViewer.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: DoD.STIGViewer -PackageVersion: 3.3.0 -InstallerType: zip -NestedInstallerType: wix -NestedInstallerFiles: -- RelativeFilePath: STIG Viewer 3.msi -InstallModes: -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-07 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_STIGViewer-win32_x64-3-3-0_msi.zip - InstallerSha256: DDD16C1A2CC4205C0C45CA23987B81A0FB542BBE2B3CA615D52317730A45AABE -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/DoD/STIGViewer/3.4.0/DoD.STIGViewer.installer.yaml b/manifests/d/DoD/STIGViewer/3.4.0/DoD.STIGViewer.installer.yaml new file mode 100644 index 0000000000000..f993b16147e39 --- /dev/null +++ b/manifests/d/DoD/STIGViewer/3.4.0/DoD.STIGViewer.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoD.STIGViewer +PackageVersion: 3.4.0 +InstallerType: zip +NestedInstallerType: wix +NestedInstallerFiles: + - RelativeFilePath: STIG Viewer 3.msi +InstallModes: + - silent + - silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-08 +Installers: + - Architecture: x64 + InstallerUrl: https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_STIGViewer-win32_x64-3-4-0_msi.zip + InstallerSha256: 6a7abcfe29535b4212eae86ee1d3802ae9caadc6781e73a79b5b607d0491b86c +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoD/STIGViewer/3.3.0/DoD.STIGViewer.locale.en-US.yaml b/manifests/d/DoD/STIGViewer/3.4.0/DoD.STIGViewer.locale.en-US.yaml similarity index 90% rename from manifests/d/DoD/STIGViewer/3.3.0/DoD.STIGViewer.locale.en-US.yaml rename to manifests/d/DoD/STIGViewer/3.4.0/DoD.STIGViewer.locale.en-US.yaml index a1d549dc79ade..5833c55423720 100644 --- a/manifests/d/DoD/STIGViewer/3.3.0/DoD.STIGViewer.locale.en-US.yaml +++ b/manifests/d/DoD/STIGViewer/3.4.0/DoD.STIGViewer.locale.en-US.yaml @@ -1,8 +1,7 @@ -# Created with komac v2.2.1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: DoD.STIGViewer -PackageVersion: 3.3.0 +PackageVersion: 3.4.0 PackageLocale: en-US Publisher: DoD Cyber Exchange PublisherUrl: https://public.cyber.mil/ diff --git a/manifests/d/DoD/STIGViewer/3.3.0/DoD.STIGViewer.yaml b/manifests/d/DoD/STIGViewer/3.4.0/DoD.STIGViewer.yaml similarity index 76% rename from manifests/d/DoD/STIGViewer/3.3.0/DoD.STIGViewer.yaml rename to manifests/d/DoD/STIGViewer/3.4.0/DoD.STIGViewer.yaml index cadb4dc2b3bda..6cf30d42b3e9b 100644 --- a/manifests/d/DoD/STIGViewer/3.3.0/DoD.STIGViewer.yaml +++ b/manifests/d/DoD/STIGViewer/3.4.0/DoD.STIGViewer.yaml @@ -1,8 +1,7 @@ -# Created with komac v2.2.1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: DoD.STIGViewer -PackageVersion: 3.3.0 +PackageVersion: 3.4.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerCLI/27.1.0/Docker.DockerCLI.installer.yaml b/manifests/d/Docker/DockerCLI/27.1.0/Docker.DockerCLI.installer.yaml new file mode 100644 index 0000000000000..befaef13eca65 --- /dev/null +++ b/manifests/d/Docker/DockerCLI/27.1.0/Docker.DockerCLI.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Docker.DockerCLI +PackageVersion: 27.1.0 +InstallerType: zip +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: docker\docker-proxy.exe + PortableCommandAlias: docker-proxy + - RelativeFilePath: docker\docker.exe + PortableCommandAlias: docker + - RelativeFilePath: docker\dockerd.exe + PortableCommandAlias: dockerd + InstallerUrl: https://download.docker.com/win/static/stable/x86_64/docker-27.1.0.zip + InstallerSha256: 904821189CAC22BF2AB911931F6A49AC1E8B454E4DE5166828CEB435C3C2F4EA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerCLI/27.1.0/Docker.DockerCLI.locale.en-US.yaml b/manifests/d/Docker/DockerCLI/27.1.0/Docker.DockerCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..ce9823c9a9ad0 --- /dev/null +++ b/manifests/d/Docker/DockerCLI/27.1.0/Docker.DockerCLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Docker.DockerCLI +PackageVersion: 27.1.0 +PackageLocale: en-US +Publisher: Docker Inc. +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Docker CLI +# PackageUrl: +License: Apache-2.0 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: Docker CLI & Docker Engine for Windows containers. Docker is an open platform for developing, shipping, and running applications. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerCLI/27.1.0/Docker.DockerCLI.yaml b/manifests/d/Docker/DockerCLI/27.1.0/Docker.DockerCLI.yaml new file mode 100644 index 0000000000000..ff804b385ff9a --- /dev/null +++ b/manifests/d/Docker/DockerCLI/27.1.0/Docker.DockerCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Docker.DockerCLI +PackageVersion: 27.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerCLI/27.1.1/Docker.DockerCLI.installer.yaml b/manifests/d/Docker/DockerCLI/27.1.1/Docker.DockerCLI.installer.yaml new file mode 100644 index 0000000000000..d43bea470feec --- /dev/null +++ b/manifests/d/Docker/DockerCLI/27.1.1/Docker.DockerCLI.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Docker.DockerCLI +PackageVersion: 27.1.1 +InstallerType: zip +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: docker\docker-proxy.exe + PortableCommandAlias: docker-proxy + - RelativeFilePath: docker\docker.exe + PortableCommandAlias: docker + - RelativeFilePath: docker\dockerd.exe + PortableCommandAlias: dockerd + InstallerUrl: https://download.docker.com/win/static/stable/x86_64/docker-27.1.1.zip + InstallerSha256: 978D3BA0F8440173469580F9C17F44FE28FCEF3A59AB87C32D42A2D9A2853C26 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerCLI/27.1.1/Docker.DockerCLI.locale.en-US.yaml b/manifests/d/Docker/DockerCLI/27.1.1/Docker.DockerCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..e83d9f0e84911 --- /dev/null +++ b/manifests/d/Docker/DockerCLI/27.1.1/Docker.DockerCLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Docker.DockerCLI +PackageVersion: 27.1.1 +PackageLocale: en-US +Publisher: Docker Inc. +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Docker CLI +# PackageUrl: +License: Apache-2.0 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: Docker CLI & Docker Engine for Windows containers. Docker is an open platform for developing, shipping, and running applications. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerCLI/27.1.1/Docker.DockerCLI.yaml b/manifests/d/Docker/DockerCLI/27.1.1/Docker.DockerCLI.yaml new file mode 100644 index 0000000000000..cc9e20de6cc26 --- /dev/null +++ b/manifests/d/Docker/DockerCLI/27.1.1/Docker.DockerCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Docker.DockerCLI +PackageVersion: 27.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerCLI/27.2.0/Docker.DockerCLI.installer.yaml b/manifests/d/Docker/DockerCLI/27.2.0/Docker.DockerCLI.installer.yaml new file mode 100644 index 0000000000000..cfe51fb4d3aee --- /dev/null +++ b/manifests/d/Docker/DockerCLI/27.2.0/Docker.DockerCLI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Docker.DockerCLI +PackageVersion: 27.2.0 +InstallerType: zip +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: docker\docker.exe + PortableCommandAlias: docker + - RelativeFilePath: docker\dockerd.exe + PortableCommandAlias: dockerd + InstallerUrl: https://download.docker.com/win/static/stable/x86_64/docker-27.2.0.zip + InstallerSha256: 07AA25099820857ABB9D9F6C4BFA538C19F64934CF52857AD4A1540749AA19FC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerCLI/27.2.0/Docker.DockerCLI.locale.en-US.yaml b/manifests/d/Docker/DockerCLI/27.2.0/Docker.DockerCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..0e3655c6c0fd1 --- /dev/null +++ b/manifests/d/Docker/DockerCLI/27.2.0/Docker.DockerCLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Docker.DockerCLI +PackageVersion: 27.2.0 +PackageLocale: en-US +Publisher: Docker Inc. +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Docker CLI +# PackageUrl: +License: Apache-2.0 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: Docker CLI & Docker Engine for Windows containers. Docker is an open platform for developing, shipping, and running applications. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerCLI/27.2.0/Docker.DockerCLI.yaml b/manifests/d/Docker/DockerCLI/27.2.0/Docker.DockerCLI.yaml new file mode 100644 index 0000000000000..ada9bfc134444 --- /dev/null +++ b/manifests/d/Docker/DockerCLI/27.2.0/Docker.DockerCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Docker.DockerCLI +PackageVersion: 27.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerCLI/27.2.1/Docker.DockerCLI.installer.yaml b/manifests/d/Docker/DockerCLI/27.2.1/Docker.DockerCLI.installer.yaml new file mode 100644 index 0000000000000..dbff20a17715e --- /dev/null +++ b/manifests/d/Docker/DockerCLI/27.2.1/Docker.DockerCLI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Docker.DockerCLI +PackageVersion: 27.2.1 +InstallerType: zip +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: docker\docker.exe + PortableCommandAlias: docker + - RelativeFilePath: docker\dockerd.exe + PortableCommandAlias: dockerd + InstallerUrl: https://download.docker.com/win/static/stable/x86_64/docker-27.2.1.zip + InstallerSha256: 84A407EAACDB36464B5ED0971B09BF74F531A979B59AFA46C47C88F4D84440CD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerCLI/27.2.1/Docker.DockerCLI.locale.en-US.yaml b/manifests/d/Docker/DockerCLI/27.2.1/Docker.DockerCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..94484e090bfa4 --- /dev/null +++ b/manifests/d/Docker/DockerCLI/27.2.1/Docker.DockerCLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Docker.DockerCLI +PackageVersion: 27.2.1 +PackageLocale: en-US +Publisher: Docker Inc. +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Docker CLI +# PackageUrl: +License: Apache-2.0 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: Docker CLI & Docker Engine for Windows containers. Docker is an open platform for developing, shipping, and running applications. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerCLI/27.2.1/Docker.DockerCLI.yaml b/manifests/d/Docker/DockerCLI/27.2.1/Docker.DockerCLI.yaml new file mode 100644 index 0000000000000..760992e74e434 --- /dev/null +++ b/manifests/d/Docker/DockerCLI/27.2.1/Docker.DockerCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Docker.DockerCLI +PackageVersion: 27.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.installer.yaml new file mode 100644 index 0000000000000..275ab6d3a3654 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.33.0 +InstallerLocale: en-US +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x64 + InstallerUrl: https://desktop.docker.com/win/main/amd64/160616/Docker%20Desktop%20Installer.exe + InstallerSha256: 5D4782E2EA6419E363801CF449F3B857A470F6171BB5452F3DB8B130DBDE9C86 +- Architecture: arm64 + InstallerUrl: https://desktop.docker.com/win/main/arm64/160616/Docker%20Desktop%20Installer.exe + InstallerSha256: 7C4080212365A94E3727BABD65B28FFD8D03B3B48ABA0B2FE03D0B5A5D2111BF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..372dc36a4b023 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.33.0 +PackageLocale: en-US +Publisher: Docker Inc. +PublisherUrl: https://www.docker.com/ +PublisherSupportUrl: https://www.docker.com/support +PrivacyUrl: https://www.docker.com/legal/privacy +Author: Docker Inc. +PackageName: Docker Desktop +PackageUrl: https://www.docker.com/products/docker-desktop +License: Proprietary +LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement +Copyright: Copyright © 2015-2023 Docker Inc. All rights reserved. +CopyrightUrl: https://www.docker.com/legal/docker-subscription-service-agreement +ShortDescription: Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +Moniker: docker +Tags: +- container +- containerization +- virtualization +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.yaml new file mode 100644 index 0000000000000..78267c30f85b9 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.33.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.installer.yaml new file mode 100644 index 0000000000000..7d5b5f7eaa672 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.33.1 +InstallerLocale: en-US +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://desktop.docker.com/win/main/amd64/161083/Docker%20Desktop%20Installer.exe + InstallerSha256: CEAA6E6BAD893685AA4C49D1D3B456CD7241731BFED4D61FDE1E961673A175CE +- Architecture: arm64 + InstallerUrl: https://desktop.docker.com/win/main/arm64/161083/Docker%20Desktop%20Installer.exe + InstallerSha256: ACCFE6CE327834F7FF3342AD65325516F7AE81E425AAFD21A0356C632FEB3D8C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..4760a4fa974d6 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.33.1 +PackageLocale: en-US +Publisher: Docker Inc. +PublisherUrl: https://www.docker.com/ +PublisherSupportUrl: https://www.docker.com/support +PrivacyUrl: https://www.docker.com/legal/privacy +Author: Docker Inc. +PackageName: Docker Desktop +PackageUrl: https://www.docker.com/products/docker-desktop +License: Proprietary +LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement +Copyright: Copyright © 2015-2023 Docker Inc. All rights reserved. +CopyrightUrl: https://www.docker.com/legal/docker-subscription-service-agreement +ShortDescription: Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +Moniker: docker +Tags: +- container +- containerization +- virtualization +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.yaml new file mode 100644 index 0000000000000..628e91464e7fe --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.33.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.installer.yaml new file mode 100644 index 0000000000000..8f6fd425cc2d7 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.34.0 +InstallerLocale: en-US +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install +ReleaseDate: 2024-08-28 +Installers: +- Architecture: x64 + InstallerUrl: https://desktop.docker.com/win/main/amd64/165256/Docker%20Desktop%20Installer.exe + InstallerSha256: 192D3A90F6CE7F48F393C5D94C0EB05421E5088D507C644E7EF770F8E1353051 +- Architecture: arm64 + InstallerUrl: https://desktop.docker.com/win/main/amd64/165256/Docker%20Desktop%20Installer.exe + InstallerSha256: 192D3A90F6CE7F48F393C5D94C0EB05421E5088D507C644E7EF770F8E1353051 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..b11f5d3a5d387 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.34.0 +PackageLocale: en-US +Publisher: Docker Inc. +PublisherUrl: https://www.docker.com/ +PublisherSupportUrl: https://www.docker.com/support +PrivacyUrl: https://www.docker.com/legal/privacy +Author: Docker Inc. +PackageName: Docker Desktop +PackageUrl: https://www.docker.com/products/docker-desktop +License: Proprietary +LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement +Copyright: Copyright © 2015-2023 Docker Inc. All rights reserved. +CopyrightUrl: https://www.docker.com/legal/docker-subscription-service-agreement +ShortDescription: Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +Moniker: docker +Tags: +- container +- containerization +- virtualization +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.yaml new file mode 100644 index 0000000000000..213505e1aad03 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.34.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.installer.yaml new file mode 100644 index 0000000000000..db249f6ac9d10 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.34.1 +InstallerLocale: en-US +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x64 + InstallerUrl: https://desktop.docker.com/win/main/amd64/166053/Docker%20Desktop%20Installer.exe + InstallerSha256: 0C28BC3AA3C589F77F7898C202C365D4833C483FB4D1CABE3EA59E17FCD863F3 +- Architecture: arm64 + InstallerUrl: https://desktop.docker.com/win/main/arm64/166053/Docker%20Desktop%20Installer.exe + InstallerSha256: E4FAE83C68780E9AA93BBEF21BBB322A07CE70D209E726BCB9C2C0FB0B84BC45 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..71b3c40d50fab --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.34.1 +PackageLocale: en-US +Publisher: Docker Inc. +PublisherUrl: https://www.docker.com/ +PublisherSupportUrl: https://www.docker.com/support +PrivacyUrl: https://www.docker.com/legal/privacy +Author: Docker Inc. +PackageName: Docker Desktop +PackageUrl: https://www.docker.com/products/docker-desktop +License: Proprietary +LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement +Copyright: Copyright © 2015-2023 Docker Inc. All rights reserved. +CopyrightUrl: https://www.docker.com/legal/docker-subscription-service-agreement +ShortDescription: Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +Moniker: docker +Tags: +- container +- containerization +- virtualization +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.yaml new file mode 100644 index 0000000000000..c4ffd7cb7d371 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.34.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.installer.yaml new file mode 100644 index 0000000000000..4e67a0884c67a --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.34.2 +InstallerLocale: en-US +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install +ReleaseDate: 2024-09-12 +Installers: +- Architecture: x64 + InstallerUrl: https://desktop.docker.com/win/main/amd64/167172/Docker%20Desktop%20Installer.exe + InstallerSha256: FB4F24872F6C0A75B6260EA369A3F0744A13D1E567F5E7F8FB76DFFB701E31C2 +- Architecture: arm64 + InstallerUrl: https://desktop.docker.com/win/main/arm64/167172/Docker%20Desktop%20Installer.exe + InstallerSha256: EA61A3969EACD12983D256CA31B54043DEDC4718FE8DDB10A27097C7865A440D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..401bddb78a46b --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.34.2 +PackageLocale: en-US +Publisher: Docker Inc. +PublisherUrl: https://www.docker.com/ +PublisherSupportUrl: https://www.docker.com/support +PrivacyUrl: https://www.docker.com/legal/privacy +Author: Docker Inc. +PackageName: Docker Desktop +PackageUrl: https://www.docker.com/products/docker-desktop +License: Proprietary +LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement +Copyright: Copyright © 2015-2023 Docker Inc. All rights reserved. +CopyrightUrl: https://www.docker.com/legal/docker-subscription-service-agreement +ShortDescription: Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +Moniker: docker +Tags: +- container +- containerization +- virtualization +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.yaml new file mode 100644 index 0000000000000..5963df4ac0090 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.34.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.7/DogecoinCoreproject.DogecoinCore.installer.yaml b/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.7/DogecoinCoreproject.DogecoinCore.installer.yaml new file mode 100644 index 0000000000000..da1e2bb0b2e17 --- /dev/null +++ b/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.7/DogecoinCoreproject.DogecoinCore.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DogecoinCoreproject.DogecoinCore +PackageVersion: 1.14.7 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ReleaseDate: 2024-02-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dogecoin/dogecoin/releases/download/v1.14.7/dogecoin-1.14.7-win64-setup-unsigned.exe + InstallerSha256: E1BC8BE88D22AF22BB26C2D87CFE497A808FC54817921CED416392A1ED78C0A2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.7/DogecoinCoreproject.DogecoinCore.locale.en-US.yaml b/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.7/DogecoinCoreproject.DogecoinCore.locale.en-US.yaml new file mode 100644 index 0000000000000..7775b1a28f9f4 --- /dev/null +++ b/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.7/DogecoinCoreproject.DogecoinCore.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DogecoinCoreproject.DogecoinCore +PackageVersion: 1.14.7 +PackageLocale: en-US +Publisher: Dogecoin Core project +PublisherUrl: https://dogecoin.com/ +PublisherSupportUrl: https://github.com/dogecoin/dogecoin/issues +PackageName: Dogecoin Core +PackageUrl: https://github.com/dogecoin/dogecoin +License: MIT +LicenseUrl: https://github.com/dogecoin/dogecoin/blob/master/COPYING +Copyright: Copyright (c) 2013-2021 The Dogecoin Core developers +CopyrightUrl: https://github.com/dogecoin/dogecoin/blob/master/COPYING +ShortDescription: Dogecoin is an open source peer-to-peer digital currency +Moniker: dogecoin +Tags: +- crypto +- crypto-currency +- currency +- doge +- dogecoin +ReleaseNotes: |- + This is a new minor version release, including enhancements to several RPC methods and important security updates for Dogecoin-Qt.Dogecoin-Qt users on any platform are strongly recommended to upgrade.A full description of all changes is available in the release notesSecurity Updates + - Disable BIP-70 payment server by default + - Reduce the build scope of the Qt dependency + - Backport patches for all Qt versions until 5.15.12 + community patches to the pinned Qt 5.7.1 + - Added security guidance to INSTALL.md + - Updated the rpcuser.py script to improve the password and salt generation methods it uses + Enhancements + - estimatefee and estimatesmartfee are now maintained and tuned to Dogecoin parametrization + - Added fully verbose transaction decoding to getblock + - Added a height parameter to -walletnotify + - Added the getblockstats RPC method + RPC Changes + - verbosity parameter to getblock now accepts both integers and booleans + - Added a height parameter to importpubkey and importaddress + Translation Updates + - Chinese + - Dutch + - French + - French-Canadian + - Italian + - Korean + - Polish + Updates to pinned dependencies and subtrees + - Updated the depends, CI and build system to Ubuntu Focal + - Updated expat to version 2.5.0 + - Updated the secp256k1 subtree to 44c2452 + - Updated zlib to version 1.3 + - Updated protobuf to version 3.6.1 + - Updated fontconfig to version 2.12.6 + - Removed dependency on libx11 +ReleaseNotesUrl: https://github.com/dogecoin/dogecoin/releases/tag/v1.14.7 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.7/DogecoinCoreproject.DogecoinCore.yaml b/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.7/DogecoinCoreproject.DogecoinCore.yaml new file mode 100644 index 0000000000000..fd28955af8bb3 --- /dev/null +++ b/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.7/DogecoinCoreproject.DogecoinCore.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DogecoinCoreproject.DogecoinCore +PackageVersion: 1.14.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.8/DogecoinCoreproject.DogecoinCore.installer.yaml b/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.8/DogecoinCoreproject.DogecoinCore.installer.yaml new file mode 100644 index 0000000000000..5c1361de8d3cb --- /dev/null +++ b/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.8/DogecoinCoreproject.DogecoinCore.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DogecoinCoreproject.DogecoinCore +PackageVersion: 1.14.8 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dogecoin/dogecoin/releases/download/v1.14.8/dogecoin-1.14.8-win64-setup-unsigned.exe + InstallerSha256: B3761466A402CBE1D1CE7265697EEA24FCD37799A81AEFC02D395CA80D3A00FB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.8/DogecoinCoreproject.DogecoinCore.locale.en-US.yaml b/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.8/DogecoinCoreproject.DogecoinCore.locale.en-US.yaml new file mode 100644 index 0000000000000..ff1c9827ea9d4 --- /dev/null +++ b/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.8/DogecoinCoreproject.DogecoinCore.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DogecoinCoreproject.DogecoinCore +PackageVersion: 1.14.8 +PackageLocale: en-US +Publisher: Dogecoin Core project +PublisherUrl: https://dogecoin.com/ +PublisherSupportUrl: https://github.com/dogecoin/dogecoin/issues +PackageName: Dogecoin Core +PackageUrl: https://github.com/dogecoin/dogecoin +License: MIT +LicenseUrl: https://github.com/dogecoin/dogecoin/blob/master/COPYING +Copyright: Copyright (c) 2013-2021 The Dogecoin Core developers +CopyrightUrl: https://github.com/dogecoin/dogecoin/blob/master/COPYING +ShortDescription: Dogecoin is an open source peer-to-peer digital currency +Moniker: dogecoin +Tags: +- crypto +- crypto-currency +- currency +- doge +- dogecoin +ReleaseNotes: |- + This is a new minor version release including important bugfixes to networking code.All users, on all platforms, are strongly recommended to upgrade.A full description of all changes is available in the release notesNote: availability of a notarized MacOS dmg is delayed due to a hiccup in the interaction with Apple's service, but it is expected to be provided at a later time. The unsigned, fully reproducible built MacOS version is available.Important bugfixes + - Reduced peer inv object counts + - Improved transaction request tracking + - Improved orphan transaction handling + - Reduced getheaders traffic for inv messages + - Improved reporting of difficulty adjustment errors + Updates to pinned dependencies + - Updated freetype to version 2.11.0 + - Updated expat to version 2.6.2 +ReleaseNotesUrl: https://github.com/dogecoin/dogecoin/releases/tag/v1.14.8 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.8/DogecoinCoreproject.DogecoinCore.yaml b/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.8/DogecoinCoreproject.DogecoinCore.yaml new file mode 100644 index 0000000000000..6ef038801cd7d --- /dev/null +++ b/manifests/d/DogecoinCoreproject/DogecoinCore/1.14.8/DogecoinCoreproject.DogecoinCore.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DogecoinCoreproject.DogecoinCore +PackageVersion: 1.14.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.installer.yaml new file mode 100644 index 0000000000000..cab5449bb8088 --- /dev/null +++ b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.7.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- todoist +ExpectedReturnCodes: + - InstallerReturnCode: 2 + ReturnResponse: packageInUse +ReleaseDate: 2024-07-23 +Installers: +- Architecture: x64 + InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.7.2-x64-latest.exe + InstallerSha256: B3FEB54458722125B76432838C31F92580F4C7F7285A0874A32A3472B59DFB77 + ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a +- Architecture: arm64 + InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.7.2-arm64-latest.exe + InstallerSha256: 792D1B9D288B91161D2ED92780528479ACE80971DDB26ED611CEC617E70EB6DC + ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.locale.en-US.yaml new file mode 100644 index 0000000000000..ae0f568c1ab69 --- /dev/null +++ b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.7.2 +PackageLocale: en-US +Publisher: Doist +PublisherUrl: https://doist.com/ +PublisherSupportUrl: https://todoist.com/help +PrivacyUrl: https://doist.com/privacy +Author: Doist Inc. +PackageName: Todoist +PackageUrl: https://todoist.com/ +License: Proprietary +LicenseUrl: https://doist.com/terms-of-service +Copyright: Copyright © 2024 Doist +# CopyrightUrl: +ShortDescription: 'Become focused, organized, and calm with Todoist. The world’s #1 task manager and to-do list app.' +Description: Todoist is the world's number 1 to-do list & task manager to organise your life and work. Regain clarity and calmness by getting tasks out of your head and into Todoist, no matter where you are or what device you use. +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- gtd +- list +- schedule +- task +- to-do +- todo +# ReleaseNotes: +ReleaseNotesUrl: https://todoist.com/help/articles/whats-new +PurchaseUrl: https://todoist.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Getting Started + DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2a63cc5819192 --- /dev/null +++ b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.7.2 +PackageLocale: zh-CN +Publisher: Doist +PublisherUrl: https://doist.com/ +PublisherSupportUrl: https://todoist.com/zh-CN/help +PrivacyUrl: https://doist.com/privacy +Author: Doist Inc. +PackageName: Todoist +PackageUrl: https://todoist.com/zh-CN/ +License: 专有软件 +LicenseUrl: https://doist.com/terms-of-service +Copyright: Copyright © 2024 Doist +# CopyrightUrl: +ShortDescription: 让 Todoist 帮助您变得专注、冷静、有条理。世界第一的任务管理器和待办事项应用。 +Description: Todoist 是世界上排名第一的待办事项和任务管理器,能让您的生活和工作井井有条。无论您身在何处,使用何种设备,都能将任务从脑海中移至 Todoist,从而保持冷静并有条理。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 议程 +# ReleaseNotes: +ReleaseNotesUrl: https://todoist.com/zh-CN/help/articles/whats-new +PurchaseUrl: https://todoist.com/zh-CN/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 入门说明 + DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.yaml new file mode 100644 index 0000000000000..9a4dd1b1e92ce --- /dev/null +++ b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.installer.yaml new file mode 100644 index 0000000000000..685c04bdc546b --- /dev/null +++ b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.7.4 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +ExpectedReturnCodes: +- InstallerReturnCode: 2 + ReturnResponse: packageInUse +UpgradeBehavior: install +Protocols: +- todoist +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x64 + InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.7.4-x64-latest.exe + InstallerSha256: CFD562C5B3CBB6F81E830509A7B67707845BFC354FE33CFC9757AEC96D410BC0 + ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a +- Architecture: arm64 + InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.7.4-arm64-latest.exe + InstallerSha256: 81C5D58140990570396C58E25B68A7A32C5CF84081F742352C8C1CF6547DF6FB + ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.locale.en-US.yaml new file mode 100644 index 0000000000000..8cab6cc54ed3a --- /dev/null +++ b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.7.4 +PackageLocale: en-US +Publisher: Doist +PublisherUrl: https://doist.com/ +PublisherSupportUrl: https://todoist.com/help +PrivacyUrl: https://doist.com/privacy +Author: Doist Inc. +PackageName: Todoist +PackageUrl: https://todoist.com/ +License: Proprietary +LicenseUrl: https://doist.com/terms-of-service +Copyright: Copyright © 2024 Doist +# CopyrightUrl: +ShortDescription: 'Become focused, organized, and calm with Todoist. The world’s #1 task manager and to-do list app.' +Description: Todoist is the world's number 1 to-do list & task manager to organise your life and work. Regain clarity and calmness by getting tasks out of your head and into Todoist, no matter where you are or what device you use. +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- gtd +- list +- schedule +- task +- to-do +- todo +# ReleaseNotes: +ReleaseNotesUrl: https://todoist.com/help/articles/whats-new +PurchaseUrl: https://todoist.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Getting Started + DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ac8b9ca2c8406 --- /dev/null +++ b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.7.4 +PackageLocale: zh-CN +Publisher: Doist +PublisherUrl: https://doist.com/ +PublisherSupportUrl: https://todoist.com/zh-CN/help +PrivacyUrl: https://doist.com/privacy +Author: Doist Inc. +PackageName: Todoist +PackageUrl: https://todoist.com/zh-CN/ +License: 专有软件 +LicenseUrl: https://doist.com/terms-of-service +Copyright: Copyright © 2024 Doist +# CopyrightUrl: +ShortDescription: 让 Todoist 帮助您变得专注、冷静、有条理。世界第一的任务管理器和待办事项应用。 +Description: Todoist 是世界上排名第一的待办事项和任务管理器,能让您的生活和工作井井有条。无论您身在何处,使用何种设备,都能将任务从脑海中移至 Todoist,从而保持冷静并有条理。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 议程 +# ReleaseNotes: +ReleaseNotesUrl: https://todoist.com/zh-CN/help/articles/whats-new +PurchaseUrl: https://todoist.com/zh-CN/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 入门说明 + DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.yaml new file mode 100644 index 0000000000000..0e717247b3a7a --- /dev/null +++ b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.7.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.installer.yaml new file mode 100644 index 0000000000000..4307763fb713c --- /dev/null +++ b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.7.5 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +ExpectedReturnCodes: +- InstallerReturnCode: 2 + ReturnResponse: packageInUse +UpgradeBehavior: install +Protocols: +- todoist +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x64 + InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.7.5-x64-latest.exe + InstallerSha256: E585C3C1BC7EBBF56706785A6ED02D5ACFB37E61FB6082E18454A3222D114E39 + ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a +- Architecture: arm64 + InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.7.5-arm64-latest.exe + InstallerSha256: 1FF817E49474CE2C2329AF6895D17978C27B8C41F1136A68878A5A6F684828D9 + ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.locale.en-US.yaml new file mode 100644 index 0000000000000..d7aabefc48dde --- /dev/null +++ b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.7.5 +PackageLocale: en-US +Publisher: Doist +PublisherUrl: https://doist.com/ +PublisherSupportUrl: https://todoist.com/help +PrivacyUrl: https://doist.com/privacy +Author: Doist Inc. +PackageName: Todoist +PackageUrl: https://todoist.com/ +License: Proprietary +LicenseUrl: https://doist.com/terms-of-service +Copyright: Copyright © 2024 Doist +# CopyrightUrl: +ShortDescription: 'Become focused, organized, and calm with Todoist. The world’s #1 task manager and to-do list app.' +Description: Todoist is the world's number 1 to-do list & task manager to organise your life and work. Regain clarity and calmness by getting tasks out of your head and into Todoist, no matter where you are or what device you use. +# Moniker: +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- gtd +- list +- schedule +- task +- to-do +- todo +# ReleaseNotes: +ReleaseNotesUrl: https://todoist.com/help/articles/whats-new +PurchaseUrl: https://todoist.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Getting Started + DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.locale.zh-CN.yaml new file mode 100644 index 0000000000000..29c6dace58d11 --- /dev/null +++ b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.7.5 +PackageLocale: zh-CN +Publisher: Doist +PublisherUrl: https://doist.com/ +PublisherSupportUrl: https://todoist.com/zh-CN/help +PrivacyUrl: https://doist.com/privacy +Author: Doist Inc. +PackageName: Todoist +PackageUrl: https://todoist.com/zh-CN/ +License: 专有软件 +LicenseUrl: https://doist.com/terms-of-service +Copyright: Copyright © 2024 Doist +# CopyrightUrl: +ShortDescription: 让 Todoist 帮助您变得专注、冷静、有条理。世界第一的任务管理器和待办事项应用。 +Description: Todoist 是世界上排名第一的待办事项和任务管理器,能让您的生活和工作井井有条。无论您身在何处,使用何种设备,都能将任务从脑海中移至 Todoist,从而保持冷静并有条理。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 议程 +# ReleaseNotes: +ReleaseNotesUrl: https://todoist.com/zh-CN/help/articles/whats-new +PurchaseUrl: https://todoist.com/zh-CN/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 入门说明 + DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.yaml new file mode 100644 index 0000000000000..b83c0fe7daa0a --- /dev/null +++ b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.7.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.10/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.10/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..c60d9ef245b19 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.10/DoltHub.Dolt.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.10 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{8F15B9B3-33D2-4D0B-A987-8ED3F8C42510}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.10/dolt-windows-amd64.msi + InstallerSha256: 73CDA08279A9FA22D247D440CA00E61AF43CED1ECDA4AC0C72C2C6B69872B22C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.10/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.10/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..65cb78cee1a0e --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.10/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.10 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.10/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.10/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..0be30b2e33abd --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.10/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.11/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.11/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..eb0ae2c48900b --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.11/DoltHub.Dolt.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.11 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{3F7092F3-0C80-4828-A6AD-0ED7A24A5009}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.11/dolt-windows-amd64.msi + InstallerSha256: 6A5F310623015EDE321E3B147BFD0C39D80F5CE65730EF1BE5FF3A73D5A16F04 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.11/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.11/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..1de4f901b154d --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.11/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.11 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.11/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.11/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..d8242a62816d1 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.11/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.13/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.13/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..a2a794df66356 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.13/DoltHub.Dolt.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.13 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{914ADED9-E952-4123-9108-3BD2F719F478}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.13/dolt-windows-amd64.msi + InstallerSha256: A8432CD614F3531D8772CBD9AAC5C11159FFA571917607ACA1F8A3856A12C88A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.13/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.13/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..01e9ace0cfeaf --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.13/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.13 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.13/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.13/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..6923c271aff9c --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.13/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.14/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.14/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..82636182cdd22 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.14/DoltHub.Dolt.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.14 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{9BD304B3-5344-47B7-A26A-BF27E85A2710}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.14/dolt-windows-amd64.msi + InstallerSha256: 2FFAF84DF7F51CC58985F79D4CFA98F1CC2565674E586101B86D4AE7661BB2C8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.14/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.14/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..3b99847adfae1 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.14/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.14 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.14/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.14/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..247524d8fa7ec --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.14/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.15/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.15/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..c5c22c4263253 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.15/DoltHub.Dolt.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.15 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{5009D4ED-AD75-4ADD-9542-1D4F8C6178A5}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.15/dolt-windows-amd64.msi + InstallerSha256: 7F42AAB74A893D4A926EEEB8F3EBF9506073F77CF47EF4D5D30213706917B5C4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.15/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.15/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..70abd691b37e3 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.15/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.15 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.15/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.15/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..0463fd6408f83 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.15/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.16/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.16/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..9491e9bac617e --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.16/DoltHub.Dolt.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.16 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{49963AA6-3D8A-4533-A4F6-47CF55DF9044}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.16/dolt-windows-amd64.msi + InstallerSha256: CCCA2D46B1047F2A8F5572AC9BEE0F4A139D680272B6C49A725EBBED88A2D57D +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-28 diff --git a/manifests/d/DoltHub/Dolt/1.42.16/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.16/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..61e9b3e3921c6 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.16/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.16 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ReleaseNotesUrl: https://github.com/dolthub/dolt/releases/tag/v1.42.16 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.16/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.16/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..542b3599b4971 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.16/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.17/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.17/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..c53c3fbe356c9 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.17/DoltHub.Dolt.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.17 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{6A5F519A-A155-44F9-BDB1-A4A428362E5C}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.17/dolt-windows-amd64.msi + InstallerSha256: 731E9479BE5B13F4F392BC3CB46DF0AA58452E15556D0E56795192FD88C7755C +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-30 diff --git a/manifests/d/DoltHub/Dolt/1.42.17/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.17/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..692f745a6e751 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.17/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.17 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ReleaseNotesUrl: https://github.com/dolthub/dolt/releases/tag/v1.42.17 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.17/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.17/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..04e7b8a4a87f6 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.17/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.18/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.18/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..18b873362e6df --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.18/DoltHub.Dolt.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.18 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{87E0A38F-1D8E-4A43-838D-3F0E3C286F25}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.18/dolt-windows-amd64.msi + InstallerSha256: 92D4872D30CD0FD44599739D7DF04EB344FFA509878F02E513B4C104E82B74DE +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-05 diff --git a/manifests/d/DoltHub/Dolt/1.42.18/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.18/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..219fa7da45241 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.18/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.18 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ReleaseNotesUrl: https://github.com/dolthub/dolt/releases/tag/v1.42.18 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.18/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.18/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..b92deda95d940 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.18/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.19/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.19/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..8bd939d5e7840 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.19/DoltHub.Dolt.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.19 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{4B130D12-0E95-416C-9726-7FDE57E84DE0}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.19/dolt-windows-amd64.msi + InstallerSha256: 016EBF14D048808B8B525CD23496FA7B89D666761DA615B1D34338760A3314BD +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-09 diff --git a/manifests/d/DoltHub/Dolt/1.42.19/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.19/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..0c4541552d2f5 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.19/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.19 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ReleaseNotesUrl: https://github.com/dolthub/dolt/releases/tag/v1.42.19 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.19/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.19/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..0bbcc0f2d5b47 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.19/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.2/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.2/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..fef83bcefb015 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.2/DoltHub.Dolt.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.2 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{E82453B7-2B31-4249-BC9B-334D4CA10753}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.2/dolt-windows-amd64.msi + InstallerSha256: CA3A8BABA55B5E3A36198686B55D921ADEEA253D7B680102666C1A293992BC18 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.2/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.2/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..f4f0bc994a141 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.2/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.2 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.2/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.2/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..c068c07da199f --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.2/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.3/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.3/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..6906ca8c5949b --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.3/DoltHub.Dolt.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.3 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{547F5F5F-E431-4AB7-BD6C-C59BBBAC40EE}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.3/dolt-windows-amd64.msi + InstallerSha256: 4A8A37124CE3BC3C5D80E16D5A633A05E3311E85CD6C19DD8C7062233D9AC2D1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.3/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.3/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..5ac129ba4ce59 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.3/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.3 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.3/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.3/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..2e1766a90c1c6 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.3/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.4/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.4/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..fde7cd222b8f9 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.4/DoltHub.Dolt.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.4 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{43A42F1C-7DC6-4DEA-8D2F-B8C1CF849BF6}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.4/dolt-windows-amd64.msi + InstallerSha256: 23C42B9F2E7F2C81320CA91B60E6786B60E848932F9312569682C36B562476D3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.4/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.4/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..f3b91900493aa --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.4/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.4 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.4/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.4/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..6def3e3c82c90 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.4/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.5/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.5/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..399fc28c765ac --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.5/DoltHub.Dolt.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.5 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{20D0102C-B0E2-4269-9EF6-35931ECB44EE}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.5/dolt-windows-amd64.msi + InstallerSha256: 58769F152895ADC64B79652024FE071D2ECEF62CDA7D07D96D6DB4A2B0975ECA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.5/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.5/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..3ec382ec70962 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.5/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.5 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.5/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.5/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..54a62644c245e --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.5/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.6/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.6/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..ff0a4cef1cd9b --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.6/DoltHub.Dolt.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.6 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{A5622533-A88C-4D17-B91C-563C72844024}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.6/dolt-windows-amd64.msi + InstallerSha256: D058852F0B6F32FE02D595EB9EF0B4DB542F257188E5885E267AF743E763051E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.6/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.6/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..0a4756599bf48 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.6/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.6 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.6/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.6/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..49f40a5bea251 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.6/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.7/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.7/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..03f7987cf1813 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.7/DoltHub.Dolt.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.7 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{BF09317E-58A1-4C8D-87C7-0C0E766D7BE3}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.7/dolt-windows-amd64.msi + InstallerSha256: 4DDDBBD511403D8A841BFF1A3DE614609832E96169ADE45953374D442E98A3BA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.7/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.7/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..7b71e8e5a3c11 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.7/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.7 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.7/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.7/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..05f8704025bce --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.7/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.8/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.8/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..d417a8de89f67 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.8/DoltHub.Dolt.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.8 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{D515F22F-3599-45CC-9BFB-CFB889204968}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.8/dolt-windows-amd64.msi + InstallerSha256: B88BDAE5C5B8832A46133C899218E76F602E053A8E1608C55D086E08974BDC1D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.8/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.8/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..a68cd1599c515 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.8/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.8 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.8/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.8/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..5e5f0233c3825 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.8/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.9/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.42.9/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..61eed3da7e095 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.9/DoltHub.Dolt.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.9 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{D617C4D1-8A81-45DD-A4A0-DE03DAD6611A}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 1.41.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.9/dolt-windows-amd64.msi + InstallerSha256: 8FF1BD8F08D9866519CCF736389B487C469784808DD6EF2689A9945EC939B1A4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.9/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.42.9/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..11df372943e72 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.9/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.9 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DoltHub/Dolt/1.42.9/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.42.9/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..061aadcf7354a --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.42.9/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.42.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doppler/doppler/3.69.1/Doppler.doppler.installer.yaml b/manifests/d/Doppler/doppler/3.69.1/Doppler.doppler.installer.yaml new file mode 100644 index 0000000000000..69bd3eaff63d4 --- /dev/null +++ b/manifests/d/Doppler/doppler/3.69.1/Doppler.doppler.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Doppler.doppler +PackageVersion: 3.69.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-12" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: doppler.exe + PortableCommandAlias: doppler + InstallerUrl: https://github.com/DopplerHQ/cli/releases/download/3.69.1/doppler_3.69.1_windows_arm64.zip + InstallerSha256: c5185a0360b449598380b598569b7ff5fc5d711ec0961b18cb11625bf3ccd4e4 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: doppler.exe + PortableCommandAlias: doppler + InstallerUrl: https://github.com/DopplerHQ/cli/releases/download/3.69.1/doppler_3.69.1_windows_amd64.zip + InstallerSha256: aef8fa8c565e4cb5976cbce780681f0d253ecb61f7a0fe29b1dd576d4742abac + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doppler/doppler/3.69.1/Doppler.doppler.locale.en-US.yaml b/manifests/d/Doppler/doppler/3.69.1/Doppler.doppler.locale.en-US.yaml new file mode 100644 index 0000000000000..2389bab39728c --- /dev/null +++ b/manifests/d/Doppler/doppler/3.69.1/Doppler.doppler.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Doppler.doppler +PackageVersion: 3.69.1 +PackageLocale: en-US +Publisher: Doppler +PublisherUrl: https://doppler.com +PackageName: doppler +PackageUrl: https://doppler.com +License: Apache-2.0 +ShortDescription: The official Doppler CLI for managing your secrets +Moniker: doppler +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Doppler/doppler/3.69.1/Doppler.doppler.yaml b/manifests/d/Doppler/doppler/3.69.1/Doppler.doppler.yaml new file mode 100644 index 0000000000000..046c940d066e7 --- /dev/null +++ b/manifests/d/Doppler/doppler/3.69.1/Doppler.doppler.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Doppler.doppler +PackageVersion: 3.69.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.installer.yaml new file mode 100644 index 0000000000000..8a44838612f99 --- /dev/null +++ b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Douyu.DouyuLive +PackageVersion: 8.8.5.1 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- dypcclient +ReleaseDate: 2024-08-09 +Installers: +- Architecture: x86 + InstallerUrl: https://sta-op.douyucdn.cn/dypc-client/pkg/Douyu_Live_PC_Client/20240809140143359/DouyuLive_8.8.5.1_Server_1.1.1.4.exe + InstallerSha256: 63ED7709D257FFB6D73760D6D8311604DD1C1996B720725ED75D9E674575B5DD + ProductCode: 斗鱼直播 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.locale.en-US.yaml new file mode 100644 index 0000000000000..5295ad122fe8d --- /dev/null +++ b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Douyu.DouyuLive +PackageVersion: 8.8.5.1 +PackageLocale: en-US +Publisher: 武汉斗鱼网络科技有限公司 +PublisherUrl: https://www.douyu.com +PublisherSupportUrl: https://kefu.douyu.com +PrivacyUrl: https://www.douyu.com/cms/ptgz/202008/06/16154.shtml +Author: Wuhan Douyu Network Technology Co., Ltd. +PackageName: 斗鱼直播 +PackageUrl: https://www.douyu.com/client +License: Proprietary +LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml +Copyright: Copyright (C) 2014-2024 武汉斗鱼网络科技有限公司. All Rights Reserved +# CopyrightUrl: +ShortDescription: A HD entertainment live streaming platform focusing on gaming +# Description: +# Moniker: +Tags: +- live +- live-streaming +- livestreaming +- streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bc8670866eb30 --- /dev/null +++ b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Douyu.DouyuLive +PackageVersion: 8.8.5.1 +PackageLocale: zh-CN +Publisher: 武汉斗鱼网络科技有限公司 +PublisherUrl: https://www.douyu.com +PublisherSupportUrl: https://kefu.douyu.com +PrivacyUrl: https://www.douyu.com/cms/ptgz/202008/06/16154.shtml +Author: 武汉斗鱼网络科技有限公司 +PackageName: 斗鱼直播 +PackageUrl: https://www.douyu.com/client +License: 专有软件 +LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml +Copyright: Copyright (C) 2014-2024 武汉斗鱼网络科技有限公司. All Rights Reserved +# CopyrightUrl: +ShortDescription: 超高清游戏直播视频娱乐平台 +# Description: +# Moniker: +Tags: +- 直播 +ReleaseNotes: 1. 用户体验优化 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.yaml new file mode 100644 index 0000000000000..863edf69624fc --- /dev/null +++ b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Douyu.DouyuLive +PackageVersion: 8.8.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.installer.yaml new file mode 100644 index 0000000000000..1c5e9081e838c --- /dev/null +++ b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Douyu.DouyuLive +PackageVersion: 8.8.6.1 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- dypcclient +ReleaseDate: 2024-08-28 +Installers: +- Architecture: x86 + InstallerUrl: https://sta-op.douyucdn.cn/dypc-client/pkg/Douyu_Live_PC_Client/20240828135541338/DouyuLive_8.8.6.1_Server_1.1.1.4.exe + InstallerSha256: 4DDC29B4758BEDCA7C41841FBA445EE268D517D1FC10BB8B2908BDB622560D59 + ProductCode: 斗鱼直播 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.locale.en-US.yaml new file mode 100644 index 0000000000000..f10325b3d9467 --- /dev/null +++ b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Douyu.DouyuLive +PackageVersion: 8.8.6.1 +PackageLocale: en-US +Publisher: 武汉斗鱼网络科技有限公司 +PublisherUrl: https://www.douyu.com +PublisherSupportUrl: https://kefu.douyu.com +PrivacyUrl: https://www.douyu.com/cms/ptgz/202008/06/16154.shtml +Author: Wuhan Douyu Network Technology Co., Ltd. +PackageName: 斗鱼直播 +PackageUrl: https://www.douyu.com/client +License: Proprietary +LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml +Copyright: Copyright (C) 2014-2024 武汉斗鱼网络科技有限公司. All Rights Reserved +# CopyrightUrl: +ShortDescription: A HD entertainment live streaming platform focusing on gaming +# Description: +# Moniker: +Tags: +- live +- live-streaming +- livestreaming +- streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..78996dfc44f3a --- /dev/null +++ b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Douyu.DouyuLive +PackageVersion: 8.8.6.1 +PackageLocale: zh-CN +Publisher: 武汉斗鱼网络科技有限公司 +PublisherUrl: https://www.douyu.com +PublisherSupportUrl: https://kefu.douyu.com +PrivacyUrl: https://www.douyu.com/cms/ptgz/202008/06/16154.shtml +Author: 武汉斗鱼网络科技有限公司 +PackageName: 斗鱼直播 +PackageUrl: https://www.douyu.com/client +License: 专有软件 +LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml +Copyright: Copyright (C) 2014-2024 武汉斗鱼网络科技有限公司. All Rights Reserved +# CopyrightUrl: +ShortDescription: 超高清游戏直播视频娱乐平台 +# Description: +# Moniker: +Tags: +- 直播 +ReleaseNotes: 1. 用户体验优化 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.yaml new file mode 100644 index 0000000000000..c00acf98475ea --- /dev/null +++ b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Douyu.DouyuLive +PackageVersion: 8.8.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.installer.yaml new file mode 100644 index 0000000000000..8eeee88519f94 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 204.4.5420 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20204.4.5420%20Offline%20Installer.x86.exe + InstallerSha256: D466007A55F46DED35F04AB8028C4D0F7E12ACEA61664C3E81D309B82A90F93B +- Architecture: x64 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20204.4.5420%20Offline%20Installer.x64.exe + InstallerSha256: 43858025C6FD8F247BEF180A797542EFFD22C72153CD10058C187972609F6CC8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.locale.en-US.yaml new file mode 100644 index 0000000000000..7427a2047cf5c --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 204.4.5420 +PackageLocale: en-US +Publisher: Dropbox, Inc. +PublisherUrl: https://www.dropbox.com +PublisherSupportUrl: https://help.dropbox.com +PrivacyUrl: https://www.dropbox.com/privacy +Author: Dropbox, Inc. +PackageName: Dropbox +PackageUrl: https://www.dropbox.com +License: Combined GPLv2 and proprietary software +LicenseUrl: https://www.dropbox.com/terms +Copyright: Copyright (c) Dropbox, Inc. +CopyrightUrl: https://www.dropbox.com/terms +ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. +Moniker: dropbox +Tags: +- cloud +- dropbox +- files +- online +- pictures +- storage +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.yaml new file mode 100644 index 0000000000000..9757c76760779 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 204.4.5420 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.installer.yaml new file mode 100644 index 0000000000000..8393145ce5dd0 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 205.4.5765 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20205.4.5765%20Offline%20Installer.x86.exe + InstallerSha256: 00C9E134108DFC645912EA06981D17D9FA89E33FDA7E8CB474B462871776404F +- Architecture: x64 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20205.4.5765%20Offline%20Installer.x64.exe + InstallerSha256: CF9B6845F7B39507324BA0D40CB4F97263ED71F3C6DAAF373586E0FBE38A05E1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.locale.en-US.yaml new file mode 100644 index 0000000000000..5edbcafc68eee --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 205.4.5765 +PackageLocale: en-US +Publisher: Dropbox, Inc. +PublisherUrl: https://www.dropbox.com +PublisherSupportUrl: https://help.dropbox.com +PrivacyUrl: https://www.dropbox.com/privacy +Author: Dropbox, Inc. +PackageName: Dropbox +PackageUrl: https://www.dropbox.com +License: Combined GPLv2 and proprietary software +LicenseUrl: https://www.dropbox.com/terms +Copyright: Copyright (c) Dropbox, Inc. +CopyrightUrl: https://www.dropbox.com/terms +ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. +Moniker: dropbox +Tags: +- cloud +- dropbox +- files +- online +- pictures +- storage +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.yaml new file mode 100644 index 0000000000000..473351f5197fb --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 205.4.5765 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.installer.yaml new file mode 100644 index 0000000000000..a3228b172436b --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 206.4.6506 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20206.4.6506%20Offline%20Installer.x86.exe + InstallerSha256: C61E02B0F8473624D84C44A44D578799B221CFAD7FC297CB4A068602C2F57C98 +- Architecture: x64 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20206.4.6506%20Offline%20Installer.x64.exe + InstallerSha256: 7C22AD99010E3307674D9D8C9CF0212FFAF01DB29689223C30C076E1140F940E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.locale.en-US.yaml new file mode 100644 index 0000000000000..d6111f1c29a22 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 206.4.6506 +PackageLocale: en-US +Publisher: Dropbox, Inc. +PublisherUrl: https://www.dropbox.com +PublisherSupportUrl: https://help.dropbox.com +PrivacyUrl: https://www.dropbox.com/privacy +Author: Dropbox, Inc. +PackageName: Dropbox +PackageUrl: https://www.dropbox.com +License: Combined GPLv2 and proprietary software +LicenseUrl: https://www.dropbox.com/terms +Copyright: Copyright (c) Dropbox, Inc. +CopyrightUrl: https://www.dropbox.com/terms +ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. +Moniker: dropbox +Tags: +- cloud +- dropbox +- files +- online +- pictures +- storage +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.yaml new file mode 100644 index 0000000000000..85d53a2b3778e --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 206.4.6506 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.installer.yaml new file mode 100644 index 0000000000000..d831333decb6f --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 207.4.5821 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20207.4.5821%20Offline%20Installer.x86.exe + InstallerSha256: 807FC2ADB3620F7C926BD7B01000C7DB137325C9C7FF110E98C21888724E05FC +- Architecture: x64 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20207.4.5821%20Offline%20Installer.x64.exe + InstallerSha256: B494094B5E0D0F48CC266BF80B3D98FAF85CD70F8F0A01AC38AD858140EDAD7A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.locale.en-US.yaml new file mode 100644 index 0000000000000..7d8a727469ae5 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 207.4.5821 +PackageLocale: en-US +Publisher: Dropbox, Inc. +PublisherUrl: https://www.dropbox.com +PublisherSupportUrl: https://help.dropbox.com +PrivacyUrl: https://www.dropbox.com/privacy +Author: Dropbox, Inc. +PackageName: Dropbox +PackageUrl: https://www.dropbox.com +License: Combined GPLv2 and proprietary software +LicenseUrl: https://www.dropbox.com/terms +Copyright: Copyright (c) Dropbox, Inc. +CopyrightUrl: https://www.dropbox.com/terms +ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. +Moniker: dropbox +Tags: +- cloud +- dropbox +- files +- online +- pictures +- storage +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.yaml new file mode 100644 index 0000000000000..f1c9035b0fecb --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 207.4.5821 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DrummerSi/TaskSeparator11/1.0.2/DrummerSi.TaskSeparator11.installer.yaml b/manifests/d/DrummerSi/TaskSeparator11/1.0.2/DrummerSi.TaskSeparator11.installer.yaml new file mode 100644 index 0000000000000..ad1dc5c8da162 --- /dev/null +++ b/manifests/d/DrummerSi/TaskSeparator11/1.0.2/DrummerSi.TaskSeparator11.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DrummerSi.TaskSeparator11 +PackageVersion: 1.0.2 +InstallerType: zip +NestedInstallerType: exe +NestedInstallerFiles: +- RelativeFilePath: setup.exe +InstallerSwitches: + Silent: /quiet +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DrummerSi/TaskSeparator11/releases/download/1.0.2/TaskSplitter11.zip + InstallerSha256: 03A64BB1EFE4DED25EEEABA4CDE0785F02CA7D41E288E6DABA66071598ACE48A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.6 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2023-02-07 diff --git a/manifests/d/DrummerSi/TaskSeparator11/1.0.2/DrummerSi.TaskSeparator11.locale.en-US.yaml b/manifests/d/DrummerSi/TaskSeparator11/1.0.2/DrummerSi.TaskSeparator11.locale.en-US.yaml new file mode 100644 index 0000000000000..d539ecde61078 --- /dev/null +++ b/manifests/d/DrummerSi/TaskSeparator11/1.0.2/DrummerSi.TaskSeparator11.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DrummerSi.TaskSeparator11 +PackageVersion: 1.0.2 +PackageLocale: en-US +Publisher: DrummerSi +PublisherUrl: https://github.com/DrummerSi +PublisherSupportUrl: https://github.com/DrummerSi/TaskSeparator11/issues +Author: Simon Hopwood +PackageName: Task Separator 11 +PackageUrl: https://github.com/DrummerSi/TaskSeparator11 +License: MIT +LicenseUrl: https://github.com/DrummerSi/TaskSeparator11/blob/master/LICENSE.txt +ShortDescription: Software to allow users to separate the icons on their Windows 11 taskbar. +Description: https://github.com/DrummerSi/TaskSeparator11/blob/master/readme.md +Tags: +- windows +- customization +- taskbar +ReleaseNotes: Fixed minor spelling mistakes +ReleaseNotesUrl: https://github.com/DrummerSi/TaskSeparator11/releases/tag/1.0.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/DrummerSi/TaskSeparator11/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DrummerSi/TaskSeparator11/1.0.2/DrummerSi.TaskSeparator11.yaml b/manifests/d/DrummerSi/TaskSeparator11/1.0.2/DrummerSi.TaskSeparator11.yaml new file mode 100644 index 0000000000000..d7664612381f2 --- /dev/null +++ b/manifests/d/DrummerSi/TaskSeparator11/1.0.2/DrummerSi.TaskSeparator11.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DrummerSi.TaskSeparator11 +PackageVersion: 1.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DucFabulous/UltraViewer/6.6.87/DucFabulous.UltraViewer.installer.yaml b/manifests/d/DucFabulous/UltraViewer/6.6.87/DucFabulous.UltraViewer.installer.yaml deleted file mode 100644 index 7256ad2af8c3e..0000000000000 --- a/manifests/d/DucFabulous/UltraViewer/6.6.87/DucFabulous.UltraViewer.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/19 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: DucFabulous.UltraViewer -PackageVersion: 6.6.87 -InstallerType: inno -Installers: -- Architecture: x86 - InstallerUrl: https://dl2.ultraviewer.net/UltraViewer_setup_6.6_en.exe - InstallerSha256: 0FA31DD2AFFDAD98DBCA7D8B7A9DC02C56093FF2CA06E6B03DB7AA4CD4BF5260 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/DucFabulous/UltraViewer/6.6.87/DucFabulous.UltraViewer.yaml b/manifests/d/DucFabulous/UltraViewer/6.6.87/DucFabulous.UltraViewer.yaml deleted file mode 100644 index 2f4bd748fef30..0000000000000 --- a/manifests/d/DucFabulous/UltraViewer/6.6.87/DucFabulous.UltraViewer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/19 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: DucFabulous.UltraViewer -PackageVersion: 6.6.87 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/d/DucFabulous/UltraViewer/6.6.90/DucFabulous.UltraViewer.installer.yaml b/manifests/d/DucFabulous/UltraViewer/6.6.90/DucFabulous.UltraViewer.installer.yaml new file mode 100644 index 0000000000000..d3fc11b426d4d --- /dev/null +++ b/manifests/d/DucFabulous/UltraViewer/6.6.90/DucFabulous.UltraViewer.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2024/Jul/31 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DucFabulous.UltraViewer +PackageVersion: 6.6.90 +InstallerType: inno +Installers: +- Architecture: x86 + InstallerUrl: https://dl2.ultraviewer.net/UltraViewer_setup_6.6_en.exe + InstallerSha256: 2262F9BCE8E3C8CE7EBE4D573D6305EAAF60CBD8CF33FFA62C0C971829FA74F2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DucFabulous/UltraViewer/6.6.87/DucFabulous.UltraViewer.locale.en-US.yaml b/manifests/d/DucFabulous/UltraViewer/6.6.90/DucFabulous.UltraViewer.locale.en-US.yaml similarity index 82% rename from manifests/d/DucFabulous/UltraViewer/6.6.87/DucFabulous.UltraViewer.locale.en-US.yaml rename to manifests/d/DucFabulous/UltraViewer/6.6.90/DucFabulous.UltraViewer.locale.en-US.yaml index 60c1745fc021c..c174b72e8b008 100644 --- a/manifests/d/DucFabulous/UltraViewer/6.6.87/DucFabulous.UltraViewer.locale.en-US.yaml +++ b/manifests/d/DucFabulous/UltraViewer/6.6.90/DucFabulous.UltraViewer.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/May/19 +# Automatically updated by the winget bot at 2024/Jul/31 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: DucFabulous.UltraViewer -PackageVersion: 6.6.87 +PackageVersion: 6.6.90 PackageLocale: en-US Publisher: DucFabulous PackageName: UltraViewer diff --git a/manifests/d/DucFabulous/UltraViewer/6.6.90/DucFabulous.UltraViewer.yaml b/manifests/d/DucFabulous/UltraViewer/6.6.90/DucFabulous.UltraViewer.yaml new file mode 100644 index 0000000000000..f680cb039413e --- /dev/null +++ b/manifests/d/DucFabulous/UltraViewer/6.6.90/DucFabulous.UltraViewer.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/31 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DucFabulous.UltraViewer +PackageVersion: 6.6.90 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDB/cli/1.1.0/DuckDB.cli.installer.yaml b/manifests/d/DuckDB/cli/1.1.0/DuckDB.cli.installer.yaml new file mode 100644 index 0000000000000..13463b033a235 --- /dev/null +++ b/manifests/d/DuckDB/cli/1.1.0/DuckDB.cli.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DuckDB.cli +PackageVersion: 1.1.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: duckdb.exe +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-09-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/duckdb/duckdb/releases/download/v1.1.0/duckdb_cli-windows-amd64.zip + InstallerSha256: 220C451966F086794744BFC28ED1A3395B85B60B6CBB797D1869ADA564BE2676 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDB/cli/1.1.0/DuckDB.cli.locale.en-US.yaml b/manifests/d/DuckDB/cli/1.1.0/DuckDB.cli.locale.en-US.yaml new file mode 100644 index 0000000000000..615053575cc59 --- /dev/null +++ b/manifests/d/DuckDB/cli/1.1.0/DuckDB.cli.locale.en-US.yaml @@ -0,0 +1,160 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DuckDB.cli +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: DuckDB +PublisherUrl: https://www.duckdb.org/ +PublisherSupportUrl: https://github.com/duckdb/duckdb/issues +Author: Stichting DuckDB Foundation +PackageName: DuckDB CLI +PackageUrl: https://github.com/duckdb/duckdb +License: MIT +LicenseUrl: https://github.com/duckdb/duckdb/blob/HEAD/LICENSE +Copyright: Copyright (c) Stichting DuckDB Foundation +CopyrightUrl: https://github.com/duckdb/duckdb/blob/master/LICENSE +ShortDescription: DuckDB is an in-process SQL OLAP Database Management System +Description: |- + DuckDB is a high-performance analytical database system. + It is designed to be fast, reliable and easy to use. + DuckDB provides a rich SQL dialect, with support far beyond basic SQL. +Moniker: duckdb-cli +Tags: +- analytics +- database +- embedded-database +- olap +- sql +ReleaseNotes: |- + This release of DuckDB is named "Eatoni" after Eaton's pintail (Anas Eatoni) from the southern Indian Ocean.Please also refer to the announcement blog post: https://duckdb.org/2024/09/09/announcing-duckdb-110What's Changed + - Add feature changes back in by @Mytherin in #11146 + - Make MultiFileReader filename configurable by @lnkuiper in #11178 + - [Dev] Fix compilation issues on feature by @Tishj in #11082 + - add query() and query_table() functions by @chrisiou in #10586 + - [Block Size] Move the block allocation size into the block manager by @taniabogatsch in #11176 + - LIMIT pushdown below PROJECT by @jeewonhh in #11112 + - BUGFIX: IN () filter with one argument should translate to = filter. by @Tmonster in #11473 + - Regression Script should calculate micro benchmark differences with the correct base branch by @Tmonster in #11762 + - Pushdown filters on window partitions by @Tmonster in #10932 + - Arrow ListView Type by @Tishj in #10766 + - Add scalar function support to the C API by @Mytherin in #11786 + - Add TopN optimization in physical plan mapping by @kryonix in #11290 + - Join-dependent filter derivation by @lnkuiper in #11272 + - Implement ROW_GROUPS_PER_FILE for Parquet by @lnkuiper in #11249 + - Prefer Final projected columns on probe side if cardinalities are similar by @Tmonster in #11109 + - Propagate unused columns to distinct on by @Tmonster in #11006 + - Separate eviction queues by FileBufferType by @lnkuiper in #11417 + - Disable false positive for vector size nightly in test by @taniabogatsch in #11953 + - Rework jemalloc extension by @lnkuiper in #11891 + - Tweak jemalloc config by @lnkuiper in #12034 + - Httpfs test to nightly by @carlopi in #12196 + - Removed three reinterpret casts and some rewriting by @taniabogatsch in #12200 + - Begin Profiling Rework to move towards Modularity by @maiadegraaf in #11101 + - [CLI] Add highlighting + limited auto-complete for shell dot commands by @Mytherin in #12201 + - Skip test to fix block size nightly and add more explicit error checking by @taniabogatsch in #12211 + - Remove BLOCK_ALLOC_SIZE from the column segment files by @taniabogatsch in #11474 + - [Julia] - Added optional schema input argument to DuckDB.Appender constructor by @curtd in #12174 + - Fix Mark Index in the Bound Join Ref by @pdet in #12263 + - Fix for CI Regression Failure by @maiadegraaf in #12273 + - 🦆 by @samansmink in #12303 + - Disable JEMALLOC_RETAIN by @lnkuiper in #12185 + - Enforce compression extensions for CSV Files by @pdet in #11903 + - Make spuriously failing test more robust by @lnkuiper in #12306 + - Add new extensions to issue template by @szarnyasg in #12313 + - [Fix] Block size nightly run by @taniabogatsch in #12283 + - Spell Check | Nothing Major | Corrected base_scanner.cpp by @nj7 in #12282 + - add duckdb_bind_timestamp_tz function to C API by @karlseguin in #12151 + - [Python] Add some date/datetime functions to pyspark api by @mariotaddeucci in #12075 + - Fixes to Windows workflow and ubuntu_18 action by @carlopi in #12308 + - [Extension Dev] Forward declare re2 in hive_partitioning.hpp by @Tishj in #12302 + - add expected errors to test/sql/copy/per_thread_output.test by @hmeriann in #12280 + - Issue #12287: ICU Strptime Lists by @hawkfish in #12295 + - Issue #12171: Streaming Window FILTER by @hawkfish in #12250 + - [Python] Update the Connection wrapper generation, now generates c++ code by @Tishj in #12216 + - Use iterator buffer position when storing buffer handles by @pdet in #12315 + - Bump Julia client to v0.10.3 by @Mytherin in #12323 + - Fix #12286 - in the MetadataManager, prefer to allocate new blocks if the next free block id is smaller than the currently used metadata block by @Mytherin in #12318 + - [Fix] Only read file size if file handle still exists by @taniabogatsch in #12319 + - Add support for APPEND argument to hive partitioned write by @Mytherin in #12262 + - Remove all reinterpret casts from the transformer by @taniabogatsch in #12320 + - Additional check for overlapping CTE names by @lnkuiper in #12305 + - [Dev] STANDARD_VECTOR_SIZE and BLOCK_ALLOC_SIZE can now be set through the Makefile by @Tishj in #12164 + - [Upsert] Fix issue with lambdas in DO UPDATE SET expressions by @Tishj in #11866 + - [Python] Fix scoping issue for pandas_analyze_sample setting by @Tishj in #11706 + - Support REGEX matches expected error message by @hmeriann in #12327 + - Allow run_fuzzer to reduce multi statements. by @Tmonster in #12278 + - Fix #12328 - when flattening STRUCT vectors with NULL values, we need to flatten the children recursively as well by @Mytherin in #12332 + - Make dbgen generate data in parallel by @Mytherin in #12337 + - dbgen: skip parallel generation if DUCKDB_NO_THREADS is set by @Mytherin in #12341 + - Add prefix prefix_front_back. to get prefix_front_ and prefix_back_ by @liujiayi771 in #12344 + - Issue #12171: Streaming Windowed DISTINCT by @hawkfish in #12311 + - Update README by @szarnyasg in #12357 + - [CSV Reader] [Skip Option] Tests and fixes by @pdet in #12213 + - Adjust BM25 score in FTS extension to prevent negative scores by @lnkuiper in #12356 + - Fix typos by @szarnyasg in #12360 + - Fix #12293 - accept NULL values in generate_series with timestamp by @Mytherin in #12367 + - Fix #12335: avoid calling fsync when writing Parquet files, instead just close the file by @Mytherin in #12371 + - Fix parameters passed down to other workflows in OnTag.yml by @carlopi in #12369 + - [Python] Fixes for the SQLLogicTest runner implementation by @Tishj in #12372 + - Bump julia to v1.0.0 by @Mytherin in #12379 + - Fix #11921 - varchar -> timestamp casts are not invertible by @Mytherin in #12376 + - Upgrade utf8proc - and move our custom extensions out of utf8proc itself by @Mytherin in #12373 + - change max_queries number back to 2000 by @Tmonster in #12375 + - Remove sqlsmith extension by @Tmonster in #12300 + - Reorder semi and anti joins. by @Tmonster in #11815 + - Issue #12351: implicit cast to TIMESTAMP_MS, TIMESTAMP_S, TIMESTAMP_NS from DATE values by @akoshchiy in #12352 + - Issue #10023: Approx_Count_Distinct Memory Usage by @hawkfish in #12355 + - Fix a small typo in dev instructions for swift setup by @gjmwoods in #12383 + - Release lock before returning BufferHandle in StandardBufferManager::Pin by @lnkuiper in #12391 + - Remote attach autoload by @carlopi in #12393 + - Add JSON type to Parquet reader/writer by @lnkuiper in #12222 + - Add RETURN_FILES parameter to COPY TO by @lnkuiper in #12220 + - Updated JoinHashTable to use linear probing to resolve hash collisions by @gropaul in #11472 + - [Benchmark Runner] Add --disable-timeout flag by @Tishj in #12387 + - Don't replace unicode spaces within $$ quotes in query strings by @lnkuiper in #12405 + - [Python] Fix fatal exception caused by empty Pandas Categorical objects. by @Tishj in #12370 + - Release CSV Blocks when acquiring new blocks if single threaded by @pdet in #12409 + - Add support for prefetching multiple adjacent blocks in a single batched read when attaching to remote databases by @Mytherin in #12413 + - MatchRegex() fixed to do not return false positive result by @hmeriann in #12396 + - Expected errors 2053 by @hmeriann in #12392 + - [C-API] Catch exception in duckdb_execute_prepared by @Tishj in #12414 + - Combining LIST_CONCAT and CONCAT binding by @maiadegraaf in #12317 + - [Appender] Add AppendDefault by @Tishj in #11905 + - [Python Dev] Push CTE internally for every (python) replacement scan that occurred. by @Tishj in #12161 + - Improve compiler compatibility by @krlmlr in #12401 + - Write zero-length list offsets for NULL values when serializing vectors by @Mytherin in #12423 + - Get column statistics if Logical Get has a statistics function by @jeewonhh in #12424 + - jemalloc: Identify GNU source code properly by @lnkuiper in #12420 + - Avoid parallelizing LIMIT clauses when the query plan is simple by @Mytherin in #12433 + - Prefetch metadata blocks for remote files by @Mytherin in #12437 + - [Jupyter] Remove width limit on the BoxRenderer config by @Tishj in #12443 + - Revert duckdb/duckdb#10865 by @carlopi in #12426 + - inline delta by @samansmink in #12435 + - Account for tagged dollar-quoted strings when stripping unicode spaces by @lnkuiper in #12421 + - Work-around for broken github windows runner by @Mytherin in #12447 + - Prevents clearing of the types of the LogicalExecute operator by @NiclasHaderer in #12436 + - Add support for BEGIN TRANSACTION READ ONLY by @Mytherin in #12202 + - Make range and generate_series table in-out functions, and fix several issues with table in-out functions by @Mytherin in #12431 + - Issue #12412: AsOf Filter Push by @hawkfish in #12448 + - [Fix] Block Size Nightly by @taniabogatsch in #12427 + - [ART] Remove Flatten and template key generation by @taniabogatsch in #12428 + - [Python] Clean up internals of execute / executemany by @Tishj in #12434 + - By default attach remote databases as READ_ONLY by @carlopi in #12461 + - Fix #11837: use internal physical type for FIRST/LAST/ANY_VALUE instead of logical type by @Mytherin in #12462 + - Issue #12464: Windowed Order By All by @hawkfish in #12470 + - Specialize list_value for primitive types for significantly improved performance by @Mytherin in #12468 + - [Dev] Remove dead code from PhysicalBatchCopyToFile by @Tishj in #12459 + - Disable Windows extensions CI until Github actions runners are fixed by @Mytherin in #12479 + - [Fix] access_mode now lives in AttachOptions by @taniabogatsch in #12482 + - Internal #2186: Nanosecond Functionality by @hawkfish in #12440 + - [C-API] Fix leak in duckdb_create_config by @Tishj in #12465 + - [Python] No longer scan the entire frame lineage in a replacement scan, added option to disable (python) replacements entirely by @Tishj in #12425 + - throw binder error for comment on system catalog by @samansmink in #12486 + - Parquet reader performance by @lnkuiper in #12478 + - Operators the Optimizer can skip by @Tmonster in #12489 + - Fixes clang conversion warnings by @TinyTinni in #12467 + - Avoid creating internal schemas as non-internal when reading old database files by @Mytherin in #12456 +ReleaseNotesUrl: https://github.com/duckdb/duckdb/releases/tag/v1.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDB/cli/1.1.0/DuckDB.cli.yaml b/manifests/d/DuckDB/cli/1.1.0/DuckDB.cli.yaml new file mode 100644 index 0000000000000..96cb4ef485cb5 --- /dev/null +++ b/manifests/d/DuckDB/cli/1.1.0/DuckDB.cli.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DuckDB.cli +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.85.5.0/DuckDuckGo.DesktopBrowser.installer.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.85.5.0/DuckDuckGo.DesktopBrowser.installer.yaml new file mode 100644 index 0000000000000..f9c236d1cbc87 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.85.5.0/DuckDuckGo.DesktopBrowser.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.85.5.0 +Platform: +- Windows.Universal +- Windows.Desktop +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.85.5.0/DuckDuckGo_0.85.5.0.msixbundle + InstallerSha256: 94377CB874E5E33706F33CDD3061FF6F6A91B1ECC198E0B071EFA68C417351C1 + SignatureSha256: 79F625423B1B2C7033DB17ED95DEF8718594139B8C87B69545B5D51B678B44B4 +- Architecture: x64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/0.85.5.0/DuckDuckGo_0.85.5.0.msixbundle + InstallerSha256: 94377CB874E5E33706F33CDD3061FF6F6A91B1ECC198E0B071EFA68C417351C1 + SignatureSha256: 79F625423B1B2C7033DB17ED95DEF8718594139B8C87B69545B5D51B678B44B4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.85.5.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.85.5.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..2ac6ebf9ab3da --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.85.5.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.85.5.0 +PackageLocale: en-US +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +# PublisherSupportUrl: +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: © 2024 DuckDuckGo +# CopyrightUrl: +ShortDescription: An everyday browser that truly protects your privacy. +# Description: +# Moniker: +Tags: +- browser +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.85.5.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.85.5.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f5f44160e44a6 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.85.5.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.85.5.0 +PackageLocale: zh-CN +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +# PublisherSupportUrl: +PrivacyUrl: https://duckduckgo.com/privacy +Author: Duck Duck Go, Inc. +PackageName: DuckDuckGo +PackageUrl: https://duckduckgo.com/windows +License: 免费软件 +LicenseUrl: https://duckduckgo.com/terms +Copyright: © 2024 DuckDuckGo +# CopyrightUrl: +ShortDescription: 一款时刻并真正保护您隐私的浏览器 +# Description: +# Moniker: +Tags: +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.85.5.0/DuckDuckGo.DesktopBrowser.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.85.5.0/DuckDuckGo.DesktopBrowser.yaml new file mode 100644 index 0000000000000..3e240960e042c --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.85.5.0/DuckDuckGo.DesktopBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.85.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.87.2.0/DuckDuckGo.DesktopBrowser.installer.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.2.0/DuckDuckGo.DesktopBrowser.installer.yaml new file mode 100644 index 0000000000000..1b7171e4c926f --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.2.0/DuckDuckGo.DesktopBrowser.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.87.2.0 +Platform: +- Windows.Universal +- Windows.Desktop +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.87.2.0/DuckDuckGo_0.87.2.0.msixbundle + InstallerSha256: C824DBD2193C3DB8112B5D53B906DD983028FFB2C2E509759EE0C4A74E8BE01E + SignatureSha256: 49A20F48F0E462356AC57D5D495A50494FC0547562506B05B423D1CBFCCEF1F3 +- Architecture: x64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/0.87.2.0/DuckDuckGo_0.87.2.0.msixbundle + InstallerSha256: C824DBD2193C3DB8112B5D53B906DD983028FFB2C2E509759EE0C4A74E8BE01E + SignatureSha256: 49A20F48F0E462356AC57D5D495A50494FC0547562506B05B423D1CBFCCEF1F3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.87.2.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.2.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..492b8204bcde7 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.2.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.87.2.0 +PackageLocale: en-US +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +# PublisherSupportUrl: +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: © 2024 DuckDuckGo +# CopyrightUrl: +ShortDescription: An everyday browser that truly protects your privacy. +# Description: +# Moniker: +Tags: +- browser +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.87.2.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.2.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8113e094c1ae1 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.2.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.87.2.0 +PackageLocale: zh-CN +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +# PublisherSupportUrl: +PrivacyUrl: https://duckduckgo.com/privacy +Author: Duck Duck Go, Inc. +PackageName: DuckDuckGo +PackageUrl: https://duckduckgo.com/windows +License: 免费软件 +LicenseUrl: https://duckduckgo.com/terms +Copyright: © 2024 DuckDuckGo +# CopyrightUrl: +ShortDescription: 一款时刻并真正保护您隐私的浏览器 +# Description: +# Moniker: +Tags: +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.87.2.0/DuckDuckGo.DesktopBrowser.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.2.0/DuckDuckGo.DesktopBrowser.yaml new file mode 100644 index 0000000000000..17bdda300725d --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.2.0/DuckDuckGo.DesktopBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.87.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.87.5.0/DuckDuckGo.DesktopBrowser.installer.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.5.0/DuckDuckGo.DesktopBrowser.installer.yaml new file mode 100644 index 0000000000000..5be11258c670b --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.5.0/DuckDuckGo.DesktopBrowser.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.87.5.0 +Platform: +- Windows.Universal +- Windows.Desktop +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.87.5.0/DuckDuckGo_0.87.5.0.msixbundle + InstallerSha256: B2101AF12B1388618F6F7AFE47AF9211E097CEB6A2D7EB0ECCEC5DB6FCF43A37 + SignatureSha256: 02A259EE8284568C6E7C2C9CAA259CF28C4A9C044E2A8C35C6912A59632F2CD5 +- Architecture: x64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/0.87.5.0/DuckDuckGo_0.87.5.0.msixbundle + InstallerSha256: B2101AF12B1388618F6F7AFE47AF9211E097CEB6A2D7EB0ECCEC5DB6FCF43A37 + SignatureSha256: 02A259EE8284568C6E7C2C9CAA259CF28C4A9C044E2A8C35C6912A59632F2CD5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.87.5.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.5.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..3727cb22893f8 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.5.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.87.5.0 +PackageLocale: en-US +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +# PublisherSupportUrl: +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: © 2024 DuckDuckGo +# CopyrightUrl: +ShortDescription: An everyday browser that truly protects your privacy. +# Description: +# Moniker: +Tags: +- browser +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.87.5.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.5.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cf02e42eff52e --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.5.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.87.5.0 +PackageLocale: zh-CN +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +# PublisherSupportUrl: +PrivacyUrl: https://duckduckgo.com/privacy +Author: Duck Duck Go, Inc. +PackageName: DuckDuckGo +PackageUrl: https://duckduckgo.com/windows +License: 免费软件 +LicenseUrl: https://duckduckgo.com/terms +Copyright: © 2024 DuckDuckGo +# CopyrightUrl: +ShortDescription: 一款时刻并真正保护您隐私的浏览器 +# Description: +# Moniker: +Tags: +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.87.5.0/DuckDuckGo.DesktopBrowser.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.5.0/DuckDuckGo.DesktopBrowser.yaml new file mode 100644 index 0000000000000..8ddd1a1371447 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.87.5.0/DuckDuckGo.DesktopBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.87.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.88.4.0/DuckDuckGo.DesktopBrowser.installer.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.88.4.0/DuckDuckGo.DesktopBrowser.installer.yaml new file mode 100644 index 0000000000000..6631341fc74a9 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.88.4.0/DuckDuckGo.DesktopBrowser.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.88.4.0 +Platform: +- Windows.Universal +- Windows.Desktop +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.88.4.0/DuckDuckGo_0.88.4.0.msixbundle + InstallerSha256: DC93EF53850A6CEDBDC7F1C19C7032E9AC849441C717309A578AB6CF56712D7F + SignatureSha256: 62F4308F4EAA5DD6808634B168E7194175FE9081E078FDB4867DE8068B84B19E +- Architecture: x64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/0.88.4.0/DuckDuckGo_0.88.4.0.msixbundle + InstallerSha256: DC93EF53850A6CEDBDC7F1C19C7032E9AC849441C717309A578AB6CF56712D7F + SignatureSha256: 62F4308F4EAA5DD6808634B168E7194175FE9081E078FDB4867DE8068B84B19E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.88.4.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.88.4.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..6b5e3cc87595b --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.88.4.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.88.4.0 +PackageLocale: en-US +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +# PublisherSupportUrl: +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: © 2024 DuckDuckGo +# CopyrightUrl: +ShortDescription: An everyday browser that truly protects your privacy. +# Description: +# Moniker: +Tags: +- browser +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.88.4.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.88.4.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6329c5b0c769f --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.88.4.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.88.4.0 +PackageLocale: zh-CN +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +# PublisherSupportUrl: +PrivacyUrl: https://duckduckgo.com/privacy +Author: Duck Duck Go, Inc. +PackageName: DuckDuckGo +PackageUrl: https://duckduckgo.com/windows +License: 免费软件 +LicenseUrl: https://duckduckgo.com/terms +Copyright: © 2024 DuckDuckGo +# CopyrightUrl: +ShortDescription: 一款时刻并真正保护您隐私的浏览器 +# Description: +# Moniker: +Tags: +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.88.4.0/DuckDuckGo.DesktopBrowser.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.88.4.0/DuckDuckGo.DesktopBrowser.yaml new file mode 100644 index 0000000000000..d2ba87f4c9037 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.88.4.0/DuckDuckGo.DesktopBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.88.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/ChineseGit/2.4/DuckStudio.ChineseGit.installer.yaml b/manifests/d/DuckStudio/ChineseGit/2.4/DuckStudio.ChineseGit.installer.yaml index b06a0f05a2a7e..69961b2faa132 100644 --- a/manifests/d/DuckStudio/ChineseGit/2.4/DuckStudio.ChineseGit.installer.yaml +++ b/manifests/d/DuckStudio/ChineseGit/2.4/DuckStudio.ChineseGit.installer.yaml @@ -14,6 +14,9 @@ InstallerSwitches: Silent: /verysilent /suppressmsgboxes SilentWithProgress: /verysilent UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git Commands: - cngit Protocols: diff --git a/manifests/d/DuckStudio/ChineseGit/2.6/DuckStudio.ChineseGit.installer.yaml b/manifests/d/DuckStudio/ChineseGit/2.6/DuckStudio.ChineseGit.installer.yaml index aabf12661ff5d..77063da716fdd 100644 --- a/manifests/d/DuckStudio/ChineseGit/2.6/DuckStudio.ChineseGit.installer.yaml +++ b/manifests/d/DuckStudio/ChineseGit/2.6/DuckStudio.ChineseGit.installer.yaml @@ -14,6 +14,9 @@ InstallerSwitches: Silent: /verysilent /suppressmsgboxes SilentWithProgress: /verysilent UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git Commands: - cngit Protocols: diff --git a/manifests/d/DuckStudio/ChineseGit/2.8/DuckStudio.ChineseGit.installer.yaml b/manifests/d/DuckStudio/ChineseGit/2.8/DuckStudio.ChineseGit.installer.yaml new file mode 100644 index 0000000000000..00ecd06278d25 --- /dev/null +++ b/manifests/d/DuckStudio/ChineseGit/2.8/DuckStudio.ChineseGit.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-2506.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DuckStudio.ChineseGit +PackageVersion: "2.8" +InstallerLocale: zh-CN +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /verysilent /suppressmsgboxes + SilentWithProgress: /verysilent +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +Commands: +- cngit +Protocols: +- http +- https +ReleaseDate: 2024-07-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DuckDuckStudio/Chinese_git/releases/download/v2.8/Chinese_git_Setup_v2.8.exe + InstallerSha256: 5c2a28a47cbce7850f53115d6283accb5020fa37eee910cd846145e7aa06849d + AppsAndFeaturesEntries: + - DisplayVersion: 'v2.8' +- Architecture: x86 + InstallerUrl: https://github.com/DuckDuckStudio/Chinese_git/releases/download/v2.8/Chinese_git_Setup_v2.8.exe + InstallerSha256: 5c2a28a47cbce7850f53115d6283accb5020fa37eee910cd846145e7aa06849d + AppsAndFeaturesEntries: + - DisplayVersion: 'v2.8' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/ChineseGit/2.8/DuckStudio.ChineseGit.locale.zh-CN.yaml b/manifests/d/DuckStudio/ChineseGit/2.8/DuckStudio.ChineseGit.locale.zh-CN.yaml new file mode 100644 index 0000000000000..256a327dc9fbc --- /dev/null +++ b/manifests/d/DuckStudio/ChineseGit/2.8/DuckStudio.ChineseGit.locale.zh-CN.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-2506.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DuckStudio.ChineseGit +PackageVersion: "2.8" +PackageLocale: zh-CN +Publisher: DuckStudio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/zh_cn/index.html +PublisherSupportUrl: https://github.com/DuckDuckStudio/Chinese_git/issues +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: 中文Git +PackageUrl: https://duckduckstudio.github.io/yazicbs.github.io/Tools/chinese_git/ +License: GNU General Public License v2.0 +LicenseUrl: https://github.com/DuckDuckStudio/Chinese_git/blob/main/LICENSE +Copyright: Copyright (c) DuckStudio 鸭鸭「カモ」 +# CopyrightUrl: +ShortDescription: 使用中文命令操作 Git 的简单工具 +Description: 让你可以使用中文命令操作 Git 的简单工具,旨在使不熟悉英文的用户更轻松地使用 Git。 +Moniker: cngit +Tags: +- chinese +- chinese-simplified +- git +- pre-release +ReleaseNotes: |- + 目前在本地测试似乎只有这些[已知问题](https://github.com/DuckDuckStudio/Chinese_git/blob/main/README.md#已知问题),如遇到问题请一定要提交 Issues 让我修,感谢! + + ## 本版本修改内容 + + ### 新功能 + - 可以在配置文件中禁用自动更新检查/公告获取 (#21) + + ## 如何更新 + 自 v2.4 起,中文Git附带更新指令,你可以运行`中文git 更新`来更新中文Git。 + py版自 v1.7 起,可使用`中文git 更新`命令更新。 + + ## 本版本完整可用命令 + 请参阅[用户手册](https://github.com/DuckDuckStudio/Chinese_git/blob/v2.8/USER_HANDBOOK.md#可用命令)。 + + > [!NOTE] + > 关于如何执行代码,请参阅[用户手册](https://github.com/DuckDuckStudio/Chinese_git/blob/main/USER_HANDBOOK.md#优化)。 + + ## 下载 + | 版本 | 文件 | + |---|---| + | py版 | [Chinese_git_py.zip](https://github.com/DuckDuckStudio/Chinese_git/releases/download/v2.8/Chinese_git_py.zip) | + | py版(7z) | [Chinese_git_py.7z](https://github.com/DuckDuckStudio/Chinese_git/releases/download/v2.8/Chinese_git_py.7z) | + | 打包版 | [Chinese_git.zip](https://github.com/DuckDuckStudio/Chinese_git/releases/download/v2.8/Chinese_git.zip) | + | 打包版(7z) | [Chinese_git.7z](https://github.com/DuckDuckStudio/Chinese_git/releases/download/v2.8/Chinese_git.7z) | + | 安装程序(winget) | [Chinese_git_Setup_v2.8.exe](https://github.com/DuckDuckStudio/Chinese_git/releases/download/v2.8/Chinese_git_Setup_v2.8.exe) | + + **Full Changelog**: https://github.com/DuckDuckStudio/Chinese_git/compare/v2.7...v2.8 +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Chinese_git/releases/tag/v2.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/ChineseGit/2.8/DuckStudio.ChineseGit.yaml b/manifests/d/DuckStudio/ChineseGit/2.8/DuckStudio.ChineseGit.yaml new file mode 100644 index 0000000000000..18d432ff8f94b --- /dev/null +++ b/manifests/d/DuckStudio/ChineseGit/2.8/DuckStudio.ChineseGit.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-2506.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DuckStudio.ChineseGit +PackageVersion: "2.8" +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/ChineseGit/2.9/DuckStudio.ChineseGit.installer.yaml b/manifests/d/DuckStudio/ChineseGit/2.9/DuckStudio.ChineseGit.installer.yaml new file mode 100644 index 0000000000000..9c1a06b6c8b4c --- /dev/null +++ b/manifests/d/DuckStudio/ChineseGit/2.9/DuckStudio.ChineseGit.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-2506.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DuckStudio.ChineseGit +PackageVersion: "2.9" +InstallerLocale: zh-CN +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /verysilent /suppressmsgboxes + SilentWithProgress: /verysilent +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +Commands: +- cngit +Protocols: +- http +- https +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DuckDuckStudio/Chinese_git/releases/download/v2.9/Chinese_git_Setup_v2.9.exe + InstallerSha256: 9df13f3ce414f5596161d69846b00582feed061a5d4e60f96769a5faf2ad3904 + AppsAndFeaturesEntries: + - DisplayVersion: 'v2.9' +- Architecture: x86 + InstallerUrl: https://github.com/DuckDuckStudio/Chinese_git/releases/download/v2.9/Chinese_git_Setup_v2.9.exe + InstallerSha256: 9df13f3ce414f5596161d69846b00582feed061a5d4e60f96769a5faf2ad3904 + AppsAndFeaturesEntries: + - DisplayVersion: 'v2.9' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/ChineseGit/2.9/DuckStudio.ChineseGit.locale.zh-CN.yaml b/manifests/d/DuckStudio/ChineseGit/2.9/DuckStudio.ChineseGit.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9fe22b52e0b02 --- /dev/null +++ b/manifests/d/DuckStudio/ChineseGit/2.9/DuckStudio.ChineseGit.locale.zh-CN.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-2506.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DuckStudio.ChineseGit +PackageVersion: "2.9" +PackageLocale: zh-CN +Publisher: DuckStudio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/zh_cn/index.html +PublisherSupportUrl: https://github.com/DuckDuckStudio/Chinese_git/issues +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: 中文Git +PackageUrl: https://duckduckstudio.github.io/yazicbs.github.io/Tools/chinese_git/ +License: GNU General Public License v2.0 +LicenseUrl: https://github.com/DuckDuckStudio/Chinese_git/blob/main/LICENSE +Copyright: Copyright (c) DuckStudio 鸭鸭「カモ」 +# CopyrightUrl: +ShortDescription: 使用中文命令操作 Git 的简单工具 +Description: 让你可以使用中文命令操作 Git 的简单工具,旨在使不熟悉英文的用户更轻松地使用 Git。 +Moniker: cngit +Tags: +- chinese +- chinese-simplified +- git +ReleaseNotes: |- + 目前在本地测试似乎只有这些[已知问题](https://github.com/DuckDuckStudio/Chinese_git/issues),如遇到问题请一定要提交 Issues 让我修,感谢! + + ## 本版本修改内容 + + ### 修复 + - 修正了配置文件中的一个错误描述 ( 317ebf167affdd6a55e9bf30bc1d5cf9df15f660 ) + - 修复了不更新配置文件的问题 ( #32 43fe1869222edde23c9a486ce7b0a8693a8d44bb ) + - 修复异常退出仍返回`0`的问题 ( #34 efa624742618f02f28ad05442ca61e714d64efff ) + - 修复了在部分时候不会自动检查更新/获取公告的问题 ( efa624742618f02f28ad05442ca61e714d64efff ) + - 修复`提交`命令在没有修改时还会要求提交信息的问题 ( 26ae90100acea0d75ca5fd2eecce2078444cb607 ) + + ### 弃用 + - 移除了测试时遗留的部分代码 ( efa624742618f02f28ad05442ca61e714d64efff ) + + ## 如何更新 + 自 v2.4 起,中文Git附带更新指令,你可以运行`中文git 更新`来更新中文Git。 + py版自 v1.7 起,可使用`中文git 更新`命令更新。 + + ## 本版本完整可用命令 + 请参阅[用户手册](https://github.com/DuckDuckStudio/Chinese_git/blob/v2.9/USER_HANDBOOK.md#可用命令)。 + + > [!NOTE] + > 关于如何执行代码,请参阅[用户手册](https://github.com/DuckDuckStudio/Chinese_git/blob/main/USER_HANDBOOK.md#优化)。 + + **Full Changelog**: https://github.com/DuckDuckStudio/Chinese_git/compare/v2.8...v2.9 +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Chinese_git/releases/tag/v2.9 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/ChineseGit/2.9/DuckStudio.ChineseGit.yaml b/manifests/d/DuckStudio/ChineseGit/2.9/DuckStudio.ChineseGit.yaml new file mode 100644 index 0000000000000..2677e24b720a1 --- /dev/null +++ b/manifests/d/DuckStudio/ChineseGit/2.9/DuckStudio.ChineseGit.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-2506.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DuckStudio.ChineseGit +PackageVersion: "2.9" +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2024.07.25.2030/DuckStudio.FufuDevTools.installer.yaml b/manifests/d/DuckStudio/FufuDevTools/2024.07.25.2030/DuckStudio.FufuDevTools.installer.yaml new file mode 100644 index 0000000000000..209367a10c6dc --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2024.07.25.2030/DuckStudio.FufuDevTools.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-2506.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: "2024.07.25.2030" +InstallerLocale: zh-CN +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /verysilent /suppressmsgboxes + SilentWithProgress: /verysilent +UpgradeBehavior: install +Commands: +- ffdev +Protocols: +- http +- https +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/download/2024.07.25.2030/Fufu_Dev_Tools_Setup_2024.07.25.2030.exe + InstallerSha256: 9fe7cac400f33db498444caebbaa84deb71e2ba8ad695849db953e6ce80ed017 + AppsAndFeaturesEntries: + - DisplayVersion: '2024.07.25.2030' +- Architecture: x86 + InstallerUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/download/2024.07.25.2030/Fufu_Dev_Tools_Setup_2024.07.25.2030.exe + InstallerSha256: 9fe7cac400f33db498444caebbaa84deb71e2ba8ad695849db953e6ce80ed017 + AppsAndFeaturesEntries: + - DisplayVersion: '2024.07.25.2030' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2024.07.25.2030/DuckStudio.FufuDevTools.locale.zh-CN.yaml b/manifests/d/DuckStudio/FufuDevTools/2024.07.25.2030/DuckStudio.FufuDevTools.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fcf85079bcd81 --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2024.07.25.2030/DuckStudio.FufuDevTools.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2024.07.25.2030 +PackageLocale: zh-CN +Publisher: DuckStudio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +Author: 鸭鸭「カモ」 +PackageName: 芙芙工具箱开发工具包 +PackageUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools +License: 芙芙工具箱许可文件 +LicenseUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/HEAD/LICENSE +Copyright: Copyright (c) 鸭鸭「カモ」 +ShortDescription: 芙芙工具箱的独立开发工具包 +Moniker: Fufu_Dev_Tools +Tags: +- devtools +- tools +- command +ReleaseNotes: | + > [!WARNING] + > 此版本领先于`lite`版中附带的开发工具。 + + - [pref] 在某个仓库中执行git相关自动化时可以省去选择仓库目录的步骤 (#6) + + > [!TIP] + > 这个版本也是官方的,可以放心下载使用。 + + **Full Changelog**: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/compare/2024.07.03.0000...2024.07.25.2030 +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/tag/2024.07.25.2030 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2024.07.25.2030/DuckStudio.FufuDevTools.yaml b/manifests/d/DuckStudio/FufuDevTools/2024.07.25.2030/DuckStudio.FufuDevTools.yaml new file mode 100644 index 0000000000000..b5f031cde1d3c --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2024.07.25.2030/DuckStudio.FufuDevTools.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2024.07.25.2030 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2024.08.01.0000/DuckStudio.FufuDevTools.installer.yaml b/manifests/d/DuckStudio/FufuDevTools/2024.08.01.0000/DuckStudio.FufuDevTools.installer.yaml new file mode 100644 index 0000000000000..5e8e30419402d --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2024.08.01.0000/DuckStudio.FufuDevTools.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2024.08.01.0000 +InstallerLocale: zh-CN +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /verysilent /suppressmsgboxes + SilentWithProgress: /verysilent +UpgradeBehavior: install +Commands: +- ffdev +Protocols: +- http +- https +AppsAndFeaturesEntries: +- DisplayVersion: 2024.08.01.0000 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/download/2024.08.01.0000/Fufu_Dev_Tools_Setup_2024.08.01.0000.exe + InstallerSha256: 368B188F0B9A3B2D03B8E1B5A0048BF22CC96368CB6A823B9F2DAFDBD1DC38CA +- Architecture: x86 + InstallerUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/download/2024.08.01.0000/Fufu_Dev_Tools_Setup_2024.08.01.0000.exe + InstallerSha256: 368B188F0B9A3B2D03B8E1B5A0048BF22CC96368CB6A823B9F2DAFDBD1DC38CA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2024.08.01.0000/DuckStudio.FufuDevTools.locale.zh-CN.yaml b/manifests/d/DuckStudio/FufuDevTools/2024.08.01.0000/DuckStudio.FufuDevTools.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cf46d465d1dea --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2024.08.01.0000/DuckStudio.FufuDevTools.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2024.08.01.0000 +PackageLocale: zh-CN +Publisher: DuckStudio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/issues +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: 芙芙工具箱开发工具包 +PackageUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools +License: 芙芙工具箱许可文件 +LicenseUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/HEAD/LICENSE +Copyright: Copyright (c) 鸭鸭「カモ」 +# CopyrightUrl: +ShortDescription: 芙芙工具箱的独立开发工具包 +# Description: +Moniker: fufu_dev_tools +Tags: +- command +- devtools +- tools +ReleaseNotes: |- + - [pref] 让git相关连续尝试工具的通知显示具体仓库 ( #8 ) +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/tag/2024.08.01.0000 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2024.08.01.0000/DuckStudio.FufuDevTools.yaml b/manifests/d/DuckStudio/FufuDevTools/2024.08.01.0000/DuckStudio.FufuDevTools.yaml new file mode 100644 index 0000000000000..21dc937632f7c --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2024.08.01.0000/DuckStudio.FufuDevTools.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2024.08.01.0000 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/FufuTools/1.3.4/DuckStudio.FufuTools.installer.yaml b/manifests/d/DuckStudio/FufuTools/1.3.4/DuckStudio.FufuTools.installer.yaml new file mode 100644 index 0000000000000..3c3bf070023e8 --- /dev/null +++ b/manifests/d/DuckStudio/FufuTools/1.3.4/DuckStudio.FufuTools.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DuckStudio.FufuTools +PackageVersion: 1.3.4 +InstallerLocale: zh-CN +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /verysilent /suppressmsgboxes +UpgradeBehavior: install +Protocols: +- https +FileExtensions: +- cpp +- css +- cxx +- html +- js +- mp4 +- png +- py +- pyw +ReleaseDate: 2024-08-12 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/DuckDuckStudio/Fufu_Tools/releases/download/v1.3.4/Fufu_Tools_Setup.v1.3.4.exe + InstallerSha256: 18371847274843f1b3e49607f67144c36d3ea7fa45bb8069b821da1eff8b9ea4 + ProductCode: '{31FCFFAC-F3B7-4318-A179-DE6BD33DA83C}' + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/DuckDuckStudio/Fufu_Tools/releases/download/v1.3.4/Fufu_Tools_Setup.v1.3.4.exe + InstallerSha256: 18371847274843f1b3e49607f67144c36d3ea7fa45bb8069b821da1eff8b9ea4 + ProductCode: '{31FCFFAC-F3B7-4318-A179-DE6BD33DA83C}' + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/FufuTools/1.3.4/DuckStudio.FufuTools.locale.zh-CN.yaml b/manifests/d/DuckStudio/FufuTools/1.3.4/DuckStudio.FufuTools.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1b190a6cfaeae --- /dev/null +++ b/manifests/d/DuckStudio/FufuTools/1.3.4/DuckStudio.FufuTools.locale.zh-CN.yaml @@ -0,0 +1,102 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DuckStudio.FufuTools +PackageVersion: 1.3.4 +PackageLocale: zh-CN +Publisher: Duck Studio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Fufu_Tools/issues/ +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: 芙芙工具箱 +PackageUrl: https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/ +License: 芙芙工具箱许可文件 +LicenseUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/main/LICENSE +Copyright: Copyright (c) 鸭鸭「カモ」 +# CopyrightUrl: +ShortDescription: 芙芙工具箱是一个集合许多小工具的支持Windows的工具箱。 +# Description: +Moniker: fufu-tools +Tags: +- automate +- chinese +- convenient +- toolbox +- tools +ReleaseNotes: | + > With several starts, but just one end(Release)~ + + **本版本为正式版。** + > 时隔一个多月的更新续上啦~ (●'◡'●) + + > [!NOTE] + > 压缩编码为 **UTF-8** + > 如遇到缺少dll的情况,请参考 #70 + > 此版本的所有PR请见 #82 + > 独立开发工具包仓库 → [DuckDuckStudio/Fufu_Dev_Tools](https://github.com/DuckDuckStudio/Fufu_Dev_Tools) + + ## 修改 + *(这里相对的是上一个正式版[1.3.3](https://github.com/DuckDuckStudio/Fufu_Tools/releases/tag/v1.3.3))* + + ### 修复 + - 修复了`环境配置`>`写入虚拟环境信息`工具会将虚拟环境信息写进虚拟环境的问题 ( 71e1a8bdb12e16503d1106904970c0a2118b430b ) + - 修复了`[实验性]自动打包所有py文件`工具无法处理带引号的文件夹路径的问题 ( #80 ) 与计数出错 ( #79 ) 的问题与可能的`UnboundLocalError` ( Fix in #81 ) + + ### 优化 + - 使`[实验性]自动打包所有py文件(pyinstaller)`工具的成功输出更明显 ( 3e60de121be2286c6a57da5b82e5e95218825a4d | c78cbd250d9a1fe546efffe036eb1a5435c3123f ) + - 使`系统时间显示`工具依据窗口拉大拉小而调整字体大小 ( #86 ) ( Fix in #87 ) + - 优化了`信息确认`工具在主程序中的打开方法 ( Fix in #95 ) + + ### 新增 + - 链接了`[实验性]在线工具` ( Fix in #103 ) + + ### 弃用 + - 移除了`WSA`工具与`[实验性]水下音效`工具 + +
+ + ### 分类解释 + + 关于芙芙工具箱的分类解释,请前往这个网站查看→ **[[芙芙工具箱分类解释]](https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/分类解释/)** + +
+ + ## 下载程序 + + | 版本类型 | 下载链接 | + |-----|-----| + | lite版 | [Fufu_Tools.v1.3.4-lite.zip](https://github.com/DuckDuckStudio/Fufu_Tools/releases/download/v1.3.4/Fufu_Tools.v1.3.4-lite.zip) | + | lite版(7z) | [Fufu_Tools.v1.3.4-lite.7z](https://github.com/DuckDuckStudio/Fufu_Tools/releases/download/v1.3.4/Fufu_Tools.v1.3.4-lite.7z) | + | 打包版(zip) | [Fufu_Tools.v1.3.4.zip](https://github.com/DuckDuckStudio/Fufu_Tools/releases/download/v1.3.4/Fufu_Tools.v1.3.4.zip) | + | 打包版(7z) | [Fufu_Tools.v1.3.4.7z](https://github.com/DuckDuckStudio/Fufu_Tools/releases/download/v1.3.4/Fufu_Tools.v1.3.4.7z) | + | 打包版(7z-极限压缩) | [Fufu_Tools.v1.3.4-Extreme_compression.7z](https://github.com/DuckDuckStudio/Fufu_Tools/releases/download/v1.3.4/Fufu_Tools.v1.3.4-Extreme_compression.7z) | + | 安装程序(exe) | [Fufu_Tools_Setup.v1.3.4.exe](https://github.com/DuckDuckStudio/Fufu_Tools/releases/download/v1.3.4/Fufu_Tools_Setup.v1.3.4.exe) | + | 独立开发工具(zip) | [Fufu_Tools_Dev_Tools_2024.08.01.0000.zip](https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/download/2024.08.01.0000/Fufu_Tools_Dev_Tools_2024.08.01.0000.zip) | + | 独立开发工具(7z) | [Fufu_Tools_Dev_Tools_2024.08.01.0000.7z](https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/download/2024.08.01.0000/Fufu_Tools_Dev_Tools_2024.08.01.0000.7z) | + + *独立开发工具包版本[2024.06.30.1356](https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/tag/2024.06.30.1356)* + + ### 版本及要求 + + 关于芙芙工具箱的版本解释,请前往这个网站查看→ **[[芙芙工具箱版本说明]](https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/versions/)** + 关于芙芙工具箱的系统要求,请前往这个网站查看→ **[[芙芙工具箱最低系统要求]](https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/minimum/)** + + ### 如何更新 + + 关于如何更新芙芙工具箱,请前往这个网站查看→ **[[芙芙工具箱通用文档 - Q:我该如何更新芙芙工具箱]](https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/wiki/通用/index.html#how_to_update)** + +
+ + 本版本**版本号为1.3.4** + **首发日期2024/6/30** + -> Code by 鸭鸭「カモ」 / DuckStudio + [访问作者网站](https://duckduckstudio.github.io/yazicbs.github.io/) | [访问芙芙工具箱网站](https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/) | [查看芙芙工具箱文档](https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/wiki/) + -> 联系开发者: + [Full Changelog](https://github.com/DuckDuckStudio/Fufu_Tools/compare/v1.3.3...v1.3.4) +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Fufu_Tools/releases/tag/v1.3.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/FufuTools/1.3.4/DuckStudio.FufuTools.yaml b/manifests/d/DuckStudio/FufuTools/1.3.4/DuckStudio.FufuTools.yaml new file mode 100644 index 0000000000000..9f0c2556743d5 --- /dev/null +++ b/manifests/d/DuckStudio/FufuTools/1.3.4/DuckStudio.FufuTools.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DuckStudio.FufuTools +PackageVersion: 1.3.4 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/GitHubLabelsManager/v1.3/DuckStudio.GitHubLabelsManager.installer.yaml b/manifests/d/DuckStudio/GitHubLabelsManager/v1.3/DuckStudio.GitHubLabelsManager.installer.yaml new file mode 100644 index 0000000000000..b4a8d30a4a0ef --- /dev/null +++ b/manifests/d/DuckStudio/GitHubLabelsManager/v1.3/DuckStudio.GitHubLabelsManager.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-3958.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DuckStudio.GitHubLabelsManager +PackageVersion: v1.3 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /verysilent /suppressmsgboxes + SilentWithProgress: /verysilent +UpgradeBehavior: install +Commands: +- glm +Protocols: +- http +- https +FileExtensions: +- json +ReleaseDate: 2024-09-12 +Installers: +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://github.com/DuckDuckStudio/GitHub-Labels-Manager/releases/download/v1.3/GitHub_Labels_Manager_Setup_v1.3.exe + InstallerSha256: AF3EA521B0067AF72E5E97CD436F69F980A608CD1903C0BB98C3F8EFB65D7370 +- InstallerLocale: zh-CN + Architecture: x86 + InstallerUrl: https://github.com/DuckDuckStudio/GitHub-Labels-Manager/releases/download/v1.3/GitHub_Labels_Manager_Setup_v1.3.exe + InstallerSha256: AF3EA521B0067AF72E5E97CD436F69F980A608CD1903C0BB98C3F8EFB65D7370 +- InstallerLocale: en-US + Architecture: x64 + InstallerUrl: https://github.com/DuckDuckStudio/GitHub-Labels-Manager/releases/download/v1.3/GitHub_Labels_Manager_Setup_v1.3-EN.exe + InstallerSha256: 2AE9A43759BF98F0D6F38CD8B928E7A61BCA3854BE2442E94BB0AEDAD5A979EE +- InstallerLocale: en-US + Architecture: x86 + InstallerUrl: https://github.com/DuckDuckStudio/GitHub-Labels-Manager/releases/download/v1.3/GitHub_Labels_Manager_Setup_v1.3-EN.exe + InstallerSha256: 2AE9A43759BF98F0D6F38CD8B928E7A61BCA3854BE2442E94BB0AEDAD5A979EE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/GitHubLabelsManager/v1.3/DuckStudio.GitHubLabelsManager.locale.en-US.yaml b/manifests/d/DuckStudio/GitHubLabelsManager/v1.3/DuckStudio.GitHubLabelsManager.locale.en-US.yaml new file mode 100644 index 0000000000000..1b3ab28efdcb0 --- /dev/null +++ b/manifests/d/DuckStudio/GitHubLabelsManager/v1.3/DuckStudio.GitHubLabelsManager.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-3958.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: DuckStudio.GitHubLabelsManager +PackageVersion: v1.3 +PackageLocale: en-US +Publisher: DuckStudio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/GitHub-Labels-Manager/issues +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: GitHub Labels Manager +PackageUrl: https://github.com/DuckDuckStudio/GitHub-Labels-Manager +License: GNU General Public License v3.0 +LicenseUrl: https://github.com/DuckDuckStudio/GitHub-Labels-Manager/blob/main/LICENSE +Copyright: Copyright (c) DuckStudio 鸭鸭「カモ」 +# CopyrightUrl: +ShortDescription: A GitHub Labels Manager +Description: Tools that automatically help you copy repo labels, get repo labels, and empty existing labels. +# Moniker: +Tags: +- devtools +- github +- github-labels +- labels +ReleaseNotes: | + *Thanks for all contributions* + > @DuckDuckStudio @Luna-Grace (review) @fjwxzde (bot) + + > [!NOTE] + > This version is build by [Action](https://github.com/DuckDuckStudio/GitHub-Labels-Manager/actions/runs/10834825351). + + > [!TIP] + > This version is about Feat & Pref changes. + + ## Feat + - [x] Displays the installation directory when using command `glm config --version` + + ## Pref + - [x] Optimize handling when the save location is occupied. + + --- + + ## What's Changed (Auto Generate) + * feat: 显示安装目录 by @DuckDuckStudio in https://github.com/DuckDuckStudio/GitHub-Labels-Manager/pull/13 + + **Full Changelog**: https://github.com/DuckDuckStudio/GitHub-Labels-Manager/compare/v1.2...v1.3 +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Chinese_git/releases/tag/v1.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/GitHubLabelsManager/v1.3/DuckStudio.GitHubLabelsManager.locale.zh-CN.yaml b/manifests/d/DuckStudio/GitHubLabelsManager/v1.3/DuckStudio.GitHubLabelsManager.locale.zh-CN.yaml new file mode 100644 index 0000000000000..89e4ca65027ff --- /dev/null +++ b/manifests/d/DuckStudio/GitHubLabelsManager/v1.3/DuckStudio.GitHubLabelsManager.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-3958.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DuckStudio.GitHubLabelsManager +PackageVersion: v1.3 +PackageLocale: zh-CN +Publisher: DuckStudio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/GitHub-Labels-Manager/issues +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: GitHub Labels Manager +PackageUrl: https://github.com/DuckDuckStudio/GitHub-Labels-Manager +License: GNU General Public License v3.0 +LicenseUrl: https://github.com/DuckDuckStudio/GitHub-Labels-Manager/blob/main/LICENSE +Copyright: Copyright (c) DuckStudio 鸭鸭「カモ」 +# CopyrightUrl: +ShortDescription: GitHub仓库标签管理工具 +Description: 自动帮你复制仓库标签、获取仓库标签、清空已有标签的工具 +Moniker: glm +Tags: +- devtools +- github +- github-labels +- labels +- manager +ReleaseNotes: | + *感谢所有为本版本做出贡献的人! | Thanks for all contributions* + > @DuckDuckStudio @Luna-Grace (审查) @fjwxzde (bot) + + > [!NOTE] + > 本版本由[自动流](https://github.com/DuckDuckStudio/GitHub-Labels-Manager/actions/runs/10834825351)构建,经验证与重命名后发布。 + + > [!TIP] + > 本版本为新功能与优化 + + ## 新增 + - [x] 在使用`glm config --version`时显示安装目录 + + ## 优化 + - [x] 优化保存位置被占用时的处理 + + --- + + ## What's Changed (Auto Generate) + * feat: 显示安装目录 by @DuckDuckStudio in https://github.com/DuckDuckStudio/GitHub-Labels-Manager/pull/13 + + **Full Changelog**: https://github.com/DuckDuckStudio/GitHub-Labels-Manager/compare/v1.2...v1.3 +ReleaseNotesUrl: https://github.com/DuckDuckStudio/GitHub-Labels-Manager/releases/tag/v1.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuckStudio/GitHubLabelsManager/v1.3/DuckStudio.GitHubLabelsManager.yaml b/manifests/d/DuckStudio/GitHubLabelsManager/v1.3/DuckStudio.GitHubLabelsManager.yaml new file mode 100644 index 0000000000000..36743ad5f8117 --- /dev/null +++ b/manifests/d/DuckStudio/GitHubLabelsManager/v1.3/DuckStudio.GitHubLabelsManager.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-3958.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DuckStudio.GitHubLabelsManager +PackageVersion: v1.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuongDieuPhap/ImageGlass/9.1.8.723/DuongDieuPhap.ImageGlass.installer.yaml b/manifests/d/DuongDieuPhap/ImageGlass/9.1.8.723/DuongDieuPhap.ImageGlass.installer.yaml new file mode 100644 index 0000000000000..b53cbd886e149 --- /dev/null +++ b/manifests/d/DuongDieuPhap/ImageGlass/9.1.8.723/DuongDieuPhap.ImageGlass.installer.yaml @@ -0,0 +1,112 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DuongDieuPhap.ImageGlass +PackageVersion: 9.1.8.723 +InstallerType: msi +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +Protocols: +- imageglass +FileExtensions: +- 3fr +- apng +- ari +- arw +- avif +- b64 +- bay +- bmp +- cap +- cr2 +- cr3 +- crw +- cur +- cut +- dcr +- dcs +- dds +- dib +- dng +- drf +- eip +- emf +- erf +- exif +- exr +- fff +- fits +- flif +- gif +- gifv +- gpr +- hdr +- heic +- heif +- ico +- iiq +- jfif +- jp2 +- jpe +- jpeg +- jpg +- jxl +- k25 +- kdc +- mdc +- mef +- mjpeg +- mos +- mrw +- nef +- nrw +- obm +- orf +- pbm +- pcx +- pef +- pgm +- png +- ppm +- psb +- psd +- ptx +- pxn +- qoi +- r3d +- raf +- raw +- rw2 +- rwl +- rwz +- sr2 +- srf +- srw +- svg +- tga +- tif +- tiff +- viff +- webp +- wmf +- wpg +- x3f +- xbm +- xpm +- xv +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ReleaseDate: 2024-07-22 +AppsAndFeaturesEntries: +- ProductCode: '{3E6BBCE4-20D6-4273-9B37-E297B357DDAF}' + UpgradeCode: '{877DB994-AB03-4025-B99D-41CE565E810B}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/d2phap/ImageGlass/releases/download/9.1.8.723/ImageGlass_9.1.8.723_x64.msi + InstallerSha256: EE09F8B48D6C459FF87C302A69EC20C7E3E9A6CF314B0172DC18BF0DA1424329 + ProductCode: '{3E6BBCE4-20D6-4273-9B37-E297B357DDAF}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuongDieuPhap/ImageGlass/9.1.8.723/DuongDieuPhap.ImageGlass.locale.en-US.yaml b/manifests/d/DuongDieuPhap/ImageGlass/9.1.8.723/DuongDieuPhap.ImageGlass.locale.en-US.yaml new file mode 100644 index 0000000000000..9e66073ebc7b2 --- /dev/null +++ b/manifests/d/DuongDieuPhap/ImageGlass/9.1.8.723/DuongDieuPhap.ImageGlass.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DuongDieuPhap.ImageGlass +PackageVersion: 9.1.8.723 +PackageLocale: en-US +Publisher: Duong Dieu Phap +PublisherUrl: https://imageglass.org/ +PublisherSupportUrl: https://imageglass.org/support +PrivacyUrl: https://imageglass.org/privacy +Author: Dương Diệu Pháp +PackageName: ImageGlass +PackageUrl: https://imageglass.org/ +License: GPL-3.0 +LicenseUrl: https://imageglass.org/license +Copyright: Copyright © 2010-2024 by by Dương Diệu Pháp. All rights reserved. +# CopyrightUrl: +ShortDescription: A lightweight, versatile image viewer +Description: ImageGlass is a lightweight software designed for seamless viewing of images in a clean and intuitive interface. With support for over 80 common image formats including WEBP, GIF, SVG, PNG, JXL, HEIC,... ImageGlass also offers advanced features that cater to the needs of both regular users and designers, making it the excellent tool to enhance workflow efficiency. +Moniker: imageglass +Tags: +- image +- photo +- picture +- reader +- viewer +ReleaseNotes: |- + 🔮 Improvement + - Updated Magick.NET to v13.10 + - Added support for deleting images in Slideshow mode (#1838) + - Removed support for these MouseClickEvent to make the single click detection faster (#1827) + - XButton1DoubleClick + - XButton2DoubleClick + - WheelDoubleClick + 🐛 Bugfixes + - Fixed an issue where images overlapped each other on some certain machines (#1942) + - Fixed an issue where zooming using the mouse wheel on a SVG file with WebView2 didn't work if the Windows setting "Decimal symbol" is not . (#1766) + - Fixed an issue where navigation with side mouse buttons (back/forward) was delayed, compared to arrow keys (#1827) + - Fixed an issue where HEIC orientation didn't display correctly (#1928) + - Fixed an issue where ImageGlass didn't display some certain BMP files (#1959) + - Fixed an issue where an error occurred while saving the ICO format if its dimension is larger than 256 pixels (#1840) + - Fixed an issue where the arguments of custom toolbar button were not recognized until restarting the app + - Fixed an issue where the third-party app from the custom toolbar button didn't open probably due to extra command-line injected + Full Changelog: https://github.com/d2phap/ImageGlass/compare/9.1.7.627...9.1.8.723 +ReleaseNotesUrl: https://github.com/d2phap/ImageGlass/releases/tag/9.1.8.723 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://imageglass.org/docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuongDieuPhap/ImageGlass/9.1.8.723/DuongDieuPhap.ImageGlass.locale.zh-CN.yaml b/manifests/d/DuongDieuPhap/ImageGlass/9.1.8.723/DuongDieuPhap.ImageGlass.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3cf77a567070a --- /dev/null +++ b/manifests/d/DuongDieuPhap/ImageGlass/9.1.8.723/DuongDieuPhap.ImageGlass.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: DuongDieuPhap.ImageGlass +PackageVersion: 9.1.8.723 +PackageLocale: zh-CN +Publisher: Duong Dieu Phap +PublisherUrl: https://imageglass.org/ +PublisherSupportUrl: https://imageglass.org/support +PrivacyUrl: https://imageglass.org/privacy +Author: Dương Diệu Pháp +PackageName: ImageGlass +PackageUrl: https://imageglass.org/ +License: GPL-3.0 +LicenseUrl: https://imageglass.org/license +Copyright: Copyright © 2010-2024 by by Dương Diệu Pháp. All rights reserved. +# CopyrightUrl: +ShortDescription: 轻量多功能的图像查看器 +Description: ImageGlass 是一款轻量级软件,可在简洁直观的界面中无缝查看图像。它支持 80 多种常见的图像格式,包括 WEBP、GIF、SVG、PNG、JXL、HEIC 等。ImageGlass 还提供高级功能,可满足普通用户和设计师的需求,是提高工作流程效率的绝佳工具。 +# Moniker: +Tags: +- 图像 +- 图片 +- 查看器 +- 照片 +- 阅读器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/d2phap/ImageGlass/releases/tag/9.1.8.723 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://imageglass.org/docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DuongDieuPhap/ImageGlass/9.1.8.723/DuongDieuPhap.ImageGlass.yaml b/manifests/d/DuongDieuPhap/ImageGlass/9.1.8.723/DuongDieuPhap.ImageGlass.yaml new file mode 100644 index 0000000000000..2c0863dfedc38 --- /dev/null +++ b/manifests/d/DuongDieuPhap/ImageGlass/9.1.8.723/DuongDieuPhap.ImageGlass.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DuongDieuPhap.ImageGlass +PackageVersion: 9.1.8.723 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Duplicati/Duplicati/2.0.8.1/Duplicati.Duplicati.installer.yaml b/manifests/d/Duplicati/Duplicati/2.0.8.1/Duplicati.Duplicati.installer.yaml new file mode 100644 index 0000000000000..b55491ff5f69e --- /dev/null +++ b/manifests/d/Duplicati/Duplicati/2.0.8.1/Duplicati.Duplicati.installer.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Duplicati.Duplicati +PackageVersion: 2.0.8.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Protocols: +- http +- https +ProductCode: '{7BFAD2D5-45DF-4715-BA56-91E44B3B4916}' +ReleaseDate: 2024-05-07 +AppsAndFeaturesEntries: +- DisplayName: Duplicati 2 + Publisher: Duplicati Team + ProductCode: '{7BFAD2D5-45DF-4715-BA56-91E44B3B4916}' + UpgradeCode: '{1C94BC5A-2BF2-4273-9D8F-2CB30E780D16}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Duplicati 2' +Installers: +- Architecture: x86 + InstallerUrl: https://updates.duplicati.com/beta/duplicati-2.0.8.1_beta_2024-05-07-x86.msi + InstallerSha256: 3BE6943566707BC894440EB17B1D782D25310905C0EA5B3799E7D641C8AD39B2 +- Architecture: x64 + InstallerUrl: https://updates.duplicati.com/beta/duplicati-2.0.8.1_beta_2024-05-07-x64.msi + InstallerSha256: AD658265FF3B1FDC252438201047B33DFA8D34EE205D1E40CBEE393BDF611831 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Duplicati/Duplicati/2.0.8.1/Duplicati.Duplicati.locale.en-US.yaml b/manifests/d/Duplicati/Duplicati/2.0.8.1/Duplicati.Duplicati.locale.en-US.yaml new file mode 100644 index 0000000000000..7119a6043144b --- /dev/null +++ b/manifests/d/Duplicati/Duplicati/2.0.8.1/Duplicati.Duplicati.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Duplicati.Duplicati +PackageVersion: 2.0.8.1 +PackageLocale: en-US +Publisher: Duplicati Team +PublisherUrl: https://www.duplicati.com/ +PublisherSupportUrl: https://forum.duplicati.com/ +Author: Kenneth Skovhede +PackageName: Duplicati 2 +PackageUrl: https://www.duplicati.com/ +License: LGPL-2.0-or-later +LicenseUrl: https://github.com/duplicati/duplicati/blob/master/LICENSE.txt +ShortDescription: Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. +Moniker: duplicati +Tags: +- backup +- crypted +- data +- duplicati +- incremental +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Duplicati/Duplicati/2.0.8.1/Duplicati.Duplicati.yaml b/manifests/d/Duplicati/Duplicati/2.0.8.1/Duplicati.Duplicati.yaml new file mode 100644 index 0000000000000..a978a68bc85e3 --- /dev/null +++ b/manifests/d/Duplicati/Duplicati/2.0.8.1/Duplicati.Duplicati.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Duplicati.Duplicati +PackageVersion: 2.0.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dandavison/delta/0.18.0/dandavison.delta.installer.yaml b/manifests/d/dandavison/delta/0.18.0/dandavison.delta.installer.yaml new file mode 100644 index 0000000000000..f82a5b5b33d3c --- /dev/null +++ b/manifests/d/dandavison/delta/0.18.0/dandavison.delta.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: dandavison.delta +PackageVersion: 0.18.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: delta-0.18.0-x86_64-pc-windows-msvc\delta.exe + PortableCommandAlias: delta +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-08-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dandavison/delta/releases/download/0.18.0/delta-0.18.0-x86_64-pc-windows-msvc.zip + InstallerSha256: E1DE841A7541D6AABDFD954CB18E3FF1EDA8145ADD6CFF043AC391C69BD69EED +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/d/dandavison/delta/0.18.0/dandavison.delta.locale.en-US.yaml b/manifests/d/dandavison/delta/0.18.0/dandavison.delta.locale.en-US.yaml new file mode 100644 index 0000000000000..be081111b35a9 --- /dev/null +++ b/manifests/d/dandavison/delta/0.18.0/dandavison.delta.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: dandavison.delta +PackageVersion: 0.18.0 +PackageLocale: en-US +Publisher: Dan Davison +PublisherUrl: https://github.com/dandavison +PublisherSupportUrl: https://github.com/dandavison/delta/issues +Author: Dan Davison +PackageName: delta +PackageUrl: https://github.com/dandavison/delta +License: MIT +LicenseUrl: https://github.com/dandavison/delta/blob/master/LICENSE +Copyright: Copyright 2020 Dan Davison +CopyrightUrl: https://github.com/dandavison/delta/blob/master/LICENSE +ShortDescription: A syntax-highlighting pager for git, diff, and grep output +Tags: +- delta +- diff +- git +- git-delta +- pager +- rust +ReleaseNotesUrl: https://github.com/dandavison/delta/releases/tag/0.18.0 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/d/dandavison/delta/0.18.0/dandavison.delta.yaml b/manifests/d/dandavison/delta/0.18.0/dandavison.delta.yaml new file mode 100644 index 0000000000000..0fd4db0a2cdc7 --- /dev/null +++ b/manifests/d/dandavison/delta/0.18.0/dandavison.delta.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: dandavison.delta +PackageVersion: 0.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/d/dandavison/delta/0.18.1/dandavison.delta.installer.yaml b/manifests/d/dandavison/delta/0.18.1/dandavison.delta.installer.yaml new file mode 100644 index 0000000000000..4c864764ea2a4 --- /dev/null +++ b/manifests/d/dandavison/delta/0.18.1/dandavison.delta.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: dandavison.delta +PackageVersion: 0.18.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: delta-0.18.1-x86_64-pc-windows-msvc\delta.exe + PortableCommandAlias: delta +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-08-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dandavison/delta/releases/download/0.18.1/delta-0.18.1-x86_64-pc-windows-msvc.zip + InstallerSha256: 50CB520F0B3620F2626220E1D1A5CBF733ADD032948B2DEC7F06849B5BB15A30 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/d/dandavison/delta/0.18.1/dandavison.delta.locale.en-US.yaml b/manifests/d/dandavison/delta/0.18.1/dandavison.delta.locale.en-US.yaml new file mode 100644 index 0000000000000..0d3cfe163e2bd --- /dev/null +++ b/manifests/d/dandavison/delta/0.18.1/dandavison.delta.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: dandavison.delta +PackageVersion: 0.18.1 +PackageLocale: en-US +Publisher: Dan Davison +PublisherUrl: https://github.com/dandavison +PublisherSupportUrl: https://github.com/dandavison/delta/issues +Author: Dan Davison +PackageName: delta +PackageUrl: https://github.com/dandavison/delta +License: MIT +LicenseUrl: https://github.com/dandavison/delta/blob/master/LICENSE +Copyright: Copyright 2020 Dan Davison +CopyrightUrl: https://github.com/dandavison/delta/blob/master/LICENSE +ShortDescription: A syntax-highlighting pager for git, diff, and grep output +Tags: +- delta +- diff +- git +- git-delta +- pager +- rust +ReleaseNotesUrl: https://github.com/dandavison/delta/releases/tag/0.18.1 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/d/dandavison/delta/0.18.1/dandavison.delta.yaml b/manifests/d/dandavison/delta/0.18.1/dandavison.delta.yaml new file mode 100644 index 0000000000000..e2e4ccd41135f --- /dev/null +++ b/manifests/d/dandavison/delta/0.18.1/dandavison.delta.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: dandavison.delta +PackageVersion: 0.18.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/d/dandavison/delta/0.18.2/dandavison.delta.installer.yaml b/manifests/d/dandavison/delta/0.18.2/dandavison.delta.installer.yaml new file mode 100644 index 0000000000000..5216887cd4fe8 --- /dev/null +++ b/manifests/d/dandavison/delta/0.18.2/dandavison.delta.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: dandavison.delta +PackageVersion: 0.18.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: delta-0.18.2-x86_64-pc-windows-msvc\delta.exe + PortableCommandAlias: delta +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dandavison/delta/releases/download/0.18.2/delta-0.18.2-x86_64-pc-windows-msvc.zip + InstallerSha256: 6EA59864091B4CFCA89D9EE38388FF1A3CCDC8244B6E1CDD5201259DE89B0B06 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/d/dandavison/delta/0.18.2/dandavison.delta.locale.en-US.yaml b/manifests/d/dandavison/delta/0.18.2/dandavison.delta.locale.en-US.yaml new file mode 100644 index 0000000000000..c7c429ce14e30 --- /dev/null +++ b/manifests/d/dandavison/delta/0.18.2/dandavison.delta.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: dandavison.delta +PackageVersion: 0.18.2 +PackageLocale: en-US +Publisher: Dan Davison +PublisherUrl: https://github.com/dandavison +PublisherSupportUrl: https://github.com/dandavison/delta/issues +Author: Dan Davison +PackageName: delta +PackageUrl: https://github.com/dandavison/delta +License: MIT +LicenseUrl: https://github.com/dandavison/delta/blob/master/LICENSE +Copyright: Copyright 2020 Dan Davison +CopyrightUrl: https://github.com/dandavison/delta/blob/master/LICENSE +ShortDescription: A syntax-highlighting pager for git, diff, and grep output +Tags: +- delta +- diff +- git +- git-delta +- pager +- rust +ReleaseNotesUrl: https://github.com/dandavison/delta/releases/tag/0.18.2 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/d/dandavison/delta/0.18.2/dandavison.delta.yaml b/manifests/d/dandavison/delta/0.18.2/dandavison.delta.yaml new file mode 100644 index 0000000000000..e61c21448cd2c --- /dev/null +++ b/manifests/d/dandavison/delta/0.18.2/dandavison.delta.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: dandavison.delta +PackageVersion: 0.18.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/d/darktable/darktable/4.8.0/darktable.darktable.installer.yaml b/manifests/d/darktable/darktable/4.8.0/darktable.darktable.installer.yaml deleted file mode 100644 index 6036e578a0388..0000000000000 --- a/manifests/d/darktable/darktable/4.8.0/darktable.darktable.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: darktable.darktable -PackageVersion: 4.8.0 -Platform: -- Windows.Desktop -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -FileExtensions: -- cr2 -- exr -- hdr -- jpeg -- nef -- pfm -- ppm -- raf -- tiff -ReleaseDate: 2024-06-18 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/darktable-org/darktable/releases/download/release-4.8.0/darktable-4.8.0-win64.exe - InstallerSha256: A1396CA8640DF4B25AE41EF0DEC1649E2C9F33018E955090E770737ABF9D2160 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/darktable/darktable/4.8.0/darktable.darktable.locale.en-US.yaml b/manifests/d/darktable/darktable/4.8.0/darktable.darktable.locale.en-US.yaml deleted file mode 100644 index 139dde127cd6a..0000000000000 --- a/manifests/d/darktable/darktable/4.8.0/darktable.darktable.locale.en-US.yaml +++ /dev/null @@ -1,222 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: darktable.darktable -PackageVersion: 4.8.0 -PackageLocale: en-US -Publisher: The Darktable Project -PublisherUrl: https://www.darktable.org/ -PublisherSupportUrl: https://github.com/darktable-org/darktable/issues -PackageName: darktable -PackageUrl: https://github.com/darktable-org/darktable -License: GPL-3.0 -LicenseUrl: https://github.com/darktable-org/darktable/blob/HEAD/LICENSE -ShortDescription: darktable is an open source photography workflow application and raw developer -Description: darktable is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them. -Moniker: darktable -Tags: -- darkroom -- editor -- images -- lighttable -- negatives -- photo -- photography -- raw -ReleaseNotes: |- - We're proud to announce the new feature release of darktable, 4.8.0!The github release is here: .As always, please don't use the autogenerated tarball provided by - github, but only our tar.xz file. The checksums are: - - $ sha256sum darktable-4.8.0.tar.xz - 419849e9015270e4075f2341c6b5532d3d1cccccfa8f19592cb2ea3ad17f9255 darktable-4.8.0.tar.xz - $ sha256sum darktable-4.8.0-x86_64.dmg (macOS 13.5) - bded6986f72af8901f0fa28686d6d06e6b766d831c29abe8a0163b5a503a50e6 darktable-4.8.0-x86_64.dmg - $ sha256sum darktable-4.8.0-arm64.dmg (macOS 14.0) - 628442bf336e4f51fdf39f8b144372cbd855fe7b17812e359b5f8f3e6b6d99fb darktable-4.8.0-arm64.dmg - $ sha256sum darktable-4.8.0-win64.exe - a1396ca8640df4b25ae41ef0dec1649e2c9f33018e955090e770737abf9d2160 darktable-4.8.0-win64.exe - - When updating from the stable 4.6 series, please bear in - mind that your edits will be preserved during this process, but the new - library and configuration will no longer be usable with 4.6.You are strongly advised to take a backup first.Important note: to make sure that darktable can keep on supporting the raw file format for your camera, please read this post on how/what raw samples you can contribute to ensure that we have the full raw sample set for your camera under CC0 license! - Since darktable 4.6:- 1484 commits to darktable+rawspeed - - 513 pull requests handled - - 60 issues closed - Please note that the darktable documentation is not currently complete for release 4.8 - and contributions are greatly appreciated. Please see the - project documentation - for more information on how to contribute.The Big Ones - The following is a summary of the main features added to darktable - 4.8. Please see the user manual for more details of the individual - changes (where available).- Introduced the color equalizer module to control - hue/lightness/saturation based on colors. This is a (partial) - scene-referred replacement for the legacy color zones module. - - Two new modules have been introduced to support image composition. - - Enlarge Canvas: As the name implies, this module can be used to add - areas on the left, right, top or bottom of the image. The new area - can be assigned a different color to help masking if necessary. The - new areas can the be filled with the Retouch module by copying - some other part of the image, using Liquify if the area is small - or the new module overlay. - - Overlay: This module can be used to add new content on the image - by overlaying pixels from the current image or another image. The - overlay content is defined by a drag-and-drop from the filmstrip - to the Overlay module. This new content can be scaled, rotated and - shifted horizontally or vertically. Using a mask, it can be used to - fill an area created by the Enlarge Canvas or to add some new part - into the image using masking. A common example is to overlay - multiply pictures of a firework to create a bigger one. - - Implemented a toggle switch for the darkroom mode, forcing the - pixel-pipe processing to use the whole image data instead of just the - area displayed. This allows the user to inspect processed data - without errors introduced via internal scaling, and equals what we - get by exporting in "high quality resampling" mode. - Performance Improvements - - Rewrote the clustering code in map view for dramatically faster - performance on large collections (mapping should now be usable with - more than one million geotagged images selected). - Other Changes - - Changed the sort order of tags to a natural and case-insensitive order. - - Added Apple Keychain password storage backend for macOS devices. - - Collect module sorting has been integrated into the module's header - instead of a preference. All collections can now be sorted easily by - a single click on the sort button. - - Removed "unrestricted" mode from darktable's preferences resources - for safety. This setting has been proved to be unsafe in many - cases. It can still be enabled via the resource file if needed. - - Added buttons next to the snapshots to allow restoring it as the new - history. Also, the snapshots are now supporting drawn masks. It is - possible to visualize the difference between the main darkroom view - and a snapshot with different masking for example. - - Using Right-Click on color label icons (bottom toolbar of - lighttable) it is possible to add a description to color - labels. This is an handy way of remembering the color label usage in - the workflow. - - Removed the AI options in color calibration module because of - mediocre quality. - - It is now possible to import images in-place in a GVfs mount on - GNU/Linux. - - Added a dashed outline of the currently selected area in the print view. - - Added a few more EXIF fields to the image information module: White - balance, exposure program, flash and metering mode. These get - filled automatically for new imports. For existing photos, please - perform a "refresh EXIF" on the selected images. - - Added Windows credential manager password storage backend. - - Added mask blending to the highlights reconstruction module. - The generated raster mask holds the amount of reconstructed data and - can be used with all algorithms. - - Color picker positions are defined by image coordinates instead of output. - They will stay at the same location, whatever distorting modules are used. - - The history autosaving might be disabled because of slow drives, this is - now done per image instead of globally. - - Added support for DNG files requiring the CameraCalibration tags for - correct white balancing. (Some google pixel cameras for - example). Requires re-reading exif metadata. - - Improved efficiency of the quick access panel by allowing modules to - be reset and presets to be applied without opening the full module. - Added more controls by default to further reduce the need to leave - the panel while editing. - - Added more collection types and filters for flash, white balance, - exposure program, metering mode and image grouping.Removed the old image grouping collection type and filter, which gave - confusing results. - - Added support for CMYK profiled histogram. - - The map view can now be scrolled with the arrow keys - (left/right/up/down) in small steps and in combination with - Ctrl in bigger steps. - Bug Fixes - - Fixed copying of multiple instances to ensure the proper order is applied - when pasting to a new image. - - Fixed raw chromatic aberration on Clang based systems. - - Fixed backthumb crawler for deleted history. We make sure that the - crawler is aware of a deleted history and so will regenerate the - thumbs as expected. - - Fixed drawn masks visualizing in darkroom after pixelpipe module have - changed. The drawn masks will now be properly adjusted if there is - new distortion on the pipe, for example. This was not the case until - one was editing the mask. - - Fixed memleak while importing avif images. - - Fixed mask blending for sraw images while in IOP_CS_RAW colorspace. - - Fixed OpenCL device locking for modules calling dt_dev_pixelpipe_process(). - - Fixed the UI becoming unresponsive due to very large history. - - Fixed UCS colorspace maths, avoiding div-by-zero and out-of-gamut errors. - - Fixed a number of issues with guided filter blending and internal mask - distortions. - - Fixed some issues related to cropping module and output/export - dimensions. - - Fixed export processing when high quality is disabled and upscale is - set. - - Fixed camera mounting when GPhoto2 internally reports a single - attached camera multiple times. - - Fixed a issue preventing export to recent Piwigo's version. - - Fixed many stability issues for better overall robustness. - Lua - API Version - - API version is now 9.3.0 - Bug Fixes - Add action support for Lua - Other Lua changes - - Upgraded internal Lua to 5.4.6 - - Added duplicate_image_with_history function to darktable.database - - button widget - added halign member to horizontally position the label - - button widget - added image member to use an image as the button label - - button widget - added image_align to horizontally position the image - - box widget - added expand member to control cells being expanded to fill the width of the box - - box widget - added fill member to control if the widgets fill the cell - - box widget - added padding member to control padding size of the cells - - added active_preset member to darktable.gui.libs to get the lib's active preset name - Notes - - Exporting with up-scaling and whithout using the high quality option - will result in corrupt images. - - When exporting to AVIF, EXR, JPEG XL, or XCF, selecting specific - metadata (e.g. geo-tag or creator) is not currently possible. For - AVIF, EXR, JPEG XL, and XCF formats, darktable will not include any - metadata fields unless the user selects all of the checkboxes in the - export module's preference options. - - Release 4.8 drops support for macOS versions older than 13.5. - Changed Dependencies - Mandatory - - Minimum libpng version 1.5.x is now required - - Bump Exiv2 requirement to 0.27.2 - - Minimum pugixml version 1.5 is now required - - Minimum libcurl version 7.56 is now required - Optional - - n/a - RawSpeed changes - - Fujifilm X-Trans 4 based and newer cameras now use the vendor supplied crop - Camera support, compared to 4.6 - Base Support - - Canon EOS R100 (requires LibRaw 202403 and later) - - Canon EOS R50 (requires LibRaw 202403 and later) - - Canon EOS R6 Mark II (requires LibRaw 202403 and later) - - Canon EOS R8 (requires LibRaw 202403 and later) - - Canon EOS Ra (requires LibRaw 202403 and later) - - Fujifilm FinePix S9600fd - - Fujifilm X100VI (compressed) - - GoPro FUSION (DNG) - - Leica SL3 (DNG) - - OM System OM-1 Mark II - - Panasonic DC-TZ95D (4:3) - - Panasonic DMC-FX150 (4:3, 3:2, 16:9) - - Panasonic DMC-FZ28 (3:2) - - Phase One P25+ - - Phase One P45+ - - Ricoh GR III HDF (DNG) - - Ricoh GR IIIx HDF (DNG) - - Sony ILCE-9M3 - - Sony UMC-R10C - White Balance Presets - - Canon EOS R6 Mark II (requires LibRaw 202403 and later) - - Fujifilm X-H2 - - OM System OM-1 Mark II - - OM System OM-5 - Noise Profiles - - Canon EOS R6 Mark II (requires LibRaw 202403 and later) - - Fujifilm GFX 50R - - OM System OM-1 Mark II - - OM System OM-5 - - Phase One IQ180 - - Sony ILCE-9M3 - - Sony ZV-1 -ReleaseNotesUrl: https://github.com/darktable-org/darktable/releases/tag/release-4.8.0 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/d/darktable/darktable/4.8.1/darktable.darktable.installer.yaml b/manifests/d/darktable/darktable/4.8.1/darktable.darktable.installer.yaml new file mode 100644 index 0000000000000..914d1227e8f1a --- /dev/null +++ b/manifests/d/darktable/darktable/4.8.1/darktable.darktable.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: darktable.darktable +PackageVersion: 4.8.1 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- cr2 +- exr +- hdr +- jpeg +- nef +- pfm +- ppm +- raf +- tiff +ReleaseDate: 2024-07-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/darktable-org/darktable/releases/download/release-4.8.1/darktable-4.8.1-win64.exe + InstallerSha256: A7255EAAD0CD36AD4771441EF5AD052D3069A90991DE50F9B394A7C235DE61E3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/darktable/darktable/4.8.1/darktable.darktable.locale.en-US.yaml b/manifests/d/darktable/darktable/4.8.1/darktable.darktable.locale.en-US.yaml new file mode 100644 index 0000000000000..4a5d0e6e5e45c --- /dev/null +++ b/manifests/d/darktable/darktable/4.8.1/darktable.darktable.locale.en-US.yaml @@ -0,0 +1,179 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: darktable.darktable +PackageVersion: 4.8.1 +PackageLocale: en-US +Publisher: The Darktable Project +PublisherUrl: https://www.darktable.org/ +PublisherSupportUrl: https://github.com/darktable-org/darktable/issues +PackageName: darktable +PackageUrl: https://github.com/darktable-org/darktable +License: GPL-3.0 +LicenseUrl: https://github.com/darktable-org/darktable/blob/HEAD/LICENSE +ShortDescription: darktable is an open source photography workflow application and raw developer +Description: darktable is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them. +Moniker: darktable +Tags: +- darkroom +- editor +- images +- lighttable +- negatives +- photo +- photography +- raw +ReleaseNotes: |- + We're proud to announce the new corrective release of darktable, 4.8.1!The github release is here: https://github.com/darktable-org/darktable/releases/tag/release-4.8.1.As always, please don't use the autogenerated tarball provided by + github, but only our tar.xz file. The checksums are: + $ sha256sum darktable-4.8.1.tar.xz + 901b0e2caed36fb8619fdf4c60edfb8d31134b947d3054b5c66fd55c38af5991 darktable-4.8.1.tar.xz + $ sha256sum darktable-4.8.1-x86_64.dmg (macOS 13.5) + 84698315ad23c745cb126b5b695b211781f3e6355924cb9016e36d4c2dc0c6f7 darktable-4.8.1-x86_64.dmg + $ sha256sum darktable-4.8.1-arm64.dmg (macOS 14.0) + 1947ffb16f1fcc21d43c7bc7002e79f49fa82ee3d17a76832c11ee6b4d3cad73 darktable-4.8.1-arm64.dmg + $ sha256sum darktable-4.8.1-win64.exe + a7255eaad0cd36ad4771441ef5ad052d3069a90991de50f9b394a7c235de61e3 darktable-4.8.1-win64.exe + $ sha256sum darktable-4.8.1-x86_64.AppImage + 15f12e6e17d01035692608eda7f9d79724ce9956beb43155f07dd40a98ca5617 darktable-4.8.1-x86_64.AppImage + + When updating from the stable 4.6 series, please bear in + mind that your edits will be preserved during this process, but the new + library and configuration will no longer be usable with 4.6.You are strongly advised to take a backup first.Important note: to make sure that darktable can keep on supporting the raw file format for your camera, please read this post on how/what raw samples you can contribute to ensure that we have the full raw sample set for your camera under CC0 license! + Since darktable 4.8.0: + - 93 commits to darktable+rawspeed + - 26 pull requests handled + - 1 issues closed + Please note that the darktable documentation is not currently complete for release 4.8 + and contributions are greatly appreciated. Please see the + project documentation + for more information on how to contribute.The Big Ones + The following is a summary of the main features added to darktable + 4.8. Please see the user manual for more details of the individual + changes (where available). + - n/a + Performance Improvements + - n/a + Other Changes + - n/a + Bug Fixes + - Fixed export without high quality sampling but with up-scaling + activated. + - Fixed support for all vectorscope modes when using CMYK profiles as + for softproofing. + - Fixed empty lighttable when importing from command-line. Now + darktable opens lighttable on first filmroll when importing from + command-line. + - Fixed color picker area resizing using corners when heavy distorting + is applied into image. + - Fixed wrong cropping in rotate and perspective module with strong + rotation and automatic cropping set to "original format". + - Fixed possible color shift (pink) when using the Retouch module with + the embedded lens correction module. + - Fixed histogram display when using a color picker area on a rotated + or flipped image. + - Fixed a crash while using the -d imageio option. + - Fixed large image exports due to a bug in finalscale module. + - Fixed failure to load valid JPEG2000 files with unspecified color + space. + - Fixed image jump if collection is empty. + Lua + API Version + - API version is now 9.3.0 + Bug Fixes + Add action support for Lua + Other Lua changes + - n/a + Notes + - When exporting to AVIF, EXR, JPEG XL, or XCF, selecting specific + metadata (e.g. geo-tag or creator) is not currently possible. For + AVIF, EXR, JPEG XL, and XCF formats, darktable will not include any + metadata fields unless the user selects all of the checkboxes in the + export module's preference options. + - Release 4.8 drops support for macOS versions older than 13.5. + Changed Dependencies + Mandatory + - Minimum libpng version 1.5.x is now required + - Bump Exiv2 requirement to 0.27.2 + - Minimum pugixml version 1.5 is now required + - Minimum libcurl version 7.56 is now required + Optional + - n/a + RawSpeed changes + - Fujifilm X-Trans 4 based and newer cameras now use the vendor supplied crop + Camera support, compared to 4.6 + Base Support + - Canon EOS R100 (requires LibRaw 202403 and later) + - Canon EOS R50 (requires LibRaw 202403 and later) + - Canon EOS R6 Mark II (requires LibRaw 202403 and later) + - Canon EOS R8 (requires LibRaw 202403 and later) + - Canon EOS Ra (requires LibRaw 202403 and later) + - Fujifilm FinePix S9600fd + - Fujifilm X100VI (compressed) + - GoPro FUSION (DNG) + - Leica SL3 (DNG) + - OM System OM-1 Mark II + - Panasonic DC-TZ95D (4:3) + - Panasonic DMC-FX150 (4:3, 3:2, 16:9) + - Panasonic DMC-FZ28 (3:2) + - Phase One P25+ + - Phase One P45+ + - Ricoh GR III HDF (DNG) + - Ricoh GR IIIx HDF (DNG) + - Sony ILCE-9M3 + - Sony UMC-R10C + White Balance Presets + - Canon EOS R6 Mark II (requires LibRaw 202403 and later) + - Fujifilm X-H2 + - OM System OM-1 Mark II + - OM System OM-5 + Noise Profiles + - Canon EOS R6 Mark II (requires LibRaw 202403 and later) + - Fujifilm GFX 50R + - OM System OM-1 Mark II + - OM System OM-5 + - Phase One IQ180 + - Sony ILCE-9M3 + - Sony ZV-1 + Missing Compression Mode Support + - Apple ProRAW DNGs + - CinemaDNG lossless (Blackmagic, some DJI, etc.) and lossy (Blackmagic) + - DNG 1.7 using JPEG XL (Adobe enhanced, Samsung Expert RAW) + - Fujifilm lossy RAFs + - Nikon high efficiency NEFs + - OM System 14-bit high resolution ORFs + - Sony downsized lossless ARWs ("M" for full-frame, "S" for full-frame & APS-C) + Suspended Support + Support for the following cameras is suspended because no samples are available on https://raw.pixls.us: + - Creo/Leaf Aptus 22(LF3779)/Hasselblad H1 + - Fujifilm IS-1 + - Kodak EasyShare Z980 + - Leaf Aptus-II 5(LI300059)/Mamiya 645 AFD + - Leaf Credo 60 + - Leaf Credo 80 + - Minolta DiMAGE 5 + - Olympus SP320 + - Phase One IQ250 + - Sinar Hy6/ Sinarback eXact + - ST Micro STV680 + Translations + - Czech + - German + - European Spanish + - Finnish + - French + - Hungarian + - Italian + - Japanese + - Dutch + - Polish + - Brazilian Portuguese + - Russian + - Slovenian + - Albanian + - Ukrainian + - Chinese (Simplified) + - Chinese (Traditional) +ReleaseNotesUrl: https://github.com/darktable-org/darktable/releases/tag/release-4.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/darktable/darktable/4.8.0/darktable.darktable.yaml b/manifests/d/darktable/darktable/4.8.1/darktable.darktable.yaml similarity index 77% rename from manifests/d/darktable/darktable/4.8.0/darktable.darktable.yaml rename to manifests/d/darktable/darktable/4.8.1/darktable.darktable.yaml index eb4de714bcfe6..e92b1341e1805 100644 --- a/manifests/d/darktable/darktable/4.8.0/darktable.darktable.yaml +++ b/manifests/d/darktable/darktable/4.8.1/darktable.darktable.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.2.1 +# Created with komac v2.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: darktable.darktable -PackageVersion: 4.8.0 +PackageVersion: 4.8.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/d/dbeaver/dbeaver/24.1.3/dbeaver.dbeaver.installer.yaml b/manifests/d/dbeaver/dbeaver/24.1.3/dbeaver.dbeaver.installer.yaml new file mode 100644 index 0000000000000..c7648e839eabf --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.1.3/dbeaver.dbeaver.installer.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: dbeaver.dbeaver +PackageVersion: 24.1.3 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- sql +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/dbeaver/dbeaver/releases/download/24.1.3/dbeaver-ce-24.1.3-x86_64-setup.exe + InstallerSha256: 1104DACE1540A7788A59C13F36D8E2B539C40E696DFB87EED239DE78D22E7C67 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/dbeaver/dbeaver/releases/download/24.1.3/dbeaver-ce-24.1.3-x86_64-setup.exe + InstallerSha256: 1104DACE1540A7788A59C13F36D8E2B539C40E696DFB87EED239DE78D22E7C67 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dbeaver/dbeaver/24.1.3/dbeaver.dbeaver.locale.en-US.yaml b/manifests/d/dbeaver/dbeaver/24.1.3/dbeaver.dbeaver.locale.en-US.yaml new file mode 100644 index 0000000000000..4a700b376320f --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.1.3/dbeaver.dbeaver.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: dbeaver.dbeaver +PackageVersion: 24.1.3 +PackageLocale: en-US +Publisher: DBeaver Corp +PublisherUrl: https://github.com/dbeaver +PublisherSupportUrl: https://github.com/dbeaver/dbeaver/issues +Author: DBeaver Corp +PackageName: DBeaver Community Edition +PackageUrl: https://dbeaver.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/dbeaver/dbeaver/blob/HEAD/LICENSE.md +ShortDescription: dbeaver.dbeaver +Description: Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases (MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Apache Hive, Phoenix, Presto, etc) +Moniker: dbeaver +Tags: +- apache-hive +- database +- db2 +- firebird +- ms-access +- mysql +- oracle +- phoenix +- postgresql +- presto +- sql-server +- sqlite +- sybase +- teradata +- tool +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dbeaver/dbeaver/24.1.3/dbeaver.dbeaver.yaml b/manifests/d/dbeaver/dbeaver/24.1.3/dbeaver.dbeaver.yaml new file mode 100644 index 0000000000000..27ccbb508de45 --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.1.3/dbeaver.dbeaver.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: dbeaver.dbeaver +PackageVersion: 24.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dbeaver/dbeaver/24.1.4/dbeaver.dbeaver.installer.yaml b/manifests/d/dbeaver/dbeaver/24.1.4/dbeaver.dbeaver.installer.yaml new file mode 100644 index 0000000000000..8df54755ff39d --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.1.4/dbeaver.dbeaver.installer.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: dbeaver.dbeaver +PackageVersion: 24.1.4 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- sql +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/dbeaver/dbeaver/releases/download/24.1.4/dbeaver-ce-24.1.4-x86_64-setup.exe + InstallerSha256: 793DB0A57A9B135A168C7A0D2A7D6273F0F1B3E279E2940F9BBAB241BEFE5F23 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/dbeaver/dbeaver/releases/download/24.1.4/dbeaver-ce-24.1.4-x86_64-setup.exe + InstallerSha256: 793DB0A57A9B135A168C7A0D2A7D6273F0F1B3E279E2940F9BBAB241BEFE5F23 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dbeaver/dbeaver/24.1.4/dbeaver.dbeaver.locale.en-US.yaml b/manifests/d/dbeaver/dbeaver/24.1.4/dbeaver.dbeaver.locale.en-US.yaml new file mode 100644 index 0000000000000..653430a5368af --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.1.4/dbeaver.dbeaver.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: dbeaver.dbeaver +PackageVersion: 24.1.4 +PackageLocale: en-US +Publisher: DBeaver Corp +PublisherUrl: https://github.com/dbeaver +PublisherSupportUrl: https://github.com/dbeaver/dbeaver/issues +Author: DBeaver Corp +PackageName: DBeaver Community Edition +PackageUrl: https://dbeaver.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/dbeaver/dbeaver/blob/HEAD/LICENSE.md +ShortDescription: dbeaver.dbeaver +Description: Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases (MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Apache Hive, Phoenix, Presto, etc) +Moniker: dbeaver +Tags: +- apache-hive +- database +- db2 +- firebird +- ms-access +- mysql +- oracle +- phoenix +- postgresql +- presto +- sql-server +- sqlite +- sybase +- teradata +- tool +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dbeaver/dbeaver/24.1.4/dbeaver.dbeaver.yaml b/manifests/d/dbeaver/dbeaver/24.1.4/dbeaver.dbeaver.yaml new file mode 100644 index 0000000000000..25f46a3373091 --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.1.4/dbeaver.dbeaver.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: dbeaver.dbeaver +PackageVersion: 24.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dbeaver/dbeaver/24.1.5/dbeaver.dbeaver.installer.yaml b/manifests/d/dbeaver/dbeaver/24.1.5/dbeaver.dbeaver.installer.yaml new file mode 100644 index 0000000000000..ba5a66d5053fb --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.1.5/dbeaver.dbeaver.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: dbeaver.dbeaver +PackageVersion: 24.1.5 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- sql +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/dbeaver/dbeaver/releases/download/24.1.5/dbeaver-ce-24.1.5-x86_64-setup.exe + InstallerSha256: CF63E37A26E8A23C62D446C5CB50853844D603EAFFD8CD3C80C89F9EAE5E2C74 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/dbeaver/dbeaver/releases/download/24.1.5/dbeaver-ce-24.1.5-x86_64-setup.exe + InstallerSha256: CF63E37A26E8A23C62D446C5CB50853844D603EAFFD8CD3C80C89F9EAE5E2C74 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-18 diff --git a/manifests/d/dbeaver/dbeaver/24.1.5/dbeaver.dbeaver.locale.en-US.yaml b/manifests/d/dbeaver/dbeaver/24.1.5/dbeaver.dbeaver.locale.en-US.yaml new file mode 100644 index 0000000000000..c7c10e7cc2c85 --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.1.5/dbeaver.dbeaver.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: dbeaver.dbeaver +PackageVersion: 24.1.5 +PackageLocale: en-US +Publisher: DBeaver Corp +PublisherUrl: https://github.com/dbeaver +PublisherSupportUrl: https://github.com/dbeaver/dbeaver/issues +Author: DBeaver Corp +PackageName: DBeaver Community Edition +PackageUrl: https://dbeaver.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/dbeaver/dbeaver/blob/HEAD/LICENSE.md +ShortDescription: dbeaver.dbeaver +Description: Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases (MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Apache Hive, Phoenix, Presto, etc) +Moniker: dbeaver +Tags: +- apache-hive +- database +- db2 +- firebird +- ms-access +- mysql +- oracle +- phoenix +- postgresql +- presto +- sql-server +- sqlite +- sybase +- teradata +- tool +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dbeaver/dbeaver/24.1.5/dbeaver.dbeaver.yaml b/manifests/d/dbeaver/dbeaver/24.1.5/dbeaver.dbeaver.yaml new file mode 100644 index 0000000000000..28bb0031aaa53 --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.1.5/dbeaver.dbeaver.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: dbeaver.dbeaver +PackageVersion: 24.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dbeaver/dbeaver/24.2.0/dbeaver.dbeaver.installer.yaml b/manifests/d/dbeaver/dbeaver/24.2.0/dbeaver.dbeaver.installer.yaml new file mode 100644 index 0000000000000..b242d0e96c23b --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.2.0/dbeaver.dbeaver.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: dbeaver.dbeaver +PackageVersion: 24.2.0 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- sql +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/dbeaver/dbeaver/releases/download/24.2.0/dbeaver-ce-24.2.0-x86_64-setup.exe + InstallerSha256: FAE8065D1F66C8753752A9F77F8221D7532F87DD0BCC1D215597604D420D357F + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/dbeaver/dbeaver/releases/download/24.2.0/dbeaver-ce-24.2.0-x86_64-setup.exe + InstallerSha256: FAE8065D1F66C8753752A9F77F8221D7532F87DD0BCC1D215597604D420D357F + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-01 diff --git a/manifests/d/dbeaver/dbeaver/24.2.0/dbeaver.dbeaver.locale.en-US.yaml b/manifests/d/dbeaver/dbeaver/24.2.0/dbeaver.dbeaver.locale.en-US.yaml new file mode 100644 index 0000000000000..e005d6c2d9b60 --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.2.0/dbeaver.dbeaver.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: dbeaver.dbeaver +PackageVersion: 24.2.0 +PackageLocale: en-US +Publisher: DBeaver Corp +PublisherUrl: https://github.com/dbeaver +PublisherSupportUrl: https://github.com/dbeaver/dbeaver/issues +Author: DBeaver Corp +PackageName: DBeaver Community Edition +PackageUrl: https://dbeaver.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/dbeaver/dbeaver/blob/HEAD/LICENSE.md +ShortDescription: dbeaver.dbeaver +Description: Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases (MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Apache Hive, Phoenix, Presto, etc) +Moniker: dbeaver +Tags: +- apache-hive +- database +- db2 +- firebird +- ms-access +- mysql +- oracle +- phoenix +- postgresql +- presto +- sql-server +- sqlite +- sybase +- teradata +- tool +ReleaseNotesUrl: https://github.com/dbeaver/dbeaver/releases/tag/24.2.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/dbeaver/dbeaver/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dbeaver/dbeaver/24.2.0/dbeaver.dbeaver.yaml b/manifests/d/dbeaver/dbeaver/24.2.0/dbeaver.dbeaver.yaml new file mode 100644 index 0000000000000..965898a1ba6d6 --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.2.0/dbeaver.dbeaver.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: dbeaver.dbeaver +PackageVersion: 24.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/den4b/Colors/3.2/den4b.Colors.installer.yaml b/manifests/d/den4b/Colors/3.2/den4b.Colors.installer.yaml new file mode 100644 index 0000000000000..867f68dc410c9 --- /dev/null +++ b/manifests/d/den4b/Colors/3.2/den4b.Colors.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: den4b.Colors +PackageVersion: "3.2" +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x86 + InstallerUrl: https://www.den4b.com/download/colors/installer/3.2?token=winget + InstallerSha256: 59712EDA039C511D46FEC50F7F960D9F2EFD3384283FFFF336CBE76957BC171F + ProductCode: Colors_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/den4b/Colors/3.2/den4b.Colors.locale.en-US.yaml b/manifests/d/den4b/Colors/3.2/den4b.Colors.locale.en-US.yaml new file mode 100644 index 0000000000000..78a3eccf360ef --- /dev/null +++ b/manifests/d/den4b/Colors/3.2/den4b.Colors.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: den4b.Colors +PackageVersion: "3.2" +PackageLocale: en-US +Publisher: den4b Team +PublisherUrl: https://www.den4b.com/ +PublisherSupportUrl: https://www.den4b.com/contact +PrivacyUrl: https://www.den4b.com/privacy +Author: den4b Team +PackageName: Colors +PackageUrl: https://www.den4b.com/products/colors +License: CC-BY-NC-ND-3.0 +LicenseUrl: https://www.den4b.com/license +Copyright: den4b Team +# CopyrightUrl: +ShortDescription: A utility to pick color from pallets or screen content +Description: Color picker that helps you easily select a desired color using various pallets. It is also able to pick a color from the currently displayed screen content and supports a number of different color models, i.e. RGB, HSV, HSL, CMYK. +# Moniker: +Tags: +- color +- eyedropper +- palette +- pallet +- picker +ReleaseNotes: |- + Colors 3.2 has been released. + Summary of changes: + - Upgraded build environment for improved support of newer platforms and other optimizations. + - Improved system language detection and language override options. + - Re-ordered HLS fields into more conventional HSL order. + - Added language files: German. + - Updated language files: Corsican. + See the full changelog between versions 3.1 and 3.2 for more details. +ReleaseNotesUrl: https://www.den4b.com/changelogs/colors +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/den4b/Colors/3.2/den4b.Colors.locale.zh-CN.yaml b/manifests/d/den4b/Colors/3.2/den4b.Colors.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3863c82ccb1b6 --- /dev/null +++ b/manifests/d/den4b/Colors/3.2/den4b.Colors.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: den4b.Colors +PackageVersion: "3.2" +PackageLocale: zh-CN +Publisher: den4b Team +PublisherUrl: https://www.den4b.com/ +PublisherSupportUrl: https://www.den4b.com/contact +PrivacyUrl: https://www.den4b.com/privacy +Author: den4b Team +PackageName: Colors +PackageUrl: https://www.den4b.com/products/colors +License: CC-BY-NC-ND-3.0 +LicenseUrl: https://www.den4b.com/license +Copyright: den4b Team +# CopyrightUrl: +ShortDescription: 从调色板或屏幕内容中选取颜色的工具 +Description: Colors 是一款颜色选择器,可以帮助您使用各种调色板轻松选择所需的颜色,还能从当前显示的屏幕内容中选择颜色,并支持多种不同的颜色模型,例如 RGB、HSV、HSL、CMYK。 +# Moniker: +Tags: +- 吸管工具 +- 拾色器 +- 调色板 +- 颜色 +- 颜色选取器 +- 颜色选择器 +# ReleaseNotes: +ReleaseNotesUrl: https://www.den4b.com/changelogs/colors +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/den4b/Colors/3.2/den4b.Colors.yaml b/manifests/d/den4b/Colors/3.2/den4b.Colors.yaml new file mode 100644 index 0000000000000..53f56f57c907b --- /dev/null +++ b/manifests/d/den4b/Colors/3.2/den4b.Colors.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: den4b.Colors +PackageVersion: "3.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/den4b/RandPass/2.2/den4b.RandPass.installer.yaml b/manifests/d/den4b/RandPass/2.2/den4b.RandPass.installer.yaml new file mode 100644 index 0000000000000..2b0002f896f3f --- /dev/null +++ b/manifests/d/den4b/RandPass/2.2/den4b.RandPass.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: den4b.RandPass +PackageVersion: "2.2" +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x86 + InstallerUrl: https://www.den4b.com/download/randpass/installer/2.2?token=winget + InstallerSha256: 668F1238D9AC028EA37724092F17CA4857CB8EC942457888022AF5119C06F1D1 + ProductCode: RandPass_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/den4b/RandPass/2.2/den4b.RandPass.locale.en-US.yaml b/manifests/d/den4b/RandPass/2.2/den4b.RandPass.locale.en-US.yaml new file mode 100644 index 0000000000000..60370a7e217a9 --- /dev/null +++ b/manifests/d/den4b/RandPass/2.2/den4b.RandPass.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: den4b.RandPass +PackageVersion: "2.2" +PackageLocale: en-US +Publisher: den4b Team +PublisherUrl: https://www.den4b.com/ +PublisherSupportUrl: https://www.den4b.com/contact +PrivacyUrl: https://www.den4b.com/privacy +Author: den4b Team +PackageName: RandPass +PackageUrl: https://www.den4b.com/products/randpass +License: CC-BY-NC-ND-3.0 +LicenseUrl: https://www.den4b.com/license +Copyright: den4b Team +# CopyrightUrl: +ShortDescription: Random password generator +Description: |- + Random password generator. A simple tool for generating random passwords using either random symbols or random words. + User can easily select groups of characters used for passwords, including lower case letters, upper case letters, digits, specify custom character set and formatting of the password, check for uniqueness, eliminate similar characters and more. Word list based password generation provides several common word lists, including Diceware and EFF, with an option of using a custom word list file. + Application also supports command line execution for unattended generation of passwords. +# Moniker: +Tags: +- generate +- generation +- generator +- passphrase +- password +ReleaseNotes: |- + RandPass 2.2 has been released. + Summary of changes: + - Upgraded build environment for improved support of newer platforms and other optimizations. + - Improved system language detection and language override options. + - Added language files: Hebrew, Spanish, Simplified Chinese. + - Updated language files: Corsican, Turkish, Japanese. + See the full changelog between versions 2.1 and 2.2 for more details. +ReleaseNotesUrl: https://www.den4b.com/changelogs/randpass +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/den4b/RandPass/2.2/den4b.RandPass.locale.zh-CN.yaml b/manifests/d/den4b/RandPass/2.2/den4b.RandPass.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c93b004ff12a6 --- /dev/null +++ b/manifests/d/den4b/RandPass/2.2/den4b.RandPass.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: den4b.RandPass +PackageVersion: "2.2" +PackageLocale: zh-CN +Publisher: den4b Team +PublisherUrl: https://www.den4b.com/ +PublisherSupportUrl: https://www.den4b.com/contact +PrivacyUrl: https://www.den4b.com/privacy +Author: den4b Team +PackageName: RandPass +PackageUrl: https://www.den4b.com/products/randpass +License: CC-BY-NC-ND-3.0 +LicenseUrl: https://www.den4b.com/license +Copyright: den4b Team +# CopyrightUrl: +ShortDescription: 随机密码生成器 +Description: |- + 随机密码生成器,一个使用随机符号或随机单词生成随机密码的简单工具。 + 用户可以轻松选择用于密码的字符组,包括小写字母、大写字母、数字、指定自定义字符集和密码格式、检查唯一性、消除相似字符等。基于单词表的密码生成提供了几种常用的单词表,包括 Diceware 和 EFF,也可以选择使用自定义单词表文件。 + 应用程序还支持命令行执行,用于无人值守的密码生成。 +# Moniker: +Tags: +- 口令 +- 密码 +- 生成 +- 生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://www.den4b.com/changelogs/randpass +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/d/den4b/RandPass/2.2/den4b.RandPass.yaml b/manifests/d/den4b/RandPass/2.2/den4b.RandPass.yaml new file mode 100644 index 0000000000000..1f63590dbe364 --- /dev/null +++ b/manifests/d/den4b/RandPass/2.2/den4b.RandPass.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: den4b.RandPass +PackageVersion: "2.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl-aws-plugin/1.1.1/deviceinsight.kafkactl-aws-plugin.installer.yaml b/manifests/d/deviceinsight/kafkactl-aws-plugin/1.1.1/deviceinsight.kafkactl-aws-plugin.installer.yaml new file mode 100644 index 0000000000000..d3b65bf0451cc --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl-aws-plugin/1.1.1/deviceinsight.kafkactl-aws-plugin.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl-aws-plugin +PackageVersion: 1.1.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-08" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl-aws-plugin.exe + PortableCommandAlias: kafkactl-aws-plugin + InstallerUrl: https://github.com/deviceinsight/kafkactl-plugins/releases/download/v1.1.1/kafkactl-aws-plugin_1.1.1_windows_386.zip + InstallerSha256: a41df290d40b0a82ef1b62576665fae949f4e4c471e367f813fbe210e6b38485 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl-aws-plugin.exe + PortableCommandAlias: kafkactl-aws-plugin + InstallerUrl: https://github.com/deviceinsight/kafkactl-plugins/releases/download/v1.1.1/kafkactl-aws-plugin_1.1.1_windows_arm64.zip + InstallerSha256: a6c6e10442f3a0cbcde74028e494f368a21600a136e2e03ed967d4d80dbfec61 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl-aws-plugin.exe + PortableCommandAlias: kafkactl-aws-plugin + InstallerUrl: https://github.com/deviceinsight/kafkactl-plugins/releases/download/v1.1.1/kafkactl-aws-plugin_1.1.1_windows_amd64.zip + InstallerSha256: a6cafe1052857b5a1e4a44027f0e56f732379ad9d3494faac938977974d7673b + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl-aws-plugin/1.1.1/deviceinsight.kafkactl-aws-plugin.locale.en-US.yaml b/manifests/d/deviceinsight/kafkactl-aws-plugin/1.1.1/deviceinsight.kafkactl-aws-plugin.locale.en-US.yaml new file mode 100644 index 0000000000000..64f1fdbbb7598 --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl-aws-plugin/1.1.1/deviceinsight.kafkactl-aws-plugin.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl-aws-plugin +PackageVersion: 1.1.1 +PackageLocale: en-US +Publisher: deviceinsight +PublisherSupportUrl: https://github.com/deviceinsight/kafkactl-plugins/issues +PackageName: kafkactl-aws-plugin +PackageUrl: https://www.device-insight.com/ +License: Apache-2.0 +ShortDescription: AWS Plugin for kafkactl +Moniker: kafkactl-aws-plugin +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl-aws-plugin/1.1.1/deviceinsight.kafkactl-aws-plugin.yaml b/manifests/d/deviceinsight/kafkactl-aws-plugin/1.1.1/deviceinsight.kafkactl-aws-plugin.yaml new file mode 100644 index 0000000000000..9ff0d7c73fed1 --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl-aws-plugin/1.1.1/deviceinsight.kafkactl-aws-plugin.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl-aws-plugin +PackageVersion: 1.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl-azure-plugin/1.1.1/deviceinsight.kafkactl-azure-plugin.installer.yaml b/manifests/d/deviceinsight/kafkactl-azure-plugin/1.1.1/deviceinsight.kafkactl-azure-plugin.installer.yaml new file mode 100644 index 0000000000000..a405239a7ae19 --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl-azure-plugin/1.1.1/deviceinsight.kafkactl-azure-plugin.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl-azure-plugin +PackageVersion: 1.1.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-08" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl-azure-plugin.exe + PortableCommandAlias: kafkactl-azure-plugin + InstallerUrl: https://github.com/deviceinsight/kafkactl-plugins/releases/download/v1.1.1/kafkactl-azure-plugin_1.1.1_windows_386.zip + InstallerSha256: f24ce3db90040c9fa1fd578dd032e661ac1373564dcbf3e247a10c9e24cb8af5 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl-azure-plugin.exe + PortableCommandAlias: kafkactl-azure-plugin + InstallerUrl: https://github.com/deviceinsight/kafkactl-plugins/releases/download/v1.1.1/kafkactl-azure-plugin_1.1.1_windows_amd64.zip + InstallerSha256: 8bdcd57dfe0ffad38fbe4b2c5cfe00dfdd042dad16da9eb3a2a017454ff63483 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl-azure-plugin.exe + PortableCommandAlias: kafkactl-azure-plugin + InstallerUrl: https://github.com/deviceinsight/kafkactl-plugins/releases/download/v1.1.1/kafkactl-azure-plugin_1.1.1_windows_arm64.zip + InstallerSha256: c3052c318eadd31d9ec01a0c1070e34c51a1e2aaf3dab5f5f59f4460165fe4d9 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl-azure-plugin/1.1.1/deviceinsight.kafkactl-azure-plugin.locale.en-US.yaml b/manifests/d/deviceinsight/kafkactl-azure-plugin/1.1.1/deviceinsight.kafkactl-azure-plugin.locale.en-US.yaml new file mode 100644 index 0000000000000..df4fd675b3340 --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl-azure-plugin/1.1.1/deviceinsight.kafkactl-azure-plugin.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl-azure-plugin +PackageVersion: 1.1.1 +PackageLocale: en-US +Publisher: deviceinsight +PublisherSupportUrl: https://github.com/deviceinsight/kafkactl-plugins/issues +PackageName: kafkactl-azure-plugin +PackageUrl: https://www.device-insight.com/ +License: Apache-2.0 +ShortDescription: Azure Plugin for kafkactl +Moniker: kafkactl-azure-plugin +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl-azure-plugin/1.1.1/deviceinsight.kafkactl-azure-plugin.yaml b/manifests/d/deviceinsight/kafkactl-azure-plugin/1.1.1/deviceinsight.kafkactl-azure-plugin.yaml new file mode 100644 index 0000000000000..0bd0648a15086 --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl-azure-plugin/1.1.1/deviceinsight.kafkactl-azure-plugin.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl-azure-plugin +PackageVersion: 1.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl/5.1.0/deviceinsight.kafkactl.installer.yaml b/manifests/d/deviceinsight/kafkactl/5.1.0/deviceinsight.kafkactl.installer.yaml new file mode 100644 index 0000000000000..7bde6d7f5ba08 --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl/5.1.0/deviceinsight.kafkactl.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl +PackageVersion: 5.1.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-07" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl.exe + PortableCommandAlias: kafkactl + InstallerUrl: https://github.com/deviceinsight/kafkactl/releases/download/v5.1.0/kafkactl_5.1.0_windows_386.zip + InstallerSha256: 1ac1962947f2af0ad1c19d35bf06f833be0fe92f6a12f16521246d701bbd88c6 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl.exe + PortableCommandAlias: kafkactl + InstallerUrl: https://github.com/deviceinsight/kafkactl/releases/download/v5.1.0/kafkactl_5.1.0_windows_arm64.zip + InstallerSha256: d74314ca8f3d8f499602beb8e7044acac089a771027ea0907880be553325fb11 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl.exe + PortableCommandAlias: kafkactl + InstallerUrl: https://github.com/deviceinsight/kafkactl/releases/download/v5.1.0/kafkactl_5.1.0_windows_amd64.zip + InstallerSha256: 6e038b485abbc81d584b611510a2334dc3251b7b5d75927af78827106ffe843e + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl/5.1.0/deviceinsight.kafkactl.locale.en-US.yaml b/manifests/d/deviceinsight/kafkactl/5.1.0/deviceinsight.kafkactl.locale.en-US.yaml new file mode 100644 index 0000000000000..40ce9cb46c1ff --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl/5.1.0/deviceinsight.kafkactl.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl +PackageVersion: 5.1.0 +PackageLocale: en-US +Publisher: deviceinsight +PublisherSupportUrl: https://github.com/deviceinsight/kafkactl/issues +PackageName: kafkactl +PackageUrl: https://www.device-insight.com/ +License: Apache-2.0 +ShortDescription: A command-line interface for interaction with Apache Kafka +Moniker: kafkactl +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl/5.1.0/deviceinsight.kafkactl.yaml b/manifests/d/deviceinsight/kafkactl/5.1.0/deviceinsight.kafkactl.yaml new file mode 100644 index 0000000000000..332fe45c21dcc --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl/5.1.0/deviceinsight.kafkactl.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl +PackageVersion: 5.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl/5.2.0/deviceinsight.kafkactl.installer.yaml b/manifests/d/deviceinsight/kafkactl/5.2.0/deviceinsight.kafkactl.installer.yaml new file mode 100644 index 0000000000000..855dbaa923dc0 --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl/5.2.0/deviceinsight.kafkactl.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl +PackageVersion: 5.2.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-08" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl.exe + PortableCommandAlias: kafkactl + InstallerUrl: https://github.com/deviceinsight/kafkactl/releases/download/v5.2.0/kafkactl_5.2.0_windows_386.zip + InstallerSha256: 33e5ed9f2ed0ac53ae1808f2b8fa095031ae1272456de6696c053433e6d6a976 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl.exe + PortableCommandAlias: kafkactl + InstallerUrl: https://github.com/deviceinsight/kafkactl/releases/download/v5.2.0/kafkactl_5.2.0_windows_arm64.zip + InstallerSha256: 56d6e673f5b550d3d70a059ec9e4f39a4f7cd73cbddb1af60de8070163d55ed5 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl.exe + PortableCommandAlias: kafkactl + InstallerUrl: https://github.com/deviceinsight/kafkactl/releases/download/v5.2.0/kafkactl_5.2.0_windows_amd64.zip + InstallerSha256: 73345fad3d1cca542ad79478f28ecf37adc3b3478162289fdd4d26c00ede4c65 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl/5.2.0/deviceinsight.kafkactl.locale.en-US.yaml b/manifests/d/deviceinsight/kafkactl/5.2.0/deviceinsight.kafkactl.locale.en-US.yaml new file mode 100644 index 0000000000000..ad39dc991b107 --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl/5.2.0/deviceinsight.kafkactl.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl +PackageVersion: 5.2.0 +PackageLocale: en-US +Publisher: deviceinsight +PublisherSupportUrl: https://github.com/deviceinsight/kafkactl/issues +PackageName: kafkactl +PackageUrl: https://www.device-insight.com/ +License: Apache-2.0 +ShortDescription: A command-line interface for interaction with Apache Kafka +Moniker: kafkactl +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl/5.2.0/deviceinsight.kafkactl.yaml b/manifests/d/deviceinsight/kafkactl/5.2.0/deviceinsight.kafkactl.yaml new file mode 100644 index 0000000000000..ed93a0ebb2e5d --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl/5.2.0/deviceinsight.kafkactl.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl +PackageVersion: 5.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl/5.3.0/deviceinsight.kafkactl.installer.yaml b/manifests/d/deviceinsight/kafkactl/5.3.0/deviceinsight.kafkactl.installer.yaml new file mode 100644 index 0000000000000..a3a80cb625f25 --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl/5.3.0/deviceinsight.kafkactl.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl +PackageVersion: 5.3.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-14" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl.exe + PortableCommandAlias: kafkactl + InstallerUrl: https://github.com/deviceinsight/kafkactl/releases/download/v5.3.0/kafkactl_5.3.0_windows_386.zip + InstallerSha256: cb4980ef23d2bddfd27dec087eb204323d6fe4283027470ddf4d427a8b08ddc6 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl.exe + PortableCommandAlias: kafkactl + InstallerUrl: https://github.com/deviceinsight/kafkactl/releases/download/v5.3.0/kafkactl_5.3.0_windows_arm64.zip + InstallerSha256: 760af840935ac381ae6364d313f61cf371ae00fbbd7892a7ec4650ab2459cbd5 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl.exe + PortableCommandAlias: kafkactl + InstallerUrl: https://github.com/deviceinsight/kafkactl/releases/download/v5.3.0/kafkactl_5.3.0_windows_amd64.zip + InstallerSha256: 69637b28fb9ef0fdf332a984ee55712c0473fcd1f7c1884eed2f5accdb4243a5 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl/5.3.0/deviceinsight.kafkactl.locale.en-US.yaml b/manifests/d/deviceinsight/kafkactl/5.3.0/deviceinsight.kafkactl.locale.en-US.yaml new file mode 100644 index 0000000000000..80f31056435e0 --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl/5.3.0/deviceinsight.kafkactl.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl +PackageVersion: 5.3.0 +PackageLocale: en-US +Publisher: deviceinsight +PublisherSupportUrl: https://github.com/deviceinsight/kafkactl/issues +PackageName: kafkactl +PackageUrl: https://www.device-insight.com/ +License: Apache-2.0 +ShortDescription: A command-line interface for interaction with Apache Kafka +Moniker: kafkactl +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl/5.3.0/deviceinsight.kafkactl.yaml b/manifests/d/deviceinsight/kafkactl/5.3.0/deviceinsight.kafkactl.yaml new file mode 100644 index 0000000000000..fbf66e94cba69 --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl/5.3.0/deviceinsight.kafkactl.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl +PackageVersion: 5.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.installer.yaml new file mode 100644 index 0000000000000..dcf39f5e1f498 --- /dev/null +++ b/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.installer.yaml @@ -0,0 +1,42 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: dnGrep.dnGrep +PackageVersion: 4.2.59.0 +InstallerLocale: en-US +Installers: +- Architecture: x86 + InstallerType: wix + Platform: + - Windows.Desktop + InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.59.0/dnGREP.4.2.59.x86.msi + InstallerSha256: 16e3ab70e1e267489150da44c8873da33e2a4b9462f4feffbf7a5f95846f3c4b + ProductCode: '{08AD499A-2ECE-4EF2-A8BD-F832DD9B642D}' + Scope: machine + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart + UpgradeBehavior: install + ReleaseDate: 2024-08-13 + AppsAndFeaturesEntries: + - DisplayName: dnGrep 4.2.59 (x86) + UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' +- Architecture: x64 + InstallerType: wix + Platform: + - Windows.Desktop + InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.59.0/dnGREP.4.2.59.x64.msi + InstallerSha256: e87f5938dd03659f1674e069ec21e4f8a245e4e8aba4a721d7f4f1f174a4a6a8 + ProductCode: '{2F8E7904-39EF-484D-B8D3-9667C74F0BAC}' + Scope: machine + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart + UpgradeBehavior: install + ReleaseDate: 2024-08-13 + AppsAndFeaturesEntries: + - DisplayName: dnGrep 4.2.59 (x64) + UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.locale.en-US.yaml new file mode 100644 index 0000000000000..8f869e2ab3c19 --- /dev/null +++ b/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: dnGrep.dnGrep +PackageVersion: 4.2.59.0 +PackageLocale: en-US +Publisher: dnGrep Community Contributors +PublisherUrl: http://dngrep.github.io +PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues +Author: dnGrep Community Contributors +PackageName: dnGREP +PackageUrl: http://dngrep.github.io +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt +ShortDescription: dnGrep allows you to search across files with easy-to-read results. +Description: |- + dnGrep allows you to search across files with easy-to-read results. + Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. +Moniker: dngrep +Tags: +- grep +- search +ReleaseNotes: |- + Other updates + - .NET v8.0.8 +ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.2.59.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.yaml new file mode 100644 index 0000000000000..e285012ba4e8c --- /dev/null +++ b/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: dnGrep.dnGrep +PackageVersion: 4.2.59.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.installer.yaml new file mode 100644 index 0000000000000..b389a28ff1e1c --- /dev/null +++ b/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.installer.yaml @@ -0,0 +1,42 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: dnGrep.dnGrep +PackageVersion: 4.2.84.0 +InstallerLocale: en-US +Installers: +- Architecture: x86 + InstallerType: wix + Platform: + - Windows.Desktop + InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.84.0/dnGREP.4.2.84.x86.msi + InstallerSha256: 8d9f713a02125d93afaed2cd7ebbf38463b78a00966b8de6deda4f37159e13c1 + ProductCode: '{E447428C-9C56-4FD2-8855-279267B1D195}' + Scope: machine + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart + UpgradeBehavior: install + ReleaseDate: 2024-08-13 + AppsAndFeaturesEntries: + - DisplayName: dnGrep 4.2.84 (x86) + UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' +- Architecture: x64 + InstallerType: wix + Platform: + - Windows.Desktop + InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.84.0/dnGREP.4.2.84.x64.msi + InstallerSha256: a079dbdd547e5ff344d88576ecfbf2b4370634619d3b8c5cfb7774bea8c0cadb + ProductCode: '{C43127C1-DFA2-4D5C-B838-483A086832C1}' + Scope: machine + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart + UpgradeBehavior: install + ReleaseDate: 2024-08-13 + AppsAndFeaturesEntries: + - DisplayName: dnGrep 4.2.84 (x64) + UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.locale.en-US.yaml new file mode 100644 index 0000000000000..31c59c05336b4 --- /dev/null +++ b/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: dnGrep.dnGrep +PackageVersion: 4.2.84.0 +PackageLocale: en-US +Publisher: dnGrep Community Contributors +PublisherUrl: http://dngrep.github.io +PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues +Author: dnGrep Community Contributors +PackageName: dnGREP +PackageUrl: http://dngrep.github.io +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt +ShortDescription: dnGrep allows you to search across files with easy-to-read results. +Description: |- + dnGrep allows you to search across files with easy-to-read results. + Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. +Moniker: dngrep +Tags: +- grep +- search +ReleaseNotes: |- + Other updates + - .NET v8.0.8 +ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.2.84.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.yaml new file mode 100644 index 0000000000000..26f7df70d313f --- /dev/null +++ b/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: dnGrep.dnGrep +PackageVersion: 4.2.84.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dorssel/usbipd-win/4.3.0/dorssel.usbipd-win.installer.yaml b/manifests/d/dorssel/usbipd-win/4.3.0/dorssel.usbipd-win.installer.yaml new file mode 100644 index 0000000000000..4ab8761f725f3 --- /dev/null +++ b/manifests/d/dorssel/usbipd-win/4.3.0/dorssel.usbipd-win.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: dorssel.usbipd-win +PackageVersion: 4.3.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallerSwitches: + Custom: /norestart +UpgradeBehavior: install +ProductCode: '{EA1D5623-E6A7-4E4A-9259-E39722040300}' +ReleaseDate: 2024-08-01 +AppsAndFeaturesEntries: +- UpgradeCode: '{EA1D5623-E6A7-4E4A-9259-E3972226646F}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dorssel/usbipd-win/releases/download/v4.3.0/usbipd-win_4.3.0.msi + InstallerSha256: 8EEAE6F117F48FC18FEF41CD565CD574A6A7E76306DD59071B352DC396753DA2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dorssel/usbipd-win/4.3.0/dorssel.usbipd-win.locale.en-US.yaml b/manifests/d/dorssel/usbipd-win/4.3.0/dorssel.usbipd-win.locale.en-US.yaml new file mode 100644 index 0000000000000..b2a6f115f682e --- /dev/null +++ b/manifests/d/dorssel/usbipd-win/4.3.0/dorssel.usbipd-win.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: dorssel.usbipd-win +PackageVersion: 4.3.0 +PackageLocale: en-US +Publisher: Frans van Dorsselaer +PublisherUrl: https://github.com/dorssel +PublisherSupportUrl: https://github.com/dorssel/usbipd-win/issues +PackageName: usbipd-win +PackageUrl: https://github.com/dorssel/usbipd-win +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/dorssel/usbipd-win/v4.1.0/COPYING.md +Copyright: Copyright (C) 2024 Frans van Dorsselaer +ShortDescription: Host locally connected USB devices to other (possibly virtual) machines. +Moniker: usbipd +Tags: +- hyper-v +- usb +- usbip +- wsl +ReleaseNotes: |- + This update: + - Adds support for future WSL kernels (modules) + - Adds SWID Tag to installation directory + - Improves firewall check + - Bumps driver versions to 7.0.20 + - Bumps WSL client usbip + [!NOTE] + When updating from previous versions, a reboot may be required due to driver updates. +ReleaseNotesUrl: https://github.com/dorssel/usbipd-win/releases/tag/v4.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dorssel/usbipd-win/4.3.0/dorssel.usbipd-win.yaml b/manifests/d/dorssel/usbipd-win/4.3.0/dorssel.usbipd-win.yaml new file mode 100644 index 0000000000000..89e5584a5fbd7 --- /dev/null +++ b/manifests/d/dorssel/usbipd-win/4.3.0/dorssel.usbipd-win.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: dorssel.usbipd-win +PackageVersion: 4.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.10.3/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.10.3/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..f843f3be88749 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.10.3/dotenvx.dotenvx.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.10.3 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-25" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.10.3/dotenvx-1.10.3-windows-x86_64.zip + InstallerSha256: 3c335142453eb7d59ae8c61153525b70f83b6dc8c0c4bf9ffc8d72c55d12a517 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.10.3/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.10.3/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..e444fb24c3877 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.10.3/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.10.3 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Tags: ["env", "dotenv", "environment", "variables", "dotenvx", "cli", "encryption"] +Moniker: dotenvx +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.10.3/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.10.3/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..802935c28dc27 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.10.3/dotenvx.dotenvx.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.10.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.11.1/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.11.1/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..9543c71808e42 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.11.1/dotenvx.dotenvx.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.11.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-27" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.11.1/dotenvx-1.11.1-windows-x86_64.zip + InstallerSha256: 5c6e9737ae4beacd4cef57ed82066a95365963dd0732cdc06b6696fc3fd4a6dc + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.11.1/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.11.1/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..4ddbc2bfa4527 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.11.1/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.11.1 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Tags: ["env", "dotenv", "environment", "variables", "dotenvx", "cli", "encryption"] +Moniker: dotenvx +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.11.1/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.11.1/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..a16b40c2a1f63 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.11.1/dotenvx.dotenvx.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.11.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.11.3/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.11.3/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..bf7fd03bad700 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.11.3/dotenvx.dotenvx.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.11.3 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-28" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.11.3/dotenvx-1.11.3-windows-x86_64.zip + InstallerSha256: c60191e22f8de34a79dd7d0b43b61fa2cb67716c15b90208bbb9fcf7d7ca069a + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.11.3/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.11.3/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..a804743b91b2d --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.11.3/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.11.3 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Tags: ["env", "dotenv", "environment", "variables", "dotenvx", "cli", "encryption"] +Moniker: dotenvx +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.11.3/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.11.3/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..a67c532f78330 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.11.3/dotenvx.dotenvx.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.11.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.11.4/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.11.4/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..7d112328d72e9 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.11.4/dotenvx.dotenvx.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.11.4 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-28" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.11.4/dotenvx-1.11.4-windows-x86_64.zip + InstallerSha256: 585df7e3fae7d05f3f1980ce4c4158d8180d39de60e995530671d77f344c8f27 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.11.4/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.11.4/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..f039b80f4518f --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.11.4/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.11.4 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Tags: ["env", "dotenv", "environment", "variables", "dotenvx", "cli", "encryption"] +Moniker: dotenvx +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.11.4/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.11.4/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..59140da65967a --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.11.4/dotenvx.dotenvx.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.11.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.11.5/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.11.5/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..88a8b6dfe0238 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.11.5/dotenvx.dotenvx.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.11.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-28" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.11.5/dotenvx-1.11.5-windows-x86_64.zip + InstallerSha256: 5d6c7537e5a9599a0fcbdbc319bb955f6bf918811e40a8154b742a3064889427 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.11.5/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.11.5/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..cb1c14832bb60 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.11.5/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.11.5 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Tags: ["env", "dotenv", "environment", "variables", "dotenvx", "cli", "encryption"] +Moniker: dotenvx +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.11.5/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.11.5/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..b3b56adf1e060 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.11.5/dotenvx.dotenvx.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.11.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.12.0/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.12.0/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..2c2663a838332 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.12.0/dotenvx.dotenvx.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.12.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-31" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.12.0/dotenvx-1.12.0-windows-x86_64.zip + InstallerSha256: 880c2d4cdcee3939ccfa6cdee4c6706a87cf91673878071dd1056b781ae82004 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.12.0/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.12.0/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..f0ca6f8aeead1 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.12.0/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.12.0 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Tags: ["env", "dotenv", "environment", "variables", "dotenvx", "cli", "encryption"] +Moniker: dotenvx +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.12.0/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.12.0/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..7ad44f001d5d4 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.12.0/dotenvx.dotenvx.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.12.1/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.12.1/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..046f59eeae7f2 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.12.1/dotenvx.dotenvx.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.12.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-31" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.12.1/dotenvx-1.12.1-windows-x86_64.zip + InstallerSha256: b47dd15aecce37cf842f9e03da687bdafe0ebea5ae4abeedf0ce241523ee2557 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.12.1/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.12.1/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..76a16c41ea548 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.12.1/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.12.1 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Tags: ["env", "dotenv", "environment", "variables", "dotenvx", "cli", "encryption"] +Moniker: dotenvx +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.12.1/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.12.1/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..a3ac818c34c9c --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.12.1/dotenvx.dotenvx.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.12.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.13.0/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.13.0/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..9a5d6656edacb --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.13.0/dotenvx.dotenvx.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.13.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-02" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.13.0/dotenvx-1.13.0-windows-x86_64.zip + InstallerSha256: 5697210feee7c0cb7c162d9f549b47aedb5b9e4eebfd5f936f6054fabb13abf3 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.13.0/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.13.0/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..427f210572364 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.13.0/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.13.0 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Tags: ["env", "dotenv", "environment", "variables", "dotenvx", "cli", "encryption"] +Moniker: dotenvx +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.13.0/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.13.0/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..6cdf663bb0a44 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.13.0/dotenvx.dotenvx.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.13.1/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.13.1/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..553f15aeed154 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.13.1/dotenvx.dotenvx.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.13.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-02" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.13.1/dotenvx-1.13.1-windows-x86_64.zip + InstallerSha256: 13f0dd5bc08d6088df51ba0af91e85337b695bf1f7fdd0da33b2d817dbc935b5 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.13.1/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.13.1/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..0cbad4b7bb7fe --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.13.1/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.13.1 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Tags: ["env", "dotenv", "environment", "variables", "dotenvx", "cli", "encryption"] +Moniker: dotenvx +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.13.1/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.13.1/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..1e9103abc204c --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.13.1/dotenvx.dotenvx.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.13.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.13.2/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.13.2/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..cf3f67418ff19 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.13.2/dotenvx.dotenvx.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.13.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-02" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.13.2/dotenvx-1.13.2-windows-x86_64.zip + InstallerSha256: daf8c4004b0e0b06f7ed3dcce776ff4783b8cd06da6901cd9a3980b0839fac18 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.13.2/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.13.2/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..7d6131359b5f4 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.13.2/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.13.2 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Tags: ["env", "dotenv", "environment", "variables", "dotenvx", "cli", "encryption"] +Moniker: dotenvx +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.13.2/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.13.2/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..d5704d056923c --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.13.2/dotenvx.dotenvx.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.13.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.13.3/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.13.3/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..dfba807aa92fa --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.13.3/dotenvx.dotenvx.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.13.3 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-04" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.13.3/dotenvx-1.13.3-windows-x86_64.zip + InstallerSha256: 7d209f04b1d36ecfda689c7636412690f61674d4dda79ea138a3c29bd72277ff + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.13.3/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.13.3/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..5fb9967dbe958 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.13.3/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.13.3 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Tags: ["env", "dotenv", "environment", "variables", "dotenvx", "cli", "encryption"] +Moniker: dotenvx +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.13.3/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.13.3/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..cb097bb806f08 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.13.3/dotenvx.dotenvx.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.13.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.14.0/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.14.0/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..c08ee862840e8 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.14.0/dotenvx.dotenvx.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.14.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-04" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.14.0/dotenvx-1.14.0-windows-x86_64.zip + InstallerSha256: e7985982450c2d23324c09378a13ad454a9423f2a4bd2ce2a3fde22d27f7f38f + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.14.0/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.14.0/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..02c2b30d53c14 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.14.0/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.14.0 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Tags: ["env", "dotenv", "environment", "variables", "dotenvx", "cli", "encryption"] +Moniker: dotenvx +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dotenvx/dotenvx/1.14.0/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.14.0/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..e4d67d71fe9b9 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.14.0/dotenvx.dotenvx.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dzonder/sshells/0.1.1/dzonder.sshells.installer.yaml b/manifests/d/dzonder/sshells/0.1.1/dzonder.sshells.installer.yaml new file mode 100644 index 0000000000000..8c7eb3b7843eb --- /dev/null +++ b/manifests/d/dzonder/sshells/0.1.1/dzonder.sshells.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: dzonder.sshells +PackageVersion: 0.1.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: sshells.exe-v0.1.1-x86_64-pc-windows-msvc\sshells.exe + PortableCommandAlias: sshells +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dzonder/sshells/releases/download/v0.1.1/sshells.exe-v0.1.1-x86_64-pc-windows-msvc.zip + InstallerSha256: C0B848A66609CF409D23929EFDAA9B761F778DCC4451916C2F9DD43E1904B495 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dzonder/sshells/0.1.1/dzonder.sshells.locale.en-US.yaml b/manifests/d/dzonder/sshells/0.1.1/dzonder.sshells.locale.en-US.yaml new file mode 100644 index 0000000000000..ef1a4cd6b524e --- /dev/null +++ b/manifests/d/dzonder/sshells/0.1.1/dzonder.sshells.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: dzonder.sshells +PackageVersion: 0.1.1 +PackageLocale: en-US +Publisher: dzonder +PublisherUrl: https://dzonder.net +PublisherSupportUrl: https://github.com/dzonder/sshells/issues +PackageName: SSHells +PackageUrl: https://github.com/dzonder/sshells +License: MIT License +LicenseUrl: https://raw.githubusercontent.com/dzonder/sshells/master/LICENSE +ShortDescription: Simple utility for picking OpenSSH shell on Windows after establishing SSH connection +Moniker: sshells +Tags: +- ssh +- openssh +- shell +- windows +- tools +ReleaseNotes: Initial release, basic functionality +InstallationNotes: https://github.com/dzonder/sshells/blob/master/README.md +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dzonder/sshells/0.1.1/dzonder.sshells.yaml b/manifests/d/dzonder/sshells/0.1.1/dzonder.sshells.yaml new file mode 100644 index 0000000000000..added7701cd5b --- /dev/null +++ b/manifests/d/dzonder/sshells/0.1.1/dzonder.sshells.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: dzonder.sshells +PackageVersion: 0.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dzonder/sshells/0.1.2/dzonder.sshells.installer.yaml b/manifests/d/dzonder/sshells/0.1.2/dzonder.sshells.installer.yaml new file mode 100644 index 0000000000000..1bb9972ceb29e --- /dev/null +++ b/manifests/d/dzonder/sshells/0.1.2/dzonder.sshells.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: dzonder.sshells +PackageVersion: 0.1.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: sshells.exe-v0.1.2-x86_64-pc-windows-msvc\sshells.exe + PortableCommandAlias: sshells +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dzonder/sshells/releases/download/v0.1.2/sshells.exe-v0.1.2-x86_64-pc-windows-msvc.zip + InstallerSha256: 36081C450564D879F91A090BFF34611FE966227DF87B5C8F5EDF1996CF559BE7 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-02 diff --git a/manifests/d/dzonder/sshells/0.1.2/dzonder.sshells.locale.en-US.yaml b/manifests/d/dzonder/sshells/0.1.2/dzonder.sshells.locale.en-US.yaml new file mode 100644 index 0000000000000..f174ca7f7c7f2 --- /dev/null +++ b/manifests/d/dzonder/sshells/0.1.2/dzonder.sshells.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: dzonder.sshells +PackageVersion: 0.1.2 +PackageLocale: en-US +Publisher: dzonder +PublisherUrl: https://dzonder.net +PublisherSupportUrl: https://github.com/dzonder/sshells/issues +PackageName: SSHells +PackageUrl: https://github.com/dzonder/sshells +License: MIT License +LicenseUrl: https://raw.githubusercontent.com/dzonder/sshells/master/LICENSE +ShortDescription: Simple utility for picking OpenSSH shell on Windows after establishing SSH connection +Moniker: sshells +Tags: +- ssh +- openssh +- shell +- windows +- tools +ReleaseNotesUrl: https://github.com/dzonder/sshells/releases/tag/v0.1.2 +InstallationNotes: https://github.com/dzonder/sshells/blob/master/README.md +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dzonder/sshells/0.1.2/dzonder.sshells.yaml b/manifests/d/dzonder/sshells/0.1.2/dzonder.sshells.yaml new file mode 100644 index 0000000000000..a1c27f6814354 --- /dev/null +++ b/manifests/d/dzonder/sshells/0.1.2/dzonder.sshells.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: dzonder.sshells +PackageVersion: 0.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dzonder/sshells/0.1.3/dzonder.sshells.installer.yaml b/manifests/d/dzonder/sshells/0.1.3/dzonder.sshells.installer.yaml new file mode 100644 index 0000000000000..b4fe2ec7f3b5b --- /dev/null +++ b/manifests/d/dzonder/sshells/0.1.3/dzonder.sshells.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: dzonder.sshells +PackageVersion: 0.1.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: sshells.exe-v0.1.3-x86_64-pc-windows-msvc/sshells.exe + PortableCommandAlias: sshells +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dzonder/sshells/releases/download/v0.1.3/sshells.exe-v0.1.3-x86_64-pc-windows-msvc.zip + InstallerSha256: 420EEDB1208A81A3E3F07D2EC0406CD423B1682F2CA0180E0AB0B0EA2F981250 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dzonder/sshells/0.1.3/dzonder.sshells.locale.en-US.yaml b/manifests/d/dzonder/sshells/0.1.3/dzonder.sshells.locale.en-US.yaml new file mode 100644 index 0000000000000..ac47204626a64 --- /dev/null +++ b/manifests/d/dzonder/sshells/0.1.3/dzonder.sshells.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: dzonder.sshells +PackageVersion: 0.1.3 +PackageLocale: en-US +Publisher: dzonder +PublisherUrl: https://dzonder.net/ +PublisherSupportUrl: https://github.com/dzonder/sshells/issues +PackageName: SSHells +PackageUrl: https://github.com/dzonder/sshells +License: MIT +LicenseUrl: https://github.com/dzonder/sshells/blob/HEAD/LICENSE +ShortDescription: Simple utility for picking OpenSSH shell on Windows after establishing SSH connection +Moniker: sshells +Tags: +- openssh +- shell +- ssh +- tools +- windows +ReleaseNotesUrl: https://github.com/dzonder/sshells/releases/tag/v0.1.3 +InstallationNotes: https://github.com/dzonder/sshells/blob/master/README.md +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dzonder/sshells/0.1.3/dzonder.sshells.yaml b/manifests/d/dzonder/sshells/0.1.3/dzonder.sshells.yaml new file mode 100644 index 0000000000000..02b15e3d50b21 --- /dev/null +++ b/manifests/d/dzonder/sshells/0.1.3/dzonder.sshells.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: dzonder.sshells +PackageVersion: 0.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/dzonder/sshells/0.1.4/dzonder.sshells.installer.yaml b/manifests/d/dzonder/sshells/0.1.4/dzonder.sshells.installer.yaml new file mode 100644 index 0000000000000..7f19b865daf64 --- /dev/null +++ b/manifests/d/dzonder/sshells/0.1.4/dzonder.sshells.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: dzonder.sshells +PackageVersion: 0.1.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: sshells.exe-v0.1.4-x86_64-pc-windows-msvc/sshells.exe + PortableCommandAlias: sshells +ReleaseDate: 2024-09-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dzonder/sshells/releases/download/v0.1.4/sshells.exe-v0.1.4-x86_64-pc-windows-msvc.zip + InstallerSha256: 2A3DB68758210B0A36E8522B3FD7D379B4CEA9640CF7A5EE62A34107D1A2963C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dzonder/sshells/0.1.4/dzonder.sshells.locale.en-US.yaml b/manifests/d/dzonder/sshells/0.1.4/dzonder.sshells.locale.en-US.yaml new file mode 100644 index 0000000000000..b44138411f516 --- /dev/null +++ b/manifests/d/dzonder/sshells/0.1.4/dzonder.sshells.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: dzonder.sshells +PackageVersion: 0.1.4 +PackageLocale: en-US +Publisher: dzonder +PublisherUrl: https://dzonder.net/ +PublisherSupportUrl: https://github.com/dzonder/sshells/issues +PackageName: SSHells +PackageUrl: https://github.com/dzonder/sshells +License: MIT +LicenseUrl: https://github.com/dzonder/sshells/blob/HEAD/LICENSE +ShortDescription: Simple utility for picking OpenSSH shell on Windows after establishing SSH connection +Moniker: sshells +Tags: +- openssh +- shell +- ssh +- tools +- windows +ReleaseNotesUrl: https://github.com/dzonder/sshells/releases/tag/v0.1.4 +InstallationNotes: https://github.com/dzonder/sshells/blob/master/README.md +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dzonder/sshells/0.1.4/dzonder.sshells.yaml b/manifests/d/dzonder/sshells/0.1.4/dzonder.sshells.yaml new file mode 100644 index 0000000000000..cbf0db8ede37d --- /dev/null +++ b/manifests/d/dzonder/sshells/0.1.4/dzonder.sshells.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: dzonder.sshells +PackageVersion: 0.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/.DS_Store b/manifests/e/.DS_Store deleted file mode 100644 index 6a3245396df40..0000000000000 Binary files a/manifests/e/.DS_Store and /dev/null differ diff --git a/manifests/e/EFIBootEditor/EFIBootEditor/1.5.0/EFIBootEditor.EFIBootEditor.installer.yaml b/manifests/e/EFIBootEditor/EFIBootEditor/1.5.0/EFIBootEditor.EFIBootEditor.installer.yaml new file mode 100644 index 0000000000000..c884fe4aa5674 --- /dev/null +++ b/manifests/e/EFIBootEditor/EFIBootEditor/1.5.0/EFIBootEditor.EFIBootEditor.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EFIBootEditor.EFIBootEditor +PackageVersion: 1.5.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +ProductCode: '{393EDC3E-ADE1-4F17-B0E9-C0DF49C5378E}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Neverous/efibooteditor/releases/download/v1.5.0/EFIBootEditor-v1.5.0-windows-2022-qt-6.7.2-MSVC.msi + InstallerSha256: DCA2B0F2D3C3B12ADE90B7294E47E471B010A8CFA4D680966B83D5297471B9C8 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-31 diff --git a/manifests/e/EFIBootEditor/EFIBootEditor/1.5.0/EFIBootEditor.EFIBootEditor.locale.en-US.yaml b/manifests/e/EFIBootEditor/EFIBootEditor/1.5.0/EFIBootEditor.EFIBootEditor.locale.en-US.yaml new file mode 100644 index 0000000000000..55fcd36fc59af --- /dev/null +++ b/manifests/e/EFIBootEditor/EFIBootEditor/1.5.0/EFIBootEditor.EFIBootEditor.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EFIBootEditor.EFIBootEditor +PackageVersion: 1.5.0 +PackageLocale: en-US +Publisher: EFIBootEditor +PublisherUrl: https://github.com/Neverous/efibooteditor +PublisherSupportUrl: https://github.com/Neverous/efibooteditor/issues +PackageName: EFI Boot Editor +PackageUrl: https://github.com/Neverous/efibooteditor +License: LGPL-3.0 +LicenseUrl: https://github.com/Neverous/efibooteditor/blob/master/LICENSE.txt +ShortDescription: Boot Editor for (U)EFI based systems +Moniker: efibooteditor +Tags: +- efi +- uefi +- boot +- editor +- boot-manager +- qt +- gui +ReleaseNotesUrl: https://github.com/Neverous/efibooteditor/releases/tag/v1.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EFIBootEditor/EFIBootEditor/1.5.0/EFIBootEditor.EFIBootEditor.yaml b/manifests/e/EFIBootEditor/EFIBootEditor/1.5.0/EFIBootEditor.EFIBootEditor.yaml new file mode 100644 index 0000000000000..47f440863244d --- /dev/null +++ b/manifests/e/EFIBootEditor/EFIBootEditor/1.5.0/EFIBootEditor.EFIBootEditor.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EFIBootEditor.EFIBootEditor +PackageVersion: 1.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.2.8/EMOJI-FZCO.VoiceHotKey.installer.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.2.8/EMOJI-FZCO.VoiceHotKey.installer.yaml deleted file mode 100644 index df8d7fb4c5000..0000000000000 --- a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.2.8/EMOJI-FZCO.VoiceHotKey.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: EMOJI-FZCO.VoiceHotKey -PackageVersion: 1.2.8 -InstallerType: exe -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -Installers: -- Architecture: x64 - InstallerUrl: https://app.voicehotkey.com/releases/win-x64/VoiceHotKeySetup-v1.2.8.exe - InstallerSha256: 80E5485022523CCE5755A798DEB89CFE54C5D7EB6D0689DBC36C67FF951659F1 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.2.8/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.2.8/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml deleted file mode 100644 index b256d789402bb..0000000000000 --- a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.2.8/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: EMOJI-FZCO.VoiceHotKey -PackageVersion: 1.2.8 -PackageLocale: en-US -Publisher: EMOJI - FZCO -PackageName: VoiceHotKey -License: Proprietary, Shareware -Copyright: Copyright © 2024 EMOJI - FZCO -ShortDescription: VoiceHotKey -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.2.8/EMOJI-FZCO.VoiceHotKey.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.2.8/EMOJI-FZCO.VoiceHotKey.yaml deleted file mode 100644 index 6cf73d9d28f76..0000000000000 --- a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.2.8/EMOJI-FZCO.VoiceHotKey.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: EMOJI-FZCO.VoiceHotKey -PackageVersion: 1.2.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.10/EMOJI-FZCO.VoiceHotKey.installer.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.10/EMOJI-FZCO.VoiceHotKey.installer.yaml new file mode 100644 index 0000000000000..b9961140ca7f6 --- /dev/null +++ b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.10/EMOJI-FZCO.VoiceHotKey.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: EMOJI-FZCO.VoiceHotKey +PackageVersion: 1.4.10 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://app.voicehotkey.com/releases/win-x64/VoiceHotKeySetup-v1.4.10.exe + InstallerSha256: 73E751BC83E223E9EC2DDAAA559FFC8A4563FB53675D94FB4512F7C30AA931EE +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.10/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.10/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml new file mode 100644 index 0000000000000..fc1d626a4488f --- /dev/null +++ b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.10/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: EMOJI-FZCO.VoiceHotKey +PackageVersion: 1.4.10 +PackageLocale: en-US +Publisher: EMOJI - FZCO +PackageName: VoiceHotKey +License: Proprietary, Shareware +Copyright: Copyright © 2024 EMOJI - FZCO +ShortDescription: VoiceHotKey +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.10/EMOJI-FZCO.VoiceHotKey.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.10/EMOJI-FZCO.VoiceHotKey.yaml new file mode 100644 index 0000000000000..fecd38994e50e --- /dev/null +++ b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.10/EMOJI-FZCO.VoiceHotKey.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: EMOJI-FZCO.VoiceHotKey +PackageVersion: 1.4.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.18/EMOJI-FZCO.VoiceHotKey.installer.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.18/EMOJI-FZCO.VoiceHotKey.installer.yaml new file mode 100644 index 0000000000000..08be24bd2def2 --- /dev/null +++ b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.18/EMOJI-FZCO.VoiceHotKey.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: EMOJI-FZCO.VoiceHotKey +PackageVersion: 1.4.18 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://app.voicehotkey.com/releases/win-x64/VoiceHotKeySetup-v1.4.18.exe + InstallerSha256: 84C3D410C1758949D948AEA50600673B69902C8D502206C95E2D702F17CF75B2 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.18/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.18/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml new file mode 100644 index 0000000000000..07f784cbf3395 --- /dev/null +++ b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.18/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: EMOJI-FZCO.VoiceHotKey +PackageVersion: 1.4.18 +PackageLocale: en-US +Publisher: EMOJI - FZCO +PackageName: VoiceHotKey +License: Proprietary, Shareware +Copyright: Copyright © 2024 EMOJI - FZCO +ShortDescription: VoiceHotKey +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.18/EMOJI-FZCO.VoiceHotKey.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.18/EMOJI-FZCO.VoiceHotKey.yaml new file mode 100644 index 0000000000000..2e335bd9cc112 --- /dev/null +++ b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.18/EMOJI-FZCO.VoiceHotKey.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: EMOJI-FZCO.VoiceHotKey +PackageVersion: 1.4.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.37/EMOJI-FZCO.VoiceHotKey.installer.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.37/EMOJI-FZCO.VoiceHotKey.installer.yaml new file mode 100644 index 0000000000000..074a8bd0bce63 --- /dev/null +++ b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.37/EMOJI-FZCO.VoiceHotKey.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: EMOJI-FZCO.VoiceHotKey +PackageVersion: 1.4.37 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://app.voicehotkey.com/releases/win-x64/VoiceHotKeySetup-v1.4.37.exe + InstallerSha256: A0AAB0F1EE61C68D0C259E001766317FC5D4D6B366F30BA5AD3C8F6A3D96C9AD +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.37/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.37/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml new file mode 100644 index 0000000000000..fe947313c3517 --- /dev/null +++ b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.37/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: EMOJI-FZCO.VoiceHotKey +PackageVersion: 1.4.37 +PackageLocale: en-US +Publisher: EMOJI - FZCO +PackageName: VoiceHotKey +License: Proprietary, Shareware +Copyright: Copyright © 2024 EMOJI - FZCO +ShortDescription: VoiceHotKey +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.37/EMOJI-FZCO.VoiceHotKey.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.37/EMOJI-FZCO.VoiceHotKey.yaml new file mode 100644 index 0000000000000..95edb9a3cc316 --- /dev/null +++ b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.37/EMOJI-FZCO.VoiceHotKey.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: EMOJI-FZCO.VoiceHotKey +PackageVersion: 1.4.37 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.9/EMOJI-FZCO.VoiceHotKey.installer.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.9/EMOJI-FZCO.VoiceHotKey.installer.yaml deleted file mode 100644 index b9eb9630c5976..0000000000000 --- a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.9/EMOJI-FZCO.VoiceHotKey.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: EMOJI-FZCO.VoiceHotKey -PackageVersion: 1.4.9 -InstallerType: exe -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -Installers: -- Architecture: x64 - InstallerUrl: https://app.voicehotkey.com/releases/win-x64/VoiceHotKeySetup-v1.4.9.exe - InstallerSha256: 6F7CF66E929E02261DB91C3350B59A8AE8C4377D57864382D407A99316574A76 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.9/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.9/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml deleted file mode 100644 index e27db721b5a01..0000000000000 --- a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.9/EMOJI-FZCO.VoiceHotKey.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: EMOJI-FZCO.VoiceHotKey -PackageVersion: 1.4.9 -PackageLocale: en-US -Publisher: EMOJI - FZCO -PackageName: VoiceHotKey -License: Proprietary, Shareware -Copyright: Copyright © 2024 EMOJI - FZCO -ShortDescription: VoiceHotKey -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.9/EMOJI-FZCO.VoiceHotKey.yaml b/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.9/EMOJI-FZCO.VoiceHotKey.yaml deleted file mode 100644 index c6e80d8774725..0000000000000 --- a/manifests/e/EMOJI-FZCO/VoiceHotKey/1.4.9/EMOJI-FZCO.VoiceHotKey.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: EMOJI-FZCO.VoiceHotKey -PackageVersion: 1.4.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/e/EaseUS/PartitionMaster/19.0/EaseUS.PartitionMaster.installer.yaml b/manifests/e/EaseUS/PartitionMaster/19.0/EaseUS.PartitionMaster.installer.yaml new file mode 100644 index 0000000000000..e2cef0516d470 --- /dev/null +++ b/manifests/e/EaseUS/PartitionMaster/19.0/EaseUS.PartitionMaster.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EaseUS.PartitionMaster +PackageVersion: "19.0" +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://d1.easeus.com/epm/free/epm1905_free_ob_B.exe + InstallerSha256: BD5748CE26AAC8BB578A5175B3294057920A7022AD8CAA72E1EAF88205467405 + ProductCode: EaseUS Partition Master_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EaseUS/PartitionMaster/19.0/EaseUS.PartitionMaster.locale.en-US.yaml b/manifests/e/EaseUS/PartitionMaster/19.0/EaseUS.PartitionMaster.locale.en-US.yaml new file mode 100644 index 0000000000000..4fbad25639b3e --- /dev/null +++ b/manifests/e/EaseUS/PartitionMaster/19.0/EaseUS.PartitionMaster.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EaseUS.PartitionMaster +PackageVersion: "19.0" +PackageLocale: en-US +Publisher: EaseUS +PublisherUrl: https://www.easeus.com/ +PublisherSupportUrl: https://www.easeus.com/support/partition-master/ +PrivacyUrl: https://www.easeus.com/privacy.htm +Author: CHENGDU YIWO Tech Development Co., Ltd +PackageName: EaseUS Partition Master +PackageUrl: https://www.easeus.com/partition-manager/epm-free.html +License: Freeware +LicenseUrl: https://www.easeus.com/license.htm +Copyright: Copyright © 2004-2024 EaseUS. ALL RIGHTS RESERVED. +CopyrightUrl: https://www.easeus.com/legal-counsel.htm +ShortDescription: A free partition software that can partition hard drive and reoragnize the disk space for better performance +Description: |- + EaseUS Partition Master is a smart and reliable assistance to manage your hard drive in many different ways. With its help, you are able to easily organize and optimize your hard drive with Create, Delete, Resize and other dozens of powerful features. + The user-friendly interface with comprehensive wizards greatly simplifies even the most complex operation on managing your partitions and ensures every feature in this product can be easy to found and navigate. +Moniker: epm +Tags: +- boot +- disk +- easeus +- partition +- system +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EaseUS/PartitionMaster/19.0/EaseUS.PartitionMaster.locale.zh-CN.yaml b/manifests/e/EaseUS/PartitionMaster/19.0/EaseUS.PartitionMaster.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d5284d7262cc4 --- /dev/null +++ b/manifests/e/EaseUS/PartitionMaster/19.0/EaseUS.PartitionMaster.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EaseUS.PartitionMaster +PackageVersion: "19.0" +PackageLocale: zh-CN +Publisher: EaseUS +PublisherUrl: https://cn.easeus.com/ +PublisherSupportUrl: https://www.easeus.com/support/partition-master/ +PrivacyUrl: https://www.easeus.com/privacy.htm +Author: 成都易我科技开发有限责任公司 +PackageName: EaseUS Partition Master +PackageUrl: https://cn.easeus.com/partition-manager/partition-master-free.html +License: 免费软件 +LicenseUrl: https://www.easeus.com/license.htm +Copyright: Copyright © 2004-2024 EaseUS. ALL RIGHTS RESERVED. +CopyrightUrl: https://www.easeus.com/legal-counsel.htm +ShortDescription: 完全免费的磁盘分区管理软件,轻松调整分区大小,更好地利用磁盘容量 +Description: |- + EaseUS Partition Master 是一款智能可靠的辅助工具,可以全方位地管理磁盘,并能帮助您通过创建、删除、调整大小等数十种强大的功能轻松地组织和优化您的磁盘。 + 用户友好的界面及其详尽的向导极大地简化了管理分区时的复杂操作,并确保本产品的每项功能都能被轻松地找到和导航。 +# Moniker: +Tags: +- easeus +- 分区 +- 引导 +- 易我 +- 硬盘 +- 磁盘 +- 系统 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EaseUS/PartitionMaster/19.0/EaseUS.PartitionMaster.yaml b/manifests/e/EaseUS/PartitionMaster/19.0/EaseUS.PartitionMaster.yaml new file mode 100644 index 0000000000000..85cae900c4c95 --- /dev/null +++ b/manifests/e/EaseUS/PartitionMaster/19.0/EaseUS.PartitionMaster.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EaseUS.PartitionMaster +PackageVersion: "19.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Eassos/DiskGenius/5.6.1/Eassos.DiskGenius.installer.yaml b/manifests/e/Eassos/DiskGenius/5.6.1/Eassos.DiskGenius.installer.yaml new file mode 100644 index 0000000000000..a8c7304c4ff6d --- /dev/null +++ b/manifests/e/Eassos/DiskGenius/5.6.1/Eassos.DiskGenius.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Eassos.DiskGenius +PackageVersion: 5.6.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-15 +AppsAndFeaturesEntries: +- DisplayName: DiskGenius V5.6.1 + ProductCode: '{2661F2FA-56A7-415D-8196-C4CB3D3ACFFE}_is1' +Installers: +- Architecture: x86 + InstallerUrl: https://download2.eassos.com/DGEngSetup5611580.exe + InstallerSha256: 9BDF1E82D1072A9A32B56F582C38A7854AFE3E0037C241726196844BFE769A41 + ProductCode: '{2661F2FA-56A7-415D-8196-C4CB3D3ACFFE}_is1' +- Architecture: x64 + InstallerUrl: https://download2.eassos.com/DGEngSetup5611580.exe + InstallerSha256: 9BDF1E82D1072A9A32B56F582C38A7854AFE3E0037C241726196844BFE769A41 + ProductCode: '{2661F2FA-56A7-415D-8196-C4CB3D3ACFFE}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Eassos/DiskGenius/5.6.1/Eassos.DiskGenius.locale.en-US.yaml b/manifests/e/Eassos/DiskGenius/5.6.1/Eassos.DiskGenius.locale.en-US.yaml new file mode 100644 index 0000000000000..0b68554e26f73 --- /dev/null +++ b/manifests/e/Eassos/DiskGenius/5.6.1/Eassos.DiskGenius.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Eassos.DiskGenius +PackageVersion: 5.6.1 +PackageLocale: en-US +Publisher: Eassos Co., Ltd. +PublisherUrl: https://www.eassos.com/ +PublisherSupportUrl: https://www.diskgenius.com/support.php +# PrivacyUrl: +Author: Eassos Co., Ltd. +PackageName: DiskGenius +PackageUrl: https://www.diskgenius.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright (C) 1997-2024 Eassos Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: All-in-one solution for IT professionals +Description: DiskGenius provides an all-in-one solution for data recovery, disk partition management and backup & restore for Windows PCs, Servers and workstations. +Moniker: diskman +Tags: +- backup +- boot +- data +- disk +- file +- partition +- recover +- recovery +- restore +- system +- volume +ReleaseNotes: |- + - Enhanced + 1. When using the Delete Files Permanently feature, if the partition cannot be locked after selecting the "Delete Directory Entry" option, the software will restart into WinPE and then perform the operation. + 2. To ensure the smooth completion of operations such as formatting partitions, cloning partitions, and cloning disks, the BitLocker encryption status of the target partition will be removed if it is a BitLocker encrypted partition. + 3. For features that require restarting and entering WinPE to execute, if a BitLocker encrypted partition is involved, the software will temporarily turn off the encryption status and restore it after the operation is completed. + 4. Optimize the file recovery effect for exFAT partitions. + 5. The resizing of partitions within dynamic volumes is not allowed. + - Fixed + 1. Fixed the issue that the software did not refresh after inserting a USB disk. + 2. Fixed the issue that the exFAT and FAT32 partitions were displayed as damaged in some cases. + 3. Fixed the issue that the capacity of USB drives containing an ISO partition was displayed incorrectly. +ReleaseNotesUrl: https://www.diskgenius.com/version-history.php +PurchaseUrl: https://www.diskgenius.com/buy.php +# InstallationNotes: +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.diskgenius.com/manual/ +- DocumentLabel: FAQ + DocumentUrl: https://www.diskgenius.com/faqs.php +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Eassos/DiskGenius/5.6.1/Eassos.DiskGenius.locale.zh-CN.yaml b/manifests/e/Eassos/DiskGenius/5.6.1/Eassos.DiskGenius.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2e4a792d391ab --- /dev/null +++ b/manifests/e/Eassos/DiskGenius/5.6.1/Eassos.DiskGenius.locale.zh-CN.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Eassos.DiskGenius +PackageVersion: 5.6.1 +PackageLocale: zh-CN +Publisher: 秦皇岛易数科技有限公司 +PublisherUrl: https://www.eassos.cn/ +PublisherSupportUrl: https://www.diskgenius.cn/help/index.php +# PrivacyUrl: +Author: 秦皇岛易数科技有限公司 +PackageName: DiskGenius +PackageUrl: https://www.diskgenius.cn/ +License: 专有软件 +# LicenseUrl: +Copyright: 版权所有 (C) 1997-2024 易数科技 +# CopyrightUrl: +ShortDescription: 集数据恢复、硬盘分区、系统备份等功能于一身的多功能工具软件 +Description: DiskGenius,专家级数据恢复软件,集数据恢复、硬盘分区、系统备份还原等多种功能于一身的超级工具软件。 +# Moniker: +Tags: +- 分区 +- 卷 +- 备份 +- 宗卷 +- 引导 +- 恢复 +- 数据 +- 文件 +- 硬盘 +- 磁盘 +- 系统 +- 还原 +ReleaseNotes: |- + 1. 彻底删除文件功能,勾选清除目录项选项后,如果分区无法锁定就重启进入 WinPE 执行。 + 2. 格式化分区、克隆分区、克隆磁盘等功能,为保证操作顺利完成,如果目标分区为 BitLocker 加密分区,则取消其 BitLocker 加密状态。 + 3. 对于需要重启进入 WinPE 执行的功能,如果涉及到 BitLocker 加密分区,则临时关闭其加密状态,执行完成后再恢复。 + 4. 优化 exFAT 分区文件恢复效果。 + 5. 限制不允许调整动态卷中的分区。 + 6. 纠正插入 USB 磁盘后软件不刷新的问题。 + 7. 纠正 exFAT 及 FAT32 分区在部分情况下显示损坏的问题。 + 8. 纠正含有 ISO 分区的优盘容量显示不正确的问题。 +ReleaseNotesUrl: https://www.diskgenius.cn/releasenote.php +PurchaseUrl: https://www.eassos.cn/dg/buynow.php +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Eassos/DiskGenius/5.6.1/Eassos.DiskGenius.yaml b/manifests/e/Eassos/DiskGenius/5.6.1/Eassos.DiskGenius.yaml new file mode 100644 index 0000000000000..414e087b61688 --- /dev/null +++ b/manifests/e/Eassos/DiskGenius/5.6.1/Eassos.DiskGenius.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Eassos.DiskGenius +PackageVersion: 5.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EastMoney/EastMoney/11.5.0/EastMoney.EastMoney.installer.yaml b/manifests/e/EastMoney/EastMoney/11.5.0/EastMoney.EastMoney.installer.yaml new file mode 100644 index 0000000000000..1e4c5936ba42d --- /dev/null +++ b/manifests/e/EastMoney/EastMoney/11.5.0/EastMoney.EastMoney.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EastMoney.EastMoney +PackageVersion: 11.5.0 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +RequireExplicitUpgrade: true +Installers: +- Architecture: x86 + InstallerUrl: https://swdlcdn.eastmoney.com/swc8_free_new/dfcft8.exe + InstallerSha256: 0F6DD7EC60AF9DF1DE6A158E1963766F5FAF376261D407032A16D2AD0B37546E + ProductCode: Eastmoney +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EastMoney/EastMoney/11.5.0/EastMoney.EastMoney.locale.en-US.yaml b/manifests/e/EastMoney/EastMoney/11.5.0/EastMoney.EastMoney.locale.en-US.yaml new file mode 100644 index 0000000000000..9d80acd31337d --- /dev/null +++ b/manifests/e/EastMoney/EastMoney/11.5.0/EastMoney.EastMoney.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EastMoney.EastMoney +PackageVersion: 11.5.0 +PackageLocale: en-US +Publisher: 东方财富信息股份有限公司 +PublisherUrl: https://www.eastmoney.com/ +PublisherSupportUrl: https://emdesk.eastmoney.com/PC_AD/Pages/LeaveMessage/pages/LeaveMessage.html +PrivacyUrl: https://about.eastmoney.com/home/conceal +Author: East Money Information Co., Ltd. +PackageName: Eastmoney +PackageUrl: https://emdesk.eastmoney.com/pc_activity/Pages/VIPTrade/pages/ +License: Proprietary +LicenseUrl: https://zqhd.eastmoney.com/cp/yhxkxy2.htm +Copyright: Copyright (C) 2004-2024 +CopyrightUrl: https://about.eastmoney.com/home/legal +ShortDescription: Your one-stop financial platform +Description: East Money provides a one-stop solution for trading stocks, buying funds, and managing investments. It supports real-time global market data, including A-shares, US stocks, Hong Kong stocks, funds, bonds, indices, futures, options, spot markets, and forex. Users can access timely and professional financial news updates 24/7, along with instant synchronization of individual stock announcements and research reports. It also features an interactive stock community, where users can engage with fund managers, investment advisors, and stock experts. It offers advanced indicators to track capital flows and analyze transaction data, helping investors make informed decisions. Additionally, the software includes convenient trading systems with quick order execution and customizable window settings, making it ideal for working professionals. +# Moniker: +Tags: +- finance +- index +- market +- stock +# ReleaseNotes: +ReleaseNotesUrl: https://eminfo.eastmoney.com/helpcenternew/pages/helper.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Help + DocumentUrl: https://eminfo.eastmoney.com/helpcenternew/pages/helper.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EastMoney/EastMoney/11.5.0/EastMoney.EastMoney.locale.zh-CN.yaml b/manifests/e/EastMoney/EastMoney/11.5.0/EastMoney.EastMoney.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e17b23f409fed --- /dev/null +++ b/manifests/e/EastMoney/EastMoney/11.5.0/EastMoney.EastMoney.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EastMoney.EastMoney +PackageVersion: 11.5.0 +PackageLocale: zh-CN +Publisher: 东方财富信息股份有限公司 +PublisherUrl: https://www.eastmoney.com/ +PublisherSupportUrl: https://emdesk.eastmoney.com/PC_AD/Pages/LeaveMessage/pages/LeaveMessage.html +PrivacyUrl: https://about.eastmoney.com/home/conceal +Author: 东方财富信息股份有限公司 +PackageName: Eastmoney +PackageUrl: https://emdesk.eastmoney.com/pc_activity/Pages/VIPTrade/pages/ +License: 专有软件 +LicenseUrl: https://zqhd.eastmoney.com/cp/yhxkxy2.htm +Copyright: 版权所有 Copyright (C) 2004-2024 +CopyrightUrl: https://about.eastmoney.com/home/legal +ShortDescription: 您的一站式金融理财平台 +Description: 东方财富终端是一款一站式金融理财平台,提供多种功能和服务。用户可以通过该平台进行股票交易、基金购买和理财操作。软件支持全球市场行情数据的实时展示,包括 A 股、美股、港股、基金、债券、期货、期权、外汇等。用户还可以获取 7*24 小时不间断的财经资讯直播,实时更新个股公告和研究报告。此外,平台提供互动股吧,用户可以与基金经理、投顾和股票牛人进行在线访谈。软件还具备专业指标分析功能,帮助用户跟踪主力资金流向,并提供增仓排名等数据分析。对于上班族,软件提供盯盘窗口和迷你模式,方便用户在工作时也能轻松看盘和交易。 +# Moniker: +Tags: +- 东方财富 +- 大盘 +- 指数 +- 股市 +- 股票 +- 财经 +- 金融 +# ReleaseNotes: +ReleaseNotesUrl: https://eminfo.eastmoney.com/helpcenternew/pages/helper.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://eminfo.eastmoney.com/helpcenternew/pages/helper.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EastMoney/EastMoney/11.5.0/EastMoney.EastMoney.yaml b/manifests/e/EastMoney/EastMoney/11.5.0/EastMoney.EastMoney.yaml new file mode 100644 index 0000000000000..cf9912728db83 --- /dev/null +++ b/manifests/e/EastMoney/EastMoney/11.5.0/EastMoney.EastMoney.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EastMoney.EastMoney +PackageVersion: 11.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EasternGraphics/pCon/plannerSTD/.validation b/manifests/e/EasternGraphics/pCon/plannerSTD/.validation deleted file mode 100644 index 3deb0fa1080c4..0000000000000 --- a/manifests/e/EasternGraphics/pCon/plannerSTD/.validation +++ /dev/null @@ -1 +0,0 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"b540616b-c593-430f-840f-c0468f5120ef","TestPlan":"Validation-Domain","PackagePath":"manifests/e/EasternGraphics/pCon/plannerSTD/8.6.0.100"}]} \ No newline at end of file diff --git a/manifests/e/EasternGraphics/pCon/plannerSTD/8.9.0.100/EasternGraphics.pCon.plannerSTD.installer.yaml b/manifests/e/EasternGraphics/pCon/plannerSTD/8.9.0.100/EasternGraphics.pCon.plannerSTD.installer.yaml deleted file mode 100644 index bd5984c7fbb8c..0000000000000 --- a/manifests/e/EasternGraphics/pCon/plannerSTD/8.9.0.100/EasternGraphics.pCon.plannerSTD.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Automatically updated by the winget bot at 2023/Nov/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: EasternGraphics.pCon.plannerSTD -PackageVersion: 8.9.0.100 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: machine -InstallerSwitches: - Silent: /S /v/qn - SilentWithProgress: /S /v/qn -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://download.pcon-planner.com/pCon.planner_setup.exe - InstallerSha256: 77440EBF19EDC51E12589DED50271E17F0DEEC5D13406824B8C97275A57F01A7 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/e/EasternGraphics/pCon/plannerSTD/8.9.0.100/EasternGraphics.pCon.plannerSTD.locale.en-US.yaml b/manifests/e/EasternGraphics/pCon/plannerSTD/8.9.0.100/EasternGraphics.pCon.plannerSTD.locale.en-US.yaml deleted file mode 100644 index 0657ba2c8cc51..0000000000000 --- a/manifests/e/EasternGraphics/pCon/plannerSTD/8.9.0.100/EasternGraphics.pCon.plannerSTD.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2023/Nov/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: EasternGraphics.pCon.plannerSTD -PackageVersion: 8.9.0.100 -PackageLocale: en-US -Publisher: EasternGraphics -PublisherUrl: https://pcon-planner.com/en -PublisherSupportUrl: https://pcon-planner.com/en/contact -PrivacyUrl: https://pcon-planner.com/en/legal-notice/#terms -PackageName: pCon.planner STD -PackageUrl: https://pcon-planner.com -License: Proprietary -LicenseUrl: https://pcon-planner.com/en/legal-notice/#terms -Copyright: Copyright (c) EasternGraphics GmbH -CopyrightUrl: https://pcon-planner.com/en/legal-notice/#terms -ShortDescription: The 3D Interior Design Software for Experts. -Moniker: pcon-std -Tags: -- 3d -- cad -- designing -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/e/EasternGraphics/pCon/plannerSTD/8.9.0.100/EasternGraphics.pCon.plannerSTD.yaml b/manifests/e/EasternGraphics/pCon/plannerSTD/8.9.0.100/EasternGraphics.pCon.plannerSTD.yaml deleted file mode 100644 index 8ca8acdbd1e10..0000000000000 --- a/manifests/e/EasternGraphics/pCon/plannerSTD/8.9.0.100/EasternGraphics.pCon.plannerSTD.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2023/Nov/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: EasternGraphics.pCon.plannerSTD -PackageVersion: 8.9.0.100 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.24.8/EclipseAdoptium.Temurin.11.JDK.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.24.8/EclipseAdoptium.Temurin.11.JDK.installer.yaml new file mode 100644 index 0000000000000..fe7d45467d6aa --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.24.8/EclipseAdoptium.Temurin.11.JDK.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JDK +PackageVersion: 11.0.24.8 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.24_8.msi + InstallerSha256: 907CBC90EACA71C86A6A0F4CAC1FBE650DE5F2C7EF754D2A4A4D25934E0E9ED7 + ProductCode: '{7D521A02-4202-4AEA-846A-EA59EA7A1201}' + AppsAndFeaturesEntries: + - ProductCode: '{7D521A02-4202-4AEA-846A-EA59EA7A1201}' + UpgradeCode: '{E26AD2F5-1BA5-6CF3-F1D0-7C6017113119}' +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jdk_x64_windows_hotspot_11.0.24_8.msi + InstallerSha256: C6D15BFF637A78D2033CD42C592E47C09FE87E7D028AE7D1FBF591C547848917 + ProductCode: '{88387841-C7D3-42FC-B9F0-31AA09C7BA7E}' + AppsAndFeaturesEntries: + - ProductCode: '{88387841-C7D3-42FC-B9F0-31AA09C7BA7E}' + UpgradeCode: '{22022AB8-C6D7-EF20-3444-3FDF9543E00A}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.24.8/EclipseAdoptium.Temurin.11.JDK.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.24.8/EclipseAdoptium.Temurin.11.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..4fef01636d81e --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.24.8/EclipseAdoptium.Temurin.11.JDK.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JDK +PackageVersion: 11.0.24.8 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 11 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JDK is the open source Java SE build based upon OpenJDK. +# Description: +Moniker: temurin-jdk-11 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin11-binaries/releases/tag/jdk-11.0.24+8 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.24.8/EclipseAdoptium.Temurin.11.JDK.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.24.8/EclipseAdoptium.Temurin.11.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cfefebd1c1be2 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.24.8/EclipseAdoptium.Temurin.11.JDK.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JDK +PackageVersion: 11.0.24.8 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 11 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JDK 是基于 OpenJDK 构建的开源 Java SE。 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin11-binaries/releases/tag/jdk-11.0.24+8 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.24.8/EclipseAdoptium.Temurin.11.JDK.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.24.8/EclipseAdoptium.Temurin.11.JDK.yaml new file mode 100644 index 0000000000000..8eca52822945e --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.24.8/EclipseAdoptium.Temurin.11.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JDK +PackageVersion: 11.0.24.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.24.8/EclipseAdoptium.Temurin.11.JRE.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.24.8/EclipseAdoptium.Temurin.11.JRE.installer.yaml new file mode 100644 index 0000000000000..dec33b115206e --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.24.8/EclipseAdoptium.Temurin.11.JRE.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JRE +PackageVersion: 11.0.24.8 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jjs +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmid +- rmiregistry +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.24_8.msi + InstallerSha256: 9CB9662E9AEEA3EFCFDC46E9A89948C64C6E397DB3B571E735F5F992200A7D61 + ProductCode: '{1F0D53BF-894A-460A-AC68-57331B773D91}' + AppsAndFeaturesEntries: + - ProductCode: '{1F0D53BF-894A-460A-AC68-57331B773D91}' + UpgradeCode: '{23677CEC-8722-3582-9650-58BC3BF51EA2}' +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jre_x64_windows_hotspot_11.0.24_8.msi + InstallerSha256: DA8E0016EE777B9EB4536991BA5E1CA38BE049DB13239C2F3924F759730FE329 + ProductCode: '{7544057B-AD88-4860-A804-6F4E11D89780}' + AppsAndFeaturesEntries: + - ProductCode: '{7544057B-AD88-4860-A804-6F4E11D89780}' + UpgradeCode: '{CDB73A5C-7692-6FA6-BDAE-E46B39B3A3BB}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.24.8/EclipseAdoptium.Temurin.11.JRE.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.24.8/EclipseAdoptium.Temurin.11.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..f2f397ede1b3e --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.24.8/EclipseAdoptium.Temurin.11.JRE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JRE +PackageVersion: 11.0.24.8 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 11 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JRE is the open source Java SE build based upon OpenJRE. +# Description: +Moniker: temurin-jre-11 +Tags: +- java +- jre +- jvm +- openjre +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin11-binaries/releases/tag/jdk-11.0.24+8 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.24.8/EclipseAdoptium.Temurin.11.JRE.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.24.8/EclipseAdoptium.Temurin.11.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4a754a8059ca7 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.24.8/EclipseAdoptium.Temurin.11.JRE.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JRE +PackageVersion: 11.0.24.8 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 11 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JRE 是基于 OpenJRE 构建的开源 Java SE。 +# Description: +# Moniker: +Tags: +- java +- jre +- jvm +- openjre +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin11-binaries/releases/tag/jdk-11.0.24+8 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.24.8/EclipseAdoptium.Temurin.11.JRE.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.24.8/EclipseAdoptium.Temurin.11.JRE.yaml new file mode 100644 index 0000000000000..9943d7d56088f --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.24.8/EclipseAdoptium.Temurin.11.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JRE +PackageVersion: 11.0.24.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.12.7/EclipseAdoptium.Temurin.17.JDK.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.12.7/EclipseAdoptium.Temurin.17.JDK.installer.yaml new file mode 100644 index 0000000000000..83b2b9d11891e --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.12.7/EclipseAdoptium.Temurin.17.JDK.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.17.JDK +PackageVersion: 17.0.12.7 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.12%2B7/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.12_7.msi + InstallerSha256: 84E94CAA3FAC04A173D8CEBB80AE77727EAEDD766D5BF4F66900AA64AA0B4F11 + ProductCode: '{E0CAD1B6-6CF5-4E33-9F85-18AAE8CDD8EE}' + AppsAndFeaturesEntries: + - ProductCode: '{E0CAD1B6-6CF5-4E33-9F85-18AAE8CDD8EE}' + UpgradeCode: '{4E1CBF0B-065B-AEF8-D9EF-31CE714AFB90}' +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.12%2B7/OpenJDK17U-jdk_x64_windows_hotspot_17.0.12_7.msi + InstallerSha256: 1E6DF6B445D9E995E86FD8225C658DF1411D3ABAB86B540CE4D2063C8A889835 + ProductCode: '{20108BEF-FA49-47AE-9551-495BED430689}' + AppsAndFeaturesEntries: + - ProductCode: '{20108BEF-FA49-47AE-9551-495BED430689}' + UpgradeCode: '{3385E798-4714-23E5-45F0-9C71471240FA}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.12.7/EclipseAdoptium.Temurin.17.JDK.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.12.7/EclipseAdoptium.Temurin.17.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..1e5cd7569ef40 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.12.7/EclipseAdoptium.Temurin.17.JDK.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.17.JDK +PackageVersion: 17.0.12.7 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 17 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JDK is the open source Java SE build based upon OpenJDK. +# Description: +Moniker: temurin-jdk-17 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin17-binaries/releases/tag/jdk-17.0.12+7 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.12.7/EclipseAdoptium.Temurin.17.JDK.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.12.7/EclipseAdoptium.Temurin.17.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c93a4e46c3d47 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.12.7/EclipseAdoptium.Temurin.17.JDK.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.17.JDK +PackageVersion: 17.0.12.7 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 17 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JDK 是基于 OpenJDK 构建的开源 Java SE。 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin17-binaries/releases/tag/jdk-17.0.12+7 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.12.7/EclipseAdoptium.Temurin.17.JDK.yaml b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.12.7/EclipseAdoptium.Temurin.17.JDK.yaml new file mode 100644 index 0000000000000..bd89aca90a3e7 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.12.7/EclipseAdoptium.Temurin.17.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.17.JDK +PackageVersion: 17.0.12.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/17/JRE/17.0.12.7/EclipseAdoptium.Temurin.17.JRE.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/17/JRE/17.0.12.7/EclipseAdoptium.Temurin.17.JRE.installer.yaml new file mode 100644 index 0000000000000..dd1e30d54a77e --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/17/JRE/17.0.12.7/EclipseAdoptium.Temurin.17.JRE.installer.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.17.JRE +PackageVersion: 17.0.12.7 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmiregistry +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.12%2B7/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.12_7.msi + InstallerSha256: D2D8F7A27409B9A90CEADB53FC7064CE2A3D71D9F0DB40572CB0B14F089A9798 + ProductCode: '{A2D33A25-EC39-46C0-99CA-4A4DEFC443EA}' + AppsAndFeaturesEntries: + - ProductCode: '{A2D33A25-EC39-46C0-99CA-4A4DEFC443EA}' + UpgradeCode: '{69F76FD7-C73D-678E-7AC3-710775D2AE6A}' +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.12%2B7/OpenJDK17U-jre_x64_windows_hotspot_17.0.12_7.msi + InstallerSha256: 62CAAA23B88545099612AE77455FE2AC888AD3731AC0758F5CBEDAD406FD3C6C + ProductCode: '{12EE4C16-3A8B-49C1-BC34-D8F1BEFDCBA7}' + AppsAndFeaturesEntries: + - ProductCode: '{12EE4C16-3A8B-49C1-BC34-D8F1BEFDCBA7}' + UpgradeCode: '{CB6898A1-65E8-8AD8-043F-DD72DB076C1D}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/17/JRE/17.0.12.7/EclipseAdoptium.Temurin.17.JRE.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/17/JRE/17.0.12.7/EclipseAdoptium.Temurin.17.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..b209c2f64784e --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/17/JRE/17.0.12.7/EclipseAdoptium.Temurin.17.JRE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.17.JRE +PackageVersion: 17.0.12.7 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 17 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JRE is the open source Java SE build based upon OpenJRE. +# Description: +Moniker: temurin-jre-17 +Tags: +- java +- jre +- jvm +- openjre +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin17-binaries/releases/tag/jdk-17.0.12+7 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/17/JRE/17.0.12.7/EclipseAdoptium.Temurin.17.JRE.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/17/JRE/17.0.12.7/EclipseAdoptium.Temurin.17.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7921cb9dd4a54 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/17/JRE/17.0.12.7/EclipseAdoptium.Temurin.17.JRE.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.17.JRE +PackageVersion: 17.0.12.7 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 17 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JRE 是基于 OpenJRE 构建的开源 Java SE。 +# Description: +# Moniker: +Tags: +- java +- jre +- jvm +- openjre +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin17-binaries/releases/tag/jdk-17.0.12+7 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/17/JRE/17.0.12.7/EclipseAdoptium.Temurin.17.JRE.yaml b/manifests/e/EclipseAdoptium/Temurin/17/JRE/17.0.12.7/EclipseAdoptium.Temurin.17.JRE.yaml new file mode 100644 index 0000000000000..1aedb8effb6f4 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/17/JRE/17.0.12.7/EclipseAdoptium.Temurin.17.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.17.JRE +PackageVersion: 17.0.12.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.4.7/EclipseAdoptium.Temurin.21.JDK.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.4.7/EclipseAdoptium.Temurin.21.JDK.installer.yaml new file mode 100644 index 0000000000000..934fd867a9ffd --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.4.7/EclipseAdoptium.Temurin.21.JDK.installer.yaml @@ -0,0 +1,47 @@ +# Created with komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.21.JDK +PackageVersion: 21.0.4.7 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ProductCode: '{A3EEC03E-59ED-4755-9CE1-3295E34AB90B}' +ReleaseDate: 2024-07-19 +AppsAndFeaturesEntries: +- DisplayName: Eclipse Temurin JDK with Hotspot 21.0.4+7 (x64) + UpgradeCode: '{C7371D5C-29EB-0885-C0E4-F8E3B955271F}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Eclipse Adoptium\jdk-21.0.4.7-hotspot' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4+7/OpenJDK21U-jdk_x64_windows_hotspot_21.0.4_7.msi + InstallerSha256: 5EADBDEABDCA1A7ABF6416A6B35BF7AFD86E7EDADE7B5D44059FBCECACAEF372 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.4.7/EclipseAdoptium.Temurin.21.JDK.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.4.7/EclipseAdoptium.Temurin.21.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..4b908318297bb --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.4.7/EclipseAdoptium.Temurin.21.JDK.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.21.JDK +PackageVersion: 21.0.4.7 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 21 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JDK is the open source Java SE build based upon OpenJDK. +Moniker: temurin-jdk-21 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +ReleaseNotes: Official Eclipse Temurin Release of jdk-21.0.4+7 +ReleaseNotesUrl: https://github.com/adoptium/temurin21-binaries/releases/tag/jdk-21.0.4+7 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.4.7/EclipseAdoptium.Temurin.21.JDK.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.4.7/EclipseAdoptium.Temurin.21.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3463aeb1ff53a --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.4.7/EclipseAdoptium.Temurin.21.JDK.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.21.JDK +PackageVersion: 21.0.4.7 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 21 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JDK 是基于 OpenJDK 构建的开源 Java SE。 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +ReleaseNotesUrl: https://github.com/adoptium/temurin21-binaries/releases/tag/jdk-21.0.4+7 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.4.7/EclipseAdoptium.Temurin.21.JDK.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.4.7/EclipseAdoptium.Temurin.21.JDK.yaml new file mode 100644 index 0000000000000..86c7cd78a433d --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JDK/21.0.4.7/EclipseAdoptium.Temurin.21.JDK.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.21.JDK +PackageVersion: 21.0.4.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.4.7/EclipseAdoptium.Temurin.21.JRE.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.4.7/EclipseAdoptium.Temurin.21.JRE.installer.yaml new file mode 100644 index 0000000000000..7a7b088e3314b --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.4.7/EclipseAdoptium.Temurin.21.JRE.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.21.JRE +PackageVersion: 21.0.4.7 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmiregistry +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-07-19 +AppsAndFeaturesEntries: +- ProductCode: '{35C67FCB-4114-48B5-8C59-426DAA22C162}' + UpgradeCode: '{E1ED1384-86C6-6900-91B2-CBA0DB8D3E2E}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4%2B7/OpenJDK21U-jre_x64_windows_hotspot_21.0.4_7.msi + InstallerSha256: CF5B9440680994F1571EB1B83FE017EAFBEC9E6E8A9CD033B3C099E967C1A553 + ProductCode: '{35C67FCB-4114-48B5-8C59-426DAA22C162}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.4.7/EclipseAdoptium.Temurin.21.JRE.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.4.7/EclipseAdoptium.Temurin.21.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..73c8b9997b450 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.4.7/EclipseAdoptium.Temurin.21.JRE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.21.JRE +PackageVersion: 21.0.4.7 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 21 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JRE is the open source Java SE build based upon OpenJRE. +# Description: +Moniker: temurin-jre-21 +Tags: +- java +- jre +- jvm +- openjre +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin21-binaries/releases/tag/jdk-21.0.4+7 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.4.7/EclipseAdoptium.Temurin.21.JRE.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.4.7/EclipseAdoptium.Temurin.21.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9a95ec0e2a77f --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.4.7/EclipseAdoptium.Temurin.21.JRE.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.21.JRE +PackageVersion: 21.0.4.7 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 21 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JRE 是基于 OpenJRE 构建的开源 Java SE。 +# Description: +# Moniker: +Tags: +- java +- jre +- jvm +- openjre +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin21-binaries/releases/tag/jdk-21.0.4+7 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.4.7/EclipseAdoptium.Temurin.21.JRE.yaml b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.4.7/EclipseAdoptium.Temurin.21.JRE.yaml new file mode 100644 index 0000000000000..1ecec98625858 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/21/JRE/21.0.4.7/EclipseAdoptium.Temurin.21.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.21.JRE +PackageVersion: 21.0.4.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/22/JDK/22.0.2.9/EclipseAdoptium.Temurin.22.JDK.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/22/JDK/22.0.2.9/EclipseAdoptium.Temurin.22.JDK.installer.yaml new file mode 100644 index 0000000000000..826dc762bf99d --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/22/JDK/22.0.2.9/EclipseAdoptium.Temurin.22.JDK.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.22.JDK +PackageVersion: 22.0.2.9 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-07-19 +AppsAndFeaturesEntries: +- ProductCode: '{EDA24A71-0376-4EAC-8F3C-A0713D94ECA0}' + UpgradeCode: '{0F54D110-8640-5886-292D-CC3C30661110}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22.0.2%2B9/OpenJDK22U-jdk_x64_windows_hotspot_22.0.2_9.msi + InstallerSha256: D961CB2E612223E94B0506C61E1360D11B8961EAB822FF12FA9B8921C4627A25 + ProductCode: '{EDA24A71-0376-4EAC-8F3C-A0713D94ECA0}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/22/JDK/22.0.2.9/EclipseAdoptium.Temurin.22.JDK.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/22/JDK/22.0.2.9/EclipseAdoptium.Temurin.22.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..ea4aa5d84b55a --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/22/JDK/22.0.2.9/EclipseAdoptium.Temurin.22.JDK.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.22.JDK +PackageVersion: 22.0.2.9 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 22 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JDK is the open source Java SE build based upon OpenJDK. +# Description: +Moniker: temurin-jdk-22 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin22-binaries/releases/tag/jdk-22.0.2+9 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/22/JDK/22.0.2.9/EclipseAdoptium.Temurin.22.JDK.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/22/JDK/22.0.2.9/EclipseAdoptium.Temurin.22.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e1063b1391c84 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/22/JDK/22.0.2.9/EclipseAdoptium.Temurin.22.JDK.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.22.JDK +PackageVersion: 22.0.2.9 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 22 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JDK 是基于 OpenJDK 构建的开源 Java SE。 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin22-binaries/releases/tag/jdk-22.0.2+9 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/22/JDK/22.0.2.9/EclipseAdoptium.Temurin.22.JDK.yaml b/manifests/e/EclipseAdoptium/Temurin/22/JDK/22.0.2.9/EclipseAdoptium.Temurin.22.JDK.yaml new file mode 100644 index 0000000000000..8c5e25701bea7 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/22/JDK/22.0.2.9/EclipseAdoptium.Temurin.22.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.22.JDK +PackageVersion: 22.0.2.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/22/JRE/22.0.2.9/EclipseAdoptium.Temurin.22.JRE.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/22/JRE/22.0.2.9/EclipseAdoptium.Temurin.22.JRE.installer.yaml new file mode 100644 index 0000000000000..a055d8d7a9871 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/22/JRE/22.0.2.9/EclipseAdoptium.Temurin.22.JRE.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.22.JRE +PackageVersion: 22.0.2.9 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmiregistry +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-07-19 +AppsAndFeaturesEntries: +- ProductCode: '{AEEBB420-755F-4BC7-BDAC-245DAE4C1F32}' + UpgradeCode: '{D7B0308E-4618-96E6-C2ED-D19F85D8E469}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22.0.2%2B9/OpenJDK22U-jre_x64_windows_hotspot_22.0.2_9.msi + InstallerSha256: 976CA7A664831AC76CD956CE525E6C86DDCADB70C0BC29A3754C55C991955CB7 + ProductCode: '{AEEBB420-755F-4BC7-BDAC-245DAE4C1F32}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/22/JRE/22.0.2.9/EclipseAdoptium.Temurin.22.JRE.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/22/JRE/22.0.2.9/EclipseAdoptium.Temurin.22.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..3af20fa2e482e --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/22/JRE/22.0.2.9/EclipseAdoptium.Temurin.22.JRE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.22.JRE +PackageVersion: 22.0.2.9 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 22 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JRE is the open source Java SE build based upon OpenJRE. +# Description: +Moniker: temurin-jre-22 +Tags: +- java +- jre +- jvm +- openjre +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin22-binaries/releases/tag/jdk-22.0.2+9 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/22/JRE/22.0.2.9/EclipseAdoptium.Temurin.22.JRE.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/22/JRE/22.0.2.9/EclipseAdoptium.Temurin.22.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d9fed697d9fdb --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/22/JRE/22.0.2.9/EclipseAdoptium.Temurin.22.JRE.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.22.JRE +PackageVersion: 22.0.2.9 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 22 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JRE 是基于 OpenJRE 构建的开源 Java SE。 +# Description: +# Moniker: +Tags: +- java +- jre +- jvm +- openjre +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin22-binaries/releases/tag/jdk-22.0.2+9 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/22/JRE/22.0.2.9/EclipseAdoptium.Temurin.22.JRE.yaml b/manifests/e/EclipseAdoptium/Temurin/22/JRE/22.0.2.9/EclipseAdoptium.Temurin.22.JRE.yaml new file mode 100644 index 0000000000000..8378b1f62e90d --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/22/JRE/22.0.2.9/EclipseAdoptium.Temurin.22.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.22.JRE +PackageVersion: 22.0.2.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.422.5/EclipseAdoptium.Temurin.8.JDK.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.422.5/EclipseAdoptium.Temurin.8.JDK.installer.yaml new file mode 100644 index 0000000000000..cce94b73c1405 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.422.5/EclipseAdoptium.Temurin.8.JDK.installer.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JDK +PackageVersion: 8.0.422.5 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeps +- jps +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-07-19 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk_x86-32_windows_hotspot_8u422b05.msi + InstallerSha256: 98674D696CB2966F237CCD297FD3D924D0E39E902FE5739FB67A873F3C5E3FA4 + ProductCode: '{67C5686F-7259-4D61-A0DA-214947681008}' + AppsAndFeaturesEntries: + - ProductCode: '{67C5686F-7259-4D61-A0DA-214947681008}' + UpgradeCode: '{1A2E1C82-680C-9FAB-841C-9949EB19DFF2}' +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk_x64_windows_hotspot_8u422b05.msi + InstallerSha256: 9944B308061827C8AD26BEDD573EAC334C12EAA72C8B7F5EE73A5795E7710204 + ProductCode: '{FC29B5CA-C732-4D81-9644-8D0F20223FE6}' + AppsAndFeaturesEntries: + - ProductCode: '{FC29B5CA-C732-4D81-9644-8D0F20223FE6}' + UpgradeCode: '{44F3A265-BA82-D55E-A5CC-B578449EE543}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.422.5/EclipseAdoptium.Temurin.8.JDK.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.422.5/EclipseAdoptium.Temurin.8.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..4cf5ef087099e --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.422.5/EclipseAdoptium.Temurin.8.JDK.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JDK +PackageVersion: 8.0.422.5 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 8 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JDK is the open source Java SE build based upon OpenJDK. +# Description: +Moniker: temurin-jdk-8 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin8-binaries/releases/tag/jdk8u422-b05 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.422.5/EclipseAdoptium.Temurin.8.JDK.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.422.5/EclipseAdoptium.Temurin.8.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1ff44fe2fb322 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.422.5/EclipseAdoptium.Temurin.8.JDK.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JDK +PackageVersion: 8.0.422.5 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 8 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JDK 是基于 OpenJDK 构建的开源 Java SE。 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openjdk +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin8-binaries/releases/tag/jdk8u422-b05 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.422.5/EclipseAdoptium.Temurin.8.JDK.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.422.5/EclipseAdoptium.Temurin.8.JDK.yaml new file mode 100644 index 0000000000000..e8844d6e60434 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.422.5/EclipseAdoptium.Temurin.8.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JDK +PackageVersion: 8.0.422.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.422.5/EclipseAdoptium.Temurin.8.JRE.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.422.5/EclipseAdoptium.Temurin.8.JRE.installer.yaml new file mode 100644 index 0000000000000..19f1b522e266f --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.422.5/EclipseAdoptium.Temurin.8.JRE.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JRE +PackageVersion: 8.0.422.5 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- java +- java-rmi +- javaw +- jfr +- jjs +- keytool +- kinit +- klist +- ktab +- orbd +- policytool +- rmid +- rmiregistry +- servertool +- tnameserv +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-07-19 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_x86-32_windows_hotspot_8u422b05.msi + InstallerSha256: 666BF4DCD865B5F756F714F996661C91FD1CB521B0F8B3DC86B117425C3E65D0 + ProductCode: '{D06F40F2-7733-488F-8C78-0DF6831CFD84}' + AppsAndFeaturesEntries: + - ProductCode: '{D06F40F2-7733-488F-8C78-0DF6831CFD84}' + UpgradeCode: '{45B9357D-10B8-96DB-0C1A-5686F1589C82}' +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_x64_windows_hotspot_8u422b05.msi + InstallerSha256: 6A53B2E2E0EEE6B238D79999E4DE2FAC70EFC03922D48EA6D1007F50E7C11307 + ProductCode: '{B4E50E4C-D8EA-4BC0-A2AC-730A2AF1AF2F}' + AppsAndFeaturesEntries: + - ProductCode: '{B4E50E4C-D8EA-4BC0-A2AC-730A2AF1AF2F}' + UpgradeCode: '{740C8620-C719-E140-1A76-A4513367112A}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.422.5/EclipseAdoptium.Temurin.8.JRE.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.422.5/EclipseAdoptium.Temurin.8.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..1fc43fbf9fc82 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.422.5/EclipseAdoptium.Temurin.8.JRE.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JRE +PackageVersion: 8.0.422.5 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 8 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JRE is the open source Java SE build based upon OpenJRE. +# Description: +Moniker: temurin-jre-8 +Tags: +- java +- jre +- jvm +- openjre +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin8-binaries/releases/tag/jdk8u422-b05 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.422.5/EclipseAdoptium.Temurin.8.JRE.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.422.5/EclipseAdoptium.Temurin.8.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6348f038b987c --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.422.5/EclipseAdoptium.Temurin.8.JRE.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JRE +PackageVersion: 8.0.422.5 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 8 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Eclipse Temurin JRE 是基于 OpenJRE 构建的开源 Java SE。 +# Description: +# Moniker: +Tags: +- java +- jre +- jvm +- openjre +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/adoptium/temurin8-binaries/releases/tag/jdk8u422-b05 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.422.5/EclipseAdoptium.Temurin.8.JRE.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.422.5/EclipseAdoptium.Temurin.8.JRE.yaml new file mode 100644 index 0000000000000..7c973be0199fd --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.422.5/EclipseAdoptium.Temurin.8.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JRE +PackageVersion: 8.0.422.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/127.0.6533.11/Ecosia.EcosiaBrowser.installer.yaml b/manifests/e/Ecosia/EcosiaBrowser/127.0.6533.11/Ecosia.EcosiaBrowser.installer.yaml new file mode 100644 index 0000000000000..0b7009aa21e39 --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/127.0.6533.11/Ecosia.EcosiaBrowser.installer.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 127.0.6533.11 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x86 + InstallerUrl: https://app-cms-repo.ecosia-browser.net/0aac13df-2a94-4570-8229-285102897d3d/build/127.0.6533.11/mini_installer_1270653311_x86.exe + InstallerSha256: 959C01D872E69D942CB1F2FA4DD52974719E0CF9E1B003072652B5FC07D0658E + ProductCode: EcosiaBrowser +- Architecture: x64 + InstallerUrl: https://app-cms-repo.ecosia-browser.net/0aac13df-2a94-4570-8229-285102897d3d/build/127.0.6533.11/mini_installer_1270653311_x64.exe + InstallerSha256: AD2C80811563B41205A6CAA5390E5655045FDBC29B800CEC44C7407A24457DAC + ProductCode: EcosiaBrowser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/127.0.6533.11/Ecosia.EcosiaBrowser.locale.en-US.yaml b/manifests/e/Ecosia/EcosiaBrowser/127.0.6533.11/Ecosia.EcosiaBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..da3eae90c1dfc --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/127.0.6533.11/Ecosia.EcosiaBrowser.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 127.0.6533.11 +PackageLocale: en-US +Publisher: The Ecosia Browser Authors +# PublisherUrl: +PublisherSupportUrl: https://ecosia.helpscoutdocs.com/ +# PrivacyUrl: +Author: Ecosia GmbH +PackageName: Ecosia Browser +# PackageUrl: +License: Freeware +# LicenseUrl: +Copyright: Copyright 2024 The Ecosia Browser Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: The greenest browser on Earth +# Description: +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/127.0.6533.11/Ecosia.EcosiaBrowser.locale.zh-CN.yaml b/manifests/e/Ecosia/EcosiaBrowser/127.0.6533.11/Ecosia.EcosiaBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e8585babcf2d7 --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/127.0.6533.11/Ecosia.EcosiaBrowser.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 127.0.6533.11 +PackageLocale: zh-CN +Publisher: The Ecosia Browser Authors +# PublisherUrl: +PublisherSupportUrl: https://ecosia.helpscoutdocs.com/ +# PrivacyUrl: +Author: Ecosia GmbH +PackageName: Ecosia Browser +# PackageUrl: +License: 免费软件 +# LicenseUrl: +Copyright: 版权所有 2024 The Ecosia Browser Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 地球上最环保的浏览器 +# Description: +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/127.0.6533.11/Ecosia.EcosiaBrowser.yaml b/manifests/e/Ecosia/EcosiaBrowser/127.0.6533.11/Ecosia.EcosiaBrowser.yaml new file mode 100644 index 0000000000000..43de2724e52fb --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/127.0.6533.11/Ecosia.EcosiaBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 127.0.6533.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/128.0.6613.11/Ecosia.EcosiaBrowser.installer.yaml b/manifests/e/Ecosia/EcosiaBrowser/128.0.6613.11/Ecosia.EcosiaBrowser.installer.yaml new file mode 100644 index 0000000000000..04c515cac3852 --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/128.0.6613.11/Ecosia.EcosiaBrowser.installer.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 128.0.6613.11 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x86 + InstallerUrl: https://app-cms-repo.ecosia-browser.net/0aac13df-2a94-4570-8229-285102897d3d/build/128.0.6613.11/mini_installer_1280661311_x86.exe + InstallerSha256: 8DB5974E63A4882D6E6711569CF6851438022D5863080D6347BE1B4CC7B9BE8C + ProductCode: EcosiaBrowser +- Architecture: x64 + InstallerUrl: https://app-cms-repo.ecosia-browser.net/0aac13df-2a94-4570-8229-285102897d3d/build/128.0.6613.11/mini_installer_1280661311_x64.exe + InstallerSha256: 3C72D0637CC43B1AFFB3A1AF7BB6C0D91877BF4D0E94CE8D289C89472799EF75 + ProductCode: EcosiaBrowser +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/128.0.6613.11/Ecosia.EcosiaBrowser.locale.en-US.yaml b/manifests/e/Ecosia/EcosiaBrowser/128.0.6613.11/Ecosia.EcosiaBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..dd271888fd2f9 --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/128.0.6613.11/Ecosia.EcosiaBrowser.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 128.0.6613.11 +PackageLocale: en-US +Publisher: The Ecosia Browser Authors +# PublisherUrl: +PublisherSupportUrl: https://ecosia.helpscoutdocs.com/ +# PrivacyUrl: +Author: Ecosia GmbH +PackageName: Ecosia Browser +# PackageUrl: +License: Freeware +# LicenseUrl: +Copyright: Copyright 2024 The Ecosia Browser Authors. All rights reserved. +# CopyrightUrl: +ShortDescription: The greenest browser on Earth +# Description: +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/128.0.6613.11/Ecosia.EcosiaBrowser.locale.zh-CN.yaml b/manifests/e/Ecosia/EcosiaBrowser/128.0.6613.11/Ecosia.EcosiaBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..110de5754255f --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/128.0.6613.11/Ecosia.EcosiaBrowser.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 128.0.6613.11 +PackageLocale: zh-CN +Publisher: The Ecosia Browser Authors +# PublisherUrl: +PublisherSupportUrl: https://ecosia.helpscoutdocs.com/ +# PrivacyUrl: +Author: Ecosia GmbH +PackageName: Ecosia Browser +# PackageUrl: +License: 免费软件 +# LicenseUrl: +Copyright: 版权所有 2024 The Ecosia Browser Authors。保留所有权利。 +# CopyrightUrl: +ShortDescription: 地球上最环保的浏览器 +# Description: +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/128.0.6613.11/Ecosia.EcosiaBrowser.yaml b/manifests/e/Ecosia/EcosiaBrowser/128.0.6613.11/Ecosia.EcosiaBrowser.yaml new file mode 100644 index 0000000000000..a4cf3c41d4708 --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/128.0.6613.11/Ecosia.EcosiaBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 128.0.6613.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EddieWang/Sia-UI/1.5.7/EddieWang.Sia-UI.installer.yaml b/manifests/e/EddieWang/Sia-UI/1.5.7/EddieWang.Sia-UI.installer.yaml deleted file mode 100644 index 20484980853d4..0000000000000 --- a/manifests/e/EddieWang/Sia-UI/1.5.7/EddieWang.Sia-UI.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: EddieWang.Sia-UI -PackageVersion: 1.5.7 -Installers: -- Architecture: x64 - InstallerType: nullsoft - InstallerUrl: https://sia.tech/releases/Sia-UI-v1.5.7.exe - InstallerSha256: 7700B83E5E3D951ADFD33937F0B8A83D4A5B4A5096E7B11112F8A8DB03EABBEC -ManifestType: installer -ManifestVersion: 1.0.0 - diff --git a/manifests/e/EddieWang/Sia-UI/1.5.7/EddieWang.Sia-UI.locale.en-US.yaml b/manifests/e/EddieWang/Sia-UI/1.5.7/EddieWang.Sia-UI.locale.en-US.yaml deleted file mode 100644 index c56d0a6ed677c..0000000000000 --- a/manifests/e/EddieWang/Sia-UI/1.5.7/EddieWang.Sia-UI.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: EddieWang.Sia-UI -PackageVersion: 1.5.7 -PackageLocale: en-US -Publisher: Eddie Wang -PublisherUrl: https://sia.tech/ -PublisherSupportUrl: https://support.sia.tech/ -PackageName: Sia-UI -License: Copyright © 2021 Eddie Wang -ShortDescription: Sia is the leading decentralized cloud storage platform. -Description: Sia is the leading decentralized cloud storage platform. No signups, no servers, no trusted third parties. Sia leverages blockchain technology to create a data storage marketplace that is more robust and more affordable than traditional cloud storage providers. -Moniker: Sia -Tags: -- crypto -- cloud -- storage -- decentralized -- open-source -- blockchain -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - diff --git a/manifests/e/EddieWang/Sia-UI/1.5.7/EddieWang.Sia-UI.yaml b/manifests/e/EddieWang/Sia-UI/1.5.7/EddieWang.Sia-UI.yaml deleted file mode 100644 index d141d6411224a..0000000000000 --- a/manifests/e/EddieWang/Sia-UI/1.5.7/EddieWang.Sia-UI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: EddieWang.Sia-UI -PackageVersion: 1.5.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - diff --git a/manifests/e/EdgeTX/Companion/2.10.3/EdgeTX.Companion.installer.yaml b/manifests/e/EdgeTX/Companion/2.10.3/EdgeTX.Companion.installer.yaml new file mode 100644 index 0000000000000..78a567c092104 --- /dev/null +++ b/manifests/e/EdgeTX/Companion/2.10.3/EdgeTX.Companion.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EdgeTX.Companion +PackageVersion: 2.10.3 +InstallerType: zip +NestedInstallerType: nullsoft +NestedInstallerFiles: +- RelativeFilePath: companion-windows-2.10.3.exe +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-08-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/EdgeTX/edgetx/releases/download/v2.10.3/edgetx-cpn-win64-v2.10.3.zip + InstallerSha256: 56B3E32F84C59AEAAEADEC5E16F04E491BA9FA4FE6A3FB926BC73EE1024ECFE5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdgeTX/Companion/2.10.3/EdgeTX.Companion.locale.en-US.yaml b/manifests/e/EdgeTX/Companion/2.10.3/EdgeTX.Companion.locale.en-US.yaml new file mode 100644 index 0000000000000..74b98f54518ec --- /dev/null +++ b/manifests/e/EdgeTX/Companion/2.10.3/EdgeTX.Companion.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EdgeTX.Companion +PackageVersion: 2.10.3 +PackageLocale: en-US +Publisher: EdgeTX +PublisherUrl: https://edgetx.org/ +PackageName: EdgeTX Companion +PackageUrl: https://github.com/EdgeTX/edgetx/releases/download/v2.9.4/edgetx-cpn-win64-v2.9.4.zip +License: GPL-2.0 +LicenseUrl: https://github.com/EdgeTX/edgetx/blob/HEAD/LICENSE +Copyright: Copyright (c) 2021-2024 EdgeTX +ShortDescription: The cutting edge open-source firmware for your R/C radio +Description: EdgeTX is the cutting edge of OpenTX. It is the place where innovative ideas and cutting-edge features are developed and field-tested by the enthusiasts of our hobby. EdgeTX is a community project – ideas from the community, developed by the community, and enjoyed by the community! The community will always have a say in what EdgeTX is and what EdgeTX will be in the future. Without community feedback and involvement EdgeTX cannot exist. +Tags: +- fpv-racing +- hacktoberfest +- radio +- rc +ReleaseNotes: |- + We are pleased to offer the third maintenance release for EdgeTX "Centurion", v2.10.3. As with any firmware update, please ensure you backup your settings before updating, check your model and radio settings, and do appropriate bench tests before you head out to fly. + [!TIP] + The Multi-Protocol Module (MPM) firmware has recently been split into up to four different firmware "types" - air, surface, LBT and FCC - as there isn't enough space for all protocols in the one firmware. So if you are missing protocols and have recently updated your MPM firmware, ensure you are running the correct type for your region and needs by downloading it again from https://downloads.multi-module.org/ and choosing the firmware type you need. + [!NOTE] + If you are using 3rd party Lua scripts (e.g. Yaapu, iNav), please ensure you are using the latest version of these also, as we have had some reports of older versions triggering the firmware to crash and go into Emergency Mode with some setups. + [!NOTE] + Reminder: Upgrading from versions of EdgeTX earlier than v2.6 (or from OpenTX) is no longer possible via the radio firmware (this does not affect Companion). You first need to update to EdgeTX 2.8 to migrate your radio and model settings, and then you can update to the current version. See the Installing and Updating EdgeTX manual page for further information. + What's Changed + This release mostly fixes some niggling issues raised around MPM, enables support for two new radio handsets, fixes the issue preventing the iFlight Commando8 from being able to be upgrade to 2.10, as well as a few radio type specific and minor bugfixes. As mentioned in the last patch version, if you use Companion on macOS, the minimum version requirements have changed, and it is likely you will need macOS 12 or later in order to run Companion.New radios + - feat: support for Jumper T12Max (#5271) @3djc + - feat: support for Jumper T-Pro S (#5325) @3djc + New features + - feat(el18): allow for for internal CRSF mods (ELRS/mLRS/etc) (#5173) @richardclli + - feat: telemetry buffer for all internal modules i.e. allows using two modules in parallel e.g. ext. MPM as trainer (#5267) @raphaelcoeffic + Bux fixes + - fix(cpn): log viewer - highlight selected data item (#5306) @elecpower + - fix: Commando8 does not need the startup animation (#5245) @raphaelcoeffic + - fix(mpm): some protocols were being excuded (#5346) @3djc + - fix: MPM "disable telemetry" user choice being ignored (#5286) @3djc + - fix(color): curve edit lag when changing point count, t15 graph size by @philmoz in #5333 + - fix(el18): uart auto oversampling calculation by @richardclli in #5340 + - fix(tx16s): turn on aux2 power when used for bluetooth by @3djc & @pfeerick in #5363 + - fix: VersionTag.flavour[] too small for x10express (#5255) @3djc + - fix(bw): fixes and improvements for model setup page (#5256) @philmoz + - fix: configure default internal module for XJT_PXX1 (#5262) @pfeerick + - fix(lua): incorrect name for MIN source (#5293) @frankiearzu + - fix(lua): axis names for T15, T14, T12Max (#5331) @3djc + Full Changelog: https://github.com/EdgeTX/edgetx/compare/v2.10.2...v2.10.3More information on the 2.10.0 release, which is broken down by screen type (Color LCD and B&W), is available in the user manual here. You can also check the 2.10.0 release notes for what was new or changed in this release.Known Limitations and Issues + - Wireless Model Trainer and CRSF/ELRS - if using the Multi Protocol Module (MPM) as a wireless trainer in conjunction with CRSF/ELRS, do not go above 250 Hz, otherwise the MPM wireless trainer will be dropped. 250 Hz or below is stable. + - There is no companion support for RadioMaster MT12 (yet!) + - If you are using Flysky digital hall gimbals, they will need to be re-calibrated, if they were calibrated previously with previous versions of EdgeTX (due to #3778). + - When updating, the following special and/or global functions may need to be re-enabled: Instant Trim, BG Music Pause, Vario, Screenshot, Racing Mode, Disable Touch, and Audio Amp Off. cf. #4498 + - If you find you have missing analog inputs (e.g. S1/S2), please check if they are still enabled/configured on the Radio Settings -> Hardware -> Pots page/section. They will not appear on the calibration screen if they are not configured. + - If you are an iFlight Commando8 user, #4798 is resolved, so it is now safe to upgrade as of v2.10.3. + - If you are a Jumper T20 user and were running pre 2.10.0 firmware, you should redo your battery calibration if you want accurate readings. Where to find the settting. + - If you are a Radiomaster MT12 user and were running pre 2.10.0 firmware, please double check your trims as they have been swapped to match the labelling on the transmitter. + - For Companion, the sound pack update filter needs to be changed in order to see all the available language packs for your language... see #3848 for instructions. + - For Companion, both radio and firmware now take into account the form factor of the module bay when showing list of external RF modules. If the list is not correct for you, double check that the right module bay type is set in the radio profile settings. cf. #3628 + UI/UX behavioral changes and/or new capabilities: + - colorlcd: In addition to the long/short press actions added in 2.9 for MDL and SYS, the TELE key now has a long press action, which takes you to the Channel Monitor. A short pess takes you to Screen Settings like with previous versions. + - colorlcd: You can also press MDL, SYS and TELE while in the first level of the menus to switch to another menu entirely... i.e. you can switch from any of the Model Settings tabs to Radio Settings simply by pressing the SYS button. Or bring up the channel monitor while in any of the Radio Settings or Model Settings screens by pressing the TELE button. + - companion: Companion will now ensure that model names of existing models (and labels, if supported) only have characters that can be entered on the radio. If invalid characters are detected, they will be removed from the name. Companion will also not accept invalid characters as input. + Supported radios + The full list of supported radios and their support status can be viewed here on the EdgeTX website.Installation Guide + https://manual.edgetx.org/edgetx-user-manual/installing-and-updating-edgetxFlash firmware via Chrome based browser + https://buddy.edgetx.org/#/flash?version=v2.10.3Unofficial builds + Pre-built language firmwares are available here, but this will be the last version to offer them this way, due to the availability of CloudBuild on EdgeTX Buddy. You can still build your own firmware online following this guide, request a specific build at #4992 or ask on Discord for someone to build one for you. +ReleaseNotesUrl: https://github.com/EdgeTX/edgetx/releases/tag/v2.10.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdgeTX/Companion/2.10.3/EdgeTX.Companion.yaml b/manifests/e/EdgeTX/Companion/2.10.3/EdgeTX.Companion.yaml new file mode 100644 index 0000000000000..5ea07840f9011 --- /dev/null +++ b/manifests/e/EdgeTX/Companion/2.10.3/EdgeTX.Companion.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EdgeTX.Companion +PackageVersion: 2.10.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdgeTX/Companion/2.10.4/EdgeTX.Companion.installer.yaml b/manifests/e/EdgeTX/Companion/2.10.4/EdgeTX.Companion.installer.yaml new file mode 100644 index 0000000000000..8f8568c29434b --- /dev/null +++ b/manifests/e/EdgeTX/Companion/2.10.4/EdgeTX.Companion.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EdgeTX.Companion +PackageVersion: 2.10.4 +InstallerType: zip +NestedInstallerType: nullsoft +NestedInstallerFiles: +- RelativeFilePath: companion-windows-2.10.4.exe +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-08-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/EdgeTX/edgetx/releases/download/v2.10.4/edgetx-cpn-win64-v2.10.4.zip + InstallerSha256: 5701B8E2A514445A68FCF9112B21C85537FF5E52F5003ED13C7C16ADF7F2842F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdgeTX/Companion/2.10.4/EdgeTX.Companion.locale.en-US.yaml b/manifests/e/EdgeTX/Companion/2.10.4/EdgeTX.Companion.locale.en-US.yaml new file mode 100644 index 0000000000000..a6849fb37ffce --- /dev/null +++ b/manifests/e/EdgeTX/Companion/2.10.4/EdgeTX.Companion.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EdgeTX.Companion +PackageVersion: 2.10.4 +PackageLocale: en-US +Publisher: EdgeTX +PublisherUrl: https://edgetx.org/ +PackageName: EdgeTX Companion +PackageUrl: https://github.com/EdgeTX/edgetx/releases/download/v2.9.4/edgetx-cpn-win64-v2.9.4.zip +License: GPL-2.0 +LicenseUrl: https://github.com/EdgeTX/edgetx/blob/HEAD/LICENSE +Copyright: Copyright (c) 2021-2024 EdgeTX +ShortDescription: The cutting edge open-source firmware for your R/C radio +Description: EdgeTX is the cutting edge of OpenTX. It is the place where innovative ideas and cutting-edge features are developed and field-tested by the enthusiasts of our hobby. EdgeTX is a community project – ideas from the community, developed by the community, and enjoyed by the community! The community will always have a say in what EdgeTX is and what EdgeTX will be in the future. Without community feedback and involvement EdgeTX cannot exist. +Tags: +- fpv-racing +- hacktoberfest +- radio +- rc +ReleaseNotes: |- + We are pleased to offer the fourth maintenance release for EdgeTX "Centurion", v2.10.4. As with any firmware update, please ensure you backup your settings before updating, check your model and radio settings, and do appropriate bench tests before you head out to fly. + [!TIP] + The Multi-Protocol Module (MPM) firmware has recently been split into up to four different firmware "types" - air, surface, LBT and FCC - as there isn't enough space for all protocols in the one firmware. So if you are missing protocols and have recently updated your MPM firmware, ensure you are running the correct type for your region and needs by downloading it again from https://downloads.multi-module.org/ and choosing the firmware type you need. + [!NOTE] + If you are using 3rd party Lua scripts (e.g. Yaapu, iNav), please ensure you are using the latest version of these also, as we have had some reports of older versions triggering the firmware to crash and go into Emergency Mode with some setups. + [!NOTE] + Reminder: Upgrading from versions of EdgeTX earlier than v2.6 (or from OpenTX) is no longer possible via the radio firmware (this does not affect Companion). You first need to update to EdgeTX 2.8 to migrate your radio and model settings, and then you can update to the current version. See the Installing and Updating EdgeTX manual page for further information. + What's Changed + This release is mainly for black and white screen radios. We squashed an obscure bug where if you managed to only use the popup menu to make settings changes, they wouldn't be saved. If you had been frustrated with the order the characters were shown when editing names, that is greatly improved - it is now a to z, then numbers, then symbols - including a few that had gone missing. A navigation issue for some radios, such as the TLite/XLite was resolved.Bug Fixes + - fix(bw212): timer display on telemetry screen, main view (#5384) @pfeerick + - fix(bw): change char selection order when editing names (#5390) @philmoz + - fix(bw): ignore short/long press of ENTER if cursor on menu line (#5404) @philmoz + - fix(bw): switch & source changes sometimes not saved to SD card (#5435) @philmoz + - fix: define Bluetooth pins for T15 (#5448) @3djc @pfeerick + - fix: XJT Lite missing telemetry options when binding (#5468) @3djc + Full Changelog: https://github.com/EdgeTX/edgetx/compare/v2.10.3...v2.10.4More information on the 2.10.0 release, which is broken down by screen type (Color LCD and B&W), is available in the user manual here. You can also check the 2.10.0 release notes for what was new or changed in this release.Known Limitations and Issues + - Wireless Model Trainer and CRSF/ELRS - if using the Multi Protocol Module (MPM) as a wireless trainer in conjunction with CRSF/ELRS, do not go above 250 Hz, otherwise the MPM wireless trainer will be dropped. 250 Hz or below is stable. + - There is no companion support for RadioMaster MT12 (yet!) + - If you are using Flysky digital hall gimbals, they will need to be re-calibrated, if they were calibrated previously with previous versions of EdgeTX (due to #3778). + - When updating, the following special and/or global functions may need to be re-enabled: Instant Trim, BG Music Pause, Vario, Screenshot, Racing Mode, Disable Touch, and Audio Amp Off. cf. #4498 + - If you find you have missing analog inputs (e.g. S1/S2), please check if they are still enabled/configured on the Radio Settings -> Hardware -> Pots page/section. They will not appear on the calibration screen if they are not configured. + - If you are an iFlight Commando8 user, #4798 is resolved, so it is now safe to upgrade as of v2.10.4. + - If you are a Jumper T20 user and were running pre 2.10.0 firmware, you should redo your battery calibration if you want accurate readings. Where to find the settting. + - If you are a Radiomaster MT12 user and were running pre 2.10.0 firmware, please double check your trims as they have been swapped to match the labeling on the transmitter. + - For Companion, the sound pack update filter needs to be changed in order to see all the available language packs for your language... see #3848 for instructions. + - For Companion, both radio and firmware now take into account the form factor of the module bay when showing list of external RF modules. If the list is not correct for you, double check that the right module bay type is set in the radio profile settings. cf. #3628 + UI/UX behavioral changes and/or new capabilities: + - colorlcd: In addition to the long/short press actions added in 2.9 for MDL and SYS, the TELE key now has a long press action, which takes you to the Channel Monitor. A short press takes you to Screen Settings like with previous versions. + - colorlcd: You can also press MDL, SYS and TELE while in the first level of the menus to switch to another menu entirely... i.e. you can switch from any of the Model Settings tabs to Radio Settings simply by pressing the SYS button. Or bring up the channel monitor while in any of the Radio Settings or Model Settings screens by pressing the TELE button. + - companion: Companion will now ensure that model names of existing models (and labels, if supported) only have characters that can be entered on the radio. If invalid characters are detected, they will be removed from the name. Companion will also not accept invalid characters as input. + Supported radios + The full list of supported radios and their support status can be viewed here on the EdgeTX website.Installation Guide + https://manual.edgetx.org/edgetx-user-manual/installing-and-updating-edgetxFlash firmware via Chrome based browser + https://buddy.edgetx.org/#/flash?version=v2.10.4Unofficial builds + Pre-built language firmwares are available here, but this will be the last version to offer them this way, due to the availability of CloudBuild on EdgeTX Buddy. You can still build your own firmware online following this guide, request a specific build at #4992 or ask on Discord for someone to build one for you. +ReleaseNotesUrl: https://github.com/EdgeTX/edgetx/releases/tag/v2.10.4 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdgeTX/Companion/2.10.4/EdgeTX.Companion.yaml b/manifests/e/EdgeTX/Companion/2.10.4/EdgeTX.Companion.yaml new file mode 100644 index 0000000000000..374907b628dc7 --- /dev/null +++ b/manifests/e/EdgeTX/Companion/2.10.4/EdgeTX.Companion.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EdgeTX.Companion +PackageVersion: 2.10.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/11.1.10.850/EdrawSoft.EdrawMind.installer.yaml b/manifests/e/EdrawSoft/EdrawMind/11.1.10.850/EdrawSoft.EdrawMind.installer.yaml new file mode 100644 index 0000000000000..c2f80272088f5 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/11.1.10.850/EdrawSoft.EdrawMind.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMind +PackageVersion: 11.1.10.850 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- emmx +Installers: +- Architecture: x64 + InstallerUrl: https://download.edrawsoft.com/cbs_down/edrawmind_11.1.10_gray_full5370.exe + InstallerSha256: 68448F4E3D2767FADA52242A4CBCB2C450C3334486BF5068D71813049746BCEE + ProductCode: '{B90063D2-500B-4097-96ED-74E349F8A6E5}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/11.1.10.850/EdrawSoft.EdrawMind.locale.en-US.yaml b/manifests/e/EdrawSoft/EdrawMind/11.1.10.850/EdrawSoft.EdrawMind.locale.en-US.yaml new file mode 100644 index 0000000000000..838eeee66a810 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/11.1.10.850/EdrawSoft.EdrawMind.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMind +PackageVersion: 11.1.10.850 +PackageLocale: en-US +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.com/ +PublisherSupportUrl: https://www.edrawsoft.com/support/edrawmind/ +PrivacyUrl: https://www.edrawsoft.com/privacy-policy.html +Author: SHENZHEN EDRAW SOFTWARE CO., LTD. +PackageName: EdrawMind +PackageUrl: https://www.edrawsoft.com/edrawmind/ +License: Proprietary +LicenseUrl: https://www.edrawsoft.com/user-license-agreement.html +Copyright: Copyright © 2024 EdrawSoft. All rights reserved. +CopyrightUrl: https://www.edrawsoft.com/terms-conditions.html +ShortDescription: A versatile mind mapping tool for collaborative brainstorming. +Description: EdrawMind is designed for creating fresh new visual innovations, integrating your bullet points to structure an overall mind map. It is convenient and helpful for you to use EdrawMind to sort out your thoughts or ideas in order to find solutions to problems. +# Moniker: +Tags: +- mind-map +- mind-mapping +- mindmap +ReleaseNotes: Detail optimization and bug fixes +ReleaseNotesUrl: https://www.edrawsoft.com/whats-new/edrawmind.html +PurchaseUrl: https://www.edrawsoft.com/pricing-edrawmind.html +# InstallationNotes: +Documentations: +- DocumentLabel: Users Guide + DocumentUrl: https://www.edrawsoft.com/guide/mindmaster/ +- DocumentLabel: Video Tutorial + DocumentUrl: https://www.edrawsoft.com/video/#edrawmind +- DocumentLabel: FAQ + DocumentUrl: https://www.edrawsoft.com/faq/edrawmind/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/11.1.10.850/EdrawSoft.EdrawMind.locale.zh-CN.yaml b/manifests/e/EdrawSoft/EdrawMind/11.1.10.850/EdrawSoft.EdrawMind.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0725b4e741263 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/11.1.10.850/EdrawSoft.EdrawMind.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMind +PackageVersion: 11.1.10.850 +PackageLocale: zh-CN +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.com/ +PublisherSupportUrl: https://www.edrawsoft.com/support/edrawmind/ +PrivacyUrl: https://www.edrawsoft.com/privacy-policy.html +Author: 深圳市亿图软件有限公司 +PackageName: EdrawMind +PackageUrl: https://www.edrawsoft.com/edrawmind/ +License: 专有软件 +LicenseUrl: https://www.edrawsoft.com/user-license-agreement.html +Copyright: 深圳市亿图软件版权所有,保留所有版权。 +CopyrightUrl: https://www.edrawsoft.com/terms-conditions.html +ShortDescription: 用于多人协作头脑风暴的多功能思维导图工具 +Description: EdrawMind 是一个支持多人协作的思维导图和头脑风暴工具。使用 EdrawMind 来整理思路、形象化想法、做笔记、计划项目,更重要的是,找到问题的解决方案,对您来说很方便也很有帮助。 +# Moniker: +Tags: +- 思维导图 +- 脑图 +# ReleaseNotes: +ReleaseNotesUrl: https://www.edrawsoft.com/whats-new/edrawmind.html +PurchaseUrl: https://www.edrawsoft.com/pricing-edrawmind.html +# InstallationNotes: +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://www.edrawsoft.com/guide/mindmaster/ +- DocumentLabel: 视频教程 + DocumentUrl: https://www.edrawsoft.com/video/#edrawmind +- DocumentLabel: 常见问题 + DocumentUrl: https://www.edrawsoft.com/faq/edrawmind/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/11.1.10.850/EdrawSoft.EdrawMind.yaml b/manifests/e/EdrawSoft/EdrawMind/11.1.10.850/EdrawSoft.EdrawMind.yaml new file mode 100644 index 0000000000000..af048e015e768 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/11.1.10.850/EdrawSoft.EdrawMind.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMind +PackageVersion: 11.1.10.850 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/12.0.0.890/EdrawSoft.EdrawMind.installer.yaml b/manifests/e/EdrawSoft/EdrawMind/12.0.0.890/EdrawSoft.EdrawMind.installer.yaml new file mode 100644 index 0000000000000..badde3ac8dcff --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/12.0.0.890/EdrawSoft.EdrawMind.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMind +PackageVersion: 12.0.0.890 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- emmx +Installers: +- Architecture: x64 + InstallerUrl: https://download.edrawsoft.com/cbs_down/edrawmind_12.0.0_full5370.exe + InstallerSha256: 7821DB7E8FC391944449688DB4B632FA6031BD67A6FF7707A6E20508F0EABC5B + ProductCode: '{B90063D2-500B-4097-96ED-74E349F8A6E5}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/12.0.0.890/EdrawSoft.EdrawMind.locale.en-US.yaml b/manifests/e/EdrawSoft/EdrawMind/12.0.0.890/EdrawSoft.EdrawMind.locale.en-US.yaml new file mode 100644 index 0000000000000..30f132bb3833c --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/12.0.0.890/EdrawSoft.EdrawMind.locale.en-US.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMind +PackageVersion: 12.0.0.890 +PackageLocale: en-US +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.com/ +PublisherSupportUrl: https://www.edrawsoft.com/support/edrawmind/ +PrivacyUrl: https://www.edrawsoft.com/privacy-policy.html +Author: SHENZHEN EDRAW SOFTWARE CO., LTD. +PackageName: EdrawMind +PackageUrl: https://www.edrawsoft.com/edrawmind/ +License: Proprietary +LicenseUrl: https://www.edrawsoft.com/user-license-agreement.html +Copyright: Copyright © 2024 EdrawSoft. All rights reserved. +CopyrightUrl: https://www.edrawsoft.com/terms-conditions.html +ShortDescription: A versatile mind mapping tool for collaborative brainstorming. +Description: EdrawMind is designed for creating fresh new visual innovations, integrating your bullet points to structure an overall mind map. It is convenient and helpful for you to use EdrawMind to sort out your thoughts or ideas in order to find solutions to problems. +# Moniker: +Tags: +- mind-map +- mind-mapping +- mindmap +ReleaseNotes: |- + I. Mixed Layout + Mixed Layout has arrived! Arrange multiple layout type combinations under the same theme and create infinite possibilities for your mindmaps. Just add a component and adjust the layout type in the right side panel to modify the layout quickly. + II. Global Search + The Search feature has been completely upgraded and integrated to support fuzzy searches and recommendations for cloud documents and mindmap templates, making it easier to find the content you need! + III. Task Kanban + New view mode: Kanban Mode. Support the direct and seamless mapping of mindmap files into Kanban files. Kanban Mode allows you to present your ideas in the form of cards and arrange them in columns, which can be more suitable for scenarios such as item management and process arrangement. + (1) Settings: Card color, priority, progress, and other attributes. + (2) Insert: Images, to-dos, tasks, tags, hyperlinks, attachments, etc. + (3) Drag and drop cards and columns. + (4) Supported features: Search, Sort, Filter, Template, Gantt Chart, and more. + IV. Pitch Mode + Display mindmaps to your audience in wonderful new ways. With Pitch Mode, anyone can become a “speaker” and can use the pyramid model to locate and jump to designated sections quickly. + (1) One-click mindmap demonstration, with smart animated transitions and layout list structures. + (2) The pyramid model helps make the logic of your speeches clearer. + V. AI Image Processing + (1) One-Click Smart Cutout + (2) Healing Brush + (3) Photo Enhancer + (4) Image SR + (5) Image Compressor + (6) Watermark Remover + VI. Optimized Slide Generation + (1) Added Import File and Generate Slides feature: Import files in various formats and convert them into slides with just one click using AI. + (2) Added Slide Outline: Create a multi-level content outline before the official slide file is generated. These can be adjusted manually. + (3) Added 100 intricate slide theme styles. + (4) Mindmap to Slides supports setting personalized generation preferences to make the generated results [Close to Original Text] or carry out [Smart Expansion]. + VII. AI Creative Assistant + The generation effects and speeds of AI features have been optimized, and the feature options in the right-click AI menu have been readjusted to make our AI features more suitable for various mindmap creation scenarios and increase efficiency. + (1) Added AI result confirmation pop-up windows to allow users to withdraw and regenerate content. + (2) Optimized display positions of AI-generated content. + VIII. Multi-Window Drag & Drop + Support split-screen file comparison. Long press the mouse to drag and drop file tabs and generate multiple file windows. + IX. Tree Table Layout + Simplify the presentation and scalability of information with the “Tree Table” layout, which allows tables to be expanded from left to right or top to bottom according to the tree-like logic of mindmaps. + X. Outline Navigation Sidebar + A brand-new Outline Navigation panel has been added to the left side of the editing area, allowing you to locate specific nodes quickly, and making content positioning more accurate and efficient. + XI. Upgraded Homepage + The layout of the homepage workbench has been fully optimized, increasing its search capabilities and maximizing the efficiency of the AI Zone on the right! + XII. Other Improvements + 1. Updated community templates: New Kanban templates and mixed layout templates. + 2. Optimized Fishbone Diagram layout styles: Branch lines, text direction, etc. +ReleaseNotesUrl: https://www.edrawsoft.com/whats-new/edrawmind.html +PurchaseUrl: https://www.edrawsoft.com/pricing-edrawmind.html +# InstallationNotes: +Documentations: +- DocumentLabel: Users Guide + DocumentUrl: https://www.edrawsoft.com/guide/mindmaster/ +- DocumentLabel: Video Tutorial + DocumentUrl: https://www.edrawsoft.com/video/#edrawmind +- DocumentLabel: FAQ + DocumentUrl: https://www.edrawsoft.com/faq/edrawmind/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/12.0.0.890/EdrawSoft.EdrawMind.locale.zh-CN.yaml b/manifests/e/EdrawSoft/EdrawMind/12.0.0.890/EdrawSoft.EdrawMind.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d43d9d381a5d7 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/12.0.0.890/EdrawSoft.EdrawMind.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMind +PackageVersion: 12.0.0.890 +PackageLocale: zh-CN +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.com/ +PublisherSupportUrl: https://www.edrawsoft.com/support/edrawmind/ +PrivacyUrl: https://www.edrawsoft.com/privacy-policy.html +Author: 深圳市亿图软件有限公司 +PackageName: EdrawMind +PackageUrl: https://www.edrawsoft.com/edrawmind/ +License: 专有软件 +LicenseUrl: https://www.edrawsoft.com/user-license-agreement.html +Copyright: 深圳市亿图软件版权所有,保留所有版权。 +CopyrightUrl: https://www.edrawsoft.com/terms-conditions.html +ShortDescription: 用于多人协作头脑风暴的多功能思维导图工具 +Description: EdrawMind 是一个支持多人协作的思维导图和头脑风暴工具。使用 EdrawMind 来整理思路、形象化想法、做笔记、计划项目,更重要的是,找到问题的解决方案,对您来说很方便也很有帮助。 +# Moniker: +Tags: +- 思维导图 +- 脑图 +# ReleaseNotes: +ReleaseNotesUrl: https://www.edrawsoft.com/whats-new/edrawmind.html +PurchaseUrl: https://www.edrawsoft.com/pricing-edrawmind.html +# InstallationNotes: +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://www.edrawsoft.com/guide/mindmaster/ +- DocumentLabel: 视频教程 + DocumentUrl: https://www.edrawsoft.com/video/#edrawmind +- DocumentLabel: 常见问题 + DocumentUrl: https://www.edrawsoft.com/faq/edrawmind/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/12.0.0.890/EdrawSoft.EdrawMind.yaml b/manifests/e/EdrawSoft/EdrawMind/12.0.0.890/EdrawSoft.EdrawMind.yaml new file mode 100644 index 0000000000000..c9c0440ef58bb --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/12.0.0.890/EdrawSoft.EdrawMind.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMind +PackageVersion: 12.0.0.890 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/12.0.3.910/EdrawSoft.EdrawMind.installer.yaml b/manifests/e/EdrawSoft/EdrawMind/12.0.3.910/EdrawSoft.EdrawMind.installer.yaml new file mode 100644 index 0000000000000..973d894740660 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/12.0.3.910/EdrawSoft.EdrawMind.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMind +PackageVersion: 12.0.3.910 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- emmx +Installers: +- Architecture: x64 + InstallerUrl: https://download.edrawsoft.com/cbs_down/edrawmind_12.0.3_full5370.exe + InstallerSha256: 7739AEA540DD9EE8887D713CAF1AD4D6CD9E2EDDE15E027FE5EE0F296D56FBBB + ProductCode: '{B90063D2-500B-4097-96ED-74E349F8A6E5}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/12.0.3.910/EdrawSoft.EdrawMind.locale.en-US.yaml b/manifests/e/EdrawSoft/EdrawMind/12.0.3.910/EdrawSoft.EdrawMind.locale.en-US.yaml new file mode 100644 index 0000000000000..52e4e834fe55b --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/12.0.3.910/EdrawSoft.EdrawMind.locale.en-US.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMind +PackageVersion: 12.0.3.910 +PackageLocale: en-US +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.com/ +PublisherSupportUrl: https://www.edrawsoft.com/support/edrawmind/ +PrivacyUrl: https://www.edrawsoft.com/privacy-policy.html +Author: SHENZHEN EDRAW SOFTWARE CO., LTD. +PackageName: EdrawMind +PackageUrl: https://www.edrawsoft.com/edrawmind/ +License: Proprietary +LicenseUrl: https://www.edrawsoft.com/user-license-agreement.html +Copyright: Copyright © 2024 EdrawSoft. All rights reserved. +CopyrightUrl: https://www.edrawsoft.com/terms-conditions.html +ShortDescription: A versatile mind mapping tool for collaborative brainstorming. +Description: EdrawMind is designed for creating fresh new visual innovations, integrating your bullet points to structure an overall mind map. It is convenient and helpful for you to use EdrawMind to sort out your thoughts or ideas in order to find solutions to problems. +# Moniker: +Tags: +- mind-map +- mind-mapping +- mindmap +ReleaseNotes: |- + I. Mixed Layout + Mixed Layout has arrived! Arrange multiple layout type combinations under the same theme and create infinite possibilities for your mindmaps. Just add a component and adjust the layout type in the right side panel to modify the layout quickly. + II. Global Search + The Search feature has been completely upgraded and integrated to support fuzzy searches and recommendations for cloud documents and mindmap templates, making it easier to find the content you need! + III. Task Kanban + New view mode: Kanban Mode. Support the direct and seamless mapping of mindmap files into Kanban files. Kanban Mode allows you to present your ideas in the form of cards and arrange them in columns, which can be more suitable for scenarios such as item management and process arrangement. + (1) Settings: Card color, priority, progress, and other attributes. + (2) Insert: Images, to-dos, tasks, tags, hyperlinks, attachments, etc. + (3) Drag and drop cards and columns. + (4) Supported features: Search, Sort, Filter, Template, Gantt Chart, and more. + IV. Pitch Mode + Display mindmaps to your audience in wonderful new ways. With Pitch Mode, anyone can become a “speaker” and can use the pyramid model to locate and jump to designated sections quickly. + (1) One-click mindmap demonstration, with smart animated transitions and layout list structures. + (2) The pyramid model helps make the logic of your speeches clearer. + V. AI Image Processing + (1) One-Click Smart Cutout + (2) Healing Brush + (3) Photo Enhancer + (4) Image SR + (5) Image Compressor + (6) Watermark Remover + VI. Optimized Slide Generation + (1) Added Import File and Generate Slides feature: Import files in various formats and convert them into slides with just one click using AI. + (2) Added Slide Outline: Create a multi-level content outline before the official slide file is generated. These can be adjusted manually. + (3) Added 100 intricate slide theme styles. + (4) Mindmap to Slides supports setting personalized generation preferences to make the generated results [Close to Original Text] or carry out [Smart Expansion]. + VII. AI Creative Assistant + The generation effects and speeds of AI features have been optimized, and the feature options in the right-click AI menu have been readjusted to make our AI features more suitable for various mindmap creation scenarios and increase efficiency. + (1) Added AI result confirmation pop-up windows to allow users to withdraw and regenerate content. + (2) Optimized display positions of AI-generated content. + VIII. Multi-Window Drag & Drop + Support split-screen file comparison. Long press the mouse to drag and drop file tabs and generate multiple file windows. + IX. Tree Table Layout + Simplify the presentation and scalability of information with the “Tree Table” layout, which allows tables to be expanded from left to right or top to bottom according to the tree-like logic of mindmaps. + X. Outline Navigation Sidebar + A brand-new Outline Navigation panel has been added to the left side of the editing area, allowing you to locate specific nodes quickly, and making content positioning more accurate and efficient. + XI. Upgraded Homepage + The layout of the homepage workbench has been fully optimized, increasing its search capabilities and maximizing the efficiency of the AI Zone on the right! + XII. Other Improvements + 1. Updated community templates: New Kanban templates and mixed layout templates. + 2. Optimized Fishbone Diagram layout styles: Branch lines, text direction, etc. +ReleaseNotesUrl: https://www.edrawsoft.com/whats-new/edrawmind.html +PurchaseUrl: https://www.edrawsoft.com/pricing-edrawmind.html +# InstallationNotes: +Documentations: +- DocumentLabel: Users Guide + DocumentUrl: https://www.edrawsoft.com/guide/mindmaster/ +- DocumentLabel: Video Tutorial + DocumentUrl: https://www.edrawsoft.com/video/#edrawmind +- DocumentLabel: FAQ + DocumentUrl: https://www.edrawsoft.com/faq/edrawmind/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/12.0.3.910/EdrawSoft.EdrawMind.locale.zh-CN.yaml b/manifests/e/EdrawSoft/EdrawMind/12.0.3.910/EdrawSoft.EdrawMind.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bd0776db659a6 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/12.0.3.910/EdrawSoft.EdrawMind.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMind +PackageVersion: 12.0.3.910 +PackageLocale: zh-CN +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.com/ +PublisherSupportUrl: https://www.edrawsoft.com/support/edrawmind/ +PrivacyUrl: https://www.edrawsoft.com/privacy-policy.html +Author: 深圳市亿图软件有限公司 +PackageName: EdrawMind +PackageUrl: https://www.edrawsoft.com/edrawmind/ +License: 专有软件 +LicenseUrl: https://www.edrawsoft.com/user-license-agreement.html +Copyright: 深圳市亿图软件版权所有,保留所有版权。 +CopyrightUrl: https://www.edrawsoft.com/terms-conditions.html +ShortDescription: 用于多人协作头脑风暴的多功能思维导图工具 +Description: EdrawMind 是一个支持多人协作的思维导图和头脑风暴工具。使用 EdrawMind 来整理思路、形象化想法、做笔记、计划项目,更重要的是,找到问题的解决方案,对您来说很方便也很有帮助。 +# Moniker: +Tags: +- 思维导图 +- 脑图 +# ReleaseNotes: +ReleaseNotesUrl: https://www.edrawsoft.com/whats-new/edrawmind.html +PurchaseUrl: https://www.edrawsoft.com/pricing-edrawmind.html +# InstallationNotes: +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://www.edrawsoft.com/guide/mindmaster/ +- DocumentLabel: 视频教程 + DocumentUrl: https://www.edrawsoft.com/video/#edrawmind +- DocumentLabel: 常见问题 + DocumentUrl: https://www.edrawsoft.com/faq/edrawmind/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/12.0.3.910/EdrawSoft.EdrawMind.yaml b/manifests/e/EdrawSoft/EdrawMind/12.0.3.910/EdrawSoft.EdrawMind.yaml new file mode 100644 index 0000000000000..f5f7b3b78e182 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/12.0.3.910/EdrawSoft.EdrawMind.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMind +PackageVersion: 12.0.3.910 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/11.1.10.851/EdrawSoft.MindMaster.installer.yaml b/manifests/e/EdrawSoft/MindMaster/11.1.10.851/EdrawSoft.MindMaster.installer.yaml new file mode 100644 index 0000000000000..1493e93cf9a73 --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/11.1.10.851/EdrawSoft.MindMaster.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 11.1.10.851 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- emmx +Installers: +- Architecture: x64 + InstallerUrl: https://cc-download.edrawsoft.cn/cbs_down/mindmaster_cn_11.1.10_full5375.exe + InstallerSha256: A308539B8FB732E66EF02B7606C3129B22352BC6EDEA879D06EAB31E85D39529 + ProductCode: '{B90063D2-500B-4097-96ED-74E349F8A6E5}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/11.1.10.851/EdrawSoft.MindMaster.locale.en-US.yaml b/manifests/e/EdrawSoft/MindMaster/11.1.10.851/EdrawSoft.MindMaster.locale.en-US.yaml new file mode 100644 index 0000000000000..e411604283265 --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/11.1.10.851/EdrawSoft.MindMaster.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 11.1.10.851 +PackageLocale: en-US +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawsoft.cn/help-center/ +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: SHENZHEN EDRAW SOFTWARE CO., LTD. +PackageName: MindMaster +PackageUrl: https://www.edrawsoft.cn/mindmaster/ +License: Proprietary +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2024 SHENZHEN EDRAW SOFTWARE CO., LTD. All rights reserved +# CopyrightUrl: +ShortDescription: Cloud-based cross-platform mind mapping software +Description: MindMaster, a cross-platform and versatile mind mapping software, is an effective solution to help you quickly become a competent mind mapping designer! It provides abundant intelligent layouts, various presentation modes, exquisite design elements and preset theme styles, making it a veritable productivity tool for users. Since its launch, it has been well received by users and is widely used in problem solving, time management, business strategy and project management. +# Moniker: +Tags: +- mind-map +- mind-mapping +- mindmap +# ReleaseNotes: +ReleaseNotesUrl: https://www.edrawsoft.cn/download/mindmaster/versioninfo/ +PurchaseUrl: https://www.edrawsoft.cn/order/mindmaster_buy.html +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.edrawsoft.cn/help-center/mindmaster-user-manual-cn.pdf +- DocumentLabel: Tutorial + DocumentUrl: https://www.edrawsoft.cn/mindmaster/tutorial/ +- DocumentLabel: Video Tutorial + DocumentUrl: https://mp.weixin.qq.com/s/IANQyVNlXWik-Zrckfy4bA +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/11.1.10.851/EdrawSoft.MindMaster.locale.zh-CN.yaml b/manifests/e/EdrawSoft/MindMaster/11.1.10.851/EdrawSoft.MindMaster.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6f3d6de8b74c0 --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/11.1.10.851/EdrawSoft.MindMaster.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 11.1.10.851 +PackageLocale: zh-CN +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawsoft.cn/help-center/ +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: 深圳市亿图软件有限公司 +PackageName: MindMaster +PackageUrl: https://www.edrawsoft.cn/mindmaster/ +License: 专有软件 +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2024 深圳市亿图软件有限公司 版权所有 +# CopyrightUrl: +ShortDescription: 基于云的跨端思维导图软件 +Description: 亿图脑图 MindMaster 是一款跨平台、多功能的思维导图软件。是帮助您快速成为思维导图设计能手的有效解决方案!软件提供了丰富的智能布局、多样性的展示模式、结合精美的设计元素和预置的主题样式,努力帮用户打造一款真正的效率工具。自推出以来深受广大用户的欢迎,被广泛应用于解决问题,时间管理,业务战略和项目管理等领域中。 +# Moniker: +Tags: +- 亿图脑图 +- 思维导图 +- 脑图 +ReleaseNotes: 细节优化与 Bug 修复 +ReleaseNotesUrl: https://www.edrawsoft.cn/download/mindmaster/versioninfo/ +PurchaseUrl: https://www.edrawsoft.cn/order/mindmaster_buy.html +# InstallationNotes: +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://www.edrawsoft.cn/help-center/mindmaster-user-manual-cn.pdf +- DocumentLabel: 教程 + DocumentUrl: https://www.edrawsoft.cn/mindmaster/tutorial/ +- DocumentLabel: 视频教程 + DocumentUrl: https://mp.weixin.qq.com/s/IANQyVNlXWik-Zrckfy4bA +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/11.1.10.851/EdrawSoft.MindMaster.yaml b/manifests/e/EdrawSoft/MindMaster/11.1.10.851/EdrawSoft.MindMaster.yaml new file mode 100644 index 0000000000000..1edcfedf0471d --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/11.1.10.851/EdrawSoft.MindMaster.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 11.1.10.851 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.0.884/EdrawSoft.MindMaster.installer.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.0.884/EdrawSoft.MindMaster.installer.yaml new file mode 100644 index 0000000000000..2a0097c02f9a3 --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.0.884/EdrawSoft.MindMaster.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.0.884 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- emmx +Installers: +- Architecture: x64 + InstallerUrl: https://cc-download.edrawsoft.cn/cbs_down/mindmaster_cn_12.0.0_full5375.exe + InstallerSha256: 921A2FBA0361A14FF046169B84273D17634BFAA4ED48C5550206B53F3ED8B34E + ProductCode: '{B90063D2-500B-4097-96ED-74E349F8A6E5}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.0.884/EdrawSoft.MindMaster.locale.en-US.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.0.884/EdrawSoft.MindMaster.locale.en-US.yaml new file mode 100644 index 0000000000000..6d742ee110301 --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.0.884/EdrawSoft.MindMaster.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.0.884 +PackageLocale: en-US +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawsoft.cn/help-center/ +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: SHENZHEN EDRAW SOFTWARE CO., LTD. +PackageName: MindMaster +PackageUrl: https://www.edrawsoft.cn/mindmaster/ +License: Proprietary +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2024 SHENZHEN EDRAW SOFTWARE CO., LTD. All rights reserved +# CopyrightUrl: +ShortDescription: Cloud-based cross-platform mind mapping software +Description: MindMaster, a cross-platform and versatile mind mapping software, is an effective solution to help you quickly become a competent mind mapping designer! It provides abundant intelligent layouts, various presentation modes, exquisite design elements and preset theme styles, making it a veritable productivity tool for users. Since its launch, it has been well received by users and is widely used in problem solving, time management, business strategy and project management. +# Moniker: +Tags: +- mind-map +- mind-mapping +- mindmap +# ReleaseNotes: +ReleaseNotesUrl: https://www.edrawsoft.cn/download/mindmaster/versioninfo/ +PurchaseUrl: https://www.edrawsoft.cn/order/mindmaster_buy.html +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.edrawsoft.cn/help-center/mindmaster-user-manual-cn.pdf +- DocumentLabel: Tutorial + DocumentUrl: https://www.edrawsoft.cn/mindmaster/tutorial/ +- DocumentLabel: Video Tutorial + DocumentUrl: https://mp.weixin.qq.com/s/IANQyVNlXWik-Zrckfy4bA +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.0.884/EdrawSoft.MindMaster.locale.zh-CN.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.0.884/EdrawSoft.MindMaster.locale.zh-CN.yaml new file mode 100644 index 0000000000000..99189ac28141f --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.0.884/EdrawSoft.MindMaster.locale.zh-CN.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.0.884 +PackageLocale: zh-CN +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawsoft.cn/help-center/ +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: 深圳市亿图软件有限公司 +PackageName: MindMaster +PackageUrl: https://www.edrawsoft.cn/mindmaster/ +License: 专有软件 +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2024 深圳市亿图软件有限公司 版权所有 +# CopyrightUrl: +ShortDescription: 基于云的跨端思维导图软件 +Description: 亿图脑图 MindMaster 是一款跨平台、多功能的思维导图软件。是帮助您快速成为思维导图设计能手的有效解决方案!软件提供了丰富的智能布局、多样性的展示模式、结合精美的设计元素和预置的主题样式,努力帮用户打造一款真正的效率工具。自推出以来深受广大用户的欢迎,被广泛应用于解决问题,时间管理,业务战略和项目管理等领域中。 +# Moniker: +Tags: +- 亿图脑图 +- 思维导图 +- 脑图 +ReleaseNotes: |- + 一、混合布局(多种布局结构任意搭配) + 混合布局功能正式上线!同一主题下,支持多种布局类型组合,为创造更多创意思维导图增加了无限可能性。在右侧面板区域新增调整布局类型的组件,便于快速修改。 + 二、全局搜索 + 搜索能力全面升级,所有文件一览无余!支持搜索到所有云文件中的节点上的内容,并且会智能推荐关联模板,文件管理和定位更加高效精准! + 三、任务看板 + 新增全新视图模式:看板模式。支持将思维导图文件直接无缝映射为看板文件,让思维以卡片的形式按列呈现,在事项管理,流程安排等场景的展示效果更佳。 + (1)支持设置:卡片颜色、优先级,进度等属性 + (2)支持插入:图片,待办,任务,标签,超链接,附件等元素 + (3)支持卡片和列的拖拽 + (4)支持查找、排序、筛选、模板、甘特图等高级功能 + 四、演说模式 + 将思维导图以绝妙的演示方式放映给观众,人人都可以化身“演讲家”,通过金字塔模型快速定位和跳转指定目录,高效完成演说需求。 + (1)一键演示思维导图,附带灵动的转场动画和布局列表结构 + (2)金字塔结构模型,让演讲逻辑更加清晰! + 五、AI 图像处理 + (1)一键智能抠图: + (2)涂抹消除: + (3)图像清晰化: + (4)图像超分: + (5)图像压缩: + (6)去底纹: + 六、PPT 生成优化 + (1)新增文件导入转 PPT 的功能:支持将多种格式的文件导入,一键智能转化为 PPT + (2)新增 PPT 大纲功能:正式生成 PPT 文件之前,会先生成多层级的大纲内容,可以对大纲内容进行手动调整 + (3)新增 100 款精美 PPT 主题风格 + (4)思维导图转 PPT 支持设置个性化生成偏好,可以让生成的结果更加【贴近原文】或者进行【智能拓展】 + 七、右键 AI 创作助手 + AI 功能生成效果和速度优化,重新调整了 AI 右键菜单的功能选项,让 AI 更加贴合思维导图创作场景,提升思维导图创作效率。 + (1)新增 AI 结果确认弹窗,提供撤回内容和重新 AI 生成的能力 + (2)优化 AI 生成内容后的展示位置 + 八、多窗口拖拽 + 支持长按鼠标拖拽文件标签,快速生成多个文件窗口,分屏对比更加高效。 + 九、树形表格布局 + 超好用的“树形表格”布局类型,它让表格从左到右/从上到下按照思维导图总-分-分的树状逻辑脉络展开,让你在信息的结构化呈现和可拓展性上更自如。 + 十、大纲导航侧边栏 + 编辑区左侧新增大纲导航,可以通过大纲目录层级快速定位到指定节点,内容精准定位更加高效。 + 十一、首页焕然一新 + 首页工作台布局进行了全面优化,增加了呼声最高的搜索能力,右侧 AI 专区效率值满满! + 十二、其他优化 + 优化 1:社区模板更新,增加海量精美的看板模板、混合布局模板 + 优化 2:优化鱼骨图的布局样式:分支线、文字方向等 +ReleaseNotesUrl: https://www.edrawsoft.cn/download/mindmaster/versioninfo/ +PurchaseUrl: https://www.edrawsoft.cn/order/mindmaster_buy.html +# InstallationNotes: +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://www.edrawsoft.cn/help-center/mindmaster-user-manual-cn.pdf +- DocumentLabel: 教程 + DocumentUrl: https://www.edrawsoft.cn/mindmaster/tutorial/ +- DocumentLabel: 视频教程 + DocumentUrl: https://mp.weixin.qq.com/s/IANQyVNlXWik-Zrckfy4bA +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.0.884/EdrawSoft.MindMaster.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.0.884/EdrawSoft.MindMaster.yaml new file mode 100644 index 0000000000000..6d083ba4b212c --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.0.884/EdrawSoft.MindMaster.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.0.884 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.1.888/EdrawSoft.MindMaster.installer.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.1.888/EdrawSoft.MindMaster.installer.yaml new file mode 100644 index 0000000000000..c2ce6e10f5a35 --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.1.888/EdrawSoft.MindMaster.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.1.888 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- emmx +Installers: +- Architecture: x64 + InstallerUrl: https://cc-download.edrawsoft.cn/cbs_down/mindmaster_cn_12.0.1_full5375.exe + InstallerSha256: 7DA4EB1585348877FB2C4AD11A253E8AF69D2EF1F29D187298D1D8562CF2234A + ProductCode: '{B90063D2-500B-4097-96ED-74E349F8A6E5}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.1.888/EdrawSoft.MindMaster.locale.en-US.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.1.888/EdrawSoft.MindMaster.locale.en-US.yaml new file mode 100644 index 0000000000000..0560ce1c1f4d1 --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.1.888/EdrawSoft.MindMaster.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.1.888 +PackageLocale: en-US +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawsoft.cn/help-center/ +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: SHENZHEN EDRAW SOFTWARE CO., LTD. +PackageName: MindMaster +PackageUrl: https://www.edrawsoft.cn/mindmaster/ +License: Proprietary +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2024 SHENZHEN EDRAW SOFTWARE CO., LTD. All rights reserved +# CopyrightUrl: +ShortDescription: Cloud-based cross-platform mind mapping software +Description: MindMaster, a cross-platform and versatile mind mapping software, is an effective solution to help you quickly become a competent mind mapping designer! It provides abundant intelligent layouts, various presentation modes, exquisite design elements and preset theme styles, making it a veritable productivity tool for users. Since its launch, it has been well received by users and is widely used in problem solving, time management, business strategy and project management. +# Moniker: +Tags: +- mind-map +- mind-mapping +- mindmap +# ReleaseNotes: +ReleaseNotesUrl: https://www.edrawsoft.cn/download/mindmaster/versioninfo/ +PurchaseUrl: https://www.edrawsoft.cn/order/mindmaster_buy.html +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.edrawsoft.cn/help-center/mindmaster-user-manual-cn.pdf +- DocumentLabel: Tutorial + DocumentUrl: https://www.edrawsoft.cn/mindmaster/tutorial/ +- DocumentLabel: Video Tutorial + DocumentUrl: https://mp.weixin.qq.com/s/IANQyVNlXWik-Zrckfy4bA +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.1.888/EdrawSoft.MindMaster.locale.zh-CN.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.1.888/EdrawSoft.MindMaster.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5c2a916ef226d --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.1.888/EdrawSoft.MindMaster.locale.zh-CN.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.1.888 +PackageLocale: zh-CN +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawsoft.cn/help-center/ +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: 深圳市亿图软件有限公司 +PackageName: MindMaster +PackageUrl: https://www.edrawsoft.cn/mindmaster/ +License: 专有软件 +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2024 深圳市亿图软件有限公司 版权所有 +# CopyrightUrl: +ShortDescription: 基于云的跨端思维导图软件 +Description: 亿图脑图 MindMaster 是一款跨平台、多功能的思维导图软件。是帮助您快速成为思维导图设计能手的有效解决方案!软件提供了丰富的智能布局、多样性的展示模式、结合精美的设计元素和预置的主题样式,努力帮用户打造一款真正的效率工具。自推出以来深受广大用户的欢迎,被广泛应用于解决问题,时间管理,业务战略和项目管理等领域中。 +# Moniker: +Tags: +- 亿图脑图 +- 思维导图 +- 脑图 +ReleaseNotes: |- + 一、混合布局(多种布局结构任意搭配) + 混合布局功能正式上线!同一主题下,支持多种布局类型组合,为创造更多创意思维导图增加了无限可能性。在右侧面板区域新增调整布局类型的组件,便于快速修改。 + 二、全局搜索 + 搜索能力全面升级,所有文件一览无余!支持搜索到所有云文件中的节点上的内容,并且会智能推荐关联模板,文件管理和定位更加高效精准! + 三、任务看板 + 新增全新视图模式:看板模式。支持将思维导图文件直接无缝映射为看板文件,让思维以卡片的形式按列呈现,在事项管理,流程安排等场景的展示效果更佳。 + (1)支持设置:卡片颜色、优先级,进度等属性 + (2)支持插入:图片,待办,任务,标签,超链接,附件等元素 + (3)支持卡片和列的拖拽 + (4)支持查找、排序、筛选、模板、甘特图等高级功能 + 四、演说模式 + 将思维导图以绝妙的演示方式放映给观众,人人都可以化身“演讲家”,通过金字塔模型快速定位和跳转指定目录,高效完成演说需求。 + (1)一键演示思维导图,附带灵动的转场动画和布局列表结构 + (2)金字塔结构模型,让演讲逻辑更加清晰! + 五、AI 图像处理 + (1)一键智能抠图: + (2)涂抹消除: + (3)图像清晰化: + (4)图像超分: + (5)图像压缩: + (6)去底纹: + 六、PPT 生成优化 + (1)新增文件导入转 PPT 的功能:支持将多种格式的文件导入,一键智能转化为 PPT + (2)新增 PPT 大纲功能:正式生成 PPT 文件之前,会先生成多层级的大纲内容,可以对大纲内容进行手动调整 + (3)新增 100 款精美 PPT 主题风格 + (4)思维导图转 PPT 支持设置个性化生成偏好,可以让生成的结果更加【贴近原文】或者进行【智能拓展】 + 七、右键 AI 创作助手 + AI 功能生成效果和速度优化,重新调整了 AI 右键菜单的功能选项,让 AI 更加贴合思维导图创作场景,提升思维导图创作效率。 + (1)新增 AI 结果确认弹窗,提供撤回内容和重新 AI 生成的能力 + (2)优化 AI 生成内容后的展示位置 + 八、多窗口拖拽 + 支持长按鼠标拖拽文件标签,快速生成多个文件窗口,分屏对比更加高效。 + 九、树形表格布局 + 超好用的“树形表格”布局类型,它让表格从左到右/从上到下按照思维导图总-分-分的树状逻辑脉络展开,让你在信息的结构化呈现和可拓展性上更自如。 + 十、大纲导航侧边栏 + 编辑区左侧新增大纲导航,可以通过大纲目录层级快速定位到指定节点,内容精准定位更加高效。 + 十一、首页焕然一新 + 首页工作台布局进行了全面优化,增加了呼声最高的搜索能力,右侧 AI 专区效率值满满! + 十二、其他优化 + 优化 1:社区模板更新,增加海量精美的看板模板、混合布局模板 + 优化 2:优化鱼骨图的布局样式:分支线、文字方向等 +ReleaseNotesUrl: https://www.edrawsoft.cn/download/mindmaster/versioninfo/ +PurchaseUrl: https://www.edrawsoft.cn/order/mindmaster_buy.html +# InstallationNotes: +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://www.edrawsoft.cn/help-center/mindmaster-user-manual-cn.pdf +- DocumentLabel: 教程 + DocumentUrl: https://www.edrawsoft.cn/mindmaster/tutorial/ +- DocumentLabel: 视频教程 + DocumentUrl: https://mp.weixin.qq.com/s/IANQyVNlXWik-Zrckfy4bA +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.1.888/EdrawSoft.MindMaster.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.1.888/EdrawSoft.MindMaster.yaml new file mode 100644 index 0000000000000..dd6f1acffd8c1 --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.1.888/EdrawSoft.MindMaster.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.1.888 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.2.902/EdrawSoft.MindMaster.installer.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.2.902/EdrawSoft.MindMaster.installer.yaml new file mode 100644 index 0000000000000..12eb704ec23cd --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.2.902/EdrawSoft.MindMaster.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.2.902 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- emmx +Installers: +- Architecture: x64 + InstallerUrl: https://cc-download.edrawsoft.cn/cbs_down/mindmaster_cn_12.0.2_full5375.exe + InstallerSha256: 128F43CF1D1FA43E4599342B4990608151F5F6CF56D5B834BBD7F06019FF7ADA + ProductCode: '{B90063D2-500B-4097-96ED-74E349F8A6E5}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.2.902/EdrawSoft.MindMaster.locale.en-US.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.2.902/EdrawSoft.MindMaster.locale.en-US.yaml new file mode 100644 index 0000000000000..dc078fccbd84b --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.2.902/EdrawSoft.MindMaster.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.2.902 +PackageLocale: en-US +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawsoft.cn/help-center/ +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: SHENZHEN EDRAW SOFTWARE CO., LTD. +PackageName: MindMaster +PackageUrl: https://www.edrawsoft.cn/mindmaster/ +License: Proprietary +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2024 SHENZHEN EDRAW SOFTWARE CO., LTD. All rights reserved +# CopyrightUrl: +ShortDescription: Cloud-based cross-platform mind mapping software +Description: MindMaster, a cross-platform and versatile mind mapping software, is an effective solution to help you quickly become a competent mind mapping designer! It provides abundant intelligent layouts, various presentation modes, exquisite design elements and preset theme styles, making it a veritable productivity tool for users. Since its launch, it has been well received by users and is widely used in problem solving, time management, business strategy and project management. +# Moniker: +Tags: +- mind-map +- mind-mapping +- mindmap +# ReleaseNotes: +ReleaseNotesUrl: https://www.edrawsoft.cn/download/mindmaster/versioninfo/ +PurchaseUrl: https://www.edrawsoft.cn/order/mindmaster_buy.html +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.edrawsoft.cn/help-center/mindmaster-user-manual-cn.pdf +- DocumentLabel: Tutorial + DocumentUrl: https://www.edrawsoft.cn/mindmaster/tutorial/ +- DocumentLabel: Video Tutorial + DocumentUrl: https://mp.weixin.qq.com/s/IANQyVNlXWik-Zrckfy4bA +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.2.902/EdrawSoft.MindMaster.locale.zh-CN.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.2.902/EdrawSoft.MindMaster.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2b80c95063da9 --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.2.902/EdrawSoft.MindMaster.locale.zh-CN.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.2.902 +PackageLocale: zh-CN +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawsoft.cn/help-center/ +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: 深圳市亿图软件有限公司 +PackageName: MindMaster +PackageUrl: https://www.edrawsoft.cn/mindmaster/ +License: 专有软件 +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2024 深圳市亿图软件有限公司 版权所有 +# CopyrightUrl: +ShortDescription: 基于云的跨端思维导图软件 +Description: 亿图脑图 MindMaster 是一款跨平台、多功能的思维导图软件。是帮助您快速成为思维导图设计能手的有效解决方案!软件提供了丰富的智能布局、多样性的展示模式、结合精美的设计元素和预置的主题样式,努力帮用户打造一款真正的效率工具。自推出以来深受广大用户的欢迎,被广泛应用于解决问题,时间管理,业务战略和项目管理等领域中。 +# Moniker: +Tags: +- 亿图脑图 +- 思维导图 +- 脑图 +ReleaseNotes: |- + 一、混合布局(多种布局结构任意搭配) + 混合布局功能正式上线!同一主题下,支持多种布局类型组合,为创造更多创意思维导图增加了无限可能性。在右侧面板区域新增调整布局类型的组件,便于快速修改。 + 二、全局搜索 + 搜索能力全面升级,所有文件一览无余!支持搜索到所有云文件中的节点上的内容,并且会智能推荐关联模板,文件管理和定位更加高效精准! + 三、任务看板 + 新增全新视图模式:看板模式。支持将思维导图文件直接无缝映射为看板文件,让思维以卡片的形式按列呈现,在事项管理,流程安排等场景的展示效果更佳。 + (1)支持设置:卡片颜色、优先级,进度等属性 + (2)支持插入:图片,待办,任务,标签,超链接,附件等元素 + (3)支持卡片和列的拖拽 + (4)支持查找、排序、筛选、模板、甘特图等高级功能 + 四、演说模式 + 将思维导图以绝妙的演示方式放映给观众,人人都可以化身“演讲家”,通过金字塔模型快速定位和跳转指定目录,高效完成演说需求。 + (1)一键演示思维导图,附带灵动的转场动画和布局列表结构 + (2)金字塔结构模型,让演讲逻辑更加清晰! + 五、AI 图像处理 + (1)一键智能抠图: + (2)涂抹消除: + (3)图像清晰化: + (4)图像超分: + (5)图像压缩: + (6)去底纹: + 六、PPT 生成优化 + (1)新增文件导入转 PPT 的功能:支持将多种格式的文件导入,一键智能转化为 PPT + (2)新增 PPT 大纲功能:正式生成 PPT 文件之前,会先生成多层级的大纲内容,可以对大纲内容进行手动调整 + (3)新增 100 款精美 PPT 主题风格 + (4)思维导图转 PPT 支持设置个性化生成偏好,可以让生成的结果更加【贴近原文】或者进行【智能拓展】 + 七、右键 AI 创作助手 + AI 功能生成效果和速度优化,重新调整了 AI 右键菜单的功能选项,让 AI 更加贴合思维导图创作场景,提升思维导图创作效率。 + (1)新增 AI 结果确认弹窗,提供撤回内容和重新 AI 生成的能力 + (2)优化 AI 生成内容后的展示位置 + 八、多窗口拖拽 + 支持长按鼠标拖拽文件标签,快速生成多个文件窗口,分屏对比更加高效。 + 九、树形表格布局 + 超好用的“树形表格”布局类型,它让表格从左到右/从上到下按照思维导图总-分-分的树状逻辑脉络展开,让你在信息的结构化呈现和可拓展性上更自如。 + 十、大纲导航侧边栏 + 编辑区左侧新增大纲导航,可以通过大纲目录层级快速定位到指定节点,内容精准定位更加高效。 + 十一、首页焕然一新 + 首页工作台布局进行了全面优化,增加了呼声最高的搜索能力,右侧 AI 专区效率值满满! + 十二、其他优化 + 优化 1:社区模板更新,增加海量精美的看板模板、混合布局模板 + 优化 2:优化鱼骨图的布局样式:分支线、文字方向等 +ReleaseNotesUrl: https://www.edrawsoft.cn/download/mindmaster/versioninfo/ +PurchaseUrl: https://www.edrawsoft.cn/order/mindmaster_buy.html +# InstallationNotes: +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://www.edrawsoft.cn/help-center/mindmaster-user-manual-cn.pdf +- DocumentLabel: 教程 + DocumentUrl: https://www.edrawsoft.cn/mindmaster/tutorial/ +- DocumentLabel: 视频教程 + DocumentUrl: https://mp.weixin.qq.com/s/IANQyVNlXWik-Zrckfy4bA +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.2.902/EdrawSoft.MindMaster.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.2.902/EdrawSoft.MindMaster.yaml new file mode 100644 index 0000000000000..5805135681ad6 --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.2.902/EdrawSoft.MindMaster.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.2.902 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.3.906/EdrawSoft.MindMaster.installer.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.3.906/EdrawSoft.MindMaster.installer.yaml new file mode 100644 index 0000000000000..9025d58e2d8ce --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.3.906/EdrawSoft.MindMaster.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.3.906 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- emmx +Installers: +- Architecture: x64 + InstallerUrl: https://cc-download.edrawsoft.cn/cbs_down/mindmaster_cn_12.0.3_full5375.exe + InstallerSha256: 7B5B155ED63225C7F3F9AE23793761E7FA12F489B4108B1028038DA7E2CC63F5 + ProductCode: '{B90063D2-500B-4097-96ED-74E349F8A6E5}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.3.906/EdrawSoft.MindMaster.locale.en-US.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.3.906/EdrawSoft.MindMaster.locale.en-US.yaml new file mode 100644 index 0000000000000..6628c044f3c71 --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.3.906/EdrawSoft.MindMaster.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.3.906 +PackageLocale: en-US +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawsoft.cn/help-center/ +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: SHENZHEN EDRAW SOFTWARE CO., LTD. +PackageName: MindMaster +PackageUrl: https://www.edrawsoft.cn/mindmaster/ +License: Proprietary +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2024 SHENZHEN EDRAW SOFTWARE CO., LTD. All rights reserved +# CopyrightUrl: +ShortDescription: Cloud-based cross-platform mind mapping software +Description: MindMaster, a cross-platform and versatile mind mapping software, is an effective solution to help you quickly become a competent mind mapping designer! It provides abundant intelligent layouts, various presentation modes, exquisite design elements and preset theme styles, making it a veritable productivity tool for users. Since its launch, it has been well received by users and is widely used in problem solving, time management, business strategy and project management. +# Moniker: +Tags: +- mind-map +- mind-mapping +- mindmap +# ReleaseNotes: +ReleaseNotesUrl: https://www.edrawsoft.cn/download/mindmaster/versioninfo/ +PurchaseUrl: https://www.edrawsoft.cn/order/mindmaster_buy.html +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.edrawsoft.cn/help-center/mindmaster-user-manual-cn.pdf +- DocumentLabel: Tutorial + DocumentUrl: https://www.edrawsoft.cn/mindmaster/tutorial/ +- DocumentLabel: Video Tutorial + DocumentUrl: https://mp.weixin.qq.com/s/IANQyVNlXWik-Zrckfy4bA +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.3.906/EdrawSoft.MindMaster.locale.zh-CN.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.3.906/EdrawSoft.MindMaster.locale.zh-CN.yaml new file mode 100644 index 0000000000000..de4516924ae0d --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.3.906/EdrawSoft.MindMaster.locale.zh-CN.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.3.906 +PackageLocale: zh-CN +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawsoft.cn/help-center/ +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: 深圳市亿图软件有限公司 +PackageName: MindMaster +PackageUrl: https://www.edrawsoft.cn/mindmaster/ +License: 专有软件 +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2024 深圳市亿图软件有限公司 版权所有 +# CopyrightUrl: +ShortDescription: 基于云的跨端思维导图软件 +Description: 亿图脑图 MindMaster 是一款跨平台、多功能的思维导图软件。是帮助您快速成为思维导图设计能手的有效解决方案!软件提供了丰富的智能布局、多样性的展示模式、结合精美的设计元素和预置的主题样式,努力帮用户打造一款真正的效率工具。自推出以来深受广大用户的欢迎,被广泛应用于解决问题,时间管理,业务战略和项目管理等领域中。 +# Moniker: +Tags: +- 亿图脑图 +- 思维导图 +- 脑图 +ReleaseNotes: |- + 一、混合布局(多种布局结构任意搭配) + 混合布局功能正式上线!同一主题下,支持多种布局类型组合,为创造更多创意思维导图增加了无限可能性。在右侧面板区域新增调整布局类型的组件,便于快速修改。 + 二、全局搜索 + 搜索能力全面升级,所有文件一览无余!支持搜索到所有云文件中的节点上的内容,并且会智能推荐关联模板,文件管理和定位更加高效精准! + 三、任务看板 + 新增全新视图模式:看板模式。支持将思维导图文件直接无缝映射为看板文件,让思维以卡片的形式按列呈现,在事项管理,流程安排等场景的展示效果更佳。 + (1)支持设置:卡片颜色、优先级,进度等属性 + (2)支持插入:图片,待办,任务,标签,超链接,附件等元素 + (3)支持卡片和列的拖拽 + (4)支持查找、排序、筛选、模板、甘特图等高级功能 + 四、演说模式 + 将思维导图以绝妙的演示方式放映给观众,人人都可以化身“演讲家”,通过金字塔模型快速定位和跳转指定目录,高效完成演说需求。 + (1)一键演示思维导图,附带灵动的转场动画和布局列表结构 + (2)金字塔结构模型,让演讲逻辑更加清晰! + 五、AI 图像处理 + (1)一键智能抠图: + (2)涂抹消除: + (3)图像清晰化: + (4)图像超分: + (5)图像压缩: + (6)去底纹: + 六、PPT 生成优化 + (1)新增文件导入转 PPT 的功能:支持将多种格式的文件导入,一键智能转化为 PPT + (2)新增 PPT 大纲功能:正式生成 PPT 文件之前,会先生成多层级的大纲内容,可以对大纲内容进行手动调整 + (3)新增 100 款精美 PPT 主题风格 + (4)思维导图转 PPT 支持设置个性化生成偏好,可以让生成的结果更加【贴近原文】或者进行【智能拓展】 + 七、右键 AI 创作助手 + AI 功能生成效果和速度优化,重新调整了 AI 右键菜单的功能选项,让 AI 更加贴合思维导图创作场景,提升思维导图创作效率。 + (1)新增 AI 结果确认弹窗,提供撤回内容和重新 AI 生成的能力 + (2)优化 AI 生成内容后的展示位置 + 八、多窗口拖拽 + 支持长按鼠标拖拽文件标签,快速生成多个文件窗口,分屏对比更加高效。 + 九、树形表格布局 + 超好用的“树形表格”布局类型,它让表格从左到右/从上到下按照思维导图总-分-分的树状逻辑脉络展开,让你在信息的结构化呈现和可拓展性上更自如。 + 十、大纲导航侧边栏 + 编辑区左侧新增大纲导航,可以通过大纲目录层级快速定位到指定节点,内容精准定位更加高效。 + 十一、首页焕然一新 + 首页工作台布局进行了全面优化,增加了呼声最高的搜索能力,右侧 AI 专区效率值满满! + 十二、其他优化 + 优化 1:社区模板更新,增加海量精美的看板模板、混合布局模板 + 优化 2:优化鱼骨图的布局样式:分支线、文字方向等 +ReleaseNotesUrl: https://www.edrawsoft.cn/download/mindmaster/versioninfo/ +PurchaseUrl: https://www.edrawsoft.cn/order/mindmaster_buy.html +# InstallationNotes: +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://www.edrawsoft.cn/help-center/mindmaster-user-manual-cn.pdf +- DocumentLabel: 教程 + DocumentUrl: https://www.edrawsoft.cn/mindmaster/tutorial/ +- DocumentLabel: 视频教程 + DocumentUrl: https://mp.weixin.qq.com/s/IANQyVNlXWik-Zrckfy4bA +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.0.3.906/EdrawSoft.MindMaster.yaml b/manifests/e/EdrawSoft/MindMaster/12.0.3.906/EdrawSoft.MindMaster.yaml new file mode 100644 index 0000000000000..2e1366ccc66bf --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.0.3.906/EdrawSoft.MindMaster.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.0.3.906 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/3.17.2.145/Egnyte.EgnyteDesktopApp.installer.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/3.17.2.145/Egnyte.EgnyteDesktopApp.installer.yaml index 2d811959c29c7..4d263a9092c65 100644 --- a/manifests/e/Egnyte/EgnyteDesktopApp/3.17.2.145/Egnyte.EgnyteDesktopApp.installer.yaml +++ b/manifests/e/Egnyte/EgnyteDesktopApp/3.17.2.145/Egnyte.EgnyteDesktopApp.installer.yaml @@ -1,6 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.1.schema.json - +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: Egnyte.EgnyteDesktopApp PackageVersion: 3.17.2.145 @@ -15,13 +14,12 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: '{D4CA0C57-2B4D-40F1-805A-0960125977E2}' - ReleaseDate: 2024-06-20 AppsAndFeaturesEntries: - UpgradeCode: '{03909D9B-F5F2-41F3-ABF9-4FCE077F028D}' Installers: - Architecture: x64 - InstallerUrl: https://egnyte-cdn.egnyte.com/egnytedrive/win/en-us/latest/EgnyteConnectWin.msi + InstallerUrl: https://egnyte-cdn.egnyte.com/egnytedrive/win/en-us/3.17.2/EgnyteDesktopApp_3.17.2_145.msi InstallerSha256: 4CD36AEE6A6F748F2303D9A42D7F11902B036C2F0A11DF6C1F2ED791796B1B49 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/3.17.2.145/Egnyte.EgnyteDesktopApp.locale.en-US.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/3.17.2.145/Egnyte.EgnyteDesktopApp.locale.en-US.yaml index 6a339d715bc53..4686765443ee3 100644 --- a/manifests/e/Egnyte/EgnyteDesktopApp/3.17.2.145/Egnyte.EgnyteDesktopApp.locale.en-US.yaml +++ b/manifests/e/Egnyte/EgnyteDesktopApp/3.17.2.145/Egnyte.EgnyteDesktopApp.locale.en-US.yaml @@ -1,6 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.1.schema.json - +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Egnyte.EgnyteDesktopApp PackageVersion: 3.17.2.145 diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/3.17.2.145/Egnyte.EgnyteDesktopApp.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/3.17.2.145/Egnyte.EgnyteDesktopApp.yaml index 7475b3e306ae1..ec85c6651a050 100644 --- a/manifests/e/Egnyte/EgnyteDesktopApp/3.17.2.145/Egnyte.EgnyteDesktopApp.yaml +++ b/manifests/e/Egnyte/EgnyteDesktopApp/3.17.2.145/Egnyte.EgnyteDesktopApp.yaml @@ -1,6 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.1.schema.json - +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Egnyte.EgnyteDesktopApp PackageVersion: 3.17.2.145 diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/3.18.0.146/Egnyte.EgnyteDesktopApp.installer.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/3.18.0.146/Egnyte.EgnyteDesktopApp.installer.yaml new file mode 100644 index 0000000000000..a9ce95ecc2b42 --- /dev/null +++ b/manifests/e/Egnyte/EgnyteDesktopApp/3.18.0.146/Egnyte.EgnyteDesktopApp.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Egnyte.EgnyteDesktopApp +PackageVersion: 3.18.0.146 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- egnyte +- egnyte-credentials +FileExtensions: +- egnyte_d +- egnyte_f +- gdoc +- gsheet +- gslides +AppsAndFeaturesEntries: +- ProductCode: '{D25FA35B-2184-40EB-9127-ACA1EBF4F51E}' + UpgradeCode: '{03909D9B-F5F2-41F3-ABF9-4FCE077F028D}' +Installers: +- Architecture: x64 + InstallerUrl: https://egnyte-cdn.egnyte.com/egnytedrive/win/en-us/3.18.0/EgnyteDesktopApp_3.18.0_146.msi + InstallerSha256: 3B16BE74067A5123B7515FF02F76412E018CA5529C04FEB60971575BCE57B80E + ProductCode: '{D25FA35B-2184-40EB-9127-ACA1EBF4F51E}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/3.18.0.146/Egnyte.EgnyteDesktopApp.locale.en-US.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/3.18.0.146/Egnyte.EgnyteDesktopApp.locale.en-US.yaml new file mode 100644 index 0000000000000..4b57a6a94baa2 --- /dev/null +++ b/manifests/e/Egnyte/EgnyteDesktopApp/3.18.0.146/Egnyte.EgnyteDesktopApp.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Egnyte.EgnyteDesktopApp +PackageVersion: 3.18.0.146 +PackageLocale: en-US +Publisher: Egnyte, Inc. +PublisherUrl: https://www.egnyte.com/ +# PublisherSupportUrl: https://helpdesk.egnyte.com/ +PrivacyUrl: https://www.egnyte.com/privacy-policy +Author: Egnyte, Inc. +PackageName: Egnyte Desktop App +PackageUrl: https://www.egnyte.com/file-access/desktop-access +License: Proprietary +LicenseUrl: https://www.egnyte.com/terms-and-conditions/10-2022 +Copyright: Copyright © 2008-2024 Egnyte, Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: The Desktop App provides access to content on Egnyte from your file explorer, allowing you to work with content on the cloud the same way you work with content stored locally. +# Description: +Moniker: egnyte +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.egnyte.com/pricing +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/3.18.0.146/Egnyte.EgnyteDesktopApp.locale.zh-CN.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/3.18.0.146/Egnyte.EgnyteDesktopApp.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bd0bc57deea16 --- /dev/null +++ b/manifests/e/Egnyte/EgnyteDesktopApp/3.18.0.146/Egnyte.EgnyteDesktopApp.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Egnyte.EgnyteDesktopApp +PackageVersion: 3.18.0.146 +PackageLocale: zh-CN +Publisher: Egnyte, Inc. +PublisherUrl: https://www.egnyte.com/ +# PublisherSupportUrl: https://helpdesk.egnyte.com/ +PrivacyUrl: https://www.egnyte.com/privacy-policy +Author: Egnyte, Inc. +PackageName: Egnyte Desktop App +PackageUrl: https://www.egnyte.com/file-access/desktop-access +License: 专有软件 +LicenseUrl: https://www.egnyte.com/terms-and-conditions/10-2022 +Copyright: Copyright © 2008-2024 Egnyte, Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Egnyte 桌面应用可让您从文件资源管理器访问 Egnyte 上的内容,让您可以像处理本地存储的内容一样处理云上的内容。 +# Description: +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.egnyte.com/pricing +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/3.18.0.146/Egnyte.EgnyteDesktopApp.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/3.18.0.146/Egnyte.EgnyteDesktopApp.yaml new file mode 100644 index 0000000000000..894d6246d202c --- /dev/null +++ b/manifests/e/Egnyte/EgnyteDesktopApp/3.18.0.146/Egnyte.EgnyteDesktopApp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Egnyte.EgnyteDesktopApp +PackageVersion: 3.18.0.146 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Egnyte/EgnyteWebEdit/2.4.1000.75/Egnyte.EgnyteWebEdit.installer.yaml b/manifests/e/Egnyte/EgnyteWebEdit/2.4.1000.75/Egnyte.EgnyteWebEdit.installer.yaml new file mode 100644 index 0000000000000..b001fefdc49a0 --- /dev/null +++ b/manifests/e/Egnyte/EgnyteWebEdit/2.4.1000.75/Egnyte.EgnyteWebEdit.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Egnyte.EgnyteWebEdit +PackageVersion: 2.4.1000.75 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{F9775FD3-FC7A-40CA-B70E-960A6E462394}' +ReleaseDate: 2024-09-09 +AppsAndFeaturesEntries: +- DisplayName: Egnyte WebEdit + Publisher: Egnyte, Inc + ProductCode: '{F9775FD3-FC7A-40CA-B70E-960A6E462394}' + UpgradeCode: '{C2023CA3-51EF-4605-BA05-D2A63B5D7312}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Egnyte\Egnyte WebEdit' +Installers: +- Architecture: x86 + InstallerUrl: https://egnyte-cdn.egnyte.com/webedit/win/en-us/2.4.10/EgnyteWebEdit_2.4.10_75.msi + InstallerSha256: FFC491B88585AD49223EE27B44C0ADA5C536660214E9D6BF1D2CABA2C60287F9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Egnyte/EgnyteWebEdit/2.4.1000.75/Egnyte.EgnyteWebEdit.locale.en-US.yaml b/manifests/e/Egnyte/EgnyteWebEdit/2.4.1000.75/Egnyte.EgnyteWebEdit.locale.en-US.yaml new file mode 100644 index 0000000000000..9c28468a654c6 --- /dev/null +++ b/manifests/e/Egnyte/EgnyteWebEdit/2.4.1000.75/Egnyte.EgnyteWebEdit.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Egnyte.EgnyteWebEdit +PackageVersion: 2.4.1000.75 +PackageLocale: en-US +Publisher: Egnyte, Inc +PublisherUrl: https://www.egnyte.com/ +PackageName: Egnyte WebEdit +License: Proprietary +Copyright: Copyright (c) Egnyte, Inc +ShortDescription: Egnyte WebEdit enables you to select a file from our Web UI and automatically open the file in its native application. +Description: Egnyte WebEdit enables you to select a file from our Web UI and automatically open the file in its native application. Changes you save will automatically appear in the cloud as new versions. This lightweight product is ideal for users who need to edit files on their desktops, but don’t want to install Desktop App or Desktop Sync. It's also more convenient than downloading, editing, saving, and uploading the saved version back to the cloud. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Egnyte/EgnyteWebEdit/2.4.1000.75/Egnyte.EgnyteWebEdit.yaml b/manifests/e/Egnyte/EgnyteWebEdit/2.4.1000.75/Egnyte.EgnyteWebEdit.yaml new file mode 100644 index 0000000000000..6b87172b47518 --- /dev/null +++ b/manifests/e/Egnyte/EgnyteWebEdit/2.4.1000.75/Egnyte.EgnyteWebEdit.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Egnyte.EgnyteWebEdit +PackageVersion: 2.4.1000.75 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.194.6989/Elcomsoft.AdvancedPDFPasswordRecovery.installer.yaml b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.194.6989/Elcomsoft.AdvancedPDFPasswordRecovery.installer.yaml deleted file mode 100644 index eb91af75e7280..0000000000000 --- a/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.194.6989/Elcomsoft.AdvancedPDFPasswordRecovery.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Elcomsoft.AdvancedPDFPasswordRecovery -PackageVersion: 5.20.194.6989 -Installers: -- InstallerUrl: https://www.elcomsoft.com/download/apdfpr_setup_en.msi - InstallerLocale: en-US - Architecture: x86 - InstallerType: wix - InstallerSha256: 75FFA66DB5453287FB1A6BA06BA178778C388FF13107789392CF84FC8EC2616A - ProductCode: '{004BC3DC-B458-4EEC-8E94-EE5E315C0F4E}' -ManifestType: installer -ManifestVersion: 1.4.0 - diff --git a/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.194.6989/Elcomsoft.AdvancedPDFPasswordRecovery.locale.en-US.yaml b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.194.6989/Elcomsoft.AdvancedPDFPasswordRecovery.locale.en-US.yaml deleted file mode 100644 index 0f7905a843b18..0000000000000 --- a/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.194.6989/Elcomsoft.AdvancedPDFPasswordRecovery.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Elcomsoft.AdvancedPDFPasswordRecovery -PackageVersion: 5.20.194.6989 -PackageLocale: en-US -Publisher: Elcomsoft Co. Ltd. -PackageName: Advanced PDF Password Recovery -License: Trialware -ShortDescription: Unlock PDF documents and remove editing, printing and copying restrictions instantly. Open encrypted and password-protected PDF documents quickly and efficiently. -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.194.6989/Elcomsoft.AdvancedPDFPasswordRecovery.yaml b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.194.6989/Elcomsoft.AdvancedPDFPasswordRecovery.yaml deleted file mode 100644 index 7b9c0dd21967b..0000000000000 --- a/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.194.6989/Elcomsoft.AdvancedPDFPasswordRecovery.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Elcomsoft.AdvancedPDFPasswordRecovery -PackageVersion: 5.20.194.6989 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.196.8142/Elcomsoft.AdvancedPDFPasswordRecovery.installer.yaml b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.196.8142/Elcomsoft.AdvancedPDFPasswordRecovery.installer.yaml new file mode 100644 index 0000000000000..3d3c96bbc5674 --- /dev/null +++ b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.196.8142/Elcomsoft.AdvancedPDFPasswordRecovery.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2024/Jul/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Elcomsoft.AdvancedPDFPasswordRecovery +PackageVersion: 5.20.196.8142 +Installers: +- InstallerUrl: https://www.elcomsoft.com/download/apdfpr_setup_en.msi + InstallerLocale: en-US + Architecture: x86 + InstallerType: wix + InstallerSha256: D78FD499B8094977530FED6D1FE9AE9B6A8C720ECDD4C7FA916B981B825AA625 + ProductCode: '{141F8340-15BB-429D-8DB8-CF5276587DF4}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.196.8142/Elcomsoft.AdvancedPDFPasswordRecovery.locale.en-US.yaml b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.196.8142/Elcomsoft.AdvancedPDFPasswordRecovery.locale.en-US.yaml new file mode 100644 index 0000000000000..f89bfe19252af --- /dev/null +++ b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.196.8142/Elcomsoft.AdvancedPDFPasswordRecovery.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2024/Jul/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Elcomsoft.AdvancedPDFPasswordRecovery +PackageVersion: 5.20.196.8142 +PackageLocale: en-US +Publisher: Elcomsoft Co. Ltd. +PackageName: Advanced PDF Password Recovery +License: Trialware +ShortDescription: Unlock PDF documents and remove editing, printing and copying restrictions instantly. Open encrypted and password-protected PDF documents quickly and efficiently. +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.196.8142/Elcomsoft.AdvancedPDFPasswordRecovery.yaml b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.196.8142/Elcomsoft.AdvancedPDFPasswordRecovery.yaml new file mode 100644 index 0000000000000..be56b005544bb --- /dev/null +++ b/manifests/e/Elcomsoft/AdvancedPDFPasswordRecovery/5.20.196.8142/Elcomsoft.AdvancedPDFPasswordRecovery.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Elcomsoft.AdvancedPDFPasswordRecovery +PackageVersion: 5.20.196.8142 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/Elcomsoft/IntuitPassword/3.13.520.6935/Elcomsoft.IntuitPassword.installer.yaml b/manifests/e/Elcomsoft/IntuitPassword/3.13.520.6935/Elcomsoft.IntuitPassword.installer.yaml deleted file mode 100644 index 8d77c8876d418..0000000000000 --- a/manifests/e/Elcomsoft/IntuitPassword/3.13.520.6935/Elcomsoft.IntuitPassword.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Elcomsoft.IntuitPassword -PackageVersion: 3.13.520.6935 -Installers: -- InstallerUrl: https://www.elcomsoft.com/download/ainpr_setup_en.msi - InstallerLocale: en-US - Architecture: x86 - InstallerType: wix - InstallerSha256: 20AC823907D09603CF9FA67EDD6B008BC3BDBA0CC14AE1E8C11BD7BB43AE33AA - ProductCode: '{F6BD7E3A-46AC-45B0-94CA-1322B8F3D3E6}' -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/e/Elcomsoft/IntuitPassword/3.13.520.6935/Elcomsoft.IntuitPassword.locale.en-US.yaml b/manifests/e/Elcomsoft/IntuitPassword/3.13.520.6935/Elcomsoft.IntuitPassword.locale.en-US.yaml deleted file mode 100644 index 65dc7929a1cba..0000000000000 --- a/manifests/e/Elcomsoft/IntuitPassword/3.13.520.6935/Elcomsoft.IntuitPassword.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Elcomsoft.IntuitPassword -PackageVersion: 3.13.520.6935 -PackageLocale: en-US -Publisher: Elcomsoft Co. Ltd. -PackageName: Advanced Intuit Password Recovery -License: Trial -ShortDescription: Unlock password-protected Intuit Quicken and QuickBooks documents. -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/e/Elcomsoft/IntuitPassword/3.13.520.6935/Elcomsoft.IntuitPassword.yaml b/manifests/e/Elcomsoft/IntuitPassword/3.13.520.6935/Elcomsoft.IntuitPassword.yaml deleted file mode 100644 index 17f930912323b..0000000000000 --- a/manifests/e/Elcomsoft/IntuitPassword/3.13.520.6935/Elcomsoft.IntuitPassword.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Elcomsoft.IntuitPassword -PackageVersion: 3.13.520.6935 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/e/Elcomsoft/IntuitPassword/3.14.648.8144/Elcomsoft.IntuitPassword.installer.yaml b/manifests/e/Elcomsoft/IntuitPassword/3.14.648.8144/Elcomsoft.IntuitPassword.installer.yaml new file mode 100644 index 0000000000000..79b24f92346d3 --- /dev/null +++ b/manifests/e/Elcomsoft/IntuitPassword/3.14.648.8144/Elcomsoft.IntuitPassword.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2024/Aug/29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Elcomsoft.IntuitPassword +PackageVersion: 3.14.648.8144 +Installers: +- InstallerUrl: https://www.elcomsoft.com/download/ainpr_setup_en.msi + InstallerLocale: en-US + Architecture: x86 + InstallerType: wix + InstallerSha256: E9EA3EA47FB7BC1A9170BED74F75A1205BA931F10FCD1FF7EC3DDBD247CF0167 + ProductCode: '{CD33D9A5-ABD6-45AE-94DB-D166294EFD7F}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/Elcomsoft/IntuitPassword/3.14.648.8144/Elcomsoft.IntuitPassword.locale.en-US.yaml b/manifests/e/Elcomsoft/IntuitPassword/3.14.648.8144/Elcomsoft.IntuitPassword.locale.en-US.yaml new file mode 100644 index 0000000000000..d950a36bebe7c --- /dev/null +++ b/manifests/e/Elcomsoft/IntuitPassword/3.14.648.8144/Elcomsoft.IntuitPassword.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2024/Aug/29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Elcomsoft.IntuitPassword +PackageVersion: 3.14.648.8144 +PackageLocale: en-US +Publisher: Elcomsoft Co. Ltd. +PackageName: Advanced Intuit Password Recovery +License: Trial +ShortDescription: Unlock password-protected Intuit Quicken and QuickBooks documents. +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/Elcomsoft/IntuitPassword/3.14.648.8144/Elcomsoft.IntuitPassword.yaml b/manifests/e/Elcomsoft/IntuitPassword/3.14.648.8144/Elcomsoft.IntuitPassword.yaml new file mode 100644 index 0000000000000..fccf0db5850a4 --- /dev/null +++ b/manifests/e/Elcomsoft/IntuitPassword/3.14.648.8144/Elcomsoft.IntuitPassword.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Elcomsoft.IntuitPassword +PackageVersion: 3.14.648.8144 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/Elcomsoft/PhoneBreaker/10.14.38916.8141/Elcomsoft.PhoneBreaker.installer.yaml b/manifests/e/Elcomsoft/PhoneBreaker/10.14.38916.8141/Elcomsoft.PhoneBreaker.installer.yaml deleted file mode 100644 index a515baffb5def..0000000000000 --- a/manifests/e/Elcomsoft/PhoneBreaker/10.14.38916.8141/Elcomsoft.PhoneBreaker.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Elcomsoft.PhoneBreaker -PackageVersion: 10.14.38916.8141 -Installers: -- InstallerUrl: https://www.elcomsoft.com/download/eppb_setup_en.msi - InstallerLocale: en-US - Architecture: x86 - InstallerType: wix - InstallerSha256: 2B7E9EC2B7C6EE344917D7B1CB10B798FAC18BB5170F7EFA70425B245C4C725C - ProductCode: '{ED8D6109-80B8-4481-9F65-7D38B4A1C58D}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/e/Elcomsoft/PhoneBreaker/10.14.38916.8141/Elcomsoft.PhoneBreaker.yaml b/manifests/e/Elcomsoft/PhoneBreaker/10.14.38916.8141/Elcomsoft.PhoneBreaker.yaml deleted file mode 100644 index a723bb8ed8f45..0000000000000 --- a/manifests/e/Elcomsoft/PhoneBreaker/10.14.38916.8141/Elcomsoft.PhoneBreaker.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Elcomsoft.PhoneBreaker -PackageVersion: 10.14.38916.8141 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/e/Elcomsoft/PhoneBreaker/10.14.38922.8142/Elcomsoft.PhoneBreaker.installer.yaml b/manifests/e/Elcomsoft/PhoneBreaker/10.14.38922.8142/Elcomsoft.PhoneBreaker.installer.yaml new file mode 100644 index 0000000000000..c9fd30851c26c --- /dev/null +++ b/manifests/e/Elcomsoft/PhoneBreaker/10.14.38922.8142/Elcomsoft.PhoneBreaker.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2024/Jul/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Elcomsoft.PhoneBreaker +PackageVersion: 10.14.38922.8142 +Installers: +- InstallerUrl: https://www.elcomsoft.com/download/eppb_setup_en.msi + InstallerLocale: en-US + Architecture: x86 + InstallerType: wix + InstallerSha256: 9FA7EC305372A2A72C55E3C9208EEE7108BBC1937D6FF6FAD02E72BF1C5262A7 + ProductCode: '{235E8194-F079-4653-BB3E-DD5452589A20}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/Elcomsoft/PhoneBreaker/10.14.38916.8141/Elcomsoft.PhoneBreaker.locale.en-US.yaml b/manifests/e/Elcomsoft/PhoneBreaker/10.14.38922.8142/Elcomsoft.PhoneBreaker.locale.en-US.yaml similarity index 82% rename from manifests/e/Elcomsoft/PhoneBreaker/10.14.38916.8141/Elcomsoft.PhoneBreaker.locale.en-US.yaml rename to manifests/e/Elcomsoft/PhoneBreaker/10.14.38922.8142/Elcomsoft.PhoneBreaker.locale.en-US.yaml index df76f517d817d..09daba8940a05 100644 --- a/manifests/e/Elcomsoft/PhoneBreaker/10.14.38916.8141/Elcomsoft.PhoneBreaker.locale.en-US.yaml +++ b/manifests/e/Elcomsoft/PhoneBreaker/10.14.38922.8142/Elcomsoft.PhoneBreaker.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jun/14 +# Automatically updated by the winget bot at 2024/Jul/30 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Elcomsoft.PhoneBreaker -PackageVersion: 10.14.38916.8141 +PackageVersion: 10.14.38922.8142 PackageLocale: en-US Publisher: Elcomsoft Co. Ltd. PackageName: Elcomsoft Phone Breaker diff --git a/manifests/e/Elcomsoft/PhoneBreaker/10.14.38922.8142/Elcomsoft.PhoneBreaker.yaml b/manifests/e/Elcomsoft/PhoneBreaker/10.14.38922.8142/Elcomsoft.PhoneBreaker.yaml new file mode 100644 index 0000000000000..5fcbf35dbea8c --- /dev/null +++ b/manifests/e/Elcomsoft/PhoneBreaker/10.14.38922.8142/Elcomsoft.PhoneBreaker.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Elcomsoft.PhoneBreaker +PackageVersion: 10.14.38922.8142 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.257.0.5770/ElectronicArts.EADesktop.installer.yaml b/manifests/e/ElectronicArts/EADesktop/13.257.0.5770/ElectronicArts.EADesktop.installer.yaml new file mode 100644 index 0000000000000..e26acc023fe17 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.257.0.5770/ElectronicArts.EADesktop.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.257.0.5770 +InstallerType: burn +Scope: machine +InstallerSwitches: + InstallLocation: InstallFolder="" +UpgradeBehavior: install +Protocols: +- ealink +- link2ea +- origin +- origin2 +AppsAndFeaturesEntries: +- ProductCode: '{ca963244-24a3-43c7-aaab-e80951403bd4}' + UpgradeCode: '{ADF2591E-00D2-4FFF-9BF4-9CCDAE6BDC67}' +Installers: +- Architecture: x64 + InstallerUrl: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller-13.257.0.5770-3110.exe + InstallerSha256: 2AEF3452AE7ADAEF6153C6328565E2234260F3F193A0689C752CC85E7EB4348E + ProductCode: '{ca963244-24a3-43c7-aaab-e80951403bd4}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.257.0.5770/ElectronicArts.EADesktop.locale.en-US.yaml b/manifests/e/ElectronicArts/EADesktop/13.257.0.5770/ElectronicArts.EADesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..0abd84c571d48 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.257.0.5770/ElectronicArts.EADesktop.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.257.0.5770 +PackageLocale: en-US +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/ +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: Proprietary +LicenseUrl: https://download.dm.origin.com/eula/pc/5/en_US.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: Play great PC games and connect with your friends, all in one place. +Description: Built on feedback from players like you, the EA Desktop app is the newest iteration of our PC platform. The beta includes new features and overall improvements to power a faster, smarter, more connected desktop app. +Moniker: eaapp +Tags: +- ea +- ea-desktop +- game +- gaming +- launcher +- origin +- store +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.257.0.5770/ElectronicArts.EADesktop.locale.zh-CN.yaml b/manifests/e/ElectronicArts/EADesktop/13.257.0.5770/ElectronicArts.EADesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..883e9046ceb40 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.257.0.5770/ElectronicArts.EADesktop.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.257.0.5770 +PackageLocale: zh-CN +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/zh-cn +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/zh-cn/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: 专有软件 +LicenseUrl: https://download.dm.origin.com/eula/pc/5/zh_CN.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: 在一个地方游玩精彩的 PC 游戏并与朋友交流。 +Description: 根据玩家的反馈,我们开发了 EA Desktop 应用程序,作为 PC 平台的最新迭代。测试版包括新功能和整体改进,为更快、更智能、更互联的桌面应用程序提供动力。 +# Moniker: +Tags: +- ea +- ea-desktop +- origin +- 启动器 +- 商店 +- 游戏 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.257.0.5770/ElectronicArts.EADesktop.yaml b/manifests/e/ElectronicArts/EADesktop/13.257.0.5770/ElectronicArts.EADesktop.yaml new file mode 100644 index 0000000000000..d4eb2de80b292 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.257.0.5770/ElectronicArts.EADesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.257.0.5770 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.262.0.5775/ElectronicArts.EADesktop.installer.yaml b/manifests/e/ElectronicArts/EADesktop/13.262.0.5775/ElectronicArts.EADesktop.installer.yaml new file mode 100644 index 0000000000000..1a5d390e78576 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.262.0.5775/ElectronicArts.EADesktop.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.262.0.5775 +InstallerType: burn +Scope: machine +InstallerSwitches: + InstallLocation: InstallFolder="" +UpgradeBehavior: install +Protocols: +- ealink +- link2ea +- origin +- origin2 +AppsAndFeaturesEntries: +- ProductCode: '{26cf2948-31cf-432f-a22e-47939cfa26b1}' + UpgradeCode: '{ADF2591E-00D2-4FFF-9BF4-9CCDAE6BDC67}' +Installers: +- Architecture: x64 + InstallerUrl: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller-13.262.0.5775-3134.exe + InstallerSha256: D27F34CC98657B2512FBB20149FFFC28ABCD11B12C19BEF567511D59A4D72330 + ProductCode: '{26cf2948-31cf-432f-a22e-47939cfa26b1}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.262.0.5775/ElectronicArts.EADesktop.locale.en-US.yaml b/manifests/e/ElectronicArts/EADesktop/13.262.0.5775/ElectronicArts.EADesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..933bc04281ca9 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.262.0.5775/ElectronicArts.EADesktop.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.262.0.5775 +PackageLocale: en-US +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/ +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: Proprietary +LicenseUrl: https://download.dm.origin.com/eula/pc/5/en_US.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: Play great PC games and connect with your friends, all in one place. +Description: Built on feedback from players like you, the EA Desktop app is the newest iteration of our PC platform. The beta includes new features and overall improvements to power a faster, smarter, more connected desktop app. +Moniker: eaapp +Tags: +- ea +- ea-desktop +- game +- gaming +- launcher +- origin +- store +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.262.0.5775/ElectronicArts.EADesktop.locale.zh-CN.yaml b/manifests/e/ElectronicArts/EADesktop/13.262.0.5775/ElectronicArts.EADesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5ba005811fa61 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.262.0.5775/ElectronicArts.EADesktop.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.262.0.5775 +PackageLocale: zh-CN +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/zh-cn +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/zh-cn/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: 专有软件 +LicenseUrl: https://download.dm.origin.com/eula/pc/5/zh_CN.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: 在一个地方游玩精彩的 PC 游戏并与朋友交流。 +Description: 根据玩家的反馈,我们开发了 EA Desktop 应用程序,作为 PC 平台的最新迭代。测试版包括新功能和整体改进,为更快、更智能、更互联的桌面应用程序提供动力。 +# Moniker: +Tags: +- ea +- ea-desktop +- origin +- 启动器 +- 商店 +- 游戏 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.262.0.5775/ElectronicArts.EADesktop.yaml b/manifests/e/ElectronicArts/EADesktop/13.262.0.5775/ElectronicArts.EADesktop.yaml new file mode 100644 index 0000000000000..049c78d7e758d --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.262.0.5775/ElectronicArts.EADesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.262.0.5775 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.269.0.5782/ElectronicArts.EADesktop.installer.yaml b/manifests/e/ElectronicArts/EADesktop/13.269.0.5782/ElectronicArts.EADesktop.installer.yaml new file mode 100644 index 0000000000000..5e7baceaba45c --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.269.0.5782/ElectronicArts.EADesktop.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.269.0.5782 +InstallerType: burn +Scope: machine +InstallerSwitches: + InstallLocation: InstallFolder="" +UpgradeBehavior: install +Protocols: +- ealink +- link2ea +- origin +- origin2 +AppsAndFeaturesEntries: +- ProductCode: '{2f7c11ea-6099-466e-b7a4-c7289b05e650}' + UpgradeCode: '{ADF2591E-00D2-4FFF-9BF4-9CCDAE6BDC67}' +Installers: +- Architecture: x64 + InstallerUrl: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller-13.269.0.5782-3155.exe + InstallerSha256: 1ED85A1DBFCD99AB1E2FEE378423A53B50A9BCFFC663821CBEA6F07CCCAFC5E4 + ProductCode: '{2f7c11ea-6099-466e-b7a4-c7289b05e650}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.269.0.5782/ElectronicArts.EADesktop.locale.en-US.yaml b/manifests/e/ElectronicArts/EADesktop/13.269.0.5782/ElectronicArts.EADesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..2e92b73bbd7ce --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.269.0.5782/ElectronicArts.EADesktop.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.269.0.5782 +PackageLocale: en-US +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/ +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: Proprietary +LicenseUrl: https://download.dm.origin.com/eula/pc/5/en_US.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: Play great PC games and connect with your friends, all in one place. +Description: Built on feedback from players like you, the EA Desktop app is the newest iteration of our PC platform. The beta includes new features and overall improvements to power a faster, smarter, more connected desktop app. +Moniker: eaapp +Tags: +- ea +- ea-desktop +- game +- gaming +- launcher +- origin +- store +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.269.0.5782/ElectronicArts.EADesktop.locale.zh-CN.yaml b/manifests/e/ElectronicArts/EADesktop/13.269.0.5782/ElectronicArts.EADesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..70a4cb414de9f --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.269.0.5782/ElectronicArts.EADesktop.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.269.0.5782 +PackageLocale: zh-CN +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/zh-cn +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/zh-cn/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: 专有软件 +LicenseUrl: https://download.dm.origin.com/eula/pc/5/zh_CN.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: 在一个地方游玩精彩的 PC 游戏并与朋友交流。 +Description: 根据玩家的反馈,我们开发了 EA Desktop 应用程序,作为 PC 平台的最新迭代。测试版包括新功能和整体改进,为更快、更智能、更互联的桌面应用程序提供动力。 +# Moniker: +Tags: +- ea +- ea-desktop +- origin +- 启动器 +- 商店 +- 游戏 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.269.0.5782/ElectronicArts.EADesktop.yaml b/manifests/e/ElectronicArts/EADesktop/13.269.0.5782/ElectronicArts.EADesktop.yaml new file mode 100644 index 0000000000000..97509a8c6a426 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.269.0.5782/ElectronicArts.EADesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.269.0.5782 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.275.0.5788/ElectronicArts.EADesktop.installer.yaml b/manifests/e/ElectronicArts/EADesktop/13.275.0.5788/ElectronicArts.EADesktop.installer.yaml new file mode 100644 index 0000000000000..131fc4c3565fd --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.275.0.5788/ElectronicArts.EADesktop.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.275.0.5788 +InstallerType: burn +Scope: machine +InstallerSwitches: + InstallLocation: InstallFolder="" +UpgradeBehavior: install +Protocols: +- ealink +- link2ea +- origin +- origin2 +AppsAndFeaturesEntries: +- ProductCode: '{fc42c93d-dd98-47da-818c-6ed662d50945}' + UpgradeCode: '{ADF2591E-00D2-4FFF-9BF4-9CCDAE6BDC67}' +Installers: +- Architecture: x64 + InstallerUrl: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller-13.275.0.5788-3175.exe + InstallerSha256: C97CAD18B9A628137F29B5C25919FF9ED2094D14A6D70BB76AD2CFE8DBAAAEE1 + ProductCode: '{fc42c93d-dd98-47da-818c-6ed662d50945}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.275.0.5788/ElectronicArts.EADesktop.locale.en-US.yaml b/manifests/e/ElectronicArts/EADesktop/13.275.0.5788/ElectronicArts.EADesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..c7431168b837d --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.275.0.5788/ElectronicArts.EADesktop.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.275.0.5788 +PackageLocale: en-US +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/ +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: Proprietary +LicenseUrl: https://download.dm.origin.com/eula/pc/5/en_US.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: Play great PC games and connect with your friends, all in one place. +Description: Built on feedback from players like you, the EA Desktop app is the newest iteration of our PC platform. The beta includes new features and overall improvements to power a faster, smarter, more connected desktop app. +Moniker: eaapp +Tags: +- ea +- ea-desktop +- game +- gaming +- launcher +- origin +- store +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.275.0.5788/ElectronicArts.EADesktop.locale.zh-CN.yaml b/manifests/e/ElectronicArts/EADesktop/13.275.0.5788/ElectronicArts.EADesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c6bd3b3773d7d --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.275.0.5788/ElectronicArts.EADesktop.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.275.0.5788 +PackageLocale: zh-CN +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/zh-cn +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/zh-cn/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: 专有软件 +LicenseUrl: https://download.dm.origin.com/eula/pc/5/zh_CN.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: 在一个地方游玩精彩的 PC 游戏并与朋友交流。 +Description: 根据玩家的反馈,我们开发了 EA Desktop 应用程序,作为 PC 平台的最新迭代。测试版包括新功能和整体改进,为更快、更智能、更互联的桌面应用程序提供动力。 +# Moniker: +Tags: +- ea +- ea-desktop +- origin +- 启动器 +- 商店 +- 游戏 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.275.0.5788/ElectronicArts.EADesktop.yaml b/manifests/e/ElectronicArts/EADesktop/13.275.0.5788/ElectronicArts.EADesktop.yaml new file mode 100644 index 0000000000000..8273ccc6bb5d7 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.275.0.5788/ElectronicArts.EADesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.275.0.5788 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.280.0.5793/ElectronicArts.EADesktop.installer.yaml b/manifests/e/ElectronicArts/EADesktop/13.280.0.5793/ElectronicArts.EADesktop.installer.yaml new file mode 100644 index 0000000000000..7eb8bf17f9472 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.280.0.5793/ElectronicArts.EADesktop.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.280.0.5793 +InstallerType: burn +Scope: machine +InstallerSwitches: + InstallLocation: InstallFolder="" +UpgradeBehavior: install +Protocols: +- ealink +- link2ea +- origin +- origin2 +AppsAndFeaturesEntries: +- ProductCode: '{9dec46c0-34b3-4528-984d-8fd02d4d04cb}' + UpgradeCode: '{ADF2591E-00D2-4FFF-9BF4-9CCDAE6BDC67}' +Installers: +- Architecture: x64 + InstallerUrl: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller-13.280.0.5793-3195.exe + InstallerSha256: DDE8936035DB2496CC3C6AD4EFC2CDABB1E7554EB61A05FB4851F1EA0F446321 + ProductCode: '{9dec46c0-34b3-4528-984d-8fd02d4d04cb}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.280.0.5793/ElectronicArts.EADesktop.locale.en-US.yaml b/manifests/e/ElectronicArts/EADesktop/13.280.0.5793/ElectronicArts.EADesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..5689335a11be9 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.280.0.5793/ElectronicArts.EADesktop.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.280.0.5793 +PackageLocale: en-US +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/ +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: Proprietary +LicenseUrl: https://download.dm.origin.com/eula/pc/5/en_US.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: Play great PC games and connect with your friends, all in one place. +Description: Built on feedback from players like you, the EA Desktop app is the newest iteration of our PC platform. The beta includes new features and overall improvements to power a faster, smarter, more connected desktop app. +Moniker: eaapp +Tags: +- ea +- ea-desktop +- game +- gaming +- launcher +- origin +- store +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.280.0.5793/ElectronicArts.EADesktop.locale.zh-CN.yaml b/manifests/e/ElectronicArts/EADesktop/13.280.0.5793/ElectronicArts.EADesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c0d07711bbf45 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.280.0.5793/ElectronicArts.EADesktop.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.280.0.5793 +PackageLocale: zh-CN +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/zh-cn +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/zh-cn/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: 专有软件 +LicenseUrl: https://download.dm.origin.com/eula/pc/5/zh_CN.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: 在一个地方游玩精彩的 PC 游戏并与朋友交流。 +Description: 根据玩家的反馈,我们开发了 EA Desktop 应用程序,作为 PC 平台的最新迭代。测试版包括新功能和整体改进,为更快、更智能、更互联的桌面应用程序提供动力。 +# Moniker: +Tags: +- ea +- ea-desktop +- origin +- 启动器 +- 商店 +- 游戏 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.280.0.5793/ElectronicArts.EADesktop.yaml b/manifests/e/ElectronicArts/EADesktop/13.280.0.5793/ElectronicArts.EADesktop.yaml new file mode 100644 index 0000000000000..a8fe313e500b4 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.280.0.5793/ElectronicArts.EADesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.280.0.5793 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.284.0.5797/ElectronicArts.EADesktop.installer.yaml b/manifests/e/ElectronicArts/EADesktop/13.284.0.5797/ElectronicArts.EADesktop.installer.yaml new file mode 100644 index 0000000000000..58b02a2b783d0 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.284.0.5797/ElectronicArts.EADesktop.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.284.0.5797 +InstallerType: burn +Scope: machine +InstallerSwitches: + InstallLocation: InstallFolder="" +UpgradeBehavior: install +Protocols: +- ealink +- link2ea +- origin +- origin2 +AppsAndFeaturesEntries: +- ProductCode: '{c91d427c-5fb4-4c67-be46-7168c5b05eec}' + UpgradeCode: '{ADF2591E-00D2-4FFF-9BF4-9CCDAE6BDC67}' +Installers: +- Architecture: x64 + InstallerUrl: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller-13.284.0.5797-3207.exe + InstallerSha256: 67A7EA29621E11C6CF0857BE294D2B6EB7CB20099E4DAEA007A716180DA106C5 + ProductCode: '{c91d427c-5fb4-4c67-be46-7168c5b05eec}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.284.0.5797/ElectronicArts.EADesktop.locale.en-US.yaml b/manifests/e/ElectronicArts/EADesktop/13.284.0.5797/ElectronicArts.EADesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..b63753ec75fe3 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.284.0.5797/ElectronicArts.EADesktop.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.284.0.5797 +PackageLocale: en-US +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/ +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: Proprietary +LicenseUrl: https://download.dm.origin.com/eula/pc/5/en_US.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: Play great PC games and connect with your friends, all in one place. +Description: Built on feedback from players like you, the EA Desktop app is the newest iteration of our PC platform. The beta includes new features and overall improvements to power a faster, smarter, more connected desktop app. +Moniker: eaapp +Tags: +- ea +- ea-desktop +- game +- gaming +- launcher +- origin +- store +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.284.0.5797/ElectronicArts.EADesktop.locale.zh-CN.yaml b/manifests/e/ElectronicArts/EADesktop/13.284.0.5797/ElectronicArts.EADesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..000abc5612269 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.284.0.5797/ElectronicArts.EADesktop.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.284.0.5797 +PackageLocale: zh-CN +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/zh-cn +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/zh-cn/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: 专有软件 +LicenseUrl: https://download.dm.origin.com/eula/pc/5/zh_CN.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: 在一个地方游玩精彩的 PC 游戏并与朋友交流。 +Description: 根据玩家的反馈,我们开发了 EA Desktop 应用程序,作为 PC 平台的最新迭代。测试版包括新功能和整体改进,为更快、更智能、更互联的桌面应用程序提供动力。 +# Moniker: +Tags: +- ea +- ea-desktop +- origin +- 启动器 +- 商店 +- 游戏 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.284.0.5797/ElectronicArts.EADesktop.yaml b/manifests/e/ElectronicArts/EADesktop/13.284.0.5797/ElectronicArts.EADesktop.yaml new file mode 100644 index 0000000000000..da3f63e4cfe7f --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.284.0.5797/ElectronicArts.EADesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.284.0.5797 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.288.0.5801/ElectronicArts.EADesktop.installer.yaml b/manifests/e/ElectronicArts/EADesktop/13.288.0.5801/ElectronicArts.EADesktop.installer.yaml new file mode 100644 index 0000000000000..6a0e86ae3f3fc --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.288.0.5801/ElectronicArts.EADesktop.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.288.0.5801 +InstallerType: burn +Scope: machine +InstallerSwitches: + InstallLocation: InstallFolder="" +UpgradeBehavior: install +Protocols: +- ealink +- link2ea +- origin +- origin2 +AppsAndFeaturesEntries: +- ProductCode: '{5c2a3bc2-c0e7-4c87-ba7b-a10e6ae45aa9}' + UpgradeCode: '{ADF2591E-00D2-4FFF-9BF4-9CCDAE6BDC67}' +Installers: +- Architecture: x64 + InstallerUrl: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller-13.288.0.5801-3221.exe + InstallerSha256: F87AFDFE367DB714BD76B40B44D2A4A194867BCF9CD71BA4ECA70C3124A3CB53 + ProductCode: '{5c2a3bc2-c0e7-4c87-ba7b-a10e6ae45aa9}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.288.0.5801/ElectronicArts.EADesktop.locale.en-US.yaml b/manifests/e/ElectronicArts/EADesktop/13.288.0.5801/ElectronicArts.EADesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..889712739548a --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.288.0.5801/ElectronicArts.EADesktop.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.288.0.5801 +PackageLocale: en-US +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/ +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: Proprietary +LicenseUrl: https://download.dm.origin.com/eula/pc/5/en_US.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: Play great PC games and connect with your friends, all in one place. +Description: Built on feedback from players like you, the EA Desktop app is the newest iteration of our PC platform. The beta includes new features and overall improvements to power a faster, smarter, more connected desktop app. +Moniker: eaapp +Tags: +- ea +- ea-desktop +- game +- gaming +- launcher +- origin +- store +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.288.0.5801/ElectronicArts.EADesktop.locale.zh-CN.yaml b/manifests/e/ElectronicArts/EADesktop/13.288.0.5801/ElectronicArts.EADesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2abfd5e80871d --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.288.0.5801/ElectronicArts.EADesktop.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.288.0.5801 +PackageLocale: zh-CN +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/zh-cn +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/zh-cn/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: 专有软件 +LicenseUrl: https://download.dm.origin.com/eula/pc/5/zh_CN.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: 在一个地方游玩精彩的 PC 游戏并与朋友交流。 +Description: 根据玩家的反馈,我们开发了 EA Desktop 应用程序,作为 PC 平台的最新迭代。测试版包括新功能和整体改进,为更快、更智能、更互联的桌面应用程序提供动力。 +# Moniker: +Tags: +- ea +- ea-desktop +- origin +- 启动器 +- 商店 +- 游戏 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.288.0.5801/ElectronicArts.EADesktop.yaml b/manifests/e/ElectronicArts/EADesktop/13.288.0.5801/ElectronicArts.EADesktop.yaml new file mode 100644 index 0000000000000..ad18ad7752438 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.288.0.5801/ElectronicArts.EADesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.288.0.5801 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.297.0.5810/ElectronicArts.EADesktop.installer.yaml b/manifests/e/ElectronicArts/EADesktop/13.297.0.5810/ElectronicArts.EADesktop.installer.yaml new file mode 100644 index 0000000000000..e646f45465993 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.297.0.5810/ElectronicArts.EADesktop.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.297.0.5810 +InstallerType: burn +Scope: machine +InstallerSwitches: + InstallLocation: InstallFolder="" +UpgradeBehavior: install +Protocols: +- ealink +- link2ea +- origin +- origin2 +AppsAndFeaturesEntries: +- ProductCode: '{b3a28bf9-0596-4fd2-847d-e7abe9dc3a96}' + UpgradeCode: '{ADF2591E-00D2-4FFF-9BF4-9CCDAE6BDC67}' +Installers: +- Architecture: x64 + InstallerUrl: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller-13.297.0.5810-3245.exe + InstallerSha256: 252ADBE7F4D5FC3F67B8469DD32891EBCDE409684E5A44DD92D0E35F5F9E17C8 + ProductCode: '{b3a28bf9-0596-4fd2-847d-e7abe9dc3a96}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.297.0.5810/ElectronicArts.EADesktop.locale.en-US.yaml b/manifests/e/ElectronicArts/EADesktop/13.297.0.5810/ElectronicArts.EADesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..8ae53ff135cda --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.297.0.5810/ElectronicArts.EADesktop.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.297.0.5810 +PackageLocale: en-US +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/ +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: Proprietary +LicenseUrl: https://download.dm.origin.com/eula/pc/5/en_US.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: Play great PC games and connect with your friends, all in one place. +Description: Built on feedback from players like you, the EA Desktop app is the newest iteration of our PC platform. The beta includes new features and overall improvements to power a faster, smarter, more connected desktop app. +Moniker: eaapp +Tags: +- ea +- ea-desktop +- game +- gaming +- launcher +- origin +- store +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.297.0.5810/ElectronicArts.EADesktop.locale.zh-CN.yaml b/manifests/e/ElectronicArts/EADesktop/13.297.0.5810/ElectronicArts.EADesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b03e1f8e58fbb --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.297.0.5810/ElectronicArts.EADesktop.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.297.0.5810 +PackageLocale: zh-CN +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/zh-cn +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/zh-cn/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: 专有软件 +LicenseUrl: https://download.dm.origin.com/eula/pc/5/zh_CN.html +Copyright: © 2024 Electronic Arts Inc. +# CopyrightUrl: +ShortDescription: 在一个地方游玩精彩的 PC 游戏并与朋友交流。 +Description: 根据玩家的反馈,我们开发了 EA Desktop 应用程序,作为 PC 平台的最新迭代。测试版包括新功能和整体改进,为更快、更智能、更互联的桌面应用程序提供动力。 +# Moniker: +Tags: +- ea +- ea-desktop +- origin +- 启动器 +- 商店 +- 游戏 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.297.0.5810/ElectronicArts.EADesktop.yaml b/manifests/e/ElectronicArts/EADesktop/13.297.0.5810/ElectronicArts.EADesktop.yaml new file mode 100644 index 0000000000000..81e88257427a9 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.297.0.5810/ElectronicArts.EADesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.297.0.5810 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElectronicArts/Origin/10.5.122.52971/ElectronicArts.Origin.installer.yaml b/manifests/e/ElectronicArts/Origin/10.5.122.52971/ElectronicArts.Origin.installer.yaml deleted file mode 100644 index 6fff6a5d2dc51..0000000000000 --- a/manifests/e/ElectronicArts/Origin/10.5.122.52971/ElectronicArts.Origin.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=NVS1.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: ElectronicArts.Origin -PackageVersion: 10.5.122.52971 -InstallerType: exe -Scope: machine -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -UpgradeBehavior: install -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x86 - MinimumVersion: 14.28.29913.0 -Installers: -- Architecture: x86 - InstallerUrl: https://download.dm.origin.com/origin/live/OriginSetup.exe - InstallerSha256: 903096915B6544C7EDF24C40A665F6A374546B44C8FDC4468149951AFD2AB7F1 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/e/ElectronicArts/Origin/10.5.122.52971/ElectronicArts.Origin.locale.en-US.yaml b/manifests/e/ElectronicArts/Origin/10.5.122.52971/ElectronicArts.Origin.locale.en-US.yaml deleted file mode 100644 index 504ef1e34dffc..0000000000000 --- a/manifests/e/ElectronicArts/Origin/10.5.122.52971/ElectronicArts.Origin.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=NVS1.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: ElectronicArts.Origin -PackageVersion: 10.5.122.52971 -PackageLocale: en-US -Publisher: Electronic Arts, Inc. -PublisherUrl: https://www.ea.com -PublisherSupportUrl: https://www.help.ea.com -PrivacyUrl: https://www.ea.com/legal/privacy-policy -# Author: -PackageName: Origin -PackageUrl: https://www.origin.com/nld/en-us/store/about -License: Proprietary -LicenseUrl: https://www.ea.com/en-gb/legal -Copyright: © 2021 Electronic Arts, Inc. -# CopyrightUrl: -ShortDescription: Play great PC games and connect with your friends, all in one place. -# Description: -# Moniker: -Tags: -- ea -- games -- gaming -- launcher -- origin -- store -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/e/ElectronicArts/Origin/10.5.122.52971/ElectronicArts.Origin.yaml b/manifests/e/ElectronicArts/Origin/10.5.122.52971/ElectronicArts.Origin.yaml deleted file mode 100644 index d6d7ce3408e8c..0000000000000 --- a/manifests/e/ElectronicArts/Origin/10.5.122.52971/ElectronicArts.Origin.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=NVS1.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: ElectronicArts.Origin -PackageVersion: 10.5.122.52971 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/e/ElectronicArts/Origin/10.5.128.55504/ElectronicArts.Origin.installer.yaml b/manifests/e/ElectronicArts/Origin/10.5.128.55504/ElectronicArts.Origin.installer.yaml new file mode 100644 index 0000000000000..7ebada9981de5 --- /dev/null +++ b/manifests/e/ElectronicArts/Origin/10.5.128.55504/ElectronicArts.Origin.installer.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: ElectronicArts.Origin +PackageVersion: 10.5.128.55504 +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + MinimumVersion: 14.28.29913.0 +Installers: +- Architecture: x86 + InstallerUrl: https://download.dm.origin.com/origin/live/OriginSetup.exe + InstallerSha256: DECAF936854EB26037C0ACBC77F0615E06C9D404A3DB1F16FEE985E5767848B8 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/ElectronicArts/Origin/10.5.128.55504/ElectronicArts.Origin.locale.en-US.yaml b/manifests/e/ElectronicArts/Origin/10.5.128.55504/ElectronicArts.Origin.locale.en-US.yaml new file mode 100644 index 0000000000000..1f257d751cb90 --- /dev/null +++ b/manifests/e/ElectronicArts/Origin/10.5.128.55504/ElectronicArts.Origin.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: ElectronicArts.Origin +PackageVersion: 10.5.128.55504 +PackageLocale: en-US +Publisher: Electronic Arts, Inc. +PublisherUrl: https://www.ea.com +PublisherSupportUrl: https://www.help.ea.com +PrivacyUrl: https://www.ea.com/legal/privacy-policy +PackageName: Origin +PackageUrl: https://www.origin.com/nld/en-us/store/about +License: Proprietary +LicenseUrl: https://www.ea.com/en-gb/legal +Copyright: © 2021 Electronic Arts, Inc. +ShortDescription: Play great PC games and connect with your friends, all in one place. +Tags: +- ea +- games +- gaming +- launcher +- origin +- store +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/ElectronicArts/Origin/10.5.128.55504/ElectronicArts.Origin.yaml b/manifests/e/ElectronicArts/Origin/10.5.128.55504/ElectronicArts.Origin.yaml new file mode 100644 index 0000000000000..b82f0e6f1a714 --- /dev/null +++ b/manifests/e/ElectronicArts/Origin/10.5.128.55504/ElectronicArts.Origin.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: ElectronicArts.Origin +PackageVersion: 10.5.128.55504 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/Element/Element/1.11.72/Element.Element.installer.yaml b/manifests/e/Element/Element/1.11.72/Element.Element.installer.yaml new file mode 100644 index 0000000000000..5609d6a9dbd7d --- /dev/null +++ b/manifests/e/Element/Element/1.11.72/Element.Element.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.72 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- element +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x86 + InstallerUrl: https://packages.element.io/desktop/install/win32/ia32/Element%20Setup%201.11.72.exe + InstallerSha256: 83FABD9C81D4A4AF0C9DFEA74E74545EC3A372945B74F0D4BAC85EEC24D86394 + ProductCode: element-desktop +- Architecture: x64 + InstallerUrl: https://packages.element.io/desktop/install/win32/x64/Element%20Setup%201.11.72.exe + InstallerSha256: 9A44AD15AB3C8812097FA3D647DC5499393D39A39FC8B1280373401EA912193F + ProductCode: element-desktop +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.72/Element.Element.locale.en-US.yaml b/manifests/e/Element/Element/1.11.72/Element.Element.locale.en-US.yaml new file mode 100644 index 0000000000000..1b899a597b7cb --- /dev/null +++ b/manifests/e/Element/Element/1.11.72/Element.Element.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.72 +PackageLocale: en-US +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: Apache-2.0 +LicenseUrl: https://github.com/element-hq/element-desktop/blob/develop/LICENSE +Copyright: Copyright © 2024 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: Secure collaboration and messaging +Description: Element is a Matrix-based end-to-end encrypted messenger and secure collaboration app. It’s decentralized for digital sovereign self-hosting, or through a hosting service such as Element Matrix Services. Element operates on the open Matrix network to provide interoperability and easy connections. +Moniker: element +Tags: +- chat +- collaborate +- collaboration +- encrypt +- encryption +- im +- instant-messaging +- matrix +- message +- privacy +- riot +- secure +- security +- send +- talk +ReleaseNotes: |- + ✨ Features + - Support authenticated media downloads in Desktop too (#1757). Contributed by @turt2live. + - Polyfill Intl.Segmenter for wider web browser compatibility (#27803). Contributed by @dbkr. + - Enable audio/webaudio Modernizr rule (#27772). Contributed by @t3chguy. + - Add release announcement for the new room header (#12802). Contributed by @MidhunSureshR. + - Default the room header to on (#12803). Contributed by @MidhunSureshR. + - Update Thread Panel to match latest designs (#12797). Contributed by @t3chguy. + - Close any open modals on logout (#12777). Contributed by @dbkr. + - Iterate design of right panel empty state (#12796). Contributed by @t3chguy. + - Update styling of UserInfo right panel card (#12788). Contributed by @t3chguy. + - Accessibility: Add Landmark navigation (#12190). Contributed by @akirk. + - Let Element Call widget receive m.room.create (#12710). Contributed by @AndrewFerr. + - Let Element Call widget set session memberships (#12713). Contributed by @AndrewFerr. + - Update right panel base card styling to match Compound (#12768). Contributed by @t3chguy. + - Align widget_build_url_ignore_dm with call behaviour switch between 1:1 and Widget (#12760). Contributed by @t3chguy. + - Move integrations switch (#12733). Contributed by @dbkr. + - Element-R: Report events with withheld keys separately to Posthog. (#12755). Contributed by @richvdh. + 🐛 Bug Fixes + - Fix Docker tooling for building native components (#1779). Contributed by @t3chguy. + - Add a modernizr check for WebAssembly support (#27776). Contributed by @dbkr. + - Test for lack of WebAssembly support (#12792). Contributed by @dbkr. + - Fix stray 'account' heading (#12791). Contributed by @dbkr. + - Add test for the unsupported browser screen (#12787). Contributed by @dbkr. + - Fix HTML export test (#12778). Contributed by @dbkr. + - Fix HTML export missing a bunch of Compound variables (#12774). Contributed by @t3chguy. + - Fix inability to change accent colour consistently in custom theming (#12772). Contributed by @t3chguy. + - Fix edge case of landing on 3pid email link with registration disabled (#12771). Contributed by @t3chguy. +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.11.72 +PurchaseUrl: https://element.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://element.io/user-guide +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.72/Element.Element.locale.zh-CN.yaml b/manifests/e/Element/Element/1.11.72/Element.Element.locale.zh-CN.yaml new file mode 100644 index 0000000000000..08c4dac0ef9ed --- /dev/null +++ b/manifests/e/Element/Element/1.11.72/Element.Element.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.72 +PackageLocale: zh-CN +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: Apache-2.0 +LicenseUrl: https://github.com/element-hq/element-desktop/blob/develop/LICENSE +Copyright: Copyright © 2024 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: 安全协作和通讯 +Description: Element 是一款基于 Matrix 的端到端加密通讯和安全协作应用。它是去中心化的,可由数字主权机构自行托管,或通过 Element Matrix Services 等托管服务托管。Element 在开放的 Matrix 网络上运行,提供互操作性和便捷的连接。 +# Moniker: +Tags: +- matrix +- riot +- 信息 +- 加密 +- 协作 +- 协同 +- 发送 +- 安全 +- 消息 +- 聊天 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.11.72 +PurchaseUrl: https://element.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://element.io/user-guide +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.72/Element.Element.yaml b/manifests/e/Element/Element/1.11.72/Element.Element.yaml new file mode 100644 index 0000000000000..37bea122072fb --- /dev/null +++ b/manifests/e/Element/Element/1.11.72/Element.Element.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.72 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.73/Element.Element.installer.yaml b/manifests/e/Element/Element/1.11.73/Element.Element.installer.yaml new file mode 100644 index 0000000000000..001ed1dfb3d3b --- /dev/null +++ b/manifests/e/Element/Element/1.11.73/Element.Element.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.73 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- element +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x86 + InstallerUrl: https://packages.element.io/desktop/install/win32/ia32/Element%20Setup%201.11.73.exe + InstallerSha256: 48BE0D558BBCC6A43C37EFC68744C149213585A190D0FAC949A5F48A6A8829C2 + ProductCode: element-desktop +- Architecture: x64 + InstallerUrl: https://packages.element.io/desktop/install/win32/x64/Element%20Setup%201.11.73.exe + InstallerSha256: B8F953921C7238794791300B779D0AAC7D463F086AF233545DD73B7E931B7CAF + ProductCode: element-desktop +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.73/Element.Element.locale.en-US.yaml b/manifests/e/Element/Element/1.11.73/Element.Element.locale.en-US.yaml new file mode 100644 index 0000000000000..30ebe2a2460a0 --- /dev/null +++ b/manifests/e/Element/Element/1.11.73/Element.Element.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.73 +PackageLocale: en-US +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: Apache-2.0 +LicenseUrl: https://github.com/element-hq/element-desktop/blob/develop/LICENSE +Copyright: Copyright © 2024 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: Secure collaboration and messaging +Description: Element is a Matrix-based end-to-end encrypted messenger and secure collaboration app. It’s decentralized for digital sovereign self-hosting, or through a hosting service such as Element Matrix Services. Element operates on the open Matrix network to provide interoperability and easy connections. +Moniker: element +Tags: +- chat +- collaborate +- collaboration +- encrypt +- encryption +- im +- instant-messaging +- matrix +- message +- privacy +- riot +- secure +- security +- send +- talk +ReleaseNotes: Fixes for CVE-2024-42347 / GHSA-f83w-wqhc-cfp4 +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.11.73 +PurchaseUrl: https://element.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://element.io/user-guide +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.73/Element.Element.locale.zh-CN.yaml b/manifests/e/Element/Element/1.11.73/Element.Element.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ca0fd54e41078 --- /dev/null +++ b/manifests/e/Element/Element/1.11.73/Element.Element.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.73 +PackageLocale: zh-CN +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: Apache-2.0 +LicenseUrl: https://github.com/element-hq/element-desktop/blob/develop/LICENSE +Copyright: Copyright © 2024 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: 安全协作和通讯 +Description: Element 是一款基于 Matrix 的端到端加密通讯和安全协作应用。它是去中心化的,可由数字主权机构自行托管,或通过 Element Matrix Services 等托管服务托管。Element 在开放的 Matrix 网络上运行,提供互操作性和便捷的连接。 +# Moniker: +Tags: +- matrix +- riot +- 信息 +- 加密 +- 协作 +- 协同 +- 发送 +- 安全 +- 消息 +- 聊天 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.11.73 +PurchaseUrl: https://element.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://element.io/user-guide +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.73/Element.Element.yaml b/manifests/e/Element/Element/1.11.73/Element.Element.yaml new file mode 100644 index 0000000000000..67c2acd44ae2b --- /dev/null +++ b/manifests/e/Element/Element/1.11.73/Element.Element.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.73 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.74/Element.Element.installer.yaml b/manifests/e/Element/Element/1.11.74/Element.Element.installer.yaml new file mode 100644 index 0000000000000..b8afc965ca7eb --- /dev/null +++ b/manifests/e/Element/Element/1.11.74/Element.Element.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.74 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- element +ReleaseDate: 2024-08-13 +Installers: +- Architecture: x86 + InstallerUrl: https://packages.element.io/desktop/install/win32/ia32/Element%20Setup%201.11.74.exe + InstallerSha256: 2D55AA54EA9D3E8A7E4AADBE5032B8E4A6885446B76EC42E97EF8D6DE4BEBFFB + ProductCode: element-desktop +- Architecture: x64 + InstallerUrl: https://packages.element.io/desktop/install/win32/x64/Element%20Setup%201.11.74.exe + InstallerSha256: 566887D9E80270BA38EBC21E91E6D146ADFB8660939DEC304980F0E2949767E5 + ProductCode: element-desktop +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.74/Element.Element.locale.en-US.yaml b/manifests/e/Element/Element/1.11.74/Element.Element.locale.en-US.yaml new file mode 100644 index 0000000000000..a8881585d068e --- /dev/null +++ b/manifests/e/Element/Element/1.11.74/Element.Element.locale.en-US.yaml @@ -0,0 +1,70 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.74 +PackageLocale: en-US +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: Apache-2.0 +LicenseUrl: https://github.com/element-hq/element-desktop/blob/develop/LICENSE +Copyright: Copyright © 2024 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: Secure collaboration and messaging +Description: Element is a Matrix-based end-to-end encrypted messenger and secure collaboration app. It’s decentralized for digital sovereign self-hosting, or through a hosting service such as Element Matrix Services. Element operates on the open Matrix network to provide interoperability and easy connections. +Moniker: element +Tags: +- chat +- collaborate +- collaboration +- encrypt +- encryption +- im +- instant-messaging +- matrix +- message +- privacy +- riot +- secure +- security +- send +- talk +ReleaseNotes: |- + ✨ Features + - Update unsupported browser react component to new designs (#27857). Contributed by @t3chguy. + - Invite dialog: display MXID on its own line (#11756). Contributed by @AndrewFerr. + - Align RoomSummaryCard styles with Figma (#12793). Contributed by @t3chguy. + - Extract Extensions into their own right panel tab (#12844). Contributed by @t3chguy. + - Remove topic from new room header and expand right panel topic (#12842). Contributed by @t3chguy. + - Rework how the onboarding notifications task works (#12839). Contributed by @t3chguy. + - Update toast styles to match Figma (#12833). Contributed by @t3chguy. + - Warn users on unsupported browsers before they lack features (#12830). Contributed by @t3chguy. + - Add sign out button to settings profile section (#12666). Contributed by @dbkr. + - Remove MatrixRTC realted import ES lint exceptions using a index.ts for matrixrtc (#12780). Contributed by @toger5. + - Fix unwanted ringing of other devices even though the user is already connected to the call. (#12742). Contributed by @toger5. + - Acknowledge DeviceMute widget actions (#12790). Contributed by @toger5. + 🐛 Bug Fixes + - Update Element icons (#27900). Contributed by @t3chguy. + - Fix Jitsi by updating device mute updates over postMessage API (#27858). Contributed by @t3chguy. + - Fix formatting of rich text emotes (#12862). Contributed by @dbkr. + - Fixed custom emotes background color #27745 (#12798). Contributed by @asimdelvi. + - Ignore permalink_prefix when serializing pills (#11726). Contributed by @herkulessi. + - Deflake the chat export test (#12854). Contributed by @dbkr. + - Fix alignment of RTL messages (#12837). Contributed by @dbkr. + - Handle media download errors better (#12848). Contributed by @t3chguy. + - Make micIcon display on primary (#11908). Contributed by @kdanielm. + - Fix compound typography font component issues (#12826). Contributed by @t3chguy. + - Allow Chrome page translator to translate messages in rooms (#11113). Contributed by @lukaszpolowczyk. +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.11.74 +PurchaseUrl: https://element.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://element.io/user-guide +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.74/Element.Element.locale.zh-CN.yaml b/manifests/e/Element/Element/1.11.74/Element.Element.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6920dc7c35209 --- /dev/null +++ b/manifests/e/Element/Element/1.11.74/Element.Element.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.74 +PackageLocale: zh-CN +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: Apache-2.0 +LicenseUrl: https://github.com/element-hq/element-desktop/blob/develop/LICENSE +Copyright: Copyright © 2024 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: 安全协作和通讯 +Description: Element 是一款基于 Matrix 的端到端加密通讯和安全协作应用。它是去中心化的,可由数字主权机构自行托管,或通过 Element Matrix Services 等托管服务托管。Element 在开放的 Matrix 网络上运行,提供互操作性和便捷的连接。 +# Moniker: +Tags: +- matrix +- riot +- 信息 +- 加密 +- 协作 +- 协同 +- 发送 +- 安全 +- 消息 +- 聊天 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.11.74 +PurchaseUrl: https://element.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://element.io/user-guide +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.74/Element.Element.yaml b/manifests/e/Element/Element/1.11.74/Element.Element.yaml new file mode 100644 index 0000000000000..aeae8cf483db8 --- /dev/null +++ b/manifests/e/Element/Element/1.11.74/Element.Element.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.74 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.75/Element.Element.installer.yaml b/manifests/e/Element/Element/1.11.75/Element.Element.installer.yaml new file mode 100644 index 0000000000000..ba042d04f34c8 --- /dev/null +++ b/manifests/e/Element/Element/1.11.75/Element.Element.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.75 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- element +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x86 + InstallerUrl: https://packages.element.io/desktop/install/win32/ia32/Element%20Setup%201.11.75.exe + InstallerSha256: F77D01B899EA63B4BB68094A76E68B451379334E0842A3774E814973416B8652 + ProductCode: element-desktop +- Architecture: x64 + InstallerUrl: https://packages.element.io/desktop/install/win32/x64/Element%20Setup%201.11.75.exe + InstallerSha256: EA1764F1884B921F29277D18D854FFB38E01AB3B39A23362A818DBA8BB89052E + ProductCode: element-desktop +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.75/Element.Element.locale.en-US.yaml b/manifests/e/Element/Element/1.11.75/Element.Element.locale.en-US.yaml new file mode 100644 index 0000000000000..776657de3c5ca --- /dev/null +++ b/manifests/e/Element/Element/1.11.75/Element.Element.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.75 +PackageLocale: en-US +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: Apache-2.0 +LicenseUrl: https://github.com/element-hq/element-desktop/blob/develop/LICENSE +Copyright: Copyright © 2024 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: Secure collaboration and messaging +Description: Element is a Matrix-based end-to-end encrypted messenger and secure collaboration app. It’s decentralized for digital sovereign self-hosting, or through a hosting service such as Element Matrix Services. Element operates on the open Matrix network to provide interoperability and easy connections. +Moniker: element +Tags: +- chat +- collaborate +- collaboration +- encrypt +- encryption +- im +- instant-messaging +- matrix +- message +- privacy +- riot +- secure +- security +- send +- talk +ReleaseNotes: |- + Security + - Fixes for CVE-2024-42369 / GHSA-vhr5-g3pm-49fm. +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.11.75 +PurchaseUrl: https://element.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://element.io/user-guide +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.75/Element.Element.locale.zh-CN.yaml b/manifests/e/Element/Element/1.11.75/Element.Element.locale.zh-CN.yaml new file mode 100644 index 0000000000000..299021c99b2b0 --- /dev/null +++ b/manifests/e/Element/Element/1.11.75/Element.Element.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.75 +PackageLocale: zh-CN +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: Apache-2.0 +LicenseUrl: https://github.com/element-hq/element-desktop/blob/develop/LICENSE +Copyright: Copyright © 2024 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: 安全协作和通讯 +Description: Element 是一款基于 Matrix 的端到端加密通讯和安全协作应用。它是去中心化的,可由数字主权机构自行托管,或通过 Element Matrix Services 等托管服务托管。Element 在开放的 Matrix 网络上运行,提供互操作性和便捷的连接。 +# Moniker: +Tags: +- matrix +- riot +- 信息 +- 加密 +- 协作 +- 协同 +- 发送 +- 安全 +- 消息 +- 聊天 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.11.75 +PurchaseUrl: https://element.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://element.io/user-guide +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.75/Element.Element.yaml b/manifests/e/Element/Element/1.11.75/Element.Element.yaml new file mode 100644 index 0000000000000..f863ed6196b30 --- /dev/null +++ b/manifests/e/Element/Element/1.11.75/Element.Element.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.75 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.76/Element.Element.installer.yaml b/manifests/e/Element/Element/1.11.76/Element.Element.installer.yaml new file mode 100644 index 0000000000000..3b4133874b03e --- /dev/null +++ b/manifests/e/Element/Element/1.11.76/Element.Element.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.76 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- element +ReleaseDate: 2024-08-27 +Installers: +- Architecture: x86 + InstallerUrl: https://packages.element.io/desktop/install/win32/ia32/Element%20Setup%201.11.76.exe + InstallerSha256: E0648AB52A1139986CBE5DB8921732EDDEFA76211A5C58B6C78314EF0FFAEEE8 + ProductCode: element-desktop +- Architecture: x64 + InstallerUrl: https://packages.element.io/desktop/install/win32/x64/Element%20Setup%201.11.76.exe + InstallerSha256: 516373F64496A91632C4D8D67777CD3604EE960D6A301B8280D2F8D42450F7F1 + ProductCode: element-desktop +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.76/Element.Element.locale.en-US.yaml b/manifests/e/Element/Element/1.11.76/Element.Element.locale.en-US.yaml new file mode 100644 index 0000000000000..412bf5b034177 --- /dev/null +++ b/manifests/e/Element/Element/1.11.76/Element.Element.locale.en-US.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.76 +PackageLocale: en-US +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: Apache-2.0 +LicenseUrl: https://github.com/element-hq/element-desktop/blob/develop/LICENSE +Copyright: Copyright © 2024 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: Secure collaboration and messaging +Description: Element is a Matrix-based end-to-end encrypted messenger and secure collaboration app. It’s decentralized for digital sovereign self-hosting, or through a hosting service such as Element Matrix Services. Element operates on the open Matrix network to provide interoperability and easy connections. +Moniker: element +Tags: +- chat +- collaborate +- collaboration +- encrypt +- encryption +- im +- instant-messaging +- matrix +- message +- privacy +- riot +- secure +- security +- send +- talk +ReleaseNotes: |- + ✨ Features + - Message Pinning: rework the message pinning list in the right panel (#12825). Contributed by @florianduros. + - Tweak UIA postMessage check to work cross-origin (#12878). Contributed by @t3chguy. + - Delayed events (Futures) / MSC4140 for call widget (#12714). Contributed by @AndrewFerr. + - Stop the ongoing ring if another device joins the call session. (#12866). Contributed by @toger5. + - Rich text Editor: Auto-replace plain text emoticons with emoji (#12828). Contributed by @langleyd. + - Clean up editor drafts for unknown rooms (#12850). Contributed by @langleyd. + - Rename general user settings to account (#12841). Contributed by @dbkr. + - Update settings tab icons (#12867). Contributed by @dbkr. + - Disable jump to read receipt button instead of hiding when nothing to jump to (#12863). Contributed by @t3chguy. + 🐛 Bug Fixes + - Ensure elements on Login page are disabled when in-flight (#12895). Contributed by @t3chguy. + - Hide pinned messages when grouped in timeline when feature pinning is disabled (#12888). Contributed by @florianduros. + - Add chat button on new room header for maximised widgets (#12882). Contributed by @t3chguy. + - Show spinner whilst initial search request is in progress (#12883). Contributed by @t3chguy. + - Fix user menu font (#12879). Contributed by @florianduros. + - Allow selecting text in the right panel topic (#12870). Contributed by @t3chguy. + - Add missing presence indicator to new room header (#12865). Contributed by @t3chguy. + - Fix permissions in release tarballs (#27904). Contributed by @t3chguy. + 🧰 Maintenance + - Update dependencies for MSC4157 (#27906). Contributed by @AndrewFerr. +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.11.76 +PurchaseUrl: https://element.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://element.io/user-guide +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.76/Element.Element.locale.zh-CN.yaml b/manifests/e/Element/Element/1.11.76/Element.Element.locale.zh-CN.yaml new file mode 100644 index 0000000000000..97cf2d05bf338 --- /dev/null +++ b/manifests/e/Element/Element/1.11.76/Element.Element.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.76 +PackageLocale: zh-CN +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: Apache-2.0 +LicenseUrl: https://github.com/element-hq/element-desktop/blob/develop/LICENSE +Copyright: Copyright © 2024 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: 安全协作和通讯 +Description: Element 是一款基于 Matrix 的端到端加密通讯和安全协作应用。它是去中心化的,可由数字主权机构自行托管,或通过 Element Matrix Services 等托管服务托管。Element 在开放的 Matrix 网络上运行,提供互操作性和便捷的连接。 +# Moniker: +Tags: +- matrix +- riot +- 信息 +- 加密 +- 协作 +- 协同 +- 发送 +- 安全 +- 消息 +- 聊天 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.11.76 +PurchaseUrl: https://element.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://element.io/user-guide +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.76/Element.Element.yaml b/manifests/e/Element/Element/1.11.76/Element.Element.yaml new file mode 100644 index 0000000000000..cd4f23a85dfa8 --- /dev/null +++ b/manifests/e/Element/Element/1.11.76/Element.Element.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.76 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.77/Element.Element.installer.yaml b/manifests/e/Element/Element/1.11.77/Element.Element.installer.yaml new file mode 100644 index 0000000000000..812f899079222 --- /dev/null +++ b/manifests/e/Element/Element/1.11.77/Element.Element.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.77 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- element +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x86 + InstallerUrl: https://packages.element.io/desktop/install/win32/ia32/Element%20Setup%201.11.77.exe + InstallerSha256: 4F61E97F853818484246CC344EA08F00C4C28DE312F6CC1BB1F38805BAD0CBF9 + ProductCode: element-desktop +- Architecture: x64 + InstallerUrl: https://packages.element.io/desktop/install/win32/x64/Element%20Setup%201.11.77.exe + InstallerSha256: 1F1DEC9967866EBD8B110A3642770548EE9542A58BABBED4B21798034D6DAE04 + ProductCode: element-desktop +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.77/Element.Element.locale.en-US.yaml b/manifests/e/Element/Element/1.11.77/Element.Element.locale.en-US.yaml new file mode 100644 index 0000000000000..691d312ba31ee --- /dev/null +++ b/manifests/e/Element/Element/1.11.77/Element.Element.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.77 +PackageLocale: en-US +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: AGPL-3.0-only or GPL-3.0-only +LicenseUrl: https://github.com/element-hq/element-desktop/blob/HEAD/LICENSE-GPL-3.0 +Copyright: Copyright © 2024 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: Secure collaboration and messaging +Description: Element is a Matrix-based end-to-end encrypted messenger and secure collaboration app. It’s decentralized for digital sovereign self-hosting, or through a hosting service such as Element Matrix Services. Element operates on the open Matrix network to provide interoperability and easy connections. +Moniker: element +Tags: +- chat +- collaborate +- collaboration +- encrypt +- encryption +- im +- instant-messaging +- matrix +- message +- privacy +- riot +- secure +- security +- send +- talk +ReleaseNotes: |- + ✨ Features + - Add docs for widget container height option (#27922). Contributed by @dbkr. + - Allow user to set timezone (#12775). Contributed by @Timshel. + - Implement download_file in widget driver (#12931). Contributed by @weeman1337. + - Sort the pinning message list in the same order than the banner. By timeline order. (#12937). Contributed by @florianduros. + - Display pinned messages on a banner at the top of a room (#12917). Contributed by @florianduros. + - Add a config option to control the default widget container height (#12893). Contributed by @dbkr. + - RTE drafts (#12674). Contributed by @langleyd. + - Add thread information in pinned message list (#12902). Contributed by @florianduros. + - Add Pin/Unpin action in quick access of the message action bar (#12897). Contributed by @florianduros. + 🐛 Bug Fixes + - Fix read receipt animation (#12923). Contributed by @dbkr. + - Display the indicator even with one message in pinned message banner (#12946). Contributed by @florianduros. + - Always display last pinned message on the banner (#12945). Contributed by @florianduros. + - The pinned message banner or list are triggering 🎉 effect. (#12944). Contributed by @florianduros. + - Fix reply message truncation on 2 lines (#12929). Contributed by @florianduros. + - Fix pin/unpin slowness and non refresh from the message action bar (#12934). Contributed by @florianduros. + - Ignore desktop for minimum browser support. (#12928). Contributed by @florianduros. +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.11.77 +PurchaseUrl: https://element.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://element.io/user-guide +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.77/Element.Element.locale.zh-CN.yaml b/manifests/e/Element/Element/1.11.77/Element.Element.locale.zh-CN.yaml new file mode 100644 index 0000000000000..299721eb22e79 --- /dev/null +++ b/manifests/e/Element/Element/1.11.77/Element.Element.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.77 +PackageLocale: zh-CN +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: AGPL-3.0-only 或 GPL-3.0-only +LicenseUrl: https://github.com/element-hq/element-desktop/blob/HEAD/LICENSE-GPL-3.0 +Copyright: Copyright © 2024 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: 安全协作和通讯 +Description: Element 是一款基于 Matrix 的端到端加密通讯和安全协作应用。它是去中心化的,可由数字主权机构自行托管,或通过 Element Matrix Services 等托管服务托管。Element 在开放的 Matrix 网络上运行,提供互操作性和便捷的连接。 +# Moniker: +Tags: +- matrix +- riot +- 信息 +- 加密 +- 协作 +- 协同 +- 发送 +- 安全 +- 消息 +- 聊天 +- 隐私 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.11.77 +PurchaseUrl: https://element.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://element.io/user-guide +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Element/Element/1.11.77/Element.Element.yaml b/manifests/e/Element/Element/1.11.77/Element.Element.yaml new file mode 100644 index 0000000000000..043b265df79c3 --- /dev/null +++ b/manifests/e/Element/Element/1.11.77/Element.Element.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.77 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.2.21/ElementLabs.LMStudio.installer.yaml b/manifests/e/ElementLabs/LMStudio/0.2.21/ElementLabs.LMStudio.installer.yaml new file mode 100644 index 0000000000000..64d30f6492137 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.2.21/ElementLabs.LMStudio.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.2.21 +InstallerType: exe +Installers: +- Architecture: x64 + InstallerUrl: https://releases.lmstudio.ai/windows/0.2.21/c/latest/LM-Studio-0.2.21-Setup.exe + InstallerSha256: 150B58B5D29788C8589E0E2A8522F85549B8990AF9FF85D5B6B7598031B9F9A6 + Switches: + Silent: '--silent' + SilentWithProgress: '--silent' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.2.21/ElementLabs.LMStudio.locale.en-US.yaml b/manifests/e/ElementLabs/LMStudio/0.2.21/ElementLabs.LMStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..4729d2a02f505 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.2.21/ElementLabs.LMStudio.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.2.21 +PackageLocale: en-US +Publisher: LM Studio +PackageName: LM Studio +License: Apache 2.0 +Copyright: Copyright © 2024 LM Studio +ShortDescription: LM Studio is an easy to use desktop app for experimenting with local and open-source Large Language Models (LLMs). +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.2.21/ElementLabs.LMStudio.yaml b/manifests/e/ElementLabs/LMStudio/0.2.21/ElementLabs.LMStudio.yaml new file mode 100644 index 0000000000000..b06361a3516c0 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.2.21/ElementLabs.LMStudio.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.2.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.2.25/ElementLabs.LMStudio.installer.yaml b/manifests/e/ElementLabs/LMStudio/0.2.25/ElementLabs.LMStudio.installer.yaml new file mode 100644 index 0000000000000..925a5f5ff3a6f --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.2.25/ElementLabs.LMStudio.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.2.25 +InstallerType: exe +ReleaseDate: 2024-06-13 +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: '/S /qn' + SilentWithProgress: '/S /qb' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.lmstudio.ai/windows/0.2.25/latest/LM-Studio-0.2.25-Setup.exe + InstallerSha256: 049A309BA19935864E6DB0EB7F0CA75DA44150CC3057C65E2D9EED3A67CF4C8B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.2.25/ElementLabs.LMStudio.locale.en-US.yaml b/manifests/e/ElementLabs/LMStudio/0.2.25/ElementLabs.LMStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..bf63a5b1df325 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.2.25/ElementLabs.LMStudio.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created with komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.2.25 +PackageLocale: en-US +Publisher: LM Studio +PackageName: LM Studio +License: Apache 2.0 +Copyright: Copyright © 2024 LM Studio +ShortDescription: LM Studio is an easy to use desktop app for experimenting with local and open-source Large Language Models (LLMs). +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.2.25/ElementLabs.LMStudio.yaml b/manifests/e/ElementLabs/LMStudio/0.2.25/ElementLabs.LMStudio.yaml new file mode 100644 index 0000000000000..c217805ade202 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.2.25/ElementLabs.LMStudio.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.2.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.3.2/ElementLabs.LMStudio.installer.yaml b/manifests/e/ElementLabs/LMStudio/0.3.2/ElementLabs.LMStudio.installer.yaml new file mode 100644 index 0000000000000..eba0c1501b8d4 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.3.2/ElementLabs.LMStudio.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.3.2 +InstallerType: exe # Squirrel +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- lmstudio +Installers: +- Architecture: x64 + InstallerUrl: https://releases.lmstudio.ai/win32/x64/0.3.2/2/LM-Studio-0.3.2-Setup.exe + InstallerSha256: A735F4955342205D3DA8212FC141D985DDB8E2D1A8226AE4C4A14ED282F0A964 + ProductCode: LM-Studio +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.3.2/ElementLabs.LMStudio.locale.en-US.yaml b/manifests/e/ElementLabs/LMStudio/0.3.2/ElementLabs.LMStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..b42fbc1c30863 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.3.2/ElementLabs.LMStudio.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.3.2 +PackageLocale: en-US +Publisher: LM Studio +PublisherUrl: https://lmstudio.ai/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Element Labs, Inc. +PackageName: LM Studio +PackageUrl: https://lmstudio.ai/ +License: Freeware +LicenseUrl: https://lmstudio.ai/terms +Copyright: © LM Studio 2023 - 2024 +CopyrightUrl: https://lmstudio.ai/terms +ShortDescription: Discover, download, and run local LLMs +Description: LM Studio is an easy to use desktop app for experimenting with local and open-source Large Language Models (LLMs). The LM Studio cross platform desktop app allows you to download and run any ggml-compatible model from Hugging Face, and provides a simple yet powerful model configuration and inferencing UI. The app leverages your GPU when possible. +# Moniker: +Tags: +- ai +- large-language-model +- llama +- llm +- mistral +ReleaseNotes: |- + What's new in 0.3.2 + - New: Ability to pin models to the top is back! + - Right-click on a model in My Models and select "Pin to top" to pin it to the top of the list. + - Chat migration dialog now appears in the chat side bar. + - You can migrate your chats from pre-0.3.0 versions from there. + - As of v0.3.1, system prompts now migrated as well. + - Your old chats are NOT deleted. + - Don't show a badge with a number on the downloads button if there are no downloads + - Added a button to collapse the FAQ sidebar in the Discover tab + - Reduced default context size from 8K to 4K tokens to alleviate Out of Memory issues + - You can still configure any context size you want in the model load settings + - Added a warning next to the Flash Attention in model load settings + - Flash Attention is experimental and may not be suitable for all models + - Updated the bundled llama.cpp engine to 3246fe84d78c8ccccd4291132809236ef477e9ea (Aug 27) + + Bug Fixes + - Bug fix: My Models model size aggregation was incorrect when you had multi-part model files + - Bug fix: (Linux) RAG would fail due to missing bundled embedding model (fixed) + - Bug fix: Flash Attention - KV cache quantization is back to FP16 by default + - In 0.3.0, the K and V were both set to Q8, which introduced large latencies in some cases + - You might notice an increase in memory consumption when FA is ON compared with 0.3.1, but on par with 0.2.31 + - Bug fix: On some setups app would hang at start up (fix + mitigation) + - Bug fix: Fixed an issue where the downloads panel was dragged over the app top bar + - Bug fix: Fixed typos in built-in code snippets (server tab) +ReleaseNotesUrl: https://lmstudio.ai/blog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://lmstudio.ai/docs/welcome +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.3.2/ElementLabs.LMStudio.locale.zh-CN.yaml b/manifests/e/ElementLabs/LMStudio/0.3.2/ElementLabs.LMStudio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..76e009b91cb82 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.3.2/ElementLabs.LMStudio.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.3.2 +PackageLocale: zh-CN +Publisher: LM Studio +PublisherUrl: https://lmstudio.ai/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Element Labs, Inc. +PackageName: LM Studio +PackageUrl: https://lmstudio.ai/ +License: 免费软件 +LicenseUrl: https://lmstudio.ai/terms +Copyright: © LM Studio 2023 - 2024 +CopyrightUrl: https://lmstudio.ai/terms +ShortDescription: 发现、下载和运行本地大语言模型 +Description: LM Studio 是一款易用的桌面应用,用于对本地开源大语言模型(LLM)进行实验。LM Studio 跨平台桌面应用允许您从 Hugging Face 下载并运行任何兼容 ggml 的模型,并提供简单而强大的模型配置和推理用户界面。该应用程序尽可能利用 GPU。 +# Moniker: +Tags: +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +# ReleaseNotes: +ReleaseNotesUrl: https://lmstudio.ai/blog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://lmstudio.ai/docs/welcome +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.3.2/ElementLabs.LMStudio.yaml b/manifests/e/ElementLabs/LMStudio/0.3.2/ElementLabs.LMStudio.yaml new file mode 100644 index 0000000000000..5ddcad599d734 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.3.2/ElementLabs.LMStudio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/CameraHub/1.11.0.4066/Elgato.CameraHub.installer.yaml b/manifests/e/Elgato/CameraHub/1.11.0.4066/Elgato.CameraHub.installer.yaml new file mode 100644 index 0000000000000..559d6d1346366 --- /dev/null +++ b/manifests/e/Elgato/CameraHub/1.11.0.4066/Elgato.CameraHub.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Elgato.CameraHub +PackageVersion: 1.11.0.4066 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALL_DIR_COMPANY="" +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +AppsAndFeaturesEntries: +- ProductCode: '{B7ABB05D-A97B-4C43-925C-5E40491B5AE9}' + UpgradeCode: '{2FD40FAD-D083-4B73-9315-462CB1D8F2BF}' +Installers: +- Architecture: x64 + InstallerUrl: https://edge.elgato.com/egc/windows/echw/1.11.0/CameraHub_1.11.0.4066_x64.msi + InstallerSha256: 9C3E92C30BD57A066FB7D9E7789CD2A472EA1606B6ADEE09402BB64FCA1A8063 + ProductCode: '{B7ABB05D-A97B-4C43-925C-5E40491B5AE9}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/CameraHub/1.11.0.4066/Elgato.CameraHub.locale.en-US.yaml b/manifests/e/Elgato/CameraHub/1.11.0.4066/Elgato.CameraHub.locale.en-US.yaml new file mode 100644 index 0000000000000..45c83e7fb08b0 --- /dev/null +++ b/manifests/e/Elgato/CameraHub/1.11.0.4066/Elgato.CameraHub.locale.en-US.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Elgato.CameraHub +PackageVersion: 1.11.0.4066 +PackageLocale: en-US +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/ +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Camera Hub +PackageUrl: https://www.elgato.com/s/downloads +License: Proprietary +LicenseUrl: https://www.elgato.com/s/terms-of-use +Copyright: Copyright © 2021-2024 Corsair Memory, Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Dial in your Facecam settings like a pro. +# Description: +# Moniker: +Tags: +- broadcasting +- cam-link +- camera +- facecam +- streaming +- webcam +ReleaseNotes: |- + What’s new in Camera Hub 1.11? + + 🗣️ Voice Sync - Intelligent script scrolling + Powered by AI and machine learning, Voice Sync* ensures your script moves only when you speak. It adapts to your reading pace—whether you speed up, slow down, or pause, the text follows your lead. Skip a line? Voice Sync adjusts seamlessly. Go off-topic? It waits for you to resume. + Voice Sync supports English, German, Spanish, French, Dutch, Danish, Italian, and Portuguese, with more languages on the way. + Additionally, a new optional reading line setting dims already-read text and highlights upcoming text, making it easier to follow along. + Learn more about Voice Sync. + + *Requires NVIDIA RTX 2060 or M1 Apple Silicon or better and a microphone + + ↩️ Camera Preview Quick look + Quickly access your camera preview in Prompter to check your lighting and framing, ensuring everything is perfect before going live or starting an important meeting. + Or tap a key on Stream Deck with the new Preview To Prompter action. + Get the Camera Hub plugin for Stream Deck + + ⌨️ Global Hotkeys for Prompter control + You can now control various Prompter functions using hotkeys. + - Play/Pause: + - Windows: Ctrl + Alt + P + - macOS: Ctrl + Command + P + - Next Chapter: + - Windows: Ctrl + Alt + Page Down + - macOS: Ctrl + Command + Page Down + - Previous Chapter: + - Windows: Ctrl + Alt + Page Up + - macOS: Ctrl + Command + Page Up + + 🛠️ Bug fixes & performance improvements + - Fixed a bug where Camera Hub could crash when connecting an iPhone and using EpocCam + - Improved support for Arabic text and right-to-left processing in Prompter text mode + - Text mode is now always the top layer on Prompter’s display when active + - Improved firmware update stability by temporarily disabling Stream Deck actions when an update is in progress + - Fixed a bug where constant scroll mode was not working when coming back from Chat + - Fixed a bug where colors for Cam Link 4K were incorrect + - Fixed a bug where shutter speed was disabled after turning off Automatic Exposure for Facecam Pro + + Want to share feedback on Camera Hub 1.11? Connect with us: + - Leave a comment on our Subreddit + - Chat with fellow community members on Discord + - Hit up @elgato on Twitter + - Contact our Support Team +ReleaseNotesUrl: https://edge.elgato.com/egc/ch_content/releasenotes/1.11j.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/CameraHub/1.11.0.4066/Elgato.CameraHub.locale.zh-CN.yaml b/manifests/e/Elgato/CameraHub/1.11.0.4066/Elgato.CameraHub.locale.zh-CN.yaml new file mode 100644 index 0000000000000..409ed8c93aca3 --- /dev/null +++ b/manifests/e/Elgato/CameraHub/1.11.0.4066/Elgato.CameraHub.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Elgato.CameraHub +PackageVersion: 1.11.0.4066 +PackageLocale: zh-CN +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/cn/zh +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/cn/zh/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Camera Hub +PackageUrl: https://www.elgato.com/cn/zh/s/downloads +License: 专有软件 +LicenseUrl: https://www.elgato.com/cn/zh/s/terms-of-use +Copyright: Copyright © 2021-2024 Corsair Memory, Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: 像专业人士一样调试 Facecam 设置。 +# Description: +# Moniker: +Tags: +- cam-link +- facecam +- 串流 +- 摄像头 +- 直播 +# ReleaseNotes: +ReleaseNotesUrl: https://edge.elgato.com/egc/ch_content/releasenotes/1.11j.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/CameraHub/1.11.0.4066/Elgato.CameraHub.yaml b/manifests/e/Elgato/CameraHub/1.11.0.4066/Elgato.CameraHub.yaml new file mode 100644 index 0000000000000..384bbb8e90139 --- /dev/null +++ b/manifests/e/Elgato/CameraHub/1.11.0.4066/Elgato.CameraHub.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Elgato.CameraHub +PackageVersion: 1.11.0.4066 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/ControlCenter/1.7.1.600/Elgato.ControlCenter.installer.yaml b/manifests/e/Elgato/ControlCenter/1.7.1.600/Elgato.ControlCenter.installer.yaml new file mode 100644 index 0000000000000..63bbd34345aaa --- /dev/null +++ b/manifests/e/Elgato/ControlCenter/1.7.1.600/Elgato.ControlCenter.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Elgato.ControlCenter +PackageVersion: 1.7.1.600 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALL_DIR_COMPANY="" +UpgradeBehavior: install +ReleaseDate: 2024-08-20 +AppsAndFeaturesEntries: +- ProductCode: '{0D9307EE-E68C-4330-AC94-19ED7E767BEE}' + UpgradeCode: '{1D4525F4-38FD-4D2C-9620-4283D4B8DDC3}' +Installers: +- Architecture: x64 + InstallerUrl: https://edge.elgato.com/egc/windows/eccw/1.7.1/ControlCenter_1.7.1.600_x64.msi + InstallerSha256: 4AF1DE0C4CDC65F307518D0FC3915CA56740CD499211B6A858D4DCC6A88C0B09 + ProductCode: '{0D9307EE-E68C-4330-AC94-19ED7E767BEE}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/ControlCenter/1.7.1.600/Elgato.ControlCenter.locale.en-US.yaml b/manifests/e/Elgato/ControlCenter/1.7.1.600/Elgato.ControlCenter.locale.en-US.yaml new file mode 100644 index 0000000000000..7ae819ee526a2 --- /dev/null +++ b/manifests/e/Elgato/ControlCenter/1.7.1.600/Elgato.ControlCenter.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Elgato.ControlCenter +PackageVersion: 1.7.1.600 +PackageLocale: en-US +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/ +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Control Center +PackageUrl: https://www.elgato.com/s/downloads +License: Proprietary +LicenseUrl: https://www.elgato.com/s/terms-of-use +Copyright: Copyright © 2018-24 Corsair Memory, Inc. +# CopyrightUrl: +ShortDescription: Control your Elgato lights with ease +# Description: +# Moniker: +# Tags: +ReleaseNotes: |- + What’s new in Control Center 1.7.1? + + Firmware updates + We’re rolling out a firmware update across our entire lighting family to address two issues: + - Resolved an issue that caused firmware to crash after a certain period, leading to unresponsive lighting. This made the device appear disconnected from Wi-Fi and undiscoverable in the Control Center. + - Protected against a potential security vulnerability. + Learn how to update your accessory firmware. + + Siren light scene + Now Light Strip Pro owners can role-play as their favorite police officer with matching red-and-blue ambiance. + + Bug fixes & performance improvements + - Fixed a rare issue that caused Control Center to spam excessive network requests + - Resolved multiple crash issues + - - + Want to share feedback on Control Center 1.7.1? Connect with us: + - Leave a comment on our Subreddit + - Chat with fellow community members on Discord + - Hit up @elgato on Twitter + - Contact our Support Team +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/ControlCenter/1.7.1.600/Elgato.ControlCenter.locale.zh-CN.yaml b/manifests/e/Elgato/ControlCenter/1.7.1.600/Elgato.ControlCenter.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9bc8459397e55 --- /dev/null +++ b/manifests/e/Elgato/ControlCenter/1.7.1.600/Elgato.ControlCenter.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Elgato.ControlCenter +PackageVersion: 1.7.1.600 +PackageLocale: zh-CN +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/cn/zh +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/cn/zh/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Control Center +PackageUrl: https://www.elgato.com/cn/zh/s/downloads +License: 专有软件 +LicenseUrl: https://www.elgato.com/cn/zh/s/terms-of-use +Copyright: Copyright © 2018-24 Corsair Memory, Inc. +# CopyrightUrl: +ShortDescription: 轻松控制您的 Elgato 灯光 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/ControlCenter/1.7.1.600/Elgato.ControlCenter.yaml b/manifests/e/Elgato/ControlCenter/1.7.1.600/Elgato.ControlCenter.yaml new file mode 100644 index 0000000000000..b234d44274790 --- /dev/null +++ b/manifests/e/Elgato/ControlCenter/1.7.1.600/Elgato.ControlCenter.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Elgato.ControlCenter +PackageVersion: 1.7.1.600 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.0.20977/Elgato.StreamDeck.installer.yaml b/manifests/e/Elgato/StreamDeck/6.7.0.20977/Elgato.StreamDeck.installer.yaml new file mode 100644 index 0000000000000..c2e4a3b3ffac2 --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.0.20977/Elgato.StreamDeck.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.0.20977 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALL_DIR_COMPANY="" +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +AppsAndFeaturesEntries: +- ProductCode: '{FC5E18A9-1E53-4DD3-BF6E-7055CF75CAB7}' + UpgradeCode: '{01432FFB-C9DB-40F6-8E32-575FB514874C}' +Installers: +- Architecture: x64 + InstallerUrl: https://edge.elgato.com/egc/windows/sd/Stream_Deck_6.7.0.20977.msi + InstallerSha256: B19948CC24D6618EBB781940BDDDC402B176D74708D5178EB3C84EE909089E85 + ProductCode: '{FC5E18A9-1E53-4DD3-BF6E-7055CF75CAB7}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.0.20977/Elgato.StreamDeck.locale.en-US.yaml b/manifests/e/Elgato/StreamDeck/6.7.0.20977/Elgato.StreamDeck.locale.en-US.yaml new file mode 100644 index 0000000000000..11db7baf0f220 --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.0.20977/Elgato.StreamDeck.locale.en-US.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.0.20977 +PackageLocale: en-US +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/ +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Stream Deck +PackageUrl: https://www.elgato.com/s/downloads +License: Proprietary +LicenseUrl: https://www.elgato.com/s/terms-of-use +Copyright: Copyright © 2017-2024 Corsair Memory, Inc. +# CopyrightUrl: +ShortDescription: With Stream Deck, unleash your creative genius and make waves across Twitch and YouTube. All while focusing on what matters most your audience. As a broadcaster that likes to produce on the fly and have high quality production. +# Description: +Moniker: streamdeck +Tags: +- broadcasting +- streaming +- twitch +- video +ReleaseNotes: |- + What’s new in Stream Deck 6.7? + + 🆕 Pick your power-up + Introducing two new accessories for Stream Deck +, XLR Dock and USB Hub. + Equipped with XLR Dock, Stream Deck + becomes the ultimate audio station. In back, plug your premium microphone into a mighty interface for studio-like sound. + Meanwhile, USB Hub offers additional ports to expand your setup. Connect up to four devices, with fast USB 3.0 transfer speeds and an SD card reader. + + Note: Both XLR Dock and USB Hub require Stream Deck + and are not compatible with other Stream Deck devices. + Learn more about XLR Dock and USB Hub + + 🛞 Action Wheel + Activate any action with dials - Now, you can assign multiple key actions to a Stream Deck + dial. Simply turn the dial to select your desired action and press to activate, enabling quick and efficient access to actions. + + 🔊 Volume Controller 2.0 + Get total control of your audio - new in this update, change volume of inputs such as microphones and outputs such as headphones or speakers with Volume Controller. On Windows, control the volume of applications* themselves. + + *App volume control is only available on Windows + Get Volume Controller from Marketplace + + 🔌 USB connectivity for Stream Deck Mobile* + We get it; Wi-Fi can be unreliable. Now, connect your iPhone or iPad directly to your computer with a USB cable and enjoy the reliability of a wired connection with Stream Deck Mobile, plus keep your device charged while in use. + + *Requires Stream Deck Mobile 2.0 on iOS or iPadOS. + + ✅ OBS Studio Chapter Marker + OBS Studio 30.2 introduced chapter markers, and now you can set markers during recordings easily with Stream Deck. Additionally, chapters can have custom names for powerful organization when editing. + + Get the OBS Studio plugin from Marketplace + + 🛠️ Bug fixes and performance improvements + - A new badge is shown when XLR Dock is connected + - A new default profile has been added when using XLR Dock with Stream Deck + + - Removed Facebook account login to optimize our team’s resources better and focus on new exciting projects and products + - Page names and icon customization are now available for all Stream Deck devices with pages support + - Resolved a bug where Soundboard audio would continue looping even after stopping all audio + - Resolved a bug that caused custom dial icons and backgrounds to disappear after Stream Deck software restarted + + Want to share feedback on Stream Deck 6.7? Connect with us: + - Leave a comment on our Subreddit + - Chat with fellow community members on Discord + - Hit up @elgato on Twitter + - Contact our Support Team +ReleaseNotesUrl: https://edge.elgato.com/egc/sd_content/releasenotes/6.7.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.0.20977/Elgato.StreamDeck.locale.zh-CN.yaml b/manifests/e/Elgato/StreamDeck/6.7.0.20977/Elgato.StreamDeck.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a9aa483bb7bab --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.0.20977/Elgato.StreamDeck.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.0.20977 +PackageLocale: zh-CN +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/cn/zh +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/cn/zh/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Stream Deck +PackageUrl: https://www.elgato.com/cn/zh/s/downloads +License: 专有软件 +LicenseUrl: https://www.elgato.com/cn/zh/s/terms-of-use +Copyright: Copyright © 2017-2024 Corsair Memory, Inc. +# CopyrightUrl: +ShortDescription: 使用 Stream Deck,释放你的创意天分,在 Twitch 和 YouTube 上掀起波澜,专注于观众最关心的内容,并致力于即时高质量的制作。 +# Description: +# Moniker: +Tags: +- twitch +- 串流 +- 直播 +- 视频 +# ReleaseNotes: +ReleaseNotesUrl: https://edge.elgato.com/egc/sd_content/releasenotes/6.7.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.0.20977/Elgato.StreamDeck.yaml b/manifests/e/Elgato/StreamDeck/6.7.0.20977/Elgato.StreamDeck.yaml new file mode 100644 index 0000000000000..0f79cde1e1092 --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.0.20977/Elgato.StreamDeck.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.0.20977 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.1.20984/Elgato.StreamDeck.installer.yaml b/manifests/e/Elgato/StreamDeck/6.7.1.20984/Elgato.StreamDeck.installer.yaml new file mode 100644 index 0000000000000..4a9527a96499e --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.1.20984/Elgato.StreamDeck.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.1.20984 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALL_DIR_COMPANY="" +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +AppsAndFeaturesEntries: +- ProductCode: '{8D4B1BD1-4F72-459A-A978-06A781C3E9B3}' + UpgradeCode: '{01432FFB-C9DB-40F6-8E32-575FB514874C}' +Installers: +- Architecture: x64 + InstallerUrl: https://edge.elgato.com/egc/windows/sd/Stream_Deck_6.7.1.20984.msi + InstallerSha256: F17C9F72A5CA390D1BCC746EFFAAF5D5DDBC9EA36483DFF7AC5F62B490939115 + ProductCode: '{8D4B1BD1-4F72-459A-A978-06A781C3E9B3}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.1.20984/Elgato.StreamDeck.locale.en-US.yaml b/manifests/e/Elgato/StreamDeck/6.7.1.20984/Elgato.StreamDeck.locale.en-US.yaml new file mode 100644 index 0000000000000..123b49a242cee --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.1.20984/Elgato.StreamDeck.locale.en-US.yaml @@ -0,0 +1,77 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.1.20984 +PackageLocale: en-US +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/ +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Stream Deck +PackageUrl: https://www.elgato.com/s/downloads +License: Proprietary +LicenseUrl: https://www.elgato.com/s/terms-of-use +Copyright: Copyright © 2017-2024 Corsair Memory, Inc. +# CopyrightUrl: +ShortDescription: With Stream Deck, unleash your creative genius and make waves across Twitch and YouTube. All while focusing on what matters most your audience. As a broadcaster that likes to produce on the fly and have high quality production. +# Description: +Moniker: streamdeck +Tags: +- broadcasting +- streaming +- twitch +- video +ReleaseNotes: |- + What’s new in Stream Deck 6.7.1? + + 🆕 Pick your power-up + Introducing two new accessories for Stream Deck +, XLR Dock and USB Hub. + Equipped with XLR Dock, Stream Deck + becomes the ultimate audio station. In back, plug your premium microphone into a mighty interface for studio-like sound. + Meanwhile, USB Hub offers additional ports to expand your setup. Connect up to four devices, with fast USB 3.0 transfer speeds and an SD card reader. + + Note: Both XLR Dock and USB Hub require Stream Deck + and are not compatible with other Stream Deck devices. + Learn more about XLR Dock and USB Hub + + 🛞 Action Wheel + Activate any action with dials - Now, you can assign multiple key actions to a Stream Deck + dial. Simply turn the dial to select your desired action and press to activate, enabling quick and efficient access to actions. + + 🔊 Volume Controller 2.0 + Get total control of your audio - new in this update, change volume of inputs such as microphones and outputs such as headphones or speakers with Volume Controller. On Windows, control the volume of applications* themselves. + + *App volume control is only available on Windows + Get Volume Controller from Marketplace + + 🔌 USB connectivity for Stream Deck Mobile* + We get it; Wi-Fi can be unreliable. Now, connect your iPhone or iPad directly to your computer with a USB cable and enjoy the reliability of a wired connection with Stream Deck Mobile, plus keep your device charged while in use. + + *Requires Stream Deck Mobile 2.0 on iOS or iPadOS. + + ✅ OBS Studio Chapter Marker + OBS Studio 30.2 introduced chapter markers, and now you can set markers during recordings easily with Stream Deck. Additionally, chapters can have custom names for powerful organization when editing. + + Get the OBS Studio plugin from Marketplace + + 🛠️ Bug fixes and performance improvements + - A new badge is shown when XLR Dock is connected + - A new default profile has been added when using XLR Dock with Stream Deck + + - Removed Facebook account login to optimize our team’s resources better and focus on new exciting projects and products + - Page names and icon customization are now available for all Stream Deck devices with pages support + - Resolved a bug where Soundboard audio would continue looping even after stopping all audio + - Resolved a bug that caused custom dial icons and backgrounds to disappear after Stream Deck software restarted + - Resolved an issue that required re-pairing Stream Deck Mobile to the desktop app + - Fixed a problem with setting icons from the icon library for Multi Actions + - Corrected the Action Bar state to accurately reflect after switching pages + + Want to share feedback on Stream Deck 6.7.1? Connect with us: + - Leave a comment on our Subreddit + - Chat with fellow community members on Discord + - Hit up @elgato on Twitter + - Contact our Support Team +ReleaseNotesUrl: https://edge.elgato.com/egc/sd_content/releasenotes/6.7.1.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.1.20984/Elgato.StreamDeck.locale.zh-CN.yaml b/manifests/e/Elgato/StreamDeck/6.7.1.20984/Elgato.StreamDeck.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f063c1004b5e4 --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.1.20984/Elgato.StreamDeck.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.1.20984 +PackageLocale: zh-CN +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/cn/zh +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/cn/zh/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Stream Deck +PackageUrl: https://www.elgato.com/cn/zh/s/downloads +License: 专有软件 +LicenseUrl: https://www.elgato.com/cn/zh/s/terms-of-use +Copyright: Copyright © 2017-2024 Corsair Memory, Inc. +# CopyrightUrl: +ShortDescription: 使用 Stream Deck,释放你的创意天分,在 Twitch 和 YouTube 上掀起波澜,专注于观众最关心的内容,并致力于即时高质量的制作。 +# Description: +# Moniker: +Tags: +- twitch +- 串流 +- 直播 +- 视频 +# ReleaseNotes: +ReleaseNotesUrl: https://edge.elgato.com/egc/sd_content/releasenotes/6.7.1.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.1.20984/Elgato.StreamDeck.yaml b/manifests/e/Elgato/StreamDeck/6.7.1.20984/Elgato.StreamDeck.yaml new file mode 100644 index 0000000000000..5bfdf32980d0e --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.1.20984/Elgato.StreamDeck.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.1.20984 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.2.20986/Elgato.StreamDeck.installer.yaml b/manifests/e/Elgato/StreamDeck/6.7.2.20986/Elgato.StreamDeck.installer.yaml new file mode 100644 index 0000000000000..07542babfdbe8 --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.2.20986/Elgato.StreamDeck.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.2.20986 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALL_DIR_COMPANY="" +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +AppsAndFeaturesEntries: +- ProductCode: '{8D4B1BD1-4F72-459A-A978-06A781C3E9B3}' + UpgradeCode: '{01432FFB-C9DB-40F6-8E32-575FB514874C}' +Installers: +- Architecture: x64 + InstallerUrl: https://edge.elgato.com/egc/windows/sd/Stream_Deck_6.7.2.20986.msi + InstallerSha256: 02F14359AC8E87B9966ACA3FD8B5A8EF4F8F639B8922B9AC5CAB03707461D83E + ProductCode: '{8BD3A1B0-754F-414A-A50C-EC0E4A1E5724}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.2.20986/Elgato.StreamDeck.locale.en-US.yaml b/manifests/e/Elgato/StreamDeck/6.7.2.20986/Elgato.StreamDeck.locale.en-US.yaml new file mode 100644 index 0000000000000..8a543c92f79f2 --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.2.20986/Elgato.StreamDeck.locale.en-US.yaml @@ -0,0 +1,81 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.2.20986 +PackageLocale: en-US +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/ +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Stream Deck +PackageUrl: https://www.elgato.com/s/downloads +License: Proprietary +LicenseUrl: https://www.elgato.com/s/terms-of-use +Copyright: Copyright © 2017-2024 Corsair Memory, Inc. +# CopyrightUrl: +ShortDescription: With Stream Deck, unleash your creative genius and make waves across Twitch and YouTube. All while focusing on what matters most your audience. As a broadcaster that likes to produce on the fly and have high quality production. +# Description: +Moniker: streamdeck +Tags: +- broadcasting +- streaming +- twitch +- video +ReleaseNotes: |- + What’s new in Stream Deck 6.7.2? + + ℹ️ If you are on Stream Deck 6.7 already, to update to Stream Deck 6.7.2, please download it from the link below and install it manually. This is necessary due to a bug in the in-app update installer which can cause it to crash. Click here to download Stream Deck 6.7.2 + If you have Stream Deck 6.6 or lower installed, continue the update as normal. + + 🆕 Pick your power-up + Introducing two new accessories for Stream Deck +, XLR Dock and USB Hub. + Equipped with XLR Dock, Stream Deck + becomes the ultimate audio station. In back, plug your premium microphone into a mighty interface for studio-like sound. + Meanwhile, USB Hub offers additional ports to expand your setup. Connect up to four devices, with fast USB 3.0 transfer speeds and an SD card reader. + + Note: Both XLR Dock and USB Hub require Stream Deck + and are not compatible with other Stream Deck devices. + Learn more about XLR Dock and USB Hub + + 🛞 Action Wheel + Activate any action with dials - Now, you can assign multiple key actions to a Stream Deck + dial. Simply turn the dial to select your desired action and press to activate, enabling quick and efficient access to actions. + + 🔊 Volume Controller 2.0 + Get total control of your audio - new in this update, change volume of inputs such as microphones and outputs such as headphones or speakers with Volume Controller. On Windows, control the volume of applications* themselves. + + *App volume control is only available on Windows + Get Volume Controller from Marketplace + + 🔌 USB connectivity for Stream Deck Mobile* + We get it; Wi-Fi can be unreliable. Now, connect your iPhone or iPad directly to your computer with a USB cable and enjoy the reliability of a wired connection with Stream Deck Mobile, plus keep your device charged while in use. + + *Requires Stream Deck Mobile 2.0 on iOS or iPadOS. + + ✅ OBS Studio Chapter Marker + OBS Studio 30.2 introduced chapter markers, and now you can set markers during recordings easily with Stream Deck. Additionally, chapters can have custom names for powerful organization when editing. + + Get the OBS Studio plugin from Marketplace + + 🛠️ Bug fixes and performance improvements + - A new badge is shown when XLR Dock is connected + - A new default profile has been added when using XLR Dock with Stream Deck + + - Removed Facebook account login to optimize our team’s resources better and focus on new exciting projects and products + - Page names and icon customization are now available for all Stream Deck devices with pages support + - Resolved a bug where Soundboard audio would continue looping even after stopping all audio + - Resolved a bug that caused custom dial icons and backgrounds to disappear after Stream Deck software restarted + - Resolved an issue that which required re-pairing Stream Deck Mobile to the desktop app + - Fixed a problem with setting icons from the icon library for Multi Actions + - Corrected the Action Bar state to accurately reflect after switching pages + - After using the Website action, the browser will stay open when closing the Stream Deck app + + Want to share feedback on Stream Deck 6.7.2? Connect with us: + - Leave a comment on our Subreddit + - Chat with fellow community members on Discord + - Hit up @elgato on Twitter + - Contact our Support Team +ReleaseNotesUrl: https://edge.elgato.com/egc/sd_content/releasenotes/6.7.2.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.2.20986/Elgato.StreamDeck.locale.zh-CN.yaml b/manifests/e/Elgato/StreamDeck/6.7.2.20986/Elgato.StreamDeck.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d49ffcf7b9f5e --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.2.20986/Elgato.StreamDeck.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.2.20986 +PackageLocale: zh-CN +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/cn/zh +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/cn/zh/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Stream Deck +PackageUrl: https://www.elgato.com/cn/zh/s/downloads +License: 专有软件 +LicenseUrl: https://www.elgato.com/cn/zh/s/terms-of-use +Copyright: Copyright © 2017-2024 Corsair Memory, Inc. +# CopyrightUrl: +ShortDescription: 使用 Stream Deck,释放你的创意天分,在 Twitch 和 YouTube 上掀起波澜,专注于观众最关心的内容,并致力于即时高质量的制作。 +# Description: +# Moniker: +Tags: +- twitch +- 串流 +- 直播 +- 视频 +# ReleaseNotes: +ReleaseNotesUrl: https://edge.elgato.com/egc/sd_content/releasenotes/6.7.2.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.2.20986/Elgato.StreamDeck.yaml b/manifests/e/Elgato/StreamDeck/6.7.2.20986/Elgato.StreamDeck.yaml new file mode 100644 index 0000000000000..91ae6c52fbbcb --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.2.20986/Elgato.StreamDeck.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.2.20986 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.3.21005/Elgato.StreamDeck.installer.yaml b/manifests/e/Elgato/StreamDeck/6.7.3.21005/Elgato.StreamDeck.installer.yaml new file mode 100644 index 0000000000000..3990d7e3829a1 --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.3.21005/Elgato.StreamDeck.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.3.21005 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALL_DIR_COMPANY="" +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +AppsAndFeaturesEntries: +- ProductCode: '{8D4B1BD1-4F72-459A-A978-06A781C3E9B3}' + UpgradeCode: '{01432FFB-C9DB-40F6-8E32-575FB514874C}' +Installers: +- Architecture: x64 + InstallerUrl: https://edge.elgato.com/egc/windows/sd/Stream_Deck_6.7.3.21005.msi + InstallerSha256: 2DA3658E78B10511E7C18A27BB277464C5C3A5593D23A877B7734D6DFE1D283F + ProductCode: '{C9FBE6EB-FEC1-4B71-8C9D-CBE3568C0AC7}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.3.21005/Elgato.StreamDeck.locale.en-US.yaml b/manifests/e/Elgato/StreamDeck/6.7.3.21005/Elgato.StreamDeck.locale.en-US.yaml new file mode 100644 index 0000000000000..fe62f5fa47202 --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.3.21005/Elgato.StreamDeck.locale.en-US.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.3.21005 +PackageLocale: en-US +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/ +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Stream Deck +PackageUrl: https://www.elgato.com/s/downloads +License: Proprietary +LicenseUrl: https://www.elgato.com/s/terms-of-use +Copyright: Copyright © 2017-2024 Corsair Memory, Inc. +# CopyrightUrl: +ShortDescription: With Stream Deck, unleash your creative genius and make waves across Twitch and YouTube. All while focusing on what matters most your audience. As a broadcaster that likes to produce on the fly and have high quality production. +# Description: +Moniker: streamdeck +Tags: +- broadcasting +- streaming +- twitch +- video +ReleaseNotes: |- + What’s new in Stream Deck 6.7.3? + + ℹ️ If you are on Stream Deck 6.7 already, to update to Stream Deck 6.7.3, please download it from the link below and install it manually. This is necessary due to a bug in the in-app update installer that causes a crash. Click here to download Stream Deck 6.7.3 + If you have Stream Deck 6.6 or lower installed, continue the update as normal. + 🆕 Pick your power-up + Introducing two new accessories for Stream Deck +, XLR Dock and USB Hub. + Equipped with XLR Dock, Stream Deck + becomes the ultimate audio station. In back, plug your premium microphone into a mighty interface for studio-like sound. + Meanwhile, USB Hub offers additional ports to expand your setup. Connect up to four devices, with fast USB 3.0 transfer speeds and an SD card reader. + + Note: Both XLR Dock and USB Hub require Stream Deck + and are not compatible with other Stream Deck devices. + Learn more about XLR Dock and USB Hub + + 🛞 Action Wheel + Activate any action with dials - Now, you can assign multiple key actions to a Stream Deck + dial. Simply turn the dial to select your desired action and press to activate, enabling quick and efficient access to actions. + + 🔊 Volume Controller 2.0 + Get total control of your audio - new in this update, change volume of inputs such as microphones and outputs such as headphones or speakers with Volume Controller. On Windows, control the volume of applications* themselves. + + *App volume control is only available on Windows + Get Volume Controller from Marketplace + + 🔌 USB connectivity for Stream Deck Mobile* + We get it; Wi-Fi can be unreliable. Now, connect your iPhone or iPad directly to your computer with a USB cable and enjoy the reliability of a wired connection with Stream Deck Mobile, plus keep your device charged while in use. + + *Requires Stream Deck Mobile 2.0 on iOS or iPadOS. + + ✅ OBS Studio Chapter Marker + OBS Studio 30.2 introduced chapter markers, and now you can set markers during recordings easily with Stream Deck. Additionally, chapters can have custom names for powerful organization when editing. + + Get the OBS Studio plugin from Marketplace + + 🛠️ Bug fixes and performance improvements + - A new badge is shown when XLR Dock is connected + - A new default profile has been added when using XLR Dock with Stream Deck + + - Removed Facebook account login to optimize our Team’s resources better and focus on new exciting projects and products + - Page names and icon customization are now available for all Stream Deck devices with pages support + - Resolved a bug where Soundboard audio would continue looping even after stopping all audio + - Resolved a bug that caused custom dial icons and backgrounds to disappear after Stream Deck software restarted + - Resolved an issue that required re-pairing Stream Deck Mobile to the desktop app. + - Fixed a problem with setting icons from the icon library for Multi Actions. + - Corrected the Action Bar state to accurately reflect after switching pages. + - After using the Website action, the browser will stay open when closing the Stream Deck app. + - Prompted to sign into Marketplace when manually checking for plugin updates if not already signed in. + - Fixed an issue where the device list was sent to incorrect mobile apps, causing ghost devices to appear. + - Resolved a bug where Stream Deck restarted terminated plugins during log-off, leading to Windows error messages. + - Added and updated missing localizations. + - Fixed an issue where the second state icon was no longer dimmed automatically. + - Resolved a crash on macOS when the action title style color picker was open while selecting a different action. + + Want to share feedback on Stream Deck 6.7.3? Connect with us: + - Leave a comment on our Subreddit + - Chat with fellow community members on Discord + - Hit up @elgato on Twitter + - Contact our Support Team +ReleaseNotesUrl: https://edge.elgato.com/egc/sd_content/releasenotes/6.7.3_win.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.3.21005/Elgato.StreamDeck.locale.zh-CN.yaml b/manifests/e/Elgato/StreamDeck/6.7.3.21005/Elgato.StreamDeck.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6d5037779b25b --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.3.21005/Elgato.StreamDeck.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.3.21005 +PackageLocale: zh-CN +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/cn/zh +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/cn/zh/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Stream Deck +PackageUrl: https://www.elgato.com/cn/zh/s/downloads +License: 专有软件 +LicenseUrl: https://www.elgato.com/cn/zh/s/terms-of-use +Copyright: Copyright © 2017-2024 Corsair Memory, Inc. +# CopyrightUrl: +ShortDescription: 使用 Stream Deck,释放你的创意天分,在 Twitch 和 YouTube 上掀起波澜,专注于观众最关心的内容,并致力于即时高质量的制作。 +# Description: +# Moniker: +Tags: +- twitch +- 串流 +- 直播 +- 视频 +# ReleaseNotes: +ReleaseNotesUrl: https://edge.elgato.com/egc/sd_content/releasenotes/6.7.3_win.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/StreamDeck/6.7.3.21005/Elgato.StreamDeck.yaml b/manifests/e/Elgato/StreamDeck/6.7.3.21005/Elgato.StreamDeck.yaml new file mode 100644 index 0000000000000..f04512e6b173c --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/6.7.3.21005/Elgato.StreamDeck.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Elgato.StreamDeck +PackageVersion: 6.7.3.21005 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/WaveLink/1.11.0.2550/Elgato.WaveLink.installer.yaml b/manifests/e/Elgato/WaveLink/1.11.0.2550/Elgato.WaveLink.installer.yaml new file mode 100644 index 0000000000000..373f7017323cf --- /dev/null +++ b/manifests/e/Elgato/WaveLink/1.11.0.2550/Elgato.WaveLink.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 1.11.0.2550 +InstallerType: wix +Scope: machine +InstallerSuccessCodes: +- 3010 +UpgradeBehavior: install +Protocols: +- wavelink +FileExtensions: +- wavelink +AppsAndFeaturesEntries: +- ProductCode: '{DD373CB7-412F-4C65-8A56-BB29CCDA9730}' + UpgradeCode: '{EB721D53-410D-40DA-A01B-9573F1A09058}' +Installers: +- Architecture: x64 + InstallerUrl: https://edge.elgato.com/egc/windows/wavelink/1.11.0/WaveLink_1.11.0.2550_x64.msi + InstallerSha256: F8961EC766348E7A9F33BAAAF00FA717D106DC14BE48407E8AFE471C66EF7365 + ProductCode: '{DD373CB7-412F-4C65-8A56-BB29CCDA9730}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/WaveLink/1.11.0.2550/Elgato.WaveLink.locale.en-US.yaml b/manifests/e/Elgato/WaveLink/1.11.0.2550/Elgato.WaveLink.locale.en-US.yaml new file mode 100644 index 0000000000000..83ebee0569038 --- /dev/null +++ b/manifests/e/Elgato/WaveLink/1.11.0.2550/Elgato.WaveLink.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 1.11.0.2550 +PackageLocale: en-US +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/ +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Wave Link +PackageUrl: https://www.elgato.com/s/downloads +License: Proprietary +LicenseUrl: https://www.elgato.com/s/terms-of-use +Copyright: © 2019-2024 Corsair Memory, Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Wave Link gives you ultimate control of your Twitch stream, YouTube video or podcast audio. +# Description: +Moniker: wavelink +Tags: +- audio +- broadcast +- mic +- stream +- wavelink +ReleaseNotes: |- + What’s new in Wave Link 1.11? + 🆕 XLR Dock support + Equipped with XLR Dock, Stream Deck + becomes the ultimate audio station. In back, plug in your XLR microphone for studio-like sound. Up front, customize controls to mix, monitor, or do just about anything. It's all your audio in one place, saving you focus and desk space. + Learn more about XLR Dock. + + Note: XLR Dock requires Stream Deck +. + 🛠️ Bug fixes and performance improvements + - Re-worded the additional Stream Mix output select to “Add Additional Output” to avoid potential confusion. + - Fixed a bug where Low Latency Mode did not work with Wave:1 + + Want to share feedback on Wave Link 1.11? Connect with us: + - Leave a comment on our Subreddit + - Chat with fellow community members on Discord + - Hit up @elgato on Twitter + - Contact our Support Team +ReleaseNotesUrl: https://edge.elgato.com/egc/wl_content/releasenotes/1.11.0_windows.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/WaveLink/1.11.0.2550/Elgato.WaveLink.locale.zh-CN.yaml b/manifests/e/Elgato/WaveLink/1.11.0.2550/Elgato.WaveLink.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9deb5b9721c4b --- /dev/null +++ b/manifests/e/Elgato/WaveLink/1.11.0.2550/Elgato.WaveLink.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 1.11.0.2550 +PackageLocale: zh-CN +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/cn/zh +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/cn/zh/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Wave Link +PackageUrl: https://www.elgato.com/cn/zh/s/downloads +License: 专有软件 +LicenseUrl: https://www.elgato.com/cn/zh/s/terms-of-use +Copyright: © 2019-2024 Corsair Memory, Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Wave Link 帮助您完全掌控您的 Twitch 直播、YouTube 视频或播客音频。 +# Description: +# Moniker: +Tags: +- wavelink +- 串流 +- 直播 +- 音频 +- 麦克风 +# ReleaseNotes: +ReleaseNotesUrl: https://edge.elgato.com/egc/wl_content/releasenotes/1.11.0_windows.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/WaveLink/1.11.0.2550/Elgato.WaveLink.yaml b/manifests/e/Elgato/WaveLink/1.11.0.2550/Elgato.WaveLink.yaml new file mode 100644 index 0000000000000..fdda69a0f3c8a --- /dev/null +++ b/manifests/e/Elgato/WaveLink/1.11.0.2550/Elgato.WaveLink.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 1.11.0.2550 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/WaveLink/1.11.1.2824/Elgato.WaveLink.installer.yaml b/manifests/e/Elgato/WaveLink/1.11.1.2824/Elgato.WaveLink.installer.yaml new file mode 100644 index 0000000000000..5177971e43cdb --- /dev/null +++ b/manifests/e/Elgato/WaveLink/1.11.1.2824/Elgato.WaveLink.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 1.11.1.2824 +InstallerType: wix +Scope: machine +InstallerSuccessCodes: +- 3010 +UpgradeBehavior: install +Protocols: +- wavelink +FileExtensions: +- wavelink +AppsAndFeaturesEntries: +- ProductCode: '{BCA4E916-D8C1-4325-89DA-B5591C91EFDE}' + UpgradeCode: '{EB721D53-410D-40DA-A01B-9573F1A09058}' +Installers: +- Architecture: x64 + InstallerUrl: https://edge.elgato.com/egc/windows/wavelink/1.11.1/WaveLink_1.11.1.2824_x64.msi + InstallerSha256: 02EB4679808F2C36BB44E0CC99C70C61459D42990E9CAFD8B5C98C0E97F3D23D + ProductCode: '{BCA4E916-D8C1-4325-89DA-B5591C91EFDE}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/WaveLink/1.11.1.2824/Elgato.WaveLink.locale.en-US.yaml b/manifests/e/Elgato/WaveLink/1.11.1.2824/Elgato.WaveLink.locale.en-US.yaml new file mode 100644 index 0000000000000..ad30f8f414ecf --- /dev/null +++ b/manifests/e/Elgato/WaveLink/1.11.1.2824/Elgato.WaveLink.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 1.11.1.2824 +PackageLocale: en-US +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/ +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Wave Link +PackageUrl: https://www.elgato.com/s/downloads +License: Proprietary +LicenseUrl: https://www.elgato.com/s/terms-of-use +Copyright: © 2019-2024 Corsair Memory, Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Wave Link gives you ultimate control of your Twitch stream, YouTube video or podcast audio. +# Description: +Moniker: wavelink +Tags: +- audio +- broadcast +- mic +- stream +- wavelink +ReleaseNotes: |- + What’s new in Wave Link 1.11? + + ⚠️ Wave Link 1.11 updates your virtual audio drivers. This will reset your Windows audio settings and any custom audio configuration in OBS Studio, Discord, and other apps where you use Wave Link. After updating, make sure to review your audio settings. + + 🆕 Introducing XLR Dock + Equipped with XLR Dock, Stream Deck + becomes the ultimate audio station. In back, plug in your XLR microphone for studio-like sound. Up front, customize controls to mix, monitor, or do just about anything. It's all your audio in one place. + Learn more about XLR Dock. + + Note: XLR Dock requires Stream Deck +. + 🛠️ Bug fixes and performance improvements + - Re-worded the additional Stream Mix output select to “Add Additional Output” to avoid potential confusion. + - Fixed a bug where Low Latency Mode did not work with Wave:1 + + Want to share feedback on Wave Link 1.11? Connect with us: + - Leave a comment on our Subreddit + - Chat with fellow community members on Discord + - Hit up @elgato on Twitter + - Contact our Support Team +ReleaseNotesUrl: https://edge.elgato.com/egc/wl_content/releasenotes/1.11.0_windows_2.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/WaveLink/1.11.1.2824/Elgato.WaveLink.locale.zh-CN.yaml b/manifests/e/Elgato/WaveLink/1.11.1.2824/Elgato.WaveLink.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f5a104bc682a1 --- /dev/null +++ b/manifests/e/Elgato/WaveLink/1.11.1.2824/Elgato.WaveLink.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 1.11.1.2824 +PackageLocale: zh-CN +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/cn/zh +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/cn/zh/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Wave Link +PackageUrl: https://www.elgato.com/cn/zh/s/downloads +License: 专有软件 +LicenseUrl: https://www.elgato.com/cn/zh/s/terms-of-use +Copyright: © 2019-2024 Corsair Memory, Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Wave Link 帮助您完全掌控您的 Twitch 直播、YouTube 视频或播客音频。 +# Description: +# Moniker: +Tags: +- wavelink +- 串流 +- 直播 +- 音频 +- 麦克风 +# ReleaseNotes: +ReleaseNotesUrl: https://edge.elgato.com/egc/wl_content/releasenotes/1.11.0_windows_2.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elgato/WaveLink/1.11.1.2824/Elgato.WaveLink.yaml b/manifests/e/Elgato/WaveLink/1.11.1.2824/Elgato.WaveLink.yaml new file mode 100644 index 0000000000000..5d49b6bcdc197 --- /dev/null +++ b/manifests/e/Elgato/WaveLink/1.11.1.2824/Elgato.WaveLink.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 1.11.1.2824 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EliWeitzman/ETT/1.3/EliWeitzman.ETT.installer.yaml b/manifests/e/EliWeitzman/ETT/1.3/EliWeitzman.ETT.installer.yaml new file mode 100644 index 0000000000000..65fc8db607fb9 --- /dev/null +++ b/manifests/e/EliWeitzman/ETT/1.3/EliWeitzman.ETT.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EliWeitzman.ETT +PackageVersion: "1.3" +InstallerType: inno +InstallerSwitches: + Silent: /SILENT /ALLUSERS + SilentWithProgress: /VERYSILENT /ALLUSERS +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eliweitzman/EnterpriseTechTool/releases/download/1.3/ETT.Installer.exe + InstallerSha256: F40CC9231438DA3FD0A77508A0A21399002B751EA135AED9267D1C2D9B6C5EEE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EliWeitzman/ETT/1.3/EliWeitzman.ETT.locale.en-US.yaml b/manifests/e/EliWeitzman/ETT/1.3/EliWeitzman.ETT.locale.en-US.yaml new file mode 100644 index 0000000000000..5530f065b2c2b --- /dev/null +++ b/manifests/e/EliWeitzman/ETT/1.3/EliWeitzman.ETT.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EliWeitzman.ETT +PackageVersion: "1.3" +PackageLocale: en-US +Publisher: Eli Weitzman +PackageName: Eli's Enterprise Tech Toolkit +License: BSD-3-Clause License +ShortDescription: Eli's Enterprise Tech Toolkit Setup +Moniker: ETT +Tags: +- ett +- ETT +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EliWeitzman/ETT/1.3/EliWeitzman.ETT.yaml b/manifests/e/EliWeitzman/ETT/1.3/EliWeitzman.ETT.yaml new file mode 100644 index 0000000000000..b741628050ae0 --- /dev/null +++ b/manifests/e/EliWeitzman/ETT/1.3/EliWeitzman.ETT.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EliWeitzman.ETT +PackageVersion: "1.3" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Ellosoft/AWSCredentialsManager/1.0.0.0/Ellosoft.AWSCredentialsManager.installer.yaml b/manifests/e/Ellosoft/AWSCredentialsManager/1.0.0.0/Ellosoft.AWSCredentialsManager.installer.yaml new file mode 100644 index 0000000000000..e7895b19e3ba7 --- /dev/null +++ b/manifests/e/Ellosoft/AWSCredentialsManager/1.0.0.0/Ellosoft.AWSCredentialsManager.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Ellosoft.AWSCredentialsManager +PackageVersion: 1.0.0.0 +InstallerType: portable +Commands: +- aws-cred-mgr +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ellosoft/aws-cred-mgr/releases/download/1.0.0/aws-cred-mgr-win-x64.exe + InstallerSha256: 10429D9E833C32FA0CAA438D667108CF6E876F25FD9D352D0314AFBC8CA36F5D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Ellosoft/AWSCredentialsManager/1.0.0.0/Ellosoft.AWSCredentialsManager.locale.en-US.yaml b/manifests/e/Ellosoft/AWSCredentialsManager/1.0.0.0/Ellosoft.AWSCredentialsManager.locale.en-US.yaml new file mode 100644 index 0000000000000..d4cdc7ba1c49b --- /dev/null +++ b/manifests/e/Ellosoft/AWSCredentialsManager/1.0.0.0/Ellosoft.AWSCredentialsManager.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Ellosoft.AWSCredentialsManager +PackageVersion: 1.0.0.0 +PackageLocale: en-US +Publisher: Ellosoft Limited +PublisherUrl: https://github.com/ellosoft/ +PublisherSupportUrl: https://github.com/ellosoft/aws-cred-mgr +Author: Ellosoft Limited +PackageName: Ellosoft AWS Credentials Manager CLI +License: MIT License +LicenseUrl: https://github.com/ellosoft/aws-cred-mgr/blob/main/LICENSE +ShortDescription: A friendly tool for managing AWS credentials when OKTA authentication is used +Moniker: ellosoft-aws-cred-mgr +Tags: +- aws-credentials +- aws-cred-manager +- aws-cred-mgr +- aws-cred-cli +- ellosoft +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Ellosoft/AWSCredentialsManager/1.0.0.0/Ellosoft.AWSCredentialsManager.yaml b/manifests/e/Ellosoft/AWSCredentialsManager/1.0.0.0/Ellosoft.AWSCredentialsManager.yaml new file mode 100644 index 0000000000000..ee2f635d88d57 --- /dev/null +++ b/manifests/e/Ellosoft/AWSCredentialsManager/1.0.0.0/Ellosoft.AWSCredentialsManager.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Ellosoft.AWSCredentialsManager +PackageVersion: 1.0.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.120.0/Elsevier.MendeleyReferenceManager.installer.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.0/Elsevier.MendeleyReferenceManager.installer.yaml new file mode 100644 index 0000000000000..5d3cc0b4fe668 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.0/Elsevier.MendeleyReferenceManager.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.120.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.120.0-x64.exe + InstallerSha256: 8B002EF4B6B5B8A353B61E711FF89888920D5DAEB21D68D8635394FC626AA579 + InstallerSwitches: + Custom: /currentuser + ProductCode: b4b58389-01e4-5dfd-9842-aad36733657a +- Architecture: x64 + Scope: machine + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.120.0-x64.exe + InstallerSha256: 8B002EF4B6B5B8A353B61E711FF89888920D5DAEB21D68D8635394FC626AA579 + InstallerSwitches: + Custom: /allusers + ProductCode: b4b58389-01e4-5dfd-9842-aad36733657a +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.120.0/Elsevier.MendeleyReferenceManager.locale.en-US.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.0/Elsevier.MendeleyReferenceManager.locale.en-US.yaml new file mode 100644 index 0000000000000..d1a33b8c65a78 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.0/Elsevier.MendeleyReferenceManager.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.120.0 +PackageLocale: en-US +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: Proprietary +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2024 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: Simplify your referencing, accelerate your research +Description: Mendeley Reference Manager simplifies your referencing so that you can spend more time researching. Store, search, organize, note, share and cite from just one reference library. Offering time saving efficiencies, Mendeley Reference Manager enables you to reduce your workload and advance your research goals. +# Moniker: +Tags: +- academics +- article +- citation +- cite +- literature +- paper +- reasearch +- thesis +ReleaseNotes: |- + We have: + - added a loading screen when opening PDFs + - enhanced the Reader tabs functionality to ensure that the header no longer displays “File Not Found” when switching between tabs after an idle period +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/v2.120.0-beta.0 +PurchaseUrl: https://www.mendeley.com/reference-management/premium +# InstallationNotes: +Documentations: +- DocumentLabel: Help Guides + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +- DocumentLabel: Quick User Guide + DocumentUrl: https://p.widencdn.net/cwxrju/Mendeley-Reference-Manager---Quick-User-Guide---April-2019 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.120.0/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.0/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6956f420021b5 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.0/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.120.0 +PackageLocale: zh-CN +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: 专有软件 +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2024 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: 简化文献引用,提高研究效率 +Description: Mendeley Reference Manager 可以简化您的文献引用,从而让您有更多时间进行研究。只需在同一个参考文献库中进行存储、搜索、组织、记录、共享和引用,Mendeley Reference Manager 通过省时高效的功能帮助您减少工作量并实现研究目标。 +# Moniker: +Tags: +- 学术 +- 引用 +- 文献 +- 研究 +- 论文 +# ReleaseNotes: +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/v2.120.0-beta.0 +PurchaseUrl: https://www.mendeley.com/reference-management/premium +# InstallationNotes: +Documentations: +- DocumentLabel: 帮助指南 + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +- DocumentLabel: 快速入门 + DocumentUrl: https://p.widencdn.net/cwxrju/Mendeley-Reference-Manager---Quick-User-Guide---April-2019 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.120.0/Elsevier.MendeleyReferenceManager.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.0/Elsevier.MendeleyReferenceManager.yaml new file mode 100644 index 0000000000000..b5981bbbf46f9 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.0/Elsevier.MendeleyReferenceManager.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.120.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.120.1/Elsevier.MendeleyReferenceManager.installer.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.1/Elsevier.MendeleyReferenceManager.installer.yaml new file mode 100644 index 0000000000000..9623cc4d5f01a --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.1/Elsevier.MendeleyReferenceManager.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.120.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.120.1-x64.exe + InstallerSha256: 2BCF15F5619748DD58E08B8064A4AACC24D73D6386966FBD065565D9DD071D9C + InstallerSwitches: + Custom: /currentuser + ProductCode: b4b58389-01e4-5dfd-9842-aad36733657a +- Architecture: x64 + Scope: machine + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.120.1-x64.exe + InstallerSha256: 2BCF15F5619748DD58E08B8064A4AACC24D73D6386966FBD065565D9DD071D9C + InstallerSwitches: + Custom: /allusers + ProductCode: b4b58389-01e4-5dfd-9842-aad36733657a +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.120.1/Elsevier.MendeleyReferenceManager.locale.en-US.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.1/Elsevier.MendeleyReferenceManager.locale.en-US.yaml new file mode 100644 index 0000000000000..f352e64a31fa3 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.1/Elsevier.MendeleyReferenceManager.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.120.1 +PackageLocale: en-US +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: Proprietary +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2024 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: Simplify your referencing, accelerate your research +Description: Mendeley Reference Manager simplifies your referencing so that you can spend more time researching. Store, search, organize, note, share and cite from just one reference library. Offering time saving efficiencies, Mendeley Reference Manager enables you to reduce your workload and advance your research goals. +# Moniker: +Tags: +- academics +- article +- citation +- cite +- literature +- paper +- reasearch +- thesis +# ReleaseNotes: +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/ +PurchaseUrl: https://www.mendeley.com/reference-management/premium +# InstallationNotes: +Documentations: +- DocumentLabel: Help Guides + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +- DocumentLabel: Quick User Guide + DocumentUrl: https://p.widencdn.net/cwxrju/Mendeley-Reference-Manager---Quick-User-Guide---April-2019 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.120.1/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.1/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e3fc76c1ec8b9 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.1/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.120.1 +PackageLocale: zh-CN +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: 专有软件 +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2024 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: 简化文献引用,提高研究效率 +Description: Mendeley Reference Manager 可以简化您的文献引用,从而让您有更多时间进行研究。只需在同一个参考文献库中进行存储、搜索、组织、记录、共享和引用,Mendeley Reference Manager 通过省时高效的功能帮助您减少工作量并实现研究目标。 +# Moniker: +Tags: +- 学术 +- 引用 +- 文献 +- 研究 +- 论文 +# ReleaseNotes: +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/ +PurchaseUrl: https://www.mendeley.com/reference-management/premium +# InstallationNotes: +Documentations: +- DocumentLabel: 帮助指南 + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +- DocumentLabel: 快速入门 + DocumentUrl: https://p.widencdn.net/cwxrju/Mendeley-Reference-Manager---Quick-User-Guide---April-2019 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.120.1/Elsevier.MendeleyReferenceManager.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.1/Elsevier.MendeleyReferenceManager.yaml new file mode 100644 index 0000000000000..ae95eedfa0d68 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.1/Elsevier.MendeleyReferenceManager.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.120.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.120.3/Elsevier.MendeleyReferenceManager.installer.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.3/Elsevier.MendeleyReferenceManager.installer.yaml new file mode 100644 index 0000000000000..5a4b65e876e9a --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.3/Elsevier.MendeleyReferenceManager.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.120.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.120.3-x64.exe + InstallerSha256: C36113C4FA618C5425BAD62950937F6677949D0D146A27153154CE59EB546773 + InstallerSwitches: + Custom: /currentuser + ProductCode: b4b58389-01e4-5dfd-9842-aad36733657a +- Architecture: x64 + Scope: machine + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.120.3-x64.exe + InstallerSha256: C36113C4FA618C5425BAD62950937F6677949D0D146A27153154CE59EB546773 + InstallerSwitches: + Custom: /allusers + ProductCode: b4b58389-01e4-5dfd-9842-aad36733657a +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.120.3/Elsevier.MendeleyReferenceManager.locale.en-US.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.3/Elsevier.MendeleyReferenceManager.locale.en-US.yaml new file mode 100644 index 0000000000000..d2140adb65be3 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.3/Elsevier.MendeleyReferenceManager.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.120.3 +PackageLocale: en-US +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: Proprietary +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2024 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: Simplify your referencing, accelerate your research +Description: Mendeley Reference Manager simplifies your referencing so that you can spend more time researching. Store, search, organize, note, share and cite from just one reference library. Offering time saving efficiencies, Mendeley Reference Manager enables you to reduce your workload and advance your research goals. +# Moniker: +Tags: +- academics +- article +- citation +- cite +- literature +- paper +- reasearch +- thesis +# ReleaseNotes: +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/ +PurchaseUrl: https://www.mendeley.com/reference-management/premium +# InstallationNotes: +Documentations: +- DocumentLabel: Help Guides + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +- DocumentLabel: Quick User Guide + DocumentUrl: https://p.widencdn.net/cwxrju/Mendeley-Reference-Manager---Quick-User-Guide---April-2019 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.120.3/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.3/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ccc3300602794 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.3/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.120.3 +PackageLocale: zh-CN +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: 专有软件 +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2024 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: 简化文献引用,提高研究效率 +Description: Mendeley Reference Manager 可以简化您的文献引用,从而让您有更多时间进行研究。只需在同一个参考文献库中进行存储、搜索、组织、记录、共享和引用,Mendeley Reference Manager 通过省时高效的功能帮助您减少工作量并实现研究目标。 +# Moniker: +Tags: +- 学术 +- 引用 +- 文献 +- 研究 +- 论文 +# ReleaseNotes: +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/ +PurchaseUrl: https://www.mendeley.com/reference-management/premium +# InstallationNotes: +Documentations: +- DocumentLabel: 帮助指南 + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +- DocumentLabel: 快速入门 + DocumentUrl: https://p.widencdn.net/cwxrju/Mendeley-Reference-Manager---Quick-User-Guide---April-2019 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.120.3/Elsevier.MendeleyReferenceManager.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.3/Elsevier.MendeleyReferenceManager.yaml new file mode 100644 index 0000000000000..48a7f3c6f5c57 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.120.3/Elsevier.MendeleyReferenceManager.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.120.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.121.0/Elsevier.MendeleyReferenceManager.installer.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.121.0/Elsevier.MendeleyReferenceManager.installer.yaml new file mode 100644 index 0000000000000..aa2ce4ce3a332 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.121.0/Elsevier.MendeleyReferenceManager.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.121.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-22 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.121.0-x64.exe + InstallerSha256: 3E0B08B8FBD502109475BE3D95A06057D03E5798A3FCCEF7EBE81A2163FE0837 + InstallerSwitches: + Custom: /currentuser + ProductCode: b4b58389-01e4-5dfd-9842-aad36733657a +- Architecture: x64 + Scope: machine + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.121.0-x64.exe + InstallerSha256: 3E0B08B8FBD502109475BE3D95A06057D03E5798A3FCCEF7EBE81A2163FE0837 + InstallerSwitches: + Custom: /allusers + ProductCode: b4b58389-01e4-5dfd-9842-aad36733657a +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.121.0/Elsevier.MendeleyReferenceManager.locale.en-US.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.121.0/Elsevier.MendeleyReferenceManager.locale.en-US.yaml new file mode 100644 index 0000000000000..108b82637700c --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.121.0/Elsevier.MendeleyReferenceManager.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.121.0 +PackageLocale: en-US +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: Proprietary +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2024 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: Simplify your referencing, accelerate your research +Description: Mendeley Reference Manager simplifies your referencing so that you can spend more time researching. Store, search, organize, note, share and cite from just one reference library. Offering time saving efficiencies, Mendeley Reference Manager enables you to reduce your workload and advance your research goals. +# Moniker: +Tags: +- academics +- article +- citation +- cite +- literature +- paper +- reasearch +- thesis +# ReleaseNotes: +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/ +PurchaseUrl: https://www.mendeley.com/reference-management/premium +# InstallationNotes: +Documentations: +- DocumentLabel: Help Guides + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +- DocumentLabel: Quick User Guide + DocumentUrl: https://p.widencdn.net/cwxrju/Mendeley-Reference-Manager---Quick-User-Guide---April-2019 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.121.0/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.121.0/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml new file mode 100644 index 0000000000000..09bc158a3b788 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.121.0/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.121.0 +PackageLocale: zh-CN +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: 专有软件 +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2024 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: 简化文献引用,提高研究效率 +Description: Mendeley Reference Manager 可以简化您的文献引用,从而让您有更多时间进行研究。只需在同一个参考文献库中进行存储、搜索、组织、记录、共享和引用,Mendeley Reference Manager 通过省时高效的功能帮助您减少工作量并实现研究目标。 +# Moniker: +Tags: +- 学术 +- 引用 +- 文献 +- 研究 +- 论文 +# ReleaseNotes: +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/ +PurchaseUrl: https://www.mendeley.com/reference-management/premium +# InstallationNotes: +Documentations: +- DocumentLabel: 帮助指南 + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +- DocumentLabel: 快速入门 + DocumentUrl: https://p.widencdn.net/cwxrju/Mendeley-Reference-Manager---Quick-User-Guide---April-2019 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.121.0/Elsevier.MendeleyReferenceManager.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.121.0/Elsevier.MendeleyReferenceManager.yaml new file mode 100644 index 0000000000000..5df198b8a2b89 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.121.0/Elsevier.MendeleyReferenceManager.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.121.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.122.0/Elsevier.MendeleyReferenceManager.installer.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.0/Elsevier.MendeleyReferenceManager.installer.yaml new file mode 100644 index 0000000000000..113d23975f632 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.0/Elsevier.MendeleyReferenceManager.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.122.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-29 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.122.0-x64.exe + InstallerSha256: 3BAFBB074D7D4BEF392DD8AC7A56FC92AAD66581627606F5BBBF653B6BB17F68 + InstallerSwitches: + Custom: /currentuser + ProductCode: b4b58389-01e4-5dfd-9842-aad36733657a +- Architecture: x64 + Scope: machine + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.122.0-x64.exe + InstallerSha256: 3BAFBB074D7D4BEF392DD8AC7A56FC92AAD66581627606F5BBBF653B6BB17F68 + InstallerSwitches: + Custom: /allusers + ProductCode: b4b58389-01e4-5dfd-9842-aad36733657a +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.122.0/Elsevier.MendeleyReferenceManager.locale.en-US.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.0/Elsevier.MendeleyReferenceManager.locale.en-US.yaml new file mode 100644 index 0000000000000..7101204ec5288 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.0/Elsevier.MendeleyReferenceManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.122.0 +PackageLocale: en-US +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: Proprietary +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2024 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: Simplify your referencing, accelerate your research +Description: Mendeley Reference Manager simplifies your referencing so that you can spend more time researching. Store, search, organize, note, share and cite from just one reference library. Offering time saving efficiencies, Mendeley Reference Manager enables you to reduce your workload and advance your research goals. +# Moniker: +Tags: +- academics +- article +- citation +- cite +- literature +- paper +- reasearch +- thesis +ReleaseNotes: |- + We have: + - redesigned the metadata panel to enhance its functionality and usability + We have fixed: + - a bug that caused a column to drag when attempting to resize it +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/v2.122.0-beta.0 +PurchaseUrl: https://www.mendeley.com/reference-management/premium +# InstallationNotes: +Documentations: +- DocumentLabel: Help Guides + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +- DocumentLabel: Quick User Guide + DocumentUrl: https://p.widencdn.net/cwxrju/Mendeley-Reference-Manager---Quick-User-Guide---April-2019 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.122.0/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.0/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cf3647dc19064 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.0/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.122.0 +PackageLocale: zh-CN +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: 专有软件 +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2024 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: 简化文献引用,提高研究效率 +Description: Mendeley Reference Manager 可以简化您的文献引用,从而让您有更多时间进行研究。只需在同一个参考文献库中进行存储、搜索、组织、记录、共享和引用,Mendeley Reference Manager 通过省时高效的功能帮助您减少工作量并实现研究目标。 +# Moniker: +Tags: +- 学术 +- 引用 +- 文献 +- 研究 +- 论文 +# ReleaseNotes: +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/v2.122.0-beta.0 +PurchaseUrl: https://www.mendeley.com/reference-management/premium +# InstallationNotes: +Documentations: +- DocumentLabel: 帮助指南 + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +- DocumentLabel: 快速入门 + DocumentUrl: https://p.widencdn.net/cwxrju/Mendeley-Reference-Manager---Quick-User-Guide---April-2019 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.122.0/Elsevier.MendeleyReferenceManager.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.0/Elsevier.MendeleyReferenceManager.yaml new file mode 100644 index 0000000000000..c063e334dd582 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.0/Elsevier.MendeleyReferenceManager.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.122.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.122.1/Elsevier.MendeleyReferenceManager.installer.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.1/Elsevier.MendeleyReferenceManager.installer.yaml new file mode 100644 index 0000000000000..bdf01954a483f --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.1/Elsevier.MendeleyReferenceManager.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.122.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.122.1-x64.exe + InstallerSha256: 33B5864B04FA1BF1B72EDCB4EF1AA8588ADF531A1E360779128CBCFA3BBE8281 + InstallerSwitches: + Custom: /currentuser + ProductCode: b4b58389-01e4-5dfd-9842-aad36733657a +- Architecture: x64 + Scope: machine + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.122.1-x64.exe + InstallerSha256: 33B5864B04FA1BF1B72EDCB4EF1AA8588ADF531A1E360779128CBCFA3BBE8281 + InstallerSwitches: + Custom: /allusers + ProductCode: b4b58389-01e4-5dfd-9842-aad36733657a +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.122.1/Elsevier.MendeleyReferenceManager.locale.en-US.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.1/Elsevier.MendeleyReferenceManager.locale.en-US.yaml new file mode 100644 index 0000000000000..c53ee8f098355 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.1/Elsevier.MendeleyReferenceManager.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.122.1 +PackageLocale: en-US +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: Proprietary +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2024 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: Simplify your referencing, accelerate your research +Description: Mendeley Reference Manager simplifies your referencing so that you can spend more time researching. Store, search, organize, note, share and cite from just one reference library. Offering time saving efficiencies, Mendeley Reference Manager enables you to reduce your workload and advance your research goals. +# Moniker: +Tags: +- academics +- article +- citation +- cite +- literature +- paper +- reasearch +- thesis +# ReleaseNotes: +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/ +PurchaseUrl: https://www.mendeley.com/reference-management/premium +# InstallationNotes: +Documentations: +- DocumentLabel: Help Guides + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +- DocumentLabel: Quick User Guide + DocumentUrl: https://p.widencdn.net/cwxrju/Mendeley-Reference-Manager---Quick-User-Guide---April-2019 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.122.1/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.1/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cd80c835f9044 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.1/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.122.1 +PackageLocale: zh-CN +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: 专有软件 +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2024 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: 简化文献引用,提高研究效率 +Description: Mendeley Reference Manager 可以简化您的文献引用,从而让您有更多时间进行研究。只需在同一个参考文献库中进行存储、搜索、组织、记录、共享和引用,Mendeley Reference Manager 通过省时高效的功能帮助您减少工作量并实现研究目标。 +# Moniker: +Tags: +- 学术 +- 引用 +- 文献 +- 研究 +- 论文 +# ReleaseNotes: +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/ +PurchaseUrl: https://www.mendeley.com/reference-management/premium +# InstallationNotes: +Documentations: +- DocumentLabel: 帮助指南 + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +- DocumentLabel: 快速入门 + DocumentUrl: https://p.widencdn.net/cwxrju/Mendeley-Reference-Manager---Quick-User-Guide---April-2019 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.122.1/Elsevier.MendeleyReferenceManager.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.1/Elsevier.MendeleyReferenceManager.yaml new file mode 100644 index 0000000000000..802ebf9583c0c --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.122.1/Elsevier.MendeleyReferenceManager.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.122.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EmbravaPtyLtd/EmbravaConnect/5.4.6/EmbravaPtyLtd.EmbravaConnect.installer.yaml b/manifests/e/EmbravaPtyLtd/EmbravaConnect/5.4.6/EmbravaPtyLtd.EmbravaConnect.installer.yaml new file mode 100644 index 0000000000000..730acdf9f4093 --- /dev/null +++ b/manifests/e/EmbravaPtyLtd/EmbravaConnect/5.4.6/EmbravaPtyLtd.EmbravaConnect.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EmbravaPtyLtd.EmbravaConnect +PackageVersion: 5.4.6 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: wix +NestedInstallerFiles: +- RelativeFilePath: EmbravaConnect.msi +ProductCode: '{A48AEFE6-ED00-4D0C-B3F2-4518BA354F1D}' +Installers: +- Architecture: x86 + InstallerUrl: https://embrava.github.io/embrava/EmbravaConnectForWindows/EmbravaConnect_v5.4.6.zip + InstallerSha256: 547761469E4CFF1FE4EF973579A52B7CF097AE79F407AF81F4393783F0269955 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-05-14 diff --git a/manifests/e/EmbravaPtyLtd/EmbravaConnect/5.4.6/EmbravaPtyLtd.EmbravaConnect.locale.en-US.yaml b/manifests/e/EmbravaPtyLtd/EmbravaConnect/5.4.6/EmbravaPtyLtd.EmbravaConnect.locale.en-US.yaml new file mode 100644 index 0000000000000..790a6c2d5e44d --- /dev/null +++ b/manifests/e/EmbravaPtyLtd/EmbravaConnect/5.4.6/EmbravaPtyLtd.EmbravaConnect.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EmbravaPtyLtd.EmbravaConnect +PackageVersion: 5.4.6 +PackageLocale: en-US +Publisher: Embrava Pty Ltd +PublisherUrl: https://embrava.com/ +PublisherSupportUrl: https://embrava.com/pages/software +PrivacyUrl: https://cdn.shopify.com/s/files/1/0244/8061/files/embrava-privacy-policy.pdf?980 +PackageName: Embrava Connect +PackageUrl: https://embrava.com/pages/software +License: Proprietary +Copyright: © 2023 Embrava. All Rights Reserved +ShortDescription: Allows control of Embrava Blynclight products. +PurchaseUrl: https://embrava.com/pages/where-to-buy +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EmbravaPtyLtd/EmbravaConnect/5.4.6/EmbravaPtyLtd.EmbravaConnect.yaml b/manifests/e/EmbravaPtyLtd/EmbravaConnect/5.4.6/EmbravaPtyLtd.EmbravaConnect.yaml new file mode 100644 index 0000000000000..68b2ab11a43ea --- /dev/null +++ b/manifests/e/EmbravaPtyLtd/EmbravaConnect/5.4.6/EmbravaPtyLtd.EmbravaConnect.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EmbravaPtyLtd.EmbravaConnect +PackageVersion: 5.4.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EmoteInteractive/RemoteMouse/4.602/EmoteInteractive.RemoteMouse.installer.yaml b/manifests/e/EmoteInteractive/RemoteMouse/4.602/EmoteInteractive.RemoteMouse.installer.yaml index 7e35f4fc68d79..c56784b9c0825 100644 --- a/manifests/e/EmoteInteractive/RemoteMouse/4.602/EmoteInteractive.RemoteMouse.installer.yaml +++ b/manifests/e/EmoteInteractive/RemoteMouse/4.602/EmoteInteractive.RemoteMouse.installer.yaml @@ -1,5 +1,5 @@ -# Automatically updated by the winget bot at 2023/Dec/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Automatically updated by the winget bot at 2024/Jul/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json PackageIdentifier: EmoteInteractive.RemoteMouse PackageVersion: "4.602" @@ -8,6 +8,6 @@ InstallerType: inno Installers: - Architecture: x86 InstallerUrl: https://www.remotemouse.net/downloads/RemoteMouse.exe - InstallerSha256: 440D8EC9BD303D1E8EAC752542843934BC3D3095269EE478D00FD86EE18DD861 + InstallerSha256: 5A1525D989BD816C15438EC44C9D575EA6B31ECFD38976310E7CCA60D709FA6B ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/e/EmoteInteractive/RemoteMouse/4.602/EmoteInteractive.RemoteMouse.locale.en-US.yaml b/manifests/e/EmoteInteractive/RemoteMouse/4.602/EmoteInteractive.RemoteMouse.locale.en-US.yaml index 05cf3dfa3e159..ea13314cbc30f 100644 --- a/manifests/e/EmoteInteractive/RemoteMouse/4.602/EmoteInteractive.RemoteMouse.locale.en-US.yaml +++ b/manifests/e/EmoteInteractive/RemoteMouse/4.602/EmoteInteractive.RemoteMouse.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Automatically updated by the winget bot at 2023/Dec/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Automatically updated by the winget bot at 2024/Jul/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: EmoteInteractive.RemoteMouse PackageVersion: "4.602" @@ -16,4 +16,4 @@ Documentations: - DocumentLabel: FAQ DocumentUrl: https://remotemouse.net/blog/faq/ ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/e/EmoteInteractive/RemoteMouse/4.602/EmoteInteractive.RemoteMouse.yaml b/manifests/e/EmoteInteractive/RemoteMouse/4.602/EmoteInteractive.RemoteMouse.yaml index 8a37e787920e6..5d874d78e958e 100644 --- a/manifests/e/EmoteInteractive/RemoteMouse/4.602/EmoteInteractive.RemoteMouse.yaml +++ b/manifests/e/EmoteInteractive/RemoteMouse/4.602/EmoteInteractive.RemoteMouse.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2023/Dec/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Automatically updated by the winget bot at 2024/Jul/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json PackageIdentifier: EmoteInteractive.RemoteMouse PackageVersion: "4.602" DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.installer.yaml new file mode 100644 index 0000000000000..e1eaa07086a02 --- /dev/null +++ b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Emurasoft.EmEditor +PackageVersion: 24.3.2 +InstallerType: msi # Advanced Installer +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +FileExtensions: +- eeworkspace +- htm +- jsee +- txt +- vbee +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x86 + InstallerUrl: https://download.emeditor.info/emed32_24.3.2.msi + InstallerSha256: C150A017E35E82E33C2E86B82868626C649DEBD2C2B2011887793747AE8E2B63 + ProductCode: '{6CBD25AE-29B1-4B02-ABCC-6644B9014B69}' + AppsAndFeaturesEntries: + - ProductCode: '{6CBD25AE-29B1-4B02-ABCC-6644B9014B69}' + UpgradeCode: '{64A899C7-1C64-40EE-814E-22757A8EACA8}' +- Architecture: x64 + InstallerUrl: https://download.emeditor.info/emed64_24.3.2.msi + InstallerSha256: CB0B1500506D74657D360301344F5135CB2A33044930C53E1FA8F323F6ACA982 + ProductCode: '{543E4CB8-A9F3-4C08-88DE-A4EE6DC24CAF}' + AppsAndFeaturesEntries: + - ProductCode: '{543E4CB8-A9F3-4C08-88DE-A4EE6DC24CAF}' + UpgradeCode: '{F33C06EF-F3AC-40CC-9A28-77BD5FBE708E}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.locale.en-US.yaml new file mode 100644 index 0000000000000..4512f3d76f4e7 --- /dev/null +++ b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Emurasoft.EmEditor +PackageVersion: 24.3.2 +PackageLocale: en-US +Publisher: Emurasoft, Inc. +PublisherUrl: https://www.emeditor.com/ +PublisherSupportUrl: https://www.emeditor.com/support/ +PrivacyUrl: https://www.emeditor.com/about/privacy-policy/ +Author: Emurasoft, Inc. +PackageName: EmEditor +PackageUrl: https://www.emeditor.com/ +License: Proprietary +LicenseUrl: https://www.emeditor.com/about/eula/ +Copyright: Copyright © 1997-2024 by Emurasoft, Inc. +CopyrightUrl: https://www.emeditor.com/about/eula/ +ShortDescription: A fast, lightweight, yet extensible, easy-to-use text editor, code editor, CSV editor, and large file viewer for Windows. +# Description: +Moniker: emeditor +Tags: +- code +- coding +- editing +- editor +ReleaseNotes: |- + Today, we are releasing EmEditor v24.3.2. + v24.3.2 includes customer reported bug fixes. Please make sure to always update to the latest version for stable operations. + If you use the Desktop Installer version, you can select Check for Updates on the Help to download the newest version. If this method fails, please download the newest version, and run the downloaded installer. If you use the Desktop portable version, you can go to the Download page to download the newest version. The Store App versions can be updated through Microsoft Store (64-bit or 32-bit) after a few days. +ReleaseNotesUrl: https://www.emeditor.com/emeditor-core/emeditor-v24-3-2-released/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.emeditor.com/doc/emeditor-pro-manual-en14.pdf +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.locale.zh-CN.yaml b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b928fb29bf548 --- /dev/null +++ b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Emurasoft.EmEditor +PackageVersion: 24.3.2 +PackageLocale: zh-CN +Publisher: Emurasoft, Inc. +PublisherUrl: https://zh-cn.emeditor.com/ +PublisherSupportUrl: https://zh-cn.emeditor.com/support/ +PrivacyUrl: https://zh-cn.emeditor.com/about/privacy-policy/ +Author: Emurasoft, Inc. +PackageName: EmEditor +PackageUrl: https://zh-cn.emeditor.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 1997-2024 by Emurasoft, Inc. +# CopyrightUrl: +ShortDescription: 一款适用于 Windows 的轻快、易用、可扩展的文本编辑器、代码编辑器、CSV 编辑器和大型文件查看器。 +# Description: +# Moniker: +Tags: +- 代码 +- 编辑 +- 编辑器 +ReleaseNotes: |- + 今天,我们发布了 EmEditor v24.3.2。 + v24.3.2 包含用户报告的错误修复。请确保始终更新到最新版本以确保稳定运行。 + 如果您使用的是桌面安装程序版,那您可以到帮助菜单下选择检查更新来下载最新版本。如果此方法失败,请下载最新版本,并运行下载的安装程序。如果您使用的是桌面便携版,则可以转到下载页面下载最新版本。商店应用版可以在几天后通过 Microsoft 商店更新(64 位 / 32 位)。 + 感谢您使用 EmEditor! +ReleaseNotesUrl: https://zh-cn.emeditor.com/emeditor-core/emeditor-v24-3-2-released/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://www.emeditor.com/doc/emeditor-pro-manual-en14.pdf +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.yaml new file mode 100644 index 0000000000000..ce832a924554e --- /dev/null +++ b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Emurasoft.EmEditor +PackageVersion: 24.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EpicGames/EpicGamesLauncher/1.3.93.0/EpicGames.EpicGamesLauncher.installer.yaml b/manifests/e/EpicGames/EpicGamesLauncher/1.3.93.0/EpicGames.EpicGamesLauncher.installer.yaml index fbe39b85c58be..7cbbc12ffd32f 100644 --- a/manifests/e/EpicGames/EpicGamesLauncher/1.3.93.0/EpicGames.EpicGamesLauncher.installer.yaml +++ b/manifests/e/EpicGames/EpicGamesLauncher/1.3.93.0/EpicGames.EpicGamesLauncher.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: EpicGames.EpicGamesLauncher PackageVersion: 1.3.93.0 -InstallerLocale: en-US InstallerType: wix Scope: machine InstallModes: diff --git a/manifests/e/EpicGames/EpicGamesLauncher/1.3.93.0/EpicGames.EpicGamesLauncher.locale.en-US.yaml b/manifests/e/EpicGames/EpicGamesLauncher/1.3.93.0/EpicGames.EpicGamesLauncher.locale.en-US.yaml index 2da9b972d00ca..f1c979d6086b8 100644 --- a/manifests/e/EpicGames/EpicGamesLauncher/1.3.93.0/EpicGames.EpicGamesLauncher.locale.en-US.yaml +++ b/manifests/e/EpicGames/EpicGamesLauncher/1.3.93.0/EpicGames.EpicGamesLauncher.locale.en-US.yaml @@ -5,16 +5,16 @@ PackageIdentifier: EpicGames.EpicGamesLauncher PackageVersion: 1.3.93.0 PackageLocale: en-US Publisher: Epic Games, Inc. -PublisherUrl: https://www.epicgames.com/site -PublisherSupportUrl: https://www.epicgames.com/help -PrivacyUrl: https://www.epicgames.com/privacypolicy +# PublisherUrl: https://www.epicgames.com/site +# PublisherSupportUrl: https://www.epicgames.com/help +# PrivacyUrl: https://www.epicgames.com/privacypolicy Author: Epic Games, Inc. PackageName: Epic Games Launcher -PackageUrl: https://www.epicgames.com +# PackageUrl: https://www.epicgames.com License: Proprietary LicenseUrl: https://epicgames.com/eula Copyright: Copyright (c) 2022 Epic Games, Inc. All rights reserved. -CopyrightUrl: https://www.epicgames.com/tos +# CopyrightUrl: https://www.epicgames.com/tos ShortDescription: Epic Games Launcher for the Epic Games Store and Unreal Engine Description: The Epic Games Launcher is how you obtain the Unreal Game Engine, modding tools and other Epic Games like Fortnite and the new Epic Games Store. Moniker: epicgameslauncher @@ -30,6 +30,6 @@ Tags: - unreal Documentations: - DocumentLabel: FAQ - DocumentUrl: https://www.epicgames.com/epic-games-store-faq +# DocumentUrl: https://www.epicgames.com/epic-games-store-faq ManifestType: defaultLocale ManifestVersion: 1.5.0 diff --git a/manifests/e/Erlang/ErlangOTP/26.2.5.3/Erlang.ErlangOTP.installer.yaml b/manifests/e/Erlang/ErlangOTP/26.2.5.3/Erlang.ErlangOTP.installer.yaml new file mode 100644 index 0000000000000..dc36300096d23 --- /dev/null +++ b/manifests/e/Erlang/ErlangOTP/26.2.5.3/Erlang.ErlangOTP.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Erlang.ErlangOTP +PackageVersion: 26.2.5.3 +InstallerType: nullsoft +Scope: machine +Commands: +- erl +FileExtensions: +- beam +- erl +- hrl +ProductCode: Erlang OTP +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/erlang/otp/releases/download/OTP-26.2.5.3/otp_win32_26.2.5.3.exe + InstallerSha256: 00859FE337222F8153718282982B84F3FC46FA78B2E778D4AA51D970AB1EDA9F +- Architecture: x64 + InstallerUrl: https://github.com/erlang/otp/releases/download/OTP-26.2.5.3/otp_win64_26.2.5.3.exe + InstallerSha256: EF98DFF6B17728CC3DD3E5793BA41BEC918BF52A358CBE35C720F7BF5120F4F3 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-05 diff --git a/manifests/e/Erlang/ErlangOTP/26.2.5.3/Erlang.ErlangOTP.locale.en-US.yaml b/manifests/e/Erlang/ErlangOTP/26.2.5.3/Erlang.ErlangOTP.locale.en-US.yaml new file mode 100644 index 0000000000000..302099b8ab40e --- /dev/null +++ b/manifests/e/Erlang/ErlangOTP/26.2.5.3/Erlang.ErlangOTP.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Erlang.ErlangOTP +PackageVersion: 26.2.5.3 +PackageLocale: en-US +Publisher: Ericsson AB +PublisherUrl: https://www.erlang.org/ +PublisherSupportUrl: https://github.com/erlang/otp/issues +PackageName: Erlang OTP +PackageUrl: https://www.erlang.org/downloads +License: Apache-2.0 +LicenseUrl: https://github.com/erlang/otp/blob/HEAD/LICENSE.txt +CopyrightUrl: https://github.com/erlang/otp/blob/master/LICENSE.txt +ShortDescription: Erlang is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability. +Description: Erlang is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability. +Moniker: erlang +Tags: +- erlang +- otp +- programming-language +ReleaseNotesUrl: https://github.com/erlang/otp/releases/tag/OTP-26.2.5.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/erlang/otp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Erlang/ErlangOTP/26.2.5.3/Erlang.ErlangOTP.yaml b/manifests/e/Erlang/ErlangOTP/26.2.5.3/Erlang.ErlangOTP.yaml new file mode 100644 index 0000000000000..b36b23b6e0443 --- /dev/null +++ b/manifests/e/Erlang/ErlangOTP/26.2.5.3/Erlang.ErlangOTP.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Erlang.ErlangOTP +PackageVersion: 26.2.5.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Erlang/ErlangOTP/27.0.1/Erlang.ErlangOTP.installer.yaml b/manifests/e/Erlang/ErlangOTP/27.0.1/Erlang.ErlangOTP.installer.yaml new file mode 100644 index 0000000000000..dca1b6721081a --- /dev/null +++ b/manifests/e/Erlang/ErlangOTP/27.0.1/Erlang.ErlangOTP.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Erlang.ErlangOTP +PackageVersion: 27.0.1 +InstallerType: nullsoft +Scope: machine +Commands: +- erl +FileExtensions: +- beam +- erl +- hrl +ProductCode: Erlang OTP +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/erlang/otp/releases/download/OTP-27.0.1/otp_win32_27.0.1.exe + InstallerSha256: 68FCB88A0BDE4B6BCCFE90FC0A72FF0F631A8AB177D0EE20691062EE79F15D4A +- Architecture: x64 + InstallerUrl: https://github.com/erlang/otp/releases/download/OTP-27.0.1/otp_win64_27.0.1.exe + InstallerSha256: F200E09DF15706C202D6E1A504056FD10130289FE4DD54B9AE0CE0FBE24CDB4B +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-10 diff --git a/manifests/e/Erlang/ErlangOTP/27.0.1/Erlang.ErlangOTP.locale.en-US.yaml b/manifests/e/Erlang/ErlangOTP/27.0.1/Erlang.ErlangOTP.locale.en-US.yaml new file mode 100644 index 0000000000000..12a6546d14155 --- /dev/null +++ b/manifests/e/Erlang/ErlangOTP/27.0.1/Erlang.ErlangOTP.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Erlang.ErlangOTP +PackageVersion: 27.0.1 +PackageLocale: en-US +Publisher: Ericsson AB +PublisherUrl: https://www.erlang.org/ +PublisherSupportUrl: https://github.com/erlang/otp/issues +PackageName: Erlang OTP +PackageUrl: https://www.erlang.org/downloads +License: Apache-2.0 +LicenseUrl: https://github.com/erlang/otp/blob/HEAD/LICENSE.txt +CopyrightUrl: https://github.com/erlang/otp/blob/master/LICENSE.txt +ShortDescription: Erlang is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability. +Description: Erlang is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability. +Moniker: erlang +Tags: +- erlang +- otp +- programming-language +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Erlang/ErlangOTP/27.0.1/Erlang.ErlangOTP.yaml b/manifests/e/Erlang/ErlangOTP/27.0.1/Erlang.ErlangOTP.yaml new file mode 100644 index 0000000000000..460243efaaa59 --- /dev/null +++ b/manifests/e/Erlang/ErlangOTP/27.0.1/Erlang.ErlangOTP.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Erlang.ErlangOTP +PackageVersion: 27.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eshelper/13.6.7.0/EuSoft.Eshelper.installer.yaml b/manifests/e/EuSoft/Eshelper/13.6.7.0/EuSoft.Eshelper.installer.yaml deleted file mode 100644 index d9d4b340ff9d7..0000000000000 --- a/manifests/e/EuSoft/Eshelper/13.6.7.0/EuSoft.Eshelper.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: EuSoft.Eshelper -PackageVersion: 13.6.7.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silentWithProgress -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -FileExtensions: -- bgl -- eudic -- ld2 -- mdx -Installers: -- Architecture: x64 - InstallerUrl: https://static.frdic.com/pkg/ehsetup.exe?t=20240712 - InstallerSha256: A4967F9E586737AE6593C200573B80CBF11EC6B97DB344BEDF06BA1D2B348CC2 - ProductCode: Eshelper -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eshelper/13.6.7.0/EuSoft.Eshelper.yaml b/manifests/e/EuSoft/Eshelper/13.6.7.0/EuSoft.Eshelper.yaml deleted file mode 100644 index c3f96e2ec6ed0..0000000000000 --- a/manifests/e/EuSoft/Eshelper/13.6.7.0/EuSoft.Eshelper.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: EuSoft.Eshelper -PackageVersion: 13.6.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eshelper/13.6.8.0/EuSoft.Eshelper.installer.yaml b/manifests/e/EuSoft/Eshelper/13.6.8.0/EuSoft.Eshelper.installer.yaml new file mode 100644 index 0000000000000..4c5d90b89e802 --- /dev/null +++ b/manifests/e/EuSoft/Eshelper/13.6.8.0/EuSoft.Eshelper.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2024/Aug/17 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EuSoft.Eshelper +PackageVersion: 13.6.8.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silentWithProgress +InstallerSwitches: + Silent: /s + SilentWithProgress: /s +UpgradeBehavior: install +FileExtensions: +- bgl +- eudic +- ld2 +- mdx +Installers: +- Architecture: x64 + InstallerUrl: https://static.frdic.com/pkg/ehsetup.exe?t=20240712 + InstallerSha256: C0AD993E3F534D9D358ECB776FDE17FB32082A8EE287C71855B35741EAE89276 + ProductCode: Eshelper +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eshelper/13.6.7.0/EuSoft.Eshelper.locale.en-US.yaml b/manifests/e/EuSoft/Eshelper/13.6.8.0/EuSoft.Eshelper.locale.en-US.yaml similarity index 86% rename from manifests/e/EuSoft/Eshelper/13.6.7.0/EuSoft.Eshelper.locale.en-US.yaml rename to manifests/e/EuSoft/Eshelper/13.6.8.0/EuSoft.Eshelper.locale.en-US.yaml index c4f0787f249a6..9c733f0b20a1b 100644 --- a/manifests/e/EuSoft/Eshelper/13.6.7.0/EuSoft.Eshelper.locale.en-US.yaml +++ b/manifests/e/EuSoft/Eshelper/13.6.8.0/EuSoft.Eshelper.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Automatically updated by the winget bot at 2024/Aug/17 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: EuSoft.Eshelper -PackageVersion: 13.6.7.0 +PackageVersion: 13.6.8.0 PackageLocale: en-US Publisher: 欧路软件 PublisherUrl: https://www.esdict.cn/ @@ -17,7 +17,6 @@ Copyright: Copyright (c) 2024 Eusoft. All rights reserved. CopyrightUrl: https://www.eudic.net/v4/es/home/copyright ShortDescription: An authoritative Spanish dictionary software and essential tool for Spanish learners Description: Authoritative Spanish dictionary software that provides you with native word pronunciation, Spanish translation, Spanish verb conjugation search and memorization, extended Spanish lexicon, Spanish word memorization, Spanish listening, real-time Spanish radio, Spanish question bank, and Spanish input method, etc. -# Moniker: Tags: - babylon - dictionary @@ -29,10 +28,7 @@ Tags: - translate - translation - translator -# ReleaseNotes: ReleaseNotesUrl: https://www.eudic.net/v4/es/app/history?appkey=eusoft_eudic_es PurchaseUrl: https://www.eudic.net/v4/es/home/buy -# InstallationNotes: -# Documentations: ManifestType: defaultLocale ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eshelper/13.6.7.0/EuSoft.Eshelper.locale.zh-CN.yaml b/manifests/e/EuSoft/Eshelper/13.6.8.0/EuSoft.Eshelper.locale.zh-CN.yaml similarity index 85% rename from manifests/e/EuSoft/Eshelper/13.6.7.0/EuSoft.Eshelper.locale.zh-CN.yaml rename to manifests/e/EuSoft/Eshelper/13.6.8.0/EuSoft.Eshelper.locale.zh-CN.yaml index ac51146d680fd..de818e028cb81 100644 --- a/manifests/e/EuSoft/Eshelper/13.6.7.0/EuSoft.Eshelper.locale.zh-CN.yaml +++ b/manifests/e/EuSoft/Eshelper/13.6.8.0/EuSoft.Eshelper.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Automatically updated by the winget bot at 2024/Aug/17 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: EuSoft.Eshelper -PackageVersion: 13.6.7.0 +PackageVersion: 13.6.8.0 PackageLocale: zh-CN Publisher: 欧路软件 PublisherUrl: https://www.esdict.cn/ @@ -17,7 +17,6 @@ Copyright: 版权所有(c) 2024 欧路软件。保留所有权利。 CopyrightUrl: https://www.eudic.net/v4/es/home/copyright ShortDescription: 权威的西语词典软件,西语学习者必备的工具 Description: 权威的西语词典软件,为您提供单词真人发音、西语翻译、西语动词变位查询及背诵、西语扩充词库、西语背单词、西语听力、实时西语电台、西语题库、西语输入法等。 -# Moniker: Tags: - babylon - lingoes @@ -27,10 +26,7 @@ Tags: - 西班牙语 - 西语 - 词典 -# ReleaseNotes: ReleaseNotesUrl: https://www.eudic.net/v4/es/app/history?appkey=eusoft_eudic_es PurchaseUrl: https://www.eudic.net/v4/es/home/buy -# InstallationNotes: -# Documentations: ManifestType: locale ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eshelper/13.6.8.0/EuSoft.Eshelper.yaml b/manifests/e/EuSoft/Eshelper/13.6.8.0/EuSoft.Eshelper.yaml new file mode 100644 index 0000000000000..4a45fc43c8a68 --- /dev/null +++ b/manifests/e/EuSoft/Eshelper/13.6.8.0/EuSoft.Eshelper.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/17 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EuSoft.Eshelper +PackageVersion: 13.6.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eudic/13.6.7.0/EuSoft.Eudic.installer.yaml b/manifests/e/EuSoft/Eudic/13.6.7.0/EuSoft.Eudic.installer.yaml deleted file mode 100644 index 4068cc26d718c..0000000000000 --- a/manifests/e/EuSoft/Eudic/13.6.7.0/EuSoft.Eudic.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: EuSoft.Eudic -PackageVersion: 13.6.7.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silentWithProgress -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -FileExtensions: -- bgl -- eudic -- ld2 -- mdx -Installers: -- Architecture: x64 - InstallerUrl: https://static.frdic.com/pkg/eudic_win.exe?t=20240712 - InstallerSha256: CCF13950ECA8E6DAE80284F8C9D76D1547C400EE70488CE7C558A92AE911DAC4 - ProductCode: eudic -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eudic/13.6.7.0/EuSoft.Eudic.yaml b/manifests/e/EuSoft/Eudic/13.6.7.0/EuSoft.Eudic.yaml deleted file mode 100644 index ba7c315082756..0000000000000 --- a/manifests/e/EuSoft/Eudic/13.6.7.0/EuSoft.Eudic.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: EuSoft.Eudic -PackageVersion: 13.6.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eudic/13.6.8.0/EuSoft.Eudic.installer.yaml b/manifests/e/EuSoft/Eudic/13.6.8.0/EuSoft.Eudic.installer.yaml new file mode 100644 index 0000000000000..f91779bdce555 --- /dev/null +++ b/manifests/e/EuSoft/Eudic/13.6.8.0/EuSoft.Eudic.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2024/Aug/16 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EuSoft.Eudic +PackageVersion: 13.6.8.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silentWithProgress +InstallerSwitches: + Silent: /s + SilentWithProgress: /s +UpgradeBehavior: install +FileExtensions: +- bgl +- eudic +- ld2 +- mdx +Installers: +- Architecture: x64 + InstallerUrl: https://static.frdic.com/pkg/eudic_win.exe?t=20240712 + InstallerSha256: 360333B87F25C1C3C21C47556EB36351F1837766FE9B02CFA9F8EF4AD900B083 + ProductCode: eudic +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eudic/13.6.7.0/EuSoft.Eudic.locale.en-US.yaml b/manifests/e/EuSoft/Eudic/13.6.8.0/EuSoft.Eudic.locale.en-US.yaml similarity index 86% rename from manifests/e/EuSoft/Eudic/13.6.7.0/EuSoft.Eudic.locale.en-US.yaml rename to manifests/e/EuSoft/Eudic/13.6.8.0/EuSoft.Eudic.locale.en-US.yaml index 7d9d18c929705..84ba3b4e62061 100644 --- a/manifests/e/EuSoft/Eudic/13.6.7.0/EuSoft.Eudic.locale.en-US.yaml +++ b/manifests/e/EuSoft/Eudic/13.6.8.0/EuSoft.Eudic.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Automatically updated by the winget bot at 2024/Aug/16 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: EuSoft.Eudic -PackageVersion: 13.6.7.0 +PackageVersion: 13.6.8.0 PackageLocale: en-US Publisher: 欧路软件 PublisherUrl: https://www.eudic.net/v4/en/app/eudic @@ -17,7 +17,6 @@ Copyright: Copyright (c) 2024 EuSoft. All rights reserved. CopyrightUrl: https://www.eudic.net/v4/en/home/copyright ShortDescription: An authoritative English dictionary software and essential tool for English learners Description: Eudic is an authoritative English dictionary software and essential tool for English learners, providing real-life word pronunciation, English translation, cross-software word retrieval, drag-word search, extra English thesaurus, English word memorization, English listening, real-time English radio, etc. -# Moniker: Tags: - babylon - dictionary @@ -28,10 +27,7 @@ Tags: - translate - translation - translator -# ReleaseNotes: ReleaseNotesUrl: https://www.eudic.net/v4/en/app/history?appkey=eusoft_eudic_en PurchaseUrl: https://www.eudic.net/v4/en/home/buy -# InstallationNotes: -# Documentations: ManifestType: defaultLocale ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eudic/13.6.7.0/EuSoft.Eudic.locale.zh-CN.yaml b/manifests/e/EuSoft/Eudic/13.6.8.0/EuSoft.Eudic.locale.zh-CN.yaml similarity index 85% rename from manifests/e/EuSoft/Eudic/13.6.7.0/EuSoft.Eudic.locale.zh-CN.yaml rename to manifests/e/EuSoft/Eudic/13.6.8.0/EuSoft.Eudic.locale.zh-CN.yaml index b65c09440986a..ba5019af7d2d2 100644 --- a/manifests/e/EuSoft/Eudic/13.6.7.0/EuSoft.Eudic.locale.zh-CN.yaml +++ b/manifests/e/EuSoft/Eudic/13.6.8.0/EuSoft.Eudic.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Automatically updated by the winget bot at 2024/Aug/16 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: EuSoft.Eudic -PackageVersion: 13.6.7.0 +PackageVersion: 13.6.8.0 PackageLocale: zh-CN Publisher: 欧路软件 PublisherUrl: https://www.eudic.net/v4/en/app/eudic @@ -17,7 +17,6 @@ Copyright: 版权所有(c) 2024 欧路软件。 保留所有权利。 CopyrightUrl: https://www.eudic.net/v4/en/home/copyright ShortDescription: 权威的英语词典软件,英语学习者必备的工具 Description: 权威的英语词典软件,英语学习者必备的工具,为您提供单词真人发音、英语翻译、跨软件取词、划词搜索、英语扩充词库、英语背单词、英语听力、实时英语电台等。 -# Moniker: Tags: - babylon - lingoes @@ -27,10 +26,7 @@ Tags: - 英文 - 英语 - 词典 -# ReleaseNotes: ReleaseNotesUrl: https://www.eudic.net/v4/en/app/history?appkey=eusoft_eudic_en PurchaseUrl: https://www.eudic.net/v4/en/home/buy -# InstallationNotes: -# Documentations: ManifestType: locale ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eudic/13.6.8.0/EuSoft.Eudic.yaml b/manifests/e/EuSoft/Eudic/13.6.8.0/EuSoft.Eudic.yaml new file mode 100644 index 0000000000000..1d79aee418c0e --- /dev/null +++ b/manifests/e/EuSoft/Eudic/13.6.8.0/EuSoft.Eudic.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/16 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EuSoft.Eudic +PackageVersion: 13.6.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.installer.yaml new file mode 100644 index 0000000000000..7464ae773264c --- /dev/null +++ b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Eugeny.Tabby +PackageVersion: 1.0.211 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.211/tabby-1.0.211-setup-x64.exe + InstallerSha256: 0C2D5689E1D910D27AF2EC66FD6F7C618CD12533C39B7C9D978AC7296F4B233D + InstallerSwitches: + Custom: /currentuser + ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.211/tabby-1.0.211-setup-x64.exe + InstallerSha256: 0C2D5689E1D910D27AF2EC66FD6F7C618CD12533C39B7C9D978AC7296F4B233D + InstallerSwitches: + Custom: /allusers + ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.211/tabby-1.0.211-setup-arm64.exe + InstallerSha256: 14A9F0B0C48593BC02A9EE75E21084C1CD9AED58143A3A181FE9CB07F4EDC7F3 + InstallerSwitches: + Custom: /currentuser + ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.211/tabby-1.0.211-setup-arm64.exe + InstallerSha256: 14A9F0B0C48593BC02A9EE75E21084C1CD9AED58143A3A181FE9CB07F4EDC7F3 + InstallerSwitches: + Custom: /allusers + ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.locale.en-US.yaml new file mode 100644 index 0000000000000..3d3628f8f1d4c --- /dev/null +++ b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Eugeny.Tabby +PackageVersion: 1.0.211 +PackageLocale: en-US +Publisher: Eugene Pankov +PublisherUrl: https://github.com/Eugeny +PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: +Author: Eugene Pankov +PackageName: Tabby +PackageUrl: https://tabby.sh/ +License: MIT +LicenseUrl: https://github.com/Eugeny/tabby/blob/master/LICENSE +Copyright: Copyright (c) 2024 Eugene Pankov +# CopyrightUrl: +ShortDescription: A terminal for a more modern age. +Description: |- + Tabby (formerly Terminus) is a highly configurable terminal emulator, SSH and serial client for Windows 10, macOS and Linux + - Integrated SSH and Telnet client and connection manager + - Integrated serial terminal + - Theming and color schemes + - Fully configurable shortcuts and multi-chord shortcuts + - Split panes + - Remembers your tabs + - PowerShell (and PS Core), WSL, Git-Bash, Cygwin, MSYS2, Cmder and CMD support + - Direct file transfer from/to SSH sessions via Zmodem + - Full Unicode support including double-width characters + - Doesn't choke on fast-flowing outputs + - Proper shell experience on Windows including tab completion (via Clink) + - Integrated encrypted container for SSH secrets and configuration + - SSH, SFTP and Telnet client available as a web app (also self-hosted) +# Moniker: +Tags: +- command-line +- console +- terminal +- terminus +ReleaseNotes: |- + Changes + - 72a5da5: Revert a potentially broken WSL profile icon improvement + Fixes + - 3d7308c: fixed #9751 - title/color observers not detaching when detaching a tab +ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.211 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.locale.zh-CN.yaml b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8329da492dcf2 --- /dev/null +++ b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Eugeny.Tabby +PackageVersion: 1.0.211 +PackageLocale: zh-CN +Publisher: Eugene Pankov +PublisherUrl: https://github.com/Eugeny +PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: +Author: Eugene Pankov +PackageName: Tabby +PackageUrl: https://tabby.sh/ +License: MIT +LicenseUrl: https://github.com/Eugeny/tabby/blob/master/LICENSE +Copyright: Copyright (c) 2024 Eugene Pankov +# CopyrightUrl: +ShortDescription: 更现代的终端 +Description: |- + Tabby(原 Terminus)是一款 Windows 10、macOS、Linux 上的一款可高度定制的终端模拟器、SSH 和串口客户端 + - 内置 SSH 和 Telnet 客户端和连接管理器 + - 内置串口终端 + - 主题和配色 + - 完全可配置的快捷键和组合键 + - 分割面板 + - 记住您的标签页 + - 支持 PowerShell(和 PS Core)、WSL、Git-Bash、Cygwin、MSYS2、Cmder、CMD + - 通过 Zmodem 在 SSH 会话中直接传输文件 + - 完全支持 Unicode(包括全角字符) + - 高速输出而不卡顿 + - 在 Windows 上提供良好的 shell 体验,包括 Tab 补全(通过 Clink) + - 内置用于 SSH 密钥和配置的加密容器 + - SSH、SFTP、Telnet 客户端可作为网络应用程序使用(也可自行托管) +# Moniker: +Tags: +- terminus +- 命令行 +- 控制台 +- 终端 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.211 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.yaml new file mode 100644 index 0000000000000..8ecd9e31353fd --- /dev/null +++ b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Eugeny.Tabby +PackageVersion: 1.0.211 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EvanR/ImageFiles/0.9.4/EvanR.ImageFiles.installer.yaml b/manifests/e/EvanR/ImageFiles/0.9.4/EvanR.ImageFiles.installer.yaml new file mode 100644 index 0000000000000..775a9cef1b495 --- /dev/null +++ b/manifests/e/EvanR/ImageFiles/0.9.4/EvanR.ImageFiles.installer.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-3958.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EvanR.ImageFiles +PackageVersion: 0.9.4 +InstallerLocale: en-US +InstallerType: portable +ReleaseDate: 2024-08-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/EvanRaeder/image_files/releases/download/0.9.4/image_files.exe + InstallerSha256: 686B370E03BCA31E78265B559B868E4CAADD289E049942EACDDE8C4332A5F6D1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/EvanR/ImageFiles/0.9.4/EvanR.ImageFiles.locale.en-US.yaml b/manifests/e/EvanR/ImageFiles/0.9.4/EvanR.ImageFiles.locale.en-US.yaml new file mode 100644 index 0000000000000..63c509dc87b3e --- /dev/null +++ b/manifests/e/EvanR/ImageFiles/0.9.4/EvanR.ImageFiles.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-3958.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EvanR.ImageFiles +PackageVersion: 0.9.4 +PackageLocale: en-US +Publisher: Evan R +PublisherUrl: https://github.com/EvanRaeder +PublisherSupportUrl: https://github.com/EvanRaeder +# PrivacyUrl: +Author: Evan R +PackageName: Image Encode +PackageUrl: https://github.com/EvanRaeder/image_files +License: MIT +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: This app will convert any file to an image format and convert back to the original file. This can be useful for image hosting services. +# Description: +# Moniker: +Tags: +- converter +- decode +- encode +- encoder +- files +- png +- zip +ReleaseNotes: Rayon support +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/EvanR/ImageFiles/0.9.4/EvanR.ImageFiles.yaml b/manifests/e/EvanR/ImageFiles/0.9.4/EvanR.ImageFiles.yaml new file mode 100644 index 0000000000000..20b8b3a32890d --- /dev/null +++ b/manifests/e/EvanR/ImageFiles/0.9.4/EvanR.ImageFiles.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.5-1-22621-3958.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EvanR.ImageFiles +PackageVersion: 0.9.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.100.3/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.100.3/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..510ba303ac9ee --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.100.3/Evernote.Evernote.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.100.3 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x86 + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.100.3-win-ddl-stage-20240807100413-10adab661bdccb27c92838d64cdfa03587fd34d4-setup.exe + InstallerSha256: F38E34A4B05C65561AAF205BD0DC3C98E8AC8C2C3C6697221B9A9275C7F95BBD + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.100.3-win-ddl-stage-20240807100413-10adab661bdccb27c92838d64cdfa03587fd34d4-setup.exe + InstallerSha256: F38E34A4B05C65561AAF205BD0DC3C98E8AC8C2C3C6697221B9A9275C7F95BBD + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.100.3/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.100.3/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..b576fb95a4977 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.100.3/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.100.3 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + Fixes: + - Fixes an issue where the Reminders tab and sorting by reminders were not available within notebooks. + - Fixes an issue where the "Copy internal link" shortcut was unresponsive. +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.100.3/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.100.3/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c2c2690c0795d --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.100.3/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.100.3 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.100.3/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.100.3/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..ba1661154c438 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.100.3/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.100.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.4/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.101.4/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..7365cd8f4f4c0 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.4/Evernote.Evernote.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.4 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-08-13 +Installers: +- Architecture: x86 + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.101.4-win-ddl-stage-20240813140149-749194fff84d7369d24d49cf9bb8cf7aa146acc8-setup.exe + InstallerSha256: CA4802DD240ED820A003558E35FCBD50E290EA80C76526A2691210018D29BB75 + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.101.4-win-ddl-stage-20240813140149-749194fff84d7369d24d49cf9bb8cf7aa146acc8-setup.exe + InstallerSha256: CA4802DD240ED820A003558E35FCBD50E290EA80C76526A2691210018D29BB75 + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.4/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.101.4/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..021897735353a --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.4/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.4 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + New Features: + - Your Table of Contents now updates automatically whenever you add or edit a heading. No more manual updates required! + - Pinning notes to your notebooks is now simpler. Just right-click on the note from the note list or use the "More" menu (...) within the note. + + Fixes: + - Fixes an issue where clicking on a tag didn't consistently return the tagged notes. +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.4/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.101.4/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b3606b1edf057 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.4/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.4 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.4/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.101.4/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..f9cf69955c4ba --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.4/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.5/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.101.5/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..84c1f4ebdbb31 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.5/Evernote.Evernote.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.5 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x86 + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.101.5-win-ddl-stage-20240814120153-4f87f801cd063f5100c774016e440ef3bab55a45-setup.exe + InstallerSha256: 716033907E34B8A7241C89B22C379C46EFA00A9D20300A2FE299F2255753E2FF + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.101.5-win-ddl-stage-20240814120153-4f87f801cd063f5100c774016e440ef3bab55a45-setup.exe + InstallerSha256: 716033907E34B8A7241C89B22C379C46EFA00A9D20300A2FE299F2255753E2FF + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.5/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.101.5/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..04a0b1ea21c14 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.5/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.5 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + New Features: + - Your Table of Contents now updates automatically whenever you add or edit a heading. No more manual updates required! + - Pinning notes to your notebooks is now simpler. Just right-click on the note from the note list or use the "More" menu (...) within the note. + + Fixes: + - Fixes an issue where clicking on a tag didn't consistently return the tagged notes. +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.5/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.101.5/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c92985a296c97 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.5/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.5 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.5/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.101.5/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..25873211f8ec4 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.5/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.6/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.101.6/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..1adaa1e5f7fc9 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.6/Evernote.Evernote.installer.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.6 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.101.6-win-ddl-stage-20240814195043-630c415c3da5ff7ae8f733a5c0d36a1691c06135-setup.exe + InstallerSha256: 871368AB87E5DAEFA014CB5DF6BB7B95FBB5BA7FC505102B6B23F6D90198F701 + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x86 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.101.6-win-ddl-stage-20240814195043-630c415c3da5ff7ae8f733a5c0d36a1691c06135-setup.exe + InstallerSha256: 871368AB87E5DAEFA014CB5DF6BB7B95FBB5BA7FC505102B6B23F6D90198F701 + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.101.6-win-ddl-stage-20240814195043-630c415c3da5ff7ae8f733a5c0d36a1691c06135-setup.exe + InstallerSha256: 871368AB87E5DAEFA014CB5DF6BB7B95FBB5BA7FC505102B6B23F6D90198F701 + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.101.6-win-ddl-stage-20240814195043-630c415c3da5ff7ae8f733a5c0d36a1691c06135-setup.exe + InstallerSha256: 871368AB87E5DAEFA014CB5DF6BB7B95FBB5BA7FC505102B6B23F6D90198F701 + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.6/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.101.6/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..969cd50b04fc3 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.6/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.6 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.6/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.101.6/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6ad33512ff17d --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.6/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.6 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.6/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.101.6/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..d12b6f370c5d1 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.6/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.7/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.101.7/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..bca4968bb58de --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.7/Evernote.Evernote.installer.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.7 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-08-16 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.101.7-win-ddl-stage-20240816092121-e674e912a4727d444dcf556b0e57d4def1720fe5-setup.exe + InstallerSha256: C784D92D68021A81BAC73F7AB35EEC9C4C7BBA6B7C56BD3CCE8890A6D44D42D5 + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x86 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.101.7-win-ddl-stage-20240816092121-e674e912a4727d444dcf556b0e57d4def1720fe5-setup.exe + InstallerSha256: C784D92D68021A81BAC73F7AB35EEC9C4C7BBA6B7C56BD3CCE8890A6D44D42D5 + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.101.7-win-ddl-stage-20240816092121-e674e912a4727d444dcf556b0e57d4def1720fe5-setup.exe + InstallerSha256: C784D92D68021A81BAC73F7AB35EEC9C4C7BBA6B7C56BD3CCE8890A6D44D42D5 + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.101.7-win-ddl-stage-20240816092121-e674e912a4727d444dcf556b0e57d4def1720fe5-setup.exe + InstallerSha256: C784D92D68021A81BAC73F7AB35EEC9C4C7BBA6B7C56BD3CCE8890A6D44D42D5 + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.7/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.101.7/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..0b71b1196fd82 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.7/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.7 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.7/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.101.7/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f92a259fcfa3b --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.7/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.7 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.101.7/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.101.7/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..1548d0ad2aba1 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.101.7/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.101.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.102.4/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.102.4/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..f1f4105d318a1 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.102.4/Evernote.Evernote.installer.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.102.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.102.4-win-ddl-stage-20240820115528-172742e49036919769168c08c8db082f80608e62-setup.exe + InstallerSha256: 254925C755C7DD68F1E4F6B2B182B12B9E42241DAB5FDEDF01514960A3D549CD + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x86 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.102.4-win-ddl-stage-20240820115528-172742e49036919769168c08c8db082f80608e62-setup.exe + InstallerSha256: 254925C755C7DD68F1E4F6B2B182B12B9E42241DAB5FDEDF01514960A3D549CD + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.102.4-win-ddl-stage-20240820115528-172742e49036919769168c08c8db082f80608e62-setup.exe + InstallerSha256: 254925C755C7DD68F1E4F6B2B182B12B9E42241DAB5FDEDF01514960A3D549CD + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.102.4-win-ddl-stage-20240820115528-172742e49036919769168c08c8db082f80608e62-setup.exe + InstallerSha256: 254925C755C7DD68F1E4F6B2B182B12B9E42241DAB5FDEDF01514960A3D549CD + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.102.4/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.102.4/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..9fb4a3389c53f --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.102.4/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.102.4 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + Fixes: + - Fixes an issue where internal links no longer redirected to the correct note from the sidebar. + - Fixes an issue where clicking an anchor link from an external app did not function properly. + + New Features: + - Calendar 2-way sync is here: from now on, you can create, update, and delete events in your Google and Outlook Calendars directly from Evernote. +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.102.4/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.102.4/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d9213fdec2767 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.102.4/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.102.4 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.102.4/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.102.4/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..0dc7860d2b66f --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.102.4/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.102.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.102.7/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.102.7/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..33f5d69925362 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.102.7/Evernote.Evernote.installer.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.102.7 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-08-22 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.102.7-win-ddl-stage-20240822120343-6edb3930bb7628712f34d1bfa61d39efeb28d7a4-setup.exe + InstallerSha256: 64A1B258E1D2299FF0E157BEB3272E9F4675449105BE6A40A69850DA52D8A654 + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x86 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.102.7-win-ddl-stage-20240822120343-6edb3930bb7628712f34d1bfa61d39efeb28d7a4-setup.exe + InstallerSha256: 64A1B258E1D2299FF0E157BEB3272E9F4675449105BE6A40A69850DA52D8A654 + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.102.7-win-ddl-stage-20240822120343-6edb3930bb7628712f34d1bfa61d39efeb28d7a4-setup.exe + InstallerSha256: 64A1B258E1D2299FF0E157BEB3272E9F4675449105BE6A40A69850DA52D8A654 + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.102.7-win-ddl-stage-20240822120343-6edb3930bb7628712f34d1bfa61d39efeb28d7a4-setup.exe + InstallerSha256: 64A1B258E1D2299FF0E157BEB3272E9F4675449105BE6A40A69850DA52D8A654 + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.102.7/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.102.7/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..7f22985986c56 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.102.7/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.102.7 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.102.7/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.102.7/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..56343347be84d --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.102.7/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.102.7 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.102.7/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.102.7/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..23ef608b18079 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.102.7/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.102.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.103.3/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.103.3/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..ac9dc01020a4c --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.103.3/Evernote.Evernote.installer.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.103.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.103.3-win-ddl-stage-20240826142245-35275cd919fed29ae67f30da6edfaaf7b8f529ab-setup.exe + InstallerSha256: FA42057B1A8B6DD0B0C811990D1A7ED7E74A5B1E3684E7DB6F0C9DD5BE984F34 + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x86 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.103.3-win-ddl-stage-20240826142245-35275cd919fed29ae67f30da6edfaaf7b8f529ab-setup.exe + InstallerSha256: FA42057B1A8B6DD0B0C811990D1A7ED7E74A5B1E3684E7DB6F0C9DD5BE984F34 + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.103.3-win-ddl-stage-20240826142245-35275cd919fed29ae67f30da6edfaaf7b8f529ab-setup.exe + InstallerSha256: FA42057B1A8B6DD0B0C811990D1A7ED7E74A5B1E3684E7DB6F0C9DD5BE984F34 + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.103.3-win-ddl-stage-20240826142245-35275cd919fed29ae67f30da6edfaaf7b8f529ab-setup.exe + InstallerSha256: FA42057B1A8B6DD0B0C811990D1A7ED7E74A5B1E3684E7DB6F0C9DD5BE984F34 + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.103.3/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.103.3/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..fdf23b8d7598b --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.103.3/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.103.3 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + New Features: + - Introducing image transcription: you can now extract text from your images, including those containing handwritten text, with ease. + - You can now mark notifications as read without having to click on them. If you want to check them out later, just mark them as unread. + + Fixes: + - Fixed an issue with internal links not redirecting to the correct note. + - Fixed an issue with possibly wrong notes counter for business accounts. + - Fixed an issue where the notification tooltip appeared over some modals. +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.103.3/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.103.3/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..319b68d23f470 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.103.3/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.103.3 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.103.3/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.103.3/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..85c0b9bb1acf9 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.103.3/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.103.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.103.4/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.103.4/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..6641a4d3250d3 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.103.4/Evernote.Evernote.installer.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.103.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-08-30 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.103.4-win-ddl-stage-20240830165156-a7d84893669d8ad6a84e1b146731c076b56efa50-setup.exe + InstallerSha256: 7AF4727E5986C277A91C6863955142EE5DD7C144E918145BBFE67D1EF6C802BD + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x86 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.103.4-win-ddl-stage-20240830165156-a7d84893669d8ad6a84e1b146731c076b56efa50-setup.exe + InstallerSha256: 7AF4727E5986C277A91C6863955142EE5DD7C144E918145BBFE67D1EF6C802BD + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.103.4-win-ddl-stage-20240830165156-a7d84893669d8ad6a84e1b146731c076b56efa50-setup.exe + InstallerSha256: 7AF4727E5986C277A91C6863955142EE5DD7C144E918145BBFE67D1EF6C802BD + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.103.4-win-ddl-stage-20240830165156-a7d84893669d8ad6a84e1b146731c076b56efa50-setup.exe + InstallerSha256: 7AF4727E5986C277A91C6863955142EE5DD7C144E918145BBFE67D1EF6C802BD + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.103.4/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.103.4/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..2a9fbde7a3ae6 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.103.4/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.103.4 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + New Features: + - Introducing image transcription: you can now extract text from your images, including those containing handwritten text, with ease. + - You can now mark notifications as read without having to click on them. If you want to check them out later, just mark them as unread. + + Fixes: + - Fixed an issue with internal links not redirecting to the correct note. + - Fixed an issue with possibly wrong notes counter for business accounts. + - Fixed an issue where the notification tooltip appeared over some modals. +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.103.4/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.103.4/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..894082f9779f2 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.103.4/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.103.4 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.103.4/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.103.4/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..3fa5c6e1a750d --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.103.4/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.103.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.103.5/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.103.5/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..9e24917da3a20 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.103.5/Evernote.Evernote.installer.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.103.5 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-09-01 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.103.5-win-ddl-stage-20240901203545-46c65cee91dcf44bf2e2df5bf56b5c4de4dd25a0-setup.exe + InstallerSha256: FEC2F3B9FE4AD486EA3A90A21AED9040D4B2CB06FF639DF11BDEEC22353AD0A6 + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x86 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.103.5-win-ddl-stage-20240901203545-46c65cee91dcf44bf2e2df5bf56b5c4de4dd25a0-setup.exe + InstallerSha256: FEC2F3B9FE4AD486EA3A90A21AED9040D4B2CB06FF639DF11BDEEC22353AD0A6 + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.103.5-win-ddl-stage-20240901203545-46c65cee91dcf44bf2e2df5bf56b5c4de4dd25a0-setup.exe + InstallerSha256: FEC2F3B9FE4AD486EA3A90A21AED9040D4B2CB06FF639DF11BDEEC22353AD0A6 + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.103.5-win-ddl-stage-20240901203545-46c65cee91dcf44bf2e2df5bf56b5c4de4dd25a0-setup.exe + InstallerSha256: FEC2F3B9FE4AD486EA3A90A21AED9040D4B2CB06FF639DF11BDEEC22353AD0A6 + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.103.5/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.103.5/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..4e2c3102e2b9a --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.103.5/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.103.5 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + New Features: + - Introducing image transcription: you can now extract text from your images, including those containing handwritten text, with ease. + - You can now mark notifications as read without having to click on them. If you want to check them out later, just mark them as unread. + + Fixes: + - Fixed an issue with internal links not redirecting to the correct note. + - Fixed an issue with possibly wrong notes counter for business accounts. + - Fixed an issue where the notification tooltip appeared over some modals. +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.103.5/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.103.5/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f4a20055b23b0 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.103.5/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.103.5 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.103.5/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.103.5/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..7d90a1f863d45 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.103.5/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.103.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.104.2/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.104.2/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..5a4dcf3a7bf9d --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.104.2/Evernote.Evernote.installer.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.104.2 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.104.2-win-ddl-stage-20240902145453-faa24766192efdb2980cb6f0e8934979fb660fb8-setup.exe + InstallerSha256: 43F73ACC7F7596196010F3136D829363A974696C56E3CF6B72DCFDA23285183C + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x86 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.104.2-win-ddl-stage-20240902145453-faa24766192efdb2980cb6f0e8934979fb660fb8-setup.exe + InstallerSha256: 43F73ACC7F7596196010F3136D829363A974696C56E3CF6B72DCFDA23285183C + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.104.2-win-ddl-stage-20240902145453-faa24766192efdb2980cb6f0e8934979fb660fb8-setup.exe + InstallerSha256: 43F73ACC7F7596196010F3136D829363A974696C56E3CF6B72DCFDA23285183C + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.104.2-win-ddl-stage-20240902145453-faa24766192efdb2980cb6f0e8934979fb660fb8-setup.exe + InstallerSha256: 43F73ACC7F7596196010F3136D829363A974696C56E3CF6B72DCFDA23285183C + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.104.2/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.104.2/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..43e474146a42f --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.104.2/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.104.2 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + New Features: + - You can now leave a note that was shared with you. + + Fixes: + - Fixed an issue where the checkbox position was centered instead of top-aligned. + - Fixed a bug where creating nested bullet points sometimes resulted in misaligned chevrons. +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.104.2/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.104.2/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8a8a6f83318e2 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.104.2/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.104.2 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.104.2/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.104.2/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..9c97c1a7a40df --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.104.2/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.104.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.104.3/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.104.3/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..bb27ae1a54389 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.104.3/Evernote.Evernote.installer.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.104.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.104.3-win-ddl-stage-20240904115036-c05fd51a65f90cd2a1ae01ca845dcdbfb1f1459e-setup.exe + InstallerSha256: 62FC6E114E1141C28393667E946B8AB71940127A2DC6C85740F89E3618D53954 + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x86 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.104.3-win-ddl-stage-20240904115036-c05fd51a65f90cd2a1ae01ca845dcdbfb1f1459e-setup.exe + InstallerSha256: 62FC6E114E1141C28393667E946B8AB71940127A2DC6C85740F89E3618D53954 + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.104.3-win-ddl-stage-20240904115036-c05fd51a65f90cd2a1ae01ca845dcdbfb1f1459e-setup.exe + InstallerSha256: 62FC6E114E1141C28393667E946B8AB71940127A2DC6C85740F89E3618D53954 + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.104.3-win-ddl-stage-20240904115036-c05fd51a65f90cd2a1ae01ca845dcdbfb1f1459e-setup.exe + InstallerSha256: 62FC6E114E1141C28393667E946B8AB71940127A2DC6C85740F89E3618D53954 + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.104.3/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.104.3/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..2d54d1d06b38e --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.104.3/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.104.3 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + New Features: + - You can now leave a note that was shared with you. + + Fixes: + - Fixed an issue where the checkbox position was centered instead of top-aligned. + - Fixed a bug where creating nested bullet points sometimes resulted in misaligned chevrons. + - Fixed a bug where note links to notes outside of the first 500 notes was linking to the first note of a notebook + - Fixed a bug where scrolling to the 500th note caused the note list to jump back to 0 +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.104.3/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.104.3/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..25d142da1cbc5 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.104.3/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.104.3 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.104.3/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.104.3/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..3aece481eb1e8 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.104.3/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.104.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.105.4/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.105.4/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..b57b87b13d8a6 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.105.4/Evernote.Evernote.installer.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.105.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.105.4-win-ddl-stage-20240910164757-a2e60a8d876a07eded5d212fa56ba45214114ad0-setup.exe + InstallerSha256: BB7A36A27148CA431569201DDA50CD20E061234CF15B2B7356A5989F09FC355D + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x86 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.105.4-win-ddl-stage-20240910164757-a2e60a8d876a07eded5d212fa56ba45214114ad0-setup.exe + InstallerSha256: BB7A36A27148CA431569201DDA50CD20E061234CF15B2B7356A5989F09FC355D + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.105.4-win-ddl-stage-20240910164757-a2e60a8d876a07eded5d212fa56ba45214114ad0-setup.exe + InstallerSha256: BB7A36A27148CA431569201DDA50CD20E061234CF15B2B7356A5989F09FC355D + InstallerSwitches: + Custom: /currentuser + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.105.4-win-ddl-stage-20240910164757-a2e60a8d876a07eded5d212fa56ba45214114ad0-setup.exe + InstallerSha256: BB7A36A27148CA431569201DDA50CD20E061234CF15B2B7356A5989F09FC355D + InstallerSwitches: + Custom: /allusers + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.105.4/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.105.4/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..650e3027fa7f2 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.105.4/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.105.4 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + Fixes: + - Fixes an issue where the default notebook was not marked with a star in the Notebooks list. + - Fixes an issue with incorrect hover state and spacing on the Account Settings Popup. + - Fixes an issue where the user preference for "Evernote links" did not apply to note links created using the / command for "New linked note". + - Fixes an issue where audio transcription was prone to hallucinations during the formatting phase. + - Fixes an issue where attachments updates were not reflected properly in the notes + + New Features: + - Improved navigation: We've streamlined your experience by removing the Calendar Modal and redirecting all actions to the Calendar Kingdom! +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.105.4/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.105.4/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6f1d907d91512 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.105.4/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.105.4 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.105.4/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.105.4/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..26530846149ab --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.105.4/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.105.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.97.3/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.97.3/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..0aad25dcc72cf --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.97.3/Evernote.Evernote.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.97.3 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.97.3-win-ddl-stage-20240718185432-5050d1e89532f0c319c7567efd769be0c39083ef-setup.exe + InstallerSha256: 0D6E8BC1130AED37C04E16BC3A607327766221F1910B8C1165E7EBFBA19F2F8F + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.97.3-win-ddl-stage-20240718185432-5050d1e89532f0c319c7567efd769be0c39083ef-setup.exe + InstallerSha256: 0D6E8BC1130AED37C04E16BC3A607327766221F1910B8C1165E7EBFBA19F2F8F + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.97.3/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.97.3/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..d01e57e4cd7ae --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.97.3/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.97.3 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + New Features: + - When opening a note link on Evernote web, you can now switch to the desktop app with a single click + + Hotfix: + - Fixed app startup failure on macOS 10.14 + + Fixes: + - Performance improvements and miscellaneous bug fixes +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.97.3/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.97.3/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..64ea14c55ae69 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.97.3/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.97.3 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.97.3/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.97.3/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..f02d78d2e358a --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.97.3/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.97.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.98.3/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.98.3/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..b3f119204e74c --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.98.3/Evernote.Evernote.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.98.3 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x86 + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.98.3-win-ddl-stage-20240725174632-99c2a050d8fd6fee9c493d1b886d419760eac7fd-setup.exe + InstallerSha256: 1955F3B3C9E1EAAD94509977A7DB706D76DAC97EB66BF1ED2667DBBD2A50E519 + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.98.3-win-ddl-stage-20240725174632-99c2a050d8fd6fee9c493d1b886d419760eac7fd-setup.exe + InstallerSha256: 1955F3B3C9E1EAAD94509977A7DB706D76DAC97EB66BF1ED2667DBBD2A50E519 + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.98.3/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.98.3/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..1e98283238e1a --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.98.3/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.98.3 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + Fixes: + - Fixes an issue where users couldn't normally switch between the "Notes" and "Reminders" tabs within a Notebook. + - Addresses a problem related to moving a note into a notebook within a collapsed stack in the sidebar. + - Fixes an issue where passwords were unmasking (revealing characters) when decrypting a note. +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.98.3/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.98.3/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..50d32eec88f0a --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.98.3/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.98.3 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.98.3/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.98.3/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..7b51bc8b7e021 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.98.3/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.98.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.99.3/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.99.3/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..9d54f7496ed09 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.99.3/Evernote.Evernote.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.99.3 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ReleaseDate: 2024-07-29 +Installers: +- Architecture: x86 + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.99.3-win-ddl-stage-20240729150016-abc1f9a6770cb5f82a26bd6855e6ea9817b25f17-setup.exe + InstallerSha256: B9B7BEA3741FB3CC131F36606E8C0733121D4A8F59E9CACB5A0C41BE6418C9EE + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +- Architecture: x64 + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.99.3-win-ddl-stage-20240729150016-abc1f9a6770cb5f82a26bd6855e6ea9817b25f17-setup.exe + InstallerSha256: B9B7BEA3741FB3CC131F36606E8C0733121D4A8F59E9CACB5A0C41BE6418C9EE + ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.99.3/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.99.3/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..e6ff795dd52b4 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.99.3/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.99.3 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + Fixes: + - Fixes an issue where note shortcuts incorrectly worked on home screen with pinned note widget. Now, they only work when the note is open. + - Fixes an issue where setting or editing a task due date made the option modal unresponsive. It's all smooth now. + - Fixes an issue where notes in read-only shared notebooks didn't always display the header. +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.99.3/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.99.3/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a9a59b6544a70 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.99.3/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.99.3 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://evernote.com/compare-plans +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/10.99.3/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.99.3/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..861ff8e87a25d --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.99.3/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.99.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/CN/7.2.52/Evernote.Evernote.CN.installer.yaml b/manifests/e/Evernote/Evernote/CN/7.2.52/Evernote.Evernote.CN.installer.yaml new file mode 100644 index 0000000000000..f2660e98d3f2d --- /dev/null +++ b/manifests/e/Evernote/Evernote/CN/7.2.52/Evernote.Evernote.CN.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote.CN +PackageVersion: 7.2.52 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet /norestart /hpnoreboot + SilentWithProgress: /qb /norestart /hpnoreboot + InstallLocation: APPLICATIONFOLDER="" + Log: /log "" + Custom: /suppressclient +ExpectedReturnCodes: +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{62E27DC8-5088-11EF-A1B2-74782763288B}' + UpgradeCode: '{2A693264-27E0-4B77-97CC-EADA39E115BF}' + InstallerType: wix +Installers: +- Architecture: x86 + InstallerUrl: https://cdn-dl.yinxiang.com/YXWin6/public/Evernote_7.2.52.8608.exe + InstallerSha256: 00F6BF06A5E1BCEDCCF93AA67A89BE7E5CEE11CCF57324839E1A8A08B91B6AD9 + ProductCode: '{62E27DC8-5088-11EF-A1B2-74782763288B}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/CN/7.2.52/Evernote.Evernote.CN.locale.en-US.yaml b/manifests/e/Evernote/Evernote/CN/7.2.52/Evernote.Evernote.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..60dd7a591a59e --- /dev/null +++ b/manifests/e/Evernote/Evernote/CN/7.2.52/Evernote.Evernote.CN.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote.CN +PackageVersion: 7.2.52 +PackageLocale: en-US +Publisher: Beijing Yinxiang Biji Technologies Co., Ltd. +PublisherUrl: https://www.yinxiang.com/ +PublisherSupportUrl: https://www.yinxiang.com/help/ +PrivacyUrl: https://www.yinxiang.com/legal-privacy/ +Author: Beijing Yinxiang Biji Technologies Co., Ltd. +PackageName: 印象笔记 +PackageUrl: https://www.yinxiang.com/dl-win/ +License: Proprietary +LicenseUrl: https://www.yinxiang.com/legal/tos/ +Copyright: Copyright 2024 Evernote China. All rights reserved. +CopyrightUrl: https://www.yinxiang.com/legal/trademark/ +ShortDescription: Get, organize and share notes anytime, anywhere, making inspiration always with you! +Description: Note with Evernotes like your second brain. Evernotes can help you work, study and live efficiently. It can sync across devices seamlessly, clip WeChat, Weibo, webpage and other contents quickly, and collect, backup, note, share and archive information in one-stop. +Moniker: yinxiang +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + 【印象 AI】 + - AI writing:support the refinement of prompt words, and provide more suggested scenarios after generating the content; + - AI reading:add the guided reading in the form of mind maps and outlines to help you understand the article structure more clearly. + 【Mind Map & Outline Optimization】 + - Supports batch operations on multiple selected nodes; + - The toolbar for editing nodes can be dragged and moved, no longer blocking upper-level nodes; + - Fixes issues with unclear exported images and PDF formats; + - The function of inserting note links is newly added. + 【SuperNotes】 + - The picture module is upgraded to support hyperlinks and the setting of picture alignment methods. + 【Experience and performance optimization】 + - Fixed some known issues and enhanced product stability. +ReleaseNotesUrl: https://update.yinxiang.com/public/YXWin6/ReleaseNotes_7.2.52.8608_en-us.html +PurchaseUrl: https://www.yinxiang.com/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/CN/7.2.52/Evernote.Evernote.CN.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/CN/7.2.52/Evernote.Evernote.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..39300594d2ba6 --- /dev/null +++ b/manifests/e/Evernote/Evernote/CN/7.2.52/Evernote.Evernote.CN.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote.CN +PackageVersion: 7.2.52 +PackageLocale: zh-CN +Publisher: Beijing Yinxiang Biji Technologies Co., Ltd. +PublisherUrl: https://www.yinxiang.com/ +PublisherSupportUrl: https://www.yinxiang.com/help/ +PrivacyUrl: https://www.yinxiang.com/legal-privacy/ +Author: 北京印象笔记科技有限公司 +PackageName: 印象笔记 +PackageUrl: https://www.yinxiang.com/dl-win/ +License: 专有软件 +LicenseUrl: https://www.yinxiang.com/legal/tos/ +Copyright: Copyright 2024 Evernote China. All rights reserved. +CopyrightUrl: https://www.yinxiang.com/legal/trademark/ +ShortDescription: 随时随地获取、整理、分享笔记,让灵感时刻与你同行 +Description: 作为你的第二大脑,记录就用印象笔记。印象笔记可以帮助你高效工作、学习与生活。支持无缝多端同步,快速保存微信、微博、网页等内容,一站式完成信息的收集备份、高效记录、分享和永久保存。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +ReleaseNotes: |- + 【印象 AI】 + - AI 帮我写:支持提示词润色,生成内容后提供更多建议场景; + - AI 帮我读:增加导图&大纲形式的导读,帮助你了解文章结构更清晰. + 【导图&大纲优化】 + - 支持多选节点批量操作; + - 编辑节点的工具栏可拖拽移动,再也不会挡住上层节点; + - 修复导出图片、PDF 格式不清晰的问题; + - 新增插入笔记链接功能. + 【超级笔记】 + - 图片模块升级,支持超链、支持图片对齐方式设置. + 【体验及性能优化】 + - 解决了部分已知问题并增强了产品稳定性。 +ReleaseNotesUrl: https://update.yinxiang.com/public/YXWin6/ReleaseNotes_7.2.52.8608_zh-CN.html +PurchaseUrl: https://www.yinxiang.com/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/CN/7.2.52/Evernote.Evernote.CN.yaml b/manifests/e/Evernote/Evernote/CN/7.2.52/Evernote.Evernote.CN.yaml new file mode 100644 index 0000000000000..5844e0589292b --- /dev/null +++ b/manifests/e/Evernote/Evernote/CN/7.2.52/Evernote.Evernote.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote.CN +PackageVersion: 7.2.52 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/CN/7.2.56/Evernote.Evernote.CN.installer.yaml b/manifests/e/Evernote/Evernote/CN/7.2.56/Evernote.Evernote.CN.installer.yaml new file mode 100644 index 0000000000000..d6215838bc9b7 --- /dev/null +++ b/manifests/e/Evernote/Evernote/CN/7.2.56/Evernote.Evernote.CN.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote.CN +PackageVersion: 7.2.56 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet /norestart /hpnoreboot + SilentWithProgress: /qb /norestart /hpnoreboot + InstallLocation: APPLICATIONFOLDER="" + Log: /log "" + Custom: /suppressclient +ExpectedReturnCodes: +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{8283ACEC-6A9B-11EF-8CBB-7478274B58EF}' + UpgradeCode: '{2A693264-27E0-4B77-97CC-EADA39E115BF}' + InstallerType: wix +Installers: +- Architecture: x86 + InstallerUrl: https://cdn-dl.yinxiang.com/YXWin6/public/Evernote_7.2.56.8666.exe + InstallerSha256: 35F234D785A2B6017210489B7EAF9B21E6D728E70FCC7C00AD5E876C87B0DE66 + ProductCode: '{8283ACEC-6A9B-11EF-8CBB-7478274B58EF}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/CN/7.2.56/Evernote.Evernote.CN.locale.en-US.yaml b/manifests/e/Evernote/Evernote/CN/7.2.56/Evernote.Evernote.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..d6af6d05e7cbd --- /dev/null +++ b/manifests/e/Evernote/Evernote/CN/7.2.56/Evernote.Evernote.CN.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote.CN +PackageVersion: 7.2.56 +PackageLocale: en-US +Publisher: Beijing Yinxiang Biji Technologies Co., Ltd. +PublisherUrl: https://www.yinxiang.com/ +PublisherSupportUrl: https://www.yinxiang.com/help/ +PrivacyUrl: https://www.yinxiang.com/legal-privacy/ +Author: Beijing Yinxiang Biji Technologies Co., Ltd. +PackageName: 印象笔记 +PackageUrl: https://www.yinxiang.com/dl-win/ +License: Proprietary +LicenseUrl: https://www.yinxiang.com/legal/tos/ +Copyright: Copyright 2024 Evernote China. All rights reserved. +CopyrightUrl: https://www.yinxiang.com/legal/trademark/ +ShortDescription: Get, organize and share notes anytime, anywhere, making inspiration always with you! +Description: Note with Evernotes like your second brain. Evernotes can help you work, study and live efficiently. It can sync across devices seamlessly, clip WeChat, Weibo, webpage and other contents quickly, and collect, backup, note, share and archive information in one-stop. +Moniker: yinxiang +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +ReleaseNotesUrl: https://update.yinxiang.com/public/YXWin6/ReleaseNotes_7.2.56.8666_en-us.html +PurchaseUrl: https://www.yinxiang.com/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/CN/7.2.56/Evernote.Evernote.CN.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/CN/7.2.56/Evernote.Evernote.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c4e142668073e --- /dev/null +++ b/manifests/e/Evernote/Evernote/CN/7.2.56/Evernote.Evernote.CN.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote.CN +PackageVersion: 7.2.56 +PackageLocale: zh-CN +Publisher: Beijing Yinxiang Biji Technologies Co., Ltd. +PublisherUrl: https://www.yinxiang.com/ +PublisherSupportUrl: https://www.yinxiang.com/help/ +PrivacyUrl: https://www.yinxiang.com/legal-privacy/ +Author: 北京印象笔记科技有限公司 +PackageName: 印象笔记 +PackageUrl: https://www.yinxiang.com/dl-win/ +License: 专有软件 +LicenseUrl: https://www.yinxiang.com/legal/tos/ +Copyright: Copyright 2024 Evernote China. All rights reserved. +CopyrightUrl: https://www.yinxiang.com/legal/trademark/ +ShortDescription: 随时随地获取、整理、分享笔记,让灵感时刻与你同行 +Description: 作为你的第二大脑,记录就用印象笔记。印象笔记可以帮助你高效工作、学习与生活。支持无缝多端同步,快速保存微信、微博、网页等内容,一站式完成信息的收集备份、高效记录、分享和永久保存。 +# Moniker: +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +# ReleaseNotes: +ReleaseNotesUrl: https://update.yinxiang.com/public/YXWin6/ReleaseNotes_7.2.56.8666_zh-CN.html +PurchaseUrl: https://www.yinxiang.com/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Evernote/Evernote/CN/7.2.56/Evernote.Evernote.CN.yaml b/manifests/e/Evernote/Evernote/CN/7.2.56/Evernote.Evernote.CN.yaml new file mode 100644 index 0000000000000..b06cb53cbb559 --- /dev/null +++ b/manifests/e/Evernote/Evernote/CN/7.2.56/Evernote.Evernote.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Evernote.Evernote.CN +PackageVersion: 7.2.56 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/EvgenyCherpak/RemoteHelperApp/2024.15/EvgenyCherpak.RemoteHelperApp.installer.yaml b/manifests/e/EvgenyCherpak/RemoteHelperApp/2024.15/EvgenyCherpak.RemoteHelperApp.installer.yaml index 2d646734b4f51..0ae5ae5d3139e 100644 --- a/manifests/e/EvgenyCherpak/RemoteHelperApp/2024.15/EvgenyCherpak.RemoteHelperApp.installer.yaml +++ b/manifests/e/EvgenyCherpak/RemoteHelperApp/2024.15/EvgenyCherpak.RemoteHelperApp.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/17 +# Automatically updated by the winget bot at 2024/Aug/14 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json PackageIdentifier: EvgenyCherpak.RemoteHelperApp @@ -7,6 +7,6 @@ InstallerType: inno Installers: - Architecture: x86 InstallerUrl: https://cherpake.com/latest.php?os=win - InstallerSha256: 7496E8F0A805C54C4BE939C35F2B3DC8510A2F941731C167EB547D412DDA9469 + InstallerSha256: 300E4E06111E9756BFA0A7A63196CDDBFD57336C0B52C863AD145E6AC257D257 ManifestType: installer ManifestVersion: 1.5.0 diff --git a/manifests/e/EvgenyCherpak/RemoteHelperApp/2024.15/EvgenyCherpak.RemoteHelperApp.locale.en-US.yaml b/manifests/e/EvgenyCherpak/RemoteHelperApp/2024.15/EvgenyCherpak.RemoteHelperApp.locale.en-US.yaml index 8c8c415822ecd..e720ca6f0ac1c 100644 --- a/manifests/e/EvgenyCherpak/RemoteHelperApp/2024.15/EvgenyCherpak.RemoteHelperApp.locale.en-US.yaml +++ b/manifests/e/EvgenyCherpak/RemoteHelperApp/2024.15/EvgenyCherpak.RemoteHelperApp.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/17 +# Automatically updated by the winget bot at 2024/Aug/14 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: EvgenyCherpak.RemoteHelperApp diff --git a/manifests/e/EvgenyCherpak/RemoteHelperApp/2024.15/EvgenyCherpak.RemoteHelperApp.yaml b/manifests/e/EvgenyCherpak/RemoteHelperApp/2024.15/EvgenyCherpak.RemoteHelperApp.yaml index 978f1bb4dfb86..721c64cfe585a 100644 --- a/manifests/e/EvgenyCherpak/RemoteHelperApp/2024.15/EvgenyCherpak.RemoteHelperApp.yaml +++ b/manifests/e/EvgenyCherpak/RemoteHelperApp/2024.15/EvgenyCherpak.RemoteHelperApp.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/17 +# Automatically updated by the winget bot at 2024/Aug/14 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json PackageIdentifier: EvgenyCherpak.RemoteHelperApp diff --git a/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.1.0/ExacqTechnologies.exacqVisionClient.installer.yaml b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.1.0/ExacqTechnologies.exacqVisionClient.installer.yaml new file mode 100644 index 0000000000000..643a9b0275045 --- /dev/null +++ b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.1.0/ExacqTechnologies.exacqVisionClient.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ExacqTechnologies.exacqVisionClient +PackageVersion: 24.06.1.0 +Scope: machine +Protocols: +- xdv +FileExtensions: +- ps +- psx +- xdv +ReleaseDate: 2024-06-26 +Installers: +- Architecture: x64 + InstallerType: msi + InstallerUrl: https://cdnpublic.exacq.com/24.06/exacqVisionClient_24.06.1.0_x64.msi + InstallerSha256: BBE7EDA23E685697E61A8AFB3BEC992D72C9D6948F46C3D51C2531DE345A0097 + InstallModes: + - silent + - interactive + InstallerSwitches: + SilentWithProgress: /quiet + ProductCode: '{C737FFA3-9C61-43E0-95D6-027F81A426EB}' + AppsAndFeaturesEntries: + - ProductCode: '{C737FFA3-9C61-43E0-95D6-027F81A426EB}' + UpgradeCode: '{9F63FCC6-07FA-48B8-A4B0-F31364C18DAF}' + ElevationRequirement: elevationRequired +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://exacq.com/public/24.06/exacqVisionClient_24.06.1.0_x64.exe + InstallerSha256: 4F1CDD238BEFDF84DE598AA700D472C89BCC7294297887AE29570A472DB9B7F8 + ProductCode: exacqVision Client +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.1.0/ExacqTechnologies.exacqVisionClient.locale.en-US.yaml b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.1.0/ExacqTechnologies.exacqVisionClient.locale.en-US.yaml new file mode 100644 index 0000000000000..0342c5f88f382 --- /dev/null +++ b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.1.0/ExacqTechnologies.exacqVisionClient.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ExacqTechnologies.exacqVisionClient +PackageVersion: 24.06.1.0 +PackageLocale: en-US +Publisher: Exacq Technologies +PublisherUrl: https://exacq.com/ +PublisherSupportUrl: https://support.exacq.com/#/product/exacqvision-client +PrivacyUrl: https://www.johnsoncontrols.com/trust-center/privacy +Author: Exacq Technologies, Inc. +PackageName: exacqVision Client +PackageUrl: https://exacq.com/support/downloads.php?section=windows +License: Proprietary +LicenseUrl: https://exacq.com/eula/ +Copyright: Copyright (c) 2005-2024 Exacq Technologies, Inc. +CopyrightUrl: https://www.johnsoncontrols.com/legal/terms +ShortDescription: exacqVision VMS software merges analog CCTV cameras and IP megapixel cameras +# Description: +# Moniker: +# Tags: +ReleaseNotes: |- + * Enhancement - add descriptions of protocol options + * Enhancement - Add retry status for QuickAdd + * Enhancement - Camera Imports: The display name should persist for all cameras, including those that come online later. + * Bug Fix - Newly created view hard to find +ReleaseNotesUrl: https://support.exacq.com/#/knowledge-base/article/11450 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.1.0/ExacqTechnologies.exacqVisionClient.locale.zh-CN.yaml b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.1.0/ExacqTechnologies.exacqVisionClient.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e40e3700d9b26 --- /dev/null +++ b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.1.0/ExacqTechnologies.exacqVisionClient.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ExacqTechnologies.exacqVisionClient +PackageVersion: 24.06.1.0 +PackageLocale: zh-CN +Publisher: Exacq Technologies +PublisherUrl: https://exacq.com/ +PublisherSupportUrl: https://support.exacq.com/#/product/exacqvision-client +PrivacyUrl: https://www.johnsoncontrols.com/trust-center/privacy +Author: Exacq Technologies, Inc. +PackageName: exacqVision Client +PackageUrl: https://exacq.com/support/downloads.php?section=windows +License: 专有软件 +LicenseUrl: https://exacq.com/eula/ +Copyright: Copyright (c) 2005-2024 Exacq Technologies, Inc. +CopyrightUrl: https://www.johnsoncontrols.com/legal/terms +ShortDescription: exacqVision VMS 软件旨在整合模拟闭路摄像机和百万像素 IP 摄像机 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://support.exacq.com/#/knowledge-base/article/11450 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.1.0/ExacqTechnologies.exacqVisionClient.yaml b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.1.0/ExacqTechnologies.exacqVisionClient.yaml new file mode 100644 index 0000000000000..50a497409478d --- /dev/null +++ b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.1.0/ExacqTechnologies.exacqVisionClient.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ExacqTechnologies.exacqVisionClient +PackageVersion: 24.06.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.2.0/ExacqTechnologies.exacqVisionClient.installer.yaml b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.2.0/ExacqTechnologies.exacqVisionClient.installer.yaml new file mode 100644 index 0000000000000..8f97ef530b2ff --- /dev/null +++ b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.2.0/ExacqTechnologies.exacqVisionClient.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ExacqTechnologies.exacqVisionClient +PackageVersion: 24.06.2.0 +Scope: machine +Protocols: +- xdv +FileExtensions: +- ps +- psx +- xdv +ReleaseDate: 2024-08-15 +Installers: +- Architecture: x64 + InstallerType: msi + InstallerUrl: https://cdnpublic.exacq.com/24.06/exacqVisionClient_24.06.2.0_x64.msi + InstallerSha256: 2CF1DE9EFCFB914B607DA6BF6EEB51B0B064E06BCD247501351FDCCC6344CF5B + InstallModes: + - silent + - interactive + InstallerSwitches: + SilentWithProgress: /quiet + ProductCode: '{56E0C760-858A-4002-8859-291F0FDA3C74}' + AppsAndFeaturesEntries: + - ProductCode: '{56E0C760-858A-4002-8859-291F0FDA3C74}' + UpgradeCode: '{9F63FCC6-07FA-48B8-A4B0-F31364C18DAF}' + ElevationRequirement: elevationRequired +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://exacq.com/public/24.06/exacqVisionClient_24.06.2.0_x64.exe + InstallerSha256: B5244BA6B5CAF5CB4ED1AF1CE0DF9D886D06155DFCA7D8AAB7214AD94042EF57 + ProductCode: exacqVision Client +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.2.0/ExacqTechnologies.exacqVisionClient.locale.en-US.yaml b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.2.0/ExacqTechnologies.exacqVisionClient.locale.en-US.yaml new file mode 100644 index 0000000000000..6be69d7268b96 --- /dev/null +++ b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.2.0/ExacqTechnologies.exacqVisionClient.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ExacqTechnologies.exacqVisionClient +PackageVersion: 24.06.2.0 +PackageLocale: en-US +Publisher: Exacq Technologies +PublisherUrl: https://exacq.com/ +PublisherSupportUrl: https://support.exacq.com/#/product/exacqvision-client +PrivacyUrl: https://www.johnsoncontrols.com/trust-center/privacy +Author: Exacq Technologies, Inc. +PackageName: exacqVision Client +PackageUrl: https://exacq.com/support/downloads.php?section=windows +License: Proprietary +LicenseUrl: https://exacq.com/eula/ +Copyright: Copyright (c) 2005-2024 Exacq Technologies, Inc. +CopyrightUrl: https://www.johnsoncontrols.com/legal/terms +ShortDescription: exacqVision VMS software merges analog CCTV cameras and IP megapixel cameras +# Description: +# Moniker: +# Tags: +ReleaseNotes: '* Bug Fix - Manage preferred mac address in license panel' +ReleaseNotesUrl: https://support.exacq.com/#/knowledge-base/article/11450 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.2.0/ExacqTechnologies.exacqVisionClient.locale.zh-CN.yaml b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.2.0/ExacqTechnologies.exacqVisionClient.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0eb75f1f14fe7 --- /dev/null +++ b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.2.0/ExacqTechnologies.exacqVisionClient.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ExacqTechnologies.exacqVisionClient +PackageVersion: 24.06.2.0 +PackageLocale: zh-CN +Publisher: Exacq Technologies +PublisherUrl: https://exacq.com/ +PublisherSupportUrl: https://support.exacq.com/#/product/exacqvision-client +PrivacyUrl: https://www.johnsoncontrols.com/trust-center/privacy +Author: Exacq Technologies, Inc. +PackageName: exacqVision Client +PackageUrl: https://exacq.com/support/downloads.php?section=windows +License: 专有软件 +LicenseUrl: https://exacq.com/eula/ +Copyright: Copyright (c) 2005-2024 Exacq Technologies, Inc. +CopyrightUrl: https://www.johnsoncontrols.com/legal/terms +ShortDescription: exacqVision VMS 软件旨在整合模拟闭路摄像机和百万像素 IP 摄像机 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://support.exacq.com/#/knowledge-base/article/11450 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.2.0/ExacqTechnologies.exacqVisionClient.yaml b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.2.0/ExacqTechnologies.exacqVisionClient.yaml new file mode 100644 index 0000000000000..6528ef7d30759 --- /dev/null +++ b/manifests/e/ExacqTechnologies/exacqVisionClient/24.06.2.0/ExacqTechnologies.exacqVisionClient.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ExacqTechnologies.exacqVisionClient +PackageVersion: 24.06.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExodusMovement/Exodus/24.23.3/ExodusMovement.Exodus.installer.yaml b/manifests/e/ExodusMovement/Exodus/24.23.3/ExodusMovement.Exodus.installer.yaml deleted file mode 100644 index 4a46658329425..0000000000000 --- a/manifests/e/ExodusMovement/Exodus/24.23.3/ExodusMovement.Exodus.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS0.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: ExodusMovement.Exodus -PackageVersion: 24.23.3 -InstallerType: exe -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /s /v/qn - SilentWithProgress: /s /v/qn -UpgradeBehavior: install -ReleaseDate: 2024-06-03 -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.exodus.com/releases/exodus-windows-x64-24.23.3.exe - InstallerSha256: 9D7A402976370C5A3105AD9BA9B7458ACE5D321D863B6B3BF8ED8FC5E9FB1908 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/e/ExodusMovement/Exodus/24.23.3/ExodusMovement.Exodus.locale.en-US.yaml b/manifests/e/ExodusMovement/Exodus/24.23.3/ExodusMovement.Exodus.locale.en-US.yaml deleted file mode 100644 index bf94c863df563..0000000000000 --- a/manifests/e/ExodusMovement/Exodus/24.23.3/ExodusMovement.Exodus.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS0.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: ExodusMovement.Exodus -PackageVersion: 24.23.3 -PackageLocale: en-US -Publisher: Exodus Movement Inc -PublisherUrl: https://www.exodus.com/ -PublisherSupportUrl: https://www.exodus.com/contact-support -PrivacyUrl: https://www.exodus.com/privacy -Author: Exodus Movement Inc -PackageName: Exodus -PackageUrl: https://www.exodus.com/desktop -License: Proprietary -LicenseUrl: https://www.exodus.com/terms/ -Copyright: Copyright © Exodus Movement, Inc. -CopyrightUrl: https://www.exodus.com/terms/ -ShortDescription: Cryptocurrency Wallet with 100+ Digital Assets. -# Description: -# Moniker: -Tags: -- bitcoin -- crypto -- cryptocurrency -- ethereum -- wallet -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/e/ExodusMovement/Exodus/24.23.3/ExodusMovement.Exodus.yaml b/manifests/e/ExodusMovement/Exodus/24.23.3/ExodusMovement.Exodus.yaml deleted file mode 100644 index 1ec7710e21438..0000000000000 --- a/manifests/e/ExodusMovement/Exodus/24.23.3/ExodusMovement.Exodus.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS0.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: ExodusMovement.Exodus -PackageVersion: 24.23.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.installer.yaml new file mode 100644 index 0000000000000..997a4992b3dd2 --- /dev/null +++ b/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ExpressVPN.ExpressVPN +PackageVersion: 12.85.0.11 +InstallerLocale: en-US +InstallerType: burn +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /install /quiet /norestart +UpgradeBehavior: install +ReleaseDate: 2024-07-23 +Installers: +- Architecture: x86 + InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.85.0.11_release.exe + InstallerSha256: 0F0FAD3B2EAF1356AC246DE44F930B4372AD9A9EA334A5FA8A229C49C9C0296C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..c4059b94740ec --- /dev/null +++ b/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ExpressVPN.ExpressVPN +PackageVersion: 12.85.0.11 +PackageLocale: en-US +Publisher: ExpressVPN +PublisherUrl: https://www.expressvpn.com/ +PublisherSupportUrl: https://www.expressvpn.com/support/ +PrivacyUrl: https://www.expressvpn.com/privacy-policy +Author: Express VPN International Ltd. +PackageName: ExpressVPN +PackageUrl: https://www.expressvpn.com/ +License: Proprietary +LicenseUrl: https://www.expressvpn.com/tos +Copyright: Copyright (c) Express VPN International Ltd. +CopyrightUrl: https://www.expressvpn.com/tos +ShortDescription: High-Speed, Secure & Anonymous VPN Service. +Description: ExpressVPN is an easy-to-use, high-speed and secure VPN available for all major platforms, including desktop and mobile platforms. It works on Windows, Mac, Linux, Android, iOS and routers. It allows accessing any website and helps bypass network restrictions. +Moniker: expressvpn +Tags: +- privacy +- private-network +- security +- vpn +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.yaml new file mode 100644 index 0000000000000..a42cfb3f1962d --- /dev/null +++ b/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ExpressVPN.ExpressVPN +PackageVersion: 12.85.0.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.installer.yaml new file mode 100644 index 0000000000000..8849335cb0561 --- /dev/null +++ b/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ExpressVPN.ExpressVPN +PackageVersion: 12.86.0.39 +InstallerLocale: en-US +InstallerType: burn +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /install /quiet /norestart +UpgradeBehavior: install +ReleaseDate: 2024-08-05 +Installers: +- Architecture: x86 + InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.86.0.39_release.exe + InstallerSha256: FC3B6B390BE7BE1159FAC8AE614722E9AD73F6BCB59E8BF9E0B3BE92966B8D89 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..05a7d67a818c3 --- /dev/null +++ b/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ExpressVPN.ExpressVPN +PackageVersion: 12.86.0.39 +PackageLocale: en-US +Publisher: ExpressVPN +PublisherUrl: https://www.expressvpn.com/ +PublisherSupportUrl: https://www.expressvpn.com/support/ +PrivacyUrl: https://www.expressvpn.com/privacy-policy +Author: Express VPN International Ltd. +PackageName: ExpressVPN +PackageUrl: https://www.expressvpn.com/ +License: Proprietary +LicenseUrl: https://www.expressvpn.com/tos +Copyright: Copyright (c) Express VPN International Ltd. +CopyrightUrl: https://www.expressvpn.com/tos +ShortDescription: High-Speed, Secure & Anonymous VPN Service. +Description: ExpressVPN is an easy-to-use, high-speed and secure VPN available for all major platforms, including desktop and mobile platforms. It works on Windows, Mac, Linux, Android, iOS and routers. It allows accessing any website and helps bypass network restrictions. +Moniker: expressvpn +Tags: +- privacy +- private-network +- security +- vpn +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.yaml new file mode 100644 index 0000000000000..a52da47d55739 --- /dev/null +++ b/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ExpressVPN.ExpressVPN +PackageVersion: 12.86.0.39 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.installer.yaml new file mode 100644 index 0000000000000..cdcdd7ce91323 --- /dev/null +++ b/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ExpressVPN.ExpressVPN +PackageVersion: 12.87.0.18 +InstallerLocale: en-US +InstallerType: burn +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /install /quiet /norestart +UpgradeBehavior: install +ReleaseDate: 2024-08-19 +Installers: +- Architecture: x86 + InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.87.0.18_release.exe + InstallerSha256: 35CB8138D8B112B5DEE5A178164FCC01B3F69B53EA090C2B48C4A36635439BA6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..0e64125f1c91f --- /dev/null +++ b/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ExpressVPN.ExpressVPN +PackageVersion: 12.87.0.18 +PackageLocale: en-US +Publisher: ExpressVPN +PublisherUrl: https://www.expressvpn.com/ +PublisherSupportUrl: https://www.expressvpn.com/support/ +PrivacyUrl: https://www.expressvpn.com/privacy-policy +Author: Express VPN International Ltd. +PackageName: ExpressVPN +PackageUrl: https://www.expressvpn.com/ +License: Proprietary +LicenseUrl: https://www.expressvpn.com/tos +Copyright: Copyright (c) Express VPN International Ltd. +CopyrightUrl: https://www.expressvpn.com/tos +ShortDescription: High-Speed, Secure & Anonymous VPN Service. +Description: ExpressVPN is an easy-to-use, high-speed and secure VPN available for all major platforms, including desktop and mobile platforms. It works on Windows, Mac, Linux, Android, iOS and routers. It allows accessing any website and helps bypass network restrictions. +Moniker: expressvpn +Tags: +- privacy +- private-network +- security +- vpn +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.yaml new file mode 100644 index 0000000000000..32969e8c980ee --- /dev/null +++ b/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ExpressVPN.ExpressVPN +PackageVersion: 12.87.0.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Eziriz/DotNetReactor/6.9.8.0/Eziriz.DotNetReactor.installer.yaml b/manifests/e/Eziriz/DotNetReactor/6.9.8.0/Eziriz.DotNetReactor.installer.yaml new file mode 100644 index 0000000000000..c2d0b66b8c6ac --- /dev/null +++ b/manifests/e/Eziriz/DotNetReactor/6.9.8.0/Eziriz.DotNetReactor.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Eziriz.DotNetReactor +PackageVersion: 6.9.8.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://www.eziriz.com/download.php?download=dotnet_reactor_setup_6_9_8_0.exe + InstallerSha256: B6D6AB1C8E56D7C1EF13D380751AF4B07C44A8548002B317CCCF242060E0B83B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/Eziriz/DotNetReactor/6.9.8.0/Eziriz.DotNetReactor.locale.en-US.yaml b/manifests/e/Eziriz/DotNetReactor/6.9.8.0/Eziriz.DotNetReactor.locale.en-US.yaml new file mode 100644 index 0000000000000..cf34d3039b551 --- /dev/null +++ b/manifests/e/Eziriz/DotNetReactor/6.9.8.0/Eziriz.DotNetReactor.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Eziriz.DotNetReactor +PackageVersion: 6.9.8.0 +PackageLocale: en-US +Publisher: Eziriz +PublisherUrl: https://www.eziriz.com +PublisherSupportUrl: https://www.eziriz.com/support.htm +# PrivacyUrl: +Author: Eziriz +PackageName: .NET Reactor +PackageUrl: https://www.eziriz.com/dotnet_reactor.htm +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2003 - 2021 Eziriz +# CopyrightUrl: +ShortDescription: .NET Reactor is a powerful code protection and software licensing system for software written for the .NET Framework, and supports all languages that generate .NET assemblies. +Description: .NET Reactor is a powerful code protection and software licensing system for software written for the .NET Framework, and supports all languages that generate .NET assemblies. +Moniker: dotnetreactor +Tags: +- .net +- obsfucation +- reactor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/Eziriz/DotNetReactor/6.9.8.0/Eziriz.DotNetReactor.yaml b/manifests/e/Eziriz/DotNetReactor/6.9.8.0/Eziriz.DotNetReactor.yaml new file mode 100644 index 0000000000000..d883bb0215bd4 --- /dev/null +++ b/manifests/e/Eziriz/DotNetReactor/6.9.8.0/Eziriz.DotNetReactor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Eziriz.DotNetReactor +PackageVersion: 6.9.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/Ezoa/ECHOOF/0.1.1/Ezoa.ECHOOF.installer.yaml b/manifests/e/Ezoa/ECHOOF/0.1.1/Ezoa.ECHOOF.installer.yaml new file mode 100755 index 0000000000000..ad9df9d376135 --- /dev/null +++ b/manifests/e/Ezoa/ECHOOF/0.1.1/Ezoa.ECHOOF.installer.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: "Ezoa.ECHOOF" +PackageVersion: "0.1.1" +Platform: + - "Windows.Desktop" +InstallerType: "msi" +InstallModes: + - "silent" +AppsAndFeaturesEntries: + - UpgradeCode: "F064B803-736D-45BD-9E40-FC21C7C12FEF" +Installers: + - Architecture: "x64" + InstallerUrl: "https://github.com/ezoa-page/ECHOOF/releases/download/0.1.1/ECHOOF.msi" + InstallerSha256: "5361918d870318cc5bbc5d0e37e8d931a17c5920ca6161a0dfcd7e7aa44af014" +ManifestType: "installer" +ManifestVersion: "1.6.0" diff --git a/manifests/e/Ezoa/ECHOOF/0.1.1/Ezoa.ECHOOF.locale.en-US.yaml b/manifests/e/Ezoa/ECHOOF/0.1.1/Ezoa.ECHOOF.locale.en-US.yaml new file mode 100755 index 0000000000000..e435e4866187a --- /dev/null +++ b/manifests/e/Ezoa/ECHOOF/0.1.1/Ezoa.ECHOOF.locale.en-US.yaml @@ -0,0 +1,19 @@ +PackageIdentifier: "Ezoa.ECHOOF" +PackageVersion: "0.1.1" +PackageLocale: "en-US" +Publisher: "Ezoa" +PackageName: "ECHOOF" +License: "Other/Proprietary License" +ShortDescription: "Ezoa's Converter for Hexadecimal Operations Over Furcadia - A base 10, 95, 220 converter for Furcadia's idiosyncrasies" +Tags: +- "Console" +- "Command-Line" +- "Shell" +- "Command-Prompt" +- "Developer-Tools" +- "cli" +- "cmd" +- "terminal" +- "furcadia" +ManifestType: "defaultLocale" +ManifestVersion: "1.6.0" diff --git a/manifests/e/Ezoa/ECHOOF/0.1.1/Ezoa.ECHOOF.yaml b/manifests/e/Ezoa/ECHOOF/0.1.1/Ezoa.ECHOOF.yaml new file mode 100755 index 0000000000000..82431fdb5958b --- /dev/null +++ b/manifests/e/Ezoa/ECHOOF/0.1.1/Ezoa.ECHOOF.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: "Ezoa.ECHOOF" +PackageVersion: "0.1.1" +DefaultLocale: "en-US" +ManifestType: "version" +ManifestVersion: "1.6.0" diff --git a/manifests/e/Ezoa/ERCHA/0.1.1/Ezoa.ERCHA.installer.yaml b/manifests/e/Ezoa/ERCHA/0.1.1/Ezoa.ERCHA.installer.yaml new file mode 100755 index 0000000000000..adc936a0f78bc --- /dev/null +++ b/manifests/e/Ezoa/ERCHA/0.1.1/Ezoa.ERCHA.installer.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: "Ezoa.ERCHA" +PackageVersion: "0.1.1" +Platform: + - "Windows.Desktop" +InstallerType: "msi" +InstallModes: + - "silent" +AppsAndFeaturesEntries: + - UpgradeCode: "68ECBFC8-E7E5-4197-9580-E896D481A3ED" +Installers: + - Architecture: "x64" + InstallerUrl: "https://github.com/ezoa-page/ERCHA/releases/download/0.1.1/ERCHA.msi" + InstallerSha256: "8ba31ac892af897edf70fbbad3fffe368006aa57ca49c0fcd01774ea1f426bdf" +ManifestType: "installer" +ManifestVersion: "1.6.0" diff --git a/manifests/e/Ezoa/ERCHA/0.1.1/Ezoa.ERCHA.locale.en-US.yaml b/manifests/e/Ezoa/ERCHA/0.1.1/Ezoa.ERCHA.locale.en-US.yaml new file mode 100755 index 0000000000000..44b68568b320e --- /dev/null +++ b/manifests/e/Ezoa/ERCHA/0.1.1/Ezoa.ERCHA.locale.en-US.yaml @@ -0,0 +1,19 @@ +PackageIdentifier: "Ezoa.ERCHA" +PackageVersion: "0.1.1" +PackageLocale: "en-US" +Publisher: "Ezoa" +PackageName: "ERCHA" +License: "Other/Proprietary License" +ShortDescription: "Ezoa's Resource Content Handler Archiver - A Furcadia RCH file archive tool" +Tags: +- "Console" +- "Command-Line" +- "Shell" +- "Command-Prompt" +- "Developer-Tools" +- "cli" +- "cmd" +- "terminal" +- "furcadia" +ManifestType: "defaultLocale" +ManifestVersion: "1.6.0" diff --git a/manifests/e/Ezoa/ERCHA/0.1.1/Ezoa.ERCHA.yaml b/manifests/e/Ezoa/ERCHA/0.1.1/Ezoa.ERCHA.yaml new file mode 100755 index 0000000000000..400bcf63caa88 --- /dev/null +++ b/manifests/e/Ezoa/ERCHA/0.1.1/Ezoa.ERCHA.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: "Ezoa.ERCHA" +PackageVersion: "0.1.1" +DefaultLocale: "en-US" +ManifestType: "version" +ManifestVersion: "1.6.0" diff --git a/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.installer.yaml new file mode 100644 index 0000000000000..9ec95eb1af10e --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3266.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +AppsAndFeaturesEntries: +- UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.emclient.com/dist/v10.0.3266/setup.msi + InstallerSha256: 22F29F88E05862F699B133850EA8EA4877E8964E7EFCB128FC97A727946C6433 + ProductCode: '{667F5953-57B2-4DD0-B067-D7889E656D53}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.locale.en-US.yaml new file mode 100644 index 0000000000000..5f754f918c2c6 --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3266.0 +PackageLocale: en-US +Publisher: eM Client Inc. +PublisherUrl: https://www.emclient.com +PublisherSupportUrl: https://www.emclient.com/support +PrivacyUrl: https://www.emclient.com/docs/em-client-privacy-policy.pdf +Author: eM Client s.r.o. +PackageName: eM Client +PackageUrl: https://www.emclient.com +License: Proprietary - Freemium +LicenseUrl: https://www.emclient.com/pricing +Copyright: Copyright (c) eM Client +CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf +ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: +Moniker: emclient +Tags: +- calendar +- contacts +- email +- email-client +- exchange +- imap +- mail +- outlook +- pgp +- pop +- rss +- smtp +- tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.yaml new file mode 100644 index 0000000000000..0b0ddcda54e99 --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3266.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.installer.yaml new file mode 100644 index 0000000000000..b6d00cda76e08 --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3351.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +AppsAndFeaturesEntries: +- UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.emclient.com/dist/v10.0.3351/setup.msi + InstallerSha256: 93984EE79F5CD05D304E982E6BCD864BC7DFE993009A218EDDE5FA2C68B95AAC + ProductCode: '{09454876-2E28-4907-B44B-E50FB4F673F4}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.locale.en-US.yaml new file mode 100644 index 0000000000000..94cb9ac006e01 --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3351.0 +PackageLocale: en-US +Publisher: eM Client Inc. +PublisherUrl: https://www.emclient.com +PublisherSupportUrl: https://www.emclient.com/support +PrivacyUrl: https://www.emclient.com/docs/em-client-privacy-policy.pdf +Author: eM Client s.r.o. +PackageName: eM Client +PackageUrl: https://www.emclient.com +License: Proprietary - Freemium +LicenseUrl: https://www.emclient.com/pricing +Copyright: Copyright (c) eM Client +CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf +ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: +Moniker: emclient +Tags: +- calendar +- contacts +- email +- email-client +- exchange +- imap +- mail +- outlook +- pgp +- pop +- rss +- smtp +- tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.yaml new file mode 100644 index 0000000000000..2a5add7bd956f --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3351.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.installer.yaml new file mode 100644 index 0000000000000..a3953a9a9896a --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3447.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{DDB2ADE8-8717-46C0-8389-BEBA472DA0F6}' +AppsAndFeaturesEntries: +- UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' +Installers: +- Architecture: x86 + InstallerUrl: https://cdn-dist.emclient.com/dist/v10.0.3447/setup.msi + InstallerSha256: 7F8F39639D9D203F6FA55F200DDBA541F2F8249CDF536EB5CEFBDDAFF1B86B8F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.locale.en-US.yaml new file mode 100644 index 0000000000000..9d498602fef21 --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3447.0 +PackageLocale: en-US +Publisher: eM Client Inc. +PublisherUrl: https://www.emclient.com +PublisherSupportUrl: https://www.emclient.com/support +PrivacyUrl: https://www.emclient.com/docs/em-client-privacy-policy.pdf +Author: eM Client s.r.o. +PackageName: eM Client +PackageUrl: https://www.emclient.com +License: Proprietary - Freemium +LicenseUrl: https://www.emclient.com/pricing +Copyright: Copyright (c) eM Client +CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf +ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +Moniker: emclient +Tags: +- calendar +- contacts +- email +- email-client +- exchange +- imap +- mail +- outlook +- pgp +- pop +- rss +- smtp +- tasks +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.yaml new file mode 100644 index 0000000000000..ba9738925ebb5 --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3447.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.installer.yaml new file mode 100644 index 0000000000000..a0c32c0cc18ba --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3504.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +AppsAndFeaturesEntries: +- UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.emclient.com/dist/v10.0.3504/setup.msi + InstallerSha256: 6C02365A873C31A7B9B8F207EEB0695818D4106DBCDD2ED9A3B1E2D68CD1DBAA + ProductCode: '{0C0F64B0-8F07-4035-8125-19ED70E9E6FA}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.locale.en-US.yaml new file mode 100644 index 0000000000000..234b2e74c8f0e --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3504.0 +PackageLocale: en-US +Publisher: eM Client Inc. +PublisherUrl: https://www.emclient.com +PublisherSupportUrl: https://www.emclient.com/support +PrivacyUrl: https://www.emclient.com/docs/em-client-privacy-policy.pdf +Author: eM Client s.r.o. +PackageName: eM Client +PackageUrl: https://www.emclient.com +License: Proprietary - Freemium +LicenseUrl: https://www.emclient.com/pricing +Copyright: Copyright (c) eM Client +CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf +ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: +Moniker: emclient +Tags: +- calendar +- contacts +- email +- email-client +- exchange +- imap +- mail +- outlook +- pgp +- pop +- rss +- smtp +- tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.yaml new file mode 100644 index 0000000000000..dac50a255c7bf --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3504.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.installer.yaml new file mode 100644 index 0000000000000..5a1f791a79e38 --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3530.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{CAB3A89D-5D1B-4CF5-B51B-1F9950CD2991}' +AppsAndFeaturesEntries: +- UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' +Installers: +- Architecture: x86 + InstallerUrl: https://cdn-dist.emclient.com/dist/v10.0.3530/setup.msi + InstallerSha256: 1CAC1CC289B36D25C68DE1DF437BC81436DC08DCC6E1356C0C414B77DFB25574 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.locale.en-US.yaml new file mode 100644 index 0000000000000..0509caf3137e7 --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3530.0 +PackageLocale: en-US +Publisher: eM Client Inc. +PublisherUrl: https://www.emclient.com +PublisherSupportUrl: https://www.emclient.com/support +PrivacyUrl: https://www.emclient.com/docs/em-client-privacy-policy.pdf +Author: eM Client s.r.o. +PackageName: eM Client +PackageUrl: https://www.emclient.com +License: Proprietary - Freemium +LicenseUrl: https://www.emclient.com/pricing +Copyright: Copyright (c) eM Client +CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf +ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +Moniker: emclient +Tags: +- calendar +- contacts +- email +- email-client +- exchange +- imap +- mail +- outlook +- pgp +- pop +- rss +- smtp +- tasks +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.yaml new file mode 100644 index 0000000000000..5421573f5f38b --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.0.3530.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMule/eMule/community/0.70b/eMule.eMule.community.installer.yaml b/manifests/e/eMule/eMule/community/0.70b/eMule.eMule.community.installer.yaml new file mode 100644 index 0000000000000..4d3d0d68a0f7e --- /dev/null +++ b/manifests/e/eMule/eMule/community/0.70b/eMule.eMule.community.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eMule.eMule.community +PackageVersion: 0.70b +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- ed2k +FileExtensions: +- emulecollection +ReleaseDate: 2024-08-17 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/irwir/eMule/releases/download/eMule_v0.70b-community/eMule0.70b-Installer.exe + InstallerSha256: 02F0A0A62D586A2FAB5FF097042E71A3E93D25825F294CB50C51701C9CB9D9D6 + ProductCode: eMule +- Architecture: x64 + InstallerUrl: https://github.com/irwir/eMule/releases/download/eMule_v0.70b-community/eMule0.70b-Installer64.exe + InstallerSha256: 68CBA83C280849458772CAAA55B1625EC2988F9C81C9673E72CE47D3713A98CB + ProductCode: eMule +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMule/eMule/community/0.70b/eMule.eMule.community.locale.en-US.yaml b/manifests/e/eMule/eMule/community/0.70b/eMule.eMule.community.locale.en-US.yaml new file mode 100644 index 0000000000000..0f03e4d1b1589 --- /dev/null +++ b/manifests/e/eMule/eMule/community/0.70b/eMule.eMule.community.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eMule.eMule.community +PackageVersion: 0.70b +PackageLocale: en-US +Publisher: eMule-Project.net +PublisherUrl: https://www.emule-project.com/ +PublisherSupportUrl: https://www.emule-project.com/home/perl/help.cgi +PrivacyUrl: https://www.emule-project.com/home/perl/general.cgi?rm=privacy +Author: fox88 +PackageName: eMule (community version) +PackageUrl: https://github.com/irwir/eMule +License: GPL-2.0 +LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html +Copyright: Copyright (C) 2002-2024 Merkur +# CopyrightUrl: +ShortDescription: A free and open-source peer-to-peer file sharing client +Description: eMule is a free and open-source peer-to-peer file sharing client, allowing you to connect to millions of users to download and share files with them. By using the ED2K and Kademlia Network it supports semi-centralized as well as decentralized searches and operations. All of it free and without any adware or advertising. +# Moniker: +Tags: +- download +- ed2k +- kad +- p2p +- sharing +- upload +ReleaseNotes: |- + Web Interface and email notifications can use TLS 1.3 Removed obsolete PeerCache code Redesigned Options->Directories dialog and UNC shares handling Changed standby prevention method GUI updates should be less hindered by high-speed download The first connection attempt for each server is obfuscated (once in a session program) Save and restore folder name in "View Shared Files" list Fixed regressions; most notable was in Ed2K hash calculation Updated libraries + The highest supported version of MediaInfo.dll is 24.06 (21.03 for Window XP) +ReleaseNotesUrl: https://github.com/irwir/eMule/releases/tag/eMule_v0.70b-community +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMule/eMule/community/0.70b/eMule.eMule.community.locale.zh-CN.yaml b/manifests/e/eMule/eMule/community/0.70b/eMule.eMule.community.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d4636db563b8c --- /dev/null +++ b/manifests/e/eMule/eMule/community/0.70b/eMule.eMule.community.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: eMule.eMule.community +PackageVersion: 0.70b +PackageLocale: zh-CN +Publisher: eMule-Project.net +PublisherUrl: https://www.emule-project.com/ +PublisherSupportUrl: https://www.emule-project.com/home/perl/help.cgi?l=42 +PrivacyUrl: https://www.emule-project.com/home/perl/general.cgi?l=42&rm=privacy +Author: fox88 +PackageName: eMule(社区版) +PackageUrl: https://github.com/irwir/eMule +License: GPL-2.0 +LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html +Copyright: Copyright (C) 2002-2024 Merkur +# CopyrightUrl: +ShortDescription: 免费开源的点对点文件共享客户端 +Description: eMule 是一款免费开源的点对点文件共享客户端,让您连接到数百万用户并与他们下载和共享文件。支持通过 ED2K 和 Kademlia 网络进行半中心化和去中心化的搜索和操作。所有这些都是免费的,没有任何广告或广告软件。 +# Moniker: +Tags: +- ed2k +- kad +- p2p +- 上传 +- 下载 +- 共享 +- 分享 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/irwir/eMule/releases/tag/eMule_v0.70b-community +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eMule/eMule/community/0.70b/eMule.eMule.community.yaml b/manifests/e/eMule/eMule/community/0.70b/eMule.eMule.community.yaml new file mode 100644 index 0000000000000..29ca518f4f818 --- /dev/null +++ b/manifests/e/eMule/eMule/community/0.70b/eMule.eMule.community.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eMule.eMule.community +PackageVersion: 0.70b +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eVenture/HideMe/3.17.1/eVenture.HideMe.installer.yaml b/manifests/e/eVenture/HideMe/3.17.1/eVenture.HideMe.installer.yaml deleted file mode 100644 index 9ba8f31a9cae0..0000000000000 --- a/manifests/e/eVenture/HideMe/3.17.1/eVenture.HideMe.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: eVenture.HideMe -PackageVersion: 3.17.1 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://hide.me/download/windows - InstallerSha256: E08F2925A85812DA679D2E964C3F14EA4FD0A40EBBB606D3C1DD2C1C9115C8C2 - ProductCode: '{0E00BDA5-7998-4889-BE4B-39A4BBD2EDFB}_is1' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/e/eVenture/HideMe/3.17.1/eVenture.HideMe.locale.en-US.yaml b/manifests/e/eVenture/HideMe/3.17.1/eVenture.HideMe.locale.en-US.yaml deleted file mode 100644 index 6b1272120e540..0000000000000 --- a/manifests/e/eVenture/HideMe/3.17.1/eVenture.HideMe.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: eVenture.HideMe -PackageVersion: 3.17.1 -PackageLocale: en-US -Publisher: eVenture Limited -PublisherUrl: https://hide.me -PrivacyUrl: https://hide.me/en/privacy -Author: eVenture Ltd. -PackageName: hide.me VPN -PackageUrl: https://hide.me -License: Proprietary -LicenseUrl: https://hide.me/en/legal -Copyright: ©2021 eVenture Ltd. All Rights Reserved. -CopyrightUrl: https://hide.me/en/legal -ShortDescription: World’s Fastest VPN. Take back your freedom with hide.me VPN. -Moniker: hideme -Tags: -- privacy -- private-network -- security -- vpn -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/e/eVenture/HideMe/3.17.1/eVenture.HideMe.yaml b/manifests/e/eVenture/HideMe/3.17.1/eVenture.HideMe.yaml deleted file mode 100644 index 52415da810956..0000000000000 --- a/manifests/e/eVenture/HideMe/3.17.1/eVenture.HideMe.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: eVenture.HideMe -PackageVersion: 3.17.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/e/eVenture/HideMe/3.17.2/eVenture.HideMe.installer.yaml b/manifests/e/eVenture/HideMe/3.17.2/eVenture.HideMe.installer.yaml index 7b4c448bdffe6..eb2ccb53446ec 100644 --- a/manifests/e/eVenture/HideMe/3.17.2/eVenture.HideMe.installer.yaml +++ b/manifests/e/eVenture/HideMe/3.17.2/eVenture.HideMe.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jul/17 +# Automatically updated by the winget bot at 2024/Jul/20 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json PackageIdentifier: eVenture.HideMe @@ -16,7 +16,7 @@ UpgradeBehavior: install Installers: - Architecture: x86 InstallerUrl: https://hide.me/download/windows - InstallerSha256: 3634428DB6A4219CB93CFEF2F08E79667FF4FC20833F3DFB4EFA592E77028272 + InstallerSha256: BEE168F61B3FC6B446163E58D8EB8C882973399357D1D3ADE9FF927EA56BC322 ProductCode: '{0E00BDA5-7998-4889-BE4B-39A4BBD2EDFB}_is1' ManifestType: installer ManifestVersion: 1.5.0 diff --git a/manifests/e/eVenture/HideMe/3.17.2/eVenture.HideMe.locale.en-US.yaml b/manifests/e/eVenture/HideMe/3.17.2/eVenture.HideMe.locale.en-US.yaml index 2fa9986edae82..377346f006ddf 100644 --- a/manifests/e/eVenture/HideMe/3.17.2/eVenture.HideMe.locale.en-US.yaml +++ b/manifests/e/eVenture/HideMe/3.17.2/eVenture.HideMe.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jul/17 +# Automatically updated by the winget bot at 2024/Jul/20 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: eVenture.HideMe diff --git a/manifests/e/eVenture/HideMe/3.17.2/eVenture.HideMe.yaml b/manifests/e/eVenture/HideMe/3.17.2/eVenture.HideMe.yaml index 7356f0392926e..05955d087eb9a 100644 --- a/manifests/e/eVenture/HideMe/3.17.2/eVenture.HideMe.yaml +++ b/manifests/e/eVenture/HideMe/3.17.2/eVenture.HideMe.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jul/17 +# Automatically updated by the winget bot at 2024/Jul/20 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json PackageIdentifier: eVenture.HideMe diff --git a/manifests/e/eat-pray-ai/yutu/0.9.1/eat-pray-ai.yutu.installer.yaml b/manifests/e/eat-pray-ai/yutu/0.9.1/eat-pray-ai.yutu.installer.yaml deleted file mode 100644 index db3bf20f78c05..0000000000000 --- a/manifests/e/eat-pray-ai/yutu/0.9.1/eat-pray-ai.yutu.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser using komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: eat-pray-ai.yutu -PackageVersion: 0.9.1 -InstallerType: portable -InstallModes: -- silentWithProgress -UpgradeBehavior: install -Commands: -- yutu -ReleaseDate: 2024-06-30 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/eat-pray-ai/yutu/releases/download/v0.9.1/yutu-windows-amd64.exe - InstallerSha256: 37F138572B1F637193F72367DF8C1CE5B352AB7AF8CC5A48447A9EE23D61D4C6 -- Architecture: arm64 - InstallerUrl: https://github.com/eat-pray-ai/yutu/releases/download/v0.9.1/yutu-windows-arm64.exe - InstallerSha256: BB71322AFFDCBCD07532B5A51FE9A1A91E61EED45068511C3400526CA7DD8CCB -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/e/eat-pray-ai/yutu/0.9.1/eat-pray-ai.yutu.locale.en-US.yaml b/manifests/e/eat-pray-ai/yutu/0.9.1/eat-pray-ai.yutu.locale.en-US.yaml deleted file mode 100644 index ab07708810000..0000000000000 --- a/manifests/e/eat-pray-ai/yutu/0.9.1/eat-pray-ai.yutu.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with WinGet Releaser using komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: eat-pray-ai.yutu -PackageVersion: 0.9.1 -PackageLocale: en-US -Publisher: eat-pray-ai -PublisherUrl: https://github.com/eat-pray-ai -PublisherSupportUrl: https://github.com/eat-pray-ai/yutu/issues -Author: Chaoqun -PackageName: yutu -PackageUrl: https://github.com/eat-pray-ai/yutu -License: MIT -LicenseUrl: https://github.com/eat-pray-ai/yutu/blob/HEAD/LICENSE -Copyright: Copyright (c) [eat-pray-ai & Chaoqun] -CopyrightUrl: https://raw.githubusercontent.com/eat-pray-ai/yutu/main/LICENSE -ShortDescription: yutu is a fully functional CLI for YouTube -Description: yutu is a fully functional CLI for YouTube, which can be used to manupulate YouTube videos, playlists, channels, etc. -Moniker: yutu -Tags: -- automation -- cli -- youtube -ReleaseNotesUrl: https://github.com/eat-pray-ai/yutu/releases/tag/v0.9.1 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/e/eat-pray-ai/yutu/0.9.1/eat-pray-ai.yutu.yaml b/manifests/e/eat-pray-ai/yutu/0.9.1/eat-pray-ai.yutu.yaml deleted file mode 100644 index e7df713dc6b51..0000000000000 --- a/manifests/e/eat-pray-ai/yutu/0.9.1/eat-pray-ai.yutu.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: eat-pray-ai.yutu -PackageVersion: 0.9.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/e/eat-pray-ai/yutu/0.9.5/eat-pray-ai.yutu.installer.yaml b/manifests/e/eat-pray-ai/yutu/0.9.5/eat-pray-ai.yutu.installer.yaml new file mode 100644 index 0000000000000..67724883ed349 --- /dev/null +++ b/manifests/e/eat-pray-ai/yutu/0.9.5/eat-pray-ai.yutu.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eat-pray-ai.yutu +PackageVersion: 0.9.5 +InstallerType: portable +InstallModes: +- silentWithProgress +UpgradeBehavior: install +Commands: +- yutu +ReleaseDate: 2024-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eat-pray-ai/yutu/releases/download/v0.9.5/yutu-windows-amd64.exe + InstallerSha256: D6D33DCEFBA1A2EFF665628CAAE08B3FAFBFE42C6AE9DDDAA142FF923A2E389F +- Architecture: arm64 + InstallerUrl: https://github.com/eat-pray-ai/yutu/releases/download/v0.9.5/yutu-windows-arm64.exe + InstallerSha256: C6AE5B9D72829473CAD3FDFE791B86AF6896565A64586236D96FF5DCECDB078A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/eat-pray-ai/yutu/0.9.5/eat-pray-ai.yutu.locale.en-US.yaml b/manifests/e/eat-pray-ai/yutu/0.9.5/eat-pray-ai.yutu.locale.en-US.yaml new file mode 100644 index 0000000000000..34bffa6d25b69 --- /dev/null +++ b/manifests/e/eat-pray-ai/yutu/0.9.5/eat-pray-ai.yutu.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eat-pray-ai.yutu +PackageVersion: 0.9.5 +PackageLocale: en-US +Publisher: eat-pray-ai +PublisherUrl: https://github.com/eat-pray-ai +PublisherSupportUrl: https://github.com/eat-pray-ai/yutu/issues +Author: Chaoqun +PackageName: yutu +PackageUrl: https://github.com/eat-pray-ai/yutu +License: MIT +LicenseUrl: https://github.com/eat-pray-ai/yutu/blob/HEAD/LICENSE +Copyright: Copyright (c) [eat-pray-ai & Chaoqun] +CopyrightUrl: https://raw.githubusercontent.com/eat-pray-ai/yutu/main/LICENSE +ShortDescription: yutu is a fully functional CLI for YouTube +Description: yutu is a fully functional CLI for YouTube, which can be used to manupulate YouTube videos, playlists, channels, etc. +Moniker: yutu +Tags: +- automation +- cli +- youtube +ReleaseNotesUrl: https://github.com/eat-pray-ai/yutu/releases/tag/v0.9.5 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eat-pray-ai/yutu/0.9.5/eat-pray-ai.yutu.yaml b/manifests/e/eat-pray-ai/yutu/0.9.5/eat-pray-ai.yutu.yaml new file mode 100644 index 0000000000000..d6734d10bea5a --- /dev/null +++ b/manifests/e/eat-pray-ai/yutu/0.9.5/eat-pray-ai.yutu.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eat-pray-ai.yutu +PackageVersion: 0.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eat-pray-ai/yutu/0.9.6/eat-pray-ai.yutu.installer.yaml b/manifests/e/eat-pray-ai/yutu/0.9.6/eat-pray-ai.yutu.installer.yaml new file mode 100644 index 0000000000000..771d83a8f3cf8 --- /dev/null +++ b/manifests/e/eat-pray-ai/yutu/0.9.6/eat-pray-ai.yutu.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eat-pray-ai.yutu +PackageVersion: 0.9.6 +InstallerType: portable +InstallModes: +- silentWithProgress +UpgradeBehavior: install +Commands: +- yutu +ReleaseDate: 2024-08-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eat-pray-ai/yutu/releases/download/v0.9.6/yutu-windows-amd64.exe + InstallerSha256: 74252B474439BEA491D05449F7A7C9200238763A476E8B74D336462825A35130 +- Architecture: arm64 + InstallerUrl: https://github.com/eat-pray-ai/yutu/releases/download/v0.9.6/yutu-windows-arm64.exe + InstallerSha256: 2BAE13A05A670B03BEDD54E52BF0504F16B7A4F27D0818FA7CA8D7B2991A235D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/eat-pray-ai/yutu/0.9.6/eat-pray-ai.yutu.locale.en-US.yaml b/manifests/e/eat-pray-ai/yutu/0.9.6/eat-pray-ai.yutu.locale.en-US.yaml new file mode 100644 index 0000000000000..a7a068cc7e5e4 --- /dev/null +++ b/manifests/e/eat-pray-ai/yutu/0.9.6/eat-pray-ai.yutu.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eat-pray-ai.yutu +PackageVersion: 0.9.6 +PackageLocale: en-US +Publisher: eat-pray-ai +PublisherUrl: https://github.com/eat-pray-ai +PublisherSupportUrl: https://github.com/eat-pray-ai/yutu/issues +Author: Chaoqun +PackageName: yutu +PackageUrl: https://github.com/eat-pray-ai/yutu +License: MIT +LicenseUrl: https://github.com/eat-pray-ai/yutu/blob/HEAD/LICENSE +Copyright: Copyright (c) [eat-pray-ai & Chaoqun] +CopyrightUrl: https://raw.githubusercontent.com/eat-pray-ai/yutu/main/LICENSE +ShortDescription: yutu is a fully functional CLI for YouTube +Description: yutu is a fully functional CLI for YouTube, which can be used to manupulate YouTube videos, playlists, channels, etc. +Moniker: yutu +Tags: +- automation +- cli +- youtube +ReleaseNotesUrl: https://github.com/eat-pray-ai/yutu/releases/tag/v0.9.6 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eat-pray-ai/yutu/0.9.6/eat-pray-ai.yutu.yaml b/manifests/e/eat-pray-ai/yutu/0.9.6/eat-pray-ai.yutu.yaml new file mode 100644 index 0000000000000..bf695873ccb08 --- /dev/null +++ b/manifests/e/eat-pray-ai/yutu/0.9.6/eat-pray-ai.yutu.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eat-pray-ai.yutu +PackageVersion: 0.9.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/126.0.6478.182/eloston.ungoogled-chromium.installer.yaml b/manifests/e/eloston/ungoogled-chromium/126.0.6478.182/eloston.ungoogled-chromium.installer.yaml new file mode 100644 index 0000000000000..b984f3982f307 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/126.0.6478.182/eloston.ungoogled-chromium.installer.yaml @@ -0,0 +1,55 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 126.0.6478.182 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- crx +- htm +- html +- pdf +- url +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/126.0.6478.182-1.1/ungoogled-chromium_126.0.6478.182-1.1_installer_x64.exe + InstallerSha256: F93C55B72D7AFA463A2C83716307ECC11938AD7CD236450233A61D96918AEC14 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/126.0.6478.182-1.1/ungoogled-chromium_126.0.6478.182-1.1_installer_x64.exe + InstallerSha256: F93C55B72D7AFA463A2C83716307ECC11938AD7CD236450233A61D96918AEC14 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/126.0.6478.182-1.1/ungoogled-chromium_126.0.6478.182-1.1_installer_x86.exe + InstallerSha256: 365BE2F5F6D1E7F7589812C6139672D441979B6E11390DFA62C0B56D96B2CE59 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/126.0.6478.182-1.1/ungoogled-chromium_126.0.6478.182-1.1_installer_x86.exe + InstallerSha256: 365BE2F5F6D1E7F7589812C6139672D441979B6E11390DFA62C0B56D96B2CE59 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2022-08-04 diff --git a/manifests/e/eloston/ungoogled-chromium/126.0.6478.182/eloston.ungoogled-chromium.locale.en-US.yaml b/manifests/e/eloston/ungoogled-chromium/126.0.6478.182/eloston.ungoogled-chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..b774e78d1e767 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/126.0.6478.182/eloston.ungoogled-chromium.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 126.0.6478.182 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows +PublisherSupportUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/issues +Author: Eloston +PackageName: Chromium +PackageUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases +License: BSD 3-Clause License +LicenseUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +Copyright: Copyright 2022 The ungoogled-chromium Authors +CopyrightUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +ShortDescription: ungoogled-chromium is Google Chromium without dependency on Google web services. +Description: |- + ungoogled-chromium is a set of configuration flags, patches, and custom scripts. + + These components altogether strive to accomplish the following + * Disable or remove offending services and features that communicate with Google or weaken privacy + * Strip binaries from the source tree, and use those provided by the system or build them from source + * Add, modify, or disable features that inhibit control and transparency (these changes are minor and do not have significant impacts on the general user experience) + + ungoogled-chromium should not be considered a fork of Chromium. + The main reason for this is that a fork is associated with more significant deviations from the Chromium, such as branding, configuration formats, file locations, and other interface changes. + ungoogled-chromium will not modify the Chromium browser outside of the project's goals. + Since these goals and requirements are not precise, unclear situations are discussed and decided on a case-by-case basis. +Moniker: ungoogled-chromium +Tags: +- browser +- chromium +- ungoogled +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/126.0.6478.182/eloston.ungoogled-chromium.yaml b/manifests/e/eloston/ungoogled-chromium/126.0.6478.182/eloston.ungoogled-chromium.yaml new file mode 100644 index 0000000000000..d8f4c8453cbfb --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/126.0.6478.182/eloston.ungoogled-chromium.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 126.0.6478.182 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/127.0.6533.119/eloston.ungoogled-chromium.installer.yaml b/manifests/e/eloston/ungoogled-chromium/127.0.6533.119/eloston.ungoogled-chromium.installer.yaml new file mode 100644 index 0000000000000..20f6be60609b4 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/127.0.6533.119/eloston.ungoogled-chromium.installer.yaml @@ -0,0 +1,55 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 127.0.6533.119 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- crx +- htm +- html +- pdf +- url +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.119-1.1/ungoogled-chromium_127.0.6533.119-1.1_installer_x64.exe + InstallerSha256: 7C7969230DCF2D247179D3E844F21E7480A7CD8D5F3C079F73D8609D5071A65C + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.119-1.1/ungoogled-chromium_127.0.6533.119-1.1_installer_x64.exe + InstallerSha256: 7C7969230DCF2D247179D3E844F21E7480A7CD8D5F3C079F73D8609D5071A65C + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.119-1.1/ungoogled-chromium_127.0.6533.119-1.1_installer_x86.exe + InstallerSha256: 7FBB45DF14DCCEB8B9921FC4AED1D3FCB6A72A87A15B3CB62A35CF6E2D68682F + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.119-1.1/ungoogled-chromium_127.0.6533.119-1.1_installer_x86.exe + InstallerSha256: 7FBB45DF14DCCEB8B9921FC4AED1D3FCB6A72A87A15B3CB62A35CF6E2D68682F + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2022-08-04 diff --git a/manifests/e/eloston/ungoogled-chromium/127.0.6533.119/eloston.ungoogled-chromium.locale.en-US.yaml b/manifests/e/eloston/ungoogled-chromium/127.0.6533.119/eloston.ungoogled-chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..a30075919fbc5 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/127.0.6533.119/eloston.ungoogled-chromium.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 127.0.6533.119 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows +PublisherSupportUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/issues +Author: Eloston +PackageName: Chromium +PackageUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases +License: BSD 3-Clause License +LicenseUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +Copyright: Copyright 2022 The ungoogled-chromium Authors +CopyrightUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +ShortDescription: ungoogled-chromium is Google Chromium without dependency on Google web services. +Description: |- + ungoogled-chromium is a set of configuration flags, patches, and custom scripts. + + These components altogether strive to accomplish the following + * Disable or remove offending services and features that communicate with Google or weaken privacy + * Strip binaries from the source tree, and use those provided by the system or build them from source + * Add, modify, or disable features that inhibit control and transparency (these changes are minor and do not have significant impacts on the general user experience) + + ungoogled-chromium should not be considered a fork of Chromium. + The main reason for this is that a fork is associated with more significant deviations from the Chromium, such as branding, configuration formats, file locations, and other interface changes. + ungoogled-chromium will not modify the Chromium browser outside of the project's goals. + Since these goals and requirements are not precise, unclear situations are discussed and decided on a case-by-case basis. +Moniker: ungoogled-chromium +Tags: +- browser +- chromium +- ungoogled +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/127.0.6533.119/eloston.ungoogled-chromium.yaml b/manifests/e/eloston/ungoogled-chromium/127.0.6533.119/eloston.ungoogled-chromium.yaml new file mode 100644 index 0000000000000..2eb466ac66628 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/127.0.6533.119/eloston.ungoogled-chromium.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 127.0.6533.119 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/127.0.6533.72/eloston.ungoogled-chromium.installer.yaml b/manifests/e/eloston/ungoogled-chromium/127.0.6533.72/eloston.ungoogled-chromium.installer.yaml new file mode 100644 index 0000000000000..6598cc6e09666 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/127.0.6533.72/eloston.ungoogled-chromium.installer.yaml @@ -0,0 +1,55 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 127.0.6533.72 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- crx +- htm +- html +- pdf +- url +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.72-1.1/ungoogled-chromium_127.0.6533.72-1.1_installer_x64.exe + InstallerSha256: D06BD79274EDAAFF0853BCE3812FF587E77B288A4ACF11CD9BA4F355414754F9 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.72-1.1/ungoogled-chromium_127.0.6533.72-1.1_installer_x64.exe + InstallerSha256: D06BD79274EDAAFF0853BCE3812FF587E77B288A4ACF11CD9BA4F355414754F9 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.72-1.1/ungoogled-chromium_127.0.6533.72-1.1_installer_x86.exe + InstallerSha256: 242DF96DB927C1E5CE7BA309DDD23ED7D4225306BD913B7D3C75C99D5D7C5EB4 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.72-1.1/ungoogled-chromium_127.0.6533.72-1.1_installer_x86.exe + InstallerSha256: 242DF96DB927C1E5CE7BA309DDD23ED7D4225306BD913B7D3C75C99D5D7C5EB4 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2022-08-04 diff --git a/manifests/e/eloston/ungoogled-chromium/127.0.6533.72/eloston.ungoogled-chromium.locale.en-US.yaml b/manifests/e/eloston/ungoogled-chromium/127.0.6533.72/eloston.ungoogled-chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..ae84911ac371e --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/127.0.6533.72/eloston.ungoogled-chromium.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 127.0.6533.72 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows +PublisherSupportUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/issues +Author: Eloston +PackageName: Chromium +PackageUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases +License: BSD 3-Clause License +LicenseUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +Copyright: Copyright 2022 The ungoogled-chromium Authors +CopyrightUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +ShortDescription: ungoogled-chromium is Google Chromium without dependency on Google web services. +Description: |- + ungoogled-chromium is a set of configuration flags, patches, and custom scripts. + + These components altogether strive to accomplish the following + * Disable or remove offending services and features that communicate with Google or weaken privacy + * Strip binaries from the source tree, and use those provided by the system or build them from source + * Add, modify, or disable features that inhibit control and transparency (these changes are minor and do not have significant impacts on the general user experience) + + ungoogled-chromium should not be considered a fork of Chromium. + The main reason for this is that a fork is associated with more significant deviations from the Chromium, such as branding, configuration formats, file locations, and other interface changes. + ungoogled-chromium will not modify the Chromium browser outside of the project's goals. + Since these goals and requirements are not precise, unclear situations are discussed and decided on a case-by-case basis. +Moniker: ungoogled-chromium +Tags: +- browser +- chromium +- ungoogled +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/127.0.6533.72/eloston.ungoogled-chromium.yaml b/manifests/e/eloston/ungoogled-chromium/127.0.6533.72/eloston.ungoogled-chromium.yaml new file mode 100644 index 0000000000000..4643a151ed1ea --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/127.0.6533.72/eloston.ungoogled-chromium.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 127.0.6533.72 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/127.0.6533.88/eloston.ungoogled-chromium.installer.yaml b/manifests/e/eloston/ungoogled-chromium/127.0.6533.88/eloston.ungoogled-chromium.installer.yaml new file mode 100644 index 0000000000000..5e0b7b44991ee --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/127.0.6533.88/eloston.ungoogled-chromium.installer.yaml @@ -0,0 +1,55 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 127.0.6533.88 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- crx +- htm +- html +- pdf +- url +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.88-1.1/ungoogled-chromium_127.0.6533.88-1.1_installer_x64.exe + InstallerSha256: B99F1AA5D115F5189E19A135B857464EE7C79F6F7C9136F51B2BEB40E00A11AE + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.88-1.1/ungoogled-chromium_127.0.6533.88-1.1_installer_x64.exe + InstallerSha256: B99F1AA5D115F5189E19A135B857464EE7C79F6F7C9136F51B2BEB40E00A11AE + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.88-1.1/ungoogled-chromium_127.0.6533.88-1.1_installer_x86.exe + InstallerSha256: 2AB205D504F178D36DE2C58782BDC2B0E55098B46DCE347E938287E8EA133FB2 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.88-1.1/ungoogled-chromium_127.0.6533.88-1.1_installer_x86.exe + InstallerSha256: 2AB205D504F178D36DE2C58782BDC2B0E55098B46DCE347E938287E8EA133FB2 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2022-08-04 diff --git a/manifests/e/eloston/ungoogled-chromium/127.0.6533.88/eloston.ungoogled-chromium.locale.en-US.yaml b/manifests/e/eloston/ungoogled-chromium/127.0.6533.88/eloston.ungoogled-chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..920fc095e322a --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/127.0.6533.88/eloston.ungoogled-chromium.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 127.0.6533.88 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows +PublisherSupportUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/issues +Author: Eloston +PackageName: Chromium +PackageUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases +License: BSD 3-Clause License +LicenseUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +Copyright: Copyright 2022 The ungoogled-chromium Authors +CopyrightUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +ShortDescription: ungoogled-chromium is Google Chromium without dependency on Google web services. +Description: |- + ungoogled-chromium is a set of configuration flags, patches, and custom scripts. + + These components altogether strive to accomplish the following + * Disable or remove offending services and features that communicate with Google or weaken privacy + * Strip binaries from the source tree, and use those provided by the system or build them from source + * Add, modify, or disable features that inhibit control and transparency (these changes are minor and do not have significant impacts on the general user experience) + + ungoogled-chromium should not be considered a fork of Chromium. + The main reason for this is that a fork is associated with more significant deviations from the Chromium, such as branding, configuration formats, file locations, and other interface changes. + ungoogled-chromium will not modify the Chromium browser outside of the project's goals. + Since these goals and requirements are not precise, unclear situations are discussed and decided on a case-by-case basis. +Moniker: ungoogled-chromium +Tags: +- browser +- chromium +- ungoogled +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/127.0.6533.88/eloston.ungoogled-chromium.yaml b/manifests/e/eloston/ungoogled-chromium/127.0.6533.88/eloston.ungoogled-chromium.yaml new file mode 100644 index 0000000000000..5e150a2d0c724 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/127.0.6533.88/eloston.ungoogled-chromium.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 127.0.6533.88 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/127.0.6533.99/eloston.ungoogled-chromium.installer.yaml b/manifests/e/eloston/ungoogled-chromium/127.0.6533.99/eloston.ungoogled-chromium.installer.yaml new file mode 100644 index 0000000000000..82075660316bf --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/127.0.6533.99/eloston.ungoogled-chromium.installer.yaml @@ -0,0 +1,55 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 127.0.6533.99 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- crx +- htm +- html +- pdf +- url +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.99-1.1/ungoogled-chromium_127.0.6533.99-1.1_installer_x64.exe + InstallerSha256: ECF838434075F2FE21ED5D0ECA7F43BD72C00C0556FE29C843B87100877659EF + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.99-1.1/ungoogled-chromium_127.0.6533.99-1.1_installer_x64.exe + InstallerSha256: ECF838434075F2FE21ED5D0ECA7F43BD72C00C0556FE29C843B87100877659EF + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.99-1.1/ungoogled-chromium_127.0.6533.99-1.1_installer_x86.exe + InstallerSha256: 5B44FA4DFEC680CAAC93C593CBDA0313821830E5EAE502DB0872B474561ED681 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/127.0.6533.99-1.1/ungoogled-chromium_127.0.6533.99-1.1_installer_x86.exe + InstallerSha256: 5B44FA4DFEC680CAAC93C593CBDA0313821830E5EAE502DB0872B474561ED681 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2022-08-04 diff --git a/manifests/e/eloston/ungoogled-chromium/127.0.6533.99/eloston.ungoogled-chromium.locale.en-US.yaml b/manifests/e/eloston/ungoogled-chromium/127.0.6533.99/eloston.ungoogled-chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..9e35a9063a78f --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/127.0.6533.99/eloston.ungoogled-chromium.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 127.0.6533.99 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows +PublisherSupportUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/issues +Author: Eloston +PackageName: Chromium +PackageUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases +License: BSD 3-Clause License +LicenseUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +Copyright: Copyright 2022 The ungoogled-chromium Authors +CopyrightUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +ShortDescription: ungoogled-chromium is Google Chromium without dependency on Google web services. +Description: |- + ungoogled-chromium is a set of configuration flags, patches, and custom scripts. + + These components altogether strive to accomplish the following + * Disable or remove offending services and features that communicate with Google or weaken privacy + * Strip binaries from the source tree, and use those provided by the system or build them from source + * Add, modify, or disable features that inhibit control and transparency (these changes are minor and do not have significant impacts on the general user experience) + + ungoogled-chromium should not be considered a fork of Chromium. + The main reason for this is that a fork is associated with more significant deviations from the Chromium, such as branding, configuration formats, file locations, and other interface changes. + ungoogled-chromium will not modify the Chromium browser outside of the project's goals. + Since these goals and requirements are not precise, unclear situations are discussed and decided on a case-by-case basis. +Moniker: ungoogled-chromium +Tags: +- browser +- chromium +- ungoogled +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/127.0.6533.99/eloston.ungoogled-chromium.yaml b/manifests/e/eloston/ungoogled-chromium/127.0.6533.99/eloston.ungoogled-chromium.yaml new file mode 100644 index 0000000000000..825f42e55c9bc --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/127.0.6533.99/eloston.ungoogled-chromium.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 127.0.6533.99 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/128.0.6613.119/eloston.ungoogled-chromium.installer.yaml b/manifests/e/eloston/ungoogled-chromium/128.0.6613.119/eloston.ungoogled-chromium.installer.yaml new file mode 100644 index 0000000000000..292101ed6a65b --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/128.0.6613.119/eloston.ungoogled-chromium.installer.yaml @@ -0,0 +1,55 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 128.0.6613.119 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- crx +- htm +- html +- pdf +- url +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/128.0.6613.119-1.1/ungoogled-chromium_128.0.6613.119-1.1_installer_x64.exe + InstallerSha256: 87DF1D1B90CEC11F457E95D991EE245C7093B0333E45008BC2C6FCFBF4BC8573 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/128.0.6613.119-1.1/ungoogled-chromium_128.0.6613.119-1.1_installer_x64.exe + InstallerSha256: 87DF1D1B90CEC11F457E95D991EE245C7093B0333E45008BC2C6FCFBF4BC8573 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/128.0.6613.119-1.1/ungoogled-chromium_128.0.6613.119-1.1_installer_x86.exe + InstallerSha256: BC856A3EED82643881BD6D976FBA9AC998C65473301945F96FD5DE1C092C00D3 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/128.0.6613.119-1.1/ungoogled-chromium_128.0.6613.119-1.1_installer_x86.exe + InstallerSha256: BC856A3EED82643881BD6D976FBA9AC998C65473301945F96FD5DE1C092C00D3 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2022-08-04 diff --git a/manifests/e/eloston/ungoogled-chromium/128.0.6613.119/eloston.ungoogled-chromium.locale.en-US.yaml b/manifests/e/eloston/ungoogled-chromium/128.0.6613.119/eloston.ungoogled-chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..5fd73090d2f59 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/128.0.6613.119/eloston.ungoogled-chromium.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 128.0.6613.119 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows +PublisherSupportUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/issues +Author: Eloston +PackageName: Chromium +PackageUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases +License: BSD 3-Clause License +LicenseUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +Copyright: Copyright 2022 The ungoogled-chromium Authors +CopyrightUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +ShortDescription: ungoogled-chromium is Google Chromium without dependency on Google web services. +Description: |- + ungoogled-chromium is a set of configuration flags, patches, and custom scripts. + + These components altogether strive to accomplish the following + * Disable or remove offending services and features that communicate with Google or weaken privacy + * Strip binaries from the source tree, and use those provided by the system or build them from source + * Add, modify, or disable features that inhibit control and transparency (these changes are minor and do not have significant impacts on the general user experience) + + ungoogled-chromium should not be considered a fork of Chromium. + The main reason for this is that a fork is associated with more significant deviations from the Chromium, such as branding, configuration formats, file locations, and other interface changes. + ungoogled-chromium will not modify the Chromium browser outside of the project's goals. + Since these goals and requirements are not precise, unclear situations are discussed and decided on a case-by-case basis. +Moniker: ungoogled-chromium +Tags: +- browser +- chromium +- ungoogled +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/128.0.6613.119/eloston.ungoogled-chromium.yaml b/manifests/e/eloston/ungoogled-chromium/128.0.6613.119/eloston.ungoogled-chromium.yaml new file mode 100644 index 0000000000000..3c26d8d06f5af --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/128.0.6613.119/eloston.ungoogled-chromium.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 128.0.6613.119 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/128.0.6613.137/eloston.ungoogled-chromium.installer.yaml b/manifests/e/eloston/ungoogled-chromium/128.0.6613.137/eloston.ungoogled-chromium.installer.yaml new file mode 100644 index 0000000000000..d11e8da63e574 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/128.0.6613.137/eloston.ungoogled-chromium.installer.yaml @@ -0,0 +1,55 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 128.0.6613.137 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- crx +- htm +- html +- pdf +- url +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/128.0.6613.137-1.1/ungoogled-chromium_128.0.6613.137-1.1_installer_x64.exe + InstallerSha256: 2AC2B43E9EC50725D7AA115EA5B82B895BA4DE535E3893662301E3CD1764A3BF + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/128.0.6613.137-1.1/ungoogled-chromium_128.0.6613.137-1.1_installer_x64.exe + InstallerSha256: 2AC2B43E9EC50725D7AA115EA5B82B895BA4DE535E3893662301E3CD1764A3BF + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/128.0.6613.137-1.1/ungoogled-chromium_128.0.6613.137-1.1_installer_x86.exe + InstallerSha256: 2FE39EE0A1BB2F1175C38E3D849EE55E862BCBC6234263419003016BC5662774 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/128.0.6613.137-1.1/ungoogled-chromium_128.0.6613.137-1.1_installer_x86.exe + InstallerSha256: 2FE39EE0A1BB2F1175C38E3D849EE55E862BCBC6234263419003016BC5662774 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2022-08-04 diff --git a/manifests/e/eloston/ungoogled-chromium/128.0.6613.137/eloston.ungoogled-chromium.locale.en-US.yaml b/manifests/e/eloston/ungoogled-chromium/128.0.6613.137/eloston.ungoogled-chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..b9eba470f6243 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/128.0.6613.137/eloston.ungoogled-chromium.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 128.0.6613.137 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows +PublisherSupportUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/issues +Author: Eloston +PackageName: Chromium +PackageUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases +License: BSD 3-Clause License +LicenseUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +Copyright: Copyright 2022 The ungoogled-chromium Authors +CopyrightUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +ShortDescription: ungoogled-chromium is Google Chromium without dependency on Google web services. +Description: |- + ungoogled-chromium is a set of configuration flags, patches, and custom scripts. + + These components altogether strive to accomplish the following + * Disable or remove offending services and features that communicate with Google or weaken privacy + * Strip binaries from the source tree, and use those provided by the system or build them from source + * Add, modify, or disable features that inhibit control and transparency (these changes are minor and do not have significant impacts on the general user experience) + + ungoogled-chromium should not be considered a fork of Chromium. + The main reason for this is that a fork is associated with more significant deviations from the Chromium, such as branding, configuration formats, file locations, and other interface changes. + ungoogled-chromium will not modify the Chromium browser outside of the project's goals. + Since these goals and requirements are not precise, unclear situations are discussed and decided on a case-by-case basis. +Moniker: ungoogled-chromium +Tags: +- browser +- chromium +- ungoogled +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/128.0.6613.137/eloston.ungoogled-chromium.yaml b/manifests/e/eloston/ungoogled-chromium/128.0.6613.137/eloston.ungoogled-chromium.yaml new file mode 100644 index 0000000000000..0da9ddc68b3d4 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/128.0.6613.137/eloston.ungoogled-chromium.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 128.0.6613.137 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/128.0.6613.84/eloston.ungoogled-chromium.installer.yaml b/manifests/e/eloston/ungoogled-chromium/128.0.6613.84/eloston.ungoogled-chromium.installer.yaml new file mode 100644 index 0000000000000..ac3326df5f1e3 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/128.0.6613.84/eloston.ungoogled-chromium.installer.yaml @@ -0,0 +1,55 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 128.0.6613.84 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- crx +- htm +- html +- pdf +- url +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/128.0.6613.84-1.1/ungoogled-chromium_128.0.6613.84-1.1_installer_x64.exe + InstallerSha256: D7846BAE9A88165B95ADC34C572CFCF25B7D080416E9FB541C9F341D32C28C8E + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/128.0.6613.84-1.1/ungoogled-chromium_128.0.6613.84-1.1_installer_x64.exe + InstallerSha256: D7846BAE9A88165B95ADC34C572CFCF25B7D080416E9FB541C9F341D32C28C8E + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/128.0.6613.84-1.1/ungoogled-chromium_128.0.6613.84-1.1_installer_x86.exe + InstallerSha256: 9BDE473E5E308EB52A395ABCBCC9D76489C83F0038BD8C45817E71A3FC687F00 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/128.0.6613.84-1.1/ungoogled-chromium_128.0.6613.84-1.1_installer_x86.exe + InstallerSha256: 9BDE473E5E308EB52A395ABCBCC9D76489C83F0038BD8C45817E71A3FC687F00 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2022-08-04 diff --git a/manifests/e/eloston/ungoogled-chromium/128.0.6613.84/eloston.ungoogled-chromium.locale.en-US.yaml b/manifests/e/eloston/ungoogled-chromium/128.0.6613.84/eloston.ungoogled-chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..2b3a63e051d5e --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/128.0.6613.84/eloston.ungoogled-chromium.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 128.0.6613.84 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows +PublisherSupportUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/issues +Author: Eloston +PackageName: Chromium +PackageUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases +License: BSD 3-Clause License +LicenseUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +Copyright: Copyright 2022 The ungoogled-chromium Authors +CopyrightUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +ShortDescription: ungoogled-chromium is Google Chromium without dependency on Google web services. +Description: |- + ungoogled-chromium is a set of configuration flags, patches, and custom scripts. + + These components altogether strive to accomplish the following + * Disable or remove offending services and features that communicate with Google or weaken privacy + * Strip binaries from the source tree, and use those provided by the system or build them from source + * Add, modify, or disable features that inhibit control and transparency (these changes are minor and do not have significant impacts on the general user experience) + + ungoogled-chromium should not be considered a fork of Chromium. + The main reason for this is that a fork is associated with more significant deviations from the Chromium, such as branding, configuration formats, file locations, and other interface changes. + ungoogled-chromium will not modify the Chromium browser outside of the project's goals. + Since these goals and requirements are not precise, unclear situations are discussed and decided on a case-by-case basis. +Moniker: ungoogled-chromium +Tags: +- browser +- chromium +- ungoogled +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/128.0.6613.84/eloston.ungoogled-chromium.yaml b/manifests/e/eloston/ungoogled-chromium/128.0.6613.84/eloston.ungoogled-chromium.yaml new file mode 100644 index 0000000000000..15adb4cfce0b1 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/128.0.6613.84/eloston.ungoogled-chromium.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 128.0.6613.84 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/elves/elvish/0.21.0/elves.elvish.installer.yaml b/manifests/e/elves/elvish/0.21.0/elves.elvish.installer.yaml new file mode 100644 index 0000000000000..b847f6d916162 --- /dev/null +++ b/manifests/e/elves/elvish/0.21.0/elves.elvish.installer.yaml @@ -0,0 +1,18 @@ +PackageIdentifier: elves.elvish +PackageVersion: 0.21.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: elvish.exe + PortableCommandAlias: elvish +UpgradeBehavior: install +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.elv.sh/windows-amd64/elvish-v0.21.0.zip + InstallerSha256: 9361f9b7e0ebce444f4e9e59e87f67f83aa4468a6ca3457c951a52b6530894aa +- Architecture: x86 + InstallerUrl: https://dl.elv.sh/windows-386/elvish-v0.21.0.zip + InstallerSha256: 2fe227dbed39b67101997c5d01ab54156cc7814a5a4036c1a026f358ecee8917 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/elves/elvish/0.21.0/elves.elvish.locale.en-US.yaml b/manifests/e/elves/elvish/0.21.0/elves.elvish.locale.en-US.yaml new file mode 100644 index 0000000000000..99c5976d62402 --- /dev/null +++ b/manifests/e/elves/elvish/0.21.0/elves.elvish.locale.en-US.yaml @@ -0,0 +1,14 @@ +PackageIdentifier: elves.elvish +PackageVersion: 0.21.0 +PackageLocale: en-US +Publisher: elves +PublisherUrl: https://elv.sh +PackageName: elvish +PackageUrl: https://github.com/elves/elvish +License: BSD-2-Clause license +LicenseUrl: https://github.com/elves/elvish/blob/master/LICENSE +Copyright: Copyright (c) Elvish developers and contributors. +ShortDescription: Elvish is an expressive programming language and a versatile interactive shell, combined into one seamless package. It runs on Linux, BSDs, macOS and Windows. +ReleaseNotesUrl: https://github.com/elves/elvish/releases/tag/v0.21.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/elves/elvish/0.21.0/elves.elvish.yaml b/manifests/e/elves/elvish/0.21.0/elves.elvish.yaml new file mode 100644 index 0000000000000..30ced94186dc7 --- /dev/null +++ b/manifests/e/elves/elvish/0.21.0/elves.elvish.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: elves.elvish +PackageVersion: 0.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/endcloud/OnetabRe/1.0.7/endcloud.OnetabRe.installer.yaml b/manifests/e/endcloud/OnetabRe/1.0.7/endcloud.OnetabRe.installer.yaml new file mode 100644 index 0000000000000..25d870dc25c9b --- /dev/null +++ b/manifests/e/endcloud/OnetabRe/1.0.7/endcloud.OnetabRe.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: endcloud.OnetabRe +PackageVersion: 1.0.7 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ReleaseDate: 2022-08-20 +AppsAndFeaturesEntries: +- ProductCode: '{8ED15FF2-68B7-4907-B977-B24FDC61E9A9}' + UpgradeCode: '{513056DE-2570-5E85-8BA1-3C00ABDE9C54}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/endcloud/onetab_restore_tauri/releases/download/v1.0.7/Onetab.Re_1.0.7_x64_en-US.msi + InstallerSha256: 5EE73F981CBFC9D49BA0C998B7E2DA1A6C389F31EDA849E75610FFB894840ECF + ProductCode: '{8ED15FF2-68B7-4907-B977-B24FDC61E9A9}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/endcloud/OnetabRe/1.0.7/endcloud.OnetabRe.locale.en-US.yaml b/manifests/e/endcloud/OnetabRe/1.0.7/endcloud.OnetabRe.locale.en-US.yaml new file mode 100644 index 0000000000000..ab320cb8757aa --- /dev/null +++ b/manifests/e/endcloud/OnetabRe/1.0.7/endcloud.OnetabRe.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: endcloud.OnetabRe +PackageVersion: 1.0.7 +PackageLocale: en-US +Publisher: shizi +PublisherUrl: https://github.com/endcloud +PublisherSupportUrl: https://github.com/endcloud/onetab_restore_tauri/issues +# PrivacyUrl: +Author: Ziyu Shi +PackageName: Onetab Re +PackageUrl: https://github.com/endcloud/onetab_restore_tauri +License: GPL-3.0 +LicenseUrl: https://github.com/endcloud/onetab_restore_tauri/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: An app for backing up and better displaying OneTab data powered by Tauri. +# Description: +# Moniker: +Tags: +- onetab +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/endcloud/onetab_restore_tauri/releases/tag/v1.0.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/endcloud/OnetabRe/1.0.7/endcloud.OnetabRe.locale.zh-CN.yaml b/manifests/e/endcloud/OnetabRe/1.0.7/endcloud.OnetabRe.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6a86768703bdc --- /dev/null +++ b/manifests/e/endcloud/OnetabRe/1.0.7/endcloud.OnetabRe.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: endcloud.OnetabRe +PackageVersion: 1.0.7 +PackageLocale: zh-CN +Publisher: shizi +PublisherUrl: https://github.com/endcloud +PublisherSupportUrl: https://github.com/endcloud/onetab_restore_tauri/issues +# PrivacyUrl: +Author: Ziyu Shi +PackageName: Onetab Re +PackageUrl: https://github.com/endcloud/onetab_restore_tauri +License: GPL-3.0 +LicenseUrl: https://github.com/endcloud/onetab_restore_tauri/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: Onetab Re 是一款用于备份并原样展示 OneTab 数据的应用,基于 Tauri 跨平台构建。 +# Description: +# Moniker: +Tags: +- onetab +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/endcloud/onetab_restore_tauri/releases/tag/v1.0.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/e/endcloud/OnetabRe/1.0.7/endcloud.OnetabRe.yaml b/manifests/e/endcloud/OnetabRe/1.0.7/endcloud.OnetabRe.yaml new file mode 100644 index 0000000000000..de107be77814f --- /dev/null +++ b/manifests/e/endcloud/OnetabRe/1.0.7/endcloud.OnetabRe.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: endcloud.OnetabRe +PackageVersion: 1.0.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ente-io/auth-desktop/3.1.1/ente-io.auth-desktop.installer.yaml b/manifests/e/ente-io/auth-desktop/3.1.1/ente-io.auth-desktop.installer.yaml new file mode 100644 index 0000000000000..e022d80dabb03 --- /dev/null +++ b/manifests/e/ente-io/auth-desktop/3.1.1/ente-io.auth-desktop.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ente-io.auth-desktop +PackageVersion: 3.1.1 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-08-12 +AppsAndFeaturesEntries: +- DisplayVersion: 3.1.1+321 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ente-io/ente/releases/download/auth-v3.1.1/ente-auth-v3.1.1-installer.exe + InstallerSha256: CBD462143C77B310E5A8A9B578127B6475BF36CC4BC9249D7A053D680D5DB4A1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ente-io/auth-desktop/3.1.1/ente-io.auth-desktop.locale.en-US.yaml b/manifests/e/ente-io/auth-desktop/3.1.1/ente-io.auth-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..5e66867c513b2 --- /dev/null +++ b/manifests/e/ente-io/auth-desktop/3.1.1/ente-io.auth-desktop.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ente-io.auth-desktop +PackageVersion: 3.1.1 +PackageLocale: en-US +Publisher: ente +PublisherUrl: https://ente.io/ +PackageName: Ente Auth +License: AGPL-3.0 +LicenseUrl: https://github.com/ente-io/ente/blob/HEAD/LICENSE +Copyright: Copyright © 2024 ente +ShortDescription: Open source 2FA authenticator, with end-to-end encrypted backups +Moniker: ente-auth +Tags: +- 2fa +- android +- e2ee +- encryption +- end-to-end-encryption +- flutter +- golang +- google-photos +- google-photos-alternative +- ios +- opensource +- photos +- privacy +- privacy-tools +- typescript +- zero-knowledge +ReleaseNotes: |- + What's Changed + - [auth] don't use privacy screen for desktop by @prateekmedia in #2680 + Full Changelog: https://github.com/ente-io/ente/compare/auth-v3.1.0...auth-v3.1.1 +ReleaseNotesUrl: https://github.com/ente-io/ente/releases/tag/auth-v3.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ente-io/auth-desktop/3.1.1/ente-io.auth-desktop.yaml b/manifests/e/ente-io/auth-desktop/3.1.1/ente-io.auth-desktop.yaml new file mode 100644 index 0000000000000..e057938dbe86d --- /dev/null +++ b/manifests/e/ente-io/auth-desktop/3.1.1/ente-io.auth-desktop.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ente-io.auth-desktop +PackageVersion: 3.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/ente-io/auth-desktop/3.1.3/ente-io.auth-desktop.installer.yaml b/manifests/e/ente-io/auth-desktop/3.1.3/ente-io.auth-desktop.installer.yaml new file mode 100644 index 0000000000000..4be7dd8c3122c --- /dev/null +++ b/manifests/e/ente-io/auth-desktop/3.1.3/ente-io.auth-desktop.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ente-io.auth-desktop +PackageVersion: 3.1.3 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-08-21 +AppsAndFeaturesEntries: +- DisplayVersion: 3.1.3+323 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ente-io/ente/releases/download/auth-v3.1.3/ente-auth-v3.1.3-installer.exe + InstallerSha256: D85FC2B3B40D2271352A77AFB5F73A116CAF9E48E1FD6FC19135E6E9417FBC16 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/ente-io/auth-desktop/3.1.3/ente-io.auth-desktop.locale.en-US.yaml b/manifests/e/ente-io/auth-desktop/3.1.3/ente-io.auth-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..407f221e1ebd6 --- /dev/null +++ b/manifests/e/ente-io/auth-desktop/3.1.3/ente-io.auth-desktop.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ente-io.auth-desktop +PackageVersion: 3.1.3 +PackageLocale: en-US +Publisher: ente +PublisherUrl: https://ente.io/ +PackageName: Ente Auth +License: AGPL-3.0 +LicenseUrl: https://github.com/ente-io/ente/blob/HEAD/LICENSE +Copyright: Copyright © 2024 ente +ShortDescription: Open source 2FA authenticator, with end-to-end encrypted backups +Moniker: ente-auth +Tags: +- 2fa +- android +- e2ee +- encryption +- end-to-end-encryption +- flutter +- golang +- google-photos +- google-photos-alternative +- ios +- opensource +- photos +- privacy +- privacy-tools +- typescript +- zero-knowledge +ReleaseNotes: |- + What's Changed + - [auth] New translations by @github-actions in #2746 + - [mob][auth] local_auth upgrade & work around for new applock key by @AmanRajSinghMourya in #2752 + - [mob][auth] Option to add pin/passcode without having a system lock by @AmanRajSinghMourya in #2738 + - [mob][auth] Update flutter submodule to use v3.24.0 by @ashilkn in #2778 + - [mob][auth] Change dialog copy by @ashilkn in #2796 + Full Changelog: https://github.com/ente-io/ente/compare/auth-v3.1.2-beta...auth-v3.1.3 +ReleaseNotesUrl: https://github.com/ente-io/ente/releases/tag/auth-v3.1.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/ente-io/auth-desktop/3.1.3/ente-io.auth-desktop.yaml b/manifests/e/ente-io/auth-desktop/3.1.3/ente-io.auth-desktop.yaml new file mode 100644 index 0000000000000..7aa23d47eacf8 --- /dev/null +++ b/manifests/e/ente-io/auth-desktop/3.1.3/ente-io.auth-desktop.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ente-io.auth-desktop +PackageVersion: 3.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/erikbra/grate/1.8.0/erikbra.grate.installer.yaml b/manifests/e/erikbra/grate/1.8.0/erikbra.grate.installer.yaml new file mode 100644 index 0000000000000..54452b1c7b62b --- /dev/null +++ b/manifests/e/erikbra/grate/1.8.0/erikbra.grate.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: erikbra.grate +PackageVersion: 1.8.0 +InstallerLocale: en-US +InstallerType: msi +ProductCode: '{E281998A-D8A2-4926-AAA3-066EFA4B2E74}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/erikbra/grate/releases/download/1.8.0/grate-msi-win-x64-1.8.0.msi + InstallerSha256: 1B502FB9D01F1D4E26F039103833D20E3D4C81E9D42406EB7672F751F0593285 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/erikbra/grate/1.8.0/erikbra.grate.locale.en-US.yaml b/manifests/e/erikbra/grate/1.8.0/erikbra.grate.locale.en-US.yaml new file mode 100644 index 0000000000000..8a9b32786e3c8 --- /dev/null +++ b/manifests/e/erikbra/grate/1.8.0/erikbra.grate.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: erikbra.grate +PackageVersion: 1.8.0 +PackageLocale: en-US +Publisher: erikbra +PackageName: grate +License: MIT License +ShortDescription: grate - sql for the 20s +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/erikbra/grate/1.8.0/erikbra.grate.yaml b/manifests/e/erikbra/grate/1.8.0/erikbra.grate.yaml new file mode 100644 index 0000000000000..fcd369ab3df07 --- /dev/null +++ b/manifests/e/erikbra/grate/1.8.0/erikbra.grate.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: erikbra.grate +PackageVersion: 1.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/errata-ai/Vale/3.7.0/errata-ai.Vale.installer.yaml b/manifests/e/errata-ai/Vale/3.7.0/errata-ai.Vale.installer.yaml new file mode 100644 index 0000000000000..c8d461f8e9f3f --- /dev/null +++ b/manifests/e/errata-ai/Vale/3.7.0/errata-ai.Vale.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: errata-ai.Vale +PackageVersion: 3.7.0 +InstallerLocale: en-US +InstallerType: zip +Commands: +- vale +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vale.exe +ReleaseDate: 2024-07-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/errata-ai/vale/releases/download/v3.7.0/vale_3.7.0_Windows_64-bit.zip + InstallerSha256: FC8528BF8A7CAFEC95F4CFAFD78562DF8F2D7A9906932E8D0F950AD50653BE09 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/e/errata-ai/Vale/3.7.0/errata-ai.Vale.locale.en-US.yaml b/manifests/e/errata-ai/Vale/3.7.0/errata-ai.Vale.locale.en-US.yaml new file mode 100644 index 0000000000000..1b5366291936b --- /dev/null +++ b/manifests/e/errata-ai/Vale/3.7.0/errata-ai.Vale.locale.en-US.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: errata-ai.Vale +PackageVersion: 3.7.0 +PackageLocale: en-US +Publisher: errata.ai +PublisherUrl: https://vale.sh/ +PublisherSupportUrl: https://github.com/errata-ai/vale/issues +PackageName: Vale +PackageUrl: https://vale.sh/ +License: MIT +LicenseUrl: https://github.com/errata-ai/vale/blob/HEAD/LICENSE +Copyright: Copyright (c) 2016 Joseph Kato +CopyrightUrl: https://github.com/errata-ai/vale/blob/v2/LICENSE +ShortDescription: A syntax-aware linter for prose built with speed and extensibility in mind. +Tags: +- linter +- linting +- nlp +- vale +Moniker: vale +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/errata-ai/vale/releases/tag/v3.7.0 +Documentations: +- DocumentUrl: https://vale.sh/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/errata-ai/Vale/3.7.0/errata-ai.Vale.yaml b/manifests/e/errata-ai/Vale/3.7.0/errata-ai.Vale.yaml new file mode 100644 index 0000000000000..afbf047f79dbf --- /dev/null +++ b/manifests/e/errata-ai/Vale/3.7.0/errata-ai.Vale.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: errata-ai.Vale +PackageVersion: 3.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.10/evilmartians.lefthook.installer.yaml b/manifests/e/evilmartians/lefthook/1.7.10/evilmartians.lefthook.installer.yaml new file mode 100644 index 0000000000000..240ee4b14be3f --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.10/evilmartians.lefthook.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.10 +InstallerType: portable +UpgradeBehavior: install +Commands: +- lefthook +ReleaseDate: 2024-07-29 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.10/lefthook_1.7.10_Windows_i386.exe + InstallerSha256: 717DF6A14C34D5AD3F9C02002A2CB3DFFBDE9EB1457C5CFAD342C492FDA1D803 +- Architecture: x64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.10/lefthook_1.7.10_Windows_x86_64.exe + InstallerSha256: CA3BBAB65EA2525E79422C38C9DFE9B1C3306457EF3A211C50BBF2F80B835CFC +- Architecture: arm64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.10/lefthook_1.7.10_Windows_arm64.exe + InstallerSha256: AEE9F76639675F8889FEC87B91565D37CDB22C41DC4314E41B25D0B312E8EB76 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.10/evilmartians.lefthook.locale.en-US.yaml b/manifests/e/evilmartians/lefthook/1.7.10/evilmartians.lefthook.locale.en-US.yaml new file mode 100644 index 0000000000000..19f61b5a95bd8 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.10/evilmartians.lefthook.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.10 +PackageLocale: en-US +Publisher: Evil Martians +PublisherUrl: https://evilmartians.com +PublisherSupportUrl: https://github.com/evilmartians/lefthook/issues +PackageName: Lefthook +PackageUrl: https://github.com/evilmartians/lefthook +License: MIT +LicenseUrl: https://github.com/evilmartians/lefthook/blob/master/LICENSE +ShortDescription: Fast and powerful Git hooks manager for any type of projects. +ReleaseNotes: |- + Changelog + - deps: July 2024 (#795) + - packaging(npm): try direct reference for lefthook executable (#794) +ReleaseNotesUrl: https://github.com/evilmartians/lefthook/releases/tag/v1.7.10 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.10/evilmartians.lefthook.yaml b/manifests/e/evilmartians/lefthook/1.7.10/evilmartians.lefthook.yaml new file mode 100644 index 0000000000000..2e5aa13e535a2 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.10/evilmartians.lefthook.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.12/evilmartians.lefthook.installer.yaml b/manifests/e/evilmartians/lefthook/1.7.12/evilmartians.lefthook.installer.yaml new file mode 100644 index 0000000000000..80149819a4a56 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.12/evilmartians.lefthook.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.12 +InstallerType: portable +UpgradeBehavior: install +Commands: +- lefthook +ReleaseDate: 2024-08-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.12/lefthook_1.7.12_Windows_i386.exe + InstallerSha256: C90093CD5070286B235FF150F5C77B8345358CE75186D0F7E214D59F8144D6CD +- Architecture: x64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.12/lefthook_1.7.12_Windows_x86_64.exe + InstallerSha256: 9333806D18A39E3FCF18417DFD503F1C92DF6774E23E3D45D5413FB127402F31 +- Architecture: arm64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.12/lefthook_1.7.12_Windows_arm64.exe + InstallerSha256: D8BC1906F549B523B15C3D860497131D133F20F02D97EF0F6FD4978F0E2FE831 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.12/evilmartians.lefthook.locale.en-US.yaml b/manifests/e/evilmartians/lefthook/1.7.12/evilmartians.lefthook.locale.en-US.yaml new file mode 100644 index 0000000000000..45f5d9a61fd5d --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.12/evilmartians.lefthook.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.12 +PackageLocale: en-US +Publisher: Evil Martians +PublisherUrl: https://evilmartians.com +PublisherSupportUrl: https://github.com/evilmartians/lefthook/issues +PackageName: Lefthook +PackageUrl: https://github.com/evilmartians/lefthook +License: MIT +LicenseUrl: https://github.com/evilmartians/lefthook/blob/master/LICENSE +ShortDescription: Fast and powerful Git hooks manager for any type of projects. +ReleaseNotes: |- + Changelog + - fix: log stderr in debug logs only (#804) +ReleaseNotesUrl: https://github.com/evilmartians/lefthook/releases/tag/v1.7.12 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.12/evilmartians.lefthook.yaml b/manifests/e/evilmartians/lefthook/1.7.12/evilmartians.lefthook.yaml new file mode 100644 index 0000000000000..4a2f5e3b9b3a2 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.12/evilmartians.lefthook.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.13/evilmartians.lefthook.installer.yaml b/manifests/e/evilmartians/lefthook/1.7.13/evilmartians.lefthook.installer.yaml new file mode 100644 index 0000000000000..c6947d917da0a --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.13/evilmartians.lefthook.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.13 +InstallerType: portable +UpgradeBehavior: install +Commands: +- lefthook +ReleaseDate: 2024-08-16 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.13/lefthook_1.7.13_Windows_i386.exe + InstallerSha256: 6767AF60FCFCA03CD47CB044804C5077AFA71FB6F99AAA593C29D1987017062B +- Architecture: x64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.13/lefthook_1.7.13_Windows_x86_64.exe + InstallerSha256: 40A829DC5B9CA03DAB0FFD21862456E9903CF118EF68D489FFCB2FD1BF3A6714 +- Architecture: arm64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.13/lefthook_1.7.13_Windows_arm64.exe + InstallerSha256: ADFD11CA057794E50AA99910A4247C179CADAD9E8594153AACC64F96408C18A7 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.13/evilmartians.lefthook.locale.en-US.yaml b/manifests/e/evilmartians/lefthook/1.7.13/evilmartians.lefthook.locale.en-US.yaml new file mode 100644 index 0000000000000..c525f084533b0 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.13/evilmartians.lefthook.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.13 +PackageLocale: en-US +Publisher: Evil Martians +PublisherUrl: https://evilmartians.com +PublisherSupportUrl: https://github.com/evilmartians/lefthook/issues +PackageName: Lefthook +PackageUrl: https://github.com/evilmartians/lefthook +License: MIT +LicenseUrl: https://github.com/evilmartians/lefthook/blob/master/LICENSE +ShortDescription: Fast and powerful Git hooks manager for any type of projects. +ReleaseNotes: |- + Changelog + - feat: support openbsd (#808) +ReleaseNotesUrl: https://github.com/evilmartians/lefthook/releases/tag/v1.7.13 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.13/evilmartians.lefthook.yaml b/manifests/e/evilmartians/lefthook/1.7.13/evilmartians.lefthook.yaml new file mode 100644 index 0000000000000..4d5b491bf97f4 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.13/evilmartians.lefthook.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.14/evilmartians.lefthook.installer.yaml b/manifests/e/evilmartians/lefthook/1.7.14/evilmartians.lefthook.installer.yaml new file mode 100644 index 0000000000000..b9e5c2150557f --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.14/evilmartians.lefthook.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.14 +InstallerType: portable +UpgradeBehavior: install +Commands: +- lefthook +ReleaseDate: 2024-08-17 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.14/lefthook_1.7.14_Windows_i386.exe + InstallerSha256: A41EF29AB66FBAC0BA202DE957C5FCC7F6376529117235DA8C5D3F16211B4A1C +- Architecture: x64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.14/lefthook_1.7.14_Windows_x86_64.exe + InstallerSha256: A79BEFCB3F41CD630E09AC5AF5E32AE149A945FC95EDC6BBF0ABACB01D2786B8 +- Architecture: arm64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.14/lefthook_1.7.14_Windows_arm64.exe + InstallerSha256: A0B344F7A80AEC3C9EE135BDD2078A1EE016EA59BD7E582DAF5C276EB4E51A64 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.14/evilmartians.lefthook.locale.en-US.yaml b/manifests/e/evilmartians/lefthook/1.7.14/evilmartians.lefthook.locale.en-US.yaml new file mode 100644 index 0000000000000..22b399b31d4ad --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.14/evilmartians.lefthook.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.14 +PackageLocale: en-US +Publisher: Evil Martians +PublisherUrl: https://evilmartians.com +PublisherSupportUrl: https://github.com/evilmartians/lefthook/issues +PackageName: Lefthook +PackageUrl: https://github.com/evilmartians/lefthook +License: MIT +LicenseUrl: https://github.com/evilmartians/lefthook/blob/master/LICENSE +ShortDescription: Fast and powerful Git hooks manager for any type of projects. +ReleaseNotesUrl: https://github.com/evilmartians/lefthook/releases/tag/v1.7.14 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.14/evilmartians.lefthook.yaml b/manifests/e/evilmartians/lefthook/1.7.14/evilmartians.lefthook.yaml new file mode 100644 index 0000000000000..94f16b76acb35 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.14/evilmartians.lefthook.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.15/evilmartians.lefthook.installer.yaml b/manifests/e/evilmartians/lefthook/1.7.15/evilmartians.lefthook.installer.yaml new file mode 100644 index 0000000000000..30ff5e181e765 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.15/evilmartians.lefthook.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.15 +InstallerType: portable +UpgradeBehavior: install +Commands: +- lefthook +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.15/lefthook_1.7.15_Windows_i386.exe + InstallerSha256: 5BAA37873C3B06A3B80CFF527E57B1E999AF5C3F6941BB57DB672C0C436E3F5B +- Architecture: x64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.15/lefthook_1.7.15_Windows_x86_64.exe + InstallerSha256: 74333C63DFB27902BA30C8973812E23E03BEC4A3C0A5A31BB46758E9C11E1A0B +- Architecture: arm64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.15/lefthook_1.7.15_Windows_arm64.exe + InstallerSha256: 23D0A7BD7EBAE02B19F5249349A608F080B9290ACE1810684DE44FAC042C6CE8 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.15/evilmartians.lefthook.locale.en-US.yaml b/manifests/e/evilmartians/lefthook/1.7.15/evilmartians.lefthook.locale.en-US.yaml new file mode 100644 index 0000000000000..0f2be4c413057 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.15/evilmartians.lefthook.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.15 +PackageLocale: en-US +Publisher: Evil Martians +PublisherUrl: https://evilmartians.com +PublisherSupportUrl: https://github.com/evilmartians/lefthook/issues +PackageName: Lefthook +PackageUrl: https://github.com/evilmartians/lefthook +License: MIT +LicenseUrl: https://github.com/evilmartians/lefthook/blob/master/LICENSE +ShortDescription: Fast and powerful Git hooks manager for any type of projects. +ReleaseNotes: |- + Changelog + - deps: August 2024 (#802) + - fix: add better colors control (#812) +ReleaseNotesUrl: https://github.com/evilmartians/lefthook/releases/tag/v1.7.15 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.15/evilmartians.lefthook.yaml b/manifests/e/evilmartians/lefthook/1.7.15/evilmartians.lefthook.yaml new file mode 100644 index 0000000000000..64a6f473d1636 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.15/evilmartians.lefthook.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.3/evilmartians.lefthook.installer.yaml b/manifests/e/evilmartians/lefthook/1.7.3/evilmartians.lefthook.installer.yaml new file mode 100644 index 0000000000000..9ae4a94d3e065 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.3/evilmartians.lefthook.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.3 +InstallerType: portable +UpgradeBehavior: install +Commands: +- lefthook +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.3/lefthook_1.7.3_Windows_i386.exe + InstallerSha256: 9C16D76FC9F41F479C6AABA1787C4BDA318F9049E45B1EEECF588BA3450A7C53 +- Architecture: x64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.3/lefthook_1.7.3_Windows_x86_64.exe + InstallerSha256: D27E6C04EC930AC41ADDA78DA00D4774F66B6ADDC47E503D332A896149CDD5DA +- Architecture: arm64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.3/lefthook_1.7.3_Windows_arm64.exe + InstallerSha256: C4438BF948EFF71D3A5CF2B628062B22BD270061EF8EE4A2D526C86A36AD7DB7 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.3/evilmartians.lefthook.locale.en-US.yaml b/manifests/e/evilmartians/lefthook/1.7.3/evilmartians.lefthook.locale.en-US.yaml new file mode 100644 index 0000000000000..930f63b319d6a --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.3/evilmartians.lefthook.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.3 +PackageLocale: en-US +Publisher: Evil Martians +PublisherUrl: https://evilmartians.com +PublisherSupportUrl: https://github.com/evilmartians/lefthook/issues +PackageName: Lefthook +PackageUrl: https://github.com/evilmartians/lefthook +License: MIT +LicenseUrl: https://github.com/evilmartians/lefthook/blob/master/LICENSE +ShortDescription: Fast and powerful Git hooks manager for any type of projects. +ReleaseNotes: |- + Changelog + - e1caf3c feat: allow list of files in exclude option (#772) + - 8b7d13e fix: use direct lefthook package (#774) + - vendor/some-file.js + - package.json +ReleaseNotesUrl: https://github.com/evilmartians/lefthook/releases/tag/v1.7.3 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.3/evilmartians.lefthook.yaml b/manifests/e/evilmartians/lefthook/1.7.3/evilmartians.lefthook.yaml new file mode 100644 index 0000000000000..5f0f8442fdbb5 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.3/evilmartians.lefthook.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.4/evilmartians.lefthook.installer.yaml b/manifests/e/evilmartians/lefthook/1.7.4/evilmartians.lefthook.installer.yaml new file mode 100644 index 0000000000000..8cf5560773f73 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.4/evilmartians.lefthook.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.4 +InstallerType: portable +UpgradeBehavior: install +Commands: +- lefthook +ReleaseDate: 2024-07-19 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.4/lefthook_1.7.4_Windows_i386.exe + InstallerSha256: 58679F1CDEBAD467C122CC21DD00525F9F9D0FD1C779DB86C890758A46BDD3CC +- Architecture: x64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.4/lefthook_1.7.4_Windows_x86_64.exe + InstallerSha256: 5DC1C2F9FAE503E961A8E5877EED8AD6B0AEE748D4A1388062CE935235A9508B +- Architecture: arm64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.4/lefthook_1.7.4_Windows_arm64.exe + InstallerSha256: C9A25468D0FB55997FF72EF3B08726ADC74007FFADDB079CD38AFD38ED574286 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.4/evilmartians.lefthook.locale.en-US.yaml b/manifests/e/evilmartians/lefthook/1.7.4/evilmartians.lefthook.locale.en-US.yaml new file mode 100644 index 0000000000000..af9630db124df --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.4/evilmartians.lefthook.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.4 +PackageLocale: en-US +Publisher: Evil Martians +PublisherUrl: https://evilmartians.com +PublisherSupportUrl: https://github.com/evilmartians/lefthook/issues +PackageName: Lefthook +PackageUrl: https://github.com/evilmartians/lefthook +License: MIT +LicenseUrl: https://github.com/evilmartians/lefthook/blob/master/LICENSE +ShortDescription: Fast and powerful Git hooks manager for any type of projects. +ReleaseNotes: |- + Changelog + - fb6219a fix: rollback packaging changes (#776) +ReleaseNotesUrl: https://github.com/evilmartians/lefthook/releases/tag/v1.7.4 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.4/evilmartians.lefthook.yaml b/manifests/e/evilmartians/lefthook/1.7.4/evilmartians.lefthook.yaml new file mode 100644 index 0000000000000..66fc8d4c88262 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.4/evilmartians.lefthook.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.5/evilmartians.lefthook.installer.yaml b/manifests/e/evilmartians/lefthook/1.7.5/evilmartians.lefthook.installer.yaml new file mode 100644 index 0000000000000..a1fc2e2d158c2 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.5/evilmartians.lefthook.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.5 +InstallerType: portable +UpgradeBehavior: install +Commands: +- lefthook +ReleaseDate: 2024-07-22 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.5/lefthook_1.7.5_Windows_i386.exe + InstallerSha256: 3B91B1AA29D2BA7FED588092713BD91DADB1E4E0DEEB96C0BCD34D978D48FA6D +- Architecture: x64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.5/lefthook_1.7.5_Windows_x86_64.exe + InstallerSha256: CA23545081567206F064A9C6C8EEF69373C5CB04BEF480C1B92338F63F5EBD59 +- Architecture: arm64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.5/lefthook_1.7.5_Windows_arm64.exe + InstallerSha256: 1C9D7A9347F8222203429A1CD85C9CFF8631BA0F4C4FD7649B240E4058165EDE +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.5/evilmartians.lefthook.locale.en-US.yaml b/manifests/e/evilmartians/lefthook/1.7.5/evilmartians.lefthook.locale.en-US.yaml new file mode 100644 index 0000000000000..5ace826fedbb7 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.5/evilmartians.lefthook.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.5 +PackageLocale: en-US +Publisher: Evil Martians +PublisherUrl: https://evilmartians.com +PublisherSupportUrl: https://github.com/evilmartians/lefthook/issues +PackageName: Lefthook +PackageUrl: https://github.com/evilmartians/lefthook +License: MIT +LicenseUrl: https://github.com/evilmartians/lefthook/blob/master/LICENSE +ShortDescription: Fast and powerful Git hooks manager for any type of projects. +ReleaseNotes: |- + Changelog + - 784335b feat: use glob in exclude array (#777) +ReleaseNotesUrl: https://github.com/evilmartians/lefthook/releases/tag/v1.7.5 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.5/evilmartians.lefthook.yaml b/manifests/e/evilmartians/lefthook/1.7.5/evilmartians.lefthook.yaml new file mode 100644 index 0000000000000..5e2f93b095f1b --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.5/evilmartians.lefthook.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.6/evilmartians.lefthook.installer.yaml b/manifests/e/evilmartians/lefthook/1.7.6/evilmartians.lefthook.installer.yaml new file mode 100644 index 0000000000000..30a027b7f0604 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.6/evilmartians.lefthook.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.6 +InstallerType: portable +UpgradeBehavior: install +Commands: +- lefthook +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.6/lefthook_1.7.6_Windows_i386.exe + InstallerSha256: E938B462093D078079BAA513BEAE757F8661BADBA21143C90BF175C0BCDECEBB +- Architecture: x64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.6/lefthook_1.7.6_Windows_x86_64.exe + InstallerSha256: DA2C78170D323129B8CF269FB2C390A7FF34226C958299416E87467CC33E9BC8 +- Architecture: arm64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.6/lefthook_1.7.6_Windows_arm64.exe + InstallerSha256: DD32DB5F75FCDA5B6639C7E55B4B5978902E74340998CBF8ABE961422A4F49E6 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.6/evilmartians.lefthook.locale.en-US.yaml b/manifests/e/evilmartians/lefthook/1.7.6/evilmartians.lefthook.locale.en-US.yaml new file mode 100644 index 0000000000000..4ea5d64fa3013 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.6/evilmartians.lefthook.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.6 +PackageLocale: en-US +Publisher: Evil Martians +PublisherUrl: https://evilmartians.com +PublisherSupportUrl: https://github.com/evilmartians/lefthook/issues +PackageName: Lefthook +PackageUrl: https://github.com/evilmartians/lefthook +License: MIT +LicenseUrl: https://github.com/evilmartians/lefthook/blob/master/LICENSE +ShortDescription: Fast and powerful Git hooks manager for any type of projects. +ReleaseNotes: |- + Changelog + - efa67f5 ci: rpm/deb without self-update + - 1f055b2 feat: add self-update command (#778) +ReleaseNotesUrl: https://github.com/evilmartians/lefthook/releases/tag/v1.7.6 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.6/evilmartians.lefthook.yaml b/manifests/e/evilmartians/lefthook/1.7.6/evilmartians.lefthook.yaml new file mode 100644 index 0000000000000..c609f383365b3 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.6/evilmartians.lefthook.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.7/evilmartians.lefthook.installer.yaml b/manifests/e/evilmartians/lefthook/1.7.7/evilmartians.lefthook.installer.yaml new file mode 100644 index 0000000000000..ebd2c32e166e9 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.7/evilmartians.lefthook.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.7 +InstallerType: portable +UpgradeBehavior: install +Commands: +- lefthook +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.7/lefthook_1.7.7_Windows_i386.exe + InstallerSha256: 382A72DB1DCE66F35B0906B1851204F4C885A1020D773B1EBA3A81EDDEBFFFC1 +- Architecture: x64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.7/lefthook_1.7.7_Windows_x86_64.exe + InstallerSha256: 702ED4E98F2A0F75449376FAB101045C020D9E789F9F41F4C91036D71A7627C4 +- Architecture: arm64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.7/lefthook_1.7.7_Windows_arm64.exe + InstallerSha256: 675BD3496431950536CFF41BA327015FC4DEC5F28555A604C04D69A06CDF883E +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.7/evilmartians.lefthook.locale.en-US.yaml b/manifests/e/evilmartians/lefthook/1.7.7/evilmartians.lefthook.locale.en-US.yaml new file mode 100644 index 0000000000000..3e97a93a0ef1a --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.7/evilmartians.lefthook.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.7 +PackageLocale: en-US +Publisher: Evil Martians +PublisherUrl: https://evilmartians.com +PublisherSupportUrl: https://github.com/evilmartians/lefthook/issues +PackageName: Lefthook +PackageUrl: https://github.com/evilmartians/lefthook +License: MIT +LicenseUrl: https://github.com/evilmartians/lefthook/blob/master/LICENSE +ShortDescription: Fast and powerful Git hooks manager for any type of projects. +ReleaseNotes: |- + Changelog + - 2782f15 fix: multiple excludes (#782) +ReleaseNotesUrl: https://github.com/evilmartians/lefthook/releases/tag/v1.7.7 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.7/evilmartians.lefthook.yaml b/manifests/e/evilmartians/lefthook/1.7.7/evilmartians.lefthook.yaml new file mode 100644 index 0000000000000..675a6de6447b4 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.7/evilmartians.lefthook.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.8/evilmartians.lefthook.installer.yaml b/manifests/e/evilmartians/lefthook/1.7.8/evilmartians.lefthook.installer.yaml new file mode 100644 index 0000000000000..dd6ef77228e10 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.8/evilmartians.lefthook.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.8 +InstallerType: portable +UpgradeBehavior: install +Commands: +- lefthook +ReleaseDate: 2024-07-26 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.8/lefthook_1.7.8_Windows_i386.exe + InstallerSha256: F0EDB1777B8C4BE6B16909D617EC0A972197E24C41C5B602FE27FD003A4180C3 +- Architecture: x64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.8/lefthook_1.7.8_Windows_x86_64.exe + InstallerSha256: B3C3ECF956615D7DCE6D4A1ACE58D5F45F146599D56C555E9327F4D3481AA4AF +- Architecture: arm64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.8/lefthook_1.7.8_Windows_arm64.exe + InstallerSha256: 4285E45EB161CF65D4ABCD6056E00EA686F7E304F1E88D29DC5A8C59AB74389D +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.8/evilmartians.lefthook.locale.en-US.yaml b/manifests/e/evilmartians/lefthook/1.7.8/evilmartians.lefthook.locale.en-US.yaml new file mode 100644 index 0000000000000..7184255f98fa0 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.8/evilmartians.lefthook.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.8 +PackageLocale: en-US +Publisher: Evil Martians +PublisherUrl: https://evilmartians.com +PublisherSupportUrl: https://github.com/evilmartians/lefthook/issues +PackageName: Lefthook +PackageUrl: https://github.com/evilmartians/lefthook +License: MIT +LicenseUrl: https://github.com/evilmartians/lefthook/blob/master/LICENSE +ShortDescription: Fast and powerful Git hooks manager for any type of projects. +ReleaseNotes: |- + Changelog + - ci: update workflow files (#787) + - ci: use latest goreleaser (#784) + - fix: explicitly pass static flag to linker (#788) + - fix: npm fix packages (#789) +ReleaseNotesUrl: https://github.com/evilmartians/lefthook/releases/tag/v1.7.8 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.8/evilmartians.lefthook.yaml b/manifests/e/evilmartians/lefthook/1.7.8/evilmartians.lefthook.yaml new file mode 100644 index 0000000000000..d7e7bb1aaa99e --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.8/evilmartians.lefthook.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.9/evilmartians.lefthook.installer.yaml b/manifests/e/evilmartians/lefthook/1.7.9/evilmartians.lefthook.installer.yaml new file mode 100644 index 0000000000000..31ef35c0cdd56 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.9/evilmartians.lefthook.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.9 +InstallerType: portable +UpgradeBehavior: install +Commands: +- lefthook +ReleaseDate: 2024-07-26 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.9/lefthook_1.7.9_Windows_i386.exe + InstallerSha256: 713C07A36F9E7C49C2EF933DCDFF3D8A4203C35C534CD4D478FF57723383C68C +- Architecture: x64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.9/lefthook_1.7.9_Windows_x86_64.exe + InstallerSha256: FD1B9D17FD770D588A3D24009F9DF8DBB870B2352219C08964A421EA23550582 +- Architecture: arm64 + InstallerUrl: https://github.com/evilmartians/lefthook/releases/download/v1.7.9/lefthook_1.7.9_Windows_arm64.exe + InstallerSha256: 2B3EA01429FF54C34CA7EF17F6B271C793B469E5903D52FAE163EF8905112337 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.9/evilmartians.lefthook.locale.en-US.yaml b/manifests/e/evilmartians/lefthook/1.7.9/evilmartians.lefthook.locale.en-US.yaml new file mode 100644 index 0000000000000..672a3117b8fe9 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.9/evilmartians.lefthook.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.9 +PackageLocale: en-US +Publisher: Evil Martians +PublisherUrl: https://evilmartians.com +PublisherSupportUrl: https://github.com/evilmartians/lefthook/issues +PackageName: Lefthook +PackageUrl: https://github.com/evilmartians/lefthook +License: MIT +LicenseUrl: https://github.com/evilmartians/lefthook/blob/master/LICENSE +ShortDescription: Fast and powerful Git hooks manager for any type of projects. +ReleaseNotes: |- + Changelog + - ci: add more static tags (#790) + - fix: typo CGO_ENABLED instead of GCO_ENABLED (#791) +ReleaseNotesUrl: https://github.com/evilmartians/lefthook/releases/tag/v1.7.9 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/evilmartians/lefthook/1.7.9/evilmartians.lefthook.yaml b/manifests/e/evilmartians/lefthook/1.7.9/evilmartians.lefthook.yaml new file mode 100644 index 0000000000000..d7a546d60e3f8 --- /dev/null +++ b/manifests/e/evilmartians/lefthook/1.7.9/evilmartians.lefthook.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: evilmartians.lefthook +PackageVersion: 1.7.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.18.23/eza-community.eza.installer.yaml b/manifests/e/eza-community/eza/0.18.23/eza-community.eza.installer.yaml new file mode 100644 index 0000000000000..4b510443ff388 --- /dev/null +++ b/manifests/e/eza-community/eza/0.18.23/eza-community.eza.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.18.23 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: eza.exe +UpgradeBehavior: install +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eza-community/eza/releases/download/v0.18.23/eza.exe_x86_64-pc-windows-gnu.zip + InstallerSha256: E86D0BE26744877ED2526B502A7A04344012C19777E171ADF8E31B3043EBFA1C +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.18.23/eza-community.eza.locale.en-US.yaml b/manifests/e/eza-community/eza/0.18.23/eza-community.eza.locale.en-US.yaml new file mode 100644 index 0000000000000..93a13b4d813e8 --- /dev/null +++ b/manifests/e/eza-community/eza/0.18.23/eza-community.eza.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.18.23 +PackageLocale: en-US +Publisher: eza community +PublisherUrl: https://eza.rocks +PublisherSupportUrl: https://github.com/eza-community/eza/issues +PackageName: eza +PackageUrl: https://github.com/eza-community/eza +License: MIT +LicenseUrl: https://github.com/eza-community/eza/blob/main/LICENCE +ShortDescription: A modern, maintained replacement for ls, built on exa. +Description: |- + eza is a modern, maintained replacement for the venerable file-listing + command-line program ls that ships with Unix and Linux operating systems, + giving it more features and better defaults. + + It uses colours to distinguish file types and metadata. + It knows about symlinks, extended attributes, and Git. + And it's small, fast, and just one single binary +ReleaseNotes: |- + Bug Fixes + - Disable broken freebsd tests + Documentation + - Clear up confusion around ls + Miscellaneous Tasks + - Release eza v0.18.23 + Build + - Bump log from 0.4.21 to 0.4.22 + - Bump DeterminateSystems/nix-installer-action from 12 to 13 + - Bump plist from 1.6.1 to 1.7.0 +ReleaseNotesUrl: https://github.com/eza-community/eza/releases/tag/v0.18.23 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.18.23/eza-community.eza.yaml b/manifests/e/eza-community/eza/0.18.23/eza-community.eza.yaml new file mode 100644 index 0000000000000..62892afc7f193 --- /dev/null +++ b/manifests/e/eza-community/eza/0.18.23/eza-community.eza.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.18.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.18.24/eza-community.eza.installer.yaml b/manifests/e/eza-community/eza/0.18.24/eza-community.eza.installer.yaml new file mode 100644 index 0000000000000..30e55e9ec2df7 --- /dev/null +++ b/manifests/e/eza-community/eza/0.18.24/eza-community.eza.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.18.24 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: eza.exe +UpgradeBehavior: install +ReleaseDate: 2024-08-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eza-community/eza/releases/download/v0.18.24/eza.exe_x86_64-pc-windows-gnu.zip + InstallerSha256: 96597B3F18A4B8C6BCCD272213A1BFB6B12CCADA4D821501E93385F09EA5E98E +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.18.24/eza-community.eza.locale.en-US.yaml b/manifests/e/eza-community/eza/0.18.24/eza-community.eza.locale.en-US.yaml new file mode 100644 index 0000000000000..befd52c8a6033 --- /dev/null +++ b/manifests/e/eza-community/eza/0.18.24/eza-community.eza.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.18.24 +PackageLocale: en-US +Publisher: eza community +PublisherUrl: https://eza.rocks +PublisherSupportUrl: https://github.com/eza-community/eza/issues +PackageName: eza +PackageUrl: https://github.com/eza-community/eza +License: MIT +LicenseUrl: https://github.com/eza-community/eza/blob/main/LICENCE +ShortDescription: A modern, maintained replacement for ls, built on exa. +Description: |- + eza is a modern, maintained replacement for the venerable file-listing + command-line program ls that ships with Unix and Linux operating systems, + giving it more features and better defaults. + + It uses colours to distinguish file types and metadata. + It knows about symlinks, extended attributes, and Git. + And it's small, fast, and just one single binary +ReleaseNotes: |- + Bug Fixes + - 1.80 breakage from time crate + Miscellaneous Tasks + - Release eza v0.18.24 + Build + - Bump time dependency +ReleaseNotesUrl: https://github.com/eza-community/eza/releases/tag/v0.18.24 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.18.24/eza-community.eza.yaml b/manifests/e/eza-community/eza/0.18.24/eza-community.eza.yaml new file mode 100644 index 0000000000000..24c1650afe80e --- /dev/null +++ b/manifests/e/eza-community/eza/0.18.24/eza-community.eza.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.18.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.19.0/eza-community.eza.installer.yaml b/manifests/e/eza-community/eza/0.19.0/eza-community.eza.installer.yaml new file mode 100644 index 0000000000000..264a4ea4c073c --- /dev/null +++ b/manifests/e/eza-community/eza/0.19.0/eza-community.eza.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.19.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: eza.exe +UpgradeBehavior: install +ReleaseDate: 2024-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eza-community/eza/releases/download/v0.19.0/eza.exe_x86_64-pc-windows-gnu.zip + InstallerSha256: D29801EC3CC0BB8C4D46ABB46135086965C47FC038EFD8E68A3EDCE4E4551B99 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.19.0/eza-community.eza.locale.en-US.yaml b/manifests/e/eza-community/eza/0.19.0/eza-community.eza.locale.en-US.yaml new file mode 100644 index 0000000000000..ca54fc61555f5 --- /dev/null +++ b/manifests/e/eza-community/eza/0.19.0/eza-community.eza.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.19.0 +PackageLocale: en-US +Publisher: eza community +PublisherUrl: https://eza.rocks +PublisherSupportUrl: https://github.com/eza-community/eza/issues +PackageName: eza +PackageUrl: https://github.com/eza-community/eza +License: MIT +LicenseUrl: https://github.com/eza-community/eza/blob/main/LICENCE +ShortDescription: A modern, maintained replacement for ls, built on exa. +Description: |- + eza is a modern, maintained replacement for the venerable file-listing + command-line program ls that ships with Unix and Linux operating systems, + giving it more features and better defaults. + + It uses colours to distinguish file types and metadata. + It knows about symlinks, extended attributes, and Git. + And it's small, fast, and just one single binary +ReleaseNotes: |- + Bug Fixes + - [breaking] Implement EZA_GRID_ROWS grid details view minimum rows threshold + Miscellaneous Tasks + - Release eza v0.19.0 +ReleaseNotesUrl: https://github.com/eza-community/eza/releases/tag/v0.19.0 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.19.0/eza-community.eza.yaml b/manifests/e/eza-community/eza/0.19.0/eza-community.eza.yaml new file mode 100644 index 0000000000000..ded8366250b22 --- /dev/null +++ b/manifests/e/eza-community/eza/0.19.0/eza-community.eza.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.19.1/eza-community.eza.installer.yaml b/manifests/e/eza-community/eza/0.19.1/eza-community.eza.installer.yaml new file mode 100644 index 0000000000000..242163d00cc5e --- /dev/null +++ b/manifests/e/eza-community/eza/0.19.1/eza-community.eza.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.19.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: eza.exe +UpgradeBehavior: install +ReleaseDate: 2024-08-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eza-community/eza/releases/download/v0.19.1/eza.exe_x86_64-pc-windows-gnu.zip + InstallerSha256: 5F3B5B3CC0A42007FC8143E169BF427D5388E1FE58FF0D779685974B3DB44CCC +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.19.1/eza-community.eza.locale.en-US.yaml b/manifests/e/eza-community/eza/0.19.1/eza-community.eza.locale.en-US.yaml new file mode 100644 index 0000000000000..4f0be65041381 --- /dev/null +++ b/manifests/e/eza-community/eza/0.19.1/eza-community.eza.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.19.1 +PackageLocale: en-US +Publisher: eza community +PublisherUrl: https://eza.rocks +PublisherSupportUrl: https://github.com/eza-community/eza/issues +PackageName: eza +PackageUrl: https://github.com/eza-community/eza +License: MIT +LicenseUrl: https://github.com/eza-community/eza/blob/main/LICENCE +ShortDescription: A modern, maintained replacement for ls, built on exa. +Description: |- + eza is a modern, maintained replacement for the venerable file-listing + command-line program ls that ships with Unix and Linux operating systems, + giving it more features and better defaults. + + It uses colours to distinguish file types and metadata. + It knows about symlinks, extended attributes, and Git. + And it's small, fast, and just one single binary +ReleaseNotes: |- + Bug Fixes + - FreeBSD build. + - Typo + Miscellaneous Tasks + - Release eza v0.19.1 + Build + - Bump uzers from 0.12.0 to 0.12.1 +ReleaseNotesUrl: https://github.com/eza-community/eza/releases/tag/v0.19.1 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.19.1/eza-community.eza.yaml b/manifests/e/eza-community/eza/0.19.1/eza-community.eza.yaml new file mode 100644 index 0000000000000..48af11a122564 --- /dev/null +++ b/manifests/e/eza-community/eza/0.19.1/eza-community.eza.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.19.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.19.2/eza-community.eza.installer.yaml b/manifests/e/eza-community/eza/0.19.2/eza-community.eza.installer.yaml new file mode 100644 index 0000000000000..61bb9729836a0 --- /dev/null +++ b/manifests/e/eza-community/eza/0.19.2/eza-community.eza.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.19.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: eza.exe +UpgradeBehavior: install +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eza-community/eza/releases/download/v0.19.2/eza.exe_x86_64-pc-windows-gnu.zip + InstallerSha256: BA631E9317165836A30ED3CF154F0C48F8C105C314F72DD55F720E3FED503C22 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.19.2/eza-community.eza.locale.en-US.yaml b/manifests/e/eza-community/eza/0.19.2/eza-community.eza.locale.en-US.yaml new file mode 100644 index 0000000000000..18a9f752f3602 --- /dev/null +++ b/manifests/e/eza-community/eza/0.19.2/eza-community.eza.locale.en-US.yaml @@ -0,0 +1,78 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.19.2 +PackageLocale: en-US +Publisher: eza community +PublisherUrl: https://eza.rocks +PublisherSupportUrl: https://github.com/eza-community/eza/issues +PackageName: eza +PackageUrl: https://github.com/eza-community/eza +License: MIT +LicenseUrl: https://github.com/eza-community/eza/blob/main/LICENCE +ShortDescription: A modern, maintained replacement for ls, built on exa. +Description: |- + eza is a modern, maintained replacement for the venerable file-listing + command-line program ls that ships with Unix and Linux operating systems, + giving it more features and better defaults. + + It uses colours to distinguish file types and metadata. + It knows about symlinks, extended attributes, and Git. + And it's small, fast, and just one single binary +ReleaseNotes: |- + Bug Fixes + - Remove unnecessary map and make clippy happy + - Adjust grid details for CI tests + - Imports and merge conflicts + - Rustfmt issues + - Clippy issues + - Revise UiStyles::plain to have no style at all + - Pr reviews fixes for theme file + - Selectively filter files when recursing #1101 + - Fix typo in FromOverride impl + - Add serde(default) to StyleOverride.foreground/background fields + Documentation + - Add Flox to INSTALL.md + - Add ic for icon color to colors man page + - Add further documentation about theme file + Features + - Add c++ module interfaces as source file types + - Add icon field to UiStyles + - Add ic key for UiStyles icon in set_exa + - Add None as icon value in UiStyles.default_theme + - Add icon function to FileNameColours trait + - Implement FileNameColours.icon for Theme + - Adjust FileName.paint to consider possible icon color + - Begin implementation of config file + - Allow writing default theme.yml file for eventual config file implementation + - Theme file configuration base + - Add IconOverrides struct and UiStyles.icon_overrides + - Add icon_override function to FileNameColours trait + - Implement FileNameColours.icon_override for Theme + - Handle icon overrides in FileName.paint + - Add example config for icon_overrides + - Rename UiStyles.icon_override to icons and add Style field + - Add shorthand aliases to StyleOverride variables + - Add custom deserialize_color and use in StyleOverride + - Outsource color_from_str function to make it testable + Miscellaneous Tasks + - Release eza v0.19.2 + Refactor + - Simplify icon style setting in FileName.paint + - Make every setting optional with override layer + - Simplify sample theme.yml + - Formatting for rustfmt macro + Styling + - Fix clippy issue in FileName.paint + - Apply rustfmt + - Simplify from_str_radix calls to please clippy + Testing + - Add unit tests for color_from_str function + Build + - Bump windows-sys from 0.52.0 to 0.59.0 + Ci + - Allow MPL-2.0 +ReleaseNotesUrl: https://github.com/eza-community/eza/releases/tag/v0.19.2 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.19.2/eza-community.eza.yaml b/manifests/e/eza-community/eza/0.19.2/eza-community.eza.yaml new file mode 100644 index 0000000000000..b430ca836c7eb --- /dev/null +++ b/manifests/e/eza-community/eza/0.19.2/eza-community.eza.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.19.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.19.3/eza-community.eza.installer.yaml b/manifests/e/eza-community/eza/0.19.3/eza-community.eza.installer.yaml new file mode 100644 index 0000000000000..15ff4a092c3a9 --- /dev/null +++ b/manifests/e/eza-community/eza/0.19.3/eza-community.eza.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.19.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: eza.exe +UpgradeBehavior: install +ReleaseDate: 2024-09-12 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eza-community/eza/releases/download/v0.19.3/eza.exe_x86_64-pc-windows-gnu.zip + InstallerSha256: CF67D26BC2E6E38219C7478E302C5A40E46ED6E237F43F1CC86A6A10E43DC652 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.19.3/eza-community.eza.locale.en-US.yaml b/manifests/e/eza-community/eza/0.19.3/eza-community.eza.locale.en-US.yaml new file mode 100644 index 0000000000000..6f8721df8aa81 --- /dev/null +++ b/manifests/e/eza-community/eza/0.19.3/eza-community.eza.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.19.3 +PackageLocale: en-US +Publisher: eza community +PublisherUrl: https://eza.rocks +PublisherSupportUrl: https://github.com/eza-community/eza/issues +PackageName: eza +PackageUrl: https://github.com/eza-community/eza +License: MIT +LicenseUrl: https://github.com/eza-community/eza/blob/main/LICENCE +ShortDescription: A modern, maintained replacement for ls, built on exa. +Description: |- + eza is a modern, maintained replacement for the venerable file-listing + command-line program ls that ships with Unix and Linux operating systems, + giving it more features and better defaults. + + It uses colours to distinguish file types and metadata. + It knows about symlinks, extended attributes, and Git. + And it's small, fast, and just one single binary +ReleaseNotes: |- + Bug Fixes + - Convert empty space to %20 when render hyperlinks + - Split commit workflows and run no-merge-commits only on PRs + - Correct naming of commit related workflows + Documentation + - Better version bump commit summary + Features + - Add no-merge-commits job to commits workflow + Miscellaneous Tasks + - Rename justfile + - Eza v0.19.3 changelogs, version bump + Refactor + - Rename conventional-commits workflow to commits + Build + - Bump DeterminateSystems/nix-installer-action from 13 to 14 + - Bump DeterminateSystems/flake-checker-action from 8 to 9 + - Bump actions/checkout from 3 to 4 + - Bump libc from 0.2.155 to 0.2.158 + - Bump nu-ansi-term from 0.50.0 to 0.50.1 +ReleaseNotesUrl: https://github.com/eza-community/eza/releases/tag/v0.19.3 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/e/eza-community/eza/0.19.3/eza-community.eza.yaml b/manifests/e/eza-community/eza/0.19.3/eza-community.eza.yaml new file mode 100644 index 0000000000000..f8547651428b5 --- /dev/null +++ b/manifests/e/eza-community/eza/0.19.3/eza-community.eza.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.19.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/f/F3d/F3d/2.5.0/F3d.F3d.installer.yaml b/manifests/f/F3d/F3d/2.5.0/F3d.F3d.installer.yaml new file mode 100644 index 0000000000000..5ffabb13dc895 --- /dev/null +++ b/manifests/f/F3d/F3d/2.5.0/F3d.F3d.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: F3d.F3d +PackageVersion: 2.5.0 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- fbx +- glb +- gltf +- obj +- ply +- usd +ReleaseDate: 2024-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/f3d-app/f3d/releases/download/v2.5.0/F3D-2.5.0-Windows-x86_64.exe + InstallerSha256: 87C3DC22C08B1301CC2B315CB19E23BF98B231FFBF96F027958915D271F6827F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/F3d/F3d/2.5.0/F3d.F3d.locale.en-US.yaml b/manifests/f/F3d/F3d/2.5.0/F3d.F3d.locale.en-US.yaml new file mode 100644 index 0000000000000..29a479c24588f --- /dev/null +++ b/manifests/f/F3d/F3d/2.5.0/F3d.F3d.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: F3d.F3d +PackageVersion: 2.5.0 +PackageLocale: en-US +Publisher: F3D +PublisherUrl: https://f3d.app/ +Author: ' Michael Migliore and Mathieu Westphal' +PackageName: F3D +PackageUrl: https://f3d.app/ +License: BSD 3-Clause +LicenseUrl: https://github.com/f3d-app/f3d/blob/master/LICENSE.md +Copyright: Copyright 2019-2021 Kitware SAS Copyright 2021-2024 Michael Migliore, Mathieu Westphal +CopyrightUrl: https://github.com/f3d-app/f3d/blob/master/LICENSE.md +ShortDescription: F3D is a fast and minimalist 3D viewer desktop application +Description: F3D is a fast and minimalist 3D viewer desktop application. It supports many file formats, from digital content to scientific datasets (including glTF, USD, STL, STEP, PLY, OBJ, FBX, Alembic), can show animations and support thumbnails and many rendering and texturing options including real time physically based rendering and raytracing. +Moniker: f3d +Tags: +- 3d +- 3d-graphics +- 3d-viewer +- command-line-tool +- dxf +- fbx +- gltf +- gltf-viewer +- graphics +- physically-based-rendering +- raytracing +- rendering +- step +- stl-viewer +- volume-rendering +- vtk +ReleaseNotesUrl: https://github.com/f3d-app/f3d/releases/tag/v2.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/F3d/F3d/2.5.0/F3d.F3d.yaml b/manifests/f/F3d/F3d/2.5.0/F3d.F3d.yaml new file mode 100644 index 0000000000000..f78809fb403f4 --- /dev/null +++ b/manifests/f/F3d/F3d/2.5.0/F3d.F3d.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: F3d.F3d +PackageVersion: 2.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/F6CTE/MultiPSK/4.48.5/F6CTE.MultiPSK.installer.yaml b/manifests/f/F6CTE/MultiPSK/4.48.5/F6CTE.MultiPSK.installer.yaml deleted file mode 100644 index 2a2f6c26ea1de..0000000000000 --- a/manifests/f/F6CTE/MultiPSK/4.48.5/F6CTE.MultiPSK.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: F6CTE.MultiPSK -PackageVersion: 4.48.5 -InstallerType: inno -ReleaseDate: 2024-04-14 -Installers: -- Architecture: x86 - InstallerUrl: http://f6cte.free.fr/MULTIPSK_setup.exe - InstallerSha256: 0B0F4F9738718A1B36B7B000B6898089E105BE5DFCC5105CD3998ECD9C3126DA -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/f/F6CTE/MultiPSK/4.48.5/F6CTE.MultiPSK.yaml b/manifests/f/F6CTE/MultiPSK/4.48.5/F6CTE.MultiPSK.yaml deleted file mode 100644 index 7b1a155acde12..0000000000000 --- a/manifests/f/F6CTE/MultiPSK/4.48.5/F6CTE.MultiPSK.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: F6CTE.MultiPSK -PackageVersion: 4.48.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/f/F6CTE/MultiPSK/4.48.6/F6CTE.MultiPSK.installer.yaml b/manifests/f/F6CTE/MultiPSK/4.48.6/F6CTE.MultiPSK.installer.yaml new file mode 100644 index 0000000000000..c1b06e878c8f2 --- /dev/null +++ b/manifests/f/F6CTE/MultiPSK/4.48.6/F6CTE.MultiPSK.installer.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2024/Aug/16 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: F6CTE.MultiPSK +PackageVersion: 4.48.6 +InstallerType: inno +ReleaseDate: 2024-04-14 +Installers: +- Architecture: x86 + InstallerUrl: http://f6cte.free.fr/MULTIPSK_setup.exe + InstallerSha256: C030E565EB07899BE9D212710B2CA93671D2D464E5A2B7288384475D67F357E9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/F6CTE/MultiPSK/4.48.5/F6CTE.MultiPSK.locale.en-US.yaml b/manifests/f/F6CTE/MultiPSK/4.48.6/F6CTE.MultiPSK.locale.en-US.yaml similarity index 84% rename from manifests/f/F6CTE/MultiPSK/4.48.5/F6CTE.MultiPSK.locale.en-US.yaml rename to manifests/f/F6CTE/MultiPSK/4.48.6/F6CTE.MultiPSK.locale.en-US.yaml index fdf8dc1a8fa4a..9716cfa48ecae 100644 --- a/manifests/f/F6CTE/MultiPSK/4.48.5/F6CTE.MultiPSK.locale.en-US.yaml +++ b/manifests/f/F6CTE/MultiPSK/4.48.6/F6CTE.MultiPSK.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.2.1 +# Automatically updated by the winget bot at 2024/Aug/16 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: F6CTE.MultiPSK -PackageVersion: 4.48.5 +PackageVersion: 4.48.6 PackageLocale: en-US Publisher: F6CTE PublisherUrl: http://f6cte.free.fr/index_anglais.htm diff --git a/manifests/f/F6CTE/MultiPSK/4.48.6/F6CTE.MultiPSK.yaml b/manifests/f/F6CTE/MultiPSK/4.48.6/F6CTE.MultiPSK.yaml new file mode 100644 index 0000000000000..36cc8f5c780f5 --- /dev/null +++ b/manifests/f/F6CTE/MultiPSK/4.48.6/F6CTE.MultiPSK.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/16 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: F6CTE.MultiPSK +PackageVersion: 4.48.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.installer.yaml b/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.installer.yaml index 66c3a3a86be1b..e8b29c56c2a13 100644 --- a/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.installer.yaml +++ b/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/20 +# Automatically updated by the winget bot at 2024/Aug/19 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json PackageIdentifier: FACEITLTD.FACEITAC @@ -16,6 +16,6 @@ UpgradeBehavior: install Installers: - Architecture: x64 InstallerUrl: https://anticheat-client.faceit-cdn.net/FACEITInstaller_64.exe - InstallerSha256: 6924A46B113D08D047F3E26C349C025E5F575AFD7B1A7719C0000D0C570CCE6A + InstallerSha256: 145D0DBD8E532E665CDDAEB9B894A2167A7D7645E7C8026468C9CE5C59E03FF0 ManifestType: installer ManifestVersion: 1.5.0 diff --git a/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.locale.en-US.yaml b/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.locale.en-US.yaml index 694ed012eeaff..6aa74289b524e 100644 --- a/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.locale.en-US.yaml +++ b/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/20 +# Automatically updated by the winget bot at 2024/Aug/19 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: FACEITLTD.FACEITAC diff --git a/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.yaml b/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.yaml index 53dec6baed2ba..8f32843a72b20 100644 --- a/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.yaml +++ b/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/20 +# Automatically updated by the winget bot at 2024/Aug/19 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json PackageIdentifier: FACEITLTD.FACEITAC diff --git a/manifests/f/FACEITLTD/FACEITClient/2.0.14/FACEITLTD.FACEITClient.installer.yaml b/manifests/f/FACEITLTD/FACEITClient/2.0.14/FACEITLTD.FACEITClient.installer.yaml deleted file mode 100644 index 97142b6bfe452..0000000000000 --- a/manifests/f/FACEITLTD/FACEITClient/2.0.14/FACEITLTD.FACEITClient.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: FACEITLTD.FACEITClient -PackageVersion: 2.0.14 -InstallerLocale: en-US -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: machine -InstallModes: -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://faceit-client.faceit-cdn.net/release/FACEIT-setup-latest.exe - InstallerSha256: 4C71A11DB1DDF460161C315D4D373AA343DE7E6F1CBD6B5E0FC87F98A01E25E4 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/f/FACEITLTD/FACEITClient/2.0.14/FACEITLTD.FACEITClient.yaml b/manifests/f/FACEITLTD/FACEITClient/2.0.14/FACEITLTD.FACEITClient.yaml deleted file mode 100644 index 5e373ca27e560..0000000000000 --- a/manifests/f/FACEITLTD/FACEITClient/2.0.14/FACEITLTD.FACEITClient.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: FACEITLTD.FACEITClient -PackageVersion: 2.0.14 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/f/FACEITLTD/FACEITClient/2.0.18/FACEITLTD.FACEITClient.installer.yaml b/manifests/f/FACEITLTD/FACEITClient/2.0.18/FACEITLTD.FACEITClient.installer.yaml new file mode 100644 index 0000000000000..2f14c67dbc747 --- /dev/null +++ b/manifests/f/FACEITLTD/FACEITClient/2.0.18/FACEITLTD.FACEITClient.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2024/Sep/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: FACEITLTD.FACEITClient +PackageVersion: 2.0.18 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://faceit-client.faceit-cdn.net/release/FACEIT-setup-latest.exe + InstallerSha256: E43D0237BB15E908AA2E8CC4118186369DA9F5D837A9548CB17D719EAADAA344 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/f/FACEITLTD/FACEITClient/2.0.14/FACEITLTD.FACEITClient.locale.en-US.yaml b/manifests/f/FACEITLTD/FACEITClient/2.0.18/FACEITLTD.FACEITClient.locale.en-US.yaml similarity index 89% rename from manifests/f/FACEITLTD/FACEITClient/2.0.14/FACEITLTD.FACEITClient.locale.en-US.yaml rename to manifests/f/FACEITLTD/FACEITClient/2.0.18/FACEITLTD.FACEITClient.locale.en-US.yaml index e7d374c3ce389..b37d49df8093c 100644 --- a/manifests/f/FACEITLTD/FACEITClient/2.0.14/FACEITLTD.FACEITClient.locale.en-US.yaml +++ b/manifests/f/FACEITLTD/FACEITClient/2.0.18/FACEITLTD.FACEITClient.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/10 +# Automatically updated by the winget bot at 2024/Sep/04 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: FACEITLTD.FACEITClient -PackageVersion: 2.0.14 +PackageVersion: 2.0.18 PackageLocale: en-US Publisher: FACEIT Ltd. PrivacyUrl: https://corporate.faceit.com/privacy diff --git a/manifests/f/FACEITLTD/FACEITClient/2.0.18/FACEITLTD.FACEITClient.yaml b/manifests/f/FACEITLTD/FACEITClient/2.0.18/FACEITLTD.FACEITClient.yaml new file mode 100644 index 0000000000000..07c154e3d66b6 --- /dev/null +++ b/manifests/f/FACEITLTD/FACEITClient/2.0.18/FACEITLTD.FACEITClient.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: FACEITLTD.FACEITClient +PackageVersion: 2.0.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/f/FXHOME/HitFilmExpress/.validation b/manifests/f/FXHOME/HitFilmExpress/.validation deleted file mode 100644 index b714c5cf1d5dc..0000000000000 --- a/manifests/f/FXHOME/HitFilmExpress/.validation +++ /dev/null @@ -1 +0,0 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"15342839-20eb-4c6b-bfef-1d73419df8b6","TestPlan":"Validation-Domain","PackagePath":"manifests/f/FXHOME/HitFilmExpress/16.1.11208.07204","CommitId":null},{"WaiverId":"fafc0a57-6e2c-4ee8-ae77-9f31ab4ac8fa","TestPlan":"Validation-Domain","PackagePath":"manifests/f/FXHOME/HitFilmExpress/18.0.12407.12817","CommitId":"197f9ccb917917cbdabf1366cc3f50b4165fe448"}]} \ No newline at end of file diff --git a/manifests/f/FXHOME/HitFilmExpress/18.0.12407.12817/FXHOME.HitFilmExpress.installer.yaml b/manifests/f/FXHOME/HitFilmExpress/18.0.12407.12817/FXHOME.HitFilmExpress.installer.yaml deleted file mode 100644 index 2471af89a7d51..0000000000000 --- a/manifests/f/FXHOME/HitFilmExpress/18.0.12407.12817/FXHOME.HitFilmExpress.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: FXHOME.HitFilmExpress -PackageVersion: 18.0.12407.12817 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: machine -Installers: -- Architecture: x64 - InstallerUrl: https://1-965-10440-2.b.cdn13.com/hitfilm-express/HitFilmExpress_2021.3_(18.0.12407.12817).msi - InstallerSha256: 4DDE36FF295442A71A5AC93D604D37D4ADCC22875AFFC70C6D5CDA9ACBDFAF0D - ProductCode: '{D52432D9-4819-4BE1-8303-0DAE3EB6BD62}' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/f/FXHOME/HitFilmExpress/18.0.12407.12817/FXHOME.HitFilmExpress.locale.en-US.yaml b/manifests/f/FXHOME/HitFilmExpress/18.0.12407.12817/FXHOME.HitFilmExpress.locale.en-US.yaml deleted file mode 100644 index 2abd021b27397..0000000000000 --- a/manifests/f/FXHOME/HitFilmExpress/18.0.12407.12817/FXHOME.HitFilmExpress.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: FXHOME.HitFilmExpress -PackageVersion: 18.0.12407.12817 -PackageLocale: en-US -Publisher: FXHOME -PublisherUrl: https://fxhome.com/ -PublisherSupportUrl: https://fxhome.com/support -PrivacyUrl: https://fxhome.com/privacy -# Author: -PackageName: HitFilm Express -PackageUrl: https://fxhome.com/product/hitfilm-express/updates -License: GNU Lesser General Public License v2.1 -LicenseUrl: https://fxhome.com/eula -Copyright: Copyright (c) 2011-2022 FXhome Limited. All rights reserved. -# CopyrightUrl: -ShortDescription: Powerful VFX & video editing software. -# Description: -Moniker: hitfilmexpress -# Tags: -Documentations: - - DocumentLabel: Terms of Use - DocumentUrl: https://fxhome.com/terms -ReleaseNotes: | - - Switching timelines while the orbit tool is active no longer causes stability issues. - - Deleting the active camera while the orbit tool is selected no longer causes stability issues. - - Switching between 2D and 3D timelines while the text tool is active no longer causes stability issues. - - Changing views from Active Camera to another 3D view type no longer results in no Viewer tool being selected. -ReleaseNotesUrl: https://fxhome.com/product/hitfilm-express/updates -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FXHOME/HitFilmExpress/18.0.12407.12817/FXHOME.HitFilmExpress.yaml b/manifests/f/FXHOME/HitFilmExpress/18.0.12407.12817/FXHOME.HitFilmExpress.yaml deleted file mode 100644 index a07df502afeda..0000000000000 --- a/manifests/f/FXHOME/HitFilmExpress/18.0.12407.12817/FXHOME.HitFilmExpress.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: FXHOME.HitFilmExpress -PackageVersion: 18.0.12407.12817 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.installer.yaml new file mode 100644 index 0000000000000..57a0701b81842 --- /dev/null +++ b/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fabio286.antares +PackageVersion: 0.7.28 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.28/Antares-0.7.28-win_x64.exe + InstallerSha256: 9ADC3B42D2C27DE13280EAEC89DCA3721E3B9C5316B9660E593E656F27B64D74 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.locale.en-US.yaml new file mode 100644 index 0000000000000..bbefb49fa748b --- /dev/null +++ b/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fabio286.antares +PackageVersion: 0.7.28 +PackageLocale: en-US +Publisher: Fabio Di Stasio +PublisherUrl: https://github.com/Fabio286/antares +PublisherSupportUrl: https://github.com/Fabio286/antares/issues +Author: Fabio Di Stasio +PackageName: Antares +PackageUrl: https://github.com/Fabio286/antares +License: MIT +LicenseUrl: https://github.com/antares-sql/antares/blob/HEAD/LICENSE +Copyright: Copyright (c) 2020 Fabio Di Stasio +CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE +ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +Moniker: antares +Tags: +- cross-platform +- database +- sql +ReleaseNotes: |- + 0.7.28 (2024-08-20) + Antares is an application under development, maintained by one person, so any feedback or bug report from you are really important. + If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.Features + - translation: Add missing Dutch strings (e794d20) + Bug Fixes + - Disabled column sort during loadings (72bacde) + - Html tags searching in history or saved queries, fixes #847 (6cb21ff) + - PostgreSQL: Issue exporting tables with primary keys (c434855) + - PostgreSQL: Wrong export formato of JSON fields (8e7965a) + - Wrong password message importing app data (ba0ffcc) + Download + Get it from the Snap Store Get it from AUR Get it from Microsoft Store +ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.28 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.yaml new file mode 100644 index 0000000000000..bb19eb786fedd --- /dev/null +++ b/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fabio286.antares +PackageVersion: 0.7.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FadeIn/FadeIn/4.1.0.1037/FadeIn.FadeIn.installer.yaml b/manifests/f/FadeIn/FadeIn/4.1.0.1037/FadeIn.FadeIn.installer.yaml deleted file mode 100644 index 92ecf1b434df0..0000000000000 --- a/manifests/f/FadeIn/FadeIn/4.1.0.1037/FadeIn.FadeIn.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2023/Nov/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: FadeIn.FadeIn -PackageVersion: 4.1.0.1037 -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://www.fadeinpro.com/download/demo/fadein-windows-demo.exe - InstallerSha256: 81D3F810B6A44EFD3FA2D1336BED3636B818762531DE5101D0A971AAB579550D -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/f/FadeIn/FadeIn/4.1.0.1037/FadeIn.FadeIn.locale.en-US.yaml b/manifests/f/FadeIn/FadeIn/4.1.0.1037/FadeIn.FadeIn.locale.en-US.yaml deleted file mode 100644 index 3f530bfc4a5cc..0000000000000 --- a/manifests/f/FadeIn/FadeIn/4.1.0.1037/FadeIn.FadeIn.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2023/Nov/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: FadeIn.FadeIn -PackageVersion: 4.1.0.1037 -PackageLocale: en-US -Publisher: Fade In Professional Screenwriting Software -PackageName: Fade In Professional Screenwriting Software Demo -License: Proprietary -ShortDescription: Screenwriting Software -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FadeIn/FadeIn/4.1.0.1037/FadeIn.FadeIn.yaml b/manifests/f/FadeIn/FadeIn/4.1.0.1037/FadeIn.FadeIn.yaml deleted file mode 100644 index 6efcf6309e117..0000000000000 --- a/manifests/f/FadeIn/FadeIn/4.1.0.1037/FadeIn.FadeIn.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2023/Nov/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: FadeIn.FadeIn -PackageVersion: 4.1.0.1037 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/f/FadeIn/FadeIn/4.1.1.1038/FadeIn.FadeIn.installer.yaml b/manifests/f/FadeIn/FadeIn/4.1.1.1038/FadeIn.FadeIn.installer.yaml new file mode 100644 index 0000000000000..7c0ebc316e72f --- /dev/null +++ b/manifests/f/FadeIn/FadeIn/4.1.1.1038/FadeIn.FadeIn.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2024/Sep/01 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: FadeIn.FadeIn +PackageVersion: 4.1.1.1038 +Installers: +- Architecture: x86 + InstallerType: inno + InstallerUrl: https://www.fadeinpro.com/download/demo/fadein-windows-demo.exe + InstallerSha256: 1892F674AC2C550AD35D33AD510186D0D03507737205AED2643BFB7D14301DA8 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/f/FadeIn/FadeIn/4.1.1.1038/FadeIn.FadeIn.locale.en-US.yaml b/manifests/f/FadeIn/FadeIn/4.1.1.1038/FadeIn.FadeIn.locale.en-US.yaml new file mode 100644 index 0000000000000..fe3330207bdf8 --- /dev/null +++ b/manifests/f/FadeIn/FadeIn/4.1.1.1038/FadeIn.FadeIn.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2024/Sep/01 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: FadeIn.FadeIn +PackageVersion: 4.1.1.1038 +PackageLocale: en-US +Publisher: Fade In Professional Screenwriting Software +PackageName: Fade In Professional Screenwriting Software Demo +License: Proprietary +ShortDescription: Screenwriting Software +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/f/FadeIn/FadeIn/4.1.1.1038/FadeIn.FadeIn.yaml b/manifests/f/FadeIn/FadeIn/4.1.1.1038/FadeIn.FadeIn.yaml new file mode 100644 index 0000000000000..4b752e63241c4 --- /dev/null +++ b/manifests/f/FadeIn/FadeIn/4.1.1.1038/FadeIn.FadeIn.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/01 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: FadeIn.FadeIn +PackageVersion: 4.1.1.1038 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/f/FalconNL93/WSLToolbox/0.7.35.0/FalconNL93.WSLToolbox.installer.yaml b/manifests/f/FalconNL93/WSLToolbox/0.7.35.0/FalconNL93.WSLToolbox.installer.yaml new file mode 100644 index 0000000000000..b86c25231deb2 --- /dev/null +++ b/manifests/f/FalconNL93/WSLToolbox/0.7.35.0/FalconNL93.WSLToolbox.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FalconNL93.WSLToolbox +PackageVersion: 0.7.35.0 +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +ReleaseDate: 2024-08-18 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/FalconNL93/WslToolbox/releases/download/0.7.35.0/wsltoolbox_0.7.35.0_x64_setup.exe + InstallerSha256: 4E2C0039F3F3BF5678F7CE11BADA8D77E54454778E772F67777668A1530D138F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FalconNL93/WSLToolbox/0.7.35.0/FalconNL93.WSLToolbox.locale.en-US.yaml b/manifests/f/FalconNL93/WSLToolbox/0.7.35.0/FalconNL93.WSLToolbox.locale.en-US.yaml new file mode 100644 index 0000000000000..9258f3a51f5f8 --- /dev/null +++ b/manifests/f/FalconNL93/WSLToolbox/0.7.35.0/FalconNL93.WSLToolbox.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FalconNL93.WSLToolbox +PackageVersion: 0.7.35.0 +PackageLocale: en-US +Publisher: FalconNL93 +PublisherUrl: https://github.com/FalconNL93 +PackageName: WSL Toolbox +License: MIT +LicenseUrl: https://github.com/FalconNL93/WslToolbox/blob/HEAD/LICENSE +ShortDescription: Manage your WSL Distributions +ReleaseNotesUrl: https://github.com/FalconNL93/WslToolbox/releases/tag/0.7.35.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FalconNL93/WSLToolbox/0.7.35.0/FalconNL93.WSLToolbox.yaml b/manifests/f/FalconNL93/WSLToolbox/0.7.35.0/FalconNL93.WSLToolbox.yaml new file mode 100644 index 0000000000000..9ecfed28a44a3 --- /dev/null +++ b/manifests/f/FalconNL93/WSLToolbox/0.7.35.0/FalconNL93.WSLToolbox.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FalconNL93.WSLToolbox +PackageVersion: 0.7.35.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FalconNL93/WSLToolbox/0.7.36.0/FalconNL93.WSLToolbox.installer.yaml b/manifests/f/FalconNL93/WSLToolbox/0.7.36.0/FalconNL93.WSLToolbox.installer.yaml new file mode 100644 index 0000000000000..7f66b63ece452 --- /dev/null +++ b/manifests/f/FalconNL93/WSLToolbox/0.7.36.0/FalconNL93.WSLToolbox.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FalconNL93.WSLToolbox +PackageVersion: 0.7.36.0 +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +ReleaseDate: 2024-09-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/FalconNL93/WslToolbox/releases/download/0.7.36.0/wsltoolbox_0.7.36.0_x64_setup.exe + InstallerSha256: 2A9A2B6CA45DB3EFC0990E28CE901DFA528C5D43CBCCE825C87FA3CBA6C3A006 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FalconNL93/WSLToolbox/0.7.36.0/FalconNL93.WSLToolbox.locale.en-US.yaml b/manifests/f/FalconNL93/WSLToolbox/0.7.36.0/FalconNL93.WSLToolbox.locale.en-US.yaml new file mode 100644 index 0000000000000..324c353f8f636 --- /dev/null +++ b/manifests/f/FalconNL93/WSLToolbox/0.7.36.0/FalconNL93.WSLToolbox.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FalconNL93.WSLToolbox +PackageVersion: 0.7.36.0 +PackageLocale: en-US +Publisher: FalconNL93 +PublisherUrl: https://github.com/FalconNL93 +PackageName: WSL Toolbox +License: MIT +LicenseUrl: https://github.com/FalconNL93/WslToolbox/blob/HEAD/LICENSE +ShortDescription: Manage your WSL Distributions +ReleaseNotesUrl: https://github.com/FalconNL93/WslToolbox/releases/tag/0.7.36.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FalconNL93/WSLToolbox/0.7.36.0/FalconNL93.WSLToolbox.yaml b/manifests/f/FalconNL93/WSLToolbox/0.7.36.0/FalconNL93.WSLToolbox.yaml new file mode 100644 index 0000000000000..2dc71c47cd2be --- /dev/null +++ b/manifests/f/FalconNL93/WSLToolbox/0.7.36.0/FalconNL93.WSLToolbox.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FalconNL93.WSLToolbox +PackageVersion: 0.7.36.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Falcosoft/SoundfontMidiPlayer/6.2.0/Falcosoft.SoundfontMidiPlayer.installer.yaml b/manifests/f/Falcosoft/SoundfontMidiPlayer/6.2.0/Falcosoft.SoundfontMidiPlayer.installer.yaml deleted file mode 100644 index 65f63d24c1bf6..0000000000000 --- a/manifests/f/Falcosoft/SoundfontMidiPlayer/6.2.0/Falcosoft.SoundfontMidiPlayer.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Falcosoft.SoundfontMidiPlayer -PackageVersion: 6.2.0 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: MidiPlayer6\MidiPlayer.exe - PortableCommandAlias: MidiPlayer -Installers: -- InstallerUrl: https://falcosoft.hu/midiplayer_62_bse.zip - Architecture: x86 - InstallerSha256: DC586CAA4027CBC508E8820B07D5548D9B26A2111B1A48A3FBFC223F49C00D49 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/f/Falcosoft/SoundfontMidiPlayer/6.2.0/Falcosoft.SoundfontMidiPlayer.locale.en-US.yaml b/manifests/f/Falcosoft/SoundfontMidiPlayer/6.2.0/Falcosoft.SoundfontMidiPlayer.locale.en-US.yaml deleted file mode 100644 index 61cbc37c5155c..0000000000000 --- a/manifests/f/Falcosoft/SoundfontMidiPlayer/6.2.0/Falcosoft.SoundfontMidiPlayer.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Falcosoft.SoundfontMidiPlayer -PackageVersion: 6.2.0 -PackageLocale: en-US -Publisher: Falcosoft -PublisherUrl: https://falcosoft.hu/ -PublisherSupportUrl: https://www.vogons.org/viewtopic.php?f=24&t=48207 -Author: Falcosoft -PackageName: Soundfont Midi Player -License: CC BY-NC-SA 4.0 -LicenseUrl: https://creativecommons.org/licenses/by-nc-sa/4.0/ -Copyright: Zoltán Bacskó -ShortDescription: SoundFont Midi Player is a powerful midi player/router and real time midi synth combo. -Moniker: FSMP -Tags: -- Midi -- VST -- SF2 -- Soundfont -- Multimedia -- Player -- synth -ReleaseNotesUrl: https://falcosoft.hu/softwares.html#midiplayer -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/f/Falcosoft/SoundfontMidiPlayer/6.2.0/Falcosoft.SoundfontMidiPlayer.yaml b/manifests/f/Falcosoft/SoundfontMidiPlayer/6.2.0/Falcosoft.SoundfontMidiPlayer.yaml deleted file mode 100644 index 50273a917e436..0000000000000 --- a/manifests/f/Falcosoft/SoundfontMidiPlayer/6.2.0/Falcosoft.SoundfontMidiPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Falcosoft.SoundfontMidiPlayer -PackageVersion: 6.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.installer.yaml b/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.installer.yaml index 39ec9de808b39..f96804c61dad4 100644 --- a/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.installer.yaml +++ b/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.installer.yaml @@ -1,22 +1,19 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: Famatech.AdvancedIPScanner PackageVersion: 2.5.4594.1 -Platform: -- Windows.Desktop +InstallerType: inno +Scope: machine UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{C8511AEB-814C-4D6F-AA45-44035EAD563B}' + UpgradeCode: '{BB39586C-D77A-4BC4-BBD8-F13B1E0EC26C}' + InstallerType: wix Installers: -- Architecture: neutral - InstallerType: inno - Scope: machine +- Architecture: x86 InstallerUrl: https://download.advanced-ip-scanner.com/download/files/Advanced_IP_Scanner_2.5.4594.1.exe InstallerSha256: 26D5748FFE6BD95E3FEE6CE184D388A1A681006DC23A0F08D53C083C593C193B - AppsAndFeaturesEntries: - - DisplayName: Advanced IP Scanner 2.5.1 - Publisher: Famatech - ProductCode: "{C8511AEB-814C-4D6F-AA45-44035EAD563B}" - InstallerType: wix + ProductCode: '{C8511AEB-814C-4D6F-AA45-44035EAD563B}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.locale.en-US.yaml b/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.locale.en-US.yaml index 1ddc571baa35e..13275243c0676 100644 --- a/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.locale.en-US.yaml +++ b/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Famatech.AdvancedIPScanner PackageVersion: 2.5.4594.1 @@ -12,9 +12,23 @@ Author: Famatech Corp. PackageName: Advanced IP Scanner PackageUrl: https://www.advanced-ip-scanner.com/ License: Freeware -Copyright: Copyright © 1999-2022 Famatech Corp. All rights reserved. +# LicenseUrl: +Copyright: © 2002-2022 Famatech Corp. All rights reserved. +# CopyrightUrl: ShortDescription: Advanced IP Scanner shows all network devices, gives you access to shared folders, and can even remotely switch computers off. +Description: Reliable and free network scanner to analyze LAN. The program shows all network devices, gives you access to shared folders, provides remote control of computers (via RDP and Radmin), and can even remotely switch computers off. It is easy to use and runs as a portable edition. It should be the first choice for every network admin. Moniker: advanced-ip-scanner +Tags: +- lan +- network +- scan +- scanner +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Help + DocumentUrl: https://www.advanced-ip-scanner.com/help/ ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.locale.zh-CN.yaml b/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8f29eda4b8476 --- /dev/null +++ b/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Famatech.AdvancedIPScanner +PackageVersion: 2.5.4594.1 +PackageLocale: zh-CN +Publisher: Famatech +PublisherUrl: https://www.advanced-ip-scanner.com/cn/ +PublisherSupportUrl: https://www.advanced-ip-scanner.com/cn/support/ +PrivacyUrl: https://www.advanced-ip-scanner.com/cn/privacy/ +Author: Famatech Corp. +PackageName: Advanced IP Scanner +PackageUrl: https://www.advanced-ip-scanner.com/cn/ +License: 免费软件 +# LicenseUrl: +Copyright: © 2002-2022 Famatech Corp. All rights reserved. +# CopyrightUrl: +ShortDescription: Advanced IP Scanner 可显示所有网络设备,访问共享文件夹,甚至可以远程关闭计算机。 +Description: 用于分析局域网的可靠、免费的网络扫描仪。Advanced IP Scanner 能显示所有网络设备,访问共享文件夹,远程控制电脑(通过 RDP 和 Radmin),甚至还能远程关闭电脑。它易于使用,而且提供便携版本,是每个网络管理员的首选。 +# Moniker: +Tags: +- 局域网 +- 扫描 +- 扫描仪 +- 网络 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://www.advanced-ip-scanner.com/cn/help/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.yaml b/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.yaml index d719b0b624de7..a1af099825989 100644 --- a/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.yaml +++ b/manifests/f/Famatech/AdvancedIPScanner/2.5.4594.1/Famatech.AdvancedIPScanner.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Famatech.AdvancedIPScanner PackageVersion: 2.5.4594.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/Radmin/Client/3.52.1.0000/Famatech.Radmin.Client.installer.yaml b/manifests/f/Famatech/Radmin/Client/3.52.1.0000/Famatech.Radmin.Client.installer.yaml new file mode 100644 index 0000000000000..0ba90e985d0be --- /dev/null +++ b/manifests/f/Famatech/Radmin/Client/3.52.1.0000/Famatech.Radmin.Client.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Famatech.Radmin.Client +PackageVersion: 3.52.1.0000 +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{9F9073EA-5DCE-4B23-8A0C-C7D2C89AEADC}' + UpgradeCode: '{0AD87FD1-971D-47B3-82D6-F097F6B18395}' +Installers: +- Architecture: x86 + InstallerUrl: https://download.radmin.com/download/files/Radmin_Viewer_3.5.2.1_ML.msi + InstallerSha256: 052EE17B1544F3E1466DF561D7BAAA4BB694320803102C96FCD3560BEEB3B5C3 + ProductCode: '{9F9073EA-5DCE-4B23-8A0C-C7D2C89AEADC}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/Radmin/Client/3.52.1.0000/Famatech.Radmin.Client.locale.en-US.yaml b/manifests/f/Famatech/Radmin/Client/3.52.1.0000/Famatech.Radmin.Client.locale.en-US.yaml new file mode 100644 index 0000000000000..45a323bab0ce1 --- /dev/null +++ b/manifests/f/Famatech/Radmin/Client/3.52.1.0000/Famatech.Radmin.Client.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Famatech.Radmin.Client +PackageVersion: 3.52.1.0000 +PackageLocale: en-US +Publisher: Famatech +PublisherUrl: https://www.radmin.com/ +PublisherSupportUrl: https://helpdesk.radmin.com/ +PrivacyUrl: https://www.radmin.com/privacy/ +Author: Famatech Corp. +PackageName: Radmin Viewer +PackageUrl: https://www.radmin.com/download/ +License: Proprietary +# LicenseUrl: +Copyright: |- + Radmin Viewer components © 1999-2017 Dmitry Znosko. All rights reserved. + © 1999-2017 Famatech Corp. and its licensors. All rights reserved. +# CopyrightUrl: +ShortDescription: Provide instant remote tech support to corporate network users with Radmin. Gain secure remote access to network computers and servers. +Description: Radmin is one of the most secure and reliable remote access software products today. It’s been chosen by over 100,000 companies worldwide for remote tech support to employees. Governments and military, technology experts, and financial organizations rely on its vast capabilities. Radmin is a must-have tool for every IT Professional. +# Moniker: +Tags: +- home-office +- remote +- remote-access +- remote-assistance +- remote-control +- remote-desktop +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.radmin.com/ordering/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/Radmin/Client/3.52.1.0000/Famatech.Radmin.Client.locale.zh-CN.yaml b/manifests/f/Famatech/Radmin/Client/3.52.1.0000/Famatech.Radmin.Client.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a9809aa85e8ae --- /dev/null +++ b/manifests/f/Famatech/Radmin/Client/3.52.1.0000/Famatech.Radmin.Client.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Famatech.Radmin.Client +PackageVersion: 3.52.1.0000 +PackageLocale: zh-CN +Publisher: Famatech +PublisherUrl: https://www.radmin.com/cn/ +PublisherSupportUrl: https://helpdesk.radmin.com/ +PrivacyUrl: https://www.radmin.com/cn/privacy/ +Author: Famatech Corp. +PackageName: Radmin Viewer +PackageUrl: https://www.radmin.com/cn/download/ +License: 专有软件 +# LicenseUrl: +Copyright: |- + Radmin Viewer components © 1999-2017 Dmitry Znosko. All rights reserved. + © 1999-2017 Famatech Corp. and its licensors. All rights reserved. +# CopyrightUrl: +ShortDescription: 使用 Radmin 为企业网络用户提供即时远程技术支持。安全远程访问网络计算机和服务器。 +Description: Radmin 是当今最安全可靠的远程访问软件产品之一。全球有超过十万家公司通过它为员工提供远程技术支持。政府、军队、技术专家和金融组织都信赖它的强大功能。Radmin 是每位 IT 专业人员的必备工具。 +# Moniker: +Tags: +- 远程 +- 远程办公 +- 远程协助 +- 远程控制 +- 远程桌面 +- 远程访问 +- 远程连接 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.radmin.com/cn/ordering/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/Radmin/Client/3.52.1.0000/Famatech.Radmin.Client.yaml b/manifests/f/Famatech/Radmin/Client/3.52.1.0000/Famatech.Radmin.Client.yaml new file mode 100644 index 0000000000000..56524faf063b8 --- /dev/null +++ b/manifests/f/Famatech/Radmin/Client/3.52.1.0000/Famatech.Radmin.Client.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Famatech.Radmin.Client +PackageVersion: 3.52.1.0000 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/Radmin/Server/3.52.1.0000/Famatech.Radmin.Server.installer.yaml b/manifests/f/Famatech/Radmin/Server/3.52.1.0000/Famatech.Radmin.Server.installer.yaml new file mode 100644 index 0000000000000..ad00f6d5afd7f --- /dev/null +++ b/manifests/f/Famatech/Radmin/Server/3.52.1.0000/Famatech.Radmin.Server.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Famatech.Radmin.Server +PackageVersion: 3.52.1.0000 +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{1B704FD1-C00F-482F-8997-82F2F19E10E7}' + UpgradeCode: '{EE68F9AE-235A-4537-A8EB-FC48CB77EA6E}' +Installers: +- Architecture: x86 + InstallerUrl: https://download.radmin.com/download/files/Radmin_Server_3.5.2.1_ML.msi + InstallerSha256: AA584952E31F9C521C2D57AF5FAAFA876E78C512A4DAF0A76E11695EA126558A + ProductCode: '{1B704FD1-C00F-482F-8997-82F2F19E10E7}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/Radmin/Server/3.52.1.0000/Famatech.Radmin.Server.locale.en-US.yaml b/manifests/f/Famatech/Radmin/Server/3.52.1.0000/Famatech.Radmin.Server.locale.en-US.yaml new file mode 100644 index 0000000000000..f76c1cc5950ee --- /dev/null +++ b/manifests/f/Famatech/Radmin/Server/3.52.1.0000/Famatech.Radmin.Server.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Famatech.Radmin.Server +PackageVersion: 3.52.1.0000 +PackageLocale: en-US +Publisher: Famatech +PublisherUrl: https://www.radmin.com/ +PublisherSupportUrl: https://helpdesk.radmin.com/ +PrivacyUrl: https://www.radmin.com/privacy/ +Author: Famatech Corp. +PackageName: Radmin Server +PackageUrl: https://www.radmin.com/download/ +License: Proprietary +# LicenseUrl: +Copyright: |- + All components from RServer3 module © 1999-2017 Dmitry Znosko. All rights reserved. + Copyright © 1999-2017 Famatech Corp. and its licensors. All rights reserved. +# CopyrightUrl: +ShortDescription: Provide instant remote tech support to corporate network users with Radmin. Gain secure remote access to network computers and servers. +Description: Radmin is one of the most secure and reliable remote access software products today. It’s been chosen by over 100,000 companies worldwide for remote tech support to employees. Governments and military, technology experts, and financial organizations rely on its vast capabilities. Radmin is a must-have tool for every IT Professional. +# Moniker: +Tags: +- home-office +- remote +- remote-access +- remote-assistance +- remote-control +- remote-desktop +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.radmin.com/ordering/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/Radmin/Server/3.52.1.0000/Famatech.Radmin.Server.locale.zh-CN.yaml b/manifests/f/Famatech/Radmin/Server/3.52.1.0000/Famatech.Radmin.Server.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8aecda454fa21 --- /dev/null +++ b/manifests/f/Famatech/Radmin/Server/3.52.1.0000/Famatech.Radmin.Server.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Famatech.Radmin.Server +PackageVersion: 3.52.1.0000 +PackageLocale: zh-CN +Publisher: Famatech +PublisherUrl: https://www.radmin.com/cn/ +PublisherSupportUrl: https://helpdesk.radmin.com/ +PrivacyUrl: https://www.radmin.com/cn/privacy/ +Author: Famatech Corp. +PackageName: Radmin Server +PackageUrl: https://www.radmin.com/cn/download/ +License: 专有软件 +# LicenseUrl: +Copyright: |- + All components from RServer3 module © 1999-2017 Dmitry Znosko. All rights reserved. + Copyright © 1999-2017 Famatech Corp. and its licensors. All rights reserved. +# CopyrightUrl: +ShortDescription: 使用 Radmin 为企业网络用户提供即时远程技术支持。安全远程访问网络计算机和服务器。 +Description: Radmin 是当今最安全可靠的远程访问软件产品之一。全球有超过十万家公司通过它为员工提供远程技术支持。政府、军队、技术专家和金融组织都信赖它的强大功能。Radmin 是每位 IT 专业人员的必备工具。 +# Moniker: +Tags: +- 远程 +- 远程办公 +- 远程协助 +- 远程控制 +- 远程桌面 +- 远程访问 +- 远程连接 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.radmin.com/cn/ordering/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/Radmin/Server/3.52.1.0000/Famatech.Radmin.Server.yaml b/manifests/f/Famatech/Radmin/Server/3.52.1.0000/Famatech.Radmin.Server.yaml new file mode 100644 index 0000000000000..c4d61e82428f3 --- /dev/null +++ b/manifests/f/Famatech/Radmin/Server/3.52.1.0000/Famatech.Radmin.Server.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Famatech.Radmin.Server +PackageVersion: 3.52.1.0000 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/RadminVPN/1.1.4393/Famatech.RadminVPN.installer.yaml b/manifests/f/Famatech/RadminVPN/1.1.4393/Famatech.RadminVPN.installer.yaml new file mode 100644 index 0000000000000..0fa46a61af81b --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.1.4393/Famatech.RadminVPN.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.1.4393 +InstallerSwitches: + Custom: /NORESTART +Installers: +- Architecture: neutral + InstallerType: inno + Scope: machine + InstallerUrl: https://download.radmin-vpn.com/download/files/Radmin_VPN_1.1.4393.14.exe + InstallerSha256: 2652B8BC31D16589A366D649103628542531D9A8E2805108AFFDF3AEC0D38177 +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/f/Famatech/RadminVPN/1.1.4393/Famatech.RadminVPN.locale.en-US.yaml b/manifests/f/Famatech/RadminVPN/1.1.4393/Famatech.RadminVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..dabf7da8daf3e --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.1.4393/Famatech.RadminVPN.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.1.4393 +PackageLocale: en-US +Publisher: Famatech +PackageName: Radmin VPN +License: Copyright © 2017-2021 Famatech Corp. and its licensors. All rights reserved. +ShortDescription: Radmin VPN Setup +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/f/Famatech/RadminVPN/1.1.4393/Famatech.RadminVPN.yaml b/manifests/f/Famatech/RadminVPN/1.1.4393/Famatech.RadminVPN.yaml new file mode 100644 index 0000000000000..e5f81d3e53a64 --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.1.4393/Famatech.RadminVPN.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 0.3.0.3 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.1.4393 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/f/Famatech/RadminVPN/1.1.4394/Famatech.RadminVPN.installer.yaml b/manifests/f/Famatech/RadminVPN/1.1.4394/Famatech.RadminVPN.installer.yaml new file mode 100644 index 0000000000000..81785e38c51f2 --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.1.4394/Famatech.RadminVPN.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.0.0 using YAML parsing +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.1.4394 +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /NORESTART +Installers: +- InstallerLocale: en-US + Architecture: x86 + InstallerType: inno + Scope: machine + InstallerUrl: https://download.radmin-vpn.com/download/files/Radmin_VPN_1.1.4394.15.exe + InstallerSha256: A4B32EB102F693C37FBA3AAAFA262560648408A345936124A2AF751AB0BF182E + InstallerSwitches: + Custom: /norestart + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/f/Famatech/RadminVPN/1.1.4394/Famatech.RadminVPN.locale.en-US.yaml b/manifests/f/Famatech/RadminVPN/1.1.4394/Famatech.RadminVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..7ee5bd14401d0 --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.1.4394/Famatech.RadminVPN.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.0.0 using YAML parsing +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.1.4394 +PackageLocale: en-US +Publisher: Famatech +PublisherUrl: https://www.radmin.com/ +PublisherSupportUrl: https://www.radmin-vpn.com/support/ +PrivacyUrl: https://www.radmin-vpn.com/privacy/ +PackageName: Radmin VPN +PackageUrl: https://www.radmin-vpn.com/ +License: Proprietary +Copyright: Copyright (c) 2017-2021 Famatech Corp. and its licensors. +ShortDescription: Radmin VPN allows you to create virtual private networks that acts like a LAN. +Moniker: radmin-vpn +Tags: +- vpn +- lan +- local-network +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/f/Famatech/RadminVPN/1.1.4394/Famatech.RadminVPN.yaml b/manifests/f/Famatech/RadminVPN/1.1.4394/Famatech.RadminVPN.yaml new file mode 100644 index 0000000000000..76eae8c691191 --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.1.4394/Famatech.RadminVPN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.0 using YAML parsing +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.1.4394 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 diff --git a/manifests/f/Famatech/RadminVPN/1.1.4395/Famatech.RadminVPN.installer.yaml b/manifests/f/Famatech/RadminVPN/1.1.4395/Famatech.RadminVPN.installer.yaml new file mode 100644 index 0000000000000..1a6eb199fa65b --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.1.4395/Famatech.RadminVPN.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.1.4395 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /NORESTART +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://download.radmin-vpn.com/download/files/Radmin_VPN_1.1.4395.16.exe + InstallerSha256: 828E267D7EF28EED64B6FE452F9E47269B309527470D72A0D5F84EB385795D54 +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/f/Famatech/RadminVPN/1.1.4395/Famatech.RadminVPN.locale.en-US.yaml b/manifests/f/Famatech/RadminVPN/1.1.4395/Famatech.RadminVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..3acbdcc11c0a2 --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.1.4395/Famatech.RadminVPN.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.1.4395 +PackageLocale: en-US +Publisher: Famatech +PublisherUrl: https://www.radmin.com/ +PublisherSupportUrl: https://www.radmin-vpn.com/support/ +PrivacyUrl: https://www.radmin-vpn.com/privacy/ +Author: Famatech +PackageName: Radmin VPN +PackageUrl: https://www.radmin-vpn.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright (c) 2017-2021 Famatech Corp. and its licensors. +# CopyrightUrl: +ShortDescription: Radmin VPN allows you to create virtual private networks that acts like a LAN. +# Description: +Moniker: radmin-vpn +Tags: +- lan +- local-network +- vpn +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/f/Famatech/RadminVPN/1.1.4395/Famatech.RadminVPN.yaml b/manifests/f/Famatech/RadminVPN/1.1.4395/Famatech.RadminVPN.yaml new file mode 100644 index 0000000000000..b82eff409411d --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.1.4395/Famatech.RadminVPN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.1.4395 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/f/Famatech/RadminVPN/1.2.4457/Famatech.RadminVPN.installer.yaml b/manifests/f/Famatech/RadminVPN/1.2.4457/Famatech.RadminVPN.installer.yaml new file mode 100644 index 0000000000000..659787548a36b --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.2.4457/Famatech.RadminVPN.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.2.4457 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /NORESTART +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://download.radmin-vpn.com/download/files/Radmin_VPN_1.2.4457.1.exe + InstallerSha256: 076DCE30A2F12D3B790BF6F1D7ED96F2708931647F280B8FB8FA815B6BC995CA +ManifestType: installer +ManifestVersion: 1.1.0 diff --git a/manifests/f/Famatech/RadminVPN/1.2.4457/Famatech.RadminVPN.locale.en-US.yaml b/manifests/f/Famatech/RadminVPN/1.2.4457/Famatech.RadminVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..47208f75f2c71 --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.2.4457/Famatech.RadminVPN.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.2.4457 +PackageLocale: en-US +Publisher: Famatech +PublisherUrl: https://www.radmin.com/ +PublisherSupportUrl: https://www.radmin-vpn.com/support/ +PrivacyUrl: https://www.radmin-vpn.com/privacy/ +Author: Famatech +PackageName: Radmin VPN +PackageUrl: https://www.radmin-vpn.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright (c) 2017-2021 Famatech Corp. and its licensors. +# CopyrightUrl: +ShortDescription: Radmin VPN allows you to create virtual private networks that acts like a LAN. +# Description: +Moniker: radmin-vpn +Tags: +- lan +- local-network +- vpn +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.1.0 diff --git a/manifests/f/Famatech/RadminVPN/1.2.4457/Famatech.RadminVPN.yaml b/manifests/f/Famatech/RadminVPN/1.2.4457/Famatech.RadminVPN.yaml new file mode 100644 index 0000000000000..d07fe35baa87e --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.2.4457/Famatech.RadminVPN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.2.4457 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.1.0 diff --git a/manifests/f/Famatech/RadminVPN/1.3.4570.5/Famatech.RadminVPN.installer.yaml b/manifests/f/Famatech/RadminVPN/1.3.4570.5/Famatech.RadminVPN.installer.yaml new file mode 100644 index 0000000000000..5d51f08dc05da --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.3.4570.5/Famatech.RadminVPN.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.2.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.3.4570.5 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /VERYSILENT /NORESTART +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerType: inno + InstallerUrl: https://download.radmin-vpn.com/download/files/Radmin_VPN_1.3.4570.5.exe + InstallerSha256: 1FDF6AD59B3EFA6B870C8E5F4593D2CBFB8108061DA7A5F2AC9AD9110D318F14 +ManifestType: installer +ManifestVersion: 1.4.0 diff --git a/manifests/f/Famatech/RadminVPN/1.3.4570.5/Famatech.RadminVPN.locale.en-US.yaml b/manifests/f/Famatech/RadminVPN/1.3.4570.5/Famatech.RadminVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..9150ea0c225a4 --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.3.4570.5/Famatech.RadminVPN.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.2.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.3.4570.5 +PackageLocale: en-US +Publisher: Famatech +PublisherUrl: https://www.radmin.com/ +PublisherSupportUrl: https://www.radmin-vpn.com/support/ +PrivacyUrl: https://www.radmin-vpn.com/privacy/ +Author: Famatech +PackageName: Radmin VPN +PackageUrl: https://www.radmin-vpn.com/ +License: Proprietary +Copyright: Copyright © 1999-2023 Famatech Corp. All rights reserved. +ShortDescription: Radmin VPN allows you to create virtual private networks that acts like a LAN. +Moniker: radmin-vpn +Tags: +- lan +- local-network +- vpn +ManifestType: defaultLocale +ManifestVersion: 1.4.0 diff --git a/manifests/f/Famatech/RadminVPN/1.3.4570.5/Famatech.RadminVPN.yaml b/manifests/f/Famatech/RadminVPN/1.3.4570.5/Famatech.RadminVPN.yaml new file mode 100644 index 0000000000000..5bc80b1e68c6c --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.3.4570.5/Famatech.RadminVPN.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.2.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.3.4570.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.4.0 diff --git a/manifests/f/Famatech/RadminVPN/1.4.4642.1/Famatech.RadminVPN.installer.yaml b/manifests/f/Famatech/RadminVPN/1.4.4642.1/Famatech.RadminVPN.installer.yaml new file mode 100644 index 0000000000000..d7cd7e37c2936 --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.4.4642.1/Famatech.RadminVPN.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.4.4642.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{2CDA3179-67A1-410A-81A9-AB1A4FD89DF9}' + UpgradeCode: '{EF2028CD-09C7-417E-8976-B1F86EBB90E2}' + InstallerType: wix +Installers: +- Architecture: x86 + InstallerUrl: https://download.radmin-vpn.com/download/files/Radmin_VPN_1.4.4642.1.exe + InstallerSha256: 8CA04D27EF8C28E0EDAC3B740EBE7FB8839B4794752A0D359AE18DE22FC6BE35 + ProductCode: '{2CDA3179-67A1-410A-81A9-AB1A4FD89DF9}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/RadminVPN/1.4.4642.1/Famatech.RadminVPN.locale.en-US.yaml b/manifests/f/Famatech/RadminVPN/1.4.4642.1/Famatech.RadminVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..9531441423d86 --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.4.4642.1/Famatech.RadminVPN.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.4.4642.1 +PackageLocale: en-US +Publisher: Famatech +PublisherUrl: https://www.radmin-vpn.com/ +PublisherSupportUrl: https://www.radmin-vpn.com/support/ +PrivacyUrl: https://www.radmin-vpn.com/privacy/ +Author: Famatech Corp. +PackageName: Radmin VPN +PackageUrl: https://www.radmin-vpn.com/ +License: Proprietary +LicenseUrl: https://www.radmin-vpn.com/eula/ +Copyright: © 2017-2024 Famatech Corp. All rights reserved. +# CopyrightUrl: +ShortDescription: Radmin VPN allows you to securely connect computers, located behind firewalls. +Description: Radmin VPN is a free and easy-to-use software product to create virtual local networks. The program allows users to securely connect computers, located behind firewalls. +Moniker: radmin-vpn +Tags: +- network +- vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Help + DocumentUrl: https://www.radmin-vpn.com/help/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/RadminVPN/1.4.4642.1/Famatech.RadminVPN.locale.zh-CN.yaml b/manifests/f/Famatech/RadminVPN/1.4.4642.1/Famatech.RadminVPN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..39ee0c009f97b --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.4.4642.1/Famatech.RadminVPN.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.4.4642.1 +PackageLocale: zh-CN +Publisher: Famatech +PublisherUrl: https://www.radmin-vpn.com/cn/ +PublisherSupportUrl: https://www.radmin-vpn.com/cn/support/ +PrivacyUrl: https://www.radmin-vpn.com/cn/privacy/ +Author: Famatech Corp. +PackageName: Radmin VPN +PackageUrl: https://www.radmin-vpn.com/cn/ +License: 专有软件 +LicenseUrl: https://www.radmin-vpn.com/eula/ +Copyright: © 2017-2024 Famatech Corp. All rights reserved. +# CopyrightUrl: +ShortDescription: Radmin VPN 允许您安全地连接位于防火墙后的计算机。 +Description: Radmin VPN 是一款免费易用的虚拟本地网络软件产品,允许用户安全地连接位于防火墙后的计算机。 +# Moniker: +Tags: +- vpn +- 网络 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://www.radmin-vpn.com/cn/help/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Famatech/RadminVPN/1.4.4642.1/Famatech.RadminVPN.yaml b/manifests/f/Famatech/RadminVPN/1.4.4642.1/Famatech.RadminVPN.yaml new file mode 100644 index 0000000000000..b093f1e921d44 --- /dev/null +++ b/manifests/f/Famatech/RadminVPN/1.4.4642.1/Famatech.RadminVPN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Famatech.RadminVPN +PackageVersion: 1.4.4642.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FarManager/FarManager/3.0.6364/FarManager.FarManager.installer.yaml b/manifests/f/FarManager/FarManager/3.0.6364/FarManager.FarManager.installer.yaml new file mode 100644 index 0000000000000..87e9c4b2d4def --- /dev/null +++ b/manifests/f/FarManager/FarManager/3.0.6364/FarManager.FarManager.installer.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FarManager.FarManager +PackageVersion: 3.0.6364 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://www.farmanager.com/files/Far30b6364.x64.20240824.msi + InstallerSha256: 608AF6ED1D6FF09D25077C3A7EECA0333241C7CC4E198F83DB352FD554A55C1A + ProductCode: '{5096308D-D7B3-451E-85C9-6C7ACA49B91D}' +- Architecture: x86 + InstallerUrl: https://www.farmanager.com/files/Far30b6364.x86.20240824.msi + InstallerSha256: 3C83EE49E6944BAA027CD59D90D52E39B03C709CF1FE6B77BEF6261D4003A2A9 + ProductCode: '{F6CBBD58-1329-4B52-990B-2C09A5076F59}' +- Architecture: arm64 + InstallerUrl: https://www.farmanager.com/files/Far30b6364.ARM64.20240824.msi + InstallerSha256: D5B2C02562B6705623155638F3EA7F79275D81ADA5D6897A92A79D22A8FB4E3C + ProductCode: '{C38CD3FC-248E-4F5A-B051-5E61EB80600A}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FarManager/FarManager/3.0.6364/FarManager.FarManager.locale.en-US.yaml b/manifests/f/FarManager/FarManager/3.0.6364/FarManager.FarManager.locale.en-US.yaml new file mode 100644 index 0000000000000..16dcd06c1b540 --- /dev/null +++ b/manifests/f/FarManager/FarManager/3.0.6364/FarManager.FarManager.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FarManager.FarManager +PackageVersion: 3.0.6364 +PackageLocale: en-US +Publisher: Eugene Roshal & Far Group +PublisherUrl: https://www.farmanager.com/ +PublisherSupportUrl: https://www.farmanager.com/problems.php?l=en +Author: Eugene Roshal & Far Group +PackageName: Far Manager 3 +PackageUrl: https://www.farmanager.com/ +License: BSD-3-Clause +LicenseUrl: https://github.com/FarGroup/FarManager/blob/master/LICENSE +Copyright: Copyright (c) 1996 Eugene Roshal. Copyright (c) 2000 Far Group. All rights reserved. +CopyrightUrl: https://www.farmanager.com/license.php?l=en +ShortDescription: Far Manager is a program for managing files and archives in Windows operating systems. Far Manager works in text mode and provides a simple and intuitive interface for performing most of the necessary actions. +Moniker: farmanager3 +Tags: +- commander +- file-manager +- filemanager +- files +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FarManager/FarManager/3.0.6364/FarManager.FarManager.yaml b/manifests/f/FarManager/FarManager/3.0.6364/FarManager.FarManager.yaml new file mode 100644 index 0000000000000..8413cf25575b5 --- /dev/null +++ b/manifests/f/FarManager/FarManager/3.0.6364/FarManager.FarManager.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FarManager.FarManager +PackageVersion: 3.0.6364 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.installer.yaml b/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.installer.yaml new file mode 100644 index 0000000000000..d7a33f273962d --- /dev/null +++ b/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FastCopy.FastCopy +PackageVersion: 5.7.15 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /SILENT + SilentWithProgress: /SILENT + InstallLocation: /DIR="" +UpgradeBehavior: install +ReleaseDate: 2024-08-12 +Installers: +- Architecture: x86 + InstallerUrl: https://fastcopy.jp/archive/FastCopy5.7.15_installer.exe + InstallerSha256: 8D966C390348F5DD879794EB19864611C8D8F6B50F19B139FAA8527BFB920032 + ProductCode: FastCopy +- Architecture: x64 + InstallerUrl: https://fastcopy.jp/archive/FastCopy5.7.15_installer.exe + InstallerSha256: 8D966C390348F5DD879794EB19864611C8D8F6B50F19B139FAA8527BFB920032 + ProductCode: FastCopy +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.locale.en-US.yaml b/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.locale.en-US.yaml new file mode 100644 index 0000000000000..dae5878f56811 --- /dev/null +++ b/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FastCopy.FastCopy +PackageVersion: 5.7.15 +PackageLocale: en-US +Publisher: H.Shirouzu & FastCopy Lab, LLC. +PublisherUrl: https://fastcopy.jp/ +PublisherSupportUrl: https://github.com/FastCopyLab/FastCopy/issues +# PrivacyUrl: +Author: H.Shirouzu & FastCopy Lab, LLC. +PackageName: FastCopy +PackageUrl: https://fastcopy.jp/ +License: Proprietary +LicenseUrl: https://fastcopy.jp/help/fastcopy_eng.htm#license +Copyright: Copyright (C) 2004-2024 H.Shirouzu and FastCopy Lab, LLC. +# CopyrightUrl: +ShortDescription: The Fastest Copy/Backup Software on Windows +Description: |- + FastCopy is the Fastest Copy/Backup Software on Windows. + + It supports UNICODE and over MAX_PATH (260 characters) file pathnames. + + It automatically selects different methods according to whether Source and DestDir are in the same or different HDD (or SSD). + Diff HDD Reading and writing are processed respectively in parallel by separate threads. + Same HDD Reading is processed until the big buffer fills. When the big buffer is filled, writing is started and processed in bulk. + + Reading/Writing are processed with no OS cache, so other applications do not become slow. + It can achieve Reading/Writing performance that is close to the device limit. + Include/Exclude Filter (UNIX Wildcard style) can be specified. ver3.0 or later, Relative Path can be specified. + It runs fast and does not hog resources, because MFC is not used. (Designed using Win32 API and C Runtime only) +Moniker: fastcopy +Tags: +- backup +- clone +- copy +ReleaseNotes: |- + Fixed an issue where the timestamp was not reflected when copying a file containing FC VerifyInfo in the AltStream with the AltStream enabled and FC VerifyInfo added options selected. + Misc refine. +ReleaseNotesUrl: https://fastcopy.jp/help/fastcopy_eng.htm#history +PurchaseUrl: https://fastcopy.jp/pro/ +# InstallationNotes: +Documentations: +- DocumentLabel: Help + DocumentUrl: https://fastcopy.jp/help/fastcopy_eng.htm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.locale.ja-JP.yaml b/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.locale.ja-JP.yaml new file mode 100644 index 0000000000000..a2c7e33294ace --- /dev/null +++ b/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.locale.ja-JP.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FastCopy.FastCopy +PackageVersion: 5.7.15 +PackageLocale: ja-JP +Publisher: H.Shirouzu & FastCopy Lab, LLC. +PublisherUrl: https://fastcopy.jp/ +PublisherSupportUrl: https://github.com/FastCopyLab/FastCopy/issues +# PrivacyUrl: +Author: 白水啓章 & FastCopy Lab, LLC. +PackageName: FastCopy +PackageUrl: https://fastcopy.jp/ +License: プロプライエタリなソフトウェア +LicenseUrl: https://fastcopy.jp/help/fastcopy.htm#license +Copyright: Copyright (C) 2004-2024 H.Shirouzu and FastCopy Lab, LLC. +# CopyrightUrl: +ShortDescription: Windows 系最速のファイルコピー&バックアップツール +Description: |- + Windows 系最速 のファイルコピー&バックアップツールです。 + + UNICODE でしか表現できないファイル名や MAX_PATH(260 文字) を越えた位置のファイルもコピーできます。 + 自動的に、コピー元とコピー先が、同一の HDD(or SSD)に属するかを判定した後、以下の動作を行います。 + 別 HDD 間 マルチスレッドで、読み込みと書き込みを並列に行う + 同一 HDD 間 コピー元から(バッファが一杯になるまで)連続 読み込み後、コピー先に連続して書き込む + + Read/Write も、OS のキャッシュを全く使わないため、他のプロセス(アプリケーション)が重くなりにくくなっています。 + 可能な限り大きな単位で Read/Write するため、デバイスの限界に近いパフォーマンスが出ます。 + Include/Exclude フィルタ(UNIX ワイルドカード形式)が指定可能です。 + MFC 等のフレームワークを使わず、Win32API だけで作っていますので、軽量&コンパクト&軽快に動作します。 +# Moniker: +Tags: +- バックアップ +- ファイルコピー +ReleaseNotes: |- + 副次ストリームに FC ベリファイ情報を含むファイルを、副次 Stream 有効 + FC ベリファイ情報付与ありでコピーすると、タイムスタンプが反映されない問題の修正。 + その他リファイン。 +ReleaseNotesUrl: https://fastcopy.jp/help/fastcopy.htm#history +PurchaseUrl: https://fastcopy.jp/pro/ +# InstallationNotes: +Documentations: +- DocumentLabel: ヘルプ + DocumentUrl: https://fastcopy.jp/help/fastcopy.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.locale.zh-CN.yaml b/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..672f82a4968a6 --- /dev/null +++ b/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.locale.zh-CN.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FastCopy.FastCopy +PackageVersion: 5.7.15 +PackageLocale: zh-CN +Publisher: H.Shirouzu & FastCopy Lab, LLC. +PublisherUrl: https://fastcopy.jp/ +PublisherSupportUrl: https://github.com/FastCopyLab/FastCopy/issues +# PrivacyUrl: +Author: 白水啓章 & FastCopy Lab, LLC. +PackageName: FastCopy +PackageUrl: https://fastcopy.jp/ +License: 专有软件 +LicenseUrl: https://fastcopy.jp/help/fastcopy_cn.htm#license +Copyright: Copyright (C) 2004-2024 H.Shirouzu and FastCopy Lab, LLC. +# CopyrightUrl: +ShortDescription: Windows 上最快的复制/备份软件 +Description: |- + FastCopy 是 Windows 上最快 的文件复制&备份软件。 + + 可复制(和删除)UNICODE 和超过 MAX_PATH(260 个字)的文件路径名。 + + 它会判断来源与目标是否属于同一 HDD(或 SSD),自动选择不同的方法。 + 不同 HDD 有多线程能力,读取与写入由单独的线程并行运行。 + 相同 HDD 从目标连续读取直到充满缓冲区。缓冲器填满时,才开始写入至目标。 + + 读/写也完全不使用操作系统的缓存,因此其他进程(应用程序)不会被减慢。 + 它可以实现接近设备极限的读写性能。 + 可指定包含/排除过滤器(UNIX 通配符样式)。 + 因没有使用 MFC,仅使用 Win32API 设计,不会贪占资源,运行快速。 +# Moniker: +Tags: +- 克隆 +- 备份 +- 复制 +- 拷贝 +ReleaseNotes: |- + 修复了在启用 交换数据流 并选择 FC 添加校验信息 添加选项的情况下复制 交换数据流 中包含 FC 添加校验信息 的文件时未反映时间戳的问题。 + 其他改进。 +ReleaseNotesUrl: https://fastcopy.jp/help/fastcopy_cn.htm#history +PurchaseUrl: https://fastcopy.jp/pro/ +# InstallationNotes: +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://fastcopy.jp/help/fastcopy_cn.htm +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.yaml b/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.yaml new file mode 100644 index 0000000000000..cf866aa9eb23d --- /dev/null +++ b/manifests/f/FastCopy/FastCopy/5.7.15/FastCopy.FastCopy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FastCopy.FastCopy +PackageVersion: 5.7.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FastStone/Capture/10.7/FastStone.Capture.installer.yaml b/manifests/f/FastStone/Capture/10.7/FastStone.Capture.installer.yaml new file mode 100644 index 0000000000000..3df4c48fa6eb8 --- /dev/null +++ b/manifests/f/FastStone/Capture/10.7/FastStone.Capture.installer.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FastStone.Capture +PackageVersion: "10.7" +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bmp +- gif +- jpg +- jpeg +- jpe +- pcx +- png +- tga +- tif +- tiff +Installers: +- Architecture: x86 + InstallerUrl: https://www.faststonesoft.net/DN/FSCaptureSetup107.exe + InstallerSha256: 762463FE496836BC1E6C6A58703F45182575B29494753DF3145CD5C563E07F8C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FastStone/Capture/10.7/FastStone.Capture.locale.en-US.yaml b/manifests/f/FastStone/Capture/10.7/FastStone.Capture.locale.en-US.yaml new file mode 100644 index 0000000000000..05f00b16293de --- /dev/null +++ b/manifests/f/FastStone/Capture/10.7/FastStone.Capture.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FastStone.Capture +PackageVersion: "10.7" +PackageLocale: en-US +Publisher: FastStone Corporation +PublisherUrl: https://www.faststone.org/index.htm +PublisherSupportUrl: https://www.faststone.org/contactUs.htm +PrivacyUrl: https://www.faststone.org/PrivacyPolicy.htm +PackageName: FastStone Capture +PackageUrl: https://www.faststone.org/FSCaptureDetail.htm +License: Proprietary +Copyright: Copyright (c) 2021 FastStone Soft +ShortDescription: A powerful, lightweight, yet full-featured screen capture tool and screen video recorder. +Moniker: fscapture +Tags: +- screen-capture +- video-recorder +- capture +- faststone +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FastStone/Capture/10.7/FastStone.Capture.yaml b/manifests/f/FastStone/Capture/10.7/FastStone.Capture.yaml new file mode 100644 index 0000000000000..4980b5e17bb86 --- /dev/null +++ b/manifests/f/FastStone/Capture/10.7/FastStone.Capture.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FastStone.Capture +PackageVersion: "10.7" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.19.0/Fastfetch-cli.Fastfetch.installer.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.19.0/Fastfetch-cli.Fastfetch.installer.yaml new file mode 100644 index 0000000000000..4986567b41d8c --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.19.0/Fastfetch-cli.Fastfetch.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.19.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastfetch.exe +- RelativeFilePath: flashfetch.exe +Commands: +- fastfetch +ReleaseDate: 2024-07-22 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.19.0/fastfetch-windows-i686.zip + InstallerSha256: 3924D29D89F97D0C10D5C7730C59C821232758C4594A9BE7DB429DF6CEA68359 +- Architecture: x64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.19.0/fastfetch-windows-amd64.zip + InstallerSha256: 48B495E3AB1F69B81C5C76FBB4B64BE604F19734D980B4B9B5E7DA6AB895A8A7 +- Architecture: arm64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.19.0/fastfetch-windows-aarch64.zip + InstallerSha256: 90253140AABDE3453DEE6854C1EC91EF436091D1FBA3111DB72841B54A01EB6D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.19.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.19.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..1f07cb0f87dbb --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.19.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml @@ -0,0 +1,139 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.19.0 +PackageLocale: en-US +Publisher: fastfetch-cli +PublisherUrl: https://github.com/fastfetch-cli +PackageName: fastfetch +PackageUrl: https://github.com/fastfetch-cli/fastfetch +License: MIT +LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE +ShortDescription: Like neofetch, but much faster because written mostly in C. +Tags: +- cli +- command-line +- cross-platform +- fastfetch +- fetch +- hardware +- neofetch +- screenfetch +- terminal +ReleaseNotes: |- + Changes: + - JSON option modules.cpu.freqNdigits has been renamed and moved to display.freq.ndigits + - Previously: { "modules": { "type": "cpu", "freqNdigits": 2 } } + - Now: { "display": { "freq": { "ndigits": 2 } } } + - This option now affects GPU frequency too + - By default, frequencies are displayed in GHz. Set display.freq.ndigits to -1 to display them in MHz + - JSON option display.binaryPrefix has been moved to display.size.binaryPrefix + - Previously: { "display": { "binaryPrefix": "IEC" } } + - Now: { "display": { "size": { "binaryPrefix": "IEC" } } } + Features: + - Print physical diagonal length if supported (Display) + - Detect display type in X11 mode (Display) + - Assume displays connected via DisplayPort are external monitors (Display, Linux) + - Support GPU frequency detection for Intel XE driver (GPU, Linux) + - Detect init system on Android (InitSystem, Android) + - Use background to display color blocks (Colors) + - To fix weird vertical black lines in some terminals and match the behavior of neofetch (#1094) + - Can be reverted to old behavior with --colors-symbol block + - Support Zed terminal version detection (Terminal) + - Improve wezterm font detection (TerminalFont) + - Add option --separator-length + - Support GPU frequency detection for Apple Silicon (GPU, macOS) + - Detect maximum refresh rate (#1101, Monitor) + - Detect if HDR mode is supported and enabled (Windows, Display / Monitor) + - Support physical monitor info detection for FreeBSD and SunOS (Monitor) + - Support defining constant strings in JSON config file, which can be used to dedupe formattion strings + { + "display": { + "constants": [ + "Hello", // {$1} + "world" // {$2} + ] + }, + "modules": [ + { + "type": "custom", + "format": "{$1} {$2}!" // print "Hello world!" + }, + { + "type": "custom", + "format": "{$2} {$1}" // print "world Hello" + } + ] + } + + Bugfixes: + - Fix some presets + - Better detection for XTerm terminal fonts (#1095, TerminalFont, Linux) + - Remove debug output (#1097, Windows) + - Fix command line option --gpu-hide-type doesn't work (#1098, GPU) + - Fix wrong date on Raspbian 10 (#1108, DateTime, Linux) + - Use brightness instead of actuall_brightness when detecting current brightness level (Brightness, Linux) + - Ref: https://bugzilla.kernel.org/show_bug.cgi?id=203905 + - Fix buffer overflow with long font family names when detecting kitty term font (TerminalFont) + - Fix some typos + Logos: + - Update void_small + - Add ALT Linux + + 995c26706637ae688f1037991d1692f0674e5ba6b0a9c5006fcb1896289bf07e fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + a08047600bdae53a53df38466838ac3e07af216b7139268c5a8ecc8907c7734f fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 1f5d9761aa6929b41f55a1966ba56f646ecad029d14a3305788d90acfc35bc46 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + 2e2a96d53fc0bdb021e4fca19e747f9e13d64dfe621f7b6364eb782aa35c213e fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 4a5dff7018232ef1ebc3f31a607e9fa39f8bbb3cf54df571f412608e99f3bbbd fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + fe279ec68f8fd09c2f5e2e67318160d2b86ad0010d3454bfb8c5e6c08bc68d2a fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + 4d71c2542f39ed00b4074d41f2179b11f3779d2a1061c474f7245cf3acdc6e53 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + a9f99fa2086b9ed8cf8b86adc1239ed28545309de5f68fd7876b1ca1616ab292 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 4ccd0b19e4fbee3522112452a36a32e1b9f70c1686fe5bcccc59493f729b1536 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + d5c9db37ae350fe9029155ef9c7c7582a1d99821a3c38215a7b09c3ca21f9691 fastfetch-linux-amd64/fastfetch-linux-amd64.zip + b062d00dbe359fde2329e5ccb6873afcfa5d8223f05741e22683e4ed8101d8b1 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 61d99b05d74f7ca758f715aee3ee5665c6a2610c32ade81d494bb803209783d1 fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + 57d7524bf51089f89fbee94b3126a89400dfcffb63a453b78003698fdceb71d4 fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + 065b4279dc14a88631e462c5691f31c2df7b1ea966fd4bdcaab0b174429ab657 fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + 8f3acef29a42d0c1182ca05ddd691de26205cd73984f87163efb1cf8f06fa4ca fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + 47323d12fee916c266164243ad8c3eeb81d75a5a1a6b18f5f79feb61c201090d fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + a09bb169983a0d7570d7a47c7d6b3df4242960fd1cf0f6de5987b29e9c8681ba fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 216f030ee5bc498955e56b7996d2c92b894875641bf0def05b63e6d360839631 fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + 203b5c3c0df9dc0485402004817e6f958825d3d0849ce47908a50cc714495103 fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + a46377cc67373dcf4804026696bb06ad8a245df651997cb4d0424bb46744ef18 fastfetch-macos-universal/fastfetch-macos-universal.zip + 7d7d7179ae5b2f66c05c4c47b38ddefb9f62000cd8f8fbf045c6f4da36aed2b0 fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + 60afa82ca782bb7b20f2d4b7bae5edc1df1d703f87c2e63f5e185c091cdd93ad fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + 05cec2dc5253c5af43852f387d6f317401886c4e1c6fcc98a9103d51bea0dff1 fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + 8965f5b03f323112e34bf481272420d02d531df0580f3569dfefc39eac17b884 fastfetch-musl-amd64/fastfetch-musl-amd64.zip + b145d22afabd7e890566a615060bd1d66677703b1105118b8803eceac8bf76c8 fastfetch-source/2.19.0.tar.gz + dea2cbf2531139c4d06dea68469204784b86af01a6e40eff5fc2efdd7c409fb7 fastfetch-source/2.19.0.zip + 708d3e4f3dd6a07cd5415d3b891fbaeadc05363ac3cc29e7d1911d2f793ca036 fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + 986743d800acbe4e49143bf6ff11c9a3db5633967e1e3174371e54a96fb24253 fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + a0e17eaca5a3ebb57d3a39839c2a976a85354a82f648e37a91a89c1a53fa6bd0 fastfetch-windows-amd64/fastfetch-windows-amd64.7z + 48b495e3ab1f69b81c5c76fbb4b64be604f19734d980b4b9b5e7da6ab895a8a7 fastfetch-windows-amd64/fastfetch-windows-amd64.zip + 6342123cd0c7d223693b5b5a8b88abd7106a7f7080849bd2046b241ef7b8371b fastfetch-windows-i686/fastfetch-windows-i686.7z + 3924d29d89f97d0c10d5c7730c59c821232758c4594a9be7db429df6cea68359 fastfetch-windows-i686/fastfetch-windows-i686.zip + + 838d5145ba4ab15375609f9fc812d7e180389d71d91b80d8883167c30e93e77ff96f190702fada3cf086ff330f3ddc289511d80acc0dca0a583f2c7db3edc148 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + c1f47ed0d21c3b81a21b8480bf737fba3711a74ff48598908331f752bb02447f8262ad8cf8c96a6dc80e5aec57894bfdb2ebae092f3a9f99be11aba918bcc7a8 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 8e8da9dc3d96c1f739b946114b20820818bb7079494beb455b2f672c404869e501f6c0aa73bd945107c8f0b3334691fe6397508df57694ecbf31b59fb1a48a04 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + 7bf1e3d5983022c169994abc2315f4a0cd0c398d814e046839c04e4186efa3bfe0c2311ff69a2689b30c8550314a7840776fcd627dbc0b3e00fe5da2f3698332 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 0a31575ce2120c374bb4a8aa1385f93b31bd2ad732f04752a8bbf9450bd07898e791535705b553374ff3fac7e720fc518018e34b21eba705125d6bdc9630225b fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + a284bebb97abce3388c3a892b524c8ae9b119af1112c9b3d0cd152aca1fac58a315f7169c53e3d7dcd125f53f26947260cc51a938baf351f9130dfb08cdd28ab fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + 237f7aaef71f9358f90f06e71e12a79d4390a8907b12255370a7621f82f500f8462b16a9f99b1d36c603fe19cf84488a6356a378d7fc82f623930d866ced6ad9 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 9459a78a9b759f162596fa47fd8d51ea256ab76547a6b2e9d0ab5dd2c6ea7ceb6bf00ca0b14e87fe216e6dcc957e4529937cc85d4df69732f5ca4333f24b6d10 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 4fab9129fa29f7d42b300552bddb022d76887e7c26884eff8c160b9c60e8a4d61e1fe5f3d04b82aeb0fdefafb16b3c7d55834664bbc44355560af0fd55e15949 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 57ac4b51971c7b4d8668a5e47cdba6d550d34b691e1cd32973271ce440ebe5d4b89d2cd64a59351ebb6a65da3082bf347351ee72180dc6aa259b620cbae6ede9 fastfetch-linux-amd64/fastfetch-linux-amd64.zip + 84aa67c7e5c77b7631970c3ebd92487a0d5d9f08a35ea4ac41a8deb07711e49d508af81db44b2d13d705710360a0862da0c8543139fcbf7bf1ab679453eb360e fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + a3abf67d191f83d9617b17fc445ba67c9b2f308f018f25f219fbcdb9be571535f51a61251c1b4f2a40e1a93d2ac1bf76c8ac351ffc4da45efb3fe6fae02e2b24 fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + 498d5791e10660bee5ed1a4ec5fc30c565aeb7c12e0e402d232a4ae5e4bb8a86c5d63a49ce52000f7954516b77eab2e4c3566913dbcb56efe1df68cd175174fa fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + af79e4ec57218dadf13aa65a27debe8a5d9dc1823259fe1e505d20ae8295600b3f2cdc0855bd84747f7f13dffbc3b0adab2874f79a41241117e94b9c4aa5ce5d fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + ce3e801e95d78ed75b3e3f91a3305a20f81fc603b4f65ba17b3cffc02481ad314a0fef800485eab378d77357ce3c7791aacae09648e10fd85ef2ff52bc0a6cda fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + 248183ba41f9b559f64bd3c09c58c377a32a37e23cc5641c62f2cf40625331e41b844123e9991e4855cfa30ee9cb81559ad33ff227f2394497360fd28d0e845b fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + e2370777db541631414cdeeb44b113402476af4e279aadafdb512869a9da76a3fde7efbfd8ec1a9da6d15976916235cf3e0e32db29c859b00d0f797357d81f3c fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 1ad3a0bc64975e41e7900fb07af113b0320e12c1775e94cf6b8f9f75ec36ebdc13d3f8ab4548b8a4b76587645a113b0a67fdeb2877700b99f6b90a3918284543 fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + cff43845b1aaffd6501c41961d2babc97acfaacc7c65afc23abacc9ed68b59f703822e29954caa80d20ccce8537f420dd6411bf33c90addb9c7398ee1af47f41 fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + fa5602919232af201411bff5d3ead0e1fb3337f499deca097ec9ac1e45da25fa4c265e6ac017901a453f1f51f00b619deed64d6bb15c798144ae8f47f4c8cbdd fastfetch-macos-universal/fastfetch-macos-universal.zip +ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.19.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.19.0/Fastfetch-cli.Fastfetch.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.19.0/Fastfetch-cli.Fastfetch.yaml new file mode 100644 index 0000000000000..7cc180573d984 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.19.0/Fastfetch-cli.Fastfetch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.19.1/Fastfetch-cli.Fastfetch.installer.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.19.1/Fastfetch-cli.Fastfetch.installer.yaml new file mode 100644 index 0000000000000..89264b5e099f0 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.19.1/Fastfetch-cli.Fastfetch.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.19.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastfetch.exe +- RelativeFilePath: flashfetch.exe +Commands: +- fastfetch +ReleaseDate: 2024-07-23 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.19.1/fastfetch-windows-i686.zip + InstallerSha256: B195FEB7D5744065C242B6345E4705BCB905F1B6326D901123E6DD3CF3AB3E80 +- Architecture: x64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.19.1/fastfetch-windows-amd64.zip + InstallerSha256: 7C3356C67B6398D5853044B96982BAB4946F7D7488D8A0F743E33EAE4B4C2D67 +- Architecture: arm64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.19.1/fastfetch-windows-aarch64.zip + InstallerSha256: 20AB9594FDAE823ABADBD5450D6F1204AE6F961FC5F02BFE44600FE75D5E0BC7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.19.1/Fastfetch-cli.Fastfetch.locale.en-US.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.19.1/Fastfetch-cli.Fastfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..e136cc62265cf --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.19.1/Fastfetch-cli.Fastfetch.locale.en-US.yaml @@ -0,0 +1,99 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.19.1 +PackageLocale: en-US +Publisher: fastfetch-cli +PublisherUrl: https://github.com/fastfetch-cli +PackageName: fastfetch +PackageUrl: https://github.com/fastfetch-cli/fastfetch +License: MIT +LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE +ShortDescription: Like neofetch, but much faster because written mostly in C. +Tags: +- cli +- command-line +- cross-platform +- fastfetch +- fetch +- hardware +- neofetch +- screenfetch +- terminal +ReleaseNotes: |- + Bugfixes + - Fix frequency value printing when using custom format (#1111, CPU / GPU) + - Fix display detection for XiaoMi Android phone (Display, Android) + Features: + - Detect if HDR mode is enabled for screens (Display) + - Supported in Windows and Linux (KDE) currently + + d8e7f574a8ac74bca59272846bb484fc8c3035e00ad5954d6066e4a440341ebb fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + c0017b426638ddb2b5b9e51a4522002f02f5b5aa0651682708b23dd02a952086 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + d45b66944e319b314a978c06d5fc4eb216819c8a8fb8f38b00d865d91a0e92db fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + 1121452e5f13c6a49e4c65ffe9f265d55cde370bd237bd32d25534bdd029fa5e fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 7318b8cd7e75158b7644c68e7aa0ffc2af64899090e79fa2931757c3b85fbced fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 834f4bf3f7e6361b57390a7219957e85558104891ea2e967bf0ba2f7eb6afa9c fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + 3e8894616f9986a66a33745b74d289172d5e737fba0b9bdb8be12b8f7167b79b fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 1d1df198d3f09863efec08cdbb858d97b5fba0473a7a85af4b1154232b07d70f fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + f4edab310a340a4a5f8e15f7cb2dcf1c42ac954de529de89feb76147e248eeda fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 883bd84762f88f32c4a32f7d904d0e875e142ed43ef6c81d6fa424f50dbd8257 fastfetch-linux-amd64/fastfetch-linux-amd64.zip + 90a139ce6354fabda327f10935e8f79c417493ba44c48ef540117f365cd62f0c fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 2516e6c128630f3c11f9b2269b423c56653b4a1edbaaf2b70078c88c5b80912b fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + 9440e8bdf260b2acdd49892c4bdbd1cd091769870c5499b6f969b9c8685a740f fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + 035af6c0b4c9488f5085c1ac1005a80f1f97a169ae8612ec3fc0bdb71d8d9606 fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + d2db93a23b7e8d46ac85b28a128de856df07d98a6c1ba77dfbf9fe280e6fe6f3 fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + e70eb255e05adbb806030081556b37dbf846937b3c52dc8bfb07dda0d45df383 fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + 8372233516a808d3457f36e153a86e768d8a5e1e9d4331a9eb13e0eab52baf25 fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + ebcc0eae13d2e0081df294d22156dcc50026e2c1e866101fc068a3bec1463147 fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + e2e3b92a8c2022f26e5eaa0df419b7ca19660f1b107fde5318b409614f1830ad fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + d1f3c4046af38255c4930a9ebf1abbae9acb0cfb681911b462fa06581ea75263 fastfetch-macos-universal/fastfetch-macos-universal.zip + 99d473fc656483b08d12e5e07257e3d5e3c73d125f18e900b9f2f5545d48e072 fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + 7ee28f0c6ef6f65f78d83e77fbed7bd6dfc962f8302129f26fe6981f0b9b72f6 fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + 353a10d94a49931c80d9337a3254a8baf85fe52fc3b36887658ed0f8d2d1358a fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + e1a0fcff868c4723356136e6d43b3269f00cd4720352b1f37a7b389b6de5960c fastfetch-musl-amd64/fastfetch-musl-amd64.zip + 0d2c53d4ba9801af2a7dbc6e0f1e4a301aaf28651c19c413f45659e6aa8aa1a1 fastfetch-source/2.19.1.tar.gz + 07ca104f4ce4e3b2d97e3a3dd138d9c1e3cd96321afb701f575c4afb5ec9b56c fastfetch-source/2.19.1.zip + ada2c03b9f13ada209ad6207aaa815fddca16d0212da8001ad785bd4ee3bd0bc fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + fe3ec48acf844e6e1598bb7cf0bc1777a458e98aaff17eeb226d7ad67799648e fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + cf52d77bd2967d56e839470e2dfb9fc8ec0191ec68cd971b74d5e2642b52d61d fastfetch-windows-amd64/fastfetch-windows-amd64.7z + 7c3356c67b6398d5853044b96982bab4946f7d7488d8a0f743e33eae4b4c2d67 fastfetch-windows-amd64/fastfetch-windows-amd64.zip + 2beb4fe8ed1c467d2b10848a334ece06e64023a7876a9d205a693def96fe1ab2 fastfetch-windows-i686/fastfetch-windows-i686.7z + b195feb7d5744065c242b6345e4705bcb905f1b6326d901123e6dd3cf3ab3e80 fastfetch-windows-i686/fastfetch-windows-i686.zip + + 782ff49bde8ae6c2412609c0e76c2f5060061523e569d3e65e84772133e64fec5873ce1d4e094b747af0d110c21dff84223287b9f17e922dbd66051023fa7d4f fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + acee0b39e350410c5bc8ccaa03dedddb2fc60f3d6b24f66287f04e7372c1834d6b0830512cba337e79ef5322ab7da0d2dae4da5121b49c4f41695106a6fcb129 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 430ee5ce7f5fd4bb19219aefcba9d5f90326b870b7b3587bad71f96643dabb9b3f610ead6d73c5b6eee20fcf846dff049473e98063e0c3884c4ae236077b7da7 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + a74378c78a35e8beebb640df31b356787a38aedb67dcb26d1e8b2a7e926c293bdf32ca9588d1220b78a7ab3f345e2de5e2658d5313a06312fc01972a76d09952 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 825c689615f3285ed947621176ce0ac19a46fb034edc1b33d026bb9013c7586b61f088cd74ca4bdf6622b6eb5a546bf543e52418e157b7e7a0f0601fdc507deb fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + dddb9d8268c8ce1c7eed47e0e670a297c28ede758a15b2aa103ca9db64b83005650bbdccd5aaf0f0b29eda956a2ed7b58fa91342077359b28db8aeeea956fb7f fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + c9bcd6bb6ae8a4e5e8cd63e51734cefa75b6eae2b8778d43436387c46ba8a527521ab5bcd639d1ee36e651f8dbfec1d93fc161311e4d4092b18977f8459839d4 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 9edd703603300f6c177f8df67f95ee77f4bfdec812b7a011e3812966d4a9f0df37fe0f8ae5b2606196288b27bfa7dd077d4d7b5163027d5b29e6eddf80113cfb fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + f9e75a800902bf038b98b1d24f6a13d2cc344b3fbaeba72b1c8c4a295ba7e406455210ae763b9ccf6dcf4c57a4b6ceb0011c86886404327478bac89a850fa8a2 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 7cfc0bcddce9e84323bee5da01247b4b4429ca279bc7f1275ddc0d3b3cfde33627bbbcb74fd175ebcfb3ea6071170c548ca9a34c141c6cd25512fe5124079f7c fastfetch-linux-amd64/fastfetch-linux-amd64.zip + a1ff359036468fe7e18d2371027bbb4c811b9fd98d5e8b857e12d398145fd016c2ed6e1bafe61f254c80a02a868b2bd3ede8b452b417fc7b71f5bdbf3d232ab4 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 739572bc8ecaa504b85e9b677684b72eda4f22b39f3a49746dd5dfbed1a3dd27265cb11dcc2fd72566136abb1cc23517273160f480e6221040cd59dbd6b41d6c fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + 3aa152eebf93af357721f21da8d1309c616621849c91bc5d0f7f8e642ff2d906f15cfcb3172cbda8c3b08c1ee38b602c8c7ab760ff1b350e630819332258e9d3 fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + 4295ae92c786be1d3314796a82e44895da2c04d997ca829cc96944dbf6da537bba4c35858dcd2bc41d7c295273d859b89e1b18dd95b88a0aaf15310e19c7abd2 fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + 0f66b7733631767dad8fb5c3ed75ad720c3b1e7d722c48cdec7848ba01f027630c1b5ce6da6d540a59023ee4868b13e585acfdfad5577f2f2542a48402a2d903 fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + e2cbafaae5347790eccbe80519a4f44e8e178e1fa4ee08f0a8a000b6aec8cf8ce3057454094f8f06438053daeeb4203efb924bb738afcf965244d3f320bc368f fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + c90e16f4a52e137310855c6c02d17112e1f9831685de7c9150104b585239f8caf03df9d8fb150683e19863d2659d8c8bc67f258f53a5d665f48fbaccec5e11ea fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 0e5e9b3549187ed29f559e2adaf2db42f8ef45850b5ca09e56685b089ea676f190f6e38a004da8507e79d0cef80d3fee84adc9fad4920670f84970a9a4f2fcea fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + 6c8ebc5e986ca78de493819a20abd0d8ddac64af288dc45bfe2cad45855d5f19185257ae3518b514f3e270b522b95e92f1198bcbc573f9b79be7164260c64a33 fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + d1b18fea3a8165faed3f6f4582ecd46c6b436c09db89bb3d3dbb945f180d85f5f87535d801309046413fa143cc88a2cba1210ea8ba255597237114f7263f75a9 fastfetch-macos-universal/fastfetch-macos-universal.zip + 4a520c4108c5aebe19fc9d4edc0bfc9c1c8c8825a6702b5ee3c71f1105ff1dc1250506c919ae7f87af37199b7ef6b797ef4737abed70f6f308a53f792b275c03 fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + 8900d5c759d5f47fc66154e9856fd322d23fa834895b65d7e02f01b4451bf44ebcf0b08e6e88772a19b6d43fb141f86e628ef32f96fcdf739830b2fd076f8d9b fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + 49b98277131667655ea568ec39f17108dc8ac9dc271b446b455c5eb912f1343585ee5765d087ef8c3a13b3445fd538d53d6a3069bdaff6cadf28e991ff8b63d6 fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + 40abde55ecbe0c7d472622892ab62a3f10347f0fdcb86c693c583fe462a179e5777ef81026c2cf0cae247bf9fe8b97724488e9f5e7551291bb497c00bb259005 fastfetch-musl-amd64/fastfetch-musl-amd64.zip + ea45f42c016a5a32f2fc6255eac1076adb3a5f223a27cae3304d76f9df10a5043ccfbbc63ae7f7da2188462ceacb5fc65e9884749de7c4f75afdbcb8a102fca0 fastfetch-source/2.19.1.tar.gz + 2b894eafe9608d40a5922e2dd5e8bd71692a10e46628684b900f17bca30c4da501d29c55dac2d610db6b0bf20aea132a14708b9e054bf585c4597bff6a08b7ad fastfetch-source/2.19.1.zip + d540bd131c22dea35f9a859f13297b67bb11c6b1fa93e9823526d496c3d4d5e3d66b93fe9a1ba0df69b73a61770c04245c71daac4cc9c37013f6d3fb46dd1907 fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + a475196af1f5a8ad4c1de61498f14ca5fdb151e25158b587a2206d93ab229ce32bed835b423274b11c5ffc6bc3094b595f11bf9fc1486e47a717081be8260155 fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + af5bfb5d8fc281bba7c1756b5c96146c297d09de189185c51077fe5071f2a0666c8432b4775b79adce10075c66429803a16da447c4427eaac73ed1482466866d fastfetch-windows-amd64/fastfetch-windows-amd64.7z + c42a0b9ea33774fd9cb00849f983ff8cf08dbe225f5fbabd617216bcc24e4da67c2c018a564de69b05cf96673c2161f470389279e267aaeb255e01e7bfb52ac3 fastfetch-windows-amd64/fastfetch-windows-amd64.zip + 35f4cb70ad0702191556bae425a0d61e841f70bd3899e581d99f594ff5443af2ae400230957f5cdbbbf715d88052feebd189c0cb0a6d6d54e582642ec4630124 fastfetch-windows-i686/fastfetch-windows-i686.7z + 01d686e78b13db740c2e7b765b097e851048b629a62cd889c8a0d259f0f9728f5ae6236943b7158a6c0ed672651d309a96ea59cab6fbe908116c26e98a327067 fastfetch-windows-i686/fastfetch-windows-i686.zip +ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.19.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.19.1/Fastfetch-cli.Fastfetch.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.19.1/Fastfetch-cli.Fastfetch.yaml new file mode 100644 index 0000000000000..1f8be64bf347d --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.19.1/Fastfetch-cli.Fastfetch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.19.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.20.0/Fastfetch-cli.Fastfetch.installer.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.20.0/Fastfetch-cli.Fastfetch.installer.yaml new file mode 100644 index 0000000000000..6538d27b89dc7 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.20.0/Fastfetch-cli.Fastfetch.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.20.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastfetch.exe +- RelativeFilePath: flashfetch.exe +Commands: +- fastfetch +ReleaseDate: 2024-07-26 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.20.0/fastfetch-windows-i686.zip + InstallerSha256: FC29615D2F8E0F599038D80BC38D1F822BCAA9BDC742D68C56459A06EFB5CCBB +- Architecture: x64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.20.0/fastfetch-windows-amd64.zip + InstallerSha256: 0308BFA3ADA38F69E5B29AD8646FA7CD11B507F57B33DE8EF80EF83F3F20C297 +- Architecture: arm64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.20.0/fastfetch-windows-aarch64.zip + InstallerSha256: 55E5D2EE34844CA89ECA0E63C6DC7862DC5F9F86837CED9F240F15BAEB7DAEA2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.20.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.20.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..239a26803bef6 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.20.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml @@ -0,0 +1,109 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.20.0 +PackageLocale: en-US +Publisher: fastfetch-cli +PublisherUrl: https://github.com/fastfetch-cli +PackageName: fastfetch +PackageUrl: https://github.com/fastfetch-cli/fastfetch +License: MIT +LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE +ShortDescription: Like neofetch, but much faster because written mostly in C. +Tags: +- cli +- command-line +- cross-platform +- fastfetch +- fetch +- hardware +- neofetch +- screenfetch +- terminal +ReleaseNotes: |- + This release fixes regression of 2.19.0 on M1 MacBook Air. It also introduces a new option --key-type icon to display predefined icons in keys (requires newest nerd font). See fastfetch -h key-type for detail.Changes: + - JSON option display.keyWidth has been renamed to display.key.width + - Previously: { "display": { "keyWidth": 3 } } + - Now: { "display": { "key": { "width": 3 } } } + - Windows Terminal font detection in WSL has been removed due to issue #1113 + Features: + - Add option display.key.type: to print icons in keys + - Supported value string, icon and both. Default to string (don't display icons) + - Example: { "display": { "key": { "type": "icon" } } } + - Add option display.key.paddingLeft: to print left padding (whitespaces) in keys + - Example: { "display": { "key": { "paddingLeft": 2 } } } + - Add option modules.keyIcon to set icon for specified module + - Example: { "modules": { "type": "command", "keyIcon": "🔑" } } + - Report system mono font name for Terminator if used (TerminalFont, Linux) + - Don't require logo height to be set when using --logo-position right + - Report Snapdragon SOC marketing name for newer Android phones (CPU, Android) + - Detect MTK SOC part name (CPU, Android) + Bugfixes: + - Don't wake up suspended GPUs when using --ds-force-drm (Display, Linux) + - Fix printing editor type in JSON result (Editor) + - Fix --logo-padding-* not working correctly (#1121, Logo) + - Fix possible segfault when detecting GPU frequency (#1121, macOS, GPU) + + 2041a7fe5d4aa5c65aa1abc55b93252a2cc2caa7c18a207d50306b96d0215fe6 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 757727585d32c481c34a782d110a9b08061f7c038420b46889df315a1a208ba7 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 6eac6f04d5c9fbee040d3967e60cc5f674a50d51520ccdd08833eefb9d9e7cdb fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + 2f4dd01adca8241389df79b5a6e050cd29714fd3b43ce4b20f44493cb06d2d80 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 87fd08f955d38f88f9461789609abfb4b0f7d1188da095b7e141752fdde4a30a fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + b428b41f8d3ce8af8c464439cd0cb60946ad3ad0e8acfa35d5769a21b253451a fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + c1899b111595522846763ed7da7b23afaa95a4847d2178e2952bfbb597ef3fe7 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + b034f07803856a955133e8de4d497ccb7adad14bbd6009d5acebe815b445295a fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + ff83d64d56b258bed9e9b7896102f37fec0c3f03cce82f86cb038635385ea39f fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + f0774ea371800995b78824c483d7e601f338445bdafd672c931b2ed4feee794a fastfetch-linux-amd64/fastfetch-linux-amd64.zip + be4166a144171500ef6df7fd90bb7fbb5be225d7ee019d8177b3f1d42e82d477 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + ce2a38583c44dffc61d5989e418ebfa4d7ea4b6247cd5d64d254d7ca854591fa fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + d31b10a80fbe46cdbf5c7dbdf75112d03619fda162afb24dadc553a4ea22daa7 fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + 9e1c3f9bedcb14ff9a56fee8285ae281470f8eae53d06f90e4d64de1e647f378 fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + 76a29caed059c569a5f575ffe51eecdda1f71dba540f5b339714a362a05630b1 fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + 4746387fa2c6f52fbef3641c3a0ec92716a36a23a561fc4d0e633a15a470610b fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + a546e080d61a64b797cc82f1accc7951b36a54d92ff545e53509b12dc54eb938 fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 2a11e234e6f20bbca692c98173a24c1dbe6198625c73d6144f004d0da5a64d68 fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + a377dad8021b8db22d99e36ab94d0f36faa62a0e85c34b3f85afb6990040bb61 fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + 7a58b9056f58b7ab151d4465e43664f4dfe19a1ce1e95a7a08c5a6d4e92bcc52 fastfetch-macos-universal/fastfetch-macos-universal.zip + 9f3237f124a36fd2a8361dcc15c1a4dbe9920713bfbcc6843fa389745b9d7185 fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + 8c7d04931666a1af01afc18b833f04276123ef58306dbf918c801ad45a9c9dfe fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + 9f1ca13a4f9b3b799efe506457181948be2a898d2942946a1e85b4c9b7505429 fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + b27c6526a8adb0e78ba2cd576b88a3c23b142fd50b90bf98273a141d4ea5f73e fastfetch-musl-amd64/fastfetch-musl-amd64.zip + 461f64bda6ab4a33085b1b75afd01e72a7d0556b678852b95fbea4916ceec2a8 fastfetch-source/2.20.0.tar.gz + 23deed34195c4b6a16fa07c15210cfa1105207b7d7a12b4985fe00e5dd88ab9e fastfetch-source/2.20.0.zip + 7fd4207222c55d3213d5952584c17e065800a95147fc8928e104f803334cd643 fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + 838f00b446abd1a73580e7cd330e918b27aeb6aae3493f3383aebc17778a503e fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + f35c09c834a46c27f90b5bc3087601a4508a8aac2faa5e5a9add9d5d3f9f95b4 fastfetch-windows-amd64/fastfetch-windows-amd64.7z + 0308bfa3ada38f69e5b29ad8646fa7cd11b507f57b33de8ef80ef83f3f20c297 fastfetch-windows-amd64/fastfetch-windows-amd64.zip + e5ad7da8826284ef08373758fae2f2bd2774169e983af1cff830ceb0c2741246 fastfetch-windows-i686/fastfetch-windows-i686.7z + fc29615d2f8e0f599038d80bc38d1f822bcaa9bdc742d68c56459a06efb5ccbb fastfetch-windows-i686/fastfetch-windows-i686.zip + + ddcbd8bfd804a8fbedcc4d0f3ffdf3a1ebdd084aa05f045573081b467b2c5abbf43cc813938eb3726eb96c3e18dbd85fa3f90c15b9d1d8bc01b2bb478993a189 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + bc9defee29de108ded6731c8c1368793a64c1c573dfe24573e7e8d6b54f108c3cfd8ae4de95442586c7f78ef90fbdcbaf0f43306a75caeae66907101cbd24974 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 401a8cb20bf1bcb5dcb65d537f0225bbf36e5ba18cfe204f9ac27f4cbf1c81e91ef66e3a0b7e91854a7bde5bf716eb283de9e7fb8cd8861cfeaf9c8ac2ab9061 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + 5db0aa9723e728c1a94b103c92d6c017ae76c8163f10ff7e8c8f383b1688d8d400d82a86e18b472c451b1f0e1807650ebf8fe7a5b10d0958b7627448678f5a73 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 380f0f36a5ed4c2c0b439a89f0a476d4dd6b46c4029ca728619e3636f0c4ce349244396e76ef8096f12430ca1b99a4c2628db8b2b0c242b20cac79744a8afe8f fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 8c19d0f8b895d9edbac900900c3d4199293b811b3d3209cf8027e563921b4cc37f8a63f13256263e371913dbf9f91c3a58b276dbb38d5e4cc65e077a82f0b2c3 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + 98e635bb88a00b42ceb0788d169c4763af6759e0304f2f68e237fd180150ea4bbce47f714da7a1b1a77f66da2a8639c1028746b1e3a34ef594e73318a0ba0869 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 6831e13a41728770a3cfcfdeccc76a643239a0d43b970adedef5405067fccc6a7ce6f1a9c2033346bc029884c13f0e5350277380941ef8f801d462b5f77a7fd0 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 4dea1d327a8d1af36a323374a9ad3d36dc2abf832c89f7c0fc3c9cf5f2dfdacf88b4e5a4299052586eb76485de7c2ae4729d0c30e4aa1ff4850c98cc13f2638e fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 53dd695f2994845a816d0036a3f34fea5a8ef6d5b24124e0a365fb4b8d8e2c544ae2275e73e5d3009a0cc85dbe28f20c4f6e29bb84b340ae2b1bc4c8cf5b0063 fastfetch-linux-amd64/fastfetch-linux-amd64.zip + eb0984d45323afd472623b7093cb1d1aefb502f740e75dfee93cc306b709c3ad58e2cb755f36d956ddb0184d12aeb9510dee332c3d71044647b0878685dd7c26 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + c2f495cae18deecb2b6e829e91f14ea8e4ac4acdb0ec3c9f9fe9cb0b88cf06fafceb1cb69330c49ad13d8e6bd7e2f71cefd381fc896c2a9f07c9b2e6ba4e4de5 fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + 9f1127638ad852d163d36a9ef9b4235f0cf22a580055cf703a60b2c2d5781557484c1e4d2ae0cf0c45e7506d225b49c138fd9fa4775d6b24bfe0ebfb3052e62e fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + 609e21a6eff179034ffb6e1393e1b2a2466eddaca4d5a46ea6aeccaba0661ba0a0b63b9ea861328c4cc892da82cf7f703895af9964a945469927d6f0ae79f7b9 fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + 895c2c8186b32556ddc15213e9d0d51359067735f47417b5153249ebada512e63edbb4978040c41c24557be8df4aacdfd3ba4ca0325d257396f1223f127947fc fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + b2b712d794cc2723a792f9eae917a8b82d87919d764fe367a2e110bc096342246fb4e0d8805e6c1f4da388e4d7addac07ab9d0339a4e81d732f58a1927915241 fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + e01e0e465f0620c05f5dcbc590e40c36b3a2fe92131b542a7584c0960c40a787086aadc4118d062cbc12a2289065957bbecbacdc43a9f05809c674a7a93befdc fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 0117a45520d0733d19e1d19d9764692fa9cde0ca5de8b8bb79a96b33cd1311e38af49e0eeddbc749717641ee3cc8794bdd8b34821b432e16d0727261de2a7009 fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + 079d6b25a8266aa6bc980ad75c5e57fcb8f05fb77a70c66d017b80d3cd4707ebbd9722ae1e4c6c684f313f0aecea042dc6e7d0d26319c7647b39c1b9ca6a7b06 fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + 86c368635ceb0774c66692e65b4b5cd994a5667ab3f2c135b5ceb97698a0e1fcf70abd29016685de7469e1923e8da859c35500142680007b2a0592424b44b3e3 fastfetch-macos-universal/fastfetch-macos-universal.zip + 6804f6ec3285d0ae1caa1c86f418fa34cae1ac900bbc8dbc8e7704fe8e9e94c20fef16c2df8cd51d3369f5d26b809e132c169cc8347f6ff0d425be937db887c6 fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + e43d11334d95f36fdd14845c7394a306e0573c309735f3f3a3bf45bdcc2dc629618cedee3e6784127ab2c93d9d67aec98c48be33379d22d50eae32da69f18d3b fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + e24ec0340b54d239f30a7f2b6cd379b8dde28cf5bb5ccf61082d67f3614b0d915e8c87ec6487ed017e26804530d27d7725510eaf7409d0c26953a95b0c0ff488 fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + 46aa65e01accc896b10c69128ec78fc4e3d09a927d5b746784110c90e5eff7349ae0626abd70b262f6a19e8f9ef8ea59822850285f61e7636009d8a5adddc4eb fastfetch-musl-amd64/fastfetch-musl-amd64.zip + 96b02688d8817ef84bb926ffa3c77ee95c8d402a6f1e5daeb8170484e6092f953f05a5ab463cdce544adb052a1e89b4ee530cc9f09e54223d5f666099e0ad6dc fastfetch-source/2.20.0.tar.gz + 347f3552343b061f71a045039d13b33cb86e93d33a7b4c292d311d3d70bc6f93d050460037708a7015936a162bfce76558e0e390030e4243b2a7fe666e87e20a fastfetch-source/2.20.0.zip +ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.20.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.20.0/Fastfetch-cli.Fastfetch.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.20.0/Fastfetch-cli.Fastfetch.yaml new file mode 100644 index 0000000000000..f8c6657f7058f --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.20.0/Fastfetch-cli.Fastfetch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.21.0/Fastfetch-cli.Fastfetch.installer.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.21.0/Fastfetch-cli.Fastfetch.installer.yaml new file mode 100644 index 0000000000000..2f0dac44a7a60 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.21.0/Fastfetch-cli.Fastfetch.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.21.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastfetch.exe +- RelativeFilePath: flashfetch.exe +Commands: +- fastfetch +ReleaseDate: 2024-08-05 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.0/fastfetch-windows-i686.zip + InstallerSha256: F66E83CB8C66E0A0A704F584FCEA57430B9E1DDE7B85537B880D95747BFFC3AE +- Architecture: x64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.0/fastfetch-windows-amd64.zip + InstallerSha256: C959A29FCD1C003FD71FCB0202277EEFA01634DF70FC99047F7A210681DF0D94 +- Architecture: arm64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.0/fastfetch-windows-aarch64.zip + InstallerSha256: 53321B1F20302114FFE62BFF7CE8C60FFE1D1E6FCAB347C7F2EA37BC0AA128E9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.21.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.21.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..5ab4cbed63b1c --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.21.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml @@ -0,0 +1,117 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.21.0 +PackageLocale: en-US +Publisher: fastfetch-cli +PublisherUrl: https://github.com/fastfetch-cli +PackageName: fastfetch +PackageUrl: https://github.com/fastfetch-cli/fastfetch +License: MIT +LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE +ShortDescription: Like neofetch, but much faster because written mostly in C. +Tags: +- cli +- command-line +- cross-platform +- fastfetch +- fetch +- hardware +- neofetch +- screenfetch +- terminal +ReleaseNotes: |- + Changes: + - We no longer use libnm for Wifi detection on Linux. Instead, we use libdbus to communicate with NetworkManager directly + - To package managers: libnm should be removed from dependency list + Features: + - Add module BluetoothRadio that prints bluetooth radios installed on the system + - Don't confuse with module Bluetooth which lists connected bluetooth devices + - Detect more information when --gpu-driver-specific is used (GPU) + - Detect which type of nvidia driver (open source or proprietary) is used (GPU, Linux) + - --gpu-driver-specific adds supports for Moore Threads GPU (#1142, GPU, Linux / Windows) + - Use SetupAPI for detecting GPUs to support GPU detection when running fastfetch as a Windows Service (GPU, Windows) + - See for detail + - Detect playback status (Media, Linux) + Bugfixes: + - Don't try to connect display server in tty mode (Linux, #1110) + - Improve ssh detection + - Fix max frequency printing in custom format (CPU) + - Fix displaying random characters when detecting kitty term font (#1136 / #1145, TerminalFont, Linux) + - Make sure to detect all physical memory devices (#1137) + - Don't detect wl-restart as WM (#1135, WM, Linux) + - Use PCI bus ID to match Nvidia cards; fix multi-GPU detection (GPU) + - Ignore invalid GPU (#1066, GPU, macOS) + - Print error when invalid color code is found (#1138) + - Fix invalid refresh rate detection on old macOS versions (Display, macOS) + - Fix disk size detection on 32-bit systems (Disk, BSD) + - Don't ignore disabled GPUs (#1140, GPU, Linux) + - Fix GPU type detection on FreeBSD (GPU, FreeBSD) + - Remove shell version detection for unknown shells (#1144, Shell) + - Don't detect hyfetch as shell on NixOS (Shell, NixOS) + Logos: + - Update EndeavourOS_small + - Add QTS + + 655646d73484b286321d004b54bb678ee0588462cdb5d6267d9d67507c978179 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 64aeed6b0513b11ba6b0249f893ce8b0a26354894110df5c71d9d9a68ebab75b fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 319304d85daf929451db1f3f7286bb52e0fcacffde704c07164d65f17528f292 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + 62e207002da633152b2d26f124e048571d51749d3c6bf97cb78ff7bd67a35412 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + cbb2815f874104070b003550276a6a8f050aa7d5faf8d542f2ea8c1537b1f515 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 1cc712a6b616ccd2bd37d12ebe077c8a07a81c5df9c1bc8489014253aa35fdfb fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + b665087675c6c1fc2e314646faa295769cc7b1de194cbeee73f06610fcb5031f fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 6f3dc7155c01e8431e7e90157dd98b30e99ded8f2879ac39b76af87c5a375125 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + be589c99fe7b8d9b84495d65f310785c0166d6b059810ee21c6ef2c3042ee269 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + ffa7360a15d742091efa901993247f58f8a234ca30a0e880848d91954ee0233f fastfetch-linux-amd64/fastfetch-linux-amd64.zip + dde9a1f49a922f5fa6697002d4de16a8e583d77020317508e46214e09038c870 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 89f3de058b8a82503800b348de4cb08d4f35f927c22081c85991855e862d4174 fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + eb95dfa8be6c5a0930368f6725715dd53f29b1a436a293958aad367dbe484f7d fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + 6ddfd3aa7fd8f6404a52e76c47ca9d2b65b051f440334cc0bfbba02282a515e9 fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + 8c9743e07480ee1598231cbe1c9b5ce09783d1b0535a19f743fac468611f4335 fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + 300a473bfd9f4ee36934b503fb4783c11660a23307d995c0a38d212973ac9ac4 fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + 4503a42194a508e67d8dd1170b519f264da7478df3cc1e73960c9ed02708acbe fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + efaf1b2a37a53c21f530d7e6b7b89c780f64b3356603473b8d283096955d561f fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + 13d9c6238db74912765d72314765a99b561fa25ce0bcdacda63ad477449bab6c fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + 38f1a945b10d71ff8dcf66f0a51f805020efa3b317768acd94323cd70e2357eb fastfetch-macos-universal/fastfetch-macos-universal.zip + 4a299783c8fc1f1f4c089f965ca8aea8562ad6c4338966249522a446a6dd8cb8 fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + 590a447b4f423d86689777d2c26b6742d850179dc074b42c7153e372be63ddb6 fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + 833a333258a4d06fda9bb6a2adc0ff50b24a173d73a36412eb42bd9c7f5275ba fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + 9ca8ed0d5a70e80ab9631374c2714b3c4f422e138b1bb60ed3c3659db9205a2d fastfetch-musl-amd64/fastfetch-musl-amd64.zip + 21d085a612b6bd9ab0f4e7bffe2632e313e6f67d432251cfd5a7f877b7194733 fastfetch-source/2.21.0.tar.gz + 25c06260ac7d1fbea50c08b634f47d311c0d1a95b01aee4a4797610d685055ee fastfetch-source/2.21.0.zip + 42bcefa6abe78c6e9afc498a27c547f011e3339afe34a8c5400925dc7d8c3f1f fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + a56cd58e36217a22c934da0b8076dc9e46ffeba7fe582badb9b6685a425504c4 fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + 70ad2f9b814b1eea9d4c0e5a6ba4a98fc4e4e2895da8974a703710c9c9351b58 fastfetch-windows-amd64/fastfetch-windows-amd64.7z + c959a29fcd1c003fd71fcb0202277eefa01634df70fc99047f7a210681df0d94 fastfetch-windows-amd64/fastfetch-windows-amd64.zip + 5abab4ff4ddb983de38c3693eb64c7232808d48e8d5bcf73e8b45e7b9708d9c3 fastfetch-windows-i686/fastfetch-windows-i686.7z + f66e83cb8c66e0a0a704f584fcea57430b9e1dde7b85537b880d95747bffc3ae fastfetch-windows-i686/fastfetch-windows-i686.zip + + 76caed4eccff3a6e97f6853ebbe4ab105e146b3071e7855a20354c0a057d5484274bc9e910fde3a72d355441ebf8b4de78c6196bb86f91739ed87ad788c0fc90 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 3bd46d996c6de6f1584cb64d6b4b94caf063fd64abeaf1eae60f2107345bad10374e2bec7a6ab48689b15bd716a3fb0b9ed2cba6e945739d87baaca8a76ea33d fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + ac69536f7272f6b29c7870112be5652a40fbfbb44e77d887a9e4342a48307879962a167b5df4d8419ce7a0ebfe6e2e9e8fd64a9aeca792ec97a215503ce167a1 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + 7bf909eed151d9dae2c2674c5d1cf0231f8e90f368bf1e92861af7d05bb02f0a09660f7fbb690a93efb8b5baa9c26ba89b1ad8b8d837f15305e1b98b255b06b5 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + a658aad073beff3d75dd8b7e90efc64d5d37e61354e4fbe2368ae579d955b82243ab368af147ebd0e2a2f5de1fc0f521ceefe6e783beef64eee1727d2a3d7053 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 398cb48741a1bf3eadf0870f41de833967ffabb8b702174bfce3c38234d1e8c594c2d69bdb8cbc4b15dc081f6093357bf21fb2084cf2834a440ac5e8f78702e3 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + 5df2b09def6891d6d9a3cedc6c942acd58963adeb2b76691856c47d033e53f5367fb0db27939037e96908833a17d383114a59e89081ff5d3099d21582693f331 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 9f5bfcf8777023354529004553fc0a2dce545155880b39b558e1640e536cda848dee60a5e61e69adbfa441dc42dd3da4490cebfe16c23cc1a14cd31193f34e97 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 2fd37f2a4f0c7107e5a22ac90852a9194f3733428772c30ea9ebe9bef549a4f32030d7030d1642d995106a386b6a397079cb0f53dbc786306663441888d2f340 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 2aacb0bcc8eb076956d0accb339df044c7cd938b25c72e21ccda75ff25825b2e4d58cd5906abf4bca88c931694e42df7a9668373972225a998c8e1ac3e0f8699 fastfetch-linux-amd64/fastfetch-linux-amd64.zip + c0e7cc9c1133c9cc7fbd0ff072124a560a19f5aec9e31da7a20ca9fd28783c3b485b504f95598abe1529921ea88805a166c7f76ab5e7fb5eeaf2062bf29db774 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 208ca48e46bad1043cf0b20056cb2ec8c832dd19fa7b4da9aae188518d5d6ff598ab340ecf695e40f4e70aade0ba32946f8d45bb8c9c59e9333f8d1fe1656986 fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + cadc7d83a5bd8fe259706b387553b5463386a82bfb924bf2243ca3e5995f59926bafc87e845bddf68c215bc4eb2730c985eafed04e46f083c1b7f7e7484b7c26 fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + f7453abc969e74a5e1de20a22cad90d9d4f1e1f9ad6c22a12efab5e9f74bd606c8f99c7e2bbb95cde30c1528055498a49078d98c71c93e7b30e2d69289c645a3 fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + 0fc4a09c2f366858c32d989a0b472b79538574760262cf6ed43f1ee14844867290082472a4f13d4d8688c162572df0ce3ff2d0231978f2d80e907736d97a60ba fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + df64f73cd3d1e066241cc961ff1d7083327c07f1c978bb94ce2692454298de611c60f5fcfa80ffec78bc30f145f9530591def4782ea6f2e5338e6680ed8f9498 fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + 50b3ebc543e952693b3d2d98a50507f3763aa70328beca4e415e3097c365e86d6104abc6de00ad0299b52b4cc49c820b741d8442c7676f72d84dc719d27a9008 fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 6141f46cd0106a3f1c80ee3ebdc2b716c34df8959959aefffb774cdb6ecf5fb14b09c17f7140f1cdf1baa82feafdddd2aebc47af784895f1d10fb2aec0fa829d fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + 39864e7468535a0607f776f09b7d3e22fe2accc1b36da37c3d897e4f2bf6ac48729fc8f0e0b11ad3862b8d7b62f67eab08bdc33b559eae66eb50db78e65b89a3 fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + 2a08f49e40a08ed14fa1e18188e01a1682165e0ac26f02749ef865524ff43569ab438dbad3e0e41d08d0311e379482125e876d478e07ef561aeba055c02046dc fastfetch-macos-universal/fastfetch-macos-universal.zip + 16df3f1a7ef3a824f3b480af8f2b32a1af1eb17af3278297a3629bb5ca13ef8f6578e54b2acb0889c2af3568bd989eede7b5e2cd6d92c05a227a5d817f075461 fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + b884fab32aed27d4ff78e2ef0b6910765dcca929a46c23fa2e75f9fb6c5dcb1c3094cde334d3471cb384c9e781b27ed3ceb6a2c9d646312a5f8b02a29f83951c fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + 8eba70b8bd3d7a895eddbd5f1e389ed5203ad624ae09c04744e55d1c1e2cd6314ac5c0870ab2a45d73976ad0e69c57e3f43626f1109ccee52106882cd16fecac fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + a649f60cd6bb0511408e729477e22cf80fb7bbdd914e496daf1e4a328449550d7887072a6fba03c6b1eec3646314bc9eb89c4aa2c92fc217f10f444eab2272c9 fastfetch-musl-amd64/fastfetch-musl-amd64.zip + e1c3cb7ddd879a577ce41adf43631f339fae65d313f1eb558972011006b639045d957cf700fcf07566743943c1374b8efb90f740ec578e47baee2cd44afab121 fastfetch-source/2.21.0.tar.gz +ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.21.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.21.0/Fastfetch-cli.Fastfetch.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.21.0/Fastfetch-cli.Fastfetch.yaml new file mode 100644 index 0000000000000..b1f0114605636 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.21.0/Fastfetch-cli.Fastfetch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.21.1/Fastfetch-cli.Fastfetch.installer.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.21.1/Fastfetch-cli.Fastfetch.installer.yaml new file mode 100644 index 0000000000000..0cb58b1bac36d --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.21.1/Fastfetch-cli.Fastfetch.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.21.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastfetch.exe +- RelativeFilePath: flashfetch.exe +Commands: +- fastfetch +ReleaseDate: 2024-08-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.1/fastfetch-windows-i686.zip + InstallerSha256: 10C5E151D456D3A8FC7064A9686AA4D8E5B0D5BD8AA8A9D8D8724C03A5AFC53A +- Architecture: x64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.1/fastfetch-windows-amd64.zip + InstallerSha256: 0C79AD3839ACB0674B18365B282D49276461C064873742B60078DF82BB94482D +- Architecture: arm64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.1/fastfetch-windows-aarch64.zip + InstallerSha256: 43727272805971AEFF507DCCCCD116CA202CC0263793E125008F1407F9DFB357 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.21.1/Fastfetch-cli.Fastfetch.locale.en-US.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.21.1/Fastfetch-cli.Fastfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..792c903d1d163 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.21.1/Fastfetch-cli.Fastfetch.locale.en-US.yaml @@ -0,0 +1,109 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.21.1 +PackageLocale: en-US +Publisher: fastfetch-cli +PublisherUrl: https://github.com/fastfetch-cli +PackageName: fastfetch +PackageUrl: https://github.com/fastfetch-cli/fastfetch +License: MIT +LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE +ShortDescription: Like neofetch, but much faster because written mostly in C. +Tags: +- cli +- command-line +- cross-platform +- fastfetch +- fetch +- hardware +- neofetch +- screenfetch +- terminal +ReleaseNotes: |- + Hotfix for a regression that breaks WM detection when running startx from TTY (Regression from 2.21.0, #1172 / #1162)Changes: + - On Linux, FreeBSD and SunOS, a new recommended dependency libelf is introduced to extract strings in ELF binary, used for + - st term font detection when the term font is compiled directly into the binary + - fast path of systemd version detection + Features: + - Improve performance of + - kitty version detection (Terminal, Linux) + - st term font detection (TerminalFont, Linux) + - systemd version detection (InitSystem, Linux) + Bugfixes: + - Fix building error without linux/wireless.h (Wifi, Linux) + - Fix wrong GPU max frequency on Asahi Linux (GPU, Linux) + - Don't rely $XDG_SESSION_TYPE for detecting wm protocol (#1172 / #1162, WM, Linux) + - Fix light color doesn't work on Linux console (Colors, Linux) + - LC_ALL, if set, overrides every other locale-related environment variable (Locale) + - Increase timeout of DBus calls (Linux) + Logos: + - Add vanilla_small and vanilla2 + - Add LFS (Linux From Scratch) + + e8a106c644c53618b9abf706e2880706f5e2c6934b081ff9ae482a61d118d1ed fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + acc3de389c622c1724d13e340c13bec3394349129c43c5edae6a879cb90f583d fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 6a47f7a055788740196872d3d7f3a445a1170683ab3e72905381c2f045a36fee fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + 6f0fe19357ba40c5a5015cdf63485ff3f0943d5ba810216b9c315d2bb21f04cf fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 8d30c554bf273249d4eedddf8ec5fde123b253c0e2a7d4eec6990f4fd65bb53a fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 4f3ca1ef585577a560996f21815a0ccc93a7bd531aafe80e02b87f78c8097be5 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + 22fd9b28930b0dae1be6f1aa2cbb730933ce6f4c5bdf2f2cb35b8085f55bdc7c fastfetch-linux-amd64/fastfetch-linux-amd64.deb + c2280b27696569c63338b7bcf555f1e8ff63cc7979f612b643dc73a232ccda8b fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 9cf6341968d3c48c13712cbad56547620a8d8caf7e313676761cfeca871f7dcb fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 8394fcaebaf6ee5e9be1eae580d9194ced33a84f89a790f0323a84259bbf48e8 fastfetch-linux-amd64/fastfetch-linux-amd64.zip + 1742f21cee920288628d07b597d812c9df20c3432d68502db485113e04e33b94 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 90ee0684ce5e46010b7a1cec5f2958d1465a3ad9270e45a535c4cd3b79a47171 fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + 0d85f0497c14c235c24f2a2bd4f5a3b1f37011c7a8b75d36c39603d3c390acf9 fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + 86fb80abdd8905b417369073e5677ba4f54ee98dced08a07ad5447ae16e268d4 fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + ae596f39c38655604d8686ea50d25f91ddda64e7b80b50e21ecf9bd8973e7fb0 fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + ab7bc1fc51b6a06d2d27f3dc61bb999b0d516cfc3f624249cfa3aabec8f9b98a fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + 0695e4ffeac0d54685e8395fd8b566cd721fee69b133203c3f80d44ee2616bbe fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 285ee954226d00fa35f64e6b7d26b61bb166f79cacf4c2cece0e1fe0ddcc8ca6 fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + c05753ef75413774700bc51c44b60c09ccbd8c92cad8f1590ffa5e0d0083fa6e fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + 2f8fe18a6aa34a5aa1023699242d3a08a051bb1f57c066bf2d584fe7b3d6a660 fastfetch-macos-universal/fastfetch-macos-universal.zip + 1bd150508ac290f7032de2c0ea29fcbc27b53f4996f0acacb40ca97fd6bcbb98 fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + adf10e5aab4742a7e466b3addf217b43068114153ecaa4f5e4acf2af0818723a fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + 92207c2b4f821f3ba63bd1246ab96a880902775cb596801c1221d429b158f44a fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + 168e03333a3389dfcfc210bb0e6693428e50e64dcef83dbc69daecc9f875e691 fastfetch-musl-amd64/fastfetch-musl-amd64.zip + 67afc33bc1ad321cecf9e4c6f22b09d85020d0beacb10c31008d1111a6a72b70 fastfetch-source/2.21.1.tar.gz + 67a61b9329bdf5c1362bb0f08640e11cf5220625da79f8f8267cab1c122af1db fastfetch-source/2.21.1.zip + 2bfb87434d357bfacb900150285e9f960f53808d665b16deac7348cce3ba6a3b fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + 7f5545eb25d39497536e81804ef20d5e434c7150c82192cc0f6fc52d4b134fbf fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + 9e7e9795d60dfaaa0ea9f4988e4f1ee8f100091e90b3103ba60f90d5e4152e3e fastfetch-windows-amd64/fastfetch-windows-amd64.7z + 0c79ad3839acb0674b18365b282d49276461c064873742b60078df82bb94482d fastfetch-windows-amd64/fastfetch-windows-amd64.zip + 2efc60022eab7e6075ef58a71dc1837f5c2ada6d2c24aaf71fea4da9331ead23 fastfetch-windows-i686/fastfetch-windows-i686.7z + 10c5e151d456d3a8fc7064a9686aa4d8e5b0d5bd8aa8a9d8d8724c03a5afc53a fastfetch-windows-i686/fastfetch-windows-i686.zip + + 3bda197349ec6cc16d3d350232f79d7d30f2718b95261e7e371c94823d0de62c3275ee5f95ef2dab98809762d15a6edaeffb2c590c736c6a9a737068a97531b1 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 5e32326a98b9413fa72c3850ac66ddbe0db6f2dff79f2714097415c15ba401bf6aebf821c58485482548a3b7abca929880c7ed41f54b2e896d083119efba8d79 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + ce4c395d69808eb34a25c001d118352633cc9dd0a9d173c426ddd4135bb2d459ebda5072acd31755dd06db95e8b59b70caed85c9f4bcef323d88885447127177 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + d3ebd20468ec287a7cc92c8fbdbc8c18c315e105a0839e332168466f5ee12987d0dbf2ddd4261db87ccb549706bd2862e5d1c893ae1bec4158b11546e09eb411 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + df02203cb37df0c719b6bb4e1b5db5f82a6c9fb9caa4e60cfd4767ba7b89a1ed162fb771527437118a5153637f0bd96c3eb88d4740d89cb149fcf0d770ecdaaa fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 06eae383804c9f66b9d74590f3128a151ca57e981405e360453f7ba9875bc1b656c3f0589e3b97790fe326b92f2b653154dc59e8e036cb96e6fda11acd43c5b5 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + 885795ca27beb9f3f8fad7408e609c7b5f49dd8f57f1d6c212a392eadd3ffd0dd24c77ffaf2d51efdcd0b725991ef4fa6b5e3f273cc2d0c4acbb3a42641f9835 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 805b674629441e31737ba55b183b79a52012ce325aa473e1e1b1da104dd0fbb7b954484a9565b1b51d2247d62b22fe12d851698ad4b59de1c099554fe5e8302f fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 94f935ec99defda0df81df985f0df6c17bfd74c843272720e711005b0eebb2f8b6930697def99f7ef1156a570f96ae1b1071f026d10b5508df17fb2aa7bc435c fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 2105939f76917327b2e80fffc854b076844f126fe19812ec339a902b9adb614eeec0b19063c80376227999cf87d059157d08ac555b9402a9f680345676714e68 fastfetch-linux-amd64/fastfetch-linux-amd64.zip + 7206b8880107ed8633bcc5eca75ede03b90c50df99183c5cf8914f4800be52edfad5a61e5468ba3e3b74752d69b831a2c90efe3b915244b3ac82e6334a57d1a2 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 1ed86ae1b70d8f66643170d69fc841fb05f0324d2824e68e35bdb4020d196b89f17f85945f65b4228d713f593b7ee0ba10b84638ba8a4085ac58dd8018c0efdc fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + 741dd9fb10f4341e5b13224fa7f26dcf8324dfad5e76f970d2556e0d4db08718c13fa95bf5226e9743e242d8474895843d08aa8f2ffa50c487f70dc4b25e8a32 fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + 4676f2310c43d6fa0365101d78cd7f9d8b3de7491f341c3ffeb30c10cf96159dac903083b47a7df1d6acc02c791a874e67dd52cd22e9778592ceb7b0f843f647 fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + 5594cb68eb14bb1ed4fb4dc58c3818b399622c9f2e6b4b179faffdee94931019d4f1f80ae41eafab179c474a4b74f490f0c70388f730a4d12ca07ec72d8f9913 fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + ad7d26d30b72416ebba80560d948134ab745f8d51643fd5618422eefcc8971033f117cdfbcb52605d62e6d9720a7b253fc6bcc9a15d24b17c8ab350f90640f41 fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + 74e9420e5de6a62c2b5a4c784643d3fffd1c7465c032d75930b1c54954bd1be326cced7a05e0e7644627b0499d402be29727bd100038d9896f578cea85ca8e46 fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + e7daafd547c99ee072e19bb7d4a38c69d9f955352936326ce0704a720f660d98e868c7d2209cd7a0aa68c1f90a6cbf73cc598647b9a6f6e8b3ed8278a4609993 fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + 5c1c770a4b3f5495143da7b290c026bc0859205ca699b04ab9f8b6e4615b20f7a875951fc734441e5f942a2b0e5c37d2a31f95b4f21935de6b774ce128716ca8 fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + 00751c946a292b288e339a6fc230e21cf40fe5ea27e8b476657c0d144427aada6b97cb79817c97045783b520141c37d8fd717e96563e7ca38569958dcb87b654 fastfetch-macos-universal/fastfetch-macos-universal.zip + cee4eb07139aa9e6ffcc8fb391b67ed6ec8fb381da16da4e8c200412fbeb19da15a8895a2233d10524959e6029d4ba9eaf27ae873607040d3085f33a2c31d101 fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + 4dbfd41c2e2d711465585f8698edaa0b55dd11529a3b8bd58ab6b2161868b5e523a4c6a9596b03ba64be472f9b2d0487224044ee3edbe78b938630568ec74396 fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + 7efdaeff008e0f5b84c9e1bd76e14286334b50025b5a0c31532fd2ec1800a9663123ee12740e0c7c88e6b3dc436da7417c93d0745107b44a1a433d5656c967e9 fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + d9f80a8206674ebb9d3f06eba6d0f5a5b5953c82f999cdc7d9c96438986a1fc01e71f33e21462e12805043260babd5c39261c5f3fba5a73d1cccb80c967ed6c4 fastfetch-musl-amd64/fastfetch-musl-amd64.zip + 645830b3834c6308caf4b37b9b801a9b5ff963c14c5ca73decd4f8d1a3e1e3a678e86f81fe93f7f61b107e516a71c792a580f243b20763db1269769b89080b93 fastfetch-source/2.21.1.tar.gz + c73cb548bd297e6ab624034f271eb20ce7689c9ef247988785246c44f01c1d5a8c6bb9d96c24e41309a1722b7fe5a15ba20ebb3bd0c2e876da934c966cd32a12 fastfetch-source/2.21.1.zip + 133e041b4e957696a7da6a336e50d50b61afa502c1f54c430527cc71b33a41066cddbca5a8e88db30247dfbf293e32a10be967a6bcbb7a85f77890a4ffc4239f fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + ba2942867f2119a361eeeec55e939b4327003d0fc8376bd562a15e009fbcb25e7ee2a2bdf66b69dbed2be41149c03ace8226f034c5fd195dcc85eed3da275c89 fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + 43016018c1d9a75430fb7b7bffd98aaca054f6c55052a6154b666c2409babd0efef79f9283662864f2283a25cfd4e93008fa589fe3b329c4ac20134d1e6badd1 fastfetch-windows-amd64/fastfetch-windows-amd64.7z +ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.21.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.21.1/Fastfetch-cli.Fastfetch.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.21.1/Fastfetch-cli.Fastfetch.yaml new file mode 100644 index 0000000000000..b8a14f90387ac --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.21.1/Fastfetch-cli.Fastfetch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.21.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.21.2/Fastfetch-cli.Fastfetch.installer.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.21.2/Fastfetch-cli.Fastfetch.installer.yaml new file mode 100644 index 0000000000000..e4759bc6bcfdc --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.21.2/Fastfetch-cli.Fastfetch.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.21.2 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastfetch.exe +- RelativeFilePath: flashfetch.exe +Commands: +- fastfetch +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.2/fastfetch-windows-i686.zip + InstallerSha256: 7C7BAC12A1B96975417E3AB5924F87863A16817A9368EB16E8AC7904F2DA5FE0 +- Architecture: x64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.2/fastfetch-windows-amd64.zip + InstallerSha256: CE4A67642F5C4D27B003F431B1AC6C48A7B47B94F80E2B8DCA62D2DDBBFE8F27 +- Architecture: arm64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.2/fastfetch-windows-aarch64.zip + InstallerSha256: 96FF6A1C956637D82934DBE35A7B5117D99BAD8C7294B728097BA7BA74B46A47 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.21.2/Fastfetch-cli.Fastfetch.locale.en-US.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.21.2/Fastfetch-cli.Fastfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..19ba52d823770 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.21.2/Fastfetch-cli.Fastfetch.locale.en-US.yaml @@ -0,0 +1,105 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.21.2 +PackageLocale: en-US +Publisher: fastfetch-cli +PublisherUrl: https://github.com/fastfetch-cli +PackageName: fastfetch +PackageUrl: https://github.com/fastfetch-cli/fastfetch +License: MIT +LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE +ShortDescription: Like neofetch, but much faster because written mostly in C. +Tags: +- cli +- command-line +- cross-platform +- fastfetch +- fetch +- hardware +- neofetch +- screenfetch +- terminal +ReleaseNotes: |- + It has been a whole year since fastfetch v2.0.0 was released. git rev-list --count 2.0.0.. shows that we had 2072 commits added after 2.0.0. git diff 2.0.0 --stat -- ':!src/3rdparty' ':!src/logo/ascii' shows that we had 731 files changed, 46329 insertions(+), 14412 deletions(-) excluding 3rd-party libs and ascii logos, while neofetch only has 11592 lines in total, including ascii logos. + An actively maintained... + I was not joking. + Features: + - Support --stat to highlight long running modules + Bugfixes: + - Fix bad Intel Arc GPU name and type detection (GPU, Linux) + - Fix uninited struct fields (GPU, Linux) + - Skip cpu model smbios detection on ARM platforms (CPU, Linux) + - Always use CurrentControlSet instead of ControlSet001 when querying registry (Windows) + - Fix NVIDIA GPUs are missing in GPU detection sometimes (GPU, Windows) + - Fixing detection of pthread_timedjoin_np (Linux) + Logos: + - Add HyprOS + - Add GoldenDog Linux + + acd2f90fe186cab543ac461af16084c7b748d202fe84e1939ad994c3f59c1c19 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 63bffb8a1d11527adff03aa99d137bb97623459d50e06336b19d5ae9b739cf86 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + cd9efe149b622c89669a3ffea018f3aa81b0250b3f8247434028287837b9de4b fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + 6ca839bbb4fd8a8a7f827516d5d25937233e205845d2112a79751e81c7cfe6cc fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 02be6ebbd82672b4e53792db428b0493c160e54c4e3157d4bd1aadd36a6c6e6b fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + caa5361cdb7a09f6d906e98042c6d011ae575ec4dcd260e7242040e58ed4c99b fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + 01a6b3f07d1c9b1fbc7c39cb544b23fcaa47424d9bd966fa492eb9d24f5a766b fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 70bebeba807f404c75afb56266a243778348b36acfdc4cc83c0ac827a7fefc4a fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 78bbb76d46a057c34bbc906bcb8daf74b58db6d271a611ff907ae249784da63d fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + f8f29d6cd8adcc5b7040f1ffc25ea0d4a7d619a339352fa7f14b5d2e55f8f237 fastfetch-linux-amd64/fastfetch-linux-amd64.zip + c3bae9295ba23d3a75f5f61ad1e6fcda653482243ac7844441353258555070f2 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 0637866665881820855a59744f176ec97a77f43510e4738537887192421531aa fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + aa12a970faba71dc1363d69aae8cdaf27e14fb44aa26b8e9719bf34ca6a5cae5 fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + f8db35a6ba62242c735dba0d279d6b1157b0eb6b40555750ecf272cd613d29be fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + 7e845f4c927956e9d1bdb946ee926b9a68e5ca926a1b25b541a0c5f3846769ef fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + a50f27bdd222cbe13f8ce48309f38b1b436f0a40c03e5caba4ae7714fd1d8a74 fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + 63150617763964271ed15e6dff5903bb9bd51bfb6fd6263fd9917213e2a4ff44 fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 29ce950ff217a78b2cbbd59e0aa67b84b5f96e0d1f9536777262c607bf0904bd fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + d32a47756156d150a8a3d90f1d6f7aabf4a334913428358658adfb7934c5beab fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + f2ac6c7ef1e049a2ccd7381352219ac577fa16756aabc488fbaaa1bb55906235 fastfetch-macos-universal/fastfetch-macos-universal.zip + 5081e06fb0576cc37de1935be46a43e7034188b2fcc9851f1be695832c316722 fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + 308b85796ed41f6e44dd69cffbfc81e1cb46873ab92d726caa903433df17b1ed fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + c46e64d1a5256db6318086ee0f22df906b0b9e644ce950abaa50fe2eeb642301 fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + e4a3a9911d75f8dd2d377f9d9e824c8410444a368de7c94f1bfef188caa473a1 fastfetch-musl-amd64/fastfetch-musl-amd64.zip + 680ade11a293429ae8724b6335bd27b7a165b3c3f3e8203e185a1582c8b0cd08 fastfetch-source/2.21.2.tar.gz + 30e992aa0d4ce407cf69c019e4d29136de533f5949858adff740b1476ae851a7 fastfetch-source/2.21.2.zip + 9ac42483e14f7b71ff2d6f4e437e38a0a1ad21eb35364e81062af323e111e92d fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + 0678c5a4a4ff0bb424861275d31e7d587d0f657ccb0294055240753dc5e9074e fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + 015809c8124a50ab01c5426a4fd605e03c0c18b29a548a2c134d08f31d9fd9df fastfetch-windows-amd64/fastfetch-windows-amd64.7z + ce4a67642f5c4d27b003f431b1ac6c48a7b47b94f80e2b8dca62d2ddbbfe8f27 fastfetch-windows-amd64/fastfetch-windows-amd64.zip + 0967a95ee1d7b3ad28569ea14dfce60dcdcbd05bb22aff83f9ae10000337fba0 fastfetch-windows-i686/fastfetch-windows-i686.7z + 7c7bac12a1b96975417e3ab5924f87863a16817a9368eb16e8ac7904f2da5fe0 fastfetch-windows-i686/fastfetch-windows-i686.zip + + 988486d82c8ee3888fde9439a4c67d9c0c21432d4c0b17a44eed0759d8fdfba69780aef0883b6fe555fd7865bacb1450c4ebfffb574e4ec36b40891ee1f528e1 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + e985e317a4be425746d0625a3dc2cbe320f3be4ba2b6e2113d6790215b0d3f4d7c56fd1bf35049f9b005dac8b00ab62135d1255633cce7204d24455d9e437689 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 169eefdc9554bbc8b3613bd0490ce9e520c99701223e3644f5bf2a65907ded3e43555e36797e2d2be98be7abffed42bf2eb803f93ff78e12dc9abed6401a1edc fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + d7df457ca83c7f43d842fc45af78f02ff87d31cfeeddac3d5a156e137e0f3bb3ad299d3a2491b4bec25150b84ddf8e58d1ccc9c90f8e8946f61c84b87108617f fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + d5532c4e41508d43812557ab915c7677441f96e4b0fdface2d0da4fcf929033e1c76030e8c642099f3364c441a34e41789277aba9cf5445e980b500eaa03c2a3 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + cb5489ed0064f50e4aba6e313094bdf89169e342f8e958e7d5f52c88115ffdc40281c992bc35a87eb1c3181b031dcc6f74c299025686337792daf290d04909ac fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + bfd583ba5b0713a4551a88ddef01c034e1bcfdbd1ca046594f805ed22a97f20d9d33dd83d2bac587439e19a09272b3e576c5da048e5d4cfba68707d4d422c350 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 1855c79b149c3cb027ee5746e3d9e9adbec1f9f461425f91a5631ee4f1dfe3a760a2e74819ec26f4d256eb44aed089d56f12ee1715fe3060824f542c9a553c91 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + b565793c8bbfa7df9b336ac6b9971ccc96de904e124f7be1ab55b1af3affa3348b8f5d0eedeacbcc40b4d6c6f617b4ee277d63104554327c84d60206cd566268 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + a83225e53ddfdfe31080b7ecf09c9acd58448271f70f086927c276534b92ff66fc859433e6f7dcaca6cc36fba61cf8e1101bdabed8aa88944e3df3747c6aa56c fastfetch-linux-amd64/fastfetch-linux-amd64.zip + 668f370fded548ff01a38dfef8e700280edb41dd01923288926f41c805f5eebbe194abf7b4ab1383a11901cfe673b3d3548e7aa5f847bf54fa71f38192bd8024 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 84f748022a10e59f712767f22d98c7011c553b56fbc2b604df330fef4d874e7f8316e79b41d461ad24286f3fa7e7e5a4b9c7cb9cefed5ae0dabb797a83faf286 fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + 13f213c128b7e869c0bdfc2e52ebe4fd7347420ac38acc98eb9f96941510eb894ac381f726b08b858efc810b804013d3f76ce5885320e3b6439a033e47918f85 fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + 109539808e58ecc53403ca82011095eed4f3074a13803ab00aa9bf47186f61350b6246881f70d1c115e6bb5994276ed778ce8d5877fcdd0d5a79110cfa635d9e fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + ea1635d1affeeb06ee4cc5ccbf7442bf8f5b9183c14f7d071904c3fdd58d72f7bc3d5141097a713d36c803fceecb9d4898563d3d36a37fd72b69a5a0fd138ab2 fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + 60809c484734416ec58f9796e8cb527b9fe78c7077c77d7aeb20ed891384fcd9401c3d103816ea7eaca1bf15c59c543f100da0e757f694aaf118330653ab3d56 fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + 36ab1714f7281ea993caba7d481b849c5211f1b72df2061e5b625916a261a5cd224b16e4839cff3ff691ca9a7e575fbdd81050dfa0f0c8265ca14270f0016a06 fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 2673a2b839895c3e9ac3fc1573eed89a78da404b07c41b690324aef5a406195978424c0d55b7785856e7f0952f719a5e469c76c1932fd23e49f4373d52d5e0df fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + fcdcf37e482e406cc2c36ed9a9e0bf5639795ae53a18d132123b95f05401ed30b760624d84463999e084f5f511e754e10fe24d37698230705dc1e578c4a54fef fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + 47802a9abfead178bdd1e17e2611b93fbf37616d8b6a097bb65aba869238e3063099b685959e8d7099dca78a9d47828c81392fac23e267f176b7de935d28e2e8 fastfetch-macos-universal/fastfetch-macos-universal.zip + 50c6cac78fc9450afc40b8bf55795ef4f14b949cd296cdb770e9123f9c3ba06f2efffc4574f0c29fad4e616c6c811c26d1b4fd40f55d43b989318311a1fc0bca fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + b9e2cb9e53ba34973afe809c5217d6410e6900226ef478db6e8c70cc429824269d0ac69b786855764f54f6d81e00bae1f64b396fa6e7743b937a51553645dfb2 fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + 0a1469e707636c6a9ae3da1e2cf7cdbdc0d195ed1d7d5dca0fa33d84fdf537ebd092b23080ddf1f25fbdd55d5fcf430eb64759c17d5508208414f435623049b5 fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + faa4b2c6da5c35343832591b00e79c5f4c72a2d6b9e6dbdfc61ccf797c42c1a50886ac48389f819875e745745c36df30ea666b1519e0dcd20308aa15a1e4e418 fastfetch-musl-amd64/fastfetch-musl-amd64.zip + 7c238bf627f1de069cd1eb7f42bb70cd8b4ad7a09b8ab2e9a6d03c03cbece7042da160e39b185b58b8dfa2ca924b27d31d5c40584e5f5dea8df61e496fbd8b23 fastfetch-source/2.21.2.tar.gz + c616b1541ad381e477f68a48687d83856c9160002d528f823de62c53df93dce06de78ec0a79e7dbda9e6ca55caab0224c3766908f17b4479af9f1d84b9f4f8ad fastfetch-source/2.21.2.zip + 194903b90ead33ca178e463ea2eb447ce0dcbf1f9c20c6b51a37eaa1755122cde158ef773c3df85148dec809421ca6571c1cf74b202d4d6e3ebbb868f5804c96 fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + 2921f4fdeac8f1208f48a2f18e17fb801f9ecc741b767626660d0c1d7aae3b9a11701ead6d364a1ef16695a124c4cea2b6a83994ae0be38aef08ef33234c309a fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + 2a2980fc10b4702899c6c625be2891ad6f2110696f561a27217e7f803b4e9d8c548dc27ec36df57abb84facbe934267f750488e512753eb7a636d05ab1a17f36 fastfetch-windows-amd64/fastfetch-windows-amd64.7z +ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.21.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.21.2/Fastfetch-cli.Fastfetch.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.21.2/Fastfetch-cli.Fastfetch.yaml new file mode 100644 index 0000000000000..9ea199edbcb9f --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.21.2/Fastfetch-cli.Fastfetch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.21.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.21.3/Fastfetch-cli.Fastfetch.installer.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.21.3/Fastfetch-cli.Fastfetch.installer.yaml new file mode 100644 index 0000000000000..0f66e268ca4ed --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.21.3/Fastfetch-cli.Fastfetch.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.21.3 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastfetch.exe +- RelativeFilePath: flashfetch.exe +Commands: +- fastfetch +ReleaseDate: 2024-08-15 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.3/fastfetch-windows-i686.zip + InstallerSha256: EF12359B217498A33EBB6A219C08151DDA87AF28C1B98D593D18AF491944BC96 +- Architecture: x64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.3/fastfetch-windows-amd64.zip + InstallerSha256: 9B318097468070C564A6553C3B12F5D35E94EAC876BD3AD94BB485BB3449F673 +- Architecture: arm64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.3/fastfetch-windows-aarch64.zip + InstallerSha256: 9812B224AB432B71D701598BCFF408A521D8CA41224B9C56F472A6AC098430DF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.21.3/Fastfetch-cli.Fastfetch.locale.en-US.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.21.3/Fastfetch-cli.Fastfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..16c28592b8cc1 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.21.3/Fastfetch-cli.Fastfetch.locale.en-US.yaml @@ -0,0 +1,96 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.21.3 +PackageLocale: en-US +Publisher: fastfetch-cli +PublisherUrl: https://github.com/fastfetch-cli +PackageName: fastfetch +PackageUrl: https://github.com/fastfetch-cli/fastfetch +License: MIT +LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE +ShortDescription: Like neofetch, but much faster because written mostly in C. +Tags: +- cli +- command-line +- cross-platform +- fastfetch +- fetch +- hardware +- neofetch +- screenfetch +- terminal +ReleaseNotes: |- + Bugfixes: + - Fix bad Intel Arc GPU name detection, which was supposed to be fixed in the last version but the change was reverted accidentally (#1177, GPU, Linux) + - Fix arm32 CPU name detection no longer work. Regression of 2.21.2 (CPU, Linux) + + 56b3f00acfde84cdc5ebbc7f02f995cd4c7813d6210d2e6ff74029380e126147 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 48256ad0008c0088647952ebd427fd179c36d838b57a64c3e41a808fe612abbd fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 753d932d379975dbf2f12d175f649d9ec6c7c0a8330856b126203ea200f8fbf6 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + 8f26e92375a1a29cfc7eec42b44532bb360305762baf0b1fcd102db54a7dc9a5 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 992e014703d6cfb7a1c3c721dd421fa5fddef4df184f4e28f17d091219b93449 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 320d8cf308b991346f1c59d04592738c326f63fdbf90412ea25adb3b375e3045 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + deb0ae34bf519aef0a8aa8f3cde4d439a3b6da392bef65031a5c88babd65379f fastfetch-linux-amd64/fastfetch-linux-amd64.deb + bc30167048d722f528d03edc71a9021867f4ca409434ef67a79025430d5952e4 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + bd9367fc58ab22710020ac25428a3b6a4d4bdf580a4ff0da47f9018fcfbc6f63 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + a10674919e33a1fa4165205bbb686fb4b2148e4864f73fd6727fe0c26859825e fastfetch-linux-amd64/fastfetch-linux-amd64.zip + b19075e22a165580c114d488de50e75cd3223243d8a2743ecd57497d4492d04f fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 040b6f1877637396b53fadfe23a8f1fa96c147c019c9fedc819adf93ba69313f fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + 6cf3c7d3191ee8fb67d899a1fb7880d2384bb3d575003c3a174253c874cce66f fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + 5f42c3e179b603a06331a550d7d6a7cdbe7e2326690321ae8fa573cf97e0101b fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + 212cbec9b40f6b5180bbd5067db2faa4fd5a31c9356c33e7d91a028a33561867 fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + b4231e91fd65ede96f179744c5e0b54679a68dc7efaf0ac5ed4d9f170c43322f fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + af2820b02dd80913d64bfd7ed8c655cdf796162c51a0a3c1d2925ae5916be86d fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 50084b7379bbaaed6e39eb4ecdfacd981517c1067b3f64fb5222f0fb7dd7b0f5 fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + 2d59c3bc3dc249f8eb3f8110c6183ae2e28d262a0f24d7a3de80582eedf9dcbb fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + aa3c47e771bd78af134e72daa893774b34edafa65a3de8a66d947b4383f95a81 fastfetch-macos-universal/fastfetch-macos-universal.zip + 291ae1fe2ff8eac09d303ab8a6c642c1d2db736d4c3085c4400e0ece4b93a87a fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + 543f9d62db2e52b1c46ab8b9bcc9becde96e7eab1e58c94d9f03ca9b01ffa9c4 fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + c198def541756b5ca35090583c14a55ccb74d883129371104829d7c4a6e0c8a4 fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + a63b5b41d8d9304968fb9a8c88bd05c40bb45c6ab4b16fb1ebec2e43849f01ad fastfetch-musl-amd64/fastfetch-musl-amd64.zip + cec1f126ade7a5ef971901b1cdbe79f5864523d7a0a92732991619485d13e2e7 fastfetch-source/2.21.3.tar.gz + 22d602baecd4d55bd0692faa9346ced126e154da2ef54f99322fd05bbbb8c050 fastfetch-source/2.21.3.zip + be9b4e5cdf93f074095586c4ce533997a6880e78ea5946db564ac4b472c601b2 fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + 6202e9235d6269c8047d0db1f53d52702d5ed3d0436f1b77088b10f7433dd33a fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + a7de38d9fa9d5363f292ea3584498c739009541aeda3d51d87a1fdf185b34723 fastfetch-windows-amd64/fastfetch-windows-amd64.7z + 9b318097468070c564a6553c3b12f5d35e94eac876bd3ad94bb485bb3449f673 fastfetch-windows-amd64/fastfetch-windows-amd64.zip + 34780901b1b7494c32b8e3835779aefd959621d17badc5a86caaef007b53440b fastfetch-windows-i686/fastfetch-windows-i686.7z + ef12359b217498a33ebb6a219c08151dda87af28c1b98d593d18af491944bc96 fastfetch-windows-i686/fastfetch-windows-i686.zip + + a6c5b8d290d9bff4f2c2009f7ee9f1353bb7c038732c2eded77077832ec1411a5b7d3caae22cd7099eb293091d758120005ce83d7a0b480fb8a6143e1d3e94a9 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 1eee5e5d52b8db0d3e94fb4f3a6d9f3a5061bff0c606601dbdb71d4778f4b28c47d17f427e527dd59b4dde10081fd1a04df6257d42578f434cc7c00578034a53 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + ba082f8084c34922c361fb9a0fb884e6dde34e8a62fd93cca2139d486390841bdab562949a73cc5edc8f921138d4af359c8159f29f6b54831e84fca6e5664381 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + 16299d341e7ba5422789ee56bb5e2576717ee3db8b724b253a47284d21518d8fea2f39f680bacc92b37c4a3855498cfa25587d40ad4a566dbf11071473af1400 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + a9ca29d23ca67239fa987352a3ead7b67cd557f0107d2337f8cd4b3aa55ae043fbe152c6e8e915286c07556b5b6697904cd391268a7143e914ff092c9e99d314 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + f15dce293d7b9024ab8adb6fd8515d9602fc1e896a8f48dec3684453f6ec57514212af8d6556d6407b96820d53a3675b63a16f01d764abaed85e9a90476ebc34 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + fd2d7e3a79c34be31451fd8d29e45f04ae258a83e1e84356aefbbe79d62000843a8b6840832d011840525b71828a3b52b6ab58239739d35c1c3ef3ade252b5f5 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + d81a5165e92e2522b0582bd1b8b40a7a4cfc74585356a757bab6a3d1bfedbb53210fde686a84a0e292a29fb216e017b2f43a742d965e9c530c94a1396d33bb26 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 45803ac1a2f4df1e7ced439ea7c355f695a81a95cf5cd5a693675bdc05e6c832962f01dd5e821d808902aafd4bbad1c5250f3ba11c2749b7eb18f331881b96bf fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 24079e015c9adf0916e2b422c80762cc066d3dc45eee13c1be83927b237564f273e8cbae6e7f932709766978f047f3b7f5775463864ce4692826ab3f32872830 fastfetch-linux-amd64/fastfetch-linux-amd64.zip + 910a7b06dd40887c44c5d7b7524aae41614ccbfa9d9da5bcd37bacaf67ea44e9ed653c3bd6a34e81b68400897cbd2f5eb3ec37e796978ddc45f73682c7e7e658 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + c3df46a15f03ed4202048c52b5d753e0743a2e26d06db0ba3fd1dd3275d59b2acf84eefabba11d0c83c6640677699f8c2f81646a091a8c92fd0efb7fe229af90 fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + d49787255913b6ee4e6e156db5256e3891dcf06372d3bc52a718b07a9750b741b5c00e50ddb21dc6e8f398db8afea8af478b11918ee8a504c6b6824c599f9a75 fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + c633133c23ea8fd81bb0b90bcb87b1250f42d176fb0e3d78d56d3afed345af1069c2ce96c28ac70ecf65411c17530fa8a59fa027e8fb91a02d08169d5c025e37 fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + 569f3d8434698411154b7aec1103b79d0aa1f5953dd5c1eb0d56e959587552e22e43056261145ff04ac9effd4dde0358e6b8e73cb01017661a784a5f58d3c2a5 fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + 702085ca3732606a94570b1ff72d14419f1a827af8885c6adfed004db33c152e5b0ba84ca867fb689b1cafedd56bbb79ef55278296b36ba4ef5bfe6956007f5b fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + 3e813f67742f916c268e051b8453b7b41297ce22b6de01ad0971cd32f5f709ba43f8330ea7d8dd59b290a9fd1d0d1ee39995f2dfd01179653fc104e84ffd73c9 fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 808efbfb74ae3648c36636f9bc622339f968ab85372aab190560e785329f82e5418537a0f997f73810235b19f5debfc7ff65c9285eb32ea41a23930dd582b289 fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + 262d85988f63270d4cbd69bd7138d7d975f27b3de6cd6a860aca81a7eb197ad5dc42ae809f37d9bfa5c02a8553c9e7cb2b567b90cd9ca72defdb1ff555d5c81b fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + 7845ea8b80168f62488abc2aca46207fb9a400ffebcd8acf868a544910f5dff8e18eeb43c09c8a09c37a23697dcfe4798679c927e33ba2df8e651dcb3f22fefc fastfetch-macos-universal/fastfetch-macos-universal.zip + ce14fe3787195e97802879ec70cff47ee598158d6c82e57b06cddaef56177051f75601f35655122a610bd6946a385516cb7a8ccc9bfb085f073bd28cc1929c13 fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + f16ead541364eda27551b9173416d3ced7df5f74c52121ee94ffa70b549c6ace929117b62928a3dfc49d83128491739008917303361c51fce423d26f793526b0 fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + e758b1fdfecb847d32a239e1f1a6b48c4fa5884013e0e1b383957f20d392293eacbd51ac7b4d30635db6017b535ac2f0a6ad6c4d980855c518446129ef237034 fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + 3eeb1020a30174f27b21e3d8829c3dde4b2080cdeae79a99243ce09399226680bbcd02711e8524bf10730b091373b3a936fc9c5e74e4928e236ffa5b70d219eb fastfetch-musl-amd64/fastfetch-musl-amd64.zip + e097d9360b7c5b93b30ad117e47ae5375c48c7e941eaaa56ee5f39b7757374c1ecfe321bec0999ee81aa52deff1be001ff057b621d34a90e95ec6ea83bf9f0b6 fastfetch-source/2.21.3.tar.gz + f3e6983f7fef551e6de39056413fe5b37830ebb5a9154ec7b8e4c587e047e6abc3e199f066cd6f6ed988e40da943f9f386b3451ab32de1ab4fb6498e4ef699ec fastfetch-source/2.21.3.zip + 1b056b15d9e3d1d1dea19fadd33c620019cb6ebadae21dad3100f22bb03d910f84d3c0fe9c09c78428323edf5a9670c01c5fafc644b1cdc8535cfd4b55471e8c fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + 866c23030e7e5926ab10570cc75093ac9893588825f70d7a18d81172a716f1a7b21d70f73b8883f7f966ac54bba817962b896a3c754fb9e439c8560d930c08ec fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + 66d24125705b0b0ac79468fde9c75d743b9b83fdbc3c35432e93f5f605cb8866482634cd3603c1e5b9dcfc6a7e995df2d3abebc42b51d570f0448055dbc50249 fastfetch-windows-amd64/fastfetch-windows-amd64.7z + ac7fbcee5e250543a62c36286c1e7c0e9560c9252963f4c757ed8ce10577a9a52a8b35a66e2b3f54923816f1d2ef65448828a06cb8e032a087a59e79ee8df123 fastfetch-windows-amd64/fastfetch-windows-amd64.zip + c419a8d70973dec319feac052a2eac175393a8e22a45475300c6a41d012335500370dc81a3614a6191ab046c1c82a8b38b0e29e0204c4e19c67c3b56f3e2bec4 fastfetch-windows-i686/fastfetch-windows-i686.7z + c4f0dd31e4d2ccaf4e9d78d26c71d25f15be2f94905fb05913d6d87ce7f3110868401ab49fcff3dc3b185002ead21929c7f95e40215a17325b284bed7c822712 fastfetch-windows-i686/fastfetch-windows-i686.zip +ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.21.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.21.3/Fastfetch-cli.Fastfetch.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.21.3/Fastfetch-cli.Fastfetch.yaml new file mode 100644 index 0000000000000..5a6eb3c576b3a --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.21.3/Fastfetch-cli.Fastfetch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.21.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.22.0/Fastfetch-cli.Fastfetch.installer.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.22.0/Fastfetch-cli.Fastfetch.installer.yaml new file mode 100644 index 0000000000000..606b475a0babe --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.22.0/Fastfetch-cli.Fastfetch.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.22.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastfetch.exe +- RelativeFilePath: flashfetch.exe +Commands: +- fastfetch +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.22.0/fastfetch-windows-i686.zip + InstallerSha256: B8EC5B6495E528764E30A65BEBBBF573F101DD4FB273B9B84B8FB11366E4758A +- Architecture: x64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.22.0/fastfetch-windows-amd64.zip + InstallerSha256: 061AC8D73A47F9278C05059C80E4F4E8AC1AEAA512322C4A7792ECAE1156F146 +- Architecture: arm64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.22.0/fastfetch-windows-aarch64.zip + InstallerSha256: 23E5229DAFB885D57547684965521C5861804B65F7FFD19432972AE10477BE01 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.22.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.22.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..99e7431074443 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.22.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml @@ -0,0 +1,111 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.22.0 +PackageLocale: en-US +Publisher: fastfetch-cli +PublisherUrl: https://github.com/fastfetch-cli +PublisherSupportUrl: https://github.com/fastfetch-cli/fastfetch/issues +PackageName: fastfetch +PackageUrl: https://github.com/fastfetch-cli/fastfetch +License: MIT +LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE +ShortDescription: Like neofetch, but much faster because written mostly in C. +Tags: +- cli +- command-line +- cross-platform +- fastfetch +- fetch +- hardware +- neofetch +- screenfetch +- terminal +ReleaseNotes: |- + Features: + - Small performance improvements (Terminal, Editor) + - Improve arm32 and loongarch support (CPU, Linux) + - Ignore the parent process if env $FFTS_IGNORE_PARENT is set to 1 (Shell) + - Add code name of Apple M4 (CPU, Linux) + - Add ethernet speed rate detection support (LocalIP) + - Add zsh completion script + - Add Linglong package manager detection support (Packages, Linux) + Bugfixes: + - Fix building on macOS 10.14 + - Fix tmux in linux TTY (Colors) + - Fix hang in WSL when custom format is used (Disk, Linux) + - Fix /proc/loadavg parsing (Loadavg, Linux) + - Disable use of LC_NUMERIC locale settings to fix parsing of decimal numbers + - Fix possible segfault (DiskIO, Linux) + - Honor preciseRefreshRate in custom format (Display) + Logos: + - Add Lingmo OS + - Add Sleeper OS + + 9cb9d5dbef92dd048d3710c1d4e99cb81dd1cefd2d0707208674779c7c2481db fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 8d94cdc93e23d553f3293f95ae35cbe284a0f9c0b6ec31643163839c3202599e fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 6d248ac48fadd073d15420c9d90a80b54653520f46ed890e551d1bf44056e674 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + 9289f084b3de8b6260e39e917b546534b02ede375ae24ac69252b67d75f12cec fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + c66cbb9e1caaf93f55e3ea03159a7b9c44c72e9d16f6b9c66699e64c0b7b1ffb fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 1d2760339fd835e5dccfde7d08310dd03ad544634cdbe6aac4d163da1efef4a2 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + 61407aca2c8e2f2cd243bb873e721e17ac4e4c26dbeafe1980f3ebb642594d55 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + b36605341e944a11e4e8a5bca4eaf7203099dc24e8fe1ac60e25ec4efe0c584c fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 01fcaa22cb3343594ccd40717fd7a77c973bd2efee728fb5e9d1486b4ca52b6f fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 0d8ac639933952f49ba3c0b791996ce8c51caf48acd3f84653908e8cab85f7b8 fastfetch-linux-amd64/fastfetch-linux-amd64.zip + f946d2fc8a1e6703dc3563d1893acdca46a1b3e25a62c9245d007b494bd18400 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 793b19d5e37043b5168736f041fc1cd614a1a25ab7316cbd6e5bd59a08e88455 fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + e4d2d342baebbd5491fdfe54f516805570476a902ade1d370a98cadaf4d6394e fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + c69512e85b3b4cb9036d5ff6b095ad751e7f7eb14392e16b60fb18f9b7fe4418 fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + 7b5ec768b69ac8ac9ab8688907f2bbb67744d2d329fa9b1342195a5629318ee5 fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + 561ffdafd551beab67903510284d0af21086df5473e9105bfd60a1d7b24dc4c0 fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + 197acb5a923fb2cee8453e4ce20e8f3936c3db922d215330ae5d4c762e27c14a fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 909fe818363d025fa4ec5ae812cf05eb9027a6cc3f109d1a620fdebb43591786 fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + 2eced3734474039125d4dcd0381de42c5316a56190bfc1b9af602132c7685bb5 fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + c9628d933102f4c050c4b1b264e6dfcd3527599d6c31f138a008b4c89b321635 fastfetch-macos-universal/fastfetch-macos-universal.zip + f0a072ea5d492804f552c926ab9d01f046076f0f5060a34dfbec321886648e27 fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + 2505cbb980cd00135bac1efaea1e8136722653643505b8b5e7f4bda2b6673309 fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + c59ae3fc890fc61f3df6e0e3e7da0be1266a860f48374a6b07eb537888ab6da3 fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + c733db3cc3de060cd1606a4788caeae1cb3699288ae0525d59293662377c5a9c fastfetch-musl-amd64/fastfetch-musl-amd64.zip + ada2d56e14ce2eadaa88573dada5881684ceeaaa11df23017631b91dfa745d00 fastfetch-source/2.22.0.tar.gz + 6ed0ef2a2f16ae318f78c1ab5f5c6e96aafa7304288b9109c567f501b1b158fa fastfetch-source/2.22.0.zip + 39559e4272685b85003dc01bfe3dc7965a22e5aef9e272df6878e4e1e1db7307 fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + 6cab9f012dbe4499fdd1a49eecf16be90672dbddd5500643493ad900beefaf87 fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + 72323c483394415ab99231f73ec0df9184c282080a605f26e038cae4bf6d963a fastfetch-windows-amd64/fastfetch-windows-amd64.7z + 061ac8d73a47f9278c05059c80e4f4e8ac1aeaa512322c4a7792ecae1156f146 fastfetch-windows-amd64/fastfetch-windows-amd64.zip + 67c3be1794796d7c5de3b6d4d432cbd8e0645fb13782aa34076f252aa2f02599 fastfetch-windows-i686/fastfetch-windows-i686.7z + b8ec5b6495e528764e30a65bebbbf573f101dd4fb273b9b84b8fb11366e4758a fastfetch-windows-i686/fastfetch-windows-i686.zip + + 516fdf03a9c001375c4ea25a086ea97589639828fe41f26506f51d13038489ae70facc39dbc71bbaceae8c1a0900c73af378da2bcb4d1eaf16f8c5562ead20f1 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + a527971d57f08795f603ec6acc7b1c6cde8ebd43b47756b823998b05915a5176c23349ea38cf79677517f0ac1b522544587181067edabe2af9bd6d95a3a2f619 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 8ec882d3eeec971c9f5cd2ea5970d775aed67a35e122fb43c5db2b325a899516ab3de3fee51ded50fb283ae53e5aae2e671b6d3766ce527ee9982c3cf401e599 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + f7708c0f4e1d7ed8a2a66ddb3470f41b5ff7b64809daf867f9233c528cc740cf5d2897230602eb13eca1bd75d5f49c98e28d7c6ca39d5e031176056352ed75b3 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + f11efa4ddbf9abfe5101c2d3e806389172c78ac2d6b110afa2740d526fa518af4ac3090e87af0493909b4c83f4c0b8ff489e68b2627fe46b46963ced89108000 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 0f25e47f9ef273f898bacaebd1a2a5325beb7607b9599c3a1c84221f57a8579c4ca676e8bad31cddf984ba138615ccb5c2a191cf5aeb7117b34bfb689ea997fb fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + 48bb75f9581620f210cb63d2e84aaff7ec1262cb2253cf29c22f4117d645ddc2afff764d80192748346a80521bd18f5009c056defee1a60dd19eb161a3b025e7 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + cd49bd55ec9e438cb44deaa3a2ab60151533a8bf3b0d5df15649e544913e3a6080d6ceafc073fd9329a1bdd1c017fe0d4134bf520883d18525daccecf7a8c448 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 4c3a72a7fae39e76347cd46469fbfab9df2c67b655a01c2366e6521c47d66229ec23431b66e37fbb51db9bddbd60dd9d0601ff9a6816f695cded0b369d257f36 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 49f9c96d027e9e70d99b89db93f23bfcd5ad07b07fd832fdb0130c01410fee48cc60d92ee37865b0cfba8f55301ef15aff25ab8f57b09b22f7d16aa56b041fa8 fastfetch-linux-amd64/fastfetch-linux-amd64.zip + e694f01b249f0d98cf6ab2cd138fd8594321bfe40fb457daa91bc6655b5030b79b80b153fc9d199d3f00b408aca12a499d4c8551c619206e1c131ef6dbac19b9 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + de29fca905f0b9ae7302dab0e88673a0f92b350887a117045af1220ebfe75a6621d2e4d2befdf3414bd855b1778e5108c59cb73075146d4a5f0f36a1faf3ac08 fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + a0da89544a02f5e15a73470a18078439ef9efb0f047c697aa1850acc2b387e98d3e183bfa9b33b03524a2dd69cff1a4f1d079e723209fdaa08a9b1fbee4eb0b0 fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + 41dbea94ff0e9e6701d295487693312b920bb86440d9f72d2f4dc7d7934e6711d65bfc98b63a4524ab86228eb6f7fc4d1667b6f45a49fa71fdeb3f29950ed4c1 fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + a9116371081af28ee5797876acd97fa930feae78939aace2b3841cb6f9038b28c68d89e41a158b42a989fa53ff05b426c10cfb92b8e41301da0a4f6aafdca860 fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + 14053e15d3b11e4a4ef442113feab49803ae19568b918d5c171ed69aca8e9788d980ed265e615560a4ff50284f539df1b236c1ba714c679f9a0ca6d93e44cd23 fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + 4c9d360cb6870f529e759bf1522be380c0fc4868a5577e2878f46ef7d19bc93c5ea3a1fa12c9e33b742845cbd46784939c1e0b886b0fd75e9c2d29ad7ffa2ea5 fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 539018308f0df1f21adf9ac561ab54f9b09182bb7969832b34bf3f40599ba844c1b4ced9a1d4c06da73953b30eff0bbffb3dc5acbe87417757e157ddf0b54ba3 fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + fb18acd3f3b1a5ff1fcaa2bb7f5691f1a2cff8727ea96f65e3856f21060b8b908b90e2dfeb3bbc36f6e5723961af90232fa012535e43190b812ca41e7579f5ae fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + a26cd9dae1e7c0f53695df98d4421a36ba63b492e6729f28b45d79bfa94b613990f4098bf25e34c10e58fe7c25bbcbd25b622c49a3d19f76757be6bfca9ba72b fastfetch-macos-universal/fastfetch-macos-universal.zip + 6225b6459d0a36c3c60cfa95e7834ce862c80d4ac77bef95f170554225463813689071b5c37f3390d42c29e311543efc538de15a1178495d9382400384153b7a fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + b2f0df67263729de690f093bc98c8f4b6b2afd8474fb133645da45a5770db2a8112511c20c087d349dc9d16fc9a2e039dbd778dd2c5ad7ef6dd6098170ead0ed fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + 2a74ff9761e06c5da460236e20ba6d2bf71d34c785ce9e93aa386efd631ce9c561af1bf7fb1afbea771dbf11d03ecece6e0c1d85809fd47dda776d054084c1ec fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + b7b11aac4933447e26b5ef58867ab61640dd7e25107c4edbfa39f9c80be2c544cc33e28d48e91349697ba49f9148df2c3b726353d60d1a6b14f0301c9553e1ab fastfetch-musl-amd64/fastfetch-musl-amd64.zip + edb4532d220e031d666eac3ae12a004e1481a7c36c68a94b17323953822d0cedb80cdf34c84a184766e9bad64089aaadc3828b5e13f8867e961533c6919dbeae fastfetch-source/2.22.0.tar.gz + d9e8f1fa466a375a7cde8f866a9031d2a77bf5d617b57fee68cd18aa6be108e315969df3c02ba0f72bfb6ec219edd5525ad226ce1e6abbf9d63d378a50905b0e fastfetch-source/2.22.0.zip + 1ff4161c5b5d7a8d3e701e5a6a75ba2f75357fb5523898a958661035f1a286673fcd8c1e4fe757dfbda43981d3902509d742c3bd0481325da484d034f78fa852 fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + 91fecbee969fd0c802df3b8a64c345898e2d000ff4df7f57d93f915eff07741ab0f533de1a34f7cff05574b597cb1fa67ab5671082859f80dbfb69fb1bcfa5c6 fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + 2d49a2b77e3f559b6ce797bf9e78d4e2e3f5ed7e4cca83b3a7a5f09618730463f0291b8d5b7f9fd89f2d7f1a8512cff01e38b7757563d007829773adec759c4f fastfetch-windows-amd64/fastfetch-windows-amd64.7z + 4a032a37660d3cf72effee725ff699fd068f1b42145452ca28b5f8c0bd7febcd944cf5423d6cc564463cbb05aa297057ed8e03901766f6e4415c3732e7ebe794 fastfetch-windows-amd64/fastfetch-windows-amd64.zip +ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.22.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.22.0/Fastfetch-cli.Fastfetch.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.22.0/Fastfetch-cli.Fastfetch.yaml new file mode 100644 index 0000000000000..6774795da4957 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.22.0/Fastfetch-cli.Fastfetch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.22.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.23.0/Fastfetch-cli.Fastfetch.installer.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.23.0/Fastfetch-cli.Fastfetch.installer.yaml new file mode 100644 index 0000000000000..a09f85d11128c --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.23.0/Fastfetch-cli.Fastfetch.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.23.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastfetch.exe +- RelativeFilePath: flashfetch.exe +Commands: +- fastfetch +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.23.0/fastfetch-windows-i686.zip + InstallerSha256: 0CA96E82BAD9087044D4839C979961B282817D2A17B8C47ECBAC9ED23BC19DA3 +- Architecture: x64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.23.0/fastfetch-windows-amd64.zip + InstallerSha256: 5EEE2E2C96AE4C39D9C522704AC51AC805C99C19017E43645AA762E6C941EE32 +- Architecture: arm64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.23.0/fastfetch-windows-aarch64.zip + InstallerSha256: 37F9849DDD94E397892D444D8ACB3CAF3CB889308A4A5A18426EAF550C0DE4CD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.23.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.23.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..77b2ff96712ac --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.23.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml @@ -0,0 +1,113 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.23.0 +PackageLocale: en-US +Publisher: fastfetch-cli +PublisherUrl: https://github.com/fastfetch-cli +PublisherSupportUrl: https://github.com/fastfetch-cli/fastfetch/issues +PackageName: fastfetch +PackageUrl: https://github.com/fastfetch-cli/fastfetch +License: MIT +LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE +ShortDescription: Like neofetch, but much faster because written mostly in C. +Tags: +- cli +- command-line +- cross-platform +- fastfetch +- fetch +- hardware +- neofetch +- screenfetch +- terminal +ReleaseNotes: |- + Features: + - Support unity version detection (DE, Linux) + - Print model name in Battery keys if available (Battery) + - Add module Zpool + - Improve performance (Shell / Terminal, Linux) + - Support syntax of padded strings in ---format. {variablepadlength} are supported. + - If pad length is greater than the length of the variable, the variable will be padded with spaces. + - fastfetch -l none -s command --command-text 'echo 12345' --command-format 'output({1<20})' prints Command: output(12345 ) + - fastfetch -l none -s command --command-text 'echo 12345' --command-format 'output({1>20})' prints Command: output( 12345) + - If pad length is less than the length of the variable, the variable will be truncated. + Bugfixes: + - Fix broken --list-presets + - Update zsh completion script + - Don't print * if defaultRouteOnly is set (NetIO) + - Fix Camera module incorrectly disabled on FreeBSD (Camera, FreeBSD) + - Fix hanging on screen 5.0 (Terminal) + - Improve image logo support on Windows (Logo, Windows) + Logos: + - Update AmogOS + - Add Magix + - Make ubuntu logo colorable + - Add Steam Deck Logo + - add Huawei Cloud EulerOS + + 034dc2f0a6a8fd4ad83e45d3bcb4c08a8c74cb99679b3f3cc31b85424d77ed4f fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 84ba336900edfcf826a7cab8a71c41541e4d39bfdf9bc780cb09555069471048 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + a0e0eacab4124bf35955a8b13b20e4fc1d90ded6a391df0e5b2140335e31320b fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + 78797bcdb807dfa8dbee5edab8eeb6f9e909e18b725f19e17608f6dd1e25f976 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 1b762cf5cc35552eaaf6ccd5b1850c5341f8a007659423933670bb62356f89a3 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 464a846288a82a0eaff0339b57e4ccb7fb4e4db057e1f36d17e188416c03373b fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + 4cd6c23674b1bba3389a9f01073d8ea548b40b16c0e9c291cdb23e21f3a4b026 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 14eabfaff85e5ffea7179ee1478af8afdd19f5e786eac38b57fb4750481c4e59 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + ddf9f6f95b165a1d39036e7704bb7c1cf86c96968216dc99a5020f677ecd2836 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + f5a6c1eac2cdad329c22feef768c545158ad1a3825f86fc11d677fb024704d16 fastfetch-linux-amd64/fastfetch-linux-amd64.zip + 9a0e0f394885dfb65ba4f59230c2e32290727c0bc18a8e89a0da0e8254d37804 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 8baf76756ce3acf8211db3729598a8857922b7b72fe51e331f229e90e792e7d1 fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + 04a7dd94ab726093ada8734780b5c1744f2c15b7e52e030119419c62198404db fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + def93ed31809b0e9602b40bc416bc7bd81231169f9441210c61d84d00bb5462a fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + 11e577f2ef3292e6bb9a2f1980dc39dc0052d9d4465f2c265b3678b1712b5ca8 fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + b16996671d0c20ecede90bafff549755e2c7b8219463bb57cff22cc9a0cdcd2e fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + 44a3926dff698e08242052ff9a6da32c13519bd5ce68319714efa27b4e189eb7 fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 8a85b07697a9e6bd9d30d554eda93316e54fe6815721770cbec0a9a4357bab94 fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + be05def19ed964277d09d2e1984978ca158bee81e962b43d6bd3a7bd9a61c2f2 fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + a905ae9bbd9eef218d5348b9f63d2a96a60b67d9a3c09f9f284a85ab86a026b8 fastfetch-macos-universal/fastfetch-macos-universal.zip + 6e9775579cfce90ecd5279d03ed91487382550e8625f25658eeec7f509c39979 fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + 2ea020798542b7ca1ec54e049590bad7bae6c0a6d128072d9404e0febf7b7bd8 fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + b408f5e1015e9e87e37c7981248a9f1d3d5593ab5e8bc1fb1a41f4d9affab868 fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + d18ee2715b6e1600b4c5899e5a5ca3e8581eb11280d46599cad84fc7b60973bd fastfetch-musl-amd64/fastfetch-musl-amd64.zip + 3c92dd2cb15faf55d87846eda8d14456af2d0e0938998434144074c695c57529 fastfetch-source/2.23.0.tar.gz + 6080e140811c6b5999e1556335dc1dfc2fc93a7d0abaa7004ffee90b8684ac01 fastfetch-source/2.23.0.zip + 9b3ef4b2cc0574b608b91078cf21d7a8aa48e94fc6da784728924c8cafd0fd21 fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + 28b22531bfac26ebf2e4d28aff6752d4f866f9df96a3e3c8bfe921a7bd4d54ce fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + d2737e82d3c4f2c4f85956384ae99c0b7fbf9d885017c4ef0613918ff49237b0 fastfetch-windows-amd64/fastfetch-windows-amd64.7z + 5eee2e2c96ae4c39d9c522704ac51ac805c99c19017e43645aa762e6c941ee32 fastfetch-windows-amd64/fastfetch-windows-amd64.zip + 60705c1490951aa4df5ec94f34f9d5629eacf867b0a83ba995187702d0a1a79c fastfetch-windows-i686/fastfetch-windows-i686.7z + 0ca96e82bad9087044d4839c979961b282817d2a17b8c47ecbac9ed23bc19da3 fastfetch-windows-i686/fastfetch-windows-i686.zip + + 57452f6737fce14da6faf6a6ff876e1d25d242e12ceb304da0eea0e01ca27ad4eae108517bc5df97f8cd66eb9ec5953604730059f5dbf6f79719626dc1d272e7 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + a54fe818e3e133faa07f16e82c062a2ef1ad9d5638f1e644e435b6d6675f2a7987b6234925022c83cf3cae660596ad4df7ff5b056e5594874c222c105f4d105f fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 213c82892a860dce48bdfca86e30f87ef38391e00ef3357fbea42c19e081e2f1d1a5290d86fb9381ee701eb8fa4249bc40f549023bb316ed44ce26518b8e99b2 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + b06fc3158ce3b2bf517fcaf74c8ce280d261fa645973def4099470d3a6f2c9e3776669e63394af5ada3e6a5c519a052f3a2866af9c80c587a00ff861020ce047 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 9e4733e54cdba69be8d8eda728b87ccd3691e832c0bf0251ac504064caf24f06778d086373d5d8c5377183f1c57f21cd6cadf5e157a13684b3a2f60b37fbae90 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 814f6f19e3f56177d083dc4f56235ea8ad326212b399584237693a53c3d62b7b0d3b2961fe57a08e6ecf87b7166ddb3d3c135dc888994166f6a9bb0f8242ff6e fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + bf802ea61d014f905ee0472c09f83f832a9521627cf5c5f4bcaec0b327ac9c82f4c9efb9f5dd2b0316d38ebedd5b3527421c2888cdb98a6116f06338d2961afc fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 6e3c38ab28ae315efe170f9602b05dcb655121bd16d1b2ff521fbaad661cf20f536a3444736b540e3f459a89cc55370dffced61a815cdbb8052f788c714f0539 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 74378bb480a85da6e278797d4c671cd6c6f7db0dca6a08b4d572c9374cdd1529c7267ed30b0555238b5b0cca9aa723fc7a2ec0f5afebb56ebb5e7355f550ecfd fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + fb7cbf4a23e06950420953b432c91f1db080bf3af9b76befe548e9eaa07bea7502640e4a898932c84d3354f2187f50a602b2ce57fc848de61573c82424077036 fastfetch-linux-amd64/fastfetch-linux-amd64.zip + 67f738394dce3b1dd692ecc2d07c5efebbbe85e2ba289d457bab978df725327e88b3cd0e9cb77cfae62ff3a38d8dd468dfec6c503fd629a0fb0a35b07341d2d6 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 610f7f5a03751c8f8eced5008b359f4aef01132a254672b671b75eddf3e3ff1abe981a473b5ac6b1c4bfb775a38adfb38fd740da3f18e043d52078d7aa68d49f fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + 439908fcea0992608f15055a6caed167ab3e13321d7e4cf7fbd03f7e16d5449604a1f0959e3e14a315c36716686554220d585442ccca09044341461b3cf01d06 fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + 21c7a575c3b1b06e482684348d71c4011fb4b5c690ad9fa7f256f51bb9da3820a4e2c91da6fcf3b93765f7e6a8fc3cf76f378951bdf60155ff4f1403002ad7f5 fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + 63b4454ff022f1c50ad50bb1545c2a3aa6eb5001cd40c12c9d95edc496d863c8f30dd0dc652f3a3ba0a24e6818c7ae567e7fc2494e5a037fc713bb16b41741ec fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + fa5003c1f2c6e95b2d05b20e26f8bbdcaa0e80f0d41cabdd53299ce19d79f7af12bebf1ccd95944b289ede1a8d0fedfbc107df15eed8a7dcc1884d796ad72312 fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + 704d4cdb660318a2063cac449455119717708035a7aa00547a409730c0a3a2da048e0e185346f0a2629a0a2ad88955e21cb15a23d4cf51993459629d1bdafb78 fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 7c77e0bff7a304f9da305c40e03590c10f2a2e967e8f4ed70f811b8bdd07db6acc7cdd8077732d6b06395051f5ff1fabb49a6e249035e4be04ffbfc66d4cbdce fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + d108269a5e39d419789aafda6a1c82add334ad740fafb94d1c9d7397193289a9a109d3e9f04f40023d5aa5ad693ba5445c13e4f4bd226941e0d5e16dc17edb3e fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + 510e37c823387dce52deb688ad7a337642b78dd9549fbb8008f5987b21257cb5b60e19f31c853bf4eaec8427131bdb821bbafb2a85f266d64f1bcc3bfe174021 fastfetch-macos-universal/fastfetch-macos-universal.zip + 4e4b206ba58bbe409561036aeec5d6f80f9797336cd396d1d044f0bddf10b0958dde12027a0e2cb65c6d0a1e4aadb21c3de42eb1f5d464745fb0154e22b95ddf fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + 6bb55403a3797fd1d3282004c88d5a5c36f26bddd6d8bcf4c045ef09a135cb3459175215dd9c61e901048449f7bb273cd4d6f864785d616bad793bc62b7099b2 fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + ee594304c5d13fe1998dd8d0160e28818e8986116997ae4d40d98aef402fb943fe8518dc7a6cefeedf5c01754043aea2628adcbe0105c9e849f280e6fddf0188 fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + 85a2d554c364aa9e8a0b795332b34d56a94bef78ae77a9762ba092c0f8281afefddb3bd6b0aaf6b34e17a628db1543d4d870939e0abc2ac06c9067392d9dc244 fastfetch-musl-amd64/fastfetch-musl-amd64.zip + aad3d549c0f4be3b1f99e7bbbf992dccf79f9ef7ea6a26bfc31ba574b1a32496a1cf75b85c32e0643941cad4061d7ba003b42924f9f272a825a1a09b628acc39 fastfetch-source/2.23.0.tar.gz + 178a518fc536b7e73b9640c84cc338b03b91ce4bdf549ca1304c2cb3e2399a40cd1551709edf9534b7b982c1cefee67103ef15a6c5862922841602b11419e087 fastfetch-source/2.23.0.zip + 159391fbfa89991a5c4beb686e3cc3791172a4a406dddf4b4c9bc1baca5bd5a4c55707155d942e91044c34b8e83f02addc42906bd3f66d97276ea79fa75b6b85 fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + cf916dfba440cb5169eb1e6819caa17c1ff23514cd86676faff16dd50a366f62071b3ef750aeb0a41b5bd5fd485c75c134bf110f0eb92fc48df21397dcc0c685 fastfetch-sunos-amd64/fastfetch-sunos-i386.zip +ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.23.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.23.0/Fastfetch-cli.Fastfetch.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.23.0/Fastfetch-cli.Fastfetch.yaml new file mode 100644 index 0000000000000..711a274f08f78 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.23.0/Fastfetch-cli.Fastfetch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.23.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.24.0/Fastfetch-cli.Fastfetch.installer.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.24.0/Fastfetch-cli.Fastfetch.installer.yaml new file mode 100644 index 0000000000000..17cb83bfc412e --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.24.0/Fastfetch-cli.Fastfetch.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.24.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastfetch.exe +- RelativeFilePath: flashfetch.exe +Commands: +- fastfetch +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.24.0/fastfetch-windows-i686.zip + InstallerSha256: 4CD1B2E4DDE585453A26A8A9E7FCA10C61D944D812EA7C5927CC3B072CCA6762 +- Architecture: x64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.24.0/fastfetch-windows-amd64.zip + InstallerSha256: 295E70F1BA20F16B8231DF39BBEA3AD0010EAC642B588049BAB4E537709AC643 +- Architecture: arm64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.24.0/fastfetch-windows-aarch64.zip + InstallerSha256: BB9BB97F6DE592616294C34699DB27D9A67861C729D5AF56F952B2AD4B1BD391 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.24.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.24.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..54a5d0f010036 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.24.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml @@ -0,0 +1,114 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.24.0 +PackageLocale: en-US +Publisher: fastfetch-cli +PublisherUrl: https://github.com/fastfetch-cli +PublisherSupportUrl: https://github.com/fastfetch-cli/fastfetch/issues +PackageName: fastfetch +PackageUrl: https://github.com/fastfetch-cli/fastfetch +License: MIT +LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE +ShortDescription: Like neofetch, but much faster because written mostly in C. +Tags: +- cli +- command-line +- cross-platform +- fastfetch +- fetch +- hardware +- neofetch +- screenfetch +- terminal +ReleaseNotes: |- + Changes: + - Support of --lib-XXX is removed + - If fastfetch fails to load some .so .dylib libraries, LD_LIBRARY_PATH should be used. + - Fastfetch now always use the system libelf on FreeBSD. See #1254 + Features: + - Support sixel image protocol on Windows (Logo, Windows) + - Requires imagemagick7 to be installed. MSYS2 is recommended. + - Improve terminal query on Windows (Windows) + - TerminalSize, TerminalTheme + - Detect more ARM microarchitectures and SOC names (CPU, Linux) + - Detect the number of online cores (CPU, FreeBSD) + - Support board name detection for Asahi Linux (Board, Linux) + - Add new option --command-param to customize the parameters when running shell + - Support syntax of sub string in ---format: {variable~startIndex,endIndex} + - See fastfetch -h format for detail + Bugfixes: + - Fix tests building when system yyjson is used (#1244) + - Fix dinit detection; support dinit version detection (#1245, InitSystem, Linux) + - Fix signal quality, refresh rate and maybe others in custom format (#1241) + - Fix boot time calculation (#1249, Uptime, Linux) + - Fix custom format for boolean values + - {?false-value}This should not print{?}{?true-value}This should print{?} will print This should print + - Fix possible hanging when running fastfetch in screen 5.0 (TerminalTheme, macOS) + Logos: + - Add Lliurex + + 959ff27024da4cedb40d839c5505da089423b8a40f282a0605dd9a48c413f7f3 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 4a03a6824c315df268c5457763a8d6a377411d045477c30ca0b3f6e98f099aed fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + c239f97b60d9bdf22b6932e6d6448d2f7fcc796e5f8347d220f8257e3b4ab344 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + cf3de6fb24583dc998bdea9a52ec36ef9076d6b44645922d8c9e2e1b0600167d fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + c4e84c6683780c1deea09be5bd2c43c107c79b1d40dcbd382e9b9549a15691f8 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 67733fcdc0611d69c2fe4528cb1d627fc8b739c0f60e8477b1c671a0b2c3b2c0 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + 3ca9a566615f7532d5382c5dea9b912cfb9db3bdbdd939ef2e9f94ce429cc29f fastfetch-linux-amd64/fastfetch-linux-amd64.deb + e9140db882199db5a785e419321f5e54aaa052061c55cd23ab4cb3824a81cd6b fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 42e31a45b6340bc485d720213eec96a70be45cb4f0ba5d3be456259e8b79c965 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 26aeec56131a6569f8f732d4d9f01ef2937fc79e4f3852d0bf436fa7321c2e8d fastfetch-linux-amd64/fastfetch-linux-amd64.zip + faeec4d09b32279dba63dc00b8cf755bc1851adb114d6630cd3d4be8043c5f6e fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 1dc5e809195ba8b4faa91fd46eff614f1a8f817c6e89737768589f5a8389e68a fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + e5d10289a1ceb3adb8236c4910138c43cf9e5eaeab95e91a5bba7039c8373dab fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + c085c4d17e2cffa8d8e8b349ab38a469a9febcb622b027cdba38a726cd8e0b0d fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + 33d31324473eb90d46ce25a6a9116918e18d4d1f97b7bbdff861f44515d8564e fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + 7ac5f05396bf5cb731cdc8af4a10016567568697b2deff17f8d1d00d271a20f9 fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + bc19d7e1422e410e71b8c4c04e7e4c085b1cd58a6221cfe3379f3073c02e6207 fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + fb6761132517c30bb39fb225638b3ca9c2cf685c81a4e78c644cee89419ead4e fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + 48ba2c93692161a7b0880e3eef2cea0779a32e574394c5ef460e51819047af4f fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + 082226c377e19d1774a59ef875cdec95f65c179479b2b6305a455a0b191a24a4 fastfetch-macos-universal/fastfetch-macos-universal.zip + 95824480ce6e054add85ee9c69fd64145b1e92e478aad75aacc5715db499620d fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + 1456e76b561188f62276ddcf7f0d553743b3a3296b76458d0f197f79f36a0be7 fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + c052047019a2091d6007526e35bacd753ff5a37c974a3731558a20d09f1c1aac fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + 7493785b621d8604e36d40cca8779e4bdd7ca249ce09bbb9b3fa2be20dcd5df0 fastfetch-musl-amd64/fastfetch-musl-amd64.zip + 675ac3f9dbe00277416744fa36a28fc9cd1284d17f055a4db339063bfc6a8209 fastfetch-source/2.24.0.tar.gz + 2932b67c832bcc2969df66255263d0ec504a07e2dd7d257e25bf3d65cd8a3a3c fastfetch-source/2.24.0.zip + 875edc52e2eb989c6243884d8fde375f4f7f56fc12a8520bdfe594cd42aedcbb fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + 08a0755f2f93f7f6841e7e9fccb45684b2259a0d21471fc36b5a279bca619896 fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + 400d5497eb655027dbb3d439a1f07ac71a15ed96145b4d4e93eaf5967953fda9 fastfetch-windows-amd64/fastfetch-windows-amd64.7z + 295e70f1ba20f16b8231df39bbea3ad0010eac642b588049bab4e537709ac643 fastfetch-windows-amd64/fastfetch-windows-amd64.zip + 3c58187d146c02bf455c01df7523aa3fcdb6ded1effa975c25e8d3e10336bc30 fastfetch-windows-i686/fastfetch-windows-i686.7z + 4cd1b2e4dde585453a26a8a9e7fca10c61d944d812ea7c5927cc3b072cca6762 fastfetch-windows-i686/fastfetch-windows-i686.zip + + 73c40f8f2af6e5c4e761f3c7c2b26c19f2f1be2378b9caed9140c5d078fa0cc5af05a7e84acdfd8099e2d8b34d55bb761983e5c3b13448234bf0537c65aca614 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 3052cb5f2e7ea85862b43ea2c53876222b2c248be1772124e856db5d17d4fa86fe164ade3c77a0a48235a0406ca45e4cd1d2b9fad63ab939b7e4728f08f80626 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + b62623e9ab53be96354cbe46e5f7c50d7c30e5d70e6f5e11c850a7a3e31d97bdd35191dee2ece422ac2ca48ee7d8ee15d70796f017cb172b281398b51766c9e0 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + e6bb8c244fe0fd67d992f122cabdc3c68ea7ab8fcf4728e1253a7ce7cd43960778a62500a2f8a7699bac67380e5d4a0a1c21c5b3bf831bb71d09dad77831b52b fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 59e867e071bfb90a2a9521fc229c55e169fd6c2bfcf0d6aa309586517bf3a357781b91740131bdbacb7a870c29ed6391023bbf5eb085144c67bc0b222090088e fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 364ad32a2fd48643b89d21c5f4be4154bacc0dab94700593093d9a250c9890c822e9b0e5be082308e4c2f8ee2aae5d387f7344f0cad43e1ddafd8efeae9926d5 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + ae479cbd5fc99d99316aad6522899c36903726fb63c6e60de0f733b5df68af5b0298f233d5b8e66a207d10802a3b75523bc102eb3b3eca11562fdf8e7ce5fe17 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 971f9916398950d073ccfc1854183900166314d58ec336510e0151b33d222ceae238ac52470087514187a28717d332dc3ce136a9225c96f8c8a3ba2861afde0c fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 2953ab25cca9bc47e3bf6d01337ac28557718627e7b1b8ce297a7feccdec01593a80cdf4dde3f480603579adc33bd4db6a8d356b709dd03fc248a3926ef57c7b fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 9c7a45518ff2ce3074a2d480104685a013b1f51e1cc592c1825251a18fba1eec0f51dd493ea33e9c8169100c8b43a5d5a7c501f7b4087a117f17f9308cb123be fastfetch-linux-amd64/fastfetch-linux-amd64.zip + 19d75da7a094c33432f2015bb03add750ba049032e964ace1655963a67274a8372e0e3434c135e079e261c26c098843315e030ff5f42d79961535b419388d483 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + c17e5aab178c56d1a0d266f8eba039f3d094dfaeb5ab93188f04aa968536b4f296e55d6c5d95464006bd9c67ce3736594c94e9dca99c7bc2d662129894774d7c fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + 1b84211ef802446d36e7ba3fd1ce411a68ef1b3d74b54a3c601ff6dabc06ce3be2414e0038bd891ee81047c698f5df8f19a57a57c1435dc2628ffdbf77c94639 fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + 53ba5313c416ae6e76e79e649bef1ffc200be150eab1c20a18d77ceac9b8c2c2a08696c94036610f442b82e685ad0ec16b13ead9ac7966f4254c7d1013dfe01b fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + d8228c887cd8df5e41073f756c06f818e11e818a0f55197f3671b20b0da442cbadf927a880e916bdc0218ee268028c9bc0bf4e7911ef70ca23bbb4b9f53533df fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + 4b5bc1481bbc1352e497c4fb991b5e8cc4ab2e599d0e423162ce23d191be8dfc56980191e2e8dcd3c59c6ea028876f77818eef61c1d83f69f7071b7181e0a78f fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + 6d95e87b2d97cfe68a80cc350965793ec13169d61542608a40dbf8c874a0afb5085f38f4677886a2b6cd5d52570de309f658e0a61eab75227cce7563afa20d74 fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 397f6129aee7fb2ad8b9f31d62d4ac1bcfb7d89f885d29a35a08d8294edea28c4fc37bc6a81410a409bb23d6a4dc3222ebdf6cb64ad13e3574ca30aa770c726a fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + abdfae38e4920e3fc09ad7bf656ff07aebcc2b54f5a2b180fa1755e3ddb565bfc477f5515889af5248ebbceb45be41a7bdc8e78418d5aa0e9fe56d92f01f7954 fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + 2b0bac8442f06ea1a2b99bc902247ec06b5205f44d7332ab16fdcf6f591cd64fc2faa5456ea5a187a8bbcd816ac857b85724dc8aca69aa49004e4cd854b1859b fastfetch-macos-universal/fastfetch-macos-universal.zip + c726693e3c6f06a2be23fcdd2eed4a6eaf23cee985edd55824bc390807004742a5aceef4246dc4dfcce6f2395bb5265ab3d54dd0a8437d9c0ee1f1f6081b7d8f fastfetch-musl-aarch64/fastfetch-musl-aarch64.tar.gz + f7ba69b75ec6ddc62f418e4d47522058caee401caefcd83007ccc59ff7a509d44b6765edbbf0a1dbae1f20d1918ddacbf239e2dc8f91a18ad6bdc6bf89aa8a24 fastfetch-musl-aarch64/fastfetch-musl-aarch64.zip + e02774a400414c4a886e727c3c6ae83a386946f408140584913b073ca9865ec26c800882b1bbb58395bddaedb642aa024e31e650c36b10b77194be0a0b57c5b2 fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + 8ca8c47d9b5262cd7f3ba3313f19a1294029bf5547ea28d009b88d943dd066b97214439fc3d7464cfb5ad3a0e63a4bc3a3ac51e00aa0fdddddf386a7df131947 fastfetch-musl-amd64/fastfetch-musl-amd64.zip + 6dde07346a6ae08c49f8deca19f974fafd94a964542d97f70c39625ccbf151bf01aa626af7582367dab208bb09fc2208f18ba831bdb06202a271f05831617ffd fastfetch-source/2.24.0.tar.gz + 7094a102bb476f051473f559ebbac2576c43b1bc8aedb87ce4b4d08c4e33f20d8c4de7fef51906c0f1a90d4a9a922508457a09c83a4d2ae3423232d029f419eb fastfetch-source/2.24.0.zip + 7440de50eeb90f2af5add50fad26e7649e75c85d96cd07aa7745e02e9b8c85bb3bc6debeffce6e87df9d8c20167c6f6ec5a71d012a00c7d1ae649219d1220e46 fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz +ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.24.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.24.0/Fastfetch-cli.Fastfetch.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.24.0/Fastfetch-cli.Fastfetch.yaml new file mode 100644 index 0000000000000..147b3505c1201 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.24.0/Fastfetch-cli.Fastfetch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.24.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FellowInsightInc/Fellow/1.4.36/FellowInsightInc.Fellow.installer.yaml b/manifests/f/FellowInsightInc/Fellow/1.4.36/FellowInsightInc.Fellow.installer.yaml deleted file mode 100644 index 88630d17cb13c..0000000000000 --- a/manifests/f/FellowInsightInc/Fellow/1.4.36/FellowInsightInc.Fellow.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: FellowInsightInc.Fellow -PackageVersion: 1.4.36 -InstallerType: exe -InstallerSwitches: - Silent: /s -Installers: -- Architecture: x86 - InstallerUrl: https://fellow.app/desktop/download/win32/latest/ - InstallerSha256: 064FF941F103E416EC635CA4D43B2ACABA313C459740C77A0D11D2A2550A7C0F -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/f/FellowInsightInc/Fellow/1.4.36/FellowInsightInc.Fellow.yaml b/manifests/f/FellowInsightInc/Fellow/1.4.36/FellowInsightInc.Fellow.yaml deleted file mode 100644 index 0daf84a707817..0000000000000 --- a/manifests/f/FellowInsightInc/Fellow/1.4.36/FellowInsightInc.Fellow.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: FellowInsightInc.Fellow -PackageVersion: 1.4.36 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/f/FellowInsightInc/Fellow/1.4.40/FellowInsightInc.Fellow.installer.yaml b/manifests/f/FellowInsightInc/Fellow/1.4.40/FellowInsightInc.Fellow.installer.yaml new file mode 100644 index 0000000000000..d48b95c4c97e8 --- /dev/null +++ b/manifests/f/FellowInsightInc/Fellow/1.4.40/FellowInsightInc.Fellow.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2024/Jul/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: FellowInsightInc.Fellow +PackageVersion: 1.4.40 +InstallerType: exe +InstallerSwitches: + Silent: /s +Installers: +- Architecture: x86 + InstallerUrl: https://fellow.app/desktop/download/win32/latest/ + InstallerSha256: 5BBD90625A5DF2564E9CA29D0FD7677CE45E2F40421E3969EECBBBD87F7CB6B9 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/f/FellowInsightInc/Fellow/1.4.36/FellowInsightInc.Fellow.locale.en-US.yaml b/manifests/f/FellowInsightInc/Fellow/1.4.40/FellowInsightInc.Fellow.locale.en-US.yaml similarity index 84% rename from manifests/f/FellowInsightInc/Fellow/1.4.36/FellowInsightInc.Fellow.locale.en-US.yaml rename to manifests/f/FellowInsightInc/Fellow/1.4.40/FellowInsightInc.Fellow.locale.en-US.yaml index ee6d7f5bf4a72..3492259df3b77 100644 --- a/manifests/f/FellowInsightInc/Fellow/1.4.36/FellowInsightInc.Fellow.locale.en-US.yaml +++ b/manifests/f/FellowInsightInc/Fellow/1.4.40/FellowInsightInc.Fellow.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jun/13 +# Automatically updated by the winget bot at 2024/Jul/19 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: FellowInsightInc.Fellow -PackageVersion: 1.4.36 +PackageVersion: 1.4.40 PackageLocale: en-US Publisher: Fellow Insights Inc. PackageName: Fellow diff --git a/manifests/f/FellowInsightInc/Fellow/1.4.40/FellowInsightInc.Fellow.yaml b/manifests/f/FellowInsightInc/Fellow/1.4.40/FellowInsightInc.Fellow.yaml new file mode 100644 index 0000000000000..027060ff39501 --- /dev/null +++ b/manifests/f/FellowInsightInc/Fellow/1.4.40/FellowInsightInc.Fellow.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: FellowInsightInc.Fellow +PackageVersion: 1.4.40 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/f/FengHe/FocusNote/.validation b/manifests/f/FengHe/FocusNote/.validation deleted file mode 100644 index 7174d31c95873..0000000000000 --- a/manifests/f/FengHe/FocusNote/.validation +++ /dev/null @@ -1 +0,0 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"8f12a2cb-e628-4da9-9577-26a4c4de70ea","TestPlan":"Validation-Domain","PackagePath":"manifests/f/FengHe/FocusNote/2.12.6-661"}]} \ No newline at end of file diff --git a/manifests/f/FengHe/FocusNote/2.12.5-660/FengHe.FocusNote.installer.yaml b/manifests/f/FengHe/FocusNote/2.12.5-660/FengHe.FocusNote.installer.yaml deleted file mode 100644 index a1520f6f583bb..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.12.5-660/FengHe.FocusNote.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NVS1.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.12.5-660 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder -UpgradeBehavior: install -FileExtensions: -- fcard -- fmind -- fnote -- focusnote -ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.12.5-660.exe - InstallerSha256: C20857FB8B961F7A897BEF08A04E814C25BF0741580061C30683393AFF72E2B3 - InstallerSwitches: - Upgrade: --updated - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.12.5-660.exe - InstallerSha256: C20857FB8B961F7A897BEF08A04E814C25BF0741580061C30683393AFF72E2B3 - InstallerSwitches: - Upgrade: --updated - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/f/FengHe/FocusNote/2.12.5-660/FengHe.FocusNote.locale.en-US.yaml b/manifests/f/FengHe/FocusNote/2.12.5-660/FengHe.FocusNote.locale.en-US.yaml deleted file mode 100644 index 0147e806d9ff8..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.12.5-660/FengHe.FocusNote.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NVS1.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.12.5-660 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2021 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Note & Memos -Description: "Focus Note is suitable for learning and writing reading notes, article, diaries and other scenes. It has three characteristics: exquisite and concise, powerful function, and clear note structure." -# Moniker: -Tags: -- notes -- memos -- articles -- diaries -- editor -- markdown -- fenghe -- 专注笔记 -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/f/FengHe/FocusNote/2.12.5-660/FengHe.FocusNote.locale.zh-CN.yaml b/manifests/f/FengHe/FocusNote/2.12.5-660/FengHe.FocusNote.locale.zh-CN.yaml deleted file mode 100644 index 0f9fce6037751..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.12.5-660/FengHe.FocusNote.locale.zh-CN.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NVS1.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.12.5-660 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2021 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: 备忘录·日记本·记事本 -Description: 专注笔记适用于学习及读书笔记编写、文章写作、日记等场景,具备精致简洁、功能强大、笔记层次清晰几个特性。 -# Moniker: -Tags: -- 笔记 -- 备忘 -- 备忘录 -- 文章 -- 日记 -- 日记本 -- 记事本 -- markdown -- 专注笔记 -- 风荷 -- fenghe -ManifestType: locale -ManifestVersion: 1.0.0 diff --git a/manifests/f/FengHe/FocusNote/2.12.5-660/FengHe.FocusNote.yaml b/manifests/f/FengHe/FocusNote/2.12.5-660/FengHe.FocusNote.yaml deleted file mode 100644 index 6e06698a2c6ea..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.12.5-660/FengHe.FocusNote.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NVS1.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.12.5-660 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/f/FengHe/FocusNote/2.12.6-661/FengHe.FocusNote.installer.yaml b/manifests/f/FengHe/FocusNote/2.12.6-661/FengHe.FocusNote.installer.yaml deleted file mode 100644 index 6ea51d0a6c82f..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.12.6-661/FengHe.FocusNote.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.12.6-661 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -FileExtensions: -- fcard -- fmind -- fnote -- focusnote -ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.12.6-661.exe - InstallerSha256: E07598A21E78946FA421EF13FA0F9EBD9629A493723B957BCEED39DDBE7AFC3B - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.12.6-661.exe - InstallerSha256: E07598A21E78946FA421EF13FA0F9EBD9629A493723B957BCEED39DDBE7AFC3B - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/f/FengHe/FocusNote/2.12.6-661/FengHe.FocusNote.locale.en-US.yaml b/manifests/f/FengHe/FocusNote/2.12.6-661/FengHe.FocusNote.locale.en-US.yaml deleted file mode 100644 index 6c937008f8203..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.12.6-661/FengHe.FocusNote.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.12.6-661 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2021 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Note & Memos -Description: 'Focus Note is suitable for learning and writing reading notes, article, diaries and other scenes. It has three characteristics: exquisite and concise, powerful function, and clear note structure.' -Tags: -- notes -- memos -- articles -- diaries -- editor -- markdown -- fenghe -- 专注笔记 -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/f/FengHe/FocusNote/2.12.6-661/FengHe.FocusNote.locale.zh-CN.yaml b/manifests/f/FengHe/FocusNote/2.12.6-661/FengHe.FocusNote.locale.zh-CN.yaml deleted file mode 100644 index d851c5cfbdf1e..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.12.6-661/FengHe.FocusNote.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.12.6-661 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2021 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: 备忘录·日记本·记事本 -Description: 专注笔记适用于学习及读书笔记编写、文章写作、日记等场景,具备精致简洁、功能强大、笔记层次清晰几个特性。 -Tags: -- 笔记 -- 备忘 -- 备忘录 -- 文章 -- 日记 -- 日记本 -- 记事本 -- markdown -- 专注笔记 -- 风荷 -- fenghe -ManifestType: locale -ManifestVersion: 1.0.0 diff --git a/manifests/f/FengHe/FocusNote/2.12.6-661/FengHe.FocusNote.yaml b/manifests/f/FengHe/FocusNote/2.12.6-661/FengHe.FocusNote.yaml deleted file mode 100644 index 280752d9a9d62..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.12.6-661/FengHe.FocusNote.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.12.6-661 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/f/FengHe/FocusNote/2.13.0-668/FengHe.FocusNote.installer.yaml b/manifests/f/FengHe/FocusNote/2.13.0-668/FengHe.FocusNote.installer.yaml deleted file mode 100644 index b841883a039cf..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.13.0-668/FengHe.FocusNote.installer.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.13.0-668 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -FileExtensions: -- fcard -- fmind -- fnote -- focusnote -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.13.0-668.exe - InstallerSha256: BE025FE345556A1FB78076F966B0C1E23CB212D402E7C6BFD5B72F35D87C25EC - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.13.0-668.exe - InstallerSha256: BE025FE345556A1FB78076F966B0C1E23CB212D402E7C6BFD5B72F35D87C25EC - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.13.0-668/FengHe.FocusNote.locale.en-US.yaml b/manifests/f/FengHe/FocusNote/2.13.0-668/FengHe.FocusNote.locale.en-US.yaml deleted file mode 100644 index 91b47260258c9..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.13.0-668/FengHe.FocusNote.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.13.0-668 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2021 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Note & Memos -Description: 'Focus Note is suitable for learning and writing reading notes, article, diaries and other scenes. It has three characteristics: exquisite and concise, powerful function, and clear note structure.' -# Moniker: -Tags: -- articles -- diaries -- editor -- fenghe -- markdown -- memos -- notes -- 专注笔记 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.13.0-668/FengHe.FocusNote.locale.zh-CN.yaml b/manifests/f/FengHe/FocusNote/2.13.0-668/FengHe.FocusNote.locale.zh-CN.yaml deleted file mode 100644 index 799c8e53d9abe..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.13.0-668/FengHe.FocusNote.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.13.0-668 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2021 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: 备忘录·日记本·记事本 -Description: 专注笔记适用于学习及读书笔记编写、文章写作、日记等场景,具备精致简洁、功能强大、笔记层次清晰几个特性。 -# Moniker: -Tags: -- fenghe -- markdown -- 专注笔记 -- 备忘 -- 备忘录 -- 文章 -- 日记 -- 日记本 -- 笔记 -- 记事本 -- 风荷 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.13.0-668/FengHe.FocusNote.yaml b/manifests/f/FengHe/FocusNote/2.13.0-668/FengHe.FocusNote.yaml deleted file mode 100644 index 7f626b3466a2f..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.13.0-668/FengHe.FocusNote.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.13.0-668 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.1-670/FengHe.FocusNote.installer.yaml b/manifests/f/FengHe/FocusNote/2.15.1-670/FengHe.FocusNote.installer.yaml deleted file mode 100644 index 93ab7761c9637..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.1-670/FengHe.FocusNote.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.1-670 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -FileExtensions: -- fcard -- fmind -- fnote -- focusnote -ReleaseDate: 2022-01-15 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.15.1-670.exe - InstallerSha256: 27581120F9EB74785040B041D026A1D05F35129C4E370DEA44BF3468EB3DF43B - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.15.1-670.exe - InstallerSha256: 27581120F9EB74785040B041D026A1D05F35129C4E370DEA44BF3468EB3DF43B - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.1-670/FengHe.FocusNote.locale.en-US.yaml b/manifests/f/FengHe/FocusNote/2.15.1-670/FengHe.FocusNote.locale.en-US.yaml deleted file mode 100644 index a53cb576ebca1..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.1-670/FengHe.FocusNote.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.1-670 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Note & Memos -Description: 'Focus Note is suitable for learning and writing reading notes, article, diaries and other scenes. It has three characteristics: exquisite and concise, powerful function, and clear note structure.' -# Moniker: -Tags: -- notes -- excerpt -- clipping -- read -- reading -- article -- docs -- document -- writing -- diary -- journal -- memo -- memorandum -- editor -- Markdown -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.1-670/FengHe.FocusNote.locale.zh-CN.yaml b/manifests/f/FengHe/FocusNote/2.15.1-670/FengHe.FocusNote.locale.zh-CN.yaml deleted file mode 100644 index 6c6550e75ebe7..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.1-670/FengHe.FocusNote.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.1-670 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: 备忘录·日记本·记事本 -Description: 专注笔记适用于学习及读书笔记编写、文章写作、日记等场景,具备精致简洁、功能强大、笔记层次清晰几个特性。 -# Moniker: -Tags: -- 笔记 -- 书摘 -- 摘抄 -- 阅读 -- 文章 -- 文档 -- 写作 -- 日记 -- 日记本 -- 日志 -- 备忘 -- 备忘录 -- 编辑器 -- Markdown -# Agreements: -ReleaseNotes: |- - [+ADDED] 增加导出 Textbundle 选项 -# ReleaseNotesUrl: -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.1-670/FengHe.FocusNote.yaml b/manifests/f/FengHe/FocusNote/2.15.1-670/FengHe.FocusNote.yaml deleted file mode 100644 index 43feb1280a52d..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.1-670/FengHe.FocusNote.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.1-670 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.2-671/FengHe.FocusNote.installer.yaml b/manifests/f/FengHe/FocusNote/2.15.2-671/FengHe.FocusNote.installer.yaml deleted file mode 100644 index 22eef8775fe57..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.2-671/FengHe.FocusNote.installer.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.2-671 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -FileExtensions: -- fcard -- fmind -- fnote -- focusnote -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.15.2-671.exe - InstallerSha256: BB5E4AB0210B62189F36A5A59D63D9D08F211E46771EF687CA3C2CAAE4FB4249 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.15.2-671.exe - InstallerSha256: BB5E4AB0210B62189F36A5A59D63D9D08F211E46771EF687CA3C2CAAE4FB4249 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.2-671/FengHe.FocusNote.locale.en-US.yaml b/manifests/f/FengHe/FocusNote/2.15.2-671/FengHe.FocusNote.locale.en-US.yaml deleted file mode 100644 index b589e4f3d6953..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.2-671/FengHe.FocusNote.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.2-671 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Note & Memos -Description: 'Focus Note is suitable for learning and writing reading notes, article, diaries and other scenes. It has three characteristics: exquisite and concise, powerful function, and clear note structure.' -# Moniker: -Tags: -- article -- clipping -- diary -- docs -- document -- editor -- excerpt -- journal -- markdown -- memo -- memorandum -- notes -- read -- reading -- writing -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.2-671/FengHe.FocusNote.locale.zh-CN.yaml b/manifests/f/FengHe/FocusNote/2.15.2-671/FengHe.FocusNote.locale.zh-CN.yaml deleted file mode 100644 index 482f8021efff0..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.2-671/FengHe.FocusNote.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.2-671 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: 备忘录·日记本·记事本 -Description: 专注笔记适用于学习及读书笔记编写、文章写作、日记等场景,具备精致简洁、功能强大、笔记层次清晰几个特性。 -# Moniker: -Tags: -- markdown -- 书摘 -- 写作 -- 备忘 -- 备忘录 -- 摘抄 -- 文档 -- 文章 -- 日志 -- 日记 -- 日记本 -- 笔记 -- 编辑器 -- 阅读 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.2-671/FengHe.FocusNote.yaml b/manifests/f/FengHe/FocusNote/2.15.2-671/FengHe.FocusNote.yaml deleted file mode 100644 index 43292b25c7c73..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.2-671/FengHe.FocusNote.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.2-671 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.3-672/FengHe.FocusNote.installer.yaml b/manifests/f/FengHe/FocusNote/2.15.3-672/FengHe.FocusNote.installer.yaml deleted file mode 100644 index 7af59e56479ce..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.3-672/FengHe.FocusNote.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.3-672 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -FileExtensions: -- fcard -- fmind -- fnote -- focusnote -ReleaseDate: 2022-02-23 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.15.3-672.exe - InstallerSha256: AF127F972029D72DA21DAB770B5E602F7332AE1C1F38386A59D79113013A718C - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.15.3-672.exe - InstallerSha256: AF127F972029D72DA21DAB770B5E602F7332AE1C1F38386A59D79113013A718C - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.3-672/FengHe.FocusNote.locale.en-US.yaml b/manifests/f/FengHe/FocusNote/2.15.3-672/FengHe.FocusNote.locale.en-US.yaml deleted file mode 100644 index df0caa98c65c3..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.3-672/FengHe.FocusNote.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.3-672 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Note & Memos -Description: 'Focus Note is suitable for learning and writing reading notes, article, diaries and other scenes. It has three characteristics: exquisite and concise, powerful function, and clear note structure.' -# Moniker: -Tags: -- article -- clipping -- diary -- docs -- document -- editor -- excerpt -- journal -- markdown -- memo -- memorandum -- notes -- read -- reading -- writing -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.3-672/FengHe.FocusNote.locale.zh-CN.yaml b/manifests/f/FengHe/FocusNote/2.15.3-672/FengHe.FocusNote.locale.zh-CN.yaml deleted file mode 100644 index 086a854d17d25..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.3-672/FengHe.FocusNote.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.3-672 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: 备忘录·日记本·记事本 -Description: 专注笔记适用于学习及读书笔记编写、文章写作、日记等场景,具备精致简洁、功能强大、笔记层次清晰几个特性。 -# Moniker: -Tags: -- markdown -- 书摘 -- 写作 -- 备忘 -- 备忘录 -- 摘抄 -- 文档 -- 文章 -- 日志 -- 日记 -- 日记本 -- 笔记 -- 编辑器 -- 阅读 -# Agreements: -ReleaseNotes: |- - [-FIXED] 修复一个同步问题 -# ReleaseNotesUrl: -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.3-672/FengHe.FocusNote.yaml b/manifests/f/FengHe/FocusNote/2.15.3-672/FengHe.FocusNote.yaml deleted file mode 100644 index fc07aecdb7317..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.3-672/FengHe.FocusNote.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.3-672 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.5-673/FengHe.FocusNote.installer.yaml b/manifests/f/FengHe/FocusNote/2.15.5-673/FengHe.FocusNote.installer.yaml deleted file mode 100644 index 727b52c38f57c..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.5-673/FengHe.FocusNote.installer.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.5-673 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -FileExtensions: -- fcard -- fmind -- fnote -- focusnote -ReleaseDate: 2022-07-01 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.15.5-673.exe - InstallerSha256: 6621B1C16E03338D6FFDA88CDC998FC0979F6958F604A4237FF97CF0F5CE593D - InstallerSwitches: - Custom: /currentuser - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.15.5-673.exe - InstallerSha256: 6621B1C16E03338D6FFDA88CDC998FC0979F6958F604A4237FF97CF0F5CE593D - InstallerSwitches: - Custom: /allusers - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.5-673/FengHe.FocusNote.locale.en-US.yaml b/manifests/f/FengHe/FocusNote/2.15.5-673/FengHe.FocusNote.locale.en-US.yaml deleted file mode 100644 index 84f7030d21e93..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.5-673/FengHe.FocusNote.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.5-673 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Note & Memos -Description: 'Focus Note is suitable for learning and writing reading notes, article, diaries and other scenes. It has three characteristics: exquisite and concise, powerful function, and clear note structure.' -# Moniker: -Tags: -- article -- clipping -- diary -- docs -- document -- editor -- excerpt -- journal -- markdown -- memo -- memorandum -- notes -- read -- reading -- writing -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.5-673/FengHe.FocusNote.locale.zh-CN.yaml b/manifests/f/FengHe/FocusNote/2.15.5-673/FengHe.FocusNote.locale.zh-CN.yaml deleted file mode 100644 index c50ea1fce64da..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.5-673/FengHe.FocusNote.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.5-673 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: 备忘录·日记本·记事本 -Description: 专注笔记适用于学习及读书笔记编写、文章写作、日记等场景,具备精致简洁、功能强大、笔记层次清晰几个特性。 -# Moniker: -Tags: -- markdown -- 书摘 -- 写作 -- 备忘 -- 备忘录 -- 摘抄 -- 文档 -- 文章 -- 日志 -- 日记 -- 日记本 -- 笔记 -- 编辑器 -- 阅读 -# Agreements: -ReleaseNotes: |- - [-FIXED] 修复一些已知问题 -# ReleaseNotesUrl: -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.5-673/FengHe.FocusNote.yaml b/manifests/f/FengHe/FocusNote/2.15.5-673/FengHe.FocusNote.yaml deleted file mode 100644 index f322ccee6db3f..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.5-673/FengHe.FocusNote.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.5-673 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.7-676/FengHe.FocusNote.installer.yaml b/manifests/f/FengHe/FocusNote/2.15.7-676/FengHe.FocusNote.installer.yaml deleted file mode 100644 index 3655747f52bcb..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.7-676/FengHe.FocusNote.installer.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.7-676 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -FileExtensions: -- fcard -- fmind -- fnote -- focusnote -ReleaseDate: 2022-07-27 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.15.7-676.exe - InstallerSha256: 49D5380A4462B4FF8D23CE6BA9546F67A1F937BA113AE232B7945675048B3D72 - InstallerSwitches: - Custom: /currentuser - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.15.7-676.exe - InstallerSha256: 49D5380A4462B4FF8D23CE6BA9546F67A1F937BA113AE232B7945675048B3D72 - InstallerSwitches: - Custom: /allusers - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.7-676/FengHe.FocusNote.locale.en-US.yaml b/manifests/f/FengHe/FocusNote/2.15.7-676/FengHe.FocusNote.locale.en-US.yaml deleted file mode 100644 index fad7137717ef5..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.7-676/FengHe.FocusNote.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.7-676 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Note & Memos -Description: 'Focus Note is suitable for learning and writing reading notes, article, diaries and other scenes. It has three characteristics: exquisite and concise, powerful function, and clear note structure.' -# Moniker: -Tags: -- article -- clipping -- diary -- docs -- document -- editor -- excerpt -- journal -- markdown -- memo -- memorandum -- notes -- read -- reading -- writing -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.7-676/FengHe.FocusNote.locale.zh-CN.yaml b/manifests/f/FengHe/FocusNote/2.15.7-676/FengHe.FocusNote.locale.zh-CN.yaml deleted file mode 100644 index 17d55f0cf1c79..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.7-676/FengHe.FocusNote.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.7-676 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: 备忘录·日记本·记事本 -Description: 专注笔记适用于学习及读书笔记编写、文章写作、日记等场景,具备精致简洁、功能强大、笔记层次清晰几个特性。 -# Moniker: -Tags: -- markdown -- 书摘 -- 写作 -- 备忘 -- 备忘录 -- 摘抄 -- 文档 -- 文章 -- 日志 -- 日记 -- 日记本 -- 笔记 -- 编辑器 -- 阅读 -# Agreements: -ReleaseNotes: |- - [+ADDED] 新增导出所有笔记本功能 -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.15.7-676/FengHe.FocusNote.yaml b/manifests/f/FengHe/FocusNote/2.15.7-676/FengHe.FocusNote.yaml deleted file mode 100644 index 75b3bf2d92001..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.15.7-676/FengHe.FocusNote.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.15.7-676 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.0-677/FengHe.FocusNote.installer.yaml b/manifests/f/FengHe/FocusNote/2.16.0-677/FengHe.FocusNote.installer.yaml deleted file mode 100644 index 1dae96833b7d9..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.0-677/FengHe.FocusNote.installer.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.0-677 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -FileExtensions: -- fcard -- fmind -- fnote -- focusnote -ReleaseDate: 2022-09-20 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.16.0-677.exe - InstallerSha256: DABD25E64E8970714A8C1C7FE10EF12A160ECB6DB5785A6F712EE79588DA2CFF - InstallerSwitches: - Custom: /currentuser - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.16.0-677.exe - InstallerSha256: DABD25E64E8970714A8C1C7FE10EF12A160ECB6DB5785A6F712EE79588DA2CFF - InstallerSwitches: - Custom: /allusers - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.0-677/FengHe.FocusNote.locale.en-US.yaml b/manifests/f/FengHe/FocusNote/2.16.0-677/FengHe.FocusNote.locale.en-US.yaml deleted file mode 100644 index e91e8b67e3fe5..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.0-677/FengHe.FocusNote.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.0-677 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Note & Memos -Description: 'Focus Note is suitable for learning and writing reading notes, article, diaries and other scenes. It has three characteristics: exquisite and concise, powerful function, and clear note structure.' -# Moniker: -Tags: -- article -- clipping -- diary -- docs -- document -- editor -- excerpt -- journal -- markdown -- memo -- memorandum -- notes -- read -- reading -- writing -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://support.qq.com/products/168179/faqs-more/ -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.0-677/FengHe.FocusNote.locale.zh-CN.yaml b/manifests/f/FengHe/FocusNote/2.16.0-677/FengHe.FocusNote.locale.zh-CN.yaml deleted file mode 100644 index 4657c032ba409..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.0-677/FengHe.FocusNote.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.0-677 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: 备忘录·日记本·记事本 -Description: 专注笔记适用于学习及读书笔记编写、文章写作、日记等场景,具备精致简洁、功能强大、笔记层次清晰几个特性。 -# Moniker: -Tags: -- markdown -- 书摘 -- 写作 -- 备忘 -- 备忘录 -- 摘抄 -- 文档 -- 文章 -- 日志 -- 日记 -- 日记本 -- 笔记 -- 编辑器 -- 阅读 -# Agreements: -ReleaseNotes: |- - [*CHANGED] 优化同步的稳定性 - [-FIXED] 修复部分已知问题 -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://support.qq.com/products/168179/faqs-more/ -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.0-677/FengHe.FocusNote.yaml b/manifests/f/FengHe/FocusNote/2.16.0-677/FengHe.FocusNote.yaml deleted file mode 100644 index 8254020a88d3f..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.0-677/FengHe.FocusNote.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.0-677 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.1-678/FengHe.FocusNote.installer.yaml b/manifests/f/FengHe/FocusNote/2.16.1-678/FengHe.FocusNote.installer.yaml deleted file mode 100644 index 7fef417cac439..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.1-678/FengHe.FocusNote.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.1-678 -InstallerType: nullsoft # electron-builder -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -FileExtensions: -- fcard -- fmind -- fnote -- focusnote -ReleaseDate: 2022-11-01 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.16.1-678.exe - InstallerSha256: 440092982CD38F68F0C84FEF386509C6754392BB78BE80F0F5FF5F7B386DAF49 - InstallerSwitches: - Custom: /currentuser - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.16.1-678.exe - InstallerSha256: 440092982CD38F68F0C84FEF386509C6754392BB78BE80F0F5FF5F7B386DAF49 - InstallerSwitches: - Custom: /allusers - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.1-678/FengHe.FocusNote.locale.en-US.yaml b/manifests/f/FengHe/FocusNote/2.16.1-678/FengHe.FocusNote.locale.en-US.yaml deleted file mode 100644 index 644be56d509a4..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.1-678/FengHe.FocusNote.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.1-678 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Note & Memos -Description: 'Focus Note is suitable for learning and writing reading notes, article, diaries and other scenes. It has three characteristics: exquisite and concise, powerful function, and clear note structure.' -# Moniker: -Tags: -- article -- clipping -- diary -- docs -- document -- editor -- excerpt -- journal -- markdown -- memo -- memorandum -- notes -- read -- reading -- writing -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://support.qq.com/products/168179/faqs-more/ -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.1-678/FengHe.FocusNote.locale.zh-CN.yaml b/manifests/f/FengHe/FocusNote/2.16.1-678/FengHe.FocusNote.locale.zh-CN.yaml deleted file mode 100644 index 0ae945e684b50..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.1-678/FengHe.FocusNote.locale.zh-CN.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.1-678 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: 备忘录·日记本·记事本 -Description: 专注笔记适用于学习及读书笔记编写、文章写作、日记等场景,具备精致简洁、功能强大、笔记层次清晰几个特性。 -# Moniker: -Tags: -- markdown -- 书摘 -- 写作 -- 备忘 -- 备忘录 -- 摘抄 -- 文档 -- 文章 -- 日志 -- 日记 -- 日记本 -- 笔记 -- 编辑器 -- 阅读 -# Agreements: -ReleaseNotes: |- - [*CHANGED] 修复部分已知 bug -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://support.qq.com/products/168179/faqs-more/ -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.1-678/FengHe.FocusNote.yaml b/manifests/f/FengHe/FocusNote/2.16.1-678/FengHe.FocusNote.yaml deleted file mode 100644 index 746e5da9041fa..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.1-678/FengHe.FocusNote.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.1-678 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.2-679/FengHe.FocusNote.installer.yaml b/manifests/f/FengHe/FocusNote/2.16.2-679/FengHe.FocusNote.installer.yaml deleted file mode 100644 index 7902d9018f99e..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.2-679/FengHe.FocusNote.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.2-679 -InstallerType: nullsoft # electron-builder -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -FileExtensions: -- fcard -- fmind -- fnote -- focusnote -ReleaseDate: 2022-11-07 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.16.2-679.exe - InstallerSha256: DDDC6657B76A497B488F9FFEB47B9D4BAC6EC0955E8EEFFB8F7CF3DEB4515FD9 - InstallerSwitches: - Custom: /currentuser - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%20Setup%202.16.2-679.exe - InstallerSha256: DDDC6657B76A497B488F9FFEB47B9D4BAC6EC0955E8EEFFB8F7CF3DEB4515FD9 - InstallerSwitches: - Custom: /allusers - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.2-679/FengHe.FocusNote.locale.en-US.yaml b/manifests/f/FengHe/FocusNote/2.16.2-679/FengHe.FocusNote.locale.en-US.yaml deleted file mode 100644 index 90a1cfb7ce1ac..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.2-679/FengHe.FocusNote.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.2-679 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Note & Memos -Description: 'Focus Note is suitable for learning and writing reading notes, article, diaries and other scenes. It has three characteristics: exquisite and concise, powerful function, and clear note structure.' -# Moniker: -Tags: -- article -- clipping -- diary -- docs -- document -- editor -- excerpt -- journal -- markdown -- memo -- memorandum -- notes -- read -- reading -- writing -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://support.qq.com/products/168179/faqs-more/ -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.2-679/FengHe.FocusNote.locale.zh-CN.yaml b/manifests/f/FengHe/FocusNote/2.16.2-679/FengHe.FocusNote.locale.zh-CN.yaml deleted file mode 100644 index 58f3db65a2053..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.2-679/FengHe.FocusNote.locale.zh-CN.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.2-679 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/168179/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Focus Note -PackageUrl: https://focusapp.ink/ -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: 备忘录·日记本·记事本 -Description: 专注笔记适用于学习及读书笔记编写、文章写作、日记等场景,具备精致简洁、功能强大、笔记层次清晰几个特性。 -# Moniker: -Tags: -- markdown -- 书摘 -- 写作 -- 备忘 -- 备忘录 -- 摘抄 -- 文档 -- 文章 -- 日志 -- 日记 -- 日记本 -- 笔记 -- 编辑器 -- 阅读 -# Agreements: -ReleaseNotes: |- - [-FIXED] 修复部分已知问题 -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://support.qq.com/products/168179/faqs-more/ -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.2-679/FengHe.FocusNote.yaml b/manifests/f/FengHe/FocusNote/2.16.2-679/FengHe.FocusNote.yaml deleted file mode 100644 index 9c172d87a33bc..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.2-679/FengHe.FocusNote.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.2-679 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.2-682/FengHe.FocusNote.installer.yaml b/manifests/f/FengHe/FocusNote/2.16.2-682/FengHe.FocusNote.installer.yaml deleted file mode 100644 index 948647f8d8eb8..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.2-682/FengHe.FocusNote.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.2-682 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -FileExtensions: -- fcard -- fmind -- fnote -- focusnote -ReleaseDate: 2023-02-07 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%202.16.2-682.exe - InstallerSha256: 1B9EC196D0F54BE8D97CE4D534F43CB02349658D6DBF611257460626A62F48CF - InstallerSwitches: - Custom: /currentuser - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/FN_PC/Focus%20Note%202.16.2-682.exe - InstallerSha256: 1B9EC196D0F54BE8D97CE4D534F43CB02349658D6DBF611257460626A62F48CF - InstallerSwitches: - Custom: /allusers - ProductCode: 98f4b599-f6f4-5180-b493-e97a3e57342b - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.2-682/FengHe.FocusNote.locale.en-US.yaml b/manifests/f/FengHe/FocusNote/2.16.2-682/FengHe.FocusNote.locale.en-US.yaml deleted file mode 100644 index 61c6364e380d2..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.2-682/FengHe.FocusNote.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.2-682 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink -PublisherSupportUrl: https://support.qq.com/products/168179 -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Focus Note -PackageUrl: https://focusapp.ink -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2023 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Note & Memos -Description: |- - Focus Note is suitable for learning and writing reading notes, article, diaries and other scenes. - It has three characteristics: exquisite and concise, powerful function, and clear note structure. -# Moniker: -Tags: -- article -- clipping -- diary -- docs -- document -- editor -- excerpt -- journal -- markdown -- memo -- memorandum -- notes -- read -- reading -- writing -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://support.qq.com/products/168179/faqs-more -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.2-682/FengHe.FocusNote.locale.zh-CN.yaml b/manifests/f/FengHe/FocusNote/2.16.2-682/FengHe.FocusNote.locale.zh-CN.yaml deleted file mode 100644 index b8f2a6685903e..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.2-682/FengHe.FocusNote.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.2-682 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink -PublisherSupportUrl: https://support.qq.com/products/168179 -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Focus Note -PackageUrl: https://focusapp.ink -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2023 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: 备忘录·日记本·记事本 -Description: 专注笔记适用于学习及读书笔记编写、文章写作、日记等场景,具备精致简洁、功能强大、笔记层次清晰几个特性。 -# Moniker: -Tags: -- markdown -- 书摘 -- 写作 -- 备忘 -- 备忘录 -- 摘抄 -- 文档 -- 文章 -- 日志 -- 日记 -- 日记本 -- 笔记 -- 编辑器 -- 阅读 -ReleaseNotes: '[-FIXED] 修复部分已知 Bug' -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://support.qq.com/products/168179/faqs-more -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/f/FengHe/FocusNote/2.16.2-682/FengHe.FocusNote.yaml b/manifests/f/FengHe/FocusNote/2.16.2-682/FengHe.FocusNote.yaml deleted file mode 100644 index 905d54254e68d..0000000000000 --- a/manifests/f/FengHe/FocusNote/2.16.2-682/FengHe.FocusNote.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: FengHe.FocusNote -PackageVersion: 2.16.2-682 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/f/FengHe/Migi/.validation b/manifests/f/FengHe/Migi/.validation deleted file mode 100644 index 752d3ff48d3e8..0000000000000 --- a/manifests/f/FengHe/Migi/.validation +++ /dev/null @@ -1 +0,0 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"fdfd8510-726c-4310-875b-f3576b4120a6","TestPlan":"Validation-Domain","PackagePath":"manifests/f/FengHe/Migi/1.2.2-271"}]} \ No newline at end of file diff --git a/manifests/f/FengHe/Migi/1.1.9-258/FengHe.Migi.installer.yaml b/manifests/f/FengHe/Migi/1.1.9-258/FengHe.Migi.installer.yaml deleted file mode 100644 index 35dc8e86b5876..0000000000000 --- a/manifests/f/FengHe/Migi/1.1.9-258/FengHe.Migi.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NVS1.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.1.9-258 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder -UpgradeBehavior: install -ProductCode: 812c6e4e-6ba1-5575-a2f8-dd470e948242 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/Migi_PC/Migi%20Setup%201.1.9-258.exe - InstallerSha256: 4B3C6016A3D95A73E12FC31DD39AD8194AE3ECCC4053149A6C60A886C382048E - InstallerSwitches: - Upgrade: --updated - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/Migi_PC/Migi%20Setup%201.1.9-258.exe - InstallerSha256: 4B3C6016A3D95A73E12FC31DD39AD8194AE3ECCC4053149A6C60A886C382048E - InstallerSwitches: - Upgrade: --updated - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/f/FengHe/Migi/1.1.9-258/FengHe.Migi.locale.en-US.yaml b/manifests/f/FengHe/Migi/1.1.9-258/FengHe.Migi.locale.en-US.yaml deleted file mode 100644 index b6af03f6ead62..0000000000000 --- a/manifests/f/FengHe/Migi/1.1.9-258/FengHe.Migi.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NVS1.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.1.9-258 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/292775 -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Migi -PackageUrl: https://focusapp.ink/#/Migi -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2021 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Migi is a timeline note-taking software where you can record daily fragmentary information. -Description: Recording daily fragmentary ideas on a monolithic timeline, Migi Notes is a cross-platform note taking software. On the timeline, you can add sticky notes, lists, pictures videos, attachments, mind maps and more, and manage them by tags, types and dates. With Migi, it's easy to keep a personal diary, read viewing notes, manage personal daily affairs and more... -# Moniker: -Tags: -- diaries -- notes -- notepad -- fenghe -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/f/FengHe/Migi/1.1.9-258/FengHe.Migi.locale.zh-CN.yaml b/manifests/f/FengHe/Migi/1.1.9-258/FengHe.Migi.locale.zh-CN.yaml deleted file mode 100644 index dc49c6cd802c6..0000000000000 --- a/manifests/f/FengHe/Migi/1.1.9-258/FengHe.Migi.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NVS1.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.1.9-258 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/292775 -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Migi -PackageUrl: https://focusapp.ink/#/Migi -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2021 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Migi 是一款时间轴记事软件,您可以把每天的碎片化信息记录在 Migi 上。 -Description: 一元化时间轴记录日常的碎碎念,Migi 笔记是一款全平台的笔记软件。在时间轴上,您可以加入便签、清单、图片视频、附件、思维导图等内容,并通过标签、类型及日期进行管理。使用 Migi,可以轻松地记录个人日记、阅读观影笔记、管理个人日常事务等…… -# Moniker: -Tags: -- 日记 -- 日记本 -- 笔记 -- 记事本 -- 风荷 -- fenghe -ManifestType: locale -ManifestVersion: 1.0.0 diff --git a/manifests/f/FengHe/Migi/1.1.9-258/FengHe.Migi.yaml b/manifests/f/FengHe/Migi/1.1.9-258/FengHe.Migi.yaml deleted file mode 100644 index 93f948219061c..0000000000000 --- a/manifests/f/FengHe/Migi/1.1.9-258/FengHe.Migi.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=NVS1.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.1.9-258 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/f/FengHe/Migi/1.2.2-271/FengHe.Migi.installer.yaml b/manifests/f/FengHe/Migi/1.2.2-271/FengHe.Migi.installer.yaml deleted file mode 100644 index c96f28cd30057..0000000000000 --- a/manifests/f/FengHe/Migi/1.2.2-271/FengHe.Migi.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.2.2-271 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2022-01-19 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/Migi_PC/Migi%20Setup%201.2.2-271.exe - InstallerSha256: C52FE558B0CC674C1A39BB17B6BF17DE35785B75435274F8244BA5784FD85452 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: 812c6e4e-6ba1-5575-a2f8-dd470e948242 -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/Migi_PC/Migi%20Setup%201.2.2-271.exe - InstallerSha256: C52FE558B0CC674C1A39BB17B6BF17DE35785B75435274F8244BA5784FD85452 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: 812c6e4e-6ba1-5575-a2f8-dd470e948242 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/Migi/1.2.2-271/FengHe.Migi.locale.en-US.yaml b/manifests/f/FengHe/Migi/1.2.2-271/FengHe.Migi.locale.en-US.yaml deleted file mode 100644 index d085a22e71cf3..0000000000000 --- a/manifests/f/FengHe/Migi/1.2.2-271/FengHe.Migi.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.2.2-271 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/292775/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Migi -PackageUrl: https://focusapp.ink/#/Migi -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Migi is a timeline note-taking software where you can record daily fragmentary information. -Description: Migi is a cross-platform note-taking software that records your daily fragmentary thoughts on a timeline to which you can add sticky notes, lists, pictures and videos, attachments, mind maps and more, and manage them by tags, types and dates. With Migi, you can easily keep a personal diary, read film reviews, manage personal daily affairs, and more... -# Moniker: -Tags: -- notes -- memo -- memorandum -- diary -- journal -- calendar -- timeline -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/Migi/1.2.2-271/FengHe.Migi.locale.zh-CN.yaml b/manifests/f/FengHe/Migi/1.2.2-271/FengHe.Migi.locale.zh-CN.yaml deleted file mode 100644 index b535b39301ccb..0000000000000 --- a/manifests/f/FengHe/Migi/1.2.2-271/FengHe.Migi.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.2.2-271 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/292775/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Migi -PackageUrl: https://focusapp.ink/#/Migi -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Migi 是一款时间轴记事软件,您可以把每天的碎片化信息记录在 Migi 上。 -Description: 一元化时间轴记录日常的碎碎念,Migi 笔记是一款全平台的笔记软件。在时间轴上,您可以加入便签、清单、图片视频、附件、思维导图等内容,并通过标签、类型及日期进行管理。使用 Migi,可以轻松地记录个人日记、阅读观影笔记、管理个人日常事务等…… -# Moniker: -Tags: -- 笔记 -- 备忘 -- 备忘录 -- 日记 -- 日记本 -- 日志 -- 日历 -- 时间轴 -# Agreements: -ReleaseNotes: |- - [+ADDED] 优化同步体验 -# ReleaseNotesUrl: -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/Migi/1.2.2-271/FengHe.Migi.yaml b/manifests/f/FengHe/Migi/1.2.2-271/FengHe.Migi.yaml deleted file mode 100644 index c4c81f0636245..0000000000000 --- a/manifests/f/FengHe/Migi/1.2.2-271/FengHe.Migi.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.2.2-271 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/f/FengHe/Migi/1.2.5-273/FengHe.Migi.installer.yaml b/manifests/f/FengHe/Migi/1.2.5-273/FengHe.Migi.installer.yaml deleted file mode 100644 index 4f9877fefc793..0000000000000 --- a/manifests/f/FengHe/Migi/1.2.5-273/FengHe.Migi.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.2.5-273 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2022-06-22 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/Migi_PC/Migi%20Setup%201.2.5-273.exe - InstallerSha256: 1F325813E0111C0D1E885136D9BD39BBC3CC2B4E2A45423520F91BF841358690 - InstallerSwitches: - Custom: /currentuser - ProductCode: 812c6e4e-6ba1-5575-a2f8-dd470e948242 -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/Migi_PC/Migi%20Setup%201.2.5-273.exe - InstallerSha256: 1F325813E0111C0D1E885136D9BD39BBC3CC2B4E2A45423520F91BF841358690 - InstallerSwitches: - Custom: /allusers - ProductCode: 812c6e4e-6ba1-5575-a2f8-dd470e948242 - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/Migi/1.2.5-273/FengHe.Migi.locale.en-US.yaml b/manifests/f/FengHe/Migi/1.2.5-273/FengHe.Migi.locale.en-US.yaml deleted file mode 100644 index eb723c99261d4..0000000000000 --- a/manifests/f/FengHe/Migi/1.2.5-273/FengHe.Migi.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.2.5-273 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/292775/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Migi -PackageUrl: https://focusapp.ink/#/Migi -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Migi is a timeline note-taking software where you can record daily fragmentary information. -Description: Migi is a cross-platform note-taking software that records your daily fragmentary thoughts on a timeline to which you can add sticky notes, lists, pictures and videos, attachments, mind maps and more, and manage them by tags, types and dates. With Migi, you can easily keep a personal diary, read film reviews, manage personal daily affairs, and more... -# Moniker: -Tags: -- calendar -- diary -- journal -- memo -- memorandum -- notes -- timeline -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://support.qq.com/products/292775/faqs-more/ -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/Migi/1.2.5-273/FengHe.Migi.locale.zh-CN.yaml b/manifests/f/FengHe/Migi/1.2.5-273/FengHe.Migi.locale.zh-CN.yaml deleted file mode 100644 index 7c1da7998fe64..0000000000000 --- a/manifests/f/FengHe/Migi/1.2.5-273/FengHe.Migi.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.2.5-273 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/292775/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Migi -PackageUrl: https://focusapp.ink/#/Migi -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Migi 是一款时间轴记事软件,您可以把每天的碎片化信息记录在 Migi 上。 -Description: 一元化时间轴记录日常的碎碎念,Migi 笔记是一款全平台的笔记软件。在时间轴上,您可以加入便签、清单、图片视频、附件、思维导图等内容,并通过标签、类型及日期进行管理。使用 Migi,可以轻松地记录个人日记、阅读观影笔记、管理个人日常事务等…… -# Moniker: -Tags: -- 备忘 -- 备忘录 -- 日历 -- 日志 -- 日记 -- 日记本 -- 时间轴 -- 笔记 -# Agreements: -ReleaseNotes: |- - [-FIXED] 修复字体下载失败的问题 - [-FIXED] 导出 PDF 图片缺失的问题 -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://support.qq.com/products/292775/faqs-more/ -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/Migi/1.2.5-273/FengHe.Migi.yaml b/manifests/f/FengHe/Migi/1.2.5-273/FengHe.Migi.yaml deleted file mode 100644 index 1d2f00f602e96..0000000000000 --- a/manifests/f/FengHe/Migi/1.2.5-273/FengHe.Migi.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.2.5-273 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/Migi/1.3.0-275/FengHe.Migi.installer.yaml b/manifests/f/FengHe/Migi/1.3.0-275/FengHe.Migi.installer.yaml deleted file mode 100644 index c489670d5506d..0000000000000 --- a/manifests/f/FengHe/Migi/1.3.0-275/FengHe.Migi.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.3.0-275 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2022-09-20 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/FN_PC/Migi%20Setup%201.3.0-275.exe - InstallerSha256: FBD21D12719AD450D1478B41AFE45B2C3CAB82BD6316D03DB08E24C76CFD976A - InstallerSwitches: - Custom: /currentuser - ProductCode: 812c6e4e-6ba1-5575-a2f8-dd470e948242 -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/FN_PC/Migi%20Setup%201.3.0-275.exe - InstallerSha256: FBD21D12719AD450D1478B41AFE45B2C3CAB82BD6316D03DB08E24C76CFD976A - InstallerSwitches: - Custom: /allusers - ProductCode: 812c6e4e-6ba1-5575-a2f8-dd470e948242 - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/Migi/1.3.0-275/FengHe.Migi.locale.en-US.yaml b/manifests/f/FengHe/Migi/1.3.0-275/FengHe.Migi.locale.en-US.yaml deleted file mode 100644 index ed428e0424426..0000000000000 --- a/manifests/f/FengHe/Migi/1.3.0-275/FengHe.Migi.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.3.0-275 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/292775/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Migi -PackageUrl: https://focusapp.ink/#/Migi -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Migi is a timeline note-taking software where you can record daily fragmentary information. -Description: Migi is a cross-platform note-taking software that records your daily fragmentary thoughts on a timeline to which you can add sticky notes, lists, pictures and videos, attachments, mind maps and more, and manage them by tags, types and dates. With Migi, you can easily keep a personal diary, read film reviews, manage personal daily affairs, and more... -# Moniker: -Tags: -- calendar -- diary -- journal -- memo -- memorandum -- notes -- timeline -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://support.qq.com/products/292775/faqs-more/ -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/Migi/1.3.0-275/FengHe.Migi.locale.zh-CN.yaml b/manifests/f/FengHe/Migi/1.3.0-275/FengHe.Migi.locale.zh-CN.yaml deleted file mode 100644 index 5d6f6f38f0dde..0000000000000 --- a/manifests/f/FengHe/Migi/1.3.0-275/FengHe.Migi.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.3.0-275 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/292775/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Migi -PackageUrl: https://focusapp.ink/#/Migi -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Migi 是一款时间轴记事软件,您可以把每天的碎片化信息记录在 Migi 上。 -Description: 一元化时间轴记录日常的碎碎念,Migi 笔记是一款全平台的笔记软件。在时间轴上,您可以加入便签、清单、图片视频、附件、思维导图等内容,并通过标签、类型及日期进行管理。使用 Migi,可以轻松地记录个人日记、阅读观影笔记、管理个人日常事务等…… -# Moniker: -Tags: -- 备忘 -- 备忘录 -- 日历 -- 日志 -- 日记 -- 日记本 -- 时间轴 -- 笔记 -# Agreements: -ReleaseNotes: |- - [-FIXED] 修复部分已知 Bug -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://support.qq.com/products/292775/faqs-more/ -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/Migi/1.3.0-275/FengHe.Migi.yaml b/manifests/f/FengHe/Migi/1.3.0-275/FengHe.Migi.yaml deleted file mode 100644 index cd250278e5764..0000000000000 --- a/manifests/f/FengHe/Migi/1.3.0-275/FengHe.Migi.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.3.0-275 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/Migi/1.5.0-286/FengHe.Migi.installer.yaml b/manifests/f/FengHe/Migi/1.5.0-286/FengHe.Migi.installer.yaml deleted file mode 100644 index 82e2df4206d3a..0000000000000 --- a/manifests/f/FengHe/Migi/1.5.0-286/FengHe.Migi.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.5.0-286 -InstallerType: nullsoft # electron-builder -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2022-12-12 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/Migi_PC/Migi%20Setup%201.5.0-286.exe - InstallerSha256: 4851A66DE0951AEADFF9546B16BD8CF31FE7E4B9FCAD1ED776DB2CC2E14FFFAE - InstallerSwitches: - Custom: /currentuser - ProductCode: 812c6e4e-6ba1-5575-a2f8-dd470e948242 -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/Migi_PC/Migi%20Setup%201.5.0-286.exe - InstallerSha256: 4851A66DE0951AEADFF9546B16BD8CF31FE7E4B9FCAD1ED776DB2CC2E14FFFAE - InstallerSwitches: - Custom: /allusers - ProductCode: 812c6e4e-6ba1-5575-a2f8-dd470e948242 - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/Migi/1.5.0-286/FengHe.Migi.locale.en-US.yaml b/manifests/f/FengHe/Migi/1.5.0-286/FengHe.Migi.locale.en-US.yaml deleted file mode 100644 index fd71310e0a8e2..0000000000000 --- a/manifests/f/FengHe/Migi/1.5.0-286/FengHe.Migi.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.5.0-286 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/292775/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Migi -PackageUrl: https://focusapp.ink/#/Migi -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Migi is a timeline note-taking software where you can record daily fragmentary information. -Description: Migi is a cross-platform note-taking software that records your daily fragmentary thoughts on a timeline to which you can add sticky notes, lists, pictures and videos, attachments, mind maps and more, and manage them by tags, types and dates. With Migi, you can easily keep a personal diary, read film reviews, manage personal daily affairs, and more... -# Moniker: -Tags: -- calendar -- diary -- journal -- memo -- memorandum -- notes -- timeline -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://support.qq.com/products/292775/faqs-more/ -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/Migi/1.5.0-286/FengHe.Migi.locale.zh-CN.yaml b/manifests/f/FengHe/Migi/1.5.0-286/FengHe.Migi.locale.zh-CN.yaml deleted file mode 100644 index 490fcbe4145be..0000000000000 --- a/manifests/f/FengHe/Migi/1.5.0-286/FengHe.Migi.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.5.0-286 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink/ -PublisherSupportUrl: https://support.qq.com/products/292775/ -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Migi -PackageUrl: https://focusapp.ink/#/Migi -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Migi 是一款时间轴记事软件,您可以把每天的碎片化信息记录在 Migi 上。 -Description: 一元化时间轴记录日常的碎碎念,Migi 笔记是一款全平台的笔记软件。在时间轴上,您可以加入便签、清单、图片视频、附件、思维导图等内容,并通过标签、类型及日期进行管理。使用 Migi,可以轻松地记录个人日记、阅读观影笔记、管理个人日常事务等…… -# Moniker: -Tags: -- 备忘 -- 备忘录 -- 日历 -- 日志 -- 日记 -- 日记本 -- 时间轴 -- 笔记 -# Agreements: -ReleaseNotes: |- - [+ADDED] 新增回收站功能 -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://support.qq.com/products/292775/faqs-more/ -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/Migi/1.5.0-286/FengHe.Migi.yaml b/manifests/f/FengHe/Migi/1.5.0-286/FengHe.Migi.yaml deleted file mode 100644 index 9939f5c016aa3..0000000000000 --- a/manifests/f/FengHe/Migi/1.5.0-286/FengHe.Migi.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.5.0-286 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/f/FengHe/Migi/1.5.1-287/FengHe.Migi.installer.yaml b/manifests/f/FengHe/Migi/1.5.1-287/FengHe.Migi.installer.yaml deleted file mode 100644 index c8febe92f8aed..0000000000000 --- a/manifests/f/FengHe/Migi/1.5.1-287/FengHe.Migi.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.5.1-287 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2022-12-15 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.kirakuapp.com/Migi_PC/Migi%20Setup%201.5.1-287.exe - InstallerSha256: 9B40D858DA8A99894CC52542904ECADEE44E61506E0B788250DCFFB571110D40 - InstallerSwitches: - Custom: /currentuser - ProductCode: 812c6e4e-6ba1-5575-a2f8-dd470e948242 -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.kirakuapp.com/Migi_PC/Migi%20Setup%201.5.1-287.exe - InstallerSha256: 9B40D858DA8A99894CC52542904ECADEE44E61506E0B788250DCFFB571110D40 - InstallerSwitches: - Custom: /allusers - ProductCode: 812c6e4e-6ba1-5575-a2f8-dd470e948242 - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/f/FengHe/Migi/1.5.1-287/FengHe.Migi.locale.en-US.yaml b/manifests/f/FengHe/Migi/1.5.1-287/FengHe.Migi.locale.en-US.yaml deleted file mode 100644 index 8a42578660471..0000000000000 --- a/manifests/f/FengHe/Migi/1.5.1-287/FengHe.Migi.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.5.1-287 -PackageLocale: en-US -Publisher: fenghe -PublisherUrl: https://focusapp.ink -PublisherSupportUrl: https://support.qq.com/products/292775 -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: FengHe Technology -PackageName: Migi -PackageUrl: https://focusapp.ink/#/Migi -License: Proprietary -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Migi is a timeline note-taking software where you can record daily fragmentary information. -Description: |- - Migi is a cross-platform note-taking software that records your daily fragmentary thoughts on a timeline to which you can add sticky notes, lists, pictures and videos, attachments, mind maps and more, and manage them by tags, types and dates. - With Migi, you can easily keep a personal diary, read film reviews, manage personal daily affairs, and more... -# Moniker: -Tags: -- calendar -- diary -- journal -- memo -- memorandum -- notes -- timeline -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://support.qq.com/products/292775/faqs-more -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/f/FengHe/Migi/1.5.1-287/FengHe.Migi.locale.zh-CN.yaml b/manifests/f/FengHe/Migi/1.5.1-287/FengHe.Migi.locale.zh-CN.yaml deleted file mode 100644 index 0aa552402e493..0000000000000 --- a/manifests/f/FengHe/Migi/1.5.1-287/FengHe.Migi.locale.zh-CN.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.5.1-287 -PackageLocale: zh-CN -Publisher: fenghe -PublisherUrl: https://focusapp.ink -PublisherSupportUrl: https://support.qq.com/products/292775 -PrivacyUrl: https://focusapp.ink/#/Privacy -Author: 广州市风荷科技有限公司 -PackageName: Migi -PackageUrl: https://focusapp.ink/#/Migi -License: 专有软件 -LicenseUrl: https://focusapp.ink/#/Terms -Copyright: Copyright © 2022 FengHe. All Rights Reserved. -# CopyrightUrl: -ShortDescription: Migi 是一款时间轴记事软件,您可以把每天的碎片化信息记录在 Migi 上。 -Description: 一元化时间轴记录日常的碎碎念,Migi 笔记是一款全平台的笔记软件。在时间轴上,您可以加入便签、清单、图片视频、附件、思维导图等内容,并通过标签、类型及日期进行管理。使用 Migi,可以轻松地记录个人日记、阅读观影笔记、管理个人日常事务等…… -# Moniker: -Tags: -- 备忘 -- 备忘录 -- 日历 -- 日志 -- 日记 -- 日记本 -- 时间轴 -- 笔记 -ReleaseNotes: '[+ADDED] 新增回收站功能' -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://support.qq.com/products/292775/faqs-more -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/f/FengHe/Migi/1.5.1-287/FengHe.Migi.yaml b/manifests/f/FengHe/Migi/1.5.1-287/FengHe.Migi.yaml deleted file mode 100644 index 6a6fd3080efc7..0000000000000 --- a/manifests/f/FengHe/Migi/1.5.1-287/FengHe.Migi.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: FengHe.Migi -PackageVersion: 1.5.1-287 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/f/FenoPhoto/FenoPhoto/6.2.0/FenoPhoto.FenoPhoto.installer.yaml b/manifests/f/FenoPhoto/FenoPhoto/6.2.0/FenoPhoto.FenoPhoto.installer.yaml deleted file mode 100644 index f1b44fd932058..0000000000000 --- a/manifests/f/FenoPhoto/FenoPhoto/6.2.0/FenoPhoto.FenoPhoto.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: FenoPhoto.FenoPhoto -PackageVersion: 6.2.0 -Installers: -- InstallerLocale: en-US - Architecture: neutral - InstallerType: msi - InstallerUrl: https://www.fenophoto.com/download/Setup_Fenophoto-6.2.0.msi - InstallerSha256: E72EC28255D04526FCE2B60C0E5F219453510B1F8D2707652ED100CB3AB1C9D2 - ProductCode: '{1BD71EB1-027B-42FB-8ACE-5BA2A450186E}' - Scope: machine -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/f/FenoPhoto/FenoPhoto/6.2.0/FenoPhoto.FenoPhoto.locale.en-US.yaml b/manifests/f/FenoPhoto/FenoPhoto/6.2.0/FenoPhoto.FenoPhoto.locale.en-US.yaml deleted file mode 100644 index 7cfed0a874bba..0000000000000 --- a/manifests/f/FenoPhoto/FenoPhoto/6.2.0/FenoPhoto.FenoPhoto.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: FenoPhoto.FenoPhoto -PackageVersion: 6.2.0 -PackageLocale: en-US -Publisher: Fenomeno83 -PackageName: FenoPhoto -License: (© FenoPhoto. All rights reserved.) -ShortDescription: Automatically enhance photos with ONE CLICK! -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/f/FenoPhoto/FenoPhoto/6.2.0/FenoPhoto.FenoPhoto.yaml b/manifests/f/FenoPhoto/FenoPhoto/6.2.0/FenoPhoto.FenoPhoto.yaml deleted file mode 100644 index 7401551212235..0000000000000 --- a/manifests/f/FenoPhoto/FenoPhoto/6.2.0/FenoPhoto.FenoPhoto.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate - -PackageIdentifier: FenoPhoto.FenoPhoto -PackageVersion: 6.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/f/Ferdium/Ferdium/6.7.6/Ferdium.Ferdium.installer.yaml b/manifests/f/Ferdium/Ferdium/6.7.6/Ferdium.Ferdium.installer.yaml new file mode 100644 index 0000000000000..699fe3185a67a --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/6.7.6/Ferdium.Ferdium.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium +PackageVersion: 6.7.6 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.6/Ferdium-win-AutoSetup-6.7.6-x64.exe + InstallerSha256: BCF2F623D349EB3765DF72837F6EA23B16B48C1DA1A4CFA9778DFBD405B0CC1A +- Architecture: arm64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.6/Ferdium-win-AutoSetup-6.7.6-arm64.exe + InstallerSha256: 49A4867F071C0C95E384417DA32DDA7932A316CC06C91183143D6850A9808024 +- Architecture: x86 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.6/Ferdium-win-AutoSetup-6.7.6-ia32.exe + InstallerSha256: 99C2547F30B1564C6595813073F27F154F5812F7FB3E9921DD4A2ABB3A4F1C4B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/6.7.6/Ferdium.Ferdium.locale.en-US.yaml b/manifests/f/Ferdium/Ferdium/6.7.6/Ferdium.Ferdium.locale.en-US.yaml new file mode 100644 index 0000000000000..1e8d4e4061b79 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/6.7.6/Ferdium.Ferdium.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium +PackageVersion: 6.7.6 +PackageLocale: en-US +Publisher: Ferdium Contributors +PublisherUrl: https://ferdium.org +PackageName: Ferdium +PackageUrl: https://github.com/ferdium/ferdium-app +License: Apache License 2.0 +Copyright: Copyright © 2022 Ferdium Contributors +ShortDescription: Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more. +Moniker: ferdium +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/6.7.6/Ferdium.Ferdium.yaml b/manifests/f/Ferdium/Ferdium/6.7.6/Ferdium.Ferdium.yaml new file mode 100644 index 0000000000000..9d53676f0330d --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/6.7.6/Ferdium.Ferdium.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium +PackageVersion: 6.7.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.6/Ferdium.Ferdium.Nightly.installer.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.6/Ferdium.Ferdium.Nightly.installer.yaml new file mode 100644 index 0000000000000..2e1bd826829ad --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.6/Ferdium.Ferdium.Nightly.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.6-nightly.6 +InstallerType: nullsoft +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.6-nightly.6/Ferdium-win-AutoSetup-6.7.6-nightly.6-arm64.exe + InstallerSha256: 45A93B23223AE4AD0109DA179DFC48B4C079A485F47BF458729A01F686254334 +- Architecture: x64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.6-nightly.6/Ferdium-win-AutoSetup-6.7.6-nightly.6-x64.exe + InstallerSha256: 18CE9F3875150AFE0CB3841B3F0B2498D8F8EC079A43EA0DDCA496C12ACC2F30 +- Architecture: x86 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.6-nightly.6/Ferdium-win-AutoSetup-6.7.6-nightly.6-ia32.exe + InstallerSha256: 04AF3E1EB5863F6633806AB7F0F76B0323D9104EB92E92C8F11C93506DF26741 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.6/Ferdium.Ferdium.Nightly.locale.en-US.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.6/Ferdium.Ferdium.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..468f2b6e0103b --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.6/Ferdium.Ferdium.Nightly.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.6-nightly.6 +PackageLocale: en-US +Publisher: Ferdium Contributors +PublisherUrl: https://ferdium.org +PackageName: Ferdium Nightly +PackageUrl: https://github.com/ferdium/ferdium-app +License: Apache License 2.0 +Copyright: Copyright © 2022 Ferdium Contributors +ShortDescription: Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more. +Moniker: ferdium-nightly +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.6/Ferdium.Ferdium.Nightly.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.6/Ferdium.Ferdium.Nightly.yaml new file mode 100644 index 0000000000000..2daadb30a22cd --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.6/Ferdium.Ferdium.Nightly.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.6-nightly.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.7/Ferdium.Ferdium.Nightly.installer.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.7/Ferdium.Ferdium.Nightly.installer.yaml new file mode 100644 index 0000000000000..0b76697aff51c --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.7/Ferdium.Ferdium.Nightly.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.6-nightly.7 +InstallerType: nullsoft +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.6-nightly.7/Ferdium-win-AutoSetup-6.7.6-nightly.7-arm64.exe + InstallerSha256: 3985AB12AB586AE6C09CF8202D8C4B45A8C79D4710081A7635565266E8B80B40 +- Architecture: x64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.6-nightly.7/Ferdium-win-AutoSetup-6.7.6-nightly.7-x64.exe + InstallerSha256: 3F4E7FE663EF28DF3C5F1178ABB5DA589F4609F9BF3523A65545BCEF248CAA9D +- Architecture: x86 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.6-nightly.7/Ferdium-win-AutoSetup-6.7.6-nightly.7-ia32.exe + InstallerSha256: 80E94EC27B5698DEF0865B54DCB89D5FB22D91D87D9EA9B1A2CAA98FE4D3A2B2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.7/Ferdium.Ferdium.Nightly.locale.en-US.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.7/Ferdium.Ferdium.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..3256c4a4acdd7 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.7/Ferdium.Ferdium.Nightly.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.6-nightly.7 +PackageLocale: en-US +Publisher: Ferdium Contributors +PublisherUrl: https://ferdium.org +PackageName: Ferdium Nightly +PackageUrl: https://github.com/ferdium/ferdium-app +License: Apache License 2.0 +Copyright: Copyright © 2022 Ferdium Contributors +ShortDescription: Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more. +Moniker: ferdium-nightly +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.7/Ferdium.Ferdium.Nightly.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.7/Ferdium.Ferdium.Nightly.yaml new file mode 100644 index 0000000000000..c0bc18f4626f4 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.7/Ferdium.Ferdium.Nightly.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.6-nightly.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.8/Ferdium.Ferdium.Nightly.installer.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.8/Ferdium.Ferdium.Nightly.installer.yaml new file mode 100644 index 0000000000000..bb80c1c9d81d3 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.8/Ferdium.Ferdium.Nightly.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.6-nightly.8 +InstallerType: nullsoft +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.6-nightly.8/Ferdium-win-AutoSetup-6.7.6-nightly.8-arm64.exe + InstallerSha256: D62A01846E0EFB577C9D3EEC3F7C0E8AF7EB5B8E7B56ACAFF85B04CC8CA1D2C1 +- Architecture: x64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.6-nightly.8/Ferdium-win-AutoSetup-6.7.6-nightly.8-x64.exe + InstallerSha256: 1D51270B00FFC71F2BF886460FBE956F45D1274795ABBC863A47CB2B9B8E34EE +- Architecture: x86 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.6-nightly.8/Ferdium-win-AutoSetup-6.7.6-nightly.8-ia32.exe + InstallerSha256: DEB111C76F36A2FB97C45C6480558A08850FA204B49A4E57891EC932254B290C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.8/Ferdium.Ferdium.Nightly.locale.en-US.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.8/Ferdium.Ferdium.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..9acb59f4716f8 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.8/Ferdium.Ferdium.Nightly.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.6-nightly.8 +PackageLocale: en-US +Publisher: Ferdium Contributors +PublisherUrl: https://ferdium.org +PackageName: Ferdium Nightly +PackageUrl: https://github.com/ferdium/ferdium-app +License: Apache License 2.0 +Copyright: Copyright © 2022 Ferdium Contributors +ShortDescription: Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more. +Moniker: ferdium-nightly +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.8/Ferdium.Ferdium.Nightly.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.8/Ferdium.Ferdium.Nightly.yaml new file mode 100644 index 0000000000000..6eebc87cccb2c --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.6-nightly.8/Ferdium.Ferdium.Nightly.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.6-nightly.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.1/Ferdium.Ferdium.Nightly.installer.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.1/Ferdium.Ferdium.Nightly.installer.yaml new file mode 100644 index 0000000000000..8208622150fb0 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.1/Ferdium.Ferdium.Nightly.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.1 +InstallerType: nullsoft +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.1/Ferdium-win-AutoSetup-6.7.7-nightly.1-arm64.exe + InstallerSha256: 95AB2CC4D64E3BAB0C78337BDB1CC12D35D30FEDAA852F7D9A40733D05867960 +- Architecture: x64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.1/Ferdium-win-AutoSetup-6.7.7-nightly.1-x64.exe + InstallerSha256: 74DE4E66F11C51FB0332E0DA4C0DD25ADD9D774566AD7BAE6D48DFFBDF1C809C +- Architecture: x86 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.1/Ferdium-win-AutoSetup-6.7.7-nightly.1-ia32.exe + InstallerSha256: 9195E14354BD7CDA6B706DF4B99BEE54617A9A2C03271ADCF173E6A8B79D537F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.1/Ferdium.Ferdium.Nightly.locale.en-US.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.1/Ferdium.Ferdium.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..2d063b3f0362d --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.1/Ferdium.Ferdium.Nightly.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.1 +PackageLocale: en-US +Publisher: Ferdium Contributors +PublisherUrl: https://ferdium.org +PackageName: Ferdium Nightly +PackageUrl: https://github.com/ferdium/ferdium-app +License: Apache License 2.0 +Copyright: Copyright © 2022 Ferdium Contributors +ShortDescription: Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more. +Moniker: ferdium-nightly +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.1/Ferdium.Ferdium.Nightly.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.1/Ferdium.Ferdium.Nightly.yaml new file mode 100644 index 0000000000000..01cc098b8b679 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.1/Ferdium.Ferdium.Nightly.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.2/Ferdium.Ferdium.Nightly.installer.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.2/Ferdium.Ferdium.Nightly.installer.yaml new file mode 100644 index 0000000000000..54a8836a68de2 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.2/Ferdium.Ferdium.Nightly.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.2 +InstallerType: nullsoft +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.2/Ferdium-win-AutoSetup-6.7.7-nightly.2-arm64.exe + InstallerSha256: 35C090A661C95B76B289414F6A49D6614B24C9072BD6EE50866ADFCC5C2111A8 +- Architecture: x64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.2/Ferdium-win-AutoSetup-6.7.7-nightly.2-x64.exe + InstallerSha256: 8AD65F5ECBC969B2BAF423ADB3EB1AC416CA0B19B7F4B8648951917F43B6D939 +- Architecture: x86 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.2/Ferdium-win-AutoSetup-6.7.7-nightly.2-ia32.exe + InstallerSha256: 066E5529FDB0C044DFDB26B61E5CD23EB4894CB03855A0ECBAE42D783C9C3E9F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.2/Ferdium.Ferdium.Nightly.locale.en-US.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.2/Ferdium.Ferdium.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..ed88b9b00d71d --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.2/Ferdium.Ferdium.Nightly.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.2 +PackageLocale: en-US +Publisher: Ferdium Contributors +PublisherUrl: https://ferdium.org +PackageName: Ferdium Nightly +PackageUrl: https://github.com/ferdium/ferdium-app +License: Apache License 2.0 +Copyright: Copyright © 2022 Ferdium Contributors +ShortDescription: Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more. +Moniker: ferdium-nightly +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.2/Ferdium.Ferdium.Nightly.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.2/Ferdium.Ferdium.Nightly.yaml new file mode 100644 index 0000000000000..963ff04ecaaae --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.2/Ferdium.Ferdium.Nightly.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.3/Ferdium.Ferdium.Nightly.installer.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.3/Ferdium.Ferdium.Nightly.installer.yaml new file mode 100644 index 0000000000000..465bd83a48e53 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.3/Ferdium.Ferdium.Nightly.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.3 +InstallerType: nullsoft +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.3/Ferdium-win-AutoSetup-6.7.7-nightly.3-arm64.exe + InstallerSha256: AD162F4E84348DFACB808B770C17135F077394DCEFABBA9F0E81BF86BCAEFBED +- Architecture: x64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.3/Ferdium-win-AutoSetup-6.7.7-nightly.3-x64.exe + InstallerSha256: 0199871A0459943F3ADED53E5EAAFE4E753D3D4691BDA14D95D0D4007A4623D0 +- Architecture: x86 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.3/Ferdium-win-AutoSetup-6.7.7-nightly.3-ia32.exe + InstallerSha256: 1A248BA325E1C3306F84591D0B3CD9659EEF6023245141B0DC251F818212E3EE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.3/Ferdium.Ferdium.Nightly.locale.en-US.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.3/Ferdium.Ferdium.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..3b1708995380c --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.3/Ferdium.Ferdium.Nightly.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.3 +PackageLocale: en-US +Publisher: Ferdium Contributors +PublisherUrl: https://ferdium.org +PackageName: Ferdium Nightly +PackageUrl: https://github.com/ferdium/ferdium-app +License: Apache License 2.0 +Copyright: Copyright © 2022 Ferdium Contributors +ShortDescription: Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more. +Moniker: ferdium-nightly +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.3/Ferdium.Ferdium.Nightly.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.3/Ferdium.Ferdium.Nightly.yaml new file mode 100644 index 0000000000000..e4fbb92631221 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.3/Ferdium.Ferdium.Nightly.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.5/Ferdium.Ferdium.Nightly.installer.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.5/Ferdium.Ferdium.Nightly.installer.yaml new file mode 100644 index 0000000000000..078e504b66026 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.5/Ferdium.Ferdium.Nightly.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.5 +InstallerType: nullsoft +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.5/Ferdium-win-AutoSetup-6.7.7-nightly.5-arm64.exe + InstallerSha256: D7CDBA71D7EC891A81B9A71B54D973DE2746E48F41550F0159C6EC5784C5D6A0 +- Architecture: x64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.5/Ferdium-win-AutoSetup-6.7.7-nightly.5-x64.exe + InstallerSha256: D9018068809092E2EF7D0BB902EEDCBC0C29BDEFF2EEC89382ADED2DB20A7325 +- Architecture: x86 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.5/Ferdium-win-AutoSetup-6.7.7-nightly.5-ia32.exe + InstallerSha256: 6FE255915F75CFFC1A5703050F5E12DC9255A15EDF9A363F26B3A732AF83FB0C +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-31 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.5/Ferdium.Ferdium.Nightly.locale.en-US.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.5/Ferdium.Ferdium.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..4916f9b3f9193 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.5/Ferdium.Ferdium.Nightly.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.5 +PackageLocale: en-US +Publisher: Ferdium Contributors +PublisherUrl: https://ferdium.org +PublisherSupportUrl: https://github.com/ferdium/ferdium-app/issues +PackageName: Ferdium Nightly +PackageUrl: https://github.com/ferdium/ferdium-app +License: Apache License 2.0 +Copyright: Copyright © 2022 Ferdium Contributors +ShortDescription: Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more. +Moniker: ferdium-nightly +Tags: +- hacktoberfest +- hacktoberfest-accepted +ReleaseNotesUrl: https://github.com/ferdium/ferdium-app/releases/tag/v6.7.7-nightly.5 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.5/Ferdium.Ferdium.Nightly.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.5/Ferdium.Ferdium.Nightly.yaml new file mode 100644 index 0000000000000..ed11e60d9142d --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.5/Ferdium.Ferdium.Nightly.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.6/Ferdium.Ferdium.Nightly.installer.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.6/Ferdium.Ferdium.Nightly.installer.yaml new file mode 100644 index 0000000000000..c8802de4deabd --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.6/Ferdium.Ferdium.Nightly.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.6 +InstallerType: nullsoft +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.6/Ferdium-win-AutoSetup-6.7.7-nightly.6-arm64.exe + InstallerSha256: AF7B069AFDF8D244FD288FC9E1C9B440845918A0D4D873FCBD81BE9B0BE2CB2D +- Architecture: x64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.6/Ferdium-win-AutoSetup-6.7.7-nightly.6-x64.exe + InstallerSha256: 8EDBB121551E70894F0696F8645FF03E280534C500F40EBFECB4C1FA161C1C88 +- Architecture: x86 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.6/Ferdium-win-AutoSetup-6.7.7-nightly.6-ia32.exe + InstallerSha256: AA8717E3CD5EA2789EC935D42844AEA6168079D013F4DA99CBEE65CE0B980670 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-07 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.6/Ferdium.Ferdium.Nightly.locale.en-US.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.6/Ferdium.Ferdium.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..1765b4902bf54 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.6/Ferdium.Ferdium.Nightly.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.6 +PackageLocale: en-US +Publisher: Ferdium Contributors +PublisherUrl: https://ferdium.org +PublisherSupportUrl: https://github.com/ferdium/ferdium-app/issues +PackageName: Ferdium Nightly +PackageUrl: https://github.com/ferdium/ferdium-app +License: Apache License 2.0 +Copyright: Copyright © 2022 Ferdium Contributors +ShortDescription: Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more. +Moniker: ferdium-nightly +Tags: +- hacktoberfest +- hacktoberfest-accepted +ReleaseNotesUrl: https://github.com/ferdium/ferdium-app/releases/tag/v6.7.7-nightly.6 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.6/Ferdium.Ferdium.Nightly.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.6/Ferdium.Ferdium.Nightly.yaml new file mode 100644 index 0000000000000..53da3f2cc1b36 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.6/Ferdium.Ferdium.Nightly.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.7/Ferdium.Ferdium.Nightly.installer.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.7/Ferdium.Ferdium.Nightly.installer.yaml new file mode 100644 index 0000000000000..dfcb785e9f17e --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.7/Ferdium.Ferdium.Nightly.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.7 +InstallerType: nullsoft +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.7/Ferdium-win-AutoSetup-6.7.7-nightly.7-arm64.exe + InstallerSha256: 9140A5ECE2BCE399D7970CA2E4E57D1B38EB9F1FC1EA9BC60B5B887720F94C14 +- Architecture: x64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.7/Ferdium-win-AutoSetup-6.7.7-nightly.7-x64.exe + InstallerSha256: 13C7DB3337CB3345E9A53AA77CBE6DF6525A65B0DA3BC6A94078A123CD7CFF21 +- Architecture: x86 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v6.7.7-nightly.7/Ferdium-win-AutoSetup-6.7.7-nightly.7-ia32.exe + InstallerSha256: 0890B3FBE7BB3259EEF26F2E01E7E4BA73A483698F3BA6D218160BB0082071CF +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-13 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.7/Ferdium.Ferdium.Nightly.locale.en-US.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.7/Ferdium.Ferdium.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..fc01780ca02d5 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.7/Ferdium.Ferdium.Nightly.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.7 +PackageLocale: en-US +Publisher: Ferdium Contributors +PublisherUrl: https://ferdium.org +PublisherSupportUrl: https://github.com/ferdium/ferdium-app/issues +PackageName: Ferdium Nightly +PackageUrl: https://github.com/ferdium/ferdium-app +License: Apache License 2.0 +Copyright: Copyright © 2022 Ferdium Contributors +ShortDescription: Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more. +Moniker: ferdium-nightly +Tags: +- hacktoberfest +- hacktoberfest-accepted +ReleaseNotesUrl: https://github.com/ferdium/ferdium-app/releases/tag/v6.7.7-nightly.7 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.7/Ferdium.Ferdium.Nightly.yaml b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.7/Ferdium.Ferdium.Nightly.yaml new file mode 100644 index 0000000000000..e1f77c89456f5 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/6.7.7-nightly.7/Ferdium.Ferdium.Nightly.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 6.7.7-nightly.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Figma/Figma/124.3.1/Figma.Figma.installer.yaml b/manifests/f/Figma/Figma/124.3.1/Figma.Figma.installer.yaml new file mode 100644 index 0000000000000..fb06ded202f17 --- /dev/null +++ b/manifests/f/Figma/Figma/124.3.1/Figma.Figma.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 124.3.1 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- figma +FileExtensions: +- fig +ProductCode: Figma +ReleaseDate: 2024-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://desktop.figma.com/win/build/Figma-124.3.1.exe + InstallerSha256: 945100A5F4EDA293FE59367B20DC9E747076AFD17EF7604C6EAFE866AD9444E1 +- Architecture: arm64 + InstallerUrl: https://desktop.figma.com/win-arm/build/Figma-124.3.1.exe + InstallerSha256: 89C7FF230BEA4FFAA824A2AEA579E51EAA9E4C07A9044C6C87E440FA20691230 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Figma/Figma/124.3.1/Figma.Figma.locale.en-US.yaml b/manifests/f/Figma/Figma/124.3.1/Figma.Figma.locale.en-US.yaml new file mode 100644 index 0000000000000..eab2677dc333b --- /dev/null +++ b/manifests/f/Figma/Figma/124.3.1/Figma.Figma.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 124.3.1 +PackageLocale: en-US +Publisher: Figma, Inc. +PublisherUrl: https://www.figma.com/ +PublisherSupportUrl: https://help.figma.com/ +PrivacyUrl: https://www.figma.com/privacy/ +Author: Figma, Inc. +PackageName: Figma +PackageUrl: https://www.figma.com/downloads/ +License: Proprietary +LicenseUrl: https://www.figma.com/tos/ +Copyright: Copyright © 2024 Figma, Inc. +CopyrightUrl: https://www.figma.com/copyright-and-ip-policy/ +ShortDescription: The Collaborative Interface Design Tool +Description: Figma is the leading collaborative design tool for building meaningful products. Seamlessly design, prototype, develop, and collect feedback in a single platform. +Moniker: figma +Tags: +- build +- design +- diagram +- flow +- flowchart +- interface +- mockup +- present +- prototype +- slides +- specification +- ui +- user-experience +- user-interface +- ux +- wireframe +ReleaseNotesUrl: https://releases.figma.com/ +PurchaseUrl: https://www.figma.com/pricing/ +Documentations: +- DocumentLabel: Best Practice Guides + DocumentUrl: https://www.figma.com/best-practices/ +- DocumentLabel: Blog + DocumentUrl: https://www.figma.com/blog/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Figma/Figma/124.3.1/Figma.Figma.locale.zh-CN.yaml b/manifests/f/Figma/Figma/124.3.1/Figma.Figma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..786ff879e6d3e --- /dev/null +++ b/manifests/f/Figma/Figma/124.3.1/Figma.Figma.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 124.3.1 +PackageLocale: zh-CN +Publisher: Figma, Inc. +PublisherUrl: https://www.figma.com/ +PublisherSupportUrl: https://help.figma.com/ +PrivacyUrl: https://www.figma.com/privacy/ +Author: Figma, Inc. +PackageName: Figma +PackageUrl: https://www.figma.com/downloads/ +License: 专有软件 +LicenseUrl: https://www.figma.com/tos/ +Copyright: Copyright © 2024 Figma, Inc. +CopyrightUrl: https://www.figma.com/copyright-and-ip-policy/ +ShortDescription: 协作界面设计工具 +Description: Figma 是领先的协作设计工具,可用于构建有意义的产品。在单一平台上无缝设计、制作原型、开发和收集反馈。 +Tags: +- 人机交互 +- 原型 +- 图表 +- 模型 +- 流程 +- 流程图 +- 用户界面 +- 界面 +- 线框图 +- 规格 +- 设计 +ReleaseNotesUrl: https://releases.figma.com/ +PurchaseUrl: https://www.figma.com/pricing/ +Documentations: +- DocumentLabel: 最佳实践指南 + DocumentUrl: https://www.figma.com/best-practices/ +- DocumentLabel: 博客 + DocumentUrl: https://www.figma.com/blog/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Figma/Figma/124.3.1/Figma.Figma.yaml b/manifests/f/Figma/Figma/124.3.1/Figma.Figma.yaml new file mode 100644 index 0000000000000..eac2194a61dc4 --- /dev/null +++ b/manifests/f/Figma/Figma/124.3.1/Figma.Figma.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 124.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Figma/Figma/124.3.2/Figma.Figma.installer.yaml b/manifests/f/Figma/Figma/124.3.2/Figma.Figma.installer.yaml new file mode 100644 index 0000000000000..64d778a7bee31 --- /dev/null +++ b/manifests/f/Figma/Figma/124.3.2/Figma.Figma.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 124.3.2 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- figma +FileExtensions: +- fig +ProductCode: Figma +ReleaseDate: 2024-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://desktop.figma.com/win/build/Figma-124.3.2.exe + InstallerSha256: B030339781D094CEED0278361A2E72B5ACE7407619EDFFF52B0FD55C9EDB6BEC +- Architecture: arm64 + InstallerUrl: https://desktop.figma.com/win-arm/build/Figma-124.3.2.exe + InstallerSha256: E1247CC16AFC9F4E546A4F67B0DBDB0E0591848C50E51A96A17380D30B2215B8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Figma/Figma/124.3.2/Figma.Figma.locale.en-US.yaml b/manifests/f/Figma/Figma/124.3.2/Figma.Figma.locale.en-US.yaml new file mode 100644 index 0000000000000..f3acb26cc5907 --- /dev/null +++ b/manifests/f/Figma/Figma/124.3.2/Figma.Figma.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 124.3.2 +PackageLocale: en-US +Publisher: Figma, Inc. +PublisherUrl: https://www.figma.com/ +PublisherSupportUrl: https://help.figma.com/ +PrivacyUrl: https://www.figma.com/privacy/ +Author: Figma, Inc. +PackageName: Figma +PackageUrl: https://www.figma.com/downloads/ +License: Proprietary +LicenseUrl: https://www.figma.com/tos/ +Copyright: Copyright © 2024 Figma, Inc. +CopyrightUrl: https://www.figma.com/copyright-and-ip-policy/ +ShortDescription: The Collaborative Interface Design Tool +Description: Figma is the leading collaborative design tool for building meaningful products. Seamlessly design, prototype, develop, and collect feedback in a single platform. +Moniker: figma +Tags: +- build +- design +- diagram +- flow +- flowchart +- interface +- mockup +- present +- prototype +- slides +- specification +- ui +- user-experience +- user-interface +- ux +- wireframe +ReleaseNotesUrl: https://releases.figma.com/ +PurchaseUrl: https://www.figma.com/pricing/ +Documentations: +- DocumentLabel: Best Practice Guides + DocumentUrl: https://www.figma.com/best-practices/ +- DocumentLabel: Blog + DocumentUrl: https://www.figma.com/blog/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Figma/Figma/124.3.2/Figma.Figma.locale.zh-CN.yaml b/manifests/f/Figma/Figma/124.3.2/Figma.Figma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..13590d20ac8ec --- /dev/null +++ b/manifests/f/Figma/Figma/124.3.2/Figma.Figma.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 124.3.2 +PackageLocale: zh-CN +Publisher: Figma, Inc. +PublisherUrl: https://www.figma.com/ +PublisherSupportUrl: https://help.figma.com/ +PrivacyUrl: https://www.figma.com/privacy/ +Author: Figma, Inc. +PackageName: Figma +PackageUrl: https://www.figma.com/downloads/ +License: 专有软件 +LicenseUrl: https://www.figma.com/tos/ +Copyright: Copyright © 2024 Figma, Inc. +CopyrightUrl: https://www.figma.com/copyright-and-ip-policy/ +ShortDescription: 协作界面设计工具 +Description: Figma 是领先的协作设计工具,可用于构建有意义的产品。在单一平台上无缝设计、制作原型、开发和收集反馈。 +Tags: +- 人机交互 +- 原型 +- 图表 +- 模型 +- 流程 +- 流程图 +- 用户界面 +- 界面 +- 线框图 +- 规格 +- 设计 +ReleaseNotesUrl: https://releases.figma.com/ +PurchaseUrl: https://www.figma.com/pricing/ +Documentations: +- DocumentLabel: 最佳实践指南 + DocumentUrl: https://www.figma.com/best-practices/ +- DocumentLabel: 博客 + DocumentUrl: https://www.figma.com/blog/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Figma/Figma/124.3.2/Figma.Figma.yaml b/manifests/f/Figma/Figma/124.3.2/Figma.Figma.yaml new file mode 100644 index 0000000000000..b2139664bce1e --- /dev/null +++ b/manifests/f/Figma/Figma/124.3.2/Figma.Figma.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 124.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Figma/FigmaAgent/124.2.9/Figma.FigmaAgent.installer.yaml b/manifests/f/Figma/FigmaAgent/124.2.9/Figma.FigmaAgent.installer.yaml new file mode 100644 index 0000000000000..112d8ae3be4cd --- /dev/null +++ b/manifests/f/Figma/FigmaAgent/124.2.9/Figma.FigmaAgent.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Figma.FigmaAgent +PackageVersion: 124.2.9 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://desktop.figma.com/agent/win/FigmaAgent-124.2.9.exe + InstallerSha256: E319DF8A16D5BF26E85A213713C9C1E6BC5E76F18EF16FAC2D462D16A83D36E2 + ProductCode: FigmaAgent +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Figma/FigmaAgent/124.2.9/Figma.FigmaAgent.locale.en-US.yaml b/manifests/f/Figma/FigmaAgent/124.2.9/Figma.FigmaAgent.locale.en-US.yaml new file mode 100644 index 0000000000000..408bb5ce53d9c --- /dev/null +++ b/manifests/f/Figma/FigmaAgent/124.2.9/Figma.FigmaAgent.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Figma.FigmaAgent +PackageVersion: 124.2.9 +PackageLocale: en-US +Publisher: Figma, Inc. +PublisherUrl: https://www.figma.com/ +PublisherSupportUrl: https://help.figma.com/ +PrivacyUrl: https://www.figma.com/privacy/ +Author: Figma, Inc. +PackageName: Figma Agent +PackageUrl: https://www.figma.com/downloads/ +License: Freeware +LicenseUrl: https://www.figma.com/tos/ +Copyright: Copyright © 2024 Figma, Inc. +CopyrightUrl: https://www.figma.com/copyright-and-ip-policy/ +ShortDescription: Use your local fonts on Figma web. +# Description: +# Moniker: +Tags: +- figma +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Figma/FigmaAgent/124.2.9/Figma.FigmaAgent.locale.zh-CN.yaml b/manifests/f/Figma/FigmaAgent/124.2.9/Figma.FigmaAgent.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9654af4790967 --- /dev/null +++ b/manifests/f/Figma/FigmaAgent/124.2.9/Figma.FigmaAgent.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Figma.FigmaAgent +PackageVersion: 124.2.9 +PackageLocale: zh-CN +Publisher: Figma, Inc. +PublisherUrl: https://www.figma.com/ +PublisherSupportUrl: https://help.figma.com/ +PrivacyUrl: https://www.figma.com/privacy/ +Author: Figma, Inc. +PackageName: Figma Agent +PackageUrl: https://www.figma.com/downloads/ +License: 免费软件 +LicenseUrl: https://www.figma.com/tos/ +Copyright: Copyright © 2024 Figma, Inc. +CopyrightUrl: https://www.figma.com/copyright-and-ip-policy/ +ShortDescription: 在 Figma 网页版使用本地字体。 +# Description: +# Moniker: +Tags: +- figma +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Figma/FigmaAgent/124.2.9/Figma.FigmaAgent.yaml b/manifests/f/Figma/FigmaAgent/124.2.9/Figma.FigmaAgent.yaml new file mode 100644 index 0000000000000..a16ef90dc37a5 --- /dev/null +++ b/manifests/f/Figma/FigmaAgent/124.2.9/Figma.FigmaAgent.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Figma.FigmaAgent +PackageVersion: 124.2.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fiji/ImageJ/2.15.1/Fiji.ImageJ.installer.yaml b/manifests/f/Fiji/ImageJ/2.15.1/Fiji.ImageJ.installer.yaml new file mode 100644 index 0000000000000..d60db5c4b2baf --- /dev/null +++ b/manifests/f/Fiji/ImageJ/2.15.1/Fiji.ImageJ.installer.yaml @@ -0,0 +1,56 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fiji.ImageJ +PackageVersion: 2.15.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Fiji.app/ImageJ-win64.exe + PortableCommandAlias: fiji +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/jabswitch.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/java-rmi.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/java.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/javaw.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/jfr.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/jjs.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/keytool.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/kinit.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/klist.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/ktab.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/orbd.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/pack200.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/policytool.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/rmid.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/rmiregistry.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/servertool.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/tnameserv.exe + PortableCommandAlias: '' +- RelativeFilePath: Fiji.app/java/win64/zulu8.60.0.21-ca-fx-jdk8.0.322-win_x64/jre/bin/unpack200.exe + PortableCommandAlias: '' +UpgradeBehavior: install +ReleaseDate: 2024-06-15 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.imagej.net/fiji/latest/fiji-win64.zip + InstallerSha256: FFD771EA1EDD54BC538E0D39D108CF80E040C87A98E8401C36600B1FE7DF2A51 +ManifestType: installer +ManifestVersion: 1.6.0 +AppsAndFeaturesEntries: + - DisplayVersion: "2.14/1.54f" diff --git a/manifests/f/Fiji/ImageJ/2.15.1/Fiji.ImageJ.locale.en-US.yaml b/manifests/f/Fiji/ImageJ/2.15.1/Fiji.ImageJ.locale.en-US.yaml new file mode 100644 index 0000000000000..74b8c043e916a --- /dev/null +++ b/manifests/f/Fiji/ImageJ/2.15.1/Fiji.ImageJ.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fiji.ImageJ +PackageVersion: 2.15.1 +PackageLocale: en-US +Publisher: Fiji Team +PublisherUrl: https://fiji.sc/ +Author: Fiji Team +PackageName: Fiji ImageJ +PackageUrl: https://fiji.sc/ +License: GPL-3.0 +LicenseUrl: https://github.com/fiji/fiji/blob/master/LICENSE.txt +Copyright: ' Copyright (C) 2007 Free Software Foundation, Inc. ' +CopyrightUrl: https://github.com/fiji/fiji/blob/master/LICENSE.txt +ShortDescription: A "batteries-included" distribution of ImageJ +Description: Fiji is a "batteries-included" distribution of ImageJ—a popular, free scientific image processing application—which includes a lot of plugins organized into a coherent menu structure. Fiji compares to ImageJ as Ubuntu compares to Linux.ux. +Moniker: iamgej +Tags: +- image +- imagej +- processing +ReleaseNotesUrl: https://github.com/fiji/fiji +ManifestType: defaultLocale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/f/Fiji/ImageJ/2.15.1/Fiji.ImageJ.yaml b/manifests/f/Fiji/ImageJ/2.15.1/Fiji.ImageJ.yaml new file mode 100644 index 0000000000000..bd754bc5c1add --- /dev/null +++ b/manifests/f/Fiji/ImageJ/2.15.1/Fiji.ImageJ.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fiji.ImageJ +PackageVersion: 2.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FileVoyager/FileVoyager/24.9.8.0/FileVoyager.FileVoyager.installer.yaml b/manifests/f/FileVoyager/FileVoyager/24.9.8.0/FileVoyager.FileVoyager.installer.yaml new file mode 100644 index 0000000000000..65d0d777aabb9 --- /dev/null +++ b/manifests/f/FileVoyager/FileVoyager/24.9.8.0/FileVoyager.FileVoyager.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FileVoyager.FileVoyager +PackageVersion: 24.9.8.0 +InstallerType: inno +Scope: machine +Installers: +- Architecture: x86 + InstallerUrl: https://www.filevoyager.com/wp-content/uploads/FileVoyager_Setup_24.9.8.0_NoVLC.exe + InstallerSha256: BB2CDE7FFFFA9B7A8CE9868F8F3079D13B97D54DE280CD00891CC6D23D2CDF3A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FileVoyager/FileVoyager/24.9.8.0/FileVoyager.FileVoyager.locale.en-US.yaml b/manifests/f/FileVoyager/FileVoyager/24.9.8.0/FileVoyager.FileVoyager.locale.en-US.yaml new file mode 100644 index 0000000000000..32a8008e62cf9 --- /dev/null +++ b/manifests/f/FileVoyager/FileVoyager/24.9.8.0/FileVoyager.FileVoyager.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FileVoyager.FileVoyager +PackageVersion: 24.9.8.0 +PackageLocale: en-US +Publisher: FileVoyager +PackageName: FileVoyager +License: Freeware +ShortDescription: FileVoyager is a freeware file manager for Microsoft Windows using two panels of disks browsers. This dual pane layout makes very easy the transfer operations of files or folders between sources and destinations. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FileVoyager/FileVoyager/24.9.8.0/FileVoyager.FileVoyager.yaml b/manifests/f/FileVoyager/FileVoyager/24.9.8.0/FileVoyager.FileVoyager.yaml new file mode 100644 index 0000000000000..f50e25f11da7f --- /dev/null +++ b/manifests/f/FileVoyager/FileVoyager/24.9.8.0/FileVoyager.FileVoyager.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FileVoyager.FileVoyager +PackageVersion: 24.9.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FiloSottile/age/1.2.0/FiloSottile.age.installer.yaml b/manifests/f/FiloSottile/age/1.2.0/FiloSottile.age.installer.yaml new file mode 100644 index 0000000000000..9f928c69d8714 --- /dev/null +++ b/manifests/f/FiloSottile/age/1.2.0/FiloSottile.age.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FiloSottile.age +PackageVersion: 1.2.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: age/age-keygen.exe + PortableCommandAlias: age-keygen +- RelativeFilePath: age/age.exe + PortableCommandAlias: age +Commands: +- age +- age-keygen +ReleaseDate: 2024-06-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/FiloSottile/age/releases/download/v1.2.0/age-v1.2.0-windows-amd64.zip + InstallerSha256: DC3304C33F3564FB5B8A90BA67F0DEA38F99215FEA38AA132CE30C7A22C0702F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FiloSottile/age/1.2.0/FiloSottile.age.locale.en-US.yaml b/manifests/f/FiloSottile/age/1.2.0/FiloSottile.age.locale.en-US.yaml new file mode 100644 index 0000000000000..8020cc03aa6be --- /dev/null +++ b/manifests/f/FiloSottile/age/1.2.0/FiloSottile.age.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FiloSottile.age +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: FiloSottile +PublisherUrl: https://github.com/FiloSottile +PublisherSupportUrl: https://github.com/FiloSottile/age/issues +Author: Filippo Valsorda +PackageName: age +License: BSD-3-Clause +LicenseUrl: https://github.com/FiloSottile/age/blob/HEAD/LICENSE +Copyright: Copyright (c) Filippo Valsorda +ShortDescription: A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability. +Tags: +- encryption +ReleaseNotes: "A small release to build the release binaries with a more recent Go toolchain, and to fix a couple CLI edge cases ( The Go module now exposes a plugin package that provides an age plugin client. That is, Recipient and Identity implementations that invoke a plugin binary, allowing the use of age plugins in Go programs.Finally, Recipients can now return a set of \"labels\" by implementing RecipientWithLabels. This allows replicating the special behavior of the scrypt Recipient in third-party Recipients, or applying policy useful for authenticated or post-quantum Recipients.\n// RecipientWithLabels can be optionally implemented by a Recipient, in which\n// case Encrypt will use WrapWithLabels instead of Wrap.\n//\n// Encrypt will succeed only if the labels returned by all the recipients\n// (assuming the empty set for those that don't implement RecipientWithLabels)\n// are the same.\n//\n// This can be used to ensure a recipient is only used with other recipients\n// with equivalent properties (for example by setting a \"postquantum\" label) or\n// to ensure a recipient is always used alone (by returning a random label, for\n// example to preserve its authentication properties).\ntype RecipientWithLabels interface {\n\tWrapWithLabels(fileKey []byte) (s []*Stanza, labels []string, err error)\n}" +ReleaseNotesUrl: https://github.com/FiloSottile/age/releases/tag/v1.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FiloSottile/age/1.2.0/FiloSottile.age.yaml b/manifests/f/FiloSottile/age/1.2.0/FiloSottile.age.yaml new file mode 100644 index 0000000000000..785970c897a76 --- /dev/null +++ b/manifests/f/FiloSottile/age/1.2.0/FiloSottile.age.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FiloSottile.age +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FinalWire/AIDA64/Extreme/7.35/FinalWire.AIDA64.Extreme.installer.yaml b/manifests/f/FinalWire/AIDA64/Extreme/7.35/FinalWire.AIDA64.Extreme.installer.yaml new file mode 100644 index 0000000000000..ff608b56ee332 --- /dev/null +++ b/manifests/f/FinalWire/AIDA64/Extreme/7.35/FinalWire.AIDA64.Extreme.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FinalWire.AIDA64.Extreme +PackageVersion: "7.35" +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://download.aida64.com/aida64extreme735.exe + InstallerSha256: AE723843CD95AB18B0B3E6E9C71BC678399927ACF100C58B13C2D99DB6801BE7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FinalWire/AIDA64/Extreme/7.35/FinalWire.AIDA64.Extreme.locale.en-US.yaml b/manifests/f/FinalWire/AIDA64/Extreme/7.35/FinalWire.AIDA64.Extreme.locale.en-US.yaml new file mode 100644 index 0000000000000..cedf2db87d537 --- /dev/null +++ b/manifests/f/FinalWire/AIDA64/Extreme/7.35/FinalWire.AIDA64.Extreme.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FinalWire.AIDA64.Extreme +PackageVersion: "7.35" +PackageLocale: en-US +Publisher: FinalWire Ltd. +PublisherUrl: https://www.aida64.com/ +PublisherSupportUrl: https://www.aida64.com/support +PrivacyUrl: https://www.aida64.com/privacy-policy +Author: FinalWire Ltd. +PackageName: AIDA64 Extreme +PackageUrl: https://www.aida64.com/products/aida64-extreme +License: Proprietary +LicenseUrl: https://www.aida64.com/licensing +Copyright: Copyright (c) 1995-2023 FinalWire Ltd. +ShortDescription: AIDA64 is a system information, diagnostics, and auditing application developed by FinalWire Ltd +Description: |- + AIDA64 Extreme has a hardware detection engine unrivaled in its class. It provides detailed information about installed software and offers diagnostic functions and support for overclocking. + As it is monitoring sensors in real time, it can gather accurate voltage, temperature and fan speed readings, while its diagnostic functions help detect and prevent hardware issues. + It also offers a couple of benchmarks for measuring either the performance of individual hardware components or the whole system. + It is compatible with all 32-bit and 64-bit Windows editions, including Windows 10 and Windows Server 2019. +Moniker: aida64-extreme +Tags: +- benchmark +- cpu +- cross-platform +- hardware +- utility +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FinalWire/AIDA64/Extreme/7.35/FinalWire.AIDA64.Extreme.yaml b/manifests/f/FinalWire/AIDA64/Extreme/7.35/FinalWire.AIDA64.Extreme.yaml new file mode 100644 index 0000000000000..7c1a8663e5ee0 --- /dev/null +++ b/manifests/f/FinalWire/AIDA64/Extreme/7.35/FinalWire.AIDA64.Extreme.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FinalWire.AIDA64.Extreme +PackageVersion: "7.35" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fiorilli/FiorilliWebExtensionClient/1.33.0.0/Fiorilli.FiorilliWebExtensionClient.installer.yaml b/manifests/f/Fiorilli/FiorilliWebExtensionClient/1.33.0.0/Fiorilli.FiorilliWebExtensionClient.installer.yaml index a6dcb9a58df4f..f4c00d69be069 100644 --- a/manifests/f/Fiorilli/FiorilliWebExtensionClient/1.33.0.0/Fiorilli.FiorilliWebExtensionClient.installer.yaml +++ b/manifests/f/Fiorilli/FiorilliWebExtensionClient/1.33.0.0/Fiorilli.FiorilliWebExtensionClient.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/May/24 +# Automatically updated by the winget bot at 2024/Aug/02 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: Fiorilli.FiorilliWebExtensionClient @@ -7,6 +7,6 @@ InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://acessos.fiorilli.com.br/api/instalacao/webextension.exe - InstallerSha256: A5D12CAB0DCAA37221F5F81E43A887EF166005DC3F6CBE6001660D903F31125A + InstallerSha256: F71EB07578691106BE78EB989BA3E5B96BB1BA59567DB71BD3170B61E23D2774 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/f/Fiorilli/FiorilliWebExtensionClient/1.33.0.0/Fiorilli.FiorilliWebExtensionClient.locale.en-US.yaml b/manifests/f/Fiorilli/FiorilliWebExtensionClient/1.33.0.0/Fiorilli.FiorilliWebExtensionClient.locale.en-US.yaml index 8ac7d46bc77b9..d5f957ff1f6a9 100644 --- a/manifests/f/Fiorilli/FiorilliWebExtensionClient/1.33.0.0/Fiorilli.FiorilliWebExtensionClient.locale.en-US.yaml +++ b/manifests/f/Fiorilli/FiorilliWebExtensionClient/1.33.0.0/Fiorilli.FiorilliWebExtensionClient.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/May/24 +# Automatically updated by the winget bot at 2024/Aug/02 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Fiorilli.FiorilliWebExtensionClient diff --git a/manifests/f/Fiorilli/FiorilliWebExtensionClient/1.33.0.0/Fiorilli.FiorilliWebExtensionClient.yaml b/manifests/f/Fiorilli/FiorilliWebExtensionClient/1.33.0.0/Fiorilli.FiorilliWebExtensionClient.yaml index 20876110d7c23..6f587ca0debe4 100644 --- a/manifests/f/Fiorilli/FiorilliWebExtensionClient/1.33.0.0/Fiorilli.FiorilliWebExtensionClient.yaml +++ b/manifests/f/Fiorilli/FiorilliWebExtensionClient/1.33.0.0/Fiorilli.FiorilliWebExtensionClient.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/May/24 +# Automatically updated by the winget bot at 2024/Aug/02 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Fiorilli.FiorilliWebExtensionClient diff --git a/manifests/f/FireAlpaca/FireAlpaca/2.11.26.0/FireAlpaca.FireAlpaca.installer.yaml b/manifests/f/FireAlpaca/FireAlpaca/2.11.26.0/FireAlpaca.FireAlpaca.installer.yaml deleted file mode 100644 index 53b1c7dc08bb1..0000000000000 --- a/manifests/f/FireAlpaca/FireAlpaca/2.11.26.0/FireAlpaca.FireAlpaca.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: FireAlpaca.FireAlpaca -PackageVersion: 2.11.26.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://firealpaca.com/download/win64 - InstallerSha256: A45CCA242D9879F9B3DA81298EAB935BCB54D9BA752DDD37AD782752AC2A0830 - ProductCode: FireAlpaca64_is1 - AppsAndFeaturesEntries: - - DisplayName: FireAlpaca 2.9.1 (64bit) - ProductCode: FireAlpaca64_is1 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/f/FireAlpaca/FireAlpaca/2.11.26.0/FireAlpaca.FireAlpaca.yaml b/manifests/f/FireAlpaca/FireAlpaca/2.11.26.0/FireAlpaca.FireAlpaca.yaml deleted file mode 100644 index fd8528373a21b..0000000000000 --- a/manifests/f/FireAlpaca/FireAlpaca/2.11.26.0/FireAlpaca.FireAlpaca.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: FireAlpaca.FireAlpaca -PackageVersion: 2.11.26.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/f/FireAlpaca/FireAlpaca/2.12.2.0/FireAlpaca.FireAlpaca.installer.yaml b/manifests/f/FireAlpaca/FireAlpaca/2.12.2.0/FireAlpaca.FireAlpaca.installer.yaml new file mode 100644 index 0000000000000..c3d17e081ec67 --- /dev/null +++ b/manifests/f/FireAlpaca/FireAlpaca/2.12.2.0/FireAlpaca.FireAlpaca.installer.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2024/Sep/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: FireAlpaca.FireAlpaca +PackageVersion: 2.12.2.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://firealpaca.com/download/win64 + InstallerSha256: 0DFA109D6431686D5CEF4F219086F619DF1FDC05417C9B975A01AA00EA7D7237 + ProductCode: FireAlpaca64_is1 + AppsAndFeaturesEntries: + - DisplayName: FireAlpaca 2.9.1 (64bit) + ProductCode: FireAlpaca64_is1 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/f/FireAlpaca/FireAlpaca/2.11.26.0/FireAlpaca.FireAlpaca.locale.en-US.yaml b/manifests/f/FireAlpaca/FireAlpaca/2.12.2.0/FireAlpaca.FireAlpaca.locale.en-US.yaml similarity index 85% rename from manifests/f/FireAlpaca/FireAlpaca/2.11.26.0/FireAlpaca.FireAlpaca.locale.en-US.yaml rename to manifests/f/FireAlpaca/FireAlpaca/2.12.2.0/FireAlpaca.FireAlpaca.locale.en-US.yaml index 913a21b17df67..513f995a5349f 100644 --- a/manifests/f/FireAlpaca/FireAlpaca/2.11.26.0/FireAlpaca.FireAlpaca.locale.en-US.yaml +++ b/manifests/f/FireAlpaca/FireAlpaca/2.12.2.0/FireAlpaca.FireAlpaca.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jun/28 +# Automatically updated by the winget bot at 2024/Sep/05 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: FireAlpaca.FireAlpaca -PackageVersion: 2.11.26.0 +PackageVersion: 2.12.2.0 PackageLocale: en-US Publisher: firealpaca.com PublisherUrl: https://firealpaca.com/ diff --git a/manifests/f/FireAlpaca/FireAlpaca/2.12.2.0/FireAlpaca.FireAlpaca.yaml b/manifests/f/FireAlpaca/FireAlpaca/2.12.2.0/FireAlpaca.FireAlpaca.yaml new file mode 100644 index 0000000000000..4ac75b1a492ed --- /dev/null +++ b/manifests/f/FireAlpaca/FireAlpaca/2.12.2.0/FireAlpaca.FireAlpaca.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: FireAlpaca.FireAlpaca +PackageVersion: 2.12.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/f/FireDaemon/CertifyOne/4.1.0/FireDaemon.CertifyOne.installer.yaml b/manifests/f/FireDaemon/CertifyOne/4.1.0/FireDaemon.CertifyOne.installer.yaml new file mode 100644 index 0000000000000..f2a3c3e03d5d8 --- /dev/null +++ b/manifests/f/FireDaemon/CertifyOne/4.1.0/FireDaemon.CertifyOne.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FireDaemon.CertifyOne +PackageVersion: 4.1.0 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb +UpgradeBehavior: install +ProductCode: '{0CB68A65-4E32-4C61-A8DA-A1DAABFFE1D5}' +ReleaseDate: 2024-09-10 +AppsAndFeaturesEntries: +- InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://download.firedaemon.com/FireDaemon-Certify-One/4.1.0/Certify-One-x64-4.1.0.exe + InstallerSha256: 8D0765F158F7C9997D6C7FD4383EFFB367B4DFA02999EDD7AF8B6B84DC67DA7F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FireDaemon/CertifyOne/4.1.0/FireDaemon.CertifyOne.locale.en-US.yaml b/manifests/f/FireDaemon/CertifyOne/4.1.0/FireDaemon.CertifyOne.locale.en-US.yaml new file mode 100644 index 0000000000000..98def6abe7d81 --- /dev/null +++ b/manifests/f/FireDaemon/CertifyOne/4.1.0/FireDaemon.CertifyOne.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FireDaemon.CertifyOne +PackageVersion: 4.1.0 +PackageLocale: en-US +Publisher: FireDaemon Technologies Limited +PublisherUrl: https://www.firedaemon.com/ +PackageName: Certify One +PackageUrl: https://www.firedaemon.com/download-certify-one +License: Proprietary +Copyright: Copyright (C) 2024 FireDaemon Technologies Limited +ShortDescription: Verify the confidentiality, integrity, authenticity, and availability of encrypted communications. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FireDaemon/CertifyOne/4.1.0/FireDaemon.CertifyOne.yaml b/manifests/f/FireDaemon/CertifyOne/4.1.0/FireDaemon.CertifyOne.yaml new file mode 100644 index 0000000000000..65a67bdb2e45f --- /dev/null +++ b/manifests/f/FireDaemon/CertifyOne/4.1.0/FireDaemon.CertifyOne.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FireDaemon.CertifyOne +PackageVersion: 4.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FireDaemon/FireDaemonPro/5.4.11/FireDaemon.FireDaemonPro.installer.yaml b/manifests/f/FireDaemon/FireDaemonPro/5.4.11/FireDaemon.FireDaemonPro.installer.yaml new file mode 100644 index 0000000000000..07cc70525172a --- /dev/null +++ b/manifests/f/FireDaemon/FireDaemonPro/5.4.11/FireDaemon.FireDaemonPro.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FireDaemon.FireDaemonPro +PackageVersion: 5.4.11 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /exenoui + SilentWithProgress: /exenoui + InstallLocation: TARGETDIR= + Log: /exelog + Custom: /quiet +ProductCode: '{70ABEC89-0BDA-4324-A597-B74ACB808A25}' +ReleaseDate: 2024-05-23 +AppsAndFeaturesEntries: +- InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://download.firedaemon.com/FireDaemon-Pro/5.4.11/FireDaemon-Pro-x64-5.4.11.exe + InstallerSha256: F0C497905838F04367C3B0AFE80ECAF8B352799876F89FDF9C116E367E26E9A0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FireDaemon/FireDaemonPro/5.4.11/FireDaemon.FireDaemonPro.locale.en-US.yaml b/manifests/f/FireDaemon/FireDaemonPro/5.4.11/FireDaemon.FireDaemonPro.locale.en-US.yaml new file mode 100644 index 0000000000000..aef830c44fd2d --- /dev/null +++ b/manifests/f/FireDaemon/FireDaemonPro/5.4.11/FireDaemon.FireDaemonPro.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FireDaemon.FireDaemonPro +PackageVersion: 5.4.11 +PackageLocale: en-US +Publisher: FireDaemon Technologies Limited +PublisherUrl: https://kb.firedaemon.com/ +PublisherSupportUrl: https://www.firedaemon.com/support +Author: FireDaemon Technologies Limited +PackageName: FireDaemon Pro +PackageUrl: https://kb.firedaemon.com/support/solutions/articles/4000194049 +License: Proprietary +Copyright: Copyright (C) 2024 FireDaemon Technologies Limited +ShortDescription: Run any program, application, or script as a Microsoft Windows service. +Description: Run any program, application, or script as a Microsoft Windows service. +PurchaseUrl: https://www.firedaemon.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FireDaemon/FireDaemonPro/5.4.11/FireDaemon.FireDaemonPro.yaml b/manifests/f/FireDaemon/FireDaemonPro/5.4.11/FireDaemon.FireDaemonPro.yaml new file mode 100644 index 0000000000000..835a7731d60a3 --- /dev/null +++ b/manifests/f/FireDaemon/FireDaemonPro/5.4.11/FireDaemon.FireDaemonPro.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FireDaemon.FireDaemonPro +PackageVersion: 5.4.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FireDaemon/OpenSSL/3.3.2/FireDaemon.OpenSSL.installer.yaml b/manifests/f/FireDaemon/OpenSSL/3.3.2/FireDaemon.OpenSSL.installer.yaml new file mode 100644 index 0000000000000..90a959e7bfb53 --- /dev/null +++ b/manifests/f/FireDaemon/OpenSSL/3.3.2/FireDaemon.OpenSSL.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FireDaemon.OpenSSL +PackageVersion: 3.3.2 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /exenoui /qn /norestart REBOOT=ReallySuppress ADJUSTSYSTEMPATHENV=yes + SilentWithProgress: /exenoui /qb /norestart REBOOT=ReallySuppress ADJUSTSYSTEMPATHENV=yes +ProductCode: '{F241B47B-C3EE-459C-A7CE-3FA2F08E7CDB}' +AppsAndFeaturesEntries: +- InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://download.firedaemon.com/FireDaemon-OpenSSL/FireDaemon-OpenSSL-x64-3.3.2.exe + InstallerSha256: 1FD18375FA6515AB295B75DDBE5990558D65B33747BBF3F9B92B13FD2A430D67 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FireDaemon/OpenSSL/3.3.2/FireDaemon.OpenSSL.locale.en-US.yaml b/manifests/f/FireDaemon/OpenSSL/3.3.2/FireDaemon.OpenSSL.locale.en-US.yaml new file mode 100644 index 0000000000000..05ce85d3f9e02 --- /dev/null +++ b/manifests/f/FireDaemon/OpenSSL/3.3.2/FireDaemon.OpenSSL.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FireDaemon.OpenSSL +PackageVersion: 3.3.2 +PackageLocale: en-US +Publisher: FireDaemon Technologies Limited +PublisherUrl: https://www.firedaemon.com/ +PublisherSupportUrl: https://www.firedaemon.com/support +PrivacyUrl: https://www.firedaemon.com/policies +Author: FireDaemon Technologies Limited +PackageName: FireDaemon OpenSSL 3 +PackageUrl: https://www.firedaemon.com/firedaemon-openssl +License: Apache License v2 +LicenseUrl: https://www.openssl.org/source/license.html +Copyright: Copyright (c) 1999-2024 FireDaemon Technologies Limited +ShortDescription: FireDaemon OpenSSL 3 Installer +Description: OpenSSL is a popular open-source software library that provides a robust, full-featured set of cryptographic functions and tools to secure communications over computer networks. It implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, which are widely used to encrypt data transmissions between web servers and clients, such as web browsers. OpenSSL provides a wide range of cryptographic functions, including symmetric encryption, public-key encryption, message digest and hash functions, digital signatures, and random number generation. It supports a large number of cryptographic algorithms, such as AES, RSA, SHA, and many others. In addition to cryptographic functions, OpenSSL also provides utilities for generating and managing digital certificates and keys, creating and verifying digital signatures, and performing SSL/TLS handshake and negotiation. +Tags: +- openssl +- ssl +- tls +- cryptography +- cybersecurity +- security +Documentations: +- DocumentLabel: OpenSSL 3.3, 3.0 LTS, 1.1.1 LTS Binary Distributions for Microsoft Windows + DocumentUrl: https://kb.firedaemon.com/support/solutions/articles/4000121705 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FireDaemon/OpenSSL/3.3.2/FireDaemon.OpenSSL.yaml b/manifests/f/FireDaemon/OpenSSL/3.3.2/FireDaemon.OpenSSL.yaml new file mode 100644 index 0000000000000..7e134f38d7fe8 --- /dev/null +++ b/manifests/f/FireDaemon/OpenSSL/3.3.2/FireDaemon.OpenSSL.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FireDaemon.OpenSSL +PackageVersion: 3.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FirebirdProject/Firebird/3/3.0.12.33787/FirebirdProject.Firebird.3.installer.yaml b/manifests/f/FirebirdProject/Firebird/3/3.0.12.33787/FirebirdProject.Firebird.3.installer.yaml new file mode 100644 index 0000000000000..1ae6c9044802c --- /dev/null +++ b/manifests/f/FirebirdProject/Firebird/3/3.0.12.33787/FirebirdProject.Firebird.3.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FirebirdProject.Firebird.3 +PackageVersion: 3.0.12.33787 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/FirebirdSQL/firebird/releases/download/v3.0.12/Firebird-3.0.12.33787-0-x64.exe + InstallerSha256: 6D222B2A3F21530B2C47D81D75D56426EC6D2CF3FB06E507C2B733BB5A1F88E9 + AppsAndFeaturesEntries: + - DisplayName: Firebird 3.0.12.33787 (x64) + Publisher: Firebird Project + ProductCode: FBDBServer_3_0_x64_is1 +- Architecture: x86 + InstallerUrl: https://github.com/FirebirdSQL/firebird/releases/download/v3.0.12/Firebird-3.0.12.33787-0-Win32.exe + InstallerSha256: F6A7FDA42E0B421863989D3D58D53706969535A58D4852B2DCB2B347B2CD9BD9 + AppsAndFeaturesEntries: + - DisplayName: Firebird 3.0.12.33787 (Win32) + Publisher: Firebird Project + ProductCode: FBDBServer_3_0_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FirebirdProject/Firebird/3/3.0.12.33787/FirebirdProject.Firebird.3.locale.en-US.yaml b/manifests/f/FirebirdProject/Firebird/3/3.0.12.33787/FirebirdProject.Firebird.3.locale.en-US.yaml new file mode 100644 index 0000000000000..ad14a2aaf734d --- /dev/null +++ b/manifests/f/FirebirdProject/Firebird/3/3.0.12.33787/FirebirdProject.Firebird.3.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FirebirdProject.Firebird.3 +PackageVersion: 3.0.12.33787 +PackageLocale: en-US +Publisher: Firebird Project +PublisherUrl: https://firebirdsql.org/en/start/ +PublisherSupportUrl: https://firebirdsql.org/en/support/ +Author: Firebird Project +PackageName: Firebird +PackageUrl: https://firebirdsql.org/en/firebird-3-0/ +License: Initial Developer's Public License Version 1.0 +LicenseUrl: https://github.com/FirebirdSQL/firebird/#licensing +Copyright: Copyright © 2000-2023, Firebird Project. +ShortDescription: Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, MacOS and a variety of Unix platforms. +Description: Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, MacOS and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names, since 1981. +Tags: +- rdbms +- sql +- database +ReleaseNotesUrl: https://firebirdsql.org/file/documentation/release_notes/html/en/3_0/rlsnotes30.html +Documentations: +- DocumentLabel: Firebird 3.0 Language Reference + DocumentUrl: https://firebirdsql.org/file/documentation/html/en/refdocs/fblangref30/firebird-30-language-reference.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FirebirdProject/Firebird/3/3.0.12.33787/FirebirdProject.Firebird.3.yaml b/manifests/f/FirebirdProject/Firebird/3/3.0.12.33787/FirebirdProject.Firebird.3.yaml new file mode 100644 index 0000000000000..b0a742e483e73 --- /dev/null +++ b/manifests/f/FirebirdProject/Firebird/3/3.0.12.33787/FirebirdProject.Firebird.3.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FirebirdProject.Firebird.3 +PackageVersion: 3.0.12.33787 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FirebirdProject/Firebird/4/4.0.5.3140/FirebirdProject.Firebird.4.installer.yaml b/manifests/f/FirebirdProject/Firebird/4/4.0.5.3140/FirebirdProject.Firebird.4.installer.yaml new file mode 100644 index 0000000000000..4f6ab26caf643 --- /dev/null +++ b/manifests/f/FirebirdProject/Firebird/4/4.0.5.3140/FirebirdProject.Firebird.4.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FirebirdProject.Firebird.4 +PackageVersion: 4.0.5.3140 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/FirebirdSQL/firebird/releases/download/v4.0.5/Firebird-4.0.5.3140-0-x64.exe + InstallerSha256: 9E5CEC60F584B362B1577237D88A001A4A9F6336E83592199DDE95658E4DA1F0 + AppsAndFeaturesEntries: + - DisplayName: Firebird 4.0.5.3140 (x64) + Publisher: Firebird Project + ProductCode: FBDBServer_4_0_x64_is1 +- Architecture: x86 + InstallerUrl: https://github.com/FirebirdSQL/firebird/releases/download/v4.0.5/Firebird-4.0.5.3140-0-Win32.exe + InstallerSha256: 79C37D0C868B58C430B1D465ED042EBC6D217664376F6DF3051403129F50C8E2 + AppsAndFeaturesEntries: + - DisplayName: Firebird 4.0.5.3140 (Win32) + Publisher: Firebird Project + ProductCode: FBDBServer_4_0_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FirebirdProject/Firebird/4/4.0.5.3140/FirebirdProject.Firebird.4.locale.en-US.yaml b/manifests/f/FirebirdProject/Firebird/4/4.0.5.3140/FirebirdProject.Firebird.4.locale.en-US.yaml new file mode 100644 index 0000000000000..adf2d7ab31578 --- /dev/null +++ b/manifests/f/FirebirdProject/Firebird/4/4.0.5.3140/FirebirdProject.Firebird.4.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FirebirdProject.Firebird.4 +PackageVersion: 4.0.5.3140 +PackageLocale: en-US +Publisher: Firebird Project +PublisherUrl: https://firebirdsql.org/en/start/ +PublisherSupportUrl: https://firebirdsql.org/en/support/ +Author: Firebird Project +PackageName: Firebird +PackageUrl: https://firebirdsql.org/en/firebird-4-0/ +License: Initial Developer's Public License Version 1.0 +LicenseUrl: https://github.com/FirebirdSQL/firebird/#licensing +Copyright: Copyright © 2000-2023, Firebird Project. +ShortDescription: Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, MacOS and a variety of Unix platforms. +Description: Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, MacOS and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names, since 1981. +Tags: +- rdbms +- sql +- database +ReleaseNotesUrl: https://firebirdsql.org/file/documentation/release_notes/html/en/4_0/rlsnotes40.html +Documentations: +- DocumentLabel: Firebird 4.0 Language Reference + DocumentUrl: https://firebirdsql.org/file/documentation/html/en/refdocs/fblangref40/firebird-40-language-reference.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FirebirdProject/Firebird/4/4.0.5.3140/FirebirdProject.Firebird.4.yaml b/manifests/f/FirebirdProject/Firebird/4/4.0.5.3140/FirebirdProject.Firebird.4.yaml new file mode 100644 index 0000000000000..0473515b63831 --- /dev/null +++ b/manifests/f/FirebirdProject/Firebird/4/4.0.5.3140/FirebirdProject.Firebird.4.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FirebirdProject.Firebird.4 +PackageVersion: 4.0.5.3140 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FirebirdProject/Firebird/5/5.0.1.1469/FirebirdProject.Firebird.5.installer.yaml b/manifests/f/FirebirdProject/Firebird/5/5.0.1.1469/FirebirdProject.Firebird.5.installer.yaml new file mode 100644 index 0000000000000..e3aeca9f27f35 --- /dev/null +++ b/manifests/f/FirebirdProject/Firebird/5/5.0.1.1469/FirebirdProject.Firebird.5.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FirebirdProject.Firebird.5 +PackageVersion: 5.0.1.1469 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/FirebirdSQL/firebird/releases/download/v5.0.1/Firebird-5.0.1.1469-0-windows-x64.exe + InstallerSha256: DBA458A95DE9C3A3B297D98601A10DCDA95B63BFAEE6F72EC4931D6C740BCCDE + AppsAndFeaturesEntries: + - DisplayName: Firebird 5.0.1.1469 (x64) + Publisher: Firebird Project + ProductCode: FBDBServer_5_0_x64_is1 +- Architecture: x86 + InstallerUrl: https://github.com/FirebirdSQL/firebird/releases/download/v5.0.1/Firebird-5.0.1.1469-0-windows-x86.exe + InstallerSha256: C1E3F924EA9F1E0EB3837FBFD22431563839D9F7616000AE6D67772958FB8860 + AppsAndFeaturesEntries: + - DisplayName: Firebird 5.0.1.1469 (Win32) + Publisher: Firebird Project + ProductCode: FBDBServer_5_0_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FirebirdProject/Firebird/5/5.0.1.1469/FirebirdProject.Firebird.5.locale.en-US.yaml b/manifests/f/FirebirdProject/Firebird/5/5.0.1.1469/FirebirdProject.Firebird.5.locale.en-US.yaml new file mode 100644 index 0000000000000..6cd2914fa59dd --- /dev/null +++ b/manifests/f/FirebirdProject/Firebird/5/5.0.1.1469/FirebirdProject.Firebird.5.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FirebirdProject.Firebird.5 +PackageVersion: 5.0.1.1469 +PackageLocale: en-US +Publisher: Firebird Project +PublisherUrl: https://firebirdsql.org/en/start/ +PublisherSupportUrl: https://firebirdsql.org/en/support/ +Author: Firebird Project +PackageName: Firebird +PackageUrl: https://firebirdsql.org/en/firebird-5-0/ +License: Initial Developer's Public License Version 1.0 +LicenseUrl: https://github.com/FirebirdSQL/firebird/#licensing +Copyright: Copyright © 2000-2024, Firebird Project. +ShortDescription: Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, MacOS and a variety of Unix platforms. +Description: Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, MacOS and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names, since 1981. +Tags: +- rdbms +- sql +- database +ReleaseNotesUrl: https://firebirdsql.org/file/documentation/release_notes/html/en/5_0/rlsnotes50.html +Documentations: +- DocumentLabel: Firebird 5.0 Language Reference + DocumentUrl: https://firebirdsql.org/file/documentation/html/en/refdocs/fblangref50/firebird-50-language-reference.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FirebirdProject/Firebird/5/5.0.1.1469/FirebirdProject.Firebird.5.yaml b/manifests/f/FirebirdProject/Firebird/5/5.0.1.1469/FirebirdProject.Firebird.5.yaml new file mode 100644 index 0000000000000..9384448fc0cf8 --- /dev/null +++ b/manifests/f/FirebirdProject/Firebird/5/5.0.1.1469/FirebirdProject.Firebird.5.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FirebirdProject.Firebird.5 +PackageVersion: 5.0.1.1469 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fission/Fission/CLI/1.20.3/Fission.Fission.CLI.installer.yaml b/manifests/f/Fission/Fission/CLI/1.20.3/Fission.Fission.CLI.installer.yaml new file mode 100644 index 0000000000000..f91809f180bd1 --- /dev/null +++ b/manifests/f/Fission/Fission/CLI/1.20.3/Fission.Fission.CLI.installer.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fission.Fission.CLI +PackageVersion: 1.20.3 +InstallerType: portable +Commands: +- fission +ReleaseDate: 2024-08-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fission/fission/releases/download/v1.20.3/fission-v1.20.3-windows-amd64.exe + InstallerSha256: 2FC2731C38E997C29FB0F3ED178454E5D0435ED600816A1BF05D25C66A8BEB44 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fission/Fission/CLI/1.20.3/Fission.Fission.CLI.locale.en-US.yaml b/manifests/f/Fission/Fission/CLI/1.20.3/Fission.Fission.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..4761ab82a961a --- /dev/null +++ b/manifests/f/Fission/Fission/CLI/1.20.3/Fission.Fission.CLI.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fission.Fission.CLI +PackageVersion: 1.20.3 +PackageLocale: en-US +Publisher: Fission Project +PublisherUrl: https://github.com/fission +PublisherSupportUrl: https://github.com/fission/fission/issues +PackageName: Fission CLI +License: Apache-2.0 +LicenseUrl: https://github.com/fission/fission/blob/HEAD/LICENSE +ShortDescription: Fast and Simple Serverless Functions for Kubernetes +Tags: +- cloud-native +- containers +- devops +- docker +- faas +- fission +- functions +- functions-as-a-service +- go +- hacktoberfest +- kubernetes +- lambda +- serverless +- serverless-functions +ReleaseNotes: |- + Release Highlights: https://fission.io/docs/releases/v1.20.3/ + Install Guide: https://fission.io/docs/installation/Changelog + - 01598024 Update chart version to v1.20.3 (#2987) + - 90d781ca Fixed mqtrigger scaling issue (#2986) + - 1732d9f4 Update README.md (#2738) + - 8de5a5b0 Fix: Storage leak in Builder and Fetcher (#2979) + - 35276a50 Bump golang.org/x/image from 0.10.0 to 0.18.0 (#2972) + - c6c811ea Show warning that --yolo, --concurrency and --rpp fields are valid for executortype poolmgr only (#2971) + - f2baa171 Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 (#2970) + - a34840b0 Set OwnerReferences to K8s resources created by Fission (#2964) + - 06b52e36 Update keda connectors image tag (#2963) + - 19858521 added http status code error handling to DownloadUrl function (#2959) + - 4c4b574d Fix fission-cli cmd pkg getdeploy (#2960) + - 9b978cf2 Fixed an error when using the command to download src (#2940) + - ef05e242 fetcher when call uploadHandler ,archive zip, Use newZip instead of the default DefaultZip to improve the fetcher to accept more upload requests. (#2955) + - 156c1ac2 Pin goreleaser version to v1 in github actions (#2956) + - ade2daa0 Make image description template variables less from goreleaser configuration (#2954) + - 6a84cee1 Add description label to docker images (#2952) + - b95e317a fix: Router failed to create ingress resource in fission namespace (#2951) +ReleaseNotesUrl: https://github.com/fission/fission/releases/tag/v1.20.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fission/Fission/CLI/1.20.3/Fission.Fission.CLI.yaml b/manifests/f/Fission/Fission/CLI/1.20.3/Fission.Fission.CLI.yaml new file mode 100644 index 0000000000000..11f215a639d83 --- /dev/null +++ b/manifests/f/Fission/Fission/CLI/1.20.3/Fission.Fission.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fission.Fission.CLI +PackageVersion: 1.20.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FlorianHeidenreich/Mp3tag/3.26/FlorianHeidenreich.Mp3tag.installer.yaml b/manifests/f/FlorianHeidenreich/Mp3tag/3.26/FlorianHeidenreich.Mp3tag.installer.yaml deleted file mode 100644 index 0634d047d7a4b..0000000000000 --- a/manifests/f/FlorianHeidenreich/Mp3tag/3.26/FlorianHeidenreich.Mp3tag.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: FlorianHeidenreich.Mp3tag -PackageVersion: "3.26" -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2024-05-24 -ElevationRequirement: elevationRequired -Installers: -- Architecture: x86 - InstallerUrl: https://download.mp3tag.de/mp3tagv326setup.exe - InstallerSha256: AE1BA0D8B3F73C53A0F12886590E2D6D6159769C1BC99579C3C3CC0E46F07972 - ProductCode: Mp3tag -- Architecture: x64 - InstallerUrl: https://download.mp3tag.de/mp3tagv326-x64-setup.exe - InstallerSha256: 02A277625061D2999A9AF143D84B8D76387CF5683D11BAEB599BC4A5DF0E615E - ProductCode: Mp3tag -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/f/FlorianHeidenreich/Mp3tag/3.26/FlorianHeidenreich.Mp3tag.locale.en-US.yaml b/manifests/f/FlorianHeidenreich/Mp3tag/3.26/FlorianHeidenreich.Mp3tag.locale.en-US.yaml deleted file mode 100644 index f18f93444f844..0000000000000 --- a/manifests/f/FlorianHeidenreich/Mp3tag/3.26/FlorianHeidenreich.Mp3tag.locale.en-US.yaml +++ /dev/null @@ -1,66 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: FlorianHeidenreich.Mp3tag -PackageVersion: "3.26" -PackageLocale: en-US -Publisher: Florian Heidenreich -PublisherUrl: https://www.mp3tag.de/en -PublisherSupportUrl: https://www.mp3tag.de/en/support.html -PrivacyUrl: https://www.mp3tag.de/en/privacy.html -Author: Florian Heidenreich -PackageName: Mp3tag -PackageUrl: https://www.mp3tag.de/en/ -License: Freeware -# LicenseUrl: -Copyright: © 1999—2024 Florian Heidenreich. All rights reserved. -# CopyrightUrl: -ShortDescription: The universal tag editor and more... -Description: |- - Mp3tag is a powerful and easy-to-use tool to edit metadata of audio files. - It supports batch tag-editing of ID3v1, ID3v2.3, ID3v2.4, iTunes MP4, WMA, Vorbis Comments and APE Tags for multiple files at once covering a variety of audio formats. - Furthermore, it supports online database lookups from, e.g., Discogs, MusicBrainz or freedb, allowing you to automatically gather proper tags and download cover art for your music library. - You can rename files based on the tag information, replace characters or words in tags and filenames, import/export tag information, create playlists and more. -Moniker: mp3tag -Tags: -- audio -- id3 -- mp3 -- music -- tag -ReleaseNotes: |- - FIX: reapplying current filter expression via manage filter dialog did clear the filter field. (#64758) - FIX: Tag Sources Quick button and keyboard shortcut did not skip search dialog for Tag Sources that use the new search dialog with possibly multiple search criteria. (#64726) - CHG: Tag Sources confirmation dialog now uses stable sorting when clicking on column headers in Tracks list. - CHG: refined thread-locking strategy when writing tags to significantly increase performance. (#64634) - NEW: Discogs Tag Sources: added column for `BARCODE` to list of query results. - NEW: Discogs Tag Sources: added support for importing `BARCODE`. - NEW: Discogs Tag Sources: added support for importing `ALBUMARTISTSORT`. - CHG: Discogs Tag Sources: `CATALOGNUMBER` set to `none` is now ignored. - CHG: Discogs Tag Sources: multiple media per release are now separated by comma. - NEW: added support for copying textual representation of files to clipboard. - CHG: added caching of cover previews to prevent redundant image downloads when navigating back to list of query results. - FIX: Discogs Tag Sources: further improvements at detecting implicit artists for subtracks. (#64385) - FIX: Discogs Tag Sources: release titles containing hyphens were not displayed correctly in query results list. (#64680) - FIX: columns for Tag Sources with cover thumbnails were offset by one on first use (since v3.25c). (#64678) - FIX: runtime error when dismissing the dialog with Tag Sources query results before all cover previews are downloaded (since v3.25c). (#64677) - NEW: added larger preview when hovering above cover thumbnails in list of Tag Sources query results. (#64614) - NEW: added support for cover thumbnails in list of Tag Sources query results. - FIX: Discogs Tag Sources: subtracks with implicit artist from index track were not identified correctly. (#49688, #64385) - FIX: Discogs Tag Sources: comma used as join separator had extra whitespace prefix. - FIX: renaming directories via action Format value stopped working on some systems (since v3.25a). (#64532) - FIX: renaming directories via action Format value or 'Convert > Tag - Tag' with `_DIRECTORY` resulted in inconsistent File List state when Overwrite, Skip, or Keep Both was used at collisions. (#56247) - FIX: text in filter field was displayed as selected and highlighted on startup, despite filter field not being focused. (#53067) - CHG: adding cover art now uses the actual cover data to determine image file format instead of relying on the file extension. - FIX: empty temporary file was not removed after error due to invalid file structure when writing MP4 files. (#59387) - FIX: moving files via Edit → Move... removed skipped files from File List despite them not being moved. (#63232) - FIX: JSON-related functions `json_foreach` and `json_foreach_end` of web sources framework reverted back to root object and not to previously selected object. (#64047) - LNG: updated Brazilian Portuguese, Catalan, Corsican, Simplified Chinese, Slovak, Spanish, and Turkish translation. -ReleaseNotesUrl: https://www.mp3tag.de/en/changelog.html -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://docs.mp3tag.de/ -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/f/FlorianHeidenreich/Mp3tag/3.26/FlorianHeidenreich.Mp3tag.yaml b/manifests/f/FlorianHeidenreich/Mp3tag/3.26/FlorianHeidenreich.Mp3tag.yaml deleted file mode 100644 index 59eb2973eb30f..0000000000000 --- a/manifests/f/FlorianHeidenreich/Mp3tag/3.26/FlorianHeidenreich.Mp3tag.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: FlorianHeidenreich.Mp3tag -PackageVersion: "3.26" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/f/FlorianHeidenreich/Mp3tag/3.27a/FlorianHeidenreich.Mp3tag.installer.yaml b/manifests/f/FlorianHeidenreich/Mp3tag/3.27a/FlorianHeidenreich.Mp3tag.installer.yaml new file mode 100644 index 0000000000000..306d6bde6606d --- /dev/null +++ b/manifests/f/FlorianHeidenreich/Mp3tag/3.27a/FlorianHeidenreich.Mp3tag.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FlorianHeidenreich.Mp3tag +PackageVersion: 3.27a +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-21 +ElevationRequirement: elevationRequired +Installers: +- Architecture: x86 + InstallerUrl: https://download.mp3tag.de/mp3tagv327asetup.exe + InstallerSha256: 017648DC63F377B4A16B43F7AD5984D764B47A25160460FF4B13F90D3461EE2F + ProductCode: Mp3tag +- Architecture: x64 + InstallerUrl: https://download.mp3tag.de/mp3tagv327a-x64-setup.exe + InstallerSha256: 4FCF96D0FB2FB3AC649803ECF927D260437E05E5F762A98EC5C01770B351FE1F + ProductCode: Mp3tag +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FlorianHeidenreich/Mp3tag/3.27a/FlorianHeidenreich.Mp3tag.locale.en-US.yaml b/manifests/f/FlorianHeidenreich/Mp3tag/3.27a/FlorianHeidenreich.Mp3tag.locale.en-US.yaml new file mode 100644 index 0000000000000..a41393375fb97 --- /dev/null +++ b/manifests/f/FlorianHeidenreich/Mp3tag/3.27a/FlorianHeidenreich.Mp3tag.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FlorianHeidenreich.Mp3tag +PackageVersion: 3.27a +PackageLocale: en-US +Publisher: Florian Heidenreich +PublisherUrl: https://www.mp3tag.de/en +PublisherSupportUrl: https://www.mp3tag.de/en/support.html +PrivacyUrl: https://www.mp3tag.de/en/privacy.html +Author: Florian Heidenreich +PackageName: Mp3tag +PackageUrl: https://www.mp3tag.de/en/ +License: Freeware +# LicenseUrl: +Copyright: © 1999—2024 Florian Heidenreich. All rights reserved. +# CopyrightUrl: +ShortDescription: The universal tag editor and more... +Description: |- + Mp3tag is a powerful and easy-to-use tool to edit metadata of audio files. + It supports batch tag-editing of ID3v1, ID3v2.3, ID3v2.4, iTunes MP4, WMA, Vorbis Comments and APE Tags for multiple files at once covering a variety of audio formats. + Furthermore, it supports online database lookups from, e.g., Discogs, MusicBrainz or freedb, allowing you to automatically gather proper tags and download cover art for your music library. + You can rename files based on the tag information, replace characters or words in tags and filenames, import/export tag information, create playlists and more. +Moniker: mp3tag +Tags: +- audio +- id3 +- mp3 +- music +- tag +ReleaseNotes: |- + FIX: iTunes MP4 fields `iTunNORM` and `iTunSMPB` were removed on tag update (since v3.26a beta). (#65670) + LNG: updated French and Polish translation. +ReleaseNotesUrl: https://www.mp3tag.de/en/changelog.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.mp3tag.de/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FlorianHeidenreich/Mp3tag/3.26/FlorianHeidenreich.Mp3tag.locale.zh-CN.yaml b/manifests/f/FlorianHeidenreich/Mp3tag/3.27a/FlorianHeidenreich.Mp3tag.locale.zh-CN.yaml similarity index 91% rename from manifests/f/FlorianHeidenreich/Mp3tag/3.26/FlorianHeidenreich.Mp3tag.locale.zh-CN.yaml rename to manifests/f/FlorianHeidenreich/Mp3tag/3.27a/FlorianHeidenreich.Mp3tag.locale.zh-CN.yaml index c7cf0388c763c..494cfdfb88a94 100644 --- a/manifests/f/FlorianHeidenreich/Mp3tag/3.26/FlorianHeidenreich.Mp3tag.locale.zh-CN.yaml +++ b/manifests/f/FlorianHeidenreich/Mp3tag/3.27a/FlorianHeidenreich.Mp3tag.locale.zh-CN.yaml @@ -1,39 +1,39 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: FlorianHeidenreich.Mp3tag -PackageVersion: "3.26" -PackageLocale: zh-CN -Publisher: Florian Heidenreich -PublisherUrl: https://www.mp3tag.de/en -PublisherSupportUrl: https://www.mp3tag.de/en/support.html -PrivacyUrl: https://www.mp3tag.de/en/privacy.html -Author: Florian Heidenreich -PackageName: Mp3tag -PackageUrl: https://www.mp3tag.de/en/ -License: 免费软件 -# LicenseUrl: -Copyright: © 1999—2024 Florian Heidenreich. All rights reserved. -# CopyrightUrl: -ShortDescription: 通用标签编辑器,以及更多…… -Description: |- - Mp3tag 是一款功能强大、简单易用的音频文件元数据编辑工具。 - 支持批量编辑 ID3v1、ID3v2.3、ID3v2.4、iTunes MP4、WMA、Vorbis Comment 和 APE Tags,一次可编辑多个文件,涵盖+多种音频格式。 - 此外,它还支持从 Discogs、MusicBrainz 或 freedb 等在线数据库查找,让你可以自动收集适当的标签,并为你的音乐库下载封面。 - 你可以根据标签信息重新命名文件,替换标签和文件名中的字符或单词,导入/导出标签信息,创建播放列表等。 -# Moniker: -Tags: -- id3 -- mp3 -- 标签 -- 音乐 -- 音频 -# ReleaseNotes: -ReleaseNotesUrl: https://www.mp3tag.de/en/changelog.html -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://docs.mp3tag.de/ -ManifestType: locale -ManifestVersion: 1.6.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FlorianHeidenreich.Mp3tag +PackageVersion: 3.27a +PackageLocale: zh-CN +Publisher: Florian Heidenreich +PublisherUrl: https://www.mp3tag.de/en +PublisherSupportUrl: https://www.mp3tag.de/en/support.html +PrivacyUrl: https://www.mp3tag.de/en/privacy.html +Author: Florian Heidenreich +PackageName: Mp3tag +PackageUrl: https://www.mp3tag.de/en/ +License: 免费软件 +# LicenseUrl: +Copyright: © 1999—2024 Florian Heidenreich. All rights reserved. +# CopyrightUrl: +ShortDescription: 通用标签编辑器,以及更多…… +Description: |- + Mp3tag 是一款功能强大、简单易用的音频文件元数据编辑工具。 + 支持批量编辑 ID3v1、ID3v2.3、ID3v2.4、iTunes MP4、WMA、Vorbis Comment 和 APE Tags,一次可编辑多个文件,涵盖+多种音频格式。 + 此外,它还支持从 Discogs、MusicBrainz 或 freedb 等在线数据库查找,让你可以自动收集适当的标签,并为你的音乐库下载封面。 + 你可以根据标签信息重新命名文件,替换标签和文件名中的字符或单词,导入/导出标签信息,创建播放列表等。 +# Moniker: +Tags: +- id3 +- mp3 +- 标签 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://www.mp3tag.de/en/changelog.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.mp3tag.de/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FlorianHeidenreich/Mp3tag/3.27a/FlorianHeidenreich.Mp3tag.yaml b/manifests/f/FlorianHeidenreich/Mp3tag/3.27a/FlorianHeidenreich.Mp3tag.yaml new file mode 100644 index 0000000000000..ba42c41dc61e9 --- /dev/null +++ b/manifests/f/FlorianHeidenreich/Mp3tag/3.27a/FlorianHeidenreich.Mp3tag.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FlorianHeidenreich.Mp3tag +PackageVersion: 3.27a +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.19.0/Flow-Launcher.Flow-Launcher.installer.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.19.0/Flow-Launcher.Flow-Launcher.installer.yaml new file mode 100644 index 0000000000000..d7c6fa8efdc12 --- /dev/null +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.19.0/Flow-Launcher.Flow-Launcher.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Flow-Launcher.Flow-Launcher +PackageVersion: 1.19.0 +InstallerLocale: en-US +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ReleaseDate: 2024-08-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v1.19.0/Flow-Launcher-Setup.exe + InstallerSha256: 3A13E9C2AD6F4B6F7DE13F7FD7124EDE1B44236E1AA51E84EEE9E981BDF36439 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.19.0/Flow-Launcher.Flow-Launcher.locale.en-US.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.19.0/Flow-Launcher.Flow-Launcher.locale.en-US.yaml new file mode 100644 index 0000000000000..be01ae796b341 --- /dev/null +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.19.0/Flow-Launcher.Flow-Launcher.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Flow-Launcher.Flow-Launcher +PackageVersion: 1.19.0 +PackageLocale: en-US +Publisher: Flow-Launcher Team +PublisherUrl: https://github.com/Flow-Launcher/Flow.Launcher +PublisherSupportUrl: https://github.com/Flow-Launcher/Flow.Launcher/issues +Author: Flow-Launcher Team +PackageName: Flow Launcher +PackageUrl: https://github.com/Flow-Launcher/Flow.Launcher +License: MIT +LicenseUrl: https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/dev/LICENSE +Copyright: Copyright (c) 2019 Flow-Launcher +CopyrightUrl: https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/dev/LICENSE +ShortDescription: Keystroke launcher for Windows to search, manage and launch files, folders bookmarks, websites and more. +Tags: +- bookmarks +- calculator +- launcher +- plugins +- productivity +- search +ReleaseNotes: |- + Features + - Add external preview support. + Preview can now be changed to use any third party preview tools via a plugin. + - Added the ability to use QuickLook for previewing files. + Look for the QuickLook plugin in the Plugin Store. + - Explorer plugin can now open Windows native context menu via Alt + Enter or Flow's own context menu. + - The search window can now be resized with the mouse. + - Added support for installing plugin locally. + - Added ability in the search window to cycle through search history with Up Arrow or Alt + Up Arrow keys. + - Explorer plugin has a new added option to exclude specific file types. + - Added a new option to enable/disable Everything's run count in Explorer plugin. + - Updated Flow's error icon for better visual communication. + - Updated Explorer plugin icons to align with design standards. + - Added a special tray icon when running local development build. + - Add an option to hide uninstallers from results in the Program plugin. + - Flow's install file size has been slightly reduced. + - Refined the hotkey system for better user experience and functionality. + Bug Fixes + - Fixed QTTabBar support. + It can now be configured via settings. + - Fixed Explorer plugin's Everything search not honouring the max number of results that should be returned. + It now defaults to returning 100 results from search. + - Fixed an issues causing partial environment variable search to not work in Explorer plugin. + - Fixed an issue where mouse hovering over results was interfering with keyboard navigation. + - Added new translations, including new Vietnamese language support. + - Localized start-up messages about missing Python/NodeJS installation. + - Fixed a minor Plugin Manager setting panel UI issue. + - Fixed DPI scaling issues. + - Fixed search window's display positioning in certain setups. + - Correctly display clock and date preview in settings window based on the language selected. + - Fixed an issue where search queries were unnecessarily re-running. + - Tweaked minor issues in the settings window UI display. + - Made adjustments to the preview panel for better usability. + - Updated Program plugin's caching policy for improved performance. + - Ensured the settings window is centered correctly on first launch. + - Made adjustments to themes for better visual consistency. + - Fixed ComboBox control localization in the settings window to ensure new language change is reflected immediately. + - Fixed localization issues with ToggleSwitch controls in the settings window. + - Localized the start-up error message about not able to register hotkey. + - Minor fixes made to the Calculator plugin. + - Fixed an issue where animation sound was not working due to missing Windows Media Player on user machine. + - Added some support for screen readers to improve accessibility. + - Fixed Shell Plugin to use shell execute. +ReleaseNotesUrl: https://github.com/Flow-Launcher/Flow.Launcher/releases/tag/v1.19.0 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.19.0/Flow-Launcher.Flow-Launcher.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.19.0/Flow-Launcher.Flow-Launcher.yaml new file mode 100644 index 0000000000000..b0bd9cf3c146a --- /dev/null +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.19.0/Flow-Launcher.Flow-Launcher.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Flow-Launcher.Flow-Launcher +PackageVersion: 1.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.19.1/Flow-Launcher.Flow-Launcher.installer.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.19.1/Flow-Launcher.Flow-Launcher.installer.yaml new file mode 100644 index 0000000000000..430a1f031c949 --- /dev/null +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.19.1/Flow-Launcher.Flow-Launcher.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Flow-Launcher.Flow-Launcher +PackageVersion: 1.19.1 +InstallerLocale: en-US +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v1.19.1/Flow-Launcher-Setup.exe + InstallerSha256: C53B201966C944D132FB0A2BE6C049F957D541D2107A75A87A5715C0F6EC8581 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.19.1/Flow-Launcher.Flow-Launcher.locale.en-US.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.19.1/Flow-Launcher.Flow-Launcher.locale.en-US.yaml new file mode 100644 index 0000000000000..2e3c42e57583a --- /dev/null +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.19.1/Flow-Launcher.Flow-Launcher.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Flow-Launcher.Flow-Launcher +PackageVersion: 1.19.1 +PackageLocale: en-US +Publisher: Flow-Launcher Team +PublisherUrl: https://github.com/Flow-Launcher/Flow.Launcher +PublisherSupportUrl: https://github.com/Flow-Launcher/Flow.Launcher/issues +Author: Flow-Launcher Team +PackageName: Flow Launcher +PackageUrl: https://github.com/Flow-Launcher/Flow.Launcher +License: MIT +LicenseUrl: https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/dev/LICENSE +Copyright: Copyright (c) 2019 Flow-Launcher +CopyrightUrl: https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/dev/LICENSE +ShortDescription: Keystroke launcher for Windows to search, manage and launch files, folders bookmarks, websites and more. +Tags: +- bookmarks +- calculator +- launcher +- plugins +- productivity +- search +ReleaseNotes: |- + Bug Fixes + - Fixed Explorer plugin to show an "Enabled" column in Customize Action Keyword settings tab for better clarity over the status of action keywords. + - Fixed Node.js path select error in settings window. + - Translations have been added +ReleaseNotesUrl: https://github.com/Flow-Launcher/Flow.Launcher/releases/tag/v1.19.1 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.19.1/Flow-Launcher.Flow-Launcher.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.19.1/Flow-Launcher.Flow-Launcher.yaml new file mode 100644 index 0000000000000..2fb746888616c --- /dev/null +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.19.1/Flow-Launcher.Flow-Launcher.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Flow-Launcher.Flow-Launcher +PackageVersion: 1.19.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.100/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.100/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..d989439326dbe --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.100/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.100 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.100/flyctl_0.2.100_Windows_x86_64.zip + InstallerSha256: EB947EA8D6BF05D74CB0BC72D3A1B9097AF96F154F4D4B23FCA7153F2D5CDDF3 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.100/flyctl_0.2.100_Windows_arm64.zip + InstallerSha256: 92707C3402D5919271310A81E1F13C03831BE73FAAC2A374881D02E4FD733020 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.100/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.100/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..ad15e2d383822 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.100/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.100 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 10e2b90c Add ability to configure Postgres backups (#3750) + - 3f011d9b Disable backup/cluster creation/enabling on clusters with less than 512 MB of RAM (#3753) + - da9eb756 fly launch --attach: (#3791) + - 9f7cda59 fix ignoring yes on existing configs (#3787) + - 0860e724 update apps destroy for parity with machines destroy (#3788) + - dc94006f Include Fly infra domains in the allowed domains list for synthetic checks (#3790) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.100 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.100/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.100/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..e48872747a152 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.100/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.100 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.100 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.100/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.100/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..e16243f828f60 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.100/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.100 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.101/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.101/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..e3a8fcbdabd63 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.101/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.101 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.101/flyctl_0.2.101_Windows_x86_64.zip + InstallerSha256: 55175C14E5225CFF0BC95E6075E8C5907F2AEFEB2F858868C6B5F014BE610232 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.101/flyctl_0.2.101_Windows_arm64.zip + InstallerSha256: 372A19F7BF5F0E4125DD438F2A52E001D334C4E186E99362AD7AEC2BA3D62662 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.101/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.101/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..9afa71df85a82 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.101/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.101 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 3debb29b Support builds via depot.dev (#3688) + - 25aee9ce remove fmt (#3797) + - cdd58d00 Initialize empty options map if nil, and set the default plan for redis update (#3795) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.101 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.101/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.101/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..2beb4b21d627e --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.101/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.101 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.101 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.101/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.101/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..3ecc9dbc93b04 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.101/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.102/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.102/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..b80d66e5afd4e --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.102/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.102 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.102/flyctl_0.2.102_Windows_x86_64.zip + InstallerSha256: 2BBB83FA88F1001F19F4775B38B768D3FD5D482259A648E15510D80BD9D80672 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.102/flyctl_0.2.102_Windows_arm64.zip + InstallerSha256: 591155E32692C8C88E6081312A0FD212C74FD452BFF0B4FCB492122E10A5B411 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.102/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.102/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..fbcf0618c7398 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.102/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.102 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 7f4afe8b Make sure to finish the depot build at the correct time (#3802) + - 291e5341 Commands for managing Fly MySQL databases (#3780) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.102 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.102/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.102/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..9afa6f9986613 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.102/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.102 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.102 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.102/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.102/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..437ec501ad535 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.102/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.102 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.103/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.103/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..dffd5794ab7e3 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.103/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.103 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.103/flyctl_0.2.103_Windows_x86_64.zip + InstallerSha256: 2937C9762DD91AADF336E55C2698338E5EE9303F3C05C2AB215A272601D7F449 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.103/flyctl_0.2.103_Windows_arm64.zip + InstallerSha256: AD85E6974F41193AE144A1A029A8916F466605DF82680AAB039B97344F17ED1C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.103/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.103/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..0e1b0e0ba7b04 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.103/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.103 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - f4ae6f03 Add --fs-type from #2527 (#3302) + - 79c9b044 build: remove github.com/vektah/gqlparser (#3796) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.103 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.103/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.103/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..d9a03e8c19f86 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.103/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.103 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.103 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.103/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.103/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..05e0484bd13e9 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.103/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.103 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.104/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.104/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..28b2b56c45f25 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.104/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.104 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.104/flyctl_0.2.104_Windows_x86_64.zip + InstallerSha256: 8D5BDB987276FA942FE4A435277BEAFC80034018E6154C59FB8A6255B78409F9 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.104/flyctl_0.2.104_Windows_arm64.zip + InstallerSha256: 2AA0ACF7E0BDD85C32B8FE8E221AC894EF5D55285E8B84226AAFC5AB4BB7D6F3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.104/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.104/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..4b203794df10c --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.104/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.104 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - ef584571 Send release metadata while updating the release (#3798) + - 0c5cf93a Add more MySQL commands (#3806) + - e7d4a061 Add helper to simplify Flex version checks. (#3805) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.104 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.104/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.104/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..460624fa1dfd8 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.104/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.104 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.104 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.104/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.104/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..5c05ff9380a64 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.104/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.104 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.106/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.106/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..eda38920ecc3c --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.106/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.106 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.106/flyctl_0.2.106_Windows_x86_64.zip + InstallerSha256: 52E117467FF1869F48936779C5D206E761A268D48FA6D2FAF5C4E51B0E74948F +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.106/flyctl_0.2.106_Windows_arm64.zip + InstallerSha256: 74E0C8782CF000F198ADF788FFF3B01A5F544E086C555236980D432F9062485C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.106/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.106/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..cb59cf815eed7 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.106/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.106 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 96a1c9fa Bump the golangx group with 4 updates (#3819) + - d322ce83 Read the --org flag when running the flyctl tokens list command (#3799) + - faab36ae \Better handling for Postgres image versions and features on Stolon clusters (#3803) + - 25aa2b70 build: remove github.com/heroku/heroku-go/v5 (#3804) + - f87ff734 fix typo on internal/command/apps/destroy.go (#3812) + - 47ae2934 Machine lease UX improvements (#3815) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.106 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.106/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.106/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..c0baf40a823ae --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.106/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.106 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.106 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.106/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.106/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..37df2caa9a8c3 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.106/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.106 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.107/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.107/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..a550aaa90b1e7 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.107/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.107 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.107/flyctl_0.2.107_Windows_x86_64.zip + InstallerSha256: D1D395DC21E2989629F42D161CD491726A776F50C760F437A38E1953EB981C84 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.107/flyctl_0.2.107_Windows_arm64.zip + InstallerSha256: 509D51030CFB732F418E6B30FC5FC38D27C8DACDC0D7D24B0696725EA6E339DD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.107/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.107/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..5eb4aa8ec1016 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.107/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.107 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 87aa565a support --volume on fly console (#3818) + - 6dbf77d6 Bump github.com/buildpacks/pack from 0.35.0 to 0.35.1 (#3821) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.107 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.107/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.107/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..21e3eb5664973 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.107/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.107 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.107 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.107/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.107/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..5429f77e7c501 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.107/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.107 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.108/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.108/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..a1468b6df4d84 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.108/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.108 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.108/flyctl_0.2.108_Windows_x86_64.zip + InstallerSha256: 9FED997FB800D0DE7B79CFAE9B0ABA904678993BFB1F7723D0F798B6B497EC91 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.108/flyctl_0.2.108_Windows_arm64.zip + InstallerSha256: 4DB6B5A9A0A4BF50DF8B7FD0567AFC287401D0861C5C2968BC6055B4E28956AC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.108/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.108/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..de409c93a8fb2 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.108/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.108 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 4b3bdbdd Bump the golangx group with 4 updates (#3823) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.108 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.108/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.108/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..827c811bed6cd --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.108/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.108 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.108 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.108/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.108/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..4c2f0323d45f5 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.108/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.108 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.109/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.109/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..a20b1394304b6 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.109/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.109 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.109/flyctl_0.2.109_Windows_x86_64.zip + InstallerSha256: 9238E97AC7673019D5C875514F3AD5B84A1F507D44F638CE22D0D42848733D77 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.109/flyctl_0.2.109_Windows_arm64.zip + InstallerSha256: B7DC1CC17243E97087B437401A6401178D97930E17C44E55BB3D68EBE9AFDC2B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.109/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.109/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..a96fb2fbe25a8 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.109/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.109 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - c0a1cf95 Update fly auth token desc (#3824) + - d66c0eb4 remove platform version from machine list view (#3811) + - d8dca836 fix downtime causing bug during rolling deployments (#3817) + - 0e5d2d14 Allow fly logs to read --machine flag (#3820) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.109 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.109/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.109/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..24dd74fdc91aa --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.109/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.109 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.109 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.109/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.109/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..f5756b433e63b --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.109/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.109 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.110/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.110/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..b57f1d9e168da --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.110/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.110 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-12 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.110/flyctl_0.2.110_Windows_x86_64.zip + InstallerSha256: 43D512124FAA00CB2E10C5F11A8A0063DFDF177E483B6348DC39ABD314224004 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.110/flyctl_0.2.110_Windows_arm64.zip + InstallerSha256: 45460D32014BB96264E99AAB92EE53B5C4138F33524F6E8FBF316D1E29587671 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.110/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.110/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..928e46bfdcbbc --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.110/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.110 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 1497bac6 don't pin debian version (#3829) + - 047b8e2a Bump golang.org/x/sys from 0.23.0 to 0.24.0 in the golangx group (#3826) + - 2dc801e9 surface idle timeout functionality (#3827) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.110 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.110/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.110/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..a4eba745b39fe --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.110/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.110 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.110 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.110/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.110/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..af9e5f6c0e2fa --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.110/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.110 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.111/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.111/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..2a8fc04628373 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.111/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.111 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.111/flyctl_0.2.111_Windows_x86_64.zip + InstallerSha256: A178D1B741ED0B4B05577DA1BF2B1899AB39088829A7A8E50379383F3F8FDE39 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.111/flyctl_0.2.111_Windows_arm64.zip + InstallerSha256: 34CA6FC1511655FB137F5168450ABD0D9DCC98C7799D4E2CB94E31CC570F9E4A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.111/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.111/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..416d0fed8c313 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.111/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.111 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 5789248f Allow updating MySQL cluster settings (#3839) + - a4ead76a fly pg unregister hook: update for new node names (#3836) + - 3c430bba Sync docs after the automated release (#3835) + - 3d2730f6 Replace deprecated nhooyr.io/websocket by maintained github.com/coder/websocket (#3832) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.111 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.111/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.111/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..09750c4b9a7be --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.111/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.111 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.111 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.111/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.111/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..0d8c3fd3939b4 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.111/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.111 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.112/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.112/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..fb83b2a958826 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.112/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.112 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.112/flyctl_0.2.112_Windows_x86_64.zip + InstallerSha256: C7731780EFA52A8B1C7731FC80117F5F6A56C954DD60FB69C3C3C31A16E340C8 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.112/flyctl_0.2.112_Windows_arm64.zip + InstallerSha256: D40B5222F513108E449D9654CAB63FECA2C3F2967F2EE84AFFCCFACF26E95391 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.112/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.112/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..3a7d145939e41 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.112/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.112 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 1e91c271 add runtime to plan for rails, node, and bun (#3846) + - fc8efd92 Bump github.com/samber/lo from 1.46.0 to 1.47.0 (#3843) + - 53fb60cc Dealing with unreachable machines on dead hosts (#3840) + - 17481a5f Fix specification of mysql options at create time (#3845) + - 561426bf Send buildID + build type to web (#3825) + - f7be10dd Allow specifying org name when launching (#3837) + - 40c4ad96 Don't ignore result of confirmation prompt when updating Postgres config (#3838) + - 74d175a1 Initial fly launch plan implementation (#3834) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.112 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.112/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.112/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..263a2538746f1 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.112/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.112 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.112 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.112/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.112/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..55d50dfd08e81 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.112/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.112 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.114/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.114/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..89a5ac2aa1c8a --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.114/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.114 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.114/flyctl_0.2.114_Windows_x86_64.zip + InstallerSha256: 6C7E93BD4F4CDF410AD3ED81A78FC6E03E5DB7BFAE1E311941AE095CFAB84970 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.114/flyctl_0.2.114_Windows_arm64.zip + InstallerSha256: 3EC8ED1BE763E4C30AC5CDC9D55DCF3EAFB24F7689211DBA7638FCBEA6A29160 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.114/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.114/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..559d19da5b3c5 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.114/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.114 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - de9e822f4 Inventing deploy manifest (#3769) + - 32dd7e59d show proper count of machines to be deleted when using fly machines destroy --force --image (#3861) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.114 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.114/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.114/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..76b67bb855ba8 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.114/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.114 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.114 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.114/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.114/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..bc4b2dfdbb019 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.114/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.114 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.115/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.115/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..24764754563d7 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.115/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.115 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.115/flyctl_0.2.115_Windows_x86_64.zip + InstallerSha256: BE30957A82E2E6794BBBD6BBBCF7A4187415A8A9A15DA3531332F91C1D801F47 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.115/flyctl_0.2.115_Windows_arm64.zip + InstallerSha256: C9CC196EF772D5B838A6C689FF263BC545B3FD689664E87CC37FCBE3EF4BF3FD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.115/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.115/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..57f0788543724 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.115/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.115 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 885dd1696 test: make Postgres tests more stable (#3857) + - 0ee407179 Enable Tigris support for Laravel apps (#3866) + - fe8ed2548 Support for scanners to add custom key name to replace an extension's secret key name (#3851) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.115 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.115/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.115/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..74dad39deeeca --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.115/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.115 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.115 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.115/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.115/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..532e0983a33ed --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.115/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.115 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.116/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.116/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..afcca7e9f54fe --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.116/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.116 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.116/flyctl_0.2.116_Windows_x86_64.zip + InstallerSha256: 7A10874DDC20526E3A20F34667FF66F84AE33C58575899C23A5C68EB96A14C3A +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.116/flyctl_0.2.116_Windows_arm64.zip + InstallerSha256: 23EA6C5FA71952A33B6A4E62727CA799868B35F44C94F5E3E55BFE001E941E16 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.116/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.116/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..c8db36b945100 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.116/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.116 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - a30f319b5 Deprecate fly auth token command (#3872) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.116 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.116/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.116/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..45779be18e8ec --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.116/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.116 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.116 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.116/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.116/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..a07f3a51b12a9 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.116/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.116 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.117/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.117/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..d93da396336c2 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.117/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.117 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.117/flyctl_0.2.117_Windows_x86_64.zip + InstallerSha256: 9B62402424900742DF36E8EF620915290894FEA109AD70E971E0DDCB04FEB404 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.117/flyctl_0.2.117_Windows_arm64.zip + InstallerSha256: B28B754117EED519713DAD80515576950367D212B94F944C28ACE91913AE4DBD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.117/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.117/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..dfea9bc484721 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.117/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.117 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 7817cccd5 fix: m.Config could be nil (#3848) + - 34699b24a test: TestAppsV2Example was broken (#3874) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.117 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.117/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.117/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..f451aaa07ba2e --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.117/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.117 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.117 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.117/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.117/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..5d7c28c11bd03 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.117/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.117 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.118/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.118/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..74e98832dbb7c --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.118/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.118 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.118/flyctl_0.2.118_Windows_x86_64.zip + InstallerSha256: 58D32BB6FC2DA639871E648E761750B2D1F180307C728E4DE4876B110811C998 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.118/flyctl_0.2.118_Windows_arm64.zip + InstallerSha256: F578F7734244AC72B5B17685DCDECCCAC7B7FC13635286A110A7CE2BBD36A2B8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.118/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.118/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..dd0d19676b685 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.118/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.118 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - a7a30da94 ci: bye macos-11 (#3877) + - 12802c5b6 allow specifying builder scope for a single app or an org (#3869) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.118 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.118/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.118/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..daecd73d18c21 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.118/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.118 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.118 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.118/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.118/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..ff53f755af9dd --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.118/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.118 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.119/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.119/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..057eaa2bcf4d3 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.119/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.119 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.119/flyctl_0.2.119_Windows_x86_64.zip + InstallerSha256: A97D8B3BF4EC67090BEF84A8109E3D454D6719FA928B2915B92535910FF9667D +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.119/flyctl_0.2.119_Windows_arm64.zip + InstallerSha256: 719C68000359BEF8B28AA0F5D55057D94B9404A382AB9A63E0002B2198959372 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.119/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.119/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..dcaf0dd379600 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.119/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.119 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - ec54ad94d correctly fix builderScopeString being "" (#3881) + - 5fed40be8 fix default value for depot-scope (#3880) + - ddf6ed145 Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 (#3878) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.119 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.119/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.119/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..f9ebd4472878f --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.119/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.119 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.119 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.119/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.119/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..b0b6c6832cf9c --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.119/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.119 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.120/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.120/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..c62c5d52bea51 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.120/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.120 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.120/flyctl_0.2.120_Windows_x86_64.zip + InstallerSha256: E67ECCFF84FFD751157715642339F2A9C70C64C179E679D5A1A25360C967D222 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.120/flyctl_0.2.120_Windows_arm64.zip + InstallerSha256: B4ADB52700CB9D7D11E4821342A6170269043D792E51E19E3FC2CDA79CAA595F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.120/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.120/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..815103f6790ae --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.120/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.120 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - f0232893c Bump github.com/miekg/dns from 1.1.61 to 1.1.62 (#3855) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.120 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.120/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.120/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..ea77b7e137ece --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.120/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.120 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.120 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.120/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.120/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..16d6d0793b1de --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.120/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.120 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.121/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.121/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..56a26c76b0699 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.121/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.121 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.121/flyctl_0.2.121_Windows_x86_64.zip + InstallerSha256: 7F836210F7B8D2017BC66AA90103CBADDCA1984E2221319635AD9539D4FF3B16 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.121/flyctl_0.2.121_Windows_arm64.zip + InstallerSha256: DAF77BE99F4FD9247F0820C52CF17F3061FACFFAAD24F251CFB7E2D7FEAEC4A7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.121/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.121/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..4f6af297248aa --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.121/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.121 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 307adcca1 Scan the composer.json file for php version (#3873) + - 65361c5a4 Bump github.com/superfly/fly-go from 0.1.26 to 0.1.27 (#3888) + - b0ce2a242 add FLY_STANDBY_FOR environment variable to standby machine (#3800) + - 3382f713e fix: don't create machines in parallel (#3876) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.121 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.121/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.121/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..a69b3dd0b69dd --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.121/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.121 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.121 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.121/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.121/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..d64adc5ba2412 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.121/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.121 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.122/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.122/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..1f9e53cc5ea86 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.122/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.122 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.122/flyctl_0.2.122_Windows_x86_64.zip + InstallerSha256: C6151E93E5E6A098408700EEB8C3CC90246748B3F91E0C8E9829131F4C137647 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.122/flyctl_0.2.122_Windows_arm64.zip + InstallerSha256: 39F53EDF1BAECCB7CFD63F61CAD241166780E7C823226B31BA72B981F201D0FD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.122/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.122/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..2485b0693a30f --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.122/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.122 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - a239452a8 refresh info about unattached vols each update retry (#3889) + - 2eff0a239 Bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3 (#3893) + - 551d35708 Bump the tracing group across 1 directory with 5 updates (#3897) + - db0cf1d21 Fix panic when cloning a standby machine (#3896) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.122 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.122/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.122/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..6d4958494432f --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.122/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.122 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.122 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.122/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.122/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..99cbed33729a2 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.122/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.122 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.123/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.123/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..2be9e132b81a8 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.123/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.123 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.123/flyctl_0.2.123_Windows_x86_64.zip + InstallerSha256: 2AAA3C309E51F257A3DD7858D010C8BC335E119E942A2263EFDE5080DC8423D9 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.123/flyctl_0.2.123_Windows_arm64.zip + InstallerSha256: 615A1D80B92EEECC489A942B43116AF3C1A4E51A96DFFE5B76215242AE1F9E92 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.123/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.123/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..796390a52890a --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.123/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.123 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 1d007f8be add fly scale count --env (#3895) + - 5f59d3a8c Ask launchdarkly whether to use Depot as our default builder (#3900) + - 44f22a32f Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.53.0 to 0.54.0 in the tracing group (#3903) + - c00fb2758 Add condition to check nuxt on deps for detecting nuxt apps (#3868) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.123 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.123/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.123/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..89e049c99588f --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.123/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.123 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.123 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.123/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.123/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..3260beac9feee --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.123/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.123 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.124/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.124/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..8d5876beb2c5e --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.124/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.124 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-08-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.124/flyctl_0.2.124_Windows_x86_64.zip + InstallerSha256: 3DF0D5AC762BB981169CA5153CDD3AA0F7F2DC7183C4C87265E0D3448AB8D637 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.124/flyctl_0.2.124_Windows_arm64.zip + InstallerSha256: ACC3B8F6BE338F664B1455BB8B02555B6B16DD8EE9F859E86DC0C4C71913AE00 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.124/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.124/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..397f568908dd7 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.124/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.124 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 790bb3b2c add support for increment/decrement values in fly scale count (#3891) + - 53a438793 Django scanner improvements (#3894) + - 42e15e0bf Bump slackapi/slack-github-action from 1.26.0 to 1.27.0 (#3908) + - 343f7038b Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (#3909) + - 4dc3ff97a Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 (#3910) + - 74a9fb4d3 Generates a dedicated token for synthetics (#3898) + - fd26f35ee Improve error messages for failed deployments (#3856) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.124 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.124/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.124/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..c6feca540dbc8 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.124/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.124 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.124 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.124/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.124/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..25c808ddf857a --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.124/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.124 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.125/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.125/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..491fec7f073a5 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.125/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.125 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.125/flyctl_0.2.125_Windows_x86_64.zip + InstallerSha256: 65758A1885B4019DA10810260151BBAE0750A877CC316BFF2EE1F8D26F41E007 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.125/flyctl_0.2.125_Windows_arm64.zip + InstallerSha256: F29EE5727D95B619E32C8580AC4CE81D0B9819F1CB0DBDEDBA0EE9325446B78E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.125/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.125/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..b18f35116ec17 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.125/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.125 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 19c7e647c Bump github.com/mattn/go-zglob from 0.0.5 to 0.0.6 (#3913) + - 08fc0e88c Bump github.com/superfly/fly-go from 0.1.27 to 0.1.28 (#3912) + - 1d7dd13f1 Bump github.com/mattn/go-zglob from 0.0.4 to 0.0.5 (#3911) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.125 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.125/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.125/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..6aef369a1b5e7 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.125/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.125 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.125 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.125/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.125/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..76648bd5847ff --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.125/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.125 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.92/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.92/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..ada4ef8cb30e0 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.92/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.92 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.92/flyctl_0.2.92_Windows_x86_64.zip + InstallerSha256: E22F3A3C234AA0A5F89FABE5488CB1762561125DA03D29C94B62EE8FB9049884 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.92/flyctl_0.2.92_Windows_arm64.zip + InstallerSha256: E8ACE2813AE2811BEB6007E26A96A6350059D8C02EFB203A7BEF037F66FFA73E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.92/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.92/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..b86967ff22f6a --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.92/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.92 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 1fd9f30a Bump github.com/buildpacks/pack from 0.34.2 to 0.35.0 (#3752) + - 89f91a09 add --into option to fly launch (#3751) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.92 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.92/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.92/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..5234b59316c94 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.92/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.92 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.92 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.92/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.92/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..f385824c929da --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.92/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.92 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.94/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.94/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..6031bd2497ee7 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.94/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.94 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-07-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.94/flyctl_0.2.94_Windows_x86_64.zip + InstallerSha256: 0B4F032311A08F76187816820665221CFB9D933ED0BDA9764C786E80413E0E68 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.94/flyctl_0.2.94_Windows_arm64.zip + InstallerSha256: 852FFCD0316C16396ACCC2B3BAD92DDA34A84DCF11B7489D80ADF5D9207ACFC5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.94/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.94/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..f9175907ef00c --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.94/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.94 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 1bdffec0 Better recovery (#3709) + - d122e717 Feature Flag Support (#3754) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.94 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.94/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.94/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..1a1b5096aa236 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.94/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.94 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.94 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.94/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.94/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..ed5625e73f45f --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.94/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.94 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.95/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.95/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..47640ddb0c073 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.95/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.95 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-07-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.95/flyctl_0.2.95_Windows_x86_64.zip + InstallerSha256: 07415279B7E41BA367AA2CA80D6082105EA9F0E77700ED597872AA9CAB7E65E7 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.95/flyctl_0.2.95_Windows_arm64.zip + InstallerSha256: 888E572234A64D637809125628527432A00348F9E7C8D316BBD318A6E5659634 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.95/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.95/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..7de2e90eef96c --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.95/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.95 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - e4111c56 fly deploy --flycast (#3760) + - 561349c6 First iteration for synthetic checks running on flyctl (#3743) + - 4f1caf63 make some small improvements to deploy tracing (#3764) + - 603f2d93 if a launch source and target is specified, use org from currrent app (#3757) + - e7de84b9 Add --image-ref flag to fly pg backup restore. (#3759) + - 1d9cc3f7 remove debug statement: 'got port' (#3758) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.95 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.95/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.95/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..617974b2fd086 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.95/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.95 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.95 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.95/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.95/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..bcbd9a0102984 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.95/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.95 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.96/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.96/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..ff0bb71ba0353 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.96/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.96 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.96/flyctl_0.2.96_Windows_x86_64.zip + InstallerSha256: 789D940B05AA473896D840E2F1AEE5B7D00CE89C16DF64291A50655F2DF3C262 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.96/flyctl_0.2.96_Windows_arm64.zip + InstallerSha256: 1DC990B74EF6B620977B6518AC45098F23544FB829EE96F341EA71291B285B16 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.96/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.96/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..ef5f8dbfb99f8 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.96/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.96 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 0487be13 show kubernetes in fly ext help (#3766) + - e6178a12 replace the remote builder if we can't start it (#3770) + - 1d4dc84c Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (#3767) + - 445ee585 [fix] support files in release command machines (#3765) + - bb364c96 Bump github.com/gofrs/flock from 0.12.0 to 0.12.1 (#3763) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.96 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.96/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.96/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..aa8117a2e883e --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.96/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.96 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.96 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.96/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.96/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..127b31813d8dd --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.96/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.96 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.97/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.97/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..618a18e3ae15c --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.97/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.97 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.97/flyctl_0.2.97_Windows_x86_64.zip + InstallerSha256: 67CEE6377666EB2A27C616A81DF5238B1509AE72468962A4D0BBC5362063D65E +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.97/flyctl_0.2.97_Windows_arm64.zip + InstallerSha256: FABBA750CB012C6CD11564A0252B71EE5FAF065D7FC53A5B679E09EAE22FB3AC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.97/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.97/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..b06454450c911 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.97/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.97 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - b57b0b95 fix error handling and chaining in bluegreen deployments (#3778) + - aa71fa0d Allow suspended Machines to be destroyed (#3771) + - be86960a Move docs release to new release job (#3776) + - c590926d Rails scanner improvements: (#3774) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.97 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.97/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.97/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..6a380183b41ab --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.97/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.97 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.97 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.97/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.97/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..06cace6d78926 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.97/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.97 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.98/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.98/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..841c068d26595 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.98/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.98 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-07-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.98/flyctl_0.2.98_Windows_x86_64.zip + InstallerSha256: 8DECB6CF4AA134435A9CF485D810931FC235C1FB4E8D577FD12EFCEEC2BF24FF +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.98/flyctl_0.2.98_Windows_arm64.zip + InstallerSha256: 41469421B648C19C7A582E1891E3CB4D177DA051221785B9C749D283A74B558C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.98/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.98/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..a8a0f2d390067 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.98/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.98 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 142eea2f Restrict synthetic monitoring targets to Fly infra hosts (#3777) + - d2e887e4 add better output for private networking (#3783) + - ceb1cec8 fix: wait for builder machine to be started to prevent sending a bunch of restart requests (#3779) + - 45b3a6f8 Add Wafris extension commands (#3734) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.98 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.98/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.98/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..2b8d0fa19eaac --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.98/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.98 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.98 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.98/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.98/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..94254dd18b404 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.98/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.98 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.99/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.2.99/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..0731218bee60c --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.99/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.99 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-07-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.99/flyctl_0.2.99_Windows_x86_64.zip + InstallerSha256: C63C5D7E01A27DF6497597C5F0B17D0A89D607C0032DF48E7640AC419D3781ED +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.2.99/flyctl_0.2.99_Windows_arm64.zip + InstallerSha256: FBF599BC1BAE5074A50811E4B22B0C87A474213CCDB09EEFEBBB24CB4F4DAD12 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.99/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.2.99/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..e803d7625899e --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.99/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.99 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - a96c5248 return after a successful builder machine restart (#3786) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.99 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.99/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.2.99/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..d09a73a49909c --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.99/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.99 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.2.99 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.2.99/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.2.99/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..7cbafbf003034 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.2.99/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.2.99 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.1/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.3.1/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..1a19553c24b40 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.1/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.1/flyctl_0.3.1_Windows_x86_64.zip + InstallerSha256: 5E77C599A27D4FD61675C2372F6F4D09649A9D5B966BF5216050C3685F52CCBD +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.1/flyctl_0.3.1_Windows_arm64.zip + InstallerSha256: CCBF20E4546BFDB184883A3210C41E9F0E0C3317C43715969CDCB797C7F2EF8D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.1/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.3.1/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..7bf7401b3fd02 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.1/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.1 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 920d4db56 Bump rack from 2.2.6.4 to 2.2.8.1 in /example-buildpack (#3938) + - da0c2d50a test: run slow deploy-related tests in parallel (#3935) + - 8097b5a4e Bump the tracing group with 5 updates (#3936) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.1/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.3.1/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..6e5d2687de617 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.1/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.1 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.3.1 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.1/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.3.1/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..fb4317e2c0dc0 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.1/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.2/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.3.2/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..99b468e20b2e1 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.2/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2024-09-12 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.2/flyctl_0.3.2_Windows_x86_64.zip + InstallerSha256: 376153127E4B616D42CDCAAA4F9B881B66545FD93F799092CE93D7F76FAFD927 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.2/flyctl_0.3.2_Windows_arm64.zip + InstallerSha256: 8A55B7E16BE99CD1842F1F6CE878FC95D5B137E9424875ACFB3BE63E0D4204B4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.2/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.3.2/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..40108819d4186 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.2/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.2 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 3eb4638dc Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.54.0 to 0.55.0 in the tracing group (#3940) + - 8ebae5622 Bump google.golang.org/grpc from 1.66.1 to 1.66.2 (#3941) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.3.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.2/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.3.2/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..dfc326a909d28 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.2/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.2 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.3.2 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.2/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.3.2/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..9665c0add1b49 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.2/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FoldingAtHome/FoldingAtHome/7.6.21/FoldingAtHome.FoldingAtHome.installer.yaml b/manifests/f/FoldingAtHome/FoldingAtHome/7.6.21/FoldingAtHome.FoldingAtHome.installer.yaml deleted file mode 100644 index 22a422a33cf41..0000000000000 --- a/manifests/f/FoldingAtHome/FoldingAtHome/7.6.21/FoldingAtHome.FoldingAtHome.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: FoldingAtHome.FoldingAtHome -PackageVersion: 7.6.21 -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: nullsoft - Scope: machine - InstallerUrl: https://download.foldingathome.org/releases/public/release/fah-installer/windows-10-32bit/v7.6/fah-installer_7.6.21_x86.exe - InstallerSha256: 5FA372861D3219F71E836D37A78174E27AD4F54CE75C13AAD548B5D6A92154B0 - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/f/FoldingAtHome/FoldingAtHome/7.6.21/FoldingAtHome.FoldingAtHome.locale.en-US.yaml b/manifests/f/FoldingAtHome/FoldingAtHome/7.6.21/FoldingAtHome.FoldingAtHome.locale.en-US.yaml deleted file mode 100644 index fe5ae1a582193..0000000000000 --- a/manifests/f/FoldingAtHome/FoldingAtHome/7.6.21/FoldingAtHome.FoldingAtHome.locale.en-US.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: FoldingAtHome.FoldingAtHome -PackageVersion: 7.6.21 -PackageLocale: en-US -Publisher: Folding@home.org -PublisherUrl: https://foldingathome.org/?lng=en-US -PublisherSupportUrl: https://foldingathome.org/support/ -PrivacyUrl: https://foldingathome.org/support/faq/rules-policies/ -PackageName: Folding@home -PackageUrl: https://foldingathome.org/ -License: Proprietary -LicenseUrl: https://foldingathome.org/support/faq/opensource/ -Copyright: Copyright (c) 2001-2020 foldingathome.org. All Rights Reserved. -ShortDescription: Folding@home is a distributed computing project that studies protein folding and misfolding. -Moniker: foldingathome -Tags: -- distributed-computing -- citizen-cience -- protein-folding -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/f/FoldingAtHome/FoldingAtHome/7.6.21/FoldingAtHome.FoldingAtHome.yaml b/manifests/f/FoldingAtHome/FoldingAtHome/7.6.21/FoldingAtHome.FoldingAtHome.yaml deleted file mode 100644 index 3887bb5bc4bee..0000000000000 --- a/manifests/f/FoldingAtHome/FoldingAtHome/7.6.21/FoldingAtHome.FoldingAtHome.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: FoldingAtHome.FoldingAtHome -PackageVersion: 7.6.21 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 diff --git a/manifests/f/FoldingAtHome/FoldingAtHome/8.3.18/FoldingAtHome.FoldingAtHome.installer.yaml b/manifests/f/FoldingAtHome/FoldingAtHome/8.3.18/FoldingAtHome.FoldingAtHome.installer.yaml new file mode 100644 index 0000000000000..f5d038d021031 --- /dev/null +++ b/manifests/f/FoldingAtHome/FoldingAtHome/8.3.18/FoldingAtHome.FoldingAtHome.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FoldingAtHome.FoldingAtHome +PackageVersion: 8.3.18 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-12 +Installers: +- Architecture: x64 + InstallerUrl: https://download.foldingathome.org/releases/public/fah-client/windows-10-64bit/release/fah-client_8.3.18_AMD64.exe + InstallerSha256: 4868469C12D88EFDA34B55FB75F34C91422E51E1C089E25F4A9B5DEF41C5C986 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FoldingAtHome/FoldingAtHome/8.3.18/FoldingAtHome.FoldingAtHome.locale.en-US.yaml b/manifests/f/FoldingAtHome/FoldingAtHome/8.3.18/FoldingAtHome.FoldingAtHome.locale.en-US.yaml new file mode 100644 index 0000000000000..d82b16ed1bfdb --- /dev/null +++ b/manifests/f/FoldingAtHome/FoldingAtHome/8.3.18/FoldingAtHome.FoldingAtHome.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FoldingAtHome.FoldingAtHome +PackageVersion: 8.3.18 +PackageLocale: en-US +Publisher: foldingathome.org +PublisherUrl: https://foldingathome.org/ +Author: Joseph Coffland +PackageName: FAHClient +PackageUrl: https://foldingathome.org/start-folding/ +License: Proprietary +LicenseUrl: https://foldingathome.org/support/faq/opensource/ +Copyright: Copyright (c) 2001-2020 foldingathome.org. All Rights Reserved. +ShortDescription: Folding@home is a distributed computing project that studies protein folding and misfolding. +Moniker: foldingathome +Tags: +- citizen-science +- distributed-computing +- protein-folding +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FoldingAtHome/FoldingAtHome/8.3.18/FoldingAtHome.FoldingAtHome.yaml b/manifests/f/FoldingAtHome/FoldingAtHome/8.3.18/FoldingAtHome.FoldingAtHome.yaml new file mode 100644 index 0000000000000..f320bd4b83489 --- /dev/null +++ b/manifests/f/FoldingAtHome/FoldingAtHome/8.3.18/FoldingAtHome.FoldingAtHome.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FoldingAtHome.FoldingAtHome +PackageVersion: 8.3.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foldr/Foldr/3.1.0/Foldr.Foldr.installer.yaml b/manifests/f/Foldr/Foldr/3.1.0/Foldr.Foldr.installer.yaml new file mode 100644 index 0000000000000..8b3104871af9a --- /dev/null +++ b/manifests/f/Foldr/Foldr/3.1.0/Foldr.Foldr.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Foldr.Foldr +PackageVersion: 3.1.0 +InstallerLocale: en-US +InstallerType: msi +InstallerSwitches: + Silent: /q +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{4DBEA9E1-AE43-4422-AADD-4FA3363E7B1C}' +Installers: +- Architecture: x64 + InstallerUrl: https://foldr.com/downloads/clients/win/x64/FoldrSetup-x64.msi + InstallerSha256: 10CF8585BBFA6191374502FEFC9E724202FD671D543CC5D3451365AF18F01AC5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foldr/Foldr/3.1.0/Foldr.Foldr.locale.en-US.yaml b/manifests/f/Foldr/Foldr/3.1.0/Foldr.Foldr.locale.en-US.yaml new file mode 100644 index 0000000000000..f4d7790e44dce --- /dev/null +++ b/manifests/f/Foldr/Foldr/3.1.0/Foldr.Foldr.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Foldr.Foldr +PackageVersion: 3.1.0 +PackageLocale: en-US +Publisher: Minnow IT +PackageName: Foldr +License: MIT License +ShortDescription: Foldr for Windows +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foldr/Foldr/3.1.0/Foldr.Foldr.yaml b/manifests/f/Foldr/Foldr/3.1.0/Foldr.Foldr.yaml new file mode 100644 index 0000000000000..99fde1e4c0d53 --- /dev/null +++ b/manifests/f/Foldr/Foldr/3.1.0/Foldr.Foldr.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Foldr.Foldr +PackageVersion: 3.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/ForgQi/biliup-rs/0.2.1/ForgQi.biliup-rs.installer.yaml b/manifests/f/ForgQi/biliup-rs/0.2.1/ForgQi.biliup-rs.installer.yaml new file mode 100644 index 0000000000000..a6cb3504683ed --- /dev/null +++ b/manifests/f/ForgQi/biliup-rs/0.2.1/ForgQi.biliup-rs.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ForgQi.biliup-rs +PackageVersion: 0.2.1 +InstallerType: zip +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-08-05 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: biliupR-v0.2.1-x86_64-windows\biliup.exe + PortableCommandAlias: biliup + InstallerUrl: https://github.com/biliup/biliup-rs/releases/download/v0.2.1/biliupR-v0.2.1-x86_64-windows.zip + InstallerSha256: C88733206D45A5A0D2E57B6C1ADD9C6DE887DEFAB8A64AA16A3B821CCECDEEB6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/ForgQi/biliup-rs/0.2.1/ForgQi.biliup-rs.locale.en-US.yaml b/manifests/f/ForgQi/biliup-rs/0.2.1/ForgQi.biliup-rs.locale.en-US.yaml new file mode 100644 index 0000000000000..25e03360938a6 --- /dev/null +++ b/manifests/f/ForgQi/biliup-rs/0.2.1/ForgQi.biliup-rs.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ForgQi.biliup-rs +PackageVersion: 0.2.1 +PackageLocale: en-US +Publisher: ForgQi +PublisherUrl: https://github.com/ForgQi +PublisherSupportUrl: https://github.com/ForgQi/biliup-rs/issues +# PrivacyUrl: +Author: ForgQi +PackageName: biliup-rs +PackageUrl: https://biliup.github.io/biliup-rs +License: MIT +LicenseUrl: https://github.com/ForgQi/biliup-rs/blob/master/LICENSE +Copyright: Copyright (c) 2024 ForgQi +# CopyrightUrl: +ShortDescription: A command-line tool for uploading videos to Bilibili +Description: biliup-rs is a command-line tool for uploading videos to Bilibili with multiple pages. It supports selecting upload servers and setting max connections number to ensure that uploading to foreign servers can run at full speed. It supports SMS login, password login, QR code login and browser login, and stores the cookie and token returned after login in cookie.json for use in other projects. +# Moniker: +Tags: +- bilibili +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/biliup/biliup-rs/releases/tag/v0.2.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/ForgQi/biliup-rs/0.2.1/ForgQi.biliup-rs.locale.zh-CN.yaml b/manifests/f/ForgQi/biliup-rs/0.2.1/ForgQi.biliup-rs.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1282de2561de6 --- /dev/null +++ b/manifests/f/ForgQi/biliup-rs/0.2.1/ForgQi.biliup-rs.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ForgQi.biliup-rs +PackageVersion: 0.2.1 +PackageLocale: zh-CN +Publisher: ForgQi +PublisherUrl: https://github.com/ForgQi +PublisherSupportUrl: https://github.com/ForgQi/biliup-rs/issues +# PrivacyUrl: +Author: ForgQi +PackageName: biliup-rs +PackageUrl: https://biliup.github.io/biliup-rs +License: MIT +LicenseUrl: https://github.com/ForgQi/biliup-rs/blob/master/LICENSE +Copyright: Copyright (c) 2024 ForgQi +# CopyrightUrl: +ShortDescription: B 站命令行投稿工具 +Description: biliup-rs 是一个 B 站命令行投稿工具,支持多 P 投稿,支持上传线路选择、并发数设置,保证国外服务器上传速度可跑满带宽。支持短信登录、账号密码登录、扫码登录、浏览器登录,并将登录后返回的 cookie 和 token 保存在 cookie.json 中,可用于其它项目。 +# Moniker: +Tags: +- bilibili +- b站 +- 哔哩哔哩 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/biliup/biliup-rs/releases/tag/v0.2.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/ForgQi/biliup-rs/0.2.1/ForgQi.biliup-rs.yaml b/manifests/f/ForgQi/biliup-rs/0.2.1/ForgQi.biliup-rs.yaml new file mode 100644 index 0000000000000..9124c33a86a5b --- /dev/null +++ b/manifests/f/ForgQi/biliup-rs/0.2.1/ForgQi.biliup-rs.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ForgQi.biliup-rs +PackageVersion: 0.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fork/Fork/1.99.3/Fork.Fork.installer.yaml b/manifests/f/Fork/Fork/1.99.3/Fork.Fork.installer.yaml new file mode 100644 index 0000000000000..3ef08acc4d407 --- /dev/null +++ b/manifests/f/Fork/Fork/1.99.3/Fork.Fork.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fork.Fork +PackageVersion: 1.99.3 +InstallerLocale: en-US +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /s + SilentWithProgress: /s +UpgradeBehavior: install +ReleaseDate: 2024-07-19 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.fork.dev/win/Fork-1.99.3.exe + InstallerSha256: ECE440486747BE361900595E3CD3CCC9F31491919B56AE6ADB9A33B67A761F4F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fork/Fork/1.99.3/Fork.Fork.locale.en-US.yaml b/manifests/f/Fork/Fork/1.99.3/Fork.Fork.locale.en-US.yaml new file mode 100644 index 0000000000000..6ecab60be633b --- /dev/null +++ b/manifests/f/Fork/Fork/1.99.3/Fork.Fork.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Fork.Fork +PackageVersion: 1.99.3 +PackageLocale: en-US +Publisher: Fork +PublisherUrl: https://fork.dev/ +Author: Fork +PackageName: Fork - a fast and friendly git client +PackageUrl: https://fork.dev/ +License: Proprietary +LicenseUrl: https://fork.dev/license +Copyright: Copyright © 2021 Danil Pristupov +CopyrightUrl: https://fork.dev/license +ShortDescription: A fast and friendly git client for Mac and Windows. +Moniker: git-fork +Tags: +- git +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fork/Fork/1.99.3/Fork.Fork.yaml b/manifests/f/Fork/Fork/1.99.3/Fork.Fork.yaml new file mode 100644 index 0000000000000..fb7153e78825e --- /dev/null +++ b/manifests/f/Fork/Fork/1.99.3/Fork.Fork.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Fork.Fork +PackageVersion: 1.99.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.38.0.379/Formlabs.PreForm.installer.yaml b/manifests/f/Formlabs/PreForm/3.38.0.379/Formlabs.PreForm.installer.yaml new file mode 100644 index 0000000000000..18f598dedf096 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.38.0.379/Formlabs.PreForm.installer.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.38.0.379 +InstallerType: burn +Scope: machine +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.formlabs.com/PreForm/Release/3.38.0/PreForm_win_3.38.0_release_releaser_379_59039.exe + InstallerSha256: 2FB6749D04AC06BD28A586909CAF48A5406D90CD1B2CC064B4EF90BD2EB4AC38 + ProductCode: '{c4be1f42-a1fe-4f41-9d9a-cb7b61777b43}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.38.0.379/Formlabs.PreForm.locale.en-US.yaml b/manifests/f/Formlabs/PreForm/3.38.0.379/Formlabs.PreForm.locale.en-US.yaml new file mode 100644 index 0000000000000..de9bec1f862dc --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.38.0.379/Formlabs.PreForm.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.38.0.379 +PackageLocale: en-US +Publisher: Formlabs +PublisherUrl: https://formlabs.com/ +# PublisherSupportUrl: +PrivacyUrl: https://formlabs.com/privacy-policy/ +# Author: +PackageName: PreForm +# PackageUrl: +License: Proprietary +LicenseUrl: https://formlabs.com/terms-of-service/ +Copyright: Copyright (c) Formlabs. All rights reserved. +# CopyrightUrl: +ShortDescription: PreForm is a printing preparation software for Formlabs SLA printers. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://support.formlabs.com/s/article/PreForm?language=en_US +- DocumentLabel: Forum + DocumentUrl: https://forum.formlabs.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.38.0.379/Formlabs.PreForm.yaml b/manifests/f/Formlabs/PreForm/3.38.0.379/Formlabs.PreForm.yaml new file mode 100644 index 0000000000000..92071e263a0a0 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.38.0.379/Formlabs.PreForm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.38.0.379 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.38.1.383/Formlabs.PreForm.installer.yaml b/manifests/f/Formlabs/PreForm/3.38.1.383/Formlabs.PreForm.installer.yaml new file mode 100644 index 0000000000000..1fb032a0021e4 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.38.1.383/Formlabs.PreForm.installer.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.38.1.383 +InstallerType: burn +Scope: machine +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.formlabs.com/PreForm/Release/3.38.1/PreForm_win_3.38.1_release_releaser_383_59608.exe + InstallerSha256: 2920EF672E3ED229979BA39CC97DCC4DAABC8A309C71DDCDA371782A98B24896 + ProductCode: '{27557f8f-3ce1-43ca-b035-15014b07f2c7}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.38.1.383/Formlabs.PreForm.locale.en-US.yaml b/manifests/f/Formlabs/PreForm/3.38.1.383/Formlabs.PreForm.locale.en-US.yaml new file mode 100644 index 0000000000000..02712a54c79a4 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.38.1.383/Formlabs.PreForm.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.38.1.383 +PackageLocale: en-US +Publisher: Formlabs +PublisherUrl: https://formlabs.com/ +# PublisherSupportUrl: +PrivacyUrl: https://formlabs.com/privacy-policy/ +# Author: +PackageName: PreForm +# PackageUrl: +License: Proprietary +LicenseUrl: https://formlabs.com/terms-of-service/ +Copyright: Copyright (c) Formlabs. All rights reserved. +# CopyrightUrl: +ShortDescription: PreForm is a printing preparation software for Formlabs SLA printers. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://support.formlabs.com/s/article/PreForm?language=en_US +- DocumentLabel: Forum + DocumentUrl: https://forum.formlabs.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.38.1.383/Formlabs.PreForm.yaml b/manifests/f/Formlabs/PreForm/3.38.1.383/Formlabs.PreForm.yaml new file mode 100644 index 0000000000000..7a301e63f738b --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.38.1.383/Formlabs.PreForm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.38.1.383 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.39.0.392/Formlabs.PreForm.installer.yaml b/manifests/f/Formlabs/PreForm/3.39.0.392/Formlabs.PreForm.installer.yaml new file mode 100644 index 0000000000000..c6659a4a6e82c --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.39.0.392/Formlabs.PreForm.installer.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.39.0.392 +InstallerType: burn +Scope: machine +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.formlabs.com/PreForm/Release/3.39.0/PreForm_win_3.39.0_release_releaser_392_60787.exe + InstallerSha256: 649A2EFBAE0EC0C78A7159B43CC3963BDDD47FAAFA28849CDE5111412CA94F04 + ProductCode: '{ca2bb809-961a-41fb-bb15-89d2d85701ea}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.39.0.392/Formlabs.PreForm.locale.en-US.yaml b/manifests/f/Formlabs/PreForm/3.39.0.392/Formlabs.PreForm.locale.en-US.yaml new file mode 100644 index 0000000000000..ddf8edaadb928 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.39.0.392/Formlabs.PreForm.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.39.0.392 +PackageLocale: en-US +Publisher: Formlabs +PublisherUrl: https://formlabs.com/ +# PublisherSupportUrl: +PrivacyUrl: https://formlabs.com/privacy-policy/ +# Author: +PackageName: PreForm +# PackageUrl: +License: Proprietary +LicenseUrl: https://formlabs.com/terms-of-service/ +Copyright: Copyright (c) Formlabs. All rights reserved. +# CopyrightUrl: +ShortDescription: PreForm is a printing preparation software for Formlabs SLA printers. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://support.formlabs.com/s/article/PreForm?language=en_US +- DocumentLabel: Forum + DocumentUrl: https://forum.formlabs.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.39.0.392/Formlabs.PreForm.yaml b/manifests/f/Formlabs/PreForm/3.39.0.392/Formlabs.PreForm.yaml new file mode 100644 index 0000000000000..f3cbaf79a2348 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.39.0.392/Formlabs.PreForm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.39.0.392 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.39.1.396/Formlabs.PreForm.installer.yaml b/manifests/f/Formlabs/PreForm/3.39.1.396/Formlabs.PreForm.installer.yaml new file mode 100644 index 0000000000000..c6b8e00cf5a79 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.39.1.396/Formlabs.PreForm.installer.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.39.1.396 +InstallerType: burn +Scope: machine +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.formlabs.com/PreForm/Release/3.39.1/PreForm_win_3.39.1_release_releaser_396_61505.exe + InstallerSha256: 833FDA419236A272D46C20FF724DAAFB93BE228EF489767EFA0054A2C0978A4A + ProductCode: '{1d5d74c9-8dcd-4b73-8a88-1a7381ffaa3f}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.39.1.396/Formlabs.PreForm.locale.en-US.yaml b/manifests/f/Formlabs/PreForm/3.39.1.396/Formlabs.PreForm.locale.en-US.yaml new file mode 100644 index 0000000000000..c45de05ba8986 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.39.1.396/Formlabs.PreForm.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.39.1.396 +PackageLocale: en-US +Publisher: Formlabs +PublisherUrl: https://formlabs.com/ +# PublisherSupportUrl: +PrivacyUrl: https://formlabs.com/privacy-policy/ +# Author: +PackageName: PreForm +# PackageUrl: +License: Proprietary +LicenseUrl: https://formlabs.com/terms-of-service/ +Copyright: Copyright (c) Formlabs. All rights reserved. +# CopyrightUrl: +ShortDescription: PreForm is a printing preparation software for Formlabs SLA printers. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://support.formlabs.com/s/article/PreForm?language=en_US +- DocumentLabel: Forum + DocumentUrl: https://forum.formlabs.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.39.1.396/Formlabs.PreForm.yaml b/manifests/f/Formlabs/PreForm/3.39.1.396/Formlabs.PreForm.yaml new file mode 100644 index 0000000000000..4864f97e19f9e --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.39.1.396/Formlabs.PreForm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.39.1.396 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.39.2.399/Formlabs.PreForm.installer.yaml b/manifests/f/Formlabs/PreForm/3.39.2.399/Formlabs.PreForm.installer.yaml new file mode 100644 index 0000000000000..30b5b600b9a89 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.39.2.399/Formlabs.PreForm.installer.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.39.2.399 +InstallerType: burn +Scope: machine +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.formlabs.com/PreForm/Release/3.39.2/PreForm_win_3.39.2_release_releaser_399_62286.exe + InstallerSha256: 907E581A4DCD008137AB758076802F4E64FBF3DEE7A1E54A9C12B1DA311D0BC4 + ProductCode: '{2bac1880-44bc-477e-8701-c81ce34998a4}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.39.2.399/Formlabs.PreForm.locale.en-US.yaml b/manifests/f/Formlabs/PreForm/3.39.2.399/Formlabs.PreForm.locale.en-US.yaml new file mode 100644 index 0000000000000..b86d41260c34a --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.39.2.399/Formlabs.PreForm.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.39.2.399 +PackageLocale: en-US +Publisher: Formlabs +PublisherUrl: https://formlabs.com/ +# PublisherSupportUrl: +PrivacyUrl: https://formlabs.com/privacy-policy/ +# Author: +PackageName: PreForm +# PackageUrl: +License: Proprietary +LicenseUrl: https://formlabs.com/terms-of-service/ +Copyright: Copyright (c) Formlabs. All rights reserved. +# CopyrightUrl: +ShortDescription: PreForm is a printing preparation software for Formlabs SLA printers. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://support.formlabs.com/s/article/PreForm?language=en_US +- DocumentLabel: Forum + DocumentUrl: https://forum.formlabs.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.39.2.399/Formlabs.PreForm.yaml b/manifests/f/Formlabs/PreForm/3.39.2.399/Formlabs.PreForm.yaml new file mode 100644 index 0000000000000..eda9e48285690 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.39.2.399/Formlabs.PreForm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.39.2.399 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.40.0.405/Formlabs.PreForm.installer.yaml b/manifests/f/Formlabs/PreForm/3.40.0.405/Formlabs.PreForm.installer.yaml new file mode 100644 index 0000000000000..88348039e3710 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.40.0.405/Formlabs.PreForm.installer.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.40.0.405 +InstallerType: burn +Scope: machine +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.formlabs.com/PreForm/Release/3.40.0/PreForm_win_3.40.0_release_releaser_405_63089.exe + InstallerSha256: 5B1E64468390773D9F8EBBCDAF1E2BA386A506140B7F50D7E166859075115EEE + ProductCode: '{239647e0-5e2e-4639-9e3d-754dd4939e9c}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.40.0.405/Formlabs.PreForm.locale.en-US.yaml b/manifests/f/Formlabs/PreForm/3.40.0.405/Formlabs.PreForm.locale.en-US.yaml new file mode 100644 index 0000000000000..f6670d078b7d3 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.40.0.405/Formlabs.PreForm.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.40.0.405 +PackageLocale: en-US +Publisher: Formlabs +PublisherUrl: https://formlabs.com/ +# PublisherSupportUrl: +PrivacyUrl: https://formlabs.com/privacy-policy/ +# Author: +PackageName: PreForm +# PackageUrl: +License: Proprietary +LicenseUrl: https://formlabs.com/terms-of-service/ +Copyright: Copyright (c) Formlabs. All rights reserved. +# CopyrightUrl: +ShortDescription: PreForm is a printing preparation software for Formlabs SLA printers. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://support.formlabs.com/s/article/PreForm?language=en_US +- DocumentLabel: Forum + DocumentUrl: https://forum.formlabs.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Formlabs/PreForm/3.40.0.405/Formlabs.PreForm.yaml b/manifests/f/Formlabs/PreForm/3.40.0.405/Formlabs.PreForm.yaml new file mode 100644 index 0000000000000..92a72dabe4b91 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.40.0.405/Formlabs.PreForm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.40.0.405 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fort/Firewall/3.13.10/Fort.Firewall.installer.yaml b/manifests/f/Fort/Firewall/3.13.10/Fort.Firewall.installer.yaml new file mode 100644 index 0000000000000..8caf9b1d05324 --- /dev/null +++ b/manifests/f/Fort/Firewall/3.13.10/Fort.Firewall.installer.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Fort.Firewall +PackageVersion: 3.13.10 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tnodir/fort/releases/download/v3.13.10/FortFirewall-3.13.10-windows10-x86_64.exe + InstallerSha256: c71e953ea73b99957dc799bb166a58584ee68f922c03874ad24a098be072ee6d + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + MinimumOSVersion: 10.0.17763.0 +- Architecture: x86 + InstallerUrl: https://github.com/tnodir/fort/releases/download/v3.13.10/FortFirewall-3.13.10-windows-x86.exe + InstallerSha256: 3385300011457a9bb09dcb475ce2fdf3158e1c51dfc7415417241316647b284c + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: arm64 + InstallerUrl: https://github.com/tnodir/fort/releases/download/v3.13.10/FortFirewall-3.13.10-windows10-arm64.exe + InstallerSha256: 47ada173fbc417f2d7a9af34eb108ee20d32e9561ef4332ca3c25e8355915cb9 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2022.arm64 +InstallerSwitches: + Custom: /LAUNCH +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Fort/Firewall/3.13.4/Fort.Firewall.locale.en-US.yaml b/manifests/f/Fort/Firewall/3.13.10/Fort.Firewall.locale.en-US.yaml similarity index 83% rename from manifests/f/Fort/Firewall/3.13.4/Fort.Firewall.locale.en-US.yaml rename to manifests/f/Fort/Firewall/3.13.10/Fort.Firewall.locale.en-US.yaml index 5aa4b97edbc02..6b8428961a243 100644 --- a/manifests/f/Fort/Firewall/3.13.4/Fort.Firewall.locale.en-US.yaml +++ b/manifests/f/Fort/Firewall/3.13.10/Fort.Firewall.locale.en-US.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Fort.Firewall -PackageVersion: 3.13.4 +PackageVersion: 3.13.10 PackageLocale: en-US Publisher: Nodir Temirkhodjaev PublisherUrl: https://github.com/tnodir @@ -45,9 +45,9 @@ Tags: - speed-limit - traffic-quota ReleaseNotes: |- - - UI: Programs: Show "Zones" column, instead of "Parked" (Add "Parked" filter). - - Installer: Set "Auto-run for all users" (with Service checked) only on initial setup. - - Fix SvcHost group services handling (Group services was identified as some service from the group). + - UI: Add Spanish language. + - Installer: Show "README.portable" file (for how to uninstall the portable installation). + - Driver Scripts: Don't remove FortFirewall service. ReleaseNotesUrl: https://raw.githubusercontent.com/tnodir/fort/master/ChangeLog ManifestType: defaultLocale ManifestVersion: 1.6.0 diff --git a/manifests/f/Fort/Firewall/3.13.4/Fort.Firewall.yaml b/manifests/f/Fort/Firewall/3.13.10/Fort.Firewall.yaml similarity index 85% rename from manifests/f/Fort/Firewall/3.13.4/Fort.Firewall.yaml rename to manifests/f/Fort/Firewall/3.13.10/Fort.Firewall.yaml index 9b58853269c57..07177c8c53f24 100644 --- a/manifests/f/Fort/Firewall/3.13.4/Fort.Firewall.yaml +++ b/manifests/f/Fort/Firewall/3.13.10/Fort.Firewall.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Fort.Firewall -PackageVersion: 3.13.4 +PackageVersion: 3.13.10 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/f/Fort/Firewall/3.13.4/Fort.Firewall.installer.yaml b/manifests/f/Fort/Firewall/3.13.4/Fort.Firewall.installer.yaml deleted file mode 100644 index a04ee81c80817..0000000000000 --- a/manifests/f/Fort/Firewall/3.13.4/Fort.Firewall.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Fort.Firewall -PackageVersion: 3.13.4 -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/tnodir/fort/releases/download/v3.13.4/FortFirewall-3.13.4-windows10-x86_64.exe - InstallerSha256: 6bc923bd8a7572249a164434d2a8225310765eb78264772bbf5ef53d9ffc7866 - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 - MinimumOSVersion: 10.0.17763.0 -- Architecture: x86 - InstallerUrl: https://github.com/tnodir/fort/releases/download/v3.13.4/FortFirewall-3.13.4-windows-x86.exe - InstallerSha256: 0bd20a07a972d6508ff75656dc9e62303d2057a06c522a6753ec6a9699d5fcbc - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x86 -- Architecture: arm64 - InstallerUrl: https://github.com/tnodir/fort/releases/download/v3.13.4/FortFirewall-3.13.4-windows10-arm64.exe - InstallerSha256: b57867cafb9c2effb305cc1bb6a794a53900b47efab2ae23b1fa1155dbb0a214 - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2022.arm64 -InstallerSwitches: - Custom: /LAUNCH -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/FoxitReader/2024.2.3.25184/Foxit.FoxitReader.installer.yaml b/manifests/f/Foxit/FoxitReader/2024.2.3.25184/Foxit.FoxitReader.installer.yaml new file mode 100644 index 0000000000000..f6c1b406ff467 --- /dev/null +++ b/manifests/f/Foxit/FoxitReader/2024.2.3.25184/Foxit.FoxitReader.installer.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Foxit.FoxitReader +PackageVersion: 2024.2.3.25184 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: 6 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +Protocols: +- foxitpdfreader +- foxitreader +FileExtensions: +- cpdf +- fdf +- pdf +- ppdf +- xdp +- xfdf +ReleaseDate: 2024-08-09 +AppsAndFeaturesEntries: +- UpgradeCode: '{9D148992-FACF-4107-84A3-C48F19CF0B57}' + InstallerType: wix +Installers: +- Architecture: x86 + InstallerUrl: https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.2.3/FoxitPDFReader202423_L10N_Setup.exe + InstallerSha256: 0282E3495F2790FE2244D4116E1BEA909BFA03BFEC1D59F0CED5E657EE42E761 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/FoxitReader/2024.2.3.25184/Foxit.FoxitReader.locale.en-US.yaml b/manifests/f/Foxit/FoxitReader/2024.2.3.25184/Foxit.FoxitReader.locale.en-US.yaml new file mode 100644 index 0000000000000..d64a8431f5653 --- /dev/null +++ b/manifests/f/Foxit/FoxitReader/2024.2.3.25184/Foxit.FoxitReader.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Foxit.FoxitReader +PackageVersion: 2024.2.3.25184 +PackageLocale: en-US +Publisher: Foxit Software Inc. +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: Foxit Software Inc. +PackageName: Foxit PDF Reader +PackageUrl: https://www.foxitsoftware.com/pdf-reader/ +License: Proprietary +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2024 Foxit Software Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Industry’s most powerful PDF Reader Solution. +Description: View, annotate, form fill, and sign PDF across desktop, mobile, and web – no matter if you’re at the office, home, or on the go. +Moniker: foxitreader +Tags: +- annotate +- annotation +- comment +- pdf +- read +- reader +- viewer +# ReleaseNotes: +ReleaseNotesUrl: https://www.foxit.com/pdf-reader/version-history.html +PurchaseUrl: https://www.foxit.com/shopping/ +# InstallationNotes: +Documentations: +- DocumentLabel: Video Tutorials + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: User Manuals + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/FoxitReader/2024.2.3.25184/Foxit.FoxitReader.locale.zh-CN.yaml b/manifests/f/Foxit/FoxitReader/2024.2.3.25184/Foxit.FoxitReader.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c03608c07f89d --- /dev/null +++ b/manifests/f/Foxit/FoxitReader/2024.2.3.25184/Foxit.FoxitReader.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Foxit.FoxitReader +PackageVersion: 2024.2.3.25184 +PackageLocale: zh-CN +Publisher: Foxit Software Inc. +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: Foxit Software Inc. +PackageName: Foxit PDF Reader +PackageUrl: https://www.foxitsoftware.com/pdf-reader/ +License: 专有软件 +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2024 Foxit Software Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: 业界最强大的 PDF 阅读器解决方案。 +Description: 在电脑、手机和网页上查看、注释、填写和签署 PDF - 无论是在办公室、家里还是路上。 +# Moniker: +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 阅读 +- 阅读器 +# ReleaseNotes: +ReleaseNotesUrl: https://www.foxit.com/pdf-reader/version-history.html +PurchaseUrl: https://www.foxit.com/shopping/ +# InstallationNotes: +Documentations: +- DocumentLabel: 视频教程 + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: 用户手册 + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/FoxitReader/2024.2.3.25184/Foxit.FoxitReader.yaml b/manifests/f/Foxit/FoxitReader/2024.2.3.25184/Foxit.FoxitReader.yaml new file mode 100644 index 0000000000000..0e804edf13415 --- /dev/null +++ b/manifests/f/Foxit/FoxitReader/2024.2.3.25184/Foxit.FoxitReader.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Foxit.FoxitReader +PackageVersion: 2024.2.3.25184 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/FoxitReader/Inno/2024.2.3.25184/Foxit.FoxitReader.Inno.installer.yaml b/manifests/f/Foxit/FoxitReader/Inno/2024.2.3.25184/Foxit.FoxitReader.Inno.installer.yaml new file mode 100644 index 0000000000000..d116a8fb28fdd --- /dev/null +++ b/manifests/f/Foxit/FoxitReader/Inno/2024.2.3.25184/Foxit.FoxitReader.Inno.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Foxit.FoxitReader.Inno +PackageVersion: 2024.2.3.25184 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- foxitpdfreader +- foxitreader +FileExtensions: +- cpdf +- fdf +- pdf +- ppdf +- xdp +- xfdf +ReleaseDate: 2024-08-09 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.2.3/FoxitPDFReader202423_L10N_Setup_Prom.exe + InstallerSha256: 5DF4DC972DA93404AC3EA4D07D0E3ED1D9E5E5F883D69858584DB8D4583253E4 + ProductCode: Foxit Reader_is1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/FoxitReader/Inno/2024.2.3.25184/Foxit.FoxitReader.Inno.locale.en-US.yaml b/manifests/f/Foxit/FoxitReader/Inno/2024.2.3.25184/Foxit.FoxitReader.Inno.locale.en-US.yaml new file mode 100644 index 0000000000000..f26ba516eb924 --- /dev/null +++ b/manifests/f/Foxit/FoxitReader/Inno/2024.2.3.25184/Foxit.FoxitReader.Inno.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Foxit.FoxitReader.Inno +PackageVersion: 2024.2.3.25184 +PackageLocale: en-US +Publisher: Foxit Software Inc. +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: Foxit Software Inc. +PackageName: Foxit PDF Reader +PackageUrl: https://www.foxitsoftware.com/pdf-reader/ +License: Proprietary +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2024 Foxit Software Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Industry’s most powerful PDF Reader Solution. +Description: View, annotate, form fill, and sign PDF across desktop, mobile, and web – no matter if you’re at the office, home, or on the go. +# Moniker: +Tags: +- annotate +- annotation +- comment +- pdf +- read +- reader +- viewer +# ReleaseNotes: +ReleaseNotesUrl: https://www.foxit.com/pdf-reader/version-history.html +PurchaseUrl: https://www.foxit.com/shopping/ +# InstallationNotes: +Documentations: +- DocumentLabel: Video Tutorials + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: User Manuals + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/FoxitReader/Inno/2024.2.3.25184/Foxit.FoxitReader.Inno.locale.zh-CN.yaml b/manifests/f/Foxit/FoxitReader/Inno/2024.2.3.25184/Foxit.FoxitReader.Inno.locale.zh-CN.yaml new file mode 100644 index 0000000000000..089c6942fd8e0 --- /dev/null +++ b/manifests/f/Foxit/FoxitReader/Inno/2024.2.3.25184/Foxit.FoxitReader.Inno.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Foxit.FoxitReader.Inno +PackageVersion: 2024.2.3.25184 +PackageLocale: zh-CN +Publisher: Foxit Software Inc. +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: 福建福昕软件开发股份有限公司 +PackageName: 福昕阅读器 +PackageUrl: https://www.foxitsoftware.com/pdf-reader/ +License: 专有软件 +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2024 Foxit Software Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: 业界最强大的 PDF 阅读器解决方案。 +Description: 在电脑、手机和网页上查看、注释、填写和签署 PDF - 无论是在办公室、家里还是路上。 +# Moniker: +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 阅读 +- 阅读器 +# ReleaseNotes: +ReleaseNotesUrl: https://www.foxit.com/pdf-reader/version-history.html +PurchaseUrl: https://www.foxit.com/shopping/ +# InstallationNotes: +Documentations: +- DocumentLabel: 视频教程 + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: 用户手册 + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/FoxitReader/Inno/2024.2.3.25184/Foxit.FoxitReader.Inno.yaml b/manifests/f/Foxit/FoxitReader/Inno/2024.2.3.25184/Foxit.FoxitReader.Inno.yaml new file mode 100644 index 0000000000000..c4476791a235a --- /dev/null +++ b/manifests/f/Foxit/FoxitReader/Inno/2024.2.3.25184/Foxit.FoxitReader.Inno.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Foxit.FoxitReader.Inno +PackageVersion: 2024.2.3.25184 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/13.1.3.22478/Foxit.PhantomPDF.installer.yaml b/manifests/f/Foxit/PhantomPDF/13.1.3.22478/Foxit.PhantomPDF.installer.yaml new file mode 100644 index 0000000000000..1a8673eb8e6ad --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/13.1.3.22478/Foxit.PhantomPDF.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF +PackageVersion: 13.1.3.22478 +Scope: machine +UpgradeBehavior: install +Protocols: +- foxitpdfeditor +- foxitphantom +- foxitphantompdf +FileExtensions: +- bxml +- cpdf +- fdf +- ofd +- ppdf +- xdp +- xfdf +ReleaseDate: 2024-08-04 +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/13.1.3/FoxitPDFEditor1313_L10N_Setup.exe + InstallerSha256: 4EE1B49F1CBE2EB67233D898687AC4B3A9E1375D93B963203620B7337180637B + InstallModes: + - interactive + - silent + InstallerSwitches: + SilentWithProgress: /quiet /norestart + InstallLocation: /DIR "" + ProductCode: '{c66fc318-acaa-4aac-bc7e-ccb3e23e7363}' +- Architecture: x86 + InstallerType: wix + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/13.1.3/FoxitPDFEditor1313_L10N_Setup.msi + InstallerSha256: 602F153267AC7C620EB76D6FAD225A0428E946C9AA5B0CB37998442F9EA8E12C + ProductCode: '{E35E2C8D-9830-4EF1-8BEF-864EA43BA610}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/13.1.3.22478/Foxit.PhantomPDF.locale.en-US.yaml b/manifests/f/Foxit/PhantomPDF/13.1.3.22478/Foxit.PhantomPDF.locale.en-US.yaml new file mode 100644 index 0000000000000..55c66892966b8 --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/13.1.3.22478/Foxit.PhantomPDF.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF +PackageVersion: 13.1.3.22478 +PackageLocale: en-US +Publisher: Foxit Software Inc. +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: Foxit Software Inc. +PackageName: Foxit PDF Editor +PackageUrl: https://www.foxit.com/pdf-editor/ +License: Proprietary +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2024 Foxit Software Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Powerful desktop PDF solution to create and edit PDF documents and integrate with Foxit eSign. +# Description: +Moniker: foxitphantompdf +Tags: +- annotate +- annotation +- comment +- conversion +- convert +- edit +- editor +- pdf +- read +- reader +- viewer +# ReleaseNotes: +ReleaseNotesUrl: https://www.foxit.com/pdf-editor/version-history.html +PurchaseUrl: https://www.foxit.com/shopping/ +# InstallationNotes: +Documentations: +- DocumentLabel: Video Tutorials + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: User Manuals + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/13.1.3.22478/Foxit.PhantomPDF.locale.zh-CN.yaml b/manifests/f/Foxit/PhantomPDF/13.1.3.22478/Foxit.PhantomPDF.locale.zh-CN.yaml new file mode 100644 index 0000000000000..af40dd3defb82 --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/13.1.3.22478/Foxit.PhantomPDF.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF +PackageVersion: 13.1.3.22478 +PackageLocale: zh-CN +Publisher: Foxit Software Inc. +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: 福建福昕软件开发股份有限公司 +PackageName: 福昕高级PDF编辑器 +PackageUrl: https://www.foxit.com/pdf-editor/ +License: 专有软件 +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2024 Foxit Software Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: 功能强大的桌面 PDF 解决方案,创建和编辑 PDF 文档,并与 Foxit eSign 集成。 +# Description: +# Moniker: +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 编辑 +- 编辑器 +- 转换 +- 阅读 +- 阅读器 +# ReleaseNotes: +ReleaseNotesUrl: https://www.foxit.com/pdf-editor/version-history.html +PurchaseUrl: https://www.foxit.com/shopping/ +# InstallationNotes: +Documentations: +- DocumentLabel: 视频教程 + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: 用户手册 + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/13.1.3.22478/Foxit.PhantomPDF.yaml b/manifests/f/Foxit/PhantomPDF/13.1.3.22478/Foxit.PhantomPDF.yaml new file mode 100644 index 0000000000000..d88b5d72a5bb5 --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/13.1.3.22478/Foxit.PhantomPDF.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF +PackageVersion: 13.1.3.22478 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/2024.2.3.25184/Foxit.PhantomPDF.Subscription.installer.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/2024.2.3.25184/Foxit.PhantomPDF.Subscription.installer.yaml new file mode 100644 index 0000000000000..5cfc1fe85a401 --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/2024.2.3.25184/Foxit.PhantomPDF.Subscription.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF.Subscription +PackageVersion: 2024.2.3.25184 +InstallerType: burn +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + SilentWithProgress: /quiet /norestart + InstallLocation: /DIR "" +UpgradeBehavior: install +Protocols: +- foxitpdfeditor +- foxitphantom +- foxitphantompdf +FileExtensions: +- bxml +- cpdf +- fdf +- ofd +- ppdf +- xdp +- xfdf +ReleaseDate: 2024-08-04 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup.exe + InstallerSha256: FD38234DB8B3D7E764587E10EDD0DE0E154566A81109A914EBB79D3AE1ECF69A + ProductCode: '{3e925b9d-7809-4e23-a420-0cb1ec888892}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/2024.2.3.25184/Foxit.PhantomPDF.Subscription.locale.en-US.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/2024.2.3.25184/Foxit.PhantomPDF.Subscription.locale.en-US.yaml new file mode 100644 index 0000000000000..60b0730215d14 --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/2024.2.3.25184/Foxit.PhantomPDF.Subscription.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF.Subscription +PackageVersion: 2024.2.3.25184 +PackageLocale: en-US +Publisher: Foxit Software Inc. +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: Foxit Software Inc. +PackageName: Foxit PDF Editor +PackageUrl: https://www.foxit.com/pdf-editor/ +License: Proprietary +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2024 Foxit Software Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Powerful desktop PDF solution to create and edit PDF documents and integrate with Foxit eSign. +# Description: +# Moniker: +Tags: +- annotate +- annotation +- comment +- conversion +- convert +- edit +- editor +- pdf +- read +- reader +- viewer +# ReleaseNotes: +ReleaseNotesUrl: https://www.foxit.com/pdf-editor/version-history.html +PurchaseUrl: https://www.foxit.com/shopping/ +# InstallationNotes: +Documentations: +- DocumentLabel: Video Tutorials + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: User Manuals + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/2024.2.3.25184/Foxit.PhantomPDF.Subscription.locale.zh-CN.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/2024.2.3.25184/Foxit.PhantomPDF.Subscription.locale.zh-CN.yaml new file mode 100644 index 0000000000000..402954c3b85e4 --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/2024.2.3.25184/Foxit.PhantomPDF.Subscription.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF.Subscription +PackageVersion: 2024.2.3.25184 +PackageLocale: zh-CN +Publisher: 福建福昕软件开发股份有限公司 +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: 福建福昕软件开发股份有限公司 +PackageName: 福昕高级PDF编辑器 +PackageUrl: https://www.foxit.com/pdf-editor/ +License: 专有软件 +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2024 Foxit Software Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: 功能强大的桌面 PDF 解决方案,创建和编辑 PDF 文档,并与 Foxit eSign 集成。 +# Description: +# Moniker: +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 编辑 +- 编辑器 +- 转换 +- 阅读 +- 阅读器 +# ReleaseNotes: +ReleaseNotesUrl: https://www.foxit.com/pdf-editor/version-history.html +PurchaseUrl: https://www.foxit.com/shopping/ +# InstallationNotes: +Documentations: +- DocumentLabel: 视频教程 + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: 用户手册 + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/2024.2.3.25184/Foxit.PhantomPDF.Subscription.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/2024.2.3.25184/Foxit.PhantomPDF.Subscription.yaml new file mode 100644 index 0000000000000..c102fe9370ee6 --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/2024.2.3.25184/Foxit.PhantomPDF.Subscription.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF.Subscription +PackageVersion: 2024.2.3.25184 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.1.25153/Foxit.PhantomPDF.Subscription.MSI.installer.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.1.25153/Foxit.PhantomPDF.Subscription.MSI.installer.yaml new file mode 100644 index 0000000000000..c11106731c49b --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.1.25153/Foxit.PhantomPDF.Subscription.MSI.installer.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF.Subscription.MSI +PackageVersion: 2024.2.1.25153 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: 6 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +Protocols: +- foxitpdfeditor +- foxitphantom +- foxitphantompdf +FileExtensions: +- bxml +- cpdf +- fdf +- ofd +- ppdf +- xdp +- xfdf +ReleaseDate: 2024-05-17 +AppsAndFeaturesEntries: +- InstallerType: wix +Installers: +- Architecture: x86 + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.1/FoxitPDFEditor202421_L10N_Setup_Prom.exe + InstallerSha256: 604E5AD002C86EE531B9C18E6B85BE3BB870E35AA8D79FB92C1489668ED99AEA + ProductCode: '{D47152F2-1112-11EF-B59D-54BF64A63C26}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.1.25153/Foxit.PhantomPDF.Subscription.MSI.locale.en-US.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.1.25153/Foxit.PhantomPDF.Subscription.MSI.locale.en-US.yaml new file mode 100644 index 0000000000000..88cbf65a32f96 --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.1.25153/Foxit.PhantomPDF.Subscription.MSI.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF.Subscription.MSI +PackageVersion: 2024.2.1.25153 +PackageLocale: en-US +Publisher: Foxit Software Inc. +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: Foxit Software Inc. +PackageName: Foxit PDF Editor (MSI) +PackageUrl: https://www.foxit.com/pdf-editor/ +License: Proprietary +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2024 Foxit Software Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Powerful desktop PDF solution to create and edit PDF documents and integrate with Foxit eSign. +# Description: +# Moniker: +Tags: +- annotate +- annotation +- comment +- conversion +- convert +- edit +- editor +- pdf +- read +- reader +- viewer +ReleaseNotes: |- + Issues Addressed in Foxit PDF Editor Subscription Release 2024.2.1.25153 + - Fixed some stability issues. +ReleaseNotesUrl: https://www.foxit.com/pdf-editor/version-history.html +PurchaseUrl: https://www.foxit.com/shopping/ +# InstallationNotes: +Documentations: +- DocumentLabel: Video Tutorials + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: User Manuals + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.1.25153/Foxit.PhantomPDF.Subscription.MSI.locale.zh-CN.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.1.25153/Foxit.PhantomPDF.Subscription.MSI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e6146b8c9fe30 --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.1.25153/Foxit.PhantomPDF.Subscription.MSI.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF.Subscription.MSI +PackageVersion: 2024.2.1.25153 +PackageLocale: zh-CN +Publisher: 福建福昕软件开发股份有限公司 +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: 福建福昕软件开发股份有限公司 +PackageName: 福昕高级PDF编辑器 (MSI) +PackageUrl: https://www.foxit.com/pdf-editor/ +License: 专有软件 +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2024 Foxit Software Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: 功能强大的桌面 PDF 解决方案,创建和编辑 PDF 文档,并与 Foxit eSign 集成。 +# Description: +# Moniker: +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 编辑 +- 编辑器 +- 转换 +- 阅读 +- 阅读器 +# ReleaseNotes: +ReleaseNotesUrl: https://www.foxit.com/pdf-editor/version-history.html +PurchaseUrl: https://www.foxit.com/shopping/ +# InstallationNotes: +Documentations: +- DocumentLabel: 视频教程 + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: 用户手册 + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.1.25153/Foxit.PhantomPDF.Subscription.MSI.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.1.25153/Foxit.PhantomPDF.Subscription.MSI.yaml new file mode 100644 index 0000000000000..b630b68dc7538 --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.1.25153/Foxit.PhantomPDF.Subscription.MSI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF.Subscription.MSI +PackageVersion: 2024.2.1.25153 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.3.25184/Foxit.PhantomPDF.Subscription.MSI.installer.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.3.25184/Foxit.PhantomPDF.Subscription.MSI.installer.yaml new file mode 100644 index 0000000000000..39fe46c308081 --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.3.25184/Foxit.PhantomPDF.Subscription.MSI.installer.yaml @@ -0,0 +1,338 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF.Subscription.MSI +PackageVersion: 2024.2.3.25184 +Scope: machine +ExpectedReturnCodes: +- InstallerReturnCode: 6 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +Protocols: +- foxitpdfeditor +- foxitphantom +- foxitphantompdf +FileExtensions: +- bxml +- cpdf +- fdf +- ofd +- ppdf +- xdp +- xfdf +ReleaseDate: 2024-08-04 +Installers: +- InstallerLocale: en + Architecture: x86 + InstallerType: wix + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup.msi + InstallerSha256: 4EDA36A8ACF469BFCE2A6F9E521DDA8C98B640F0F96203EC9FD2C638F8987B43 + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' +- InstallerLocale: en + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang en + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: da + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang da-DK + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: de + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang de + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: es + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang es + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: fi + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang fi-FI + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: fr + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang fr + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: it + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang it + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: ja + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang jp + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: ko + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang ko + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: nb + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang nb-NO + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: nl + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang nl + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: pl + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang pl + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: pt + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang pt + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: ru + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang ru + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: sv + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang sv-SE + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: zh-CN + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang zh + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +- InstallerLocale: zh-TW + Architecture: x86 + InstallerType: exe + InstallerUrl: https://cdn01.foxitsoftware.com/product/phantomPDF/desktop/win/2024.2.3/FoxitPDFEditor202423_L10N_Setup_Prom.exe + InstallerSha256: 1AD1390D67F288D2155AA10D4252E9AB8786F186737467D5A1A1B0458206B34D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + Log: /log "" + Custom: /lang zh-tw + ProductCode: '{C7F8431D-179B-45B2-9805-E738C3691A5A}' + AppsAndFeaturesEntries: + - InstallerType: wix +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.3.25184/Foxit.PhantomPDF.Subscription.MSI.locale.en-US.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.3.25184/Foxit.PhantomPDF.Subscription.MSI.locale.en-US.yaml new file mode 100644 index 0000000000000..5e965ec97322c --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.3.25184/Foxit.PhantomPDF.Subscription.MSI.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF.Subscription.MSI +PackageVersion: 2024.2.3.25184 +PackageLocale: en-US +Publisher: Foxit Software Inc. +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: Foxit Software Inc. +PackageName: Foxit PDF Editor (MSI) +PackageUrl: https://www.foxit.com/pdf-editor/ +License: Proprietary +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2024 Foxit Software Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Powerful desktop PDF solution to create and edit PDF documents and integrate with Foxit eSign. +# Description: +# Moniker: +Tags: +- annotate +- annotation +- comment +- conversion +- convert +- edit +- editor +- pdf +- read +- reader +- viewer +ReleaseNotes: |- + Issues Addressed in Foxit PDF Editor Subscription Release 2024.2.3.25184 + - Fixed some security and stability issues. Click here for details. +ReleaseNotesUrl: https://www.foxit.com/pdf-editor/version-history.html +PurchaseUrl: https://www.foxit.com/shopping/ +# InstallationNotes: +Documentations: +- DocumentLabel: Video Tutorials + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: User Manuals + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.3.25184/Foxit.PhantomPDF.Subscription.MSI.locale.zh-CN.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.3.25184/Foxit.PhantomPDF.Subscription.MSI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..45a4c487aa5b6 --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.3.25184/Foxit.PhantomPDF.Subscription.MSI.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF.Subscription.MSI +PackageVersion: 2024.2.3.25184 +PackageLocale: zh-CN +Publisher: 福建福昕软件开发股份有限公司 +PublisherUrl: https://www.foxit.com/ +PublisherSupportUrl: https://kb.foxit.com/ +PrivacyUrl: https://www.foxit.com/company/privacy-policy.html +Author: 福建福昕软件开发股份有限公司 +PackageName: 福昕高级PDF编辑器 (MSI) +PackageUrl: https://www.foxit.com/pdf-editor/ +License: 专有软件 +LicenseUrl: https://www.foxit.com/pdf-editor/eula.html +Copyright: Copyright © 2004-2024 Foxit Software Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: 功能强大的桌面 PDF 解决方案,创建和编辑 PDF 文档,并与 Foxit eSign 集成。 +# Description: +# Moniker: +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 编辑 +- 编辑器 +- 转换 +- 阅读 +- 阅读器 +# ReleaseNotes: +ReleaseNotesUrl: https://www.foxit.com/pdf-editor/version-history.html +PurchaseUrl: https://www.foxit.com/shopping/ +# InstallationNotes: +Documentations: +- DocumentLabel: 视频教程 + DocumentUrl: https://www.foxit.com/support/tutorial.html +- DocumentLabel: 用户手册 + DocumentUrl: https://www.foxit.com/support/usermanuals.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.3.25184/Foxit.PhantomPDF.Subscription.MSI.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.3.25184/Foxit.PhantomPDF.Subscription.MSI.yaml new file mode 100644 index 0000000000000..9d2ff24b79a6f --- /dev/null +++ b/manifests/f/Foxit/PhantomPDF/Subscription/MSI/2024.2.3.25184/Foxit.PhantomPDF.Subscription.MSI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Foxit.PhantomPDF.Subscription.MSI +PackageVersion: 2024.2.3.25184 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FredEmmott/OpenKneeboard/1.8.10/FredEmmott.OpenKneeboard.installer.yaml b/manifests/f/FredEmmott/OpenKneeboard/1.8.10/FredEmmott.OpenKneeboard.installer.yaml new file mode 100644 index 0000000000000..3a0885223ed70 --- /dev/null +++ b/manifests/f/FredEmmott/OpenKneeboard/1.8.10/FredEmmott.OpenKneeboard.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FredEmmott.OpenKneeboard +PackageVersion: 1.8.10 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{BDD0096D-EA3A-4763-9D45-67B872EFB9AE}' +ReleaseDate: 2024-07-27 +AppsAndFeaturesEntries: +- DisplayVersion: 1.8.10.2238 + UpgradeCode: '{843C9331-0610-4AB1-9CF9-5305C896FB5B}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/OpenKneeboard/OpenKneeboard/releases/download/v1.8.10/OpenKneeboard-v1.8.10.msi + InstallerSha256: 256976688FD76F880374203432534F04DC867574E3F42C2E10F1F2CF962D9440 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FredEmmott/OpenKneeboard/1.8.10/FredEmmott.OpenKneeboard.locale.en-US.yaml b/manifests/f/FredEmmott/OpenKneeboard/1.8.10/FredEmmott.OpenKneeboard.locale.en-US.yaml new file mode 100644 index 0000000000000..08309ca95a7a6 --- /dev/null +++ b/manifests/f/FredEmmott/OpenKneeboard/1.8.10/FredEmmott.OpenKneeboard.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FredEmmott.OpenKneeboard +PackageVersion: 1.8.10 +PackageLocale: en-US +Publisher: Fred Emmott +PublisherUrl: https://openkneeboard.com/ +PublisherSupportUrl: https://github.com/OpenKneeboard/OpenKneeboard/issues +PackageName: OpenKneeboard +PackageUrl: https://github.com/OpenKneeboard/OpenKneeboard +License: GPLv2 with exception for Windows App SDK +LicenseUrl: https://github.com/OpenKneeboard/OpenKneeboard/blob/HEAD/LICENSE +ShortDescription: A tool for notes and reference information in flight simulators (VR and non-VR) +Tags: +- dcs +- dcs-world +- kneeboard +- msfs +- msfs-2020 +- openxr +- openxr-layer +- openxr-layers +- virtual-reality +ReleaseNotes: |- + Start by downloading OpenKneeboard-v1.8.10.msi; the documentation is on OpenKneeboard.com.Changes + This release unfortunately disables functionality that is affected by crash-causing bugs in other software.webp images + Microsoft's "Webp Image Extensions" component is no longer used if installed, due to a bug in it that can crash OpenKneeboard. On most systems, this will mean that OpenKneeboard no longer supports webp images.Workaround: unfortunately, you need to convert any webp images you use with OpenKneeboard to another format, such as png images.Tablets + Untrusted WinTab drivers + WinTab can no longer be enabled if wintab32.dll does not have a signature that Windows trusts.- Gaomon, Huion, and Wacom ARE NOT affected + - XP-Pen tablets ARE affected + This is for several reasons:- unsigned DLLs can cause game crashes in games with anti-cheat if WinTab mode is set to 'invasive' + - XP-Pen's wintab32.dll does not provide a way to identify it, and causes intermittent crashes both in games and OpenKneeboard + Future versions of OpenKneeboard may ignore specific drivers known to cause crashes, but this change is still needed, and is sufficient to block XP-Pen's drivers.Workaround: use OpenTabletDriver instead if you have an affected tablet. OpenTabletDriver is recommended but not required for other tablets.If you are switching to OpenTabletDriver, you must uninstall your manufacturer's drivers; TabletDriverCleanup can be a useful tool.It is NOT possible to resolve this issue by:- telling WIndows to trust XP-Pen's wintab32.dll; this requires a code signing certificate, and would not fix the underlying crash-causing bugs + - using a different manufacturer's wintab32.dll + WinTab and OpenTabletDriver + WinTab support can no longer be enabled at the same time as OpenTabletDriver. While there are known bugs caused by having both enabled, if OpenTabletDriver is enabled, there is no need for WinTab, so it is no longer possible to load both at the same time. Loading less code means less chance for bugs. +ReleaseNotesUrl: https://github.com/OpenKneeboard/OpenKneeboard/releases/tag/v1.8.10 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FredEmmott/OpenKneeboard/1.8.10/FredEmmott.OpenKneeboard.yaml b/manifests/f/FredEmmott/OpenKneeboard/1.8.10/FredEmmott.OpenKneeboard.yaml new file mode 100644 index 0000000000000..9a903902b879d --- /dev/null +++ b/manifests/f/FredEmmott/OpenKneeboard/1.8.10/FredEmmott.OpenKneeboard.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FredEmmott.OpenKneeboard +PackageVersion: 1.8.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FredEmmott/OpenKneeboard/1.8.8/FredEmmott.OpenKneeboard.installer.yaml b/manifests/f/FredEmmott/OpenKneeboard/1.8.8/FredEmmott.OpenKneeboard.installer.yaml new file mode 100644 index 0000000000000..8e4eda97c5f30 --- /dev/null +++ b/manifests/f/FredEmmott/OpenKneeboard/1.8.8/FredEmmott.OpenKneeboard.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FredEmmott.OpenKneeboard +PackageVersion: 1.8.8 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{FCA761A9-D02C-4BCD-9278-7CE8B45256CD}' +ReleaseDate: 2024-07-20 +AppsAndFeaturesEntries: +- DisplayVersion: 1.8.8.2191 + UpgradeCode: '{843C9331-0610-4AB1-9CF9-5305C896FB5B}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/OpenKneeboard/OpenKneeboard/releases/download/v1.8.8/OpenKneeboard-v1.8.8.msi + InstallerSha256: 4D6960A4DDD516465B77A72B5A3979B777F47047F495671705C63A81274F80D2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FredEmmott/OpenKneeboard/1.8.8/FredEmmott.OpenKneeboard.locale.en-US.yaml b/manifests/f/FredEmmott/OpenKneeboard/1.8.8/FredEmmott.OpenKneeboard.locale.en-US.yaml new file mode 100644 index 0000000000000..4b20173664c95 --- /dev/null +++ b/manifests/f/FredEmmott/OpenKneeboard/1.8.8/FredEmmott.OpenKneeboard.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FredEmmott.OpenKneeboard +PackageVersion: 1.8.8 +PackageLocale: en-US +Publisher: Fred Emmott +PublisherUrl: https://openkneeboard.com/ +PublisherSupportUrl: https://github.com/OpenKneeboard/OpenKneeboard/issues +PackageName: OpenKneeboard +PackageUrl: https://github.com/OpenKneeboard/OpenKneeboard +License: GPLv2 with exception for Windows App SDK +LicenseUrl: https://github.com/OpenKneeboard/OpenKneeboard/blob/HEAD/LICENSE +ShortDescription: A tool for notes and reference information in flight simulators (VR and non-VR) +Tags: +- dcs +- dcs-world +- kneeboard +- msfs +- msfs-2020 +- openxr +- openxr-layer +- openxr-layers +- virtual-reality +ReleaseNotes: |- + Start by downloading OpenKneeboard-v1.8.8.msi; the documentation is on OpenKneeboard.com.v1.8.5 and v1.8.7 were development builds; their changes are included as part of v1.8.6 and v1.8.8 respectively.Changes in v1.8.8 + - Fixed bug that could lead to SimHub integration not functioning + - Fixed a bug in a workaround for a Microsoft PDV viewer bug which could lead to crashes when closing/reloading a PDF + Changes in v1.8.6 + Bug fixes + - Added additional workarounds for bug in the Windows App SDK's PDF library; this fixes some crashes when closing or reloading PDFs + - Fix some additional rarer issues if PDFs are rapidly opened and closed + - Fixed crash if web dashboards that use OpenKneeboard's web API are closed while loading + Other Improvements + - The F-5E folder is now searched for DCS kneeboard images, in addition to F-5E-3 + - The active settings path is now written into HKCU, allowing integrations to read OpenKneeboard settings. OpenKneeboard does not read this registry value, and external programs should not modify settings. +ReleaseNotesUrl: https://github.com/OpenKneeboard/OpenKneeboard/releases/tag/v1.8.8 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FredEmmott/OpenKneeboard/1.8.8/FredEmmott.OpenKneeboard.yaml b/manifests/f/FredEmmott/OpenKneeboard/1.8.8/FredEmmott.OpenKneeboard.yaml new file mode 100644 index 0000000000000..b9db1ff174352 --- /dev/null +++ b/manifests/f/FredEmmott/OpenKneeboard/1.8.8/FredEmmott.OpenKneeboard.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FredEmmott.OpenKneeboard +PackageVersion: 1.8.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Freeplane/Freeplane/1.11.14/Freeplane.Freeplane.installer.yaml b/manifests/f/Freeplane/Freeplane/1.11.14/Freeplane.Freeplane.installer.yaml index d918825cd3649..f8fe28639d70d 100644 --- a/manifests/f/Freeplane/Freeplane/1.11.14/Freeplane.Freeplane.installer.yaml +++ b/manifests/f/Freeplane/Freeplane/1.11.14/Freeplane.Freeplane.installer.yaml @@ -11,7 +11,7 @@ UpgradeBehavior: install ReleaseDate: 2024-05-14 Installers: - Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/freeplane/files/freeplane%20stable/Freeplane-Setup-with-Java-1.11.14.exe/download + InstallerUrl: https://sourceforge.net/projects/freeplane/files/freeplane%20stable/archive/1.11.14/Freeplane-Setup-with-Java-1.11.14.exe/download InstallerSha256: 39A0B50BD905D1C1B4190A19E54C17423E390217159AFEBF79A2988572F49C51 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/f/Freeplane/Freeplane/1.12.5/Freeplane.Freeplane.installer.yaml b/manifests/f/Freeplane/Freeplane/1.12.5/Freeplane.Freeplane.installer.yaml new file mode 100644 index 0000000000000..94d9a7ca9e02c --- /dev/null +++ b/manifests/f/Freeplane/Freeplane/1.12.5/Freeplane.Freeplane.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Freeplane.Freeplane +PackageVersion: 1.12.5 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{D3941722-C4DD-4509-88C4-0E87F675A859}_is1' +ReleaseDate: 2024-09-01 +AppsAndFeaturesEntries: +- DisplayName: Freeplane + Publisher: Open source + ProductCode: '{D3941722-C4DD-4509-88C4-0E87F675A859}_is1' +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/freeplane/files/freeplane%20stable/archive/1.12.5/Freeplane-Setup-with-Java-1.12.5.exe/download + InstallerSha256: D214C610141466289B5BD717447626C706BAB9AEBB4FC86B6091F26AE5335523 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/Freeplane/Freeplane/1.12.5/Freeplane.Freeplane.locale.en-US.yaml b/manifests/f/Freeplane/Freeplane/1.12.5/Freeplane.Freeplane.locale.en-US.yaml new file mode 100644 index 0000000000000..8232bc810b7d2 --- /dev/null +++ b/manifests/f/Freeplane/Freeplane/1.12.5/Freeplane.Freeplane.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Freeplane.Freeplane +PackageVersion: 1.12.5 +PackageLocale: en-US +Publisher: Open source +PublisherUrl: https://www.freeplane.org/ +PublisherSupportUrl: https://sourceforge.net/p/freeplane/discussion/758437 +PrivacyUrl: https://slashdotmedia.com/privacy-statement +Author: boercher, dpolivaev, fnatter +PackageName: Freeplane +PackageUrl: https://www.freeplane.org/ +License: GNU General Public License, Version 2 +Copyright: Copyright © 2000-2021 Freeplane team and others +ShortDescription: Free mind mapping software. Fast. Simple. Streamlined. +Description: |- + Application for Mind Mapping, Knowledge Management, Project Management. + Develop, organize and communicate your ideas and knowledge in the most effective way. +Tags: +- map +- mapping +- mind-mapping +- mindmapping +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/Freeplane/Freeplane/1.12.5/Freeplane.Freeplane.yaml b/manifests/f/Freeplane/Freeplane/1.12.5/Freeplane.Freeplane.yaml new file mode 100644 index 0000000000000..a7f47882302bc --- /dev/null +++ b/manifests/f/Freeplane/Freeplane/1.12.5/Freeplane.Freeplane.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Freeplane.Freeplane +PackageVersion: 1.12.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FujiApple/Trippy/0.11.0/FujiApple.Trippy.installer.yaml b/manifests/f/FujiApple/Trippy/0.11.0/FujiApple.Trippy.installer.yaml new file mode 100644 index 0000000000000..9fc851ef32eef --- /dev/null +++ b/manifests/f/FujiApple/Trippy/0.11.0/FujiApple.Trippy.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.2.6 $debug=NVS0.CRLF.5-1-19041-3030.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json + +PackageIdentifier: FujiApple.Trippy +PackageVersion: 0.11.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: 2024-08-11 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: trippy-0.11.0-x86_64-pc-windows-msvc\trip.exe + PortableCommandAlias: trip + InstallerUrl: https://github.com/fujiapple852/trippy/releases/download/0.11.0/trippy-0.11.0-x86_64-pc-windows-msvc.zip + InstallerSha256: ff0e7514597560fbfe19d9efaf7037888036c46d96a959c8332940ea2495984c +ManifestType: installer +ManifestVersion: 1.5.0 \ No newline at end of file diff --git a/manifests/f/FujiApple/Trippy/0.11.0/FujiApple.Trippy.locale.en-US.yaml b/manifests/f/FujiApple/Trippy/0.11.0/FujiApple.Trippy.locale.en-US.yaml new file mode 100644 index 0000000000000..63611857f3183 --- /dev/null +++ b/manifests/f/FujiApple/Trippy/0.11.0/FujiApple.Trippy.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created with YamlCreate.ps1 v2.2.6 $debug=NVS0.CRLF.5-1-19041-3030.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json + +PackageIdentifier: FujiApple.Trippy +PackageVersion: 0.11.0 +PackageLocale: en-US +Publisher: FujiApple +PublisherUrl: https://github.com/fujiapple852/ +PublisherSupportUrl: https://github.com/fujiapple852/trippy/issues/ +# PrivacyUrl: +# Author: +PackageName: Trippy +PackageUrl: https://trippy.cli.rs/ +License: Apache-2.0 +LicenseUrl: https://github.com/fujiapple852/trippy/blob/master/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: A network diagnostic tool +Description: A network diagnostic tool, inspired by mtr. Trippy combines the functionality of traceroute and ping and is designed to assist with the diagnosis of network issues. +# Moniker: +Tags: +- cli +- dns +- icmp +- mtr +- network +- networking +- ping +- rust +- traceroute +- tui +- tui-rs +# Agreements: +ReleaseNotes: |- + 0.11.0 - 2024-08-11 + + Added + + - Added NAT detection for IPv4/udp/dublin (#1104) + - Added public API (#1192) + - Added support for NAT detection (N) column (#1219) + - Added support for last icmp packet type (T) column (#1105) + - Added support for last icmp packet code (C) column (#1109) + - Added support for the probe failure count (f) column (#1258) + - Added settings dialog tab hotkeys (#1217) + - Added --dns-ttl flag to allow refreshing the reverse DNS results (#1233) + - Added --generate-man flag for generating ROFF man page (#85) + - Added Ubuntu PPA package (#859) + - Added Chocolatey package (#572) + + Changed + + - [BREAKING CHANGE] Changed initial sequence to be 33434 (#1203) + - [BREAKING CHANGE] Renamed tui-max-[samples|flows] as max-[samples|flows] (#1187) + - Separated library and binary crates (#1141) + - Record icmp packet code (#734) + - Transient error handling for IPv4 on macOS, Linux & Windows (#1255) + - Improved error messages (#1150) + - Revamp the help dialog (#1260) + + Fixed + + - Fixed DestinationUnreachable incorrectly assumed to come from target host (#1225) + - Fixed incorrect target hop calculation (#1226) + - Do not conflate AddressInUse and AddrNotAvailable errors (#1246) +ReleaseNotesUrl: https://github.com/fujiapple852/trippy/releases/tag/0.11.0 +# PurchaseUrl: +InstallationNotes: You *must* configure the Windows Defender firewall to allow incoming ICMP traffic, see https://github.com/fujiapple852/trippy#windows-defender +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/f/FujiApple/Trippy/0.11.0/FujiApple.Trippy.yaml b/manifests/f/FujiApple/Trippy/0.11.0/FujiApple.Trippy.yaml new file mode 100644 index 0000000000000..91d359adc6753 --- /dev/null +++ b/manifests/f/FujiApple/Trippy/0.11.0/FujiApple.Trippy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.2.6 $debug=NVS0.CRLF.5-1-19041-3030.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json + +PackageIdentifier: FujiApple.Trippy +PackageVersion: 0.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2407241335/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2407241335/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..f51126a71a24b --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2407241335/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2407241335 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2407241335/WorkFlowy-Installer.exe + InstallerSha256: C3E7E2EB2887E6335F88CA69F388AA452117C058D28EFA6DE3538035E3A98EEB + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2407241335/WorkFlowy-Installer.exe + InstallerSha256: C3E7E2EB2887E6335F88CA69F388AA452117C058D28EFA6DE3538035E3A98EEB + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2407241335/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2407241335/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..db26e1da3e165 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2407241335/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2407241335 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2407241335 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2407241335/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2407241335/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b930894f1d83d --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2407241335/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2407241335 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +# Description: +# Moniker: +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2407241335 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2407241335/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2407241335/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..2ad2714c94036 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2407241335/FunRoutine.WorkFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2407241335 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2407301104/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2407301104/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..140534f0618c7 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2407301104/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2407301104 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2407301104/WorkFlowy-Installer.exe + InstallerSha256: 19D6A5099DE018B1F875F981775CEEF34594DF122BDFCC93892EA18368EBC35B + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2407301104/WorkFlowy-Installer.exe + InstallerSha256: 19D6A5099DE018B1F875F981775CEEF34594DF122BDFCC93892EA18368EBC35B + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2407301104/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2407301104/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..370baf4029210 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2407301104/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2407301104 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2407301104 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2407301104/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2407301104/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6adf15c7da796 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2407301104/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2407301104 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +# Description: +# Moniker: +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2407301104 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2407301104/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2407301104/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..628097a4b63cc --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2407301104/FunRoutine.WorkFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2407301104 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408070734/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408070734/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..6a8d1505d88f4 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408070734/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408070734 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2408070734/WorkFlowy-Installer.exe + InstallerSha256: 1DE50825CD32B56CA119C53DB0FB29A1F853D0B97FD590AA829A96114C48ACAE + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2408070734/WorkFlowy-Installer.exe + InstallerSha256: 1DE50825CD32B56CA119C53DB0FB29A1F853D0B97FD590AA829A96114C48ACAE + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408070734/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408070734/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..bd3432fc2272c --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408070734/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408070734 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2408070734 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408070734/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408070734/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a8767edfb944c --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408070734/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408070734 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +# Description: +# Moniker: +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2408070734 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408070734/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408070734/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..67ec19ffe9ebd --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408070734/FunRoutine.WorkFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408070734 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408130811/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408130811/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..55808d6b04339 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408130811/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408130811 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ReleaseDate: 2024-08-13 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2408130811/WorkFlowy-Installer.exe + InstallerSha256: 943C08F1EDBDDA13F71510C07140635DE44F235EE5A9FEE0EDB82E3142617F9B + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2408130811/WorkFlowy-Installer.exe + InstallerSha256: 943C08F1EDBDDA13F71510C07140635DE44F235EE5A9FEE0EDB82E3142617F9B + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408130811/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408130811/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..00b42c1cf785b --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408130811/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408130811 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2408130811 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408130811/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408130811/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8cfb4b7cc64a8 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408130811/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408130811 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +# Description: +# Moniker: +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2408130811 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408130811/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408130811/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..2def80c292294 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408130811/FunRoutine.WorkFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408130811 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408201017/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408201017/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..c0b0aaae5e182 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408201017/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408201017 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2408201017/WorkFlowy-Installer.exe + InstallerSha256: 70518E4BD2B127E5936E5057849CAEC53353F1A5B5B302D070A159E23042B742 + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2408201017/WorkFlowy-Installer.exe + InstallerSha256: 70518E4BD2B127E5936E5057849CAEC53353F1A5B5B302D070A159E23042B742 + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408201017/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408201017/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..a3e6a2e5611a0 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408201017/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408201017 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2408201017 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408201017/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408201017/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e65fde87aa36d --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408201017/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408201017 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +# Description: +# Moniker: +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2408201017 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408201017/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408201017/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..f0826e3633002 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408201017/FunRoutine.WorkFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408201017 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408221214/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408221214/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..0033c9b0f73bb --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408221214/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408221214 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ReleaseDate: 2024-08-22 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2408221214/WorkFlowy-Installer.exe + InstallerSha256: 979155F1ED4047E7F2B9C1A127EAE7917D61FA1CA72795E8A7E876A54FA63FE6 + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2408221214/WorkFlowy-Installer.exe + InstallerSha256: 979155F1ED4047E7F2B9C1A127EAE7917D61FA1CA72795E8A7E876A54FA63FE6 + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408221214/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408221214/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..8fb375f2f29a7 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408221214/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408221214 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2408221214 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408221214/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408221214/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f103d33bc8ccc --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408221214/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408221214 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +# Description: +# Moniker: +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2408221214 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408221214/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408221214/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..fb5d27f311e06 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408221214/FunRoutine.WorkFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408221214 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408270759/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408270759/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..bd377006ab3cc --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408270759/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408270759 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ReleaseDate: 2024-08-27 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2408270759/WorkFlowy-Installer.exe + InstallerSha256: 151687B9882968F3FF8B44CD742A0090B6856B376126F0DDC2CF06213E7A67F1 + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2408270759/WorkFlowy-Installer.exe + InstallerSha256: 151687B9882968F3FF8B44CD742A0090B6856B376126F0DDC2CF06213E7A67F1 + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408270759/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408270759/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..c780b993b9479 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408270759/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408270759 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2408270759 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408270759/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408270759/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cd9b436e857a7 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408270759/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408270759 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +# Description: +# Moniker: +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2408270759 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408270759/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408270759/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..a156f75387055 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408270759/FunRoutine.WorkFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408270759 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408281239/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408281239/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..b2d432fdc02b7 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408281239/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408281239 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ReleaseDate: 2024-08-28 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2408281239/WorkFlowy-Installer.exe + InstallerSha256: A5836207F9799D0B8FBC1DDD8865C78D6E151177991B3525DAD877FC48A82583 + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2408281239/WorkFlowy-Installer.exe + InstallerSha256: A5836207F9799D0B8FBC1DDD8865C78D6E151177991B3525DAD877FC48A82583 + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408281239/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408281239/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..e944390efba18 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408281239/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408281239 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2408281239 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408281239/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408281239/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f42023ab84b4f --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408281239/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408281239 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +# Description: +# Moniker: +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2408281239 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2408281239/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2408281239/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..a85602c53a98a --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2408281239/FunRoutine.WorkFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2408281239 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2409031358/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2409031358/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..e46f02cedfeba --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2409031358/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2409031358 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2409031358/WorkFlowy-Installer.exe + InstallerSha256: 0E7C3EEE97BAFC585ADE6A0F982AA745D9F5BA80D3C2F56574D7B195517FC599 + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2409031358/WorkFlowy-Installer.exe + InstallerSha256: 0E7C3EEE97BAFC585ADE6A0F982AA745D9F5BA80D3C2F56574D7B195517FC599 + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2409031358/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2409031358/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..f41490a02784e --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2409031358/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2409031358 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2409031358 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2409031358/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2409031358/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cc1753f1d7e0e --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2409031358/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2409031358 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +# Description: +# Moniker: +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2409031358 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2409031358/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2409031358/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..8fc325585a85f --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2409031358/FunRoutine.WorkFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2409031358 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2409091533/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2409091533/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..f7b5f2647c6d1 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2409091533/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2409091533 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2409091533/WorkFlowy-Installer.exe + InstallerSha256: 8F444A39E8619DB15188355F3133945D2AD63FE3CC7524D494F150FFA26A58F5 + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2409091533/WorkFlowy-Installer.exe + InstallerSha256: 8F444A39E8619DB15188355F3133945D2AD63FE3CC7524D494F150FFA26A58F5 + ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2409091533/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2409091533/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..7f67639a1e7e9 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2409091533/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2409091533 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +# Description: +# Moniker: +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2409091533 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2409091533/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2409091533/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..553acd2e8b1b3 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2409091533/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2409091533 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2024 WorkFlowy +# CopyrightUrl: +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +# Description: +# Moniker: +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2409091533 +PurchaseUrl: https://workflowy.com/pricing/ +# InstallationNotes: +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2409091533/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2409091533/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..c190312ea728c --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2409091533/FunRoutine.WorkFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2409091533 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FutureScholars/Paperlib/3.1.8/FutureScholars.Paperlib.installer.yaml b/manifests/f/FutureScholars/Paperlib/3.1.8/FutureScholars.Paperlib.installer.yaml new file mode 100644 index 0000000000000..42512d2beb52d --- /dev/null +++ b/manifests/f/FutureScholars/Paperlib/3.1.8/FutureScholars.Paperlib.installer.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2024/Jul/25 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FutureScholars.Paperlib +PackageVersion: 3.1.8 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://distribution.paperlib.app/electron-win/Paperlib_3.1.8.exe + InstallerSha256: 810CBBD7604F727F7004951F8E6A30F330A9B4E6C788A0A964C562C27490E440 + InstallerSwitches: + Custom: /currentuser + ProductCode: 1d30f4d8-0e3b-5fc9-bdad-f2c67c2b5c34 +- Architecture: x64 + Scope: machine + InstallerUrl: https://distribution.paperlib.app/electron-win/Paperlib_3.1.8.exe + InstallerSha256: 810CBBD7604F727F7004951F8E6A30F330A9B4E6C788A0A964C562C27490E440 + InstallerSwitches: + Custom: /allusers + ProductCode: 1d30f4d8-0e3b-5fc9-bdad-f2c67c2b5c34 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FutureScholars/Paperlib/3.1.8/FutureScholars.Paperlib.locale.en-US.yaml b/manifests/f/FutureScholars/Paperlib/3.1.8/FutureScholars.Paperlib.locale.en-US.yaml new file mode 100644 index 0000000000000..f21de015db6f8 --- /dev/null +++ b/manifests/f/FutureScholars/Paperlib/3.1.8/FutureScholars.Paperlib.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2024/Jul/25 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FutureScholars.Paperlib +PackageVersion: 3.1.8 +PackageLocale: en-US +Publisher: Future Scholars +PublisherUrl: https://github.com/Future-Scholars +PublisherSupportUrl: https://github.com/Future-Scholars/paperlib/issues +Author: Geoffrey Chen +PackageName: Paperlib +PackageUrl: https://paperlib.app/en +License: GPL-3.0 +LicenseUrl: https://github.com/Future-Scholars/paperlib/blob/master/LICENSE +Copyright: Copyright © 2024 Future Scholars +ShortDescription: An open-source simple academic paper management tool for computer science. +Tags: +- academics +- article +- citation +- cite +- literature +- paper +- thesis +ReleaseNotesUrl: https://paperlib.app/en/release-note.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FutureScholars/Paperlib/3.1.8/FutureScholars.Paperlib.locale.zh-CN.yaml b/manifests/f/FutureScholars/Paperlib/3.1.8/FutureScholars.Paperlib.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0da95441178af --- /dev/null +++ b/manifests/f/FutureScholars/Paperlib/3.1.8/FutureScholars.Paperlib.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2024/Jul/25 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FutureScholars.Paperlib +PackageVersion: 3.1.8 +PackageLocale: zh-CN +Publisher: Future Scholars +PublisherUrl: https://github.com/Future-Scholars +PublisherSupportUrl: https://github.com/Future-Scholars/paperlib/issues +Author: Geoffrey Chen +PackageName: Paperlib +PackageUrl: https://paperlib.app/cn +License: GPL-3.0 +LicenseUrl: https://github.com/Future-Scholars/paperlib/blob/master/LICENSE +Copyright: Copyright © 2024 Future Scholars +ShortDescription: 一个适合计算机学科的简单好用的论文管理工具 +Tags: +- 学术 +- 引用 +- 文献 +- 论文 +ReleaseNotes: |- + 1. 修复:移动文件到不同磁盘设备时的 bug。by @geoffreychen777 + 2. 增强:在删除标签/组时显示确认对话框。by @igoogolx +ReleaseNotesUrl: https://paperlib.app/cn/release-note.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FutureScholars/Paperlib/3.1.8/FutureScholars.Paperlib.yaml b/manifests/f/FutureScholars/Paperlib/3.1.8/FutureScholars.Paperlib.yaml new file mode 100644 index 0000000000000..1f7e40d0ecd4e --- /dev/null +++ b/manifests/f/FutureScholars/Paperlib/3.1.8/FutureScholars.Paperlib.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/25 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FutureScholars.Paperlib +PackageVersion: 3.1.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FutureScholars/Paperlib/3.1.9/FutureScholars.Paperlib.installer.yaml b/manifests/f/FutureScholars/Paperlib/3.1.9/FutureScholars.Paperlib.installer.yaml new file mode 100644 index 0000000000000..bb189c3a24a3e --- /dev/null +++ b/manifests/f/FutureScholars/Paperlib/3.1.9/FutureScholars.Paperlib.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FutureScholars.Paperlib +PackageVersion: 3.1.9 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-23 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://distribution.paperlib.app/electron-win/Paperlib_3.1.9.exe + InstallerSha256: 975F93E68EC7078F287AD2C0BAED17A4D2D655BF4D4B4DD243960853B1A3E468 + InstallerSwitches: + Custom: /currentuser + ProductCode: 1d30f4d8-0e3b-5fc9-bdad-f2c67c2b5c34 +- Architecture: x64 + Scope: machine + InstallerUrl: https://distribution.paperlib.app/electron-win/Paperlib_3.1.9.exe + InstallerSha256: 975F93E68EC7078F287AD2C0BAED17A4D2D655BF4D4B4DD243960853B1A3E468 + InstallerSwitches: + Custom: /allusers + ProductCode: 1d30f4d8-0e3b-5fc9-bdad-f2c67c2b5c34 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FutureScholars/Paperlib/3.1.9/FutureScholars.Paperlib.locale.en-US.yaml b/manifests/f/FutureScholars/Paperlib/3.1.9/FutureScholars.Paperlib.locale.en-US.yaml new file mode 100644 index 0000000000000..f1a39793ce593 --- /dev/null +++ b/manifests/f/FutureScholars/Paperlib/3.1.9/FutureScholars.Paperlib.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FutureScholars.Paperlib +PackageVersion: 3.1.9 +PackageLocale: en-US +Publisher: Future Scholars +PublisherUrl: https://github.com/Future-Scholars +PublisherSupportUrl: https://github.com/Future-Scholars/paperlib/issues +# PrivacyUrl: +Author: Geoffrey Chen +PackageName: Paperlib +PackageUrl: https://paperlib.app/en +License: GPL-3.0 +LicenseUrl: https://github.com/Future-Scholars/paperlib/blob/master/LICENSE +Copyright: Copyright © 2024 Future Scholars +# CopyrightUrl: +ShortDescription: An open-source simple academic paper management tool for computer science. +# Description: +# Moniker: +Tags: +- academics +- article +- citation +- cite +- literature +- paper +- thesis +ReleaseNotes: |- + 1. Fix: a view bug of the table reader view. by @geoffreychen777 + 2. Fix: a network proxy and custom CA bug. by @geoffreychen777 + 3. Enhance: using online sync database when offline. by @geoffreychen777 +ReleaseNotesUrl: https://paperlib.app/en/release-note.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FutureScholars/Paperlib/3.1.9/FutureScholars.Paperlib.locale.zh-CN.yaml b/manifests/f/FutureScholars/Paperlib/3.1.9/FutureScholars.Paperlib.locale.zh-CN.yaml new file mode 100644 index 0000000000000..781225edc486e --- /dev/null +++ b/manifests/f/FutureScholars/Paperlib/3.1.9/FutureScholars.Paperlib.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: FutureScholars.Paperlib +PackageVersion: 3.1.9 +PackageLocale: zh-CN +Publisher: Future Scholars +PublisherUrl: https://github.com/Future-Scholars +PublisherSupportUrl: https://github.com/Future-Scholars/paperlib/issues +# PrivacyUrl: +Author: Geoffrey Chen +PackageName: Paperlib +PackageUrl: https://paperlib.app/cn +License: GPL-3.0 +LicenseUrl: https://github.com/Future-Scholars/paperlib/blob/master/LICENSE +Copyright: Copyright © 2024 Future Scholars +# CopyrightUrl: +ShortDescription: 一个适合计算机学科的简单好用的论文管理工具 +# Description: +# Moniker: +Tags: +- 学术 +- 引用 +- 文献 +- 论文 +ReleaseNotes: |- + 1. 修复:表格预览时图中的滚动 bug。 by @geoffreychen777 + 2. 修复:网络请求代理和自定义 CA 的 bug. by @geoffreychen777 + 3. 增强:在无网络时使用同步数据库。 by @geoffreychen777 +ReleaseNotesUrl: https://paperlib.app/cn/release-note.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FutureScholars/Paperlib/3.1.9/FutureScholars.Paperlib.yaml b/manifests/f/FutureScholars/Paperlib/3.1.9/FutureScholars.Paperlib.yaml new file mode 100644 index 0000000000000..410b87ed5a3b9 --- /dev/null +++ b/manifests/f/FutureScholars/Paperlib/3.1.9/FutureScholars.Paperlib.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FutureScholars.Paperlib +PackageVersion: 3.1.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FxSoundLLC/FxSound/1.1.26.0/FxSoundLLC.FxSound.installer.yaml b/manifests/f/FxSoundLLC/FxSound/1.1.26.0/FxSoundLLC.FxSound.installer.yaml new file mode 100644 index 0000000000000..85ad088546365 --- /dev/null +++ b/manifests/f/FxSoundLLC/FxSound/1.1.26.0/FxSoundLLC.FxSound.installer.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FxSoundLLC.FxSound +PackageVersion: 1.1.26.0 +InstallerType: exe +InstallerSwitches: + Silent: /exenoui + SilentWithProgress: /exenoui +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/fxsound2/fxsound-app/raw/v1.1.26.0/release/fxsound_setup.exe + InstallerSha256: 782DDDA97F69CB004B8E8FACDDD515611DFF52523D04CC5605E6FFE59581080D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FxSoundLLC/FxSound/1.1.26.0/FxSoundLLC.FxSound.locale.en-US.yaml b/manifests/f/FxSoundLLC/FxSound/1.1.26.0/FxSoundLLC.FxSound.locale.en-US.yaml new file mode 100644 index 0000000000000..d932bd509ee02 --- /dev/null +++ b/manifests/f/FxSoundLLC/FxSound/1.1.26.0/FxSoundLLC.FxSound.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FxSoundLLC.FxSound +PackageVersion: 1.1.26.0 +PackageLocale: en-US +Publisher: FxSound LLC +PublisherUrl: https://github.com/fxsound2 +PublisherSupportUrl: https://github.com/fxsound2/fxsound-app/issues +PackageName: FxSound +License: GPL-3.0 +LicenseUrl: https://github.com/fxsound2/fxsound-app/blob/HEAD/LICENSE +Copyright: Copyright (C) 2022 FxSound LLC +ShortDescription: Amazing sound for everything you listen to +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FxSoundLLC/FxSound/1.1.26.0/FxSoundLLC.FxSound.yaml b/manifests/f/FxSoundLLC/FxSound/1.1.26.0/FxSoundLLC.FxSound.yaml new file mode 100644 index 0000000000000..c1c50b10b7263 --- /dev/null +++ b/manifests/f/FxSoundLLC/FxSound/1.1.26.0/FxSoundLLC.FxSound.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FxSoundLLC.FxSound +PackageVersion: 1.1.26.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/f4exb/sdrangel/7.22.0/f4exb.sdrangel.installer.yaml b/manifests/f/f4exb/sdrangel/7.22.0/f4exb.sdrangel.installer.yaml new file mode 100644 index 0000000000000..e7d18f4b6c879 --- /dev/null +++ b/manifests/f/f4exb/sdrangel/7.22.0/f4exb.sdrangel.installer.yaml @@ -0,0 +1,13 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: f4exb.sdrangel +PackageVersion: 7.22.0 +InstallerType: nullsoft +ReleaseDate: 2024-08-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/f4exb/sdrangel/releases/download/v7.22.0/sdrangel-7.22.0-win64.exe + InstallerSha256: C3C2EBD4CA8646A549A01CBA01DE3477A1CF9922A89C08981EA12B79D45DA514 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/f4exb/sdrangel/7.22.0/f4exb.sdrangel.locale.en-US.yaml b/manifests/f/f4exb/sdrangel/7.22.0/f4exb.sdrangel.locale.en-US.yaml new file mode 100644 index 0000000000000..88b9ac3640935 --- /dev/null +++ b/manifests/f/f4exb/sdrangel/7.22.0/f4exb.sdrangel.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: f4exb.sdrangel +PackageVersion: 7.22.0 +PackageLocale: en-US +Publisher: f4exb +PublisherUrl: https://github.com/f4exb +PublisherSupportUrl: https://github.com/f4exb/sdrangel/issues +PackageName: SDRangel +PackageUrl: https://github.com/f4exb/sdrangel +License: GPL-3.0 +LicenseUrl: https://github.com/f4exb/sdrangel/blob/HEAD/LICENSE +ShortDescription: SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube +Tags: +- airspy +- airspyhf +- bladerf +- d-star +- dmr +- dpmr +- funcube-dongle +- hackrf +- limesdr +- plutosdr +- receiver +- rtl-sdr +- sdr +- sdrplay +- transmitter +- ysf +ReleaseNotes: |- + This plugin implements a Rx channel based on the WDSP library. It implements issue #2156. This is a powerful and feature rich DSP library for SDR more specifically amateur radio and SWL audio modes: SSB, CW, AM, FM. The WDSP library is at the heart of OpenHPSDR and Pi-HPSDR projects and both implement excellent communication receivers. Experience with Pi-HPSDR was the main motivation to create this plugin. More details here + - Added cubehelix based color maps. Issue #2191 + - Fix API host address in About dialog and debug message. PR #2216 from @dforsi + - Some cleanup. PR #2212 from @dforsi + - Added shift to channel marker to take RIT into account. Part of #2156 + - Added S-meter units to scale engine. Part of #2156 + - Some typos fixes. PR #2206 from @dforsi + - Map enhancements and fixes. PR #2187 from @dforsi + - APT Demod: Check filename suffix is specified. PR #2190 from @srcejon + - Don't change filenames on Android, PR #2190 from @srcejon + - Frequency Scanner: Fix rounding error. PR #2186 from @srcejon + - Update sdrangel-windows-libraries link to include latest VC redistributable. PR #2185 from @srcejon +ReleaseNotesUrl: https://github.com/f4exb/sdrangel/releases/tag/v7.22.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/f4exb/sdrangel/7.22.0/f4exb.sdrangel.yaml b/manifests/f/f4exb/sdrangel/7.22.0/f4exb.sdrangel.yaml new file mode 100644 index 0000000000000..62b6a0f49515d --- /dev/null +++ b/manifests/f/f4exb/sdrangel/7.22.0/f4exb.sdrangel.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: f4exb.sdrangel +PackageVersion: 7.22.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/femtoCommunity/LegendUtil/0.3.0-beta/femtoCommunity.LegendUtil.installer.yaml b/manifests/f/femtoCommunity/LegendUtil/0.3.0-beta/femtoCommunity.LegendUtil.installer.yaml new file mode 100644 index 0000000000000..a7796af0a086e --- /dev/null +++ b/manifests/f/femtoCommunity/LegendUtil/0.3.0-beta/femtoCommunity.LegendUtil.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: femtoCommunity.LegendUtil +PackageVersion: 0.3.0-beta +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/femtoCommunity/LegendUtil/releases/download/300.202408061616031/LegendUtil_Setup.exe + InstallerSha256: a400a671a18d3772d3d4204b44590d8dcca8506f68399565e42c9c6f4b8575b4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/femtoCommunity/LegendUtil/0.3.0-beta/femtoCommunity.LegendUtil.locale.ja-JP.yaml b/manifests/f/femtoCommunity/LegendUtil/0.3.0-beta/femtoCommunity.LegendUtil.locale.ja-JP.yaml new file mode 100644 index 0000000000000..b8619417c9a8a --- /dev/null +++ b/manifests/f/femtoCommunity/LegendUtil/0.3.0-beta/femtoCommunity.LegendUtil.locale.ja-JP.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: femtoCommunity.LegendUtil +PackageVersion: 0.3.0-beta +PackageLocale: ja-JP +Publisher: femto Community +PublisherUrl: https://femtocommunity.com/ +PublisherSupportUrl: https://discord.gg/Y5FrzPft3M +Author: femto Community Software Team +PackageName: LegendUtil +PackageUrl: https://femtocommunity.com/legendutil/ +License: GPL-3.0 +LicenseUrl: https://github.com/femtoCommunity/LegendUtil/blob/main/LICENSE +Copyright: Copyright (C) 2024 Milkeyyy +CopyrightUrl: https://github.com/femtoCommunity/LegendUtil/blob/main/LICENSE +ShortDescription: LegendUtil は、PC版 Apex Legends のプレイをより快適にするランチャーアプリケーションです。 +Description: LegendUtil は、PC版 Apex Legends のプレイをより快適にするランチャーアプリケーションです。引き伸ばしを行うための解像度の変更や、軽量化のための起動オプションの変更などを、GUIで視覚的に行うことができます。 +Moniker: legendutil +Tags: +- apex-legends +- apexlegends +- apex +- launcher +- utility +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/femtoCommunity/LegendUtil/0.3.0-beta/femtoCommunity.LegendUtil.yaml b/manifests/f/femtoCommunity/LegendUtil/0.3.0-beta/femtoCommunity.LegendUtil.yaml new file mode 100644 index 0000000000000..7cbfbfb3d86e7 --- /dev/null +++ b/manifests/f/femtoCommunity/LegendUtil/0.3.0-beta/femtoCommunity.LegendUtil.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: femtoCommunity.LegendUtil +PackageVersion: 0.3.0-beta +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.installer.yaml new file mode 100644 index 0000000000000..cf281f248095e --- /dev/null +++ b/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: filips.FirefoxPWA +PackageVersion: 2.12.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +AppsAndFeaturesEntries: +- UpgradeCode: '{E1CD921B-369E-47CB-AD2E-3BCA94142512}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.12.2/firefoxpwa-2.12.2-x86.msi + InstallerSha256: 64A8EDCA100B6DF192D9387D0666AB785042AD3BA38A3E4849A30920AE06F531 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + ProductCode: '{BD0DCA0D-50D2-4525-B00D-0CF3F84413FF}' +- Architecture: x64 + InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.12.2/firefoxpwa-2.12.2-x86_64.msi + InstallerSha256: 9A8751751A3D15092A7BEEB01F584CD7071606CE99768DA6429736C192C379A7 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{226AFDF1-0DD4-4ACE-A78A-B595BA0ED88B}' +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-07 diff --git a/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.locale.en-US.yaml new file mode 100644 index 0000000000000..df28ee7432215 --- /dev/null +++ b/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: filips.FirefoxPWA +PackageVersion: 2.12.2 +PackageLocale: en-US +Publisher: filips +PublisherUrl: https://pwasforfirefox.filips.si +PublisherSupportUrl: https://pwasforfirefox.filips.si +Author: filips +PackageName: PWAsForFirefox +PackageUrl: https://pwasforfirefox.filips.si +License: MPL-2.0 +LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) +Description: |- + Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. + Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. + This project creates a custom modified Firefox runtime to allow websites to be installed as standalone apps and provides a console tool and browser extension to install, manage and use them. + This package contains only the native part of the FirefoxPWA project. + You should also install the browser extension if you haven't already. + You can download it from . +Moniker: firefoxpwa +Tags: +- firefox +- foss +- open-source +- progressive-web-app +- web +- webapp +ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.12.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/filips123/PWAsForFirefox/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.yaml new file mode 100644 index 0000000000000..c7f584fd8d2ff --- /dev/null +++ b/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: filips.FirefoxPWA +PackageVersion: 2.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.installer.yaml new file mode 100644 index 0000000000000..f8f244e6b554c --- /dev/null +++ b/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: filips.FirefoxPWA +PackageVersion: 2.12.3 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +AppsAndFeaturesEntries: +- UpgradeCode: '{E1CD921B-369E-47CB-AD2E-3BCA94142512}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.12.3/firefoxpwa-2.12.3-x86.msi + InstallerSha256: 1855B4C6C8AA76FCEAF71C58823B1C033F298307DFA593D423DC097D0883EB2E + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + ProductCode: '{DF82CCEE-B973-4C36-A021-93CAB945433B}' +- Architecture: x64 + InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.12.3/firefoxpwa-2.12.3-x86_64.msi + InstallerSha256: 043E472874F012DED3074C347D27010E62274C678027FB8F1D5BD0E0F0B915BC + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{08526EE6-232A-4C58-BD30-04ECAD209F25}' +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-09 diff --git a/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.locale.en-US.yaml new file mode 100644 index 0000000000000..81693cab84566 --- /dev/null +++ b/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: filips.FirefoxPWA +PackageVersion: 2.12.3 +PackageLocale: en-US +Publisher: filips +PublisherUrl: https://pwasforfirefox.filips.si +PublisherSupportUrl: https://pwasforfirefox.filips.si +Author: filips +PackageName: PWAsForFirefox +PackageUrl: https://pwasforfirefox.filips.si +License: MPL-2.0 +LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) +Description: |- + Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. + Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. + This project creates a custom modified Firefox runtime to allow websites to be installed as standalone apps and provides a console tool and browser extension to install, manage and use them. + This package contains only the native part of the FirefoxPWA project. + You should also install the browser extension if you haven't already. + You can download it from . +Moniker: firefoxpwa +Tags: +- firefox +- foss +- open-source +- progressive-web-app +- web +- webapp +ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.12.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/filips123/PWAsForFirefox/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.yaml new file mode 100644 index 0000000000000..a5467b62f5fd8 --- /dev/null +++ b/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: filips.FirefoxPWA +PackageVersion: 2.12.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/fire-eggs/DarkThumbs/1.9/fire-eggs.DarkThumbs.installer.yaml b/manifests/f/fire-eggs/DarkThumbs/1.9/fire-eggs.DarkThumbs.installer.yaml new file mode 100644 index 0000000000000..b18ae1c3ccf47 --- /dev/null +++ b/manifests/f/fire-eggs/DarkThumbs/1.9/fire-eggs.DarkThumbs.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: fire-eggs.DarkThumbs +PackageVersion: '1.9' +InstallerLocale: en-US +InstallerType: msi +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{305B79DC-7D7D-4F4A-BAB4-4AEAD7020BD4}' +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-05-02 +InstallerSuccessCodes: +- 1603 +AppsAndFeaturesEntries: +- UpgradeCode: '{AF24A565-E9E1-4A07-B720-56F2F458A4DD}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fire-eggs/DarkThumbs/releases/download/V1.9/DarkThumbsSetup_x64.msi + InstallerSha256: 536244C55D6722147F0FEF700A6BD46483F14BD9514B40E1D16C15A5A36ED692 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/fire-eggs/DarkThumbs/1.9/fire-eggs.DarkThumbs.locale.en-US.yaml b/manifests/f/fire-eggs/DarkThumbs/1.9/fire-eggs.DarkThumbs.locale.en-US.yaml new file mode 100644 index 0000000000000..815f8d006c02d --- /dev/null +++ b/manifests/f/fire-eggs/DarkThumbs/1.9/fire-eggs.DarkThumbs.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: fire-eggs.DarkThumbs +PackageVersion: '1.9' +PackageLocale: en-US +Publisher: fire-eggs +PublisherUrl: https://github.com/fire-eggs +Author: Kevin Routley +PackageName: DarkThumbs +PackageUrl: https://github.com/fire-eggs/DarkThumbs +License: Freeware +ShortDescription: ' Adds thumbnail preview to Windows Explorer for EPUB, FB2 and Kindle ebooks; CBZ, CBR, RAR and ZIP archives.' +Moniker: darkthumbs +Tags: +- cbr +- cbz +- epub +- explorer-shell-extension +- explorer-thumbnails +- fb2 +- kindle +- mobi +- shell-extension +ReleaseNotesUrl: https://github.com/fire-eggs/DarkThumbs/releases +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/fire-eggs/DarkThumbs/1.9/fire-eggs.DarkThumbs.yaml b/manifests/f/fire-eggs/DarkThumbs/1.9/fire-eggs.DarkThumbs.yaml new file mode 100644 index 0000000000000..31fa857718b63 --- /dev/null +++ b/manifests/f/fire-eggs/DarkThumbs/1.9/fire-eggs.DarkThumbs.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: fire-eggs.DarkThumbs +PackageVersion: '1.9' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.installer.yaml b/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.installer.yaml new file mode 100644 index 0000000000000..724aea7bd36a1 --- /dev/null +++ b/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: fjsoft.MyPhoneExplorer +PackageVersion: "2.1" +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- mpb +- sms +ReleaseDate: 2023-10-08 +Installers: +- Architecture: x86 + InstallerUrl: https://www.fjsoft.at/files/MyPhoneExplorer_Setup_2.1.exe + InstallerSha256: 78089DFA12809B5886609BCF20F31C57897DA796D17B696A902179A2397ADDFA + ProductCode: MPE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.locale.de-DE.yaml b/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.locale.de-DE.yaml new file mode 100644 index 0000000000000..c65df3c8240cc --- /dev/null +++ b/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.locale.de-DE.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: fjsoft.MyPhoneExplorer +PackageVersion: "2.1" +PackageLocale: de-DE +Publisher: F.J. Wechselberger +PublisherUrl: https://www.fjsoft.at/de/ +PublisherSupportUrl: https://www.fjsoft.at/de/Forum/ +PrivacyUrl: https://www.fjsoft.at/de/Datenschutz/ +Author: Franz Josef Wechselberger +PackageName: MyPhoneExplorer +PackageUrl: https://www.fjsoft.at/de/ +License: Proprietär +LicenseUrl: https://www.fjsoft.at/myphoneexplorer/eula_myphoneexplorer.html +Copyright: © 2023 by F.J. Wechselberger +# CopyrightUrl: +ShortDescription: Das ultimative Verwaltungsprogramm für Android-Smartphones! +Description: Verbinden Sie Ihr Handy über WLAN, USB-Kabel oder Bluetooth mit Ihrem PC und Sie werden überrascht sein, wie einfach und effizient Sie Ihr Smartphone mit diesem kompakten Programm verwalten können! Im Gegensatz zu vielen anderen Anwendungen in diesem Bereich überträgt MyPhoneExplorer ausschließlich alle Daten lokal und nicht in "die Cloud". Die Daten bleiben dort wo sie hingehören - beim Benutzer. MyPhoneExplorer hat sich inzwischen zum beliebtesten Freewaretool für Smartphones entwickelt und wird ständig um neue Funktionen erweitert. +# Moniker: +# Tags: +ReleaseNotes: |- + - Drag&Drop Unterstützung im Kalender + - Autocomplete bei Termineingabe basierend auf bestehenden Terminen + - DualSIM-Unterstützung verbessert, bei Anruflisten und SMS wird benutzte SIM-Karte angezeigt + - DualMessenger Speicherbereich im Dateibrowser wird unterstützt + - Backup-Wiederherstellung verbessert, lokale Kalender werden nun ebenso wiederhergestellt + - bei USB-Verbindung werden einige Dialog-Bestätigungen automatisch erledigt (z.B. bei Texteingabe, Bildschirm spiegeln) + - Kontakt-Bearbeiten-Dialog wurde überarbeitet + - Sync-Unterstützung für Betterbird + - viele kleinere Änderungen und Fehlerbehebungen +ReleaseNotesUrl: https://www.fjsoft.at/de/Versionen/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.locale.en-US.yaml b/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..3b2bce34cba5e --- /dev/null +++ b/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: fjsoft.MyPhoneExplorer +PackageVersion: "2.1" +PackageLocale: en-US +Publisher: F.J. Wechselberger +PublisherUrl: https://www.fjsoft.at/en/ +PublisherSupportUrl: https://www.fjsoft.at/en/Forum/ +PrivacyUrl: https://www.fjsoft.at/en/Privacy/ +Author: Franz Josef Wechselberger +PackageName: MyPhoneExplorer +PackageUrl: https://www.fjsoft.at/en/ +License: Proprietary +LicenseUrl: https://www.fjsoft.at/myphoneexplorer/eula_myphoneexplorer.html +Copyright: © 2023 by F.J. Wechselberger +# CopyrightUrl: +ShortDescription: Simply explore your Android phone! +Description: Connect your phone via WiFi, cable or bluetooth and you'll be surprised how easy and efficient it will be to manage your phone with our software. Since it's first release MyPhoneExplorer evolved into the most popular freeware tool for smartphones. The software is constantly updated with new features. In contrast to many other solutions MyPhoneExplorer works completely locally without using any third-party server! +Moniker: myphoneexplorer +Tags: +- backup +- data +- file +- mobile +- phone +- recover +- recovery +- restore +- sync +- transfer +ReleaseNotes: |- + - Drag&Drop support for calendar + - Autocomplete in the appointment dialog based on existing appointments + - better DualSIM-support, used SIM-card is shown for call lists and SMS messages + - DualMessenger storage is supported now in filebrowser + - better backup-restore, local calendars are now also restored + - several dialogs are confirmed automatically if the phone is connected via USB-cable (f.e. Textinput, Screen mirroring) + - Contact-edit-dialog revised + - Sync-support for Betterbird + - alot smaller changes and bugfixes +ReleaseNotesUrl: https://www.fjsoft.at/en/Versions/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.locale.zh-CN.yaml b/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..42dac235e7668 --- /dev/null +++ b/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: fjsoft.MyPhoneExplorer +PackageVersion: "2.1" +PackageLocale: zh-CN +Publisher: F.J. Wechselberger +PublisherUrl: https://www.fjsoft.at/en/ +PublisherSupportUrl: https://www.fjsoft.at/en/Forum/ +PrivacyUrl: https://www.fjsoft.at/en/Privacy/ +Author: Franz Josef Wechselberger +PackageName: MyPhoneExplorer +PackageUrl: https://www.fjsoft.at/en/ +License: 专有软件 +LicenseUrl: https://www.fjsoft.at/myphoneexplorer/eula_myphoneexplorer.html +Copyright: © 2023 by F.J. Wechselberger +# CopyrightUrl: +ShortDescription: 轻松探索您的安卓手机! +Description: 在通过 WiFi、数据线或蓝牙连接您的手机后,您会惊讶地发现,使用我们的软件管理手机是如此的简单高效。自首次发布以来,MyPhoneExplorer 已发展成为最受欢迎的智能手机免费工具。该软件会不断更新,增加新功能。不同于许多其它解决方案,MyPhoneExplorer 完全在本地运行,不使用任何第三方服务器! +# Moniker: +Tags: +- 传输 +- 同步 +- 备份 +- 恢复 +- 手机 +- 数据 +- 文件 +- 还原 +# ReleaseNotes: +ReleaseNotesUrl: https://www.fjsoft.at/en/Versions/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.yaml b/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.yaml new file mode 100644 index 0000000000000..e85cb14440a3d --- /dev/null +++ b/manifests/f/fjsoft/MyPhoneExplorer/2.1/fjsoft.MyPhoneExplorer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: fjsoft.MyPhoneExplorer +PackageVersion: "2.1" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/flawiddsouza/Restfox/0.20.0/flawiddsouza.Restfox.installer.yaml b/manifests/f/flawiddsouza/Restfox/0.20.0/flawiddsouza.Restfox.installer.yaml new file mode 100644 index 0000000000000..c3a6a004fab42 --- /dev/null +++ b/manifests/f/flawiddsouza/Restfox/0.20.0/flawiddsouza.Restfox.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: flawiddsouza.Restfox +PackageVersion: 0.20.0 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/flawiddsouza/Restfox/releases/download/v0.20.0/Restfox-0.20.0.Setup.exe + InstallerSha256: 54B0DBE136B0FACC744360CFA87F36C0F695D8751CC353FC0DEED8D2AEE4DAD7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/flawiddsouza/Restfox/0.20.0/flawiddsouza.Restfox.locale.en-US.yaml b/manifests/f/flawiddsouza/Restfox/0.20.0/flawiddsouza.Restfox.locale.en-US.yaml new file mode 100644 index 0000000000000..13dc7abdf9fc1 --- /dev/null +++ b/manifests/f/flawiddsouza/Restfox/0.20.0/flawiddsouza.Restfox.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: flawiddsouza.Restfox +PackageVersion: 0.20.0 +PackageLocale: en-US +Publisher: Flawid D'Souza +PackageName: Restfox +License: MIT License +Copyright: Copyright © 2024 Flawid D'Souza +ShortDescription: Restfox +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/flawiddsouza/Restfox/0.20.0/flawiddsouza.Restfox.yaml b/manifests/f/flawiddsouza/Restfox/0.20.0/flawiddsouza.Restfox.yaml new file mode 100644 index 0000000000000..d91bbf27b2f99 --- /dev/null +++ b/manifests/f/flawiddsouza/Restfox/0.20.0/flawiddsouza.Restfox.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: flawiddsouza.Restfox +PackageVersion: 0.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.35.1/foldynl.QLog.installer.yaml b/manifests/f/foldynl/QLog/0.35.1/foldynl.QLog.installer.yaml deleted file mode 100644 index cab04d8ebd6f7..0000000000000 --- a/manifests/f/foldynl/QLog/0.35.1/foldynl.QLog.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.35.1 -InstallerType: exe -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: in -c - SilentWithProgress: in -c - InstallLocation: -t -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ReleaseDate: 2024-05-06 -AppsAndFeaturesEntries: -- Publisher: OK1MLG - DisplayVersion: 0.33.1 - ProductCode: '{ff960799-b4b6-4bc6-8b55-0576e9030a78}' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/foldynl/QLog/releases/download/v0.35.1/qlog-installer0.35.1.exe - InstallerSha256: E0DD6F2B2F99510235B44150F2E3D1FC23D2874C270F405485B2F3A758C526F5 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.35.1/foldynl.QLog.locale.en-US.yaml b/manifests/f/foldynl/QLog/0.35.1/foldynl.QLog.locale.en-US.yaml deleted file mode 100644 index eec0b8225a1a8..0000000000000 --- a/manifests/f/foldynl/QLog/0.35.1/foldynl.QLog.locale.en-US.yaml +++ /dev/null @@ -1,52 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.35.1 -PackageLocale: en-US -Publisher: foldynl -PublisherUrl: https://github.com/foldynl -PublisherSupportUrl: https://github.com/foldynl/QLog/issues -Author: Ladislav -PackageName: QLog -PackageUrl: https://github.com/foldynl/QLog -License: GPL-3.0 -LicenseUrl: https://github.com/foldynl/QLog/blob/HEAD/LICENSE -Copyright: Copyright (C) 2020 Thomas Gatzweiler -CopyrightUrl: https://github.com/foldynl/QLog/blob/master/README.md#license -ShortDescription: Amateur radio logbook software. -Description: QLog is an Amateur Radio logging application for Linux, Windows and Mac OS. It is based on the Qt framework and uses SQLite as database backend. -Tags: -- amateur-radio -- amateurradio -- fldigi -- hamqth -- hamradio -- logger -- lotw -- open-source -- opensource -- openstreetmap -- qsl -- qso -- qt5 -- qt6 -- radioamateur -- sqlite -ReleaseNotes: |- - - Fixed Free QRZ callbook - Name is not populating (issue #363) - - Fixed Incorrect CW segment freqs (issue #365) - Windows Libraries: - Qt 6.6.2 - openssl 3.2.1 - hamlib 4.5.5 - qtkeychain 0.13.2Timezone DB: 2023d (Binaries: - Windows: below - Fedora 38: below (Last) - Fedora 39: below - MacOS 12: below - Ubuntu 20.04, 22.04, 23.10, 24.04 (New): via PPA (https://launchpad.net/~foldyna/+archive/ubuntu/qlog) - Flatpak package is available via Flathub. The package contains built-in Trusted QSL.Full Changelog: https://github.com/foldynl/QLog/compare/v0.35.0...v0.35.1 -ReleaseNotesUrl: https://github.com/foldynl/QLog/releases/tag/v0.35.1 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.35.1/foldynl.QLog.yaml b/manifests/f/foldynl/QLog/0.35.1/foldynl.QLog.yaml deleted file mode 100644 index b83e6b5510ca4..0000000000000 --- a/manifests/f/foldynl/QLog/0.35.1/foldynl.QLog.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.35.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.35.2/foldynl.QLog.installer.yaml b/manifests/f/foldynl/QLog/0.35.2/foldynl.QLog.installer.yaml deleted file mode 100644 index 84e0957d558d9..0000000000000 --- a/manifests/f/foldynl/QLog/0.35.2/foldynl.QLog.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.35.2 -InstallerType: portable -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: in -c - SilentWithProgress: in -c - InstallLocation: -t -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ReleaseDate: 2024-05-21 -AppsAndFeaturesEntries: -- Publisher: OK1MLG - DisplayVersion: 0.33.1 - ProductCode: '{ff960799-b4b6-4bc6-8b55-0576e9030a78}' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/foldynl/QLog/releases/download/v0.35.2/qlog-installer0.35.2.exe - InstallerSha256: 22958B6DAD0E71188DA8C38B5590E61896AFBDB66849E0FD3525943F9055274D -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.35.2/foldynl.QLog.locale.en-US.yaml b/manifests/f/foldynl/QLog/0.35.2/foldynl.QLog.locale.en-US.yaml deleted file mode 100644 index 53544977d272a..0000000000000 --- a/manifests/f/foldynl/QLog/0.35.2/foldynl.QLog.locale.en-US.yaml +++ /dev/null @@ -1,54 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.35.2 -PackageLocale: en-US -Publisher: foldynl -PublisherUrl: https://github.com/foldynl -PublisherSupportUrl: https://github.com/foldynl/QLog/issues -Author: Ladislav -PackageName: QLog -PackageUrl: https://github.com/foldynl/QLog -License: GPL-3.0 -LicenseUrl: https://github.com/foldynl/QLog/blob/HEAD/LICENSE -Copyright: Copyright (C) 2020 Thomas Gatzweiler -CopyrightUrl: https://github.com/foldynl/QLog/blob/master/README.md#license -ShortDescription: Amateur radio logbook software. -Description: QLog is an Amateur Radio logging application for Linux, Windows and Mac OS. It is based on the Qt framework and uses SQLite as database backend. -Tags: -- amateur-radio -- amateurradio -- fldigi -- hamqth -- hamradio -- logger -- lotw -- open-source -- opensource -- openstreetmap -- qsl -- qso -- qt5 -- qt6 -- radioamateur -- sqlite -ReleaseNotes: |- - - Improved delete performance; added delete progress bar (issue #351) - - Fixed Password with plus is incorrectly sent to online services (issue #366) - - Fixed Compilation issue under Hamlib v4.6 (issue #368) - - Fixed Network Rig configuration is not saved (issue #370) - Windows Libraries: - Qt 6.6.2 - openssl 3.2.1 - hamlib 4.5.5 - qtkeychain 0.13.2Timezone DB: 2023d (Binaries: - Windows: below - Fedora 38: below (Last) - Fedora 39: below - MacOS 12: below - Ubuntu 20.04, 22.04, 23.10, 24.04 (New): via PPA (https://launchpad.net/~foldyna/+archive/ubuntu/qlog) - Flatpak package is available via Flathub. The package contains built-in Trusted QSL.Full Changelog: https://github.com/foldynl/QLog/compare/v0.35.1...v0.35.2 -ReleaseNotesUrl: https://github.com/foldynl/QLog/releases/tag/v0.35.2 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.35.2/foldynl.QLog.yaml b/manifests/f/foldynl/QLog/0.35.2/foldynl.QLog.yaml deleted file mode 100644 index cdb7374c6fe49..0000000000000 --- a/manifests/f/foldynl/QLog/0.35.2/foldynl.QLog.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.35.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.36.0/foldynl.QLog.installer.yaml b/manifests/f/foldynl/QLog/0.36.0/foldynl.QLog.installer.yaml deleted file mode 100644 index 4e846b79f62dc..0000000000000 --- a/manifests/f/foldynl/QLog/0.36.0/foldynl.QLog.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.36.0 -InstallerType: portable -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: in -c - SilentWithProgress: in -c - InstallLocation: -t -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ReleaseDate: 2024-06-07 -AppsAndFeaturesEntries: -- Publisher: OK1MLG - DisplayVersion: 0.33.1 - ProductCode: '{ff960799-b4b6-4bc6-8b55-0576e9030a78}' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/foldynl/QLog/releases/download/v0.36.0/qlog-installer0.36.0_1.exe - InstallerSha256: BE9023587B49C49418CBDBFF36B26ABD0672CED95FA5ACDC176969FC0352971C -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.36.0/foldynl.QLog.locale.en-US.yaml b/manifests/f/foldynl/QLog/0.36.0/foldynl.QLog.locale.en-US.yaml deleted file mode 100644 index 8b592d32206fe..0000000000000 --- a/manifests/f/foldynl/QLog/0.36.0/foldynl.QLog.locale.en-US.yaml +++ /dev/null @@ -1,61 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.36.0 -PackageLocale: en-US -Publisher: foldynl -PublisherUrl: https://github.com/foldynl -PublisherSupportUrl: https://github.com/foldynl/QLog/issues -Author: Ladislav -PackageName: QLog -PackageUrl: https://github.com/foldynl/QLog -License: GPL-3.0 -LicenseUrl: https://github.com/foldynl/QLog/blob/HEAD/LICENSE -Copyright: Copyright (C) 2020 Thomas Gatzweiler -CopyrightUrl: https://github.com/foldynl/QLog/blob/master/README.md#license -ShortDescription: Amateur radio logbook software. -Description: QLog is an Amateur Radio logging application for Linux, Windows and Mac OS. It is based on the Qt framework and uses SQLite as database backend. -Tags: -- amateur-radio -- amateurradio -- fldigi -- hamqth -- hamradio -- logger -- lotw -- open-source -- opensource -- openstreetmap -- qsl -- qso -- qt5 -- qt6 -- radioamateur -- sqlite -ReleaseNotes: |- - - [NEW] - WSJTX: Added support to received ADIF QSO Log record - - [NEW] - Sat mode is derived from RX/TX Freq - - [NEW] - Logbook filters change color when enabled - - [NEW] - Frequency input boxes PageUp/Dn switches the band (issue #360) - - [NEW] - CTRL + PgUp/Dn switch band on the connected rig - global shortcut (issue #360) - - [NEW] - Added number of filtered QSOs (issue #374) - - Fixed Callbook query does not work (issue #377) - - Fixed Logbook columns are reordered after Delete (issue #383) - - Fixed Missing Republic of Kosovo flag (issue #384) - WINDOWS USER ONLY - I'm sorry, but due to unexpected changes and an internal error in the Windows QT Installer (issue description), I have to release an updated QLog version for this platform with instructions how to install it. Please follow these steps:- If you already have older versions (< 0.35.2) installed, perform a manual uninstall of that version. - - Install the new version of QLog from qlog-installer0.36.0_1.exe package - Please follow the above instructions even if you already have QLog version 0.36 installed.There is no need to worry about your QSOs during the uninstall, as the uninstall procedure does not delete the internal data of QLog. Of course, a backup is always recommended.I hope that future versions will be installed correctly.Windows Libraries: - Qt 6.6.3 (Updated) - openssl 3.3.1 (Updated) - hamlib 4.5.5 - qtkeychain 0.13.2Timezone DB: 2024a (Updated) (Binaries: - Windows: below - reissued - Fedora 39: below - Fedora 40: below (New) - Ubuntu 20.04, 22.04, 23.10, 24.04: via PPA (https://launchpad.net/~foldyna/+archive/ubuntu/qlog) - Flatpak package is available via Flathub. The package contains built-in Trusted QSL.Full Changelog: https://github.com/foldynl/QLog/compare/v0.35.2...v0.36.0 -ReleaseNotesUrl: https://github.com/foldynl/QLog/releases/tag/v0.36.0 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.36.0/foldynl.QLog.yaml b/manifests/f/foldynl/QLog/0.36.0/foldynl.QLog.yaml deleted file mode 100644 index 99e8c1372ed82..0000000000000 --- a/manifests/f/foldynl/QLog/0.36.0/foldynl.QLog.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.36.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.37.1/foldynl.QLog.installer.yaml b/manifests/f/foldynl/QLog/0.37.1/foldynl.QLog.installer.yaml deleted file mode 100644 index 2fd5085896d9d..0000000000000 --- a/manifests/f/foldynl/QLog/0.37.1/foldynl.QLog.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.37.1 -InstallerType: portable -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: in -c - SilentWithProgress: in -c - InstallLocation: -t -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ReleaseDate: 2024-07-10 -AppsAndFeaturesEntries: -- Publisher: OK1MLG - DisplayVersion: 0.33.1 - ProductCode: '{ff960799-b4b6-4bc6-8b55-0576e9030a78}' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/foldynl/QLog/releases/download/v0.37.1/qlog-installer0.37.1.exe - InstallerSha256: 0678A60EF2AD01514BEBDB584577C3B8ABB6C38871C0447F67D314B032A9D483 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.37.1/foldynl.QLog.locale.en-US.yaml b/manifests/f/foldynl/QLog/0.37.1/foldynl.QLog.locale.en-US.yaml deleted file mode 100644 index 15500418e1a48..0000000000000 --- a/manifests/f/foldynl/QLog/0.37.1/foldynl.QLog.locale.en-US.yaml +++ /dev/null @@ -1,53 +0,0 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.37.1 -PackageLocale: en-US -Publisher: foldynl -PublisherUrl: https://github.com/foldynl -PublisherSupportUrl: https://github.com/foldynl/QLog/issues -Author: Ladislav -PackageName: QLog -PackageUrl: https://github.com/foldynl/QLog -License: GPL-3.0 -LicenseUrl: https://github.com/foldynl/QLog/blob/HEAD/LICENSE -Copyright: Copyright (C) 2020 Thomas Gatzweiler -CopyrightUrl: https://github.com/foldynl/QLog/blob/master/README.md#license -ShortDescription: Amateur radio logbook software. -Description: QLog is an Amateur Radio logging application for Linux, Windows and Mac OS. It is based on the Qt framework and uses SQLite as database backend. -Tags: -- amateur-radio -- amateurradio -- fldigi -- hamqth -- hamradio -- logger -- lotw -- open-source -- opensource -- openstreetmap -- qsl -- qso -- qt5 -- qt6 -- radioamateur -- sqlite -ReleaseNotes: |- - - Fixed QSO Table Callsign filter is not filled properly (issue #401) - - Fixed DXC zero frequency for last QSO in case of FT8 QSOs (issue #404) - - Fixed Callsign Context Menu does not work (issue #409) - - Fixed QSO Detail Save and Edit buttons are not translated (issue #410) - Full Changelog: https://github.com/foldynl/QLog/compare/v0.37.0...v0.37.1WINDOWS USER ONLYIf you have installed versions 0.35.2 or older, perform a manual uninstall and then install the new version of QLog. There is no need to worry about your QSOs during the uninstall, as the uninstall procedure does not delete the internal data of QLog. Of course, a backup is always recommended.If you have installed versions 0.36 or newer, then it is not necessary to perform an uninstall.Windows Libraries: - Qt 6.6.3 - openssl 3.3.1 - hamlib 4.5.5 - qtkeychain 0.13.2Timezone DB: 2024a (Binaries: - Windows: below - Fedora 39: below - Fedora 40: below - Ubuntu 20.04, 22.04, 23.10, 24.04: via PPA (https://launchpad.net/~foldyna/+archive/ubuntu/qlog) - Flatpak package is available via Flathub. The package contains built-in Trusted QSL. -ReleaseNotesUrl: https://github.com/foldynl/QLog/releases/tag/v0.37.1 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.37.1/foldynl.QLog.yaml b/manifests/f/foldynl/QLog/0.37.1/foldynl.QLog.yaml deleted file mode 100644 index ba0575b0751cb..0000000000000 --- a/manifests/f/foldynl/QLog/0.37.1/foldynl.QLog.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.37.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.37.2/foldynl.QLog.installer.yaml b/manifests/f/foldynl/QLog/0.37.2/foldynl.QLog.installer.yaml new file mode 100644 index 0000000000000..2f3331bc20e44 --- /dev/null +++ b/manifests/f/foldynl/QLog/0.37.2/foldynl.QLog.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: foldynl.QLog +PackageVersion: 0.37.2 +InstallerType: portable +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: in -c + SilentWithProgress: in -c + InstallLocation: -t +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-07-26 +AppsAndFeaturesEntries: +- Publisher: OK1MLG + DisplayVersion: 0.33.1 + ProductCode: '{ff960799-b4b6-4bc6-8b55-0576e9030a78}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/foldynl/QLog/releases/download/v0.37.2/qlog-installer0.37.2.exe + InstallerSha256: 81D63627F232BE425414F6860337518D65490EC859C5A4EDA6633B61FC811DDF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.37.2/foldynl.QLog.locale.en-US.yaml b/manifests/f/foldynl/QLog/0.37.2/foldynl.QLog.locale.en-US.yaml new file mode 100644 index 0000000000000..6024f7e2301a5 --- /dev/null +++ b/manifests/f/foldynl/QLog/0.37.2/foldynl.QLog.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: foldynl.QLog +PackageVersion: 0.37.2 +PackageLocale: en-US +Publisher: foldynl +PublisherUrl: https://github.com/foldynl +PublisherSupportUrl: https://github.com/foldynl/QLog/issues +Author: Ladislav +PackageName: QLog +PackageUrl: https://github.com/foldynl/QLog +License: GPL-3.0 +LicenseUrl: https://github.com/foldynl/QLog/blob/HEAD/LICENSE +Copyright: Copyright (C) 2020 Thomas Gatzweiler +CopyrightUrl: https://github.com/foldynl/QLog/blob/master/README.md#license +ShortDescription: Amateur radio logbook software. +Description: QLog is an Amateur Radio logging application for Linux, Windows and Mac OS. It is based on the Qt framework and uses SQLite as database backend. +Tags: +- amateur-radio +- amateurradio +- fldigi +- hamqth +- hamradio +- logger +- lotw +- open-source +- opensource +- openstreetmap +- qsl +- qso +- qt5 +- qt6 +- radioamateur +- sqlite +ReleaseNotes: |- + - Fixed Field QSL Send Via should be retained (issue #413) + - Fixed Set rotator position fails if azimuth > 180 (issue #417) + - Fixed Windows State/Size does not save in case of fullscreen (issue #418) + - Fixed Significant rounding during azimuth calculation (issue #422) + - Updated Simplified Chinese translation + - Updated Spanish translation + - Added Italian translation (thx IK1VQY) + Full Changelog: https://github.com/foldynl/QLog/compare/v0.37.1...v0.37.2WINDOWS USER ONLYIf you have installed versions 0.35.2 or older, perform a manual uninstall and then install the new version of QLog. There is no need to worry about your QSOs during the uninstall, as the uninstall procedure does not delete the internal data of QLog. Of course, a backup is always recommended.If you have installed versions 0.36 or newer, then it is not necessary to perform an uninstall.Windows Libraries: + Qt 6.6.3 + openssl 3.3.1 (Updated) + hamlib 4.5.5 + qtkeychain 0.13.2Timezone DB: 2024a (Binaries: + Windows: below + Fedora 39: below + Fedora 40: below + Ubuntu 20.04, 22.04, 24.04: via PPA (https://launchpad.net/~foldyna/+archive/ubuntu/qlog) + Flatpak package is available via Flathub. The package contains built-in Trusted QSL. +ReleaseNotesUrl: https://github.com/foldynl/QLog/releases/tag/v0.37.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.37.2/foldynl.QLog.yaml b/manifests/f/foldynl/QLog/0.37.2/foldynl.QLog.yaml new file mode 100644 index 0000000000000..b9fa6de443da5 --- /dev/null +++ b/manifests/f/foldynl/QLog/0.37.2/foldynl.QLog.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: foldynl.QLog +PackageVersion: 0.37.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.installer.yaml b/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.installer.yaml new file mode 100644 index 0000000000000..5e53c9d58b2cb --- /dev/null +++ b/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: foldynl.QLog +PackageVersion: 0.38.0 +InstallerType: portable +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: in -c + SilentWithProgress: in -c + InstallLocation: -t +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-08-29 +AppsAndFeaturesEntries: +- Publisher: OK1MLG + DisplayVersion: 0.33.1 + ProductCode: '{ff960799-b4b6-4bc6-8b55-0576e9030a78}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/foldynl/QLog/releases/download/v0.38.0/qlog-installer0.38.0.exe + InstallerSha256: 1A5D63F8F533BFD80A81717ECB388637A6D82CED48A9ABC8C915FC965B2231FF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.locale.en-US.yaml b/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.locale.en-US.yaml new file mode 100644 index 0000000000000..3668151433401 --- /dev/null +++ b/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: foldynl.QLog +PackageVersion: 0.38.0 +PackageLocale: en-US +Publisher: foldynl +PublisherUrl: https://github.com/foldynl +PublisherSupportUrl: https://github.com/foldynl/QLog/issues +Author: Ladislav +PackageName: QLog +PackageUrl: https://github.com/foldynl/QLog +License: GPL-3.0 +LicenseUrl: https://github.com/foldynl/QLog/blob/HEAD/LICENSE +Copyright: Copyright (C) 2020 Thomas Gatzweiler +CopyrightUrl: https://github.com/foldynl/QLog/blob/master/README.md#license +ShortDescription: Amateur radio logbook software. +Description: QLog is an Amateur Radio logging application for Linux, Windows and Mac OS. It is based on the Qt framework and uses SQLite as database backend. +Tags: +- amateur-radio +- amateurradio +- fldigi +- hamqth +- hamradio +- logger +- lotw +- open-source +- opensource +- openstreetmap +- qsl +- qso +- qt5 +- qt6 +- radioamateur +- sqlite +ReleaseNotes: "- [NEW] - Logbook - Added Send DX Spot to the QSO Context Menu\n- [NEW] - DX Filter - Added Dedup Time/Freq difference setting (@aa5sh)\n- [NEW] - Rig Setting - Added RTS/DTR PTT Type support (issue #353)\n- [NEW] - Bandmap - Scrollbar position is saved per band (issue #415)\n- [NEW] - New Contact - Added a dynamic value completer for SIG field (issue #425)\n- [NEW] - Awards - Added SOTA/POTA/WWFF (@aa5sh issue #311)\n- [NEW] - Awards - Added Not-Worked Filter\n- [NEW] - New Contact - Added Long Path Azimuth info\n- [NEW] - POTA Fields allow a comma-delimited list of one or more POTA Refs\n- [NEW] - WSJTX tunes freq/mode like Rig if rig is disconnected\n- [CHANGED] - Alert Widget is a Dock Widget (issue #399)\n- [CHANGED] - QLog adds more information from callbook for WSJTX QSOs (issues #403 #405 #420)\n- [CHANGED] - File Open dialogs are not a native dialog under Linux (issue #427)\n- [CHANGED] - Profiles transferred to DB\n- [CHANGED] - LOV last_dates transferred to DB\n- [CHANGED] - DX Cluster - Login Callsign is always the base Callsign\n- [REMOVED] - Setting DXCC Date\n- Fix for MacOS Layout Geometry Restore (@aa5sh)\n- Fixed TQSL does not block GUI thread\n- Fixed MacOS build process (@aa5sh)\nFull Changelog: https://github.com/foldynl/QLog/compare/v0.37.2...v0.38.0WINDOWS USER ONLYIf you have installed versions 0.35.2 or older, perform a manual uninstall and then install the new version of QLog. There is no need to worry about your QSOs during the uninstall, as the uninstall procedure does not delete the internal data of QLog. Of course, a backup is always recommended.If you have installed versions 0.36 or newer, then it is not necessary to perform an uninstall.Windows Libraries:\nQt 6.6.3\nopenssl 3.3.1\nhamlib 4.5.5\nqtkeychain 0.13.2Timezone DB: 2024a (Binaries:\nWindows: below\nFedora 39: below\nFedora 40: below\nUbuntu 20.04, 22.04, 24.04: via PPA (https://launchpad.net/~foldyna/+archive/ubuntu/qlog)\nMacOS DMG: \nFlatpak package is available via Flathub. The package contains built-in Trusted QSL." +ReleaseNotesUrl: https://github.com/foldynl/QLog/releases/tag/v0.38.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.yaml b/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.yaml new file mode 100644 index 0000000000000..95004d3795edd --- /dev/null +++ b/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: foldynl.QLog +PackageVersion: 0.38.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/fuyoo/BSRDC/1.1.1/fuyoo.BSRDC.installer.yaml b/manifests/f/fuyoo/BSRDC/1.1.1/fuyoo.BSRDC.installer.yaml new file mode 100644 index 0000000000000..c16e2fc1a7464 --- /dev/null +++ b/manifests/f/fuyoo/BSRDC/1.1.1/fuyoo.BSRDC.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: fuyoo.BSRDC +PackageVersion: 1.1.1 +InstallerType: inno +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2022-01-14 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/fuyoo/bs-redis-desktop-client/releases/download/v1.1.1/Windows.x64.v1.1.1.installer.exe + InstallerSha256: A8E54B7B4663FF9FA14D44CF2E0190C349B5676DC96713610FC3265CB4EC1137 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{750B6ECD-28D8-4588-AA47-1A329E37C959}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/fuyoo/bs-redis-desktop-client/releases/download/v1.1.1/Windows.x64.v1.1.1.installer.exe + InstallerSha256: A8E54B7B4663FF9FA14D44CF2E0190C349B5676DC96713610FC3265CB4EC1137 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{750B6ECD-28D8-4588-AA47-1A329E37C959}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/fuyoo/BSRDC/1.1.1/fuyoo.BSRDC.locale.en-US.yaml b/manifests/f/fuyoo/BSRDC/1.1.1/fuyoo.BSRDC.locale.en-US.yaml new file mode 100644 index 0000000000000..c5704cd67f23c --- /dev/null +++ b/manifests/f/fuyoo/BSRDC/1.1.1/fuyoo.BSRDC.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: fuyoo.BSRDC +PackageVersion: 1.1.1 +PackageLocale: en-US +Publisher: FUYOO +PublisherUrl: https://www.xsa.link/ +PublisherSupportUrl: https://github.com/fuyoo/bs-redis-desktop-client/issues +# PrivacyUrl: +# Author: +PackageName: BSRDC +PackageUrl: https://github.com/fuyoo/bs-redis-desktop-client +License: MIT +LicenseUrl: https://github.com/fuyoo/bs-redis-desktop-client/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 fuyoo +# CopyrightUrl: +ShortDescription: The BS redis desktop client powered by Rust and Tauri, with very small weight, beautiful interface and faster running speed! +# Description: +# Moniker: +Tags: +- redis +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/fuyoo/bs-redis-desktop-client/releases/tag/v1.1.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/fuyoo/BSRDC/1.1.1/fuyoo.BSRDC.locale.zh-CN.yaml b/manifests/f/fuyoo/BSRDC/1.1.1/fuyoo.BSRDC.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6a8580d64621e --- /dev/null +++ b/manifests/f/fuyoo/BSRDC/1.1.1/fuyoo.BSRDC.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: fuyoo.BSRDC +PackageVersion: 1.1.1 +PackageLocale: zh-CN +Publisher: FUYOO +PublisherUrl: https://www.xsa.link/ +PublisherSupportUrl: https://github.com/fuyoo/bs-redis-desktop-client/issues +# PrivacyUrl: +# Author: +PackageName: BSRDC +PackageUrl: https://github.com/fuyoo/bs-redis-desktop-client +License: MIT +LicenseUrl: https://github.com/fuyoo/bs-redis-desktop-client/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 fuyoo +# CopyrightUrl: +ShortDescription: 由 Rust 和 Tauri 支持的 BS redis 桌面客户端,体积极小、界面漂亮、运行速度更快! +# Description: +# Moniker: +Tags: +- redis +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/fuyoo/bs-redis-desktop-client/releases/tag/v1.1.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/f/fuyoo/BSRDC/1.1.1/fuyoo.BSRDC.yaml b/manifests/f/fuyoo/BSRDC/1.1.1/fuyoo.BSRDC.yaml new file mode 100644 index 0000000000000..f3bf8a5e7f359 --- /dev/null +++ b/manifests/f/fuyoo/BSRDC/1.1.1/fuyoo.BSRDC.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: fuyoo.BSRDC +PackageVersion: 1.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.206/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.4.206/GDevelop.GDevelop.installer.yaml new file mode 100644 index 0000000000000..f11cabf9cee18 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.206/GDevelop.GDevelop.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.206 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.4.206/GDevelop-5-Setup-5.4.206.exe + InstallerSha256: 8731A42CF0937F58E5083BB9D6F8B8772C5FA041E2E3A10139BDCA6B6AF46C00 + InstallerSwitches: + Custom: /currentuser + ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.4.206/GDevelop-5-Setup-5.4.206.exe + InstallerSha256: 8731A42CF0937F58E5083BB9D6F8B8772C5FA041E2E3A10139BDCA6B6AF46C00 + InstallerSwitches: + Custom: /allusers + ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.206/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.4.206/GDevelop.GDevelop.locale.en-US.yaml new file mode 100644 index 0000000000000..e1c3d2d31261c --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.206/GDevelop.GDevelop.locale.en-US.yaml @@ -0,0 +1,136 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.206 +PackageLocale: en-US +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +# CopyrightUrl: +ShortDescription: The fastest, easiest, most powerful no-code game engine. +Description: "GDevelop is a free, open-source game engine that's 10x easier and faster to use than anything else. Build from anywhere — even on your phone. Publish everywhere: iOS, Android, Steam, web, gaming platforms. Reach millions of players or create the next hit game you've been dreaming of." +Moniker: gdevelop +Tags: +- develop +- development +- game +ReleaseNotes: |- + 🖌️ Build your 2D levels with tiles (Tilemaps) directly inside GDevelop + A new, built-in Tilemap object is now available in GDevelop. It's perfect to quickly build levels with tiles, without leaving GDevelop or requiring setup from an external editor. Tilemaps are quick to render and perfect for displaying big levels without losing in performance. + You can directly configure it with an image (called Tileset, or Atlas), drag it on the scene then paint tiles after selecting one in the properties panel. You can also define which tiles are "solid" so that they are considered as a platform if you use the "Platform" behavior (or Collision conditions). + https://github.com/user-attachments/assets/e376f1f6-add0-4be7-8ad7-d5a200f34d78 + Read more on the Tilemap documentation page. + This is a new feature that will be improved in the future: open-source contributors are welcome to add tools (flood fill, 9-patch rectangle), multiple tiles selection for painting or auto-tiling. + 🎮 Multiplayer improvements + - Lobby start is now more reliable (will wait for everyone to be connected to the host to start the game) and faster. If a player can't connect, the game will still start after a bit of time. + - Lobbies can now be joined after the game is started, if defined as such in the lobbies section of the game dashboard (which will be on by default for new games). Actions & conditions to check when a new player joins are available if needed. + https://github.com/user-attachments/assets/2e11370a-ca56-436c-a6be-831b1529ab7b + 👪 Define and modify variable for Object Groups + Object Groups allow to share the same events for multiple objects. While it's convenient, using variables with groups was painful because variables had to be added to every single object of the group before they could be used. + You can now open the group and see the variables that are in common in all objects of the group. Adding a variable to a group will add the variable to all objects. Adding an object to an existing group will ensure all variables of the group are also applied on the object. + + Finally, you can also now directly open group variables when editing an action or condition using a variable. This is convenient to quickly add a variable to a group while you're building your game logic. Read more on the documentation page about Object Groups. + 💝 Other improvements + - Update the AdMob extension to support Play Services v23. + - Add an action to read a directory to the filesystem actions (thanks @arthuro555!). + - Show the top of the 1st page when the asset store search changes. + - Add a dialog to choose between 2D and 3D when creating a custom object. + - Declare shortcut CTRL+D to duplicate in object list (Thanks @osmaneTKT!) + - Also applies the same shortcuts to the objects groups list. + - Add icons on tabs. + - Translate properly the messages about GDevelop editor's updates. + - Allow to drag and drop custom object properties and filter them. + - Improve raycast precision when the distance is 0 + - Add Star History to bottom of README (thanks @tristanbob!) + - Added new condition to check the zoom of a camera of a layer (thanks @tristanbob!) + - Remove an error about object name collision in object variable fields + - Add a tolerance parameter on the "linear velocity angle" condition + - Make object behavior autocompletion to be case insensitive when typing in a formula in an event. + 🛠️ Work-in-progress, experimental visual editor for custom objects + A new, work-in-progress, visual editor for custom objects (aka "prefabs"/"templates") is being finalized. More information about it will be available in the next releases. + ⚠️ These are the features still in progress: + - Properly handle effects (disable 3D effects) for layers + - Handle hot reloading properly + - Avoid duplicating the configuration of the custom object inside each object created from it. + - Add a "Extract as a custom object ("prefab")" when selecting instances in a scene. + - Ensure physics and pathfinding behaviors work properly. + - New expressions to translate coordinates from the parent to the local custom object. + - Ensure deletion of a custom object is gracefully handled by the editor + 🐛 Bug fixes + - Fix initialization of local array variables + - Fix errors when reading source files for autocompletions in JS events + - Fix message asking to check Apple/Google account for subscription not always shown + - This was the case when the app was opened from https://editor.gdevelop.io?initial-dialog=subscription + - Fix checkbox to disable ads not displayed properly after being changed + - Also address some part of the game dashboard that could be outdated after changes + - Fix opening an example from a link or command line argument + - An example opened from a link (typically, from the website) will now properly ask for the location where to save it, and will handle leaderboards and multiplayer. + - Fix particle emitter blending mode action. + - Fix changing disabled/read only state of text input. + - Avoid children variables to collapse in the editor after an undo. + - Fix to make platformer wall collisions with tile maps more precise + ⚙️ Extensions + - [Reviewed] [3D particle] Fix to avoid particles from keep displaying when the last instance is deleted + - [Reviewed] [CrazyGamesAdApi] Auto-load the CrazyGames extension when the domain is part of crazygames.com + - [Reviewed] [InAppPurchase] Add support for Google Play Billing library 7.0.0 + - [Community] [3D text] Move to the "Text" category + 🎨 Assets + New free asset packs + - Verboten Arcane Stash Basic Skills and Buffs by Pixerelia + - Pixel Art App Icons by Reffpixels + 🕹 Examples + - [Multiplayer Platformer Pickup] Simplify platformer pickup so it handles mid-game join + - [AdMob] Update to use correct App Open ID + - [InAppPurchase] Update example with the latest 0.0.6 InAppPurchase extension + - [Multiplayer Bounce Puzzle Game] Updates: + - Desynchronized the draggable behavior to prevent players from trying to drag objects they don't own. + - Added new cursors and animations for mobile game. + - Now showing both cursor and hiding the player's own native cursor. + - Fixed layering issue that made cursors go behind UI buttons. + - [Multiplayer Arrow Fight Game] Updates: + - Fixed pause button, it was "set to true" and needed to be changed to toggle in order to be turned off once the game was paused. + - Removed the multiplayer behavior from the pause text and button, the behavior was conflicting with the tween events and weren't needed. + - [Multiplayer Coop Platformer Game] Updates: + - Desynchronized the smooth camera behavior so each player's camera works independently. + - Added player usernames above player objects. + - Added mobile controls. + - Removed the multiplayer behavior from the pause text and button, the behavior was conflicting with the tween events and weren't needed. + 🕹 Premium Game Templates + New templates + - Multiplayer Ghosts by Vegetato + - Boss Battle by TheGemDev + Updates + - [Roguelite] + - Fixed a bug where the player can enter his username as empty spaces. + - Fixed a bug where the player can enter more than 10 characters as his username. + - Update to use the new unified variable system. + - [Online Multiplayer using THNK] Updates: + - Remade some of the mechanics/events to use even much fewer events, more user-friendly and easy to understand. + - Grouped events even more, to make the events cleaner and easier to understand. + - Deleted (Point&Orbit) extension, and replaced its actions with Put around & Rotate actions. + - Update to use the new unified variable system. + - [Impostor Alert] + - Use public and private THNK lobbies + - Update to use the new unified variable system. + - [Fighting] Update to use the new unified variable system. + - [Real Time Strategy] Various updates. + - [Crafting Template] Various updates. + 🛠 Internal changes (for developers) + - Remove dead code (TinyXml and Shifty) + - Fix not building peerjs for web runtime + - Fix actions that set boolean declared with addExpressionAndConditionAndAction +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.4.206 +PurchaseUrl: https://gdevelop.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.206/GDevelop.GDevelop.locale.zh-CN.yaml b/manifests/g/GDevelop/GDevelop/5.4.206/GDevelop.GDevelop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..06d7e7e132b0d --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.206/GDevelop.GDevelop.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.206 +PackageLocale: zh-CN +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +# CopyrightUrl: +ShortDescription: 最快、最简单、最强大的无代码游戏引擎。 +Description: GDevelop 是一款免费的开源游戏引擎,使用起来比其它任何引擎都要简单和快速 10 倍。在任何地方都能创建,甚至是在手机上。在任何地方都能发布:iOS、Android、Steam、网页和游戏平台。与数百万玩家见面,或制作下一款你梦寐以求的热门游戏。 +# Moniker: +Tags: +- 开发 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.4.206 +PurchaseUrl: https://gdevelop.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.206/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.4.206/GDevelop.GDevelop.yaml new file mode 100644 index 0000000000000..a196a44ee6660 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.206/GDevelop.GDevelop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.206 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.207/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.4.207/GDevelop.GDevelop.installer.yaml new file mode 100644 index 0000000000000..17a2b29d6d9a0 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.207/GDevelop.GDevelop.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.207 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.4.207/GDevelop-5-Setup-5.4.207.exe + InstallerSha256: F3EE13F91C7A9A5C09C87312967F531C49A6477B3B1F24D5071244BC770A12FD + InstallerSwitches: + Custom: /currentuser + ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.4.207/GDevelop-5-Setup-5.4.207.exe + InstallerSha256: F3EE13F91C7A9A5C09C87312967F531C49A6477B3B1F24D5071244BC770A12FD + InstallerSwitches: + Custom: /allusers + ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.207/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.4.207/GDevelop.GDevelop.locale.en-US.yaml new file mode 100644 index 0000000000000..3d7cd6e53139b --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.207/GDevelop.GDevelop.locale.en-US.yaml @@ -0,0 +1,144 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.207 +PackageLocale: en-US +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +# CopyrightUrl: +ShortDescription: The fastest, easiest, most powerful no-code game engine. +Description: "GDevelop is a free, open-source game engine that's 10x easier and faster to use than anything else. Build from anywhere — even on your phone. Publish everywhere: iOS, Android, Steam, web, gaming platforms. Reach millions of players or create the next hit game you've been dreaming of." +Moniker: gdevelop +Tags: +- develop +- development +- game +ReleaseNotes: |- + 🖌️ Build your 2D levels with tiles (Tilemaps) directly inside GDevelop + A new, built-in Tilemap object is now available in GDevelop. It's perfect to quickly build levels with tiles, without leaving GDevelop or requiring setup from an external editor. Tilemaps are quick to render and perfect for displaying big levels without losing in performance. + You can directly configure it with an image (called Tileset, or Atlas), drag it on the scene then paint tiles after selecting one in the properties panel. You can also define which tiles are "solid" so that they are considered as a platform if you use the "Platform" behavior (or Collision conditions). + https://github.com/user-attachments/assets/e376f1f6-add0-4be7-8ad7-d5a200f34d78 + Read more on the Tilemap documentation page. + This is a new feature that will be improved in the future: open-source contributors are welcome to add tools (flood fill, 9-patch rectangle), multiple tiles selection for painting or auto-tiling. + 🎮 Multiplayer improvements + - Lobby start is now more reliable (will wait for everyone to be connected to the host to start the game) and faster. If a player can't connect, the game will still start after a bit of time. + - Lobbies can now be joined after the game is started, if defined as such in the lobbies section of the game dashboard (which will be on by default for new games). Actions & conditions to check when a new player joins are available if needed. + https://github.com/user-attachments/assets/2e11370a-ca56-436c-a6be-831b1529ab7b + 👪 Define and modify variable for Object Groups + Object Groups allow to share the same events for multiple objects. While it's convenient, using variables with groups was painful because variables had to be added to every single object of the group before they could be used. + You can now open the group and see the variables that are in common in all objects of the group. Adding a variable to a group will add the variable to all objects. Adding an object to an existing group will ensure all variables of the group are also applied on the object. + + Finally, you can also now directly open group variables when editing an action or condition using a variable. This is convenient to quickly add a variable to a group while you're building your game logic. Read more on the documentation page about Object Groups. + 💝 Other improvements + - Update the AdMob extension to support Play Services v23. + - Add an action to read a directory to the filesystem actions (thanks @arthuro555!). + - Show the top of the 1st page when the asset store search changes. + - Add a dialog to choose between 2D and 3D when creating a custom object. + - Declare shortcut CTRL+D to duplicate in object list (Thanks @osmaneTKT!) + - Also applies the same shortcuts to the objects groups list. + - Add icons on tabs. + - Translate properly the messages about GDevelop editor's updates. + - Allow to drag and drop custom object properties and filter them. + - Improve raycast precision when the distance is 0 + - Add Star History to bottom of README (thanks @tristanbob!) + - Added new condition to check the zoom of a camera of a layer (thanks @tristanbob!) + - Remove an error about object name collision in object variable fields + - Add a tolerance parameter on the "linear velocity angle" condition + - Make object behavior autocompletion to be case insensitive when typing in a formula in an event. + - Add a distraction-free mode for students in education plans. + - Add animation autocompletion for object groups. + 🛠️ Work-in-progress, experimental visual editor for custom objects + A new, work-in-progress, visual editor for custom objects (aka "prefabs"/"templates") is being finalized. More information about it will be available in the next releases. + ⚠️ These are the features still in progress: + - Properly handle effects (disable 3D effects) for layers + - Handle hot reloading properly + - Avoid duplicating the configuration of the custom object inside each object created from it. + - Add a "Extract as a custom object ("prefab")" when selecting instances in a scene. + - Ensure physics and pathfinding behaviors work properly. + - New expressions to translate coordinates from the parent to the local custom object. + - Ensure deletion of a custom object is gracefully handled by the editor + 🐛 Bug fixes + - Fix initialization of local array variables + - Fix errors when reading source files for autocompletions in JS events + - Fix message asking to check Apple/Google account for subscription not always shown + - This was the case when the app was opened from https://editor.gdevelop.io?initial-dialog=subscription + - Fix checkbox to disable ads not displayed properly after being changed + - Also address some part of the game dashboard that could be outdated after changes + - Fix opening an example from a link or command line argument + - An example opened from a link (typically, from the website) will now properly ask for the location where to save it, and will handle leaderboards and multiplayer. + - Fix particle emitter blending mode action. + - Fix changing disabled/read only state of text input. + - Avoid children variables to collapse in the editor after an undo. + - Fix to make platformer wall collisions with tile maps more precise. + - Fix some errors at cloud project creation. + - Fix global object instances not being rendered on the scene editor. + - Fix a crash in the object group editor of events-functions. + - Fix some languages names in the Language selector. + - Fix: correctly update version numbers after extension update. + - Fix a regression on the virtual joystick position in the editor. + ⚙️ Extensions + - [Reviewed] [3D particle] Fix to avoid particles from keep displaying when the last instance is deleted + - [Reviewed] [CrazyGamesAdApi] Auto-load the CrazyGames extension when the domain is part of crazygames.com + - [Reviewed] [InAppPurchase] Add support for Google Play Billing library 7.0.0 + - [Community] [3D text] Move to the "Text" category + 🎨 Assets + New free asset packs + - Verboten Arcane Stash Basic Skills and Buffs by Pixerelia + - Pixel Art App Icons by Reffpixels + 🕹 Examples + - [Multiplayer Platformer Pickup] Simplify platformer pickup so it handles mid-game join + - [AdMob] Update to use correct App Open ID + - [InAppPurchase] Update example with the latest 0.0.6 InAppPurchase extension + - [Multiplayer Bounce Puzzle Game] Updates: + - Desynchronized the draggable behavior to prevent players from trying to drag objects they don't own. + - Added new cursors and animations for mobile game. + - Now showing both cursor and hiding the player's own native cursor. + - Fixed layering issue that made cursors go behind UI buttons. + - [Multiplayer Arrow Fight Game] Updates: + - Fixed pause button, it was "set to true" and needed to be changed to toggle in order to be turned off once the game was paused. + - Removed the multiplayer behavior from the pause text and button, the behavior was conflicting with the tween events and weren't needed. + - [Multiplayer Coop Platformer Game] Updates: + - Desynchronized the smooth camera behavior so each player's camera works independently. + - Added player usernames above player objects. + - Added mobile controls. + - Removed the multiplayer behavior from the pause text and button, the behavior was conflicting with the tween events and weren't needed. + 🕹 Premium Game Templates + New templates + - Multiplayer Ghosts by Vegetato + - Boss Battle by TheGemDev + Updates + - [Roguelite] + - Fixed a bug where the player can enter his username as empty spaces. + - Fixed a bug where the player can enter more than 10 characters as his username. + - Update to use the new unified variable system. + - [Online Multiplayer using THNK] Updates: + - Remade some of the mechanics/events to use even much fewer events, more user-friendly and easy to understand. + - Grouped events even more, to make the events cleaner and easier to understand. + - Deleted (Point&Orbit) extension, and replaced its actions with Put around & Rotate actions. + - Update to use the new unified variable system. + - [Impostor Alert] + - Use public and private THNK lobbies + - Update to use the new unified variable system. + - [Fighting] Update to use the new unified variable system. + - [Real Time Strategy] Various updates. + - [Crafting Template] Various updates. + 🛠 Internal changes (for developers) + - Remove dead code (TinyXml and Shifty) + - Fix not building peerjs for web runtime + - Fix actions that set boolean declared with addExpressionAndConditionAndAction +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.4.207 +PurchaseUrl: https://gdevelop.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.207/GDevelop.GDevelop.locale.zh-CN.yaml b/manifests/g/GDevelop/GDevelop/5.4.207/GDevelop.GDevelop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b5bd70bde0374 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.207/GDevelop.GDevelop.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.207 +PackageLocale: zh-CN +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +# CopyrightUrl: +ShortDescription: 最快、最简单、最强大的无代码游戏引擎。 +Description: GDevelop 是一款免费的开源游戏引擎,使用起来比其它任何引擎都要简单和快速 10 倍。在任何地方都能创建,甚至是在手机上。在任何地方都能发布:iOS、Android、Steam、网页和游戏平台。与数百万玩家见面,或制作下一款你梦寐以求的热门游戏。 +# Moniker: +Tags: +- 开发 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.4.207 +PurchaseUrl: https://gdevelop.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.207/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.4.207/GDevelop.GDevelop.yaml new file mode 100644 index 0000000000000..d300731bbb62a --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.207/GDevelop.GDevelop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.207 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.208/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.4.208/GDevelop.GDevelop.installer.yaml new file mode 100644 index 0000000000000..736e6e7c85443 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.208/GDevelop.GDevelop.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.208 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-05 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.4.208/GDevelop-5-Setup-5.4.208.exe + InstallerSha256: BD8504716CC73B73C26110D197BBCE676C3FD697F9FCD8F55BB3B69A2EE25AC2 + InstallerSwitches: + Custom: /currentuser + ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.4.208/GDevelop-5-Setup-5.4.208.exe + InstallerSha256: BD8504716CC73B73C26110D197BBCE676C3FD697F9FCD8F55BB3B69A2EE25AC2 + InstallerSwitches: + Custom: /allusers + ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.208/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.4.208/GDevelop.GDevelop.locale.en-US.yaml new file mode 100644 index 0000000000000..8232faf2ab966 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.208/GDevelop.GDevelop.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.208 +PackageLocale: en-US +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +# CopyrightUrl: +ShortDescription: The fastest, easiest, most powerful no-code game engine. +Description: "GDevelop is a free, open-source game engine that's 10x easier and faster to use than anything else. Build from anywhere — even on your phone. Publish everywhere: iOS, Android, Steam, web, gaming platforms. Reach millions of players or create the next hit game you've been dreaming of." +Moniker: gdevelop +Tags: +- develop +- development +- game +ReleaseNotes: |- + 🐛 Bug fixes + - Fix a crash when renaming a child variable of a Structure in the Variables editor. + - Fix the sentence for the Tilemap Tile id action/condition + - Fix child object internal recycling in custom objects. + ⚙️ Extensions + - [Community] [WithThreeJs] Support multiplayer behavior + - Thanks @PANDAKO-GitHub +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.4.208 +PurchaseUrl: https://gdevelop.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.208/GDevelop.GDevelop.locale.zh-CN.yaml b/manifests/g/GDevelop/GDevelop/5.4.208/GDevelop.GDevelop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..41832721468f5 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.208/GDevelop.GDevelop.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.208 +PackageLocale: zh-CN +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +# CopyrightUrl: +ShortDescription: 最快、最简单、最强大的无代码游戏引擎。 +Description: GDevelop 是一款免费的开源游戏引擎,使用起来比其它任何引擎都要简单和快速 10 倍。在任何地方都能创建,甚至是在手机上。在任何地方都能发布:iOS、Android、Steam、网页和游戏平台。与数百万玩家见面,或制作下一款你梦寐以求的热门游戏。 +# Moniker: +Tags: +- 开发 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.4.208 +PurchaseUrl: https://gdevelop.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.208/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.4.208/GDevelop.GDevelop.yaml new file mode 100644 index 0000000000000..94aa59c4efbb0 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.208/GDevelop.GDevelop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.208 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.209/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.4.209/GDevelop.GDevelop.installer.yaml new file mode 100644 index 0000000000000..77c9b023c071f --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.209/GDevelop.GDevelop.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.209 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.4.209/GDevelop-5-Setup-5.4.209.exe + InstallerSha256: 869D351A3D0243A0D01E1E9F45FA2643A3B586A45C2EBDA6C07E9DC1E3342415 + InstallerSwitches: + Custom: /currentuser + ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.4.209/GDevelop-5-Setup-5.4.209.exe + InstallerSha256: 869D351A3D0243A0D01E1E9F45FA2643A3B586A45C2EBDA6C07E9DC1E3342415 + InstallerSwitches: + Custom: /allusers + ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.209/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.4.209/GDevelop.GDevelop.locale.en-US.yaml new file mode 100644 index 0000000000000..d6ebb90a90b1d --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.209/GDevelop.GDevelop.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.209 +PackageLocale: en-US +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +# CopyrightUrl: +ShortDescription: The fastest, easiest, most powerful no-code game engine. +Description: "GDevelop is a free, open-source game engine that's 10x easier and faster to use than anything else. Build from anywhere — even on your phone. Publish everywhere: iOS, Android, Steam, web, gaming platforms. Reach millions of players or create the next hit game you've been dreaming of." +Moniker: gdevelop +Tags: +- develop +- development +- game +ReleaseNotes: |- + 💝 Improvements + - Add "Quick Customization" in the Get Started page: choose a starter game and quickly replace objects and tweak their behaviors. The game is then automatically published so it can be shared: this is perfect for new users to get a taste of how a game works and make their own remix of a game before going further. + + - Add an option in objects context menu to quickly swap assets of Sprites and 3D models, using the asset store: + - This is perfect for quickly prototyping or trying new game art, + - Animation of the object that are missing in the asset are replaced by a copy of the 1st asset animation. 3D model volume is adjusted to stay the same while keeping asset proportions. + - Allow hot-reloading of 3D models (Thanks @arthuro555!) + - Display the number of tilemap objects available in premium asset packs before purchase. + - Allow drag and drop in the extension function parameter editor + 🐛 Bug fixes + - Fix having to select another function to reopen the same function on mobile in the extension editor + - Fix extension's behavior and object properties lists not scrolling on mobile + ⚙️ Extensions + Reviewed + - [Physics car] New behavior that simulate a top down car motion (using the Physics Engine behavior) + - [3rd person camera] Fix the offset to rotate with the camera - it allows to keep the player near the bottom of the screen or a bit on the side like in some 3rd person shooters. + 🎨 Assets + - [City Tileset] Update: Add Tilemap object with the whole tileset + 🕹 Examples + - [Arrow Fight] Update to allow mid-game join + - [3D car coin hunt] Use the new behavior for the car movement + - [3D car coin hunt] Make the controls independent from the car size + - [3D lane runner] Use custom extensions to organize events + 🕹 Premium Game Templates + - Update Cubic World game template by Jurfix: + - The method of saving for world information has been changed for heavy objects (air and cubes), this is due to the browser limitation on the amount of information saved in Local Storage (5 MB), this problem was solved by creating a new saving extension that uses IndexedDB, now you can save an almost unlimited amount of data. + - For Apple mobile devices, Long Tap is now disabled, which prevented the destruction of cubes. (You can see how this is implemented in the Mobile Control Helper extension) + - Bug fixes: + - Now cubes cannot be placed inside the player, which led to getting stuck or falling out of the world. + - The buttons in the menu and pause are no longer distorted when turning the screen on mobile devices. + - Add a new premium game template: Card Game by VegeTato + 🛠 Internal changes (for developers) + - Replace electron-is with electron-is-dev (Thanks @arthuro555!) + - Allow custom objects and behaviors to use resources from properties + - Fix GDevelop project files so they are versioned with the same version as the editor (Thanks @f0nar!) + - Avoid to use an intermediate ThreeGroup for custom objects in the editor + - 2D custom objects displayed in the editor now also use the origin point of their 1st child unless an hidden property force a location. +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.4.209 +PurchaseUrl: https://gdevelop.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.209/GDevelop.GDevelop.locale.zh-CN.yaml b/manifests/g/GDevelop/GDevelop/5.4.209/GDevelop.GDevelop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4a620c587bd8f --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.209/GDevelop.GDevelop.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.209 +PackageLocale: zh-CN +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +# CopyrightUrl: +ShortDescription: 最快、最简单、最强大的无代码游戏引擎。 +Description: GDevelop 是一款免费的开源游戏引擎,使用起来比其它任何引擎都要简单和快速 10 倍。在任何地方都能创建,甚至是在手机上。在任何地方都能发布:iOS、Android、Steam、网页和游戏平台。与数百万玩家见面,或制作下一款你梦寐以求的热门游戏。 +# Moniker: +Tags: +- 开发 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.4.209 +PurchaseUrl: https://gdevelop.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.209/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.4.209/GDevelop.GDevelop.yaml new file mode 100644 index 0000000000000..b33ad205b4b92 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.209/GDevelop.GDevelop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.209 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.210/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.4.210/GDevelop.GDevelop.installer.yaml new file mode 100644 index 0000000000000..6567a441d94fe --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.210/GDevelop.GDevelop.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.210 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.4.210/GDevelop-5-Setup-5.4.210.exe + InstallerSha256: 5A48DFA89EFB39178374BC16957EDBA9DA9C6B34A406AE4E4F90F989AB016BA3 + InstallerSwitches: + Custom: /currentuser + ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.4.210/GDevelop-5-Setup-5.4.210.exe + InstallerSha256: 5A48DFA89EFB39178374BC16957EDBA9DA9C6B34A406AE4E4F90F989AB016BA3 + InstallerSwitches: + Custom: /allusers + ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.210/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.4.210/GDevelop.GDevelop.locale.en-US.yaml new file mode 100644 index 0000000000000..d166df9ff35df --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.210/GDevelop.GDevelop.locale.en-US.yaml @@ -0,0 +1,119 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.210 +PackageLocale: en-US +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +# CopyrightUrl: +ShortDescription: The fastest, easiest, most powerful no-code game engine. +Description: "GDevelop is a free, open-source game engine that's 10x easier and faster to use than anything else. Build from anywhere — even on your phone. Publish everywhere: iOS, Android, Steam, web, gaming platforms. Reach millions of players or create the next hit game you've been dreaming of." +Moniker: gdevelop +Tags: +- develop +- development +- game +ReleaseNotes: |- + 🎮 Multiplayer games improvements: Play as Guest + more + Play Stranded on a Raft on gd.games + - Introducing Play as Guest: players can now join as a "guest" player, without having sign up anymore. This should increase the number of players that are willing to try your multiplayer games. Anyone can join a game in a few seconds! + - Performance improvements with a new automatic "host migration" when the host player leaves: + - The host of a multiplayer game is now automatically migrated to a new one, picked from the list of players (the one with the lowest ping). + - A new condition "Is host migrating" is now available - in case you want to do something special in the gamewhile the migration happens. This can take up to a few seconds. If your game has no interactions between players, you can just do nothing. Otherwise, you may want to pause the game while the host is changing. + - A new action is available to configure the lobby game to end instead of migrating when the host leaves. This is useful if you prefer the host not changing during your game. + - Allow changing the synchronization rate of objects: + - The default "sync rate" of objects is set to 30 times per second - which is enough for most games. + - A new action can be used to update this value depending on the type of your game, at the cost of bandwidth. Fast-paced competitive? Go for 60. Slow turn-based game? 5 or 10 is probably enough. + Read more about all multiplayer features on the mutliplayer documentation page. + ➕ Formulas in the instance properties + + You can now write simple math formula in the property fields of an instance: for example, you can enter 100 + 50 or 100 + 70/2 or ToDeg(sin(2.3)) in the instance editor fields. This is helpful when you need to precisely set up the position of instances in a menu, UI or level. + 🪙 gd.games ads earnings (Revenue Sharing) in your game dashboard + + You can now see the earnings of the games you've published on gd.games at the top of your Games dashboard. You can either cash out that amount if you reach a certain threshold, or exchange your balance (at a preferential rate) for GDevelop credits that can be used on the asset store. + Read more about revenue sharing on this forum thread. + 🛠️ Work-in-progress, experimental visual editor for custom objects ("prefabs") + + An experimental, still work-in-progress, editor to build objects inside GDevelop - from small, reusable UI objects to larger parts of your game - is being finalized. + We're still improving the anchor behavior so that it can be used to position dynamically objects inside a Custom Object (which will be perfect for UI elements like dialogs, popups...). A bunch of bugs and limitations, listed below, are being worked on, so we only recommend advanced users to try this (and if you do, please give feedback on Discord "engine-development" channel). + List of limitations or bugs being worked on: + - Effects should be disabled for layers + - Hot reloading mostly works but needs some extra work + - Add a "Extract as a custom object ("prefab")" when selecting instances in a scene. + - Ensure physics and pathfinding behaviors work properly. + - New expressions to translate coordinates from the parent to the local custom object. + - Ensure deletion of a custom object is gracefully handled by the editor + 👥 New interface for teachers to manage students and other teachers + Administrators and teachers having a GDevelop for Education subscription can now create new anonymous accounts for students, invite new teachers and enable or disable user accounts. + Read more about administration of student/teachers on the documentation page. + 💝 Improvements + - Add a new expression to get Spine point attachments positions (Thanks @f0nar!) + - Various Tilemap improvements: + - Improved Tilemap collision precision. + - Improved Tilemap preview rendering performance + - When using a mouse, the middle click can be used to pan the view when painting on a Tilemap. + - Allow custom objects ("prefabs") to use the anchor behavior on their children. + - Allow centering objects with the anchor behavior. + - Update AdMob banner so they cover part of the game screen instead of reducing it (Thanks @devgiordane!) + - In most games, it's better to design the game with the size of the ad banner in mind - which will cover either part of the top or bottom of the screen. Previously, the game size was reduced which was making it difficult to properly design a game and would introduce bad looking black borders. + - Add automated crash reporting from previews: + - This will allow to detect any bugs or crash in the game engine without relying on manual reports from users on GitHub. Note that exceptions and errors in JavaScript code blocks won't be reported. This can be deactivated in preferences if you prefer not to have GDevelop send these crash reports at all. + - Add an action to change a Text object font + - Add a default shortcut for adding a comment in the Events Sheet (Shift+C) + - Physics engine: merge the 2 world scale properties into one + - Add possibility to drop variable after last item in the variables editor + 🐛 Bug fixes + - Fix text input not properly deleted when used in a Custom Object + - Fix memory clearing/leak when a scene is paused or stopped + - Fix default parameters from being able allowed to be dragged and dropped + - Fix default values for the Adjustement effect + - Fix update notifications translations on Desktop app + - Fix hot-reload for variables + - Fix issues with undo/redo when paintaing on a tilemap + - Remove effects tab (and actions and conditions) wrongly shown for Tilemap objects + - Avoid exponential loop when scrolling out of view on the Scene editor + - Hide a duplicated expression to get the text of a text input. + - - Hide required behavior properties in the object editor + ⚙️ Extensions + - [Reviewed] [Multitouch joystick] Fix the dead zone for the Force expressions + - [Reviewed] [Boids] Fix the "activate behavior" action and andle collision layers + - [Reviewed] [Linear movement] Add a behavior to move objects ahead according to their angle. (Thanks @Jurfix) + - [Reviewed] [Fire bullet] Fix variance in multi-shots being used twice + - [Reviewed] [3D object shake] Fix shakes with an easing longer than the duration + - [Reviewed] [Autotyping] Unify the 3 behaviors + - [Reviewed] [3rd person camera] Use the object center instead of the origin + - [Reviewed] [Swipe gesture] Use extension variables + - [Community] [Animation System] Fixed old broken variables. (Thanks @VegeTato) + - [Community] [3D grid jump] Move objects by jumping on a grid like a frog. (Thanks @Jurfix) + 🕹 Examples + - [3D road crosser] New example! A Frogger-like game, similar to the mobile game "Crossy Road" (Thanks @Jurfix for building this game) + - [3D car coin hunt] Fix the dead zone for mobile controls + - [Arrow Fight] Extensive improvements to this multiplayer example + - Added bots with randomized movements that only spawn while there is 1 player in the lobby. + - Now when players join a game that has bots in it, the bots will be removed and the players will play together immediately. + - Changed the way the pause "leave game" button works, now only the player who presses the button will exit the game. + - Removed the old drop out handling where players disconnecting would kick everyone from the game. + - Tweaked how the score messages are changed, now only the host changes the text. (Prevents conflicts between scores) + - Swapped out the level previously made with tiled sprites for a tilemap object instead. + - [Music Jukebox] New example by Perri "TeckGeck" T.F. (TKGK Interactive) + 🕹 Premium Game Templates + - Add a new premium game template: Wheel Of Fortune - An interactive kiosk game to promote your brand + - Add a new premium game template: In-game AutoTile extension by @VegeTato + 🎨 Assets + - Add 2 free 3D packs with fish and monsters by Quaternius +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.4.210 +PurchaseUrl: https://gdevelop.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.210/GDevelop.GDevelop.locale.zh-CN.yaml b/manifests/g/GDevelop/GDevelop/5.4.210/GDevelop.GDevelop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5f28922f63b11 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.210/GDevelop.GDevelop.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.210 +PackageLocale: zh-CN +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +# CopyrightUrl: +ShortDescription: 最快、最简单、最强大的无代码游戏引擎。 +Description: GDevelop 是一款免费的开源游戏引擎,使用起来比其它任何引擎都要简单和快速 10 倍。在任何地方都能创建,甚至是在手机上。在任何地方都能发布:iOS、Android、Steam、网页和游戏平台。与数百万玩家见面,或制作下一款你梦寐以求的热门游戏。 +# Moniker: +Tags: +- 开发 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.4.210 +PurchaseUrl: https://gdevelop.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.210/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.4.210/GDevelop.GDevelop.yaml new file mode 100644 index 0000000000000..67d5a00f5942d --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.210/GDevelop.GDevelop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.210 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.211/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.4.211/GDevelop.GDevelop.installer.yaml new file mode 100644 index 0000000000000..a663ece35a49b --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.211/GDevelop.GDevelop.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.211 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-09-09 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.4.211/GDevelop-5-Setup-5.4.211.exe + InstallerSha256: F321E77506913451C086C34F47844192F4AA22922BF507E0A2160C3CBA293360 + InstallerSwitches: + Custom: /currentuser + ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.4.211/GDevelop-5-Setup-5.4.211.exe + InstallerSha256: F321E77506913451C086C34F47844192F4AA22922BF507E0A2160C3CBA293360 + InstallerSwitches: + Custom: /allusers + ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.211/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.4.211/GDevelop.GDevelop.locale.en-US.yaml new file mode 100644 index 0000000000000..8eed05eafa175 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.211/GDevelop.GDevelop.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.211 +PackageLocale: en-US +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +# CopyrightUrl: +ShortDescription: The fastest, easiest, most powerful no-code game engine. +Description: "GDevelop is a free, open-source game engine that's 10x easier and faster to use than anything else. Build from anywhere — even on your phone. Publish everywhere: iOS, Android, Steam, web, gaming platforms. Reach millions of players or create the next hit game you've been dreaming of." +Moniker: gdevelop +Tags: +- develop +- development +- game +ReleaseNotes: |- + 🐛 Bug fixes + - Fix instance number properties which could not be saved to 0 + - Also add back the ability to use keyboard arrows and mouse wheel to control the value precisely + - Show a loading texture when a Panel Sprite is loading, instead of an error texture + - Fix crash in the scene editor when changing the Panel Sprite tiled/stretched option + - Fix checkered background in collision and points editor + - Fix exception when changing an external tilemap file after it was initially missing + 🛠 Internal changes (for developers) + - Avoid unnecessary recompilation of many C++ files at each build +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.4.211 +PurchaseUrl: https://gdevelop.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.211/GDevelop.GDevelop.locale.zh-CN.yaml b/manifests/g/GDevelop/GDevelop/5.4.211/GDevelop.GDevelop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fe4982f40ba44 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.211/GDevelop.GDevelop.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.211 +PackageLocale: zh-CN +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +# CopyrightUrl: +ShortDescription: 最快、最简单、最强大的无代码游戏引擎。 +Description: GDevelop 是一款免费的开源游戏引擎,使用起来比其它任何引擎都要简单和快速 10 倍。在任何地方都能创建,甚至是在手机上。在任何地方都能发布:iOS、Android、Steam、网页和游戏平台。与数百万玩家见面,或制作下一款你梦寐以求的热门游戏。 +# Moniker: +Tags: +- 开发 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.4.211 +PurchaseUrl: https://gdevelop.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.211/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.4.211/GDevelop.GDevelop.yaml new file mode 100644 index 0000000000000..bb26112245c64 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.211/GDevelop.GDevelop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.211 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.212/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.4.212/GDevelop.GDevelop.installer.yaml new file mode 100644 index 0000000000000..75b086aeeae6f --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.212/GDevelop.GDevelop.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.212 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-09-12 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.4.212/GDevelop-5-Setup-5.4.212.exe + InstallerSha256: 65CBE993910273BB236DD7A4B07E53F2500576F0AE2BB4EEAFDB9B5787BC5DDB + InstallerSwitches: + Custom: /currentuser + ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.4.212/GDevelop-5-Setup-5.4.212.exe + InstallerSha256: 65CBE993910273BB236DD7A4B07E53F2500576F0AE2BB4EEAFDB9B5787BC5DDB + InstallerSwitches: + Custom: /allusers + ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.212/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.4.212/GDevelop.GDevelop.locale.en-US.yaml new file mode 100644 index 0000000000000..f533c83d43fc2 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.212/GDevelop.GDevelop.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.212 +PackageLocale: en-US +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +# CopyrightUrl: +ShortDescription: The fastest, easiest, most powerful no-code game engine. +Description: "GDevelop is a free, open-source game engine that's 10x easier and faster to use than anything else. Build from anywhere — even on your phone. Publish everywhere: iOS, Android, Steam, web, gaming platforms. Reach millions of players or create the next hit game you've been dreaming of." +Moniker: gdevelop +Tags: +- develop +- development +- game +ReleaseNotes: |- + 🐛 Bug fixes + - Fix tilemap object edge cases causing crashes + - Fix scrolling an input with the mouse wheel even if it was not focused + ⚙️ Extensions + - [3D tween] Add a tween action to tint 3D models - Thanks @Jurfix + - [Reviewed] [3D object shake] Fix the translation on Z + 🕹 Premium Game Templates + - Add a new premium game template: Land Maker, a game like Mario Maker! (by @VegeTato) + 🛠 Internal changes (for developers) + - Catch callback functions of Firebase preventing JS crashes + - Catch errors when handling electron browser window preventing JS crashes +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.4.212 +PurchaseUrl: https://gdevelop.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.212/GDevelop.GDevelop.locale.zh-CN.yaml b/manifests/g/GDevelop/GDevelop/5.4.212/GDevelop.GDevelop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..65c6eefc774aa --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.212/GDevelop.GDevelop.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.212 +PackageLocale: zh-CN +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +# CopyrightUrl: +ShortDescription: 最快、最简单、最强大的无代码游戏引擎。 +Description: GDevelop 是一款免费的开源游戏引擎,使用起来比其它任何引擎都要简单和快速 10 倍。在任何地方都能创建,甚至是在手机上。在任何地方都能发布:iOS、Android、Steam、网页和游戏平台。与数百万玩家见面,或制作下一款你梦寐以求的热门游戏。 +# Moniker: +Tags: +- 开发 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.4.212 +PurchaseUrl: https://gdevelop.io/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GDevelop/GDevelop/5.4.212/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.4.212/GDevelop.GDevelop.yaml new file mode 100644 index 0000000000000..250f324c2bba0 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.4.212/GDevelop.GDevelop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.4.212 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GIGABYTE/GigabyteControlCenter/24.05.01.01/GIGABYTE.GigabyteControlCenter.installer.yaml b/manifests/g/GIGABYTE/GigabyteControlCenter/24.05.01.01/GIGABYTE.GigabyteControlCenter.installer.yaml deleted file mode 100644 index 7abdeb946d377..0000000000000 --- a/manifests/g/GIGABYTE/GigabyteControlCenter/24.05.01.01/GIGABYTE.GigabyteControlCenter.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: GIGABYTE.GigabyteControlCenter -PackageVersion: 24.05.01.01 -InstallerType: zip -NestedInstallerType: exe -NestedInstallerFiles: -- RelativeFilePath: GIGABYTE Control Center_2024_Apr_release_All_Setup_B24050101.exe -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -ReleaseDate: 2024-05-02 -Installers: -- Architecture: x64 - InstallerUrl: https://download.gigabyte.com/FileList/Utility/GCC_24.05.01.01.zip - InstallerSha256: 7445EB6F6021AF99DCD6988BA28628C59652CC780FECA56FC20EAC25866FA7A1 - AppsAndFeaturesEntries: - - DisplayName: GIGABYTE Control Center 24.04.24.01 - DisplayVersion: 24.04.24.01 - Publisher: GIGABYTE -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GIGABYTE/GigabyteControlCenter/24.07.02.01/GIGABYTE.GigabyteControlCenter.installer.yaml b/manifests/g/GIGABYTE/GigabyteControlCenter/24.07.02.01/GIGABYTE.GigabyteControlCenter.installer.yaml new file mode 100644 index 0000000000000..f1b8d3d7246c8 --- /dev/null +++ b/manifests/g/GIGABYTE/GigabyteControlCenter/24.07.02.01/GIGABYTE.GigabyteControlCenter.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GIGABYTE.GigabyteControlCenter +PackageVersion: 24.07.02.01 +InstallerType: zip +NestedInstallerType: exe +NestedInstallerFiles: +- RelativeFilePath: GIGABYTE Control Center_2024_Jun_release_All_Setup_B240702.exe +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +ReleaseDate: 2024-07-11 +Installers: +- Architecture: x64 + InstallerUrl: https://download.gigabyte.com/FileList/Utility/GCC_24.07.02.01.zip + InstallerSha256: 5D684E7B094A64A39A486CB8FAFFE65EDF8CD08B9896DC31DB136A561265F672 + AppsAndFeaturesEntries: + - DisplayName: GIGABYTE Control Center 24.06.27.01 + DisplayVersion: 24.06.27.01 + Publisher: GIGABYTE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GIGABYTE/GigabyteControlCenter/24.05.01.01/GIGABYTE.GigabyteControlCenter.locale.en-US.yaml b/manifests/g/GIGABYTE/GigabyteControlCenter/24.07.02.01/GIGABYTE.GigabyteControlCenter.locale.en-US.yaml similarity index 88% rename from manifests/g/GIGABYTE/GigabyteControlCenter/24.05.01.01/GIGABYTE.GigabyteControlCenter.locale.en-US.yaml rename to manifests/g/GIGABYTE/GigabyteControlCenter/24.07.02.01/GIGABYTE.GigabyteControlCenter.locale.en-US.yaml index f45b496dae847..4210af0da72b2 100644 --- a/manifests/g/GIGABYTE/GigabyteControlCenter/24.05.01.01/GIGABYTE.GigabyteControlCenter.locale.en-US.yaml +++ b/manifests/g/GIGABYTE/GigabyteControlCenter/24.07.02.01/GIGABYTE.GigabyteControlCenter.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GIGABYTE.GigabyteControlCenter -PackageVersion: 24.05.01.01 -PackageLocale: en-US -Publisher: Gigabyte -PackageName: Gigabyte Control Center -License: Proprietary -ShortDescription: GIGABYTE Control Center (GCC) is a unified software platform across a variety of GIGABYTE products. Every available utility preferred is optimized and integrated with intuition into this one-stop center. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GIGABYTE.GigabyteControlCenter +PackageVersion: 24.07.02.01 +PackageLocale: en-US +Publisher: Gigabyte +PackageName: Gigabyte Control Center +License: Proprietary +ShortDescription: GIGABYTE Control Center (GCC) is a unified software platform across a variety of GIGABYTE products. Every available utility preferred is optimized and integrated with intuition into this one-stop center. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GIGABYTE/GigabyteControlCenter/24.05.01.01/GIGABYTE.GigabyteControlCenter.yaml b/manifests/g/GIGABYTE/GigabyteControlCenter/24.07.02.01/GIGABYTE.GigabyteControlCenter.yaml similarity index 76% rename from manifests/g/GIGABYTE/GigabyteControlCenter/24.05.01.01/GIGABYTE.GigabyteControlCenter.yaml rename to manifests/g/GIGABYTE/GigabyteControlCenter/24.07.02.01/GIGABYTE.GigabyteControlCenter.yaml index 6d19369893967..6de47ed1649a1 100644 --- a/manifests/g/GIGABYTE/GigabyteControlCenter/24.05.01.01/GIGABYTE.GigabyteControlCenter.yaml +++ b/manifests/g/GIGABYTE/GigabyteControlCenter/24.07.02.01/GIGABYTE.GigabyteControlCenter.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: GIGABYTE.GigabyteControlCenter -PackageVersion: 24.05.01.01 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GIGABYTE.GigabyteControlCenter +PackageVersion: 24.07.02.01 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GLab/GLab/1.44.1/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.44.1/GLab.GLab.installer.yaml new file mode 100644 index 0000000000000..717a723b8a55a --- /dev/null +++ b/manifests/g/GLab/GLab/1.44.1/GLab.GLab.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.44.1 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-22 +Installers: +- Architecture: x64 + InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.44.1/downloads/glab_1.44.1_Windows_x86_64_installer.exe + InstallerSha256: 73F36959C52D21DFDDAD4293748514D199BA1136A7430427A5E2B08644FE9401 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GLab/GLab/1.44.1/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.44.1/GLab.GLab.locale.en-US.yaml new file mode 100644 index 0000000000000..e74304f37ffcd --- /dev/null +++ b/manifests/g/GLab/GLab/1.44.1/GLab.GLab.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.44.1 +PackageLocale: en-US +Publisher: GitLab +PublisherUrl: https://gitlab.com/gitlab-org/cli +PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +Author: GitLab +PackageName: GLab +PackageUrl: https://gitlab.com/gitlab-org/cli +License: MIT License +LicenseUrl: https://gitlab.com/gitlab-org/cli/-/raw/main/LICENSE +Copyright: Copyright (c) 2023-present GitLab B.V. +CopyrightUrl: https://gitlab.com/gitlab-org/cli/-/raw/main/LICENSE +ShortDescription: An open-source GitLab command line tool bringing GitLabs cool features to your command line +Description: |- + GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. + Work with issues, merge requests, watch running pipelines directly from your CLI among other features. + Inspired by gh, the official GitHub CLI tool. +Moniker: glab +Tags: +- cli +- command-line +- commandline +- git +- gitlab +- gitlab-cli +- glab +- glab-cli +- golang +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GLab/GLab/1.44.1/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.44.1/GLab.GLab.yaml new file mode 100644 index 0000000000000..02f6d1483a74b --- /dev/null +++ b/manifests/g/GLab/GLab/1.44.1/GLab.GLab.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.44.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GLab/GLab/1.45.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.45.0/GLab.GLab.installer.yaml new file mode 100644 index 0000000000000..0653ec99a5627 --- /dev/null +++ b/manifests/g/GLab/GLab/1.45.0/GLab.GLab.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.45.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.45.0/downloads/glab_1.45.0_Windows_x86_64_installer.exe + InstallerSha256: 91E8EA6C91B729BBEBEE09903639DCCECFC1580B7DAAAF53E81ADA980F7F9D89 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GLab/GLab/1.45.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.45.0/GLab.GLab.locale.en-US.yaml new file mode 100644 index 0000000000000..4583d958b8810 --- /dev/null +++ b/manifests/g/GLab/GLab/1.45.0/GLab.GLab.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.45.0 +PackageLocale: en-US +Publisher: GitLab +PublisherUrl: https://gitlab.com/gitlab-org/cli +PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +Author: GitLab +PackageName: GLab +PackageUrl: https://gitlab.com/gitlab-org/cli +License: MIT License +LicenseUrl: https://gitlab.com/gitlab-org/cli/-/raw/main/LICENSE +Copyright: Copyright (c) 2023-present GitLab B.V. +CopyrightUrl: https://gitlab.com/gitlab-org/cli/-/raw/main/LICENSE +ShortDescription: An open-source GitLab command line tool bringing GitLabs cool features to your command line +Description: |- + GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. + Work with issues, merge requests, watch running pipelines directly from your CLI among other features. + Inspired by gh, the official GitHub CLI tool. +Moniker: glab +Tags: +- cli +- command-line +- commandline +- git +- gitlab +- gitlab-cli +- glab +- glab-cli +- golang +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GLab/GLab/1.45.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.45.0/GLab.GLab.yaml new file mode 100644 index 0000000000000..d4cb0bf2ba79f --- /dev/null +++ b/manifests/g/GLab/GLab/1.45.0/GLab.GLab.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.45.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GLab/GLab/1.46.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.46.0/GLab.GLab.installer.yaml new file mode 100644 index 0000000000000..423926bdd4c93 --- /dev/null +++ b/manifests/g/GLab/GLab/1.46.0/GLab.GLab.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.46.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' +ReleaseDate: 2024-09-04 +AppsAndFeaturesEntries: +- Publisher: GitLab + ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.46.0/downloads/glab_1.46.0_Windows_x86_64_installer.exe + InstallerSha256: AF5F49542847B1C1C43CD4914DDDDD49F272CF9EA8DDCF9DA6A68A0D72FFA8EC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GLab/GLab/1.46.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.46.0/GLab.GLab.locale.en-US.yaml new file mode 100644 index 0000000000000..1bb08a287b4f5 --- /dev/null +++ b/manifests/g/GLab/GLab/1.46.0/GLab.GLab.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.46.0 +PackageLocale: en-US +Publisher: GitLab +PublisherUrl: https://gitlab.com/gitlab-org/cli +PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +Author: GitLab +PackageName: GLab +PackageUrl: https://gitlab.com/gitlab-org/cli +License: MIT License +LicenseUrl: https://gitlab.com/gitlab-org/cli/-/raw/main/LICENSE +Copyright: Copyright (c) 2023-present GitLab B.V. +CopyrightUrl: https://gitlab.com/gitlab-org/cli/-/raw/main/LICENSE +ShortDescription: An open-source GitLab command line tool bringing GitLabs cool features to your command line +Description: |- + GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. + Work with issues, merge requests, watch running pipelines directly from your CLI among other features. + Inspired by gh, the official GitHub CLI tool. +Moniker: glab +Tags: +- cli +- command-line +- commandline +- git +- gitlab +- gitlab-cli +- glab +- glab-cli +- golang +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GLab/GLab/1.46.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.46.0/GLab.GLab.yaml new file mode 100644 index 0000000000000..2209944b98611 --- /dev/null +++ b/manifests/g/GLab/GLab/1.46.0/GLab.GLab.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.46.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GNU/Emacs/29.4/GNU.Emacs.installer.yaml b/manifests/g/GNU/Emacs/29.4/GNU.Emacs.installer.yaml index 46a2ce91c5cf9..31f7c517cd633 100644 --- a/manifests/g/GNU/Emacs/29.4/GNU.Emacs.installer.yaml +++ b/manifests/g/GNU/Emacs/29.4/GNU.Emacs.installer.yaml @@ -14,6 +14,6 @@ ReleaseDate: 2024-07-05 Installers: - Architecture: x64 InstallerUrl: https://ftp.gnu.org/gnu/emacs/windows/emacs-29/emacs-29.4-installer.exe - InstallerSha256: FBCC122978D412A0D6E799AB9239833C250A96B0A06A57D06636386E29C78E4B + InstallerSha256: D2A90DCA2CB749288C1C77D174B3B92A03068048BAE04E773CBD19284D0A31B5 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/g/GOG/Galaxy/2.0.55.99/GOG.Galaxy.installer.yaml b/manifests/g/GOG/Galaxy/2.0.55.99/GOG.Galaxy.installer.yaml deleted file mode 100644 index 2b60134f60e55..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.55.99/GOG.Galaxy.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.55.99 # null -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- goggalaxy -Installers: -- Architecture: x86 - InstallerUrl: https://gog-cdn-lumen.secure2.footprint.net/open/galaxy/client/2.0.55.99/setup_galaxy_2.0.55.99.exe - InstallerSha256: C69DD42407FED0761CF2110F8DC89D65279C5FAC0D5642C8DDAC889A0136D5F5 - ProductCode: '{7258BA11-600C-430E-A759-27E2C691A335}_is1' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.55.99/GOG.Galaxy.locale.en-US.yaml b/manifests/g/GOG/Galaxy/2.0.55.99/GOG.Galaxy.locale.en-US.yaml deleted file mode 100644 index d0e4dcb154d09..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.55.99/GOG.Galaxy.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.55.99 # null -PackageLocale: en-US -Publisher: GOG.com -PublisherUrl: https://www.gog.com/ -PublisherSupportUrl: https://support.gog.com/ -# PrivacyUrl: https://support.gog.com/hc/en-us/articles/360023620554 -Author: GOG.com -PackageName: GOG GALAXY -PackageUrl: https://www.gog.com/galaxy -License: Proprietary -# LicenseUrl: https://support.gog.com/hc/en-us/articles/360023617474 -Copyright: © 2022 GOG Sp. z o.o. All rights reserved. -# CopyrightUrl: -ShortDescription: All your games and friends in one place. -Description: GOG GALAXY 2.0 allows you to combine multiple game libraries into one and connect with your friends across all gaming platforms, consoles included! -# Moniker: -Tags: -- game -- gaming -- store -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.55.99/GOG.Galaxy.locale.zh-CN.yaml b/manifests/g/GOG/Galaxy/2.0.55.99/GOG.Galaxy.locale.zh-CN.yaml deleted file mode 100644 index 83718505d704a..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.55.99/GOG.Galaxy.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.55.99 # null -PackageLocale: zh-CN -Publisher: GOG.com -PublisherUrl: https://www.gog.com/ -PublisherSupportUrl: https://support.gog.com/ -# PrivacyUrl: https://support.gog.com/hc/zh-cn/articles/360023620554 -Author: GOG.com -PackageName: GOG GALAXY -PackageUrl: https://www.gog.com/galaxy -License: 专有软件 -# LicenseUrl: https://support.gog.com/hc/zh-cn/articles/360023617474 -Copyright: © 2022 GOG Sp. z o.o. All rights reserved. -# CopyrightUrl: -ShortDescription: 一站连通你的所有游戏和朋友 -Description: GOG GALAXY 2.0 允许你整合多个游戏库,并与你在所有游戏平台上的朋友建立联系,包括游戏机! -# Moniker: -Tags: -- 商店 -- 游戏 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.55.99/GOG.Galaxy.yaml b/manifests/g/GOG/Galaxy/2.0.55.99/GOG.Galaxy.yaml deleted file mode 100644 index 035def077dfa6..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.55.99/GOG.Galaxy.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=MDSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.55.99 # null -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.57.14/GOG.Galaxy.installer.yaml b/manifests/g/GOG/Galaxy/2.0.57.14/GOG.Galaxy.installer.yaml deleted file mode 100644 index 66e76b88e5c71..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.57.14/GOG.Galaxy.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.57.14 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- goggalaxy -Installers: -- Architecture: x86 - InstallerUrl: https://gog-cdn-lumen.secure2.footprint.net/open/galaxy/client/2.0.57.14/setup_galaxy_2.0.57.14.exe - InstallerSha256: ECDC391E1C3A16556557210008AC7A97AADB8851E258E7C9A621DD3269C17ECE - ProductCode: '{7258BA11-600C-430E-A759-27E2C691A335}_is1' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.57.14/GOG.Galaxy.locale.en-US.yaml b/manifests/g/GOG/Galaxy/2.0.57.14/GOG.Galaxy.locale.en-US.yaml deleted file mode 100644 index 93b2bdc2b9c3f..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.57.14/GOG.Galaxy.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.57.14 -PackageLocale: en-US -Publisher: GOG.com -PublisherUrl: https://www.gog.com/ -PublisherSupportUrl: https://support.gog.com/ -# PrivacyUrl: -Author: GOG.com -PackageName: GOG GALAXY -PackageUrl: https://www.gog.com/galaxy -License: Proprietary -# LicenseUrl: -Copyright: © 2022 GOG Sp. z o.o. All rights reserved. -# CopyrightUrl: -ShortDescription: All your games and friends in one place. -Description: GOG GALAXY 2.0 allows you to combine multiple game libraries into one and connect with your friends across all gaming platforms, consoles included! -# Moniker: -Tags: -- game -- gaming -- store -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.57.14/GOG.Galaxy.locale.zh-CN.yaml b/manifests/g/GOG/Galaxy/2.0.57.14/GOG.Galaxy.locale.zh-CN.yaml deleted file mode 100644 index f4f24098bd0d5..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.57.14/GOG.Galaxy.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.57.14 -PackageLocale: zh-CN -Publisher: GOG.com -PublisherUrl: https://www.gog.com/ -PublisherSupportUrl: https://support.gog.com/ -# PrivacyUrl: -Author: GOG.com -PackageName: GOG GALAXY -PackageUrl: https://www.gog.com/galaxy -License: 专有软件 -# LicenseUrl: -Copyright: © 2022 GOG Sp. z o.o. All rights reserved. -# CopyrightUrl: -ShortDescription: 一站连通你的所有游戏和朋友 -Description: GOG GALAXY 2.0 允许你整合多个游戏库,并与你在所有游戏平台上的朋友建立联系,包括游戏机! -# Moniker: -Tags: -- 商店 -- 游戏 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.57.14/GOG.Galaxy.yaml b/manifests/g/GOG/Galaxy/2.0.57.14/GOG.Galaxy.yaml deleted file mode 100644 index 475a070be4c3d..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.57.14/GOG.Galaxy.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.57.14 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.58.4/GOG.Galaxy.installer.yaml b/manifests/g/GOG/Galaxy/2.0.58.4/GOG.Galaxy.installer.yaml deleted file mode 100644 index 2f2ed2c18a387..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.58.4/GOG.Galaxy.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.58.4 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- goggalaxy -Installers: -- Architecture: x86 - InstallerUrl: https://gog-cdn-lumen.secure2.footprint.net/open/galaxy/client/2.0.58.4/setup_galaxy_2.0.58.4.exe - InstallerSha256: 5CAF8E14622C5C10E74B492079BA77E742CCB3E1165204298E0C270009D32690 - ProductCode: '{7258BA11-600C-430E-A759-27E2C691A335}_is1' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.58.4/GOG.Galaxy.locale.en-US.yaml b/manifests/g/GOG/Galaxy/2.0.58.4/GOG.Galaxy.locale.en-US.yaml deleted file mode 100644 index d8fa2a7e6eb4a..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.58.4/GOG.Galaxy.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.58.4 -PackageLocale: en-US -Publisher: GOG.com -PublisherUrl: https://www.gog.com/ -PublisherSupportUrl: https://support.gog.com/ -# PrivacyUrl: -Author: GOG.com -PackageName: GOG GALAXY -PackageUrl: https://www.gog.com/galaxy -License: Proprietary -# LicenseUrl: -Copyright: © 2022 GOG Sp. z o.o. All rights reserved. -# CopyrightUrl: -ShortDescription: All your games and friends in one place. -Description: GOG GALAXY 2.0 allows you to combine multiple game libraries into one and connect with your friends across all gaming platforms, consoles included! -# Moniker: -Tags: -- game -- gaming -- store -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.58.4/GOG.Galaxy.locale.zh-CN.yaml b/manifests/g/GOG/Galaxy/2.0.58.4/GOG.Galaxy.locale.zh-CN.yaml deleted file mode 100644 index f0fbe41a89527..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.58.4/GOG.Galaxy.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.58.4 -PackageLocale: zh-CN -Publisher: GOG.com -PublisherUrl: https://www.gog.com/ -PublisherSupportUrl: https://support.gog.com/ -# PrivacyUrl: -Author: GOG.com -PackageName: GOG GALAXY -PackageUrl: https://www.gog.com/galaxy -License: 专有软件 -# LicenseUrl: -Copyright: © 2022 GOG Sp. z o.o. All rights reserved. -# CopyrightUrl: -ShortDescription: 一站连通你的所有游戏和朋友 -Description: GOG GALAXY 2.0 允许你整合多个游戏库,并与你在所有游戏平台上的朋友建立联系,包括游戏机! -# Moniker: -Tags: -- 商店 -- 游戏 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.58.4/GOG.Galaxy.yaml b/manifests/g/GOG/Galaxy/2.0.58.4/GOG.Galaxy.yaml deleted file mode 100644 index 98678996df248..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.58.4/GOG.Galaxy.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.58.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.60.2/GOG.Galaxy.installer.yaml b/manifests/g/GOG/Galaxy/2.0.60.2/GOG.Galaxy.installer.yaml deleted file mode 100644 index b1e4c474f8cdb..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.60.2/GOG.Galaxy.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.60.2 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- goggalaxy -Installers: -- Architecture: x86 - InstallerUrl: https://gog-cdn-lumen.secure2.footprint.net/open/galaxy/client/2.0.60.2/setup_galaxy_2.0.60.2.exe - InstallerSha256: A6B7BF18C98A7D206D2D9A8F3F9C221CA758B8FEB133703612185A7D30CA6E92 - ProductCode: '{7258BA11-600C-430E-A759-27E2C691A335}_is1' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.60.2/GOG.Galaxy.locale.en-US.yaml b/manifests/g/GOG/Galaxy/2.0.60.2/GOG.Galaxy.locale.en-US.yaml deleted file mode 100644 index 685db1b3d9b09..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.60.2/GOG.Galaxy.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.60.2 -PackageLocale: en-US -Publisher: GOG.com -PublisherUrl: https://www.gog.com/ -PublisherSupportUrl: https://support.gog.com/ -# PrivacyUrl: -Author: GOG.com -PackageName: GOG GALAXY -PackageUrl: https://www.gog.com/galaxy -License: Proprietary -# LicenseUrl: -Copyright: © 2022 GOG Sp. z o.o. All rights reserved. -# CopyrightUrl: -ShortDescription: All your games and friends in one place. -Description: GOG GALAXY 2.0 allows you to combine multiple game libraries into one and connect with your friends across all gaming platforms, consoles included! -# Moniker: -Tags: -- game -- gaming -- store -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.60.2/GOG.Galaxy.locale.zh-CN.yaml b/manifests/g/GOG/Galaxy/2.0.60.2/GOG.Galaxy.locale.zh-CN.yaml deleted file mode 100644 index 9c2bed59cb4dc..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.60.2/GOG.Galaxy.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.60.2 -PackageLocale: zh-CN -Publisher: GOG.com -PublisherUrl: https://www.gog.com/ -PublisherSupportUrl: https://support.gog.com/ -# PrivacyUrl: -Author: GOG.com -PackageName: GOG GALAXY -PackageUrl: https://www.gog.com/galaxy -License: 专有软件 -# LicenseUrl: -Copyright: © 2022 GOG Sp. z o.o. All rights reserved. -# CopyrightUrl: -ShortDescription: 一站连通你的所有游戏和朋友 -Description: GOG GALAXY 2.0 允许你整合多个游戏库,并与你在所有游戏平台上的朋友建立联系,包括游戏机! -# Moniker: -Tags: -- 商店 -- 游戏 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.60.2/GOG.Galaxy.yaml b/manifests/g/GOG/Galaxy/2.0.60.2/GOG.Galaxy.yaml deleted file mode 100644 index 2b4905d885fca..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.60.2/GOG.Galaxy.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.60.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.61.63/GOG.Galaxy.installer.yaml b/manifests/g/GOG/Galaxy/2.0.61.63/GOG.Galaxy.installer.yaml deleted file mode 100644 index fccf9ab4d4c5f..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.61.63/GOG.Galaxy.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.61.63 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -Protocols: -- goggalaxy -Installers: -- Architecture: x86 - InstallerUrl: https://gog-cdn-lumen.secure2.footprint.net/open/galaxy/client/2.0.61.63/setup_galaxy_2.0.61.63.exe - InstallerSha256: FCF36C070F6A0B2F633AB7AA31260E4F3019DE6E0F0ABDE38420C141A91EA636 - ProductCode: '{7258BA11-600C-430E-A759-27E2C691A335}_is1' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.61.63/GOG.Galaxy.locale.en-US.yaml b/manifests/g/GOG/Galaxy/2.0.61.63/GOG.Galaxy.locale.en-US.yaml deleted file mode 100644 index cce138114a280..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.61.63/GOG.Galaxy.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.61.63 -PackageLocale: en-US -Publisher: GOG.com -PublisherUrl: https://www.gog.com/ -PublisherSupportUrl: https://support.gog.com/ -# PrivacyUrl: -Author: GOG.com -PackageName: GOG GALAXY -PackageUrl: https://www.gog.com/galaxy -License: Proprietary -# LicenseUrl: -Copyright: © 2022 GOG Sp. z o.o. All rights reserved. -# CopyrightUrl: -ShortDescription: All your games and friends in one place. -Description: GOG GALAXY 2.0 allows you to combine multiple game libraries into one and connect with your friends across all gaming platforms, consoles included! -# Moniker: -Tags: -- game -- gaming -- store -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.61.63/GOG.Galaxy.locale.zh-CN.yaml b/manifests/g/GOG/Galaxy/2.0.61.63/GOG.Galaxy.locale.zh-CN.yaml deleted file mode 100644 index 8a171e7df4f08..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.61.63/GOG.Galaxy.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.61.63 -PackageLocale: zh-CN -Publisher: GOG.com -PublisherUrl: https://www.gog.com/ -PublisherSupportUrl: https://support.gog.com/ -# PrivacyUrl: -Author: GOG.com -PackageName: GOG GALAXY -PackageUrl: https://www.gog.com/galaxy -License: 专有软件 -# LicenseUrl: -Copyright: © 2022 GOG Sp. z o.o. All rights reserved. -# CopyrightUrl: -ShortDescription: 一站连通你的所有游戏和朋友 -Description: GOG GALAXY 2.0 允许你整合多个游戏库,并与你在所有游戏平台上的朋友建立联系,包括游戏机! -# Moniker: -Tags: -- 商店 -- 游戏 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.61.63/GOG.Galaxy.yaml b/manifests/g/GOG/Galaxy/2.0.61.63/GOG.Galaxy.yaml deleted file mode 100644 index d1813aa50a7b1..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.61.63/GOG.Galaxy.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.61.63 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/g/GOG/Galaxy/2.0.62.26/GOG.Galaxy.installer.yaml b/manifests/g/GOG/Galaxy/2.0.62.26/GOG.Galaxy.installer.yaml deleted file mode 100644 index 48acf5c9cfcf1..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.62.26/GOG.Galaxy.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.62.26 -Scope: machine -UpgradeBehavior: install -Protocols: -- goggalaxy -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://gog-cdn-lumen.secure2.footprint.net/open/galaxy/client/2.0.62.26/setup_galaxy_2.0.62.26.exe - InstallerSha256: 793227A3A9A7E30A80D7D2F623FFA0D68C63C9EA2FD0F0E8FBE1D9ADBBBAE0D6 - ProductCode: '{7258BA11-600C-430E-A759-27E2C691A335}_is1' -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/g/GOG/Galaxy/2.0.62.26/GOG.Galaxy.locale.en-US.yaml b/manifests/g/GOG/Galaxy/2.0.62.26/GOG.Galaxy.locale.en-US.yaml deleted file mode 100644 index 1afa26e5b5136..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.62.26/GOG.Galaxy.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.62.26 -PackageLocale: en-US -Publisher: GOG.com -PublisherUrl: https://www.gog.com/ -PublisherSupportUrl: https://support.gog.com/ -Author: GOG.com -PackageName: GOG GALAXY -PackageUrl: https://www.gog.com/galaxy -License: Proprietary -Copyright: © 2022 GOG Sp. z o.o. All rights reserved. -ShortDescription: All your games and friends in one place. -Description: GOG GALAXY 2.0 allows you to combine multiple game libraries into one and connect with your friends across all gaming platforms, consoles included! -Tags: -- game -- gaming -- store -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/g/GOG/Galaxy/2.0.62.26/GOG.Galaxy.locale.zh-CN.yaml b/manifests/g/GOG/Galaxy/2.0.62.26/GOG.Galaxy.locale.zh-CN.yaml deleted file mode 100644 index 5841c85d29e0e..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.62.26/GOG.Galaxy.locale.zh-CN.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.62.26 -PackageLocale: zh-CN -Publisher: GOG.com -PublisherUrl: https://www.gog.com/ -PublisherSupportUrl: https://support.gog.com/ -Author: GOG.com -PackageName: GOG GALAXY -PackageUrl: https://www.gog.com/galaxy -License: 专有软件 -Copyright: © 2022 GOG Sp. z o.o. All rights reserved. -ShortDescription: 一站连通你的所有游戏和朋友 -Description: GOG GALAXY 2.0 允许你整合多个游戏库,并与你在所有游戏平台上的朋友建立联系,包括游戏机! -Tags: -- 商店 -- 游戏 -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/g/GOG/Galaxy/2.0.62.26/GOG.Galaxy.yaml b/manifests/g/GOG/Galaxy/2.0.62.26/GOG.Galaxy.yaml deleted file mode 100644 index 5e7f46b9fd5e3..0000000000000 --- a/manifests/g/GOG/Galaxy/2.0.62.26/GOG.Galaxy.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: GOG.Galaxy -PackageVersion: 2.0.62.26 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/g/GOG/Galaxy/2.0.76.59/GOG.Galaxy.installer.yaml b/manifests/g/GOG/Galaxy/2.0.76.59/GOG.Galaxy.installer.yaml new file mode 100644 index 0000000000000..42d7030292468 --- /dev/null +++ b/manifests/g/GOG/Galaxy/2.0.76.59/GOG.Galaxy.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GOG.Galaxy +PackageVersion: 2.0.76.59 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- goggalaxy +Installers: +- Architecture: x86 + InstallerUrl: https://content-system.gog.com/open_link/download?path=/open/galaxy/client/2.0.76.59/setup_galaxy_2.0.76.59.exe + InstallerSha256: A2D9A11CEDD3202B7F9A0A1D56E176709206AC5CF2344F111DFFDBB7AADB3727 + ProductCode: '{7258BA11-600C-430E-A759-27E2C691A335}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GOG/Galaxy/2.0.76.59/GOG.Galaxy.locale.en-US.yaml b/manifests/g/GOG/Galaxy/2.0.76.59/GOG.Galaxy.locale.en-US.yaml new file mode 100644 index 0000000000000..d485ae93a3ce3 --- /dev/null +++ b/manifests/g/GOG/Galaxy/2.0.76.59/GOG.Galaxy.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GOG.Galaxy +PackageVersion: 2.0.76.59 +PackageLocale: en-US +Publisher: GOG.com +PublisherUrl: https://www.gog.com/ +PublisherSupportUrl: https://support.gog.com/ +# PrivacyUrl: +Author: GOG Sp. z o.o. +PackageName: GOG GALAXY +PackageUrl: https://www.gog.com/galaxy +License: Proprietary +# LicenseUrl: +Copyright: © 2024 GOG Sp. z o.o. All rights reserved. +# CopyrightUrl: +ShortDescription: All your games and friends in one place. +Description: GOG GALAXY 2.0 allows you to combine multiple game libraries into one and connect with your friends across all gaming platforms, consoles included! +# Moniker: +Tags: +- game +- gaming +- store +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GOG/Galaxy/2.0.76.59/GOG.Galaxy.locale.zh-CN.yaml b/manifests/g/GOG/Galaxy/2.0.76.59/GOG.Galaxy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..740ceae4b808a --- /dev/null +++ b/manifests/g/GOG/Galaxy/2.0.76.59/GOG.Galaxy.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GOG.Galaxy +PackageVersion: 2.0.76.59 +PackageLocale: zh-CN +Publisher: GOG.com +PublisherUrl: https://www.gog.com/ +PublisherSupportUrl: https://support.gog.com/ +# PrivacyUrl: +Author: GOG Sp. z o.o. +PackageName: GOG GALAXY +PackageUrl: https://www.gog.com/galaxy +License: 专有软件 +# LicenseUrl: +Copyright: © 2024 GOG Sp. z o.o. All rights reserved. +# CopyrightUrl: +ShortDescription: 一站连通你的所有游戏和朋友 +Description: GOG GALAXY 2.0 允许你整合多个游戏库,并与你在所有游戏平台上的朋友建立联系,包括游戏机! +# Moniker: +Tags: +- 商店 +- 游戏 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GOG/Galaxy/2.0.76.59/GOG.Galaxy.yaml b/manifests/g/GOG/Galaxy/2.0.76.59/GOG.Galaxy.yaml new file mode 100644 index 0000000000000..ab9d8370f878d --- /dev/null +++ b/manifests/g/GOG/Galaxy/2.0.76.59/GOG.Galaxy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GOG.Galaxy +PackageVersion: 2.0.76.59 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GOG/Galaxy/2.0.77.22/GOG.Galaxy.installer.yaml b/manifests/g/GOG/Galaxy/2.0.77.22/GOG.Galaxy.installer.yaml new file mode 100644 index 0000000000000..2c6f7a6467948 --- /dev/null +++ b/manifests/g/GOG/Galaxy/2.0.77.22/GOG.Galaxy.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GOG.Galaxy +PackageVersion: 2.0.77.22 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- goggalaxy +Installers: +- Architecture: x86 + InstallerUrl: https://content-system.gog.com/open_link/download?path=/open/galaxy/client/2.0.77.22/setup_galaxy_2.0.77.22.exe + InstallerSha256: 58C7FFD847589C924316C6B36F1AAB11B6CED07AF2A25E3092A0CA1FE2847AE7 + ProductCode: '{7258BA11-600C-430E-A759-27E2C691A335}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GOG/Galaxy/2.0.77.22/GOG.Galaxy.locale.en-US.yaml b/manifests/g/GOG/Galaxy/2.0.77.22/GOG.Galaxy.locale.en-US.yaml new file mode 100644 index 0000000000000..97eb7ab1599ac --- /dev/null +++ b/manifests/g/GOG/Galaxy/2.0.77.22/GOG.Galaxy.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GOG.Galaxy +PackageVersion: 2.0.77.22 +PackageLocale: en-US +Publisher: GOG.com +PublisherUrl: https://www.gog.com/ +PublisherSupportUrl: https://support.gog.com/ +# PrivacyUrl: +Author: GOG Sp. z o.o. +PackageName: GOG GALAXY +PackageUrl: https://www.gog.com/galaxy +License: Proprietary +# LicenseUrl: +Copyright: © 2024 GOG Sp. z o.o. All rights reserved. +# CopyrightUrl: +ShortDescription: All your games and friends in one place. +Description: GOG GALAXY 2.0 allows you to combine multiple game libraries into one and connect with your friends across all gaming platforms, consoles included! +# Moniker: +Tags: +- game +- gaming +- store +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GOG/Galaxy/2.0.77.22/GOG.Galaxy.locale.zh-CN.yaml b/manifests/g/GOG/Galaxy/2.0.77.22/GOG.Galaxy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d36f349ef1419 --- /dev/null +++ b/manifests/g/GOG/Galaxy/2.0.77.22/GOG.Galaxy.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GOG.Galaxy +PackageVersion: 2.0.77.22 +PackageLocale: zh-CN +Publisher: GOG.com +PublisherUrl: https://www.gog.com/ +PublisherSupportUrl: https://support.gog.com/ +# PrivacyUrl: +Author: GOG Sp. z o.o. +PackageName: GOG GALAXY +PackageUrl: https://www.gog.com/galaxy +License: 专有软件 +# LicenseUrl: +Copyright: © 2024 GOG Sp. z o.o. All rights reserved. +# CopyrightUrl: +ShortDescription: 一站连通你的所有游戏和朋友 +Description: GOG GALAXY 2.0 允许你整合多个游戏库,并与你在所有游戏平台上的朋友建立联系,包括游戏机! +# Moniker: +Tags: +- 商店 +- 游戏 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GOG/Galaxy/2.0.77.22/GOG.Galaxy.yaml b/manifests/g/GOG/Galaxy/2.0.77.22/GOG.Galaxy.yaml new file mode 100644 index 0000000000000..7b90f11287c2f --- /dev/null +++ b/manifests/g/GOG/Galaxy/2.0.77.22/GOG.Galaxy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GOG.Galaxy +PackageVersion: 2.0.77.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GaduGadu/GaduGadu/12.4.112.12203/GaduGadu.GaduGadu.installer.yaml b/manifests/g/GaduGadu/GaduGadu/12.4.112.12203/GaduGadu.GaduGadu.installer.yaml new file mode 100644 index 0000000000000..9529012fa7b53 --- /dev/null +++ b/manifests/g/GaduGadu/GaduGadu/12.4.112.12203/GaduGadu.GaduGadu.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GaduGadu.GaduGadu +PackageVersion: 12.4.112.12203 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2023-10-04 +AppsAndFeaturesEntries: +- DisplayVersion: '12' +Installers: +- Architecture: x86 + InstallerUrl: https://im-updates.gg.pl/phoenix/app/release/12.4.112.12203/standard/WINNT_x86-msvc/en-GB/ggsetup.exe + InstallerSha256: F0DDC3848C2FA3BE91ACF022065229C87F3535DA1DACCE8AC8639DFC2E461291 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GaduGadu/GaduGadu/12.4.112.12203/GaduGadu.GaduGadu.locale.en-GB.yaml b/manifests/g/GaduGadu/GaduGadu/12.4.112.12203/GaduGadu.GaduGadu.locale.en-GB.yaml new file mode 100644 index 0000000000000..61d1a6b66774b --- /dev/null +++ b/manifests/g/GaduGadu/GaduGadu/12.4.112.12203/GaduGadu.GaduGadu.locale.en-GB.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GaduGadu.GaduGadu +PackageVersion: 12.4.112.12203 +PackageLocale: en-GB +Publisher: Fintecom Sp. z o.o. +PublisherUrl: https://en.gg.pl/ +PackageName: GG +PackageUrl: https://en.gg.pl/#talk-everywhere +License: Proprietary +LicenseUrl: https://en.gg.pl/info/term-of-use-of-gg-platform/ +Copyright: © Fintecom Sp. z o.o. 2018 +CopyrightUrl: https://en.gg.pl/ +ShortDescription: Keep in touch, on your own terms. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GaduGadu/GaduGadu/12.4.112.12203/GaduGadu.GaduGadu.yaml b/manifests/g/GaduGadu/GaduGadu/12.4.112.12203/GaduGadu.GaduGadu.yaml new file mode 100644 index 0000000000000..4445775e6a684 --- /dev/null +++ b/manifests/g/GaduGadu/GaduGadu/12.4.112.12203/GaduGadu.GaduGadu.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GaduGadu.GaduGadu +PackageVersion: 12.4.112.12203 +DefaultLocale: en-GB +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gajim/Gajim/1.9.3/Gajim.Gajim.installer.yaml b/manifests/g/Gajim/Gajim/1.9.3/Gajim.Gajim.installer.yaml new file mode 100644 index 0000000000000..be6786258f7d5 --- /dev/null +++ b/manifests/g/Gajim/Gajim/1.9.3/Gajim.Gajim.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gajim.Gajim +PackageVersion: 1.9.3 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +Protocols: +- xmpp +ProductCode: Gajim +Installers: +- Architecture: x64 + InstallerUrl: https://gajim.org/downloads/1.9/Gajim-1.9.3-64bit.exe + InstallerSha256: 2D84D8B8FE4E1CD6D59C024BB92354C6CD05AE48D922DFEACCCC0B8481B828B7 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-28 diff --git a/manifests/g/Gajim/Gajim/1.9.3/Gajim.Gajim.locale.en-US.yaml b/manifests/g/Gajim/Gajim/1.9.3/Gajim.Gajim.locale.en-US.yaml new file mode 100644 index 0000000000000..aa5ef34e55e08 --- /dev/null +++ b/manifests/g/Gajim/Gajim/1.9.3/Gajim.Gajim.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gajim.Gajim +PackageVersion: 1.9.3 +PackageLocale: en-US +Publisher: The Gajim Team +PublisherUrl: https://gajim.org +PublisherSupportUrl: https://gajim.org/support/extensions +PrivacyUrl: https://gajim.org/privacy +Author: The Gajim Team +PackageName: Gajim +PackageUrl: https://gajim.org +License: GPL +LicenseUrl: https://dev.gajim.org/gajim/gajim/-/blob/master/COPYING +Copyright: (C) 2003-2021 The Gajim Team https://gajim.org +ShortDescription: Fully-featured XMPP client. +Tags: +- jabber +- xmpp +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gajim/Gajim/1.9.3/Gajim.Gajim.yaml b/manifests/g/Gajim/Gajim/1.9.3/Gajim.Gajim.yaml new file mode 100644 index 0000000000000..2d98df1c7a57e --- /dev/null +++ b/manifests/g/Gajim/Gajim/1.9.3/Gajim.Gajim.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gajim.Gajim +PackageVersion: 1.9.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GamaPlatform/GamaAlpha/2024.06.0-1/GamaPlatform.GamaAlpha.installer.yaml b/manifests/g/GamaPlatform/GamaAlpha/2024.06.0-1/GamaPlatform.GamaAlpha.installer.yaml deleted file mode 100644 index 508f0c7217f06..0000000000000 --- a/manifests/g/GamaPlatform/GamaAlpha/2024.06.0-1/GamaPlatform.GamaAlpha.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: GamaPlatform.GamaAlpha -PackageVersion: 2024.06.0-1 -InstallerLocale: en-US -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- gaml -ReleaseDate: 2024-05-22 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/gama-platform/gama/releases/download/2024.06.0/GAMA_2024.06.0_Windows_with_JDK_22.05.24_42ee29b.exe - InstallerSha256: B5D3E2723F288894C507C2593489F342CC464BFB6490099E4778D0277CDE1A09 - InstallerSwitches: - Custom: /CurrentUser /Lang=english -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/gama-platform/gama/releases/download/2024.06.0/GAMA_2024.06.0_Windows_with_JDK_22.05.24_42ee29b.exe - InstallerSha256: B5D3E2723F288894C507C2593489F342CC464BFB6490099E4778D0277CDE1A09 - InstallerSwitches: - Custom: /AllUsers /Lang=english -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/g/GamaPlatform/GamaAlpha/2024.06.0-1/GamaPlatform.GamaAlpha.locale.en-US.yaml b/manifests/g/GamaPlatform/GamaAlpha/2024.06.0-1/GamaPlatform.GamaAlpha.locale.en-US.yaml deleted file mode 100644 index b3e1d9147393b..0000000000000 --- a/manifests/g/GamaPlatform/GamaAlpha/2024.06.0-1/GamaPlatform.GamaAlpha.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: GamaPlatform.GamaAlpha -PackageVersion: 2024.06.0-1 -PackageLocale: en-US -Publisher: Gama-platform -PublisherUrl: https://gama-platform.org -PublisherSupportUrl: https://github.com/gama-platform/gama/issues -Author: Gama-platform -PackageName: Gama Alpha -PackageUrl: https://github.com/gama-platform/gama -License: GNU GPL v3.0 -LicenseUrl: https://github.com/gama-platform/gama/blob/2024-06/LICENSE -Copyright: Gama-platform -ShortDescription: GAMA is an easy-to-use open source modeling and simulation environment for creating spatially explicit agent-based simulations. -Description: 'GAMA is an easy-to-use open source modeling and simulation environment for creating spatially explicit agent-based simulations. It has been developed to be used in any application domain: urban mobility, climate change adaptation, epidemiology, disaster evacuation strategy design, urban planning, are some of the application domains in which GAMA users are involved and for which they create models.' -Moniker: Gama -Tags: -- simulation -- modelling -- agent-based modelling -- open-source -- gama -- pre-release -ReleaseNotesUrl: https://github.com/gama-platform/gama/releases/tag/2024.06.0 -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://gama-platform.org/wiki/Home -- DocumentLabel: Tutorials - DocumentUrl: https://gama-platform.org/wiki/Tutorials -- DocumentLabel: User resources - DocumentUrl: https://gama-platform.org/wiki/category/resources -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/g/GamaPlatform/GamaAlpha/2024.06.0-1/GamaPlatform.GamaAlpha.yaml b/manifests/g/GamaPlatform/GamaAlpha/2024.06.0-1/GamaPlatform.GamaAlpha.yaml deleted file mode 100644 index 7309b6199d508..0000000000000 --- a/manifests/g/GamaPlatform/GamaAlpha/2024.06.0-1/GamaPlatform.GamaAlpha.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: GamaPlatform.GamaAlpha -PackageVersion: 2024.06.0-1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/g/GamaPlatform/GamaAlpha/2024.07.0-1/GamaPlatform.GamaAlpha.installer.yaml b/manifests/g/GamaPlatform/GamaAlpha/2024.07.0-1/GamaPlatform.GamaAlpha.installer.yaml deleted file mode 100644 index 4701d4375b781..0000000000000 --- a/manifests/g/GamaPlatform/GamaAlpha/2024.07.0-1/GamaPlatform.GamaAlpha.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: GamaPlatform.GamaAlpha -PackageVersion: 2024.07.0-1 -InstallerLocale: en-US -InstallerType: inno -UpgradeBehavior: install -FileExtensions: -- gaml -ReleaseDate: 2024-07-09 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/gama-platform/gama/releases/download/2024.07.0/GAMA_2024.07.0_Windows_with_JDK_09.07.24_44c6293.exe - InstallerSha256: 27D8CBC1EDA14EC54A7453669B86B75F6586077699E67CB90B5FE1CBE3334D7F - InstallerSwitches: - Custom: /CurrentUser /Lang=english -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/gama-platform/gama/releases/download/2024.07.0/GAMA_2024.07.0_Windows_with_JDK_09.07.24_44c6293.exe - InstallerSha256: 27D8CBC1EDA14EC54A7453669B86B75F6586077699E67CB90B5FE1CBE3334D7F - InstallerSwitches: - Custom: /AllUsers /Lang=english -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/g/GamaPlatform/GamaAlpha/2024.07.0-1/GamaPlatform.GamaAlpha.locale.en-US.yaml b/manifests/g/GamaPlatform/GamaAlpha/2024.07.0-1/GamaPlatform.GamaAlpha.locale.en-US.yaml deleted file mode 100644 index b5c2ba8cb0542..0000000000000 --- a/manifests/g/GamaPlatform/GamaAlpha/2024.07.0-1/GamaPlatform.GamaAlpha.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: GamaPlatform.GamaAlpha -PackageVersion: 2024.07.0-1 -PackageLocale: en-US -Publisher: Gama-platform -PublisherUrl: https://gama-platform.org -PublisherSupportUrl: https://github.com/gama-platform/gama/issues -Author: Gama-platform -PackageName: Gama Alpha -PackageUrl: https://github.com/gama-platform/gama -License: GNU GPL v3.0 -LicenseUrl: https://github.com/gama-platform/gama/blob/2024-06/LICENSE -Copyright: Gama-platform -ShortDescription: GAMA is an easy-to-use open source modeling and simulation environment for creating spatially explicit agent-based simulations. -Description: 'GAMA is an easy-to-use open source modeling and simulation environment for creating spatially explicit agent-based simulations. It has been developed to be used in any application domain: urban mobility, climate change adaptation, epidemiology, disaster evacuation strategy design, urban planning, are some of the application domains in which GAMA users are involved and for which they create models.' -Moniker: Gama -Tags: -- simulation -- modelling -- agent-based modelling -- open-source -- gama -- pre-release -ReleaseNotesUrl: https://github.com/gama-platform/gama/releases/tag/2024.07.0 -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://gama-platform.org/wiki/Home -- DocumentLabel: Tutorials - DocumentUrl: https://gama-platform.org/wiki/Tutorials -- DocumentLabel: User resources - DocumentUrl: https://gama-platform.org/wiki/category/resources -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/g/GamaPlatform/GamaAlpha/2024.07.0-1/GamaPlatform.GamaAlpha.yaml b/manifests/g/GamaPlatform/GamaAlpha/2024.07.0-1/GamaPlatform.GamaAlpha.yaml deleted file mode 100644 index 120aa9bed2505..0000000000000 --- a/manifests/g/GamaPlatform/GamaAlpha/2024.07.0-1/GamaPlatform.GamaAlpha.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: GamaPlatform.GamaAlpha -PackageVersion: 2024.07.0-1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/g/GanttProject/GanttProject/3.3/GanttProject.GanttProject.installer.yaml b/manifests/g/GanttProject/GanttProject/3.3/GanttProject.GanttProject.installer.yaml new file mode 100644 index 0000000000000..41dcc62f5e08f --- /dev/null +++ b/manifests/g/GanttProject/GanttProject/3.3/GanttProject.GanttProject.installer.yaml @@ -0,0 +1,13 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GanttProject.GanttProject +PackageVersion: '3.3' +InstallerType: nullsoft +ReleaseDate: 2024-05-28 +Installers: +- Architecture: x86 + InstallerUrl: https://dl.ganttproject.biz/ganttproject-3.3.3309/ganttproject-3.3.3309.exe + InstallerSha256: 4C36AFA06447677C6ACBE5D3CF0DED083002BC1B56C5B6F754805DBD5D7BB035 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GanttProject/GanttProject/3.3/GanttProject.GanttProject.locale.en-US.yaml b/manifests/g/GanttProject/GanttProject/3.3/GanttProject.GanttProject.locale.en-US.yaml new file mode 100644 index 0000000000000..1e03dfa7249d2 --- /dev/null +++ b/manifests/g/GanttProject/GanttProject/3.3/GanttProject.GanttProject.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GanttProject.GanttProject +PackageVersion: '3.3' +PackageLocale: en-US +Publisher: BarD Software s.r.o. +PackageName: GanttProject +License: GNU GPL +ShortDescription: Free desktop project scheduling app +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GanttProject/GanttProject/3.3/GanttProject.GanttProject.yaml b/manifests/g/GanttProject/GanttProject/3.3/GanttProject.GanttProject.yaml new file mode 100644 index 0000000000000..803d773d41ad1 --- /dev/null +++ b/manifests/g/GanttProject/GanttProject/3.3/GanttProject.GanttProject.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GanttProject.GanttProject +PackageVersion: '3.3' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GarboMuffin/TurboWarp/1.12.3/GarboMuffin.TurboWarp.installer.yaml b/manifests/g/GarboMuffin/TurboWarp/1.12.3/GarboMuffin.TurboWarp.installer.yaml new file mode 100644 index 0000000000000..12e5545998dde --- /dev/null +++ b/manifests/g/GarboMuffin/TurboWarp/1.12.3/GarboMuffin.TurboWarp.installer.yaml @@ -0,0 +1,51 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GarboMuffin.TurboWarp +PackageVersion: 1.12.3 +InstallerType: nullsoft +UpgradeBehavior: install +FileExtensions: +- sb +- sb2 +- sb3 +ReleaseDate: 2024-06-02 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/TurboWarp/desktop/releases/download/v1.12.3/TurboWarp-Setup-1.12.3-ia32.exe + InstallerSha256: BC04F499791030B58E8E519E0EE74B462A5CF948A5AE17EC0FBE7955DAE63B61 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/TurboWarp/desktop/releases/download/v1.12.3/TurboWarp-Setup-1.12.3-ia32.exe + InstallerSha256: BC04F499791030B58E8E519E0EE74B462A5CF948A5AE17EC0FBE7955DAE63B61 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/TurboWarp/desktop/releases/download/v1.12.3/TurboWarp-Setup-1.12.3-x64.exe + InstallerSha256: F2E773A8289D56A61EDF1BAD6209A74A3D9BFEDCB412066689B8325EC4A836B5 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/TurboWarp/desktop/releases/download/v1.12.3/TurboWarp-Setup-1.12.3-x64.exe + InstallerSha256: F2E773A8289D56A61EDF1BAD6209A74A3D9BFEDCB412066689B8325EC4A836B5 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/TurboWarp/desktop/releases/download/v1.12.3/TurboWarp-Setup-1.12.3-arm64.exe + InstallerSha256: 153CCCB4F71E51B72CB9BFFCE340E998D0FA504AF5935D66E39F5A477730D137 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/TurboWarp/desktop/releases/download/v1.12.3/TurboWarp-Setup-1.12.3-arm64.exe + InstallerSha256: 153CCCB4F71E51B72CB9BFFCE340E998D0FA504AF5935D66E39F5A477730D137 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GarboMuffin/TurboWarp/1.12.3/GarboMuffin.TurboWarp.locale.en-US.yaml b/manifests/g/GarboMuffin/TurboWarp/1.12.3/GarboMuffin.TurboWarp.locale.en-US.yaml new file mode 100644 index 0000000000000..01f10113b2c8a --- /dev/null +++ b/manifests/g/GarboMuffin/TurboWarp/1.12.3/GarboMuffin.TurboWarp.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GarboMuffin.TurboWarp +PackageVersion: 1.12.3 +PackageLocale: en-US +Publisher: Thomas Weber +PublisherUrl: https://turbowarp.org/ +PublisherSupportUrl: https://github.com/TurboWarp/desktop/issues +PrivacyUrl: https://desktop.turbowarp.org/privacy.html +Author: Thomas Weber +PackageName: TurboWarp +PackageUrl: https://desktop.turbowarp.org/ +License: GPL-3.0 +LicenseUrl: https://github.com/TurboWarp/desktop/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/TurboWarp/desktop/blob/master/LICENSE +ShortDescription: TurboWarp is a mod of Scratch with a compiler and more features. +Tags: +- electron +- scratch +- wrapper +ReleaseNotes: |- + - Fixed one-time data migration from versions before 1.9.0 + - Fixed default URL in video extension + If you're wondering what happened to 1.12.2: When publishing 1.12.1 to the Mac App Store I realized that Rich Presence does not work there (because the Mac App Store sandbox is extra strict) and made some extra changes to disable the option there. That build was assigned version 1.12.2 even though no full release was made. Apple requires a new version number for each release, so I had to increase the number. +ReleaseNotesUrl: https://github.com/TurboWarp/desktop/releases/tag/v1.12.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GarboMuffin/TurboWarp/1.12.3/GarboMuffin.TurboWarp.yaml b/manifests/g/GarboMuffin/TurboWarp/1.12.3/GarboMuffin.TurboWarp.yaml new file mode 100644 index 0000000000000..2464837f067f9 --- /dev/null +++ b/manifests/g/GarboMuffin/TurboWarp/1.12.3/GarboMuffin.TurboWarp.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GarboMuffin.TurboWarp +PackageVersion: 1.12.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Garmin/Express/7.22.1.0/Garmin.Express.installer.yaml b/manifests/g/Garmin/Express/7.22.1.0/Garmin.Express.installer.yaml deleted file mode 100644 index dcb0849177cb0..0000000000000 --- a/manifests/g/Garmin/Express/7.22.1.0/Garmin.Express.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Garmin.Express -PackageVersion: 7.22.1.0 -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: burn - Scope: machine - InstallerUrl: https://download.garmin.com/omt/express/GarminExpress.exe - InstallerSha256: B02C8357925A5E3ACA5168F129F91EA724A51CF484975963800D65A103976987 - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/g/Garmin/Express/7.22.1.0/Garmin.Express.yaml b/manifests/g/Garmin/Express/7.22.1.0/Garmin.Express.yaml deleted file mode 100644 index 00faf57a9075d..0000000000000 --- a/manifests/g/Garmin/Express/7.22.1.0/Garmin.Express.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Garmin.Express -PackageVersion: 7.22.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/g/Garmin/Express/7.23.0.0/Garmin.Express.installer.yaml b/manifests/g/Garmin/Express/7.23.0.0/Garmin.Express.installer.yaml new file mode 100644 index 0000000000000..75a3d31db7026 --- /dev/null +++ b/manifests/g/Garmin/Express/7.23.0.0/Garmin.Express.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2024/Aug/13 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Garmin.Express +PackageVersion: 7.23.0.0 +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: x86 + InstallerType: burn + Scope: machine + InstallerUrl: https://download.garmin.com/omt/express/GarminExpress.exe + InstallerSha256: BBFB7444DCC5994FE1BD381883DA8E6A8C812D82B5E8A468FF0A7FCCCF4F4B7A + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/g/Garmin/Express/7.22.1.0/Garmin.Express.locale.en-US.yaml b/manifests/g/Garmin/Express/7.23.0.0/Garmin.Express.locale.en-US.yaml similarity index 87% rename from manifests/g/Garmin/Express/7.22.1.0/Garmin.Express.locale.en-US.yaml rename to manifests/g/Garmin/Express/7.23.0.0/Garmin.Express.locale.en-US.yaml index 97b9c9f08b3ca..36d26f775e9b1 100644 --- a/manifests/g/Garmin/Express/7.22.1.0/Garmin.Express.locale.en-US.yaml +++ b/manifests/g/Garmin/Express/7.23.0.0/Garmin.Express.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jun/06 +# Automatically updated by the winget bot at 2024/Aug/13 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Garmin.Express -PackageVersion: 7.22.1.0 +PackageVersion: 7.23.0.0 PackageLocale: en-US Publisher: Garmin Ltd or its subsidiaries PublisherUrl: https://www.garmin.com diff --git a/manifests/g/Garmin/Express/7.23.0.0/Garmin.Express.yaml b/manifests/g/Garmin/Express/7.23.0.0/Garmin.Express.yaml new file mode 100644 index 0000000000000..89d09a4778c57 --- /dev/null +++ b/manifests/g/Garmin/Express/7.23.0.0/Garmin.Express.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/13 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Garmin.Express +PackageVersion: 7.23.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/g/Gather/Gather/1.11.11/Gather.Gather.installer.yaml b/manifests/g/Gather/Gather/1.11.11/Gather.Gather.installer.yaml new file mode 100644 index 0000000000000..de714689c367c --- /dev/null +++ b/manifests/g/Gather/Gather/1.11.11/Gather.Gather.installer.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gather.Gather +PackageVersion: 1.11.11 +InstallerType: nullsoft +ReleaseDate: 2024-07-24 +AppsAndFeaturesEntries: +- ProductCode: 45f52f2a-b102-5b89-ae33-95d1f213dcd7 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gathertown/gather-town-desktop-releases/releases/download/v1.11.11/Gather-1.11.11-Setup.exe + InstallerSha256: 143CC6352EFA4ECDFDDDA837E56FC6DC6C32DA6C033F254A85D56604BD45CC86 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gather/Gather/1.11.11/Gather.Gather.locale.en-US.yaml b/manifests/g/Gather/Gather/1.11.11/Gather.Gather.locale.en-US.yaml new file mode 100644 index 0000000000000..aef4a5464f13e --- /dev/null +++ b/manifests/g/Gather/Gather/1.11.11/Gather.Gather.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gather.Gather +PackageVersion: 1.11.11 +PackageLocale: en-US +Publisher: Gather Presence +PublisherUrl: https://www.gather.town/ +PrivacyUrl: https://www.gather.town/privacy-policy +PackageName: Gather +PackageUrl: https://www.gather.town/ +License: Proprietary +LicenseUrl: https://www.gather.town/terms-of-service +Copyright: Copyright © 2022 Gather Presence, Inc. +ShortDescription: Centered around fully customizable spaces, Gather makes spending time with your communities just as easy as real life. +ReleaseNotesUrl: https://github.com/gathertown/gather-town-desktop-releases/releases/tag/v1.11.11 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gather/Gather/1.11.11/Gather.Gather.yaml b/manifests/g/Gather/Gather/1.11.11/Gather.Gather.yaml new file mode 100644 index 0000000000000..d92f79aff8c21 --- /dev/null +++ b/manifests/g/Gather/Gather/1.11.11/Gather.Gather.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gather.Gather +PackageVersion: 1.11.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gawindx/WinNUT/2.0.7722/Gawindx.WinNUT.installer.yaml b/manifests/g/Gawindx/WinNUT/2.0.7722/Gawindx.WinNUT.installer.yaml new file mode 100644 index 0000000000000..e09ca017bae3f --- /dev/null +++ b/manifests/g/Gawindx/WinNUT/2.0.7722/Gawindx.WinNUT.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gawindx.WinNUT +PackageVersion: 2.0.7722 +InstallerType: msi +ProductCode: '{27BA937E-88CF-46BD-9BDA-2426BDE4BA49}' +Installers: +- InstallerUrl: https://github.com/gawindx/WinNUT-Client/releases/download/v2.0.7722.30975/WinNUT-Setup.msi + Architecture: neutral + InstallerSha256: AFE7BB9F696ACA17FC2C4BF16DCFD4A70221F8114D987ACF71D51D1C4F3EEF4C +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2021-02-21 diff --git a/manifests/g/Gawindx/WinNUT/2.0.7722/Gawindx.WinNUT.locale.en-US.yaml b/manifests/g/Gawindx/WinNUT/2.0.7722/Gawindx.WinNUT.locale.en-US.yaml new file mode 100644 index 0000000000000..ad7e19f04fb01 --- /dev/null +++ b/manifests/g/Gawindx/WinNUT/2.0.7722/Gawindx.WinNUT.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gawindx.WinNUT +PackageVersion: 2.0.7722 +PackageLocale: en-US +Publisher: Gawindx +PublisherUrl: https://github.com/gawindx +PublisherSupportUrl: https://github.com/gawindx/WinNUT-Client/issues +PackageName: WinNUT +PackageUrl: https://github.com/gawindx/WinNUT-Client +License: GPL-3.0 +ShortDescription: This is a NUT windows client for monitoring your ups hooked up to your favorite linux server. +Tags: [] +ReleaseNotesUrl: https://github.com/gawindx/WinNUT-Client/releases/tag/v2.0.7722.30975 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/gawindx/WinNUT-Client/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gawindx/WinNUT/2.0.7722/Gawindx.WinNUT.yaml b/manifests/g/Gawindx/WinNUT/2.0.7722/Gawindx.WinNUT.yaml new file mode 100644 index 0000000000000..8c635335df4fe --- /dev/null +++ b/manifests/g/Gawindx/WinNUT/2.0.7722/Gawindx.WinNUT.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gawindx.WinNUT +PackageVersion: 2.0.7722 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Genivia/ugrep/6.3.0/Genivia.ugrep.installer.yaml b/manifests/g/Genivia/ugrep/6.3.0/Genivia.ugrep.installer.yaml new file mode 100644 index 0000000000000..177c3d9d25320 --- /dev/null +++ b/manifests/g/Genivia/ugrep/6.3.0/Genivia.ugrep.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 6.3.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ugrep.exe +- RelativeFilePath: ug.exe +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Genivia/ugrep/releases/download/v6.3.0/ugrep-windows-x64.zip + InstallerSha256: BE0636F07D1DAFD1EBBC5BE4C9AB66FDA91B266E0517A81BBDBE4D9EEE9179F7 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/g/Genivia/ugrep/6.3.0/Genivia.ugrep.locale.en-US.yaml b/manifests/g/Genivia/ugrep/6.3.0/Genivia.ugrep.locale.en-US.yaml new file mode 100644 index 0000000000000..db05b9d5e95bf --- /dev/null +++ b/manifests/g/Genivia/ugrep/6.3.0/Genivia.ugrep.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 6.3.0 +PackageLocale: en-US +Publisher: Genivia Inc. +PublisherUrl: https://www.genivia.com +PublisherSupportUrl: https://github.com/Genivia/ugrep/issues +Author: Robert van Engelen +PackageName: ugrep +PackageUrl: https://github.com/Genivia/ugrep +License: BSD-3-CLAUSE +LicenseUrl: https://github.com/Genivia/ugrep/blob/master/LICENSE.txt +Copyright: Copyright (c) 2023, Robert van Engelen, Genivia Inc. +CopyrightUrl: https://github.com/Genivia/ugrep/blob/master/LICENSE.txt +ShortDescription: An ultra-fast, user-friendly, and compatible grep replacement +Description: |- + An ultra-fast, user-friendly grep replacement. + Ugrep combines the best features of other grep, adds new things, and surpasses their search speeds. + Includes a TUI, boolean queries (AND/OR/NOT), fuzzy search, hexdumps, searches nested archives (cpio/tar/pax/zip), compressed files (zip/gz/Z/bz2/lzma/xz/lz4/zstd), pdfs, docs, and more +ReleaseNotes: |- + What's new? + - option --index always enables --recursive #410 + - new bash, fish and zsh ugrep-indexer completions #411 + - option --hyperlink outputs absolute search paths #412 + - update regex DFA cut optimization that was too agressive for some patterns + - option -o (--only-matching) with -ABC context now also supports multi-line pattern matching with \n (newline) in regex patterns +ReleaseNotesUrl: https://github.com/Genivia/ugrep/releases/tag/v6.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/g/Genivia/ugrep/6.3.0/Genivia.ugrep.yaml b/manifests/g/Genivia/ugrep/6.3.0/Genivia.ugrep.yaml new file mode 100644 index 0000000000000..82c4a627b3e51 --- /dev/null +++ b/manifests/g/Genivia/ugrep/6.3.0/Genivia.ugrep.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 6.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/g/Genivia/ugrep/6.4.0/Genivia.ugrep.installer.yaml b/manifests/g/Genivia/ugrep/6.4.0/Genivia.ugrep.installer.yaml new file mode 100644 index 0000000000000..abfffe9217737 --- /dev/null +++ b/manifests/g/Genivia/ugrep/6.4.0/Genivia.ugrep.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 6.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ugrep.exe +- RelativeFilePath: ug.exe +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Genivia/ugrep/releases/download/v6.4.0/ugrep-windows-x64.zip + InstallerSha256: 7C3A25638342384E624F698D708941E180B3331DE851A5035DD5BFC7C3A95113 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/g/Genivia/ugrep/6.4.0/Genivia.ugrep.locale.en-US.yaml b/manifests/g/Genivia/ugrep/6.4.0/Genivia.ugrep.locale.en-US.yaml new file mode 100644 index 0000000000000..6dcfbfd7510ca --- /dev/null +++ b/manifests/g/Genivia/ugrep/6.4.0/Genivia.ugrep.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 6.4.0 +PackageLocale: en-US +Publisher: Genivia Inc. +PublisherUrl: https://www.genivia.com +PublisherSupportUrl: https://github.com/Genivia/ugrep/issues +Author: Robert van Engelen +PackageName: ugrep +PackageUrl: https://github.com/Genivia/ugrep +License: BSD-3-CLAUSE +LicenseUrl: https://github.com/Genivia/ugrep/blob/master/LICENSE.txt +Copyright: Copyright (c) 2023, Robert van Engelen, Genivia Inc. +CopyrightUrl: https://github.com/Genivia/ugrep/blob/master/LICENSE.txt +ShortDescription: An ultra-fast, user-friendly, and compatible grep replacement +Description: |- + An ultra-fast, user-friendly grep replacement. + Ugrep combines the best features of other grep, adds new things, and surpasses their search speeds. + Includes a TUI, boolean queries (AND/OR/NOT), fuzzy search, hexdumps, searches nested archives (cpio/tar/pax/zip), compressed files (zip/gz/Z/bz2/lzma/xz/lz4/zstd), pdfs, docs, and more +ReleaseNotes: |- + What's new? + - new custom output format fields for options --format and --replace #414: + - numeric fields such as %n are padded with spaces when %{width}n is specified with a numeric width > 0 + - matching line fields such as %O are cut to width when %{width}O is specified or when %{-width}O is specified to cut from the end of the line + - character context on a matching line before or after a match is output when %{-width}o or %{+width}o is specified for match fields such as %o, where %{width}o without a +/- sign cuts the match to the specified width + - fix bash completions for key bindings #415 +ReleaseNotesUrl: https://github.com/Genivia/ugrep/releases/tag/v6.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/g/Genivia/ugrep/6.4.0/Genivia.ugrep.yaml b/manifests/g/Genivia/ugrep/6.4.0/Genivia.ugrep.yaml new file mode 100644 index 0000000000000..2c149cd2c31de --- /dev/null +++ b/manifests/g/Genivia/ugrep/6.4.0/Genivia.ugrep.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 6.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/g/Genivia/ugrep/6.4.1/Genivia.ugrep.installer.yaml b/manifests/g/Genivia/ugrep/6.4.1/Genivia.ugrep.installer.yaml new file mode 100644 index 0000000000000..5eb4ff180942e --- /dev/null +++ b/manifests/g/Genivia/ugrep/6.4.1/Genivia.ugrep.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 6.4.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ugrep.exe +- RelativeFilePath: ug.exe +ReleaseDate: 2024-08-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Genivia/ugrep/releases/download/v6.4.1/ugrep-windows-x64.zip + InstallerSha256: 8DDA57FC3B8E6B092C9158EE20874564E560EEA1BE802E45A6525EB155B4B6FE +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/g/Genivia/ugrep/6.4.1/Genivia.ugrep.locale.en-US.yaml b/manifests/g/Genivia/ugrep/6.4.1/Genivia.ugrep.locale.en-US.yaml new file mode 100644 index 0000000000000..261d5249dd4a4 --- /dev/null +++ b/manifests/g/Genivia/ugrep/6.4.1/Genivia.ugrep.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 6.4.1 +PackageLocale: en-US +Publisher: Genivia Inc. +PublisherUrl: https://www.genivia.com +PublisherSupportUrl: https://github.com/Genivia/ugrep/issues +Author: Robert van Engelen +PackageName: ugrep +PackageUrl: https://github.com/Genivia/ugrep +License: BSD-3-CLAUSE +LicenseUrl: https://github.com/Genivia/ugrep/blob/master/LICENSE.txt +Copyright: Copyright (c) 2023, Robert van Engelen, Genivia Inc. +CopyrightUrl: https://github.com/Genivia/ugrep/blob/master/LICENSE.txt +ShortDescription: An ultra-fast, user-friendly, and compatible grep replacement +Description: |- + An ultra-fast, user-friendly grep replacement. + Ugrep combines the best features of other grep, adds new things, and surpasses their search speeds. + Includes a TUI, boolean queries (AND/OR/NOT), fuzzy search, hexdumps, searches nested archives (cpio/tar/pax/zip), compressed files (zip/gz/Z/bz2/lzma/xz/lz4/zstd), pdfs, docs, and more +ReleaseNotesUrl: https://github.com/Genivia/ugrep/releases/tag/v6.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/g/Genivia/ugrep/6.4.1/Genivia.ugrep.yaml b/manifests/g/Genivia/ugrep/6.4.1/Genivia.ugrep.yaml new file mode 100644 index 0000000000000..d3aa5b5f8c875 --- /dev/null +++ b/manifests/g/Genivia/ugrep/6.4.1/Genivia.ugrep.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 6.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/g/Genivia/ugrep/6.5.0/Genivia.ugrep.installer.yaml b/manifests/g/Genivia/ugrep/6.5.0/Genivia.ugrep.installer.yaml new file mode 100644 index 0000000000000..649bba4f780e1 --- /dev/null +++ b/manifests/g/Genivia/ugrep/6.5.0/Genivia.ugrep.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 6.5.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ug.exe +- RelativeFilePath: ugrep.exe +ReleaseDate: 2024-08-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Genivia/ugrep/releases/download/v6.5.0/ugrep-windows-x64.zip + InstallerSha256: B112D5CC11F33DD0AD397C8F1ECDBA2B357F36AE76F1E76310E13E1F961B3721 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Genivia/ugrep/6.5.0/Genivia.ugrep.locale.en-US.yaml b/manifests/g/Genivia/ugrep/6.5.0/Genivia.ugrep.locale.en-US.yaml new file mode 100644 index 0000000000000..3f669861d8481 --- /dev/null +++ b/manifests/g/Genivia/ugrep/6.5.0/Genivia.ugrep.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 6.5.0 +PackageLocale: en-US +Publisher: Genivia Inc. +PublisherUrl: https://www.genivia.com/ +PublisherSupportUrl: https://github.com/Genivia/ugrep/issues +Author: Robert van Engelen +PackageName: ugrep +PackageUrl: https://github.com/Genivia/ugrep +License: BSD-3-Clause +LicenseUrl: https://github.com/Genivia/ugrep/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2023, Robert van Engelen, Genivia Inc. +CopyrightUrl: https://github.com/Genivia/ugrep/blob/master/LICENSE.txt +ShortDescription: An ultra-fast, user-friendly, and compatible grep replacement +Description: |- + An ultra-fast, user-friendly grep replacement. + Ugrep combines the best features of other grep, adds new things, and surpasses their search speeds. + Includes a TUI, boolean queries (AND/OR/NOT), fuzzy search, hexdumps, searches nested archives (cpio/tar/pax/zip), compressed files (zip/gz/Z/bz2/lzma/xz/lz4/zstd), pdfs, docs, and more +Tags: +- code-search +- file-indexing +- file-search +- fuzzy-search +- grep +- hexdump +- interactive +- recursively-search +- regex +- ripgrep +- search +- silver-searcher +- tar +- tui +- unicode +- zip +ReleaseNotes: |- + What's new? + - faster binary file checking with SIMD (SSE2/AVX2/NEON) UTF-8 validation #421 and benchmarks + - new option --context-separator=SEP + - options -W and -X now also apply to --format fields %o and %O to output hex + - ugrep-indexer option -z (indexes compressed files and zip/7z/tar/cpio/pax archives) no longer indexes hidden directories and files (i.e. "dotfiles") stored in archives, to save space + - fix ugrep-indexer option -z, which was broken due to a code refactoring mistake in a single line of code +ReleaseNotesUrl: https://github.com/Genivia/ugrep/releases/tag/v6.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Genivia/ugrep/6.5.0/Genivia.ugrep.yaml b/manifests/g/Genivia/ugrep/6.5.0/Genivia.ugrep.yaml new file mode 100644 index 0000000000000..c55bc32fa4b07 --- /dev/null +++ b/manifests/g/Genivia/ugrep/6.5.0/Genivia.ugrep.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 6.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gentee/Gentee/1.22.0/Gentee.Gentee.installer.yaml b/manifests/g/Gentee/Gentee/1.22.0/Gentee.Gentee.installer.yaml new file mode 100644 index 0000000000000..9bf15208bd67c --- /dev/null +++ b/manifests/g/Gentee/Gentee/1.22.0/Gentee.Gentee.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gentee.Gentee +PackageVersion: 1.22.0 +InstallerType: zip +Commands: +- gentee +ReleaseDate: 2021-12-11 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: gentee.exe + PortableCommandAlias: gentee + InstallerUrl: https://github.com/gentee/gentee/releases/download/v1.22.0/gentee-1.22.0-windows-386.zip + InstallerSha256: 0216208FF9518E283DD9E2504874958416E2E9463AF283EEAE01CD622B794BF8 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: gentee.exe + PortableCommandAlias: gentee + InstallerUrl: https://github.com/gentee/gentee/releases/download/v1.22.0/gentee-1.22.0-windows-amd64.zip + InstallerSha256: 1F076387B0C6C08DF084E4A2EF47A5B2FEC6CA7BF79EDB3D5935AC209D7AEF26 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gentee/Gentee/1.22.0/Gentee.Gentee.locale.en-US.yaml b/manifests/g/Gentee/Gentee/1.22.0/Gentee.Gentee.locale.en-US.yaml new file mode 100644 index 0000000000000..3fc2b3985a671 --- /dev/null +++ b/manifests/g/Gentee/Gentee/1.22.0/Gentee.Gentee.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gentee.Gentee +PackageVersion: 1.22.0 +PackageLocale: en-US +Publisher: Alexey Krivonogov +PublisherUrl: https://github.com/gentee +PublisherSupportUrl: https://github.com/gentee/gentee/issues +# PrivacyUrl: +Author: Alexey Krivonogov +PackageName: Gentee +PackageUrl: https://github.com/gentee/gentee +License: MIT +LicenseUrl: https://github.com/gentee/gentee/blob/HEAD/LICENSE +Copyright: Copyright (c) 2018-present Alexey Krivonogov +# CopyrightUrl: +ShortDescription: Gentee - script programming language for automation. It uses VM and compiler written in Go (Golang). +Description: Gentee is a strongly typed procedural language. First of all, it is designed to write scripts to automate repetitive actions and processes on the computer. The Gentee language has a simple syntax and it is easy to learn and maintain. +# Moniker: +Tags: +- automate +- automation +- language +- programming +- programming-language +- script +ReleaseNotes: |- + - Added ThreadData and SetThreadData function. + - Added Custom field to Runtime structure. +ReleaseNotesUrl: https://github.com/gentee/gentee/releases/tag/v1.22.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gentee.org/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gentee/Gentee/1.22.0/Gentee.Gentee.locale.zh-CN.yaml b/manifests/g/Gentee/Gentee/1.22.0/Gentee.Gentee.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a5fbb18613fac --- /dev/null +++ b/manifests/g/Gentee/Gentee/1.22.0/Gentee.Gentee.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Gentee.Gentee +PackageVersion: 1.22.0 +PackageLocale: zh-CN +Publisher: Alexey Krivonogov +PublisherUrl: https://github.com/gentee +PublisherSupportUrl: https://github.com/gentee/gentee/issues +# PrivacyUrl: +Author: Alexey Krivonogov +PackageName: Gentee +PackageUrl: https://github.com/gentee/gentee +License: MIT +LicenseUrl: https://github.com/gentee/gentee/blob/HEAD/LICENSE +Copyright: Copyright (c) 2018-present Alexey Krivonogov +# CopyrightUrl: +ShortDescription: Gentee - 用于自动化的脚本编程语言。它使用 Go(Golang)编写的虚拟机和编译器。 +Description: Gentee 是一种强类型的程序语言。首先,它被设计用于编写脚本,以自动执行计算机上的重复性操作和流程。Gentee 语言语法简单,易于学习和维护。 +# Moniker: +Tags: +- 编程 +- 编程语言 +- 脚本 +- 自动化 +- 语言 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gentee/gentee/releases/tag/v1.22.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.gentee.org/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gentee/Gentee/1.22.0/Gentee.Gentee.yaml b/manifests/g/Gentee/Gentee/1.22.0/Gentee.Gentee.yaml new file mode 100644 index 0000000000000..a6dfeeac17025 --- /dev/null +++ b/manifests/g/Gentee/Gentee/1.22.0/Gentee.Gentee.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gentee.Gentee +PackageVersion: 1.22.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.installer.yaml b/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.installer.yaml index 4acb33a94d484..0b1312feea105 100644 --- a/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.installer.yaml +++ b/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: GeoDa.GeoDa @@ -8,27 +8,17 @@ Scope: machine UpgradeBehavior: uninstallPrevious FileExtensions: - gda -ReleaseDate: 2024-03-07 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-08-27 Installers: -# - Architecture: x86 -# NestedInstallerType: inno -# NestedInstallerFiles: -# - RelativeFilePath: GeoDa_1.22_win7+x86_Setup.exe -# InstallerUrl: https://github.com/GeoDaCenter/geoda/releases/download/v1.22.0.6/GeoDa-1.22.0.6-Windows7+-x86-installer.zip -# InstallerSha256: 57A258C36953AF6CD2E29CF165CF876B0F27E02E51528259633C78770121F08C -# Dependencies: -# PackageDependencies: -# - PackageIdentifier: Microsoft.VCRedist.2015+.x86 -# ProductCode: GeoDa_is1 - Architecture: x64 NestedInstallerType: inno NestedInstallerFiles: - RelativeFilePath: GeoDa_1.22_win7+x64_Setup.exe - InstallerUrl: https://github.com/GeoDaCenter/geoda/releases/download/v1.22.0.6/GeoDa-1.22.0.6-Windows7+-x64-installer.zip - InstallerSha256: F56350F79F46507096DAACB541E61DEA8AFEC90BB59A2D093961710FFF026410 - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + InstallerUrl: https://github.com/GeoDaCenter/geoda/releases/download/v1.22.0.8/GeoDa-Windows7+-x64-installer.zip + InstallerSha256: 16057B4643B04EC2A92E91939228A2363E4B3EBEBAC202DF5115BF7340969646 ProductCode: GeoDa_is1 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.en-US.yaml b/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.en-US.yaml index 41abcdc99b118..1de7165af4e42 100644 --- a/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.en-US.yaml +++ b/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: GeoDa.GeoDa @@ -28,11 +28,11 @@ Tags: - spatial-regression-analysis ReleaseNotes: |- What's Changed - - [Data] update Chicago Community Areas sample data - - [Chore] upgrade to gdal 3.8.4 and wxWidgets 3.2.4 on MacOS - - [Feat]: support Arrow - Full Changelog: https://github.com/GeoDaCenter/geoda/compare/v1.22.0.4...v1.22.0.6 -ReleaseNotesUrl: https://github.com/GeoDaCenter/geoda/releases/tag/v1.22.0.6 + - [Fix] Connect to Data Source window does not scale properly (Ubuntu) by @lixun910 in https://github.com/GeoDaCenter/geoda/pull/2492 + - [Build] Add Mac OSX Arm64 build for M chips + - [Build] Add Ubuntu 24.04 build + Full Changelog: https://github.com/GeoDaCenter/geoda/compare/v1.22.0.6...v1.22.0.8 +ReleaseNotesUrl: https://github.com/GeoDaCenter/geoda/releases/tag/v1.22.0.8 # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.zh-CN.yaml b/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.zh-CN.yaml index dc3dc1c388233..af103045133f3 100644 --- a/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.zh-CN.yaml +++ b/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: GeoDa.GeoDa @@ -27,7 +27,7 @@ Tags: - 空间数据科学 - 空间自相关统计 # ReleaseNotes: -ReleaseNotesUrl: https://github.com/GeoDaCenter/geoda/releases/tag/v1.22.0.6 +ReleaseNotesUrl: https://github.com/GeoDaCenter/geoda/releases/tag/v1.22.0.8 # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.yaml b/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.yaml index ddcaac3a18fb0..5f32029da4ce4 100644 --- a/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.yaml +++ b/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: GeoDa.GeoDa diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.850/GeoGebra.CASCalculator.installer.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.850/GeoGebra.CASCalculator.installer.yaml new file mode 100644 index 0000000000000..2b41925f9ccd9 --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.850/GeoGebra.CASCalculator.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.850 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/cas/GeoGebraCAS-Windows-Installer-6-0-850-0.exe + InstallerSha256: 0378257E8D2FDF5C87C401D587B0640B176E3440B08B7FCBAD697240515D61C4 + ProductCode: GeoGebra_CAS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.850/GeoGebra.CASCalculator.locale.en-US.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.850/GeoGebra.CASCalculator.locale.en-US.yaml new file mode 100644 index 0000000000000..048ae944620ee --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.850/GeoGebra.CASCalculator.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.850 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Solve equations, expand and factor expressions, find derivatives and integrals +# Description: +Moniker: cascalculator +Tags: +- education +- geometry +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.850/GeoGebra.CASCalculator.locale.zh-CN.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.850/GeoGebra.CASCalculator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1491b74186896 --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.850/GeoGebra.CASCalculator.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.850 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 解方程、展开表达式并将其因式分解、求导数和积分 +# Description: +# Moniker: +Tags: +- 几何 +- 教育 +- 数学 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.850/GeoGebra.CASCalculator.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.850/GeoGebra.CASCalculator.yaml new file mode 100644 index 0000000000000..60af7061abcfd --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.850/GeoGebra.CASCalculator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.850 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.851/GeoGebra.CASCalculator.installer.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.851/GeoGebra.CASCalculator.installer.yaml new file mode 100644 index 0000000000000..8d98c0b82d6f4 --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.851/GeoGebra.CASCalculator.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.851 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/cas/GeoGebraCAS-Windows-Installer-6-0-851-0.exe + InstallerSha256: 9C3DDB9C830094F1716CDADB9B00EE2244F299A1BF2D1153EF58EB014BBE4B1B + ProductCode: GeoGebra_CAS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.851/GeoGebra.CASCalculator.locale.en-US.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.851/GeoGebra.CASCalculator.locale.en-US.yaml new file mode 100644 index 0000000000000..92290c6df8d24 --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.851/GeoGebra.CASCalculator.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.851 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Solve equations, expand and factor expressions, find derivatives and integrals +# Description: +Moniker: cascalculator +Tags: +- education +- geometry +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.851/GeoGebra.CASCalculator.locale.zh-CN.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.851/GeoGebra.CASCalculator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..64f414e4d0979 --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.851/GeoGebra.CASCalculator.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.851 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 解方程、展开表达式并将其因式分解、求导数和积分 +# Description: +# Moniker: +Tags: +- 几何 +- 教育 +- 数学 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.851/GeoGebra.CASCalculator.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.851/GeoGebra.CASCalculator.yaml new file mode 100644 index 0000000000000..ec76214549256 --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.851/GeoGebra.CASCalculator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.851 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.853/GeoGebra.CASCalculator.installer.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.853/GeoGebra.CASCalculator.installer.yaml new file mode 100644 index 0000000000000..10912a00c94c1 --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.853/GeoGebra.CASCalculator.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.853 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/cas/GeoGebraCAS-Windows-Installer-6-0-853-0.exe + InstallerSha256: 1FBD4D0D602932FAAA61D9D277B3A37EE4EBB073241E1D800B4037CE596D9F2A + ProductCode: GeoGebra_CAS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.853/GeoGebra.CASCalculator.locale.en-US.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.853/GeoGebra.CASCalculator.locale.en-US.yaml new file mode 100644 index 0000000000000..aad1cce6900ad --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.853/GeoGebra.CASCalculator.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.853 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Solve equations, expand and factor expressions, find derivatives and integrals +# Description: +Moniker: cascalculator +Tags: +- education +- geometry +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.853/GeoGebra.CASCalculator.locale.zh-CN.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.853/GeoGebra.CASCalculator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ce703dedeb66d --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.853/GeoGebra.CASCalculator.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.853 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 解方程、展开表达式并将其因式分解、求导数和积分 +# Description: +# Moniker: +Tags: +- 几何 +- 教育 +- 数学 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.853/GeoGebra.CASCalculator.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.853/GeoGebra.CASCalculator.yaml new file mode 100644 index 0000000000000..636a2dfc4bc87 --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.853/GeoGebra.CASCalculator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.853 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.857/GeoGebra.CASCalculator.installer.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.857/GeoGebra.CASCalculator.installer.yaml new file mode 100644 index 0000000000000..34e266dee412d --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.857/GeoGebra.CASCalculator.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.857 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/cas/GeoGebraCAS-Windows-Installer-6-0-857-0.exe + InstallerSha256: 7D044A351D38E3365DC35A80C1AC17D175D73AF417546838C3A3EE49221000B3 + ProductCode: GeoGebra_CAS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.857/GeoGebra.CASCalculator.locale.en-US.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.857/GeoGebra.CASCalculator.locale.en-US.yaml new file mode 100644 index 0000000000000..1e22a565ab41e --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.857/GeoGebra.CASCalculator.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.857 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Solve equations, expand and factor expressions, find derivatives and integrals +# Description: +Moniker: cascalculator +Tags: +- education +- geometry +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.857/GeoGebra.CASCalculator.locale.zh-CN.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.857/GeoGebra.CASCalculator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..44fb69679fc51 --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.857/GeoGebra.CASCalculator.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.857 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 解方程、展开表达式并将其因式分解、求导数和积分 +# Description: +# Moniker: +Tags: +- 几何 +- 教育 +- 数学 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.857/GeoGebra.CASCalculator.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.857/GeoGebra.CASCalculator.yaml new file mode 100644 index 0000000000000..0e0a74486c124 --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.857/GeoGebra.CASCalculator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.857 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.850/GeoGebra.CalculatorSuite.installer.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.850/GeoGebra.CalculatorSuite.installer.yaml new file mode 100644 index 0000000000000..7ea1f582c13a8 --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.850/GeoGebra.CalculatorSuite.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.850 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/suite/GeoGebraCalculator-Windows-Installer-6-0-850-0.exe + InstallerSha256: 6CF216EDD29BA2859669502CAC5506EAE8E100083FA8F8D2AB594DF3E70CC726 + ProductCode: GeoGebra_Calculator +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.850/GeoGebra.CalculatorSuite.locale.en-US.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.850/GeoGebra.CalculatorSuite.locale.en-US.yaml new file mode 100644 index 0000000000000..399c388d9860b --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.850/GeoGebra.CalculatorSuite.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.850 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Calculator Suite +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Explore functions, solve equations, construct geometric shapes and 3D objects +# Description: +# Moniker: +Tags: +- education +- geometry +- graph +- graphing +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.850/GeoGebra.CalculatorSuite.locale.zh-CN.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.850/GeoGebra.CalculatorSuite.locale.zh-CN.yaml new file mode 100644 index 0000000000000..72898371bf93b --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.850/GeoGebra.CalculatorSuite.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.850 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Calculator Suite +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 探索函数、解方程、构建几何图形和三维物体 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.850/GeoGebra.CalculatorSuite.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.850/GeoGebra.CalculatorSuite.yaml new file mode 100644 index 0000000000000..922829441e173 --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.850/GeoGebra.CalculatorSuite.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.850 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.851/GeoGebra.CalculatorSuite.installer.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.851/GeoGebra.CalculatorSuite.installer.yaml new file mode 100644 index 0000000000000..903876117a90b --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.851/GeoGebra.CalculatorSuite.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.851 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/suite/GeoGebraCalculator-Windows-Installer-6-0-851-0.exe + InstallerSha256: A2C53807C7BC56D6B00C885F9D6A74E5ACCB40C5D6A348CD2FFADE80742FB0A5 + ProductCode: GeoGebra_Calculator +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.851/GeoGebra.CalculatorSuite.locale.en-US.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.851/GeoGebra.CalculatorSuite.locale.en-US.yaml new file mode 100644 index 0000000000000..99b2fe05f433a --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.851/GeoGebra.CalculatorSuite.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.851 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Calculator Suite +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Explore functions, solve equations, construct geometric shapes and 3D objects +# Description: +# Moniker: +Tags: +- education +- geometry +- graph +- graphing +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.851/GeoGebra.CalculatorSuite.locale.zh-CN.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.851/GeoGebra.CalculatorSuite.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e17a8d8f53264 --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.851/GeoGebra.CalculatorSuite.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.851 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Calculator Suite +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 探索函数、解方程、构建几何图形和三维物体 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.851/GeoGebra.CalculatorSuite.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.851/GeoGebra.CalculatorSuite.yaml new file mode 100644 index 0000000000000..ab30d06c89c38 --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.851/GeoGebra.CalculatorSuite.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.851 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.853/GeoGebra.CalculatorSuite.installer.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.853/GeoGebra.CalculatorSuite.installer.yaml new file mode 100644 index 0000000000000..29d144ed4ff70 --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.853/GeoGebra.CalculatorSuite.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.853 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/suite/GeoGebraCalculator-Windows-Installer-6-0-853-0.exe + InstallerSha256: CFB52B83C5B918386BCDAEE0D58EBED1ADD8DEB1DEFF9111DBDBD4323D6495AC + ProductCode: GeoGebra_Calculator +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.853/GeoGebra.CalculatorSuite.locale.en-US.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.853/GeoGebra.CalculatorSuite.locale.en-US.yaml new file mode 100644 index 0000000000000..bd69064042128 --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.853/GeoGebra.CalculatorSuite.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.853 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Calculator Suite +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Explore functions, solve equations, construct geometric shapes and 3D objects +# Description: +# Moniker: +Tags: +- education +- geometry +- graph +- graphing +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.853/GeoGebra.CalculatorSuite.locale.zh-CN.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.853/GeoGebra.CalculatorSuite.locale.zh-CN.yaml new file mode 100644 index 0000000000000..de1b38d411425 --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.853/GeoGebra.CalculatorSuite.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.853 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Calculator Suite +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 探索函数、解方程、构建几何图形和三维物体 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.853/GeoGebra.CalculatorSuite.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.853/GeoGebra.CalculatorSuite.yaml new file mode 100644 index 0000000000000..746cd466c361a --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.853/GeoGebra.CalculatorSuite.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.853 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.857/GeoGebra.CalculatorSuite.installer.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.857/GeoGebra.CalculatorSuite.installer.yaml new file mode 100644 index 0000000000000..32279f9cdf4ad --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.857/GeoGebra.CalculatorSuite.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.857 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/suite/GeoGebraCalculator-Windows-Installer-6-0-857-0.exe + InstallerSha256: B1CE7687FF022D7A42F2C2D02DE2FB093074E279BBCEECAB0D433207455C122B + ProductCode: GeoGebra_Calculator +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.857/GeoGebra.CalculatorSuite.locale.en-US.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.857/GeoGebra.CalculatorSuite.locale.en-US.yaml new file mode 100644 index 0000000000000..53f13238b3ed9 --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.857/GeoGebra.CalculatorSuite.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.857 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Calculator Suite +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Explore functions, solve equations, construct geometric shapes and 3D objects +# Description: +# Moniker: +Tags: +- education +- geometry +- graph +- graphing +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.857/GeoGebra.CalculatorSuite.locale.zh-CN.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.857/GeoGebra.CalculatorSuite.locale.zh-CN.yaml new file mode 100644 index 0000000000000..af8446f1f23bd --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.857/GeoGebra.CalculatorSuite.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.857 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Calculator Suite +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 探索函数、解方程、构建几何图形和三维物体 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.857/GeoGebra.CalculatorSuite.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.857/GeoGebra.CalculatorSuite.yaml new file mode 100644 index 0000000000000..556a6b6a7d8fc --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.857/GeoGebra.CalculatorSuite.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.857 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/5/5.2.848.0/GeoGebra.Classic.5.installer.yaml b/manifests/g/GeoGebra/Classic/5/5.2.848.0/GeoGebra.Classic.5.installer.yaml deleted file mode 100644 index a1e92ab05d8ef..0000000000000 --- a/manifests/g/GeoGebra/Classic/5/5.2.848.0/GeoGebra.Classic.5.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: GeoGebra.Classic.5 -PackageVersion: 5.2.848.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Installers: -- Architecture: x86 - InstallerUrl: https://download.geogebra.org/package/win - InstallerSha256: EB1D1D13B41352EC0FB7AF553BF2B4949C70E4F0717E5D3D3D9A8EF46EEE12AA -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/g/GeoGebra/Classic/5/5.2.848.0/GeoGebra.Classic.5.yaml b/manifests/g/GeoGebra/Classic/5/5.2.848.0/GeoGebra.Classic.5.yaml deleted file mode 100644 index 4bae85b07d557..0000000000000 --- a/manifests/g/GeoGebra/Classic/5/5.2.848.0/GeoGebra.Classic.5.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: GeoGebra.Classic.5 -PackageVersion: 5.2.848.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/g/GeoGebra/Classic/5/5.2.853.0/GeoGebra.Classic.5.installer.yaml b/manifests/g/GeoGebra/Classic/5/5.2.853.0/GeoGebra.Classic.5.installer.yaml new file mode 100644 index 0000000000000..b2df9b9e24c8e --- /dev/null +++ b/manifests/g/GeoGebra/Classic/5/5.2.853.0/GeoGebra.Classic.5.installer.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2024/Aug/29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: GeoGebra.Classic.5 +PackageVersion: 5.2.853.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/package/win + InstallerSha256: F33733FBEF98D8F9280983036BD8961E982273C46D921604629A2D77E37CDA50 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/g/GeoGebra/Classic/5/5.2.848.0/GeoGebra.Classic.5.locale.en-US.yaml b/manifests/g/GeoGebra/Classic/5/5.2.853.0/GeoGebra.Classic.5.locale.en-US.yaml similarity index 91% rename from manifests/g/GeoGebra/Classic/5/5.2.848.0/GeoGebra.Classic.5.locale.en-US.yaml rename to manifests/g/GeoGebra/Classic/5/5.2.853.0/GeoGebra.Classic.5.locale.en-US.yaml index 5cdd32b3b4db0..393a26cedb848 100644 --- a/manifests/g/GeoGebra/Classic/5/5.2.848.0/GeoGebra.Classic.5.locale.en-US.yaml +++ b/manifests/g/GeoGebra/Classic/5/5.2.853.0/GeoGebra.Classic.5.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/11 +# Automatically updated by the winget bot at 2024/Aug/29 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: GeoGebra.Classic.5 -PackageVersion: 5.2.848.0 +PackageVersion: 5.2.853.0 PackageLocale: en-US Publisher: International GeoGebra Institute PublisherUrl: https://www.geogebra.org diff --git a/manifests/g/GeoGebra/Classic/5/5.2.853.0/GeoGebra.Classic.5.yaml b/manifests/g/GeoGebra/Classic/5/5.2.853.0/GeoGebra.Classic.5.yaml new file mode 100644 index 0000000000000..1342b6228d34b --- /dev/null +++ b/manifests/g/GeoGebra/Classic/5/5.2.853.0/GeoGebra.Classic.5.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/29 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: GeoGebra.Classic.5 +PackageVersion: 5.2.853.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.843/GeoGebra.Classic.installer.yaml b/manifests/g/GeoGebra/Classic/6.0.843/GeoGebra.Classic.installer.yaml deleted file mode 100644 index dba5dc873b88f..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.843/GeoGebra.Classic.installer.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.843 -FileExtensions: -- ggb -Installers: -- Architecture: x86 - InstallerType: exe # Squirrel - Scope: user - InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-843-0.exe - InstallerSha256: 2FA0014780757CCA9977E19C528CAACD88602F5B7E620E96C2AF5D1DBDDE5043 - InstallModes: - - interactive - - silent - InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent - UpgradeBehavior: install - ProductCode: GeoGebra_6 - AppsAndFeaturesEntries: - - DisplayVersion: 6.0.843 -- Architecture: x86 - InstallerType: wix - Scope: machine - InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-843-0.msi - InstallerSha256: ECCF5FA4F0F06992E312638AD597F94C68C7C4C2A62FCFC1C6204CB389EFFBD2 - InstallerSwitches: - InstallLocation: APPLICATIONROOTDIRECTORY="" - ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' - UpgradeBehavior: uninstallPrevious - AppsAndFeaturesEntries: - - DisplayVersion: 6.0.843.0 - ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' - UpgradeCode: '{27555540-BDD5-486C-94BF-D367BC812CEF}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.843/GeoGebra.Classic.locale.en-US.yaml b/manifests/g/GeoGebra/Classic/6.0.843/GeoGebra.Classic.locale.en-US.yaml deleted file mode 100644 index 7ff3e878f1789..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.843/GeoGebra.Classic.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.843 -PackageLocale: en-US -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Classic -PackageUrl: https://www.geogebra.org/download -License: Proprietary -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: Apps bundle including free tools for geometry, spreadsheet, probability, and CAS -# Description: -Moniker: geogebraclassic -Tags: -- education -- geometry -- graph -- graphing -- math -- math-tool -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.843/GeoGebra.Classic.locale.zh-CN.yaml b/manifests/g/GeoGebra/Classic/6.0.843/GeoGebra.Classic.locale.zh-CN.yaml deleted file mode 100644 index 361503d9ce3c2..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.843/GeoGebra.Classic.locale.zh-CN.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.843 -PackageLocale: zh-CN -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Classic -PackageUrl: https://www.geogebra.org/download -License: 专有软件 -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: 应用程序捆绑包,包括几何、电子表格、概率和 CAS 的免费工具 -# Description: -# Moniker: -Tags: -- 几何 -- 图形 -- 教育 -- 数学 -- 数学工具 -- 绘图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.843/GeoGebra.Classic.yaml b/manifests/g/GeoGebra/Classic/6.0.843/GeoGebra.Classic.yaml deleted file mode 100644 index 4004c7914939c..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.843/GeoGebra.Classic.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.843 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.845/GeoGebra.Classic.installer.yaml b/manifests/g/GeoGebra/Classic/6.0.845/GeoGebra.Classic.installer.yaml deleted file mode 100644 index bd0be4423acb6..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.845/GeoGebra.Classic.installer.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.845 -FileExtensions: -- ggb -Installers: -- Architecture: x86 - InstallerType: exe - Scope: user - InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-845-0.exe - InstallerSha256: 476EC0C3D5B55D6494D562BC254EE42C8737C43B935C47A128B5DEAA8B87EE85 - InstallModes: - - interactive - - silent - InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent - UpgradeBehavior: install - ProductCode: GeoGebra_6 - AppsAndFeaturesEntries: - - DisplayVersion: 6.0.845 -- Architecture: x86 - InstallerType: wix - Scope: machine - InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-845-0.msi - InstallerSha256: 25198DC40DB0F9ADD69B2751A55C886BE7B5963BF3F52F223CE195BA561F84F0 - InstallerSwitches: - InstallLocation: APPLICATIONROOTDIRECTORY="" - UpgradeBehavior: uninstallPrevious - ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' - AppsAndFeaturesEntries: - - DisplayVersion: 6.0.845.0 - ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' - UpgradeCode: '{27555540-BDD5-486C-94BF-D367BC812CEF}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.845/GeoGebra.Classic.locale.en-US.yaml b/manifests/g/GeoGebra/Classic/6.0.845/GeoGebra.Classic.locale.en-US.yaml deleted file mode 100644 index 0dbb9acf36036..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.845/GeoGebra.Classic.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.845 -PackageLocale: en-US -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Classic -PackageUrl: https://www.geogebra.org/download -License: Proprietary -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: Apps bundle including free tools for geometry, spreadsheet, probability, and CAS -# Description: -Moniker: geogebraclassic -Tags: -- education -- geometry -- graph -- graphing -- math -- math-tool -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.845/GeoGebra.Classic.locale.zh-CN.yaml b/manifests/g/GeoGebra/Classic/6.0.845/GeoGebra.Classic.locale.zh-CN.yaml deleted file mode 100644 index f31f2c4a5702e..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.845/GeoGebra.Classic.locale.zh-CN.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.845 -PackageLocale: zh-CN -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Classic -PackageUrl: https://www.geogebra.org/download -License: 专有软件 -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: 应用程序捆绑包,包括几何、电子表格、概率和 CAS 的免费工具 -# Description: -# Moniker: -Tags: -- 几何 -- 图形 -- 教育 -- 数学 -- 数学工具 -- 绘图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.845/GeoGebra.Classic.yaml b/manifests/g/GeoGebra/Classic/6.0.845/GeoGebra.Classic.yaml deleted file mode 100644 index 6e3ce7e2f1023..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.845/GeoGebra.Classic.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.845 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.846/GeoGebra.Classic.installer.yaml b/manifests/g/GeoGebra/Classic/6.0.846/GeoGebra.Classic.installer.yaml deleted file mode 100644 index cdfd6e543a59f..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.846/GeoGebra.Classic.installer.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.846 -FileExtensions: -- ggb -Installers: -- Architecture: x86 - InstallerType: exe - Scope: user - InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-846-0.exe - InstallerSha256: 0E23A0A06A78207C9CE2C48801BFCB79264FED790B211C392C5777295A0E9C10 - InstallModes: - - interactive - - silent - InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent - UpgradeBehavior: install - ProductCode: GeoGebra_6 - AppsAndFeaturesEntries: - - DisplayVersion: 6.0.846 -- Architecture: x86 - InstallerType: wix - Scope: machine - InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-846-0.msi - InstallerSha256: 703E1E1EF30842D4E9CDF96CE692F4CFC5938FBB83162541747F4A46FFEA83F9 - InstallerSwitches: - InstallLocation: APPLICATIONROOTDIRECTORY="" - UpgradeBehavior: uninstallPrevious - ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' - AppsAndFeaturesEntries: - - DisplayVersion: 6.0.846.0 - ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' - UpgradeCode: '{27555540-BDD5-486C-94BF-D367BC812CEF}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.846/GeoGebra.Classic.locale.en-US.yaml b/manifests/g/GeoGebra/Classic/6.0.846/GeoGebra.Classic.locale.en-US.yaml deleted file mode 100644 index 0387c0fa4c1de..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.846/GeoGebra.Classic.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.846 -PackageLocale: en-US -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Classic -PackageUrl: https://www.geogebra.org/download -License: Proprietary -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: Apps bundle including free tools for geometry, spreadsheet, probability, and CAS -# Description: -Moniker: geogebraclassic -Tags: -- education -- geometry -- graph -- graphing -- math -- math-tool -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.846/GeoGebra.Classic.locale.zh-CN.yaml b/manifests/g/GeoGebra/Classic/6.0.846/GeoGebra.Classic.locale.zh-CN.yaml deleted file mode 100644 index 72f7fb16d59d8..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.846/GeoGebra.Classic.locale.zh-CN.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.846 -PackageLocale: zh-CN -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Classic -PackageUrl: https://www.geogebra.org/download -License: 专有软件 -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: 应用程序捆绑包,包括几何、电子表格、概率和 CAS 的免费工具 -# Description: -# Moniker: -Tags: -- 几何 -- 图形 -- 教育 -- 数学 -- 数学工具 -- 绘图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.846/GeoGebra.Classic.yaml b/manifests/g/GeoGebra/Classic/6.0.846/GeoGebra.Classic.yaml deleted file mode 100644 index aa4e2dfb4e54b..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.846/GeoGebra.Classic.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.846 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.850/GeoGebra.Classic.installer.yaml b/manifests/g/GeoGebra/Classic/6.0.850/GeoGebra.Classic.installer.yaml new file mode 100644 index 0000000000000..1e50358df102e --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.850/GeoGebra.Classic.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.850 +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-850-0.exe + InstallerSha256: B726F85B3590F9C23C7CFF858D81C16824E261A73F2A9737A7C97C0C9CDAC48E + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: GeoGebra_6 + AppsAndFeaturesEntries: + - DisplayVersion: 6.0.850 +- Architecture: x86 + InstallerType: wix + Scope: machine + InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-850-0.msi + InstallerSha256: F6A5393EB1EC4EBF990E4EE3F9025FEDC1E36BA080AE77E640079C7064DCF1D3 + InstallerSwitches: + InstallLocation: APPLICATIONROOTDIRECTORY="" + UpgradeBehavior: uninstallPrevious + ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' + AppsAndFeaturesEntries: + - DisplayVersion: 6.0.850.0 + ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' + UpgradeCode: '{27555540-BDD5-486C-94BF-D367BC812CEF}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.850/GeoGebra.Classic.locale.en-US.yaml b/manifests/g/GeoGebra/Classic/6.0.850/GeoGebra.Classic.locale.en-US.yaml new file mode 100644 index 0000000000000..93450e46cadf6 --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.850/GeoGebra.Classic.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.850 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Classic +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Apps bundle including free tools for geometry, spreadsheet, probability, and CAS +# Description: +Moniker: geogebraclassic +Tags: +- education +- geometry +- graph +- graphing +- math +- math-tool +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.850/GeoGebra.Classic.locale.zh-CN.yaml b/manifests/g/GeoGebra/Classic/6.0.850/GeoGebra.Classic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d009b4646ed45 --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.850/GeoGebra.Classic.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.850 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Classic +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 应用程序捆绑包,包括几何、电子表格、概率和 CAS 的免费工具 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 数学工具 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.850/GeoGebra.Classic.yaml b/manifests/g/GeoGebra/Classic/6.0.850/GeoGebra.Classic.yaml new file mode 100644 index 0000000000000..1b54b78fa0eb5 --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.850/GeoGebra.Classic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.850 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.851/GeoGebra.Classic.installer.yaml b/manifests/g/GeoGebra/Classic/6.0.851/GeoGebra.Classic.installer.yaml new file mode 100644 index 0000000000000..88ecde253fd75 --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.851/GeoGebra.Classic.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.851 +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-851-0.exe + InstallerSha256: B66A755194DAED27C253FB4FB869BCFC62B556FF8681CCFF2E95950409AB9C86 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: GeoGebra_6 + AppsAndFeaturesEntries: + - DisplayVersion: 6.0.851 +- Architecture: x86 + InstallerType: wix + Scope: machine + InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-851-0.msi + InstallerSha256: 13B7346E78B8EC458061D11E92F72F3C708373BDF41933ACD145610B54BD878B + InstallerSwitches: + InstallLocation: APPLICATIONROOTDIRECTORY="" + UpgradeBehavior: uninstallPrevious + ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' + AppsAndFeaturesEntries: + - DisplayVersion: 6.0.851.0 + ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' + UpgradeCode: '{27555540-BDD5-486C-94BF-D367BC812CEF}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.851/GeoGebra.Classic.locale.en-US.yaml b/manifests/g/GeoGebra/Classic/6.0.851/GeoGebra.Classic.locale.en-US.yaml new file mode 100644 index 0000000000000..a08fe5b864ca9 --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.851/GeoGebra.Classic.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.851 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Classic +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Apps bundle including free tools for geometry, spreadsheet, probability, and CAS +# Description: +Moniker: geogebraclassic +Tags: +- education +- geometry +- graph +- graphing +- math +- math-tool +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.851/GeoGebra.Classic.locale.zh-CN.yaml b/manifests/g/GeoGebra/Classic/6.0.851/GeoGebra.Classic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d2651bf4f0f6c --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.851/GeoGebra.Classic.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.851 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Classic +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 应用程序捆绑包,包括几何、电子表格、概率和 CAS 的免费工具 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 数学工具 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.851/GeoGebra.Classic.yaml b/manifests/g/GeoGebra/Classic/6.0.851/GeoGebra.Classic.yaml new file mode 100644 index 0000000000000..c39588772645a --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.851/GeoGebra.Classic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.851 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.853/GeoGebra.Classic.installer.yaml b/manifests/g/GeoGebra/Classic/6.0.853/GeoGebra.Classic.installer.yaml new file mode 100644 index 0000000000000..d3e75937f0bfa --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.853/GeoGebra.Classic.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.853 +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-853-0.exe + InstallerSha256: DEAB3E377CBF6E90C09FD66ED0AE8240980C61D7BBCB80F7C85F05899B02B561 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: GeoGebra_6 + AppsAndFeaturesEntries: + - DisplayVersion: 6.0.853 +- Architecture: x86 + InstallerType: wix + Scope: machine + InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-853-0.msi + InstallerSha256: 55698FF6480F020016949061E6ED20355985F6BC3BE1F1AB73B44C42DC66FD8F + InstallerSwitches: + InstallLocation: APPLICATIONROOTDIRECTORY="" + UpgradeBehavior: uninstallPrevious + ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' + AppsAndFeaturesEntries: + - DisplayVersion: 6.0.853.0 + ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' + UpgradeCode: '{27555540-BDD5-486C-94BF-D367BC812CEF}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.853/GeoGebra.Classic.locale.en-US.yaml b/manifests/g/GeoGebra/Classic/6.0.853/GeoGebra.Classic.locale.en-US.yaml new file mode 100644 index 0000000000000..7e361c3fff9c8 --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.853/GeoGebra.Classic.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.853 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Classic +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Apps bundle including free tools for geometry, spreadsheet, probability, and CAS +# Description: +Moniker: geogebraclassic +Tags: +- education +- geometry +- graph +- graphing +- math +- math-tool +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.853/GeoGebra.Classic.locale.zh-CN.yaml b/manifests/g/GeoGebra/Classic/6.0.853/GeoGebra.Classic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1edd1e6e23f19 --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.853/GeoGebra.Classic.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.853 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Classic +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 应用程序捆绑包,包括几何、电子表格、概率和 CAS 的免费工具 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 数学工具 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.853/GeoGebra.Classic.yaml b/manifests/g/GeoGebra/Classic/6.0.853/GeoGebra.Classic.yaml new file mode 100644 index 0000000000000..4bbcd8b106b46 --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.853/GeoGebra.Classic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.853 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.857/GeoGebra.Classic.installer.yaml b/manifests/g/GeoGebra/Classic/6.0.857/GeoGebra.Classic.installer.yaml new file mode 100644 index 0000000000000..79663dd50a0bd --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.857/GeoGebra.Classic.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.857 +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-857-0.exe + InstallerSha256: 8E0BD1A24E6F02449B546548CB9C1121EF70550C466AF7DE669AE743EF56C3C1 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: GeoGebra_6 + AppsAndFeaturesEntries: + - DisplayVersion: 6.0.857 +- Architecture: x86 + InstallerType: wix + Scope: machine + InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-857-0.msi + InstallerSha256: 2AA08F235999759BDD568E8E3E5EBE7B7CF138875A592E6AD4E9DBC136DCF40D + InstallerSwitches: + InstallLocation: APPLICATIONROOTDIRECTORY="" + UpgradeBehavior: uninstallPrevious + ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' + AppsAndFeaturesEntries: + - DisplayVersion: 6.0.857.0 + ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' + UpgradeCode: '{27555540-BDD5-486C-94BF-D367BC812CEF}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.857/GeoGebra.Classic.locale.en-US.yaml b/manifests/g/GeoGebra/Classic/6.0.857/GeoGebra.Classic.locale.en-US.yaml new file mode 100644 index 0000000000000..4a46ca0715d44 --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.857/GeoGebra.Classic.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.857 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Classic +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Apps bundle including free tools for geometry, spreadsheet, probability, and CAS +# Description: +Moniker: geogebraclassic +Tags: +- education +- geometry +- graph +- graphing +- math +- math-tool +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.857/GeoGebra.Classic.locale.zh-CN.yaml b/manifests/g/GeoGebra/Classic/6.0.857/GeoGebra.Classic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cfed271dae926 --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.857/GeoGebra.Classic.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.857 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Classic +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 应用程序捆绑包,包括几何、电子表格、概率和 CAS 的免费工具 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 数学工具 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.857/GeoGebra.Classic.yaml b/manifests/g/GeoGebra/Classic/6.0.857/GeoGebra.Classic.yaml new file mode 100644 index 0000000000000..9589577981bef --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.857/GeoGebra.Classic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.857 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.843/GeoGebra.Geometry.installer.yaml b/manifests/g/GeoGebra/Geometry/6.0.843/GeoGebra.Geometry.installer.yaml deleted file mode 100644 index 402ef3cfbcd3b..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.843/GeoGebra.Geometry.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.843 -InstallerType: exe # Squirrel -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -FileExtensions: -- ggb -Installers: -- Architecture: x86 - InstallerUrl: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-843-0.exe - InstallerSha256: 1F957C4C8155DC43F28EB314A36F8CC3DCC78112206165B2D60809F512DB5358 - ProductCode: GeoGebra_Geometry -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.843/GeoGebra.Geometry.locale.en-US.yaml b/manifests/g/GeoGebra/Geometry/6.0.843/GeoGebra.Geometry.locale.en-US.yaml deleted file mode 100644 index 10181e38949f3..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.843/GeoGebra.Geometry.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.843 -PackageLocale: en-US -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Geometry -PackageUrl: https://www.geogebra.org/download -License: Proprietary -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: Construct circles, angles, transformations and more with the free geometry tool -# Description: -Moniker: geogebrageometry -Tags: -- education -- geometry -- graph -- graphing -- math -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.843/GeoGebra.Geometry.locale.zh-CN.yaml b/manifests/g/GeoGebra/Geometry/6.0.843/GeoGebra.Geometry.locale.zh-CN.yaml deleted file mode 100644 index fa42786797e93..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.843/GeoGebra.Geometry.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.843 -PackageLocale: zh-CN -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Geometry -PackageUrl: https://www.geogebra.org/download -License: 专有软件 -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: 使用免费几何工具构建圆、角度、变换等图形 -# Description: -# Moniker: -Tags: -- 几何 -- 图形 -- 教育 -- 数学 -- 绘图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.843/GeoGebra.Geometry.yaml b/manifests/g/GeoGebra/Geometry/6.0.843/GeoGebra.Geometry.yaml deleted file mode 100644 index a8c699f5061c5..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.843/GeoGebra.Geometry.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.843 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.845/GeoGebra.Geometry.installer.yaml b/manifests/g/GeoGebra/Geometry/6.0.845/GeoGebra.Geometry.installer.yaml deleted file mode 100644 index e48752f62fdad..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.845/GeoGebra.Geometry.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.845 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -FileExtensions: -- ggb -Installers: -- Architecture: x86 - InstallerUrl: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-845-0.exe - InstallerSha256: 7E5AB46F2EEFC79A8A1EE41F3D0E97A7D7CA59FB0824C948B5B4C28D712A4495 - ProductCode: GeoGebra_Geometry -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.845/GeoGebra.Geometry.locale.en-US.yaml b/manifests/g/GeoGebra/Geometry/6.0.845/GeoGebra.Geometry.locale.en-US.yaml deleted file mode 100644 index 02306dc8c7d74..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.845/GeoGebra.Geometry.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.845 -PackageLocale: en-US -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Geometry -PackageUrl: https://www.geogebra.org/download -License: Proprietary -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: Construct circles, angles, transformations and more with the free geometry tool -# Description: -Moniker: geogebrageometry -Tags: -- education -- geometry -- graph -- graphing -- math -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.845/GeoGebra.Geometry.locale.zh-CN.yaml b/manifests/g/GeoGebra/Geometry/6.0.845/GeoGebra.Geometry.locale.zh-CN.yaml deleted file mode 100644 index 07d0e8bd8ef8a..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.845/GeoGebra.Geometry.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.845 -PackageLocale: zh-CN -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Geometry -PackageUrl: https://www.geogebra.org/download -License: 专有软件 -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: 使用免费几何工具构建圆、角度、变换等图形 -# Description: -# Moniker: -Tags: -- 几何 -- 图形 -- 教育 -- 数学 -- 绘图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.845/GeoGebra.Geometry.yaml b/manifests/g/GeoGebra/Geometry/6.0.845/GeoGebra.Geometry.yaml deleted file mode 100644 index 451178ba9a901..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.845/GeoGebra.Geometry.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.845 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.846/GeoGebra.Geometry.installer.yaml b/manifests/g/GeoGebra/Geometry/6.0.846/GeoGebra.Geometry.installer.yaml deleted file mode 100644 index 8be13bd1acefc..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.846/GeoGebra.Geometry.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.846 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -FileExtensions: -- ggb -Installers: -- Architecture: x86 - InstallerUrl: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-846-0.exe - InstallerSha256: 49346766C620E66C65223C13555B4DB04E3C6F9F2DCC959CC489AB9EFCBFC72E - ProductCode: GeoGebra_Geometry -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.846/GeoGebra.Geometry.locale.en-US.yaml b/manifests/g/GeoGebra/Geometry/6.0.846/GeoGebra.Geometry.locale.en-US.yaml deleted file mode 100644 index e1f6634ce9f55..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.846/GeoGebra.Geometry.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.846 -PackageLocale: en-US -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Geometry -PackageUrl: https://www.geogebra.org/download -License: Proprietary -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: Construct circles, angles, transformations and more with the free geometry tool -# Description: -Moniker: geogebrageometry -Tags: -- education -- geometry -- graph -- graphing -- math -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.846/GeoGebra.Geometry.locale.zh-CN.yaml b/manifests/g/GeoGebra/Geometry/6.0.846/GeoGebra.Geometry.locale.zh-CN.yaml deleted file mode 100644 index 9ce90a8101d2d..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.846/GeoGebra.Geometry.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.846 -PackageLocale: zh-CN -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Geometry -PackageUrl: https://www.geogebra.org/download -License: 专有软件 -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: 使用免费几何工具构建圆、角度、变换等图形 -# Description: -# Moniker: -Tags: -- 几何 -- 图形 -- 教育 -- 数学 -- 绘图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.846/GeoGebra.Geometry.yaml b/manifests/g/GeoGebra/Geometry/6.0.846/GeoGebra.Geometry.yaml deleted file mode 100644 index c04ca3bbcfe2e..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.846/GeoGebra.Geometry.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.846 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.850/GeoGebra.Geometry.installer.yaml b/manifests/g/GeoGebra/Geometry/6.0.850/GeoGebra.Geometry.installer.yaml new file mode 100644 index 0000000000000..693060115b7b3 --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.850/GeoGebra.Geometry.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.850 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-850-0.exe + InstallerSha256: 89F30FF9016F16276C8306A25D207F3EDCF1E6FD97733065E909090F59DB45C4 + ProductCode: GeoGebra_Geometry +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.850/GeoGebra.Geometry.locale.en-US.yaml b/manifests/g/GeoGebra/Geometry/6.0.850/GeoGebra.Geometry.locale.en-US.yaml new file mode 100644 index 0000000000000..8bd75367f3f03 --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.850/GeoGebra.Geometry.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.850 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Geometry +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Construct circles, angles, transformations and more with the free geometry tool +# Description: +Moniker: geogebrageometry +Tags: +- education +- geometry +- graph +- graphing +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.850/GeoGebra.Geometry.locale.zh-CN.yaml b/manifests/g/GeoGebra/Geometry/6.0.850/GeoGebra.Geometry.locale.zh-CN.yaml new file mode 100644 index 0000000000000..22ed5eacc4b84 --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.850/GeoGebra.Geometry.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.850 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Geometry +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 使用免费几何工具构建圆、角度、变换等图形 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.850/GeoGebra.Geometry.yaml b/manifests/g/GeoGebra/Geometry/6.0.850/GeoGebra.Geometry.yaml new file mode 100644 index 0000000000000..4a79e02a48df7 --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.850/GeoGebra.Geometry.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.850 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.851/GeoGebra.Geometry.installer.yaml b/manifests/g/GeoGebra/Geometry/6.0.851/GeoGebra.Geometry.installer.yaml new file mode 100644 index 0000000000000..5022b11268d96 --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.851/GeoGebra.Geometry.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.851 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-851-0.exe + InstallerSha256: A367F7B0CCE5704191FB9EA3ADA691ACAA76FB6B2F85F71DC376CD9C7FFDEFF0 + ProductCode: GeoGebra_Geometry +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.851/GeoGebra.Geometry.locale.en-US.yaml b/manifests/g/GeoGebra/Geometry/6.0.851/GeoGebra.Geometry.locale.en-US.yaml new file mode 100644 index 0000000000000..1fbf39b3764a6 --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.851/GeoGebra.Geometry.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.851 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Geometry +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Construct circles, angles, transformations and more with the free geometry tool +# Description: +Moniker: geogebrageometry +Tags: +- education +- geometry +- graph +- graphing +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.851/GeoGebra.Geometry.locale.zh-CN.yaml b/manifests/g/GeoGebra/Geometry/6.0.851/GeoGebra.Geometry.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a6d9800551bc9 --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.851/GeoGebra.Geometry.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.851 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Geometry +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 使用免费几何工具构建圆、角度、变换等图形 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.851/GeoGebra.Geometry.yaml b/manifests/g/GeoGebra/Geometry/6.0.851/GeoGebra.Geometry.yaml new file mode 100644 index 0000000000000..b055c9a81938c --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.851/GeoGebra.Geometry.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.851 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.853/GeoGebra.Geometry.installer.yaml b/manifests/g/GeoGebra/Geometry/6.0.853/GeoGebra.Geometry.installer.yaml new file mode 100644 index 0000000000000..0dcab45f94516 --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.853/GeoGebra.Geometry.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.853 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-853-0.exe + InstallerSha256: 808625B2FCF4847CB4B143FCE8BD978C7775333DEC57D22476488CA6562BCCC0 + ProductCode: GeoGebra_Geometry +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.853/GeoGebra.Geometry.locale.en-US.yaml b/manifests/g/GeoGebra/Geometry/6.0.853/GeoGebra.Geometry.locale.en-US.yaml new file mode 100644 index 0000000000000..523f026c8886a --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.853/GeoGebra.Geometry.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.853 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Geometry +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Construct circles, angles, transformations and more with the free geometry tool +# Description: +Moniker: geogebrageometry +Tags: +- education +- geometry +- graph +- graphing +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.853/GeoGebra.Geometry.locale.zh-CN.yaml b/manifests/g/GeoGebra/Geometry/6.0.853/GeoGebra.Geometry.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c2abac10c8314 --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.853/GeoGebra.Geometry.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.853 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Geometry +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 使用免费几何工具构建圆、角度、变换等图形 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.853/GeoGebra.Geometry.yaml b/manifests/g/GeoGebra/Geometry/6.0.853/GeoGebra.Geometry.yaml new file mode 100644 index 0000000000000..4445240d4b50b --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.853/GeoGebra.Geometry.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.853 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.857/GeoGebra.Geometry.installer.yaml b/manifests/g/GeoGebra/Geometry/6.0.857/GeoGebra.Geometry.installer.yaml new file mode 100644 index 0000000000000..0e7b17eaf829b --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.857/GeoGebra.Geometry.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.857 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-857-0.exe + InstallerSha256: 05ED9F40882AE4724C27137E5950E029CE9B77265147C1ED330977F741BEAAE2 + ProductCode: GeoGebra_Geometry +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.857/GeoGebra.Geometry.locale.en-US.yaml b/manifests/g/GeoGebra/Geometry/6.0.857/GeoGebra.Geometry.locale.en-US.yaml new file mode 100644 index 0000000000000..7a0373ff539b4 --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.857/GeoGebra.Geometry.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.857 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Geometry +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Construct circles, angles, transformations and more with the free geometry tool +# Description: +Moniker: geogebrageometry +Tags: +- education +- geometry +- graph +- graphing +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.857/GeoGebra.Geometry.locale.zh-CN.yaml b/manifests/g/GeoGebra/Geometry/6.0.857/GeoGebra.Geometry.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5031afdcf9127 --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.857/GeoGebra.Geometry.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.857 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Geometry +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 使用免费几何工具构建圆、角度、变换等图形 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.857/GeoGebra.Geometry.yaml b/manifests/g/GeoGebra/Geometry/6.0.857/GeoGebra.Geometry.yaml new file mode 100644 index 0000000000000..2e505750d85b1 --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.857/GeoGebra.Geometry.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.857 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.843/GeoGebra.GraphingCalculator.installer.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.843/GeoGebra.GraphingCalculator.installer.yaml deleted file mode 100644 index a96c1e92d6334..0000000000000 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.843/GeoGebra.GraphingCalculator.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.843 -InstallerType: exe # Squirrel -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -FileExtensions: -- ggb -Installers: -- Architecture: x86 - InstallerUrl: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-843-0.exe - InstallerSha256: 9FC4137877D37926C41101979B4E5C48C8B7E49FF39D56BF01C5BE2BA6FEBC67 - ProductCode: GeoGebra_Graphing -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.843/GeoGebra.GraphingCalculator.locale.en-US.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.843/GeoGebra.GraphingCalculator.locale.en-US.yaml deleted file mode 100644 index 6ca893b677dc1..0000000000000 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.843/GeoGebra.GraphingCalculator.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.843 -PackageLocale: en-US -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra CAS Calculator -PackageUrl: https://www.geogebra.org/download -License: Proprietary -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: Graph functions, investigate equations, and plot data with our free graphing app -# Description: -Moniker: graphingcalculator -Tags: -- education -- geometry -- graph -- graphing -- math -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.843/GeoGebra.GraphingCalculator.locale.zh-CN.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.843/GeoGebra.GraphingCalculator.locale.zh-CN.yaml deleted file mode 100644 index a729a26285132..0000000000000 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.843/GeoGebra.GraphingCalculator.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.843 -PackageLocale: zh-CN -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra CAS Calculator -PackageUrl: https://www.geogebra.org/download -License: 专有软件 -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: 使用我们的免费图形应用程序绘制函数图、研究方程和绘制数据图 -# Description: -# Moniker: -Tags: -- 几何 -- 图形 -- 教育 -- 数学 -- 绘图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.843/GeoGebra.GraphingCalculator.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.843/GeoGebra.GraphingCalculator.yaml deleted file mode 100644 index da73dd34cfbd6..0000000000000 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.843/GeoGebra.GraphingCalculator.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.843 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.845/GeoGebra.GraphingCalculator.installer.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.845/GeoGebra.GraphingCalculator.installer.yaml deleted file mode 100644 index ad397d3bb6cb0..0000000000000 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.845/GeoGebra.GraphingCalculator.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.845 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -FileExtensions: -- ggb -Installers: -- Architecture: x86 - InstallerUrl: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-845-0.exe - InstallerSha256: AC81652B4BFC607CF1CFF4C84B39E90BB1D0839FE42AC609561E1097A1C3A609 - ProductCode: GeoGebra_Graphing -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.845/GeoGebra.GraphingCalculator.locale.en-US.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.845/GeoGebra.GraphingCalculator.locale.en-US.yaml deleted file mode 100644 index 4bc80a97fe67e..0000000000000 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.845/GeoGebra.GraphingCalculator.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.845 -PackageLocale: en-US -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra CAS Calculator -PackageUrl: https://www.geogebra.org/download -License: Proprietary -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: Graph functions, investigate equations, and plot data with our free graphing app -# Description: -Moniker: graphingcalculator -Tags: -- education -- geometry -- graph -- graphing -- math -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.845/GeoGebra.GraphingCalculator.locale.zh-CN.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.845/GeoGebra.GraphingCalculator.locale.zh-CN.yaml deleted file mode 100644 index 0607449fb034c..0000000000000 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.845/GeoGebra.GraphingCalculator.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.845 -PackageLocale: zh-CN -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra CAS Calculator -PackageUrl: https://www.geogebra.org/download -License: 专有软件 -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: 使用我们的免费图形应用程序绘制函数图、研究方程和绘制数据图 -# Description: -# Moniker: -Tags: -- 几何 -- 图形 -- 教育 -- 数学 -- 绘图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.845/GeoGebra.GraphingCalculator.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.845/GeoGebra.GraphingCalculator.yaml deleted file mode 100644 index 97dceacc0a1d5..0000000000000 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.845/GeoGebra.GraphingCalculator.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.845 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.846/GeoGebra.GraphingCalculator.installer.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.846/GeoGebra.GraphingCalculator.installer.yaml deleted file mode 100644 index 39f737a0d5de3..0000000000000 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.846/GeoGebra.GraphingCalculator.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.846 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -FileExtensions: -- ggb -Installers: -- Architecture: x86 - InstallerUrl: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-846-0.exe - InstallerSha256: 7E650C83EDB7C3725171C7850C839EA0E896E995BD01F5AA879C47D2AC50AF29 - ProductCode: GeoGebra_Graphing -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.846/GeoGebra.GraphingCalculator.locale.en-US.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.846/GeoGebra.GraphingCalculator.locale.en-US.yaml deleted file mode 100644 index 45d9da5b5cb8c..0000000000000 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.846/GeoGebra.GraphingCalculator.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.846 -PackageLocale: en-US -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra CAS Calculator -PackageUrl: https://www.geogebra.org/download -License: Proprietary -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: Graph functions, investigate equations, and plot data with our free graphing app -# Description: -Moniker: graphingcalculator -Tags: -- education -- geometry -- graph -- graphing -- math -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.846/GeoGebra.GraphingCalculator.locale.zh-CN.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.846/GeoGebra.GraphingCalculator.locale.zh-CN.yaml deleted file mode 100644 index 6d587dcfe8d67..0000000000000 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.846/GeoGebra.GraphingCalculator.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.846 -PackageLocale: zh-CN -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra CAS Calculator -PackageUrl: https://www.geogebra.org/download -License: 专有软件 -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: 使用我们的免费图形应用程序绘制函数图、研究方程和绘制数据图 -# Description: -# Moniker: -Tags: -- 几何 -- 图形 -- 教育 -- 数学 -- 绘图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.846/GeoGebra.GraphingCalculator.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.846/GeoGebra.GraphingCalculator.yaml deleted file mode 100644 index 3cbf655bc12e5..0000000000000 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.846/GeoGebra.GraphingCalculator.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.846 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.850/GeoGebra.GraphingCalculator.installer.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.850/GeoGebra.GraphingCalculator.installer.yaml new file mode 100644 index 0000000000000..77b5546ad5dfd --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.850/GeoGebra.GraphingCalculator.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.850 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-850-0.exe + InstallerSha256: 4E010599C074A5B35B96F38BCC4D2F243564E9C87967FFE768B78ACDB56D8F79 + ProductCode: GeoGebra_Graphing +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.850/GeoGebra.GraphingCalculator.locale.en-US.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.850/GeoGebra.GraphingCalculator.locale.en-US.yaml new file mode 100644 index 0000000000000..c3cf2cb13f328 --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.850/GeoGebra.GraphingCalculator.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.850 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Graph functions, investigate equations, and plot data with our free graphing app +# Description: +Moniker: graphingcalculator +Tags: +- education +- geometry +- graph +- graphing +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.850/GeoGebra.GraphingCalculator.locale.zh-CN.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.850/GeoGebra.GraphingCalculator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5ea161d3a7eb0 --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.850/GeoGebra.GraphingCalculator.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.850 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 使用我们的免费图形应用程序绘制函数图、研究方程和绘制数据图 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.850/GeoGebra.GraphingCalculator.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.850/GeoGebra.GraphingCalculator.yaml new file mode 100644 index 0000000000000..e6a61456d63f5 --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.850/GeoGebra.GraphingCalculator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.850 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.851/GeoGebra.GraphingCalculator.installer.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.851/GeoGebra.GraphingCalculator.installer.yaml new file mode 100644 index 0000000000000..ebdb53dfd649a --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.851/GeoGebra.GraphingCalculator.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.851 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-851-0.exe + InstallerSha256: A422574B73FCF63FFDE8156D5ADF088205D3CBC52C2FEF03181D4CCF38E9AEDB + ProductCode: GeoGebra_Graphing +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.851/GeoGebra.GraphingCalculator.locale.en-US.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.851/GeoGebra.GraphingCalculator.locale.en-US.yaml new file mode 100644 index 0000000000000..cc377a3f8220e --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.851/GeoGebra.GraphingCalculator.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.851 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Graph functions, investigate equations, and plot data with our free graphing app +# Description: +Moniker: graphingcalculator +Tags: +- education +- geometry +- graph +- graphing +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.851/GeoGebra.GraphingCalculator.locale.zh-CN.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.851/GeoGebra.GraphingCalculator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1862b9cf3145a --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.851/GeoGebra.GraphingCalculator.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.851 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 使用我们的免费图形应用程序绘制函数图、研究方程和绘制数据图 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.851/GeoGebra.GraphingCalculator.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.851/GeoGebra.GraphingCalculator.yaml new file mode 100644 index 0000000000000..5dc82e41b1ffa --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.851/GeoGebra.GraphingCalculator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.851 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.853/GeoGebra.GraphingCalculator.installer.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.853/GeoGebra.GraphingCalculator.installer.yaml new file mode 100644 index 0000000000000..f9ef5c2222b4a --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.853/GeoGebra.GraphingCalculator.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.853 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-853-0.exe + InstallerSha256: 15DC144E51C7D653F57B95DBF22F74561ACA2B7BEB35AED4826BB38D928EAA31 + ProductCode: GeoGebra_Graphing +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.853/GeoGebra.GraphingCalculator.locale.en-US.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.853/GeoGebra.GraphingCalculator.locale.en-US.yaml new file mode 100644 index 0000000000000..25f31b046f693 --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.853/GeoGebra.GraphingCalculator.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.853 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Graph functions, investigate equations, and plot data with our free graphing app +# Description: +Moniker: graphingcalculator +Tags: +- education +- geometry +- graph +- graphing +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.853/GeoGebra.GraphingCalculator.locale.zh-CN.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.853/GeoGebra.GraphingCalculator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ff7d5746a50f7 --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.853/GeoGebra.GraphingCalculator.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.853 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 使用我们的免费图形应用程序绘制函数图、研究方程和绘制数据图 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.853/GeoGebra.GraphingCalculator.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.853/GeoGebra.GraphingCalculator.yaml new file mode 100644 index 0000000000000..b7ee8ef427538 --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.853/GeoGebra.GraphingCalculator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.853 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.857/GeoGebra.GraphingCalculator.installer.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.857/GeoGebra.GraphingCalculator.installer.yaml new file mode 100644 index 0000000000000..74cfc1e3658a0 --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.857/GeoGebra.GraphingCalculator.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.857 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-857-0.exe + InstallerSha256: 57081B9BE2291D49F5EA047240C138E54ED8C4653960A98FD45A4F537F43533A + ProductCode: GeoGebra_Graphing +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.857/GeoGebra.GraphingCalculator.locale.en-US.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.857/GeoGebra.GraphingCalculator.locale.en-US.yaml new file mode 100644 index 0000000000000..95e7afc5101cc --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.857/GeoGebra.GraphingCalculator.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.857 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: Graph functions, investigate equations, and plot data with our free graphing app +# Description: +Moniker: graphingcalculator +Tags: +- education +- geometry +- graph +- graphing +- math +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.857/GeoGebra.GraphingCalculator.locale.zh-CN.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.857/GeoGebra.GraphingCalculator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a4c092d426740 --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.857/GeoGebra.GraphingCalculator.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.857 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +# CopyrightUrl: +ShortDescription: 使用我们的免费图形应用程序绘制函数图、研究方程和绘制数据图 +# Description: +# Moniker: +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 绘图 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.857/GeoGebra.GraphingCalculator.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.857/GeoGebra.GraphingCalculator.yaml new file mode 100644 index 0000000000000..4077f6cf05750 --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.857/GeoGebra.GraphingCalculator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.857 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Getscreenme/Dashboard/Beta/1.3.3/Getscreenme.Dashboard.Beta.installer.yaml b/manifests/g/Getscreenme/Dashboard/Beta/1.3.3/Getscreenme.Dashboard.Beta.installer.yaml deleted file mode 100644 index 6c95d4b9d7ccd..0000000000000 --- a/manifests/g/Getscreenme/Dashboard/Beta/1.3.3/Getscreenme.Dashboard.Beta.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2024/Feb/03 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Getscreenme.Dashboard.Beta -PackageVersion: 1.3.3 -Installers: -- Architecture: x64 - InstallerType: nullsoft - InstallerUrl: https://download.getscreen.me/dashboard/Getscreen.me%20Dashboard%20%28beta%29%20Setup.exe - InstallerSha256: C73F7308202541C8D18226927464A20EA6E74206509CDDE0294651ABC904531C -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/g/Getscreenme/Dashboard/Beta/1.3.3/Getscreenme.Dashboard.Beta.yaml b/manifests/g/Getscreenme/Dashboard/Beta/1.3.3/Getscreenme.Dashboard.Beta.yaml deleted file mode 100644 index 1cddf9ad9ac2e..0000000000000 --- a/manifests/g/Getscreenme/Dashboard/Beta/1.3.3/Getscreenme.Dashboard.Beta.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Feb/03 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Getscreenme.Dashboard.Beta -PackageVersion: 1.3.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/g/Getscreenme/Dashboard/Beta/1.3.6/Getscreenme.Dashboard.Beta.installer.yaml b/manifests/g/Getscreenme/Dashboard/Beta/1.3.6/Getscreenme.Dashboard.Beta.installer.yaml new file mode 100644 index 0000000000000..00c696e3e27c1 --- /dev/null +++ b/manifests/g/Getscreenme/Dashboard/Beta/1.3.6/Getscreenme.Dashboard.Beta.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2024/Jul/25 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Getscreenme.Dashboard.Beta +PackageVersion: 1.3.6 +Installers: +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://download.getscreen.me/dashboard/Getscreen.me%20Dashboard%20%28beta%29%20Setup.exe + InstallerSha256: 9C2233886D9F2D12873F35DBB8191AD2F9E4DC00501431B82F527C66CDF8D2F0 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/g/Getscreenme/Dashboard/Beta/1.3.3/Getscreenme.Dashboard.Beta.locale.en-US.yaml b/manifests/g/Getscreenme/Dashboard/Beta/1.3.6/Getscreenme.Dashboard.Beta.locale.en-US.yaml similarity index 83% rename from manifests/g/Getscreenme/Dashboard/Beta/1.3.3/Getscreenme.Dashboard.Beta.locale.en-US.yaml rename to manifests/g/Getscreenme/Dashboard/Beta/1.3.6/Getscreenme.Dashboard.Beta.locale.en-US.yaml index 9a7e4fb86b15f..20fb7ccde2ce8 100644 --- a/manifests/g/Getscreenme/Dashboard/Beta/1.3.3/Getscreenme.Dashboard.Beta.locale.en-US.yaml +++ b/manifests/g/Getscreenme/Dashboard/Beta/1.3.6/Getscreenme.Dashboard.Beta.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Feb/03 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Automatically updated by the winget bot at 2024/Jul/25 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Getscreenme.Dashboard.Beta -PackageVersion: 1.3.3 +PackageVersion: 1.3.6 PackageLocale: en-US Publisher: Getscreen PublisherUrl: https://getscreen.me @@ -22,4 +22,4 @@ Tags: - dashboard - getscreen.me ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/g/Getscreenme/Dashboard/Beta/1.3.6/Getscreenme.Dashboard.Beta.yaml b/manifests/g/Getscreenme/Dashboard/Beta/1.3.6/Getscreenme.Dashboard.Beta.yaml new file mode 100644 index 0000000000000..5e0144bf72615 --- /dev/null +++ b/manifests/g/Getscreenme/Dashboard/Beta/1.3.6/Getscreenme.Dashboard.Beta.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/25 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Getscreenme.Dashboard.Beta +PackageVersion: 1.3.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/g/Gimanh/handscream/1.12.2/Gimanh.handscream.installer.yaml b/manifests/g/Gimanh/handscream/1.12.2/Gimanh.handscream.installer.yaml deleted file mode 100644 index fe72bb24460da..0000000000000 --- a/manifests/g/Gimanh/handscream/1.12.2/Gimanh.handscream.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: Gimanh.handscream -PackageVersion: 1.12.2 -Installers: -- Architecture: x64 - InstallerType: nullsoft - InstallerUrl: https://github.com/Gimanh/handscream/releases/download/v1.12.2/TaskView-1.12.2.Win.exe - InstallerSha256: 1E5BA30D88DA6CB06F4E5C771140B399F0461C1342045315E8BEF1F90DCD6BD5 - Scope: machine -ManifestType: installer -ManifestVersion: 1.0.0 - diff --git a/manifests/g/Gimanh/handscream/1.12.2/Gimanh.handscream.locale.en-US.yaml b/manifests/g/Gimanh/handscream/1.12.2/Gimanh.handscream.locale.en-US.yaml deleted file mode 100644 index d4a745c624e58..0000000000000 --- a/manifests/g/Gimanh/handscream/1.12.2/Gimanh.handscream.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: Gimanh.handscream -PackageVersion: 1.12.2 -PackageLocale: en-US -Publisher: Giman Nikolay -PackageName: TaskView -License: GPL3 -ShortDescription: Time and task Management -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - diff --git a/manifests/g/Gimanh/handscream/1.12.2/Gimanh.handscream.yaml b/manifests/g/Gimanh/handscream/1.12.2/Gimanh.handscream.yaml deleted file mode 100644 index 085b8218a2541..0000000000000 --- a/manifests/g/Gimanh/handscream/1.12.2/Gimanh.handscream.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: Gimanh.handscream -PackageVersion: 1.12.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - diff --git a/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.installer.yaml new file mode 100644 index 0000000000000..d6debab4171e4 --- /dev/null +++ b/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.installer.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Giorgiotani.Peazip +PackageVersion: 9.9.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- 7z +- ace +- arc +- bz2 +- cab +- gz +- iso +- paq +- pea +- rar +- tar +- wim +- zip +- zipx +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.9.0/peazip-9.9.0.WINDOWS.exe + InstallerSha256: 31AE6A6B04B9C1BE45F36B3158C17BC4E82058D6B902D01A56268E57F4F4A16C +- Architecture: x64 + InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.9.0/peazip-9.9.0.WIN64.exe + InstallerSha256: 59B2118A0BB33C33F0A89A8ED593FBB5C006DF99754C5AFE259AE9E71A2332E5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.locale.en-US.yaml new file mode 100644 index 0000000000000..f1fdeb97dcdc2 --- /dev/null +++ b/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Giorgiotani.Peazip +PackageVersion: 9.9.0 +PackageLocale: en-US +Publisher: Giorgio Tani +PublisherUrl: https://peazip.github.io/ +PublisherSupportUrl: https://peazip.github.io/peazip-help.html +PrivacyUrl: https://peazip.github.io/peazip-tos-privacy.html +Author: Giorgio Tani +PackageName: PeaZip +PackageUrl: https://peazip.github.io/ +License: LGPL-3.0 +LicenseUrl: https://github.com/peazip/PeaZip/blob/HEAD/LICENSE +ShortDescription: A free file archiver utility and rar extractor for Windows and Linux, work with 200+ archive types and variants, handle spanned archives and support multiple archive encryption standards. +Description: PeaZip is a free file archiver utility and rar extractor for Windows and Linux, work with 200+ archive types and variants (7z, ace, arc, bz2, cab, gz, iso, paq, pea, rar, tar, wim, zip, zipx...), handle spanned archives (001, r01, z01...) and support multiple archive encryption standards. +Moniker: peazip +Tags: +- archive +- compression +- encryption +- extract +- foss +- open-source +- unzip +- zip +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.yaml new file mode 100644 index 0000000000000..181e981af8b58 --- /dev/null +++ b/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Giorgiotani.Peazip +PackageVersion: 9.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.installer.yaml new file mode 100644 index 0000000000000..1d040fac2f723 --- /dev/null +++ b/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Giorgiotani.Peazip +PackageVersion: 9.9.1 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- 7z +- ace +- arc +- bz2 +- cab +- gz +- iso +- paq +- pea +- rar +- tar +- wim +- zip +- zipx +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.9.1/peazip-9.9.1.WINDOWS.exe + InstallerSha256: 25A678E4725FA614911CD789EBA3E526A44E34083BB4AECA6634D0DDE4476663 +- Architecture: x64 + InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.9.1/peazip-9.9.1.WIN64.exe + InstallerSha256: 7CFA0BE1225903A167BB26C7448C95291A61A9A1B1D22C6E8AB4E132EA3810FD +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-18 diff --git a/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.locale.en-US.yaml new file mode 100644 index 0000000000000..e591827386159 --- /dev/null +++ b/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Giorgiotani.Peazip +PackageVersion: 9.9.1 +PackageLocale: en-US +Publisher: Giorgio Tani +PublisherUrl: https://peazip.github.io/ +PublisherSupportUrl: https://peazip.github.io/peazip-help.html +PrivacyUrl: https://peazip.github.io/peazip-tos-privacy.html +Author: Giorgio Tani +PackageName: PeaZip +PackageUrl: https://peazip.github.io/ +License: LGPL-3.0 +LicenseUrl: https://github.com/peazip/PeaZip/blob/HEAD/LICENSE +ShortDescription: A free file archiver utility and rar extractor for Windows and Linux, work with 200+ archive types and variants, handle spanned archives and support multiple archive encryption standards. +Description: PeaZip is a free file archiver utility and rar extractor for Windows and Linux, work with 200+ archive types and variants (7z, ace, arc, bz2, cab, gz, iso, paq, pea, rar, tar, wim, zip, zipx...), handle spanned archives (001, r01, z01...) and support multiple archive encryption standards. +Moniker: peazip +Tags: +- archive +- compression +- encryption +- extract +- foss +- open-source +- unzip +- zip +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.yaml new file mode 100644 index 0000000000000..ca3f2d5164e3c --- /dev/null +++ b/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Giorgiotani.Peazip +PackageVersion: 9.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Git/Git/2.46.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.46.0/Git.Git.installer.yaml new file mode 100644 index 0000000000000..48c024f64f72a --- /dev/null +++ b/manifests/g/Git/Git/2.46.0/Git.Git.installer.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Git.Git +PackageVersion: 2.46.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /SUPPRESSMSGBOXES /enable-component windowsterminal +UpgradeBehavior: install +Commands: +- git +ProductCode: Git_is1 +ReleaseDate: 2024-07-29 +AppsAndFeaturesEntries: +- DisplayName: Git + Publisher: The Git Development Community + ProductCode: Git_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.46.0.windows.1/Git-2.46.0-32-bit.exe + InstallerSha256: 8F330C0F33499EE6438D337351C1CC2354FBC067A63713EC4FB83EC1BD001CA3 +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.46.0.windows.1/Git-2.46.0-32-bit.exe + InstallerSha256: 8F330C0F33499EE6438D337351C1CC2354FBC067A63713EC4FB83EC1BD001CA3 +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.46.0.windows.1/Git-2.46.0-64-bit.exe + InstallerSha256: E6337D172590CEA1F673ACFEEF218733E9352ADEB863A3A9E8FA20EE0719A40F +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.46.0.windows.1/Git-2.46.0-64-bit.exe + InstallerSha256: E6337D172590CEA1F673ACFEEF218733E9352ADEB863A3A9E8FA20EE0719A40F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Git/Git/2.46.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.46.0/Git.Git.locale.en-US.yaml new file mode 100644 index 0000000000000..dd994d3d7ec42 --- /dev/null +++ b/manifests/g/Git/Git/2.46.0/Git.Git.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Git.Git +PackageVersion: 2.46.0 +PackageLocale: en-US +Publisher: The Git Development Community +PublisherUrl: https://gitforwindows.org/ +PublisherSupportUrl: https://github.com/git-for-windows/git/issues +Author: Johannes Schindelin +PackageName: Git +PackageUrl: https://gitforwindows.org/ +License: GPL-2.0 +LicenseUrl: https://raw.githubusercontent.com/git-for-windows/git/main/COPYING +Copyright: Copyright (C) Free Software Foundation, Inc. +CopyrightUrl: https://raw.githubusercontent.com/git-for-windows/git/main/COPYING +ShortDescription: Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike. +Description: Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike. +Moniker: git +Tags: +- cli +- command-line +- commandline +- cross-platform +- dvcs +- foss +- open-source +- tool +- utility +- vcs +ReleaseNotes: |- + Changes since Git for Windows v2.45.2 (June 3rd 2024)Git for Windows for Windows v2.46 is the last version to support for Windows 7 and for Windows 8, see MSYS2's corresponding deprecation announcement (Git for Windows relies on MSYS2 for components such as Bash and Perl).Please also note that the 32-bit variant of Git for Windows is deprecated; Its last official release is planned for 2025.New Features + - Comes with Git v2.46.0. + - Comes with OpenSSL v3.2.2. + - Comes with PCRE2 v10.44. + - Comes with OpenSSH v9.8.P1. + - Comes with Git Credential Manager v2.5.1. + - Comes with MinTTY v3.7.4. + - git config respects two user-wide configs: .gitconfig in the home directory, and .config/git/config. Since the latter isn't a Windows-native directory, Git for Windows now looks for Git/config in the AppData directory, unless .config/git/config exists. + - The FSMonitor feature is no longer experimental, and therefore no longer offered as installer option. Users are encouraged to enable this on a per-repository basis, via the config setting core.fsmonitor=true (scalar clone does this automatically). + - The server-side component of OpenSSH, which had been shipped with Git for Windows for historical reasons only, is now no longer distributed with it. + - Comes with cURL v8.9.0. + Bug Fixes + - Git Bash's ls command can now be used in OneDrive-managed folders without having to hydrate all the files. + - Git LFS v3.5.x and newer no longer support Windows 7. Instead of a helpful error message, it now simply crashes on that Windows version, leaving the user with the error message "panic before malloc heap initialized". This has been addressed: In addition to the unhelpful error message, Git is now saying what is going on and how to get out of the situation. + - As of v2.45.0, the manual pages of git clone and git init were broken, which has been fixed. + Filename | SHA-256 + -------- | ------- + Git-2.46.0-64-bit.exe | e6337d172590cea1f673acfeef218733e9352adeb863a3a9e8fa20ee0719a40f + Git-2.46.0-32-bit.exe | 8f330c0f33499ee6438d337351c1cc2354fbc067a63713ec4fb83ec1bd001ca3 + PortableGit-2.46.0-64-bit.7z.exe | dedae83f4d0851bcbf473c516701e2da6a5d7c574d694d5eceec46d1307132ea + PortableGit-2.46.0-32-bit.7z.exe | 5a5b07eabc2737f1fa2e00cdf19559f385859d42b717afbf5d19bad371182d86 + MinGit-2.46.0-64-bit.zip | 9f3c58e50e265043b1dd7bdaea9db4e2f23b939c189aa0fc820eb8dcfee523be + MinGit-2.46.0-32-bit.zip | 479f2de8a230a884f68ae7009b07e5581b07cecf593cc749d6961215af63b6d6 + MinGit-2.46.0-busybox-64-bit.zip | 7c9296c007398188cd9a831840d6f8952ecd16aea775152fa237ca164ea07392 + MinGit-2.46.0-busybox-32-bit.zip | b8a211098a72d5b86e30a86321ac2d037a64d4677dd1ac786338d12273b0dffb + Git-2.46.0-64-bit.tar.bz2 | 6eb8f52f61e50b3009fc93c57c50d430799423ab8f027ad837b713df2d3efb16 + Git-2.46.0-32-bit.tar.bz2 | a420c89679838b6167c1d91396a067fe346b456e01c8464647b3f5c783c5c711 +ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.46.0.windows.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Git/Git/2.46.0/Git.Git.yaml b/manifests/g/Git/Git/2.46.0/Git.Git.yaml new file mode 100644 index 0000000000000..b952d8de8502b --- /dev/null +++ b/manifests/g/Git/Git/2.46.0/Git.Git.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Git.Git +PackageVersion: 2.46.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.13/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.12.13/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..3edc019d255eb --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.13/GitButler.GitButler.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.13 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{A643DB42-DDDD-4604-AC76-BEFD531927B2}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.12.13-1102/windows/x86_64/GitButler_0.12.13_x64_en-US.msi + InstallerSha256: F6DBC55BBC1BD1C18DF1C5F6A43E6C815DE5AF9A848DD5FA015EC85AF5EF817E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.13/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.12.13/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..97ead400803d3 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.13/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.13 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.13/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.12.13/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..f977279f3b439 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.13/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.14/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.12.14/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..031c2702f995b --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.14/GitButler.GitButler.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.14 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{09050789-C7EB-432E-B726-9EF08DCC0BF3}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.12.14-1108/windows/x86_64/GitButler_0.12.14_x64_en-US.msi + InstallerSha256: 04A7BFCCD6FE15442359D427EB8199929544791E4F70832DA79EABB2CC2046DD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.14/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.12.14/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..117044ac98490 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.14/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.14 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.14/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.12.14/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..cafda8e5be4a9 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.14/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.15/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.12.15/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..501585fa4f261 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.15/GitButler.GitButler.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.15 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{C1A946B5-6765-41FC-A4CD-DF266DDCD787}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.12.15-1114/windows/x86_64/GitButler_0.12.15_x64_en-US.msi + InstallerSha256: B8DF112FD1509578C17F1164D75B08A23D3FECADAD03D2C85E33E3E8B5F44740 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.15/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.12.15/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..903b7b382e7ee --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.15/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.15 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.15/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.12.15/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..7cb75e11c397d --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.15/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.16/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.12.16/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..918dd552a06f8 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.16/GitButler.GitButler.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.16 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{CD9AFCF2-AA1A-4A59-8417-22F64C8FB4A1}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.12.16-1129/windows/x86_64/GitButler_0.12.16_x64_en-US.msi + InstallerSha256: 2DB57E0160CD63142F43E15ACBD33FF6A99FDCE520152AC52BE2528897FB3685 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.16/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.12.16/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..01ba33ab46846 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.16/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.16 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.16/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.12.16/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..c3ed0be3d8cf2 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.16/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.17/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.12.17/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..7b19da44cfcc6 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.17/GitButler.GitButler.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.17 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{C2A6ACE4-EC31-4C06-8F7E-A03AA0238CD6}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.12.17-1154/windows/x86_64/GitButler_0.12.17_x64_en-US.msi + InstallerSha256: 88C90DAC4427FAF64D1CA2D167E5757FB71A34A1EC5F811B434DB7CE168EF323 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.17/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.12.17/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..b2f70530aeaa9 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.17/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.17 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.17/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.12.17/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..47ec101ac6911 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.17/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.18/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.12.18/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..95dcf53e652c6 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.18/GitButler.GitButler.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.18 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{0D18AF17-2668-46A7-BC94-50CF5DDF2E97}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.12.18-1160/windows/x86_64/GitButler_0.12.18_x64_en-US.msi + InstallerSha256: AE33076CF22B505BD64C77F5664D551FA98789B41CE66B3D503D9FD1A53071FD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.18/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.12.18/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..535582e507393 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.18/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.18 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.18/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.12.18/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..fde6acc84abfc --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.18/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.19/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.12.19/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..e196e9171fa2e --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.19/GitButler.GitButler.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.19 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{A7F4BD27-720B-4333-82FD-93FA6386FB9A}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.12.19-1165/windows/x86_64/GitButler_0.12.19_x64_en-US.msi + InstallerSha256: D0255821EF750107CE24F7ABBD5D1936F0E736C33E5F1EB46146A4E0FAEC9E08 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.19/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.12.19/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..ec7dee1a4d8ed --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.19/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.19 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.19/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.12.19/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..02dd14c06033c --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.19/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.20/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.12.20/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..428b3dc024bfe --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.20/GitButler.GitButler.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.20 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{937095CA-78DC-4359-B0DB-A778DFD1CCD1}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.12.20-1172/windows/x86_64/GitButler_0.12.20_x64_en-US.msi + InstallerSha256: F2D2B49470EE0C37029FE001C4403B609B267FD0F5CDD6011621277C5C21C3FC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.20/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.12.20/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..34f7342d674a5 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.20/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.20 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.20/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.12.20/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..f0765686185fa --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.20/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.21/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.12.21/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..5cb1b91cf88e2 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.21/GitButler.GitButler.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.21 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{BB9E41F7-59DC-4AFD-B904-5B9C0DEFD282}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.12.21-1199/windows/x86_64/GitButler_0.12.21_x64_en-US.msi + InstallerSha256: F217148AB90C9E98B1FEE4F1DC04ED3FCC642CF4DAE3F672349A8E9ED140E446 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.21/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.12.21/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..408d6260dcc23 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.21/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.21 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.21/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.12.21/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..47142620a9b01 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.21/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.22/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.12.22/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..a3662d216bf2e --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.22/GitButler.GitButler.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.22 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{6BB40BF2-A38F-4C84-B567-ADEFF4B296B4}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.12.22-1224/windows/x86_64/GitButler_0.12.22_x64_en-US.msi + InstallerSha256: 64CE3CE0EDE0AADD3AE1634C238DB4C089E66B9F8BD909146AFA46F6CE52D15A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.22/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.12.22/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..99d07c5208794 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.22/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.22 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.22/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.12.22/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..ce97de2b9ab19 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.22/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.23/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.12.23/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..55e35b0dc0275 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.23/GitButler.GitButler.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.23 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{AA107EC6-97E8-4541-B8F3-745B4A4404C7}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.12.23-1228/windows/x86_64/GitButler_0.12.23_x64_en-US.msi + InstallerSha256: 9F927751F5AF4CE796A2EAEF5DF66077C571639D1BF96B6FA3304E80C31D4725 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.23/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.12.23/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..03a12816b9a4c --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.23/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.23 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.23/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.12.23/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..5d388c41018e1 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.23/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.24/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.12.24/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..b5c462361501c --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.24/GitButler.GitButler.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.24 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{8E92254F-259B-4154-AB0F-ADB60B06A146}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.12.24-1238/windows/x86_64/GitButler_0.12.24_x64_en-US.msi + InstallerSha256: DE81D21AB30259CE1AF9B2E88E476E3DFD77B95C2C4A76D8AB0E0D0F08762450 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.24/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.12.24/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..33e99f4fce8dc --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.24/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.24 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.24/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.12.24/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..d3f65b9567b45 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.24/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.25/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.12.25/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..5fd7a77f9dc88 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.25/GitButler.GitButler.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.25 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{933C6DC3-0614-4A0C-87B6-F9E2133D51E7}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.12.25-1269/windows/x86_64/GitButler_0.12.25_x64_en-US.msi + InstallerSha256: 9AC4DC68D9698A49219FE7679A42A95679B40198C6527B020E451207A48AB364 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.25/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.12.25/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..2756fbe32f34d --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.25/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.25 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitButler/GitButler/0.12.25/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.12.25/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..eb558785be306 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.12.25/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.12.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/ClassroomAssistant/2.0.3/GitHub.ClassroomAssistant.installer.yaml b/manifests/g/GitHub/ClassroomAssistant/2.0.3/GitHub.ClassroomAssistant.installer.yaml deleted file mode 100644 index cf48bf8fa722b..0000000000000 --- a/manifests/g/GitHub/ClassroomAssistant/2.0.3/GitHub.ClassroomAssistant.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: GitHub.ClassroomAssistant -PackageVersion: 2.0.3 -Installers: -- Architecture: neutral - InstallerType: exe - InstallerUrl: https://github.com/education/classroom-assistant/releases/download/v2.0.3/Classroom.Assistant-2.0.3.Setup.exe - InstallerSha256: 3F5806D492050CD30841D50DAB3C9C45B64866F7F80EB1D6ED98E86F9D0810F4 - InstallerSwitches: - Silent: "-s" - SilentWithProgress: "-s" -ManifestType: installer -ManifestVersion: 1.0.0 diff --git a/manifests/g/GitHub/ClassroomAssistant/2.0.3/GitHub.ClassroomAssistant.locale.en-US.yaml b/manifests/g/GitHub/ClassroomAssistant/2.0.3/GitHub.ClassroomAssistant.locale.en-US.yaml deleted file mode 100644 index 018e00a68ed36..0000000000000 --- a/manifests/g/GitHub/ClassroomAssistant/2.0.3/GitHub.ClassroomAssistant.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: GitHub.ClassroomAssistant -PackageVersion: 2.0.3 -PackageLocale: en-US -Publisher: GitHub, Inc. -PackageName: classroom-assistant -License: MIT License -ShortDescription: Clone student repositories in bulk -ManifestType: defaultLocale -ManifestVersion: 1.0.0 diff --git a/manifests/g/GitHub/ClassroomAssistant/2.0.3/GitHub.ClassroomAssistant.yaml b/manifests/g/GitHub/ClassroomAssistant/2.0.3/GitHub.ClassroomAssistant.yaml deleted file mode 100644 index ea4535bc6e27b..0000000000000 --- a/manifests/g/GitHub/ClassroomAssistant/2.0.3/GitHub.ClassroomAssistant.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: GitHub.ClassroomAssistant -PackageVersion: 2.0.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 - diff --git a/manifests/g/GitHub/ClassroomAssistant/2.0.4/GitHub.ClassroomAssistant.installer.yaml b/manifests/g/GitHub/ClassroomAssistant/2.0.4/GitHub.ClassroomAssistant.installer.yaml index 869eb4244aee6..ebcc3f5c451d4 100644 --- a/manifests/g/GitHub/ClassroomAssistant/2.0.4/GitHub.ClassroomAssistant.installer.yaml +++ b/manifests/g/GitHub/ClassroomAssistant/2.0.4/GitHub.ClassroomAssistant.installer.yaml @@ -6,7 +6,7 @@ PackageIdentifier: GitHub.ClassroomAssistant PackageVersion: 2.0.4 Installers: - Architecture: neutral - InstallerUrl: https://github.com/education/classroom-assistant/releases/download/v2.0.4/Classroom.Assistant-2.0.4.Setup.exe + InstallerUrl: https://github.com/github-education-resources/classroom-assistant/releases/download/v2.0.4/Classroom.Assistant-2.0.4.Setup.exe InstallerSha256: 38efc41a44413f289b0e92d74a2c084659ff88b8e100a89f0e04a9ec1db43cf4 ManifestType: installer ManifestVersion: 1.5.0 diff --git a/manifests/g/GitHub/ClassroomAssistant/2.0.4/GitHub.ClassroomAssistant.locale.en-US.yaml b/manifests/g/GitHub/ClassroomAssistant/2.0.4/GitHub.ClassroomAssistant.locale.en-US.yaml index 792351d297f02..e1646560caaa3 100644 --- a/manifests/g/GitHub/ClassroomAssistant/2.0.4/GitHub.ClassroomAssistant.locale.en-US.yaml +++ b/manifests/g/GitHub/ClassroomAssistant/2.0.4/GitHub.ClassroomAssistant.locale.en-US.yaml @@ -6,18 +6,18 @@ PackageIdentifier: GitHub.ClassroomAssistant PackageVersion: 2.0.4 PackageLocale: en-US Publisher: GitHub, Inc. -PublisherUrl: https://github.com/education/classroom-assistant -PublisherSupportUrl: https://github.com/education/classroom-assistant/issues +PublisherUrl: https://github.com/github-education-resources/classroom-assistant/ +PublisherSupportUrl: https://github.com/github-education-resources/classroom-assistant//issues Author: GitHub, Inc. PackageName: classroom-assistant PackageUrl: https://classroom.github.com/assistant License: MIT License -LicenseUrl: https://github.com/education/classroom-assistant/blob/master/LICENSE +LicenseUrl: https://github.com/github-education-resources/classroom-assistant/blob/master/LICENSE Copyright: Copyright (c) 2016 GitHub Inc. -CopyrightUrl: https://github.com/education/classroom-assistant/blob/master/LICENSE +CopyrightUrl: https://github.com/github-education-resources/classroom-assistant/blob/master/LICENSE ShortDescription: Clone student repositories in bulk Description: GitHub Classroom Assistant is a cross-platform desktop application to help you get student repositories for grading. Moniker: classroom-assistant -ReleaseNotesUrl: https://github.com/education/classroom-assistant/releases/tag/v2.0.4 +ReleaseNotesUrl: https://github.com/github-education-resources/classroom-assistant/releases/tag/v2.0.4 ManifestType: defaultLocale ManifestVersion: 1.5.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.0.0/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.0.0/GitHub.GitHubDesktop.installer.yaml index e4b8b78c69ef8..57809b4fbc4d3 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.0.0/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.0.0/GitHub.GitHubDesktop.installer.yaml @@ -15,7 +15,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.0-b9edf655/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.0-b9edf655/GitHubDesktopSetup-x64.exe InstallerSha256: 3833E60D79093AD52B1F05F506FA26CEDF3EB6C9500A27F0B7D83711D9A4ECC0 InstallerSwitches: Silent: /s @@ -23,7 +23,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.0-b9edf655/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.0-b9edf655/GitHubDesktopSetup-x64.msi InstallerSha256: 636ED1E9FA654595A449B280FFFBEF67C945C94F3730E7BFAE43151AB27E9FC8 ProductCode: '{BFF05537-078E-4435-813F-E8BD6841449A}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.0.1/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.0.1/GitHub.GitHubDesktop.installer.yaml index 9a96626a29af2..95d9c04b6b265 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.0.1/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.0.1/GitHub.GitHubDesktop.installer.yaml @@ -15,7 +15,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.1-26b687b1/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.1-26b687b1/GitHubDesktopSetup-x64.exe InstallerSha256: 0CD3D8761BC5F1DDAD8FD0EEA606122C5CD8B8E84A58F8BD2188773ADDB066C0 InstallerSwitches: Silent: /s @@ -23,7 +23,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.1-26b687b1/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.1-26b687b1/GitHubDesktopSetup-x64.msi InstallerSha256: 2E520E6F9E3AB85CB92AFC2A06613758E35B19B75CF4ACB97AD4DBFD561E380C ProductCode: '{3C28F260-243F-4D1C-9FC3-50DE98113B3E}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.0.2/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.0.2/GitHub.GitHubDesktop.installer.yaml index 0f993d7df8fb0..c355089d4d255 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.0.2/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.0.2/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.2-11fd584c/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.2-11fd584c/GitHubDesktopSetup-x64.exe InstallerSha256: 9919D5BEAFE796A356E5192954382A951FFDEE950040366C681CE5C343DABFA4 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.2-11fd584c/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.2-11fd584c/GitHubDesktopSetup-x64.msi InstallerSha256: 705FBECCD47D3D2CB7DEBBC6F555A2061C40C576F1AD1397E082BD862500E69A ProductCode: '{A30B385F-A919-4BDE-B432-309A9523E676}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.0.3/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.0.3/GitHub.GitHubDesktop.installer.yaml index b64efc34005f3..db03708333456 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.0.3/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.0.3/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.3-ecd0e109/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.3-ecd0e109/GitHubDesktopSetup-x64.exe InstallerSha256: 90DC9D458F1D166D2A9ECACD93BAD69FED2A817D40E4571AD14EACA569D6C9CD InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.3-ecd0e109/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.3-ecd0e109/GitHubDesktopSetup-x64.msi InstallerSha256: 0EBC11365E570B58A0C88A1CB8420A72CB3EF05C533AC0246A3A2E32C12E5EC8 ProductCode: '{2431C1BB-9C45-41F2-B067-E15170D6C8B9}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.0.4/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.0.4/GitHub.GitHubDesktop.installer.yaml index 842316441d290..2144ca75a0cca 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.0.4/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.0.4/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.4-06c9bb7f/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.4-06c9bb7f/GitHubDesktopSetup-x64.exe InstallerSha256: 3245B745FDC3649D06CF08508325C60AFD6658FEB7C6EE73E4D34A6D36489C60 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.4-06c9bb7f/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.4-06c9bb7f/GitHubDesktopSetup-x64.msi InstallerSha256: 9D09604A0272190FDB204F55AD1746DFD0C09C33F0A13C61B955217FB4C25B56 ProductCode: '{ECA89DB3-9E82-418E-8ADF-C15DC8D9E021}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.0.7/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.0.7/GitHub.GitHubDesktop.installer.yaml index 59a1c6b062562..d92643ae8314c 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.0.7/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.0.7/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.7-38727e62/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.7-38727e62/GitHubDesktopSetup-x64.exe InstallerSha256: 3F37989DBE137D80B45E8260C821DF1339CC6BB801C73D5BE62F3F9037D3209A InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.7-38727e62/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.7-38727e62/GitHubDesktopSetup-x64.msi InstallerSha256: 1ACB504116AAA60EEF031422286BCC2921047BA85A4EE8FE9D231E7DB1C5D785 ProductCode: '{4B12F6F2-9916-40C0-B209-546B418F93FB}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.0.8/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.0.8/GitHub.GitHubDesktop.installer.yaml index 31a575bd5af2f..493dfe0aacf74 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.0.8/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.0.8/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.8-c41b1670/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.8-c41b1670/GitHubDesktopSetup-x64.exe InstallerSha256: 6ED24AD38EC2EE7E0A503E8ADC0D4B5E62F9C5EA47DA44D78B3CEF73526C9CCD InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.8-c41b1670/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.8-c41b1670/GitHubDesktopSetup-x64.msi InstallerSha256: F241CDEE5E9EE0438FF4602D341120CA3F0DA6D8D709E58A09456DA17ED85E5F ProductCode: '{9866BBA3-6BF6-40D7-B58A-2F5F1C2A9CB9}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.1.1/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.1.1/GitHub.GitHubDesktop.installer.yaml index 8fc4ae5f8f125..f957955bb5e5e 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.1.1/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.1.1/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.1-a170ddea/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.1-a170ddea/GitHubDesktopSetup-x64.exe InstallerSha256: 9AC7A4A92E4173280D59D0B28402D24011A6A061DD64945CB8CA0F9828E5C12A InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.1-a170ddea/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.1-a170ddea/GitHubDesktopSetup-x64.msi InstallerSha256: EE513BDCB826E325B7380FFBA7C1F2F204460D1B3B0662897CE2A8E62D641861 ProductCode: '{EA27D67F-72D3-4041-8EB9-64D223F15980}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.1.2/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.1.2/GitHub.GitHubDesktop.installer.yaml index b47d7a1ce847d..0d5f59c848482 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.1.2/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.1.2/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.2-7cd66717/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.2-7cd66717/GitHubDesktopSetup-x64.exe InstallerSha256: D6B070B55A6488649FD3D5344D9EA58D42CE67BAEEACA871569EBD0842EAD6BC InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.2-7cd66717/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.2-7cd66717/GitHubDesktopSetup-x64.msi InstallerSha256: 6522C2C91C4BF15075502D91E4EE60842016B9B4CF5BCD32E6B5413990DE810D ProductCode: '{CCC80AC3-212E-4585-9453-F9C066DEF30B}' AppsAndFeaturesEntries: @@ -33,7 +33,7 @@ Installers: - Architecture: arm64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.2-7cd66717/GitHubDesktopSetup-arm64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.2-7cd66717/GitHubDesktopSetup-arm64.exe InstallerSha256: E1C1F4FA170F108716B248005BD23D72C3514953F1D771A8B5BD5132E88E2C0A InstallerSwitches: Silent: /s diff --git a/manifests/g/GitHub/GitHubDesktop/3.1.3/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.1.3/GitHub.GitHubDesktop.installer.yaml index 60ce07abd76fb..1e01abd496a29 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.1.3/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.1.3/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.3-4731f276/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.3-4731f276/GitHubDesktopSetup-x64.exe InstallerSha256: 8f31b9b5900f0d31f3a1fc8e7c7a739a88d92ec32c94ae7b1771f05b2ad3253c InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.3-4731f276/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.3-4731f276/GitHubDesktopSetup-x64.msi InstallerSha256: ebb59456fc2cdd7ebb8178ea575487d55071dd894839af9968ce5abf5b0bc0a9 ProductCode: '{35FB2E68-E480-4D26-A015-B01338914721}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.1.5/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.1.5/GitHub.GitHubDesktop.installer.yaml index bf7294f2456fa..39a98316e4777 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.1.5/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.1.5/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.5-08d57d4b/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.5-08d57d4b/GitHubDesktopSetup-x64.exe InstallerSha256: 312E95D7C84B1183C813D774E56FD82A9B01018DB030B20776A0D21610E75B15 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.5-08d57d4b/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.5-08d57d4b/GitHubDesktopSetup-x64.msi InstallerSha256: 98EA7EF70A2DDCA7E7FC20BF1C6FB84AF289E9B29484022BEC7A29BE2033AA2F ProductCode: '{4A866667-781C-42BE-9974-D58ACFB6012F}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.2.0/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.2.0/GitHub.GitHubDesktop.installer.yaml index e2a0b8819b114..e733dfddc698f 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.2.0/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.2.0/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.0-3a1561b0/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.0-3a1561b0/GitHubDesktopSetup-x64.exe InstallerSha256: 246B2D14EBAD2490806AFA440A7432C257EBF957707407B96BF4BCD8434B6AF6 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.0-3a1561b0/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.0-3a1561b0/GitHubDesktopSetup-x64.msi InstallerSha256: 8A4E3527C17369F81BD8648B217B08D9625BE70DA9638F086A7494569E306B85 ProductCode: '{4A866667-781C-42BE-9974-D58ACFB6012F}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.2.2/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.2.2/GitHub.GitHubDesktop.installer.yaml index 2dcf937616c43..61caadefc878c 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.2.2/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.2.2/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.2-508c0b4d/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.2-508c0b4d/GitHubDesktopSetup-x64.exe InstallerSha256: 72FFB1261C990FE41F2379DDC69FFCBB627F785B42CA5BDF106E79E6D3B6AA4F InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.2-508c0b4d/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.2-508c0b4d/GitHubDesktopSetup-x64.msi InstallerSha256: 5A4045B9B5532520391E451AAD5F5422DC619E98FFD66ABC9FAD7BD932B10759 ProductCode: '{4A866667-781C-42BE-9974-D58ACFB6012F}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.2.3/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.2.3/GitHub.GitHubDesktop.installer.yaml index 29323a4ebcee5..b874bbc8f1b83 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.2.3/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.2.3/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.3-70384014/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.3-70384014/GitHubDesktopSetup-x64.exe InstallerSha256: 6DC2A92BE696A9427E533DE68B16E5AE7CCBE31F675B9A956E33A9C4C9E6BD5F InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.3-70384014/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.3-70384014/GitHubDesktopSetup-x64.msi InstallerSha256: 2EFD4B287DA11FAA366600A7F56F2B81AA27C9C59AE6BBA67BE3F1DF490DF361 ProductCode: '{4A866667-781C-42BE-9974-D58ACFB6012F}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.2.4/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.2.4/GitHub.GitHubDesktop.installer.yaml index 05faa1cd80cb1..d6cd0a346acb6 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.2.4/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.2.4/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.4-603058e2/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.4-603058e2/GitHubDesktopSetup-x64.exe InstallerSha256: 5B414F90F09107AE60D50CD89A7F3751123C7FA8C22A76DB8A367A58E948B59E InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.4-603058e2/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.4-603058e2/GitHubDesktopSetup-x64.msi InstallerSha256: 78EAEBD0322B1B1A874C0E82A2D9CAD060A47034EC81F120478A17198D1D620F ProductCode: '{4A866667-781C-42BE-9974-D58ACFB6012F}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.2.6/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.2.6/GitHub.GitHubDesktop.installer.yaml index 10e6577188a8a..9e584783fde94 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.2.6/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.2.6/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.6-de80a354/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.6-de80a354/GitHubDesktopSetup-x64.exe InstallerSha256: EC2AEE1959DFE1E1A16158E3E4460E73B3736C0702BC3280BB54FD0480A9B68F InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.6-de80a354/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.6-de80a354/GitHubDesktopSetup-x64.msi InstallerSha256: 439BB248837110565E3169B8C8CBCD2A0F4B31A40346F8168FD119DAC331D416 ProductCode: '{4A866667-781C-42BE-9974-D58ACFB6012F}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.2.7/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.2.7/GitHub.GitHubDesktop.installer.yaml index 80e06c6da027a..dc7c786f3c68c 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.2.7/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.2.7/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.7-889bae6c/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.7-889bae6c/GitHubDesktopSetup-x64.exe InstallerSha256: 0224F0B5A10AC122F741316B8DB6464401F12DD4E89F6A09954247E9696651A7 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.7-889bae6c/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.7-889bae6c/GitHubDesktopSetup-x64.msi InstallerSha256: A5E0C1DC6E4EFCFF652423F7A456EBB2804B510809593CFAAF17E7C03EE20E71 ProductCode: '{0323D51D-2A4F-4EA6-A008-2AA76DC88650}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.2.8/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.2.8/GitHub.GitHubDesktop.installer.yaml index 260ea7f8ac314..e4677f40db2ae 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.2.8/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.2.8/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.8-865a1946/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.8-865a1946/GitHubDesktopSetup-x64.exe InstallerSha256: 3ee04dc629159fb51dc4d073d5d38723f50a976d787b049524e1d794f8dee603 InstallerSwitches: Silent: /s @@ -23,7 +23,7 @@ Installers: Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.8-865a1946/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.8-865a1946/GitHubDesktopSetup-x64.msi InstallerSha256: 2ecc480bc8f23c4afb24186180a97975eba63aa33a07d2e59387a1d53a6c1f15 ProductCode: '{772AD9BB-56A4-41DF-B26D-578604A6C723}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.2.9/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.2.9/GitHub.GitHubDesktop.installer.yaml index ff476b59659bb..abd84293e89b2 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.2.9/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.2.9/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.9-a98d46c0/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.9-a98d46c0/GitHubDesktopSetup-x64.exe InstallerSha256: 723EB67C38E4ED5448756D0E28C1F767C7B5330ED471EDD8763C198EDEF460A9 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.2.9-a98d46c0/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.2.9-a98d46c0/GitHubDesktopSetup-x64.msi InstallerSha256: 05F26C245D161ACDF0355AF2A7DD21F4B536D6F86A9E1AFCBE185F970EB70EAE ProductCode: '{F45B5601-2C81-455A-A28A-1BC832FC241A}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.3.1/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.3.1/GitHub.GitHubDesktop.installer.yaml index 2115f0de606a9..7edb86303cfd2 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.3.1/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.3.1/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.1-831a92de/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.1-831a92de/GitHubDesktopSetup-x64.exe InstallerSha256: 4526FD43F7BA52B904D2AB3A97E366A08B4B9C35CE4DEE618ED1A9681EA5D105 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.1-831a92de/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.1-831a92de/GitHubDesktopSetup-x64.msi InstallerSha256: 91D55DEEF409E144C82532A6EFF82508CD03F04AB41D486CA4BD10DEC92E509B ProductCode: '{4DF46245-E95C-414E-9484-3C414E92F4F9}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.3.11/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.3.11/GitHub.GitHubDesktop.installer.yaml index 87e83c207e78f..921a52a16688c 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.3.11/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.3.11/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.11-d0de25f5/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.11-d0de25f5/GitHubDesktopSetup-x64.exe InstallerSha256: 8D856529C443E2359F28B00DD0028405B4510256F4787BA548B001F1CF6105D3 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.11-d0de25f5/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.11-d0de25f5/GitHubDesktopSetup-x64.msi InstallerSha256: F3F9C1EBDAA37C30275B8834CF936E270DB921D6C24E224070A78903E589FD16 ProductCode: '{DEF5251E-6216-4DF1-95A4-4CA7994DF306}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.3.12/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.3.12/GitHub.GitHubDesktop.installer.yaml index 178787c789b0d..3cfe2f08d8732 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.3.12/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.3.12/GitHub.GitHubDesktop.installer.yaml @@ -13,7 +13,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.12-a21e55b3/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.12-a21e55b3/GitHubDesktopSetup-x64.exe InstallerSha256: CDB26D4073DF80904E3A1EA9979CF410D9F5A530D9477B4E7421ED7F769E4612 InstallerSwitches: Silent: /s @@ -21,7 +21,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.12-a21e55b3/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.12-a21e55b3/GitHubDesktopSetup-x64.msi InstallerSha256: A68DF0EBB21B20CFA927EFA314BAAF0B1123F41B82730DBD8B19400B4E56247C ProductCode: '{73DDE5D2-79DC-432F-9309-6B4BEF09D04B}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.3.13/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.3.13/GitHub.GitHubDesktop.installer.yaml index d55c4243e2208..f2231f32a8a92 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.3.13/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.3.13/GitHub.GitHubDesktop.installer.yaml @@ -13,7 +13,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.13-1b0804db/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.13-1b0804db/GitHubDesktopSetup-x64.exe InstallerSha256: 9BDD7948FB305918331E480738F72F52D442F79E1CC53643B35684E1DC3F77E1 InstallerSwitches: Silent: /s @@ -21,7 +21,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.13-1b0804db/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.13-1b0804db/GitHubDesktopSetup-x64.msi InstallerSha256: CE353A8F7F38C1BF01945674B7509552B0B36B822D53E55C02F64A75CD96C38B ProductCode: '{64F0A174-3677-49C8-93F7-7252F8EA46B3}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.3.14/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.3.14/GitHub.GitHubDesktop.installer.yaml index 6661be633dac0..0225a6b5d7eff 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.3.14/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.3.14/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.14-b6c1402e/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.14-b6c1402e/GitHubDesktopSetup-x64.exe InstallerSha256: 4AACA72FAB549639DD3817F44888911C863264F9EE0DF906CD392AB4D26523AD InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.14-b6c1402e/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.14-b6c1402e/GitHubDesktopSetup-x64.msi InstallerSha256: 7E8FCD5820907AD72E8CD2018D83E1D4E74A98FE7D4DFA7F76AE8930D1513B03 ProductCode: '{14420A15-D007-477A-AF3B-7AAFE9C3267F}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.3.17/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.3.17/GitHub.GitHubDesktop.installer.yaml index 5bc8bd1d397eb..3a755ae097840 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.3.17/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.3.17/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.17-9a535f40/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.17-9a535f40/GitHubDesktopSetup-x64.exe InstallerSha256: E829DCC0E5AC08D8E743A012ED77D1684D9C355FDE4FC8BCE8D6CEB2A2B5E638 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.17-9a535f40/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.17-9a535f40/GitHubDesktopSetup-x64.msi InstallerSha256: 9EE521BBF7EF4DA83F291D7222B5BA295896A4C7EDB01F226AFA336F57A0CEDC ProductCode: '{D49B632E-723F-4DB1-8880-F6F11A584711}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.3.18/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.3.18/GitHub.GitHubDesktop.installer.yaml index ca56a5f0ea59a..da6ae2287f63f 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.3.18/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.3.18/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.18-e85f51b7/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.18-e85f51b7/GitHubDesktopSetup-x64.exe InstallerSha256: BC290C3860E0FEFACF9299F3B91DF8F53AA239BFD1E4D2F114268BDBFEB33C00 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.18-e85f51b7/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.18-e85f51b7/GitHubDesktopSetup-x64.msi InstallerSha256: 53F775C4323CC0DC2EFC4B6CC15A65C5FD6CEE23DF32FB9ABEC65BDD889229C3 ProductCode: '{85D8E1F6-6CF2-479C-B5B4-9E187E3A2F0B}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.3.2/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.3.2/GitHub.GitHubDesktop.installer.yaml index 89588256832a9..c17d578f3f21a 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.3.2/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.3.2/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.2-567a84ed/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.2-567a84ed/GitHubDesktopSetup-x64.exe InstallerSha256: 92B368E50B606D389914A5E5FD19137E6B3797C8F2A8EC3223A7908C5DEECEE4 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.2-567a84ed/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.2-567a84ed/GitHubDesktopSetup-x64.msi InstallerSha256: AEB6C1F45E31191EA990DDC5A13D97139E14C728AE730FF27BE475C58BF1845B ProductCode: '{9C48BB8C-8B84-42CF-A3D9-0111D8738FD2}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.3.3/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.3.3/GitHub.GitHubDesktop.installer.yaml index 71a74a8e04f52..a44484cc1e0c4 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.3.3/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.3.3/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.3-abf8a692/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.3-abf8a692/GitHubDesktopSetup-x64.exe InstallerSha256: EDF8BB17E781DDB946273E6F9427F16CCAEFF2AC3F95C02AC9026B299420EDC7 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.3-abf8a692/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.3-abf8a692/GitHubDesktopSetup-x64.msi InstallerSha256: 3B8D18225FF5F5672476268A8E8EB3984F8718EE71C560FDF208D867D947F333 ProductCode: '{354B1026-CBD7-4AF4-8CAD-7BABED88CFFF}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.3.4/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.3.4/GitHub.GitHubDesktop.installer.yaml index fff817dd990f4..fabcdc2173485 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.3.4/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.3.4/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.4-59d46573/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.4-59d46573/GitHubDesktopSetup-x64.exe InstallerSha256: 391010dfc7c4dfe377dffc635f68359945e26d952cd8fdd79597bc57b5566be3 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.4-59d46573/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.4-59d46573/GitHubDesktopSetup-x64.msi InstallerSha256: 1b561d5c91617c56684047ffe2053f001222971c8f80621b9a24c23c89825bd1 ProductCode: '{092ED4F6-C7AF-4032-8DF8-6F53FE80637E}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.3.5/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.3.5/GitHub.GitHubDesktop.installer.yaml index 2c40c2b8c520b..08eb1473d77d2 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.3.5/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.3.5/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.5-76560059/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.5-76560059/GitHubDesktopSetup-x64.exe InstallerSha256: 416A0E04AF1F1A42C9BCBBB04BA5EA4777501C45FDD8C1294237F74D2106FFCB InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.5-76560059/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.5-76560059/GitHubDesktopSetup-x64.msi InstallerSha256: E3654A1454FE6FD79F85D9D785583FA7BCB95BF1283A49EDBE9A9C78E3FC4736 ProductCode: '{C5F18FC5-3CA0-49F0-99BA-59CDDFE75463}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.3.8/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.3.8/GitHub.GitHubDesktop.installer.yaml index 2675162166d0a..53edbd84c1142 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.3.8/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.3.8/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.8-48bb7059/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.8-48bb7059/GitHubDesktopSetup-x64.exe InstallerSha256: 24969572AFCEC0852B30415B73B8F4A82217B573FE495B5A5E453DA95D358678 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.8-48bb7059/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.8-48bb7059/GitHubDesktopSetup-x64.msi InstallerSha256: 829113C69ACB88AEFBB52B8D97D09D82248DD013029A8A41800C2323EBBE1E82 ProductCode: '{B77E1526-2F39-42BE-8031-C78A557ECA34}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.3.9/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.3.9/GitHub.GitHubDesktop.installer.yaml index 08205f29dcf90..f8b3fb3b10409 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.3.9/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.3.9/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.9-051b78a0/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.9-051b78a0/GitHubDesktopSetup-x64.exe InstallerSha256: 1FE45030AD449D5A21482E1F19EAD7787365231A9C09E159F7F543A850F3F2EF InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.3.9-051b78a0/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.3.9-051b78a0/GitHubDesktopSetup-x64.msi InstallerSha256: 58E5073CB74FF093CB384D6EB1BC645A7DA9CB631DC90D0A698AEA397B270D83 ProductCode: '{82F1721F-87A7-403F-8308-E25E62B74250}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.0/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.0/GitHub.GitHubDesktop.installer.yaml index ee4a53e0be6ee..b2da8844b8758 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.4.0/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.4.0/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.4.0-bd8f79d7/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.0-bd8f79d7/GitHubDesktopSetup-x64.exe InstallerSha256: 44327126856F36A8D29044BBFED227A6AF6D9811FE42CA2F2C06476EA4BC2724 InstallerSwitches: Silent: /s @@ -22,7 +22,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.4.0-bd8f79d7/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.0-bd8f79d7/GitHubDesktopSetup-x64.msi InstallerSha256: CC3419BDD284D9058A159631BEB0250DB3E9638943C5A6EE6B084CE9CEB78E3B ProductCode: "{538F6780-68EE-41A6-9804-53AF244D4530}" AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.1/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.1/GitHub.GitHubDesktop.installer.yaml index 2ed55a3ada0c0..f3c1639a1674c 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.4.1/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.4.1/GitHub.GitHubDesktop.installer.yaml @@ -14,7 +14,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.4.1-cb739340/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.1-cb739340/GitHubDesktopSetup-x64.exe InstallerSha256: 577572C0928BDBA1CB396C703DBBE8ED0F82AAF8752BE5636A5668597338BFD8 InstallerSwitches: Silent: /s @@ -23,7 +23,7 @@ Installers: Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.4.1-cb739340/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.1-cb739340/GitHubDesktopSetup-x64.msi InstallerSha256: 7F0FE8135D80C8676A7BA36B5AB0A24D331F9F09ABD26A0D0D78C276CA13F42D ProductCode: '{7EA57A90-6052-4F44-B0D8-987C335638B5}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.2/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.2/GitHub.GitHubDesktop.installer.yaml index 26bd99e4574c7..fd90927997700 100644 --- a/manifests/g/GitHub/GitHubDesktop/3.4.2/GitHub.GitHubDesktop.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/3.4.2/GitHub.GitHubDesktop.installer.yaml @@ -13,7 +13,7 @@ Installers: - Architecture: x64 InstallerType: exe # Squirrel Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.4.2-27793d93/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.2-27793d93/GitHubDesktopSetup-x64.exe InstallerSha256: F6319C031BD1F69641B50FA21DFC93E0C2BB074EA32CE53190E4853D009FEDDE InstallModes: - interactive @@ -27,7 +27,7 @@ Installers: - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.4.2-27793d93/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.2-27793d93/GitHubDesktopSetup-x64.msi InstallerSha256: E171DE9CB131A43F653B759AA2C23A6CC7299DD5207994DF8B34804FE1067EA7 ProductCode: '{C53BD05C-8BC7-4437-8000-BABD9084A8A5}' AppsAndFeaturesEntries: diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.3/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.3/GitHub.GitHubDesktop.installer.yaml new file mode 100644 index 0000000000000..5fad7cd2b43ff --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.3/GitHub.GitHubDesktop.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.3 +UpgradeBehavior: install +Protocols: +- github-windows +- x-github-client +- x-github-desktop-auth +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.3-2170ce9b/GitHubDesktopSetup-x64.exe + InstallerSha256: 0B8FE4BBD5F8ABBD4A21E70E9D6CCA9AECBA7D8833CC2385D95538709789EEFD + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: GitHubDesktop + AppsAndFeaturesEntries: + - DisplayVersion: 3.4.3 +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.3-2170ce9b/GitHubDesktopSetup-x64.msi + InstallerSha256: 8D43DF7E4C4BEF70AAD4A88E16A927CFD8C3014252C6D1906519930FC5ECD675 + ProductCode: '{5BBED891-A9C4-4B23-94EE-12D0A899C35F}' + AppsAndFeaturesEntries: + - DisplayName: GitHub Desktop Deployment Tool + DisplayVersion: 3.4.3.0 + ProductCode: '{5BBED891-A9C4-4B23-94EE-12D0A899C35F}' + UpgradeCode: '{00D8E2EE-13EA-5BEB-87F0-70EFC46A7D4A}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.3/GitHub.GitHubDesktop.locale.en-US.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.3/GitHub.GitHubDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..1e4974541abdd --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.3/GitHub.GitHubDesktop.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.3 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/ +PublisherSupportUrl: https://github.com/desktop/desktop/issues +PrivacyUrl: https://docs.github.com/github/site-policy/github-privacy-statement +Author: GitHub, Inc. +PackageName: GitHub Desktop +PackageUrl: https://github.com/apps/desktop +License: MIT +LicenseUrl: https://github.com/desktop/desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) GitHub, Inc. +# CopyrightUrl: +ShortDescription: Focus on what matters instead of fighting with Git. +Description: GitHub Desktop is an open-source Electron-based GitHub app. It is written in TypeScript and uses React. +Moniker: github-desktop +Tags: +- git +- github +ReleaseNotes: |- + [Added] Add Zed as an external editor option for Linux - #18962. Thanks @adil192! + [Fixed] Allow pushing to gists - #19009 + [Added] Shift + F10 opens context menu's on macOS + [Fixed] The copy button announces when clicked in VoiceOver. + [Fixed] Context menu actions in the diff are accessible via keyboard - #18946 + [Fixed] Add/Remove Co-authors hint text is positioned correctly when scrolling through the changes list - #18929 + [Fixed] VoiceOver can now use browser mode on the diff. - #18935 + [Fixed] Increased contrast of several texts and icons in the app - #18922 + [Fixed] Add aria-expanded and aria-controls attributes to Stashed Changes button - #18924 + [Fixed] Hunk header text color contrast ratio is greater than 4.5:1 - #18916 +ReleaseNotesUrl: https://desktop.github.com/release-notes/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.github.com/desktop +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.3/GitHub.GitHubDesktop.locale.zh-CN.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.3/GitHub.GitHubDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f5ec7ad239cdb --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.3/GitHub.GitHubDesktop.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.3 +PackageLocale: zh-CN +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/ +PublisherSupportUrl: https://github.com/desktop/desktop/issues +PrivacyUrl: https://docs.github.com/github/site-policy/github-privacy-statement +Author: GitHub, Inc. +PackageName: GitHub Desktop +PackageUrl: https://github.com/apps/desktop +License: MIT +LicenseUrl: https://github.com/desktop/desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) GitHub, Inc. +# CopyrightUrl: +ShortDescription: 专注于重要的事情,而不是与 Git 对着干。 +Description: GitHub Desktop 是一款基于 Electron 的开源 GitHub 应用。它由 TypeScript 编写,并使用了 React。 +# Moniker: +Tags: +- git +- github +# ReleaseNotes: +ReleaseNotesUrl: https://desktop.github.com/release-notes/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.github.com/desktop +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.3/GitHub.GitHubDesktop.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.3/GitHub.GitHubDesktop.yaml new file mode 100644 index 0000000000000..4ec627d632a1f --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.3/GitHub.GitHubDesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.4/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.4/GitHub.GitHubDesktop.installer.yaml new file mode 100644 index 0000000000000..b675a4ace08bd --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.4/GitHub.GitHubDesktop.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.4 +UpgradeBehavior: install +Protocols: +- github-windows +- x-github-client +- x-github-desktop-auth +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.4-c2aeb59b/GitHubDesktopSetup-x64.exe + InstallerSha256: 8BA8517C4EDBA08968EA2705EE6D8B492A9BA3C29481754B5D54908683CD31D2 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: GitHubDesktop + AppsAndFeaturesEntries: + - DisplayVersion: 3.4.4 +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.4-c2aeb59b/GitHubDesktopSetup-x64.msi + InstallerSha256: C8217FEB4E84CA27BF43D7E81CA27AA26808C7D2FB805992A93F728B98C2BD71 + ProductCode: '{B0061992-687B-440A-9E40-942D236B6049}' + AppsAndFeaturesEntries: + - DisplayName: GitHub Desktop Deployment Tool + DisplayVersion: 3.4.4.0 + ProductCode: '{B0061992-687B-440A-9E40-942D236B6049}' + UpgradeCode: '{00D8E2EE-13EA-5BEB-87F0-70EFC46A7D4A}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.4/GitHub.GitHubDesktop.locale.en-US.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.4/GitHub.GitHubDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..fec70ad8ccda9 --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.4/GitHub.GitHubDesktop.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.4 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/ +PublisherSupportUrl: https://github.com/desktop/desktop/issues +PrivacyUrl: https://docs.github.com/github/site-policy/github-privacy-statement +Author: GitHub, Inc. +PackageName: GitHub Desktop +PackageUrl: https://github.com/apps/desktop +License: MIT +LicenseUrl: https://github.com/desktop/desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) GitHub, Inc. +# CopyrightUrl: +ShortDescription: Focus on what matters instead of fighting with Git. +Description: GitHub Desktop is an open-source Electron-based GitHub app. It is written in TypeScript and uses React. +Moniker: github-desktop +Tags: +- git +- github +ReleaseNotes: |- + [New] Add support for custom editors and shells - #18954 + [Added] Add Cursor support on macOS - #17462. Thanks @bjorntechCarl! + [Added] Add JetBrains RustRover support - #18802. Thanks @Radd-Sma! + [Fixed] The "Create a New Repository" dialog allows creation of repositories in repository subfolders - #19137 + [Fixed] Stop improper announcement of "dialog" role on the autocompletion suggestions popover - #19114 + [Fixed] The "Open a Pull Request" and "About" dialog's headings are announced via NVDA - #19107 + [Fixed] The branch selection popover in the "Open a Pull Request" dialog does not close on filter clearing - #19106 + [Fixed] The contrast ratio of icon in the diff file warnings is at least 3:1 - #19097 + [Fixed] The "Push Local Changes" confirmation dialog users "alertdialog" role such that screen readers announce entire dialog contents - #19098 + [Fixed] Emoji's provide descriptions for screen readers - #19101 + [Fixed] Only ask for SSH credentials for the selected repository and only delete them after an authentication error - #19019 + [Improved] Screen readers will announce when users expand context in a diff - #19128 + [Improved] The squash dialog provides visual input labels - #19100 + [Improved] The search inputs across the app provide visual labeling in the form of a search icon - #19103 + [Improved] Use CmdOrCtrl+Q for Exit shortcut on Linux - #19093. Thanks @shiftkey! + [Improved] Add support for Gnome Console, LXTerminal and Warp shells on Linux - #19092. Thanks @shiftkey! +ReleaseNotesUrl: https://desktop.github.com/release-notes/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.github.com/desktop +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.4/GitHub.GitHubDesktop.locale.zh-CN.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.4/GitHub.GitHubDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..02a3e2f3f7d6e --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.4/GitHub.GitHubDesktop.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.4 +PackageLocale: zh-CN +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/ +PublisherSupportUrl: https://github.com/desktop/desktop/issues +PrivacyUrl: https://docs.github.com/github/site-policy/github-privacy-statement +Author: GitHub, Inc. +PackageName: GitHub Desktop +PackageUrl: https://github.com/apps/desktop +License: MIT +LicenseUrl: https://github.com/desktop/desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) GitHub, Inc. +# CopyrightUrl: +ShortDescription: 专注于重要的事情,而不是与 Git 对着干。 +Description: GitHub Desktop 是一款基于 Electron 的开源 GitHub 应用。它由 TypeScript 编写,并使用了 React。 +# Moniker: +Tags: +- git +- github +# ReleaseNotes: +ReleaseNotesUrl: https://desktop.github.com/release-notes/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.github.com/desktop +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.4/GitHub.GitHubDesktop.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.4/GitHub.GitHubDesktop.yaml new file mode 100644 index 0000000000000..d4b90d2725e22 --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.4/GitHub.GitHubDesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.5/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.5/GitHub.GitHubDesktop.installer.yaml new file mode 100644 index 0000000000000..57337f97b7532 --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.5/GitHub.GitHubDesktop.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.5 +UpgradeBehavior: install +Protocols: +- github-windows +- x-github-client +- x-github-desktop-auth +ReleaseDate: 2024-09-09 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.5-0b64c23c/GitHubDesktopSetup-x64.exe + InstallerSha256: 60F3A8BB226C451F28B1CF8D7F2ECC1A124B5DB62F9D08F46915BEAFD60B0FF2 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: GitHubDesktop + AppsAndFeaturesEntries: + - DisplayVersion: 3.4.5 +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.5-0b64c23c/GitHubDesktopSetup-x64.msi + InstallerSha256: F2DE3308DD4FB3236EEF6088F5460BE9F5910D1EA5F8C3F0C3DF7F87402E0C88 + ProductCode: '{BD24F6E1-3DF5-4645-99D9-A81B131F8B14}' + AppsAndFeaturesEntries: + - DisplayName: GitHub Desktop Deployment Tool + DisplayVersion: 3.4.5.0 + ProductCode: '{BD24F6E1-3DF5-4645-99D9-A81B131F8B14}' + UpgradeCode: '{00D8E2EE-13EA-5BEB-87F0-70EFC46A7D4A}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.5/GitHub.GitHubDesktop.locale.en-US.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.5/GitHub.GitHubDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..159df1ebb9641 --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.5/GitHub.GitHubDesktop.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.5 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/ +PublisherSupportUrl: https://github.com/desktop/desktop/issues +PrivacyUrl: https://docs.github.com/github/site-policy/github-privacy-statement +Author: GitHub, Inc. +PackageName: GitHub Desktop +PackageUrl: https://github.com/apps/desktop +License: MIT +LicenseUrl: https://github.com/desktop/desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) GitHub, Inc. +# CopyrightUrl: +ShortDescription: Focus on what matters instead of fighting with Git. +Description: GitHub Desktop is an open-source Electron-based GitHub app. It is written in TypeScript and uses React. +Moniker: github-desktop +Tags: +- git +- github +ReleaseNotes: |- + [Fixed] Quotes are preserved in custom integration arguments - #19218 + [Fixed] Symbolic links on Windows can be used as custom editor and shell - #19217 +ReleaseNotesUrl: https://desktop.github.com/release-notes/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.github.com/desktop +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.5/GitHub.GitHubDesktop.locale.zh-CN.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.5/GitHub.GitHubDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4fc9d47369761 --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.5/GitHub.GitHubDesktop.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.5 +PackageLocale: zh-CN +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/ +PublisherSupportUrl: https://github.com/desktop/desktop/issues +PrivacyUrl: https://docs.github.com/github/site-policy/github-privacy-statement +Author: GitHub, Inc. +PackageName: GitHub Desktop +PackageUrl: https://github.com/apps/desktop +License: MIT +LicenseUrl: https://github.com/desktop/desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) GitHub, Inc. +# CopyrightUrl: +ShortDescription: 专注于重要的事情,而不是与 Git 对着干。 +Description: GitHub Desktop 是一款基于 Electron 的开源 GitHub 应用。它由 TypeScript 编写,并使用了 React。 +# Moniker: +Tags: +- git +- github +# ReleaseNotes: +ReleaseNotesUrl: https://desktop.github.com/release-notes/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.github.com/desktop +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.5/GitHub.GitHubDesktop.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.5/GitHub.GitHubDesktop.yaml new file mode 100644 index 0000000000000..bbeb6fb9d8fd4 --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.5/GitHub.GitHubDesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/GitHubDesktop/Beta/3.0.6-beta2/GitHub.GitHubDesktop.Beta.installer.yaml b/manifests/g/GitHub/GitHubDesktop/Beta/3.0.6-beta2/GitHub.GitHubDesktop.Beta.installer.yaml index 70027c33c638c..d749360d79935 100644 --- a/manifests/g/GitHub/GitHubDesktop/Beta/3.0.6-beta2/GitHub.GitHubDesktop.Beta.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/Beta/3.0.6-beta2/GitHub.GitHubDesktop.Beta.installer.yaml @@ -10,10 +10,10 @@ InstallerSwitches: SilentWithProgress: /s Installers: - Architecture: x64 - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.6-beta2-706ecf57/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.6-beta2-706ecf57/GitHubDesktopSetup-x64.exe InstallerSha256: 9D03150CC9CE518F9EBE655050761AE06834B3A8959B0C898395ABCB22038E11 - Architecture: arm64 - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.6-beta2-706ecf57/GitHubDesktopSetup-arm64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.6-beta2-706ecf57/GitHubDesktopSetup-arm64.exe InstallerSha256: C599832863ACE5F3CE1989FDB10F8EDF96A721FF8DE353AE2234A430C85731EB ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/g/GitHub/GitHubDesktop/Beta/3.0.9-beta1/GitHub.GitHubDesktop.Beta.installer.yaml b/manifests/g/GitHub/GitHubDesktop/Beta/3.0.9-beta1/GitHub.GitHubDesktop.Beta.installer.yaml index 305916a42624e..662ff4b8b4f70 100644 --- a/manifests/g/GitHub/GitHubDesktop/Beta/3.0.9-beta1/GitHub.GitHubDesktop.Beta.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/Beta/3.0.9-beta1/GitHub.GitHubDesktop.Beta.installer.yaml @@ -10,10 +10,10 @@ InstallerSwitches: SilentWithProgress: /s Installers: - Architecture: x64 - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.9-beta1-6eae227f/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.9-beta1-6eae227f/GitHubDesktopSetup-x64.exe InstallerSha256: 1C6197251995C02E70EB8A463C23E6919C0A4E2399B4F8CC8D3C38E7AAD8DDC2 - Architecture: arm64 - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.0.9-beta1-6eae227f/GitHubDesktopSetup-arm64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.0.9-beta1-6eae227f/GitHubDesktopSetup-arm64.exe InstallerSha256: F68A512F670957029FAA365B964FEBD85B6A02C0CEBA268B087166A2EF5A2334 ManifestType: installer ManifestVersion: 1.2.0 diff --git a/manifests/g/GitHub/GitHubDesktop/Beta/3.1.2-beta1/GitHub.GitHubDesktop.Beta.installer.yaml b/manifests/g/GitHub/GitHubDesktop/Beta/3.1.2-beta1/GitHub.GitHubDesktop.Beta.installer.yaml index fadd9c86e9a68..3defee6210e30 100644 --- a/manifests/g/GitHub/GitHubDesktop/Beta/3.1.2-beta1/GitHub.GitHubDesktop.Beta.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/Beta/3.1.2-beta1/GitHub.GitHubDesktop.Beta.installer.yaml @@ -10,10 +10,10 @@ InstallerSwitches: SilentWithProgress: /s Installers: - Architecture: x64 - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.2-beta1-bccec59c/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.2-beta1-bccec59c/GitHubDesktopSetup-x64.exe InstallerSha256: 15FF34D5B07619066647BA6769FD3930DB30FF4245C259E9DF019815373ACB8A - Architecture: arm64 - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.2-beta1-bccec59c/GitHubDesktopSetup-arm64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.2-beta1-bccec59c/GitHubDesktopSetup-arm64.exe InstallerSha256: 8D007B3AF1BB8A2B4217C7600A9278BEF3C95801471B8B5ACC9F725A03A168AF ManifestType: installer ManifestVersion: 1.2.0 diff --git a/manifests/g/GitHub/GitHubDesktop/Beta/3.1.3-beta2/GitHub.GitHubDesktop.Beta.installer.yaml b/manifests/g/GitHub/GitHubDesktop/Beta/3.1.3-beta2/GitHub.GitHubDesktop.Beta.installer.yaml index ad93827fb6f4b..a1e6d77c6d17d 100644 --- a/manifests/g/GitHub/GitHubDesktop/Beta/3.1.3-beta2/GitHub.GitHubDesktop.Beta.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/Beta/3.1.3-beta2/GitHub.GitHubDesktop.Beta.installer.yaml @@ -10,10 +10,10 @@ InstallerSwitches: SilentWithProgress: /s Installers: - Architecture: x64 - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.3-beta2-ab44201b/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.3-beta2-ab44201b/GitHubDesktopSetup-x64.exe InstallerSha256: 445AD9F96D741BFBC03574C9D83A3A65982B3D0BA8C3825F5DD2B1A0554B4956 - Architecture: arm64 - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.3-beta2-ab44201b/GitHubDesktopSetup-arm64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.3-beta2-ab44201b/GitHubDesktopSetup-arm64.exe InstallerSha256: 794DA2BCEE9558E5BFD45E357D22988A9FBEAD3E5F23597590D59AC3DFE078EF ManifestType: installer ManifestVersion: 1.2.0 diff --git a/manifests/g/GitHub/GitHubDesktop/Beta/3.1.3-beta3/GitHub.GitHubDesktop.Beta.installer.yaml b/manifests/g/GitHub/GitHubDesktop/Beta/3.1.3-beta3/GitHub.GitHubDesktop.Beta.installer.yaml index f094c8c741b6d..f2806f112e832 100644 --- a/manifests/g/GitHub/GitHubDesktop/Beta/3.1.3-beta3/GitHub.GitHubDesktop.Beta.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/Beta/3.1.3-beta3/GitHub.GitHubDesktop.Beta.installer.yaml @@ -10,11 +10,11 @@ InstallerSwitches: Installers: - Architecture: x64 InstallerType: exe - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.3-beta3-93438ed8/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.3-beta3-93438ed8/GitHubDesktopSetup-x64.exe InstallerSha256: 988BA56A75DEF61086E5F87A513E8774DE760DC722F605D44717DAA173F7A50F - Architecture: arm64 InstallerType: exe - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.1.3-beta3-93438ed8/GitHubDesktopSetup-arm64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.1.3-beta3-93438ed8/GitHubDesktopSetup-arm64.exe InstallerSha256: 2DB0F18A140D51D27F65E2B2D657482CDC0E00E2F56328D4BCEFB7F52F6C43BA ManifestType: installer ManifestVersion: 1.2.0 diff --git a/manifests/g/GitHub/GitHubDesktop/Beta/3.4.2-beta3/GitHub.GitHubDesktop.Beta.installer.yaml b/manifests/g/GitHub/GitHubDesktop/Beta/3.4.2-beta3/GitHub.GitHubDesktop.Beta.installer.yaml index d9442bdeac992..1a0411b644025 100644 --- a/manifests/g/GitHub/GitHubDesktop/Beta/3.4.2-beta3/GitHub.GitHubDesktop.Beta.installer.yaml +++ b/manifests/g/GitHub/GitHubDesktop/Beta/3.4.2-beta3/GitHub.GitHubDesktop.Beta.installer.yaml @@ -15,7 +15,7 @@ Installers: - Architecture: x64 InstallerType: exe Scope: user - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.4.2-beta3-6edaffed/GitHubDesktopSetup-x64.exe + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.2-beta3-6edaffed/GitHubDesktopSetup-x64.exe InstallerSha256: 9C0CD261BEDBD8E570E01354E568F33A5F194F5AE67E4CB8F4DAE85671C90C36 InstallerSwitches: Silent: /s @@ -24,7 +24,7 @@ Installers: Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://desktop.githubusercontent.com/github-desktop/releases/3.4.2-beta3-6edaffed/GitHubDesktopSetup-x64.msi + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.2-beta3-6edaffed/GitHubDesktopSetup-x64.msi InstallerSha256: 0FAF2FD887F72A441E7F9B912A3C681ACCED8FE67E0CED8DF2D43CD12C5C8BEE ProductCode: '{8ABF5209-DD0D-497F-91AF-4C6293B3222C}' ManifestType: installer diff --git a/manifests/g/GitHub/cli/2.54.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.54.0/GitHub.cli.installer.yaml new file mode 100644 index 0000000000000..82ebe8d5be1f2 --- /dev/null +++ b/manifests/g/GitHub/cli/2.54.0/GitHub.cli.installer.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.54.0 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- gh +ReleaseDate: 2024-08-01 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cli/cli/releases/download/v2.54.0/gh_2.54.0_windows_amd64.msi + InstallerSha256: C75877C86CEC9A621E52D6A723DE69C7775B2E13252CE1EF001843118D71EE07 + ProductCode: '{7AE8DAF8-A676-42A4-B0A0-A93F905BFA77}' + AppsAndFeaturesEntries: + - ProductCode: '{7AE8DAF8-A676-42A4-B0A0-A93F905BFA77}' + UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' +- Architecture: x86 + InstallerUrl: https://github.com/cli/cli/releases/download/v2.54.0/gh_2.54.0_windows_386.msi + InstallerSha256: E8C8575E17984E79F47A61DA9C9740E3CBAE8C454F52A33B75D23D76F4493A5C + ProductCode: '{22B8B30F-3470-42CC-A4F8-2A2FCCEEC0BA}' + AppsAndFeaturesEntries: + - ProductCode: '{22B8B30F-3470-42CC-A4F8-2A2FCCEEC0BA}' + UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/cli/2.54.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.54.0/GitHub.cli.locale.en-US.yaml new file mode 100644 index 0000000000000..840bbd33b0b9b --- /dev/null +++ b/manifests/g/GitHub/cli/2.54.0/GitHub.cli.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.54.0 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +Author: GitHub, Inc. +PackageName: GitHub CLI +PackageUrl: https://cli.github.com/ +License: MIT License +LicenseUrl: https://github.com/cli/cli/blob/v2.54.0/LICENSE +Copyright: Copyright (c) 2019 GitHub Inc. +CopyrightUrl: https://github.com/cli/cli/blob/v2.54.0/LICENSE +ShortDescription: Work seamlessly with GitHub from the command line. +Description: |- + gh is GitHub on the command line. + It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. +Moniker: gh +Tags: +- cli +- command-line +- enterprise +- foss +- github +- open-source +- terminal +- tool +- utility +- workflow +ReleaseNotes: |- + What's Changed + - Remove redundant whitespace by @jessehouwing in #9334 + - Remove attestation test that requires being online by @steiza in #9340 + - Update documentation for gh api PATCH by @cmbuckley in #9352 + - Clarify usage of template flags for PR and issue creation by @williammartin in #9354 + - Expose json databaseId field for release commands by @williammartin in #9356 + - Expose fullDatabaseId for PR json export by @williammartin in #9355 + - Handle --bare clone targets by @hyperrealist in #9271 + - Slightly clarify when CLI exits with code 4 by @williammartin in #9358 + - Update sigstore-go in gh CLI to v0.5.1 by @steiza in #9366 + - Exit with 1 on authentication issues by @Stausssi in #9240 + - build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.4 to 1.4.5 by @dependabot in #9372 + - build(deps): bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 by @dependabot in #9373 + - Add --remove-milestone option to issue edit and pr edit by @babakks in #9344 + - handle attest case insensitivity by @ejahnGithub in #9392 + + New Contributors + - @cmbuckley made their first contribution in #9352 + - @hyperrealist made their first contribution in #9271 + - @Stausssi made their first contribution in #9240 + - @ejahnGithub made their first contribution in #9392 + + Full Changelog: https://github.com/cli/cli/compare/v2.53.0...v2.54.0 +ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.54.0 +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://cli.github.com/manual/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/cli/2.54.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.54.0/GitHub.cli.yaml new file mode 100644 index 0000000000000..70c9d0bcabc55 --- /dev/null +++ b/manifests/g/GitHub/cli/2.54.0/GitHub.cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.54.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/cli/2.55.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.55.0/GitHub.cli.installer.yaml new file mode 100644 index 0000000000000..683c653b0ce3f --- /dev/null +++ b/manifests/g/GitHub/cli/2.55.0/GitHub.cli.installer.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.55.0 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- gh +ReleaseDate: 2024-08-20 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cli/cli/releases/download/v2.55.0/gh_2.55.0_windows_amd64.msi + InstallerSha256: 098DE62B78CB3FC1A2CE8C77CFD809656138D95B7F23301BDA82D15A7B977C07 + ProductCode: '{09D0E608-1666-4C41-9C07-C618AC928EA5}' + AppsAndFeaturesEntries: + - ProductCode: '{09D0E608-1666-4C41-9C07-C618AC928EA5}' + UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' +- Architecture: x86 + InstallerUrl: https://github.com/cli/cli/releases/download/v2.55.0/gh_2.55.0_windows_386.msi + InstallerSha256: 19E31620EDBD7A1277E4897188DA365EC92A1F0556848BFA19AB6A239426F0E8 + ProductCode: '{ADAA1108-A330-4BB8-886E-DA8450FF2D98}' + AppsAndFeaturesEntries: + - ProductCode: '{ADAA1108-A330-4BB8-886E-DA8450FF2D98}' + UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/cli/2.55.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.55.0/GitHub.cli.locale.en-US.yaml new file mode 100644 index 0000000000000..17ffbc07b85a9 --- /dev/null +++ b/manifests/g/GitHub/cli/2.55.0/GitHub.cli.locale.en-US.yaml @@ -0,0 +1,74 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.55.0 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement +PackageName: GitHub CLI +PackageUrl: https://cli.github.com/ +License: MIT +LicenseUrl: https://github.com/cli/cli/blob/v2.55.0/LICENSE +Copyright: Copyright (c) 2019 GitHub Inc. +CopyrightUrl: https://github.com/cli/cli/blob/v2.55.0/LICENSE +ShortDescription: Work seamlessly with GitHub from the command line. +Description: |- + gh is GitHub on the command line. + It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. +Moniker: gh +Tags: +- cli +- command-line +- enterprise +- foss +- github +- open-source +- terminal +- tool +- utility +- workflow +ReleaseNotes: |- + What's Changed + - Update gh variable get to use repo host by @andyfeller in #9411 + - build(deps): bump actions/attest-build-provenance from 1.3.3 to 1.4.0 by @dependabot in #9400 + - Unify use of tab indent in non-test source files by @muzimuzhi in #9407 + - Add Acceptance Criteria requirement to triage.md for accepted issues by @jtmcg in #9435 + - Improve Unix compliance gh repo set-default by @thecaffeinedev in #9431 + - Document that gh run download downloads the latest artifact by default by @sato11 in #9412 + - build(deps): bump github.com/google/go-containerregistry from 0.20.1 to 0.20.2 by @dependabot in #9432 + - Replace --project.* flags' name with title in docs by @jtmcg in #9443 + - Wrap flags with backticks, continued by @muzimuzhi in #9444 + - Improve gh release create --notes-from-tag behavior with multiline tag annotation by @babakks in #9385 + - Add pr create --editor by @benebsiny in #9433 + - build(deps): bump actions/attest-build-provenance from 1.4.0 to 1.4.1 by @dependabot in #9451 + - Require Sigstore Bundle v0.2+ when verifying with gh attestation by @codysoyland in #9442 + - build(deps): bump github.com/creack/pty from 1.1.21 to 1.1.23 by @dependabot in #9459 + - Update Go and other extension workflow templates to reflect recent enhancements to cli/gh-extension-precompile by @BagToad in #9462 + - Add note for external contributors to working-with-us.md by @BagToad in #9468 + - Update attestation TUF root by @codysoyland in #9467 + - Improve documentation for pr checks and exit codes by @thecaffeinedev in #9452 + - cmd/pr/checks: Describe bucket and state JSON fields by @arunsathiya in #9439 + - Add Flox as an installation option by @bryanhonof in #9396 + - fix behavior for gh issue develop -b does-not-exist-on-remote by @benebsiny in #9477 + - Update --project flags in gh search to owner/number by @jtmcg in #9453 + + New Contributors + - @jtmcg made their first contribution in #9435 + - @thecaffeinedev made their first contribution in #9431 + - @sato11 made their first contribution in #9412 + - @codysoyland made their first contribution in #9442 + - @BagToad made their first contribution in #9462 + - @bryanhonof made their first contribution in #9396 + + Full Changelog: https://github.com/cli/cli/compare/v2.54.0...v2.55.0 +ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.55.0 +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://cli.github.com/manual/ +- DocumentLabel: GitHub + DocumentUrl: https://github.com/cli/cli +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/cli/2.55.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.55.0/GitHub.cli.yaml new file mode 100644 index 0000000000000..a9404e63ca99f --- /dev/null +++ b/manifests/g/GitHub/cli/2.55.0/GitHub.cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.55.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/cli/2.56.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.56.0/GitHub.cli.installer.yaml new file mode 100644 index 0000000000000..fc26261d9b198 --- /dev/null +++ b/manifests/g/GitHub/cli/2.56.0/GitHub.cli.installer.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.56.0 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- gh +ReleaseDate: 2024-09-09 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cli/cli/releases/download/v2.56.0/gh_2.56.0_windows_amd64.msi + InstallerSha256: DEE3BED024AB26CE3C9801B4E46620A62A4B80170072AEB0E88FED2E19DC74B4 + ProductCode: '{77EE9A0C-4F53-4E30-866D-6313FD4F232C}' + AppsAndFeaturesEntries: + - ProductCode: '{77EE9A0C-4F53-4E30-866D-6313FD4F232C}' + UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' +- Architecture: x86 + InstallerUrl: https://github.com/cli/cli/releases/download/v2.56.0/gh_2.56.0_windows_386.msi + InstallerSha256: 7ABD968986A4A15BF4AD7212FFD9A645F2EE6749A8EDF0C9277536D495AF8399 + ProductCode: '{3B3A5351-EAEF-4900-A4C3-E61C47DF39B2}' + AppsAndFeaturesEntries: + - ProductCode: '{3B3A5351-EAEF-4900-A4C3-E61C47DF39B2}' + UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/cli/2.56.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.56.0/GitHub.cli.locale.en-US.yaml new file mode 100644 index 0000000000000..0acbe9387542d --- /dev/null +++ b/manifests/g/GitHub/cli/2.56.0/GitHub.cli.locale.en-US.yaml @@ -0,0 +1,66 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.56.0 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement +PackageName: GitHub CLI +PackageUrl: https://cli.github.com/ +License: MIT +LicenseUrl: https://github.com/cli/cli/blob/v2.56.0/LICENSE +Copyright: Copyright (c) 2019 GitHub Inc. +CopyrightUrl: https://github.com/cli/cli/blob/v2.56.0/LICENSE +ShortDescription: Work seamlessly with GitHub from the command line. +Description: |- + gh is GitHub on the command line. + It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. +Moniker: gh +Tags: +- cli +- command-line +- enterprise +- foss +- github +- open-source +- terminal +- tool +- utility +- workflow +ReleaseNotes: |- + What's Changed + - Always print URL scheme to stdout by @heaths in #9471 + - Quote repo names consistently in gh repo sync stdout by @muzimuzhi in #9491 + - Fetch bundle from OCI registry for verify by @ejahnGithub in #9421 + - Remove Internal from gh repo create prompt when owner is not an org by @jtmcg in #9465 + - Drop surplus trailing space char in flag names in web by @muzimuzhi in #9495 + - fix the trimming of log filenames for gh run view by @benebsiny in #9482 + - "offline" verification using the bundle of attestations without any additional handling of the file by @aryanbhosale in #9523 + - build(deps): bump actions/attest-build-provenance from 1.4.1 to 1.4.2 by @dependabot in #9518 + - Fix doc typo for repo sync by @muzimuzhi in #9509 + - Correct the help message for -F by @Goooler in #9525 + - chore: fix some function names by @crystalstall in #9555 + - verify 2nd artifact without swapping order by @aryanbhosale in #9532 + - gh attestation verify handles empty JSONL files by @malancas in #9541 + - Enhance Linux installation docs to redirect users to GPG renewal issue, better troubleshooting support by @andyfeller in #9573 + - Upgrade sigstore-go to v0.6.1 by @codysoyland in #9566 + - Check for nil values to prevent nil dereference panic by @codysoyland in #9578 + - build(deps): bump actions/attest-build-provenance from 1.4.2 to 1.4.3 by @dependabot in #9575 + + New Contributors + - @aryanbhosale made their first contribution in #9523 + - @Goooler made their first contribution in #9525 + - @crystalstall made their first contribution in #9555 + + Full Changelog: https://github.com/cli/cli/compare/v2.55.0...v2.56.0 +ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.56.0 +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://cli.github.com/manual/ +- DocumentLabel: GitHub + DocumentUrl: https://github.com/cli/cli +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitHub/cli/2.56.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.56.0/GitHub.cli.yaml new file mode 100644 index 0000000000000..ec1d7d8d335a8 --- /dev/null +++ b/manifests/g/GitHub/cli/2.56.0/GitHub.cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.56.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitKraken/cli/2.1.1/GitKraken.cli.installer.yaml b/manifests/g/GitKraken/cli/2.1.1/GitKraken.cli.installer.yaml new file mode 100644 index 0000000000000..0ec758050b0bb --- /dev/null +++ b/manifests/g/GitKraken/cli/2.1.1/GitKraken.cli.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitKraken.cli +PackageVersion: 2.1.1 +InstallerLocale: en-US +InstallerType: zip +UpgradeBehavior: install +Commands: +- gk +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ./gk.exe + PortableCommandAlias: gk + InstallerUrl: https://github.com/gitkraken/gk-cli/releases/download/v2.1.1/gk_2.1.1_Windows_i386.zip + InstallerSha256: 506DDFF6CE847E4532AF859460B0227F1F378B967060B4060CAD3FB68FAD648E +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ./gk.exe + PortableCommandAlias: gk + InstallerUrl: https://github.com/gitkraken/gk-cli/releases/download/v2.1.1/gk_2.1.1_Windows_x86_64.zip + InstallerSha256: 3BEEB91602A96E838E3EA34BDB6517B7247815184A03233311D2932BAF7CC745 +- Architecture: arm + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ./gk.exe + PortableCommandAlias: gk + InstallerUrl: https://github.com/gitkraken/gk-cli/releases/download/v2.1.1/gk_2.1.1_Windows_arm7.zip + InstallerSha256: 0850A846B48A0B9B5C6040DA01925ACD87D71D04E8B114139E9EF54DDE6D9EAA +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ./gk.exe + PortableCommandAlias: gk + InstallerUrl: https://github.com/gitkraken/gk-cli/releases/download/v2.1.1/gk_2.1.1_Windows_arm64.zip + InstallerSha256: 961C023680033CF1BE77DC340F09A35A5ED53CF100E652EF60C7CF3979FB8DA9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitKraken/cli/2.1.1/GitKraken.cli.locale.en-US.yaml b/manifests/g/GitKraken/cli/2.1.1/GitKraken.cli.locale.en-US.yaml new file mode 100644 index 0000000000000..aa1e1c1ccb148 --- /dev/null +++ b/manifests/g/GitKraken/cli/2.1.1/GitKraken.cli.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitKraken.cli +PackageVersion: 2.1.1 +PackageLocale: en-US +Publisher: Axosoft, LLC DBA GitKraken +PublisherUrl: https://www.gitkraken.com +PublisherSupportUrl: https://gitkraken.github.io/gk-cli/docs/gk.html +PrivacyUrl: https://www.gitkraken.com/privacy +Author: Axosoft, LLC DBA GitKraken +PackageName: GitKraken CLI +PackageUrl: https://github.com/gitkraken/gk-cli +License: CC-BY-3.0-US +LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE +Copyright: Copyright (c) Axosoft, LLC dba GitKraken +CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE +ShortDescription: GitKraken official command-line tool. +Description: |- + gk is GitKraken on the command line. + It makes working across multiple repos easier with Workspaces, provides access to pull requests and issues from multiple services (GitHub, GitLab, Bitbucket, etc.), and seamlessly connects with GitKraken Client and GitLens in VS Code to visualize git information when you need it. +Moniker: gkcli +Tags: +- cli +- command-line +- efficiency +- git-tool +- productivity +- repository-management +- tool +- utility +- version-control +ReleaseNotes: |- + Bug fixes + - Crash in status command when the provider cannot be used +ReleaseNotesUrl: https://github.com/gitkraken/gk-cli/releases +InstallationNotes: https://github.com/gitkraken/gk-cli/blob/main/README.md +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitKraken/cli/2.1.1/GitKraken.cli.yaml b/manifests/g/GitKraken/cli/2.1.1/GitKraken.cli.yaml new file mode 100644 index 0000000000000..ddba36503d062 --- /dev/null +++ b/manifests/g/GitKraken/cli/2.1.1/GitKraken.cli.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.5-1-22621-3880.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitKraken.cli +PackageVersion: 2.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitTools/GitVersion/6.0.0/GitTools.GitVersion.installer.yaml b/manifests/g/GitTools/GitVersion/6.0.0/GitTools.GitVersion.installer.yaml new file mode 100644 index 0000000000000..e044f281d796d --- /dev/null +++ b/manifests/g/GitTools/GitVersion/6.0.0/GitTools.GitVersion.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitTools.GitVersion +PackageVersion: 6.0.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gitversion.exe + PortableCommandAlias: gitversion +Commands: +- gitversion +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +ReleaseDate: 2024-07-22 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/GitTools/GitVersion/releases/download/6.0.0/gitversion-win-x64-6.0.0.zip + InstallerSha256: 5905DC372ACECEE526B6E29EE38853FA5F53B36DB3812B2DE9715F4DA8644155 +- Architecture: x64 + InstallerUrl: https://github.com/GitTools/GitVersion/releases/download/6.0.0/gitversion-win-x64-6.0.0.zip + InstallerSha256: 5905DC372ACECEE526B6E29EE38853FA5F53B36DB3812B2DE9715F4DA8644155 +- Architecture: arm64 + InstallerUrl: https://github.com/GitTools/GitVersion/releases/download/6.0.0/gitversion-win-arm64-6.0.0.zip + InstallerSha256: E9897532489586E276CF449AEE66E141E675D226D43BE12976D8495A8AE12E77 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitTools/GitVersion/6.0.0/GitTools.GitVersion.locale.en-US.yaml b/manifests/g/GitTools/GitVersion/6.0.0/GitTools.GitVersion.locale.en-US.yaml new file mode 100644 index 0000000000000..2186530d205f4 --- /dev/null +++ b/manifests/g/GitTools/GitVersion/6.0.0/GitTools.GitVersion.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitTools.GitVersion +PackageVersion: 6.0.0 +PackageLocale: en-US +Publisher: GitTools +PublisherUrl: https://github.com/GitTools +PublisherSupportUrl: https://github.com/GitTools/GitVersion/issues +Author: GitTools +PackageName: GitTools GitVersion +PackageUrl: https://github.com/GitTools/GitVersion +License: MIT +LicenseUrl: https://github.com/GitTools/GitVersion/blob/HEAD/LICENSE +Copyright: Copyright (c) GitTools and Contributors +ShortDescription: Versioning when using Git, solved. +Description: |- + Versioning when using Git, solved. + GitVersion looks at your git history and works out the Semantic Version of the commit being built. +Moniker: gitversion +Tags: +- git +- gitflow +- gitflowversion +- githubflow +- gitversion +- semver +- versioning +ReleaseNotes: "As part of this release we had 1594 commits which resulted in 4 issues being closed.Documentation\n- #3918 [Docs] Mark API published before v6.0.0 release\nImprovements\n- #4017 Verifies the contents of configuration.md against the default serialized configuration\n- !4107 Sunset .net 7.0\nSHA256 Hashes of the release artifacts\n- 5fb42c20729a3a4c0ecb0b84a70d1f4a01b89f76d7e1bc39e0b86e3da7ccc868\t- gitversion-linux-arm64-6.0.0.tar.gz\n- a9654d447d9bc753c4c107efd726137a756b45249575ff7e2544b0dee34047df\t- gitversion-linux-musl-arm64-6.0.0.tar.gz\n- 2be9d503181411b4443619675db3cd745fc42bfd11c620dd758f7b8d81960432\t- gitversion-linux-musl-x64-6.0.0.tar.gz\n- 99324ad86713606f2e5e81f77a3d034ae1c9b2bc8672ddc0ffcec5150e6e92b4\t- gitversion-linux-x64-6.0.0.tar.gz\n- 16d23f586181bc816587ab923a32504b5bf6451d11c86856b3929afd0527c09c\t- gitversion-osx-arm64-6.0.0.tar.gz\n- f0c5fe2512d918acdea7cd145bff04729c6071f0ccee4bbdf04abcaa14daa219\t- gitversion-osx-x64-6.0.0.tar.gz\n- e9897532489586e276cf449aee66e141e675d226d43be12976d8495a8ae12e77\t- gitversion-win-arm64-6.0.0.zip\n- 5905dc372acecee526b6e29ee38853fa5f53b36db3812b2de9715f4da8644155\t- gitversion-win-x64-6.0.0.zip" +ReleaseNotesUrl: https://github.com/GitTools/GitVersion/releases/tag/6.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitTools/GitVersion/6.0.0/GitTools.GitVersion.yaml b/manifests/g/GitTools/GitVersion/6.0.0/GitTools.GitVersion.yaml new file mode 100644 index 0000000000000..3715fdb70ec0d --- /dev/null +++ b/manifests/g/GitTools/GitVersion/6.0.0/GitTools.GitVersion.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitTools.GitVersion +PackageVersion: 6.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitTools/GitVersion/6.0.1/GitTools.GitVersion.installer.yaml b/manifests/g/GitTools/GitVersion/6.0.1/GitTools.GitVersion.installer.yaml new file mode 100644 index 0000000000000..e3b8b00f26aca --- /dev/null +++ b/manifests/g/GitTools/GitVersion/6.0.1/GitTools.GitVersion.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitTools.GitVersion +PackageVersion: 6.0.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gitversion.exe + PortableCommandAlias: gitversion +Commands: +- gitversion +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +ReleaseDate: 2024-08-05 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/GitTools/GitVersion/releases/download/6.0.1/gitversion-win-arm64-6.0.1.zip + InstallerSha256: 521452D572F591C08592A5036C203FF86ECA27E3E5E53311174CEB54C1B2B613 +- Architecture: x64 + InstallerUrl: https://github.com/GitTools/GitVersion/releases/download/6.0.1/gitversion-win-x64-6.0.1.zip + InstallerSha256: CB3081B89D5B75BB70899762AD39B5A83747D9F6A16BFE5BD38EB12EDBFA5F5E +- Architecture: arm64 + InstallerUrl: https://github.com/GitTools/GitVersion/releases/download/6.0.1/gitversion-win-arm64-6.0.1.zip + InstallerSha256: 521452D572F591C08592A5036C203FF86ECA27E3E5E53311174CEB54C1B2B613 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitTools/GitVersion/6.0.1/GitTools.GitVersion.locale.en-US.yaml b/manifests/g/GitTools/GitVersion/6.0.1/GitTools.GitVersion.locale.en-US.yaml new file mode 100644 index 0000000000000..8401a7ef329fe --- /dev/null +++ b/manifests/g/GitTools/GitVersion/6.0.1/GitTools.GitVersion.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitTools.GitVersion +PackageVersion: 6.0.1 +PackageLocale: en-US +Publisher: GitTools +PublisherUrl: https://github.com/GitTools +PublisherSupportUrl: https://github.com/GitTools/GitVersion/issues +Author: GitTools +PackageName: GitTools GitVersion +PackageUrl: https://github.com/GitTools/GitVersion +License: MIT +LicenseUrl: https://github.com/GitTools/GitVersion/blob/HEAD/LICENSE +Copyright: Copyright (c) GitTools and Contributors +ShortDescription: Versioning when using Git, solved. +Description: |- + Versioning when using Git, solved. + GitVersion looks at your git history and works out the Semantic Version of the commit being built. +Moniker: gitversion +Tags: +- git +- gitflow +- gitflowversion +- githubflow +- gitversion +- semver +- versioning +ReleaseNotes: "As part of this release we had 1374 commits which resulted in 3 issues being closed.Bugs\n- #4110 GitVersion.MSBuild with Packable .NET 8 project does not get valid SemVer\n- #4125 [ISSUE]: \"gitversion /version\" fails if not run from a git repository\nImprovements\n- #4093 [ISSUE]: gitversion.properties is written to more than once when TargetFrameworks is supplied in .csproj\nSHA256 Hashes of the release artifacts\n- 66a02fe38519204203a23bbc07f4071a8de0add32f1598f58a2c3d899126bea3\t- gitversion-linux-arm64-6.0.1.tar.gz\n- 8c4dd3e91534edcc8f044f173c602488514d00f34bf36923747b167ef8b41be9\t- gitversion-linux-musl-arm64-6.0.1.tar.gz\n- cc2748b60364b2da10089c505670b177978475f604da2c4ef8c34f845b89c1c5\t- gitversion-linux-musl-x64-6.0.1.tar.gz\n- 03518a77225339cd4435d259ff2d143aa877ccb26e1b405e3dcb5fa1ab4040f7\t- gitversion-linux-x64-6.0.1.tar.gz\n- 22d6d6f4bf64e18c86c3693e13e4c80031f18cdb8696d2765a0ab92c5803c6b5\t- gitversion-osx-arm64-6.0.1.tar.gz\n- 019fe335184f6ca9f44ea10cd1b7d5b0406eb85f48427042d6f10d63d8105595\t- gitversion-osx-x64-6.0.1.tar.gz\n- 521452d572f591c08592a5036c203ff86eca27e3e5e53311174ceb54c1b2b613\t- gitversion-win-arm64-6.0.1.zip\n- cb3081b89d5b75bb70899762ad39b5a83747d9f6a16bfe5bd38eb12edbfa5f5e\t- gitversion-win-x64-6.0.1.zip" +ReleaseNotesUrl: https://github.com/GitTools/GitVersion/releases/tag/6.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitTools/GitVersion/6.0.1/GitTools.GitVersion.yaml b/manifests/g/GitTools/GitVersion/6.0.1/GitTools.GitVersion.yaml new file mode 100644 index 0000000000000..34f79a6acc192 --- /dev/null +++ b/manifests/g/GitTools/GitVersion/6.0.1/GitTools.GitVersion.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitTools.GitVersion +PackageVersion: 6.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitTools/GitVersion/6.0.2/GitTools.GitVersion.installer.yaml b/manifests/g/GitTools/GitVersion/6.0.2/GitTools.GitVersion.installer.yaml new file mode 100644 index 0000000000000..1801447d212c1 --- /dev/null +++ b/manifests/g/GitTools/GitVersion/6.0.2/GitTools.GitVersion.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GitTools.GitVersion +PackageVersion: 6.0.2 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gitversion.exe + PortableCommandAlias: gitversion +Commands: +- gitversion +ReleaseDate: 2024-08-12 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/GitTools/GitVersion/releases/download/6.0.2/gitversion-win-x64-6.0.2.zip + InstallerSha256: 45FE1D55772F85E3BC39C70E3B18CD0E06C75CC24D4D6F60A7A0401F924F2EA0 +- Architecture: x64 + InstallerUrl: https://github.com/GitTools/GitVersion/releases/download/6.0.2/gitversion-win-x64-6.0.2.zip + InstallerSha256: 45FE1D55772F85E3BC39C70E3B18CD0E06C75CC24D4D6F60A7A0401F924F2EA0 +- Architecture: arm64 + InstallerUrl: https://github.com/GitTools/GitVersion/releases/download/6.0.2/gitversion-win-arm64-6.0.2.zip + InstallerSha256: 4435876D1954D55D1751329E58E4C7A6F612F145018DEC299F9BC65954344409 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitTools/GitVersion/6.0.2/GitTools.GitVersion.locale.en-US.yaml b/manifests/g/GitTools/GitVersion/6.0.2/GitTools.GitVersion.locale.en-US.yaml new file mode 100644 index 0000000000000..176a82d208b9c --- /dev/null +++ b/manifests/g/GitTools/GitVersion/6.0.2/GitTools.GitVersion.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GitTools.GitVersion +PackageVersion: 6.0.2 +PackageLocale: en-US +Publisher: GitTools +PublisherUrl: https://github.com/GitTools +PublisherSupportUrl: https://github.com/GitTools/GitVersion/issues +Author: GitTools +PackageName: GitTools GitVersion +PackageUrl: https://github.com/GitTools/GitVersion +License: MIT +LicenseUrl: https://github.com/GitTools/GitVersion/blob/HEAD/LICENSE +Copyright: Copyright (c) GitTools and Contributors +ShortDescription: Versioning when using Git, solved. +Description: |- + Versioning when using Git, solved. + GitVersion looks at your git history and works out the Semantic Version of the commit being built. +Moniker: gitversion +Tags: +- git +- gitflow +- gitflowversion +- githubflow +- gitversion +- semver +- versioning +ReleaseNotes: "As part of this release we had 8 commits which resulted in 5 issues being closed.Bugs\n- #4140 [ISSUE]: gitversion.msbuild v6.0.1 breaks build\n- #4148 [ISSUE]: GitVersion.MsBuild - GitVersion.MsBuild.targets and GitVersion.MsBuild.props: Error MSB3073 (gitversion.dll not found) in Version 6.0.1\n- #4157 [ISSUE]: dotnet build fails after GitVersion.MsBuild nuget package added to C# project\nDocumentation\n- #4120 [ISSUE]: Errors with NugetVersionV2 variable and FullSemVer\nImprovements\n- !4147 Remove dependency on \"git\" executable\nSHA256 Hashes of the release artifacts\n- 3ebe826cf258c70f17c5e6213a42c410dabe373f7aec7f6a3359e714d7733c70\t- gitversion-linux-arm64-6.0.2.tar.gz\n- e40dc5aa2e650ba1d3254e78aac65996f2f7b364aa64c08dff6dcca1ca76a162\t- gitversion-linux-musl-arm64-6.0.2.tar.gz\n- f17e63e427ac7c38880c5a30112d4d06c0acff0468c6eb9cd3ded86df5a54c1d\t- gitversion-linux-musl-x64-6.0.2.tar.gz\n- cbfce8d0641d091cecb016edf0d52d4090612096f253e0ddd5691651c89beb7e\t- gitversion-linux-x64-6.0.2.tar.gz\n- c62cab0d1a1dd1a0cc6f5db3ec7dea3688f3ddc7250732b59b51ed1d00e56de4\t- gitversion-osx-arm64-6.0.2.tar.gz\n- 6b3ecdbdd06d49c4aeca7cce8fd50d0cd368e582009860a6d5f8620e98bfd20e\t- gitversion-osx-x64-6.0.2.tar.gz\n- 4435876d1954d55d1751329e58e4c7a6f612f145018dec299f9bc65954344409\t- gitversion-win-arm64-6.0.2.zip\n- 45fe1d55772f85e3bc39c70e3b18cd0e06c75cc24d4d6f60a7a0401f924f2ea0\t- gitversion-win-x64-6.0.2.zip" +ReleaseNotesUrl: https://github.com/GitTools/GitVersion/releases/tag/6.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GitTools/GitVersion/6.0.2/GitTools.GitVersion.yaml b/manifests/g/GitTools/GitVersion/6.0.2/GitTools.GitVersion.yaml new file mode 100644 index 0000000000000..21a4e6da51ebf --- /dev/null +++ b/manifests/g/GitTools/GitVersion/6.0.2/GitTools.GitVersion.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GitTools.GitVersion +PackageVersion: 6.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.12.0/Gitify.Gitify.installer.yaml b/manifests/g/Gitify/Gitify/5.12.0/Gitify.Gitify.installer.yaml new file mode 100644 index 0000000000000..3e3a336e04886 --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.12.0/Gitify.Gitify.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.12.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-05 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v5.12.0/Gitify-Setup-5.12.0.exe + InstallerSha256: 000BD71D61CDF6235F5B451FFB274D21C8E198311D8189F8C20F4971D66F3EC8 + InstallerSwitches: + Custom: /currentuser + ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v5.12.0/Gitify-Setup-5.12.0.exe + InstallerSha256: 000BD71D61CDF6235F5B451FFB274D21C8E198311D8189F8C20F4971D66F3EC8 + InstallerSwitches: + Custom: /allusers + ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.12.0/Gitify.Gitify.locale.en-US.yaml b/manifests/g/Gitify/Gitify/5.12.0/Gitify.Gitify.locale.en-US.yaml new file mode 100644 index 0000000000000..a0e26ce205957 --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.12.0/Gitify.Gitify.locale.en-US.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.12.0 +PackageLocale: en-US +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +# PrivacyUrl: +# Author: +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2024 Emmanouil Konstantinidis +# CopyrightUrl: +ShortDescription: GitHub notifications on your menu bar. +Description: Ever got lost with GitHub notifications? Too many emails? Gitify is all about making your life easier. Sitting on your menu bar, it informs you for any GitHub notifications without being annoying and of course without adverts. It just gets the job done. Works with GitHub and GitHub Enterprise. You can even connect multiple accounts. +# Moniker: +Tags: +- github +ReleaseNotes: |- + What's Changed + 🚀 Features + - feat: add accelerator shortcuts by @setchy in https://github.com/gitify-app/gitify/pull/1396 + - feat: set tray tooltip by @setchy in https://github.com/gitify-app/gitify/pull/1401 + - feat: developer context menu by @setchy in https://github.com/gitify-app/gitify/pull/1399 + - feat: add electron-log by @setchy in https://github.com/gitify-app/gitify/pull/1400 + - feat(developer): reset application by @setchy in https://github.com/gitify-app/gitify/pull/1405 + - feat(developer): take screenshot by @setchy in https://github.com/gitify-app/gitify/pull/1404 + - feat: hide hover groups on transition by @setchy in https://github.com/gitify-app/gitify/pull/1427 + - feat: use first account for quick link hostname by @setchy in https://github.com/gitify-app/gitify/pull/1411 + - feat: gracefully handle partial failure for multiple accounts by @setchy in https://github.com/gitify-app/gitify/pull/1419 + - feat: check for updates by @setchy in https://github.com/gitify-app/gitify/pull/1397 + - feat: use platform version for github enterprise server feature availability (mark as done) by @setchy in https://github.com/gitify-app/gitify/pull/1424 + 🧼 Code Refactoring + - refactor: change first run error log level by @setchy in https://github.com/gitify-app/gitify/pull/1406 + - refactor: rename isEnterpriseHost helper by @setchy in https://github.com/gitify-app/gitify/pull/1413 + - refactor: fix biomejs lint warning by @setchy in https://github.com/gitify-app/gitify/pull/1420 + 📚 Documentation + - docs: link to homebrew-cask autobump workflow by @setchy in https://github.com/gitify-app/gitify/pull/1391 + 📦 Dependency Updates + - chore(deps): update dependency ts-jest to v29.2.3 by @renovate in https://github.com/gitify-app/gitify/pull/1392 + - fix(deps): update dependency react-router-dom to v6.25.1 by @renovate in https://github.com/gitify-app/gitify/pull/1393 + - chore(deps): update dependency husky to v9.1.1 by @renovate in https://github.com/gitify-app/gitify/pull/1394 + - chore(deps): update pnpm to v9.6.0 by @renovate in https://github.com/gitify-app/gitify/pull/1398 + - fix(deps): update dependency typescript to v5.5.4 by @renovate in https://github.com/gitify-app/gitify/pull/1402 + - chore(deps): update dependency @types/node to v20.14.12 by @renovate in https://github.com/gitify-app/gitify/pull/1403 + - fix(deps): update dependency electron-updater to v6.3.1 by @renovate in https://github.com/gitify-app/gitify/pull/1407 + - fix(deps): update dependency electron-log to v5.1.7 by @renovate in https://github.com/gitify-app/gitify/pull/1408 + - chore(deps): update dependency node to v20.16.0 by @renovate in https://github.com/gitify-app/gitify/pull/1409 + - chore(deps): update dependency husky to v9.1.3 by @renovate in https://github.com/gitify-app/gitify/pull/1415 + - chore(deps): update dependency tailwindcss to v3.4.7 by @renovate in https://github.com/gitify-app/gitify/pull/1417 + - chore(deps): update dependency electron to v31.3.0 - autoclosed by @renovate in https://github.com/gitify-app/gitify/pull/1418 + - chore(deps): update dependency postcss to v8.4.40 by @renovate in https://github.com/gitify-app/gitify/pull/1416 + - chore(deps): update dependency @types/node to v20.14.13 by @renovate in https://github.com/gitify-app/gitify/pull/1421 + - chore(deps): update dependency electron to v31.3.1 by @renovate in https://github.com/gitify-app/gitify/pull/1425 + - chore(deps): update dependency husky to v9.1.4 by @renovate in https://github.com/gitify-app/gitify/pull/1426 + - chore(deps): update dependency @types/node to v20.14.14 by @renovate in https://github.com/gitify-app/gitify/pull/1428 + - fix(deps): update dependency electron-updater to v6.3.2 by @renovate in https://github.com/gitify-app/gitify/pull/1431 + - fix(deps): update dependency axios to v1.7.3 by @renovate in https://github.com/gitify-app/gitify/pull/1430 + - fix(deps): update dependency react-router-dom to v6.26.0 by @renovate in https://github.com/gitify-app/gitify/pull/1432 + - chore(deps): update dependency ts-jest to v29.2.4 by @renovate in https://github.com/gitify-app/gitify/pull/1429 + - chore(deps): update dependency autoprefixer to v10.4.20 by @renovate in https://github.com/gitify-app/gitify/pull/1433 + Full Changelog: https://github.com/gitify-app/gitify/compare/v5.11.0...v5.12.0 +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v5.12.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.12.0/Gitify.Gitify.locale.zh-CN.yaml b/manifests/g/Gitify/Gitify/5.12.0/Gitify.Gitify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2d7598c1de9f8 --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.12.0/Gitify.Gitify.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.12.0 +PackageLocale: zh-CN +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +# PrivacyUrl: +# Author: +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2024 Emmanouil Konstantinidis +# CopyrightUrl: +ShortDescription: 菜单栏上的 GitHub 通知 +Description: 有没有被 GitHub 的通知弄迷糊过?收到太多邮件?Gitify 能让您的生活更轻松。Gitify 位于菜单栏上,可通知您任何 GitHub 通知,不会让您觉得烦人,当然也没有广告,只负责完成工作。可与 GitHub 和 GitHub 企业版一起使用,甚至可以连接多个账户。 +# Moniker: +Tags: +- github +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v5.12.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.12.0/Gitify.Gitify.yaml b/manifests/g/Gitify/Gitify/5.12.0/Gitify.Gitify.yaml new file mode 100644 index 0000000000000..7671501196614 --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.12.0/Gitify.Gitify.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.12.1/Gitify.Gitify.installer.yaml b/manifests/g/Gitify/Gitify/5.12.1/Gitify.Gitify.installer.yaml new file mode 100644 index 0000000000000..7b0634cf42d34 --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.12.1/Gitify.Gitify.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.12.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v5.12.1/Gitify-Setup-5.12.1.exe + InstallerSha256: 321ED70C5B0776C1249013AEBFF2F6463ED1E9AC2583C075000EC9E19BC284D0 + InstallerSwitches: + Custom: /currentuser + ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v5.12.1/Gitify-Setup-5.12.1.exe + InstallerSha256: 321ED70C5B0776C1249013AEBFF2F6463ED1E9AC2583C075000EC9E19BC284D0 + InstallerSwitches: + Custom: /allusers + ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.12.1/Gitify.Gitify.locale.en-US.yaml b/manifests/g/Gitify/Gitify/5.12.1/Gitify.Gitify.locale.en-US.yaml new file mode 100644 index 0000000000000..1c8ca8cfbcc34 --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.12.1/Gitify.Gitify.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.12.1 +PackageLocale: en-US +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +# PrivacyUrl: +# Author: +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2024 Emmanouil Konstantinidis +# CopyrightUrl: +ShortDescription: GitHub notifications on your menu bar. +Description: Ever got lost with GitHub notifications? Too many emails? Gitify is all about making your life easier. Sitting on your menu bar, it informs you for any GitHub notifications without being annoying and of course without adverts. It just gets the job done. Works with GitHub and GitHub Enterprise. You can even connect multiple accounts. +# Moniker: +Tags: +- github +ReleaseNotes: |- + What's Changed + 🐛 Bug Fixes + - fix: clear global error state on fetch by @setchy in https://github.com/gitify-app/gitify/pull/1443 + 📦 Dependency Updates + - chore(deps): update dependency postcss to v8.4.41 by @renovate in https://github.com/gitify-app/gitify/pull/1440 + - chore(deps): update pnpm to v9.7.0 by @renovate in https://github.com/gitify-app/gitify/pull/1442 + Full Changelog: https://github.com/gitify-app/gitify/compare/v5.12.0...v5.12.1 +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v5.12.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.12.1/Gitify.Gitify.locale.zh-CN.yaml b/manifests/g/Gitify/Gitify/5.12.1/Gitify.Gitify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..03090edfb2364 --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.12.1/Gitify.Gitify.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.12.1 +PackageLocale: zh-CN +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +# PrivacyUrl: +# Author: +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2024 Emmanouil Konstantinidis +# CopyrightUrl: +ShortDescription: 菜单栏上的 GitHub 通知 +Description: 有没有被 GitHub 的通知弄迷糊过?收到太多邮件?Gitify 能让您的生活更轻松。Gitify 位于菜单栏上,可通知您任何 GitHub 通知,不会让您觉得烦人,当然也没有广告,只负责完成工作。可与 GitHub 和 GitHub 企业版一起使用,甚至可以连接多个账户。 +# Moniker: +Tags: +- github +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v5.12.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.12.1/Gitify.Gitify.yaml b/manifests/g/Gitify/Gitify/5.12.1/Gitify.Gitify.yaml new file mode 100644 index 0000000000000..7de5b65353412 --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.12.1/Gitify.Gitify.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.12.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.13.0/Gitify.Gitify.installer.yaml b/manifests/g/Gitify/Gitify/5.13.0/Gitify.Gitify.installer.yaml new file mode 100644 index 0000000000000..6546af9681978 --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.13.0/Gitify.Gitify.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.13.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v5.13.0/Gitify-Setup-5.13.0.exe + InstallerSha256: 485A96939334E6064AFBAD9AB03CE8826131992D4B3C14F2DA4365E32CF3C4CE + InstallerSwitches: + Custom: /currentuser + ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v5.13.0/Gitify-Setup-5.13.0.exe + InstallerSha256: 485A96939334E6064AFBAD9AB03CE8826131992D4B3C14F2DA4365E32CF3C4CE + InstallerSwitches: + Custom: /allusers + ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.13.0/Gitify.Gitify.locale.en-US.yaml b/manifests/g/Gitify/Gitify/5.13.0/Gitify.Gitify.locale.en-US.yaml new file mode 100644 index 0000000000000..3861322eafec2 --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.13.0/Gitify.Gitify.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.13.0 +PackageLocale: en-US +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +# PrivacyUrl: +# Author: +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2024 Emmanouil Konstantinidis +# CopyrightUrl: +ShortDescription: GitHub notifications on your menu bar. +Description: Ever got lost with GitHub notifications? Too many emails? Gitify is all about making your life easier. Sitting on your menu bar, it informs you for any GitHub notifications without being annoying and of course without adverts. It just gets the job done. Works with GitHub and GitHub Enterprise. You can even connect multiple accounts. +# Moniker: +Tags: +- github +ReleaseNotes: |- + What's Changed + 🚀 Features + - feat(accounts): set primary account by @setchy in https://github.com/gitify-app/gitify/pull/1436 + - feat: improve error logging by @setchy in https://github.com/gitify-app/gitify/pull/1455 + - feat(accounts): add avatar, account-level quick links and account refresh support by @setchy in https://github.com/gitify-app/gitify/pull/1438 + - feat(settings): disable show accounts when multiple accounts are authenticated by @setchy in https://github.com/gitify-app/gitify/pull/1439 + 🐛 Bug Fixes + - fix: openLinks on first login screen by @shiron-dev in https://github.com/gitify-app/gitify/pull/1451 + - fix: only perform reset app on reset button interaction by @setchy in https://github.com/gitify-app/gitify/pull/1453 + - fix: remove account notifications on logout by @setchy in https://github.com/gitify-app/gitify/pull/1457 + - fix(auth): restore oauth2 flow functionality by @setchy in https://github.com/gitify-app/gitify/pull/1456 + - fix(deps): update dependency react-router-dom to v6.26.1 by @renovate in https://github.com/gitify-app/gitify/pull/1471 + - fix: cross-platform emoji compatibility by @setchy in https://github.com/gitify-app/gitify/pull/1449 + - fix(deps): update dependency @discordapp/twemoji to v15.1.0 by @renovate in https://github.com/gitify-app/gitify/pull/1475 + 🧼 Code Refactoring + - refactor: improve app update experience by @setchy in https://github.com/gitify-app/gitify/pull/1450 + - refactor: login pages ui by @setchy in https://github.com/gitify-app/gitify/pull/1454 + - refactor: rename showAccountHostname to showAccountHeader by @setchy in https://github.com/gitify-app/gitify/pull/1464 + 🧪 Testing + - test(util): extract global.random to util by @setchy in https://github.com/gitify-app/gitify/pull/1458 + 🏗️ Build System + - build: remove unused vscode settings by @setchy in https://github.com/gitify-app/gitify/pull/1435 + 📦 Dependency Updates + - chore(deps): update dependency @types/node to v20.14.15 by @renovate in https://github.com/gitify-app/gitify/pull/1459 + - fix(deps): update dependency electron-updater to v6.3.3 by @renovate in https://github.com/gitify-app/gitify/pull/1461 + - fix(deps): update dependency tailwind-merge to v2.5.0 - autoclosed by @renovate in https://github.com/gitify-app/gitify/pull/1462 + - chore(deps): update dependency tailwindcss to v3.4.9 - autoclosed by @renovate in https://github.com/gitify-app/gitify/pull/1460 + - fix(deps): update dependency tailwind-merge to v2.5.2 by @renovate in https://github.com/gitify-app/gitify/pull/1465 + - fix(deps): update dependency axios to v1.7.4 [security] by @renovate in https://github.com/gitify-app/gitify/pull/1466 + - chore(deps): update dependency electron to v31.4.0 by @renovate in https://github.com/gitify-app/gitify/pull/1470 + - chore(deps): update dependency tailwindcss to v3.4.10 by @renovate in https://github.com/gitify-app/gitify/pull/1467 + - chore(deps): update pnpm to v9.7.1 by @renovate in https://github.com/gitify-app/gitify/pull/1468 + - chore(deps): update dependency @electron/notarize to v2.4.0 by @renovate in https://github.com/gitify-app/gitify/pull/1469 + - chore(deps): update dependency @types/node to v20.16.0 by @renovate in https://github.com/gitify-app/gitify/pull/1473 + - chore(deps): update dependency @types/node to v20.16.1 by @renovate in https://github.com/gitify-app/gitify/pull/1474 + New Contributors + - @shiron-dev made their first contribution in https://github.com/gitify-app/gitify/pull/1451 + Full Changelog: https://github.com/gitify-app/gitify/compare/v5.12.1...v5.13.0 +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v5.13.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.13.0/Gitify.Gitify.locale.zh-CN.yaml b/manifests/g/Gitify/Gitify/5.13.0/Gitify.Gitify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b96442b464d42 --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.13.0/Gitify.Gitify.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.13.0 +PackageLocale: zh-CN +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +# PrivacyUrl: +# Author: +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2024 Emmanouil Konstantinidis +# CopyrightUrl: +ShortDescription: 菜单栏上的 GitHub 通知 +Description: 有没有被 GitHub 的通知弄迷糊过?收到太多邮件?Gitify 能让您的生活更轻松。Gitify 位于菜单栏上,可通知您任何 GitHub 通知,不会让您觉得烦人,当然也没有广告,只负责完成工作。可与 GitHub 和 GitHub 企业版一起使用,甚至可以连接多个账户。 +# Moniker: +Tags: +- github +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v5.13.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.13.0/Gitify.Gitify.yaml b/manifests/g/Gitify/Gitify/5.13.0/Gitify.Gitify.yaml new file mode 100644 index 0000000000000..f5d84fd00e81d --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.13.0/Gitify.Gitify.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.13.1/Gitify.Gitify.installer.yaml b/manifests/g/Gitify/Gitify/5.13.1/Gitify.Gitify.installer.yaml new file mode 100644 index 0000000000000..2f9c0c50499a4 --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.13.1/Gitify.Gitify.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.13.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v5.13.1/Gitify-Setup-5.13.1.exe + InstallerSha256: 4CFE6EB68B67CAD29DCD0C2FCAFAF3D5FB1389CF5FC34944D665F9A22CA975CC + InstallerSwitches: + Custom: /currentuser + ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v5.13.1/Gitify-Setup-5.13.1.exe + InstallerSha256: 4CFE6EB68B67CAD29DCD0C2FCAFAF3D5FB1389CF5FC34944D665F9A22CA975CC + InstallerSwitches: + Custom: /allusers + ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.13.1/Gitify.Gitify.locale.en-US.yaml b/manifests/g/Gitify/Gitify/5.13.1/Gitify.Gitify.locale.en-US.yaml new file mode 100644 index 0000000000000..d6a8bb0f72227 --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.13.1/Gitify.Gitify.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.13.1 +PackageLocale: en-US +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +# PrivacyUrl: +# Author: +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2024 Emmanouil Konstantinidis +# CopyrightUrl: +ShortDescription: GitHub notifications on your menu bar. +Description: Ever got lost with GitHub notifications? Too many emails? Gitify is all about making your life easier. Sitting on your menu bar, it informs you for any GitHub notifications without being annoying and of course without adverts. It just gets the job done. Works with GitHub and GitHub Enterprise. You can even connect multiple accounts. +# Moniker: +Tags: +- github +ReleaseNotes: |- + What's Changed + 🐛 Bug Fixes + - fix: remove foo debug by @setchy in https://github.com/gitify-app/gitify/pull/1477 + Full Changelog: https://github.com/gitify-app/gitify/compare/v5.13.0...v5.13.1 +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v5.13.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.13.1/Gitify.Gitify.locale.zh-CN.yaml b/manifests/g/Gitify/Gitify/5.13.1/Gitify.Gitify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..283bf6fe09a3b --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.13.1/Gitify.Gitify.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.13.1 +PackageLocale: zh-CN +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +# PrivacyUrl: +# Author: +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2024 Emmanouil Konstantinidis +# CopyrightUrl: +ShortDescription: 菜单栏上的 GitHub 通知 +Description: 有没有被 GitHub 的通知弄迷糊过?收到太多邮件?Gitify 能让您的生活更轻松。Gitify 位于菜单栏上,可通知您任何 GitHub 通知,不会让您觉得烦人,当然也没有广告,只负责完成工作。可与 GitHub 和 GitHub 企业版一起使用,甚至可以连接多个账户。 +# Moniker: +Tags: +- github +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v5.13.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitify/Gitify/5.13.1/Gitify.Gitify.yaml b/manifests/g/Gitify/Gitify/5.13.1/Gitify.Gitify.yaml new file mode 100644 index 0000000000000..ea12a9b8fc64d --- /dev/null +++ b/manifests/g/Gitify/Gitify/5.13.1/Gitify.Gitify.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 5.13.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitlab/Runner/17.2.0/Gitlab.Runner.installer.yaml b/manifests/g/Gitlab/Runner/17.2.0/Gitlab.Runner.installer.yaml new file mode 100644 index 0000000000000..0111daa2a5ce7 --- /dev/null +++ b/manifests/g/Gitlab/Runner/17.2.0/Gitlab.Runner.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=NVS1.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 17.2.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Commands: +- gitlab-runner +ReleaseDate: 2024-06-20 +AppsAndFeaturesEntries: + - DisplayVersion: 17.2.0 (6428c288) +Installers: +- Architecture: x86 + InstallerUrl: https://gitlab-runner-downloads.s3.amazonaws.com/v17.2.0/binaries/gitlab-runner-windows-386.exe + InstallerSha256: D5964CED8EEA9A3E3ECFEAB3E92DC52DB1051A2BB1AF4356A809900CBE78B99E +- Architecture: x64 + InstallerUrl: https://gitlab-runner-downloads.s3.amazonaws.com/v17.2.0/binaries/gitlab-runner-windows-amd64.exe + InstallerSha256: D373ADF81603FF6ACACFEF952082AB9F192FDD13FB2BF221A46B46BF30B50668 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitlab/Runner/17.2.0/Gitlab.Runner.locale.en-US.yaml b/manifests/g/Gitlab/Runner/17.2.0/Gitlab.Runner.locale.en-US.yaml new file mode 100644 index 0000000000000..c60dc37c4add2 --- /dev/null +++ b/manifests/g/Gitlab/Runner/17.2.0/Gitlab.Runner.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=NVS1.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 17.2.0 +PackageLocale: en-US +Publisher: GitLab Inc. +PublisherUrl: https://gitlab.com/ +PublisherSupportUrl: https://about.gitlab.com/support/ +PrivacyUrl: https://about.gitlab.com/privacy/ +Author: GitLab Inc. +PackageName: GitLab Runner +PackageUrl: https://gitlab.com/gitlab-org/gitlab-runner +License: MIT +LicenseUrl: https://gitlab.com/gitlab-org/gitlab-runner/-/blob/main/LICENSE +Copyright: Copyright (c) 2015-2019 GitLab B.V. +CopyrightUrl: https://gitlab.com/gitlab-org/gitlab-runner/-/blob/main/LICENSE +ShortDescription: GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab. +# Description: +Moniker: gitlab-runner +Tags: +- cd +- ci +- pipeline +# Agreements: +# ReleaseNotes: +ReleaseNotesUrl: https://gitlab.com/gitlab-org/gitlab-runner/blob/main/CHANGELOG.md +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitlab/Runner/17.2.0/Gitlab.Runner.yaml b/manifests/g/Gitlab/Runner/17.2.0/Gitlab.Runner.yaml new file mode 100644 index 0000000000000..33bf13c31ec4b --- /dev/null +++ b/manifests/g/Gitlab/Runner/17.2.0/Gitlab.Runner.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=NVS1.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 17.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitlab/Runner/17.2.1/Gitlab.Runner.installer.yaml b/manifests/g/Gitlab/Runner/17.2.1/Gitlab.Runner.installer.yaml new file mode 100644 index 0000000000000..6932d8dd814f5 --- /dev/null +++ b/manifests/g/Gitlab/Runner/17.2.1/Gitlab.Runner.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=NVS1.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 17.2.1 +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Commands: +- gitlab-runner +ReleaseDate: 2024-07-25 +AppsAndFeaturesEntries: + - DisplayVersion: 17.2.1 (9882d9c7) +Installers: +- Architecture: x86 + InstallerUrl: https://gitlab-runner-downloads.s3.amazonaws.com/v17.2.1/binaries/gitlab-runner-windows-386.exe + InstallerSha256: 3CA9931F222EFA7DD368317CCEF1DBE83205DD7D08633AF6C3A8F206E8E30C21 +- Architecture: x64 + InstallerUrl: https://gitlab-runner-downloads.s3.amazonaws.com/v17.2.1/binaries/gitlab-runner-windows-amd64.exe + InstallerSha256: 519A878FB1E62F7B5D6F7088A542137E523B0CC0DACCA43BADDC12210DEB8CDC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitlab/Runner/17.2.1/Gitlab.Runner.locale.en-US.yaml b/manifests/g/Gitlab/Runner/17.2.1/Gitlab.Runner.locale.en-US.yaml new file mode 100644 index 0000000000000..05730ff864ee6 --- /dev/null +++ b/manifests/g/Gitlab/Runner/17.2.1/Gitlab.Runner.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=NVS1.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 17.2.1 +PackageLocale: en-US +Publisher: GitLab Inc. +PublisherUrl: https://gitlab.com/ +PublisherSupportUrl: https://about.gitlab.com/support/ +PrivacyUrl: https://about.gitlab.com/privacy/ +Author: GitLab Inc. +PackageName: GitLab Runner +PackageUrl: https://gitlab.com/gitlab-org/gitlab-runner +License: MIT +LicenseUrl: https://gitlab.com/gitlab-org/gitlab-runner/-/blob/main/LICENSE +Copyright: Copyright (c) 2015-2019 GitLab B.V. +CopyrightUrl: https://gitlab.com/gitlab-org/gitlab-runner/-/blob/main/LICENSE +ShortDescription: GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab. +# Description: +Moniker: gitlab-runner +Tags: +- cd +- ci +- pipeline +# Agreements: +# ReleaseNotes: +ReleaseNotesUrl: https://gitlab.com/gitlab-org/gitlab-runner/blob/main/CHANGELOG.md +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitlab/Runner/17.2.1/Gitlab.Runner.yaml b/manifests/g/Gitlab/Runner/17.2.1/Gitlab.Runner.yaml new file mode 100644 index 0000000000000..ce063ae630ac8 --- /dev/null +++ b/manifests/g/Gitlab/Runner/17.2.1/Gitlab.Runner.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=NVS1.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 17.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitlab/Runner/17.3.1/Gitlab.Runner.installer.yaml b/manifests/g/Gitlab/Runner/17.3.1/Gitlab.Runner.installer.yaml new file mode 100644 index 0000000000000..5452080c3f040 --- /dev/null +++ b/manifests/g/Gitlab/Runner/17.3.1/Gitlab.Runner.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=NVS1.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 17.3.1 +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Commands: +- gitlab-runner +ReleaseDate: 2024-08-21 +AppsAndFeaturesEntries: + - DisplayVersion: 17.3.1 (66269445) +Installers: +- Architecture: x86 + InstallerUrl: https://gitlab-runner-downloads.s3.amazonaws.com/v17.3.1/binaries/gitlab-runner-windows-386.exe + InstallerSha256: 1F44B9AE7AAA6FD9D0CD59E0BFFEB9231D706A7BEEED254F26B6987A04987443 +- Architecture: x64 + InstallerUrl: https://gitlab-runner-downloads.s3.amazonaws.com/v17.3.1/binaries/gitlab-runner-windows-amd64.exe + InstallerSha256: 90DB73E37C46FEAC41819698FA9A5F86C2902D4A5C52395645DE57AB5C7EB1DB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitlab/Runner/17.3.1/Gitlab.Runner.locale.en-US.yaml b/manifests/g/Gitlab/Runner/17.3.1/Gitlab.Runner.locale.en-US.yaml new file mode 100644 index 0000000000000..60105a1a5a4ac --- /dev/null +++ b/manifests/g/Gitlab/Runner/17.3.1/Gitlab.Runner.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=NVS1.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 17.3.1 +PackageLocale: en-US +Publisher: GitLab Inc. +PublisherUrl: https://gitlab.com/ +PublisherSupportUrl: https://about.gitlab.com/support/ +PrivacyUrl: https://about.gitlab.com/privacy/ +Author: GitLab Inc. +PackageName: GitLab Runner +PackageUrl: https://gitlab.com/gitlab-org/gitlab-runner +License: MIT +LicenseUrl: https://gitlab.com/gitlab-org/gitlab-runner/-/blob/main/LICENSE +Copyright: Copyright (c) 2015-2019 GitLab B.V. +CopyrightUrl: https://gitlab.com/gitlab-org/gitlab-runner/-/blob/main/LICENSE +ShortDescription: GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab. +# Description: +Moniker: gitlab-runner +Tags: +- cd +- ci +- pipeline +# Agreements: +# ReleaseNotes: +ReleaseNotesUrl: https://gitlab.com/gitlab-org/gitlab-runner/blob/main/CHANGELOG.md +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gitlab/Runner/17.3.1/Gitlab.Runner.yaml b/manifests/g/Gitlab/Runner/17.3.1/Gitlab.Runner.yaml new file mode 100644 index 0000000000000..8efe313354b10 --- /dev/null +++ b/manifests/g/Gitlab/Runner/17.3.1/Gitlab.Runner.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.3 $debug=NVS1.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 17.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.8.9/GiulioSorrentino.CBriscola.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.8.9/GiulioSorrentino.CBriscola.Avalonia.installer.yaml index eeb7c7ec94789..f8f35a9bf659b 100644 --- a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.8.9/GiulioSorrentino.CBriscola.Avalonia.installer.yaml +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.8.9/GiulioSorrentino.CBriscola.Avalonia.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Automatically updated by the winget bot at 2024/Jul/18 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: GiulioSorrentino.CBriscola.Avalonia @@ -11,9 +11,9 @@ ProductCode: '{68B61DE0-07A0-499E-B3FB-F15873E4BEB4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.Avalonia/releases/download/0.8.9/CBriscola.Avalonia-0.8.9-amd64.msi - InstallerSha256: 31B3E64E33A97D2E0DFD38CE5F49E27D348762660D4C022929A17A1BE779E6A7 + InstallerSha256: DD22C3B7A7CBEFA4EA783F194D7BDC064662239B417DC711E792368AB0B9DB58 - Architecture: arm64 InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.Avalonia/releases/download/0.8.9/CBriscola.Avalonia-0.8.9-arm64.msi - InstallerSha256: BCC264BF706BCFB9543B4E1D3D324D71781AECC577A4F45753ECA574A7D457F4 + InstallerSha256: 1E6E21579543BE43E3E319919878BB4DDBC3CC942AF30CFB15CB7F920DF9B8ED ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.8.9/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.8.9/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml index 944fdb5d551a4..06eaead0aeb02 100644 --- a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.8.9/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.8.9/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Automatically updated by the winget bot at 2024/Jul/18 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: GiulioSorrentino.CBriscola.Avalonia diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.8.9/GiulioSorrentino.CBriscola.Avalonia.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.8.9/GiulioSorrentino.CBriscola.Avalonia.yaml index 5f42aea372172..c70c74e9a970a 100644 --- a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.8.9/GiulioSorrentino.CBriscola.Avalonia.yaml +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.8.9/GiulioSorrentino.CBriscola.Avalonia.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Automatically updated by the winget bot at 2024/Jul/18 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: GiulioSorrentino.CBriscola.Avalonia diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0.1/GiulioSorrentino.CBriscola.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0.1/GiulioSorrentino.CBriscola.Avalonia.installer.yaml new file mode 100644 index 0000000000000..1ddceef43236d --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0.1/GiulioSorrentino.CBriscola.Avalonia.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.CBriscola.Avalonia +PackageVersion: 0.9.0.1 +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{68B61DE0-07A0-499E-B3FB-F15873F41EB6}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.Avalonia/releases/download/0.9.0/CBriscola.Avalonia-0.9.0.1-amd64.msi + InstallerSha256: 21951B45AA2734B596B3068D1E0E0DFD987E79D03EEE4FB4E811E7AED4468B7D +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.Avalonia/releases/download/0.9.0/CBriscola.Avalonia-0.9.0.1-arm64.msi + InstallerSha256: E1C1B71D7AE4CD246404085FE3C51E4FEE7CD5FF4E561843A0C9937F4D95EAA0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0.1/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0.1/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml new file mode 100644 index 0000000000000..1c38c3856096d --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0.1/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.CBriscola.Avalonia +PackageVersion: 0.9.0.1 +PackageLocale: en-US +Publisher: Giulio Sorrentino +PublisherUrl: https://numerone.altervista.org +PublisherSupportUrl: https://github.com/numerunix/CBriscola.Avalonia/issues +Author: Giulio Sorrentino +PackageName: CBriscola.Avalonia +PackageUrl: https://github.com/numerunix/CBriscola.Avalonia +License: GPLv3 +LicenseUrl: https://raw.githubusercontent.com/numerunix/CBriscola.Avalonia/master/LICENSE.txt +Copyright: 2023 Giulio Sorrentino +ShortDescription: Il gioco della briscola in c# con avalonia 11, senza multiplayer e coi livelli +Description: "Simulatore del gioco della briscola a due giocatori senza multiplayer in Avalonia 11. L'algoritmo è brevettato: i punti in totale sono 120, ossia 4 assi che valgono 11 punti ciascuno, 4 3 che valgono 10 punti ciascuno, 4 10 che valgono 4 punti ciascuno, 4 9 che valgono 3 punti ciascuno, 4 8 che valgono 2 punti ciascuno. Dal momento che la matematica non è una opinione: 4*11+4*10=84. 4*4+4*3+4*2=16+12+8=36 84+36=120 punti totali 120/2 = 60, servono 61 punti per vincere basandosi solo sui carichi si rischia di perdere, perché 84-61=23, bisogna prenderli quasi tutti e lasciare solo 23 punti di carichi 60-36=24, prendendo tutte le altre carte bastano solo 3 carichi per vincere. IL livello 1 gioca prendendo con la briscola, i livelli 2 e 3 seguono questa teoria." +Tags: +- trump suit +- card game +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0.1/GiulioSorrentino.CBriscola.Avalonia.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0.1/GiulioSorrentino.CBriscola.Avalonia.yaml new file mode 100644 index 0000000000000..366bf43880a37 --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0.1/GiulioSorrentino.CBriscola.Avalonia.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.CBriscola.Avalonia +PackageVersion: 0.9.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0/GiulioSorrentino.CBriscola.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0/GiulioSorrentino.CBriscola.Avalonia.installer.yaml new file mode 100644 index 0000000000000..79579ec1c4fef --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0/GiulioSorrentino.CBriscola.Avalonia.installer.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2024/Jul/26 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.CBriscola.Avalonia +PackageVersion: 0.9.0 +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{68B61DE0-07A0-499E-B3FB-F15873F42EB4}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.Avalonia/releases/download/0.9.0/CBriscola.Avalonia-0.9.0-amd64.msi + InstallerSha256: 36EA16B0C8BDCE26CCE26DDE03B0EF4C6D058A13EE838FA1775E0DFC269A2881 +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.Avalonia/releases/download/0.9.0/CBriscola.Avalonia-0.9.0-arm64.msi + InstallerSha256: 99C49E27228365F693BB3BB1F5F513FF30E8BA6D506BE4AC8D00413FFB194CE8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml new file mode 100644 index 0000000000000..90ab38d139a31 --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2024/Jul/26 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.CBriscola.Avalonia +PackageVersion: 0.9.0 +PackageLocale: en-US +Publisher: Giulio Sorrentino +PublisherUrl: https://numerone.altervista.org +PublisherSupportUrl: https://github.com/numerunix/CBriscola.Avalonia/issues +Author: Giulio Sorrentino +PackageName: CBriscola.Avalonia +PackageUrl: https://github.com/numerunix/CBriscola.Avalonia +License: GPLv3 +LicenseUrl: https://raw.githubusercontent.com/numerunix/CBriscola.Avalonia/master/LICENSE.txt +Copyright: 2023 Giulio Sorrentino +ShortDescription: Il gioco della briscola in c# con avalonia 11, senza multiplayer e coi livelli +Description: "Simulatore del gioco della briscola a due giocatori senza multiplayer in Avalonia 11. L'algoritmo è brevettato: i punti in totale sono 120, ossia 4 assi che valgono 11 punti ciascuno, 4 3 che valgono 10 punti ciascuno, 4 10 che valgono 4 punti ciascuno, 4 9 che valgono 3 punti ciascuno, 4 8 che valgono 2 punti ciascuno. Dal momento che la matematica non è una opinione: 4*11+4*10=84. 4*4+4*3+4*2=16+12+8=36 84+36=120 punti totali 120/2 = 60, servono 61 punti per vincere basandosi solo sui carichi si rischia di perdere, perché 84-61=23, bisogna prenderli quasi tutti e lasciare solo 23 punti di carichi 60-36=24, prendendo tutte le altre carte bastano solo 3 carichi per vincere. IL livello 1 gioca prendendo con la briscola, i livelli 2 e 3 seguono questa teoria." +Tags: +- trump suit +- card game +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0/GiulioSorrentino.CBriscola.Avalonia.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0/GiulioSorrentino.CBriscola.Avalonia.yaml new file mode 100644 index 0000000000000..99d78c95d054e --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.0/GiulioSorrentino.CBriscola.Avalonia.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/26 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.CBriscola.Avalonia +PackageVersion: 0.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.1/GiulioSorrentino.CBriscola.WPF.installer.yaml b/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.1/GiulioSorrentino.CBriscola.WPF.installer.yaml new file mode 100644 index 0000000000000..2b95fec97770b --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.1/GiulioSorrentino.CBriscola.WPF.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.CBriscola.WPF +PackageVersion: 0.7.0.1 +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{DD0F1B46-75C9-4672-AFD4-398586A526E9}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.WPF/releases/download/0.7/CBriscolaWPF-0.7.0.1-amd64.msi + InstallerSha256: CCA3BFBD2CBC8958800C11408D3E04DD5552C62C0FBD448F6DBA88D016F65890 +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.WPF/releases/download/0.7/CBriscolaWPF-0.7.0.1-arm64.msi + InstallerSha256: E7DA4063F0FBAEFBDEAF184126146D7ECFCEBA4E9A50926DCA2E4A595280A7AA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.1/GiulioSorrentino.CBriscola.WPF.locale.en-US.yaml b/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.1/GiulioSorrentino.CBriscola.WPF.locale.en-US.yaml new file mode 100644 index 0000000000000..5450465bee78c --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.1/GiulioSorrentino.CBriscola.WPF.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.CBriscola.WPF +PackageVersion: 0.7.0.1 +PackageLocale: en-US +Publisher: Giulio Sorrentino +PublisherUrl: http://numerone.altervista.org +PublisherSupportUrl: https://github.com/numerunix/CBriscola.WPF/issues +Author: Giulio Sorrentino +PackageName: CBriscola.WPF +PackageUrl: https://github.com/numerunix/CBriscola.WPF +License: GPLv3+ +LicenseUrl: https://raw.githubusercontent.com/numerunix/CBriscola.WPF/master/LICENSE.txt +Copyright: 2023 Giulio Sorrentino +ShortDescription: Simulatore del gioco della briscola a due giocatori senza multiplayer in WPF +Description: "Simulatore del gioco della briscola a due giocatori senza multiplayer in WPF. L'algoritmo è brevettato: i punti in totale sono 120, ossia 4 assi che valgono 11 punti ciascuno, 4 3 che valgono 10 punti ciascuno, 4 10 che valgono 4 punti ciascuno, 4 9 che valgono 3 punti ciascuno, 4 8 che valgono 2 punti ciascuno. Dal momento che la matematica non è una opinione: 4*11+4*10=84. 4*4+4*3+4*2=16+12+8=36 84+36=120 punti totali 120/2 = 60, servono 61 punti per vincere basandosi solo sui carichi si rischia di perdere, perché 84-61=23, bisogna prenderli quasi tutti e lasciare solo 23 punti di carichi 60-36=24, prendendo tutte le altre carte bastano solo 3 carichi per vincere. Per cui non metto i livelli, ma vi lascio imparare la teoria delle carte a lungo, da me inventata a 18 anni, con la wxbriscola." +Tags: +- cardgame +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.1/GiulioSorrentino.CBriscola.WPF.yaml b/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.1/GiulioSorrentino.CBriscola.WPF.yaml new file mode 100644 index 0000000000000..5befac69eed91 --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.1/GiulioSorrentino.CBriscola.WPF.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.CBriscola.WPF +PackageVersion: 0.7.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.2/GiulioSorrentino.CBriscola.WPF.installer.yaml b/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.2/GiulioSorrentino.CBriscola.WPF.installer.yaml new file mode 100644 index 0000000000000..5841fb605ba61 --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.2/GiulioSorrentino.CBriscola.WPF.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.CBriscola.WPF +PackageVersion: 0.7.0.2 +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{DD0F1B46-75C9-4672-AFD4-398586A526EA}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.WPF/releases/download/0.7/CBriscolaWPF-0.7.0.2-amd64.msi + InstallerSha256: 5850867A805816F06E4E6DEBCD5EB2DAC9B1F131048702DDA789062715EE6C4C +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.WPF/releases/download/0.7/CBriscolaWPF-0.7.0.2-arm64.msi + InstallerSha256: 62171F83BF529F10721C4EBFE7F83C7E55AE653F0BD22CD79824725CE8EAB6A5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.2/GiulioSorrentino.CBriscola.WPF.locale.en-US.yaml b/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.2/GiulioSorrentino.CBriscola.WPF.locale.en-US.yaml new file mode 100644 index 0000000000000..37d23709e9a0a --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.2/GiulioSorrentino.CBriscola.WPF.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.CBriscola.WPF +PackageVersion: 0.7.0.2 +PackageLocale: en-US +Publisher: Giulio Sorrentino +PublisherUrl: http://numerone.altervista.org +PublisherSupportUrl: https://github.com/numerunix/CBriscola.WPF/issues +Author: Giulio Sorrentino +PackageName: CBriscola.WPF +PackageUrl: https://github.com/numerunix/CBriscola.WPF +License: GPLv3+ +LicenseUrl: https://raw.githubusercontent.com/numerunix/CBriscola.WPF/master/LICENSE.txt +Copyright: 2023 Giulio Sorrentino +ShortDescription: Simulatore del gioco della briscola a due giocatori senza multiplayer in WPF +Description: "Simulatore del gioco della briscola a due giocatori senza multiplayer in WPF. L'algoritmo è brevettato: i punti in totale sono 120, ossia 4 assi che valgono 11 punti ciascuno, 4 3 che valgono 10 punti ciascuno, 4 10 che valgono 4 punti ciascuno, 4 9 che valgono 3 punti ciascuno, 4 8 che valgono 2 punti ciascuno. Dal momento che la matematica non è una opinione: 4*11+4*10=84. 4*4+4*3+4*2=16+12+8=36 84+36=120 punti totali 120/2 = 60, servono 61 punti per vincere basandosi solo sui carichi si rischia di perdere, perché 84-61=23, bisogna prenderli quasi tutti e lasciare solo 23 punti di carichi 60-36=24, prendendo tutte le altre carte bastano solo 3 carichi per vincere. Per cui non metto i livelli, ma vi lascio imparare la teoria delle carte a lungo, da me inventata a 18 anni, con la wxbriscola." +Tags: +- cardgame +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.2/GiulioSorrentino.CBriscola.WPF.yaml b/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.2/GiulioSorrentino.CBriscola.WPF.yaml new file mode 100644 index 0000000000000..e536be8dce281 --- /dev/null +++ b/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0.2/GiulioSorrentino.CBriscola.WPF.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.CBriscola.WPF +PackageVersion: 0.7.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0/GiulioSorrentino.CBriscola.WPF.installer.yaml b/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0/GiulioSorrentino.CBriscola.WPF.installer.yaml index 79a5b60c41ef3..81d6e56fd5d26 100644 --- a/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0/GiulioSorrentino.CBriscola.WPF.installer.yaml +++ b/manifests/g/GiulioSorrentino/CBriscola/WPF/0.7.0/GiulioSorrentino.CBriscola.WPF.installer.yaml @@ -10,10 +10,10 @@ Dependencies: ProductCode: '{DD0F1B46-75C9-4672-AFD4-398586A536E7}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/numerunix/CBriscola.WPF/releases/download/0.7/CBriscolaWPF-0.7.0-amd64.msi - InstallerSha256: 01AA79D101A2C018FB467027D3797FD90F6069A9C2D5D28D7040F41A20ADA531 + InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.WPF/releases/download/0.7/CBriscolaWPF-0.7.0-amd64.msi + InstallerSha256: 4D90514124ABFA62962AACEE48A1E07BC51654737CF13CF2D58E0A496CBD4897 - Architecture: arm64 - InstallerUrl: https://github.com/numerunix/CBriscola.WPF/releases/download/0.7/CBriscolaWPF-0.7.0-arm64.msi - InstallerSha256: F36DE255F3D90CC8891F4777F6AC4121E110D1D476548C69EAF369D109F0CC67 + InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.WPF/releases/download/0.7/CBriscolaWPF-0.7.0-arm64.msi + InstallerSha256: 2579EB4A667F5E8AEE108FE377194B959FDC5B18ACB9D93B7F1804A7A8A5BC15 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.3.1/GiulioSorrentino.Diario.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.3.1/GiulioSorrentino.Diario.Avalonia.installer.yaml index d4582954ded93..4dbb92cad2e96 100644 --- a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.3.1/GiulioSorrentino.Diario.Avalonia.installer.yaml +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.3.1/GiulioSorrentino.Diario.Avalonia.installer.yaml @@ -8,13 +8,13 @@ InstallerType: wix Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 -ProductCode: '{47F5EFC4-E7EF-4484-87AE-0CB4BA6B1D30}' +ProductCode: '{47F5EFC4-E7EF-4484-87AE-0CB4BA8BFD30}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Avalonia/releases/download/0.3.1/Diario-0.3.1-amd64.msi - InstallerSha256: 961F09E55748633EE5B1CCEB13F54DCF178AFB97B1DF6D8D032832185DF0B8CC + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Avalonia/releases/download/0.4/Diario-0.4-amd64.msi + InstallerSha256: 1DA9FCBF038DEC3FB1A69E60B97BBC7FD1C4AA0738892EC4F31CA9CF8BE4D1C2 - Architecture: arm64 - InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Avalonia/releases/download/0.3.1/Diario-0.3.1-arm64.msi - InstallerSha256: 2038CCBD027B4350CBBDF6444B788FCD088C3A2E89C7FB5BF215D7483CF01A2C + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Avalonia/releases/download/0.4/Diario-0.4-arm64.msi + InstallerSha256: 9EE43A203CC89D7AF37ADBEF2345F1DE20C3F08DE076B5FA7D1F548035701DA2 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5.0.1/GiulioSorrentino.Diario.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5.0.1/GiulioSorrentino.Diario.Avalonia.installer.yaml new file mode 100644 index 0000000000000..b6d7b8728cd38 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5.0.1/GiulioSorrentino.Diario.Avalonia.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.Diario.Avalonia +PackageVersion: 0.5.0.1 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{47F5EFC4-E7EF-4484-87AE-0CB4BA8BFD32}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Avalonia/releases/download/0.5/Diario-0.5.0.1-amd64.msi + InstallerSha256: 2E931405BCB9A10FB10692B248919658808298A59ABB26917F9759DA1CDB1707 +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Avalonia/releases/download/0.5/Diario-0.5.0.1-arm64.msi + InstallerSha256: 06DC5ADF5CA6F20B20759224E1B370311DF29738D932DA430AB20BD39BC5BB8C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5.0.1/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5.0.1/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml new file mode 100644 index 0000000000000..bd33a95ca4222 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5.0.1/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.Diario.Avalonia +PackageVersion: 0.5.0.1 +PackageLocale: it-IT +Publisher: Giulio Sorrentino +PublisherUrl: https://numerone.altervista.org +PublisherSupportUrl: https://github.com/GiulianoSpaghetti/Diario.Avalonia/issues +Author: Giulio Sorrentino +PackageName: Diario.Avalonia +PackageUrl: https://github.com/GiulianoSpaghetti/Diario.Avalonia/archive/refs/tags/0.3.1.zip +License: GPLv3+ +LicenseUrl: https://github.com/GiulianoSpaghetti/Diario.Avalonia/blob/main/LICENSE +Copyright: 2024 Giulio Sorrentino +ShortDescription: Un'app diario in avalonia e linq +Description: Un'app in avalonia e linq per contenere quello che più vi pare +Tags: +- diary +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5.0.1/GiulioSorrentino.Diario.Avalonia.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5.0.1/GiulioSorrentino.Diario.Avalonia.yaml new file mode 100644 index 0000000000000..f77bbf523d184 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5.0.1/GiulioSorrentino.Diario.Avalonia.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.Diario.Avalonia +PackageVersion: 0.5.0.1 +DefaultLocale: it-IT +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5/GiulioSorrentino.Diario.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5/GiulioSorrentino.Diario.Avalonia.installer.yaml new file mode 100644 index 0000000000000..b5774fda4cbaf --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5/GiulioSorrentino.Diario.Avalonia.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.Diario.Avalonia +PackageVersion: "0.5" +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{47F5EFC4-E7EF-4484-87AE-0CB4BA9BFD30}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Avalonia/releases/download/0.5/Diario-0.5-amd64.msi + InstallerSha256: 42F806EB9EA9C7FB0BD8FDAB00AD95C7DBF778459885B077CAB3904610A2C0E3 +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Avalonia/releases/download/0.5/Diario-0.5-arm64.msi + InstallerSha256: 271407FB2D176E9DCD4354C4CA8FCBFA8F58C5612155D55B79D26E25AB9B9F8B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml new file mode 100644 index 0000000000000..69052b6914112 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.Diario.Avalonia +PackageVersion: "0.5" +PackageLocale: it-IT +Publisher: Giulio Sorrentino +PublisherUrl: https://numerone.altervista.org +PublisherSupportUrl: https://github.com/GiulianoSpaghetti/Diario.Avalonia/issues +Author: Giulio Sorrentino +PackageName: Diario.Avalonia +PackageUrl: https://github.com/GiulianoSpaghetti/Diario.Avalonia/archive/refs/tags/0.3.1.zip +License: GPLv3+ +LicenseUrl: https://github.com/GiulianoSpaghetti/Diario.Avalonia/blob/main/LICENSE +Copyright: 2024 Giulio Sorrentino +ShortDescription: Un'app diario in avalonia e linq +Description: Un'app in avalonia e linq per contenere quello che più vi pare +Tags: +- diary +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5/GiulioSorrentino.Diario.Avalonia.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5/GiulioSorrentino.Diario.Avalonia.yaml new file mode 100644 index 0000000000000..36cede29e10b8 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.5/GiulioSorrentino.Diario.Avalonia.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.Diario.Avalonia +PackageVersion: "0.5" +DefaultLocale: it-IT +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Latorredibabele/3.0-1/GiulioSorrentino.Latorredibabele.installer.yaml b/manifests/g/GiulioSorrentino/Latorredibabele/3.0-1/GiulioSorrentino.Latorredibabele.installer.yaml index 0a5f97e0bba1b..a2bcb311b6973 100644 --- a/manifests/g/GiulioSorrentino/Latorredibabele/3.0-1/GiulioSorrentino.Latorredibabele.installer.yaml +++ b/manifests/g/GiulioSorrentino/Latorredibabele/3.0-1/GiulioSorrentino.Latorredibabele.installer.yaml @@ -11,9 +11,9 @@ ProductCode: '{AC9457B4-8962-4BF7-B53C-FD628A425931}' Installers: - Architecture: x64 InstallerUrl: https://github.com/GiulianoSpaghetti/Solitario.Avalonia/releases/download/3.0/Solitario.Avalonia-3.0-amd64.msi - InstallerSha256: F4D094EADD0B856EC9283904B387A3577E52CB9F291D2D4AF53505238DC8BFBD + InstallerSha256: 79D9233BC4CC50C33093B369500BC01E8A4499A0901BC87C7C7ABCFEB855CE0D - Architecture: arm64 InstallerUrl: https://github.com/GiulianoSpaghetti/Solitario.Avalonia/releases/download/3.0/Solitario.Avalonia-3.0.0-arm64.msi - InstallerSha256: 9C01B8C98EB70FB01965B71356A674C9151C31FB706C9AFCDA24D833C2665760 + InstallerSha256: 46179E2DA067B3226FFC32313F21CFB4FDB50949C686EAE5B55FED63148275E9 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Latorredibabele/3.0-2/GiulioSorrentino.Latorredibabele.installer.yaml b/manifests/g/GiulioSorrentino/Latorredibabele/3.0-2/GiulioSorrentino.Latorredibabele.installer.yaml new file mode 100644 index 0000000000000..ee7a6bddbd897 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Latorredibabele/3.0-2/GiulioSorrentino.Latorredibabele.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.Latorredibabele +PackageVersion: 3.0-2 +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{AC9457B4-8962-4BF7-B53C-FD628A425931}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Solitario.Avalonia/releases/download/3.0/Solitario.Avalonia-3.0-1-amd64.msi + InstallerSha256: F59864D37FB528E2B5C3CE18DDAB8D0BFDA3651ADE11035A2A0A5E1973837440 +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Solitario.Avalonia/releases/download/3.0/Solitario.Avalonia-3.0-1-arm64.msi + InstallerSha256: 0A39167A9BE23C2E0FD48AAFCFCBE472051993943CD57C17ED33AC5467E07B28 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Latorredibabele/3.0-2/GiulioSorrentino.Latorredibabele.locale.it-IT.yaml b/manifests/g/GiulioSorrentino/Latorredibabele/3.0-2/GiulioSorrentino.Latorredibabele.locale.it-IT.yaml new file mode 100644 index 0000000000000..addc026e3b7d9 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Latorredibabele/3.0-2/GiulioSorrentino.Latorredibabele.locale.it-IT.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.Latorredibabele +PackageVersion: 3.0-2 +PackageLocale: it-IT +Publisher: Giulio Sorrentino +PublisherUrl: http://numerone.altervista.org +PublisherSupportUrl: https://github.com/numerunix/Solitario.Avalonia/issues +Author: Giulio Sorrentino +PackageName: La torre di babele +License: GPLv3+ +LicenseUrl: https://raw.githubusercontent.com/numerunix/Solitario.Avalonia/master/LICENSE +Copyright: 2023 Giulio Sorrentino +ShortDescription: Un solitario che riesce sempre +Description: "Lo scopo, come già detto, è allineare in senso discendente per seme su una stessa colonna le nove carte. Sul tableau si costruisce in senso discendente spostando una sola carta per volta, purché la carta ricevente sia di valore maggiore della carta collocata. Solo l'ultima carta di ciascuna fila è disponibile. Non si può spostare più di una carta alla volta. Nella casella vuota si può mettere una carta di qualsiasi valore. (fonte: http://www.solitariconlecarte.it/gioca_on_line15.htm)" +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Latorredibabele/3.0-2/GiulioSorrentino.Latorredibabele.yaml b/manifests/g/GiulioSorrentino/Latorredibabele/3.0-2/GiulioSorrentino.Latorredibabele.yaml new file mode 100644 index 0000000000000..fcaa42a3cf5c6 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Latorredibabele/3.0-2/GiulioSorrentino.Latorredibabele.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.Latorredibabele +PackageVersion: 3.0-2 +DefaultLocale: it-IT +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Latorredibabele/3.0.0.1/GiulioSorrentino.Latorredibabele.installer.yaml b/manifests/g/GiulioSorrentino/Latorredibabele/3.0.0.1/GiulioSorrentino.Latorredibabele.installer.yaml new file mode 100644 index 0000000000000..3283e2e0bceaf --- /dev/null +++ b/manifests/g/GiulioSorrentino/Latorredibabele/3.0.0.1/GiulioSorrentino.Latorredibabele.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.Latorredibabele +PackageVersion: 3.0.0.1 +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{AC9457B4-8962-4BF7-B53C-FD628A325933}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Solitario.Avalonia/releases/download/3.0/Solitario.Avalonia-3.0.0.1-amd64.msi + InstallerSha256: B1CF98901F235E53177BAE8B67830C74A9759D048F91FAA47A637E3877DA0D46 +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Solitario.Avalonia/releases/download/3.0/Solitario.Avalonia-3.0.0.1-arm64.msi + InstallerSha256: 931712956ACAC60557C20B2F5EA96DD02A1EC5C29F4D6DFE7CADC8819DFD5FDE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Latorredibabele/3.0.0.1/GiulioSorrentino.Latorredibabele.locale.it-IT.yaml b/manifests/g/GiulioSorrentino/Latorredibabele/3.0.0.1/GiulioSorrentino.Latorredibabele.locale.it-IT.yaml new file mode 100644 index 0000000000000..34ec23e5f956b --- /dev/null +++ b/manifests/g/GiulioSorrentino/Latorredibabele/3.0.0.1/GiulioSorrentino.Latorredibabele.locale.it-IT.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.Latorredibabele +PackageVersion: 3.0.0.1 +PackageLocale: it-IT +Publisher: Giulio Sorrentino +PublisherUrl: http://numerone.altervista.org +PublisherSupportUrl: https://github.com/numerunix/Solitario.Avalonia/issues +Author: Giulio Sorrentino +PackageName: La torre di babele +License: GPLv3+ +LicenseUrl: https://raw.githubusercontent.com/numerunix/Solitario.Avalonia/master/LICENSE +Copyright: 2023 Giulio Sorrentino +ShortDescription: Un solitario che riesce sempre +Description: "Lo scopo, come già detto, è allineare in senso discendente per seme su una stessa colonna le nove carte. Sul tableau si costruisce in senso discendente spostando una sola carta per volta, purché la carta ricevente sia di valore maggiore della carta collocata. Solo l'ultima carta di ciascuna fila è disponibile. Non si può spostare più di una carta alla volta. Nella casella vuota si può mettere una carta di qualsiasi valore. (fonte: http://www.solitariconlecarte.it/gioca_on_line15.htm)" +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Latorredibabele/3.0.0.1/GiulioSorrentino.Latorredibabele.yaml b/manifests/g/GiulioSorrentino/Latorredibabele/3.0.0.1/GiulioSorrentino.Latorredibabele.yaml new file mode 100644 index 0000000000000..a49b6ce0bc3a7 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Latorredibabele/3.0.0.1/GiulioSorrentino.Latorredibabele.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.Latorredibabele +PackageVersion: 3.0.0.1 +DefaultLocale: it-IT +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/Latorredibabele/3.0/GiulioSorrentino.Latorredibabele.installer.yaml b/manifests/g/GiulioSorrentino/Latorredibabele/3.0/GiulioSorrentino.Latorredibabele.installer.yaml index 2fa277ad144e8..a556b6d4a63b3 100644 --- a/manifests/g/GiulioSorrentino/Latorredibabele/3.0/GiulioSorrentino.Latorredibabele.installer.yaml +++ b/manifests/g/GiulioSorrentino/Latorredibabele/3.0/GiulioSorrentino.Latorredibabele.installer.yaml @@ -11,9 +11,6 @@ ProductCode: '{AC9457B4-8962-4BF7-B53C-FD628A425931}' Installers: - Architecture: x64 InstallerUrl: https://github.com/numerunix/Solitario.Avalonia/releases/download/3.0/Solitario.Avalonia-3.0-amd64.msi - InstallerSha256: 36D557B67B56A1F929F9F55ECA9BCC06BC02F97A68A9BECBCCABBF6AFE420DAA -- Architecture: arm64 - InstallerUrl: https://github.com/numerunix/Solitario.Avalonia/releases/download/3.0/Solitario.Avalonia-3.0-arm64.msi - InstallerSha256: 41D4056389A41CD0F103968FF3752059263F9522FCC1A70EEDC3364742B61635 + InstallerSha256: 79D9233BC4CC50C33093B369500BC01E8A4499A0901BC87C7C7ABCFEB855CE0D ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/WinDateFrom/4.6.1.2/GiulioSorrentino.WinDateFrom.installer.yaml b/manifests/g/GiulioSorrentino/WinDateFrom/4.6.1.2/GiulioSorrentino.WinDateFrom.installer.yaml new file mode 100644 index 0000000000000..1e5853ee1cc13 --- /dev/null +++ b/manifests/g/GiulioSorrentino/WinDateFrom/4.6.1.2/GiulioSorrentino.WinDateFrom.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.WinDateFrom +PackageVersion: 4.6.1.2 +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{A2941143-09E9-45AD-8017-0DB409ED90D5}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/WinDateFrom.avalonia/releases/download/4.6.1.2/WinDateFrom.Avalonia-4.6.1.2-amd64.msi + InstallerSha256: E862580D722D8F5FFB34D964C25C6EE334373A98A4366AA0279DDB42D00AC72D +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/WinDateFrom.avalonia/releases/download/4.6.1.2/WinDateFrom.Avalonia-4.6.1.2-arm64.msi + InstallerSha256: 1A6446ECA12A29098EA13D2B3E7CFD76447BE5D0B9CDB919C2AC3AF30FAA7A74 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/WinDateFrom/4.6.1.2/GiulioSorrentino.WinDateFrom.locale.en-US.yaml b/manifests/g/GiulioSorrentino/WinDateFrom/4.6.1.2/GiulioSorrentino.WinDateFrom.locale.en-US.yaml new file mode 100644 index 0000000000000..af226bc16b7a8 --- /dev/null +++ b/manifests/g/GiulioSorrentino/WinDateFrom/4.6.1.2/GiulioSorrentino.WinDateFrom.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.WinDateFrom +PackageVersion: 4.6.1.2 +PackageLocale: en-US +Publisher: Giulio Sorrentino +PublisherUrl: https://numerone.altervista.org +PublisherSupportUrl: https://github.com/numerunix/WinDateFrom.avalonia/issues +Author: Giulio Sorrentino +PackageName: WinDateFrom +PackageUrl: https://github.com/numerunix/WinDateFrom.avalonia/releases/download/4.6/WinDateFrom.Avalonia-4.6-amd64.msi +License: GPLv3+ +LicenseUrl: https://github.com/numerunix/WinDateFrom.avalonia/blob/master/LICENSE.txt +Copyright: 2023 Giulio Sorrentino +ShortDescription: An app for calculating how mutch time passed from an event +Description: Questa app mostra quanto tempo è passato da una data ben definita che dovrebbe rappresentare un evento, tipo l'incontro con una persona amata, e mostra quanto tempo è passato da quella data. Lo use case è la canzone Vita, morte e miracoli di Angelina Mango, e come c'è modo di vedere spiega con facilità nelle sue canzoni la vita di tutti i giorni, a partire dalla canzone 9 maggio che spiega perché doveva vincere amici. In pratica una donna vede un bell'uomo e comincia non a farsi castelli per aria, quelli vengono dopo, ma pippe mentali. La canzone fa "mi vedo già in posa, già vestita da sposa" e poi continua "dopo giorni, dopo giorni non mi ricordo neanche come ti chiami". Una donna ci tiene non alle scadenze, ma agli anniversari, questo significa che la data di incontro è importante, non la data della prima volta che si fa... l'amore, ma la data del primo incontro. In seguito viene il nome ed il cognome ed è la stessa bellissima madama (si legge porca) per eccellenza che dice "dopo giorni con te non mi ricordo neanche come ti chiami". Quindi perché non fare un software per appuntare la data di incontro ed il nome, ma non per due o tre volte, se no è da porci, ma per una sola persona per volta, magari accompagnato da un pulsante per cancellare nome e data se le cose non dovessero andare bene. Questa è la normalità femminile, le donne vedono begli uomini per la via, si immaginano col vestito da sposa ma spesso non si ricordano neanche il nome, e ci tengono agli anniversari. Questa non è matematica ma è psicologia spicciola, significa capire la ... bellissima artista, e capire la... bel panorama, non cod o pes, ma la fifa! +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/WinDateFrom/4.6.1.2/GiulioSorrentino.WinDateFrom.yaml b/manifests/g/GiulioSorrentino/WinDateFrom/4.6.1.2/GiulioSorrentino.WinDateFrom.yaml new file mode 100644 index 0000000000000..1a1cca130f18f --- /dev/null +++ b/manifests/g/GiulioSorrentino/WinDateFrom/4.6.1.2/GiulioSorrentino.WinDateFrom.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.WinDateFrom +PackageVersion: 4.6.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3-1/GiulioSorrentino.numeronesfortuneinavalonia.installer.yaml b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3-1/GiulioSorrentino.numeronesfortuneinavalonia.installer.yaml index 2e3dd137ae87d..d7dd89a4953df 100644 --- a/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3-1/GiulioSorrentino.numeronesfortuneinavalonia.installer.yaml +++ b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3-1/GiulioSorrentino.numeronesfortuneinavalonia.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Automatically updated by the winget bot at 2024/Aug/01 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: GiulioSorrentino.numeronesfortuneinavalonia @@ -10,10 +10,7 @@ Dependencies: ProductCode: '{90D24925-7418-48AD-9950-676C4F83DB20}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/GiulianoSpaghetti/numfortune.avalonia.new/releases/download/2.0.3/numfortune.Avalonia-2.0.3-amd64.msi - InstallerSha256: EAAE0CA4967F044FE47C2128FC734BBD0ACDC1BFF0390971F44D187712979920 -- Architecture: arm64 - InstallerUrl: https://github.com/GiulianoSpaghetti/numfortune.avalonia.new/releases/download/2.0.3/numfortune.Avalonia-2.0.3-arm64.msi - InstallerSha256: DC6EE11353178611DD3B260FBAF461919BEE2632F3C5E0FF884F2EAB21BF779D + InstallerUrl: https://github.com/GiulianoSpaghetti/numfortune.avalonia.new/releases/download/2.0.3/numfortune.Avalonia-2.0.3-1-amd64.msi + InstallerSha256: 08E45DD7D474A123FB6559377C7C87AA11967136498F9CE4BCAA363B0BAE82AE ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3-1/GiulioSorrentino.numeronesfortuneinavalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3-1/GiulioSorrentino.numeronesfortuneinavalonia.locale.en-US.yaml index 07ee67249a747..ad0bc9093e9cb 100644 --- a/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3-1/GiulioSorrentino.numeronesfortuneinavalonia.locale.en-US.yaml +++ b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3-1/GiulioSorrentino.numeronesfortuneinavalonia.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Automatically updated by the winget bot at 2024/Aug/01 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: GiulioSorrentino.numeronesfortuneinavalonia diff --git a/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3-1/GiulioSorrentino.numeronesfortuneinavalonia.yaml b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3-1/GiulioSorrentino.numeronesfortuneinavalonia.yaml index f4718d681f8eb..ed912a4efb392 100644 --- a/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3-1/GiulioSorrentino.numeronesfortuneinavalonia.yaml +++ b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3-1/GiulioSorrentino.numeronesfortuneinavalonia.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.1.0 +# Automatically updated by the winget bot at 2024/Aug/01 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: GiulioSorrentino.numeronesfortuneinavalonia diff --git a/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3.1/GiulioSorrentino.numeronesfortuneinavalonia.installer.yaml b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3.1/GiulioSorrentino.numeronesfortuneinavalonia.installer.yaml new file mode 100644 index 0000000000000..5c83b46154f65 --- /dev/null +++ b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3.1/GiulioSorrentino.numeronesfortuneinavalonia.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.numeronesfortuneinavalonia +PackageVersion: 2.0.3.1 +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{90D24925-7418-48AD-9950-676C4F83CB22}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/numfortune.avalonia.new/releases/download/2.0.3/numfortune.Avalonia-0.2.3.1-amd64.msi + InstallerSha256: 15EE5A15A1CA95966E429E30B62A020734B894A7FBD2CA9C86400B29F984CBB5 +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/numfortune.avalonia.new/releases/download/2.0.3/numfortune.Avalonia-2.0.3.1-arm64.msi + InstallerSha256: AF6919AED002203A7EBB301CAF9C9F10A9F15170B4D27A32FDFEC385D3F7086B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3.1/GiulioSorrentino.numeronesfortuneinavalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3.1/GiulioSorrentino.numeronesfortuneinavalonia.locale.en-US.yaml new file mode 100644 index 0000000000000..d9dedd557acf4 --- /dev/null +++ b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3.1/GiulioSorrentino.numeronesfortuneinavalonia.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.numeronesfortuneinavalonia +PackageVersion: 2.0.3.1 +PackageLocale: en-US +Publisher: Giulio Sorrentino +PublisherUrl: https://numerone.altervista.org +PublisherSupportUrl: https://github.com/numerunix/numfortune.avalonia.new/issues +Author: Giulio Sorrentino +PackageName: numerone's fortune in avalonia +PackageUrl: https://github.com/numerunix/numfortune.avalonia.new/releases/download/2.0/numfortune-2.0-x64.exe +License: GPLv3+ +LicenseUrl: https://github.com/numerunix/numfortune.avalonia.new/blob/master/LICENSE +Copyright: 2023 Giulio Sorrentino +ShortDescription: A clone of fortune linux program in avalonia +Description: A clone for windows and android of the fortune linux program, written in Avalonia. +Tags: +- fortune +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3.1/GiulioSorrentino.numeronesfortuneinavalonia.yaml b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3.1/GiulioSorrentino.numeronesfortuneinavalonia.yaml new file mode 100644 index 0000000000000..659a98ac329f4 --- /dev/null +++ b/manifests/g/GiulioSorrentino/numeronesfortuneinavalonia/2.0.3.1/GiulioSorrentino.numeronesfortuneinavalonia.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.numeronesfortuneinavalonia +PackageVersion: 2.0.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/numeronesoeminformations/1.1.1.1/GiulioSorrentino.numeronesoeminformations.installer.yaml b/manifests/g/GiulioSorrentino/numeronesoeminformations/1.1.1.1/GiulioSorrentino.numeronesoeminformations.installer.yaml new file mode 100644 index 0000000000000..4f86c098d714a --- /dev/null +++ b/manifests/g/GiulioSorrentino/numeronesoeminformations/1.1.1.1/GiulioSorrentino.numeronesoeminformations.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.numeronesoeminformations +PackageVersion: 1.1.1.1 +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{6CF4E806-2B0C-4846-89A5-848CA99ABC28}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/numoeminformations/releases/download/1.1.1/numoeminformations-1.1.1.1-amd64.msi + InstallerSha256: 2218D5B2421DC26595A7CE64722AD49F88EDDFE86A4A792A627871250BEDE17E +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/numoeminformations/releases/download/1.1.1/numoeminformations-1.1.1.1-arm64.msi + InstallerSha256: 19A365776B3F2444CC25C0FF5F46B0A2274E79EABE7622841BA1E723AFA5A584 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/numeronesoeminformations/1.1.1.1/GiulioSorrentino.numeronesoeminformations.locale.en-US.yaml b/manifests/g/GiulioSorrentino/numeronesoeminformations/1.1.1.1/GiulioSorrentino.numeronesoeminformations.locale.en-US.yaml new file mode 100644 index 0000000000000..3f4cfd88611f9 --- /dev/null +++ b/manifests/g/GiulioSorrentino/numeronesoeminformations/1.1.1.1/GiulioSorrentino.numeronesoeminformations.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.numeronesoeminformations +PackageVersion: 1.1.1.1 +PackageLocale: en-US +Publisher: Giulio Sorrentino +PublisherUrl: https://numerone.altervista.org +PublisherSupportUrl: https://github.com/numerunix/numoeminformations/issues +Author: Giulio Sorrentino +PackageName: numerone's oem information +PackageUrl: https://github.com/numerunix/numoeminformations +License: GPLv3+ +LicenseUrl: https://raw.githubusercontent.com/numerunix/numoeminformations/master/LICENSE.txt +Copyright: 2023 Giulio Sorrentino +ShortDescription: An OEM Informations modifier for windows 10/11 +Description: An OEM Informations modifier for windows 10 and 11 in WPF that allows to put even an image. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/numeronesoeminformations/1.1.1.1/GiulioSorrentino.numeronesoeminformations.yaml b/manifests/g/GiulioSorrentino/numeronesoeminformations/1.1.1.1/GiulioSorrentino.numeronesoeminformations.yaml new file mode 100644 index 0000000000000..9f531ba587b41 --- /dev/null +++ b/manifests/g/GiulioSorrentino/numeronesoeminformations/1.1.1.1/GiulioSorrentino.numeronesoeminformations.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.numeronesoeminformations +PackageVersion: 1.1.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/numeronesoeminformations/1.1.1/GiulioSorrentino.numeronesoeminformations.installer.yaml b/manifests/g/GiulioSorrentino/numeronesoeminformations/1.1.1/GiulioSorrentino.numeronesoeminformations.installer.yaml index bb933cf5301bc..aedab6da76d21 100644 --- a/manifests/g/GiulioSorrentino/numeronesoeminformations/1.1.1/GiulioSorrentino.numeronesoeminformations.installer.yaml +++ b/manifests/g/GiulioSorrentino/numeronesoeminformations/1.1.1/GiulioSorrentino.numeronesoeminformations.installer.yaml @@ -10,10 +10,10 @@ Dependencies: ProductCode: '{6CF4E806-2B0C-4846-89A5-848CA99ACC26}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/numerunix/numoeminformations/releases/download/1.1.1/numoeminformations-1.1.1-amd64.msi - InstallerSha256: D1E330D7FE52FA33477844386269F13AD96766964A3A72D98F4631DE793F8164 + InstallerUrl: https://github.com/GiulianoSpaghetti/numoeminformations/releases/download/1.1.1/numoeminformations-1.1.1-amd64.msi + InstallerSha256: 92D6E712136A3E46C154B290EBB7545CAD2E6156DEAA707062D24D135928D6C8 - Architecture: arm64 - InstallerUrl: https://github.com/numerunix/numoeminformations/releases/download/1.1.1/numoeminformations-1.1.1-arm64.msi - InstallerSha256: B94119BB19AFC296C2A63CB079D4EC7C456AF189F232E5A7148D6F5F7ECE2AE7 + InstallerUrl: https://github.com/GiulianoSpaghetti/numoeminformations/releases/download/1.1.1/numoeminformations-1.1.1-arm64.msi + InstallerSha256: 515911778B347EC39FE2B27EAEE6EF5DF20BA0A8BCE65E311BFB356577F42B01 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-1/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-1/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml new file mode 100644 index 0000000000000..0e3982b72fd8b --- /dev/null +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-1/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.wheelofnumfortune.avalonia +PackageVersion: 0.2-1 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{68B61DE0-07A0-499E-B3FB-F15873941EB4}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.avalonia/releases/download/0.2/wheelofnumfortune.avalonia-0.2-1-amd64.msi + InstallerSha256: 5C0D48B8362BE873167EFB64F2C1E081980ED14FBBB89CC681D4B1704D36E19B +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.avalonia/releases/download/0.2/wheelofnumfortune.avalonia-0.2-1-arm64.msi + InstallerSha256: 67C071DE260B6A15DFF18B2E2D1A8AB52CB08D552144D2C5AB1A345242958ECB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-1/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-1/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml new file mode 100644 index 0000000000000..12678296d02f9 --- /dev/null +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-1/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.wheelofnumfortune.avalonia +PackageVersion: 0.2-1 +PackageLocale: en-US +Publisher: Giulio Sorrentino +PublisherUrl: http://numerone.altervista.org +PublisherSupportUrl: https://github.com/numerunix/wheelofnumfortune.avalonia/issues +Author: Giulio Sorrentino +PackageName: wheelofnumfortune.avalonia +PackageUrl: https://github.com/numerunix/wheelofnumfortune.avalonia/releases/tag/0.1 +License: GPLv3 +LicenseUrl: https://github.com/numerunix/wheelofnumfortune.avalonia/blob/master/LICENSE.txt +Copyright: 2024 Giulio Sorrentino +ShortDescription: A simple program for guessing cookie discovering only one letter for time. It is not automated. +Description: A simple program for guessing cookie discovering only one letter for time. It is not au +Tags: +- enigmatic +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-1/GiulioSorrentino.wheelofnumfortune.avalonia.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-1/GiulioSorrentino.wheelofnumfortune.avalonia.yaml new file mode 100644 index 0000000000000..ac49e94c377e9 --- /dev/null +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-1/GiulioSorrentino.wheelofnumfortune.avalonia.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.wheelofnumfortune.avalonia +PackageVersion: 0.2-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-2/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-2/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml new file mode 100644 index 0000000000000..38fc9672ba0aa --- /dev/null +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-2/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.wheelofnumfortune.avalonia +PackageVersion: 0.2-2 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.avalonia/releases/download/0.2/wheelofnumfortune.avalonia-0.2-2-amd64.msi + InstallerSha256: 6D84546C239C72888A3D09B2AA2B934B920EF78A38A95A570690EA460BDADF44 + ProductCode: '{0ED16B86-0A70-E994-3BBF-1F853779E14B}' +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.avalonia/releases/download/0.2/wheelofnumfortune.avalonia-0.2-2-arm64.msi + InstallerSha256: 2B5597E051B094EBEC6A3C9FB85FAA33D869C5FA6249EA149E2A33979EC6E8F1 + ProductCode: '{68B61DE0-07A0-499E-B3FB-F15873941EB4}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-2/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-2/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml new file mode 100644 index 0000000000000..cfe7eae039d9f --- /dev/null +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-2/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.wheelofnumfortune.avalonia +PackageVersion: 0.2-2 +PackageLocale: en-US +Publisher: Giulio Sorrentino +PublisherUrl: http://numerone.altervista.org +PublisherSupportUrl: https://github.com/numerunix/wheelofnumfortune.avalonia/issues +Author: Giulio Sorrentino +PackageName: wheelofnumfortune.avalonia +PackageUrl: https://github.com/numerunix/wheelofnumfortune.avalonia/releases/tag/0.1 +License: GPLv3 +LicenseUrl: https://github.com/numerunix/wheelofnumfortune.avalonia/blob/master/LICENSE.txt +Copyright: 2024 Giulio Sorrentino +ShortDescription: A simple program for guessing cookie discovering only one letter for time. It is not automated. +Description: A simple program for guessing cookie discovering only one letter for time. It is not au +Tags: +- enigmatic +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-2/GiulioSorrentino.wheelofnumfortune.avalonia.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-2/GiulioSorrentino.wheelofnumfortune.avalonia.yaml new file mode 100644 index 0000000000000..20bd74491a5f3 --- /dev/null +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2-2/GiulioSorrentino.wheelofnumfortune.avalonia.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.wheelofnumfortune.avalonia +PackageVersion: 0.2-2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml new file mode 100644 index 0000000000000..efefaa062cd5b --- /dev/null +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.wheelofnumfortune.avalonia +PackageVersion: 0.2.0.1 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{0ED16B86-0A70-E994-3BBF-1F853769E14D}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.avalonia/releases/download/0.2/wheelofnumfortune.avalonia-0.2.0.1-amd64.msi + InstallerSha256: E26E2F4A535584F83BBE1FBBFB0793E76E0312009483DF210DB5B8F0B7C0CDA6 +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.avalonia/releases/download/0.2/wheelofnumfortune.avalonia-0.2.0.1-arm64.msi + InstallerSha256: 61AE09DB5EA76A64E4E8D98945DA6DF9241D4D9B3AF89BB0534F750105291801 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml new file mode 100644 index 0000000000000..4d4c192f04858 --- /dev/null +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.wheelofnumfortune.avalonia +PackageVersion: 0.2.0.1 +PackageLocale: en-US +Publisher: Giulio Sorrentino +PublisherUrl: http://numerone.altervista.org +PublisherSupportUrl: https://github.com/numerunix/wheelofnumfortune.avalonia/issues +Author: Giulio Sorrentino +PackageName: wheelofnumfortune.avalonia +PackageUrl: https://github.com/numerunix/wheelofnumfortune.avalonia/releases/tag/0.1 +License: GPLv3 +LicenseUrl: https://github.com/numerunix/wheelofnumfortune.avalonia/blob/master/LICENSE.txt +Copyright: 2024 Giulio Sorrentino +ShortDescription: A simple program for guessing cookie discovering only one letter for time. It is not automated. +Description: A simple program for guessing cookie discovering only one letter for time. It is not au +Tags: +- enigmatic +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.yaml new file mode 100644 index 0000000000000..131a0e1e50bdf --- /dev/null +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.wheelofnumfortune.avalonia +PackageVersion: 0.2.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml index e254b4782d699..2a72704c476f6 100644 --- a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/27 +# Created using wingetcreate 1.6.1.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: GiulioSorrentino.wheelofnumfortune.avalonia @@ -8,13 +8,13 @@ InstallerType: wix Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 -ProductCode: '{68B61DE0-07A0-499E-B3FB-F15873841EB4}' +ProductCode: '{68B61DE0-07A0-499E-B3FB-F15873941EB4}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/numerunix/wheelofnumfortune.avalonia/releases/download/0.1/wheelofnumfortune.avalonia-0.1-amd64.msi - InstallerSha256: 33AB2502523DC4BEA825A9960DAD2C23DEE7B3F4151E66CBDCC9441ED5865629 + InstallerUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.avalonia/releases/download/0.1/wheelofnumfortune.avalonia-0.1-amd64.msi + InstallerSha256: 4F0B8FFFC69F88C0B45FA81FA30BDC5208520A5C8DE98555A40901F595601541 - Architecture: arm64 - InstallerUrl: https://github.com/numerunix/wheelofnumfortune.avalonia/releases/download/0.1/wheelofnumfortune.avalonia-0.1-arm64.msi - InstallerSha256: 768FDCDBB47C801EBDE75B95519878830BE5440D18A5965665F6319ABB468AAA + InstallerUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.avalonia/releases/download/0.1/wheelofnumfortune.avalonia-0.1-arm64.msi + InstallerSha256: A5DE65AE7B510C7A5EC9095D98A0BD7089DD18B679C2DB68C6D4D6BB505D6F95 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml index 3870b2f78f857..20c9c6b449c84 100644 --- a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/27 +# Created using wingetcreate 1.6.1.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: GiulioSorrentino.wheelofnumfortune.avalonia diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2/GiulioSorrentino.wheelofnumfortune.avalonia.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2/GiulioSorrentino.wheelofnumfortune.avalonia.yaml index f7faa98b7af41..17723d8e60cb2 100644 --- a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2/GiulioSorrentino.wheelofnumfortune.avalonia.yaml +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/0.2/GiulioSorrentino.wheelofnumfortune.avalonia.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jun/27 +# Created using wingetcreate 1.6.1.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: GiulioSorrentino.wheelofnumfortune.avalonia diff --git a/manifests/g/GiulioSorrentino/wxBriscola/0.6.3.1/GiulioSorrentino.wxBriscola.installer.yaml b/manifests/g/GiulioSorrentino/wxBriscola/0.6.3.1/GiulioSorrentino.wxBriscola.installer.yaml new file mode 100644 index 0000000000000..b52d76d1eff84 --- /dev/null +++ b/manifests/g/GiulioSorrentino/wxBriscola/0.6.3.1/GiulioSorrentino.wxBriscola.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.wxBriscola +PackageVersion: 0.6.3.1 +InstallerType: wix +ProductCode: '{76833DA3-34C1-49B0-A918-8A1825DD4000}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/wxBriscola-for-Windows/releases/download/0.6.3/wxBriscola-0.6.3.1-amd64.msi + InstallerSha256: 93B197FEE883607C532E39335B6CE0235D77C86CD21346CC2D832F16DE9C56C7 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/wxBriscola-for-Windows/releases/download/0.6.3/wxBriscola-0.6.3.1-arm64.msi + InstallerSha256: 6F7BFD1618D563835C982D6F3B1CC37389177E253DEC0C863979D4539BE67005 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2022.arm64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/wxBriscola/0.6.3.1/GiulioSorrentino.wxBriscola.locale.en-US.yaml b/manifests/g/GiulioSorrentino/wxBriscola/0.6.3.1/GiulioSorrentino.wxBriscola.locale.en-US.yaml new file mode 100644 index 0000000000000..b261696405a03 --- /dev/null +++ b/manifests/g/GiulioSorrentino/wxBriscola/0.6.3.1/GiulioSorrentino.wxBriscola.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.wxBriscola +PackageVersion: 0.6.3.1 +PackageLocale: en-US +Publisher: Giulio Sorrentino +PublisherUrl: https://numerone.altervista.org +PublisherSupportUrl: https://github.com/numerunix/wxBriscola-for-Windows/issues +Author: Giulio Sorrentino +PackageName: wxBriscola +PackageUrl: https://github.com/numerunix/wxBriscola-for-Windows/releases +License: GPLv3+ +LicenseUrl: https://raw.githubusercontent.com/numerunix/wxBriscola-for-Windows/master/LICENSE.txt +Copyright: 2023 Giulio Sorrentino +ShortDescription: Il gioco della briscola in c++, senza multiplayer e coi livelli. +Description: "Simulatore del gioco della briscola a due giocatori senza multiplayer C++ e wxWidgets 3.2.3. L'algoritmo è brevettato: i punti in totale sono 120, ossia 4 assi che valgono 11 punti ciascuno, 4 3 che valgono 10 punti ciascuno, 4 10 che valgono 4 punti ciascuno, 4 9 che valgono 3 punti ciascuno, 4 8 che valgono 2 punti ciascuno. Dal momento che la matematica non è una opinione: 4*11+4*10=84. 4*4+4*3+4*2=16+12+8=36 84+36=120 punti totali 120/2 = 60, servono 61 punti per vincere basandosi solo sui carichi si rischia di perdere, perché 84-61=23, bisogna prenderli quasi tutti e lasciare solo 23 punti di carichi 60-36=24, prendendo tutte le altre carte bastano solo 3 carichi per vincere. IL livello 1 gioca prendendo con la briscola, i livelli 2 e 3 seguono questa teoria." +Tags: +- card-game +- trump-suit +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/wxBriscola/0.6.3.1/GiulioSorrentino.wxBriscola.yaml b/manifests/g/GiulioSorrentino/wxBriscola/0.6.3.1/GiulioSorrentino.wxBriscola.yaml new file mode 100644 index 0000000000000..c34b9ceecb7a6 --- /dev/null +++ b/manifests/g/GiulioSorrentino/wxBriscola/0.6.3.1/GiulioSorrentino.wxBriscola.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GiulioSorrentino.wxBriscola +PackageVersion: 0.6.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GiulioSorrentino/wxBriscola/0.6.3/GiulioSorrentino.wxBriscola.installer.yaml b/manifests/g/GiulioSorrentino/wxBriscola/0.6.3/GiulioSorrentino.wxBriscola.installer.yaml index ce422987d550e..f7444345d5126 100644 --- a/manifests/g/GiulioSorrentino/wxBriscola/0.6.3/GiulioSorrentino.wxBriscola.installer.yaml +++ b/manifests/g/GiulioSorrentino/wxBriscola/0.6.3/GiulioSorrentino.wxBriscola.installer.yaml @@ -4,13 +4,19 @@ PackageIdentifier: GiulioSorrentino.wxBriscola PackageVersion: 0.6.3 InstallerType: wix -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{76833DA3-34C1-49B0-A918-8A1825DD50FE}' Installers: - Architecture: x64 InstallerUrl: https://github.com/numerunix/wxBriscola-for-Windows/releases/download/0.6.3/wxBriscola-0.6.3-1-amd64.msi - InstallerSha256: B89C438F0602A15DBFB780E6A3EC9346E6C1B458D70FE210F705B0A2E6C66CEB + InstallerSha256: 57286C65E1870A1B6280808EEC7694E03084B86598E55152783786EF5A7504A2 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/numerunix/wxBriscola-for-Windows/releases/download/0.6.3/wxBriscola-0.6.3-1-arm64.msi + InstallerSha256: F2013BBFEB95C9EBC6B6DAF42F90E6319F43184BB7863B3931CF72E34D81DB4C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2022.arm64 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/g/Glarysoft/GlaryUtilities/6.12.0.16/Glarysoft.GlaryUtilities.installer.yaml b/manifests/g/Glarysoft/GlaryUtilities/6.12.0.16/Glarysoft.GlaryUtilities.installer.yaml deleted file mode 100644 index 2e2c2cc59c54c..0000000000000 --- a/manifests/g/Glarysoft/GlaryUtilities/6.12.0.16/Glarysoft.GlaryUtilities.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Glarysoft.GlaryUtilities -PackageVersion: 6.12.0.16 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: machine -InstallerSwitches: - Silent: /S - SilentWithProgress: /S -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://download.glarysoft.com/gusetup.exe - InstallerSha256: 6B607375E1573C404973BB7EE9B73E795CAEB348F6F498DCBD162098463D5AC6 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Glarysoft/GlaryUtilities/6.12.0.16/Glarysoft.GlaryUtilities.yaml b/manifests/g/Glarysoft/GlaryUtilities/6.12.0.16/Glarysoft.GlaryUtilities.yaml deleted file mode 100644 index 6e2ed81075f2a..0000000000000 --- a/manifests/g/Glarysoft/GlaryUtilities/6.12.0.16/Glarysoft.GlaryUtilities.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Glarysoft.GlaryUtilities -PackageVersion: 6.12.0.16 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Glarysoft/GlaryUtilities/6.15.0.19/Glarysoft.GlaryUtilities.installer.yaml b/manifests/g/Glarysoft/GlaryUtilities/6.15.0.19/Glarysoft.GlaryUtilities.installer.yaml new file mode 100644 index 0000000000000..c1c483b474896 --- /dev/null +++ b/manifests/g/Glarysoft/GlaryUtilities/6.15.0.19/Glarysoft.GlaryUtilities.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Glarysoft.GlaryUtilities +PackageVersion: 6.15.0.19 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://download.glarysoft.com/gusetup.exe + InstallerSha256: E5CEEEDDADB88816224BA9F7ABB52D424883135BCAA32B5224D078EC73400E2A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Glarysoft/GlaryUtilities/6.12.0.16/Glarysoft.GlaryUtilities.locale.en-US.yaml b/manifests/g/Glarysoft/GlaryUtilities/6.15.0.19/Glarysoft.GlaryUtilities.locale.en-US.yaml similarity index 89% rename from manifests/g/Glarysoft/GlaryUtilities/6.12.0.16/Glarysoft.GlaryUtilities.locale.en-US.yaml rename to manifests/g/Glarysoft/GlaryUtilities/6.15.0.19/Glarysoft.GlaryUtilities.locale.en-US.yaml index dc83e33776cd5..6942e1adbfad0 100644 --- a/manifests/g/Glarysoft/GlaryUtilities/6.12.0.16/Glarysoft.GlaryUtilities.locale.en-US.yaml +++ b/manifests/g/Glarysoft/GlaryUtilities/6.15.0.19/Glarysoft.GlaryUtilities.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.5.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Glarysoft.GlaryUtilities -PackageVersion: 6.12.0.16 +PackageVersion: 6.15.0.19 PackageLocale: en-US Publisher: Glarysoft Ltd PublisherUrl: https://glarysoft.com/ diff --git a/manifests/g/Glarysoft/GlaryUtilities/6.15.0.19/Glarysoft.GlaryUtilities.yaml b/manifests/g/Glarysoft/GlaryUtilities/6.15.0.19/Glarysoft.GlaryUtilities.yaml new file mode 100644 index 0000000000000..d4b0a6f18d584 --- /dev/null +++ b/manifests/g/Glarysoft/GlaryUtilities/6.15.0.19/Glarysoft.GlaryUtilities.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Glarysoft.GlaryUtilities +PackageVersion: 6.15.0.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GlavSoft/TightVNC/2.8.84/GlavSoft.TightVNC.installer.yaml b/manifests/g/GlavSoft/TightVNC/2.8.84/GlavSoft.TightVNC.installer.yaml new file mode 100644 index 0000000000000..8ecd98f26e1a1 --- /dev/null +++ b/manifests/g/GlavSoft/TightVNC/2.8.84/GlavSoft.TightVNC.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GlavSoft.TightVNC +PackageVersion: 2.8.84 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- vnc +ReleaseDate: 2024-05-15 +AppsAndFeaturesEntries: +- DisplayVersion: 2.8.84.0 + UpgradeCode: '{B1F272B0-5B47-46F0-9AF2-705E64EB1A69}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.tightvnc.com/download/2.8.84/tightvnc-2.8.84-gpl-setup-32bit.msi + InstallerSha256: 74777A93BA424EE70B3020AF8BA03E7A6A618C74AB447F83291AAD5211F1A3EA + ProductCode: '{0ED9CDBF-9368-40C3-A586-C19B4359443E}' +- Architecture: x64 + InstallerUrl: https://www.tightvnc.com/download/2.8.84/tightvnc-2.8.84-gpl-setup-64bit.msi + InstallerSha256: 1F6F3811E97EA920486A0AAA35410C06253C3659022F5B29E80227E3CEEAB3E3 + ProductCode: '{5AE9C1FB-F4F8-44A7-8550-F0592F56A1F2}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GlavSoft/TightVNC/2.8.84/GlavSoft.TightVNC.locale.en-US.yaml b/manifests/g/GlavSoft/TightVNC/2.8.84/GlavSoft.TightVNC.locale.en-US.yaml new file mode 100644 index 0000000000000..79075374d9b28 --- /dev/null +++ b/manifests/g/GlavSoft/TightVNC/2.8.84/GlavSoft.TightVNC.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GlavSoft.TightVNC +PackageVersion: 2.8.84 +PackageLocale: en-US +Publisher: GlavSoft LLC. +PublisherUrl: https://www.tightvnc.com/ +PublisherSupportUrl: https://www.tightvnc.com/contact.php +PrivacyUrl: https://www.tightvnc.com/privacy.php +Author: GlavSoft LLC. +PackageName: TightVNC +PackageUrl: https://www.tightvnc.com/ +License: GNU General Public License v2 +LicenseUrl: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +ShortDescription: Free, Lightweight, Fast and Reliable Remote Control / Remote Desktop Software +Description: |- + TightVNC is a free remote desktop application. + With TightVNC, you can see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer. +Moniker: tightvnc +Tags: +- remote-desktop +- remote-management +- vnc +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://tightvnc.com/faq.php +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GlavSoft/TightVNC/2.8.84/GlavSoft.TightVNC.yaml b/manifests/g/GlavSoft/TightVNC/2.8.84/GlavSoft.TightVNC.yaml new file mode 100644 index 0000000000000..10d3913714905 --- /dev/null +++ b/manifests/g/GlavSoft/TightVNC/2.8.84/GlavSoft.TightVNC.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GlavSoft.TightVNC +PackageVersion: 2.8.84 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GlavSoft/TightVNC/2.8.85/GlavSoft.TightVNC.installer.yaml b/manifests/g/GlavSoft/TightVNC/2.8.85/GlavSoft.TightVNC.installer.yaml new file mode 100644 index 0000000000000..c25c8511acc84 --- /dev/null +++ b/manifests/g/GlavSoft/TightVNC/2.8.85/GlavSoft.TightVNC.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GlavSoft.TightVNC +PackageVersion: 2.8.85 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- vnc +ReleaseDate: 2024-08-14 +AppsAndFeaturesEntries: +- DisplayVersion: 2.8.85.0 + UpgradeCode: '{B1F272B0-5B47-46F0-9AF2-705E64EB1A69}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.tightvnc.com/download/2.8.85/tightvnc-2.8.85-gpl-setup-32bit.msi + InstallerSha256: A4929BB1DCFC7AA245A44E8B4B7240CCCC94BCAD7240282409C144EFE3912AE9 + ProductCode: '{AD4F638B-9866-4191-850A-5C2C562B2F3B}' +- Architecture: x64 + InstallerUrl: https://www.tightvnc.com/download/2.8.85/tightvnc-2.8.85-gpl-setup-64bit.msi + InstallerSha256: D8FBED7B27EBAB86DF6F780F6E86F723668F3715CEE521CCAA4568812AEF5F3E + ProductCode: '{78CA3586-0715-4862-B091-200565E3BC87}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GlavSoft/TightVNC/2.8.85/GlavSoft.TightVNC.locale.en-US.yaml b/manifests/g/GlavSoft/TightVNC/2.8.85/GlavSoft.TightVNC.locale.en-US.yaml new file mode 100644 index 0000000000000..e7536be7311ea --- /dev/null +++ b/manifests/g/GlavSoft/TightVNC/2.8.85/GlavSoft.TightVNC.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GlavSoft.TightVNC +PackageVersion: 2.8.85 +PackageLocale: en-US +Publisher: GlavSoft LLC. +PublisherUrl: https://www.tightvnc.com/ +PublisherSupportUrl: https://www.tightvnc.com/contact.php +PrivacyUrl: https://www.tightvnc.com/privacy.php +Author: GlavSoft LLC. +PackageName: TightVNC +PackageUrl: https://www.tightvnc.com/ +License: GNU General Public License v2 +LicenseUrl: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +ShortDescription: Free, Lightweight, Fast and Reliable Remote Control / Remote Desktop Software +Description: |- + TightVNC is a free remote desktop application. + With TightVNC, you can see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer. +Moniker: tightvnc +Tags: +- remote-desktop +- remote-management +- vnc +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://tightvnc.com/faq.php +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GlavSoft/TightVNC/2.8.85/GlavSoft.TightVNC.yaml b/manifests/g/GlavSoft/TightVNC/2.8.85/GlavSoft.TightVNC.yaml new file mode 100644 index 0000000000000..96ed244f6941a --- /dev/null +++ b/manifests/g/GlavSoft/TightVNC/2.8.85/GlavSoft.TightVNC.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GlavSoft.TightVNC +PackageVersion: 2.8.85 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gleam/Gleam/1.4.0/Gleam.Gleam.installer.yaml b/manifests/g/Gleam/Gleam/1.4.0/Gleam.Gleam.installer.yaml new file mode 100644 index 0000000000000..39ba250862aab --- /dev/null +++ b/manifests/g/Gleam/Gleam/1.4.0/Gleam.Gleam.installer.yaml @@ -0,0 +1,19 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gleam.Gleam +PackageVersion: 1.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gleam.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Erlang.ErlangOTP +ReleaseDate: 2024-08-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gleam-lang/gleam/releases/download/v1.4.0/gleam-v1.4.0-x86_64-pc-windows-msvc.zip + InstallerSha256: 4A6829EAF555D97A024D2F11A70C9C8AC96600798CBB9B5245E471960CC211B2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gleam/Gleam/1.4.0/Gleam.Gleam.locale.en-US.yaml b/manifests/g/Gleam/Gleam/1.4.0/Gleam.Gleam.locale.en-US.yaml new file mode 100644 index 0000000000000..6c7cfde1cf434 --- /dev/null +++ b/manifests/g/Gleam/Gleam/1.4.0/Gleam.Gleam.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gleam.Gleam +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: Gleam +PublisherUrl: https://github.com/gleam-lang +PublisherSupportUrl: https://github.com/gleam-lang/gleam/issues +PackageName: Gleam +PackageUrl: https://gleam.run/ +License: Apache-2.0 +LicenseUrl: https://github.com/gleam-lang/gleam/blob/main/LICENCE +ShortDescription: Gleam is a friendly language for building type-safe systems that scale! +Description: The power of a type system, the expressiveness of functional programming, and the reliability of the highly concurrent, fault tolerant Erlang runtime, with a familiar and modern syntax. +Tags: +- elixr +- erlang +- functional-programming +- javascript +- programming-language +- statically-typed +ReleaseNotesUrl: https://github.com/gleam-lang/gleam/releases/tag/v1.4.0 +Documentations: +- DocumentLabel: Gleam Documentation + DocumentUrl: https://gleam.run/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gleam/Gleam/1.4.0/Gleam.Gleam.yaml b/manifests/g/Gleam/Gleam/1.4.0/Gleam.Gleam.yaml new file mode 100644 index 0000000000000..7926af90a44b8 --- /dev/null +++ b/manifests/g/Gleam/Gleam/1.4.0/Gleam.Gleam.yaml @@ -0,0 +1,8 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gleam.Gleam +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gleam/Gleam/1.4.1/Gleam.Gleam.installer.yaml b/manifests/g/Gleam/Gleam/1.4.1/Gleam.Gleam.installer.yaml new file mode 100644 index 0000000000000..c2d8567fcf2c0 --- /dev/null +++ b/manifests/g/Gleam/Gleam/1.4.1/Gleam.Gleam.installer.yaml @@ -0,0 +1,19 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gleam.Gleam +PackageVersion: 1.4.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gleam.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Erlang.ErlangOTP +ReleaseDate: 2024-08-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gleam-lang/gleam/releases/download/v1.4.1/gleam-v1.4.1-x86_64-pc-windows-msvc.zip + InstallerSha256: F579AA23FD8FE8D8ABAA2ABCC74AAEC433383C3EA417B22E71C487CCB19AE11F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gleam/Gleam/1.4.1/Gleam.Gleam.locale.en-US.yaml b/manifests/g/Gleam/Gleam/1.4.1/Gleam.Gleam.locale.en-US.yaml new file mode 100644 index 0000000000000..061fa87933444 --- /dev/null +++ b/manifests/g/Gleam/Gleam/1.4.1/Gleam.Gleam.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gleam.Gleam +PackageVersion: 1.4.1 +PackageLocale: en-US +Publisher: Gleam +PublisherUrl: https://github.com/gleam-lang +PublisherSupportUrl: https://github.com/gleam-lang/gleam/issues +PackageName: Gleam +PackageUrl: https://gleam.run/ +License: Apache-2.0 +LicenseUrl: https://github.com/gleam-lang/gleam/blob/main/LICENCE +ShortDescription: Gleam is a friendly language for building type-safe systems that scale! +Description: The power of a type system, the expressiveness of functional programming, and the reliability of the highly concurrent, fault tolerant Erlang runtime, with a familiar and modern syntax. +Tags: +- elixr +- erlang +- functional-programming +- javascript +- programming-language +- statically-typed +ReleaseNotesUrl: https://github.com/gleam-lang/gleam/releases/tag/v1.4.1 +Documentations: +- DocumentLabel: Gleam Documentation + DocumentUrl: https://gleam.run/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gleam/Gleam/1.4.1/Gleam.Gleam.yaml b/manifests/g/Gleam/Gleam/1.4.1/Gleam.Gleam.yaml new file mode 100644 index 0000000000000..320691f769950 --- /dev/null +++ b/manifests/g/Gleam/Gleam/1.4.1/Gleam.Gleam.yaml @@ -0,0 +1,8 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gleam.Gleam +PackageVersion: 1.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Glodon/CADReader/3.7.0.17/Glodon.CADReader.installer.yaml b/manifests/g/Glodon/CADReader/3.7.0.17/Glodon.CADReader.installer.yaml new file mode 100644 index 0000000000000..9a78feb2992b7 --- /dev/null +++ b/manifests/g/Glodon/CADReader/3.7.0.17/Glodon.CADReader.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Glodon.CADReader +PackageVersion: 3.7.0.17 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- dwg +- dxf +AppsAndFeaturesEntries: +- DisplayName: CADReader v3.7.0.17 + ProductCode: '{F820B3E7-90F4-4420-8C49-3B0107740927}_is1' +Installers: +- Architecture: x86 + InstallerUrl: http://yuntu-f.fastcadreader.com/cad/app/CADReaderIntl_3.7.0.17.exe + InstallerSha256: 03ACCA069B81D87401E32214671549C7C5A43EC56B4BCF1AA054B37D7F91AE14 + ProductCode: '{F820B3E7-90F4-4420-8C49-3B0107740927}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Glodon/CADReader/3.7.0.17/Glodon.CADReader.locale.en-US.yaml b/manifests/g/Glodon/CADReader/3.7.0.17/Glodon.CADReader.locale.en-US.yaml new file mode 100644 index 0000000000000..59a97a8ef6a5c --- /dev/null +++ b/manifests/g/Glodon/CADReader/3.7.0.17/Glodon.CADReader.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Glodon.CADReader +PackageVersion: 3.7.0.17 +PackageLocale: en-US +Publisher: Glodon Co. Ltd +PublisherUrl: https://www.glodon.com/en +PublisherSupportUrl: https://cadreader.glodon.com/question/list +PrivacyUrl: https://cadreader.glodon.com/account/privacy +Author: Beijing Glodon Yuntu Dream Technology Co., Ltd. +PackageName: CADReader +PackageUrl: https://cadreader.glodon.com +License: Proprietary +LicenseUrl: https://cadreader.glodon.com/termsAndConditions +Copyright: Copyright (C) 1998-2024 Glodon Company Limited +# CopyrightUrl: +ShortDescription: A fast DWG/DXF viewer and measurement tool +Description: CAD Reader is a fast and easy-to-use DXF & DWG drawing viewer, which can open, view, mark, measure, and share your AutoCAD files easily. +# Moniker: +Tags: +- blueprint +- cad +- drawing +- reader +- tangent +- viewer +# ReleaseNotes: +ReleaseNotesUrl: http://yuntu-f.fastcadreader.com/cad/app/changelog/3.7.0.17.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Glodon/CADReader/3.7.0.17/Glodon.CADReader.locale.zh-CN.yaml b/manifests/g/Glodon/CADReader/3.7.0.17/Glodon.CADReader.locale.zh-CN.yaml new file mode 100644 index 0000000000000..52c1c3c080376 --- /dev/null +++ b/manifests/g/Glodon/CADReader/3.7.0.17/Glodon.CADReader.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Glodon.CADReader +PackageVersion: 3.7.0.17 +PackageLocale: zh-CN +Publisher: Glodon Co. Ltd +PublisherUrl: https://www.glodon.com/en +PublisherSupportUrl: https://cadreader.glodon.com/question/list +PrivacyUrl: https://cadreader.glodon.com/account/privacy +Author: 北京广联达云图梦想科技有限公司 +PackageName: CADReader +PackageUrl: https://cadreader.glodon.com +License: 专有软件 +LicenseUrl: https://cadreader.glodon.com/termsAndConditions +Copyright: Copyright (C) 1998-2024 Glodon Company Limited +# CopyrightUrl: +ShortDescription: 一款快速的 DWG/DXF 查看器和测量工具 +Description: CAD Reader 是一款快速、易用的 DXF 和 DWG 图纸查看器,可以轻松打开、查看、标记、测量、分享您的 AutoCAD 文件。 +# Moniker: +Tags: +- cad +- 图纸 +- 天正 +- 查看器 +- 看图 +- 蓝图 +- 阅读器 +# ReleaseNotes: +ReleaseNotesUrl: http://yuntu-f.fastcadreader.com/cad/app/changelog/3.7.0.17.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Glodon/CADReader/3.7.0.17/Glodon.CADReader.yaml b/manifests/g/Glodon/CADReader/3.7.0.17/Glodon.CADReader.yaml new file mode 100644 index 0000000000000..cb4f121ad8f1a --- /dev/null +++ b/manifests/g/Glodon/CADReader/3.7.0.17/Glodon.CADReader.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Glodon.CADReader +PackageVersion: 3.7.0.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Glodon/CADReader/CN/6.3.0.97/Glodon.CADReader.CN.installer.yaml b/manifests/g/Glodon/CADReader/CN/6.3.0.97/Glodon.CADReader.CN.installer.yaml new file mode 100644 index 0000000000000..2379b4c9be4bc --- /dev/null +++ b/manifests/g/Glodon/CADReader/CN/6.3.0.97/Glodon.CADReader.CN.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Glodon.CADReader.CN +PackageVersion: 6.3.0.97 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- bin +- dwg +- dxf +- octet-stream +AppsAndFeaturesEntries: +- DisplayName: CAD快速看图v6.3.0.97 + ProductCode: '{DDD659B5-6B07-4F5A-A0D3-9E8D3147E165}_is1' +Installers: +- Architecture: x86 + InstallerUrl: http://yuntu-f.kuaicad.com/app/CADReaderPc_6.3.0.97.exe + InstallerSha256: 66ED1F97BD32CF684D28515F139C9C964F107C66749E0279BBDF08483F346159 + ProductCode: '{DDD659B5-6B07-4F5A-A0D3-9E8D3147E165}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Glodon/CADReader/CN/6.3.0.97/Glodon.CADReader.CN.locale.en-US.yaml b/manifests/g/Glodon/CADReader/CN/6.3.0.97/Glodon.CADReader.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..88dd2f145dc9c --- /dev/null +++ b/manifests/g/Glodon/CADReader/CN/6.3.0.97/Glodon.CADReader.CN.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Glodon.CADReader.CN +PackageVersion: 6.3.0.97 +PackageLocale: en-US +Publisher: 广联达科技股份有限公司 +PublisherUrl: https://www.glodon.com +PublisherSupportUrl: http://cadclub.glodon.com/question/list +PrivacyUrl: https://yuntu-f.glodon.com/policy/privacypolicy.html +Author: Beijing Glodon Yuntu Dream Technology Co., Ltd. +PackageName: CAD快速看图 +PackageUrl: https://cad.glodon.com +License: Proprietary +LicenseUrl: https://yuntu-f.glodon.com/policy/userprotocol.html +Copyright: Copyright (C) 1998-2024 Beijing Glodon Yuntu Dream Technology Co., Ltd. +# CopyrightUrl: +ShortDescription: A fast DWG/DXF viewer and measurement tool +Description: CAD Reader is a fast and easy-to-use DXF & DWG drawing viewer, which can open, view, mark, measure, and share your AutoCAD files easily. +# Moniker: +Tags: +- blueprint +- cad +- drawing +- reader +- tangent +- viewer +# ReleaseNotes: +ReleaseNotesUrl: http://yuntu-f.kuaicad.com/html/pc/update_6.3.0.97.html +PurchaseUrl: https://cad.glodon.com/user/index +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Glodon/CADReader/CN/6.3.0.97/Glodon.CADReader.CN.locale.zh-CN.yaml b/manifests/g/Glodon/CADReader/CN/6.3.0.97/Glodon.CADReader.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d5053bbfca0cb --- /dev/null +++ b/manifests/g/Glodon/CADReader/CN/6.3.0.97/Glodon.CADReader.CN.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Glodon.CADReader.CN +PackageVersion: 6.3.0.97 +PackageLocale: zh-CN +Publisher: 广联达科技股份有限公司 +PublisherUrl: https://www.glodon.com +PublisherSupportUrl: http://cadclub.glodon.com/question/list +PrivacyUrl: https://yuntu-f.glodon.com/policy/privacypolicy.html +Author: 北京广联达云图梦想科技有限公司 +PackageName: CAD快速看图 +PackageUrl: https://cad.glodon.com +License: 专有软件 +LicenseUrl: https://yuntu-f.glodon.com/policy/userprotocol.html +Copyright: Copyright (C) 1998-2024 北京广联达云图梦想科技有限公司. +# CopyrightUrl: +ShortDescription: 一款支持天正建筑、天正给排水、天正暖通、天正电气的 CAD 看图工具 +Description: CAD 快速看图是北京广联达云图梦想科技有限公司(广联达科技股份有限公司控股子公司)自主研发的全平台 CAD 看图软件(支持 Windows、Android、iOS 等),是一款支持天正建筑、天正给排水、天正暖通、天正电气的 CAD 看图工具,打开速度快,支持各种版本的 CAD 图纸,并且拥有提取文字表格、图纸对比、图形识别、测量弧长面积、外部参照管理和云盘同步标注等功能,操作简便、功能强大,是工程人看图的重要工具。 +# Moniker: +Tags: +- cad +- 图纸 +- 天正 +- 查看器 +- 看图 +- 蓝图 +- 阅读器 +ReleaseNotes: |- + 1. 新增批量导出 PDF 功能 + 2. 支持天正 T20v10 正式版图纸显示 + 3. 优化图纸显示 +ReleaseNotesUrl: http://yuntu-f.kuaicad.com/html/pc/update_6.3.0.97.html +PurchaseUrl: https://cad.glodon.com/user/index +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Glodon/CADReader/CN/6.3.0.97/Glodon.CADReader.CN.yaml b/manifests/g/Glodon/CADReader/CN/6.3.0.97/Glodon.CADReader.CN.yaml new file mode 100644 index 0000000000000..d40003d823141 --- /dev/null +++ b/manifests/g/Glodon/CADReader/CN/6.3.0.97/Glodon.CADReader.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Glodon.CADReader.CN +PackageVersion: 6.3.0.97 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.21.13/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.21.13/GoLang.Go.installer.yaml new file mode 100644 index 0000000000000..9f6d611a75ed9 --- /dev/null +++ b/manifests/g/GoLang/Go/1.21.13/GoLang.Go.installer.yaml @@ -0,0 +1,43 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.21.13 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- go +FileExtensions: +- go +- gohtml +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x86 + InstallerUrl: https://go.dev/dl/go1.21.13.windows-386.msi + InstallerSha256: 79B7C27C829ADA6297A16A7B7AD90442298D67A679EE0E9A606C12E26FFA6568 + ProductCode: '{A256F9FE-F124-492F-9222-4F45D2BFDD0D}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language 386 go1.21.13 + UpgradeCode: '{1C3114EA-08C3-11E1-9095-7FCA4824019B}' +- Architecture: x64 + InstallerUrl: https://go.dev/dl/go1.21.13.windows-amd64.msi + InstallerSha256: 9368D0A98785FBA102A186D92265D91D7B4594DEC142B496E8D42E1C8B5B4C32 + ProductCode: '{411E2C27-4B29-4DFF-A40C-F0C7E7142966}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language amd64 go1.21.13 + UpgradeCode: '{22EA7650-4AC6-4001-BF29-F4B8775DB1C0}' +- Architecture: arm64 + InstallerUrl: https://go.dev/dl/go1.21.13.windows-arm64.msi + InstallerSha256: 703E234B86667A9B4A5651AC8901F7E6970F443809958A002561BAF13AD910E6 + ProductCode: '{15C709D3-4B59-459D-A3B9-BECD5227D98C}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language arm64 go1.21.13 + UpgradeCode: '{21ADE9A3-3FDD-4BA6-BEA6-C85ABADC9488}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.21.13/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.21.13/GoLang.Go.locale.en-US.yaml new file mode 100644 index 0000000000000..393631a452680 --- /dev/null +++ b/manifests/g/GoLang/Go/1.21.13/GoLang.Go.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.21.13 +PackageLocale: en-US +Publisher: https://golang.org +PublisherUrl: https://go.dev/ +PrivacyUrl: https://google.com/intl/policies/privacy +Author: The Go Authors +PackageName: Go Programming Language +PackageUrl: https://go.dev/ +License: BSD 3-Clause License +LicenseUrl: https://github.com/golang/go/blob/master/LICENSE +Copyright: Copyright (c) 2009 The Go Authors. All rights reserved. +CopyrightUrl: https://github.com/golang/go/blob/master/LICENSE +ShortDescription: Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. +Description: |- + The Go programming language is an open source project to make programmers more productive. + Go is expressive, concise, clean, and efficient. + Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. + Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. + It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. +Moniker: go +Tags: +- go +- golang +- language +- programming +Documentations: +- DocumentLabel: Effective Go + DocumentUrl: https://go.dev/doc/effective_go +- DocumentLabel: Standard library + DocumentUrl: https://pkg.go.dev/std +- DocumentLabel: User Manual + DocumentUrl: https://go.dev/doc +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.21.13/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.21.13/GoLang.Go.yaml new file mode 100644 index 0000000000000..e1eb1f00bc664 --- /dev/null +++ b/manifests/g/GoLang/Go/1.21.13/GoLang.Go.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.21.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.22.6/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.22.6/GoLang.Go.installer.yaml new file mode 100644 index 0000000000000..810bf1784b52b --- /dev/null +++ b/manifests/g/GoLang/Go/1.22.6/GoLang.Go.installer.yaml @@ -0,0 +1,55 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.22.6 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- go +FileExtensions: +- go +- gohtml +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x86 + InstallerUrl: https://go.dev/dl/go1.22.6.windows-386.msi + InstallerSha256: A57821DAB76AF1EF7A6B62DB1628F0CAA74343E0C7CB829DF9CE8EA0713A3E8E + ProductCode: '{28289C0D-44DF-481D-911F-270CD7D4D9F2}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language 386 go1.22.6 + Publisher: https://go.dev + ProductCode: '{28289C0D-44DF-481D-911F-270CD7D4D9F2}' + UpgradeCode: '{1C3114EA-08C3-11E1-9095-7FCA4824019B}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Go' +- Architecture: x64 + InstallerUrl: https://go.dev/dl/go1.22.6.windows-amd64.msi + InstallerSha256: 1238A3E6892EB8A0EB3FE0640E18AB82CA21CC1A933F16897B2AD081F057B5DA + ProductCode: '{D1F7AB4C-5AA1-49D4-B082-92F54A35E5D8}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language amd64 go1.22.6 + Publisher: https://go.dev + ProductCode: '{D1F7AB4C-5AA1-49D4-B082-92F54A35E5D8}' + UpgradeCode: '{22EA7650-4AC6-4001-BF29-F4B8775DB1C0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +- Architecture: arm64 + InstallerUrl: https://go.dev/dl/go1.22.6.windows-arm64.msi + InstallerSha256: 91C6B3376612095315A0AEAE4B03E3DA34FABE9DFD4532D023E2A70F913CF22A + ProductCode: '{0E219293-8815-4AEB-B36B-9CD800061A75}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language arm64 go1.22.6 + Publisher: https://go.dev + ProductCode: '{0E219293-8815-4AEB-B36B-9CD800061A75}' + UpgradeCode: '{21ADE9A3-3FDD-4BA6-BEA6-C85ABADC9488}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.22.6/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.22.6/GoLang.Go.locale.en-US.yaml new file mode 100644 index 0000000000000..4eeaccf0998c4 --- /dev/null +++ b/manifests/g/GoLang/Go/1.22.6/GoLang.Go.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.22.6 +PackageLocale: en-US +Publisher: https://golang.org +PublisherUrl: https://go.dev/ +PrivacyUrl: https://google.com/intl/policies/privacy +Author: The Go Authors +PackageName: Go Programming Language +PackageUrl: https://go.dev/ +License: BSD 3-Clause License +LicenseUrl: https://github.com/golang/go/blob/master/LICENSE +Copyright: Copyright (c) 2009 The Go Authors. All rights reserved. +CopyrightUrl: https://github.com/golang/go/blob/master/LICENSE +ShortDescription: Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. +Description: |- + The Go programming language is an open source project to make programmers more productive. + Go is expressive, concise, clean, and efficient. + Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. + Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. + It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. +Moniker: go +Tags: +- go +- golang +- language +- programming +Documentations: +- DocumentLabel: Effective Go + DocumentUrl: https://go.dev/doc/effective_go +- DocumentLabel: Standard library + DocumentUrl: https://pkg.go.dev/std +- DocumentLabel: User Manual + DocumentUrl: https://go.dev/doc +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.22.6/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.22.6/GoLang.Go.yaml new file mode 100644 index 0000000000000..e431056c2f3a4 --- /dev/null +++ b/manifests/g/GoLang/Go/1.22.6/GoLang.Go.yaml @@ -0,0 +1,8 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.22.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.22.7/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.22.7/GoLang.Go.installer.yaml new file mode 100644 index 0000000000000..6b18d42fc92d7 --- /dev/null +++ b/manifests/g/GoLang/Go/1.22.7/GoLang.Go.installer.yaml @@ -0,0 +1,55 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.22.7 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- go +FileExtensions: +- go +- gohtml +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x86 + InstallerUrl: https://go.dev/dl/go1.22.7.windows-386.msi + InstallerSha256: 5233111A3FCE9821C482C6ADAAC11CCC4DC512DD0268C649036581B4BA104E56 + ProductCode: '{6975609A-2F52-4100-A575-7C069A088586}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language 386 go1.22.7 + Publisher: https://go.dev + ProductCode: '{6975609A-2F52-4100-A575-7C069A088586}' + UpgradeCode: '{1C3114EA-08C3-11E1-9095-7FCA4824019B}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Go' +- Architecture: x64 + InstallerUrl: https://go.dev/dl/go1.22.7.windows-amd64.msi + InstallerSha256: 03EAE6F30F3EB0DFFFFD75D42F611B22DF4D0311C16DCE37CAEFE85B8AECF229 + ProductCode: '{2481EC6D-6492-4726-97CF-951AA955D60B}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language amd64 go1.22.7 + Publisher: https://go.dev + ProductCode: '{2481EC6D-6492-4726-97CF-951AA955D60B}' + UpgradeCode: '{22EA7650-4AC6-4001-BF29-F4B8775DB1C0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +- Architecture: arm64 + InstallerUrl: https://go.dev/dl/go1.22.7.windows-arm64.msi + InstallerSha256: 3462F2B0FBE993DD63E064D1BBF135FFF9E42ED9EDA4AF9F175BCAD9283A9220 + ProductCode: '{462BF65A-56F0-4460-AECD-3826BED37192}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language arm64 go1.22.7 + Publisher: https://go.dev + ProductCode: '{462BF65A-56F0-4460-AECD-3826BED37192}' + UpgradeCode: '{21ADE9A3-3FDD-4BA6-BEA6-C85ABADC9488}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.22.7/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.22.7/GoLang.Go.locale.en-US.yaml new file mode 100644 index 0000000000000..deff543677ee9 --- /dev/null +++ b/manifests/g/GoLang/Go/1.22.7/GoLang.Go.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.22.7 +PackageLocale: en-US +Publisher: https://golang.org +PublisherUrl: https://go.dev/ +PrivacyUrl: https://google.com/intl/policies/privacy +Author: The Go Authors +PackageName: Go Programming Language +PackageUrl: https://go.dev/ +License: BSD 3-Clause License +LicenseUrl: https://github.com/golang/go/blob/master/LICENSE +Copyright: Copyright (c) 2009 The Go Authors. All rights reserved. +CopyrightUrl: https://github.com/golang/go/blob/master/LICENSE +ShortDescription: Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. +Description: |- + The Go programming language is an open source project to make programmers more productive. + Go is expressive, concise, clean, and efficient. + Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. + Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. + It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. +Moniker: go +Tags: +- go +- golang +- language +- programming +Documentations: +- DocumentLabel: Effective Go + DocumentUrl: https://go.dev/doc/effective_go +- DocumentLabel: Standard library + DocumentUrl: https://pkg.go.dev/std +- DocumentLabel: User Manual + DocumentUrl: https://go.dev/doc +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.22.7/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.22.7/GoLang.Go.yaml new file mode 100644 index 0000000000000..515cb627ffa27 --- /dev/null +++ b/manifests/g/GoLang/Go/1.22.7/GoLang.Go.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.22.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.23.0/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.23.0/GoLang.Go.installer.yaml new file mode 100644 index 0000000000000..a2400bf5bb15c --- /dev/null +++ b/manifests/g/GoLang/Go/1.23.0/GoLang.Go.installer.yaml @@ -0,0 +1,55 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.23.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- go +FileExtensions: +- go +- gohtml +ReleaseDate: 2024-08-13 +Installers: +- Architecture: x86 + InstallerUrl: https://go.dev/dl/go1.23.0.windows-386.msi + InstallerSha256: 803EF1D4F431D37AC8572AD9B0B65A4F945798208CD16B7F0588960E6B0949BA + ProductCode: '{66EE7F8C-0898-44C5-971B-40F2B21972EB}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language 386 go1.23.0 + Publisher: https://go.dev + ProductCode: '{66EE7F8C-0898-44C5-971B-40F2B21972EB}' + UpgradeCode: '{1C3114EA-08C3-11E1-9095-7FCA4824019B}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Go' +- Architecture: x64 + InstallerUrl: https://go.dev/dl/go1.23.0.windows-amd64.msi + InstallerSha256: 93E1CF580893303D0F6AC10647335DE9F0768199D7027D8A361639CAE6AB3145 + ProductCode: '{155F66D6-0911-4DB0-9187-45059C2BBC87}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language amd64 go1.23.0 + Publisher: https://go.dev + ProductCode: '{155F66D6-0911-4DB0-9187-45059C2BBC87}' + UpgradeCode: '{22EA7650-4AC6-4001-BF29-F4B8775DB1C0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +- Architecture: arm64 + InstallerUrl: https://go.dev/dl/go1.23.0.windows-arm64.msi + InstallerSha256: A876ED2BB130D9146152AAF391638ABD79DCB3A4F2E9CC59B78709DCEF29CED3 + ProductCode: '{EBD3EA7B-0B72-4440-9A7C-4E6EDAE4F800}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language arm64 go1.23.0 + Publisher: https://go.dev + ProductCode: '{EBD3EA7B-0B72-4440-9A7C-4E6EDAE4F800}' + UpgradeCode: '{21ADE9A3-3FDD-4BA6-BEA6-C85ABADC9488}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.23.0/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.23.0/GoLang.Go.locale.en-US.yaml new file mode 100644 index 0000000000000..6e3d4dba1c3f0 --- /dev/null +++ b/manifests/g/GoLang/Go/1.23.0/GoLang.Go.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.23.0 +PackageLocale: en-US +Publisher: https://golang.org +PublisherUrl: https://go.dev/ +PrivacyUrl: https://google.com/intl/policies/privacy +Author: The Go Authors +PackageName: Go Programming Language +PackageUrl: https://go.dev/ +License: BSD 3-Clause License +LicenseUrl: https://github.com/golang/go/blob/master/LICENSE +Copyright: Copyright (c) 2009 The Go Authors. All rights reserved. +CopyrightUrl: https://github.com/golang/go/blob/master/LICENSE +ShortDescription: Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. +Description: |- + The Go programming language is an open source project to make programmers more productive. + Go is expressive, concise, clean, and efficient. + Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. + Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. + It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. +Moniker: go +Tags: +- go +- golang +- language +- programming +Documentations: +- DocumentLabel: Effective Go + DocumentUrl: https://go.dev/doc/effective_go +- DocumentLabel: Standard library + DocumentUrl: https://pkg.go.dev/std +- DocumentLabel: User Manual + DocumentUrl: https://go.dev/doc +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.23.0/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.23.0/GoLang.Go.yaml new file mode 100644 index 0000000000000..2616b10ca866d --- /dev/null +++ b/manifests/g/GoLang/Go/1.23.0/GoLang.Go.yaml @@ -0,0 +1,8 @@ +# Created with AutoPublish using komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.23.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.23.1/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.23.1/GoLang.Go.installer.yaml new file mode 100644 index 0000000000000..c4c4ff73728a3 --- /dev/null +++ b/manifests/g/GoLang/Go/1.23.1/GoLang.Go.installer.yaml @@ -0,0 +1,55 @@ +# Created with AutoPublish using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.23.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- go +FileExtensions: +- go +- gohtml +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x86 + InstallerUrl: https://go.dev/dl/go1.23.1.windows-386.msi + InstallerSha256: 369A17F0CFD29E5C848E58FFE0D772DA20ABE334D1C7CA01DBCD55BB3DB0B440 + ProductCode: '{AEA26F8C-99FE-48DE-860B-4C6BAD03B3C9}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language 386 go1.23.1 + Publisher: https://go.dev + ProductCode: '{AEA26F8C-99FE-48DE-860B-4C6BAD03B3C9}' + UpgradeCode: '{1C3114EA-08C3-11E1-9095-7FCA4824019B}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Go' +- Architecture: x64 + InstallerUrl: https://go.dev/dl/go1.23.1.windows-amd64.msi + InstallerSha256: E99DAC215EE437B9BB8F8B14BBFE0E8756882C1ED291F30818E8363BC9C047A5 + ProductCode: '{90B90396-EB7C-4A6A-8A94-C619603AE670}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language amd64 go1.23.1 + Publisher: https://go.dev + ProductCode: '{90B90396-EB7C-4A6A-8A94-C619603AE670}' + UpgradeCode: '{22EA7650-4AC6-4001-BF29-F4B8775DB1C0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +- Architecture: arm64 + InstallerUrl: https://go.dev/dl/go1.23.1.windows-arm64.msi + InstallerSha256: 313E1A543931AD8735B4DF8969E00F5F4C2EF07BE21F54015EDE961A70263D35 + ProductCode: '{0AF4C3B7-07D6-413F-AC0F-B008546C730B}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language arm64 go1.23.1 + Publisher: https://go.dev + ProductCode: '{0AF4C3B7-07D6-413F-AC0F-B008546C730B}' + UpgradeCode: '{21ADE9A3-3FDD-4BA6-BEA6-C85ABADC9488}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.23.1/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.23.1/GoLang.Go.locale.en-US.yaml new file mode 100644 index 0000000000000..f10bc1872188d --- /dev/null +++ b/manifests/g/GoLang/Go/1.23.1/GoLang.Go.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with AutoPublish using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.23.1 +PackageLocale: en-US +Publisher: https://golang.org +PublisherUrl: https://go.dev/ +PrivacyUrl: https://google.com/intl/policies/privacy +Author: The Go Authors +PackageName: Go Programming Language +PackageUrl: https://go.dev/ +License: BSD 3-Clause License +LicenseUrl: https://github.com/golang/go/blob/master/LICENSE +Copyright: Copyright (c) 2009 The Go Authors. All rights reserved. +CopyrightUrl: https://github.com/golang/go/blob/master/LICENSE +ShortDescription: Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. +Description: |- + The Go programming language is an open source project to make programmers more productive. + Go is expressive, concise, clean, and efficient. + Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. + Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. + It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. +Moniker: go +Tags: +- go +- golang +- language +- programming +Documentations: +- DocumentLabel: Effective Go + DocumentUrl: https://go.dev/doc/effective_go +- DocumentLabel: Standard library + DocumentUrl: https://pkg.go.dev/std +- DocumentLabel: User Manual + DocumentUrl: https://go.dev/doc +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoLang/Go/1.23.1/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.23.1/GoLang.Go.yaml new file mode 100644 index 0000000000000..8be7f6dbbcf7f --- /dev/null +++ b/manifests/g/GoLang/Go/1.23.1/GoLang.Go.yaml @@ -0,0 +1,8 @@ +# Created with AutoPublish using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.23.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoTo/GoTo/4.10.0/GoTo.GoTo.installer.yaml b/manifests/g/GoTo/GoTo/4.10.0/GoTo.GoTo.installer.yaml new file mode 100644 index 0000000000000..80c67c9aee930 --- /dev/null +++ b/manifests/g/GoTo/GoTo/4.10.0/GoTo.GoTo.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GoTo.GoTo +PackageVersion: 4.10.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- goto +ReleaseDate: 2024-08-16 +Installers: +- Architecture: x86 + InstallerUrl: https://goto-desktop.goto.com/GoToSetup-4.10.0.exe + InstallerSha256: 205F615C56C788B1F7A957094E290727E321FE4F85C8A3B92A30E6835639D9ED + ProductCode: b5746384-3503-4fbf-824a-0a42d1bd0639 +- Architecture: x64 + InstallerUrl: https://goto-desktop.goto.com/GoToSetup-4.10.0.exe + InstallerSha256: 205F615C56C788B1F7A957094E290727E321FE4F85C8A3B92A30E6835639D9ED + ProductCode: b5746384-3503-4fbf-824a-0a42d1bd0639 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoTo/GoTo/4.10.0/GoTo.GoTo.locale.en-US.yaml b/manifests/g/GoTo/GoTo/4.10.0/GoTo.GoTo.locale.en-US.yaml new file mode 100644 index 0000000000000..032ab0854a2fc --- /dev/null +++ b/manifests/g/GoTo/GoTo/4.10.0/GoTo.GoTo.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GoTo.GoTo +PackageVersion: 4.10.0 +PackageLocale: en-US +Publisher: GoTo Group, Inc. +PublisherUrl: https://www.goto.com/ +PublisherSupportUrl: https://support.goto.com/ +PrivacyUrl: https://www.goto.com/company/legal/privacy +Author: GoTo Group, Inc. +PackageName: GoTo +PackageUrl: https://meet.goto.com/install +License: Proprietary +LicenseUrl: https://www.goto.com/company/legal/terms-and-conditions +Copyright: Copyright © 2024 GoTo Group, Inc. +CopyrightUrl: https://www.goto.com/company/legal/trademark +ShortDescription: Meet with anyone on any device. GoTo makes virtual meetings simple and secure, so you can always do your best work together, wherever. +# Description: +# Moniker: +Tags: +- chat +- collaborate +- collaboration +- conference +- conferencing +- meeting +- video-conferencing +- voice-conferencing +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoTo/GoTo/4.10.0/GoTo.GoTo.locale.zh-CN.yaml b/manifests/g/GoTo/GoTo/4.10.0/GoTo.GoTo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d7791281e47d8 --- /dev/null +++ b/manifests/g/GoTo/GoTo/4.10.0/GoTo.GoTo.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GoTo.GoTo +PackageVersion: 4.10.0 +PackageLocale: zh-CN +Publisher: GoTo Group, Inc. +PublisherUrl: https://www.goto.com/ +PublisherSupportUrl: https://support.goto.com/ +PrivacyUrl: https://www.goto.com/company/legal/privacy +Author: GoTo Group, Inc. +PackageName: GoTo +PackageUrl: https://meet.goto.com/install +License: 专有软件 +LicenseUrl: https://www.goto.com/company/legal/terms-and-conditions +Copyright: Copyright © 2024 GoTo Group, Inc. +CopyrightUrl: https://www.goto.com/company/legal/trademark +ShortDescription: 在任何设备上与任何人会面。GoTo 让虚拟会议变得简单而安全,让您随时随地都能共同完成最佳工作。 +# Description: +# Moniker: +Tags: +- 会议 +- 协作 +- 协同 +- 开会 +- 研讨会 +- 视频会议 +- 聊天 +- 语音会议 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoTo/GoTo/4.10.0/GoTo.GoTo.yaml b/manifests/g/GoTo/GoTo/4.10.0/GoTo.GoTo.yaml new file mode 100644 index 0000000000000..e3fe556465164 --- /dev/null +++ b/manifests/g/GoTo/GoTo/4.10.0/GoTo.GoTo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GoTo.GoTo +PackageVersion: 4.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoTo/GoTo/4.11.0/GoTo.GoTo.installer.yaml b/manifests/g/GoTo/GoTo/4.11.0/GoTo.GoTo.installer.yaml new file mode 100644 index 0000000000000..3463a2ba49e7b --- /dev/null +++ b/manifests/g/GoTo/GoTo/4.11.0/GoTo.GoTo.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GoTo.GoTo +PackageVersion: 4.11.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- goto +ReleaseDate: 2024-09-06 +Installers: +- Architecture: x86 + InstallerUrl: https://goto-desktop.goto.com/GoToSetup-4.11.0.exe + InstallerSha256: 4F7AD0DDEEC1DEB97BE5C8965CB6513997889CA542C95C09A037CBAEB99EE328 + ProductCode: b5746384-3503-4fbf-824a-0a42d1bd0639 +- Architecture: x64 + InstallerUrl: https://goto-desktop.goto.com/GoToSetup-4.11.0.exe + InstallerSha256: 4F7AD0DDEEC1DEB97BE5C8965CB6513997889CA542C95C09A037CBAEB99EE328 + ProductCode: b5746384-3503-4fbf-824a-0a42d1bd0639 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoTo/GoTo/4.11.0/GoTo.GoTo.locale.en-US.yaml b/manifests/g/GoTo/GoTo/4.11.0/GoTo.GoTo.locale.en-US.yaml new file mode 100644 index 0000000000000..01241be4fd1b4 --- /dev/null +++ b/manifests/g/GoTo/GoTo/4.11.0/GoTo.GoTo.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GoTo.GoTo +PackageVersion: 4.11.0 +PackageLocale: en-US +Publisher: GoTo Group, Inc. +PublisherUrl: https://www.goto.com/ +PublisherSupportUrl: https://support.goto.com/ +PrivacyUrl: https://www.goto.com/company/legal/privacy +Author: GoTo Group, Inc. +PackageName: GoTo +PackageUrl: https://meet.goto.com/install +License: Proprietary +LicenseUrl: https://www.goto.com/company/legal/terms-and-conditions +Copyright: Copyright © 2024 GoTo Group, Inc. +CopyrightUrl: https://www.goto.com/company/legal/trademark +ShortDescription: Meet with anyone on any device. GoTo makes virtual meetings simple and secure, so you can always do your best work together, wherever. +# Description: +# Moniker: +Tags: +- chat +- collaborate +- collaboration +- conference +- conferencing +- meeting +- video-conferencing +- voice-conferencing +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoTo/GoTo/4.11.0/GoTo.GoTo.locale.zh-CN.yaml b/manifests/g/GoTo/GoTo/4.11.0/GoTo.GoTo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f9ababcfcedca --- /dev/null +++ b/manifests/g/GoTo/GoTo/4.11.0/GoTo.GoTo.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GoTo.GoTo +PackageVersion: 4.11.0 +PackageLocale: zh-CN +Publisher: GoTo Group, Inc. +PublisherUrl: https://www.goto.com/ +PublisherSupportUrl: https://support.goto.com/ +PrivacyUrl: https://www.goto.com/company/legal/privacy +Author: GoTo Group, Inc. +PackageName: GoTo +PackageUrl: https://meet.goto.com/install +License: 专有软件 +LicenseUrl: https://www.goto.com/company/legal/terms-and-conditions +Copyright: Copyright © 2024 GoTo Group, Inc. +CopyrightUrl: https://www.goto.com/company/legal/trademark +ShortDescription: 在任何设备上与任何人会面。GoTo 让虚拟会议变得简单而安全,让您随时随地都能共同完成最佳工作。 +# Description: +# Moniker: +Tags: +- 会议 +- 协作 +- 协同 +- 开会 +- 研讨会 +- 视频会议 +- 聊天 +- 语音会议 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoTo/GoTo/4.11.0/GoTo.GoTo.yaml b/manifests/g/GoTo/GoTo/4.11.0/GoTo.GoTo.yaml new file mode 100644 index 0000000000000..f11e073a585d4 --- /dev/null +++ b/manifests/g/GoTo/GoTo/4.11.0/GoTo.GoTo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GoTo.GoTo +PackageVersion: 4.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoXLR-on-Linux/GoXLR-Utility/1.1.2/GoXLR-on-Linux.GoXLR-Utility.installer.yaml b/manifests/g/GoXLR-on-Linux/GoXLR-Utility/1.1.2/GoXLR-on-Linux.GoXLR-Utility.installer.yaml new file mode 100644 index 0000000000000..19b4fd6aba2c5 --- /dev/null +++ b/manifests/g/GoXLR-on-Linux/GoXLR-Utility/1.1.2/GoXLR-on-Linux.GoXLR-Utility.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GoXLR-on-Linux.GoXLR-Utility +PackageVersion: 1.1.2 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevationRequired +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/GoXLR-on-Linux/goxlr-utility/releases/download/v1.1.2/goxlr-utility-1.1.2.exe + InstallerSha256: 765C4E0C00D66626EE7BD5266C9B334EEDD1483A479A8701306CAFC214F8A79A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoXLR-on-Linux/GoXLR-Utility/1.1.2/GoXLR-on-Linux.GoXLR-Utility.locale.en-GB.yaml b/manifests/g/GoXLR-on-Linux/GoXLR-Utility/1.1.2/GoXLR-on-Linux.GoXLR-Utility.locale.en-GB.yaml new file mode 100644 index 0000000000000..01a63897a1863 --- /dev/null +++ b/manifests/g/GoXLR-on-Linux/GoXLR-Utility/1.1.2/GoXLR-on-Linux.GoXLR-Utility.locale.en-GB.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GoXLR-on-Linux.GoXLR-Utility +PackageVersion: 1.1.2 +PackageLocale: en-GB +Publisher: The GoXLR on Linux Team +PublisherUrl: https://github.com/GoXLR-on-Linux +PackageName: GoXLR Utility +License: MIT +LicenseUrl: https://github.com/GoXLR-on-Linux/goxlr-utility/blob/HEAD/LICENSE +ShortDescription: An unofficial GoXLR App replacement for Linux, Windows and MacOS +Tags: +- goxlr +- goxlr-on-linux +- linux +- rust +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoXLR-on-Linux/GoXLR-Utility/1.1.2/GoXLR-on-Linux.GoXLR-Utility.yaml b/manifests/g/GoXLR-on-Linux/GoXLR-Utility/1.1.2/GoXLR-on-Linux.GoXLR-Utility.yaml new file mode 100644 index 0000000000000..473794c7aee53 --- /dev/null +++ b/manifests/g/GoXLR-on-Linux/GoXLR-Utility/1.1.2/GoXLR-on-Linux.GoXLR-Utility.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GoXLR-on-Linux.GoXLR-Utility +PackageVersion: 1.1.2 +DefaultLocale: en-GB +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GodotEngine/GodotEngine/4.3/GodotEngine.GodotEngine.installer.yaml b/manifests/g/GodotEngine/GodotEngine/4.3/GodotEngine.GodotEngine.installer.yaml new file mode 100644 index 0000000000000..514cf87d304f9 --- /dev/null +++ b/manifests/g/GodotEngine/GodotEngine/4.3/GodotEngine.GodotEngine.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GodotEngine.GodotEngine +PackageVersion: '4.3' +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2024-08-15 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: Godot_v4.3-stable_win32.exe + PortableCommandAlias: godot + - RelativeFilePath: Godot_v4.3-stable_win32_console.exe + PortableCommandAlias: godot_console + InstallerUrl: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_win32.exe.zip + InstallerSha256: C2057E082DD17E82B7F414F879E9384AC32B0CB1E89F87E7BBF343FE4FD084A4 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: Godot_v4.3-stable_win64.exe + PortableCommandAlias: godot + - RelativeFilePath: Godot_v4.3-stable_win64_console.exe + PortableCommandAlias: godot_console + InstallerUrl: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_win64.exe.zip + InstallerSha256: 8F2C75B734BD956027AE3CA92C41F78B5D5A255DACC0F20E4E3C523C545AD410 +ManifestType: installer +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/g/GodotEngine/GodotEngine/4.3/GodotEngine.GodotEngine.locale.en-US.yaml b/manifests/g/GodotEngine/GodotEngine/4.3/GodotEngine.GodotEngine.locale.en-US.yaml new file mode 100644 index 0000000000000..cd24e538a9cda --- /dev/null +++ b/manifests/g/GodotEngine/GodotEngine/4.3/GodotEngine.GodotEngine.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GodotEngine.GodotEngine +PackageVersion: '4.3' +PackageLocale: en-US +Publisher: Godot Engine +PublisherUrl: https://godotengine.org/ +PublisherSupportUrl: https://github.com/godotengine/godot/issues +PrivacyUrl: https://godotengine.org/privacy-policy +Author: Godot Engine +PackageName: Godot Engine +PackageUrl: https://godotengine.org/download/windows +License: MIT +LicenseUrl: https://github.com/godotengine/godot/blob/HEAD/LICENSE.txt +Copyright: |- + Copyright (c) 2014-present Godot Engine contributors. + Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. +CopyrightUrl: https://godotengine.org/license +ShortDescription: Multi-platform 2D and 3D game engine +Description: |- + Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface. + It provides a comprehensive set of common tools, so that users can focus on making games without having to + reinvent the wheel. Games can be exported with one click to a number of platforms, including the major desktop + platforms (Linux, macOS, Windows), mobile platforms (Android, iOS), as well as Web-based platforms and consoles. +Moniker: godot +Tags: +- game-development +- game-engine +- gamedev +- godot +- godotengine +- hacktoberfest +- multi-platform +- open-source +ReleaseNotes: |- + Godot 4.3 is a feature release improving upon the previous version in many aspects, such as usability and performance. Feature releases also contain new features, but preserve compatibility with previous releases.Report bugs on GitHub after checking that they haven't been reported: + + - Release announcement + - Interactive changelog (text version) + - Migration guide + - Breaking changes + + - Download (GitHub): Expand Assets below + - Download (TuxFamily) +ReleaseNotesUrl: https://github.com/godotengine/godot/releases/tag/4.3-stable +InstallationNotes: |- + Note when running WinGet to Install This Package *Without Admin Privileges*: + WinGet *Can Not* Create Command Line Alias(es) unless Admin Privileges are provided, as without Admin Privileges Winget *Can Not* Create Symbolic Links for those Command Lines Aliases. + More Details: + https://github.com/microsoft/winget-cli/issues/549 + https://github.com/microsoft/winget-cli/issues/361 +Documentations: +- DocumentLabel: Godot Engine 4.3 documentation in English + DocumentUrl: https://docs.godotengine.org/en/4.3/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GodotEngine/GodotEngine/4.3/GodotEngine.GodotEngine.yaml b/manifests/g/GodotEngine/GodotEngine/4.3/GodotEngine.GodotEngine.yaml new file mode 100644 index 0000000000000..22194b64ae01a --- /dev/null +++ b/manifests/g/GodotEngine/GodotEngine/4.3/GodotEngine.GodotEngine.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GodotEngine.GodotEngine +PackageVersion: '4.3' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GodotEngine/GodotEngine/Mono/4.3/GodotEngine.GodotEngine.Mono.installer.yaml b/manifests/g/GodotEngine/GodotEngine/Mono/4.3/GodotEngine.GodotEngine.Mono.installer.yaml new file mode 100644 index 0000000000000..1344ca1307741 --- /dev/null +++ b/manifests/g/GodotEngine/GodotEngine/Mono/4.3/GodotEngine.GodotEngine.Mono.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GodotEngine.GodotEngine.Mono +PackageVersion: '4.3' +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2024-08-15 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: Godot_v4.3-stable_mono_win32/Godot_v4.3-stable_mono_win32.exe + PortableCommandAlias: godot + - RelativeFilePath: Godot_v4.3-stable_mono_win32/Godot_v4.3-stable_mono_win32_console.exe + PortableCommandAlias: godot_console + InstallerUrl: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_mono_win32.zip + InstallerSha256: 3E8D9B2EA62237852A582D1F81BF428620E5194F86A414F7B032BE6759ACD984 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: Godot_v4.3-stable_mono_win64/Godot_v4.3-stable_mono_win64.exe + PortableCommandAlias: godot + - RelativeFilePath: Godot_v4.3-stable_mono_win64/Godot_v4.3-stable_mono_win64_console.exe + PortableCommandAlias: godot_console + InstallerUrl: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_mono_win64.zip + InstallerSha256: 63A214ACEFED9A2DF6C2BEB0808AD0B4CFBC306AC5B4AACB7DCB33C344330006 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GodotEngine/GodotEngine/Mono/4.3/GodotEngine.GodotEngine.Mono.locale.en-US.yaml b/manifests/g/GodotEngine/GodotEngine/Mono/4.3/GodotEngine.GodotEngine.Mono.locale.en-US.yaml new file mode 100644 index 0000000000000..699220e50f029 --- /dev/null +++ b/manifests/g/GodotEngine/GodotEngine/Mono/4.3/GodotEngine.GodotEngine.Mono.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GodotEngine.GodotEngine.Mono +PackageVersion: '4.3' +PackageLocale: en-US +Publisher: Godot Engine +PublisherUrl: https://godotengine.org/ +PublisherSupportUrl: https://github.com/godotengine/godot/issues +PackageName: Godot Engine (Mono) +PackageUrl: https://github.com/godotengine/godot +License: MIT +LicenseUrl: https://github.com/godotengine/godot/blob/HEAD/LICENSE.txt +ShortDescription: The Mono version of the Godot Engine +Tags: +- game-development +- game-engine +- gamedev +- godot +- godotengine +- hacktoberfest +- multi-platform +- open-source +ReleaseNotes: |- + Godot 4.3 is a feature release improving upon the previous version in many aspects, such as usability and performance. Feature releases also contain new features, but preserve compatibility with previous releases.Report bugs on GitHub after checking that they haven't been reported: + + - Release announcement + - Interactive changelog (text version) + - Migration guide + - Breaking changes + + - Download (GitHub): Expand Assets below + - Download (TuxFamily) +ReleaseNotesUrl: https://github.com/godotengine/godot/releases/tag/4.3-stable +InstallationNotes: |- + Note when running WinGet to Install This Package *Without Admin Privileges*: + WinGet *Can Not* Create Command Line Alias(es) unless Admin Privileges are provided, as without Admin Privileges Winget *Can Not* Create Symbolic Links for those Command Lines Aliases. + More Details: + https://github.com/microsoft/winget-cli/issues/549 + https://github.com/microsoft/winget-cli/issues/361 +Documentations: +- DocumentLabel: Godot Engine 4.3 documentation in English + DocumentUrl: https://docs.godotengine.org/en/4.3/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GodotEngine/GodotEngine/Mono/4.3/GodotEngine.GodotEngine.Mono.yaml b/manifests/g/GodotEngine/GodotEngine/Mono/4.3/GodotEngine.GodotEngine.Mono.yaml new file mode 100644 index 0000000000000..fc4db19a44d46 --- /dev/null +++ b/manifests/g/GodotEngine/GodotEngine/Mono/4.3/GodotEngine.GodotEngine.Mono.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GodotEngine.GodotEngine.Mono +PackageVersion: '4.3' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AdsEditor/14.7.2.0/Google.AdsEditor.installer.yaml b/manifests/g/Google/AdsEditor/14.7.2.0/Google.AdsEditor.installer.yaml new file mode 100644 index 0000000000000..8cba1a4b20be3 --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.7.2.0/Google.AdsEditor.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AdsEditor +PackageVersion: 14.7.2.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{5BEA827F-44A7-11EF-B725-CE56190BCC1A}' + UpgradeCode: '{2C881436-87C2-4224-B264-38277EB91B37}' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/misc/adsfahmsld6rw6nig57si6bgz7iq_14.7.2.0/google_ads_editor.msi + InstallerSha256: 3CBB12E38A25CFCDB14F8B8451490038A325D45445930ED8B2BFF1C17A99EAC6 + ProductCode: '{5BEA827F-44A7-11EF-B725-CE56190BCC1A}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AdsEditor/14.7.2.0/Google.AdsEditor.locale.en-US.yaml b/manifests/g/Google/AdsEditor/14.7.2.0/Google.AdsEditor.locale.en-US.yaml new file mode 100644 index 0000000000000..c156772209c7b --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.7.2.0/Google.AdsEditor.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AdsEditor +PackageVersion: 14.7.2.0 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/google-ads/editor/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Ads Editor +PackageUrl: https://ads.google.com/home/tools/ads-editor/ +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Google Ads Editor is a free, downloadable application for managing your Google Ads campaigns. +# Description: +Moniker: google-ads-editor +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://support.google.com/google-ads/editor/answer/14439157 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AdsEditor/14.7.2.0/Google.AdsEditor.locale.zh-CN.yaml b/manifests/g/Google/AdsEditor/14.7.2.0/Google.AdsEditor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a5ede800a87c9 --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.7.2.0/Google.AdsEditor.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.AdsEditor +PackageVersion: 14.7.2.0 +PackageLocale: zh-CN +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/google-ads/editor/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Ads Editor +PackageUrl: https://ads.google.com/home/tools/ads-editor/ +License: 免费软件 +LicenseUrl: https://policies.google.com/terms?hl=zh-CN +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: Google Ads Editor 是一款可下载的免费应用程序,用于管理 Google 广告系列。 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://support.google.com/google-ads/editor/answer/14439157?hl=zh-cn +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AdsEditor/14.7.2.0/Google.AdsEditor.yaml b/manifests/g/Google/AdsEditor/14.7.2.0/Google.AdsEditor.yaml new file mode 100644 index 0000000000000..b74854110f7ad --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.7.2.0/Google.AdsEditor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AdsEditor +PackageVersion: 14.7.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AdsEditor/14.7.3.0/Google.AdsEditor.installer.yaml b/manifests/g/Google/AdsEditor/14.7.3.0/Google.AdsEditor.installer.yaml new file mode 100644 index 0000000000000..f7ef3962d3b45 --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.7.3.0/Google.AdsEditor.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AdsEditor +PackageVersion: 14.7.3.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{91460565-4954-11EF-A375-C39BD635D6AD}' + UpgradeCode: '{2C881436-87C2-4224-B264-38277EB91B37}' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/misc/ad7psgkincmy2lfv4zouf7yhfxrq_14.7.3.0/google_ads_editor.msi + InstallerSha256: 1155EF2EEBE65A72AEB7DE47A4FD06D893F16518F47610870681A6C820CE1F4C + ProductCode: '{91460565-4954-11EF-A375-C39BD635D6AD}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AdsEditor/14.7.3.0/Google.AdsEditor.locale.en-US.yaml b/manifests/g/Google/AdsEditor/14.7.3.0/Google.AdsEditor.locale.en-US.yaml new file mode 100644 index 0000000000000..ab5a8089e7f79 --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.7.3.0/Google.AdsEditor.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AdsEditor +PackageVersion: 14.7.3.0 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/google-ads/editor/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Ads Editor +PackageUrl: https://ads.google.com/home/tools/ads-editor/ +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Google Ads Editor is a free, downloadable application for managing your Google Ads campaigns. +# Description: +Moniker: google-ads-editor +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://support.google.com/google-ads/editor/answer/14439157 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AdsEditor/14.7.3.0/Google.AdsEditor.locale.zh-CN.yaml b/manifests/g/Google/AdsEditor/14.7.3.0/Google.AdsEditor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d4d382d7520cb --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.7.3.0/Google.AdsEditor.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.AdsEditor +PackageVersion: 14.7.3.0 +PackageLocale: zh-CN +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/google-ads/editor/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Ads Editor +PackageUrl: https://ads.google.com/home/tools/ads-editor/ +License: 免费软件 +LicenseUrl: https://policies.google.com/terms?hl=zh-CN +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: Google Ads Editor 是一款可下载的免费应用程序,用于管理 Google 广告系列。 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://support.google.com/google-ads/editor/answer/14439157?hl=zh-cn +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AdsEditor/14.7.3.0/Google.AdsEditor.yaml b/manifests/g/Google/AdsEditor/14.7.3.0/Google.AdsEditor.yaml new file mode 100644 index 0000000000000..1339090f04de6 --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.7.3.0/Google.AdsEditor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AdsEditor +PackageVersion: 14.7.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AdsEditor/14.7.4.0/Google.AdsEditor.installer.yaml b/manifests/g/Google/AdsEditor/14.7.4.0/Google.AdsEditor.installer.yaml new file mode 100644 index 0000000000000..665fbeeb5633f --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.7.4.0/Google.AdsEditor.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AdsEditor +PackageVersion: 14.7.4.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{B4BF73A6-6A13-11EF-9E2E-D6081A89A06F}' + UpgradeCode: '{2C881436-87C2-4224-B264-38277EB91B37}' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/misc/ahszaakqssw7sesk36aiwbla6y_14.7.4.0/google_ads_editor.msi + InstallerSha256: A307D0FB12659090A180780334C25261160F15A7BF8C4E817CEE75927194E14C + ProductCode: '{B4BF73A6-6A13-11EF-9E2E-D6081A89A06F}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AdsEditor/14.7.4.0/Google.AdsEditor.locale.en-US.yaml b/manifests/g/Google/AdsEditor/14.7.4.0/Google.AdsEditor.locale.en-US.yaml new file mode 100644 index 0000000000000..6f3c620e71ff9 --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.7.4.0/Google.AdsEditor.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AdsEditor +PackageVersion: 14.7.4.0 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/google-ads/editor/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Ads Editor +PackageUrl: https://ads.google.com/home/tools/ads-editor/ +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Google Ads Editor is a free, downloadable application for managing your Google Ads campaigns. +# Description: +Moniker: google-ads-editor +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://support.google.com/google-ads/editor/answer/14439157 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AdsEditor/14.7.4.0/Google.AdsEditor.locale.zh-CN.yaml b/manifests/g/Google/AdsEditor/14.7.4.0/Google.AdsEditor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8668328b7f785 --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.7.4.0/Google.AdsEditor.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.AdsEditor +PackageVersion: 14.7.4.0 +PackageLocale: zh-CN +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/google-ads/editor/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Ads Editor +PackageUrl: https://ads.google.com/home/tools/ads-editor/ +License: 免费软件 +LicenseUrl: https://policies.google.com/terms?hl=zh-CN +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: Google Ads Editor 是一款可下载的免费应用程序,用于管理 Google 广告系列。 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://support.google.com/google-ads/editor/answer/14439157?hl=zh-cn +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AdsEditor/14.7.4.0/Google.AdsEditor.yaml b/manifests/g/Google/AdsEditor/14.7.4.0/Google.AdsEditor.yaml new file mode 100644 index 0000000000000..d240192e9b3bf --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.7.4.0/Google.AdsEditor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AdsEditor +PackageVersion: 14.7.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidGPUInspector/3.3.1/Google.AndroidGPUInspector.installer.yaml b/manifests/g/Google/AndroidGPUInspector/3.3.1/Google.AndroidGPUInspector.installer.yaml new file mode 100644 index 0000000000000..53ae3b12dd9d0 --- /dev/null +++ b/manifests/g/Google/AndroidGPUInspector/3.3.1/Google.AndroidGPUInspector.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AndroidGPUInspector +PackageVersion: 3.3.1 +InstallerLocale: en-US +InstallerType: wix +Scope: user +ProductCode: '{F4390F3C-D326-4E11-9CD9-462F3647FF5A}' +ReleaseDate: 2023-06-07 +AppsAndFeaturesEntries: +- DisplayName: Android GPU Inspector 3.3.1 + Publisher: Google, Inc + ProductCode: '{F4390F3C-D326-4E11-9CD9-462F3647FF5A}' + UpgradeCode: '{7187CA6A-4A6D-4187-B6B2-1E100176A91D}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\agi' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/google/agi/releases/download/3.3.1/agi-3.3.1-windows.msi + InstallerSha256: 9875A7D47576B983E5B3E60C485548ED4382AF53195DD189D1FDEF2E6B4119D2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidGPUInspector/3.3.1/Google.AndroidGPUInspector.locale.en-US.yaml b/manifests/g/Google/AndroidGPUInspector/3.3.1/Google.AndroidGPUInspector.locale.en-US.yaml new file mode 100644 index 0000000000000..f49a294974bee --- /dev/null +++ b/manifests/g/Google/AndroidGPUInspector/3.3.1/Google.AndroidGPUInspector.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AndroidGPUInspector +PackageVersion: 3.3.1 +PackageLocale: en-US +Publisher: Google, Inc +PublisherUrl: https://github.com/google +PublisherSupportUrl: https://github.com/google/agi/issues +PackageName: Android GPU Inspector 3.3.0 +License: Apache-2.0 +LicenseUrl: https://github.com/google/agi/blob/HEAD/LICENSE +ShortDescription: Android GPU Inspector +Tags: +- android +- debugger +- gpu +- graphics +- linux +- macos +- profiler +- replay +- trace +- vulkan +- windows +ReleaseNotes: |- + Bugfixes and Improvements + - Fixed crashing in sample during validation + - Misc UI improvements + - Added PowerVR Validator +ReleaseNotesUrl: https://github.com/google/agi/releases/tag/3.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidGPUInspector/3.3.1/Google.AndroidGPUInspector.yaml b/manifests/g/Google/AndroidGPUInspector/3.3.1/Google.AndroidGPUInspector.yaml new file mode 100644 index 0000000000000..38c44324879ed --- /dev/null +++ b/manifests/g/Google/AndroidGPUInspector/3.3.1/Google.AndroidGPUInspector.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AndroidGPUInspector +PackageVersion: 3.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/2024.1.1.12/Google.AndroidStudio.installer.yaml b/manifests/g/Google/AndroidStudio/2024.1.1.12/Google.AndroidStudio.installer.yaml deleted file mode 100644 index 80cc930e0bd71..0000000000000 --- a/manifests/g/Google/AndroidStudio/2024.1.1.12/Google.AndroidStudio.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.AndroidStudio -PackageVersion: 2024.1.1.12 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -InstallerSuccessCodes: -- 1223 -UpgradeBehavior: install -ReleaseDate: 2024-07-11 -AppsAndFeaturesEntries: -- DisplayVersion: "2024.1" -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x64 - InstallerUrl: https://redirector.gvt1.com/edgedl/android/studio/install/2024.1.1.12/android-studio-2024.1.1.12-windows.exe - InstallerSha256: 049F91189FD7A8815C9E2A06664E4BBB92DE51684D328E0FE34B8E088B9C7496 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/2024.1.2.12/Google.AndroidStudio.installer.yaml b/manifests/g/Google/AndroidStudio/2024.1.2.12/Google.AndroidStudio.installer.yaml new file mode 100644 index 0000000000000..7c6af25f9f27c --- /dev/null +++ b/manifests/g/Google/AndroidStudio/2024.1.2.12/Google.AndroidStudio.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio +PackageVersion: 2024.1.2.12 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ReleaseDate: 2024-08-29 +AppsAndFeaturesEntries: +- DisplayVersion: "2024.1" +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://redirector.gvt1.com/edgedl/android/studio/install/2024.1.2.12/android-studio-2024.1.2.12-windows.exe + InstallerSha256: 81AAAF21A7A6EBDD7C60EFFEF7AB74DDB6A18EEB1C942491C53A42B9EFA59054 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/2024.1.1.12/Google.AndroidStudio.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/2024.1.2.12/Google.AndroidStudio.locale.en-US.yaml similarity index 93% rename from manifests/g/Google/AndroidStudio/2024.1.1.12/Google.AndroidStudio.locale.en-US.yaml rename to manifests/g/Google/AndroidStudio/2024.1.2.12/Google.AndroidStudio.locale.en-US.yaml index 6ec7df87bb870..e124fe6d0be0e 100644 --- a/manifests/g/Google/AndroidStudio/2024.1.1.12/Google.AndroidStudio.locale.en-US.yaml +++ b/manifests/g/Google/AndroidStudio/2024.1.2.12/Google.AndroidStudio.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.5.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Google.AndroidStudio -PackageVersion: 2024.1.1.12 +PackageVersion: 2024.1.2.12 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://developer.android.com/ @@ -19,12 +19,12 @@ Description: |- Android Studio is the official Integrated Development Environment (IDE) for Android app development. Based on the powerful code editor and developer tools from IntelliJ IDEA, Android Studio offers even more features that enhance your productivity when building Android apps. -Moniker: androidstudio +Moniker: android-studio Tags: - aab - adb - android -- android-studio +- androidstudio - apk - app - debug diff --git a/manifests/g/Google/AndroidStudio/2024.1.1.12/Google.AndroidStudio.yaml b/manifests/g/Google/AndroidStudio/2024.1.2.12/Google.AndroidStudio.yaml similarity index 75% rename from manifests/g/Google/AndroidStudio/2024.1.1.12/Google.AndroidStudio.yaml rename to manifests/g/Google/AndroidStudio/2024.1.2.12/Google.AndroidStudio.yaml index 7c2f4488ac7f2..1568749c64181 100644 --- a/manifests/g/Google/AndroidStudio/2024.1.1.12/Google.AndroidStudio.yaml +++ b/manifests/g/Google/AndroidStudio/2024.1.2.12/Google.AndroidStudio.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.5.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Google.AndroidStudio -PackageVersion: 2024.1.1.12 +PackageVersion: 2024.1.2.12 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Beta/2024.2.1.6/Google.AndroidStudio.Beta.installer.yaml b/manifests/g/Google/AndroidStudio/Beta/2024.2.1.6/Google.AndroidStudio.Beta.installer.yaml new file mode 100644 index 0000000000000..2edc47eddae2a --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Beta/2024.2.1.6/Google.AndroidStudio.Beta.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Beta +PackageVersion: 2024.2.1.6 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ReleaseDate: 2024-09-05 +AppsAndFeaturesEntries: +- DisplayName: Android Studio +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://redirector.gvt1.com/edgedl/android/studio/install/2024.2.1.6/android-studio-2024.2.1.6-windows.exe + InstallerSha256: C432DF7C98D31943366E30A109955241502655687EE417049FDF5100C540A9AC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Beta/2024.2.1.6/Google.AndroidStudio.Beta.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Beta/2024.2.1.6/Google.AndroidStudio.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..ed479263c9072 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Beta/2024.2.1.6/Google.AndroidStudio.Beta.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Beta +PackageVersion: 2024.2.1.6 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Beta +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-beta +Tags: +- aab +- adb +- android +- android-studio +- androidstudiobeta +- apk +- app +- beta +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +ReleaseNotesUrl: https://androidstudio.googleblog.com/2024/09/android-studio-ladybug-202421-beta-1.html +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Beta/2024.2.1.6/Google.AndroidStudio.Beta.yaml b/manifests/g/Google/AndroidStudio/Beta/2024.2.1.6/Google.AndroidStudio.Beta.yaml new file mode 100644 index 0000000000000..fcb018959b355 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Beta/2024.2.1.6/Google.AndroidStudio.Beta.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Beta +PackageVersion: 2024.2.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Beta/2024.2.1.7/Google.AndroidStudio.Beta.installer.yaml b/manifests/g/Google/AndroidStudio/Beta/2024.2.1.7/Google.AndroidStudio.Beta.installer.yaml new file mode 100644 index 0000000000000..34aac7aaa7c97 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Beta/2024.2.1.7/Google.AndroidStudio.Beta.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Beta +PackageVersion: 2024.2.1.7 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ReleaseDate: 2024-09-12 +AppsAndFeaturesEntries: +- DisplayName: Android Studio +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://redirector.gvt1.com/edgedl/android/studio/install/2024.2.1.7/android-studio-2024.2.1.7-windows.exe + InstallerSha256: 31872984412B3346A660DB70EA6DCCA534C333C200CE9740B37E0D7EF4E62385 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Beta/2024.2.1.7/Google.AndroidStudio.Beta.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Beta/2024.2.1.7/Google.AndroidStudio.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..f9013ba7381a9 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Beta/2024.2.1.7/Google.AndroidStudio.Beta.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Beta +PackageVersion: 2024.2.1.7 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Beta +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-beta +Tags: +- aab +- adb +- android +- android-studio +- androidstudiobeta +- apk +- app +- beta +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +ReleaseNotesUrl: https://androidstudio.googleblog.com/2024/09/android-studio-ladybug-202421-beta-2.html +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Beta/2024.2.1.7/Google.AndroidStudio.Beta.yaml b/manifests/g/Google/AndroidStudio/Beta/2024.2.1.7/Google.AndroidStudio.Beta.yaml new file mode 100644 index 0000000000000..f74b412bb1c7e --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Beta/2024.2.1.7/Google.AndroidStudio.Beta.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Beta +PackageVersion: 2024.2.1.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.1.3.2/Google.AndroidStudio.Canary.installer.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.1.3.2/Google.AndroidStudio.Canary.installer.yaml new file mode 100644 index 0000000000000..1385fe4185556 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.1.3.2/Google.AndroidStudio.Canary.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.1.3.2 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ReleaseDate: 2024-07-22 +AppsAndFeaturesEntries: +- DisplayName: Android Studio +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://redirector.gvt1.com/edgedl/android/studio/install/2024.1.3.2/android-studio-2024.1.3.2-windows.exe + InstallerSha256: 3C702E3150A2C414F5DF4AF38AA3409B3EFCDCD87CF99D43CE105FA98172A9CF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.1.3.2/Google.AndroidStudio.Canary.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.1.3.2/Google.AndroidStudio.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..342e8c661ba0a --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.1.3.2/Google.AndroidStudio.Canary.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.1.3.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Canary +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-canary +Tags: +- aab +- adb +- android +- android-studio +- apk +- app +- canary +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +ReleaseNotesUrl: https://androidstudio.googleblog.com/2024/07/android-studio-ladybug-202413-canary-2.html +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.1.3.2/Google.AndroidStudio.Canary.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.1.3.2/Google.AndroidStudio.Canary.yaml new file mode 100644 index 0000000000000..6d8c26a230dc0 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.1.3.2/Google.AndroidStudio.Canary.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.1.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.1.3.3/Google.AndroidStudio.Canary.installer.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.1.3.3/Google.AndroidStudio.Canary.installer.yaml new file mode 100644 index 0000000000000..14b57172e56fc --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.1.3.3/Google.AndroidStudio.Canary.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.1.3.3 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ReleaseDate: 2024-07-25 +AppsAndFeaturesEntries: +- DisplayName: Android Studio +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://redirector.gvt1.com/edgedl/android/studio/install/2024.1.3.3/android-studio-2024.1.3.3-windows.exe + InstallerSha256: B005163C8081363998C67C88D2D209EF612114BF4E7B736A6523931C1DEEE6D1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.1.3.3/Google.AndroidStudio.Canary.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.1.3.3/Google.AndroidStudio.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..84082f46a0b93 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.1.3.3/Google.AndroidStudio.Canary.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.1.3.3 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Canary +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-canary +Tags: +- aab +- adb +- android +- android-studio +- androidstudiocanary +- apk +- app +- canary +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +ReleaseNotesUrl: https://androidstudio.googleblog.com/2024/07/android-studio-ladybug-202413-canary-3.html +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.1.3.3/Google.AndroidStudio.Canary.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.1.3.3/Google.AndroidStudio.Canary.yaml new file mode 100644 index 0000000000000..9acb69c21d91e --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.1.3.3/Google.AndroidStudio.Canary.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.1.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.1/Google.AndroidStudio.Canary.installer.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.1/Google.AndroidStudio.Canary.installer.yaml new file mode 100644 index 0000000000000..77c2334dd95d6 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.1/Google.AndroidStudio.Canary.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.1 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ReleaseDate: 2024-08-08 +AppsAndFeaturesEntries: +- DisplayName: Android Studio +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://redirector.gvt1.com/edgedl/android/studio/install/2024.2.1.1/android-studio-2024.2.1.1-windows.exe + InstallerSha256: 0C319013CDBEB8F07725D8F095DA473B5E47B3005D5656AE2077DA02E80F4401 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.1/Google.AndroidStudio.Canary.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.1/Google.AndroidStudio.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..6081439f7d7cd --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.1/Google.AndroidStudio.Canary.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.1 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Canary +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-canary +Tags: +- aab +- adb +- android +- android-studio +- androidstudiocanary +- apk +- app +- canary +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +ReleaseNotesUrl: https://androidstudio.googleblog.com/2024/08/android-studio-ladybug-202421-canary-5.html +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.1/Google.AndroidStudio.Canary.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.1/Google.AndroidStudio.Canary.yaml new file mode 100644 index 0000000000000..50fd801182715 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.1/Google.AndroidStudio.Canary.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.2/Google.AndroidStudio.Canary.installer.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.2/Google.AndroidStudio.Canary.installer.yaml new file mode 100644 index 0000000000000..75c2e170865ea --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.2/Google.AndroidStudio.Canary.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.2 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ReleaseDate: 2024-08-13 +AppsAndFeaturesEntries: +- DisplayName: Android Studio +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://redirector.gvt1.com/edgedl/android/studio/install/2024.2.1.2/android-studio-2024.2.1.2-windows.exe + InstallerSha256: A1FA786239B4BE6FB098F858EA8D04CB5142ED453325313DEBD63AFEA01E2D01 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.2/Google.AndroidStudio.Canary.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.2/Google.AndroidStudio.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..caedd297f0f90 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.2/Google.AndroidStudio.Canary.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Canary +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-canary +Tags: +- aab +- adb +- android +- android-studio +- androidstudiocanary +- apk +- app +- canary +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +ReleaseNotesUrl: https://androidstudio.googleblog.com/2024/08/android-studio-ladybug-202421-canary-6.html +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.2/Google.AndroidStudio.Canary.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.2/Google.AndroidStudio.Canary.yaml new file mode 100644 index 0000000000000..686c25818de01 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.2/Google.AndroidStudio.Canary.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.3/Google.AndroidStudio.Canary.installer.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.3/Google.AndroidStudio.Canary.installer.yaml new file mode 100644 index 0000000000000..61379871788fe --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.3/Google.AndroidStudio.Canary.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.3 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ReleaseDate: 2024-08-15 +AppsAndFeaturesEntries: +- DisplayName: Android Studio +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://redirector.gvt1.com/edgedl/android/studio/install/2024.2.1.3/android-studio-2024.2.1.3-windows.exe + InstallerSha256: 1A0192774BEB001CA0C3DE4AB5B107E216C0F1D53BDBEE05C2435F2C4A422B21 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.3/Google.AndroidStudio.Canary.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.3/Google.AndroidStudio.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..ebea1f84bf8e6 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.3/Google.AndroidStudio.Canary.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.3 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Canary +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-canary +Tags: +- aab +- adb +- android +- android-studio +- androidstudiocanary +- apk +- app +- canary +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +ReleaseNotesUrl: https://androidstudio.googleblog.com/2024/08/android-studio-ladybug-202421-canary-7.html +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.3/Google.AndroidStudio.Canary.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.3/Google.AndroidStudio.Canary.yaml new file mode 100644 index 0000000000000..6e02d74055286 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.3/Google.AndroidStudio.Canary.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.4/Google.AndroidStudio.Canary.installer.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.4/Google.AndroidStudio.Canary.installer.yaml new file mode 100644 index 0000000000000..5c9c9e8067a69 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.4/Google.AndroidStudio.Canary.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.4 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ReleaseDate: 2024-08-28 +AppsAndFeaturesEntries: +- DisplayName: Android Studio +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://redirector.gvt1.com/edgedl/android/studio/install/2024.2.1.4/android-studio-2024.2.1.4-windows.exe + InstallerSha256: 4BFB9037358D6D1C9930C35FA445E4E74EADF4840B4FE7F5F9F40C7671521160 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.4/Google.AndroidStudio.Canary.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.4/Google.AndroidStudio.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..d0a55299582ec --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.4/Google.AndroidStudio.Canary.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.4 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Canary +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-canary +Tags: +- aab +- adb +- android +- android-studio +- androidstudiocanary +- apk +- app +- canary +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +ReleaseNotesUrl: https://androidstudio.googleblog.com/2024/08/android-studio-ladybug-202421-canary-8.html +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.4/Google.AndroidStudio.Canary.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.4/Google.AndroidStudio.Canary.yaml new file mode 100644 index 0000000000000..3d8c48283d8a1 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.4/Google.AndroidStudio.Canary.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.5/Google.AndroidStudio.Canary.installer.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.5/Google.AndroidStudio.Canary.installer.yaml new file mode 100644 index 0000000000000..565332a5d0739 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.5/Google.AndroidStudio.Canary.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.5 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ReleaseDate: 2024-08-30 +AppsAndFeaturesEntries: +- DisplayName: Android Studio +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://redirector.gvt1.com/edgedl/android/studio/install/2024.2.1.5/android-studio-2024.2.1.5-windows.exe + InstallerSha256: D5D42F0A3746D87397F0F4433221CD8B88C2BC86F9E878F693ABFC542A48E028 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.5/Google.AndroidStudio.Canary.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.5/Google.AndroidStudio.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..0cb87d871208a --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.5/Google.AndroidStudio.Canary.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.5 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Canary +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-canary +Tags: +- aab +- adb +- android +- android-studio +- androidstudiocanary +- apk +- app +- canary +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +ReleaseNotesUrl: https://androidstudio.googleblog.com/2024/08/android-studio-ladybug-202421-canary-9.html +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.1.5/Google.AndroidStudio.Canary.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.5/Google.AndroidStudio.Canary.yaml new file mode 100644 index 0000000000000..3648161d433b6 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.1.5/Google.AndroidStudio.Canary.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.2.1/Google.AndroidStudio.Canary.installer.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.2.1/Google.AndroidStudio.Canary.installer.yaml new file mode 100644 index 0000000000000..fcbabe1e28311 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.2.1/Google.AndroidStudio.Canary.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.2.1 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ReleaseDate: 2024-09-09 +AppsAndFeaturesEntries: +- DisplayName: Android Studio +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://redirector.gvt1.com/edgedl/android/studio/install/2024.2.2.1/android-studio-2024.2.2.1-windows.exe + InstallerSha256: 9CF9DD1C592868E426C37378FD7D306EAB64B5E42E1B648CA11FA3EDE84F7895 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.2.1/Google.AndroidStudio.Canary.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.2.1/Google.AndroidStudio.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..937fe34005c59 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.2.1/Google.AndroidStudio.Canary.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.2.1 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Canary +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-canary +Tags: +- aab +- adb +- android +- android-studio +- androidstudiocanary +- apk +- app +- canary +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +ReleaseNotesUrl: https://androidstudio.googleblog.com/2024/09/android-studio-ladybug-feature-drop.html +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.2.1/Google.AndroidStudio.Canary.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.2.1/Google.AndroidStudio.Canary.yaml new file mode 100644 index 0000000000000..e6ec7ffc921ba --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.2.1/Google.AndroidStudio.Canary.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.2.2/Google.AndroidStudio.Canary.installer.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.2.2/Google.AndroidStudio.Canary.installer.yaml new file mode 100644 index 0000000000000..9cefcc059f74f --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.2.2/Google.AndroidStudio.Canary.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.2.2 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ReleaseDate: 2024-09-12 +AppsAndFeaturesEntries: +- DisplayName: Android Studio +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://redirector.gvt1.com/edgedl/android/studio/install/2024.2.2.2/android-studio-2024.2.2.2-windows.exe + InstallerSha256: 5366022053A4F4C5C10EC4A6EB4B34F7F9A396C2292C75BEDA599C56CCF175C9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.2.2/Google.AndroidStudio.Canary.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.2.2/Google.AndroidStudio.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..c1bf85357fd62 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.2.2/Google.AndroidStudio.Canary.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.2.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Canary +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-canary +Tags: +- aab +- adb +- android +- android-studio +- androidstudiocanary +- apk +- app +- canary +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +ReleaseNotesUrl: https://androidstudio.googleblog.com/2024/09/android-studio-ladybug-feature-drop_12.html +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2024.2.2.2/Google.AndroidStudio.Canary.yaml b/manifests/g/Google/AndroidStudio/Canary/2024.2.2.2/Google.AndroidStudio.Canary.yaml new file mode 100644 index 0000000000000..1bd9062e8ce70 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2024.2.2.2/Google.AndroidStudio.Canary.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2024.2.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.installer.yaml b/manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.installer.yaml deleted file mode 100644 index 23d11de117df2..0000000000000 --- a/manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome -PackageVersion: 126.0.6478.183 -InstallerType: wix -Scope: machine -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- mms -- tel -- webcal -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x64 - InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi - InstallerSha256: 971F30633B8BC59C989261E59EDD1090A91AF8CDA0DC989ACE5AAE1CCDE0254C - ProductCode: '{FCE0E5B5-4F2D-3501-B9E0-920FE7BCE211}' - AppsAndFeaturesEntries: - - ProductCode: '{FCE0E5B5-4F2D-3501-B9E0-920FE7BCE211}' - UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' -- Architecture: arm64 - InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise_arm64.msi - InstallerSha256: A62DC1288959CA4D509764588A37AB459E7CBE946E343EFC42F155E5902BA44D - ProductCode: '{41C0FA5A-029E-34F5-90B2-492EBAE884C6}' - AppsAndFeaturesEntries: - - ProductCode: '{41C0FA5A-029E-34F5-90B2-492EBAE884C6}' - UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' -- Architecture: x86 - InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi - InstallerSha256: CE51C407410A48BDE2F5CD16C91403E9C5DB34292C4246AFCAC4C2598DA10119 - ProductCode: '{D8072EDD-9E49-3EA3-91B1-0235AEE48BF3}' - AppsAndFeaturesEntries: - - ProductCode: '{D8072EDD-9E49-3EA3-91B1-0235AEE48BF3}' - UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.installer.yaml b/manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.installer.yaml new file mode 100644 index 0000000000000..3b01029ce8fad --- /dev/null +++ b/manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 128.0.6613.138 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- mms +- tel +- webcal +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi + InstallerSha256: 5235ECDDAB584BCEDB1268B327734AF5408D827A2A532CAC98EC5920E692ED4B + ProductCode: '{99875F82-957E-3C00-AE2C-AB2DD12ED04B}' + AppsAndFeaturesEntries: + - ProductCode: '{99875F82-957E-3C00-AE2C-AB2DD12ED04B}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +- Architecture: arm64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise_arm64.msi + InstallerSha256: 8DD0F201215E84D7644B85960178551584AE533B1B6C2F786857920F967F91C9 + ProductCode: '{D921862F-5442-30FF-8545-1C8199BC1F5D}' + AppsAndFeaturesEntries: + - ProductCode: '{D921862F-5442-30FF-8545-1C8199BC1F5D}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +- Architecture: x86 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi + InstallerSha256: 03FC86D5D0A6DB8F14267FA13CD6B44DBD791C949DA043641EE6CEEEE79846E9 + ProductCode: '{EDE3C39C-D68F-3BB4-A142-481B39DD35D5}' + AppsAndFeaturesEntries: + - ProductCode: '{EDE3C39C-D68F-3BB4-A142-481B39DD35D5}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.locale.en-US.yaml b/manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.locale.en-US.yaml similarity index 93% rename from manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.locale.en-US.yaml rename to manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.locale.en-US.yaml index 77d4c8439e0f2..4a28eacbae057 100644 --- a/manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Google.Chrome -PackageVersion: 126.0.6478.183 +PackageVersion: 128.0.6613.138 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.locale.nb-NO.yaml b/manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.locale.nb-NO.yaml similarity index 93% rename from manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.locale.nb-NO.yaml index 2c223209f0910..17a36887abf42 100644 --- a/manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.locale.nb-NO.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Google.Chrome -PackageVersion: 126.0.6478.183 +PackageVersion: 128.0.6613.138 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.locale.zh-CN.yaml b/manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.locale.zh-CN.yaml similarity index 93% rename from manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.locale.zh-CN.yaml index 5df872cbea447..32f63c820a818 100644 --- a/manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Google.Chrome -PackageVersion: 126.0.6478.183 +PackageVersion: 128.0.6613.138 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.yaml b/manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.yaml similarity index 81% rename from manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.yaml rename to manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.yaml index 782b4b4ecf05f..bb53f84ad3446 100644 --- a/manifests/g/Google/Chrome/126.0.6478.183/Google.Chrome.yaml +++ b/manifests/g/Google/Chrome/128.0.6613.138/Google.Chrome.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Google.Chrome -PackageVersion: 126.0.6478.183 +PackageVersion: 128.0.6613.138 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.installer.yaml b/manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.installer.yaml deleted file mode 100644 index 2234b8a56c2c2..0000000000000 --- a/manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Beta -PackageVersion: 127.0.6533.57 -InstallerType: wix -Scope: machine -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- mms -- tel -- webcal -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi - InstallerSha256: A2F85E65342ED8F9936FB3724D39D5A1AB45B50DA857E7D316094800B8AC5E0E - ProductCode: '{22BD87F3-0129-3887-B715-C914708B8CE3}' - AppsAndFeaturesEntries: - - ProductCode: '{22BD87F3-0129-3887-B715-C914708B8CE3}' - UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' -- Architecture: x64 - InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi - InstallerSha256: 90FEFDEDBD97C56F98E84E729704CD7971B3EB21F46154BB937E2AAC37BBC29D - ProductCode: '{4C33689F-59FD-343D-A2DD-6015C376809F}' - AppsAndFeaturesEntries: - - ProductCode: '{4C33689F-59FD-343D-A2DD-6015C376809F}' - UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' -- Architecture: arm64 - InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise_arm64.msi - InstallerSha256: D116543291F18CD71C953F7BCA4D3000A683BCEFC096A8C418808ED67CB2B616 - ProductCode: '{7A8716D6-7564-39FE-B4B4-1864DE0F5685}' - AppsAndFeaturesEntries: - - ProductCode: '{7A8716D6-7564-39FE-B4B4-1864DE0F5685}' - UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.installer.yaml b/manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.installer.yaml new file mode 100644 index 0000000000000..a914c9606e4e7 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta +PackageVersion: 129.0.6668.42 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- mms +- tel +- webcal +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi + InstallerSha256: 5F8F1B38E4FD0CAB2D15706604CFE040E20736AE74F2CAD506B9B049F10C9EA8 + ProductCode: '{F469BBDF-06C6-3932-8C2F-8F237BE15BC5}' + AppsAndFeaturesEntries: + - ProductCode: '{F469BBDF-06C6-3932-8C2F-8F237BE15BC5}' + UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' +- Architecture: x64 + InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi + InstallerSha256: B3E28FD2E532293346EC01644EEFFD0D255EE3CE3AFE6662B813F0656B3D4D6F + ProductCode: '{F1B2D086-591B-3A85-AECE-2FDA17185039}' + AppsAndFeaturesEntries: + - ProductCode: '{F1B2D086-591B-3A85-AECE-2FDA17185039}' + UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' +- Architecture: arm64 + InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise_arm64.msi + InstallerSha256: B04305CCEDE97D911AB6CE8D5D6D81DA5ED0B3E92ADFD21FD154120428F64A7B + ProductCode: '{C5BA0C63-1618-3F16-A499-8F855EC236AC}' + AppsAndFeaturesEntries: + - ProductCode: '{C5BA0C63-1618-3F16-A499-8F855EC236AC}' + UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.locale.en-US.yaml similarity index 93% rename from manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.locale.en-US.yaml rename to manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.locale.en-US.yaml index e7460ba098b7e..66064a1ecee75 100644 --- a/manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 127.0.6533.57 +PackageVersion: 129.0.6668.42 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.locale.nb-NO.yaml similarity index 93% rename from manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.locale.nb-NO.yaml index fd22ee3c7f474..57f97d8355b27 100644 --- a/manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.locale.nb-NO.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 127.0.6533.57 +PackageVersion: 129.0.6668.42 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.locale.zh-CN.yaml similarity index 93% rename from manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.locale.zh-CN.yaml index cc28d3da7055c..9ef31d7a67a58 100644 --- a/manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 127.0.6533.57 +PackageVersion: 129.0.6668.42 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.yaml b/manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.yaml similarity index 82% rename from manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.yaml rename to manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.yaml index 1c436ecf27547..6ce35ca53b457 100644 --- a/manifests/g/Google/Chrome/Beta/127.0.6533.57/Google.Chrome.Beta.yaml +++ b/manifests/g/Google/Chrome/Beta/129.0.6668.42/Google.Chrome.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 127.0.6533.57 +PackageVersion: 129.0.6668.42 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.installer.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.installer.yaml new file mode 100644 index 0000000000000..a49de036b470e --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.18 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/lqr33exhuqzdqfaouqp2wedbae_128.0.6613.18/128.0.6613.18_chrome_installer.exe + InstallerSha256: 37218B1051B3BC7189073EA3678673781942F5D68018DBC3748FCCDC243C9571 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/lqr33exhuqzdqfaouqp2wedbae_128.0.6613.18/128.0.6613.18_chrome_installer.exe + InstallerSha256: 37218B1051B3BC7189073EA3678673781942F5D68018DBC3748FCCDC243C9571 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/af3xh2rswnitzkndyxeahp24zm_128.0.6613.18/128.0.6613.18_chrome_installer.exe + InstallerSha256: 6706AB71FADF764666017B24BE096D1588709AD446FBB87B756D1DE40B905BDA + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/af3xh2rswnitzkndyxeahp24zm_128.0.6613.18/128.0.6613.18_chrome_installer.exe + InstallerSha256: 6706AB71FADF764666017B24BE096D1588709AD446FBB87B756D1DE40B905BDA + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/hs3mm4fmovzpesor4we5z2to6a_128.0.6613.18/128.0.6613.18_chrome_installer.exe + InstallerSha256: 7AAEFA29840AC127D5042AD4D28CB1B888FA834E478914568D4DDD62C789E966 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/hs3mm4fmovzpesor4we5z2to6a_128.0.6613.18/128.0.6613.18_chrome_installer.exe + InstallerSha256: 7AAEFA29840AC127D5042AD4D28CB1B888FA834E478914568D4DDD62C789E966 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..ecc656cd7fe3a --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.18 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/chrome/beta +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Try new features with Chrome Beta +Description: Feeling adventurous? Preview upcoming Google Chrome features before they’re released and give us feedback to make Chrome a better browser. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..e6eb54c814fce --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.18 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/beta +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Prøv nye funksjoner med Chrome Beta +Description: Er du eventyrlysten? Ta en forhåndstitt på nye funksjoner i Google Chrome før de kommer ut, og gi oss tilbakemeldinger, så vi kan gjøre Chrome til en bedre nettleser. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a4b2268103ff5 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.18 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 测试版(EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/beta +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 试用 Chrome 测试版的新功能 +Description: 喜欢尝鲜?欢迎赶在 Google Chrome 新功能正式发布前抢先试用,并提供反馈以帮助我们完善 Chrome 浏览器。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.yaml new file mode 100644 index 0000000000000..a16184359e65e --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.18/Google.Chrome.Beta.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.installer.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.installer.yaml new file mode 100644 index 0000000000000..b766f5ed9aefb --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.27 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/hr4fvtepheegt4ob5co5xq5mge_128.0.6613.27/128.0.6613.27_chrome_installer.exe + InstallerSha256: FDC384F5C0E050BC4393FDD902DAA9613775BFAC51A227FADC40A349588503E4 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/hr4fvtepheegt4ob5co5xq5mge_128.0.6613.27/128.0.6613.27_chrome_installer.exe + InstallerSha256: FDC384F5C0E050BC4393FDD902DAA9613775BFAC51A227FADC40A349588503E4 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/nfz46mbwjpjf5ferqaxtl2d26e_128.0.6613.27/128.0.6613.27_chrome_installer.exe + InstallerSha256: EBA0721C46DE61E8C57C3E8CE46C5AB0B5478F2D4A0CC7827FD7918A5D4831DA + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/nfz46mbwjpjf5ferqaxtl2d26e_128.0.6613.27/128.0.6613.27_chrome_installer.exe + InstallerSha256: EBA0721C46DE61E8C57C3E8CE46C5AB0B5478F2D4A0CC7827FD7918A5D4831DA + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/lfompjnnjpkwr5o5fcdoh5egwq_128.0.6613.27/128.0.6613.27_chrome_installer.exe + InstallerSha256: DCA35FE05581EAF7502D5A62F61E2CC882CB2D8C53263E0E72545B549A86D36D + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/lfompjnnjpkwr5o5fcdoh5egwq_128.0.6613.27/128.0.6613.27_chrome_installer.exe + InstallerSha256: DCA35FE05581EAF7502D5A62F61E2CC882CB2D8C53263E0E72545B549A86D36D + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..a1e3d6b85ad6f --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.27 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/chrome/beta +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Try new features with Chrome Beta +Description: Feeling adventurous? Preview upcoming Google Chrome features before they’re released and give us feedback to make Chrome a better browser. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..f23a67f4c150d --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.27 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/beta +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Prøv nye funksjoner med Chrome Beta +Description: Er du eventyrlysten? Ta en forhåndstitt på nye funksjoner i Google Chrome før de kommer ut, og gi oss tilbakemeldinger, så vi kan gjøre Chrome til en bedre nettleser. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5934552fdf74a --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.27 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 测试版(EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/beta +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 试用 Chrome 测试版的新功能 +Description: 喜欢尝鲜?欢迎赶在 Google Chrome 新功能正式发布前抢先试用,并提供反馈以帮助我们完善 Chrome 浏览器。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.yaml new file mode 100644 index 0000000000000..45ef0c62a8008 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.27/Google.Chrome.Beta.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.installer.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.installer.yaml new file mode 100644 index 0000000000000..b9a2ac9fbafdc --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.36 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/acr332fkpdg3stw72vube2zurkka_128.0.6613.36/128.0.6613.36_chrome_installer.exe + InstallerSha256: E5FB31AEF8887017B370F18B476CC466834057C896418F6A5D18B41E587CB22C + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/acr332fkpdg3stw72vube2zurkka_128.0.6613.36/128.0.6613.36_chrome_installer.exe + InstallerSha256: E5FB31AEF8887017B370F18B476CC466834057C896418F6A5D18B41E587CB22C + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/aduzlxnk5cwuirzoumzoz6o6pblq_128.0.6613.36/128.0.6613.36_chrome_installer.exe + InstallerSha256: B89E186BAD6EBD1D31885533477AE24E89FB9CC6D9C7D56267C881DECBC4F43D + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/aduzlxnk5cwuirzoumzoz6o6pblq_128.0.6613.36/128.0.6613.36_chrome_installer.exe + InstallerSha256: B89E186BAD6EBD1D31885533477AE24E89FB9CC6D9C7D56267C881DECBC4F43D + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/acesuhpir3i6ncasyrdgrt3gq46a_128.0.6613.36/128.0.6613.36_chrome_installer.exe + InstallerSha256: B5DDDF415898E9C8103AF60DE86B349F740DF18E6022F30D7D52D5206FEE4770 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/acesuhpir3i6ncasyrdgrt3gq46a_128.0.6613.36/128.0.6613.36_chrome_installer.exe + InstallerSha256: B5DDDF415898E9C8103AF60DE86B349F740DF18E6022F30D7D52D5206FEE4770 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..e0cbc4bf9e26e --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.36 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/chrome/beta +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Try new features with Chrome Beta +Description: Feeling adventurous? Preview upcoming Google Chrome features before they’re released and give us feedback to make Chrome a better browser. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..17ad7384f63d4 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.36 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/beta +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Prøv nye funksjoner med Chrome Beta +Description: Er du eventyrlysten? Ta en forhåndstitt på nye funksjoner i Google Chrome før de kommer ut, og gi oss tilbakemeldinger, så vi kan gjøre Chrome til en bedre nettleser. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bf324a70521b6 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.36 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 测试版(EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/beta +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 试用 Chrome 测试版的新功能 +Description: 喜欢尝鲜?欢迎赶在 Google Chrome 新功能正式发布前抢先试用,并提供反馈以帮助我们完善 Chrome 浏览器。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.yaml new file mode 100644 index 0000000000000..5feb07b056baf --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.36/Google.Chrome.Beta.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.36 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.installer.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.installer.yaml new file mode 100644 index 0000000000000..fbada1f53da04 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.7 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ecykc2lnaz5s3h7gik2l5lzzca_128.0.6613.7/128.0.6613.7_chrome_installer.exe + InstallerSha256: A222398D024C0F43D61B8C317A1306A5DDB944FA327622B1028B3E149BC49766 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ecykc2lnaz5s3h7gik2l5lzzca_128.0.6613.7/128.0.6613.7_chrome_installer.exe + InstallerSha256: A222398D024C0F43D61B8C317A1306A5DDB944FA327622B1028B3E149BC49766 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adqs44cnzt27b2qy6ijhjxpfgqoq_128.0.6613.7/128.0.6613.7_chrome_installer.exe + InstallerSha256: 102DA729B48D7D7020D0873D21678AA5F56E15BB226A9935165A15CDCDAC028E + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adqs44cnzt27b2qy6ijhjxpfgqoq_128.0.6613.7/128.0.6613.7_chrome_installer.exe + InstallerSha256: 102DA729B48D7D7020D0873D21678AA5F56E15BB226A9935165A15CDCDAC028E + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adljtfeykbypjdx6nzd7g6byqa3a_128.0.6613.7/128.0.6613.7_chrome_installer.exe + InstallerSha256: A12ECDEF28149A9056BA258591F6BD95187DE27D4461ECCED41A0F4547F7FF00 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adljtfeykbypjdx6nzd7g6byqa3a_128.0.6613.7/128.0.6613.7_chrome_installer.exe + InstallerSha256: A12ECDEF28149A9056BA258591F6BD95187DE27D4461ECCED41A0F4547F7FF00 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..f270c7db21b24 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.7 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/chrome/beta +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Try new features with Chrome Beta +Description: Feeling adventurous? Preview upcoming Google Chrome features before they’re released and give us feedback to make Chrome a better browser. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..e155b41bd01e3 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.7 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/beta +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Prøv nye funksjoner med Chrome Beta +Description: Er du eventyrlysten? Ta en forhåndstitt på nye funksjoner i Google Chrome før de kommer ut, og gi oss tilbakemeldinger, så vi kan gjøre Chrome til en bedre nettleser. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5391982a70e9f --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.7 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 测试版(EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/beta +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 试用 Chrome 测试版的新功能 +Description: 喜欢尝鲜?欢迎赶在 Google Chrome 新功能正式发布前抢先试用,并提供反馈以帮助我们完善 Chrome 浏览器。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.yaml b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.yaml new file mode 100644 index 0000000000000..d735ad7d533c4 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/128.0.6613.7/Google.Chrome.Beta.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 128.0.6613.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.installer.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.installer.yaml new file mode 100644 index 0000000000000..5d6e03e435cc6 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.12 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adox6gddsjybxotqpqgbu7l5orrq_129.0.6668.12/129.0.6668.12_chrome_installer.exe + InstallerSha256: 2641F05DB39BD4E72AACDFFF932741F440B73058B77BB825BD523D7B435FD461 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adox6gddsjybxotqpqgbu7l5orrq_129.0.6668.12/129.0.6668.12_chrome_installer.exe + InstallerSha256: 2641F05DB39BD4E72AACDFFF932741F440B73058B77BB825BD523D7B435FD461 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/hcefhe7ouvge2aewaggrwdzmwa_129.0.6668.12/129.0.6668.12_chrome_installer.exe + InstallerSha256: 6DE3BE06A19405F0AC64BF4E22DF0D3732F29D11EC7C12BE5A58BB126855E931 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/hcefhe7ouvge2aewaggrwdzmwa_129.0.6668.12/129.0.6668.12_chrome_installer.exe + InstallerSha256: 6DE3BE06A19405F0AC64BF4E22DF0D3732F29D11EC7C12BE5A58BB126855E931 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/acunhttev7kmo5vgyjy52zrk45xq_129.0.6668.12/129.0.6668.12_chrome_installer.exe + InstallerSha256: C3D9542A0E585297FF2BE99DF08C63AA27C4BE4F48FCF63DC291973D4CA3F4F7 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/acunhttev7kmo5vgyjy52zrk45xq_129.0.6668.12/129.0.6668.12_chrome_installer.exe + InstallerSha256: C3D9542A0E585297FF2BE99DF08C63AA27C4BE4F48FCF63DC291973D4CA3F4F7 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..28ea64d93b275 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.12 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/chrome/beta +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Try new features with Chrome Beta +Description: Feeling adventurous? Preview upcoming Google Chrome features before they’re released and give us feedback to make Chrome a better browser. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c832d27e5b8ca --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.12 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/beta +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Prøv nye funksjoner med Chrome Beta +Description: Er du eventyrlysten? Ta en forhåndstitt på nye funksjoner i Google Chrome før de kommer ut, og gi oss tilbakemeldinger, så vi kan gjøre Chrome til en bedre nettleser. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1b08ca2bd30d6 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.12 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 测试版(EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/beta +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 试用 Chrome 测试版的新功能 +Description: 喜欢尝鲜?欢迎赶在 Google Chrome 新功能正式发布前抢先试用,并提供反馈以帮助我们完善 Chrome 浏览器。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.yaml new file mode 100644 index 0000000000000..56cb741358a7f --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.12/Google.Chrome.Beta.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.installer.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.installer.yaml new file mode 100644 index 0000000000000..735adabb38a0d --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.22 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adekhjidrfbnsqxqwaigcazja4vq_129.0.6668.22/129.0.6668.22_chrome_installer.exe + InstallerSha256: 7C3CD8309DA1242B2CDC4B9AAB8B7A2D13E7D17AA6510C506197D1CB1E8E43F7 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adekhjidrfbnsqxqwaigcazja4vq_129.0.6668.22/129.0.6668.22_chrome_installer.exe + InstallerSha256: 7C3CD8309DA1242B2CDC4B9AAB8B7A2D13E7D17AA6510C506197D1CB1E8E43F7 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/gr2ujeze5l2tx6lawnmdshwo2i_129.0.6668.22/129.0.6668.22_chrome_installer.exe + InstallerSha256: A7810C0A0A971B37C3C64DEB74390343A5A1052AA51D1D76B53DA1FED293270C + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/gr2ujeze5l2tx6lawnmdshwo2i_129.0.6668.22/129.0.6668.22_chrome_installer.exe + InstallerSha256: A7810C0A0A971B37C3C64DEB74390343A5A1052AA51D1D76B53DA1FED293270C + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/gpywsrgjgwghodua5cpcwsrp7m_129.0.6668.22/129.0.6668.22_chrome_installer.exe + InstallerSha256: 16E7A56ED5177C5CB67E865D03D5C8E589FFF2DF0CE2DC36E3E61F7E2D705B39 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/gpywsrgjgwghodua5cpcwsrp7m_129.0.6668.22/129.0.6668.22_chrome_installer.exe + InstallerSha256: 16E7A56ED5177C5CB67E865D03D5C8E589FFF2DF0CE2DC36E3E61F7E2D705B39 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..3cf708258515d --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.22 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/chrome/beta +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Try new features with Chrome Beta +Description: Feeling adventurous? Preview upcoming Google Chrome features before they’re released and give us feedback to make Chrome a better browser. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c7e4cc5387437 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.22 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/beta +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Prøv nye funksjoner med Chrome Beta +Description: Er du eventyrlysten? Ta en forhåndstitt på nye funksjoner i Google Chrome før de kommer ut, og gi oss tilbakemeldinger, så vi kan gjøre Chrome til en bedre nettleser. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5418720d304c4 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.22 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 测试版(EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/beta +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 试用 Chrome 测试版的新功能 +Description: 喜欢尝鲜?欢迎赶在 Google Chrome 新功能正式发布前抢先试用,并提供反馈以帮助我们完善 Chrome 浏览器。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.yaml new file mode 100644 index 0000000000000..42190e3f21d66 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.22/Google.Chrome.Beta.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.installer.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.installer.yaml new file mode 100644 index 0000000000000..d6649b1a5af49 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.29 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adi37ul4bjwt2y5m6plmgfjbmzmq_129.0.6668.29/129.0.6668.29_chrome_installer.exe + InstallerSha256: 3ECD3E649E83FD1CB925E4430BE64546EED8E106976F5FF0928DC3406DECB72A + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adi37ul4bjwt2y5m6plmgfjbmzmq_129.0.6668.29/129.0.6668.29_chrome_installer.exe + InstallerSha256: 3ECD3E649E83FD1CB925E4430BE64546EED8E106976F5FF0928DC3406DECB72A + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ihafqhwdm47xjfnpduvs6msdci_129.0.6668.29/129.0.6668.29_chrome_installer.exe + InstallerSha256: F8E642FE4995BC986C5FE0DF80236BDC0F6561EC823F42AF4B4210363FDBB1AD + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ihafqhwdm47xjfnpduvs6msdci_129.0.6668.29/129.0.6668.29_chrome_installer.exe + InstallerSha256: F8E642FE4995BC986C5FE0DF80236BDC0F6561EC823F42AF4B4210363FDBB1AD + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/eerwppvveoc5mep62g6zqtpliu_129.0.6668.29/129.0.6668.29_chrome_installer.exe + InstallerSha256: CEFA79DDA1A43A63AA8D184B75783DB2D0ED55927E56D4B421C7FFFD8CC443FC + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/eerwppvveoc5mep62g6zqtpliu_129.0.6668.29/129.0.6668.29_chrome_installer.exe + InstallerSha256: CEFA79DDA1A43A63AA8D184B75783DB2D0ED55927E56D4B421C7FFFD8CC443FC + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..acd6e24248db6 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.29 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/chrome/beta +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Try new features with Chrome Beta +Description: Feeling adventurous? Preview upcoming Google Chrome features before they’re released and give us feedback to make Chrome a better browser. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..99572fd379f45 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.29 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/beta +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Prøv nye funksjoner med Chrome Beta +Description: Er du eventyrlysten? Ta en forhåndstitt på nye funksjoner i Google Chrome før de kommer ut, og gi oss tilbakemeldinger, så vi kan gjøre Chrome til en bedre nettleser. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6805eb9dea766 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.29 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 测试版(EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/beta +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 试用 Chrome 测试版的新功能 +Description: 喜欢尝鲜?欢迎赶在 Google Chrome 新功能正式发布前抢先试用,并提供反馈以帮助我们完善 Chrome 浏览器。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.yaml new file mode 100644 index 0000000000000..31f626e43fc72 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.29/Google.Chrome.Beta.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.installer.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.installer.yaml new file mode 100644 index 0000000000000..d5601004f1ca2 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.42 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/gjcgqqrf7kt4p6dbfs6tdg33c4_129.0.6668.42/129.0.6668.42_chrome_installer.exe + InstallerSha256: 7AB7D4D86619AA58E938095C72884F3771AA552F9A08DB27EE52931C5ECBAAB3 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/gjcgqqrf7kt4p6dbfs6tdg33c4_129.0.6668.42/129.0.6668.42_chrome_installer.exe + InstallerSha256: 7AB7D4D86619AA58E938095C72884F3771AA552F9A08DB27EE52931C5ECBAAB3 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/acids3sijdsnxnvyhyoyfk3id37a_129.0.6668.42/129.0.6668.42_chrome_installer.exe + InstallerSha256: 70922AB7915F5717E07A386E1ABEB841C745728EAA138B36EFC3FC686B1917E3 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/acids3sijdsnxnvyhyoyfk3id37a_129.0.6668.42/129.0.6668.42_chrome_installer.exe + InstallerSha256: 70922AB7915F5717E07A386E1ABEB841C745728EAA138B36EFC3FC686B1917E3 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/eh3wtoioga6ao5sbzf5yuyce2a_129.0.6668.42/129.0.6668.42_chrome_installer.exe + InstallerSha256: EC448177134831B38B9E04E8A6849D24192FDE5406B532A53AF10A590C85ABFE + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta + ProductCode: Google Chrome Beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/eh3wtoioga6ao5sbzf5yuyce2a_129.0.6668.42/129.0.6668.42_chrome_installer.exe + InstallerSha256: EC448177134831B38B9E04E8A6849D24192FDE5406B532A53AF10A590C85ABFE + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta + ProductCode: Google Chrome Beta +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..80a071b287b99 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.42 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/chrome/beta +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Try new features with Chrome Beta +Description: Feeling adventurous? Preview upcoming Google Chrome features before they’re released and give us feedback to make Chrome a better browser. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..3a79ef8ca51a9 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.42 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/beta +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Prøv nye funksjoner med Chrome Beta +Description: Er du eventyrlysten? Ta en forhåndstitt på nye funksjoner i Google Chrome før de kommer ut, og gi oss tilbakemeldinger, så vi kan gjøre Chrome til en bedre nettleser. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..54a795d640184 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.42 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 测试版(EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/beta +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 试用 Chrome 测试版的新功能 +Description: 喜欢尝鲜?欢迎赶在 Google Chrome 新功能正式发布前抢先试用,并提供反馈以帮助我们完善 Chrome 浏览器。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.yaml b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.yaml new file mode 100644 index 0000000000000..2edb7f6bd0ee4 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/129.0.6668.42/Google.Chrome.Beta.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 129.0.6668.42 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 53f98305a4d02..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6492.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acoehuhaxmqoukueqccwtyeqnckq_127.0.6492.0/127.0.6492.0_chrome_installer.exe - InstallerSha256: 1647067D0E6A79E41E6854CEB0F8937B3EE783013A5DA672D3DA280917B77928 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ac4iqf6llnx5by3vr3ga2ufaa2lq_127.0.6492.0/127.0.6492.0_chrome_installer.exe - InstallerSha256: 6B9E80A055DD2A93DF157D31DCAC727820EA970FEB06CD2CE47D91434F8EB6C4 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adcfjhomwfdwr524ycwopk57jgta_127.0.6492.0/127.0.6492.0_chrome_installer.exe - InstallerSha256: AFC83241018D692B13F88C5861498A334ECEDF334920C8C446A068CFE3D10595 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index a1000d3e5c1eb..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6492.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 48f8028b53356..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6492.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 3f37e1428924b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6492.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 585c6b96ae018..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6492.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6492.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 7779a49dd5138..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6493.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acy3gxhxcxo6zlhjgn4tacirpmba_127.0.6493.0/127.0.6493.0_chrome_installer.exe - InstallerSha256: 70CE8B0A4EE3A53174FD39096884ECB2A5CF10701BAB5C802243801768C2976A - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/kphcthqtks6mp5hcon4jgc5s3y_127.0.6493.0/127.0.6493.0_chrome_installer.exe - InstallerSha256: A6E9572B58C9FA2BEE8D8B08196471AAD21C47A3AAA772399C0B8191C6E39F0A - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ncdtm3r56llwc44mmrmkhqbf7a_127.0.6493.0/127.0.6493.0_chrome_installer.exe - InstallerSha256: 2A9EB686DADF9562222CB6AFAA645106CD45527D824E1AC3D50DD84FD8844A76 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 4016a6b5251da..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6493.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 11d2a9b7248fa..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6493.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index db045b49db772..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6493.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.yaml deleted file mode 100644 index eae87b8306539..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6493.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6493.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 76dab88f6ca04..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6493.2 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/c2jz2tympb6kjftbxq6jhmoc44_127.0.6493.2/127.0.6493.2_chrome_installer.exe - InstallerSha256: 8FC6CE4C28A469390B775719F97C05E5C44D8F7404A1FFB9121EF6F29E353BDF - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/aj6pa63sf72ndlsdvwkdo7gsji_127.0.6493.2/127.0.6493.2_chrome_installer.exe - InstallerSha256: B7A440BADC98AFB4704367DAFB4DD4BE4BC78857996185E257F732B92108DD2D - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adlz2irroafurq62a5j4snyrq65a_127.0.6493.2/127.0.6493.2_chrome_installer.exe - InstallerSha256: C25E327CF000EE76EB245C58A2DFBB94959F472DAC2B16DAAAA386066C92D6A1 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 0b3abd35c1c0d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6493.2 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 2aa35063a6d17..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6493.2 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 1e2399d649218..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6493.2 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.yaml deleted file mode 100644 index 655e8b7ca8261..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6493.2/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6493.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 1e99c1fd5dcc1..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6494.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acclfys3vg5j73yfalhl33ycf7yq_127.0.6494.0/127.0.6494.0_chrome_installer.exe - InstallerSha256: A6F8517BC5B556F567775A5000A1CEDADEE51F21D8A4EB9233823C78995EDF6B - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/k44lnw5n4v7zn2dr4azasdls5a_127.0.6494.0/127.0.6494.0_chrome_installer.exe - InstallerSha256: 839A960D48285FD0785C7562C47236554B4D99927FA8E23A02CA54688F0F7DDF - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/fgblbooigdwmosfx7licc7kncu_127.0.6494.0/127.0.6494.0_chrome_installer.exe - InstallerSha256: 12F16F4B4D72BFC1F2A2DCBDB241145E9418F84900C8A840EEF909946ECAA877 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 724e4483e4b0b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6494.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 915c60c520b3c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6494.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 159d208a82a9a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6494.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.yaml deleted file mode 100644 index ea553a67c6864..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6494.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6494.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 80326243ca869..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6495.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acaatycv4qvbsiyrlvtwoq5526dq_127.0.6495.0/127.0.6495.0_chrome_installer.exe - InstallerSha256: B6FEDC81C076AF07BAFCC6D19E58D938F104D07F329CAE39C4E25689CE93C6BA - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adloezqd2pf34xqzqatq5azonmuq_127.0.6495.0/127.0.6495.0_chrome_installer.exe - InstallerSha256: 2DBBAC6E56E4C6810504C7DB31A9BDC670590C8A26A87EE389483427512F65A3 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/bgtery2eatwmufcrkpeohqahse_127.0.6495.0/127.0.6495.0_chrome_installer.exe - InstallerSha256: 94354B64054BCAB4E0DF1851FFCA8A0C0CE3BF9B79DCC3B437D4237C53AF62B9 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index e6f1b47ca13a6..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6495.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 330e0d5b3f936..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6495.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 5aeedd247a7fc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6495.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 0efa1f7f3ccae..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6495.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6495.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 4445a9f6993d2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6496.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/aczr7nfoqu2grxfpk7cdtsksb5ya_127.0.6496.0/127.0.6496.0_chrome_installer.exe - InstallerSha256: 5D1DEEE87C6F70C328DD675C2448A81CFA34C8DFFB26B942E55DE8F2980254A4 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/frow4ifeb3jm6vt5qene5ilkmi_127.0.6496.0/127.0.6496.0_chrome_installer.exe - InstallerSha256: AB3CE6200A7D489A0EC766437968D9A334232CF6D89E2702E53F90A5DB522C99 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/aciy7m6ibge2wbwnrnaqwyvlmooq_127.0.6496.0/127.0.6496.0_chrome_installer.exe - InstallerSha256: 3AED853E3AA0E526A6624672AABC040F8CC99B188FFA066D97C802A8DA89897C - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 9ce77f5846872..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6496.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index edb3681c81b87..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6496.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 15cf8af338a12..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6496.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.yaml deleted file mode 100644 index b81c1d6ccd1f7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6496.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6496.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 0516b814c55ff..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6497.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/a5nx552ifqqwl25tmr2sauuyfm_127.0.6497.0/127.0.6497.0_chrome_installer.exe - InstallerSha256: 1975A7D713C6B8AF5441CBC09BB5CA4C7B4943A0D5C7EBC5346ED5B3BFD40B29 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/bujjyku62mqkfawr6fdroc3xq4_127.0.6497.0/127.0.6497.0_chrome_installer.exe - InstallerSha256: DD8711524825A1805979AD9180D133F2FCE3351D2377B5D61A3F784258A60A8B - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/p47wrbdynjon5bwvvcwrwmnzzq_127.0.6497.0/127.0.6497.0_chrome_installer.exe - InstallerSha256: 65D277A23547D9505B2F5AC48E4EAE9070E548617EA27670D91C8B3DB96E6386 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index deda7d2f5611a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6497.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 720c6997ac28e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6497.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index e02720f7de9e1..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6497.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 453472d17003a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6497.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6497.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 07109d1956528..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6498.3 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ehghce575meocr5top6qicvqqe_127.0.6498.3/127.0.6498.3_chrome_installer.exe - InstallerSha256: 4BA24B87B6E62E97F937FC0EA9ADC73B8B917B54692B6DFF29EAD269377651DD - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acatmzasjlpj5k3cewemr6hysy3a_127.0.6498.3/127.0.6498.3_chrome_installer.exe - InstallerSha256: 3C35EFD5BA24D2D6E2327ED9D7D2A74BF7AD5E7204CFE759A20B315D2FCE4F28 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adm4z3gtz2m7uv6zn2aukr36ii3q_127.0.6498.3/127.0.6498.3_chrome_installer.exe - InstallerSha256: 061A3DDF6754A6B605FBFFA38C8726B435FB43EA21687E381F479E999BE144D1 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 8b55021f3dfdc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6498.3 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 7bdce48d2a92f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6498.3 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index fb800a6dd3e71..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6498.3 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.yaml deleted file mode 100644 index 0522e2bd956d0..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6498.3/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6498.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 9a4b1034e1565..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6499.4 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acqn5yv7v76hiw57i2b6d4mhdlqa_127.0.6499.4/127.0.6499.4_chrome_installer.exe - InstallerSha256: 4CC87195F611EB582E915A7F249B94AA87B7D61EEAF08A4EA423E0881459F39B - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adde5lxgdid6yioyliru253svi_127.0.6499.4/127.0.6499.4_chrome_installer.exe - InstallerSha256: 1D2827DFCE843A858D40B89784A67011CA351928975D526C03B6E6376530A60E - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ac76ijdn6roj4onrxl5ulsmjau5a_127.0.6499.4/127.0.6499.4_chrome_installer.exe - InstallerSha256: CF473CCB5C7E284649EC1081C99A424790014C04E49CF74E4D35B7DA063B105E - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index ea3b5ead52800..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6499.4 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 6abf2e03d1f64..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6499.4 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 46832c63d987f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6499.4 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.yaml deleted file mode 100644 index 3fc6e63aa1d1b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6499.4/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6499.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 735cf9c760f9d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6500.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ad7ftikjruwppdnbozlkjxkijcmq_127.0.6500.0/127.0.6500.0_chrome_installer.exe - InstallerSha256: BF295438D96678BF4E9D77ED48DB60960D8DEC26762F37602A71D0C480FA5967 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/n6a23vzlyn4pg4bif2fznpwos4_127.0.6500.0/127.0.6500.0_chrome_installer.exe - InstallerSha256: C18B595BAC058FF9DF8FAFD299B6E1A27A0CBE0B9B1894B149E8F380F1B2AF1A - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acmn4loayqusp6hf6qt5p23nuiya_127.0.6500.0/127.0.6500.0_chrome_installer.exe - InstallerSha256: 68C9BC4CE779CE0E116749286405A7C6AF27824ADE9F78A0C1AC476B611C78D4 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 21ae70e2c8c8b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6500.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 42fe99080d278..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6500.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 579a981c68a88..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6500.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.yaml deleted file mode 100644 index f82b3fc664956..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6500.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6500.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 7f03a113f767a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6501.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ozzoelxpbutratnojf7o2safbi_127.0.6501.0/127.0.6501.0_chrome_installer.exe - InstallerSha256: 599A03F207A4F41524809AF91E38B4578E8D50CFC6AFEADF6B4F89238122D524 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adfb2begeztvma4h7j6h7gth2iga_127.0.6501.0/127.0.6501.0_chrome_installer.exe - InstallerSha256: BEDA9FA190D90EED438A9BE8B0E751EA441F85AEC9A8D9E605DAC8698C974A3B - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/gb6owjnep6iwwghgj7oqywey4i_127.0.6501.0/127.0.6501.0_chrome_installer.exe - InstallerSha256: 238CFF61DA315552EF5555608DF7747DCEB4C220A4870969252A5D584DA1EBF7 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index c7635f768ee98..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6501.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 634e07b7b2917..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6501.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index b825f45ca6a63..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6501.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.yaml deleted file mode 100644 index de00e38e98b1c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6501.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6501.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index d64390898dcfc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6501.2 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adu2yjvfnnol4j44yxzngpi73jsa_127.0.6501.2/127.0.6501.2_chrome_installer.exe - InstallerSha256: 2D66D587BB7BBD84B87CA5F8E517055282F5DF3ABE2A890B7FC7F944876CD6D2 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ad3q4ak35wjyqi2gpwxtvetsabba_127.0.6501.2/127.0.6501.2_chrome_installer.exe - InstallerSha256: 3DB60A517A4A4E01B44520CF351DA32AE3DB4FE5D0AA3F391014556CB5ED507E - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/f2qkzesci62q3qv4j3z3234vmy_127.0.6501.2/127.0.6501.2_chrome_installer.exe - InstallerSha256: 371ED85A64A029F419BB4C974DF95E8B6C3BD17D008111CDF88FC12737593BC3 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index d9c32a3e6a6b8..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6501.2 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index a903b719590dc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6501.2 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index ccd222996980c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6501.2 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.yaml deleted file mode 100644 index c3197a801412f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6501.2/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6501.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index a5cfc345b8323..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6502.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adix2jxa4y6mtb4lhxef6ihtvsla_127.0.6502.0/127.0.6502.0_chrome_installer.exe - InstallerSha256: 3AD7072D136D185F62603322DC1A31BB9670FF86A534CFBDEE666AEA483F98CE - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ppbrmfx3bszpq6wb3qqrorddae_127.0.6502.0/127.0.6502.0_chrome_installer.exe - InstallerSha256: EA9BA40E1727930D5833914128B6512FBFE2529AD9E04F65E9F8386BEC8C5DC9 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/actf6v6bag3kdfsl6xfg4ehvgdfa_127.0.6502.0/127.0.6502.0_chrome_installer.exe - InstallerSha256: 2A72BBFFB4C27E3AC0313BA138EC4276EF75AA9A1FD24A7272CB0ABCDB00FE3D - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index aa3ab09ad5dc2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6502.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index c422f7445f826..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6502.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 6946b936feab3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6502.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 1ba7c6b0f12fc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6502.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6502.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 20feffb06567f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6503.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acniuhb36gsrdpqzes4ceovucmla_127.0.6503.0/127.0.6503.0_chrome_installer.exe - InstallerSha256: 348EAC8106D8DC0FD910DB805264C427801F072645C196020B0C6C73AE270BFC - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/aczoko2flcbcthqxbeseh55xe2cq_127.0.6503.0/127.0.6503.0_chrome_installer.exe - InstallerSha256: E8DED114341E7F82CE22A087168EF5F05E70F58458C312BA1635DF8104803B17 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acseb53o2n2dkjydy2wwwcqs3wea_127.0.6503.0/127.0.6503.0_chrome_installer.exe - InstallerSha256: 5F93ACBB1CF3B0241050B387E7A8A13D04CD6F3250CC7624084DD14CD6C10B74 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index f017c41acfc73..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6503.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 58d30de20659b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6503.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index eb3e0aa0dac9b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6503.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 7bdb7ec8fce38..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6503.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6503.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 453c6c5396b83..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6504.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ghk5nqpa2dapd3dbnlddsrc6ye_127.0.6504.0/127.0.6504.0_chrome_installer.exe - InstallerSha256: 95E73C19B89CEFA4B7C761FC75449D5BDF3EABA2528284D9CDCA38F0E27599D2 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adqs7zbkr7kqy4lanthiboc3utma_127.0.6504.0/127.0.6504.0_chrome_installer.exe - InstallerSha256: 396E4EDEF0F159476F9B8E314B5600F49E416317B88855B85818F5545513C60E - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/l2lac65czccyrsl4mxtwhug5p4_127.0.6504.0/127.0.6504.0_chrome_installer.exe - InstallerSha256: B4D5EFEEF1C4501EBA80D2EB7972EB579D049E70CF165E99A710014AB986D00D - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 3defec2b3a3ee..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6504.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 3bfca9c66fc30..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6504.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index a06b23e08fd97..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6504.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 84626535a185b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6504.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6504.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index f8185ce11c68a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6505.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/jscls57pqazljh5uxmexlcajra_127.0.6505.0/127.0.6505.0_chrome_installer.exe - InstallerSha256: 8BB43DA2BCDB4D7707F16A86C78BC1DD5F4D68EEEBA2A5F9823056CCCBF6B1AE - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adds4uufwlozxdni5pzefyfuizqq_127.0.6505.0/127.0.6505.0_chrome_installer.exe - InstallerSha256: 661C1D75BBCFD90C7243C99566F23735EA417E0BA10AFB4962E7D8AB08962723 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/o7ygmw6jtbei5tjdiv42qyeqwa_127.0.6505.0/127.0.6505.0_chrome_installer.exe - InstallerSha256: E0E0762B0AA0D954C24D0D6EDCE983AFB8EE0420E356DE078EBEB25CEACBA000 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 15f70f278c4e2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6505.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 08c7381a85195..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6505.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index b9f86c5ff009f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6505.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 4661305af4be8..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6505.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6505.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 8412647fce447..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6506.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/i23uh2hc4mwmdl67o3ltsvszue_127.0.6506.0/127.0.6506.0_chrome_installer.exe - InstallerSha256: 7AB0C09C0A1693A945E79CF0908DCBEAE5BE98BFFEADB566099378AE9B93B228 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/cj6cetcbf75os54dxzzfhbaddq_127.0.6506.0/127.0.6506.0_chrome_installer.exe - InstallerSha256: 5711A61B00FA2A328C0B0D301539302B4B2BDFF860D2CC02BD6A2D702FEA3DA6 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adf3f2kboaxue4a2wfhsortqiktq_127.0.6506.0/127.0.6506.0_chrome_installer.exe - InstallerSha256: 5A7BC76D28D80F003925E33A4CDE1FC5B64D72F3D707CDBB6703678F4F44D6F9 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index a0859a47b2e96..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6506.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 918ac6b2bfe5f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6506.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 088c94836e5fc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6506.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 23f74536ad988..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6506.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6506.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index ba972b86eb2fb..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6507.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/isr53lnntkpnicvp4xon74nspm_127.0.6507.0/127.0.6507.0_chrome_installer.exe - InstallerSha256: C4707758B655668AA7753889D39304880A1A80E1F565289697FA286634AF76E7 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/act5xs5zi4mlhijextyy36rxwm6a_127.0.6507.0/127.0.6507.0_chrome_installer.exe - InstallerSha256: F6B5C8BF3C8954525334AF05342FA8854C605DDAF593DCAEECFD1B56718B11B6 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adkblincf65mzyz6iygxelgxl5la_127.0.6507.0/127.0.6507.0_chrome_installer.exe - InstallerSha256: B02469E726B54FC70DE40F0ED40838A837343A7830F817E3880169158466D853 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index eb2ca23246082..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6507.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 35ba53e522369..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6507.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 88157c657f531..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6507.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.yaml deleted file mode 100644 index adfd35f0dd09c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6507.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6507.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 2cdafb40e7f36..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6508.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adu75vpkcxcsebrzrfq4m33qk7ea_127.0.6508.0/127.0.6508.0_chrome_installer.exe - InstallerSha256: 083FCAE9BC4A9D62BFC5EA9920CA0A63129B6140FBD8244772D5C661341AA1D0 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acbcst5e6mqj7mff7y2u3jcfd3kq_127.0.6508.0/127.0.6508.0_chrome_installer.exe - InstallerSha256: 30491DAD3D4C96DAB87423C712C148FE0FD0CF497AE55CCE2A454B9A729BFB59 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/hjsu7hmipwne25gjyiamvs7ilm_127.0.6508.0/127.0.6508.0_chrome_installer.exe - InstallerSha256: 4EB64E2195B441960F9DE2C82F39BA345AF50F3CDEB56ED0A4737C49857A9C4D - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 1074c9d3dd16d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6508.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 288bc5ef6bfda..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6508.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 6ab6e896683e5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6508.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.yaml deleted file mode 100644 index a5177f9a6c33e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6508.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6508.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 308452db5a037..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6509.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adiocsqgcybvq45etlz5gbvvjvtq_127.0.6509.0/127.0.6509.0_chrome_installer.exe - InstallerSha256: 0544FD2224080D438C0E83E6806693C655AAD25259B4CAC6FD62D5C201780855 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/kz7c6fglpwkmiyximwpjhwdmxi_127.0.6509.0/127.0.6509.0_chrome_installer.exe - InstallerSha256: 83980C5F0153CBC38B759B34CB52BE16776D3201007879D0B18C7C85AF3EF743 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adcwp674ktyknhq7boboejdlspmq_127.0.6509.0/127.0.6509.0_chrome_installer.exe - InstallerSha256: BDA625AC625534706BC70D007898D542E5F305CF1913F3CB02CB6CFDB9CE7B30 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 99bdfb4530356..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6509.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 37e639ec01e0f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6509.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 0dfbd1ff09c17..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6509.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 1e1ab53d7b526..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6509.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6509.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 2256f93f82ea4..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6510.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acqzjomcxgaknp264vlevylbu3qq_127.0.6510.0/127.0.6510.0_chrome_installer.exe - InstallerSha256: CFBFD4BE7248662CAF3C86094B2AE5C2BF70125B14B7C0A673D0441CC0FDD3A0 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/jn4iyxoqrl6p2r52djlwivmxpa_127.0.6510.0/127.0.6510.0_chrome_installer.exe - InstallerSha256: 85D6D617646F07562FD85DB251C092999396F1510D3BCD24C06AA4DAFBF9653A - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ejm2xcfalahzbsvyf6oa4uouxa_127.0.6510.0/127.0.6510.0_chrome_installer.exe - InstallerSha256: 4DC12D80B5FB7115E200A4BC454E89A9F125A84ACF8E4CEEE1C1DDA954B6C2ED - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index f36bf5936ef91..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6510.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 9d5992da98765..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6510.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index a98d294fb2653..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6510.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 405d5dabc88cd..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6510.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6510.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 6a6164f0d2146..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6511.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acfkiq4jtdvmvdfdzgfx4vfdsfjq_127.0.6511.0/127.0.6511.0_chrome_installer.exe - InstallerSha256: 5A640D9EBA5D71697671D13DDD2A0A1169C21F7F3A4A7BC8468175D5519B5B2C - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acva2qqbej7cmervuputkq7w74ca_127.0.6511.0/127.0.6511.0_chrome_installer.exe - InstallerSha256: 66F9BCD9811684D23FE35940F359E1BDDC9FDC3AE4902AE502FBCD5920196882 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adupvog2ndcqgv5cza653l3r6waa_127.0.6511.0/127.0.6511.0_chrome_installer.exe - InstallerSha256: C5F7E485AE486D597309516D117B6A584A5D220F1572FB3312F9A2BE785F60EF - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index ad2573aac3970..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6511.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 00fa8944292b9..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6511.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 1a7a58ee6c0b5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6511.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.yaml deleted file mode 100644 index c9469ad84a61b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6511.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6511.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 1080dfcbebbce..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6512.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/aqox5uaa77hx3ekcierbdtncey_127.0.6512.0/127.0.6512.0_chrome_installer.exe - InstallerSha256: 36BC85C4E1B32C66BBA8EBF727BACE26D45C326E52A7D98E9189911D7BC3AF83 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/avlti5e6vgzbetl2mdxzxzbwkq_127.0.6512.0/127.0.6512.0_chrome_installer.exe - InstallerSha256: 178ACCC4C3BF173884B315586A9F4775DA08A8C23078AE58140FA0C9B7052434 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adpvht4et63l6o4atj7h6c3wj2cq_127.0.6512.0/127.0.6512.0_chrome_installer.exe - InstallerSha256: EB3459323B84F182399F0C96E9D219DE3074479B06CE2DDD0EBAC5C6E393F810 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 210ed6b45933c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6512.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index a2990d8c037e6..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6512.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 5ad1173484bc5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6512.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.yaml deleted file mode 100644 index af3802325c84e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6512.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6512.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 3023e119b4e0f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6514.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ad55l4vkaz6cyzn7ck5l5omkz7kq_127.0.6514.0/127.0.6514.0_chrome_installer.exe - InstallerSha256: 870FF422B524C210E7EA2FA971E4ECE316F51647E23A2CDD8E65699C473798B7 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ip4cnmjl7iz3pnh6ap7tk5hqxq_127.0.6514.0/127.0.6514.0_chrome_installer.exe - InstallerSha256: E04F43B4C5BF7AC8CED6F1DA6BEC88362D7DC66F30A543A0AA46E2FF2FE2900B - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/kkz4gzz5v7y53flt2jntkv4b2m_127.0.6514.0/127.0.6514.0_chrome_installer.exe - InstallerSha256: BD7F98820196A72E698E78060CEFC4E79E2FE0D93162B5B8CDECA2C1D7855BC8 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 94b46209fc748..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6514.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 4eea26c5971e4..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6514.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index fba0354aaf136..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6514.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.yaml deleted file mode 100644 index d193d13b9b217..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6514.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6514.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 64d1ddd2cd0d7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6515.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acschjegr6bgmehp2a53aqiemy5q_127.0.6515.0/127.0.6515.0_chrome_installer.exe - InstallerSha256: EFFCED3ADFFCA5254122ECAAC72A92DD2DA18387D828EDB4B7577DA5CF7388A1 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acjcttsg5twpy4vrjlectytzppmq_127.0.6515.0/127.0.6515.0_chrome_installer.exe - InstallerSha256: A2E387AC0D1B8AC5A7CFF19B4777D78036BF640E1EFBC3075653F1E25C2E6D72 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adltztikcclnscewtjd23djuiz7a_127.0.6515.0/127.0.6515.0_chrome_installer.exe - InstallerSha256: 95A0E6BA2E742106993C636D8553CC65F901024F824E340848BC492C8DD92529 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 590f6481e77c1..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6515.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 9bbec86a4a582..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6515.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 0a24f4c781231..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6515.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 9987013456bd1..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6515.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6515.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index a531f1ced709d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6516.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adyr2zg3lnmv5dtvonwmex5n7sva_127.0.6516.0/127.0.6516.0_chrome_installer.exe - InstallerSha256: 134A15DC9369DFBFB6BD40C8A8A17C6D9130D601B9D03F35F1760C0FC9F5713C - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/mj4temepe6y5rfj6ib7waopaty_127.0.6516.0/127.0.6516.0_chrome_installer.exe - InstallerSha256: 85D981C6039426F909B6B548043A63C5F430780D0598454D869299A99C70ED82 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ac6sdhyqc32sldgninkoll6krpda_127.0.6516.0/127.0.6516.0_chrome_installer.exe - InstallerSha256: D0CFD2FCB0F893CD538462C7950863E72043EB52623D05DB297AE0E64507C52D - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 6972e78f7f70b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6516.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 7f900bc0a0532..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6516.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 8bf7545bcb2f2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6516.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 6710fecad6be0..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6516.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6516.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 11f0a8dc0584d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6517.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acih3xzh2qoh6iqktt43mmmucxaa_127.0.6517.0/127.0.6517.0_chrome_installer.exe - InstallerSha256: BF2E5A7C0B01BA14927F2D37F8A7D2F9C827BB2DA3E2B553378EC9BACE90267D - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adxftmqiuonizwmudfnvr7m74zla_127.0.6517.0/127.0.6517.0_chrome_installer.exe - InstallerSha256: AF3808168FAD7DBBD6F3FA37C69F8D06866FC181211AD53B83CBADCBA88490EC - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/db72sqkasb3ubymham36feivgy_127.0.6517.0/127.0.6517.0_chrome_installer.exe - InstallerSha256: 59C501E58B6A393CED9A7D4B887B3F1853CBC3954A6D87476F8A7B659EE212D2 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 01960047ee5d8..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6517.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 01c56ec1721dd..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6517.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 6b371597d40ea..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6517.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 3a9ef75afdb06..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6517.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6517.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 6e05c1065cef2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6519.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/gtncr43k7y5dkj4hkycpgxkdky_127.0.6519.0/127.0.6519.0_chrome_installer.exe - InstallerSha256: 2FC0B441A0531258ABE6542B701173A29894E971F328889EC6E668DDA9DE7ACB - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acm3xcbrdn55uevq44d2z3jfjfgq_127.0.6519.0/127.0.6519.0_chrome_installer.exe - InstallerSha256: CE3D77C8A6C45AE1CC01C484827874823FF451C1A2C6B4F460AC829A22748336 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adeedrdovhmkgdw2yeo3fkfss6pq_127.0.6519.0/127.0.6519.0_chrome_installer.exe - InstallerSha256: 3FC8E46CA7FAC8C30507A6C19D0338D6B634E0625AEFD3F60EFA0BC35BEF0365 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 30b48bcdb09e4..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6519.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 8ea8b7b19bf77..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6519.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index d47e599d5c04b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6519.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.yaml deleted file mode 100644 index a6d9b5c2a058b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6519.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6519.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 0ee99ce22a31a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6520.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ksi5noszhli3broepywzw2uc3u_127.0.6520.0/127.0.6520.0_chrome_installer.exe - InstallerSha256: F0EEF42FF62B5271C3267E6D9020415C53B2813F2E9A4D62760F90ED0B2094EA - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acnmkajg4gbq7qqfokpxz2mtcc4a_127.0.6520.0/127.0.6520.0_chrome_installer.exe - InstallerSha256: D75A98E42110504425C01A7C82981DB316142734703CB40E548F09E39AE452C1 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/icr6j6ef3nay35u3hcs5otxviu_127.0.6520.0/127.0.6520.0_chrome_installer.exe - InstallerSha256: 6306D1D7DF26C28EE19233B5AA059BB43D310FC9EF609C84833471976A0377DE - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 37305ee359b1e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6520.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 77ae42f5bbd47..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6520.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 6fe5857dac0ef..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6520.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.yaml deleted file mode 100644 index fcbaec892fda6..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6520.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6520.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index a4f6fe290f3c7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6521.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acutld4fxtwultlmsog4hmi3o7vq_127.0.6521.0/127.0.6521.0_chrome_installer.exe - InstallerSha256: 2E3C3EBB898D7DABAC5CD7F4216AB974E5D46AFD5F3CC1833B15E75B9CE325BE - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adnd23l3gbt24vqnuvpi4e3ek5pa_127.0.6521.0/127.0.6521.0_chrome_installer.exe - InstallerSha256: 8C8550DC4BA83BA09945C110F7F0E19092F0A1CBEB8DDEA636B38C99E5A03301 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adrg44wo4hdhugu2tcnmgups47ma_127.0.6521.0/127.0.6521.0_chrome_installer.exe - InstallerSha256: A8AB6135C4250884ED9DD9029E556AF4559DFAFC72AFA0F7480F3EBA43A077E2 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 74ec67cf6792d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6521.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 1ec2f0c6cfee6..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6521.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 55656b629e004..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6521.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 289d7f03f003b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6521.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6521.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index bf3f4c17b1411..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6522.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acfg2mp4a6y2lutv5bhszeqsv4hq_127.0.6522.0/127.0.6522.0_chrome_installer.exe - InstallerSha256: 398DB5AACBC8DA7412EC19D19BF37CA77BA0A01DD21FBD0D6D541A934FCA9F06 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/grvfudzk5g4b44356fbjuagvk4_127.0.6522.0/127.0.6522.0_chrome_installer.exe - InstallerSha256: 270A16CDB465F1C855452E4B2628A0298C0BBE55BD178AA45BF307A6CC8E55E2 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adxle7e6m4syycdo3q7fyvskfgga_127.0.6522.0/127.0.6522.0_chrome_installer.exe - InstallerSha256: A6CD2895C10EE6E56E532117DB4D128DCC7029AA780F5FB1A1A174B32D35E1D3 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 09fe1cacfde3b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6522.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index ec02478373998..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6522.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 25033efc072a9..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6522.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 0d897db409c0e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6522.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6522.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 76e7ea8491a6e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6523.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adxbewiivwonqw4myfvl6i2utjpq_127.0.6523.0/127.0.6523.0_chrome_installer.exe - InstallerSha256: F60E4E1E6D7DA167C318899AE965AE7D09AC4797B196A3ABC2247F32ECC91B59 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acme3gr7zvj553dbmbwtgrezflfq_127.0.6523.0/127.0.6523.0_chrome_installer.exe - InstallerSha256: 7CFB136D4D1FC868B33A5FCBD05FEA819B633599EC0AA08B4EDE48303B080A62 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/elmreklrs6yeuxyko7ehuiqbrm_127.0.6523.0/127.0.6523.0_chrome_installer.exe - InstallerSha256: 80AE443E5353E76B74C1C4E097B6503968374D6146ECB754F46FA66871D60F97 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 6abec5b6a37fd..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6523.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 9b964f346bde6..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6523.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 27b3e782a5076..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6523.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.yaml deleted file mode 100644 index c8d52be153a9b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6523.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6523.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 9eb49fd28a403..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6523.2 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acabyj73e7uh54cxyjw62bo6c7ua_127.0.6523.2/127.0.6523.2_chrome_installer.exe - InstallerSha256: 142DD98718C5079CC9AF39131D9933A8AE32CDD9888A61E2168B0EB7AB7CEAC3 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/js3vlaj4uwuc6pn5otqsxbnsxa_127.0.6523.2/127.0.6523.2_chrome_installer.exe - InstallerSha256: 43E78010071DAEF4922A386B9A9A7C6A60C61E0B6DE391E56FED2DD8F9F11F76 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/laqawecaicvo7wvfkgmldtsa24_127.0.6523.2/127.0.6523.2_chrome_installer.exe - InstallerSha256: EA4FE40CCA08F8269693F18AE309F3F0A34850E710041F9318B6B2AB22496757 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index c4a19a282c51c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6523.2 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 16f648f8fdca0..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6523.2 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index d816e5ff21967..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6523.2 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.yaml deleted file mode 100644 index 10407cc8226c5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6523.2/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6523.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 6aafef224e509..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6524.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/alz57cgqu4cftarj2i55nxzpc4_127.0.6524.0/127.0.6524.0_chrome_installer.exe - InstallerSha256: 710F8CBCDB1363DF5E8CC570969A1F84C51A8DCFE1CF9DE12E735E7BC4AB53C7 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adeihwne5nahmqzf2vfqlffepkqa_127.0.6524.0/127.0.6524.0_chrome_installer.exe - InstallerSha256: DAD1A6198894DE7DD047775C517F0A0DC79FB77090EE34FAD6E004FC71BD36BD - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adqzgskxyn67jcmf4zlrwsv4gl3a_127.0.6524.0/127.0.6524.0_chrome_installer.exe - InstallerSha256: 87C5838C1743CCE16F1B63AE495B7E73168B679A2B55358CFDDA2359FB4A94B6 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index c8b108c486788..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6524.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index a54f34de00216..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6524.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index d4594675dbcc3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6524.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 8c339edd1a060..0000000000000 --- a/manifests/g/Google/Chrome/Canary/127.0.6524.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 127.0.6524.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 6b73b5088ba5f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6535.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/a6ah5xmctmsxlyykpktnjka2te_128.0.6535.0/128.0.6535.0_chrome_installer.exe - InstallerSha256: 4BA9F08B8B684FD9695F12E84417C48AB7EBA36CF3CFB571930F3806E4AF128D - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/poiel6td4wmzhmwf5c7wzynzhm_128.0.6535.0/128.0.6535.0_chrome_installer.exe - InstallerSha256: B427781432AB16060A477037D8D8E38C0B2B7C516D4C10D41E3ED0ED7CD6EB10 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/kzpbx6uv34zkw6s527joqx6mau_128.0.6535.0/128.0.6535.0_chrome_installer.exe - InstallerSha256: E51743F1E2961906F0F2242275386E13DADC2F23BAF25D429221AB80E27E253D - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 36e883ff83a7b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6535.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 2216020d443ef..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6535.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 9f492a5f2dd74..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6535.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.yaml deleted file mode 100644 index dcc8da5031f09..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6535.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6535.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index a5f7c43bcdb95..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6536.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/jrca337tac2j5dubx5makbztoq_128.0.6536.0/128.0.6536.0_chrome_installer.exe - InstallerSha256: 5F6670CCAA7C76728B28D3456FE471110030BCC1E3E5BB75DD0B48B14294567E - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adwdd73t3lg76fowmco2vknhke2q_128.0.6536.0/128.0.6536.0_chrome_installer.exe - InstallerSha256: EB325B49971C494E915ABEDB5ED61D67AB6DD85B2872F8319A04724A9EF79718 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/kpna7cy4sfddgplwh4zfregaui_128.0.6536.0/128.0.6536.0_chrome_installer.exe - InstallerSha256: F1215878E4E955398571E5CD4F3F5A7720F72C1DC616629BC503E7EA02E1E0E0 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 674dd02d30a99..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6536.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index aad4d762adef4..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6536.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 101c1f50a1ca2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6536.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 743ae774e9dff..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6536.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6536.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index df6249e1e3838..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6537.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/dgwnnj4cbgulcnf4cr3sljmwue_128.0.6537.0/128.0.6537.0_chrome_installer.exe - InstallerSha256: F0D6F40B6DD91B85A6067A8499E46419A51D42659B97FBF70B6C0B78E1A149CB - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/i44uh57smfhvx6a4qri75psati_128.0.6537.0/128.0.6537.0_chrome_installer.exe - InstallerSha256: EB9F20F451A7EF6444FE6D000CD04EBBAC6A9A4B54868F9B39886E121FDF786F - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ac4qckhjfs4iczrfjbrvl5s6rcna_128.0.6537.0/128.0.6537.0_chrome_installer.exe - InstallerSha256: 036E3C5CCFDAF4A2A3F0B1D75BA1F92AD56B6484C9FFA62668E1616120EDC7A1 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 22ed4954d68cc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6537.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index a16d93d7ca47f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6537.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 12f9438826879..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6537.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.yaml deleted file mode 100644 index aa056793b47fa..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6537.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6537.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 5e04aa1753974..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6538.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/p2lqu54ucvcgnzb3vq45c3es2q_128.0.6538.0/128.0.6538.0_chrome_installer.exe - InstallerSha256: B94B17D1D529D8BB043B106F7043415BCFE4A29DCA8471ED76095A5379EFC33B - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ixf6khuqxwu2a3vpcrm45vuvwm_128.0.6538.0/128.0.6538.0_chrome_installer.exe - InstallerSha256: E05B32659D9DE886EC6FAF4ECAC99587C99746D2E4DEA1D995E69B47A5475FBB - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acqz32vzuy6z3habtmepcmosqz3q_128.0.6538.0/128.0.6538.0_chrome_installer.exe - InstallerSha256: F04CF86495CFD87CB4F7DE6916154F829E74131B841F375B621787F740B3ACC6 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index ec941c4ded9d7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6538.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 25017cd4e9a20..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6538.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 46bc69a82d751..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6538.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 8a7f80c0f02ed..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6538.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6538.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 236c7ed668f7a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6539.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ady4gmhl5u6vf7555oxsfwa5k4oa_128.0.6539.0/128.0.6539.0_chrome_installer.exe - InstallerSha256: E95C39169055F9A5D880800CBE4EBB2647DD318218F909A84D93103508C7C206 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acn5zjnzjte7x6nt3hesileiq3kq_128.0.6539.0/128.0.6539.0_chrome_installer.exe - InstallerSha256: E4E7B0B021242B9AF1BF73688DE82525B53338158835C29A5B77A49C318432A0 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adlspilgkcr2nsdvueakuffx75vq_128.0.6539.0/128.0.6539.0_chrome_installer.exe - InstallerSha256: AE77F1DF06C7D4BDAD488567ACD7A25E4DF81F94207C003E100018AA14868FFF - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 357a1b2949992..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6539.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 7e4160ccd0f0e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6539.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index d56316147fd30..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6539.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.yaml deleted file mode 100644 index a5ca5fda525e0..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6539.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6539.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index d3e6b11f237f0..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6540.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acbnxw3hrgwcmbve5qapmkvrkdia_128.0.6540.0/128.0.6540.0_chrome_installer.exe - InstallerSha256: D227191A4D4802AFF2D285835F85CD3A05B77E2FF1F9B15BC885B3DDE1B73F1B - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/actzf4okcgxedpcghbwhqa22s4rq_128.0.6540.0/128.0.6540.0_chrome_installer.exe - InstallerSha256: E583371292F6F867F9DA843C17D4B2FA00B7BA744CDF32E2164281D228A2FACF - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adctqqz6v2cwjfg7z5vmo7rys5ia_128.0.6540.0/128.0.6540.0_chrome_installer.exe - InstallerSha256: 34F97E263629D7048389D3219E64885ADD7C0352A2B52F1535A73BF95AE0C911 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 39b293dca3515..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6540.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 2af7273e773c5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6540.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 4d9d733fc5e38..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6540.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 7c3a97c0d92d4..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6540.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6540.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 617038497e90a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6541.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adkpfd4xhnc5sz4y6w3zxdsxcbiq_128.0.6541.0/128.0.6541.0_chrome_installer.exe - InstallerSha256: D4974C4B3C954F809ED2611CEE59BEEA1E7DCD4EB1CF637B66778379733B0302 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/h2i7tsh2ostv7vjchlb43ryph4_128.0.6541.0/128.0.6541.0_chrome_installer.exe - InstallerSha256: 2E9055560BDF25B917F0B94CBF2D505DFBFF68E583098B0CB0411F6384F506B2 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/actjtc5hdr46ojtsodsuctezioqa_128.0.6541.0/128.0.6541.0_chrome_installer.exe - InstallerSha256: F9EEE77A82652FDC8E36363E973F4114946E377CF3B14A514C3F64BAD85DBCAF - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index d0cf1e301eb0b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6541.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index b5c01111bfdce..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6541.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index b25894eaccde8..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6541.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.yaml deleted file mode 100644 index ca93ee6784949..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6541.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6541.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 953b99c2a8ee3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6542.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acsk7v36t2wimkkjynxrnokgzlbq_128.0.6542.0/128.0.6542.0_chrome_installer.exe - InstallerSha256: D22F9CB5AD7AC8FF06AC089D98B8B8F23FD341146837F9E5A910E55BB06CA87C - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/hjt3a35nlitxqg3bgrmqli7ym4_128.0.6542.0/128.0.6542.0_chrome_installer.exe - InstallerSha256: EA3A8D79C8DDF64DE932B1C4D71EF527FF5755E774081E29C6DCB81DC3E58EAD - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/pzhwc5sd2smd2tr7sgdcbjn3iy_128.0.6542.0/128.0.6542.0_chrome_installer.exe - InstallerSha256: C78C1A4C94E420FCCAB9C2B892845E91EB7745C0D2FD23794A2BFD489E8717B3 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 29bc6f82f2a4c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6542.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index e001dce92afa3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6542.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 24f1edf7fc363..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6542.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 1e40131e38784..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6542.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6542.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 2f1d0c690ac4b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6543.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adtqwbjg6yqlwl2s3kkge54jobzq_128.0.6543.0/128.0.6543.0_chrome_installer.exe - InstallerSha256: 1454018458A3701B93B645E08C51BE9823ADF2E279A66C230FE170BC895551F3 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ac32h4typpxhdm2f4pkforghmuwa_128.0.6543.0/128.0.6543.0_chrome_installer.exe - InstallerSha256: 0642A54B8B799C92C51AAA87236DE93FEED89D5B6B5940122DF50A350A24BDCD - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ippkhfiej7tdwlbzlfsuv6222u_128.0.6543.0/128.0.6543.0_chrome_installer.exe - InstallerSha256: D63FC8441AA2F7C6E779742C21AC79F471997983EA40FB261067B6B2E73F256F - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 2bbce38ec48bb..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6543.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 605331d0d14f7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6543.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 4ea39f1e87341..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6543.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.yaml deleted file mode 100644 index f361893621b41..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6543.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6543.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 113371f99b02a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6544.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ac57mcdzauuhd72zyjwalqlq7c3q_128.0.6544.0/128.0.6544.0_chrome_installer.exe - InstallerSha256: 820E7846BF9F66190305EA164797412F16CAC7DC2993BC742D214F3CE6B39172 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/admju3ezd4oljydyrj7qokbzz5fq_128.0.6544.0/128.0.6544.0_chrome_installer.exe - InstallerSha256: FBDB2218B0ECEBA7C69D125D0413C10ADB8479A144E7E3595BCC8F85BB3B3AE2 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/enaawlf3z6lqxw6luetjhx5axm_128.0.6544.0/128.0.6544.0_chrome_installer.exe - InstallerSha256: 8CF2F9D5F50D0BE49D93A458DB3AB4E37D0CC3BB4DEDFC66C804B5AE9BBB8780 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index f4136ff8b693a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6544.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 7629d79b8ed5e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6544.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 4f1f331f33ae4..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6544.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 9ff6e80786c33..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6544.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6544.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index ea066a890c155..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6548.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/l7hbol7flfuyqaxg3bmy62i3ae_128.0.6548.0/128.0.6548.0_chrome_installer.exe - InstallerSha256: 71B7577AA63219128E2C3457AD49329A9CBB7967F9676BFBA237C1CF16416977 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adq5cdjivnthdmq7vy3lgcq6ahnq_128.0.6548.0/128.0.6548.0_chrome_installer.exe - InstallerSha256: 501BC050B12E3A8305BADF8FD95993E5C166105D363D389C4192332774ADBBCB - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adjfyohxowff62pwycwu4t4c5tfa_128.0.6548.0/128.0.6548.0_chrome_installer.exe - InstallerSha256: 5BA7208AEC21686AACCEF7514A9D8EA7CCE6842EE374D86FF25A7D3A9F890AEF - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index dfcee6731c01e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6548.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 201686b4c5157..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6548.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index e38eb7b4ef796..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6548.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.yaml deleted file mode 100644 index a9de930b4d895..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6548.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6548.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 9d46e2aad67e5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6549.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acreiqjslqia3gl7ftayfwkeqeja_128.0.6549.0/128.0.6549.0_chrome_installer.exe - InstallerSha256: 82FA0C7D7E81892B80C480A0A9026B4D37A32FD62ECEE3B759EA3ADE04AB7AFB - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adn7jnn4khzylinx7w2cnh5iad6a_128.0.6549.0/128.0.6549.0_chrome_installer.exe - InstallerSha256: 13B74A6B8EFE7354BACEFDA7F305B46782438D93EE5C4F71C7AE6712505B6709 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/h7zrwaqpk4lsb2ibiffqqwabhe_128.0.6549.0/128.0.6549.0_chrome_installer.exe - InstallerSha256: EB2C7896B0762C37ED7AA316F802FEBA59AD9103AE493FEFA6D40EC46F302CC4 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index e45cabd6b1ad4..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6549.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 8c3b591b029c3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6549.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 52b0ce3b09a22..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6549.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 0997f2d0d6296..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6549.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6549.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 87a903441a912..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6550.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/aci75hxjpd25qrmxrqy6q76cd6uq_128.0.6550.0/128.0.6550.0_chrome_installer.exe - InstallerSha256: FA52C9FD3D48ECFE9A3224984E9715E10EE824DE83291493A3D419E68920E7B3 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/k7uduf7qxm2qw2xp4dkpjcg3yy_128.0.6550.0/128.0.6550.0_chrome_installer.exe - InstallerSha256: 8103100663A3D7506E0C472827E9518DB41163BAB1F47C94B60920B0148F1F43 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acyiosh3knyl4q76uykpm24ohrga_128.0.6550.0/128.0.6550.0_chrome_installer.exe - InstallerSha256: 66DEB2007450E43C35A17723CF63F421BE30B1F74BC26D453A90D0AD00D6EEE8 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index b009563855b6d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6550.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index dfc930d74798a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6550.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 4fb15bd06d3f5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6550.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.yaml deleted file mode 100644 index d763ca5d96e27..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6550.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6550.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 0c770b4c29356..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6551.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/accydzvnfhg2uyiaeft2p5jvmh4a_128.0.6551.0/128.0.6551.0_chrome_installer.exe - InstallerSha256: 531FC7066838718FD232B72B4CF36124B194076A5054D03677A8A6FE1FA34D5C - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/pwt642zsuu75bykb5xkxuznxx4_128.0.6551.0/128.0.6551.0_chrome_installer.exe - InstallerSha256: 9240F72D8848B57A3890F5C150F249302686C0347F91D9E2ECAB932FF3C14310 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adaevqx6rgk2hhfboc3jpx3glz4q_128.0.6551.0/128.0.6551.0_chrome_installer.exe - InstallerSha256: AE35F99BCD63F8FCA37760D52ADFA6B7D5E08F8E753C3BBBC7E4876F84C9FB97 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index d674ec8d95279..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6551.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 09d5d7c21b1fe..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6551.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 9ae48f38ccaaa..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6551.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 9d8f3a9b7d403..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6551.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6551.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index af64117d89554..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6552.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adi3dqm63fjgpkbttulvichvwvzq_128.0.6552.0/128.0.6552.0_chrome_installer.exe - InstallerSha256: A20444CCDF732AA0D78721B11BA9E3EE73D5E0D1C8AD975CE3CDB52076ADCC77 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/mi2kqnwjbg77nv32fsjszdcmfa_128.0.6552.0/128.0.6552.0_chrome_installer.exe - InstallerSha256: FEA96AB5B1104C5760503AC40548BEB925C6DEB1890AB6EB9957DA3B7D3FD869 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/mud24zhaxnnmmzpimp4omackba_128.0.6552.0/128.0.6552.0_chrome_installer.exe - InstallerSha256: A7698C705274BCD1CFA6DEECDADEFC6B392A7DC1913F523CF6267ED00F95E205 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 0385b01ca530b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6552.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 4106f38e727b2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6552.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 048e365fe45f5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6552.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 2064c02e72fe7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6552.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6552.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 0080ad89c46d0..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6553.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adlxytn7fla3sgp6pejen4ehegkq_128.0.6553.0/128.0.6553.0_chrome_installer.exe - InstallerSha256: 7CC4FECB71CE1418565BF0DEE67A2D2393A55EF3EA14A8E5B1B163E3A158CE61 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adc7qlbdiu2dilwyd7n6xs3uzorq_128.0.6553.0/128.0.6553.0_chrome_installer.exe - InstallerSha256: F6A6257BB6B4AF96150DFC1C31712E9FBDB7578AC489B714662A6AB4746FB22F - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/bnpmsbtrafg34fjec2pk2wxd54_128.0.6553.0/128.0.6553.0_chrome_installer.exe - InstallerSha256: B29DAC4C0E29BB2234680F3BF0115E628933F63E8DE5636D265C41F27E232C2A - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 6a192757de13e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6553.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 2ff542957237a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6553.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 5c18403772c94..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6553.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 481b82ff7646b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6553.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6553.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index be053baf71a81..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6554.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/dq4yr6uecgxy77zjtywz2wut6e_128.0.6554.0/128.0.6554.0_chrome_installer.exe - InstallerSha256: 7B5E6634DFF8147B189BF3032093B4832DE36729010C2B29EEDF49F4D53E45FF - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/brhutzq2ota2nefzli2437nl44_128.0.6554.0/128.0.6554.0_chrome_installer.exe - InstallerSha256: 5BCF3727A95DE2F104016EB7EA8A652EFF62F782AB1E76EC57326CE62248BE37 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adgitm5cxafufsyvzgeha7iig3la_128.0.6554.0/128.0.6554.0_chrome_installer.exe - InstallerSha256: 6748C9C8986ACF87FB9C88AAEB1BC48D6BF43C7B7DDA5A95FC960F305399328D - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 76f198e0a94b2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6554.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index f0a5c23e6bd8b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6554.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index f02eea4999dd5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6554.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 201a784c248a5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6554.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6554.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 6eb6b44da64ab..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6555.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/hj4qd3esmvxl2rnqqzm7hx3rnu_128.0.6555.0/128.0.6555.0_chrome_installer.exe - InstallerSha256: 66796539775C1E4F83C1561C01058F36C509A48E7EA3619880F79AABDC3B0549 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ac3dtulqjf2xcxdchrqddnfcoe6q_128.0.6555.0/128.0.6555.0_chrome_installer.exe - InstallerSha256: E0D8BA8805737F22C5A2CE502924B1C116BA17C2C3665066CDE5B6D0AB9EDEB2 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/jdkag2dqob2oprxmmunlg6iwp4_128.0.6555.0/128.0.6555.0_chrome_installer.exe - InstallerSha256: 0E7D590EE6502ED04D83BA549ABD5E55E5F5DA91EF1B045C8C10E30FB3CEDA0F - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 59683862d42f3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6555.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 489b4ceff8e89..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6555.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 89c62f57bfce6..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6555.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 554d490ff79b0..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6555.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6555.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index d3c504cb89146..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6556.2 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/a4l7tktzaiqzyotvhs5qkebl34_128.0.6556.2/128.0.6556.2_chrome_installer.exe - InstallerSha256: 1F8A8213E6F7A5BA94C062D8AA29BFCB70D18148B84A88138C0CA2F7F05001FC - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/k6f2jrf3wgewhdw7kqaklcgmiq_128.0.6556.2/128.0.6556.2_chrome_installer.exe - InstallerSha256: BC556A23833197560FD935F85C819CAF5E87192B1A2007EC035F57CC51419E31 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adcpkbcpey6dn2laqaejyffcw4oa_128.0.6556.2/128.0.6556.2_chrome_installer.exe - InstallerSha256: CBA98F606A6ECCF3FF04FF3BA1F399EC153A6AB3E0A60435E76C0D40061528BA - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index bf4ab57dfe645..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6556.2 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index e9fafe34a824c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6556.2 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index bd98d2adbcfb7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6556.2 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.yaml deleted file mode 100644 index 308f4367aa8b0..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6556.2/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6556.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 09765c2d30504..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6559.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acqo5neanud6dnqh6bmu7imkgzja_128.0.6559.0/128.0.6559.0_chrome_installer.exe - InstallerSha256: 02F27FEDAD1CA376230FBA30E1C54C69B16EE19CD2E03F7E98C38EABE0EDBBAF - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acqnamt7rjyik6dww37ini4jwt3a_128.0.6559.0/128.0.6559.0_chrome_installer.exe - InstallerSha256: FB3DFFBFCBCF6F7CFBAEF1865706702EB70F66B03727EEAFD4DC028D9B894FAB - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/nm2wt2ntkooe436lwbpplytm4m_128.0.6559.0/128.0.6559.0_chrome_installer.exe - InstallerSha256: E11EBD14BFD9972F47817AC6B65F735850AEA2BF7F6EB9BCD2DD0B0E8F301F8A - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index e450c62c1cdd2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6559.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 850b541917c6d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6559.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 828be84ab2faa..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6559.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 67e3359d082a5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6559.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6559.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 9900a9573119c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6560.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/aqop63bbkkyivbot7wvc7bmt6m_128.0.6560.0/128.0.6560.0_chrome_installer.exe - InstallerSha256: 670A0EF04094BC46F5991AD2A81A0F2BC60D6042D3435A9826DEE8A395268389 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acivnt4fapcgen2pprwlpfuytida_128.0.6560.0/128.0.6560.0_chrome_installer.exe - InstallerSha256: CF59F6AE5F8AB687801432C1576C700ECCEB3DE106121CF577CA16B9FD33CE05 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ad4jkfzgpkioyfvrodn5np7cex2q_128.0.6560.0/128.0.6560.0_chrome_installer.exe - InstallerSha256: A3B6EAAFB6C08CA78A20BC7F98E2840E79980E1D981EB314928843B658324B77 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index b274b6e7728d7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6560.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index bd32b0cf08fbd..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6560.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 8ac198debfd39..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6560.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 38ddfd268201d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6560.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6560.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 313b96fbe1868..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6561.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acoyqaektbbnd2kdkygpiocbsdha_128.0.6561.0/128.0.6561.0_chrome_installer.exe - InstallerSha256: 87CF886E38BF5B6C2E61C0CADD4581B9DACD793DAF22647A607E5CA48D9AA7A5 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/bqfjcpqlp352l6stjbugpew5qm_128.0.6561.0/128.0.6561.0_chrome_installer.exe - InstallerSha256: 0B82605A46FB163B6EEDC28A742A757B75CD6D2F0BA952DF758CAE0F38E1D6CB - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acy7oufldqw565eh2ywaiwcgndxq_128.0.6561.0/128.0.6561.0_chrome_installer.exe - InstallerSha256: 12FFCCBDB4EC7B6E7228EB662A0FA68433F7307425A49FC3E3D66DA361874E37 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 9dceb253f3bd2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6561.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 07bb315835734..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6561.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index e30898874b482..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6561.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.yaml deleted file mode 100644 index fa3b054c1b249..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6561.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6561.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 672b96e79f81a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6562.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adnbxtojq2s3r6wjl7l3ugf6edja_128.0.6562.0/128.0.6562.0_chrome_installer.exe - InstallerSha256: DB97D7FA62068CEE5852C8296A124957D950FDBB1C194EC506AF64A0807F7734 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ehwundx3z6ad4swq3rymxkh3ze_128.0.6562.0/128.0.6562.0_chrome_installer.exe - InstallerSha256: FA55E61E23665448DF8E02A160596CBF651091EB3C6A9E768CAFA24CE59B5FD9 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adobnlmfvyibljpmzfwfutze2zwq_128.0.6562.0/128.0.6562.0_chrome_installer.exe - InstallerSha256: 964023FB145F680B9A914F13C6E9A0A73E9E656A3473E04B10E205B2BDFAF28F - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index b25ae36cace76..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6562.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 5a6cb2a9f5906..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6562.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 495e0ec03d4d8..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6562.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.yaml deleted file mode 100644 index c6bd6af2cff43..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6562.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6562.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index bca3191d24b6d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6563.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acfe7wv62wkhw42gqlu7nv4c4ukq_128.0.6563.0/128.0.6563.0_chrome_installer.exe - InstallerSha256: D851B6C34C2C798769E822DF034016459FA4A58234D31A990E66B9CFE8B72BBF - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adrziwwynll4zihpfplz2j24e4uq_128.0.6563.0/128.0.6563.0_chrome_installer.exe - InstallerSha256: 38AF0D1818D2CCF8A0E8A1FD1DC8876E671E64B9D98298CD390C2C75E65183F5 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acmgbdydlxaaon5c4h5t5gt5xgcq_128.0.6563.0/128.0.6563.0_chrome_installer.exe - InstallerSha256: 9F2EEBD7A9F2ED14268F1832035FD520DAF3FCCAA5670AC5BDA9AA93BE266ABA - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 7a8047a049960..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6563.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index f12887c44c2c0..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6563.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 64697907a1521..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6563.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.yaml deleted file mode 100644 index a5d258a4d2314..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6563.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6563.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 5118692b58acc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6564.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/hc6ojfwf66bfxr7f67f63xpfv4_128.0.6564.0/128.0.6564.0_chrome_installer.exe - InstallerSha256: 48E6F2D4C1CC373A41037C0C630FD6431F005E3D7C9A930A03892D9E215B2F29 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adrak3dpjzt6tp4b2d67hjskpiwa_128.0.6564.0/128.0.6564.0_chrome_installer.exe - InstallerSha256: E404AEA7F9BF633F65CDBC1F2C765095ADB299418157EBEBD8BFDA03ECC40C47 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adj6je5jmrinjraty6kswm656aja_128.0.6564.0/128.0.6564.0_chrome_installer.exe - InstallerSha256: EC072AB679449816F1B6947A77064C1C029C64D35D1CABBFF3A6F7BF562E7ED5 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 72577463d7e75..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6564.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 387d0d507f64f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6564.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index aa1b199e9a34c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6564.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 47cf701b5263a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6564.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6564.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 46515d88af521..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6565.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/chbvm233kxxhpchhoih25sttne_128.0.6565.0/128.0.6565.0_chrome_installer.exe - InstallerSha256: 36A37CA8F55C2B50BE7A3BF1FD2361739A12C31E58D4955051C52D9F10E3C463 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/c5sf7xtb75pif27med27etewou_128.0.6565.0/128.0.6565.0_chrome_installer.exe - InstallerSha256: 74624D9A115C734D8607109D8A178D3115D3E6C913C3B240370391CE7E7CD4AB - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adboopaedu2jqcp4owxwmcyo7cqa_128.0.6565.0/128.0.6565.0_chrome_installer.exe - InstallerSha256: 3C0BD580CB24CB31655C7766BA580EF0C57C46E76DF50FF543510E18BE3A6A24 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index d200dadcfd0ba..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6565.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 8d9a501be7e39..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6565.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 444babb7e424b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6565.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 22d8d92ac412f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6565.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6565.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index e64790cc2e0e4..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6568.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acpyqaqkoe4vrf7jkj3dukzywtgq_128.0.6568.0/128.0.6568.0_chrome_installer.exe - InstallerSha256: 868E1AB85D88AA49C1B4C341B26237BD8EE8C15F839689B31A6E67FB04E78352 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/bwqhuksikwuhp47b4iue5ota7a_128.0.6568.0/128.0.6568.0_chrome_installer.exe - InstallerSha256: FAA5FCE03CE1CBCB0224FB40CF2C165AFE0A8E35A70F8CE5ECB7FE8600D8BDD8 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acmg62jkdhsmoycyqduypj2irbea_128.0.6568.0/128.0.6568.0_chrome_installer.exe - InstallerSha256: 27F5B8250F02285B3E55B6976DBB0E19631C65AB5A47DAF6AB961B12101C3400 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index c069f13ae6ca7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6568.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index a0ff5f6d9773a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6568.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 4b87ab6ca280a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6568.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.yaml deleted file mode 100644 index da0d4f3e34719..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6568.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6568.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index a651fdee7a4b6..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6569.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/iiosonznga4syurcwtqzutzp4i_128.0.6569.0/128.0.6569.0_chrome_installer.exe - InstallerSha256: 91500503A438EA292FEBCF0AE4F24DD5B54A294C4EBBD86BF4FAFE8F6ADA6F01 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/admvnnkddfxla4rpguvmn3qgbxpq_128.0.6569.0/128.0.6569.0_chrome_installer.exe - InstallerSha256: FCD3683FA88A0BB5E9D68883ADC39994C40B0E1B0BD27C0DD4C7E4259BC2E484 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/b4cruabpaxt7qugb4a5zbfl5iq_128.0.6569.0/128.0.6569.0_chrome_installer.exe - InstallerSha256: FC1DE9C68F27B1B85B559481515DAEAA2BCE80E75D5616F2D249ABC27EF430EA - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index b0126a2363c1e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6569.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 628032a46000e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6569.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 3af5c803a0aac..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6569.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 6fcd824058c37..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6569.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6569.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index ab61382ad63ee..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6570.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/byiypguteutd6sql7thiq5z5zq_128.0.6570.0/128.0.6570.0_chrome_installer.exe - InstallerSha256: 3D0459FF0977DBF8AC6A5981795BE84A987B0FA3DCE960A98CFF078331D82570 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/jh2fnbpdzparnavcizj4zedvfi_128.0.6570.0/128.0.6570.0_chrome_installer.exe - InstallerSha256: BBF0D26667FFC101B03A6728C490565CD3267C8AB16992C4C546F2A459D68096 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acdtcmje37lzvxysinybuchadxuq_128.0.6570.0/128.0.6570.0_chrome_installer.exe - InstallerSha256: 051811801AF2BE8E3DEC7C392B463C06B8FA316B6CEC60C64F33D46E71BAF024 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 8568dc147d5e0..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6570.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index bb012c85f87ed..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6570.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index d230857449572..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6570.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.yaml deleted file mode 100644 index dc36edfe70d83..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6570.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6570.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 4f1034877f7f3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6571.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acmeuwdtznvip7scqn5hrsiv5uxq_128.0.6571.0/128.0.6571.0_chrome_installer.exe - InstallerSha256: 99963CCF6E29C4EBE199912FFF7DB3DF119CC3F32AE699181ACEB24CF27C4BEC - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ouneumzatuzexxpsx2lhlwfn6i_128.0.6571.0/128.0.6571.0_chrome_installer.exe - InstallerSha256: 77A427ECCD67CA97CAB866B87456E04AC049C9041D473EA52D1408D4B6507B87 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ja327gqte4xewckrz4zcjatwoe_128.0.6571.0/128.0.6571.0_chrome_installer.exe - InstallerSha256: B21EFABAB1E024E6F39BD286403239828F68D73B1BF8B5E64D7B21174512D3D5 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index f1f5dcd76edd5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6571.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index e98f6877eb83d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6571.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 9314e8fd69691..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6571.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 8dbb8e3c77f3e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6571.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6571.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 66946df61856b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6572.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ac74vismzuvyz5er2yruxsd27wia_128.0.6572.0/128.0.6572.0_chrome_installer.exe - InstallerSha256: A751319301C7BAAFB3214332122ADD4878B543874748DA7ECE71544EE90773F8 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ac2laiwqoy5oo2s3cpcvjgqmuw3a_128.0.6572.0/128.0.6572.0_chrome_installer.exe - InstallerSha256: 887B8194C6D332455FE4E3AB6CD654AE441864BF9E9234322F07FD1357349DE8 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acsjfemebeavnzqbaawzkk5mjijq_128.0.6572.0/128.0.6572.0_chrome_installer.exe - InstallerSha256: 3D497D73E46963A279302A42BE9697DC8623E8C9A077D409F6DAE092492A84E6 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index e2ce3d2cb14dc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6572.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index b54e0db83b6b3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6572.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 0c91e9f2ab12b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6572.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 4eae4d669629e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6572.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6572.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 3a9272404faa7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6573.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acnhxc2t4tdpm3ypnsuhvm7a6gsa_128.0.6573.0/128.0.6573.0_chrome_installer.exe - InstallerSha256: B47C4C8A7799A0740F63E17CA2EB08082645204C30CB57895B1D0FFCDD2821A7 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/pczperaek6wxdhxsv4s6kcvw6e_128.0.6573.0/128.0.6573.0_chrome_installer.exe - InstallerSha256: E447A27BC3B1A58616EFEFC5A04C550BDA6FC05F66E95D08CA6A5D21A5A3EE1E - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/aczat4zlxlnzc243p7zrkc2sir6a_128.0.6573.0/128.0.6573.0_chrome_installer.exe - InstallerSha256: 96045F8F71D9B827A2D01C6B18C93DF2A0F8D91F2C4D56B548263C74E8A561AA - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 18770b78d5643..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6573.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index b5f484c51b524..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6573.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 40233f74b5702..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6573.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 806c40f3c296d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6573.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6573.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 591c89336cecb..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6574.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/esixebzyrf4e42yw5j4lrc7imy_128.0.6574.0/128.0.6574.0_chrome_installer.exe - InstallerSha256: 86E58724A417C76F0641CA0789EE27DBDE486329EFEACF632B74533E96DBFA0F - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/nm6bjxtjnp5xyndn6qq4urmra4_128.0.6574.0/128.0.6574.0_chrome_installer.exe - InstallerSha256: C9966F32D47E6E86DC1158615154E8E833E94CC79C69212C054F3EAFBA0F1C63 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/admgyenduccl2v5xvlhnypm54pna_128.0.6574.0/128.0.6574.0_chrome_installer.exe - InstallerSha256: A96F50119722A6C83B8198F157383EF9388F99C2328CA8A923AFDE2800D987F7 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index c3f2df03f16ba..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6574.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index aabc6869dfb2e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6574.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 23c32ddff2190..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6574.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 76305903987e3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6574.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6574.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 0b19cf892ee40..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6575.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/njuq6jdshz2ejmbykc25qytbje_128.0.6575.0/128.0.6575.0_chrome_installer.exe - InstallerSha256: 2C287BD98D77F4C0B4C72F87CFCC0CE0F9451702B4EE33AFAF23CB0CB52156A9 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ad3fajhlrw6agj6uwgsu5t6ivkza_128.0.6575.0/128.0.6575.0_chrome_installer.exe - InstallerSha256: 3C039355C623D6C6A8777BAF890CABB095D94C2440A8146C7999FEB86C2E3551 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ggnj276xyc7ckon4t3kw2hdie4_128.0.6575.0/128.0.6575.0_chrome_installer.exe - InstallerSha256: E0CC5DA77EE769DFFCA4B069254D465B956918B5D4771727C9A70B491948518E - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 20766c310e609..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6575.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 7de7f80deea68..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6575.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 12298630f4b03..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6575.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.yaml deleted file mode 100644 index fb78be7856a24..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6575.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6575.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index eca44e0da4357..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6576.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/nypv2tszeuocc4f4ts25hnjydy_128.0.6576.0/128.0.6576.0_chrome_installer.exe - InstallerSha256: 58BE77C55B6A3C2B7F9F9A9A2289EB29656591022F421E4D39F0E6F7982762BF - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/lohjs3q6abdrtwdbzfblonthk4_128.0.6576.0/128.0.6576.0_chrome_installer.exe - InstallerSha256: 652AF142C9828D61F38E2D8DBF45D382D77E4E2A66C225432F72DC870CF8C564 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adyuxtvhpdjh3i3you2tsc7ca7mq_128.0.6576.0/128.0.6576.0_chrome_installer.exe - InstallerSha256: 5D1ED60EAD897925D841EEBE9A11A4652C9547D33B6F72B91E7FBD25429D4D98 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index fa84d8df2b6e3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6576.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index f60d67f3fa9bd..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6576.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 4555a9b000d2c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6576.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 16351fba47cf1..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6576.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6576.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index c15852fbac172..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6577.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/e4v7ohfujkuffzpfw3gr7tnlhq_128.0.6577.0/128.0.6577.0_chrome_installer.exe - InstallerSha256: 5497E1031D6B242D87A340A4E9B1B1E1C05E8730F5C7AC5826AF780985FAB7F1 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/addzn27qe4hn55oxyxa7i4ox75aa_128.0.6577.0/128.0.6577.0_chrome_installer.exe - InstallerSha256: 7F283C69599EDA984D7A8C04EC79AE3BC121893027570A425D242B3E4373C25D - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/hj7cn46nulwx6j2tdihwznc55q_128.0.6577.0/128.0.6577.0_chrome_installer.exe - InstallerSha256: 4FE369098117193B2851BA98AAD490DD0492E550925A49C9B04721BE119462AA - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 320a35b5392d5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6577.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index dac33ffb71c34..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6577.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index a53c7958085ab..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6577.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 062a4fcecc50f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6577.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6577.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 899b8c94a8a8d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6578.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/m7pkbox2jso4lfvhmporugxpni_128.0.6578.0/128.0.6578.0_chrome_installer.exe - InstallerSha256: 681BB03248A71CBFA25E35DC0D4D999D5834D064029674ABC84B85BF71C8C587 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ac7aspdbnyw2goewrvnjkhspegvq_128.0.6578.0/128.0.6578.0_chrome_installer.exe - InstallerSha256: 27BF29B077C164BC5E76AF6AD0A85C5AA507A5324378779BDEE62F7ECF3C3C28 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acoz337natp7aastyl6vzj55jaca_128.0.6578.0/128.0.6578.0_chrome_installer.exe - InstallerSha256: B4E55AEBABB3AAC75F7B3C5CA3D04D2D615BB6F439C499D426D416B53F17C135 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 38fb50773a60e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6578.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index be5bc868fb542..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6578.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 408d9616ab4f4..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6578.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 6c95046827f13..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6578.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6578.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 53392d843ce8d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6579.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/kianaq6wsw73xkehzrb75ksmpe_128.0.6579.0/128.0.6579.0_chrome_installer.exe - InstallerSha256: 1ED9CCB3A661FAD4292DFA80E8D067BD6048C7EBF0DF593CDEBD767E600BE8EF - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/oq5jserkvluuy2qo3okzl5zscy_128.0.6579.0/128.0.6579.0_chrome_installer.exe - InstallerSha256: D5CC57E8EBF8243E6E3DF4C15C84C3482C738020C22AAEBA88DB793C9BE77564 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/hosljgqwoeunbmt6ym6dqkzi6i_128.0.6579.0/128.0.6579.0_chrome_installer.exe - InstallerSha256: BFFF59F6F0091940B3793C99ECD9BE011AA2AFCFB55BDB2DE3FD1DD7D34DADCF - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 297caea586e19..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6579.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 0cc2b82f9f2e1..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6579.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 56d9e12a1147e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6579.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 045d9a8591ddb..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6579.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6579.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index b42e58acf11cd..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6580.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adgfu7liifs5ltle43h4as35x55a_128.0.6580.0/128.0.6580.0_chrome_installer.exe - InstallerSha256: 2E147EA8E722B18D89552123723072DD08B0CAA0E1E94B2FC13ED2E57AB6792F - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/npu4tndab2ik63onion54wr2x4_128.0.6580.0/128.0.6580.0_chrome_installer.exe - InstallerSha256: 483A374F64E399CC9414A06A0C271169F02E3E1B292D099FC1383DF6C3E94921 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/k5xxcoa53uqktmkdzss2eefjr4_128.0.6580.0/128.0.6580.0_chrome_installer.exe - InstallerSha256: 5718C4C020646130395B3752E1125E6A1AA5EBC4CE640D463F4A43B88554AC4D - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 0e25062f9d861..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6580.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 0bc9c4392ed98..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6580.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index a6b5aff9dd100..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6580.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 15633706b9266..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6580.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6580.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 6de6bec14d6bb..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6581.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acmwghwh36ggxsjmj33jng7vab3a_128.0.6581.0/128.0.6581.0_chrome_installer.exe - InstallerSha256: B875E0EC43FC45FE3E38DACA16FC52A2777E7C549718FE7501D32C56A351C5F3 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/pllxjjlimzjkjmiif6n4hinhn4_128.0.6581.0/128.0.6581.0_chrome_installer.exe - InstallerSha256: 89133230DEC91D6D05EF88AD75E4E2C72A414841C6484AB1C58C5894192893EE - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/p52jwr7wdycmuvdrccz4mcczyu_128.0.6581.0/128.0.6581.0_chrome_installer.exe - InstallerSha256: 48620434851B8D0D3B1C2C38787AFA45E587F6F11718E82C112C02B585AD86DA - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index c0432d217e600..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6581.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 9da0ba6a495ad..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6581.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index d4095d9f0dbba..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6581.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 542f62a7a2525..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6581.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6581.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 5fd3ef21623ff..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6582.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/biquy4wdbzzcmwxdb6l77fuyru_128.0.6582.0/128.0.6582.0_chrome_installer.exe - InstallerSha256: 6ADF747F77FA832B7A5ED6645E9D0C0FFFB1264E58C86F4B1AE8636A8B0F21E9 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adql522ge4swa7abdpjtcwcuvvsa_128.0.6582.0/128.0.6582.0_chrome_installer.exe - InstallerSha256: 9DD631D96600BA27322A0D6262549ADA1E09C9AAC4AB7E39C4B5959474F0C968 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acspxo5e3xhlpxideo425vsiwlba_128.0.6582.0/128.0.6582.0_chrome_installer.exe - InstallerSha256: 8BCDDBE29BCFF97ACDE30D3E47882BC9D02A6E3D783E5ED8B12CC5B6AD6EBCFA - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 2330ed41efcbf..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6582.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index a44f065b8e26d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6582.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index bb6fd87f1f3ea..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6582.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.yaml deleted file mode 100644 index c0a4d6c9d1e65..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6582.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6582.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 158e916fa5ab0..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6583.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adlmujykyc6r6verunwueyky4zca_128.0.6583.0/128.0.6583.0_chrome_installer.exe - InstallerSha256: 9760EFA9EF93D8931977B96348CA3B67B024B2A64745C8A79D92C39737A37FA3 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adgjopnao3wsctuwjbkvt7x6rtza_128.0.6583.0/128.0.6583.0_chrome_installer.exe - InstallerSha256: C28CECC001D40A135A180CB444895946F2CAEDB65DC4A20D326D354C2F2E0A3D - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/mun75xnpbc6umwayw2kmerucye_128.0.6583.0/128.0.6583.0_chrome_installer.exe - InstallerSha256: 3C6C4FE764C308E07F8DFD198A699E7DE70129DCB63221191740B84E92A6DCCC - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 9ba05915b0437..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6583.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 84a5f77cac3bc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6583.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index fa320ef5449dd..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6583.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.yaml deleted file mode 100644 index fd748de0ebb35..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6583.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6583.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 149a771de1800..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6584.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/fzwcnmj4zula6276d5ss47hpmy_128.0.6584.0/128.0.6584.0_chrome_installer.exe - InstallerSha256: B2F67D971858FA083F4EA70D7E03FC96285B160AC1675E0308AC8B43769BAC98 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/kv5t7zvudcs5fu6g5pomiu7y2m_128.0.6584.0/128.0.6584.0_chrome_installer.exe - InstallerSha256: B0853E17674273052DC40EC157A6C6F7F28B1F16F38C2CCD61A3B2DF25F674C5 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adk3lzs32sregdyl7sfohzgonnsq_128.0.6584.0/128.0.6584.0_chrome_installer.exe - InstallerSha256: 085B00B2AA1AB400370C2C94211D2E2B34FA6620C0C7FB015A9959409A1F9FE6 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 9b700f393dcc9..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6584.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 35bafda821faa..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6584.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 2cc12a423fc6e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6584.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 27d25809034e2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6584.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6584.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 4de6e9eb3fa39..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6585.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/accvfffcdmp7xu64lecz342372aq_128.0.6585.0/128.0.6585.0_chrome_installer.exe - InstallerSha256: 40D3222AFB3B929DC6507FE69F2AD0750D40918CE50DB3C705B795BD85E2A561 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acqdpp4jr5uhe7pu3kt2b445fpna_128.0.6585.0/128.0.6585.0_chrome_installer.exe - InstallerSha256: 29D6B70CF9D669B1D14222C2991DCB3C04A0A721FFB0BA24BF35F16386003D75 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adjpz7eocztlwb5umq6jctc4fhga_128.0.6585.0/128.0.6585.0_chrome_installer.exe - InstallerSha256: 9333BE5256721195C35840AB840A243E1504F4F1D62863C875980C942741764A - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index cc0352f190d1e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6585.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 601077f9247fc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6585.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 528c82e875031..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6585.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.yaml deleted file mode 100644 index b29e5a66d2890..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6585.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6585.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 2b3d1728e992f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6586.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ovhfn7upc24pc5kxi45ngeplau_128.0.6586.0/128.0.6586.0_chrome_installer.exe - InstallerSha256: AEA996D40135ADDEE85AD4321580281AEAF31552AFE6CC93A00B0497234A9E5C - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/b2i6f5da3ygisri2ktisdkshgy_128.0.6586.0/128.0.6586.0_chrome_installer.exe - InstallerSha256: 8DBBF53780441D08576DB87DBC5A3B3EBF1832E8F384B1784B23B7D854169C0F - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/naylwbuyia3fcjkdtbbvv7jffu_128.0.6586.0/128.0.6586.0_chrome_installer.exe - InstallerSha256: 14D38AFF30A41A7C683760E86F6C0C4A8B33C2C4FC44369E0ABA639247B10ABB - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index a0d36f0b0b9e6..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6586.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 396860b5d287e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6586.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 2f8f00c261263..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6586.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 631b2b07ae6ea..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6586.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6586.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 7412396917c00..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6587.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/cnngn3jdyhzoykhjltyedp5o7a_128.0.6587.0/128.0.6587.0_chrome_installer.exe - InstallerSha256: 61A111664AB422D6B78B9FE73C74772108CEFA72804B6D23A784DD803A03858E - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/onoykbpsmexrqycrityrq7ip24_128.0.6587.0/128.0.6587.0_chrome_installer.exe - InstallerSha256: 1963D3AD84F26E45FBBA4C923F861D4F3A6F3C674AB4BC94148E21942AFBCAE5 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adadw3ehlj3unkgohe7f4yvtgdea_128.0.6587.0/128.0.6587.0_chrome_installer.exe - InstallerSha256: 34EC8F39F995FC2BA8585EF9B86F4DD80AFEDA222FFAF2CB593B6944D0E51B68 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index d9ea807a3fa2c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6587.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index c588c02b47046..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6587.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index a41c6c25bd9dc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6587.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 831001b160591..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6587.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6587.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index fb5ec548d2ea7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6588.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acuquvcowpympd6jsazrnf7socla_128.0.6588.0/128.0.6588.0_chrome_installer.exe - InstallerSha256: A8BF435618CFCF0601224215937B22D591825D67E98D289DCC1F83BA5619F833 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adfsxea4fsmrc3jwyeanmh4zku4a_128.0.6588.0/128.0.6588.0_chrome_installer.exe - InstallerSha256: 908D6B1CE5017E4126919A4DEB7CED488C58AC07AACA6DE6D33081DA886FCACF - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ac5bkuffn5y4nfshqvw4iezbqjfa_128.0.6588.0/128.0.6588.0_chrome_installer.exe - InstallerSha256: 681C24B48A4C9039FBFE98C8A7A009335D03358D8250364184CA8AAC358001E1 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 9928a7e8f09e4..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6588.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 870dd92a29355..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6588.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 390124c313347..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6588.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.yaml deleted file mode 100644 index cb40ff613d2b1..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6588.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6588.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index f943b2fcf4585..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6589.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/mfde25utcf2kpwsesvnavjsakq_128.0.6589.0/128.0.6589.0_chrome_installer.exe - InstallerSha256: E142B7D342345BCADCF7E7BEC024A25C40308A107D1E8905471712D57EE75958 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/cvcssizgq63mkqudfeah3ffno4_128.0.6589.0/128.0.6589.0_chrome_installer.exe - InstallerSha256: 79FE525C35B7358E36E2086D92BB876F8C42E4D1365B7087821B0DC7C83A3476 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acpp2a3cfq7jsllmvnu2px3xiidq_128.0.6589.0/128.0.6589.0_chrome_installer.exe - InstallerSha256: 05953E6C715EDEB23E34C716F66630ADF75C13DE8186E69385EA51025269FF1E - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 27dac4b1334c8..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6589.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index fc2138b872f5d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6589.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index e012b6bf9a377..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6589.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 4d88184997269..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6589.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6589.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index d9371bd3865a7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6590.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/accffupagcgkq7bz6k2l342nnruq_128.0.6590.0/128.0.6590.0_chrome_installer.exe - InstallerSha256: EDE2B7BDE4AA199165581198A4B4E03308A1F47DC0A015E45FCCB3AD4B8E9BD6 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/dlcd6z3dgohjjxq6kj7lmrvrhi_128.0.6590.0/128.0.6590.0_chrome_installer.exe - InstallerSha256: 66E261E9051447D9F7B402B39E8102AD7BA3DB21E8D104E1D438CE13759A81B5 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ernti2lqg23tthojdpjibrpkcu_128.0.6590.0/128.0.6590.0_chrome_installer.exe - InstallerSha256: DFDBC056EC4A16A64BF094D627C4EBF8CA2084B73EE1A690D1B65FA46DC930E8 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 296396e978c37..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6590.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 80ba2633ab9fb..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6590.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 8a4000bd3ad46..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6590.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 79ad58d5ed239..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6590.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6590.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 166c4d27262bc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6591.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acyftkz53a2qzs36m6k2mskvlafa_128.0.6591.0/128.0.6591.0_chrome_installer.exe - InstallerSha256: 1ACD51B5A72D286B442322DBEC18B1E46F0BD99BECA56E094145E20A1B2603E2 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adzuns2aho7od4vne6h6pbvp2uha_128.0.6591.0/128.0.6591.0_chrome_installer.exe - InstallerSha256: 652104284F0F8240FD3B40DADE2C7A197A0B80021FEE0AE5199BB93723E251A8 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acp35jxztpbcruvlg7cygqnfshva_128.0.6591.0/128.0.6591.0_chrome_installer.exe - InstallerSha256: 914EA257CB8B889264207E2F9D465D58FB00A6B662E40713D9D5D4520C490950 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 82d20565e83cb..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6591.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 89c39c8a9157d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6591.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 268e6e7c1bb5a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6591.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 9cba315d44218..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6591.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6591.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index af3bae25f6de8..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6592.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/iusofxidnzsheinbijvmwjpqpu_128.0.6592.0/128.0.6592.0_chrome_installer.exe - InstallerSha256: B5513C3692D31730F30C55ED48E35D38AC128B59BE7752CF3ED3A54CEED801E2 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/pv2yoaye3ujk7l6strt7jh47be_128.0.6592.0/128.0.6592.0_chrome_installer.exe - InstallerSha256: C3F9B47B340C9A0B7761830B2F2226DF2D5F4D1C433BD90DCF5E8A5992108B33 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/achamjzvkqdl2ava6vtq72ru45eq_128.0.6592.0/128.0.6592.0_chrome_installer.exe - InstallerSha256: F62B7EC35DA30B1691F08D845594025611E9DB9A0D9D890E6984F4E703F1C3AD - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index e8912bf5ae7c2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6592.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index b267ad6195f81..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6592.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index bc70e3b866689..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6592.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 4f6f340de7ee8..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6592.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6592.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index ba87393b1fd67..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6594.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ad6m5kwq6vphkryebzdj3gw2rqhq_128.0.6594.0/128.0.6594.0_chrome_installer.exe - InstallerSha256: 332DB878624559B5E8A35A406841C7100CA9C930A78F17B9DBB61A49BA3CB9A1 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adsuei2ehiyiz4edgyj2orevvacq_128.0.6594.0/128.0.6594.0_chrome_installer.exe - InstallerSha256: F7C13B5A1AE9F5620B4B0C709245D7B7EB1D14BF4AEB8EF60BBA1C6AE5EF57E0 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/pgd2564x5xxf2n66rw4ncp3c7y_128.0.6594.0/128.0.6594.0_chrome_installer.exe - InstallerSha256: AA33C405A37927AC04DB82B7A9CB5826A79F2BFA22A107346E1F91B3F418034C - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index c7186ea5524ba..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6594.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index c4286000014a4..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6594.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index cd1ffc24330fa..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6594.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 5cd2fb39447a1..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6594.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6594.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 91dcc4a99f291..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6595.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ac33l6ldj6wdkkzmca2q3nia7ska_128.0.6595.0/128.0.6595.0_chrome_installer.exe - InstallerSha256: 0D0D3DEA6329722070CAB1EF693D02372E2EEB0E75A717F3B4D3D061A2E48C03 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/bzsrtwxnxdy4bq6ewnwg2vrcna_128.0.6595.0/128.0.6595.0_chrome_installer.exe - InstallerSha256: 219B16D473721C4089528C1FA2D571E67FA82F7B229459198CE0BAE1C1392729 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/i3pz4mymycp32qdg7tlxfnrg74_128.0.6595.0/128.0.6595.0_chrome_installer.exe - InstallerSha256: 405416B59C6B05E87F42B6A602E5DCBEFA5EFB1ED50DB107A8E20564E769208D - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index a0e45fb66a3b3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6595.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 17f8a10602ffe..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6595.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 86b52364c22ec..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6595.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 2a09cd1c916b2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6595.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6595.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 8c02cab5f2296..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6596.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acxufalrlcwj2zombgfcsenlzrca_128.0.6596.0/128.0.6596.0_chrome_installer.exe - InstallerSha256: 268C8126D871CB0155021B9A3CA7B022388EC9FD688BD7BC68E47B8F8A822496 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ac74qqqz7axaj5d7abrv5jia6t4q_128.0.6596.0/128.0.6596.0_chrome_installer.exe - InstallerSha256: 34749704D1E77AAEC3CA560D47D181A5841FADB19CC99B8F1569224A550B4CE9 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/p4iufos3hwgl2fta2jzmdespni_128.0.6596.0/128.0.6596.0_chrome_installer.exe - InstallerSha256: BC58E1CD3874C5CDC365864686A9BBAC3AD85CEAA7101974741AE89861AE0259 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index de932040d8758..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6596.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index b4613e40b584f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6596.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 3740e9dba8398..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6596.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 234e53c5805bf..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6596.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6596.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 760e07d72e88c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6597.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/jmk7e7f2u2igs7rj7uz74573ca_128.0.6597.0/128.0.6597.0_chrome_installer.exe - InstallerSha256: 972F32E7D5416E9074E0BB7F11603EB7A477F07430C8074CE38AAFB708762B4A - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/l6xfixdgjilinebhpbptopowme_128.0.6597.0/128.0.6597.0_chrome_installer.exe - InstallerSha256: B2BD64ED96EDB5417B4043489D4B9E50B803656ED213FA8A4F9E56BE26C45BDE - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/p6uw3my3mljdatjatbexm6fxsu_128.0.6597.0/128.0.6597.0_chrome_installer.exe - InstallerSha256: EAC8474C22A400C8C9FE74FD62A565BC22CFF3FE7EDD85693164AFA344934DEF - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index f5f1338d48328..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6597.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 2fc076d231385..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6597.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index a8e150900e2a5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6597.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.yaml deleted file mode 100644 index f744069fef36a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6597.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6597.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 7059939925d41..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6599.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/p7a5dgb36g5fc46ndqjatif6lu_128.0.6599.0/128.0.6599.0_chrome_installer.exe - InstallerSha256: 6EF626702DEC8CF2F93CC4708E2F22BAF2829C48FB30A52D6F10155743910972 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/cniipwsctcsbo2ph63o7thcm2y_128.0.6599.0/128.0.6599.0_chrome_installer.exe - InstallerSha256: 4C7D4F01205E6AE791A94B8A3D4FA2C7AF2611357B52A98E302045232658B7B1 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adqv6j3cojiwotisormt3juqtryq_128.0.6599.0/128.0.6599.0_chrome_installer.exe - InstallerSha256: 6BB4A0A16F14D16B639C435AAEFD4105DCA0B2AB967ED4F35DA4EAC2928CD3BC - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 4a852efcb7a6a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6599.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 5e6cf77c86059..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6599.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index ad5584653f4ca..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6599.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 451382a0335a5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6599.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6599.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index ec78dd4bb0f68..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6600.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/foduqjtlnqkgyjlgtsaikbdx7i_128.0.6600.0/128.0.6600.0_chrome_installer.exe - InstallerSha256: 3E451A6EE7A871DFF9C45B98A38EB87338764E5D045449F646F8203E01EC50E4 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/fgdzrrukaww5oibsz5l2mqqpqe_128.0.6600.0/128.0.6600.0_chrome_installer.exe - InstallerSha256: 2C799E45D2680393703A49BE6EC1B6022E07A29DF15AF5BD751FFD293D8C3135 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/achk3p7bx3a25mtuitrbqwzjwyla_128.0.6600.0/128.0.6600.0_chrome_installer.exe - InstallerSha256: 3FE021718350461F852DD33A76EA68A8E7D4E153D67FDB16C1D634349A554D91 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 2f1b60dd88d9e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6600.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 9ba29467c0e82..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6600.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 9af96dee90767..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6600.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 5095022b32149..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6600.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6600.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index c22cfae7c230b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6601.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adccbw5inl46hnluhz3ottqw5yiq_128.0.6601.0/128.0.6601.0_chrome_installer.exe - InstallerSha256: 66FABF8E7C5C14B1A84960859C5A3984F18D6539524E1C782F123F660BD17ABF - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adw3sa62m5ksz2eyf57kcoxoetkq_128.0.6601.0/128.0.6601.0_chrome_installer.exe - InstallerSha256: 11BEBB551212475E076A56CB3315F085C31655F29A603EB51D0FC7C6BDC27E16 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/hcrtt7pxujembb6mh666zchtli_128.0.6601.0/128.0.6601.0_chrome_installer.exe - InstallerSha256: 0A08E1A882BA187251C522546A6C6589B743D3CF6CEFB50B3F3998331F71BFE7 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index d85d766d99095..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6601.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 6c2044455253d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6601.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index bc575f7ae3371..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6601.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 817db7c6e1f2b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6601.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6601.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index de00981bed6eb..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6602.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ibknk3hux4ibyrgfhndof7anim_128.0.6602.0/128.0.6602.0_chrome_installer.exe - InstallerSha256: 29DFF1477F9B44BDC2F0ECA462483BCCFD1CB16E801A09E101102E0E562CEE1E - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adz334n2uhq5gn6ycrcmcbciu7ia_128.0.6602.0/128.0.6602.0_chrome_installer.exe - InstallerSha256: FD501939DE71873615156B902557799A9ACD8B15B89D1F4DDA7F072028B14716 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acacutrc5ykystjd33uhows4jhgq_128.0.6602.0/128.0.6602.0_chrome_installer.exe - InstallerSha256: 61395A85DEB3FDAC8606CF1EDE705B34BF9D4231A2E5F597D5145B9FF74F44B2 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index d6ab5bd071892..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6602.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index e7e475fb2dca8..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6602.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 00f8a206abdc0..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6602.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 57ad79386dbd3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6602.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6602.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index c0a95f6c89699..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6602.2 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adeyqkk3yg3ctynnhqtd4dgakzva_128.0.6602.2/128.0.6602.2_chrome_installer.exe - InstallerSha256: 0D6C07E58C7A74DFA720F8828CD4832FFC27AACEB74269A27A7E29B2E11B9E07 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/nwbwst3jazyvyvdx3vmp3np76m_128.0.6602.2/128.0.6602.2_chrome_installer.exe - InstallerSha256: 35E6A98EA53BBA8635E18F4D0731DCAEDB59162CDE7D7142B1229857373CC631 - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/flh3wiyvx2yxqph5wpfhn64ewm_128.0.6602.2/128.0.6602.2_chrome_installer.exe - InstallerSha256: D3A420FAC7912518F3746620D9569E781C0A9B1EF0B1A6D0A33779316D754BB8 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index cf7e50b6b8107..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6602.2 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 7c2bf32ca3014..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6602.2 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index b003d26098f8c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6602.2 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.yaml deleted file mode 100644 index 8d3f010d997dc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6602.2/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6602.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index d74e6e578e45d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6603.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/nxnugfiqpcuzuw67kmzonj75ia_128.0.6603.0/128.0.6603.0_chrome_installer.exe - InstallerSha256: A196EA1ED7DCCBF01979F97B1B4A38572C4E874FF9AA6AED3A65AD28DA48AFD4 - ProductCode: Google Chrome SxS -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acidb634hxbsroa4su7meis33j4q_128.0.6603.0/128.0.6603.0_chrome_installer.exe - InstallerSha256: 4D4B0C6A56ADD923FAA2952905ADEC2AED355FFAB0EE094311EE128D630632CE - ProductCode: Google Chrome SxS -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acdpityn3fz5jqrbvl5ewcx5kuqq_128.0.6603.0/128.0.6603.0_chrome_installer.exe - InstallerSha256: 9180E66754EED7D91E39967D0C2F2E836BAD3C7F31E9633F7F3499996BE58A73 - ProductCode: Google Chrome SxS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 0643c6ed11bbb..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6603.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 7790e99952fd4..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6603.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -# CopyrightUrl: -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -# Moniker: -Tags: -- chromium -- nettleseren -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 95d103aa0fbc3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6603.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.yaml deleted file mode 100644 index ce0b3d112d2e3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/128.0.6603.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 128.0.6603.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..3e99fe04a5a72 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6687.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/acjokp4yx654jtgatv4ucd2wqwza_130.0.6687.0/130.0.6687.0_chrome_installer.exe + InstallerSha256: E97501E08B272CE691E9FF08E41E9EE81B312BFB58B7F645DA4F8E3AF3824939 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/cxpy3cpwvweokuopbmsfq6wd64_130.0.6687.0/130.0.6687.0_chrome_installer.exe + InstallerSha256: 50ACDCC8FF60990CD96A3459F7765B256B000C112E6526A5D54F09E0A24BDFC6 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/act63qeixzy7bwffrov7wbnxdy4q_130.0.6687.0/130.0.6687.0_chrome_installer.exe + InstallerSha256: 40D9C76A869BB8941AE2A9F071B8F8DA30182BD61C3F769E0ACE79BEE5F15702 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..3406fbce9ecf2 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6687.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..16f577aed3143 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6687.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a90d46d96e1a5 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6687.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..23061dd347cbe --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6687.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6687.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..fd214e60f3a41 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6688.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/k4htkdryp7wyj7jfam4ifzswxa_130.0.6688.0/130.0.6688.0_chrome_installer.exe + InstallerSha256: F075BF8FB666326D5CE6AF2AA745B146B5EEF8771BFABDA63BFCE1659D69BB46 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/adzzxi4rm324bmxvuih5o3xugkkq_130.0.6688.0/130.0.6688.0_chrome_installer.exe + InstallerSha256: 9D3A74653485D1967838655BB09E2D921AEF74411B09C999E9A288702809457B + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/acxka6thj4d66mb5yf36pw2eh7gq_130.0.6688.0/130.0.6688.0_chrome_installer.exe + InstallerSha256: 2EB0A56A3F1B06A7E13CB54A81F997E09A1DCFC5B7947E106CF8868EE6AA86DE + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..98310526ed20e --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6688.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..daadc7b64be4f --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6688.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8bbeaf52e5fe6 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6688.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..0221536a52f5d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6688.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6688.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..fc53997111022 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6689.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/kkwn546i2hxpqtslgxbbcbfowm_130.0.6689.0/130.0.6689.0_chrome_installer.exe + InstallerSha256: A8940373A04EBC21B15718CA6E9411DEF490ED08F4A1211D92CA6B1F05B0333C + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/adxhifrucus3tkvl5sgzmh4dmpza_130.0.6689.0/130.0.6689.0_chrome_installer.exe + InstallerSha256: D55B88850718A9917816BD0414997A2372CEFE9F259095DE1993CA60DAF7C643 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/fh56qwkawd4x2qdyvilfh2zx5y_130.0.6689.0/130.0.6689.0_chrome_installer.exe + InstallerSha256: 0EDFFBF160DB4E0F1D9DF90A2755D368D9A21D7C6E8CAFBCCA6FFB901DCBFC9E + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..491d362fc1563 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6689.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..1024fa4d40295 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6689.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..51f299a200852 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6689.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..8543459ed85d4 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6689.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6689.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..327d9c9880cdb --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6690.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/advwr6o4awmvrdeivkrygev4gqia_130.0.6690.0/130.0.6690.0_chrome_installer.exe + InstallerSha256: 22637CAA0201ED7680DA4DF955CF1137BE17FAC76BFD2EB8CD6A8EB163CE41B3 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/ehkggyxspsxi3jrpk2n3coictq_130.0.6690.0/130.0.6690.0_chrome_installer.exe + InstallerSha256: 8DB4B7EF64A0EAE1D8B30F8F0B0E2AFCFA86450E16D7CB245E85BB7280018DA3 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/nfytoxutn2h5qtkd52g4i5qcuy_130.0.6690.0/130.0.6690.0_chrome_installer.exe + InstallerSha256: 176EF67D4EEB38FC743236D3965F6E63BCD05096CBA0B7CB79AE96BEE107FE29 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..121d0352fbff1 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6690.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..ad9fb4cccdf16 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6690.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2926542b682da --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6690.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..261fa755e4f52 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6690.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6690.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..86df1eaec410c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6691.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/lvkux2sntcmyon43g75eekc4vy_130.0.6691.0/130.0.6691.0_chrome_installer.exe + InstallerSha256: EB6E41DA8901E43C2DF45695E7A2F69D8E17A3A07331F8684A80ABDB60CB0508 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/adjueenhogjvnr6voce2rp43624q_130.0.6691.0/130.0.6691.0_chrome_installer.exe + InstallerSha256: 02BA4DE97194FB5861D093A2E4B3071BCF33EE83BC114DA680AC6ED275C5B1C6 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/acjdjbocsgydxwaroadzb3foggea_130.0.6691.0/130.0.6691.0_chrome_installer.exe + InstallerSha256: 4AC2BAA7F0EDF607EF94422E967044EF44A74750DE12930041EF39EEB53000CE + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..931b972953d0f --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6691.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..5270aa671bf4c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6691.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e140c02ebe732 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6691.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..2100abc61988e --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6691.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6691.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..10ad5a6c7335d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6692.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/lqw2pcuonxjulhwmhqlojjnfpu_130.0.6692.0/130.0.6692.0_chrome_installer.exe + InstallerSha256: 3899269743E28221B4486F3B02BFD8FA9FC130DB846DFE218C9D4AC1155EA576 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/erxdl644wqth6svym5fh4mcayy_130.0.6692.0/130.0.6692.0_chrome_installer.exe + InstallerSha256: 5BB624D9E26FB049CD171CD4E7A4037F8CF805183BF9DDA9E766FCF6638137A7 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/cvs4ggdzewmx2v4xwfn3fs3sva_130.0.6692.0/130.0.6692.0_chrome_installer.exe + InstallerSha256: 3D73DC6204372BCBABE085C5DE16CC2779B4F45F93CF0C1A3EB9728DEBDA81FA + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..c482ef51efe6f --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6692.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..033a8d6c5fb04 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6692.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4e0eea4ebf513 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6692.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..959c7820bcd88 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6692.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6692.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..623ff924f107d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6693.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/acse5f7xxckqyxfqkpovfeviedla_130.0.6693.0/130.0.6693.0_chrome_installer.exe + InstallerSha256: 1E55BDCE3529F20B0836BE3FF956E836F3AACE84EED7A349FE2814EDB7C1A21A + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/ac24uwtx24n7qqib45qbj5ikf3oa_130.0.6693.0/130.0.6693.0_chrome_installer.exe + InstallerSha256: EDBFC250F7274138C54EFF8EA3936553E86A4843BF17E19E4234E1999746CA46 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/apoc3aiyt5hlm6uy5ka3knmtgm_130.0.6693.0/130.0.6693.0_chrome_installer.exe + InstallerSha256: 7C9D87AEEA7F0A686184B89916E8CEBBAEB0B589F207BEE3560B37A17DC4F76F + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..a4f3e170313c1 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6693.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c0080bf5acad9 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6693.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..632d097e1a770 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6693.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..96e14d0f79b3d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6693.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6693.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..37d48432a89ea --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6694.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/crgf257ilownwjy2td25e4xw7y_130.0.6694.0/130.0.6694.0_chrome_installer.exe + InstallerSha256: C51E30C5ED654A53E06C1D2450C07194FB8148B37CD68B17ACD395AAA3776D5D + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/ac7isqosdxom67huwxksyyk3ig6q_130.0.6694.0/130.0.6694.0_chrome_installer.exe + InstallerSha256: 27B5BFB16050E52A8CD3FB90D311B85333AB20AAF98CB5069CDC76C00672F013 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/adjcn3fkx7ldol7yh3uw5lrhvpxa_130.0.6694.0/130.0.6694.0_chrome_installer.exe + InstallerSha256: 7E0B5A9CE48AF99D5169556E8D64D3AB83855DEC9E74047D9F2293DC2FF5C4E1 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..444e2ed04844b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6694.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..dc62739cfd646 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6694.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0c138cda9599b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6694.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..c203d4ee44177 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6694.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6694.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..600dedda9abe7 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6695.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/aczsud3saxindtkpvphj35wvh6pa_130.0.6695.0/130.0.6695.0_chrome_installer.exe + InstallerSha256: 20CAF88EE2FC14F44E3671708AC984896D86AAC34A17ECF06ED87D526137C0F5 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/adq3me4mb47prhsuiwqdiz5m2zla_130.0.6695.0/130.0.6695.0_chrome_installer.exe + InstallerSha256: ED69C4C9CC9E5A7902E32CE1741D4B0B9A01667284228FC6FFA3029C348A1C51 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/jgjupnmxeesufnp23yx752h5qy_130.0.6695.0/130.0.6695.0_chrome_installer.exe + InstallerSha256: 698D0BFF09AB6991430A6FA50B26763DFA6F4573A4438E70D0B7B62D6D44DAFD + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..849ee4c6697f2 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6695.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..215f1c07ed3ab --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6695.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3ac00ad82df43 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6695.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..818a290191d1c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6695.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6695.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..43eb9bc09a0e6 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6696.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/ac42ihi2iyhocr5vzmcbozbhvyca_130.0.6696.0/130.0.6696.0_chrome_installer.exe + InstallerSha256: 081FAA07EFE8C1C0B1D65B9CCB8F5F1CBB14DCA7269592456F177BF4FEDBE1FD + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/pvaclfpt6tchuwybnqq744tsga_130.0.6696.0/130.0.6696.0_chrome_installer.exe + InstallerSha256: 8901A85DABDAF94FA4AFD0C09714DD3146EBDB94FA708CD3BECD99D509325A0B + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/hems6xd7fo64urty5pxhabz2fu_130.0.6696.0/130.0.6696.0_chrome_installer.exe + InstallerSha256: F6BFF8A75F2CBB7E4AEFAEE2E9C16963D3320AEDEDA2F35B54B06E387BCC1A54 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..28e7124b4ffc4 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6696.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..dd745d76a3514 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6696.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b900db392c915 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6696.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..6b28060cc2ff4 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6696.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6696.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..a7eb030dc6aa0 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6697.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/acmhkgtexe57q6z5yldghtgpvz7q_130.0.6697.0/130.0.6697.0_chrome_installer.exe + InstallerSha256: 0299DDFE9FAC863C60F690A549C6883FA16D259C27DC2D703531BAB6C6A95D1A + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/cj66vmuoum7wjfb5rluls5tsa4_130.0.6697.0/130.0.6697.0_chrome_installer.exe + InstallerSha256: F32FC92117A859268CAD7F1D9620DCB4555C2134C4886E09019DA27E7AAE9604 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/dd5j4zcwmik7vzssic6pki3rve_130.0.6697.0/130.0.6697.0_chrome_installer.exe + InstallerSha256: C06669095C4235E28DECAE1A26C3B6BDFFAC91686F1371AF62F51E37CD6732A8 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..393e689acd76c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6697.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..0b0ce4f9f6781 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6697.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3587dcca44bb2 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6697.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..ececcbd66279c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6697.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6697.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..c04b7fea2e06c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6698.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/achs6lgchz4ouxctzhp37hahv3fq_130.0.6698.0/130.0.6698.0_chrome_installer.exe + InstallerSha256: E2C5FE11F0504B3CED92C8884F14C1511DBC9B6AEC2107AB9319CB1A0BD09E61 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/labzj6glthlfwbdt7vq2d2yt2m_130.0.6698.0/130.0.6698.0_chrome_installer.exe + InstallerSha256: 7CBC26E29A538C647ED346AC9AACB6704B2477BCD3E0E233E1A7FD804ACE9C7C + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/adsvxhcofogkrb2zj6vq6nbgnydq_130.0.6698.0/130.0.6698.0_chrome_installer.exe + InstallerSha256: AE98C0AF68A30D277ED173AA208FCF90FA52BD8485FA035354DE8283050A55EA + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..77d2de90076e3 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6698.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..dcb5cebd8c0bf --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6698.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bf41e2c82f0a3 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6698.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..e56726fa54d7f --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6698.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6698.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..d4de05b9b4106 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6699.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/adcky7dsz5la5dkfnb27fnsi2aiq_130.0.6699.0/130.0.6699.0_chrome_installer.exe + InstallerSha256: 5C31D7FA0E36162F0DF5FC88F588ADB50A8888251BED0E6E8360BBC02C5682FF + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/p7hu753yxyn3atudygvnhpyuam_130.0.6699.0/130.0.6699.0_chrome_installer.exe + InstallerSha256: 0B6E70E0C95561E8DA354465CD41D6576B04605DF776127AFF8D6C186806F8AF + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/adhnhcynvkqxgbpijwktkhyhhg5q_130.0.6699.0/130.0.6699.0_chrome_installer.exe + InstallerSha256: F7529CDBB885B264B76BE41C432C8F291EDF1147C15863DF7ED38B85F856E272 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..b84f4280a1992 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6699.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..ef52e084b1ddb --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6699.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c48aea68a8bd0 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6699.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..6ab415732da78 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6699.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6699.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..bc56a6a17030e --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6699.2 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/klc4aiov4audjektljolhk4mvy_130.0.6699.2/130.0.6699.2_chrome_installer.exe + InstallerSha256: DCB79AA107C542CEDA3D80E804D0CC9B47628407DF888B8E84F0ED7F3222BB23 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/acij7ftyl2b7gzibaolibdmufxdq_130.0.6699.2/130.0.6699.2_chrome_installer.exe + InstallerSha256: B6DB62CAC314C87250538333E9869DBC56204D7EBA3C95F2C223BD8421EF66DB + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/adsoqcpwafkdxrlkck4yodtkl7ya_130.0.6699.2/130.0.6699.2_chrome_installer.exe + InstallerSha256: 35EE5B69A271B8A4DB7E3E89A01ED31C8911E6B03B1F258C943F831B282587A0 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..d6db444c89842 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6699.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c3d21aca4ae4b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6699.2 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..26bfc376beab1 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6699.2 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..095c26e1d229d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6699.2/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6699.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..a4195b4416186 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6700.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/l4qb6qkrqbm42dqrxooa432bxu_130.0.6700.0/130.0.6700.0_chrome_installer.exe + InstallerSha256: 38926F17259877724DADB734CA628DFD01AF1324B651336657EF78619FF9A820 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/f6wa7b7hdqzp32umgobrh6scfe_130.0.6700.0/130.0.6700.0_chrome_installer.exe + InstallerSha256: E4B6563B23AF3D11B75E566DC971956F2E9F72D2445C7CE0E4E6D23E3D4C0CE3 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/acdlkgta3wq5cmqygwhvl5xevtha_130.0.6700.0/130.0.6700.0_chrome_installer.exe + InstallerSha256: C9CD4235399B7EA29F25473687417EA039829D56C1A517D6E1B040906EEA7541 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..931a1d811218d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6700.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..5dbf75fc02df8 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6700.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9fc2541e6dfd4 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6700.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..2215cc5c5031c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6700.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6700.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..d7a8c9820e350 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6701.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/cwxlzqwofvzxlovigqqpkdod6i_130.0.6701.0/130.0.6701.0_chrome_installer.exe + InstallerSha256: FFA4A842E6395C4441FB4B588CBCF10274A80D450233C34B44DFA4591C97960C + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/adt4txt7ducobog37hpslk3t56zq_130.0.6701.0/130.0.6701.0_chrome_installer.exe + InstallerSha256: DA43D0FE70D4C5A2B89762B5ADAD7F43D187874458E6298FCCDA8CC77E8BE9B3 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/acz4xfjeerqh7xvb7fvgjp7g6roq_130.0.6701.0/130.0.6701.0_chrome_installer.exe + InstallerSha256: 499DE5C1D92792884F5AECA61280A462A82342F25DA611E7988EC9A4ECA38146 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..7543102a199d5 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6701.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..d84b33ce4c14a --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6701.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6ff4fd51b3a4c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6701.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..a7baef9cfb2f9 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6701.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6701.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..c4d9d38e5b88b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6703.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/nyhbk3kijbdrfhvl36qw6thzuy_130.0.6703.0/130.0.6703.0_chrome_installer.exe + InstallerSha256: 5A6F7AB18B5DC60531F795F0E4E45CA112723B883D0EAAFE854A336AFA79EA75 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/acavwl6lljipr2nhrkj6rpvcgsoa_130.0.6703.0/130.0.6703.0_chrome_installer.exe + InstallerSha256: 295D46BB7C9DAF573BA26F33CFA4FC1E7623FF9D7CB2A86290C53A1570A62EFE + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/htnh72kgxpwlzygzya7btenzg4_130.0.6703.0/130.0.6703.0_chrome_installer.exe + InstallerSha256: F3637C4689B939802988B7CD873AA91F707567C58E5FBF667B1611302692BB04 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..2dabba2da47b1 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6703.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..3bca0722754ac --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6703.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..57bf9d38be546 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6703.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..4dec2ab9e08cd --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6703.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6703.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..48526e7d1906a --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6704.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/acpcc5lhuit45r7fb7i75dqv4tra_130.0.6704.0/130.0.6704.0_chrome_installer.exe + InstallerSha256: 3FD9CD0BB90F907EB46981DD75715EEA2DB9A5F799C6504B4F20D32CA8061F6D + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/oeilpkfc6reqewm5pbfm7s65uu_130.0.6704.0/130.0.6704.0_chrome_installer.exe + InstallerSha256: 47B8C357235ECD5197ABC9066FAA5FDCCC4730C2C4C60694A64DAE81761BAE5A + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/adl4gtejqp2doqkyrbnsilzzaxfa_130.0.6704.0/130.0.6704.0_chrome_installer.exe + InstallerSha256: 16CB18FB114BF0F2C4246102A5DBB43F30024018C3C78003A2E88876EF9BA44C + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..18d0d9803dcda --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6704.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..ff186b187685f --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6704.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e4eaec5972005 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6704.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..5e858fae7236e --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6704.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6704.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..ed3e38115d1ec --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6705.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/mkji7ero6utr7zzbpnf6jeyqcu_130.0.6705.0/130.0.6705.0_chrome_installer.exe + InstallerSha256: 28A9FCA412C4DEA2B98C8F9328E869242C851C93F5364F938BEFDB1D69BDF674 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/he2iznw47qjridn3gg365kwmyy_130.0.6705.0/130.0.6705.0_chrome_installer.exe + InstallerSha256: B709D778ABC6F2D2F47CE5DE83BB90CCA14136A7D718C0F8FAFB3D037D7CDB16 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/acept4uqw5x5zklocsqd2d6q344q_130.0.6705.0/130.0.6705.0_chrome_installer.exe + InstallerSha256: 9E6F37F7F04497F85D025E300343B50F016FA1744438801165CA8158F6437ED8 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..d13d0a454f09a --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6705.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..b87e0638b6b75 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6705.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..08e967afebfd0 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6705.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..f7384b9bca9d7 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6705.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6705.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..6e23c6b897119 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6706.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/ac7jta4c6jdvssi2qj5ud3ad3ehq_130.0.6706.0/130.0.6706.0_chrome_installer.exe + InstallerSha256: BF70D8EA563FE3667A82262AC2734434A6D789CC4F04D9EBC9062DD852E59E49 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/n32k7nio7koyshys5atof4lxvu_130.0.6706.0/130.0.6706.0_chrome_installer.exe + InstallerSha256: 8092D7F35918A6AC5D233F12392E9A0BE3867BC690A0329F7A042FB87D4CDC70 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/bha4cahw4mwfqon73xls6d4w6y_130.0.6706.0/130.0.6706.0_chrome_installer.exe + InstallerSha256: 87D3E270C6B48BC575F129E10AB8718F5116473B99D3A280FC5B0DAFACF57566 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..8bc3f721f7c46 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6706.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..705ca71a5b48d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6706.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d56bede16734d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6706.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..b27149b944d0c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6706.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6706.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..67e6ca63f2619 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6707.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/acqv3btayeyyjnz2llkb3od6ekwq_130.0.6707.0/130.0.6707.0_chrome_installer.exe + InstallerSha256: 6A2BFF5557E18D953152FA4614E8A340F12F3294DD4B174AE0A7AB36B5BBC135 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/ad72ezc3en632c7ou7g2l327tlla_130.0.6707.0/130.0.6707.0_chrome_installer.exe + InstallerSha256: EBCFF40AA6ED721C02B50A8D203E7C99E6EBA68701FA5F7D58263A6F3AF549A1 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/bq5jchqrrskih5gas65zi6ier4_130.0.6707.0/130.0.6707.0_chrome_installer.exe + InstallerSha256: 6B34F7BE555D46806846BFAEC41E0B7CE22D032A4C9E579B7D1EFF1E22E4295B + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..bd864c7b98ab4 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6707.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c0446b14300ef --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6707.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..677d4217ffb51 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6707.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..6d5e5157e8136 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6707.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6707.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..d6e3988e96834 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6708.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/accxar7y54dqahavjbcbcevscnea_130.0.6708.0/130.0.6708.0_chrome_installer.exe + InstallerSha256: 250384BC41A5AD0EB39ED645FC0EEB73702868988A098901673946D59814FC43 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/adpbuuxu2nip66anyg74nsg6h7xq_130.0.6708.0/130.0.6708.0_chrome_installer.exe + InstallerSha256: E1E97B845AA06A2CA23D2B94F30AE074E777455719EFBD9AEE7BE9401B0B4BD9 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/ckhol5ij4qinj6lg2hkovs3ctq_130.0.6708.0/130.0.6708.0_chrome_installer.exe + InstallerSha256: 344E586C222D9339949AB31984B1D75CA6841A93613DFB4C5CA9032D8B640355 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..8a1fa2fcb1a58 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6708.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..dd2c95662ffd5 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6708.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4e72bb28b6eea --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6708.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..26d0e2b97486d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6708.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6708.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..51214e0d35d0b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6709.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/j6y66qnwai5zwktqunh2lpovf4_130.0.6709.0/130.0.6709.0_chrome_installer.exe + InstallerSha256: 2CB44101D7E822E94CAA23F40D748FC5B80B0BB9FB91A3BAB3247B49CC06F6B8 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/acvermsvqzw5dgzszufpfxlt2hga_130.0.6709.0/130.0.6709.0_chrome_installer.exe + InstallerSha256: D60B507E74A6B21360AEAFAC400E0F124E08A715F9CE4ED40DD1D05C484F33EB + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/ac4ot2hbgepk5foaygm4bt5gwrna_130.0.6709.0/130.0.6709.0_chrome_installer.exe + InstallerSha256: C8A9128665AF0F783BDE185BCCE6DF2488B2A5B35661EDA70172A5F7C3A5BC5D + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..34e390f62b17f --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6709.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..190beb7babbbe --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6709.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a10fb100e2b8b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6709.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..b36cb5df21191 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6709.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6709.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..354e39c442bd4 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6710.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/fmonnrpjw5at7vgjptjblq33nm_130.0.6710.0/130.0.6710.0_chrome_installer.exe + InstallerSha256: 30443F4259AC51E7F813AF39F8F6993F7076C9340FBBDE92F8AFB19C3BB02A67 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/adoilosvfq3bykbl2m7pat4c5wwa_130.0.6710.0/130.0.6710.0_chrome_installer.exe + InstallerSha256: 0D2AFE5CBD612FEEA8E28FABC52FEAB4A48F43082435F0BA69A163F9CE000C26 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/acrujl4vsecwlmsz6jutfwlfhh7q_130.0.6710.0/130.0.6710.0_chrome_installer.exe + InstallerSha256: 5199C3BB59C4E7918B30DF778E43FBD73CC2BCEF66D75338D101841F2353F4C3 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..815be2a329c44 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6710.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..fc6a67a6c11ae --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6710.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d87f262ff6e2b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6710.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..4b471d36ba7ce --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6710.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6710.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..1775febe0f299 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6711.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/fu3nlnlwqiv7av5nidasatfaxu_130.0.6711.0/130.0.6711.0_chrome_installer.exe + InstallerSha256: C3F07F214F7106DA2445DC6C445536CAC3359ECA1F0B064D2E26F1A6297988C9 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/adtivob22h6ejj4pqj5ftzbbenrq_130.0.6711.0/130.0.6711.0_chrome_installer.exe + InstallerSha256: 9555B1F21D896D8130836B29527D7A716E925256A656AB3CD8C8CF95DE50E085 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/adcb6hkmsfihmdme5vjswf57mzba_130.0.6711.0/130.0.6711.0_chrome_installer.exe + InstallerSha256: 6A60D8B654BBF35B01E550FE960298FC08CDAD21A99953A402AF544B3E3DD7A6 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..b62342762077e --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6711.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..d05a0c4ecba07 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6711.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c0363067e7fc5 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6711.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..1904efc71facf --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6711.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6711.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..baa642e421d7b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6712.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/acdg7bqzf733ssxgcoskg6ul64vq_130.0.6712.0/130.0.6712.0_chrome_installer.exe + InstallerSha256: 55B944691C959F868864216AF96017FE6CE2F96CFA4489CC6DD409BD6302F0B1 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/adqstclmvkovbenxauzfiw7kgmxa_130.0.6712.0/130.0.6712.0_chrome_installer.exe + InstallerSha256: 925CBB15C153DB7A572A56BA4DB707598E1F7728FE7B01317060F3D2E91C832D + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/adjn22fz2iovjr5yavq4deshrcya_130.0.6712.0/130.0.6712.0_chrome_installer.exe + InstallerSha256: BCDA1F2AA1E62561ABD70F9375F7859BE10D769A58BA4B880FA42F46A367E5F7 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..6bbb78f14258d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6712.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..76c53c28f7542 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6712.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b94f5e2bf4350 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6712.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..d370b9724b32d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6712.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6712.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..f3fc7e05e6688 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6713.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/acibzx4yz6rzctozvtiklx3fn5pa_130.0.6713.0/130.0.6713.0_chrome_installer.exe + InstallerSha256: 52B01DF44188D55C1E8346EA6437FF18F8FCFBD6D3FC3609751229F4FED964CE + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/poxp2th4ztmuqezyvcctzac4iy_130.0.6713.0/130.0.6713.0_chrome_installer.exe + InstallerSha256: BD4E4234C0DD94F6F91601BEE93B2F956865DE2A63EA3A55362381E851E407AC + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/jm4urupesppvzebuvt67nuxdri_130.0.6713.0/130.0.6713.0_chrome_installer.exe + InstallerSha256: B9596D1916BA61475710DAB3557C159207B374B3A0F47EB52B59C3187033AB0E + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..245f530808cbf --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6713.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..2889de132a7e1 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6713.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e4ed7bc5e759d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6713.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..ac9623560c855 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6713.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6713.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..cef7dd437ee3a --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6714.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/acbn6odml2fn5odzfz2gdc5yvglq_130.0.6714.0/130.0.6714.0_chrome_installer.exe + InstallerSha256: 3DD5A599BBE6549BDB567D2CE9DA7D56507F432F153F464F0BDE384997B6B65C + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/acs2gku7kbm2yrmxkfifawxvdgia_130.0.6714.0/130.0.6714.0_chrome_installer.exe + InstallerSha256: 115D257640BB7E8C0830C9D8C647D337C71C53847F96C4A58AD050E06C2E8B4E + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/acsmv5eccfb6sztig5qhwdcgridq_130.0.6714.0/130.0.6714.0_chrome_installer.exe + InstallerSha256: B7D857212A2168BCA175043571DD59D2AE0E10D23A98D19F62B05C49DB100118 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..bad1d10892fef --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6714.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..938bff4833e5a --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6714.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f1212477c2268 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6714.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..3b1b1c52ce238 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6714.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6714.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..deea00c8f9691 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6714.3 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/fewfd67lvlcobmh47vvmnpvyja_130.0.6714.3/130.0.6714.3_chrome_installer.exe + InstallerSha256: 5D250D289DC97ED6679B7890F1EDF692B407E13CD0150155BA52F4EFE586717F + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/adr2zv4k5fqucfryhwny5ioqelva_130.0.6714.3/130.0.6714.3_chrome_installer.exe + InstallerSha256: EADEBD25666776AF91BA3100156939CB2CE6E1F456CF1298420015AD008E9F01 + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/adaaeusvbwic4pt7h5ox66aaxd4q_130.0.6714.3/130.0.6714.3_chrome_installer.exe + InstallerSha256: CDCDE0A6FF58B353DF8BD1E902B13B73DBF9A1167C7D2DD23A00633425E18026 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..1da99376a604f --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6714.3 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..58df2c7774588 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6714.3 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e90c99ea4dcfd --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6714.3 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..772e339b8b35e --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6714.3/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6714.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..36d14138024d1 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6715.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/poaeedb23gqqhn6otoeyj5bxge_130.0.6715.0/130.0.6715.0_chrome_installer.exe + InstallerSha256: A077551B0FC1FB38C3D9E9551D40B2091C0DC7F6770562619F45A416E7CBCDD0 + ProductCode: Google Chrome SxS +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/acskyd44e74ixmh5pt32zdzi7fea_130.0.6715.0/130.0.6715.0_chrome_installer.exe + InstallerSha256: 18BCBF9E201434C2588D5543C182FFF970CB7FB762E273EF914BD3531B3DDD9B + ProductCode: Google Chrome SxS +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/acl4j2lznu5wjnmm27w4nquuweaq_130.0.6715.0/130.0.6715.0_chrome_installer.exe + InstallerSha256: B821D95EECFFA02A4346DD063495D45A16217CF804D07C17972DADC269BA2AB8 + ProductCode: Google Chrome SxS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..e29e6de2ddd41 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6715.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..9d4f2e90eb6aa --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6715.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8627796624cdb --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6715.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..cbd6ad5482f09 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/130.0.6715.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 130.0.6715.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.installer.yaml b/manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.installer.yaml deleted file mode 100644 index 2109358376963..0000000000000 --- a/manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.installer.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.Chrome.Dev -PackageVersion: 128.0.6585.0 -InstallerType: wix -Scope: machine -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- mms -- tel -- webcal -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise.msi - InstallerSha256: 2323EA0FB03ACBAB7597D7A6624E5E3A4C1C7A3A392CD84420BBD364B174B785 - ProductCode: '{0537DACC-3295-3247-9687-9614CBF932BE}' - AppsAndFeaturesEntries: - - ProductCode: '{0537DACC-3295-3247-9687-9614CBF932BE}' - UpgradeCode: '{4446A051-2887-39AC-BF8C-BD2ED8B703CA}' -- Architecture: x64 - InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise64.msi - InstallerSha256: 5D63F814D21A29AFD6D07F0872F5AE799B9C8A7BC065EF3444C61C643653A9F9 - ProductCode: '{01C5A907-7ABB-39D1-A40D-9944BDE1D98F}' - AppsAndFeaturesEntries: - - ProductCode: '{01C5A907-7ABB-39D1-A40D-9944BDE1D98F}' - UpgradeCode: '{4446A051-2887-39AC-BF8C-BD2ED8B703CA}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.installer.yaml b/manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.installer.yaml new file mode 100644 index 0000000000000..b9e29092f10a8 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev +PackageVersion: 130.0.6710.0 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- mms +- tel +- webcal +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise.msi + InstallerSha256: C00CD750313E9AB19746F5A45E80ABC215E8B8B277FAACDB0B514B8C5884C6A1 + ProductCode: '{5601040F-BAE0-3988-BE9F-E6C9102B1D49}' + AppsAndFeaturesEntries: + - ProductCode: '{5601040F-BAE0-3988-BE9F-E6C9102B1D49}' + UpgradeCode: '{4446A051-2887-39AC-BF8C-BD2ED8B703CA}' +- Architecture: x64 + InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise64.msi + InstallerSha256: 6F02058AB545F5872F7CE6CE4EC9D4B856CC9B0E58C324885771BBB77A20219E + ProductCode: '{2B2C2314-C5B8-36E2-ABAC-243E8EAA3818}' + AppsAndFeaturesEntries: + - ProductCode: '{2B2C2314-C5B8-36E2-ABAC-243E8EAA3818}' + UpgradeCode: '{4446A051-2887-39AC-BF8C-BD2ED8B703CA}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.locale.en-US.yaml similarity index 93% rename from manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.locale.en-US.yaml rename to manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.locale.en-US.yaml index cfad41d155edd..859bcb0048195 100644 --- a/manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 128.0.6585.0 +PackageVersion: 130.0.6710.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.locale.nb-NO.yaml similarity index 93% rename from manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.locale.nb-NO.yaml index 0b44123bdb752..cf3fccde28930 100644 --- a/manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.locale.nb-NO.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 128.0.6585.0 +PackageVersion: 130.0.6710.0 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.locale.zh-CN.yaml similarity index 93% rename from manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.locale.zh-CN.yaml index 43c8e4bd52292..5bb461a6b0288 100644 --- a/manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 128.0.6585.0 +PackageVersion: 130.0.6710.0 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.yaml b/manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.yaml similarity index 82% rename from manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.yaml rename to manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.yaml index 3ee18f6856a9c..12e6731a6bbf2 100644 --- a/manifests/g/Google/Chrome/Dev/128.0.6585.0/Google.Chrome.Dev.yaml +++ b/manifests/g/Google/Chrome/Dev/130.0.6710.0/Google.Chrome.Dev.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 128.0.6585.0 +PackageVersion: 130.0.6710.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.installer.yaml new file mode 100644 index 0000000000000..4d910b39b0e94 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 128.0.6601.2 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ad2uka3jm54hfkvgg2v3pk3did5q_128.0.6601.2/128.0.6601.2_chrome_installer.exe + InstallerSha256: 9E6D5103FD059C20C111831067B765C831BE0E678BFCB987351EB3C102A03C99 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ad2uka3jm54hfkvgg2v3pk3did5q_128.0.6601.2/128.0.6601.2_chrome_installer.exe + InstallerSha256: 9E6D5103FD059C20C111831067B765C831BE0E678BFCB987351EB3C102A03C99 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/blkqfcisuqkk7qiem5km2c3fx4_128.0.6601.2/128.0.6601.2_chrome_installer.exe + InstallerSha256: 5B911F2737DA1AC559A6555C11677016CF891AE0990F2A5FE035425BDC336EE9 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/blkqfcisuqkk7qiem5km2c3fx4_128.0.6601.2/128.0.6601.2_chrome_installer.exe + InstallerSha256: 5B911F2737DA1AC559A6555C11677016CF891AE0990F2A5FE035425BDC336EE9 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adn5p56hiidnirtvvgku5o5gqzvq_128.0.6601.2/128.0.6601.2_chrome_installer.exe + InstallerSha256: B81FFE5245970B63EE9B75A3E17776FBB6743272ED4DFC100887BF1F4CF51A35 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adn5p56hiidnirtvvgku5o5gqzvq_128.0.6601.2/128.0.6601.2_chrome_installer.exe + InstallerSha256: B81FFE5245970B63EE9B75A3E17776FBB6743272ED4DFC100887BF1F4CF51A35 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..9fa8703f86a0c --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 128.0.6601.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/chrome/dev +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Google Chrome for developers +Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..e20eae6b6430e --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 128.0.6601.2 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/dev +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Google Chrome for utviklere +Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..78d7301eb6ad8 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 128.0.6601.2 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 开发者版 (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的 Google Chrome +Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.yaml new file mode 100644 index 0000000000000..2ff4cad8af8e5 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/128.0.6601.2/Google.Chrome.Dev.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 128.0.6601.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.installer.yaml new file mode 100644 index 0000000000000..92c08137be934 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 128.0.6613.7 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/mdqplavmrlggegyftyegejimsi_128.0.6613.7/128.0.6613.7_chrome_installer.exe + InstallerSha256: A222398D024C0F43D61B8C317A1306A5DDB944FA327622B1028B3E149BC49766 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/mdqplavmrlggegyftyegejimsi_128.0.6613.7/128.0.6613.7_chrome_installer.exe + InstallerSha256: A222398D024C0F43D61B8C317A1306A5DDB944FA327622B1028B3E149BC49766 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/g5hayllctfmiar4hbsb7kcgvwe_128.0.6613.7/128.0.6613.7_chrome_installer.exe + InstallerSha256: 102DA729B48D7D7020D0873D21678AA5F56E15BB226A9935165A15CDCDAC028E + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/g5hayllctfmiar4hbsb7kcgvwe_128.0.6613.7/128.0.6613.7_chrome_installer.exe + InstallerSha256: 102DA729B48D7D7020D0873D21678AA5F56E15BB226A9935165A15CDCDAC028E + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/acdzjtbasgqmwbghsu2qd74rireq_128.0.6613.7/128.0.6613.7_chrome_installer.exe + InstallerSha256: A12ECDEF28149A9056BA258591F6BD95187DE27D4461ECCED41A0F4547F7FF00 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/acdzjtbasgqmwbghsu2qd74rireq_128.0.6613.7/128.0.6613.7_chrome_installer.exe + InstallerSha256: A12ECDEF28149A9056BA258591F6BD95187DE27D4461ECCED41A0F4547F7FF00 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..015274e577fab --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 128.0.6613.7 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/chrome/dev +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Google Chrome for developers +Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..1d77917acdb64 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 128.0.6613.7 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/dev +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Google Chrome for utviklere +Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4d80106a7b6cb --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 128.0.6613.7 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 开发者版 (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的 Google Chrome +Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.yaml new file mode 100644 index 0000000000000..3783f8288891d --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/128.0.6613.7/Google.Chrome.Dev.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 128.0.6613.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.installer.yaml new file mode 100644 index 0000000000000..64c688a1c02d5 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6614.3 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/k27hfxvzfqayqcmcdqznszbvki_129.0.6614.3/129.0.6614.3_chrome_installer.exe + InstallerSha256: 0DF11253F7A9004C4423D288E3C069EF76FA278B47C19334B385DE70B2613E4A + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/k27hfxvzfqayqcmcdqznszbvki_129.0.6614.3/129.0.6614.3_chrome_installer.exe + InstallerSha256: 0DF11253F7A9004C4423D288E3C069EF76FA278B47C19334B385DE70B2613E4A + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/i7xfilpwnyovem7ay7lqgatwdm_129.0.6614.3/129.0.6614.3_chrome_installer.exe + InstallerSha256: 116690273BCF7C81F82593590217FC1F506FD23ACCCE349AFFFD2EEDA6E980E3 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/i7xfilpwnyovem7ay7lqgatwdm_129.0.6614.3/129.0.6614.3_chrome_installer.exe + InstallerSha256: 116690273BCF7C81F82593590217FC1F506FD23ACCCE349AFFFD2EEDA6E980E3 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/bgitifmercttzqfijbuccabmgm_129.0.6614.3/129.0.6614.3_chrome_installer.exe + InstallerSha256: 947CD855BF1C633E2F78FEF4BC76FE38A10D8DBBF7D285A4E42516C65E615E7D + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/bgitifmercttzqfijbuccabmgm_129.0.6614.3/129.0.6614.3_chrome_installer.exe + InstallerSha256: 947CD855BF1C633E2F78FEF4BC76FE38A10D8DBBF7D285A4E42516C65E615E7D + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..a8fe67d409b38 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6614.3 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/chrome/dev +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Google Chrome for developers +Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..a00d929579067 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6614.3 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/dev +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Google Chrome for utviklere +Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3dc08e3dc8cdc --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6614.3 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 开发者版 (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的 Google Chrome +Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.yaml new file mode 100644 index 0000000000000..ad0dc305d4994 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6614.3/Google.Chrome.Dev.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6614.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.installer.yaml new file mode 100644 index 0000000000000..f846af3f5fc54 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6628.3 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/o7zx3iujogn56ntawt7fzm6m4e_129.0.6628.3/129.0.6628.3_chrome_installer.exe + InstallerSha256: D4CEE1F2EF73ABAF1CBF05E5AFAA8BF0EF18C596345F3A1C2377F6E7A0641FF1 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/o7zx3iujogn56ntawt7fzm6m4e_129.0.6628.3/129.0.6628.3_chrome_installer.exe + InstallerSha256: D4CEE1F2EF73ABAF1CBF05E5AFAA8BF0EF18C596345F3A1C2377F6E7A0641FF1 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/kkv5yxchxnjs3zoaabjjeuib7q_129.0.6628.3/129.0.6628.3_chrome_installer.exe + InstallerSha256: 3965DC0D660AE12BD0523652E546320625D7086529E704616CBA387B2E663512 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/kkv5yxchxnjs3zoaabjjeuib7q_129.0.6628.3/129.0.6628.3_chrome_installer.exe + InstallerSha256: 3965DC0D660AE12BD0523652E546320625D7086529E704616CBA387B2E663512 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adkpv6eishgiuakc5vltpq5wfjpa_129.0.6628.3/129.0.6628.3_chrome_installer.exe + InstallerSha256: 7D12D49FB9655F54B25674852F67F34297CFE6C3691580D64429DAF7EDBE848C + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adkpv6eishgiuakc5vltpq5wfjpa_129.0.6628.3/129.0.6628.3_chrome_installer.exe + InstallerSha256: 7D12D49FB9655F54B25674852F67F34297CFE6C3691580D64429DAF7EDBE848C + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..fe23d275095d6 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6628.3 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/chrome/dev +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Google Chrome for developers +Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..917d5d797e683 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6628.3 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/dev +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Google Chrome for utviklere +Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3e4f3bf179256 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6628.3 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 开发者版 (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的 Google Chrome +Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.yaml new file mode 100644 index 0000000000000..536852f2663f2 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6628.3/Google.Chrome.Dev.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6628.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.installer.yaml new file mode 100644 index 0000000000000..a47657f60795f --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6643.2 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/advool5epyrtr65ocpwj6gmy44ua_129.0.6643.2/129.0.6643.2_chrome_installer.exe + InstallerSha256: 5ED6ABCF84D53F81DC6232DC14D4FF92EBED324A879CE4BAB15539C979966569 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/advool5epyrtr65ocpwj6gmy44ua_129.0.6643.2/129.0.6643.2_chrome_installer.exe + InstallerSha256: 5ED6ABCF84D53F81DC6232DC14D4FF92EBED324A879CE4BAB15539C979966569 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adoi2uuab5loiemb3p22ci5uvmqa_129.0.6643.2/129.0.6643.2_chrome_installer.exe + InstallerSha256: 1DC6318838776FCB6F7C9E432A3801A2D665C1FBF34CAC7A5E30B6A30C3BE7A4 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adoi2uuab5loiemb3p22ci5uvmqa_129.0.6643.2/129.0.6643.2_chrome_installer.exe + InstallerSha256: 1DC6318838776FCB6F7C9E432A3801A2D665C1FBF34CAC7A5E30B6A30C3BE7A4 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ht2gurjull3j2zkxqrgbekfqvi_129.0.6643.2/129.0.6643.2_chrome_installer.exe + InstallerSha256: 4ED3AE2E266B9BE160F4ADDDEAFE0F0D28E17A10E8E0E5BCE544A4F73A4DB9F8 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ht2gurjull3j2zkxqrgbekfqvi_129.0.6643.2/129.0.6643.2_chrome_installer.exe + InstallerSha256: 4ED3AE2E266B9BE160F4ADDDEAFE0F0D28E17A10E8E0E5BCE544A4F73A4DB9F8 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..578990996f99a --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6643.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/chrome/dev +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Google Chrome for developers +Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..9c2cab9f0f57a --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6643.2 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/dev +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Google Chrome for utviklere +Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..23acc31ba7bd8 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6643.2 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 开发者版 (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的 Google Chrome +Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.yaml new file mode 100644 index 0000000000000..e31291f317ab8 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6643.2/Google.Chrome.Dev.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6643.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.installer.yaml new file mode 100644 index 0000000000000..5d7e2d205a979 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6658.0 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/hcwsg5djfopqyht6k4cfdgdhpm_129.0.6658.0/129.0.6658.0_chrome_installer.exe + InstallerSha256: 0F6841F726BC0648D561082B1AEFCE37D9C178E914460047160BDD7CFA411D96 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/hcwsg5djfopqyht6k4cfdgdhpm_129.0.6658.0/129.0.6658.0_chrome_installer.exe + InstallerSha256: 0F6841F726BC0648D561082B1AEFCE37D9C178E914460047160BDD7CFA411D96 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/nfnjmpvrftznvpr7ji7pftg75q_129.0.6658.0/129.0.6658.0_chrome_installer.exe + InstallerSha256: 781538B1F0497F7BFBD81A29AE5F1550F6BD60229FF7078921DF73C2AD749A1E + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/nfnjmpvrftznvpr7ji7pftg75q_129.0.6658.0/129.0.6658.0_chrome_installer.exe + InstallerSha256: 781538B1F0497F7BFBD81A29AE5F1550F6BD60229FF7078921DF73C2AD749A1E + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ad4xxaw757a4y5c6sxamn6vqbxwa_129.0.6658.0/129.0.6658.0_chrome_installer.exe + InstallerSha256: 8EB37098E27D7225FE2FC25200463CC8DB56571E473613612D082DE65A4AF67D + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ad4xxaw757a4y5c6sxamn6vqbxwa_129.0.6658.0/129.0.6658.0_chrome_installer.exe + InstallerSha256: 8EB37098E27D7225FE2FC25200463CC8DB56571E473613612D082DE65A4AF67D + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..e9d77482fac36 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6658.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/chrome/dev +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Google Chrome for developers +Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..0ac2e5134e5ae --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6658.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/dev +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Google Chrome for utviklere +Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8081c50fb04eb --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6658.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 开发者版 (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的 Google Chrome +Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.yaml new file mode 100644 index 0000000000000..65e425889c818 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/129.0.6658.0/Google.Chrome.Dev.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 129.0.6658.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.installer.yaml new file mode 100644 index 0000000000000..e347b24e86e91 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6669.2 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/acpbf5aefco7c6y2yhql3ef6ff4a_130.0.6669.2/130.0.6669.2_chrome_installer.exe + InstallerSha256: B1DE02D6A17F8551E67D586B1A3F8CCCC94CEFABA59D5F101A27671CC21D590E + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/acpbf5aefco7c6y2yhql3ef6ff4a_130.0.6669.2/130.0.6669.2_chrome_installer.exe + InstallerSha256: B1DE02D6A17F8551E67D586B1A3F8CCCC94CEFABA59D5F101A27671CC21D590E + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adrjkzhghm5nixpwygrwmj47wrna_130.0.6669.2/130.0.6669.2_chrome_installer.exe + InstallerSha256: E85CAC9BDA097254D742267884497AF41EB33440EAC4BC90C75E6FBAB2FDB118 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adrjkzhghm5nixpwygrwmj47wrna_130.0.6669.2/130.0.6669.2_chrome_installer.exe + InstallerSha256: E85CAC9BDA097254D742267884497AF41EB33440EAC4BC90C75E6FBAB2FDB118 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/lgcomoedsdwncdqxwz3wh2ayfm_130.0.6669.2/130.0.6669.2_chrome_installer.exe + InstallerSha256: CFED10564B00E5EF74A874AFB9210BEB1C18D0EA3E3752861E1F318BF3138239 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/lgcomoedsdwncdqxwz3wh2ayfm_130.0.6669.2/130.0.6669.2_chrome_installer.exe + InstallerSha256: CFED10564B00E5EF74A874AFB9210BEB1C18D0EA3E3752861E1F318BF3138239 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..ba4431af3ff5d --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6669.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/chrome/dev +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Google Chrome for developers +Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..4921c08c3459e --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6669.2 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/dev +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Google Chrome for utviklere +Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fcd8348675f11 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6669.2 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 开发者版 (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的 Google Chrome +Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.yaml new file mode 100644 index 0000000000000..a8bcd34671791 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6669.2/Google.Chrome.Dev.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6669.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.installer.yaml new file mode 100644 index 0000000000000..010f4f63e18a5 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6683.2 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/hfntnqfadguk5aaeevkxvd3oiu_130.0.6683.2/130.0.6683.2_chrome_installer.exe + InstallerSha256: A7C5BBF0F751FE621F7BB7A0907C340B4792B6B3B97B121337925CBFCC1060F1 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/hfntnqfadguk5aaeevkxvd3oiu_130.0.6683.2/130.0.6683.2_chrome_installer.exe + InstallerSha256: A7C5BBF0F751FE621F7BB7A0907C340B4792B6B3B97B121337925CBFCC1060F1 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/acihvclt7sxqfdp2hsa7zs7xk5ha_130.0.6683.2/130.0.6683.2_chrome_installer.exe + InstallerSha256: 54BEC5EC7ED12CBC927273EB48801469C1C2D2A4509235C7E14AEE0E1B2E2503 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/acihvclt7sxqfdp2hsa7zs7xk5ha_130.0.6683.2/130.0.6683.2_chrome_installer.exe + InstallerSha256: 54BEC5EC7ED12CBC927273EB48801469C1C2D2A4509235C7E14AEE0E1B2E2503 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/azchsozveuxylyttr3n25ahpja_130.0.6683.2/130.0.6683.2_chrome_installer.exe + InstallerSha256: 3EF80BD5D77EDA7746DDD0B20C680C58E7D71750B64507F06DE7F5EC682DBD21 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/azchsozveuxylyttr3n25ahpja_130.0.6683.2/130.0.6683.2_chrome_installer.exe + InstallerSha256: 3EF80BD5D77EDA7746DDD0B20C680C58E7D71750B64507F06DE7F5EC682DBD21 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..27254351c4102 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6683.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/chrome/dev +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Google Chrome for developers +Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c0083bccc21c2 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6683.2 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/dev +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Google Chrome for utviklere +Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..98f7361890e52 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6683.2 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 开发者版 (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的 Google Chrome +Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.yaml new file mode 100644 index 0000000000000..bd591d3b11ef6 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6683.2/Google.Chrome.Dev.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6683.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.installer.yaml new file mode 100644 index 0000000000000..c535ecc2f0223 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6699.3 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/aemda76nq34qx3zrzlw5vir7gy_130.0.6699.3/130.0.6699.3_chrome_installer.exe + InstallerSha256: EB77E760F46104A5911C80BFA503936E46FB4788C05EEBC5A46C251A4A119780 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/aemda76nq34qx3zrzlw5vir7gy_130.0.6699.3/130.0.6699.3_chrome_installer.exe + InstallerSha256: EB77E760F46104A5911C80BFA503936E46FB4788C05EEBC5A46C251A4A119780 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adbvzsciisufsyqc7myo4x6uylea_130.0.6699.3/130.0.6699.3_chrome_installer.exe + InstallerSha256: 2B6741E76B899A08ADA2FB106E4AEE5B70852EB6224B03084A4ACF3B642150D1 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adbvzsciisufsyqc7myo4x6uylea_130.0.6699.3/130.0.6699.3_chrome_installer.exe + InstallerSha256: 2B6741E76B899A08ADA2FB106E4AEE5B70852EB6224B03084A4ACF3B642150D1 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/jqfbajy72jyhma4ih3g4cyfmje_130.0.6699.3/130.0.6699.3_chrome_installer.exe + InstallerSha256: 7290519AD5F33092FC6AE9F08475F64909D6924EEE2786F1436B8CE0A2998AB9 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/jqfbajy72jyhma4ih3g4cyfmje_130.0.6699.3/130.0.6699.3_chrome_installer.exe + InstallerSha256: 7290519AD5F33092FC6AE9F08475F64909D6924EEE2786F1436B8CE0A2998AB9 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..1f41cc0df8344 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6699.3 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/chrome/dev +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Google Chrome for developers +Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..5c371e8e31350 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6699.3 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/dev +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Google Chrome for utviklere +Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..90402533138c5 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6699.3 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 开发者版 (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的 Google Chrome +Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.yaml new file mode 100644 index 0000000000000..65fd1adfe6799 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6699.3/Google.Chrome.Dev.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6699.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.installer.yaml new file mode 100644 index 0000000000000..a1b78cd2bec20 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6710.0 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/of3poexoeqdbq3iclvo4sdguj4_130.0.6710.0/130.0.6710.0_chrome_installer.exe + InstallerSha256: 30443F4259AC51E7F813AF39F8F6993F7076C9340FBBDE92F8AFB19C3BB02A67 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/of3poexoeqdbq3iclvo4sdguj4_130.0.6710.0/130.0.6710.0_chrome_installer.exe + InstallerSha256: 30443F4259AC51E7F813AF39F8F6993F7076C9340FBBDE92F8AFB19C3BB02A67 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/acs5cmgsc74ou5baajsi6oe5pyoa_130.0.6710.0/130.0.6710.0_chrome_installer.exe + InstallerSha256: 0D2AFE5CBD612FEEA8E28FABC52FEAB4A48F43082435F0BA69A163F9CE000C26 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/acs5cmgsc74ou5baajsi6oe5pyoa_130.0.6710.0/130.0.6710.0_chrome_installer.exe + InstallerSha256: 0D2AFE5CBD612FEEA8E28FABC52FEAB4A48F43082435F0BA69A163F9CE000C26 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/acqzfag62n73ryuh6cu73l4uxtxa_130.0.6710.0/130.0.6710.0_chrome_installer.exe + InstallerSha256: 5199C3BB59C4E7918B30DF778E43FBD73CC2BCEF66D75338D101841F2353F4C3 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome + ProductCode: Google Chrome Dev +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/acqzfag62n73ryuh6cu73l4uxtxa_130.0.6710.0/130.0.6710.0_chrome_installer.exe + InstallerSha256: 5199C3BB59C4E7918B30DF778E43FBD73CC2BCEF66D75338D101841F2353F4C3 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level + ProductCode: Google Chrome Dev +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..17b261d54efc1 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6710.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/chrome/dev +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: Google Chrome for developers +Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..698420093d761 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6710.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/dev +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Google Chrome for utviklere +Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4495fd1c738f4 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6710.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 开发者版 (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 开发者专用的 Google Chrome +Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.yaml new file mode 100644 index 0000000000000..9087765098f74 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/130.0.6710.0/Google.Chrome.Dev.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 130.0.6710.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.installer.yaml new file mode 100644 index 0000000000000..4e2076df64d01 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.100 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/autf62xlu3j3pt3zet6y2sox4m_127.0.6533.100/127.0.6533.100_chrome_installer.exe + InstallerSha256: B6E974EB12971B4E5BC6094BC6057558033B57928B2A49D769715818A6C87AE9 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/autf62xlu3j3pt3zet6y2sox4m_127.0.6533.100/127.0.6533.100_chrome_installer.exe + InstallerSha256: B6E974EB12971B4E5BC6094BC6057558033B57928B2A49D769715818A6C87AE9 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adxx6dbjpwvhbnvbqljkjapcssvq_127.0.6533.100/127.0.6533.100_chrome_installer.exe + InstallerSha256: FD4AFB2B81293BF0C919C24F2FCFB5C0A5BE858B93AD0582B5CCAC25AFBFEE10 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adxx6dbjpwvhbnvbqljkjapcssvq_127.0.6533.100/127.0.6533.100_chrome_installer.exe + InstallerSha256: FD4AFB2B81293BF0C919C24F2FCFB5C0A5BE858B93AD0582B5CCAC25AFBFEE10 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/izncwmkn7d3dezw4o6w2w6zs64_127.0.6533.100/127.0.6533.100_chrome_installer.exe + InstallerSha256: E47DBBA0944DF427F2BBE9224100BD01554DE3EAEDA4AB8C40143F38268389DA + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/izncwmkn7d3dezw4o6w2w6zs64_127.0.6533.100/127.0.6533.100_chrome_installer.exe + InstallerSha256: E47DBBA0944DF427F2BBE9224100BD01554DE3EAEDA4AB8C40143F38268389DA + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..e4227c9884113 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.100 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: The browser built by Google +Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..dd6871c44ac9a --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.100 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nettleseren fra Google +Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9c631e00d1f4a --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.100 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 由 Google 打造的浏览器 +Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.yaml new file mode 100644 index 0000000000000..7388b126fa872 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.100/Google.Chrome.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.100 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.installer.yaml new file mode 100644 index 0000000000000..56ec1eeeb0512 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.120 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/c4f5wkri3u5ht4jwzk66onisou_127.0.6533.120/127.0.6533.120_chrome_installer.exe + InstallerSha256: C4B89F8CCB88F35518BF14AF035EB15A6F25E16D499177D91016E0E7DE4EB49E + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/c4f5wkri3u5ht4jwzk66onisou_127.0.6533.120/127.0.6533.120_chrome_installer.exe + InstallerSha256: C4B89F8CCB88F35518BF14AF035EB15A6F25E16D499177D91016E0E7DE4EB49E + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/acncdzzgi32ep2dtb3f6ayqhzi6q_127.0.6533.120/127.0.6533.120_chrome_installer.exe + InstallerSha256: 0A136CAA702BB2525C9277AF870DCD77C1523475F0F066EB5B8C745528491DC1 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/acncdzzgi32ep2dtb3f6ayqhzi6q_127.0.6533.120/127.0.6533.120_chrome_installer.exe + InstallerSha256: 0A136CAA702BB2525C9277AF870DCD77C1523475F0F066EB5B8C745528491DC1 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/acyafbd57f7xgajvbid4wmdgmwrq_127.0.6533.120/127.0.6533.120_chrome_installer.exe + InstallerSha256: A078E7505DA288C4DF72766EDBCFDF9B3284F6FB27C7514B3C820C5951C3FE3D + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/acyafbd57f7xgajvbid4wmdgmwrq_127.0.6533.120/127.0.6533.120_chrome_installer.exe + InstallerSha256: A078E7505DA288C4DF72766EDBCFDF9B3284F6FB27C7514B3C820C5951C3FE3D + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..639acd55541b3 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.120 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: The browser built by Google +Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..b44811a798c6f --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.120 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nettleseren fra Google +Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d3f646981f48b --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.120 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 由 Google 打造的浏览器 +Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.yaml new file mode 100644 index 0000000000000..7a1a2d669e03f --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.120/Google.Chrome.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.120 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.installer.yaml new file mode 100644 index 0000000000000..29860ab1454ac --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.73 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ac24ah7k2ect4cib5ns2ce3ir5gq_127.0.6533.73/127.0.6533.73_chrome_installer.exe + InstallerSha256: FC4B3308A3D70A18A036D8A4C9205E1E3CF43A16C21E4A3B321C69F646E414B3 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ac24ah7k2ect4cib5ns2ce3ir5gq_127.0.6533.73/127.0.6533.73_chrome_installer.exe + InstallerSha256: FC4B3308A3D70A18A036D8A4C9205E1E3CF43A16C21E4A3B321C69F646E414B3 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adcainarvsrw2nxkdwnkvjzb6jjq_127.0.6533.73/127.0.6533.73_chrome_installer.exe + InstallerSha256: 31D7D69370FEE19EC4AC550A20BC4B341B04F93C800572D2F9AD3B96639D94CF + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adcainarvsrw2nxkdwnkvjzb6jjq_127.0.6533.73/127.0.6533.73_chrome_installer.exe + InstallerSha256: 31D7D69370FEE19EC4AC550A20BC4B341B04F93C800572D2F9AD3B96639D94CF + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ad4pajg2s6p4yndriz47rkxu3u7q_127.0.6533.73/127.0.6533.73_chrome_installer.exe + InstallerSha256: 35024811DBE6CD8A0329457B1C72B6C53B24E618F2EFE09C17A84220E7037372 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ad4pajg2s6p4yndriz47rkxu3u7q_127.0.6533.73/127.0.6533.73_chrome_installer.exe + InstallerSha256: 35024811DBE6CD8A0329457B1C72B6C53B24E618F2EFE09C17A84220E7037372 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..f81550e53203b --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.73 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: The browser built by Google +Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..8eeb4b7c459bc --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.73 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nettleseren fra Google +Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bbbf96188050a --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.73 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 由 Google 打造的浏览器 +Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.yaml new file mode 100644 index 0000000000000..a1bb9bc547a21 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.73/Google.Chrome.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.73 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.installer.yaml new file mode 100644 index 0000000000000..e3bbbe9f25c47 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.89 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/oct5rowwm5fvvxipazq2wlma2u_127.0.6533.89/127.0.6533.89_chrome_installer.exe + InstallerSha256: C8D36CF785CBD4E6905A99F128C78B216DB58C6B43EEC649C61AAD3BA1CCF2F4 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/oct5rowwm5fvvxipazq2wlma2u_127.0.6533.89/127.0.6533.89_chrome_installer.exe + InstallerSha256: C8D36CF785CBD4E6905A99F128C78B216DB58C6B43EEC649C61AAD3BA1CCF2F4 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/acljsqmj242ipgr5z4ha6ymv5ita_127.0.6533.89/127.0.6533.89_chrome_installer.exe + InstallerSha256: 18E523690C281349B8FCEED65BB00E8EFD9A97447D2BE005FFBBE4C6DEFF0700 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/acljsqmj242ipgr5z4ha6ymv5ita_127.0.6533.89/127.0.6533.89_chrome_installer.exe + InstallerSha256: 18E523690C281349B8FCEED65BB00E8EFD9A97447D2BE005FFBBE4C6DEFF0700 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/clozl6doi23s3hbri4qh7us6yi_127.0.6533.89/127.0.6533.89_chrome_installer.exe + InstallerSha256: E2EDC04BA1934589ABBBDF7E3BFAB14DECAE2958A9B2C202BB9F43D00CD1C97A + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/clozl6doi23s3hbri4qh7us6yi_127.0.6533.89/127.0.6533.89_chrome_installer.exe + InstallerSha256: E2EDC04BA1934589ABBBDF7E3BFAB14DECAE2958A9B2C202BB9F43D00CD1C97A + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..ccb61771231fe --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.89 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: The browser built by Google +Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..f9aa1c8bcd402 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.89 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nettleseren fra Google +Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4fa65d458d714 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.89 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 由 Google 打造的浏览器 +Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.yaml b/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.yaml new file mode 100644 index 0000000000000..44e6b777168bc --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/127.0.6533.89/Google.Chrome.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 127.0.6533.89 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.installer.yaml new file mode 100644 index 0000000000000..4c80a2841bdca --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.114 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/advirxsctoioxjnwitwmyqfx4fiq_128.0.6613.114/128.0.6613.114_chrome_installer.exe + InstallerSha256: 1FAD248EF045ABCE42689BB50EB957C357A382A10BC841911EDBF37CA3B52DD6 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/advirxsctoioxjnwitwmyqfx4fiq_128.0.6613.114/128.0.6613.114_chrome_installer.exe + InstallerSha256: 1FAD248EF045ABCE42689BB50EB957C357A382A10BC841911EDBF37CA3B52DD6 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ada5tihqeissyqywbxlbauyygcua_128.0.6613.114/128.0.6613.114_chrome_installer.exe + InstallerSha256: 43A70406B989D97A033043ABBE419DD0F534CA25F07F8FA13DDE26F311FC47C3 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ada5tihqeissyqywbxlbauyygcua_128.0.6613.114/128.0.6613.114_chrome_installer.exe + InstallerSha256: 43A70406B989D97A033043ABBE419DD0F534CA25F07F8FA13DDE26F311FC47C3 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/acigktcqdl5e6yhylri4itbx6xia_128.0.6613.114/128.0.6613.114_chrome_installer.exe + InstallerSha256: D7F59CFD7DAF1E1105067E1D2743DC5E5C82AA9F7F0F40CDF87E5AB816DAD0B0 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/acigktcqdl5e6yhylri4itbx6xia_128.0.6613.114/128.0.6613.114_chrome_installer.exe + InstallerSha256: D7F59CFD7DAF1E1105067E1D2743DC5E5C82AA9F7F0F40CDF87E5AB816DAD0B0 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..30f3d174b8621 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.114 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: The browser built by Google +Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..4f90b40d1b4ab --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.114 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nettleseren fra Google +Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f66ff63744c25 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.114 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 由 Google 打造的浏览器 +Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.yaml new file mode 100644 index 0000000000000..d07901df342e6 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.114/Google.Chrome.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.114 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.installer.yaml new file mode 100644 index 0000000000000..89f71aa86e117 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.120 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/o4agjyns4a723njz76zxmsrsra_128.0.6613.120/128.0.6613.120_chrome_installer.exe + InstallerSha256: E97962F7EF78F224D004FE3E59CA599F42ED345D93227F6D44F791019FA2DF7B + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/o4agjyns4a723njz76zxmsrsra_128.0.6613.120/128.0.6613.120_chrome_installer.exe + InstallerSha256: E97962F7EF78F224D004FE3E59CA599F42ED345D93227F6D44F791019FA2DF7B + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ad5a3xxkus553yasirdsiqukwr5a_128.0.6613.120/128.0.6613.120_chrome_installer.exe + InstallerSha256: 8E8C40EC86F98C71C5330AF52BB20F0DCB6391F7931551BC8EB189201605DC34 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ad5a3xxkus553yasirdsiqukwr5a_128.0.6613.120/128.0.6613.120_chrome_installer.exe + InstallerSha256: 8E8C40EC86F98C71C5330AF52BB20F0DCB6391F7931551BC8EB189201605DC34 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adraftxlsnev35j5wypnp7p6wwma_128.0.6613.120/128.0.6613.120_chrome_installer.exe + InstallerSha256: 02EFBBCF63FB86026DA0567C0C4E649AE3A0C622E070E850A3E92B0BDFBE9AA6 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adraftxlsnev35j5wypnp7p6wwma_128.0.6613.120/128.0.6613.120_chrome_installer.exe + InstallerSha256: 02EFBBCF63FB86026DA0567C0C4E649AE3A0C622E070E850A3E92B0BDFBE9AA6 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..d2868463e38de --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.120 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: The browser built by Google +Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..5e9b12c935c48 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.120 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nettleseren fra Google +Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1816a56af3f9b --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.120 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 由 Google 打造的浏览器 +Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.yaml new file mode 100644 index 0000000000000..eac4cba754a0c --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.120/Google.Chrome.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.120 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.installer.yaml new file mode 100644 index 0000000000000..7516932b67d33 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.138 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/owb42ynnsjeyjygxlo2pjjtufm_128.0.6613.138/128.0.6613.138_chrome_installer.exe + InstallerSha256: D713338B42B1DA3389428CA7AC58518E21AE97B29D25622F5F5256C3B3CB5611 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/owb42ynnsjeyjygxlo2pjjtufm_128.0.6613.138/128.0.6613.138_chrome_installer.exe + InstallerSha256: D713338B42B1DA3389428CA7AC58518E21AE97B29D25622F5F5256C3B3CB5611 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ac5y5ywemnpwdpv3qi7ovmviuwxa_128.0.6613.138/128.0.6613.138_chrome_installer.exe + InstallerSha256: 6FC1883A87390C0F3EF9ED5E98D75BCE665D3DD3A38C5EBF20D5762E3B1DC0AA + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ac5y5ywemnpwdpv3qi7ovmviuwxa_128.0.6613.138/128.0.6613.138_chrome_installer.exe + InstallerSha256: 6FC1883A87390C0F3EF9ED5E98D75BCE665D3DD3A38C5EBF20D5762E3B1DC0AA + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ach2pudojcbbfmbtqgbht3tbe4qq_128.0.6613.138/128.0.6613.138_chrome_installer.exe + InstallerSha256: 0AC5385AC04EEC6C4F982C10D2DEF8A9E9DB00C289DA98AC027FE5950FA2ED10 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ach2pudojcbbfmbtqgbht3tbe4qq_128.0.6613.138/128.0.6613.138_chrome_installer.exe + InstallerSha256: 0AC5385AC04EEC6C4F982C10D2DEF8A9E9DB00C289DA98AC027FE5950FA2ED10 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..d311b5c322b5e --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.138 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: The browser built by Google +Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..a463769c9c52f --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.138 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nettleseren fra Google +Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0e70fc55d4f25 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.138 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 由 Google 打造的浏览器 +Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.yaml new file mode 100644 index 0000000000000..4251a7b63f5dc --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.138/Google.Chrome.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.138 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.installer.yaml new file mode 100644 index 0000000000000..bb2bdb004c7aa --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.installer.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.85 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/hl22f2hne6odw4jbgrnn777wsq_128.0.6613.85/128.0.6613.85_chrome_installer.exe + InstallerSha256: F44B0A79CBF429EA63A1C45DD79E849B81002F39DD58E581F86FEDE428ABE56E + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/hl22f2hne6odw4jbgrnn777wsq_128.0.6613.85/128.0.6613.85_chrome_installer.exe + InstallerSha256: F44B0A79CBF429EA63A1C45DD79E849B81002F39DD58E581F86FEDE428ABE56E + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/dqhg5b5gxzjpvopsgls6cjg3im_128.0.6613.85/128.0.6613.85_chrome_installer.exe + InstallerSha256: C5877D79A6D7A450E66083FD273BF4DF6776920D69F6277CA917DD4BF35F1BCC + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/dqhg5b5gxzjpvopsgls6cjg3im_128.0.6613.85/128.0.6613.85_chrome_installer.exe + InstallerSha256: C5877D79A6D7A450E66083FD273BF4DF6776920D69F6277CA917DD4BF35F1BCC + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adeodtdy3goss3y7bjz5bcpon67a_128.0.6613.85/128.0.6613.85_chrome_installer.exe + InstallerSha256: C924138269E1D2ACA59511B1CB5E4DA00B0CD1E27993B3326017A4FD8846D760 + InstallerSwitches: + Custom: --do-not-launch-chrome + ProductCode: Google Chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adeodtdy3goss3y7bjz5bcpon67a_128.0.6613.85/128.0.6613.85_chrome_installer.exe + InstallerSha256: C924138269E1D2ACA59511B1CB5E4DA00B0CD1E27993B3326017A4FD8846D760 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level + ProductCode: Google Chrome +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..31180f238f9da --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.85 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: The browser built by Google +Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..99dc52e94ad31 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.locale.nb-NO.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.85 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +# CopyrightUrl: +ShortDescription: Nettleseren fra Google +Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. +# Moniker: +Tags: +- chromium +- nettleseren +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d4c995146f793 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.85 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 由 Google 打造的浏览器 +Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.yaml b/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.yaml new file mode 100644 index 0000000000000..90fe701a68bbe --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/128.0.6613.85/Google.Chrome.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 128.0.6613.85 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/ChromeRemoteDesktopHost/128.0.6613.9/Google.ChromeRemoteDesktopHost.installer.yaml b/manifests/g/Google/ChromeRemoteDesktopHost/128.0.6613.9/Google.ChromeRemoteDesktopHost.installer.yaml new file mode 100644 index 0000000000000..14fae75dd0ab6 --- /dev/null +++ b/manifests/g/Google/ChromeRemoteDesktopHost/128.0.6613.9/Google.ChromeRemoteDesktopHost.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.ChromeRemoteDesktopHost +PackageVersion: 128.0.6613.9 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{7CE15257-592F-4555-8200-8DB98BFA34EC}' + UpgradeCode: '{2B21F767-E157-4FA6-963C-55834C1433A6}' +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/misc/achwqvqtkcs2vdfc7dp7tilq5tcq_128.0.6613.9/remoting-host.msi + InstallerSha256: 8829E441D24C3AAB11FCAE51164AEA44F9B50D27ED5B8FA1BFEA3F81BB9B9F9F + ProductCode: '{7CE15257-592F-4555-8200-8DB98BFA34EC}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/ChromeRemoteDesktopHost/128.0.6613.9/Google.ChromeRemoteDesktopHost.locale.en-US.yaml b/manifests/g/Google/ChromeRemoteDesktopHost/128.0.6613.9/Google.ChromeRemoteDesktopHost.locale.en-US.yaml new file mode 100644 index 0000000000000..283291ab4d372 --- /dev/null +++ b/manifests/g/Google/ChromeRemoteDesktopHost/128.0.6613.9/Google.ChromeRemoteDesktopHost.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.ChromeRemoteDesktopHost +PackageVersion: 128.0.6613.9 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/chrome/answer/1649523 +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Chrome Remote Desktop Host +PackageUrl: https://remotedesktop.google.com/ +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: The easy way to remotely connect with your home or work computer, or share your screen with others. +Description: Whether you need to access your work computer from home, view a file from your home computer while travelling, or share your screen with friends or colleagues, Chrome Remote Desktop connects you to your devices using the latest web technologies. +Moniker: chrome-remote-desktop +Tags: +- chromoting +- remote +- remote-access +- remote-assistance +- remote-control +- remote-desktop +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +InstallationNotes: This is the hosting component for Chrome Remote Desktop. After installation, follow the instructions at https://remotedesktop.google.com/ to get connected. +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/ChromeRemoteDesktopHost/128.0.6613.9/Google.ChromeRemoteDesktopHost.locale.zh-CN.yaml b/manifests/g/Google/ChromeRemoteDesktopHost/128.0.6613.9/Google.ChromeRemoteDesktopHost.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4f14b08c4a31f --- /dev/null +++ b/manifests/g/Google/ChromeRemoteDesktopHost/128.0.6613.9/Google.ChromeRemoteDesktopHost.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.ChromeRemoteDesktopHost +PackageVersion: 128.0.6613.9 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/chrome/answer/1649523 +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Chrome Remote Desktop Host +PackageUrl: https://remotedesktop.google.com/ +License: 免费软件 +LicenseUrl: https://policies.google.com/terms +Copyright: 版权所有 2024 Google LLC。保留所有权利。 +# CopyrightUrl: +ShortDescription: 轻松地从远程连接您的家用/办公计算机或与他人共享您的屏幕。 +Description: 无论您是需要从家中访问您的办公计算机、需要在旅行期间查看家用计算机上的某个文件,还是需要与好友/同事共享您的屏幕,Chrome 远程桌面 都能使用最新的网络技术将您连接到所需设备。 +# Moniker: +Tags: +- chromoting +- 远程 +- 远程协助 +- 远程控制 +- 远程桌面 +- 远程访问 +- 远程连接 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +InstallationNotes: 这是 Chrome 远程桌面的主机组件。安装后,请按照 https://remotedesktop.google.com/ 上的说明进行连接。 +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/ChromeRemoteDesktopHost/128.0.6613.9/Google.ChromeRemoteDesktopHost.yaml b/manifests/g/Google/ChromeRemoteDesktopHost/128.0.6613.9/Google.ChromeRemoteDesktopHost.yaml new file mode 100644 index 0000000000000..7f0086cc7b584 --- /dev/null +++ b/manifests/g/Google/ChromeRemoteDesktopHost/128.0.6613.9/Google.ChromeRemoteDesktopHost.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.ChromeRemoteDesktopHost +PackageVersion: 128.0.6613.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/ChromeRemoteDesktopHost/129.0.6668.14/Google.ChromeRemoteDesktopHost.installer.yaml b/manifests/g/Google/ChromeRemoteDesktopHost/129.0.6668.14/Google.ChromeRemoteDesktopHost.installer.yaml new file mode 100644 index 0000000000000..8c7e7b210c95e --- /dev/null +++ b/manifests/g/Google/ChromeRemoteDesktopHost/129.0.6668.14/Google.ChromeRemoteDesktopHost.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.ChromeRemoteDesktopHost +PackageVersion: 129.0.6668.14 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{91FE43F1-1C97-4087-8707-136898A45AFD}' + UpgradeCode: '{2B21F767-E157-4FA6-963C-55834C1433A6}' +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/misc/dxx7gr32psrdgfoakdtfonwmvq_129.0.6668.14/remoting-host.msi + InstallerSha256: B88C28C54A663D94A712C29EEF21E5051CEC86BF30B83EAE74FF6189311ACED3 + ProductCode: '{91FE43F1-1C97-4087-8707-136898A45AFD}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/ChromeRemoteDesktopHost/129.0.6668.14/Google.ChromeRemoteDesktopHost.locale.en-US.yaml b/manifests/g/Google/ChromeRemoteDesktopHost/129.0.6668.14/Google.ChromeRemoteDesktopHost.locale.en-US.yaml new file mode 100644 index 0000000000000..1381cb5184448 --- /dev/null +++ b/manifests/g/Google/ChromeRemoteDesktopHost/129.0.6668.14/Google.ChromeRemoteDesktopHost.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.ChromeRemoteDesktopHost +PackageVersion: 129.0.6668.14 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/chrome/answer/1649523 +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Chrome Remote Desktop Host +PackageUrl: https://remotedesktop.google.com/ +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: The easy way to remotely connect with your home or work computer, or share your screen with others. +Description: Whether you need to access your work computer from home, view a file from your home computer while travelling, or share your screen with friends or colleagues, Chrome Remote Desktop connects you to your devices using the latest web technologies. +Moniker: chrome-remote-desktop +Tags: +- chromoting +- remote +- remote-access +- remote-assistance +- remote-control +- remote-desktop +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +InstallationNotes: This is the hosting component for Chrome Remote Desktop. After installation, follow the instructions at https://remotedesktop.google.com/ to get connected. +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/ChromeRemoteDesktopHost/129.0.6668.14/Google.ChromeRemoteDesktopHost.locale.zh-CN.yaml b/manifests/g/Google/ChromeRemoteDesktopHost/129.0.6668.14/Google.ChromeRemoteDesktopHost.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b993c78376909 --- /dev/null +++ b/manifests/g/Google/ChromeRemoteDesktopHost/129.0.6668.14/Google.ChromeRemoteDesktopHost.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.ChromeRemoteDesktopHost +PackageVersion: 129.0.6668.14 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/chrome/answer/1649523 +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Chrome Remote Desktop Host +PackageUrl: https://remotedesktop.google.com/ +License: 免费软件 +LicenseUrl: https://policies.google.com/terms +Copyright: 版权所有 2024 Google LLC。保留所有权利。 +# CopyrightUrl: +ShortDescription: 轻松地从远程连接您的家用/办公计算机或与他人共享您的屏幕。 +Description: 无论您是需要从家中访问您的办公计算机、需要在旅行期间查看家用计算机上的某个文件,还是需要与好友/同事共享您的屏幕,Chrome 远程桌面 都能使用最新的网络技术将您连接到所需设备。 +# Moniker: +Tags: +- chromoting +- 远程 +- 远程协助 +- 远程控制 +- 远程桌面 +- 远程访问 +- 远程连接 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +InstallationNotes: 这是 Chrome 远程桌面的主机组件。安装后,请按照 https://remotedesktop.google.com/ 上的说明进行连接。 +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/ChromeRemoteDesktopHost/129.0.6668.14/Google.ChromeRemoteDesktopHost.yaml b/manifests/g/Google/ChromeRemoteDesktopHost/129.0.6668.14/Google.ChromeRemoteDesktopHost.yaml new file mode 100644 index 0000000000000..6c8d251710a21 --- /dev/null +++ b/manifests/g/Google/ChromeRemoteDesktopHost/129.0.6668.14/Google.ChromeRemoteDesktopHost.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.ChromeRemoteDesktopHost +PackageVersion: 129.0.6668.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/CloudSDK/483.0.0/Google.CloudSDK.installer.yaml b/manifests/g/Google/CloudSDK/492.0.0/Google.CloudSDK.installer.yaml similarity index 83% rename from manifests/g/Google/CloudSDK/483.0.0/Google.CloudSDK.installer.yaml rename to manifests/g/Google/CloudSDK/492.0.0/Google.CloudSDK.installer.yaml index 0bafc67c28895..cee8200432547 100644 --- a/manifests/g/Google/CloudSDK/483.0.0/Google.CloudSDK.installer.yaml +++ b/manifests/g/Google/CloudSDK/492.0.0/Google.CloudSDK.installer.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.5.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: Google.CloudSDK -PackageVersion: 483.0.0 +PackageVersion: 492.0.0 InstallerType: nullsoft InstallModes: - interactive @@ -16,7 +16,7 @@ Commands: - bq - gcloud - gsutil -ReleaseDate: 2024-07-02 +ReleaseDate: 2024-09-10 ElevationRequirement: elevatesSelf Installers: - Architecture: x86 @@ -29,7 +29,7 @@ Installers: DefaultInstallLocation: '%LOCALAPPDATA%\Google\Cloud SDK\google-cloud-sdk' Files: - RelativeFilePath: VERSION - FileSha256: 0EB5FB4B65ACC55FDC70B89C148E41361587AE6DDEC23B1B099C3681790C081B + FileSha256: 6F08CFE35BAA54C2E64DBDC2C96E6EC5AD47EEBF2475D7AC30CB0B1EA9CEA599 - Architecture: x86 Scope: machine InstallerUrl: https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe @@ -40,6 +40,6 @@ Installers: DefaultInstallLocation: '%ProgramFiles(x86)%\Google\Cloud SDK\google-cloud-sdk' Files: - RelativeFilePath: VERSION - FileSha256: 0EB5FB4B65ACC55FDC70B89C148E41361587AE6DDEC23B1B099C3681790C081B + FileSha256: 6F08CFE35BAA54C2E64DBDC2C96E6EC5AD47EEBF2475D7AC30CB0B1EA9CEA599 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/CloudSDK/483.0.0/Google.CloudSDK.locale.en-US.yaml b/manifests/g/Google/CloudSDK/492.0.0/Google.CloudSDK.locale.en-US.yaml similarity index 94% rename from manifests/g/Google/CloudSDK/483.0.0/Google.CloudSDK.locale.en-US.yaml rename to manifests/g/Google/CloudSDK/492.0.0/Google.CloudSDK.locale.en-US.yaml index aa2055bd2381d..146707796e57f 100644 --- a/manifests/g/Google/CloudSDK/483.0.0/Google.CloudSDK.locale.en-US.yaml +++ b/manifests/g/Google/CloudSDK/492.0.0/Google.CloudSDK.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.5.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Google.CloudSDK -PackageVersion: 483.0.0 +PackageVersion: 492.0.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://cloud.google.com/ @@ -31,7 +31,7 @@ Tags: - gcloudsdk - google-cloud - kubernetes -ReleaseNotesUrl: https://cloud.google.com/sdk/docs/release-notes#48300_2024-07-02 +ReleaseNotesUrl: https://cloud.google.com/sdk/docs/release-notes#49200_2024-09-10 PurchaseUrl: https://cloud.google.com/pricing Documentations: - DocumentLabel: CLI Overview diff --git a/manifests/g/Google/CloudSDK/483.0.0/Google.CloudSDK.yaml b/manifests/g/Google/CloudSDK/492.0.0/Google.CloudSDK.yaml similarity index 75% rename from manifests/g/Google/CloudSDK/483.0.0/Google.CloudSDK.yaml rename to manifests/g/Google/CloudSDK/492.0.0/Google.CloudSDK.yaml index 9bbe01653e264..f958e88475941 100644 --- a/manifests/g/Google/CloudSDK/483.0.0/Google.CloudSDK.yaml +++ b/manifests/g/Google/CloudSDK/492.0.0/Google.CloudSDK.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Created using wingetcreate 1.6.5.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Google.CloudSDK -PackageVersion: 483.0.0 +PackageVersion: 492.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleDrive/94.0.1.0/Google.GoogleDrive.installer.yaml b/manifests/g/Google/GoogleDrive/94.0.1.0/Google.GoogleDrive.installer.yaml new file mode 100644 index 0000000000000..afa99fb3c7c3e --- /dev/null +++ b/manifests/g/Google/GoogleDrive/94.0.1.0/Google.GoogleDrive.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.GoogleDrive +PackageVersion: 94.0.1.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: --silent --skip_launch_new --gsuite_shortcuts=false + SilentWithProgress: --silent --skip_launch_new --gsuite_shortcuts=false +ExpectedReturnCodes: +- InstallerReturnCode: 1603 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/drive-file-stream/irdbs6z3vq3xxt6aeenro2t2ju_94.0.1.0/setup.exe + InstallerSha256: AFE77A31ADBCC1E36A5A8545E756353AB8E6ED981A8AAD380B610304B651C7E3 + ProductCode: '{6BBAE539-2232-434A-A4E5-9A33560C6283}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleDrive/94.0.1.0/Google.GoogleDrive.locale.en-US.yaml b/manifests/g/Google/GoogleDrive/94.0.1.0/Google.GoogleDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..8630099ab4d3d --- /dev/null +++ b/manifests/g/Google/GoogleDrive/94.0.1.0/Google.GoogleDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleDrive +PackageVersion: 94.0.1.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Drive +PackageUrl: https://www.google.com/drive/download/ +License: Proprietary +LicenseUrl: https://www.google.com/drive/terms-of-service/ +Copyright: Copyright(c) 2024 Google LLC. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Safely store your files and access them from any device +Description: Choose folders on your computer to sync with Google Drive or backup to Google Photos, and access all of your content directly from your PC or Mac +Moniker: google-drive +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleDrive/94.0.1.0/Google.GoogleDrive.locale.zh-CN.yaml b/manifests/g/Google/GoogleDrive/94.0.1.0/Google.GoogleDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c3bdd4b11f8d7 --- /dev/null +++ b/manifests/g/Google/GoogleDrive/94.0.1.0/Google.GoogleDrive.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleDrive +PackageVersion: 94.0.1.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Drive +PackageUrl: https://www.google.com/drive/download/ +License: 专有软件 +LicenseUrl: https://www.google.com/drive/terms-of-service/ +Copyright: Copyright(c) 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 安全存储文件,且可以通过任意设备访问 +Description: 在计算机上选择要同步到 Google 云端硬盘或备份到 Google 相册的文件夹,然后直接通过 PC 或 Mac 访问您的所有内容 +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleDrive/94.0.1.0/Google.GoogleDrive.yaml b/manifests/g/Google/GoogleDrive/94.0.1.0/Google.GoogleDrive.yaml new file mode 100644 index 0000000000000..1a19d1dc1b99c --- /dev/null +++ b/manifests/g/Google/GoogleDrive/94.0.1.0/Google.GoogleDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.GoogleDrive +PackageVersion: 94.0.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleDrive/95.0.2.0/Google.GoogleDrive.installer.yaml b/manifests/g/Google/GoogleDrive/95.0.2.0/Google.GoogleDrive.installer.yaml new file mode 100644 index 0000000000000..fc2706e45275d --- /dev/null +++ b/manifests/g/Google/GoogleDrive/95.0.2.0/Google.GoogleDrive.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.GoogleDrive +PackageVersion: 95.0.2.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: --silent --skip_launch_new --gsuite_shortcuts=false + SilentWithProgress: --silent --skip_launch_new --gsuite_shortcuts=false +ExpectedReturnCodes: +- InstallerReturnCode: 1603 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/drive-file-stream/ad3wgbbi7kwgnvvzuc3fpvvorgna_95.0.2.0/setup.exe + InstallerSha256: B2C265E537D2E23C2E24F75ED3BEC0691CFA583FA14C7BDD7E00B67041CDC11B + ProductCode: '{6BBAE539-2232-434A-A4E5-9A33560C6283}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleDrive/95.0.2.0/Google.GoogleDrive.locale.en-US.yaml b/manifests/g/Google/GoogleDrive/95.0.2.0/Google.GoogleDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..06966fa7ff6f1 --- /dev/null +++ b/manifests/g/Google/GoogleDrive/95.0.2.0/Google.GoogleDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleDrive +PackageVersion: 95.0.2.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Drive +PackageUrl: https://www.google.com/drive/download/ +License: Proprietary +LicenseUrl: https://www.google.com/drive/terms-of-service/ +Copyright: Copyright(c) 2024 Google LLC. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Safely store your files and access them from any device +Description: Choose folders on your computer to sync with Google Drive or backup to Google Photos, and access all of your content directly from your PC or Mac +Moniker: google-drive +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleDrive/95.0.2.0/Google.GoogleDrive.locale.zh-CN.yaml b/manifests/g/Google/GoogleDrive/95.0.2.0/Google.GoogleDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ece5b122bab0d --- /dev/null +++ b/manifests/g/Google/GoogleDrive/95.0.2.0/Google.GoogleDrive.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleDrive +PackageVersion: 95.0.2.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Drive +PackageUrl: https://www.google.com/drive/download/ +License: 专有软件 +LicenseUrl: https://www.google.com/drive/terms-of-service/ +Copyright: Copyright(c) 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 安全存储文件,且可以通过任意设备访问 +Description: 在计算机上选择要同步到 Google 云端硬盘或备份到 Google 相册的文件夹,然后直接通过 PC 或 Mac 访问您的所有内容 +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleDrive/95.0.2.0/Google.GoogleDrive.yaml b/manifests/g/Google/GoogleDrive/95.0.2.0/Google.GoogleDrive.yaml new file mode 100644 index 0000000000000..8fd762a55bc56 --- /dev/null +++ b/manifests/g/Google/GoogleDrive/95.0.2.0/Google.GoogleDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.GoogleDrive +PackageVersion: 95.0.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleDrive/96.0.0.0/Google.GoogleDrive.installer.yaml b/manifests/g/Google/GoogleDrive/96.0.0.0/Google.GoogleDrive.installer.yaml new file mode 100644 index 0000000000000..3ebaddc3b8ced --- /dev/null +++ b/manifests/g/Google/GoogleDrive/96.0.0.0/Google.GoogleDrive.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.GoogleDrive +PackageVersion: 96.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: --silent --skip_launch_new --gsuite_shortcuts=false + SilentWithProgress: --silent --skip_launch_new --gsuite_shortcuts=false +ExpectedReturnCodes: +- InstallerReturnCode: 1603 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/drive-file-stream/acyc4wmawenicd66obqpdeat7m2q_96.0.0.0/setup.exe + InstallerSha256: BF348F06DEBEC1C51A163C0208586F63378C57E5913C858F3628841BE08BAB91 + ProductCode: '{6BBAE539-2232-434A-A4E5-9A33560C6283}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleDrive/96.0.0.0/Google.GoogleDrive.locale.en-US.yaml b/manifests/g/Google/GoogleDrive/96.0.0.0/Google.GoogleDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..4bd9fb82c9e43 --- /dev/null +++ b/manifests/g/Google/GoogleDrive/96.0.0.0/Google.GoogleDrive.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleDrive +PackageVersion: 96.0.0.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Drive +PackageUrl: https://www.google.com/drive/download/ +License: Proprietary +LicenseUrl: https://www.google.com/drive/terms-of-service/ +Copyright: Copyright(c) 2024 Google LLC. All Rights Reserved. +# CopyrightUrl: +ShortDescription: Safely store your files and access them from any device +Description: Choose folders on your computer to sync with Google Drive or backup to Google Photos, and access all of your content directly from your PC or Mac +Moniker: google-drive +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleDrive/96.0.0.0/Google.GoogleDrive.locale.zh-CN.yaml b/manifests/g/Google/GoogleDrive/96.0.0.0/Google.GoogleDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3cf067e361de1 --- /dev/null +++ b/manifests/g/Google/GoogleDrive/96.0.0.0/Google.GoogleDrive.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleDrive +PackageVersion: 96.0.0.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Drive +PackageUrl: https://www.google.com/drive/download/ +License: 专有软件 +LicenseUrl: https://www.google.com/drive/terms-of-service/ +Copyright: Copyright(c) 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 安全存储文件,且可以通过任意设备访问 +Description: 在计算机上选择要同步到 Google 云端硬盘或备份到 Google 相册的文件夹,然后直接通过 PC 或 Mac 访问您的所有内容 +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleDrive/96.0.0.0/Google.GoogleDrive.yaml b/manifests/g/Google/GoogleDrive/96.0.0.0/Google.GoogleDrive.yaml new file mode 100644 index 0000000000000..7ff952b443a91 --- /dev/null +++ b/manifests/g/Google/GoogleDrive/96.0.0.0/Google.GoogleDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.GoogleDrive +PackageVersion: 96.0.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/126.0.6441.2/Google.GoogleUpdater.installer.yaml b/manifests/g/Google/GoogleUpdater/126.0.6441.2/Google.GoogleUpdater.installer.yaml deleted file mode 100644 index 2eb494fbe5945..0000000000000 --- a/manifests/g/Google/GoogleUpdater/126.0.6441.2/Google.GoogleUpdater.installer.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 126.0.6441.2 -InstallerType: exe -InstallModes: -- silent -- interactive -InstallerSwitches: - Silent: --install --silent - SilentWithProgress: --install --silent - Interactive: --install - Log: --enable-logging - Upgrade: --update -UpgradeBehavior: install -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/release2/update2/faci7uzdxdle3pk5ocu2kb3ocm_126.0.6441.2/UpdaterSetup.exe - InstallerSha256: 659C5BE11EEDE06AEF5D29F3D4FE17A904BCCBA33DFCC4DBA9BE4287A0D26299 - InstallerSwitches: - Custom: --enterprise - InstallationMetadata: - DefaultInstallLocation: '%LOCALAPPDATA%\Google\GoogleUpdater\126.0.6441.2' - Files: - - FileSha256: 7C44CB329D6736B74111FEE4A84A110A9C21B17B2C990571BD936057252F32D0 - RelativeFilePath: updater.exe -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/release2/update2/faci7uzdxdle3pk5ocu2kb3ocm_126.0.6441.2/UpdaterSetup.exe - InstallerSha256: 659C5BE11EEDE06AEF5D29F3D4FE17A904BCCBA33DFCC4DBA9BE4287A0D26299 - InstallerSwitches: - Custom: --system --enterprise - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles(x86)%\Google\GoogleUpdater\126.0.6441.2' - Files: - - FileSha256: 7C44CB329D6736B74111FEE4A84A110A9C21B17B2C990571BD936057252F32D0 - RelativeFilePath: updater.exe -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/126.0.6441.2/Google.GoogleUpdater.locale.en-US.yaml b/manifests/g/Google/GoogleUpdater/126.0.6441.2/Google.GoogleUpdater.locale.en-US.yaml deleted file mode 100644 index 8855ab5f00025..0000000000000 --- a/manifests/g/Google/GoogleUpdater/126.0.6441.2/Google.GoogleUpdater.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 126.0.6441.2 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Update -# PackageUrl: -License: Freeware -LicenseUrl: https://policies.google.com/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: An updater to keep Chrome (and other software) up to date. -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/126.0.6441.2/Google.GoogleUpdater.locale.zh-CN.yaml b/manifests/g/Google/GoogleUpdater/126.0.6441.2/Google.GoogleUpdater.locale.zh-CN.yaml deleted file mode 100644 index e8b3f827dc452..0000000000000 --- a/manifests/g/Google/GoogleUpdater/126.0.6441.2/Google.GoogleUpdater.locale.zh-CN.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 126.0.6441.2 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Update -# PackageUrl: -License: 免费软件 -LicenseUrl: https://policies.google.com/terms?hl=zh-CN -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 让 Chrome(和其它软件)保持最新的更新程序。 -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/126.0.6441.2/Google.GoogleUpdater.yaml b/manifests/g/Google/GoogleUpdater/126.0.6441.2/Google.GoogleUpdater.yaml deleted file mode 100644 index b6b9ce335bb3e..0000000000000 --- a/manifests/g/Google/GoogleUpdater/126.0.6441.2/Google.GoogleUpdater.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 126.0.6441.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/126.0.6462.2/Google.GoogleUpdater.installer.yaml b/manifests/g/Google/GoogleUpdater/126.0.6462.2/Google.GoogleUpdater.installer.yaml deleted file mode 100644 index ab46ab3701a03..0000000000000 --- a/manifests/g/Google/GoogleUpdater/126.0.6462.2/Google.GoogleUpdater.installer.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 126.0.6462.2 -InstallerType: exe -InstallModes: -- silent -- interactive -InstallerSwitches: - Silent: --install --silent - SilentWithProgress: --install --silent - Interactive: --install - Log: --enable-logging - Upgrade: --update -UpgradeBehavior: install -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/release2/update2/oa4sego5h24ks7haetstukdnaq_126.0.6462.2/UpdaterSetup.exe - InstallerSha256: 075942BA603AC52BB4564C1352907FA3EDD3D350354732ADC219950ADB091336 - InstallerSwitches: - Custom: --enterprise - InstallationMetadata: - DefaultInstallLocation: '%LOCALAPPDATA%\Google\GoogleUpdater\126.0.6462.2' - Files: - - RelativeFilePath: updater.exe - FileSha256: E7794407FEEA8C5072790967F36C9AE931B8268B40A83F724E0352EA1C43C7C3 -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/release2/update2/oa4sego5h24ks7haetstukdnaq_126.0.6462.2/UpdaterSetup.exe - InstallerSha256: 075942BA603AC52BB4564C1352907FA3EDD3D350354732ADC219950ADB091336 - InstallerSwitches: - Custom: --system --enterprise - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles(x86)%\Google\GoogleUpdater\126.0.6462.2' - Files: - - RelativeFilePath: updater.exe - FileSha256: E7794407FEEA8C5072790967F36C9AE931B8268B40A83F724E0352EA1C43C7C3 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/126.0.6462.2/Google.GoogleUpdater.locale.en-US.yaml b/manifests/g/Google/GoogleUpdater/126.0.6462.2/Google.GoogleUpdater.locale.en-US.yaml deleted file mode 100644 index f652affea2ec0..0000000000000 --- a/manifests/g/Google/GoogleUpdater/126.0.6462.2/Google.GoogleUpdater.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 126.0.6462.2 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Update -# PackageUrl: -License: Freeware -LicenseUrl: https://policies.google.com/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: An updater to keep Chrome (and other software) up to date. -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/126.0.6462.2/Google.GoogleUpdater.locale.zh-CN.yaml b/manifests/g/Google/GoogleUpdater/126.0.6462.2/Google.GoogleUpdater.locale.zh-CN.yaml deleted file mode 100644 index f5dc1a86d5cc9..0000000000000 --- a/manifests/g/Google/GoogleUpdater/126.0.6462.2/Google.GoogleUpdater.locale.zh-CN.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 126.0.6462.2 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Update -# PackageUrl: -License: 免费软件 -LicenseUrl: https://policies.google.com/terms?hl=zh-CN -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 让 Chrome(和其它软件)保持最新的更新程序。 -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/126.0.6462.2/Google.GoogleUpdater.yaml b/manifests/g/Google/GoogleUpdater/126.0.6462.2/Google.GoogleUpdater.yaml deleted file mode 100644 index 4dd4608203998..0000000000000 --- a/manifests/g/Google/GoogleUpdater/126.0.6462.2/Google.GoogleUpdater.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 126.0.6462.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/127.0.6491.0/Google.GoogleUpdater.installer.yaml b/manifests/g/Google/GoogleUpdater/127.0.6491.0/Google.GoogleUpdater.installer.yaml deleted file mode 100644 index 559797910564b..0000000000000 --- a/manifests/g/Google/GoogleUpdater/127.0.6491.0/Google.GoogleUpdater.installer.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 127.0.6491.0 -InstallerType: exe -InstallModes: -- silent -- interactive -InstallerSwitches: - Silent: --install --silent - SilentWithProgress: --install --silent - Interactive: --install - Log: --enable-logging - Upgrade: --update -UpgradeBehavior: install -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/release2/update2/ihl2xqlur37zotowssgi3i3wqe_127.0.6491.0/UpdaterSetup.exe - InstallerSha256: 05FDFA5774464C8D9129F363D0A4F9319A0B287DFF89E5E35F58660DF6D31D1D - InstallerSwitches: - Custom: --enterprise - InstallationMetadata: - DefaultInstallLocation: '%LOCALAPPDATA%\Google\GoogleUpdater\127.0.6491.0' - Files: - - FileSha256: 11041CF49F8C5264EE93E806DF7E6F7B6B32DF7070965359AC48EBE02AC1246B - RelativeFilePath: updater.exe -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/release2/update2/ihl2xqlur37zotowssgi3i3wqe_127.0.6491.0/UpdaterSetup.exe - InstallerSha256: 05FDFA5774464C8D9129F363D0A4F9319A0B287DFF89E5E35F58660DF6D31D1D - InstallerSwitches: - Custom: --system --enterprise - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles(x86)%\Google\GoogleUpdater\127.0.6491.0' - Files: - - FileSha256: 11041CF49F8C5264EE93E806DF7E6F7B6B32DF7070965359AC48EBE02AC1246B - RelativeFilePath: updater.exe -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/127.0.6491.0/Google.GoogleUpdater.locale.en-US.yaml b/manifests/g/Google/GoogleUpdater/127.0.6491.0/Google.GoogleUpdater.locale.en-US.yaml deleted file mode 100644 index 69995235c7746..0000000000000 --- a/manifests/g/Google/GoogleUpdater/127.0.6491.0/Google.GoogleUpdater.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 127.0.6491.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Update -# PackageUrl: -License: Freeware -LicenseUrl: https://policies.google.com/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: An updater to keep Chrome (and other software) up to date. -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/127.0.6491.0/Google.GoogleUpdater.locale.zh-CN.yaml b/manifests/g/Google/GoogleUpdater/127.0.6491.0/Google.GoogleUpdater.locale.zh-CN.yaml deleted file mode 100644 index 5063c534cd4bb..0000000000000 --- a/manifests/g/Google/GoogleUpdater/127.0.6491.0/Google.GoogleUpdater.locale.zh-CN.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 127.0.6491.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Update -# PackageUrl: -License: 免费软件 -LicenseUrl: https://policies.google.com/terms?hl=zh-CN -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 让 Chrome(和其它软件)保持最新的更新程序。 -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/127.0.6491.0/Google.GoogleUpdater.yaml b/manifests/g/Google/GoogleUpdater/127.0.6491.0/Google.GoogleUpdater.yaml deleted file mode 100644 index 72910ea5d7425..0000000000000 --- a/manifests/g/Google/GoogleUpdater/127.0.6491.0/Google.GoogleUpdater.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 127.0.6491.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/128.0.6537.3/Google.GoogleUpdater.installer.yaml b/manifests/g/Google/GoogleUpdater/128.0.6537.3/Google.GoogleUpdater.installer.yaml deleted file mode 100644 index 61babcc4cd162..0000000000000 --- a/manifests/g/Google/GoogleUpdater/128.0.6537.3/Google.GoogleUpdater.installer.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 128.0.6537.3 -InstallerType: exe -InstallModes: -- silent -- interactive -InstallerSwitches: - Silent: --install --silent - SilentWithProgress: --install --silent - Interactive: --install - Log: --enable-logging - Upgrade: --update -UpgradeBehavior: install -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/release2/update2/aclwu2v2qxmfiookhgsxk7cthppq_128.0.6537.3/UpdaterSetup.exe - InstallerSha256: 5EA9ED72BB714971668CD29F85CA9E2889215DBCEC41732314C11C2BEC21CD11 - InstallerSwitches: - Custom: --enterprise - InstallationMetadata: - Files: - - RelativeFilePath: updater.exe - FileSha256: C4153E7E81511920F796A5D808DDFC9F94380B6AF2F198EFCFE55E1B694E9195 - DefaultInstallLocation: '%LOCALAPPDATA%\Google\GoogleUpdater\128.0.6537.3' -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/release2/update2/aclwu2v2qxmfiookhgsxk7cthppq_128.0.6537.3/UpdaterSetup.exe - InstallerSha256: 5EA9ED72BB714971668CD29F85CA9E2889215DBCEC41732314C11C2BEC21CD11 - InstallerSwitches: - Custom: --system --enterprise - InstallationMetadata: - Files: - - RelativeFilePath: updater.exe - FileSha256: C4153E7E81511920F796A5D808DDFC9F94380B6AF2F198EFCFE55E1B694E9195 - DefaultInstallLocation: '%ProgramFiles(x86)%\Google\GoogleUpdater\128.0.6537.3' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/128.0.6537.3/Google.GoogleUpdater.locale.en-US.yaml b/manifests/g/Google/GoogleUpdater/128.0.6537.3/Google.GoogleUpdater.locale.en-US.yaml deleted file mode 100644 index 3e9ddc43ee35b..0000000000000 --- a/manifests/g/Google/GoogleUpdater/128.0.6537.3/Google.GoogleUpdater.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 128.0.6537.3 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Update -# PackageUrl: -License: Freeware -LicenseUrl: https://policies.google.com/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -# CopyrightUrl: -ShortDescription: An updater to keep Chrome (and other software) up to date. -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/128.0.6537.3/Google.GoogleUpdater.locale.zh-CN.yaml b/manifests/g/Google/GoogleUpdater/128.0.6537.3/Google.GoogleUpdater.locale.zh-CN.yaml deleted file mode 100644 index a248fde58016b..0000000000000 --- a/manifests/g/Google/GoogleUpdater/128.0.6537.3/Google.GoogleUpdater.locale.zh-CN.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 128.0.6537.3 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Update -# PackageUrl: -License: 免费软件 -LicenseUrl: https://policies.google.com/terms?hl=zh-CN -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -# CopyrightUrl: -ShortDescription: 让 Chrome(和其它软件)保持最新的更新程序。 -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/128.0.6537.3/Google.GoogleUpdater.yaml b/manifests/g/Google/GoogleUpdater/128.0.6537.3/Google.GoogleUpdater.yaml deleted file mode 100644 index f2ca4f0a8a0a1..0000000000000 --- a/manifests/g/Google/GoogleUpdater/128.0.6537.3/Google.GoogleUpdater.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Google.GoogleUpdater -PackageVersion: 128.0.6537.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/128.0.6597.0/Google.GoogleUpdater.installer.yaml b/manifests/g/Google/GoogleUpdater/128.0.6597.0/Google.GoogleUpdater.installer.yaml new file mode 100644 index 0000000000000..1ebdcb4b327b2 --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/128.0.6597.0/Google.GoogleUpdater.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 128.0.6597.0 +InstallerType: exe +InstallModes: +- silent +- interactive +InstallerSwitches: + Silent: --install --silent + SilentWithProgress: --install --silent + Interactive: --install + Log: --enable-logging + Upgrade: --update +UpgradeBehavior: install +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/update2/acvptw3goaley2wfjvbt4g4szxiq_128.0.6597.0/UpdaterSetup.exe + InstallerSha256: FB49593EDD92ECE3C9BA7361909C4BAC53FAD47D94775586AA495B2215C354D6 + InstallerSwitches: + Custom: --enterprise + InstallationMetadata: + DefaultInstallLocation: '%LOCALAPPDATA%\Google\GoogleUpdater\128.0.6597.0' + Files: + - FileSha256: C2A7C0FA80F228C2CE599E4427280997EA9E1A3F85ED32E5D5E4219DFB05DDB2 + RelativeFilePath: updater.exe +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/update2/acvptw3goaley2wfjvbt4g4szxiq_128.0.6597.0/UpdaterSetup.exe + InstallerSha256: FB49593EDD92ECE3C9BA7361909C4BAC53FAD47D94775586AA495B2215C354D6 + InstallerSwitches: + Custom: --system --enterprise + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Google\GoogleUpdater\128.0.6597.0' + Files: + - FileSha256: C2A7C0FA80F228C2CE599E4427280997EA9E1A3F85ED32E5D5E4219DFB05DDB2 + RelativeFilePath: updater.exe +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/128.0.6597.0/Google.GoogleUpdater.locale.en-US.yaml b/manifests/g/Google/GoogleUpdater/128.0.6597.0/Google.GoogleUpdater.locale.en-US.yaml new file mode 100644 index 0000000000000..30e0596411a3d --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/128.0.6597.0/Google.GoogleUpdater.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 128.0.6597.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Update +# PackageUrl: +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: An updater to keep Chrome (and other software) up to date. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/128.0.6597.0/Google.GoogleUpdater.locale.zh-CN.yaml b/manifests/g/Google/GoogleUpdater/128.0.6597.0/Google.GoogleUpdater.locale.zh-CN.yaml new file mode 100644 index 0000000000000..86d482efcd9b8 --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/128.0.6597.0/Google.GoogleUpdater.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 128.0.6597.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Update +# PackageUrl: +License: 免费软件 +LicenseUrl: https://policies.google.com/terms?hl=zh-CN +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 让 Chrome(和其它软件)保持最新的更新程序。 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/128.0.6597.0/Google.GoogleUpdater.yaml b/manifests/g/Google/GoogleUpdater/128.0.6597.0/Google.GoogleUpdater.yaml new file mode 100644 index 0000000000000..81f2f2cef092a --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/128.0.6597.0/Google.GoogleUpdater.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 128.0.6597.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/129.0.6644.0/Google.GoogleUpdater.installer.yaml b/manifests/g/Google/GoogleUpdater/129.0.6644.0/Google.GoogleUpdater.installer.yaml new file mode 100644 index 0000000000000..42699aca03b59 --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/129.0.6644.0/Google.GoogleUpdater.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 129.0.6644.0 +InstallerType: exe +InstallModes: +- silent +- interactive +InstallerSwitches: + Silent: --install --silent + SilentWithProgress: --install --silent + Interactive: --install + Log: --enable-logging + Upgrade: --update +UpgradeBehavior: install +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/update2/dve3dhjcrnxdcvb3di3uzvpzpq_129.0.6644.0/UpdaterSetup.exe + InstallerSha256: EF3151B7834B6C04A1B300A5735FE11A74E9F607D5C428BDCD36BF758B0BD3E5 + InstallerSwitches: + Custom: --enterprise + InstallationMetadata: + Files: + - RelativeFilePath: updater.exe + FileSha256: C40D476292A0F7CA4192D50B5144B4728A8A4C491508E4210582D1CF78A39A4F + DefaultInstallLocation: '%LOCALAPPDATA%\Google\GoogleUpdater\129.0.6644.0' +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/update2/dve3dhjcrnxdcvb3di3uzvpzpq_129.0.6644.0/UpdaterSetup.exe + InstallerSha256: EF3151B7834B6C04A1B300A5735FE11A74E9F607D5C428BDCD36BF758B0BD3E5 + InstallerSwitches: + Custom: --system --enterprise + InstallationMetadata: + Files: + - RelativeFilePath: updater.exe + FileSha256: C40D476292A0F7CA4192D50B5144B4728A8A4C491508E4210582D1CF78A39A4F + DefaultInstallLocation: '%ProgramFiles(x86)%\Google\GoogleUpdater\129.0.6644.0' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/129.0.6644.0/Google.GoogleUpdater.locale.en-US.yaml b/manifests/g/Google/GoogleUpdater/129.0.6644.0/Google.GoogleUpdater.locale.en-US.yaml new file mode 100644 index 0000000000000..b05e1796eb22b --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/129.0.6644.0/Google.GoogleUpdater.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 129.0.6644.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Update +# PackageUrl: +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: An updater to keep Chrome (and other software) up to date. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/129.0.6644.0/Google.GoogleUpdater.locale.zh-CN.yaml b/manifests/g/Google/GoogleUpdater/129.0.6644.0/Google.GoogleUpdater.locale.zh-CN.yaml new file mode 100644 index 0000000000000..458a12406be9c --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/129.0.6644.0/Google.GoogleUpdater.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 129.0.6644.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Update +# PackageUrl: +License: 免费软件 +LicenseUrl: https://policies.google.com/terms?hl=zh-CN +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 让 Chrome(和其它软件)保持最新的更新程序。 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/129.0.6644.0/Google.GoogleUpdater.yaml b/manifests/g/Google/GoogleUpdater/129.0.6644.0/Google.GoogleUpdater.yaml new file mode 100644 index 0000000000000..522fceabd17a4 --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/129.0.6644.0/Google.GoogleUpdater.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 129.0.6644.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/129.0.6651.0/Google.GoogleUpdater.installer.yaml b/manifests/g/Google/GoogleUpdater/129.0.6651.0/Google.GoogleUpdater.installer.yaml new file mode 100644 index 0000000000000..65661fc74ff02 --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/129.0.6651.0/Google.GoogleUpdater.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 129.0.6651.0 +InstallerType: exe +InstallModes: +- silent +- interactive +InstallerSwitches: + Silent: --install --silent + SilentWithProgress: --install --silent + Interactive: --install + Log: --enable-logging + Upgrade: --update +UpgradeBehavior: install +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/update2/adlpizocxbt35e3gexcyo7pdle5q_129.0.6651.0/UpdaterSetup.exe + InstallerSha256: F4B2C035A8801A86EC3799350AF542AC033DEB45C15825214FAA70DF2815D66B + InstallerSwitches: + Custom: --enterprise + InstallationMetadata: + DefaultInstallLocation: '%LOCALAPPDATA%\Google\GoogleUpdater\129.0.6651.0' + Files: + - FileSha256: C06BF6776AA78E9AA48F7B1F19AE9B77B7E3277066003C653AB501304D8C2F10 + RelativeFilePath: updater.exe +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/update2/adlpizocxbt35e3gexcyo7pdle5q_129.0.6651.0/UpdaterSetup.exe + InstallerSha256: F4B2C035A8801A86EC3799350AF542AC033DEB45C15825214FAA70DF2815D66B + InstallerSwitches: + Custom: --system --enterprise + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Google\GoogleUpdater\129.0.6651.0' + Files: + - FileSha256: C06BF6776AA78E9AA48F7B1F19AE9B77B7E3277066003C653AB501304D8C2F10 + RelativeFilePath: updater.exe +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/129.0.6651.0/Google.GoogleUpdater.locale.en-US.yaml b/manifests/g/Google/GoogleUpdater/129.0.6651.0/Google.GoogleUpdater.locale.en-US.yaml new file mode 100644 index 0000000000000..4db9f7e1b4f1e --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/129.0.6651.0/Google.GoogleUpdater.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 129.0.6651.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Update +# PackageUrl: +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: An updater to keep Chrome (and other software) up to date. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/129.0.6651.0/Google.GoogleUpdater.locale.zh-CN.yaml b/manifests/g/Google/GoogleUpdater/129.0.6651.0/Google.GoogleUpdater.locale.zh-CN.yaml new file mode 100644 index 0000000000000..52856edf59aed --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/129.0.6651.0/Google.GoogleUpdater.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 129.0.6651.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Update +# PackageUrl: +License: 免费软件 +LicenseUrl: https://policies.google.com/terms?hl=zh-CN +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 让 Chrome(和其它软件)保持最新的更新程序。 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/129.0.6651.0/Google.GoogleUpdater.yaml b/manifests/g/Google/GoogleUpdater/129.0.6651.0/Google.GoogleUpdater.yaml new file mode 100644 index 0000000000000..3b085a37bd168 --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/129.0.6651.0/Google.GoogleUpdater.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 129.0.6651.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/129.0.6651.2/Google.GoogleUpdater.installer.yaml b/manifests/g/Google/GoogleUpdater/129.0.6651.2/Google.GoogleUpdater.installer.yaml new file mode 100644 index 0000000000000..8a735dc1db3ca --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/129.0.6651.2/Google.GoogleUpdater.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 129.0.6651.2 +InstallerType: exe +InstallModes: +- silent +- interactive +InstallerSwitches: + Silent: --install --silent + SilentWithProgress: --install --silent + Interactive: --install + Log: --enable-logging + Upgrade: --update +UpgradeBehavior: install +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/update2/c3sskrmdb5tr35zfn35ov5etxq_129.0.6651.2/UpdaterSetup.exe + InstallerSha256: 4A9D2956EDFBD9D4005C067DC0498C9746015A5ED36EE79975F3D76480299CB6 + InstallerSwitches: + Custom: --enterprise + InstallationMetadata: + Files: + - RelativeFilePath: updater.exe + FileSha256: E641948CBD3D65CCFD5E8C5567EFEB67878FCB49634E9FA22C12E1F0681ED3B5 + DefaultInstallLocation: '%LOCALAPPDATA%\Google\GoogleUpdater\129.0.6651.2' +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/update2/c3sskrmdb5tr35zfn35ov5etxq_129.0.6651.2/UpdaterSetup.exe + InstallerSha256: 4A9D2956EDFBD9D4005C067DC0498C9746015A5ED36EE79975F3D76480299CB6 + InstallerSwitches: + Custom: --system --enterprise + InstallationMetadata: + Files: + - RelativeFilePath: updater.exe + FileSha256: E641948CBD3D65CCFD5E8C5567EFEB67878FCB49634E9FA22C12E1F0681ED3B5 + DefaultInstallLocation: '%ProgramFiles(x86)%\Google\GoogleUpdater\129.0.6651.2' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/129.0.6651.2/Google.GoogleUpdater.locale.en-US.yaml b/manifests/g/Google/GoogleUpdater/129.0.6651.2/Google.GoogleUpdater.locale.en-US.yaml new file mode 100644 index 0000000000000..acd8d241b089d --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/129.0.6651.2/Google.GoogleUpdater.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 129.0.6651.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Update +# PackageUrl: +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: An updater to keep Chrome (and other software) up to date. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/129.0.6651.2/Google.GoogleUpdater.locale.zh-CN.yaml b/manifests/g/Google/GoogleUpdater/129.0.6651.2/Google.GoogleUpdater.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d84e75d5048b7 --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/129.0.6651.2/Google.GoogleUpdater.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 129.0.6651.2 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Update +# PackageUrl: +License: 免费软件 +LicenseUrl: https://policies.google.com/terms?hl=zh-CN +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 让 Chrome(和其它软件)保持最新的更新程序。 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/129.0.6651.2/Google.GoogleUpdater.yaml b/manifests/g/Google/GoogleUpdater/129.0.6651.2/Google.GoogleUpdater.yaml new file mode 100644 index 0000000000000..e9670b813f91a --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/129.0.6651.2/Google.GoogleUpdater.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 129.0.6651.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/130.0.6679.0/Google.GoogleUpdater.installer.yaml b/manifests/g/Google/GoogleUpdater/130.0.6679.0/Google.GoogleUpdater.installer.yaml new file mode 100644 index 0000000000000..fd2b36384ed41 --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/130.0.6679.0/Google.GoogleUpdater.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 130.0.6679.0 +InstallerType: exe +InstallModes: +- silent +- interactive +InstallerSwitches: + Silent: --install --silent + SilentWithProgress: --install --silent + Interactive: --install + Log: --enable-logging + Upgrade: --update +UpgradeBehavior: install +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/update2/jdwslhb7s4beryty6lcsjwzo4m_130.0.6679.0/UpdaterSetup.exe + InstallerSha256: 78F0E961EB8BC27F33EAD2214157D1F97136EF357C254D91FD0859266ADE90F8 + InstallerSwitches: + Custom: --enterprise + InstallationMetadata: + Files: + - RelativeFilePath: updater.exe + FileSha256: 7F67129760223E5DDF31219F0B2E247555FBAC85F4B6F933212AC091A21DEBF9 + DefaultInstallLocation: '%LOCALAPPDATA%\Google\GoogleUpdater\130.0.6679.0' +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/update2/jdwslhb7s4beryty6lcsjwzo4m_130.0.6679.0/UpdaterSetup.exe + InstallerSha256: 78F0E961EB8BC27F33EAD2214157D1F97136EF357C254D91FD0859266ADE90F8 + InstallerSwitches: + Custom: --system --enterprise + InstallationMetadata: + Files: + - RelativeFilePath: updater.exe + FileSha256: 7F67129760223E5DDF31219F0B2E247555FBAC85F4B6F933212AC091A21DEBF9 + DefaultInstallLocation: '%ProgramFiles(x86)%\Google\GoogleUpdater\130.0.6679.0' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/130.0.6679.0/Google.GoogleUpdater.locale.en-US.yaml b/manifests/g/Google/GoogleUpdater/130.0.6679.0/Google.GoogleUpdater.locale.en-US.yaml new file mode 100644 index 0000000000000..9dc07cb9962f5 --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/130.0.6679.0/Google.GoogleUpdater.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 130.0.6679.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Update +# PackageUrl: +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +# CopyrightUrl: +ShortDescription: An updater to keep Chrome (and other software) up to date. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/130.0.6679.0/Google.GoogleUpdater.locale.zh-CN.yaml b/manifests/g/Google/GoogleUpdater/130.0.6679.0/Google.GoogleUpdater.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2ae7834492f8f --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/130.0.6679.0/Google.GoogleUpdater.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 130.0.6679.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Update +# PackageUrl: +License: 免费软件 +LicenseUrl: https://policies.google.com/terms?hl=zh-CN +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +# CopyrightUrl: +ShortDescription: 让 Chrome(和其它软件)保持最新的更新程序。 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/GoogleUpdater/130.0.6679.0/Google.GoogleUpdater.yaml b/manifests/g/Google/GoogleUpdater/130.0.6679.0/Google.GoogleUpdater.yaml new file mode 100644 index 0000000000000..551a8ea8919ae --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/130.0.6679.0/Google.GoogleUpdater.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 130.0.6679.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Pinyin/2.7.25.128/Google.Pinyin.installer.yaml b/manifests/g/Google/Pinyin/2.7.25.128/Google.Pinyin.installer.yaml new file mode 100644 index 0000000000000..149585b13cb39 --- /dev/null +++ b/manifests/g/Google/Pinyin/2.7.25.128/Google.Pinyin.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.Pinyin +PackageVersion: 2.7.25.128 +Scope: machine +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -s + SilentWithProgress: -s +UpgradeBehavior: install +ReleaseDate: 2014-06-23 +ProductCode: GooglePinyin2 +AppsAndFeaturesEntries: + - DisplayVersion: '2.7' +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/pinyin/v2/GooglePinyinInstaller.exe + InstallerSha256: 13DDCCC8FFC3392D5912C933851803E7EE7EEB126076DCABC4A77C0D99FC3B2C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Pinyin/2.7.25.128/Google.Pinyin.locale.en-US.yaml b/manifests/g/Google/Pinyin/2.7.25.128/Google.Pinyin.locale.en-US.yaml new file mode 100644 index 0000000000000..ddc992fb2ff17 --- /dev/null +++ b/manifests/g/Google/Pinyin/2.7.25.128/Google.Pinyin.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.Pinyin +PackageVersion: 2.7.25.128 +PackageLocale: en-US +Publisher: Google Inc. +PublisherUrl: https://about.google/ +PackageName: Google Pinyin IME +License: Proprietary +Copyright: Copyright (C) 2008 +ShortDescription: Google Pinyin IME is a discontinued input method developed by Google China Labs. +InstallationNotes: As of March 2019, Google Pinyin has been discontinued. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/Pinyin/2.7.25.128/Google.Pinyin.yaml b/manifests/g/Google/Pinyin/2.7.25.128/Google.Pinyin.yaml new file mode 100644 index 0000000000000..5c013f4b7a12b --- /dev/null +++ b/manifests/g/Google/Pinyin/2.7.25.128/Google.Pinyin.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.Pinyin +PackageVersion: 2.7.25.128 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/PlatformTools/34.0.3/Google.PlatformTools.installer.yaml b/manifests/g/Google/PlatformTools/34.0.3/Google.PlatformTools.installer.yaml index 47de0e85f5406..4eea9c13cd67c 100644 --- a/manifests/g/Google/PlatformTools/34.0.3/Google.PlatformTools.installer.yaml +++ b/manifests/g/Google/PlatformTools/34.0.3/Google.PlatformTools.installer.yaml @@ -1,20 +1,18 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Google.PlatformTools -PackageVersion: 34.0.3 -UpgradeBehavior: install -Installers: - - InstallerUrl: https://dl.google.com/android/repository/platform-tools_r34.0.3-windows.zip - Architecture: x64 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: platform-tools/adb.exe - PortableCommandAlias: adb - - RelativeFilePath: platform-tools/fastboot.exe - PortableCommandAlias: fastboot - InstallerSha256: FCE992E93EB786FC9F47DF93D83A7B912C46742D45C39D712C02E06D05B72E2B -ReleaseNotesUrl: https://developer.android.com/studio/releases/platform-tools#3401_march_2023 -ManifestType: installer -ManifestVersion: 1.4.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.PlatformTools +PackageVersion: 34.0.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: platform-tools\adb.exe + PortableCommandAlias: adb +- RelativeFilePath: platform-tools\fastboot.exe + PortableCommandAlias: fastboot +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/android/repository/platform-tools_r34.0.3-windows.zip + InstallerSha256: FCE992E93EB786FC9F47DF93D83A7B912C46742D45C39D712C02E06D05B72E2B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/PlatformTools/34.0.3/Google.PlatformTools.locale.en-US.yaml b/manifests/g/Google/PlatformTools/34.0.3/Google.PlatformTools.locale.en-US.yaml index 3e415122b5ada..a398297b2fe38 100644 --- a/manifests/g/Google/PlatformTools/34.0.3/Google.PlatformTools.locale.en-US.yaml +++ b/manifests/g/Google/PlatformTools/34.0.3/Google.PlatformTools.locale.en-US.yaml @@ -1,24 +1,32 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Google.PlatformTools -PackageVersion: 34.0.3 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://developer.android.com/studio -PublisherSupportUrl: https://developer.android.com/studio/intro -PrivacyUrl: https://policies.google.com/privacy -PackageName: PlatformTools -PackageUrl: https://developer.android.com/studio#downloads -License: Android Software Development Kit License Agreement -LicenseUrl: https://developer.android.com/studio/terms -Copyright: Copyright (c) Google LLC. -CopyrightUrl: https://developer.android.com/studio#downloads -ShortDescription: Android SDK Platform-Tools is a component for the Android SDK. It includes tools that interface with the Android platform, primarily adb and fastboot. -Description: Although adb is required for Android app development, app developers will normally just use the copy Studio installs. This download is useful if you want to use adb directly from the command-line and don't have Studio installed. (If you do have Studio installed, you might want to just use the copy it installed because Studio will automatically update it.) fastboot is needed if you want to unlock your device bootloader and flash it with a new system image. This package used to contain systrace, but that has been obsoleted in favor of Studio Profiler, gpuinspector.dev, or Perfetto. Although some new features in adb and fastboot are available only for recent versions of Android, they're backward compatible, so you should only need the latest version of the SDK Platform-Tools and should file bugs if you find exceptions. -Tags: - - adb - - fastboot -ReleaseDate: 2023-05-01 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.PlatformTools +PackageVersion: 34.0.3 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/tools#tools-platform +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android SDK Platform-Tools +PackageUrl: https://developer.android.com/tools/releases/platform-tools +License: Apache License +LicenseUrl: https://android.googlesource.com/platform/packages/modules/adb/+/refs/tags/platform-tools-35.0.1/NOTICE +Copyright: Copyright (c) 2006-2009, The Android Open Source Project; Copyright 2006, Brian Swetland +CopyrightUrl: https://android.googlesource.com/platform/packages/modules/adb/+/refs/tags/platform-tools-35.0.1/NOTICE +ShortDescription: |- + Android SDK Platform-Tools is a component for the Android SDK. + It includes tools that interface with the Android platform, primarily adb and fastboot. +Tags: +- adb +- android +- debug +- development +- fastboot +- flash +- platform-tools +Documentations: +- DocumentLabel: Android Debug Bridge (adb) + DocumentUrl: https://developer.android.com/tools/adb +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/PlatformTools/34.0.3/Google.PlatformTools.yaml b/manifests/g/Google/PlatformTools/34.0.3/Google.PlatformTools.yaml index c65d6e53dda8f..cf4e4555374ac 100644 --- a/manifests/g/Google/PlatformTools/34.0.3/Google.PlatformTools.yaml +++ b/manifests/g/Google/PlatformTools/34.0.3/Google.PlatformTools.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Google.PlatformTools -PackageVersion: 34.0.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.PlatformTools +PackageVersion: 34.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/PlatformTools/34.0.4/Google.PlatformTools.installer.yaml b/manifests/g/Google/PlatformTools/34.0.4/Google.PlatformTools.installer.yaml index 67918ea49965e..a14d2715d22e0 100644 --- a/manifests/g/Google/PlatformTools/34.0.4/Google.PlatformTools.installer.yaml +++ b/manifests/g/Google/PlatformTools/34.0.4/Google.PlatformTools.installer.yaml @@ -1,18 +1,18 @@ -# Created using wingetcreate 1.5.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: Google.PlatformTools PackageVersion: 34.0.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: platform-tools\adb.exe + PortableCommandAlias: adb +- RelativeFilePath: platform-tools\fastboot.exe + PortableCommandAlias: fastboot Installers: - Architecture: x64 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: platform-tools\adb.exe - PortableCommandAlias: adb - - RelativeFilePath: platform-tools\fastboot.exe - PortableCommandAlias: fastboot InstallerUrl: https://dl.google.com/android/repository/platform-tools_r34.0.4-windows.zip InstallerSha256: 520A453AF1D0BAF1939A80038A816CB8DE40D000542B1A71BF60BA6FC80784D9 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/PlatformTools/34.0.4/Google.PlatformTools.locale.en-US.yaml b/manifests/g/Google/PlatformTools/34.0.4/Google.PlatformTools.locale.en-US.yaml index 059284a779f4d..dc482ebbdf6be 100644 --- a/manifests/g/Google/PlatformTools/34.0.4/Google.PlatformTools.locale.en-US.yaml +++ b/manifests/g/Google/PlatformTools/34.0.4/Google.PlatformTools.locale.en-US.yaml @@ -1,15 +1,42 @@ -# Created using wingetcreate 1.5.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Google.PlatformTools PackageVersion: 34.0.4 PackageLocale: en-US -Publisher: Google -PackageName: Platform Tools +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/tools#tools-platform +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android SDK Platform-Tools +PackageUrl: https://developer.android.com/tools/releases/platform-tools License: Apache License -ShortDescription: Android SDK Platform-Tools is a component for the Android SDK. It includes tools that interface with the Android platform, primarily adb and fastboot. +LicenseUrl: https://android.googlesource.com/platform/packages/modules/adb/+/refs/tags/platform-tools-35.0.1/NOTICE +Copyright: Copyright (c) 2006-2009, The Android Open Source Project; Copyright 2006, Brian Swetland +CopyrightUrl: https://android.googlesource.com/platform/packages/modules/adb/+/refs/tags/platform-tools-35.0.1/NOTICE +ShortDescription: |- + Android SDK Platform-Tools is a component for the Android SDK. + It includes tools that interface with the Android platform, primarily adb and fastboot. +ReleaseNotes: |- + adb + - Propagate -a (gListenAll) when adb forks an adb host server (previously, the flag only worked for adb -a server nodaemon) + - Faster root and unroot + - Reland Flag(env) guarding clear endpoint (device) feature for OSX usb start. (issue #270205252). + fastboot + - Mac: remove retries on invalid IO iterator (flashing failure with LIBUSB_TRANSFER_CANCELLED) + - Windows: fix "Sparse file is too large or invalid" when using "flashall" + - All platforms: fix "ANDROID_PRODUCT_OUT not set" when using "update" +ReleaseNotesUrl: https://developer.android.com/tools/releases/platform-tools#3404_july_2023 Tags: - adb +- android +- debug +- development - fastboot +- flash +- platform-tools +Documentations: +- DocumentLabel: Android Debug Bridge (adb) + DocumentUrl: https://developer.android.com/tools/adb ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/PlatformTools/34.0.4/Google.PlatformTools.yaml b/manifests/g/Google/PlatformTools/34.0.4/Google.PlatformTools.yaml index 5c31c0e4965dd..cda7428ecb148 100644 --- a/manifests/g/Google/PlatformTools/34.0.4/Google.PlatformTools.yaml +++ b/manifests/g/Google/PlatformTools/34.0.4/Google.PlatformTools.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Google.PlatformTools PackageVersion: 34.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/PlatformTools/34.0.5/Google.PlatformTools.locale.en-US.yaml b/manifests/g/Google/PlatformTools/34.0.5/Google.PlatformTools.locale.en-US.yaml index 14afd1cc3cfa1..4ae1935cb374c 100644 --- a/manifests/g/Google/PlatformTools/34.0.5/Google.PlatformTools.locale.en-US.yaml +++ b/manifests/g/Google/PlatformTools/34.0.5/Google.PlatformTools.locale.en-US.yaml @@ -5,7 +5,7 @@ PackageIdentifier: Google.PlatformTools PackageVersion: 34.0.5 PackageLocale: en-US Publisher: Google -PackageName: Platform Tools +PackageName: Android SDK Platform-Tools License: Apache License ShortDescription: Android SDK Platform-Tools is a component for the Android SDK. It includes tools that interface with the Android platform, primarily adb and fastboot. ManifestType: defaultLocale diff --git a/manifests/g/Google/PlatformTools/35.0.0/Google.PlatformTools.locale.en-US.yaml b/manifests/g/Google/PlatformTools/35.0.0/Google.PlatformTools.locale.en-US.yaml index de94457ba863e..02dd7e7e88003 100644 --- a/manifests/g/Google/PlatformTools/35.0.0/Google.PlatformTools.locale.en-US.yaml +++ b/manifests/g/Google/PlatformTools/35.0.0/Google.PlatformTools.locale.en-US.yaml @@ -5,7 +5,7 @@ PackageIdentifier: Google.PlatformTools PackageVersion: 35.0.0 PackageLocale: en-US Publisher: Google -PackageName: Platform Tools +PackageName: Android SDK Platform-Tools License: Apache License ShortDescription: Android SDK Platform-Tools is a component for the Android SDK. It includes tools that interface with the Android platform, primarily adb and fastboot. ManifestType: defaultLocale diff --git a/manifests/g/Google/PlatformTools/35.0.1/Google.PlatformTools.installer.yaml b/manifests/g/Google/PlatformTools/35.0.1/Google.PlatformTools.installer.yaml index 584ef5eb358f8..3bd1c82392a3e 100644 --- a/manifests/g/Google/PlatformTools/35.0.1/Google.PlatformTools.installer.yaml +++ b/manifests/g/Google/PlatformTools/35.0.1/Google.PlatformTools.installer.yaml @@ -12,7 +12,7 @@ NestedInstallerFiles: - RelativeFilePath: platform-tools\fastboot.exe PortableCommandAlias: fastboot Installers: -- Architecture: x86 +- Architecture: x64 InstallerUrl: https://dl.google.com/android/repository/platform-tools_r35.0.1-win.zip InstallerSha256: FECC3F9DD1B4072717C44476314B5C83CF66C46F81FF9A4C91E659F9080C5140 ManifestType: installer diff --git a/manifests/g/Google/PlatformTools/35.0.1/Google.PlatformTools.locale.en-US.yaml b/manifests/g/Google/PlatformTools/35.0.1/Google.PlatformTools.locale.en-US.yaml index 7804e3f06aa8b..3abd8d9aabc02 100644 --- a/manifests/g/Google/PlatformTools/35.0.1/Google.PlatformTools.locale.en-US.yaml +++ b/manifests/g/Google/PlatformTools/35.0.1/Google.PlatformTools.locale.en-US.yaml @@ -8,7 +8,7 @@ Publisher: Google LLC PublisherUrl: https://developer.android.com/ PublisherSupportUrl: https://developer.android.com/tools#tools-platform PrivacyUrl: https://policies.google.com/privacy -PackageName: Platform Tools +PackageName: Android SDK Platform-Tools PackageUrl: https://developer.android.com/tools/releases/platform-tools License: Apache License LicenseUrl: https://android.googlesource.com/platform/packages/modules/adb/+/refs/tags/platform-tools-35.0.1/NOTICE diff --git a/manifests/g/Google/PlayGames/Beta/24.5.760.6/Google.PlayGames.Beta.installer.yaml b/manifests/g/Google/PlayGames/Beta/24.5.760.6/Google.PlayGames.Beta.installer.yaml deleted file mode 100644 index f9071f30a68e8..0000000000000 --- a/manifests/g/Google/PlayGames/Beta/24.5.760.6/Google.PlayGames.Beta.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/22 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Google.PlayGames.Beta -PackageVersion: 24.5.760.6 -InstallerType: exe -InstallerSwitches: - Silent: /silent /install - SilentWithProgress: /silent /install -ElevationRequirement: elevationRequired -Installers: - - Architecture: x64 - InstallerUrl: https://dl.google.com/tag/s/appguid%3D%7B47B07D71-505D-4665-AFD4-4972A30C6530%7D%26appname%3DGoogle%2520Play%2520Games%26lang%3Den-US%26needsadmin%3Dtrue%26ap%3Dbeta/play/games/Install-GooglePlayGames-Beta.exe - InstallerSha256: C88BBBFDCFA2BA954D23874B6D1E001525055F36924E5EC03669DBDB6B9DC0D9 - ProductCode: GooglePlayGames -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/g/Google/PlayGames/Beta/24.5.760.6/Google.PlayGames.Beta.locale.de-DE.yaml b/manifests/g/Google/PlayGames/Beta/24.5.760.6/Google.PlayGames.Beta.locale.de-DE.yaml deleted file mode 100644 index dfff749b4e3f2..0000000000000 --- a/manifests/g/Google/PlayGames/Beta/24.5.760.6/Google.PlayGames.Beta.locale.de-DE.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/22 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Google.PlayGames.Beta -PackageVersion: 24.5.760.6 -PackageLocale: de-DE -Publisher: Google -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Play Spiele (Beta) -PackageUrl: https://play.google.com/googleplaygames -License: Proprietary -Copyright: Copyright (c) Google Inc. -ShortDescription: Play Android games from Google Play on Windows PC -Moniker: google-play-games -Tags: - - android - - google - - games - - gaming - - store -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/g/Google/PlayGames/Beta/24.5.760.6/Google.PlayGames.Beta.locale.en-US.yaml b/manifests/g/Google/PlayGames/Beta/24.5.760.6/Google.PlayGames.Beta.locale.en-US.yaml deleted file mode 100644 index 1f0ee703ea5aa..0000000000000 --- a/manifests/g/Google/PlayGames/Beta/24.5.760.6/Google.PlayGames.Beta.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/22 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Google.PlayGames.Beta -PackageVersion: 24.5.760.6 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Play Games Beta -PackageUrl: https://play.google.com/googleplaygames -License: Proprietary -Copyright: Copyright (c) Google Inc. -ShortDescription: Play Android games from Google Play on Windows PC -Moniker: google-play-games -Tags: - - android - - games - - gaming - - google - - store -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/g/Google/PlayGames/Beta/24.5.760.6/Google.PlayGames.Beta.yaml b/manifests/g/Google/PlayGames/Beta/24.5.760.6/Google.PlayGames.Beta.yaml deleted file mode 100644 index df04c09df338b..0000000000000 --- a/manifests/g/Google/PlayGames/Beta/24.5.760.6/Google.PlayGames.Beta.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/22 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Google.PlayGames.Beta -PackageVersion: 24.5.760.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/g/Google/PlayGames/Beta/24.8.469.9/Google.PlayGames.Beta.installer.yaml b/manifests/g/Google/PlayGames/Beta/24.8.469.9/Google.PlayGames.Beta.installer.yaml new file mode 100644 index 0000000000000..a55be7ec1912a --- /dev/null +++ b/manifests/g/Google/PlayGames/Beta/24.8.469.9/Google.PlayGames.Beta.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.PlayGames.Beta +PackageVersion: 24.8.469.9 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ProductCode: GooglePlayGames +ReleaseDate: 2024-08-30 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/tag/s/appguid%3D%7B47B07D71-505D-4665-AFD4-4972A30C6530%7D%26appname%3DGoogle%2520Play%2520Games%26lang%3Den-US%26needsadmin%3Dtrue%26ap%3Dbeta/play/games/Install-GooglePlayGames-Beta.exe + InstallerSha256: 8BA35F00A9070EC153E1B12246DF0C39E3701DEA65FB52E2A799967D8D82ED68 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/PlayGames/Beta/24.8.469.9/Google.PlayGames.Beta.locale.de-DE.yaml b/manifests/g/Google/PlayGames/Beta/24.8.469.9/Google.PlayGames.Beta.locale.de-DE.yaml new file mode 100644 index 0000000000000..6e44127eb13c9 --- /dev/null +++ b/manifests/g/Google/PlayGames/Beta/24.8.469.9/Google.PlayGames.Beta.locale.de-DE.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Google.PlayGames.Beta +PackageVersion: 24.8.469.9 +PackageLocale: de-DE +Publisher: Google LLC +PublisherUrl: https://www.google.com/?hl=de-DE +PublisherSupportUrl: https://support.google.com/googleplay/topic/13019131?hl=de-DE +PrivacyUrl: https://policies.google.com/privacy?hl=de-DE +Author: Google LLC +PackageName: Google Play Spiele beta +PackageUrl: https://play.google.com/googleplaygames?hl=de-DE +License: Proprietary +LicenseUrl: https://policies.google.com/terms?hl=de-DE +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Spiele für Mobilgeräte auf dem PC erleben +Description: Mit Google Play Spiele (Beta) kannst du Spiele für Mobilgeräte auf dem PC spielen. Dank der Gaming-Plattform von Google profitierst du so vom größeren Bildschirm und zusätzlichen Einstellungen. +Tags: +- android +- gaming +- google +- handy +- handy-spiele +- play-store +- spiele +- store +ReleaseNotesUrl: https://support.google.com/googleplay/answer/13585779?hl=de-DE +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/PlayGames/Beta/24.8.469.9/Google.PlayGames.Beta.locale.en-US.yaml b/manifests/g/Google/PlayGames/Beta/24.8.469.9/Google.PlayGames.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..ff8edb0cee568 --- /dev/null +++ b/manifests/g/Google/PlayGames/Beta/24.8.469.9/Google.PlayGames.Beta.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.PlayGames.Beta +PackageVersion: 24.8.469.9 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/googleplay/topic/13019131 +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Play Games beta +PackageUrl: https://play.google.com/googleplaygames +License: Proprietary +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Take mobile gaming to your PC +Description: Play mobile games on PC with Google Play Games beta. Experience a bigger screen and more controls on Google's mobile to PC gaming platform. +Moniker: google-play-games +Tags: +- android +- games +- gaming +- google +- mobile +- mobile-games +- play-store +- store +ReleaseNotesUrl: https://support.google.com/googleplay/answer/13585779 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/PlayGames/Beta/24.8.469.9/Google.PlayGames.Beta.yaml b/manifests/g/Google/PlayGames/Beta/24.8.469.9/Google.PlayGames.Beta.yaml new file mode 100644 index 0000000000000..519f9bc61a41c --- /dev/null +++ b/manifests/g/Google/PlayGames/Beta/24.8.469.9/Google.PlayGames.Beta.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.PlayGames.Beta +PackageVersion: 24.8.469.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Governikus/AusweisApp2/2.2.0/Governikus.AusweisApp2.installer.yaml b/manifests/g/Governikus/AusweisApp2/2.2.0/Governikus.AusweisApp2.installer.yaml new file mode 100644 index 0000000000000..a58b1f9862fa3 --- /dev/null +++ b/manifests/g/Governikus/AusweisApp2/2.2.0/Governikus.AusweisApp2.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Governikus.AusweisApp2 +PackageVersion: 2.2.0 +InstallerLocale: de-DE +InstallerType: wix +Scope: machine +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart +UpgradeBehavior: install +ProductCode: '{AFBE7811-F997-4752-BB49-3E5517C34E8D}' +ReleaseDate: 2024-07-04 +AppsAndFeaturesEntries: +- UpgradeCode: '{4EE0E467-EAB7-483E-AB45-87BD1DB6B037}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Governikus/AusweisApp/releases/download/2.2.0/AusweisApp-2.2.0.msi + InstallerSha256: 7358AB3C6356B8A7B17A12985D2858EFFD6A85A54DD3B38C3DDF70A9282FC5B2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Governikus/AusweisApp2/2.2.0/Governikus.AusweisApp2.locale.de-DE.yaml b/manifests/g/Governikus/AusweisApp2/2.2.0/Governikus.AusweisApp2.locale.de-DE.yaml new file mode 100644 index 0000000000000..cb4f3244af559 --- /dev/null +++ b/manifests/g/Governikus/AusweisApp2/2.2.0/Governikus.AusweisApp2.locale.de-DE.yaml @@ -0,0 +1,46 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Governikus.AusweisApp2 +PackageVersion: 2.2.0 +PackageLocale: de-DE +Publisher: Bundesamtes für Sicherheit in der Informationstechnik +PublisherUrl: https://www.bsi.bund.de/ +PublisherSupportUrl: https://www.ausweisapp.bund.de/hilfe-und-support +PrivacyUrl: https://www.ausweisapp.bund.de/datenschutz +Author: Governikus GmbH & Co. KG +PackageName: AusweisApp +PackageUrl: https://www.ausweisapp.bund.de/home +License: European Union Public Licence (EUPL v1.2) +LicenseUrl: https://github.com/Governikus/AusweisApp/blob/HEAD/LICENSE.txt +ShortDescription: App zur Nutzung der eID-Funktion des Personalausweises der Bundesrepublik Deutschland +Description: |- + Die AusweisApp ist eine Software, die Sie auf Ihrem Smartphone, Computer oder Tablet installieren, um + IhrenPersonalausweis, Ihren elektronischen Aufenthaltstitel oder die eID-Karte auszulesen und sich so + digital auszuweisen. Darüber hinaus ermöglicht die AusweisApp den verschlüsselten Datenaustausch + zwischen Ausweis und Online-Dienst, bei dem Sie sich identifizieren möchten. +Moniker: ausweisapp +Tags: +- ausweis +- eid +- epa +- personalausweis +ReleaseNotes: |- + Anwender + - Visuelle Anpassungen und Optimierungen der grafischen Oberfläche. + - Anzeige des alten und neuen Gerätenamen bei der Nutzung von "Smartphone als Kartenleser", falls sich der Name eines Geräts geändert hat. + - Am Ende einer Authentisierung wurde ein Seite zur Information eingefügt, bevor eine Weiterleitung zum Diensteanbieter erfolgt. + - Erhöhung der zulässigen Zeit für die Antwort auf Kartenkommandos auf Android um Ausweise zu unterstützen, die nach zu vielen falschen Eingaben der CAN in einen sicheren langsamen Modus gewechselt haben. + - Optimierung der Barrierearmut. + - Unterstützung von Android 8 wurde eingestellt. + - Die Funktion "Smartphone als Kartenleser" benötigt nun mindestens die Version 2.1.0. + - Supportunterstützung von ChromeOS. + Entwickler + - Die Unterstützung von Schlüssellängen kleiner als 3000 Bit wurde eingestellt. + - Erweiterung der Dokumentation für das SDK um ein Changelog. + - Funktionserweiterung des SDKs (siehe Changelog). + - Aktualisierung von Qt auf die Version 6.7.2. + - Aktualisierung von OpenSSL auf die Version 3.3.1. +ReleaseNotesUrl: https://github.com/Governikus/AusweisApp/releases/tag/2.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Governikus/AusweisApp2/2.2.0/Governikus.AusweisApp2.yaml b/manifests/g/Governikus/AusweisApp2/2.2.0/Governikus.AusweisApp2.yaml new file mode 100644 index 0000000000000..9a973c0002b51 --- /dev/null +++ b/manifests/g/Governikus/AusweisApp2/2.2.0/Governikus.AusweisApp2.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Governikus.AusweisApp2 +PackageVersion: 2.2.0 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Governikus/AusweisApp2/2.2.1/Governikus.AusweisApp2.installer.yaml b/manifests/g/Governikus/AusweisApp2/2.2.1/Governikus.AusweisApp2.installer.yaml new file mode 100644 index 0000000000000..61b9e0f682796 --- /dev/null +++ b/manifests/g/Governikus/AusweisApp2/2.2.1/Governikus.AusweisApp2.installer.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Governikus.AusweisApp2 +PackageVersion: 2.2.1 +InstallerLocale: de-DE +InstallerType: wix +Scope: machine +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart +UpgradeBehavior: install +ProductCode: '{92195059-0955-449F-85FC-72E768140266}' +ReleaseDate: 2024-09-11 +AppsAndFeaturesEntries: +- DisplayName: AusweisApp + Publisher: Governikus GmbH & Co. KG + ProductCode: '{92195059-0955-449F-85FC-72E768140266}' + UpgradeCode: '{4EE0E467-EAB7-483E-AB45-87BD1DB6B037}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/AusweisApp' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Governikus/AusweisApp/releases/download/2.2.1/AusweisApp-2.2.1.msi + InstallerSha256: 5AF42BEBDA2BDF106A17535A359FCA84B281628E99190F8538EEB9AF4B6EA70D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Governikus/AusweisApp2/2.2.1/Governikus.AusweisApp2.locale.de-DE.yaml b/manifests/g/Governikus/AusweisApp2/2.2.1/Governikus.AusweisApp2.locale.de-DE.yaml new file mode 100644 index 0000000000000..d52687ac0301c --- /dev/null +++ b/manifests/g/Governikus/AusweisApp2/2.2.1/Governikus.AusweisApp2.locale.de-DE.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Governikus.AusweisApp2 +PackageVersion: 2.2.1 +PackageLocale: de-DE +Publisher: Bundesamtes für Sicherheit in der Informationstechnik +PublisherUrl: https://www.bsi.bund.de/ +PublisherSupportUrl: https://www.ausweisapp.bund.de/hilfe-und-support +PrivacyUrl: https://www.ausweisapp.bund.de/datenschutz +Author: Governikus GmbH & Co. KG +PackageName: AusweisApp +PackageUrl: https://www.ausweisapp.bund.de/home +License: European Union Public Licence (EUPL v1.2) +LicenseUrl: https://github.com/Governikus/AusweisApp/blob/HEAD/LICENSE.txt +ShortDescription: App zur Nutzung der eID-Funktion des Personalausweises der Bundesrepublik Deutschland +Description: |- + Die AusweisApp ist eine Software, die Sie auf Ihrem Smartphone, Computer oder Tablet installieren, um + IhrenPersonalausweis, Ihren elektronischen Aufenthaltstitel oder die eID-Karte auszulesen und sich so + digital auszuweisen. Darüber hinaus ermöglicht die AusweisApp den verschlüsselten Datenaustausch + zwischen Ausweis und Online-Dienst, bei dem Sie sich identifizieren möchten. +Moniker: ausweisapp +Tags: +- ausweis +- eid +- epa +- personalausweis +ReleaseNotes: |- + Anwender + - Visuelle Anpassungen und Optimierungen der grafischen Oberfläche. + - Optimierung der Barrierearmut und Tastaturbedienbarkeit. + - Verhinderung der Anzeige externer Inhalte in der grafischen Oberfläche. + - Unterstützung von Smartphones mit Android 15, bei denen eine optimierte Speicherverwaltung aktiviert wurde. + Entwickler + - Unterstützung von 16 KB Page Sizes unter Android. + - Stabilisierung des iOS SDK bei schnellen Neustarts. + - Korrektur des Verhaltens bei der Verwendung von Qt 6.6.3. + - Vermeidung einer Logdatei innerhalb des Containers im Container-SDK. + - Aktualisierung vom Android NDK auf r27b (27.1.12297006). + - Aktualisierung der Android SDK Platform auf Android 15 (API-Level 35). + - Aktualisierung von OpenSSL auf die Version 3.3.2. +ReleaseNotesUrl: https://github.com/Governikus/AusweisApp/releases/tag/2.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Governikus/AusweisApp2/2.2.1/Governikus.AusweisApp2.yaml b/manifests/g/Governikus/AusweisApp2/2.2.1/Governikus.AusweisApp2.yaml new file mode 100644 index 0000000000000..27739f3e375de --- /dev/null +++ b/manifests/g/Governikus/AusweisApp2/2.2.1/Governikus.AusweisApp2.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Governikus.AusweisApp2 +PackageVersion: 2.2.1 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.installer.yaml b/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.installer.yaml new file mode 100644 index 0000000000000..e1f3068302d30 --- /dev/null +++ b/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GoyalSoftech.Website2APKBuilderPro +PackageVersion: "5.3" +InstallerType: inno +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/praveshagrawal/Website-2-APK-Builder/releases/download/v5.3/Website.2.APK.Builder.v5.3.Installer.exe + InstallerSha256: EFDF159B20EAE01E6BE9A153890258AC4D577FE687B398DD1E7AA59389B79F3E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.locale.en-US.yaml b/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.locale.en-US.yaml new file mode 100644 index 0000000000000..ecff2fb6ce2ee --- /dev/null +++ b/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: GoyalSoftech.Website2APKBuilderPro +PackageVersion: "5.3" +PackageLocale: en-US +Publisher: Goyal Softech Pvt. Ltd. +PublisherUrl: https://websitetoapk.com/ +PublisherSupportUrl: https://websitetoapk.com/support/ +PrivacyUrl: https://websitetoapk.com/terms-privacy.html +PackageName: Website 2 APK Builder Pro +PackageUrl: https://websitetoapk.com/download.html +License: Proprietary +Copyright: 2016 - 2024 © Goyal Softech Pvt. Ltd. +ShortDescription: Convert your Website or HTML5 to Android Apps. +Tags: +- website +- apk +- android +- html +ReleaseNotesUrl: https://github.com/praveshagrawal/Website-2-APK-Builder/releases +PurchaseUrl: https://websitetoapk.com/pricing.html +Documentations: +- DocumentLabel: Product Documentation + DocumentUrl: https://websitetoapk.com/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://websitetoapk.com/faqs.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.yaml b/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.yaml new file mode 100644 index 0000000000000..f99ed38b16b26 --- /dev/null +++ b/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GoyalSoftech.Website2APKBuilderPro +PackageVersion: "5.3" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Graebert/AresMechanical/2025/25.1.2158/Graebert.AresMechanical.2025.installer.yaml b/manifests/g/Graebert/AresMechanical/2025/25.1.2158/Graebert.AresMechanical.2025.installer.yaml new file mode 100644 index 0000000000000..95e0c30266454 --- /dev/null +++ b/manifests/g/Graebert/AresMechanical/2025/25.1.2158/Graebert.AresMechanical.2025.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Graebert.AresMechanical.2025 +PackageVersion: 25.1.2158 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://files.graebert.com/aresmechanical/25.1.1.2158/ARES_M_2025_SP1_25.1.1.2158_4088_x64.exe + InstallerSha256: 22F7CBC61D20C79DB33D3741504035C69B344EE250C6C1865107D1252FB0768A + InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Graebert/AresMechanical/2025/25.1.2158/Graebert.AresMechanical.2025.locale.en-US.yaml b/manifests/g/Graebert/AresMechanical/2025/25.1.2158/Graebert.AresMechanical.2025.locale.en-US.yaml new file mode 100644 index 0000000000000..2cf2529b08d63 --- /dev/null +++ b/manifests/g/Graebert/AresMechanical/2025/25.1.2158/Graebert.AresMechanical.2025.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Graebert.AresMechanical.2025 +PackageVersion: 25.1.2158 +PackageLocale: en-US +Publisher: Graebert GmbH +PublisherUrl: https://www.graebert.com +PublisherSupportUrl: https://help.graebert.com +PrivacyUrl: https://www.graebert.com/company/privacypolicy/ +Author: Gräbert GmbH +PackageName: ARES Mechanical 2025 +PackageUrl: https://www.graebert.com/cad-software/ares-mechanical/ +License: Proprietary +Copyright: (c) Gräbert GmbH. All rights reserved +ShortDescription: ARES Mechanical. Powerful, DWG-based CAD software +Moniker: ares-mechanical-2025 +Description: ARES Mechanical is a Mechanical CAD software combining the DWG-editing features of ARES Commander with industry-specific features for 2D Mechanical Design. +Tags: +- cad +- dwg +- ares +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Graebert/AresMechanical/2025/25.1.2158/Graebert.AresMechanical.2025.yaml b/manifests/g/Graebert/AresMechanical/2025/25.1.2158/Graebert.AresMechanical.2025.yaml new file mode 100644 index 0000000000000..d26543276689b --- /dev/null +++ b/manifests/g/Graebert/AresMechanical/2025/25.1.2158/Graebert.AresMechanical.2025.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Graebert.AresMechanical.2025 +PackageVersion: 25.1.2158 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.87.1454/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.87.1454/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..9cb0f1b5028ff --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.87.1454/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.87.1454 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2024-07-22 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.87.1454/GrammarlyInstaller.exe + InstallerSha256: C735241AA5873E0C2BDA316A4880573A9B1DCB61E34568D9ABEACBB3F7C4F771 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.87.1454/GrammarlyInstaller.exe + InstallerSha256: C735241AA5873E0C2BDA316A4880573A9B1DCB61E34568D9ABEACBB3F7C4F771 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.87.1454/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.87.1454/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..6bec9b435ff9d --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.87.1454/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.87.1454 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +# Description: +# Moniker: +Tags: +- english +- grammar +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: Text Editor SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.87.1454/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.87.1454/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..405b3e2b5636b --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.87.1454/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.87.1454 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +# Description: +# Moniker: +Tags: +- 写作 +- 英语 +- 语法 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API 参考 + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: 文本编辑器 SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.87.1454/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.87.1454/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..f3fa8fefa9f2d --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.87.1454/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.87.1454 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.88.1455/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.88.1455/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..9c621cb35a8d3 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.88.1455/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.88.1455 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.88.1455/GrammarlyInstaller.exe + InstallerSha256: 6BD17329838D8E1F56A803B294D01269A6E424FC679DD1B745DE00996212EB39 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.88.1455/GrammarlyInstaller.exe + InstallerSha256: 6BD17329838D8E1F56A803B294D01269A6E424FC679DD1B745DE00996212EB39 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.88.1455/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.88.1455/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..21ae1d41af261 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.88.1455/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.88.1455 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +# Description: +# Moniker: +Tags: +- english +- grammar +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: Text Editor SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.88.1455/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.88.1455/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1d9700ec047d7 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.88.1455/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.88.1455 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +# Description: +# Moniker: +Tags: +- 写作 +- 英语 +- 语法 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API 参考 + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: 文本编辑器 SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.88.1455/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.88.1455/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..63aa421bab479 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.88.1455/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.88.1455 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.89.1458/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.89.1458/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..b059cf20e88b7 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.89.1458/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.89.1458 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.89.1458/GrammarlyInstaller.exe + InstallerSha256: 1BAD822BFDF8D5E9E1DE844C4430B549F4ED5A679658D2C65420A17325052CEF +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.89.1458/GrammarlyInstaller.exe + InstallerSha256: 1BAD822BFDF8D5E9E1DE844C4430B549F4ED5A679658D2C65420A17325052CEF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.89.1458/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.89.1458/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..eef6e078f35e0 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.89.1458/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.89.1458 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +# Description: +# Moniker: +Tags: +- english +- grammar +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: Text Editor SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.89.1458/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.89.1458/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b31000f42c6cf --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.89.1458/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.89.1458 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +# Description: +# Moniker: +Tags: +- 写作 +- 英语 +- 语法 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API 参考 + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: 文本编辑器 SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.89.1458/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.89.1458/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..ecc73e522501d --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.89.1458/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.89.1458 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.90.1459/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.90.1459/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..3c1688c31ea9f --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.90.1459/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.90.1459 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2024-08-05 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.90.1459/GrammarlyInstaller.exe + InstallerSha256: 03F5C50F94910CFB6013B0D056459A2E8F2B748F2C25742CF1A780E4C4CB3E18 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.90.1459/GrammarlyInstaller.exe + InstallerSha256: 03F5C50F94910CFB6013B0D056459A2E8F2B748F2C25742CF1A780E4C4CB3E18 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.90.1459/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.90.1459/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..38fa6a1ce3851 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.90.1459/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.90.1459 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +# Description: +# Moniker: +Tags: +- english +- grammar +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: Text Editor SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.90.1459/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.90.1459/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fd0eebcf4da0e --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.90.1459/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.90.1459 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +# Description: +# Moniker: +Tags: +- 写作 +- 英语 +- 语法 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API 参考 + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: 文本编辑器 SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.90.1459/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.90.1459/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..d2e5e4c1a8175 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.90.1459/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.90.1459 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.91.1461/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.91.1461/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..0f04c4ca6baec --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.91.1461/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.91.1461 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2024-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.91.1461/GrammarlyInstaller.exe + InstallerSha256: 6D4EF90A28C8628B3A9DB6EF9C8149C6CA28268601242BA527C71981592C5365 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.91.1461/GrammarlyInstaller.exe + InstallerSha256: 6D4EF90A28C8628B3A9DB6EF9C8149C6CA28268601242BA527C71981592C5365 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.91.1461/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.91.1461/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..65c7798be638b --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.91.1461/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.91.1461 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +# Description: +# Moniker: +Tags: +- english +- grammar +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: Text Editor SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.91.1461/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.91.1461/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..46d9225d6700c --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.91.1461/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.91.1461 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +# Description: +# Moniker: +Tags: +- 写作 +- 英语 +- 语法 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API 参考 + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: 文本编辑器 SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.91.1461/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.91.1461/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..6979b07e9cbbd --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.91.1461/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.91.1461 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.92.1464/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.92.1464/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..adcd945220363 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.92.1464/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.92.1464 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2024-08-12 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.92.1464/GrammarlyInstaller.exe + InstallerSha256: 8536127F6195C18CCF81E172AEB3CD64CD26C3BEE3FB11648E4E8CD899A97468 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.92.1464/GrammarlyInstaller.exe + InstallerSha256: 8536127F6195C18CCF81E172AEB3CD64CD26C3BEE3FB11648E4E8CD899A97468 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.92.1464/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.92.1464/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..af5ec33a0d6ca --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.92.1464/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.92.1464 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +# Description: +# Moniker: +Tags: +- english +- grammar +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: Text Editor SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.92.1464/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.92.1464/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2b05330648964 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.92.1464/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.92.1464 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +# Description: +# Moniker: +Tags: +- 写作 +- 英语 +- 语法 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API 参考 + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: 文本编辑器 SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.92.1464/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.92.1464/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..edcda251aae4d --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.92.1464/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.92.1464 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.93.1467/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.93.1467/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..0923839f569a4 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.93.1467/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.93.1467 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2024-08-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.93.1467/GrammarlyInstaller.exe + InstallerSha256: B209A471229D3C70DCEC6D8BA03D980C7D2D229827E4DF6BCBDE75CAADC81ED1 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.93.1467/GrammarlyInstaller.exe + InstallerSha256: B209A471229D3C70DCEC6D8BA03D980C7D2D229827E4DF6BCBDE75CAADC81ED1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.93.1467/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.93.1467/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..d202dfdaf07eb --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.93.1467/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.93.1467 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +# Description: +# Moniker: +Tags: +- english +- grammar +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: Text Editor SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.93.1467/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.93.1467/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..72f9927069675 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.93.1467/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.93.1467 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +# Description: +# Moniker: +Tags: +- 写作 +- 英语 +- 语法 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API 参考 + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: 文本编辑器 SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.93.1467/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.93.1467/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..f9f3197f4ad23 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.93.1467/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.93.1467 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.94.1468/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.94.1468/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..640c4727551a8 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.94.1468/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.94.1468 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2024-08-21 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.94.1468/GrammarlyInstaller.exe + InstallerSha256: F0740047D32D62D99FE1F2247BDE8C8D433574DD7CAFC91757A0F7F32EDE22BE +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.94.1468/GrammarlyInstaller.exe + InstallerSha256: F0740047D32D62D99FE1F2247BDE8C8D433574DD7CAFC91757A0F7F32EDE22BE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.94.1468/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.94.1468/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..2816227e998ea --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.94.1468/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.94.1468 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +# Description: +# Moniker: +Tags: +- english +- grammar +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: Text Editor SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.94.1468/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.94.1468/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..30cb8f6d7c4f1 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.94.1468/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.94.1468 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +# Description: +# Moniker: +Tags: +- 写作 +- 英语 +- 语法 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API 参考 + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: 文本编辑器 SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.94.1468/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.94.1468/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..4cae2bbff4498 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.94.1468/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.94.1468 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.95.1470/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.95.1470/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..f005e037de73c --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.95.1470/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.95.1470 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.95.1470/GrammarlyInstaller.exe + InstallerSha256: 5F11687D52F388EAE0726BE7F79C867712952F4F0BF33B92181D4D459A3A7F9F +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.95.1470/GrammarlyInstaller.exe + InstallerSha256: 5F11687D52F388EAE0726BE7F79C867712952F4F0BF33B92181D4D459A3A7F9F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.95.1470/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.95.1470/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..d7dc825459123 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.95.1470/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.95.1470 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +# Description: +# Moniker: +Tags: +- english +- grammar +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: Text Editor SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.95.1470/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.95.1470/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..436945250b4ae --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.95.1470/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.95.1470 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +# Description: +# Moniker: +Tags: +- 写作 +- 英语 +- 语法 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API 参考 + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: 文本编辑器 SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.95.1470/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.95.1470/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..424dfe6c26aa9 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.95.1470/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.95.1470 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.96.1473/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.96.1473/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..0de0df0299389 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.96.1473/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.96.1473 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2024-08-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.96.1473/GrammarlyInstaller.exe + InstallerSha256: 3D29540917D224AB89F627D9C1B2FFEB984D196A162D26FC9D2879AE9096BDFD +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.96.1473/GrammarlyInstaller.exe + InstallerSha256: 3D29540917D224AB89F627D9C1B2FFEB984D196A162D26FC9D2879AE9096BDFD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.96.1473/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.96.1473/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..6c49f17b10160 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.96.1473/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.96.1473 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +# Description: +# Moniker: +Tags: +- english +- grammar +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: Text Editor SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.96.1473/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.96.1473/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4d3975e7836c1 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.96.1473/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.96.1473 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +# Description: +# Moniker: +Tags: +- 写作 +- 英语 +- 语法 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API 参考 + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: 文本编辑器 SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.96.1473/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.96.1473/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..2e633abaaa86b --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.96.1473/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.96.1473 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.97.1475/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.97.1475/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..2d90de0cdaeb6 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.97.1475/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.97.1475 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.97.1475/GrammarlyInstaller.exe + InstallerSha256: D7A84E768452193E3673E80B6C0A60C206B09281D22926D42EA623F27F6C85A9 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.97.1475/GrammarlyInstaller.exe + InstallerSha256: D7A84E768452193E3673E80B6C0A60C206B09281D22926D42EA623F27F6C85A9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.97.1475/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.97.1475/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..dfc79f1cf966e --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.97.1475/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.97.1475 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +# Description: +# Moniker: +Tags: +- english +- grammar +- writing +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: Text Editor SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.97.1475/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.97.1475/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..00891553281ff --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.97.1475/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.97.1475 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +# CopyrightUrl: +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +# Description: +# Moniker: +Tags: +- 写作 +- 英语 +- 语法 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.grammarly.com/plans +# InstallationNotes: +Documentations: +- DocumentLabel: API 参考 + DocumentUrl: https://developer.grammarly.com/docs/api +- DocumentLabel: 文本编辑器 SDK + DocumentUrl: https://developer.grammarly.com/docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.97.1475/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.97.1475/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..4e5ae0240d919 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.97.1475/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.97.1475 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gramps/Gramps/5.2.3/Gramps.Gramps.installer.yaml b/manifests/g/Gramps/Gramps/5.2.3/Gramps.Gramps.installer.yaml new file mode 100644 index 0000000000000..948bae02f9bd1 --- /dev/null +++ b/manifests/g/Gramps/Gramps/5.2.3/Gramps.Gramps.installer.yaml @@ -0,0 +1,23 @@ +PackageIdentifier: Gramps.Gramps +PackageVersion: 5.2.3 +InstallerType: nullsoft +ReleaseDate: 2024-07-13 +AppsAndFeaturesEntries: + - DisplayName: Gramps + Publisher: The Gramps project + ProductCode: GrampsAIO64 5.2.3 +Installers: + - Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gramps-project/gramps/releases/download/v5.2.3/GrampsAIO-5.2.3-2_win64.exe + InstallerSha256: 76089a0054b3fae2923552648f6ff1f3a4fa42d1daeb29924f6987f7d99a07c8 + InstallerSwitches: + Custom: /CURRENTUSER + - Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gramps-project/gramps/releases/download/v5.2.3/GrampsAIO-5.2.3-2_win64.exe + InstallerSha256: 76089a0054b3fae2923552648f6ff1f3a4fa42d1daeb29924f6987f7d99a07c8 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gramps/Gramps/5.2.3/Gramps.Gramps.locale.en-US.yaml b/manifests/g/Gramps/Gramps/5.2.3/Gramps.Gramps.locale.en-US.yaml new file mode 100644 index 0000000000000..cbe4bd16a589b --- /dev/null +++ b/manifests/g/Gramps/Gramps/5.2.3/Gramps.Gramps.locale.en-US.yaml @@ -0,0 +1,59 @@ +PackageIdentifier: Gramps.Gramps +PackageVersion: 5.2.3 +PackageLocale: en-US +Publisher: The Gramps project +PublisherUrl: https://gramps-project.org/ +PackageName: GrampsAIO +PackageUrl: https://gramps-project.org/ +License: GPL-2.0 +LicenseUrl: https://github.com/gramps-project/gramps/blob/master/COPYING +ShortDescription: Research, organize and share your family tree with Gramps. +Description: |- + Gramps is a free software project and community. + We strive to produce a genealogy program that is both intuitive for hobbyists and feature-complete for professional genealogists. + It is a community project, created, developed and governed by genealogists. +Moniker: gramps +Tags: + - family + - gene + - genealogy + - research + - tree +ReleaseNotes: |- + Changes since v5.2.2: + + - Updated translations: da, de_AT, en_GB, es, fr, he, hr, hu, mk, nb, nl, pt_PT, ru, tr, zh_HK, zh_TW. + - Fix bug with regular expressions in check_po script. + - Update translation template for new release. + - Corrected terminology. Replaced "matronymic" with "matrilineal" to accurately reflect genetic inheritance rather than naming conventions. + - Clarified terminology for father lineage description. Changed "patronymic lineage" to "patrilineal lineage" for accuracy. + - Fix PDF generation failure with LaTeX-based reports on Windows. Fixes #10696. + - Fix fallback for the image_size utility function Use Gdk if the size of the image cannot be determined by imagesize. Fixes #13310. + - Disable rounding glyph positions in cairo document generator. + - Package Gramps 5.2.3 for macOS. + - Fix NoteType values in CSV import. + - Some short french month names can not be entered. Fixes #13307. + - Remove detached process flag when running lualatex. + - Check that pdf output file exists in genealogy tree reports. Fixes #10696. + - Fix error when changing the style of misspelt words. In the note editor, changing the style of text failing the spell check caused an error. Fixes #13282. + - Update span characters for zh_TW. Add span characters so that the new display format is accepted as a valid input format. + - Restore BerkelyDB, Gramps still uses it. + - Update gramps.modules: + - Remove obsolete comment and comment out the private include. + - Update the branch in gramps-git. + - Remove BerkeleyDB and pybsddb dependencies. + - Remove unused patches. + - Fix missing media in narrative web report person pages. Fixes #13252, #13272. + - Remove the spaces padding the connector in a hyphenated surname. This fixes the previous code which replaced " - " with "-" within the entire name. Fixes #13274. + - Url-quote norm_path and use urljoin to attach the scheme. Assumes that if the path is already a URI it is also already quoted. Fixes #13218, #13197. + - Prevent hyperlink tagging being added as an undo action. Clicking the undo button in the note editor sometimes had no noticeable effect. Fixes #13267. + - Change repository "Title" to "Name" in the source editor. Fixes #13258. + - Better error handling in the narrative web report. + - Handle not found when creating the narrative web report updates page. Fixes #13216. + - Add workflow for Debian build. + - Package Gramps 5.2.2 for macOS. + - Use README.md for PyPI long description. + - Fix Windows AIO build. +ReleaseNotesUrl: https://github.com/gramps-project/gramps/releases/tag/v5.2.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gramps/Gramps/5.2.3/Gramps.Gramps.yaml b/manifests/g/Gramps/Gramps/5.2.3/Gramps.Gramps.yaml new file mode 100644 index 0000000000000..8437f13c64772 --- /dev/null +++ b/manifests/g/Gramps/Gramps/5.2.3/Gramps.Gramps.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: Gramps.Gramps +PackageVersion: 5.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Graphviz/Graphviz/12.1.1/Graphviz.Graphviz.installer.yaml b/manifests/g/Graphviz/Graphviz/12.1.1/Graphviz.Graphviz.installer.yaml new file mode 100644 index 0000000000000..5690221172c41 --- /dev/null +++ b/manifests/g/Graphviz/Graphviz/12.1.1/Graphviz.Graphviz.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Graphviz.Graphviz +PackageVersion: 12.1.1 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x86 + InstallerUrl: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.1.1/windows_10_cmake_Release_graphviz-install-12.1.1-win32.exe + InstallerSha256: 9B25D9790D178882DD4AA1E23F501DECACC75D7F1BDB88D608806E5144506780 +- Architecture: x64 + InstallerUrl: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.1.1/windows_10_cmake_Release_graphviz-install-12.1.1-win64.exe + InstallerSha256: 07D452119318C4516FAB56714DF1F81972B0F7E5E08815A67E6AF384DF39C62E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Graphviz/Graphviz/12.1.1/Graphviz.Graphviz.locale.en-US.yaml b/manifests/g/Graphviz/Graphviz/12.1.1/Graphviz.Graphviz.locale.en-US.yaml new file mode 100644 index 0000000000000..c12ae0c63829f --- /dev/null +++ b/manifests/g/Graphviz/Graphviz/12.1.1/Graphviz.Graphviz.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Graphviz.Graphviz +PackageVersion: 12.1.1 +PackageLocale: en-US +Publisher: Graphviz +PublisherUrl: https://graphviz.org +PublisherSupportUrl: https://graphviz.org/documentation +# PrivacyUrl: +# Author: +PackageName: Graphviz +PackageUrl: https://graphviz.org/download +License: Common Public License Version 1.0 +LicenseUrl: https://graphviz.org/license +Copyright: (c) 2022 The Graphviz Authors +# CopyrightUrl: +ShortDescription: Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. +Description: |- + The Graphviz layout programs take descriptions of graphs in a simple text language, and make diagrams in useful formats, such as images and SVG for web pages; PDF or Postscript for inclusion in other documents; or display in an interactive graph browser. + Graphviz has many useful features for concrete diagrams, such as options for colors, fonts, tabular node layouts, line styles, hyperlinks, and custom shapes. +Moniker: graphviz +Tags: +- diagrams +- graph +- visualization +ReleaseNotes: |- + Added + - Support for building the SWIG-generated Guile language bindings has been integrated into the CMake build system. This is controllable by the -DENABLE_GUILE={AUTO|ON|OFF} option. + - Support for building the SWIG-generated Java language bindings has been integrated into the CMake build system. This is controllable by the -DENABLE_JAVA={AUTO|ON|OFF} option. + - Support for building the SWIG-generated Lua language bindings has been integrated into the CMake build system. This is controllable by the -DENABLE_LUA={AUTO|ON|OFF} option. + - Support for building the SWIG-generated Perl language bindings has been integrated into the CMake build system. This is controllable by the -DENABLE_PERL={AUTO|ON|OFF} option. + Changed + - Comparison against a plugin’s knowncolors array is now case-insensitive, rather than requiring all entries of the array to be lower-cased. The requirement that the knowncolors array is lexically ordered remains. + - The Smyrna “Color Theme”, “Edge Attr. For Color”, and “Node Alpha” settings have been removed. The values of these settings had no effect. + - Graphviz libraries set close-on-exec on job output files being written and user shape files being read. This should only affect applications using Graphviz libraries that rely on a fork-and-exec-ed child subprocess being able to access these open files. Applications with this requirement can regain the old behavior by unsetting the close-on-exec flag immediately after creating these objects. Graphviz libraries themselves are not affected by whether or not this flag is set. + - The Autotools build system no longer detects or uses the -perl option to SWIG to build Perl language bindings. Only -perl5 is used. + Fixed + - A reference to the non-existent colxlate function in an error message has been corrected to colorxlate. + - gvgen no longer crashes sometimes when running random graph generation. This was a regression in Graphviz 12.0.0. #2588 + - Dashed and dotted pen styles in VRML images loaded by the GD plugin have been corrected. + - mm2gv no longer crashes when reading various types of malformed Matrix Market files. + - The edgepaint --color_scheme command-line option is once again functional. This was a regression in Graphviz 2.49.0. #2591 + - An incorrect deallocation call during OpenGL texture construction failure has been corrected. This could previously have caused crashes or heap corruption. This was a regression in Graphviz 2.26.0. + - The CMake build on Windows no longer fails if TCL is detected. This was technically a regression in 12.0.0 since building the Graphviz TCL bindings was integrated into the CMake build system in that release. #2581 + - When its output file cannot be opened, edgepaint no longer dereferences a null pointer when printing its error message. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Graphviz/Graphviz/12.1.1/Graphviz.Graphviz.yaml b/manifests/g/Graphviz/Graphviz/12.1.1/Graphviz.Graphviz.yaml new file mode 100644 index 0000000000000..2c9dc5ad378ec --- /dev/null +++ b/manifests/g/Graphviz/Graphviz/12.1.1/Graphviz.Graphviz.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Graphviz.Graphviz +PackageVersion: 12.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.installer.yaml b/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.installer.yaml index 32835f317131f..4f216f204a044 100644 --- a/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.installer.yaml +++ b/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.installer.yaml @@ -1,23 +1,23 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: GreenfootTeam.Greenfoot PackageVersion: 3.8.2 -InstallerLocale: en-US InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress +InstallerSwitches: + InstallLocation: INSTALLDIR="" UpgradeBehavior: install -ProductCode: '{EC9AE584-2781-425A-BEDC-D0A58B6A5A5F}' -ReleaseDate: 2023-11-28 +FileExtensions: +- gfar +- greenfoot +ReleaseDate: 2023-12-01 AppsAndFeaturesEntries: -- UpgradeCode: '{3EC7B829-9E53-4132-B2BF-FB7D4C08AEBC}' +- ProductCode: '{EC9AE584-2781-425A-BEDC-D0A58B6A5A5F}' + UpgradeCode: '{3EC7B829-9E53-4132-B2BF-FB7D4C08AEBC}' Installers: - Architecture: x64 InstallerUrl: https://www.greenfoot.org/download/files/Greenfoot-windows-382.msi InstallerSha256: B04E72670E073017D73882262451C9D4DE3AD016B453AA514C15B6F32253C963 + ProductCode: '{EC9AE584-2781-425A-BEDC-D0A58B6A5A5F}' ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.locale.en-US.yaml b/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.locale.en-US.yaml index d8bc34dfb4b30..f5425b2bbceab 100644 --- a/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.locale.en-US.yaml +++ b/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.locale.en-US.yaml @@ -1,26 +1,39 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: GreenfootTeam.Greenfoot PackageVersion: 3.8.2 PackageLocale: en-US Publisher: Greenfoot Team -PublisherUrl: https://www.greenfoot.org/home -PublisherSupportUrl: https://www.greenfoot.org/doc +PublisherUrl: https://www.greenfoot.org/ +PublisherSupportUrl: https://www.greenfoot.org/support +# PrivacyUrl: Author: Michael Kölling, Ian Utting, Davin McCall, Neil Brown, Philip Stevens and Michael Berry PackageName: Greenfoot PackageUrl: https://www.greenfoot.org/download -License: GNU General Public Licence version 2 with classpath exception -Copyright: Copyright (c) Michael Kölling and Poul Henriksen +License: GPL-2.0 with Classpath Exception +# LicenseUrl: +Copyright: Copyright © 2005-2023 Michael Kölling, Poul Henriksen +# CopyrightUrl: ShortDescription: Greenfoot is an integrated development environment using Java or Stride designed primarily for educational purposes at the high school and undergraduate level. -Description: |- - Greenfoot is an integrated development environment using Java or Stride designed primarily for educational purposes at the high school and undergraduate level. - It allows easy development of two-dimensional graphical applications, such as simulations and interactive games. +Description: Greenfoot is an integrated development environment using Java or Stride designed primarily for educational purposes at the high school and undergraduate level. It allows easy development of two-dimensional graphical applications, such as simulations and interactive games. Moniker: greenfoot-ide Tags: -- greenfoot +- code +- coding +- develop +- development - ide - java -- java ide +- programming +ReleaseNotes: |- + - Fixed Share to website function so that it works with new scenarios. + - Removed ability to share to standalone JAR. +ReleaseNotesUrl: https://www.greenfoot.org/version_history +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.greenfoot.org/doc ManifestType: defaultLocale ManifestVersion: 1.6.0 diff --git a/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.locale.zh-CN.yaml b/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a44007b26a7f2 --- /dev/null +++ b/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: GreenfootTeam.Greenfoot +PackageVersion: 3.8.2 +PackageLocale: zh-CN +Publisher: Greenfoot Team +PublisherUrl: https://www.greenfoot.org/ +PublisherSupportUrl: https://www.greenfoot.org/support +# PrivacyUrl: +Author: Michael Kölling, Ian Utting, Davin McCall, Neil Brown, Philip Stevens and Michael Berry +PackageName: Greenfoot +PackageUrl: https://www.greenfoot.org/download +License: GPL-2.0 with Classpath Exception +# LicenseUrl: +Copyright: Copyright © 2005-2023 Michael Kölling, Poul Henriksen +# CopyrightUrl: +ShortDescription: Greenfoot 是一个使用 Java 或 Stride 的集成开发环境,主要用于高中和本科教育 +Description: Greenfoot 是一个使用 Java 或 Stride 的集成开发环境,主要用于高中和本科教育,可以轻松开发模拟和互动游戏在内的 2D 图形应用程序。 +# Moniker: +Tags: +- java +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://www.greenfoot.org/version_history +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.greenfoot.org/doc +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.yaml b/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.yaml index eee1a58d54796..694338f502a16 100644 --- a/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.yaml +++ b/manifests/g/GreenfootTeam/Greenfoot/3.8.2/GreenfootTeam.Greenfoot.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.1.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: GreenfootTeam.Greenfoot diff --git a/manifests/g/Gruntwork/Terragrunt/0.64.4/Gruntwork.Terragrunt.installer.yaml b/manifests/g/Gruntwork/Terragrunt/0.64.4/Gruntwork.Terragrunt.installer.yaml new file mode 100644 index 0000000000000..ae9b8a95372ae --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.64.4/Gruntwork.Terragrunt.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.64.4 +InstallerType: portable +Commands: +- terragrunt +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v0.64.4/terragrunt_windows_386.exe + InstallerSha256: 915aa1798c6771345ede31e7d09cd854bbca256862196d6294a0d187a61ef8e8 +- Architecture: x64 + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v0.64.4/terragrunt_windows_amd64.exe + InstallerSha256: bd4a3e650c22779df06cc6f025f6d556f53b6e6a24929f5c7bae362fb2df5c00 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.64.4/Gruntwork.Terragrunt.locale.en-US.yaml b/manifests/g/Gruntwork/Terragrunt/0.64.4/Gruntwork.Terragrunt.locale.en-US.yaml new file mode 100644 index 0000000000000..cdcf04cb38c04 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.64.4/Gruntwork.Terragrunt.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.64.4 +PackageLocale: en-US +Publisher: Gruntwork +PublisherUrl: https://terragrunt.gruntwork.io +PublisherSupportUrl: https://terragrunt.gruntwork.io/docs/community/support +PrivacyUrl: https://gruntwork.io/legal/privacy-policy +PackageName: Terragrunt +PackageUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.64.4 +License: MIT +LicenseUrl: https://github.com/gruntwork-io/terragrunt/blob/master/LICENSE.txt +Copyright: © 2024 Gruntwork, Inc. All rights reserved. +ShortDescription: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Description: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Tags: +- terragrunt +ReleaseNotes: |- + Updated CLI args, config attributes and blocks + hclvalidate + Description + Fixing "dependency cycle between modules" when using hclvalidate command with undefined config_path attribute. + Related links + #3305 +ReleaseNotesUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.64.4 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.64.4/Gruntwork.Terragrunt.yaml b/manifests/g/Gruntwork/Terragrunt/0.64.4/Gruntwork.Terragrunt.yaml new file mode 100644 index 0000000000000..c2ed33412e756 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.64.4/Gruntwork.Terragrunt.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.64.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.66.9/Gruntwork.Terragrunt.installer.yaml b/manifests/g/Gruntwork/Terragrunt/0.66.9/Gruntwork.Terragrunt.installer.yaml new file mode 100644 index 0000000000000..e3a73a938b34e --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.66.9/Gruntwork.Terragrunt.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.66.9 +InstallerType: portable +Commands: +- terragrunt +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: terragrunt.exe + PortableCommandAlias: terragrunt + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v0.66.9/terragrunt_windows_386.exe + InstallerSha256: 5187e28bec53dd038f418acc0d7a2cf2f32f31e84828e7415d1f9a3453d17d2c +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: terragrunt.exe + PortableCommandAlias: terragrunt + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v0.66.9/terragrunt_windows_amd64.exe + InstallerSha256: e9c07732155118fbd35d85474814813fe8c1277d7c47c49ab18ff31f9bc77752 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.66.9/Gruntwork.Terragrunt.locale.en-US.yaml b/manifests/g/Gruntwork/Terragrunt/0.66.9/Gruntwork.Terragrunt.locale.en-US.yaml new file mode 100644 index 0000000000000..8f8e7bc6e9319 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.66.9/Gruntwork.Terragrunt.locale.en-US.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.66.9 +PackageLocale: en-US +Publisher: Gruntwork +PublisherUrl: https://terragrunt.gruntwork.io +PublisherSupportUrl: https://terragrunt.gruntwork.io/docs/community/support +PrivacyUrl: https://gruntwork.io/legal/privacy-policy +PackageName: Terragrunt +PackageUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.66.9 +License: MIT +LicenseUrl: https://github.com/gruntwork-io/terragrunt/blob/master/LICENSE.txt +Copyright: © 2024 Gruntwork, Inc. All rights reserved. +ShortDescription: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Description: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Tags: +- terragrunt +ReleaseNotes: |- + Updated CLI args, config attributes and blocks + --terragrunt-fetch-dependency-output-from-state + Description + Fixed the --terragrunt-fetch-dependency-output-from-state feature flag to work correctly with non-applied dependencies. + Special thanks + Special thanks to @rodrigorfk for their contribution! + Related links + #3350 +ReleaseNotesUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.66.9 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.66.9/Gruntwork.Terragrunt.yaml b/manifests/g/Gruntwork/Terragrunt/0.66.9/Gruntwork.Terragrunt.yaml new file mode 100644 index 0000000000000..cae7b8b18e52a --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.66.9/Gruntwork.Terragrunt.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.66.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.67.0/Gruntwork.Terragrunt.installer.yaml b/manifests/g/Gruntwork/Terragrunt/0.67.0/Gruntwork.Terragrunt.installer.yaml new file mode 100644 index 0000000000000..2ba3eacddaa7e --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.67.0/Gruntwork.Terragrunt.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.67.0 +InstallerType: portable +Commands: +- terragrunt +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: terragrunt.exe + PortableCommandAlias: terragrunt + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.0/terragrunt_windows_386.exe + InstallerSha256: da53d9ddf78c873fe01b34f4858b001b440ab617e5baad04e3335071c8424e8a +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: terragrunt.exe + PortableCommandAlias: terragrunt + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.0/terragrunt_windows_amd64.exe + InstallerSha256: 981d2875810e3ee17cbbbdb05bcbb6977c99d6ce42d615e51cf99bfd65932563 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.67.0/Gruntwork.Terragrunt.locale.en-US.yaml b/manifests/g/Gruntwork/Terragrunt/0.67.0/Gruntwork.Terragrunt.locale.en-US.yaml new file mode 100644 index 0000000000000..0a6d3570fe5fa --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.67.0/Gruntwork.Terragrunt.locale.en-US.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.67.0 +PackageLocale: en-US +Publisher: Gruntwork +PublisherUrl: https://terragrunt.gruntwork.io +PublisherSupportUrl: https://terragrunt.gruntwork.io/docs/community/support +PrivacyUrl: https://gruntwork.io/legal/privacy-policy +PackageName: Terragrunt +PackageUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.67.0 +License: MIT +LicenseUrl: https://github.com/gruntwork-io/terragrunt/blob/master/LICENSE.txt +Copyright: © 2024 Gruntwork, Inc. All rights reserved. +ShortDescription: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Description: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Tags: +- terragrunt +ReleaseNotes: |- + Updated CLI args, config attributes and blocks + --terragrunt-forward-tf-stdout + --terragrunt-disable-log-formatting + Breaking Changes + --terragrunt-include-module-prefix flag is deprecated, use --terragrunt-forward-tf-stdout instead +ReleaseNotesUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.67.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.67.0/Gruntwork.Terragrunt.yaml b/manifests/g/Gruntwork/Terragrunt/0.67.0/Gruntwork.Terragrunt.yaml new file mode 100644 index 0000000000000..30d3f63b2e398 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.67.0/Gruntwork.Terragrunt.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.67.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.67.1/Gruntwork.Terragrunt.installer.yaml b/manifests/g/Gruntwork/Terragrunt/0.67.1/Gruntwork.Terragrunt.installer.yaml new file mode 100644 index 0000000000000..6f58023ea2860 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.67.1/Gruntwork.Terragrunt.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.67.1 +InstallerType: portable +Commands: +- terragrunt +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: terragrunt.exe + PortableCommandAlias: terragrunt + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.1/terragrunt_windows_386.exe + InstallerSha256: 9b75babb89e32942035b109449f70403a68f205cb0ae12451bb148f81401723c +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: terragrunt.exe + PortableCommandAlias: terragrunt + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.1/terragrunt_windows_amd64.exe + InstallerSha256: 7766b159c3b325352eaa66ff09a0b4dd2a5a39d2908ea9e55cc5d5695db78d49 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.67.1/Gruntwork.Terragrunt.locale.en-US.yaml b/manifests/g/Gruntwork/Terragrunt/0.67.1/Gruntwork.Terragrunt.locale.en-US.yaml new file mode 100644 index 0000000000000..34a45553caff9 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.67.1/Gruntwork.Terragrunt.locale.en-US.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.67.1 +PackageLocale: en-US +Publisher: Gruntwork +PublisherUrl: https://terragrunt.gruntwork.io +PublisherSupportUrl: https://terragrunt.gruntwork.io/docs/community/support +PrivacyUrl: https://gruntwork.io/legal/privacy-policy +PackageName: Terragrunt +PackageUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.67.1 +License: MIT +LicenseUrl: https://github.com/gruntwork-io/terragrunt/blob/master/LICENSE.txt +Copyright: © 2024 Gruntwork, Inc. All rights reserved. +ShortDescription: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Description: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Tags: +- terragrunt +ReleaseNotes: |- + Description + Updated go-getter to v1.7.6 + Updated aws-sdk-go to v1.55.5 + Related links + #3374 +ReleaseNotesUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.67.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.67.1/Gruntwork.Terragrunt.yaml b/manifests/g/Gruntwork/Terragrunt/0.67.1/Gruntwork.Terragrunt.yaml new file mode 100644 index 0000000000000..d7e903f17bf00 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.67.1/Gruntwork.Terragrunt.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.67.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.67.2/Gruntwork.Terragrunt.installer.yaml b/manifests/g/Gruntwork/Terragrunt/0.67.2/Gruntwork.Terragrunt.installer.yaml new file mode 100644 index 0000000000000..8bbcd7c843502 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.67.2/Gruntwork.Terragrunt.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.67.2 +InstallerType: portable +Commands: +- terragrunt +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: terragrunt.exe + PortableCommandAlias: terragrunt + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.2/terragrunt_windows_386.exe + InstallerSha256: 0e14bface34c6053ae2ecc1efeaf560039e025fd9f7c89816b811d1838a11291 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: terragrunt.exe + PortableCommandAlias: terragrunt + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.2/terragrunt_windows_amd64.exe + InstallerSha256: ac839e34794e102451bde376c674666a47c5e8ff06de89601465d248dac390c3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.67.2/Gruntwork.Terragrunt.locale.en-US.yaml b/manifests/g/Gruntwork/Terragrunt/0.67.2/Gruntwork.Terragrunt.locale.en-US.yaml new file mode 100644 index 0000000000000..3b297c0ed0053 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.67.2/Gruntwork.Terragrunt.locale.en-US.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.67.2 +PackageLocale: en-US +Publisher: Gruntwork +PublisherUrl: https://terragrunt.gruntwork.io +PublisherSupportUrl: https://terragrunt.gruntwork.io/docs/community/support +PrivacyUrl: https://gruntwork.io/legal/privacy-policy +PackageName: Terragrunt +PackageUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.67.2 +License: MIT +LicenseUrl: https://github.com/gruntwork-io/terragrunt/blob/master/LICENSE.txt +Copyright: © 2024 Gruntwork, Inc. All rights reserved. +ShortDescription: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Description: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Tags: +- terragrunt +ReleaseNotes: |- + What's Changed + chore: Tests simplification by @denis256 in #3365 + build(deps-dev): bump rexml from 3.3.3 to 3.3.6 in /docs by @dependabot in #3359 + chore: Migration from master to main by @denis256 in #3379 + fix: Update Remote State Encryption When Configurations Are Updated by @yhakbar in #3383 +ReleaseNotesUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.67.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.67.2/Gruntwork.Terragrunt.yaml b/manifests/g/Gruntwork/Terragrunt/0.67.2/Gruntwork.Terragrunt.yaml new file mode 100644 index 0000000000000..7227c8689544d --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.67.2/Gruntwork.Terragrunt.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.67.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.67.3/Gruntwork.Terragrunt.installer.yaml b/manifests/g/Gruntwork/Terragrunt/0.67.3/Gruntwork.Terragrunt.installer.yaml new file mode 100644 index 0000000000000..3c347c48e65d3 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.67.3/Gruntwork.Terragrunt.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.67.3 +InstallerType: portable +Commands: +- terragrunt +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: terragrunt.exe + PortableCommandAlias: terragrunt + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.3/terragrunt_windows_386.exe + InstallerSha256: 6023097eafce10cb3ebdccab0d259cde07c0dcb36367e9522cd05d1cddbcf13c +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: terragrunt.exe + PortableCommandAlias: terragrunt + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.3/terragrunt_windows_amd64.exe + InstallerSha256: 37c7dc07f3123bdbdb1bb22340cd78c744695004ca3dad2465ecfa1fb1e9919b +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.67.3/Gruntwork.Terragrunt.locale.en-US.yaml b/manifests/g/Gruntwork/Terragrunt/0.67.3/Gruntwork.Terragrunt.locale.en-US.yaml new file mode 100644 index 0000000000000..8a5de998c1ab2 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.67.3/Gruntwork.Terragrunt.locale.en-US.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.67.3 +PackageLocale: en-US +Publisher: Gruntwork +PublisherUrl: https://terragrunt.gruntwork.io +PublisherSupportUrl: https://terragrunt.gruntwork.io/docs/community/support +PrivacyUrl: https://gruntwork.io/legal/privacy-policy +PackageName: Terragrunt +PackageUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.67.3 +License: MIT +LicenseUrl: https://github.com/gruntwork-io/terragrunt/blob/master/LICENSE.txt +Copyright: © 2024 Gruntwork, Inc. All rights reserved. +ShortDescription: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Description: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Tags: +- terragrunt +ReleaseNotes: |- + What's Changed + fix: Reverting changes in #3383 by @yhakbar in #3385 +ReleaseNotesUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.67.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gruntwork/Terragrunt/0.67.3/Gruntwork.Terragrunt.yaml b/manifests/g/Gruntwork/Terragrunt/0.67.3/Gruntwork.Terragrunt.yaml new file mode 100644 index 0000000000000..e7c670ff143f4 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/0.67.3/Gruntwork.Terragrunt.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 0.67.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Guhan/GoodCommit/1.0.1/Guhan.GoodCommit.installer.yaml b/manifests/g/Guhan/GoodCommit/1.0.1/Guhan.GoodCommit.installer.yaml new file mode 100644 index 0000000000000..7bf172869fdc3 --- /dev/null +++ b/manifests/g/Guhan/GoodCommit/1.0.1/Guhan.GoodCommit.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Guhan.GoodCommit +PackageVersion: 1.0.1 +InstallerType: portable +Commands: +- good-commit +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Gukkey/good-commit-cli/releases/download/v.1.0.1/good-commit-cli.exe + InstallerSha256: 289c03b55a63fdce70553a4a1c6d19373e833b008c8c00f4b267fb0591a624c4 +Dependencies: + PackageDependencies: + - PackageIdentifier: Oracle.JDK.22 + MinimumVersion: 22.0.2.0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Guhan/GoodCommit/1.0.1/Guhan.GoodCommit.locale.en-US.yaml b/manifests/g/Guhan/GoodCommit/1.0.1/Guhan.GoodCommit.locale.en-US.yaml new file mode 100644 index 0000000000000..4c886ec89f6fb --- /dev/null +++ b/manifests/g/Guhan/GoodCommit/1.0.1/Guhan.GoodCommit.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Guhan.GoodCommit +PackageVersion: 1.0.1 +PackageLocale: en-US +Publisher: Guhan +PackageName: Good Commit +License: MIT License +ShortDescription: A CLI alternative for Commitzen +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Guhan/GoodCommit/1.0.1/Guhan.GoodCommit.yaml b/manifests/g/Guhan/GoodCommit/1.0.1/Guhan.GoodCommit.yaml new file mode 100644 index 0000000000000..8ea6e5f0e4d88 --- /dev/null +++ b/manifests/g/Guhan/GoodCommit/1.0.1/Guhan.GoodCommit.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Guhan.GoodCommit +PackageVersion: 1.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Guilded/Guilded/1.0.9265619-release.Release - Prod Desktop App_master_20240604.1/Guilded.Guilded.installer.yaml b/manifests/g/Guilded/Guilded/1.0.9265619-release.Release - Prod Desktop App_master_20240604.1/Guilded.Guilded.installer.yaml deleted file mode 100644 index 5f4abfdcf215f..0000000000000 --- a/manifests/g/Guilded/Guilded/1.0.9265619-release.Release - Prod Desktop App_master_20240604.1/Guilded.Guilded.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/04 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Guilded.Guilded -PackageVersion: 1.0.9265619-release.Release - Prod Desktop App_master_20240604.1 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -InstallModes: -- silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://www.guilded.gg/downloads/Guilded-Win.exe - InstallerSha256: 378321892C67B83164F9ADA3428089A19585BB1B05E3B57D703FB0E6255B72A0 - ProductCode: 37acac95-e961-5909-9d05-c98f2db949a9 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/g/Guilded/Guilded/1.0.9265619-release.Release - Prod Desktop App_master_20240604.1/Guilded.Guilded.yaml b/manifests/g/Guilded/Guilded/1.0.9265619-release.Release - Prod Desktop App_master_20240604.1/Guilded.Guilded.yaml deleted file mode 100644 index 836bff2867bad..0000000000000 --- a/manifests/g/Guilded/Guilded/1.0.9265619-release.Release - Prod Desktop App_master_20240604.1/Guilded.Guilded.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/04 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Guilded.Guilded -PackageVersion: 1.0.9265619-release.Release - Prod Desktop App_master_20240604.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/g/Guilded/Guilded/1.0.9284004-release.Release - Prod Desktop App_master_20240909.1/Guilded.Guilded.installer.yaml b/manifests/g/Guilded/Guilded/1.0.9284004-release.Release - Prod Desktop App_master_20240909.1/Guilded.Guilded.installer.yaml new file mode 100644 index 0000000000000..d14e52276d895 --- /dev/null +++ b/manifests/g/Guilded/Guilded/1.0.9284004-release.Release - Prod Desktop App_master_20240909.1/Guilded.Guilded.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Guilded.Guilded +PackageVersion: 1.0.9284004-release.Release - Prod Desktop App_master_20240909.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://www.guilded.gg/downloads/Guilded-Win.exe + InstallerSha256: 82CD55D514CF58EA3E0138C97D4D4327F24FE70E8C18CB4CA5045A5ABC88EC81 + ProductCode: 37acac95-e961-5909-9d05-c98f2db949a9 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/g/Guilded/Guilded/1.0.9265619-release.Release - Prod Desktop App_master_20240604.1/Guilded.Guilded.locale.en-US.yaml b/manifests/g/Guilded/Guilded/1.0.9284004-release.Release - Prod Desktop App_master_20240909.1/Guilded.Guilded.locale.en-US.yaml similarity index 80% rename from manifests/g/Guilded/Guilded/1.0.9265619-release.Release - Prod Desktop App_master_20240604.1/Guilded.Guilded.locale.en-US.yaml rename to manifests/g/Guilded/Guilded/1.0.9284004-release.Release - Prod Desktop App_master_20240909.1/Guilded.Guilded.locale.en-US.yaml index 58a62a5c9c79d..0bc852c3f88a0 100644 --- a/manifests/g/Guilded/Guilded/1.0.9265619-release.Release - Prod Desktop App_master_20240604.1/Guilded.Guilded.locale.en-US.yaml +++ b/manifests/g/Guilded/Guilded/1.0.9284004-release.Release - Prod Desktop App_master_20240909.1/Guilded.Guilded.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jun/04 +# Automatically updated by the winget bot at 2024/Sep/10 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Guilded.Guilded -PackageVersion: 1.0.9265619-release.Release - Prod Desktop App_master_20240604.1 +PackageVersion: 1.0.9284004-release.Release - Prod Desktop App_master_20240909.1 PackageLocale: en-US Publisher: Guilded, Inc. PublisherUrl: https://www.guilded.gg/ diff --git a/manifests/g/Guilded/Guilded/1.0.9284004-release.Release - Prod Desktop App_master_20240909.1/Guilded.Guilded.yaml b/manifests/g/Guilded/Guilded/1.0.9284004-release.Release - Prod Desktop App_master_20240909.1/Guilded.Guilded.yaml new file mode 100644 index 0000000000000..c99df75236adb --- /dev/null +++ b/manifests/g/Guilded/Guilded/1.0.9284004-release.Release - Prod Desktop App_master_20240909.1/Guilded.Guilded.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Guilded.Guilded +PackageVersion: 1.0.9284004-release.Release - Prod Desktop App_master_20240909.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/g/GuinpinSoft/MakeMKV/v1.17.7/GuinpinSoft.MakeMKV.installer.yaml b/manifests/g/GuinpinSoft/MakeMKV/v1.17.7/GuinpinSoft.MakeMKV.installer.yaml index 56016f6db9f1e..83b09d371682a 100644 --- a/manifests/g/GuinpinSoft/MakeMKV/v1.17.7/GuinpinSoft.MakeMKV.installer.yaml +++ b/manifests/g/GuinpinSoft/MakeMKV/v1.17.7/GuinpinSoft.MakeMKV.installer.yaml @@ -1,5 +1,5 @@ -# Automatically updated by the winget bot at 2024/May/15 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: GuinpinSoft.MakeMKV PackageVersion: v1.17.7 @@ -7,16 +7,16 @@ InstallerLocale: en-US InstallerType: nullsoft Scope: machine InstallModes: -- silent - interactive +- silent InstallerSwitches: Silent: /S SilentWithProgress: /S UpgradeBehavior: install -ReleaseDate: 2023-09-25 +ReleaseDate: 2024-05-15 Installers: - Architecture: x64 - InstallerUrl: https://www.makemkv.com/download/Setup_MakeMKV_v1.17.5.exe + InstallerUrl: https://www.makemkv.com/download/Setup_MakeMKV_v1.17.7.exe InstallerSha256: 98268F1CA22130EC95D27C872D7802B74A14DE7B52B45AE54D9AF10631330E8C ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/g/GuinpinSoft/MakeMKV/v1.17.7/GuinpinSoft.MakeMKV.locale.en-US.yaml b/manifests/g/GuinpinSoft/MakeMKV/v1.17.7/GuinpinSoft.MakeMKV.locale.en-US.yaml index 9d258613c101d..e3c449b25d10e 100644 --- a/manifests/g/GuinpinSoft/MakeMKV/v1.17.7/GuinpinSoft.MakeMKV.locale.en-US.yaml +++ b/manifests/g/GuinpinSoft/MakeMKV/v1.17.7/GuinpinSoft.MakeMKV.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Automatically updated by the winget bot at 2024/May/15 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: GuinpinSoft.MakeMKV PackageVersion: v1.17.7 @@ -7,9 +7,10 @@ PackageLocale: en-US Publisher: GuinpinSoft inc PackageName: MakeMKV PackageUrl: https://www.makemkv.com/ +PurchaseUrl: https://www.makemkv.com/buy/ License: Shareware LicenseUrl: https://www.makemkv.com/aboutmkv/ -Copyright: Copyright © 2008-2023 GuinpinSoft inc +Copyright: Copyright © 2008-2024 GuinpinSoft inc ShortDescription: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. Moniker: makemkv Tags: @@ -18,4 +19,4 @@ Tags: - media-transcoder - mkv-editor ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/g/GuinpinSoft/MakeMKV/v1.17.7/GuinpinSoft.MakeMKV.yaml b/manifests/g/GuinpinSoft/MakeMKV/v1.17.7/GuinpinSoft.MakeMKV.yaml index e0747d53f5478..b5cbbf0cf2076 100644 --- a/manifests/g/GuinpinSoft/MakeMKV/v1.17.7/GuinpinSoft.MakeMKV.yaml +++ b/manifests/g/GuinpinSoft/MakeMKV/v1.17.7/GuinpinSoft.MakeMKV.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/May/15 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: GuinpinSoft.MakeMKV PackageVersion: v1.17.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gyan/FFmpeg/7.0.2/Gyan.FFmpeg.installer.yaml b/manifests/g/Gyan/FFmpeg/7.0.2/Gyan.FFmpeg.installer.yaml new file mode 100644 index 0000000000000..b97ec7f19f72a --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/7.0.2/Gyan.FFmpeg.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gyan.FFmpeg +PackageVersion: 7.0.2 +InstallerType: zip +ReleaseDate: 2024-08-03 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ffmpeg-7.0.2-full_build\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg + - RelativeFilePath: ffmpeg-7.0.2-full_build\bin\ffplay.exe + PortableCommandAlias: ffplay + - RelativeFilePath: ffmpeg-7.0.2-full_build\bin\ffprobe.exe + PortableCommandAlias: ffprobe + InstallerUrl: https://github.com/GyanD/codexffmpeg/releases/download/7.0.2/ffmpeg-7.0.2-full_build.zip + InstallerSha256: 0AA623FEEC95066839DB4125679CD04D4A8FC1039ED8877ACCA9826113E42768 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gyan/FFmpeg/7.0.2/Gyan.FFmpeg.locale.en-US.yaml b/manifests/g/Gyan/FFmpeg/7.0.2/Gyan.FFmpeg.locale.en-US.yaml new file mode 100644 index 0000000000000..cba91019313fc --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/7.0.2/Gyan.FFmpeg.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gyan.FFmpeg +PackageVersion: 7.0.2 +PackageLocale: en-US +Publisher: Gyan +PublisherUrl: https://www.gyan.dev/ +PublisherSupportUrl: https://www.gyan.dev/ffmpeg/builds/#discussion +# PrivacyUrl: +Author: Gyan Doshi +PackageName: FFmpeg +PackageUrl: https://www.gyan.dev/ffmpeg/builds/ +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +# CopyrightUrl: +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + + FFmpeg 64-bit static full build from www.gyan.dev. Contains most libraries. +Moniker: ffmpeg +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- ffmpeg +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +# ReleaseNotes: +ReleaseNotesUrl: https://raw.githubusercontent.com/FFmpeg/FFmpeg/release/7.0/Changelog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +- DocumentLabel: About + DocumentUrl: https://www.gyan.dev/ffmpeg/builds/#about-these-builds +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gyan/FFmpeg/7.0.2/Gyan.FFmpeg.locale.zh-CN.yaml b/manifests/g/Gyan/FFmpeg/7.0.2/Gyan.FFmpeg.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8966a1e2bf7a5 --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/7.0.2/Gyan.FFmpeg.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Gyan.FFmpeg +PackageVersion: 7.0.2 +PackageLocale: zh-CN +Publisher: Gyan +PublisherUrl: https://www.gyan.dev/ +PublisherSupportUrl: https://www.gyan.dev/ffmpeg/builds/#discussion +# PrivacyUrl: +Author: Gyan Doshi +PackageName: FFmpeg +PackageUrl: https://www.gyan.dev/ffmpeg/builds/ +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +# CopyrightUrl: +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、复用、解复用、流式传输、过滤和播放人类和机器创建的几乎所有内容。它支持从最晦涩的古老格式到最前沿的格式。 + + FFmpeg 64 位静态完整版本来自 www.gyan.dev。包含大多数库。 +# Moniker: +Tags: +- ffmpeg +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://raw.githubusercontent.com/FFmpeg/FFmpeg/release/7.0/Changelog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +- DocumentLabel: 关于 + DocumentUrl: https://www.gyan.dev/ffmpeg/builds/#about-these-builds +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gyan/FFmpeg/7.0.2/Gyan.FFmpeg.yaml b/manifests/g/Gyan/FFmpeg/7.0.2/Gyan.FFmpeg.yaml new file mode 100644 index 0000000000000..801a5d1a16d46 --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/7.0.2/Gyan.FFmpeg.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gyan.FFmpeg +PackageVersion: 7.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gyan/FFmpeg/Essentials/7.0.2/Gyan.FFmpeg.Essentials.installer.yaml b/manifests/g/Gyan/FFmpeg/Essentials/7.0.2/Gyan.FFmpeg.Essentials.installer.yaml new file mode 100644 index 0000000000000..a69bb25623364 --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/Essentials/7.0.2/Gyan.FFmpeg.Essentials.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gyan.FFmpeg.Essentials +PackageVersion: 7.0.2 +InstallerType: zip +ReleaseDate: 2024-08-03 +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-7.0.2-essentials_build\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-7.0.2-essentials_build\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-7.0.2-essentials_build\bin\ffprobe.exe + PortableCommandAlias: ffprobe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GyanD/codexffmpeg/releases/download/7.0.2/ffmpeg-7.0.2-essentials_build.zip + InstallerSha256: D5308D30872B2739CF53169DF61FABA8639D39A19B20B91E611C177EF676F64C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gyan/FFmpeg/Essentials/7.0.2/Gyan.FFmpeg.Essentials.locale.en-US.yaml b/manifests/g/Gyan/FFmpeg/Essentials/7.0.2/Gyan.FFmpeg.Essentials.locale.en-US.yaml new file mode 100644 index 0000000000000..8c3d5f37cbf53 --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/Essentials/7.0.2/Gyan.FFmpeg.Essentials.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gyan.FFmpeg.Essentials +PackageVersion: 7.0.2 +PackageLocale: en-US +Publisher: Gyan +PublisherUrl: https://www.gyan.dev/ +PublisherSupportUrl: https://www.gyan.dev/ffmpeg/builds/#discussion +Author: Gyan Doshi +PackageName: FFmpeg (Essentials Build) +PackageUrl: https://www.gyan.dev/ffmpeg/builds/ +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + + FFmpeg 64-bit static essentials build from www.gyan.dev. Contains commonly used libraries. +Moniker: ffmpeg-essentials +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- ffmpeg +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +# ReleaseNotes: Too long to list; exceeds 10,000 characters. +ReleaseNotesUrl: https://raw.githubusercontent.com/FFmpeg/FFmpeg/release/7.0/Changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +- DocumentLabel: About + DocumentUrl: https://www.gyan.dev/ffmpeg/builds/#about-these-builds +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gyan/FFmpeg/Essentials/7.0.2/Gyan.FFmpeg.Essentials.yaml b/manifests/g/Gyan/FFmpeg/Essentials/7.0.2/Gyan.FFmpeg.Essentials.yaml new file mode 100644 index 0000000000000..a696bde0364cd --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/Essentials/7.0.2/Gyan.FFmpeg.Essentials.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gyan.FFmpeg.Essentials +PackageVersion: 7.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gyan/FFmpeg/Shared/7.0.2/Gyan.FFmpeg.Shared.installer.yaml b/manifests/g/Gyan/FFmpeg/Shared/7.0.2/Gyan.FFmpeg.Shared.installer.yaml new file mode 100644 index 0000000000000..d6ec11cec7eca --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/Shared/7.0.2/Gyan.FFmpeg.Shared.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Gyan.FFmpeg.Shared +PackageVersion: 7.0.2 +InstallerType: zip +ReleaseDate: 2024-08-03 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ffmpeg-7.0.2-full_build-shared\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg + - RelativeFilePath: ffmpeg-7.0.2-full_build-shared\bin\ffplay.exe + PortableCommandAlias: ffplay + - RelativeFilePath: ffmpeg-7.0.2-full_build-shared\bin\ffprobe.exe + PortableCommandAlias: ffprobe + InstallerUrl: https://github.com/GyanD/codexffmpeg/releases/download/7.0.2/ffmpeg-7.0.2-full_build-shared.zip + InstallerSha256: 216FEEA30258C17628F666E20A2536DA7BB50171E6E583A768968E11CEAFC8A3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gyan/FFmpeg/Shared/7.0.2/Gyan.FFmpeg.Shared.locale.en-US.yaml b/manifests/g/Gyan/FFmpeg/Shared/7.0.2/Gyan.FFmpeg.Shared.locale.en-US.yaml new file mode 100644 index 0000000000000..e8d10c132e835 --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/Shared/7.0.2/Gyan.FFmpeg.Shared.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Gyan.FFmpeg.Shared +PackageVersion: 7.0.2 +PackageLocale: en-US +Publisher: Gyan +PublisherUrl: https://www.gyan.dev/ +PublisherSupportUrl: https://www.gyan.dev/ffmpeg/builds/#discussion +# PrivacyUrl: +Author: Gyan Doshi +PackageName: FFmpeg (Shared) +PackageUrl: https://www.gyan.dev/ffmpeg/builds/ +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +# CopyrightUrl: +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + + FFmpeg 64-bit static full shared build from www.gyan.dev. Contains most libraries with development files. +Moniker: ffmpeg-shared +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- ffmpeg +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +# ReleaseNotes: +ReleaseNotesUrl: https://raw.githubusercontent.com/FFmpeg/FFmpeg/release/7.0/Changelog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +- DocumentLabel: About + DocumentUrl: https://www.gyan.dev/ffmpeg/builds/#about-these-builds +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gyan/FFmpeg/Shared/7.0.2/Gyan.FFmpeg.Shared.locale.zh-CN.yaml b/manifests/g/Gyan/FFmpeg/Shared/7.0.2/Gyan.FFmpeg.Shared.locale.zh-CN.yaml new file mode 100644 index 0000000000000..658c9ffd4c41c --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/Shared/7.0.2/Gyan.FFmpeg.Shared.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Gyan.FFmpeg.Shared +PackageVersion: 7.0.2 +PackageLocale: zh-CN +Publisher: Gyan +PublisherUrl: https://www.gyan.dev/ +PublisherSupportUrl: https://www.gyan.dev/ffmpeg/builds/#discussion +# PrivacyUrl: +Author: Gyan Doshi +PackageName: FFmpeg(动态编译) +PackageUrl: https://www.gyan.dev/ffmpeg/builds/ +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +# CopyrightUrl: +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、复用、解复用、流式传输、过滤和播放人类和机器创建的几乎所有内容。它支持从最晦涩的古老格式到最前沿的格式。 + + FFmpeg 64 位静态完整共享版本来自 www.gyan.dev。包含大多数库和开发文件。 +# Moniker: +Tags: +- ffmpeg +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://raw.githubusercontent.com/FFmpeg/FFmpeg/release/7.0/Changelog +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +- DocumentLabel: 关于 + DocumentUrl: https://www.gyan.dev/ffmpeg/builds/#about-these-builds +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Gyan/FFmpeg/Shared/7.0.2/Gyan.FFmpeg.Shared.yaml b/manifests/g/Gyan/FFmpeg/Shared/7.0.2/Gyan.FFmpeg.Shared.yaml new file mode 100644 index 0000000000000..b90814680f1e9 --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/Shared/7.0.2/Gyan.FFmpeg.Shared.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Gyan.FFmpeg.Shared +PackageVersion: 7.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/geeksoftwareGmbH/PDF24Creator/11.19.0/geeksoftwareGmbH.PDF24Creator.installer.yaml b/manifests/g/geeksoftwareGmbH/PDF24Creator/11.19.0/geeksoftwareGmbH.PDF24Creator.installer.yaml new file mode 100644 index 0000000000000..55025727be632 --- /dev/null +++ b/manifests/g/geeksoftwareGmbH/PDF24Creator/11.19.0/geeksoftwareGmbH.PDF24Creator.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: geeksoftwareGmbH.PDF24Creator +PackageVersion: 11.19.0 +InstallerLocale: en-US +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://download.pdf24.org/pdf24-creator-11.19.0-x64.msi + InstallerSha256: C6E12D671C477537A31E8F7D0B908CC456068E4FE35738DEA7643A9E4FEC6E9A + ProductCode: '{640C69DE-0FD1-4760-A753-6DA31D6A814A}' +- Architecture: x64 + InstallerType: inno + InstallerUrl: https://download.pdf24.org/pdf24-creator-11.19.0-x64.exe + InstallerSha256: BE9DA672A52ACDFAF063603979A257CBDBA10460033E1CA98E54D8C1ECAA04AA + InstallerSwitches: + Custom: /NOUPDATE /NORESTART + AppsAndFeaturesEntries: + - Publisher: PDF24.org + ProductCode: '{81A6F461-0DBA-4F12-B56F-0E977EC10576}_is1' +- Architecture: x86 + InstallerType: wix + InstallerUrl: https://download.pdf24.org/pdf24-creator-11.19.0-x86.msi + InstallerSha256: 578F347F2B339F66DFDFE759A9FC5E933B4CBB5E84F6621F7C0DEFD7B7B9E693 + ProductCode: '{81F542FC-BA21-41BE-AE54-226DA3F48AD4}' +- Architecture: x86 + InstallerType: inno + InstallerUrl: https://download.pdf24.org/pdf24-creator-11.19.0-x86.exe + InstallerSha256: 1BED607421C809392E83D9A3799F4033D3A56937F8531D7CD8303A4AA78F4996 + InstallerSwitches: + Custom: /NOUPDATE /NORESTART + AppsAndFeaturesEntries: + - Publisher: PDF24.org + ProductCode: '{81A6F461-0DBA-4F12-B56F-0E977EC10576}_is1' +- Architecture: arm64 + InstallerType: wix + InstallerUrl: https://download.pdf24.org/pdf24-creator-11.19.0-arm64.msi + InstallerSha256: 4F439F485109BB592A24DE23BBCDD02708DA88AA951E4EF1DAD253A4E8D16E32 + ProductCode: '{C4C43642-627E-4911-BCC2-E9BA42567406}' +- Architecture: arm64 + InstallerType: inno + InstallerUrl: https://download.pdf24.org/pdf24-creator-11.19.0-arm64.exe + InstallerSha256: 2212C862C4D2E9043BD024F299F2190D21C740D1E58325EAFE375048FE2CCC3B + InstallerSwitches: + Custom: /NOUPDATE /NORESTART + AppsAndFeaturesEntries: + - Publisher: PDF24.org + ProductCode: '{81A6F461-0DBA-4F12-B56F-0E977EC10576}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/geeksoftwareGmbH/PDF24Creator/11.19.0/geeksoftwareGmbH.PDF24Creator.locale.de-DE.yaml b/manifests/g/geeksoftwareGmbH/PDF24Creator/11.19.0/geeksoftwareGmbH.PDF24Creator.locale.de-DE.yaml new file mode 100644 index 0000000000000..403e27c216f34 --- /dev/null +++ b/manifests/g/geeksoftwareGmbH/PDF24Creator/11.19.0/geeksoftwareGmbH.PDF24Creator.locale.de-DE.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: geeksoftwareGmbH.PDF24Creator +PackageVersion: 11.19.0 +PackageLocale: de-DE +Publisher: geek software GmbH +PublisherUrl: https://www.pdf24.org/de/ +PublisherSupportUrl: https://help.pdf24.org/de/ +PrivacyUrl: https://www.pdf24.org/de/privacy-policy +PackageName: PDF24 Creator +License: Proprietary +LicenseUrl: https://www.pdf24.org/de/terms-of-use +ShortDescription: Eine kostenlose und benutzerfreundliche PDF Lösung mit vielen Funktionen +Tags: +- pdf +- pdf-creator +- pdf-editor +- pdf-printer +- pdf-reader +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/g/geeksoftwareGmbH/PDF24Creator/11.19.0/geeksoftwareGmbH.PDF24Creator.locale.en-US.yaml b/manifests/g/geeksoftwareGmbH/PDF24Creator/11.19.0/geeksoftwareGmbH.PDF24Creator.locale.en-US.yaml new file mode 100644 index 0000000000000..1538ef53b6d66 --- /dev/null +++ b/manifests/g/geeksoftwareGmbH/PDF24Creator/11.19.0/geeksoftwareGmbH.PDF24Creator.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: geeksoftwareGmbH.PDF24Creator +PackageVersion: 11.19.0 +PackageLocale: en-US +Publisher: geek software GmbH +PublisherUrl: https://www.pdf24.org/en/ +PublisherSupportUrl: https://help.pdf24.org/en/ +PrivacyUrl: https://www.pdf24.org/en/privacy-policy +PackageName: PDF24 Creator +License: Proprietary +LicenseUrl: https://www.pdf24.org/en/terms-of-use +ShortDescription: A free and easy to use PDF solution with many features +Moniker: pdf24 +Tags: +- pdf +- pdf-creator +- pdf-editor +- pdf-printer +- pdf-reader +Documentations: +- DocumentLabel: PDF24 Creator 11 Manual + DocumentUrl: https://creator.pdf24.org/manual/11/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/geeksoftwareGmbH/PDF24Creator/11.19.0/geeksoftwareGmbH.PDF24Creator.yaml b/manifests/g/geeksoftwareGmbH/PDF24Creator/11.19.0/geeksoftwareGmbH.PDF24Creator.yaml new file mode 100644 index 0000000000000..9115888598a56 --- /dev/null +++ b/manifests/g/geeksoftwareGmbH/PDF24Creator/11.19.0/geeksoftwareGmbH.PDF24Creator.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: geeksoftwareGmbH.PDF24Creator +PackageVersion: 11.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/getzola/zola/0.19.1/getzola.zola.installer.yaml b/manifests/g/getzola/zola/0.19.1/getzola.zola.installer.yaml new file mode 100644 index 0000000000000..219a2f5514c56 --- /dev/null +++ b/manifests/g/getzola/zola/0.19.1/getzola.zola.installer.yaml @@ -0,0 +1,13 @@ +PackageIdentifier: getzola.zola +PackageVersion: 0.19.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: zola.exe + PortableCommandAlias: zola +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/getzola/zola/releases/download/v0.19.1/zola-v0.19.1-x86_64-pc-windows-msvc.zip + InstallerSha256: 78517521b2db147428ec3f2a7b3a2f7a24d3901509bce56cff44d6de1d369c26 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/getzola/zola/0.19.1/getzola.zola.locale.en-US.yaml b/manifests/g/getzola/zola/0.19.1/getzola.zola.locale.en-US.yaml new file mode 100644 index 0000000000000..98d61002a76b4 --- /dev/null +++ b/manifests/g/getzola/zola/0.19.1/getzola.zola.locale.en-US.yaml @@ -0,0 +1,24 @@ +PackageIdentifier: getzola.zola +PackageVersion: 0.19.1 +PackageLocale: en-US +Publisher: Vincent Prouillet +PublisherUrl: https://www.getzola.org/ +PublisherSupportUrl: https://zola.discourse.group/ +Author: Vincent Prouillet and contributors +PackageName: zola +PackageUrl: https://www.getzola.org/ +License: MIT +LicenseUrl: https://github.com/getzola/zola/blob/master/LICENSE +Copyright: Copyright (c) 2017-2018 Vincent Prouillet +CopyrightUrl: https://github.com/getzola/zola/blob/master/LICENSE +ShortDescription: A fast static site generator in a single binary with everything built-in. +Description: A fast static site generator in a single binary with everything built-in. +Moniker: zola +Tags: +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/getzola/zola/0.19.1/getzola.zola.yaml b/manifests/g/getzola/zola/0.19.1/getzola.zola.yaml new file mode 100644 index 0000000000000..0bb89f256975f --- /dev/null +++ b/manifests/g/getzola/zola/0.19.1/getzola.zola.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: getzola.zola +PackageVersion: 0.19.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/getzola/zola/0.19.2/getzola.zola.installer.yaml b/manifests/g/getzola/zola/0.19.2/getzola.zola.installer.yaml new file mode 100644 index 0000000000000..a54172605a48d --- /dev/null +++ b/manifests/g/getzola/zola/0.19.2/getzola.zola.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: getzola.zola +PackageVersion: 0.19.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: zola.exe + PortableCommandAlias: zola +ReleaseDate: 2024-08-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/getzola/zola/releases/download/v0.19.2/zola-v0.19.2-x86_64-pc-windows-msvc.zip + InstallerSha256: 969CB24C2DFA21427690252E95BF92F0065F8582F1679F23EDE67A865266B780 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/getzola/zola/0.19.2/getzola.zola.locale.en-US.yaml b/manifests/g/getzola/zola/0.19.2/getzola.zola.locale.en-US.yaml new file mode 100644 index 0000000000000..8f303807056e8 --- /dev/null +++ b/manifests/g/getzola/zola/0.19.2/getzola.zola.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: getzola.zola +PackageVersion: 0.19.2 +PackageLocale: en-US +Publisher: Vincent Prouillet +PublisherUrl: https://www.getzola.org/ +PublisherSupportUrl: https://zola.discourse.group/ +Author: Vincent Prouillet and contributors +PackageName: zola +PackageUrl: https://www.getzola.org/ +License: MIT +LicenseUrl: https://github.com/getzola/zola/blob/HEAD/LICENSE +Copyright: Copyright (c) 2017-2018 Vincent Prouillet +CopyrightUrl: https://github.com/getzola/zola/blob/master/LICENSE +ShortDescription: A fast static site generator in a single binary with everything built-in. +Description: A fast static site generator in a single binary with everything built-in. +Moniker: zola +Tags: +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + Changes: + - Get ready for release + - Fix shortcode/continue-reading parsing with inline HTML (smaller version) (#2606) + - fix: zola panic if no static dir (#2608) + - Add config option to ignore code blocks for word count (#2599) + - chore(components/config): cleanup code (#2592) + - fix(taxonomies): fix error messages (#2591) + - fix: handle another fs event to fix change monitoring on Windows 10 (#2575) + - Add fields to disable sitemap.xml and robots.txt generation (#2579) [ #2248 ] + - Add documentation on deploying to Codeberg Pages (#2584) + - Ensure file exists when receiving events for zola serve [ #2563 ] + - Ignore Helix temp files + - Fix some feed_filenames issues with multi languages + - Fix YAML date parsing (#2549) [ #2538 ] + - Next version + - Clarify shortcode usage (#2600) + - Update themes gallery (#2611) + - fixed broken links (#2612) + - Update themes gallery (#2597) + - Update themes gallery (#2590) + - fix(docs): fix typo "yavascript" (#2570) + - docs: fix order of events in zola overview (templates, server, content) (#2574) + - fix(docs): Use CSS-style comments in syntax highlight CSS suggestion snippet. (#2572) + - docs(installation): add instructions for openSUSE Leap and Tumbleweed (#2569) + - Update themes gallery (#2559) + - 0.19.1 Metainfo fixes (#2550) + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/getzola/zola/releases/tag/v0.19.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/getzola/zola/0.19.2/getzola.zola.yaml b/manifests/g/getzola/zola/0.19.2/getzola.zola.yaml new file mode 100644 index 0000000000000..5a4cba12af606 --- /dev/null +++ b/manifests/g/getzola/zola/0.19.2/getzola.zola.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: getzola.zola +PackageVersion: 0.19.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/gileli121/windowtop/5.22.10/gileli121.windowtop.installer.yaml b/manifests/g/gileli121/windowtop/5.22.10/gileli121.windowtop.installer.yaml deleted file mode 100644 index 0deedc5aafe30..0000000000000 --- a/manifests/g/gileli121/windowtop/5.22.10/gileli121.windowtop.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: gileli121.windowtop -PackageVersion: 5.22.10 -Platform: -- Windows.Desktop -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-06-08 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/WindowTop/WindowTop-App/releases/download/v5.22.10/WindowTop.5.22.10.-.setup.exe - InstallerSha256: 4B430243B100272309FD1EFCBE7A1985EBADFCEA188AFC45BB3E2DE3B8F60F9E -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/gileli121/windowtop/5.22.10/gileli121.windowtop.locale.en-US.yaml b/manifests/g/gileli121/windowtop/5.22.10/gileli121.windowtop.locale.en-US.yaml deleted file mode 100644 index 5bebdb9fa1d11..0000000000000 --- a/manifests/g/gileli121/windowtop/5.22.10/gileli121.windowtop.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: gileli121.windowtop -PackageVersion: 5.22.10 -PackageLocale: en-US -Publisher: github.com/BiGilSoft -PublisherUrl: https://github.com/BiGilSoft/WindowTop -PublisherSupportUrl: https://github.com/BiGilSoft/WindowTop/issues -PrivacyUrl: https://windowtop.info/privacy-policy -Author: gileli121 -PackageName: WindowTop -PackageUrl: https://github.com/gileli121/WindowTop -License: Copyright (c) 2019, gileli121@gmail.com -LicenseUrl: https://github.com/WindowTop/WindowTop-App/blob/HEAD/LICENSE -Copyright: Copyright (c) 2019, gileli121@gmail.com -CopyrightUrl: https://raw.githubusercontent.com/BiGilSoft/WindowTop/master/LICENSE -ShortDescription: Set window on top, make it dark, transparent and more -Moniker: windowtop -Tags: -- theme -- window -- window-manager -ReleaseNotes: |- - Download - WindowTop v5.22.10 Setup - WindowTop v5.22.10 PortableThis release is marked as a beta version, but once it proves stable, it will be marked as final.Bugfixes and improvements: - Dark mode improved by fixing an issue that the colors were wrong (| Before | After | - |-----------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------| - | image | image | -ReleaseNotesUrl: https://github.com/WindowTop/WindowTop-App/releases/tag/v5.22.10 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/gileli121/windowtop/5.22.10/gileli121.windowtop.yaml b/manifests/g/gileli121/windowtop/5.22.10/gileli121.windowtop.yaml deleted file mode 100644 index c9779907c1d1c..0000000000000 --- a/manifests/g/gileli121/windowtop/5.22.10/gileli121.windowtop.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: gileli121.windowtop -PackageVersion: 5.22.10 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/glueckkanja/KONNEKT/2.10.0/glueckkanja.KONNEKT.installer.yaml b/manifests/g/glueckkanja/KONNEKT/2.10.0/glueckkanja.KONNEKT.installer.yaml new file mode 100644 index 0000000000000..388060c594607 --- /dev/null +++ b/manifests/g/glueckkanja/KONNEKT/2.10.0/glueckkanja.KONNEKT.installer.yaml @@ -0,0 +1,43 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: glueckkanja.KONNEKT +PackageVersion: 2.10.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://trial.konnekt.io/releases/Konnekt-X86-2.10.0.0.Msi + InstallerSha256: 4926853C80E5F31B62742886E8608B69D308AAC10073A1CB602B298654A49092 + ProductCode: '{41B46831-B442-43F5-806B-539A71EDE608}' + AppsAndFeaturesEntries: + - DisplayName: Konnekt + Publisher: glueckkanja-gab AG + DisplayVersion: 2.10.0.0 + ProductCode: '{41B46831-B442-43F5-806B-539A71EDE608}' + UpgradeCode: '{32C9E0B0-DFBE-4307-BF29-6E16FAD45F80}' +- Architecture: x64 + InstallerUrl: https://trial.konnekt.io/releases/Konnekt-X64-2.10.0.0.Msi + InstallerSha256: C91BC3FFD28D45DA479C1CB46BB1C240DEC50644AE2D6C07118657512689FE7E + ProductCode: '{75D8E172-E026-42DB-90AE-01FC56C8DFB1}' + AppsAndFeaturesEntries: + - DisplayName: Konnekt + Publisher: glueckkanja-gab AG + DisplayVersion: 2.10.0.0 + ProductCode: '{75D8E172-E026-42DB-90AE-01FC56C8DFB1}' + UpgradeCode: '{32C9E0B0-DFBE-4307-BF29-6E16FAD45F80}' +- Architecture: arm64 + InstallerUrl: https://trial.konnekt.io/releases/Konnekt-Arm64-2.10.0.0.Msi + InstallerSha256: 276A65E93FC1E247DD9D9AA36C8176210BFC916AB8377468D89AF5D13FDD77A8 + ProductCode: '{C7A5D469-8D91-426A-9620-0A1041854887}' + AppsAndFeaturesEntries: + - DisplayName: Konnekt + Publisher: glueckkanja-gab AG + DisplayVersion: 2.10.0.0 + ProductCode: '{C7A5D469-8D91-426A-9620-0A1041854887}' + UpgradeCode: '{32C9E0B0-DFBE-4307-BF29-6E16FAD45F80}' +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-28 diff --git a/manifests/g/glueckkanja/KONNEKT/2.10.0/glueckkanja.KONNEKT.locale.en-US.yaml b/manifests/g/glueckkanja/KONNEKT/2.10.0/glueckkanja.KONNEKT.locale.en-US.yaml new file mode 100644 index 0000000000000..d937d73f72572 --- /dev/null +++ b/manifests/g/glueckkanja/KONNEKT/2.10.0/glueckkanja.KONNEKT.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: glueckkanja.KONNEKT +PackageVersion: 2.10.0 +PackageLocale: en-US +Publisher: glueckkanja AG +PublisherUrl: https://www.glueckkanja.com/ +PublisherSupportUrl: https://docs.konnekt.io/support +PackageName: KONNEKT +PackageUrl: https://www.konnekt.io/ +License: Proprietary +Copyright: Copyright (c) glueckkanja AG +ShortDescription: Access OneDrive, SharePoint and Teams lightning fast with Windows Explorer +Description: |- + KONNEKT brings all your SharePoint Online files (SharePoint Online sites, OneDrive, Teams) to your Windows File Explorer. + + Users will enjoy auto-mapping, drive letters and co-authoring. Admins can easily manage the KONNEKT clients via GPO and MDM policies. + KONNEKT uses native SharePoint Online APIs to ensure optimal performance and security. VDI including RDS, Citrix and Azure Virtual Desktop (AVD) / Windows 365 are fully supported. Because KONNEKT works online, no local disc space is wasted. +Tags: +- cloud +- files +- office +- onedrive +- sharepoint +- sync +- teams +ReleaseNotes: |- + * ADD: Opt-in to new OAuth component + - New Azure app registration + - New permissions set with fewer permissions required + - Uses OAuth 2.0 API routes + - Namespaces are built from default domain, not from initial domain + - Intune DeviceIDs are sent during authentication + - Works with Conditional Access policies + * ADD: Improved lock and read-only check for files and directories + * ADD: Co-Authoring for editing (="open") Microsoft Office templates in Windows File Explorer context menu + * FIX: File Explorer cannot handle sites ending with a blank character + * FIX: Adobe Acrobat might crash if not run in compatibility mode + * FIX: New Notepad cannot save files (invalid function) + * FIX: Stability improvements +ReleaseNotesUrl: https://docs.konnekt.io/changelog +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/glueckkanja/KONNEKT/2.10.0/glueckkanja.KONNEKT.yaml b/manifests/g/glueckkanja/KONNEKT/2.10.0/glueckkanja.KONNEKT.yaml new file mode 100644 index 0000000000000..6c1f597a97583 --- /dev/null +++ b/manifests/g/glueckkanja/KONNEKT/2.10.0/glueckkanja.KONNEKT.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: glueckkanja.KONNEKT +PackageVersion: 2.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/glueckkanja/KONNEKT/2.9.1/glueckkanja.KONNEKT.installer.yaml b/manifests/g/glueckkanja/KONNEKT/2.9.1/glueckkanja.KONNEKT.installer.yaml new file mode 100644 index 0000000000000..1db8c6ded6372 --- /dev/null +++ b/manifests/g/glueckkanja/KONNEKT/2.9.1/glueckkanja.KONNEKT.installer.yaml @@ -0,0 +1,43 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: glueckkanja.KONNEKT +PackageVersion: 2.9.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://trial.konnekt.io/releases/Konnekt-X86-2.9.1.0.Msi + InstallerSha256: E910596D2F44D653BB3B5B9D38CE8E7EAA94F94EAB692B4AD6A2D1B38424CFB8 + ProductCode: '{6806E277-31FE-4515-9F90-E631F85FBC8F}' + AppsAndFeaturesEntries: + - DisplayName: Konnekt + Publisher: glueckkanja-gab AG + DisplayVersion: 2.9.1.0 + ProductCode: '{6806E277-31FE-4515-9F90-E631F85FBC8F}' + UpgradeCode: '{32C9E0B0-DFBE-4307-BF29-6E16FAD45F80}' +- Architecture: x64 + InstallerUrl: https://trial.konnekt.io/releases/Konnekt-X64-2.9.1.0.Msi + InstallerSha256: C2F6D3FF203CDD2190C32D4A1736D1B63C0C938E63D131E48FCD2CB2B879329F + ProductCode: '{BCB8CAEE-D577-47F3-8A7F-40CECC1A257F}' + AppsAndFeaturesEntries: + - DisplayName: Konnekt + Publisher: glueckkanja-gab AG + DisplayVersion: 2.9.1.0 + ProductCode: '{BCB8CAEE-D577-47F3-8A7F-40CECC1A257F}' + UpgradeCode: '{32C9E0B0-DFBE-4307-BF29-6E16FAD45F80}' +- Architecture: arm64 + InstallerUrl: https://trial.konnekt.io/releases/Konnekt-Arm64-2.9.1.0.Msi + InstallerSha256: 860C41AD83F6AA146D3BC0D176328F3535EFB27BC5A305C17A92E1CBA3A4B4AB + ProductCode: '{9FD32A2B-C14E-44B1-A094-F07362FB9973}' + AppsAndFeaturesEntries: + - DisplayName: Konnekt + Publisher: glueckkanja-gab AG + DisplayVersion: 2.9.1.0 + ProductCode: '{9FD32A2B-C14E-44B1-A094-F07362FB9973}' + UpgradeCode: '{32C9E0B0-DFBE-4307-BF29-6E16FAD45F80}' +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-02-15 diff --git a/manifests/g/glueckkanja/KONNEKT/2.9.1/glueckkanja.KONNEKT.locale.en-US.yaml b/manifests/g/glueckkanja/KONNEKT/2.9.1/glueckkanja.KONNEKT.locale.en-US.yaml new file mode 100644 index 0000000000000..d6607803be581 --- /dev/null +++ b/manifests/g/glueckkanja/KONNEKT/2.9.1/glueckkanja.KONNEKT.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: glueckkanja.KONNEKT +PackageVersion: 2.9.1 +PackageLocale: en-US +Publisher: glueckkanja AG +PublisherUrl: https://www.glueckkanja.com/ +PublisherSupportUrl: https://www.konnekt.io/help/ +PackageName: KONNEKT +PackageUrl: https://www.konnekt.io/ +License: Proprietary +Copyright: Copyright (c) glueckkanja AG +ShortDescription: Access OneDrive, SharePoint and Teams lightning fast with Windows Explorer +Description: |- + KONNEKT brings all your SharePoint Online files (SharePoint Online sites, OneDrive, Teams) to your Windows File Explorer. + + Users will enjoy auto-mapping, drive letters and co-authoring. Admins can easily manage the KONNEKT clients via GPO and MDM policies. + KONNEKT uses native SharePoint Online APIs to ensure optimal performance and security. VDI including RDS, Citrix and Azure Virtual Desktop (AVD) / Windows 365 are fully supported. Because KONNEKT works online, no local disc space is wasted. +Tags: +- cloud +- explorer +- files +- onedrive +- sharepoint +- teams +ReleaseNotes: |- + Add: + - Support for more than 10 KONNEKT Accounts + Fix: + - Account deletion may leave ghost volumes + - Explorer freezes if KONNEKT account or share is removed + - KONNEKT cannot find sites with dot in name when adding shares or managed mappings + - Windows Terminal Servers (Windows Server 2019) may freeze due to konnektrx.sys timeout after Windows Update + - Stability improvements +ReleaseNotesUrl: https://docs.konnekt.io/changelog +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/glueckkanja/KONNEKT/2.9.1/glueckkanja.KONNEKT.yaml b/manifests/g/glueckkanja/KONNEKT/2.9.1/glueckkanja.KONNEKT.yaml new file mode 100644 index 0000000000000..72b619ca9610b --- /dev/null +++ b/manifests/g/glueckkanja/KONNEKT/2.9.1/glueckkanja.KONNEKT.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: glueckkanja.KONNEKT +PackageVersion: 2.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/glzr-io/glazewm/3.1.1/glzr-io.glazewm.installer.yaml b/manifests/g/glzr-io/glazewm/3.1.1/glzr-io.glazewm.installer.yaml new file mode 100644 index 0000000000000..4195c89c9f0ad --- /dev/null +++ b/manifests/g/glzr-io/glazewm/3.1.1/glzr-io.glazewm.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: glzr-io.glazewm +PackageVersion: 3.1.1 +InstallerType: burn +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-07 +ProductCode: '{0F9E07AA-23F7-4975-9F97-71F0F758D5B7}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/glzr-io/glazewm/releases/download/v3.1.1/glazewm-3.1.1.exe + InstallerSha256: 18974CD2F9C8884C23EDD3D13137449B233A6C67CD0A210605852302091B2374 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/glzr-io/glazewm/3.1.1/glzr-io.glazewm.locale.en-US.yaml b/manifests/g/glzr-io/glazewm/3.1.1/glzr-io.glazewm.locale.en-US.yaml new file mode 100644 index 0000000000000..25efb9719a4e0 --- /dev/null +++ b/manifests/g/glzr-io/glazewm/3.1.1/glzr-io.glazewm.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: glzr-io.glazewm +PackageVersion: 3.1.1 +PackageLocale: en-US +Publisher: Glzr Software Pte. Ltd. +PublisherUrl: https://github.com/glzr-io +PublisherSupportUrl: https://github.com/glzr-io/glazewm/issues +Author: glzr.io +PackageName: GlazeWM +PackageUrl: https://github.com/glzr-io/glazewm +License: GPL-3.0 +LicenseUrl: https://github.com/glzr-io/glazewm/raw/main/LICENSE.md +Copyright: Copyright (c) Glzr Software Pte. Ltd.. All rights reserved. +ShortDescription: GlazeWM is a tiling window manager for Windows inspired by i3wm. +Description: GlazeWM lets you easily organize windows and adjust their layout on the fly by using keyboard-driven commands. +Tags: +- i3wm +- rust +- tiling-window-manager +- window-manager +- windows +ReleaseNotesUrl: https://github.com/glzr-io/glazewm/releases/tag/v3.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/glzr-io/glazewm/3.1.1/glzr-io.glazewm.yaml b/manifests/g/glzr-io/glazewm/3.1.1/glzr-io.glazewm.yaml new file mode 100644 index 0000000000000..d68b840ee6545 --- /dev/null +++ b/manifests/g/glzr-io/glazewm/3.1.1/glzr-io.glazewm.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: glzr-io.glazewm +PackageVersion: 3.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/gnuplot/gnuplot/6.0 patchlevel 1/gnuplot.gnuplot.installer.yaml b/manifests/g/gnuplot/gnuplot/6.0 patchlevel 1/gnuplot.gnuplot.installer.yaml new file mode 100644 index 0000000000000..c1996025fdc08 --- /dev/null +++ b/manifests/g/gnuplot/gnuplot/6.0 patchlevel 1/gnuplot.gnuplot.installer.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: gnuplot.gnuplot +PackageVersion: 6.0 patchlevel 1 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- dem +- gp +- gpl +- plt +ProductCode: '{AB419AC3-9BC1-4EC5-A75B-4D8870DD651F}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/gnuplot/files/gnuplot/6.0.1/gp601-win64-mingw.exe/download + InstallerSha256: 95CB18FE9EEFC52C4ABD2C0D4F15AC1AE69CAC7804859B94EC7EA7CAF3D0C012 + InstallerType: inno + Scope: machine +- InstallerUrl: https://sourceforge.net/projects/gnuplot/files/gnuplot/6.0.1/gp601-win64-mingw.zip + Architecture: x64 + InstallerSha256: 43D22F0435CAC2F942A508415F1CDECF5D8B2E002AE3ED70D30E74D285B2FC1E + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: gnuplot\bin\gnuplot.exe + PortableCommandAlias: gnuplot +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/gnuplot/gnuplot/6.0 patchlevel 1/gnuplot.gnuplot.locale.en-US.yaml b/manifests/g/gnuplot/gnuplot/6.0 patchlevel 1/gnuplot.gnuplot.locale.en-US.yaml new file mode 100644 index 0000000000000..221201be86c31 --- /dev/null +++ b/manifests/g/gnuplot/gnuplot/6.0 patchlevel 1/gnuplot.gnuplot.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: gnuplot.gnuplot +PackageVersion: 6.0 patchlevel 1 +PackageLocale: en-US +Publisher: gnuplot development team +PublisherUrl: http://gnuplot.info +PublisherSupportUrl: https://sourceforge.net/projects/gnuplot/support +PrivacyUrl: https://slashdotmedia.com/privacy-statement +Author: gnuplot development team +PackageName: gnuplot +PackageUrl: http://www.gnuplot.info +License: Gnuplot license +LicenseUrl: https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/Copyright +ShortDescription: Interactive function plotting utility +Description: A famous scientific plotting package, features include 2D and 3D plotting, a huge number of output formats, interactive input or script-driven options, and a large set of scripted examples. +Moniker: gnuplot +Tags: +- education +- graphics +- mathematics +- plot +- visualization +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/gnuplot/gnuplot/6.0 patchlevel 1/gnuplot.gnuplot.yaml b/manifests/g/gnuplot/gnuplot/6.0 patchlevel 1/gnuplot.gnuplot.yaml new file mode 100644 index 0000000000000..4092e84ffd225 --- /dev/null +++ b/manifests/g/gnuplot/gnuplot/6.0 patchlevel 1/gnuplot.gnuplot.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: gnuplot.gnuplot +PackageVersion: 6.0 patchlevel 1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/goatcorp/XIVLauncher/6.4.1/goatcorp.XIVLauncher.installer.yaml b/manifests/g/goatcorp/XIVLauncher/6.4.1/goatcorp.XIVLauncher.installer.yaml new file mode 100644 index 0000000000000..8d2427e1c75a8 --- /dev/null +++ b/manifests/g/goatcorp/XIVLauncher/6.4.1/goatcorp.XIVLauncher.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: goatcorp.XIVLauncher +PackageVersion: 6.4.1 +InstallerLocale: en-US +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ReleaseDate: 2024-06-27 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/goatcorp/FFXIVQuickLauncher/releases/download/6.4.1/Setup.exe + InstallerSha256: 1c931c0939f1a5e614846bfd641c7f86a02b60c93cebc46cb44e9d58786abb61 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/goatcorp/XIVLauncher/6.4.1/goatcorp.XIVLauncher.locale.en-US.yaml b/manifests/g/goatcorp/XIVLauncher/6.4.1/goatcorp.XIVLauncher.locale.en-US.yaml new file mode 100644 index 0000000000000..55fcad34061a8 --- /dev/null +++ b/manifests/g/goatcorp/XIVLauncher/6.4.1/goatcorp.XIVLauncher.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: goatcorp.XIVLauncher +PackageVersion: 6.4.1 +PackageLocale: en-US +Publisher: goaaats +PublisherUrl: https://github.com/goatcorp/FFXIVQuickLauncher +PublisherSupportUrl: https://github.com/goatcorp/FFXIVQuickLauncher/issues +Author: goaaats +PackageName: XIVLauncher +PackageUrl: https://github.com/goatcorp/FFXIVQuickLauncher +License: GPL-3.0 +LicenseUrl: https://github.com/goatcorp/FFXIVQuickLauncher/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/goatcorp/FFXIVQuickLauncher/master/LICENSE +ShortDescription: XIVLauncher (abbreviated as XL) is a faster launcher for Final Fantasy XIV, with various available addons and enhancements to the game! +Tags: +- discord +- ff14 +- ffxiv +- ffxivlauncher +- final-fantasy-xiv +- launcher +- rich-presence +ReleaseNotes: |- + This is a maintenance release. + + Fixed an issue wherein the launcher would crash when attempting to log in with an account that was not eligible to play + Fixed an issue wherein repair data files did not support new data layouts introduced in the latest patch (thanks to @srkizer) + ⚠️ Attention! + If you receive errors during the installation or if the launcher doesn't work correctly, make sure to check your antivirus first and disable it for XIVLauncher. Many commercial antivirus programs detect XIVLauncher as a false positive. Please also see this FAQ entry with more information: https://goatcorp.github.io/faq/xl_troubleshooting#q-how-do-i-whitelist-xivlauncher-and-dalamud-so-my-antivirus-leaves-them-alone + + Please download Setup.exe from below to install XIVLauncher, if you have not used it before. +ReleaseNotesUrl: https://github.com/goatcorp/FFXIVQuickLauncher/releases/tag/6.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/goatcorp/XIVLauncher/6.4.1/goatcorp.XIVLauncher.yaml b/manifests/g/goatcorp/XIVLauncher/6.4.1/goatcorp.XIVLauncher.yaml new file mode 100644 index 0000000000000..9c17995871155 --- /dev/null +++ b/manifests/g/goatcorp/XIVLauncher/6.4.1/goatcorp.XIVLauncher.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: goatcorp.XIVLauncher +PackageVersion: 6.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/goreleaser-pro/2.2.0-pro/goreleaser.goreleaser-pro.installer.yaml b/manifests/g/goreleaser/goreleaser-pro/2.2.0-pro/goreleaser.goreleaser-pro.installer.yaml new file mode 100644 index 0000000000000..83a09c1fda115 --- /dev/null +++ b/manifests/g/goreleaser/goreleaser-pro/2.2.0-pro/goreleaser.goreleaser-pro.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: goreleaser.goreleaser-pro +PackageVersion: 2.2.0-pro +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-15" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: goreleaser.exe + PortableCommandAlias: goreleaser + InstallerUrl: https://github.com/goreleaser/goreleaser-pro/releases/download/v2.2.0-pro/goreleaser-pro_Windows_i386.zip + InstallerSha256: 48cc71f371ff6ad97c688045205893c4349cd047ed4f27ac520929a8cae2d378 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: goreleaser.exe + PortableCommandAlias: goreleaser + InstallerUrl: https://github.com/goreleaser/goreleaser-pro/releases/download/v2.2.0-pro/goreleaser-pro_Windows_x86_64.zip + InstallerSha256: a2ca38e6510a1653b82a595e3e85e8b1e79169ccab12f1d5ca2fea0d64ea6d26 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/goreleaser-pro/2.2.0-pro/goreleaser.goreleaser-pro.locale.en-US.yaml b/manifests/g/goreleaser/goreleaser-pro/2.2.0-pro/goreleaser.goreleaser-pro.locale.en-US.yaml new file mode 100644 index 0000000000000..e5af4caaa10a1 --- /dev/null +++ b/manifests/g/goreleaser/goreleaser-pro/2.2.0-pro/goreleaser.goreleaser-pro.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: goreleaser.goreleaser-pro +PackageVersion: 2.2.0-pro +PackageLocale: en-US +Publisher: goreleaser +PackageName: goreleaser-pro +PackageUrl: https://goreleaser.com +License: Copyright Becker Software LTDA +Copyright: Becker Software LTDA +ShortDescription: Deliver Go binaries as fast and easily as possible +Moniker: goreleaser-pro +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/goreleaser-pro/2.2.0-pro/goreleaser.goreleaser-pro.yaml b/manifests/g/goreleaser/goreleaser-pro/2.2.0-pro/goreleaser.goreleaser-pro.yaml new file mode 100644 index 0000000000000..ecc60f58dc7d7 --- /dev/null +++ b/manifests/g/goreleaser/goreleaser-pro/2.2.0-pro/goreleaser.goreleaser-pro.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: goreleaser.goreleaser-pro +PackageVersion: 2.2.0-pro +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/goreleaser/2.2.0/goreleaser.goreleaser.installer.yaml b/manifests/g/goreleaser/goreleaser/2.2.0/goreleaser.goreleaser.installer.yaml new file mode 100644 index 0000000000000..a5b57af100820 --- /dev/null +++ b/manifests/g/goreleaser/goreleaser/2.2.0/goreleaser.goreleaser.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: goreleaser.goreleaser +PackageVersion: 2.2.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-15" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: goreleaser.exe + PortableCommandAlias: goreleaser + InstallerUrl: https://github.com/goreleaser/goreleaser/releases/download/v2.2.0/goreleaser_Windows_x86_64.zip + InstallerSha256: 5c63632f07e19190f09ac474eaf9f7f9c9e1db1c80efc4e4925acef7f1f5dfe2 + UpgradeBehavior: uninstallPrevious + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: goreleaser.exe + PortableCommandAlias: goreleaser + InstallerUrl: https://github.com/goreleaser/goreleaser/releases/download/v2.2.0/goreleaser_Windows_i386.zip + InstallerSha256: f167314a4b32d561a2a0a39b7243833bd63ebf2def38fbffedb073b621c701d7 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: goreleaser.exe + PortableCommandAlias: goreleaser + InstallerUrl: https://github.com/goreleaser/goreleaser/releases/download/v2.2.0/goreleaser_Windows_arm64.zip + InstallerSha256: 3013b41ff3efcdda16a7976e54c5ca2041e624d96cb8935ab5cfa976544c6f2d + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/goreleaser/2.2.0/goreleaser.goreleaser.locale.en-US.yaml b/manifests/g/goreleaser/goreleaser/2.2.0/goreleaser.goreleaser.locale.en-US.yaml new file mode 100644 index 0000000000000..0bff704a88a05 --- /dev/null +++ b/manifests/g/goreleaser/goreleaser/2.2.0/goreleaser.goreleaser.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: goreleaser.goreleaser +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: goreleaser +PackageName: goreleaser +PackageUrl: https://goreleaser.com +License: MIT +ShortDescription: Deliver Go binaries as fast and easily as possible +Moniker: goreleaser +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/goreleaser/2.2.0/goreleaser.goreleaser.yaml b/manifests/g/goreleaser/goreleaser/2.2.0/goreleaser.goreleaser.yaml new file mode 100644 index 0000000000000..99454d26d32e2 --- /dev/null +++ b/manifests/g/goreleaser/goreleaser/2.2.0/goreleaser.goreleaser.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: goreleaser.goreleaser +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/goreleaser/2.3.0/goreleaser.goreleaser.installer.yaml b/manifests/g/goreleaser/goreleaser/2.3.0/goreleaser.goreleaser.installer.yaml new file mode 100644 index 0000000000000..0e727dc35b4ff --- /dev/null +++ b/manifests/g/goreleaser/goreleaser/2.3.0/goreleaser.goreleaser.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: goreleaser.goreleaser +PackageVersion: 2.3.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-12" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: goreleaser.exe + PortableCommandAlias: goreleaser + InstallerUrl: https://github.com/goreleaser/goreleaser/releases/download/v2.3.0/goreleaser_Windows_i386.zip + InstallerSha256: 054206e4b9c73f232a3ca46d3aea5f88cd845dd2a12c7c598e1e5ae006b14aee + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: goreleaser.exe + PortableCommandAlias: goreleaser + InstallerUrl: https://github.com/goreleaser/goreleaser/releases/download/v2.3.0/goreleaser_Windows_arm64.zip + InstallerSha256: 84ac06c129a6aa542ba408c0435117c433b8b8f22565bb4e5baf58f64f2683d1 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: goreleaser.exe + PortableCommandAlias: goreleaser + InstallerUrl: https://github.com/goreleaser/goreleaser/releases/download/v2.3.0/goreleaser_Windows_x86_64.zip + InstallerSha256: 746eb138a4defd1337aeed1a39ff9bb8bf35f23b905051f46e2e3b3fe0222da2 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/goreleaser/2.3.0/goreleaser.goreleaser.locale.en-US.yaml b/manifests/g/goreleaser/goreleaser/2.3.0/goreleaser.goreleaser.locale.en-US.yaml new file mode 100644 index 0000000000000..280881510dc27 --- /dev/null +++ b/manifests/g/goreleaser/goreleaser/2.3.0/goreleaser.goreleaser.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: goreleaser.goreleaser +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: goreleaser +PackageName: goreleaser +PackageUrl: https://goreleaser.com +License: MIT +ShortDescription: Deliver Go binaries as fast and easily as possible +Moniker: goreleaser +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/goreleaser/2.3.0/goreleaser.goreleaser.yaml b/manifests/g/goreleaser/goreleaser/2.3.0/goreleaser.goreleaser.yaml new file mode 100644 index 0000000000000..0286140d168ae --- /dev/null +++ b/manifests/g/goreleaser/goreleaser/2.3.0/goreleaser.goreleaser.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: goreleaser.goreleaser +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/nfpm/2.39.0/goreleaser.nfpm.installer.yaml b/manifests/g/goreleaser/nfpm/2.39.0/goreleaser.nfpm.installer.yaml new file mode 100644 index 0000000000000..730aa1667bf2e --- /dev/null +++ b/manifests/g/goreleaser/nfpm/2.39.0/goreleaser.nfpm.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: goreleaser.nfpm +PackageVersion: 2.39.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-08-15" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: nfpm.exe + PortableCommandAlias: nfpm + InstallerUrl: https://github.com/goreleaser/nfpm/releases/download/v2.39.0/nfpm_2.39.0_Windows_arm64.zip + InstallerSha256: c525f7174b39f2ce7370109ed8fcf1a8340ccb3dd04d8a448d20fd8695a81dbf + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: nfpm.exe + PortableCommandAlias: nfpm + InstallerUrl: https://github.com/goreleaser/nfpm/releases/download/v2.39.0/nfpm_2.39.0_Windows_x86_64.zip + InstallerSha256: 502187baca771ab75e03adf19faf6552814bcf1c31f5ecb008cf5b4197f1889e + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/nfpm/2.39.0/goreleaser.nfpm.locale.en-US.yaml b/manifests/g/goreleaser/nfpm/2.39.0/goreleaser.nfpm.locale.en-US.yaml new file mode 100644 index 0000000000000..4335d3ccfea6b --- /dev/null +++ b/manifests/g/goreleaser/nfpm/2.39.0/goreleaser.nfpm.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: goreleaser.nfpm +PackageVersion: 2.39.0 +PackageLocale: en-US +Publisher: goreleaser +PackageName: nfpm +PackageUrl: https://nfpm.goreleaser.com +License: Copyright Becker Software LTDA +Copyright: Becker Software LTDA +ShortDescription: nFPM is a simple, 0-dependencies, deb, rpm and apk packager. +Moniker: nfpm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/nfpm/2.39.0/goreleaser.nfpm.yaml b/manifests/g/goreleaser/nfpm/2.39.0/goreleaser.nfpm.yaml new file mode 100644 index 0000000000000..8595b55497dd8 --- /dev/null +++ b/manifests/g/goreleaser/nfpm/2.39.0/goreleaser.nfpm.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: goreleaser.nfpm +PackageVersion: 2.39.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/nfpm/2.40.0/goreleaser.nfpm.installer.yaml b/manifests/g/goreleaser/nfpm/2.40.0/goreleaser.nfpm.installer.yaml new file mode 100644 index 0000000000000..cd856e8563fe1 --- /dev/null +++ b/manifests/g/goreleaser/nfpm/2.40.0/goreleaser.nfpm.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: goreleaser.nfpm +PackageVersion: 2.40.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2024-09-10" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: nfpm.exe + PortableCommandAlias: nfpm + InstallerUrl: https://github.com/goreleaser/nfpm/releases/download/v2.40.0/nfpm_2.40.0_Windows_arm64.zip + InstallerSha256: b7f18bdd5eea89eb5b664579264bbab53584abe70b4f89ed62cc392f97182329 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: nfpm.exe + PortableCommandAlias: nfpm + InstallerUrl: https://github.com/goreleaser/nfpm/releases/download/v2.40.0/nfpm_2.40.0_Windows_x86_64.zip + InstallerSha256: 9a060da0f52888db1dab16b79ca8db56c755cbb616925f74f92cc94db7f92430 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/nfpm/2.40.0/goreleaser.nfpm.locale.en-US.yaml b/manifests/g/goreleaser/nfpm/2.40.0/goreleaser.nfpm.locale.en-US.yaml new file mode 100644 index 0000000000000..a3ae306ca0450 --- /dev/null +++ b/manifests/g/goreleaser/nfpm/2.40.0/goreleaser.nfpm.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: goreleaser.nfpm +PackageVersion: 2.40.0 +PackageLocale: en-US +Publisher: goreleaser +PackageName: nfpm +PackageUrl: https://nfpm.goreleaser.com +License: Copyright Becker Software LTDA +Copyright: Becker Software LTDA +ShortDescription: nFPM is a simple, 0-dependencies, deb, rpm and apk packager. +Moniker: nfpm +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/goreleaser/nfpm/2.40.0/goreleaser.nfpm.yaml b/manifests/g/goreleaser/nfpm/2.40.0/goreleaser.nfpm.yaml new file mode 100644 index 0000000000000..da15064d2bc0b --- /dev/null +++ b/manifests/g/goreleaser/nfpm/2.40.0/goreleaser.nfpm.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: goreleaser.nfpm +PackageVersion: 2.40.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/gptscript-ai/clio/v0.1.6/gptscript-ai.clio.installer.yaml b/manifests/g/gptscript-ai/clio/v0.1.6/gptscript-ai.clio.installer.yaml new file mode 100644 index 0000000000000..368f18c2693b4 --- /dev/null +++ b/manifests/g/gptscript-ai/clio/v0.1.6/gptscript-ai.clio.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: gptscript-ai.clio +PackageVersion: v0.1.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: clio.exe + PortableCommandAlias: clio +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gptscript-ai/clio/releases/download/v0.1.6/clio_v0.1.6_windows_amd64.zip + InstallerSha256: 336E49D616D6A2820B0DAF01A967220746D469447635202FA14B1A3F03FA4526 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/gptscript-ai/clio/v0.1.6/gptscript-ai.clio.locale.en-US.yaml b/manifests/g/gptscript-ai/clio/v0.1.6/gptscript-ai.clio.locale.en-US.yaml new file mode 100644 index 0000000000000..906d78ecb345e --- /dev/null +++ b/manifests/g/gptscript-ai/clio/v0.1.6/gptscript-ai.clio.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: gptscript-ai.clio +PackageVersion: v0.1.6 +PackageLocale: en-US +Publisher: Acorn Labs, Inc +PackageName: clio +License: Apache 2.0 +ShortDescription: Your friendly and safe CLI Copilot +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/gptscript-ai/clio/v0.1.6/gptscript-ai.clio.yaml b/manifests/g/gptscript-ai/clio/v0.1.6/gptscript-ai.clio.yaml new file mode 100644 index 0000000000000..38532ba6c9617 --- /dev/null +++ b/manifests/g/gptscript-ai/clio/v0.1.6/gptscript-ai.clio.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: gptscript-ai.clio +PackageVersion: v0.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/gptscript-ai/clio/v0.2.0/gptscript-ai.clio.installer.yaml b/manifests/g/gptscript-ai/clio/v0.2.0/gptscript-ai.clio.installer.yaml new file mode 100644 index 0000000000000..ce002c7b9f0b8 --- /dev/null +++ b/manifests/g/gptscript-ai/clio/v0.2.0/gptscript-ai.clio.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: gptscript-ai.clio +PackageVersion: v0.2.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: clio.exe + PortableCommandAlias: clio +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gptscript-ai/clio/releases/download/v0.2.0/clio_v0.2.0_windows_amd64.zip + InstallerSha256: 4EB1C13E9587B9BD133A3CF375325E1A2636648DE4BFE51758ECE7ABFEF6EC83 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/gptscript-ai/clio/v0.2.0/gptscript-ai.clio.locale.en-US.yaml b/manifests/g/gptscript-ai/clio/v0.2.0/gptscript-ai.clio.locale.en-US.yaml new file mode 100644 index 0000000000000..fdd5aa4307de7 --- /dev/null +++ b/manifests/g/gptscript-ai/clio/v0.2.0/gptscript-ai.clio.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: gptscript-ai.clio +PackageVersion: v0.2.0 +PackageLocale: en-US +Publisher: Acorn Labs, Inc +PackageName: clio +License: Apache 2.0 +ShortDescription: Your friendly and safe CLI Copilot +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/gptscript-ai/clio/v0.2.0/gptscript-ai.clio.yaml b/manifests/g/gptscript-ai/clio/v0.2.0/gptscript-ai.clio.yaml new file mode 100644 index 0000000000000..46cc2d4124ff0 --- /dev/null +++ b/manifests/g/gptscript-ai/clio/v0.2.0/gptscript-ai.clio.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: gptscript-ai.clio +PackageVersion: v0.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/gptscript-ai/gptscript/v0.9.3/gptscript-ai.gptscript.installer.yaml b/manifests/g/gptscript-ai/gptscript/v0.9.3/gptscript-ai.gptscript.installer.yaml new file mode 100644 index 0000000000000..c7b8bf8adeefb --- /dev/null +++ b/manifests/g/gptscript-ai/gptscript/v0.9.3/gptscript-ai.gptscript.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: gptscript-ai.gptscript +PackageVersion: v0.9.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gptscript.exe + PortableCommandAlias: gptscript +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gptscript-ai/gptscript/releases/download/v0.9.3/gptscript-v0.9.3-windows-amd64.zip + InstallerSha256: 5A0B06427EA0640319202675D3A7717DBFBC228B85D3FB53BD64ADDD6CA63E62 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/gptscript-ai/gptscript/v0.9.3/gptscript-ai.gptscript.locale.en-US.yaml b/manifests/g/gptscript-ai/gptscript/v0.9.3/gptscript-ai.gptscript.locale.en-US.yaml new file mode 100644 index 0000000000000..8e79ccdd24d99 --- /dev/null +++ b/manifests/g/gptscript-ai/gptscript/v0.9.3/gptscript-ai.gptscript.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: gptscript-ai.gptscript +PackageVersion: v0.9.3 +PackageLocale: en-US +Publisher: Acorn Labs, Inc. +PackageName: gptscript +License: Apache 2.0 +ShortDescription: GPTScript is a new scripting language to automate your interaction with a Large Language Model (LLM), namely OpenAI. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/gptscript-ai/gptscript/v0.9.3/gptscript-ai.gptscript.yaml b/manifests/g/gptscript-ai/gptscript/v0.9.3/gptscript-ai.gptscript.yaml new file mode 100644 index 0000000000000..8a92a2b13c58c --- /dev/null +++ b/manifests/g/gptscript-ai/gptscript/v0.9.3/gptscript-ai.gptscript.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: gptscript-ai.gptscript +PackageVersion: v0.9.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/gptscript-ai/gptscript/v0.9.4/gptscript-ai.gptscript.installer.yaml b/manifests/g/gptscript-ai/gptscript/v0.9.4/gptscript-ai.gptscript.installer.yaml new file mode 100644 index 0000000000000..bd0a1a8de5b04 --- /dev/null +++ b/manifests/g/gptscript-ai/gptscript/v0.9.4/gptscript-ai.gptscript.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: gptscript-ai.gptscript +PackageVersion: v0.9.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gptscript.exe + PortableCommandAlias: gptscript +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gptscript-ai/gptscript/releases/download/v0.9.4/gptscript-v0.9.4-windows-amd64.zip + InstallerSha256: E1ADC0BB2CC2A7AEBBED57A9E8DFAD691801ABE97808C737FF60E99C37147B44 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/gptscript-ai/gptscript/v0.9.4/gptscript-ai.gptscript.locale.en-US.yaml b/manifests/g/gptscript-ai/gptscript/v0.9.4/gptscript-ai.gptscript.locale.en-US.yaml new file mode 100644 index 0000000000000..c43b1ca8bad3f --- /dev/null +++ b/manifests/g/gptscript-ai/gptscript/v0.9.4/gptscript-ai.gptscript.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: gptscript-ai.gptscript +PackageVersion: v0.9.4 +PackageLocale: en-US +Publisher: Acorn Labs, Inc. +PackageName: gptscript +License: Apache 2.0 +ShortDescription: GPTScript is a new scripting language to automate your interaction with a Large Language Model (LLM), namely OpenAI. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/gptscript-ai/gptscript/v0.9.4/gptscript-ai.gptscript.yaml b/manifests/g/gptscript-ai/gptscript/v0.9.4/gptscript-ai.gptscript.yaml new file mode 100644 index 0000000000000..911af45add4c5 --- /dev/null +++ b/manifests/g/gptscript-ai/gptscript/v0.9.4/gptscript-ai.gptscript.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: gptscript-ai.gptscript +PackageVersion: v0.9.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/gstreamerproject/gstreamer/1.20.3/gstreamerproject.gstreamer.installer.yaml b/manifests/g/gstreamerproject/gstreamer/1.20.3/gstreamerproject.gstreamer.installer.yaml deleted file mode 100644 index dc8a577a85f14..0000000000000 --- a/manifests/g/gstreamerproject/gstreamer/1.20.3/gstreamerproject.gstreamer.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: gstreamerproject.gstreamer -PackageVersion: 1.20.3 -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: wix - InstallerUrl: https://gstreamer.freedesktop.org/data/pkg/windows/1.20.3/msvc/gstreamer-1.0-msvc-x86_64-1.20.3.msi - InstallerSha256: 0BD5D4CF03DAF3FB594C4B55D0699D458D533FCF56AFDF546C33327CCCCCB005 - ProductCode: '{0F6A0E40-D606-4F63-B85B-9291AABAB210}' -- InstallerLocale: en-US - Architecture: x86 - InstallerType: wix - InstallerUrl: https://gstreamer.freedesktop.org/data/pkg/windows/1.20.3/msvc/gstreamer-1.0-msvc-x86-1.20.3.msi - InstallerSha256: 074E7D1A3C5230ADADED8D4D5A459CF834929990F66A125AD53D4C52909AE367 - ProductCode: '{4301AD68-92CE-4B03-B863-E878FC4BC256}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/g/gstreamerproject/gstreamer/1.20.3/gstreamerproject.gstreamer.locale.en-US.yaml b/manifests/g/gstreamerproject/gstreamer/1.20.3/gstreamerproject.gstreamer.locale.en-US.yaml deleted file mode 100644 index 5d67c6702b943..0000000000000 --- a/manifests/g/gstreamerproject/gstreamer/1.20.3/gstreamerproject.gstreamer.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: gstreamerproject.gstreamer -PackageVersion: 1.20.3 -PackageLocale: en-US -Publisher: GStreamer Project -PackageName: GStreamer -License: LGPL -ShortDescription: GStreamer is a library for constructing graphs of media-handling components. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/g/gstreamerproject/gstreamer/1.20.3/gstreamerproject.gstreamer.yaml b/manifests/g/gstreamerproject/gstreamer/1.20.3/gstreamerproject.gstreamer.yaml deleted file mode 100644 index 84d910a934bd2..0000000000000 --- a/manifests/g/gstreamerproject/gstreamer/1.20.3/gstreamerproject.gstreamer.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: gstreamerproject.gstreamer -PackageVersion: 1.20.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/H3C/H3CShare/1.1.1012/H3C.H3CShare.installer.yaml b/manifests/h/H3C/H3CShare/1.1.1012/H3C.H3CShare.installer.yaml new file mode 100644 index 0000000000000..9642eef23af74 --- /dev/null +++ b/manifests/h/H3C/H3CShare/1.1.1012/H3C.H3CShare.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: H3C.H3CShare +PackageVersion: 1.1.1012 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://h3c-magic.oss-cn-hangzhou.aliyuncs.com/apk/H3C%20Share%20Client%20for%20Windows.exe + InstallerSha256: 8808A53535B2E29F2B38DC7FEC6816E7BC9828F775DA007A768BCB9EBF8B3BCF + ProductCode: H3C 传屏助手 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/H3C/H3CShare/1.1.1012/H3C.H3CShare.locale.en-US.yaml b/manifests/h/H3C/H3CShare/1.1.1012/H3C.H3CShare.locale.en-US.yaml new file mode 100644 index 0000000000000..dfbe90b8a70c2 --- /dev/null +++ b/manifests/h/H3C/H3CShare/1.1.1012/H3C.H3CShare.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: H3C.H3CShare +PackageVersion: 1.1.1012 +PackageLocale: en-US +Publisher: H3C +PublisherUrl: https://www.h3c.com/en/ +PublisherSupportUrl: https://www.h3c.com/en/Support/ +# PrivacyUrl: +Author: New H3C Intelligence Terminal Co., Ltd. +PackageName: H3C 传屏助手 +PackageUrl: https://www.h3c.com/cn/Service/Document_Software/Software_Download/MagicHub/ +License: Freeware +# LicenseUrl: +Copyright: Copyright © 2022-2024 H3C. All rights reserved. +CopyrightUrl: https://www.h3c.com/en/Home/TermsOfUse/ +ShortDescription: Mirror your Windows PC screen to H3C MagicHub +# Description: +# Moniker: +Tags: +- cast +- magichub +- mirror +- projection +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/H3C/H3CShare/1.1.1012/H3C.H3CShare.locale.zh-CN.yaml b/manifests/h/H3C/H3CShare/1.1.1012/H3C.H3CShare.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c20641a493eb4 --- /dev/null +++ b/manifests/h/H3C/H3CShare/1.1.1012/H3C.H3CShare.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: H3C.H3CShare +PackageVersion: 1.1.1012 +PackageLocale: zh-CN +Publisher: H3C +PublisherUrl: https://www.h3c.com/cn/ +PublisherSupportUrl: https://www.h3c.com/cn/Service/Online_Help/ +# PrivacyUrl: +Author: 新华三智能终端有限公司 +PackageName: H3C 传屏助手 +PackageUrl: https://www.h3c.com/cn/Service/Document_Software/Software_Download/MagicHub/ +License: 免费软件 +# LicenseUrl: +Copyright: Copyright © 2022-2024 H3C. All rights reserved. 新华三智能终端有限公司 版权所有 +CopyrightUrl: https://www.h3c.com/cn/Home/Legal___Privacy/ +ShortDescription: 将您的 Windows 电脑屏幕投射至新华三云屏 +# Description: +# Moniker: +Tags: +- 云屏 +- 投射 +- 投影 +- 新华三 +- 新华三云屏 +- 镜像 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/H3C/H3CShare/1.1.1012/H3C.H3CShare.yaml b/manifests/h/H3C/H3CShare/1.1.1012/H3C.H3CShare.yaml new file mode 100644 index 0000000000000..9b12d98c9840b --- /dev/null +++ b/manifests/h/H3C/H3CShare/1.1.1012/H3C.H3CShare.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: H3C.H3CShare +PackageVersion: 1.1.1012 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HARMAN/AdobeAIR/51.0.1.3/HARMAN.AdobeAIR.installer.yaml b/manifests/h/HARMAN/AdobeAIR/51.0.1.3/HARMAN.AdobeAIR.installer.yaml deleted file mode 100644 index 6016c688f0615..0000000000000 --- a/manifests/h/HARMAN/AdobeAIR/51.0.1.3/HARMAN.AdobeAIR.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HARMAN.AdobeAIR -PackageVersion: 51.0.1.3 -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: -silent - SilentWithProgress: -silent -UpgradeBehavior: install -FileExtensions: -- air -ElevationRequirement: elevationRequired -Installers: -- Architecture: x86 - InstallerUrl: https://airsdk.harman.com/assets/downloads/AdobeAIR.exe - InstallerSha256: 859DFD7495971139A5D7EB907F02CA2B868F1E7D5844DC2CC1F58F756BD78CC6 - ProductCode: Adobe AIR -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HARMAN/AdobeAIR/51.0.1.3/HARMAN.AdobeAIR.locale.en-US.yaml b/manifests/h/HARMAN/AdobeAIR/51.0.1.3/HARMAN.AdobeAIR.locale.en-US.yaml deleted file mode 100644 index 396bdb2cbfad0..0000000000000 --- a/manifests/h/HARMAN/AdobeAIR/51.0.1.3/HARMAN.AdobeAIR.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HARMAN.AdobeAIR -PackageVersion: 51.0.1.3 -PackageLocale: en-US -Publisher: HARMAN International -PublisherUrl: https://airsdk.harman.com/ -PublisherSupportUrl: https://airsdk.harman.com/support -PrivacyUrl: https://www.harman.com/privacy-policy -Author: HARMAN International -PackageName: Adobe AIR -# PackageUrl: https://airsdk.harman.com/runtime -License: Proprietary -LicenseUrl: https://airsdk.harman.com/assets/pdfs/HARMAN%20AIR%20SDK%20License%20Agreement.pdf -Copyright: Copyright 2007-2020, Adobe -# CopyrightUrl: -ShortDescription: Enabling cross-platform application and game development -Description: HARMAN have taken over the development and support for the Adobe AIR SDK, a cross-platform framework used by a wide range of applications and games. Enabling rapid development including animations created via Adobe Animate, AIR supports the deployment of applications on desktop and mobile platforms, including the ability to develop and deploy iPhone and iPad applications using a Windows machine. -# Moniker: -# Tags: -ReleaseNotes: |- - AIR-7127: Correct code-signing package ID for an iOS framework containing a bundle - Github-2362: Ensuring correct bounds for objects drawn using line style with a miter - Github-3039: Ensuring macOS clipboard works after system restart - Github-3271: Fixing arm64 JIT handling of 64-bit signed intptr atom to double type - Github-3274: WebSocket updates for port, path and HTTP headers - Github-3283: Improving stability, error checking and async access of Encrypted Local Store - Github-3287: Handling mediaPlaybackRequiresUserAction parameter correctly within StageWebView - Github-3288: Ensuring macOS FontEngine copes if a font doesn't have colr/cblc tables -# ReleaseNotesUrl: https://airsdk.harman.com/release_notes -PurchaseUrl: https://airsdk.harman.com/pricing -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://airsdk.harman.com/faq -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HARMAN/AdobeAIR/51.0.1.3/HARMAN.AdobeAIR.yaml b/manifests/h/HARMAN/AdobeAIR/51.0.1.3/HARMAN.AdobeAIR.yaml deleted file mode 100644 index f6f5f82f9d16f..0000000000000 --- a/manifests/h/HARMAN/AdobeAIR/51.0.1.3/HARMAN.AdobeAIR.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HARMAN.AdobeAIR -PackageVersion: 51.0.1.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HARMAN/AdobeAIR/51.1.1.3/HARMAN.AdobeAIR.installer.yaml b/manifests/h/HARMAN/AdobeAIR/51.1.1.3/HARMAN.AdobeAIR.installer.yaml new file mode 100644 index 0000000000000..608c9f424d980 --- /dev/null +++ b/manifests/h/HARMAN/AdobeAIR/51.1.1.3/HARMAN.AdobeAIR.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HARMAN.AdobeAIR +PackageVersion: 51.1.1.3 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -silent + SilentWithProgress: -silent +UpgradeBehavior: install +FileExtensions: +- air +ReleaseDate: 2024-08-16 +ElevationRequirement: elevationRequired +Installers: +- Architecture: x86 + InstallerUrl: https://airsdk.harman.com/assets/downloads/AdobeAIR.exe + InstallerSha256: DA506FA70F7953E840F3EBA28FAF557A2038E0B3D0A5105A0EBE3434EE5E9E61 + ProductCode: Adobe AIR +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HARMAN/AdobeAIR/51.1.1.3/HARMAN.AdobeAIR.locale.en-US.yaml b/manifests/h/HARMAN/AdobeAIR/51.1.1.3/HARMAN.AdobeAIR.locale.en-US.yaml new file mode 100644 index 0000000000000..40208646cc776 --- /dev/null +++ b/manifests/h/HARMAN/AdobeAIR/51.1.1.3/HARMAN.AdobeAIR.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HARMAN.AdobeAIR +PackageVersion: 51.1.1.3 +PackageLocale: en-US +Publisher: HARMAN International +PublisherUrl: https://airsdk.harman.com/ +PublisherSupportUrl: https://airsdk.harman.com/support +PrivacyUrl: https://www.harman.com/privacy-policy +Author: HARMAN International +PackageName: Adobe AIR +# PackageUrl: +License: Proprietary +LicenseUrl: https://airsdk.harman.com/assets/pdfs/HARMAN%20AIR%20SDK%20License%20Agreement.pdf +Copyright: Copyright 2007-2020, Adobe +# CopyrightUrl: +ShortDescription: Enabling cross-platform application and game development +Description: HARMAN have taken over the development and support for the Adobe AIR SDK, a cross-platform framework used by a wide range of applications and games. Enabling rapid development including animations created via Adobe Animate, AIR supports the deployment of applications on desktop and mobile platforms, including the ability to develop and deploy iPhone and iPad applications using a Windows machine. +# Moniker: +# Tags: +ReleaseNotes: |- + Github-3354: Ensuring Chinese fonts on iOS 18 can be used + Github-3374: Correcting the aapt binary for Linux x86_64 + Github-3375: Ensuring Touch End events are sent on iOS apps running on macOS + Github-3402: Ensuring Android AppEntry debugger configuration is properly built into ADT + Github-3403: Ensuring ELS getItem works on new machine with no fallback + Github-3404: Moving ELS files into app-storage folders +# ReleaseNotesUrl: +PurchaseUrl: https://airsdk.harman.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://airsdk.harman.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HARMAN/AdobeAIR/51.0.1.3/HARMAN.AdobeAIR.locale.zh-CN.yaml b/manifests/h/HARMAN/AdobeAIR/51.1.1.3/HARMAN.AdobeAIR.locale.zh-CN.yaml similarity index 84% rename from manifests/h/HARMAN/AdobeAIR/51.0.1.3/HARMAN.AdobeAIR.locale.zh-CN.yaml rename to manifests/h/HARMAN/AdobeAIR/51.1.1.3/HARMAN.AdobeAIR.locale.zh-CN.yaml index 96a4afaf87866..7307e56ee0785 100644 --- a/manifests/h/HARMAN/AdobeAIR/51.0.1.3/HARMAN.AdobeAIR.locale.zh-CN.yaml +++ b/manifests/h/HARMAN/AdobeAIR/51.1.1.3/HARMAN.AdobeAIR.locale.zh-CN.yaml @@ -1,30 +1,30 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: HARMAN.AdobeAIR -PackageVersion: 51.0.1.3 -PackageLocale: zh-CN -Publisher: HARMAN International -PublisherUrl: https://airsdk.harman.com/ -PublisherSupportUrl: https://airsdk.harman.com/support -PrivacyUrl: https://www.harman.com/privacy-policy -Author: HARMAN International -PackageName: Adobe AIR -# PackageUrl: https://airsdk.harman.com/runtime -License: 专有软件 -LicenseUrl: https://airsdk.harman.com/assets/pdfs/HARMAN%20AIR%20SDK%20License%20Agreement.pdf -Copyright: Copyright 2007-2020, Adobe -# CopyrightUrl: -ShortDescription: 支持跨平台应用和游戏开发 -Description: HARMAN 接管了 Adobe AIR SDK 的开发和支持工作。Adobe AIR SDK 是一个跨平台框架,广泛应用于各种应用程序和游戏。AIR 支持在桌面和移动平台上部署应用程序,包括在 Windows 机器开发和部署 iPhone 和 iPad 应用程序。 -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: https://airsdk.harman.com/release_notes -PurchaseUrl: https://airsdk.harman.com/pricing -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://airsdk.harman.com/faq -ManifestType: locale -ManifestVersion: 1.6.0 +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: HARMAN.AdobeAIR +PackageVersion: 51.1.1.3 +PackageLocale: zh-CN +Publisher: HARMAN International +PublisherUrl: https://airsdk.harman.com/ +PublisherSupportUrl: https://airsdk.harman.com/support +PrivacyUrl: https://www.harman.com/privacy-policy +Author: HARMAN International +PackageName: Adobe AIR +# PackageUrl: +License: 专有软件 +LicenseUrl: https://airsdk.harman.com/assets/pdfs/HARMAN%20AIR%20SDK%20License%20Agreement.pdf +Copyright: Copyright 2007-2020, Adobe +# CopyrightUrl: +ShortDescription: 支持跨平台应用和游戏开发 +Description: HARMAN 接管了 Adobe AIR SDK 的开发和支持工作。Adobe AIR SDK 是一个跨平台框架,广泛应用于各种应用程序和游戏。AIR 支持在桌面和移动平台上部署应用程序,包括在 Windows 机器开发和部署 iPhone 和 iPad 应用程序。 +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://airsdk.harman.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://airsdk.harman.com/faq +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HARMAN/AdobeAIR/51.1.1.3/HARMAN.AdobeAIR.yaml b/manifests/h/HARMAN/AdobeAIR/51.1.1.3/HARMAN.AdobeAIR.yaml new file mode 100644 index 0000000000000..5f1ad013706dc --- /dev/null +++ b/manifests/h/HARMAN/AdobeAIR/51.1.1.3/HARMAN.AdobeAIR.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HARMAN.AdobeAIR +PackageVersion: 51.1.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/MAPMAKING/CLI/17.0.14/HERE.MAPMAKING.CLI.installer.yaml b/manifests/h/HERE/MAPMAKING/CLI/17.0.14/HERE.MAPMAKING.CLI.installer.yaml new file mode 100644 index 0000000000000..053ef2f958ce6 --- /dev/null +++ b/manifests/h/HERE/MAPMAKING/CLI/17.0.14/HERE.MAPMAKING.CLI.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HERE.MAPMAKING.CLI +PackageVersion: 17.0.14 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{026C837B-B646-3225-8BC2-9037A1D9A0CF}' +Installers: +- Architecture: x64 + InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.0.14/maps-cli-installer-17.0.14.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw + InstallerSha256: 17D969C969BBAFD0033A3B7CA5433EE06E532B4E464B031A077B27B15DED4548 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/MAPMAKING/CLI/17.0.14/HERE.MAPMAKING.CLI.locale.en-US.yaml b/manifests/h/HERE/MAPMAKING/CLI/17.0.14/HERE.MAPMAKING.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..7b570292431cb --- /dev/null +++ b/manifests/h/HERE/MAPMAKING/CLI/17.0.14/HERE.MAPMAKING.CLI.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HERE.MAPMAKING.CLI +PackageVersion: 17.0.14 +PackageLocale: en-US +Publisher: HERE Technologies +PackageName: Maps CLI +License: Proprietary +Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). +ShortDescription: With the Command Line Interface you can access HERE Map Making service from a command line or with scripts. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/MAPMAKING/CLI/17.0.14/HERE.MAPMAKING.CLI.yaml b/manifests/h/HERE/MAPMAKING/CLI/17.0.14/HERE.MAPMAKING.CLI.yaml new file mode 100644 index 0000000000000..561fcbed7ffe3 --- /dev/null +++ b/manifests/h/HERE/MAPMAKING/CLI/17.0.14/HERE.MAPMAKING.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HERE.MAPMAKING.CLI +PackageVersion: 17.0.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/MAPMAKING/CLI/17.0.6/HERE.MAPMAKING.CLI.installer.yaml b/manifests/h/HERE/MAPMAKING/CLI/17.0.6/HERE.MAPMAKING.CLI.installer.yaml new file mode 100644 index 0000000000000..88ad714d26b73 --- /dev/null +++ b/manifests/h/HERE/MAPMAKING/CLI/17.0.6/HERE.MAPMAKING.CLI.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HERE.MAPMAKING.CLI +PackageVersion: 17.0.6 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{39F7270A-6A21-3622-BBDD-F4537F44B381}' +Installers: +- Architecture: x64 + InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.0.6/maps-cli-installer-17.0.6.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw + InstallerSha256: 9A23559DA36768F548739EBB1EEE2B449E3E8A85E69EA1DE3C83328F9611D204 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/MAPMAKING/CLI/17.0.6/HERE.MAPMAKING.CLI.locale.en-US.yaml b/manifests/h/HERE/MAPMAKING/CLI/17.0.6/HERE.MAPMAKING.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..1961240e21a6e --- /dev/null +++ b/manifests/h/HERE/MAPMAKING/CLI/17.0.6/HERE.MAPMAKING.CLI.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HERE.MAPMAKING.CLI +PackageVersion: 17.0.6 +PackageLocale: en-US +Publisher: HERE Technologies +PackageName: Maps CLI +License: Proprietary +Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). +ShortDescription: With the Command Line Interface you can access HERE Map Making service from a command line or with scripts. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/MAPMAKING/CLI/17.0.6/HERE.MAPMAKING.CLI.yaml b/manifests/h/HERE/MAPMAKING/CLI/17.0.6/HERE.MAPMAKING.CLI.yaml new file mode 100644 index 0000000000000..b8efc0fe7bfc8 --- /dev/null +++ b/manifests/h/HERE/MAPMAKING/CLI/17.0.6/HERE.MAPMAKING.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HERE.MAPMAKING.CLI +PackageVersion: 17.0.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.installer.yaml new file mode 100644 index 0000000000000..c9e71acde83d9 --- /dev/null +++ b/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HERE.OLPCLI +PackageVersion: 17.0.14 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +ProductCode: '{E37C8B39-4257-3601-A563-2899804AD14A}' +Installers: +- Architecture: x64 + InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.0.14/olp-cli-installer-17.0.14.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw + InstallerSha256: 240D570AF79EB71AAACED19F13833C230599778A9B5E61F2B27AB632F648BE55 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..7f12801a8467c --- /dev/null +++ b/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HERE.OLPCLI +PackageVersion: 17.0.14 +PackageLocale: en-US +Publisher: HERE Technologies +PackageName: OLP CLI +License: Proprietary +Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). +ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.yaml new file mode 100644 index 0000000000000..c92cddb91d213 --- /dev/null +++ b/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HERE.OLPCLI +PackageVersion: 17.0.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.installer.yaml new file mode 100644 index 0000000000000..64b92b34d669c --- /dev/null +++ b/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HERE.OLPCLI +PackageVersion: 17.0.6 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +ProductCode: '{86C2FF6A-1043-3EB4-9F06-313B4A0D659E}' +Installers: +- Architecture: x64 + InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.0.6/olp-cli-installer-17.0.6.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw + InstallerSha256: D94E492C1E505E4D067079878545D87BEA47CD7F00310C86A449A26C80F1E2BF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..0afd2318ffb27 --- /dev/null +++ b/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HERE.OLPCLI +PackageVersion: 17.0.6 +PackageLocale: en-US +Publisher: HERE Technologies +PackageName: OLP CLI +License: Proprietary +Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). +ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.yaml new file mode 100644 index 0000000000000..59f4472418464 --- /dev/null +++ b/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HERE.OLPCLI +PackageVersion: 17.0.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.installer.yaml new file mode 100644 index 0000000000000..90e450176c0f6 --- /dev/null +++ b/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HERE.OLPCLI.NATIVE +PackageVersion: 17.0.14 +InstallerType: portable +Commands: +- olp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.0.14/olp-cli-native-image-17.0.14.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw + InstallerSha256: D0CEFD856595F477438DAEC093A6A48D1A131D9E01A70841A59C77089919C5A2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.locale.en-US.yaml new file mode 100644 index 0000000000000..22b5c52715471 --- /dev/null +++ b/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HERE.OLPCLI.NATIVE +PackageVersion: 17.0.14 +PackageLocale: en-US +Publisher: HERE Technologies +PackageName: OLP CLI Native +License: Proprietary +Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). +ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.yaml new file mode 100644 index 0000000000000..84ddd29f64c3c --- /dev/null +++ b/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HERE.OLPCLI.NATIVE +PackageVersion: 17.0.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.installer.yaml new file mode 100644 index 0000000000000..3aa24ef285dc4 --- /dev/null +++ b/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HERE.OLPCLI.NATIVE +PackageVersion: 17.0.6 +InstallerType: portable +Commands: +- olp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.0.6/olp-cli-native-image-17.0.6.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw + InstallerSha256: 773146B987A55FF2AF9D956CF5AED21BB5E0503E489998AF534A312A28E0E6EE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.locale.en-US.yaml new file mode 100644 index 0000000000000..8d719a9111bd6 --- /dev/null +++ b/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HERE.OLPCLI.NATIVE +PackageVersion: 17.0.6 +PackageLocale: en-US +Publisher: HERE Technologies +PackageName: OLP CLI Native +License: Proprietary +Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). +ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.yaml new file mode 100644 index 0000000000000..7102c2a452478 --- /dev/null +++ b/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HERE.OLPCLI.NATIVE +PackageVersion: 17.0.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HandBrake/HandBrake/1.8.2/HandBrake.HandBrake.installer.yaml b/manifests/h/HandBrake/HandBrake/1.8.2/HandBrake.HandBrake.installer.yaml new file mode 100644 index 0000000000000..987d79c56a41d --- /dev/null +++ b/manifests/h/HandBrake/HandBrake/1.8.2/HandBrake.HandBrake.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HandBrake.HandBrake +PackageVersion: 1.8.2 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ReleaseDate: 2024-08-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/HandBrake/HandBrake/releases/download/1.8.2/HandBrake-1.8.2-x86_64-Win_GUI.exe + InstallerSha256: E4C3C965ED05492F73FA261D2E2560ED9F0506474956EEFAB176C44EE709A1AB + ProductCode: HandBrake +- Architecture: arm64 + InstallerUrl: https://github.com/HandBrake/HandBrake/releases/download/1.8.2/HandBrake-1.8.2-arm64-Win_GUI.exe + InstallerSha256: BF27E271CDE31E96FB28DF7951E25ABEFE97494EAACAF586D0612DE7EE50116A + ProductCode: HandBrake +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HandBrake/HandBrake/1.8.2/HandBrake.HandBrake.locale.en-US.yaml b/manifests/h/HandBrake/HandBrake/1.8.2/HandBrake.HandBrake.locale.en-US.yaml new file mode 100644 index 0000000000000..2f5fb95aa2a49 --- /dev/null +++ b/manifests/h/HandBrake/HandBrake/1.8.2/HandBrake.HandBrake.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HandBrake.HandBrake +PackageVersion: 1.8.2 +PackageLocale: en-US +Publisher: The HandBrake Team +PublisherUrl: https://handbrake.fr/ +PublisherSupportUrl: https://handbrake.fr/community.php +PrivacyUrl: https://handbrake.fr/privacy.php +Author: The HandBrake Team +PackageName: HandBrake +PackageUrl: https://handbrake.fr/ +License: GPL-2.0 +LicenseUrl: https://github.com/HandBrake/HandBrake/blob/HEAD/LICENSE +Copyright: Copyright (C) 2003-2024 The HandBrake Team +# CopyrightUrl: +ShortDescription: HandBrake is a open-source tool, built by volunteers, for converting video from nearly any format to a selection of modern, widely supported codecs. +Description: |- + HandBrake takes videos you already have and makes new ones that work on your mobile phone, tablet, TV media player, game console, computer, or web browser—nearly anything that supports modern video formats. + HandBrake works with most common video files and formats, including ones created by consumer and professional video cameras, mobile devices such as phones and tablets, game and computer screen recordings, and DVD and Blu-ray discs. HandBrake leverages tools such as FFmpeg, x264, and x265 to create new MP4 or MKV video files from these Sources. +Moniker: handbrake +Tags: +- audio +- convert +- decode +- encode +- filter +- media +- multimedia +- rip +- video +ReleaseNotes: |- + All platforms + General + - Fixed a potential crash when trying to scan deleted files + - Fixed scan of broken video that uses reserved color matrix values + - Fixed an issue that could cause some audio tracks to be dropped + Third-party libraries + - Updated libraries + - FFmpeg 7.0.2 (decoding and filters) + - libass 0.17.3 (subtitles) + - libvpx 1.14.1 (VP8/VP9 video encoding) + Windows + - Fixed an issue where auto name wasn't triggering correctly with preset changes (#6159) + - Fixed a potential crash when importing presets from the mac version. (#6186) + - Fixed an issue loading presets where a video encode isn't available on the system. (#6184) + - Minor startup performance improvement on some Intel based systems. + Linux + - Fixed an issue where an encoded file could be output to the wrong filename when using the queue (#6067) +ReleaseNotesUrl: https://github.com/HandBrake/HandBrake/releases/tag/1.8.2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://handbrake.fr/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HandBrake/HandBrake/1.8.2/HandBrake.HandBrake.locale.zh-CN.yaml b/manifests/h/HandBrake/HandBrake/1.8.2/HandBrake.HandBrake.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8915ef817fcc1 --- /dev/null +++ b/manifests/h/HandBrake/HandBrake/1.8.2/HandBrake.HandBrake.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: HandBrake.HandBrake +PackageVersion: 1.8.2 +PackageLocale: zh-CN +Publisher: The HandBrake Team +PublisherUrl: https://handbrake.fr/ +PublisherSupportUrl: https://handbrake.fr/community.php +PrivacyUrl: https://handbrake.fr/privacy.php +Author: The HandBrake Team +PackageName: HandBrake +PackageUrl: https://handbrake.fr/ +License: GPL-2.0 +LicenseUrl: https://github.com/HandBrake/HandBrake/blob/HEAD/LICENSE +Copyright: Copyright (C) 2003-2024 The HandBrake Team +# CopyrightUrl: +ShortDescription: HandBrake 是一款由志愿者开发的开源工具,可将几乎任何格式的视频转换为一系列广泛支持的现代编码格式。 +Description: |- + HandBrake 能将你已有的视频转换成新的视频,并能在你的手机、平板电脑、电视媒体播放器、游戏机、电脑或网络浏览器上播放--几乎任何支持现代视频格式的设备上都能播放。 + HandBrake 可处理大多数常见的视频文件和格式,包括由民用和专业摄像机、手机和平板电脑等移动设备、游戏和电脑屏幕录制以及 DVD 和蓝光光盘创建的视频文件和格式。HandBrake 可利用 FFmpeg、x264 和 x265 等工具,从这些来源创建新的 MP4 或 MKV 视频文件。 +# Moniker: +Tags: +- 压制 +- 多媒体 +- 媒体 +- 滤镜 +- 视频 +- 编码 +- 解码 +- 转换 +- 转码 +- 过滤 +- 过滤器 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/HandBrake/HandBrake/releases/tag/1.8.2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://handbrake.fr/docs/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HandBrake/HandBrake/1.8.2/HandBrake.HandBrake.yaml b/manifests/h/HandBrake/HandBrake/1.8.2/HandBrake.HandBrake.yaml new file mode 100644 index 0000000000000..21a79c4a2e4df --- /dev/null +++ b/manifests/h/HandBrake/HandBrake/1.8.2/HandBrake.HandBrake.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HandBrake.HandBrake +PackageVersion: 1.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HandBrake/HandBrake/CLI/1.8.2/HandBrake.HandBrake.CLI.installer.yaml b/manifests/h/HandBrake/HandBrake/CLI/1.8.2/HandBrake.HandBrake.CLI.installer.yaml new file mode 100644 index 0000000000000..bb1f30bac920f --- /dev/null +++ b/manifests/h/HandBrake/HandBrake/CLI/1.8.2/HandBrake.HandBrake.CLI.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HandBrake.HandBrake.CLI +PackageVersion: 1.8.2 +InstallerType: zip +ReleaseDate: 2024-08-10 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: HandBrakeCLI.exe + PortableCommandAlias: HandBrakeCLI + InstallerUrl: https://github.com/HandBrake/HandBrake/releases/download/1.8.2/HandBrakeCLI-1.8.2-win-x86_64.zip + InstallerSha256: 7FC6775531774609F15FCE04DC5C9EBB4CA5A647D8694DD62E8736CBFF66D060 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: HandBrakeCLI.exe + PortableCommandAlias: HandBrakeCLI + InstallerUrl: https://github.com/HandBrake/HandBrake/releases/download/1.8.2/HandBrakeCLI-1.8.2-win-aarch64.zip + InstallerSha256: 75A81D2C12E31135BDB52C0FBB2953D638EF487C989B04D4A04C9403DEB33617 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HandBrake/HandBrake/CLI/1.8.2/HandBrake.HandBrake.CLI.locale.en-US.yaml b/manifests/h/HandBrake/HandBrake/CLI/1.8.2/HandBrake.HandBrake.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..58526d28dfffd --- /dev/null +++ b/manifests/h/HandBrake/HandBrake/CLI/1.8.2/HandBrake.HandBrake.CLI.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HandBrake.HandBrake.CLI +PackageVersion: 1.8.2 +PackageLocale: en-US +Publisher: The HandBrake Team +PublisherUrl: https://handbrake.fr/ +PublisherSupportUrl: https://handbrake.fr/community.php +PrivacyUrl: https://handbrake.fr/privacy.php +Author: The HandBrake Team +PackageName: HandBrake CLI +PackageUrl: https://handbrake.fr/ +License: GPL-2.0 +LicenseUrl: https://github.com/HandBrake/HandBrake/blob/HEAD/LICENSE +Copyright: Copyright (C) 2003-2024 The HandBrake Team +# CopyrightUrl: +ShortDescription: HandBrake is a open-source tool, built by volunteers, for converting video from nearly any format to a selection of modern, widely supported codecs. (CLI version) +Description: |- + HandBrake takes videos you already have and makes new ones that work on your mobile phone, tablet, TV media player, game console, computer, or web browser—nearly anything that supports modern video formats. + HandBrake works with most common video files and formats, including ones created by consumer and professional video cameras, mobile devices such as phones and tablets, game and computer screen recordings, and DVD and Blu-ray discs. HandBrake leverages tools such as FFmpeg, x264, and x265 to create new MP4 or MKV video files from these Sources. +# Moniker: +Tags: +- audio +- convert +- decode +- encode +- filter +- media +- multimedia +- rip +- video +ReleaseNotes: |- + All platforms + General + - Fixed a potential crash when trying to scan deleted files + - Fixed scan of broken video that uses reserved color matrix values + - Fixed an issue that could cause some audio tracks to be dropped + Third-party libraries + - Updated libraries + - FFmpeg 7.0.2 (decoding and filters) + - libass 0.17.3 (subtitles) + - libvpx 1.14.1 (VP8/VP9 video encoding) + Windows + - Fixed an issue where auto name wasn't triggering correctly with preset changes (#6159) + - Fixed a potential crash when importing presets from the mac version. (#6186) + - Fixed an issue loading presets where a video encode isn't available on the system. (#6184) + - Minor startup performance improvement on some Intel based systems. + Linux + - Fixed an issue where an encoded file could be output to the wrong filename when using the queue (#6067) +ReleaseNotesUrl: https://github.com/HandBrake/HandBrake/releases/tag/1.8.2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://handbrake.fr/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HandBrake/HandBrake/CLI/1.8.2/HandBrake.HandBrake.CLI.locale.zh-CN.yaml b/manifests/h/HandBrake/HandBrake/CLI/1.8.2/HandBrake.HandBrake.CLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1211f69715e2e --- /dev/null +++ b/manifests/h/HandBrake/HandBrake/CLI/1.8.2/HandBrake.HandBrake.CLI.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: HandBrake.HandBrake.CLI +PackageVersion: 1.8.2 +PackageLocale: zh-CN +Publisher: The HandBrake Team +PublisherUrl: https://handbrake.fr/ +PublisherSupportUrl: https://handbrake.fr/community.php +PrivacyUrl: https://handbrake.fr/privacy.php +Author: The HandBrake Team +PackageName: HandBrake CLI +PackageUrl: https://handbrake.fr/ +License: GPL-2.0 +LicenseUrl: https://github.com/HandBrake/HandBrake/blob/HEAD/LICENSE +Copyright: Copyright (C) 2003-2024 The HandBrake Team +# CopyrightUrl: +ShortDescription: HandBrake 是一款由志愿者开发的开源工具,可将几乎任何格式的视频转换为一系列广泛支持的现代编码格式。(命令行版本) +Description: |- + HandBrake 能将你已有的视频转换成新的视频,并能在你的手机、平板电脑、电视媒体播放器、游戏机、电脑或网络浏览器上播放--几乎任何支持现代视频格式的设备上都能播放。 + HandBrake 可处理大多数常见的视频文件和格式,包括由民用和专业摄像机、手机和平板电脑等移动设备、游戏和电脑屏幕录制以及 DVD 和蓝光光盘创建的视频文件和格式。HandBrake 可利用 FFmpeg、x264 和 x265 等工具,从这些来源创建新的 MP4 或 MKV 视频文件。 +# Moniker: +Tags: +- 压制 +- 多媒体 +- 媒体 +- 滤镜 +- 视频 +- 编码 +- 解码 +- 转换 +- 转码 +- 过滤 +- 过滤器 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/HandBrake/HandBrake/releases/tag/1.8.2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://handbrake.fr/docs/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HandBrake/HandBrake/CLI/1.8.2/HandBrake.HandBrake.CLI.yaml b/manifests/h/HandBrake/HandBrake/CLI/1.8.2/HandBrake.HandBrake.CLI.yaml new file mode 100644 index 0000000000000..1a65c5fd5f3c1 --- /dev/null +++ b/manifests/h/HandBrake/HandBrake/CLI/1.8.2/HandBrake.HandBrake.CLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HandBrake.HandBrake.CLI +PackageVersion: 1.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Packer/1.11.2/Hashicorp.Packer.installer.yaml b/manifests/h/Hashicorp/Packer/1.11.2/Hashicorp.Packer.installer.yaml new file mode 100644 index 0000000000000..fbf3d696f50cc --- /dev/null +++ b/manifests/h/Hashicorp/Packer/1.11.2/Hashicorp.Packer.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Packer +PackageVersion: 1.11.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: packer.exe +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x86 + InstallerUrl: https://releases.hashicorp.com/packer/1.11.2/packer_1.11.2_windows_386.zip + InstallerSha256: B115C1CF9C6E14CECA31ADB22278831F3D364083C4898095973830389CA333CA +- Architecture: x64 + InstallerUrl: https://releases.hashicorp.com/packer/1.11.2/packer_1.11.2_windows_amd64.zip + InstallerSha256: 43FACEE0F16A03C26BBB713C6904B39568AE320D02B875FE18436E93068A712E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Packer/1.11.2/Hashicorp.Packer.locale.en-US.yaml b/manifests/h/Hashicorp/Packer/1.11.2/Hashicorp.Packer.locale.en-US.yaml new file mode 100644 index 0000000000000..f1913551d8284 --- /dev/null +++ b/manifests/h/Hashicorp/Packer/1.11.2/Hashicorp.Packer.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Packer +PackageVersion: 1.11.2 +PackageLocale: en-US +Publisher: HashiCorp +PublisherUrl: https://www.packer.io/ +PublisherSupportUrl: https://www.packer.io/community +PrivacyUrl: https://www.hashicorp.com/privacy +Author: HashiCorp, Inc. +PackageName: Packer +PackageUrl: https://www.packer.io/ +License: BSL-1.1 +LicenseUrl: https://github.com/hashicorp/packer/blob/main/LICENSE +Copyright: The Licensed Work is (c) 2024 HashiCorp, Inc. +ShortDescription: Packer is a tool for building identical machine images for multiple platforms from a single source configuration. +Moniker: packer +Tags: +- developing +- packer +- virtualization +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.packer.io/docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Packer/1.11.2/Hashicorp.Packer.yaml b/manifests/h/Hashicorp/Packer/1.11.2/Hashicorp.Packer.yaml new file mode 100644 index 0000000000000..8f2907c01fd20 --- /dev/null +++ b/manifests/h/Hashicorp/Packer/1.11.2/Hashicorp.Packer.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Packer +PackageVersion: 1.11.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/1.9.3/Hashicorp.Terraform.installer.yaml b/manifests/h/Hashicorp/Terraform/1.9.3/Hashicorp.Terraform.installer.yaml new file mode 100644 index 0000000000000..4d8fe8b9eda73 --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/1.9.3/Hashicorp.Terraform.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform +PackageVersion: 1.9.3 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: terraform.exe +FileExtensions: +- tf +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x86 + InstallerUrl: https://releases.hashicorp.com/terraform/1.9.3/terraform_1.9.3_windows_386.zip + InstallerSha256: 7765640A7DC711FC9C9112B00AB01CD1E39080C889D43DDF00301A1D4A1676E8 +- Architecture: x64 + InstallerUrl: https://releases.hashicorp.com/terraform/1.9.3/terraform_1.9.3_windows_amd64.zip + InstallerSha256: 87E41F1D58296BF15F050EE262251309568532DF7D3410CD7561B4C595FF5268 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/1.9.3/Hashicorp.Terraform.locale.en-US.yaml b/manifests/h/Hashicorp/Terraform/1.9.3/Hashicorp.Terraform.locale.en-US.yaml new file mode 100644 index 0000000000000..643f755565e3f --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/1.9.3/Hashicorp.Terraform.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform +PackageVersion: 1.9.3 +PackageLocale: en-US +Publisher: HashiCorp +PublisherUrl: https://www.hashicorp.com/ +PublisherSupportUrl: https://github.com/hashicorp/terraform/issues +PrivacyUrl: https://www.hashicorp.com/privacy?product_intent=terraform +Author: Mitchell Hashimoto +PackageName: Hashicorp Terraform +PackageUrl: https://www.terraform.io/ +License: Business Source License 1.1 +LicenseUrl: https://github.com/hashicorp/terraform/blob/main/LICENSE +Copyright: Copyright (c) Hashicorp +CopyrightUrl: https://github.com/hashicorp/terraform/blob/main/LICENSE +ShortDescription: Terraform enables you to safely and predictably create, change, and improve infrastructure. +Moniker: terraform +Tags: +- hashicorp +- terraform +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/1.9.3/Hashicorp.Terraform.yaml b/manifests/h/Hashicorp/Terraform/1.9.3/Hashicorp.Terraform.yaml new file mode 100644 index 0000000000000..1b8df8790903e --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/1.9.3/Hashicorp.Terraform.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform +PackageVersion: 1.9.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/1.9.4/Hashicorp.Terraform.installer.yaml b/manifests/h/Hashicorp/Terraform/1.9.4/Hashicorp.Terraform.installer.yaml new file mode 100644 index 0000000000000..72304fda459a2 --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/1.9.4/Hashicorp.Terraform.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform +PackageVersion: 1.9.4 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: terraform.exe +FileExtensions: +- tf +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x86 + InstallerUrl: https://releases.hashicorp.com/terraform/1.9.4/terraform_1.9.4_windows_386.zip + InstallerSha256: 0978DCFF8B2CD0358881408A882F8C7EA44BE5F8C3512238F3D7B6EE61454E95 +- Architecture: x64 + InstallerUrl: https://releases.hashicorp.com/terraform/1.9.4/terraform_1.9.4_windows_amd64.zip + InstallerSha256: D9B0DCC5E7D31A290BF77F662A969D45E5ED1B760B4C2E0E2AB2770BA426D27F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/1.9.4/Hashicorp.Terraform.locale.en-US.yaml b/manifests/h/Hashicorp/Terraform/1.9.4/Hashicorp.Terraform.locale.en-US.yaml new file mode 100644 index 0000000000000..4f6b0f5fb6d46 --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/1.9.4/Hashicorp.Terraform.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform +PackageVersion: 1.9.4 +PackageLocale: en-US +Publisher: HashiCorp +PublisherUrl: https://www.hashicorp.com/ +PublisherSupportUrl: https://github.com/hashicorp/terraform/issues +PrivacyUrl: https://www.hashicorp.com/privacy?product_intent=terraform +Author: Mitchell Hashimoto +PackageName: Hashicorp Terraform +PackageUrl: https://www.terraform.io/ +License: Business Source License 1.1 +LicenseUrl: https://github.com/hashicorp/terraform/blob/main/LICENSE +Copyright: Copyright (c) Hashicorp +CopyrightUrl: https://github.com/hashicorp/terraform/blob/main/LICENSE +ShortDescription: Terraform enables you to safely and predictably create, change, and improve infrastructure. +Moniker: terraform +Tags: +- hashicorp +- terraform +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/1.9.4/Hashicorp.Terraform.yaml b/manifests/h/Hashicorp/Terraform/1.9.4/Hashicorp.Terraform.yaml new file mode 100644 index 0000000000000..10580c6601bb1 --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/1.9.4/Hashicorp.Terraform.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform +PackageVersion: 1.9.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/1.9.5/Hashicorp.Terraform.installer.yaml b/manifests/h/Hashicorp/Terraform/1.9.5/Hashicorp.Terraform.installer.yaml new file mode 100644 index 0000000000000..25226902591ae --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/1.9.5/Hashicorp.Terraform.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform +PackageVersion: 1.9.5 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: terraform.exe +FileExtensions: +- tf +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x86 + InstallerUrl: https://releases.hashicorp.com/terraform/1.9.5/terraform_1.9.5_windows_386.zip + InstallerSha256: DA8023A3BA045185D129B6D5953F1C07979425B4019B641939784872F57EFDAD +- Architecture: x64 + InstallerUrl: https://releases.hashicorp.com/terraform/1.9.5/terraform_1.9.5_windows_amd64.zip + InstallerSha256: 61215A66B478AC8143E3C5C3DE8B5B604A36AC5B40B94D10B8500DA23C9BFCE9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/1.9.5/Hashicorp.Terraform.locale.en-US.yaml b/manifests/h/Hashicorp/Terraform/1.9.5/Hashicorp.Terraform.locale.en-US.yaml new file mode 100644 index 0000000000000..7ea2055217506 --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/1.9.5/Hashicorp.Terraform.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform +PackageVersion: 1.9.5 +PackageLocale: en-US +Publisher: HashiCorp +PublisherUrl: https://www.hashicorp.com/ +PublisherSupportUrl: https://github.com/hashicorp/terraform/issues +PrivacyUrl: https://www.hashicorp.com/privacy?product_intent=terraform +Author: Mitchell Hashimoto +PackageName: Hashicorp Terraform +PackageUrl: https://www.terraform.io/ +License: Business Source License 1.1 +LicenseUrl: https://github.com/hashicorp/terraform/blob/main/LICENSE +Copyright: Copyright (c) Hashicorp +CopyrightUrl: https://github.com/hashicorp/terraform/blob/main/LICENSE +ShortDescription: Terraform enables you to safely and predictably create, change, and improve infrastructure. +Moniker: terraform +Tags: +- hashicorp +- terraform +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/1.9.5/Hashicorp.Terraform.yaml b/manifests/h/Hashicorp/Terraform/1.9.5/Hashicorp.Terraform.yaml new file mode 100644 index 0000000000000..43bdb5ceb1adf --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/1.9.5/Hashicorp.Terraform.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform +PackageVersion: 1.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240807/Hashicorp.Terraform.Alpha.installer.yaml b/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240807/Hashicorp.Terraform.Alpha.installer.yaml new file mode 100644 index 0000000000000..88ef3cd52630c --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240807/Hashicorp.Terraform.Alpha.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform.Alpha +PackageVersion: 1.10.0-alpha20240807 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: terraform.exe +FileExtensions: +- tf +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x86 + InstallerUrl: https://releases.hashicorp.com/terraform/1.10.0-alpha20240807/terraform_1.10.0-alpha20240807_windows_386.zip + InstallerSha256: BE6E80D46F04F14904FC8DD18619D3C77C26F7D669A786A86E0D60F62AC85044 +- Architecture: x64 + InstallerUrl: https://releases.hashicorp.com/terraform/1.10.0-alpha20240807/terraform_1.10.0-alpha20240807_windows_amd64.zip + InstallerSha256: E8AB4798E1140D53DD610FA18AC3394FF0FAB86C5EA36A56EE72F7CEEA56CE5D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240807/Hashicorp.Terraform.Alpha.locale.en-US.yaml b/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240807/Hashicorp.Terraform.Alpha.locale.en-US.yaml new file mode 100644 index 0000000000000..52dea2578ada9 --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240807/Hashicorp.Terraform.Alpha.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform.Alpha +PackageVersion: 1.10.0-alpha20240807 +PackageLocale: en-US +Publisher: HashiCorp +PublisherUrl: https://www.hashicorp.com/ +PublisherSupportUrl: https://github.com/hashicorp/terraform/issues +PrivacyUrl: https://www.hashicorp.com/privacy?product_intent=terraform +Author: Mitchell Hashimoto +PackageName: Hashicorp Terraform +PackageUrl: https://www.terraform.io/ +License: BUSL 1.1 +LicenseUrl: https://github.com/hashicorp/terraform/blob/main/LICENSE +Copyright: Copyright (c) Hashicorp +CopyrightUrl: https://github.com/hashicorp/terraform/blob/main/LICENSE +ShortDescription: Terraform enables you to safely and predictably create, change, and improve infrastructure. +Moniker: terraform +Tags: +- hashicorp +- terraform +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240807/Hashicorp.Terraform.Alpha.yaml b/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240807/Hashicorp.Terraform.Alpha.yaml new file mode 100644 index 0000000000000..105bab4d407db --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240807/Hashicorp.Terraform.Alpha.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform.Alpha +PackageVersion: 1.10.0-alpha20240807 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240828/Hashicorp.Terraform.Alpha.installer.yaml b/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240828/Hashicorp.Terraform.Alpha.installer.yaml new file mode 100644 index 0000000000000..a4f9278381dfd --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240828/Hashicorp.Terraform.Alpha.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform.Alpha +PackageVersion: 1.10.0-alpha20240828 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: terraform.exe +FileExtensions: +- tf +ReleaseDate: 2024-08-28 +Installers: +- Architecture: x86 + InstallerUrl: https://releases.hashicorp.com/terraform/1.10.0-alpha20240828/terraform_1.10.0-alpha20240828_windows_386.zip + InstallerSha256: BE053A71585D1F77C5D9F930E0DEC0439121A57A72E85E9C61A8BC4AF67C0F55 +- Architecture: x64 + InstallerUrl: https://releases.hashicorp.com/terraform/1.10.0-alpha20240828/terraform_1.10.0-alpha20240828_windows_amd64.zip + InstallerSha256: C772E53C98AE3F65FAD86B6BBF2DD1D91987BF42F550DAC0FA1CD2F9B89BFE5E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240828/Hashicorp.Terraform.Alpha.locale.en-US.yaml b/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240828/Hashicorp.Terraform.Alpha.locale.en-US.yaml new file mode 100644 index 0000000000000..99c28a4175da9 --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240828/Hashicorp.Terraform.Alpha.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform.Alpha +PackageVersion: 1.10.0-alpha20240828 +PackageLocale: en-US +Publisher: HashiCorp +PublisherUrl: https://www.hashicorp.com/ +PublisherSupportUrl: https://github.com/hashicorp/terraform/issues +PrivacyUrl: https://www.hashicorp.com/privacy?product_intent=terraform +Author: Mitchell Hashimoto +PackageName: Hashicorp Terraform +PackageUrl: https://www.terraform.io/ +License: BUSL 1.1 +LicenseUrl: https://github.com/hashicorp/terraform/blob/main/LICENSE +Copyright: Copyright (c) Hashicorp +CopyrightUrl: https://github.com/hashicorp/terraform/blob/main/LICENSE +ShortDescription: Terraform enables you to safely and predictably create, change, and improve infrastructure. +Moniker: terraform +Tags: +- hashicorp +- terraform +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240828/Hashicorp.Terraform.Alpha.yaml b/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240828/Hashicorp.Terraform.Alpha.yaml new file mode 100644 index 0000000000000..e0eb1c2dadd3a --- /dev/null +++ b/manifests/h/Hashicorp/Terraform/Alpha/1.10.0-alpha20240828/Hashicorp.Terraform.Alpha.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hashicorp.Terraform.Alpha +PackageVersion: 1.10.0-alpha20240828 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HaxeFoundation/Haxe/4.3.5/HaxeFoundation.Haxe.installer.yaml b/manifests/h/HaxeFoundation/Haxe/4.3.5/HaxeFoundation.Haxe.installer.yaml new file mode 100644 index 0000000000000..d22806dd278af --- /dev/null +++ b/manifests/h/HaxeFoundation/Haxe/4.3.5/HaxeFoundation.Haxe.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HaxeFoundation.Haxe +PackageVersion: 4.3.5 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HaxeFoundation/haxe/releases/download/4.3.5/haxe-4.3.5-win.exe + InstallerSha256: 148C799719006C7E07A037A6E3CFDEE7969FBA618533FA57A732DFCBF4C986B0 +- Architecture: x64 + InstallerUrl: https://github.com/HaxeFoundation/haxe/releases/download/4.3.5/haxe-4.3.5-win64.exe + InstallerSha256: 523395CFB3696761F2DEAD204A3B734B0F3CFC2502E46967F0EA8FD551A4FBC1 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-18 diff --git a/manifests/h/HaxeFoundation/Haxe/4.3.5/HaxeFoundation.Haxe.locale.en-US.yaml b/manifests/h/HaxeFoundation/Haxe/4.3.5/HaxeFoundation.Haxe.locale.en-US.yaml new file mode 100644 index 0000000000000..c4c2e0b70e591 --- /dev/null +++ b/manifests/h/HaxeFoundation/Haxe/4.3.5/HaxeFoundation.Haxe.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HaxeFoundation.Haxe +PackageVersion: 4.3.5 +PackageLocale: en-US +Publisher: Haxe Foundation +PublisherUrl: https://haxe.org +PublisherSupportUrl: https://github.com/HaxeFoundation/haxe/issues +PackageName: Haxe +PackageUrl: https://github.com/HaxeFoundation/haxe +License: GPLv2+ +ShortDescription: Haxe is an open source high-level strictly-typed programming language with a fast optimizing cross-compiler. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HaxeFoundation/Haxe/4.3.5/HaxeFoundation.Haxe.yaml b/manifests/h/HaxeFoundation/Haxe/4.3.5/HaxeFoundation.Haxe.yaml new file mode 100644 index 0000000000000..7906a9b9563a9 --- /dev/null +++ b/manifests/h/HaxeFoundation/Haxe/4.3.5/HaxeFoundation.Haxe.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HaxeFoundation.Haxe +PackageVersion: 4.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HaxeFoundation/Haxe/4.3.6/HaxeFoundation.Haxe.installer.yaml b/manifests/h/HaxeFoundation/Haxe/4.3.6/HaxeFoundation.Haxe.installer.yaml new file mode 100644 index 0000000000000..d7f52d6de9833 --- /dev/null +++ b/manifests/h/HaxeFoundation/Haxe/4.3.6/HaxeFoundation.Haxe.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HaxeFoundation.Haxe +PackageVersion: 4.3.6 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HaxeFoundation/haxe/releases/download/4.3.6/haxe-4.3.6-win.exe + InstallerSha256: B3BC89BA1BB2B34EE6AEBAC5128A1B9D3BD31F76F3435866C4C6E469BB3745A8 +- Architecture: x64 + InstallerUrl: https://github.com/HaxeFoundation/haxe/releases/download/4.3.6/haxe-4.3.6-win64.exe + InstallerSha256: CB8ABD13B369EF4A5910DDA42DC3008DAC88331EFDFA6BF484176FC635110704 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-07 diff --git a/manifests/h/HaxeFoundation/Haxe/4.3.6/HaxeFoundation.Haxe.locale.en-US.yaml b/manifests/h/HaxeFoundation/Haxe/4.3.6/HaxeFoundation.Haxe.locale.en-US.yaml new file mode 100644 index 0000000000000..788883f4f6800 --- /dev/null +++ b/manifests/h/HaxeFoundation/Haxe/4.3.6/HaxeFoundation.Haxe.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HaxeFoundation.Haxe +PackageVersion: 4.3.6 +PackageLocale: en-US +Publisher: Haxe Foundation +PublisherUrl: https://haxe.org +PublisherSupportUrl: https://github.com/HaxeFoundation/haxe/issues +PackageName: Haxe +PackageUrl: https://github.com/HaxeFoundation/haxe +License: GPLv2+ +ShortDescription: Haxe is an open source high-level strictly-typed programming language with a fast optimizing cross-compiler. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HaxeFoundation/Haxe/4.3.6/HaxeFoundation.Haxe.yaml b/manifests/h/HaxeFoundation/Haxe/4.3.6/HaxeFoundation.Haxe.yaml new file mode 100644 index 0000000000000..6ee90144f00b8 --- /dev/null +++ b/manifests/h/HaxeFoundation/Haxe/4.3.6/HaxeFoundation.Haxe.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HaxeFoundation.Haxe +PackageVersion: 4.3.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HaystackSoftwareLLC/Arq7/7.29.0.0/HaystackSoftwareLLC.Arq7.installer.yaml b/manifests/h/HaystackSoftwareLLC/Arq7/7.29.0.0/HaystackSoftwareLLC.Arq7.installer.yaml deleted file mode 100644 index ed2a992199dc0..0000000000000 --- a/manifests/h/HaystackSoftwareLLC/Arq7/7.29.0.0/HaystackSoftwareLLC.Arq7.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/08 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HaystackSoftwareLLC.Arq7 -PackageVersion: 7.29.0.0 -InstallerLocale: en-US -InstallerType: wix -ProductCode: '{3FEC6B64-FA6F-4DA0-B95F-26B1515977E0}' -Installers: -- Architecture: x86 - InstallerUrl: https://www.arqbackup.com/download/arqbackup/Arq7.msi - InstallerSha256: 5D31F59635D8EB311E8AD119C559C6B17D575459032E81B0BEC26E7DB500ABAD -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HaystackSoftwareLLC/Arq7/7.29.0.0/HaystackSoftwareLLC.Arq7.yaml b/manifests/h/HaystackSoftwareLLC/Arq7/7.29.0.0/HaystackSoftwareLLC.Arq7.yaml deleted file mode 100644 index 371835e5729c1..0000000000000 --- a/manifests/h/HaystackSoftwareLLC/Arq7/7.29.0.0/HaystackSoftwareLLC.Arq7.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/08 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HaystackSoftwareLLC.Arq7 -PackageVersion: 7.29.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HaystackSoftwareLLC/Arq7/7.30.3.0/HaystackSoftwareLLC.Arq7.installer.yaml b/manifests/h/HaystackSoftwareLLC/Arq7/7.30.3.0/HaystackSoftwareLLC.Arq7.installer.yaml new file mode 100644 index 0000000000000..bc5671cba0df1 --- /dev/null +++ b/manifests/h/HaystackSoftwareLLC/Arq7/7.30.3.0/HaystackSoftwareLLC.Arq7.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2024/Aug/01 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HaystackSoftwareLLC.Arq7 +PackageVersion: 7.30.3.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{3FEC6B64-FA6F-4DA0-B95F-26B1515977E0}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.arqbackup.com/download/arqbackup/Arq7.msi + InstallerSha256: A52F22B45AC9E729C70DEF083A9A80BCA7E290DC2C80B46FE9E8CA111AE9E1C0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HaystackSoftwareLLC/Arq7/7.29.0.0/HaystackSoftwareLLC.Arq7.locale.en-US.yaml b/manifests/h/HaystackSoftwareLLC/Arq7/7.30.3.0/HaystackSoftwareLLC.Arq7.locale.en-US.yaml similarity index 78% rename from manifests/h/HaystackSoftwareLLC/Arq7/7.29.0.0/HaystackSoftwareLLC.Arq7.locale.en-US.yaml rename to manifests/h/HaystackSoftwareLLC/Arq7/7.30.3.0/HaystackSoftwareLLC.Arq7.locale.en-US.yaml index 2a608d3a99855..d503e01c321bf 100644 --- a/manifests/h/HaystackSoftwareLLC/Arq7/7.29.0.0/HaystackSoftwareLLC.Arq7.locale.en-US.yaml +++ b/manifests/h/HaystackSoftwareLLC/Arq7/7.30.3.0/HaystackSoftwareLLC.Arq7.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/08 +# Automatically updated by the winget bot at 2024/Aug/01 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: HaystackSoftwareLLC.Arq7 -PackageVersion: 7.29.0.0 +PackageVersion: 7.30.3.0 PackageLocale: en-US Publisher: Haystack Software LLC PackageName: Arq 7 diff --git a/manifests/h/HaystackSoftwareLLC/Arq7/7.30.3.0/HaystackSoftwareLLC.Arq7.yaml b/manifests/h/HaystackSoftwareLLC/Arq7/7.30.3.0/HaystackSoftwareLLC.Arq7.yaml new file mode 100644 index 0000000000000..2adc5933a0945 --- /dev/null +++ b/manifests/h/HaystackSoftwareLLC/Arq7/7.30.3.0/HaystackSoftwareLLC.Arq7.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/01 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HaystackSoftwareLLC.Arq7 +PackageVersion: 7.30.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/HeSoftClipboard/1.4.0/HeSoft.HeSoftClipboard.installer.yaml b/manifests/h/HeSoft/HeSoftClipboard/1.4.0/HeSoft.HeSoftClipboard.installer.yaml new file mode 100644 index 0000000000000..54d37e08ed356 --- /dev/null +++ b/manifests/h/HeSoft/HeSoftClipboard/1.4.0/HeSoft.HeSoftClipboard.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HeSoft.HeSoftClipboard +PackageVersion: 1.4.0 +InstallerType: nullsoft # electron-builder +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-11 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn2.wodeabc.com/file/upload/600134/files/update-hesoft-clipboard/ia32/hesoft-clipboard-installer-32bit-1_4_0.exe + InstallerSha256: F1B4EDF98690E951FD4732B39ED61D0FCE7D2180E454AC4672D5E69A71DDD540 + ProductCode: 29760a53-8878-50b1-a1d4-44f5e456d1e2 +- Architecture: x64 + InstallerUrl: https://cdn2.wodeabc.com/file/upload/600134/files/update-hesoft-clipboard/x64/hesoft-clipboard-installer-64bit-1_4_0.exe + InstallerSha256: 8AE7DD31243E6049D8E1208C80B5C91351C4D0685FF2D10F83F8A70232ADC3A2 + ProductCode: 29760a53-8878-50b1-a1d4-44f5e456d1e2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/HeSoftClipboard/1.4.0/HeSoft.HeSoftClipboard.locale.en-US.yaml b/manifests/h/HeSoft/HeSoftClipboard/1.4.0/HeSoft.HeSoftClipboard.locale.en-US.yaml new file mode 100644 index 0000000000000..90da11ca213f8 --- /dev/null +++ b/manifests/h/HeSoft/HeSoftClipboard/1.4.0/HeSoft.HeSoftClipboard.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HeSoft.HeSoftClipboard +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: HESOFT.NET +PublisherUrl: http://hesoft.net/ +PublisherSupportUrl: https://www.wodeabc.com/article/show/8002138 +PrivacyUrl: https://www.wodeabc.com/article/show/8002211 +Author: Wuhan HeSoft.NET Technology Co., Ltd. +PackageName: 核烁复制粘贴助手 +PackageUrl: https://www.wodeabc.com/article/show/8002660 +License: Proprietary +LicenseUrl: https://www.wodeabc.com/article/show/8002214 +Copyright: © 2013-2024 HeSoft.NET® All rights reserved. +CopyrightUrl: https://www.wodeabc.com/article/show/8002214 +ShortDescription: Quickly pressing Ctrl + C + C, and the utility will immediately and automatically process the clipboard contents. +Description: This is a small utility that can quickly process the current contents of the system clipboard. After selecting the content, quickly press Ctrl + C + C, and this small tool will immediately automatically process the clipboard contents. It can easily export the clipboard content to images, TXT, Word and PDF files, calculate mathematical expressions and display colors in the clipboard in real-time. +# Moniker: +Tags: +- clipboard +- copy +- paste +# ReleaseNotes: +ReleaseNotesUrl: https://www.wodeabc.com/article/show/8002661 +PurchaseUrl: https://www.wodeabc.com/price +# InstallationNotes: +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.wodeabc.com/article-list +- DocumentLabel: FAQ + DocumentUrl: https://www.wodeabc.com/article/show/8002176 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/HeSoftClipboard/1.4.0/HeSoft.HeSoftClipboard.locale.zh-CN.yaml b/manifests/h/HeSoft/HeSoftClipboard/1.4.0/HeSoft.HeSoftClipboard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..56f44abf5efb8 --- /dev/null +++ b/manifests/h/HeSoft/HeSoftClipboard/1.4.0/HeSoft.HeSoftClipboard.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: HeSoft.HeSoftClipboard +PackageVersion: 1.4.0 +PackageLocale: zh-CN +Publisher: HESOFT.NET +PublisherUrl: http://hesoft.net/ +PublisherSupportUrl: https://www.wodeabc.com/article/show/8002138 +PrivacyUrl: https://www.wodeabc.com/article/show/8002211 +Author: 武汉市核烁科技有限公司 +PackageName: 核烁复制粘贴助手 +PackageUrl: https://www.wodeabc.com/article/show/8002660 +License: 专有软件 +LicenseUrl: https://www.wodeabc.com/article/show/8002214 +Copyright: © 2013~2024 HeSoft.NET® 版权所有 +CopyrightUrl: https://www.wodeabc.com/article/show/8002214 +ShortDescription: 快速按下 Ctrl + C + C 后,这个小工具会立刻自动处理剪贴板中的内容。 +Description: 这是一个快速处理当前系统剪贴板内容的小工具软件,当我们使用鼠标选中好内容之后,快速按下 Ctrl + C + C 后,这个小工具会立刻自动处理剪贴板中的内容。它可以很方便地将剪贴板中的内容导出成图片、记事本、Word 和 PDF 文件,也可以实时计算剪贴板中的数学表达式和显示颜色等等。 +# Moniker: +Tags: +- 剪贴板 +- 复制 +- 粘贴 +ReleaseNotes: |- + - [新增]多行排序 + - [新增]删除重复行 + - [新增]删除每一行的前后空白 +ReleaseNotesUrl: https://www.wodeabc.com/article/show/8002661 +PurchaseUrl: https://www.wodeabc.com/price +# InstallationNotes: +Documentations: +- DocumentLabel: 使用教程 + DocumentUrl: https://www.wodeabc.com/article-list +- DocumentLabel: 常见问题 + DocumentUrl: https://www.wodeabc.com/article/show/8002176 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/HeSoftClipboard/1.4.0/HeSoft.HeSoftClipboard.yaml b/manifests/h/HeSoft/HeSoftClipboard/1.4.0/HeSoft.HeSoftClipboard.yaml new file mode 100644 index 0000000000000..31d374bdc54a3 --- /dev/null +++ b/manifests/h/HeSoft/HeSoftClipboard/1.4.0/HeSoft.HeSoftClipboard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HeSoft.HeSoftClipboard +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/HeSoftDrawing/1.1.0/HeSoft.HeSoftDrawing.installer.yaml b/manifests/h/HeSoft/HeSoftDrawing/1.1.0/HeSoft.HeSoftDrawing.installer.yaml new file mode 100644 index 0000000000000..656fc57267c9e --- /dev/null +++ b/manifests/h/HeSoft/HeSoftDrawing/1.1.0/HeSoft.HeSoftDrawing.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HeSoft.HeSoftDrawing +PackageVersion: 1.1.0 +InstallerType: nullsoft # electron-builder +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-15 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn2.wodeabc.com/file/upload/600134/files/update-hesoft-drawing/ia32/hesoft-drawing-installer-32bit-1_1_0.exe + InstallerSha256: 859C7D3C38E54445C40C14AE9BA1F95FB1E689DC45892766512DBB38A7FEA77C + ProductCode: 16cce5e1-dc4c-59df-9c2a-cafcce4c6e81 +- Architecture: x64 + InstallerUrl: https://cdn2.wodeabc.com/file/upload/600134/files/update-hesoft-drawing/x64/hesoft-drawing-installer-64bit-1_1_0.exe + InstallerSha256: 5DC95E10D207DD95E3C240E2E20990FCF68D391085EDF6E3E9E7C49F7E178D03 + ProductCode: 16cce5e1-dc4c-59df-9c2a-cafcce4c6e81 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/HeSoftDrawing/1.1.0/HeSoft.HeSoftDrawing.locale.en-US.yaml b/manifests/h/HeSoft/HeSoftDrawing/1.1.0/HeSoft.HeSoftDrawing.locale.en-US.yaml new file mode 100644 index 0000000000000..e62d0d9f2b858 --- /dev/null +++ b/manifests/h/HeSoft/HeSoftDrawing/1.1.0/HeSoft.HeSoftDrawing.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HeSoft.HeSoftDrawing +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: HESOFT.NET +PublisherUrl: http://hesoft.net/ +PublisherSupportUrl: https://www.wodeabc.com/article/show/8002138 +PrivacyUrl: https://www.wodeabc.com/article/show/ +Author: Wuhan HeSoft.NET Technology Co., Ltd. +PackageName: 核烁图片批量标记注释工具 +PackageUrl: https://www.wodeabc.com/article/show/8002659 +License: Proprietary +LicenseUrl: https://www.wodeabc.com/article/show/8002214 +Copyright: © 2013-2024 HeSoft.NET® All rights reserved. +CopyrightUrl: https://www.wodeabc.com/article/show/8002214 +ShortDescription: Batch-add graphic or text form markers or annotations to pictures, such as curves, straight lines, rectangles, circles, arrows and many other shapes. +Description: This new software allows you to batch-add graphic or text form markers or annotations to multiple JPG, PNG and other formats of images. You can draw curves, straight lines, rectangles, circles, arrows and many other shapes. It supports fetching images directly from the system clipboard. +# Moniker: +Tags: +- annotate +- annotation +- comment +- graphic +- image +- marker +- photo +- picture +# ReleaseNotes: +ReleaseNotesUrl: https://www.wodeabc.com/article/show/8002658 +PurchaseUrl: https://www.wodeabc.com/price +# InstallationNotes: +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.wodeabc.com/article-list +- DocumentLabel: FAQ + DocumentUrl: https://www.wodeabc.com/article/show/8002176 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/HeSoftDrawing/1.1.0/HeSoft.HeSoftDrawing.locale.zh-CN.yaml b/manifests/h/HeSoft/HeSoftDrawing/1.1.0/HeSoft.HeSoftDrawing.locale.zh-CN.yaml new file mode 100644 index 0000000000000..257ee1d6209ce --- /dev/null +++ b/manifests/h/HeSoft/HeSoftDrawing/1.1.0/HeSoft.HeSoftDrawing.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: HeSoft.HeSoftDrawing +PackageVersion: 1.1.0 +PackageLocale: zh-CN +Publisher: HESOFT.NET +PublisherUrl: http://hesoft.net/ +PublisherSupportUrl: https://www.wodeabc.com/article/show/8002138 +PrivacyUrl: https://www.wodeabc.com/article/show/ +Author: 武汉市核烁科技有限公司 +PackageName: 核烁图片批量标记注释工具 +PackageUrl: https://www.wodeabc.com/article/show/8002659 +License: 专有软件 +LicenseUrl: https://www.wodeabc.com/article/show/8002214 +Copyright: © 2013~2024 HeSoft.NET® 版权所有 +CopyrightUrl: https://www.wodeabc.com/article/show/8002214 +ShortDescription: 批量给很多张图片添加图形或文字形式的标记或注释,如批量在图片上画曲线、直线,也可以批量画矩形、圆形,还可以添加箭头等多种形状。 +Description: 这是一个全新的软件,它可以批量给很多张 JPG、PNG 等图片添加图形或文字形式的标记或注释,如批量在图片上画曲线、直线,也可以批量画矩形、圆形,还可以添加箭头等多种形状。支持直接从系统剪贴板中粘贴图片。 +# Moniker: +Tags: +- 图像 +- 图形 +- 图片 +- 标记 +- 注释 +- 照片 +ReleaseNotes: '- [其它]界面细节优化' +ReleaseNotesUrl: https://www.wodeabc.com/article/show/8002658 +PurchaseUrl: https://www.wodeabc.com/price +# InstallationNotes: +Documentations: +- DocumentLabel: 使用教程 + DocumentUrl: https://www.wodeabc.com/article-list +- DocumentLabel: 常见问题 + DocumentUrl: https://www.wodeabc.com/article/show/8002176 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/HeSoftDrawing/1.1.0/HeSoft.HeSoftDrawing.yaml b/manifests/h/HeSoft/HeSoftDrawing/1.1.0/HeSoft.HeSoftDrawing.yaml new file mode 100644 index 0000000000000..4a8c8e6fe40c6 --- /dev/null +++ b/manifests/h/HeSoft/HeSoftDrawing/1.1.0/HeSoft.HeSoftDrawing.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HeSoft.HeSoftDrawing +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/HeSoftMediaViewer/1.4.0/HeSoft.HeSoftMediaViewer.installer.yaml b/manifests/h/HeSoft/HeSoftMediaViewer/1.4.0/HeSoft.HeSoftMediaViewer.installer.yaml new file mode 100644 index 0000000000000..2b57e5a91e4bc --- /dev/null +++ b/manifests/h/HeSoft/HeSoftMediaViewer/1.4.0/HeSoft.HeSoftMediaViewer.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HeSoft.HeSoftMediaViewer +PackageVersion: 1.4.0 +InstallerType: nullsoft # electron-builder +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn2.wodeabc.com/file/upload/600134/files/update-hesoft-media-viewer/ia32/hesoft-media-viewer-installer-32bit-1_4_0.exe + InstallerSha256: 04CF7EF20AB87D85CCD52B2CFC136492827BB240EC65B8EE5698FE72CA69787F + ProductCode: 86be2b7c-d8cf-5809-be97-4ef27ae130aa +- Architecture: x64 + InstallerUrl: https://cdn2.wodeabc.com/file/upload/600134/files/update-hesoft-media-viewer/x64/hesoft-media-viewer-installer-64bit-1_4_0.exe + InstallerSha256: C808EDC47167D925FA05C38245317DDE573F64E7134CC42926670BBE7AF40BE5 + ProductCode: 86be2b7c-d8cf-5809-be97-4ef27ae130aa +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/HeSoftMediaViewer/1.4.0/HeSoft.HeSoftMediaViewer.locale.en-US.yaml b/manifests/h/HeSoft/HeSoftMediaViewer/1.4.0/HeSoft.HeSoftMediaViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..431e13cd85953 --- /dev/null +++ b/manifests/h/HeSoft/HeSoftMediaViewer/1.4.0/HeSoft.HeSoftMediaViewer.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HeSoft.HeSoftMediaViewer +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: HESOFT.NET +PublisherUrl: http://hesoft.net/ +PublisherSupportUrl: https://www.wodeabc.com/article/show/8002138 +PrivacyUrl: https://www.wodeabc.com/article/show/ +Author: Wuhan HeSoft.NET Technology Co., Ltd. +PackageName: 核烁多功能媒体相册查看工具 +PackageUrl: https://www.wodeabc.com/article/show/8002662 +License: Proprietary +LicenseUrl: https://www.wodeabc.com/article/show/8002214 +Copyright: © 2013-2024 HeSoft.NET® All rights reserved. +CopyrightUrl: https://www.wodeabc.com/article/show/8002214 +ShortDescription: This utility allows you to batch view local picture, video, and audio files, which can display all of them simultaneously so that you can view and play them. It can significantly improve efficiency when previewing numerous media files quickly. +Description: This Windows utility can display numerous picture, video and audio files simultaneously. When you need to preview multiple files simultaneously, you can use this utility to batch view or play media files, right-click on the previews to operate the files, including save as, copy file name or file path, delete the file, etc, and perform the batch operation after selecting multiple files, which is very convenient. +# Moniker: +Tags: +- album +- audio +- file +- image +- media +- photo +- picture +- preview +- video +- view +# ReleaseNotes: +ReleaseNotesUrl: https://www.wodeabc.com/article/show/8002663 +PurchaseUrl: https://www.wodeabc.com/price +# InstallationNotes: +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.wodeabc.com/article-list +- DocumentLabel: FAQ + DocumentUrl: https://www.wodeabc.com/article/show/8002176 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/HeSoftMediaViewer/1.4.0/HeSoft.HeSoftMediaViewer.locale.zh-CN.yaml b/manifests/h/HeSoft/HeSoftMediaViewer/1.4.0/HeSoft.HeSoftMediaViewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d0f0ae72d3f84 --- /dev/null +++ b/manifests/h/HeSoft/HeSoftMediaViewer/1.4.0/HeSoft.HeSoftMediaViewer.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: HeSoft.HeSoftMediaViewer +PackageVersion: 1.4.0 +PackageLocale: zh-CN +Publisher: HESOFT.NET +PublisherUrl: http://hesoft.net/ +PublisherSupportUrl: https://www.wodeabc.com/article/show/8002138 +PrivacyUrl: https://www.wodeabc.com/article/show/ +Author: 武汉市核烁科技有限公司 +PackageName: 核烁多功能媒体相册查看工具 +PackageUrl: https://www.wodeabc.com/article/show/8002662 +License: 专有软件 +LicenseUrl: https://www.wodeabc.com/article/show/8002214 +Copyright: © 2013~2024 HeSoft.NET® 版权所有 +CopyrightUrl: https://www.wodeabc.com/article/show/8002214 +ShortDescription: 这是一个批量查看本地电脑磁盘上的图片、视频和音频的小工具,它可以很方便地将所有图片、视频和音频同时展示在软件界面上供我们查看和播放。在我们需要快速预览很多媒体文件时,此工具可以明显提高预览效率。 +Description: 这是一个运行在 Windows 电脑上的小工具软件,它可以同时显示预览很多张图片、视频和音频。当我们需要同时预览很多文件时,我们可以借助这个小工具软件来同时查看或播放媒体文件,在预览图上单击右键可以对文件进行操作,比如:另存为、复制文件名、路径、删除文件等,也可以批量选中多个文件后进行批量操作,非常方便。 +# Moniker: +Tags: +- 图像 +- 图片 +- 媒体 +- 文件 +- 查看 +- 照片 +- 相册 +- 视频 +- 音频 +- 预览 +ReleaseNotes: |- + - [新增]右键菜单支持剪贴到指定位置 + - [新增]批量操作时支持反向选择 + - [优化]文件预加载 +ReleaseNotesUrl: https://www.wodeabc.com/article/show/8002663 +PurchaseUrl: https://www.wodeabc.com/price +# InstallationNotes: +Documentations: +- DocumentLabel: 使用教程 + DocumentUrl: https://www.wodeabc.com/article-list +- DocumentLabel: 常见问题 + DocumentUrl: https://www.wodeabc.com/article/show/8002176 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/HeSoftMediaViewer/1.4.0/HeSoft.HeSoftMediaViewer.yaml b/manifests/h/HeSoft/HeSoftMediaViewer/1.4.0/HeSoft.HeSoftMediaViewer.yaml new file mode 100644 index 0000000000000..49914b63deccc --- /dev/null +++ b/manifests/h/HeSoft/HeSoftMediaViewer/1.4.0/HeSoft.HeSoftMediaViewer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HeSoft.HeSoftMediaViewer +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/WodeABC/6.55.1/HeSoft.WodeABC.installer.yaml b/manifests/h/HeSoft/WodeABC/6.55.1/HeSoft.WodeABC.installer.yaml new file mode 100644 index 0000000000000..c6bd0acc29dec --- /dev/null +++ b/manifests/h/HeSoft/WodeABC/6.55.1/HeSoft.WodeABC.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HeSoft.WodeABC +PackageVersion: 6.55.1 +InstallerType: nullsoft # electron-builder +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-06-03 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn2.wodeabc.com/file/upload/600134/files/update/ia32/wodeabc-installer-32bit-6_55_1.exe + InstallerSha256: 44012C25075BDBA04102CCC9589B6D1F234948C8EC1B9C4FC1E801C7A6CC06FB + ProductCode: 0e81b632-fbaa-517a-8d90-ae60756b5f0a +- Architecture: x64 + InstallerUrl: https://cdn2.wodeabc.com/file/upload/600134/files/update/x64/wodeabc-installer-64bit-6_55_1.exe + InstallerSha256: 9508E4A53669D4A700435571CD1513B618D8024843ED061B8AB15DE13A93AF00 + ProductCode: 0e81b632-fbaa-517a-8d90-ae60756b5f0a +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/WodeABC/6.55.1/HeSoft.WodeABC.locale.en-US.yaml b/manifests/h/HeSoft/WodeABC/6.55.1/HeSoft.WodeABC.locale.en-US.yaml new file mode 100644 index 0000000000000..f9aae7348d1da --- /dev/null +++ b/manifests/h/HeSoft/WodeABC/6.55.1/HeSoft.WodeABC.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HeSoft.WodeABC +PackageVersion: 6.55.1 +PackageLocale: en-US +Publisher: HESOFT.NET +PublisherUrl: http://hesoft.net/ +PublisherSupportUrl: https://www.wodeabc.com/article/show/8002138 +PrivacyUrl: https://www.wodeabc.com/article/show/8002211 +Author: Wuhan HeSoft.NET Technology Co., Ltd. +PackageName: 我的ABC软件工具箱 +PackageUrl: https://www.wodeabc.com/ +License: Proprietary +LicenseUrl: https://www.wodeabc.com/article/show/8002214 +Copyright: ©2013 ~ 2024 HeSoft.NET® All rights reserved. +CopyrightUrl: https://www.wodeabc.com/article/show/8002214 +ShortDescription: Focusing on improving working efficiency, integrate 100+ batch file processing functions +Description: This is a useful utility with many commonly used small features. It supports batch modifying and replacing the content of Word, Excel, PDF, HTML, TXT and other document formats without installing other software such as Office and PDF reader and batch renaming the file names and extensions, so you don't need to install other processing software. It also supports the inter-conversion of Word, Excel, PDF, HTML, and TXT documents and the batch converting the images to Word, PDF, Excel and other formats. If it is convenient for you, download it and try it out. +# Moniker: +Tags: +- utilities +- utility +- office +# ReleaseNotes: +ReleaseNotesUrl: https://www.wodeabc.com/article/show/8002136 +PurchaseUrl: https://www.wodeabc.com/price +# InstallationNotes: +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.wodeabc.com/article-list +- DocumentLabel: FAQ + DocumentUrl: https://www.wodeabc.com/article/show/8002176 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/WodeABC/6.55.1/HeSoft.WodeABC.locale.zh-CN.yaml b/manifests/h/HeSoft/WodeABC/6.55.1/HeSoft.WodeABC.locale.zh-CN.yaml new file mode 100644 index 0000000000000..35e08dd9f551b --- /dev/null +++ b/manifests/h/HeSoft/WodeABC/6.55.1/HeSoft.WodeABC.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: HeSoft.WodeABC +PackageVersion: 6.55.1 +PackageLocale: zh-CN +Publisher: HESOFT.NET +PublisherUrl: http://hesoft.net/ +PublisherSupportUrl: https://www.wodeabc.com/article/show/8002138 +PrivacyUrl: https://www.wodeabc.com/article/show/8002211 +Author: 武汉市核烁科技有限公司 +PackageName: 我的ABC软件工具箱 +PackageUrl: https://www.wodeabc.com/ +License: 专有软件 +LicenseUrl: https://www.wodeabc.com/article/show/8002214 +Copyright: ©2013 ~ 2024 HeSoft.NET® 版权所有 +CopyrightUrl: https://www.wodeabc.com/article/show/8002214 +ShortDescription: 专注于提高办公效率,集成近百种批量处理文件的功能 +Description: 这是一个非常实用的小软件,里面包含了许多常用的小功能。在电脑没有安装 Office、PDF 等软件的情况下,支持对 Word 文档、Excel 文档、PDF 文档、HTML 文档、TXT 文档等内容的批量修改与替换。同时支持对所有文件的名称和扩展名的批量修改,您不需要再安装额外的处理软件。另一个实用的功能是支持对 Word 文档、Excel 文档、PDF 文档、HTML 文档、TXT 文本文档的格式相互批量转换,也支持将图片批量转为 Word、PDF、Excel 等格式,非常方便,赶紧下载使用一下吧。 +# Moniker: +Tags: +- 工具 +- 办公 +ReleaseNotes: |- + - [修复]部分特殊的 CAD 转换为 PDF 后图章丢失 + - [修复]部分特殊的 Word 转换为 PDF 后多了一页 + - [修复]上一版本中的删除文档中的固定图片功能失效 + - [其它]部分文案调整 +ReleaseNotesUrl: https://www.wodeabc.com/article/show/8002136 +PurchaseUrl: https://www.wodeabc.com/price +# InstallationNotes: +Documentations: +- DocumentLabel: 使用教程 + DocumentUrl: https://www.wodeabc.com/article-list +- DocumentLabel: 常见问题 + DocumentUrl: https://www.wodeabc.com/article/show/8002176 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeSoft/WodeABC/6.55.1/HeSoft.WodeABC.yaml b/manifests/h/HeSoft/WodeABC/6.55.1/HeSoft.WodeABC.yaml new file mode 100644 index 0000000000000..151bebfded826 --- /dev/null +++ b/manifests/h/HeSoft/WodeABC/6.55.1/HeSoft.WodeABC.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HeSoft.WodeABC +PackageVersion: 6.55.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Headlamp/Headlamp/0.24.1/Headlamp.Headlamp.installer.yaml b/manifests/h/Headlamp/Headlamp/0.24.1/Headlamp.Headlamp.installer.yaml new file mode 100644 index 0000000000000..8247fac8f4120 --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.24.1/Headlamp.Headlamp.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.24.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +ReleaseDate: 2024-06-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/headlamp-k8s/headlamp/releases/download/v0.24.1/Headlamp-0.24.1-win-x64.exe + InstallerSha256: b52d4cfacb991be848864c8fc9b0e388452be1ef003113ff48b25c292ca72fc1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Headlamp/Headlamp/0.24.1/Headlamp.Headlamp.locale.en-US.yaml b/manifests/h/Headlamp/Headlamp/0.24.1/Headlamp.Headlamp.locale.en-US.yaml new file mode 100644 index 0000000000000..2d7410dd11780 --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.24.1/Headlamp.Headlamp.locale.en-US.yaml @@ -0,0 +1,47 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.24.1 +PackageLocale: en-US +Publisher: Headlamp +PublisherUrl: https://headlamp.dev/ +PackageName: Headlamp +License: Apache-2.0 +LicenseUrl: https://github.com/headlamp-k8s/headlamp/blob/HEAD/LICENSE +ShortDescription: Kubernetes web UI. +Description: A Kubernetes web UI that is fully-featured, user-friendly and extensible. +Tags: +- cncf +- dashboard +- headlamp +- kinvolk +- kubernetes +- logging +- monitoring +- plugins +- ui +- web +ReleaseNotes: |- + 🐞 Bug fixes + - Fix viewing the Network > Services page when there are services without ports + - Fix top bar and sidebar on small screens (thanks to @tazo90 ) + - Fix misc regressions in several components + - Do not log errors related to OIDC when OIDC is not set up + - Remove mistakenly added package*.json files from root folder + - Fix hiding back link when it's set as null + - charts: Fix wrong OIDC external secret loading + - charts: Fix config.extraArgs and env values type + - charts: Fix ingress (thanks to @BlindB0 ) + 💻 Development + - chart: Add schema for values + - Make KubeService.spec.ports as optional in interface + - Update some dependencies + 📖 Documentation + - Fix link to FAQ in README + - chart: Add example docs for ingress +ReleaseNotesUrl: https://github.com/headlamp-k8s/headlamp/releases/tag/v0.24.1 +Documentations: +- DocumentLabel: headlamp documentation + DocumentUrl: https://headlamp.dev/docs/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Headlamp/Headlamp/0.24.1/Headlamp.Headlamp.yaml b/manifests/h/Headlamp/Headlamp/0.24.1/Headlamp.Headlamp.yaml new file mode 100644 index 0000000000000..03813b9125295 --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.24.1/Headlamp.Headlamp.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.24.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Headlamp/Headlamp/0.25.0/Headlamp.Headlamp.installer.yaml b/manifests/h/Headlamp/Headlamp/0.25.0/Headlamp.Headlamp.installer.yaml new file mode 100644 index 0000000000000..cbff18e5a4a72 --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.25.0/Headlamp.Headlamp.installer.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.25.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent +ReleaseDate: 2024-07-29 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/headlamp-k8s/headlamp/releases/download/v0.25.0/Headlamp-0.25.0-win-x64.exe + InstallerSha256: aa02df8ca4bc311569460146365d0c8342d7e3e21d16a616aee3d607c700d6f3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Headlamp/Headlamp/0.25.0/Headlamp.Headlamp.locale.en-US.yaml b/manifests/h/Headlamp/Headlamp/0.25.0/Headlamp.Headlamp.locale.en-US.yaml new file mode 100644 index 0000000000000..c8149c03fb2a6 --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.25.0/Headlamp.Headlamp.locale.en-US.yaml @@ -0,0 +1,27 @@ +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.25.0 +PackageLocale: en-US +Publisher: Headlamp +PublisherUrl: https://headlamp.dev +PackageName: Headlamp +License: Apache 2.0 +LicenseUrl: https://github.com/headlamp-k8s/headlamp/blob/main/LICENSE +ShortDescription: Kubernetes web UI. +Description: A Kubernetes web UI that is fully-featured, user-friendly and extensible. +Tags: + - kubernetes + - plugins + - kinvolk + - headlamp + - dashboard + - ui + - web + - monitoring + - logging + - cncf +ReleaseNotesUrl: https://github.com/headlamp-k8s/headlamp/releases/tag/v0.25.0 +Documentations: + - DocumentLabel: headlamp documentation + DocumentUrl: https://headlamp.dev/docs/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Headlamp/Headlamp/0.25.0/Headlamp.Headlamp.yaml b/manifests/h/Headlamp/Headlamp/0.25.0/Headlamp.Headlamp.yaml new file mode 100644 index 0000000000000..d26637e25c225 --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.25.0/Headlamp.Headlamp.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.25.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Headlamp/Headlamp/0.25.1/Headlamp.Headlamp.installer.yaml b/manifests/h/Headlamp/Headlamp/0.25.1/Headlamp.Headlamp.installer.yaml new file mode 100644 index 0000000000000..ec3580bfdb0a1 --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.25.1/Headlamp.Headlamp.installer.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.25.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent +ReleaseDate: 2024-09-03 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/headlamp-k8s/headlamp/releases/download/v0.25.1/Headlamp-0.25.1-win-x64.exe + InstallerSha256: 990f6a020fff1187384f4055771345a084f640c95a3979232fa199e94f5dcc55 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Headlamp/Headlamp/0.25.1/Headlamp.Headlamp.locale.en-US.yaml b/manifests/h/Headlamp/Headlamp/0.25.1/Headlamp.Headlamp.locale.en-US.yaml new file mode 100644 index 0000000000000..bdfc404a3b8a5 --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.25.1/Headlamp.Headlamp.locale.en-US.yaml @@ -0,0 +1,27 @@ +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.25.1 +PackageLocale: en-US +Publisher: Kinvolk +PublisherUrl: https://headlamp.dev +PackageName: Headlamp +License: Apache 2.0 +LicenseUrl: https://github.com/headlamp-k8s/headlamp/blob/main/LICENSE +ShortDescription: Kubernetes web UI. +Description: A Kubernetes web UI that is fully-featured, user-friendly and extensible. +Tags: + - kubernetes + - plugins + - kinvolk + - headlamp + - dashboard + - ui + - web + - monitoring + - logging + - cncf +ReleaseNotesUrl: https://github.com/headlamp-k8s/headlamp/releases/tag/v0.25.1 +Documentations: + - DocumentLabel: headlamp documentation + DocumentUrl: https://headlamp.dev/docs/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Headlamp/Headlamp/0.25.1/Headlamp.Headlamp.yaml b/manifests/h/Headlamp/Headlamp/0.25.1/Headlamp.Headlamp.yaml new file mode 100644 index 0000000000000..b6e2e3c7ca811 --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.25.1/Headlamp.Headlamp.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.25.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.0/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.0/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..902e5bf491e38 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.0/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.30.0 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.30.0/HDT-Installer.exe + InstallerSha256: 87D3160C75BBE747BC49663157B8BE554A0BCE179B17876F2782539CDC6494A3 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-17 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.0/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.0/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..e160ed7af5bcd --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.0/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.30.0 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.0/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.0/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..f2949c868111c --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.0/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.30.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.1/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.1/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..51f0572957eda --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.1/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.30.1 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.30.1/HDT-Installer.exe + InstallerSha256: 295EC66E098F3BC3DFD690FA69165B1F472CCF7B9460D91CDA7D051D4F15D4DE +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-02 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..e9adce900eda3 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.30.1 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.1/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.1/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..7be4afffb6816 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.1/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.30.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.2/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.2/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..f306f13580d68 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.2/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.30.2 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.30.2/HDT-Installer.exe + InstallerSha256: F547E3837467DE57EE922ABFD08788496FCCF86198B1EC6B0985EFAFAEC2F1BB +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-05 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.2/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.2/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..7669cde5a5c76 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.2/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.30.2 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.2/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.2/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..76ff953e4cb62 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.2/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.30.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.3/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.3/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..9652f76674b02 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.3/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.30.3 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.30.3/HDT-Installer.exe + InstallerSha256: 669FF1E01EC92DAD05EA6D163BE60601CEDE83B1AFAE5DE92EFBF7A001E5A90F +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-08 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.3/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.3/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..f0fad57112ada --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.3/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.30.3 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.3/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.3/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..146d52738f8a0 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.30.3/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.30.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.0/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.0/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..2017cde2dd9b1 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.0/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.0 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.31.0/HDT-Installer.exe + InstallerSha256: AA86751696C13B392918B4A739102DA90396ADD50E14D7576110D2F731563761 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-20 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.0/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.0/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..438bce4c426e5 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.0/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.0 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.0/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.0/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..cef7290b54008 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.0/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.1/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.1/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..7b37d09ac94aa --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.1/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.1 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.31.1/HDT-Installer.exe + InstallerSha256: D6DB52C08EAEEBBB1C6091DFB3D2FAD17CE6377010004AA3BAC0BBB588B225E4 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-25 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..5ae01c4434201 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.1 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.1/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.1/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..81d706c78cbf1 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.1/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.2/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.2/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..6fb5804319352 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.2/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.2 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.31.2/HDT-Installer.exe + InstallerSha256: 4DB5A931820ECD7D62053EDE518BCE148106313ED154A4B71C96878DB5E14E0A +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-27 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.2/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.2/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..af42cadf1ab3a --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.2/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.2 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.2/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.2/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..e1c0d58a2299d --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.2/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.3/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.3/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..57169d6354553 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.3/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.3 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.31.3/HDT-Installer.exe + InstallerSha256: 2C553736F86D2C5F891084157082D74EB934568FB77D760789489FE72115C42B +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-27 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.3/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.3/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..020ffc43953ce --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.3/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.3 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.3/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.3/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..935bf16573629 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.3/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.5/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.5/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..0f21db94a8357 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.5/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.5 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.31.5/HDT-Installer.exe + InstallerSha256: F26EECA5C4FB53D26817A14F182BE2C3BDE5A08AD887A5BF96531B793B5E0EBA +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-29 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.5/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.5/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..8477920ef5009 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.5/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.5 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ReleaseNotesUrl: https://github.com/HearthSim/HDT-Releases/releases/tag/v1.31.5 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.5/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.5/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..37d5a5dcd8b5f --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.31.5/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.31.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.1/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.1/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..6d9440c6670d5 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.1/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.32.1 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.32.1/HDT-Installer.exe + InstallerSha256: C49C7557AF47FDD66111E3F3A314E48DC1998C167027D8B047EE8F60EF0DBD83 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-04 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..614500913089f --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.32.1 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ReleaseNotesUrl: https://github.com/HearthSim/HDT-Releases/releases/tag/v1.32.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.1/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.1/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..e6ee183087897 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.1/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.32.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.2/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.2/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..b46beadda38d9 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.2/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.32.2 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.32.2/HDT-Installer.exe + InstallerSha256: AE1745FF10984B8895B3D4C32EF34D82619FF7B4C877736C350B080BF77D2B91 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-06 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.2/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.2/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..ab96082718fc1 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.2/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.32.2 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ReleaseNotesUrl: https://github.com/HearthSim/HDT-Releases/releases/tag/v1.32.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.2/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.2/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..a4721e0ded359 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.32.2/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.32.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.33.0/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.33.0/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..e211bcb25535a --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.33.0/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.33.0 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.33.0/HDT-Installer.exe + InstallerSha256: B947977D76B8893B74A0F27C8AFE038902CAA1245B2F253B5BC7F0CB9BF8C7C6 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-10 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.33.0/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.33.0/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..d026e2b3bef02 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.33.0/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.33.0 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ReleaseNotesUrl: https://github.com/HearthSim/HDT-Releases/releases/tag/v1.33.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.33.0/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.33.0/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..fbdf037f7c6e9 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.33.0/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.33.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Helix/Helix/24.07/Helix.Helix.installer.yaml b/manifests/h/Helix/Helix/24.07/Helix.Helix.installer.yaml new file mode 100644 index 0000000000000..252c82078ccc8 --- /dev/null +++ b/manifests/h/Helix/Helix/24.07/Helix.Helix.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Helix.Helix +PackageVersion: '24.07' +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: helix-24.07-x86_64-windows/hx.exe + PortableCommandAlias: hx +UpgradeBehavior: uninstallPrevious +Commands: +- hx +ReleaseDate: 2024-07-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/helix-editor/helix/releases/download/24.07/helix-24.07-x86_64-windows.zip + InstallerSha256: 3575F28A3E718005FFD803FA04AE8D26C83BA72131615182BEAFE7152CE831DD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Helix/Helix/24.07/Helix.Helix.locale.en-US.yaml b/manifests/h/Helix/Helix/24.07/Helix.Helix.locale.en-US.yaml new file mode 100644 index 0000000000000..7d2c6e5a2b9fb --- /dev/null +++ b/manifests/h/Helix/Helix/24.07/Helix.Helix.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Helix.Helix +PackageVersion: '24.07' +PackageLocale: en-US +Publisher: Helix +PublisherUrl: https://helix-editor.com/ +PublisherSupportUrl: https://docs.helix-editor.com/ +PackageName: Helix +PackageUrl: https://helix-editor.com/ +License: MPL-2.0 +LicenseUrl: https://github.com/helix-editor/helix/blob/HEAD/LICENSE +ShortDescription: Helix Editor +Description: A Kakoune / Neovim inspired editor, written in Rust. +Moniker: helix +Tags: +- editor +- helix +- kakoune +- neovim +- rust +- vim +ReleaseNotes: 24.07 CHANGELOG +ReleaseNotesUrl: https://github.com/helix-editor/helix/releases/tag/24.07 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Helix/Helix/24.07/Helix.Helix.yaml b/manifests/h/Helix/Helix/24.07/Helix.Helix.yaml new file mode 100644 index 0000000000000..cc88b893b0854 --- /dev/null +++ b/manifests/h/Helix/Helix/24.07/Helix.Helix.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Helix.Helix +PackageVersion: '24.07' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.0.5/Hellofont.Hellofont.installer.yaml b/manifests/h/Hellofont/Hellofont/4.0.5/Hellofont.Hellofont.installer.yaml deleted file mode 100644 index 5da31f3377ae6..0000000000000 --- a/manifests/h/Hellofont/Hellofont/4.0.5/Hellofont.Hellofont.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Hellofont.Hellofont -PackageVersion: 4.0.5 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2024-03-27 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.hellofont.cn/Client/Release/channels/official/字由%20Setup%204.0.5.exe - InstallerSha256: E239001DCE93E0F8506FB7F5A6720A4E533C6B7D39362377833D1DBE9989B7B4 - InstallerSwitches: - Custom: /currentuser - ProductCode: 8f053ba5-859b-5478-9c49-deb6f1af94af -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.hellofont.cn/Client/Release/channels/official/字由%20Setup%204.0.5.exe - InstallerSha256: E239001DCE93E0F8506FB7F5A6720A4E533C6B7D39362377833D1DBE9989B7B4 - InstallerSwitches: - Custom: /allusers - ProductCode: 8f053ba5-859b-5478-9c49-deb6f1af94af - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.0.5/Hellofont.Hellofont.locale.en-US.yaml b/manifests/h/Hellofont/Hellofont/4.0.5/Hellofont.Hellofont.locale.en-US.yaml deleted file mode 100644 index 32e61222983d3..0000000000000 --- a/manifests/h/Hellofont/Hellofont/4.0.5/Hellofont.Hellofont.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Hellofont.Hellofont -PackageVersion: 4.0.5 -PackageLocale: en-US -Publisher: Hellofont -PublisherUrl: https://www.hellofont.cn/ -PublisherSupportUrl: https://www.hellofont.cn/download-faq -# PrivacyUrl: -Author: Shanghai Yichuang Information Technology Co., Ltd. -PackageName: 字由 -PackageUrl: https://www.hellofont.cn/download -License: Proprietary -LicenseUrl: https://www.hellofont.cn/doc?tag=user-agreement -Copyright: Copyright © 2024 Hellofont -# CopyrightUrl: -ShortDescription: A font tool tailored for designers -Description: Hellofont is a font tool tailored for designers where you can find your favorite fonts quickly through collection, search, tags, cases, etc., and use them seamlessly in design software. -# Moniker: -Tags: -- design -- font -# ReleaseNotes: -ReleaseNotesUrl: https://www.hellofont.cn/download -PurchaseUrl: https://www.hellofont.cn/member -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.0.5/Hellofont.Hellofont.locale.zh-CN.yaml b/manifests/h/Hellofont/Hellofont/4.0.5/Hellofont.Hellofont.locale.zh-CN.yaml deleted file mode 100644 index fb03d0f35a87e..0000000000000 --- a/manifests/h/Hellofont/Hellofont/4.0.5/Hellofont.Hellofont.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Hellofont.Hellofont -PackageVersion: 4.0.5 -PackageLocale: zh-CN -Publisher: Hellofont -PublisherUrl: https://www.hellofont.cn/ -PublisherSupportUrl: https://www.hellofont.cn/download-faq -# PrivacyUrl: -Author: 上海驿创信息技术有限公司 -PackageName: 字由 -PackageUrl: https://www.hellofont.cn/download -License: 专有软件 -LicenseUrl: https://www.hellofont.cn/doc?tag=user-agreement -Copyright: Copyright © 2024 Hellofont -# CopyrightUrl: -ShortDescription: 为设计师量身定制的一款用字工具 -Description: 字由是为设计师量身定做的一款字体工具,设计师可以通过收藏、搜索、标签、案例等快速找到心仪的字体,并在设计软件中无缝使用这些字体。 -# Moniker: -Tags: -- 字体 -- 设计 -ReleaseNotes: |- - 新增功能: - - 优化单款商用字体标签显示规则 - - 优化签到入口及提醒 - - 优化退出功能弹窗响应速度 - - 支持 3 个屏幕设备窗口拖拽 - - 新增企业案例筛选标签 - - 新增单独授权类字体获取授权途径 - 问题修复: - - 修复字体拖拽选中展示 Bug - - 修复字体特效图层选择器无法使用问题 - - 修复部分环境下,客户端无法启动问题 -ReleaseNotesUrl: https://www.hellofont.cn/download -PurchaseUrl: https://www.hellofont.cn/member -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.0.5/Hellofont.Hellofont.yaml b/manifests/h/Hellofont/Hellofont/4.0.5/Hellofont.Hellofont.yaml deleted file mode 100644 index 04c53e04a62af..0000000000000 --- a/manifests/h/Hellofont/Hellofont/4.0.5/Hellofont.Hellofont.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Hellofont.Hellofont -PackageVersion: 4.0.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.0.6/Hellofont.Hellofont.installer.yaml b/manifests/h/Hellofont/Hellofont/4.0.6/Hellofont.Hellofont.installer.yaml deleted file mode 100644 index 525f00ebf5558..0000000000000 --- a/manifests/h/Hellofont/Hellofont/4.0.6/Hellofont.Hellofont.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Hellofont.Hellofont -PackageVersion: 4.0.6 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2024-04-28 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://download.hellofont.cn/Client/Release/channels/official/字由%20Setup%204.0.6.exe - InstallerSha256: F38A48AFADAF0091A14D50E0DA6E00D1F1BE8395F86A6C0F07AFC81457440D5D - InstallerSwitches: - Custom: /currentuser - ProductCode: 8f053ba5-859b-5478-9c49-deb6f1af94af -- Architecture: x64 - Scope: machine - InstallerUrl: https://download.hellofont.cn/Client/Release/channels/official/字由%20Setup%204.0.6.exe - InstallerSha256: F38A48AFADAF0091A14D50E0DA6E00D1F1BE8395F86A6C0F07AFC81457440D5D - InstallerSwitches: - Custom: /allusers - ProductCode: 8f053ba5-859b-5478-9c49-deb6f1af94af - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.0.6/Hellofont.Hellofont.locale.en-US.yaml b/manifests/h/Hellofont/Hellofont/4.0.6/Hellofont.Hellofont.locale.en-US.yaml deleted file mode 100644 index bd87b712e2e26..0000000000000 --- a/manifests/h/Hellofont/Hellofont/4.0.6/Hellofont.Hellofont.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Hellofont.Hellofont -PackageVersion: 4.0.6 -PackageLocale: en-US -Publisher: Hellofont -PublisherUrl: https://www.hellofont.cn/ -PublisherSupportUrl: https://www.hellofont.cn/download-faq -Author: Shanghai Yichuang Information Technology Co., Ltd. -PackageName: 字由 -PackageUrl: https://www.hellofont.cn/download -License: Proprietary -LicenseUrl: https://www.hellofont.cn/doc?tag=user-agreement -Copyright: Copyright © 2024 Hellofont -ShortDescription: A font tool tailored for designers -Description: Hellofont is a font tool tailored for designers where you can find your favorite fonts quickly through collection, search, tags, cases, etc., and use them seamlessly in design software. -Tags: -- design -- font -ReleaseNotesUrl: https://www.hellofont.cn/download -PurchaseUrl: https://www.hellofont.cn/member -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.0.6/Hellofont.Hellofont.locale.zh-CN.yaml b/manifests/h/Hellofont/Hellofont/4.0.6/Hellofont.Hellofont.locale.zh-CN.yaml deleted file mode 100644 index e0bb20ac0dde6..0000000000000 --- a/manifests/h/Hellofont/Hellofont/4.0.6/Hellofont.Hellofont.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: Hellofont.Hellofont -PackageVersion: 4.0.6 -PackageLocale: zh-CN -Publisher: Hellofont -PublisherUrl: https://www.hellofont.cn/ -PublisherSupportUrl: https://www.hellofont.cn/download-faq -Author: 上海驿创信息技术有限公司 -PackageName: 字由 -PackageUrl: https://www.hellofont.cn/download -License: 专有软件 -LicenseUrl: https://www.hellofont.cn/doc?tag=user-agreement -Copyright: Copyright © 2024 Hellofont -ShortDescription: 为设计师量身定制的一款用字工具 -Description: 字由是为设计师量身定做的一款字体工具,设计师可以通过收藏、搜索、标签、案例等快速找到心仪的字体,并在设计软件中无缝使用这些字体。 -Tags: -- 字体 -- 设计 -ReleaseNotes: |- - 新增功能: - - 优化客户端缓存机制,提升页面加载速度 - - 优化窗口缩小状态下,弹窗展示规则 - 问题修复: - - 修复客户端启动时,团队字库未自动激活问题 - - 修复部分环境下,字体激活失败问题 -ReleaseNotesUrl: https://www.hellofont.cn/download -PurchaseUrl: https://www.hellofont.cn/member -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.0.6/Hellofont.Hellofont.yaml b/manifests/h/Hellofont/Hellofont/4.0.6/Hellofont.Hellofont.yaml deleted file mode 100644 index 5bb86529c24b6..0000000000000 --- a/manifests/h/Hellofont/Hellofont/4.0.6/Hellofont.Hellofont.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Hellofont.Hellofont -PackageVersion: 4.0.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.1.0/Hellofont.Hellofont.installer.yaml b/manifests/h/Hellofont/Hellofont/4.1.0/Hellofont.Hellofont.installer.yaml new file mode 100644 index 0000000000000..0a80c99b618cc --- /dev/null +++ b/manifests/h/Hellofont/Hellofont/4.1.0/Hellofont.Hellofont.installer.yaml @@ -0,0 +1,28 @@ +# Automatically updated by the winget bot at 2024/Aug/24 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hellofont.Hellofont +PackageVersion: 4.1.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-07-22 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.hellofont.cn/Client/Release/channels_backup/4.1.0/official/字由%20Setup%204.1.0.exe + InstallerSha256: DFC032949955AEF6E543E20296C6607500654A8749D74573995F240C63713CB7 + InstallerSwitches: + Custom: /currentuser + ProductCode: 8f053ba5-859b-5478-9c49-deb6f1af94af +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.hellofont.cn/Client/Release/channels_backup/4.1.0/official/字由%20Setup%204.1.0.exe + InstallerSha256: DFC032949955AEF6E543E20296C6607500654A8749D74573995F240C63713CB7 + InstallerSwitches: + Custom: /allusers + ProductCode: 8f053ba5-859b-5478-9c49-deb6f1af94af + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.1.0/Hellofont.Hellofont.locale.en-US.yaml b/manifests/h/Hellofont/Hellofont/4.1.0/Hellofont.Hellofont.locale.en-US.yaml new file mode 100644 index 0000000000000..1d5cb968cefc6 --- /dev/null +++ b/manifests/h/Hellofont/Hellofont/4.1.0/Hellofont.Hellofont.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2024/Aug/24 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hellofont.Hellofont +PackageVersion: 4.1.0 +PackageLocale: en-US +Publisher: Hellofont +PublisherUrl: https://www.hellofont.cn/ +PublisherSupportUrl: https://www.hellofont.cn/download-faq +Author: Shanghai Yichuang Information Technology Co., Ltd. +PackageName: 字由 +PackageUrl: https://www.hellofont.cn/download +License: Proprietary +LicenseUrl: https://www.hellofont.cn/doc?tag=user-agreement +Copyright: Copyright © 2024 Hellofont +ShortDescription: A font tool tailored for designers +Description: Hellofont is a font tool tailored for designers where you can find your favorite fonts quickly through collection, search, tags, cases, etc., and use them seamlessly in design software. +Tags: +- design +- font +ReleaseNotesUrl: https://www.hellofont.cn/download +PurchaseUrl: https://www.hellofont.cn/member +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.1.0/Hellofont.Hellofont.locale.zh-CN.yaml b/manifests/h/Hellofont/Hellofont/4.1.0/Hellofont.Hellofont.locale.zh-CN.yaml new file mode 100644 index 0000000000000..234a412a331c5 --- /dev/null +++ b/manifests/h/Hellofont/Hellofont/4.1.0/Hellofont.Hellofont.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Automatically updated by the winget bot at 2024/Aug/24 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hellofont.Hellofont +PackageVersion: 4.1.0 +PackageLocale: zh-CN +Publisher: Hellofont +PublisherUrl: https://www.hellofont.cn/ +PublisherSupportUrl: https://www.hellofont.cn/download-faq +Author: 上海驿创信息技术有限公司 +PackageName: 字由 +PackageUrl: https://www.hellofont.cn/download +License: 专有软件 +LicenseUrl: https://www.hellofont.cn/doc?tag=user-agreement +Copyright: Copyright © 2024 Hellofont +ShortDescription: 为设计师量身定制的一款用字工具 +Description: 字由是为设计师量身定做的一款字体工具,设计师可以通过收藏、搜索、标签、案例等快速找到心仪的字体,并在设计软件中无缝使用这些字体。 +Tags: +- 字体 +- 设计 +ReleaseNotes: |- + 新增功能: + - 个人云字库、团队/企业字库,新增授权过期应用警告功能,防止误用造成侵权 + - 个人云字库新增下载字体功能,字体管理更高效 + - 企业会员新增“字体商城”功能,更多品牌字体可在线预览,按需购买授权 + - 优化底层字体组件,提升字体激活与应用稳定性 + - 单款商用字体,新增“百家字库”、“果冻体”售卖 + - 复制字体名称支持同时选择中文或英文名,字体名称复制更便捷 + - 字体标签新增说明解释文案,字体授权模式更清晰 + - 字体特效新增上新小红点提醒,实时掌握特效上新动向 + - 字体特效新增导出记录功能,使用记录查找更方便 + - 客户端一级导航支持缩放,兼容更多屏幕尺寸及办公场景 + - 新增 Ps/Ai 等软件多图层应用字体功能,字体应用操作更高效 + - 新增成员上传字体到团队/企业字库功能,协作用字更高效 + 问题修复: + - 优化字体特效字体切换规则及可选字体范围,特效切换字体更便捷 + - 优化客户端缓存机制,提升页面加载速度 + - 优化版本升级规则,新版本检测更及时 + - 修复部分环境下,字体激活或应用失败问题 +ReleaseNotesUrl: https://www.hellofont.cn/download +PurchaseUrl: https://www.hellofont.cn/member +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.1.0/Hellofont.Hellofont.yaml b/manifests/h/Hellofont/Hellofont/4.1.0/Hellofont.Hellofont.yaml new file mode 100644 index 0000000000000..2232d3da5e6f7 --- /dev/null +++ b/manifests/h/Hellofont/Hellofont/4.1.0/Hellofont.Hellofont.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/24 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hellofont.Hellofont +PackageVersion: 4.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.1.1/Hellofont.Hellofont.installer.yaml b/manifests/h/Hellofont/Hellofont/4.1.1/Hellofont.Hellofont.installer.yaml new file mode 100644 index 0000000000000..498f680e9fbde --- /dev/null +++ b/manifests/h/Hellofont/Hellofont/4.1.1/Hellofont.Hellofont.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hellofont.Hellofont +PackageVersion: 4.1.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-29 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.hellofont.cn/Client/Release/channels_backup/4.1.1/official/字由%20Setup%204.1.1.exe + InstallerSha256: D9B80773DC75A6637CD582E2052EF3018F13592E7D7117264A4CDE131EDDE722 + InstallerSwitches: + Custom: /currentuser + ProductCode: 8f053ba5-859b-5478-9c49-deb6f1af94af +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.hellofont.cn/Client/Release/channels_backup/4.1.1/official/字由%20Setup%204.1.1.exe + InstallerSha256: D9B80773DC75A6637CD582E2052EF3018F13592E7D7117264A4CDE131EDDE722 + InstallerSwitches: + Custom: /allusers + ProductCode: 8f053ba5-859b-5478-9c49-deb6f1af94af + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.1.1/Hellofont.Hellofont.locale.en-US.yaml b/manifests/h/Hellofont/Hellofont/4.1.1/Hellofont.Hellofont.locale.en-US.yaml new file mode 100644 index 0000000000000..dad920e3e22fc --- /dev/null +++ b/manifests/h/Hellofont/Hellofont/4.1.1/Hellofont.Hellofont.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hellofont.Hellofont +PackageVersion: 4.1.1 +PackageLocale: en-US +Publisher: Hellofont +PublisherUrl: https://www.hellofont.cn/ +PublisherSupportUrl: https://www.hellofont.cn/download-faq +# PrivacyUrl: +Author: Shanghai Yichuang Information Technology Co., Ltd. +PackageName: 字由 +PackageUrl: https://www.hellofont.cn/download +License: Proprietary +LicenseUrl: https://www.hellofont.cn/doc?tag=user-agreement +Copyright: Copyright © 2024 Hellofont +# CopyrightUrl: +ShortDescription: A font tool tailored for designers +Description: Hellofont is a font tool tailored for designers where you can find your favorite fonts quickly through collection, search, tags, cases, etc., and use them seamlessly in design software. +# Moniker: +Tags: +- design +- font +# ReleaseNotes: +ReleaseNotesUrl: https://www.hellofont.cn/download +PurchaseUrl: https://www.hellofont.cn/member +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.1.1/Hellofont.Hellofont.locale.zh-CN.yaml b/manifests/h/Hellofont/Hellofont/4.1.1/Hellofont.Hellofont.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7f83fa81264b6 --- /dev/null +++ b/manifests/h/Hellofont/Hellofont/4.1.1/Hellofont.Hellofont.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hellofont.Hellofont +PackageVersion: 4.1.1 +PackageLocale: zh-CN +Publisher: Hellofont +PublisherUrl: https://www.hellofont.cn/ +PublisherSupportUrl: https://www.hellofont.cn/download-faq +# PrivacyUrl: +Author: 上海驿创信息技术有限公司 +PackageName: 字由 +PackageUrl: https://www.hellofont.cn/download +License: 专有软件 +LicenseUrl: https://www.hellofont.cn/doc?tag=user-agreement +Copyright: Copyright © 2024 Hellofont +# CopyrightUrl: +ShortDescription: 为设计师量身定制的一款用字工具 +Description: 字由是为设计师量身定做的一款字体工具,设计师可以通过收藏、搜索、标签、案例等快速找到心仪的字体,并在设计软件中无缝使用这些字体。 +# Moniker: +Tags: +- 字体 +- 设计 +ReleaseNotes: |- + 新增功能: + - 支持同时安装多版本 CorelDraw 时,一键应用字体 + - 系统自动激活状态下,新增等待激活提醒,提升用户体验 + - 团队/企业管理员,新增成员登录信息,及时掌握成员使用情况 + - 新增家族字批量激活功能,家族字体激活更便捷 + 问题修复: + - 优化 WPS、Offices 一键应用字体,提升稳定性 + - 修复部分环境下,界面无法打开问题 + - 优化字体激活插件,提升兼容性 +ReleaseNotesUrl: https://www.hellofont.cn/download +PurchaseUrl: https://www.hellofont.cn/member +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hellofont/Hellofont/4.1.1/Hellofont.Hellofont.yaml b/manifests/h/Hellofont/Hellofont/4.1.1/Hellofont.Hellofont.yaml new file mode 100644 index 0000000000000..35f95e879a2b8 --- /dev/null +++ b/manifests/h/Hellofont/Hellofont/4.1.1/Hellofont.Hellofont.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hellofont.Hellofont +PackageVersion: 4.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Helm/Helm/3.15.4/Helm.Helm.installer.yaml b/manifests/h/Helm/Helm/3.15.4/Helm.Helm.installer.yaml new file mode 100644 index 0000000000000..0c1ddf340ded6 --- /dev/null +++ b/manifests/h/Helm/Helm/3.15.4/Helm.Helm.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Helm.Helm +PackageVersion: 3.15.4 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: windows-amd64/helm.exe + PortableCommandAlias: helm + InstallerUrl: https://get.helm.sh/helm-v3.15.4-windows-amd64.zip + InstallerSha256: 023B96F02E812CDA1A1D5C950CB321834A56F4A50CA90146FF447A81BE0AE5B6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Helm/Helm/3.15.4/Helm.Helm.locale.en-US.yaml b/manifests/h/Helm/Helm/3.15.4/Helm.Helm.locale.en-US.yaml new file mode 100644 index 0000000000000..5c6735d754dae --- /dev/null +++ b/manifests/h/Helm/Helm/3.15.4/Helm.Helm.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Helm.Helm +PackageVersion: 3.15.4 +PackageLocale: en-US +Publisher: Helm +PublisherUrl: https://helm.sh +PublisherSupportUrl: https://github.com/helm/community +Author: Helm +PackageName: Helm +PackageUrl: https://helm.sh +License: Apache-2.0 +LicenseUrl: https://github.com/helm/helm/blob/main/LICENSE +Copyright: Helm Authors 2024 +ShortDescription: The Package Manager for Kubernetes +Moniker: helm +Tags: +- kubernetes +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Helm/Helm/3.15.4/Helm.Helm.yaml b/manifests/h/Helm/Helm/3.15.4/Helm.Helm.yaml new file mode 100644 index 0000000000000..05f8f06bc7202 --- /dev/null +++ b/manifests/h/Helm/Helm/3.15.4/Helm.Helm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Helm.Helm +PackageVersion: 3.15.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Helm/Helm/3.16.0/Helm.Helm.installer.yaml b/manifests/h/Helm/Helm/3.16.0/Helm.Helm.installer.yaml new file mode 100644 index 0000000000000..540be6931a3c0 --- /dev/null +++ b/manifests/h/Helm/Helm/3.16.0/Helm.Helm.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Helm.Helm +PackageVersion: 3.16.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: windows-amd64/helm.exe + PortableCommandAlias: helm + InstallerUrl: https://get.helm.sh/helm-v3.16.0-windows-amd64.zip + InstallerSha256: 0D43E254E7BFFBBEA63D4726FF5B278021678BE7BE9BF78568ED26E8A6CA0F70 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: windows-arm64/helm.exe + PortableCommandAlias: helm + InstallerUrl: https://get.helm.sh/helm-v3.16.0-windows-arm64.zip + InstallerSha256: D87E5EA0CEAF8DF4BED32A657B9637A5CA01F0CA05A86AF9B256996D64909866 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Helm/Helm/3.16.0/Helm.Helm.locale.en-US.yaml b/manifests/h/Helm/Helm/3.16.0/Helm.Helm.locale.en-US.yaml new file mode 100644 index 0000000000000..34ccd4c09898f --- /dev/null +++ b/manifests/h/Helm/Helm/3.16.0/Helm.Helm.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Helm.Helm +PackageVersion: 3.16.0 +PackageLocale: en-US +Publisher: Helm +PublisherUrl: https://helm.sh +PublisherSupportUrl: https://github.com/helm/community +Author: Helm +PackageName: Helm +PackageUrl: https://helm.sh +License: Apache-2.0 +LicenseUrl: https://github.com/helm/helm/blob/main/LICENSE +Copyright: Helm Authors 2024 +ShortDescription: The Package Manager for Kubernetes +Moniker: helm +Tags: +- kubernetes +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Helm/Helm/3.16.0/Helm.Helm.yaml b/manifests/h/Helm/Helm/3.16.0/Helm.Helm.yaml new file mode 100644 index 0000000000000..8acfc13f4ff84 --- /dev/null +++ b/manifests/h/Helm/Helm/3.16.0/Helm.Helm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Helm.Helm +PackageVersion: 3.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Helm/Helm/3.16.1/Helm.Helm.installer.yaml b/manifests/h/Helm/Helm/3.16.1/Helm.Helm.installer.yaml new file mode 100644 index 0000000000000..70ad028478bc1 --- /dev/null +++ b/manifests/h/Helm/Helm/3.16.1/Helm.Helm.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Helm.Helm +PackageVersion: 3.16.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: 2024-09-12 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: windows-amd64/helm.exe + PortableCommandAlias: helm + InstallerUrl: https://get.helm.sh/helm-v3.16.1-windows-amd64.zip + InstallerSha256: 89952EA1BACE0A9498053606296EA03CF743C48294969DFC731E7F78D1DC809A +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: windows-arm64/helm.exe + PortableCommandAlias: helm + InstallerUrl: https://get.helm.sh/helm-v3.16.1-windows-arm64.zip + InstallerSha256: FC370A291ED926DA5E77ACF42006DE48E7FD5FF94D20C3F6AA10C04FEA66E53C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Helm/Helm/3.16.1/Helm.Helm.locale.en-US.yaml b/manifests/h/Helm/Helm/3.16.1/Helm.Helm.locale.en-US.yaml new file mode 100644 index 0000000000000..cb855211fa709 --- /dev/null +++ b/manifests/h/Helm/Helm/3.16.1/Helm.Helm.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Helm.Helm +PackageVersion: 3.16.1 +PackageLocale: en-US +Publisher: Helm +PublisherUrl: https://helm.sh +PublisherSupportUrl: https://github.com/helm/community +Author: Helm +PackageName: Helm +PackageUrl: https://helm.sh +License: Apache-2.0 +LicenseUrl: https://github.com/helm/helm/blob/main/LICENSE +Copyright: Helm Authors 2024 +ShortDescription: The Package Manager for Kubernetes +Moniker: helm +Tags: +- kubernetes +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Helm/Helm/3.16.1/Helm.Helm.yaml b/manifests/h/Helm/Helm/3.16.1/Helm.Helm.yaml new file mode 100644 index 0000000000000..005c3b0510c96 --- /dev/null +++ b/manifests/h/Helm/Helm/3.16.1/Helm.Helm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Helm.Helm +PackageVersion: 3.16.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HemantKArya/Melodfy/1.0.0.24/HemantKArya.Melodfy.installer.yaml b/manifests/h/HemantKArya/Melodfy/1.0.0.24/HemantKArya.Melodfy.installer.yaml new file mode 100644 index 0000000000000..4a6852f8aeae0 --- /dev/null +++ b/manifests/h/HemantKArya/Melodfy/1.0.0.24/HemantKArya.Melodfy.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HemantKArya.Melodfy +PackageVersion: 1.0.0.24 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{4E667043-E0EE-4B77-8D50-E7B2BEF590DC}_is1' +ReleaseDate: 2024-03-05 +AppsAndFeaturesEntries: +- Publisher: Hemant Kumar + DisplayVersion: 1.0.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HemantKArya/Melodfy/releases/download/v1.0.0%2B22/Melodfy_v1.0.0_Win.exe + InstallerSha256: 4B9143867892DE23E6DCFECFC7C655F8D635D6BE9B01A5A6B6FA4DD8F6A3CA32 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HemantKArya/Melodfy/1.0.0.24/HemantKArya.Melodfy.locale.en-US.yaml b/manifests/h/HemantKArya/Melodfy/1.0.0.24/HemantKArya.Melodfy.locale.en-US.yaml new file mode 100644 index 0000000000000..2e48535c627ae --- /dev/null +++ b/manifests/h/HemantKArya/Melodfy/1.0.0.24/HemantKArya.Melodfy.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HemantKArya.Melodfy +PackageVersion: 1.0.0.24 +PackageLocale: en-US +Publisher: Hemant Kumar +PublisherUrl: https://github.com/HemantKArya +PublisherSupportUrl: https://github.com/HemantKArya/Melodfy/issues +Author: Hemant KArya +PackageName: Melodfy +PackageUrl: https://github.com/HemantKArya/Melodfy +License: MIT +LicenseUrl: https://github.com/HemantKArya/Melodfy/raw/main/LICENSE +Copyright: Copyright (c) 2024 Hemant KArya +CopyrightUrl: https://github.com/HemantKArya/Melodfy/raw/main/LICENSE +ShortDescription: AI-Powered Piano Audio to MIDI Converter +Description: Melodfy is an python application that utilizes the power of artificial intelligence (developed by ByteDance) to seamlessly convert audio recordings of piano playing into playable MIDI files. +Tags: +- ai +- melody +- melody-extraction +- midi +- midi-converter +- midi-file +- music +- piano +- piano-chords +- pyside6 +- python +- qt6 +- qt6-gui +ReleaseNotesUrl: https://github.com/HemantKArya/Melodfy/releases/tag/v1.0.0+22 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HemantKArya/Melodfy/1.0.0.24/HemantKArya.Melodfy.yaml b/manifests/h/HemantKArya/Melodfy/1.0.0.24/HemantKArya.Melodfy.yaml new file mode 100644 index 0000000000000..6286eb06c0788 --- /dev/null +++ b/manifests/h/HemantKArya/Melodfy/1.0.0.24/HemantKArya.Melodfy.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HemantKArya.Melodfy +PackageVersion: 1.0.0.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Henry++/simplewall/3.8.4/Henry++.simplewall.installer.yaml b/manifests/h/Henry++/simplewall/3.8.4/Henry++.simplewall.installer.yaml new file mode 100644 index 0000000000000..6264e37326715 --- /dev/null +++ b/manifests/h/Henry++/simplewall/3.8.4/Henry++.simplewall.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Henry++.simplewall +PackageVersion: 3.8.4 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +ExpectedReturnCodes: +- InstallerReturnCode: 2 + ReturnResponse: fileInUse +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/henrypp/simplewall/releases/download/v.3.8.4/simplewall-3.8.4-setup.exe + InstallerSha256: 65AA87122F0D460619B21CE338AD604B5838379C53661646B20CAEDBF021BDB5 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-11 diff --git a/manifests/h/Henry++/simplewall/3.8.4/Henry++.simplewall.locale.en-US.yaml b/manifests/h/Henry++/simplewall/3.8.4/Henry++.simplewall.locale.en-US.yaml new file mode 100644 index 0000000000000..20244be07f81f --- /dev/null +++ b/manifests/h/Henry++/simplewall/3.8.4/Henry++.simplewall.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Henry++.simplewall +PackageVersion: 3.8.4 +PackageLocale: en-US +Publisher: Henry++ +PublisherUrl: https://github.com/henrypp/ +PublisherSupportUrl: https://github.com/henrypp/simplewall/issues +Author: Henrypp +PackageName: simplewall +PackageUrl: https://github.com/henrypp/simplewall/releases/tag/v.3.8.4 +License: GPL-3.0 +LicenseUrl: https://github.com/henrypp/simplewall/blob/HEAD/LICENSE +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://raw.githubusercontent.com/henrypp/simplewall/master/LICENSE +ShortDescription: Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer. +Moniker: simplewall +Tags: +- administration +- firewall +- foss +- internet +- network +- network-monitor +- open-source +ReleaseNotes: |- + This is a maintenance release. + - added listview empty markup + - fixed tray icon middle click not worked when log ui is disabled + - fixed notification displays invalid signature (issue #1871) + - fixed does not show up tray icon (issue #1844) + - fixed crash when cleanup timers (issue #1860) + - fixed possible memory leak + - updated project sdk + - updated rule hint + - cosmetic fixes +ReleaseNotesUrl: https://github.com/henrypp/simplewall/releases/tag/v.3.8.4 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Henry++/simplewall/3.8.4/Henry++.simplewall.yaml b/manifests/h/Henry++/simplewall/3.8.4/Henry++.simplewall.yaml new file mode 100644 index 0000000000000..ed66999d83925 --- /dev/null +++ b/manifests/h/Henry++/simplewall/3.8.4/Henry++.simplewall.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Henry++.simplewall +PackageVersion: 3.8.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml new file mode 100644 index 0000000000000..fecbd739c9277 --- /dev/null +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher +PackageVersion: 2.15.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.15.0/Heroic-2.15.0-Setup-x64.exe + InstallerSha256: dd8281e5d2bf8efb7eebc451d34828147f04c462d8fc1080f000aa6609dd25e3 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-04-06 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml new file mode 100644 index 0000000000000..5c3d2e76b3f23 --- /dev/null +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher +PackageVersion: 2.15.0 +PackageLocale: en-US +Publisher: Heroic Games Launcher +PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher +PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +Author: Flavio F +PackageName: Heroic +PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. +Description: |- + Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). + Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. + Heroic is built with Web Technologies like: + TypeScript, React, NodeJS and Electron. +Moniker: heroic +Tags: +- epicgames +- games-launcher +- gaming +- launcher +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml new file mode 100644 index 0000000000000..f76de98b7c924 --- /dev/null +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher +PackageVersion: 2.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml new file mode 100644 index 0000000000000..f010e668fbb34 --- /dev/null +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher +PackageVersion: 2.15.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.15.1/Heroic-2.15.1-Setup-x64.exe + InstallerSha256: 0c3ae59491066948a29e01b54d27444833ec86176ef69ad427240885390a17dd +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-04-06 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml new file mode 100644 index 0000000000000..0ff3c6a4df886 --- /dev/null +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher +PackageVersion: 2.15.1 +PackageLocale: en-US +Publisher: Heroic Games Launcher +PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher +PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +Author: Flavio F +PackageName: Heroic +PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. +Description: |- + Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). + Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. + Heroic is built with Web Technologies like: + TypeScript, React, NodeJS and Electron. +Moniker: heroic +Tags: +- epicgames +- games-launcher +- gaming +- launcher +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml new file mode 100644 index 0000000000000..e01bafae8ef39 --- /dev/null +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher +PackageVersion: 2.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HetznerCloud/CLI/1.46.0/HetznerCloud.CLI.installer.yaml b/manifests/h/HetznerCloud/CLI/1.46.0/HetznerCloud.CLI.installer.yaml new file mode 100644 index 0000000000000..2714db2bf37e8 --- /dev/null +++ b/manifests/h/HetznerCloud/CLI/1.46.0/HetznerCloud.CLI.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HetznerCloud.CLI +PackageVersion: 1.46.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hcloud.exe +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/hetznercloud/cli/releases/download/v1.46.0/hcloud-windows-amd64.zip + InstallerSha256: 0345cb0ed2ff69b9ed337d6e54a36cd157fc3699b383c34d2d19add1359cedc6 +- Architecture: x64 + InstallerUrl: https://github.com/hetznercloud/cli/releases/download/v1.46.0/hcloud-windows-amd64.zip + InstallerSha256: 0345cb0ed2ff69b9ed337d6e54a36cd157fc3699b383c34d2d19add1359cedc6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HetznerCloud/CLI/1.46.0/HetznerCloud.CLI.locale.en-US.yaml b/manifests/h/HetznerCloud/CLI/1.46.0/HetznerCloud.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..2f6a14659a5e0 --- /dev/null +++ b/manifests/h/HetznerCloud/CLI/1.46.0/HetznerCloud.CLI.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HetznerCloud.CLI +PackageVersion: 1.46.0 +PackageLocale: en-US +Publisher: Hetzner Cloud +PublisherUrl: https://github.com/hetznercloud +PackageName: hcloud +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: |- + 1.46.0 (2024-07-25) + API Changes for Traffic Prices and Server Type Included Traffic + There will be a breaking change in the API regarding Traffic Prices and Server Type Included Traffic on 2024-08-05. This release implements the necessary changes for the CLI. + Until now, the hcloud server-type list command had a column traffic. This is no longer possible, because there is no single included traffic for a server type, and instead this depends on the location. We have set the field to - and removed it from the default columns. The information is still available in hcloud server-type describe , now in the "Pricing" section of the output. + This also affects the JSON and YAML output of both hcloud server-type list and hcloud server-type describe as we use the API schema for this. + You can learn more about this change in our changelog. + + Features + - load-balancer-type: show traffic details for each location in describe output (5c9380c) + - server-type: show traffic details for each location in describe output (5c9380c) + + Bug Fixes + - ineffective poll interval option (#822) (41aaa56) + - printing for server create with mulitple networks (#824) (f3fcbd2) + -server-type: remove deprecated traffic column (5c9380c) + +ReleaseNotesUrl: https://github.com/hetznercloud/cli/releases/tag/v1.46.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HetznerCloud/CLI/1.46.0/HetznerCloud.CLI.yaml b/manifests/h/HetznerCloud/CLI/1.46.0/HetznerCloud.CLI.yaml new file mode 100644 index 0000000000000..638306f9e1418 --- /dev/null +++ b/manifests/h/HetznerCloud/CLI/1.46.0/HetznerCloud.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HetznerCloud.CLI +PackageVersion: 1.46.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/127.0.6533.100/Hibbiki.Chromium.installer.yaml b/manifests/h/Hibbiki/Chromium/127.0.6533.100/Hibbiki.Chromium.installer.yaml new file mode 100644 index 0000000000000..c5fd7a28f75b6 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/127.0.6533.100/Hibbiki.Chromium.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 127.0.6533.100 +InstallerType: exe +InstallModes: +- silent +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v127.0.6533.100-r1313161/mini_installer.sync.exe + InstallerSha256: A4D1551DDDDCF0759DD666E58017C06C7AD796941442AE9A6E55F33B385A4507 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v127.0.6533.100-r1313161/mini_installer.sync.exe + InstallerSha256: A4D1551DDDDCF0759DD666E58017C06C7AD796941442AE9A6E55F33B385A4507 + InstallerSwitches: + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/127.0.6533.100/Hibbiki.Chromium.locale.en-US.yaml b/manifests/h/Hibbiki/Chromium/127.0.6533.100/Hibbiki.Chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..a8c72183606ae --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/127.0.6533.100/Hibbiki.Chromium.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 127.0.6533.100 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/Hibbiki/chromium-win64 +# PublisherSupportUrl: +# PrivacyUrl: +Author: Hibbiki +PackageName: Chromium +PackageUrl: https://github.com/Hibbiki/chromium-win64 +License: BSD 3-Clause License +LicenseUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +Copyright: Copyright 2015 The Chromium Authors. All rights reserved. +CopyrightUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +ShortDescription: Stable Chromium build for Windows 64-bit, nothing fancy. +# Description: +# Moniker: +Tags: +- browser +- chromium +ReleaseNotes: a24624843550be95614526ed98162c1024e1f0de ../out/x64/mini_installer.sync.exe e7a721b2be9df86d49f29ad5ab4d69b67c780509 ../out/x64/chrome.sync.7z eff08e687263dbfa5458661df99b440be0f6808d ../out/x64/mini_installer.nosync.exe 9c1d34218fd2c319b22e482b7ffb9c254e30ff0d ../out/x64/chrome.nosync.7z 1d04b3b2e07a452b8a25a53966be4357eb215250 ../out/noarch/policy_templates.zip +ReleaseNotesUrl: https://github.com/Hibbiki/chromium-win64/releases/tag/v127.0.6533.100-r1313161 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/127.0.6533.100/Hibbiki.Chromium.yaml b/manifests/h/Hibbiki/Chromium/127.0.6533.100/Hibbiki.Chromium.yaml new file mode 100644 index 0000000000000..b4c034830173a --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/127.0.6533.100/Hibbiki.Chromium.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 127.0.6533.100 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/127.0.6533.120/Hibbiki.Chromium.installer.yaml b/manifests/h/Hibbiki/Chromium/127.0.6533.120/Hibbiki.Chromium.installer.yaml new file mode 100644 index 0000000000000..25c94a02abe97 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/127.0.6533.120/Hibbiki.Chromium.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 127.0.6533.120 +InstallerType: exe +InstallModes: +- silent +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v127.0.6533.120-r1313161/mini_installer.sync.exe + InstallerSha256: B8FFF6CB29058B626FAE8F5BD1B276FACEA42B22579DBFFFE5555B6EC70B1099 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v127.0.6533.120-r1313161/mini_installer.sync.exe + InstallerSha256: B8FFF6CB29058B626FAE8F5BD1B276FACEA42B22579DBFFFE5555B6EC70B1099 + InstallerSwitches: + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/127.0.6533.120/Hibbiki.Chromium.locale.en-US.yaml b/manifests/h/Hibbiki/Chromium/127.0.6533.120/Hibbiki.Chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..3fafefa6c61c9 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/127.0.6533.120/Hibbiki.Chromium.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 127.0.6533.120 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/Hibbiki/chromium-win64 +# PublisherSupportUrl: +# PrivacyUrl: +Author: Hibbiki +PackageName: Chromium +PackageUrl: https://github.com/Hibbiki/chromium-win64 +License: BSD 3-Clause License +LicenseUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +Copyright: Copyright 2015 The Chromium Authors. All rights reserved. +CopyrightUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +ShortDescription: Stable Chromium build for Windows 64-bit, nothing fancy. +# Description: +# Moniker: +Tags: +- browser +- chromium +ReleaseNotes: 62ef12f481d8433611acf22cdeb94ba4565bb9ad ../out/x64/mini_installer.sync.exe d6658269e28a35eaf59da3f070b09612392a6c15 ../out/x64/chrome.sync.7z f3fe9906d1f28197202cd7bc4f46c34b25ce500c ../out/x64/mini_installer.nosync.exe 1e60ca7d662f35044be0d40c534ce00d2c0e560b ../out/x64/chrome.nosync.7z 896cd3b97894097b8d55dd9ed1de03c422264c39 ../out/noarch/policy_templates.zip +ReleaseNotesUrl: https://github.com/Hibbiki/chromium-win64/releases/tag/v127.0.6533.120-r1313161 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/127.0.6533.120/Hibbiki.Chromium.yaml b/manifests/h/Hibbiki/Chromium/127.0.6533.120/Hibbiki.Chromium.yaml new file mode 100644 index 0000000000000..01721517c8769 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/127.0.6533.120/Hibbiki.Chromium.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 127.0.6533.120 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/127.0.6533.89/Hibbiki.Chromium.installer.yaml b/manifests/h/Hibbiki/Chromium/127.0.6533.89/Hibbiki.Chromium.installer.yaml new file mode 100644 index 0000000000000..e21362dd50285 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/127.0.6533.89/Hibbiki.Chromium.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 127.0.6533.89 +InstallerType: exe +InstallModes: +- silent +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v127.0.6533.89-r1313161/mini_installer.sync.exe + InstallerSha256: E4C0060263EF249CC4C9854112A0BE82B4A8E748499CFE18F266B64929537F73 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v127.0.6533.89-r1313161/mini_installer.sync.exe + InstallerSha256: E4C0060263EF249CC4C9854112A0BE82B4A8E748499CFE18F266B64929537F73 + InstallerSwitches: + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/127.0.6533.89/Hibbiki.Chromium.locale.en-US.yaml b/manifests/h/Hibbiki/Chromium/127.0.6533.89/Hibbiki.Chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..905bcc23d0eb4 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/127.0.6533.89/Hibbiki.Chromium.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 127.0.6533.89 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/Hibbiki/chromium-win64 +# PublisherSupportUrl: +# PrivacyUrl: +Author: Hibbiki +PackageName: Chromium +PackageUrl: https://github.com/Hibbiki/chromium-win64 +License: BSD 3-Clause License +LicenseUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +Copyright: Copyright 2015 The Chromium Authors. All rights reserved. +CopyrightUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +ShortDescription: Stable Chromium build for Windows 64-bit, nothing fancy. +# Description: +# Moniker: +Tags: +- browser +- chromium +ReleaseNotes: f884330e45a21cb74682909477ea64d3cc88db34 ../out/x64/mini_installer.sync.exe 6bd698eb2b2bcaa66c0ea5048ce128d92132afce ../out/x64/chrome.sync.7z b84e653e8e33a1d26c2c9e752b6541394ad822ad ../out/x64/mini_installer.nosync.exe ba4f01f576716c13045e14c2ddcd38b75259562b ../out/x64/chrome.nosync.7z 77ec0fc310adb80a1a1728b2adad1be1780535d0 ../out/noarch/policy_templates.zip +ReleaseNotesUrl: https://github.com/Hibbiki/chromium-win64/releases/tag/v127.0.6533.89-r1313161 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/127.0.6533.89/Hibbiki.Chromium.yaml b/manifests/h/Hibbiki/Chromium/127.0.6533.89/Hibbiki.Chromium.yaml new file mode 100644 index 0000000000000..bc79f2ea8042a --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/127.0.6533.89/Hibbiki.Chromium.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 127.0.6533.89 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/128.0.6613.114/Hibbiki.Chromium.installer.yaml b/manifests/h/Hibbiki/Chromium/128.0.6613.114/Hibbiki.Chromium.installer.yaml new file mode 100644 index 0000000000000..409f0cc031528 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/128.0.6613.114/Hibbiki.Chromium.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 128.0.6613.114 +InstallerType: exe +InstallModes: +- silent +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-08-29 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v128.0.6613.114-r1331488/mini_installer.sync.exe + InstallerSha256: 39C3E8B2DE55BA8F2BC114EC8576211134FBB008C0534DF725DFCE1BE0347D8E + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v128.0.6613.114-r1331488/mini_installer.sync.exe + InstallerSha256: 39C3E8B2DE55BA8F2BC114EC8576211134FBB008C0534DF725DFCE1BE0347D8E + InstallerSwitches: + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/128.0.6613.114/Hibbiki.Chromium.locale.en-US.yaml b/manifests/h/Hibbiki/Chromium/128.0.6613.114/Hibbiki.Chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..3c1eed3d48d6c --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/128.0.6613.114/Hibbiki.Chromium.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 128.0.6613.114 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/Hibbiki/chromium-win64 +# PublisherSupportUrl: +# PrivacyUrl: +Author: Hibbiki +PackageName: Chromium +PackageUrl: https://github.com/Hibbiki/chromium-win64 +License: BSD 3-Clause License +LicenseUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +Copyright: Copyright 2015 The Chromium Authors. All rights reserved. +CopyrightUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +ShortDescription: Stable Chromium build for Windows 64-bit, nothing fancy. +# Description: +# Moniker: +Tags: +- browser +- chromium +ReleaseNotes: 9396c900be6c2d22d0d0127c65cb122de61595d5 ../out/x64/mini_installer.sync.exe 8d3b738163ae0a66dc4cabb1cdcfe0e7ee893ad8 ../out/x64/chrome.sync.7z e2431df5d76ce2ce0898a236a68fc63ee2c9bcf4 ../out/x64/mini_installer.nosync.exe 56b5dc44cab1b1893213f3bf74c5c076fede8992 ../out/x64/chrome.nosync.7z bf182aac8fd1c0dd81c246b50edd09d743d16d88 ../out/noarch/policy_templates.zip +ReleaseNotesUrl: https://github.com/Hibbiki/chromium-win64/releases/tag/v128.0.6613.114-r1331488 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/128.0.6613.114/Hibbiki.Chromium.yaml b/manifests/h/Hibbiki/Chromium/128.0.6613.114/Hibbiki.Chromium.yaml new file mode 100644 index 0000000000000..8fe5c2d1471e7 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/128.0.6613.114/Hibbiki.Chromium.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 128.0.6613.114 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/128.0.6613.120/Hibbiki.Chromium.installer.yaml b/manifests/h/Hibbiki/Chromium/128.0.6613.120/Hibbiki.Chromium.installer.yaml new file mode 100644 index 0000000000000..c60b98d417b37 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/128.0.6613.120/Hibbiki.Chromium.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 128.0.6613.120 +InstallerType: exe +InstallModes: +- silent +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v128.0.6613.120-r1331488/mini_installer.sync.exe + InstallerSha256: 9BC1D500E715F1F3154A49CD4FC5499F61FBECFEA15F44D98A401E09FFE9D73D + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v128.0.6613.120-r1331488/mini_installer.sync.exe + InstallerSha256: 9BC1D500E715F1F3154A49CD4FC5499F61FBECFEA15F44D98A401E09FFE9D73D + InstallerSwitches: + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/128.0.6613.120/Hibbiki.Chromium.locale.en-US.yaml b/manifests/h/Hibbiki/Chromium/128.0.6613.120/Hibbiki.Chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..49925d857c359 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/128.0.6613.120/Hibbiki.Chromium.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 128.0.6613.120 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/Hibbiki/chromium-win64 +# PublisherSupportUrl: +# PrivacyUrl: +Author: Hibbiki +PackageName: Chromium +PackageUrl: https://github.com/Hibbiki/chromium-win64 +License: BSD 3-Clause License +LicenseUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +Copyright: Copyright 2015 The Chromium Authors. All rights reserved. +CopyrightUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +ShortDescription: Stable Chromium build for Windows 64-bit, nothing fancy. +# Description: +# Moniker: +Tags: +- browser +- chromium +ReleaseNotes: d383f38b9a4d9144cb962ea75b96459a4119016a ../out/x64/mini_installer.sync.exe 4fcdccde829828f340727242aa8851f8a437b06c ../out/x64/chrome.sync.7z e407b9756a7d280f51fae897c58e8a1e743321c0 ../out/x64/mini_installer.nosync.exe 8848ab1772aaa1ca3d1c56729c6e628e26f29135 ../out/x64/chrome.nosync.7z 0e7d5e4a128f55bc3de86e424bfc832acb47d654 ../out/noarch/policy_templates.zip +ReleaseNotesUrl: https://github.com/Hibbiki/chromium-win64/releases/tag/v128.0.6613.120-r1331488 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/128.0.6613.120/Hibbiki.Chromium.yaml b/manifests/h/Hibbiki/Chromium/128.0.6613.120/Hibbiki.Chromium.yaml new file mode 100644 index 0000000000000..b11fd4e1a6754 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/128.0.6613.120/Hibbiki.Chromium.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 128.0.6613.120 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/128.0.6613.138/Hibbiki.Chromium.installer.yaml b/manifests/h/Hibbiki/Chromium/128.0.6613.138/Hibbiki.Chromium.installer.yaml new file mode 100644 index 0000000000000..d4cc9e3f61db9 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/128.0.6613.138/Hibbiki.Chromium.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 128.0.6613.138 +InstallerType: exe +InstallModes: +- silent +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v128.0.6613.138-r1331488/mini_installer.sync.exe + InstallerSha256: 22489C025AAD9017CB273DBDDD08681FFFCA09BFF8E243AA1E544B2BB42F7DE1 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v128.0.6613.138-r1331488/mini_installer.sync.exe + InstallerSha256: 22489C025AAD9017CB273DBDDD08681FFFCA09BFF8E243AA1E544B2BB42F7DE1 + InstallerSwitches: + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/128.0.6613.138/Hibbiki.Chromium.locale.en-US.yaml b/manifests/h/Hibbiki/Chromium/128.0.6613.138/Hibbiki.Chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..f6a5a28fa2b78 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/128.0.6613.138/Hibbiki.Chromium.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 128.0.6613.138 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/Hibbiki/chromium-win64 +# PublisherSupportUrl: +# PrivacyUrl: +Author: Hibbiki +PackageName: Chromium +PackageUrl: https://github.com/Hibbiki/chromium-win64 +License: BSD 3-Clause License +LicenseUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +Copyright: Copyright 2015 The Chromium Authors. All rights reserved. +CopyrightUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +ShortDescription: Stable Chromium build for Windows 64-bit, nothing fancy. +# Description: +# Moniker: +Tags: +- browser +- chromium +ReleaseNotes: cfb8e7390f9e93277f79acf6f0cde1187d780de4 ../out/x64/mini_installer.sync.exe eb622ada1a7cf9e9be23c95718118c892e6ea3d8 ../out/x64/chrome.sync.7z 73505447760751c917f1b83da9088f54059c83ad ../out/x64/mini_installer.nosync.exe b80bdd58c7f8e603c685d8e8816eba923e4bf515 ../out/x64/chrome.nosync.7z b7d78ae99ccb9c4dace390dd72faa18e75352478 ../out/noarch/policy_templates.zip +ReleaseNotesUrl: https://github.com/Hibbiki/chromium-win64/releases/tag/v128.0.6613.138-r1331488 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/128.0.6613.138/Hibbiki.Chromium.yaml b/manifests/h/Hibbiki/Chromium/128.0.6613.138/Hibbiki.Chromium.yaml new file mode 100644 index 0000000000000..3d87eb84e8efc --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/128.0.6613.138/Hibbiki.Chromium.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 128.0.6613.138 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/128.0.6613.85/Hibbiki.Chromium.installer.yaml b/manifests/h/Hibbiki/Chromium/128.0.6613.85/Hibbiki.Chromium.installer.yaml new file mode 100644 index 0000000000000..5c9f9a30ddc66 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/128.0.6613.85/Hibbiki.Chromium.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 128.0.6613.85 +InstallerType: exe +InstallModes: +- silent +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2024-08-23 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v128.0.6613.85-r1331488/mini_installer.sync.exe + InstallerSha256: C9C961845F339D6B2B4CFD57E39E7950FAA39834BE80293DB4B152088CE14741 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v128.0.6613.85-r1331488/mini_installer.sync.exe + InstallerSha256: C9C961845F339D6B2B4CFD57E39E7950FAA39834BE80293DB4B152088CE14741 + InstallerSwitches: + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/128.0.6613.85/Hibbiki.Chromium.locale.en-US.yaml b/manifests/h/Hibbiki/Chromium/128.0.6613.85/Hibbiki.Chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..b83944f727dc9 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/128.0.6613.85/Hibbiki.Chromium.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 128.0.6613.85 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/Hibbiki/chromium-win64 +# PublisherSupportUrl: +# PrivacyUrl: +Author: Hibbiki +PackageName: Chromium +PackageUrl: https://github.com/Hibbiki/chromium-win64 +License: BSD 3-Clause License +LicenseUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +Copyright: Copyright 2015 The Chromium Authors. All rights reserved. +CopyrightUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +ShortDescription: Stable Chromium build for Windows 64-bit, nothing fancy. +# Description: +# Moniker: +Tags: +- browser +- chromium +ReleaseNotes: 6745e1989184fd2edd02392ea36f6ec6339d8080 ../out/x64/mini_installer.sync.exe a6a1ca068c3392f1ef9639aba4b55201097330aa ../out/x64/chrome.sync.7z 19bbb867748d4df55720be6f77787b9ddf00cf99 ../out/x64/mini_installer.nosync.exe bebe414893b1142f35bdde0fb3fa7022dfbd6381 ../out/x64/chrome.nosync.7z 436da4650a2adc3d2998039a54d1ccf6540d33c7 ../out/noarch/policy_templates.zip +ReleaseNotesUrl: https://github.com/Hibbiki/chromium-win64/releases/tag/v128.0.6613.85-r1331488 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hibbiki/Chromium/128.0.6613.85/Hibbiki.Chromium.yaml b/manifests/h/Hibbiki/Chromium/128.0.6613.85/Hibbiki.Chromium.yaml new file mode 100644 index 0000000000000..ae73dd23759c8 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/128.0.6613.85/Hibbiki.Chromium.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 128.0.6613.85 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hiddify/Next/2.0.5/Hiddify.Next.installer.yaml b/manifests/h/Hiddify/Next/2.0.5/Hiddify.Next.installer.yaml new file mode 100644 index 0000000000000..1521ddf884b66 --- /dev/null +++ b/manifests/h/Hiddify/Next/2.0.5/Hiddify.Next.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hiddify.Next +PackageVersion: 2.0.5 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: 6L903538-42B1-4596-G479-BJ779F21A65D_is1 +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hiddify/hiddify-next/releases/download/v2.0.5/Hiddify-Windows-Setup-x64.exe + InstallerSha256: E10C02A9F1BF53F70005F4D023EF78B8BA7F75C1D219F30CA22A9C7E4A635A73 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hiddify/Next/2.0.5/Hiddify.Next.locale.en-US.yaml b/manifests/h/Hiddify/Next/2.0.5/Hiddify.Next.locale.en-US.yaml new file mode 100644 index 0000000000000..cf33ddf6b6da2 --- /dev/null +++ b/manifests/h/Hiddify/Next/2.0.5/Hiddify.Next.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hiddify.Next +PackageVersion: 2.0.5 +PackageLocale: en-US +Publisher: Hiddify +PublisherUrl: https://github.com/hiddify +PublisherSupportUrl: https://github.com/hiddify/hiddify-next/issues +PackageName: Hiddify Next +PackageUrl: https://github.com/hiddify/hiddify-next +License: CC BY-NC-SA 4.0 +LicenseUrl: https://github.com/hiddify/hiddify-next/blob/HEAD/LICENSE.md +ShortDescription: A multi-platform proxy app. Auto, SSH, VLESS, Vmess, Trojan, Reality, Sing-Box, Clash, Xray, Shadowsocks +Moniker: hiddify +Tags: +- proxy +- vpn +ReleaseNotes: "Release DownloadsHighlights:\n💥 This version includes the Xray Core, allowing you to use both Singbox and Xray cores simultaneously.\n- Added Advanced Config Editor\n- Added Xray core to the backend:\nTo use the Xray core, simply add the following to the end of your proxy link:\n&core=xray or just change vless, vmess, trojan to xvless, xvmess, xtrojan\n- Support for the new generation of Filtering circumvention as Split HTTP:\nThis feature helps keep your CDN connections alive.\n- Added support for both IPv4 and IPv6 versions in the WireGuard protocol.\n- Added a configuration editor:\nYou can now edit configurations within the app using the EDIT option.\n- Fix bug with alpn in configs\n- Added more modes to Warp:\n - 6 new modes and one advanced mode have been added to Warp, ranging from m1 to m6 and hHEX.\n - Set ifpm in the configuration to one of the modes. For example: ifpm=m4\n - Advanced mode hHEX:\nIn this mode, any number between 00 and FF can be used. Example: ifpm=h04FA0A\n - Configurations support both IPv4 and IPv6:\n - Setting auto4 in the Warp address will only provide an IPv4 range\n - Setting auto6 will only provide an IPv6 range\n - Setting auto will provide both ranges\n - ➡️ Sample configurations for Warp \nDownload based on your OS:بر اساس سیستم عامل خود دانلود کنید:List of all changes: ChangeLog" +ReleaseNotesUrl: https://github.com/hiddify/hiddify-next/releases/tag/v2.0.5 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hiddify/Next/2.0.5/Hiddify.Next.yaml b/manifests/h/Hiddify/Next/2.0.5/Hiddify.Next.yaml new file mode 100644 index 0000000000000..0241dbfda1b55 --- /dev/null +++ b/manifests/h/Hiddify/Next/2.0.5/Hiddify.Next.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hiddify.Next +PackageVersion: 2.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hiddify/Next/Beta/2.3.1/Hiddify.Next.Beta.installer.yaml b/manifests/h/Hiddify/Next/Beta/2.3.1/Hiddify.Next.Beta.installer.yaml new file mode 100644 index 0000000000000..b5dd0ba610acf --- /dev/null +++ b/manifests/h/Hiddify/Next/Beta/2.3.1/Hiddify.Next.Beta.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hiddify.Next.Beta +PackageVersion: 2.3.1 +InstallerLocale: en-US +InstallerType: inno +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: HiddifyNext-portable\HiddifyNext.exe + PortableCommandAlias: hiddify +ProductCode: 6L903538-42B1-4596-G479-BJ779F21A65D_is1 +ReleaseDate: 2024-09-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hiddify/hiddify-next/releases/download/v2.3.1/Hiddify-Windows-Setup-x64.exe + InstallerSha256: 4C0FBA7C6F8CEA429423787B25AB1133F84182F5F7A84CE0FE4278AC8E454D4A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hiddify/Next/Beta/2.3.1/Hiddify.Next.Beta.locale.en-US.yaml b/manifests/h/Hiddify/Next/Beta/2.3.1/Hiddify.Next.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..d2a5e7b0f1855 --- /dev/null +++ b/manifests/h/Hiddify/Next/Beta/2.3.1/Hiddify.Next.Beta.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hiddify.Next.Beta +PackageVersion: 2.3.1 +PackageLocale: en-US +Publisher: Hiddify +PublisherUrl: https://github.com/hiddify +PublisherSupportUrl: https://github.com/hiddify/hiddify-next/issues +PackageName: Hiddify Next Beta +License: CC BY-NC-SA 4.0 Deed +LicenseUrl: https://github.com/hiddify/hiddify-next/blob/HEAD/LICENSE.md +ShortDescription: Multiplatform auto-proxy app for Singbox, Clash, SSH, Hysteria, Reality, Trojan +Tags: +- clash +- clashmeta +- ech +- hysteria +- hysteria2 +- proxy +- reality +- shadowtls +- sing-box +- singbox +- ssh +- tuic +- v2ray +- vless +- vmess +- xray +ReleaseNotes: 'Release DownloadsDownload based on your OS:بر اساس سیستم عامل خود دانلود کنید:List of all changes: ChangeLog' +ReleaseNotesUrl: https://github.com/hiddify/hiddify-next/releases/tag/v2.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hiddify/Next/Beta/2.3.1/Hiddify.Next.Beta.yaml b/manifests/h/Hiddify/Next/Beta/2.3.1/Hiddify.Next.Beta.yaml new file mode 100644 index 0000000000000..47d3bbea204ce --- /dev/null +++ b/manifests/h/Hiddify/Next/Beta/2.3.1/Hiddify.Next.Beta.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hiddify.Next.Beta +PackageVersion: 2.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiroSystems/Chainhook/1.8.0/HiroSystems.Chainhook.installer.yaml b/manifests/h/HiroSystems/Chainhook/1.8.0/HiroSystems.Chainhook.installer.yaml new file mode 100644 index 0000000000000..50c491ab63ffa --- /dev/null +++ b/manifests/h/HiroSystems/Chainhook/1.8.0/HiroSystems.Chainhook.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HiroSystems.Chainhook +PackageVersion: 1.8.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Commands: +- chainhook +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{3AC5F503-F43B-4216-B7CB-754A58AA1EF8}' +AppsAndFeaturesEntries: +- UpgradeCode: '{E41901A3-0B71-4D86-9175-B12D7C7533BE}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hirosystems/chainhook/releases/download/v1.8.0/chainhook-windows-x64.msi + InstallerSha256: FD886F9BFE294F9E375B31A9E858142376176E933E8E5C7CD25294272CEF9F47 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiroSystems/Chainhook/1.8.0/HiroSystems.Chainhook.locale.en-US.yaml b/manifests/h/HiroSystems/Chainhook/1.8.0/HiroSystems.Chainhook.locale.en-US.yaml new file mode 100644 index 0000000000000..60d5b65ed0aff --- /dev/null +++ b/manifests/h/HiroSystems/Chainhook/1.8.0/HiroSystems.Chainhook.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HiroSystems.Chainhook +PackageVersion: 1.8.0 +PackageLocale: en-US +Publisher: Hiro Systems +PublisherUrl: https://www.hiro.so +PublisherSupportUrl: https://github.com/hirosystems/chainhook/issues +Author: Ludo Galabru & Micaiah Reid +PackageName: chainhook +PackageUrl: https://github.com/hirosystems/chainhook +License: GPL-3.0 +LicenseUrl: https://github.com/hirosystems/chainhook/blob/main/LICENSE +ShortDescription: Chainhook is a reorg-aware indexing engine for the Stacks & Bitcoin blockchains. +Moniker: chainhook +Tags: +- bitcoin +- blockchain +- devtools +- indexer +- stacks +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiroSystems/Chainhook/1.8.0/HiroSystems.Chainhook.yaml b/manifests/h/HiroSystems/Chainhook/1.8.0/HiroSystems.Chainhook.yaml new file mode 100644 index 0000000000000..7dc23cdb6899f --- /dev/null +++ b/manifests/h/HiroSystems/Chainhook/1.8.0/HiroSystems.Chainhook.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HiroSystems.Chainhook +PackageVersion: 1.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.installer.yaml new file mode 100644 index 0000000000000..80bb5978041ad --- /dev/null +++ b/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HiroSystems.Clarinet +PackageVersion: 2.8.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{E8FBF627-119C-40EA-84E2-F993EBC6C304}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.8.0/clarinet-windows-x64.msi + InstallerSha256: BCDAD54EE200A360134570F45E0D1B928C92FADD8E732238D641D14D63AD2489 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.locale.en-US.yaml new file mode 100644 index 0000000000000..15a350fa66aae --- /dev/null +++ b/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HiroSystems.Clarinet +PackageVersion: 2.8.0 +PackageLocale: en-US +Publisher: Hiro Systems +PublisherUrl: https://www.hiro.so/ +PublisherSupportUrl: https://github.com/hirosystems/clarinet/issues +PrivacyUrl: https://www.hiro.so/terms-privacy +Author: Hiro Systems +PackageName: clarinet +PackageUrl: https://github.com/hirosystems/clarinet +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE +Copyright: Copyright (C) 2007 Free Software Foundation, Inc +CopyrightUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE +ShortDescription: Command-line tool and runtime for the Clarity smart contract language. +Description: Clarinet is a Clarity runtime packaged as a command line tool, designed to facilitate smart contract understanding, development, testing and deployment. Clarinet consists of a Clarity REPL and a testing harness, which, when used together allow you to rapidly develop and test a Clarity smart contract, with the need to deploy the contract to a local devnet or testnet. +Moniker: clarinet +Tags: +- blockchain +- cli +- command-line +- stacks +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.yaml new file mode 100644 index 0000000000000..698a553196ccb --- /dev/null +++ b/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HiroSystems.Clarinet +PackageVersion: 2.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiteVision/HitePai6/V6.2.312/HiteVision.HitePai6.installer.yaml b/manifests/h/HiteVision/HitePai6/V6.2.312/HiteVision.HitePai6.installer.yaml new file mode 100644 index 0000000000000..79a9c3094e371 --- /dev/null +++ b/manifests/h/HiteVision/HitePai6/V6.2.312/HiteVision.HitePai6.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HiteVision.HitePai6 +PackageVersion: V6.2.312 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- hhax +- hhtx +- kl +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x64 + InstallerUrl: https://appmarket.hitecloud.cn/appMarket/package/2024-09-03/72cea4ceba1948bda90003a74c417657/HitePai6.exe + InstallerSha256: 5FB83D586CFE83E5B349FEFED17FE09EBD3674B0A970BE5BB57C4150A939CB4D + ProductCode: '{6AD336C7-7204-444D-BAE6-B1010B13888B}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiteVision/HitePai6/V6.2.312/HiteVision.HitePai6.locale.en-US.yaml b/manifests/h/HiteVision/HitePai6/V6.2.312/HiteVision.HitePai6.locale.en-US.yaml new file mode 100644 index 0000000000000..c185e1f58208c --- /dev/null +++ b/manifests/h/HiteVision/HitePai6/V6.2.312/HiteVision.HitePai6.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HiteVision.HitePai6 +PackageVersion: V6.2.312 +PackageLocale: en-US +Publisher: 深圳市鸿合创新信息技术有限责任公司 +PublisherUrl: https://hitevision.com/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Shenzhen Hitevision Technology Co., Ltd. +PackageName: 鸿合π6 +PackageUrl: https://pie.hitecloud.cn/pie +License: Proprietary +# LicenseUrl: +Copyright: Hitevision 2006-2024 +# CopyrightUrl: +ShortDescription: Interactive teaching software +Description: Hiteπ6 features high-quality slides materials, dynamic slides and exercises, and supports importing from PowerPoint slides, helping you make high-quality slides rapidly. During teaching, it provides a variety of functions for class interactions to make teaching easier and more flexible. +# Moniker: +Tags: +- education +- presentation +- slide +- teach +- teaching +- template +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.yuque.com/guvh0z/yhd435 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiteVision/HitePai6/V6.2.312/HiteVision.HitePai6.locale.zh-CN.yaml b/manifests/h/HiteVision/HitePai6/V6.2.312/HiteVision.HitePai6.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f13a3593ffc09 --- /dev/null +++ b/manifests/h/HiteVision/HitePai6/V6.2.312/HiteVision.HitePai6.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: HiteVision.HitePai6 +PackageVersion: V6.2.312 +PackageLocale: zh-CN +Publisher: 深圳市鸿合创新信息技术有限责任公司 +PublisherUrl: https://hitevision.com/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: 深圳市鸿合创新信息技术有限责任公司 +PackageName: 鸿合π6 +PackageUrl: https://pie.hitecloud.cn/pie +License: 专有软件 +# LicenseUrl: +Copyright: 鸿合科技 2006-2024 +# CopyrightUrl: +ShortDescription: 交互教学软件 +Description: 鸿合 π6 为您提供制作精良的课件素材、动态课件、习题,还支持 PPT 课件的导入,可以帮助您快速组一份高质量的课件。播放讲解时,授课界面提供的多种交互功能,使教学活动更轻松,更灵活。 +# Moniker: +Tags: +- 幻灯片 +- 教学 +- 教育 +- 模板 +- 演示 +- 课件 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 操作说明 + DocumentUrl: https://www.yuque.com/guvh0z/yhd435 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HiteVision/HitePai6/V6.2.312/HiteVision.HitePai6.yaml b/manifests/h/HiteVision/HitePai6/V6.2.312/HiteVision.HitePai6.yaml new file mode 100644 index 0000000000000..458d25ff0552c --- /dev/null +++ b/manifests/h/HiteVision/HitePai6/V6.2.312/HiteVision.HitePai6.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HiteVision.HitePai6 +PackageVersion: V6.2.312 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hitencent/JisuPDF/3.0.0.3032/Hitencent.JisuPDF.installer.yaml b/manifests/h/Hitencent/JisuPDF/3.0.0.3032/Hitencent.JisuPDF.installer.yaml new file mode 100644 index 0000000000000..a6771c6ca5d64 --- /dev/null +++ b/manifests/h/Hitencent/JisuPDF/3.0.0.3032/Hitencent.JisuPDF.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hitencent.JisuPDF +PackageVersion: 3.0.0.3032 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- pdf +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x86 + InstallerUrl: https://dl.jisupdf.com/jisupdf_setup_3.0.0.3032.exe + InstallerSha256: 4329C4CA99F96095693284D5C43C6522AC0113D78890D957B328BF1EEFD1B7E4 + ProductCode: 极速PDF阅读器 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hitencent/JisuPDF/3.0.0.3032/Hitencent.JisuPDF.locale.en-US.yaml b/manifests/h/Hitencent/JisuPDF/3.0.0.3032/Hitencent.JisuPDF.locale.en-US.yaml new file mode 100644 index 0000000000000..0b60364be6410 --- /dev/null +++ b/manifests/h/Hitencent/JisuPDF/3.0.0.3032/Hitencent.JisuPDF.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hitencent.JisuPDF +PackageVersion: 3.0.0.3032 +PackageLocale: en-US +Publisher: 北京海腾时代科技有限公司 +PublisherUrl: https://jisupdf.com/ +PublisherSupportUrl: https://jisupdf.com/zh-cn/feedback.html +PrivacyUrl: https://jisupdf.com/privacy.html +Author: Beijing Hitencent Technology Co., Ltd. +PackageName: 极速PDF阅读器 +PackageUrl: https://jisupdf.com/zh-cn/pdf-reader.html +License: Freeware +# LicenseUrl: +Copyright: Copyright (C) jisupdf.com Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: A fast and easy-to-use PDF reader +Description: Jisu PDF Reader is a fast and easy-to-use PDF reader with small size, fast start-up speed and low memory usage. It provides not only single-page mode and spread mode, but also full-screen mode and slideshow mode. With brand new annotation features such as writing, highlighting and drawing, it will make your reading and noting more convenient and easier. +# Moniker: +Tags: +- annotate +- annotation +- comment +- ebook +- pdf +- read +- reader +- viewer +# ReleaseNotes: +ReleaseNotesUrl: https://jisupdf.com/zh-cn/log.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hitencent/JisuPDF/3.0.0.3032/Hitencent.JisuPDF.locale.zh-CN.yaml b/manifests/h/Hitencent/JisuPDF/3.0.0.3032/Hitencent.JisuPDF.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e229780d5d189 --- /dev/null +++ b/manifests/h/Hitencent/JisuPDF/3.0.0.3032/Hitencent.JisuPDF.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hitencent.JisuPDF +PackageVersion: 3.0.0.3032 +PackageLocale: zh-CN +Publisher: 北京海腾时代科技有限公司 +PublisherUrl: https://jisupdf.com/ +PublisherSupportUrl: https://jisupdf.com/zh-cn/feedback.html +PrivacyUrl: https://jisupdf.com/privacy.html +Author: 北京海腾时代科技有限公司 +PackageName: 极速PDF阅读器 +PackageUrl: https://jisupdf.com/zh-cn/pdf-reader.html +License: 免费软件 +# LicenseUrl: +Copyright: Copyright (C) jisupdf.com Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: 闪电般好用的 PDF 阅读器 +Description: 极速PDF阅读器是一款闪电般好用的 PDF 阅读器,体积小、启动速度快,且占用内存极少;提供单页、书本模式个性阅读,又有全屏、幻灯片等功能助您随心切换;全新定义注释:写字、高亮、画线等功能让您的阅读、随心笔记更轻松,更省事! +# Moniker: +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 电子书 +- 阅读 +- 阅读器 +# ReleaseNotes: +ReleaseNotesUrl: https://jisupdf.com/zh-cn/log.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hitencent/JisuPDF/3.0.0.3032/Hitencent.JisuPDF.yaml b/manifests/h/Hitencent/JisuPDF/3.0.0.3032/Hitencent.JisuPDF.yaml new file mode 100644 index 0000000000000..388deb483c1f9 --- /dev/null +++ b/manifests/h/Hitencent/JisuPDF/3.0.0.3032/Hitencent.JisuPDF.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hitencent.JisuPDF +PackageVersion: 3.0.0.3032 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hitencent/JisuPDF/3.0.0.3033/Hitencent.JisuPDF.installer.yaml b/manifests/h/Hitencent/JisuPDF/3.0.0.3033/Hitencent.JisuPDF.installer.yaml new file mode 100644 index 0000000000000..0ba3f2a67ad5b --- /dev/null +++ b/manifests/h/Hitencent/JisuPDF/3.0.0.3033/Hitencent.JisuPDF.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hitencent.JisuPDF +PackageVersion: 3.0.0.3033 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- pdf +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x86 + InstallerUrl: https://dl.jisupdf.com/jisupdf_setup_3.0.0.3033.exe + InstallerSha256: 58AA59B34C1D2129EDE77B3667CA5E1D08D0E3E5DB2B880240BE72F3476175D5 + ProductCode: 极速PDF阅读器 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hitencent/JisuPDF/3.0.0.3033/Hitencent.JisuPDF.locale.en-US.yaml b/manifests/h/Hitencent/JisuPDF/3.0.0.3033/Hitencent.JisuPDF.locale.en-US.yaml new file mode 100644 index 0000000000000..4fb5a9ce759f4 --- /dev/null +++ b/manifests/h/Hitencent/JisuPDF/3.0.0.3033/Hitencent.JisuPDF.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hitencent.JisuPDF +PackageVersion: 3.0.0.3033 +PackageLocale: en-US +Publisher: 北京海腾时代科技有限公司 +PublisherUrl: https://jisupdf.com/ +PublisherSupportUrl: https://jisupdf.com/zh-cn/feedback.html +PrivacyUrl: https://jisupdf.com/privacy.html +Author: Beijing Hitencent Technology Co., Ltd. +PackageName: 极速PDF阅读器 +PackageUrl: https://jisupdf.com/zh-cn/pdf-reader.html +License: Freeware +# LicenseUrl: +Copyright: Copyright (C) jisupdf.com Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: A fast and easy-to-use PDF reader +Description: Jisu PDF Reader is a fast and easy-to-use PDF reader with small size, fast start-up speed and low memory usage. It provides not only single-page mode and spread mode, but also full-screen mode and slideshow mode. With brand new annotation features such as writing, highlighting and drawing, it will make your reading and noting more convenient and easier. +# Moniker: +Tags: +- annotate +- annotation +- comment +- ebook +- pdf +- read +- reader +- viewer +# ReleaseNotes: +ReleaseNotesUrl: https://jisupdf.com/zh-cn/log.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hitencent/JisuPDF/3.0.0.3033/Hitencent.JisuPDF.locale.zh-CN.yaml b/manifests/h/Hitencent/JisuPDF/3.0.0.3033/Hitencent.JisuPDF.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8cc7d8c14866b --- /dev/null +++ b/manifests/h/Hitencent/JisuPDF/3.0.0.3033/Hitencent.JisuPDF.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hitencent.JisuPDF +PackageVersion: 3.0.0.3033 +PackageLocale: zh-CN +Publisher: 北京海腾时代科技有限公司 +PublisherUrl: https://jisupdf.com/ +PublisherSupportUrl: https://jisupdf.com/zh-cn/feedback.html +PrivacyUrl: https://jisupdf.com/privacy.html +Author: 北京海腾时代科技有限公司 +PackageName: 极速PDF阅读器 +PackageUrl: https://jisupdf.com/zh-cn/pdf-reader.html +License: 免费软件 +# LicenseUrl: +Copyright: Copyright (C) jisupdf.com Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: 闪电般好用的 PDF 阅读器 +Description: 极速PDF阅读器是一款闪电般好用的 PDF 阅读器,体积小、启动速度快,且占用内存极少;提供单页、书本模式个性阅读,又有全屏、幻灯片等功能助您随心切换;全新定义注释:写字、高亮、画线等功能让您的阅读、随心笔记更轻松,更省事! +# Moniker: +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 电子书 +- 阅读 +- 阅读器 +# ReleaseNotes: +ReleaseNotesUrl: https://jisupdf.com/zh-cn/log.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hitencent/JisuPDF/3.0.0.3033/Hitencent.JisuPDF.yaml b/manifests/h/Hitencent/JisuPDF/3.0.0.3033/Hitencent.JisuPDF.yaml new file mode 100644 index 0000000000000..d4899c036875e --- /dev/null +++ b/manifests/h/Hitencent/JisuPDF/3.0.0.3033/Hitencent.JisuPDF.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hitencent.JisuPDF +PackageVersion: 3.0.0.3033 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hitencent/JisuPDFEditor/3.0/Hitencent.JisuPDFEditor.installer.yaml b/manifests/h/Hitencent/JisuPDFEditor/3.0/Hitencent.JisuPDFEditor.installer.yaml index 684974078c815..874f4f062cbdc 100644 --- a/manifests/h/Hitencent/JisuPDFEditor/3.0/Hitencent.JisuPDFEditor.installer.yaml +++ b/manifests/h/Hitencent/JisuPDFEditor/3.0/Hitencent.JisuPDFEditor.installer.yaml @@ -8,11 +8,11 @@ Scope: machine UpgradeBehavior: install FileExtensions: - pdf -ReleaseDate: 2024-07-03 +ReleaseDate: 2024-07-29 Installers: - Architecture: x86 - InstallerUrl: https://dl.jisupdfeditor.com/jisupdfeditor_setup_3.0.5.9.exe - InstallerSha256: 482810D88BE6C2987E4A224E8D00AB0A1695AB14CF531C7DC81C4ACE1F6286F7 + InstallerUrl: https://dl.jisupdfeditor.com/jisupdfeditor_setup_3.0.6.1.exe + InstallerSha256: FADC1A201C2EADCB1C64DD024083E0EB8022DAC161608934141C3430202C4BA3 ProductCode: 极速PDF编辑器 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/h/HomeBank/HomeBank/5.8.2/HomeBank.HomeBank.installer.yaml b/manifests/h/HomeBank/HomeBank/5.8.2/HomeBank.HomeBank.installer.yaml new file mode 100644 index 0000000000000..20831a572b42c --- /dev/null +++ b/manifests/h/HomeBank/HomeBank/5.8.2/HomeBank.HomeBank.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HomeBank.HomeBank +PackageVersion: 5.8.2 +InstallerType: inno +UpgradeBehavior: install +ProductCode: '{770D94F9-211A-4BC7-9921-FC946ABD82C8}_is1' +ReleaseDate: 2024-08-08 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://www.gethomebank.org/public/binaries/HomeBank-5.8.2-setup.exe + InstallerSha256: E357A1BD831A8276A5D68B63EF46FEB8BAF0B42BA3379E17DF0C74728A981A03 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://www.gethomebank.org/public/binaries/HomeBank-5.8.2-setup.exe + InstallerSha256: E357A1BD831A8276A5D68B63EF46FEB8BAF0B42BA3379E17DF0C74728A981A03 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HomeBank/HomeBank/5.8.2/HomeBank.HomeBank.locale.en-US.yaml b/manifests/h/HomeBank/HomeBank/5.8.2/HomeBank.HomeBank.locale.en-US.yaml new file mode 100644 index 0000000000000..72869741ec9ea --- /dev/null +++ b/manifests/h/HomeBank/HomeBank/5.8.2/HomeBank.HomeBank.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HomeBank.HomeBank +PackageVersion: 5.8.2 +PackageLocale: en-US +Publisher: Maxime DOYEN +PublisherSupportUrl: http://homebank.free.fr/support.php +PackageName: HomeBank +PackageUrl: http://homebank.free.fr/ +License: GNU General Public Licence, version 2 or later +LicenseUrl: http://homebank.free.fr/en/support.php +ShortDescription: HomeBank is a free software (as in "free speech" and also as in "free beer") that will assist you to manage your personal accounting. +Description: |- + HomeBank is a free, open source, personal finance and money management application that can be used to manage your daily and monthly finance details easily as well as effectively. + It has built-in powerful filtering tools and graphs that will help you to analyze your everyday transactions. + It is a cross platform tool which will work on almost all common devices and operating systems, including Linux, Windows, FreeBSD, and Mac OS X. +Tags: +- accounting +- budget +- finance +- money +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HomeBank/HomeBank/5.8.2/HomeBank.HomeBank.yaml b/manifests/h/HomeBank/HomeBank/5.8.2/HomeBank.HomeBank.yaml new file mode 100644 index 0000000000000..3bd94f4644699 --- /dev/null +++ b/manifests/h/HomeBank/HomeBank/5.8.2/HomeBank.HomeBank.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HomeBank.HomeBank +PackageVersion: 5.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Homebrew/Cortexso/0.5.0-8/Homebrew.Cortexso.installer.yaml b/manifests/h/Homebrew/Cortexso/0.5.0-8/Homebrew.Cortexso.installer.yaml new file mode 100644 index 0000000000000..16554af65dd37 --- /dev/null +++ b/manifests/h/Homebrew/Cortexso/0.5.0-8/Homebrew.Cortexso.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Homebrew.Cortexso +PackageVersion: 0.5.0-8 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/janhq/cortex/releases/download/v0.5.0-8/cortex-installer-0.5.0-8-amd64-windows.exe + InstallerSha256: A662C6C3BE8C68C1CEBE3F9740CEB2CD40298779B83CFB1B2628A422FAF274AB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Homebrew/Cortexso/0.5.0-8/Homebrew.Cortexso.locale.en-US.yaml b/manifests/h/Homebrew/Cortexso/0.5.0-8/Homebrew.Cortexso.locale.en-US.yaml new file mode 100644 index 0000000000000..380ead619b685 --- /dev/null +++ b/manifests/h/Homebrew/Cortexso/0.5.0-8/Homebrew.Cortexso.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Homebrew.Cortexso +PackageVersion: 0.5.0-8 +PackageLocale: en-US +Publisher: Homebrew +PackageName: Cortexso +License: Apache-2.0 license +ShortDescription: Cortex is an OpenAI-compatible AI engine that developers can use to build LLM apps. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Homebrew/Cortexso/0.5.0-8/Homebrew.Cortexso.yaml b/manifests/h/Homebrew/Cortexso/0.5.0-8/Homebrew.Cortexso.yaml new file mode 100644 index 0000000000000..07ba39024a61f --- /dev/null +++ b/manifests/h/Homebrew/Cortexso/0.5.0-8/Homebrew.Cortexso.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Homebrew.Cortexso +PackageVersion: 0.5.0-8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Honor/HonorSuite/11.0.0.712/Honor.HonorSuite.installer.yaml b/manifests/h/Honor/HonorSuite/11.0.0.712/Honor.HonorSuite.installer.yaml new file mode 100644 index 0000000000000..17e3b9709e60a --- /dev/null +++ b/manifests/h/Honor/HonorSuite/11.0.0.712/Honor.HonorSuite.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Honor.HonorSuite +PackageVersion: 11.0.0.712 +InstallerType: zip +Scope: machine +UpgradeBehavior: install +Protocols: +- honorsuite +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ReleaseDate: 2024-05-22 +Installers: +- Architecture: x86 + NestedInstallerType: nullsoft + NestedInstallerFiles: + - RelativeFilePath: Software\HonorSuite_11.0.0.712.exe + InstallerUrl: https://service.hihonor.com/weknow/servlet/download/public?contextNo=W00032589 + InstallerSha256: CB39FB0F77107059AC16D6536A2ED288B44429ACC7DB94C5F28FBEA2C56FB258 + ProductCode: HonorSuite +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Honor/HonorSuite/11.0.0.712/Honor.HonorSuite.locale.en-US.yaml b/manifests/h/Honor/HonorSuite/11.0.0.712/Honor.HonorSuite.locale.en-US.yaml new file mode 100644 index 0000000000000..75989740d7a3a --- /dev/null +++ b/manifests/h/Honor/HonorSuite/11.0.0.712/Honor.HonorSuite.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Honor.HonorSuite +PackageVersion: 11.0.0.712 +PackageLocale: en-US +Publisher: Honor Device Co., Ltd. +PublisherUrl: https://www.honor.com/global/ +PublisherSupportUrl: https://www.honor.com/global/support/ +# PrivacyUrl: +Author: Honor Device Co., Ltd. +PackageName: HonorSuite +PackageUrl: https://www.honor.com/global/tech/honor-suite/ +License: Freeware +# LicenseUrl: +Copyright: Copyright(C) 2021-2024 Honor Device Co., Ltd. All rights reserved. +CopyrightUrl: https://www.honor.com/global/company-trademark-policy/ +ShortDescription: New intelligent manager for Android devices +Description: Honor Suite lets you manage Honor mobile devices (such as phones and tablets) from your computer. You can use it to manage, back up, and restore data on your device, such as contacts, messages, and photos, and also to update and recover your device's system. +# Moniker: +Tags: +- android +- backup +- erecovery +- hdb +- honor +- magicos +- magicui +- mobile +- phone +- recover +- recovery +- restore +- smartphone +- transfer +ReleaseNotes: Fixes some known issues. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Honor/HonorSuite/11.0.0.712/Honor.HonorSuite.locale.zh-CN.yaml b/manifests/h/Honor/HonorSuite/11.0.0.712/Honor.HonorSuite.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7d6f417fb1bd3 --- /dev/null +++ b/manifests/h/Honor/HonorSuite/11.0.0.712/Honor.HonorSuite.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Honor.HonorSuite +PackageVersion: 11.0.0.712 +PackageLocale: zh-CN +Publisher: Honor Device Co., Ltd. +PublisherUrl: https://www.honor.com/cn/ +PublisherSupportUrl: https://www.honor.com/cn/support/ +# PrivacyUrl: +Author: 荣耀终端有限公司 +PackageName: HonorSuite +PackageUrl: https://www.honor.com/cn/tech/honor-suite/ +License: 免费软件 +# LicenseUrl: +Copyright: Copyright(C) 2021-2024 Honor Device Co., Ltd. All rights reserved. +CopyrightUrl: https://www.honor.com/cn/company-trademark-policy/ +ShortDescription: Suite 荣耀手机助理 +Description: “手机助理”是一款管理荣耀终端设备(手机和平板)的工具软件,为终端设备提供联系人、短信、图片、视频、应用管理、文件管理、截屏演示、应用市场、游戏中心、WLAN 连接等管理功能,并提供设备的数据备份及恢复、系统更新和系统修复功能。 +# Moniker: +Tags: +- erecovery +- hdb +- magicos +- magicui +- 传输 +- 备份 +- 安卓 +- 恢复 +- 手机 +- 手机助理 +- 救砖 +- 智能手机 +- 荣耀 +- 荣耀手机助理 +- 还原 +ReleaseNotes: 修复一些已知问题 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Honor/HonorSuite/11.0.0.712/Honor.HonorSuite.yaml b/manifests/h/Honor/HonorSuite/11.0.0.712/Honor.HonorSuite.yaml new file mode 100644 index 0000000000000..5ad257198f48f --- /dev/null +++ b/manifests/h/Honor/HonorSuite/11.0.0.712/Honor.HonorSuite.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Honor.HonorSuite +PackageVersion: 11.0.0.712 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.installer.yaml b/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.installer.yaml new file mode 100644 index 0000000000000..22e518bd7f0fb --- /dev/null +++ b/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Huawei.AppGallery +PackageVersion: 14.2.1.301 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x64 + InstallerUrl: https://store-drcn.hispace.dbankcloud.com/dl/appdl/application/apk/a2/a2088eec037441b89156fe405d41c761/PC661608e54be346009a87ff4923a609e5.2409091528.exe?maple=0&trackId=0&distOpEntity=HWSW + InstallerSha256: 3ED3D829E6692FFA86589CEC3CC4FD7467AE60DE4C926A8E86C21E2AF246CFAA + ProductCode: 78218057-efe0-5bff-b21f-f64841189568 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.locale.en-US.yaml b/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.locale.en-US.yaml new file mode 100644 index 0000000000000..dfdae0e61a5d1 --- /dev/null +++ b/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Huawei.AppGallery +PackageVersion: 14.2.1.301 +PackageLocale: en-US +Publisher: Huawei Technologies Co., Ltd. +PublisherUrl: https://consumer.huawei.com/en/ +PublisherSupportUrl: https://consumer.huawei.com/en/support/contact-us/ +PrivacyUrl: https://privacy.consumer.huawei.com/legal/appgallery-pc/privacy-statement.htm?code=EU&language=en_US +Author: Huawei Technologies Co., Ltd. +PackageName: AppGallery +PackageUrl: https://uowap.hicloud.com/appdl-uomp-cn/campaignpreview/b96271d7-fc63-4477-889d-26e121259d9e/index.html +License: Freeware +LicenseUrl: https://privacy.consumer.huawei.com/legal/appgallery-pc/terms.htm?code=EU&language=en_US +Copyright: AppGallery Copyright © 2020-2024 +CopyrightUrl: https://consumer.huawei.com/en/legal/intellectual-property/ +ShortDescription: Build a secure PC application ecosystem and provide a convenient application platform +# Description: +# Moniker: +Tags: +- app +- application +- install +- installation +- package +- portable +- program +- software +- store +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.locale.zh-Hans-CN.yaml b/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.locale.zh-Hans-CN.yaml new file mode 100644 index 0000000000000..373c254f1c544 --- /dev/null +++ b/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.locale.zh-Hans-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Huawei.AppGallery +PackageVersion: 14.2.1.301 +PackageLocale: zh-Hans-CN +Publisher: Huawei Technologies Co., Ltd. +PublisherUrl: https://consumer.huawei.com/cn/ +PublisherSupportUrl: https://club.huawei.com/ +PrivacyUrl: https://privacy.consumer.huawei.com/legal/appgallery-pc/privacy-statement.htm?code=CN&language=zh_CN +Author: 华为技术有限公司 +PackageName: AppGallery +PackageUrl: https://uowap.hicloud.com/appdl-uomp-cn/campaignpreview/b96271d7-fc63-4477-889d-26e121259d9e/index.html +License: 免费软件 +LicenseUrl: https://privacy.consumer.huawei.com/legal/appgallery-pc/terms.htm?code=CN&language=zh_CN +Copyright: 应用市场 版权所有 © 2020-2024 +CopyrightUrl: https://consumer.huawei.com/cn/legal/intellectual-property/ +ShortDescription: 构建安全的 PC 应用生态 提供便捷的应用体验平台 +# Description: +# Moniker: +Tags: +- 便携 +- 商店 +- 安装 +- 应用 +- 程序 +- 绿色 +- 软件 +- 软件包 +ReleaseNotes: |- + 1,修复了一些问题,提升稳定性 + 2,优化了部分功能体验 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.locale.zh-Hans.yaml b/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.locale.zh-Hans.yaml new file mode 100644 index 0000000000000..124ab7ccb446d --- /dev/null +++ b/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.locale.zh-Hans.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Huawei.AppGallery +PackageVersion: 14.2.1.301 +PackageLocale: zh-Hans +Publisher: Huawei Technologies Co., Ltd. +PublisherUrl: https://consumer.huawei.com/cn/ +PublisherSupportUrl: https://club.huawei.com/ +PrivacyUrl: https://privacy.consumer.huawei.com/legal/appgallery-pc/privacy-statement.htm?code=EU&language=zh_CN +Author: 华为技术有限公司 +PackageName: AppGallery +PackageUrl: https://uowap.hicloud.com/appdl-uomp-cn/campaignpreview/b96271d7-fc63-4477-889d-26e121259d9e/index.html +License: 免费软件 +LicenseUrl: https://privacy.consumer.huawei.com/legal/appgallery-pc/terms.htm?code=EU&language=zh_CN +Copyright: 应用市场 版权所有 © 2020-2024 +CopyrightUrl: https://consumer.huawei.com/cn/legal/intellectual-property/ +ShortDescription: 构建安全的 PC 应用生态 提供便捷的应用体验平台 +# Description: +# Moniker: +Tags: +- 便携 +- 商店 +- 安装 +- 应用 +- 程序 +- 绿色 +- 软件 +- 软件包 +ReleaseNotes: |- + 1,修复了一些问题,提升稳定性 + 2,优化了部分功能体验 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.yaml b/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.yaml new file mode 100644 index 0000000000000..c4ec98cb8d624 --- /dev/null +++ b/manifests/h/Huawei/AppGallery/14.2.1.301/Huawei.AppGallery.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Huawei.AppGallery +PackageVersion: 14.2.1.301 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/DevEcoDeviceTool/4.0.0.400/Huawei.DevEcoDeviceTool.installer.yaml b/manifests/h/Huawei/DevEcoDeviceTool/4.0.0.400/Huawei.DevEcoDeviceTool.installer.yaml new file mode 100644 index 0000000000000..8f819e11a9a59 --- /dev/null +++ b/manifests/h/Huawei/DevEcoDeviceTool/4.0.0.400/Huawei.DevEcoDeviceTool.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Huawei.DevEcoDeviceTool +PackageVersion: 4.0.0.400 +InstallerType: zip +Scope: user +UpgradeBehavior: uninstallPrevious +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VisualStudioCode + - PackageIdentifier: Python.Python.3.8 +Installers: +- Architecture: x64 + NestedInstallerType: nullsoft + NestedInstallerFiles: + - RelativeFilePath: devicetool-windows-tool-4.0.0.400.exe + InstallerUrl: https://contentcenter-vali-drcn.dbankcdn.cn/pvt_2/DeveloperAlliance_package_901_9/8f/v3/ksHBep8lTuS0cWeJJ6J-Ow/devicetool-windows-tool-4.0.0.400.zip?HW-CC-KV=V1&HW-CC-Date=20230904T063307Z&HW-CC-Expire=315360000&HW-CC-Sign=BFC878B2282B19F56A73305444A0C3661FF3D1DD36A13D3A2901D78B3505BC80 + InstallerSha256: A7834746A257F7B7DC99068BDE394A2AAB86C59F3120A4984FAAB34FB5454891 + ProductCode: DevEco Device Tool +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/DevEcoDeviceTool/4.0.0.400/Huawei.DevEcoDeviceTool.locale.en-US.yaml b/manifests/h/Huawei/DevEcoDeviceTool/4.0.0.400/Huawei.DevEcoDeviceTool.locale.en-US.yaml new file mode 100644 index 0000000000000..8472101d24297 --- /dev/null +++ b/manifests/h/Huawei/DevEcoDeviceTool/4.0.0.400/Huawei.DevEcoDeviceTool.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Huawei.DevEcoDeviceTool +PackageVersion: 4.0.0.400 +PackageLocale: en-US +Publisher: Huawei +PublisherUrl: https://device.harmonyos.com/en/ +PublisherSupportUrl: https://device.harmonyos.com/en/community/ +# PrivacyUrl: +Author: Huawei Technologies Co., Ltd. +PackageName: DevEco Device Tool +PackageUrl: https://device.harmonyos.com/en/develop/ide/ +License: Freeware +LicenseUrl: https://terms-drcn.platform.hicloud.com/agreementservice/developer/getAgreementTemplate?agrType=1137&country=cn&language=zh_cn&version=2021053101 +# Copyright: +CopyrightUrl: https://www.harmonyos.com/en/use +ShortDescription: HUAWEI DevEco Device Tool +Description: A one-stop, integrated device development environment that can customize HarmonyOS components, compile and program code with just a few clicks, visually debug code, and integrate distributed features, providing for innovative and efficient development at all times. +# Moniker: +Tags: +- deveco +- harmonyos +- oniro +- openharmony +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Document + DocumentUrl: https://device.harmonyos.com/en/docs/documentation/guide/service_introduction-0000001050166905 +- DocumentLabel: FAQ + DocumentUrl: https://developer.huawei.com/consumer/cn/forum/topic/0203380024404140371 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/DevEcoDeviceTool/4.0.0.400/Huawei.DevEcoDeviceTool.locale.zh-CN.yaml b/manifests/h/Huawei/DevEcoDeviceTool/4.0.0.400/Huawei.DevEcoDeviceTool.locale.zh-CN.yaml new file mode 100644 index 0000000000000..655806d68a7fe --- /dev/null +++ b/manifests/h/Huawei/DevEcoDeviceTool/4.0.0.400/Huawei.DevEcoDeviceTool.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Huawei.DevEcoDeviceTool +PackageVersion: 4.0.0.400 +PackageLocale: zh-CN +Publisher: Huawei +PublisherUrl: https://device.harmonyos.com/cn/ +PublisherSupportUrl: https://device.harmonyos.com/cn/community/ +# PrivacyUrl: +Author: 华为技术有限公司 +PackageName: DevEco Device Tool +PackageUrl: https://device.harmonyos.com/cn/develop/ide/ +License: 免费软件 +LicenseUrl: https://terms-drcn.platform.hicloud.com/agreementservice/developer/getAgreementTemplate?agrType=1137&country=cn&language=zh_cn&version=2021053101 +# Copyright: +CopyrightUrl: https://www.harmonyos.com/cn/use +ShortDescription: 华为集成开发环境 IDE +Description: DevEco Device Tool 面向智能设备开发者,提供一站式的开发环境、一站式资源获取通道,实现了从芯片模板工程创建到开发资源挑选定制,再到编码、编译、调试、调优、烧录环节的全流程覆盖,帮助开发者实现 HarmonyOS Connect/OpenHarmony 智能硬件设备的高效开发。 +# Moniker: +Tags: +- deveco +- harmonyos +- oniro +- openharmony +- 鸿蒙 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://device.harmonyos.com/cn/docs/documentation/guide/service_introduction-0000001050166905 +- DocumentLabel: 常见问题 + DocumentUrl: https://developer.huawei.com/consumer/cn/forum/topic/0203380024404140371 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/DevEcoDeviceTool/4.0.0.400/Huawei.DevEcoDeviceTool.yaml b/manifests/h/Huawei/DevEcoDeviceTool/4.0.0.400/Huawei.DevEcoDeviceTool.yaml new file mode 100644 index 0000000000000..26fd807084139 --- /dev/null +++ b/manifests/h/Huawei/DevEcoDeviceTool/4.0.0.400/Huawei.DevEcoDeviceTool.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Huawei.DevEcoDeviceTool +PackageVersion: 4.0.0.400 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/HuaweiCloudMeeting/10.7.5/Huawei.HuaweiCloudMeeting.installer.yaml b/manifests/h/Huawei/HuaweiCloudMeeting/10.7.5/Huawei.HuaweiCloudMeeting.installer.yaml new file mode 100644 index 0000000000000..6de724ff1d681 --- /dev/null +++ b/manifests/h/Huawei/HuaweiCloudMeeting/10.7.5/Huawei.HuaweiCloudMeeting.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Huawei.HuaweiCloudMeeting +PackageVersion: 10.7.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- cloudlink +- welinksoftclient +Installers: +- Architecture: x86 + InstallerUrl: https://softclient-intl.meeting.huaweicloud.com/HUAWEICLOUDMeeting_Win_10.7.5.exe + InstallerSha256: 599A68970E426CF24CFCCEED873AA80D46E92B3AD606765497D45D294F11A0D1 + ProductCode: '{6C2B15DC-BDC4-4CCC-AB99-5EF14D2FBCFC}_is1' +- InstallerLocale: zh-CN + Architecture: x86 + InstallerUrl: https://softclient.meeting.huaweicloud.com/HWMeeting/HUAWEICLOUDMeeting_Win_10.7.5.exe + InstallerSha256: 599A68970E426CF24CFCCEED873AA80D46E92B3AD606765497D45D294F11A0D1 + ProductCode: '{6C2B15DC-BDC4-4CCC-AB99-5EF14D2FBCFC}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/HuaweiCloudMeeting/10.7.5/Huawei.HuaweiCloudMeeting.locale.en-US.yaml b/manifests/h/Huawei/HuaweiCloudMeeting/10.7.5/Huawei.HuaweiCloudMeeting.locale.en-US.yaml new file mode 100644 index 0000000000000..2a420a4792518 --- /dev/null +++ b/manifests/h/Huawei/HuaweiCloudMeeting/10.7.5/Huawei.HuaweiCloudMeeting.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Huawei.HuaweiCloudMeeting +PackageVersion: 10.7.5 +PackageLocale: en-US +Publisher: Huawei Technologies Co., Ltd. +PublisherUrl: https://www.huaweicloud.com/intl/product/meeting.html +# PublisherSupportUrl: +PrivacyUrl: https://intl.meeting.huaweicloud.com/#/privacy +Author: Huawei Cloud Computing Technologies Co., Ltd. +PackageName: HUAWEI CLOUD Meeting +PackageUrl: https://www.huaweicloud.com/intl/product/meeting/download.html +License: Proprietary +LicenseUrl: https://www.huaweicloud.com/intl/declaration/tsa_meeting.html +Copyright: ©2024 Huawei Cloud Computing Technologies Co., Ltd. All rights reserved. +CopyrightUrl: https://www.huaweicloud.com/intl/declaration/statement.html +ShortDescription: Online Meeting & Video Conferencing +Description: Huawei Cloud Meeting offers secure and reliable videoconferencing with crystal-clear audio and ultra-HD video quality. Hold online meetings with staff or clients from a computer, mobile, or fixed room terminal. +# Moniker: +Tags: +- conference +- conferencing +- meeting +- video-conferencing +- voice-conferencing +ReleaseNotes: |- + 1. You can hyperlink the text in Chats; + 2. Participants can be auto muted when they join a meeting; + 3. Fixed known issues. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://support.huaweicloud.com/intl/clientuse-meeting/bf_pc_use.html +- DocumentLabel: Documentation + DocumentUrl: https://support.huaweicloud.com/intl/productdesc-meeting/productdesc.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/HuaweiCloudMeeting/10.7.5/Huawei.HuaweiCloudMeeting.locale.zh-CN.yaml b/manifests/h/Huawei/HuaweiCloudMeeting/10.7.5/Huawei.HuaweiCloudMeeting.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2a1a66096647e --- /dev/null +++ b/manifests/h/Huawei/HuaweiCloudMeeting/10.7.5/Huawei.HuaweiCloudMeeting.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Huawei.HuaweiCloudMeeting +PackageVersion: 10.7.5 +PackageLocale: zh-CN +Publisher: Huawei Technologies Co., Ltd. +PublisherUrl: https://www.huaweicloud.com/product/meeting.html +# PublisherSupportUrl: +PrivacyUrl: https://meeting.huaweicloud.com/#/privacy +Author: 华为云计算技术有限公司 +PackageName: 华为云会议 +PackageUrl: https://www.huaweicloud.com/product/meeting/download.html +License: 专有软件 +LicenseUrl: https://www.huaweicloud.com/declaration/tsa_meeting.html +Copyright: 华为云计算技术有限公司 版权所有 +CopyrightUrl: https://www.huaweicloud.com/declaration/statement.html +ShortDescription: “云端”协同的会议解决方案,全平台接入,全球覆盖,提供高清、稳定、安全、高效的极简会议体验 +Description: 华为云会议支持手机、电脑、平板、华为视讯终端、智慧大屏、第三方会议终端等全系列智能协作终端接入,为客户提供全场景覆盖、简单易用、快速部署、软硬一体的端云协同视频会议解决方案。 +# Moniker: +Tags: +- 会议 +- 开会 +- 视频会议 +- 语音会议 +ReleaseNotes: |- + 1. 会中文字聊天支持超链接; + 2. 支持主持人设置入会自动静音; + 3. 修复已知问题。 +# ReleaseNotesUrl: +PurchaseUrl: https://www.huaweicloud.com/product/meeting/price.html +# InstallationNotes: +Documentations: +- DocumentLabel: 入门 + DocumentUrl: https://www.huaweicloud.com/product/meeting/getting-started.html +- DocumentLabel: 文档 + DocumentUrl: https://support.huaweicloud.com/meeting/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/HuaweiCloudMeeting/10.7.5/Huawei.HuaweiCloudMeeting.yaml b/manifests/h/Huawei/HuaweiCloudMeeting/10.7.5/Huawei.HuaweiCloudMeeting.yaml new file mode 100644 index 0000000000000..7306083b7783d --- /dev/null +++ b/manifests/h/Huawei/HuaweiCloudMeeting/10.7.5/Huawei.HuaweiCloudMeeting.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Huawei.HuaweiCloudMeeting +PackageVersion: 10.7.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.installer.yaml b/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.installer.yaml new file mode 100644 index 0000000000000..9ea68716721f8 --- /dev/null +++ b/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Huawei.HuaweiMobileCloud +PackageVersion: 15.2.0.300 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /pc/silent + SilentWithProgress: /pc/silent +UpgradeBehavior: install +ReleaseDate: 2024-08-18 +Installers: +- Architecture: x64 + InstallerUrl: https://cloudres-drcn.dbankcdn.cn/pcresource/HuaweiCloud_15.2.0.300_x64.exe + InstallerSha256: 03EC6B3E4CF913DE4DF6A2917995BBB590B196F3ABFFFCEDE04CB26F4C689612 + ProductCode: MobileCloud +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.locale.en-US.yaml b/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.locale.en-US.yaml new file mode 100644 index 0000000000000..39929ccbe12ea --- /dev/null +++ b/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Huawei.HuaweiMobileCloud +PackageVersion: 15.2.0.300 +PackageLocale: en-US +Publisher: Huawei Technologies Co., Ltd. +PublisherUrl: https://cloud.huawei.com/ +PublisherSupportUrl: https://smartrobot-dre.platform.dbankcloud.com/?appId=22011 +PrivacyUrl: https://consumer.huawei.com/minisite/cloudservice/cloud/privacy-statement.htm?code=EU&language=en_US +Author: Huawei Technologies Co., Ltd. +PackageName: Cloud +PackageUrl: https://cloud.huawei.com/pcclient/downloadPcClientPackage +License: Proprietary +LicenseUrl: https://consumer.huawei.com/minisite/cloudservice/cloud/terms.htm?code=EU&language=en_US +Copyright: Copyright © 2012-2024 Huawei Technologies Co., Ltd. All rights reserved. +CopyrightUrl: https://consumer.huawei.com/en/legal/intellectual-property/ +ShortDescription: Keep your data secure and your devices in sync. +Description: Manage your photos, contacts, notes, and other important data online, and sync them to your other Huawei devices. You can also remotely locate a device, make it play a sound, lock it, or erase data to protect your privacy. +# Moniker: +Tags: +- album +- backup +- cloud +- cloud-drive +- download +- drive +- emui +- file +- harmonyos +- mobile +- netdisk +- phone +- photo +- smartphone +- sync +- upload +ReleaseNotes: Fixes known issues, optimizes performance, and improves cross-device functionality. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.locale.zh-Hans-CN.yaml b/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.locale.zh-Hans-CN.yaml new file mode 100644 index 0000000000000..62b36753ac799 --- /dev/null +++ b/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.locale.zh-Hans-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Huawei.HuaweiMobileCloud +PackageVersion: 15.2.0.300 +PackageLocale: zh-Hans-CN +Publisher: Huawei Technologies Co., Ltd. +PublisherUrl: https://cloud.huawei.com/ +PublisherSupportUrl: https://smartrobot-drcn.platform.dbankcloud.com/?appId=22011 +PrivacyUrl: https://consumer.huawei.com/minisite/cloudservice/cloud/privacy-statement.htm?code=HK&language=zh_CN +Author: 华为技术有限公司 +PackageName: Cloud +PackageUrl: https://cloud.huawei.com/pcclient/downloadPcClientPackage +License: 专有软件 +LicenseUrl: https://consumer.huawei.com/minisite/cloudservice/cloud/terms.htm?code=HK&language=zh_CN +Copyright: 版权所有 © 2012-2024 华为技术有限公司保留一切权利 +CopyrightUrl: https://consumer.huawei.com/cn/legal/intellectual-property/ +ShortDescription: 数据安全存储,多端智能同步 +Description: 在线管理您的照片、联系人、备忘录等重要数据,并同步更新到您的其他华为设备,还可在设备丢失时,帮您远程定位、播放铃声、设置丢失模式、擦除数据,保护您的隐私安全。 +# Moniker: +Tags: +- emui +- 上传 +- 下载 +- 云 +- 云盘 +- 同步 +- 备份 +- 手机 +- 文件 +- 智能手机 +- 照片 +- 相册 +- 网盘 +- 鸿蒙 +ReleaseNotes: 修复已知问题,优化产品性能,提升多端操作体验。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.locale.zh-Hans.yaml b/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.locale.zh-Hans.yaml new file mode 100644 index 0000000000000..9a313637cead6 --- /dev/null +++ b/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.locale.zh-Hans.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Huawei.HuaweiMobileCloud +PackageVersion: 15.2.0.300 +PackageLocale: zh-Hans +Publisher: Huawei Technologies Co., Ltd. +PublisherUrl: https://cloud.huawei.com/ +PublisherSupportUrl: https://smartrobot-dra.platform.dbankcloud.com/?appId=22011 +PrivacyUrl: https://consumer.huawei.com/minisite/cloudservice/cloud/privacy-statement.htm?code=CN&language=zh_CN +Author: 华为技术有限公司 +PackageName: Cloud +PackageUrl: https://cloud.huawei.com/pcclient/downloadPcClientPackage +License: 专有软件 +LicenseUrl: https://consumer.huawei.com/minisite/cloudservice/cloud/terms.htm?code=CN&language=zh_CN +Copyright: 版权所有 © 2012-2024 华为技术有限公司保留一切权利 +CopyrightUrl: https://consumer.huawei.com/cn/legal/intellectual-property/ +ShortDescription: 数据安全存储,多端智能同步 +Description: 在线管理您的照片、联系人、备忘录等重要数据,并同步更新到您的其他华为设备,还可在设备丢失时,帮您远程定位、播放铃声、设置丢失模式、擦除数据,保护您的隐私安全。 +# Moniker: +Tags: +- emui +- 上传 +- 下载 +- 云 +- 云盘 +- 同步 +- 备份 +- 手机 +- 文件 +- 智能手机 +- 照片 +- 相册 +- 网盘 +- 鸿蒙 +ReleaseNotes: 修复已知问题,优化产品性能,提升多端操作体验。 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.yaml b/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.yaml new file mode 100644 index 0000000000000..f6a487eb724e3 --- /dev/null +++ b/manifests/h/Huawei/HuaweiMobileCloud/15.2.0.300/Huawei.HuaweiMobileCloud.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Huawei.HuaweiMobileCloud +PackageVersion: 15.2.0.300 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/KooCLI/5.3.4/Huawei.KooCLI.installer.yaml b/manifests/h/Huawei/KooCLI/5.3.4/Huawei.KooCLI.installer.yaml new file mode 100644 index 0000000000000..fa431c44f1003 --- /dev/null +++ b/manifests/h/Huawei/KooCLI/5.3.4/Huawei.KooCLI.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Huawei.KooCLI +PackageVersion: 5.3.4 +InstallerType: zip +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hcloud.exe + PortableCommandAlias: hcloud + InstallerUrl: https://cn-north-4-hdn-koocli.obs.cn-north-4.myhuaweicloud.com/cli/5.3.4/huaweicloud-cli-windows-amd64.zip + InstallerSha256: 679AE340A4D8B8C365F3BCAC6BBBCD4D55CB0F8FACA482759CEB89199FC4068F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/KooCLI/5.3.4/Huawei.KooCLI.locale.en-US.yaml b/manifests/h/Huawei/KooCLI/5.3.4/Huawei.KooCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..93d83c2845bd9 --- /dev/null +++ b/manifests/h/Huawei/KooCLI/5.3.4/Huawei.KooCLI.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Huawei.KooCLI +PackageVersion: 5.3.4 +PackageLocale: en-US +Publisher: Huawei Cloud Computing Technologies Co., Ltd. +PublisherUrl: https://www.huaweicloud.com/intl/ +PublisherSupportUrl: https://www.huaweicloud.com/intl/service/help-tools.html +PrivacyUrl: https://www.huaweicloud.com/intl/declaration/sa_prp.html +Author: Huawei Cloud Computing Technologies Co., Ltd. +PackageName: KooCLI +PackageUrl: https://support.huaweicloud.com/intl/hcli/index.html +License: Freeware +LicenseUrl: https://www.huaweicloud.com/intl/declaration/sa_cua.html +Copyright: Copyright(C) 2020-2024 www.huaweicloud.com +CopyrightUrl: https://www.huaweicloud.com/intl/declaration/statement.html +ShortDescription: Koo Command Line Interface +Description: Koo Command Line Interface (KooCLI) is a command line tool for managing Huawei Cloud service APIs released on API Explorer. With this tool, you can call open APIs of cloud services to manage and use your cloud resources. +# Moniker: +Tags: +- huawei-cloud +# ReleaseNotes: +ReleaseNotesUrl: https://support.huaweicloud.com/intl/wtsnew-hcli/index.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/KooCLI/5.3.4/Huawei.KooCLI.locale.zh-CN.yaml b/manifests/h/Huawei/KooCLI/5.3.4/Huawei.KooCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7ad75aff3b44d --- /dev/null +++ b/manifests/h/Huawei/KooCLI/5.3.4/Huawei.KooCLI.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Huawei.KooCLI +PackageVersion: 5.3.4 +PackageLocale: zh-CN +Publisher: 华为云计算技术有限公司 +PublisherUrl: https://www.huaweicloud.com/ +PublisherSupportUrl: https://www.huaweicloud.com/service/ +PrivacyUrl: https://www.huaweicloud.com/declaration/sa_prp.html +Author: 华为云计算技术有限公司 +PackageName: KooCLI +PackageUrl: https://support.huaweicloud.com/hcli/index.html +License: 免费软件 +LicenseUrl: https://www.huaweicloud.com/declaration/sa_cua.html +Copyright: Copyright(C) 2020-2024 www.huaweicloud.com +CopyrightUrl: https://www.huaweicloud.com/declaration/statement.html +ShortDescription: 华为云命令行工具服务 +Description: 华为云命令行工具服务(Koo Command Line Interface,KooCLI),是为发布在 API Explorer 上的华为云服务 API 提供的命令行管理工具。您可以通过此工具调用 API Explorer 中各云服务开放的 API,管理和使用您的各类云服务资源。 +# Moniker: +Tags: +- 华为云 +# ReleaseNotes: +ReleaseNotesUrl: https://support.huaweicloud.com/wtsnew-hcli/index.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/KooCLI/5.3.4/Huawei.KooCLI.yaml b/manifests/h/Huawei/KooCLI/5.3.4/Huawei.KooCLI.yaml new file mode 100644 index 0000000000000..24942a9275ea0 --- /dev/null +++ b/manifests/h/Huawei/KooCLI/5.3.4/Huawei.KooCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Huawei.KooCLI +PackageVersion: 5.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/Welink/7.43.3/Huawei.Welink.installer.yaml b/manifests/h/Huawei/Welink/7.43.3/Huawei.Welink.installer.yaml new file mode 100644 index 0000000000000..85c70c00725cd --- /dev/null +++ b/manifests/h/Huawei/Welink/7.43.3/Huawei.Welink.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Huawei.Welink +PackageVersion: 7.43.3 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- hwwelink +- welinksoftclient +Installers: +- Architecture: x86 + InstallerUrl: https://cdn02.welink.huaweicloud.com/appstore/file/web/free/down/09401de6891a47f6a755a1eb43ec0e20/WeLink_Win_cloud_202407241514_21811_win_b240731_master_7.43.3_538.exe + InstallerSha256: E378C6737C823C4C556119CC719728FFB7E37B0A3487638910A204D75D9649B8 + ProductCode: '{BE219E3C-4246-497E-B418-D2FE44D909F3}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/Welink/7.43.3/Huawei.Welink.locale.en-US.yaml b/manifests/h/Huawei/Welink/7.43.3/Huawei.Welink.locale.en-US.yaml new file mode 100644 index 0000000000000..31b703b45ef5b --- /dev/null +++ b/manifests/h/Huawei/Welink/7.43.3/Huawei.Welink.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Huawei.Welink +PackageVersion: 7.43.3 +PackageLocale: en-US +Publisher: Huawei Technologies Co., Ltd. +PublisherUrl: https://www.huaweicloud.com/intl/product/welink.html +# PublisherSupportUrl: +PrivacyUrl: https://api.welink.huaweicloud.com/mcloud/mag/ProxyForText/pc/ppolicy/v3/privacy/latestContent/en?regionCode=SG +Author: Huawei Technologies Co., Ltd. +PackageName: Welink +PackageUrl: https://www.huaweicloud.com/intl/product/welink/welink-download.html +License: Proprietary +LicenseUrl: https://www.huaweicloud.com/intl/declaration-sg/tsa_welink.html +Copyright: ©2019-2024. Huawei Technologies Co., Ltd. All Rights Reserved. +CopyrightUrl: https://www.huaweicloud.com/intl/declaration/statement.html +ShortDescription: A secure, intelligent, and digital platform powered by Huawei for all office scenarios. +# Description: +# Moniker: +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotes: |- + 1. Messages can be converted from voice to text. + 2. You can join a team by searching for the corresponding group ID. + 3. You can switch to the monthly view in Calendar. + + Upgrade WeLink now and begin your new journey! +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/Welink/7.43.3/Huawei.Welink.locale.zh-CN.yaml b/manifests/h/Huawei/Welink/7.43.3/Huawei.Welink.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f8619cccbd4a1 --- /dev/null +++ b/manifests/h/Huawei/Welink/7.43.3/Huawei.Welink.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Huawei.Welink +PackageVersion: 7.43.3 +PackageLocale: zh-CN +Publisher: Huawei Technologies Co., Ltd. +PublisherUrl: https://www.huaweicloud.com/product/welink.html +PublisherSupportUrl: https://support.huaweicloud.com/welink/index.html +PrivacyUrl: https://api.welink.huaweicloud.com/mcloud/mag/ProxyForText/pc/ppolicy/v3/privacy/latestContent/cn?regionCode=CN +Author: 华为云计算技术有限公司 +PackageName: Welink +PackageUrl: https://www.huaweicloud.com/product/welink-download.html +License: 专有软件 +LicenseUrl: https://www.huaweicloud.com/declaration/tsa-welink.html +Copyright: ©2019-2024 华为技术有限公司。保留一切权利。 +CopyrightUrl: https://www.huaweicloud.com/declaration/statement.html +ShortDescription: 源自华为,更懂企业的全场景安全、智能、数字化协同办公平台 +Description: 华为云 WeLink 源于华为全球化数字化办公实践,是一款全场景远程智能数字化协同办公平台,支持视频会议、考勤打卡、直播、企业网盘、云笔记等数字化办公场景。 +# Moniker: +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: |- + 1. 消息支持语音转文字 + 2. 支持通过搜索群号加入团队 + 3. 日历支持设置“月视图” + + 即刻更新,体验升级! +ReleaseNotesUrl: https://support.huaweicloud.com/productdesc-welink/welink_whatsnew_pc.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://support.huaweicloud.com/usermanual-welink/welink_pcuse.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/Welink/7.43.3/Huawei.Welink.yaml b/manifests/h/Huawei/Welink/7.43.3/Huawei.Welink.yaml new file mode 100644 index 0000000000000..1ab0b4b0622de --- /dev/null +++ b/manifests/h/Huawei/Welink/7.43.3/Huawei.Welink.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Huawei.Welink +PackageVersion: 7.43.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/Welink/7.44.5/Huawei.Welink.installer.yaml b/manifests/h/Huawei/Welink/7.44.5/Huawei.Welink.installer.yaml new file mode 100644 index 0000000000000..8c7c776881b0b --- /dev/null +++ b/manifests/h/Huawei/Welink/7.44.5/Huawei.Welink.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Huawei.Welink +PackageVersion: 7.44.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- hwwelink +- welinksoftclient +Installers: +- Architecture: x86 + InstallerUrl: https://cdn02.welink.huaweicloud.com/appstore/file/web/free/down/ea7bda76a07f4b58b7784a9e5c75378e/WeLink_Win_cloud_202408201631_22558_win_b240831_master_7.44.5_541.exe + InstallerSha256: 47A75AA07818993331F50F5179A67E791D81B015950A3E49E94A75748CD6E487 + ProductCode: '{BE219E3C-4246-497E-B418-D2FE44D909F3}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/Welink/7.44.5/Huawei.Welink.locale.en-US.yaml b/manifests/h/Huawei/Welink/7.44.5/Huawei.Welink.locale.en-US.yaml new file mode 100644 index 0000000000000..f10fba9f9ec06 --- /dev/null +++ b/manifests/h/Huawei/Welink/7.44.5/Huawei.Welink.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Huawei.Welink +PackageVersion: 7.44.5 +PackageLocale: en-US +Publisher: Huawei Technologies Co., Ltd. +PublisherUrl: https://www.huaweicloud.com/intl/product/welink.html +# PublisherSupportUrl: +PrivacyUrl: https://api.welink.huaweicloud.com/mcloud/mag/ProxyForText/pc/ppolicy/v3/privacy/latestContent/en?regionCode=SG +Author: Huawei Technologies Co., Ltd. +PackageName: Welink +PackageUrl: https://www.huaweicloud.com/intl/product/welink/welink-download.html +License: Proprietary +LicenseUrl: https://www.huaweicloud.com/intl/declaration-sg/tsa_welink.html +Copyright: ©2019-2024. Huawei Technologies Co., Ltd. All Rights Reserved. +CopyrightUrl: https://www.huaweicloud.com/intl/declaration/statement.html +ShortDescription: A secure, intelligent, and digital platform powered by Huawei for all office scenarios. +# Description: +# Moniker: +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotes: |- + 1. A certification label is added behind the name of each enterprise. + 2. Optimized experience in CloudDrive. + 3. Optimized the Workshop. + + Upgrade WeLink now and begin your new journey! +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/Welink/7.44.5/Huawei.Welink.locale.zh-CN.yaml b/manifests/h/Huawei/Welink/7.44.5/Huawei.Welink.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8290f73fbe297 --- /dev/null +++ b/manifests/h/Huawei/Welink/7.44.5/Huawei.Welink.locale.zh-CN.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Huawei.Welink +PackageVersion: 7.44.5 +PackageLocale: zh-CN +Publisher: Huawei Technologies Co., Ltd. +PublisherUrl: https://www.huaweicloud.com/product/welink.html +PublisherSupportUrl: https://support.huaweicloud.com/welink/index.html +PrivacyUrl: https://api.welink.huaweicloud.com/mcloud/mag/ProxyForText/pc/ppolicy/v3/privacy/latestContent/cn?regionCode=CN +Author: 华为云计算技术有限公司 +PackageName: Welink +PackageUrl: https://www.huaweicloud.com/product/welink-download.html +License: 专有软件 +LicenseUrl: https://www.huaweicloud.com/declaration/tsa-welink.html +Copyright: ©2019-2024 华为技术有限公司。保留一切权利。 +CopyrightUrl: https://www.huaweicloud.com/declaration/statement.html +ShortDescription: 源自华为,更懂企业的全场景安全、智能、数字化协同办公平台 +Description: 华为云 WeLink 源于华为全球化数字化办公实践,是一款全场景远程智能数字化协同办公平台,支持视频会议、考勤打卡、直播、企业网盘、云笔记等数字化办公场景。 +# Moniker: +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: |- + 1. 新增企业认证标识 + 2. 云空间体验优化 + 3. 研讨会体验优化 + + 即刻更新,体验升级! +ReleaseNotesUrl: https://support.huaweicloud.com/productdesc-welink/welink_whatsnew_pc.html +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://support.huaweicloud.com/usermanual-welink/welink_pcuse.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huawei/Welink/7.44.5/Huawei.Welink.yaml b/manifests/h/Huawei/Welink/7.44.5/Huawei.Welink.yaml new file mode 100644 index 0000000000000..95e37fdcc154d --- /dev/null +++ b/manifests/h/Huawei/Welink/7.44.5/Huawei.Welink.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Huawei.Welink +PackageVersion: 7.44.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.130.0/Hugo.Hugo.installer.yaml b/manifests/h/Hugo/Hugo/0.130.0/Hugo.Hugo.installer.yaml new file mode 100644 index 0000000000000..87789788810a7 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.130.0/Hugo.Hugo.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.130.0 +InstallerType: zip +ReleaseDate: 2024-07-29 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.130.0/hugo_0.130.0_windows-amd64.zip + InstallerSha256: DD5D1405E25B324F10E020A8DC523F74D52A22EB756B7DC739C0ED58DA3D7A58 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.130.0/hugo_0.130.0_windows-arm64.zip + InstallerSha256: E140BFA1A3FEE0B5061D984225A871EB43440694108E36275ED234EFB18650BC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.130.0/Hugo.Hugo.locale.en-US.yaml b/manifests/h/Hugo/Hugo/0.130.0/Hugo.Hugo.locale.en-US.yaml new file mode 100644 index 0000000000000..35a4559b25f38 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.130.0/Hugo.Hugo.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.130.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + What's Changed + - math: Add trigonometric functions and some angle helper functions 9d2b5f98d @raoulb + - Switch EXIF library 72ff937e1 @bep #10855 #8586 #8996 + - deps: Upgrade github.com/bep/imagemeta v0.7.3 => v0.7.4 0e0056162 @bep + - deps: Upgrade github.com/bep/imagemeta v0.7.1 => v0.7.3 71842140d @bep + - readme: Pull the star history down a little cb95a033c @bep + - deps: Upgraded github.com/bep/imagemeta v0.7.0 => v0.7.1 324051115 @bep #12669 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.130.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.130.0/Hugo.Hugo.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/0.130.0/Hugo.Hugo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..40839dec335da --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.130.0/Hugo.Hugo.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.130.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架 +Description: Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.130.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.130.0/Hugo.Hugo.yaml b/manifests/h/Hugo/Hugo/0.130.0/Hugo.Hugo.yaml new file mode 100644 index 0000000000000..ba100fccd12af --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.130.0/Hugo.Hugo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.130.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.131.0/Hugo.Hugo.installer.yaml b/manifests/h/Hugo/Hugo/0.131.0/Hugo.Hugo.installer.yaml new file mode 100644 index 0000000000000..99589f748031d --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.131.0/Hugo.Hugo.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.131.0 +InstallerType: zip +ReleaseDate: 2024-08-02 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.131.0/hugo_0.131.0_windows-amd64.zip + InstallerSha256: 2A3FB57B7E24E02ED9E389A6E9D0F0546939157498347A4F34ABF5658DF2EDE0 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.131.0/hugo_0.131.0_windows-arm64.zip + InstallerSha256: B0161A7B8A4503E5E95003AE9DE09829599195BF8D4B75BBFFFB10D5F7A33F40 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.131.0/Hugo.Hugo.locale.en-US.yaml b/manifests/h/Hugo/Hugo/0.131.0/Hugo.Hugo.locale.en-US.yaml new file mode 100644 index 0000000000000..ae31f2d4390f3 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.131.0/Hugo.Hugo.locale.en-US.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.131.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + Note that if you use Hugo's image processing, your processed images will get new (shorter!) file names when you build your site with this release. We have upgraded a third party hashing library to fix some rare but potential hash collisions, and since this would change some of the image hashes, we thought we might as well do some other related changes: We now use xxHash to create the image file hashes (very fast!) and we have removed the verbose processing information, making the filenames much shorter. + This release is also a full dependency refresh and it comes with one notable and very useful new feature. It is now possible to use permalink tokens in the front matter url. See the documentation for more info. Thanks to @n1xx1 for the implementation. + Note + - identity: Use xxHash in hashstructure (note) 2babd6404 @bep + Bug fixes + - Fix images.AutoOrient regression 944fcc216 @bep #12712 + Improvements + - revamp pagegroup tests with quicktest 914fa13ef @n1xx1 + - allow nested params when using Pages.GroupByParam and Pages.GroupByParamDate 51f09b17f @n1xx1 + - Run go mod tidy a5db76fe6 @bep + - resources/page: Expand parmalinks tokens in url 566fe7ba1 @n1xx1 #9714 + - Bump to go 1.21 in go.mod 92573012e @bep + - tpl: Sync Go template packages with the Go 1.22.5 source 071f8b446 @bep + - Upgrade to Go 1.22.5 ae9d5e7d8 @bep + - Shorten processed image filenames 216a69a1e @bep #12688 #12656 + - Consolidate all hashing to the common/hashing package e67886c03 @bep + - Replace the MD5 hashing of images with xxHash d5eda13cb @bep + - resources: Add BenchmarkHashImage 8b5d79698 @bep + - identity: Upgrade to github.com/mitchellh/hashstructure/v2 v2.0.2 78db8aebc @bep #11644 + - identity: Add BenchmarkHashString 3140e0b99 @bep + Dependency Updates + - build(deps): bump github.com/bep/godartsass/v2 from 2.0.0 to 2.1.0 be643580d @dependabot[bot] + - build(deps): bump google.golang.org/api from 0.152.0 to 0.189.0 20e4dd2ee @dependabot[bot] + - build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 f41149979 @dependabot[bot] + - build(deps): bump gocloud.dev from 0.36.0 to 0.38.0 47fee839f @dependabot[bot] + - build(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 99665ef22 @dependabot[bot] + - build(deps): bump github.com/kyokomi/emoji/v2 from 2.2.12 to 2.2.13 eb2eeee68 @dependabot[bot] + - deps: Upgrade github.com/hairyhenderson/go-codeowners v0.4.0 => v0.5.0 bea5a46de @bep + - build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 f1a7f3d01 @dependabot[bot] + - build(deps): bump github.com/evanw/esbuild from 0.21.4 to 0.23.0 08243be1d @dependabot[bot] + - build(deps): bump github.com/tdewolff/minify/v2 from 2.20.36 to 2.20.37 0490a8a16 @dependabot[bot] + - Revert "deps: Set toolchain go1.21.0 in go.mod" d795cacd7 @bep + - deps: Set toolchain go1.21.0 in go.mod 78c9a18b0 @bep + - deps: Upgrade golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d => v0.23.0 79aa2ab61 @bep + - deps: Replace github.com/mitchellh/hashstructure/v2 with github.com/gohugoio/hashstructure c9d7577cb @bep #11644 + - deps: Upgrade github.com/bep/imagemeta v0.7.4 => v0.7.5 9989404d9 @bep + - deps: Upgrade github.com/aws/aws-sdk-go-v2 v1.26.1 => v1.30.3 b81ba2a0f @bep + - deps: Upgrade to github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 afdd87db5 @bep +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.131.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.131.0/Hugo.Hugo.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/0.131.0/Hugo.Hugo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..201f775aa8e2e --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.131.0/Hugo.Hugo.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.131.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架 +Description: Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.131.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.131.0/Hugo.Hugo.yaml b/manifests/h/Hugo/Hugo/0.131.0/Hugo.Hugo.yaml new file mode 100644 index 0000000000000..c77656bca64c1 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.131.0/Hugo.Hugo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.131.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.132.0/Hugo.Hugo.installer.yaml b/manifests/h/Hugo/Hugo/0.132.0/Hugo.Hugo.installer.yaml new file mode 100644 index 0000000000000..e46dbd7fc2811 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.132.0/Hugo.Hugo.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.132.0 +InstallerType: zip +ReleaseDate: 2024-08-12 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.132.0/hugo_0.132.0_windows-amd64.zip + InstallerSha256: B72ED58557870BDCEE19E19B4FB532D8CB05ED9AF6265EE4A467A17C018BF0BD +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.132.0/hugo_0.132.0_windows-arm64.zip + InstallerSha256: 8F42722C1C8B310968FD83C7A662D42C34F841E1E68076B0D74702D03404FA47 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.132.0/Hugo.Hugo.locale.en-US.yaml b/manifests/h/Hugo/Hugo/0.132.0/Hugo.Hugo.locale.en-US.yaml new file mode 100644 index 0000000000000..e29792a0c5266 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.132.0/Hugo.Hugo.locale.en-US.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.132.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + Server-side math rendering using KaTeX with render hooks support, blockquote render hooks with GitHub style alerts syntax support, and more. + Bug fixes + - Improve Katex error handling and fix handling of large expressions e1e1baa1b @bep #12748 + - Fix compare of uints and ints in eq, gt etc. fbfccb394 @bep #12733 + - Fix deprecation errors 69455fa42 @bep + Improvements + - internal/warpc: Add license headers 2192cf7ec @bep + - Add katex option ThrowOnError e42263529 @bep + - Add some more KaTeX options 891aa00fe @bep #12745 #12746 + - tpl/transform: Make Plainify and ToMath return template.HTML 946e6af0b @bep #8732 + - Add build time math rendering 33c0938cd @bep #11927 + - github: Turn off the image workflow for pull request 0c3a1c728 @bep + - github: Update image actions versions and some adjustments ceed81245 @bep + - github: Update GitHub actions versions dbff48e6c @bep + - markup: Add blockquote render hooks 665ac949b @bep #12590 + - markup/goldmark/codeblocks: Simplify codeblcok hook code 4c162deb0 @bep + - Add render hooks for inline and block passthrough snippets c6227f1d8 @bep #11927 + - tpl/cast: Improve float 10891f305 @bep #12718 + - Skip TestEchoParam c07e94fa6 @bep + Dependency Updates + - deps: Upgrade github.com/bep/imagemeta v0.7.6 => v0.8.0 5d84f6475 @bep #12741 + - build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 1781b1842 @dependabot[bot] + - build(deps): bump golang.org/x/image from 0.18.0 to 0.19.0 d6d9dddff @dependabot[bot] + - build(deps): bump github.com/bep/imagemeta from 0.7.5 to 0.7.6 (#12720) 8f8d12ab2 @dependabot[bot] #12718 + Documentation + - docs: Regen docshelper ef2e30eca @bep + Build Setup + - github: Build and publish Docker image on release b08de70cc @morremeyer #10760 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.132.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.132.0/Hugo.Hugo.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/0.132.0/Hugo.Hugo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d29c7da3a8037 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.132.0/Hugo.Hugo.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.132.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架 +Description: Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.132.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.132.0/Hugo.Hugo.yaml b/manifests/h/Hugo/Hugo/0.132.0/Hugo.Hugo.yaml new file mode 100644 index 0000000000000..ed3f866438497 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.132.0/Hugo.Hugo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.132.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.132.1/Hugo.Hugo.installer.yaml b/manifests/h/Hugo/Hugo/0.132.1/Hugo.Hugo.installer.yaml new file mode 100644 index 0000000000000..e0b99545db45c --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.132.1/Hugo.Hugo.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.132.1 +InstallerType: zip +ReleaseDate: 2024-08-13 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.132.1/hugo_0.132.1_windows-amd64.zip + InstallerSha256: 803763B01CC5100AAA618B561009FC66A748237B5C2B05C5F5BD87BAC493F3AF +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.132.1/hugo_0.132.1_windows-arm64.zip + InstallerSha256: E2C4DE037856DEE8EECEDA498C1EDF3EF4BD7199AC946FD09D556AB18B885CCC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.132.1/Hugo.Hugo.locale.en-US.yaml b/manifests/h/Hugo/Hugo/0.132.1/Hugo.Hugo.locale.en-US.yaml new file mode 100644 index 0000000000000..e3d61239e482a --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.132.1/Hugo.Hugo.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.132.1 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + What's Changed + - github: Adjust image workflow 77304a3cd @bep #12753 + - Fix nilpointer regression with empty blockquotes bef9214e1 @bep #12756 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.132.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.132.1/Hugo.Hugo.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/0.132.1/Hugo.Hugo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..47e4a5453185a --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.132.1/Hugo.Hugo.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.132.1 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架 +Description: Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.132.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.132.1/Hugo.Hugo.yaml b/manifests/h/Hugo/Hugo/0.132.1/Hugo.Hugo.yaml new file mode 100644 index 0000000000000..f6e67cc53f68c --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.132.1/Hugo.Hugo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.132.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.132.2/Hugo.Hugo.installer.yaml b/manifests/h/Hugo/Hugo/0.132.2/Hugo.Hugo.installer.yaml new file mode 100644 index 0000000000000..5c098febe9537 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.132.2/Hugo.Hugo.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.132.2 +InstallerType: zip +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.132.2/hugo_0.132.2_windows-amd64.zip + InstallerSha256: BB5E0AC06CF93CC37228F9496A96AAECE59BAC25BA302073F2A24A3B012ADAE4 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.132.2/hugo_0.132.2_windows-arm64.zip + InstallerSha256: 571A0EC0F1067B1795A6536849F173BA5595677745FCB9AA6CF8D863C085747D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.132.2/Hugo.Hugo.locale.en-US.yaml b/manifests/h/Hugo/Hugo/0.132.2/Hugo.Hugo.locale.en-US.yaml new file mode 100644 index 0000000000000..5c107f17c32fc --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.132.2/Hugo.Hugo.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.132.2 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + What's Changed + - markup/goldmark/blockquotes: Fix handling of lower/mixed case GitHub alerts d72607adb @bep #12767 + - tpl/transform: Don't run ToMath tests in parallel 83235262d @bep #12765 + - resources: Add URI GetRemote error 5220d371e @0xB10C + - loggers: Omit map nil check b2d4f67a8 @bep + - github: Add workflow_dispatch to the Docker workflow a99716bf0 @bep #12753 + - github: Simplify Docker workflow / only trigger on new tags 98aa53648 @bep #12753 + - github: Simplify Docker workflow 9231a7f11 @bep #12753 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.132.2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.132.2/Hugo.Hugo.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/0.132.2/Hugo.Hugo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c34a3870b49b1 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.132.2/Hugo.Hugo.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.132.2 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架 +Description: Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.132.2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.132.2/Hugo.Hugo.yaml b/manifests/h/Hugo/Hugo/0.132.2/Hugo.Hugo.yaml new file mode 100644 index 0000000000000..79e7d10c6fd8b --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.132.2/Hugo.Hugo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.132.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.133.0/Hugo.Hugo.installer.yaml b/manifests/h/Hugo/Hugo/0.133.0/Hugo.Hugo.installer.yaml new file mode 100644 index 0000000000000..fe2b5c739752a --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.133.0/Hugo.Hugo.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.133.0 +InstallerType: zip +ReleaseDate: 2024-08-17 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.133.0/hugo_0.133.0_windows-amd64.zip + InstallerSha256: B643F3D6CF7E1F5BB27B9AAD2BB8811CFA95AFA9204D46D9289521EEEE25DE21 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.133.0/hugo_0.133.0_windows-arm64.zip + InstallerSha256: 8E6D10AE78A01ECC0F551A92E7E1A0EC1C7A026E705BB0BD7F7617457579F2CD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.133.0/Hugo.Hugo.locale.en-US.yaml b/manifests/h/Hugo/Hugo/0.133.0/Hugo.Hugo.locale.en-US.yaml new file mode 100644 index 0000000000000..b9a65fbd24b75 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.133.0/Hugo.Hugo.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.133.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + What's Changed + - Add config options page.nextPrevSortOrder/nextPrevInSectionSortOrder 01008ba51 @bep #12776 + - build(deps): bump gocloud.dev from 0.38.0 to 0.39.0 53c0ddfcb @dependabot[bot] + - deps: Upgrade github.com/tetratelabs/wazero v1.7.4-0.20240805170331-2b12e189eeec => v1.8.0 133eeafeb @bep + - Upgrade to Go 1.23 2168c5b12 @bep #12763 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.133.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.133.0/Hugo.Hugo.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/0.133.0/Hugo.Hugo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d2da1b2fae881 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.133.0/Hugo.Hugo.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.133.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架 +Description: Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.133.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.133.0/Hugo.Hugo.yaml b/manifests/h/Hugo/Hugo/0.133.0/Hugo.Hugo.yaml new file mode 100644 index 0000000000000..7b69fc0ad5b6f --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.133.0/Hugo.Hugo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.133.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.133.1/Hugo.Hugo.installer.yaml b/manifests/h/Hugo/Hugo/0.133.1/Hugo.Hugo.installer.yaml new file mode 100644 index 0000000000000..389f54e84cb75 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.133.1/Hugo.Hugo.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.133.1 +InstallerType: zip +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.133.1/hugo_0.133.1_windows-amd64.zip + InstallerSha256: D3087B063791D687BEA2647E0142077C985485D21A2B4CDEA9F7B9DCE0B16C14 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.133.1/hugo_0.133.1_windows-arm64.zip + InstallerSha256: 5BF0E01B7F3B6D311622B910C901945D0005D1F484BD2773E5AB88D9635552C1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.133.1/Hugo.Hugo.locale.en-US.yaml b/manifests/h/Hugo/Hugo/0.133.1/Hugo.Hugo.locale.en-US.yaml new file mode 100644 index 0000000000000..bf2ab07ac23fe --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.133.1/Hugo.Hugo.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.133.1 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + Bug fixes + - Fix missing method NameNormalized panic 5f667f879 @bep #12795 + - config: Fix pagination deprecation messages 7792392a6 @jmooring + - deps: Upgraded github.com/bep/imagemeta v0.8.0 => v0.8.1 e1becf1df @bep #12793 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.133.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.133.1/Hugo.Hugo.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/0.133.1/Hugo.Hugo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c5ad342cf0632 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.133.1/Hugo.Hugo.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.133.1 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架 +Description: Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.133.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.133.1/Hugo.Hugo.yaml b/manifests/h/Hugo/Hugo/0.133.1/Hugo.Hugo.yaml new file mode 100644 index 0000000000000..59706dfca4924 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.133.1/Hugo.Hugo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.133.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.134.0/Hugo.Hugo.installer.yaml b/manifests/h/Hugo/Hugo/0.134.0/Hugo.Hugo.installer.yaml new file mode 100644 index 0000000000000..cd0f1dc768775 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.134.0/Hugo.Hugo.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.134.0 +InstallerType: zip +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.134.0/hugo_0.134.0_windows-amd64.zip + InstallerSha256: B39034550721ACD39D038C8199ED80AEDC79F8499275F7D6E0B23603088743AB +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.134.0/hugo_0.134.0_windows-arm64.zip + InstallerSha256: 3D7623129BD4F7F5B2FDC8629C0878F57D7163E728978C81AF587E865A8992FF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.134.0/Hugo.Hugo.locale.en-US.yaml b/manifests/h/Hugo/Hugo/0.134.0/Hugo.Hugo.locale.en-US.yaml new file mode 100644 index 0000000000000..c84653c69972b --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.134.0/Hugo.Hugo.locale.en-US.yaml @@ -0,0 +1,88 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.134.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + Hugo v0.134.0 brings render hooks for tables, ContentWithoutSummary, scoped content render and Obsidian style callout alerts. + ContentWithoutSummary and scoped content render + This release finally brings a Page.ContentWithoutSummary method. This has been a long sought after method where the use case is obvious: Render the summary with a more button that renders the ... content without summary. To enable this we have reimplemented the content summary handling in Hugo. This consolidates the 3 summary types (auto, manual and frontmatter) – they are now all HTML. This is a slightly breaking change (manual was plain text before), but the new behaviour should be much less confusing and easier to handle in the templates. If you want plain text, pipe it into plainify: {{ .Summary | plainify }}. + Before this release there was one instance of .Content for a given page, it was e.g. not possible to render a page's content slightly different (e.g. different heading levels) on the list pages or the home page. This release anables that with a new Page.Markup with an optional scope argument. + In the list template you would do something like this: + {{ range .Pages | first 5 }} + {{ with .Markup "list" }} + {{ with .Render }} +
+
  • {{ .Summary }}
  • +
  • {{ .ContentWithoutSummary }}
  • +
  • {{ .WordCount }}
  • +
  • etc ...
  • +
    + {{ end }} + {{ end }} + {{ end }} + You can think of the custom scope list as a cache key: Multiple invocations on the same page with the same scope will give the same return value. You can now pass down some data or configuration to in .Page.Store to the templates that render this markup (shortcodes, render hooks), or you can use the new global hugo.Context.MarkupScope function made for this purpose: + {{ if eq hugo.Context.MarkupScope "list" }} + {{/* Render some list markup. */}} + {{ else }} + {{/* default */}} + {{ end }} + Render hooks for tables + This has been a long sought after feature. Now you can have full control over how you render your Markdown tables with table render hooks. + Obsidian style callout alerts + Hugo v0.133.0 added blockquote render hooks with GitHub styled alerts. We have since then gotten some feedback about extended alert syntax in Obsidian, and in Hugo v0.134.0 we now support both. + Bug fixes + - github: Try to fix "no space left on device" on MacOS 96afea4ac @bep + - Fix deprecation warning for resources.ToCSS 8fb933550 @deining + - output: Fix docshelper template lookup order for AMP pages 1ecd0596a @jmooring #12797 + Improvements + - markup/goldmark/blockquotes: Improve some tests 504a23184 @bep + - Add support for Obsidian type blockquote alerts e651d2980 @bep #12805 #12801 + - Rename hstring.RenderedHTML => hstring.HTML 469124823 @bep + - Make all renderhook Text methods return template.HTML 6d97ee711 @bep + - Add Markdown render hooks for tables f738669a4 @bep #9316 #12811 + - create/skeletons: Clean up lang attribute in base template b63f24adc @jmooring + - tpl/resources: Improve resources.Concat error message a3684c836 @jmooring #7428 + - tpl: Trim whitespace from google_analytics.html 53a8de21b @chalin + - Add Page.Contents with scope support 37609262d @bep #8680 #12761 #12778 #716 + - hugolib: Add a test for overriding _internal templates 371246de2 @bep + Dependency Updates + - deps: Upgrade github.com/bep/golibsass v1.1.1 => v1.2.0 2b5c335e9 @bep #12649 + - build(deps): bump github.com/evanw/esbuild from 0.23.0 to 0.23.1 12a28ef77 @dependabot[bot] + - build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3 4ded32d07 @dependabot[bot] + Documentation + - Update Dockerfile ae3815898 @offgrid88 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.134.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.134.0/Hugo.Hugo.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/0.134.0/Hugo.Hugo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a59a9525395e5 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.134.0/Hugo.Hugo.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.134.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架 +Description: Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.134.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.134.0/Hugo.Hugo.yaml b/manifests/h/Hugo/Hugo/0.134.0/Hugo.Hugo.yaml new file mode 100644 index 0000000000000..ec9282582d6d8 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.134.0/Hugo.Hugo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.134.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.134.1/Hugo.Hugo.installer.yaml b/manifests/h/Hugo/Hugo/0.134.1/Hugo.Hugo.installer.yaml new file mode 100644 index 0000000000000..d100e34a46f1b --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.134.1/Hugo.Hugo.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.134.1 +InstallerType: zip +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.134.1/hugo_0.134.1_windows-amd64.zip + InstallerSha256: 1AE83914460F72CA999B1AB6ECF72B0B46435136B6C80C4FA7F4EDE7FFE9F491 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.134.1/hugo_0.134.1_windows-arm64.zip + InstallerSha256: DFC33BA552B424E49EB09F38AD0A94F721EA3EA30F8027026CC0F88AD437E3E8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.134.1/Hugo.Hugo.locale.en-US.yaml b/manifests/h/Hugo/Hugo/0.134.1/Hugo.Hugo.locale.en-US.yaml new file mode 100644 index 0000000000000..6284a6a26ee71 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.134.1/Hugo.Hugo.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.134.1 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + What's Changed + - Fix stray end p tag in Obsidian callout titles 66a3a1100 @bep #12828 + - Make ContentWithoutSummary return Content when summary is fetched from front matter 8f2eac019 @bep #12822 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.134.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.134.1/Hugo.Hugo.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/0.134.1/Hugo.Hugo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..86528bf5a5eb2 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.134.1/Hugo.Hugo.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.134.1 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架 +Description: Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.134.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.134.1/Hugo.Hugo.yaml b/manifests/h/Hugo/Hugo/0.134.1/Hugo.Hugo.yaml new file mode 100644 index 0000000000000..e191edacabb7e --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.134.1/Hugo.Hugo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.134.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.134.2/Hugo.Hugo.installer.yaml b/manifests/h/Hugo/Hugo/0.134.2/Hugo.Hugo.installer.yaml new file mode 100644 index 0000000000000..5ce4e885f8bf3 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.134.2/Hugo.Hugo.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.134.2 +InstallerType: zip +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.134.2/hugo_0.134.2_windows-amd64.zip + InstallerSha256: 38DDEC196255C9543F685DD2F00C5D380CD816C955244CB92F1E73D93AF356A2 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.134.2/hugo_0.134.2_windows-arm64.zip + InstallerSha256: 99FFDDE87ADA95DE995253DDBD224F33D8A9DB48800E57DE535B1DF9ACBDA4CC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.134.2/Hugo.Hugo.locale.en-US.yaml b/manifests/h/Hugo/Hugo/0.134.2/Hugo.Hugo.locale.en-US.yaml new file mode 100644 index 0000000000000..0e250a826500a --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.134.2/Hugo.Hugo.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.134.2 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + What's Changed + - Don't count HTML markup in auto summaries 3d6baedae @bep #12837 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.134.2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.134.2/Hugo.Hugo.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/0.134.2/Hugo.Hugo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..952699bf1d275 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.134.2/Hugo.Hugo.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.134.2 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +# Author: +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架 +Description: Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.134.2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/0.134.2/Hugo.Hugo.yaml b/manifests/h/Hugo/Hugo/0.134.2/Hugo.Hugo.yaml new file mode 100644 index 0000000000000..64b03da9b662e --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.134.2/Hugo.Hugo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.134.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.130.0/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.130.0/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..480e6bbad4cff --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.130.0/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.130.0 +InstallerType: zip +ReleaseDate: 2024-07-29 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.130.0/hugo_extended_0.130.0_windows-amd64.zip + InstallerSha256: BAF3C834627BBFBA4AF530335B0E1D006DA3FA6CB62D4A4ACC60711247ACAC00 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.130.0/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.130.0/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..91f187db1dea7 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.130.0/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.130.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support) +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + What's Changed + - math: Add trigonometric functions and some angle helper functions 9d2b5f98d @raoulb + - Switch EXIF library 72ff937e1 @bep #10855 #8586 #8996 + - deps: Upgrade github.com/bep/imagemeta v0.7.3 => v0.7.4 0e0056162 @bep + - deps: Upgrade github.com/bep/imagemeta v0.7.1 => v0.7.3 71842140d @bep + - readme: Pull the star history down a little cb95a033c @bep + - deps: Upgraded github.com/bep/imagemeta v0.7.0 => v0.7.1 324051115 @bep #12669 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.130.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.130.0/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.130.0/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c53fee49cc7b7 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.130.0/Hugo.Hugo.Extended.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.130.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo(扩展版) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译) +Description: |- + Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 + Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以 + - 编码 WebP 图片(标准版也可以进行解码) + - 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.130.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.130.0/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.130.0/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..6e659d9d1e3d1 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.130.0/Hugo.Hugo.Extended.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.130.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.131.0/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.131.0/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..63f8659f3716a --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.131.0/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.131.0 +InstallerType: zip +ReleaseDate: 2024-08-02 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.131.0/hugo_extended_0.131.0_windows-amd64.zip + InstallerSha256: 9120E22B39CD14969FE72C1DBF221DCAB248C16C2469ABCEB10211D84E6B065B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.131.0/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.131.0/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..3be8c35620b65 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.131.0/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,82 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.131.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support) +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + Note that if you use Hugo's image processing, your processed images will get new (shorter!) file names when you build your site with this release. We have upgraded a third party hashing library to fix some rare but potential hash collisions, and since this would change some of the image hashes, we thought we might as well do some other related changes: We now use xxHash to create the image file hashes (very fast!) and we have removed the verbose processing information, making the filenames much shorter. + This release is also a full dependency refresh and it comes with one notable and very useful new feature. It is now possible to use permalink tokens in the front matter url. See the documentation for more info. Thanks to @n1xx1 for the implementation. + Note + - identity: Use xxHash in hashstructure (note) 2babd6404 @bep + Bug fixes + - Fix images.AutoOrient regression 944fcc216 @bep #12712 + Improvements + - revamp pagegroup tests with quicktest 914fa13ef @n1xx1 + - allow nested params when using Pages.GroupByParam and Pages.GroupByParamDate 51f09b17f @n1xx1 + - Run go mod tidy a5db76fe6 @bep + - resources/page: Expand parmalinks tokens in url 566fe7ba1 @n1xx1 #9714 + - Bump to go 1.21 in go.mod 92573012e @bep + - tpl: Sync Go template packages with the Go 1.22.5 source 071f8b446 @bep + - Upgrade to Go 1.22.5 ae9d5e7d8 @bep + - Shorten processed image filenames 216a69a1e @bep #12688 #12656 + - Consolidate all hashing to the common/hashing package e67886c03 @bep + - Replace the MD5 hashing of images with xxHash d5eda13cb @bep + - resources: Add BenchmarkHashImage 8b5d79698 @bep + - identity: Upgrade to github.com/mitchellh/hashstructure/v2 v2.0.2 78db8aebc @bep #11644 + - identity: Add BenchmarkHashString 3140e0b99 @bep + Dependency Updates + - build(deps): bump github.com/bep/godartsass/v2 from 2.0.0 to 2.1.0 be643580d @dependabot[bot] + - build(deps): bump google.golang.org/api from 0.152.0 to 0.189.0 20e4dd2ee @dependabot[bot] + - build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 f41149979 @dependabot[bot] + - build(deps): bump gocloud.dev from 0.36.0 to 0.38.0 47fee839f @dependabot[bot] + - build(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 99665ef22 @dependabot[bot] + - build(deps): bump github.com/kyokomi/emoji/v2 from 2.2.12 to 2.2.13 eb2eeee68 @dependabot[bot] + - deps: Upgrade github.com/hairyhenderson/go-codeowners v0.4.0 => v0.5.0 bea5a46de @bep + - build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 f1a7f3d01 @dependabot[bot] + - build(deps): bump github.com/evanw/esbuild from 0.21.4 to 0.23.0 08243be1d @dependabot[bot] + - build(deps): bump github.com/tdewolff/minify/v2 from 2.20.36 to 2.20.37 0490a8a16 @dependabot[bot] + - Revert "deps: Set toolchain go1.21.0 in go.mod" d795cacd7 @bep + - deps: Set toolchain go1.21.0 in go.mod 78c9a18b0 @bep + - deps: Upgrade golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d => v0.23.0 79aa2ab61 @bep + - deps: Replace github.com/mitchellh/hashstructure/v2 with github.com/gohugoio/hashstructure c9d7577cb @bep #11644 + - deps: Upgrade github.com/bep/imagemeta v0.7.4 => v0.7.5 9989404d9 @bep + - deps: Upgrade github.com/aws/aws-sdk-go-v2 v1.26.1 => v1.30.3 b81ba2a0f @bep + - deps: Upgrade to github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 afdd87db5 @bep +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.131.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.131.0/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.131.0/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1e6cfdee10575 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.131.0/Hugo.Hugo.Extended.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.131.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo(扩展版) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译) +Description: |- + Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 + Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以 + - 编码 WebP 图片(标准版也可以进行解码) + - 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.131.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.131.0/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.131.0/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..e363ac6b63a1c --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.131.0/Hugo.Hugo.Extended.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.131.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.132.0/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.132.0/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..114a5bd02b444 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.132.0/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.132.0 +InstallerType: zip +ReleaseDate: 2024-08-12 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.132.0/hugo_extended_0.132.0_windows-amd64.zip + InstallerSha256: 2C00643706BAD2422ACF4F2DEDF12A30E8098073E7D51A6EAECA32AC78740EC5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.132.0/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.132.0/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..2357bd9305fb8 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.132.0/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.132.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support) +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + Server-side math rendering using KaTeX with render hooks support, blockquote render hooks with GitHub style alerts syntax support, and more. + Bug fixes + - Improve Katex error handling and fix handling of large expressions e1e1baa1b @bep #12748 + - Fix compare of uints and ints in eq, gt etc. fbfccb394 @bep #12733 + - Fix deprecation errors 69455fa42 @bep + Improvements + - internal/warpc: Add license headers 2192cf7ec @bep + - Add katex option ThrowOnError e42263529 @bep + - Add some more KaTeX options 891aa00fe @bep #12745 #12746 + - tpl/transform: Make Plainify and ToMath return template.HTML 946e6af0b @bep #8732 + - Add build time math rendering 33c0938cd @bep #11927 + - github: Turn off the image workflow for pull request 0c3a1c728 @bep + - github: Update image actions versions and some adjustments ceed81245 @bep + - github: Update GitHub actions versions dbff48e6c @bep + - markup: Add blockquote render hooks 665ac949b @bep #12590 + - markup/goldmark/codeblocks: Simplify codeblcok hook code 4c162deb0 @bep + - Add render hooks for inline and block passthrough snippets c6227f1d8 @bep #11927 + - tpl/cast: Improve float 10891f305 @bep #12718 + - Skip TestEchoParam c07e94fa6 @bep + Dependency Updates + - deps: Upgrade github.com/bep/imagemeta v0.7.6 => v0.8.0 5d84f6475 @bep #12741 + - build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 1781b1842 @dependabot[bot] + - build(deps): bump golang.org/x/image from 0.18.0 to 0.19.0 d6d9dddff @dependabot[bot] + - build(deps): bump github.com/bep/imagemeta from 0.7.5 to 0.7.6 (#12720) 8f8d12ab2 @dependabot[bot] #12718 + Documentation + - docs: Regen docshelper ef2e30eca @bep + Build Setup + - github: Build and publish Docker image on release b08de70cc @morremeyer #10760 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.132.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.132.0/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.132.0/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..23812cdd7dc65 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.132.0/Hugo.Hugo.Extended.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.132.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo(扩展版) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译) +Description: |- + Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 + Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以 + - 编码 WebP 图片(标准版也可以进行解码) + - 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.132.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.132.0/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.132.0/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..8c47fbf47a61b --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.132.0/Hugo.Hugo.Extended.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.132.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.132.1/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.132.1/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..8f19bdad1158a --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.132.1/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.132.1 +InstallerType: zip +ReleaseDate: 2024-08-13 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.132.1/hugo_extended_0.132.1_windows-amd64.zip + InstallerSha256: 390526616C6CBC7264515CBCB3D8E2E159C51421AD24C27D04ACB5196BB7619A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.132.1/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.132.1/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..6fe50b49a1fe0 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.132.1/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.132.1 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support) +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + What's Changed + - github: Adjust image workflow 77304a3cd @bep #12753 + - Fix nilpointer regression with empty blockquotes bef9214e1 @bep #12756 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.132.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.132.1/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.132.1/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2e2890c4c4a1c --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.132.1/Hugo.Hugo.Extended.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.132.1 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo(扩展版) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译) +Description: |- + Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 + Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以 + - 编码 WebP 图片(标准版也可以进行解码) + - 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.132.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.132.1/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.132.1/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..a89759bfda696 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.132.1/Hugo.Hugo.Extended.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.132.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.132.2/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.132.2/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..10e2acd936e0e --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.132.2/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.132.2 +InstallerType: zip +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.132.2/hugo_extended_0.132.2_windows-amd64.zip + InstallerSha256: 43EEEC16EF92260A9A0E0F28210E806D3B6393527AF74FD85B1FAB8C8A08F680 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.132.2/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.132.2/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..3b9be1c9657ff --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.132.2/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.132.2 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support) +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + What's Changed + - markup/goldmark/blockquotes: Fix handling of lower/mixed case GitHub alerts d72607adb @bep #12767 + - tpl/transform: Don't run ToMath tests in parallel 83235262d @bep #12765 + - resources: Add URI GetRemote error 5220d371e @0xB10C + - loggers: Omit map nil check b2d4f67a8 @bep + - github: Add workflow_dispatch to the Docker workflow a99716bf0 @bep #12753 + - github: Simplify Docker workflow / only trigger on new tags 98aa53648 @bep #12753 + - github: Simplify Docker workflow 9231a7f11 @bep #12753 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.132.2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.132.2/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.132.2/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b52e350fde32a --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.132.2/Hugo.Hugo.Extended.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.132.2 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo(扩展版) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译) +Description: |- + Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 + Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以 + - 编码 WebP 图片(标准版也可以进行解码) + - 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.132.2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.132.2/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.132.2/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..a3e69f36f7a69 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.132.2/Hugo.Hugo.Extended.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.132.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.133.0/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.133.0/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..39bcd7112c947 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.133.0/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.133.0 +InstallerType: zip +ReleaseDate: 2024-08-17 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.133.0/hugo_extended_0.133.0_windows-amd64.zip + InstallerSha256: BFB0EEBA5AFD3A0F19BD34331F7F8CDEC5C9CA3BCA20F5431ABD01C4540648C9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.133.0/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.133.0/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..38bd5596ccd3b --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.133.0/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.133.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support) +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + What's Changed + - Add config options page.nextPrevSortOrder/nextPrevInSectionSortOrder 01008ba51 @bep #12776 + - build(deps): bump gocloud.dev from 0.38.0 to 0.39.0 53c0ddfcb @dependabot[bot] + - deps: Upgrade github.com/tetratelabs/wazero v1.7.4-0.20240805170331-2b12e189eeec => v1.8.0 133eeafeb @bep + - Upgrade to Go 1.23 2168c5b12 @bep #12763 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.133.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.133.0/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.133.0/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b713d2f5399fa --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.133.0/Hugo.Hugo.Extended.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.133.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo(扩展版) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译) +Description: |- + Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 + Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以 + - 编码 WebP 图片(标准版也可以进行解码) + - 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.133.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.133.0/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.133.0/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..f917777a08d24 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.133.0/Hugo.Hugo.Extended.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.133.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.133.1/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.133.1/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..4536e73f7d518 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.133.1/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.133.1 +InstallerType: zip +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.133.1/hugo_extended_0.133.1_windows-amd64.zip + InstallerSha256: C3BC8BA46F89A780DB8136A2C1BD17FCB2A2B25ED0F3B61390F37DC4236644AA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.133.1/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.133.1/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..edec9a2f38443 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.133.1/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.133.1 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support) +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + Bug fixes + - Fix missing method NameNormalized panic 5f667f879 @bep #12795 + - config: Fix pagination deprecation messages 7792392a6 @jmooring + - deps: Upgraded github.com/bep/imagemeta v0.8.0 => v0.8.1 e1becf1df @bep #12793 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.133.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.133.1/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.133.1/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f269fbcbefbb2 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.133.1/Hugo.Hugo.Extended.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.133.1 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo(扩展版) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译) +Description: |- + Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 + Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以 + - 编码 WebP 图片(标准版也可以进行解码) + - 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.133.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.133.1/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.133.1/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..ecaafc9edbbf5 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.133.1/Hugo.Hugo.Extended.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.133.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.134.0/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.134.0/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..c847ff3b5d736 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.134.0/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.134.0 +InstallerType: zip +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.134.0/hugo_extended_0.134.0_windows-amd64.zip + InstallerSha256: 47B73359B2D903A98EFD21C5A5B415DB11FF3B0414AF015C4154F8E85A219404 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.134.0/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.134.0/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..b90d1e4501bc0 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.134.0/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,92 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.134.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support) +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + Hugo v0.134.0 brings render hooks for tables, ContentWithoutSummary, scoped content render and Obsidian style callout alerts. + ContentWithoutSummary and scoped content render + This release finally brings a Page.ContentWithoutSummary method. This has been a long sought after method where the use case is obvious: Render the summary with a more button that renders the ... content without summary. To enable this we have reimplemented the content summary handling in Hugo. This consolidates the 3 summary types (auto, manual and frontmatter) – they are now all HTML. This is a slightly breaking change (manual was plain text before), but the new behaviour should be much less confusing and easier to handle in the templates. If you want plain text, pipe it into plainify: {{ .Summary | plainify }}. + Before this release there was one instance of .Content for a given page, it was e.g. not possible to render a page's content slightly different (e.g. different heading levels) on the list pages or the home page. This release anables that with a new Page.Markup with an optional scope argument. + In the list template you would do something like this: + {{ range .Pages | first 5 }} + {{ with .Markup "list" }} + {{ with .Render }} +
    +
  • {{ .Summary }}
  • +
  • {{ .ContentWithoutSummary }}
  • +
  • {{ .WordCount }}
  • +
  • etc ...
  • +
    + {{ end }} + {{ end }} + {{ end }} + You can think of the custom scope list as a cache key: Multiple invocations on the same page with the same scope will give the same return value. You can now pass down some data or configuration to in .Page.Store to the templates that render this markup (shortcodes, render hooks), or you can use the new global hugo.Context.MarkupScope function made for this purpose: + {{ if eq hugo.Context.MarkupScope "list" }} + {{/* Render some list markup. */}} + {{ else }} + {{/* default */}} + {{ end }} + Render hooks for tables + This has been a long sought after feature. Now you can have full control over how you render your Markdown tables with table render hooks. + Obsidian style callout alerts + Hugo v0.133.0 added blockquote render hooks with GitHub styled alerts. We have since then gotten some feedback about extended alert syntax in Obsidian, and in Hugo v0.134.0 we now support both. + Bug fixes + - github: Try to fix "no space left on device" on MacOS 96afea4ac @bep + - Fix deprecation warning for resources.ToCSS 8fb933550 @deining + - output: Fix docshelper template lookup order for AMP pages 1ecd0596a @jmooring #12797 + Improvements + - markup/goldmark/blockquotes: Improve some tests 504a23184 @bep + - Add support for Obsidian type blockquote alerts e651d2980 @bep #12805 #12801 + - Rename hstring.RenderedHTML => hstring.HTML 469124823 @bep + - Make all renderhook Text methods return template.HTML 6d97ee711 @bep + - Add Markdown render hooks for tables f738669a4 @bep #9316 #12811 + - create/skeletons: Clean up lang attribute in base template b63f24adc @jmooring + - tpl/resources: Improve resources.Concat error message a3684c836 @jmooring #7428 + - tpl: Trim whitespace from google_analytics.html 53a8de21b @chalin + - Add Page.Contents with scope support 37609262d @bep #8680 #12761 #12778 #716 + - hugolib: Add a test for overriding _internal templates 371246de2 @bep + Dependency Updates + - deps: Upgrade github.com/bep/golibsass v1.1.1 => v1.2.0 2b5c335e9 @bep #12649 + - build(deps): bump github.com/evanw/esbuild from 0.23.0 to 0.23.1 12a28ef77 @dependabot[bot] + - build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3 4ded32d07 @dependabot[bot] + Documentation + - Update Dockerfile ae3815898 @offgrid88 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.134.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.134.0/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.134.0/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1d551d50b7203 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.134.0/Hugo.Hugo.Extended.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.134.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo(扩展版) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译) +Description: |- + Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 + Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以 + - 编码 WebP 图片(标准版也可以进行解码) + - 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.134.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.134.0/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.134.0/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..594660e3ca097 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.134.0/Hugo.Hugo.Extended.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.134.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.134.1/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.134.1/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..4f3e8b5616efa --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.134.1/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.134.1 +InstallerType: zip +ReleaseDate: 2024-09-05 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.134.1/hugo_extended_0.134.1_windows-amd64.zip + InstallerSha256: 64300F77231F2BC1E8E952DF7BE64B4181B99A259FF6866EA35D2D734B0C4014 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.134.1/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.134.1/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..e6cab64526873 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.134.1/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.134.1 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support) +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + What's Changed + - Fix stray end p tag in Obsidian callout titles 66a3a1100 @bep #12828 + - Make ContentWithoutSummary return Content when summary is fetched from front matter 8f2eac019 @bep #12822 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.134.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.134.1/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.134.1/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c538ef4dcbab8 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.134.1/Hugo.Hugo.Extended.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.134.1 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo(扩展版) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译) +Description: |- + Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 + Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以 + - 编码 WebP 图片(标准版也可以进行解码) + - 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.134.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.134.1/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.134.1/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..7b5c2445e46ce --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.134.1/Hugo.Hugo.Extended.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.134.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.134.2/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.134.2/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..34f8526216135 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.134.2/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.134.2 +InstallerType: zip +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.134.2/hugo_extended_0.134.2_windows-amd64.zip + InstallerSha256: 7DF484F06690E17B21F9587E7FBA6C6B9C6CCF9BE0A8A2C35C80F203374A2F25 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.134.2/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.134.2/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..f3841378fedbf --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.134.2/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.134.2 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support) +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + What's Changed + - Don't count HTML markup in auto summaries 3d6baedae @bep #12837 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.134.2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.134.2/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.134.2/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b94b4e6fc050c --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.134.2/Hugo.Hugo.Extended.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.134.2 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo(扩展版) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译) +Description: |- + Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 + Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以 + - 编码 WebP 图片(标准版也可以进行解码) + - 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.134.2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.134.2/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.134.2/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..8f9f00386e997 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.134.2/Hugo.Hugo.Extended.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.134.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huya/Huya/5.68.3.0/Huya.Huya.installer.yaml b/manifests/h/Huya/Huya/5.68.3.0/Huya.Huya.installer.yaml new file mode 100644 index 0000000000000..314ae9a145d21 --- /dev/null +++ b/manifests/h/Huya/Huya/5.68.3.0/Huya.Huya.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Huya.Huya +PackageVersion: 5.68.3.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: slient + SilentWithProgress: slient +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://download.huya.com/huyapc/install/HuyaClientInstall.exe + InstallerSha256: 7B3098FB28F8FBFD44CAE9AD9CEC0D823542C124090E562DA182B171ECE0A1D3 + ProductCode: HuyaClient +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huya/Huya/5.68.3.0/Huya.Huya.locale.en-US.yaml b/manifests/h/Huya/Huya/5.68.3.0/Huya.Huya.locale.en-US.yaml new file mode 100644 index 0000000000000..26b874df93db2 --- /dev/null +++ b/manifests/h/Huya/Huya/5.68.3.0/Huya.Huya.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Huya.Huya +PackageVersion: 5.68.3.0 +PackageLocale: en-US +Publisher: 虎牙直播 +PublisherUrl: https://www.huya.com/ +PublisherSupportUrl: https://help.huya.com/ +PrivacyUrl: https://hd.huya.com/huyaDIYzt/6811/pc/index.html#diySetTab=1 +Author: Guangzhou Huya Information Technology Co., Ltd. +PackageName: HuyaClient +PackageUrl: https://www.huya.com/download/ +License: Proprietary +LicenseUrl: https://hd.huya.com/huyaDIYzt/6811/pc/index.html#diySetTab=5 +Copyright: Copyright © 2024 Guangzhou Huya Information Technology Co., Ltd. All rights reserved +CopyrightUrl: https://hd.huya.com/huyaDIYzt/6811/pc/index.html#diySetTab=5 +ShortDescription: A Live Streaming Platform for Gaming and Interaction +# Description: +# Moniker: +Tags: +- live +- live-streaming +- livestreaming +- streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huya/Huya/5.68.3.0/Huya.Huya.locale.zh-CN.yaml b/manifests/h/Huya/Huya/5.68.3.0/Huya.Huya.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7da19f9c8419b --- /dev/null +++ b/manifests/h/Huya/Huya/5.68.3.0/Huya.Huya.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Huya.Huya +PackageVersion: 5.68.3.0 +PackageLocale: zh-CN +Publisher: 虎牙直播 +PublisherUrl: https://www.huya.com/ +PublisherSupportUrl: https://help.huya.com/ +PrivacyUrl: https://hd.huya.com/huyaDIYzt/6811/pc/index.html#diySetTab=1 +Author: 广州虎牙信息科技有限公司 +PackageName: HuyaClient +PackageUrl: https://www.huya.com/download/ +License: 专有软件 +LicenseUrl: https://hd.huya.com/huyaDIYzt/6811/pc/index.html#diySetTab=5 +Copyright: Copyright © 2024 广州虎牙信息科技有限公司 All rights reserved +CopyrightUrl: https://hd.huya.com/huyaDIYzt/6811/pc/index.html#diySetTab=5 +ShortDescription: 游戏互动直播平台 +# Description: +# Moniker: +Tags: +- 直播 +- 虎牙 +- 虎牙直播 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huya/Huya/5.68.3.0/Huya.Huya.yaml b/manifests/h/Huya/Huya/5.68.3.0/Huya.Huya.yaml new file mode 100644 index 0000000000000..b76552d05bf23 --- /dev/null +++ b/manifests/h/Huya/Huya/5.68.3.0/Huya.Huya.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Huya.Huya +PackageVersion: 5.68.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huya/Huya/Mini/1.12.0.0/Huya.Huya.Mini.installer.yaml b/manifests/h/Huya/Huya/Mini/1.12.0.0/Huya.Huya.Mini.installer.yaml new file mode 100644 index 0000000000000..5228df2033130 --- /dev/null +++ b/manifests/h/Huya/Huya/Mini/1.12.0.0/Huya.Huya.Mini.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Huya.Huya.Mini +PackageVersion: 1.12.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: slient + SilentWithProgress: slient +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://download.huya.com/huyapc/install/HuyaMiniClient.exe + InstallerSha256: EFE57A34859909BD28E712A935EABA97C9991F85D7D65F99AD3D1E1CE0F2A94B + ProductCode: HuyaMiniClient +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huya/Huya/Mini/1.12.0.0/Huya.Huya.Mini.locale.en-US.yaml b/manifests/h/Huya/Huya/Mini/1.12.0.0/Huya.Huya.Mini.locale.en-US.yaml new file mode 100644 index 0000000000000..3dece8553d438 --- /dev/null +++ b/manifests/h/Huya/Huya/Mini/1.12.0.0/Huya.Huya.Mini.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Huya.Huya.Mini +PackageVersion: 1.12.0.0 +PackageLocale: en-US +Publisher: 虎牙极速版 +PublisherUrl: https://www.huya.com/ +PublisherSupportUrl: https://help.huya.com/ +PrivacyUrl: https://hd.huya.com/huyaDIYzt/6811/pc/index.html#diySetTab=1 +Author: Guangzhou Huya Information Technology Co., Ltd. +PackageName: HuyaMiniClient +PackageUrl: https://www.huya.com/download/#pc_express +License: Proprietary +LicenseUrl: https://hd.huya.com/huyaDIYzt/6811/pc/index.html#diySetTab=5 +Copyright: Copyright © 2024 Guangzhou Huya Information Technology Co., Ltd. All rights reserved +CopyrightUrl: https://hd.huya.com/huyaDIYzt/6811/pc/index.html#diySetTab=5 +ShortDescription: A Live Streaming Platform for Gaming and Interaction +# Description: +# Moniker: +Tags: +- live +- live-streaming +- livestreaming +- streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huya/Huya/Mini/1.12.0.0/Huya.Huya.Mini.locale.zh-CN.yaml b/manifests/h/Huya/Huya/Mini/1.12.0.0/Huya.Huya.Mini.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9761539501413 --- /dev/null +++ b/manifests/h/Huya/Huya/Mini/1.12.0.0/Huya.Huya.Mini.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Huya.Huya.Mini +PackageVersion: 1.12.0.0 +PackageLocale: zh-CN +Publisher: 虎牙极速版 +PublisherUrl: https://www.huya.com/ +PublisherSupportUrl: https://help.huya.com/ +PrivacyUrl: https://hd.huya.com/huyaDIYzt/6811/pc/index.html#diySetTab=1 +Author: 广州虎牙信息科技有限公司 +PackageName: HuyaMiniClient +PackageUrl: https://www.huya.com/download/#pc_express +License: 专有软件 +LicenseUrl: https://hd.huya.com/huyaDIYzt/6811/pc/index.html#diySetTab=5 +Copyright: Copyright © 2024 广州虎牙信息科技有限公司 All rights reserved +CopyrightUrl: https://hd.huya.com/huyaDIYzt/6811/pc/index.html#diySetTab=5 +ShortDescription: 游戏互动直播平台 +# Description: +# Moniker: +Tags: +- 直播 +- 虎牙 +- 虎牙极速版 +- 虎牙直播 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Huya/Huya/Mini/1.12.0.0/Huya.Huya.Mini.yaml b/manifests/h/Huya/Huya/Mini/1.12.0.0/Huya.Huya.Mini.yaml new file mode 100644 index 0000000000000..dd7d66191c4c4 --- /dev/null +++ b/manifests/h/Huya/Huya/Mini/1.12.0.0/Huya.Huya.Mini.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Huya.Huya.Mini +PackageVersion: 1.12.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HybridSaaS/HybridSaaS/24.5.35102/HybridSaaS.HybridSaaS.installer.yaml b/manifests/h/HybridSaaS/HybridSaaS/24.5.35102/HybridSaaS.HybridSaaS.installer.yaml deleted file mode 100644 index 558336c0e1a3e..0000000000000 --- a/manifests/h/HybridSaaS/HybridSaaS/24.5.35102/HybridSaaS.HybridSaaS.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: HybridSaaS.HybridSaaS -PackageVersion: 24.5.35102 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Installers: -- Architecture: x64 - InstallerUrl: https://downloadsite.blob.core.windows.net/hybrid-saas-multi-browser/windows-latest.exe - InstallerSha256: 63C9EEA4A445C372377E54326F44D44CA629F51DBB1B669D33D01DEFE2C60F70 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/h/HybridSaaS/HybridSaaS/24.5.35102/HybridSaaS.HybridSaaS.yaml b/manifests/h/HybridSaaS/HybridSaaS/24.5.35102/HybridSaaS.HybridSaaS.yaml deleted file mode 100644 index c9b0760137f8f..0000000000000 --- a/manifests/h/HybridSaaS/HybridSaaS/24.5.35102/HybridSaaS.HybridSaaS.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: HybridSaaS.HybridSaaS -PackageVersion: 24.5.35102 -DefaultLocale: nl-NL -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.installer.yaml b/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.installer.yaml new file mode 100644 index 0000000000000..62bcb80652631 --- /dev/null +++ b/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.installer.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2024/Aug/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: HybridSaaS.HybridSaaS +PackageVersion: 24.8.36242 +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://downloadsite.blob.core.windows.net/hybrid-saas-multi-browser/windows-latest.exe + InstallerSha256: 893927A558AADB5853BEC1124A8C80F2D13EF480EBC314B3F4BBB2DE3C2E227B +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/h/HybridSaaS/HybridSaaS/24.5.35102/HybridSaaS.HybridSaaS.locale.nl-NL.yaml b/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.locale.nl-NL.yaml similarity index 85% rename from manifests/h/HybridSaaS/HybridSaaS/24.5.35102/HybridSaaS.HybridSaaS.locale.nl-NL.yaml rename to manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.locale.nl-NL.yaml index 8a675a4b8971f..ffe27902cf672 100644 --- a/manifests/h/HybridSaaS/HybridSaaS/24.5.35102/HybridSaaS.HybridSaaS.locale.nl-NL.yaml +++ b/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.locale.nl-NL.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/May/16 +# Automatically updated by the winget bot at 2024/Aug/02 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: HybridSaaS.HybridSaaS -PackageVersion: 24.5.35102 +PackageVersion: 24.8.36242 PackageLocale: nl-NL Publisher: Hybrid SaaS PackageName: hybrid-saas diff --git a/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.yaml b/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.yaml new file mode 100644 index 0000000000000..c557c8701cf73 --- /dev/null +++ b/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: HybridSaaS.HybridSaaS +PackageVersion: 24.8.36242 +DefaultLocale: nl-NL +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/h/Hydraulic/Conveyor/15.0.0.0/Hydraulic.Conveyor.installer.yaml b/manifests/h/Hydraulic/Conveyor/15.0.0.0/Hydraulic.Conveyor.installer.yaml new file mode 100644 index 0000000000000..8515e568a9017 --- /dev/null +++ b/manifests/h/Hydraulic/Conveyor/15.0.0.0/Hydraulic.Conveyor.installer.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hydraulic.Conveyor +PackageVersion: 15.0.0.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- conveyor +FileExtensions: +- conf +PackageFamilyName: Conveyor_fg3qp2cw01ypp +RestrictedCapabilities: +- runFullTrust +ReleaseDate: 2024-08-06 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\WindowsApps\Conveyor_15.0.0.0_x64__fg3qp2cw01ypp' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.hydraulic.dev/conveyor/conveyor-15.0.x64.msix + InstallerSha256: 7BFED7ECFC12BBA6AC48113597CA7112E0DCD2B4B07FD1EB4480DE4411CC38A1 + SignatureSha256: 6D882B7774E2D0FCE5B4525C67C6CEDC00D34766535F27B5B55181FD714DD0FF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hydraulic/Conveyor/15.0.0.0/Hydraulic.Conveyor.locale.en-US.yaml b/manifests/h/Hydraulic/Conveyor/15.0.0.0/Hydraulic.Conveyor.locale.en-US.yaml new file mode 100644 index 0000000000000..872ed74cdcc02 --- /dev/null +++ b/manifests/h/Hydraulic/Conveyor/15.0.0.0/Hydraulic.Conveyor.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hydraulic.Conveyor +PackageVersion: 15.0.0.0 +PackageLocale: en-US +Publisher: Hydraulic +PublisherUrl: https://www.hydraulic.software/ +PublisherSupportUrl: https://www.hydraulic.software/contact.html +PrivacyUrl: https://www.hydraulic.software/privacy.html +Author: Hydraulic +PackageName: Conveyor +PackageUrl: https://conveyor.hydraulic.dev/ +License: Proprietary +LicenseUrl: https://www.hydraulic.software/eula.html +Copyright: Copyright (c) Hydraulic +ShortDescription: Conveyor makes distributing desktop and command line apps as easy as shipping a web app. +Description: |- + Conveyor makes distributing desktop and command line apps as easy as shipping a web app. + It's a tool not a service, it generates self-upgrading packages for Windows, macOS and Linux using each platform's native package formats without requiring you to have those operating systems. +Moniker: conveyor +Tags: +- appinstaller +- cli +- deb +- distributing +- electron +- exe +- jvm +- msix +- native +- notarization +- packager +- packaging +- self-updating +- signing +- tarball +- zip +PurchaseUrl: https://www.hydraulic.software/pricing.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://conveyor.hydraulic.dev/latest/faq +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hydraulic/Conveyor/15.0.0.0/Hydraulic.Conveyor.yaml b/manifests/h/Hydraulic/Conveyor/15.0.0.0/Hydraulic.Conveyor.yaml new file mode 100644 index 0000000000000..c7b65e4b90f26 --- /dev/null +++ b/manifests/h/Hydraulic/Conveyor/15.0.0.0/Hydraulic.Conveyor.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hydraulic.Conveyor +PackageVersion: 15.0.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v467/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v467/HydrusNetwork.HydrusNetwork.installer.yaml index 5ba8900a390fc..9102cac9c3d39 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v467/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v467/HydrusNetwork.HydrusNetwork.installer.yaml @@ -18,8 +18,5 @@ Installers: InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v467/Hydrus.Network.467.-.Windows.-.Installer.exe InstallerSha256: E6F4B01E8B5013CE029E334DFF1E9671C75DD3D3215BCF187C7211727E0C9CAF ProductCode: Hydrus Network_is1 - AppsAndFeaturesEntries: - - DisplayName: Hydrus Network - ProductCode: Hydrus Network_is1 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v468/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v468/HydrusNetwork.HydrusNetwork.installer.yaml index c771c2bea27a0..8c16160158528 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v468/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v468/HydrusNetwork.HydrusNetwork.installer.yaml @@ -18,9 +18,5 @@ Installers: InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v468/Hydrus.Network.468.-.Windows.-.Installer.exe InstallerSha256: 30F3C7BE3325F14B6232DF45E2AEAC63A3E7AB2C42CB596CA019794B76B7CF48 ProductCode: Hydrus Network_is1 - AppsAndFeaturesEntries: - - DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v469/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v469/HydrusNetwork.HydrusNetwork.installer.yaml index 3624e3ae6f82e..36c2e79fdf230 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v469/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v469/HydrusNetwork.HydrusNetwork.installer.yaml @@ -18,9 +18,5 @@ Installers: InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v469/Hydrus.Network.469.-.Windows.-.Installer.exe InstallerSha256: 8E59DD92E2E1395F920F67F5FF74B0316238007892FCA03397BD50BF3724D477 ProductCode: Hydrus Network_is1 - AppsAndFeaturesEntries: - - DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v471/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v471/HydrusNetwork.HydrusNetwork.installer.yaml index 7dccba8d6e79a..b568da3f7d106 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v471/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v471/HydrusNetwork.HydrusNetwork.installer.yaml @@ -18,9 +18,5 @@ Installers: InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v471/Hydrus.Network.471.-.Windows.-.Installer.exe InstallerSha256: 22ACDC9BA3D083C23B84C933D523A46C35D1E15A9D1F4D555998536419081921 ProductCode: Hydrus Network_is1 - AppsAndFeaturesEntries: - - DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v472/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v472/HydrusNetwork.HydrusNetwork.installer.yaml index e97e12a344b2e..84420a7acf760 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v472/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v472/HydrusNetwork.HydrusNetwork.installer.yaml @@ -18,9 +18,5 @@ Installers: InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v472b/Hydrus.Network.472b.-.Windows.-.Installer.exe InstallerSha256: 229C015103528AFD28E5E263201D58A0D33BEC7A493B0333E8CAC58EDE56717E ProductCode: Hydrus Network_is1 - AppsAndFeaturesEntries: - - DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v473/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v473/HydrusNetwork.HydrusNetwork.installer.yaml index 05bac21b6503d..ce559a12c91f0 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v473/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v473/HydrusNetwork.HydrusNetwork.installer.yaml @@ -18,9 +18,5 @@ Installers: InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v473/Hydrus.Network.473.-.Windows.-.Installer.exe InstallerSha256: 8AD0A2DE5D3DF1132C76C104A21282048487D40A12BD1BBBFA53D2E21D77F2B5 ProductCode: Hydrus Network_is1 - AppsAndFeaturesEntries: - - DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v474/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v474/HydrusNetwork.HydrusNetwork.installer.yaml index 4967ce7637393..11fa37dd5dab1 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v474/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v474/HydrusNetwork.HydrusNetwork.installer.yaml @@ -18,9 +18,5 @@ Installers: InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v474/Hydrus.Network.474.-.Windows.-.Installer.exe InstallerSha256: FB00C2F605BCBB0C4EC25D62DC8C27712A564C1D481E2CEBBDB3551BA8C74B02 ProductCode: Hydrus Network_is1 - AppsAndFeaturesEntries: - - DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v475/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v475/HydrusNetwork.HydrusNetwork.installer.yaml index 04c51aad236d6..a6aa10da390aa 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v475/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v475/HydrusNetwork.HydrusNetwork.installer.yaml @@ -18,9 +18,5 @@ Installers: InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v475/Hydrus.Network.475.-.Windows.-.Installer.exe InstallerSha256: 294FDDAFDFD357FDC38365A032C15BB3F5300415BDD64902E7D8BBDB59EC3810 ProductCode: Hydrus Network_is1 - AppsAndFeaturesEntries: - - DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v476/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v476/HydrusNetwork.HydrusNetwork.installer.yaml index cd5ffce55716c..0007d967e7f56 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v476/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v476/HydrusNetwork.HydrusNetwork.installer.yaml @@ -19,9 +19,5 @@ Installers: InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v476/Hydrus.Network.476.-.Windows.-.Installer.exe InstallerSha256: B72996731D7A7A9EF12E5544ECB889FA866B69AC3BD5B81C31CE04A9AA9F20BC ProductCode: Hydrus Network_is1 - AppsAndFeaturesEntries: - - DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v477/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v477/HydrusNetwork.HydrusNetwork.installer.yaml index b9368dec9e846..89fbf3cfde478 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v477/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v477/HydrusNetwork.HydrusNetwork.installer.yaml @@ -19,9 +19,5 @@ Installers: InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v477/Hydrus.Network.477.-.Windows.-.Installer.exe InstallerSha256: 1B8B60E29578E0A2CE15BDAD1D4E805F96FCBF5C25515B651C7B23D75F806A97 ProductCode: Hydrus Network_is1 - AppsAndFeaturesEntries: - - DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v478/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v478/HydrusNetwork.HydrusNetwork.installer.yaml index b8f654ac4b0e7..ae46ea330b195 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v478/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v478/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ReleaseDate: 2022-03-23 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v478/Hydrus.Network.478.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v479a/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v479a/HydrusNetwork.HydrusNetwork.installer.yaml index e04bf758c82a9..9f84439b1c4ae 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v479a/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v479a/HydrusNetwork.HydrusNetwork.installer.yaml @@ -13,11 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - DisplayVersion: v479 - ProductCode: Hydrus Network_is1 ReleaseDate: 2022-03-30 Installers: - Architecture: x64 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v480/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v480/HydrusNetwork.HydrusNetwork.installer.yaml index d3a1ab8af5be2..92fa15bcfa304 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v480/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v480/HydrusNetwork.HydrusNetwork.installer.yaml @@ -13,10 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v480/Hydrus.Network.480.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v481/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v481/HydrusNetwork.HydrusNetwork.installer.yaml index 07273891cec2c..93022ed99e642 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v481/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v481/HydrusNetwork.HydrusNetwork.installer.yaml @@ -19,9 +19,5 @@ Installers: InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v481/Hydrus.Network.481.-.Windows.-.Installer.exe InstallerSha256: 502AE42FC7D2E8D4EB6C7BD4C633E3E9A6AA9883EE4973DB27697F8BACBCB8FF ProductCode: Hydrus Network_is1 - AppsAndFeaturesEntries: - - DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v482/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v482/HydrusNetwork.HydrusNetwork.installer.yaml index 3ec918671c5a1..7d153ddd7528d 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v482/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v482/HydrusNetwork.HydrusNetwork.installer.yaml @@ -13,10 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v482/Hydrus.Network.482.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v483/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v483/HydrusNetwork.HydrusNetwork.installer.yaml index 08080beeef378..2b9769c044ac3 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v483/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v483/HydrusNetwork.HydrusNetwork.installer.yaml @@ -13,10 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ReleaseDate: 2022-05-05 Installers: - Architecture: x64 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v484/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v484/HydrusNetwork.HydrusNetwork.installer.yaml index bd21c1bb0ea5b..9bbc92c58a44f 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v484/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v484/HydrusNetwork.HydrusNetwork.installer.yaml @@ -13,10 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ReleaseDate: 2022-05-11 Installers: - Architecture: x64 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v485/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v485/HydrusNetwork.HydrusNetwork.installer.yaml index a9be311c1b435..b7f25330a0cf0 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v485/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v485/HydrusNetwork.HydrusNetwork.installer.yaml @@ -13,10 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ReleaseDate: 2022-05-18 Installers: - Architecture: x64 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v486/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v486/HydrusNetwork.HydrusNetwork.installer.yaml index 5ba166061298d..102b5f55b0c41 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v486/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v486/HydrusNetwork.HydrusNetwork.installer.yaml @@ -13,10 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ReleaseDate: 2022-05-25 Installers: - Architecture: x64 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v487/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v487/HydrusNetwork.HydrusNetwork.installer.yaml index e153b3f0598dc..b51ca95421b03 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v487/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v487/HydrusNetwork.HydrusNetwork.installer.yaml @@ -13,10 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 ReleaseDate: 2022-06-01 Installers: - Architecture: x64 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v505b/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v505b/HydrusNetwork.HydrusNetwork.installer.yaml index dd9f3ec86bd18..ed03bd689544c 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v505b/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v505b/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v506/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v506/HydrusNetwork.HydrusNetwork.installer.yaml index 8c5b0f456a752..eae987a0f42be 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v506/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v506/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v507/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v507/HydrusNetwork.HydrusNetwork.installer.yaml index 2482ee5c4abd4..0408cdf97a1de 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v507/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v507/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v508/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v508/HydrusNetwork.HydrusNetwork.installer.yaml index cac8af3f7b3ff..17443ea9ba3a8 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v508/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v508/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v509/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v509/HydrusNetwork.HydrusNetwork.installer.yaml index 6e00ea8749f23..783ae4ad3dd25 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v509/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v509/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v510/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v510/HydrusNetwork.HydrusNetwork.installer.yaml index c7cb449ec3786..6959b4c66db06 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v510/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v510/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v511/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v511/HydrusNetwork.HydrusNetwork.installer.yaml index ba08bc3cf2896..fcdda36059842 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v511/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v511/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v512/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v512/HydrusNetwork.HydrusNetwork.installer.yaml index 4c7d29a66f2f0..af80af7049978 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v512/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v512/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v513/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v513/HydrusNetwork.HydrusNetwork.installer.yaml index 61346ad9744b4..7d4e29e9aa370 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v513/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v513/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v514/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v514/HydrusNetwork.HydrusNetwork.installer.yaml index 5c5145d0fadbb..f62bc5bbd6a22 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v514/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v514/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v515/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v515/HydrusNetwork.HydrusNetwork.installer.yaml index a0f35ba011de7..4eb13d12132af 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v515/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v515/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v516/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v516/HydrusNetwork.HydrusNetwork.installer.yaml index 19ea077d80a4a..d6bca58929c93 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v516/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v516/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v517/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v517/HydrusNetwork.HydrusNetwork.installer.yaml index e50acb20ee0ec..c2c36b461f9b5 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v517/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v517/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v518/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v518/HydrusNetwork.HydrusNetwork.installer.yaml index 297a32fd2a0ed..89481ad5d96d5 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v518/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v518/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v519/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v519/HydrusNetwork.HydrusNetwork.installer.yaml index 3ca4c844593ce..26b2b7e531028 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v519/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v519/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v520/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v520/HydrusNetwork.HydrusNetwork.installer.yaml index 5ebd260a1740e..c80a19f5474c2 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v520/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v520/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v521/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v521/HydrusNetwork.HydrusNetwork.installer.yaml index bde66443a3be6..1c8e360f063e7 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v521/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v521/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v522/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v522/HydrusNetwork.HydrusNetwork.installer.yaml index f802747f3ff45..f80a4354efd67 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v522/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v522/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v523/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v523/HydrusNetwork.HydrusNetwork.installer.yaml index dfa0d26eb2e4a..4d43d2a185dd9 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v523/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v523/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v524/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v524/HydrusNetwork.HydrusNetwork.installer.yaml index d400fc5566fc2..62854502baf44 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v524/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v524/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v525a/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v525a/HydrusNetwork.HydrusNetwork.installer.yaml index 24a992ac268b1..81f05a66728fc 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v525a/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v525a/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v526/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v526/HydrusNetwork.HydrusNetwork.installer.yaml index e0dd0e4be2d68..157ec144177c5 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v526/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v526/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v527/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v527/HydrusNetwork.HydrusNetwork.installer.yaml index 85c30128de770..834301e754830 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v527/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v527/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v528/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v528/HydrusNetwork.HydrusNetwork.installer.yaml index ae50296905d4d..5289804509444 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v528/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v528/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v529/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v529/HydrusNetwork.HydrusNetwork.installer.yaml index 311affb92e50c..09494c3d889f5 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v529/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v529/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v530/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v530/HydrusNetwork.HydrusNetwork.installer.yaml index a7cb980549862..045a34ca3c596 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v530/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v530/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v531/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v531/HydrusNetwork.HydrusNetwork.installer.yaml index 55cd3c591b197..dc9018b8c8fac 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v531/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v531/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v532a/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v532a/HydrusNetwork.HydrusNetwork.installer.yaml index df43a20a16af7..210723d257f25 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v532a/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v532a/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v533/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v533/HydrusNetwork.HydrusNetwork.installer.yaml index b1cf5edd5ccf6..f8c8e69f5cebe 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v533/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v533/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v534/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v534/HydrusNetwork.HydrusNetwork.installer.yaml index 469d2eda406cf..3a431a33c7603 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v534/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v534/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v535/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v535/HydrusNetwork.HydrusNetwork.installer.yaml index 323025e222989..aa187338562d2 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v535/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v535/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v536/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v536/HydrusNetwork.HydrusNetwork.installer.yaml index a3e908a9b3dc4..11d7d49bde4f7 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v536/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v536/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v537/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v537/HydrusNetwork.HydrusNetwork.installer.yaml index ab1e265bac8b7..d27351bc79aa7 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v537/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v537/HydrusNetwork.HydrusNetwork.installer.yaml @@ -12,10 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v538/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v538/HydrusNetwork.HydrusNetwork.installer.yaml index 387c92da4cb6a..b419b03a82ca0 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v538/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v538/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v538/Hydrus.Network.538.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v539a/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v539a/HydrusNetwork.HydrusNetwork.installer.yaml index 395a40b8b0841..f03f47bca7c58 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v539a/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v539a/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v539a/Hydrus.Network.539a.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v540/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v540/HydrusNetwork.HydrusNetwork.installer.yaml index 97d53193c5363..2ac021f624f8b 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v540/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v540/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v540/Hydrus.Network.540.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v541/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v541/HydrusNetwork.HydrusNetwork.installer.yaml index 599355ca02658..abbefb49e2f0c 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v541/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v541/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v541/Hydrus.Network.541.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v542/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v542/HydrusNetwork.HydrusNetwork.installer.yaml index 816fee0bbd9b0..d8be3e340e2f6 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v542/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v542/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v542/Hydrus.Network.542.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v543/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v543/HydrusNetwork.HydrusNetwork.installer.yaml index eaa3843c7b6b0..5d80c0025f44d 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v543/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v543/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v543/Hydrus.Network.543.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v544/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v544/HydrusNetwork.HydrusNetwork.installer.yaml index a09d2abf87c1f..a4ed314952398 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v544/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v544/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v544/Hydrus.Network.544.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v545/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v545/HydrusNetwork.HydrusNetwork.installer.yaml index 2492f1c5deac0..4ff4080d287fd 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v545/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v545/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v545/Hydrus.Network.545.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v546/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v546/HydrusNetwork.HydrusNetwork.installer.yaml index e20c91b61b896..4409429d54649 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v546/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v546/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v546/Hydrus.Network.546.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v547/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v547/HydrusNetwork.HydrusNetwork.installer.yaml index d9693adabe35f..3be2083215ac4 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v547/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v547/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v547/Hydrus.Network.547.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v548/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v548/HydrusNetwork.HydrusNetwork.installer.yaml index 26feb2301bd6f..32a3485c078dc 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v548/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v548/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v548/Hydrus.Network.548.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v549/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v549/HydrusNetwork.HydrusNetwork.installer.yaml index 704def49f7847..9a9ef8fd29047 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v549/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v549/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v549/Hydrus.Network.549.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v550/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v550/HydrusNetwork.HydrusNetwork.installer.yaml index 6fc301c649647..82ac50bb230d0 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v550/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v550/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v550/Hydrus.Network.550.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v551a/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v551a/HydrusNetwork.HydrusNetwork.installer.yaml index 6181ce2fd06f0..d18ae68aeea35 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v551a/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v551a/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v551a/Hydrus.Network.551a.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v552a/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v552a/HydrusNetwork.HydrusNetwork.installer.yaml index ffcde2084d007..79d02e7f5ba3b 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v552a/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v552a/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v552a/Hydrus.Network.552a.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v553/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v553/HydrusNetwork.HydrusNetwork.installer.yaml index 53df0a57677a3..ff3ba9af6c02e 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v553/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v553/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v553/Hydrus.Network.553.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v563/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v563/HydrusNetwork.HydrusNetwork.installer.yaml index 9285273c53c13..00b01c7e71cbd 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v563/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v563/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ReleaseDate: 2024-02-21 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v563/Hydrus.Network.563.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v569/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v569/HydrusNetwork.HydrusNetwork.installer.yaml index b243132d6ecf6..fa3786759efa4 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v569/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v569/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ReleaseDate: 2024-04-03 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v569/Hydrus.Network.569.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v570/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v570/HydrusNetwork.HydrusNetwork.installer.yaml index 0fb5c905f516f..12cc55a8e9596 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v570/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v570/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v570/Hydrus.Network.570.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v571/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v571/HydrusNetwork.HydrusNetwork.installer.yaml index 27c80eb497dce..75f3d4599547d 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v571/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v571/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v571/Hydrus.Network.571.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v572/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v572/HydrusNetwork.HydrusNetwork.installer.yaml index a95140ab701cb..4a571c560d882 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v572/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v572/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v572/Hydrus.Network.572.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v573/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v573/HydrusNetwork.HydrusNetwork.installer.yaml index 23d89038720e9..6524f068da1f8 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v573/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v573/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v573/Hydrus.Network.573.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v574/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v574/HydrusNetwork.HydrusNetwork.installer.yaml index 643c838e6dd01..fddc673752e4c 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v574/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v574/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v574/Hydrus.Network.574.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v575/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v575/HydrusNetwork.HydrusNetwork.installer.yaml index f8ca9c1607e5b..dc463ef11bae8 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v575/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v575/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v575/Hydrus.Network.575.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v576/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v576/HydrusNetwork.HydrusNetwork.installer.yaml index 80c066af943f5..a6f431b9ecc13 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v576/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v576/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v576/Hydrus.Network.576.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v577/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v577/HydrusNetwork.HydrusNetwork.installer.yaml index 73b5027944cde..5fef8157ac3af 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v577/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v577/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v577/Hydrus.Network.577.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v578/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v578/HydrusNetwork.HydrusNetwork.installer.yaml index f471063d5582b..84d4a03ce58f1 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v578/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v578/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v578/Hydrus.Network.578.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v579/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v579/HydrusNetwork.HydrusNetwork.installer.yaml index b68294eb37ce6..dfb62b9b6e56f 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v579/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v579/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v579/Hydrus.Network.579.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v580/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v580/HydrusNetwork.HydrusNetwork.installer.yaml index e44ea74043af1..86ab9bed1e523 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v580/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v580/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v580/Hydrus.Network.580.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v581/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v581/HydrusNetwork.HydrusNetwork.installer.yaml index 12433c05543cb..8106a5c6ccda8 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v581/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v581/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v581/Hydrus.Network.581.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v582/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v582/HydrusNetwork.HydrusNetwork.installer.yaml index bb584c3fb34df..198e3730aa7ad 100644 --- a/manifests/h/HydrusNetwork/HydrusNetwork/v582/HydrusNetwork.HydrusNetwork.installer.yaml +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v582/HydrusNetwork.HydrusNetwork.installer.yaml @@ -14,10 +14,6 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hydrus Network_is1 -AppsAndFeaturesEntries: -- DisplayName: Hydrus Network - Publisher: Hydrus Network - ProductCode: Hydrus Network_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v582/Hydrus.Network.582.-.Windows.-.Installer.exe diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v583/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v583/HydrusNetwork.HydrusNetwork.installer.yaml new file mode 100644 index 0000000000000..7098ac77df2c1 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v583/HydrusNetwork.HydrusNetwork.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v583 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Hydrus Network_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v583/Hydrus.Network.583.-.Windows.-.Installer.exe + InstallerSha256: 192743EF7493B0B94BAED1751BC60E4E801E75F13CB4AE242F74D86EA68D0C0C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v583/HydrusNetwork.HydrusNetwork.locale.en-US.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v583/HydrusNetwork.HydrusNetwork.locale.en-US.yaml new file mode 100644 index 0000000000000..4cec444d0baf8 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v583/HydrusNetwork.HydrusNetwork.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v583 +PackageLocale: en-US +Publisher: Hydrus Network +PublisherUrl: https://github.com/hydrusnetwork/hydrus +PublisherSupportUrl: https://github.com/hydrusnetwork/hydrus/issues +PrivacyUrl: https://hydrusnetwork.github.io/hydrus/privacy.html +Author: Hydrus Network +PackageName: Hydrus Network +PackageUrl: https://github.com/hydrusnetwork/hydrus +License: WTFPL +LicenseUrl: https://github.com/hydrusnetwork/hydrus/blob/master/license.txt +Copyright: Copyright (C) 2010 by Kris Craig +CopyrightUrl: https://github.com/hydrusnetwork/hydrus/blob/master/license.txt +ShortDescription: A personal booru-style media tagger that can import files and tags from your hard drive and popular websites. Content can be shared with other users via user-run servers. +Description: |- + The hydrus network client is an application written for Anon and other internet-fluent media nerds who have large image/swf/webm collections. + It browses with tags instead of folders, a little like a booru on your desktop. Advanced users can share tags and files anonymously through custom servers that any user may run. + Everything is free and privacy is the first concern. Executable releases are available for Windows, Linux, and macOS. + The program is in python, so you can also run it straight from the source code. +Moniker: hydrus-network +Tags: +- booru +- cross-platform +- image-database +PurchaseUrl: https://hydrusnetwork.github.io/hydrus/support.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://hydrusnetwork.github.io/hydrus/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v583/HydrusNetwork.HydrusNetwork.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v583/HydrusNetwork.HydrusNetwork.yaml new file mode 100644 index 0000000000000..0b4493b2be3c0 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v583/HydrusNetwork.HydrusNetwork.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v583 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v584/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v584/HydrusNetwork.HydrusNetwork.installer.yaml new file mode 100644 index 0000000000000..ded850e09ccff --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v584/HydrusNetwork.HydrusNetwork.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v584 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Hydrus Network_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v584/Hydrus.Network.584.-.Windows.-.Installer.exe + InstallerSha256: 412BDF7E59E9739859637A126CDE490C5CFC048B41EDA98C93BADFFF549CE15F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v584/HydrusNetwork.HydrusNetwork.locale.en-US.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v584/HydrusNetwork.HydrusNetwork.locale.en-US.yaml new file mode 100644 index 0000000000000..550718f826882 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v584/HydrusNetwork.HydrusNetwork.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v584 +PackageLocale: en-US +Publisher: Hydrus Network +PublisherUrl: https://github.com/hydrusnetwork/hydrus +PublisherSupportUrl: https://github.com/hydrusnetwork/hydrus/issues +PrivacyUrl: https://hydrusnetwork.github.io/hydrus/privacy.html +Author: Hydrus Network +PackageName: Hydrus Network +PackageUrl: https://github.com/hydrusnetwork/hydrus +License: WTFPL +LicenseUrl: https://github.com/hydrusnetwork/hydrus/blob/master/license.txt +Copyright: Copyright (C) 2010 by Kris Craig +CopyrightUrl: https://github.com/hydrusnetwork/hydrus/blob/master/license.txt +ShortDescription: A personal booru-style media tagger that can import files and tags from your hard drive and popular websites. Content can be shared with other users via user-run servers. +Description: |- + The hydrus network client is an application written for Anon and other internet-fluent media nerds who have large image/swf/webm collections. + It browses with tags instead of folders, a little like a booru on your desktop. Advanced users can share tags and files anonymously through custom servers that any user may run. + Everything is free and privacy is the first concern. Executable releases are available for Windows, Linux, and macOS. + The program is in python, so you can also run it straight from the source code. +Moniker: hydrus-network +Tags: +- booru +- cross-platform +- image-database +PurchaseUrl: https://hydrusnetwork.github.io/hydrus/support.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://hydrusnetwork.github.io/hydrus/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v584/HydrusNetwork.HydrusNetwork.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v584/HydrusNetwork.HydrusNetwork.yaml new file mode 100644 index 0000000000000..bf902928cc610 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v584/HydrusNetwork.HydrusNetwork.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v584 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v585/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v585/HydrusNetwork.HydrusNetwork.installer.yaml new file mode 100644 index 0000000000000..320da2e44a6e4 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v585/HydrusNetwork.HydrusNetwork.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v585 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Hydrus Network_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v585/Hydrus.Network.585.-.Windows.-.Installer.exe + InstallerSha256: 532F80A9B01B76BB339CFF0CEF1296B8463E051C288F40CB8CA8C45D5CE02D33 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v585/HydrusNetwork.HydrusNetwork.locale.en-US.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v585/HydrusNetwork.HydrusNetwork.locale.en-US.yaml new file mode 100644 index 0000000000000..5877819dc176c --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v585/HydrusNetwork.HydrusNetwork.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v585 +PackageLocale: en-US +Publisher: Hydrus Network +PublisherUrl: https://github.com/hydrusnetwork/hydrus +PublisherSupportUrl: https://github.com/hydrusnetwork/hydrus/issues +PrivacyUrl: https://hydrusnetwork.github.io/hydrus/privacy.html +Author: Hydrus Network +PackageName: Hydrus Network +PackageUrl: https://github.com/hydrusnetwork/hydrus +License: WTFPL +LicenseUrl: https://github.com/hydrusnetwork/hydrus/blob/master/license.txt +Copyright: Copyright (C) 2010 by Kris Craig +CopyrightUrl: https://github.com/hydrusnetwork/hydrus/blob/master/license.txt +ShortDescription: A personal booru-style media tagger that can import files and tags from your hard drive and popular websites. Content can be shared with other users via user-run servers. +Description: |- + The hydrus network client is an application written for Anon and other internet-fluent media nerds who have large image/swf/webm collections. + It browses with tags instead of folders, a little like a booru on your desktop. Advanced users can share tags and files anonymously through custom servers that any user may run. + Everything is free and privacy is the first concern. Executable releases are available for Windows, Linux, and macOS. + The program is in python, so you can also run it straight from the source code. +Moniker: hydrus-network +Tags: +- booru +- cross-platform +- image-database +PurchaseUrl: https://hydrusnetwork.github.io/hydrus/support.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://hydrusnetwork.github.io/hydrus/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v585/HydrusNetwork.HydrusNetwork.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v585/HydrusNetwork.HydrusNetwork.yaml new file mode 100644 index 0000000000000..08311a855aede --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v585/HydrusNetwork.HydrusNetwork.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v585 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v586/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v586/HydrusNetwork.HydrusNetwork.installer.yaml new file mode 100644 index 0000000000000..83f7adf6a2d17 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v586/HydrusNetwork.HydrusNetwork.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v586 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Hydrus Network_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v586a/Hydrus.Network.586a.-.Windows.-.Installer.exe + InstallerSha256: B06378AED7FCCB4C64089A0603DA44F1B3C445E1F087E4E4E716C2DB4AD9AC7A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v586/HydrusNetwork.HydrusNetwork.locale.en-US.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v586/HydrusNetwork.HydrusNetwork.locale.en-US.yaml new file mode 100644 index 0000000000000..191442df7eebf --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v586/HydrusNetwork.HydrusNetwork.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v586 +PackageLocale: en-US +Publisher: Hydrus Network +PublisherUrl: https://github.com/hydrusnetwork/hydrus +PublisherSupportUrl: https://github.com/hydrusnetwork/hydrus/issues +PrivacyUrl: https://hydrusnetwork.github.io/hydrus/privacy.html +Author: Hydrus Network +PackageName: Hydrus Network +PackageUrl: https://github.com/hydrusnetwork/hydrus +License: WTFPL +LicenseUrl: https://github.com/hydrusnetwork/hydrus/blob/master/license.txt +Copyright: Copyright (C) 2010 by Kris Craig +CopyrightUrl: https://github.com/hydrusnetwork/hydrus/blob/master/license.txt +ShortDescription: A personal booru-style media tagger that can import files and tags from your hard drive and popular websites. Content can be shared with other users via user-run servers. +Description: |- + The hydrus network client is an application written for Anon and other internet-fluent media nerds who have large image/swf/webm collections. + It browses with tags instead of folders, a little like a booru on your desktop. Advanced users can share tags and files anonymously through custom servers that any user may run. + Everything is free and privacy is the first concern. Executable releases are available for Windows, Linux, and macOS. + The program is in python, so you can also run it straight from the source code. +Moniker: hydrus-network +Tags: +- booru +- cross-platform +- image-database +PurchaseUrl: https://hydrusnetwork.github.io/hydrus/support.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://hydrusnetwork.github.io/hydrus/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v586/HydrusNetwork.HydrusNetwork.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v586/HydrusNetwork.HydrusNetwork.yaml new file mode 100644 index 0000000000000..31b95c84626d6 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v586/HydrusNetwork.HydrusNetwork.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v586 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v587/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v587/HydrusNetwork.HydrusNetwork.installer.yaml new file mode 100644 index 0000000000000..b34314fc392c9 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v587/HydrusNetwork.HydrusNetwork.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v587 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Hydrus Network_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v587/Hydrus.Network.587.-.Windows.-.Installer.exe + InstallerSha256: 96A880C0A74B3AE0DF2E91AB25578C98625952575626CE0811736331FCC4D972 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v587/HydrusNetwork.HydrusNetwork.locale.en-US.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v587/HydrusNetwork.HydrusNetwork.locale.en-US.yaml new file mode 100644 index 0000000000000..f425870187a7f --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v587/HydrusNetwork.HydrusNetwork.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v587 +PackageLocale: en-US +Publisher: Hydrus Network +PublisherUrl: https://github.com/hydrusnetwork/hydrus +PublisherSupportUrl: https://github.com/hydrusnetwork/hydrus/issues +PrivacyUrl: https://hydrusnetwork.github.io/hydrus/privacy.html +Author: Hydrus Network +PackageName: Hydrus Network +PackageUrl: https://github.com/hydrusnetwork/hydrus +License: WTFPL +LicenseUrl: https://github.com/hydrusnetwork/hydrus/blob/master/license.txt +Copyright: Copyright (C) 2010 by Kris Craig +CopyrightUrl: https://github.com/hydrusnetwork/hydrus/blob/master/license.txt +ShortDescription: A personal booru-style media tagger that can import files and tags from your hard drive and popular websites. Content can be shared with other users via user-run servers. +Description: |- + The hydrus network client is an application written for Anon and other internet-fluent media nerds who have large image/swf/webm collections. + It browses with tags instead of folders, a little like a booru on your desktop. Advanced users can share tags and files anonymously through custom servers that any user may run. + Everything is free and privacy is the first concern. Executable releases are available for Windows, Linux, and macOS. + The program is in python, so you can also run it straight from the source code. +Moniker: hydrus-network +Tags: +- booru +- cross-platform +- image-database +PurchaseUrl: https://hydrusnetwork.github.io/hydrus/support.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://hydrusnetwork.github.io/hydrus/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v587/HydrusNetwork.HydrusNetwork.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v587/HydrusNetwork.HydrusNetwork.yaml new file mode 100644 index 0000000000000..d35c56409b6af --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v587/HydrusNetwork.HydrusNetwork.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v587 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v588/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v588/HydrusNetwork.HydrusNetwork.installer.yaml new file mode 100644 index 0000000000000..eb8ba2727da92 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v588/HydrusNetwork.HydrusNetwork.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v588 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Hydrus Network_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v588/Hydrus.Network.588.-.Windows.-.Installer.exe + InstallerSha256: DA46B9896CA764902B92FF712C97B1A5EF60FF8801E6723940E59A51CB0F0C53 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v588/HydrusNetwork.HydrusNetwork.locale.en-US.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v588/HydrusNetwork.HydrusNetwork.locale.en-US.yaml new file mode 100644 index 0000000000000..27331de86c580 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v588/HydrusNetwork.HydrusNetwork.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v588 +PackageLocale: en-US +Publisher: Hydrus Network +PublisherUrl: https://github.com/hydrusnetwork/hydrus +PublisherSupportUrl: https://github.com/hydrusnetwork/hydrus/issues +PrivacyUrl: https://hydrusnetwork.github.io/hydrus/privacy.html +Author: Hydrus Network +PackageName: Hydrus Network +PackageUrl: https://github.com/hydrusnetwork/hydrus +License: WTFPL +LicenseUrl: https://github.com/hydrusnetwork/hydrus/blob/master/license.txt +Copyright: Copyright (C) 2010 by Kris Craig +CopyrightUrl: https://github.com/hydrusnetwork/hydrus/blob/master/license.txt +ShortDescription: A personal booru-style media tagger that can import files and tags from your hard drive and popular websites. Content can be shared with other users via user-run servers. +Description: |- + The hydrus network client is an application written for Anon and other internet-fluent media nerds who have large image/swf/webm collections. + It browses with tags instead of folders, a little like a booru on your desktop. Advanced users can share tags and files anonymously through custom servers that any user may run. + Everything is free and privacy is the first concern. Executable releases are available for Windows, Linux, and macOS. + The program is in python, so you can also run it straight from the source code. +Moniker: hydrus-network +Tags: +- booru +- cross-platform +- image-database +PurchaseUrl: https://hydrusnetwork.github.io/hydrus/support.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://hydrusnetwork.github.io/hydrus/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v588/HydrusNetwork.HydrusNetwork.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v588/HydrusNetwork.HydrusNetwork.yaml new file mode 100644 index 0000000000000..36a895a4fe9c8 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v588/HydrusNetwork.HydrusNetwork.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v588 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hyperionics/HyperSnap9/9.5.1/Hyperionics.HyperSnap9.installer.yaml b/manifests/h/Hyperionics/HyperSnap9/9.5.1/Hyperionics.HyperSnap9.installer.yaml new file mode 100644 index 0000000000000..0af46777c7be7 --- /dev/null +++ b/manifests/h/Hyperionics/HyperSnap9/9.5.1/Hyperionics.HyperSnap9.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hyperionics.HyperSnap9 +PackageVersion: 9.5.1 +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: -s -nodeskico + SilentWithProgress: -s -nodeskico + InstallLocation: -instdir +UpgradeBehavior: install +Installers: +- InstallerLocale: en-US + Architecture: x64 + InstallerUrl: https://www.hyperionics.com/downloads/HS9Setup.exe + InstallerSha256: 3E7D8F2516F526C9900A7F33D3174FDF887DD99506AA90E4B9435729206416EB +- InstallerLocale: en-US + Architecture: x86 + InstallerUrl: https://www.hyperionics.com/downloads/HS9Setup32.exe + InstallerSha256: AB981D765CF60793DF611E68D237B1B76D9837A575ADBFE6102E768C60EFFC33 +- InstallerLocale: de-DE + Architecture: x64 + InstallerUrl: https://www.hyperionics.com/downloads/Lang/HS9SetupDE.exe + InstallerSha256: E4C6DD052C0A6DE9025F67582077BDBB37A67E6AFE401BE5EB88F119BD0010EE +- InstallerLocale: de-DE + Architecture: x86 + InstallerUrl: https://www.hyperionics.com/downloads/Lang/HS9Setup32DE.exe + InstallerSha256: 49EA97BB5486B137D2DB274093B8C8B93F1FAA01775B0558614D79C3BE14FF19 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hyperionics/HyperSnap9/9.5.1/Hyperionics.HyperSnap9.locale.de-DE.yaml b/manifests/h/Hyperionics/HyperSnap9/9.5.1/Hyperionics.HyperSnap9.locale.de-DE.yaml new file mode 100644 index 0000000000000..2a9a591c0146b --- /dev/null +++ b/manifests/h/Hyperionics/HyperSnap9/9.5.1/Hyperionics.HyperSnap9.locale.de-DE.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hyperionics.HyperSnap9 +PackageVersion: 9.5.1 +PackageLocale: de-DE +Publisher: Hyperionics Technology +PublisherUrl: https://www.hyperionics.com/ +PublisherSupportUrl: https://www.hyperionics.com/hsdx/support.asp +PrivacyUrl: https://www.hyperionics.com/www/privacy.asp +Author: Greg Kochaniak, D/B/A Hyperionics Technology +PackageName: HyperSnap 9 +PackageUrl: https://www.hyperionics.com/hsdx/index.asp +License: Geschützt +Copyright: Urheberrecht (c) 1994-2024 Hyperionics Technology, LLC. Alle Rechte vorbehalten. +ShortDescription: HyperSnap ist die schnellste und einfachste Möglichkeit, Screenshots von Windows zu erstellen. +PurchaseUrl: https://www.hyperionics.com/shop/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hyperionics/HyperSnap9/9.5.1/Hyperionics.HyperSnap9.locale.en-US.yaml b/manifests/h/Hyperionics/HyperSnap9/9.5.1/Hyperionics.HyperSnap9.locale.en-US.yaml new file mode 100644 index 0000000000000..f9972f7b9ef0c --- /dev/null +++ b/manifests/h/Hyperionics/HyperSnap9/9.5.1/Hyperionics.HyperSnap9.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hyperionics.HyperSnap9 +PackageVersion: 9.5.1 +PackageLocale: en-US +Publisher: Hyperionics Technology +PublisherUrl: https://www.hyperionics.com/ +PublisherSupportUrl: https://www.hyperionics.com/hsdx/support.asp +PrivacyUrl: https://www.hyperionics.com/www/privacy.asp +Author: Greg Kochaniak, D/B/A Hyperionics Technology +PackageName: HyperSnap 9 +PackageUrl: https://www.hyperionics.com/hsdx/index.asp +License: Proprietary +Copyright: Copyright (c) 1994-2024 Hyperionics Technology, LLC. All rights reserved. +ShortDescription: HyperSnap is the fastest and easiest way to take screenshots from Windows. +Description: HyperSnap combines the power of a first-class screen capture application with an advanced image editing utility, and editable text capture through OCR - wrapped into one easy-to-use tool. +Moniker: HyperSnap +Tags: +- hypersnap9 +- ocr +- screencapture +- screenshot +PurchaseUrl: https://www.hyperionics.com/shop/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hyperionics/HyperSnap9/9.5.1/Hyperionics.HyperSnap9.yaml b/manifests/h/Hyperionics/HyperSnap9/9.5.1/Hyperionics.HyperSnap9.yaml new file mode 100644 index 0000000000000..4010343c22afd --- /dev/null +++ b/manifests/h/Hyperionics/HyperSnap9/9.5.1/Hyperionics.HyperSnap9.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hyperionics.HyperSnap9 +PackageVersion: 9.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/h3poteto/fedistar/1.9.10/h3poteto.fedistar.installer.yaml b/manifests/h/h3poteto/fedistar/1.9.10/h3poteto.fedistar.installer.yaml new file mode 100644 index 0000000000000..db83f0a5d2871 --- /dev/null +++ b/manifests/h/h3poteto/fedistar/1.9.10/h3poteto.fedistar.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: h3poteto.fedistar +PackageVersion: 1.9.10 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{73538652-C0EC-49FE-BE5C-C1075DBE9CAC}' +ReleaseDate: 2024-08-07 +AppsAndFeaturesEntries: +- UpgradeCode: '{41840B3C-ADCE-5123-A0C8-344F6C799161}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/h3poteto/fedistar/releases/download/v1.9.10/fedistar_1.9.10_x64_en-US.msi + InstallerSha256: B35988AE66581F25D92D6E664A066FA0C8C6E58C8A4CAEC901E9F85F84D21361 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/h3poteto/fedistar/1.9.10/h3poteto.fedistar.locale.en-US.yaml b/manifests/h/h3poteto/fedistar/1.9.10/h3poteto.fedistar.locale.en-US.yaml new file mode 100644 index 0000000000000..f8e2b6f5f4e2f --- /dev/null +++ b/manifests/h/h3poteto/fedistar/1.9.10/h3poteto.fedistar.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: h3poteto.fedistar +PackageVersion: 1.9.10 +PackageLocale: en-US +Publisher: h3poteto +PublisherUrl: https://github.com/h3poteto +PackageName: fedistar +License: GPL-3.0 +LicenseUrl: https://github.com/h3poteto/fedistar/blob/HEAD/LICENSE +ShortDescription: Multi-column Fediverse client for desktop +Tags: +- app +- desktop +- firefish +- friendica +- mastodon +- pleroma +ReleaseNotes: |- + What's Changed + - Update dependency node to v20.16.0 by @renovate in #1532 + - Update dependency sass to ^1.77.8 by @renovate in #1539 + - Update Rust crate open to 5.3.0 by @renovate in #1540 + - Update dependency eslint to ^9.8.0 by @renovate in #1545 + - Update dependency eslint-plugin-react to ^7.35.0 by @renovate in #1546 + - Update typescript-eslint monorepo to ^7.17.0 by @renovate in #1547 + - Update Rust crate scraper to 0.19.1 by @renovate in #1548 + - Update dependency dayjs to ^1.11.12 by @renovate in #1551 + - Update Rust crate tokio to 1.39.2 by @renovate in #1549 + - Update dependency jsdom to ^24.1.1 by @renovate in #1554 + - Update dependency ts-jest to ^29.2.3 by @renovate in #1541 + - Update dependency next to ^14.2.5 by @renovate in #1542 + - Update dependency react-virtuoso to v4.7.13 by @renovate in #1543 + - Update Rust crate sqlx to 0.8.0 by @renovate in #1558 + - Update dependency rsuite to v5.68.0 by @renovate in #1544 + - Revert "Don't open status detail when clicking status body" by @h3poteto in #1560 + - Update dependency typescript to ^5.5.4 by @renovate in #1557 + - refs #1529 Add hashtag name on tag's detail by @h3poteto in #1561 + - refs #1529 Disable tag follow button if you're not logged in by @h3poteto in #1562 + - refs #1529 Add clear button for search keyword by @h3poteto in #1563 + - refs #1529 Add loader when loading more search results by @h3poteto in #1564 + - refs #1529 Clear search results when clear button is clicked by @h3poteto in #1566 + - refs #1529 Add accordion for search results by @h3poteto in #1565 + - New Crowdin updates by @h3poteto in #1567 + - New Crowdin updates by @h3poteto in #1568 + - [Auto update] Thirdparty libraries list by @github-actions in #1555 + Full Changelog: https://github.com/h3poteto/fedistar/compare/v1.9.9...v1.9.10 +ReleaseNotesUrl: https://github.com/h3poteto/fedistar/releases/tag/v1.9.10 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/h3poteto/fedistar/1.9.10/h3poteto.fedistar.yaml b/manifests/h/h3poteto/fedistar/1.9.10/h3poteto.fedistar.yaml new file mode 100644 index 0000000000000..0c13d5a5de661 --- /dev/null +++ b/manifests/h/h3poteto/fedistar/1.9.10/h3poteto.fedistar.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: h3poteto.fedistar +PackageVersion: 1.9.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/h3poteto/fedistar/1.9.9/h3poteto.fedistar.installer.yaml b/manifests/h/h3poteto/fedistar/1.9.9/h3poteto.fedistar.installer.yaml new file mode 100644 index 0000000000000..d11bdb1c143e0 --- /dev/null +++ b/manifests/h/h3poteto/fedistar/1.9.9/h3poteto.fedistar.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: h3poteto.fedistar +PackageVersion: 1.9.9 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{EDF48819-EDA5-4D71-BF50-DDCB9D47929E}' +ReleaseDate: 2024-07-20 +AppsAndFeaturesEntries: +- UpgradeCode: '{41840B3C-ADCE-5123-A0C8-344F6C799161}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/h3poteto/fedistar/releases/download/v1.9.9/fedistar_1.9.9_x64_en-US.msi + InstallerSha256: B63EF9D77A6407EBF8FB795BE4F4F0ECA2B7367745B7AB00DE75AAE8E365CBB8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/h3poteto/fedistar/1.9.9/h3poteto.fedistar.locale.en-US.yaml b/manifests/h/h3poteto/fedistar/1.9.9/h3poteto.fedistar.locale.en-US.yaml new file mode 100644 index 0000000000000..23ecbfbfb0b3c --- /dev/null +++ b/manifests/h/h3poteto/fedistar/1.9.9/h3poteto.fedistar.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: h3poteto.fedistar +PackageVersion: 1.9.9 +PackageLocale: en-US +Publisher: h3poteto +PublisherUrl: https://github.com/h3poteto +PackageName: fedistar +License: GPL-3.0 +LicenseUrl: https://github.com/h3poteto/fedistar/blob/HEAD/LICENSE +ShortDescription: Multi-column Fediverse client for desktop +Tags: +- app +- desktop +- firefish +- friendica +- mastodon +- pleroma +ReleaseNotes: |- + What's Changed + - Update Rust crate serde to 1.0.204 by @renovate in #1534 + - Update dependency ts-jest to ^29.2.0 by @renovate in #1536 + - Update typescript-eslint monorepo to ^7.16.0 by @renovate in #1537 + - Don't open status detail when clicking status body by @h3poteto in #1538 + - New Crowdin updates by @h3poteto in #1550 + - Light and dark themes were reversed by @h3poteto in #1552 + - [Auto update] Thirdparty libraries list by @github-actions in #1535 + - Fix emoji picker overflowing by @h3poteto in #1553 + Full Changelog: https://github.com/h3poteto/fedistar/compare/v1.9.8...v1.9.9 +ReleaseNotesUrl: https://github.com/h3poteto/fedistar/releases/tag/v1.9.9 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/h3poteto/fedistar/1.9.9/h3poteto.fedistar.yaml b/manifests/h/h3poteto/fedistar/1.9.9/h3poteto.fedistar.yaml new file mode 100644 index 0000000000000..4795f8d19a343 --- /dev/null +++ b/manifests/h/h3poteto/fedistar/1.9.9/h3poteto.fedistar.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: h3poteto.fedistar +PackageVersion: 1.9.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hatoo/oha/1.4.6/hatoo.oha.installer.yaml b/manifests/h/hatoo/oha/1.4.6/hatoo.oha.installer.yaml new file mode 100644 index 0000000000000..d28ee7d44b3bf --- /dev/null +++ b/manifests/h/hatoo/oha/1.4.6/hatoo.oha.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: hatoo.oha +PackageVersion: 1.4.6 +InstallerType: portable +Commands: +- oha +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-08-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hatoo/oha/releases/download/v1.4.6/oha-windows-amd64.exe + InstallerSha256: 66E3D8CDFE973E3092F4223F97B55050F73AD48BCB1354081E6146953309CD7C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/hatoo/oha/1.4.6/hatoo.oha.locale.en-US.yaml b/manifests/h/hatoo/oha/1.4.6/hatoo.oha.locale.en-US.yaml new file mode 100644 index 0000000000000..3ab85370ba96f --- /dev/null +++ b/manifests/h/hatoo/oha/1.4.6/hatoo.oha.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: hatoo.oha +PackageVersion: 1.4.6 +PackageLocale: en-US +Publisher: hatoo +PublisherUrl: https://github.com/hatoo +PublisherSupportUrl: https://github.com/hatoo/oha/issues +# PrivacyUrl: +# Author: +PackageName: oha +PackageUrl: https://github.com/hatoo/oha +License: MIT +LicenseUrl: https://github.com/hatoo/oha/blob/master/LICENSE +Copyright: Copyright (c) 2024 hatoo +# CopyrightUrl: +ShortDescription: HTTP load generator, inspired by rakyll/hey with tui animation +Description: oha is a tiny program that sends some load to a web application and show realtime tui inspired by rakyll/hey. This program is written in Rust and powered by tokio and beautiful tui by ratatui. +# Moniker: +# Tags: +ReleaseNotes: |- + What's Changed + - Remove unneeded .boxed() by @hatoo in https://github.com/hatoo/oha/pull/510 + - Bump tokio from 1.37.0 to 1.38.0 by @dependabot in https://github.com/hatoo/oha/pull/511 + - style: simplify string interpolation by @hamirmahal in https://github.com/hatoo/oha/pull/512 + - weekly update by @hatoo in https://github.com/hatoo/oha/pull/517 + - fix typo by @hatoo in https://github.com/hatoo/oha/pull/525 + - Update deps by @hatoo in https://github.com/hatoo/oha/pull/527 + - refactor monitor's raw mode thing by @hatoo in https://github.com/hatoo/oha/pull/526 + - fix monitor by @hatoo in https://github.com/hatoo/oha/pull/528 + - Bump serde_json from 1.0.118 to 1.0.119 by @dependabot in https://github.com/hatoo/oha/pull/529 + - chore(deps): Update dependencies by @reneleonhardt in https://github.com/hatoo/oha/pull/539 + - enable http2 adaptive window by @hatoo in https://github.com/hatoo/oha/pull/540 + - add --dump-urls by @hatoo in https://github.com/hatoo/oha/pull/549 + - update deps by @hatoo in https://github.com/hatoo/oha/pull/550 + - save request results into sqlite database by @brandonsimpson21 in https://github.com/hatoo/oha/pull/263 + - FIx sqlite error handling by @hatoo in https://github.com/hatoo/oha/pull/551 + - Add --wait-ongoing-requests-after-deadline option by @hatoo in https://github.com/hatoo/oha/pull/559 + - v1.4.6 by @hatoo in https://github.com/hatoo/oha/pull/560 + - use svenstaro/upload-release-action@v2 by @hatoo in https://github.com/hatoo/oha/pull/561 + New Contributors + - @hamirmahal made their first contribution in https://github.com/hatoo/oha/pull/512 + - @reneleonhardt made their first contribution in https://github.com/hatoo/oha/pull/539 + - @brandonsimpson21 made their first contribution in https://github.com/hatoo/oha/pull/263 + Full Changelog: https://github.com/hatoo/oha/compare/v1.4.5...v1.4.6 +ReleaseNotesUrl: https://github.com/hatoo/oha/releases/tag/v1.4.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hatoo/oha/1.4.6/hatoo.oha.locale.zh-CN.yaml b/manifests/h/hatoo/oha/1.4.6/hatoo.oha.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c22d8a603e0de --- /dev/null +++ b/manifests/h/hatoo/oha/1.4.6/hatoo.oha.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: hatoo.oha +PackageVersion: 1.4.6 +PackageLocale: zh-CN +Publisher: hatoo +PublisherUrl: https://github.com/hatoo +PublisherSupportUrl: https://github.com/hatoo/oha/issues +# PrivacyUrl: +# Author: +PackageName: oha +PackageUrl: https://github.com/hatoo/oha +License: MIT +LicenseUrl: https://github.com/hatoo/oha/blob/master/LICENSE +Copyright: Copyright (c) 2024 hatoo +# CopyrightUrl: +ShortDescription: HTTP 负载生成器,灵感来源于带有 tui 动画的 rakyll/hey +Description: oha 是一个向网络应用程序发送负载并实时显示 tui 的小程序,其灵感来自 rakyll/hey。该程序使用 Rust 编写,基于 tokio 和 ratatui 生成的精美 tui。 +# Moniker: +# Tags: +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/hatoo/oha/releases/tag/v1.4.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hatoo/oha/1.4.6/hatoo.oha.yaml b/manifests/h/hatoo/oha/1.4.6/hatoo.oha.yaml new file mode 100644 index 0000000000000..2b759f6f5ffdf --- /dev/null +++ b/manifests/h/hatoo/oha/1.4.6/hatoo.oha.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: hatoo.oha +PackageVersion: 1.4.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.6.1-0/hoppscotch.Hoppscotch.installer.yaml b/manifests/h/hoppscotch/Hoppscotch/24.6.1-0/hoppscotch.Hoppscotch.installer.yaml new file mode 100644 index 0000000000000..6e4f5efeabaa2 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.6.1-0/hoppscotch.Hoppscotch.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.6.1-0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{EE9A22FE-680B-4A30-8012-FF3FA6CF4A55}' +ReleaseDate: 2024-07-23 +AppsAndFeaturesEntries: +- DisplayVersion: 24.6.1.0 + UpgradeCode: '{75553029-191D-517B-AAA3-B841B7DD3064}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hoppscotch/releases/releases/download/v24.6.1-0/Hoppscotch_win_x64.msi + InstallerSha256: 7AF25B99DDF18EB5E0E28FF5C1DF57F065424B01F120F13ECB0C9F38AC08A767 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.6.1-0/hoppscotch.Hoppscotch.locale.en-US.yaml b/manifests/h/hoppscotch/Hoppscotch/24.6.1-0/hoppscotch.Hoppscotch.locale.en-US.yaml new file mode 100644 index 0000000000000..11b2f435e5b97 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.6.1-0/hoppscotch.Hoppscotch.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.6.1-0 +PackageLocale: en-US +Publisher: hoppscotch +PublisherUrl: https://github.com/hoppscotch +PackageName: Hoppscotch +License: MIT License +ShortDescription: Open Source API Development Ecosystem +ReleaseNotesUrl: https://github.com/hoppscotch/releases/releases/tag/v24.6.1-0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.6.1-0/hoppscotch.Hoppscotch.yaml b/manifests/h/hoppscotch/Hoppscotch/24.6.1-0/hoppscotch.Hoppscotch.yaml new file mode 100644 index 0000000000000..052d931f744a2 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.6.1-0/hoppscotch.Hoppscotch.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.2.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.6.1-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.7.0-0/hoppscotch.Hoppscotch.installer.yaml b/manifests/h/hoppscotch/Hoppscotch/24.7.0-0/hoppscotch.Hoppscotch.installer.yaml new file mode 100644 index 0000000000000..bbd33bdb17ca4 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.7.0-0/hoppscotch.Hoppscotch.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.7.0-0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{043EE4C5-429D-481C-A133-D38978C665A0}' +ReleaseDate: 2024-07-30 +AppsAndFeaturesEntries: +- DisplayVersion: 24.7.0.0 + UpgradeCode: '{75553029-191D-517B-AAA3-B841B7DD3064}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hoppscotch/releases/releases/download/v24.7.0-0/Hoppscotch_win_x64.msi + InstallerSha256: B80986ED6AC33A573C3BD53A9649C8102B6CA6CD41727589B1C1D90FB32BA1BB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.7.0-0/hoppscotch.Hoppscotch.locale.en-US.yaml b/manifests/h/hoppscotch/Hoppscotch/24.7.0-0/hoppscotch.Hoppscotch.locale.en-US.yaml new file mode 100644 index 0000000000000..ea495592f8898 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.7.0-0/hoppscotch.Hoppscotch.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.7.0-0 +PackageLocale: en-US +Publisher: hoppscotch +PublisherUrl: https://github.com/hoppscotch +PackageName: Hoppscotch +License: MIT License +ShortDescription: Open Source API Development Ecosystem +ReleaseNotesUrl: https://github.com/hoppscotch/releases/releases/tag/v24.7.0-0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.7.0-0/hoppscotch.Hoppscotch.yaml b/manifests/h/hoppscotch/Hoppscotch/24.7.0-0/hoppscotch.Hoppscotch.yaml new file mode 100644 index 0000000000000..1059f2798e2ec --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.7.0-0/hoppscotch.Hoppscotch.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.7.0-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.7.1-0/hoppscotch.Hoppscotch.installer.yaml b/manifests/h/hoppscotch/Hoppscotch/24.7.1-0/hoppscotch.Hoppscotch.installer.yaml new file mode 100644 index 0000000000000..632cf83b47055 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.7.1-0/hoppscotch.Hoppscotch.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.7.1-0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{5DC0CEB3-88A7-427D-9571-2DD6CA5832BF}' +ReleaseDate: 2024-08-08 +AppsAndFeaturesEntries: +- DisplayVersion: 24.7.1.0 + UpgradeCode: '{75553029-191D-517B-AAA3-B841B7DD3064}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hoppscotch/releases/releases/download/v24.7.1-0/Hoppscotch_win_x64.msi + InstallerSha256: E0E7FD7FD491E3EAD0A4BCB9E02AE29CC9CE37F45650AD518C0FB0AFF528F7E7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.7.1-0/hoppscotch.Hoppscotch.locale.en-US.yaml b/manifests/h/hoppscotch/Hoppscotch/24.7.1-0/hoppscotch.Hoppscotch.locale.en-US.yaml new file mode 100644 index 0000000000000..fd4c8088c1b6b --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.7.1-0/hoppscotch.Hoppscotch.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.7.1-0 +PackageLocale: en-US +Publisher: hoppscotch +PublisherUrl: https://github.com/hoppscotch +PackageName: Hoppscotch +License: MIT License +ShortDescription: Open Source API Development Ecosystem +ReleaseNotesUrl: https://github.com/hoppscotch/releases/releases/tag/v24.7.1-0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.7.1-0/hoppscotch.Hoppscotch.yaml b/manifests/h/hoppscotch/Hoppscotch/24.7.1-0/hoppscotch.Hoppscotch.yaml new file mode 100644 index 0000000000000..7c1520ed68e40 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.7.1-0/hoppscotch.Hoppscotch.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.7.1-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.7.2-0/hoppscotch.Hoppscotch.installer.yaml b/manifests/h/hoppscotch/Hoppscotch/24.7.2-0/hoppscotch.Hoppscotch.installer.yaml new file mode 100644 index 0000000000000..e17ff83a32150 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.7.2-0/hoppscotch.Hoppscotch.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.7.2-0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{5A791B6D-E668-4612-BE14-BDF19B31C680}' +ReleaseDate: 2024-08-23 +AppsAndFeaturesEntries: +- DisplayVersion: 24.7.2.0 + UpgradeCode: '{75553029-191D-517B-AAA3-B841B7DD3064}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hoppscotch/releases/releases/download/v24.7.2-0/Hoppscotch_win_x64.msi + InstallerSha256: 5B8151B19C8B9A67C9E3C2993F30E2365D0F043F150D3F724A2233C208AC37AA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.7.2-0/hoppscotch.Hoppscotch.locale.en-US.yaml b/manifests/h/hoppscotch/Hoppscotch/24.7.2-0/hoppscotch.Hoppscotch.locale.en-US.yaml new file mode 100644 index 0000000000000..df06f8696780f --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.7.2-0/hoppscotch.Hoppscotch.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.7.2-0 +PackageLocale: en-US +Publisher: hoppscotch +PublisherUrl: https://github.com/hoppscotch +PackageName: Hoppscotch +License: MIT License +ShortDescription: Open Source API Development Ecosystem +ReleaseNotesUrl: https://github.com/hoppscotch/releases/releases/tag/v24.7.2-0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.7.2-0/hoppscotch.Hoppscotch.yaml b/manifests/h/hoppscotch/Hoppscotch/24.7.2-0/hoppscotch.Hoppscotch.yaml new file mode 100644 index 0000000000000..9c8ac10d4726a --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.7.2-0/hoppscotch.Hoppscotch.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.7.2-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.8.0-0/hoppscotch.Hoppscotch.installer.yaml b/manifests/h/hoppscotch/Hoppscotch/24.8.0-0/hoppscotch.Hoppscotch.installer.yaml new file mode 100644 index 0000000000000..ee4862cea4d92 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.8.0-0/hoppscotch.Hoppscotch.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.8.0-0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{03113631-A5C0-4397-A953-534954B2F89D}' +ReleaseDate: 2024-08-31 +AppsAndFeaturesEntries: +- DisplayVersion: 24.8.0.0 + UpgradeCode: '{75553029-191D-517B-AAA3-B841B7DD3064}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hoppscotch/releases/releases/download/v24.8.0-0/Hoppscotch_win_x64.msi + InstallerSha256: B6162E35EFEB68A40DBF1A16878B13D62815D382DC17234E505730F93D5B013F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.8.0-0/hoppscotch.Hoppscotch.locale.en-US.yaml b/manifests/h/hoppscotch/Hoppscotch/24.8.0-0/hoppscotch.Hoppscotch.locale.en-US.yaml new file mode 100644 index 0000000000000..714579c36f004 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.8.0-0/hoppscotch.Hoppscotch.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.8.0-0 +PackageLocale: en-US +Publisher: hoppscotch +PublisherUrl: https://github.com/hoppscotch +PackageName: Hoppscotch +License: MIT License +ShortDescription: Open Source API Development Ecosystem +ReleaseNotesUrl: https://github.com/hoppscotch/releases/releases/tag/v24.8.0-0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.8.0-0/hoppscotch.Hoppscotch.yaml b/manifests/h/hoppscotch/Hoppscotch/24.8.0-0/hoppscotch.Hoppscotch.yaml new file mode 100644 index 0000000000000..dac0427197f49 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.8.0-0/hoppscotch.Hoppscotch.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.8.0-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.8.1-0/hoppscotch.Hoppscotch.installer.yaml b/manifests/h/hoppscotch/Hoppscotch/24.8.1-0/hoppscotch.Hoppscotch.installer.yaml new file mode 100644 index 0000000000000..0a83c1f1c6438 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.8.1-0/hoppscotch.Hoppscotch.installer.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.8.1-0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{72016A15-88E5-4259-9963-AB22D00AAD12}' +ReleaseDate: 2024-09-01 +AppsAndFeaturesEntries: +- DisplayName: Hoppscotch + Publisher: hoppscotch + DisplayVersion: 24.8.1.0 + ProductCode: '{72016A15-88E5-4259-9963-AB22D00AAD12}' + UpgradeCode: '{75553029-191D-517B-AAA3-B841B7DD3064}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Hoppscotch' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hoppscotch/releases/releases/download/v24.8.1-0/Hoppscotch_win_x64.msi + InstallerSha256: 16E46D2BF0F3A412A6DE025932093566685F5FD22815C5C8D0D0D915A9E67234 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.8.1-0/hoppscotch.Hoppscotch.locale.en-US.yaml b/manifests/h/hoppscotch/Hoppscotch/24.8.1-0/hoppscotch.Hoppscotch.locale.en-US.yaml new file mode 100644 index 0000000000000..f77e6d372090b --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.8.1-0/hoppscotch.Hoppscotch.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.8.1-0 +PackageLocale: en-US +Publisher: hoppscotch +PublisherUrl: https://github.com/hoppscotch +PublisherSupportUrl: https://github.com/hoppscotch/releases/issues +PackageName: Hoppscotch +License: MIT License +ShortDescription: Open Source API Development Ecosystem +ReleaseNotesUrl: https://github.com/hoppscotch/releases/releases/tag/v24.8.1-0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.8.1-0/hoppscotch.Hoppscotch.yaml b/manifests/h/hoppscotch/Hoppscotch/24.8.1-0/hoppscotch.Hoppscotch.yaml new file mode 100644 index 0000000000000..e30fb922fa931 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.8.1-0/hoppscotch.Hoppscotch.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.8.1-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.8.2-0/hoppscotch.Hoppscotch.installer.yaml b/manifests/h/hoppscotch/Hoppscotch/24.8.2-0/hoppscotch.Hoppscotch.installer.yaml new file mode 100644 index 0000000000000..adb82b28974d3 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.8.2-0/hoppscotch.Hoppscotch.installer.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.8.2-0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{E1BF09AC-988E-49A8-A812-D2808E9AF089}' +ReleaseDate: 2024-09-12 +AppsAndFeaturesEntries: +- DisplayName: Hoppscotch + Publisher: hoppscotch + DisplayVersion: 24.8.2.0 + ProductCode: '{E1BF09AC-988E-49A8-A812-D2808E9AF089}' + UpgradeCode: '{75553029-191D-517B-AAA3-B841B7DD3064}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Hoppscotch' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hoppscotch/releases/releases/download/v24.8.2-0/Hoppscotch_win_x64.msi + InstallerSha256: E46CB7C2292BD0C103372DC22B0324272E258CCC757FABE3FC0923B690B7A1DE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.8.2-0/hoppscotch.Hoppscotch.locale.en-US.yaml b/manifests/h/hoppscotch/Hoppscotch/24.8.2-0/hoppscotch.Hoppscotch.locale.en-US.yaml new file mode 100644 index 0000000000000..641a97880daec --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.8.2-0/hoppscotch.Hoppscotch.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.8.2-0 +PackageLocale: en-US +Publisher: hoppscotch +PublisherUrl: https://github.com/hoppscotch +PublisherSupportUrl: https://github.com/hoppscotch/releases/issues +PackageName: Hoppscotch +License: MIT License +ShortDescription: Open Source API Development Ecosystem +ReleaseNotesUrl: https://github.com/hoppscotch/releases/releases/tag/v24.8.2-0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/24.8.2-0/hoppscotch.Hoppscotch.yaml b/manifests/h/hoppscotch/Hoppscotch/24.8.2-0/hoppscotch.Hoppscotch.yaml new file mode 100644 index 0000000000000..f7cc261b26d68 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/24.8.2-0/hoppscotch.Hoppscotch.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 24.8.2-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/houmain/keymapper/4.7.1/houmain.keymapper.installer.yaml b/manifests/h/houmain/keymapper/4.7.1/houmain.keymapper.installer.yaml new file mode 100644 index 0000000000000..b2d4f7456644a --- /dev/null +++ b/manifests/h/houmain/keymapper/4.7.1/houmain.keymapper.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: houmain.keymapper +PackageVersion: 4.7.1 +InstallerLocale: en-US +InstallerType: wix +Scope: user +ProductCode: '{C396B4B0-C113-4FA1-A9F0-3A14D9C7802B}' +ReleaseDate: 2024-08-19 +AppsAndFeaturesEntries: +- UpgradeCode: '{D3B4DADB-1A7E-40B3-A6F0-EEB022317FC8}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/houmain/keymapper/releases/download/4.7.1/keymapper-4.7.1-win64.msi + InstallerSha256: 30EBD022770E559A277D7A48D8BB70A3492DD4E63F4195CF1B226FA392A040B4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/houmain/keymapper/4.7.1/houmain.keymapper.locale.en-US.yaml b/manifests/h/houmain/keymapper/4.7.1/houmain.keymapper.locale.en-US.yaml new file mode 100644 index 0000000000000..904116cb779df --- /dev/null +++ b/manifests/h/houmain/keymapper/4.7.1/houmain.keymapper.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: houmain.keymapper +PackageVersion: 4.7.1 +PackageLocale: en-US +Publisher: Albert Kalchmair +PublisherUrl: https://github.com/houmain +PublisherSupportUrl: https://github.com/houmain/keymapper/issues +PackageName: keymapper +PackageUrl: https://github.com/houmain/keymapper +License: GPL-3.0 +LicenseUrl: https://github.com/houmain/keymapper/blob/HEAD/LICENSE +ShortDescription: A cross-platform context-aware key remapper +Tags: +- context-awareness +- cross-platform +- gnome-shell-extension +- keyboard-layout +- keyboard-shortcuts +- keymapper +- wayland +ReleaseNotes: |- + Added + - Added string interpolation, which works in strings, terminal commands and regular expressions. e.g.: + VAR = "World" + A >> "Hello ${VAR}" # $VAR also works + + + - Allow to split a line with a \ at the end. e.g.: + Shift{A} >> \ + Control{B} + + + Changed + - Aliases are no longer automatically substituted in terminal commands (use string interpolation). + Fixed + - Fixed too eager macro evaluation. +ReleaseNotesUrl: https://github.com/houmain/keymapper/releases/tag/4.7.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/houmain/keymapper/4.7.1/houmain.keymapper.yaml b/manifests/h/houmain/keymapper/4.7.1/houmain.keymapper.yaml new file mode 100644 index 0000000000000..d9e015876ab71 --- /dev/null +++ b/manifests/h/houmain/keymapper/4.7.1/houmain.keymapper.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: houmain.keymapper +PackageVersion: 4.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hpjansson/Chafa/1.14.2/hpjansson.Chafa.installer.yaml b/manifests/h/hpjansson/Chafa/1.14.2/hpjansson.Chafa.installer.yaml new file mode 100644 index 0000000000000..826766caa2b44 --- /dev/null +++ b/manifests/h/hpjansson/Chafa/1.14.2/hpjansson.Chafa.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: hpjansson.Chafa +PackageVersion: 1.14.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: chafa-1.14.2-1-x86_64-win/Chafa.exe + PortableCommandAlias: chafa +UpgradeBehavior: install +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x64 + InstallerUrl: https://hpjansson.org/chafa/releases/static/chafa-1.14.2-1-x86_64-windows.zip + InstallerSha256: DC0A2FB09D51E5D10C48CD65FFD76B46B8E37C19FEB76C028FD431C71279DDB3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/hpjansson/Chafa/1.14.2/hpjansson.Chafa.locale.en-US.yaml b/manifests/h/hpjansson/Chafa/1.14.2/hpjansson.Chafa.locale.en-US.yaml new file mode 100644 index 0000000000000..6f1a24917e2b3 --- /dev/null +++ b/manifests/h/hpjansson/Chafa/1.14.2/hpjansson.Chafa.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: hpjansson.Chafa +PackageVersion: 1.14.2 +PackageLocale: en-US +Publisher: Hans Petter Jansson +PublisherUrl: https://hpjansson.org/ +Author: Hans Petter Jansson +PackageName: Chafa +PackageUrl: https://hpjansson.org/chafa +License: LGPL-3.0-or-later +LicenseUrl: https://github.com/hpjansson/chafa/blob/master/COPYING.LESSER +ShortDescription: Terminal graphics for the 21st century. +Description: |- + Chafa is a command-line utility that converts image data, including animated GIFs, into graphics formats or ANSI/Unicode character art suitable for display in a terminal. + It has broad feature support, allowing it to be used on devices ranging from historical teleprinters to modern terminal emulators and everything in between. +Tags: +- ansi +- cli +- graphics +- image +- images +- processing +- sixel +- terminal +- unicode +- viewer +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hpjansson/Chafa/1.14.2/hpjansson.Chafa.yaml b/manifests/h/hpjansson/Chafa/1.14.2/hpjansson.Chafa.yaml new file mode 100644 index 0000000000000..19bddaa07a5a7 --- /dev/null +++ b/manifests/h/hpjansson/Chafa/1.14.2/hpjansson.Chafa.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: hpjansson.Chafa +PackageVersion: 1.14.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.6.3/hrzlgnm.mdns-browser.installer.yaml b/manifests/h/hrzlgnm/mdns-browser/0.6.3/hrzlgnm.mdns-browser.installer.yaml new file mode 100644 index 0000000000000..b6979446217a3 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.6.3/hrzlgnm.mdns-browser.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.6.3 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +Scope: user +InstallerType: nullsoft +InstallModes: + - interactive + - silent +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +UpgradeBehavior: install +ReleaseDate: 2024-06-26 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/hrzlgnm/mdns-browser/releases/download/mdns-browser-v0.6.3/mdns-browser_0.6.3_x64-setup.exe + InstallerSha256: 30C6F9D7B483D73DBF8FC323CC558616A47BCA8A916D4FEAAE49248F39C0976A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.6.3/hrzlgnm.mdns-browser.locale.en-US.yaml b/manifests/h/hrzlgnm/mdns-browser/0.6.3/hrzlgnm.mdns-browser.locale.en-US.yaml new file mode 100644 index 0000000000000..ffaecbea4fc19 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.6.3/hrzlgnm.mdns-browser.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.6.3 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +Author: hrzlgnm +PackageName: mdns-browser +License: MIT +LicenseUrl: https://github.com/hrzlgnm/mdns-browser?tab=MIT-1-ov-file#readme +Copyright: Copyright (c) 2024 hrzlgnm +ShortDescription: mDNS Browser +Description: mDNS Browser +Tags: +- leptos +- mdns-sd +- rust +- tauri +- thaw +ReleaseNotesUrl: https://github.com/hrzlgnm/mdns-browser/releases/tag/mdns-browser-v0.6.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.6.3/hrzlgnm.mdns-browser.yaml b/manifests/h/hrzlgnm/mdns-browser/0.6.3/hrzlgnm.mdns-browser.yaml new file mode 100644 index 0000000000000..c0f1a0839cd2c --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.6.3/hrzlgnm.mdns-browser.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.7.10/hrzlgnm.mdns-browser.installer.yaml b/manifests/h/hrzlgnm/mdns-browser/0.7.10/hrzlgnm.mdns-browser.installer.yaml new file mode 100644 index 0000000000000..0f1564e43f203 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.7.10/hrzlgnm.mdns-browser.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.7.10 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ReleaseDate: 2024-08-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hrzlgnm/mdns-browser/releases/download/mdns-browser-v0.7.10/mdns-browser_0.7.10_x64-setup.exe + InstallerSha256: AC8232670B253B2D844D54AD9F88F5F7EF6A3314A4655DC4A9393DA1363814FD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.7.10/hrzlgnm.mdns-browser.locale.en-US.yaml b/manifests/h/hrzlgnm/mdns-browser/0.7.10/hrzlgnm.mdns-browser.locale.en-US.yaml new file mode 100644 index 0000000000000..3dd4264267b96 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.7.10/hrzlgnm.mdns-browser.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.7.10 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +Author: hrzlgnm +PackageName: mdns-browser +License: MIT +LicenseUrl: https://github.com/hrzlgnm/mdns-browser/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 hrzlgnm +ShortDescription: mDNS Browser +Description: mDNS Browser +Tags: +- leptos +- mdns-sd +- rust +- tauri +- thaw +ReleaseNotes: |- + What's Changed + - chore(version): ⬆️ bump version to 0.7.10 by @hrzlgnm in #217 + - chore(docs): 📝 Fix typo in readme by @hrzlgnm in #196 + - feat: ✨ Add actual completion of services as one types by @hrzlgnm in #202 + - chore(deps): use mdns-sd crate by @hrzlgnm in #211 which fixes an issue with resolving in a IPv6 link local only network, more details are available here keepsimple1/mdns-sd#235 + - feat: ✨ tweak layout and remove annoying popovers by @hrzlgnm in #214 and #216 + - feat: ✨ validate service type while user is typing by @hrzlgnm in #218 + Full Changelog: https://github.com/hrzlgnm/mdns-browser/compare/mdns-browser-v0.7.3...mdns-browser-v0.7.10 +ReleaseNotesUrl: https://github.com/hrzlgnm/mdns-browser/releases/tag/mdns-browser-v0.7.10 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.7.10/hrzlgnm.mdns-browser.yaml b/manifests/h/hrzlgnm/mdns-browser/0.7.10/hrzlgnm.mdns-browser.yaml new file mode 100644 index 0000000000000..3d76fbe6d3bb8 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.7.10/hrzlgnm.mdns-browser.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.7.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.7.12/hrzlgnm.mdns-browser.installer.yaml b/manifests/h/hrzlgnm/mdns-browser/0.7.12/hrzlgnm.mdns-browser.installer.yaml new file mode 100644 index 0000000000000..cc80228e92f0d --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.7.12/hrzlgnm.mdns-browser.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.7.12 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ReleaseDate: 2024-08-18 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hrzlgnm/mdns-browser/releases/download/mdns-browser-v0.7.12/mdns-browser_0.7.12_x64-setup.exe + InstallerSha256: 1252C12E6DDA0F58563B4EB07240F879DA401E1A53A80037F7370B3B12693C50 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.7.12/hrzlgnm.mdns-browser.locale.en-US.yaml b/manifests/h/hrzlgnm/mdns-browser/0.7.12/hrzlgnm.mdns-browser.locale.en-US.yaml new file mode 100644 index 0000000000000..499e2f5e5d7da --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.7.12/hrzlgnm.mdns-browser.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.7.12 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +Author: hrzlgnm +PackageName: mdns-browser +License: MIT +LicenseUrl: https://github.com/hrzlgnm/mdns-browser/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 hrzlgnm +ShortDescription: mDNS Browser +Description: mDNS Browser +Tags: +- leptos +- mdns-sd +- rust +- tauri +- thaw +ReleaseNotes: |- + What's Changed + - chore(version): bump version to 0.7.12 by @github-actions in #224 + - feat: set autofocus and autocapitalize=none to service type input by @hrzlgnm in #223 + - chore(deps): bump patch version of dependencies by @hrzlgnm in #225 + - feat: integrate latest changes of dependency mdns-sd by @hrzlgnm in #226 + - Avoid redundant query, announcement and unregistration keepsimple1/mdns-sd#239 + - Refresh A and AAAA records of active .browse queriers keepsimple1/mdns-sd#240 + Full Changelog: https://github.com/hrzlgnm/mdns-browser/compare/mdns-browser-v0.7.10...mdns-browser-v0.7.12 +ReleaseNotesUrl: https://github.com/hrzlgnm/mdns-browser/releases/tag/mdns-browser-v0.7.12 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.7.12/hrzlgnm.mdns-browser.yaml b/manifests/h/hrzlgnm/mdns-browser/0.7.12/hrzlgnm.mdns-browser.yaml new file mode 100644 index 0000000000000..5831f5279c4f2 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.7.12/hrzlgnm.mdns-browser.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.7.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.7.2/hrzlgnm.mdns-browser.installer.yaml b/manifests/h/hrzlgnm/mdns-browser/0.7.2/hrzlgnm.mdns-browser.installer.yaml new file mode 100644 index 0000000000000..1e5d422b4af66 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.7.2/hrzlgnm.mdns-browser.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.7.2 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hrzlgnm/mdns-browser/releases/download/mdns-browser-v0.7.2/mdns-browser_0.7.2_x64-setup.exe + InstallerSha256: A2E0D0E5B9A74119170460EFA2CEBB8725553302AD2F7134B51434A4A9E3E8F3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.7.2/hrzlgnm.mdns-browser.locale.en-US.yaml b/manifests/h/hrzlgnm/mdns-browser/0.7.2/hrzlgnm.mdns-browser.locale.en-US.yaml new file mode 100644 index 0000000000000..4e5d5321cb02d --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.7.2/hrzlgnm.mdns-browser.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.7.2 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +Author: hrzlgnm +PackageName: mdns-browser +License: MIT +LicenseUrl: https://github.com/hrzlgnm/mdns-browser/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 hrzlgnm +ShortDescription: mDNS Browser +Description: mDNS Browser +Tags: +- leptos +- mdns-sd +- rust +- tauri +- thaw +ReleaseNotes: |- + What's Changed + - chore(version): bump version to 0.7.2 by @github-actions in #185 + - ✨ feat: more pleasant splash screen experience by @hrzlgnm in #186 + Full Changelog: https://github.com/hrzlgnm/mdns-browser/compare/mdns-browser-v0.7.1...mdns-browser-v0.7.2 +ReleaseNotesUrl: https://github.com/hrzlgnm/mdns-browser/releases/tag/mdns-browser-v0.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.7.2/hrzlgnm.mdns-browser.yaml b/manifests/h/hrzlgnm/mdns-browser/0.7.2/hrzlgnm.mdns-browser.yaml new file mode 100644 index 0000000000000..1e23e21eb6de4 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.7.2/hrzlgnm.mdns-browser.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.7.3/hrzlgnm.mdns-browser.installer.yaml b/manifests/h/hrzlgnm/mdns-browser/0.7.3/hrzlgnm.mdns-browser.installer.yaml new file mode 100644 index 0000000000000..56ec9276c2ba0 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.7.3/hrzlgnm.mdns-browser.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.7.3 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ReleaseDate: 2024-08-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hrzlgnm/mdns-browser/releases/download/mdns-browser-v0.7.3/mdns-browser_0.7.3_x64-setup.exe + InstallerSha256: AEC6184BE22AC468398ABA735B8430BE9FE785E8DEAA829B873675BF608F7C3C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.7.3/hrzlgnm.mdns-browser.locale.en-US.yaml b/manifests/h/hrzlgnm/mdns-browser/0.7.3/hrzlgnm.mdns-browser.locale.en-US.yaml new file mode 100644 index 0000000000000..db1e2a0962d16 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.7.3/hrzlgnm.mdns-browser.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.7.3 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +Author: hrzlgnm +PackageName: mdns-browser +License: MIT +LicenseUrl: https://github.com/hrzlgnm/mdns-browser/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 hrzlgnm +ShortDescription: mDNS Browser +Description: mDNS Browser +Tags: +- leptos +- mdns-sd +- rust +- tauri +- thaw +ReleaseNotes: |- + What's Changed + - chore(deps): update tauri-apps/tauri-action action to v0.5.12 by @renovate in #188 + - chore(build): reduce release binary size by @hrzlgnm in #189 + Full Changelog: https://github.com/hrzlgnm/mdns-browser/compare/mdns-browser-v0.7.2...mdns-browser-v0.7.3 +ReleaseNotesUrl: https://github.com/hrzlgnm/mdns-browser/releases/tag/mdns-browser-v0.7.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/0.7.3/hrzlgnm.mdns-browser.yaml b/manifests/h/hrzlgnm/mdns-browser/0.7.3/hrzlgnm.mdns-browser.yaml new file mode 100644 index 0000000000000..be4be4edc3e63 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/0.7.3/hrzlgnm.mdns-browser.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 0.7.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IAMCloud/CloudDriveMapper/2.21.0.1/IAMCloud.CloudDriveMapper.installer.yaml b/manifests/i/IAMCloud/CloudDriveMapper/2.21.0.1/IAMCloud.CloudDriveMapper.installer.yaml new file mode 100644 index 0000000000000..f29a33eecc5dd --- /dev/null +++ b/manifests/i/IAMCloud/CloudDriveMapper/2.21.0.1/IAMCloud.CloudDriveMapper.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IAMCloud.CloudDriveMapper +PackageVersion: 2.21.0.1 +InstallerLocale: en-GB +InstallerType: msi +Scope: machine +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{8076664A-EE3F-42B4-AD85-9AC349076D08}' +ReleaseDate: 2024-07-17 +AppsAndFeaturesEntries: +- DisplayName: Cloud Drive Mapper Legacy + Publisher: IAM Technology Group Ltd + ProductCode: '{8076664A-EE3F-42B4-AD85-9AC349076D08}' + UpgradeCode: '{18936EF5-FD8C-4EA6-8507-648BA0B16498}' +InstallationMetadata: + DefaultInstallLocation: APPDIR:. +Installers: +- Architecture: x64 + InstallerUrl: https://iacm1gblcor1res1str1.blob.core.windows.net/cdm/2.21.0.1/setupcdmx64.msi + InstallerSha256: DC90A51DBC8CE3458F3940B0647909F3E3AF9EE7E150B0108C6AE4BE895FD1BE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IAMCloud/CloudDriveMapper/2.21.0.1/IAMCloud.CloudDriveMapper.locale.en-US.yaml b/manifests/i/IAMCloud/CloudDriveMapper/2.21.0.1/IAMCloud.CloudDriveMapper.locale.en-US.yaml new file mode 100644 index 0000000000000..c7a46757744f9 --- /dev/null +++ b/manifests/i/IAMCloud/CloudDriveMapper/2.21.0.1/IAMCloud.CloudDriveMapper.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IAMCloud.CloudDriveMapper +PackageVersion: 2.21.0.1 +PackageLocale: en-US +Publisher: IAM Technology Group Ltd +PublisherUrl: https://www.iamcloud.com/ +Author: IAM Technology Group Ltd +PackageName: Cloud Drive Mapper +PackageUrl: https://www.iamcloud.com/cloud-drive-mapper/ +License: Proprietary +Copyright: Copyright (c) IAM Technology Group Ltd +ShortDescription: Cloud Drive Mapper (CDM) maps network drives to OneDrive for Business, SharePoint Online and Microsoft Teams storage as a network drive. +Description: Cloud Drive Mapper (CDM) maps network drives to OneDrive for Business, SharePoint Online and Microsoft Teams storage, integrating your cloud storage into Windows desktops and VDIs. CDM’s storage looks and behaves just like local storage from the perspective of the machine, the user, other applications, and the administrator. +Moniker: cdm +Tags: +- cdm +- cloud +- drive +- smb +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IAMCloud/CloudDriveMapper/2.21.0.1/IAMCloud.CloudDriveMapper.yaml b/manifests/i/IAMCloud/CloudDriveMapper/2.21.0.1/IAMCloud.CloudDriveMapper.yaml new file mode 100644 index 0000000000000..7f097463c6f76 --- /dev/null +++ b/manifests/i/IAMCloud/CloudDriveMapper/2.21.0.1/IAMCloud.CloudDriveMapper.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IAMCloud.CloudDriveMapper +PackageVersion: 2.21.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/11/JDK/11.0.24.8/IBM.Semeru.11.JDK.installer.yaml b/manifests/i/IBM/Semeru/11/JDK/11.0.24.8/IBM.Semeru.11.JDK.installer.yaml new file mode 100644 index 0000000000000..ddb96c722d3c7 --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JDK/11.0.24.8/IBM.Semeru.11.JDK.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.11.JDK +PackageVersion: 11.0.24.8 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-09-10 +AppsAndFeaturesEntries: +- ProductCode: '{D9EAAF2A-3BE6-4939-BEF2-2F552EF55684}' + UpgradeCode: '{B9AAC3BF-7191-57AC-2A97-D5EAD4264711}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.24+8_openj9-0.46.1/ibm-semeru-open-jdk_x64_windows_11.0.24_8_openj9-0.46.1.msi + InstallerSha256: C5E9B1B0321677569402C43959CC44FAE95B29E65F1DD23D54A06D731BD0594D + ProductCode: '{D9EAAF2A-3BE6-4939-BEF2-2F552EF55684}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/11/JDK/11.0.24.8/IBM.Semeru.11.JDK.locale.en-US.yaml b/manifests/i/IBM/Semeru/11/JDK/11.0.24.8/IBM.Semeru.11.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..793c9502511d7 --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JDK/11.0.24.8/IBM.Semeru.11.JDK.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.11.JDK +PackageVersion: 11.0.24.8 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 11 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru11-binaries/releases/tag/jdk-11.0.24%2B8_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/11/JDK/11.0.24.8/IBM.Semeru.11.JDK.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/11/JDK/11.0.24.8/IBM.Semeru.11.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3326efb1277b2 --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JDK/11.0.24.8/IBM.Semeru.11.JDK.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.11.JDK +PackageVersion: 11.0.24.8 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 11 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru11-binaries/releases/tag/jdk-11.0.24%2B8_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/11/JDK/11.0.24.8/IBM.Semeru.11.JDK.yaml b/manifests/i/IBM/Semeru/11/JDK/11.0.24.8/IBM.Semeru.11.JDK.yaml new file mode 100644 index 0000000000000..174b19b328cee --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JDK/11.0.24.8/IBM.Semeru.11.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.11.JDK +PackageVersion: 11.0.24.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/11/JRE/11.0.24.8/IBM.Semeru.11.JRE.installer.yaml b/manifests/i/IBM/Semeru/11/JRE/11.0.24.8/IBM.Semeru.11.JRE.installer.yaml new file mode 100644 index 0000000000000..14016ac2c3803 --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JRE/11.0.24.8/IBM.Semeru.11.JRE.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.11.JRE +PackageVersion: 11.0.24.8 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jjs +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmid +- rmiregistry +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-09-10 +AppsAndFeaturesEntries: +- ProductCode: '{FEAE6E60-0FD7-4E4F-A26E-31422081E46E}' + UpgradeCode: '{CF9731BC-FB94-D09E-5B34-D586449B91C2}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.24+8_openj9-0.46.1/ibm-semeru-open-jre_x64_windows_11.0.24_8_openj9-0.46.1.msi + InstallerSha256: 55CE49E7D807FE41F590CC6A178DD8B03C8D8071D221631B526416A9632DF103 + ProductCode: '{FEAE6E60-0FD7-4E4F-A26E-31422081E46E}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/11/JRE/11.0.24.8/IBM.Semeru.11.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/11/JRE/11.0.24.8/IBM.Semeru.11.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..b5e37d91d298e --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JRE/11.0.24.8/IBM.Semeru.11.JRE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.11.JRE +PackageVersion: 11.0.24.8 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 11 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru11-binaries/releases/tag/jdk-11.0.24%2B8_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/11/JRE/11.0.24.8/IBM.Semeru.11.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/11/JRE/11.0.24.8/IBM.Semeru.11.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4584e17bd41b7 --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JRE/11.0.24.8/IBM.Semeru.11.JRE.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.11.JRE +PackageVersion: 11.0.24.8 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 11 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru11-binaries/releases/tag/jdk-11.0.24%2B8_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/11/JRE/11.0.24.8/IBM.Semeru.11.JRE.yaml b/manifests/i/IBM/Semeru/11/JRE/11.0.24.8/IBM.Semeru.11.JRE.yaml new file mode 100644 index 0000000000000..e62e8d78f5624 --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JRE/11.0.24.8/IBM.Semeru.11.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.11.JRE +PackageVersion: 11.0.24.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/17/JDK/17.0.12.7/IBM.Semeru.17.JDK.installer.yaml b/manifests/i/IBM/Semeru/17/JDK/17.0.12.7/IBM.Semeru.17.JDK.installer.yaml new file mode 100644 index 0000000000000..36b0a35666cf7 --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JDK/17.0.12.7/IBM.Semeru.17.JDK.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.17.JDK +PackageVersion: 17.0.12.7 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-09-10 +AppsAndFeaturesEntries: +- ProductCode: '{467416FB-7614-42A7-ACBC-11E3DBC1D6A6}' + UpgradeCode: '{E1F92459-696A-9C54-7ECB-AE3BB60921C2}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.12+7_openj9-0.46.1/ibm-semeru-open-jdk_x64_windows_17.0.12_7_openj9-0.46.1.msi + InstallerSha256: 3EB97725000C161AB9EDB08F61E08B4F32249BA0B3BAD7A7705D93F654C1FDC6 + ProductCode: '{467416FB-7614-42A7-ACBC-11E3DBC1D6A6}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/17/JDK/17.0.12.7/IBM.Semeru.17.JDK.locale.en-US.yaml b/manifests/i/IBM/Semeru/17/JDK/17.0.12.7/IBM.Semeru.17.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..672d15dff7f34 --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JDK/17.0.12.7/IBM.Semeru.17.JDK.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.17.JDK +PackageVersion: 17.0.12.7 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 17 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru17-binaries/releases/tag/jdk-17.0.12%2B7_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/17/JDK/17.0.12.7/IBM.Semeru.17.JDK.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/17/JDK/17.0.12.7/IBM.Semeru.17.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2eb901dc84921 --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JDK/17.0.12.7/IBM.Semeru.17.JDK.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.17.JDK +PackageVersion: 17.0.12.7 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 17 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru17-binaries/releases/tag/jdk-17.0.12%2B7_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/17/JDK/17.0.12.7/IBM.Semeru.17.JDK.yaml b/manifests/i/IBM/Semeru/17/JDK/17.0.12.7/IBM.Semeru.17.JDK.yaml new file mode 100644 index 0000000000000..4506f5ab291ea --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JDK/17.0.12.7/IBM.Semeru.17.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.17.JDK +PackageVersion: 17.0.12.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/17/JRE/17.0.12.7/IBM.Semeru.17.JRE.installer.yaml b/manifests/i/IBM/Semeru/17/JRE/17.0.12.7/IBM.Semeru.17.JRE.installer.yaml new file mode 100644 index 0000000000000..53f96bc5d5c3d --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JRE/17.0.12.7/IBM.Semeru.17.JRE.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.17.JRE +PackageVersion: 17.0.12.7 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmiregistry +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-09-10 +AppsAndFeaturesEntries: +- ProductCode: '{0926AD75-E236-4E0D-9419-AA04B9351C2B}' + UpgradeCode: '{22478BE1-D127-BB0D-E709-E6EF97C8DFE2}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.12+7_openj9-0.46.1/ibm-semeru-open-jre_x64_windows_17.0.12_7_openj9-0.46.1.msi + InstallerSha256: 9F11F685C7CA3619DEDAF3E2CF52C4E6B771D52452940F9339AA507774DCA0C8 + ProductCode: '{0926AD75-E236-4E0D-9419-AA04B9351C2B}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/17/JRE/17.0.12.7/IBM.Semeru.17.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/17/JRE/17.0.12.7/IBM.Semeru.17.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..0c768da75086b --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JRE/17.0.12.7/IBM.Semeru.17.JRE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.17.JRE +PackageVersion: 17.0.12.7 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 17 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru17-binaries/releases/tag/jdk-17.0.12%2B7_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/17/JRE/17.0.12.7/IBM.Semeru.17.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/17/JRE/17.0.12.7/IBM.Semeru.17.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1e2277af9c9be --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JRE/17.0.12.7/IBM.Semeru.17.JRE.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.17.JRE +PackageVersion: 17.0.12.7 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 17 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru17-binaries/releases/tag/jdk-17.0.12%2B7_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/17/JRE/17.0.12.7/IBM.Semeru.17.JRE.yaml b/manifests/i/IBM/Semeru/17/JRE/17.0.12.7/IBM.Semeru.17.JRE.yaml new file mode 100644 index 0000000000000..5c20a07d98f20 --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JRE/17.0.12.7/IBM.Semeru.17.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.17.JRE +PackageVersion: 17.0.12.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/21/JDK/21.0.4.7/IBM.Semeru.21.JDK.installer.yaml b/manifests/i/IBM/Semeru/21/JDK/21.0.4.7/IBM.Semeru.21.JDK.installer.yaml new file mode 100644 index 0000000000000..bcbab940e2df0 --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JDK/21.0.4.7/IBM.Semeru.21.JDK.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.21.JDK +PackageVersion: 21.0.4.7 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-08-09 +AppsAndFeaturesEntries: +- ProductCode: '{CB2BEF08-306C-47FE-8A72-361EAA172702}' + UpgradeCode: '{31031931-B96A-33FC-96CA-9F0694D00A65}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.4+7_openj9-0.46.0/ibm-semeru-open-jdk_x64_windows_21.0.4_7_openj9-0.46.0.msi + InstallerSha256: CC1CAE8584CF3DD2F9DC7A02061A1366ED7577C8AB3F544BD833FC302FB8120C + ProductCode: '{CB2BEF08-306C-47FE-8A72-361EAA172702}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/21/JDK/21.0.4.7/IBM.Semeru.21.JDK.locale.en-US.yaml b/manifests/i/IBM/Semeru/21/JDK/21.0.4.7/IBM.Semeru.21.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..c39074791c4e1 --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JDK/21.0.4.7/IBM.Semeru.21.JDK.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.21.JDK +PackageVersion: 21.0.4.7 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru21-binaries/releases/tag/jdk-21.0.4%2B7_openj9-0.46.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/21/JDK/21.0.4.7/IBM.Semeru.21.JDK.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/21/JDK/21.0.4.7/IBM.Semeru.21.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..26d7b8245f728 --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JDK/21.0.4.7/IBM.Semeru.21.JDK.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.21.JDK +PackageVersion: 21.0.4.7 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru21-binaries/releases/tag/jdk-21.0.4%2B7_openj9-0.46.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/21/JDK/21.0.4.7/IBM.Semeru.21.JDK.yaml b/manifests/i/IBM/Semeru/21/JDK/21.0.4.7/IBM.Semeru.21.JDK.yaml new file mode 100644 index 0000000000000..71d79f5d34aef --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JDK/21.0.4.7/IBM.Semeru.21.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.21.JDK +PackageVersion: 21.0.4.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/21/JRE/21.0.4.7/IBM.Semeru.21.JRE.installer.yaml b/manifests/i/IBM/Semeru/21/JRE/21.0.4.7/IBM.Semeru.21.JRE.installer.yaml new file mode 100644 index 0000000000000..d677f177c8864 --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JRE/21.0.4.7/IBM.Semeru.21.JRE.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.21.JRE +PackageVersion: 21.0.4.7 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jpackcore +- jrunscript +- jwebserver +- keytool +- kinit +- klist +- ktab +- rmiregistry +- traceformat +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-08-09 +AppsAndFeaturesEntries: +- ProductCode: '{C67DA4FF-B3C4-4CF5-8B9C-FB8BA4B0044B}' + UpgradeCode: '{A685599E-B2C1-B286-A17E-011F6911D640}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.4+7_openj9-0.46.0/ibm-semeru-open-jre_x64_windows_21.0.4_7_openj9-0.46.0.msi + InstallerSha256: AA901719584892BC9C8EE2BB5615AB9988B118A244303A46FE953BF12AD32283 + ProductCode: '{C67DA4FF-B3C4-4CF5-8B9C-FB8BA4B0044B}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/21/JRE/21.0.4.7/IBM.Semeru.21.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/21/JRE/21.0.4.7/IBM.Semeru.21.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..2cd4c0f37822f --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JRE/21.0.4.7/IBM.Semeru.21.JRE.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.21.JRE +PackageVersion: 21.0.4.7 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +# Description: +# Moniker: +Tags: +- java +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru21-binaries/releases/tag/jdk-21.0.4%2B7_openj9-0.46.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/21/JRE/21.0.4.7/IBM.Semeru.21.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/21/JRE/21.0.4.7/IBM.Semeru.21.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a3879c0b41e56 --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JRE/21.0.4.7/IBM.Semeru.21.JRE.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.21.JRE +PackageVersion: 21.0.4.7 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +# Description: +# Moniker: +Tags: +- java +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru21-binaries/releases/tag/jdk-21.0.4%2B7_openj9-0.46.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/21/JRE/21.0.4.7/IBM.Semeru.21.JRE.yaml b/manifests/i/IBM/Semeru/21/JRE/21.0.4.7/IBM.Semeru.21.JRE.yaml new file mode 100644 index 0000000000000..71a00975f6101 --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JRE/21.0.4.7/IBM.Semeru.21.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.21.JRE +PackageVersion: 21.0.4.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/22/JDK/22.0.2.9/IBM.Semeru.22.JDK.installer.yaml b/manifests/i/IBM/Semeru/22/JDK/22.0.2.9/IBM.Semeru.22.JDK.installer.yaml new file mode 100644 index 0000000000000..eb07f413bbf2a --- /dev/null +++ b/manifests/i/IBM/Semeru/22/JDK/22.0.2.9/IBM.Semeru.22.JDK.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.22.JDK +PackageVersion: 22.0.2.9 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-09-10 +AppsAndFeaturesEntries: +- ProductCode: '{885C72ED-54B8-4BFC-8274-FB19BE8C7378}' + UpgradeCode: '{8680D495-42F4-D665-2CE1-ECC4F6DBA6ED}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru22-binaries/releases/download/jdk-22.0.2+9_openj9-0.46.1/ibm-semeru-open-jdk_x64_windows_22.0.2_9_openj9-0.46.1.msi + InstallerSha256: 7B0BA7888B5F1466CD936BEB8D50F836A670BDABBC8D715B3E418ADB376F9696 + ProductCode: '{885C72ED-54B8-4BFC-8274-FB19BE8C7378}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/22/JDK/22.0.2.9/IBM.Semeru.22.JDK.locale.en-US.yaml b/manifests/i/IBM/Semeru/22/JDK/22.0.2.9/IBM.Semeru.22.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..c9e18e2deeb1c --- /dev/null +++ b/manifests/i/IBM/Semeru/22/JDK/22.0.2.9/IBM.Semeru.22.JDK.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.22.JDK +PackageVersion: 22.0.2.9 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 22 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru22-binaries/releases/tag/jdk-22.0.2%2B9_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/22/JDK/22.0.2.9/IBM.Semeru.22.JDK.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/22/JDK/22.0.2.9/IBM.Semeru.22.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..24cc3806e7b4b --- /dev/null +++ b/manifests/i/IBM/Semeru/22/JDK/22.0.2.9/IBM.Semeru.22.JDK.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.22.JDK +PackageVersion: 22.0.2.9 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 22 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru22-binaries/releases/tag/jdk-22.0.2%2B9_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/22/JDK/22.0.2.9/IBM.Semeru.22.JDK.yaml b/manifests/i/IBM/Semeru/22/JDK/22.0.2.9/IBM.Semeru.22.JDK.yaml new file mode 100644 index 0000000000000..3b1875c70cac1 --- /dev/null +++ b/manifests/i/IBM/Semeru/22/JDK/22.0.2.9/IBM.Semeru.22.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.22.JDK +PackageVersion: 22.0.2.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/22/JRE/22.0.2.9/IBM.Semeru.22.JRE.installer.yaml b/manifests/i/IBM/Semeru/22/JRE/22.0.2.9/IBM.Semeru.22.JRE.installer.yaml new file mode 100644 index 0000000000000..a1ac3e9f30e84 --- /dev/null +++ b/manifests/i/IBM/Semeru/22/JRE/22.0.2.9/IBM.Semeru.22.JRE.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.22.JRE +PackageVersion: 22.0.2.9 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmiregistry +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-09-10 +AppsAndFeaturesEntries: +- ProductCode: '{A9960554-EE9E-429C-A30F-A7B820D94821}' + UpgradeCode: '{595FDB53-E3FC-52D9-F9BA-A51DC37C0EF1}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru22-binaries/releases/download/jdk-22.0.2+9_openj9-0.46.1/ibm-semeru-open-jre_x64_windows_22.0.2_9_openj9-0.46.1.msi + InstallerSha256: 1392A3A2FA782A078BA152565C62C3751D3860497C4D8CCD5F2F8C26934FBA46 + ProductCode: '{A9960554-EE9E-429C-A30F-A7B820D94821}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/22/JRE/22.0.2.9/IBM.Semeru.22.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/22/JRE/22.0.2.9/IBM.Semeru.22.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..ed78e8f76ca6e --- /dev/null +++ b/manifests/i/IBM/Semeru/22/JRE/22.0.2.9/IBM.Semeru.22.JRE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.22.JRE +PackageVersion: 22.0.2.9 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 22 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru22-binaries/releases/tag/jdk-22.0.2%2B9_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/22/JRE/22.0.2.9/IBM.Semeru.22.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/22/JRE/22.0.2.9/IBM.Semeru.22.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..97ffee98599d1 --- /dev/null +++ b/manifests/i/IBM/Semeru/22/JRE/22.0.2.9/IBM.Semeru.22.JRE.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.22.JRE +PackageVersion: 22.0.2.9 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 22 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru22-binaries/releases/tag/jdk-22.0.2%2B9_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/22/JRE/22.0.2.9/IBM.Semeru.22.JRE.yaml b/manifests/i/IBM/Semeru/22/JRE/22.0.2.9/IBM.Semeru.22.JRE.yaml new file mode 100644 index 0000000000000..afa373c03a05a --- /dev/null +++ b/manifests/i/IBM/Semeru/22/JRE/22.0.2.9/IBM.Semeru.22.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.22.JRE +PackageVersion: 22.0.2.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/8/JDK/8.0.422.5/IBM.Semeru.8.JDK.installer.yaml b/manifests/i/IBM/Semeru/8/JDK/8.0.422.5/IBM.Semeru.8.JDK.installer.yaml new file mode 100644 index 0000000000000..4972deb8acd5d --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JDK/8.0.422.5/IBM.Semeru.8.JDK.installer.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.8.JDK +PackageVersion: 8.0.422.5 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeps +- jps +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u422-b05_openj9-0.46.1/ibm-semeru-open-jdk_x86-32_windows_8u422b05_openj9-0.46.1.msi + InstallerSha256: EAC0E3A7321215BC7A423E22B79AB5BCCB25B486888074B9163A152B01D56CA9 + ProductCode: '{B8A29017-7FB8-429E-8E62-356D2498BF3A}' + AppsAndFeaturesEntries: + - ProductCode: '{B8A29017-7FB8-429E-8E62-356D2498BF3A}' + UpgradeCode: '{F384E2A6-8EA9-6B30-35D3-0CBCC6427CB6}' +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u422-b05_openj9-0.46.1/ibm-semeru-open-jdk_x64_windows_8u422b05_openj9-0.46.1.msi + InstallerSha256: 9B4B7934DD04D3D49C10FCEEF87DEF0A40191EE7120A56EA2A420CF4EAFC4870 + ProductCode: '{87F853FB-68CB-443B-BDBE-9634C6EF0318}' + AppsAndFeaturesEntries: + - ProductCode: '{87F853FB-68CB-443B-BDBE-9634C6EF0318}' + UpgradeCode: '{51979DBF-5B45-9758-7DFF-5DD81F90A27D}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/8/JDK/8.0.422.5/IBM.Semeru.8.JDK.locale.en-US.yaml b/manifests/i/IBM/Semeru/8/JDK/8.0.422.5/IBM.Semeru.8.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..566b67cb11262 --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JDK/8.0.422.5/IBM.Semeru.8.JDK.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.8.JDK +PackageVersion: 8.0.422.5 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 8 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/tag/jdk8u422-b05_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/8/JDK/8.0.422.5/IBM.Semeru.8.JDK.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/8/JDK/8.0.422.5/IBM.Semeru.8.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ddd7b3e4705ec --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JDK/8.0.422.5/IBM.Semeru.8.JDK.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.8.JDK +PackageVersion: 8.0.422.5 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 8 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/tag/jdk8u422-b05_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/8/JDK/8.0.422.5/IBM.Semeru.8.JDK.yaml b/manifests/i/IBM/Semeru/8/JDK/8.0.422.5/IBM.Semeru.8.JDK.yaml new file mode 100644 index 0000000000000..184d6a9393eb3 --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JDK/8.0.422.5/IBM.Semeru.8.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.8.JDK +PackageVersion: 8.0.422.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/8/JRE/8.0.422.5/IBM.Semeru.8.JRE.installer.yaml b/manifests/i/IBM/Semeru/8/JRE/8.0.422.5/IBM.Semeru.8.JRE.installer.yaml new file mode 100644 index 0000000000000..003b7c55a42cb --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JRE/8.0.422.5/IBM.Semeru.8.JRE.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.8.JRE +PackageVersion: 8.0.422.5 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- java +- java-rmi +- javaw +- jfr +- jjs +- keytool +- kinit +- klist +- ktab +- orbd +- policytool +- rmid +- rmiregistry +- servertool +- tnameserv +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u422-b05_openj9-0.46.1/ibm-semeru-open-jre_x86-32_windows_8u422b05_openj9-0.46.1.msi + InstallerSha256: F0DD935ED69ED7A7BDAAD75A01CEA57E290341F8AE58DCC7F309906892FE3B52 + ProductCode: '{E586F107-250E-4CDC-B828-05042FAEE77B}' + AppsAndFeaturesEntries: + - ProductCode: '{E586F107-250E-4CDC-B828-05042FAEE77B}' + UpgradeCode: '{577F2C89-EAD1-1D9E-A600-EFA77BA92E82}' +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u422-b05_openj9-0.46.1/ibm-semeru-open-jre_x64_windows_8u422b05_openj9-0.46.1.msi + InstallerSha256: F30100E6396079DFFD4D77C4C7D202A75CFB5EDF6AB700A4C2AFC7048172A1BB + ProductCode: '{4B0F9798-F297-4A83-91BD-1429B500B54E}' + AppsAndFeaturesEntries: + - ProductCode: '{4B0F9798-F297-4A83-91BD-1429B500B54E}' + UpgradeCode: '{041384D8-37B2-E50B-D93E-492ADFC3C0EF}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/8/JRE/8.0.422.5/IBM.Semeru.8.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/8/JRE/8.0.422.5/IBM.Semeru.8.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..4f1afdcdb2c6d --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JRE/8.0.422.5/IBM.Semeru.8.JRE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.8.JRE +PackageVersion: 8.0.422.5 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 8 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/tag/jdk8u422-b05_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/8/JRE/8.0.422.5/IBM.Semeru.8.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/8/JRE/8.0.422.5/IBM.Semeru.8.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4a1efa0f5bfa4 --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JRE/8.0.422.5/IBM.Semeru.8.JRE.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.8.JRE +PackageVersion: 8.0.422.5 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 8 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +# Description: +# Moniker: +Tags: +- java +- jdk +- jre +- jvm +- openj9 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/tag/jdk8u422-b05_openj9-0.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IBM/Semeru/8/JRE/8.0.422.5/IBM.Semeru.8.JRE.yaml b/manifests/i/IBM/Semeru/8/JRE/8.0.422.5/IBM.Semeru.8.JRE.yaml new file mode 100644 index 0000000000000..950f7cec00b6b --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JRE/8.0.422.5/IBM.Semeru.8.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IBM.Semeru.8.JRE +PackageVersion: 8.0.422.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.0.35/IDMComputerSolutions,Inc.UEStudio.installer.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.0.35/IDMComputerSolutions,Inc.UEStudio.installer.yaml deleted file mode 100644 index e3ff921c3db52..0000000000000 --- a/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.0.35/IDMComputerSolutions,Inc.UEStudio.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: IDMComputerSolutions,Inc.UEStudio -PackageVersion: 24.0.35 -Installers: -- InstallerUrl: https://downloads.ultraedit.com/main/ues/win/ues_english_64.msi - InstallerLocale: en-US - Architecture: x64 - InstallerType: wix - InstallerSha256: 84EC1CF6B36A2A83132EF6A2C76E875DC873D94CCCB8E7D967AED002163F81BD - ProductCode: '{9A8F4878-6C10-1014-83BA-41A1057FC493}' - AppsAndFeaturesEntries: - - DisplayName: UEStudio - DisplayVersion: 24.0.35 - Publisher: IDM Computer Solutions, Inc. - ProductCode: '{9A8F4878-6C10-1014-83BA-41A1057FC493}' -- InstallerUrl: https://downloads.ultraedit.com/main/ues/win/ues_english_64.exe - InstallerLocale: en-US - Architecture: x64 - InstallerType: exe - InstallerSwitches: - Silent: /S /SUPPRESSMSGBOXES - SilentWithProgress: /S /SUPPRESSMSGBOXES - InstallerSha256: AD27C4CD70092B8B3AE3DFFC6115040AF8C81BFDCDB7E411DF0D7EDFE0446483 - ProductCode: '{ED4DEBF8-0F73-4A93-82F5-4DA8BADA4595}' - AppsAndFeaturesEntries: - - DisplayName: UEStudio - DisplayVersion: 24.0.0.35 - Publisher: IDM Computer Solutions, Inc. - ProductCode: '{ED4DEBF8-0F73-4A93-82F5-4DA8BADA4595}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.0.35/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.0.35/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml deleted file mode 100644 index b8ed1545c27b4..0000000000000 --- a/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.0.35/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: IDMComputerSolutions,Inc.UEStudio -PackageVersion: 24.0.35 -PackageLocale: en-US -Publisher: IDM Computer Solutions, Inc. -PublisherUrl: https://www.ultraedit.com/company/about-us -PublisherSupportUrl: https://www.ultraedit.com/support/ -PrivacyUrl: https://www.ideracorp.com/Legal/PrivacyShield -PackageName: UEStudio -PackageUrl: https://www.ultraedit.com/products/uestudio/ -License: Commercial -ShortDescription: A Git-flavored rendition of UltraEdit. UEStudio features native integration of all your Git branches and team collaboration features. Integrates fully with other UltraEdit products. -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.0.35/IDMComputerSolutions,Inc.UEStudio.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.0.35/IDMComputerSolutions,Inc.UEStudio.yaml deleted file mode 100644 index 9afdab24e2221..0000000000000 --- a/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.0.35/IDMComputerSolutions,Inc.UEStudio.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: IDMComputerSolutions,Inc.UEStudio -PackageVersion: 24.0.35 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.0.32/IDMComputerSolutions,Inc.UEStudio.installer.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.0.32/IDMComputerSolutions,Inc.UEStudio.installer.yaml new file mode 100644 index 0000000000000..1e1c9ef810a0b --- /dev/null +++ b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.0.32/IDMComputerSolutions,Inc.UEStudio.installer.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2024/Sep/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: IDMComputerSolutions,Inc.UEStudio +PackageVersion: 24.1.0.32 +Installers: +- InstallerUrl: https://downloads.ultraedit.com/main/ues/win/ues_english_64.exe + InstallerLocale: en-US + Architecture: x64 + InstallerType: exe + InstallerSwitches: + Silent: /S /SUPPRESSMSGBOXES + SilentWithProgress: /S /SUPPRESSMSGBOXES + InstallerSha256: 336E11D8242BE756BF2F4AF88FF19BB7B2301F8D0FA46C2131A5C485364AA003 + ProductCode: '{ED4DEBF8-0F73-4A93-82F5-4DA8BADA4595}' + AppsAndFeaturesEntries: + - DisplayName: UEStudio + DisplayVersion: 24.1.0.32 + Publisher: IDM Computer Solutions, Inc. + ProductCode: '{ED4DEBF8-0F73-4A93-82F5-4DA8BADA4595}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.0.32/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.0.32/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..2a04b32acbc69 --- /dev/null +++ b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.0.32/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2024/Sep/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: IDMComputerSolutions,Inc.UEStudio +PackageVersion: 24.1.0.32 +PackageLocale: en-US +Publisher: IDM Computer Solutions, Inc. +PublisherUrl: https://www.ultraedit.com/company/about-us +PublisherSupportUrl: https://www.ultraedit.com/support/ +PrivacyUrl: https://www.ideracorp.com/Legal/PrivacyShield +PackageName: UEStudio +PackageUrl: https://www.ultraedit.com/products/uestudio/ +License: Commercial +ShortDescription: A Git-flavored rendition of UltraEdit. UEStudio features native integration of all your Git branches and team collaboration features. Integrates fully with other UltraEdit products. +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.0.32/IDMComputerSolutions,Inc.UEStudio.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.0.32/IDMComputerSolutions,Inc.UEStudio.yaml new file mode 100644 index 0000000000000..2113c268ce288 --- /dev/null +++ b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.0.32/IDMComputerSolutions,Inc.UEStudio.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: IDMComputerSolutions,Inc.UEStudio +PackageVersion: 24.1.0.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.32/IDMComputerSolutions,Inc.UEStudio.installer.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.32/IDMComputerSolutions,Inc.UEStudio.installer.yaml new file mode 100644 index 0000000000000..8cf2caa6577a9 --- /dev/null +++ b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.32/IDMComputerSolutions,Inc.UEStudio.installer.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2024/Sep/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: IDMComputerSolutions,Inc.UEStudio +PackageVersion: 24.1.32 +Installers: +- InstallerUrl: https://downloads.ultraedit.com/main/ues/win/ues_english_64.msi + InstallerLocale: en-US + Architecture: x64 + InstallerType: wix + InstallerSha256: B36724DCD3390614E17939057C9E752F4EC8DA8DB1AC3911CD2292A8B9F4E380 + ProductCode: '{E414E348-74B0-1014-9FF4-813DEE4B4B9A}' + AppsAndFeaturesEntries: + - DisplayName: UEStudio + DisplayVersion: 24.1.32 + Publisher: IDM Computer Solutions, Inc. + ProductCode: '{9A8F4878-6C10-1014-83BA-41A1057FC493}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.32/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.32/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..c31c7a7f8a580 --- /dev/null +++ b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.32/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2024/Sep/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: IDMComputerSolutions,Inc.UEStudio +PackageVersion: 24.1.32 +PackageLocale: en-US +Publisher: IDM Computer Solutions, Inc. +PublisherUrl: https://www.ultraedit.com/company/about-us +PublisherSupportUrl: https://www.ultraedit.com/support/ +PrivacyUrl: https://www.ideracorp.com/Legal/PrivacyShield +PackageName: UEStudio +PackageUrl: https://www.ultraedit.com/products/uestudio/ +License: Commercial +ShortDescription: A Git-flavored rendition of UltraEdit. UEStudio features native integration of all your Git branches and team collaboration features. Integrates fully with other UltraEdit products. +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.32/IDMComputerSolutions,Inc.UEStudio.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.32/IDMComputerSolutions,Inc.UEStudio.yaml new file mode 100644 index 0000000000000..e1c16014f2ec8 --- /dev/null +++ b/manifests/i/IDMComputerSolutions,Inc/UEStudio/24.1.32/IDMComputerSolutions,Inc.UEStudio.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: IDMComputerSolutions,Inc.UEStudio +PackageVersion: 24.1.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/i/IDRIX/VeraCrypt/1.26.14/IDRIX.VeraCrypt.installer.yaml b/manifests/i/IDRIX/VeraCrypt/1.26.14/IDRIX.VeraCrypt.installer.yaml new file mode 100644 index 0000000000000..67bffce7bcd98 --- /dev/null +++ b/manifests/i/IDRIX/VeraCrypt/1.26.14/IDRIX.VeraCrypt.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IDRIX.VeraCrypt +PackageVersion: 1.26.14 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallerSwitches: + Silent: /qn ACCEPTLICENSE=YES + SilentWithProgress: /qb ACCEPTLICENSE=YES + Custom: /norestart +ProductCode: '{7207FED4-7243-4657-A542-60A50F2B722F}' +ReleaseDate: 2024-08-27 +AppsAndFeaturesEntries: +- DisplayName: VeraCrypt 1.26.14 + Publisher: IDRIX + ProductCode: '{7207FED4-7243-4657-A542-60A50F2B722F}' + UpgradeCode: '{298F5D2B-3B01-4A13-BEFD-4B3C7BE43BC6}' +ElevationRequirement: elevationRequired +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/VeraCrypt' +Installers: +- Architecture: x64 + InstallerUrl: https://launchpad.net/veracrypt/trunk/1.26.14/+download/VeraCrypt_Setup_x64_1.26.14.msi + InstallerSha256: 9A29C7B3B911BBC50BC7F41F93C7659CE70599FD19A78ACA002BD6E4A8D3E9A4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IDRIX/VeraCrypt/1.26.14/IDRIX.VeraCrypt.locale.en-US.yaml b/manifests/i/IDRIX/VeraCrypt/1.26.14/IDRIX.VeraCrypt.locale.en-US.yaml new file mode 100644 index 0000000000000..42215e880921e --- /dev/null +++ b/manifests/i/IDRIX/VeraCrypt/1.26.14/IDRIX.VeraCrypt.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IDRIX.VeraCrypt +PackageVersion: 1.26.14 +PackageLocale: en-US +Publisher: IDRIX +PublisherUrl: https://www.idrix.fr/ +PublisherSupportUrl: https://github.com/veracrypt/VeraCrypt/issues +Author: Mounir IDRASSI +PackageName: VeraCrypt +PackageUrl: https://veracrypt.fr/ +License: Apache 2.0 +LicenseUrl: https://veracrypt.fr/en/VeraCrypt%20License.html +Copyright: Copyright © 2013-2023 IDRIX. All rights reserved. +CopyrightUrl: https://veracrypt.fr/en/Legal%20Information.html +ShortDescription: VeraCrypt is a free open source disk encryption software for Windows, Mac OSX and Linux. +Description: |- + VeraCrypt is a software for establishing and maintaining an on-the-fly-encrypted volume (data storage device). On-the-fly encryption means that data is automatically + encrypted right before it is saved and decrypted right after it is loaded, without any user intervention. No data stored on an encrypted volume can be read (decrypted) + without using the correct password/keyfile(s) or correct encryption keys. Entire file system is encrypted (e.g., file names, folder names, contents of every file, + free space, meta data, etc). Files can be copied to and from a mounted VeraCrypt volume just like they are copied to/from any normal disk (for example, by simple + drag-and-drop operations). Files are automatically being decrypted on the fly (in memory/RAM) while they are being read or copied from an encrypted VeraCrypt volume. + Similarly, files that are being written or copied to the VeraCrypt volume are automatically being encrypted on the fly (right before they are written to the disk) in RAM. + Note that this does not mean that the whole file that is to be encrypted/decrypted must be stored in RAM before it can be encrypted/decrypted. There are no extra memory + (RAM) requirements for VeraCrypt. +Moniker: veracrypt +Tags: +- decryption +- encryption +- hdd +- privacy +- security +- ssd +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://veracrypt.fr/en/VeraCrypt%20License.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IDRIX/VeraCrypt/1.26.14/IDRIX.VeraCrypt.yaml b/manifests/i/IDRIX/VeraCrypt/1.26.14/IDRIX.VeraCrypt.yaml new file mode 100644 index 0000000000000..3b41e09dfeb21 --- /dev/null +++ b/manifests/i/IDRIX/VeraCrypt/1.26.14/IDRIX.VeraCrypt.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IDRIX.VeraCrypt +PackageVersion: 1.26.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.3/IELTSBRO.IELTS-PC.installer.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.3/IELTSBRO.IELTS-PC.installer.yaml deleted file mode 100644 index c63beee8736cd..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.3/IELTSBRO.IELTS-PC.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=NVS1.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.3 -InstallerType: nullsoft # electron-builder -Scope: machine -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2023-03-27 -Installers: -- Architecture: x86 - InstallerUrl: https://static.ieltsbro.com/pc/2.1.3/Windows/IELTSBRO-Setup-2.1.3.exe - InstallerSha256: 5D1C7C102D6B565D29BB3B96F2052A3C505F7B45ACA22D33135655A4CBA5E0FD - ProductCode: 82c4b9ff-c13c-531c-b6e5-ee05d7ca49a7 -- Architecture: x64 - InstallerUrl: https://static.ieltsbro.com/pc/2.1.3/Windows/IELTSBRO-Setup-2.1.3.exe - InstallerSha256: 5D1C7C102D6B565D29BB3B96F2052A3C505F7B45ACA22D33135655A4CBA5E0FD - ProductCode: 82c4b9ff-c13c-531c-b6e5-ee05d7ca49a7 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.3/IELTSBRO.IELTS-PC.locale.en-US.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.3/IELTSBRO.IELTS-PC.locale.en-US.yaml deleted file mode 100644 index d0cea44238cae..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.3/IELTSBRO.IELTS-PC.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=NVS1.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.3 -PackageLocale: en-US -Publisher: hcp -PublisherUrl: https://ieltsbro.com/ -PublisherSupportUrl: https://support.qq.com/product/30696 -PrivacyUrl: https://ieltsbro.com/extraInfo/privacyPolicy -Author: Chutzpah Internet Service (Shenzhen) Company Limited -PackageName: 雅思哥机考软件 -PackageUrl: https://ieltsbro.com/pc -License: Proprietary -LicenseUrl: https://www.ieltsbro.com/extraInfo/termsOfService -Copyright: Copyright © 2023 hcp -CopyrightUrl: https://ieltsbro.com/extraInfo/copyrightNotice -ShortDescription: IELTS practice test software -Description: IELTSBRO practice test software is a mock test software that closely simulates the interface of the actual computer-delivered IELTS test to help test takers familiarise themselves with its entire process in advance. It also includes Cambridge IELTS practice tests 5-17, the latest IELTS speaking questions, and answers and explanations for listening and reading sections. -# Moniker: -Tags: -- english -- ielts -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.3/IELTSBRO.IELTS-PC.locale.zh-CN.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.3/IELTSBRO.IELTS-PC.locale.zh-CN.yaml deleted file mode 100644 index d9da18b0a75bd..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.3/IELTSBRO.IELTS-PC.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=NVS1.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.3 -PackageLocale: zh-CN -Publisher: hcp -PublisherUrl: https://ieltsbro.com/ -PublisherSupportUrl: https://support.qq.com/product/30696 -PrivacyUrl: https://ieltsbro.com/extraInfo/privacyPolicy -Author: 虎刺怕互联网服务(深圳)有限公司 -PackageName: 雅思哥机考软件 -PackageUrl: https://ieltsbro.com/pc -License: 专有软件 -LicenseUrl: https://www.ieltsbro.com/extraInfo/termsOfService -Copyright: Copyright © 2023 hcp -CopyrightUrl: https://ieltsbro.com/extraInfo/copyrightNotice -ShortDescription: 雅思机考模拟软件 -Description: 雅思哥机考软件是一款界面 1:1 还原真实机考的模拟软件,方便考生提前体验机考全流程。还有剑桥雅思真题 5-17、最新的雅思口语题库、听力阅读答案解析。 -# Moniker: -Tags: -- 英文 -- 英语 -- 雅思 -# Agreements: -ReleaseNotes: |- - 1. 会员特权支持查看口语精讲、会员课程 - 2. 机考模块支持查看每套试卷整体考试进度 - 3. 支持 G 类阅读题目查看解析 -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.3/IELTSBRO.IELTS-PC.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.3/IELTSBRO.IELTS-PC.yaml deleted file mode 100644 index 2425823bcc9f2..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.3/IELTSBRO.IELTS-PC.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=NVS1.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.4/IELTSBRO.IELTS-PC.installer.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.4/IELTSBRO.IELTS-PC.installer.yaml deleted file mode 100644 index 17312f9ab88e9..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.4/IELTSBRO.IELTS-PC.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.4 -InstallerType: nullsoft # electron-builder -Scope: machine -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://static.ieltsbro.com/pc/2.1.4/Windows/IELTSBRO-Setup-2.1.4.exe - InstallerSha256: D652AFD855A169B6A2FC14817DEAA6B69F5BD1785D2D27568617635E9D931D55 - ProductCode: 82c4b9ff-c13c-531c-b6e5-ee05d7ca49a7 -- Architecture: x64 - InstallerUrl: https://static.ieltsbro.com/pc/2.1.4/Windows/IELTSBRO-Setup-2.1.4.exe - InstallerSha256: D652AFD855A169B6A2FC14817DEAA6B69F5BD1785D2D27568617635E9D931D55 - ProductCode: 82c4b9ff-c13c-531c-b6e5-ee05d7ca49a7 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.4/IELTSBRO.IELTS-PC.locale.en-US.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.4/IELTSBRO.IELTS-PC.locale.en-US.yaml deleted file mode 100644 index 36c7ca4363f8e..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.4/IELTSBRO.IELTS-PC.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.4 -PackageLocale: en-US -Publisher: hcp -PublisherUrl: https://ieltsbro.com/ -PublisherSupportUrl: https://support.qq.com/product/30696 -PrivacyUrl: https://ieltsbro.com/extraInfo/privacyPolicy -Author: Chutzpah Internet Service (Shenzhen) Company Limited -PackageName: 雅思哥机考软件 -PackageUrl: https://ieltsbro.com/pc -License: Proprietary -LicenseUrl: https://www.ieltsbro.com/extraInfo/termsOfService -Copyright: Copyright © 2023 hcp -CopyrightUrl: https://ieltsbro.com/extraInfo/copyrightNotice -ShortDescription: IELTS practice test software -Description: IELTSBRO practice test software is a mock test software that closely simulates the interface of the actual computer-delivered IELTS test to help test takers familiarise themselves with its entire process in advance. It also includes Cambridge IELTS practice tests 5-17, the latest IELTS speaking questions, and answers and explanations for listening and reading sections. -# Moniker: -Tags: -- english -- ielts -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.4/IELTSBRO.IELTS-PC.locale.zh-CN.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.4/IELTSBRO.IELTS-PC.locale.zh-CN.yaml deleted file mode 100644 index be7966fce545d..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.4/IELTSBRO.IELTS-PC.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.4 -PackageLocale: zh-CN -Publisher: hcp -PublisherUrl: https://ieltsbro.com/ -PublisherSupportUrl: https://support.qq.com/product/30696 -PrivacyUrl: https://ieltsbro.com/extraInfo/privacyPolicy -Author: 虎刺怕互联网服务(深圳)有限公司 -PackageName: 雅思哥机考软件 -PackageUrl: https://ieltsbro.com/pc -License: 专有软件 -LicenseUrl: https://www.ieltsbro.com/extraInfo/termsOfService -Copyright: Copyright © 2023 hcp -CopyrightUrl: https://ieltsbro.com/extraInfo/copyrightNotice -ShortDescription: 雅思机考模拟软件 -Description: 雅思哥机考软件是一款界面 1:1 还原真实机考的模拟软件,方便考生提前体验机考全流程。还有剑桥雅思真题 5-17、最新的雅思口语题库、听力阅读答案解析。 -# Moniker: -Tags: -- 英文 -- 英语 -- 雅思 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.4/IELTSBRO.IELTS-PC.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.4/IELTSBRO.IELTS-PC.yaml deleted file mode 100644 index 024c312596595..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.4/IELTSBRO.IELTS-PC.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.6/IELTSBRO.IELTS-PC.installer.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.6/IELTSBRO.IELTS-PC.installer.yaml deleted file mode 100644 index 58058782b2b4d..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.6/IELTSBRO.IELTS-PC.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.6 -InstallerType: nullsoft # electron-builder -Scope: machine -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://static.ieltsbro.com/pc/V2.1.6/Windows/IELTSBRO-Setup-2.1.6.exe - InstallerSha256: CCEAE71314C3A33993E74B9CBFCB6982886E37CE620738E549C88E4583634ABD - ProductCode: 82c4b9ff-c13c-531c-b6e5-ee05d7ca49a7 -- Architecture: x64 - InstallerUrl: https://static.ieltsbro.com/pc/V2.1.6/Windows/IELTSBRO-Setup-2.1.6.exe - InstallerSha256: CCEAE71314C3A33993E74B9CBFCB6982886E37CE620738E549C88E4583634ABD - ProductCode: 82c4b9ff-c13c-531c-b6e5-ee05d7ca49a7 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.6/IELTSBRO.IELTS-PC.locale.en-US.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.6/IELTSBRO.IELTS-PC.locale.en-US.yaml deleted file mode 100644 index cacb81f07a1e4..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.6/IELTSBRO.IELTS-PC.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.6 -PackageLocale: en-US -Publisher: hcp -PublisherUrl: https://ieltsbro.com/ -PublisherSupportUrl: https://support.qq.com/product/30696 -PrivacyUrl: https://ieltsbro.com/extraInfo/privacyPolicy -Author: Chutzpah Internet Service (Shenzhen) Company Limited -PackageName: 雅思哥机考软件 -PackageUrl: https://ieltsbro.com/pc -License: Proprietary -LicenseUrl: https://www.ieltsbro.com/extraInfo/termsOfService -Copyright: Copyright © 2023 hcp -CopyrightUrl: https://ieltsbro.com/extraInfo/copyrightNotice -ShortDescription: IELTS practice test software -Description: IELTSBRO practice test software is a mock test software that closely simulates the interface of the actual computer-delivered IELTS test to help test takers familiarise themselves with its entire process in advance. It also includes Cambridge IELTS practice tests 5-17, the latest IELTS speaking questions, and answers and explanations for listening and reading sections. -# Moniker: -Tags: -- english -- ielts -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.6/IELTSBRO.IELTS-PC.locale.zh-CN.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.6/IELTSBRO.IELTS-PC.locale.zh-CN.yaml deleted file mode 100644 index d3ad011d7d9d3..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.6/IELTSBRO.IELTS-PC.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.6 -PackageLocale: zh-CN -Publisher: hcp -PublisherUrl: https://ieltsbro.com/ -PublisherSupportUrl: https://support.qq.com/product/30696 -PrivacyUrl: https://ieltsbro.com/extraInfo/privacyPolicy -Author: 虎刺怕互联网服务(深圳)有限公司 -PackageName: 雅思哥机考软件 -PackageUrl: https://ieltsbro.com/pc -License: 专有软件 -LicenseUrl: https://www.ieltsbro.com/extraInfo/termsOfService -Copyright: Copyright © 2023 hcp -CopyrightUrl: https://ieltsbro.com/extraInfo/copyrightNotice -ShortDescription: 雅思机考模拟软件 -Description: 雅思哥机考软件是一款界面 1:1 还原真实机考的模拟软件,方便考生提前体验机考全流程。还有剑桥雅思真题 5-17、最新的雅思口语题库、听力阅读答案解析。 -# Moniker: -Tags: -- 英文 -- 英语 -- 雅思 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.6/IELTSBRO.IELTS-PC.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.6/IELTSBRO.IELTS-PC.yaml deleted file mode 100644 index b64cdedaa84c6..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.6/IELTSBRO.IELTS-PC.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.8/IELTSBRO.IELTS-PC.installer.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.8/IELTSBRO.IELTS-PC.installer.yaml deleted file mode 100644 index 214e2e0e469e3..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.8/IELTSBRO.IELTS-PC.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.8 -InstallerType: nullsoft # electron-builder -Scope: machine -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ReleaseDate: 2023-10-11 -Installers: -- Architecture: x86 - InstallerUrl: https://static.ieltsbro.com/pc/V2.1.8/Windows/IELTSBRO-Setup-2.1.8.exe - InstallerSha256: 7A2CCCD9F1840C9009DF94FBB216DAA7231C1CEA2C6836F6D6E151B97177FD23 - ProductCode: 82c4b9ff-c13c-531c-b6e5-ee05d7ca49a7 -- Architecture: x64 - InstallerUrl: https://static.ieltsbro.com/pc/V2.1.8/Windows/IELTSBRO-Setup-2.1.8.exe - InstallerSha256: 7A2CCCD9F1840C9009DF94FBB216DAA7231C1CEA2C6836F6D6E151B97177FD23 - ProductCode: 82c4b9ff-c13c-531c-b6e5-ee05d7ca49a7 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.8/IELTSBRO.IELTS-PC.locale.en-US.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.8/IELTSBRO.IELTS-PC.locale.en-US.yaml deleted file mode 100644 index 08026262a6175..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.8/IELTSBRO.IELTS-PC.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.8 -PackageLocale: en-US -Publisher: hcp -PublisherUrl: https://ieltsbro.com/ -PublisherSupportUrl: https://support.qq.com/product/30696 -PrivacyUrl: https://ieltsbro.com/extraInfo/privacyPolicy -Author: Chutzpah Internet Service (Shenzhen) Company Limited -PackageName: 雅思哥机考软件 -PackageUrl: https://ieltsbro.com/pc -License: Proprietary -LicenseUrl: https://www.ieltsbro.com/extraInfo/termsOfService -Copyright: Copyright © 2023 hcp -CopyrightUrl: https://ieltsbro.com/extraInfo/copyrightNotice -ShortDescription: IELTS practice test software -Description: IELTSBRO practice test software is a mock test software that closely simulates the interface of the actual computer-delivered IELTS test to help test takers familiarise themselves with its entire process in advance. It also includes Cambridge IELTS practice tests 5-17, the latest IELTS speaking questions, and answers and explanations for listening and reading sections. -# Moniker: -Tags: -- english -- ielts -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.8/IELTSBRO.IELTS-PC.locale.zh-CN.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.8/IELTSBRO.IELTS-PC.locale.zh-CN.yaml deleted file mode 100644 index 445166bf1e8a9..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.8/IELTSBRO.IELTS-PC.locale.zh-CN.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.8 -PackageLocale: zh-CN -Publisher: hcp -PublisherUrl: https://ieltsbro.com/ -PublisherSupportUrl: https://support.qq.com/product/30696 -PrivacyUrl: https://ieltsbro.com/extraInfo/privacyPolicy -Author: 虎刺怕互联网服务(深圳)有限公司 -PackageName: 雅思哥机考软件 -PackageUrl: https://ieltsbro.com/pc -License: 专有软件 -LicenseUrl: https://www.ieltsbro.com/extraInfo/termsOfService -Copyright: Copyright © 2023 hcp -CopyrightUrl: https://ieltsbro.com/extraInfo/copyrightNotice -ShortDescription: 雅思机考模拟软件 -Description: 雅思哥机考软件是一款界面 1:1 还原真实机考的模拟软件,方便考生提前体验机考全流程。还有剑桥雅思真题 5-17、最新的雅思口语题库、听力阅读答案解析。 -# Moniker: -Tags: -- 英文 -- 英语 -- 雅思 -ReleaseNotes: |- - 1. 公开课增加“全部”课程内容; - 2. 支持观看回放等功能; - 3. 机考做题页、详情页间距优化,适配小屏电脑。 -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/2.1.8/IELTSBRO.IELTS-PC.yaml b/manifests/i/IELTSBRO/IELTS-PC/2.1.8/IELTSBRO.IELTS-PC.yaml deleted file mode 100644 index 826f769e82051..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/2.1.8/IELTSBRO.IELTS-PC.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 2.1.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/3.0.0/IELTSBRO.IELTS-PC.installer.yaml b/manifests/i/IELTSBRO/IELTS-PC/3.0.0/IELTSBRO.IELTS-PC.installer.yaml deleted file mode 100644 index a5aa451303d8d..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/3.0.0/IELTSBRO.IELTS-PC.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 3.0.0 -InstallerType: nullsoft -Scope: machine -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://static.ieltsbro.com/pc/V3.0.0/Windows/IELTSBRO-Setup-3.0.0.exe - InstallerSha256: 4953CDF03F6A51884842864E451F939D44E970CB59858B01709BACA2BEBC41F5 - ProductCode: 82c4b9ff-c13c-531c-b6e5-ee05d7ca49a7 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/3.0.0/IELTSBRO.IELTS-PC.locale.en-US.yaml b/manifests/i/IELTSBRO/IELTS-PC/3.0.0/IELTSBRO.IELTS-PC.locale.en-US.yaml deleted file mode 100644 index 50ec633838e0f..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/3.0.0/IELTSBRO.IELTS-PC.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 3.0.0 -PackageLocale: en-US -Publisher: hcp -PublisherUrl: https://ieltsbro.com/ -PublisherSupportUrl: https://support.qq.com/product/30696 -PrivacyUrl: https://ieltsbro.com/extraInfo/privacyPolicy -Author: Chutzpah Internet Service (Shenzhen) Company Limited -PackageName: 雅思哥机考软件 -PackageUrl: https://ieltsbro.com/pc -License: Proprietary -LicenseUrl: https://www.ieltsbro.com/extraInfo/termsOfService -Copyright: Copyright © 2024 hcp -CopyrightUrl: https://ieltsbro.com/extraInfo/copyrightNotice -ShortDescription: IELTS practice test software -Description: IELTSBRO practice test software is a mock test software that closely simulates the interface of the actual computer-delivered IELTS test to help test takers familiarise themselves with its entire process in advance. It also includes Cambridge IELTS practice tests 5-17, the latest IELTS speaking questions, and answers and explanations for listening and reading sections. -Tags: -- english -- ielts -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/3.0.0/IELTSBRO.IELTS-PC.locale.zh-CN.yaml b/manifests/i/IELTSBRO/IELTS-PC/3.0.0/IELTSBRO.IELTS-PC.locale.zh-CN.yaml deleted file mode 100644 index 96eccd574f653..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/3.0.0/IELTSBRO.IELTS-PC.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 3.0.0 -PackageLocale: zh-CN -Publisher: hcp -PublisherUrl: https://ieltsbro.com/ -PublisherSupportUrl: https://support.qq.com/product/30696 -PrivacyUrl: https://ieltsbro.com/extraInfo/privacyPolicy -Author: 虎刺怕互联网服务(深圳)有限公司 -PackageName: 雅思哥机考软件 -PackageUrl: https://ieltsbro.com/pc -License: 专有软件 -LicenseUrl: https://www.ieltsbro.com/extraInfo/termsOfService -Copyright: Copyright © 2024 hcp -CopyrightUrl: https://ieltsbro.com/extraInfo/copyrightNotice -ShortDescription: 雅思机考模拟软件 -Description: 雅思哥机考软件是一款界面 1:1 还原真实机考的模拟软件,方便考生提前体验机考全流程。还有剑桥雅思真题 5-17、最新的雅思口语题库、听力阅读答案解析。 -Tags: -- 英文 -- 英语 -- 雅思 -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/3.0.0/IELTSBRO.IELTS-PC.yaml b/manifests/i/IELTSBRO/IELTS-PC/3.0.0/IELTSBRO.IELTS-PC.yaml deleted file mode 100644 index f8cb4c5ccc9af..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/3.0.0/IELTSBRO.IELTS-PC.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 3.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/3.1.0/IELTSBRO.IELTS-PC.installer.yaml b/manifests/i/IELTSBRO/IELTS-PC/3.1.0/IELTSBRO.IELTS-PC.installer.yaml deleted file mode 100644 index 62df366029f9d..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/3.1.0/IELTSBRO.IELTS-PC.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 3.1.0 -InstallerType: nullsoft -Scope: machine -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://static.ieltsbro.com/pc/V3.1.0/Windows/IELTSBRO-Setup-3.1.0.exe - InstallerSha256: ADAF3F0F64715B1F3C4240BCD060E6AFB88DB6E1DD48212B38106211F20C6006 - ProductCode: 82c4b9ff-c13c-531c-b6e5-ee05d7ca49a7 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/3.1.0/IELTSBRO.IELTS-PC.locale.en-US.yaml b/manifests/i/IELTSBRO/IELTS-PC/3.1.0/IELTSBRO.IELTS-PC.locale.en-US.yaml deleted file mode 100644 index 970e3d5420eca..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/3.1.0/IELTSBRO.IELTS-PC.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 3.1.0 -PackageLocale: en-US -Publisher: hcp -PublisherUrl: https://ieltsbro.com/ -PublisherSupportUrl: https://support.qq.com/product/30696 -PrivacyUrl: https://ieltsbro.com/extraInfo/privacyPolicy -Author: Chutzpah Internet Service (Shenzhen) Company Limited -PackageName: 雅思哥机考软件 -PackageUrl: https://ieltsbro.com/pc -License: Proprietary -LicenseUrl: https://www.ieltsbro.com/extraInfo/termsOfService -Copyright: Copyright © 2024 hcp -CopyrightUrl: https://ieltsbro.com/extraInfo/copyrightNotice -ShortDescription: IELTS practice test software -Description: IELTSBRO practice test software is a mock test software that closely simulates the interface of the actual computer-delivered IELTS test to help test takers familiarise themselves with its entire process in advance. It also includes Cambridge IELTS practice tests 5-17, the latest IELTS speaking questions, and answers and explanations for listening and reading sections. -# Moniker: -Tags: -- english -- ielts -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/3.1.0/IELTSBRO.IELTS-PC.locale.zh-CN.yaml b/manifests/i/IELTSBRO/IELTS-PC/3.1.0/IELTSBRO.IELTS-PC.locale.zh-CN.yaml deleted file mode 100644 index 8ab18d115214a..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/3.1.0/IELTSBRO.IELTS-PC.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 3.1.0 -PackageLocale: zh-CN -Publisher: hcp -PublisherUrl: https://ieltsbro.com/ -PublisherSupportUrl: https://support.qq.com/product/30696 -PrivacyUrl: https://ieltsbro.com/extraInfo/privacyPolicy -Author: 虎刺怕互联网服务(深圳)有限公司 -PackageName: 雅思哥机考软件 -PackageUrl: https://ieltsbro.com/pc -License: 专有软件 -LicenseUrl: https://www.ieltsbro.com/extraInfo/termsOfService -Copyright: Copyright © 2024 hcp -CopyrightUrl: https://ieltsbro.com/extraInfo/copyrightNotice -ShortDescription: 雅思机考模拟软件 -Description: 雅思哥机考软件是一款界面 1:1 还原真实机考的模拟软件,方便考生提前体验机考全流程。还有剑桥雅思真题 5-17、最新的雅思口语题库、听力阅读答案解析。 -# Moniker: -Tags: -- 英文 -- 英语 -- 雅思 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/i/IELTSBRO/IELTS-PC/3.1.0/IELTSBRO.IELTS-PC.yaml b/manifests/i/IELTSBRO/IELTS-PC/3.1.0/IELTSBRO.IELTS-PC.yaml deleted file mode 100644 index 1bbb47bc31685..0000000000000 --- a/manifests/i/IELTSBRO/IELTS-PC/3.1.0/IELTSBRO.IELTS-PC.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: IELTSBRO.IELTS-PC -PackageVersion: 3.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/i/IGGInc/Doomsday/.validation b/manifests/i/IGGInc/Doomsday/.validation deleted file mode 100644 index 57c48db7c5e87..0000000000000 --- a/manifests/i/IGGInc/Doomsday/.validation +++ /dev/null @@ -1 +0,0 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"2587fc34-cc4b-4948-88a0-98351a511c63","TestPlan":"Validation-Domain","PackagePath":"manifests/i/IGGInc/Doomsday/1.0.21","CommitId":"9c0e96b1a6939b9c028715b9f4376b73095fe7f5"}]} \ No newline at end of file diff --git a/manifests/i/IGGInc/Doomsday/1.0.23/IGGInc.Doomsday.installer.yaml b/manifests/i/IGGInc/Doomsday/1.0.23/IGGInc.Doomsday.installer.yaml deleted file mode 100644 index 27d1fee1f7801..0000000000000 --- a/manifests/i/IGGInc/Doomsday/1.0.23/IGGInc.Doomsday.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: IGGInc.Doomsday -PackageVersion: 1.0.23 -InstallerType: inno -ReleaseDate: 2024-01-23 -Installers: -- Architecture: x64 - InstallerUrl: https://statics.9458.com/game_package/dls/11200199071/2024/01/23/dls_installer_1.0.23.exe?file_ext=1710962608-2377065 - InstallerSha256: 3FA5843DF4FC1A8D9B8D964CB010F552E1F49A783C342ADAE7D2623C6B5CC2CA -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/IGGInc/Doomsday/1.0.23/IGGInc.Doomsday.locale.en-US.yaml b/manifests/i/IGGInc/Doomsday/1.0.23/IGGInc.Doomsday.locale.en-US.yaml deleted file mode 100644 index f419c8bb3020c..0000000000000 --- a/manifests/i/IGGInc/Doomsday/1.0.23/IGGInc.Doomsday.locale.en-US.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: IGGInc.Doomsday -PackageVersion: 1.0.23 -PackageLocale: en-US -Publisher: IGG Inc -PublisherUrl: https://www.igg.com/ -PublisherSupportUrl: https://service.igg.com/ -PrivacyUrl: https://policies.igg.com/privacy_policy -PackageName: Doomsday Last Survivors -PackageUrl: https://dls.igg.com/download/pc/ -License: proprietary -Copyright: © 2023 IGG All Rights Reserved. -ShortDescription: Lead troops and civilians in your Shelter! Exterminate zombies to survive the apocalypse, or raid other Shelters to sustain your own. -Moniker: DLS -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/i/IGGInc/Doomsday/1.0.23/IGGInc.Doomsday.yaml b/manifests/i/IGGInc/Doomsday/1.0.23/IGGInc.Doomsday.yaml deleted file mode 100644 index 5721d17af8cc6..0000000000000 --- a/manifests/i/IGGInc/Doomsday/1.0.23/IGGInc.Doomsday.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: IGGInc.Doomsday -PackageVersion: 1.0.23 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/i/INTSIG/CamScanner/1.1.3/INTSIG.CamScanner.installer.yaml b/manifests/i/INTSIG/CamScanner/1.1.3/INTSIG.CamScanner.installer.yaml new file mode 100644 index 0000000000000..9c9ed2400eb57 --- /dev/null +++ b/manifests/i/INTSIG/CamScanner/1.1.3/INTSIG.CamScanner.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: INTSIG.CamScanner +PackageVersion: 1.1.3 +InstallerType: nullsoft # electron-builder +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://s.intsig.net/camscanner/CamScanner-1.1.3-x32.exe + InstallerSha256: 3BAE27744D62B8B68BD6C060DE66EC58A3EAD577FB502BE589DDC244BBAE9A53 + ProductCode: 03fc796f-ccca-5cd2-9de8-e077585adf0b +- Architecture: x64 + InstallerUrl: https://s.intsig.net/camscanner/CamScanner-1.1.3-x64.exe + InstallerSha256: F99FB30C063D3EDFF6C7AB2AB8640627196FE2780B29644842A4902AEEA02973 + ProductCode: 03fc796f-ccca-5cd2-9de8-e077585adf0b +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/INTSIG/CamScanner/1.1.3/INTSIG.CamScanner.locale.en-US.yaml b/manifests/i/INTSIG/CamScanner/1.1.3/INTSIG.CamScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..2aee36ba879e0 --- /dev/null +++ b/manifests/i/INTSIG/CamScanner/1.1.3/INTSIG.CamScanner.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: INTSIG.CamScanner +PackageVersion: 1.1.3 +PackageLocale: en-US +Publisher: intsig +PublisherUrl: https://www.camscanner.com/ +# PublisherSupportUrl: +PrivacyUrl: https://v3.camscanner.com/web/privacy?language=en-us +Author: INTSIG Information Co., Ltd. +PackageName: CamScanner +PackageUrl: https://www.camscanner.com/download +License: Proprietary +LicenseUrl: https://v3.camscanner.com/web/service?language=en-us +Copyright: © 2024 INTSIG All rights reserved. +CopyrightUrl: https://v3.camscanner.com/web/service?language=en-us +ShortDescription: Document Scanner and PDF Converter +Description: CamScanner is an all-in-one scanner app. It turns your device into a powerful portable scanner that recognizes text automatically (OCR) and improves your productivity to save your time. It can instantly scan, save, and share any document in PDF, JPG, Word, or TXT formats. +# Moniker: +Tags: +- docs +- document +- extract +- extraction +- extractor +- ocr +- recognition +- recognize +- scan +- scanner +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.camscanner.com/user/premium/index +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/INTSIG/CamScanner/1.1.3/INTSIG.CamScanner.locale.zh-CN.yaml b/manifests/i/INTSIG/CamScanner/1.1.3/INTSIG.CamScanner.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f4cfee8cf0f0d --- /dev/null +++ b/manifests/i/INTSIG/CamScanner/1.1.3/INTSIG.CamScanner.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: INTSIG.CamScanner +PackageVersion: 1.1.3 +PackageLocale: zh-CN +Publisher: intsig +PublisherUrl: https://www.camscanner.com/zh +# PublisherSupportUrl: +PrivacyUrl: https://v3.camscanner.com/web/privacy?language=zh-cn +Author: 上海临冠数据科技有限公司 +PackageName: CamScanner +PackageUrl: https://www.camscanner.com/zh/download +License: 专有软件 +LicenseUrl: https://v3.camscanner.com/web/service?language=zh-cn +Copyright: © 2024 上海临冠 保留所有权利 +CopyrightUrl: https://v3.camscanner.com/web/service?language=zh-cn +ShortDescription: 扫描仪 & PDF 图片转文字 +Description: 扫描全能王是一款集文件扫描、图片文字提取识别、PDF 内容编辑、PDF 分割合并、PDF 转 Word、电子签名等功能于一体的智能扫描软件。自动扫描,生成高清扫描件,支持 JPEG、PDF 等多格式保存,还能将扫描件一键转换为 Word/Excel/PPT 等多种格式文档,通过手机、平板电脑、电脑等多设备同步查看。 +# Moniker: +Tags: +- ocr +- 扫描 +- 扫描全能王 +- 提取 +- 文档 +- 识别 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.camscanner.com/user/premium/index +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/INTSIG/CamScanner/1.1.3/INTSIG.CamScanner.yaml b/manifests/i/INTSIG/CamScanner/1.1.3/INTSIG.CamScanner.yaml new file mode 100644 index 0000000000000..45ffbbe7464e4 --- /dev/null +++ b/manifests/i/INTSIG/CamScanner/1.1.3/INTSIG.CamScanner.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: INTSIG.CamScanner +PackageVersion: 1.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/AdvancedSystemCare/17.5.0/IObit.AdvancedSystemCare.installer.yaml b/manifests/i/IObit/AdvancedSystemCare/17.5.0/IObit.AdvancedSystemCare.installer.yaml deleted file mode 100644 index 8260a8a572ef7..0000000000000 --- a/manifests/i/IObit/AdvancedSystemCare/17.5.0/IObit.AdvancedSystemCare.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.5-1-26252-5000.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: IObit.AdvancedSystemCare -PackageVersion: 17.5.0 -Platform: -- Windows.Desktop -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-09 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.iobit.com/dl/advanced-systemcare-setup.exe - InstallerSha256: 578B8334DD56775269FDE2381E941C3F1308A04E593E3B428CF5D55E99A4D96F -- Architecture: x64 - InstallerUrl: https://cdn.iobit.com/dl/advanced-systemcare-setup.exe - InstallerSha256: 578B8334DD56775269FDE2381E941C3F1308A04E593E3B428CF5D55E99A4D96F -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/AdvancedSystemCare/17.5.0/IObit.AdvancedSystemCare.locale.en-US.yaml b/manifests/i/IObit/AdvancedSystemCare/17.5.0/IObit.AdvancedSystemCare.locale.en-US.yaml deleted file mode 100644 index 5490cbe049611..0000000000000 --- a/manifests/i/IObit/AdvancedSystemCare/17.5.0/IObit.AdvancedSystemCare.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.5-1-26252-5000.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: IObit.AdvancedSystemCare -PackageVersion: 17.5.0 -PackageLocale: en-US -Publisher: IObit -PublisherUrl: https://www.iobit.com/en/index.php -PublisherSupportUrl: https://www.iobit.com/en/faq.php -PrivacyUrl: https://www.iobit.com/en/privacy.php -Author: IObit -PackageName: Advanced SystemCare -PackageUrl: https://www.iobit.com/en/advancedsystemcarefree.php -License: Freeware -LicenseUrl: https://www.iobit.com/en/eula.php -Copyright: © 2005 - 2023 IObit. All Rights Reserved -CopyrightUrl: https://www.iobit.com/en/eula.php -ShortDescription: One-Click Solution to PC Clean, System Optimization and Privacy Protection -Description: Advanced SystemCare can make a personalized plan for you to scan and clear tons of junk files, unnecessary logs, and caches, leftovers from the third-party tools. -Moniker: advanced-systemcare -Tags: -- cleaner -- optimization -- system -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://www.iobit.com/en/update/asc/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/AdvancedSystemCare/17.5.0/IObit.AdvancedSystemCare.yaml b/manifests/i/IObit/AdvancedSystemCare/17.5.0/IObit.AdvancedSystemCare.yaml deleted file mode 100644 index e0ad51553a103..0000000000000 --- a/manifests/i/IObit/AdvancedSystemCare/17.5.0/IObit.AdvancedSystemCare.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.5-1-26252-5000.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: IObit.AdvancedSystemCare -PackageVersion: 17.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/AdvancedSystemCare/17.6.0.321/IObit.AdvancedSystemCare.installer.yaml b/manifests/i/IObit/AdvancedSystemCare/17.6.0.321/IObit.AdvancedSystemCare.installer.yaml new file mode 100644 index 0000000000000..530cbcd80bb31 --- /dev/null +++ b/manifests/i/IObit/AdvancedSystemCare/17.6.0.321/IObit.AdvancedSystemCare.installer.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IObit.AdvancedSystemCare +PackageVersion: 17.6.0.321 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Advanced SystemCare_is1 +ReleaseDate: 2024-08-26 +AppsAndFeaturesEntries: +- DisplayName: Advanced SystemCare + Publisher: IObit + DisplayVersion: 17.6.0 + ProductCode: Advanced SystemCare_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.iobit.com/dl/advanced-systemcare-setup.exe + InstallerSha256: 770D91DE91646B09F738F1C1C04EDC05523511F5A53702DCBD116CADC4DDD565 +- Architecture: x64 + InstallerUrl: https://cdn.iobit.com/dl/advanced-systemcare-setup.exe + InstallerSha256: 770D91DE91646B09F738F1C1C04EDC05523511F5A53702DCBD116CADC4DDD565 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/AdvancedSystemCare/17.6.0.321/IObit.AdvancedSystemCare.locale.en-US.yaml b/manifests/i/IObit/AdvancedSystemCare/17.6.0.321/IObit.AdvancedSystemCare.locale.en-US.yaml new file mode 100644 index 0000000000000..7f849fd8d1111 --- /dev/null +++ b/manifests/i/IObit/AdvancedSystemCare/17.6.0.321/IObit.AdvancedSystemCare.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IObit.AdvancedSystemCare +PackageVersion: 17.6.0.321 +PackageLocale: en-US +Publisher: IObit +PublisherUrl: https://www.iobit.com/ +PublisherSupportUrl: https://www.iobit.com/onlinefeedback.php +PrivacyUrl: https://www.iobit.com/privacy.php +Author: IObit +PackageName: Advanced SystemCare +PackageUrl: https://www.iobit.com/advancedsystemcarefree.php +License: Freeware +LicenseUrl: https://www.iobit.com/eula.php +Copyright: © IObit. All rights reserved. +CopyrightUrl: https://www.iobit.com/legal.php +ShortDescription: One-Click Solution to PC Clean, System Optimization and Privacy Protection +Description: Advanced SystemCare can make a personalized plan for you to scan and clear tons of junk files, unnecessary logs, and caches, leftovers from the third-party tools. +Moniker: advanced-systemcare +Tags: +- cleaner +- optimization +- system +PurchaseUrl: https://www.iobit.com/advancedsystemcarepro.php +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/AdvancedSystemCare/17.6.0.321/IObit.AdvancedSystemCare.yaml b/manifests/i/IObit/AdvancedSystemCare/17.6.0.321/IObit.AdvancedSystemCare.yaml new file mode 100644 index 0000000000000..2d5399f6c4b72 --- /dev/null +++ b/manifests/i/IObit/AdvancedSystemCare/17.6.0.321/IObit.AdvancedSystemCare.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IObit.AdvancedSystemCare +PackageVersion: 17.6.0.321 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/DriverBooster/11.5.0/IObit.DriverBooster.locale.en-US.yaml b/manifests/i/IObit/DriverBooster/11.5.0/IObit.DriverBooster.locale.en-US.yaml deleted file mode 100644 index bf0062cdd0934..0000000000000 --- a/manifests/i/IObit/DriverBooster/11.5.0/IObit.DriverBooster.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: IObit.DriverBooster -PackageVersion: 11.5.0 -PackageLocale: en-US -Publisher: IObit -PublisherUrl: https://www.iobit.com/en/index.php -PublisherSupportUrl: https://www.iobit.com/en/onlinefeedback.php -PrivacyUrl: https://www.iobit.com/en/privacy.php -Author: IObit -PackageName: Driver Booster -PackageUrl: https://www.iobit.com/en/driver-booster.php -License: Proprietary -LicenseUrl: https://www.iobit.com/en/eula.php -Copyright: © IObit. All Rights Reserved -CopyrightUrl: https://www.iobit.com/en/eula.php -ShortDescription: Driver Booster is a free Windows utility that automatically scans for and updates faulty, outdated, or missing drivers to optimize PC performance and stability. -Description: |- - Driver Booster is free software for Windows that scans your computer and updates over 6.5 million device drivers to improve performance. - It detects and installs newer versions of outdated, missing, or faulty drivers. - Driver Booster can also completely uninstall and reinstall problematic display drivers and update graphics card drivers to increase game speed. - It checks for broken, incompatible, or outdated drivers to reduce device issues. - The software has a Game Boost feature to optimize your computer for better gaming. - Before making any major updates, Driver Booster creates a restore point you can return to if needed. -Moniker: driver-booster -Tags: -- driver-booster -ReleaseNotes: | - - Added more game drivers to improve gaming performance, including F1 24, Senua's Saga: Hellblade II, Serum, Ghost of Tsushima DIRECTOR'S CUT, Starfield, Wuthering Waves, XDefiant, and Horizon. - - Optimized the logic of program installation for faster installation and higher success rate. - - Further Ul improvement for a better user experience. - - Fixed known bugs. -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://www.iobit.com/en/faq.php -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/DriverBooster/11.5.0/IObit.DriverBooster.installer.yaml b/manifests/i/IObit/DriverBooster/11.6.0/IObit.DriverBooster.installer.yaml similarity index 80% rename from manifests/i/IObit/DriverBooster/11.5.0/IObit.DriverBooster.installer.yaml rename to manifests/i/IObit/DriverBooster/11.6.0/IObit.DriverBooster.installer.yaml index 98effc8194cae..387f5a1bdf4c5 100644 --- a/manifests/i/IObit/DriverBooster/11.5.0/IObit.DriverBooster.installer.yaml +++ b/manifests/i/IObit/DriverBooster/11.6.0/IObit.DriverBooster.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: IObit.DriverBooster -PackageVersion: 11.5.0 +PackageVersion: 11.6.0 InstallerType: inno Scope: machine InstallModes: @@ -19,6 +19,6 @@ AppsAndFeaturesEntries: Installers: - Architecture: x86 InstallerUrl: https://cdn.iobit.com/dl/driver_booster_setup.exe - InstallerSha256: 51C6BB9B8796709E4B4363C7FF2EF31386630113AB9544174F949B5F290D27DE + InstallerSha256: 743881F014D40332960F205A12A438E90F45B0F01516D2948B3E3EA1B460E109 ManifestType: installer ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/DriverBooster/11.6.0/IObit.DriverBooster.locale.en-US.yaml b/manifests/i/IObit/DriverBooster/11.6.0/IObit.DriverBooster.locale.en-US.yaml new file mode 100644 index 0000000000000..9b5566e10c863 --- /dev/null +++ b/manifests/i/IObit/DriverBooster/11.6.0/IObit.DriverBooster.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IObit.DriverBooster +PackageVersion: 11.6.0 +PackageLocale: en-US +Publisher: IObit +PublisherUrl: https://www.iobit.com/ +PublisherSupportUrl: https://www.iobit.com/onlinefeedback.php +PrivacyUrl: https://www.iobit.com/privacy.php +PackageName: Driver Booster +PackageUrl: https://www.iobit.com/driver-booster.php +License: Freeware +LicenseUrl: https://www.iobit.com/eula.php +Copyright: © IObit. All rights reserved. +CopyrightUrl: https://www.iobit.com/legal.php +ShortDescription: Driver Booster is a free Windows utility that automatically scans for and updates faulty, outdated, or missing drivers to optimize PC performance and stability. +Description: |- + Driver Booster is free software for Windows that scans your computer and updates over 6.5 million device drivers to improve performance. + It detects and installs newer versions of outdated, missing, or faulty drivers. + Driver Booster can also completely uninstall and reinstall problematic display drivers and update graphics card drivers to increase game speed. + It checks for broken, incompatible, or outdated drivers to reduce device issues. + The software has a Game Boost feature to optimize your computer for better gaming. + Before making any major updates, Driver Booster creates a restore point you can return to if needed. +Moniker: driver-booster +Tags: +- driver-booster +ReleaseNotes: | + - Added more game drivers to improve gaming performance, such as Diablo IV, Dungeonborne, F1 24, Flintlock: The Siege of Dawn, Like a Dragon: Infinite Wealth, Once Human, Outpost: Infinity Siege, Overwatch 2, Stormgate, The First Descendant, and Zenless Zone Zero + - Optimized the scan engine for faster scanning speed + - Minor UI improvements for a better understanding + - Fixed known bugs +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.iobit.com/faq.php +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/DriverBooster/11.5.0/IObit.DriverBooster.yaml b/manifests/i/IObit/DriverBooster/11.6.0/IObit.DriverBooster.yaml similarity index 88% rename from manifests/i/IObit/DriverBooster/11.5.0/IObit.DriverBooster.yaml rename to manifests/i/IObit/DriverBooster/11.6.0/IObit.DriverBooster.yaml index 6ecc2aeeebb5f..3e91d2afecb36 100644 --- a/manifests/i/IObit/DriverBooster/11.5.0/IObit.DriverBooster.yaml +++ b/manifests/i/IObit/DriverBooster/11.6.0/IObit.DriverBooster.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: IObit.DriverBooster -PackageVersion: 11.5.0 +PackageVersion: 11.6.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/IObitSoftwareUpdater/7.0.0.16/IObit.IObitSoftwareUpdater.installer.yaml b/manifests/i/IObit/IObitSoftwareUpdater/7.0.0.16/IObit.IObitSoftwareUpdater.installer.yaml deleted file mode 100644 index af103b20b0a3d..0000000000000 --- a/manifests/i/IObit/IObitSoftwareUpdater/7.0.0.16/IObit.IObitSoftwareUpdater.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: IObit.IObitSoftwareUpdater -PackageVersion: 7.0.0.16 -InstallerType: inno -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.iobit.com/dl/iobit-software-updater-setup.exe - InstallerSha256: AD90F91A0B525CDEF90E9B48E2F8CB76C3A6EFD0D14C673F9C8083F1AA5808CE -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/IObitSoftwareUpdater/7.0.0.16/IObit.IObitSoftwareUpdater.yaml b/manifests/i/IObit/IObitSoftwareUpdater/7.0.0.16/IObit.IObitSoftwareUpdater.yaml deleted file mode 100644 index 7de4cea207207..0000000000000 --- a/manifests/i/IObit/IObitSoftwareUpdater/7.0.0.16/IObit.IObitSoftwareUpdater.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: IObit.IObitSoftwareUpdater -PackageVersion: 7.0.0.16 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/IObitSoftwareUpdater/7.1.1.21/IObit.IObitSoftwareUpdater.installer.yaml b/manifests/i/IObit/IObitSoftwareUpdater/7.1.1.21/IObit.IObitSoftwareUpdater.installer.yaml new file mode 100644 index 0000000000000..82c18437daaab --- /dev/null +++ b/manifests/i/IObit/IObitSoftwareUpdater/7.1.1.21/IObit.IObitSoftwareUpdater.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2024/Sep/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IObit.IObitSoftwareUpdater +PackageVersion: 7.1.1.21 +InstallerType: inno +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.iobit.com/dl/iobit-software-updater-setup.exe + InstallerSha256: E9A9E4E2E4648C72C3E144368414BBBD20FAEC4972FB3CC018BDCFDF5E49D43E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/IObitSoftwareUpdater/7.0.0.16/IObit.IObitSoftwareUpdater.locale.en-US.yaml b/manifests/i/IObit/IObitSoftwareUpdater/7.1.1.21/IObit.IObitSoftwareUpdater.locale.en-US.yaml similarity index 81% rename from manifests/i/IObit/IObitSoftwareUpdater/7.0.0.16/IObit.IObitSoftwareUpdater.locale.en-US.yaml rename to manifests/i/IObit/IObitSoftwareUpdater/7.1.1.21/IObit.IObitSoftwareUpdater.locale.en-US.yaml index 0610c421e4a9d..e06a1a82fca50 100644 --- a/manifests/i/IObit/IObitSoftwareUpdater/7.0.0.16/IObit.IObitSoftwareUpdater.locale.en-US.yaml +++ b/manifests/i/IObit/IObitSoftwareUpdater/7.1.1.21/IObit.IObitSoftwareUpdater.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jul/11 +# Automatically updated by the winget bot at 2024/Sep/09 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: IObit.IObitSoftwareUpdater -PackageVersion: 7.0.0.16 +PackageVersion: 7.1.1.21 PackageLocale: en-US Publisher: IObit PublisherUrl: https://www.iobit.com/ @@ -11,7 +11,7 @@ PrivacyUrl: https://www.iobit.com/privacy.php PackageName: IObit Software Updater PackageUrl: https://www.iobit.com/iobit-software-updater.php License: Freeware -LicenseUrl: https://www.iobit.com/legal.php +LicenseUrl: https://www.iobit.com/eula.php Copyright: © IObit. All rights reserved. CopyrightUrl: https://www.iobit.com/legal.php ShortDescription: Update Your Software Instantly to Keep All Software at Best. diff --git a/manifests/i/IObit/IObitSoftwareUpdater/7.1.1.21/IObit.IObitSoftwareUpdater.yaml b/manifests/i/IObit/IObitSoftwareUpdater/7.1.1.21/IObit.IObitSoftwareUpdater.yaml new file mode 100644 index 0000000000000..109c2918cfdca --- /dev/null +++ b/manifests/i/IObit/IObitSoftwareUpdater/7.1.1.21/IObit.IObitSoftwareUpdater.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IObit.IObitSoftwareUpdater +PackageVersion: 7.1.1.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/IObitSysInfo/1.0.0.16/IObit.IObitSysInfo.locale.en-US.yaml b/manifests/i/IObit/IObitSysInfo/1.0.0.16/IObit.IObitSysInfo.locale.en-US.yaml index 5092f84c28617..814a9dbd485ca 100644 --- a/manifests/i/IObit/IObitSysInfo/1.0.0.16/IObit.IObitSysInfo.locale.en-US.yaml +++ b/manifests/i/IObit/IObitSysInfo/1.0.0.16/IObit.IObitSysInfo.locale.en-US.yaml @@ -9,9 +9,9 @@ PublisherUrl: https://www.iobit.com/ PublisherSupportUrl: https://www.iobit.com/onlinefeedback.php PrivacyUrl: https://www.iobit.com/privacy.php PackageName: IObit SysInfo -PackageUrl: https://www.iobit.com/en/system-information.php +PackageUrl: https://www.iobit.com/system-information.php License: Freeware -LicenseUrl: https://www.iobit.com/legal.php +LicenseUrl: https://www.iobit.com/eula.php Copyright: © IObit. All rights reserved. CopyrightUrl: https://www.iobit.com/legal.php ShortDescription: Provide detailed PC specs information and real-time hardware temperature monitoring. diff --git a/manifests/i/IObit/IObitUndelete/1.0.0.369/IObit.IObitUndelete.installer.yaml b/manifests/i/IObit/IObitUndelete/1.0.0.369/IObit.IObitUndelete.installer.yaml new file mode 100644 index 0000000000000..c7edd2cf212f0 --- /dev/null +++ b/manifests/i/IObit/IObitUndelete/1.0.0.369/IObit.IObitUndelete.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IObit.IObitUndelete +PackageVersion: 1.0.0.369 +InstallerType: portable +Commands: +- IObitUndelete +Installers: +- Architecture: neutral + InstallerUrl: https://cdn.iobit.com/dl/IObit-Undelete.exe + InstallerSha256: F1CA06EC966AC4E7EC1880ED081A0AF2E3D3CBDC1E4FFEB387E8BC79456B3441 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/IObitUndelete/1.0.0.369/IObit.IObitUndelete.locale.en-US.yaml b/manifests/i/IObit/IObitUndelete/1.0.0.369/IObit.IObitUndelete.locale.en-US.yaml new file mode 100644 index 0000000000000..57134329c0a67 --- /dev/null +++ b/manifests/i/IObit/IObitUndelete/1.0.0.369/IObit.IObitUndelete.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IObit.IObitUndelete +PackageVersion: 1.0.0.369 +PackageLocale: en-US +Publisher: IObit +PublisherUrl: https://www.iobit.com/ +PublisherSupportUrl: https://www.iobit.com/onlinefeedback.php +PrivacyUrl: https://www.iobit.com/privacy.php +PackageName: IObit Undelete +PackageUrl: https://www.iobit.com/iobitundelete.php +License: Freeware +LicenseUrl: https://www.iobit.com/eula.php +Copyright: © IObit. All rights reserved. +CopyrightUrl: https://www.iobit.com/legal.php +ShortDescription: Light but Powerful File Recovery Tool +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/IObitUndelete/1.0.0.369/IObit.IObitUndelete.yaml b/manifests/i/IObit/IObitUndelete/1.0.0.369/IObit.IObitUndelete.yaml new file mode 100644 index 0000000000000..03788110a5985 --- /dev/null +++ b/manifests/i/IObit/IObitUndelete/1.0.0.369/IObit.IObitUndelete.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IObit.IObitUndelete +PackageVersion: 1.0.0.369 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/MalwareFighter/11.3.0.1346/IObit.MalwareFighter.installer.yaml b/manifests/i/IObit/MalwareFighter/11.3.0.1346/IObit.MalwareFighter.installer.yaml deleted file mode 100644 index 0e3ca64f1bb47..0000000000000 --- a/manifests/i/IObit/MalwareFighter/11.3.0.1346/IObit.MalwareFighter.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/26 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: IObit.MalwareFighter -PackageVersion: 11.3.0.1346 -Installers: -- Architecture: x86 - InstallerType: inno - InstallerUrl: https://cdn.iobit.com/dl/iobit_malware_fighter_setup.exe - InstallerSha256: 2D90F034007A59036BE2FA915FD3FE133FDF353C569A08F11CD21B0CED3C257E -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/i/IObit/MalwareFighter/11.3.0.1346/IObit.MalwareFighter.locale.en-US.yaml b/manifests/i/IObit/MalwareFighter/11.3.0.1346/IObit.MalwareFighter.locale.en-US.yaml deleted file mode 100644 index b9f7194e40925..0000000000000 --- a/manifests/i/IObit/MalwareFighter/11.3.0.1346/IObit.MalwareFighter.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/26 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: IObit.MalwareFighter -PackageVersion: 11.3.0.1346 -PackageLocale: en-US -Publisher: IObit -PackageName: IObit Malware Fighter -License: © IObit. All rights reserved. -ShortDescription: IObit Malware Fighter -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/i/IObit/MalwareFighter/11.3.0.1346/IObit.MalwareFighter.yaml b/manifests/i/IObit/MalwareFighter/11.3.0.1346/IObit.MalwareFighter.yaml deleted file mode 100644 index 239829f9f91f7..0000000000000 --- a/manifests/i/IObit/MalwareFighter/11.3.0.1346/IObit.MalwareFighter.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/26 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: IObit.MalwareFighter -PackageVersion: 11.3.0.1346 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/i/IObit/MalwareFighter/11.4.0.1360/IObit.MalwareFighter.installer.yaml b/manifests/i/IObit/MalwareFighter/11.4.0.1360/IObit.MalwareFighter.installer.yaml new file mode 100644 index 0000000000000..8d4fca88750c9 --- /dev/null +++ b/manifests/i/IObit/MalwareFighter/11.4.0.1360/IObit.MalwareFighter.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2024/Aug/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IObit.MalwareFighter +PackageVersion: 11.4.0.1360 +InstallerType: inno +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.iobit.com/dl/iobit_malware_fighter_setup.exe + InstallerSha256: 6B37F0914D20524FDCE3A6A3E39FA13F4A4A763369C406312FA928F7EA57D39C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/MalwareFighter/11.4.0.1360/IObit.MalwareFighter.locale.en-US.yaml b/manifests/i/IObit/MalwareFighter/11.4.0.1360/IObit.MalwareFighter.locale.en-US.yaml new file mode 100644 index 0000000000000..c6e89b30731d7 --- /dev/null +++ b/manifests/i/IObit/MalwareFighter/11.4.0.1360/IObit.MalwareFighter.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2024/Aug/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IObit.MalwareFighter +PackageVersion: 11.4.0.1360 +PackageLocale: en-US +Publisher: IObit +PublisherUrl: https://www.iobit.com/ +PublisherSupportUrl: https://www.iobit.com/onlinefeedback.php +PrivacyUrl: https://www.iobit.com/privacy.php +PackageName: IObit Malware Fighter +PackageUrl: https://www.iobit.com/malware-fighter.php +License: Proprietary +LicenseUrl: https://www.iobit.com/eula.php +Copyright: © IObit. All rights reserved. +CopyrightUrl: https://www.iobit.com/legal.php +ShortDescription: All-Around PC Protection with Powerful Anti-Malware and the Strongest Privacy Solutions +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/MalwareFighter/11.4.0.1360/IObit.MalwareFighter.yaml b/manifests/i/IObit/MalwareFighter/11.4.0.1360/IObit.MalwareFighter.yaml new file mode 100644 index 0000000000000..a538bfe01318a --- /dev/null +++ b/manifests/i/IObit/MalwareFighter/11.4.0.1360/IObit.MalwareFighter.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IObit.MalwareFighter +PackageVersion: 11.4.0.1360 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/ProtectedFolder/4.3.0.51/IObit.ProtectedFolder.locale.en-US.yaml b/manifests/i/IObit/ProtectedFolder/4.3.0.51/IObit.ProtectedFolder.locale.en-US.yaml index 361f91f98db5e..18f30854a6fcd 100644 --- a/manifests/i/IObit/ProtectedFolder/4.3.0.51/IObit.ProtectedFolder.locale.en-US.yaml +++ b/manifests/i/IObit/ProtectedFolder/4.3.0.51/IObit.ProtectedFolder.locale.en-US.yaml @@ -9,11 +9,11 @@ PublisherUrl: https://www.iobit.com/ PublisherSupportUrl: https://www.iobit.com/onlinefeedback.php PrivacyUrl: https://www.iobit.com/privacy.php PackageName: Protected Folder -PackageUrl: https://www.iobit.com/en/password-protected-folder.php +PackageUrl: https://www.iobit.com/password-protected-folder.php License: Freeware -LicenseUrl: https://www.iobit.com/legal.php +LicenseUrl: https://www.iobit.com/eula.php Copyright: © IObit. All rights reserved. CopyrightUrl: https://www.iobit.com/legal.php -ShortDescription: Effective files protection tool guarantees the security of important folders, data and privacy! +ShortDescription: Effective Files Protection Tool Guarantees the Security of Important Folders, Data and Privacy! ManifestType: defaultLocale ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/RandomPasswordGenerator/1.3/IObit.RandomPasswordGenerator.locale.en-US.yaml b/manifests/i/IObit/RandomPasswordGenerator/1.3/IObit.RandomPasswordGenerator.locale.en-US.yaml index 5fe6855dfda4f..411d31710c6f9 100644 --- a/manifests/i/IObit/RandomPasswordGenerator/1.3/IObit.RandomPasswordGenerator.locale.en-US.yaml +++ b/manifests/i/IObit/RandomPasswordGenerator/1.3/IObit.RandomPasswordGenerator.locale.en-US.yaml @@ -9,9 +9,9 @@ PublisherUrl: https://www.iobit.com/ PublisherSupportUrl: https://www.iobit.com/onlinefeedback.php PrivacyUrl: https://www.iobit.com/privacy.php PackageName: Random Password Generator -PackageUrl: https://www.iobit.com/en/passwordgenerator.php +PackageUrl: https://www.iobit.com/passwordgenerator.php License: Freeware -LicenseUrl: https://www.iobit.com/legal.php +LicenseUrl: https://www.iobit.com/eula.php Copyright: © IObit. All rights reserved. CopyrightUrl: https://www.iobit.com/legal.php ShortDescription: Protect Your Privacy with Powerful Passwords & Secured Password Manager diff --git a/manifests/i/IObit/SmartDefrag/10.1.0.419/IObit.SmartDefrag.installer.yaml b/manifests/i/IObit/SmartDefrag/10.1.0.419/IObit.SmartDefrag.installer.yaml new file mode 100644 index 0000000000000..c633fe6a13eb5 --- /dev/null +++ b/manifests/i/IObit/SmartDefrag/10.1.0.419/IObit.SmartDefrag.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IObit.SmartDefrag +PackageVersion: 10.1.0.419 +InstallerType: inno +InstallerSwitches: + Silent: /SP- /SUPPRESSMSGBOXES /NORESTART /VERYSILENT /INSTALLER + SilentWithProgress: /SP- /SUPPRESSMSGBOXES /NORESTART /SILENT /INSTALLER +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.iobit.com/dl/smart-defrag-setup.exe + InstallerSha256: 4240A94C242B10794B9F58F050CFA9580B43C2DC96FE645CBD876C4F0BF8157E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/SmartDefrag/10.1.0.419/IObit.SmartDefrag.locale.en-US.yaml b/manifests/i/IObit/SmartDefrag/10.1.0.419/IObit.SmartDefrag.locale.en-US.yaml new file mode 100644 index 0000000000000..ee7c7b8aa6556 --- /dev/null +++ b/manifests/i/IObit/SmartDefrag/10.1.0.419/IObit.SmartDefrag.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IObit.SmartDefrag +PackageVersion: 10.1.0.419 +PackageLocale: en-US +Publisher: IObit +PublisherUrl: https://www.iobit.com/ +PublisherSupportUrl: https://www.iobit.com/onlinefeedback.php +PrivacyUrl: https://www.iobit.com/privacy.php +PackageName: Smart Defrag +PackageUrl: https://www.iobit.com/iobitsmartdefrag.php +License: Freeware +LicenseUrl: https://www.iobit.com/eula.php +Copyright: © IObit. All rights reserved. +CopyrightUrl: https://www.iobit.com/legal.php +ShortDescription: Fast & Deep Defrag to Optimize Hard Drive & PC Performance +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/SmartDefrag/10.1.0.419/IObit.SmartDefrag.yaml b/manifests/i/IObit/SmartDefrag/10.1.0.419/IObit.SmartDefrag.yaml new file mode 100644 index 0000000000000..e4b68cdeb1da6 --- /dev/null +++ b/manifests/i/IObit/SmartDefrag/10.1.0.419/IObit.SmartDefrag.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Sep/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IObit.SmartDefrag +PackageVersion: 10.1.0.419 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/SmartDefrag/9.4.0.342/IObit.SmartDefrag.installer.yaml b/manifests/i/IObit/SmartDefrag/9.4.0.342/IObit.SmartDefrag.installer.yaml deleted file mode 100644 index 898dfc1d9e74b..0000000000000 --- a/manifests/i/IObit/SmartDefrag/9.4.0.342/IObit.SmartDefrag.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: IObit.SmartDefrag -PackageVersion: 9.4.0.342 -InstallerType: inno -InstallerSwitches: - Silent: /SP- /SUPPRESSMSGBOXES /NORESTART /VERYSILENT /INSTALLER - SilentWithProgress: /SP- /SUPPRESSMSGBOXES /NORESTART /SILENT /INSTALLER -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.iobit.com/dl/smart-defrag-setup.exe - InstallerSha256: E5E579E6FDC19D7A1BA923C3765EDD207904F601CE489E89D87BE693E04F09A7 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/SmartDefrag/9.4.0.342/IObit.SmartDefrag.locale.en-US.yaml b/manifests/i/IObit/SmartDefrag/9.4.0.342/IObit.SmartDefrag.locale.en-US.yaml deleted file mode 100644 index 9d8702f4bf2ca..0000000000000 --- a/manifests/i/IObit/SmartDefrag/9.4.0.342/IObit.SmartDefrag.locale.en-US.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: IObit.SmartDefrag -PackageVersion: 9.4.0.342 -PackageLocale: en-US -Publisher: IObit -PublisherUrl: https://www.iobit.com/ -PublisherSupportUrl: https://www.iobit.com/onlinefeedback.php -PrivacyUrl: https://www.iobit.com/privacy.php -PackageName: Smart Defrag -PackageUrl: https://www.iobit.com/en/iobitsmartdefrag.php -License: Freeware -LicenseUrl: https://www.iobit.com/legal.php -Copyright: © IObit. All rights reserved. -CopyrightUrl: https://www.iobit.com/legal.php -ShortDescription: Fast & Deep Defrag to Optimize Hard Drive & PC Performance -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/SmartDefrag/9.4.0.342/IObit.SmartDefrag.yaml b/manifests/i/IObit/SmartDefrag/9.4.0.342/IObit.SmartDefrag.yaml deleted file mode 100644 index 9c8537dc33343..0000000000000 --- a/manifests/i/IObit/SmartDefrag/9.4.0.342/IObit.SmartDefrag.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: IObit.SmartDefrag -PackageVersion: 9.4.0.342 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/Uninstaller/13.6.0.5/IObit.Uninstaller.installer.yaml b/manifests/i/IObit/Uninstaller/13.6.0.5/IObit.Uninstaller.installer.yaml index 4c992956ee27e..95908779d7ff1 100644 --- a/manifests/i/IObit/Uninstaller/13.6.0.5/IObit.Uninstaller.installer.yaml +++ b/manifests/i/IObit/Uninstaller/13.6.0.5/IObit.Uninstaller.installer.yaml @@ -1,5 +1,5 @@ -# Automatically updated by the winget bot at 2024/Jun/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: IObit.Uninstaller PackageVersion: 13.6.0.5 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://cdn.iobit.com/dl/iobituninstaller.exe InstallerSha256: 6083618074F5C4AE63B5C7E118BA321FB74F2C929AB4C8D5657F6CC7CE4F776B ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/Uninstaller/13.6.0.5/IObit.Uninstaller.locale.en-US.yaml b/manifests/i/IObit/Uninstaller/13.6.0.5/IObit.Uninstaller.locale.en-US.yaml index b397e61f28c79..b48a5c9fabb06 100644 --- a/manifests/i/IObit/Uninstaller/13.6.0.5/IObit.Uninstaller.locale.en-US.yaml +++ b/manifests/i/IObit/Uninstaller/13.6.0.5/IObit.Uninstaller.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Automatically updated by the winget bot at 2024/Jun/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: IObit.Uninstaller PackageVersion: 13.6.0.5 @@ -10,9 +10,9 @@ PublisherSupportUrl: https://www.iobit.com/onlinefeedback.php PrivacyUrl: https://www.iobit.com/privacy.php PackageName: IObit Uninstaller PackageUrl: https://www.iobit.com/advanceduninstaller.php -License: Proprietary -LicenseUrl: https://www.iobit.com/legal.php -Copyright: © IObit. All Rights Reserved +License: Freeware +LicenseUrl: https://www.iobit.com/eula.php +Copyright: © IObit. All rights reserved. CopyrightUrl: https://www.iobit.com/legal.php ShortDescription: Completely Uninstall Unwanted Software, Windows Apps & Browser Plug-ins. Moniker: iobit-uninstaller @@ -22,4 +22,4 @@ Tags: - uninstall - uninstaller ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/i/IObit/Uninstaller/13.6.0.5/IObit.Uninstaller.yaml b/manifests/i/IObit/Uninstaller/13.6.0.5/IObit.Uninstaller.yaml index 0fecafecb2b1d..67367291050cf 100644 --- a/manifests/i/IObit/Uninstaller/13.6.0.5/IObit.Uninstaller.yaml +++ b/manifests/i/IObit/Uninstaller/13.6.0.5/IObit.Uninstaller.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jun/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: IObit.Uninstaller PackageVersion: 13.6.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPEP/Scantailor-Experimental/0.2024.07.18/IPEP.Scantailor-Experimental.installer.yaml b/manifests/i/IPEP/Scantailor-Experimental/0.2024.07.18/IPEP.Scantailor-Experimental.installer.yaml new file mode 100644 index 0000000000000..241a912001006 --- /dev/null +++ b/manifests/i/IPEP/Scantailor-Experimental/0.2024.07.18/IPEP.Scantailor-Experimental.installer.yaml @@ -0,0 +1,18 @@ +PackageIdentifier: IPEP.Scantailor-Experimental +PackageVersion: 0.2024.07.18 +InstallerType: nullsoft +FileExtensions: +- ScanTailor +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/download/0.2024.07.18/scantailor-experimental-0.2024.07.18-X86-32-install.exe + InstallerSha256: a32c9cb5e7c19b5ae46b8196512b1d141218c9132444d773b9f9b801d1ecfe66 +- Architecture: x64 + InstallerUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/download/0.2024.07.18/scantailor-experimental-0.2024.07.18-X86-64-install.exe + InstallerSha256: 3bd80fdce1230f651a016506db46ceda400845779ec743cff5c18cc572b3dd51 +- Architecture: arm64 + InstallerUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/download/0.2024.07.18/scantailor-experimental-0.2024.07.18-ARM64-Qt6-install.exe + InstallerSha256: b7746670000aea0e9aefebbc70881c995a7d282545379b5d916225d81be42d2f +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPEP/Scantailor-Experimental/0.2024.07.18/IPEP.Scantailor-Experimental.locale.en-US.yaml b/manifests/i/IPEP/Scantailor-Experimental/0.2024.07.18/IPEP.Scantailor-Experimental.locale.en-US.yaml new file mode 100644 index 0000000000000..03242ec32cfbc --- /dev/null +++ b/manifests/i/IPEP/Scantailor-Experimental/0.2024.07.18/IPEP.Scantailor-Experimental.locale.en-US.yaml @@ -0,0 +1,27 @@ +PackageIdentifier: IPEP.Scantailor-Experimental +PackageVersion: 0.2024.07.18 +PackageLocale: en-US +Publisher: IPEP +PublisherUrl: https://github.com/ImageProcessing-ElectronicPublications +PackageName: Scantailor-Experimental +License: GPL-3.0 +LicenseUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/blob/HEAD/LICENSE +ShortDescription: Scan Tailor Experimental is an interactive post-processing tool for scanned pages. +Tags: +- despeckle +- ebook +- image +- integral-image +- kmeans +- scanning +- scantailor +- segmentation +- threshold +ReleaseNotes: |- + gauss + - replace Mean to GaussBlur in threshold and filters + - simplify XML + - linux: flatpak and freedesktop +ReleaseNotesUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/tag/0.2024.07.18 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPEP/Scantailor-Experimental/0.2024.07.18/IPEP.Scantailor-Experimental.yaml b/manifests/i/IPEP/Scantailor-Experimental/0.2024.07.18/IPEP.Scantailor-Experimental.yaml new file mode 100644 index 0000000000000..7ff3c278d56c6 --- /dev/null +++ b/manifests/i/IPEP/Scantailor-Experimental/0.2024.07.18/IPEP.Scantailor-Experimental.yaml @@ -0,0 +1,6 @@ +PackageIdentifier: IPEP.Scantailor-Experimental +PackageVersion: 0.2024.07.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 + diff --git a/manifests/i/IPEP/Scantailor-Experimental/0.2024.08.15/IPEP.Scantailor-Experimental.installer.yaml b/manifests/i/IPEP/Scantailor-Experimental/0.2024.08.15/IPEP.Scantailor-Experimental.installer.yaml new file mode 100644 index 0000000000000..1b63cd449a7c7 --- /dev/null +++ b/manifests/i/IPEP/Scantailor-Experimental/0.2024.08.15/IPEP.Scantailor-Experimental.installer.yaml @@ -0,0 +1,18 @@ +PackageIdentifier: IPEP.Scantailor-Experimental +PackageVersion: 0.2024.08.15 +InstallerType: nullsoft +FileExtensions: +- ScanTailor +ReleaseDate: 2024-08-15 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/download/0.2024.08.15/scantailor-experimental-0.2024.08.15-X86-32-install.exe + InstallerSha256: c871293b52637345738ac27367bb8f17a8816d7ddcc799840066dce69ca301fe +- Architecture: x64 + InstallerUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/download/0.2024.08.15/scantailor-experimental-0.2024.08.15-X86-64-install.exe + InstallerSha256: 420365d88b29a16b83aaa8b211301f170e7f9b340bda87533e632a36be8255b3 +- Architecture: arm64 + InstallerUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/download/0.2024.08.15/scantailor-experimental-0.2024.08.15-ARM64-Qt6-install.exe + InstallerSha256: 25c147b8d797b53145231079dd1b3d19263f717302b7b281ec906853eb383735 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPEP/Scantailor-Experimental/0.2024.08.15/IPEP.Scantailor-Experimental.locale.en-US.yaml b/manifests/i/IPEP/Scantailor-Experimental/0.2024.08.15/IPEP.Scantailor-Experimental.locale.en-US.yaml new file mode 100644 index 0000000000000..e859552c0ad9d --- /dev/null +++ b/manifests/i/IPEP/Scantailor-Experimental/0.2024.08.15/IPEP.Scantailor-Experimental.locale.en-US.yaml @@ -0,0 +1,30 @@ +PackageIdentifier: IPEP.Scantailor-Experimental +PackageVersion: 0.2024.08.15 +PackageLocale: en-US +Publisher: IPEP +PublisherUrl: https://github.com/ImageProcessing-ElectronicPublications +PackageName: Scantailor-Experimental +License: GPL-3.0 +LicenseUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/blob/HEAD/LICENSE +ShortDescription: Scan Tailor Experimental is an interactive post-processing tool for scanned pages. +Tags: +- despeckle +- ebook +- image +- integral-image +- kmeans +- scanning +- scantailor +- segmentation +- threshold +ReleaseNotes: |- + radius + - threshold: replace "Window Size" to "Radius" + - threshold: refactoring GatosCleaner + - threshold: add lower/upper bounds + - margins: modify RelativeMargins for base size + - filters: fix Screen + - filters: add Equalize +ReleaseNotesUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/tag/0.2024.08.15 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPEP/Scantailor-Experimental/0.2024.08.15/IPEP.Scantailor-Experimental.yaml b/manifests/i/IPEP/Scantailor-Experimental/0.2024.08.15/IPEP.Scantailor-Experimental.yaml new file mode 100644 index 0000000000000..9f5b3ce972fce --- /dev/null +++ b/manifests/i/IPEP/Scantailor-Experimental/0.2024.08.15/IPEP.Scantailor-Experimental.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: IPEP.Scantailor-Experimental +PackageVersion: 0.2024.08.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPEP/Scantailor-Experimental/1.2024.08.26/IPEP.Scantailor-Experimental.installer.yaml b/manifests/i/IPEP/Scantailor-Experimental/1.2024.08.26/IPEP.Scantailor-Experimental.installer.yaml new file mode 100644 index 0000000000000..3893ff978f98a --- /dev/null +++ b/manifests/i/IPEP/Scantailor-Experimental/1.2024.08.26/IPEP.Scantailor-Experimental.installer.yaml @@ -0,0 +1,18 @@ +PackageIdentifier: IPEP.Scantailor-Experimental +PackageVersion: 1.2024.08.26 +InstallerType: nullsoft +FileExtensions: +- ScanTailor +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/download/1.2024.08.26/scantailor-experimental-1.2024.08.26-X86-32-install.exe + InstallerSha256: c7b07c6e1798414db04d904ae52e22f9e33a47f12c96ff7960a250d27bb71ee8 +- Architecture: x64 + InstallerUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/download/1.2024.08.26/scantailor-experimental-1.2024.08.26-X86-64-install.exe + InstallerSha256: 1007944a9936d229a5c0486cdfa9bad297e33d8965fdb8a7d3bdcbfaac756077 +- Architecture: arm64 + InstallerUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/download/1.2024.08.26/scantailor-experimental-1.2024.08.26-ARM64-Qt6-install.exe + InstallerSha256: 0d4ecbb59d8bcd3bd6dda8b5666f123db6af180e8d7d0165c09fd2901d41eb8a +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPEP/Scantailor-Experimental/1.2024.08.26/IPEP.Scantailor-Experimental.locale.en-US.yaml b/manifests/i/IPEP/Scantailor-Experimental/1.2024.08.26/IPEP.Scantailor-Experimental.locale.en-US.yaml new file mode 100644 index 0000000000000..f87b7f3fdc55c --- /dev/null +++ b/manifests/i/IPEP/Scantailor-Experimental/1.2024.08.26/IPEP.Scantailor-Experimental.locale.en-US.yaml @@ -0,0 +1,30 @@ +PackageIdentifier: IPEP.Scantailor-Experimental +PackageVersion: 1.2024.08.26 +PackageLocale: en-US +Publisher: IPEP +PublisherUrl: https://github.com/ImageProcessing-ElectronicPublications +PackageName: Scantailor-Experimental +License: GPL-3.0 +LicenseUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/blob/HEAD/LICENSE +ShortDescription: Scan Tailor Experimental is an interactive post-processing tool for scanned pages. +Tags: +- despeckle +- ebook +- image +- integral-image +- kmeans +- scanning +- scantailor +- segmentation +- threshold +ReleaseNotes: |- + works + - 💥 The first version suitable for full image processing. 💥 + - filters: add Balance and Retinex + - dewarp: fix curve correct and cubic XSpline (caution ⚠️ ) + - margins: full drawing of midlines + - threshold: fix Mean: using Dominanta + - fix #20 : margins: add framings (caution ⚠️ ) +ReleaseNotesUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/tag/1.2024.08.26 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPEP/Scantailor-Experimental/1.2024.08.26/IPEP.Scantailor-Experimental.yaml b/manifests/i/IPEP/Scantailor-Experimental/1.2024.08.26/IPEP.Scantailor-Experimental.yaml new file mode 100644 index 0000000000000..2fbbe6f8b1f29 --- /dev/null +++ b/manifests/i/IPEP/Scantailor-Experimental/1.2024.08.26/IPEP.Scantailor-Experimental.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: IPEP.Scantailor-Experimental +PackageVersion: 1.2024.08.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.38.0/IPFS.IPFS-Desktop.installer.yaml b/manifests/i/IPFS/IPFS-Desktop/0.38.0/IPFS.IPFS-Desktop.installer.yaml new file mode 100644 index 0000000000000..434a66fffe8af --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.38.0/IPFS.IPFS-Desktop.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.38.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- dweb +- ipfs +- ipns +ReleaseDate: 2024-09-12 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ipfs/ipfs-desktop/releases/download/v0.38.0/IPFS-Desktop-Setup-0.38.0.exe + InstallerSha256: A2D87320FFC216C64EACB9DEC0C31A9188C593DC9A2DB751A4C470AB24CA8448 + InstallerSwitches: + Custom: /currentuser + ProductCode: 033dffdc-028b-55d6-9442-9e386fe5b76e +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ipfs/ipfs-desktop/releases/download/v0.38.0/IPFS-Desktop-Setup-0.38.0.exe + InstallerSha256: A2D87320FFC216C64EACB9DEC0C31A9188C593DC9A2DB751A4C470AB24CA8448 + InstallerSwitches: + Custom: /allusers + ProductCode: 033dffdc-028b-55d6-9442-9e386fe5b76e +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.38.0/IPFS.IPFS-Desktop.locale.en-US.yaml b/manifests/i/IPFS/IPFS-Desktop/0.38.0/IPFS.IPFS-Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..5c24762fe07fc --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.38.0/IPFS.IPFS-Desktop.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.38.0 +PackageLocale: en-US +Publisher: Protocol Labs, Inc. +PublisherUrl: https://protocol.ai/ +PublisherSupportUrl: https://ipfs.tech/help +PrivacyUrl: https://protocol.ai/legal/#privacy-policy +Author: Protocol Labs, Inc. +PackageName: IPFS Desktop +PackageUrl: https://github.com/ipfs/ipfs-desktop +License: MIT +LicenseUrl: https://github.com/ipfs/ipfs-desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 Protocol Labs, Inc. +# CopyrightUrl: +ShortDescription: An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux. +Description: |- + IPFS Desktop gives you all the power of IPFS in a convenient desktop app: a complete IPFS node, plus handy OS menubar/taskbar shortcuts and an all-in-one file manager, peer map, and content explorer. + Use IPFS Desktop to get acquainted with IPFS without needing to touch the terminal — or, if you're already experienced, use the powerful menubar/taskbar shortcuts alongside the command line to make your IPFS workflow faster. +Moniker: ipfs-desktop +Tags: +- dweb +- ipfs +- p2p +- peer-to-peer +- protocol +ReleaseNotes: |- + What's Changed + - feat: webui v4.3.0 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2847 + - feat: kubo 0.30.0 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2855 + - Details in Release Notes at https://github.com/ipfs/kubo/blob/master/docs/changelogs/v0.30.md + Full Changelog: https://github.com/ipfs/ipfs-desktop/compare/v0.37.0...v0.38.0 +ReleaseNotesUrl: https://github.com/ipfs/ipfs-desktop/releases/tag/v0.38.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.ipfs.tech/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.38.0/IPFS.IPFS-Desktop.locale.zh-CN.yaml b/manifests/i/IPFS/IPFS-Desktop/0.38.0/IPFS.IPFS-Desktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..066fc1369e986 --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.38.0/IPFS.IPFS-Desktop.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.38.0 +PackageLocale: zh-CN +Publisher: Protocol Labs, Inc. +PublisherUrl: https://protocol.ai/ +PublisherSupportUrl: https://ipfs.tech/help +PrivacyUrl: https://protocol.ai/legal/#privacy-policy +Author: Protocol Labs, Inc. +PackageName: IPFS Desktop +PackageUrl: https://github.com/ipfs/ipfs-desktop +License: MIT +LicenseUrl: https://github.com/ipfs/ipfs-desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 Protocol Labs, Inc. +# CopyrightUrl: +ShortDescription: An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux. +Description: |- + IPFS Desktop 在易用的桌面应用程序中为您提供 IPFS 的所有功能:一个完整的 IPFS 节点,加上方便的操作系统菜单/任务栏快捷方式,以及一体化的文件管理器、peer 地图和内容资源管理器。 + 使用 IPFS Desktop,无需接触终端即可熟悉 IPFS,如果您富有经验,也可以使用功能强大的菜单栏/任务栏快捷方式和命令行,让你的 IPFS 工作流程更快。 +# Moniker: +Tags: +- dweb +- ipfs +- 协议 +- 点对点 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ipfs/ipfs-desktop/releases/tag/v0.38.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.ipfs.tech/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.38.0/IPFS.IPFS-Desktop.yaml b/manifests/i/IPFS/IPFS-Desktop/0.38.0/IPFS.IPFS-Desktop.yaml new file mode 100644 index 0000000000000..d0aac5ac5d69a --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.38.0/IPFS.IPFS-Desktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.38.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPVanish/IPVanish/1.0.0.0/IPVanish.IPVanish.installer.yaml b/manifests/i/IPVanish/IPVanish/1.0.0.0/IPVanish.IPVanish.installer.yaml new file mode 100644 index 0000000000000..3775b049632f0 --- /dev/null +++ b/manifests/i/IPVanish/IPVanish/1.0.0.0/IPVanish.IPVanish.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: IPVanish.IPVanish +PackageVersion: 1.0.0.0 +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://ipvanish-apps.s3.amazonaws.com/software/setup-prod-v2/IPVanish-1.0.0.0.exe + InstallerSha256: D516D499DC76EEB19206D7646C1593DA1C175387EFC6F0BD1195083D590C064A + InstallerSwitches: + Silent: /noui + SilentWithProgress: /noui + Custom: Source=Store +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/i/IPVanish/IPVanish/1.0.0.0/IPVanish.IPVanish.locale.en-US.yaml b/manifests/i/IPVanish/IPVanish/1.0.0.0/IPVanish.IPVanish.locale.en-US.yaml new file mode 100644 index 0000000000000..e40ea66dfdc55 --- /dev/null +++ b/manifests/i/IPVanish/IPVanish/1.0.0.0/IPVanish.IPVanish.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: IPVanish.IPVanish +PackageVersion: 1.0.0.0 +PackageLocale: en-US +Publisher: Mudhook Marketing, Inc +PackageName: IPVanish +License: Proprietary +Copyright: Copyright (c) Mudhook Marketing, Inc. All rights reserved. +ShortDescription: IPVanish(Test Application) is a legitimate VPN service +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/i/IPVanish/IPVanish/1.0.0.0/IPVanish.IPVanish.yaml b/manifests/i/IPVanish/IPVanish/1.0.0.0/IPVanish.IPVanish.yaml new file mode 100644 index 0000000000000..ee8e52dd4ee67 --- /dev/null +++ b/manifests/i/IPVanish/IPVanish/1.0.0.0/IPVanish.IPVanish.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: IPVanish.IPVanish +PackageVersion: 1.0.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 diff --git a/manifests/i/IPVanish/IPVanish/4.2.7.6/IPVanish.IPVanish.installer.yaml b/manifests/i/IPVanish/IPVanish/4.2.7.6/IPVanish.IPVanish.installer.yaml new file mode 100644 index 0000000000000..d9fb66242dd5c --- /dev/null +++ b/manifests/i/IPVanish/IPVanish/4.2.7.6/IPVanish.IPVanish.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IPVanish.IPVanish +PackageVersion: 4.2.7.6 +InstallerType: burn +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /NoUi + SilentWithProgress: /NoUi +UpgradeBehavior: install +ReleaseDate: 2024-08-01 +AppsAndFeaturesEntries: +- ProductCode: '{37db12df-ecbc-46cc-b8df-80b4a7b354ab}' + UpgradeCode: '{7995E76B-BF8A-43A8-A4DC-7F324F493012}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.ipvanish.com/software/setup-prod-v2/IPVanish-4.2.7.6.exe + InstallerSha256: 076736E819816C47CD1EA38FCEC2C23C60815F2AEEA3EA732EE1C5A51B0852A9 + ProductCode: '{37db12df-ecbc-46cc-b8df-80b4a7b354ab}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPVanish/IPVanish/4.2.7.6/IPVanish.IPVanish.locale.en-US.yaml b/manifests/i/IPVanish/IPVanish/4.2.7.6/IPVanish.IPVanish.locale.en-US.yaml new file mode 100644 index 0000000000000..3800379053527 --- /dev/null +++ b/manifests/i/IPVanish/IPVanish/4.2.7.6/IPVanish.IPVanish.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IPVanish.IPVanish +PackageVersion: 4.2.7.6 +PackageLocale: en-US +Publisher: IPVanish, a Ziff Davis company +PublisherUrl: https://www.ipvanish.com/ +PublisherSupportUrl: https://support.ipvanish.com/ +PrivacyUrl: https://www.ipvanish.com/privacy-policy/ +Author: IPVanish, Inc. +PackageName: IPVanish +PackageUrl: https://www.ipvanish.com/vpn-setup/windows/ +License: Proprietary +LicenseUrl: https://www.ipvanish.com/tos/ +Copyright: © 2019–2024 IPVanish, a Ziff Davis company. All rights reserved. +CopyrightUrl: https://www.ipvanish.com/tos/ +ShortDescription: Start a safer internet journey with IPVanish VPN. Fast speeds, verified no-traffic-logs, and apps for all devices. +Description: IPVanish is a top-rated VPN provider. A VPN, short for Virtual Private Network, offers increased cybersecurity by encrypting online traffic and shielding IP addresses. With IPVanish, you can use the internet more anonymously and help protect your data from being tracked by third parties. +# Moniker: +Tags: +- network +- privacy +- proxy +- security +- vpn +ReleaseNotes: |- + What's new: + With every release, we make improvements under the hood and squash any bugs that come up. Having issues? Contact us at support@ipvanish.com and we'll help find a fix. +# ReleaseNotesUrl: +PurchaseUrl: https://www.ipvanish.com/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPVanish/IPVanish/4.2.7.6/IPVanish.IPVanish.locale.zh-CN.yaml b/manifests/i/IPVanish/IPVanish/4.2.7.6/IPVanish.IPVanish.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c967c55a58b9a --- /dev/null +++ b/manifests/i/IPVanish/IPVanish/4.2.7.6/IPVanish.IPVanish.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: IPVanish.IPVanish +PackageVersion: 4.2.7.6 +PackageLocale: zh-CN +Publisher: IPVanish, a Ziff Davis company +PublisherUrl: https://www.ipvanish.com/ +PublisherSupportUrl: https://support.ipvanish.com/ +PrivacyUrl: https://www.ipvanish.com/privacy-policy/ +Author: IPVanish, Inc. +PackageName: IPVanish +PackageUrl: https://www.ipvanish.com/vpn-setup/windows/ +License: 专有软件 +LicenseUrl: https://www.ipvanish.com/tos/ +Copyright: © 2019–2024 IPVanish, a Ziff Davis company. All rights reserved. +CopyrightUrl: https://www.ipvanish.com/tos/ +ShortDescription: 使用 IPVanish VPN 开始更安全的互联网之旅。速度快,无流量记录,以及适用于所有设备的应用。 +Description: IPVanish 是一家顶级 VPN 提供商。VPN 是虚拟专用网络(Virtual Private Network)的简称,通过加密在线流量和屏蔽 IP 地址来提高网络安全性。有了 IPVanish,您可以更匿名地使用互联网,并有助于保护您的数据不被第三方追踪。 +# Moniker: +Tags: +- vpn +- 代理 +- 安全 +- 网络 +- 隐私 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.ipvanish.com/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPVanish/IPVanish/4.2.7.6/IPVanish.IPVanish.yaml b/manifests/i/IPVanish/IPVanish/4.2.7.6/IPVanish.IPVanish.yaml new file mode 100644 index 0000000000000..fefd4a1fa672b --- /dev/null +++ b/manifests/i/IPVanish/IPVanish/4.2.7.6/IPVanish.IPVanish.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IPVanish.IPVanish +PackageVersion: 4.2.7.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPVanish/SugarSync/4.1.3.2/IPVanish.SugarSync.installer.yaml b/manifests/i/IPVanish/SugarSync/4.1.3.2/IPVanish.SugarSync.installer.yaml new file mode 100644 index 0000000000000..32ffb04a87388 --- /dev/null +++ b/manifests/i/IPVanish/SugarSync/4.1.3.2/IPVanish.SugarSync.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IPVanish.SugarSync +PackageVersion: 4.1.3.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Log: /LOG="" +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://www.sugarsync.com/downloads/2022-05-11-efc46bf/SugarSyncSetup.exe + InstallerSha256: 19921CBD2E6FD2A56A599FED91773EEE1A5B45128DCD125E6DC63DE68D8E12C3 + ProductCode: SugarSync +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPVanish/SugarSync/4.1.3.2/IPVanish.SugarSync.locale.en-US.yaml b/manifests/i/IPVanish/SugarSync/4.1.3.2/IPVanish.SugarSync.locale.en-US.yaml new file mode 100644 index 0000000000000..490c0b1679fc9 --- /dev/null +++ b/manifests/i/IPVanish/SugarSync/4.1.3.2/IPVanish.SugarSync.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IPVanish.SugarSync +PackageVersion: 4.1.3.2 +PackageLocale: en-US +Publisher: KeepItSafe, Inc. +PublisherUrl: https://www1.sugarsync.com/ +# PublisherSupportUrl: https://support.sugarsync.com/ +PrivacyUrl: https://www1.sugarsync.com/privacy/ +Author: IPVanish, Inc. +PackageName: SugarSync +PackageUrl: https://www1.sugarsync.com/download/win/ +License: Proprietary +LicenseUrl: https://www1.sugarsync.com/terms/ +Copyright: © 2015–2024 IPVanish, Inc., a Ziff Davis company. All rights reserved. +CopyrightUrl: https://www1.sugarsync.com/terms/ +ShortDescription: A secure cloud service that lets you backup, share, and sync files across devices and platforms. +# Description: +# Moniker: +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- sync +- upload +ReleaseNotes: |- + - Fixed problems with syncing and crashes when reconnecting e.g. after device sleep + - Updated Developer ID Application certificate +# ReleaseNotesUrl: https://support.sugarsync.com/hc/en-us/articles/360028616613 +PurchaseUrl: https://www1.sugarsync.com/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPVanish/SugarSync/4.1.3.2/IPVanish.SugarSync.locale.zh-CN.yaml b/manifests/i/IPVanish/SugarSync/4.1.3.2/IPVanish.SugarSync.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9ec261286e71e --- /dev/null +++ b/manifests/i/IPVanish/SugarSync/4.1.3.2/IPVanish.SugarSync.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: IPVanish.SugarSync +PackageVersion: 4.1.3.2 +PackageLocale: zh-CN +Publisher: KeepItSafe, Inc. +PublisherUrl: https://www1.sugarsync.com/ +# PublisherSupportUrl: https://support.sugarsync.com/ +PrivacyUrl: https://www1.sugarsync.com/privacy/ +Author: IPVanish, Inc. +PackageName: SugarSync +PackageUrl: https://www1.sugarsync.com/download/win/ +License: 专有软件 +LicenseUrl: https://www1.sugarsync.com/terms/ +Copyright: © 2015–2024 IPVanish, Inc., a Ziff Davis company. All rights reserved. +CopyrightUrl: https://www1.sugarsync.com/terms/ +ShortDescription: 安全的云服务,帮助您跨设备跨平台备份、共享和同步文件。 +# Description: +# Moniker: +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 同步 +- 备份 +- 文件 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: https://support.sugarsync.com/hc/en-us/articles/360028616613 +PurchaseUrl: https://www1.sugarsync.com/pricing/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IPVanish/SugarSync/4.1.3.2/IPVanish.SugarSync.yaml b/manifests/i/IPVanish/SugarSync/4.1.3.2/IPVanish.SugarSync.yaml new file mode 100644 index 0000000000000..e0eba9e378070 --- /dev/null +++ b/manifests/i/IPVanish/SugarSync/4.1.3.2/IPVanish.SugarSync.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IPVanish.SugarSync +PackageVersion: 4.1.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/ITLDG/DocImageDownload/1.0.0/ITLDG.DocImageDownload.installer.yaml b/manifests/i/ITLDG/DocImageDownload/1.0.0/ITLDG.DocImageDownload.installer.yaml new file mode 100644 index 0000000000000..e101fb01484a0 --- /dev/null +++ b/manifests/i/ITLDG/DocImageDownload/1.0.0/ITLDG.DocImageDownload.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ITLDG.DocImageDownload +PackageVersion: 1.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: DocImageDownload.exe + PortableCommandAlias: DocImageDownload +Installers: +- InstallerUrl: https://github.com/itldg/DocImageDownload/releases/download/v1.0.0/DocImageDownload.zip + Architecture: x64 + InstallerSha256: AC70E68A98BCFBE32B30E064225CB78C947337FE305CF4DF1222FD15E4091391 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/ITLDG/DocImageDownload/1.0.0/ITLDG.DocImageDownload.locale.zh-CN.yaml b/manifests/i/ITLDG/DocImageDownload/1.0.0/ITLDG.DocImageDownload.locale.zh-CN.yaml new file mode 100644 index 0000000000000..843b204df1d0a --- /dev/null +++ b/manifests/i/ITLDG/DocImageDownload/1.0.0/ITLDG.DocImageDownload.locale.zh-CN.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ITLDG.DocImageDownload +PackageVersion: 1.0.0 +PackageLocale: zh-CN +Publisher: ITLDG +PackageName: VuePress 图片下载工具 +License: MIT License +ShortDescription: 分析 VuePress 文档中的图片链接并下载,可将图片转码为 Avif 格式,更加节省空间 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/ITLDG/DocImageDownload/1.0.0/ITLDG.DocImageDownload.yaml b/manifests/i/ITLDG/DocImageDownload/1.0.0/ITLDG.DocImageDownload.yaml new file mode 100644 index 0000000000000..c3b96f7bd0017 --- /dev/null +++ b/manifests/i/ITLDG/DocImageDownload/1.0.0/ITLDG.DocImageDownload.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ITLDG.DocImageDownload +PackageVersion: 1.0.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IcecreamApps/IcecreamEbookReader/6.49/IcecreamApps.IcecreamEbookReader.installer.yaml b/manifests/i/IcecreamApps/IcecreamEbookReader/6.49/IcecreamApps.IcecreamEbookReader.installer.yaml deleted file mode 100644 index da6e75cefbff1..0000000000000 --- a/manifests/i/IcecreamApps/IcecreamEbookReader/6.49/IcecreamApps.IcecreamEbookReader.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: IcecreamApps.IcecreamEbookReader -PackageVersion: "6.49" -InstallerType: inno -InstallerSwitches: - Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- -Installers: -- Architecture: neutral - InstallerUrl: https://download.icecreamapps.com/ebook_reader_setup.exe - InstallerSha256: 1052A8436C93DEDCE9F11CC0B06F5376E7CE7E1A8D95C28276282DFDDABB3878 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/IcecreamApps/IcecreamEbookReader/6.49/IcecreamApps.IcecreamEbookReader.yaml b/manifests/i/IcecreamApps/IcecreamEbookReader/6.49/IcecreamApps.IcecreamEbookReader.yaml deleted file mode 100644 index df9134c6094db..0000000000000 --- a/manifests/i/IcecreamApps/IcecreamEbookReader/6.49/IcecreamApps.IcecreamEbookReader.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: IcecreamApps.IcecreamEbookReader -PackageVersion: "6.49" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/i/IcecreamApps/IcecreamEbookReader/6.50/IcecreamApps.IcecreamEbookReader.installer.yaml b/manifests/i/IcecreamApps/IcecreamEbookReader/6.50/IcecreamApps.IcecreamEbookReader.installer.yaml new file mode 100644 index 0000000000000..b00d307adfb52 --- /dev/null +++ b/manifests/i/IcecreamApps/IcecreamEbookReader/6.50/IcecreamApps.IcecreamEbookReader.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2024/Jul/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IcecreamApps.IcecreamEbookReader +PackageVersion: "6.50" +InstallerType: inno +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- +Installers: +- Architecture: neutral + InstallerUrl: https://download.icecreamapps.com/ebook_reader_setup.exe + InstallerSha256: 1BD962CB69BD80EDCE39E80B8B956BAD489A5037FE604062A58307897F24C38A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IcecreamApps/IcecreamEbookReader/6.49/IcecreamApps.IcecreamEbookReader.locale.en-US.yaml b/manifests/i/IcecreamApps/IcecreamEbookReader/6.50/IcecreamApps.IcecreamEbookReader.locale.en-US.yaml similarity index 81% rename from manifests/i/IcecreamApps/IcecreamEbookReader/6.49/IcecreamApps.IcecreamEbookReader.locale.en-US.yaml rename to manifests/i/IcecreamApps/IcecreamEbookReader/6.50/IcecreamApps.IcecreamEbookReader.locale.en-US.yaml index 65e94ab202c2f..f9b3330dec4d0 100644 --- a/manifests/i/IcecreamApps/IcecreamEbookReader/6.49/IcecreamApps.IcecreamEbookReader.locale.en-US.yaml +++ b/manifests/i/IcecreamApps/IcecreamEbookReader/6.50/IcecreamApps.IcecreamEbookReader.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/May/02 +# Automatically updated by the winget bot at 2024/Jul/23 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: IcecreamApps.IcecreamEbookReader -PackageVersion: "6.49" +PackageVersion: "6.50" PackageLocale: en-US Publisher: Icecream Apps PackageName: Icecream Ebook Reader 6 Version 6.48 diff --git a/manifests/i/IcecreamApps/IcecreamEbookReader/6.50/IcecreamApps.IcecreamEbookReader.yaml b/manifests/i/IcecreamApps/IcecreamEbookReader/6.50/IcecreamApps.IcecreamEbookReader.yaml new file mode 100644 index 0000000000000..9f582b1027a2e --- /dev/null +++ b/manifests/i/IcecreamApps/IcecreamEbookReader/6.50/IcecreamApps.IcecreamEbookReader.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IcecreamApps.IcecreamEbookReader +PackageVersion: "6.50" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IcecreamApps/PDFCandy/3.07/IcecreamApps.PDFCandy.installer.yaml b/manifests/i/IcecreamApps/PDFCandy/3.07/IcecreamApps.PDFCandy.installer.yaml deleted file mode 100644 index 477abe0b1f981..0000000000000 --- a/manifests/i/IcecreamApps/PDFCandy/3.07/IcecreamApps.PDFCandy.installer.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: IcecreamApps.PDFCandy -PackageVersion: "3.07" -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- bmp -- doc -- docx -- epub -- fb2 -- html -- jpg -- mobi -- ods -- odt -- pdf -- png -- ppt -- pptx -- rtf -- tiff -- xls -- xlsx -Installers: -- Architecture: x86 - InstallerUrl: https://downloadc.icecreamapps.com/pdfcandy_setup.exe - InstallerSha256: FFB109AC8BCF8E289596DA1394B204D110EF36C285DC5B7C0972FDC39586F4BF -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/i/IcecreamApps/PDFCandy/3.07/IcecreamApps.PDFCandy.locale.en-US.yaml b/manifests/i/IcecreamApps/PDFCandy/3.07/IcecreamApps.PDFCandy.locale.en-US.yaml deleted file mode 100644 index be9f95b649e83..0000000000000 --- a/manifests/i/IcecreamApps/PDFCandy/3.07/IcecreamApps.PDFCandy.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: IcecreamApps.PDFCandy -PackageVersion: "3.07" -PackageLocale: en-US -Publisher: Icecream Apps -PublisherUrl: https://icecreamapps.com/ -PublisherSupportUrl: https://icecreamapps.com/support.html -PrivacyUrl: https://icecreamapps.com/privacypolicy.html -Author: Icecream Apps, Ltd. -PackageName: PDF Candy Desktop -PackageUrl: https://pdfcandy.com -License: Proprietary -LicenseUrl: https://pdfcandy.com/terms-of-use.html -Copyright: Copyright (c) 2016-2021 PDF Candy. All rights reserved. -ShortDescription: PDF Candy Desktop is a versatile tool that enables you to convert files from PDF to various supported formats. -Description: PDF Candy Desktop is a versatile tool that enables you to convert files from PDF to various supported formats (PDF to DOC, PDF to JPG, etc), convert documents, ebooks and images to PDF, merge PDF, split PDF, extract images and text from PDF, edit PDF metadata, protect PDF and unlock password-protected PDF files. Most modes support processing files in a bulk. All these features are available through modern and user-friendly interface. -Moniker: pdfcandy -Tags: -- converter -- pdf -- pdf-editor -- unlocker -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/i/IcecreamApps/PDFCandy/3.07/IcecreamApps.PDFCandy.yaml b/manifests/i/IcecreamApps/PDFCandy/3.07/IcecreamApps.PDFCandy.yaml deleted file mode 100644 index c17d6d6295f6f..0000000000000 --- a/manifests/i/IcecreamApps/PDFCandy/3.07/IcecreamApps.PDFCandy.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: IcecreamApps.PDFCandy -PackageVersion: "3.07" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/i/IcecreamApps/PDFCandy/3.08/IcecreamApps.PDFCandy.installer.yaml b/manifests/i/IcecreamApps/PDFCandy/3.08/IcecreamApps.PDFCandy.installer.yaml deleted file mode 100644 index d55f8dbd65c9b..0000000000000 --- a/manifests/i/IcecreamApps/PDFCandy/3.08/IcecreamApps.PDFCandy.installer.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: IcecreamApps.PDFCandy -PackageVersion: "3.08" -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- bmp -- doc -- docx -- epub -- fb2 -- html -- jpg -- mobi -- ods -- odt -- pdf -- png -- ppt -- pptx -- rtf -- tiff -- xls -- xlsx -Installers: -- Architecture: x86 - InstallerUrl: https://downloadc.icecreamapps.com/pdfcandy_setup.exe - InstallerSha256: FEDBF3A5F90DFBBBA3C043A1C60A14F2AB2307F74593CD3DD4D9FC986A9B0C49 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/i/IcecreamApps/PDFCandy/3.08/IcecreamApps.PDFCandy.locale.en-US.yaml b/manifests/i/IcecreamApps/PDFCandy/3.08/IcecreamApps.PDFCandy.locale.en-US.yaml deleted file mode 100644 index 65e27bd4db54b..0000000000000 --- a/manifests/i/IcecreamApps/PDFCandy/3.08/IcecreamApps.PDFCandy.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: IcecreamApps.PDFCandy -PackageVersion: "3.08" -PackageLocale: en-US -Publisher: Icecream Apps -PublisherUrl: https://icecreamapps.com/ -PublisherSupportUrl: https://icecreamapps.com/support.html -PrivacyUrl: https://icecreamapps.com/privacypolicy.html -Author: Icecream Apps, Ltd. -PackageName: PDF Candy Desktop -PackageUrl: https://pdfcandy.com -License: Proprietary -LicenseUrl: https://pdfcandy.com/terms-of-use.html -Copyright: Copyright (c) 2016-2021 PDF Candy. All rights reserved. -ShortDescription: PDF Candy Desktop is a versatile tool that enables you to convert files from PDF to various supported formats. -Description: PDF Candy Desktop is a versatile tool that enables you to convert files from PDF to various supported formats (PDF to DOC, PDF to JPG, etc), convert documents, ebooks and images to PDF, merge PDF, split PDF, extract images and text from PDF, edit PDF metadata, protect PDF and unlock password-protected PDF files. Most modes support processing files in a bulk. All these features are available through modern and user-friendly interface. -Moniker: pdfcandy -Tags: -- converter -- pdf -- pdf-editor -- unlocker -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/i/IcecreamApps/PDFCandy/3.08/IcecreamApps.PDFCandy.yaml b/manifests/i/IcecreamApps/PDFCandy/3.08/IcecreamApps.PDFCandy.yaml deleted file mode 100644 index 15ea67a423813..0000000000000 --- a/manifests/i/IcecreamApps/PDFCandy/3.08/IcecreamApps.PDFCandy.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jul/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: IcecreamApps.PDFCandy -PackageVersion: "3.08" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/i/IcecreamApps/PDFCandy/3.09/IcecreamApps.PDFCandy.installer.yaml b/manifests/i/IcecreamApps/PDFCandy/3.09/IcecreamApps.PDFCandy.installer.yaml new file mode 100644 index 0000000000000..c9c8d6a49e8d2 --- /dev/null +++ b/manifests/i/IcecreamApps/PDFCandy/3.09/IcecreamApps.PDFCandy.installer.yaml @@ -0,0 +1,39 @@ +# Automatically updated by the winget bot at 2024/Jul/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: IcecreamApps.PDFCandy +PackageVersion: "3.09" +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- bmp +- doc +- docx +- epub +- fb2 +- html +- jpg +- mobi +- ods +- odt +- pdf +- png +- ppt +- pptx +- rtf +- tiff +- xls +- xlsx +Installers: +- Architecture: x86 + InstallerUrl: https://downloadc.icecreamapps.com/pdfcandy_setup.exe + InstallerSha256: 1A8A4F9E0E8C9FF30B02F608E247B50388F47A8F6E7F134FA99BF9F16B57A0A7 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/i/IcecreamApps/PDFCandy/3.09/IcecreamApps.PDFCandy.locale.en-US.yaml b/manifests/i/IcecreamApps/PDFCandy/3.09/IcecreamApps.PDFCandy.locale.en-US.yaml new file mode 100644 index 0000000000000..341d30a55d561 --- /dev/null +++ b/manifests/i/IcecreamApps/PDFCandy/3.09/IcecreamApps.PDFCandy.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2024/Jul/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: IcecreamApps.PDFCandy +PackageVersion: "3.09" +PackageLocale: en-US +Publisher: Icecream Apps +PublisherUrl: https://icecreamapps.com/ +PublisherSupportUrl: https://icecreamapps.com/support.html +PrivacyUrl: https://icecreamapps.com/privacypolicy.html +Author: Icecream Apps, Ltd. +PackageName: PDF Candy Desktop +PackageUrl: https://pdfcandy.com +License: Proprietary +LicenseUrl: https://pdfcandy.com/terms-of-use.html +Copyright: Copyright (c) 2016-2021 PDF Candy. All rights reserved. +ShortDescription: PDF Candy Desktop is a versatile tool that enables you to convert files from PDF to various supported formats. +Description: PDF Candy Desktop is a versatile tool that enables you to convert files from PDF to various supported formats (PDF to DOC, PDF to JPG, etc), convert documents, ebooks and images to PDF, merge PDF, split PDF, extract images and text from PDF, edit PDF metadata, protect PDF and unlock password-protected PDF files. Most modes support processing files in a bulk. All these features are available through modern and user-friendly interface. +Moniker: pdfcandy +Tags: +- converter +- pdf +- pdf-editor +- unlocker +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/i/IcecreamApps/PDFCandy/3.09/IcecreamApps.PDFCandy.yaml b/manifests/i/IcecreamApps/PDFCandy/3.09/IcecreamApps.PDFCandy.yaml new file mode 100644 index 0000000000000..035a82d8ef86d --- /dev/null +++ b/manifests/i/IcecreamApps/PDFCandy/3.09/IcecreamApps.PDFCandy.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Jul/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: IcecreamApps.PDFCandy +PackageVersion: "3.09" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/i/Icedrive/Desktop/3.11/Icedrive.Desktop.installer.yaml b/manifests/i/Icedrive/Desktop/3.11/Icedrive.Desktop.installer.yaml new file mode 100644 index 0000000000000..d05417e3cf78f --- /dev/null +++ b/manifests/i/Icedrive/Desktop/3.11/Icedrive.Desktop.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Icedrive.Desktop +PackageVersion: '3.11' +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.icedrive.net/static/apps/win/IcedriveSetup-v3.11.exe + InstallerSha256: 83EADE7C3A50C45E7DCA29E3F02B726BA61F1C1C84B784C62CF13860EA977BC3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Icedrive/Desktop/3.11/Icedrive.Desktop.locale.en-US.yaml b/manifests/i/Icedrive/Desktop/3.11/Icedrive.Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..cd6d33c214b04 --- /dev/null +++ b/manifests/i/Icedrive/Desktop/3.11/Icedrive.Desktop.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Icedrive.Desktop +PackageVersion: '3.11' +PackageLocale: en-US +Publisher: ID Cloud Services Ltd. +PublisherUrl: https://icedrive.net/ +PublisherSupportUrl: https://icedrive.net/help +PrivacyUrl: https://icedrive.net/legal/privacy-policy +PackageName: Icedrive +PackageUrl: https://icedrive.net/apps/desktop-laptop +License: Proprietary +LicenseUrl: https://icedrive.net/legal/terms-of-service +Copyright: Copyright (C) 2018-2024 ID Cloud Services Ltd. +ShortDescription: Cloud storage fused with physical hard drive. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Icedrive/Desktop/3.11/Icedrive.Desktop.yaml b/manifests/i/Icedrive/Desktop/3.11/Icedrive.Desktop.yaml new file mode 100644 index 0000000000000..0b9bdaddbb07c --- /dev/null +++ b/manifests/i/Icedrive/Desktop/3.11/Icedrive.Desktop.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Icedrive.Desktop +PackageVersion: '3.11' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Icons8/Lunacy/10.0.1/Icons8.Lunacy.installer.yaml b/manifests/i/Icons8/Lunacy/10.0.1/Icons8.Lunacy.installer.yaml new file mode 100644 index 0000000000000..482c66360ee4b --- /dev/null +++ b/manifests/i/Icons8/Lunacy/10.0.1/Icons8.Lunacy.installer.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2024/Aug/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Icons8.Lunacy +PackageVersion: 10.0.1 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: arm64 + InstallerUrl: https://lcdn.icons8.com/setup/LunacySetup_arm64.exe + InstallerSha256: 31905243DE106B36D58970678F6FA837318765141CB1EFBBBE579CA171A05934 +- Architecture: x64 + InstallerUrl: https://lcdn.icons8.com/setup/LunacySetup.exe + InstallerSha256: 312A1A32E79085FDE5AB8A7CF1F12AE3BA0A785C91B4E49D78996C688FAD4924 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Icons8/Lunacy/9.6.2/Icons8.Lunacy.locale.en-US.yaml b/manifests/i/Icons8/Lunacy/10.0.1/Icons8.Lunacy.locale.en-US.yaml similarity index 91% rename from manifests/i/Icons8/Lunacy/9.6.2/Icons8.Lunacy.locale.en-US.yaml rename to manifests/i/Icons8/Lunacy/10.0.1/Icons8.Lunacy.locale.en-US.yaml index 0a1f835496239..53a00406812db 100644 --- a/manifests/i/Icons8/Lunacy/9.6.2/Icons8.Lunacy.locale.en-US.yaml +++ b/manifests/i/Icons8/Lunacy/10.0.1/Icons8.Lunacy.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/May/31 +# Automatically updated by the winget bot at 2024/Aug/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Icons8.Lunacy -PackageVersion: 9.6.2 +PackageVersion: 10.0.1 PackageLocale: en-US Publisher: Icons8 PublisherUrl: https://icons8.com diff --git a/manifests/i/Icons8/Lunacy/10.0.1/Icons8.Lunacy.yaml b/manifests/i/Icons8/Lunacy/10.0.1/Icons8.Lunacy.yaml new file mode 100644 index 0000000000000..7568eb27f9939 --- /dev/null +++ b/manifests/i/Icons8/Lunacy/10.0.1/Icons8.Lunacy.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Icons8.Lunacy +PackageVersion: 10.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Icons8/Lunacy/9.6.2/Icons8.Lunacy.installer.yaml b/manifests/i/Icons8/Lunacy/9.6.2/Icons8.Lunacy.installer.yaml deleted file mode 100644 index 2b6b8c592b3b7..0000000000000 --- a/manifests/i/Icons8/Lunacy/9.6.2/Icons8.Lunacy.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/31 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Icons8.Lunacy -PackageVersion: 9.6.2 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: arm64 - InstallerUrl: https://lcdn.icons8.com/setup/LunacySetup_arm64.exe - InstallerSha256: 5DE02B5332E10A7B3BEEEA4840AEDB9BE7B6D69CEFADCE0142AA403103D1C7BE -- Architecture: x64 - InstallerUrl: https://lcdn.icons8.com/setup/LunacySetup.exe - InstallerSha256: A78C90B6F0F3AE2D706BB89CBEB15507BBF6D899CE17861FEA9F1CC343B190AF -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/Icons8/Lunacy/9.6.2/Icons8.Lunacy.yaml b/manifests/i/Icons8/Lunacy/9.6.2/Icons8.Lunacy.yaml deleted file mode 100644 index fad7045a2f348..0000000000000 --- a/manifests/i/Icons8/Lunacy/9.6.2/Icons8.Lunacy.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/May/31 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Icons8.Lunacy -PackageVersion: 9.6.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/i/Igoravl/TfsCmdlets/2.8.2/Igoravl.TfsCmdlets.installer.yaml b/manifests/i/Igoravl/TfsCmdlets/2.8.2/Igoravl.TfsCmdlets.installer.yaml new file mode 100644 index 0000000000000..59626c973a229 --- /dev/null +++ b/manifests/i/Igoravl/TfsCmdlets/2.8.2/Igoravl.TfsCmdlets.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: Igoravl.TfsCmdlets +PackageVersion: 2.8.2 +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: x64 + InstallerType: wix + Scope: user + InstallerUrl: https://github.com/igoravl/TfsCmdlets/releases/download/v2.8.2%2B3561.26/TfsCmdlets-2.8.2.msi + InstallerSha256: 08FA9D7CC3EA86221A552B8543A706A734AF28E1C5C777B10E52585964FE2628 + ProductCode: "{1CFACC92-00B5-47B7-8BA7-43F60C7FD2A5}" + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.6.0 + diff --git a/manifests/i/Igoravl/TfsCmdlets/2.8.2/Igoravl.TfsCmdlets.locale.en-US.yaml b/manifests/i/Igoravl/TfsCmdlets/2.8.2/Igoravl.TfsCmdlets.locale.en-US.yaml new file mode 100644 index 0000000000000..091e5dd1708b3 --- /dev/null +++ b/manifests/i/Igoravl/TfsCmdlets/2.8.2/Igoravl.TfsCmdlets.locale.en-US.yaml @@ -0,0 +1,32 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: Igoravl.TfsCmdlets +PackageVersion: 2.8.2 +PackageLocale: en-US +Publisher: Igor Abade V. Leite +PublisherUrl: https://github.com/igoravl/TfsCmdlets +PublisherSupportUrl: https://github.com/igoravl/TfsCmdlets/issues +#PrivacyUrl: +Author: Igor Abade V. Leite +PackageName: TfsCmdlets +PackageUrl: https://tfscmdlets.dev/ +License: MIT +LicenseUrl: https://github.com/igoravl/TfsCmdlets/blob/main/LICENSE.md +Copyright: Copyright (c) Igor Abade V. Leite +#CopyrightUrl: +ShortDescription: PowerShell Cmdlets for Azure DevOps and Team Foundation Server +Description: TfsCmdlets is a PowerShell module which provides many commands to simplify automated interaction with Azure DevOps (Server & Services) and Team Foundation Server. +Moniker: tfscmdlets +Tags: +- tfscmdlets +- tfs +- vsts +- powershell +- azure +- azuredevops +- devops +- alm +- teamfoundationserver +ManifestType: defaultLocale +ManifestVersion: 1.6.0 + diff --git a/manifests/i/Igoravl/TfsCmdlets/2.8.2/Igoravl.TfsCmdlets.yaml b/manifests/i/Igoravl/TfsCmdlets/2.8.2/Igoravl.TfsCmdlets.yaml new file mode 100644 index 0000000000000..058585b55289f --- /dev/null +++ b/manifests/i/Igoravl/TfsCmdlets/2.8.2/Igoravl.TfsCmdlets.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: Igoravl.TfsCmdlets +PackageVersion: 2.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 + diff --git a/manifests/i/Igoravl/TfsCmdlets/2.9.0/Igoravl.TfsCmdlets.installer.yaml b/manifests/i/Igoravl/TfsCmdlets/2.9.0/Igoravl.TfsCmdlets.installer.yaml new file mode 100644 index 0000000000000..28c20d98ee8fe --- /dev/null +++ b/manifests/i/Igoravl/TfsCmdlets/2.9.0/Igoravl.TfsCmdlets.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: Igoravl.TfsCmdlets +PackageVersion: 2.9.0 +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Architecture: x64 + InstallerType: wix + Scope: user + InstallerUrl: https://github.com/igoravl/TfsCmdlets/releases/download/v2.9.0%2B3583.93/TfsCmdlets-2.9.0.msi + InstallerSha256: 8E105669E32CDC7D8943F8E53EDA813D9EDE4390AC8506DB253E2FE5715E070D + ProductCode: "{5443F9B8-25EC-47AA-894B-DF712C4DBD29}" + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.6.0 + diff --git a/manifests/i/Igoravl/TfsCmdlets/2.9.0/Igoravl.TfsCmdlets.locale.en-US.yaml b/manifests/i/Igoravl/TfsCmdlets/2.9.0/Igoravl.TfsCmdlets.locale.en-US.yaml new file mode 100644 index 0000000000000..ac910c2e61a80 --- /dev/null +++ b/manifests/i/Igoravl/TfsCmdlets/2.9.0/Igoravl.TfsCmdlets.locale.en-US.yaml @@ -0,0 +1,32 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: Igoravl.TfsCmdlets +PackageVersion: 2.9.0 +PackageLocale: en-US +Publisher: Igor Abade V. Leite +PublisherUrl: https://github.com/igoravl/TfsCmdlets +PublisherSupportUrl: https://github.com/igoravl/TfsCmdlets/issues +#PrivacyUrl: +Author: Igor Abade V. Leite +PackageName: TfsCmdlets +PackageUrl: https://tfscmdlets.dev/ +License: MIT +LicenseUrl: https://github.com/igoravl/TfsCmdlets/blob/main/LICENSE.md +Copyright: Copyright (c) Igor Abade V. Leite +#CopyrightUrl: +ShortDescription: PowerShell Cmdlets for Azure DevOps and Team Foundation Server +Description: TfsCmdlets is a PowerShell module which provides many commands to simplify automated interaction with Azure DevOps (Server & Services) and Team Foundation Server. +Moniker: tfscmdlets +Tags: +- tfscmdlets +- tfs +- vsts +- powershell +- azure +- azuredevops +- devops +- alm +- teamfoundationserver +ManifestType: defaultLocale +ManifestVersion: 1.6.0 + diff --git a/manifests/i/Igoravl/TfsCmdlets/2.9.0/Igoravl.TfsCmdlets.yaml b/manifests/i/Igoravl/TfsCmdlets/2.9.0/Igoravl.TfsCmdlets.yaml new file mode 100644 index 0000000000000..decf0eb46c587 --- /dev/null +++ b/manifests/i/Igoravl/TfsCmdlets/2.9.0/Igoravl.TfsCmdlets.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: Igoravl.TfsCmdlets +PackageVersion: 2.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 + diff --git a/manifests/i/ImageLine/FLStudio/24.1.1.4285/ImageLine.FLStudio.installer.yaml b/manifests/i/ImageLine/FLStudio/24.1.1.4285/ImageLine.FLStudio.installer.yaml new file mode 100644 index 0000000000000..bd81ff7ccdd97 --- /dev/null +++ b/manifests/i/ImageLine/FLStudio/24.1.1.4285/ImageLine.FLStudio.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ImageLine.FLStudio +PackageVersion: 24.1.1.4285 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +FileExtensions: +- flp +- fsc +- fst +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x64 + InstallerUrl: http://install.image-line.com/flstudio/flstudio_win64_24.1.1.4285.exe + InstallerSha256: C055F346162E8D340EA75E8BFE89E6E32297A83B4526839D41831DB2E799640C + ProductCode: FL Studio 2024 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageLine/FLStudio/24.1.1.4285/ImageLine.FLStudio.locale.en-US.yaml b/manifests/i/ImageLine/FLStudio/24.1.1.4285/ImageLine.FLStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..e71ab0b3ddc1e --- /dev/null +++ b/manifests/i/ImageLine/FLStudio/24.1.1.4285/ImageLine.FLStudio.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ImageLine.FLStudio +PackageVersion: 24.1.1.4285 +PackageLocale: en-US +Publisher: Image-Line +# PublisherUrl: https://www.image-line.com/ +# PublisherSupportUrl: https://www.image-line.com/fl-studio-support/ +# PrivacyUrl: https://www.image-line.com/privacy-policy/ +Author: Image Line nv +PackageName: FL Studio +# PackageUrl: https://www.image-line.com/fl-studio/ +License: Proprietary +# LicenseUrl: https://www.image-line.com/image-line-software-eula/ +Copyright: Copyright © 2012-2024 by Image-Line. All rights reserved. +# CopyrightUrl: https://www.image-line.com/disclaimer/ +ShortDescription: Music Production Suite for Desktop +Description: FL Studio is the desktop DAW that music-makers across the world use to turn ideas into reality. Whether you’re just starting or are an experienced producer, FL Studio includes everything you need to create music. +# Moniker: +Tags: +- audio +- daw +- digital-audio-workstation +- fruityloops +- midi +- mixing +- music +- sound +- synth +- synthesizer +- vst +# ReleaseNotes: +# ReleaseNotesUrl: https://www.image-line.com/fl-studio-learning/fl-studio-online-manual/html/WhatsNew.htm +PurchaseUrl: https://support.image-line.com/jshop/shop.php +# InstallationNotes: +# Documentations: +# - DocumentLabel: Learning + # DocumentUrl: https://www.image-line.com/fl-studio-learning/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageLine/FLStudio/24.1.1.4285/ImageLine.FLStudio.locale.zh-CN.yaml b/manifests/i/ImageLine/FLStudio/24.1.1.4285/ImageLine.FLStudio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0b83b3b06346b --- /dev/null +++ b/manifests/i/ImageLine/FLStudio/24.1.1.4285/ImageLine.FLStudio.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: ImageLine.FLStudio +PackageVersion: 24.1.1.4285 +PackageLocale: zh-CN +Publisher: Image-Line +# PublisherUrl: https://www.image-line.com/ +# PublisherSupportUrl: https://www.image-line.com/fl-studio-support/ +# PrivacyUrl: https://www.image-line.com/privacy-policy/ +Author: Image Line nv +PackageName: FL Studio +# PackageUrl: https://www.image-line.com/fl-studio/ +License: 专有软件 +# LicenseUrl: https://www.image-line.com/image-line-software-eula/ +Copyright: Copyright © 2012-2024 by Image-Line. All rights reserved. +# CopyrightUrl: https://www.image-line.com/disclaimer/ +ShortDescription: 桌面音乐制作套件 +Description: FL Studio 是全球音乐制作人用来实现创意的桌面 DAW。无论您是刚刚起步还是经验丰富的制作人,FL Studio 都能满足您创作音乐的一切需求。 +# Moniker: +Tags: +- daw +- fruityloops +- midi +- vst +- 合成器 +- 声音 +- 数字音频工作站 +- 混音 +- 音乐 +- 音频 +# ReleaseNotes: +# ReleaseNotesUrl: https://www.image-line.com/fl-studio-learning/fl-studio-online-manual/html/WhatsNew.htm +PurchaseUrl: https://support.image-line.com/jshop/shop.php +# InstallationNotes: +# Documentations: +# - DocumentLabel: 学习 +# DocumentUrl: https://www.image-line.com/fl-studio-learning/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageLine/FLStudio/24.1.1.4285/ImageLine.FLStudio.yaml b/manifests/i/ImageLine/FLStudio/24.1.1.4285/ImageLine.FLStudio.yaml new file mode 100644 index 0000000000000..6107945f8b834 --- /dev/null +++ b/manifests/i/ImageLine/FLStudio/24.1.1.4285/ImageLine.FLStudio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ImageLine.FLStudio +PackageVersion: 24.1.1.4285 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/7.1.1.35/ImageMagick.ImageMagick.installer.yaml b/manifests/i/ImageMagick/ImageMagick/7.1.1.35/ImageMagick.ImageMagick.installer.yaml deleted file mode 100644 index 832e8a594183c..0000000000000 --- a/manifests/i/ImageMagick/ImageMagick/7.1.1.35/ImageMagick.ImageMagick.installer.yaml +++ /dev/null @@ -1,128 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: ImageMagick.ImageMagick -PackageVersion: 7.1.1.35 -UpgradeBehavior: install -Commands: -- compare -- composite -- conjure -- convert -- identify -- magick -- mogrify -- montage -- stream -ReleaseDate: 2024-07-14 -Installers: -- Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-Q16-HDRI-x86-dll.exe - InstallerSha256: 6CB6F25B7DDF499309909252240F847B14D7D1279F7F04BC8EB468F27777CED8 - ProductCode: ImageMagick 7.1.1 Q16-HDRI (32-bit)_is1 -- Architecture: x64 - InstallerType: inno - Scope: machine - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-Q16-HDRI-x64-dll.exe - InstallerSha256: 83E1B3AD474B6C78F0F20514C6313938DCDD3BF8338C316C25F099D44CBF483C - ProductCode: ImageMagick 7.1.1 Q16-HDRI (64-bit)_is1 -- Architecture: arm64 - InstallerType: inno - Scope: machine - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-Q16-HDRI-arm64-dll.exe - InstallerSha256: 6190D808395BD0605ED9523752C37AFA88B37B1DF413BFE0CC60DA66DE5B065E - ProductCode: ImageMagick 7.1.1 Q16-HDRI (arm64)_is1 -- Platform: - - Windows.Desktop - MinimumOSVersion: 10.0.17763.0 - Architecture: x64 - InstallerType: msix - InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.1-35/ImageMagick.Q16-HDRI.msixbundle - InstallerSha256: 6AA398A7665424EC336E585A03AAD851484235718405F90A4A29D7FC7ACD50BF - SignatureSha256: 1DD9690D1D0E28A2DB979C5DCAC5967A18A538E25F1360846E01EB5521C5FF06 - PackageFamilyName: ImageMagick.Q16-HDRI_b3hnabsze9y3j -- Platform: - - Windows.Desktop - MinimumOSVersion: 10.0.17763.0 - Architecture: arm64 - InstallerType: msix - InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.1-35/ImageMagick.Q16-HDRI.msixbundle - InstallerSha256: 6AA398A7665424EC336E585A03AAD851484235718405F90A4A29D7FC7ACD50BF - SignatureSha256: 1DD9690D1D0E28A2DB979C5DCAC5967A18A538E25F1360846E01EB5521C5FF06 - PackageFamilyName: ImageMagick.Q16-HDRI_b3hnabsze9y3j -- Architecture: x86 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x86\compare.exe - PortableCommandAlias: compare - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x86\composite.exe - PortableCommandAlias: composite - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x86\conjure.exe - PortableCommandAlias: conjure - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x86\convert.exe - PortableCommandAlias: convert - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x86\identify.exe - PortableCommandAlias: identify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x86\magick.exe - PortableCommandAlias: magick - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x86\mogrify.exe - PortableCommandAlias: mogrify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x86\montage.exe - PortableCommandAlias: montage - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x86\stream.exe - PortableCommandAlias: stream - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-portable-Q16-HDRI-x86.zip - InstallerSha256: A85F35AF14A9792BFA7F250A830BC7FE5C856CDF0525CF144BB7D1741D8C871B -- Architecture: x64 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x64\compare.exe - PortableCommandAlias: compare - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x64\composite.exe - PortableCommandAlias: composite - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x64\conjure.exe - PortableCommandAlias: conjure - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x64\convert.exe - PortableCommandAlias: convert - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x64\identify.exe - PortableCommandAlias: identify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x64\magick.exe - PortableCommandAlias: magick - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x64\mogrify.exe - PortableCommandAlias: mogrify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x64\montage.exe - PortableCommandAlias: montage - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-x64\stream.exe - PortableCommandAlias: stream - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-portable-Q16-HDRI-x64.zip - InstallerSha256: FA33D8F0087032B9D1731B35E9EFC5A4A57C2D4D19C6C49CCAABDB177C69243B -- Architecture: arm64 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-arm64\compare.exe - PortableCommandAlias: compare - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-arm64\composite.exe - PortableCommandAlias: composite - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-arm64\conjure.exe - PortableCommandAlias: conjure - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-arm64\convert.exe - PortableCommandAlias: convert - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-arm64\identify.exe - PortableCommandAlias: identify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-arm64\magick.exe - PortableCommandAlias: magick - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-arm64\mogrify.exe - PortableCommandAlias: mogrify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-arm64\montage.exe - PortableCommandAlias: montage - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-HDRI-arm64\stream.exe - PortableCommandAlias: stream - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-portable-Q16-HDRI-arm64.zip - InstallerSha256: 3F4C690CB2B8E5D58427FF8340FED39D8E282F5EDB6E128612089917DB503B81 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/7.1.1.35/ImageMagick.ImageMagick.locale.en-US.yaml b/manifests/i/ImageMagick/ImageMagick/7.1.1.35/ImageMagick.ImageMagick.locale.en-US.yaml deleted file mode 100644 index 09252b1a95f64..0000000000000 --- a/manifests/i/ImageMagick/ImageMagick/7.1.1.35/ImageMagick.ImageMagick.locale.en-US.yaml +++ /dev/null @@ -1,58 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: ImageMagick.ImageMagick -PackageVersion: 7.1.1.35 -PackageLocale: en-US -Publisher: ImageMagick Studio LLC -PublisherUrl: https://imagemagick.org/ -PublisherSupportUrl: https://github.com/ImageMagick/ImageMagick/issues -PrivacyUrl: https://imagemagick.org/script/privacy-policy.php -Author: ImageMagick Studio LLC -PackageName: ImageMagick Q16-HDRI -PackageUrl: https://imagemagick.org/ -License: ImageMagick -LicenseUrl: https://imagemagick.org/script/license.php -Copyright: Copyright © 1999 ImageMagick Studio LLC -# CopyrightUrl: -ShortDescription: A free, open-source software suite for editing and manipulating digital images -Description: |- - ImageMagick® is a free, open-source software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file formats, including JPEG, PNG, GIF, TIFF, and Ultra HDR. - ImageMagick is widely used in industries such as web development, graphic design, and video editing, as well as in scientific research, medical imaging, and astronomy. Its versatile and customizable nature, along with its robust image processing capabilities, make it a popular choice for a wide range of image-related tasks. - ImageMagick includes a command-line interface for executing complex image processing tasks, as well as APIs for integrating its features into software applications. It is written in C and can be used on a variety of operating systems, including Linux, Windows, and macOS. -# Moniker: -Tags: -- image -ReleaseNotes: |- - Commits - - beta release b6647e5 - - Also set dpi-x and dpi-y when running rsvg-convert. eac001f - - convert sub-command is deprecated d67039e - - only operators should disable "identify ping" (https://github.com/ImageMagick/ImageMagick/issues/7441) a262192 - - cosmetic e3558d2 - - fix compiler error ecc21c7 - - -outdir deprecated 9980efa - - Get the correct width and height when heic:preserve-orientation is set to true. ed3a0dd - - Set heic image orientation using transform information. ba470aa - - Exit earlier when the symlink could not be created when invoking the svg:decode delegate. 8a48edd - - Fixed MSYS2 build error. 3b22378 - - Also set the DNG properties when pinging the image. fc1c61b - - Silence warning when lqr delegate is disabled. ae0d69a - - Added version check for the heif_properties.h include. 656b4d2 - - Make sure we always use the i64 version of the "file methods" on Windows. b3e8a78 - - Changed defines to use method instead of a define. 75b66c4 - - Changes due to upgrade of libheif. 841f033 - - smooth the rendering of an ellipse (https://github.com/ImageMagick/ImageMagick/issues/7465) 1bfce2a - - release d775d2a -ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md#711-35---2024-07-14 -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: Command-line Tools - DocumentUrl: https://imagemagick.org/script/command-line-tools.php -- DocumentLabel: Command-line Processing - DocumentUrl: https://imagemagick.org/script/command-line-processing.php -- DocumentLabel: Develop - DocumentUrl: https://imagemagick.org/script/develop.php -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/7.1.1.38/ImageMagick.ImageMagick.installer.yaml b/manifests/i/ImageMagick/ImageMagick/7.1.1.38/ImageMagick.ImageMagick.installer.yaml new file mode 100644 index 0000000000000..9d98bfb0e5397 --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/7.1.1.38/ImageMagick.ImageMagick.installer.yaml @@ -0,0 +1,127 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ImageMagick.ImageMagick +PackageVersion: 7.1.1.38 +UpgradeBehavior: install +Commands: +- compare +- composite +- conjure +- convert +- identify +- magick +- mogrify +- montage +- stream +Installers: +- Architecture: x86 + InstallerType: inno + Scope: machine + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-Q16-HDRI-x86-dll.exe + InstallerSha256: E6E972772970F71C4E332984B5D8200FF7C9B1557E3F92592DC3160B22C872C1 + ProductCode: ImageMagick 7.1.1 Q16-HDRI (32-bit)_is1 +- Architecture: x64 + InstallerType: inno + Scope: machine + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-Q16-HDRI-x64-dll.exe + InstallerSha256: F821B6CF6BDFA89A5BBBDCD83D730557792BC8C4DC710D56F052982176D9E10F + ProductCode: ImageMagick 7.1.1 Q16-HDRI (64-bit)_is1 +- Architecture: arm64 + InstallerType: inno + Scope: machine + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-Q16-HDRI-arm64-dll.exe + InstallerSha256: 7BD19780AB7192EC75420C166AB0B9662112B6222240D930D9D1A000D64AF0D5 + ProductCode: ImageMagick 7.1.1 Q16-HDRI (arm64)_is1 +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.17763.0 + Architecture: x64 + InstallerType: msix + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.1-38/ImageMagick.Q16-HDRI.msixbundle + InstallerSha256: E757224E36AB78AFF5EA0A3FB2C7FD3761E63645E8943F78B0568DE99D28A160 + SignatureSha256: 4992177DB57453584474A08E83BD7A379649594D64439D4F6B22FA0ED877C3DB + PackageFamilyName: ImageMagick.Q16-HDRI_b3hnabsze9y3j +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.17763.0 + Architecture: arm64 + InstallerType: msix + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.1-38/ImageMagick.Q16-HDRI.msixbundle + InstallerSha256: E757224E36AB78AFF5EA0A3FB2C7FD3761E63645E8943F78B0568DE99D28A160 + SignatureSha256: 4992177DB57453584474A08E83BD7A379649594D64439D4F6B22FA0ED877C3DB + PackageFamilyName: ImageMagick.Q16-HDRI_b3hnabsze9y3j +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x86\compare.exe + PortableCommandAlias: compare + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x86\composite.exe + PortableCommandAlias: composite + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x86\conjure.exe + PortableCommandAlias: conjure + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x86\convert.exe + PortableCommandAlias: convert + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x86\identify.exe + PortableCommandAlias: identify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x86\magick.exe + PortableCommandAlias: magick + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x86\mogrify.exe + PortableCommandAlias: mogrify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x86\montage.exe + PortableCommandAlias: montage + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x86\stream.exe + PortableCommandAlias: stream + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-portable-Q16-HDRI-x86.zip + InstallerSha256: C3F1844E1CD47F0C38FF20165EF07D9FC43753BD39C55AAEB2C4038E5064DB5C +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x64\compare.exe + PortableCommandAlias: compare + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x64\composite.exe + PortableCommandAlias: composite + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x64\conjure.exe + PortableCommandAlias: conjure + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x64\convert.exe + PortableCommandAlias: convert + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x64\identify.exe + PortableCommandAlias: identify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x64\magick.exe + PortableCommandAlias: magick + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x64\mogrify.exe + PortableCommandAlias: mogrify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x64\montage.exe + PortableCommandAlias: montage + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-x64\stream.exe + PortableCommandAlias: stream + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-portable-Q16-HDRI-x64.zip + InstallerSha256: C74A39A6799560AE4B7BAB13B430F27D7FCE7D6614686A991D42CF770AED5795 +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-arm64\compare.exe + PortableCommandAlias: compare + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-arm64\composite.exe + PortableCommandAlias: composite + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-arm64\conjure.exe + PortableCommandAlias: conjure + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-arm64\convert.exe + PortableCommandAlias: convert + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-arm64\identify.exe + PortableCommandAlias: identify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-arm64\magick.exe + PortableCommandAlias: magick + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-arm64\mogrify.exe + PortableCommandAlias: mogrify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-arm64\montage.exe + PortableCommandAlias: montage + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-HDRI-arm64\stream.exe + PortableCommandAlias: stream + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-portable-Q16-HDRI-arm64.zip + InstallerSha256: 7634137DBED0ADA3030AAA0536409129F3190CEF44C3F1F7111C4FCF1D088C37 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/7.1.1.38/ImageMagick.ImageMagick.locale.en-US.yaml b/manifests/i/ImageMagick/ImageMagick/7.1.1.38/ImageMagick.ImageMagick.locale.en-US.yaml new file mode 100644 index 0000000000000..a0efdb3cb0599 --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/7.1.1.38/ImageMagick.ImageMagick.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ImageMagick.ImageMagick +PackageVersion: 7.1.1.38 +PackageLocale: en-US +Publisher: ImageMagick Studio LLC +PublisherUrl: https://imagemagick.org/ +PublisherSupportUrl: https://github.com/ImageMagick/ImageMagick/issues +PrivacyUrl: https://imagemagick.org/script/privacy-policy.php +Author: ImageMagick Studio LLC +PackageName: ImageMagick Q16-HDRI +PackageUrl: https://imagemagick.org/ +License: ImageMagick +LicenseUrl: https://imagemagick.org/script/license.php +Copyright: Copyright © 1999 ImageMagick Studio LLC +# CopyrightUrl: +ShortDescription: A free, open-source software suite for editing and manipulating digital images +Description: |- + ImageMagick® is a free, open-source software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file formats, including JPEG, PNG, GIF, TIFF, and Ultra HDR. + ImageMagick is widely used in industries such as web development, graphic design, and video editing, as well as in scientific research, medical imaging, and astronomy. Its versatile and customizable nature, along with its robust image processing capabilities, make it a popular choice for a wide range of image-related tasks. + ImageMagick includes a command-line interface for executing complex image processing tasks, as well as APIs for integrating its features into software applications. It is written in C and can be used on a variety of operating systems, including Linux, Windows, and macOS. +# Moniker: +Tags: +- image +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Command-line Tools + DocumentUrl: https://imagemagick.org/script/command-line-tools.php +- DocumentLabel: Command-line Processing + DocumentUrl: https://imagemagick.org/script/command-line-processing.php +- DocumentLabel: Develop + DocumentUrl: https://imagemagick.org/script/develop.php +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/7.1.1.35/ImageMagick.ImageMagick.locale.zh-CN.yaml b/manifests/i/ImageMagick/ImageMagick/7.1.1.38/ImageMagick.ImageMagick.locale.zh-CN.yaml similarity index 94% rename from manifests/i/ImageMagick/ImageMagick/7.1.1.35/ImageMagick.ImageMagick.locale.zh-CN.yaml rename to manifests/i/ImageMagick/ImageMagick/7.1.1.38/ImageMagick.ImageMagick.locale.zh-CN.yaml index 93d04a950a105..8badad1140613 100644 --- a/manifests/i/ImageMagick/ImageMagick/7.1.1.35/ImageMagick.ImageMagick.locale.zh-CN.yaml +++ b/manifests/i/ImageMagick/ImageMagick/7.1.1.38/ImageMagick.ImageMagick.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: ImageMagick.ImageMagick -PackageVersion: 7.1.1.35 +PackageVersion: 7.1.1.38 PackageLocale: zh-CN Publisher: ImageMagick Studio LLC PublisherUrl: https://imagemagick.org/ @@ -24,7 +24,7 @@ Description: |- Tags: - 图像 # ReleaseNotes: -ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md#711-35---2024-07-14 +ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/i/ImageMagick/ImageMagick/7.1.1.35/ImageMagick.ImageMagick.yaml b/manifests/i/ImageMagick/ImageMagick/7.1.1.38/ImageMagick.ImageMagick.yaml similarity index 83% rename from manifests/i/ImageMagick/ImageMagick/7.1.1.35/ImageMagick.ImageMagick.yaml rename to manifests/i/ImageMagick/ImageMagick/7.1.1.38/ImageMagick.ImageMagick.yaml index dcf79f02bbfa9..f6c0e777bbaf9 100644 --- a/manifests/i/ImageMagick/ImageMagick/7.1.1.35/ImageMagick.ImageMagick.yaml +++ b/manifests/i/ImageMagick/ImageMagick/7.1.1.38/ImageMagick.ImageMagick.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: ImageMagick.ImageMagick -PackageVersion: 7.1.1.35 +PackageVersion: 7.1.1.38 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.35/ImageMagick.ImageMagick.Q16.installer.yaml b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.35/ImageMagick.ImageMagick.Q16.installer.yaml deleted file mode 100644 index 2af0bbad97a66..0000000000000 --- a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.35/ImageMagick.ImageMagick.Q16.installer.yaml +++ /dev/null @@ -1,110 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: ImageMagick.ImageMagick.Q16 -PackageVersion: 7.1.1.35 -UpgradeBehavior: install -Commands: -- compare -- composite -- conjure -- convert -- identify -- magick -- mogrify -- montage -- stream -ReleaseDate: 2024-07-14 -Installers: -- Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-Q16-x86-dll.exe - InstallerSha256: 9C768049C7E354522C258090FC0B463F5F964794F1A238466761EB074B2AF693 - ProductCode: ImageMagick 7.1.1 Q16 (32-bit)_is1 -- Architecture: x64 - InstallerType: inno - Scope: machine - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-Q16-x64-dll.exe - InstallerSha256: BCF9927CBF504314CC041FC9A43B7FD9CD7093E03D6C8C2A7A4FAF67201B36A5 - ProductCode: ImageMagick 7.1.1 Q16 (64-bit)_is1 -- Architecture: arm64 - InstallerType: inno - Scope: machine - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-Q16-arm64-dll.exe - InstallerSha256: 78CE730CD3C02D8B36CAFFB81DBEA8E4752EE67BBF47A287AFFBB50BF69B8B39 - ProductCode: ImageMagick 7.1.1 Q16 (arm64)_is1 -- Architecture: x86 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x86\compare.exe - PortableCommandAlias: compare - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x86\composite.exe - PortableCommandAlias: composite - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x86\conjure.exe - PortableCommandAlias: conjure - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x86\convert.exe - PortableCommandAlias: convert - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x86\identify.exe - PortableCommandAlias: identify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x86\magick.exe - PortableCommandAlias: magick - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x86\mogrify.exe - PortableCommandAlias: mogrify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x86\montage.exe - PortableCommandAlias: montage - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x86\stream.exe - PortableCommandAlias: stream - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-portable-Q16-x86.zip - InstallerSha256: EA648C83165DA32D66D8FEF263DAE286847265B419925C563C0833DC3E0C38A6 -- Architecture: x64 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x64\compare.exe - PortableCommandAlias: compare - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x64\composite.exe - PortableCommandAlias: composite - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x64\conjure.exe - PortableCommandAlias: conjure - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x64\convert.exe - PortableCommandAlias: convert - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x64\identify.exe - PortableCommandAlias: identify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x64\magick.exe - PortableCommandAlias: magick - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x64\mogrify.exe - PortableCommandAlias: mogrify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x64\montage.exe - PortableCommandAlias: montage - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-x64\stream.exe - PortableCommandAlias: stream - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-portable-Q16-x64.zip - InstallerSha256: BAE05AABB28876EC4323E7A30D8818E7ABE684766B9CF144CAD7F1681CABFA58 -- Architecture: arm64 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-arm64\compare.exe - PortableCommandAlias: compare - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-arm64\composite.exe - PortableCommandAlias: composite - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-arm64\conjure.exe - PortableCommandAlias: conjure - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-arm64\convert.exe - PortableCommandAlias: convert - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-arm64\identify.exe - PortableCommandAlias: identify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-arm64\magick.exe - PortableCommandAlias: magick - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-arm64\mogrify.exe - PortableCommandAlias: mogrify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-arm64\montage.exe - PortableCommandAlias: montage - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q16-arm64\stream.exe - PortableCommandAlias: stream - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-portable-Q16-arm64.zip - InstallerSha256: 7A6640DCB3A824567582933B10ACF77C4FA1AC36DCEEF08490177DDA5D17A973 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.35/ImageMagick.ImageMagick.Q16.locale.en-US.yaml b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.35/ImageMagick.ImageMagick.Q16.locale.en-US.yaml deleted file mode 100644 index fb72b95834191..0000000000000 --- a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.35/ImageMagick.ImageMagick.Q16.locale.en-US.yaml +++ /dev/null @@ -1,58 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: ImageMagick.ImageMagick.Q16 -PackageVersion: 7.1.1.35 -PackageLocale: en-US -Publisher: ImageMagick Studio LLC -PublisherUrl: https://imagemagick.org/ -PublisherSupportUrl: https://github.com/ImageMagick/ImageMagick/issues -PrivacyUrl: https://imagemagick.org/script/privacy-policy.php -Author: ImageMagick Studio LLC -PackageName: ImageMagick Q16 -PackageUrl: https://imagemagick.org/ -License: ImageMagick -LicenseUrl: https://imagemagick.org/script/license.php -Copyright: Copyright © 1999 ImageMagick Studio LLC -# CopyrightUrl: -ShortDescription: A free, open-source software suite for editing and manipulating digital images -Description: |- - ImageMagick® is a free, open-source software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file formats, including JPEG, PNG, GIF, TIFF, and Ultra HDR. - ImageMagick is widely used in industries such as web development, graphic design, and video editing, as well as in scientific research, medical imaging, and astronomy. Its versatile and customizable nature, along with its robust image processing capabilities, make it a popular choice for a wide range of image-related tasks. - ImageMagick includes a command-line interface for executing complex image processing tasks, as well as APIs for integrating its features into software applications. It is written in C and can be used on a variety of operating systems, including Linux, Windows, and macOS. -# Moniker: -Tags: -- image -ReleaseNotes: |- - Commits - - beta release b6647e5 - - Also set dpi-x and dpi-y when running rsvg-convert. eac001f - - convert sub-command is deprecated d67039e - - only operators should disable "identify ping" (https://github.com/ImageMagick/ImageMagick/issues/7441) a262192 - - cosmetic e3558d2 - - fix compiler error ecc21c7 - - -outdir deprecated 9980efa - - Get the correct width and height when heic:preserve-orientation is set to true. ed3a0dd - - Set heic image orientation using transform information. ba470aa - - Exit earlier when the symlink could not be created when invoking the svg:decode delegate. 8a48edd - - Fixed MSYS2 build error. 3b22378 - - Also set the DNG properties when pinging the image. fc1c61b - - Silence warning when lqr delegate is disabled. ae0d69a - - Added version check for the heif_properties.h include. 656b4d2 - - Make sure we always use the i64 version of the "file methods" on Windows. b3e8a78 - - Changed defines to use method instead of a define. 75b66c4 - - Changes due to upgrade of libheif. 841f033 - - smooth the rendering of an ellipse (https://github.com/ImageMagick/ImageMagick/issues/7465) 1bfce2a - - release d775d2a -ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md#711-35---2024-07-14 -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: Command-line Tools - DocumentUrl: https://imagemagick.org/script/command-line-tools.php -- DocumentLabel: Command-line Processing - DocumentUrl: https://imagemagick.org/script/command-line-processing.php -- DocumentLabel: Develop - DocumentUrl: https://imagemagick.org/script/develop.php -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.38/ImageMagick.ImageMagick.Q16.installer.yaml b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.38/ImageMagick.ImageMagick.Q16.installer.yaml new file mode 100644 index 0000000000000..d4ce614946854 --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.38/ImageMagick.ImageMagick.Q16.installer.yaml @@ -0,0 +1,109 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ImageMagick.ImageMagick.Q16 +PackageVersion: 7.1.1.38 +UpgradeBehavior: install +Commands: +- compare +- composite +- conjure +- convert +- identify +- magick +- mogrify +- montage +- stream +Installers: +- Architecture: x86 + InstallerType: inno + Scope: machine + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-Q16-x86-dll.exe + InstallerSha256: 103DCFB87893CC1B937538F9EBB116B708DCFF6CB1F3B5AA00D097DEA0DD29D6 + ProductCode: ImageMagick 7.1.1 Q16 (32-bit)_is1 +- Architecture: x64 + InstallerType: inno + Scope: machine + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-Q16-x64-dll.exe + InstallerSha256: C818C683FBE8AA438E686FC6956F37FEA102CB7D6F3E06F17E7EC90E4EB83EF2 + ProductCode: ImageMagick 7.1.1 Q16 (64-bit)_is1 +- Architecture: arm64 + InstallerType: inno + Scope: machine + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-Q16-arm64-dll.exe + InstallerSha256: 88B9CF047822D4EEB6A7BE1E73CE1212A2E5D6EDC6DF37447704D2C82587027D + ProductCode: ImageMagick 7.1.1 Q16 (arm64)_is1 +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x86\compare.exe + PortableCommandAlias: compare + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x86\composite.exe + PortableCommandAlias: composite + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x86\conjure.exe + PortableCommandAlias: conjure + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x86\convert.exe + PortableCommandAlias: convert + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x86\identify.exe + PortableCommandAlias: identify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x86\magick.exe + PortableCommandAlias: magick + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x86\mogrify.exe + PortableCommandAlias: mogrify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x86\montage.exe + PortableCommandAlias: montage + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x86\stream.exe + PortableCommandAlias: stream + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-portable-Q16-x86.zip + InstallerSha256: CD7B86F56C68450EF1EB1990A8845447413C8A7AFF9EE1F74BB8B0729D996E51 +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x64\compare.exe + PortableCommandAlias: compare + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x64\composite.exe + PortableCommandAlias: composite + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x64\conjure.exe + PortableCommandAlias: conjure + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x64\convert.exe + PortableCommandAlias: convert + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x64\identify.exe + PortableCommandAlias: identify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x64\magick.exe + PortableCommandAlias: magick + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x64\mogrify.exe + PortableCommandAlias: mogrify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x64\montage.exe + PortableCommandAlias: montage + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-x64\stream.exe + PortableCommandAlias: stream + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-portable-Q16-x64.zip + InstallerSha256: ABCE02FB5B40CF2DDE311C94C7955F54093A3A72C8364F76554E7F34D89BB728 +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-arm64\compare.exe + PortableCommandAlias: compare + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-arm64\composite.exe + PortableCommandAlias: composite + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-arm64\conjure.exe + PortableCommandAlias: conjure + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-arm64\convert.exe + PortableCommandAlias: convert + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-arm64\identify.exe + PortableCommandAlias: identify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-arm64\magick.exe + PortableCommandAlias: magick + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-arm64\mogrify.exe + PortableCommandAlias: mogrify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-arm64\montage.exe + PortableCommandAlias: montage + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q16-arm64\stream.exe + PortableCommandAlias: stream + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-portable-Q16-arm64.zip + InstallerSha256: A0CA86A020C50BF0797E364CCE83389F825CD375CC59F53CB87C576AFA5D551E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.38/ImageMagick.ImageMagick.Q16.locale.en-US.yaml b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.38/ImageMagick.ImageMagick.Q16.locale.en-US.yaml new file mode 100644 index 0000000000000..4e0f98e11c0b5 --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.38/ImageMagick.ImageMagick.Q16.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ImageMagick.ImageMagick.Q16 +PackageVersion: 7.1.1.38 +PackageLocale: en-US +Publisher: ImageMagick Studio LLC +PublisherUrl: https://imagemagick.org/ +PublisherSupportUrl: https://github.com/ImageMagick/ImageMagick/issues +PrivacyUrl: https://imagemagick.org/script/privacy-policy.php +Author: ImageMagick Studio LLC +PackageName: ImageMagick Q16 +PackageUrl: https://imagemagick.org/ +License: ImageMagick +LicenseUrl: https://imagemagick.org/script/license.php +Copyright: Copyright © 1999 ImageMagick Studio LLC +# CopyrightUrl: +ShortDescription: A free, open-source software suite for editing and manipulating digital images +Description: |- + ImageMagick® is a free, open-source software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file formats, including JPEG, PNG, GIF, TIFF, and Ultra HDR. + ImageMagick is widely used in industries such as web development, graphic design, and video editing, as well as in scientific research, medical imaging, and astronomy. Its versatile and customizable nature, along with its robust image processing capabilities, make it a popular choice for a wide range of image-related tasks. + ImageMagick includes a command-line interface for executing complex image processing tasks, as well as APIs for integrating its features into software applications. It is written in C and can be used on a variety of operating systems, including Linux, Windows, and macOS. +# Moniker: +Tags: +- image +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Command-line Tools + DocumentUrl: https://imagemagick.org/script/command-line-tools.php +- DocumentLabel: Command-line Processing + DocumentUrl: https://imagemagick.org/script/command-line-processing.php +- DocumentLabel: Develop + DocumentUrl: https://imagemagick.org/script/develop.php +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.35/ImageMagick.ImageMagick.Q16.locale.zh-CN.yaml b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.38/ImageMagick.ImageMagick.Q16.locale.zh-CN.yaml similarity index 94% rename from manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.35/ImageMagick.ImageMagick.Q16.locale.zh-CN.yaml rename to manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.38/ImageMagick.ImageMagick.Q16.locale.zh-CN.yaml index 85f64b50fca67..e1377a3024d26 100644 --- a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.35/ImageMagick.ImageMagick.Q16.locale.zh-CN.yaml +++ b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.38/ImageMagick.ImageMagick.Q16.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: ImageMagick.ImageMagick.Q16 -PackageVersion: 7.1.1.35 +PackageVersion: 7.1.1.38 PackageLocale: zh-CN Publisher: ImageMagick Studio LLC PublisherUrl: https://imagemagick.org/ @@ -24,7 +24,7 @@ Description: |- Tags: - 图像 # ReleaseNotes: -ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md#711-35---2024-07-14 +ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.35/ImageMagick.ImageMagick.Q16.yaml b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.38/ImageMagick.ImageMagick.Q16.yaml similarity index 83% rename from manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.35/ImageMagick.ImageMagick.Q16.yaml rename to manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.38/ImageMagick.ImageMagick.Q16.yaml index b1dc42463667c..50b89e1383758 100644 --- a/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.35/ImageMagick.ImageMagick.Q16.yaml +++ b/manifests/i/ImageMagick/ImageMagick/Q16/7.1.1.38/ImageMagick.ImageMagick.Q16.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: ImageMagick.ImageMagick.Q16 -PackageVersion: 7.1.1.35 +PackageVersion: 7.1.1.38 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.35/ImageMagick.ImageMagick.Q8.installer.yaml b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.35/ImageMagick.ImageMagick.Q8.installer.yaml deleted file mode 100644 index 9be42c0a900c2..0000000000000 --- a/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.35/ImageMagick.ImageMagick.Q8.installer.yaml +++ /dev/null @@ -1,110 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: ImageMagick.ImageMagick.Q8 -PackageVersion: 7.1.1.35 -UpgradeBehavior: install -Commands: -- compare -- composite -- conjure -- convert -- identify -- magick -- mogrify -- montage -- stream -ReleaseDate: 2024-07-14 -Installers: -- Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-Q8-x86-dll.exe - InstallerSha256: C2620FDC4DDE4CD1C2359DF040C3FA6AA5BB983F3167DBB9E92FB4C84CE4BDBE - ProductCode: ImageMagick 7.1.1 Q8 (32-bit)_is1 -- Architecture: x64 - InstallerType: inno - Scope: machine - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-Q8-x64-dll.exe - InstallerSha256: 299AE3E47F3B92E9508988A75C811A8AD2CE2E93D7E74F82226B7A3E4E8CF4E3 - ProductCode: ImageMagick 7.1.1 Q8 (64-bit)_is1 -- Architecture: arm64 - InstallerType: inno - Scope: machine - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-Q8-arm64-dll.exe - InstallerSha256: B56DD38D8335CE95B7516477DB02052132EAA06FC3A77BA40D7DF85989543FFC - ProductCode: ImageMagick 7.1.1 Q8 (arm64)_is1 -- Architecture: x86 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x86\compare.exe - PortableCommandAlias: compare - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x86\composite.exe - PortableCommandAlias: composite - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x86\conjure.exe - PortableCommandAlias: conjure - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x86\convert.exe - PortableCommandAlias: convert - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x86\identify.exe - PortableCommandAlias: identify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x86\magick.exe - PortableCommandAlias: magick - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x86\mogrify.exe - PortableCommandAlias: mogrify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x86\montage.exe - PortableCommandAlias: montage - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x86\stream.exe - PortableCommandAlias: stream - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-portable-Q8-x86.zip - InstallerSha256: 57A29DCAE1F4B21B69CEB6DC0A601BB0B154597B81731AF23834BAADA4CC8940 -- Architecture: x64 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x64\compare.exe - PortableCommandAlias: compare - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x64\composite.exe - PortableCommandAlias: composite - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x64\conjure.exe - PortableCommandAlias: conjure - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x64\convert.exe - PortableCommandAlias: convert - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x64\identify.exe - PortableCommandAlias: identify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x64\magick.exe - PortableCommandAlias: magick - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x64\mogrify.exe - PortableCommandAlias: mogrify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x64\montage.exe - PortableCommandAlias: montage - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-x64\stream.exe - PortableCommandAlias: stream - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-portable-Q8-x64.zip - InstallerSha256: 5A1779F4C444B4E6CCC9FCE5474C3A54BE129A08556709A53E0DB9135D390744 -- Architecture: arm64 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-arm64\compare.exe - PortableCommandAlias: compare - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-arm64\composite.exe - PortableCommandAlias: composite - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-arm64\conjure.exe - PortableCommandAlias: conjure - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-arm64\convert.exe - PortableCommandAlias: convert - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-arm64\identify.exe - PortableCommandAlias: identify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-arm64\magick.exe - PortableCommandAlias: magick - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-arm64\mogrify.exe - PortableCommandAlias: mogrify - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-arm64\montage.exe - PortableCommandAlias: montage - - RelativeFilePath: ImageMagick-7.1.1-35-portable-Q8-arm64\stream.exe - PortableCommandAlias: stream - InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-portable-Q8-arm64.zip - InstallerSha256: 98CDF448C853E6B4D48DEFB5513DCF13FEC1C368F889764D8CB62458F5A8177D -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.35/ImageMagick.ImageMagick.Q8.locale.en-US.yaml b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.35/ImageMagick.ImageMagick.Q8.locale.en-US.yaml deleted file mode 100644 index 9457c179f9342..0000000000000 --- a/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.35/ImageMagick.ImageMagick.Q8.locale.en-US.yaml +++ /dev/null @@ -1,58 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: ImageMagick.ImageMagick.Q8 -PackageVersion: 7.1.1.35 -PackageLocale: en-US -Publisher: ImageMagick Studio LLC -PublisherUrl: https://imagemagick.org/ -PublisherSupportUrl: https://github.com/ImageMagick/ImageMagick/issues -PrivacyUrl: https://imagemagick.org/script/privacy-policy.php -Author: ImageMagick Studio LLC -PackageName: ImageMagick Q8 -PackageUrl: https://imagemagick.org/ -License: ImageMagick -LicenseUrl: https://imagemagick.org/script/license.php -Copyright: Copyright © 1999 ImageMagick Studio LLC -# CopyrightUrl: -ShortDescription: A free, open-source software suite for editing and manipulating digital images -Description: |- - ImageMagick® is a free, open-source software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file formats, including JPEG, PNG, GIF, TIFF, and Ultra HDR. - ImageMagick is widely used in industries such as web development, graphic design, and video editing, as well as in scientific research, medical imaging, and astronomy. Its versatile and customizable nature, along with its robust image processing capabilities, make it a popular choice for a wide range of image-related tasks. - ImageMagick includes a command-line interface for executing complex image processing tasks, as well as APIs for integrating its features into software applications. It is written in C and can be used on a variety of operating systems, including Linux, Windows, and macOS. -# Moniker: -Tags: -- image -ReleaseNotes: |- - Commits - - beta release b6647e5 - - Also set dpi-x and dpi-y when running rsvg-convert. eac001f - - convert sub-command is deprecated d67039e - - only operators should disable "identify ping" (https://github.com/ImageMagick/ImageMagick/issues/7441) a262192 - - cosmetic e3558d2 - - fix compiler error ecc21c7 - - -outdir deprecated 9980efa - - Get the correct width and height when heic:preserve-orientation is set to true. ed3a0dd - - Set heic image orientation using transform information. ba470aa - - Exit earlier when the symlink could not be created when invoking the svg:decode delegate. 8a48edd - - Fixed MSYS2 build error. 3b22378 - - Also set the DNG properties when pinging the image. fc1c61b - - Silence warning when lqr delegate is disabled. ae0d69a - - Added version check for the heif_properties.h include. 656b4d2 - - Make sure we always use the i64 version of the "file methods" on Windows. b3e8a78 - - Changed defines to use method instead of a define. 75b66c4 - - Changes due to upgrade of libheif. 841f033 - - smooth the rendering of an ellipse (https://github.com/ImageMagick/ImageMagick/issues/7465) 1bfce2a - - release d775d2a -ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md#711-35---2024-07-14 -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: Command-line Tools - DocumentUrl: https://imagemagick.org/script/command-line-tools.php -- DocumentLabel: Command-line Processing - DocumentUrl: https://imagemagick.org/script/command-line-processing.php -- DocumentLabel: Develop - DocumentUrl: https://imagemagick.org/script/develop.php -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.38/ImageMagick.ImageMagick.Q8.installer.yaml b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.38/ImageMagick.ImageMagick.Q8.installer.yaml new file mode 100644 index 0000000000000..0fda6ace3711d --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.38/ImageMagick.ImageMagick.Q8.installer.yaml @@ -0,0 +1,109 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ImageMagick.ImageMagick.Q8 +PackageVersion: 7.1.1.38 +UpgradeBehavior: install +Commands: +- compare +- composite +- conjure +- convert +- identify +- magick +- mogrify +- montage +- stream +Installers: +- Architecture: x86 + InstallerType: inno + Scope: machine + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-Q8-x86-dll.exe + InstallerSha256: 5D4B400CCCEB9DB37019C2F3407F8F8756052340A04592DCFE2012B39C1C2A1A + ProductCode: ImageMagick 7.1.1 Q8 (32-bit)_is1 +- Architecture: x64 + InstallerType: inno + Scope: machine + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-Q8-x64-dll.exe + InstallerSha256: 9C909B928873DDA8F36AFDD49A63B29FB06501F3FAF6612167979ACE6F8665E7 + ProductCode: ImageMagick 7.1.1 Q8 (64-bit)_is1 +- Architecture: arm64 + InstallerType: inno + Scope: machine + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-Q8-arm64-dll.exe + InstallerSha256: 38293C914FA13B80C55ED8DFDCF224CB7B1659B137B2DCFD8ABD883E244E65DE + ProductCode: ImageMagick 7.1.1 Q8 (arm64)_is1 +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x86\compare.exe + PortableCommandAlias: compare + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x86\composite.exe + PortableCommandAlias: composite + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x86\conjure.exe + PortableCommandAlias: conjure + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x86\convert.exe + PortableCommandAlias: convert + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x86\identify.exe + PortableCommandAlias: identify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x86\magick.exe + PortableCommandAlias: magick + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x86\mogrify.exe + PortableCommandAlias: mogrify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x86\montage.exe + PortableCommandAlias: montage + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x86\stream.exe + PortableCommandAlias: stream + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-portable-Q8-x86.zip + InstallerSha256: FD51FF798F273DDB306C01AC4EF2D2F5CDF97FF1431A508CC76B3BA41D43E809 +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x64\compare.exe + PortableCommandAlias: compare + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x64\composite.exe + PortableCommandAlias: composite + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x64\conjure.exe + PortableCommandAlias: conjure + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x64\convert.exe + PortableCommandAlias: convert + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x64\identify.exe + PortableCommandAlias: identify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x64\magick.exe + PortableCommandAlias: magick + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x64\mogrify.exe + PortableCommandAlias: mogrify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x64\montage.exe + PortableCommandAlias: montage + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-x64\stream.exe + PortableCommandAlias: stream + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-portable-Q8-x64.zip + InstallerSha256: DD3E187A1258A431461CC7E9A50A3A7B5F99D0442CC052B7610B6E6F463C778C +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-arm64\compare.exe + PortableCommandAlias: compare + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-arm64\composite.exe + PortableCommandAlias: composite + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-arm64\conjure.exe + PortableCommandAlias: conjure + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-arm64\convert.exe + PortableCommandAlias: convert + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-arm64\identify.exe + PortableCommandAlias: identify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-arm64\magick.exe + PortableCommandAlias: magick + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-arm64\mogrify.exe + PortableCommandAlias: mogrify + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-arm64\montage.exe + PortableCommandAlias: montage + - RelativeFilePath: ImageMagick-7.1.1-38-portable-Q8-arm64\stream.exe + PortableCommandAlias: stream + InstallerUrl: https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-portable-Q8-arm64.zip + InstallerSha256: 8AFF254164162D8794208B3E2B23E27DF7875D8291D60AB0057B6B5D4EF7B348 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.38/ImageMagick.ImageMagick.Q8.locale.en-US.yaml b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.38/ImageMagick.ImageMagick.Q8.locale.en-US.yaml new file mode 100644 index 0000000000000..8a56447a84319 --- /dev/null +++ b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.38/ImageMagick.ImageMagick.Q8.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ImageMagick.ImageMagick.Q8 +PackageVersion: 7.1.1.38 +PackageLocale: en-US +Publisher: ImageMagick Studio LLC +PublisherUrl: https://imagemagick.org/ +PublisherSupportUrl: https://github.com/ImageMagick/ImageMagick/issues +PrivacyUrl: https://imagemagick.org/script/privacy-policy.php +Author: ImageMagick Studio LLC +PackageName: ImageMagick Q8 +PackageUrl: https://imagemagick.org/ +License: ImageMagick +LicenseUrl: https://imagemagick.org/script/license.php +Copyright: Copyright © 1999 ImageMagick Studio LLC +# CopyrightUrl: +ShortDescription: A free, open-source software suite for editing and manipulating digital images +Description: |- + ImageMagick® is a free, open-source software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file formats, including JPEG, PNG, GIF, TIFF, and Ultra HDR. + ImageMagick is widely used in industries such as web development, graphic design, and video editing, as well as in scientific research, medical imaging, and astronomy. Its versatile and customizable nature, along with its robust image processing capabilities, make it a popular choice for a wide range of image-related tasks. + ImageMagick includes a command-line interface for executing complex image processing tasks, as well as APIs for integrating its features into software applications. It is written in C and can be used on a variety of operating systems, including Linux, Windows, and macOS. +# Moniker: +Tags: +- image +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Command-line Tools + DocumentUrl: https://imagemagick.org/script/command-line-tools.php +- DocumentLabel: Command-line Processing + DocumentUrl: https://imagemagick.org/script/command-line-processing.php +- DocumentLabel: Develop + DocumentUrl: https://imagemagick.org/script/develop.php +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.35/ImageMagick.ImageMagick.Q8.locale.zh-CN.yaml b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.38/ImageMagick.ImageMagick.Q8.locale.zh-CN.yaml similarity index 94% rename from manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.35/ImageMagick.ImageMagick.Q8.locale.zh-CN.yaml rename to manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.38/ImageMagick.ImageMagick.Q8.locale.zh-CN.yaml index 3815cbb44657d..f4793aa3215fe 100644 --- a/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.35/ImageMagick.ImageMagick.Q8.locale.zh-CN.yaml +++ b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.38/ImageMagick.ImageMagick.Q8.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: ImageMagick.ImageMagick.Q8 -PackageVersion: 7.1.1.35 +PackageVersion: 7.1.1.38 PackageLocale: zh-CN Publisher: ImageMagick Studio LLC PublisherUrl: https://imagemagick.org/ @@ -24,7 +24,7 @@ Description: |- Tags: - 图像 # ReleaseNotes: -ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md#711-35---2024-07-14 +ReleaseNotesUrl: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md # PurchaseUrl: # InstallationNotes: Documentations: diff --git a/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.35/ImageMagick.ImageMagick.Q8.yaml b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.38/ImageMagick.ImageMagick.Q8.yaml similarity index 83% rename from manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.35/ImageMagick.ImageMagick.Q8.yaml rename to manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.38/ImageMagick.ImageMagick.Q8.yaml index 94ad8c215a3ac..9d512e626b92c 100644 --- a/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.35/ImageMagick.ImageMagick.Q8.yaml +++ b/manifests/i/ImageMagick/ImageMagick/Q8/7.1.1.38/ImageMagick.ImageMagick.Q8.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: ImageMagick.ImageMagick.Q8 -PackageVersion: 7.1.1.35 +PackageVersion: 7.1.1.38 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/Q16-HDRI/7.1.1.35/ImageMagick.Q16-HDRI.installer.yaml b/manifests/i/ImageMagick/Q16-HDRI/7.1.1.35/ImageMagick.Q16-HDRI.installer.yaml deleted file mode 100644 index b363402d461a7..0000000000000 --- a/manifests/i/ImageMagick/Q16-HDRI/7.1.1.35/ImageMagick.Q16-HDRI.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: ImageMagick.Q16-HDRI -PackageVersion: 7.1.1.35 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.17763.0 -InstallerType: msix -PackageFamilyName: ImageMagick.Q16-HDRI_b3hnabsze9y3j -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.1-35/ImageMagick.Q16-HDRI.msixbundle - InstallerSha256: 6AA398A7665424EC336E585A03AAD851484235718405F90A4A29D7FC7ACD50BF - SignatureSha256: 1DD9690D1D0E28A2DB979C5DCAC5967A18A538E25F1360846E01EB5521C5FF06 -- Architecture: arm64 - InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.1-35/ImageMagick.Q16-HDRI.msixbundle - InstallerSha256: 6AA398A7665424EC336E585A03AAD851484235718405F90A4A29D7FC7ACD50BF - SignatureSha256: 1DD9690D1D0E28A2DB979C5DCAC5967A18A538E25F1360846E01EB5521C5FF06 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/Q16-HDRI/7.1.1.35/ImageMagick.Q16-HDRI.locale.en-US.yaml b/manifests/i/ImageMagick/Q16-HDRI/7.1.1.35/ImageMagick.Q16-HDRI.locale.en-US.yaml deleted file mode 100644 index 41475f5504041..0000000000000 --- a/manifests/i/ImageMagick/Q16-HDRI/7.1.1.35/ImageMagick.Q16-HDRI.locale.en-US.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: ImageMagick.Q16-HDRI -PackageVersion: 7.1.1.35 -PackageLocale: en-US -Publisher: ImageMagick Studio LLC -PublisherUrl: https://github.com/ImageMagick/ImageMagick -PublisherSupportUrl: https://github.com/ImageMagick/ImageMagick/discussions -Author: ImageMagick Studio LLC -PackageName: ImageMagick Q16-HDRI -PackageUrl: https://imagemagick.org -License: Apache-2.0 Derivative -LicenseUrl: https://imagemagick.org/script/license.php -Copyright: (C) 1999 ImageMagick Studio LLC -CopyrightUrl: https://imagemagick.org/script/license.php -ShortDescription: Use ImageMagick to create, edit, compose, or convert digital images -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/Q16-HDRI/7.1.1.35/ImageMagick.Q16-HDRI.yaml b/manifests/i/ImageMagick/Q16-HDRI/7.1.1.35/ImageMagick.Q16-HDRI.yaml deleted file mode 100644 index c21fe9f35f69d..0000000000000 --- a/manifests/i/ImageMagick/Q16-HDRI/7.1.1.35/ImageMagick.Q16-HDRI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: ImageMagick.Q16-HDRI -PackageVersion: 7.1.1.35 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/Q16-HDRI/7.1.1.38/ImageMagick.Q16-HDRI.installer.yaml b/manifests/i/ImageMagick/Q16-HDRI/7.1.1.38/ImageMagick.Q16-HDRI.installer.yaml new file mode 100644 index 0000000000000..a9167b04191af --- /dev/null +++ b/manifests/i/ImageMagick/Q16-HDRI/7.1.1.38/ImageMagick.Q16-HDRI.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ImageMagick.Q16-HDRI +PackageVersion: 7.1.1.38 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +PackageFamilyName: ImageMagick.Q16-HDRI_b3hnabsze9y3j +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.1-38/ImageMagick.Q16-HDRI.msixbundle + InstallerSha256: E757224E36AB78AFF5EA0A3FB2C7FD3761E63645E8943F78B0568DE99D28A160 + SignatureSha256: 4992177DB57453584474A08E83BD7A379649594D64439D4F6B22FA0ED877C3DB +- Architecture: arm64 + InstallerUrl: https://github.com/ImageMagick/ImageMagick/releases/download/7.1.1-38/ImageMagick.Q16-HDRI.msixbundle + InstallerSha256: E757224E36AB78AFF5EA0A3FB2C7FD3761E63645E8943F78B0568DE99D28A160 + SignatureSha256: 4992177DB57453584474A08E83BD7A379649594D64439D4F6B22FA0ED877C3DB +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-02 diff --git a/manifests/i/ImageMagick/Q16-HDRI/7.1.1.38/ImageMagick.Q16-HDRI.locale.en-US.yaml b/manifests/i/ImageMagick/Q16-HDRI/7.1.1.38/ImageMagick.Q16-HDRI.locale.en-US.yaml new file mode 100644 index 0000000000000..0f7f690e95a31 --- /dev/null +++ b/manifests/i/ImageMagick/Q16-HDRI/7.1.1.38/ImageMagick.Q16-HDRI.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ImageMagick.Q16-HDRI +PackageVersion: 7.1.1.38 +PackageLocale: en-US +Publisher: ImageMagick Studio LLC +PublisherUrl: https://github.com/ImageMagick/ImageMagick +PublisherSupportUrl: https://github.com/ImageMagick/ImageMagick/discussions +Author: ImageMagick Studio LLC +PackageName: ImageMagick Q16-HDRI +PackageUrl: https://imagemagick.org +License: Apache-2.0 Derivative +LicenseUrl: https://imagemagick.org/script/license.php +Copyright: (C) 1999 ImageMagick Studio LLC +CopyrightUrl: https://imagemagick.org/script/license.php +ShortDescription: Use ImageMagick to create, edit, compose, or convert digital images +Tags: +- convert +- hacktoberfest +- image +- imagemagick +- magick +- resize +ReleaseNotesUrl: https://github.com/ImageMagick/ImageMagick/releases/tag/7.1.1-38 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ImageMagick/ImageMagick/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/ImageMagick/Q16-HDRI/7.1.1.38/ImageMagick.Q16-HDRI.yaml b/manifests/i/ImageMagick/Q16-HDRI/7.1.1.38/ImageMagick.Q16-HDRI.yaml new file mode 100644 index 0000000000000..e6b9c25cb5e4f --- /dev/null +++ b/manifests/i/ImageMagick/Q16-HDRI/7.1.1.38/ImageMagick.Q16-HDRI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ImageMagick.Q16-HDRI +PackageVersion: 7.1.1.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IndigoByte/DrExplain/6.8.1309/IndigoByte.DrExplain.installer.yaml b/manifests/i/IndigoByte/DrExplain/6.8.1309/IndigoByte.DrExplain.installer.yaml new file mode 100644 index 0000000000000..6b59ab823180b --- /dev/null +++ b/manifests/i/IndigoByte/DrExplain/6.8.1309/IndigoByte.DrExplain.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IndigoByte.DrExplain +PackageVersion: 6.8.1309 +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_6_8_1309.exe + InstallerSha256: CF6794503901241A4581BEE8D7100FC7AAFE19D232CF04E4D9C2B59C86FF4540 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IndigoByte/DrExplain/6.8.1309/IndigoByte.DrExplain.locale.en-US.yaml b/manifests/i/IndigoByte/DrExplain/6.8.1309/IndigoByte.DrExplain.locale.en-US.yaml new file mode 100644 index 0000000000000..851aa530a0e66 --- /dev/null +++ b/manifests/i/IndigoByte/DrExplain/6.8.1309/IndigoByte.DrExplain.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IndigoByte.DrExplain +PackageVersion: 6.8.1309 +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_print.php +Copyright: Copyright (c) Indigo Byte Systems, LLC, 2004-2024. 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.6.0 diff --git a/manifests/i/IndigoByte/DrExplain/6.8.1309/IndigoByte.DrExplain.yaml b/manifests/i/IndigoByte/DrExplain/6.8.1309/IndigoByte.DrExplain.yaml new file mode 100644 index 0000000000000..3eedf8a658469 --- /dev/null +++ b/manifests/i/IndigoByte/DrExplain/6.8.1309/IndigoByte.DrExplain.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IndigoByte.DrExplain +PackageVersion: 6.8.1309 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IndigoByte/DrExplain/6.8.1310/IndigoByte.DrExplain.installer.yaml b/manifests/i/IndigoByte/DrExplain/6.8.1310/IndigoByte.DrExplain.installer.yaml new file mode 100644 index 0000000000000..2233498305195 --- /dev/null +++ b/manifests/i/IndigoByte/DrExplain/6.8.1310/IndigoByte.DrExplain.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IndigoByte.DrExplain +PackageVersion: 6.8.1310 +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_6_8_1310.exe + InstallerSha256: D342531B9DCE97033DAD2EE9A4849B567087FD8DA6C1B8077A5529ACDB4354B5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IndigoByte/DrExplain/6.8.1310/IndigoByte.DrExplain.locale.en-US.yaml b/manifests/i/IndigoByte/DrExplain/6.8.1310/IndigoByte.DrExplain.locale.en-US.yaml new file mode 100644 index 0000000000000..d65e08d7f5de5 --- /dev/null +++ b/manifests/i/IndigoByte/DrExplain/6.8.1310/IndigoByte.DrExplain.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IndigoByte.DrExplain +PackageVersion: 6.8.1310 +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_print.php +Copyright: Copyright (c) Indigo Byte Systems, LLC, 2004-2024. 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.6.0 diff --git a/manifests/i/IndigoByte/DrExplain/6.8.1310/IndigoByte.DrExplain.yaml b/manifests/i/IndigoByte/DrExplain/6.8.1310/IndigoByte.DrExplain.yaml new file mode 100644 index 0000000000000..829c06cd57bd0 --- /dev/null +++ b/manifests/i/IndigoByte/DrExplain/6.8.1310/IndigoByte.DrExplain.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IndigoByte.DrExplain +PackageVersion: 6.8.1310 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.installer.yaml b/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.installer.yaml index a09fa98ec2d6f..d43c074b0269c 100644 --- a/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.installer.yaml +++ b/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.installer.yaml @@ -1,34 +1,50 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: Inkscape.Inkscape PackageVersion: 1.3.2 -InstallerLocale: en-US -InstallerType: wix Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress UpgradeBehavior: uninstallPrevious FileExtensions: - ai - dxf -- eps -- odg +- emf +- hpgl - pdf -- png -- ps - svg +- svgz - wmf +ReleaseDate: 2023-11-26 Installers: - Architecture: x86 + InstallerType: wix InstallerUrl: https://media.inkscape.org/dl/resources/file/inkscape-1.3.2_2023-11-25_091e20ef0f-x86.msi InstallerSha256: ADA39E3C380AF0E316630D33D31804A320E06D3EC5D8C093CBBC19A1276F81EE + InstallerSwitches: + InstallLocation: INSTALL_ROOT="" ProductCode: '{6F4AB16B-1B62-468A-A7A9-0406CFFA68CC}' + AppsAndFeaturesEntries: + - ProductCode: '{6F4AB16B-1B62-468A-A7A9-0406CFFA68CC}' + UpgradeCode: '{4D5FEDAA-84A0-48BE-BD2A-08246398361A}' - Architecture: x64 + InstallerType: wix InstallerUrl: https://media.inkscape.org/dl/resources/file/inkscape-1.3.2_2023-11-25_091e20e-x64.msi InstallerSha256: 214263CB23D241134AF0A22144C54FF1A1C0993D3A1C9EA7D76710F985A145DF + InstallerSwitches: + InstallLocation: INSTALL_ROOT="" ProductCode: '{2AB0D298-5B41-4C70-BB32-46F153F7A1BF}' + AppsAndFeaturesEntries: + - ProductCode: '{2AB0D298-5B41-4C70-BB32-46F153F7A1BF}' + UpgradeCode: '{4D5FEDAA-84A0-48BE-BD2A-08246398361A}' +- Architecture: x86 + InstallerType: nullsoft + InstallerUrl: https://media.inkscape.org/dl/resources/file/inkscape-1.3.2_2023-11-25_091e20ef0f-x86.exe + InstallerSha256: 27AD42CB23F9D81873DEA3C8BEA9E62B10C7E662FA0A1887DE233487406310FF + ProductCode: Inkscape +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://media.inkscape.org/dl/resources/file/inkscape-1.3.2_2023-11-25_091e20e-x64.exe + InstallerSha256: 323F59C94DE8FE877E4255548502051F17789D5FD8F0FCD60E7DF5EE2B50DA44 + ProductCode: Inkscape ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.locale.en-US.yaml b/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.locale.en-US.yaml index 875b6a0109366..7980fb215c821 100644 --- a/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.locale.en-US.yaml +++ b/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.locale.en-US.yaml @@ -1,27 +1,51 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Inkscape.Inkscape PackageVersion: 1.3.2 PackageLocale: en-US Publisher: Inkscape -PublisherUrl: https://inkscape.org -PublisherSupportUrl: https://inkscape.org/support-us -PrivacyUrl: https://inkscape.org/about/privacy +PublisherUrl: https://inkscape.org/ +PublisherSupportUrl: https://inkscape.org/community/ +PrivacyUrl: https://inkscape.org/about/privacy/ +# Author: PackageName: Inkscape -PackageUrl: https://inkscape.org -License: GPLv2 -LicenseUrl: https://inkscape.org/about/license -ShortDescription: Inkscape is a free and open-source vector graphics editor used to create vector images, primarily in Scalable Vector Graphics (SVG) format. Other formats can be imported and exported. +PackageUrl: https://inkscape.org/release/ +License: GPL-2.0 +LicenseUrl: https://inkscape.org/about/license/ +Copyright: © 2023 Inkscape Developers +# CopyrightUrl: +ShortDescription: A professional vector graphics software which runs on Linux, macOS and Windows desktop computers. +Description: |- + Inkscape is a Free and open source vector graphics editor for GNU/Linux, Windows and macOS. It offers a rich set of features and is widely used for both artistic and technical illustrations such as cartoons, clip art, logos, typography, diagramming and flowcharting. It uses vector graphics to allow for sharp printouts and renderings at unlimited resolution and is not bound to a fixed number of pixels like raster graphics. Inkscape uses the standardized SVG file format as its main format, which is supported by many other applications including web browsers. + It can import and export various file formats, including SVG, AI, EPS, PDF, PS and PNG. It has a comprehensive feature set, a simple interface, multi-lingual support and is designed to be extensible; users can customize Inkscape's functionality with add-ons. + The Inkscape project has a growing international user community, and many learning materials exist to help get you started with your creations. Help and support is provided by the community, and there are lots of ways for you to get involved if you want to help improve the Inkscape project. + Inkscape is a member of the Software Freedom Conservancy, a US 501(c)(3) non-profit organization. Contributions to Inkscape are tax deductible in the United States. Moniker: inkscape Tags: - art +- draw - drawing - editor -- foss - graphics -- icons - svg - vector-graphics +ReleaseNotes: |- + Inkscape 1.3.2 is an important bugfix release, which fixes a data loss bug in the recently released Inkscape 1.3.1, along with another, smaller issue. We recommend that you update Inkscape from 1.3.1 as soon as possible. If using Windows, please first uninstall the older version. + - Stars, polygons, spirals, 3D boxes are now saved correctly (MR #6090) + - The data that was lost when saving these shapes with Inkscape 1.3.1 in an Inkscape SVG file can be recovered in Inkscape 1.3.2 (or any older version, too) if you manually make an edit to the affected shapes. Here's how you can do this quickly for any file: + - You can check your files for missing elements by looking at them with a different program, e.g. a web browser. The elements are still visible within Inkscape, but not in any other programs. This way, you will know whether you actually need to fix anything. + - To fix all missing shapes at once, you can select all elements in all layers (Ctrl + Alt + A, need to unlock them first), and move them right and back left again with a press on the arrow keys. + - Symbols and patterns containing these shapes need to be turned into normal objects to allow Inkscape to add back the missing data. + - Unfortunately any files you have saved as plain or optimized SVG with Inkscape 1.3.1 will never be recoverable, as the shape metadata is irretrievably lost for those file types. + - When using the new 'Text to glyphs' function, lines no longer end with @ signs, when there's a linebreak (MR #6094, Bug #4675). + - Traditional Chinese translation updated (MR #6105) + - Windows installer banner layout fixed (MR #6097) +ReleaseNotesUrl: https://inkscape.org/release/inkscape-1.3.2/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Learn + DocumentUrl: https://inkscape.org/learn/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.locale.zh-CN.yaml b/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.locale.zh-CN.yaml new file mode 100644 index 0000000000000..43187cfdc44cb --- /dev/null +++ b/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Inkscape.Inkscape +PackageVersion: 1.3.2 +PackageLocale: zh-CN +Publisher: Inkscape +PublisherUrl: https://inkscape.org/zh-hans/ +PublisherSupportUrl: https://inkscape.org/zh-hans/community/ +PrivacyUrl: https://inkscape.org/zh-hans/about/privacy/ +# Author: +PackageName: Inkscape +PackageUrl: https://inkscape.org/zh-hans/release/ +License: GPL-2.0 +LicenseUrl: https://inkscape.org/zh-hans/about/license/ +Copyright: © 2023 Inkscape Developers +# CopyrightUrl: +ShortDescription: 一款专业的矢量图形软件,可在 Linux、macOS 和 Windows 电脑上运行。 +Description: |- + Inkscape 是一款免费开源的矢量图形编辑软件,适用于 GNU/Linux、Windows 和 macOS 系统,拥有丰富的功能,并被广泛用于艺术插图和技术制图,例如卡通、剪贴画、徽标、排版、图表和流程图。Inkscape 采用矢量图形,在无限大的分辨率下也能进行清晰的打印和渲染,而不像光栅图形那样受限于固定的像素数。Inkscape 使用标准化的 SVG 文件格式作为其主要格式,包括浏览器在内的众多应用程序都支持这种格式。 + Inkscape 支持导入和导出各种文件格式,包括 SVG、AI、EPS、PDF、PS、PNG。Inkscape 功能全面,界面简洁,支持多种语言,天生具有可扩展性;用户可以使用附加组件定制 Inkscape 的功能。 + Inkscape 项目有着不断壮大的全球用户社区,有许多学习材料可以帮助你开始创作。社区可以提供帮助和支持,同时如果你想帮助改进 Inkscape 项目,有许多方法可以让你参与其中。 + Inkscape 是美国 501(c)(3) 非营利组织软件自由保护协会(Software Freedom Conservancy)的成员。在美国,对 Inkscape 的捐款可以免税。 +# Moniker: +Tags: +- svg +- 图形 +- 画图 +- 画画 +- 矢量图 +- 编辑器 +- 艺术 +# ReleaseNotes: +ReleaseNotesUrl: https://inkscape.org/zh-hans/release/inkscape-1.3.2/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 + DocumentUrl: https://inkscape.org/zh-hans/simplified-chinese-learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.yaml b/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.yaml index 93bdc00ec3247..0ac1d582fa87d 100644 --- a/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.yaml +++ b/manifests/i/Inkscape/Inkscape/1.3.2/Inkscape.Inkscape.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Inkscape.Inkscape PackageVersion: 1.3.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/manifests/i/InsaneMatt/GameSaveManager/3.1.517.0/InsaneMatt.GameSaveManager.installer.yaml b/manifests/i/InsaneMatt/GameSaveManager/3.1.517.0/InsaneMatt.GameSaveManager.installer.yaml deleted file mode 100644 index f6f6cb421af76..0000000000000 --- a/manifests/i/InsaneMatt/GameSaveManager/3.1.517.0/InsaneMatt.GameSaveManager.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: InsaneMatt.GameSaveManager -PackageVersion: 3.1.517.0 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: gs_mngr_3.exe - PortableCommandAlias: gs_mngr_3 -Installers: -- InstallerUrl: https://www.gamesave-manager.com/file/1736495a-99fc-4be6-89f5-b1853ec30c4c/ - Architecture: x86 - InstallerSha256: 8F1BC529E7415B2C13B2425DBE3504BAD29E11DE53C7FEDD6B85945644AE1FB5 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/i/InsaneMatt/GameSaveManager/3.1.517.0/InsaneMatt.GameSaveManager.locale.en-US.yaml b/manifests/i/InsaneMatt/GameSaveManager/3.1.517.0/InsaneMatt.GameSaveManager.locale.en-US.yaml deleted file mode 100644 index 0b9542cb5a914..0000000000000 --- a/manifests/i/InsaneMatt/GameSaveManager/3.1.517.0/InsaneMatt.GameSaveManager.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: InsaneMatt.GameSaveManager -PackageVersion: 3.1.517.0 -PackageLocale: en-US -Publisher: InsaneMatt -PackageName: GameSave Manager -License: Copyright 2009-2023. All Rights Reserved -ShortDescription: The easy way to backup, transfer and share your PC save data. -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/i/InsaneMatt/GameSaveManager/3.1.517.0/InsaneMatt.GameSaveManager.yaml b/manifests/i/InsaneMatt/GameSaveManager/3.1.517.0/InsaneMatt.GameSaveManager.yaml deleted file mode 100644 index 00de7f270b3a1..0000000000000 --- a/manifests/i/InsaneMatt/GameSaveManager/3.1.517.0/InsaneMatt.GameSaveManager.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: InsaneMatt.GameSaveManager -PackageVersion: 3.1.517.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/i/Insco/FaFaRunner/1.0.0.350/Insco.FaFaRunner.installer.yaml b/manifests/i/Insco/FaFaRunner/1.0.0.350/Insco.FaFaRunner.installer.yaml new file mode 100644 index 0000000000000..b51f52a72d6b4 --- /dev/null +++ b/manifests/i/Insco/FaFaRunner/1.0.0.350/Insco.FaFaRunner.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Insco.FaFaRunner +PackageVersion: 1.0.0.350 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +AppsAndFeaturesEntries: +- DisplayVersion: 1.0.0 +UpgradeBehavior: install +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v1.0.0%2B350/fafarunner_1.0.0+350_windows_x64_en-US.msi + InstallerSha256: 509682159C0BDF6A70F42AFEBA727704C4B5D5AC91583FE05FA9B3F22DA1277E + InstallerLocale: en-US + ProductCode: '{1A520043-AADE-423A-8B1E-BAAB98BA7690}' +- Architecture: x64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v1.0.0%2B350/fafarunner_1.0.0+350_windows_x64_zh-CN.msi + InstallerSha256: B920897CAED42E9F7B8D399B77800BA7B9546B677AA7A31178A88795C0BB7F01 + InstallerLocale: zh-CN + ProductCode: '{96C62323-3B10-403B-9106-CDB3D21D5778}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/FaFaRunner/1.0.0.350/Insco.FaFaRunner.locale.en-US.yaml b/manifests/i/Insco/FaFaRunner/1.0.0.350/Insco.FaFaRunner.locale.en-US.yaml new file mode 100644 index 0000000000000..b40383ae31e42 --- /dev/null +++ b/manifests/i/Insco/FaFaRunner/1.0.0.350/Insco.FaFaRunner.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insco.FaFaRunner +PackageVersion: 1.0.0.350 +PackageLocale: en-US +Publisher: INSCO LLC +PublisherUrl: https://fafarunner.com +PublisherSupportUrl: https://github.com/fafarunner/fafarunner/discussions +PrivacyUrl: https://www.fafarunner.com/en/legal/privacy +Author: kjxbyz +PackageName: FaFa Runner +PackageUrl: https://fafarunner.com +License: MIT +LicenseUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +# CopyrightUrl: +ShortDescription: A game developed using flame and bonfire. +Description: A game developed using flame and bonfire. +Tags: +- fafarunner +- fafa +ReleaseNotes: 'chore: v1.0.0.350' +ReleaseNotesUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/main/CHANGELOG.md +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/FaFaRunner/1.0.0.350/Insco.FaFaRunner.locale.zh-CN.yaml b/manifests/i/Insco/FaFaRunner/1.0.0.350/Insco.FaFaRunner.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fd8d4b6a6c6a9 --- /dev/null +++ b/manifests/i/Insco/FaFaRunner/1.0.0.350/Insco.FaFaRunner.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insco.FaFaRunner +PackageVersion: 1.0.0.350 +PackageLocale: zh-CN +Publisher: INSCO LLC +PublisherUrl: https://fafarunner.com +PublisherSupportUrl: https://github.com/fafarunner/fafarunner/discussions +PrivacyUrl: https://www.fafarunner.com/zh/legal/privacy +Author: kjxbyz +PackageName: FaFa Runner +PackageUrl: https://fafarunner.com +License: MIT +LicenseUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +# CopyrightUrl: +ShortDescription: 一款使用Flame和Bonfire开发的游戏。 +Description: 一款使用Flame和Bonfire开发的游戏。 +Tags: +- fafarunner +- fafa +ReleaseNotes: 'chore: v1.0.0.350' +ReleaseNotesUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/main/CHANGELOG.md +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/FaFaRunner/1.0.0.350/Insco.FaFaRunner.yaml b/manifests/i/Insco/FaFaRunner/1.0.0.350/Insco.FaFaRunner.yaml new file mode 100644 index 0000000000000..213d4e6882fd8 --- /dev/null +++ b/manifests/i/Insco/FaFaRunner/1.0.0.350/Insco.FaFaRunner.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Insco.FaFaRunner +PackageVersion: 1.0.0.350 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.382/Insco.PicGuard.installer.yaml b/manifests/i/Insco/PicGuard/1.0.0.382/Insco.PicGuard.installer.yaml new file mode 100644 index 0000000000000..431520a1b665c --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.382/Insco.PicGuard.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.382 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +AppsAndFeaturesEntries: +- DisplayVersion: 1.0.0 +UpgradeBehavior: install +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v1.0.0%2B382/picguard_1.0.0+382_windows_x64_en-US.msi + InstallerSha256: 6D5B7906AE3C45010515778B7B048530D06A17FD0D81FEE04A9AB531E9CB2F78 + InstallerLocale: en-US + ProductCode: '{BE455891-BB66-45C8-B52F-4DAB6225511C}' +- Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v1.0.0%2B382/picguard_1.0.0+382_windows_x64_zh-CN.msi + InstallerSha256: 13B3BFF7D249B16E02E7AFDB7B8AF20EF75F2B06A030EB35F95E5F569DDC73EB + InstallerLocale: zh-CN + ProductCode: '{57E7F7E0-6976-4CAC-826B-83D156A5D7CE}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.382/Insco.PicGuard.locale.en-US.yaml b/manifests/i/Insco/PicGuard/1.0.0.382/Insco.PicGuard.locale.en-US.yaml new file mode 100644 index 0000000000000..9754084cc86da --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.382/Insco.PicGuard.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.382 +PackageLocale: en-US +Publisher: INSCO LLC +PublisherUrl: https://picguard.app +PublisherSupportUrl: https://github.com/picguard/picguard/discussions +PrivacyUrl: https://www.picguard.app/en/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://picguard.app +License: MIT +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +# CopyrightUrl: +ShortDescription: Your pictures, your signature. +Description: | + Introducing **PicGuard** - the ultimate solution for securing and customizing your digital photos. With our app, you can easily add watermarks to your images to protect your creative work and maintain your privacy. + + **PicGuard** offers robust privacy protection features, ensuring your personal and sensitive information remains safeguarded. It's highly customizable, allowing you to personalize watermarks with various fonts, styles, and designs to suit your needs. + + Accessible on web, mobile, and desktop, you can seamlessly integrate and manage your watermarking tasks across all your devices. **PicGuard**, as an open-source tool, it's not only free but also continuously improved by a community of developers dedicated to providing the best user experience. + + Download **PicGuard** today and take control of your photo security and personalization like never before! +Tags: +- picguard +- watermarkassistant +ReleaseNotes: 'chore: v1.0.0.382' +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/main/CHANGELOG.md +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.382/Insco.PicGuard.locale.zh-CN.yaml b/manifests/i/Insco/PicGuard/1.0.0.382/Insco.PicGuard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e01c426999bb0 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.382/Insco.PicGuard.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.382 +PackageLocale: zh-CN +Publisher: INSCO LLC +PublisherUrl: https://picguard.app +PublisherSupportUrl: https://github.com/picguard/picguard/discussions +PrivacyUrl: https://www.picguard.app/zh/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://picguard.app +License: MIT +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +# CopyrightUrl: +ShortDescription: Your pictures, your signature. +Description: | + 介绍 **PicGuard** - 保护和自定义数码照片的终极解决方案。使用我们的应用程序,您可以轻松地在图像上添加水印,以保护您的创意作品并维护您的隐私。 + + **PicGuard** 提供强大的隐私保护功能,确保您的个人和敏感信息得到保护。它具有高度可定制性,允许您使用各种字体、样式和设计个性化水印以满足您的需求。 + + 可在网络、移动设备和桌面上访问,您可以无缝集成和管理所有设备上的水印任务。**PicGuard** 是一种开源工具,它不仅免费,而且还由致力于提供最佳用户体验的开发人员社区不断改进。 + + 立即下载 **PicGuard**,以前所未有的方式控制您的照片安全和个性化! +Tags: +- picguard +- watermarkassistant +ReleaseNotes: 'chore: v1.0.0.382' +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/main/CHANGELOG.md +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.382/Insco.PicGuard.yaml b/manifests/i/Insco/PicGuard/1.0.0.382/Insco.PicGuard.yaml new file mode 100644 index 0000000000000..b45bafed14273 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.382/Insco.PicGuard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.382 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.398/Insco.PicGuard.installer.yaml b/manifests/i/Insco/PicGuard/1.0.0.398/Insco.PicGuard.installer.yaml new file mode 100644 index 0000000000000..bdfb00489ab55 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.398/Insco.PicGuard.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.398 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v1.0.0%2B398/picguard_1.0.0+398_windows_x64_en-US.msi + InstallerSha256: FEE9D399F28715398A60A8EB128DC1FD8EE2F953395A7742681689B35EB6F7C0 + InstallerLocale: en-US + ProductCode: '{BE455891-BB66-45C8-B52F-4DAB6225511C}' + AppsAndFeaturesEntries: + - ProductCode: '{BE455891-BB66-45C8-B52F-4DAB6225511C}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' +- Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v1.0.0%2B398/picguard_1.0.0+398_windows_x64_zh-CN.msi + InstallerSha256: 89F98E8605AF63EDB8001DB615C6EA40E09D1C6968BF78007872CACEF5D38BD4 + InstallerLocale: zh-CN + ProductCode: '{57E7F7E0-6976-4CAC-826B-83D156A5D7CE}' + AppsAndFeaturesEntries: + - ProductCode: '{57E7F7E0-6976-4CAC-826B-83D156A5D7CE}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.398/Insco.PicGuard.locale.en-US.yaml b/manifests/i/Insco/PicGuard/1.0.0.398/Insco.PicGuard.locale.en-US.yaml new file mode 100644 index 0000000000000..7ec67f61fe3af --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.398/Insco.PicGuard.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.398 +PackageLocale: en-US +Publisher: INSCO LLC +PublisherUrl: https://picguard.app +PublisherSupportUrl: https://github.com/picguard/picguard/discussions +PrivacyUrl: https://www.picguard.app/en/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://picguard.app +License: MIT +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +# CopyrightUrl: +ShortDescription: Your pictures, your signature. +Description: | + Introducing **PicGuard** - the ultimate solution for securing and customizing your digital photos. With our app, you can easily add watermarks to your images to protect your creative work and maintain your privacy. + + **PicGuard** offers robust privacy protection features, ensuring your personal and sensitive information remains safeguarded. It's highly customizable, allowing you to personalize watermarks with various fonts, styles, and designs to suit your needs. + + Accessible on web, mobile, and desktop, you can seamlessly integrate and manage your watermarking tasks across all your devices. **PicGuard**, as an open-source tool, it's not only free but also continuously improved by a community of developers dedicated to providing the best user experience. + + Download **PicGuard** today and take control of your photo security and personalization like never before! +Tags: +- picguard +- watermarkassistant +ReleaseNotes: 'chore: v1.0.0.398' +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/main/CHANGELOG.md +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.398/Insco.PicGuard.locale.zh-CN.yaml b/manifests/i/Insco/PicGuard/1.0.0.398/Insco.PicGuard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d7a7bddb85801 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.398/Insco.PicGuard.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.398 +PackageLocale: zh-CN +Publisher: INSCO LLC +PublisherUrl: https://picguard.app +PublisherSupportUrl: https://github.com/picguard/picguard/discussions +PrivacyUrl: https://www.picguard.app/zh/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://picguard.app +License: MIT +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +# CopyrightUrl: +ShortDescription: 给图片添加水印, 防止被恶意使用. +Description: | + 介绍 **PicGuard** - 保护和自定义数码照片的终极解决方案。使用我们的应用程序,您可以轻松地在图像上添加水印,以保护您的创意作品并维护您的隐私。 + + **PicGuard** 提供强大的隐私保护功能,确保您的个人和敏感信息得到保护。它具有高度可定制性,允许您使用各种字体、样式和设计个性化水印以满足您的需求。 + + 可在网络、移动设备和桌面上访问,您可以无缝集成和管理所有设备上的水印任务。**PicGuard** 是一种开源工具,它不仅免费,而且还由致力于提供最佳用户体验的开发人员社区不断改进。 + + 立即下载 **PicGuard**,以前所未有的方式控制您的照片安全和个性化! +Tags: +- picguard +- watermarkassistant +ReleaseNotes: 'chore: v1.0.0.398' +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/main/CHANGELOG.md +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.398/Insco.PicGuard.yaml b/manifests/i/Insco/PicGuard/1.0.0.398/Insco.PicGuard.yaml new file mode 100644 index 0000000000000..b7028b085b500 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.398/Insco.PicGuard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.398 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.401/Insco.PicGuard.installer.yaml b/manifests/i/Insco/PicGuard/1.0.0.401/Insco.PicGuard.installer.yaml new file mode 100644 index 0000000000000..aaf99858b0800 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.401/Insco.PicGuard.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.401 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v1.0.0%2B401/picguard_1.0.0+401_windows_x64_en-US.msi + InstallerSha256: D309103EBC07865EFB7BEF1FADC61F964794937B7DF73CDD24E2A38A24F242E8 + InstallerLocale: en-US + ProductCode: '{9145F74A-0984-49EB-B377-13C5CAD952F4}' + AppsAndFeaturesEntries: + - ProductCode: '{9145F74A-0984-49EB-B377-13C5CAD952F4}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' +- Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v1.0.0%2B401/picguard_1.0.0+401_windows_x64_zh-CN.msi + InstallerSha256: C1D62A59AFF3A0483F55E131353962F4A6E09536FB6ED7F4677FFEFFFC2584C2 + InstallerLocale: zh-CN + ProductCode: '{E5F79E68-B1AD-48CD-8678-F0848A87C59F}' + AppsAndFeaturesEntries: + - ProductCode: '{E5F79E68-B1AD-48CD-8678-F0848A87C59F}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.401/Insco.PicGuard.locale.en-US.yaml b/manifests/i/Insco/PicGuard/1.0.0.401/Insco.PicGuard.locale.en-US.yaml new file mode 100644 index 0000000000000..8dd56766c022d --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.401/Insco.PicGuard.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.401 +PackageLocale: en-US +Publisher: INSCO LLC +PublisherUrl: https://picguard.app +PublisherSupportUrl: https://github.com/picguard/picguard/discussions +PrivacyUrl: https://www.picguard.app/en/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://picguard.app +License: MIT +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +ShortDescription: Your pictures, your signature. +Description: | + Introducing **PicGuard** - the ultimate solution for securing and customizing your digital photos. With our app, you can easily add watermarks to your images to protect your creative work and maintain your privacy. + + **PicGuard** offers robust privacy protection features, ensuring your personal and sensitive information remains safeguarded. It's highly customizable, allowing you to personalize watermarks with various fonts, styles, and designs to suit your needs. + + Accessible on web, mobile, and desktop, you can seamlessly integrate and manage your watermarking tasks across all your devices. **PicGuard**, as an open-source tool, it's not only free but also continuously improved by a community of developers dedicated to providing the best user experience. + + Download **PicGuard** today and take control of your photo security and personalization like never before! +Tags: +- picguard +- watermark +- watermarkassistant +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/main/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.401/Insco.PicGuard.locale.zh-CN.yaml b/manifests/i/Insco/PicGuard/1.0.0.401/Insco.PicGuard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..56c2b2b0f26b9 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.401/Insco.PicGuard.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.401 +PackageLocale: zh-CN +Publisher: INSCO LLC +PublisherUrl: https://picguard.app +PublisherSupportUrl: https://github.com/picguard/picguard/discussions +PrivacyUrl: https://www.picguard.app/zh/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://picguard.app +License: MIT +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +ShortDescription: 给图片添加水印, 防止被恶意使用. +Description: | + 介绍 **PicGuard** - 保护和自定义数码照片的终极解决方案。使用我们的应用程序,您可以轻松地在图像上添加水印,以保护您的创意作品并维护您的隐私。 + + **PicGuard** 提供强大的隐私保护功能,确保您的个人和敏感信息得到保护。它具有高度可定制性,允许您使用各种字体、样式和设计个性化水印以满足您的需求。 + + 可在网络、移动设备和桌面上访问,您可以无缝集成和管理所有设备上的水印任务。**PicGuard** 是一种开源工具,它不仅免费,而且还由致力于提供最佳用户体验的开发人员社区不断改进。 + + 立即下载 **PicGuard**,以前所未有的方式控制您的照片安全和个性化! +Tags: +- picguard +- watermark +- watermarkassistant +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/main/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.401/Insco.PicGuard.yaml b/manifests/i/Insco/PicGuard/1.0.0.401/Insco.PicGuard.yaml new file mode 100644 index 0000000000000..ea82f89ce7e0f --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.401/Insco.PicGuard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.401 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.404/Insco.PicGuard.installer.yaml b/manifests/i/Insco/PicGuard/1.0.0.404/Insco.PicGuard.installer.yaml new file mode 100644 index 0000000000000..67f058cd1c50e --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.404/Insco.PicGuard.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.404 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v1.0.0%2B404/picguard_1.0.0+404_windows_x64_en-US.msi + InstallerSha256: 99FC6820EE348B93BBB2FBD36CB248B9F4F83CB4EDE4BD3D64D6286DD61D5754 + InstallerLocale: en-US + ProductCode: '{F9550D15-5F09-455C-BE27-00065C49E32E}' + AppsAndFeaturesEntries: + - ProductCode: '{F9550D15-5F09-455C-BE27-00065C49E32E}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' +- Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v1.0.0%2B404/picguard_1.0.0+404_windows_x64_zh-CN.msi + InstallerSha256: 8422BFAF973A2285E176268ED9325D7539BCF338BE1A6C45C80C678DB0FF675F + InstallerLocale: zh-CN + ProductCode: '{B5F897D4-9E40-4E33-A3ED-83A0E3A18D82}' + AppsAndFeaturesEntries: + - ProductCode: '{B5F897D4-9E40-4E33-A3ED-83A0E3A18D82}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.404/Insco.PicGuard.locale.en-US.yaml b/manifests/i/Insco/PicGuard/1.0.0.404/Insco.PicGuard.locale.en-US.yaml new file mode 100644 index 0000000000000..08f710554e3c3 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.404/Insco.PicGuard.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.404 +PackageLocale: en-US +Publisher: INSCO LLC +PublisherUrl: https://picguard.app +PublisherSupportUrl: https://github.com/picguard/picguard/discussions +PrivacyUrl: https://www.picguard.app/en/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://picguard.app +License: MIT +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +ShortDescription: Your pictures, your signature. +Description: | + Introducing **PicGuard** - the ultimate solution for securing and customizing your digital photos. With our app, you can easily add watermarks to your images to protect your creative work and maintain your privacy. + + **PicGuard** offers robust privacy protection features, ensuring your personal and sensitive information remains safeguarded. It's highly customizable, allowing you to personalize watermarks with various fonts, styles, and designs to suit your needs. + + Accessible on web, mobile, and desktop, you can seamlessly integrate and manage your watermarking tasks across all your devices. **PicGuard**, as an open-source tool, it's not only free but also continuously improved by a community of developers dedicated to providing the best user experience. + + Download **PicGuard** today and take control of your photo security and personalization like never before! +Tags: +- picguard +- watermark +- watermarkassistant +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/main/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.404/Insco.PicGuard.locale.zh-CN.yaml b/manifests/i/Insco/PicGuard/1.0.0.404/Insco.PicGuard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e42611395c2f1 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.404/Insco.PicGuard.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.404 +PackageLocale: zh-CN +Publisher: INSCO LLC +PublisherUrl: https://picguard.app +PublisherSupportUrl: https://github.com/picguard/picguard/discussions +PrivacyUrl: https://www.picguard.app/zh/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://picguard.app +License: MIT +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +ShortDescription: 给图片添加水印, 防止被恶意使用. +Description: | + 介绍 **PicGuard** - 保护和自定义数码照片的终极解决方案。使用我们的应用程序,您可以轻松地在图像上添加水印,以保护您的创意作品并维护您的隐私。 + + **PicGuard** 提供强大的隐私保护功能,确保您的个人和敏感信息得到保护。它具有高度可定制性,允许您使用各种字体、样式和设计个性化水印以满足您的需求。 + + 可在网络、移动设备和桌面上访问,您可以无缝集成和管理所有设备上的水印任务。**PicGuard** 是一种开源工具,它不仅免费,而且还由致力于提供最佳用户体验的开发人员社区不断改进。 + + 立即下载 **PicGuard**,以前所未有的方式控制您的照片安全和个性化! +Tags: +- picguard +- watermark +- watermarkassistant +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/main/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.0.404/Insco.PicGuard.yaml b/manifests/i/Insco/PicGuard/1.0.0.404/Insco.PicGuard.yaml new file mode 100644 index 0000000000000..6362f3d01f9e1 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.0.404/Insco.PicGuard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.0.404 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.1.405/Insco.PicGuard.installer.yaml b/manifests/i/Insco/PicGuard/1.0.1.405/Insco.PicGuard.installer.yaml new file mode 100644 index 0000000000000..31e51e486b31a --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.1.405/Insco.PicGuard.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.1.405 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v1.0.1%2B405/picguard_1.0.1+405_windows_x64_en-US.msi + InstallerSha256: 1156853C56DD4224F3202544676F5B8B2A2C77BB9E59F05BA88E49092D4E2F4B + InstallerLocale: en-US + ProductCode: '{2A6C7B85-7674-4675-AE44-97EA3878C964}' + AppsAndFeaturesEntries: + - ProductCode: '{2A6C7B85-7674-4675-AE44-97EA3878C964}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' +- Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v1.0.1%2B405/picguard_1.0.1+405_windows_x64_zh-CN.msi + InstallerSha256: B45DBDE33B8C18A12EE5024B2D5E2AC45544C098841B9A726382BAE3073F68C0 + InstallerLocale: zh-CN + ProductCode: '{C118AB72-1DED-40C9-9727-5726907736C9}' + AppsAndFeaturesEntries: + - ProductCode: '{C118AB72-1DED-40C9-9727-5726907736C9}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.1.405/Insco.PicGuard.locale.en-US.yaml b/manifests/i/Insco/PicGuard/1.0.1.405/Insco.PicGuard.locale.en-US.yaml new file mode 100644 index 0000000000000..821fdf543b996 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.1.405/Insco.PicGuard.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.1.405 +PackageLocale: en-US +Publisher: INSCO LLC +PublisherUrl: https://picguard.app +PublisherSupportUrl: https://github.com/picguard/picguard/discussions +PrivacyUrl: https://www.picguard.app/en/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://picguard.app +License: MIT +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +ShortDescription: Your pictures, your signature. +Description: | + Introducing **PicGuard** - the ultimate solution for securing and customizing your digital photos. With our app, you can easily add watermarks to your images to protect your creative work and maintain your privacy. + + **PicGuard** offers robust privacy protection features, ensuring your personal and sensitive information remains safeguarded. It's highly customizable, allowing you to personalize watermarks with various fonts, styles, and designs to suit your needs. + + Accessible on web, mobile, and desktop, you can seamlessly integrate and manage your watermarking tasks across all your devices. **PicGuard**, as an open-source tool, it's not only free but also continuously improved by a community of developers dedicated to providing the best user experience. + + Download **PicGuard** today and take control of your photo security and personalization like never before! +Tags: +- picguard +- watermark +- watermarkassistant +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/main/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.1.405/Insco.PicGuard.locale.zh-CN.yaml b/manifests/i/Insco/PicGuard/1.0.1.405/Insco.PicGuard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..24a1e3116b0c8 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.1.405/Insco.PicGuard.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.1.405 +PackageLocale: zh-CN +Publisher: INSCO LLC +PublisherUrl: https://picguard.app +PublisherSupportUrl: https://github.com/picguard/picguard/discussions +PrivacyUrl: https://www.picguard.app/zh/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://picguard.app +License: MIT +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +ShortDescription: 给图片添加水印, 防止被恶意使用. +Description: | + 介绍 **PicGuard** - 保护和自定义数码照片的终极解决方案。使用我们的应用程序,您可以轻松地在图像上添加水印,以保护您的创意作品并维护您的隐私。 + + **PicGuard** 提供强大的隐私保护功能,确保您的个人和敏感信息得到保护。它具有高度可定制性,允许您使用各种字体、样式和设计个性化水印以满足您的需求。 + + 可在网络、移动设备和桌面上访问,您可以无缝集成和管理所有设备上的水印任务。**PicGuard** 是一种开源工具,它不仅免费,而且还由致力于提供最佳用户体验的开发人员社区不断改进。 + + 立即下载 **PicGuard**,以前所未有的方式控制您的照片安全和个性化! +Tags: +- picguard +- watermark +- watermarkassistant +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/main/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.1.405/Insco.PicGuard.yaml b/manifests/i/Insco/PicGuard/1.0.1.405/Insco.PicGuard.yaml new file mode 100644 index 0000000000000..6dea104be9c9f --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.1.405/Insco.PicGuard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.1.405 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.1.406/Insco.PicGuard.installer.yaml b/manifests/i/Insco/PicGuard/1.0.1.406/Insco.PicGuard.installer.yaml new file mode 100644 index 0000000000000..eb28f99134029 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.1.406/Insco.PicGuard.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.1.406 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-09-10 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v1.0.1+406/picguard_1.0.1+406_windows_x64_en-US.msi + InstallerSha256: 806769D03E8CDDEBDCE2E1474DDA34E6DE26CB22DD3707E1739C7F496C2AFA94 + InstallerLocale: en-US + ProductCode: '{72A48FD2-AF0F-4EAC-82E7-065356D20FFE}' + AppsAndFeaturesEntries: + - ProductCode: '{72A48FD2-AF0F-4EAC-82E7-065356D20FFE}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' + - Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v1.0.1+406/picguard_1.0.1+406_windows_x64_zh-CN.msi + InstallerSha256: BE99A164EA2DB61C097A5E2097C2D9B92A4387A2F537CBF9F676A0553116CE1A + InstallerLocale: zh-CN + ProductCode: '{5796FF61-8449-4C61-82C3-A71696FF70DC}' + AppsAndFeaturesEntries: + - ProductCode: '{5796FF61-8449-4C61-82C3-A71696FF70DC}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' +ManifestType: installer +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/i/Insco/PicGuard/1.0.1.406/Insco.PicGuard.locale.en-US.yaml b/manifests/i/Insco/PicGuard/1.0.1.406/Insco.PicGuard.locale.en-US.yaml new file mode 100644 index 0000000000000..352b2d5eab01e --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.1.406/Insco.PicGuard.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.1.406 +PackageLocale: en-US +Publisher: INSCO LLC +PublisherUrl: https://picguard.app +PublisherSupportUrl: https://github.com/picguard/picguard/discussions +PrivacyUrl: https://www.picguard.app/en/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://picguard.app +License: MIT +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +ShortDescription: Your pictures, your signature. +Description: | + Introducing **PicGuard** - the ultimate solution for securing and customizing your digital photos. With our app, you can easily add watermarks to your images to protect your creative work and maintain your privacy. + + **PicGuard** offers robust privacy protection features, ensuring your personal and sensitive information remains safeguarded. It's highly customizable, allowing you to personalize watermarks with various fonts, styles, and designs to suit your needs. + + Accessible on web, mobile, and desktop, you can seamlessly integrate and manage your watermarking tasks across all your devices. **PicGuard**, as an open-source tool, it's not only free but also continuously improved by a community of developers dedicated to providing the best user experience. + + Download **PicGuard** today and take control of your photo security and personalization like never before! +Tags: + - picguard + - watermark + - watermarkassistant + - watermark-assistant +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/v1.0.1+406/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insco/PicGuard/1.0.1.406/Insco.PicGuard.locale.zh-CN.yaml b/manifests/i/Insco/PicGuard/1.0.1.406/Insco.PicGuard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..98703961d1e59 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.1.406/Insco.PicGuard.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.1.406 +PackageLocale: zh-CN +Publisher: INSCO LLC +PublisherUrl: https://picguard.app +PublisherSupportUrl: https://github.com/picguard/picguard/discussions +PrivacyUrl: https://www.picguard.app/zh/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://picguard.app +License: MIT +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +ShortDescription: 给图片添加水印, 防止被恶意使用. +Description: | + 介绍 **PicGuard** - 保护和自定义数码照片的终极解决方案。使用我们的应用程序,您可以轻松地在图像上添加水印,以保护您的创意作品并维护您的隐私。 + + **PicGuard** 提供强大的隐私保护功能,确保您的个人和敏感信息得到保护。它具有高度可定制性,允许您使用各种字体、样式和设计个性化水印以满足您的需求。 + + 可在网络、移动设备和桌面上访问,您可以无缝集成和管理所有设备上的水印任务。**PicGuard** 是一种开源工具,它不仅免费,而且还由致力于提供最佳用户体验的开发人员社区不断改进。 + + 立即下载 **PicGuard**,以前所未有的方式控制您的照片安全和个性化! +Tags: + - picguard + - watermark + - watermarkassistant + - watermark-assistant +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/v1.0.1+406/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/i/Insco/PicGuard/1.0.1.406/Insco.PicGuard.yaml b/manifests/i/Insco/PicGuard/1.0.1.406/Insco.PicGuard.yaml new file mode 100644 index 0000000000000..b1a1b729535da --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.1.406/Insco.PicGuard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.1.406 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/i/Insomnia/Insomnia/10.0.0/Insomnia.Insomnia.installer.yaml b/manifests/i/Insomnia/Insomnia/10.0.0/Insomnia.Insomnia.installer.yaml new file mode 100644 index 0000000000000..80f800c813bb2 --- /dev/null +++ b/manifests/i/Insomnia/Insomnia/10.0.0/Insomnia.Insomnia.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Insomnia.Insomnia +PackageVersion: 10.0.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Kong/insomnia/releases/download/core@10.0.0/Insomnia.Core-10.0.0.exe + InstallerSha256: 1E07AD2CBF9F4007A286B899F447BCA581D5C0AFC946D8F4CE8208FFE4E5F892 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insomnia/Insomnia/10.0.0/Insomnia.Insomnia.locale.en-US.yaml b/manifests/i/Insomnia/Insomnia/10.0.0/Insomnia.Insomnia.locale.en-US.yaml new file mode 100644 index 0000000000000..cf71f25973c2d --- /dev/null +++ b/manifests/i/Insomnia/Insomnia/10.0.0/Insomnia.Insomnia.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insomnia.Insomnia +PackageVersion: 10.0.0 +PackageLocale: en-US +Publisher: Kong +PublisherUrl: https://github.com/Kong/insomnia +PublisherSupportUrl: https://github.com/Kong/insomnia/issues +# PrivacyUrl: +Author: Kong +PackageName: Insomnia +PackageUrl: https://insomnia.rest +License: MIT +LicenseUrl: https://raw.githubusercontent.com/Kong/insomnia/develop/LICENSE +Copyright: Copyright (c) Insomnia REST Client +CopyrightUrl: https://raw.githubusercontent.com/Kong/insomnia/develop/LICENSE +ShortDescription: The Desktop API client for REST and GraphQL. Make requests, inspect responses. +# Description: +Moniker: insomnia +Tags: +- insomnia +- insomnia-core +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/Kong/insomnia/releases/tag/core%4010.0.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insomnia/Insomnia/10.0.0/Insomnia.Insomnia.yaml b/manifests/i/Insomnia/Insomnia/10.0.0/Insomnia.Insomnia.yaml new file mode 100644 index 0000000000000..f7161fec08f02 --- /dev/null +++ b/manifests/i/Insomnia/Insomnia/10.0.0/Insomnia.Insomnia.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Insomnia.Insomnia +PackageVersion: 10.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insomnia/Insomnia/9.3.3/Insomnia.Insomnia.installer.yaml b/manifests/i/Insomnia/Insomnia/9.3.3/Insomnia.Insomnia.installer.yaml new file mode 100644 index 0000000000000..5ab23965ff0c0 --- /dev/null +++ b/manifests/i/Insomnia/Insomnia/9.3.3/Insomnia.Insomnia.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Insomnia.Insomnia +PackageVersion: 9.3.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Kong/insomnia/releases/download/core@9.3.3/Insomnia.Core-9.3.3.exe + InstallerSha256: C166D10A6F835DF70E2BEAFF9DE882EFEB4BD9CBB8B3A262183F068974E3DAAA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insomnia/Insomnia/9.3.3/Insomnia.Insomnia.locale.en-US.yaml b/manifests/i/Insomnia/Insomnia/9.3.3/Insomnia.Insomnia.locale.en-US.yaml new file mode 100644 index 0000000000000..593b2a40df578 --- /dev/null +++ b/manifests/i/Insomnia/Insomnia/9.3.3/Insomnia.Insomnia.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Insomnia.Insomnia +PackageVersion: 9.3.3 +PackageLocale: en-US +Publisher: Kong +PublisherUrl: https://github.com/Kong/insomnia +PublisherSupportUrl: https://github.com/Kong/insomnia/issues +# PrivacyUrl: +Author: Kong +PackageName: Insomnia +PackageUrl: https://insomnia.rest +License: MIT +LicenseUrl: https://raw.githubusercontent.com/Kong/insomnia/develop/LICENSE +Copyright: Copyright (c) Insomnia REST Client +CopyrightUrl: https://raw.githubusercontent.com/Kong/insomnia/develop/LICENSE +ShortDescription: The Desktop API client for REST and GraphQL. Make requests, inspect responses. +# Description: +Moniker: insomnia +Tags: +- insomnia +- insomnia-core +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/Kong/insomnia/releases/tag/core%409.3.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Insomnia/Insomnia/9.3.3/Insomnia.Insomnia.yaml b/manifests/i/Insomnia/Insomnia/9.3.3/Insomnia.Insomnia.yaml new file mode 100644 index 0000000000000..5f2a0bfaa6820 --- /dev/null +++ b/manifests/i/Insomnia/Insomnia/9.3.3/Insomnia.Insomnia.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Insomnia.Insomnia +PackageVersion: 9.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/FortranCompiler/2024.2.1/Intel.FortranCompiler.installer.yaml b/manifests/i/Intel/FortranCompiler/2024.2.1/Intel.FortranCompiler.installer.yaml new file mode 100644 index 0000000000000..4aa1c704abc4d --- /dev/null +++ b/manifests/i/Intel/FortranCompiler/2024.2.1/Intel.FortranCompiler.installer.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Intel.FortranCompiler +PackageVersion: 2024.2.1 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -s -a --silent --eula accept + SilentWithProgress: -s -a --silent --eula accept +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1002 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +InstallLocationRequired: false +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ea23d696-a77f-4a4a-8996-20d02cdbc48f/w_fortran-compiler_p_2024.2.1.81_offline.exe + InstallerSha256: CBE91B7699025269576C3DC4BF7AA515018E5A68ED9DF5F9CC9820D5BE13681D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/FortranCompiler/2024.2.1/Intel.FortranCompiler.locale.en-US.yaml b/manifests/i/Intel/FortranCompiler/2024.2.1/Intel.FortranCompiler.locale.en-US.yaml new file mode 100644 index 0000000000000..7dea0bb51a580 --- /dev/null +++ b/manifests/i/Intel/FortranCompiler/2024.2.1/Intel.FortranCompiler.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Intel.FortranCompiler +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: Intel Corporation +PackageName: FortranCompiler +License: Intel End User License Agreement for Developer Tools (Version April 2023) +LicenseUrl: https://www.intel.com/content/www/us/en/developer/articles/license/end-user-license-agreement.html +Copyright: Copyright Intel Corporation. All Rights Reserved. +ShortDescription: Intel Fortran Compiler +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://cdrdv2-public.intel.com/777700/intel-end-user-license-agreement-for-developer-tools-version-april-2023.pdf +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/FortranCompiler/2024.2.1/Intel.FortranCompiler.yaml b/manifests/i/Intel/FortranCompiler/2024.2.1/Intel.FortranCompiler.yaml new file mode 100644 index 0000000000000..57aa3566a09de --- /dev/null +++ b/manifests/i/Intel/FortranCompiler/2024.2.1/Intel.FortranCompiler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Intel.FortranCompiler +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/IntelDriverAndSupportAssistant/24.3.26.8/Intel.IntelDriverAndSupportAssistant.installer.yaml b/manifests/i/Intel/IntelDriverAndSupportAssistant/24.3.26.8/Intel.IntelDriverAndSupportAssistant.installer.yaml deleted file mode 100644 index 4339c8f9358d4..0000000000000 --- a/manifests/i/Intel/IntelDriverAndSupportAssistant/24.3.26.8/Intel.IntelDriverAndSupportAssistant.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/26 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Intel.IntelDriverAndSupportAssistant -PackageVersion: 24.3.26.8 -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallerSwitches: - Silent: /silent -UpgradeBehavior: uninstallPrevious -Installers: -- Architecture: x86 - InstallerUrl: https://dsadata.intel.com/installer - InstallerSha256: DF5ED3253A7B9BBFCA7328EAC9A5BF6FF78B8E4084B7DF159EFEDE52BE8617A5 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/IntelDriverAndSupportAssistant/24.3.26.8/Intel.IntelDriverAndSupportAssistant.yaml b/manifests/i/Intel/IntelDriverAndSupportAssistant/24.3.26.8/Intel.IntelDriverAndSupportAssistant.yaml deleted file mode 100644 index dde7fd4d3c753..0000000000000 --- a/manifests/i/Intel/IntelDriverAndSupportAssistant/24.3.26.8/Intel.IntelDriverAndSupportAssistant.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Jun/26 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Intel.IntelDriverAndSupportAssistant -PackageVersion: 24.3.26.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/IntelDriverAndSupportAssistant/24.4.32.8/Intel.IntelDriverAndSupportAssistant.installer.yaml b/manifests/i/Intel/IntelDriverAndSupportAssistant/24.4.32.8/Intel.IntelDriverAndSupportAssistant.installer.yaml new file mode 100644 index 0000000000000..dee2c34bde95d --- /dev/null +++ b/manifests/i/Intel/IntelDriverAndSupportAssistant/24.4.32.8/Intel.IntelDriverAndSupportAssistant.installer.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2024/Aug/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Intel.IntelDriverAndSupportAssistant +PackageVersion: 24.4.32.8 +Platform: +- Windows.Desktop +InstallerType: nullsoft +InstallerSwitches: + Silent: /silent +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x86 + InstallerUrl: https://dsadata.intel.com/installer + InstallerSha256: 8EE5981A13B3C85379DCD27A3BEAF93FDB4C20ECD0A23153AF6FB3C6600E6B2C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/IntelDriverAndSupportAssistant/24.3.26.8/Intel.IntelDriverAndSupportAssistant.locale.en-US.yaml b/manifests/i/Intel/IntelDriverAndSupportAssistant/24.4.32.8/Intel.IntelDriverAndSupportAssistant.locale.en-US.yaml similarity index 91% rename from manifests/i/Intel/IntelDriverAndSupportAssistant/24.3.26.8/Intel.IntelDriverAndSupportAssistant.locale.en-US.yaml rename to manifests/i/Intel/IntelDriverAndSupportAssistant/24.4.32.8/Intel.IntelDriverAndSupportAssistant.locale.en-US.yaml index 2896adf483b3f..a2440d5f91315 100644 --- a/manifests/i/Intel/IntelDriverAndSupportAssistant/24.3.26.8/Intel.IntelDriverAndSupportAssistant.locale.en-US.yaml +++ b/manifests/i/Intel/IntelDriverAndSupportAssistant/24.4.32.8/Intel.IntelDriverAndSupportAssistant.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Jun/26 +# Automatically updated by the winget bot at 2024/Aug/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Intel.IntelDriverAndSupportAssistant -PackageVersion: 24.3.26.8 +PackageVersion: 24.4.32.8 PackageLocale: en-US Publisher: Intel PublisherUrl: https://www.intel.com diff --git a/manifests/i/Intel/IntelDriverAndSupportAssistant/24.4.32.8/Intel.IntelDriverAndSupportAssistant.yaml b/manifests/i/Intel/IntelDriverAndSupportAssistant/24.4.32.8/Intel.IntelDriverAndSupportAssistant.yaml new file mode 100644 index 0000000000000..67c7c0a59f324 --- /dev/null +++ b/manifests/i/Intel/IntelDriverAndSupportAssistant/24.4.32.8/Intel.IntelDriverAndSupportAssistant.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Intel.IntelDriverAndSupportAssistant +PackageVersion: 24.4.32.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/PresentMon/2.1.1.0/Intel.PresentMon.installer.yaml b/manifests/i/Intel/PresentMon/2.1.1.0/Intel.PresentMon.installer.yaml new file mode 100644 index 0000000000000..e89144703944f --- /dev/null +++ b/manifests/i/Intel/PresentMon/2.1.1.0/Intel.PresentMon.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Intel.PresentMon +PackageVersion: 2.1.1.0 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{57E17BFF-7CB1-46F5-9F9F-6F73EABE98F2}' +ReleaseDate: 2024-07-30 +AppsAndFeaturesEntries: +- ProductCode: '{57E17BFF-7CB1-46F5-9F9F-6F73EABE98F2}' +- UpgradeCode: '{CD0D489E-0FE7-452D-90D9-F94F3F5FF410}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GameTechDev/PresentMon/releases/download/v2.1.1/PresentMon-v2.1.1.msi + InstallerSha256: 4B9801763684591A1C51D30F4C1D217C8647B17746B979D23E28ABAF457F0606 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/PresentMon/2.1.1.0/Intel.PresentMon.locale.en-US.yaml b/manifests/i/Intel/PresentMon/2.1.1.0/Intel.PresentMon.locale.en-US.yaml new file mode 100644 index 0000000000000..d86c3e565aed3 --- /dev/null +++ b/manifests/i/Intel/PresentMon/2.1.1.0/Intel.PresentMon.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Intel.PresentMon +PackageVersion: 2.1.1.0 +PackageLocale: en-US +Publisher: Intel(R) Corporation +PublisherUrl: https://www.intel.com/ +PublisherSupportUrl: https://github.com/GameTechDev/PresentMon/issues +PrivacyUrl: https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html +Author: Intel Corporation +PackageName: Intel(R) PresentMon +PackageUrl: https://game.intel.com/stories/intel-presentmon/ +License: MIT +LicenseUrl: https://github.com/GameTechDev/PresentMon/blob/v2.1.1/LICENSE.txt +Copyright: Copyright (C) 2017-2024 Intel Corporation +CopyrightUrl: https://github.com/GameTechDev/PresentMon/blob/v2.1.1/LICENSE.txt +ShortDescription: A gaming performance overlay and telemetry application to monitor and measure your gaming experience. +Description: |- + PresentMon is a set of tools to capture and analyze the high-level performance characteristics of graphics applications on Windows. + PresentMon traces key performance metrics such as the CPU, GPU, and Display frame durations and latencies; and works across different graphics API such as DirectX, OpenGL, and Vulkan, different hardware configurations, and for both desktop and UWP applications. +Moniker: presentmon +Tags: +- analysis +- capture +- event-tracing +- gaming +- graphics +- intel +- overlay +- performance +- telemetry +ReleaseNotes: |- + New Features + - Added option to have the GUI capture application launch its own instance of PresentMon Service as a child process (useful for debugging) + + Bug Fixes + - Fixed issue with duration of CSV frame capture #314 + - Fixed race condition causing loss of frame data when processing offline ETL files #313 + - Fixed issue with FrameTime metric calculation #311 +ReleaseNotesUrl: https://github.com/GameTechDev/PresentMon/releases/tag/v2.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/PresentMon/2.1.1.0/Intel.PresentMon.yaml b/manifests/i/Intel/PresentMon/2.1.1.0/Intel.PresentMon.yaml new file mode 100644 index 0000000000000..ca8a9dc96df1e --- /dev/null +++ b/manifests/i/Intel/PresentMon/2.1.1.0/Intel.PresentMon.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Intel.PresentMon +PackageVersion: 2.1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/PresentMon/Console/2.1.1.0/Intel.PresentMon.Console.installer.yaml b/manifests/i/Intel/PresentMon/Console/2.1.1.0/Intel.PresentMon.Console.installer.yaml new file mode 100644 index 0000000000000..cc127a10e2ac9 --- /dev/null +++ b/manifests/i/Intel/PresentMon/Console/2.1.1.0/Intel.PresentMon.Console.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Intel.PresentMon.Console +PackageVersion: 2.1.1.0 +InstallerType: portable +Commands: +- presentmon +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GameTechDev/PresentMon/releases/download/v2.1.1/PresentMon-2.1.1-x64.exe + InstallerSha256: AFDC8673E26C22D9733D5239CB0D550FBF57D060ADDB97CD2158B146E5E7B385 +- Architecture: x86 + InstallerUrl: https://github.com/GameTechDev/PresentMon/releases/download/v2.1.1/PresentMon-2.1.1-x86.exe + InstallerSha256: 3C38B5907B3A2051894F86E2B5736888BBDA401E9945EFA5011723EAA68AA94D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/PresentMon/Console/2.1.1.0/Intel.PresentMon.Console.locale.en-US.yaml b/manifests/i/Intel/PresentMon/Console/2.1.1.0/Intel.PresentMon.Console.locale.en-US.yaml new file mode 100644 index 0000000000000..34641ea302f76 --- /dev/null +++ b/manifests/i/Intel/PresentMon/Console/2.1.1.0/Intel.PresentMon.Console.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Intel.PresentMon.Console +PackageVersion: 2.1.1.0 +PackageLocale: en-US +Publisher: Intel Corporation +PublisherUrl: https://www.intel.com/ +PublisherSupportUrl: https://github.com/GameTechDev/PresentMon/issues +PrivacyUrl: https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html +Author: Intel Corporation +PackageName: PresentMon Console +PackageUrl: https://github.com/GameTechDev/PresentMon +License: MIT +LicenseUrl: https://github.com/GameTechDev/PresentMon/blob/v2.1.1/LICENSE.txt +Copyright: Copyright (C) 2017-2024 Intel Corporation +CopyrightUrl: https://github.com/GameTechDev/PresentMon/blob/v2.1.1/LICENSE.txt +ShortDescription: A telemetry application to monitor and measure graphics applications. +Description: A standalone console application that uses the PresentMon SDK to capture and analyze graphics applications, outputting data to the console and/or CSV file(s). +Moniker: presentmon-console +Tags: +- analysis +- capture +- console +- event-tracing +- gaming +- graphics +- intel +- performance +- telemetry +ReleaseNotes: |- + New Features + - Added option to have the GUI capture application launch its own instance of PresentMon Service as a child process (useful for debugging) + + Bug Fixes + - Fixed issue with duration of CSV frame capture #314 + - Fixed race condition causing loss of frame data when processing offline ETL files #313 + - Fixed issue with FrameTime metric calculation #311 +ReleaseNotesUrl: https://github.com/GameTechDev/PresentMon/releases/tag/v2.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/PresentMon/Console/2.1.1.0/Intel.PresentMon.Console.yaml b/manifests/i/Intel/PresentMon/Console/2.1.1.0/Intel.PresentMon.Console.yaml new file mode 100644 index 0000000000000..7c0717a81f1ec --- /dev/null +++ b/manifests/i/Intel/PresentMon/Console/2.1.1.0/Intel.PresentMon.Console.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Intel.PresentMon.Console +PackageVersion: 2.1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/oneMKL/2024.2.1/Intel.oneMKL.installer.yaml b/manifests/i/Intel/oneMKL/2024.2.1/Intel.oneMKL.installer.yaml new file mode 100644 index 0000000000000..58acab68477db --- /dev/null +++ b/manifests/i/Intel/oneMKL/2024.2.1/Intel.oneMKL.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Intel.oneMKL +PackageVersion: 2024.2.1 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -s -a --silent --eula accept + SilentWithProgress: -s -a --silent --eula accept +UpgradeBehavior: install +InstallLocationRequired: false +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a665fc26-bdf1-415f-9fc4-345f257f4fb1/w_onemkl_p_2024.2.1.106_offline.exe + InstallerSha256: 64DE877C3869BC2DA2C48BE5126BC4B469D55C349AC418393EA6F066B902023D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/oneMKL/2024.2.1/Intel.oneMKL.locale.en-US.yaml b/manifests/i/Intel/oneMKL/2024.2.1/Intel.oneMKL.locale.en-US.yaml new file mode 100644 index 0000000000000..911302a5d2546 --- /dev/null +++ b/manifests/i/Intel/oneMKL/2024.2.1/Intel.oneMKL.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Intel.oneMKL +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: Intel Corporation +PackageName: Intel oneAPI MKL +License: Intel Simplified Software License (Version October 2022) +LicenseUrl: https://www.intel.com/content/www/us/en/developer/articles/license/end-user-license-agreement.html +Copyright: Copyright Intel Corporation. All Rights Reserved. +ShortDescription: Intel oneAPI Math Kernel Library (oneMKL). Accelerate math processing routines, increase application performance, and reduce development time. +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://cdrdv2-public.intel.com/749362/intel-simplified-license-software-october-2022.pdf +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Intel/oneMKL/2024.2.1/Intel.oneMKL.yaml b/manifests/i/Intel/oneMKL/2024.2.1/Intel.oneMKL.yaml new file mode 100644 index 0000000000000..83708e6a64efd --- /dev/null +++ b/manifests/i/Intel/oneMKL/2024.2.1/Intel.oneMKL.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Intel.oneMKL +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/InvisibleMan/InvisibleManXRay/2.3.2/InvisibleMan.InvisibleManXRay.installer.yaml b/manifests/i/InvisibleMan/InvisibleManXRay/2.3.2/InvisibleMan.InvisibleManXRay.installer.yaml new file mode 100644 index 0000000000000..8f6f2655f3d7a --- /dev/null +++ b/manifests/i/InvisibleMan/InvisibleManXRay/2.3.2/InvisibleMan.InvisibleManXRay.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: InvisibleMan.InvisibleManXRay +PackageVersion: 2.3.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Invisible Man XRay.exe +UpgradeBehavior: install +ReleaseDate: 2024-09-07 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/InvisibleManVPN/InvisibleMan-XRayClient/releases/download/v2.3.2/InvisibleManXRay-x86.zip + InstallerSha256: EECD9FD5363E6B9A79F3A042715D38065A4E6826702D6BDD6418DD7F18DA1B38 +- Architecture: x64 + InstallerUrl: https://github.com/InvisibleManVPN/InvisibleMan-XRayClient/releases/download/v2.3.2/InvisibleManXRay-x64.zip + InstallerSha256: BD4C6658E21F36C90697AB7F49A43CFEE5110C25176B467EE53B90C02BB90851 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/InvisibleMan/InvisibleManXRay/2.3.2/InvisibleMan.InvisibleManXRay.locale.en-US.yaml b/manifests/i/InvisibleMan/InvisibleManXRay/2.3.2/InvisibleMan.InvisibleManXRay.locale.en-US.yaml new file mode 100644 index 0000000000000..14ec569c07613 --- /dev/null +++ b/manifests/i/InvisibleMan/InvisibleManXRay/2.3.2/InvisibleMan.InvisibleManXRay.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: InvisibleMan.InvisibleManXRay +PackageVersion: 2.3.2 +PackageLocale: en-US +Publisher: Invisible Man +PackageName: Invisible Man XRay +License: MIT +ShortDescription: Invisible Man XRay is an open-source and free client that supports xray core. +Tags: +- proxy +- proxy-client +- reality +- shadowsocks +- trojan +- v2ray +- vless +- vmess +- xray +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/InvisibleMan/InvisibleManXRay/2.3.2/InvisibleMan.InvisibleManXRay.yaml b/manifests/i/InvisibleMan/InvisibleManXRay/2.3.2/InvisibleMan.InvisibleManXRay.yaml new file mode 100644 index 0000000000000..b157bed1d27a8 --- /dev/null +++ b/manifests/i/InvisibleMan/InvisibleManXRay/2.3.2/InvisibleMan.InvisibleManXRay.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: InvisibleMan.InvisibleManXRay +PackageVersion: 2.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IridiumIO/CompactGUI/3.5.1/IridiumIO.CompactGUI.installer.yaml b/manifests/i/IridiumIO/CompactGUI/3.5.1/IridiumIO.CompactGUI.installer.yaml new file mode 100644 index 0000000000000..02c2a300480c7 --- /dev/null +++ b/manifests/i/IridiumIO/CompactGUI/3.5.1/IridiumIO.CompactGUI.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IridiumIO.CompactGUI +PackageVersion: 3.5.1 +InstallerType: portable +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/IridiumIO/CompactGUI/releases/download/v3.5.1/CompactGUI.exe + InstallerSha256: 77C023870286DD06AA30B1C40903702F377BF7264559564329C8C456DE0120AF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IridiumIO/CompactGUI/3.5.1/IridiumIO.CompactGUI.locale.en-US.yaml b/manifests/i/IridiumIO/CompactGUI/3.5.1/IridiumIO.CompactGUI.locale.en-US.yaml new file mode 100644 index 0000000000000..5ffbe79b4a115 --- /dev/null +++ b/manifests/i/IridiumIO/CompactGUI/3.5.1/IridiumIO.CompactGUI.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IridiumIO.CompactGUI +PackageVersion: 3.5.1 +PackageLocale: en-US +Publisher: IridiumIO +PackageName: CompactGUI +License: GPL-3.0 +ShortDescription: Transparently compress active games and programs using Windows 10/11 APIs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IridiumIO/CompactGUI/3.5.1/IridiumIO.CompactGUI.yaml b/manifests/i/IridiumIO/CompactGUI/3.5.1/IridiumIO.CompactGUI.yaml new file mode 100644 index 0000000000000..d63e87c93bf60 --- /dev/null +++ b/manifests/i/IridiumIO/CompactGUI/3.5.1/IridiumIO.CompactGUI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IridiumIO.CompactGUI +PackageVersion: 3.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/IronmanSoftware/PowerShellUniversal/5.0.0/IronmanSoftware.PowerShellUniversal.installer.yaml b/manifests/i/IronmanSoftware/PowerShellUniversal/5.0.0/IronmanSoftware.PowerShellUniversal.installer.yaml new file mode 100644 index 0000000000000..42286fcd760ca --- /dev/null +++ b/manifests/i/IronmanSoftware/PowerShellUniversal/5.0.0/IronmanSoftware.PowerShellUniversal.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: IronmanSoftware.PowerShellUniversal +PackageVersion: 5.0.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{DBEC4715-DB77-44C2-B525-00DDFB70735E}' +Installers: +- Architecture: x64 + InstallerUrl: https://imsreleases.blob.core.windows.net/universal/production/5.0.0/PowerShellUniversal.5.0.0.msi + InstallerSha256: 98D8651BA6A3918B9E90FE1DCE3E9461DD7781EFA3D34AFD001A0FE3AE1FDEFD +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/IronmanSoftware/PowerShellUniversal/5.0.0/IronmanSoftware.PowerShellUniversal.locale.en-US.yaml b/manifests/i/IronmanSoftware/PowerShellUniversal/5.0.0/IronmanSoftware.PowerShellUniversal.locale.en-US.yaml new file mode 100644 index 0000000000000..3aec66f130c2c --- /dev/null +++ b/manifests/i/IronmanSoftware/PowerShellUniversal/5.0.0/IronmanSoftware.PowerShellUniversal.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: IronmanSoftware.PowerShellUniversal +PackageVersion: 5.0.0 +PackageLocale: en-US +Publisher: Ironman Software, LLC +PackageName: PowerShell Universal +PackageUrl: https://docs.powershelluniversal.com/ +License: Proprietary +Copyright: © 2021 - Ironman Software +ShortDescription: Build custom, web-based tools with PowerShell. +Moniker: powershelluniversal +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/IronmanSoftware/PowerShellUniversal/5.0.0/IronmanSoftware.PowerShellUniversal.yaml b/manifests/i/IronmanSoftware/PowerShellUniversal/5.0.0/IronmanSoftware.PowerShellUniversal.yaml new file mode 100644 index 0000000000000..00ea4c6ca470b --- /dev/null +++ b/manifests/i/IronmanSoftware/PowerShellUniversal/5.0.0/IronmanSoftware.PowerShellUniversal.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: IronmanSoftware.PowerShellUniversal +PackageVersion: 5.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Iterate/Cyberduck/9.0.1.41941/Iterate.Cyberduck.installer.yaml b/manifests/i/Iterate/Cyberduck/9.0.1.41941/Iterate.Cyberduck.installer.yaml new file mode 100644 index 0000000000000..c8e64c33f96f3 --- /dev/null +++ b/manifests/i/Iterate/Cyberduck/9.0.1.41941/Iterate.Cyberduck.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Iterate.Cyberduck +PackageVersion: 9.0.1.41941 +InstallerLocale: en-US +Platform: +- Windows.Desktop +Scope: machine +AppsAndFeaturesEntries: +- UpgradeCode: '{B9C33495-4B77-4863-9A40-4E767388647E}' +Installers: +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://update.cyberduck.io//Cyberduck-Installer-9.0.1.41941.exe + InstallerSha256: 3CA8477E1531B2B78918CA1EE79D9B80B03BF0919A9EEEC25F7A549398FC7E67 + ProductCode: '{2E3987C4-DDF1-4DF7-A3ED-AD9D84D22E98}' +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://update.cyberduck.io//Cyberduck-Installer-9.0.1.41941.msi + InstallerSha256: B27E752F3D7D45573E1761B061C66BCA59B5FE54308F305249B063B9B4537FF6 + ProductCode: '{D0598ADF-401C-4575-87FC-60571EED1DB8}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Iterate/Cyberduck/9.0.1.41941/Iterate.Cyberduck.locale.en-US.yaml b/manifests/i/Iterate/Cyberduck/9.0.1.41941/Iterate.Cyberduck.locale.en-US.yaml new file mode 100644 index 0000000000000..a68077275b6f4 --- /dev/null +++ b/manifests/i/Iterate/Cyberduck/9.0.1.41941/Iterate.Cyberduck.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Iterate.Cyberduck +PackageVersion: 9.0.1.41941 +PackageLocale: en-US +Publisher: iterate GmbH +PublisherUrl: https://cyberduck.io +PublisherSupportUrl: https://cyberduck.io/ftp +PrivacyUrl: https://cyberduck.io/privacy +PackageName: Cyberduck +PackageUrl: https://cyberduck.io +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/iterate-ch/cyberduck/master/LICENSE.txt +CopyrightUrl: https://raw.githubusercontent.com/iterate-ch/cyberduck/master/LICENSE.txt +ShortDescription: Cyberduck is a libre server and cloud storage browser for Mac and Windows with support for FTP, SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox. +Moniker: cyberduck +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Iterate/Cyberduck/9.0.1.41941/Iterate.Cyberduck.yaml b/manifests/i/Iterate/Cyberduck/9.0.1.41941/Iterate.Cyberduck.yaml new file mode 100644 index 0000000000000..46c9c9b9e99d2 --- /dev/null +++ b/manifests/i/Iterate/Cyberduck/9.0.1.41941/Iterate.Cyberduck.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Iterate.Cyberduck +PackageVersion: 9.0.1.41941 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Iterate/Cyberduck/9.0.2.42108/Iterate.Cyberduck.installer.yaml b/manifests/i/Iterate/Cyberduck/9.0.2.42108/Iterate.Cyberduck.installer.yaml new file mode 100644 index 0000000000000..982834247fc32 --- /dev/null +++ b/manifests/i/Iterate/Cyberduck/9.0.2.42108/Iterate.Cyberduck.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Iterate.Cyberduck +PackageVersion: 9.0.2.42108 +InstallerLocale: en-US +Platform: +- Windows.Desktop +Scope: machine +AppsAndFeaturesEntries: +- UpgradeCode: '{B9C33495-4B77-4863-9A40-4E767388647E}' +Installers: +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://update.cyberduck.io//Cyberduck-Installer-9.0.2.42108.exe + InstallerSha256: CE81A305CFA205E977C888900E511AD6E683FE18885A6412FB4C79FD9D28B23E + ProductCode: '{2E3987C4-DDF1-4DF7-A3ED-AD9D84D22E98}' +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://update.cyberduck.io//Cyberduck-Installer-9.0.2.42108.msi + InstallerSha256: 6FFFC76117C4F3249957AB77328871A75E08CFC9E3AD21A3C34BBF4BF14911F4 + ProductCode: '{1EAC9130-091D-4559-BD73-BA351C80BAC2}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/Iterate/Cyberduck/9.0.2.42108/Iterate.Cyberduck.locale.en-US.yaml b/manifests/i/Iterate/Cyberduck/9.0.2.42108/Iterate.Cyberduck.locale.en-US.yaml new file mode 100644 index 0000000000000..e375ceb210714 --- /dev/null +++ b/manifests/i/Iterate/Cyberduck/9.0.2.42108/Iterate.Cyberduck.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Iterate.Cyberduck +PackageVersion: 9.0.2.42108 +PackageLocale: en-US +Publisher: iterate GmbH +PublisherUrl: https://cyberduck.io +PublisherSupportUrl: https://cyberduck.io/ftp +PrivacyUrl: https://cyberduck.io/privacy +PackageName: Cyberduck +PackageUrl: https://cyberduck.io +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/iterate-ch/cyberduck/master/LICENSE.txt +CopyrightUrl: https://raw.githubusercontent.com/iterate-ch/cyberduck/master/LICENSE.txt +ShortDescription: Cyberduck is a libre server and cloud storage browser for Mac and Windows with support for FTP, SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox. +Moniker: cyberduck +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Iterate/Cyberduck/9.0.2.42108/Iterate.Cyberduck.yaml b/manifests/i/Iterate/Cyberduck/9.0.2.42108/Iterate.Cyberduck.yaml new file mode 100644 index 0000000000000..7a1298a14b184 --- /dev/null +++ b/manifests/i/Iterate/Cyberduck/9.0.2.42108/Iterate.Cyberduck.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Iterate.Cyberduck +PackageVersion: 9.0.2.42108 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFileSpace/iFile/2.5.5/iFileSpace.iFile.installer.yaml b/manifests/i/iFileSpace/iFile/2.5.5/iFileSpace.iFile.installer.yaml new file mode 100644 index 0000000000000..54467c30d16cf --- /dev/null +++ b/manifests/i/iFileSpace/iFile/2.5.5/iFileSpace.iFile.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iFileSpace.iFile +PackageVersion: 2.5.5 +InstallerType: zip +Commands: +- ifile +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ifile.exe + PortableCommandAlias: ifile + InstallerUrl: https://dl.ifile.space/apps/ifile_windows_amd64_2.5.5.zip + InstallerSha256: 3582D1EE3E4D9893F053407090D378F7AEDEE830BC9336BA1049E456949746F9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFileSpace/iFile/2.5.5/iFileSpace.iFile.locale.en-US.yaml b/manifests/i/iFileSpace/iFile/2.5.5/iFileSpace.iFile.locale.en-US.yaml new file mode 100644 index 0000000000000..c4c54fd72b2f0 --- /dev/null +++ b/manifests/i/iFileSpace/iFile/2.5.5/iFileSpace.iFile.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iFileSpace.iFile +PackageVersion: 2.5.5 +PackageLocale: en-US +Publisher: Zhengzhou Huake Import & Export Trade Co., Ltd. +PublisherUrl: https://ifile.space/ +PublisherSupportUrl: https://ifile.space/forum +# PrivacyUrl: +Author: Zhengzhou Huake Import & Export Trade Co., Ltd. +PackageName: iFile +PackageUrl: https://ifile.space/download +License: Proprietary +# LicenseUrl: +Copyright: Copyright ©️ iFileSpace +# CopyrightUrl: +ShortDescription: Simple file management tool. Build your own private cloud drive system in seconds. +Description: iFileSpace is an online personal file management tool and online cloud drive program that allows you to build a private cloud drive quickly with one click. It supports local storage and object storage (Alibaba Cloud OSS, Tencent Cloud COS, Huawei Cloud OBS, UPYUN, Qiniu, OneDrive and other S3-compatible object storage). It could be an alternative to cloud drives like Baidu Netdisk when deployed on public servers, where you have full control over the data! It can also be deployed as an intranet file management tool on home soft routers, NASs, and other personal storage devices. It supports multi-user, multi-storage, library, WebDAV, background download and fine-grained background access management. +# Moniker: +Tags: +- file +- server +- share +- storage +# ReleaseNotes: +ReleaseNotesUrl: https://ifile.space/update?action=serve +PurchaseUrl: https://ifile.space/pro +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://ifile.space/docs/home +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFileSpace/iFile/2.5.5/iFileSpace.iFile.locale.zh-CN.yaml b/manifests/i/iFileSpace/iFile/2.5.5/iFileSpace.iFile.locale.zh-CN.yaml new file mode 100644 index 0000000000000..887c5a10ecfae --- /dev/null +++ b/manifests/i/iFileSpace/iFile/2.5.5/iFileSpace.iFile.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iFileSpace.iFile +PackageVersion: 2.5.5 +PackageLocale: zh-CN +Publisher: 郑州华科进出口贸易有限公司 +PublisherUrl: https://ifile.space/ +PublisherSupportUrl: https://ifile.space/forum +# PrivacyUrl: +Author: 郑州华科进出口贸易有限公司 +PackageName: iFile +PackageUrl: https://ifile.space/download +License: 专有软件 +# LicenseUrl: +Copyright: Copyright ©️ iFileSpace +# CopyrightUrl: +ShortDescription: 简洁的文件管理工具,快速搭建专属的私人网盘系统 +Description: iFileSpace 是一个在线个人文件管理工具,在线网盘程序,可快速一键搭建私人云盘,支持本地存储和对象存储(阿里云 OSS、腾讯云 COS、华为云 OBS、又拍云、七牛云、OneDrive 及其他支持 S3 协议对象存储)如部署在公网服务器,可替代百度网盘等在线网盘,自主搭建,数据完全自主管理!也可部署在家庭软路由、NAS 等个人存储设备中,作为局域网文件管理工具使用。支持多用户、多存储空间、资料库、WebDAV、离线下载及精细的后台权限管理。 +# Moniker: +Tags: +- 共享 +- 分享 +- 发送 +- 文件 +- 服务器 +ReleaseNotes: |- + 【优化】ldap 登录优化 + 【优化】搜索栏 + 【修复】部分 bug 修复 +ReleaseNotesUrl: https://ifile.space/update?action=serve +PurchaseUrl: https://ifile.space/pro +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ifile.space/docs/home +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFileSpace/iFile/2.5.5/iFileSpace.iFile.yaml b/manifests/i/iFileSpace/iFile/2.5.5/iFileSpace.iFile.yaml new file mode 100644 index 0000000000000..87ca6e8bbc9a2 --- /dev/null +++ b/manifests/i/iFileSpace/iFile/2.5.5/iFileSpace.iFile.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iFileSpace.iFile +PackageVersion: 2.5.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFileSpace/iFileSpace/2.0.5/iFileSpace.iFileSpace.installer.yaml b/manifests/i/iFileSpace/iFileSpace/2.0.5/iFileSpace.iFileSpace.installer.yaml new file mode 100644 index 0000000000000..cda9315bba6a3 --- /dev/null +++ b/manifests/i/iFileSpace/iFileSpace/2.0.5/iFileSpace.iFileSpace.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iFileSpace.iFileSpace +PackageVersion: 2.0.5 +InstallerType: nullsoft # electron-builder +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-04-24 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.ifile.space/update/iFileSpace_2.0.5.exe + InstallerSha256: E847FE820EF4A0412BD9AC8851C70141FFADD6921BE36519DDC4C59F22E3AC00 + ProductCode: 18a3c3db-569a-5885-acbe-fa7a8d8b32f3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFileSpace/iFileSpace/2.0.5/iFileSpace.iFileSpace.locale.en-US.yaml b/manifests/i/iFileSpace/iFileSpace/2.0.5/iFileSpace.iFileSpace.locale.en-US.yaml new file mode 100644 index 0000000000000..1077283a47e0d --- /dev/null +++ b/manifests/i/iFileSpace/iFileSpace/2.0.5/iFileSpace.iFileSpace.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iFileSpace.iFileSpace +PackageVersion: 2.0.5 +PackageLocale: en-US +Publisher: https://ifile.space +PublisherUrl: https://ifile.space/ +PublisherSupportUrl: https://ifile.space/forum +# PrivacyUrl: +Author: Zhengzhou Huake Import & Export Trade Co., Ltd. +PackageName: iFileSpace +PackageUrl: https://ifile.space/download +License: Proprietary +# LicenseUrl: +Copyright: Copyright ©️ iFileSpace +# CopyrightUrl: +ShortDescription: Simple file management tool. Build your own private cloud drive system in seconds. +Description: iFileSpace is an online personal file management tool and online cloud drive program that allows you to build a private cloud drive quickly with one click. It supports local storage and object storage (Alibaba Cloud OSS, Tencent Cloud COS, Huawei Cloud OBS, UPYUN, Qiniu, OneDrive and other S3-compatible object storage). It could be an alternative to cloud drives like Baidu Netdisk when deployed on public servers, where you have full control over the data! It can also be deployed as an intranet file management tool on home soft routers, NASs, and other personal storage devices. It supports multi-user, multi-storage, library, WebDAV, background download and fine-grained background access management. +# Moniker: +Tags: +- file +- ifile +- server +- share +- storage +# ReleaseNotes: +ReleaseNotesUrl: https://ifile.space/update?action=desktop +PurchaseUrl: https://ifile.space/pro +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://ifile.space/docs/home +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFileSpace/iFileSpace/2.0.5/iFileSpace.iFileSpace.locale.zh-CN.yaml b/manifests/i/iFileSpace/iFileSpace/2.0.5/iFileSpace.iFileSpace.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1e9ac6eadf667 --- /dev/null +++ b/manifests/i/iFileSpace/iFileSpace/2.0.5/iFileSpace.iFileSpace.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iFileSpace.iFileSpace +PackageVersion: 2.0.5 +PackageLocale: zh-CN +Publisher: https://ifile.space +PublisherUrl: https://ifile.space/ +PublisherSupportUrl: https://ifile.space/forum +# PrivacyUrl: +Author: 郑州华科进出口贸易有限公司 +PackageName: iFileSpace +PackageUrl: https://ifile.space/download +License: 专有软件 +# LicenseUrl: +Copyright: Copyright ©️ iFileSpace +# CopyrightUrl: +ShortDescription: 简洁的文件管理工具,快速搭建专属的私人网盘系统 +Description: iFileSpace 是一个在线个人文件管理工具,在线网盘程序,可快速一键搭建私人云盘,支持本地存储和对象存储(阿里云 OSS、腾讯云 COS、华为云 OBS、又拍云、七牛云、OneDrive 及其他支持 S3 协议对象存储)如部署在公网服务器,可替代百度网盘等在线网盘,自主搭建,数据完全自主管理!也可部署在家庭软路由、NAS 等个人存储设备中,作为局域网文件管理工具使用。支持多用户、多存储空间、资料库、WebDAV、离线下载及精细的后台权限管理。 +# Moniker: +Tags: +- 共享 +- 分享 +- 发送 +- 文件 +- 服务器 +ReleaseNotes: |- + 【优化】ldap 登录优化 + 【优化】搜索栏 + 【修复】图床缩略图 + 【修复】部分 bug 修复 +ReleaseNotesUrl: https://ifile.space/update?action=desktop +PurchaseUrl: https://ifile.space/pro +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ifile.space/docs/home +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFileSpace/iFileSpace/2.0.5/iFileSpace.iFileSpace.yaml b/manifests/i/iFileSpace/iFileSpace/2.0.5/iFileSpace.iFileSpace.yaml new file mode 100644 index 0000000000000..3516d94403f20 --- /dev/null +++ b/manifests/i/iFileSpace/iFileSpace/2.0.5/iFileSpace.iFileSpace.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iFileSpace.iFileSpace +PackageVersion: 2.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.installer.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.installer.yaml index e8ed59258461a..07c879a661b46 100644 --- a/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.installer.yaml +++ b/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: iFlytek.iFlyIME @@ -12,11 +12,11 @@ FileExtensions: - it Installers: - Architecture: x86 - InstallerUrl: https://download.voicecloud.cn/200ime/iFlyIME_Setup_3.0.1736.exe + InstallerUrl: https://download.voicecloud.cn/200ime/iFlyIME_Setup__3.0.1736.exe InstallerSha256: 4FA218E6A09299CD40D029C3E6A6C2395171DA1F923FC6BD3A8AECC6C87B3299 ProductCode: iFlyIME - Architecture: x64 - InstallerUrl: https://download.voicecloud.cn/200ime/iFlyIME_Setup_3.0.1736.exe + InstallerUrl: https://download.voicecloud.cn/200ime/iFlyIME_Setup__3.0.1736.exe InstallerSha256: 4FA218E6A09299CD40D029C3E6A6C2395171DA1F923FC6BD3A8AECC6C87B3299 ProductCode: iFlyIME ManifestType: installer diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.locale.en-US.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.locale.en-US.yaml index 274502277ad39..30cffa65b34f6 100644 --- a/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.locale.en-US.yaml +++ b/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: iFlytek.iFlyIME diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.locale.zh-CN.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.locale.zh-CN.yaml index 158b508dc4472..56e2ad54acc8a 100644 --- a/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.locale.zh-CN.yaml +++ b/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: iFlytek.iFlyIME diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.yaml index 5c19df1552c22..5450da338a90a 100644 --- a/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.yaml +++ b/manifests/i/iFlytek/iFlyIME/3.0.1736/iFlytek.iFlyIME.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: iFlytek.iFlyIME diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1738/iFlytek.iFlyIME.installer.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1738/iFlytek.iFlyIME.installer.yaml new file mode 100644 index 0000000000000..c07976b543a72 --- /dev/null +++ b/manifests/i/iFlytek/iFlyIME/3.0.1738/iFlytek.iFlyIME.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyIME +PackageVersion: 3.0.1738 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 2 +UpgradeBehavior: install +FileExtensions: +- it +Installers: +- Architecture: x86 + InstallerUrl: https://download.voicecloud.cn/200ime/iFlyIME_Setup_3.0.1738.exe + InstallerSha256: B54605DBD69FD6F420ADE6A61C24A8A01B31F41B800BC25E4E6441161BE204BE + ProductCode: iFlyIME +- Architecture: x64 + InstallerUrl: https://download.voicecloud.cn/200ime/iFlyIME_Setup_3.0.1738.exe + InstallerSha256: B54605DBD69FD6F420ADE6A61C24A8A01B31F41B800BC25E4E6441161BE204BE + ProductCode: iFlyIME +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1738/iFlytek.iFlyIME.locale.en-US.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1738/iFlytek.iFlyIME.locale.en-US.yaml new file mode 100644 index 0000000000000..f751381cbe40b --- /dev/null +++ b/manifests/i/iFlytek/iFlyIME/3.0.1738/iFlytek.iFlyIME.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyIME +PackageVersion: 3.0.1738 +PackageLocale: en-US +Publisher: 科大讯飞股份有限公司 +PublisherUrl: https://www.iflytek.com/ +PublisherSupportUrl: http://bbs.xunfei.cn/ +PrivacyUrl: https://s1.voicecloud.cn/resources/help-tryrelease2011/private.html +Author: Iflytek Co., Ltd. +PackageName: 讯飞输入法 +PackageUrl: https://srf.xunfei.cn/ +License: Freeware +LicenseUrl: https://s1.voicecloud.cn/activity/imeuserserviceagreement/index.html +Copyright: Copyright © 2010-2024 iFLYTEK Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: A convenient and easy-to-use input method that integrates voice, handwriting and Pinyin input methods +Description: iFlyIME integrates voice, handwriting and Pinyin input methods, and features powerful speech recognition, innovative touchpad handwriting and simple input interface, which greatly improves input speed and makes it easier and faster to use. +# Moniker: +Tags: +- chinese +- handwriting +- ime +- input-method +- pinyin +- speech +- voice +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1738/iFlytek.iFlyIME.locale.zh-CN.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1738/iFlytek.iFlyIME.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ca7e5b5e453bb --- /dev/null +++ b/manifests/i/iFlytek/iFlyIME/3.0.1738/iFlytek.iFlyIME.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyIME +PackageVersion: 3.0.1738 +PackageLocale: zh-CN +Publisher: 科大讯飞股份有限公司 +PublisherUrl: https://www.iflytek.com/ +PublisherSupportUrl: http://bbs.xunfei.cn/ +PrivacyUrl: https://s1.voicecloud.cn/resources/help-tryrelease2011/private.html +Author: 科大讯飞股份有限公司 +PackageName: 讯飞输入法 +PackageUrl: https://srf.xunfei.cn/ +License: 免费软件 +LicenseUrl: https://s1.voicecloud.cn/activity/imeuserserviceagreement/index.html +Copyright: Copyright © 2010-2024 iFLYTEK Inc. All Rights Reserved. +# CopyrightUrl: +ShortDescription: 集语音、手写、拼音等输入方式于一体,非常便捷、好用的输入法。 +Description: 讯飞输入法集语音、手写、拼音输入于一体,具有强大的语音识别能力,创新的触摸板手写,极简的输入界面,大大提升了输入速度,使用更加方便快捷。 +# Moniker: +Tags: +- 中文 +- 手写 +- 拼音 +- 汉语 +- 语音 +- 输入法 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1738/iFlytek.iFlyIME.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1738/iFlytek.iFlyIME.yaml new file mode 100644 index 0000000000000..e4da906ad8365 --- /dev/null +++ b/manifests/i/iFlytek/iFlyIME/3.0.1738/iFlytek.iFlyIME.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyIME +PackageVersion: 3.0.1738 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyNote/5.0.1280/iFlytek.iFlyNote.installer.yaml b/manifests/i/iFlytek/iFlyNote/5.0.1280/iFlytek.iFlyNote.installer.yaml new file mode 100644 index 0000000000000..13a561c2bb09f --- /dev/null +++ b/manifests/i/iFlytek/iFlyNote/5.0.1280/iFlytek.iFlyNote.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyNote +PackageVersion: 5.0.1280 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2024-08-01 +Installers: +- Architecture: x86 + InstallerUrl: https://bjb.openstorage.cn/v1/iflytek/pcdownload/voicenote-5.0.1280.exe + InstallerSha256: 979EA30F02E1A6702E58829CAAFEEE646B5408D8C280EFDB310612901636BDA3 + ProductCode: 400acf8a-064b-5b2e-81af-d89bb61fd210 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyNote/5.0.1280/iFlytek.iFlyNote.locale.en-US.yaml b/manifests/i/iFlytek/iFlyNote/5.0.1280/iFlytek.iFlyNote.locale.en-US.yaml new file mode 100644 index 0000000000000..0543352aafb94 --- /dev/null +++ b/manifests/i/iFlytek/iFlyNote/5.0.1280/iFlytek.iFlyNote.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyNote +PackageVersion: 5.0.1280 +PackageLocale: en-US +Publisher: 科大讯飞股份有限公司 +PublisherUrl: https://iflynote.com/ +PublisherSupportUrl: https://iflynote.com/h/help.html +PrivacyUrl: https://iflynote.com/h/agreements-privacy.html +Author: Iflytek Co., Ltd. +PackageName: 讯飞语记 +PackageUrl: https://iflynote.com/h/download.html +License: Proprietary +LicenseUrl: https://iflynote.com/h/agreements-user.html +Copyright: Copyright © 2024 Iflytek Co., Ltd. All rights reserved. +# CopyrightUrl: +ShortDescription: A comprehensive cloud note-taking app by iFlytek focusing on speech input, which supports real-time speech dictation, conference recording transcription, photo recognition, text-and-image layout and reading aloud. +Description: iFlyNote is a cloud note-taking app by iFlytek that converts speech into text. It supports recording for note-taking, text-and-image layout, task reminders, reading notes aloud, synchronization between devices, and category management. It is an essential tool for writing novels, keeping diaries, conducting interviews and taking notes. +# Moniker: +Tags: +- extract +- extraction +- extractor +- notes +- ocr +- recognition +- recognize +- speech +- speech-recognition +- voice +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://iflynote.com/h/rights.html +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyNote/5.0.1280/iFlytek.iFlyNote.locale.zh-CN.yaml b/manifests/i/iFlytek/iFlyNote/5.0.1280/iFlytek.iFlyNote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..68f54823bc0b3 --- /dev/null +++ b/manifests/i/iFlytek/iFlyNote/5.0.1280/iFlytek.iFlyNote.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyNote +PackageVersion: 5.0.1280 +PackageLocale: zh-CN +Publisher: 科大讯飞股份有限公司 +PublisherUrl: https://iflynote.com/ +PublisherSupportUrl: https://iflynote.com/h/help.html +PrivacyUrl: https://iflynote.com/h/agreements-privacy.html +Author: 科大讯飞股份有限公司 +PackageName: 讯飞语记 +PackageUrl: https://iflynote.com/h/download.html +License: 专有软件 +LicenseUrl: https://iflynote.com/h/agreements-user.html +Copyright: Copyright © 2024 科大讯飞股份有限公司 版权所有 +# CopyrightUrl: +ShortDescription: 科大讯飞出品,专注于语音输入的综合类云笔记。支持实时语音听写、会议录音转写,拍照识别、图文编排、发音人朗读等功能。 +Description: 讯飞语记由科大讯飞出品,是一款语音变文字输入的云笔记APP,并支持录音速记、图文编排、任务提醒、朗读笔记、多端同步、分类管理等功能。是您写小说、写日记、采访、记事的必备神器! +# Moniker: +Tags: +- ocr +- 提取 +- 笔记 +- 识别 +- 语音 +- 语音识别 +ReleaseNotes: |- + 1. 新增多级文件夹,笔记管理更高效 + 2. 笔记搜索支持搜索结果筛选 + 3. 全新 AI 功能交互,使用更便捷 +# ReleaseNotesUrl: +PurchaseUrl: https://iflynote.com/h/rights.html +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyNote/5.0.1280/iFlytek.iFlyNote.yaml b/manifests/i/iFlytek/iFlyNote/5.0.1280/iFlytek.iFlyNote.yaml new file mode 100644 index 0000000000000..0590208b03de5 --- /dev/null +++ b/manifests/i/iFlytek/iFlyNote/5.0.1280/iFlytek.iFlyNote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyNote +PackageVersion: 5.0.1280 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyRecMeeting/3.0.1000/iFlytek.iFlyRecMeeting.installer.yaml b/manifests/i/iFlytek/iFlyRecMeeting/3.0.1000/iFlytek.iFlyRecMeeting.installer.yaml new file mode 100644 index 0000000000000..06340520ffe81 --- /dev/null +++ b/manifests/i/iFlytek/iFlyRecMeeting/3.0.1000/iFlytek.iFlyRecMeeting.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyRecMeeting +PackageVersion: 3.0.1000 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- xftj-meeting +FileExtensions: +- meetingrec +Installers: +- Architecture: x86 + InstallerUrl: https://www.iflyrec.com/download/tjzs/win/iflyrec_meeting_v3.0.1000.exe + InstallerSha256: BDBE0393EC4F855C56D807ACBFA9AAD3A5AE19EC3A492320AF9ECD9EBF229BA0 + ProductCode: '{955A29AD-C26E-4307-B80C-F505504C19FC}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyRecMeeting/3.0.1000/iFlytek.iFlyRecMeeting.locale.en-US.yaml b/manifests/i/iFlytek/iFlyRecMeeting/3.0.1000/iFlytek.iFlyRecMeeting.locale.en-US.yaml new file mode 100644 index 0000000000000..0494158994e73 --- /dev/null +++ b/manifests/i/iFlytek/iFlyRecMeeting/3.0.1000/iFlytek.iFlyRecMeeting.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyRecMeeting +PackageVersion: 3.0.1000 +PackageLocale: en-US +Publisher: 安徽听见科技有限公司 +PublisherUrl: https://www.iflyrec.com/ +PublisherSupportUrl: https://meeting.iflyrec.com/support +PrivacyUrl: https://static.iflyrec.com/v1/iflyrectjpt/publicread01/privacyPolicy/tjzs/productPrivacyPolicy.html?lang=en +Author: Anhui Iflyrec Co., Ltd. +PackageName: iFLYREC +PackageUrl: https://meeting.iflyrec.com/ +License: Proprietary +LicenseUrl: https://static.iflyrec.com/v1/iflyrectjpt/publicread01/privacyPolicy/tjzs/userPrivacyPolicy.html?lang=en +Copyright: Copyright © 2015-2024 Anhui Iflyrec Co., Ltd. All rights reserved. +CopyrightUrl: https://www.iflyrec.com/html/helpCenter/legal.html +ShortDescription: Free and real-time speech to text that simultaneously captures the sound from both computer and microphone, and supports multilingual translation, cloud meetings, intelligent hardware and many other functions. +# Description: +# Moniker: +Tags: +- conference +- conferencing +- meeting +- speech +- speech-recognition +- video-conferencing +- voice +- voice-conferencing +ReleaseNotes: |- + 1. Add real-time subtitle translation between Chinese and English; + 2. New features include AI noise reduction and automatic gain control, improving audio effect during meetings; + 3. Enhance usability in room creation; + 4. Meeting minutes can be viewed in different languages; + 5. Adjust free users' rights; + 6. Fix some known problems. +# ReleaseNotesUrl: +PurchaseUrl: https://meeting.iflyrec.com/price +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyRecMeeting/3.0.1000/iFlytek.iFlyRecMeeting.locale.zh-CN.yaml b/manifests/i/iFlytek/iFlyRecMeeting/3.0.1000/iFlytek.iFlyRecMeeting.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7126caa16d0f0 --- /dev/null +++ b/manifests/i/iFlytek/iFlyRecMeeting/3.0.1000/iFlytek.iFlyRecMeeting.locale.zh-CN.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyRecMeeting +PackageVersion: 3.0.1000 +PackageLocale: zh-CN +Publisher: 安徽听见科技有限公司 +PublisherUrl: https://www.iflyrec.com/ +PublisherSupportUrl: https://meeting.iflyrec.com/support +PrivacyUrl: https://static.iflyrec.com/v1/iflyrectjpt/publicread01/privacyPolicy/tjzs/productPrivacyPolicy.html?lang=zh-CN +Author: 安徽听见科技有限公司 +PackageName: 讯飞听见 +PackageUrl: https://meeting.iflyrec.com/ +License: 专有软件 +LicenseUrl: https://static.iflyrec.com/v1/iflyrectjpt/publicread01/privacyPolicy/tjzs/userPrivacyPolicy.html?lang=zh-CN +Copyright: Copyright © 2015-2024 安徽听见科技有限公司版权所有 +CopyrightUrl: https://www.iflyrec.com/html/helpCenter/legal.html +ShortDescription: 免费实时录音转文字,同时记录电脑发出声音与麦克风声音,支持多语种翻译、云会议、智能硬件等多种功能。 +# Description: +# Moniker: +Tags: +- 会议 +- 开会 +- 视频会议 +- 识别 +- 语音 +- 语音会议 +- 语音识别 +ReleaseNotes: |- + 您可以选择稍后更新,空闲时将自动准备升级组件。 + 本次更新涉及功能点如下: + 【云会议】 + 1. 新增中英互译实时字幕功能 + 2. 新增 AI 降噪及语音增益功能,提升会中音频效果 + 3. 优化创会流程易用性 + 4. 会议记录可分语种查看 + 5. 免费用户权益调整 + 【AI 写作】 + 1. 新增智慧屏会后导入功能,支持图片和音视频展示 + 2. AI 模版效果提升 + 【会记】 + 1. 新增鼠标划选笔记区记录内容,快捷定位录音位置 + 2. PC 录音过程可视化展示 + 3. 高精转写支持自动 AI 会议纪要 + 4. 区分说话人功能优化 + 【转文字】 + 1. 增加语音识别语言种类,支持更多方言 + 【其他】 + 1. 提升页签新建和加载速度 + 2. 优化用户体验问题,修复部分已知问题 +# ReleaseNotesUrl: +PurchaseUrl: https://meeting.iflyrec.com/price +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyRecMeeting/3.0.1000/iFlytek.iFlyRecMeeting.yaml b/manifests/i/iFlytek/iFlyRecMeeting/3.0.1000/iFlytek.iFlyRecMeeting.yaml new file mode 100644 index 0000000000000..ed5e231f21f74 --- /dev/null +++ b/manifests/i/iFlytek/iFlyRecMeeting/3.0.1000/iFlytek.iFlyRecMeeting.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyRecMeeting +PackageVersion: 3.0.1000 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyRecSI/5.0.2/iFlytek.iFlyRecSI.installer.yaml b/manifests/i/iFlytek/iFlyRecSI/5.0.2/iFlytek.iFlyRecSI.installer.yaml new file mode 100644 index 0000000000000..4d32b5aa8b31f --- /dev/null +++ b/manifests/i/iFlytek/iFlyRecSI/5.0.2/iFlytek.iFlyRecSI.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyRecSI +PackageVersion: 5.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://tongchuan.iflyrec.com/download/tjhz/windows/TJTC001/tjtc_TJTC001_setup_5.0.2_1834.exe + InstallerSha256: 70C61CF004C9CD08F2B3F3999EE38F9D2AF4D52314A998E6BD4EECC6852AD087 + ProductCode: 28570c1d-6efa-5206-8e03-947b069cec3c +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyRecSI/5.0.2/iFlytek.iFlyRecSI.locale.en-US.yaml b/manifests/i/iFlytek/iFlyRecSI/5.0.2/iFlytek.iFlyRecSI.locale.en-US.yaml new file mode 100644 index 0000000000000..42d96103aedd5 --- /dev/null +++ b/manifests/i/iFlytek/iFlyRecSI/5.0.2/iFlytek.iFlyRecSI.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyRecSI +PackageVersion: 5.0.2 +PackageLocale: en-US +Publisher: 安徽听见科技有限公司 +PublisherUrl: https://www.iflyrec.com/ +PublisherSupportUrl: https://tongchuan.iflyrec.com/index/helpcenter +PrivacyUrl: https://static.iflyrec.com/v1/iflyrectjpt/publicread01/privacyPolicy/huizhan/productPrivacyPolicy.html +Author: Anhui Iflyrec Co., Ltd. +PackageName: 讯飞听见同传 +PackageUrl: https://tongchuan.iflyrec.com/ +License: Proprietary +LicenseUrl: https://static.iflyrec.com/v1/iflyrectjpt/publicread01/privacyPolicy/huizhan/userPrivacyPolicy.html +Copyright: Copyright © 2024 Anhui Iflyrec Co., Ltd. +CopyrightUrl: https://www.iflyrec.com/html/helpCenter/legal.html +ShortDescription: An AI simultaneous interpretation software integrated with multilingual real-time transcription and translation, subtitle display, human assistance and live meeting. +Description: Based on iFlytek's cutting-edge intelligent speech and language technology, iFlyRec Simultaneous Interpretation provides multilingual simultaneous interpretation and various customized services for all scenarios. It offers personal floating subtitles and enterprise simultaneous interpretation services for scenarios such as conferences, exhibitions, office entertainment and live streaming to construct a multi-level ecosystem for iFlyRec Simultaneous Interpretation. It provides real-time transcription and translation between multiple languages, as well as various simultaneous interpretation services such as on-screen display, customized conferences, multilingual human simultaneous interpretation, multilingual speech synthesis, conference shorthand, conference live streaming and conference recording sharing through simultaneous interpretation products. iFlyRec Simultaneous Interpretation features efficiency, professionalism, and intelligence and has successfully provided services for thousands of different kinds of conferences, press conferences, and professional academic conferences all over the world. +# Moniker: +Tags: +- caption +- chinese +- conference +- english +- meeting +- simultaneous-interpreting +- subtitle +- translate +- translation +- translator +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://tongchuan.iflyrec.com/index/recharge/refill-card-list +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyRecSI/5.0.2/iFlytek.iFlyRecSI.locale.zh-CN.yaml b/manifests/i/iFlytek/iFlyRecSI/5.0.2/iFlytek.iFlyRecSI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..74692b6bed93f --- /dev/null +++ b/manifests/i/iFlytek/iFlyRecSI/5.0.2/iFlytek.iFlyRecSI.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyRecSI +PackageVersion: 5.0.2 +PackageLocale: zh-CN +Publisher: 安徽听见科技有限公司 +PublisherUrl: https://www.iflyrec.com/ +PublisherSupportUrl: https://tongchuan.iflyrec.com/index/helpcenter +PrivacyUrl: https://static.iflyrec.com/v1/iflyrectjpt/publicread01/privacyPolicy/huizhan/productPrivacyPolicy.html +Author: 安徽听见科技有限公司 +PackageName: 讯飞听见同传 +PackageUrl: https://tongchuan.iflyrec.com/ +License: 专有软件 +LicenseUrl: https://static.iflyrec.com/v1/iflyrectjpt/publicread01/privacyPolicy/huizhan/userPrivacyPolicy.html +Copyright: Copyright © 2024 安徽听见科技有限公司 +CopyrightUrl: https://www.iflyrec.com/html/helpCenter/legal.html +ShortDescription: 多语种实时转写翻译、字幕投屏、人工保障、会议直播一体化 AI 同传软件 +Description: 讯飞听见同传,基于科大讯飞世界前沿水平的智能语音和语言技术,提供全场景多语种同传及各类定制服务。面向会议、展会、办公娱乐、直播看剧等场景提供个人悬浮字幕、企业同传服务,构建讯飞听见同传的多层次生态的服务体系,通过同传产品提供多国语种的实时转写翻译及上屏展示、会议定制、多国语种人工同传、多国语种语音合成、会议速记、会议直播和会议记录分享等一体化同传服务。讯飞听见同传以高效、专业、智能为特色,已成功为国内外万余场大中型会议、发布会、专业学术会议提供服务。 +# Moniker: +Tags: +- 中文 +- 会议 +- 同传 +- 同声传译 +- 字幕 +- 汉语 +- 翻译 +- 英文 +- 英语 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://tongchuan.iflyrec.com/index/recharge/refill-card-list +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyRecSI/5.0.2/iFlytek.iFlyRecSI.yaml b/manifests/i/iFlytek/iFlyRecSI/5.0.2/iFlytek.iFlyRecSI.yaml new file mode 100644 index 0000000000000..d0a488b0ba746 --- /dev/null +++ b/manifests/i/iFlytek/iFlyRecSI/5.0.2/iFlytek.iFlyRecSI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyRecSI +PackageVersion: 5.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyRecSI/5.0.3/iFlytek.iFlyRecSI.installer.yaml b/manifests/i/iFlytek/iFlyRecSI/5.0.3/iFlytek.iFlyRecSI.installer.yaml new file mode 100644 index 0000000000000..e39eadeb86643 --- /dev/null +++ b/manifests/i/iFlytek/iFlyRecSI/5.0.3/iFlytek.iFlyRecSI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyRecSI +PackageVersion: 5.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x64 + InstallerUrl: https://tongchuan.iflyrec.com/download/tjhz/windows/TJTC001/tjtc_TJTC001_setup_5.0.3_1859.exe + InstallerSha256: B7DD437697DA0B20375D1E0C9CB0F24683B624F660DFD9A62E633BEF3978842D + ProductCode: 28570c1d-6efa-5206-8e03-947b069cec3c +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyRecSI/5.0.3/iFlytek.iFlyRecSI.locale.en-US.yaml b/manifests/i/iFlytek/iFlyRecSI/5.0.3/iFlytek.iFlyRecSI.locale.en-US.yaml new file mode 100644 index 0000000000000..b54c45369c591 --- /dev/null +++ b/manifests/i/iFlytek/iFlyRecSI/5.0.3/iFlytek.iFlyRecSI.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyRecSI +PackageVersion: 5.0.3 +PackageLocale: en-US +Publisher: 安徽听见科技有限公司 +PublisherUrl: https://www.iflyrec.com/ +PublisherSupportUrl: https://tongchuan.iflyrec.com/index/helpcenter +PrivacyUrl: https://static.iflyrec.com/v1/iflyrectjpt/publicread01/privacyPolicy/huizhan/productPrivacyPolicy.html +Author: Anhui Iflyrec Co., Ltd. +PackageName: 讯飞听见同传 +PackageUrl: https://tongchuan.iflyrec.com/ +License: Proprietary +LicenseUrl: https://static.iflyrec.com/v1/iflyrectjpt/publicread01/privacyPolicy/huizhan/userPrivacyPolicy.html +Copyright: Copyright © 2024 Anhui Iflyrec Co., Ltd. +CopyrightUrl: https://www.iflyrec.com/html/helpCenter/legal.html +ShortDescription: An AI simultaneous interpretation software integrated with multilingual real-time transcription and translation, subtitle display, human assistance and live meeting. +Description: Based on iFlytek's cutting-edge intelligent speech and language technology, iFlyRec Simultaneous Interpretation provides multilingual simultaneous interpretation and various customized services for all scenarios. It offers personal floating subtitles and enterprise simultaneous interpretation services for scenarios such as conferences, exhibitions, office entertainment and live streaming to construct a multi-level ecosystem for iFlyRec Simultaneous Interpretation. It provides real-time transcription and translation between multiple languages, as well as various simultaneous interpretation services such as on-screen display, customized conferences, multilingual human simultaneous interpretation, multilingual speech synthesis, conference shorthand, conference live streaming and conference recording sharing through simultaneous interpretation products. iFlyRec Simultaneous Interpretation features efficiency, professionalism, and intelligence and has successfully provided services for thousands of different kinds of conferences, press conferences, and professional academic conferences all over the world. +# Moniker: +Tags: +- caption +- chinese +- conference +- english +- meeting +- simultaneous-interpreting +- subtitle +- translate +- translation +- translator +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://tongchuan.iflyrec.com/index/recharge/refill-card-list +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyRecSI/5.0.3/iFlytek.iFlyRecSI.locale.zh-CN.yaml b/manifests/i/iFlytek/iFlyRecSI/5.0.3/iFlytek.iFlyRecSI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..052be34b88cb7 --- /dev/null +++ b/manifests/i/iFlytek/iFlyRecSI/5.0.3/iFlytek.iFlyRecSI.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyRecSI +PackageVersion: 5.0.3 +PackageLocale: zh-CN +Publisher: 安徽听见科技有限公司 +PublisherUrl: https://www.iflyrec.com/ +PublisherSupportUrl: https://tongchuan.iflyrec.com/index/helpcenter +PrivacyUrl: https://static.iflyrec.com/v1/iflyrectjpt/publicread01/privacyPolicy/huizhan/productPrivacyPolicy.html +Author: 安徽听见科技有限公司 +PackageName: 讯飞听见同传 +PackageUrl: https://tongchuan.iflyrec.com/ +License: 专有软件 +LicenseUrl: https://static.iflyrec.com/v1/iflyrectjpt/publicread01/privacyPolicy/huizhan/userPrivacyPolicy.html +Copyright: Copyright © 2024 安徽听见科技有限公司 +CopyrightUrl: https://www.iflyrec.com/html/helpCenter/legal.html +ShortDescription: 多语种实时转写翻译、字幕投屏、人工保障、会议直播一体化 AI 同传软件 +Description: 讯飞听见同传,基于科大讯飞世界前沿水平的智能语音和语言技术,提供全场景多语种同传及各类定制服务。面向会议、展会、办公娱乐、直播看剧等场景提供个人悬浮字幕、企业同传服务,构建讯飞听见同传的多层次生态的服务体系,通过同传产品提供多国语种的实时转写翻译及上屏展示、会议定制、多国语种人工同传、多国语种语音合成、会议速记、会议直播和会议记录分享等一体化同传服务。讯飞听见同传以高效、专业、智能为特色,已成功为国内外万余场大中型会议、发布会、专业学术会议提供服务。 +# Moniker: +Tags: +- 中文 +- 会议 +- 同传 +- 同声传译 +- 字幕 +- 汉语 +- 翻译 +- 英文 +- 英语 +ReleaseNotes: |- + 1. 新支持港澳手机号注册和使用; + 2. 企业版用户可自行购买企业权益套餐; + 3. 企业版功能升级:新增高精翻译功能、自动区分说话人功能; + 4. 部分界面 UI 优化。 +# ReleaseNotesUrl: +PurchaseUrl: https://tongchuan.iflyrec.com/index/recharge/refill-card-list +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iFlytek/iFlyRecSI/5.0.3/iFlytek.iFlyRecSI.yaml b/manifests/i/iFlytek/iFlyRecSI/5.0.3/iFlytek.iFlyRecSI.yaml new file mode 100644 index 0000000000000..4e78df1ba58c8 --- /dev/null +++ b/manifests/i/iFlytek/iFlyRecSI/5.0.3/iFlytek.iFlyRecSI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iFlytek.iFlyRecSI +PackageVersion: 5.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/GeePlayer/6.6.1.5593/iQIYI.GeePlayer.installer.yaml b/manifests/i/iQIYI/GeePlayer/6.6.1.5593/iQIYI.GeePlayer.installer.yaml new file mode 100644 index 0000000000000..be6c15759f08f --- /dev/null +++ b/manifests/i/iQIYI/GeePlayer/6.6.1.5593/iQIYI.GeePlayer.installer.yaml @@ -0,0 +1,209 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iQIYI.GeePlayer +PackageVersion: 6.6.1.5593 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- 3g2 +- 3gp +- 3gp2 +- 3gpp +- aac +- aif +- aiff +- amr +- amv +- ape +- arw +- asf +- ass +- asx +- au +- avi +- bik +- bmp +- cda +- cr2 +- crw +- cue +- cur +- cut +- dat +- dds +- divx +- dng +- dpg +- dpl +- dts +- dtshd +- dv +- dvr-ms +- emf +- evo +- exr +- f4v +- faxg3 +- flac +- flv +- g3 +- gif +- gplf +- h264 +- hdr +- heic +- hlv +- ico +- idx +- iff +- ifo +- ivm +- j2k +- jif +- jng +- jp2 +- jpc +- jpe +- jpeg +- jpg +- jxr +- k3g +- koa +- kpl +- lbm +- lrc +- m1a +- m1v +- m2a +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4p +- m4r +- m4v +- mef +- mid +- midi +- mka +- mkv +- mng +- mod +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mp41 +- mp4v +- mp5 +- mpa +- mpc +- mpcpl +- mpe +- mpeg +- mpeg1 +- mpeg2 +- mpeg4 +- mpg +- mpv2 +- mrw +- mts +- mtv +- mxf +- nef +- nsr +- nsv +- ogg +- ogm +- ogv +- ogx +- orf +- pbm +- pcd +- pct +- pcx +- pef +- pfm +- pfv +- pgm +- pgx +- pict +- pls +- pmf +- pmp +- png +- pnm +- ppm +- psd +- pss +- pva +- qpl +- qsv +- qt +- ra +- raf +- ram +- ras +- raw +- rm +- rmi +- rmvb +- scm +- sgi +- ska +- skm +- smpl +- sr2 +- srt +- ssa +- sub +- swf +- tak +- targa +- tbi +- tga +- tif +- tiff +- tod +- tp +- tpr +- trp +- ts +- tta +- vdat +- vob +- vp6 +- vp7 +- vro +- wap +- wav +- wbm +- wbmp +- wdp +- webm +- webp +- wm +- wma +- wmf +- wmp +- wmv +- wpl +- wtv +- wv +- x3f +- xbm +- xpm +Installers: +- Architecture: x86 + InstallerUrl: http://app.iqiyi.com/ext/common/GeePlayerSetup_store.exe + InstallerSha256: CAA87E29803E92D2431EFB5A60B34735DD51A25F15E2255B0E5259E799C10540 + ProductCode: GeePlayer +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/GeePlayer/6.6.1.5593/iQIYI.GeePlayer.locale.en-US.yaml b/manifests/i/iQIYI/GeePlayer/6.6.1.5593/iQIYI.GeePlayer.locale.en-US.yaml new file mode 100644 index 0000000000000..8bf6fc24a164c --- /dev/null +++ b/manifests/i/iQIYI/GeePlayer/6.6.1.5593/iQIYI.GeePlayer.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iQIYI.GeePlayer +PackageVersion: 6.6.1.5593 +PackageLocale: en-US +Publisher: 爱奇艺 +PublisherUrl: https://www.iqiyi.com/ +PublisherSupportUrl: http://app.iqiyi.com/pc/wnplayer/help.html +PrivacyUrl: https://privacy.iqiyi.com/policies +Author: Beijing Qiyi Century Science & Technology Co., Ltd. +PackageName: 爱奇艺万能联播 +PackageUrl: https://www.iqiyi.com/appstore.html +License: Freeware +LicenseUrl: https://www.iqiyi.com/user/register/protocol.html +Copyright: Copyright © 2024 iQIYI All Rights Reserved +# CopyrightUrl: +ShortDescription: Super Powerful Video Player +Description: GeePlayer is a versatile player and fast transfer tool by iQIYI that supports various audio and video formats and casting without limitations from location or local area Wi-Fi networks, and allows high-speed cross-platform file transfer between mobile and desktop. +# Moniker: +Tags: +- audio +- dlna +- media +- multimedia +- music +- player +- streaming +- video +# ReleaseNotes: +ReleaseNotesUrl: http://app.iqiyi.com/pc/wnplayer/changelog.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/GeePlayer/6.6.1.5593/iQIYI.GeePlayer.locale.zh-CN.yaml b/manifests/i/iQIYI/GeePlayer/6.6.1.5593/iQIYI.GeePlayer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9c09434b866f6 --- /dev/null +++ b/manifests/i/iQIYI/GeePlayer/6.6.1.5593/iQIYI.GeePlayer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iQIYI.GeePlayer +PackageVersion: 6.6.1.5593 +PackageLocale: zh-CN +Publisher: 爱奇艺 +PublisherUrl: https://www.iqiyi.com/ +PublisherSupportUrl: http://app.iqiyi.com/pc/wnplayer/help.html +PrivacyUrl: https://privacy.iqiyi.com/policies +Author: 北京奇艺世纪科技有限公司 +PackageName: 爱奇艺万能联播 +PackageUrl: https://static-s.iqiyi.com/wnbf/get.html +License: 免费软件 +LicenseUrl: https://www.iqiyi.com/user/register/protocol.html +Copyright: Copyright © 2024 爱奇艺 All Rights Reserved +# CopyrightUrl: +ShortDescription: 超强大的视频播放器 +Description: 万能联播,是一款爱奇艺出品的万能播放和快传工具。支持多种音视频格式播放,支持不限地域、不受本地 WiFi 网络限制的云投屏,支持在手机及电脑间跨平台设备间高速互传。 +# Moniker: +Tags: +- dlna +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 流媒体 +- 视频 +- 音乐 +- 音频 +# ReleaseNotes: +ReleaseNotesUrl: http://app.iqiyi.com/pc/wnplayer/changelog.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/GeePlayer/6.6.1.5593/iQIYI.GeePlayer.yaml b/manifests/i/iQIYI/GeePlayer/6.6.1.5593/iQIYI.GeePlayer.yaml new file mode 100644 index 0000000000000..178f5dbed7b21 --- /dev/null +++ b/manifests/i/iQIYI/GeePlayer/6.6.1.5593/iQIYI.GeePlayer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iQIYI.GeePlayer +PackageVersion: 6.6.1.5593 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.installer.yaml b/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.installer.yaml new file mode 100644 index 0000000000000..a22ea7a0a38d8 --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 12.7.5.8518 +InstallerType: nullsoft +UpgradeBehavior: install +Protocols: +- qips +- qisu +FileExtensions: +- 3gp +- 3gpp +- asf +- avi +- flac +- flv +- m4v +- mkv +- mov +- mp4 +- mpe +- mpeg +- mpg +- ogm +- ogv +- pgf +- pmv +- qsv +- ts +- webm +- wmv +Installers: +- Architecture: x64 + InstallerUrl: https://mesh.if.iqiyi.com/player/upgrade/file/12.7.5.8518/IQIYIsetup_winget.exe + InstallerSha256: 091A707FF23FC424749A2218C8F946900A530ADEE71CB76BD9ED2783AA8359BA + ProductCode: PPStream +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.locale.en-US.yaml b/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.locale.en-US.yaml new file mode 100644 index 0000000000000..7b12978261f9a --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 12.7.5.8518 +PackageLocale: en-US +Publisher: 爱奇艺 +PublisherUrl: https://www.iqiyi.com/ +PublisherSupportUrl: https://help.iqiyi.com/ +PrivacyUrl: https://privacy.iqiyi.com/policies +Author: Beijing Qiyi Century Science & Technology Co., Ltd. +PackageName: 爱奇艺 +PackageUrl: https://www.iqiyi.com/appstore.html +License: Proprietary +LicenseUrl: https://www.iqiyi.com/user/register/protocol.html +Copyright: Copyright © 2024 iQIYI All Rights Reserved +# CopyrightUrl: +ShortDescription: iQIYI Windows client app +Description: iQIYI comes with smooth streaming service, easy to use interface & tons of popular dramas, movies and TV shows! +# Moniker: +Tags: +- film +- media +- movie +- multimedia +- player +- serial +- series +- show +- video +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://vip.iqiyi.com/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.locale.zh-CN.yaml b/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c471c7c9f467c --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 12.7.5.8518 +PackageLocale: zh-CN +Publisher: 爱奇艺 +PublisherUrl: https://www.iqiyi.com/ +PublisherSupportUrl: https://help.iqiyi.com/ +PrivacyUrl: https://privacy.iqiyi.com/policies +Author: 北京奇艺世纪科技有限公司 +PackageName: 爱奇艺 +PackageUrl: https://www.iqiyi.com/appstore.html +License: 专有软件 +LicenseUrl: https://www.iqiyi.com/user/register/protocol.html +Copyright: Copyright © 2024 爱奇艺 All Rights Reserved +# CopyrightUrl: +ShortDescription: 爱奇艺 Windows 客户端 +Description: 爱奇艺秉承“悦享品质”的品牌口号,坚持“让人们平等便捷地获得更多、更好的视频”的企业愿景,奉行“简单想,简单做”的企业文化,积极推动产品、技术、内容、营销等全方位创新,为用户提供更丰富、高清、流畅的专业视频服务。截至目前,爱奇艺构建了涵盖电影、电视剧、综艺、动漫、纪录片等十余种类型的国内首家正版视频内容库,高清流畅的视频体验成为行业标杆。 +# Moniker: +Tags: +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 电影 +- 电视剧 +- 视频 +- 纪录片 +- 综艺 +- 连续剧 +ReleaseNotes: |- + 更新信息: + 1.《唐朝诡事录之西行》《十天之后回到现实》等热播中 + 2. 首页频道预览浮层体验优化 + 3. 极简模式挂件简化,点击打开窗口,常驻不打扰 +# ReleaseNotesUrl: +PurchaseUrl: https://vip.iqiyi.com/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.locale.zh-HK.yaml b/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.locale.zh-HK.yaml new file mode 100644 index 0000000000000..872dcb217a3d8 --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.locale.zh-HK.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 12.7.5.8518 +PackageLocale: zh-HK +Publisher: 愛奇藝 +PublisherUrl: https://www.iqiyi.com/ +PublisherSupportUrl: https://help.iqiyi.com/ +PrivacyUrl: https://privacy.iqiyi.com/policies +Author: 北京奇藝世紀科技有限公司 +PackageName: 愛奇藝 +PackageUrl: https://www.iqiyi.com/appstore.html +License: 專有軟件 +LicenseUrl: https://www.iqiyi.com/user/register/protocol.html +Copyright: Copyright © 2024 愛奇藝 All Rights Reserved +# CopyrightUrl: +ShortDescription: 愛奇藝 for Windows +Description: 愛奇藝內容豐富多元,涵蓋電影、電視劇、動漫、紀錄片、綜藝、娛樂等熱門視頻,持續快速更新內容;視頻播放清晰流暢,操作介面簡單友好,真正為用戶帶來“悅享品質”的觀映體驗。 +# Moniker: +Tags: +- 多媒體 +- 媒體 +- 影片 +- 影音 +- 播放器 +- 紀錄片 +- 綜藝 +- 連續劇 +- 電影 +- 電視劇 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://vip.iqiyi.com/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.locale.zh-TW.yaml b/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.locale.zh-TW.yaml new file mode 100644 index 0000000000000..7bc028f6a0782 --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.locale.zh-TW.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 12.7.5.8518 +PackageLocale: zh-TW +Publisher: 愛奇藝 +PublisherUrl: https://www.iqiyi.com/ +PublisherSupportUrl: https://help.iqiyi.com/ +PrivacyUrl: https://privacy.iqiyi.com/policies +Author: 北京奇藝世紀科技有限公司 +PackageName: 愛奇藝 +PackageUrl: https://www.iqiyi.com/appstore.html +License: 專有軟件 +LicenseUrl: https://www.iqiyi.com/user/register/protocol.html +Copyright: Copyright © 2024 愛奇藝 All Rights Reserved +# CopyrightUrl: +ShortDescription: 愛奇藝 for Windows +Description: 愛奇藝內容豐富多元,涵蓋電影、電視劇、動漫、紀錄片、綜藝、娛樂等熱門視頻,持續快速更新內容;視頻播放清晰流暢,操作介面簡單友好,真正為用戶帶來“悅享品質”的觀映體驗。 +# Moniker: +Tags: +- 多媒體 +- 媒體 +- 影片 +- 影音 +- 播放器 +- 紀錄片 +- 綜藝 +- 連續劇 +- 電影 +- 電視劇 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://vip.iqiyi.com/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.yaml b/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.yaml new file mode 100644 index 0000000000000..66ab7235c92b5 --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/12.7.5.8518/iQIYI.iQIYI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 12.7.5.8518 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.installer.yaml b/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.installer.yaml new file mode 100644 index 0000000000000..4282d6d5f84b2 --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 12.8.0.8570 +InstallerType: nullsoft +UpgradeBehavior: install +Protocols: +- qips +- qisu +FileExtensions: +- 3gp +- 3gpp +- asf +- avi +- flac +- flv +- m4v +- mkv +- mov +- mp4 +- mpe +- mpeg +- mpg +- ogm +- ogv +- pgf +- pmv +- qsv +- ts +- webm +- wmv +Installers: +- Architecture: x64 + InstallerUrl: https://mesh.if.iqiyi.com/player/upgrade/file/12.8.0.8570/IQIYIsetup_winget.exe + InstallerSha256: 4C80B2AC7D0D93C20142A8CDF280B74A5133D3E671C6C9192E83DA2F56A777F7 + ProductCode: PPStream +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.locale.en-US.yaml b/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.locale.en-US.yaml new file mode 100644 index 0000000000000..029e1f99d3f42 --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 12.8.0.8570 +PackageLocale: en-US +Publisher: 爱奇艺 +PublisherUrl: https://www.iqiyi.com/ +PublisherSupportUrl: https://help.iqiyi.com/ +PrivacyUrl: https://privacy.iqiyi.com/policies +Author: Beijing Qiyi Century Science & Technology Co., Ltd. +PackageName: 爱奇艺 +PackageUrl: https://www.iqiyi.com/appstore.html +License: Proprietary +LicenseUrl: https://www.iqiyi.com/user/register/protocol.html +Copyright: Copyright © 2024 iQIYI All Rights Reserved +# CopyrightUrl: +ShortDescription: iQIYI Windows client app +Description: iQIYI comes with smooth streaming service, easy to use interface & tons of popular dramas, movies and TV shows! +# Moniker: +Tags: +- film +- media +- movie +- multimedia +- player +- serial +- series +- show +- video +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://vip.iqiyi.com/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.locale.zh-CN.yaml b/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fb93e0f1e9fe6 --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 12.8.0.8570 +PackageLocale: zh-CN +Publisher: 爱奇艺 +PublisherUrl: https://www.iqiyi.com/ +PublisherSupportUrl: https://help.iqiyi.com/ +PrivacyUrl: https://privacy.iqiyi.com/policies +Author: 北京奇艺世纪科技有限公司 +PackageName: 爱奇艺 +PackageUrl: https://www.iqiyi.com/appstore.html +License: 专有软件 +LicenseUrl: https://www.iqiyi.com/user/register/protocol.html +Copyright: Copyright © 2024 爱奇艺 All Rights Reserved +# CopyrightUrl: +ShortDescription: 爱奇艺 Windows 客户端 +Description: 爱奇艺秉承“悦享品质”的品牌口号,坚持“让人们平等便捷地获得更多、更好的视频”的企业愿景,奉行“简单想,简单做”的企业文化,积极推动产品、技术、内容、营销等全方位创新,为用户提供更丰富、高清、流畅的专业视频服务。截至目前,爱奇艺构建了涵盖电影、电视剧、综艺、动漫、纪录片等十余种类型的国内首家正版视频内容库,高清流畅的视频体验成为行业标杆。 +# Moniker: +Tags: +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 电影 +- 电视剧 +- 视频 +- 纪录片 +- 综艺 +- 连续剧 +ReleaseNotes: |- + 更新信息: + 1.《九部的检察官》《孤舟》《唐朝诡事录之西行》等热播中 + 2. 优化了一些功能体验 + 3. 修复了一些已知问题 +# ReleaseNotesUrl: +PurchaseUrl: https://vip.iqiyi.com/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.locale.zh-HK.yaml b/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.locale.zh-HK.yaml new file mode 100644 index 0000000000000..a7b930033b035 --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.locale.zh-HK.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 12.8.0.8570 +PackageLocale: zh-HK +Publisher: 愛奇藝 +PublisherUrl: https://www.iqiyi.com/ +PublisherSupportUrl: https://help.iqiyi.com/ +PrivacyUrl: https://privacy.iqiyi.com/policies +Author: 北京奇藝世紀科技有限公司 +PackageName: 愛奇藝 +PackageUrl: https://www.iqiyi.com/appstore.html +License: 專有軟件 +LicenseUrl: https://www.iqiyi.com/user/register/protocol.html +Copyright: Copyright © 2024 愛奇藝 All Rights Reserved +# CopyrightUrl: +ShortDescription: 愛奇藝 for Windows +Description: 愛奇藝內容豐富多元,涵蓋電影、電視劇、動漫、紀錄片、綜藝、娛樂等熱門視頻,持續快速更新內容;視頻播放清晰流暢,操作介面簡單友好,真正為用戶帶來“悅享品質”的觀映體驗。 +# Moniker: +Tags: +- 多媒體 +- 媒體 +- 影片 +- 影音 +- 播放器 +- 紀錄片 +- 綜藝 +- 連續劇 +- 電影 +- 電視劇 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://vip.iqiyi.com/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.locale.zh-TW.yaml b/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.locale.zh-TW.yaml new file mode 100644 index 0000000000000..454634f22e5a0 --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.locale.zh-TW.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 12.8.0.8570 +PackageLocale: zh-TW +Publisher: 愛奇藝 +PublisherUrl: https://www.iqiyi.com/ +PublisherSupportUrl: https://help.iqiyi.com/ +PrivacyUrl: https://privacy.iqiyi.com/policies +Author: 北京奇藝世紀科技有限公司 +PackageName: 愛奇藝 +PackageUrl: https://www.iqiyi.com/appstore.html +License: 專有軟件 +LicenseUrl: https://www.iqiyi.com/user/register/protocol.html +Copyright: Copyright © 2024 愛奇藝 All Rights Reserved +# CopyrightUrl: +ShortDescription: 愛奇藝 for Windows +Description: 愛奇藝內容豐富多元,涵蓋電影、電視劇、動漫、紀錄片、綜藝、娛樂等熱門視頻,持續快速更新內容;視頻播放清晰流暢,操作介面簡單友好,真正為用戶帶來“悅享品質”的觀映體驗。 +# Moniker: +Tags: +- 多媒體 +- 媒體 +- 影片 +- 影音 +- 播放器 +- 紀錄片 +- 綜藝 +- 連續劇 +- 電影 +- 電視劇 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://vip.iqiyi.com/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.yaml b/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.yaml new file mode 100644 index 0000000000000..6467daf8da0c6 --- /dev/null +++ b/manifests/i/iQIYI/iQIYI/12.8.0.8570/iQIYI.iQIYI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iQIYI.iQIYI +PackageVersion: 12.8.0.8570 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iSlide/iSlide/8.0.0.0/iSlide.iSlide.installer.yaml b/manifests/i/iSlide/iSlide/8.0.0.0/iSlide.iSlide.installer.yaml new file mode 100644 index 0000000000000..375182db364e1 --- /dev/null +++ b/manifests/i/iSlide/iSlide/8.0.0.0/iSlide.iSlide.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iSlide.iSlide +PackageVersion: 8.0.0.0 +InstallerType: nullsoft +UpgradeBehavior: install +ReleaseDate: 2024-07-10 +Installers: +- Architecture: x86 + InstallerUrl: https://static.islide.cc/site/product/package/exe/2024-07-10/174947/iSlide-8.0.0.0.exe + InstallerSha256: 9448806405A8710205B470C9656C2BC6424DA4020918C4513C4B1BB82D78A90A + ProductCode: iSlide Tools +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iSlide/iSlide/8.0.0.0/iSlide.iSlide.locale.en-US.yaml b/manifests/i/iSlide/iSlide/8.0.0.0/iSlide.iSlide.locale.en-US.yaml new file mode 100644 index 0000000000000..0315155daa632 --- /dev/null +++ b/manifests/i/iSlide/iSlide/8.0.0.0/iSlide.iSlide.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iSlide.iSlide +PackageVersion: 8.0.0.0 +PackageLocale: en-US +Publisher: iSlide +PublisherUrl: https://www.islide.cc/ +PublisherSupportUrl: https://www.islide.cc/help +PrivacyUrl: https://www.islide.cc/legal/privacy-policy +Author: Chengdu iSlide Network Technology Co., Ltd. +PackageName: iSlide Tools +PackageUrl: https://www.islide.cc/ +License: Proprietary +LicenseUrl: https://www.islide.cc/legal/user-agreement +Copyright: Copyright © 2016-2024 iSlide. All rights reserved. +CopyrightUrl: https://www.islide.cc/legal/copyright +ShortDescription: The All-in-One PowerPoint Add-in +Description: iSlide, the all-in-one PowerPoint add-in, creates professional PowerPoint presentations by combining 200,000+ professional PowerPoint templates/diagrams/pictures/icons/vectors. +# Moniker: +Tags: +- animation +- asset +- chart +- design +- diagram +- graph +- office +- powerpoint +- presentation +- resource +- slide +- template +- wps +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.islide.cc/pricing +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iSlide/iSlide/8.0.0.0/iSlide.iSlide.locale.zh-CN.yaml b/manifests/i/iSlide/iSlide/8.0.0.0/iSlide.iSlide.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8a8ac2e63fb30 --- /dev/null +++ b/manifests/i/iSlide/iSlide/8.0.0.0/iSlide.iSlide.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: iSlide.iSlide +PackageVersion: 8.0.0.0 +PackageLocale: zh-CN +Publisher: iSlide +PublisherUrl: https://www.islide.cc/ +PublisherSupportUrl: https://www.islide.cc/help +PrivacyUrl: https://www.islide.cc/legal/privacy-policy +Author: 成都艾斯莱德网络科技有限公司 +PackageName: iSlide Tools +PackageUrl: https://www.islide.cc/ +License: 专有软件 +LicenseUrl: https://www.islide.cc/legal/user-agreement +Copyright: Copyright © 2016-2024 iSlide. All rights reserved. +CopyrightUrl: https://www.islide.cc/legal/copyright +ShortDescription: 一款基于 PPT 的插件工具 +Description: iSlide 是一款基于 PPT 的插件工具,包含 38 个设计辅助功能,8 大在线资源库超 30 万专业 PPT 模板/素材。 +# Moniker: +Tags: +- office +- powerpoint +- ppt +- wps +- 动画 +- 图形 +- 图示 +- 图表 +- 幻灯片 +- 模板 +- 演示 +- 演示文稿 +- 素材 +- 设计 +- 资源 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.islide.cc/pricing +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iSlide/iSlide/8.0.0.0/iSlide.iSlide.yaml b/manifests/i/iSlide/iSlide/8.0.0.0/iSlide.iSlide.yaml new file mode 100644 index 0000000000000..1dfeed80c37b6 --- /dev/null +++ b/manifests/i/iSlide/iSlide/8.0.0.0/iSlide.iSlide.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iSlide.iSlide +PackageVersion: 8.0.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/DualSafePasswordManager/1.4.0.14/iTop.DualSafePasswordManager.installer.yaml b/manifests/i/iTop/DualSafePasswordManager/1.4.0.14/iTop.DualSafePasswordManager.installer.yaml new file mode 100644 index 0000000000000..875976d2eb972 --- /dev/null +++ b/manifests/i/iTop/DualSafePasswordManager/1.4.0.14/iTop.DualSafePasswordManager.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iTop.DualSafePasswordManager +PackageVersion: 1.4.0.14 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://download.itopupdate.com/dl/dualsafe-password-manager-setup.exe + InstallerSha256: 55561709A8CC28793BCA536BCF7548877B24B5F56AFC4B6608D41966515E4AA6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/DualSafePasswordManager/1.4.0.14/iTop.DualSafePasswordManager.locale.en-US.yaml b/manifests/i/iTop/DualSafePasswordManager/1.4.0.14/iTop.DualSafePasswordManager.locale.en-US.yaml new file mode 100644 index 0000000000000..a5c76c7e5b115 --- /dev/null +++ b/manifests/i/iTop/DualSafePasswordManager/1.4.0.14/iTop.DualSafePasswordManager.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iTop.DualSafePasswordManager +PackageVersion: 1.4.0.14 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://www.itopvpn.com/support +PrivacyUrl: https://www.itopvpn.com/privacy +PackageName: DualSafe Password Manager +PackageUrl: https://www.itopvpn.com/dualsafe-password-manager +License: Freeware +LicenseUrl: https://www.itopvpn.com/eula +Copyright: Copyright © iTop Inc. All rights reserved. +ShortDescription: Manage Your Passwords, for Free - DualSafe Password Manager +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/DualSafePasswordManager/1.4.0.14/iTop.DualSafePasswordManager.yaml b/manifests/i/iTop/DualSafePasswordManager/1.4.0.14/iTop.DualSafePasswordManager.yaml new file mode 100644 index 0000000000000..3e4e9ed8123df --- /dev/null +++ b/manifests/i/iTop/DualSafePasswordManager/1.4.0.14/iTop.DualSafePasswordManager.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iTop.DualSafePasswordManager +PackageVersion: 1.4.0.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/IOTransfer/4.3.1.1562/iTop.IOTransfer.installer.yaml b/manifests/i/iTop/IOTransfer/4.3.1.1562/iTop.IOTransfer.installer.yaml new file mode 100644 index 0000000000000..e1ca1a48b9ad6 --- /dev/null +++ b/manifests/i/iTop/IOTransfer/4.3.1.1562/iTop.IOTransfer.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iTop.IOTransfer +PackageVersion: 4.3.1.1562 +InstallerType: inno +InstallerSwitches: + Silent: /SP- /SUPPRESSMSGBOXES /NORESTART /VERYSILENT /Installer + SilentWithProgress: /SP- /SUPPRESSMSGBOXES /NORESTART /SILENT /Installer +AppsAndFeaturesEntries: +- DisplayVersion: 4.3.1 +Installers: +- Architecture: neutral + InstallerUrl: https://download.itopvpn.com/download/iotpc/iotransfer_setup_V4.exe + InstallerSha256: 17288BEAE0D17AD2DF4D16D036C8DB2472E9B07E82C9DC5191566190DDCF83B1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/IOTransfer/4.3.1.1562/iTop.IOTransfer.locale.en-US.yaml b/manifests/i/iTop/IOTransfer/4.3.1.1562/iTop.IOTransfer.locale.en-US.yaml new file mode 100644 index 0000000000000..c059816355170 --- /dev/null +++ b/manifests/i/iTop/IOTransfer/4.3.1.1562/iTop.IOTransfer.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iTop.IOTransfer +PackageVersion: 4.3.1.1562 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://iotransfer.itopvpn.com/onlinefeedback.php +PrivacyUrl: https://iotransfer.itopvpn.com/privacy.php +PackageName: IOTransfer +PackageUrl: https://iotransfer.itopvpn.com/ +License: Freeware +LicenseUrl: https://iotransfer.itopvpn.com/eula.php +Copyright: Copyright © iTop Inc. All rights reserved. +ShortDescription: Your Ultimate iPhone/iPad Manager and Video Downloader - IOTransfer +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/IOTransfer/4.3.1.1562/iTop.IOTransfer.yaml b/manifests/i/iTop/IOTransfer/4.3.1.1562/iTop.IOTransfer.yaml new file mode 100644 index 0000000000000..f19f694400395 --- /dev/null +++ b/manifests/i/iTop/IOTransfer/4.3.1.1562/iTop.IOTransfer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iTop.IOTransfer +PackageVersion: 4.3.1.1562 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.installer.yaml b/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.installer.yaml new file mode 100644 index 0000000000000..ab6f2b0dbd827 --- /dev/null +++ b/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iTop.SmartGameBooster +PackageVersion: 5.3.0.670 +InstallerType: inno +AppsAndFeaturesEntries: +- DisplayVersion: 5.3.0 +Installers: +- Architecture: neutral + InstallerUrl: https://download.itopupdate.com/dl/smartgb/smart_game_booster_setup.exe + InstallerSha256: FB1947184523D28FA4ED47F06E648EBEF74F2029345DB5762EBACC114C3B047F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.locale.en-US.yaml b/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.locale.en-US.yaml new file mode 100644 index 0000000000000..d47347c4d94a4 --- /dev/null +++ b/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iTop.SmartGameBooster +PackageVersion: 5.3.0.670 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://gamebooster.itopvpn.com/support.php +PrivacyUrl: https://gamebooster.itopvpn.com/privacy.php +PackageName: Smart Game Booster +PackageUrl: https://gamebooster.itopvpn.com/ +License: Freeware +LicenseUrl: https://gamebooster.itopvpn.com/eula.php +Copyright: Copyright © iTop Inc. All rights reserved. +ShortDescription: Boost FPS for smoother gaming experience in one click - Smart Game Booster +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.yaml b/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.yaml new file mode 100644 index 0000000000000..2a35560ebbca8 --- /dev/null +++ b/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iTop.SmartGameBooster +PackageVersion: 5.3.0.670 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/TopDataProtector/3.1.0.18/iTop.TopDataProtector.installer.yaml b/manifests/i/iTop/TopDataProtector/3.1.0.18/iTop.TopDataProtector.installer.yaml new file mode 100644 index 0000000000000..70015db466750 --- /dev/null +++ b/manifests/i/iTop/TopDataProtector/3.1.0.18/iTop.TopDataProtector.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iTop.TopDataProtector +PackageVersion: 3.1.0.18 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://download.itopvpn.com/dl/top-data-protector-setup.exe + InstallerSha256: 05D0FF30CC29F090AAEC8561FBE1E0CFA4ED7A30021614B6D41EBA20E63F6395 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/TopDataProtector/3.1.0.18/iTop.TopDataProtector.locale.en-US.yaml b/manifests/i/iTop/TopDataProtector/3.1.0.18/iTop.TopDataProtector.locale.en-US.yaml new file mode 100644 index 0000000000000..101674c1561b9 --- /dev/null +++ b/manifests/i/iTop/TopDataProtector/3.1.0.18/iTop.TopDataProtector.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iTop.TopDataProtector +PackageVersion: 3.1.0.18 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://www.itopvpn.com/support +PrivacyUrl: https://www.itopvpn.com/privacy +PackageName: Top Data Protector +PackageUrl: https://www.itopvpn.com/top-data-protector +License: Freeware +LicenseUrl: https://www.itopvpn.com/eula +Copyright: Copyright © iTop Inc. All rights reserved. +ShortDescription: Best Folder Lock to Protect Your Files - Top Data Protector +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/TopDataProtector/3.1.0.18/iTop.TopDataProtector.yaml b/manifests/i/iTop/TopDataProtector/3.1.0.18/iTop.TopDataProtector.yaml new file mode 100644 index 0000000000000..77268facdae7b --- /dev/null +++ b/manifests/i/iTop/TopDataProtector/3.1.0.18/iTop.TopDataProtector.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iTop.TopDataProtector +PackageVersion: 3.1.0.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopDataRecovery/4.4.0.687/iTop.iTopDataRecovery.installer.yaml b/manifests/i/iTop/iTopDataRecovery/4.4.0.687/iTop.iTopDataRecovery.installer.yaml deleted file mode 100644 index 3386d8795e14c..0000000000000 --- a/manifests/i/iTop/iTopDataRecovery/4.4.0.687/iTop.iTopDataRecovery.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: iTop.iTopDataRecovery -PackageVersion: 4.4.0.687 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: neutral - InstallerUrl: https://download.itopupdate.com/dl/itop-data-recovery-setup.exe - InstallerSha256: E459FBC2C941230C4AFDE14AE2C4B2A6010B7806D6F245BF29432EDAB31359BD -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopDataRecovery/4.4.0.687/iTop.iTopDataRecovery.yaml b/manifests/i/iTop/iTopDataRecovery/4.4.0.687/iTop.iTopDataRecovery.yaml deleted file mode 100644 index f35c408be8808..0000000000000 --- a/manifests/i/iTop/iTopDataRecovery/4.4.0.687/iTop.iTopDataRecovery.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: iTop.iTopDataRecovery -PackageVersion: 4.4.0.687 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopDataRecovery/4.5.0.689/iTop.iTopDataRecovery.installer.yaml b/manifests/i/iTop/iTopDataRecovery/4.5.0.689/iTop.iTopDataRecovery.installer.yaml new file mode 100644 index 0000000000000..570e5f46437be --- /dev/null +++ b/manifests/i/iTop/iTopDataRecovery/4.5.0.689/iTop.iTopDataRecovery.installer.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2024/Aug/27 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iTop.iTopDataRecovery +PackageVersion: 4.5.0.689 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://download.itopupdate.com/dl/itop-data-recovery-setup.exe + InstallerSha256: 90B915903C8D44F4B9071CE778FFEDBF585DACE6230DD588B3D08E80B6DD9770 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopDataRecovery/4.4.0.687/iTop.iTopDataRecovery.locale.en-US.yaml b/manifests/i/iTop/iTopDataRecovery/4.5.0.689/iTop.iTopDataRecovery.locale.en-US.yaml similarity index 86% rename from manifests/i/iTop/iTopDataRecovery/4.4.0.687/iTop.iTopDataRecovery.locale.en-US.yaml rename to manifests/i/iTop/iTopDataRecovery/4.5.0.689/iTop.iTopDataRecovery.locale.en-US.yaml index d7c3d392b91a0..751cabc237bc0 100644 --- a/manifests/i/iTop/iTopDataRecovery/4.4.0.687/iTop.iTopDataRecovery.locale.en-US.yaml +++ b/manifests/i/iTop/iTopDataRecovery/4.5.0.689/iTop.iTopDataRecovery.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Automatically updated by the winget bot at 2024/Aug/27 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: iTop.iTopDataRecovery -PackageVersion: 4.4.0.687 +PackageVersion: 4.5.0.689 PackageLocale: en-US Publisher: iTop Inc. PublisherUrl: https://www.itopvpn.com/ diff --git a/manifests/i/iTop/iTopDataRecovery/4.5.0.689/iTop.iTopDataRecovery.yaml b/manifests/i/iTop/iTopDataRecovery/4.5.0.689/iTop.iTopDataRecovery.yaml new file mode 100644 index 0000000000000..d9810ef53f389 --- /dev/null +++ b/manifests/i/iTop/iTopDataRecovery/4.5.0.689/iTop.iTopDataRecovery.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/27 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iTop.iTopDataRecovery +PackageVersion: 4.5.0.689 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopEasyDesktop/2.6.0.8/iTop.iTopEasyDesktop.installer.yaml b/manifests/i/iTop/iTopEasyDesktop/2.6.0.8/iTop.iTopEasyDesktop.installer.yaml new file mode 100644 index 0000000000000..41ecf4fa3d5f9 --- /dev/null +++ b/manifests/i/iTop/iTopEasyDesktop/2.6.0.8/iTop.iTopEasyDesktop.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2024/Aug/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iTop.iTopEasyDesktop +PackageVersion: 2.6.0.8 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://download.itopupdate.com/dl/itop-easy-desktop-setup.exe + InstallerSha256: AF6548A30FD707109B9D16F6F4CABA13FA8923453951A62D91C1DFC7C1F8B16D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopEasyDesktop/2.6.0.8/iTop.iTopEasyDesktop.locale.en-US.yaml b/manifests/i/iTop/iTopEasyDesktop/2.6.0.8/iTop.iTopEasyDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..d4b3a0867b369 --- /dev/null +++ b/manifests/i/iTop/iTopEasyDesktop/2.6.0.8/iTop.iTopEasyDesktop.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2024/Aug/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iTop.iTopEasyDesktop +PackageVersion: 2.6.0.8 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://www.itopvpn.com/support +PrivacyUrl: https://www.itopvpn.com/privacy +PackageName: iTop Easy Desktop +PackageUrl: https://www.itopvpn.com/itop-easy-desktop +License: Freeware +LicenseUrl: https://www.itopvpn.com/eula +Copyright: Copyright © iTop Inc. All rights reserved. +ShortDescription: Free Desktop Organizer and Lively Wallpapers - iTop Easy Desktop +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopEasyDesktop/2.6.0.8/iTop.iTopEasyDesktop.yaml b/manifests/i/iTop/iTopEasyDesktop/2.6.0.8/iTop.iTopEasyDesktop.yaml new file mode 100644 index 0000000000000..c484af4b4ac31 --- /dev/null +++ b/manifests/i/iTop/iTopEasyDesktop/2.6.0.8/iTop.iTopEasyDesktop.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iTop.iTopEasyDesktop +PackageVersion: 2.6.0.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopPDF/3.6.0.4/iTop.iTopPDF.installer.yaml b/manifests/i/iTop/iTopPDF/3.6.0.4/iTop.iTopPDF.installer.yaml new file mode 100644 index 0000000000000..eb6fc18fa15db --- /dev/null +++ b/manifests/i/iTop/iTopPDF/3.6.0.4/iTop.iTopPDF.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iTop.iTopPDF +PackageVersion: 3.6.0.4 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://download.itopupdate.com/dl/itop_pdf_setup.exe + InstallerSha256: 88E3A039ABC0237D0A67377CD0A0CD4629013EA7581E3C8E3D0C35CF1D12D006 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopPDF/3.6.0.4/iTop.iTopPDF.locale.en-US.yaml b/manifests/i/iTop/iTopPDF/3.6.0.4/iTop.iTopPDF.locale.en-US.yaml new file mode 100644 index 0000000000000..f30fa6b1a1696 --- /dev/null +++ b/manifests/i/iTop/iTopPDF/3.6.0.4/iTop.iTopPDF.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iTop.iTopPDF +PackageVersion: 3.6.0.4 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://www.itopvpn.com/support +PrivacyUrl: https://www.itopvpn.com/privacy +PackageName: iTop PDF +PackageUrl: https://pdf.itopvpn.com/ +License: Freeware +LicenseUrl: https://www.itopvpn.com/eula +Copyright: Copyright © iTop Inc. All rights reserved. +ShortDescription: Simple, Powerful & Free PDF Editor - iTop PDF +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopPDF/3.6.0.4/iTop.iTopPDF.yaml b/manifests/i/iTop/iTopPDF/3.6.0.4/iTop.iTopPDF.yaml new file mode 100644 index 0000000000000..d1910e1080110 --- /dev/null +++ b/manifests/i/iTop/iTopPDF/3.6.0.4/iTop.iTopPDF.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iTop.iTopPDF +PackageVersion: 3.6.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopPrivateBrowser/3.2.0.275/iTop.iTopPrivateBrowser.installer.yaml b/manifests/i/iTop/iTopPrivateBrowser/3.2.0.275/iTop.iTopPrivateBrowser.installer.yaml new file mode 100644 index 0000000000000..72efb1c7030ae --- /dev/null +++ b/manifests/i/iTop/iTopPrivateBrowser/3.2.0.275/iTop.iTopPrivateBrowser.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iTop.iTopPrivateBrowser +PackageVersion: 3.2.0.275 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://download.itopvpn.com/dl/itop-private-browser-setup.exe + InstallerSha256: BCE7819B3D4365DAEDC7A7C9EECC7E110D224D12B7E518CA4D9B92C7A119BC65 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopPrivateBrowser/3.2.0.275/iTop.iTopPrivateBrowser.locale.en-US.yaml b/manifests/i/iTop/iTopPrivateBrowser/3.2.0.275/iTop.iTopPrivateBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..e50ad56c1977c --- /dev/null +++ b/manifests/i/iTop/iTopPrivateBrowser/3.2.0.275/iTop.iTopPrivateBrowser.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iTop.iTopPrivateBrowser +PackageVersion: 3.2.0.275 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://www.itopvpn.com/support +PrivacyUrl: https://www.itopvpn.com/privacy +PackageName: iTop Private Browser +PackageUrl: https://www.itopvpn.com/vpn-browser +License: Freeware +LicenseUrl: https://www.itopvpn.com/eula +Copyright: Copyright © iTop Inc. All rights reserved. +ShortDescription: Stay Safe and Private Online - iTop Private Browser +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopPrivateBrowser/3.2.0.275/iTop.iTopPrivateBrowser.yaml b/manifests/i/iTop/iTopPrivateBrowser/3.2.0.275/iTop.iTopPrivateBrowser.yaml new file mode 100644 index 0000000000000..96a3a3ade7bfe --- /dev/null +++ b/manifests/i/iTop/iTopPrivateBrowser/3.2.0.275/iTop.iTopPrivateBrowser.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iTop.iTopPrivateBrowser +PackageVersion: 3.2.0.275 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopScreenRecorder/5.0.0.2414/iTop.iTopScreenRecorder.installer.yaml b/manifests/i/iTop/iTopScreenRecorder/5.0.0.2414/iTop.iTopScreenRecorder.installer.yaml deleted file mode 100644 index 9ff2f98532fe9..0000000000000 --- a/manifests/i/iTop/iTopScreenRecorder/5.0.0.2414/iTop.iTopScreenRecorder.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: iTop.iTopScreenRecorder -PackageVersion: 5.0.0.2414 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -Installers: -- Architecture: x64 - InstallerUrl: https://download.itopupdate.com/dl/itop-screen-recorder-setup.exe - InstallerSha256: 5BA0419D313670A51FD74724E582FC5F705CF847028AF81793A2742EC1835881 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopScreenRecorder/5.0.0.2414/iTop.iTopScreenRecorder.yaml b/manifests/i/iTop/iTopScreenRecorder/5.0.0.2414/iTop.iTopScreenRecorder.yaml deleted file mode 100644 index 545f762e16e11..0000000000000 --- a/manifests/i/iTop/iTopScreenRecorder/5.0.0.2414/iTop.iTopScreenRecorder.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: iTop.iTopScreenRecorder -PackageVersion: 5.0.0.2414 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopScreenRecorder/5.1.0.2520/iTop.iTopScreenRecorder.installer.yaml b/manifests/i/iTop/iTopScreenRecorder/5.1.0.2520/iTop.iTopScreenRecorder.installer.yaml new file mode 100644 index 0000000000000..4f894da6c3a6f --- /dev/null +++ b/manifests/i/iTop/iTopScreenRecorder/5.1.0.2520/iTop.iTopScreenRecorder.installer.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2024/Aug/16 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iTop.iTopScreenRecorder +PackageVersion: 5.1.0.2520 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +Installers: +- Architecture: x64 + InstallerUrl: https://download.itopupdate.com/dl/itop-screen-recorder-setup.exe + InstallerSha256: 233D593FED7533E4D29AB3B44494CFFBE1C96D5F816F94E483333B37A4C77906 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopScreenRecorder/5.0.0.2414/iTop.iTopScreenRecorder.locale.en-US.yaml b/manifests/i/iTop/iTopScreenRecorder/5.1.0.2520/iTop.iTopScreenRecorder.locale.en-US.yaml similarity index 85% rename from manifests/i/iTop/iTopScreenRecorder/5.0.0.2414/iTop.iTopScreenRecorder.locale.en-US.yaml rename to manifests/i/iTop/iTopScreenRecorder/5.1.0.2520/iTop.iTopScreenRecorder.locale.en-US.yaml index 803c304b8add7..e0fc5f0296d5d 100644 --- a/manifests/i/iTop/iTopScreenRecorder/5.0.0.2414/iTop.iTopScreenRecorder.locale.en-US.yaml +++ b/manifests/i/iTop/iTopScreenRecorder/5.1.0.2520/iTop.iTopScreenRecorder.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 +# Automatically updated by the winget bot at 2024/Aug/16 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: iTop.iTopScreenRecorder -PackageVersion: 5.0.0.2414 +PackageVersion: 5.1.0.2520 PackageLocale: en-US Publisher: iTop Inc. PublisherUrl: https://www.itopvpn.com/ diff --git a/manifests/i/iTop/iTopScreenRecorder/5.1.0.2520/iTop.iTopScreenRecorder.yaml b/manifests/i/iTop/iTopScreenRecorder/5.1.0.2520/iTop.iTopScreenRecorder.yaml new file mode 100644 index 0000000000000..05a8dd32f8ea5 --- /dev/null +++ b/manifests/i/iTop/iTopScreenRecorder/5.1.0.2520/iTop.iTopScreenRecorder.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/16 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iTop.iTopScreenRecorder +PackageVersion: 5.1.0.2520 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopVPN/5.6.0.5262/iTop.iTopVPN.installer.yaml b/manifests/i/iTop/iTopVPN/5.6.0.5262/iTop.iTopVPN.installer.yaml deleted file mode 100644 index d205855b8dedb..0000000000000 --- a/manifests/i/iTop/iTopVPN/5.6.0.5262/iTop.iTopVPN.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: iTop.iTopVPN -PackageVersion: 5.6.0.5262 -InstallerType: inno -Installers: -- Architecture: neutral - InstallerUrl: https://download.itopvpn.com/installer/iTopVPN_setup_Free.exe - InstallerSha256: C14A93A198C45708ED688D1BD59CA5D9A99AD5C55945E25E02C0411A473B2640 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopVPN/5.6.0.5262/iTop.iTopVPN.locale.en-US.yaml b/manifests/i/iTop/iTopVPN/5.6.0.5262/iTop.iTopVPN.locale.en-US.yaml deleted file mode 100644 index e2299b5602f66..0000000000000 --- a/manifests/i/iTop/iTopVPN/5.6.0.5262/iTop.iTopVPN.locale.en-US.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: iTop.iTopVPN -PackageVersion: 5.6.0.5262 -PackageLocale: en-US -Publisher: iTop Inc. -PublisherUrl: https://www.itopvpn.com/ -PublisherSupportUrl: https://www.itopvpn.com/support -PrivacyUrl: https://www.itopvpn.com/privacy -PackageName: iTopVPN -PackageUrl: https://www.itopvpn.com/vpn-windows -License: Freeware -LicenseUrl: https://www.itopvpn.com/eula -Copyright: Copyright © iTop Inc. All rights reserved. -ShortDescription: iTopVPN ensure fast and secure access to the internet anywhere. -PurchaseUrl: https://www.itopvpn.com/purchase -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopVPN/5.6.0.5262/iTop.iTopVPN.yaml b/manifests/i/iTop/iTopVPN/5.6.0.5262/iTop.iTopVPN.yaml deleted file mode 100644 index 855ee453400ce..0000000000000 --- a/manifests/i/iTop/iTopVPN/5.6.0.5262/iTop.iTopVPN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: iTop.iTopVPN -PackageVersion: 5.6.0.5262 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopVPN/6.0.0.5688/iTop.iTopVPN.installer.yaml b/manifests/i/iTop/iTopVPN/6.0.0.5688/iTop.iTopVPN.installer.yaml new file mode 100644 index 0000000000000..880d775fb0918 --- /dev/null +++ b/manifests/i/iTop/iTopVPN/6.0.0.5688/iTop.iTopVPN.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2024/Aug/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: iTop.iTopVPN +PackageVersion: 6.0.0.5688 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://download.itopvpn.com/installer/iTopVPN_setup_Free.exe + InstallerSha256: 8C429CD01530E95C7288AF1EBA68C08CB0D88736DF9548EB426EA1291309F40D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopVPN/6.0.0.5688/iTop.iTopVPN.locale.en-US.yaml b/manifests/i/iTop/iTopVPN/6.0.0.5688/iTop.iTopVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..6e5962bf488c8 --- /dev/null +++ b/manifests/i/iTop/iTopVPN/6.0.0.5688/iTop.iTopVPN.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2024/Aug/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: iTop.iTopVPN +PackageVersion: 6.0.0.5688 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://www.itopvpn.com/support +PrivacyUrl: https://www.itopvpn.com/privacy +PackageName: iTop VPN +PackageUrl: https://www.itopvpn.com/vpn-windows +License: Freeware +LicenseUrl: https://www.itopvpn.com/eula +Copyright: Copyright © iTop Inc. All rights reserved. +ShortDescription: FREE VPN from iTop Secures Your Online Privacy - iTop VPN +PurchaseUrl: https://www.itopvpn.com/purchase +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/iTop/iTopVPN/6.0.0.5688/iTop.iTopVPN.yaml b/manifests/i/iTop/iTopVPN/6.0.0.5688/iTop.iTopVPN.yaml new file mode 100644 index 0000000000000..011528b752c9d --- /dev/null +++ b/manifests/i/iTop/iTopVPN/6.0.0.5688/iTop.iTopVPN.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: iTop.iTopVPN +PackageVersion: 6.0.0.5688 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/ignatandrei/MakeBookCLI/8.2024.717.2249/ignatandrei.MakeBookCLI.installer.yaml b/manifests/i/ignatandrei/MakeBookCLI/8.2024.717.2249/ignatandrei.MakeBookCLI.installer.yaml new file mode 100644 index 0000000000000..d6a29014a4bc4 --- /dev/null +++ b/manifests/i/ignatandrei/MakeBookCLI/8.2024.717.2249/ignatandrei.MakeBookCLI.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ignatandrei.MakeBookCLI +PackageVersion: 8.2024.717.2249 +InstallerType: portable +Commands: +- MakeBookCLI +Installers: +- InstallerUrl: https://github.com/ignatandrei/makeBook/releases/download/v8.2024.717.2249/MakeBookCLI.exe + Architecture: x64 + InstallerSha256: 20F7428D1CD9BA47BCAA12E87B1EE21663F863C04C0AE18FEF0E916706F026D9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/ignatandrei/MakeBookCLI/8.2024.717.2249/ignatandrei.MakeBookCLI.locale.en-US.yaml b/manifests/i/ignatandrei/MakeBookCLI/8.2024.717.2249/ignatandrei.MakeBookCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..da81436dd6c8a --- /dev/null +++ b/manifests/i/ignatandrei/MakeBookCLI/8.2024.717.2249/ignatandrei.MakeBookCLI.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ignatandrei.MakeBookCLI +PackageVersion: 8.2024.717.2249 +PackageLocale: en-US +Publisher: ignatandrei +PackageName: MakeBookCLI +License: MIT +ShortDescription: MakeBookCLI +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/ignatandrei/MakeBookCLI/8.2024.717.2249/ignatandrei.MakeBookCLI.yaml b/manifests/i/ignatandrei/MakeBookCLI/8.2024.717.2249/ignatandrei.MakeBookCLI.yaml new file mode 100644 index 0000000000000..33e67e3242734 --- /dev/null +++ b/manifests/i/ignatandrei/MakeBookCLI/8.2024.717.2249/ignatandrei.MakeBookCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ignatandrei.MakeBookCLI +PackageVersion: 8.2024.717.2249 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/igoogolx/itun2socks/1.20.1/igoogolx.itun2socks.installer.yaml b/manifests/i/igoogolx/itun2socks/1.20.1/igoogolx.itun2socks.installer.yaml new file mode 100644 index 0000000000000..ccd51968123d9 --- /dev/null +++ b/manifests/i/igoogolx/itun2socks/1.20.1/igoogolx.itun2socks.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: igoogolx.itun2socks +PackageVersion: 1.20.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: itun2socks.exe + PortableCommandAlias: itun2socks +ReleaseDate: 2024-08-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/igoogolx/itun2socks/releases/download/v1.20.1/itun2socks_1.20.1_windows_amd64.zip + InstallerSha256: B0492C1D0A156E51F34D429C504B7FF0102DD651976051D0AD6B1BF162AD04D5 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.20.1/igoogolx.itun2socks.locale.en-US.yaml b/manifests/i/igoogolx/itun2socks/1.20.1/igoogolx.itun2socks.locale.en-US.yaml new file mode 100644 index 0000000000000..5bdda7162a8f5 --- /dev/null +++ b/manifests/i/igoogolx/itun2socks/1.20.1/igoogolx.itun2socks.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: igoogolx.itun2socks +PackageVersion: 1.20.1 +PackageLocale: en-US +Publisher: igoogolx +PublisherUrl: https://github.com/igoogolx +PublisherSupportUrl: https://github.com/igoogolx/itun2socks/issues +PackageName: itun2socks +PackageUrl: https://github.com/igoogolx/itun2socks +License: GPL License +LicenseUrl: https://github.com/igoogolx/itun2socks/blob/main/LICENSE +ShortDescription: tun proxy tool +ReleaseNotes: |- + Changelog + - 1efcaba V1.20.1 (#33) +ReleaseNotesUrl: https://github.com/igoogolx/itun2socks/releases/tag/v1.20.1 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.20.1/igoogolx.itun2socks.yaml b/manifests/i/igoogolx/itun2socks/1.20.1/igoogolx.itun2socks.yaml new file mode 100644 index 0000000000000..e4e84fd1b4108 --- /dev/null +++ b/manifests/i/igoogolx/itun2socks/1.20.1/igoogolx.itun2socks.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: igoogolx.itun2socks +PackageVersion: 1.20.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.20.2/igoogolx.itun2socks.installer.yaml b/manifests/i/igoogolx/itun2socks/1.20.2/igoogolx.itun2socks.installer.yaml new file mode 100644 index 0000000000000..c162d7ff7eada --- /dev/null +++ b/manifests/i/igoogolx/itun2socks/1.20.2/igoogolx.itun2socks.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: igoogolx.itun2socks +PackageVersion: 1.20.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: itun2socks.exe + PortableCommandAlias: itun2socks +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/igoogolx/itun2socks/releases/download/v1.20.2/itun2socks_1.20.2_windows_amd64.zip + InstallerSha256: 64A49376F5C73257BBD4278CF04F2E7E1C017F625917E6F238C8B19D5B935419 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.20.2/igoogolx.itun2socks.locale.en-US.yaml b/manifests/i/igoogolx/itun2socks/1.20.2/igoogolx.itun2socks.locale.en-US.yaml new file mode 100644 index 0000000000000..c8e330382d7f2 --- /dev/null +++ b/manifests/i/igoogolx/itun2socks/1.20.2/igoogolx.itun2socks.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: igoogolx.itun2socks +PackageVersion: 1.20.2 +PackageLocale: en-US +Publisher: igoogolx +PublisherUrl: https://github.com/igoogolx +PublisherSupportUrl: https://github.com/igoogolx/itun2socks/issues +PackageName: itun2socks +PackageUrl: https://github.com/igoogolx/itun2socks +License: GPL License +LicenseUrl: https://github.com/igoogolx/itun2socks/blob/main/LICENSE +ShortDescription: tun proxy tool +ReleaseNotes: |- + Changelog + - b014f7c feat: upgrade dashboard (#34) +ReleaseNotesUrl: https://github.com/igoogolx/itun2socks/releases/tag/v1.20.2 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.20.2/igoogolx.itun2socks.yaml b/manifests/i/igoogolx/itun2socks/1.20.2/igoogolx.itun2socks.yaml new file mode 100644 index 0000000000000..5f1249306526f --- /dev/null +++ b/manifests/i/igoogolx/itun2socks/1.20.2/igoogolx.itun2socks.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: igoogolx.itun2socks +PackageVersion: 1.20.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.20.3/igoogolx.itun2socks.installer.yaml b/manifests/i/igoogolx/itun2socks/1.20.3/igoogolx.itun2socks.installer.yaml new file mode 100644 index 0000000000000..972d8d690f4d4 --- /dev/null +++ b/manifests/i/igoogolx/itun2socks/1.20.3/igoogolx.itun2socks.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: igoogolx.itun2socks +PackageVersion: 1.20.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: itun2socks.exe + PortableCommandAlias: itun2socks +ReleaseDate: 2024-08-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/igoogolx/itun2socks/releases/download/v1.20.3/itun2socks_1.20.3_windows_amd64.zip + InstallerSha256: E2D2F8F3BEBB23960F182235AAE30676B67EAA19173B9793366146B407DCDB16 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.20.3/igoogolx.itun2socks.locale.en-US.yaml b/manifests/i/igoogolx/itun2socks/1.20.3/igoogolx.itun2socks.locale.en-US.yaml new file mode 100644 index 0000000000000..8cf27f2dafbfd --- /dev/null +++ b/manifests/i/igoogolx/itun2socks/1.20.3/igoogolx.itun2socks.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: igoogolx.itun2socks +PackageVersion: 1.20.3 +PackageLocale: en-US +Publisher: igoogolx +PublisherUrl: https://github.com/igoogolx +PublisherSupportUrl: https://github.com/igoogolx/itun2socks/issues +PackageName: itun2socks +PackageUrl: https://github.com/igoogolx/itun2socks +License: GPL License +LicenseUrl: https://github.com/igoogolx/itun2socks/blob/main/LICENSE +ShortDescription: tun proxy tool +ReleaseNotes: |- + Changelog + - 059f48f V1.20.3 (#35) +ReleaseNotesUrl: https://github.com/igoogolx/itun2socks/releases/tag/v1.20.3 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.20.3/igoogolx.itun2socks.yaml b/manifests/i/igoogolx/itun2socks/1.20.3/igoogolx.itun2socks.yaml new file mode 100644 index 0000000000000..7e20241526520 --- /dev/null +++ b/manifests/i/igoogolx/itun2socks/1.20.3/igoogolx.itun2socks.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: igoogolx.itun2socks +PackageVersion: 1.20.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.5.0/igoogolx.itun2socks.installer.yaml b/manifests/i/igoogolx/itun2socks/1.5.0/igoogolx.itun2socks.installer.yaml deleted file mode 100644 index c1c33eacb8780..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.5.0/igoogolx.itun2socks.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.5.0 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: itun2socks.exe - PortableCommandAlias: itun2socks -ReleaseDate: 2024-04-13 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/igoogolx/itun2socks/releases/download/v1.5.0/itun2socks_1.5.0_windows_amd64.zip - InstallerSha256: 2219B495607EA62EDA3BFE935B5C598F8EA2D72D3785EDD51F71089E14340ED7 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.5.0/igoogolx.itun2socks.locale.en-US.yaml b/manifests/i/igoogolx/itun2socks/1.5.0/igoogolx.itun2socks.locale.en-US.yaml deleted file mode 100644 index efe8cac3bff6d..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.5.0/igoogolx.itun2socks.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.5.0 -PackageLocale: en-US -Publisher: igoogolx -PublisherUrl: https://github.com/igoogolx -PublisherSupportUrl: https://github.com/igoogolx/itun2socks/issues -PackageName: itun2socks -PackageUrl: https://github.com/igoogolx/itun2socks -License: GPL License -LicenseUrl: https://github.com/igoogolx/itun2socks/blob/main/LICENSE -ShortDescription: tun proxy tool -ReleaseNotes: |- - Changelog - - 008b0e8 chore: tid mod - - a8aa239 chore: upgrade deps -ReleaseNotesUrl: https://github.com/igoogolx/itun2socks/releases/tag/v1.5.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.5.0/igoogolx.itun2socks.yaml b/manifests/i/igoogolx/itun2socks/1.5.0/igoogolx.itun2socks.yaml deleted file mode 100644 index a0a6e952591a9..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.5.0/igoogolx.itun2socks.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.6.1/igoogolx.itun2socks.installer.yaml b/manifests/i/igoogolx/itun2socks/1.6.1/igoogolx.itun2socks.installer.yaml deleted file mode 100644 index fc22c30963aa0..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.6.1/igoogolx.itun2socks.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.6.1 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: itun2socks.exe - PortableCommandAlias: itun2socks -ReleaseDate: 2024-05-05 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/igoogolx/itun2socks/releases/download/v1.6.1/itun2socks_1.6.1_windows_amd64.zip - InstallerSha256: 8265A1DAEAEC39E0204BCE0164B3183BD458369B899E7042E7FFDB9519818FF0 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.6.1/igoogolx.itun2socks.locale.en-US.yaml b/manifests/i/igoogolx/itun2socks/1.6.1/igoogolx.itun2socks.locale.en-US.yaml deleted file mode 100644 index c5ad08060697a..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.6.1/igoogolx.itun2socks.locale.en-US.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.6.1 -PackageLocale: en-US -Publisher: igoogolx -PublisherUrl: https://github.com/igoogolx -PublisherSupportUrl: https://github.com/igoogolx/itun2socks/issues -PackageName: itun2socks -PackageUrl: https://github.com/igoogolx/itun2socks -License: GPL License -LicenseUrl: https://github.com/igoogolx/itun2socks/blob/main/LICENSE -ShortDescription: tun proxy tool -ReleaseNotes: |- - Changelog - - f806a71 chore: upgrade the dashboard -ReleaseNotesUrl: https://github.com/igoogolx/itun2socks/releases/tag/v1.6.1 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.6.1/igoogolx.itun2socks.yaml b/manifests/i/igoogolx/itun2socks/1.6.1/igoogolx.itun2socks.yaml deleted file mode 100644 index 7b06d4b83f1fe..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.6.1/igoogolx.itun2socks.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.6.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.6.2/igoogolx.itun2socks.installer.yaml b/manifests/i/igoogolx/itun2socks/1.6.2/igoogolx.itun2socks.installer.yaml deleted file mode 100644 index 0a0b27b2c4327..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.6.2/igoogolx.itun2socks.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.6.2 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: itun2socks.exe - PortableCommandAlias: itun2socks -ReleaseDate: 2024-05-08 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/igoogolx/itun2socks/releases/download/v1.6.2/itun2socks_1.6.2_windows_amd64.zip - InstallerSha256: B647EFDFF350C478C59DAFFB9E56251B27967D70DA4261A998C5B5AAD8D786DF -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.6.2/igoogolx.itun2socks.locale.en-US.yaml b/manifests/i/igoogolx/itun2socks/1.6.2/igoogolx.itun2socks.locale.en-US.yaml deleted file mode 100644 index 56d2e8b7f079d..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.6.2/igoogolx.itun2socks.locale.en-US.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.6.2 -PackageLocale: en-US -Publisher: igoogolx -PublisherUrl: https://github.com/igoogolx -PublisherSupportUrl: https://github.com/igoogolx/itun2socks/issues -PackageName: itun2socks -PackageUrl: https://github.com/igoogolx/itun2socks -License: GPL License -LicenseUrl: https://github.com/igoogolx/itun2socks/blob/main/LICENSE -ShortDescription: tun proxy tool -ReleaseNotes: |- - Changelog - - 4eca082 fix(network_iface): the uncleaned callback -ReleaseNotesUrl: https://github.com/igoogolx/itun2socks/releases/tag/v1.6.2 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.6.2/igoogolx.itun2socks.yaml b/manifests/i/igoogolx/itun2socks/1.6.2/igoogolx.itun2socks.yaml deleted file mode 100644 index 30b79aa3856a4..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.6.2/igoogolx.itun2socks.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.6.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.6.3/igoogolx.itun2socks.installer.yaml b/manifests/i/igoogolx/itun2socks/1.6.3/igoogolx.itun2socks.installer.yaml deleted file mode 100644 index 8c9c302f2da0a..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.6.3/igoogolx.itun2socks.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.6.3 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: itun2socks.exe - PortableCommandAlias: itun2socks -ReleaseDate: 2024-05-09 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/igoogolx/itun2socks/releases/download/v1.6.3/itun2socks_1.6.3_windows_amd64.zip - InstallerSha256: 11399983A79072551A4690E7B6188653BA62F7B58FC89824A4FAF74951259C23 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.6.3/igoogolx.itun2socks.locale.en-US.yaml b/manifests/i/igoogolx/itun2socks/1.6.3/igoogolx.itun2socks.locale.en-US.yaml deleted file mode 100644 index 93474f2e160e8..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.6.3/igoogolx.itun2socks.locale.en-US.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.6.3 -PackageLocale: en-US -Publisher: igoogolx -PublisherUrl: https://github.com/igoogolx -PublisherSupportUrl: https://github.com/igoogolx/itun2socks/issues -PackageName: itun2socks -PackageUrl: https://github.com/igoogolx/itun2socks -License: GPL License -LicenseUrl: https://github.com/igoogolx/itun2socks/blob/main/LICENSE -ShortDescription: tun proxy tool -ReleaseNotes: |- - Changelog - - b53b8a5 fix(network_iface): the uncleaned callback -ReleaseNotesUrl: https://github.com/igoogolx/itun2socks/releases/tag/v1.6.3 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.6.3/igoogolx.itun2socks.yaml b/manifests/i/igoogolx/itun2socks/1.6.3/igoogolx.itun2socks.yaml deleted file mode 100644 index 9bfc0a5712682..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.6.3/igoogolx.itun2socks.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.6.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.6.4/igoogolx.itun2socks.installer.yaml b/manifests/i/igoogolx/itun2socks/1.6.4/igoogolx.itun2socks.installer.yaml deleted file mode 100644 index 07d7c7f5046fc..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.6.4/igoogolx.itun2socks.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.6.4 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: itun2socks.exe - PortableCommandAlias: itun2socks -ReleaseDate: 2024-06-12 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/igoogolx/itun2socks/releases/download/v1.6.4/itun2socks_1.6.4_windows_amd64.zip - InstallerSha256: 5EC1ADBCECE8196B45415462178A9475E41D429B162962AD846FF9E00D229C57 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.6.4/igoogolx.itun2socks.locale.en-US.yaml b/manifests/i/igoogolx/itun2socks/1.6.4/igoogolx.itun2socks.locale.en-US.yaml deleted file mode 100644 index 67e0953072259..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.6.4/igoogolx.itun2socks.locale.en-US.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.6.4 -PackageLocale: en-US -Publisher: igoogolx -PublisherUrl: https://github.com/igoogolx -PublisherSupportUrl: https://github.com/igoogolx/itun2socks/issues -PackageName: itun2socks -PackageUrl: https://github.com/igoogolx/itun2socks -License: GPL License -LicenseUrl: https://github.com/igoogolx/itun2socks/blob/main/LICENSE -ShortDescription: tun proxy tool -ReleaseNotes: |- - Changelog - - 346298c chore: upgrade deps - - 2c75276 chore: upgrade deps - - 822701d chore: upgrade deps - - 6052a90 fix: ethernet icon instead of Wi-Fi icon on Windows task bar -ReleaseNotesUrl: https://github.com/igoogolx/itun2socks/releases/tag/v1.6.4 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/itun2socks/1.6.4/igoogolx.itun2socks.yaml b/manifests/i/igoogolx/itun2socks/1.6.4/igoogolx.itun2socks.yaml deleted file mode 100644 index 33c62668d7ab8..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.6.4/igoogolx.itun2socks.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.6.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.10.1/igoogolx.lux.installer.yaml b/manifests/i/igoogolx/lux/1.10.1/igoogolx.lux.installer.yaml new file mode 100644 index 0000000000000..a50afc40bf7be --- /dev/null +++ b/manifests/i/igoogolx/lux/1.10.1/igoogolx.lux.installer.yaml @@ -0,0 +1,13 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: igoogolx.lux +PackageVersion: 1.10.1 +InstallerType: inno +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/igoogolx/lux/releases/download/v1.10.1/lux-1.10.1+1.10.1-windows-setup.exe + InstallerSha256: 7B25F29B4FAFFD63293C08D8E6FBD82D1698115B902920F9156620D36F9D0011 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.10.1/igoogolx.lux.locale.en-US.yaml b/manifests/i/igoogolx/lux/1.10.1/igoogolx.lux.locale.en-US.yaml new file mode 100644 index 0000000000000..200f048a76986 --- /dev/null +++ b/manifests/i/igoogolx/lux/1.10.1/igoogolx.lux.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: igoogolx.lux +PackageVersion: 1.10.1 +PackageLocale: en-US +Publisher: igoogolx +PublisherUrl: https://github.com/igoogolx +PublisherSupportUrl: https://github.com/igoogolx/lux/issues +PackageName: lux +PackageUrl: https://github.com/igoogolx/lux +License: GPL-3.0 +LicenseUrl: https://github.com/igoogolx/lux/blob/main/LICENSE +Copyright: Copyright © 2022 igoogolx +ShortDescription: A system network proxy tool +ReleaseNotesUrl: https://github.com/igoogolx/lux/releases/tag/v1.10.1 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.10.1/igoogolx.lux.yaml b/manifests/i/igoogolx/lux/1.10.1/igoogolx.lux.yaml new file mode 100644 index 0000000000000..573a930eb1d10 --- /dev/null +++ b/manifests/i/igoogolx/lux/1.10.1/igoogolx.lux.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: igoogolx.lux +PackageVersion: 1.10.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.20.2/igoogolx.lux.installer.yaml b/manifests/i/igoogolx/lux/1.20.2/igoogolx.lux.installer.yaml new file mode 100644 index 0000000000000..d13521e35cbf6 --- /dev/null +++ b/manifests/i/igoogolx/lux/1.20.2/igoogolx.lux.installer.yaml @@ -0,0 +1,13 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: igoogolx.lux +PackageVersion: 1.20.2 +InstallerType: inno +ReleaseDate: 2024-08-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/igoogolx/lux/releases/download/v1.20.2/lux-1.20.2+1.20.2-windows-setup.exe + InstallerSha256: A6A96E41596DC9523871C660E6D9094401006D2411F176D3DCB0BFDDA466420B +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.20.2/igoogolx.lux.locale.en-US.yaml b/manifests/i/igoogolx/lux/1.20.2/igoogolx.lux.locale.en-US.yaml new file mode 100644 index 0000000000000..d968973d85bb5 --- /dev/null +++ b/manifests/i/igoogolx/lux/1.20.2/igoogolx.lux.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: igoogolx.lux +PackageVersion: 1.20.2 +PackageLocale: en-US +Publisher: igoogolx +PublisherUrl: https://github.com/igoogolx +PublisherSupportUrl: https://github.com/igoogolx/lux/issues +PackageName: lux +PackageUrl: https://github.com/igoogolx/lux +License: GPL-3.0 +LicenseUrl: https://github.com/igoogolx/lux/blob/main/LICENSE +Copyright: Copyright © 2022 igoogolx +ShortDescription: A system network proxy tool +ReleaseNotesUrl: https://github.com/igoogolx/lux/releases/tag/v1.20.2 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.20.2/igoogolx.lux.yaml b/manifests/i/igoogolx/lux/1.20.2/igoogolx.lux.yaml new file mode 100644 index 0000000000000..3450623253b51 --- /dev/null +++ b/manifests/i/igoogolx/lux/1.20.2/igoogolx.lux.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: igoogolx.lux +PackageVersion: 1.20.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.21.1/igoogolx.lux.installer.yaml b/manifests/i/igoogolx/lux/1.21.1/igoogolx.lux.installer.yaml new file mode 100644 index 0000000000000..a1651164190d3 --- /dev/null +++ b/manifests/i/igoogolx/lux/1.21.1/igoogolx.lux.installer.yaml @@ -0,0 +1,13 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: igoogolx.lux +PackageVersion: 1.21.1 +InstallerType: inno +ReleaseDate: 2024-09-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/igoogolx/lux/releases/download/v1.21.1/lux-1.21.1+1.21.1-windows-setup.exe + InstallerSha256: 21A3DC81CE0680F24D80B3F660E91A90CC95410B4C6C524F4F9BA185F981C13F +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.21.1/igoogolx.lux.locale.en-US.yaml b/manifests/i/igoogolx/lux/1.21.1/igoogolx.lux.locale.en-US.yaml new file mode 100644 index 0000000000000..81e1a20c77f2c --- /dev/null +++ b/manifests/i/igoogolx/lux/1.21.1/igoogolx.lux.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: igoogolx.lux +PackageVersion: 1.21.1 +PackageLocale: en-US +Publisher: igoogolx +PublisherUrl: https://github.com/igoogolx +PublisherSupportUrl: https://github.com/igoogolx/lux/issues +PackageName: lux +PackageUrl: https://github.com/igoogolx/lux +License: GPL-3.0 +LicenseUrl: https://github.com/igoogolx/lux/blob/main/LICENSE +Copyright: Copyright © 2022 igoogolx +ShortDescription: A system network proxy tool +ReleaseNotes: '- Feat: prevent quitting on close' +ReleaseNotesUrl: https://github.com/igoogolx/lux/releases/tag/v1.21.1 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.21.1/igoogolx.lux.yaml b/manifests/i/igoogolx/lux/1.21.1/igoogolx.lux.yaml new file mode 100644 index 0000000000000..b1ec7c3f6a6e7 --- /dev/null +++ b/manifests/i/igoogolx/lux/1.21.1/igoogolx.lux.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: igoogolx.lux +PackageVersion: 1.21.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.22.0/igoogolx.lux.installer.yaml b/manifests/i/igoogolx/lux/1.22.0/igoogolx.lux.installer.yaml new file mode 100644 index 0000000000000..c5cf60535f28a --- /dev/null +++ b/manifests/i/igoogolx/lux/1.22.0/igoogolx.lux.installer.yaml @@ -0,0 +1,13 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: igoogolx.lux +PackageVersion: 1.22.0 +InstallerType: inno +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/igoogolx/lux/releases/download/v1.22.0/lux-1.22.0+1.22.0-windows-setup.exe + InstallerSha256: FFDC73AF109831A311CF72E66C067F3501B15EB013C4F6E1AA1A622C31247741 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.22.0/igoogolx.lux.locale.en-US.yaml b/manifests/i/igoogolx/lux/1.22.0/igoogolx.lux.locale.en-US.yaml new file mode 100644 index 0000000000000..346e527b6438d --- /dev/null +++ b/manifests/i/igoogolx/lux/1.22.0/igoogolx.lux.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: igoogolx.lux +PackageVersion: 1.22.0 +PackageLocale: en-US +Publisher: igoogolx +PublisherUrl: https://github.com/igoogolx +PublisherSupportUrl: https://github.com/igoogolx/lux/issues +PackageName: lux +PackageUrl: https://github.com/igoogolx/lux +License: GPL-3.0 +LicenseUrl: https://github.com/igoogolx/lux/blob/main/LICENSE +Copyright: Copyright © 2022 igoogolx +ShortDescription: A system network proxy tool +ReleaseNotes: '- Perf: reduce memory usage' +ReleaseNotesUrl: https://github.com/igoogolx/lux/releases/tag/v1.22.0 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.22.0/igoogolx.lux.yaml b/manifests/i/igoogolx/lux/1.22.0/igoogolx.lux.yaml new file mode 100644 index 0000000000000..d3d9f230e11ab --- /dev/null +++ b/manifests/i/igoogolx/lux/1.22.0/igoogolx.lux.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser v2 using Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: igoogolx.lux +PackageVersion: 1.22.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.4.2/igoogolx.lux.installer.yaml b/manifests/i/igoogolx/lux/1.4.2/igoogolx.lux.installer.yaml deleted file mode 100644 index 30d4bd15fa29a..0000000000000 --- a/manifests/i/igoogolx/lux/1.4.2/igoogolx.lux.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: igoogolx.lux -PackageVersion: 1.4.2 -InstallerType: inno -ReleaseDate: 2024-03-18 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/igoogolx/lux/releases/download/v1.4.2/lux-1.4.2+1.4.2-windows-setup.exe - InstallerSha256: C3CDF0E4295654883341592D77EDD363FDD5EB8A87A11A7B185670D7AEE05947 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.4.2/igoogolx.lux.locale.en-US.yaml b/manifests/i/igoogolx/lux/1.4.2/igoogolx.lux.locale.en-US.yaml deleted file mode 100644 index 0c24db2be9edf..0000000000000 --- a/manifests/i/igoogolx/lux/1.4.2/igoogolx.lux.locale.en-US.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: igoogolx.lux -PackageVersion: 1.4.2 -PackageLocale: en-US -Publisher: igoogolx -PublisherUrl: https://github.com/igoogolx -PublisherSupportUrl: https://github.com/igoogolx/lux/issues -PackageName: lux -PackageUrl: https://github.com/igoogolx/lux -License: GPL-3.0 -LicenseUrl: https://github.com/igoogolx/lux/blob/main/LICENSE -Copyright: Copyright © 2022 igoogolx -ShortDescription: A system network proxy tool -ReleaseNotesUrl: https://github.com/igoogolx/lux/releases/tag/v1.4.2 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.4.2/igoogolx.lux.yaml b/manifests/i/igoogolx/lux/1.4.2/igoogolx.lux.yaml deleted file mode 100644 index 283928ead32a6..0000000000000 --- a/manifests/i/igoogolx/lux/1.4.2/igoogolx.lux.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: igoogolx.lux -PackageVersion: 1.4.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.5.1/igoogolx.lux.installer.yaml b/manifests/i/igoogolx/lux/1.5.1/igoogolx.lux.installer.yaml deleted file mode 100644 index 0146a840e33b8..0000000000000 --- a/manifests/i/igoogolx/lux/1.5.1/igoogolx.lux.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: igoogolx.lux -PackageVersion: 1.5.1 -InstallerType: inno -ReleaseDate: 2024-04-13 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/igoogolx/lux/releases/download/v1.5.1/lux-1.5.1+1.5.1-windows-setup.exe - InstallerSha256: 95EB6D43E7D7032CA321E57294FFBC8F2FD3AEDBBBAB032FB4FDD66A1C7C89F0 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.5.1/igoogolx.lux.locale.en-US.yaml b/manifests/i/igoogolx/lux/1.5.1/igoogolx.lux.locale.en-US.yaml deleted file mode 100644 index 4f99caaa0af17..0000000000000 --- a/manifests/i/igoogolx/lux/1.5.1/igoogolx.lux.locale.en-US.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: igoogolx.lux -PackageVersion: 1.5.1 -PackageLocale: en-US -Publisher: igoogolx -PublisherUrl: https://github.com/igoogolx -PublisherSupportUrl: https://github.com/igoogolx/lux/issues -PackageName: lux -PackageUrl: https://github.com/igoogolx/lux -License: GPL-3.0 -LicenseUrl: https://github.com/igoogolx/lux/blob/main/LICENSE -Copyright: Copyright © 2022 igoogolx -ShortDescription: A system network proxy tool -ReleaseNotesUrl: https://github.com/igoogolx/lux/releases/tag/v1.5.1 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/i/igoogolx/lux/1.5.1/igoogolx.lux.yaml b/manifests/i/igoogolx/lux/1.5.1/igoogolx.lux.yaml deleted file mode 100644 index c11835d3383e2..0000000000000 --- a/manifests/i/igoogolx/lux/1.5.1/igoogolx.lux.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: igoogolx.lux -PackageVersion: 1.5.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/i/infinitepower18/WSASideloader/1.4.7/infinitepower18.WSASideloader.installer.yaml b/manifests/i/infinitepower18/WSASideloader/1.4.7/infinitepower18.WSASideloader.installer.yaml new file mode 100644 index 0000000000000..fa55f40b00a81 --- /dev/null +++ b/manifests/i/infinitepower18/WSASideloader/1.4.7/infinitepower18.WSASideloader.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: infinitepower18.WSASideloader +PackageVersion: 1.4.7 +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/infinitepower18/WSA-Sideloader/releases/download/v1.4.7/WSASideloader_1.4.7_x64.exe + InstallerSha256: D6C16AC8F0D7CA9F02E13F1DB298834F792376D001B98BCD736B4714561ABA8D + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + InstallerType: inno + Scope: machine + InstallerUrl: https://github.com/infinitepower18/WSA-Sideloader/releases/download/v1.4.7/WSASideloader_1.4.7_x64.exe + InstallerSha256: D6C16AC8F0D7CA9F02E13F1DB298834F792376D001B98BCD736B4714561ABA8D + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: arm64 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/infinitepower18/WSA-Sideloader/releases/download/v1.4.7/WSASideloader_1.4.7_arm64.exe + InstallerSha256: 472D070A30865477EE66A284DA230010686541E1B1D29245C3DE8EE663794EB1 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: arm64 + InstallerType: inno + Scope: machine + InstallerUrl: https://github.com/infinitepower18/WSA-Sideloader/releases/download/v1.4.7/WSASideloader_1.4.7_arm64.exe + InstallerSha256: 472D070A30865477EE66A284DA230010686541E1B1D29245C3DE8EE663794EB1 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: WSASideloader.exe + PortableCommandAlias: wsasideloader + InstallerUrl: https://github.com/infinitepower18/WSA-Sideloader/releases/download/v1.4.7/WSASideloader_1.4.7_x64_portable.zip + InstallerSha256: 58FA7D28E9323DA30A4AE44420B8404CE8DA05A4469575252DEFCF2F24C70DB0 +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: WSASideloader.exe + PortableCommandAlias: wsasideloader + InstallerUrl: https://github.com/infinitepower18/WSA-Sideloader/releases/download/v1.4.7/WSASideloader_1.4.7_arm64_portable.zip + InstallerSha256: D290656603E8D4F8C0EE7BCCB93B02565ADEEEA3CF57E692BADBE809AF95ADE9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/infinitepower18/WSASideloader/1.4.7/infinitepower18.WSASideloader.locale.en.yaml b/manifests/i/infinitepower18/WSASideloader/1.4.7/infinitepower18.WSASideloader.locale.en.yaml new file mode 100644 index 0000000000000..ddd45aef7e098 --- /dev/null +++ b/manifests/i/infinitepower18/WSASideloader/1.4.7/infinitepower18.WSASideloader.locale.en.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: infinitepower18.WSASideloader +PackageVersion: 1.4.7 +PackageLocale: en +Publisher: infinitepower18 +PublisherUrl: https://github.com/infinitepower18 +PrivacyUrl: https://ahnafmahmud.com/apps/WSA-Sideloader/PrivacyPolicy.html +PackageName: WSA Sideloader +PackageUrl: https://github.com/infinitepower18/WSA-Sideloader +License: GPL-3.0-only +LicenseUrl: https://raw.githubusercontent.com/infinitepower18/WSA-Sideloader/main/license.txt +ShortDescription: Easily install APK files on Windows Subsystem for Android +Description: WSA Sideloader is a tool that is used to easily install APK files on Windows Subsystem for Android. The program has been designed with simplicity and ease of use in mind. +Moniker: wsa-sideloader +Tags: +- apk +- apk-installer +- windows-subsystem-for-android +- wsa +- android +ReleaseNotesUrl: https://github.com/infinitepower18/WSA-Sideloader/releases/tag/v1.4.7 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/infinitepower18/WSASideloader/1.4.7/infinitepower18.WSASideloader.yaml b/manifests/i/infinitepower18/WSASideloader/1.4.7/infinitepower18.WSASideloader.yaml new file mode 100644 index 0000000000000..daf65a9ea9a0a --- /dev/null +++ b/manifests/i/infinitepower18/WSASideloader/1.4.7/infinitepower18.WSASideloader.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: infinitepower18.WSASideloader +PackageVersion: 1.4.7 +DefaultLocale: en +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/infinitepower18/WSASystemControl/1.0.11/infinitepower18.WSASystemControl.installer.yaml b/manifests/i/infinitepower18/WSASystemControl/1.0.11/infinitepower18.WSASystemControl.installer.yaml new file mode 100644 index 0000000000000..e8c4793a30072 --- /dev/null +++ b/manifests/i/infinitepower18/WSASystemControl/1.0.11/infinitepower18.WSASystemControl.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: infinitepower18.WSASystemControl +PackageVersion: 1.0.11 +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerType: inno + InstallerUrl: https://github.com/infinitepower18/WSA-SystemControl/releases/download/v1.0.11/WSASystemControl_1.0.11_x64.exe + InstallerSha256: D273A2DF47515FF5E8DDF38214CD1A4287E6D8AF81BDCA4CCC636BDF0A519B19 +- Architecture: arm64 + InstallerType: inno + InstallerUrl: https://github.com/infinitepower18/WSA-SystemControl/releases/download/v1.0.11/WSASystemControl_1.0.11_arm64.exe + InstallerSha256: F63CD8548EEFEA6765CD270059A4B477FFCEDE768AEB4183B3E211BE8C417145 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/infinitepower18/WSASystemControl/1.0.11/infinitepower18.WSASystemControl.locale.en-US.yaml b/manifests/i/infinitepower18/WSASystemControl/1.0.11/infinitepower18.WSASystemControl.locale.en-US.yaml new file mode 100644 index 0000000000000..511aca10e8a06 --- /dev/null +++ b/manifests/i/infinitepower18/WSASystemControl/1.0.11/infinitepower18.WSASystemControl.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: infinitepower18.WSASystemControl +PackageVersion: 1.0.11 +PackageLocale: en-US +Publisher: infinitepower18 +PrivacyUrl: https://ahnafmahmud.com/apps/WSASystemControl/PrivacyPolicy.html +PackageName: WSA System Control +PackageUrl: https://github.com/infinitepower18/WSA-SystemControl +License: MIT License +LicenseUrl: https://raw.githubusercontent.com/infinitepower18/WSA-SystemControl/master/LICENSE.txt +ShortDescription: Monitor WSA status and turn WSA on/off from the system tray +Moniker: wsa-systemcontrol +Tags: +- windows-subsystem-for-android +- wsa +- android +ReleaseNotesUrl: https://github.com/infinitepower18/WSA-SystemControl/releases/tag/v1.0.11 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/infinitepower18/WSASystemControl/1.0.11/infinitepower18.WSASystemControl.yaml b/manifests/i/infinitepower18/WSASystemControl/1.0.11/infinitepower18.WSASystemControl.yaml new file mode 100644 index 0000000000000..9390498dcad82 --- /dev/null +++ b/manifests/i/infinitepower18/WSASystemControl/1.0.11/infinitepower18.WSASystemControl.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: infinitepower18.WSASystemControl +PackageVersion: 1.0.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/ironfede/StructuredStorageXplorer/2.3.1.0/ironfede.StructuredStorageXplorer.installer.yaml b/manifests/i/ironfede/StructuredStorageXplorer/2.3.1.0/ironfede.StructuredStorageXplorer.installer.yaml new file mode 100644 index 0000000000000..b256c9196fa5b --- /dev/null +++ b/manifests/i/ironfede/StructuredStorageXplorer/2.3.1.0/ironfede.StructuredStorageXplorer.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: ironfede.StructuredStorageXplorer +PackageVersion: 2.3.1.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: StructuredStorageXplorer\StucturedStorageExplorer.exe +Installers: +- InstallerUrl: https://github.com/ironfede/openmcdf/releases/download/v2.3.1.0/StructuredStorageXplorer.zip + Architecture: neutral + InstallerSha256: 0214D46FACCD8C066656B2566B4EC2342A4A130065741722185FEDA49E004EFB +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-03-02 diff --git a/manifests/i/ironfede/StructuredStorageXplorer/2.3.1.0/ironfede.StructuredStorageXplorer.locale.en-US.yaml b/manifests/i/ironfede/StructuredStorageXplorer/2.3.1.0/ironfede.StructuredStorageXplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..3fcbc2e481e8e --- /dev/null +++ b/manifests/i/ironfede/StructuredStorageXplorer/2.3.1.0/ironfede.StructuredStorageXplorer.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: ironfede.StructuredStorageXplorer +PackageVersion: 2.3.1.0 +PackageLocale: en-US +Publisher: ironfede +PublisherUrl: https://github.com/ironfede +PublisherSupportUrl: https://github.com/ironfede/openmcdf/issues +PackageName: Structured Storage Xplorer +PackageUrl: https://github.com/ironfede/openmcdf +License: MPL-2.0 +ShortDescription: Microsoft Compound File .net component - pure C# - netstandard 2.0 +Tags: [] +ReleaseNotesUrl: https://github.com/ironfede/openmcdf/releases/tag/v2.3.1.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ironfede/openmcdf/wiki +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/ironfede/StructuredStorageXplorer/2.3.1.0/ironfede.StructuredStorageXplorer.yaml b/manifests/i/ironfede/StructuredStorageXplorer/2.3.1.0/ironfede.StructuredStorageXplorer.yaml new file mode 100644 index 0000000000000..6b97cf59232b2 --- /dev/null +++ b/manifests/i/ironfede/StructuredStorageXplorer/2.3.1.0/ironfede.StructuredStorageXplorer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: ironfede.StructuredStorageXplorer +PackageVersion: 2.3.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JAMSoftware/UltraSearch/4.4.1/JAMSoftware.UltraSearch.installer.yaml b/manifests/j/JAMSoftware/UltraSearch/4.4.1/JAMSoftware.UltraSearch.installer.yaml new file mode 100644 index 0000000000000..b1426bd978bfd --- /dev/null +++ b/manifests/j/JAMSoftware/UltraSearch/4.4.1/JAMSoftware.UltraSearch.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JAMSoftware.UltraSearch +PackageVersion: 4.4.1 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: UltraSearch_is1 +AppsAndFeaturesEntries: +- DisplayName: UltraSearch V4.2 (64 bit) +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.jam-software.de/ultrasearch/archive/v4.4.1.1015/UltraSearch-Setup.exe + InstallerSha256: 478CF968AE49AB864BF04E97FDC47153C9324EDFA2F8CA372BDEDC343D8E8AF7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JAMSoftware/UltraSearch/4.4.1/JAMSoftware.UltraSearch.locale.en-US.yaml b/manifests/j/JAMSoftware/UltraSearch/4.4.1/JAMSoftware.UltraSearch.locale.en-US.yaml new file mode 100644 index 0000000000000..d03cf2472ca16 --- /dev/null +++ b/manifests/j/JAMSoftware/UltraSearch/4.4.1/JAMSoftware.UltraSearch.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JAMSoftware.UltraSearch +PackageVersion: 4.4.1 +PackageLocale: en-US +Publisher: JAM Software +PublisherUrl: https://www.jam-software.com +PublisherSupportUrl: https://knowledgebase.jam-software.com +PrivacyUrl: https://www.jam-software.com/company/privacy.shtml +Author: JAM Software +PackageName: UltraSearch +PackageUrl: https://www.jam-software.com/ultrasearch_professional +License: Proprietary +LicenseUrl: https://www.jam-software.com/company/license_agreement.shtml +Copyright: © 1996-2024 by Joachim Marder e.K. +CopyrightUrl: https://www.jam-software.com/company/license_agreement.shtml +ShortDescription: UltraSearch Setup +Description: Find what you need in seconds. UltraSearch finds your files and documents on all your connected hard drives and network drives. Search by file type, document content or file properties. Get your valuable time back and let UltraSearch do the searching for you. +Moniker: ultrasearch +Tags: +- search +- file-search +- fast-search +- harddisk +- harddrive +- system-size-management +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JAMSoftware/UltraSearch/4.4.1/JAMSoftware.UltraSearch.yaml b/manifests/j/JAMSoftware/UltraSearch/4.4.1/JAMSoftware.UltraSearch.yaml new file mode 100644 index 0000000000000..0360ef40502bf --- /dev/null +++ b/manifests/j/JAMSoftware/UltraSearch/4.4.1/JAMSoftware.UltraSearch.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JAMSoftware.UltraSearch +PackageVersion: 4.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JAMSoftware/UltraSearch/4.4/JAMSoftware.UltraSearch.installer.yaml b/manifests/j/JAMSoftware/UltraSearch/4.4/JAMSoftware.UltraSearch.installer.yaml new file mode 100644 index 0000000000000..7946716773c05 --- /dev/null +++ b/manifests/j/JAMSoftware/UltraSearch/4.4/JAMSoftware.UltraSearch.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JAMSoftware.UltraSearch +PackageVersion: "4.4" +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: UltraSearch_is1 +AppsAndFeaturesEntries: +- DisplayName: UltraSearch V4.2 (64 bit) +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.jam-software.de/ultrasearch/archive/v4.4.0.1010/UltraSearch-Setup.exe + InstallerSha256: 4A818909FC79E04B34847892AF7F61AABF28F92B79FBD95A997CAC2A55AED0E5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JAMSoftware/UltraSearch/4.4/JAMSoftware.UltraSearch.locale.en-US.yaml b/manifests/j/JAMSoftware/UltraSearch/4.4/JAMSoftware.UltraSearch.locale.en-US.yaml new file mode 100644 index 0000000000000..cbdd0f79a1af7 --- /dev/null +++ b/manifests/j/JAMSoftware/UltraSearch/4.4/JAMSoftware.UltraSearch.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JAMSoftware.UltraSearch +PackageVersion: "4.4" +PackageLocale: en-US +Publisher: JAM Software +PublisherUrl: https://www.jam-software.com +PublisherSupportUrl: https://knowledgebase.jam-software.com +PrivacyUrl: https://www.jam-software.com/company/privacy.shtml +Author: JAM Software +PackageName: UltraSearch +PackageUrl: https://www.jam-software.com/ultrasearch_professional +License: Proprietary +LicenseUrl: https://www.jam-software.com/company/license_agreement.shtml +Copyright: © 1996-2024 by Joachim Marder e.K. +CopyrightUrl: https://www.jam-software.com/company/license_agreement.shtml +ShortDescription: UltraSearch Setup +Description: Find what you need in seconds. UltraSearch finds your files and documents on all your connected hard drives and network drives. Search by file type, document content or file properties. Get your valuable time back and let UltraSearch do the searching for you. +Moniker: ultrasearch +Tags: +- search +- file-search +- fast-search +- harddisk +- harddrive +- system-size-management +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JAMSoftware/UltraSearch/4.4/JAMSoftware.UltraSearch.yaml b/manifests/j/JAMSoftware/UltraSearch/4.4/JAMSoftware.UltraSearch.yaml new file mode 100644 index 0000000000000..79de81f2fc4c3 --- /dev/null +++ b/manifests/j/JAMSoftware/UltraSearch/4.4/JAMSoftware.UltraSearch.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JAMSoftware.UltraSearch +PackageVersion: "4.4" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JD/HiOffice/3.1.1.9/JD.HiOffice.installer.yaml b/manifests/j/JD/HiOffice/3.1.1.9/JD.HiOffice.installer.yaml new file mode 100644 index 0000000000000..b0e498b7f0442 --- /dev/null +++ b/manifests/j/JD/HiOffice/3.1.1.9/JD.HiOffice.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JD.HiOffice +PackageVersion: 3.1.1.9 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Protocols: +- hioffice +ReleaseDate: 2024-03-22 +Installers: +- Architecture: x86 + InstallerUrl: https://s.360buyimg.com/hio.apppkg/pkg_1711101883220.exe + InstallerSha256: B816DB202366BFC9CC35C88207175FADB49764C24C3EFAC28402DD7E15C22A3F + ProductCode: HiOfficeIII +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JD/HiOffice/3.1.1.9/JD.HiOffice.locale.en-US.yaml b/manifests/j/JD/HiOffice/3.1.1.9/JD.HiOffice.locale.en-US.yaml new file mode 100644 index 0000000000000..7571fd56992e5 --- /dev/null +++ b/manifests/j/JD/HiOffice/3.1.1.9/JD.HiOffice.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JD.HiOffice +PackageVersion: 3.1.1.9 +PackageLocale: en-US +Publisher: JD.COM +PublisherUrl: https://www.jd.com/ +# PublisherSupportUrl: +PrivacyUrl: https://hioffice.jd.com/privacy/policy/index +Author: Beijing Jingdong Century Information Technology Co., Ltd. +PackageName: HiOffice +PackageUrl: https://hioffice.jd.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2004-2024 JD.COM All rights reserved. +# CopyrightUrl: +ShortDescription: The intelligent IT platform for enterprise informationization +# Description: +# Moniker: +Tags: +- bussiness +- collaborate +- collaboration +- comunication +- conference +- docs +- document +- enterprise +- jd +- meeting +- oa +- office +- saas +- team +- work +- working +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JD/HiOffice/3.1.1.9/JD.HiOffice.locale.zh-CN.yaml b/manifests/j/JD/HiOffice/3.1.1.9/JD.HiOffice.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c4f6b2cb62eea --- /dev/null +++ b/manifests/j/JD/HiOffice/3.1.1.9/JD.HiOffice.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JD.HiOffice +PackageVersion: 3.1.1.9 +PackageLocale: zh-CN +Publisher: JD.COM +PublisherUrl: https://www.jd.com/ +# PublisherSupportUrl: +PrivacyUrl: https://hioffice.jd.com/privacy/policy/index +Author: 北京京东世纪信息技术有限公司 +PackageName: HiOffice +PackageUrl: https://hioffice.jd.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2004-2024 JD.COM 京东版权所有 +# CopyrightUrl: +ShortDescription: 企业信息化智能 IT 平台 +# Description: +# Moniker: +Tags: +- oa +- saas +- 京东 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 工作 +- 文档 +- 沟通 +- 海鸥 +ReleaseNotes: 用户体验优化 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JD/HiOffice/3.1.1.9/JD.HiOffice.yaml b/manifests/j/JD/HiOffice/3.1.1.9/JD.HiOffice.yaml new file mode 100644 index 0000000000000..fc76e16dfc984 --- /dev/null +++ b/manifests/j/JD/HiOffice/3.1.1.9/JD.HiOffice.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JD.HiOffice +PackageVersion: 3.1.1.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JD/JoyMeeting/V1.1.6.230907/JD.JoyMeeting.installer.yaml b/manifests/j/JD/JoyMeeting/V1.1.6.230907/JD.JoyMeeting.installer.yaml new file mode 100644 index 0000000000000..dc6f0b70addd5 --- /dev/null +++ b/manifests/j/JD/JoyMeeting/V1.1.6.230907/JD.JoyMeeting.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JD.JoyMeeting +PackageVersion: V1.1.6.230907 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- jdphonemtg +FileExtensions: +- meetingrec +Installers: +- Architecture: x86 + InstallerUrl: https://storage.jd.com/joymeeting-app/app/JoyMeeting.exe + InstallerSha256: 69169D0B7D7137E1477C70A4886A4ABE7496538FCC307162A6082697BFAC0591 + ProductCode: '{9F072964-9C17-45BF-B7B8-1ABF5A879ABF}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JD/JoyMeeting/V1.1.6.230907/JD.JoyMeeting.locale.en-US.yaml b/manifests/j/JD/JoyMeeting/V1.1.6.230907/JD.JoyMeeting.locale.en-US.yaml new file mode 100644 index 0000000000000..511559e757933 --- /dev/null +++ b/manifests/j/JD/JoyMeeting/V1.1.6.230907/JD.JoyMeeting.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JD.JoyMeeting +PackageVersion: V1.1.6.230907 +PackageLocale: en-US +Publisher: 北京京东世纪贸易有限公司 +PublisherUrl: https://www.jd.com/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Beijing Jingdong Century Information Technology Co., Ltd. +PackageName: JoyMeeting +PackageUrl: https://meeting.jd.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright © 2004-2023 JD.COM All rights reserved. +# CopyrightUrl: +ShortDescription: JoyMeeting is a video conferencing software for smooth connection and effortless communication. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JD/JoyMeeting/V1.1.6.230907/JD.JoyMeeting.locale.zh-CN.yaml b/manifests/j/JD/JoyMeeting/V1.1.6.230907/JD.JoyMeeting.locale.zh-CN.yaml new file mode 100644 index 0000000000000..880eed493458b --- /dev/null +++ b/manifests/j/JD/JoyMeeting/V1.1.6.230907/JD.JoyMeeting.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JD.JoyMeeting +PackageVersion: V1.1.6.230907 +PackageLocale: zh-CN +Publisher: 北京京东世纪贸易有限公司 +PublisherUrl: https://www.jd.com/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: 北京京东世纪贸易有限公司 +PackageName: JoyMeeting +PackageUrl: https://meeting.jd.com/ +License: 专有软件 +# LicenseUrl: +Copyright: Copyright © 2004-2023 JD.COM 京东版权所有 +# CopyrightUrl: +ShortDescription: JoyMeeting 是一款视频会议软件,实现畅联沟通零距离。 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JD/JoyMeeting/V1.1.6.230907/JD.JoyMeeting.yaml b/manifests/j/JD/JoyMeeting/V1.1.6.230907/JD.JoyMeeting.yaml new file mode 100644 index 0000000000000..00f219a624adc --- /dev/null +++ b/manifests/j/JD/JoyMeeting/V1.1.6.230907/JD.JoyMeeting.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JD.JoyMeeting +PackageVersion: V1.1.6.230907 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.installer.yaml new file mode 100644 index 0000000000000..940f647bc9ec3 --- /dev/null +++ b/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JFrog.Conan +PackageVersion: 2.6.0 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Conan Package Manager_is1 +ReleaseDate: 2024-08-01 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/conan-io/conan/releases/download/2.6.0/conan-2.6.0-windows-i686-installer.exe + InstallerSha256: 0107E103EDF1C419E75CE23577B559DB80E68729DED821FDD04C29AB45C66FAB +- Architecture: x64 + InstallerUrl: https://github.com/conan-io/conan/releases/download/2.6.0/conan-2.6.0-windows-x86_64-installer.exe + InstallerSha256: 6B3DE4195BFDD053B5336C8FEB0DC0AF1B89227C55B6C47EA4C39EBED2DA4BFE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.locale.en-US.yaml new file mode 100644 index 0000000000000..6fb46c7bfed68 --- /dev/null +++ b/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JFrog.Conan +PackageVersion: 2.6.0 +PackageLocale: en-US +Publisher: JFrog +PublisherUrl: https://conan.io/ +PublisherSupportUrl: https://github.com/conan-io/conan/issues +PrivacyUrl: https://conan.io/privacy-policy.html +PackageName: Conan Package Manager +PackageUrl: https://conan.io/ +License: MIT +LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md +Copyright: Copyright (c) JFrog LTD +CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md +ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +Tags: +- c +- c++ +- cmake +- conan +- multi-platform +- open-source +- package-manager +ReleaseNotes: |- + - Feature: Add build_folder_vars=["const.myvalue"] to create presets for user "myvalue" arbitrary values. ( Docs: :page_with_curl: + - Feature: Added outputRootDir as an optional definition in Bazel new templates. ( + - Feature: MakeDeps generator generates make variables for dependencies and their components. ( Docs: :page_with_curl: + - Feature: Add html output for graph build-order and graph build-order-merge ( Docs: :page_with_curl: + - Feature: Introduce core.scm:local_url=allow|block to control local folder URLs in conandata scm. ( Docs: :page_with_curl: + - Feature: Added XXX_FOR_BUILD flags and Android extra ones to extra_env attribute in GnuToolchain. ( + - Feature: Support python_requires in local-recipes-index. ( Docs: :page_with_curl: + - Fix: Avoid runtime_deployer to deploy dependencies with run=False trait. ( + - Fix: Improve error message when passing a --deployer-folder=xxx argument of an incorrect folder. ( + - Fix: Change requirements.txt so it install distro package in FreeBSD too. ( + - Fix: Better error messages when loading an inexistent or broken "package list" file. ( + - Fix: Remove unsupported ld and ar entries from tools.build:compiler_executables, they had no effect in every Conan integration. ( + - Fix: Ensure direct tool requires conflicts are properly reported instead of hanging. ( + - Fix: Update docker dependency version for the runners feature ( + - Fix: Raise an error when trying to upload a package with a local folder URL in conandata scm. ( Docs: :page_with_curl: + - Bugfix: Fix profile include() with per-package [settings] with partial definition. ( + - Bugfix: The MakeDeps generator was missing some aggregated variables when packages have components. ( + - Bugfix: Avoid settings.update_values() failing when deducing compatibility. ( + - Bugfix: Fix handling of tools.build:defines for Ninja Multi-Config CMake. ( + - Bugfix: Make conan graph a real "install" dry-run. Return same errors and give same messages ( +ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.yaml new file mode 100644 index 0000000000000..6e0f8981b84e0 --- /dev/null +++ b/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JFrog.Conan +PackageVersion: 2.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.installer.yaml new file mode 100644 index 0000000000000..464bcb553d328 --- /dev/null +++ b/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JFrog.Conan +PackageVersion: 2.7.0 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Conan Package Manager_is1 +ReleaseDate: 2024-08-28 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/conan-io/conan/releases/download/2.7.0/conan-2.7.0-windows-i686-installer.exe + InstallerSha256: DBD00A94B4BD7045C3F2E6F9A25ECDEE99A75F591A00AF0237D9CE1D7032B5E8 +- Architecture: x64 + InstallerUrl: https://github.com/conan-io/conan/releases/download/2.7.0/conan-2.7.0-windows-x86_64-installer.exe + InstallerSha256: 13EFAC2757E0E9B401E3DB69241842EBEE7CA35032D2645E3A8BF8BB3BA9DD25 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.locale.en-US.yaml new file mode 100644 index 0000000000000..9f9d47a578fdf --- /dev/null +++ b/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JFrog.Conan +PackageVersion: 2.7.0 +PackageLocale: en-US +Publisher: JFrog +PublisherUrl: https://conan.io/ +PublisherSupportUrl: https://github.com/conan-io/conan/issues +PrivacyUrl: https://conan.io/privacy-policy.html +PackageName: Conan Package Manager +PackageUrl: https://conan.io/ +License: MIT +LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md +Copyright: Copyright (c) JFrog LTD +CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md +ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +Tags: +- c +- c++ +- cmake +- conan +- multi-platform +- open-source +- package-manager +ReleaseNotes: |- + - Feature: Added Git.is_dirty(repository=False) new argument (#16892) + - Feature: Add variable_watch for CMAKE_{C,CXX}_STANDARD in conan_toolchain.cmake. (#16879) + - Feature: Add check_type to get_property for CMakeDeps. (#16854). Docs: 📃 + - Feature: Propagate run trait requirement information in the "build" context downstream when visible trait is True. (#16849). Docs: 📃 + - Feature: Add check_type on components get_property. (#16848). Docs: 📃 + - Feature: Add set_property for PkgConfigDeps to set properties for requirements from consumer recipes. (#16789) + - Feature: Define CMAKE__COMPILER variables in CMakePresets.json. (#16762) + - Feature: Add support for gcc 14.2. (#16760) + - Feature: Rework QbsProfile to support Conan 2. (#16742) + - Feature: Add finalize() method for local cache final adjustments of packages. (#16646). Docs: 📃 + - Feature: Add tricore compiler architecture support. (#16317). Docs: 📃 + - Feature: Describe here your pull request (#16317). Docs: 📃 + - Fix: Propagate repository argument from Git.get_url_and_commit(repository=True) to Git.is_dirty(). (#16892) + - Fix: Improve error when accessing cpp_info shorthand methods. (#16847) + - Fix: Improve error message when a lockfile fails to lock a requirement, specifying its type. (#16841) + - Fix: Update patch-ng 1.18.0 to avoid SyntaxWarning spam. (#16766) + - Bugfix: Avoid CMakeToolchain error when both architecture flags and tools.build:linker_scripts are defined, due to missing space. (#16883) + - Bugfix: When using Visual Studio's llvm-clang, set the correct Platform Toolset in MSBuildToolchain. (#16844) + - Bugfix: Fix export_sources for non-existent recipes in a local recipes index. (#16776) +ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.yaml new file mode 100644 index 0000000000000..12ccdbb80f1ad --- /dev/null +++ b/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JFrog.Conan +PackageVersion: 2.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.installer.yaml new file mode 100644 index 0000000000000..1558d6eb163e9 --- /dev/null +++ b/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JFrog.Conan +PackageVersion: 2.7.1 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Conan Package Manager_is1 +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/conan-io/conan/releases/download/2.7.1/conan-2.7.1-windows-i686-installer.exe + InstallerSha256: 2B3E0BC3843993C654C2981A254C4DA6F7A0588E36E0D74E17DEFFCD90B84A47 +- Architecture: x64 + InstallerUrl: https://github.com/conan-io/conan/releases/download/2.7.1/conan-2.7.1-windows-x86_64-installer.exe + InstallerSha256: 86E1F32C4BEB78BCC4F839F94D5F84D00679F32D1EB343E6A81ED836B41349F1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.locale.en-US.yaml new file mode 100644 index 0000000000000..3b71c4eccd1d0 --- /dev/null +++ b/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JFrog.Conan +PackageVersion: 2.7.1 +PackageLocale: en-US +Publisher: JFrog +PublisherUrl: https://conan.io/ +PublisherSupportUrl: https://github.com/conan-io/conan/issues +PrivacyUrl: https://conan.io/privacy-policy.html +PackageName: Conan Package Manager +PackageUrl: https://conan.io/ +License: MIT +LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md +Copyright: Copyright (c) JFrog LTD +CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md +ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +Tags: +- c +- c++ +- cmake +- conan +- multi-platform +- open-source +- package-manager +ReleaseNotes: |- + - Feature: Add support apple-clang 16. (#16972) + - Fix: Add test for #19960. (#16974) + - Bugfix: Revert "Define compiler variables in CMakePresets.json" commit 60df72c. (#16971) +ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.7.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.yaml new file mode 100644 index 0000000000000..5f96c9574552f --- /dev/null +++ b/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JFrog.Conan +PackageVersion: 2.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.installer.yaml new file mode 100644 index 0000000000000..9cafcc070a7f3 --- /dev/null +++ b/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JGraph.Draw +PackageVersion: 24.7.5 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.7.5/draw.io-ia32-24.7.5-windows-32bit-installer.exe + InstallerSha256: 2706F8DB3CCDE864D759B98D3996328C04A4CEB91D9FA717DFDD3302B41124C8 +- Architecture: x64 + InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.7.5/draw.io-24.7.5-windows-installer.exe + InstallerSha256: 49FE13E576710CA4ADB647CDDC17AF374C7FBAF29FCC9B7EED897817FD8C2E60 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.locale.en-US.yaml new file mode 100644 index 0000000000000..6c3783188d11f --- /dev/null +++ b/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JGraph.Draw +PackageVersion: 24.7.5 +PackageLocale: en-US +Publisher: JGraph +PublisherUrl: https://www.diagrams.net/ +PublisherSupportUrl: https://www.diagrams.net/doc +PrivacyUrl: https://www.diagrams.net/trust +# Author: +PackageName: draw.io +PackageUrl: https://www.diagrams.net/ +License: Apache-2.0 +LicenseUrl: https://github.com/jgraph/drawio-desktop/blob/HEAD/LICENSE +Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company +CopyrightUrl: https://www.diagrams.net/trust +ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: +# Moniker: +Tags: +- diagram +- diagrams.net +- diagramsnet +- draw +- draw.io +- drawio +- editor +- graphics +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.7.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.yaml new file mode 100644 index 0000000000000..ca4b379902f95 --- /dev/null +++ b/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JGraph.Draw +PackageVersion: 24.7.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.installer.yaml new file mode 100644 index 0000000000000..af079401563f3 --- /dev/null +++ b/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS0.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JGraph.Draw +PackageVersion: 24.7.8 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- drawio +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.7.8/draw.io-ia32-24.7.8-windows-32bit-installer.exe + InstallerSha256: D38CC577C12A4625BDFDF4F83C4A87A64581D9EC410DE8F79A44B62F0BBF4363 +- Architecture: x64 + InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.7.8/draw.io-24.7.8-windows-installer.exe + InstallerSha256: 7C85943E8392F8C277857A345BCD39898907D49F6F8B7C073DF39C9DEDEB2691 +- Architecture: arm64 + InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.7.8/draw.io-arm64-24.7.8-windows-arm64-installer.exe + InstallerSha256: D6D81059B53EF7C92B5868115865325CC9BF722D67E8BC9AB0F853E683D28566 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.locale.en-US.yaml new file mode 100644 index 0000000000000..874b7135a10aa --- /dev/null +++ b/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS0.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JGraph.Draw +PackageVersion: 24.7.8 +PackageLocale: en-US +Publisher: JGraph +PublisherUrl: https://www.diagrams.net/ +PublisherSupportUrl: https://www.diagrams.net/doc +PrivacyUrl: https://www.diagrams.net/trust +# Author: +PackageName: draw.io +PackageUrl: https://www.diagrams.net/ +License: Apache-2.0 +LicenseUrl: https://github.com/jgraph/drawio-desktop/blob/HEAD/LICENSE +Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company +CopyrightUrl: https://www.diagrams.net/trust +ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: +# Moniker: +Tags: +- diagram +- diagrams.net +- diagramsnet +- draw +- draw.io +- drawio +- editor +- graphics +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.7.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.yaml new file mode 100644 index 0000000000000..3a4f21a868611 --- /dev/null +++ b/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS0.LF.7-4-5.Unix +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JGraph.Draw +PackageVersion: 24.7.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/6.5.46/JLC.EasyEDA.installer.yaml b/manifests/j/JLC/EasyEDA/6.5.46/JLC.EasyEDA.installer.yaml new file mode 100644 index 0000000000000..d4c1e6142c640 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/6.5.46/JLC.EasyEDA.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA +PackageVersion: 6.5.46 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x86 + InstallerUrl: https://image.easyeda.com/files/easyeda-windows-ia32-6.5.46.exe + InstallerSha256: 34D57E18E102971E14F687FAA71FDE6930DCD8CD36B5467C2309153BE2E6C29E + ProductCode: '{028AFB0B-2690-4C9C-8977-D5903A2EF0EC}_is1' +- Architecture: x64 + InstallerUrl: https://image.easyeda.com/files/easyeda-windows-x64-6.5.46.exe + InstallerSha256: D563C66C899E28CCD31C73FB51593E9A1D514587BFE096309D34848FFA40F2C1 + ProductCode: '{028AFB0B-2690-4C9C-8977-D5903A2EF0EC}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/6.5.46/JLC.EasyEDA.locale.en-US.yaml b/manifests/j/JLC/EasyEDA/6.5.46/JLC.EasyEDA.locale.en-US.yaml new file mode 100644 index 0000000000000..cf917b9becc43 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/6.5.46/JLC.EasyEDA.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA +PackageVersion: 6.5.46 +PackageLocale: en-US +Publisher: EasyEDA Inc. +PublisherUrl: https://easyeda.com/ +PublisherSupportUrl: https://docs.easyeda.com/en/FAQ/Contact-Us/index.html +PrivacyUrl: https://easyeda.com/page/privacy +Author: Shenzhen Lichuang E-COMMERCE Co., Ltd. +PackageName: EasyEDA +PackageUrl: https://easyeda.com/page/download +License: Freeware +LicenseUrl: https://easyeda.com/page/legal +Copyright: Copyright (C) 2024 EASYEDA.com. All rights reserved. +# CopyrightUrl: +ShortDescription: A great web based EDA (Electronics Design Automation) tool for electronics engineers, educators, students, makers and enthusiasts. +# Description: +# Moniker: +Tags: +- eda +- electronic-design-automation +- pcb +ReleaseNotes: '- Fixed the PDF export error of 90 degree images' +ReleaseNotesUrl: https://easyeda.com/page/update-record +PurchaseUrl: https://easyeda.com/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://docs.easyeda.com/en/FAQ/Editor/index.html +- DocumentLabel: Tutorial + DocumentUrl: https://docs.easyeda.com/en/Introduction/Introduction-to-EasyEDA/index.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/6.5.46/JLC.EasyEDA.locale.zh-CN.yaml b/manifests/j/JLC/EasyEDA/6.5.46/JLC.EasyEDA.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6bd954169b9c4 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/6.5.46/JLC.EasyEDA.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA +PackageVersion: 6.5.46 +PackageLocale: zh-CN +Publisher: EasyEDA Inc. +PublisherUrl: https://easyeda.com/ +PublisherSupportUrl: https://docs.easyeda.com/en/FAQ/Contact-Us/index.html +PrivacyUrl: https://easyeda.com/page/privacy +Author: 深圳市立创电子商务有限公司 +PackageName: EasyEDA +PackageUrl: https://easyeda.com/page/download +License: 免费软件 +LicenseUrl: https://easyeda.com/page/legal +Copyright: Copyright (C) 2024 EASYEDA.com. All rights reserved. +# CopyrightUrl: +ShortDescription: 一款优秀的基于网页的 EDA(电子设计自动化)工具,适用于电子工程师、教育工作者、学生、创客和爱好者。 +# Description: +# Moniker: +Tags: +- eda +- pcb +- 电子设计自动化 +# ReleaseNotes: +ReleaseNotesUrl: https://easyeda.com/page/update-record +PurchaseUrl: https://easyeda.com/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://docs.easyeda.com/en/FAQ/Editor/index.html +- DocumentLabel: 文档教程 + DocumentUrl: https://docs.easyeda.com/en/Introduction/Introduction-to-EasyEDA/index.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/6.5.46/JLC.EasyEDA.yaml b/manifests/j/JLC/EasyEDA/6.5.46/JLC.EasyEDA.yaml new file mode 100644 index 0000000000000..d02e4ca833b94 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/6.5.46/JLC.EasyEDA.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA +PackageVersion: 6.5.46 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/2.2.26.6/JLC.EasyEDA.Pro.installer.yaml b/manifests/j/JLC/EasyEDA/Pro/2.2.26.6/JLC.EasyEDA.Pro.installer.yaml new file mode 100644 index 0000000000000..b89fc84aa6577 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/2.2.26.6/JLC.EasyEDA.Pro.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA.Pro +PackageVersion: 2.2.26.6 +InstallerType: inno +InstallerSwitches: + Silent: /VERYSILENT /SP- /NORESTART + SilentWithProgress: /SILENT /SP- /NORESTART +UpgradeBehavior: install +FileExtensions: +- elib +- eprj +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://image.easyeda.com/files/easyeda-pro-windows-x64-2.2.26.6.exe + InstallerSha256: 4858F56CAFCE7D4055D245C0989CF834EFA27A005AEB514BDEB88DD0091622E0 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{41EC087A-3D17-410B-B419-FC15A3727EFD}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://image.easyeda.com/files/easyeda-pro-windows-x64-2.2.26.6.exe + InstallerSha256: 4858F56CAFCE7D4055D245C0989CF834EFA27A005AEB514BDEB88DD0091622E0 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{41EC087A-3D17-410B-B419-FC15A3727EFD}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/2.2.26.6/JLC.EasyEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/EasyEDA/Pro/2.2.26.6/JLC.EasyEDA.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..6748e2fa1e252 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/2.2.26.6/JLC.EasyEDA.Pro.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA.Pro +PackageVersion: 2.2.26.6 +PackageLocale: en-US +Publisher: EasyEDA +PublisherUrl: https://easyeda.com/ +PublisherSupportUrl: https://prodocs.easyeda.com/en/faq/contact-us/index.html +PrivacyUrl: https://easyeda.com/page/privacy +Author: Shenzhen Lichuang E-COMMERCE Co., Ltd. +PackageName: EasyEDA Pro +PackageUrl: https://pro.easyeda.com/ +License: Freeware +LicenseUrl: https://easyeda.com/page/legal +Copyright: Copyright (C) 2024 EASYEDA.com. All rights reserved. +# CopyrightUrl: +ShortDescription: Professional and powerful PCB design tool +# Description: +# Moniker: +Tags: +- eda +- electronic-design-automation +- pcb +ReleaseNotes: '- Adjust the output of color silk screen manufacturing files' +ReleaseNotesUrl: https://pro.easyeda.com/page/update-record +PurchaseUrl: https://easyeda.com/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://prodocs.easyeda.com/en/faq/editor/index.html +- DocumentLabel: Tutorial + DocumentUrl: https://prodocs.easyeda.com/en/introduction/introduction/index.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/2.2.26.6/JLC.EasyEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/EasyEDA/Pro/2.2.26.6/JLC.EasyEDA.Pro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2c3b7f7ace1fe --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/2.2.26.6/JLC.EasyEDA.Pro.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA.Pro +PackageVersion: 2.2.26.6 +PackageLocale: zh-CN +Publisher: EasyEDA +PublisherUrl: https://easyeda.com/ +PublisherSupportUrl: https://prodocs.easyeda.com/en/faq/contact-us/index.html +PrivacyUrl: https://easyeda.com/page/privacy +Author: 深圳市立创电子商务有限公司 +PackageName: EasyEDA Pro +PackageUrl: https://pro.easyeda.com/ +License: 免费软件 +LicenseUrl: https://easyeda.com/page/legal +Copyright: Copyright (C) 2024 EASYEDA.com. All rights reserved. +# CopyrightUrl: +ShortDescription: 专业、强大的 PCB 设计工具 +# Description: +# Moniker: +Tags: +- eda +- pcb +- 电子设计自动化 +# ReleaseNotes: +ReleaseNotesUrl: https://pro.easyeda.com/page/update-record +PurchaseUrl: https://easyeda.com/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://prodocs.easyeda.com/en/faq/editor/index.html +- DocumentLabel: 文档教程 + DocumentUrl: https://prodocs.easyeda.com/en/introduction/introduction/index.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/2.2.26.6/JLC.EasyEDA.Pro.yaml b/manifests/j/JLC/EasyEDA/Pro/2.2.26.6/JLC.EasyEDA.Pro.yaml new file mode 100644 index 0000000000000..aff412103c836 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/2.2.26.6/JLC.EasyEDA.Pro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA.Pro +PackageVersion: 2.2.26.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/2.2.27.1/JLC.EasyEDA.Pro.installer.yaml b/manifests/j/JLC/EasyEDA/Pro/2.2.27.1/JLC.EasyEDA.Pro.installer.yaml new file mode 100644 index 0000000000000..443da2e2e5e77 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/2.2.27.1/JLC.EasyEDA.Pro.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA.Pro +PackageVersion: 2.2.27.1 +InstallerType: inno +InstallerSwitches: + Silent: /VERYSILENT /SP- /NORESTART + SilentWithProgress: /SILENT /SP- /NORESTART +UpgradeBehavior: install +FileExtensions: +- elib +- eprj +ReleaseDate: 2024-08-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://image.easyeda.com/files/easyeda-pro-windows-x64-2.2.27.1.exe + InstallerSha256: 02BD7FEF5294336164996C33A0FB4BCCF1640CF6B80C4162B20EB856FE112AD3 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{41EC087A-3D17-410B-B419-FC15A3727EFD}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://image.easyeda.com/files/easyeda-pro-windows-x64-2.2.27.1.exe + InstallerSha256: 02BD7FEF5294336164996C33A0FB4BCCF1640CF6B80C4162B20EB856FE112AD3 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{41EC087A-3D17-410B-B419-FC15A3727EFD}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/2.2.27.1/JLC.EasyEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/EasyEDA/Pro/2.2.27.1/JLC.EasyEDA.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..14bb18ec7c407 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/2.2.27.1/JLC.EasyEDA.Pro.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA.Pro +PackageVersion: 2.2.27.1 +PackageLocale: en-US +Publisher: EasyEDA +PublisherUrl: https://easyeda.com/ +PublisherSupportUrl: https://prodocs.easyeda.com/en/faq/contact-us/index.html +PrivacyUrl: https://easyeda.com/page/privacy +Author: Shenzhen Lichuang E-COMMERCE Co., Ltd. +PackageName: EasyEDA Pro +PackageUrl: https://pro.easyeda.com/ +License: Freeware +LicenseUrl: https://easyeda.com/page/legal +Copyright: Copyright (C) 2024 EASYEDA.com. All rights reserved. +# CopyrightUrl: +ShortDescription: Professional and powerful PCB design tool +# Description: +# Moniker: +Tags: +- eda +- electronic-design-automation +- pcb +ReleaseNotes: |- + - Fixed the problem of panelize display offset + - Fixed the problem of abnormal display of PCB when opening 122 version of Google Chrome +ReleaseNotesUrl: https://pro.easyeda.com/page/update-record +PurchaseUrl: https://easyeda.com/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://prodocs.easyeda.com/en/faq/editor/index.html +- DocumentLabel: Tutorial + DocumentUrl: https://prodocs.easyeda.com/en/introduction/introduction/index.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/2.2.27.1/JLC.EasyEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/EasyEDA/Pro/2.2.27.1/JLC.EasyEDA.Pro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4116ca9908975 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/2.2.27.1/JLC.EasyEDA.Pro.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA.Pro +PackageVersion: 2.2.27.1 +PackageLocale: zh-CN +Publisher: EasyEDA +PublisherUrl: https://easyeda.com/ +PublisherSupportUrl: https://prodocs.easyeda.com/en/faq/contact-us/index.html +PrivacyUrl: https://easyeda.com/page/privacy +Author: 深圳市立创电子商务有限公司 +PackageName: EasyEDA Pro +PackageUrl: https://pro.easyeda.com/ +License: 免费软件 +LicenseUrl: https://easyeda.com/page/legal +Copyright: Copyright (C) 2024 EASYEDA.com. All rights reserved. +# CopyrightUrl: +ShortDescription: 专业、强大的 PCB 设计工具 +# Description: +# Moniker: +Tags: +- eda +- pcb +- 电子设计自动化 +# ReleaseNotes: +ReleaseNotesUrl: https://pro.easyeda.com/page/update-record +PurchaseUrl: https://easyeda.com/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://prodocs.easyeda.com/en/faq/editor/index.html +- DocumentLabel: 文档教程 + DocumentUrl: https://prodocs.easyeda.com/en/introduction/introduction/index.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/2.2.27.1/JLC.EasyEDA.Pro.yaml b/manifests/j/JLC/EasyEDA/Pro/2.2.27.1/JLC.EasyEDA.Pro.yaml new file mode 100644 index 0000000000000..75a8a29e158b9 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/2.2.27.1/JLC.EasyEDA.Pro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA.Pro +PackageVersion: 2.2.27.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/2.2.28.1/JLC.EasyEDA.Pro.installer.yaml b/manifests/j/JLC/EasyEDA/Pro/2.2.28.1/JLC.EasyEDA.Pro.installer.yaml new file mode 100644 index 0000000000000..bedee65c05084 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/2.2.28.1/JLC.EasyEDA.Pro.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA.Pro +PackageVersion: 2.2.28.1 +InstallerType: inno +InstallerSwitches: + Silent: /VERYSILENT /SP- /NORESTART + SilentWithProgress: /SILENT /SP- /NORESTART +UpgradeBehavior: install +FileExtensions: +- elib +- eprj +ReleaseDate: 2024-09-11 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://image.easyeda.com/files/easyeda-pro-windows-x64-2.2.28.1.exe + InstallerSha256: 7F83BDB2FE861743FA222FADC064F152B6DE6FF664AE8D2BD0DFAFEC98E72D42 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{41EC087A-3D17-410B-B419-FC15A3727EFD}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://image.easyeda.com/files/easyeda-pro-windows-x64-2.2.28.1.exe + InstallerSha256: 7F83BDB2FE861743FA222FADC064F152B6DE6FF664AE8D2BD0DFAFEC98E72D42 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{41EC087A-3D17-410B-B419-FC15A3727EFD}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/2.2.28.1/JLC.EasyEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/EasyEDA/Pro/2.2.28.1/JLC.EasyEDA.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..c6fa890d45fca --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/2.2.28.1/JLC.EasyEDA.Pro.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA.Pro +PackageVersion: 2.2.28.1 +PackageLocale: en-US +Publisher: EasyEDA +PublisherUrl: https://easyeda.com/ +PublisherSupportUrl: https://prodocs.easyeda.com/en/faq/contact-us/index.html +PrivacyUrl: https://easyeda.com/page/privacy +Author: Shenzhen Lichuang E-COMMERCE Co., Ltd. +PackageName: EasyEDA Pro +PackageUrl: https://pro.easyeda.com/ +License: Freeware +LicenseUrl: https://easyeda.com/page/legal +Copyright: Copyright (C) 2024 EASYEDA.com. All rights reserved. +# CopyrightUrl: +ShortDescription: Professional and powerful PCB design tool +# Description: +# Moniker: +Tags: +- eda +- electronic-design-automation +- pcb +ReleaseNotes: |- + - Fixed the issue of ODB++ stuck progress bar when exporting some PCBs + - Fixed the issue of error when opening and saving footprint in the footprint manager + - Fixed the desktop client cannot login with Google account issue + - Fixed import EAGLE library cannot import symbol library issue + - Fixed some issues with format conversion +ReleaseNotesUrl: https://pro.easyeda.com/page/update-record +PurchaseUrl: https://easyeda.com/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://prodocs.easyeda.com/en/faq/editor/index.html +- DocumentLabel: Tutorial + DocumentUrl: https://prodocs.easyeda.com/en/introduction/introduction/index.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/2.2.28.1/JLC.EasyEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/EasyEDA/Pro/2.2.28.1/JLC.EasyEDA.Pro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..406733c7e5b96 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/2.2.28.1/JLC.EasyEDA.Pro.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA.Pro +PackageVersion: 2.2.28.1 +PackageLocale: zh-CN +Publisher: EasyEDA +PublisherUrl: https://easyeda.com/ +PublisherSupportUrl: https://prodocs.easyeda.com/en/faq/contact-us/index.html +PrivacyUrl: https://easyeda.com/page/privacy +Author: 深圳市立创电子商务有限公司 +PackageName: EasyEDA Pro +PackageUrl: https://pro.easyeda.com/ +License: 免费软件 +LicenseUrl: https://easyeda.com/page/legal +Copyright: Copyright (C) 2024 EASYEDA.com. All rights reserved. +# CopyrightUrl: +ShortDescription: 专业、强大的 PCB 设计工具 +# Description: +# Moniker: +Tags: +- eda +- pcb +- 电子设计自动化 +# ReleaseNotes: +ReleaseNotesUrl: https://pro.easyeda.com/page/update-record +PurchaseUrl: https://easyeda.com/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://prodocs.easyeda.com/en/faq/editor/index.html +- DocumentLabel: 文档教程 + DocumentUrl: https://prodocs.easyeda.com/en/introduction/introduction/index.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/2.2.28.1/JLC.EasyEDA.Pro.yaml b/manifests/j/JLC/EasyEDA/Pro/2.2.28.1/JLC.EasyEDA.Pro.yaml new file mode 100644 index 0000000000000..3162a50f1f4e0 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/2.2.28.1/JLC.EasyEDA.Pro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JLC.EasyEDA.Pro +PackageVersion: 2.2.28.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/6.5.46/JLC.LCEDA.installer.yaml b/manifests/j/JLC/LCEDA/6.5.46/JLC.LCEDA.installer.yaml new file mode 100644 index 0000000000000..2da3ed0b23235 --- /dev/null +++ b/manifests/j/JLC/LCEDA/6.5.46/JLC.LCEDA.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA +PackageVersion: 6.5.46 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://image.lceda.cn/files/lceda-windows-x64-6.5.46.exe + InstallerSha256: 8784E12F1F758FF632CA0053BAE2180606E5E7441684DEFFF98C5EBFF196A51E + ProductCode: '{0453E28D-0B50-4B9E-BB01-594F01EEF337}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/6.5.46/JLC.LCEDA.locale.en-US.yaml b/manifests/j/JLC/LCEDA/6.5.46/JLC.LCEDA.locale.en-US.yaml new file mode 100644 index 0000000000000..ab120d25d063e --- /dev/null +++ b/manifests/j/JLC/LCEDA/6.5.46/JLC.LCEDA.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA +PackageVersion: 6.5.46 +PackageLocale: en-US +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://docs.lceda.cn/cn/FAQ/Contact-Us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: Shenzhen Lichuang E-COMMERCE Co., Ltd. +PackageName: 嘉立创EDA +PackageUrl: https://lceda.cn/page/download +License: Proprietary +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2024 LCEDA.cn. All rights reserved. +# CopyrightUrl: +ShortDescription: Simple and efficient Chinese PCB design software +# Description: +# Moniker: +Tags: +- eda +- electronic-design-automation +- pcb +# ReleaseNotes: +ReleaseNotesUrl: https://lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://docs.lceda.cn/cn/FAQ/Editor/index.html +- DocumentLabel: Tutorial + DocumentUrl: https://docs.lceda.cn/cn/Introduction/Introduction-to-LCEDA/index.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/6.5.46/JLC.LCEDA.locale.zh-CN.yaml b/manifests/j/JLC/LCEDA/6.5.46/JLC.LCEDA.locale.zh-CN.yaml new file mode 100644 index 0000000000000..91a1144c2494f --- /dev/null +++ b/manifests/j/JLC/LCEDA/6.5.46/JLC.LCEDA.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA +PackageVersion: 6.5.46 +PackageLocale: zh-CN +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://docs.lceda.cn/cn/FAQ/Contact-Us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: 深圳市立创电子商务有限公司 +PackageName: 嘉立创EDA +PackageUrl: https://lceda.cn/page/download +License: 专有软件 +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2024 LCEDA.cn. All rights reserved. +# CopyrightUrl: +ShortDescription: 简单、高效的国产 PCB 设计工具 +# Description: +# Moniker: +Tags: +- eda +- pcb +- 电子设计自动化 +ReleaseNotes: |- + - 修复 90 度图片导出 PDF 错误 + - 替换论坛链接 +ReleaseNotesUrl: https://lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://docs.lceda.cn/cn/FAQ/Editor/index.html +- DocumentLabel: 文档教程 + DocumentUrl: https://docs.lceda.cn/cn/Introduction/Introduction-to-LCEDA/index.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/6.5.46/JLC.LCEDA.yaml b/manifests/j/JLC/LCEDA/6.5.46/JLC.LCEDA.yaml new file mode 100644 index 0000000000000..15c2b75d635f6 --- /dev/null +++ b/manifests/j/JLC/LCEDA/6.5.46/JLC.LCEDA.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA +PackageVersion: 6.5.46 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.25.2/JLC.LCEDA.Pro.installer.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.25.2/JLC.LCEDA.Pro.installer.yaml new file mode 100644 index 0000000000000..771cf2ae58ddd --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.25.2/JLC.LCEDA.Pro.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.25.2 +InstallerType: inno +InstallerSwitches: + Silent: /VERYSILENT /SP- /NORESTART + SilentWithProgress: /SILENT /SP- /NORESTART +UpgradeBehavior: install +FileExtensions: +- elib +- eprj +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-x64-2.2.25.2.exe + InstallerSha256: 3C52794825655B692B5F45380F342C975C60BFE8FFF1A8B65805A444915CEC80 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{AE7E9847-9DF3-48EC-8A82-766094DE876F}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-x64-2.2.25.2.exe + InstallerSha256: 3C52794825655B692B5F45380F342C975C60BFE8FFF1A8B65805A444915CEC80 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{AE7E9847-9DF3-48EC-8A82-766094DE876F}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.25.2/JLC.LCEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.25.2/JLC.LCEDA.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..373f2f8393f1d --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.25.2/JLC.LCEDA.Pro.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.25.2 +PackageLocale: en-US +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://prodocs.lceda.cn/cn/faq/contact-us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: Shenzhen Lichuang E-COMMERCE Co., Ltd. +PackageName: 嘉立创EDA(专业版) +PackageUrl: https://pro.lceda.cn/ +License: Freeware +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2024 LCEDA.cn. All rights reserved. +# CopyrightUrl: +ShortDescription: Professional and powerful Chinese PCB design tool +# Description: +# Moniker: +Tags: +- eda +- electronic-design-automation +- pcb +# ReleaseNotes: +ReleaseNotesUrl: https://pro.lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://prodocs.lceda.cn/cn/faq/editor/index.html +- DocumentLabel: Tutorial + DocumentUrl: https://prodocs.lceda.cn/cn/introduction/introduction/index.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.25.2/JLC.LCEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.25.2/JLC.LCEDA.Pro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e1eddf4c16577 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.25.2/JLC.LCEDA.Pro.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.25.2 +PackageLocale: zh-CN +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://prodocs.lceda.cn/cn/faq/contact-us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: 深圳市立创电子商务有限公司 +PackageName: 嘉立创EDA(专业版) +PackageUrl: https://pro.lceda.cn/ +License: 免费软件 +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2024 LCEDA.cn. All rights reserved. +# CopyrightUrl: +ShortDescription: 专业、强大的国产 PCB 设计工具 +# Description: +# Moniker: +Tags: +- eda +- pcb +- 电子设计自动化 +# ReleaseNotes: +ReleaseNotesUrl: https://pro.lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://prodocs.lceda.cn/cn/faq/editor/index.html +- DocumentLabel: 文档教程 + DocumentUrl: https://prodocs.lceda.cn/cn/introduction/introduction/index.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.25.2/JLC.LCEDA.Pro.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.25.2/JLC.LCEDA.Pro.yaml new file mode 100644 index 0000000000000..227cb13f740d3 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.25.2/JLC.LCEDA.Pro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.25.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.25.6/JLC.LCEDA.Pro.installer.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.25.6/JLC.LCEDA.Pro.installer.yaml new file mode 100644 index 0000000000000..fd86a924eebee --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.25.6/JLC.LCEDA.Pro.installer.yaml @@ -0,0 +1,30 @@ +# Automatically updated by the winget bot at 2024/Aug/27 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.25.6 +InstallerType: inno +InstallerSwitches: + Silent: /VERYSILENT /SP- /NORESTART + SilentWithProgress: /SILENT /SP- /NORESTART +UpgradeBehavior: install +FileExtensions: +- elib +- eprj +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-x64-2.2.25.6.exe + InstallerSha256: 8265DB5BE13BB61ADFAF04E3047A7A50999A039B248A84F33E3DF6B71E9AC8A1 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{AE7E9847-9DF3-48EC-8A82-766094DE876F}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-x64-2.2.25.6.exe + InstallerSha256: 8265DB5BE13BB61ADFAF04E3047A7A50999A039B248A84F33E3DF6B71E9AC8A1 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{AE7E9847-9DF3-48EC-8A82-766094DE876F}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.25.6/JLC.LCEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.25.6/JLC.LCEDA.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..e69c8ef24562c --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.25.6/JLC.LCEDA.Pro.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Automatically updated by the winget bot at 2024/Aug/27 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.25.6 +PackageLocale: en-US +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://prodocs.lceda.cn/cn/faq/contact-us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: Shenzhen Lichuang E-COMMERCE Co., Ltd. +PackageName: 嘉立创EDA(专业版) +PackageUrl: https://pro.lceda.cn/ +License: Freeware +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2024 LCEDA.cn. All rights reserved. +ShortDescription: Professional and powerful Chinese PCB design tool +Tags: +- eda +- electronic-design-automation +- pcb +ReleaseNotesUrl: https://pro.lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://prodocs.lceda.cn/cn/faq/editor/index.html +- DocumentLabel: Tutorial + DocumentUrl: https://prodocs.lceda.cn/cn/introduction/introduction/index.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.25.6/JLC.LCEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.25.6/JLC.LCEDA.Pro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4db4c533605f9 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.25.6/JLC.LCEDA.Pro.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Automatically updated by the winget bot at 2024/Aug/27 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.25.6 +PackageLocale: zh-CN +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://prodocs.lceda.cn/cn/faq/contact-us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: 深圳市立创电子商务有限公司 +PackageName: 嘉立创EDA(专业版) +PackageUrl: https://pro.lceda.cn/ +License: 免费软件 +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2024 LCEDA.cn. All rights reserved. +ShortDescription: 专业、强大的国产 PCB 设计工具 +Tags: +- eda +- pcb +- 电子设计自动化 +ReleaseNotesUrl: https://pro.lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://prodocs.lceda.cn/cn/faq/editor/index.html +- DocumentLabel: 文档教程 + DocumentUrl: https://prodocs.lceda.cn/cn/introduction/introduction/index.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.25.6/JLC.LCEDA.Pro.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.25.6/JLC.LCEDA.Pro.yaml new file mode 100644 index 0000000000000..93764a0160706 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.25.6/JLC.LCEDA.Pro.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2024/Aug/27 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.25.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.26.4/JLC.LCEDA.Pro.installer.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.26.4/JLC.LCEDA.Pro.installer.yaml new file mode 100644 index 0000000000000..c6c390145c4df --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.26.4/JLC.LCEDA.Pro.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.26.4 +InstallerType: inno +InstallerSwitches: + Silent: /VERYSILENT /SP- /NORESTART + SilentWithProgress: /SILENT /SP- /NORESTART +UpgradeBehavior: install +FileExtensions: +- elib +- eprj +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-x64-2.2.26.4.exe + InstallerSha256: 614D7F728A7A3B0F9AC21BBB7ECF6BA513B593513A719CF5B5061BC7D527ADC6 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{AE7E9847-9DF3-48EC-8A82-766094DE876F}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-x64-2.2.26.4.exe + InstallerSha256: 614D7F728A7A3B0F9AC21BBB7ECF6BA513B593513A719CF5B5061BC7D527ADC6 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{AE7E9847-9DF3-48EC-8A82-766094DE876F}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.26.4/JLC.LCEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.26.4/JLC.LCEDA.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..f6b270c7159ff --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.26.4/JLC.LCEDA.Pro.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.26.4 +PackageLocale: en-US +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://prodocs.lceda.cn/cn/faq/contact-us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: Shenzhen Lichuang E-COMMERCE Co., Ltd. +PackageName: 嘉立创EDA(专业版) +PackageUrl: https://pro.lceda.cn/ +License: Freeware +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2024 LCEDA.cn. All rights reserved. +# CopyrightUrl: +ShortDescription: Professional and powerful Chinese PCB design tool +# Description: +# Moniker: +Tags: +- eda +- electronic-design-automation +- pcb +# ReleaseNotes: +ReleaseNotesUrl: https://pro.lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://prodocs.lceda.cn/cn/faq/editor/index.html +- DocumentLabel: Tutorial + DocumentUrl: https://prodocs.lceda.cn/cn/introduction/introduction/index.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.26.4/JLC.LCEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.26.4/JLC.LCEDA.Pro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..39d43ee944702 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.26.4/JLC.LCEDA.Pro.locale.zh-CN.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.26.4 +PackageLocale: zh-CN +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://prodocs.lceda.cn/cn/faq/contact-us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: 深圳市立创电子商务有限公司 +PackageName: 嘉立创EDA(专业版) +PackageUrl: https://pro.lceda.cn/ +License: 免费软件 +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2024 LCEDA.cn. All rights reserved. +# CopyrightUrl: +ShortDescription: 专业、强大的国产 PCB 设计工具 +# Description: +# Moniker: +Tags: +- eda +- pcb +- 电子设计自动化 +ReleaseNotes: |- + - 修复从过孔开始差分对布线起点判断错误的问题 + - 调整触摸板滚动间距 + - 修复 ODB++导出缺失元件层和金属厚度的问题 + - 修复左右侧面板自动收起的问题 + - 修复 MacOS 打开 PCB 比之前卡的问题 + - 修复某些文件导出 Gerber 失败的问题 + - 修复某些文件重建铺铜还是有发散线宽会超过铺铜范围的问题 + - 修复某些文件导出 AD 在 AD 打开不了的问题 + - 修复其他导出 AD 的问题 + - 延长导出 step 文件超时时间为 30 分钟,确保比较复杂的文件可以导出 step + - 修复彩色丝印层文本 2D 与 3D 预览颜色没有跟随颜色设置的问题 + - 彩色丝印文件支持只拼板框输出拼板 + - 修复某些文件更新 PCB 卡主的问题 + - 修复新建原理图图纸时无法直接框选图纸属性要点击重置过滤的问题 + - 修复编辑 PCB 封装添加新属性并设置字体后在 PCB 显示不对的问题 + - 修复客户端复用模块另存为本地没有工程的问题 + - 修复半离线客户端面板常用库不能加载的问题 + - 修复半离线客户端在封装管理器搜索封装不能搜索到个人库封装的问题 + - 修复 Mac 系统切换运行模式没有自动重启客户端的问题 + - 修复带+号的工程名无法在缓存恢复里恢复的问题 + - 修复半离线客户端工程库批量另存为本地数据格式不对的问题 + - 修复工程库分页数据不对的问题 + - 修复符号管理模式为简易模式时,系统库另存为的器件未关联到新建的分类问题 + - 支持 Altium 的铺铜导入导出 +ReleaseNotesUrl: https://pro.lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://prodocs.lceda.cn/cn/faq/editor/index.html +- DocumentLabel: 文档教程 + DocumentUrl: https://prodocs.lceda.cn/cn/introduction/introduction/index.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.26.4/JLC.LCEDA.Pro.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.26.4/JLC.LCEDA.Pro.yaml new file mode 100644 index 0000000000000..79966b8f6d4dd --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.26.4/JLC.LCEDA.Pro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.26.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.26.6/JLC.LCEDA.Pro.installer.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.26.6/JLC.LCEDA.Pro.installer.yaml new file mode 100644 index 0000000000000..728d1049c37c5 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.26.6/JLC.LCEDA.Pro.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.26.6 +InstallerType: inno +InstallerSwitches: + Silent: /VERYSILENT /SP- /NORESTART + SilentWithProgress: /SILENT /SP- /NORESTART +UpgradeBehavior: install +FileExtensions: +- elib +- eprj +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-x64-2.2.26.6.exe + InstallerSha256: 526CA776B6E0D76FAE07CF61416117B5406251E6F6D9A6315760170370D6B8E9 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{AE7E9847-9DF3-48EC-8A82-766094DE876F}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-x64-2.2.26.6.exe + InstallerSha256: 526CA776B6E0D76FAE07CF61416117B5406251E6F6D9A6315760170370D6B8E9 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{AE7E9847-9DF3-48EC-8A82-766094DE876F}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.26.6/JLC.LCEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.26.6/JLC.LCEDA.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..4a8027e64e7c6 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.26.6/JLC.LCEDA.Pro.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.26.6 +PackageLocale: en-US +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://prodocs.lceda.cn/cn/faq/contact-us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: Shenzhen Lichuang E-COMMERCE Co., Ltd. +PackageName: 嘉立创EDA(专业版) +PackageUrl: https://pro.lceda.cn/ +License: Freeware +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2024 LCEDA.cn. All rights reserved. +# CopyrightUrl: +ShortDescription: Professional and powerful Chinese PCB design tool +# Description: +# Moniker: +Tags: +- eda +- electronic-design-automation +- pcb +# ReleaseNotes: +ReleaseNotesUrl: https://pro.lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://prodocs.lceda.cn/cn/faq/editor/index.html +- DocumentLabel: Tutorial + DocumentUrl: https://prodocs.lceda.cn/cn/introduction/introduction/index.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.26.6/JLC.LCEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.26.6/JLC.LCEDA.Pro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..713e267fe7cb1 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.26.6/JLC.LCEDA.Pro.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.26.6 +PackageLocale: zh-CN +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://prodocs.lceda.cn/cn/faq/contact-us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: 深圳市立创电子商务有限公司 +PackageName: 嘉立创EDA(专业版) +PackageUrl: https://pro.lceda.cn/ +License: 免费软件 +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2024 LCEDA.cn. All rights reserved. +# CopyrightUrl: +ShortDescription: 专业、强大的国产 PCB 设计工具 +# Description: +# Moniker: +Tags: +- eda +- pcb +- 电子设计自动化 +ReleaseNotes: '- 调整彩色丝印制造文件输出内容' +ReleaseNotesUrl: https://pro.lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://prodocs.lceda.cn/cn/faq/editor/index.html +- DocumentLabel: 文档教程 + DocumentUrl: https://prodocs.lceda.cn/cn/introduction/introduction/index.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.26.6/JLC.LCEDA.Pro.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.26.6/JLC.LCEDA.Pro.yaml new file mode 100644 index 0000000000000..b5401317ecdeb --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.26.6/JLC.LCEDA.Pro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.26.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.27.1/JLC.LCEDA.Pro.installer.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.27.1/JLC.LCEDA.Pro.installer.yaml new file mode 100644 index 0000000000000..407cc327b52a1 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.27.1/JLC.LCEDA.Pro.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.27.1 +InstallerType: inno +InstallerSwitches: + Silent: /VERYSILENT /SP- /NORESTART + SilentWithProgress: /SILENT /SP- /NORESTART +UpgradeBehavior: install +FileExtensions: +- elib +- eprj +ReleaseDate: 2024-08-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-x64-2.2.27.1.exe + InstallerSha256: C1D6E0AF8395CB1C4634A6F41183A59C8F3DE4DFAA7242A5FEB4346AFF5A00D3 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{AE7E9847-9DF3-48EC-8A82-766094DE876F}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-x64-2.2.27.1.exe + InstallerSha256: C1D6E0AF8395CB1C4634A6F41183A59C8F3DE4DFAA7242A5FEB4346AFF5A00D3 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{AE7E9847-9DF3-48EC-8A82-766094DE876F}_is1' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.27.1/JLC.LCEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.27.1/JLC.LCEDA.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..74ac673673762 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.27.1/JLC.LCEDA.Pro.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.27.1 +PackageLocale: en-US +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://prodocs.lceda.cn/cn/faq/contact-us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: Shenzhen Lichuang E-COMMERCE Co., Ltd. +PackageName: 嘉立创EDA(专业版) +PackageUrl: https://pro.lceda.cn/ +License: Freeware +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2024 LCEDA.cn. All rights reserved. +# CopyrightUrl: +ShortDescription: Professional and powerful Chinese PCB design tool +# Description: +# Moniker: +Tags: +- eda +- electronic-design-automation +- pcb +# ReleaseNotes: +ReleaseNotesUrl: https://pro.lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://prodocs.lceda.cn/cn/faq/editor/index.html +- DocumentLabel: Tutorial + DocumentUrl: https://prodocs.lceda.cn/cn/introduction/introduction/index.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.27.1/JLC.LCEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.27.1/JLC.LCEDA.Pro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2c764687aaaf2 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.27.1/JLC.LCEDA.Pro.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.27.1 +PackageLocale: zh-CN +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://prodocs.lceda.cn/cn/faq/contact-us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: 深圳市立创电子商务有限公司 +PackageName: 嘉立创EDA(专业版) +PackageUrl: https://pro.lceda.cn/ +License: 免费软件 +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2024 LCEDA.cn. All rights reserved. +# CopyrightUrl: +ShortDescription: 专业、强大的国产 PCB 设计工具 +# Description: +# Moniker: +Tags: +- eda +- pcb +- 电子设计自动化 +ReleaseNotes: |- + - 修复拼板显示偏移的问题 + - 修复 122 版本谷歌浏览器打开 PCB 显示不正常的问题 +ReleaseNotesUrl: https://pro.lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://prodocs.lceda.cn/cn/faq/editor/index.html +- DocumentLabel: 文档教程 + DocumentUrl: https://prodocs.lceda.cn/cn/introduction/introduction/index.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.27.1/JLC.LCEDA.Pro.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.27.1/JLC.LCEDA.Pro.yaml new file mode 100644 index 0000000000000..a58b6b9d881b6 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.27.1/JLC.LCEDA.Pro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.27.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.0/JPEXS.FFDec.installer.yaml b/manifests/j/JPEXS/FFDec/21.0.0/JPEXS.FFDec.installer.yaml new file mode 100644 index 0000000000000..5c64f358a01d3 --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.0/JPEXS.FFDec.installer.yaml @@ -0,0 +1,25 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.0 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +FileExtensions: +- abc +- gfx +- iggy +- swc +- swf +Dependencies: + PackageDependencies: + - PackageIdentifier: Oracle.JavaRuntimeEnvironment +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version21.0.0/ffdec_21.0.0_setup.exe + InstallerSha256: 69B197074F6C7A42189FB033624D731F340E053279D980A543E7C39DA007AC85 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.0/JPEXS.FFDec.locale.en-US.yaml b/manifests/j/JPEXS/FFDec/21.0.0/JPEXS.FFDec.locale.en-US.yaml new file mode 100644 index 0000000000000..a3fe122c3a542 --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.0/JPEXS.FFDec.locale.en-US.yaml @@ -0,0 +1,53 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.0 +PackageLocale: en-US +Publisher: JPEXS +PublisherUrl: https://www.jpexs.com +# PublisherSupportUrl: +# PrivacyUrl: +Author: JPEXS +PackageName: JPEXS Free Flash Decompiler +PackageUrl: https://github.com/jindrapetrik/jpexs-decompiler +License: GPLv3 +LicenseUrl: https://github.com/jindrapetrik/jpexs-decompiler/blob/master/license.txt +# Copyright: +# CopyrightUrl: +ShortDescription: JPEXS Free Flash Decompiler (FFDec) is opensource flash SWF decompiler and editor. Extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts, fonts and more. Various output formats available. +Description: | + JPEXS Free Flash Decompiler (FFDec) is opensource flash SWF decompiler and editor. Extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts or fonts. Various output formats available. + + Key Features: + - Exporting scripts, images, shapes, movies, sounds, fonts... + - SWF to FLA conversion + - SWF to XML export and import again + - Various output formats like SVG or HTML5 Canvas + - Displaying ActionScript source code. + - Experimental direct editing of ActionScript source + - Editing via assembler source + - Integrated ActionScript debugger - step, breakpoints, set variables + - Both ActionScript 1/2 and AS3 support + - Clicking decompiled source highlights P-code associated instruction and vice-versa + - Replacing images, editing texts, fonts and other tags + - Displaying SWF resources (shapes, sprites, fonts, buttons...) + - Hexadecimal dump view with color hilighting also available + - Java based code which supports multiple platforms + - Multilanguage support (see language list) + - Can decompile some kinds of obfuscated code too +Moniker: ffdec +Tags: +- abc +- actionscript +- decompiler +- disassembler +- editor +- flash +- free +- opensource +- swf +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.0/JPEXS.FFDec.yaml b/manifests/j/JPEXS/FFDec/21.0.0/JPEXS.FFDec.yaml new file mode 100644 index 0000000000000..bb65b26845713 --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.0/JPEXS.FFDec.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.1/JPEXS.FFDec.installer.yaml b/manifests/j/JPEXS/FFDec/21.0.1/JPEXS.FFDec.installer.yaml new file mode 100644 index 0000000000000..203427cd3f1db --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.1/JPEXS.FFDec.installer.yaml @@ -0,0 +1,25 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.1 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +FileExtensions: +- abc +- gfx +- iggy +- swc +- swf +Dependencies: + PackageDependencies: + - PackageIdentifier: Oracle.JavaRuntimeEnvironment +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version21.0.1/ffdec_21.0.1_setup.exe + InstallerSha256: AA2D0C395FA5861EF6CF8D477843ED14CBD8ACF4E6201B0970AC5EBF6E690B7A +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.1/JPEXS.FFDec.locale.en-US.yaml b/manifests/j/JPEXS/FFDec/21.0.1/JPEXS.FFDec.locale.en-US.yaml new file mode 100644 index 0000000000000..2fbc50c05c647 --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.1/JPEXS.FFDec.locale.en-US.yaml @@ -0,0 +1,53 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.1 +PackageLocale: en-US +Publisher: JPEXS +PublisherUrl: https://www.jpexs.com +# PublisherSupportUrl: +# PrivacyUrl: +Author: JPEXS +PackageName: JPEXS Free Flash Decompiler +PackageUrl: https://github.com/jindrapetrik/jpexs-decompiler +License: GPLv3 +LicenseUrl: https://github.com/jindrapetrik/jpexs-decompiler/blob/master/license.txt +# Copyright: +# CopyrightUrl: +ShortDescription: JPEXS Free Flash Decompiler (FFDec) is opensource flash SWF decompiler and editor. Extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts, fonts and more. Various output formats available. +Description: | + JPEXS Free Flash Decompiler (FFDec) is opensource flash SWF decompiler and editor. Extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts or fonts. Various output formats available. + + Key Features: + - Exporting scripts, images, shapes, movies, sounds, fonts... + - SWF to FLA conversion + - SWF to XML export and import again + - Various output formats like SVG or HTML5 Canvas + - Displaying ActionScript source code. + - Experimental direct editing of ActionScript source + - Editing via assembler source + - Integrated ActionScript debugger - step, breakpoints, set variables + - Both ActionScript 1/2 and AS3 support + - Clicking decompiled source highlights P-code associated instruction and vice-versa + - Replacing images, editing texts, fonts and other tags + - Displaying SWF resources (shapes, sprites, fonts, buttons...) + - Hexadecimal dump view with color hilighting also available + - Java based code which supports multiple platforms + - Multilanguage support (see language list) + - Can decompile some kinds of obfuscated code too +Moniker: ffdec +Tags: +- abc +- actionscript +- decompiler +- disassembler +- editor +- flash +- free +- opensource +- swf +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.1/JPEXS.FFDec.yaml b/manifests/j/JPEXS/FFDec/21.0.1/JPEXS.FFDec.yaml new file mode 100644 index 0000000000000..24ac2ffd19449 --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.1/JPEXS.FFDec.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.2/JPEXS.FFDec.installer.yaml b/manifests/j/JPEXS/FFDec/21.0.2/JPEXS.FFDec.installer.yaml new file mode 100644 index 0000000000000..0f06e17f5fc4d --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.2/JPEXS.FFDec.installer.yaml @@ -0,0 +1,25 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.2 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +FileExtensions: +- abc +- gfx +- iggy +- swc +- swf +Dependencies: + PackageDependencies: + - PackageIdentifier: Oracle.JavaRuntimeEnvironment +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version21.0.2/ffdec_21.0.2_setup.exe + InstallerSha256: 2792603887976ADF3E1032E0FE633AB6F31E139579173BB477F395BE3DBD76A1 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.2/JPEXS.FFDec.locale.en-US.yaml b/manifests/j/JPEXS/FFDec/21.0.2/JPEXS.FFDec.locale.en-US.yaml new file mode 100644 index 0000000000000..4441e712ce083 --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.2/JPEXS.FFDec.locale.en-US.yaml @@ -0,0 +1,53 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.2 +PackageLocale: en-US +Publisher: JPEXS +PublisherUrl: https://www.jpexs.com +# PublisherSupportUrl: +# PrivacyUrl: +Author: JPEXS +PackageName: JPEXS Free Flash Decompiler +PackageUrl: https://github.com/jindrapetrik/jpexs-decompiler +License: GPLv3 +LicenseUrl: https://github.com/jindrapetrik/jpexs-decompiler/blob/master/license.txt +# Copyright: +# CopyrightUrl: +ShortDescription: JPEXS Free Flash Decompiler (FFDec) is opensource flash SWF decompiler and editor. Extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts, fonts and more. Various output formats available. +Description: | + JPEXS Free Flash Decompiler (FFDec) is opensource flash SWF decompiler and editor. Extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts or fonts. Various output formats available. + + Key Features: + - Exporting scripts, images, shapes, movies, sounds, fonts... + - SWF to FLA conversion + - SWF to XML export and import again + - Various output formats like SVG or HTML5 Canvas + - Displaying ActionScript source code. + - Experimental direct editing of ActionScript source + - Editing via assembler source + - Integrated ActionScript debugger - step, breakpoints, set variables + - Both ActionScript 1/2 and AS3 support + - Clicking decompiled source highlights P-code associated instruction and vice-versa + - Replacing images, editing texts, fonts and other tags + - Displaying SWF resources (shapes, sprites, fonts, buttons...) + - Hexadecimal dump view with color hilighting also available + - Java based code which supports multiple platforms + - Multilanguage support (see language list) + - Can decompile some kinds of obfuscated code too +Moniker: ffdec +Tags: +- abc +- actionscript +- decompiler +- disassembler +- editor +- flash +- free +- opensource +- swf +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.2/JPEXS.FFDec.yaml b/manifests/j/JPEXS/FFDec/21.0.2/JPEXS.FFDec.yaml new file mode 100644 index 0000000000000..8a8ce4d2e462f --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.2/JPEXS.FFDec.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.3/JPEXS.FFDec.installer.yaml b/manifests/j/JPEXS/FFDec/21.0.3/JPEXS.FFDec.installer.yaml new file mode 100644 index 0000000000000..d909a49653e55 --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.3/JPEXS.FFDec.installer.yaml @@ -0,0 +1,25 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.3 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +FileExtensions: +- abc +- gfx +- iggy +- swc +- swf +Dependencies: + PackageDependencies: + - PackageIdentifier: Oracle.JavaRuntimeEnvironment +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version21.0.3/ffdec_21.0.3_setup.exe + InstallerSha256: B5EF27B5604036BF7EC532528BA4001CABBE4C524C8E66D59A226AE54F57F2CF +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.3/JPEXS.FFDec.locale.en-US.yaml b/manifests/j/JPEXS/FFDec/21.0.3/JPEXS.FFDec.locale.en-US.yaml new file mode 100644 index 0000000000000..7d77ee6589a87 --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.3/JPEXS.FFDec.locale.en-US.yaml @@ -0,0 +1,53 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.3 +PackageLocale: en-US +Publisher: JPEXS +PublisherUrl: https://www.jpexs.com +# PublisherSupportUrl: +# PrivacyUrl: +Author: JPEXS +PackageName: JPEXS Free Flash Decompiler +PackageUrl: https://github.com/jindrapetrik/jpexs-decompiler +License: GPLv3 +LicenseUrl: https://github.com/jindrapetrik/jpexs-decompiler/blob/master/license.txt +# Copyright: +# CopyrightUrl: +ShortDescription: JPEXS Free Flash Decompiler (FFDec) is opensource flash SWF decompiler and editor. Extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts, fonts and more. Various output formats available. +Description: | + JPEXS Free Flash Decompiler (FFDec) is opensource flash SWF decompiler and editor. Extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts or fonts. Various output formats available. + + Key Features: + - Exporting scripts, images, shapes, movies, sounds, fonts... + - SWF to FLA conversion + - SWF to XML export and import again + - Various output formats like SVG or HTML5 Canvas + - Displaying ActionScript source code. + - Experimental direct editing of ActionScript source + - Editing via assembler source + - Integrated ActionScript debugger - step, breakpoints, set variables + - Both ActionScript 1/2 and AS3 support + - Clicking decompiled source highlights P-code associated instruction and vice-versa + - Replacing images, editing texts, fonts and other tags + - Displaying SWF resources (shapes, sprites, fonts, buttons...) + - Hexadecimal dump view with color hilighting also available + - Java based code which supports multiple platforms + - Multilanguage support (see language list) + - Can decompile some kinds of obfuscated code too +Moniker: ffdec +Tags: +- abc +- actionscript +- decompiler +- disassembler +- editor +- flash +- free +- opensource +- swf +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.3/JPEXS.FFDec.yaml b/manifests/j/JPEXS/FFDec/21.0.3/JPEXS.FFDec.yaml new file mode 100644 index 0000000000000..463dae1adbe69 --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.3/JPEXS.FFDec.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.4/JPEXS.FFDec.installer.yaml b/manifests/j/JPEXS/FFDec/21.0.4/JPEXS.FFDec.installer.yaml new file mode 100644 index 0000000000000..5403a5946c179 --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.4/JPEXS.FFDec.installer.yaml @@ -0,0 +1,25 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.4 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +FileExtensions: +- abc +- gfx +- iggy +- swc +- swf +Dependencies: + PackageDependencies: + - PackageIdentifier: Oracle.JavaRuntimeEnvironment +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version21.0.4/ffdec_21.0.4_setup.exe + InstallerSha256: 7CD1BF40A2DF5643205E9BB4D70A6ECEA74036B0828CEA1D5322DFC4DF740DB1 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.4/JPEXS.FFDec.locale.en-US.yaml b/manifests/j/JPEXS/FFDec/21.0.4/JPEXS.FFDec.locale.en-US.yaml new file mode 100644 index 0000000000000..b0bc55b6c103b --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.4/JPEXS.FFDec.locale.en-US.yaml @@ -0,0 +1,53 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.4 +PackageLocale: en-US +Publisher: JPEXS +PublisherUrl: https://www.jpexs.com +# PublisherSupportUrl: +# PrivacyUrl: +Author: JPEXS +PackageName: JPEXS Free Flash Decompiler +PackageUrl: https://github.com/jindrapetrik/jpexs-decompiler +License: GPLv3 +LicenseUrl: https://github.com/jindrapetrik/jpexs-decompiler/blob/master/license.txt +# Copyright: +# CopyrightUrl: +ShortDescription: JPEXS Free Flash Decompiler (FFDec) is opensource flash SWF decompiler and editor. Extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts, fonts and more. Various output formats available. +Description: | + JPEXS Free Flash Decompiler (FFDec) is opensource flash SWF decompiler and editor. Extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts or fonts. Various output formats available. + + Key Features: + - Exporting scripts, images, shapes, movies, sounds, fonts... + - SWF to FLA conversion + - SWF to XML export and import again + - Various output formats like SVG or HTML5 Canvas + - Displaying ActionScript source code. + - Experimental direct editing of ActionScript source + - Editing via assembler source + - Integrated ActionScript debugger - step, breakpoints, set variables + - Both ActionScript 1/2 and AS3 support + - Clicking decompiled source highlights P-code associated instruction and vice-versa + - Replacing images, editing texts, fonts and other tags + - Displaying SWF resources (shapes, sprites, fonts, buttons...) + - Hexadecimal dump view with color hilighting also available + - Java based code which supports multiple platforms + - Multilanguage support (see language list) + - Can decompile some kinds of obfuscated code too +Moniker: ffdec +Tags: +- abc +- actionscript +- decompiler +- disassembler +- editor +- flash +- free +- opensource +- swf +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.4/JPEXS.FFDec.yaml b/manifests/j/JPEXS/FFDec/21.0.4/JPEXS.FFDec.yaml new file mode 100644 index 0000000000000..d446ef6dbadfb --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.4/JPEXS.FFDec.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.5/JPEXS.FFDec.installer.yaml b/manifests/j/JPEXS/FFDec/21.0.5/JPEXS.FFDec.installer.yaml new file mode 100644 index 0000000000000..e8122a41c0c8b --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.5/JPEXS.FFDec.installer.yaml @@ -0,0 +1,25 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.5 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +FileExtensions: +- abc +- gfx +- iggy +- swc +- swf +Dependencies: + PackageDependencies: + - PackageIdentifier: Oracle.JavaRuntimeEnvironment +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version21.0.5/ffdec_21.0.5_setup.exe + InstallerSha256: 477B0286EA489F872A3F3F3B01CEF1829098DA69E7E386D4A41ECBE51542DB32 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.5/JPEXS.FFDec.locale.en-US.yaml b/manifests/j/JPEXS/FFDec/21.0.5/JPEXS.FFDec.locale.en-US.yaml new file mode 100644 index 0000000000000..28a651c5effbf --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.5/JPEXS.FFDec.locale.en-US.yaml @@ -0,0 +1,53 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.5 +PackageLocale: en-US +Publisher: JPEXS +PublisherUrl: https://www.jpexs.com +# PublisherSupportUrl: +# PrivacyUrl: +Author: JPEXS +PackageName: JPEXS Free Flash Decompiler +PackageUrl: https://github.com/jindrapetrik/jpexs-decompiler +License: GPLv3 +LicenseUrl: https://github.com/jindrapetrik/jpexs-decompiler/blob/master/license.txt +# Copyright: +# CopyrightUrl: +ShortDescription: JPEXS Free Flash Decompiler (FFDec) is opensource flash SWF decompiler and editor. Extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts, fonts and more. Various output formats available. +Description: | + JPEXS Free Flash Decompiler (FFDec) is opensource flash SWF decompiler and editor. Extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts or fonts. Various output formats available. + + Key Features: + - Exporting scripts, images, shapes, movies, sounds, fonts... + - SWF to FLA conversion + - SWF to XML export and import again + - Various output formats like SVG or HTML5 Canvas + - Displaying ActionScript source code. + - Experimental direct editing of ActionScript source + - Editing via assembler source + - Integrated ActionScript debugger - step, breakpoints, set variables + - Both ActionScript 1/2 and AS3 support + - Clicking decompiled source highlights P-code associated instruction and vice-versa + - Replacing images, editing texts, fonts and other tags + - Displaying SWF resources (shapes, sprites, fonts, buttons...) + - Hexadecimal dump view with color hilighting also available + - Java based code which supports multiple platforms + - Multilanguage support (see language list) + - Can decompile some kinds of obfuscated code too +Moniker: ffdec +Tags: +- abc +- actionscript +- decompiler +- disassembler +- editor +- flash +- free +- opensource +- swf +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/j/JPEXS/FFDec/21.0.5/JPEXS.FFDec.yaml b/manifests/j/JPEXS/FFDec/21.0.5/JPEXS.FFDec.yaml new file mode 100644 index 0000000000000..a848c99ca38c7 --- /dev/null +++ b/manifests/j/JPEXS/FFDec/21.0.5/JPEXS.FFDec.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: JPEXS.FFDec +PackageVersion: 21.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/j/JRSoftware/InnoSetup/6.3.3/JRSoftware.InnoSetup.installer.yaml b/manifests/j/JRSoftware/InnoSetup/6.3.3/JRSoftware.InnoSetup.installer.yaml index f5412a1c7c732..dacf03026f74a 100644 --- a/manifests/j/JRSoftware/InnoSetup/6.3.3/JRSoftware.InnoSetup.installer.yaml +++ b/manifests/j/JRSoftware/InnoSetup/6.3.3/JRSoftware.InnoSetup.installer.yaml @@ -4,6 +4,7 @@ PackageIdentifier: JRSoftware.InnoSetup PackageVersion: 6.3.3 MinimumOSVersion: 6.1.0.0 InstallerType: inno +Scope: machine FileExtensions: - iss Installers: diff --git a/manifests/j/Jabra/Direct/6.16.15901/Jabra.Direct.installer.yaml b/manifests/j/Jabra/Direct/6.16.15901/Jabra.Direct.installer.yaml deleted file mode 100644 index f99b1668af1f3..0000000000000 --- a/manifests/j/Jabra/Direct/6.16.15901/Jabra.Direct.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Jabra.Direct -PackageVersion: 6.16.15901 -InstallerType: burn -Scope: machine -UpgradeBehavior: install -AppsAndFeaturesEntries: -- ProductCode: '{f103d715-0277-4b22-8b47-2a1f176e2df5}' - UpgradeCode: '{356870DC-69C0-4757-B09A-22C1786C104C}' -Installers: -- Architecture: x86 - InstallerUrl: https://jabraxpressonlineprdstor.blob.core.windows.net/jdo/JabraDirectSetup.exe - InstallerSha256: 587966AA7EA47E9E24A2EA814B63FBBF8215DB42C8126C158D4A20AC2B235331 - ProductCode: '{f103d715-0277-4b22-8b47-2a1f176e2df5}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Jabra/Direct/6.17.21301/Jabra.Direct.installer.yaml b/manifests/j/Jabra/Direct/6.17.21301/Jabra.Direct.installer.yaml new file mode 100644 index 0000000000000..9142fc3b1a8df --- /dev/null +++ b/manifests/j/Jabra/Direct/6.17.21301/Jabra.Direct.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jabra.Direct +PackageVersion: 6.17.21301 +InstallerType: burn +Scope: machine +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{31688237-5491-4d47-bf20-37a3a113b798}' + UpgradeCode: '{356870DC-69C0-4757-B09A-22C1786C104C}' +Installers: +- Architecture: x86 + InstallerUrl: https://jabraxpressonlineprdstor.blob.core.windows.net/jdo/JabraDirectSetup.exe + InstallerSha256: E262E66EF1685994228DC7F0915C1E379E7E31F5438FF8DB6A765A5813AB177F + ProductCode: '{31688237-5491-4d47-bf20-37a3a113b798}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jabra/Direct/6.16.15901/Jabra.Direct.locale.en-US.yaml b/manifests/j/Jabra/Direct/6.17.21301/Jabra.Direct.locale.en-US.yaml similarity index 93% rename from manifests/j/Jabra/Direct/6.16.15901/Jabra.Direct.locale.en-US.yaml rename to manifests/j/Jabra/Direct/6.17.21301/Jabra.Direct.locale.en-US.yaml index c52dfae423fb8..ec5d1cc12889a 100644 --- a/manifests/j/Jabra/Direct/6.16.15901/Jabra.Direct.locale.en-US.yaml +++ b/manifests/j/Jabra/Direct/6.17.21301/Jabra.Direct.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Jabra.Direct -PackageVersion: 6.16.15901 +PackageVersion: 6.17.21301 PackageLocale: en-US Publisher: GN Audio A/S PublisherUrl: https://www.jabra.com/ diff --git a/manifests/j/Jabra/Direct/6.16.15901/Jabra.Direct.locale.zh-CN.yaml b/manifests/j/Jabra/Direct/6.17.21301/Jabra.Direct.locale.zh-CN.yaml similarity index 93% rename from manifests/j/Jabra/Direct/6.16.15901/Jabra.Direct.locale.zh-CN.yaml rename to manifests/j/Jabra/Direct/6.17.21301/Jabra.Direct.locale.zh-CN.yaml index 2038f9c74a760..b422267b28e4a 100644 --- a/manifests/j/Jabra/Direct/6.16.15901/Jabra.Direct.locale.zh-CN.yaml +++ b/manifests/j/Jabra/Direct/6.17.21301/Jabra.Direct.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: Jabra.Direct -PackageVersion: 6.16.15901 +PackageVersion: 6.17.21301 PackageLocale: zh-CN Publisher: GN Audio A/S PublisherUrl: https://www.jabra.cn/ diff --git a/manifests/j/Jabra/Direct/6.16.15901/Jabra.Direct.yaml b/manifests/j/Jabra/Direct/6.17.21301/Jabra.Direct.yaml similarity index 82% rename from manifests/j/Jabra/Direct/6.16.15901/Jabra.Direct.yaml rename to manifests/j/Jabra/Direct/6.17.21301/Jabra.Direct.yaml index 5988fba28a34d..6bc8e1b8b8c36 100644 --- a/manifests/j/Jabra/Direct/6.16.15901/Jabra.Direct.yaml +++ b/manifests/j/Jabra/Direct/6.17.21301/Jabra.Direct.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Jabra.Direct -PackageVersion: 6.16.15901 +PackageVersion: 6.17.21301 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1736/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1736/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8d352a56618b6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1736/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1736 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-08-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1736/Jackett.Installer.Windows.exe - InstallerSha256: 6E5275DEAE92D4A2E229DAD1858C294D006C692E1A67F7D702A0B5878FE792A0 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1736/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1736/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8a200edeafda4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1736/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1736 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1736 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1736/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1736/Jackett.Jackett.yaml deleted file mode 100644 index 54be348f6ab99..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1736/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1736 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1740/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1740/Jackett.Jackett.installer.yaml deleted file mode 100644 index 189c4d15edd12..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1740/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1740 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-08-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1740/Jackett.Installer.Windows.exe - InstallerSha256: EBA9762141EC758926BA6A54CF93332E71CF4EBC0862840B0F577A3E73A6CEAD -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1740/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1740/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e4f242565f5a2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1740/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1740 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1740 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1740/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1740/Jackett.Jackett.yaml deleted file mode 100644 index 3978bdf2ef069..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1740/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1740 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1743/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1743/Jackett.Jackett.installer.yaml deleted file mode 100644 index 85b3009c1f8a7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1743/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1743 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-08-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1743/Jackett.Installer.Windows.exe - InstallerSha256: 0C567135FCCB7E5CC9E3A4AD5557E24BACEB49603D7188EB9DB57F4956B04541 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1743/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1743/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index dfdc29f3d4b4d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1743/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1743 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1743 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1743/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1743/Jackett.Jackett.yaml deleted file mode 100644 index 6d071a2aca60a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1743/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1743 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1759/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1759/Jackett.Jackett.installer.yaml deleted file mode 100644 index ee14973e0bc21..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1759/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1759 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-08-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1759/Jackett.Installer.Windows.exe - InstallerSha256: EB8A44CA246A13E391C0F01FD18A986644925E34914F925314FECE8B9A91FB98 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1759/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1759/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 67ea096a2b1d8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1759/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1759 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1759 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1759/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1759/Jackett.Jackett.yaml deleted file mode 100644 index 9d16338368e76..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1759/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1759 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1768/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1768/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9a9745dd290d2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1768/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1768 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-08-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1768/Jackett.Installer.Windows.exe - InstallerSha256: 5DDD8BF263F4C0944BE8B69A4F43105001F9299B4F5243A1C3D0F1F76CEE6591 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1768/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1768/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d077444d64ae7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1768/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1768 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1768 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1768/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1768/Jackett.Jackett.yaml deleted file mode 100644 index c09fdf4a1024b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1768/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1768 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1778/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1778/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0aa7f498fd347..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1778/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1778 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-08-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1778/Jackett.Installer.Windows.exe - InstallerSha256: CAA7537A48BAD8870B41C92E39531864C5B1EEE6505A0624E04C55D7701B6536 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1778/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1778/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 026a03d65b4f8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1778/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1778 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1778 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1778/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1778/Jackett.Jackett.yaml deleted file mode 100644 index 24631823d610a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1778/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1778 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1790/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1790/Jackett.Jackett.installer.yaml deleted file mode 100644 index d52b0c3fadcdb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1790/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1790 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-08-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1790/Jackett.Installer.Windows.exe - InstallerSha256: 173B5E645848DC0366113B3F5A4806680AF623D44D65854678DCC8C83261234A -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1790/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1790/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 26306ad361dd4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1790/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1790 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1790 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1790/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1790/Jackett.Jackett.yaml deleted file mode 100644 index 740be4848ccf4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1790/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1790 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1796/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1796/Jackett.Jackett.installer.yaml deleted file mode 100644 index d4ea31e96fc33..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1796/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1796 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-08-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1796/Jackett.Installer.Windows.exe - InstallerSha256: 9FB8B5C08B51244CB96CF3C70456275B5309BDF8F79E83223B1D2ED05DD87031 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1796/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1796/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 95f4453b75fec..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1796/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1796 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1796 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1796/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1796/Jackett.Jackett.yaml deleted file mode 100644 index 589ebb6d931a5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1796/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1796 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1799/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1799/Jackett.Jackett.installer.yaml deleted file mode 100644 index 04fa7a2cced52..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1799/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1799 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-08-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1799/Jackett.Installer.Windows.exe - InstallerSha256: 6A1D31961BAF1602DEA33FDB4DD89DFD8ABD2BD308ABB8E41536024B0B6D63FE -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1799/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1799/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f494954ac1634..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1799/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1799 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1799 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1799/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1799/Jackett.Jackett.yaml deleted file mode 100644 index 3e09b45c37554..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1799/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1799 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1802/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1802/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0c332da281371..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1802/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1802 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-08-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1802/Jackett.Installer.Windows.exe - InstallerSha256: 9FCA8138C1BA2D5BA5C42FB4C3D6EF2C7ED336A22C67407A401CC18D7008C9BF -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1802/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1802/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 56b333303a0df..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1802/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1802 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1802 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1802/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1802/Jackett.Jackett.yaml deleted file mode 100644 index 2bd408ad5d29c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1802/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1802 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1810/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1810/Jackett.Jackett.installer.yaml deleted file mode 100644 index db76bfb19ba97..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1810/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1810 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-08-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1810/Jackett.Installer.Windows.exe - InstallerSha256: F1D278ABE05104F4D095A1845AF3C41F15D8BB04E82D05919089B18011195F47 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1810/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1810/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5ee3f545467f1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1810/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1810 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1810 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1810/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1810/Jackett.Jackett.yaml deleted file mode 100644 index 9d0ee144e8d10..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1810/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1810 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1814/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1814/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9ba7be4609110..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1814/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1814 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-08-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1814/Jackett.Installer.Windows.exe - InstallerSha256: 9D5131224CBD67340FCC1140C75C4B7447846118CFB8631CDB15F20FDD96FC81 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1814/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1814/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index df3ae20d9b529..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1814/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1814 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1814 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1814/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1814/Jackett.Jackett.yaml deleted file mode 100644 index 87dccc58c442c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1814/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1814 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1819/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1819/Jackett.Jackett.installer.yaml deleted file mode 100644 index c5b4cc76dd3e8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1819/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1819 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-08-31 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1819/Jackett.Installer.Windows.exe - InstallerSha256: 81B7E7A8B2DED0873A9B7CB070ACA16845644616A9400C940CECA51E77F98561 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1819/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1819/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 960c07d25e6b7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1819/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1819 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1819 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1819/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1819/Jackett.Jackett.yaml deleted file mode 100644 index 79b84da9fe94e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1819/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1819 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1821/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1821/Jackett.Jackett.installer.yaml deleted file mode 100644 index cb78e48cd2fa3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1821/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1821 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1821/Jackett.Installer.Windows.exe - InstallerSha256: 1D73424553B30A5574725F7C39FD476E8CF3EEE32B91397FAB175C3CA9D54032 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1821/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1821/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c014e3f948dc5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1821/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1821 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1821 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1821/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1821/Jackett.Jackett.yaml deleted file mode 100644 index 207e4f1fbd08a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1821/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1821 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1825/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1825/Jackett.Jackett.installer.yaml deleted file mode 100644 index 86c977cda7ed7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1825/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1825 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1825/Jackett.Installer.Windows.exe - InstallerSha256: 2DA23BBC003AC143E59629E163BA3F73CB5F8CB30A0FFB5B4860167D9459A2F1 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1825/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1825/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b51e7d2c20b81..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1825/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1825 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1825 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1825/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1825/Jackett.Jackett.yaml deleted file mode 100644 index 6c0ba73ef66d0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1825/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1825 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1830/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1830/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7abf66eaef9a0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1830/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1830 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1830/Jackett.Installer.Windows.exe - InstallerSha256: 8EEEE1C3126BCC258122145B0829E69FCA65A63FFB82C7BD54CC232409DF2E52 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1830/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1830/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index dd7863842128c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1830/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1830 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1830 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1830/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1830/Jackett.Jackett.yaml deleted file mode 100644 index 55e2f208faeb1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1830/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1830 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1834/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1834/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7f52fba4aaf89..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1834/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1834 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1834/Jackett.Installer.Windows.exe - InstallerSha256: 97D5D4EC3A4024BA85E46EF5163848896C826352D7C0CB9CD04E84FEE9C7BE44 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1834/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1834/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b8dc70bd7ef79..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1834/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1834 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1834 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1834/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1834/Jackett.Jackett.yaml deleted file mode 100644 index b007088dbd88e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1834/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1834 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1843/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1843/Jackett.Jackett.installer.yaml deleted file mode 100644 index 28980ca9f61a2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1843/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1843 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1843/Jackett.Installer.Windows.exe - InstallerSha256: 541BE7EE722FBCAAA1BA4E91C20F94F74178C9B39E7F8BEE26ABD0B5FDD34115 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1843/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1843/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1c810d0364751..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1843/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1843 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1843 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1843/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1843/Jackett.Jackett.yaml deleted file mode 100644 index f65bf40820ce4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1843/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1843 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1845/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1845/Jackett.Jackett.installer.yaml deleted file mode 100644 index 93eeb4a3d3746..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1845/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1845 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1845/Jackett.Installer.Windows.exe - InstallerSha256: 78D312FAE4CCFD4EDB51D23DFD29D3EBFC56740DDBA8C05CC718D55AAB0331DF -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1845/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1845/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 408c22d5f8f65..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1845/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1845 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1845 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1845/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1845/Jackett.Jackett.yaml deleted file mode 100644 index 7b4cc689449fb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1845/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1845 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1850/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1850/Jackett.Jackett.installer.yaml deleted file mode 100644 index de90b0121a244..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1850/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1850 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1850/Jackett.Installer.Windows.exe - InstallerSha256: AE0F2912ECCE9BE24B5E335E902C857ECDB5D05273BE1FBF9A4EA5444A980D01 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1850/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1850/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8c57bf94e9f51..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1850/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1850 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1850 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1850/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1850/Jackett.Jackett.yaml deleted file mode 100644 index 84b5ef6c5ff7d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1850/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1850 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1861/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1861/Jackett.Jackett.installer.yaml deleted file mode 100644 index 2168cee821e35..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1861/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1861 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1861/Jackett.Installer.Windows.exe - InstallerSha256: 0A295AC6881B25D0915F3403D98AB62AB7DE48773E5897820CFBD712121109D3 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1861/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1861/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7536644c1b7b8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1861/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1861 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1861 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1861/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1861/Jackett.Jackett.yaml deleted file mode 100644 index 8bad19f520f78..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1861/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1861 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1885/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1885/Jackett.Jackett.installer.yaml deleted file mode 100644 index f7d186cea381f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1885/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1885 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1885/Jackett.Installer.Windows.exe - InstallerSha256: 31A824B2E17E0386902FD9DBE226158B4122D4622B6E5AFEB8ABC6B590002894 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1885/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1885/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3157786b7293a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1885/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1885 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1885 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1885/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1885/Jackett.Jackett.yaml deleted file mode 100644 index 467abdfb3aaba..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1885/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1885 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1887/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1887/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7d3bdb2ab87b2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1887/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1887 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1887/Jackett.Installer.Windows.exe - InstallerSha256: B0EE7C152CBFBAEB6BDB721793752350F7031BF6EB9AE7D0E1B97269674A38FA -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1887/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1887/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1aaf5097b7b63..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1887/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1887 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1887 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1887/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1887/Jackett.Jackett.yaml deleted file mode 100644 index 500faf34b893f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1887/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1887 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1892/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1892/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3dd44c518d093..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1892/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1892 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1892/Jackett.Installer.Windows.exe - InstallerSha256: 1DD48B9E1B554560128C375015F5D08AA36699BF3C6A6E78A1D6B60EA4BF8B57 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1892/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1892/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 87ae5cae01bba..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1892/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1892 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1892 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1892/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1892/Jackett.Jackett.yaml deleted file mode 100644 index 2c7cfcc1fc6e2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1892/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1892 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1901/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1901/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0cd6a94e591cb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1901/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1901 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1901/Jackett.Installer.Windows.exe - InstallerSha256: 8A6E16FC6E8BB7F4D317793EE2881131DE4A47F788C544894ADC066F52C0E943 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1901/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1901/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e7a677ff5cbda..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1901/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1901 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1901 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1901/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1901/Jackett.Jackett.yaml deleted file mode 100644 index 7d4fb41805d49..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1901/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1901 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1903/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1903/Jackett.Jackett.installer.yaml deleted file mode 100644 index a7485b923cb91..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1903/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1903 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-15 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1903/Jackett.Installer.Windows.exe - InstallerSha256: 527528E6102D9CB9893284C0D742158AF903D4FF2A07DE78C80D5396690A0EFB -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1903/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1903/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 95d4f2cb14bda..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1903/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1903 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1903 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1903/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1903/Jackett.Jackett.yaml deleted file mode 100644 index 40331d02c8424..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1903/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1903 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1907/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1907/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7ac0f3b55cf7a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1907/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1907 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1907/Jackett.Installer.Windows.exe - InstallerSha256: 88660955B7292F2E03A645CB451FBD274FCCC96F799F44316C9A0CF2D8356F0F -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1907/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1907/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 49f908f82aca7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1907/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1907 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1907 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1907/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1907/Jackett.Jackett.yaml deleted file mode 100644 index 940bb7143316a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1907/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1907 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1908/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1908/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8b9be92ca6165..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1908/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1908 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1908/Jackett.Installer.Windows.exe - InstallerSha256: 2F3A481BE9E594ECF0B5776766894EFAC5DA9EDADFB231833757ADA2AA5B5438 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1908/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1908/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 72ace016f9a33..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1908/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1908 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1908 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1908/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1908/Jackett.Jackett.yaml deleted file mode 100644 index e6a2b9a286917..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1908/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1908 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1910/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1910/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8b488dc1e0d00..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1910/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1910 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1910/Jackett.Installer.Windows.exe - InstallerSha256: 2FF3618920DAC84FF04B6EB48D88F81206BCC25B11C091B0A7DE0E4949FD6E27 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1910/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1910/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3ede359c904ed..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1910/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1910 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1910 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1910/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1910/Jackett.Jackett.yaml deleted file mode 100644 index af80463a63b73..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1910/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1910 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1913/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1913/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9c01301c0a1d8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1913/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1913 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1913/Jackett.Installer.Windows.exe - InstallerSha256: F44958106F2F19D2C3F312A95882DAA7B1848D8228881AC6DE19993E3DEA7CC7 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1913/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1913/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1099ca5b00a4d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1913/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1913 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1913 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1913/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1913/Jackett.Jackett.yaml deleted file mode 100644 index 7ece7f0a77a93..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1913/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1913 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1915/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1915/Jackett.Jackett.installer.yaml deleted file mode 100644 index b990a901d2cd7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1915/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1915 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1915/Jackett.Installer.Windows.exe - InstallerSha256: DD3899FED278F757932057BCFE8F97D4D5DACC3FD54A0E982D3DACB3454261D4 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1915/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1915/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5dc76b0bec8b1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1915/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1915 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1915 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1915/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1915/Jackett.Jackett.yaml deleted file mode 100644 index b2b0739652962..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1915/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1915 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1916/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1916/Jackett.Jackett.installer.yaml deleted file mode 100644 index 61b04bd33f367..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1916/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1916 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1916/Jackett.Installer.Windows.exe - InstallerSha256: 27FDC9114EF99AA9E514449FDCADB2C606737FAFB21DE0143D4303F8956B0DC1 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1916/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1916/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2a545ee041797..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1916/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1916 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1916 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1916/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1916/Jackett.Jackett.yaml deleted file mode 100644 index 8ccba9aa5052d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1916/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1916 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1918/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1918/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4e3af1aeb8a21..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1918/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1918 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1918/Jackett.Installer.Windows.exe - InstallerSha256: 272FB81D291F17B6FF65BD382651B06A65BA18403A57886B93D50F3D8969251E -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1918/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1918/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c73776f4c6438..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1918/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1918 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1918 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1918/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1918/Jackett.Jackett.yaml deleted file mode 100644 index acc5135107636..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1918/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1918 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1934/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.1934/Jackett.Jackett.installer.yaml deleted file mode 100644 index aa9c298768463..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1934/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1934 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.1934/Jackett.Installer.Windows.exe - InstallerSha256: 5AC5F67A5015FE96684CDDC72F0C058DD803704E7A690305FD963EE25D95306E -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1934/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.1934/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ace6515ff6e84..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1934/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1934 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.1934 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.1934/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.1934/Jackett.Jackett.yaml deleted file mode 100644 index 5836d6b350592..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.1934/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.1934 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2004/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2004/Jackett.Jackett.installer.yaml deleted file mode 100644 index d901ff87a4cf6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2004/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2004 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2004/Jackett.Installer.Windows.exe - InstallerSha256: C6767E5145543FC460B6068070162EAEC02909FC7CF1F4F01991A9E59F37537D -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2004/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2004/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c8916f0d0fe9c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2004/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2004 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2004 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2004/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2004/Jackett.Jackett.yaml deleted file mode 100644 index 028e7f17e5b72..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2004/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2004 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2013/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2013/Jackett.Jackett.installer.yaml deleted file mode 100644 index 98feb8ee40629..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2013/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2013 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2013/Jackett.Installer.Windows.exe - InstallerSha256: C5B32801766224333F8CE72F8A92612996662ECE1F6F004A3F0FEC5D07B42041 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2013/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2013/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index dd1f1d683a7fb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2013/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2013 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2013 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2013/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2013/Jackett.Jackett.yaml deleted file mode 100644 index d8025b483650f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2013/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2013 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2015/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2015/Jackett.Jackett.installer.yaml deleted file mode 100644 index 009c6fb11da16..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2015/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2015 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2015/Jackett.Installer.Windows.exe - InstallerSha256: E04586AC17B2526B852301227663BB3280B14D310E17A815C5F42B860C73873E -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2015/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2015/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 70862bd219825..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2015/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2015 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2015 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2015/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2015/Jackett.Jackett.yaml deleted file mode 100644 index 5489dffcdc2f8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2015/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2015 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2019/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2019/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9ad2ffd09d643..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2019/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2019 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2019/Jackett.Installer.Windows.exe - InstallerSha256: A55494A7F081AE6434847758CC739B6827A460A7A1ECCAC04DC945BBDF80FE56 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2019/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2019/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2f8d6ede4157f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2019/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2019 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2019 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2019/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2019/Jackett.Jackett.yaml deleted file mode 100644 index 315804fcb66d1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2019/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2019 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2026/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2026/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6002232954ff9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2026/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2026 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-09-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2026/Jackett.Installer.Windows.exe - InstallerSha256: E123D49042F0D1212D1FAB3D34B6A309A188A0D667147BF3C956D503100F0BE6 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2026/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2026/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5b00bca37cf13..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2026/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2026 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2026 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2026/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2026/Jackett.Jackett.yaml deleted file mode 100644 index 3e7009c8d12e6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2026/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2026 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2034/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2034/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6fe51533c03c1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2034/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2034 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2034/Jackett.Installer.Windows.exe - InstallerSha256: 0A92707856758AF86709B0C38B9D100AED8EB705077D36F3B92FA84AE54DF54C -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2034/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2034/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index edbcabe2322d0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2034/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2034 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2034 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2034/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2034/Jackett.Jackett.yaml deleted file mode 100644 index 13a46db3dd37a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2034/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2034 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2041/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2041/Jackett.Jackett.installer.yaml deleted file mode 100644 index d5a07241cb6e3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2041/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2041 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2041/Jackett.Installer.Windows.exe - InstallerSha256: 7C5430303F01E02A1A9F87B984B8E7519258B6067F2E6071DE8003D812A94C86 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2041/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2041/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2c9a589bed4a6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2041/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2041 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2041 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2041/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2041/Jackett.Jackett.yaml deleted file mode 100644 index 711e1e58c95f1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2041/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2041 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2063/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2063/Jackett.Jackett.installer.yaml deleted file mode 100644 index bf24d661b2a5d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2063/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2063 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2063/Jackett.Installer.Windows.exe - InstallerSha256: 84B07D25F47E8DC5A4CE2E263FBEC315A31251300C22EE43D4746E2F7A46682F -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2063/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2063/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 295c16b3bf455..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2063/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2063 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2063 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2063/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2063/Jackett.Jackett.yaml deleted file mode 100644 index 7290d272b6b60..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2063/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2063 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2080/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2080/Jackett.Jackett.installer.yaml deleted file mode 100644 index 85ad1fc623f82..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2080/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2080 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2080/Jackett.Installer.Windows.exe - InstallerSha256: 37A5F81EB046FBD082262BB326B32BB170D407E14BA6C0D6C115C3094211922D -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2080/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2080/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8fd8c5767bb45..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2080/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2080 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2080 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2080/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2080/Jackett.Jackett.yaml deleted file mode 100644 index 63cb0cff6b947..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2080/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2080 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2082/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2082/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7d2a47f17d956..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2082/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2082 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2082/Jackett.Installer.Windows.exe - InstallerSha256: 0AE897ED9EE8FCA004A665B43BF160D27A28C1C1FF4D8CEE4221E3C08FE25C72 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2082/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2082/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 55e3426c3d80c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2082/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2082 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2082 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2082/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2082/Jackett.Jackett.yaml deleted file mode 100644 index 258cb839c8aae..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2082/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2082 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2086/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2086/Jackett.Jackett.installer.yaml deleted file mode 100644 index 38e5fa7954886..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2086/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2086 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2086/Jackett.Installer.Windows.exe - InstallerSha256: 838D7FAB4B4A399902C63920E719C1A05B70F6DD73D093BE1C6EE99D47D8801F -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2086/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2086/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index bc99ab8c4750d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2086/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2086 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2086 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2086/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2086/Jackett.Jackett.yaml deleted file mode 100644 index f4ddd4f2df96e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2086/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2086 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2092/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2092/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9335319b5efbb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2092/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2092 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2092/Jackett.Installer.Windows.exe - InstallerSha256: F1CC483AAF4136B3D9CEE41619586C7947EAC36B649D9426DD243E7515791F76 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2092/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2092/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 222f9eecbd23f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2092/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2092 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2092 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2092/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2092/Jackett.Jackett.yaml deleted file mode 100644 index 4f86683723e18..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2092/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2092 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2093/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2093/Jackett.Jackett.installer.yaml deleted file mode 100644 index c55807f05be00..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2093/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2093 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2093/Jackett.Installer.Windows.exe - InstallerSha256: B21452D22C56C7A5510C271145D6FBADC3A9A960D0D0779310E085DAB91006D3 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2093/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2093/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 75acfb1fb54eb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2093/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2093 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2093 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2093/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2093/Jackett.Jackett.yaml deleted file mode 100644 index 1889510ca969c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2093/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2093 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2094/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2094/Jackett.Jackett.installer.yaml deleted file mode 100644 index 23a4862cd6278..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2094/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2094 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2094/Jackett.Installer.Windows.exe - InstallerSha256: E57203A42D7DBF2BF968531FCB7B15694877A847BAE1A41C9175B9640AC0DAD6 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2094/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2094/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 45d364ae84c73..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2094/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2094 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2094 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2094/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2094/Jackett.Jackett.yaml deleted file mode 100644 index 83b5ccfe8974a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2094/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2094 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2095/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2095/Jackett.Jackett.installer.yaml deleted file mode 100644 index a907263cebdb7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2095/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2095 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2095/Jackett.Installer.Windows.exe - InstallerSha256: 6E5D99E84A63464513BB36328754EA7730D9517F2D21058BB93AB1D63C37A33C -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2095/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2095/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index bbbd0895dace6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2095/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2095 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2095 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2095/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2095/Jackett.Jackett.yaml deleted file mode 100644 index c8be21280f81f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2095/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2095 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2097/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2097/Jackett.Jackett.installer.yaml deleted file mode 100644 index 222adc820523e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2097/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2097 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2097/Jackett.Installer.Windows.exe - InstallerSha256: 3B9D588C6930A4D9542CBD0ABACD425459C234F951004CC48A22557CFA62B328 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2097/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2097/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e16779de52647..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2097/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2097 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2097 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2097/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2097/Jackett.Jackett.yaml deleted file mode 100644 index 50d5e6d0a644a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2097/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2097 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2098/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2098/Jackett.Jackett.installer.yaml deleted file mode 100644 index ed0b73c4dc1bc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2098/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2098 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2098/Jackett.Installer.Windows.exe - InstallerSha256: C19C7D656913D3730E0E06F0BD3C144C9A13D736484C250E1932C654BB4B5E7E -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2098/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2098/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a0b05d6142bf7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2098/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2098 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2098 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2098/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2098/Jackett.Jackett.yaml deleted file mode 100644 index b679c5f53e085..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2098/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2098 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2099/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2099/Jackett.Jackett.installer.yaml deleted file mode 100644 index 2fe20ddbdf199..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2099/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2099 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2099/Jackett.Installer.Windows.exe - InstallerSha256: 3ACF584B5F885D21B4CD94F3C4793F015723894AEFB6C21C2CB293924123197B -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2099/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2099/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5b5b08ba5e177..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2099/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2099 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2099 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2099/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2099/Jackett.Jackett.yaml deleted file mode 100644 index 19a2ba0fc1038..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2099/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2099 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2101/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2101/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7ead6313bfa4f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2101/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2101 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2101/Jackett.Installer.Windows.exe - InstallerSha256: 0F5FA960E61FC2AF3EE88D90ABA09D0AC9C3CBFCD8E2E87C9970FF53535DCE96 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2101/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2101/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ea49071b60eaf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2101/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2101 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2101 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2101/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2101/Jackett.Jackett.yaml deleted file mode 100644 index 51c95c5f16346..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2101/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2101 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2109/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2109/Jackett.Jackett.installer.yaml deleted file mode 100644 index 36bab49ff1b51..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2109/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2109 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-15 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2109/Jackett.Installer.Windows.exe - InstallerSha256: 8AD6ACC163131AF57D113A43ED18012CBDE1C697FC825DF3F542077EAB781C56 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2109/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2109/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d6a030fc66a99..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2109/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2109 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2109 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2109/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2109/Jackett.Jackett.yaml deleted file mode 100644 index 4f6b0a367607f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2109/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2109 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2113/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2113/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7b1e23c88c22d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2113/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2113 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2113/Jackett.Installer.Windows.exe - InstallerSha256: 96C1CE642DAFDF7413AE396553C546DC3960D817278F98D45B181B4730B7E5FF -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2113/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2113/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 59117583e80d6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2113/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2113 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2113 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2113/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2113/Jackett.Jackett.yaml deleted file mode 100644 index fccc724495ab8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2113/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2113 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2122/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2122/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1d829815779ff..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2122/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2122 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2122/Jackett.Installer.Windows.exe - InstallerSha256: A9E68B044D1254E8FE99F6990079C4A3A75EEB0F47AD44F32FAF285DDCB40601 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2122/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2122/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 81426c28c64ce..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2122/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2122 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2122 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2122/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2122/Jackett.Jackett.yaml deleted file mode 100644 index 29a7b2a4ac96c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2122/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2122 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2124/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2124/Jackett.Jackett.installer.yaml deleted file mode 100644 index 76c816d86b17e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2124/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2124 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2124/Jackett.Installer.Windows.exe - InstallerSha256: DD3F6AE9D7130AB3DD6D6AE1093592754D22B2A72F8CD6EBE1F909F658DAF45B -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2124/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2124/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3394812f3a51f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2124/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2124 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2124 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2124/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2124/Jackett.Jackett.yaml deleted file mode 100644 index 4ca4736dbdca1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2124/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2124 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2127/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2127/Jackett.Jackett.installer.yaml deleted file mode 100644 index 32543e3cdaf00..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2127/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2127 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2127/Jackett.Installer.Windows.exe - InstallerSha256: EA634D0C52771C85BA5A1C2F957B018FB82BB1C99381AD17C70DCF25DA6C8F1A -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2127/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2127/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 40af0768c152f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2127/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2127 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2127 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2127/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2127/Jackett.Jackett.yaml deleted file mode 100644 index 063d8201e62a4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2127/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2127 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2142/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2142/Jackett.Jackett.installer.yaml deleted file mode 100644 index be68e24139504..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2142/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2142 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2142/Jackett.Installer.Windows.exe - InstallerSha256: 1B1417EACA9F58D9DD6EEB0B16C88309E65435B35889F329BAF9B9B368575FC5 -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2142/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2142/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2c1e5801b72e9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2142/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2142 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2142 -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2142/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2142/Jackett.Jackett.yaml deleted file mode 100644 index 8902f2839fe01..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2142/Jackett.Jackett.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2142 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2158/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2158/Jackett.Jackett.installer.yaml deleted file mode 100644 index fd89de52ea75c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2158/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2158 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2158/Jackett.Installer.Windows.exe - InstallerSha256: FE1A0637EDDC82E742DB622BF3963A1606762944C9E27F5D71E791D3AF116A76 -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2158/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2158/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 39be2224f2d6d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2158/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2158 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2158 -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2158/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2158/Jackett.Jackett.yaml deleted file mode 100644 index 03e68e63ce4e5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2158/Jackett.Jackett.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2158 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2163/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2163/Jackett.Jackett.installer.yaml deleted file mode 100644 index b8fdc8a8d4202..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2163/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2163 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2163/Jackett.Installer.Windows.exe - InstallerSha256: 49C972F97E7240DDF1FD2AE8EB80A0DB1AB39BC1BB581754C8E4885054C81873 -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2163/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2163/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index afb666712352a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2163/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2163 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2163 -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2163/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2163/Jackett.Jackett.yaml deleted file mode 100644 index c36c4bc479f14..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2163/Jackett.Jackett.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2163 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2167/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2167/Jackett.Jackett.installer.yaml deleted file mode 100644 index ae19b6041736e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2167/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2167 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2167/Jackett.Installer.Windows.exe - InstallerSha256: 65DEA149851DAF68739BB5059345BB1348F2BED3CCC6AA5EB430064B4AA83BBF -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2167/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2167/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 00bfa101c8fe1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2167/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2167 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2167 -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2167/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2167/Jackett.Jackett.yaml deleted file mode 100644 index f3fc6f4d918ff..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2167/Jackett.Jackett.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2167 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2169/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2169/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6c50246d39728..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2169/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2169 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2169/Jackett.Installer.Windows.exe - InstallerSha256: 035F3BDA9BAF8E6DD473A4EBCAD7CC58D9BABD2AED01337F3937F8FB397D9F37 -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2169/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2169/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f354621a3f393..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2169/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2169 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2169 -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2169/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2169/Jackett.Jackett.yaml deleted file mode 100644 index db99ef7ea9130..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2169/Jackett.Jackett.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2169 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2171/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2171/Jackett.Jackett.installer.yaml deleted file mode 100644 index dcf250d871850..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2171/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2171 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2171/Jackett.Installer.Windows.exe - InstallerSha256: 8E60D5DD8705BA44D4D3346682DA100DD0B477CA918A11E2A4B48325D41FD0A9 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2171/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2171/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index fb87bc192ff72..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2171/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2171 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2171 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2171/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2171/Jackett.Jackett.yaml deleted file mode 100644 index a7eb3bbb8722b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2171/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2171 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2175/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2175/Jackett.Jackett.installer.yaml deleted file mode 100644 index 85d4bcd74b15a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2175/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2175 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2175/Jackett.Installer.Windows.exe - InstallerSha256: B086642016796D5697573195F647C512A47CCC48BB182E90620E6749FBDDD369 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2175/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2175/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 66d5d6f07c6ea..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2175/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2175 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2175 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2175/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2175/Jackett.Jackett.yaml deleted file mode 100644 index 73f08c9bdad77..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2175/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2175 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2176/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2176/Jackett.Jackett.installer.yaml deleted file mode 100644 index ced0d09b13d02..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2176/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2176 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2176/Jackett.Installer.Windows.exe - InstallerSha256: 3078F6F6BB31E7CBEDB3C6216669D10DC88B08478BA36F09A595EBBFF6F683AC -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2176/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2176/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 21ec092c7dc87..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2176/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2176 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2176 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2176/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2176/Jackett.Jackett.yaml deleted file mode 100644 index ae774a41e15a0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2176/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2176 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2180/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2180/Jackett.Jackett.installer.yaml deleted file mode 100644 index f0e456e3c1490..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2180/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2180 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-10-31 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2180/Jackett.Installer.Windows.exe - InstallerSha256: E6550834C8CC8432AE28C6BEBCFAFF279D0A93E3E033B3E1A7285301EA80BA60 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2180/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2180/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 30825b6265a8c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2180/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2180 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2180 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2180/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2180/Jackett.Jackett.yaml deleted file mode 100644 index b5b0eb25beeda..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2180/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2180 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2182/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2182/Jackett.Jackett.installer.yaml deleted file mode 100644 index 60f35618ca109..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2182/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2182 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2182/Jackett.Installer.Windows.exe - InstallerSha256: 90B7BDCFD06DBB2BC088FC7AA9FADAFFEE92B89729606D6AE4D44CB75E8B53D3 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2182/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2182/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 24e8af04bd963..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2182/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2182 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2182 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2182/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2182/Jackett.Jackett.yaml deleted file mode 100644 index 2cbfe0e19c039..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2182/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2182 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2186/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2186/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7b0c6001d1da7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2186/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2186 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2186/Jackett.Installer.Windows.exe - InstallerSha256: BBFD1D5C9DEDA7A6E249E164CA5AB683F1CB7BD4385E443F7E9A52A147D269E3 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2186/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2186/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3d9ec499942bb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2186/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2186 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2186 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2186/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2186/Jackett.Jackett.yaml deleted file mode 100644 index 0bd51a44c3f9c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2186/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2186 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2189/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2189/Jackett.Jackett.installer.yaml deleted file mode 100644 index 13cad4546591f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2189/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2189 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2189/Jackett.Installer.Windows.exe - InstallerSha256: 2226CC77F437B6B8881929720D8B17152A6C22D1F3441F069F280D571426145E -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2189/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2189/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1d53c3ee94524..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2189/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2189 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2189 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2189/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2189/Jackett.Jackett.yaml deleted file mode 100644 index 538ca87a7ee04..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2189/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2189 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2203/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2203/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9cbc97ea50bf6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2203/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2203 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2203/Jackett.Installer.Windows.exe - InstallerSha256: 69D8F80F252D81BFC7638C6B6E3AF1E970DB3E083BCCD40FEB9841F0AD70AB43 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2203/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2203/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 37ba896b8abc4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2203/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2203 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2203 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2203/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2203/Jackett.Jackett.yaml deleted file mode 100644 index b0e6687ede1b4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2203/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2203 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2210/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2210/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0eb9a33d11b51..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2210/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2210 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2210/Jackett.Installer.Windows.exe - InstallerSha256: 5DC8768D404E8D5B08D1D1C3BA42DC193FDDC775F1D377C1FA2F222F34178539 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2210/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2210/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0f6bf189699e2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2210/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2210 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2210 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2210/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2210/Jackett.Jackett.yaml deleted file mode 100644 index e63547ef0e95a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2210/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2210 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2218/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2218/Jackett.Jackett.installer.yaml deleted file mode 100644 index bf5472e5bbb6a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2218/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2218 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2218/Jackett.Installer.Windows.exe - InstallerSha256: D6AE1ADDE4C5A4FD35AF3875087F5A92209984E7C96B600B3366F5D930F9A0CE -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2218/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2218/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e8ea5ccf03ddc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2218/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2218 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2218 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2218/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2218/Jackett.Jackett.yaml deleted file mode 100644 index ea168715ea947..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2218/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2218 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2220/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2220/Jackett.Jackett.installer.yaml deleted file mode 100644 index c39ee20e3c328..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2220/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2220 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2220/Jackett.Installer.Windows.exe - InstallerSha256: A9E0A5499BE8BE7BAE46281A202ED07A459EF20AF961A732CA1E729928CC6844 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2220/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2220/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d4fdfffdb8520..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2220/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2220 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2220 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2220/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2220/Jackett.Jackett.yaml deleted file mode 100644 index 9c9baad3f3b54..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2220/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2220 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2225/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2225/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0c9d1b7b106c5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2225/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2225 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2225/Jackett.Installer.Windows.exe - InstallerSha256: 5D607F6671C0A012B2B21AE6FE550FA4E6D2518108AFE33DFC40C3981F8E6812 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2225/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2225/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3d2c85c842915..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2225/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2225 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2225 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2225/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2225/Jackett.Jackett.yaml deleted file mode 100644 index b4f009beb0c10..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2225/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2225 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2236/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2236/Jackett.Jackett.installer.yaml deleted file mode 100644 index a0e2d18b481b7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2236/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2236 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2236/Jackett.Installer.Windows.exe - InstallerSha256: 072FEA32408139936AA4BACDCC65AA89139588E7FCA1F7AA86C45310009235F8 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2236/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2236/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 84d23a544cd57..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2236/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2236 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2236 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2236/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2236/Jackett.Jackett.yaml deleted file mode 100644 index 0a23d159c2ad1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2236/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2236 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2238/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2238/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9058a1d6a8d2e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2238/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2238 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2238/Jackett.Installer.Windows.exe - InstallerSha256: 75E74FC0956D05482490DD11E636150BC8D8A9A2E22A71EA82E0F7937C624536 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2238/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2238/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c496e4e6e8d0f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2238/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2238 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2238 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2238/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2238/Jackett.Jackett.yaml deleted file mode 100644 index 72d7fbc2b98b6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2238/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2238 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2244/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2244/Jackett.Jackett.installer.yaml deleted file mode 100644 index df7c94124865a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2244/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2244 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2244/Jackett.Installer.Windows.exe - InstallerSha256: 801F1BCFE8987F5FE6C7D74DC6CE7FDAD576421EEEBD8715BD7997DE0C70FB9D -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2244/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2244/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e0e0251b7fc06..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2244/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2244 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2244 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2244/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2244/Jackett.Jackett.yaml deleted file mode 100644 index ce7ab454caf76..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2244/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2244 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2247/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2247/Jackett.Jackett.installer.yaml deleted file mode 100644 index 54d286e3f0c9f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2247/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2247 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2247/Jackett.Installer.Windows.exe - InstallerSha256: CE0AB3E390DA5E549140CA701FC7770D202AC3904F420047C75CFC0FA2346260 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2247/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2247/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5a3f73fad8228..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2247/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2247 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2247 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2247/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2247/Jackett.Jackett.yaml deleted file mode 100644 index 315e9a2f3b66d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2247/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2247 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2250/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2250/Jackett.Jackett.installer.yaml deleted file mode 100644 index 63343202b582f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2250/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2250 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-15 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2250/Jackett.Installer.Windows.exe - InstallerSha256: E91AC44A2459C362C518F9C7CD04D0EFF9ED16FA616E4EC6D0EA50AC9D74FBC2 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2250/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2250/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b45a52c98ee0e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2250/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2250 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2250 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2250/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2250/Jackett.Jackett.yaml deleted file mode 100644 index c3875c52bf8c2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2250/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2250 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2255/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2255/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9c745230fd2ae..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2255/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2255 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2255/Jackett.Installer.Windows.exe - InstallerSha256: D0BDAA5FA5ACED53975F65E647856E0EC60DE2CE659EDD68135A3E1B7171C181 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2255/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2255/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 94ea7c1fb3024..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2255/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2255 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2255 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2255/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2255/Jackett.Jackett.yaml deleted file mode 100644 index 84aed35766d2c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2255/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2255 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2260/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2260/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4f885e3f1e297..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2260/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2260 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2260/Jackett.Installer.Windows.exe - InstallerSha256: 848780FF4D82A7D373A82A6892469246F214F1B64E00A9CBDE71CFD7236E1D9B -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2260/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2260/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1e657931bf122..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2260/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2260 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2260 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2260/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2260/Jackett.Jackett.yaml deleted file mode 100644 index 2536a67ae1ac8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2260/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2260 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2264/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2264/Jackett.Jackett.installer.yaml deleted file mode 100644 index c7e5a1cc02919..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2264/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2264 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2264/Jackett.Installer.Windows.exe - InstallerSha256: 98CEB7238D8A5C045EB507152CF1B62FE2F918E51C61C27F70E387C433CF9374 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2264/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2264/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 64fe383d80475..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2264/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2264 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2264 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2264/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2264/Jackett.Jackett.yaml deleted file mode 100644 index 889e6179c4fe7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2264/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2264 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2267/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2267/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9615989c8bd99..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2267/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2267 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2267/Jackett.Installer.Windows.exe - InstallerSha256: 0580154F328630680A597C524CB03FA32E1364A9BCAAC137AA8DF533E1CD22E0 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2267/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2267/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 514ab729b3a50..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2267/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2267 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2267 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2267/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2267/Jackett.Jackett.yaml deleted file mode 100644 index fabb1c4b12529..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2267/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2267 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2269/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2269/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7fb2a31d0041d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2269/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2269 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2269/Jackett.Installer.Windows.exe - InstallerSha256: 8C4E302025CD85182997D1D7F2D0A209EB523A4F592427840659818483D8BB35 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2269/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2269/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8d33ee56bc2fc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2269/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2269 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2269 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2269/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2269/Jackett.Jackett.yaml deleted file mode 100644 index 34a03c94dfe06..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2269/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2269 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2271/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2271/Jackett.Jackett.installer.yaml deleted file mode 100644 index 741c7b2c53497..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2271/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2271 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2271/Jackett.Installer.Windows.exe - InstallerSha256: 529A7C26ED91A37E6A1F2203DEB5E733B55340684B3334D889B36433D4E0D0F7 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2271/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2271/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e68df638f0b6e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2271/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2271 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2271 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2271/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2271/Jackett.Jackett.yaml deleted file mode 100644 index a9c6c96d99e51..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2271/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2271 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2273/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2273/Jackett.Jackett.installer.yaml deleted file mode 100644 index 14a79b354c843..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2273/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2273 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2273/Jackett.Installer.Windows.exe - InstallerSha256: 39C97EEA72C441BAC65055032C5179CAA5BB56E89BF18EBCFA91454ABAE5D42A -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2273/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2273/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 18d2a9a3341cf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2273/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2273 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2273 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2273/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2273/Jackett.Jackett.yaml deleted file mode 100644 index fe608ae25d5f3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2273/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2273 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2280/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2280/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9a8dcb0e8a3ba..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2280/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2280 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2280/Jackett.Installer.Windows.exe - InstallerSha256: 9E5755DD8833B2C3919DD33787BEEAD0FA1961F6F82932904B89278AB9219FDE -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2280/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2280/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9120d0a300d03..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2280/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2280 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2280 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2280/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2280/Jackett.Jackett.yaml deleted file mode 100644 index 17c12ab579137..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2280/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2280 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2285/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2285/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5650a8e4c7cc0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2285/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2285 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2285/Jackett.Installer.Windows.exe - InstallerSha256: 72C39FDF062E1810A8AA21C9B25E4702504BCB87F0EFE38316C5E64DF5E49837 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2285/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2285/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 4404970980e22..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2285/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2285 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2285 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2285/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2285/Jackett.Jackett.yaml deleted file mode 100644 index b98b4cdb8193f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2285/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2285 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2288/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2288/Jackett.Jackett.installer.yaml deleted file mode 100644 index ee5c0823b0182..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2288/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2288 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2288/Jackett.Installer.Windows.exe - InstallerSha256: 7301769B39405913FB04A503C3D3FC0B332DDB02ADEFC5D82336D7D2BD3534C5 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2288/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2288/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1f6cdcce35ca0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2288/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2288 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2288 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2288/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2288/Jackett.Jackett.yaml deleted file mode 100644 index 7d0fa63f74d57..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2288/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2288 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2291/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2291/Jackett.Jackett.installer.yaml deleted file mode 100644 index e67a31c3c0753..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2291/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2291 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2291/Jackett.Installer.Windows.exe - InstallerSha256: 3DC6AD4BBA99C8BDAEC3520D98005230450AE20D72CD22893C2C3C4BA962E795 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2291/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2291/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 675c2cea6fcf1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2291/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2291 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2291 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2291/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2291/Jackett.Jackett.yaml deleted file mode 100644 index 0ef7ba7833da7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2291/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2291 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2297/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2297/Jackett.Jackett.installer.yaml deleted file mode 100644 index ab0f5ea985e23..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2297/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2297 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2297/Jackett.Installer.Windows.exe - InstallerSha256: C764F9DC89B4EE3A5F3923D9E5AF0259164E2296D1B567391E339BB345F23CE2 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2297/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2297/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7aa90c81440f1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2297/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2297 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2297 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2297/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2297/Jackett.Jackett.yaml deleted file mode 100644 index 3136268fc0d60..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2297/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2297 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2304/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2304/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7c2d8452de552..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2304/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2304 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2304/Jackett.Installer.Windows.exe - InstallerSha256: 4D53C1EDA3ECCE35B598D532AAC7619C6735C22B299D882BC8A6B2D563ECEBB9 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2304/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2304/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d78d16b0150dc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2304/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2304 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2304 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2304/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2304/Jackett.Jackett.yaml deleted file mode 100644 index 104c475e152e4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2304/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2304 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2309/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2309/Jackett.Jackett.installer.yaml deleted file mode 100644 index c420b382e4daa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2309/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2309 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-11-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2309/Jackett.Installer.Windows.exe - InstallerSha256: 2DD6845E8B96220CFA6874D6DB59FDEB0C08B7A84F63BDFCE45825A964C9BC00 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2309/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2309/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0ad552e915cc2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2309/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2309 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2309 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2309/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2309/Jackett.Jackett.yaml deleted file mode 100644 index 981964a7c8c5e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2309/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2309 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2313/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2313/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6fdc8f1aae7e5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2313/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2313 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2313/Jackett.Installer.Windows.exe - InstallerSha256: DB106DBFC79E3AC5D36049840704D7310735CEEAC68F14C0E7C5565CE1FC39CF -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2313/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2313/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 57324c99b3737..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2313/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2313 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2313 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2313/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2313/Jackett.Jackett.yaml deleted file mode 100644 index 453afb06a651f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2313/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2313 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2318/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2318/Jackett.Jackett.installer.yaml deleted file mode 100644 index 98df49a9b0414..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2318/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2318 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2318/Jackett.Installer.Windows.exe - InstallerSha256: 6BDEB40F9909C991FF835335E2EB16642D71E17B3773779C30660A0469715BC3 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2318/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2318/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e5751ac9ed41b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2318/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2318 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2318 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2318/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2318/Jackett.Jackett.yaml deleted file mode 100644 index b593c4aeea7ab..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2318/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2318 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2319/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2319/Jackett.Jackett.installer.yaml deleted file mode 100644 index 70f17e36540a6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2319/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2319 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2319/Jackett.Installer.Windows.exe - InstallerSha256: 2F0187F2D9F393D99BBB77EB991423BF87C368661D7D02B036A87DC8378D1EF8 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2319/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2319/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0d38d422113b5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2319/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2319 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2319 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2319/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2319/Jackett.Jackett.yaml deleted file mode 100644 index 33c8315bb49fa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2319/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2319 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2325/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2325/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9d3bff834ac70..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2325/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2325 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2325/Jackett.Installer.Windows.exe - InstallerSha256: FC6291D5991EADB12C066176FBAC5B8E8808F5E805924FE0F96910B738CD78E2 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2325/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2325/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 85392ed3f3bea..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2325/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2325 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2325 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2325/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2325/Jackett.Jackett.yaml deleted file mode 100644 index ce7c976445a69..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2325/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2325 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2326/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2326/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7d3da325f8ec4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2326/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2326 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2326/Jackett.Installer.Windows.exe - InstallerSha256: 750EBE8CB9A0F46AC16E01A05506ABDD9F00EFB74C9ADA54E2673AF0C9F14CC7 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2326/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2326/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e61590a9cf007..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2326/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2326 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2326 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2326/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2326/Jackett.Jackett.yaml deleted file mode 100644 index 6dcef8ca4f3b6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2326/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2326 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2328/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2328/Jackett.Jackett.installer.yaml deleted file mode 100644 index 39abfa02ed361..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2328/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2328 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2328/Jackett.Installer.Windows.exe - InstallerSha256: 73E696E9E2E9086063975CCDCA2CF51AC470C10352779E0257000DE8575912DC -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2328/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2328/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d039f65619c2e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2328/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2328 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2328 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2328/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2328/Jackett.Jackett.yaml deleted file mode 100644 index d047c825a0501..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2328/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2328 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2336.0/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2336.0/Jackett.Jackett.installer.yaml deleted file mode 100644 index 19f34468d4361..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2336.0/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2336.0 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2336/Jackett.Installer.Windows.exe - InstallerSha256: BD8C7E451242948F41D1D9626A4B479F7FE68A6E8AE3587DBA313C940D20D69D -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2336.0/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2336.0/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 86695f14d42b1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2336.0/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2336.0 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2336 -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2336.0/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2336.0/Jackett.Jackett.yaml deleted file mode 100644 index 286e54be196e2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2336.0/Jackett.Jackett.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2336.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2365/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2365/Jackett.Jackett.installer.yaml deleted file mode 100644 index 464ecfd62e8c8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2365/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2365 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2365/Jackett.Installer.Windows.exe - InstallerSha256: 130D8303F3B15634FE399EA632389789660751A2C8700BCBB7F46B58BD27F12E -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2365/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2365/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3b450d6a1b327..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2365/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2365 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2365 -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2365/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2365/Jackett.Jackett.yaml deleted file mode 100644 index ed57fdc5feabb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2365/Jackett.Jackett.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2365 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2369/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2369/Jackett.Jackett.installer.yaml deleted file mode 100644 index 92533cafe1b4b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2369/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2369 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2369/Jackett.Installer.Windows.exe - InstallerSha256: 3BB08F8E9B3E56CFC73A072CCF079BA5D8D2AF33A3524721C121286BF46CE37C -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2369/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2369/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8ad933a6ecf52..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2369/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2369 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2369 -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2369/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2369/Jackett.Jackett.yaml deleted file mode 100644 index c4669be546991..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2369/Jackett.Jackett.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2369 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2384/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2384/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1081e1eae9272..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2384/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2384 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2384/Jackett.Installer.Windows.exe - InstallerSha256: B63ACCE9EB8A790E404ED18AC854ECC97CA5DB9852096CB2E9A4FB91D049F933 -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2384/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2384/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 881fb7876eb55..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2384/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2384 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2384 -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2384/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2384/Jackett.Jackett.yaml deleted file mode 100644 index 1f7141e4e23c0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2384/Jackett.Jackett.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2384 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2390/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2390/Jackett.Jackett.installer.yaml deleted file mode 100644 index c7e11b061e7b1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2390/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2390 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-15 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2390/Jackett.Installer.Windows.exe - InstallerSha256: A644E743A8C09167F8F119F46CAD491A5337FFAFCE170E796D534A76AD2B3E45 -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2390/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2390/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a6ff6eb00df3e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2390/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2390 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2390 -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2390/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2390/Jackett.Jackett.yaml deleted file mode 100644 index a4dbb41073a88..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2390/Jackett.Jackett.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2390 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2395/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2395/Jackett.Jackett.installer.yaml deleted file mode 100644 index f5bed50788123..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2395/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2395 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2395/Jackett.Installer.Windows.exe - InstallerSha256: 88823ADB8F54194CC944A897C8E5A020423F6D87D5E3B35251C02C7E4CC56C4F -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2395/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2395/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 37dbde8ac7fea..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2395/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2395 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2395 -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2395/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2395/Jackett.Jackett.yaml deleted file mode 100644 index 6f673537a1208..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2395/Jackett.Jackett.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2395 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2402/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2402/Jackett.Jackett.installer.yaml deleted file mode 100644 index a82ba5d92088e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2402/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2402 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2402/Jackett.Installer.Windows.exe - InstallerSha256: D77529921D498941A9910F64BFAD835C9036EFFD2CE46D4F6B097E3D1DDEDDA0 -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2402/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2402/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 31a28c62ac5e7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2402/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2402 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2402 -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2402/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2402/Jackett.Jackett.yaml deleted file mode 100644 index 22f099dc6c290..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2402/Jackett.Jackett.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2402 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2405/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2405/Jackett.Jackett.installer.yaml deleted file mode 100644 index 23668a5ce47e4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2405/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2405 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2405/Jackett.Installer.Windows.exe - InstallerSha256: D2A2CA45387D111724EE037EA07AE457A2B414C3089911C7A695B96B595DA76A -ManifestType: installer -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2405/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2405/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6b065fe88ce90..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2405/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2405 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2405 -ManifestType: defaultLocale -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2405/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2405/Jackett.Jackett.yaml deleted file mode 100644 index 97659e7e61120..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2405/Jackett.Jackett.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2405 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 - diff --git a/manifests/j/Jackett/Jackett/0.20.2409/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2409/Jackett.Jackett.installer.yaml deleted file mode 100644 index 89b218f2d26a7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2409/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2409 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2409/Jackett.Installer.Windows.exe - InstallerSha256: 6E340466F4DD0C476790BAD60B3040181611B70011C3FD5CC5208090DB00F518 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2409/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2409/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 20cf734531d81..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2409/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2409 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2409 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2409/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2409/Jackett.Jackett.yaml deleted file mode 100644 index a7df7714d8c39..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2409/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2409 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2417/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2417/Jackett.Jackett.installer.yaml deleted file mode 100644 index a841553a3ed79..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2417/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2417 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2417/Jackett.Installer.Windows.exe - InstallerSha256: F48F4B44D61D5E14F215AB0A53995188E2683AA69744C5A04834FC9F0BA15EE5 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2417/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2417/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a465dd54154a9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2417/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2417 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2417 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2417/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2417/Jackett.Jackett.yaml deleted file mode 100644 index d71c802a79ab2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2417/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2417 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2423/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2423/Jackett.Jackett.installer.yaml deleted file mode 100644 index 98fd80e4e7a89..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2423/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2423 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2423/Jackett.Installer.Windows.exe - InstallerSha256: 8C0C7AD02ECE3D1DE6570414B2FB61A434B79F49410B08082DE1F61A453436C5 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2423/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2423/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 77b4793cc89a2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2423/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2423 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2423 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2423/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2423/Jackett.Jackett.yaml deleted file mode 100644 index bd9662ca97f39..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2423/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2423 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2430/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2430/Jackett.Jackett.installer.yaml deleted file mode 100644 index 675da04fd76c5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2430/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2430 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2430/Jackett.Installer.Windows.exe - InstallerSha256: 79D1A7D94FC569DCB004E707F2AE697839FBF1A82F82C695D5BB19B309360CF2 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2430/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2430/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0daa5a997dea1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2430/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2430 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2430 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2430/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2430/Jackett.Jackett.yaml deleted file mode 100644 index 50fd810dfa8b2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2430/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2430 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2431/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2431/Jackett.Jackett.installer.yaml deleted file mode 100644 index 15e0e85fde038..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2431/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2431 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2431/Jackett.Installer.Windows.exe - InstallerSha256: 54103D0F6AB5ACE9EEFD6943FC62F05B1F7B109C19F04D9766C2D8D07A12233C -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2431/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2431/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9625236db26dd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2431/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2431 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2431 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2431/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2431/Jackett.Jackett.yaml deleted file mode 100644 index f592b1a5a899d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2431/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2431 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2437/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2437/Jackett.Jackett.installer.yaml deleted file mode 100644 index 70409d8b6361f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2437/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2437 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2437/Jackett.Installer.Windows.exe - InstallerSha256: D46BC9116E332AD13FFD2FF8103E06DA975A2365DEE3F856E21D9C150556238D -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2437/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2437/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1abd55fdbae52..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2437/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2437 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2437 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2437/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2437/Jackett.Jackett.yaml deleted file mode 100644 index 443c6217f0f61..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2437/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2437 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2444/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2444/Jackett.Jackett.installer.yaml deleted file mode 100644 index 67f64c7e78d1e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2444/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2444 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2444/Jackett.Installer.Windows.exe - InstallerSha256: CB4EE5BEC992CFD78D5C2D35E3C1F0E465D4DD4A1CDF0C15C62BD5FB616B4A94 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2444/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2444/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d1de7f6eed978..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2444/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2444 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2444 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2444/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2444/Jackett.Jackett.yaml deleted file mode 100644 index b11c0b5125f11..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2444/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2444 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2447/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2447/Jackett.Jackett.installer.yaml deleted file mode 100644 index 026fc95cdc2ac..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2447/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2447 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2447/Jackett.Installer.Windows.exe - InstallerSha256: 93577C629F80DB7D244BE5396567B3565F00048BF2D957F07CAC4F5366A50FE9 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2447/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2447/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index fa7c6b061dcfc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2447/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2447 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2447 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2447/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2447/Jackett.Jackett.yaml deleted file mode 100644 index a46f7c49ecf1e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2447/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2447 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2451/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2451/Jackett.Jackett.installer.yaml deleted file mode 100644 index 17d18dd61dc5c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2451/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2451 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2451/Jackett.Installer.Windows.exe - InstallerSha256: 21B70B24F047FE25A29551A9B453468D115C84AF6B8DEB3EF40DBBF61FBA6FEF -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2451/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2451/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index cad73c0465d5d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2451/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2451 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2451 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2451/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2451/Jackett.Jackett.yaml deleted file mode 100644 index 8d035d6fb783a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2451/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2451 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2459/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2459/Jackett.Jackett.installer.yaml deleted file mode 100644 index 53b65ed9021ea..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2459/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2459 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2459/Jackett.Installer.Windows.exe - InstallerSha256: 5C1F091A3BE3FFF13306573887FEE09194B2AF996D61093AD3A7F07E33D7C13E -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2459/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2459/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index bc9aff8fa8449..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2459/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2459 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2459 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2459/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2459/Jackett.Jackett.yaml deleted file mode 100644 index 79bcba25bb535..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2459/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2459 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2464/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2464/Jackett.Jackett.installer.yaml deleted file mode 100644 index bc05d7ef4f025..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2464/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2464 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2022-12-31 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2464/Jackett.Installer.Windows.exe - InstallerSha256: DB1C0DB66B881E0D74D494EED3B682F3E6A7A38F8BDE810394A7AD6717B56B2A -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2464/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2464/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5702abe9faeb8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2464/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2464 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2464 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2464/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2464/Jackett.Jackett.yaml deleted file mode 100644 index b717574e246bf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2464/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2464 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2465/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2465/Jackett.Jackett.installer.yaml deleted file mode 100644 index f6b0451408b59..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2465/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2465 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2465/Jackett.Installer.Windows.exe - InstallerSha256: FF917974672FFE49CC383CC0F9B16E9C70EC1D3C564BF874CE19BEEBA9EAF419 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2465/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2465/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 23afd3723727c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2465/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2465 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2465 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2465/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2465/Jackett.Jackett.yaml deleted file mode 100644 index 8ed7892199c71..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2465/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2465 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2469/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2469/Jackett.Jackett.installer.yaml deleted file mode 100644 index 2858e06ce2ff6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2469/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2469 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2469/Jackett.Installer.Windows.exe - InstallerSha256: 30E6E1878518EDDE13EA1A2ADEDC69E07354C25FEF819FE699135225D76D53E2 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2469/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2469/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c2bcc0988a70d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2469/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2469 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2469 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2469/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2469/Jackett.Jackett.yaml deleted file mode 100644 index 7ea8239d885c1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2469/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2469 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2480/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2480/Jackett.Jackett.installer.yaml deleted file mode 100644 index ce85611f87d40..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2480/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2480 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2480/Jackett.Installer.Windows.exe - InstallerSha256: 34E8580FD25ADEBFE25F9590365748B53E2B0A5614D7EE40E93817D3F8FEE4D5 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2480/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2480/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 656c4a172a625..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2480/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2480 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2480 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2480/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2480/Jackett.Jackett.yaml deleted file mode 100644 index af7e1f216d3bf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2480/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2480 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2486/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2486/Jackett.Jackett.installer.yaml deleted file mode 100644 index db39ed80e8c1f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2486/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2486 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2486/Jackett.Installer.Windows.exe - InstallerSha256: BC83972315A1AC7CC0B6F79B73AD337A4072AE18DD4D2D35C6D3C432CDFB4CFF -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2486/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2486/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2d782ba8d2604..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2486/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2486 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2486 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2486/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2486/Jackett.Jackett.yaml deleted file mode 100644 index 1ecaf0cf8c8b1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2486/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2486 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2489/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2489/Jackett.Jackett.installer.yaml deleted file mode 100644 index f1af6f16394d2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2489/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2489 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2489/Jackett.Installer.Windows.exe - InstallerSha256: 25392446003AD2E2975E15A216530406E029496B894DFEAC5F668A6C58E633D5 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2489/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2489/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 901abba7b61ff..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2489/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2489 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2489 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2489/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2489/Jackett.Jackett.yaml deleted file mode 100644 index 564ed8868fd31..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2489/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2489 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2495/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2495/Jackett.Jackett.installer.yaml deleted file mode 100644 index 135edf5a0b250..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2495/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2495 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2495/Jackett.Installer.Windows.exe - InstallerSha256: 4131D7236E9F0835085931857046EFF7680BA90293A95C3F5777753F70A7F94F -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2495/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2495/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5c5740d0b5cd4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2495/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2495 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2495 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2495/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2495/Jackett.Jackett.yaml deleted file mode 100644 index 46333f13f2ea9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2495/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2495 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2509/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2509/Jackett.Jackett.installer.yaml deleted file mode 100644 index f6d839e51f65c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2509/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2509 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2509/Jackett.Installer.Windows.exe - InstallerSha256: 154A1CC37B2F5870E6CF2813D2DF1A37E36A9ED2EEB5D9F29F72E75FD4347876 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2509/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2509/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 51ea8e6680418..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2509/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2509 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2509 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2509/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2509/Jackett.Jackett.yaml deleted file mode 100644 index ec5877cd006e6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2509/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2509 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2593/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2593/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4e940e8c6920c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2593/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2593 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2593/Jackett.Installer.Windows.exe - InstallerSha256: 490E38048807EC7FBCBB8C521E74F7FC58DD6AD4BD7EF4DEC180469EE3DEC8FC -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2593/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2593/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1c4b87b324e04..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2593/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2593 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2593 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2593/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2593/Jackett.Jackett.yaml deleted file mode 100644 index e11a35d00afee..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2593/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2593 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2603/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2603/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0ff210b84343f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2603/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2603 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2603/Jackett.Installer.Windows.exe - InstallerSha256: 77B20071FFD5B4DB5E3F5EAB3B2BE7CB3C9D46145C947F9DFF1DB85C9ECD0647 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2603/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2603/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7380c44662e44..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2603/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2603 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2603 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2603/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2603/Jackett.Jackett.yaml deleted file mode 100644 index 63a7a82b24fe1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2603/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2603 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2608/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2608/Jackett.Jackett.installer.yaml deleted file mode 100644 index 405f868ad0e8f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2608/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2608 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2608/Jackett.Installer.Windows.exe - InstallerSha256: 31B798376F7CE70E2F52E4950698AE4880C7598A4A63D52758A1E76438F56916 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2608/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2608/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2e65a49a01a41..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2608/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2608 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2608 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2608/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2608/Jackett.Jackett.yaml deleted file mode 100644 index 2cd2e98159544..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2608/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2608 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2614/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2614/Jackett.Jackett.installer.yaml deleted file mode 100644 index cb1f5691c70bf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2614/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2614 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2614/Jackett.Installer.Windows.exe - InstallerSha256: E39B4EE8C224ED3E40FA76A587491271395A7B2A9232B3C02FB6CB189408DCDA -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2614/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2614/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 857916551a886..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2614/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2614 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2614 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2614/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2614/Jackett.Jackett.yaml deleted file mode 100644 index 8783514302231..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2614/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2614 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2617/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2617/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3ae33b10410b8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2617/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2617 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2617/Jackett.Installer.Windows.exe - InstallerSha256: 3DD1C5C5316F13E49D33A87DDDC03C6B2D7737F27DB193B0D2FD90F714932EA7 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2617/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2617/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0748afeb547e8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2617/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2617 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2617 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2617/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2617/Jackett.Jackett.yaml deleted file mode 100644 index 0dbff8e8bd127..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2617/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2617 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2620/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2620/Jackett.Jackett.installer.yaml deleted file mode 100644 index bb5de8040e8bb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2620/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2620 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2620/Jackett.Installer.Windows.exe - InstallerSha256: 0B083E639BDE60FBBEB522C8FA436BC99FC0CDCF214FD43BF52D8B67DE539E23 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2620/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2620/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 682838a8564be..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2620/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2620 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2620 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2620/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2620/Jackett.Jackett.yaml deleted file mode 100644 index 684aa3ab04881..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2620/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2620 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2629/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2629/Jackett.Jackett.installer.yaml deleted file mode 100644 index 2bc933122c49e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2629/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2629 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2629/Jackett.Installer.Windows.exe - InstallerSha256: 16A2E1006326F165B4F508F5EE5A1ECC6079F8E0143E7C0F6970F940AD8C118D -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2629/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2629/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0c0d1528e6731..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2629/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2629 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2629 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2629/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2629/Jackett.Jackett.yaml deleted file mode 100644 index 297339d995093..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2629/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2629 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2640/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2640/Jackett.Jackett.installer.yaml deleted file mode 100644 index f9a93d79b4a94..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2640/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2640 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-15 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2640/Jackett.Installer.Windows.exe - InstallerSha256: 4406AAFCB8871914F7EDCE7C50F83F13A43DFA569708AD3BB63FE4C4BC3FD474 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2640/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2640/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 696b4fd51c8fa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2640/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2640 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2640 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2640/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2640/Jackett.Jackett.yaml deleted file mode 100644 index ab600fd989c9d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2640/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2640 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2660/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2660/Jackett.Jackett.installer.yaml deleted file mode 100644 index c742d6862f03e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2660/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2660 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2660/Jackett.Installer.Windows.exe - InstallerSha256: 3BCEB5DB6A725865CA09FA9786D627E88582241EE34C609B01BEDE933868B242 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2660/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2660/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 889fc7955e50b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2660/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2660 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2660 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2660/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2660/Jackett.Jackett.yaml deleted file mode 100644 index 86b20aa212bb2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2660/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2660 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2663/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2663/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5b720c7dbeede..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2663/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2663 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2663/Jackett.Installer.Windows.exe - InstallerSha256: 87E5895E3D49D257005AA6FF424DDC34539E463F43EA92A767DF84CB4561441F -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2663/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2663/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6e7c9d47e854b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2663/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2663 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2663 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2663/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2663/Jackett.Jackett.yaml deleted file mode 100644 index f92cf5a084488..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2663/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2663 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2670/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2670/Jackett.Jackett.installer.yaml deleted file mode 100644 index 610da73c9c0e3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2670/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2670 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2670/Jackett.Installer.Windows.exe - InstallerSha256: ED43C3A4B509A41BEB64F7F10A300B195786B2D75E5CF1576EDF2E84F24E4CE4 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2670/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2670/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a4937068cc074..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2670/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2670 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2670 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2670/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2670/Jackett.Jackett.yaml deleted file mode 100644 index 5e119666d37b2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2670/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2670 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2671/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2671/Jackett.Jackett.installer.yaml deleted file mode 100644 index 149f3728e45f0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2671/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2671 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2671/Jackett.Installer.Windows.exe - InstallerSha256: CF4B2AF47160A4BE36F77CA304EF7F0CAEC62296AE86266E77C97C4225EBF63A -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2671/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2671/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5aeb869ea1816..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2671/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2671 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2671 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2671/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2671/Jackett.Jackett.yaml deleted file mode 100644 index 89b2e5d6aa852..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2671/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2671 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2679/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2679/Jackett.Jackett.installer.yaml deleted file mode 100644 index ca0721ad47c05..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2679/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2679 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2679/Jackett.Installer.Windows.exe - InstallerSha256: 2D3304B665658BCCA0A7FFF51573EAFB4F8CA76FEEE25A62074A56A668CA8CA8 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2679/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2679/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e5c0b65bc23dd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2679/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2679 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2679 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2679/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2679/Jackett.Jackett.yaml deleted file mode 100644 index 32951ec8164aa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2679/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2679 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2686/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2686/Jackett.Jackett.installer.yaml deleted file mode 100644 index b485af2b0bbb0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2686/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2686 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2686/Jackett.Installer.Windows.exe - InstallerSha256: 2C32E8FBF1479421348BE6334AD7212FEE1EAC3A34B92B2FD8FE4CDE9324CD89 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2686/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2686/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 612458551a6a6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2686/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2686 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2686 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2686/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2686/Jackett.Jackett.yaml deleted file mode 100644 index 280912abd2e56..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2686/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2686 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2687/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2687/Jackett.Jackett.installer.yaml deleted file mode 100644 index c931fee48a3d9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2687/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2687 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2687/Jackett.Installer.Windows.exe - InstallerSha256: 63579DEE69B7CA7825C346A6E6D781B351BC77973106EF1B29833ED60A7FE65F -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2687/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2687/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 70a54d29a820a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2687/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2687 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2687 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2687/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2687/Jackett.Jackett.yaml deleted file mode 100644 index 5944b71918bcc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2687/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2687 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2688/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2688/Jackett.Jackett.installer.yaml deleted file mode 100644 index d56058ab96ad3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2688/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2688 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2688/Jackett.Installer.Windows.exe - InstallerSha256: A67B33241B897A3658B8B44619D3F7A75572AF6C1DC224C3A5835315898CBA32 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2688/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2688/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 20caf63356aad..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2688/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2688 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2688 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2688/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2688/Jackett.Jackett.yaml deleted file mode 100644 index 27d56ff1714ba..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2688/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2688 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2691/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2691/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3f7d011041de5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2691/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2691 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2691/Jackett.Installer.Windows.exe - InstallerSha256: 2AEE7BC7D4BBDD6B85F42738D04815F682B35C9A131DF8BEDDA5DFF4735D42D0 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2691/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2691/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index cfe5f7369e9c8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2691/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2691 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2691 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2691/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2691/Jackett.Jackett.yaml deleted file mode 100644 index 380af17847f2a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2691/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2691 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2697/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2697/Jackett.Jackett.installer.yaml deleted file mode 100644 index 786c68d74d50f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2697/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2697 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2697/Jackett.Installer.Windows.exe - InstallerSha256: AE28E60B0B734076E8FD5FBC2C12FA21F1D1AEF5899B5FA80F929A67E9554B42 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2697/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2697/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d4d86b9dc81fd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2697/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2697 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2697 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2697/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2697/Jackett.Jackett.yaml deleted file mode 100644 index f842aaf8be1b6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2697/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2697 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2707/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2707/Jackett.Jackett.installer.yaml deleted file mode 100644 index d39109d9fccd0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2707/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2707 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2707/Jackett.Installer.Windows.exe - InstallerSha256: 293CB86DC7762833168CF309A649486C566773D76D347C9E1F1C526722125A1C -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2707/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2707/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ed4c4371eb5fc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2707/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2707 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2707 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2707/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2707/Jackett.Jackett.yaml deleted file mode 100644 index f28b60366aedf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2707/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2707 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2721/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2721/Jackett.Jackett.installer.yaml deleted file mode 100644 index b3edae3bce8b0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2721/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2721 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2721/Jackett.Installer.Windows.exe - InstallerSha256: 9D46B6CC737F8F3BE2905B633235C03441B0806F163FD2D54D6CA6290A9B5ABA -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2721/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2721/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6453520ca9a05..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2721/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2721 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2721 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2721/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2721/Jackett.Jackett.yaml deleted file mode 100644 index 4aed6fbb4389e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2721/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2721 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2732/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2732/Jackett.Jackett.installer.yaml deleted file mode 100644 index a56f4e88039ba..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2732/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2732 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2732/Jackett.Installer.Windows.exe - InstallerSha256: DEC15927992D1350D292590F017C8F4417EC37BF4242EB257C9DE54E24AEC130 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2732/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2732/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 61945df12b27c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2732/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2732 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2732 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2732/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2732/Jackett.Jackett.yaml deleted file mode 100644 index 91b23506884ba..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2732/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2732 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2741/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2741/Jackett.Jackett.installer.yaml deleted file mode 100644 index a610edd12ea26..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2741/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2741 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2741/Jackett.Installer.Windows.exe - InstallerSha256: CE999BF26C72C8E51E98731C4B9B4DDF46C000F3C35B46A164F9FDF076B22144 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2741/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2741/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 41a775b927508..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2741/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2741 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2741 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2741/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2741/Jackett.Jackett.yaml deleted file mode 100644 index 79b72698aa873..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2741/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2741 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2767/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2767/Jackett.Jackett.installer.yaml deleted file mode 100644 index fe4fb57aeb367..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2767/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2767 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2767/Jackett.Installer.Windows.exe - InstallerSha256: 8826B9E384D47133CA1616FE731FB583279F94C0F1F5EBE17F336861485CDDD1 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2767/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2767/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c81381ce9101d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2767/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2767 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2767 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2767/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2767/Jackett.Jackett.yaml deleted file mode 100644 index 63bcd6137cc5a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2767/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2767 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2782/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2782/Jackett.Jackett.installer.yaml deleted file mode 100644 index abc8b50f477cb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2782/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2782 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-01-31 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2782/Jackett.Installer.Windows.exe - InstallerSha256: 8A8EC8B2BFAC4D3790063541EFE6D4D9D79D801681BB5C4F0FEF0E83B3C56DF7 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2782/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2782/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index bd06df7e66206..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2782/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2782 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2782 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2782/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2782/Jackett.Jackett.yaml deleted file mode 100644 index f5b350404a7ea..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2782/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2782 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2814/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2814/Jackett.Jackett.installer.yaml deleted file mode 100644 index 46dfb864a10b4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2814/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2814 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2814/Jackett.Installer.Windows.exe - InstallerSha256: 234BACB4D8FBB77E16F02BCABD78319F0053DCC17CCC0D09B404CCFAFC416691 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2814/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2814/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ce287f0e5c2f5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2814/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2814 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2814 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2814/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2814/Jackett.Jackett.yaml deleted file mode 100644 index cd2d46d2b61d5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2814/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2814 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2845/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2845/Jackett.Jackett.installer.yaml deleted file mode 100644 index a97b67784f76e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2845/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2845 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2845/Jackett.Installer.Windows.exe - InstallerSha256: 114E30FCFF3D6EE493F5BA445C872F3DA1C19A1B7DF6F0E11DDDFF2EA0C5F1AB -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2845/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2845/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b7141fb4bc5ac..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2845/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2845 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2845 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2845/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2845/Jackett.Jackett.yaml deleted file mode 100644 index 7ccf61687cf45..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2845/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2845 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2870/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2870/Jackett.Jackett.installer.yaml deleted file mode 100644 index 558c8876d9e13..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2870/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2870 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2870/Jackett.Installer.Windows.exe - InstallerSha256: 41BA05984E9FC5C2CEC5CB4E58BD686B94D28E801159051ED2BC21190A870CC0 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2870/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2870/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c2ceb9094e26b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2870/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2870 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2870 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2870/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2870/Jackett.Jackett.yaml deleted file mode 100644 index 15b63a03cf9e1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2870/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2870 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2904/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2904/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9dc6dfb1addb6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2904/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2904 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2904/Jackett.Installer.Windows.exe - InstallerSha256: BC2479E5BEAB2E18F7C53C9ECA4144F0A5E4ECBDAFE58D82A75C3CAF1A5F5C30 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2904/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2904/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c788c8a93c54c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2904/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2904 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2904 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2904/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2904/Jackett.Jackett.yaml deleted file mode 100644 index ccfa173186f48..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2904/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2904 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2916/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2916/Jackett.Jackett.installer.yaml deleted file mode 100644 index f23c7b43a1704..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2916/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2916 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2916/Jackett.Installer.Windows.exe - InstallerSha256: E3DF4D7142090F66F3C4A12461908957785A8D8375C418070CDE1068C8081A5C -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2916/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2916/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5acebc71490fa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2916/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2916 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2916 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2916/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2916/Jackett.Jackett.yaml deleted file mode 100644 index f9870ed6414cf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2916/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2916 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2930/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2930/Jackett.Jackett.installer.yaml deleted file mode 100644 index 764aca06ee100..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2930/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2930 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2930/Jackett.Installer.Windows.exe - InstallerSha256: 055CFB6284EC2222C987E5A2A138649515B40BEACCB8B00775A94FC32D58FD37 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2930/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2930/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 12553f38b61b2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2930/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2930 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2930 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2930/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2930/Jackett.Jackett.yaml deleted file mode 100644 index 4c02ccd617119..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2930/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2930 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2986/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.2986/Jackett.Jackett.installer.yaml deleted file mode 100644 index d00153e0d1021..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2986/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2986 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.2986/Jackett.Installer.Windows.exe - InstallerSha256: 8BC4BD581BB4C0602AD6E24CC4ED5C9881B3BA5F3285A6528BB7AD5F26F05D7F -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2986/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.2986/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b5bb2e868cd88..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2986/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2986 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.2986 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.2986/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.2986/Jackett.Jackett.yaml deleted file mode 100644 index 1c49eb9e30ca4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.2986/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.2986 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3004/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3004/Jackett.Jackett.installer.yaml deleted file mode 100644 index ba4c07cbca99f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3004/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3004 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3004/Jackett.Installer.Windows.exe - InstallerSha256: CDCA8BB2FF0B02ADE187BF4F0363BA268984BEACCA0703916A11B0C515843807 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3004/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3004/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5cdbb5fca0448..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3004/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3004 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3004 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3004/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3004/Jackett.Jackett.yaml deleted file mode 100644 index 410cecb69e40f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3004/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3004 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3011/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3011/Jackett.Jackett.installer.yaml deleted file mode 100644 index d24ea131e828b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3011/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3011 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3011/Jackett.Installer.Windows.exe - InstallerSha256: B7A61B555E08F362E5D765A00E64BC07CAEAC06B7DA093E034613397AC3A13A1 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3011/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3011/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 617f5c13cfc1a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3011/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3011 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3011 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3011/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3011/Jackett.Jackett.yaml deleted file mode 100644 index 5c9c1b8528354..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3011/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3011 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3017/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3017/Jackett.Jackett.installer.yaml deleted file mode 100644 index 63ce1aa6db2b1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3017/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3017 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3017/Jackett.Installer.Windows.exe - InstallerSha256: 3DB1E84454C495BDDCDC1CA88A745CE33246EAC6269C8798A25ACC425B1F91F8 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3017/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3017/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index cb3d796815809..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3017/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3017 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3017 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3017/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3017/Jackett.Jackett.yaml deleted file mode 100644 index bb5278dbc43d9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3017/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3017 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3063/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3063/Jackett.Jackett.installer.yaml deleted file mode 100644 index 93c481faa729f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3063/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3063 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3063/Jackett.Installer.Windows.exe - InstallerSha256: 1956AF8D8F059A2BCA85B7BAABA9D409528A398BE5E32BB354C7451DA34A477D -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3063/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3063/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 18c9d3c1d386d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3063/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3063 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3063 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3063/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3063/Jackett.Jackett.yaml deleted file mode 100644 index fd96c6a24f1c6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3063/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3063 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3082/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3082/Jackett.Jackett.installer.yaml deleted file mode 100644 index 53b2d9a078368..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3082/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3082 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3082/Jackett.Installer.Windows.exe - InstallerSha256: 6F2792F4EF6CE0384D66891816B6FD53FE649F4A9AC03027A38A10DB206E0E3C -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3082/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3082/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f166d8322bb48..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3082/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3082 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -# PrivacyUrl: -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GNU General Public License v2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3082 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3082/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3082/Jackett.Jackett.yaml deleted file mode 100644 index 013c3a4ffdc47..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3082/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3082 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3127/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3127/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5d9c8108aa897..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3127/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3127 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3127/Jackett.Installer.Windows.exe - InstallerSha256: C8BA259C64F11E2D8661A1619A0AEBA7144806D60E62BA62ED41D2B6E6F3F428 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3127/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3127/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c54ae0644be96..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3127/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3127 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - aaf567a87dc62e28488a0c9e5048b92b4cacfc5f dontorrent: new domain - - 556b0ee7dd6eb5f3b96ffa2cee18037205179475 Rutracker-ru add russian option (#14022) - - c89cd64190d2a933ee0f02a97ab0b480e4efbb5e polishsource: add requestDelay and fake user-agent to bypass blocking (#14027) - - cbdb5990271f100eed1b46ed508c66e59e0609da world-of-tomorrow: new domain and updates. resolves #9213 - - f82bdc380863c61bdf0728988eaad2b2372bf26a anilibria: update to v3 api, add strip russian & append rus settings. resolves #14019 (#14024) - - 41e56f1f30c3e26a91e63a77fddf27c5fdfaa916 audiobookbay: clean titles (#14025) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3127 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3127/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3127/Jackett.Jackett.yaml deleted file mode 100644 index c28dd6dff9939..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3127/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3127 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3150/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3150/Jackett.Jackett.installer.yaml deleted file mode 100644 index 38c1c5f488fd3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3150/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3150 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3150/Jackett.Installer.Windows.exe - InstallerSha256: F94F4FC51BC52E3930F345CA1EC9A65EB7D270B70733103B6BA2CAF6ADCD60EF -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3150/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3150/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e4951d4346a13..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3150/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3150 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - b0e9392ddbb4eccdab1e84cfbdfa993aa814d345 anilibria: add movie search - - e14a89643ead4d746db41c86686165da5799d708 bitbazis: new layout - - b0b719b163316e6e4740fc835e23e12f5dd8bd61 crnaberza: add new cat - - 56b7449dbe3dfc109cc414cf08ca175457606724 torrentqq: bump domain - - 7d565cd0e95b493b73895c0a953189064ff49620 torrent9clone: new domain - - 313df3e1b6ea63650be81b981e5fdcbbb2f22c5e btsow: new domain - - 0ca18d1664124c3666246132be8d42929845480a assorted: fix "Strip Russian Letters" (#14036) - - d5e8d4f0f0c30dd6a1c3e85e0eb5918927bb9072 hqmusic: fix search by Lidarr for "VA" (#14035) - - 1f30b653d1eecf5022de920e99cd908f171a3af7 uhdbits: fix parsing the last word as release group for music (#14031) - - 0acade153b82e86f3df7e3f6137827635274f456 scenehd: update cert. resolves #14030 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3150 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3150/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3150/Jackett.Jackett.yaml deleted file mode 100644 index 855d89d474112..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3150/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3150 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3160/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3160/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1a5d1799deae9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3160/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3160 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3160/Jackett.Installer.Windows.exe - InstallerSha256: 4F594E530F916D31E486F896D5F9852D3DBA48FBFB38A6EAA8DA5D25AB34DAC8 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3160/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3160/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5bb2265dad426..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3160/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3160 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - 6fb12e1732633d35913af3d5199d1fb03d75b810 beyond-hd (api): add freeleech filters (#14034) - - 3ceb131ce8993ab448954f17c2d385257d56bc9e torrentsir: bump domain - - 8b511127ff98636706d9e0d93d1a76edc9f1e131 dicmusic: restore indexer. resolves #14039 (#14040) - - d0820cc9ad0f248e59e5478b852561a7e423b4b1 torrentleech: add exclude scene (#14037) - - efc0a1ca692c1e19be4619825837493e88ab8006 [rutor] add striprussian option (#14033) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3160 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3160/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3160/Jackett.Jackett.yaml deleted file mode 100644 index 288cb4ae56f13..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3160/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3160 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3164/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3164/Jackett.Jackett.installer.yaml deleted file mode 100644 index c2fbc7f125df2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3164/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3164 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3164/Jackett.Installer.Windows.exe - InstallerSha256: D44C8441364D01662B662F35D86DAF4906637898D757A5B7E88437A253EA5766 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3164/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3164/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 55b7af9d2f099..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3164/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3164 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - 3adf75097315b23bef447a534c7cb6278223a8e5 megapeer: add referer for search. resolves #14043 - - 34ab8123552836a22a62f80d8cc123b7ffe61ed9 acervos: update cats - - 376c8ba13b433d17cfc42a5e112c30e6c3e7db00 acervos-api: unit3d 6.4.1 custom -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3164 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3164/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3164/Jackett.Jackett.yaml deleted file mode 100644 index 8129fb73b7305..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3164/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3164 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3184/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3184/Jackett.Jackett.installer.yaml deleted file mode 100644 index dc442cf414c1a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3184/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3184 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3184/Jackett.Installer.Windows.exe - InstallerSha256: 1C804D3DB9F76289FE74FF537B898AA51540DAB46A1E3CF81CEBB531D4F79BEC -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3184/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3184/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9db2a71101b2c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3184/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3184 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - 35cfd7145f247ba91fccc4dc864b57e453415f26 noname-club: update cats (#14050) - - 2b34be06a77f64d1fd820e7e83755d4a8c5c422a acgsou: try high requestdelay to prevent UA block - - 5512d86f29859db55b7d0c9d0199dbab9ad5c4f7 acgsou: remove user-agent header - - c32fb862ee01d00d04a8a67842885747818642d8 yts: update title naming (#14047) - - fcbe60afb8b67ce38ad4e13233ca0919ca20ab6f torrentleech: add 2fa support. resolves #13772 (#14046) - - aede7449f7377f433b1dac185b486b5771e8bf9f hhanclub: update login test selector, logout removed - - bb298424f0f35ef9e21786320a0a44e6b9cbf818 anidex: update capabilities to match categories (#14044) - - 2321c14584e1b5de68baa0f1f42d7fd842f7fe14 rarbg: implement retry strategy with 429 response (#14000) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3184 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3184/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3184/Jackett.Jackett.yaml deleted file mode 100644 index 1edbd1d53d851..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3184/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3184 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3236/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3236/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4e453c2eb6c8f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3236/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3236 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3236/Jackett.Installer.Windows.exe - InstallerSha256: AAC9066BBCC04084F21C67FE096E3F40FBA4E8EB28FF29B2E74A103C5F866FAB -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3236/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3236/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3ee50d7624236..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3236/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3236 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - d2353c4611d356e67b327543897dd80844df7b39 turktorrent: MST 3d - - 61a8bf73d8fc2e89af135760cc0b6d4d6efa67ef huntorrent: new domain - - 37d144b71ce20dd1a1ffeccfe28719d293b303bf torrentby: new DL link - - a0c28b201e5a2de741ed8a8b0b9420d4bc2e71b4 dontorrent: new domain - - 94a2960003d0e32fb6582cf5114f8ef888855e4f torrent911: new domain - - e796754e2ca51eb7f16cea402b59676785caedcf partis: remove unnecessary slash - - e71f01cd42ef9d206f40b6ee5a3844efeca2aeb1 partis: migrate to yml (#14062) - - 9fdd5d322fd8a9838a6a5616cc2dcc99f52f4913 hellashut: remove prepending + to word (#14061) - - 9d023d05e227dae90149733aa1743bf67a87ab83 torznabquery: allow accents in match query (#14053) - - d4ca65c6412245a93e04a236c5ce2db7eb55662d cardigann: custom headers in login and download (#14048) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3236 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3236/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3236/Jackett.Jackett.yaml deleted file mode 100644 index 273f9a63ded1e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3236/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3236 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3247/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3247/Jackett.Jackett.installer.yaml deleted file mode 100644 index 77ca5ffe8d452..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3247/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3247 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3247/Jackett.Installer.Windows.exe - InstallerSha256: 50E73BD13506A22E8C22F2D42DB4E84BD514E477628FF0F1FAA565FA059E8ACB -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3247/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3247/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 42ce88d2bcc5f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3247/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3247 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - ae90c982f32b5f08abe0975809201aee5395e9b3 torrentoyunindir: new domain - - d87f61317147a2a587203ad8ece55797747031fb legittorrents: removed, down for 30 days. resolves #6426 (#14064) - - ad2377a53b3ab1825e1225f90773669de6228c4e gazelle config data: fix typo (#14063) - - 8ae91c23c1bf06035285b9d83e7dd835659cf7b4 Revert "hd4fans: common practice" - - 0f02c1b87ce87336dc8aab875c7d9c531caafc74 hd4fans: common practice - - 5edb39dafb6606f6d2d95efa4b8589dd02ea5025 core: bump deps (#14045) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3247 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3247/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3247/Jackett.Jackett.yaml deleted file mode 100644 index c59dccc5cc10b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3247/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3247 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3269/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3269/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0fee2b704fe99..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3269/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3269 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3269/Jackett.Installer.Windows.exe - InstallerSha256: 392F62DD37CB4E2B24CF0843EC14CB6DA82C8CDAA6230E6093D51C00E5CCD231 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3269/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3269/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0f38b3a2f4138..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3269/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3269 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cd800b58deb91a3b9ccf16ce5654806e9a47b8a2 dontorrent: new domain - - b751db6936b52ff57b3b78ab2d37215e3991f457 cardigann: minor improvements (#14070) - - ff305cdef7d588ca30c3e2ce01b9e5a0b829004d cloudtorrents & polishsource: change user-agent. resolves #14065 (#14068) - - b7646ec2b30fa50207fbe0f857d06f949ff602e0 cardigann: show request url with params in logs (#14067) - - b484be361af62b07d37bc7967a56db02426e86ab kinozal: fix login test (#14066) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3269 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3269/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3269/Jackett.Jackett.yaml deleted file mode 100644 index 8ba21f5dbeb26..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3269/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3269 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3288/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3288/Jackett.Jackett.installer.yaml deleted file mode 100644 index c6b2582cf6f95..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3288/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3288 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3288/Jackett.Installer.Windows.exe - InstallerSha256: A345676E80C7103CBB31CE07142C09566D38DC8E2EF7B6BC4CDE11EF82F8997D -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3288/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3288/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2ae28023eb823..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3288/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3288 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - 2c3dcf399e4b3afe1ebbb64fc6369772145aa973 pignetwork: time elapsed not supported. - - 15d0ba572593b86cd29757d7d09ead809e6f204d torrentqq: bump domain - - 4f9b2210e1492c79653229fca540e5e4f6bd35f4 cardigann: switch to standard datetime format (#14072) - - 37fb4b32f0af39cdc1dc67d1cb2fd316e6206a66 cloudtorrents: remove UA and requestdelay. #14065 - - d49d9fa6918b910e09b158b1bf412c7f40e8a678 cloudtorrents: change UA, add high requestdelay. #14065 - - d3df21459e6f4c46a9c00d025ffc7ef009117df4 cardigann: minor changes (#14071) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3288 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3288/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3288/Jackett.Jackett.yaml deleted file mode 100644 index 78754a9b16e59..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3288/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3288 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3340/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3340/Jackett.Jackett.installer.yaml deleted file mode 100644 index eab6f49caf114..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3340/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3340 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3340/Jackett.Installer.Windows.exe - InstallerSha256: 2960BEFA73514E3E204D2DFBFF346679E9334C81268B06C1F25CE4BB47D33328 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3340/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3340/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9e62dbb7e02dd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3340/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3340 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - 90fb5137b7fede647d1c408a82769359db8e0544 partis: add cat - - 49ee065a5abbd323164af4d6bc2e578ba1bb51df torrentsir: bump domain - - 1da43329018c0f3298bd44ccbf9dbb7b7df30313 torrentqq: fix prior update - - 7e52ea52e1a0d4d158dc64579b1781496f2600c9 assorted: move getbytes to parseutil and add tests (#14076) - - 37455119e19d30db0f28a673490fa803be4cc238 cardigann: add dateparse schema validation. related to #14072 (#14087) - - 1ec507b6e0d8273be787eecd42ca7b4aeac7a141 assorted yml: dateparse update. related to #14072 (#14086) - - 8de1592d1f963c4f47b69fea2952b3c631dd0e33 assorted yml: dateparse update. related to #14072 (#14084) - - 8b3d9f4b5c82dfac041953488672ee8d822ef7ba assorted yml: dateparse update. related to #14072 (#14083) - - 90438e04cb8858036e05d980d6e256a1b6fd28aa assorted yml: dateparse update. related to #14072 (#14082) - - adac51b136a7c795fb29e1a3ec3b83b9a30a94d7 assorted yml: dateparse update. related to #14072 (#14081) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3340 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3340/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3340/Jackett.Jackett.yaml deleted file mode 100644 index a44611ab0d788..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3340/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3340 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3366/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3366/Jackett.Jackett.installer.yaml deleted file mode 100644 index 641070ba71153..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3366/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3366 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3366/Jackett.Installer.Windows.exe - InstallerSha256: D247B47209B6C18EED91E0ED2A46EF633C2DF5CDC30D786540AAC57252AF5AD0 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3366/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3366/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 968239612d93b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3366/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3366 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - c0dbf39cf63df97c613b9fb6214059c7e6ae3516 1337x: Add cat/Other to default paths for ebooks (#14097) - - e293aa9e4b2576e2964021ea2225d3aafe93104c cloudtorrents: removed, UA blocked again. #14065 (#14096) - - 2a9702cad6baa0f4170740370df55b85c05f11df cardigann: move check for Rfc1123ZPattern (#14095) - - a99093386a510a6209664788581fab0a936e17fb cardigann: improve GetLongFromString and parse fields (#14094) - - f7e68847207ed7bdd6d915a49807f3173c392596 cardigann: invariant date string parsing (#14074) - - 37ff7ed991b01819d85b1137239ca0162655d125 editorconfig: change indent_size to 4 for js,ts,json,html,cshtml (#14090) - - 39129cf0f85277223400433da711a19a8f60726d cache: ignore the Cache property on TorznabQuery (#14092) - - 378d5eeaa4f77d4ebf42f10ae931a2b3135102e1 torrent9: fix titles with broken HTML highlight (#14091) [ #11199 ] - - b2e8c08311e119d4d44ecc866bdd150932b66a94 hdtorrentsit: fix info link (#14089) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3366 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3366/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3366/Jackett.Jackett.yaml deleted file mode 100644 index a344c63ca0264..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3366/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3366 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3392/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3392/Jackett.Jackett.installer.yaml deleted file mode 100644 index b617027c38e64..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3392/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3392 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3392/Jackett.Installer.Windows.exe - InstallerSha256: 179350A7A385DC8D393C7FB257395147FC9B83A15381817728394CCF25E241C9 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3392/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3392/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 313c5b5742322..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3392/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3392 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - aa6e8e4bf178ea33f677cc86d25a98f498a40b93 teamhd: prevent redirect - - a3f0bd5b8738a1e5f3be7b461c14154239f57500 cinemaz: remove audio cat - - 045f39313c03a1efa3592468abbac115beb2c81d cardigann: Use GetValueOrDefault to prevent possible InvalidOperation (#14100) - - 1d62b859e094a29105b44c805eaccf10877a3656 nebulance: add tvmaze support (#14098) related to #6413 - - fdb2e68efd74abe7e00f570e7f4e4b0876358f30 audiobookbay: increase requestDelay (#14099) - - f7b6813e21f58397ef2e14bac0d3b86f9ad0ca12 nebulance: add supportsRawSearch. #6413 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3392 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3392/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3392/Jackett.Jackett.yaml deleted file mode 100644 index 2210915cf0abd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3392/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3392 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3403/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3403/Jackett.Jackett.installer.yaml deleted file mode 100644 index 545075017412c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3403/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3403 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-02-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3403/Jackett.Installer.Windows.exe - InstallerSha256: B294D6CD4C2CCF93BCC668B7B5BC6C9A8E5736454C57BF41675862610B6E30DA -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3403/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3403/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6de85c8ae3a0e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3403/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3403 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - 0a2de978b9928516fb5e567276ddc3eb967ad49c soulvoice: lint fix - - c2b9a42f31c4e63694278a5be77bff3425240c6c soulvoice: update layout. resolves #8451 - - 9f913d14d724dbe484ab6abfb7db4ea67d8120f3 les-cinephiles: found a way to use cat id - - 579fd81e874cc3860f46329e5ae21d80bdd7bcec sharkpt: use cookie method - - 8ca2c236410e409f5f5a7c5394ad31e69106adc5 les-cinephiles: thanks before DL. resolves #14101 - - 02fa828f44a94ab6d1c7de7ed28716e33e6430e5 losslessclub: fix description (#14102) - - 69e4061d0b52c59fd2cd1f70db2aea33f4b1554a datascene-api: update to 6.5.0 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3403 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3403/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3403/Jackett.Jackett.yaml deleted file mode 100644 index 31e624bb6ea2a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3403/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3403 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3411/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3411/Jackett.Jackett.installer.yaml deleted file mode 100644 index b1b81f01e5c95..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3411/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3411 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3411/Jackett.Installer.Windows.exe - InstallerSha256: 09FF5D0D80B969D999CF84AC2032EE40141AE80851D437E27B81A9D08050641B -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3411/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3411/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 849ca8aaef3b6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3411/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3411 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - aa64c759084ecbb0bec5b5880626f1a10f02e827 dontorrent: new domain - - 192254d40223e1d3ed3d9e50a7bc7019376bf1b0 world-of-tomorrow: new domain #9213 - - 27c001c08dd8e982772cc1e2141d6c003205bf62 cardigann: rename missingAttributeEquals0Results to missingAttributeEqualsNoResults (#14105) - - e4e625c9224d06164ab35edb639facd5268cc8fd chdbits: add captcha (#14104) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3411 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3411/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3411/Jackett.Jackett.yaml deleted file mode 100644 index a0fe8c4bf89fa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3411/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3411 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3436/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3436/Jackett.Jackett.installer.yaml deleted file mode 100644 index 710211cd116c6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3436/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3436 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3436/Jackett.Installer.Windows.exe - InstallerSha256: 348D70182C16079594243D1CE4A399782EE85499D9FFEF12C698187B0A5B7C19 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3436/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3436/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0910176daf6f5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3436/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3436 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - e867d5c1aad792b1dd4ce4b122436049af5f3eca yggtorrent: update 3x cats (#14112) - - 5c5666165475705a0e13d39dc81b0a7042517c75 bitspyder: update encoding to iso-8859-1 and add login test selector (#14111) - - 51471adc0b6a3c86a9f41ba40c5f2224f55a0a3d arabtorrents: fix query regex (#14110) - - 40e7a658e777c349e9e0d8dade08f7c27f77dbf4 arabtorrents: adjust descr - - c232eaf7c7661f39c4fb38c0655c03ebb75c6fa6 arabtorrents: add new private tracker (#14108) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3436 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3436/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3436/Jackett.Jackett.yaml deleted file mode 100644 index 97ea38adbbc18..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3436/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3436 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3444/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3444/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1f70fb460426d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3444/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3444 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3444/Jackett.Installer.Windows.exe - InstallerSha256: 5A8CF033A5093EB5AC5FECD9D86653E0E963D5BB2E33C7E8C38EB39746C5DF09 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3444/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3444/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6261df6832ea2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3444/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3444 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - 6e20120c72aa25c1362ecb39f0b591f79731ba3f brokenstones: new domain. resolves #14116 - - eecb6f00dac5ba27914fdcb63c4b512aff35599c rintornet: update cats - - 9df4e7bbd1eeffc7d802ea719a19f74e569ed2a4 torrentqq: bump domain - - 6fc1e19184c879a04ae849453c9a70c110e1d4fd pornleech: removed, down for 30 days. resolves #7227 (#14115) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3444 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3444/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3444/Jackett.Jackett.yaml deleted file mode 100644 index 2ffd81521486e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3444/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3444 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3451/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3451/Jackett.Jackett.installer.yaml deleted file mode 100644 index fe8d7b3422455..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3451/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3451 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3451/Jackett.Installer.Windows.exe - InstallerSha256: 913F91455DF54AB93EDACECBF00D26B98728E171E55B6DC7D6AC46B9C44E1E8F -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3451/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3451/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1c0deb5456618..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3451/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3451 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - 687882204345744595ce07b46ddde4544fd3f8ed torrentwhiz: bump domain - - 951a9628b1a04a7b83f5f41e4bad544b51371fc5 torrentview: bump domain - - 381212f783b31fb7239d3d834d56d6eed7c51557 linkomanija: add freeleech only setting (#14119) - - a51fab1fc9cdc5e3eddbaaad87cc996ae98ca326 linkomanija: prepend + to each word (#14118) - - 80691060ea030e869084209b63285061a3f06da8 nyaasi: add prefer magnet link setting -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3451 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3451/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3451/Jackett.Jackett.yaml deleted file mode 100644 index 7bbcd3c73357e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3451/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3451 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3463/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3463/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7b5d2c78ec03b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3463/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3463 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3463/Jackett.Installer.Windows.exe - InstallerSha256: 83B6A8B9C8353ECC7B09579DB672BDD5FAC8B21CB5ADFDFE1FCBA20C0F826026 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3463/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3463/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7d81e76b4ca4a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3463/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3463 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dcaa5878539497d2cd0fd9488ab862faffd1ee4b common: add more string extensions (#14123) - - 6293a123586429eb097ef3cd1f6cfb382ffb4f86 scenetime: cs fixes and enable search for tv by imdbid (#14121) - - 1d417bf3ad0c3ac3cb42e811bca4a48e820e9370 scenetime: add imdb search - - faba3f1b637578753aaa9a4543ffccab69d37fa0 assorted: fix closing HTML tags in display info (#14117) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3463 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3463/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3463/Jackett.Jackett.yaml deleted file mode 100644 index 9c7eba46b469a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3463/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3463 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3486/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3486/Jackett.Jackett.installer.yaml deleted file mode 100644 index bc661862787ec..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3486/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3486 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3486/Jackett.Installer.Windows.exe - InstallerSha256: 60356276FED2EE707C0CD7B8B1B845F2C307B27715284AA7A59B37C5CE41A802 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3486/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3486/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2d76662b36060..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3486/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3486 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - 0c10704eae99cbbe78d58c01fd5481b1ac79acd0 Update CONTRIBUTING.md - - bbeca179d9167a1aef9ad1c0c140ea8066a6623d indexers: show real publish date when build has debug set (#14128) - - cfa154be162e01e9843319647a63562823bda63a capabilities: set 100 as default for LimitsDefault and LimitsMax (#14127) - - dc948d6e755f564ca8cfd0cf3bf666b3a81ceddc fix building in Visual Studio 2022 (#14126) - - 954e1cd37a7cef230010496f24a8e227bfd5a8da gazelletracker: ignore artist name searching if VA (#14125) - - 8729652e86c1fa2d497d30ba36dc6993fe588a28 indexers: add SupportsPagination to prevent fetching the first page multiple times (#14122) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3486 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3486/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3486/Jackett.Jackett.yaml deleted file mode 100644 index 9c84271a07cf8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3486/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3486 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3521/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3521/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4afc9f22ba2b2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3521/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3521 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3521/Jackett.Installer.Windows.exe - InstallerSha256: 11C37179E58DDD4E78189AAE03E41D6868FB55E7DA7A1EFFC850F21B56E3F4DE -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3521/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3521/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 09010598c9d10..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3521/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3521 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - bat&ext: use high requestdelay (#14136) - - badasstorrents: reduce to 2 queries - - exttorrents: fix paths, reduce to 2 queries, and remove UA - - avistaz/privatehd: add support for searching by ImdbId/TmdbId/TvdbId (#14135) - - avistaz: set caps limits for pagination to work and set requestDelay to 3s (#14134) - - filelist: add support for search by season+episode (#14130) - - filelist: enable tvsearch by imdbid (#14129) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3521 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3521/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3521/Jackett.Jackett.yaml deleted file mode 100644 index 73f8efe60eb67..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3521/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3521 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3546/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3546/Jackett.Jackett.installer.yaml deleted file mode 100644 index 2aaddd3208ef3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3546/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3546 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3546/Jackett.Installer.Windows.exe - InstallerSha256: 6CBE12F6AD207B830EE76020B1CF84C8E004CB963CEFEC3F35892C4876AD3575 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3546/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3546/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2338be6609034..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3546/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3546 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - exttorrents: fix second page url generation (#14139) - - assorted nexusphp: add notnewword param (#14137) - - gazelletracker: add freeleech only setting (#14133) - - core: don't enforce expression body on constructors (#14138) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3546 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3546/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3546/Jackett.Jackett.yaml deleted file mode 100644 index 26e9e94b1eb19..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3546/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3546 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3559/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3559/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3ad21c935a77b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3559/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3559 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3559/Jackett.Installer.Windows.exe - InstallerSha256: A54E72DD0BE40E7B1BD22D8B45DBAB233312AB8CEFC52A860FE6DF1C27AA6E62 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3559/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3559/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 93528e79df752..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3559/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3559 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - meta-indexer: disable pagination if offset > 0 (#14144) - - assorted: enable ssl/trackerssl for nexusphp-based definitions (#14141) - - dontorrent: change domain *.cloud - - Update README.md - - assorted: new unblockit domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3559 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3559/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3559/Jackett.Jackett.yaml deleted file mode 100644 index 305fc6d0e316d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3559/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3559 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3579/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3579/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0e859d38b06d3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3579/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3579 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3579/Jackett.Installer.Windows.exe - InstallerSha256: 84E36767E345468492566F7881B9BF2A8C049C7696F16EE0C1B0FFAB4E20BA78 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3579/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3579/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 630b2ca4e6cb7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3579/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3579 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentsir: bump domain - - torrentqq: bump domain - - indexers: set indexer details as properties (#14131) - - assorted: move public props at top (#14146) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3579 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3579/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3579/Jackett.Jackett.yaml deleted file mode 100644 index 10332722d928d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3579/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3579 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3583/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3583/Jackett.Jackett.installer.yaml deleted file mode 100644 index c002e99260345..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3583/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3583 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3583/Jackett.Installer.Windows.exe - InstallerSha256: 2A08757F29C44011A7E5B1E16E4FFA8617B54626624AB7D133A0F0A18B4A6517 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3583/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3583/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5e3f273e046ea..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3583/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3583 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - mejortorrent: new domain. resolves #14149 - - indexers: fix site link in setup modal (#14148) - - indexers: move setting capabilities to methods (#14147) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3583 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3583/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3583/Jackett.Jackett.yaml deleted file mode 100644 index 3b27387d3e93f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3583/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3583 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3593/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3593/Jackett.Jackett.installer.yaml deleted file mode 100644 index 616b8a1b1e5a0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3593/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3593 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3593/Jackett.Installer.Windows.exe - InstallerSha256: CA3BEF0AD3D39410FBDEE6EEB3AE9FC59FFC5E3D8EDBF8A12A8BF48234AB6012 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3593/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3593/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 74b8cc52e20e8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3593/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3593 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - punkshorror: new cat - - hellashut: update inputs (#14151) - - pornforall: removed. resolves #8557 - - woot: gone. removed. resolves #9828 - - kamept: lint fix - - kamept: add Chinese 3X tracker. resolves #14145 (#14150) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3593 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3593/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3593/Jackett.Jackett.yaml deleted file mode 100644 index dc0c67cd8d0d0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3593/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3593 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3599/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3599/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5387a133d5f6b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3599/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3599 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3599/Jackett.Installer.Windows.exe - InstallerSha256: 5FDC231DEC37451382B9C7578ADB5C7E259445E0AFB95F723E74EA8B84F286CB -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3599/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3599/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5378d92ddb78e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3599/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3599 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - server: add elapsed time to logs (#14153) - - piratethenet: change sitelink to HTTPS (#14154) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3599 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3599/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3599/Jackett.Jackett.yaml deleted file mode 100644 index b761e7a456b09..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3599/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3599 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3604/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3604/Jackett.Jackett.installer.yaml deleted file mode 100644 index 80c2f2fa689af..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3604/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3604 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-15 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3604/Jackett.Installer.Windows.exe - InstallerSha256: 2CEA7F059965BA10437B6F44F6E6DA57A32D13F7A70301BD0A283389A2956EFD -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3604/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3604/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 96690023b2430..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3604/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3604 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dontorrent: new domain - - torrent911: new domain - - elitetorrent-pl: switch to semi-private. #14155 - - add eliteTorrent-pl a private Polish site. resolves #14155 - - bwtorrents: update sitelinks - - Update README.md -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3604 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3604/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3604/Jackett.Jackett.yaml deleted file mode 100644 index 19f9586ef7fdc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3604/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3604 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3609/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3609/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9932575377799..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3609/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3609 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3609/Jackett.Installer.Windows.exe - InstallerSha256: 6B8F8126205EE95971900CFDDC88C79FF3B34A93D1A54FC85267EEF2118D0A50 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3609/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3609/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a6969d95846b7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3609/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3609 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent9clone: new domain - - btsow: new domain - - vtorrent: first page is 1 - - elitetorrent-pl: first page is 1 (#14156) - - btdigg: drop onion.ly and tor2web.to proxies -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3609 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3609/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3609/Jackett.Jackett.yaml deleted file mode 100644 index 218ca62af4104..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3609/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3609 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3617/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3617/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8ef0149f1cafc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3617/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3617 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3617/Jackett.Installer.Windows.exe - InstallerSha256: 17EEC9159ED1C69D5CDA2387BE6B128F65C567E17A3C4B379D775B84F8B7DB0B -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3617/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3617/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b2cccfb88bb1c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3617/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3617 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentqq: bump domain - - lightning-tor: lint fix - - add Lightning-Tor a semi-private Dutch site. resolves #14160 - - animetorrents: add freeleech/downloadable only settings & pagination (#14158) - - hdspace: improve error message on login (#14157) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3617 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3617/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3617/Jackett.Jackett.yaml deleted file mode 100644 index 96d87293b235d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3617/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3617 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3627/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3627/Jackett.Jackett.installer.yaml deleted file mode 100644 index a6f9d9e950f66..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3627/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3627 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3627/Jackett.Installer.Windows.exe - InstallerSha256: CEC9B5CDB9CD911670F2772A32C1D8BD5787C2742C38DB5675BBB6C4488888BC -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3627/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3627/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9c293d5223f49..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3627/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3627 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentsir: bump domain - - BrokenStones: new domain (#14170) - - xthor-api: add legacy link without slash (#14168) - - elitetorrent-pl: fix typo (#14167) - - uhdbits: expired certificate (#14166) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3627 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3627/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3627/Jackett.Jackett.yaml deleted file mode 100644 index 3221a147cebf0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3627/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3627 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3628/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3628/Jackett.Jackett.installer.yaml deleted file mode 100644 index 85a22a8f92e42..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3628/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3628 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3628/Jackett.Installer.Windows.exe - InstallerSha256: 65D1DFB303F52AD0E46D5B140A647AE061D221F7E2941DA1270574131E8668B8 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3628/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3628/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index defd76e395f3a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3628/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3628 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - add ex-torrenty a semi-private Polish site. resolves #13033 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3628 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3628/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3628/Jackett.Jackett.yaml deleted file mode 100644 index 391b312e0227c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3628/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3628 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3642/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3642/Jackett.Jackett.installer.yaml deleted file mode 100644 index 05bf8754febc7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3642/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3642 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3642/Jackett.Installer.Windows.exe - InstallerSha256: BCBBA7C26762DC8FA72F5BFAD1960A636A058D8CE588A0D7F51FDA6C753B2B0A -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3642/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3642/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 894660854ceb5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3642/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3642 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - ptmsg: removed. resolves #8452 - - helltorrents: add semi-private polish tracker. resolves #14164 (#14173) - - sharewoodapi: refactor (#14169) - - hdspace: simplify error messages (#14172) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3642 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3642/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3642/Jackett.Jackett.yaml deleted file mode 100644 index d902649da36b9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3642/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3642 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3664/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3664/Jackett.Jackett.installer.yaml deleted file mode 100644 index e67453668f401..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3664/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3664 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3664/Jackett.Installer.Windows.exe - InstallerSha256: 2CA57DB73A4AB5F610CE13A5DD9436C8DC38B8ABF04CBA56949D2CD5F8757A6D -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3664/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3664/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7887dfe5fadf9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3664/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3664 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted yml: use default: statement for optional fields - - Update ParseUtil.cs to avoid null references (#14178) - - arabp2p: new cat - - assorted unit3d: clean up $raw - - common: bump FlareSolverrSharp to 3.0.5 (#14177) - - assorted yml: clean up $raw - - assorted unit3d: clean up $raw now that empty search fields are dropped - - assorted yml: use default: statement for optional fields - - torrent9: revert - - assorted yml: optional title tidy up -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3664 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3664/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3664/Jackett.Jackett.yaml deleted file mode 100644 index 574aba9bd7a3a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3664/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3664 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3670/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3670/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6a34786959a5f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3670/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3670 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3670/Jackett.Installer.Windows.exe - InstallerSha256: A0236B48A8D7F4C85F5E1AE37CC538385EF0CC829A95B055897566F80A394D25 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3670/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3670/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1bb3a9a65e179..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3670/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3670 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - thegeeks: new cat - - dontorrents new domain - - assorted yml: use default: statement for optional fields (#14179) - - dark-shadow: removed. #7892 - - assorted unit3d: drop empty inputs -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3670 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3670/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3670/Jackett.Jackett.yaml deleted file mode 100644 index 611f9334c6331..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3670/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3670 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3671/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3671/Jackett.Jackett.installer.yaml deleted file mode 100644 index 185c7e7958fdc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3671/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.3.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3671 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3671/Jackett.Installer.Windows.exe - InstallerSha256: B3158B2D0201BE8292CB040C1B85585103267FA2FCAA4474FC7F792633D6E76D -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3671/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3671/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 252a7300965c9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3671/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.3.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3671 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - happyfappy: new cats -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3671 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3671/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3671/Jackett.Jackett.yaml deleted file mode 100644 index df4370610a501..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3671/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.3.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3671 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3678/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3678/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7d0e061d64f1c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3678/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.3.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3678 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3678/Jackett.Installer.Windows.exe - InstallerSha256: 2BF967FA15300B1480E63802AB19F425DF069685FCE9E89D92EF1F8F3CF23BA8 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3678/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3678/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ff69815d5b68e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3678/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.3.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3678 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - jptv: drop MR - - torrentqq: bump domian - - assorted: set limit 100 to get more results from default 20 (#14186) - - superbits: fix searching by episode in combo with imdbid (#14185) - - hdtorrentsit: allowEmptyInputs. resolves #14184 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3678 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3678/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3678/Jackett.Jackett.yaml deleted file mode 100644 index 6d2bc2232429b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3678/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.3.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3678 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3681/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3681/Jackett.Jackett.installer.yaml deleted file mode 100644 index e3c5c1809fddc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3681/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.3.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3681 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3681/Jackett.Installer.Windows.exe - InstallerSha256: 191673513241DB8737A7C135BFF8BA23ECAE5724C10174584348069FB2B0ADA8 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3681/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3681/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 4b9ea39563bd7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3681/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.3.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3681 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - beyond-hd-api: fix flags count condition (#14191) - - beyond-hd-api: minor cleanup (#14190) - - add thorsland a private French site. resolves #14187 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3681 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3681/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3681/Jackett.Jackett.yaml deleted file mode 100644 index 286765be73969..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3681/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.3.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3681 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3682/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3682/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4e84197d8975e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3682/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.3.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3682 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3682/Jackett.Installer.Windows.exe - InstallerSha256: A799A09ACC6472FB109E45D5974E28BCD0E38F5819168FABC869A7B08F88E7EE -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3682/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3682/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d21d175ba657a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3682/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.3.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3682 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - tellytorrent: -> 6.5.0 - - 52pt: expired CA -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3682 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3682/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3682/Jackett.Jackett.yaml deleted file mode 100644 index e2272283d9a6a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3682/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.3.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3682 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3684/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3684/Jackett.Jackett.installer.yaml deleted file mode 100644 index ca7bdc5065940..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3684/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3684 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3684/Jackett.Installer.Windows.exe - InstallerSha256: E375ADD9F638F2FD08DBAD48314CD9D0C207958C63B0C4BA84CE4B59A26E71A6 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3684/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3684/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f0e0976b0e91b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3684/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3684 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - backups: add new cat -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3684 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3684/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3684/Jackett.Jackett.yaml deleted file mode 100644 index 4c0e1a421bc97..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3684/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3684 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3689/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3689/Jackett.Jackett.installer.yaml deleted file mode 100644 index e1df05d3b84bb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3689/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3689 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3689/Jackett.Installer.Windows.exe - InstallerSha256: 586A62567FC1CD0AB2838DA55E12278575C847750134D20DD1FA1D4DC13BC425 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3689/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3689/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index defdc0d663b84..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3689/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3689 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hdcztorrent: update cats - - cinecalidad: new domain - - torrentsir: bump domain - - brasiltracker: add freeleech search. #9456 - - ihdbits: removed. resolves #13692 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3689 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3689/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3689/Jackett.Jackett.yaml deleted file mode 100644 index 55fa5279a3368..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3689/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3689 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3704/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3704/Jackett.Jackett.installer.yaml deleted file mode 100644 index e005e24a42a63..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3704/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3704 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3704/Jackett.Installer.Windows.exe - InstallerSha256: 2FA0313B2AFB375CA17EFA87F09AAEBCFB70A10C24E5071756982FAC6BFC1D0A -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3704/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3704/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8fb8fb14db433..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3704/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3704 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - xiteme: add filter freeleech. #9456 - - thefallingangels: add filter freeleech. #9456 - - snowpt: add filter freeleech. #9456 - - hdturk: add filter freeleech. #9456 - - funkytorrents: add freeleech search. #9456 - - broadcity: add filter freeleech. #9456 - - cardigann: avoind null reference during debugging - - rutracker-ru: new cat - - Update README.md - - dontorrent: change domain *.ms -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3704 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3704/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3704/Jackett.Jackett.yaml deleted file mode 100644 index 7c9c544c60401..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3704/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3704 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3717/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3717/Jackett.Jackett.installer.yaml deleted file mode 100644 index 56856321f32ed..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3717/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3717 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3717/Jackett.Installer.Windows.exe - InstallerSha256: 9FAAE3A835E128938DE2050D28E83E57E6B808D814821F2CEACAEDDF9B52F020 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3717/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3717/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 58e938110e286..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3717/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3717 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent-explosiv: add filter freeleech. #9456 - - Update README.md - - marinetracker: add freeleech serch. #9456 - - torrentleech-pl: add freeleech search. #9456 - - Update README.md - - deildu: are FL - - zelkaorg: add filter freeleech. #9456 - - uniongang: add freeleech search. #9456 - - torrentnetwork: add filter freeleech. #9456 - - learnbits: add filter freeleech. #9456 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3717 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3717/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3717/Jackett.Jackett.yaml deleted file mode 100644 index 0fb0bd9a761b3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3717/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3717 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3723/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3723/Jackett.Jackett.installer.yaml deleted file mode 100644 index ce1cafe40483e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3723/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3723 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-03-31 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3723/Jackett.Installer.Windows.exe - InstallerSha256: ED863DBE8C19FFE7F932437149D10E9314AD8AA95460FBDDDB645EEAE44779FF -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3723/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3723/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 914b4eb557180..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3723/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3723 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentqq: bump domain - - ztracker: add freeleech search. #9456 - - torrentslocal:add freeleech search. #9456 - - rustorka: add search freeleech. #9456 - - rgfootball: add freeleech filter. #9456 - - rainbowtracker: add freeleech search. #9456 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3723 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3723/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3723/Jackett.Jackett.yaml deleted file mode 100644 index 4498f18b96c4f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3723/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3723 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3739/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3739/Jackett.Jackett.installer.yaml deleted file mode 100644 index 152adc2faca98..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3739/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3739 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3739/Jackett.Installer.Windows.exe - InstallerSha256: FBC59CFEFC6094FFC7EB6CD1F19D8964153BA7ECFF7F122B99299133147E3A4A -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3739/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3739/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 511de09ef1522..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3739/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3739 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - xspeeds: add filter freeleech. #9456 - - rudub: drop *.tv domain - - yggtorrent: replace french date dd-mm-yyyy to yyyy.mm.dd (#14199) - - add xxxclub a public 3x site. resolves #14202 - - funfile: use ternary operator for freeleech search. #9456 - - hdtorrents: add freeleech search. #9456 (#14200) - - partis: remove commented freeleech setting - - rainbowtracker: change login block for captcha -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3739 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3739/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3739/Jackett.Jackett.yaml deleted file mode 100644 index fae8cea80bc2f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3739/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3739 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3756/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3756/Jackett.Jackett.installer.yaml deleted file mode 100644 index 22e58f077eea9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3756/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3756 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3756/Jackett.Installer.Windows.exe - InstallerSha256: 0B057D05D3DAFC689800BF236824572C2115E805545D23FEE968217228FE3BF3 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3756/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3756/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ccd097297aa2c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3756/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3756 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - sportscult: specify the login form and improve error selection (#14204) - - krazyzone: new layout and search engine - - eniahd: add freeleech search. #9456 - - sportscult: add freeleech search and fix category filtering (#14205) - - Revert "redacted: add freeleech search. #9456" - - newstudioL: add freeleech search. #9456 - - nonameclubL: add freeleech search. #9456 - - piratbitL: add freeleech search. #9456 - - redacted: add freeleech search. #9456 - - assorted: redundant using directive (#14203) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3756 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3756/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3756/Jackett.Jackett.yaml deleted file mode 100644 index b2f6fcfc53e83..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3756/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3756 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3767/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3767/Jackett.Jackett.installer.yaml deleted file mode 100644 index 2adc25325d505..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3767/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3767 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3767/Jackett.Installer.Windows.exe - InstallerSha256: 27425EBE918D0CE96D7723D41AC6FF7B50609B2256A00971DC99DAF5122F6F60 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3767/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3767/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b10fd5e2177df..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3767/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3767 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hdcztorrent: add cat - - cpasbiensi: removed. resolves #14209 . resolves #13919 - - zetorrents: new magnet DL. resolves #14210 - - audiobookbay: add cat other. resolves #14208 - - sportscult: use join for categories filter (#14206) - - Use Array.Empty and fix a few multiple enumerations (#14194) - - tvstore: site is always freeleech - - file-tracker: add freeleech filter. #9456 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3767 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3767/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3767/Jackett.Jackett.yaml deleted file mode 100644 index 4e1184a08c9c0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3767/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3767 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3772/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3772/Jackett.Jackett.installer.yaml deleted file mode 100644 index fc1145babdfa4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3772/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3772 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3772/Jackett.Installer.Windows.exe - InstallerSha256: 894E9494C9705809D29F1EBCB3972DCEB063501F61FCE6E26B2104CA08167DD3 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3772/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3772/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index faac53974fff2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3772/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3772 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentwhiz: bump domain - - torrentview: bump domain - - dodder: removed, down for 30 days. resolves #13759 (#14216) - - dariustracker: removed, down for 30 days. resolves #9768 (#14215) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3772 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3772/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3772/Jackett.Jackett.yaml deleted file mode 100644 index 7dd4f45ac1eba..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3772/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3772 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3778/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3778/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3a98be8e716be..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3778/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3778 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3778/Jackett.Installer.Windows.exe - InstallerSha256: BF69AE0264B07E2581BBADE05BAB252E848D94E7FEEBFAF645F2DF17656D1904 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3778/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3778/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9244f9205d333..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3778/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3778 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - marinetracker: new cat - - filelist: change TZ to account DST (#14218) - - assorted: swap out category:optional for default - - tvroad: cat can be missing -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3778 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3778/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3778/Jackett.Jackett.yaml deleted file mode 100644 index 22c6a2b7b1628..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3778/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3778 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3814/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3814/Jackett.Jackett.installer.yaml deleted file mode 100644 index be0adf7454402..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3814/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3814 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3814/Jackett.Installer.Windows.exe - InstallerSha256: B74FB7E18700733F4B05BB1B8CDAEB0EE7144E7B157A530492DC68D4B28550DB -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3814/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3814/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5b6679ba12536..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3814/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3814 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - bitbazis: new test selector for cookie access - - vsttorrents: new domain - - dontorrent: new domain - - style: prefer braces (#14225) - - animebytes: update rate limit - - animebytes: fix name typo - - animebytes: add search by year and rate limit 1req/10s (#14224) - - assorted: change remaining noappend to default (#14221) - - mteamtp: allow empty inputs (#14223) - - add iAnon a private site. resolves #14219 (#14220) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3814 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3814/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3814/Jackett.Jackett.yaml deleted file mode 100644 index 77ff6a3cc2b69..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3814/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3814 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3817/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3817/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8a70dd70fd415..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3817/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3817 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3817/Jackett.Installer.Windows.exe - InstallerSha256: FFF0E5ECCE936E120DB0C7E409EEE6ED3906700C85CBBA12186A019347EBA03D -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3817/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3817/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b6dfff9a80cfc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3817/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3817 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - nextjav: drop ads - - torrentsir: bump domain - - add nextjav a 3x public site. resolves #14227 - - torrentqq: bump domain - - cardigann: identify indexer in noappend warning -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3817 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3817/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3817/Jackett.Jackett.yaml deleted file mode 100644 index a1ce822b75b6b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3817/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3817 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3840/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3840/Jackett.Jackett.installer.yaml deleted file mode 100644 index 93f185cf01e0c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3840/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3840 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3840/Jackett.Installer.Windows.exe - InstallerSha256: 6C8265424A4208A2ABADC06083E6A95D962CF09F7B6469EF19237472FD9F0B9D -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3840/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3840/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index cf41c426a7bb7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3840/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3840 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - divxtotal: new domain - - theoldschool: -> unit3d 6.5.0 - - animebytes: allow prop in infostring, but don't parse for RLSGRP - - animebytes: fix music category mapping - - animebytes: add category mapping for ONA - - animebytes: refactor (#14230) - - toloka: add authors.gif to check if FL, and FL only cleanup - - assorted: update unblockit proxy domain *.click (#14229) - - springsunday: update selectors. resolves #14228 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3840 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3840/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3840/Jackett.Jackett.yaml deleted file mode 100644 index 30c06c2ce4b48..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3840/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3840 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3846/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3846/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5df881f854860..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3846/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3846 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3846/Jackett.Installer.Windows.exe - InstallerSha256: D62662491F6A1D9AAA3EFEF56462A9652B9CF8A70F52B12AD57BB784E333C02E -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3846/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3846/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e27640b57b8b1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3846/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3846 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - animebytes: use field SynonymnsV2 (#14232) - - core: use static methods for TimeSpan - - partis: change dummy default order value - - animebytes: add Live Action Movie for movie release title -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3846 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3846/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3846/Jackett.Jackett.yaml deleted file mode 100644 index 6732aeb955f0b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3846/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3846 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3861/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3861/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0a8241d52e3e6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3861/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3861 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3861/Jackett.Installer.Windows.exe - InstallerSha256: 90B33CE7F88C416A43AA5B985FD05B6A285869FB43E2EC880E51E2C8CD67587C -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3861/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3861/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0ebb607f6602a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3861/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3861 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cardigann: catch errors when search.rows.count is not found in page - - blutopia: 7.0.0 cursor paginate update - - cardigann: skip rows parsing on zero rows (#14233) - - blutopia: correct version - - blutopia: new count for returned elements. - - btsow: change domain *.hair - - krazyzone: ignore invalid cert. resolves #12623 - - orpheus/ianon: clean categories and capabilities - - ianon: clean categories and capabilities -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3861 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3861/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3861/Jackett.Jackett.yaml deleted file mode 100644 index d3a1efec858a1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3861/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3861 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3870/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3870/Jackett.Jackett.installer.yaml deleted file mode 100644 index 68b7661d777af..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3870/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3870 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3870/Jackett.Installer.Windows.exe - InstallerSha256: 0B04A1442E6EF29C9F0E1AAF609BC475F1721B704A951831C006A6D95791F9E9 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3870/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3870/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b96c367f558e4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3870/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3870 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - ftuapps: removed, distributing malware. resolves #12995 (#14239) - - tornado: new login form id - - sharkpt: new layout - - krazyzone: selfsigned CA - - assorted: change onion proxies *.tor2web.link (#14238) - - assorted C#: removed old cert exceptions (#14237) - - assorted: removed old cert exceptions (#14235) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3870 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3870/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3870/Jackett.Jackett.yaml deleted file mode 100644 index 0e037b26926e3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3870/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3870 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3889/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3889/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3ab82413f040f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3889/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3889 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3889/Jackett.Installer.Windows.exe - InstallerSha256: 675E7165E9E5E43F45111C835704C12B7D7A4C7FF617C86B5C6F266C200D8920 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3889/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3889/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6a31e7d6f3057..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3889/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3889 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted yaml: standardise cyrillic indexers. resolves #14222 (#14245) - - bjshare: remove imdbid search for movies (#14244) - - animebytes: change release title structure for movies - - limetorrentsclone: add book category - - limetorrentsclone: add workaround for categories - - limetorrents: add book search - - limetorrents: add workaround for categories (#14243) - - mircrew: fix date - - torrentdownloads: removed, down for 30 days. resolves #13291 (#14241) - - blutopia-api: remove unused page param -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3889 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3889/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3889/Jackett.Jackett.yaml deleted file mode 100644 index 2632b788f6324..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3889/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3889 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3897/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3897/Jackett.Jackett.installer.yaml deleted file mode 100644 index 92d6693daaea7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3897/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3897 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3897/Jackett.Installer.Windows.exe - InstallerSha256: 4B67E8A7BF430AFD7176E19537436D68CC20EA2B2270BCA075E94E01471562A4 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3897/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3897/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1d978450419a6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3897/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3897 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrenting: allow search by imdbid & SxxExx or date - - animebytes: improve season & release group detection (#14247) - - noname-clubl: fix typo - - noname-clubl: restore freeleech setting -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3897 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3897/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3897/Jackett.Jackett.yaml deleted file mode 100644 index 6677374c9937e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3897/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3897 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3903/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3903/Jackett.Jackett.installer.yaml deleted file mode 100644 index 76253b2005b08..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3903/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3903 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3903/Jackett.Installer.Windows.exe - InstallerSha256: 953ED6D3B8FCFC2B984210EC32E18CBD4BCEA2A92C052B92F121B7B69A0A25EF -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3903/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3903/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 23b1b8c8d4611..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3903/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3903 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - yggtorrent: search by category (#14250) - - torrentqq: bump domain - - cpasbienclone: enable allowrawsearch - - yggtorrent: add sub-category setting & tidy (#14248) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3903 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3903/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3903/Jackett.Jackett.yaml deleted file mode 100644 index 93b95c51b04c2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3903/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3903 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3906/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3906/Jackett.Jackett.installer.yaml deleted file mode 100644 index 58632239ac97a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3906/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3906 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-15 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3906/Jackett.Installer.Windows.exe - InstallerSha256: F2028831F4998DF8F4855508F74C5F6D6B307AF9931EEDF7883EB4D4B9A089E1 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3906/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3906/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 270ad2f7f3d1d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3906/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3906 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentseeds: prepend keywords with plus. resolves #14254 - - torrentgalaxy: drop *.su domain - - digitalcore: fix date timezone -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3906 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3906/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3906/Jackett.Jackett.yaml deleted file mode 100644 index 923fa1b4c9315..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3906/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3906 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3917/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3917/Jackett.Jackett.installer.yaml deleted file mode 100644 index bc5370e5e44fc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3917/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3917 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3917/Jackett.Installer.Windows.exe - InstallerSha256: 5EA6597119410508A5E266FF17ED5F31C95F90A22282844954525E140EB064F0 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3917/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3917/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index fcbbf36a99020..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3917/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3917 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - pier720: add new cat - - assorted: fix AddTrustedCertificate (#14255) - - torrentseeds: prepend keywords >2 chars with plus, put dates in quotes. resolves #14254 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3917 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3917/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3917/Jackett.Jackett.yaml deleted file mode 100644 index ba3b94a1403ae..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3917/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3917 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3927/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3927/Jackett.Jackett.installer.yaml deleted file mode 100644 index 44e18c4decf64..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3927/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3927 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3927/Jackett.Installer.Windows.exe - InstallerSha256: 76704A6D90C408DDD47DC5E5611177E5831EC301E0EA0138B1A1B21AFE7458DD -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3927/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3927/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 18ec2541d08e3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3927/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3927 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - pier720: new cat - - marinetracker: new cat - - dontorrent: new domain - - nyaasi: parse seasons from titles when possible - - uhdbits: add ep to tv-search caps [ #14258 ] - - speedtorrentreloaded: add login error selector -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3927 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3927/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3927/Jackett.Jackett.yaml deleted file mode 100644 index f3d503ea13bf3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3927/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3927 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3939/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3939/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6f7703d826370..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3939/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3939 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3939/Jackett.Installer.Windows.exe - InstallerSha256: 4E1A32CEF94FD5D4FA6D67A5D110D459C29D5F4C38138F07E7C23946724F3389 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3939/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3939/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index cf90a0deccc10..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3939/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3939 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rgfootball: remove more f'ing dupe cats - - rgfootball: fix typo - - nyaasi: add S01 if it doesn't contain season (#14261) - - rgfootball: drop dupe cat - - rgfootball: fix typo - - rgfootball: update cats - - mazepa: update cats - - sharewood: remove some special characters from search term - - ui: remove ZERO-WIDTH SPACE workaround and use word-break - - ui: open external links for cached releases in new tabs -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3939 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3939/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3939/Jackett.Jackett.yaml deleted file mode 100644 index e47f5d92d687f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3939/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3939 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3949/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3949/Jackett.Jackett.installer.yaml deleted file mode 100644 index b042046e8f9e8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3949/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3949 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3949/Jackett.Installer.Windows.exe - InstallerSha256: 57C50532CCD6C476B6D783EF3241448F06BFBEBFC4708738D294031E59E33F25 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3949/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3949/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 4893e3b6bfdab..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3949/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3949 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - mvgroup: update login. resolves #14256 (#14264) - - animebytes: add Remux to release titles when possible - - animebytes: parse M2TS property as BR-DISK - - world-of-tomorrow: new cat - - rutracker-ru: update cats - - kinozal use noinput instead of $raw - - biru: use noinput instead of $raw - - swarmazon-api: add search freeleech only. #13725 - - nyaasi: improve season and episode parsing (#14262) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3949 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3949/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3949/Jackett.Jackett.yaml deleted file mode 100644 index 2ed4fcefe030b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3949/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3949 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3968/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3968/Jackett.Jackett.installer.yaml deleted file mode 100644 index c658779c00918..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3968/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3968 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3968/Jackett.Installer.Windows.exe - InstallerSha256: 32DD884F1A682D591122F9F4E2215D041DB5282AD80722A059BFCB2AA1AE37B4 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3968/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3968/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0847c5437ed74..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3968/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3968 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - bakabt: fix check logged in - - bakabt: improve query selector usage - - bakabt: fix login error detection. resolves #14263 (#14265) - - animebytes: ignore useless extensions to improve single file names (#14266) - - torrentsir: bump domain - - torrent-explosiv: typo fix - - torrent-explosiv: update cats - - animebytes: remove the movie from search term -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3968 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3968/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3968/Jackett.Jackett.yaml deleted file mode 100644 index 584567e696f5d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3968/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3968 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3971/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3971/Jackett.Jackett.installer.yaml deleted file mode 100644 index 36562565554a0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3971/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3971 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3971/Jackett.Installer.Windows.exe - InstallerSha256: A734DAB0FD53628F0111AD21F8EE45DEFAE3A56DA51271B0FF822927FB17E564 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3971/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3971/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8f96e96eb72ee..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3971/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3971 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - demonoid: themes are gone. new layout. - - byrutor: new domain - - animebytes: improve season/episode detection for category Anime only -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3971 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3971/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3971/Jackett.Jackett.yaml deleted file mode 100644 index ea9465ab8bf32..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3971/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3971 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3985/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3985/Jackett.Jackett.installer.yaml deleted file mode 100644 index e0257b58d8f85..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3985/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3985 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3985/Jackett.Installer.Windows.exe - InstallerSha256: FD07F603D7E43399E9AC0CDBCB69A9EF507E48EF39A78ECC9C7CF4753478C778 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3985/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3985/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e56c6ee418744..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3985/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3985 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted: remove configuration data with RSS (#14270) - - xspeeds: remove rss configuration (#14269) - - xspeeds: update categories - - nyaasi: don't add S01 to releases that contain episode range - - tornado: -> torrenttrader 2.08 resolves #13902 - - 3dtorrents: replace invalid returned cat 0 with 31 (Other) - - nyaasi: don't add S01 to releases that contain only episode number (#14267) - - animebytes: don't add S01 to releases that contain only episode number -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3985 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3985/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3985/Jackett.Jackett.yaml deleted file mode 100644 index 83a02b3ed8117..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3985/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3985 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3990/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3990/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8cd72da8da60d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3990/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3990 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3990/Jackett.Installer.Windows.exe - InstallerSha256: E7DA353F49EAC2EC8515A58CFDED5156B248BC76ED66B9E9F72A8D5294BF828D -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3990/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3990/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index cec6db2ef601c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3990/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3990 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - bt4g: use page 1 to bypass block - - demonoid: fix error - index was out of range - - tornado: add new cat - - Revert "hdarea: add user-agent setting" - - hdarea: add user-agent setting -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3990 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3990/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3990/Jackett.Jackett.yaml deleted file mode 100644 index 15d3fdf6096b1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3990/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3990 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3996/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3996/Jackett.Jackett.installer.yaml deleted file mode 100644 index 44052c478e8f8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3996/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3996 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3996/Jackett.Installer.Windows.exe - InstallerSha256: 31A1917B538127CCD67A6A3EC784472E7D37729318D84A6BF36B65CC0DF544F3 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3996/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3996/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 14a8325681215..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3996/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3996 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - lepornoinfo: fix flaresolverr issue with search path - - twilight: removed, down for 30 days. resolves #1438 (#14274) - - dontorrent: new domain - - torrentwhiz: bump domain - - torrentview: bump domain - - torrent9clone: new domain - - torrent911: new domain - - animebytes: further improvements for detecting title S2 and title 2. - - xspeeds: update categories -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3996 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3996/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3996/Jackett.Jackett.yaml deleted file mode 100644 index 843961bdfbab4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3996/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3996 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3997/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.3997/Jackett.Jackett.installer.yaml deleted file mode 100644 index 03f5a74033c12..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3997/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3997 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.3997/Jackett.Installer.Windows.exe - InstallerSha256: 401F15E7D16DF8B4B4A23459AFD08A4BFD9879586DECDA71BE1779BEF78E59A8 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3997/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.3997/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0cf335a621e13..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3997/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3997 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cardigann: cleanup loops - - ebookbay: fix index was out of range [ #14211 ] -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.3997 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.3997/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.3997/Jackett.Jackett.yaml deleted file mode 100644 index 5ca94fd109da1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.3997/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.3997 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4013/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4013/Jackett.Jackett.installer.yaml deleted file mode 100644 index e70652fb34549..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4013/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4013 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4013/Jackett.Installer.Windows.exe - InstallerSha256: C27E2F807786AA3F6B560403AB73F1A611EC77F2E879DF8C6CC6BCE30DB1F1EE -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4013/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4013/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d326c81dba889..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4013/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4013 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - bt4g: removed, taking the hint after being blocked. resolves #9449 (#14278) - - torrent-pirat: refresh cats, new row selector - - ianon: renew cats - - torrentqq: bump domain - - thepiratebay: attempt to fix release group in titles (#14277) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4013 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4013/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4013/Jackett.Jackett.yaml deleted file mode 100644 index 5bf6be9193dae..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4013/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4013 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4022/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4022/Jackett.Jackett.installer.yaml deleted file mode 100644 index 57ba7af0de985..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4022/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4022 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4022/Jackett.Installer.Windows.exe - InstallerSha256: DA151666F54D65644EBB78EBF03605A32C47162B020CA469AA0CFA646F43FF24 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4022/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4022/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5cf493138e8e5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4022/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4022 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rptorrents: CA expired - - zetorrents: new domain - - assorted: adjust target=_blank escaped double quotes -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4022 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4022/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4022/Jackett.Jackett.yaml deleted file mode 100644 index b4aec1135dd0a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4022/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4022 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4029/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4029/Jackett.Jackett.installer.yaml deleted file mode 100644 index f3ca975698f3a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4029/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4029 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-04-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4029/Jackett.Installer.Windows.exe - InstallerSha256: 3A9B45637403C930E5C935CCBA7A8DD68D0B63C2420A890901B2CC04B3E1DBF4 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4029/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4029/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index dc7163c99d0f2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4029/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4029 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - audiobookbay: new domain - - hdcztorrent: refresh cats - - torrentsir: change domain *103.com -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4029 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4029/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4029/Jackett.Jackett.yaml deleted file mode 100644 index 05e87c52163aa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4029/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4029 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4032/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4032/Jackett.Jackett.installer.yaml deleted file mode 100644 index d11e402a4a1aa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4032/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4032 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4032/Jackett.Installer.Windows.exe - InstallerSha256: E2B878EC46024020FF18A6B3B322E79D0D00FC53A3779BECB57D970240AB0C1F -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4032/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4032/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index cffb16b8e90e8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4032/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4032 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - boxingtorrents: new cat - - torrent9: new domain - - extratorrent: ignore #deleted magnets - - nyaasi: add sonarr compatibility setting for release titles -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4032 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4032/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4032/Jackett.Jackett.yaml deleted file mode 100644 index 5a36986a7a4ec..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4032/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4032 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4071/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4071/Jackett.Jackett.installer.yaml deleted file mode 100644 index a03491c85e67a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4071/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4071 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4071/Jackett.Installer.Windows.exe - InstallerSha256: 2386E42B00A07AFC5E4B3BDE6A95690894E15A0490B205BA47AE286B4628F83D -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4071/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4071/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index dbc7e0813d3e9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4071/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4071 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hdvideo: add private Chinese tracker. resolves #14294 (#14299) - - ilcorsaronero: update proxies. resolves #986 - - uploads: add private Chinese tracker. resolves #14291 (#14298) - - ubits: add private Chinese tracker. resolves #14295 (#14297) - - ultrahd: tidy - - ultrahd: add MST - - torrentv: removed, down for 30 days. resolves #7575 (#14293) - - torrentz2nz: change nocensor domain *.click - - assorted: change torrentbay proxy domain *.net (#14292) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4071 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4071/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4071/Jackett.Jackett.yaml deleted file mode 100644 index 977cf83c4194f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4071/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4071 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4083/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4083/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3772791e5a56e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4083/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4083 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4083/Jackett.Installer.Windows.exe - InstallerSha256: BCCFAD711B498661B0B59B09B56F90F69DA493FF3CB6A587B9E9B54039ABA9E8 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4083/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4083/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index bfdf51daf361c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4083/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4083 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentqq: bump domain - - use var for count trusted certs - - 3changtrai: minor update and tidy - - add rareshare2 a private site. resolves #14303 - - lst: fix posters, add genre, descr. - - datascene: add infohash - - add ntelogo a Greek private site. resolves #14302 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4083 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4083/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4083/Jackett.Jackett.yaml deleted file mode 100644 index ac11ed08c263a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4083/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4083 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4101/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4101/Jackett.Jackett.installer.yaml deleted file mode 100644 index dddf987f4377b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4101/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4101 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4101/Jackett.Installer.Windows.exe - InstallerSha256: 43B3A3344980CD502D3ABB15CB1D1B286F2C3E8B44423A2C6BCF4C9978736ADF -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4101/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4101/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8cd285cad3710..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4101/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4101 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted nexusphp: update and tidy (#14308) - - 0magnet: oops. fix 838cd055d - - 0magnet: new domains - - assorted nexusphp: update versions (#14307) - - assorted: bump versions - - assorted: bump versions -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4101 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4101/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4101/Jackett.Jackett.yaml deleted file mode 100644 index d6e7dcd7f5248..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4101/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4101 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4105/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4105/Jackett.Jackett.installer.yaml deleted file mode 100644 index bb5fffeac1f09..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4105/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4105 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4105/Jackett.Installer.Windows.exe - InstallerSha256: 633EB0D9AD29363265A0D86959FA39BFE09640225E8046E32681D8EA40D832A8 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4105/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4105/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 4cd4241d0e961..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4105/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4105 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - sportscult: change to post login - - rus-media: removed. resolves #6381 - - pignetwork: change to cookie login, login page disabled. resolves #14310 - - ultrahd: change to cookie login, login page disabled -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4105 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4105/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4105/Jackett.Jackett.yaml deleted file mode 100644 index 43d6b98e016ce..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4105/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4105 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4119/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4119/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1cfb7bdfc0f4b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4119/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4119 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4119/Jackett.Installer.Windows.exe - InstallerSha256: B4C3C16E574E834848664D8F8CF18DC4A1735D5025D8079D3022CCA332A2ED4F -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4119/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4119/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index dc42479edc55b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4119/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4119 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - brasiltracker: update freeleech selector - - brasiltracker: remove obsolete config info - - brasiltracker: fix title, add categories. #14312 - - torrent-turk: new cat - - torrent-turk: MR bumped from 0.5 to 0.7 - - turktorrent: new cat - - houseofdevil: update cat - - rutracker-ru: new cat - - brasiltracker: switch to cookie login. resolves #14312 - - nordichd: lint -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4119 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4119/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4119/Jackett.Jackett.yaml deleted file mode 100644 index 2868e47d500c0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4119/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4119 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4125/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4125/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7d31fe98140f3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4125/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4125 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4125/Jackett.Installer.Windows.exe - InstallerSha256: 0043B6CCF00678F544358909C92417FF247E04D3839953EE094DF0513CE76A39 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4125/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4125/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 27b870f303aca..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4125/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4125 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent-explosiv: cat amendment - - amigosshare: replace 4k with 2160p in title. resolves #14316 - - torrentleech: replace 2FA with alt2FAToken (#14314) - - assorted nuxes: update version stamp - - restore dark-shadow a German private site. resolves #7892 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4125 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4125/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4125/Jackett.Jackett.yaml deleted file mode 100644 index f829e294d6241..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4125/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4125 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4132/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4132/Jackett.Jackett.installer.yaml deleted file mode 100644 index 675b01018c364..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4132/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4132 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4132/Jackett.Installer.Windows.exe - InstallerSha256: F896A116CFBAB77C48993C26B9576D471BEFD33826BFE328B280B89841CA820A -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4132/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4132/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3fdb4c0a2cbf5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4132/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4132 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hdolimpo: fix freeleech detection - - hdmayi: new cat - - krazyzone: selector updates - - torrentsir: bump domain - - nyaasi: add radarr compatibility setting - - hdtime: update version. resolves #7015 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4132 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4132/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4132/Jackett.Jackett.yaml deleted file mode 100644 index 15cf4cea1244e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4132/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4132 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4135/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4135/Jackett.Jackett.installer.yaml deleted file mode 100644 index 912fb3d0a9a02..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4135/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4135 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4135/Jackett.Installer.Windows.exe - InstallerSha256: C4A8D8D29DFC01E2423951BD8A3D0BFAA24B4A58E6A33FD1DAE6B88BE9756A24 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4135/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4135/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5833856e974ba..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4135/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4135 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - krazyzone: update freeleech selector - - file-tracker: update cats - - soulvoice: bump engine tag - - krazyzone: remove VIP results if not VIP -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4135 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4135/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4135/Jackett.Jackett.yaml deleted file mode 100644 index b4f10842db33d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4135/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4135 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4141/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4141/Jackett.Jackett.installer.yaml deleted file mode 100644 index f76cc2acc0f75..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4141/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4141 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4141/Jackett.Installer.Windows.exe - InstallerSha256: 73F22FD268D64F69383B1F2594A96543EA066A0D014302EE759E3DB43068BBA7 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4141/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4141/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ffde0e03982af..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4141/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4141 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - add itatorrents an Italian private site. resolves #14321 - - Update brsociety-api.yml - - brsociety: update indexer. #12233 (#14320) - - assorted: fix regex to replace multiple matches with one space - - dontorrent: new domain - - torrentqq: bump domain - - animetorrents: add current time of day if date added is today -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4141 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4141/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4141/Jackett.Jackett.yaml deleted file mode 100644 index 0b1dfa72b5182..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4141/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4141 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4143/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4143/Jackett.Jackett.installer.yaml deleted file mode 100644 index 19c7634acdfb2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4143/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4143 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4143/Jackett.Installer.Windows.exe - InstallerSha256: 0F95BA0B9AEDDC927B447CB2FC980065370EDD78D444514A146D41DCA2CB9302 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4143/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4143/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2cdb64168af00..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4143/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4143 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - oshenpt: bump engine tag - - mejortorrent: new domain - - divxtotal: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4143 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4143/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4143/Jackett.Jackett.yaml deleted file mode 100644 index 4403589ab2769..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4143/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4143 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4148/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4148/Jackett.Jackett.installer.yaml deleted file mode 100644 index 55dc23be03e16..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4148/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4148 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4148/Jackett.Installer.Windows.exe - InstallerSha256: 1CA976EB578D15C2323277AC1158C5FDBBCAFD050634C1D98648D1D609010697 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4148/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4148/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d36051272eb11..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4148/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4148 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hd-cztorrent: new layout - - subsplease: update mrunblock - - erairaws: add nocensor and update mrunblock - - assorted: add working nocensor domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4148 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4148/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4148/Jackett.Jackett.yaml deleted file mode 100644 index 7a7df7a0419e9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4148/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4148 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4151/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4151/Jackett.Jackett.installer.yaml deleted file mode 100644 index 28ed90a08ca76..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4151/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4151 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4151/Jackett.Installer.Windows.exe - InstallerSha256: 6145E5B19554E9C67275DFFC1309BD83EC752B2EAB7B41233A71F639A4ED86FC -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4151/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4151/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 57c8730889d7e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4151/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4151 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - gimmepeers: update imdb search - - torrentsir: bump domain - - hdcztorrent: remove recommended results, add magnet -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4151 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4151/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4151/Jackett.Jackett.yaml deleted file mode 100644 index 4a1efbc7034a1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4151/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4151 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4152/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4152/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0abe7dd27390c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4152/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4152 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4152/Jackett.Installer.Windows.exe - InstallerSha256: C3F688C65058BEC93ECA7201D4BD50930E2782B9D05D2A8DE0FA6151B0A12C9C -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4152/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4152/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e9f09f96f1f6e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4152/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4152 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hellashut: removed. resolves #13706 - - dontorrent: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4152 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4152/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4152/Jackett.Jackett.yaml deleted file mode 100644 index cf8cd74a07e31..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4152/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4152 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4166/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4166/Jackett.Jackett.installer.yaml deleted file mode 100644 index 66ba913272615..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4166/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4166 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4166/Jackett.Installer.Windows.exe - InstallerSha256: EE48BB9C63BFCA6C33F419A6A2D488BB59EC56B4BCBABC11FC824F1248D852EA -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4166/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4166/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7c28983d23876..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4166/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4166 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - add metalguru a private music site. resolves #14326 - - greatposterwall: fetch latest 50 releases with grouped torrents (#14333) - - ui: show hours ago with one decimal (#14332) - - greatposterwall: fix timezone in publish dates - - gazelle: don't use usetoken=0 when useTokens is not enabled [ rowlarr/Prowlarr#1668 ] - - restore cinefilhd. resolves #490 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4166 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4166/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4166/Jackett.Jackett.yaml deleted file mode 100644 index 5ff7a8ab70f02..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4166/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4166 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4185/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4185/Jackett.Jackett.installer.yaml deleted file mode 100644 index 545766801f313..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4185/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4185 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4185/Jackett.Installer.Windows.exe - InstallerSha256: 9B147E152DAAF7494B4404CAA84510D7D3E2EA31AE75206E1DE2FD28E9934401 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4185/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4185/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 52752f3f9b4a0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4185/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4185 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - infire: new cat - - torrentqq: bump domain - - xspeeds: update cats. resolves #14341 - - add mdan a Brazilian private Anime site. resolves #14339 - - learnbits: disable automatic logout and secure login - - partis: update engine tag - - add infire a Slovenian private site. resolves #14337 - - add PT分享站 (itzmx) a Chinese private site. resolves #14335 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4185 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4185/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4185/Jackett.Jackett.yaml deleted file mode 100644 index 84b0fd53b487b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4185/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4185 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4199/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.20.4199/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4f1e2f543ddd8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4199/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4199 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.20.4199/Jackett.Installer.Windows.exe - InstallerSha256: 07221932E1EB6B5FD16DF28568B9886A64CAD18DB0D9DDEF255B6578F1A75464 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4199/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.20.4199/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2455621d8fb51..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4199/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4199 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cardigann: ignore disabled or unchecked inputs in login (#14338) - - assorted: update login inputs. #14338 (#14348) - - add masters-tb a Bulgarian semi-private site. resolves #14346 - - ztracker: update login inputs, again - - metalguru: typo fix - - learnbits & ztracker: update login inputs (#14347) - - mdan: update seeders/leechers selector - - mazepa: new cats - - dreamtracker: new cat - - arenabg: new cat -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.20.4199 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.20.4199/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.20.4199/Jackett.Jackett.yaml deleted file mode 100644 index 13db2bcd3a76b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.20.4199/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.20.4199 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1000/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1000/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5bb4e3cfe5970..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1000/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1000 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1000/Jackett.Installer.Windows.exe - InstallerSha256: 2E58DEAC8392692CA1989B2FA88BE51D09BC6553D18261C7B589277CB5778AD7 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1000/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1000/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9ab6b230e9f09..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1000/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1000 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentmasters: remove unnecessary genre filters - - femdomcult: fix login -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1000 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1000/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1000/Jackett.Jackett.yaml deleted file mode 100644 index 3118f6243c107..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1000/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1000 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1018/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1018/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0df341858f953..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1018/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1018 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1018/Jackett.Installer.Windows.exe - InstallerSha256: E71D6F41F898590704E5C9EFB0C8D01781C05C243EDFBBB9AD56DA68CB726CD6 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1018/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1018/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8171d04c77031..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1018/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1018 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - passthepopcorn: update categories and add year to releases - - animebytes: add year to releases -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1018 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1018/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1018/Jackett.Jackett.yaml deleted file mode 100644 index 5e3322c583928..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1018/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1018 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1025/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1025/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0abce11bfa03c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1025/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1025 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1025/Jackett.Installer.Windows.exe - InstallerSha256: EBC6A98E21369405FC53BD41CAA962F501D240E3E7D348941246A6445F03C0A1 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1025/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1025/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 228b4f3661dc7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1025/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1025 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - bluebird: refresh. resolves #964. resolves #11198 - - dark-shadow: gone. removed. resolves #7892 pt2 - - shizaproject: fix build with warnings - - audiobookbay: check if cover image has valid URI [ #14767 ] - - piratbitL: new row selector - - dark-shadow: gone. removed. resolves #7892 - - remove hdbits.yml, fix 62aa75b from #12120. resolves #14766 - - piratethenet: removed [ #491 ] -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1025 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1025/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1025/Jackett.Jackett.yaml deleted file mode 100644 index eef80756da8c2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1025/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1025 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1043/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1043/Jackett.Jackett.installer.yaml deleted file mode 100644 index db6168dbf13cb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1043/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1043 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1043/Jackett.Installer.Windows.exe - InstallerSha256: 3F738456DC892910ACCC4EBE374A728E0FA7F0D4AF4137AF18812801E2046061 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1043/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1043/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2c3d42ce3abf4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1043/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1043 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - animeworld: -> 6.5.0 - - shareisland: -> 7.0.0 - - upload.cx; -> 7.0.0 - - torrenteros: -> 7.0.0 - - animeworld-api: imdbid search disabled. resolves #14776 - - piratbitl: handle both tor_ and tos_ - - rutracker-ru: update cats - - piratbitl: re-revert row selector change, update dl & size selectors - - restore crazyspirits. resolves #5479 - - romanianmetaltorrents: new selectors. resolves #14773 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1043 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1043/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1043/Jackett.Jackett.yaml deleted file mode 100644 index cb5ff788e4f3d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1043/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1043 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1051/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1051/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7abde95646f52..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1051/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1051 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1051/Jackett.Installer.Windows.exe - InstallerSha256: AA6134ED1CE7594736A89E742FC8ED98C111F4E34B8ECFFE6977A9093E071DAF -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1051/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1051/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 4a6d5eafdfd78..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1051/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1051 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - onlyencodes: -> 7.0.0 - - animetorrentsro: add Romanian private tracker. resolves #14781 (#14782) - - pterclub: cookie now needs UA too - - bluebird: fix grabs - - piratbitl: removed. resolves #4537 - - assorted unit3d: update 7.0.0 comment (#14778) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1051 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1051/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1051/Jackett.Jackett.yaml deleted file mode 100644 index f7cf774231269..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1051/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1051 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1066/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1066/Jackett.Jackett.installer.yaml deleted file mode 100644 index 91d56e51243eb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1066/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1066 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1066/Jackett.Installer.Windows.exe - InstallerSha256: 047393559190AF54345C0EC132220967317856C6485903EA6EF0D47EB085EDF7 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1066/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1066/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a622788a9f12f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1066/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1066 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - noname-club: typo fix (#14788) - - noname-club: update cats (#14787) - - torrent9clone: change domain *.ms - - torrentz2eu: new domain - - siambit: new domain #14786 - - install_service_systemd.sh: disable dotnet debugging. #14774 (#14785) - - ntelogo: -> 7.0.0 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1066 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1066/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1066/Jackett.Jackett.yaml deleted file mode 100644 index f72b8b1195735..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1066/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1066 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1073/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1073/Jackett.Jackett.installer.yaml deleted file mode 100644 index fce40c0a64371..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1073/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1073 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1073/Jackett.Installer.Windows.exe - InstallerSha256: 01DF4E99B2B3405DA2ECD4B3E6DE9EDFF1684F95EB5409226B89F2A3F5961B59 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1073/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1073/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5e8aafc214a7d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1073/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1073 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - therebels: fix - - torrentland: update engine tag - - torrentland-api: -> 6.5.0 - - torrenteros: update genre filters - - theshinning: update genre filters - - therebels: update cats and genre filters - - theoldschool: update cat - - redbits: update genre filter - - laidbackmanor: update poster and genre selector - - animetracker: update engine tag -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1073 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1073/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1073/Jackett.Jackett.yaml deleted file mode 100644 index ff9d72f33cdfa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1073/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1073 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1076/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1076/Jackett.Jackett.installer.yaml deleted file mode 100644 index a6be16c703032..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1076/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1076 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1076/Jackett.Installer.Windows.exe - InstallerSha256: BEB1436CCD5178E77AC2229BC430A55196EF2F5F3395C19DEB53BFF05159F086 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1076/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1076/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 88062cb97830e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1076/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1076 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - emmidtracker; gone. resolves #14758 - - add ultra-hd a Brazilian private site. resolves #14793 - - datascene: -> 7.0.0 - - orpheus: default apiKeylength=116, apiKeyLengthLegacy=118. resolves #14791 - - gazelletracker: support legacy apiKeyLength #14791 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1076 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1076/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1076/Jackett.Jackett.yaml deleted file mode 100644 index eda89e8c351fa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1076/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1076 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1078/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1078/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7109e986bd9a9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1078/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1078 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1078/Jackett.Installer.Windows.exe - InstallerSha256: 1A2A5456AEE0387FAE4D2199D3831518D229049396A62F0EEB5B68C968416D10 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1078/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1078/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f3e24e9c35149..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1078/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1078 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentz2eu: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1078 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1078/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1078/Jackett.Jackett.yaml deleted file mode 100644 index 75608a45dbe74..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1078/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1078 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1084/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1084/Jackett.Jackett.installer.yaml deleted file mode 100644 index ed81bbc39089c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1084/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1084 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1084/Jackett.Installer.Windows.exe - InstallerSha256: E5B152D233509F6D251587BF5EFAD8CC89C9170C158E9F5E44EAEEE89AF7BA3B -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1084/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1084/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6ed3bf65d3d88..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1084/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1084 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dontorrent: new domain - - assorted unit3d: update api key info for 7.0.0 (#14796) [ rowlarr/Indexers#383 ] - - linkmanja: avoid hardcoding link in dlvf - - linkomanija: update indexer (#14795) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1084 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1084/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1084/Jackett.Jackett.yaml deleted file mode 100644 index 0b4bd3a7584be..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1084/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1084 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1085/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1085/Jackett.Jackett.installer.yaml deleted file mode 100644 index bcc7d5ecb3d4e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1085/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1085 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1085/Jackett.Installer.Windows.exe - InstallerSha256: 97A5F487FB544C4B93251B15DD128B37075393482B4D66BE939280AEEAA6B40E -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1085/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1085/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3ae201c5f3f24..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1085/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1085 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentqq: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1085 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1085/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1085/Jackett.Jackett.yaml deleted file mode 100644 index 6f0a0cd8624e4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1085/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1085 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1096/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1096/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5a2c7508fdb50..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1096/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1096 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1096/Jackett.Installer.Windows.exe - InstallerSha256: D654531CD1CDDDFEC5FF5AE9E84EB9178FBDA3E3375A1B539B89670B60271D94 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1096/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1096/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d86db13d3cca3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1096/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1096 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - shareisland: MST -> 6d - - desitorrents: drop .tv domain. resolves #14283 - - diablotorrent: update indexer (#14799) - - linkomanija: add sort & order settings, add tpp info - - fixed typo error in CONTRIBUTING.md (#14798) - - lst: update cat and MST (#14797) - - lst: -> 7.0.0 - - movietorrent: rmeoved; not yaml compatible. #11284 - - acid lounge: CA expired -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1096 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1096/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1096/Jackett.Jackett.yaml deleted file mode 100644 index d406103d8764f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1096/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1096 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1106/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1106/Jackett.Jackett.installer.yaml deleted file mode 100644 index eff9e5b2a163a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1106/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1106 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1106/Jackett.Installer.Windows.exe - InstallerSha256: 7924F2476FD0F2A96FA942F221FC3083159B7A418D35F13A6C22F4BE296B89CE -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1106/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1106/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6709b11a862ee..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1106/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1106 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - crazyhd: removed. resolves #5043 - - cinecalidad: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1106 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1106/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1106/Jackett.Jackett.yaml deleted file mode 100644 index 88cef9a2575f3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1106/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1106 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1112/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1112/Jackett.Jackett.installer.yaml deleted file mode 100644 index d17bd06e4d266..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1112/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1112 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-31 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1112/Jackett.Installer.Windows.exe - InstallerSha256: D1E3B41EE02DB5283644CF1F0299BB98E4B4A8699B5623BD6E58757F9C3382BB -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1112/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1112/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 94399a2951cd6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1112/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1112 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted: new unblockit domain - - beload: reject incomplete rows. #14804 - - beload: add Hungarian private tracker. resolves #14804 (#14806) - - torrentview: bump domain - - fearnopeer: add new cat -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1112 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1112/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1112/Jackett.Jackett.yaml deleted file mode 100644 index 8c7379eb6c6fb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1112/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1112 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1116/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1116/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6709f6cc4d3d6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1116/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1116 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1116/Jackett.Installer.Windows.exe - InstallerSha256: 9BBFF8B6FB8F05EE9B3B48F19C6DB058B4FD91D56B7B944A20D2655EFF371FF2 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1116/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1116/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index aeba0d03936e0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1116/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1116 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - Update README.md (#14808) - - torrentsir: bump domain - - estone: update descr -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1116 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1116/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1116/Jackett.Jackett.yaml deleted file mode 100644 index ad41181b83e01..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1116/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1116 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1119/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1119/Jackett.Jackett.installer.yaml deleted file mode 100644 index 584a92ed31764..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1119/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1119 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1119/Jackett.Installer.Windows.exe - InstallerSha256: 16713E99CEC8E351889B2A9DD5823746EE6946C4AE7B206657E5F45148D283F5 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1119/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1119/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 300ecdec478bd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1119/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1119 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - Update README.md - - torrentmasters: -> semi-private -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1119 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1119/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1119/Jackett.Jackett.yaml deleted file mode 100644 index db9587c1e6cb6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1119/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1119 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1124/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1124/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4344345aa0ac5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1124/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1124 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1124/Jackett.Installer.Windows.exe - InstallerSha256: 8126E429D209EC78581710C8960C332C8D18020A24F7D1FE69B47C6023A2B4CD -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1124/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1124/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index cc3298f98110a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1124/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1124 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - Update README.md - - classix: fix date, add posters. resolves #14805 - - crazyspirits: new cat - - filelist: change TZ to account DST - - torrentqq: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1124 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1124/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1124/Jackett.Jackett.yaml deleted file mode 100644 index 379fad3292b13..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1124/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1124 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1138/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1138/Jackett.Jackett.installer.yaml deleted file mode 100644 index b4a08b00d280a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1138/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1138 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1138/Jackett.Installer.Windows.exe - InstallerSha256: 2D9B178FB9C436AE9DFD9713C184CA1303772A3E265D8A90027840E9F81CC5DA -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1138/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1138/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 65de52d910825..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1138/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1138 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - filelisting: gone. resolves #12214 - - polishtracker-api: fix download link (#14814) [ Prowlarr/Indexers#386 ] - - divxtotal: new domain - - eztv: unblockit working again - - torrenttrader: add new German private tracker. resolves #14811 (#14818) - - beyond-hd-api: fix categories and types filtering - - bitporn: add new cat -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1138 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1138/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1138/Jackett.Jackett.yaml deleted file mode 100644 index 40a86d580a296..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1138/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1138 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.114/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.114/Jackett.Jackett.installer.yaml deleted file mode 100644 index 522a5ecae9391..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.114/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.114 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.114/Jackett.Installer.Windows.exe - InstallerSha256: 8D95809D0A111AB63C8439FC1EC796D8ACAA655B81F65AC67EE34A852708F52C -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.114/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.114/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 4933177c36af0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.114/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.114 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentleech: add login page form as error selector (#14414) - - speedapptracker: add freeleech only (#14415) - - cinefilhd: new preferred domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.114 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.114/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.114/Jackett.Jackett.yaml deleted file mode 100644 index 5e400cee66daf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.114/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.114 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1145/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1145/Jackett.Jackett.installer.yaml deleted file mode 100644 index a29093abdb84a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1145/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1145 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1145/Jackett.Installer.Windows.exe - InstallerSha256: A3E13568ABC62DF5F3529332583E63EA19335B6273CFB3DFA1E8759544394BD7 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1145/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1145/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 91ce5fd1850a6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1145/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1145 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - ultra-hd: add MST - - hellashut: support captcha login - - utopia: update to 7.0.3 - - tapochek: add info to config about date setting. resolves #14813 - - ptp: use category filtering for RSS syncs - - shareisland: new cat - - datascene: new cats - - torrent9clone: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1145 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1145/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1145/Jackett.Jackett.yaml deleted file mode 100644 index 26fba4d1f994e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1145/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1145 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1155/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1155/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4f01e5c14a255..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1155/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1155 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1155/Jackett.Installer.Windows.exe - InstallerSha256: 9548B5F873B5618C652F0373505FE270D9B56669827BFB287FCAA6BC6BAE4697 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1155/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1155/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0eb51f29189ea..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1155/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1155 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - indexers: don't die when download links are null - - fix tests without release titles (#14824) - - datascene-api: update cats again - - indexers: filter releases without title -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1155 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1155/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1155/Jackett.Jackett.yaml deleted file mode 100644 index 8269d39cae093..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1155/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1155 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1172/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1172/Jackett.Jackett.installer.yaml deleted file mode 100644 index e04570a1c9943..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1172/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1172 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1172/Jackett.Installer.Windows.exe - InstallerSha256: 96E3DE5CA8A3661B05DAF79ED141A54D8366172BE512310566B4A4D437CCE233 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1172/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1172/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index dbbfe0f96e0df..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1172/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1172 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - thevault: add missing sort - - theshow: add missing sort - - theplace: add missing sort - - theoccult: add missing sort - - thegeeks: add missing sort - - theempire: add missing sort - - biatchtorrents: add French public tracker. resolves #14830 (#14828) - - assorted: simplify use of sitelink for results fields (#14832) - - add hd-club a Czech semi-private site. resolves #14827 - - torrentmasters: fix download link -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1172 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1172/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1172/Jackett.Jackett.yaml deleted file mode 100644 index 26a072aa29d74..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1172/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1172 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1178/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1178/Jackett.Jackett.installer.yaml deleted file mode 100644 index cb064a5d49630..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1178/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1178 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1178/Jackett.Installer.Windows.exe - InstallerSha256: 0453BDA0EA5BE133353F7BF251B38DE7AFCC8ADCD042E8FF9FBC1DB50A2067F9 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1178/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1178/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9be6cff4bacfc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1178/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1178 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - uhdbits: simplify codec removal - - uhdbits: remove codec for BR-DISKs - - postman: add public i2p site. resolves #12541 (#14833) - - polishtracker-api: simplify download link - - biathtorrents; prevent keywords concatenation. fix #14828 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1178 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1178/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1178/Jackett.Jackett.yaml deleted file mode 100644 index 5a0e4de512af6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1178/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1178 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1179/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1179/Jackett.Jackett.installer.yaml deleted file mode 100644 index d8a790ac0f7ed..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1179/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1179 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1179/Jackett.Installer.Windows.exe - InstallerSha256: 73598D829079D8209BDFC47769335C63A81DC7DA910F194FF0194E4159C5EFED -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1179/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1179/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f7e8ec4c21771..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1179/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1179 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - kinozal: revert to torrent download. resolves #14835 [ #11585 ] -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1179 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1179/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1179/Jackett.Jackett.yaml deleted file mode 100644 index bb2c482c34789..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1179/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1179 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1189/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1189/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6aa97d5ea55e2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1189/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1189 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1189/Jackett.Installer.Windows.exe - InstallerSha256: D6CF402F27AD802922648A840791BAABF1054496A3FFCED7D54D505B498CC947 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1189/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1189/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c9f2cc670b6c8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1189/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1189 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - makingoff: remove dupe search input - - makingoff: add new Brazilian private tracker. resolves #14834 (#14844) - - assorted german: use correct charset (#14842) - - universaltorrents: add German private tracker. resolves #14836 (#14841) - - newretro: add tv to description - - kinozal: add separate magnet indexer. resolves #14835 (#14840) - - Revert "tvroad: removed. resolves #12760" (#14839) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1189 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1189/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1189/Jackett.Jackett.yaml deleted file mode 100644 index a9a3f0394d633..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1189/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1189 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1202/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1202/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4f162148f1894..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1202/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1202 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1202/Jackett.Installer.Windows.exe - InstallerSha256: C10B88A33D51F5EB910A413EF3C85AEDD2D6178BAEB1259E5652C945C80A3166 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1202/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1202/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c7ddd01ea4742..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1202/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1202 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cinecalidad: change domain wvw.* - - torrentqq: change domain *282.com - - torrentsir: change domain *124.com - - torrentz2eu: change domain *.online - - carphunter: update row selector - - beload: fix title filter - - therarbg: change domain *.to #14685 - - utopia: missing updates - - anitoons: add Brazilian private tracker. resolves #14846 (#14847) - - romanianmetaltorrents: update login test -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1202 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1202/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1202/Jackett.Jackett.yaml deleted file mode 100644 index a269a3c45efb2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1202/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1202 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1212/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1212/Jackett.Jackett.installer.yaml deleted file mode 100644 index 79459975fba7e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1212/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1212 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1212/Jackett.Installer.Windows.exe - InstallerSha256: C3ABDE204F7A377CDD70F266681DA0A86E9D575F68AF35A59A373A1F844D8C23 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1212/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1212/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2d897d53bd6d8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1212/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1212 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - world-of-tomorrow: update cat - - 2xfree: new cat - - rudub: new domain - - hdbits: update halfleech rules for TV - - hdbits: add pagination support -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1212 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1212/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1212/Jackett.Jackett.yaml deleted file mode 100644 index fe99190d4d4fb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1212/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1212 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1214/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1214/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0cc0e9d2a60a6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1214/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1214 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1214/Jackett.Installer.Windows.exe - InstallerSha256: 689A432F10841E3399CB3C4F9496A2C3800CE58D65054188B81BD9B56B9703BD -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1214/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1214/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c0ad0868d5c7e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1214/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1214 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cinecalidad: new subdomain - - hawke-uno: ignore internal and release groups with spaces -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1214 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1214/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1214/Jackett.Jackett.yaml deleted file mode 100644 index cfcdc6977cd2e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1214/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1214 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1217/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1217/Jackett.Jackett.installer.yaml deleted file mode 100644 index 98c856d1a8520..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1217/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1217 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1217/Jackett.Installer.Windows.exe - InstallerSha256: 6B7FC8DF61F1258AF97395604A5427652A800C4AC22D8E22131A4BD9317207A0 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1217/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1217/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7a467ab435fa7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1217/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1217 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - masters-tb: remove recommended results, add title when missing, add desc - - anisource: add header, increase delay, reduce pages 5>2. #8347 - - mejortorrent: bump subdomain - - torrentz2eu; back to asia domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1217 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1217/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1217/Jackett.Jackett.yaml deleted file mode 100644 index b44331b974582..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1217/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1217 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1226/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1226/Jackett.Jackett.installer.yaml deleted file mode 100644 index 317eeed6406c1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1226/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1226 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1226/Jackett.Installer.Windows.exe - InstallerSha256: 7805AE3F00C98AC34CFB7FF103DC3DA9BE24163E8F03D6E075D718403E712AAC -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1226/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1226/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index fac5794fde5e8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1226/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1226 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - aither: bump engine tag - - blutopia: bump engine tag - - hdtorrentsit: -> 7.0.3 - - fusionmayhem: removed. resolves #14757 - - retroflix: use release names and remove REQUESTED [ #14850 ] - - hdbits: add use filename options and set empty default values for codec, medium and origin - - passthepopcorn: add imdbid to tv-search capabilities - - torrentqq: bump domain - - avistaz: increase request delay to 5 seconds - - indexers: fix multiple enumeration when filtering results -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1226 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1226/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1226/Jackett.Jackett.yaml deleted file mode 100644 index 39e8b0beb05d0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1226/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1226 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1230/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1230/Jackett.Jackett.installer.yaml deleted file mode 100644 index de6a274689a45..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1230/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1230 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1230/Jackett.Installer.Windows.exe - InstallerSha256: 0D0006A288D368F16F8A87405D3EA5F20FC5EE308EDD7D4364205C6CC97EB3D4 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1230/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1230/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6fec215890c2c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1230/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1230 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentleech: swap row filter not:cntains(rar) for -tags:rar on search. resolves #14856 - - dontorrent: change domain *.wales - - add torrent-heaven a Dutch private site. resolves #14852 - - movieworld: updates -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1230 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1230/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1230/Jackett.Jackett.yaml deleted file mode 100644 index a16a9a44f9c41..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1230/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1230 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1234/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1234/Jackett.Jackett.installer.yaml deleted file mode 100644 index 478ef40f1b41a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1234/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1234 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1234/Jackett.Installer.Windows.exe - InstallerSha256: 2291EAC0CE9EE0584E06BBAA6242491C3EB5EAC9B12EE4DDF7869083B6C04489 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1234/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1234/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 000d25cb9d69b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1234/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1234 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cinecalidad: new sub domain - - divxtotal: log exception when failing to load page [ #14853 ] - - torrent911: new alternate domain - - torrent9clone: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1234 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1234/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1234/Jackett.Jackett.yaml deleted file mode 100644 index 40114003ac967..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1234/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1234 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1236/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1236/Jackett.Jackett.installer.yaml deleted file mode 100644 index 156d471df38bb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1236/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1236 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1236/Jackett.Installer.Windows.exe - InstallerSha256: 455683C538AA6D3295885818F145B8A860B3AEF0E6676142766C6C03A309C32D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1236/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1236/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index dd61cc09c10be..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1236/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1236 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - passthepopcorn: add release attributes in the title as opt-in - - dreamtracker: update cats - - bitbazis: cat updates -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1236 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1236/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1236/Jackett.Jackett.yaml deleted file mode 100644 index 4e83c731eaefb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1236/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1236 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1239/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1239/Jackett.Jackett.installer.yaml deleted file mode 100644 index 390f15413cc34..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1239/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1239 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1239/Jackett.Installer.Windows.exe - InstallerSha256: 2C79D1A0255A7454D9321446D773993D9A0A8C1F2EA0EB7DEF1BD4FE6BCBD712 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1239/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1239/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 428c7caf711c5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1239/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1239 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted nexus: update engine tags - - cinecalidad: change subdomain vvv.* - - putau: drop captcha on login -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1239 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1239/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1239/Jackett.Jackett.yaml deleted file mode 100644 index 24a69c0263313..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1239/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1239 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1243/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1243/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9f4faf6bc75f0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1243/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1243 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1243/Jackett.Installer.Windows.exe - InstallerSha256: E7DC775E46A3434569907D27FA8010D0BD2B07F86DBC19581265522ACFC436DD -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1243/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1243/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e9a864d48d0cc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1243/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1243 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - anitoons: add new cat - - torrentsir: bump domain - - mteamtp: increase request delay to 5s - - redleaves: bump engine tag -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1243 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1243/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1243/Jackett.Jackett.yaml deleted file mode 100644 index ee5895985cbcd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1243/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1243 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1250/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1250/Jackett.Jackett.installer.yaml deleted file mode 100644 index 92833e1e6711d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1250/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1250 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1250/Jackett.Installer.Windows.exe - InstallerSha256: FD61766EDD701277F70F5C5CFECCE537025C16FAC48F68F49592A47E86387E4D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1250/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1250/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e3405b5a9a077..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1250/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1250 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - bulltorrent: removed. resolves #6497 - - extremetorrents: removed. resolves #5057 - - twisted-music: removed. #14815 - - abtorrents: new row selectors - - cinecalidad: new subdomain - - lesaloon: switch to .net domain #1551 - - hdbits: enable use filenames by default -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1250 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1250/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1250/Jackett.Jackett.yaml deleted file mode 100644 index b570a0c787770..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1250/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1250 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1253/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1253/Jackett.Jackett.installer.yaml deleted file mode 100644 index 17d5e0c168b26..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1253/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1253 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1253/Jackett.Installer.Windows.exe - InstallerSha256: B622E7311A49B1028999D27DE9D1DCE3609121101D57F8C15EA2572EAE60C588 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1253/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1253/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 832df90ae25e6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1253/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1253 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - btsow: add UA. resolves #6576 - - audionews: update cats - - torrentqq: bump domain - - lesaloon: add new domain #1551 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1253 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1253/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1253/Jackett.Jackett.yaml deleted file mode 100644 index 0b8aa47d46a6c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1253/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1253 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1256/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1256/Jackett.Jackett.installer.yaml deleted file mode 100644 index 822b910aafa4c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1256/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1256 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1256/Jackett.Installer.Windows.exe - InstallerSha256: 7AC27E0FCF9D830167B5DCEFE25D33671324FB88253DB910B17C12668A836CC8 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1256/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1256/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b8b467adb58d0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1256/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1256 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - eztv: new domain. resolves #11861 - - redacted: treat freeload torrents as neutral leech - - datascene: update cats -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1256 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1256/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1256/Jackett.Jackett.yaml deleted file mode 100644 index 1d416d58b7abe..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1256/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1256 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1259/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1259/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8fd9c2e20dee8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1259/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1259 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1259/Jackett.Installer.Windows.exe - InstallerSha256: BC041D026ABC0925628514A67B623183D7BEB4BD64935582E4228F697F2F7CE8 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1259/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1259/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 61cf147e15bf5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1259/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1259 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent-explosiv: fix cat - - marinetracker: update cats - - badasstorrents: drop sort, it prevented results - - cinecalidad: new subdomain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1259 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1259/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1259/Jackett.Jackett.yaml deleted file mode 100644 index ac956415125ee..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1259/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1259 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1264/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1264/Jackett.Jackett.installer.yaml deleted file mode 100644 index ef129842f4bfb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1264/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1264 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1264/Jackett.Installer.Windows.exe - InstallerSha256: BE080A1A43135526BA43028C081100BD340C0763826EA2529573F19EB1423E16 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1264/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1264/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 10bbefcef22f8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1264/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1264 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentz2eu: new domain - - beload: add new cats - - mazepa: update cats - - schema: remove duplicate language codes (#14864) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1264 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1264/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1264/Jackett.Jackett.yaml deleted file mode 100644 index ec744f2245cdb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1264/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1264 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1277/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1277/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7a1723ee5c866..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1277/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1277 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1277/Jackett.Installer.Windows.exe - InstallerSha256: F345B05BF2A9018F3CA4A4DB66DC540ECA4D5E80693F0D26CD5D00C1E059EF03 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1277/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1277/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3d3343bf20fc3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1277/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1277 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - gazelle: fetch latest 50 releases with grouped torrents on RSS (#14871) - - redacted: add freeload only option (#14867) - - dontorrent: new domain - - torrentview: use today.year for keywordless - - eztv: new keywordless path + cookie settings - - torrentsir: bump domain - - Update README.md -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1277 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1277/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1277/Jackett.Jackett.yaml deleted file mode 100644 index 6066b84770d1f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1277/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1277 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.128/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.128/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6bcc63df176ec..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.128/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.128 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.128/Jackett.Installer.Windows.exe - InstallerSha256: 258C8B7A7340E31975281FD509F70479CD8B82073100963D4EB3DFF8739E59D5 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.128/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.128/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2e4499b20761e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.128/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.128 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrenteros: new cat - - indexers: improve test indexer message on failure (#14421) - - hdtorrents: add error message selector - - torrentdownloads: add raw search support [ #14420 ] - - torrenteros: amend MR MST based on OP #11925 - - add torrenteros a Spanish private site. resolves #11925 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.128 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.128/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.128/Jackett.Jackett.yaml deleted file mode 100644 index 3696d9aee6edb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.128/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.128 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1280/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1280/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3a934e77e080a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1280/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1280 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-11-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1280/Jackett.Installer.Windows.exe - InstallerSha256: 28F0C6A7E2D78DAEE62F77A39C6C2D6BB0E441D7A5C7C1B2895A210DE179BBB0 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1280/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1280/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index be9b74efda9e7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1280/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1280 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - eztv: change domain *x.to - - cinecalidad: fix typo - - cinecalidad: new subdomain - - torrentz2eu: back to asia domain but with new search path - - torrent911: new domain - - gktorrent: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1280 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1280/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1280/Jackett.Jackett.yaml deleted file mode 100644 index 2b721bb8d8ca5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1280/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1280 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1289/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1289/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5623106aee896..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1289/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1289 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1289/Jackett.Installer.Windows.exe - InstallerSha256: 584BB88DB4B73DF7D79DA3799EECA3D782EA4315F1E563F4AE717335A4B99E74 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1289/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1289/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 652b65f06d1da..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1289/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1289 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - jpopsuki: tidy artist search - - themixingbowl: tidy artist search, treat tags as genres - - aidoruonline: fix scat - - torrentdd: add private Thai tracker. resolves #14873 (#14874) - - aidoruonline: replace unnecessary raw search input - - aidoruonline: change test selector, prevent relogin on search - - torrentqq: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1289 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1289/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1289/Jackett.Jackett.yaml deleted file mode 100644 index 6e399a6d86560..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1289/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1289 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1293/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1293/Jackett.Jackett.installer.yaml deleted file mode 100644 index 61dbd0d208643..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1293/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1293 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1293/Jackett.Installer.Windows.exe - InstallerSha256: 2479507F2A9A03AE393FAAED268A48F795175D809FA9D06E322B3FB3218E996A -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1293/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1293/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 45cdd03c99dbf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1293/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1293 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cinecalidad: new subdomain - - hqmusic: tidy search - - madsrevolution: tidy genre search - - hdgalaktik: new title and leechers selectors -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1293 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1293/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1293/Jackett.Jackett.yaml deleted file mode 100644 index db48db2598213..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1293/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1293 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1298/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1298/Jackett.Jackett.installer.yaml deleted file mode 100644 index da2c05cbd6468..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1298/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1298 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1298/Jackett.Installer.Windows.exe - InstallerSha256: C71452E42C153C885233D0A13A8B4FA55BC5617C295EE88CC8D5075D1ACF68F2 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1298/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1298/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index dc0686458dd19..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1298/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1298 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent9clone: new domain - - add Twisted-Music a private music site. resolves #14815 - - add xider-torrent a private Hungarian site. resolves #14877 - - torrent-pirat: new cat - - jpopsuki: add requestDelay in attempt to prevent 429s -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1298 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1298/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1298/Jackett.Jackett.yaml deleted file mode 100644 index 20cd4cf5f84a1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1298/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1298 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1302/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1302/Jackett.Jackett.installer.yaml deleted file mode 100644 index b5bdce24710aa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1302/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1302 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1302/Jackett.Installer.Windows.exe - InstallerSha256: CC12075360E5BAB15B21F9453E868258CAA41ABE24F31F7A5F23BBF2C612C362 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1302/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1302/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ec8ef914034af..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1302/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1302 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentz2eu: new domain and search path. resolves #10959 - - xider-torrent: prevent row error - - electro-torrent: add new cats - - broadcasthenet: add requestDelay, MST, infohash and fix trailer description -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1302 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1302/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1302/Jackett.Jackett.yaml deleted file mode 100644 index bd107cc7b9730..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1302/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1302 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1310/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1310/Jackett.Jackett.installer.yaml deleted file mode 100644 index f41f06e8e6421..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1310/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1310 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1310/Jackett.Installer.Windows.exe - InstallerSha256: 027D6704B7A1C63FC8EDA1CF87564BE60BEFB015C7D2F9C3B789B16F7113ABC4 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1310/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1310/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a2adb0ffdcd2a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1310/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1310 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - yggtorrent: new domain. resolves #14882 - - hdcztorrent: add new cats - - biatch: removed. resolves #14830 - - animetracker: removed. resolves #13611 - - ultra-hd: removed. resolves #14793 - - Update electro-torrent.yml - - electro-torrent: add new cats pt2 - - torrentz2eu: add new cat - - norbits: use remember me in login form - - passthepopcorn: parse half leech -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1310 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1310/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1310/Jackett.Jackett.yaml deleted file mode 100644 index 5828720d83854..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1310/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1310 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1315/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1315/Jackett.Jackett.installer.yaml deleted file mode 100644 index 145fd74ca6fc1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1315/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1315 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1315/Jackett.Installer.Windows.exe - InstallerSha256: 653EBB93506D977EE5FFDCB9119BBF07925FD244DB7EECA4532B3579F23E53AC -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1315/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1315/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9921eb3f16cd3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1315/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1315 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dontorrent: new domain - - korsar: update login test path. resolves #14884 - - twisted-music: add MR & MST - - infire: update login. #14337 - - happyfappy: add new cat - - assorted nexus: bump engine tag -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1315 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1315/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1315/Jackett.Jackett.yaml deleted file mode 100644 index f76596f5dcc21..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1315/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1315 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1318/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1318/Jackett.Jackett.installer.yaml deleted file mode 100644 index 35e5d2d96521d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1318/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1318 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1318/Jackett.Installer.Windows.exe - InstallerSha256: 85F42C1AF945501FC23C2DC42DFF0055D9D3B76B0FB221826D60702B6CADE1D2 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1318/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1318/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5eba57d6bc75a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1318/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1318 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - xider-torrent: new cats - - boxingtorrents: new cat - - bangumi-moe: set requestDelay to 3s -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1318 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1318/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1318/Jackett.Jackett.yaml deleted file mode 100644 index d6d107fba83a9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1318/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1318 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.132/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.132/Jackett.Jackett.installer.yaml deleted file mode 100644 index f33be6e39e56f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.132/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.132 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.132/Jackett.Installer.Windows.exe - InstallerSha256: 0C7C32DC1049D797E68A4669D7B3C487736B5AF9784215BC0A0B09D76AB085C2 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.132/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.132/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 95e2d8bd30d2d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.132/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.132 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hdtorrentsit: removed. resolves #14411 - - hd-unit3d: update engine tag - - theoldschool: drop page - - bwtorrents: new cat - - ccfbits: removed. resolves #14306 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.132 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.132/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.132/Jackett.Jackett.yaml deleted file mode 100644 index 571a82767985b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.132/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.132 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1323/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1323/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0135a97f58aeb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1323/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1323 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1323/Jackett.Installer.Windows.exe - InstallerSha256: A8A802EB3B251B157CEE9A4EE8BFB0AA3A78316763DB30B5F3E149434DDC7496 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1323/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1323/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ca157901a7d37..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1323/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1323 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hawke-uno; add alternate domain .#14890 - - torrentsir: bump domain - - assorted: new unblockit domain - - assorted unit3d; bump engine tags - - scenelinks: new H&R - - torrentqq: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1323 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1323/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1323/Jackett.Jackett.yaml deleted file mode 100644 index 611e6219c18d7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1323/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1323 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1327/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1327/Jackett.Jackett.installer.yaml deleted file mode 100644 index 81b0c2b8cf648..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1327/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1327 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1327/Jackett.Installer.Windows.exe - InstallerSha256: B26E0B0AC60AEB2DEC4F8C1AA6B5544D01A3AF8DA20EA7FEE1337E13637E5728 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1327/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1327/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index eb8a70635ab75..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1327/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1327 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rutracker-ru: allowrawsearch: true resolves #14894 - - noname-club: allowrawsearch: true resolves #14893 - - kinozal: allowrawsearch: true resolves #14892 - - fearnopeer: bump engine tag. - - hdtorrents: add check if login is needed [ #14891 ] - - cinecalidad: new subdomain - - torrentsir: typo fix -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1327 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1327/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1327/Jackett.Jackett.yaml deleted file mode 100644 index a9bd212eeefb7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1327/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1327 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1333/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1333/Jackett.Jackett.installer.yaml deleted file mode 100644 index f98894ebf19e0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1333/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1333 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1333/Jackett.Installer.Windows.exe - InstallerSha256: 3D64DB831EA49FCC630454FFDD6B604AC3DB1CA3AEA19B7CBCAC028D9B725568 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1333/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1333/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3b96533d89dd3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1333/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1333 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - abtorrents: account for 0 seeders - - divteam: account for category=0 - - megapeer: switch to year for keywordless search. resolves #12371 - - solidtorrents: new domain. resolves #4751 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1333 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1333/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1333/Jackett.Jackett.yaml deleted file mode 100644 index 3dd140f9a8baf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1333/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1333 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1344/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1344/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8c0079232acdd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1344/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1344 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1344/Jackett.Installer.Windows.exe - InstallerSha256: A74E3A266D9F2C0FAECA93B9255410D51D707B34FD587F55FBBE43F4A42816EB -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1344/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1344/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3e426dc7a012f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1344/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1344 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - xider-torrent: 2mst + add verified/unverified descr - - cinecalidad: new domain - - asiancinema: support multi-lingual date. resolves #14900 - - enthralled: add 2fa indexer #14897 - - hellashut: update captcha input. resolves #14899 - - torrentz2eu: prefix keywords wtth plus. resolves #10959 - - Update README.md - - core: migrate Polly to v8 (#14896) - - enthralled: add 3X tracker. resolves #14897 (#14898) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1344 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1344/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1344/Jackett.Jackett.yaml deleted file mode 100644 index 5b874235e5245..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1344/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1344 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1350/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1350/Jackett.Jackett.installer.yaml deleted file mode 100644 index e8ac20aaa22b3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1350/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1350 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1350/Jackett.Installer.Windows.exe - InstallerSha256: 84C9293CC064D4BCE3756B2943BA68A3361D4C45A02073335BF38C494CEDB14F -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1350/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1350/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a7e477aee9b13..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1350/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1350 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - audionews: add verified/unverified to descr - - dontorrent: new domain - - ultrahd: new mst and mr - - fix cs - - iptorrents: parse size column using index by name - - assorted: description is auto-optional -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1350 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1350/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1350/Jackett.Jackett.yaml deleted file mode 100644 index 8d2b7fb0375bf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1350/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1350 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1366/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1366/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7ac5ad7a0123d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1366/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1366 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1366/Jackett.Installer.Windows.exe - InstallerSha256: B078B8EABCFFEAE0DACE0EF0ADB04DDB19E2DC5CD44BB2D3CC1B1B83DAE6E926 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1366/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1366/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3cb77ce47a2c0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1366/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1366 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - carphunter: fix - - gigatorrents: add verified/unverified to descr - - femdomcult: add verified/unverified to descr - - estone: lint - - estone: add verified/unverified to descr - - torrentproject2: add new download filter - - readme: add homebrew install link. resolves #14906 - - fsm: add Chinese private tracker. resolves #14887 (#14907) - - diablotorrent: fix field name format - - diablotorrent: add verified/unverified to descr -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1366 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1366/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1366/Jackett.Jackett.yaml deleted file mode 100644 index 7117a7ab9bdbc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1366/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1366 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1390/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1390/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3010bdb1f17fb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1390/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1390 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1390/Jackett.Installer.Windows.exe - InstallerSha256: 07BFF9CFA059C30EEB010426999A7B86084A6076A8F2BD117DF2EEBBAFFC4C2F -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1390/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1390/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index edc9d715baec8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1390/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1390 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - teracod; add verified/unverified to descr - - seedfile: add verified/unverified to descr - - r3vwtf; add verified/unverified to descr - - punkshorror: add verified/unverified to descr - - peeratiko: add verified/unverified to descr - - party-tracker: add verified/unverified to descr - - mesevilag: add verified/unverified to descr - - megamixtracker: add verified/unverified to descr - - assorted: fix field names format (#14910) - - majomparade: fix genre trimming -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1390 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1390/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1390/Jackett.Jackett.yaml deleted file mode 100644 index ea49e8ff0619e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1390/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1390 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1396/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1396/Jackett.Jackett.installer.yaml deleted file mode 100644 index 838b94f2876b1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1396/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1396 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-15 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1396/Jackett.Installer.Windows.exe - InstallerSha256: 393FE876E16BB47528D9122B1A7AFF11D7C7292C42141ED8249F98EB610A491A -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1396/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1396/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ece01475e7c3d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1396/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1396 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rename hdzone to hdfun #6078 - - thepiratebay: add config info - - avistaz: disable pagination, increase rate limit and implement MST formula - - torrentqq: bump domain - - wdt: add verified/unverified to descr - - torrentlt: add verified/unverified to descr -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1396 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1396/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1396/Jackett.Jackett.yaml deleted file mode 100644 index f372bfeb26dda..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1396/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1396 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.14/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.14/Jackett.Jackett.installer.yaml deleted file mode 100644 index ae60319d9b99f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.14/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.14 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.14/Jackett.Installer.Windows.exe - InstallerSha256: 903D9FE3B8CE690DF5922BFE2EA10AC1493D71B090CFE8147C2CF533757DA35E -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.14/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.14/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6c92b75fd3889..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.14/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.14 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - lint - - add lesbians4u a private site. resolves #14364 - - torrentwhiz: bump domain - - torrentview: bump domain - - Bump version to 0.21 (#14365) - - arabtorrents: update layout - - torrentproject2: add new cat. resolves #14361 - - torrent9: fix wrong domain. resolves #14360 - - imetorrentsclone: fix anime cat detection. - - limetorrents: fix anime cat detection. resolves #14359 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.14 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.14/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.14/Jackett.Jackett.yaml deleted file mode 100644 index 3fcd296ca4eac..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.14/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.14 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1422/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1422/Jackett.Jackett.installer.yaml deleted file mode 100644 index e76f6b0eedeff..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1422/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1422 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1422/Jackett.Installer.Windows.exe - InstallerSha256: 2FA9930F591DA3A3BB4DC819018BCD4DB597F6C3F9EBA76C8221BE4DBC727CD8 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1422/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1422/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 4fc6aa79dfe30..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1422/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1422 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hdfun: switch to credentials login - - hdmayi: switch to credentials login - - 52pt: switch to credentials login - - okpt: change to cookie login. resolves #14912 - - zmpt: change to cookie login. resolves #14918 - - uploadcx: bump engine tag - - hdtorrentsit: bump engine tag - - bitofvalor: removed. resolves #13890 - - muziekfabriek: removed. resolves #6619 - - torrent9clone: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1422 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1422/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1422/Jackett.Jackett.yaml deleted file mode 100644 index 2a4aa888e3c0b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1422/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1422 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1424/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1424/Jackett.Jackett.installer.yaml deleted file mode 100644 index 87b8280eb3aae..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1424/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1424 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1424/Jackett.Installer.Windows.exe - InstallerSha256: 2899FC0F6EADC8505B4A9CC2D270FE4C3078EB12FA2D6B1808DE1FE47EB22FF2 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1424/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1424/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2cba14f12291d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1424/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1424 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - mejortorrent: new subdomain - - hdmayi: typo fix -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1424 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1424/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1424/Jackett.Jackett.yaml deleted file mode 100644 index c23e69c55bf15..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1424/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1424 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1428/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1428/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8027dd02a8929..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1428/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1428 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1428/Jackett.Installer.Windows.exe - InstallerSha256: 47D64CD24290620EE5B35B5CCEA1A3AB9F63E4CDE69DAC5DCF75E4F82B7D3CEA -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1428/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1428/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 47929b3cbdab9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1428/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1428 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentsir: bump domain - - torrentdownload: add new cats - - vstorrent: prevent log row errors when keyword returns not found - - simpleanime: drop adverts -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1428 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1428/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1428/Jackett.Jackett.yaml deleted file mode 100644 index d0e8d583b2f5d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1428/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1428 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1429/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1429/Jackett.Jackett.installer.yaml deleted file mode 100644 index 2a9ab71246687..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1429/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1429 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1429/Jackett.Installer.Windows.exe - InstallerSha256: 92ACCC74916B12A0B53DDAC5CA9898703E3AB36061D0A686C402824007837028 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1429/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1429/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0a5be92eb158e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1429/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1429 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - unleashthecartoons: removed. resolves #13930 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1429 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1429/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1429/Jackett.Jackett.yaml deleted file mode 100644 index 1ba8aa1eebeb8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1429/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1429 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1431/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1431/Jackett.Jackett.installer.yaml deleted file mode 100644 index 03b8e675d27bf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1431/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1431 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1431/Jackett.Installer.Windows.exe - InstallerSha256: 4F699CC1DD8484FC04706CE06C5337D605A639FFDF85C510BEBE3E96E84B5465 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1431/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1431/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 528020de96f1a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1431/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1431 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentkitty; remove trailing slash -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1431 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1431/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1431/Jackett.Jackett.yaml deleted file mode 100644 index b901311462fea..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1431/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1431 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1437/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1437/Jackett.Jackett.installer.yaml deleted file mode 100644 index ce18e58711ee3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1437/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1437 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1437/Jackett.Installer.Windows.exe - InstallerSha256: 4525980CF8841D74C7E1B347FC25710ADDE6AA74D4E315785962304B34F79892 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1437/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1437/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 39324d3fee09e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1437/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1437 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - audiobookbay: drop alternate .se domain - - torrentz2eu: back to .online domain again - - torrentqq: bump domain - - torrentdownload: switch to .today.year for keywordless search. resolves #6451 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1437 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1437/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1437/Jackett.Jackett.yaml deleted file mode 100644 index 2614d997b0e58..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1437/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1437 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1441/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1441/Jackett.Jackett.installer.yaml deleted file mode 100644 index 95140940f56dd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1441/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1441 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1441/Jackett.Installer.Windows.exe - InstallerSha256: 2EB7C7E381040C588BD95807D6319D39CE29EA215B9B013959F95B2484C702A2 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1441/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1441/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6d335b3313347..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1441/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1441 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentbd: update cats - - torrentz2eu: new engine, no categories - - thecrazyones: cat fixes - - add thecrazyones a private German site. resolves #13046 - - torrent-explosiv: add grabs, fix date, test index.php -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1441 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1441/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1441/Jackett.Jackett.yaml deleted file mode 100644 index ce6ccde0b1eb5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1441/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1441 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1442/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1442/Jackett.Jackett.installer.yaml deleted file mode 100644 index ca1b1847a255f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1442/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1442 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1442/Jackett.Installer.Windows.exe - InstallerSha256: 23A6A96CFAE016020274B04F856BE39D3239158FE42D4600C55C8452F36D56A5 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1442/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1442/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f9ff44fc72d60..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1442/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1442 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - solidtorrents: revert domain *.to -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1442 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1442/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1442/Jackett.Jackett.yaml deleted file mode 100644 index 0c900e6f8d718..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1442/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1442 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1446/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1446/Jackett.Jackett.installer.yaml deleted file mode 100644 index be35ed428d5ba..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1446/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1446 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1446/Jackett.Installer.Windows.exe - InstallerSha256: 0FAFD13A8A4E618BC610F9DB15A45A1F2E93792BBF2420EF7AA96A3EDA68103E -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1446/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1446/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9723871659aff..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1446/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1446 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - sporthd: removed. resolves #8090 - - korsar: new category selector. resolves #14884 - - audiobookbay: cleanup categories and add genres - - anthelion-api: disable category filtering - - cardigann: fix NullRef for empty release categories -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1446 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1446/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1446/Jackett.Jackett.yaml deleted file mode 100644 index 41b16b34fdc5b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1446/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1446 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1448/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1448/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0edf7e174b01d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1448/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1448 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1448/Jackett.Installer.Windows.exe - InstallerSha256: CE2F0D287084CB85708F16C1107D690C52A9434CE9E4E65E9CEFD281F43CC156 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1448/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1448/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 928e5394c75da..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1448/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1448 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - add HaresClub a private Chinese site. resolves #14055 - - newstudio: site now forcing https -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1448 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1448/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1448/Jackett.Jackett.yaml deleted file mode 100644 index cd87c85a18507..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1448/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1448 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1451/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1451/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8c33eaf1f2721..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1451/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1451 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1451/Jackett.Installer.Windows.exe - InstallerSha256: D5338C040858725203E80FD2C2853F1A3CBC1B5C0D988030B061CD755966B997 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1451/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1451/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 28bed16424ca3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1451/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1451 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - lostfilm: switch domain - - Revert "dark-shadow: gone. removed. resolves #7892" (#14933) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1451 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1451/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1451/Jackett.Jackett.yaml deleted file mode 100644 index d097e5871fa4a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1451/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1451 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1454/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1454/Jackett.Jackett.installer.yaml deleted file mode 100644 index a9e0272abfa12..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1454/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1454 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1454/Jackett.Installer.Windows.exe - InstallerSha256: 316493AC14A72905065D344F886F65909B0E860366E6F4377D53F0A420FF4262 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1454/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1454/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8f1efae3904dc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1454/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1454 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - frozenlayer: removed. resolves #1556 - - assorted unit3d: bump engine tag - - torrentqq: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1454 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1454/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1454/Jackett.Jackett.yaml deleted file mode 100644 index 8c1100318ee5b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1454/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1454 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1461/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1461/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1c1016de8411c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1461/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1461 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1461/Jackett.Installer.Windows.exe - InstallerSha256: 4413D1269467A093251EF6FAB1ECB05EE82086471A88AD7A8721BCB471C67B2A -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1461/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1461/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3664963f64e4f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1461/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1461 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - satclubbing: change to private (#14940) - - kimoji: add new Chinese private tracker. resolves #14934 (#14939) - - hellashut; new captcha input label -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1461 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1461/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1461/Jackett.Jackett.yaml deleted file mode 100644 index 0dfc7cf12d15a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1461/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1461 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1465/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1465/Jackett.Jackett.installer.yaml deleted file mode 100644 index a09fcac90c840..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1465/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1465 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1465/Jackett.Installer.Windows.exe - InstallerSha256: 20E8EBB7C156CB0120E620C0741B77661E319D3B543FBBF309C49A87FF740A0C -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1465/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1465/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 08d306ddecdfa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1465/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1465 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentwhiz: remove unused book-search - - torrentqq: remove unused book-search - - turkseed: removed, switched to ddl. resolves #7753 (#14944) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1465 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1465/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1465/Jackett.Jackett.yaml deleted file mode 100644 index 2d6ec75c318a6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1465/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1465 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1468/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1468/Jackett.Jackett.installer.yaml deleted file mode 100644 index c00888bc526b8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1468/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1468 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1468/Jackett.Installer.Windows.exe - InstallerSha256: B7C6A453ABA8753FC29855E7A94BBF52D557D9B8736BC552CC6DD671D8E66D63 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1468/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1468/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f840d0b6addc8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1468/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1468 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cardigannIndexerHtmlTests: update expected year - - datetimeutiltests: update reference year - - restore sharkpt a private Chinese site. resolves #13904 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1468 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1468/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1468/Jackett.Jackett.yaml deleted file mode 100644 index 8ae1213cb47aa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1468/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1468 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1491/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1491/Jackett.Jackett.installer.yaml deleted file mode 100644 index 139fcf0b03f2f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1491/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1491 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1491/Jackett.Installer.Windows.exe - InstallerSha256: D78CD9E0E91FA0F452762239079D32FEE219F47C6D468D9A7240A7D697CAD2DC -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1491/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1491/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 871bcabbb07ef..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1491/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1491 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - agsvpt: typo fix - - agsvpt: add private Chinese tracker. resolves #14946 (#14951) - - add rptorrents a private site. resolves #5368 - - noname-clubl: update cats - - noname-club: update cats - - rutracker: typo fix - - file-tracker: update cats - - krazyzone: update cats - - rutracker: update cats - - riperam: update cats -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1491 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1491/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1491/Jackett.Jackett.yaml deleted file mode 100644 index d3572cb9e1b4e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1491/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1491 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1501/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1501/Jackett.Jackett.installer.yaml deleted file mode 100644 index ed391e872ba54..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1501/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1501 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1501/Jackett.Installer.Windows.exe - InstallerSha256: 256007ACB74BF828448A50EEEA070DB5B494B9AB0F29E96CF40E21778AC31A7A -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1501/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1501/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 387df2504b49e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1501/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1501 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentoyunindir: switch to path inputs - - ehentai: switch to path inputs - - ebookbay: switch to path inputs - - crackingpatching: switch to path inputs - - aniarena: switch to path inputs - - acrossthetasman: switch to path inputs - - nyaasi: third time trying to optimise ;-) - - nyaasi: optimise switch to using inputs for path - - nyaasi: switch to suing inputs for path - - infire: update MST -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1501 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1501/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1501/Jackett.Jackett.yaml deleted file mode 100644 index 09eb88f73e68b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1501/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1501 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1504/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1504/Jackett.Jackett.installer.yaml deleted file mode 100644 index f6fc95486cbc3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1504/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1504 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1504/Jackett.Installer.Windows.exe - InstallerSha256: ABB2DD9412F0355571FEDC912AD15B00B6BE3A652829B34FF98CBC3AD230AEB4 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1504/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1504/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 252087df6be1a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1504/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1504 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - lastdigitalunderground: add new private tracker. resolves #14955 (#14956) - - lostfilm: refresh domains, add uptime comments. resolves #14954 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1504 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1504/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1504/Jackett.Jackett.yaml deleted file mode 100644 index 1750f6546d1d9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1504/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1504 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1510/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1510/Jackett.Jackett.installer.yaml deleted file mode 100644 index 63df38208006c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1510/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1510 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1510/Jackett.Installer.Windows.exe - InstallerSha256: D6EBA21311D07AC7F2AE95B2AB6D5BA82D4971B4C2146845E5B8724AFC8E3A18 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1510/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1510/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d357310ec6e00..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1510/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1510 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - thecrazyones: update cats - - torrentz2eu: lint - - torrentz2eu: back to *.in domain and old engine - - lastdigitalunderground: add MR and MST - - rptorrents-api: add MR and MST -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1510 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1510/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1510/Jackett.Jackett.yaml deleted file mode 100644 index c47e5a68a1857..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1510/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1510 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1519/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1519/Jackett.Jackett.installer.yaml deleted file mode 100644 index 432951e97a70c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1519/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1519 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1519/Jackett.Installer.Windows.exe - InstallerSha256: 37CE2B70E2F29E0392F8C6751EEB47A0556997B49B49EADE11319034E354B928 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1519/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1519/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1c28f4c99e2c2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1519/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1519 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - jptv: change to api. #9242 (#14965) - - isohunt2: change to categorydesc - - proporno: change encoding, change to categorydesc - - lastfiles: correct capitalisation of encoding - - fluxzone: correct capitalisation of encoding - - torrentqq: bump domain - - proporno: new CA with invalid org - - assorted: new unblockit domain - - brsociety-api: update engine to 7.1.3 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1519 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1519/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1519/Jackett.Jackett.yaml deleted file mode 100644 index ce7c710962177..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1519/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1519 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1529/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1529/Jackett.Jackett.installer.yaml deleted file mode 100644 index fde70144c6cbd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1529/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1529 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1529/Jackett.Installer.Windows.exe - InstallerSha256: 00713D74962D05F097DA85EFBC6834E821E347EEFAF769C345E91E928DE2CD4F -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1529/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1529/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0acd1369efbe9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1529/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1529 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hdbits: trim spaces from search query - - hdbits: strip non-word chars for search query (#14966) - - torrentsir: dump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1529 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1529/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1529/Jackett.Jackett.yaml deleted file mode 100644 index 7a2221fbadc72..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1529/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1529 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1536/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1536/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3520bb50dca47..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1536/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1536 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1536/Jackett.Installer.Windows.exe - InstallerSha256: A607ADCB945161BBD8D84CFB82CEA20127A2A67E7BFDFB7D7E0195E9670EEBDE -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1536/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1536/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3af59666eecd7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1536/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1536 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dontorrent: new domain - - hd-club: change to private. #14827 (#14977) - - cpabien: fix for FlareSolverr, update for keyword results - - proporno: search article for keywordless search (.Today. - Year) - - glodls: new mirror gtso.cc - - twisted-music: change tld *.org -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1536 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1536/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1536/Jackett.Jackett.yaml deleted file mode 100644 index 1590d808d347d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1536/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1536 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1537/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1537/Jackett.Jackett.installer.yaml deleted file mode 100644 index 304fd13f75b9c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1537/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1537 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1537/Jackett.Installer.Windows.exe - InstallerSha256: 077E361F2A10FD93A5AADA116E872B7DB90BA7E179158E12879507B79D8C1970 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1537/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1537/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 4afc75e65ab6d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1537/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1537 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentscsv: change tld *.com -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1537 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1537/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1537/Jackett.Jackett.yaml deleted file mode 100644 index c3efe90795bfa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1537/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1537 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1540/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1540/Jackett.Jackett.installer.yaml deleted file mode 100644 index 467379bb861c8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1540/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1540 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1540/Jackett.Installer.Windows.exe - InstallerSha256: 664C5F2B589356AD9944D0EAB4E50E44ECE118E2FB8794E691521035FDD0DECF -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1540/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1540/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b3f4a2e02e522..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1540/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1540 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - xider-torrent: new row selector - - torrentqq: bump domain - - datascene-api: update engine 7.2.0 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1540 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1540/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1540/Jackett.Jackett.yaml deleted file mode 100644 index 098ccbdf87613..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1540/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1540 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1546/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1546/Jackett.Jackett.installer.yaml deleted file mode 100644 index a398cbfd5880b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1546/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1546 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1546/Jackett.Installer.Windows.exe - InstallerSha256: D361DAC69B422E45666935BB975F6C0DC3020CBA8C767D931688CDFBD094DC5B -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1546/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1546/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 429454a89ba30..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1546/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1546 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted unit3d: bump engine tags - - add Mendigos da WEB a Portuguese private site. resolves #14987 - - hdvideo: change to cookie login. closes #14984 - - knaben: switch to download to allow hrefs with redirects to magnet links -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1546 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1546/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1546/Jackett.Jackett.yaml deleted file mode 100644 index 8a0de226f092b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1546/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1546 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1548/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1548/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6e623dec633bf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1548/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1548 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1548/Jackett.Installer.Windows.exe - InstallerSha256: 6C5F736362EB0758C0DF26172D0762F1624366454403DF0043285F502B7F4046 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1548/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1548/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e936447fcda89..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1548/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1548 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent-turk: switch to cookie login method. resolves #7886 - - hdchina; removed. resolves #141 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1548 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1548/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1548/Jackett.Jackett.yaml deleted file mode 100644 index ca41dcc0b7874..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1548/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1548 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1553/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1553/Jackett.Jackett.installer.yaml deleted file mode 100644 index a176af8db416f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1553/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1553 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1553/Jackett.Installer.Windows.exe - InstallerSha256: 9A08371B0F07CF2A705B7CD3CECA934FC580C9D7599B89136B765D60947FDF53 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1553/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1553/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b2512930d5c90..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1553/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1553 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentsir: bump domain - - improve usage with STJson. - TryDeserialize - - fsm: update API token info -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1553 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1553/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1553/Jackett.Jackett.yaml deleted file mode 100644 index 698b9923c5e45..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1553/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1553 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1556/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1556/Jackett.Jackett.installer.yaml deleted file mode 100644 index 37ec08dc0b926..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1556/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1556 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1556/Jackett.Installer.Windows.exe - InstallerSha256: 90F28496B183B1499E390308D18D6F38545ECD65775E8C7F8A27796E9937264D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1556/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1556/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e2b4191a54e2b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1556/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1556 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent9clone: new domain - - mejortorrent: new subdomain - - add rm-hd an Ukrainian private site. resolves #14980 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1556 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1556/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1556/Jackett.Jackett.yaml deleted file mode 100644 index 962ffc1712afa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1556/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1556 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1566/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1566/Jackett.Jackett.installer.yaml deleted file mode 100644 index d17da059a6ec3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1566/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1566 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1566/Jackett.Installer.Windows.exe - InstallerSha256: 4C6D06699550A0EF8A1B4AA8D8A7140A8723288E68DCCB8C88336280EFA1BD83 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1566/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1566/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d9b135257cd63..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1566/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1566 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rptorrents-api: rename to rptscene-api (#14998) - - tocashare: typo fix - - add toca share a Portuguese private site. resolves #14996 - - torrentqq: bump domain - - finelit:e upgrade to v3.6.8. resolves #14995 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1566 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1566/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1566/Jackett.Jackett.yaml deleted file mode 100644 index 31e336f756707..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1566/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1566 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.157/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.157/Jackett.Jackett.installer.yaml deleted file mode 100644 index 44d7d33c99866..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.157/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.157 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.157/Jackett.Installer.Windows.exe - InstallerSha256: D822B49D905730E0B999F19D4914514B5CF6F7BD14495A17AD17F227E121DFDE -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.157/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.157/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c28f599a1895d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.157/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.157 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - Update ptchina.yml - - assorted nexusphp: update engine tag - - cardigann: allow empty inputs for login.method get (#14430) - - cardigann: allow empty inputs for login.method get - - cinecalidad: new domain - - torrentleech: use login form (#14428) resolves #14410 - - YTS: correct sort - - digitalcore: add search P2P releases only option -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.157 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.157/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.157/Jackett.Jackett.yaml deleted file mode 100644 index c100eb9aedd4f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.157/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.157 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1585/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1585/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3e4ed43f0aa61..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1585/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1585 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1585/Jackett.Installer.Windows.exe - InstallerSha256: D8FBB87D069DBB01FFF5E91DAF2B7475C227BEE27E67028EE89A6041F1F90E68 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1585/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1585/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 39c4059246d86..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1585/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1585 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - kinozal: fix categories mappings (#15005) - - kinozal: fix categories mappings (#15004) - - torrent9: switch keywordless home page for top-torrent. resolves #15003 - - torrent9clone: new domain and proxy - - rptscene: add new cat - - thegeeks: add new cats - - twisted-music: add new cat - - tapochek: add new cat - - backups: add new cat - - torrent911: update cat -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1585 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1585/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1585/Jackett.Jackett.yaml deleted file mode 100644 index 284ba0043b5f3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1585/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1585 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1588/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1588/Jackett.Jackett.installer.yaml deleted file mode 100644 index 01e30630e62f0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1588/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1588 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1588/Jackett.Installer.Windows.exe - InstallerSha256: AC137D20A5670410E0C556D0E364409A7551A39C702963A7EBC10553AE9987C9 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1588/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1588/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b721e15b529ed..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1588/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1588 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - tocashare; add new cats - - torrent911: add new cat - - rutracker-ru: add new cat - - bitsexy: removed. resolves #12070 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1588 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1588/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1588/Jackett.Jackett.yaml deleted file mode 100644 index d158ad727789b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1588/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1588 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1594/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1594/Jackett.Jackett.installer.yaml deleted file mode 100644 index 36533f29d62dd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1594/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1594 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1594/Jackett.Installer.Windows.exe - InstallerSha256: 5FED8740E558BB338DDA6E492432970E443CF9FD7DB903B2BF12860910451626 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1594/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1594/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e4d362f352981..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1594/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1594 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - Create issue-bot-redeliver.yml - - Create redeliver-failed-deliveries.js - - Revert "peeratiko: CA expired" - - filelist: add whitelist info to config. resolves #14993 - - torrent-turk: new title selector, add magnet - - peeratiko: CA expired - - movieworld: refresh cats -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1594 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1594/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1594/Jackett.Jackett.yaml deleted file mode 100644 index 573b4e0e268b8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1594/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1594 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1609/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1609/Jackett.Jackett.installer.yaml deleted file mode 100644 index 04fb6211630d7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1609/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1609 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1609/Jackett.Installer.Windows.exe - InstallerSha256: D9F392A16EA8AAE682FEA07BF47B94AD60E8E979AFB4A93ED50AF757AA147DDA -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1609/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1609/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 09a249b0d6060..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1609/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1609 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rptscene: add new cat - - Update issuebot.yml - - Update redeliver-failed-deliveries.js - - torrent911: new domain - - gktorrent: remove obsolete domains - - DonTorrent: new domain (#15012) - - subsplease: refactor parsing release size from magnet links - - Update issuebot.yml - - Update redeliver-failed-deliveries.js - - Create issuebot.yml -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1609 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1609/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1609/Jackett.Jackett.yaml deleted file mode 100644 index 2f49a7c0fc7a5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1609/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1609 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1613/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1613/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1778355d9a2d2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1613/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1613 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1613/Jackett.Installer.Windows.exe - InstallerSha256: 96B3F10C7906B7B9195C0BBDD654FF86BD8340C45DF2C8D1EDDD548F604A8225 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1613/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1613/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c521eca7dbad3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1613/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1613 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - LDU: lint - - LDU: new cats - - dreamtracker: new MST - - shanaproject: add timezone to publish date - - dxp: strip Cyrillic from magnet name, add header for torrents. resolves #15013 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1613 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1613/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1613/Jackett.Jackett.yaml deleted file mode 100644 index b9bab9f6e1fe9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1613/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1613 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1621/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1621/Jackett.Jackett.installer.yaml deleted file mode 100644 index 126c4ce93545d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1621/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1621 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1621/Jackett.Installer.Windows.exe - InstallerSha256: C4DA3AB5AED355BFC0AEBC8E1EB2A760CB12BBF77523BBA37E4242D0A77BDEF0 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1621/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1621/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index cf2400aaee2b0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1621/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1621 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted unit3d: bump engine tag - - torrentsir: bump domain - - torrentqq: bump domain - - torrent9clone: new cat - - torrent911: new cat - - universaltorrents: update cats. #14836 - - Update azure-pipelines.yml - - Update redeliver-failed-deliveries.js - - Update redeliver-failed-deliveries.js - - Update redeliver-failed-deliveries.js -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1621 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1621/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1621/Jackett.Jackett.yaml deleted file mode 100644 index 4c652663a5330..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1621/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1621 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1635/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1635/Jackett.Jackett.installer.yaml deleted file mode 100644 index b301b2092094d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1635/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1635 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1635/Jackett.Installer.Windows.exe - InstallerSha256: 8A049C161521BDA54B8AF343CEA34E45A1D1D0B677A81DF36B6A45276C8BABB2 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1635/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1635/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b149850147363..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1635/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1635 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - gktorrent: new domain - - torrent911; new domain - - twisted-music: fix - - twisted-music: update cats - - cs fix for 8e771d - - Use params IMDBID, TVDBID, TVMAZEID and TMDBID with json response (#15015) - - torrent9clone: remove *.st sitelink - - ui: show external access warning (#15017) - - mazepa: update cat descr -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1635 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1635/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1635/Jackett.Jackett.yaml deleted file mode 100644 index 1e7f521fae7cd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1635/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1635 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1638/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1638/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6bb48d1359452..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1638/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1638 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1638/Jackett.Installer.Windows.exe - InstallerSha256: BD9D0A2AD9692E9EA4950613067D977284EE97F49B7C2E318337123B948D7A06 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1638/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1638/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 72773cffe9917..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1638/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1638 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - animetime: update for new layout - - proporno: category can be missing -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1638 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1638/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1638/Jackett.Jackett.yaml deleted file mode 100644 index 5868e9e19d457..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1638/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1638 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1640/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1640/Jackett.Jackett.installer.yaml deleted file mode 100644 index b32cea7cb8baf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1640/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1640 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1640/Jackett.Installer.Windows.exe - InstallerSha256: D551B10127BF7218990724E6C95A4598136A274A6028A07F603C6B809D34CDD1 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1640/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1640/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 4669d6a77f523..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1640/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1640 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - estone: now forcing https - - core: update magnet trackers -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1640 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1640/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1640/Jackett.Jackett.yaml deleted file mode 100644 index b45c404ac8f2b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1640/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1640 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1645/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1645/Jackett.Jackett.installer.yaml deleted file mode 100644 index e7d96479bca5b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1645/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1645 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1645/Jackett.Installer.Windows.exe - InstallerSha256: C1B0EB20E6E81B6CB127B7C43A4163F61DD00D327580629C46FBA98589ED24F0 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1645/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1645/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ae2ac79b3dd3f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1645/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1645 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - apisearch: make tvdb tmdb and tvmaze integers nullable. #15027 - - torrent-heaven: alt download url (#15021) - - p2pbg: new subdomain - - estone: revert -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1645 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1645/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1645/Jackett.Jackett.yaml deleted file mode 100644 index add227a205764..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1645/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1645 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1650/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1650/Jackett.Jackett.installer.yaml deleted file mode 100644 index a99e1fdf21c67..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1650/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1650 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-01-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1650/Jackett.Installer.Windows.exe - InstallerSha256: 2BC83FAA75B1389947C8C63A46F117FD26BB5098AA2143D3ABE75281F703ADB7 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1650/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1650/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 13c25d427e477..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1650/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1650 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - ui: fix spacing between text and icon in auth warning - - estone: back to https - - dontorrent: change domain *.makeup (#15029) - - apisearch: additional to #15015 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1650 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1650/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1650/Jackett.Jackett.yaml deleted file mode 100644 index 208fb6cb1f1bc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1650/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1650 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1658/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1658/Jackett.Jackett.installer.yaml deleted file mode 100644 index acce942846ae3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1658/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1658 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1658/Jackett.Installer.Windows.exe - InstallerSha256: CC3399C85CEE0C9ED0EC4D53BC18D22F13C4AB12737E0FB70ADFA0F478CCD8AD -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1658/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1658/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9f3c4622506cf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1658/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1658 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent9: back to home page now notice is gone - - gktorrent: back to home page now notice is gone - - add toonsforme a new private site. resolves #15033 - - aither: mst descr typo - - trellas: switch to POST search #15032 - - Update README.md - - assorted unit3d: bump engine tag - - rudub: new domain - - magico -> trellas -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1658 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1658/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1658/Jackett.Jackett.yaml deleted file mode 100644 index 88e417fa41627..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1658/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1658 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.166/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.166/Jackett.Jackett.installer.yaml deleted file mode 100644 index e92c42d1b282c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.166/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.166 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.166/Jackett.Installer.Windows.exe - InstallerSha256: 9F5E1A6A2E81E25C62AD2422384EA8C3FC864D5B4C7DF43BEDC768D2B71C28FC -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.166/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.166/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d330ac6e80aad..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.166/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.166 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - abtorrents: fix publish date - - unit3d: move api key auth in headers (#14429) - - lesaloon: update base url (#14431) - - assorted unit3d: replacement API docs - - assorted unit3d: update api doc links -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.166 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.166/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.166/Jackett.Jackett.yaml deleted file mode 100644 index 9ab20ffb17f84..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.166/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.166 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1664/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1664/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4368793119cd1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1664/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1664 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1664/Jackett.Installer.Windows.exe - InstallerSha256: FF426429F36346EAB663258BBAB360FC5105DB3B03A5517FD0D9D1476FF51D73 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1664/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1664/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5861c4f5ef3da..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1664/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1664 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - core: only cleanse pid=[a-z0-9]{32} - - Revert "core: don't cleanse pid" - - core: don't cleanse pid - - trellas: back to GET search plus add submit. #15032 - - oldtoonsworld: new cat - - torrentqq: bump domain - - torrent-pirat: new cat -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1664 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1664/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1664/Jackett.Jackett.yaml deleted file mode 100644 index 3874551137d94..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1664/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1664 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1672/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1672/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6efd91625a778..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1672/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1672 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1672/Jackett.Installer.Windows.exe - InstallerSha256: BA05051E9D8E9F687E9F0861898BAB00BF2AE94DBB94E5B29C2E1BB3A044D907 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1672/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1672/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 53f72dba0b371..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1672/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1672 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent9clone; new domain - - mircrew: extract size from title if present. #15034 - - mircrew: fix broken magnets. resolves #15034 - - ildragonero: fix thanks selector - - trellas: fix breaking keywords filter. #15032 - - trellas: POST search, remove andmatch, improve description, add genre. resolves #15032 - - hdspace: lint - - hdspace: C# -> yaml. resolves #15023 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1672 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1672/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1672/Jackett.Jackett.yaml deleted file mode 100644 index a5ff1e17fa2e2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1672/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1672 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1680/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1680/Jackett.Jackett.installer.yaml deleted file mode 100644 index 44c747204a345..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1680/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1680 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1680/Jackett.Installer.Windows.exe - InstallerSha256: 66635BB8FE718BEDBCD6868A8D7C9895815A4DF86CF8CD9CBEEB542346830CFC -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1680/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1680/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index da171a6d3653b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1680/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1680 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cinematik: update to unit3d. resolves #15035 (#15037) - - Revert "acid lounge: CA expired" - - Revert "x-ite.me: add cert exception" - - nextjav: ignore expired cert - - cpabien: update domain *.pics - - beload: new layout. - - torrentsir: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1680 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1680/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1680/Jackett.Jackett.yaml deleted file mode 100644 index b8d96263f210a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1680/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1680 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1682/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1682/Jackett.Jackett.installer.yaml deleted file mode 100644 index d73eacf8bc507..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1682/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1682 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1682/Jackett.Installer.Windows.exe - InstallerSha256: 78E5E56FF8F52FD92F34E2DBC72DE122098BF8B81698FCA8BDC89E3668953D77 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1682/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1682/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9a745d8a387bd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1682/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1682 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - mircrew: more flexible size detection. #15034 - - beload: more layout changes - - torrentslocal: CA expired -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1682 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1682/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1682/Jackett.Jackett.yaml deleted file mode 100644 index 022a5dffba977..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1682/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1682 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1693/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1693/Jackett.Jackett.installer.yaml deleted file mode 100644 index f50f06774538e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1693/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1693 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1693/Jackett.Installer.Windows.exe - InstallerSha256: 909FEEC6EADFE1E3D5BD0757E17AA4DFD6503DBC664ACE30B98D33BFE73E0057 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1693/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1693/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 4c46636f075f4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1693/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1693 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - beyondHDAPI: return tmdbid in results. untested. - - beyond-hd: remove yaml, C# API indexer available since May 2021 - - assorted: update proxies. resolves #14936 resolves #14981 (#15038) - - torrent9: add working proxy #15003 - - torrent9: back to old domain. resolves #15003 - - bitsearch: add prefer magnet links - - bitsearch: use page to fix search in some scenarios - - fsm: requestdelay - 15 times per min - - infire: cat descr refresh - - hd-only: add 2fa support -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1693 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1693/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1693/Jackett.Jackett.yaml deleted file mode 100644 index c7e4bd8748742..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1693/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1693 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.17/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.17/Jackett.Jackett.installer.yaml deleted file mode 100644 index ac0cc4454aef3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.17/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.17 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.17/Jackett.Installer.Windows.exe - InstallerSha256: 6FBD2E2811C5C28B97EE949828B28DDBF3C5711FF43A7CD1153796C0D6295CCA -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.17/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.17/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b0ee4a8fdabe6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.17/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.17 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - anilibra: update api paths - - krazyzone: cat can be missing, provide default. - - rutracker: improve error message for failed logins -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.17 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.17/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.17/Jackett.Jackett.yaml deleted file mode 100644 index dec132feacc10..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.17/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.17 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1700/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1700/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4965aa2089bf7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1700/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1700 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1700/Jackett.Installer.Windows.exe - InstallerSha256: D6CB594DE72E20DA45030B2FE93712248B8D0265636D9F963CA56F1FE3D43DDA -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1700/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1700/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 37a5d16069321..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1700/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1700 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - mircrew: add setting to improve Radarr compatibility. resolves #15034 - - dontorrent: new domain - - torrent9: fix tv cat detection - - trellas: do not catch 'no results' as an error. #15032 - - torrent9: UA to bypass linux block, tidy old cats - - ipttorrents: include episodes in season search - - beyondhd-api: add an extra check for tmdb id -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1700 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1700/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1700/Jackett.Jackett.yaml deleted file mode 100644 index ad803caa68520..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1700/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1700 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1701/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1701/Jackett.Jackett.installer.yaml deleted file mode 100644 index 92527504313aa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1701/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1701 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1701/Jackett.Installer.Windows.exe - InstallerSha256: 4840B39BC2FD42B7D371907E3C2A93393264617AECF72CAD69406D0C04BE5226 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1701/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1701/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a13327288b561..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1701/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1701 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted: new unblockit domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1701 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1701/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1701/Jackett.Jackett.yaml deleted file mode 100644 index b515e3c9161d9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1701/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1701 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1712/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1712/Jackett.Jackett.installer.yaml deleted file mode 100644 index 71cea7627d518..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1712/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1712 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1712/Jackett.Installer.Windows.exe - InstallerSha256: 1C6A870A92AD9E1F36BA0893C4985433155EC076DB95FBBFA4C083ECC4D597EA -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1712/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1712/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a8602ae90274a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1712/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1712 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - toloka: remove huge cookie (#15044) - - skipthetrailers: -> 7.2.5 - - pornolab: new cats - - torrentqq: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1712 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1712/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1712/Jackett.Jackett.yaml deleted file mode 100644 index ed8e2438b5f5b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1712/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1712 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1721/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1721/Jackett.Jackett.installer.yaml deleted file mode 100644 index ccc44f4e5d868..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1721/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1721 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1721/Jackett.Installer.Windows.exe - InstallerSha256: 3C666CFD38F85C04FD8552634B08442D2D8FBB52F6AC2BB8385569FD5BF6450E -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1721/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1721/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7ef78707f43fb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1721/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1721 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent911: new domain - - gktorrent; new domain - - mejortorrent: cant use 100.Megabytes() with a constant. switched to var - - mejortorrent: use size in units for readability - - dontorrent: use size in units for readability - - siambit: new domain (#15046) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1721 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1721/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1721/Jackett.Jackett.yaml deleted file mode 100644 index 911d6647c312b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1721/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1721 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1730/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1730/Jackett.Jackett.installer.yaml deleted file mode 100644 index c3c7097f28f3e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1730/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1730 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1730/Jackett.Installer.Windows.exe - InstallerSha256: 512B6DE55F51BB44D1854777BEB23DEB6EB8139FAD07D3E665B967BC280FE608 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1730/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1730/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 52bd09cc8088a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1730/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1730 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - Wolfmax4K: add Spanish public tracker. resolves #14511 (#15045) - - torrentz2eu: removed. resolves #10959 - - divxtotal: new subdomain - - finelite: new category selector. resolves #15040 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1730 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1730/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1730/Jackett.Jackett.yaml deleted file mode 100644 index 0cb1e98ae708b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1730/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1730 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1735/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1735/Jackett.Jackett.installer.yaml deleted file mode 100644 index 93fdced7f203a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1735/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1735 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1735/Jackett.Installer.Windows.exe - InstallerSha256: 090D284DEC4653E443DF7E80FB0A678BF8010D85965B858EB85581C8A2D81556 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1735/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1735/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b8ac641579a38..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1735/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1735 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentsir: dump domain - - mejortorrent: bump subdomain - - torrentdownload: revert keywordless search to homepage - - hdcztorrent: exclude recommended results - - solidtorrents: removed nocensor proxy. #4751 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1735 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1735/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1735/Jackett.Jackett.yaml deleted file mode 100644 index a812918b6e0d3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1735/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1735 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1738/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1738/Jackett.Jackett.installer.yaml deleted file mode 100644 index 485aecaf521d7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1738/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1738 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1738/Jackett.Installer.Windows.exe - InstallerSha256: 32508077F8677868A4BB009FE4E56BF5790A38AA4BEEBCFFFAF7A06E36A2684D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1738/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1738/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8cca4b188c133..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1738/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1738 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - uploadcx: bump engine to 7.2.5 - - torrentseeds-api: set 5s as request delay - - torrent911: new details selector -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1738 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1738/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1738/Jackett.Jackett.yaml deleted file mode 100644 index 334a62250d6f4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1738/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1738 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1750/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1750/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5aeb126fb6bc4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1750/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1750 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1750/Jackett.Installer.Windows.exe - InstallerSha256: 82836C2AD4D957225DAFB627C12216E0275B5AB1C1071FBC0BEEDA9D79FB3228 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1750/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1750/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5e458180e8796..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1750/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1750 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - tgay: add new Russian private tracker. resolves #14989 (#15054) - - nextjav: remove old cert exception - - torrentslocal: remove old cert exception - - assorted: correct freeleech and 50% freeleech search (#15053) - - rptscene-api removed. #5368 - - torrentleech: clarify exclude rar does not support imdbid search - - toonsforme: add to remove list - - toonsforme: remove from README - - toonsforme: removed [ #15033 ] - - torrentwhiz: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1750 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1750/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1750/Jackett.Jackett.yaml deleted file mode 100644 index a81e5e9995bef..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1750/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1750 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1757/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1757/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1e7918d9f0209..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1757/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1757 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-15 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1757/Jackett.Installer.Windows.exe - InstallerSha256: D05C464473F94621992594004717B3E3DB90712C4B546239080F38295F854F96 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1757/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1757/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 50c84c60fd745..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1757/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1757 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent9clone: new domain - - add rptscene a private site. resolves #5368 - - IPTorrents: Corrected mirror list (#15055) - - torrent9clone: new selector for details -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1757 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1757/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1757/Jackett.Jackett.yaml deleted file mode 100644 index ca65f51f4a9bb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1757/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1757 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1764/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1764/Jackett.Jackett.installer.yaml deleted file mode 100644 index b3b24647d1bef..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1764/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1764 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1764/Jackett.Installer.Windows.exe - InstallerSha256: D0BE4D5F4335DA094D9A9D6397C19C278A321D1B71930A9C2DDE0BFD1ADA0E21 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1764/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1764/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 4d4875e80d2ff..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1764/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1764 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dark-shadow: revert internal sonstiges optional default - - proporno: fix - - newretro: fix - - newretro: category href can be missing. - - rudub: new domain - - torrentqq: bump domain - - totallykids: removed. resolves #4 - - cartoonchaos: removed. resolves #5 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1764 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1764/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1764/Jackett.Jackett.yaml deleted file mode 100644 index 1b3e4a1f0b38a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1764/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1764 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.177/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.177/Jackett.Jackett.installer.yaml deleted file mode 100644 index 2f2a97f1c0f30..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.177/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.177 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.177/Jackett.Installer.Windows.exe - InstallerSha256: B39395D3366EBEBD0ECFDE816C994365E9FA3DEAA293E473F8DAD94743F3E0E2 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.177/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.177/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 03b17c5a05a6e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.177/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.177 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - mejortorrent: fix cat detection. resolves #14435 - - torrentland: new layout. resolves #14437 - - hdolimpo-api: add auth header - - assorted: new unblockit domain - - add therebels a Brazilian private site. resolves #14434 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.177 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.177/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.177/Jackett.Jackett.yaml deleted file mode 100644 index 683410b7ec480..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.177/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.177 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1776/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1776/Jackett.Jackett.installer.yaml deleted file mode 100644 index d79b346fd896c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1776/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1776 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1776/Jackett.Installer.Windows.exe - InstallerSha256: FD73A3A64F9A58BBB003A2FC8DC5B868C60906D02CEC3A481B02338C23896466 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1776/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1776/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 832d6cc059faf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1776/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1776 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - masters-tb: update row selector again - - assorted: fix missing cat href handling - - proporno: simplify categorydesc - - newretro: fix row cause duplicate first torrent - - badasstorrents: new layout. resolves #7196 - - trellas: change keywords to uppercase. #15032 - - 2xfree: add flaresolverr notice - - assorted simi-private; add flaresolverr notice - - selezen: drop rows without size/peers/leech - - dark-shadow: update cat descriptions -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1776 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1776/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1776/Jackett.Jackett.yaml deleted file mode 100644 index 0e6f682d48f86..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1776/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1776 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1781/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1781/Jackett.Jackett.installer.yaml deleted file mode 100644 index faeeec8aca1e4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1781/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1781 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1781/Jackett.Installer.Windows.exe - InstallerSha256: EA69D2AF6ABB30317258FAC9430F56A320022FC608AB0FE5AB34AA4B3CE3D0AE -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1781/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1781/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 89264f0dea713..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1781/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1781 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentcore: change keywordless search path. resolves #13347 - - torrent911 & torrent9clone: fix details link. resolves #15062 (#15063) - - Revert "dariustracker: removed, down for 30 days. resolves #9768 (#14664)" (#15061) - - 1337x: tidy up - - le-cinephile: add new cat - - add adbt a German private site. resolves #15056 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1781 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1781/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1781/Jackett.Jackett.yaml deleted file mode 100644 index 67917783b5c74..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1781/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1781 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1792/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1792/Jackett.Jackett.installer.yaml deleted file mode 100644 index 67da98c4557ec..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1792/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1792 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1792/Jackett.Installer.Windows.exe - InstallerSha256: BC786F6B4111465FFF0FCFF0FF0FEBE4FE97B8D88B02EAA9CA260DE55F194C91 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1792/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1792/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 38f112d277a5e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1792/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1792 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - gktorrent: new magnet selector - - GazelleGamesAPI: don't die on invalid FreeTorrent values in the API - - tocashare: new cat - - YTS: update links and add some useful comments (#15064) - - torrentcore: dates are GMT - - Revert "torrentcore: change keywordless search path. resolves #13347" -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1792 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1792/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1792/Jackett.Jackett.yaml deleted file mode 100644 index 785b4b88aa7e7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1792/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1792 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1797/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1797/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8f109922ed5d5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1797/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1797 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1797/Jackett.Installer.Windows.exe - InstallerSha256: 64FC8F4D0192B6721D4373CFF27FCFEC9E33F2B9CB3E11CDD9FA27D1C04203ED -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1797/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1797/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1dbdeedb4981b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1797/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1797 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - kinozal: missed Russian > Cyrillic - - kinozal-magnet: missed Russian > Cyrillic - - Update bitru.yml - - assorted: fix details regexp (#15067) - - gktorrent: update cats -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1797 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1797/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1797/Jackett.Jackett.yaml deleted file mode 100644 index eb2fb8246f3c3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1797/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1797 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1802/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1802/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0f365d0d64078..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1802/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1802 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1802/Jackett.Installer.Windows.exe - InstallerSha256: 039DDA7039949A978F9F04EC461ED2CEAB560A186C43DB6010DEF4BAB94A6C8D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1802/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1802/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f0141eb168dfe..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1802/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1802 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - shareisland: new cat - - xider-torrent: CA invalid CN - - concen: change to private - - Update concen.yml - - core: remove bulltorrent from IMS, should have been removed with #6497 - - ilcorsaronero: removed. resolves #986 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1802 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1802/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1802/Jackett.Jackett.yaml deleted file mode 100644 index 46178dd1857df..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1802/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1802 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1819/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1819/Jackett.Jackett.installer.yaml deleted file mode 100644 index 85b0e18fa3f3f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1819/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1819 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1819/Jackett.Installer.Windows.exe - InstallerSha256: 4331BF57B11D264F45B91FBD0B066E46B8AE75BBB7DB5D10170BFCD2495F73A8 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1819/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1819/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index fadc4f9d16b55..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1819/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1819 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentdownload: search broken for a month now. removed. resolves #6451 - - rutracker-ru: new cats - - nebulance: Move resolution search terms from name to tags (#15070) - - hdolimpo: try free=100 - - torrentland: remove redundant 0 - - hddolby: removed, down for 30 days. resolves #6334 (#15072) - - hdvideo: removed, down for 30 days. resolves #14294 (#15071) - - hdolimpo-api: fixed freeleech search - - hdolimpo: update engine tag - - hdolimpo: fix freeleech detection -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1819 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1819/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1819/Jackett.Jackett.yaml deleted file mode 100644 index 9ce0e89e8320b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1819/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1819 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1824/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1824/Jackett.Jackett.installer.yaml deleted file mode 100644 index ba64bf6c91bdd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1824/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1824 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1824/Jackett.Installer.Windows.exe - InstallerSha256: D796563A3F01DAAD72F97EF483CD5316BAD054F4AC4D8509CA829007E69E070C -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1824/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1824/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a352486001dfc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1824/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1824 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentsir: bump domain - - Revert "hdvideo: removed, down for 30 days. resolves #14294 (#15071)" (#15077) - - mejortorrent: bump domain - - torrentqq: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1824 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1824/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1824/Jackett.Jackett.yaml deleted file mode 100644 index 3af210cfd8950..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1824/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1824 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1832/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1832/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1de57791a89ec..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1832/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1832 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1832/Jackett.Installer.Windows.exe - InstallerSha256: 7A7A242E03C75D34D8FA95B888093112B7B8E30206ED0AF6875DC140D1585FB8 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1832/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1832/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 80df8dd7a6fc3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1832/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1832 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - [enhancement] [webui] Add status update to document.title during and after search in webui (#15078) - - torrentby: bump delay to 5s - - mazepa: add new cat - - torrentby: add delay. update keywordless path. - - masters-tb: switch to cookie method. resolves #15075 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1832 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1832/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1832/Jackett.Jackett.yaml deleted file mode 100644 index 11e1f9d1e4321..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1832/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1832 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1835/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1835/Jackett.Jackett.installer.yaml deleted file mode 100644 index 78ffb95c4c4da..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1835/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1835 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1835/Jackett.Installer.Windows.exe - InstallerSha256: 8EC8506BDB770CCCB3E721B714FB98D2CDAE1DC3BDE5AAE5DE6FD10B8AE7E9A2 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1835/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1835/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e989ba1368090..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1835/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1835 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dontorrent: typo - - dontorrent: new domain - - rptscene: new engine. resolves #5368 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1835 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1835/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1835/Jackett.Jackett.yaml deleted file mode 100644 index 5823c7ad202b5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1835/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1835 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.185/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.185/Jackett.Jackett.installer.yaml deleted file mode 100644 index b315080cc0ed4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.185/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.185 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.185/Jackett.Installer.Windows.exe - InstallerSha256: D080346408CA3F972779E0CEB98E59F0B1057007E7758FE16C5B8F96C800ADD7 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.185/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.185/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e52d10f2225c3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.185/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.185 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cardigann: catch JsonReaderException when parsing JSON [ #14439 ] - - torrentqq: bump domain - - logging: cleanse messages in log files (#14433) - - add fappaizuri a private site for hentai/jav resolves #14438 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.185 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.185/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.185/Jackett.Jackett.yaml deleted file mode 100644 index 876496f0ee4a5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.185/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.185 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1855/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1855/Jackett.Jackett.installer.yaml deleted file mode 100644 index 462315f83ba7f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1855/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1855 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1855/Jackett.Installer.Windows.exe - InstallerSha256: 87904B5AE4104AA909592DE104B75B80940DB2E7E19940EABB229DCD1AD9B13C -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1855/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1855/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 502d722903e70..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1855/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1855 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - gimmepeers: tvmazeid search, freeleech filter and dlvf, strip req from titles. #15089 - - [webui] [enhancement] Add a color-coded status for each tracker utilized in dashboard search (#15088). resolves #15080 - - gimmepeers: remove imdbid support for tv searches #15089 - - frozenlayer: CA expired - - Revert: "frozenlayer: removed. resolves #1556" (#15087) - - anitoons: removed, down for 30 days. resolves #14846 (#15086) - - Revert "ilcorsaronero: removed. resolves #986" (#15085) - - xider-torrent: remove old cert exception - - dreamtracker: vip only - - rockbox: CA expired -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1855 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1855/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1855/Jackett.Jackett.yaml deleted file mode 100644 index a9dbca97384bb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1855/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1855 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.186/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.186/Jackett.Jackett.installer.yaml deleted file mode 100644 index e4488bb1c9561..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.186/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.186 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.186/Jackett.Installer.Windows.exe - InstallerSha256: 82ED43B85BD550334AEB801A9FCDDD02961A5D8A8FE5929719F0AFE3827FEC66 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.186/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.186/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d4eca5a7e6ebb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.186/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.186 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - mejortorrent: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.186 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.186/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.186/Jackett.Jackett.yaml deleted file mode 100644 index 8872bc65e9348..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.186/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.186 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1861/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1861/Jackett.Jackett.installer.yaml deleted file mode 100644 index f3f8646a2ac6a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1861/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1861 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1861/Jackett.Installer.Windows.exe - InstallerSha256: CAB86DB611118A415244742EEB0EDDD1F7597D3538F4BAA8E7F1BF5C8E7819E6 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1861/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1861/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8a7a5d486db89..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1861/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1861 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - seedfile: update cats - - uploadcx: add a/c inactivity warning to config - - uploadcx: update tracker description - - uploadcx: remove TV cat and related - - uploadcx: update MR and MST - - Update README.md - - add heavens-hell a private music site. resolves #15092 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1861 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1861/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1861/Jackett.Jackett.yaml deleted file mode 100644 index 2bbeb30e12f8f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1861/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1861 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1873/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1873/Jackett.Jackett.installer.yaml deleted file mode 100644 index ae0e17cb32806..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1873/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1873 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1873/Jackett.Installer.Windows.exe - InstallerSha256: 3ED5654B1C233A023590A7E723A81F76FA361F0675325A6CC4763ECD4D8D36B4 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1873/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1873/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 25912b1681b94..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1873/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1873 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dontorrent: new domain - - locadora: add activity info to config - - LBM: add activity info to config - - jptv: add activity info to config - - jme-reunit3d: add activity info to config - - hd-unit3d: add activity info to config - - desitorrents: add activity info to config - - datascene: add activity info to config - - danishbytes: add activity info to config - - blutopia: add activity info to config -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1873 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1873/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1873/Jackett.Jackett.yaml deleted file mode 100644 index bf9bfab302471..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1873/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1873 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.188/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.188/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8c62d5b580baf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.188/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.188 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.188/Jackett.Installer.Windows.exe - InstallerSha256: FFB259D95FE7380B7E5FEED028A929687E55E3FE4F3EFF8FCD3AE82234B4873A -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.188/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.188/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c6036d2e02bce..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.188/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.188 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - lostfilm: remove down *.run domain. resolves #14441 - - arabafenice: add login test selector -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.188 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.188/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.188/Jackett.Jackett.yaml deleted file mode 100644 index 6faf0bffb6509..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.188/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.188 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1888/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1888/Jackett.Jackett.installer.yaml deleted file mode 100644 index f5d171eb9698e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1888/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1888 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-02-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1888/Jackett.Installer.Windows.exe - InstallerSha256: 789989F2A387ED10990150F183834F00C16952CB4F7251D3275814F90B711147 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1888/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1888/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 218cb8ddcb0da..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1888/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1888 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted: update activity info to config - - assorted: add/update activity info to config - - ui: add elapsed time per indexer (#15100) - - logs: sort indexers by name in search results - - pterclub: add activity info to config - - pignetwork: add activity info to config - - oshenpt: add activity info to config - - okpt: add activity info to config - - nethd: add activity info to config - - kufei: add activity info to config -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1888 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1888/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1888/Jackett.Jackett.yaml deleted file mode 100644 index fe050916c619f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1888/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1888 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1897/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1897/Jackett.Jackett.installer.yaml deleted file mode 100644 index 982c4c0331cbe..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1897/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1897 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1897/Jackett.Installer.Windows.exe - InstallerSha256: 12170C5BFBCB8B3F8ACE986133CA0DCA77818106869E6B9D206379CDC69DA146 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1897/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1897/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index fa1235a9e0a58..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1897/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1897 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - alpharatio: add activity info to config - - aftershock: add activity info to config - - acidlounge: add activity info to config - - abnormal: add activity info to config - - 0daykiev: add activity info to config - - ildragonero: update cats & date, add requestdelay. #8148 - - anime-free: removed, down for 30 days. resolves #10576 (#15103) - - UI: if ElapsedTime is missing show [cache] #15100 - - xwtorrents: title can be missing - - noname-club: new cat -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1897 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1897/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1897/Jackett.Jackett.yaml deleted file mode 100644 index b416887a9eb77..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1897/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1897 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1915/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1915/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3ed68ec7a7b7b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1915/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1915 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1915/Jackett.Installer.Windows.exe - InstallerSha256: 86E4B17C9EAFAD2AEE1FD0557CF787C7B5F083957F4DEF1D0F9885E42AD06140 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1915/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1915/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8f21de3895820..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1915/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1915 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - lastdigitalunderground: update cats - - docspedia: add activity info to config - - centraltorrent: add activity info to config - - CTR: add activity info to config - - cheggit: removed. resolves #14495 - - assorted unit3d: remove None from genres (#15106) - - ildragonero: fix c&p mistake and tidy re_replaces - - lilleskyorg: add private tracker. resolves #15104 (#15105) - - backups: minor typo - - flaresolverr: support proxy auth. resolves #15099 (#15101) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1915 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1915/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1915/Jackett.Jackett.yaml deleted file mode 100644 index 09fca0dc50660..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1915/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1915 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1932/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1932/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3962a69f7f03d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1932/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1932 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1932/Jackett.Installer.Windows.exe - InstallerSha256: BBD5774303A133AA7951165279EF6FABEC88EEDB055E2CC923E3D07D01F83B31 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1932/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1932/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8cd80974bbbfa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1932/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1932 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - orpheus: add activity info to config - - norbits: add activity info to config - - ostwiki: add activity info to config - - assorted TSSE8 typo - - oldgreektracker: add Greek private tracker. resolves #15111 (#15113) - - majomparade: add activity info to config - - madsrevolution: add activity info to config - - libble: add activity info to config - - libranet: add activity info to config - - lesbians4u: add activity info to config -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1932 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1932/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1932/Jackett.Jackett.yaml deleted file mode 100644 index e56c9a25ee640..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1932/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1932 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1939/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1939/Jackett.Jackett.installer.yaml deleted file mode 100644 index be4a6351450d1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1939/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1939 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1939/Jackett.Installer.Windows.exe - InstallerSha256: 9EE15C6AD5FE15F5AC5D2E1267EB15835D0B8694896801845964CC5849EA2ADB -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1939/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1939/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f67be0aaa2d0e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1939/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1939 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - uhdbits: add activity info to config - - tvroad: add activity info to config - - torrentnetwork: add activity info to config - - trackermk: add activity info to config - - torrent-heaven: add activity info to config - - teracod: add activity info to config - - TCG family: add activity info to config - - speedcd: add activity info to config - - sugoimusic: add activity info to config - - slosoul: add activity info to config -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1939 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1939/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1939/Jackett.Jackett.yaml deleted file mode 100644 index 06c8e0c1f0d05..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1939/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1939 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1946/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1946/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3c2d4bb83e18c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1946/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1946 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1946/Jackett.Installer.Windows.exe - InstallerSha256: E9ABB96C67399342D35609347738CB8AEC756955A9E441CFBD4725D4A76DA59B -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1946/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1946/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 90e1e7b11f74a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1946/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1946 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted A-F: add activity info to config (#15120) - - LDU: new cat - - tocashare: update MST - - xspeeds: add activity info to config - - zelka: update ip filtering info - - zamunda: update ip filtering info -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1946 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1946/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1946/Jackett.Jackett.yaml deleted file mode 100644 index 226d1713817d1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1946/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1946 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1960/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1960/Jackett.Jackett.installer.yaml deleted file mode 100644 index 53901c7efc28d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1960/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1960 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1960/Jackett.Installer.Windows.exe - InstallerSha256: E1F8D15A100EE1EE2CFBDFD48898C5F37C8EA9492AD540FEE90DB07CC3676B61 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1960/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1960/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3df9acd10a73a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1960/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1960 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted nexus: refine Chinese translated account info - - oldtoonsworld: update cats - - hellashut: fix - - hellashut: new cats -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1960 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1960/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1960/Jackett.Jackett.yaml deleted file mode 100644 index 86de94e9e45df..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1960/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1960 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1973/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1973/Jackett.Jackett.installer.yaml deleted file mode 100644 index ecba2df2a82db..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1973/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1973 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1973/Jackett.Installer.Windows.exe - InstallerSha256: 3543A09475FE4DC99585663A68CFE6C9F6D92008EAD1FC9DE14FFCBE324D9C11 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1973/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1973/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c8b349aad9d65..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1973/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1973 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - mejortorrent: bump domain - - olldtoonsworld:: add activity info to config - - assorted: update engine tag - - ptgtk: add Chinese private tracker. resolves #15127 (#15129) - - siambit: new domain (#15128) resolves #5243 - - newretro: add activity info to config - - theparadiese: add activity info to config - - assorted: new unblockit domain - - theparadiese: add MST #15125 - - torrentqq: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1973 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1973/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1973/Jackett.Jackett.yaml deleted file mode 100644 index 505cd39bc64be..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1973/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1973 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1981/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1981/Jackett.Jackett.installer.yaml deleted file mode 100644 index b7389c5a36786..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1981/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1981 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1981/Jackett.Installer.Windows.exe - InstallerSha256: C5EC694F47527B7CF7E1F1BAA32CC4424BCA3CCBCD4E79CB1E6608378FE07F4A -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1981/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1981/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 499b93a275c1a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1981/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1981 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted J-R: add activity info to config (#15132) - - tormac: back to cookie, + fix seeds when 0. #15130 - - tormac: regular login, + fix seeds when 0. #15130 - - tormac: add Russian private tracker. resolves #15130 (#15131) - - oldtoonsworld: add MR note and MST - - torrentsir: bump domain - - torrentqq: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1981 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1981/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1981/Jackett.Jackett.yaml deleted file mode 100644 index 2d7da9cd71082..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1981/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1981 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1991/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.1991/Jackett.Jackett.installer.yaml deleted file mode 100644 index b7bda3cf650cc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1991/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1991 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1991/Jackett.Installer.Windows.exe - InstallerSha256: B3B8B2322A10ADE0B340B7AC650A5EDA1B98A41B4B14848A31A54529334F12B4 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1991/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.1991/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index cdb79cb484636..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1991/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1991 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted S-Z: add activity info to config (#15136) - - lillesky: new cat and mode - - torrent9clone: new domain - - slosoul: expired CA resolves #15133 - - femdomcult: add broken cat - - postman: add new cat - - LDU: fix - - lastdigitalunderground: update cats - - 3wmg: removed. resolves #14489 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1991 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.1991/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.1991/Jackett.Jackett.yaml deleted file mode 100644 index 4152f144d8250..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.1991/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.1991 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.20/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.20/Jackett.Jackett.installer.yaml deleted file mode 100644 index bb7fe656b1ebe..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.20/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.20 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.20/Jackett.Installer.Windows.exe - InstallerSha256: 6D69A2F9FBE4238A1EE0DBED8C6E11EFC8DD6E014CC1D10C63D9A22E0DE0A309 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.20/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.20/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 037360d8050ae..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.20/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.20 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - sharkpt: removed. resolves #13904 - - animetorrents: replace non-word chars with wildcard in search term - - sktorrent: new cat - - btsow: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.20 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.20/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.20/Jackett.Jackett.yaml deleted file mode 100644 index 5d5dfe3d6ab2f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.20/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.20 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2002/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2002/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9140cf7d71d36..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2002/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2002 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2002/Jackett.Installer.Windows.exe - InstallerSha256: 247A4411675BC6387DCD1A3653FCB39433D39D639890158ED192306E7B88C827 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2002/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2002/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8737a9c56ae7f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2002/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2002 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - fantastiko: add activity info to config - - homeporntorrents: removed. resolves #14522 - - arabp2p: add new cat - - kinozal: same as #15137 - - rutracker: searchString regexp fix (#15137) - - slosoul: change login test selector - - assorted: add activity info to config (#15138) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2002 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2002/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2002/Jackett.Jackett.yaml deleted file mode 100644 index fd7acae2707fc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2002/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2002 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2011/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2011/Jackett.Jackett.installer.yaml deleted file mode 100644 index f519706c22dc0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2011/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2011 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2011/Jackett.Installer.Windows.exe - InstallerSha256: 8657632C7016145414811BBE694E4A4030C7B6CC7C2BA5957CB4D7D41D44400D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2011/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2011/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ab55090536216..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2011/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2011 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - therarbg: switch to json. resolves #14685 - - therarbg: fetch up to 100 results #14685 - - dontorrent: new domain - - tocashare: update genre - - skipthecommercials: bump engine tag - - lilleskyorg: update cats - - wolkmax4k: add flaresolverr info to config - - tapochek: add flaresolverr info to config - - assorted: add flaresolverr info to config - - blutopia: unit3d 8.0.0.b -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2011 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2011/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2011/Jackett.Jackett.yaml deleted file mode 100644 index 922c6f5bea6d4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2011/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2011 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2015/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2015/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3ef1aad9a3579..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2015/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2015 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2015/Jackett.Installer.Windows.exe - InstallerSha256: B0C2C7FB48F9BC9B27EA58F97224E2CB2E9F6FF28FCA34A5026D29CB2F763FEC -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2015/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2015/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0ffd187f7433d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2015/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2015 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - estone: new row selector - - peeratiko: new cats - - seedfile: new cat - - therarbg:: switch to DL with infohash fetched from details/?format=json #14685 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2015 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2015/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2015/Jackett.Jackett.yaml deleted file mode 100644 index 814fb8d8a4019..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2015/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2015 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2025/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2025/Jackett.Jackett.installer.yaml deleted file mode 100644 index d73b8f02a21be..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2025/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2025 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2025/Jackett.Installer.Windows.exe - InstallerSha256: 4F5FAF7BD4AA76CDB7FB190FE12637DA50576E4A49EE37ED260FA6177E30A52D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2025/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2025/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e6cc2bebed16f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2025/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2025 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - bitmagnet cat fix #15126 - - bitmagnet lint fix #15126 - - add bitmagnet a local DHT trawler. resolves #15126 - - cardiganindexer: add torznab boolean query variables - - rustorka: new cats - - ptgkt & crabpt: add doubanid search (#15144) - - assorted nexusphp: add Chinese names (#15143) - - crabpt: add Chinese private tracker. resolves #15140 (#15141) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2025 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2025/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2025/Jackett.Jackett.yaml deleted file mode 100644 index c0605594353da..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2025/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2025 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.203/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.203/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9eb7874ccdcdd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.203/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.203 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.203/Jackett.Installer.Windows.exe - InstallerSha256: 11CA922D24D3E6A0771D879851BE650151163B1F837031996BBD2A784A5C41B2 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.203/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.203/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6a91809610bbd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.203/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.203 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - bitsearch: update title selector - - common: bump Newtonsoft. - Json to 13.0.3 - - core: use project name as relative path in builds (#14447) - - add ids to bug report issue template - - cardigann: use CheckIfLoginIsNeeded in response type is json (#14444) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.203 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.203/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.203/Jackett.Jackett.yaml deleted file mode 100644 index 331969c117869..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.203/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.203 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2031/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2031/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5da42fd38f23f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2031/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2031 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-15 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2031/Jackett.Installer.Windows.exe - InstallerSha256: 2A148B69C19725B0A06B3FDE886EFCBAC0FB96F52DD703C1D8763A519C691418 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2031/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2031/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7cb760bb42315..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2031/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2031 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentsir: bump domain - - torrentqq: bump domain - - rutor: switch to https. resolves #15146 - - bitmagnet magnetico: set as private. #15126 - - Update README.md - - bitmagnet: modify name to match Magnetico -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2031 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2031/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2031/Jackett.Jackett.yaml deleted file mode 100644 index 48bb799315170..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2031/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2031 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.204/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.204/Jackett.Jackett.installer.yaml deleted file mode 100644 index 372cef54fda16..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.204/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.204 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.204/Jackett.Installer.Windows.exe - InstallerSha256: 08B9D2DCEA90993011C7F450C967ECFCFD0E6B44740061CE7D57B8AF9FA84617 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.204/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.204/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d193f290d98cd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.204/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.204 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - happyfappy: new cats -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.204 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.204/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.204/Jackett.Jackett.yaml deleted file mode 100644 index 6fc80aa136ea5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.204/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.204 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2042/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2042/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6caf3e8d3452b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2042/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2042 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2042/Jackett.Installer.Windows.exe - InstallerSha256: 7E58A8B7A25E9683CE8C2CFCD5EE2719109101ABFD8D2A7ACF1876D69B71804C -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2042/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2042/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index dc4d4eaafd133..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2042/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2042 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cinematik: -> 8.0.0 - - polishtorrent: typo fix - - Update README.md - - therarbg: fix magnet name fetch. #14685 - - polishtorrent: add Polish private tracker. #15151 (#15153) - - at12project: add private tracker. #15150 (#15152) - - backups: new cat - - remove adbt at request of admin - - torrent-pirat; add request delay of 5.1s -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2042 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2042/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2042/Jackett.Jackett.yaml deleted file mode 100644 index 9d03b63be288c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2042/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2042 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.205/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.205/Jackett.Jackett.installer.yaml deleted file mode 100644 index fc2151800b3af..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.205/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.205 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.205/Jackett.Installer.Windows.exe - InstallerSha256: 2F0DB22AF1455D437741E3C0DAAD4C5DB2551D310983C658D6A439EC24B12F69 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.205/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.205/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index cdb3a11174c5e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.205/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.205 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dontorrent: new domain - - torrentsir: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.205 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.205/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.205/Jackett.Jackett.yaml deleted file mode 100644 index 6ebf555ce9b7a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.205/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.205 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2056/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2056/Jackett.Jackett.installer.yaml deleted file mode 100644 index 308ef7fbac276..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2056/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2056 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2056/Jackett.Installer.Windows.exe - InstallerSha256: CA3F347A32F1F3E7E72703E5B53F74BFD9D6016CA4F2500B411EBBA988A543C7 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2056/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2056/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e0ddbc4efa09e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2056/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2056 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - oldgreektracker: change to HTTPS and update layout - - dasunerwartete: add activity info to config - - add dasunerwartete a private German site. resolves #15156 - - therarbg: further refine magnet selector #14685 - - torrent911: new domain - - gktorrent: new domain - - therarbg: remove invalid non-word characters - - assorted unit3d 8.0: use filename for single files (#15155) - - Update README.md -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2056 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2056/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2056/Jackett.Jackett.yaml deleted file mode 100644 index a0c697b29ba8c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2056/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2056 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2069/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2069/Jackett.Jackett.installer.yaml deleted file mode 100644 index bbedb7074fbce..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2069/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2069 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2069/Jackett.Installer.Windows.exe - InstallerSha256: F657519E0DFD76190589B7E3D6A28BB72B2056650F225F98E441EF57AF34BCBE -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2069/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2069/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 58c43b43840be..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2069/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2069 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - at12project: update MR to 1.0 - - sharewood: CA expired - - add h-p2p a private site. resolves #15161 - - marinetracker: new cat - - Update schema.json (#15158) - - wihd: use now as date - - agsvpt: add www. domain, change to post login - - dasunerwartete: oops, forgot to remove the updated delete from 2021. #15156 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2069 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2069/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2069/Jackett.Jackett.yaml deleted file mode 100644 index 4a5c5675b5f05..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2069/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2069 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.207/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.207/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1d7d697ca65c1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.207/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.207 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.207/Jackett.Installer.Windows.exe - InstallerSha256: A610BDA1305ABCD72267D084DAE536DBA6392AA09B07087404FD73BBF2F5A4BA -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.207/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.207/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b9a615b6734b2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.207/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.207 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - world-of-tomorrow: cats refresh - - electro-torrent: new login path, plus site forcing https -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.207 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.207/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.207/Jackett.Jackett.yaml deleted file mode 100644 index 958927ae6d8fc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.207/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.207 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2090/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2090/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1e0972d01e92e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2090/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2090 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2090/Jackett.Installer.Windows.exe - InstallerSha256: 31F8DA1F0526A96630255A3B4ADED2F2D6B98A084A98CDFE23C585DCBE309E54 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2090/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2090/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f73150eeb91b8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2090/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2090 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - irushtv: lint - - add irushtv a private site. resolves #15160 - - speedcd: new login paths. resolves #15164 - - core webUI: Fix Infinite redirect with disabled cookies (#15159) resolves #15134 - - cardigann: don't return null for parsing headers (#15167) - - digitalcore: fix TZ - - bitmagnet magnetico: set as semi-private. #15126 - - [core] Jackett. - Tray CommandLineParser bump version - - oldgreektracker: new date format - - lilleskyorg: cats refresh -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2090 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2090/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2090/Jackett.Jackett.yaml deleted file mode 100644 index f7d9deb8e2014..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2090/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2090 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2103/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2103/Jackett.Jackett.installer.yaml deleted file mode 100644 index 32a8c8d59f232..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2103/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2103 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2103/Jackett.Installer.Windows.exe - InstallerSha256: 70C1B8A76C921F7713093C4D67F2D205C92CF9E7B13E56343E7AFA051373375B -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2103/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2103/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3b46980787c1f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2103/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2103 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - broadcity: removed. resolves #6662 - - add speedcdcookie as an alternative indexer. #15164 - - privatehd/cinemaz: update timezone offset - - scenehd: fixed category filtering - - core: bump AngleSharp and AspNetCore. - DataProtection - - Revert "core: bump text.coding.codepages v6 -> v7" - - core: bump text.coding.codepages v6 -> v7 - - dontorrent: new domain - - torrentcore: add requestdelay 10.1 resolves #13347 - - flaresolverrsharp: bump to 3.0.7 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2103 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2103/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2103/Jackett.Jackett.yaml deleted file mode 100644 index 0b4b229b3de2d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2103/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2103 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2114/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2114/Jackett.Jackett.installer.yaml deleted file mode 100644 index 39ba5b0d27a10..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2114/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2114 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2114/Jackett.Installer.Windows.exe - InstallerSha256: 1B96F6E6E1DE7AE9A187888B56C0435E651C030C4B2E9517BA0E110F0E37DC46 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2114/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2114/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 4e842ab1976c2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2114/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2114 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - mejortorrent: DL may need sitelink prefix - - h-p2p: new cat - - torrenteros-api: bump engine 7.2.5 - - subplease: fix season search (#15171) - - h-p2p: new cat - - rutracker-ru: new cat - - nyaasi: add setting to strip season 1 keywords -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2114 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2114/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2114/Jackett.Jackett.yaml deleted file mode 100644 index fef8bf5345807..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2114/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2114 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2134/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2134/Jackett.Jackett.installer.yaml deleted file mode 100644 index f8cc613dd2441..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2134/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2134 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2134/Jackett.Installer.Windows.exe - InstallerSha256: CE14130EC6A07A12D6A1DE65E35B483C447C23569D6C520F3B9DFA6062A771DC -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2134/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2134/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1616f3e8835c6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2134/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2134 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rotorrent: fix xxx search - - rotorrent: add Romanian private tracker. resolves #15175 (#15176) - - nyaasi: improve sonarr compatibility setting - - marinetracker: new cat - - torrentqq: bump domain - - btsow: add cert exception - - speedcdcookie: add UA -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2134 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2134/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2134/Jackett.Jackett.yaml deleted file mode 100644 index bbe38a6681146..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2134/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2134 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2140/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2140/Jackett.Jackett.installer.yaml deleted file mode 100644 index a68f9358f4b10..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2140/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2140 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2140/Jackett.Installer.Windows.exe - InstallerSha256: C9F960FC254E5B27D0311B8552DB0CF187C920FF212ED45FC535F4DD121BBA04 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2140/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2140/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b628af0981d33..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2140/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2140 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - btsow: remove cert exception - - anilibria: option to enable season number parsing (#15174) - - wolfmax4k: fix download torrents with password (#15173) - - huntorrent: amend dl selector - - torrentsir: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2140 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2140/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2140/Jackett.Jackett.yaml deleted file mode 100644 index 6dddcb276fe90..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2140/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2140 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2143/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2143/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8de8e67f8858d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2143/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2143 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2143/Jackett.Installer.Windows.exe - InstallerSha256: F4E24BC4FB1782340A04C48BE836761EA4279F4B9D1942100A2F00376BFC27D6 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2143/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2143/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ca8566f0a0ffd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2143/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2143 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - xxxclub: add flaresolverr info - - trupornolabs: add flaresolverr info - - tormac: update selectors -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2143 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2143/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2143/Jackett.Jackett.yaml deleted file mode 100644 index 5dca09720fbff..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2143/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2143 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2146/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2146/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3f543d8fa8ca6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2146/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2146 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2146/Jackett.Installer.Windows.exe - InstallerSha256: B58C45F0BF696CE5A14D81E24D865E0DFC8271B1BDAB52019895B86B132E898B -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2146/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2146/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index da9900e43bbab..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2146/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2146 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - uniongang: new engine. resolves #5288 - - selezen: update domains - - anilibria: use names.alternative as optional -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2146 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2146/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2146/Jackett.Jackett.yaml deleted file mode 100644 index 290ce6f23d5af..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2146/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2146 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2163/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2163/Jackett.Jackett.installer.yaml deleted file mode 100644 index b0e5dd37e4780..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2163/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2163 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2163/Jackett.Installer.Windows.exe - InstallerSha256: 4D29F94BD7B485EEF33B25B00C3AC726A63691016519CEC34292D1ED8452BE8F -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2163/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2163/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9ee0e9e9ab8f0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2163/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2163 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dontorrent: new domain - - redirect torznab calls for mteamtp2fa to mteamtp 15177 - - houseofdevil: new cat - - mteamtp: migrate to API (#15182) resolves #15177 - - torrent911: layout changes resolves #13332 - - newstudio; CA expired - - heavens-hell: add flaresolverr info - - Update README.md -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2163 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2163/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2163/Jackett.Jackett.yaml deleted file mode 100644 index 415973bbd4dac..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2163/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2163 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2175/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2175/Jackett.Jackett.installer.yaml deleted file mode 100644 index ac869e944af2b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2175/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2175 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2175/Jackett.Installer.Windows.exe - InstallerSha256: 3EE4276C95A9155B302ADDFBA467614F51F49F97E0D5E63A4A091ED42288BD3B -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2175/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2175/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7fe97d173a738..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2175/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2175 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentkitty: add new alt domain, drop broken alt domain. resolves #15189 - - lilleskyorg: they changed a cat id %-/ - - bitsearch: update mapping for other/video and add info about category 8000 (#15186) - - abtorrents: fix date parsing - - ildragonero: remove agravating requestdelay #8148 - - ildragonero: 15.1s requestdelay. #8148 - - uniongang: handle date after groups - - Revert "newstudio; CA expired" (#15185) - - marinetracker: update cats - - noname-club: new cat + update others to correct cat types -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2175 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2175/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2175/Jackett.Jackett.yaml deleted file mode 100644 index 498c11f2f1305..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2175/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2175 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2199/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2199/Jackett.Jackett.installer.yaml deleted file mode 100644 index a1dec8f655467..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2199/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2199 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2199/Jackett.Installer.Windows.exe - InstallerSha256: BCA674FC63FACB62AF8E4EF0DBE71EFBE6250BCE4CDE03877AFBCC5AF1C93F52 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2199/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2199/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 530ef2470b9d6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2199/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2199 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - onlyencodes: oops fix - - onlyencodes: -> 8.0.0 - - mazepa: fix cartoon categories (#15200) - - Fix categories for 0daykiev.yml (#15197) - - assorted: remove redundant trim after sitelinks - - speedcdcookie: removed. #15164 - - speedcd: fix login [ #15164 ] - - assorted unit3d v8.0.0: fix link to wiki - - assorted unit3d v8.0.0: update doc blocks (#15199) - - add 52bt a Chinese public site. resolves #15191 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2199 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2199/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2199/Jackett.Jackett.yaml deleted file mode 100644 index 9ea68e49c8c7f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2199/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2199 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2212/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2212/Jackett.Jackett.installer.yaml deleted file mode 100644 index f82b4469ab238..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2212/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2212 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2212/Jackett.Installer.Windows.exe - InstallerSha256: 6152A917D5BF93D6B7453BF068D86D7C0378DF86E2EC74F3E86EC391BB4E30CD -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2212/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2212/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index fb08469900a60..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2212/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2212 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentsir: bump domain - - m-teamtp: update config info. resolves #15209 - - Update README.md - - m-teamtp: add config info for apikey. #15209 - - hdt-lafenice: add Italian private tracker. resolves #15206 (#15208) - - kelu: add Chinese private tracker. resolves #15205 (#15207) - - rotorrent: add requestdelay, using 2 paths - - rutracker: change name to *.org #15204 - - shizaproject: removed. resolves #13762 - - huntorrent: skip extra page before torrent file (#15202) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2212 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2212/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2212/Jackett.Jackett.yaml deleted file mode 100644 index d288a60c7fdeb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2212/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2212 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2219/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2219/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0f64fb146f877..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2219/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2219 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2219/Jackett.Installer.Windows.exe - InstallerSha256: 3876EEB6BDDEFF6A54B228C25359062D4A4395C32D52964FC23688B0D0F3A2C1 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2219/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2219/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 742a8499475b5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2219/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2219 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cinematik: typo fix - - cinematik: update cats & MST - - tvchaosuk: add view=list to search to prevent internal error - - hd-unit3d: -> 8.0.0 - - bitturk: update cats - - 52bt: bump alternates - - thepiratebay: update alternates (#15210) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2219 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2219/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2219/Jackett.Jackett.yaml deleted file mode 100644 index c30cbc6e888d4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2219/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2219 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2232/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2232/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4441b49a17cc3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2232/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2232 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-03-31 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2232/Jackett.Installer.Windows.exe - InstallerSha256: F475DC6B7930A24064D5F05BA71391CC9E685546E0621517DC0EF43F77B40018 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2232/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2232/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 05d4724cdf2bd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2232/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2232 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - fsm: update API token info, remove files selector - - polishtorrent: bump engine to 8.0.1 - - LDU: -> 8.0.1 - - at12project: bump engine tag - - torrent9clone: new details processing - - torrent911: new domain - - polishtorrent: -> 8.0.0 - - lilleskyorg: add new cat -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2232 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2232/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2232/Jackett.Jackett.yaml deleted file mode 100644 index e7fe35e989025..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2232/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2232 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2253/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2253/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8ad6bc849b3c2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2253/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2253 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2253/Jackett.Installer.Windows.exe - InstallerSha256: 5A3E8AF303EEF160062F350451E5B1BAF9AB174CD931765F560F2886A8CC71DC -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2253/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2253/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 30b6ac60f8727..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2253/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2253 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - audionews: fix size detection - - indexers: filter invalid releases without categories or size (#15213) - - bootytape: set request delay to 3s - - fearnopeer: bump engine to 8.0.1 - - STC: -> 8.0.1 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2253 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2253/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2253/Jackett.Jackett.yaml deleted file mode 100644 index 3743b67616920..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2253/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2253 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2258/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2258/Jackett.Jackett.installer.yaml deleted file mode 100644 index 022e18f63849e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2258/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2258 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2258/Jackett.Installer.Windows.exe - InstallerSha256: 9723ADBF44ECE94849C94872B6B606D36C56953F04B482C1629728D70F016907 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2258/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2258/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7057d66a95122..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2258/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2258 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hd4fans: -> v1.8.8 - - freefarm: add flaresolverr info, bump engine tag - - 3changtrai: add flaresolverr info - - assorted nexus: bump engine tag - - rustorka: change to https - - D-U: new login - - world-of-tomorrow: allow for aprilfools day login - - torrentcsv: add size to keywordless search fake result -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2258 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2258/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2258/Jackett.Jackett.yaml deleted file mode 100644 index cad5a93518bec..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2258/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2258 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2265/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2265/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5112634fd39a5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2265/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2265 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2265/Jackett.Installer.Windows.exe - InstallerSha256: 953A9B518EB01AE413409D44ECE73692120BC3BB0B3D4AE8D95F66E1BD84150E -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2265/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2265/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index de8497bc4b614..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2265/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2265 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted unit3d v8: bump engine tags - - itatorrents: -> 8.0.2 - - lst: -> 8.0.2 - - ubits: bump engine tag - - Revert "digitalcore: fix TZ" - - aither: -> 8.0.1 - - rudub: new domain - - torrent9clone: new domain resolves #15217 - - vsttorrents: switched back to old domain - - assorted unit3d: bump engine tags -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2265 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2265/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2265/Jackett.Jackett.yaml deleted file mode 100644 index 88e5a06bfe894..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2265/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2265 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2278/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2278/Jackett.Jackett.installer.yaml deleted file mode 100644 index 2ff9d418966d7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2278/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2278 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2278/Jackett.Installer.Windows.exe - InstallerSha256: 5600B656389743BA84A8835A0CF3C964AD0A1EB3E3E2B42F422E5EA0A568DCFA -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2278/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2278/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2566412de7f37..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2278/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2278 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rudub: add followredirect - - rudub: bump subdomain again - - Update timezone for FL/AvistaZ/ExoticaZ - - uploadcx: fix typo in config info - - uploadcx: lint - - uploadcx: add tv support (#15220) - - toloka: update cats - - gktorrent: new domain - - rudub: change subdomain 03* -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2278 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2278/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2278/Jackett.Jackett.yaml deleted file mode 100644 index 733a4240656bd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2278/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2278 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2284/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2284/Jackett.Jackett.installer.yaml deleted file mode 100644 index eb2d7536c65b7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2284/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2284 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2284/Jackett.Installer.Windows.exe - InstallerSha256: 53558E8C5755E17ABC3A34AEFF572D4E6CB189E6225593BDBCF161D80434496B -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2284/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2284/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7ea541103652c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2284/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2284 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - anidub: give a more useful error when site is down - - h-p2p: new cats - - fuzer: drop imdbid from tv search. resolves #15225 - - oldgreektracker: new cats - - torrentqq: bump domain - - hebits: allow imdbid with keywords in search query [ #15224 ] - - hebits: group_results=0. resolves #15223 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2284 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2284/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2284/Jackett.Jackett.yaml deleted file mode 100644 index 57fd95c2b7064..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2284/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2284 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2296/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2296/Jackett.Jackett.installer.yaml deleted file mode 100644 index 536a8421a8f6d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2296/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2296 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2296/Jackett.Installer.Windows.exe - InstallerSha256: 669022FA238CEF8B693044129CB5798A4AD5134D9298A91900BF055F2C71CA71 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2296/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2296/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 19699abd5b922..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2296/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2296 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - qingwa: add chinese name and info fix (#15228) - - quingwa: drop book search, there are no book cats - - assorted nexus: typo in inactivity info - - add Qingwa a Chinese private site. resolves #15226 - - shareisland-api: update to engine 8.0.0 (custom) - - tocashare: new domain. resolves #14996 - - torrenteros: -> 8.0.2 - - rudub: bump domain - - zetorrents: new title selector - - torrentsir: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2296 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2296/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2296/Jackett.Jackett.yaml deleted file mode 100644 index 99c0385de46cd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2296/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2296 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2313/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2313/Jackett.Jackett.installer.yaml deleted file mode 100644 index a60ff17c028f5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2313/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2313 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2313/Jackett.Installer.Windows.exe - InstallerSha256: 301436CAFCF6B52F01C313E879C326DC38273902DEC7ED6C26FCFC8197AF7D67 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2313/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2313/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6992133ffa70e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2313/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2313 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - therarbg: drop imdbid from tv-search - - mejortorrent: bump domain - - dontorrent: new domain - - qingwa: suggest max torrents be 80. #15226 - - tocashare: -> 8.0.2 #14996 - - hawke-uno: add shortname to description - - xspeeds: new cats - - ntelogo: -> 8.0.2 - - tocashare: update info link - - reelflix: -> 8.0.2 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2313 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2313/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2313/Jackett.Jackett.yaml deleted file mode 100644 index 607a49f34c2d9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2313/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2313 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2324/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2324/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9b3bb69131436..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2324/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2324 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2324/Jackett.Installer.Windows.exe - InstallerSha256: F13A9225D1206839B87F8DA2429D333AD55B407FF6F63511F357249DE7E4FB66 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2324/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2324/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a587093a556a3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2324/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2324 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rudub: bump domain - - cpabien: update domain *.li - - 52bt: add flaresolverr info - - add torrentdownload back resolves #6451 - - tocashare: drop to 75 to avoid error. resolves #14996 - - 1ptbar: add flaresolverr info - - qingwa: suggest max torrents be 60. #15226 - - qingwa: suggest max torrents be 70 - - rudub: bump domain - - divxtotal: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2324 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2324/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2324/Jackett.Jackett.yaml deleted file mode 100644 index 1d0bdd5751ba3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2324/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2324 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2329/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2329/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5cf4cc699ec24..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2329/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2329 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2329/Jackett.Installer.Windows.exe - InstallerSha256: FD5EDE384904162B5890DE52AA5E4779F552FDE5F52E93E6AE0C2714F6E45F4F -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2329/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2329/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e1227869c88df..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2329/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2329 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - tocashare: back to .com domain - - add capybarabr a Brazilian private site. resolves #15235 - - ipttorrents: improve category selector [ #15232 ] - - rudub: bump domain - - iptorrents: update config info. #15232 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2329 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2329/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2329/Jackett.Jackett.yaml deleted file mode 100644 index 849e717829319..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2329/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2329 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2335/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2335/Jackett.Jackett.installer.yaml deleted file mode 100644 index e6566de76794c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2335/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2335 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2335/Jackett.Installer.Windows.exe - InstallerSha256: 49A5D354AEE3A4114856B82DB4C9536E68C8801A8929AA718A82F32A20AFFFFF -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2335/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2335/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f5484c7cce80f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2335/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2335 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - at12project: removed. resolves #15150 - - limetorrentsclone: removed. resolves #12532 - - therebels: removed. resolves #14434 - - fastscene: removed. resolves #14532 - - zmpt: update cats - - le-cinephile: update cats - - torrent911: new domains -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2335 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2335/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2335/Jackett.Jackett.yaml deleted file mode 100644 index 4b1ef4a1c2c03..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2335/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2335 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2342/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2342/Jackett.Jackett.installer.yaml deleted file mode 100644 index d8c897dc6dc4e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2342/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2342 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2342/Jackett.Installer.Windows.exe - InstallerSha256: 9F62B98F917F8794D70C0C694D5F2318F5D0DCC5C2BD2B20FB793401F5D319D4 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2342/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2342/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 626b063403ac2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2342/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2342 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - h-p2p: update cat - - add rockethd a German private site. resolves #15237 - - tocashare: MST 5d - - rudub: remove subdomain - - qingwa: c&p fix - - qingwa: new domain . #15226 - - torrent-turk: CA expired - - assorted unblockit: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2342 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2342/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2342/Jackett.Jackett.yaml deleted file mode 100644 index 04c3d4b5932a6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2342/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2342 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.235/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.235/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1b734df7d55dc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.235/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.235 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.235/Jackett.Installer.Windows.exe - InstallerSha256: A1D8073A3813AFFD4B2C3CEA29947DC2188E79EC9B70D159A14754B51029BF43 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.235/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.235/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d11bbfadcd502..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.235/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.235 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - thedarkcommunity: removed, down for 30 days. resolves #13923 (#14465) - - core: use debug logging for loaded indexers (#14464) - - cardigann: apply template text to switch cases (#14463) [ #14462 ] - - torrentqq: bump domain - - bitsearch: drop mrunblock proxy - - u2: fix custom dlvf & ulvf. resolves #14457 (#14461) - - cardigann: parse result with template (#14462) - - u2: use correct freeleech search value. resolves #14458 - - GazelleTracker: throw exception on HTTP errors - - fixup! GazelleTracker: throw exception on empty response -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.235 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.235/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.235/Jackett.Jackett.yaml deleted file mode 100644 index dcfda93a92d6b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.235/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.235 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2354/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2354/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9c22da2ff7a19..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2354/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2354 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2354/Jackett.Installer.Windows.exe - InstallerSha256: 7D5D1E7BEB02C35B711D1774332E8756074E1DD6AE151525A4CF864F8E49AEFA -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2354/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2354/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a5874fdb8a70d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2354/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2354 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentsir: bump domain - - lat-team: -> 8.0.2 - - hdtorrentsit: -> 8.0.2 - - dontorrent: fix Series DL. resolves #12959 - - rudub: change subdomain 12* - - STT: fix LINT - - STT: add user login to authorise DL for #15234 - - krazyzone: CA expired - - marinetracker; new cats - - torrentqq: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2354 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2354/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2354/Jackett.Jackett.yaml deleted file mode 100644 index 90f8729d40532..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2354/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2354 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2358/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2358/Jackett.Jackett.installer.yaml deleted file mode 100644 index c5326d0a67d4b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2358/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2358 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2358/Jackett.Installer.Windows.exe - InstallerSha256: EF1AF88E87685F9CA44DF292A3DB4C2E87D8206BD78CA359D763559177110526 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2358/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2358/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index afc9485542d4c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2358/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2358 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - animebytes: enable add releases based on single filename by default - - rudub: change subdomain 13* - - assorted: add abcproxy.org proxies (#15238) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2358 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2358/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2358/Jackett.Jackett.yaml deleted file mode 100644 index e351f09517a16..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2358/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2358 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2371/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2371/Jackett.Jackett.installer.yaml deleted file mode 100644 index c240afec79500..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2371/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2371 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2371/Jackett.Installer.Windows.exe - InstallerSha256: 5098A2498F545E7210512C6DDE5E848F56C2E43FFE8CCFEE5D8EA87828FE14CC -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2371/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2371/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e3786870e467b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2371/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2371 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - bwtorrents: update alternate domains - - fsm: update date selector - - rptscene: add new cat - - core: show invalid releases in the interactive search (#15243) - - mteamtp: update categories - - qingwa: switch to cookie. resolves #15226 - - torrent911: new domain - - xbytesv2: detect global freeleech #15239 - - xbytesv2: add freeleech.gif detection. resolves #15239 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2371 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2371/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2371/Jackett.Jackett.yaml deleted file mode 100644 index 07ccf15df9335..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2371/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2371 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2387/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2387/Jackett.Jackett.installer.yaml deleted file mode 100644 index db7cb254dff3d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2387/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2387 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-15 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2387/Jackett.Installer.Windows.exe - InstallerSha256: BCA184029750D6D046A33C66DB451EFC6C4250B614C40ECE8266FB5E88F7F410 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2387/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2387/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 775c1575cd338..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2387/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2387 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - BaseNewsnabIndexer: Add imdb, tvdb and tvmaze to feed base release (#15245) - - rudub: bump domain - - hellashut: new cat - - rudub: bump domain - - plusteca: add Portuguese private tracker. resolves #15246 (#15247) - - h-p2p: remove unnecessary title filter - - locadora: remove unnecessary title filter - - portugas-api: typo fix - - movieworld: filter freeleech - - divteam: filter freeleech -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2387 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2387/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2387/Jackett.Jackett.yaml deleted file mode 100644 index 28dd5b9251095..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2387/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2387 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2392/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2392/Jackett.Jackett.installer.yaml deleted file mode 100644 index d18b5e14fb335..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2392/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2392 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2392/Jackett.Installer.Windows.exe - InstallerSha256: 3D766F544CEA376009D3EB25E756275B19BE7E528A02DDCF0089CF3CF9DD2620 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2392/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2392/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 390e099abb3a4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2392/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2392 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - teamhd: detect global freeleech event - - ptfiles: detect freeleech crazyhour - - assorted: comment on global freelech event - - capybarabr: add inactivity info to config - - rudub: bump domain - - dreamtracker: update description - - les-cinephiles: global freeleech detection -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2392 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2392/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2392/Jackett.Jackett.yaml deleted file mode 100644 index f4a6b252d471c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2392/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2392 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2395/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2395/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4ba7cc2c26463..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2395/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2395 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2395/Jackett.Installer.Windows.exe - InstallerSha256: 5A432FBEDAF33D4C91523C7D3F9AA2EE8D1D2BE93C8E10DA49E392B414BDDFCD -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2395/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2395/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2ec7e2cd472c7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2395/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2395 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - capybarabr: update MR & MST - - rudub: bump domain - - marinetracker: update cats -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2395 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2395/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2395/Jackett.Jackett.yaml deleted file mode 100644 index a1b84396a7891..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2395/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2395 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2404/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2404/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8f1a221802edb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2404/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2404 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2404/Jackett.Installer.Windows.exe - InstallerSha256: 79ADC2BA79E29030ED0A87F392808A8A953BDEA549FF122F86078303B916311D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2404/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2404/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 33a9ca9298b46..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2404/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2404 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - itatorrents: new cat - - rudub: bump domain - - wolkmax4k: new keywordless query. resolves #15254 - - torrent9: new domain - - movieworld: removed. resolves #14454 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2404 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2404/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2404/Jackett.Jackett.yaml deleted file mode 100644 index 09ecf659de8de..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2404/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2404 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.241/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.241/Jackett.Jackett.installer.yaml deleted file mode 100644 index 131ad7ad1db68..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.241/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.241 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.241/Jackett.Installer.Windows.exe - InstallerSha256: 47A997E474AA4A8D309D68BFFDAD499D3C8FC1376FC83B9A82336A281F6244B6 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.241/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.241/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7c74013cb3593..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.241/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.241 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent-explosiv: category can be missing - - coastalcrew: add new category - - exttorrents: category can be missing - - btsow: new domain - - movieworld: remove recommended results - - kufei: cat typo fix -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.241 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.241/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.241/Jackett.Jackett.yaml deleted file mode 100644 index 1e8f735417e0b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.241/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.241 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2414/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2414/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3446dfb8f6160..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2414/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2414 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2414/Jackett.Installer.Windows.exe - InstallerSha256: 447FD146323C013E1F3E15195C4235474E2C9B2AE75E2883BFA8CB6E216419E4 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2414/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2414/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d7da5bb011ec6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2414/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2414 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - onlyencides: correct the site name - - uploadcx: -> 8.0.2 - - rudub: bump domain - - tocashare: add alternate domain #15257 - - tormac: add cat - - badasstorrents: new engine. resolves #7196 - - torrentqq: bump domain - - xbytesv2: removed by request. resolves #15253 (#15258) - - wolfmax4k: typo fix, not a functional change - - wolfmax4k: get just 1 page for keywordless search -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2414 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2414/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2414/Jackett.Jackett.yaml deleted file mode 100644 index b489a1203e63f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2414/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2414 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2415/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2415/Jackett.Jackett.installer.yaml deleted file mode 100644 index c7532cc6889fe..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2415/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2415 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2415/Jackett.Installer.Windows.exe - InstallerSha256: F5A0F7993ABD8229A480F2B581EEA5A5B2C4BB6E5442D6EA06E1955315B58214 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2415/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2415/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 217a3f916bff4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2415/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2415 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2415 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2415/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2415/Jackett.Jackett.yaml deleted file mode 100644 index 0f1f177ad54d1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2415/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2415 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2424/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2424/Jackett.Jackett.installer.yaml deleted file mode 100644 index 06d30a2106ea9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2424/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2424 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2424/Jackett.Installer.Windows.exe - InstallerSha256: C6248CF88761992B3C9A4CD61304D19FAE29D8191FA46ABB843EA6D51D9FA9B8 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2424/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2424/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 74e6e72de8501..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2424/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2424 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dontorrent; new domain - - rudub: change subdomain 21* - - mdan: trap too many users error - - rapidzona; trap mysql error - - mendigosdaweb: removed. resolves #14987 - - gttorrent.pro removed. resolves #11255 - - crnaberza: new cats - - GUI: allow dismissal of external-access-warning. resolves #15260 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2424 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2424/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2424/Jackett.Jackett.yaml deleted file mode 100644 index 5685413ebfb82..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2424/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2424 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2428/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2428/Jackett.Jackett.installer.yaml deleted file mode 100644 index 422d755d47708..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2428/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2428 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2428/Jackett.Installer.Windows.exe - InstallerSha256: 48DB98ABDFB88DB022452F217854C1013B77726B2FF002B6B54822D0BDD268D7 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2428/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2428/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1c27084a41aa5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2428/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2428 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rudub: bump domain - - pier720: update cats - - anidex: support season and episode for tv searches -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2428 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2428/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2428/Jackett.Jackett.yaml deleted file mode 100644 index 608823d9cec7f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2428/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2428 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2441/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2441/Jackett.Jackett.installer.yaml deleted file mode 100644 index 25b1086364616..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2441/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2441 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2441/Jackett.Installer.Windows.exe - InstallerSha256: 51853E9AC2CD85F6D942926D642A7667CEF050E8259A32C684B94FE3D951073D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2441/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2441/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2b328307d824e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2441/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2441 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dontorrent: new domain - - torrentsir: bump domain - - gazellegames: remove the html indexer. #15263 - - rudub: bump domain - - GazelleGamesAPI: update categories - - polishsource: removed. resolves #266 - - seedfile: new cat - - happyfappy: update cats - - torrentcore: add search error handling - - torrent-pirat: update cats -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2441 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2441/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2441/Jackett.Jackett.yaml deleted file mode 100644 index d18cc2636b7db..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2441/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2441 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2446/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2446/Jackett.Jackett.installer.yaml deleted file mode 100644 index 18a87a70d7d39..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2446/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2446 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2446/Jackett.Installer.Windows.exe - InstallerSha256: ABD0BED29916471C5A0832A8D84239DEAF8A79DAAEFD0DA510C26E040F2B57CB -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2446/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2446/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e97979337824d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2446/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2446 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - Update rudub.yml - - readme: update invite needed labels - - STT: -> 8.0.2 resolves #15234 - - STC -> 8.0.2 - - h-p2p: new cats - - torrentcore: trap service unavailable - - torrentwhiz: bump domain - - torrentview: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2446 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2446/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2446/Jackett.Jackett.yaml deleted file mode 100644 index 15fd4576f3c92..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2446/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2446 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.245/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.245/Jackett.Jackett.installer.yaml deleted file mode 100644 index 79788b41a415d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.245/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.245 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.245/Jackett.Installer.Windows.exe - InstallerSha256: 113321701BCC7FB0BE42D9CA20F23956E8351DA0B808D7C085AE69CA35E40723 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.245/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.245/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 244565198261f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.245/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.245 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - xwtorrents: update categories - - core: amend messages about indexers loaded - - assorted: drop inaccessible mrunblock proxies (#14470) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.245 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.245/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.245/Jackett.Jackett.yaml deleted file mode 100644 index f3b5c9596fe49..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.245/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.245 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2458/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2458/Jackett.Jackett.installer.yaml deleted file mode 100644 index 84585976609c5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2458/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2458 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2458/Jackett.Installer.Windows.exe - InstallerSha256: D5561872D76009641E7E3ED73BF66F6DB50951580567133A1810DC9D09D180F0 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2458/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2458/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 24bf5057b5333..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2458/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2458 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rudub: update subdomain 25* - - add F1Carreras a Spanish private site. resolves #15273 (#15272) - - gazellegamesapi: support for freeleech only (#15271) - - gazelle: use tokens only for eligible releases (#15227) - - broadcasthenet: improve searching by season/episode -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2458 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2458/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2458/Jackett.Jackett.yaml deleted file mode 100644 index 79953dfb0967d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2458/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2458 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2476/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2476/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5ef1fe823458e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2476/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2476 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2476/Jackett.Installer.Windows.exe - InstallerSha256: 1C23CBDF8D444745F90C1C83DD1689FD495A7267C60E2E333D54CA4C22D06F9C -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2476/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2476/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 917b20c3cb6ba..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2476/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2476 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - fix - - fix - - assorted unit3d v8.0.2: tidyup - - lilleskyorg: all the previous cats are back - - lilleskyorg: -> 8.0.2 resolves #15104 - - rudub: bump domain - - bigfangroup: fix 0 results for keywordless search - - gazelle: fix info url - - torrentqq: bump domain - - rudub: typo fix -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2476 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2476/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2476/Jackett.Jackett.yaml deleted file mode 100644 index 20eca2f776690..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2476/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2476 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2485/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2485/Jackett.Jackett.installer.yaml deleted file mode 100644 index ecb33cebfee9b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2485/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2485 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2485/Jackett.Installer.Windows.exe - InstallerSha256: 8989CC29861D3C9C6AAD20DAE9C5C2DE13B57A43D3D72E549268681F931361D0 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2485/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2485/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9709506c2fb85..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2485/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2485 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - danishbytes-api: remove old mirror - - torlock: add cert exception. resolves #1650 - - Update capybarabr.yml - - bigfangroup: drop referer and fix keywordless resolves #6275 - - capybarabr: default single_file_release_use_filename to false #15278 - - krazyzone: remove old cert exception - - frozenlayer: remove old cert exception - - actions: fix potential github action smells (#15274) - - capybarabr: remove single_file_release_use_filename support. resolves #15278 - - oldtoonsworld: -> 8.0.2 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2485 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2485/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2485/Jackett.Jackett.yaml deleted file mode 100644 index 8d322453f1032..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2485/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2485 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2496/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2496/Jackett.Jackett.installer.yaml deleted file mode 100644 index 71bc7990bb7ba..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2496/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2496 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2496/Jackett.Installer.Windows.exe - InstallerSha256: F298972354913E710E0875DAC05BAF61D3791A96E9ABBC4A61F17BBBBD0FB69D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2496/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2496/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2b96b482b34d9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2496/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2496 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - anidub: handle mysql error #5399 - - plusteca: add new cat - - thecrazyones: download can be missing if not approved - - hdt-lafenice: add new cat - - torrentby: add cert exception - - cpabien: update sitelink. resolves #15281 - - hdolimpo-api: update title filters. resolves #15279 - - rudub: change subdomain 28* - - uniongang: can have magnet instead of .torrent - - torrent911: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2496 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2496/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2496/Jackett.Jackett.yaml deleted file mode 100644 index 2f9f701ca54d3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2496/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2496 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2503/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2503/Jackett.Jackett.installer.yaml deleted file mode 100644 index d51e338ba438a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2503/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2503 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2503/Jackett.Installer.Windows.exe - InstallerSha256: 090D41ECEA8CE4D4CD08F1935079882A043EF3EE0EC735D5C3F662EAF14B0AC7 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2503/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2503/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5969566753780..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2503/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2503 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hdolimpo-api: fix french re_replaces. #15279 - - hdolimpo-api: fix regexp. #15279 - - tocashare: back to 7.2.0 - - assorted unit3d: bump engine tags - - turkseed-api: bump MR to global requirement - - turkseed: lint - - sportscult: remove duplicate cat - - turkseed: a Turkish private site. resolves #7753 - - sportscult: new cats - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2503 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2503/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2503/Jackett.Jackett.yaml deleted file mode 100644 index 33e97ab673451..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2503/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2503 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2508/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2508/Jackett.Jackett.installer.yaml deleted file mode 100644 index f249a2590100b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2508/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2508 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-04-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2508/Jackett.Installer.Windows.exe - InstallerSha256: 51C238BBF086C7ACAA18B94E76275D06B6AA67A591A227CFD9FD7C75990C0DA1 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2508/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2508/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f1111504e1f1f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2508/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2508 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - finelit: bump engine tag - - dontorrent: new domain - - finelite: fix #15040 - - finelite: switch to cookie. #15040 - - sportscult: new cats - - rudub: bump domain - - bittorrentfiles: date layout changed - - core: bump packages for dotnet 6.0.29 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2508 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2508/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2508/Jackett.Jackett.yaml deleted file mode 100644 index ec31b44607be3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2508/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2508 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2516/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2516/Jackett.Jackett.installer.yaml deleted file mode 100644 index 107765ec2e847..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2516/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2516 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2516/Jackett.Installer.Windows.exe - InstallerSha256: 6EB316295B0A593BB143029B29560378F0296A048418479DDC6E31FE6DACF799 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2516/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2516/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 50133ed104095..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2516/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2516 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - uploadcx: since they are on 25 its a custom indexer - - tocashare: back to 100 - - uploadcx: site struggling to deliver more than 25 without exceeding timeout - - rmhd: removed, dead. resolves #14980 (#15286) - - tvroad: removed, dead. resolves #12760 (#15285) - - torrent9: update alternate domains resolves #15003 - - bitporn: new cat - - torrentsir: bump domain - - rudub: bump domain - - gktorrent: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2516 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2516/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2516/Jackett.Jackett.yaml deleted file mode 100644 index e48a008a65b5d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2516/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2516 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2526/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2526/Jackett.Jackett.installer.yaml deleted file mode 100644 index c23b5e675fb8c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2526/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2526 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2526/Jackett.Installer.Windows.exe - InstallerSha256: CFAF3D822FE041811DA569E57DB802176E29333AB1BCEF0583F4C9E1FBE3CA99 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2526/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2526/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b02ea2b73bce9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2526/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2526 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - universaltorrents: removed. resolves #14836 - - assorted unit3d; bump engine tags - - finelite: add info notes - - finelite: update layout, update cats, fix imdbid search. resolves #15040 - - pttime: increase requestdelay (#15287) - - rudub: bump domain - - sportscult" update cats -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2526 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2526/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2526/Jackett.Jackett.yaml deleted file mode 100644 index 553c634fc0a8b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2526/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2526 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2530/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2530/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4d32ef2bfc8b2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2530/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2530 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2530/Jackett.Installer.Windows.exe - InstallerSha256: 2FF64E828B9E266FB99A154F84E6A8B2F1B14DAD1901441F6A81EB899E9C3CBB -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2530/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2530/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 355379ce5e0b2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2530/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2530 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hdtorrentsit: bump engine tag - - h-p2p: new MST - - h-p2p: -> 8.1.3 - - torrentqq: bump domain - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2530 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2530/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2530/Jackett.Jackett.yaml deleted file mode 100644 index 658cfa8d419a8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2530/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2530 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2536/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2536/Jackett.Jackett.installer.yaml deleted file mode 100644 index feec589bf6ff2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2536/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2536 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2536/Jackett.Installer.Windows.exe - InstallerSha256: 25E25809705DFDA82AFE47830AE21EDC67C9499216868E7C121629D66F33C62B -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2536/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2536/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7fb7e447c3fc4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2536/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2536 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rudub: bump domain - - tormac:: add status=temporary - - torrentqq: update domain again *311 - - lat-team-api: remove absent category - - add ptvicomo a private Chinese site. resolves #15288 - - h-p2p: renumbered cats -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2536 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2536/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2536/Jackett.Jackett.yaml deleted file mode 100644 index f9b24bf90bc56..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2536/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2536 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2542/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2542/Jackett.Jackett.installer.yaml deleted file mode 100644 index 17c42056c12f3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2542/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2542 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2542/Jackett.Installer.Windows.exe - InstallerSha256: 301A46AF785B80AA43A75D1908941092B8FFB8944BD9744ACA952E21213F30F8 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2542/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2542/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 63a0dc8f9e407..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2542/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2542 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torlock: remove old cert exception - - torrentby: remove old cert exception - - nextjav: remove old cert exception - - uniongang: new domain - - qingwa: back to old domain - - le-cinephile: new cats - - LDU: new cats - - torrentqq: bump domain - - rudub: bump domain - - nextjav: CA expired -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2542 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2542/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2542/Jackett.Jackett.yaml deleted file mode 100644 index 3ba4366c5548a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2542/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2542 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2554/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2554/Jackett.Jackett.installer.yaml deleted file mode 100644 index d4cb570c6c14e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2554/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2554 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2554/Jackett.Installer.Windows.exe - InstallerSha256: 2029DEE74919ACB2EE656C768B1310613E6A62CBB5632453F1C0751219FE42DC -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2554/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2554/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 02f9f46abcbee..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2554/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2554 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - add linux uninstall script (#15291) - - assorted unit3d: bump engine tags - - lostfilm: update uptime data and change primary sitelink - - lostfilm: add new alternates. resolves #15295 - - add oxtorrent a public French site. resolves #15293 - - torrentslocal: CA expired - - rudub; bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2554 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2554/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2554/Jackett.Jackett.yaml deleted file mode 100644 index 421c0de052c5d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2554/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2554 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2560/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2560/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0e7acf1976c79..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2560/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2560 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2560/Jackett.Installer.Windows.exe - InstallerSha256: B6498F996310F6571EC89F27D56CAAE29E01A1FFA04CDD204A898391DE18AB56 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2560/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2560/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 30a5db0e9bb44..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2560/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2560 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - 52bt: update site links - - plusteca: fix - - plusteca: add new cats - - torrentslocal: remove old cert exception - - add bitpalace a private Hungarian site. resolves #15296 - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2560 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2560/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2560/Jackett.Jackett.yaml deleted file mode 100644 index a7336f64d1537..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2560/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2560 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2565/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2565/Jackett.Jackett.installer.yaml deleted file mode 100644 index bfbcd97783289..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2565/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2565 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2565/Jackett.Installer.Windows.exe - InstallerSha256: A143F00651A55C44339FC9D9D2ACCE2F698EDF3C93A3B5D8E11A32EB5DC90D08 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2565/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2565/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 793ee10ae57a5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2565/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2565 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rudub: bump domain - - pwtorrents: titles can be missing - - assorted: new unblockit domain - - sexypics: add flaresolverr info note - - rapidzona: cat & description can be missing - - turkseed-api: update MST -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2565 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2565/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2565/Jackett.Jackett.yaml deleted file mode 100644 index 0866357eecdfc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2565/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2565 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2569/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2569/Jackett.Jackett.installer.yaml deleted file mode 100644 index 15ef2655d3973..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2569/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2569 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2569/Jackett.Installer.Windows.exe - InstallerSha256: 8CEAF24091833495A620C7621BC3D0CB169B8C87B3C35590FE16753ED068A664 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2569/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2569/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5c5962ecee5ef..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2569/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2569 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - okpt: bump engine tag - - sportscult: new cats - - rudub: bump domain - - nicept: bump engine tag -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2569 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2569/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2569/Jackett.Jackett.yaml deleted file mode 100644 index 2c2325f210268..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2569/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2569 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2574/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2574/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0696070aaf0e7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2574/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2574 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2574/Jackett.Installer.Windows.exe - InstallerSha256: FAA8AD9CF0F7B7C35386F902D7E99D989D0B662E0496557DAD85B6E684CAF2BC -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2574/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2574/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 90b0abb7a0782..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2574/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2574 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentsir: bump domain - - h-p2p: fetch 75 to prevent internalServerError - - siambit; temp fix for - - torrentqq: bump domain - - rudub: bump domain - - siambit: update path -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2574 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2574/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2574/Jackett.Jackett.yaml deleted file mode 100644 index 4ccda7e401564..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2574/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2574 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.258/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.258/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0c696238445b1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.258/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.258 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.258/Jackett.Installer.Windows.exe - InstallerSha256: CB8545E60C191E43D0B324805D4B178EB2F3EFA02899AF2861F58D3F12BBB2AE -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.258/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.258/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1b41abcbbe566..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.258/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.258 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - add panda a Chinese private site. resolves #14474 - - dimeadozen: type=private. resolves #14475 (#14476) - - pwtorrents: new cat - - nordichd: refresh cats - - marinetracker: new cat - - frozenlayer: CA expired - - fix CS in TooManyRequestsException - - core: fix parsing Retry-After header in TooManyRequestsException - - assorted: fix response status checks - - Revert "kufei: new CA resolves #14451" -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.258 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.258/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.258/Jackett.Jackett.yaml deleted file mode 100644 index 73d3c78d2cb97..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.258/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.258 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2580/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2580/Jackett.Jackett.installer.yaml deleted file mode 100644 index aeaef2eb2a433..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2580/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2580 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2580/Jackett.Installer.Windows.exe - InstallerSha256: E7C93BB188CEAB792FEA596157A5DC9C4B02E34CBD853DA091ECD41E79F24595 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2580/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2580/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b912004e4558a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2580/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2580 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - h-p2p: new cats - - capybarabr: new cat - - fix - - turkseed: new cat - - hf4fans: new MST and MR - - crazyspirits: CA expired - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2580 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2580/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2580/Jackett.Jackett.yaml deleted file mode 100644 index 68502324b04a0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2580/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2580 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2586/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2586/Jackett.Jackett.installer.yaml deleted file mode 100644 index 21bd663f4c62e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2586/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2586 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2586/Jackett.Installer.Windows.exe - InstallerSha256: C7E1B133C25FE9D3D606342014DDC016B099AC172F51089D4278BBF21203FF9A -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2586/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2586/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index dd5c5bdd7c740..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2586/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2586 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - Update hudbt.yml - - hudbt: fix - - hudbt:lint fix - - add hudbt a private Chinese site. resolves #15305 - - capybarabr: fix - - dontorrent: new domain - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2586 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2586/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2586/Jackett.Jackett.yaml deleted file mode 100644 index 9f1c5a7956659..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2586/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2586 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2592/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2592/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7baf717e2aa18..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2592/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2592 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2592/Jackett.Installer.Windows.exe - InstallerSha256: 8BEAD83AB4904DA7D19609B751AB4EF79677E3AD27BFC57FA4D0E318D524786C -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2592/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2592/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a6cb102309d69..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2592/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2592 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - gtorrentpro: new domain resolves #11255 - - Revert "gttorrent.pro removed. resolves #11255" - - rudub: bump domain - - assorted: unblockit update - - assorted nexus: drop inclbookmarked - - hudbt: tidy up - - hudbt: lint fix - - hudbt: test update -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2592 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2592/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2592/Jackett.Jackett.yaml deleted file mode 100644 index b05e8d53fae0b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2592/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2592 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2597/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2597/Jackett.Jackett.installer.yaml deleted file mode 100644 index 670356fcc84f9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2597/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2597 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2597/Jackett.Installer.Windows.exe - InstallerSha256: 77B3B81348202109DEF387D11438E895B563A1F8BBE25910C6DA6327E754FC39 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2597/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2597/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 10780ace8bd5b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2597/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2597 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent911: new domain - - hudbt: remove unnecessary login error - - torrent9clone: new domain - - rudub: bump domain - - Update README.md - - hudbt: remove MR, add login error. resolves #15304 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2597 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2597/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2597/Jackett.Jackett.yaml deleted file mode 100644 index 19fb4b1754f9f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2597/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2597 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2601/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2601/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0ced33d62e814..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2601/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2601 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2601/Jackett.Installer.Windows.exe - InstallerSha256: AC60AE9DAC806E7D06D344EAF26B3FCC19EE96E9ED79EDBB56678EA3DD35C607 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2601/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2601/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 818cf5e9d6cf7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2601/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2601 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - wolfmax4k: fix search multiple words (#15311) - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2601 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2601/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2601/Jackett.Jackett.yaml deleted file mode 100644 index 4f77e63e7875e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2601/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2601 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2603/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2603/Jackett.Jackett.installer.yaml deleted file mode 100644 index 2f85f0f84101a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2603/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2603 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-15 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2603/Jackett.Installer.Windows.exe - InstallerSha256: A4DC0DFEEA68FCBB6843A085021A1B836F92F02BEDF7786DA94BE0EB914EFE43 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2603/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2603/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c0113d0b19bd8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2603/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2603 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - STC: ->8.1.3 - - traht: -> https - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2603 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2603/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2603/Jackett.Jackett.yaml deleted file mode 100644 index 8ba94eafe5ea2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2603/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2603 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2606/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2606/Jackett.Jackett.installer.yaml deleted file mode 100644 index b5dcaf54224d8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2606/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2606 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2606/Jackett.Installer.Windows.exe - InstallerSha256: 31A2F63568D7F9CA13986AE217A7DCFB15CD99804C060D026D3397590B55EC22 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2606/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2606/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index da902ac078b19..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2606/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2606 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - turkseed: new genre - - rudub: bump domain - - torrentqq: bump domain - - assorted unit3d: bump engine tags -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2606 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2606/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2606/Jackett.Jackett.yaml deleted file mode 100644 index 5f45feb4afe35..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2606/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2606 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2628/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2628/Jackett.Jackett.installer.yaml deleted file mode 100644 index 929d8dba7a6da..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2628/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2628 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2628/Jackett.Installer.Windows.exe - InstallerSha256: 2BBA49803327DA64BC04D6B8692078B519A8F4804CB355207B12E983C2966CB8 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2628/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2628/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9239894bae6b0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2628/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2628 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dontorrent: new domain - - TLZ: remove config activity info - - TLZ -> unit3d 7.2.5 resolves #11185 - - byrutor: back to previous domain resolves #9867 - - rudub: bump domain - - DonTorrent: Allow multiple words search (#15310) - - hddolby: restore & update. resolves #6334 (#15321) - - yggtorrent: currently private - - animeworld: -> 8.0.0 (#15315) - - yggtorrent.yml & yggcookie.yml: new domain and login (#15313) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2628 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2628/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2628/Jackett.Jackett.yaml deleted file mode 100644 index 7cc9906ba1ed4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2628/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2628 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2635/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2635/Jackett.Jackett.installer.yaml deleted file mode 100644 index c3e9e3386650d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2635/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2635 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2635/Jackett.Installer.Windows.exe - InstallerSha256: 5D8FF1ABB9F60FF5C87577CEA82BAD1826970EB57F1B7BC2733E394BDFE96C54 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2635/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2635/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9094d2b5225cf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2635/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2635 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - jpopsuki: add search error trap - - core: bump Polly to 8.4.0 - - rudub: bump domain - - cpabien: use windows UA to workaround linux block - - crt2fa: change description - - empornium2fa: change description - - ygg: name and description fixes, move in readme (#15326) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2635 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2635/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2635/Jackett.Jackett.yaml deleted file mode 100644 index 96bd6c7fdc45a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2635/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2635 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2644/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2644/Jackett.Jackett.installer.yaml deleted file mode 100644 index db6cb481853f1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2644/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2644 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2644/Jackett.Installer.Windows.exe - InstallerSha256: 887B286F0C3FFFEE30487037EE24A423F4B7C2F403D3657D81B103A2B5F0BD93 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2644/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2644/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d46095cc2c0b9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2644/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2644 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - carpt; bump engine tag - - uploadcx: :update comment - - ptcafe: bump engine tag - - discfan: bump engine tag - - oshenpt: update engine, https, desc - - uploadcx: update activity info - - rudub: bump domain - - mazepa: new selectors - - 52bt: trap search internal server error - - Update README.md -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2644 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2644/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2644/Jackett.Jackett.yaml deleted file mode 100644 index 6fc7170fc33a6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2644/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2644 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.265/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.265/Jackett.Jackett.installer.yaml deleted file mode 100644 index cbbbdc163e79d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.265/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.265 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.265/Jackett.Installer.Windows.exe - InstallerSha256: 99B0C55D101A87E77D5FAEBD41B79EE3676B600DD1FA8DF95301B3951E48537F -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.265/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.265/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index bac4d39907b49..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.265/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.265 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - drugari: add MR - - add dajiao a Chinese private site. resolves #14484 - - add shadowflow a Chinese private site. resolves #14483 - - add musebootlegs a semi-private site. resolves #14482 - - panda: correct date selector. resolves #14474 - - add azusa a Chinese private site. resolves #14478 - - add drugari a Croatian private site. resolves #14342 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.265 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.265/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.265/Jackett.Jackett.yaml deleted file mode 100644 index bac99d5991e88..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.265/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.265 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2652/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2652/Jackett.Jackett.installer.yaml deleted file mode 100644 index c254315418826..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2652/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2652 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2652/Jackett.Installer.Windows.exe - InstallerSha256: DA8B07370D0EE04607C1EBBD3BD14D87F23F02F50FA30B5F3B3D58782C5EC797 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2652/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2652/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ba5920a786f96..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2652/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2652 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - capybarabr: new cat - - lastdigitalunderground: update tld and cat - - Update README.md - - Update README.md - - hdfans: MR 3 -> 1 - - beyond-hd: fix yml removal. - - beitai: removed. resolves #6764 - - xider-torrent: new date selector - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2652 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2652/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2652/Jackett.Jackett.yaml deleted file mode 100644 index 9aa46b60d7a7f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2652/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2652 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2658/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2658/Jackett.Jackett.installer.yaml deleted file mode 100644 index d35e691676fc4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2658/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2658 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2658/Jackett.Installer.Windows.exe - InstallerSha256: E6B10694DF9238604DC2DE0C32C16C025C39EFC073BA713AE94A7E33E23C27AC -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2658/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2658/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 25e0cd8851a9d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2658/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2658 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - Revert "crazyspirits: CA expired" - - Revert "RMT: CA expired" - - falkonvisionteam: removed. resolves #7856 - - RMT: CA expired - - demonoid: removed. resolves #5678 - - byrutor: back to old domain - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2658 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2658/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2658/Jackett.Jackett.yaml deleted file mode 100644 index a8163708a954b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2658/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2658 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.266/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.266/Jackett.Jackett.installer.yaml deleted file mode 100644 index 77b8a66e9cdc3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.266/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.266 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.266/Jackett.Installer.Windows.exe - InstallerSha256: 00886C119F7150EB7B2092F8B9FA40F30CC8B1C9F200F1BE811CE906DD12C78C -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.266/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.266/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a080d33da096f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.266/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.266 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dontorrent: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.266 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.266/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.266/Jackett.Jackett.yaml deleted file mode 100644 index c4d1c1dccd81f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.266/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.266 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2663/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2663/Jackett.Jackett.installer.yaml deleted file mode 100644 index cdbd5907fdb1f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2663/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2663 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2663/Jackett.Installer.Windows.exe - InstallerSha256: 4F2A117FF10070F36FFA10A002549270A1D873EF8A32D0C53445C17ABE88CA09 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2663/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2663/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8d7404c52a8af..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2663/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2663 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentqq. bump domain - - gtorrentpro: lint fix - - gtorrentpro: add flaresolverr info - - happyfappy2fa: cookie login for 2fa. resolves #15333 - - torrentsir: bump domain - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2663 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2663/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2663/Jackett.Jackett.yaml deleted file mode 100644 index c03f19691a164..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2663/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2663 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2688/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2688/Jackett.Jackett.installer.yaml deleted file mode 100644 index c122ccf13f141..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2688/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2688 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2688/Jackett.Installer.Windows.exe - InstallerSha256: 41B2395426E93403115334274F2CF434D0C7D8464C2BD785D874E41254CF9354 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2688/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2688/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 65e6723838886..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2688/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2688 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - update yaml for #15334 (#15336) - - cardigann: add info_cookie, info_flaresolverr, info_useragent types, resolves #15334 (#15335) - - gktorrent: lint fix - - rudub; bump domain - - gktorrent: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2688 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2688/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2688/Jackett.Jackett.yaml deleted file mode 100644 index fc323f43780ca..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2688/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2688 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2691/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2691/Jackett.Jackett.installer.yaml deleted file mode 100644 index 70a4228bf5d98..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2691/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2691 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2691/Jackett.Installer.Windows.exe - InstallerSha256: B260B4F01D2A03502BB4B929707FE63784DCD2F1502BE0E6E4ED5D95BB3689D0 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2691/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2691/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b9e1422bbbbb8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2691/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2691 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - TPB: update proxies - - LDU: new cats - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2691 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2691/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2691/Jackett.Jackett.yaml deleted file mode 100644 index d90e7de35b22c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2691/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2691 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2710/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2710/Jackett.Jackett.installer.yaml deleted file mode 100644 index c8ff65e03a710..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2710/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2710 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2710/Jackett.Installer.Windows.exe - InstallerSha256: 6D031092AD3C3F9E43153A6E79E1F8CAD859EB8ACC81E4182766F082C19B89F3 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2710/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2710/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b0930f4c42ebf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2710/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2710 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent9clone: new domain - - Update h-p2p.yml - - h-p2p: new poster selector - - kimoji: music only, update poster & genre - - monikadesign-api: reorder cats & remove unused genre filter - - torrentseeds: update MR - - torrenteros: update MST - - cinematik: update global MR comment - - animeworld-api: add global MR comment - - STC: update activity info -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2710 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2710/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2710/Jackett.Jackett.yaml deleted file mode 100644 index 9b93bce46d16d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2710/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2710 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2732/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2732/Jackett.Jackett.installer.yaml deleted file mode 100644 index 69abf1fa08864..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2732/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2732 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2732/Jackett.Installer.Windows.exe - InstallerSha256: 08C3525E8B92E0DD01494687CFCFE28B002074E79966A2C274B721B92D2D421E -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2732/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2732/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0b85d15f380dd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2732/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2732 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - LDU: bump engine tag - - laidbackmanor: new cat - - rudub: bump domain - - metalwrks: is Australian -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2732 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2732/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2732/Jackett.Jackett.yaml deleted file mode 100644 index fb79a8ac8ead8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2732/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2732 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2736/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2736/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9dd2ef5f34053..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2736/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2736 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2736/Jackett.Installer.Windows.exe - InstallerSha256: BA79A865DB700BECE6DA41B5FBA5E3BCC533158BED9AC7C868B62EC228269B82 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2736/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2736/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 4ceeae823878c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2736/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2736 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - xider-torrent: new selectors - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2736 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2736/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2736/Jackett.Jackett.yaml deleted file mode 100644 index c0491ceb7ebba..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2736/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2736 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.275/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.275/Jackett.Jackett.installer.yaml deleted file mode 100644 index bb4948f1b7749..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.275/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.275 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.275/Jackett.Installer.Windows.exe - InstallerSha256: 042B33C1348575F277E41006420B782BA19D7211975787CDF629DE4D74092FC6 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.275/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.275/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2ee7919539bc3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.275/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.275 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted: fix search path categories (#14492) - - torrentmasters: switch to cookie+UA because ReCaptcha - - infire: new cats - - rgfootball: new cats - - freefarm: typo fix - - freefarm: add Chinese private tracker. resolves #14290 (#14491) - - add 3wmg a Chinese private site. resolves #14489 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.275 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.275/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.275/Jackett.Jackett.yaml deleted file mode 100644 index 3e614a6d4b07b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.275/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.275 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2831/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2831/Jackett.Jackett.installer.yaml deleted file mode 100644 index 36bcb91a439c9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2831/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2831 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2831/Jackett.Installer.Windows.exe - InstallerSha256: B9DB4842A264F134123146FC86AF8ABE5FFC9C53B0BF21CE0D7ABC502DC5B5F1 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2831/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2831/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 503acd5270de7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2831/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2831 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - ci/cd: exclude paths for PRs too - - Update bug_report.yml - - Update README.md - - ci/cd: include & exclude specific branches & paths - - Update azure-pipelines.yml - - Update azure-pipelines.yml - - Update issuebot.yml - - Rename redeliver-failed-deliveries.js to redeliver-failed-deliveries.mjs - - Update redeliver-failed-deliveries.js - - megapeer: new selectors -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2831 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2831/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2831/Jackett.Jackett.yaml deleted file mode 100644 index 1827d6bf3801b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2831/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2831 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2850/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2850/Jackett.Jackett.installer.yaml deleted file mode 100644 index 2d177d1eae3b9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2850/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2850 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2850/Jackett.Installer.Windows.exe - InstallerSha256: 3A1F3E0BDEB6942D92EA18EDC50CDF2D4AE9A858167576C8760A11D73DE7A85F -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2850/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2850/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f0cfaf20fed90..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2850/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2850 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentqq: bump domain - - rptscene: tidy up search parms - - file-shack: tidy up search parms - - add file-shack a private site. resolves #15351 - - leech24: -> unit3d 8.1.3 part 1. #12553 - - crabpt: new cat + update cat descr - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2850 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2850/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2850/Jackett.Jackett.yaml deleted file mode 100644 index 1b468d2ffd1d1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2850/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2850 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2855/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2855/Jackett.Jackett.installer.yaml deleted file mode 100644 index c92ae53310157..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2855/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2855 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-05-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2855/Jackett.Installer.Windows.exe - InstallerSha256: 284AFA64719B4F7DE43A7F8ED8067E61D6451467B34333B66612D47095BFA0B0 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2855/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2855/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 62e8ebc3f44e3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2855/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2855 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - finelite: add login whitelisting info - - finelite: change to credentials login - - trellas: change TLD *.me. resolves #15352 - - mejortorrent: new domain - - torrent9clone: new cat - - torrent911: new cat - - rudub: bump domain - - file-shack: add global MR comment -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2855 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2855/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2855/Jackett.Jackett.yaml deleted file mode 100644 index c030a4eba14b8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2855/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2855 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2899/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.2899/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3c1c566f4a19b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2899/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2899 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-06-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.2899/Jackett.Installer.Windows.exe - InstallerSha256: FEC0ECCF6F7197268D09412FE04D49EA9C0FA2F1132BA2C1375EE8460B02FF6E -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2899/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.2899/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index be3500a3c8a17..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2899/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2899 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dontorrent: new domain - - WOT: new selectors - - infire: new cat - - torrentsir: bump domain - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.2899 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.2899/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.2899/Jackett.Jackett.yaml deleted file mode 100644 index 5c01468acc382..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.2899/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.2899 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.290/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.290/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6c8808850d13f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.290/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.290 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.290/Jackett.Installer.Windows.exe - InstallerSha256: A94D288B15D74E2151E8D694590762FA5370646E9D5EC053A0646DC0A4424C17 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.290/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.290/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a61decb9e22bd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.290/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.290 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentsir: bump domain - - electro-torrent: change to http - - cheggit: lint - - add cheggit a Private site. resolves #14495 - - assorted torrent*: bump domains - - infire: cat fix - - infire: fix c&p error - - infire: update categories, again -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.290 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.290/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.290/Jackett.Jackett.yaml deleted file mode 100644 index 484ba5f213608..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.290/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.290 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.294/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.294/Jackett.Jackett.installer.yaml deleted file mode 100644 index cacce75c4ecf9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.294/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.294 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.294/Jackett.Installer.Windows.exe - InstallerSha256: 60DDC7A03992AA432E7E7E6EA119FB41B1ADDC0A6D6A07D83D467FBE8F632A04 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.294/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.294/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 64d77bed56432..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.294/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.294 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - movieworld: add new cat - - bwtorrents: new cat - - Revert: "electro-torrent: change to http" - - torrentleech: add raw search -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.294 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.294/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.294/Jackett.Jackett.yaml deleted file mode 100644 index 2ead15f689e0b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.294/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.294 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.314/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.314/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3f09916e520df..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.314/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.314 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.314/Jackett.Installer.Windows.exe - InstallerSha256: CCBC3253FD33A2A697C77636C80A060CFD6EED2EE3973BFB89AC347221D4CC5C -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.314/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.314/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e45b45f36f64b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.314/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.314 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hdmonkey: removed. resolves #12688 - - rptorrents: removed. resolves #5368 - - puurhollands: removed. resolves #9775 - - chilebt: up to 50 results. resolves #7855 - - hdzone: add new alternate domain - - 2xfree: add info about upload speed limit rule - - avistaz: respect rate limit from indexer (#14472) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.314 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.314/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.314/Jackett.Jackett.yaml deleted file mode 100644 index 724c11e257587..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.314/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.314 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.327/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.327/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0459870619177..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.327/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.327 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.327/Jackett.Installer.Windows.exe - InstallerSha256: 110F097677846B98C2335AF32FB6FD78F2EAA4EE94A769816F47AB2A5986B2D1 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.327/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.327/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 491aa7b603361..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.327/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.327 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent9: tidy magnet selector - - torrent9: update download selector (#14505) - - thepiratebay: add search by season x (#14498) - - drugari: new cat -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.327 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.327/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.327/Jackett.Jackett.yaml deleted file mode 100644 index 4e353d60aa15b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.327/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.327 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.329/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.329/Jackett.Jackett.installer.yaml deleted file mode 100644 index 58ee7b524d5b8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.329/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.329 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.329/Jackett.Installer.Windows.exe - InstallerSha256: 437315B6D24D373DD9B7BC54CBC4D514438548AFE3FD22CA7F92F8A420D446BA -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.329/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.329/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c7b721d338c3e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.329/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.329 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted nexus: bump engine tags - - dontorrent: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.329 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.329/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.329/Jackett.Jackett.yaml deleted file mode 100644 index e3735b0dc8648..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.329/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.329 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.334/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.334/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4709ddb5d0473..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.334/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.334 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.334/Jackett.Installer.Windows.exe - InstallerSha256: 35295CD9A52577B0DA8334D51644E59E03E0E0127DE5C433B75D7570EB80DA53 -ManifestType: installer -ManifestVersion: 1.4.0 - diff --git a/manifests/j/Jackett/Jackett/0.21.334/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.334/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8dec6a02e2cad..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.334/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.4.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.334 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - xxxclub: new layout - - torrentqq: bump domain - - torrentz2eu: fix dateparse and check for TV Show in title -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.334 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 - diff --git a/manifests/j/Jackett/Jackett/0.21.334/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.334/Jackett.Jackett.yaml deleted file mode 100644 index 4afd90af68c2b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.334/Jackett.Jackett.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.334 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 - diff --git a/manifests/j/Jackett/Jackett/0.21.34/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.34/Jackett.Jackett.installer.yaml deleted file mode 100644 index e4a1abd0ad9b0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.34/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.34 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.34/Jackett.Installer.Windows.exe - InstallerSha256: FC8171862815385144E4DCF47C7E2D43E52FF7FF5D2B267444B730D7DE6B04BC -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.34/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.34/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ab71d26d313b7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.34/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.34 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - chilebt: fix invalid language code (#14373) - - Revert "nebulance: - CA expired." - - Revert scenehd: tidy - - Revert "lostfilm: tidy" - - lint - - lostfilm: tidy - - scenehd: tidy - - nebulance: CA expired. - - dontorrent: new domain - - tvchaosuk: season packs. resolves #14369 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.34 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.34/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.34/Jackett.Jackett.yaml deleted file mode 100644 index 185fe9c6053ff..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.34/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.34 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.352/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.352/Jackett.Jackett.installer.yaml deleted file mode 100644 index a4d403271eaaf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.352/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.352 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.352/Jackett.Installer.Windows.exe - InstallerSha256: FE670A1C8EBF316DC8A5807E63216B4445BF24FF857D221EFBEAE2D23FFD1A6D -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.352/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.352/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index cbee6d82f2ac0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.352/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.352 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentqq: bump domain - - core: fix cookies removal when using subfolders as path (#14517) - - add hdpt a Chinese Private site. resolves #14289 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.352 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.352/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.352/Jackett.Jackett.yaml deleted file mode 100644 index 99afa1ec2de4c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.352/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.352 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.356/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.356/Jackett.Jackett.installer.yaml deleted file mode 100644 index 598d236d575f1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.356/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.356 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.356/Jackett.Installer.Windows.exe - InstallerSha256: E71C7E9311A8E01A2D53DA5290EBC96C197BAD9255AF824A1F367DBEE4DC64AD -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.356/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.356/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 59335b835ec69..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.356/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.356 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - add HomePornTorrents a private 3x site. resolves #14522 - - lostfilm: update login error detection - - torrentsir: bump domain - - freshmeat: removed. resolves #12698 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.356 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.356/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.356/Jackett.Jackett.yaml deleted file mode 100644 index 4994a9cf77204..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.356/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.356 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.361/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.361/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0ac6fd65fde17..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.361/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.361 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.361/Jackett.Installer.Windows.exe - InstallerSha256: 98879D70661A2196BF02518B6DC0DDDA130C2E54E24523C22DFBC99870D1DF08 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.361/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.361/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0c974ecd5cca7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.361/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.361 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - fappaizuri: language can be missing - - torrentproject2: new layout - - torrentgalaxy: new cat - - fappaizuri: add MST - - homeporntorrents: update MR -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.361 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.361/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.361/Jackett.Jackett.yaml deleted file mode 100644 index 1513ac8af3ff4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.361/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.361 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.364/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.364/Jackett.Jackett.installer.yaml deleted file mode 100644 index 469899d327fd4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.364/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.364 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.364/Jackett.Installer.Windows.exe - InstallerSha256: 3638A6C8555D358CA04649D1FA0EC003B435F78B1F8D385953586EA096448688 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.364/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.364/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ed7e26196a5ae..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.364/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.364 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cinefilhd: removed. resolves #4908 - - byrutor: new old domain - - lemonhd: removed. resolves #10533 - - torrentproject: add latest for keywordless -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.364 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.364/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.364/Jackett.Jackett.yaml deleted file mode 100644 index 72b05f2c16471..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.364/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.364 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.372/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.372/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1e6bf4b5fee39..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.372/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.372 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.372/Jackett.Installer.Windows.exe - InstallerSha256: 8E6388EF9756B9D5A93931AF4B9EBDDF1B280B529F50A6A5C585358D95EE8936 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.372/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.372/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index e9c00d5a6c677..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.372/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.372 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - add okpt a Chinese private site. resolves #14534 - - biho: fix 2fa info - - add biho a Chinese private site. resolves #14533 - - add laidbackmanor a private site. resolves #14535 - - torrentleech: add exclude archives option - - cardigann: allow templating in JSON rows selector - - hdchina: lint - - hdchina: drop freeleech support - - hdchina: refresh cats -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.372 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.372/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.372/Jackett.Jackett.yaml deleted file mode 100644 index 6226c899371b7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.372/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.372 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.378/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.378/Jackett.Jackett.installer.yaml deleted file mode 100644 index 15afab5bac5a2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.378/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.378 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.378/Jackett.Installer.Windows.exe - InstallerSha256: 940A0E70F060A17769EE1282BC6BE5DB94B922A2E070463FABB6385A7AF479BD -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.378/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.378/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2f6e82cf5023a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.378/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.378 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - okpt: add MST - - internetarchive: fix releases without a title - - 0daykiev: new domain #4972 - - dontorrent: new domain - - torrentleech: remove request from titles - - add fastscene a private site. resolves #14532 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.378 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.378/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.378/Jackett.Jackett.yaml deleted file mode 100644 index f010031473747..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.378/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.378 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.418/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.418/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7b4ff9bb7797c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.418/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.418 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.418/Jackett.Installer.Windows.exe - InstallerSha256: 3904F80656E58DA8ACA68165DE7E0FB6026DC1498DA0621F000C8F0C44239660 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.418/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.418/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6eb32ff2d1080..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.418/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.418 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentsectorcrew: add login.test.selector. #14537 - - torrentccf: add login.test.selector. #14537 - - tjupt: add login.test.selector. #14537 - - pterclub: add login.test.selector. #14537 - - proaudiotorrents: add login.test.selector. #14537 - - newretro: add login.test.selector. #14537 - - jpopsuki: add login.test.selector. #14537 - - fuzer: add login.test.selector. #14537 - - dark-shadow: add login.test.selector. #14537 - - centraltorrent: add login.test.selector. #14537 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.418 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.418/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.418/Jackett.Jackett.yaml deleted file mode 100644 index deb1f3d6b8c99..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.418/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.418 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.42/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.42/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8ed4afeb6b8f1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.42/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.42 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.42/Jackett.Installer.Windows.exe - InstallerSha256: 12123E7D7E1E5567DD5060522D82A1D8CFCB42780A8525F4C7FC34E8A281BF7D -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.42/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.42/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d08a0576d8cd4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.42/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.42 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - ptfiles: revert to credentials login. #14376 - - aither-api: 7.0.0 cursor paginate update - - schema: format array list - - torrentproject2: add day date parse. - - Update README.md - - assorted: set language to nearest valid set - - schema: add language validation. resolves #14374 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.42 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.42/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.42/Jackett.Jackett.yaml deleted file mode 100644 index bff662ea7f530..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.42/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.42 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.424/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.424/Jackett.Jackett.installer.yaml deleted file mode 100644 index 80b80e718dd45..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.424/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.424 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.424/Jackett.Installer.Windows.exe - InstallerSha256: 6F46BA6E6DD5231FD25DF0EF18697285B3AB75ECB5CD5CB1DE4B7185626F4103 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.424/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.424/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 10765223f888c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.424/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.424 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - centraltorrent: switch to cookie method - - infire: new cat - - torrentqq: bump domain - - schema: make login.test.selector mandatory (#14542) - - wihd: add login.test.selector. #14537 - - totheglorycookie: add login.test.selector. #14537 - - totheglory: dd login.test.selector. #14537 - - torrenthr: add login.test.selector. #14537 - - torrentgalaxy: add login.test.selector. #14537 - - torrent-explosiv: add login.test.selector. #14537 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.424 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.424/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.424/Jackett.Jackett.yaml deleted file mode 100644 index 697c5eeefda48..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.424/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.424 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.439/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.439/Jackett.Jackett.installer.yaml deleted file mode 100644 index 08e9d0f6c0b2b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.439/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.439 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.439/Jackett.Installer.Windows.exe - InstallerSha256: EE174AA2ADCBB612F4045C4EC6FD285510F2150DDFD8CC81293FDCEB232EF6B4 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.439/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.439/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d63cc455d738a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.439/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.439 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cardigann: follow login redirect if domain doesn't change (#14544) - - torrentsir: bump domain - - cardigann: prevent NullRef on redirects with no location - - torrentscsv: minor refactoring - - assorted: new unblockit domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.439 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.439/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.439/Jackett.Jackett.yaml deleted file mode 100644 index 8d26b696eecf7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.439/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.439 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.446/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.446/Jackett.Jackett.installer.yaml deleted file mode 100644 index aae5d0f668f6a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.446/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.446 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.446/Jackett.Installer.Windows.exe - InstallerSha256: 15D7DB5A927CFE5E6A9B6817BD602B198D2C20E183F62FBD3638AFD5E3DC00EE -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.446/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.446/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 19fef4edfc244..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.446/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.446 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - simpleanime: lint - - add simpleanime a Chinese public anime site. resolves #14547 - - dariustracker: clean up titles - - dariustracker: restore indexer, add freeleech filter. #9768 (#14546) - - partis: removed. resolves #1596 - - lastfiles: switch to http. resolves #7580 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.446 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.446/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.446/Jackett.Jackett.yaml deleted file mode 100644 index 24a3a19796270..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.446/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.446 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.449/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.449/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5f42761a9829b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.449/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.449 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.449/Jackett.Installer.Windows.exe - InstallerSha256: 5984EF9190251AB2D0573ADB485425130C61626A85A4338E44F03C78AD7A3C51 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.449/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.449/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6cda8c6e2b60f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.449/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.449 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - lastfiles: revert to https - - theshinning: cat update - - add torrentland-api. resolves #13768 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.449 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.449/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.449/Jackett.Jackett.yaml deleted file mode 100644 index 65fd9a0952e57..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.449/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.449 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.455/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.455/Jackett.Jackett.installer.yaml deleted file mode 100644 index f23a04a4c07d7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.455/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.455 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.455/Jackett.Installer.Windows.exe - InstallerSha256: F039869318F6A31ECB1AF0C16BA3B27432E9AC54899D28ADD46F2163CDE899D0 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.455/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.455/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index dd2918b561046..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.455/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.455 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - asiandvdclub: cat selector can be missing - - torrentgalaxy: add alternate domain (#14548) - - ygg: update base url -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.455 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.455/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.455/Jackett.Jackett.yaml deleted file mode 100644 index 3a6df6ded4fe2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.455/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.455 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.456/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.456/Jackett.Jackett.installer.yaml deleted file mode 100644 index 24cf8998c78e0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.456/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.456 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.456/Jackett.Installer.Windows.exe - InstallerSha256: 8DEAD2F8CE9BB7CECAA040D252AF3AC27BDA78A4B4065C94552A4419B7D294B6 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.456/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.456/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 95dfff4315e0a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.456/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.456 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - 1337x: fix search by season for daily shows -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.456 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.456/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.456/Jackett.Jackett.yaml deleted file mode 100644 index d7b9c6e3342f2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.456/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.456 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.462/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.462/Jackett.Jackett.installer.yaml deleted file mode 100644 index ce7524862adce..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.462/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.462 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.462/Jackett.Installer.Windows.exe - InstallerSha256: 39D1FBD2E5060CD4915C8A01D2C638C4012B0E06D8ECE92724BEA4AE12F4CE4A -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.462/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.462/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0fdaeffbbd6e4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.462/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.462 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - le-cinephile: fixes - - le-cinephile: add French private tracker. resolves #14553 (#14555) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.462 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.462/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.462/Jackett.Jackett.yaml deleted file mode 100644 index 30dbd08e94e48..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.462/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.462 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.473/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.473/Jackett.Jackett.installer.yaml deleted file mode 100644 index 88ade1005f049..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.473/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.473 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.473/Jackett.Installer.Windows.exe - InstallerSha256: 5C6886B4370971BC56A7A21C07890EEEBCF1CF43CC66D58ED20640094C6A8D56 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.473/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.473/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 167ac2d505678..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.473/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.473 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - jackett_launcher.bat: drop old XP support - - core: Make local address listened to configurable (#14554) - - le-cinephile: update cats - - acgsou: removed. resolves #5803 - - torrentqq: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.473 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.473/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.473/Jackett.Jackett.yaml deleted file mode 100644 index df0285f1e0f89..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.473/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.473 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.477/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.477/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6812a8510f357..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.477/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.477 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.477/Jackett.Installer.Windows.exe - InstallerSha256: D340E174B2428BEC8049EE2728CEB887253F29E6A81047791D019EB3F377996D -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.477/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.477/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 52462c232a4f0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.477/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.477 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - utopia: add add ukrainian to title option - - marinetracker: new cat - - mejortorrent: new domain - - le-cinephile: update cats, again -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.477 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.477/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.477/Jackett.Jackett.yaml deleted file mode 100644 index 0cb1f14520278..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.477/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.477 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.481/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.481/Jackett.Jackett.installer.yaml deleted file mode 100644 index dbbf3cc6a65df..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.481/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.481 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.481/Jackett.Installer.Windows.exe - InstallerSha256: CD090AFBFBD9F7E38E246A19E532EDEE39A59B14DC0628B5C1A7E28B6BDEA0C4 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.481/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.481/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 19d148faf93e5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.481/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.481 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hdarea: change domain *.club - - torrentsir: bump domain - - hdmayi: change to https -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.481 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.481/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.481/Jackett.Jackett.yaml deleted file mode 100644 index 80c2a6386b821..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.481/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.481 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.484/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.484/Jackett.Jackett.installer.yaml deleted file mode 100644 index f4e949ebb6730..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.484/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.484 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.484/Jackett.Installer.Windows.exe - InstallerSha256: 0A39A479508043D443B60CFDE394290ED6204E94CF2E39AE626BC373B83D4CB1 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.484/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.484/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2fff221a728fa..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.484/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.484 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - beyond-hd-api: fix search by imdbid without removing leading zeros - - therebels: new (duplicate) cat - - hdforever: fix search with release year -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.484 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.484/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.484/Jackett.Jackett.yaml deleted file mode 100644 index 67a108843fa4a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.484/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.484 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.486/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.486/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6b735f98e5fc5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.486/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.486 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.486/Jackett.Installer.Windows.exe - InstallerSha256: 4170180238BC2D590A7F4CF35720884DB63B5694E02843B9395459C0360FF657 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.486/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.486/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f7d19999092b5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.486/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.486 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentwhiz: bump domain - - torrentview: bump domain - - beyond-hd-api: searching imdbid has priority over tmdbid -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.486 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.486/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.486/Jackett.Jackett.yaml deleted file mode 100644 index 9e6e29c079a07..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.486/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.486 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.491/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.491/Jackett.Jackett.installer.yaml deleted file mode 100644 index b3156d4c72b80..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.491/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.491 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.491/Jackett.Installer.Windows.exe - InstallerSha256: 318F84688957DC5685E0ECBD3FB7D59749D6E26C4A95C1441E6B515ED183E07E -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.491/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.491/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index dc3d4da501ea1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.491/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.491 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - yts: improve title. resolves #14572 - - torlock: switch to .today.year for keywordless. resolves #1650 - - ygg: strip season as site does not support partial matches. resolves #14565 (#14571) - - dontorrent: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.491 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.491/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.491/Jackett.Jackett.yaml deleted file mode 100644 index 1e86d196b74d2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.491/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.491 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.497/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.497/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0bb74e67101da..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.497/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.497 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.497/Jackett.Installer.Windows.exe - InstallerSha256: 748F944D1A69D69EDDDE7151C5AC7FBCE272FD1B43390459E111CB1DF4BCD480 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.497/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.497/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ffeb0e377b1cb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.497/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.497 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - logs: combine cleanse rules for passkey and rsskey - - assorted: mrunblock new domain - - marinetracker: new tracker path - - movieworld: update cats - - hdchina; update cookie test. resolves #14573 - - drugari: remove strdump -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.497 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.497/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.497/Jackett.Jackett.yaml deleted file mode 100644 index a1f0ff7cb7d5c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.497/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.497 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.505/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.505/Jackett.Jackett.installer.yaml deleted file mode 100644 index 25f0efa61763d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.505/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.505 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.505/Jackett.Installer.Windows.exe - InstallerSha256: 1E8AE5F7B446C37B4869808C2C692404D704BB9D75C1EEBA177F252E597884F9 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.505/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.505/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 84f635d745b7d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.505/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.505 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - locadora: concerts as movies. resolves #14576 - - locadora: restore cat descriptions. resolves #14576 - - beyond-hd-api: add pagination support - - beyond-hd-api: add search types option - - byrbt: new cat selector - - theempire: new cat - - torrentqq: bump domain - - cpabien: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.505 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.505/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.505/Jackett.Jackett.yaml deleted file mode 100644 index 453a384a18160..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.505/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.505 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.510/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.510/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8bc26582384b8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.510/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.510 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.510/Jackett.Installer.Windows.exe - InstallerSha256: C4DE428B47F4780460C231A2E18A3691FF8101455499BE5506AD7664786775C8 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.510/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.510/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3d42df94cb507..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.510/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.510 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - generationfree: -> 6.5.0 - - indexermanagerservice: update is map - - ultrahd: update engine tag - - assorted nexus: update engine tags - - locadora: update cats. resolves #14576 - - vtorrent: removed. resolves #13952 - - elitetorrent-pl: removed. resolves #14155 - - DarmoweTorrenty: removed. resolves #9115 - - bitnova: removed. resolves #13741 - - dark-shadow: drop projekt from domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.510 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.510/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.510/Jackett.Jackett.yaml deleted file mode 100644 index 44c7fb752fda0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.510/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.510 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.514/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.514/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6290ff07fefd0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.514/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.514 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.514/Jackett.Installer.Windows.exe - InstallerSha256: 7AC4345F85F5D46701F218BC6CBCC2ED7BF7CD3DB2E4AAA27607185F93030BE9 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.514/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.514/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 308eef5bfb370..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.514/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.514 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - marinetracker: back to original path - - zmpt: refresh cats - - 2xfree: refresh cats - - lat-team: fix - - lat-team: -> 6.5.0 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.514 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.514/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.514/Jackett.Jackett.yaml deleted file mode 100644 index 2dc67663053ef..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.514/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.514 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.52/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.52/Jackett.Jackett.installer.yaml deleted file mode 100644 index c25600e8a05b0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.52/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.52 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.52/Jackett.Installer.Windows.exe - InstallerSha256: CAB3E45D6C7F78383E52D7D9779CA3E12BA31BA59968322E440E743DC2A2E066 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.52/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.52/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7bf60a552b083..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.52/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.52 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - trezzor: update, add separate cookie indexer. resolves #14376 (#14379) - - index.html: fix for= not using id. #14375 - - assorted: update trusted certs (#14378) - - turktorrent: add new cat - - generationfree: update freeleech search and add info about web site participation - - torrentsir: bump domain - - torrentqq: bump domain - - bakabt: add freeleech only option (#14377) - - assorted unit3d v5 and v6: remove redundant meta.total and page 1 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.52 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.52/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.52/Jackett.Jackett.yaml deleted file mode 100644 index b3121e6c82e35..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.52/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.52 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.532/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.532/Jackett.Jackett.installer.yaml deleted file mode 100644 index f18d6cd3375e4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.532/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.532 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.532/Jackett.Installer.Windows.exe - InstallerSha256: 0EA6BFBB1C9CCF798DE5B443FF8FADF30AA605900B6AFDCEB44186A000C72E20 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.532/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.532/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5f5a9d0a8d286..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.532/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.532 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - greekteam: refresh - - Update IndexerManagerService.cs - - Update IndexerManagerService.cs - - sdbits: removed. resolves #771 - - aro.lol: removed. resolves #14499 - - le-cinephile: refresh cats - - bitbazis: refresh cats - - mazepa: refresh cats - - torrentsir: bump domain - - btsow: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.532 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.532/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.532/Jackett.Jackett.yaml deleted file mode 100644 index bd6d8435bdfdc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.532/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.532 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.534/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.534/Jackett.Jackett.installer.yaml deleted file mode 100644 index d1fb666208f18..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.534/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.534 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-24 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.534/Jackett.Installer.Windows.exe - InstallerSha256: DCE34943FF0C562AF6B23FD8E2286A573214EC83AC681763C51A610531A36B42 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.534/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.534/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 55c6148ff5da4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.534/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.534 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - le-cinephile: new cat - - hdcztorrent: new layout -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.534 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.534/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.534/Jackett.Jackett.yaml deleted file mode 100644 index c46900a65798c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.534/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.534 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.541/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.541/Jackett.Jackett.installer.yaml deleted file mode 100644 index e443e1eca69cc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.541/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.541 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.541/Jackett.Installer.Windows.exe - InstallerSha256: A115C9B7C3F74CDD9DDA1E176E1B894BB99542641468A5B23E9CE2DAE316CA96 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.541/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.541/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5286b98e26d8c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.541/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.541 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted: drop now redundant CA ignores - - aftershock: CA expired - - bigfangroup: now requires Referer header - - anisource: magnet and download gone. use infohash - - dontorrent: new domain - - zetorrents: info - - torrent911: new domain - - gktorrent: info - - cinefilhd: new layout #4908 - - Revert "cinefilhd: removed. resolves #4908" -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.541 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.541/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.541/Jackett.Jackett.yaml deleted file mode 100644 index 46d602b5ef10a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.541/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.541 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.547/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.547/Jackett.Jackett.installer.yaml deleted file mode 100644 index df5f41866baf4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.547/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.547 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.547/Jackett.Installer.Windows.exe - InstallerSha256: 31CD83251AF0E689C9FAF5423371EDCFF4393B9EC23DA5C23A89ADDFE2013B31 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.547/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.547/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9b7d5118eea0f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.547/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.547 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - fenyarnyek-tracker: removed, down for 30 days. resolves #13053 (#14586) - - hdgalaktik: new date formats - - 2xfree: typo fix - - 3wmg: typo fix -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.547 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.547/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.547/Jackett.Jackett.yaml deleted file mode 100644 index 19add7df8726e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.547/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.547 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.551/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.551/Jackett.Jackett.installer.yaml deleted file mode 100644 index ae9b7455ee0fc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.551/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.551 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.551/Jackett.Installer.Windows.exe - InstallerSha256: F74C4FA2F64084AAE5567F6D428A47A5EEE4C43F62BEAFC128ED33D2E27B575E -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.551/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.551/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 654219908e989..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.551/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.551 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - add rousi a Chinese private site. resolves #14588 - - torrentqq: bump domain - - torrentkitty: prevent could not select database error - - hdchina: handle both date types. resolves #14587 [ #14573 ] - - iptorrents: add new mirror -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.551 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.551/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.551/Jackett.Jackett.yaml deleted file mode 100644 index e34e72e897401..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.551/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.551 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.558/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.558/Jackett.Jackett.installer.yaml deleted file mode 100644 index 66961794f9bba..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.558/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.558 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.558/Jackett.Installer.Windows.exe - InstallerSha256: F156729D19A75659F0007904825B4543421B0DCA16F8B3888B50363A977718C1 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.558/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.558/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ce5c78b81516c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.558/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.558 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - wukong: add Chinese private tracker. resolves #14595 (#14596) - - rousi: typo fix - - zmpt: update MR & MST - - rousi: remove MST - - animetime: capitalise media type in description - - torrentkitty: add new mirrors -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.558 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.558/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.558/Jackett.Jackett.yaml deleted file mode 100644 index d6aacf0e89a20..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.558/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.558 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.561/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.561/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1496534ca5e67..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.561/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.561 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.561/Jackett.Installer.Windows.exe - InstallerSha256: CF3D5B63DD01291728EFD9ED29E1A80E5990A152E1E80CF4F33CAF2201FBACF0 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.561/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.561/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index a76237c941305..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.561/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.561 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - gimmepeers: update row selector - - pignetwork: add useragent workaround. resolves #13318 - - xxxclub: new layout plus cats - - torrent9clone: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.561 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.561/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.561/Jackett.Jackett.yaml deleted file mode 100644 index 69053184ae888..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.561/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.561 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.565/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.565/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5a211b34d37e1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.565/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.565 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-07-31 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.565/Jackett.Installer.Windows.exe - InstallerSha256: 62BF4ED612F855084FF0F5E947B89F21B476B8FBA1767CD872D19543E20D2F38 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.565/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.565/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7d2dd28049481..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.565/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.565 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted nexus: update engine tags - - 3wmg: -> 1.8.5 resolves #14489 - - bithorlo: cat id changed - - torrentsir: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.565 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.565/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.565/Jackett.Jackett.yaml deleted file mode 100644 index 6d463203ccf67..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.565/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.565 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.580/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.580/Jackett.Jackett.installer.yaml deleted file mode 100644 index 5f438f3a37155..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.580/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.580 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.580/Jackett.Installer.Windows.exe - InstallerSha256: 4CF45FCD93AB34E06B4272E88BED22438703F1AD853EFCF5FE3357AE97670B9E -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.580/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.580/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 4369a62a24385..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.580/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.580 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - add trackermk a Macedonian private site. resolves #14344 - - idope: correct capitalisation of name - - y: new cats. resolves #14604 - - torrent9clone: new domain - - dontorrent: new domain - - chdbits: change domain. resolves #14602 - - add gamera a Chinese private site. resolves #14589 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.580 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.580/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.580/Jackett.Jackett.yaml deleted file mode 100644 index 4d6a3a48d07f4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.580/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.580 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.583/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.583/Jackett.Jackett.installer.yaml deleted file mode 100644 index e23ae4db7f20a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.583/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.583 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.583/Jackett.Installer.Windows.exe - InstallerSha256: ECF960B03D350A15E6044C405A7519FD19C28189B9AAF8E584431B860F7BD168 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.583/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.583/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 17b12cb5c11c2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.583/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.583 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentqq: change domain - - torrent9clone: change domain, again - - digitalcore: add search UNRAR releases only option -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.583 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.583/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.583/Jackett.Jackett.yaml deleted file mode 100644 index a45158366b0db..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.583/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.583 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.584/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.584/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8efa8603586d5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.584/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.584 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.584/Jackett.Installer.Windows.exe - InstallerSha256: 2C48160F5C310EF7427E5D767220A617DD165DDB12DEBA8CF125D64CDDFD6FAF -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.584/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.584/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7c95abfae4bb8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.584/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.584 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - seedfile: new layout -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.584 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.584/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.584/Jackett.Jackett.yaml deleted file mode 100644 index d76a53a17fa57..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.584/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.584 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.586/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.586/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7c47d1402cd9f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.586/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.586 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.586/Jackett.Installer.Windows.exe - InstallerSha256: 20853A551099A61D8AA80B7F454D0EDE174974868E0CA6FE8E3BF565C54D60B7 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.586/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.586/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 3472826de21c0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.586/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.586 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - mejortorrent: change subdomain - - cinecalidad: change subdomain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.586 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.586/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.586/Jackett.Jackett.yaml deleted file mode 100644 index d758a4ab1fe14..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.586/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.586 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.589/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.589/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4c3409ef0a41d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.589/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.589 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.589/Jackett.Installer.Windows.exe - InstallerSha256: 78B030600044A3F4DBD783774318817602A13FB302BBB511E4E933461A751A5C -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.589/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.589/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c1bdbf3608893..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.589/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.589 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - movieworld: refresh cats - - rutracker-ru: update cats - - mejortorrent: forgot to change alternate site link -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.589 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.589/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.589/Jackett.Jackett.yaml deleted file mode 100644 index e9540a120af0d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.589/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.589 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.611/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.611/Jackett.Jackett.installer.yaml deleted file mode 100644 index 9bae094fb11f2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.611/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.611 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.611/Jackett.Installer.Windows.exe - InstallerSha256: B5EF5C422553D5901ECEF1079FC87FEB00BC57019AD91208BBD2441254E87994 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.611/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.611/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1ded0970ac59d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.611/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.611 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - theoldschool-api: add global MR comment - - bitbazis: new layout - - btsow: new comain - - Revert "torrent9clone: new domain" - - nordichd: change to http. resolves #6708 - - torrentwhiz: bump domain - - torrentview: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.611 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.611/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.611/Jackett.Jackett.yaml deleted file mode 100644 index 7cedd6c8d6c65..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.611/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.611 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.631/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.631/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0449600d0465f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.631/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.631 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.631/Jackett.Installer.Windows.exe - InstallerSha256: 9D9FBA9656CFDB0C93450BA52D3B8C9116024065364C6C6AB2925F5156357169 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.631/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.631/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6a0541cc148f8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.631/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.631 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - core: restore stacktraces for UI 'view logs'. resolves #14585 (#14619) - - core: simplify logging code (#14618) - - cinecalidad: new sub domain - - torrentqq: bump domain - - bitbazis: update cats -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.631 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.631/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.631/Jackett.Jackett.yaml deleted file mode 100644 index 34cb61d4cc7cf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.631/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.631 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.635/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.635/Jackett.Jackett.installer.yaml deleted file mode 100644 index e4991bd6afde9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.635/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.635 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.635/Jackett.Installer.Windows.exe - InstallerSha256: 9C945F3A03FDDD77C8DAAF15D8E9CF7F5B690B3DA6D9CED91887958B4DC203EF -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.635/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.635/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 15c77f3929990..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.635/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.635 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrent9clone: new subdomain - - bitbazis: update cats, again -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.635 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.635/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.635/Jackett.Jackett.yaml deleted file mode 100644 index 89fd72bd5ee8f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.635/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.635 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.637/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.637/Jackett.Jackett.installer.yaml deleted file mode 100644 index 71335e33f17c6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.637/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.637 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.637/Jackett.Installer.Windows.exe - InstallerSha256: 2AC15E1E81ECD7A8A46130BC8D6AC49BDE40D1A3BBB0BB2000039B1B2A679EA9 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.637/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.637/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 222ad839489a9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.637/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.637 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - bitbazis: update cats, again again - - torrent9clone: update subdomain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.637 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.637/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.637/Jackett.Jackett.yaml deleted file mode 100644 index 0a4c23999499f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.637/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.637 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.64/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.64/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4d6e0de207de9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.64/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.64 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.64/Jackett.Installer.Windows.exe - InstallerSha256: F7D0BD75678DDC2E6903DDC5BCE5D608F79495D6C8136530091F772305CA48B6 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.64/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.64/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5d393caa0f583..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.64/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.64 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - coastalcrew: update categories - - anidex: fix search will all categories selected - - hdgalaktik: translate timeago dates - - ui: overwrite modals element (#14381) - - add pull request template (#14382) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.64 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.64/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.64/Jackett.Jackett.yaml deleted file mode 100644 index ec665275e9093..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.64/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.64 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.643/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.643/Jackett.Jackett.installer.yaml deleted file mode 100644 index 795f12d2bc1dc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.643/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.643 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.643/Jackett.Installer.Windows.exe - InstallerSha256: F1CF842AA7DCDF3FCEF7893A453C0BDEDB3035A5AA37970EDD516BB0ECDF34E8 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.643/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.643/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 02a39f3d98135..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.643/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.643 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - yggtorrent: make strip season optional. resolves #14565 (#14629) - - kamept: switch to cookie method. resolves #14628 - - gktorrent: new domain - - core: add cookie for one request to flaresolverr (#14627) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.643 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.643/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.643/Jackett.Jackett.yaml deleted file mode 100644 index db1b3945e3ea9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.643/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.643 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.653/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.653/Jackett.Jackett.installer.yaml deleted file mode 100644 index 163164b88e4a0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.653/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.653 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-15 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.653/Jackett.Installer.Windows.exe - InstallerSha256: BB3534C6587E0C63EAE97D912914D5802AF4E0AE6951E709DE11D3E36B63D5A9 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.653/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.653/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f1fd1da81d3fd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.653/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.653 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - nordichd: http -> https - - exttorrents: add followredirect for 2nd page search.. resolves #14637 - - divxtotal: new domain - - torrentsir: bump domain - - Update indexer-request.yml -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.653 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.653/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.653/Jackett.Jackett.yaml deleted file mode 100644 index bf838b86b1cbc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.653/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.653 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.655/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.655/Jackett.Jackett.installer.yaml deleted file mode 100644 index 91c5788845bb7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.655/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.655 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.655/Jackett.Installer.Windows.exe - InstallerSha256: 00E6E7801AB758830BF31FC372F6AC9EDF8BD8181CD8A4BDB44E36351D802AAE -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.655/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.655/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7dfd495477aa3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.655/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.655 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - thorsland: favour .torrent over magnet. resolves #14630 - - Update README.md -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.655 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.655/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.655/Jackett.Jackett.yaml deleted file mode 100644 index c2da043ed707f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.655/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.655 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.662/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.662/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6648a73f7ceee..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.662/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.662 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-18 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.662/Jackett.Installer.Windows.exe - InstallerSha256: 4228A3CBA1979885F18E4FE8D6DE229AD168037233A1533B282A395FE47E66E7 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.662/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.662/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d5c51e7308bf7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.662/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.662 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - winget: change job runner to ubuntu-latest (#14642) - - spidertk: removed, dead. resolves #12718 (#14641) - - cinecalidad: new domain - - torrentqq: bump domain - - lostfilm: try to prevent parse error #14638 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.662 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.662/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.662/Jackett.Jackett.yaml deleted file mode 100644 index 959f6b1721a4a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.662/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.662 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.668/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.668/Jackett.Jackett.installer.yaml deleted file mode 100644 index c633818ee3724..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.668/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.668 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.668/Jackett.Installer.Windows.exe - InstallerSha256: 1D8D300F767074B897F2AF60DE6A8A4230941181317B33525954B4FD23AC24BC -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.668/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.668/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5381c7358e30a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.668/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.668 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - 1337x: remove followredirect, its not needed. resolves #14645 - - yggcookie: oops. fix - - yggtorrent & yggcookie: switch to unix date and other misc updates (#14644) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.668 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.668/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.668/Jackett.Jackett.yaml deleted file mode 100644 index 26293dbb395ec..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.668/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.668 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.671/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.671/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7b9a6aedbd427..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.671/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.671 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.671/Jackett.Installer.Windows.exe - InstallerSha256: E5E9CA639A2F76D2EDCB2F76F5D6A1FF74457F9434255E19F5EFFCC0021BB8AF -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.671/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.671/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5f228d7cad3c9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.671/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.671 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hdcztorrent: update cats - - infire: correct new cats - - infire: add new cats -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.671 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.671/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.671/Jackett.Jackett.yaml deleted file mode 100644 index 0b6a3e4e6dd18..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.671/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.671 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.674/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.674/Jackett.Jackett.installer.yaml deleted file mode 100644 index c26b8ee2ba437..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.674/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.674 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.674/Jackett.Installer.Windows.exe - InstallerSha256: 09E5F91EAD401198D89E268D7C65833E378E73A86235EF1C45668C259068BB22 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.674/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.674/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ac80b031325cc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.674/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.674 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hhanclub: update layout. resolves #14647 - - assorted nexus: bump engine tag - - glodls: remove *.cc mirror, dead -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.674 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.674/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.674/Jackett.Jackett.yaml deleted file mode 100644 index 4b88f56e481f2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.674/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.674 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.681/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.681/Jackett.Jackett.installer.yaml deleted file mode 100644 index 3fef7d84cace6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.681/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.681 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.681/Jackett.Installer.Windows.exe - InstallerSha256: 3C421B2EC7AA57F4589D736799D551A8E1B1DE7B171F6AFD550617AD342DE80E -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.681/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.681/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8757afc19ac9e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.681/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.681 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - add ostkiki a private site. resolves #14653 - - gainbound: removed. resolves #13899 - - torrentsir: bump domain - - torrent9clone: new domain - - scenehd: Use new certificate thumbprint (#14650) - - r3vwtf: update cats and vf selectors, add freeleech search and sort (#14648) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.681 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.681/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.681/Jackett.Jackett.yaml deleted file mode 100644 index 03e21174fe8c8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.681/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.681 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.687/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.687/Jackett.Jackett.installer.yaml deleted file mode 100644 index 07a3067d994db..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.687/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.687 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.687/Jackett.Installer.Windows.exe - InstallerSha256: B08DABCABA34B077D37BD6604B2DDB5F3211F29413B00BF6911283FA140A0674 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.687/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.687/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 35d2abac62c4a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.687/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.687 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - ostwiki: remove unused MST & MR - - ptcafe: add private Chinese tracker. resolves #14652 (#14656) - - Update ptlsp.yml - - ptlsp: add private Chinese tracker. resolves #14651 (#14655) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.687 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.687/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.687/Jackett.Jackett.yaml deleted file mode 100644 index 15ecfca2f67f8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.687/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.687 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.695/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.695/Jackett.Jackett.installer.yaml deleted file mode 100644 index bb9196c1f102c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.695/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.695 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.695/Jackett.Installer.Windows.exe - InstallerSha256: 6605B870BDB307AFB75CB0590947CFF170DBF4DABFF012732D9103504624A857 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.695/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.695/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f3118fde118b4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.695/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.695 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cpabien: new domain - - cinecalidad: change sub-domain - - Update README.md - - torrentqq: bump domain - - Revert "extremebits: removed. resolves #8794" - - 3dtorrents: add freeleech -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.695 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.695/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.695/Jackett.Jackett.yaml deleted file mode 100644 index 71ba6210d565d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.695/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.695 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.696/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.696/Jackett.Jackett.installer.yaml deleted file mode 100644 index 6d97a17c6a0e6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.696/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.696 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.696/Jackett.Installer.Windows.exe - InstallerSha256: 8201785CFAD3F2676AEF01158076A3CFA4A571B66EF88A5655E2B8147B825D30 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.696/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.696/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1caa21b3c48a1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.696/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.696 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cinecalidad: new sub domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.696 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.696/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.696/Jackett.Jackett.yaml deleted file mode 100644 index a6d2e1fac6fd1..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.696/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.696 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.706/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.706/Jackett.Jackett.installer.yaml deleted file mode 100644 index 18f15ed8953c3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.706/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.706 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-27 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.706/Jackett.Installer.Windows.exe - InstallerSha256: A4E02B884EFD6D7268082B04C60FF12FC585B5D9325C7C8C1A4365F7561908D8 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.706/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.706/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 399112fb3d142..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.706/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.706 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - 2xfree: drop books and music -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.706 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.706/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.706/Jackett.Jackett.yaml deleted file mode 100644 index 1399f3ae77944..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.706/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.706 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.709/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.709/Jackett.Jackett.installer.yaml deleted file mode 100644 index bb8ff56ef7d61..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.709/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.709 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.709/Jackett.Installer.Windows.exe - InstallerSha256: 7EE5E2FB6709EFC4AD6823587FA41F6F55131531E111DFCB9333CF48A61273D4 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.709/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.709/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index fca8772159191..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.709/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.709 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - add redleaves a private Chinese site. resolves #14485 - - torrentsir: bump domain - - xbytes2: reorder keywordsfilters -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.709 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.709/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.709/Jackett.Jackett.yaml deleted file mode 100644 index 888f81502e375..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.709/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.709 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.718/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.718/Jackett.Jackett.installer.yaml deleted file mode 100644 index e05d2a644f67c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.718/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.718 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-31 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.718/Jackett.Installer.Windows.exe - InstallerSha256: 3AAFAD7F3EE587783CF7D95B21EE323DCD8F14DADD4FFF4E9A47B636FEEEF56D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.718/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.718/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 76b37b633b451..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.718/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.718 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cinecalidad: new sub domain - - moviesite: gone. resolves #13059 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.718 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.718/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.718/Jackett.Jackett.yaml deleted file mode 100644 index bff10800a37d9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.718/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.718 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.719/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.719/Jackett.Jackett.installer.yaml deleted file mode 100644 index e5df05232fdbd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.719/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.719 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-08-31 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.719/Jackett.Installer.Windows.exe - InstallerSha256: 2B79910738809E43497D1D5D8992595FDBBD4E28C49682569AE4404D5DAEC6D3 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.719/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.719/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5a3f05ac38c36..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.719/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.719 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentqq: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.719 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.719/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.719/Jackett.Jackett.yaml deleted file mode 100644 index 6c708b854c595..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.719/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.719 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.724/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.724/Jackett.Jackett.installer.yaml deleted file mode 100644 index 764f66db98ce6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.724/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.724 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-02 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.724/Jackett.Installer.Windows.exe - InstallerSha256: 038BA2A1282EC43D8182678F7F662ADBC9F1E4AF2856DCE5E433011283F6784C -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.724/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.724/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9bd7993336678..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.724/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.724 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cinecalidad: follow-up on revert - - ubits: fix h&r - - Update ubits.yml - - ubits: h&r MST - - Revert "cinecalidad: new sub domain" -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.724 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.724/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.724/Jackett.Jackett.yaml deleted file mode 100644 index 51daed283fbf7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.724/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.724 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.733/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.733/Jackett.Jackett.installer.yaml deleted file mode 100644 index 30e46f0739329..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.733/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.733 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.733/Jackett.Installer.Windows.exe - InstallerSha256: 1ACE2382BD15716D38EA917B79FE3CF7D97231AECBA5809F9AE010C2DCB93CA1 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.733/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.733/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 672e611d0201b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.733/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.733 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - iptorrents: trust expired cert for *.octopus.town - - classix: tracker update - - Delay 5 minutes before running winget-releaser (#14673) - - torrentleech: refresh cats - - torrentz2eu: new domain and search path - - superbits: add search P2P releases only option (#14670) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.733 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.733/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.733/Jackett.Jackett.yaml deleted file mode 100644 index 0f4b7df09c0b7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.733/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.733 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.741/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.741/Jackett.Jackett.installer.yaml deleted file mode 100644 index 256cf080efba2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.741/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.741 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.741/Jackett.Installer.Windows.exe - InstallerSha256: 280ABBC61249F6DB858A705A2CBAEF7CE6378E8C928A97395A1EEAD67B6DDDED -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.741/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.741/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index bb7b9a0249677..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.741/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.741 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cinecalidad: update description - - cinecalidad: parse 4k releases (#14677) - - 1337x: add *.so mirror - - torrentz2eu: fix sitelink -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.741 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.741/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.741/Jackett.Jackett.yaml deleted file mode 100644 index a6039698f5dfd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.741/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.741 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.747/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.747/Jackett.Jackett.installer.yaml deleted file mode 100644 index dc18246e9ec27..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.747/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.747 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.747/Jackett.Installer.Windows.exe - InstallerSha256: 8121032E9DBFCD6793075F485948A33EC0FB1ACED0E07C120DFDB58822E7132E -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.747/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.747/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index cbb7a527b8477..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.747/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.747 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentsir: bump domain - - firebit: removed, down for 30 days. resolves #6395 (#14680) - - uploads: removed, down for 30 days. resolves #14291 (#14679) - - dontorrent: new domain - - winget: drop start-sleep step - - winget: bump delay to 30m -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.747 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.747/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.747/Jackett.Jackett.yaml deleted file mode 100644 index 2c6f98c349d25..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.747/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.747 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.750/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.750/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4799cf04434e7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.750/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.750 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.750/Jackett.Installer.Windows.exe - InstallerSha256: 1F364F329D2AE5596A65D2241BA30DE3170E6853673DEC3A2E0CB746A0DCF47F -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.750/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.750/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ef9119e72d9f7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.750/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.750 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - xxxclub: add fallback to magnet links [ rowlarr/Indexers#344 ] - - tray: add version number to tooltip. resolves #14681 - - torrentview: bump domain - - torrentwhiz: bump domain - - byrutor: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.750 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.750/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.750/Jackett.Jackett.yaml deleted file mode 100644 index e4bccc9efa4bf..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.750/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.750 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.756/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.756/Jackett.Jackett.installer.yaml deleted file mode 100644 index e14c3598007bc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.756/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.756 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-08 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.756/Jackett.Installer.Windows.exe - InstallerSha256: A33CABD7A56BAB777536514588C5BC2B3E9E381C7E63E6E8C002871188FE694D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.756/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.756/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 5b773637c2064..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.756/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.756 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - mejortorrent: fix typo - - mejortorrent: bump domain - - hdatmos: update engine version - - torrentqq: bump domain - - assorted: new unblockit domain - - assorted: unblockninja proxy replacements -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.756 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.756/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.756/Jackett.Jackett.yaml deleted file mode 100644 index 5b7378e8f3eeb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.756/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.756 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.768/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.768/Jackett.Jackett.installer.yaml deleted file mode 100644 index 66f543a9104b3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.768/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.768 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.768/Jackett.Installer.Windows.exe - InstallerSha256: 97974669011B73018B1E4DF577E62888A2F527C4E2880F9862809F178FC3C765 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.768/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.768/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b27e15298330b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.768/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.768 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - hdcztorrent: update cats & row selector - - x-ite.me: add cert exception - - aftershock: remove old cert exception - - rutracker-ru: add new cat, refresh others. - - assorted nexusphp: bump engine tags -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.768 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.768/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.768/Jackett.Jackett.yaml deleted file mode 100644 index e1c5a4aa882c8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.768/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.768 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.770/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.770/Jackett.Jackett.installer.yaml deleted file mode 100644 index 209bf30904a6e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.770/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.770 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.770/Jackett.Installer.Windows.exe - InstallerSha256: 7D20F821379E3AC61B048390972DB888658A46CC09880FC895E9081ADADDDE36 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.770/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.770/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b5a3016058e07..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.770/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.770 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentdownloads drop followredirect - - torrent911 drop followredirect - - kickasstorrents-ws drop followredirect - - itorrent drop followredirect - - ilcorsaronero drop followredirect - - glodls drop followredirect - - demonoid: drop followredirect - - torrentz2eu drop followredirect - - torrentgalaxy drop followredirect - - torrentfunk drop followredirect -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.770 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.770/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.770/Jackett.Jackett.yaml deleted file mode 100644 index 73c40fd266d5a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.770/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.770 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.771/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.771/Jackett.Jackett.installer.yaml deleted file mode 100644 index 91140eb029838..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.771/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.771 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.771/Jackett.Installer.Windows.exe - InstallerSha256: 69067EE24099CA1ECCE01941077021DBC9E91895623E4FBF5AC4BD49112203D2 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.771/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.771/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 405c6cd990cbe..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.771/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.771 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - dontorrent: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.771 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.771/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.771/Jackett.Jackett.yaml deleted file mode 100644 index b8919d2428b56..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.771/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.771 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.772/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.772/Jackett.Jackett.installer.yaml deleted file mode 100644 index ef1421a935fad..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.772/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.772 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.772/Jackett.Installer.Windows.exe - InstallerSha256: 4972B37C89ACF937E738BCBDB21B1F5BD6DAF0B50422C187B31AA18E9E59943D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.772/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.772/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 73728ff83a9cc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.772/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.772 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - xtorrenty: cat may be empty -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.772 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.772/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.772/Jackett.Jackett.yaml deleted file mode 100644 index 9bb9e738c7e40..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.772/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.772 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.786/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.786/Jackett.Jackett.installer.yaml deleted file mode 100644 index dbd8587598e6c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.786/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.786 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.786/Jackett.Installer.Windows.exe - InstallerSha256: 512C7D43EFF2D1A47F3084FA7B5407CA75522AC763B9C8E148CB78E143048912 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.786/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.786/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7bfe74c92fa40..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.786/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.786 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentqq: bump domain - - megapeer: typo fix -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.786 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.786/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.786/Jackett.Jackett.yaml deleted file mode 100644 index 2e4a2e8200f55..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.786/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.786 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.812/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.812/Jackett.Jackett.installer.yaml deleted file mode 100644 index 08edefd64724d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.812/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.812 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-17 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.812/Jackett.Installer.Windows.exe - InstallerSha256: 38EC2D4B2C5A6074CF389E7074BB0B73D1CD717FDC3D71F1210D5F7AAA6F099D -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.812/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.812/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 54880a34e45a4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.812/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.812 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - divxtotal: bump subdomain - - hdonly: update layout (#14696) - - mazepa: comment typo - - 0daykiev: update cats and as Ukrainian - - ptlsp: add new cat - - torrentz2eu: back to old engine - - btsow: new domain - - gaytorrentru: add referer header for download. resolves #14694 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.812 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.812/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.812/Jackett.Jackett.yaml deleted file mode 100644 index 7d1c18a1506f4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.812/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.812 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.83/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.83/Jackett.Jackett.installer.yaml deleted file mode 100644 index f066a226e3b03..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.83/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.83 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.83/Jackett.Installer.Windows.exe - InstallerSha256: 3F7B295510B1FB0DAEB43063EC2595A375BACCBF035DCAFA08A816223ED38CA8 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.83/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.83/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 2676c76231946..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.83/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.83 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - assorted: follow up - - assorted: simplify future path category maintenance - - metalguru: add new cats - - vstorrent: add public VST site. resolves #14385 (#14397) - - vsttorrents: change cat to PC, add date - - vsthouse: remove unused mode - - vsthouse: change cat to PC - - cardigann: respect the categories from search paths (#14395) - - bitbazis: update for 3x search - - mteamtp: increase request delay to 4s -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.83 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.83/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.83/Jackett.Jackett.yaml deleted file mode 100644 index 15fe5644ca263..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.83/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.83 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.841/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.841/Jackett.Jackett.installer.yaml deleted file mode 100644 index 284066223c82f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.841/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.841 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-19 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.841/Jackett.Installer.Windows.exe - InstallerSha256: 6DA1EF1022AB84986F6F4692E0E6A1B6E19A4CC78C1D43062878430D1F9482DE -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.841/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.841/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 9a3568d31c8e2..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.841/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.841 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - bithorlo: add UA to config - - filelist: check for login errors when configuring indexer [ #14701 ] - - Update scenelinks.yml - - scenelinks: add 3x. resolves #14702 - - add scenelinks a Romanian private site. resolves #14702 - - nebulance: use the group name when the release name is empty -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.841 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.841/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.841/Jackett.Jackett.yaml deleted file mode 100644 index ca92d5484e570..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.841/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.841 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.860/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.860/Jackett.Jackett.installer.yaml deleted file mode 100644 index a08e683fff999..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.860/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.860 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.860/Jackett.Installer.Windows.exe - InstallerSha256: A4B4B459C1CDFC716080BBDCB007FD69BCDBA53E903DFF68E96D9D30D3E234FA -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.860/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.860/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f00b09299079d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.860/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.860 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cardigann: fallback variables to empty string to prevent NullRef - - hdonly: fix typo - - Revert "hdonly: prevent regex on null input" - - hdonly: prevent regex on null input - - hdonly: switch to using Gazelle's API (#14698) - - dontorrent: new domain - - magicheaven: removed. resolves #11587 - - Update README.md -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.860 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.860/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.860/Jackett.Jackett.yaml deleted file mode 100644 index 7ae44a871594e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.860/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.860 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.862/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.862/Jackett.Jackett.installer.yaml deleted file mode 100644 index 8f33066d8697b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.862/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.862 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-20 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.862/Jackett.Installer.Windows.exe - InstallerSha256: 91DFFC43B3B85C8950E511AB1A37B3FAE4FE484093B221EDFFAD60924B29E5A9 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.862/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.862/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 45c0c47212747..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.862/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.862 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - sktorrent: undo title diacritics removal - - sktorrent: change encoding. resolves Prowlarr/Prowlarr#1877 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.862 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.862/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.862/Jackett.Jackett.yaml deleted file mode 100644 index 3bb0b860b50e3..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.862/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.862 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.866/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.866/Jackett.Jackett.installer.yaml deleted file mode 100644 index 048db651b6194..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.866/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.866 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.866/Jackett.Installer.Windows.exe - InstallerSha256: D1AC9AFC766193F796C4174A7CC80B68830034FBA0D4FB0968368E611BAC8DB7 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.866/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.866/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index f15e532fc1093..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.866/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.866 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cinecalidad: new sub domain, again. PITA. - - shareisland: strip season and episode from keywords - - locadora: strip season and episode from keywords - - cinecalidad: new subdomain - - torrentqq: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.866 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.866/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.866/Jackett.Jackett.yaml deleted file mode 100644 index 50327004d228f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.866/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.866 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.867/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.867/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7e4ab83c4eea7..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.867/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.867 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-22 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.867/Jackett.Installer.Windows.exe - InstallerSha256: 7922F579C305B37344E991F909116FBE4CC23648956A3A723AC02D9B6E8CF7D2 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.867/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.867/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 7ebc711e5f75c..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.867/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.867 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - btdigg: removed. resolves #4907 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.867 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.867/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.867/Jackett.Jackett.yaml deleted file mode 100644 index 1028a3678f16d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.867/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.867 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.90/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.90/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1562bcbd7b97f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.90/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.90 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-05-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.90/Jackett.Installer.Windows.exe - InstallerSha256: 178D1AA788ECDFE004AA5E25B9171CE6A63ABD1BE432D16BFD2AD878A33194D2 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.90/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.90/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 846d6b6fb2a02..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.90/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.90 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - thegeeks: new cat - - bitbazis: new cat -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.90 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.90/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.90/Jackett.Jackett.yaml deleted file mode 100644 index ad9c39df1fdd6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.90/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.90 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.904/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.904/Jackett.Jackett.installer.yaml deleted file mode 100644 index 95d36520eb40f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.904/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.904 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-25 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.904/Jackett.Installer.Windows.exe - InstallerSha256: CA0E630D2E7B826BEB58D25B013D2DF526715F0548F778827AFD5B2D1FF6F10C -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.904/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.904/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index d45a5855c0156..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.904/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.904 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - crazyspirits: removed, down for 30 days. resolves #5479 (#14718) - - mircrew & ildragonero: always freeleech (#14717) - - mircrew & ildragonero: update indexers with similarities (#14716) - - ildragonero: add Italian semi-private tracker. #8148 (#14715) - - byrbt: new login - - infire: new cat - - xxxclub: new cat - - torrentleech-pl: update title regex - - hdonly: update fields to optional - - torrentleech-pl: remove [PACK] prefix from season packs (#14713) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.904 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.904/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.904/Jackett.Jackett.yaml deleted file mode 100644 index 0c2f36c3d71dc..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.904/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.904 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.916/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.916/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4ac97c18355e8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.916/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.916 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.916/Jackett.Installer.Windows.exe - InstallerSha256: 8F1D61BE5CAF0AC0D587974BC9D36AAF5D820D63CEC7E240874B581305ACF19B -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.916/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.916/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ed4837d40e9ed..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.916/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.916 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - piratbit: new layout selectors - - piratbit: new layout selectors - - torrentsir: bump domain - - shizaproject: update description - - wdt: 12h MST - - wdt: dateparse update. related to #14072 - - Revert "wdt: removed. resolves #7033" (#14722) - - shizaproject: update indexer for core Jackett changes (#14721) - - Revert "shizaproject: removed: resolves #13762" (#14720) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.916 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.916/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.916/Jackett.Jackett.yaml deleted file mode 100644 index 0a1cb774e1397..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.916/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.916 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.919/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.919/Jackett.Jackett.installer.yaml deleted file mode 100644 index 18a51ddb9a926..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.919/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.919 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-26 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.919/Jackett.Installer.Windows.exe - InstallerSha256: 9133F48BF4A7E03700AE9A848DC0E2B921425922071601229F72C4E9D3BA30C7 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.919/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.919/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 531bc31ebd509..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.919/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.919 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - leech24: new cat - - dontorrent: fix - - piratbitL: new selectors AGAIN! - - piratbit: new selectors AGAIN! - - dontorrent: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.919 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.919/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.919/Jackett.Jackett.yaml deleted file mode 100644 index b03abd8fd15bb..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.919/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.919 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.932/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.932/Jackett.Jackett.installer.yaml deleted file mode 100644 index 1daee47ca0d78..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.932/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.932 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.932/Jackett.Installer.Windows.exe - InstallerSha256: 02872434E5C6FDF59AFE15739FAA37186CAD088890D35C1159A7C12953F0A36F -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.932/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.932/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 08cc876625239..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.932/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.932 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - torrentmasters: fix cat - - torrentmasters: update layout (#14728) - - hdtorrentsit: no MR or MST resolves #14411 - - piratbitL new login parm - - add hdtorrentsit a Private Italian site. resolves #14411 - - piratbit: update search path (#14727) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.932 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.932/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.932/Jackett.Jackett.yaml deleted file mode 100644 index d06652f63e408..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.932/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.932 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.938/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.938/Jackett.Jackett.installer.yaml deleted file mode 100644 index ef370261f4421..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.938/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.938 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-28 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.938/Jackett.Installer.Windows.exe - InstallerSha256: E640AC825544A01B637A2223FB48929F6F50A8B9547DE9A7A2AB6A3BA90AFF74 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.938/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.938/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index b6d4ca39219b0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.938/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.938 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - remove the-crazy-ones, its been a month in 'maintenance mode.' resolves #13046 - - torrentqq: bump domain - - piratbit: switch to cookie & UA login, use Windows UA to avoid block (#14729) - - hdarea: update subdomain - - torrentmasters: update dlvf -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.938 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.938/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.938/Jackett.Jackett.yaml deleted file mode 100644 index dbb08949fd680..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.938/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.938 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.946/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.946/Jackett.Jackett.installer.yaml deleted file mode 100644 index 42cebc57b1fb9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.946/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.946 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-09-30 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.946/Jackett.Installer.Windows.exe - InstallerSha256: 9929272D273D031E50E1FE9E35D3B26C1846B21EE9598C1F7EF34DBFC4A99511 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.946/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.946/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 997c18997dd24..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.946/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.946 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - scenelinks: update login test path - - scenelinks: moved to a new subdomain - - cinecalidad: new sub domain - - therarbg: fix imdbid search and allow keywordless category and order filtering - - therarbg: add new public site. resolves #14685 (#14733) - - Revert "riperam: switch to cookie+UA. resolves #6425" - - riperam: switch to cookie+UA. resolves #6425 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.946 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.946/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.946/Jackett.Jackett.yaml deleted file mode 100644 index e38507fe94e5f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.946/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.946 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.95/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.95/Jackett.Jackett.installer.yaml deleted file mode 100644 index fdf52ab730cda..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.95/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.95 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.95/Jackett.Installer.Windows.exe - InstallerSha256: 962F26112482DA6FD524D9B4880B3846B8C462E1424CB13EA239FA3A63C88E2D -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.95/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.95/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index ae0927a071e7a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.95/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.95 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - core: update magnet trackers - - cinecalidad: new domain - - dontorrent: new domain - - rarbg: removed, dead. resolves #14406 (#14407) -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.95 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.95/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.95/Jackett.Jackett.yaml deleted file mode 100644 index 9aa67700df091..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.95/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.95 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.950/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.950/Jackett.Jackett.installer.yaml deleted file mode 100644 index c214c43ad72e5..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.950/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.950 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.950/Jackett.Installer.Windows.exe - InstallerSha256: 621360EC503E5930BA5197A2883945B896F87D8D5B0E9F70741D7E9E14762AFC -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.950/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.950/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 89ac8597653af..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.950/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.950 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - noname-club: add new cat - - shizaproject: category, title and other improvements - - assorted nexus: bump engine tag -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.950 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.950/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.950/Jackett.Jackett.yaml deleted file mode 100644 index 3b74c3773c114..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.950/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.950 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.958/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.958/Jackett.Jackett.installer.yaml deleted file mode 100644 index 34736b9884ac4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.958/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.958 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.958/Jackett.Installer.Windows.exe - InstallerSha256: 460D24D5B86BC9973BDF778014297021622AE489A5F8FA9BE5EB732ADC46FC0E -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.958/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.958/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 693b366e3df1e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.958/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.958 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - filelist: parse response with STJson (#14740) - - btarg: add private Argentinian tracker. resolves #14739 (#14738) - - tjupt: drop duplicate statement. fix - - dontorrent: new domain. resolves #14737 - - tjupt: revert to login method. resolves #14736 - - speedapptracker: add includingDead parm. resolves #14735 -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.958 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.958/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.958/Jackett.Jackett.yaml deleted file mode 100644 index 6fd12a46854db..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.958/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.958 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.969/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.969/Jackett.Jackett.installer.yaml deleted file mode 100644 index bd619d4e9a040..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.969/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.969 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-05 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.969/Jackett.Installer.Windows.exe - InstallerSha256: E00EF4D97213BFD660F59FB07DC764E693D8F163174C7124DC25EF98857B9506 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.969/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.969/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 0abcb390de78b..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.969/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.969 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - Add upload.cx a Private site. (#14744) resolves #14745 - - indexers: ensure the correct use of disposable parsed documents (#14743) - - lastfiles: new seed, leech and grab selectors - - torrentwhiz: bump domain - - torrentview: bump domain - - abnormal: prevent 'Aucune donnée trouvée' log error -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.969 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.969/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.969/Jackett.Jackett.yaml deleted file mode 100644 index d9876f99da76d..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.969/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.969 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.97/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.97/Jackett.Jackett.installer.yaml deleted file mode 100644 index 527bc8f7ac41f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.97/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.97 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-06-01 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.97/Jackett.Installer.Windows.exe - InstallerSha256: 67F2DD42415F625AD1DED44962DBC698693EE1EBA5D825E06BB2DA38556B661A -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.97/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.97/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1d8cc16da888a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.97/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.97 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - xxxclub: new layout - - torrentqq: bump domain - - torrentz2eu: fix dateparse and check for TV Show in title -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.97 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.97/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.97/Jackett.Jackett.yaml deleted file mode 100644 index 0307d65bcf567..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.97/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.97 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/j/Jackett/Jackett/0.21.976/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.976/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7702206472b5a..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.976/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.976 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.976/Jackett.Installer.Windows.exe - InstallerSha256: 0D2F3B07DAA7C0E8BFBE437E42282BFBDB8A46024A9A99FC5F9D8C5EAC60F112 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.976/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.976/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 6c1809640a779..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.976/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.976 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - cinecalidad: new domain - - torrent-explosiv: update cat - - torrentz2eu: switch back to new engine from - - torrentqq: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.976 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.976/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.976/Jackett.Jackett.yaml deleted file mode 100644 index d844252700cf8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.976/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.976 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.983/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.983/Jackett.Jackett.installer.yaml deleted file mode 100644 index 50f38c9cd98f6..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.983/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.983 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-06 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.983/Jackett.Installer.Windows.exe - InstallerSha256: 79F1B33E22BF1E4643AB43FA73E93E7632CCE9B82B2E3CD0D15F65C76663A7A0 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.983/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.983/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 8ed8c94882573..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.983/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.983 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - turktorrent: fix date format (#14749) - - hawke-uno: remove grouping parentheses from title - - pornoslab: removed. resolves #12336 - - tvroad: removed. resolves #12760 - - assorted: new unblockit domain - - btarg: shift prefix tags to end of title for *arr -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.983 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.983/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.983/Jackett.Jackett.yaml deleted file mode 100644 index 8d4a30b2447d8..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.983/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.983 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.987/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.987/Jackett.Jackett.installer.yaml deleted file mode 100644 index 4a9d0e51071af..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.987/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.987 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-07 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.987/Jackett.Installer.Windows.exe - InstallerSha256: 99C1C590D3B7F080C2EEEE7AF114A127ACCAF0D6F27AFAF501DEEEC8DF738885 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.987/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.987/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 1044cfb02b4bd..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.987/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.987 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - piratbit: change requestDelay & UA - - torrentz2eu: change domain *.in - - ptlsp: add new cat - - riperam: change to https -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.987 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.987/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.987/Jackett.Jackett.yaml deleted file mode 100644 index 10da64e94b47e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.987/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.987 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.993/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.21.993/Jackett.Jackett.installer.yaml deleted file mode 100644 index 0b8353715c1c9..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.993/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.993 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-10-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.993/Jackett.Installer.Windows.exe - InstallerSha256: 19AC20AF3A8F63C1073B2915D75B5852792E653C5BA40A6B950D587007CF4E4A -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.993/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.21.993/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c177d0ed85da0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.993/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.993 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - mejortorrent: new subdomain - - hdvbits: typo fix - - torrentmasters: new domain - - filelist: remove dead domain - - add hdvbits a Chinese private site. resolves #14752 - - torrent9clone: new domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.993 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.21.993/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.21.993/Jackett.Jackett.yaml deleted file mode 100644 index 55c0a41b5f0c4..0000000000000 --- a/manifests/j/Jackett/Jackett/0.21.993/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.21.993 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.22.189/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.189/Jackett.Jackett.installer.yaml deleted file mode 100644 index c982c04d0b8a0..0000000000000 --- a/manifests/j/Jackett/Jackett/0.22.189/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.22.189 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-06-21 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.189/Jackett.Installer.Windows.exe - InstallerSha256: 5161E7E239999D356BC878FCC753F162203333BF2DA40291A1E166B643BFB10A -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.22.189/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.189/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index 28e67d26e9bce..0000000000000 --- a/manifests/j/Jackett/Jackett/0.22.189/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.22.189 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rudub: bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.189 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.22.189/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.189/Jackett.Jackett.yaml deleted file mode 100644 index 2f4dfcfd5fe1e..0000000000000 --- a/manifests/j/Jackett/Jackett/0.22.189/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.22.189 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.22.201/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.201/Jackett.Jackett.installer.yaml deleted file mode 100644 index 7635cdae43b78..0000000000000 --- a/manifests/j/Jackett/Jackett/0.22.201/Jackett.Jackett.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.22.201 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-06-23 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.201/Jackett.Installer.Windows.exe - InstallerSha256: B43AC475C622B7FAB5592D4ADE7CD6FAA711120F3BABE8189521625635D290F0 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.22.201/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.201/Jackett.Jackett.locale.en-US.yaml deleted file mode 100644 index c304ce09d4003..0000000000000 --- a/manifests/j/Jackett/Jackett/0.22.201/Jackett.Jackett.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.22.201 -PackageLocale: en-US -Publisher: Jackett -PublisherUrl: https://github.com/Jackett/Jackett -PublisherSupportUrl: https://github.com/Jackett/Jackett/issues -Author: Jackett Contributors -PackageName: Jackett -PackageUrl: https://github.com/Jackett/Jackett -License: GPL-2.0 -LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE -ShortDescription: API Support for your favorite torrent trackers. -Description: |- - Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. - This allows for getting recent uploads (like RSS) and performing searches. - Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. -Moniker: jackett -Tags: -- indexer -- p2p -- proxy -- rss -- sonarr -- torent-management -- torrent -- torrent-search-engine -- trackers -ReleaseNotes: |- - Changes: - - rudub :bump domain -ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.201 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.22.201/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.201/Jackett.Jackett.yaml deleted file mode 100644 index 4ad78ec94a96f..0000000000000 --- a/manifests/j/Jackett/Jackett/0.22.201/Jackett.Jackett.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Jackett.Jackett -PackageVersion: 0.22.201 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/j/Jackett/Jackett/0.22.207/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.207/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..74ae8a5c2858e --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.207/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.207 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-06-25 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.207/Jackett.Installer.Windows.exe + InstallerSha256: F609AF28F58F57613FB9C338F36054003EBF8737BC098AAC4912A348722A495F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.207/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.207/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..c338221b38e90 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.207/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.207 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - torrentsir: bump domain + - hdfun: drop expired domain. #6078 + - Update winget-releaser to use main branch (#15441) + - rudub: bump domain + - frozenlayer: typo + - extremebits: CA expired + - docspedia: new cats + - btsow: drop old CA exception + - rptscene: new engine, but invite only. removed. #5368 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.207 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.207/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.207/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..7e0402ddb4e78 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.207/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.207 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.281/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.281/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..d0d936007ee10 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.281/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.281 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-07-05 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.281/Jackett.Installer.Windows.exe + InstallerSha256: 39F373FE8914D9127F3457FF8EBE55176E0D20BCAD3A363EDD471B9F4862ACB2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.281/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.281/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..819d298b24a25 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.281/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.281 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - rudub: dump domain + - animebytes: improve season parsing from titles + - nebulance-api: don't use array for property + - nebulance-api: fix code style + - nebulance-api: refactor searching + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.281 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.281/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.281/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..86e06d6a9edc3 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.281/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.281 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.315/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.315/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..7ce27ca6e361b --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.315/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.315 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-07-10 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.315/Jackett.Installer.Windows.exe + InstallerSha256: C7C22FED4A2D4D823304E941AAFC0908405374099F41629D6EF4C7EBF1904366 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.315/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.315/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..c8e0f9591490a --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.315/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.315 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - file-shack: removed. resolves #15351 + - nextjav: removed. resolves #14227 + - yoinked: new cat + - rudub; bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.315 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.315/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.315/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..596fa933bcecc --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.315/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.315 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.320/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.320/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..7e62fed04bc84 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.320/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.320 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-07-12 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.320/Jackett.Installer.Windows.exe + InstallerSha256: FCB94E7B15DA4C4EBEFECE7AFFAC8DB140F6FD8ED57A7A496EE253BF0F87CD66 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.320/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.320/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..de6c2d4605b5b --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.320/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.320 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: "Changes:\n- hdmayi: removed. resolves #13900\n- okfunpt: removed. resolves #15473\n- add goodtracker a Russian semi-private site. resolves #15485\n- videoteka: fix \n- add videoteka a Slovenian semi-private site. resolves #15483\n- torrentqq: bump domain\n- rudub: bump domain\nThis list of changes was auto generated." +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.320 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.320/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.320/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..d9299da8d6806 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.320/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.320 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.326/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.326/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..bdb64c00ce626 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.326/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.326 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-07-12 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.326/Jackett.Installer.Windows.exe + InstallerSha256: F0113CDC1B21D96FB78442B9B76A72B57CD5792F4771A5A33E21BA0BFA3D230E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.326/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.326/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..4fabc70fdd3f1 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.326/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.326 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - assorted: update config layout info + - polishtorrent: add account inactivity info to config. + - torrentwhiz: bump domain + - torrentview: new domain + - rudub: bump domain + - oxtorrent-vip: new domain + - torrent-turk: remove old cert exception + - extremebits: remove old cert exception + - isohunt2: remove redirecting mirrors + - shadowflow: removed. #14483 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.326 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.326/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.326/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..388cf4d3ea7e5 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.326/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.326 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.344/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.344/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..5f0a4842ee008 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.344/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.344 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.344/Jackett.Installer.Windows.exe + InstallerSha256: DC0FF16F540E2680B642C601793DB114CA42079EB2EF79B982AA2E1CDF5CA4E6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.344/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.344/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..a7d216d1f9e58 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.344/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.344 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - dontorrent: newdomain + - torrentqq: bump domain + - rudub: bump domain + - readme: add chown to linux install script (#15501) + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.344 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.344/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.344/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..43848f68fce85 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.344/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.344 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.353/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.353/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..78ed558fb8640 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.353/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.353 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-19 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.353/Jackett.Installer.Windows.exe + InstallerSha256: 5634488E8F6156D27181EE3E095E609028B226854E4A4BFA39145AA67DB92B68 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.353/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.353/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..2a4289b7ec2ac --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.353/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.353 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - rudub: bump domain + - hdgalaktik: new selectors for seed/peer + - mteam-tp: improve messaging for invalid requests [ #15503 ] + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.353 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.353/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.353/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..0857f4cbf3adb --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.353/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.353 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.355/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.355/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..a319a245a5dc4 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.355/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.355 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-07-20 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.355/Jackett.Installer.Windows.exe + InstallerSha256: F412A9691DAF5571FBE9AD5B2D6F05B93BEDA42DA6C5460A5F0D2B400FB78810 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.355/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.355/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..3f2a289e3cfd6 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.355/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.355 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - nebulance-api: avoid requests for release calls that are 2 characters or fewer + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.355 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.355/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.355/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..c2e7dde39f4d7 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.355/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.355 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.360/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.360/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..e5d0258c33c85 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.360/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.360 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-21 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.360/Jackett.Installer.Windows.exe + InstallerSha256: BF07D81998338995B9DA9528D895A684640CE48C4635ABB318005179E49C705A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.360/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.360/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..52eddeb497a5c --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.360/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.360 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - nebulance-api: fix searching for daily episodes using ids + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.360 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.360/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.360/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..2e4f4a340ee82 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.360/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.360 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.364/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.364/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..99e14d4864c3f --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.364/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.364 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-24 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.364/Jackett.Installer.Windows.exe + InstallerSha256: 9BA82FC3FD9A18DF865E0D3E262810CB8BB1084A0184A865278292851CB266BB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.364/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.364/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..fd8d0c6c4cc38 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.364/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.364 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - sharewood: strip parentheses from search query + - vsthouse: now using https + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.364 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.364/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.364/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..d49e2651c191b --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.364/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.364 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.372/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.372/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..dd4ee66499aca --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.372/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.372 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-26 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.372/Jackett.Installer.Windows.exe + InstallerSha256: 5DD229EEEB2DFCD88FE849F0F893F40D7F87E67BC34C25E7BE64FEEBFFD02D11 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.372/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.372/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..045f097c890eb --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.372/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.372 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - dontorrent: new domain + - torrentbd: new domain resolves #1709 + - zetorrents: new domain + - torrentqq: bump domain + - rudub: bump domain + - lilleskyorg: removed. resolves #15104 + - madsrevolution; removed. resolves #9840 + - hdfun: removed. resolves #6078 + - ydypt: removed. resolves #6917 + - animetime: removed. resolves #14578 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.372 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.372/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.372/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..25c7ac8ac8a89 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.372/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.372 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.382/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.382/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..f50ab34503b63 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.382/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.382 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-07-26 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.382/Jackett.Installer.Windows.exe + InstallerSha256: 5E67FA05160972096EA51B47C838B01E95FCA7BB046BA062F7F9F7425F2C086A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.382/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.382/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..8183765673988 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.382/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.382 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - torrentbd: old link valid again + - dasunerwartete: new cats + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.382 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.382/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.382/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..a816566c27e7b --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.382/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.382 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.388/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.388/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..753f69835f859 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.388/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.388 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-27 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.388/Jackett.Installer.Windows.exe + InstallerSha256: 05A8D552ACBEE24F5468940A27214A1D1DC71DC0E9E4DBCCB7DB20871246764B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.388/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.388/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..ebe0a44d97038 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.388/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.388 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - gazellegames-api: fix parsing error when no results are returned [ #15513 ] + - badasstorrents: add info flaresolverr + - yoinked: drop cat + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.388 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.388/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.388/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..da008d1cfa4ff --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.388/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.388 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.391/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.391/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..5a5b46e282a0d --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.391/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.391 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.391/Jackett.Installer.Windows.exe + InstallerSha256: 07CAC2CAF4D4DC5C796B9892AD7684BEFE325B9D1EBF05FBE426ACC634BA7D8F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.391/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.391/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..f7f82233acc9a --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.391/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.391 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - okpt: drop rows without DL + - rudub: bump domian + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.391 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.391/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.391/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..d93561e3b2999 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.391/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.391 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.393/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.393/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..563b2e5de2c85 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.393/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.393 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-29 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.393/Jackett.Installer.Windows.exe + InstallerSha256: 619CF38D288EF1E8C0827482576541BD6E58C599842039DE3869E58DE2EDEE2B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.393/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.393/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..a46dd677daade --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.393/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.393 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - add pornrips a public site. resolves #15514 + - rutracker: update cats + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.393 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.393/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.393/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..0a42da471e464 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.393/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.393 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.396/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.396/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..8e10ced69d21c --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.396/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.396 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-30 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.396/Jackett.Installer.Windows.exe + InstallerSha256: 841D2C29F926DC1C00D730D01A398C4717D8D2782EE620E8681C264C5A59B988 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.396/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.396/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..725836babdc8b --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.396/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.396 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - WOT: cat reorder and descr updates + - riperam: update cats + - rudub: bump domain + - add btdirectory a public site. resolves #15518 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.396 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.396/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.396/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..40b7f585fa8e8 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.396/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.396 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.398/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.398/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..c2678adb66901 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.398/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.398 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.398/Jackett.Installer.Windows.exe + InstallerSha256: C6AC6F02D4DB67D5A4FCEE18AC589657C712098668B89E6537AD05E27A374447 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.398/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.398/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..0416cb50d52f9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.398/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.398 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - rudub: bump domain + - Revert "madsrevolution; removed. resolves #9840" + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.398 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.398/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.398/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..6d1888731798d --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.398/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.398 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.402/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.402/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..7b636bda4b384 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.402/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.402 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-01 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.402/Jackett.Installer.Windows.exe + InstallerSha256: 152DA80A7B93F542509F001945D5A9A790E1A765F47CAEB7637D56F04F4C19B9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.402/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.402/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..0461ca0eb5daf --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.402/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.402 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - assorted nuxusphp: bump engine tag + - utopia: -> 8.1.3 + - teamos: update cats + - dontorrent: new domain + - torrentqq: bump domain + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.402 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.402/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.402/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..3aeb31d19006a --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.402/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.402 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.404/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.404/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..88f56e6e38317 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.404/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.404 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-03 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.404/Jackett.Installer.Windows.exe + InstallerSha256: 14F6198B525E7C86BF88F94820A9F267AAFBA4B2D30FE2FB84FCA29AB9811D22 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.404/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.404/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..c7154506377d4 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.404/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.404 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - WOT: new search engine. resolves #9213 + - assorted nexusphp: bump engine tag + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.404 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.404/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.404/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..79d58353add17 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.404/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.404 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.409/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.409/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..9b9a9cef2e940 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.409/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.409 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-03 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.409/Jackett.Installer.Windows.exe + InstallerSha256: BDAD4CE5D7EFC4B4A41B132590B0752D8FD41B6498B0843C26FE14F0B58F673E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.409/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.409/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..5c4f458a3e515 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.409/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.409 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - rudub: bump domain + - hebits: add 180 pswd exp to config info + - assorted: fix imdbid parsing + - WOT: fix audio wott cat #9213 + - WOT: fix anime cat #9213 + - WOT: fix imdbid #9213 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.409 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.409/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.409/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..a0e4925b910ed --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.409/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.409 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.410/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.410/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..c01d1249fe654 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.410/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.410 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-04 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.410/Jackett.Installer.Windows.exe + InstallerSha256: 621DE883D2161771C798DF415566656B3C8C3A7039DAE239667EA0B7F3258B27 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.410/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.410/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..a79b2a3a0fff3 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.410/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.410 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - torrentslocal: CA expired + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.410 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.410/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.410/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..2a5dc6976eddb --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.410/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.410 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.416/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.416/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..4189ae1deb676 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.416/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.416 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.416/Jackett.Installer.Windows.exe + InstallerSha256: A0D869BD567ECF2C2B869AA7BD86B0476F31BE721AFE1F5553A834819CB057D4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.416/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.416/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..894f50a0201f0 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.416/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.416 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - add elitetorrent-wf a Spanish public site. resolves #15523 + - scenelinks: removed. resolves #15463 + - h-p2p: removed. resolves #15161 + - rudub: bump domain + - add libronube a Spanish public site. resolves #15522 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.416 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.416/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.416/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..98eca03872ad1 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.416/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.416 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.420/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.420/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..dc6ee2160c2a2 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.420/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.420 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.420/Jackett.Installer.Windows.exe + InstallerSha256: E62024F0CB45F462854CF93644DE644C52BE6902F7E36249EAEE1B1B963E01C2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.420/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.420/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..4614e7b68d8c4 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.420/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.420 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - torrentsir: bump domain + - assorted unit3d: detect banned on config save + - uniotaku: new cat + - rudub: bump domain + - assorted unblockit: new domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.420 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.420/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.420/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..d22d3925b5feb --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.420/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.420 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.425/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.425/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..1b30e8c421210 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.425/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.425 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-09 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.425/Jackett.Installer.Windows.exe + InstallerSha256: BEF0306C0B7B9CD33431AAE7B3B3D9F9883B4A581059D98EC330921556174C93 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.425/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.425/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..2c63eaa75b924 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.425/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.425 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - hdtorrentsit: update descr + - assorted: simplify today/yday processing + - newheaven: add config cookie info #15527 + - torrentheaven (C#) -> newheaven (yaml). resolves #15527 + - torrentqq: bump domain + - springsunday: engine tag update + - rudub: bump domain + - hdarea: new row selectors. #15525 + - chdbits: new row selectors. resolves #15524 + - chdbits: new row selectors. resolves #15524 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.425 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.425/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.425/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..c67b7b59a9c5e --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.425/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.425 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.426/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.426/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..3684667659bd9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.426/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.426 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.426/Jackett.Installer.Windows.exe + InstallerSha256: 0BD899E85C91E0AECEC9994E85FAABA4BADEEACA608BA277935FE58A672024EF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.426/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.426/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..1c53f77e24049 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.426/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.426 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - hdarea: fix #15525 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.426 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.426/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.426/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..dbd5922e8b822 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.426/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.426 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.427/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.427/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..53688086d585b --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.427/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.427 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.427/Jackett.Installer.Windows.exe + InstallerSha256: 1ABFE8AE6A281DE801695975ED3C0A1497625C4A7256328B8B07BA9F30F15289 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.427/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.427/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..98293c4aba01e --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.427/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.427 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - chdbits:fix #15524 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.427 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.427/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.427/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..3d35437f5fa16 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.427/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.427 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.431/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.431/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..6413199e85faa --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.431/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.431 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-10 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.431/Jackett.Installer.Windows.exe + InstallerSha256: D3361DE877B426B65C0BE82CD70A24DE0C3034A693A64E7787F7D1F2FE5AC165 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.431/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.431/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..4cdfb4c662ab9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.431/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.431 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - add best-torrents a Polish pay2dl site. resolves #15526 + - newheaven: fix lint #15527 + - newheaven: fixes for resolves #15527 + - coastalcrew: remove unused config freeleech + - dontorrent: new domain. resolves #6214 + - rudub: bump domain + - chdbits: fix selectors. resolves #15524 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.431 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.431/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.431/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..d9e9fa2dcd4ca --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.431/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.431 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.432/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.432/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..c40c5a460e1b2 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.432/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.432 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-10 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.432/Jackett.Installer.Windows.exe + InstallerSha256: C5BE3D631F1C5477DB989783D67955415F082D8022DAF7972AA3925D2588584B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.432/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.432/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..bb24d8d1dc260 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.432/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.432 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - newheaven: fix date_year. #15527 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.432 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.432/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.432/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..1de21eb3fcc1f --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.432/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.432 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.436/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.436/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..7f2eb0c78d32a --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.436/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.436 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-11 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.436/Jackett.Installer.Windows.exe + InstallerSha256: 1E46A79044E101EBFDEF8C06B5738FB090D856CCFA8072F9FDC9159DCD020CC3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.436/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.436/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..81bb0a9d0b4e0 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.436/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.436 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - mejortorrent: bump domain + - visionhd: removed. resolves #15415 + - rudub: bump domain + - btsow: new domain + - Update newheaven.yml + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.436 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.436/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.436/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..15ef63870c41d --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.436/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.436 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.439/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.439/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..90049c2772b20 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.439/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.439 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-12 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.439/Jackett.Installer.Windows.exe + InstallerSha256: C8F3C4BC4133770D76571A2085C702EC1C43FB0B77BF1B944B91B14748E9E27A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.439/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.439/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..3e6831550fdd9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.439/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.439 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - add infinity a private site. resolves #15531 + - rutracker: update cats + - marinetracker: update cats + - rudub: bump domain + - mactorrentdownloads: update cat + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.439 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.439/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.439/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..759ca47ef7505 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.439/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.439 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.442/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.442/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..3a0ddfbbfbdd9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.442/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.442 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-13 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.442/Jackett.Installer.Windows.exe + InstallerSha256: A2EE672BD00F725B92203B58F20BC206D861AEE4D668088F05C558A5CE091F59 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.442/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.442/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..a95b18e198c92 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.442/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.442 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - assorted nexusphp; bump engine tag + - rudub: bump domain + - riperam: update cats + - f1carreras: add MST + - assorted unitr3d: bump engine tag + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.442 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.442/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.442/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..bf3115054bf83 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.442/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.442 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.444/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.444/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..86d122c5ce887 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.444/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.444 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-14 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.444/Jackett.Installer.Windows.exe + InstallerSha256: D88081935D13FCCAA8B704FCA86478370202342E768AD43A2F01C79C9AEDEF7E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.444/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.444/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..f5fa952439e40 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.444/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.444 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - infinity: MST now 3d + - add bolly an Indian private site. resolves #15521 + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.444 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.444/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.444/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..d3068fda40fb2 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.444/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.444 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.450/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.450/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..6cbdb889a9b41 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.450/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.450 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-15 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.450/Jackett.Installer.Windows.exe + InstallerSha256: 8D9125872C9F24935290D38B51AAF1ACC9BA59A6DB5DDCB51144EBB2AB7CDBC1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.450/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.450/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..0eefc5c27dfe4 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.450/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.450 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - torrentqq: bump domain + - add upscalevault a private site. resolves #15536 + - zetorrents: update download selector (#15535) + - hellashut-api: add new fields and add cat search #15252 + - torrentoyunindir: add flaresolverr info to config + - rudub: bump domains + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.450 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.450/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.450/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..85b1020c30f2b --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.450/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.450 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.457/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.457/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..d3edcaf334c1c --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.457/Jackett.Jackett.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.457 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-08-16 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.457/Jackett.Installer.Windows.exe + InstallerSha256: BF2DF3473C1B45F938EEF62BC202B04DAC8B69849FF00996CB651AEF993D6ED2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.457/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.457/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..7ea8fe4a01231 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.457/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.457 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - assorted unit3d: update MST and/or MR + - assorted unit3d: update MST and/or MR + - assorted unit3d: bump engine tag + - yggtorrent: switch to using form class #15538 + - rudub: bump domain + - riperam: use cat id instead of descr + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.457 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.457/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.457/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..cbc39a3a48dc4 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.457/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.457 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.468/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.468/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..e6b6b3b111462 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.468/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.468 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-17 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.468/Jackett.Installer.Windows.exe + InstallerSha256: 4C4DDBCADD6654EC7D22E31D4032F25E93C074A5AF3823176E8D5122F4816FF8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.468/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.468/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..222d3eec07730 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.468/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.468 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - noname-clubl: switch to cookie method. resolves #15541 + - btarg: fix default value for order + - rudub: bump domain + - fix coding style + - gazellegames-api: fixed release titles + - unionfansub: remove extra space + - UnionFansub: Improve season support (#15539) + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.468 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.468/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.468/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..a21f59522c394 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.468/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.468 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.470/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.470/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..1f5d396588cd0 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.470/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.470 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-18 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.470/Jackett.Installer.Windows.exe + InstallerSha256: 8D4D40C6197AD9ECA33E54DA8C016EC856AB0D515BC032BF69BCF2BE7732793B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.470/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.470/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..06216aed98260 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.470/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.470 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - upscalevault: new MST + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.470 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.470/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.470/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..2ec9331ab73e2 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.470/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.470 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.474/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.474/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..f5dc5b28f9173 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.474/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.474 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-19 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.474/Jackett.Installer.Windows.exe + InstallerSha256: A0EB86D76F0542351171736FF59A532BBC17578EDD6C316652830851A5678622 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.474/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.474/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..34adf93d91cac --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.474/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.474 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - assorted unit3d: bump engine tag + - myanonamouse: sanitise search query and stop search if term is empty + - rudub: bump domain + - ,arimetracker: update cats + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.474 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.474/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.474/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..8d8f67f28713b --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.474/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.474 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.490/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.490/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..c4717c4b30675 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.490/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.490 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-20 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.490/Jackett.Installer.Windows.exe + InstallerSha256: 7C4CAD7AFCB8F386732601561DBB48FEC2115D6F3463ACD6B17FF23BDA9916AC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.490/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.490/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..2295836619220 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.490/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.490 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - assorted nexus: bump engine tag + - chdbits: add info_flaresolverr + - animebytes: dedupe titles to avoid similar release names + - sfp: switch to cookie + - rudub: bump domain + - animebytes: filter older releases on RSS searches + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.490 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.490/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.490/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..56235c76d688d --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.490/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.490 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.497/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.497/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..226e6eb964179 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.497/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.497 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-21 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.497/Jackett.Installer.Windows.exe + InstallerSha256: 9FA600F724786C71F855D55BC4C2E63E38175D144B884ABF2976C4856D5C8A9F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.497/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.497/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..cb8e4be158935 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.497/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.497 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - demonoid: removed. resolves #5678 + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.497 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.497/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.497/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..c2e8ecce865e3 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.497/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.497 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.507/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.507/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..9a8e922d879cc --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.507/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.507 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-22 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.507/Jackett.Installer.Windows.exe + InstallerSha256: 625600EF9469076D8A9ADFE3A3AE59DF8DBAA11FBABB1942EA805642B3FA74BA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.507/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.507/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..75a3a8da60174 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.507/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with WinGet Releaser using komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.507 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - hdvbits: removed. resolves #14752 + - hqmusic: removed. resolves #13896 + - slosoul: removed. resolves #12435 + - rutor: 6tor.org is an up-to-date address (#15549) + - oldgreetracker: update cats + - torrentqq: bump domain + - torrent9: new domain + - rudub: bump domain + - torrentsir; bump domain + - magnetutil: update top10 trackers + - uniongang: add config account inactivity info + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.507 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.507/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.507/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..de14a26630e69 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.507/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.507 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.508/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.508/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..116f79e44bff0 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.508/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.508 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-23 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.508/Jackett.Installer.Windows.exe + InstallerSha256: F3F9ED405D523C0B848B4637F09742F67A0D6214F0222946415D8F1754BC1DCF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.508/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.508/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..3ab7a1c73e722 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.508/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Releaser using komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.508 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - rudub: bump domain + - fappazuri: add config flaresolverr info + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.508 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.508/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.508/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..97e4e9b1ab191 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.508/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.508 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.515/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.515/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..7792b24e14a88 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.515/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.515 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-25 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.515/Jackett.Installer.Windows.exe + InstallerSha256: 7F5DA43F0C585AFD667D98A8B8A296D907D8EDB763D079A865ED24DA51EC0C6D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.515/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.515/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..0537528c2ed47 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.515/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with WinGet Releaser using komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.515 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - assorted unit3d: update engine tag + - capybarabr: despite it being unit3d v8 this sites api does not have featured results %-/ + - Revert "assorted unit3d v7: add featured detection #13778" + - assorted unit3d v7: add featured detection #13778 + - assorted unit3d v8: add featured detection #13778 + - rudub: bump domain + - anthelion: CA expired + - add seedpool a private site. resolves #15552 + - uploadcx: 100 results working at last + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.515 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.515/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.515/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..2089381b9388d --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.515/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.515 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.517/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.517/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..ca92ef1df07f7 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.517/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.517 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-25 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.517/Jackett.Installer.Windows.exe + InstallerSha256: B16B3D687AFA8B8BAF5A62EEE02720ED93E957D86E2F9677B5E5E2DC63AA41E3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.517/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.517/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..7377add1147ea --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.517/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.517 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - chilebt: -> chilebt-api 8.2.0 resolves #7855 + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.517 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.517/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.517/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..530a82c410215 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.517/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.517 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.526/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.526/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..c9db5899e9da1 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.526/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.526 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-27 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.526/Jackett.Installer.Windows.exe + InstallerSha256: 279D8FEA2BB9B08E150E0BE01596676E51645FCBB78B6503A13CA97A8DBF05D2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.526/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.526/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..88e4d3751c928 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.526/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.526 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - animebytes: use UTC to filter out releases + - add ptfans a Chinese site. resolves #15556 + - bithorlo: new engine resolves #15557 + - rudub: bump domain + - oldgreektracker: add new cats + - Revert "anthelion: CA expired" + - bwtorrents: added andmatch filter (#15555) + - denofsimps: update cats + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.526 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.526/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.526/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..0de7cbfe77255 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.526/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.526 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.529/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.529/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..0d894d63b4e3c --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.529/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.529 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-27 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.529/Jackett.Installer.Windows.exe + InstallerSha256: 9E948929EB892C33C3144B49666453BB7DE6EF83F943BE1462686A2F45264B73 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.529/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.529/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..00aff15288d84 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.529/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.529 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - ptfans: switch to alternate domain resolves #15556 + - torrent9-tel: new domain + - rudub: bump domain + - lst: bump engine tag + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.529 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.529/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.529/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..db4f8ffe91169 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.529/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.529 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.534/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.534/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..6d23221efa090 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.534/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.534 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-29 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.534/Jackett.Installer.Windows.exe + InstallerSha256: F2A1F39B3CC2FADA401061942679E00A942984405174B4FD4C84E428FAE291E8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.534/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.534/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..e52bbd749d1e7 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.534/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.534 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - core: default version for development builds (#15564) + - updateservices: typo correction + - mejortorrent: dont dump the whole html into the error message when status=500 + - yoinked: MST -> MR + - upscalevault: remove book search + - torrent9-tel: new domain + - rudub: bump domain + - bitturk: add pswd renewal config info + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.534 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.534/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.534/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..9bcbe8f9ecb22 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.534/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.534 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.538/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.538/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..2d9654b3174bb --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.538/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.538 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-30 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.538/Jackett.Installer.Windows.exe + InstallerSha256: 7F67529F834B225D23A7A5653AD96E915BCE42BBBCFD2461CA76E2D52E4AF683 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.538/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.538/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..c8d167e24b8c8 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.538/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.538 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - xxxclub: add alternate domain + - xxxclub: set request delay to 3s + - marinetracker: update cats + - torrentqq: bump domain + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.538 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.538/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.538/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..6c66b3c262838 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.538/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.538 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.540/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.540/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..2eac43de84885 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.540/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.540 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-31 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.540/Jackett.Installer.Windows.exe + InstallerSha256: 5E3BFECF0C85BAABEB03BF25A456D4F00CA5129BC7387B539EB53105A541B4C4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.540/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.540/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..f9d690903f0bb --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.540/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.540 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - torrentsir: bump domain + - rudub: bump domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.540 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.540/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.540/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..cacb9c596bf7d --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.540/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.540 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.545/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.545/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..1e36ccf4e1a9e --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.545/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.545 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-08-31 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.545/Jackett.Installer.Windows.exe + InstallerSha256: FDA469D24FA71F3EE3CC149DC0DAC7A23A0120D5CD4285FB834C0A6B93E08E77 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.545/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.545/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..0d485bc17825f --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.545/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.545 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - speedtorrentreloaded: removed. resolves #1734 + - acidlounge: removed. resolves #13627 + - rudub: bump domain + - assorted unit3d: bump engine tag + - animelovers: MST in line with latest rule update. #15517 + - animelovers: bump MST to 7d for now despite 3.5d in rules + - add animelovers a privatre site. resolves #15517 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.545 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.545/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.545/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..2e3114f7327fe --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.545/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.545 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.549/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.549/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..edd4da03ab08c --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.549/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.549 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-09-01 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.549/Jackett.Installer.Windows.exe + InstallerSha256: A5FAC7DE80FB1CAC887C6537612E51251260535C51CF7C48FEC4F203B7A46D35 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.549/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.549/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..ec6c49a3eacd3 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.549/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.549 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - greekdiamond: removed. resolves #9407 + - comicat, miobt: -> semi + - torrent9-tel: new cat + - oxtorrent-vip: new cat + - rudub: bump domain + - ilolicon: bump engine tag + - Update README.md + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.549 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.549/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.549/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..dc5be48dd90de --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.549/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.549 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.554/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.554/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..ed118c3bdc1b0 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.554/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.554 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-09-03 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.554/Jackett.Installer.Windows.exe + InstallerSha256: E35F37B1858E691B757EC1846503D73C6C76CD901E8E3290F21E9F0DFE7419AC +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.554/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.554/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..aaacf43db872a --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.554/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.554 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - docs: update DateTimeRoutines.cs (#15574) + - rudub: bump domain + - ptfans: ptfans.cc working again + - myanonamouse: use personal freeleech for DVF + - bakabt: add missing import + - Update README.md + - bakabt: minor updates + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.554 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.554/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.554/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..59ab8b8b25909 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.554/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.554 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.559/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.559/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..e52ad93925e6a --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.559/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.559 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-09-04 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.559/Jackett.Installer.Windows.exe + InstallerSha256: 646798A545CB04390BCB42A769009113E8A86983C99D43FEA555D1CAA9050414 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.559/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.559/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..a9660c2fb2bea --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.559/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.559 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - seedpool: cat fix + - dontorrent: new domain + - rudub: bump domain + - assorted unit3d: MST comments typo fixes + - wolfmax4k: fix multi-episode parsing when slug doesn't end in / (#15575) + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.559 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.559/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.559/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..95f1205f46125 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.559/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.559 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.56/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.56/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..074b37c9cdcc7 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.56/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.56 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-06-04 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.56/Jackett.Installer.Windows.exe + InstallerSha256: 473668C46979BD96D038D094B3243E59F12B0957A4615954BFB25BB296F33B5C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.56/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.56/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..adea886a15ba6 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.56/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.56 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - exitorrent: hnadle dynamic javacript download urls (#15366) + - hdonly: remove trailing ÷ on single file release titles. resolves #15369 + - brsociety: removed. resolves #12233 + - rudub: bump domain + - cache: include Origin in ReleaseInfo cloning [ #15364 ] + - bump packages for dotnet 8.0.6 (#15363) + - ci/cd: remove nuget workaround (#15361) + - ci/cd: remove revision info from version (#15360) + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.56 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.56/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.56/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..363159195cf64 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.56/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.56 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.563/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.563/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..e7123fa0897b6 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.563/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.563 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-09-05 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.563/Jackett.Installer.Windows.exe + InstallerSha256: 6EDFECD031A2488492DC7BF9B2E191A9D322B6DDD55276C73E69FD4D12D76858 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.563/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.563/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..e9e4ac2744ed9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.563/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.563 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - mejortorrent: bump domain + - oldtoonsworld: new cat + - rudub: bump domain + - audiobookbay: add alternate domain. #15444 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.563 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.563/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.563/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..7df8e421a28e7 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.563/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.563 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.565/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.565/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..1245d3db66706 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.565/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.565 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-09-06 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.565/Jackett.Installer.Windows.exe + InstallerSha256: 97A86FD165105ACD66AA1C467F2D190E76E8A4FD52530096FE792EDD0C7CF132 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.565/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.565/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..691b35676bf60 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.565/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.565 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - nebulance: add403 detection. resolves #12125 + - torrentqq: bump domain + - rudub: bump domain + - chdbits: prefer ch* over ptch* domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.565 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.565/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.565/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..388ee7c17037b --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.565/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.565 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.574/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.574/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..892587e7baad7 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.574/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.574 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-09-07 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.574/Jackett.Installer.Windows.exe + InstallerSha256: 79992381336D95B121F30F910BBE8AA6CE79C9C167A2172DC981A0514D95E8F4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.574/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.574/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..9294ece67262b --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.574/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.574 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - add blueroms a public site. resolves #15583 + - xxxclub: fix search path address. resolves #15581 (#15582) + - dark shadow: update cat + - animelovers: new cat + - itorrent: add *.hu to legacylinks + - rudub: bump domain + - miobt: site has dropped seed, leech and grabs + - comicat: site has dropped seed, leech and grabs + - nebulance: use error message from response + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.574 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.574/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.574/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..1aaa9f65fee86 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.574/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.574 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.576/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.576/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..d7b8471c1932d --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.576/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.576 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-09-07 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.576/Jackett.Installer.Windows.exe + InstallerSha256: E1390B2CDAEC396AA645066164009256D37AB957EF031184BAC36C8FFEBC0B1E +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.576/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.576/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..54ec3cbd6ac72 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.576/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.576 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - rudub: bump domain + - Revert "dark shadow: update cat" + - blueroms; fix date parsing #15583 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.576 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.576/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.576/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..06b8fdd1bf75d --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.576/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.576 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.581/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.581/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..8733bf8225af6 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.581/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.581 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-09-09 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.581/Jackett.Installer.Windows.exe + InstallerSha256: B61C6A9D4266D7160AB6CDE186A82A611AE457C1B29E04BF7BE79307DB70D6DB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.581/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.581/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..14e10731c2735 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.581/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.581 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - oxtorrent-vip: new domain + - add magnetcat a public site. resolves #15590 + - 52bt: code tidy + - oldgreetracker: update cats + - dimeadozen: add 403 login trap. resolves #15587 + - denofsymps; new cat + - dark-shadow: -SD is back but in a separate cat this time + - rudub: bump domain + - danishbytes: -> da-DK resolves #15586 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.581 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.581/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.581/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..00e448660cdcd --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.581/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.581 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.583/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.583/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..613d1652eb3aa --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.583/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.583 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-09-09 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.583/Jackett.Installer.Windows.exe + InstallerSha256: FAB91013788B5470B750E55F8BF4204BCEDA34D1515D74B2BB3EEE7264E713A1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.583/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.583/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..50ea3b2b8b912 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.583/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.583 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - add PSS a private site. resolves #15591 + - STC: removed. resolves #12472 + - rudub: bump domain + - glodls: allowemptyinputs prevents http 500 internal server error + - gktorrent: new domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.583 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.583/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.583/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..5a86780a27b2d --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.583/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.583 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.584/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.584/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..0674ad45810e4 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.584/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.584 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-09-10 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.584/Jackett.Installer.Windows.exe + InstallerSha256: F8DA329F71C94A034D372072282932934616C8BAD9A35AD5FB1507A0E4293C64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.584/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.584/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..753b341f1211c --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.584/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.584 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - seedfile: new domain and logout check + - rudub: bump domain + - magnetcat: switch to infohash to provide complete magnet. resolves #15590 + - 52bt: switch to infohash to provide complete magnet + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.584 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.584/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.584/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..75ba5ba676ae9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.584/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.584 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.586/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.586/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..5a71372f00f13 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.586/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.586 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-09-12 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.586/Jackett.Installer.Windows.exe + InstallerSha256: C971F8C9D7643B85667EE7109D590449C58185BDC08BE48479D66830C2986B28 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.586/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.586/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..360e6c36931a6 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.586/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.586 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - torrentqq: bump domain + - rudub: bump domain + - dark-shadow: cat 145 changed again! + - bitbazis: new layout + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.586 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.586/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.586/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..9ea2eb750ba04 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.586/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.586 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.587/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.587/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..5140b5d7f7c1b --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.587/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.587 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2024-09-12 +AppsAndFeaturesEntries: +- DisplayName: Jackett + Publisher: Jackett + ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.587/Jackett.Installer.Windows.exe + InstallerSha256: F47A4A7CEE42E54A6080F6DF563809002CEF47FDD5B8B0CFB93811E11F8F0097 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.587/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.587/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..36c4cf91a4232 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.587/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.587 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - rudub: bump domain + - oldgreektracker: new cat + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.587 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jackett/Jackett/0.22.587/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.587/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..9969bdce83a2c --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.587/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.587 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jagex/Runescape/2.2.11/Jagex.Runescape.installer.yaml b/manifests/j/Jagex/Runescape/2.2.11/Jagex.Runescape.installer.yaml index 96208c3e0e2bf..aba52e99e1a8a 100644 --- a/manifests/j/Jagex/Runescape/2.2.11/Jagex.Runescape.installer.yaml +++ b/manifests/j/Jagex/Runescape/2.2.11/Jagex.Runescape.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jul/15 +# Automatically updated by the winget bot at 2024/Aug/27 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json PackageIdentifier: Jagex.Runescape @@ -11,6 +11,6 @@ Dependencies: Installers: - Architecture: x64 InstallerUrl: https://content.runescape.com/downloads/windows/RuneScape-Setup.exe - InstallerSha256: 117EFCC7EBC46700D74A5B34B29585146B71CE451378319E567862165ACF7FE9 + InstallerSha256: 7EE1316A553DCDE648A15E6F9CAE2D1BC2F79CFC65032512C81A82D6707C75CC ManifestType: installer ManifestVersion: 1.5.0 diff --git a/manifests/j/Jagex/Runescape/2.2.11/Jagex.Runescape.locale.en-US.yaml b/manifests/j/Jagex/Runescape/2.2.11/Jagex.Runescape.locale.en-US.yaml index 22e17039c6326..242d52893392c 100644 --- a/manifests/j/Jagex/Runescape/2.2.11/Jagex.Runescape.locale.en-US.yaml +++ b/manifests/j/Jagex/Runescape/2.2.11/Jagex.Runescape.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jul/15 +# Automatically updated by the winget bot at 2024/Aug/27 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Jagex.Runescape diff --git a/manifests/j/Jagex/Runescape/2.2.11/Jagex.Runescape.yaml b/manifests/j/Jagex/Runescape/2.2.11/Jagex.Runescape.yaml index 14e93a754fae1..5c896e7d8d20f 100644 --- a/manifests/j/Jagex/Runescape/2.2.11/Jagex.Runescape.yaml +++ b/manifests/j/Jagex/Runescape/2.2.11/Jagex.Runescape.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2024/Jul/15 +# Automatically updated by the winget bot at 2024/Aug/27 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json PackageIdentifier: Jagex.Runescape diff --git a/manifests/j/JamesCJ60/Universalx86TuningUtility/2.2.5/JamesCJ60.Universalx86TuningUtility.installer.yaml b/manifests/j/JamesCJ60/Universalx86TuningUtility/2.2.5/JamesCJ60.Universalx86TuningUtility.installer.yaml new file mode 100644 index 0000000000000..8d147d6df919e --- /dev/null +++ b/manifests/j/JamesCJ60/Universalx86TuningUtility/2.2.5/JamesCJ60.Universalx86TuningUtility.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JamesCJ60.Universalx86TuningUtility +PackageVersion: 2.2.5 +InstallerLocale: en-US +InstallerType: msi +ProductCode: '{6C82A0D7-DEA9-4294-A057-CCF110313ED3}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JamesCJ60/Universal-x86-Tuning-Utility/releases/download/2.2.5/Universal.x86.Tuning.Utility.V2.msi + InstallerSha256: A686E9A84C8ABB54765CA2BAA909104F02F24470A747ADF1B536966C4B6544FA + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JamesCJ60/Universalx86TuningUtility/2.2.5/JamesCJ60.Universalx86TuningUtility.locale.en-US.yaml b/manifests/j/JamesCJ60/Universalx86TuningUtility/2.2.5/JamesCJ60.Universalx86TuningUtility.locale.en-US.yaml new file mode 100644 index 0000000000000..997d4d15e0259 --- /dev/null +++ b/manifests/j/JamesCJ60/Universalx86TuningUtility/2.2.5/JamesCJ60.Universalx86TuningUtility.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JamesCJ60.Universalx86TuningUtility +PackageVersion: 2.2.5 +PackageLocale: en-US +Publisher: JamesCJ60 +PackageName: Universal x86 Tuning Utility +PackageUrl: https://github.com/JamesCJ60/Universal-x86-Tuning-Utility +License: GPL-3.0 +LicenseUrl: https://github.com/JamesCJ60/Universal-x86-Tuning-Utility/blob/2b8fc50404828f0d3b3f7558ded94d3b54427617/LICENSE +ShortDescription: Unlock the full potential of your Intel/AMD based device +Moniker: uxtu +Tags: +- amd +- intel +- laptop +- ryzen +- undervolting +- overclock +- undervolt +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JamesCJ60/Universalx86TuningUtility/2.2.5/JamesCJ60.Universalx86TuningUtility.yaml b/manifests/j/JamesCJ60/Universalx86TuningUtility/2.2.5/JamesCJ60.Universalx86TuningUtility.yaml new file mode 100644 index 0000000000000..5e8ec5f3b9a96 --- /dev/null +++ b/manifests/j/JamesCJ60/Universalx86TuningUtility/2.2.5/JamesCJ60.Universalx86TuningUtility.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JamesCJ60.Universalx86TuningUtility +PackageVersion: 2.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JamesCJ60/Universalx86TuningUtility/2.3.1/JamesCJ60.Universalx86TuningUtility.installer.yaml b/manifests/j/JamesCJ60/Universalx86TuningUtility/2.3.1/JamesCJ60.Universalx86TuningUtility.installer.yaml new file mode 100644 index 0000000000000..dc7a81bec82a1 --- /dev/null +++ b/manifests/j/JamesCJ60/Universalx86TuningUtility/2.3.1/JamesCJ60.Universalx86TuningUtility.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JamesCJ60.Universalx86TuningUtility +PackageVersion: 2.3.1 +InstallerLocale: en-US +InstallerType: msi +Scope: user +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.7 + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{D8DBFB26-1972-4148-A20A-951535CA476C}' +ReleaseDate: 2024-08-14 +AppsAndFeaturesEntries: +- DisplayName: Universal x86 Tuning Utility + Publisher: JamesCJ60 + ProductCode: '{D8DBFB26-1972-4148-A20A-951535CA476C}' + UpgradeCode: '{300E743A-4C69-440D-9425-14C446AB2658}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JamesCJ60/Universal-x86-Tuning-Utility/releases/download/2.3.1/Universal.x86.Tuning.Utility.V2.msi + InstallerSha256: A10FBE807F284456B575D74D086D4B52EEAD6B5C70E7CED06F964DE397B13530 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JamesCJ60/Universalx86TuningUtility/2.3.1/JamesCJ60.Universalx86TuningUtility.locale.en-US.yaml b/manifests/j/JamesCJ60/Universalx86TuningUtility/2.3.1/JamesCJ60.Universalx86TuningUtility.locale.en-US.yaml new file mode 100644 index 0000000000000..8c74921b04bb4 --- /dev/null +++ b/manifests/j/JamesCJ60/Universalx86TuningUtility/2.3.1/JamesCJ60.Universalx86TuningUtility.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JamesCJ60.Universalx86TuningUtility +PackageVersion: 2.3.1 +PackageLocale: en-US +Publisher: JamesCJ60 +PublisherUrl: https://github.com/JamesCJ60 +PublisherSupportUrl: https://github.com/JamesCJ60/Universal-x86-Tuning-Utility/issues +PackageName: Universal x86 Tuning Utility +PackageUrl: https://github.com/JamesCJ60/Universal-x86-Tuning-Utility +License: GPL-3.0 +LicenseUrl: https://github.com/JamesCJ60/Universal-x86-Tuning-Utility/blob/HEAD/LICENSE +ShortDescription: Unlock the full potential of your Intel/AMD based device +Moniker: uxtu +Tags: +- amd +- intel +- laptop +- overclock +- ryzen +- undervolt +- undervolting +ReleaseNotes: |- + Changes made: + • Various bug fixes and improvements!Reminder: Tested Intel CPU support for UXTU ranges from Haswell to Meteor LakeDownloads: + Windows Download + Have a Windows handheld? + Try out the new handheld optimised version of UXTU called UXTU Handheld +ReleaseNotesUrl: https://github.com/JamesCJ60/Universal-x86-Tuning-Utility/releases/tag/2.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JamesCJ60/Universalx86TuningUtility/2.3.1/JamesCJ60.Universalx86TuningUtility.yaml b/manifests/j/JamesCJ60/Universalx86TuningUtility/2.3.1/JamesCJ60.Universalx86TuningUtility.yaml new file mode 100644 index 0000000000000..01a28820b6543 --- /dev/null +++ b/manifests/j/JamesCJ60/Universalx86TuningUtility/2.3.1/JamesCJ60.Universalx86TuningUtility.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JamesCJ60.Universalx86TuningUtility +PackageVersion: 2.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jan/Jan/0.5.3/Jan.Jan.installer.yaml b/manifests/j/Jan/Jan/0.5.3/Jan.Jan.installer.yaml new file mode 100644 index 0000000000000..1cdf8bad4cd5a --- /dev/null +++ b/manifests/j/Jan/Jan/0.5.3/Jan.Jan.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jan.Jan +PackageVersion: 0.5.3 +InstallerType: nullsoft # electron-builder +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- jan +ReleaseDate: 2024-08-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/janhq/jan/releases/download/v0.5.3/jan-win-x64-0.5.3.exe + InstallerSha256: 62CA7FA51107B8C9BA65E21F0FFD273A6E48539603799A1A5C1DEC8C3B827D0A + ProductCode: 26e92a45-3e3b-5b43-bb59-04bf3b027b64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jan/Jan/0.5.3/Jan.Jan.locale.en-US.yaml b/manifests/j/Jan/Jan/0.5.3/Jan.Jan.locale.en-US.yaml new file mode 100644 index 0000000000000..79d3fb07a91ad --- /dev/null +++ b/manifests/j/Jan/Jan/0.5.3/Jan.Jan.locale.en-US.yaml @@ -0,0 +1,167 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jan.Jan +PackageVersion: 0.5.3 +PackageLocale: en-US +Publisher: Jan +PublisherUrl: https://jan.ai/ +PublisherSupportUrl: https://github.com/janhq/jan/issues +# PrivacyUrl: +Author: Homebrew Computer Company +PackageName: Jan +PackageUrl: https://github.com/janhq/jan +License: AGPL-3.0 +LicenseUrl: https://github.com/janhq/jan/blob/HEAD/LICENSE +Copyright: Copyright © 2024 Jan +# CopyrightUrl: +ShortDescription: Turn your computer into an AI computer +Description: Run LLMs like Mistral or Llama2 locally and offline on your computer, or connect to remote AI APIs like OpenAI’s GPT-4 or Groq. +# Moniker: +Tags: +- ai +- large-language-model +- llama +- llm +- mistral +ReleaseNotes: |- + Changes + - fix: gpu memory utilization @louis-jan (#3492) + - Release Cut 0.5.3 @louis-jan (#3473) + - Chore upgrade cortex 0.5.0 @hiento09 (#3462) + - feat: preserve model settings @louis-jan (#3427) + - Fix auto updater nightly @hiento09 (#3424) + - Chore use aws s3 for nightly channel @hiento09 (#3416) + - Chore/simple template report @Van-QA (#3400) + - Revert "Jan integrates Cortex" @louis-jan (#3371) + - Chore/simple bug template and correct a copy @Van-QA (#3344) + - Increase retry upload to R2 to 5 times @hiento09 (#3337) + - fix: remote engine should not allow reinit @louis-jan (#3284) + - chore: remove focus button @urmauur (#3272) + - bump-cortex-0.5.0-1 @Van-QA (#3218) + - Deprecate Docker and K8s @hiento09 (#3219) + - Fix typo Extention -> Extension @niesink (#3187) + 🚀 Features + - fix: search input clearable component @urmauur (#3465) + - feat: add checklist regression test @Van-QA (#3425) + - feat: import model with gguf metadata extraction @louis-jan (#3421) + - feat: shortcut delete and clean thread @urmauur (#3423) + - feat: openrouter model settings @louis-jan (#3422) + - feat: add blank state component for hub and my model search @urmauur (#3413) + - feat: enable copy instruction @urmauur (#3401) + - feat: small ui improvement @urmauur (#3388) + - feat: allow user configure remote model from my model @urmauur (#3348) + - feat: move icon create new thread into top panel @urmauur (#3346) + - chore(UI): update experience model dropdown @urmauur (#3342) + - feat: modal waiting cortex @urmauur (#3306) + - feat: change data folder @louis-jan (#3309) + - feat: embed cortex into jan as a JS module @louis-jan (#3305) + - feat: add chunk count @namchuai (#3290) + - feat: add nvidia engine @namchuai (#3279) + - feat: enable copy over instructions @namchuai (#3266) + - feat: add more options for cortex popup @namchuai (#3236) + - feat: manage cloud models from threads screen @urmauur (#3223) + - feat: make scroll area type auto for make default visible scrollbar @urmauur (#3220) + - feat: new starter screen @urmauur (#3217) + - feat: integrating cortex @namchuai (#3001) + 🐛 Fixes + - fix: responsive modal import gguf @urmauur (#3484) + - fix: add engine in payload for nitro chat completion api @marknguyen1302 (#3482) + - fix: wrong classname icon @urmauur (#3474) + - fix: modal responsive import model @urmauur (#3467) + - fix: resize left and panel when scroll area show @urmauur (#3470) + - fix: search input clearable component @urmauur (#3465) + - fix: import model by folder on win @marknguyen1302 (#3463) + - fix: correct time-weighted retrieval toggle @louis-jan (#3456) + - fix: add a minimum height for the main window otherwise it shrinks @louis-jan (#3457) + - fix: modal title should not truncated @urmauur (#3450) + - fix: responsive modal import model @urmauur (#3449) + - fix: enable extensions migration @louis-jan (#3442) + - fix: unable to import model due to missing metadata @louis-jan (#3439) + - fix: setting extension placeholder and input action apikey @urmauur (#3430) + - fix: preserve model settings should maintain all settings @louis-jan (#3435) + - fix: shortcut key on windows @urmauur (#3437) + - fix: date format for chat item @urmauur (#3436) + - fix: setting chatbox input @urmauur (#3429) + - fix: missing font katex @urmauur (#3431) + - fix: decreased scrollbar width @urmauur (#3432) + - fix: add toaster warning when blocked create new thread @urmauur (#3433) + - fix: save state toggle input box setting @urmauur (#3402) + - fix: avoid show remote model on system monitor @urmauur (#3412) + - fix: disable remote model when user did not setup apiKey @urmauur (#3415) + - fix: app emits ugly errors when retrieving settings @louis-jan (#3393) + - fix: Jan should have access to it resource folders @louis-jan (#3391) + - fix: LaTex formula render issue @louis-jan (#3353) + - fix: failed to relaunch app to update @louis-jan (#3351) + - fix: empty model page not shown when delete all threads and models @namchuai (#3343) + - feat: allow user configure remote model from my model @urmauur (#3348) + - fix: broken jan build - add log trace (jan.log) @louis-jan (#3336) + - fix: update legacy path @namchuai (#3328) + - fix: broken app due to incorrect api path @louis-jan (#3316) + - fix: refresh should not create new thread @namchuai (#3314) + - fix: avoid lose title threads @urmauur (#3307) + - fix: migration item in setting detail omit buttons @namchuai (#3298) + - fix: merge gpu arch and os tensorrt models @namchuai (#3299) + - fix: engine logo on model dropdown @urmauur (#3291) + - fix: icon setting can close and open right panel @urmauur (#3295) + - fix: error while importing local model is not shown @namchuai (#3294) + - fix: add lower case quantization support @namchuai (#3293) + - fix: onnx can't be selected in download model modal @namchuai (#3283) + - fix: system bar always show RAM usage 0% @louis-jan (#3287) + - fix: migration wrong directory @namchuai (#3278) + - fix: clearer app loading prompt @louis-jan (#3275) + - fix: allow user to reinit engine from settings page @louis-jan (#3277) + - fix: should not let second instance terminate cortex @louis-jan (#3274) + - fix: set cortex data folder path when starting jan @namchuai (#3252) + - fix: remote model added manually does not shown in model drop down @namchuai (#3261) + - fix: normalize messages for some providers @namchuai (#3234) + - fix: broken status parse due to empty category @louis-jan (#3233) + - fix: update new api from cortex to support 0.5.0 @namchuai (#3221) + - fix: jan app copy nits @0xSage (#3193) + 🧰 Maintenance + - chore: Update model.json with correct filename @Van-QA (#3479) + - chore: add llama 3.1 8B gguf model @louis-jan (#3468) + - chore: move remote models to bottom of the models hub @louis-jan (#3469) + - chore: add husky pre-commit @louis-jan (#3458) + - chore: change jan default data folder path to app's userData @louis-jan (#3443) + - chore: add back OpenRouter request endpoint setting @louis-jan (#3441) + - chore: fix linter issues @louis-jan (#3434) + - chore: disable internal REST endpoints due to a vulnerability issue @louis-jan (#3428) + - chore: small ui improvement @urmauur (#3414) + - chore: fix CI - remove headless ui @louis-jan (#3420) + - chore: remove model selection in assistant tab model @urmauur (#3411) + - chore: clean up console modal component @urmauur (#3395) + - feat: add model assistant tab @urmauur (#3389) + - chore: improve readability with set max width container message @urmauur (#3382) + - feat: small ui improvement @urmauur (#3388) + - chore: move create new thread to top panel @urmauur (#3381) + - chore: update model dropdown and my model with collapsible chevron @urmauur (#3386) + - chore: cherry pick latest fixes @louis-jan (#3383) + - chore: add engine logo from local instead of metadata logo @urmauur (#3363) + - chore: minor ui improvement @urmauur (#3352) + - chore: add back GPU information to system monitoring bar @louis-jan (#3350) + - chore: button outline for configure cloud model @urmauur (#3347) + - chore(UI): update experience model dropdown @urmauur (#3342) + - chore(ui): fix alignment loader starter screen @urmauur (#3338) + - chore: disable quick ask @louis-jan (#3334) + - chore: add cortex version @namchuai (#3318) + - chore: update cortex new version @namchuai (#3300) + - chore: update minor UI @urmauur (#3281) + - chore: update z-index tooltip @urmauur (#3280) + - chore: toast message on model import fail with reason @louis-jan (#3276) + - chore: update hub search result @urmauur (#3273) + - chore: temporary hidden button import model @urmauur (#3270) + - chore: check the legacy incompatible message type @louis-jan (#3248) + - chore: minor copy for grammar @gabrielle-ong (#3235) + - chore: update conditional starter screen after cortex load @urmauur (#3227) + - chore: set container max width for chat message and new hub screen @urmauur (#3213) + Contributor + @0xSage, @Van-QA, @gabrielle-ong, @hiento09, @louis-jan, @marknguyen1302, @namchuai, @niesink and @urmauur +ReleaseNotesUrl: https://github.com/janhq/jan/releases/tag/v0.5.3 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://jan.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jan/Jan/0.5.3/Jan.Jan.locale.zh-CN.yaml b/manifests/j/Jan/Jan/0.5.3/Jan.Jan.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7bd8a2287775c --- /dev/null +++ b/manifests/j/Jan/Jan/0.5.3/Jan.Jan.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Jan.Jan +PackageVersion: 0.5.3 +PackageLocale: zh-CN +Publisher: Jan +PublisherUrl: https://jan.ai/ +PublisherSupportUrl: https://github.com/janhq/jan/issues +# PrivacyUrl: +Author: Homebrew Computer Company +PackageName: Jan +PackageUrl: https://github.com/janhq/jan +License: AGPL-3.0 +LicenseUrl: https://github.com/janhq/jan/blob/HEAD/LICENSE +Copyright: Copyright © 2024 Jan +# CopyrightUrl: +ShortDescription: 为您的电脑赋能 AI +Description: 在电脑上本地离线运行 Mistral 或 Llama2 等 LLM,或者连接 OpenAI 的 GPT-4、Groq 等在线 AI 的 API。 +# Moniker: +Tags: +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/janhq/jan/releases/tag/v0.5.3 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://jan.ai/docs +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jan/Jan/0.5.3/Jan.Jan.yaml b/manifests/j/Jan/Jan/0.5.3/Jan.Jan.yaml new file mode 100644 index 0000000000000..734294c8d3c1d --- /dev/null +++ b/manifests/j/Jan/Jan/0.5.3/Jan.Jan.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jan.Jan +PackageVersion: 0.5.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/Aliae/0.22.1/JanDeDobbeleer.Aliae.installer.yaml b/manifests/j/JanDeDobbeleer/Aliae/0.22.1/JanDeDobbeleer.Aliae.installer.yaml new file mode 100644 index 0000000000000..cdcd38036e781 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/Aliae/0.22.1/JanDeDobbeleer.Aliae.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.Aliae +PackageVersion: 0.22.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/aliae/releases/download/v0.22.1/install-amd64.exe + InstallerSha256: 42B9A15CEDACA2D00FDDC4F1D2FD824DF77739B91E1F57F4DBE470A3886219B2 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/aliae/releases/download/v0.22.1/install-amd64.exe + InstallerSha256: 42B9A15CEDACA2D00FDDC4F1D2FD824DF77739B91E1F57F4DBE470A3886219B2 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/aliae/releases/download/v0.22.1/install-386.exe + InstallerSha256: 7325F4F91A6CC026A2660E16C7654B07B742E63625FC634E81C8DD1FBAADDB8B + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/aliae/releases/download/v0.22.1/install-386.exe + InstallerSha256: 7325F4F91A6CC026A2660E16C7654B07B742E63625FC634E81C8DD1FBAADDB8B + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/aliae/releases/download/v0.22.1/install-arm64.exe + InstallerSha256: 71A0C16E7090532BB3D411C0D097E93DBFCEB720079E41D5D592119990D3B715 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/aliae/releases/download/v0.22.1/install-arm64.exe + InstallerSha256: 71A0C16E7090532BB3D411C0D097E93DBFCEB720079E41D5D592119990D3B715 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-20 diff --git a/manifests/j/JanDeDobbeleer/Aliae/0.22.1/JanDeDobbeleer.Aliae.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/Aliae/0.22.1/JanDeDobbeleer.Aliae.locale.en-US.yaml new file mode 100644 index 0000000000000..31f2dc8c0ebd5 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/Aliae/0.22.1/JanDeDobbeleer.Aliae.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.Aliae +PackageVersion: 0.22.1 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/aliae/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/aliae/issues +Author: Jan De Dobbeleer +PackageName: Aliae +PackageUrl: https://aliae.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/aliae/raw/main/LICENSE +ShortDescription: Cross platform shell management +Moniker: aliae +Tags: +- console +- command-line +- shell +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- aliae +- dotfiles +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/aliae/releases/tag/v0.22.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/Aliae/0.22.1/JanDeDobbeleer.Aliae.yaml b/manifests/j/JanDeDobbeleer/Aliae/0.22.1/JanDeDobbeleer.Aliae.yaml new file mode 100644 index 0000000000000..02f54f7f9bca7 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/Aliae/0.22.1/JanDeDobbeleer.Aliae.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.Aliae +PackageVersion: 0.22.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/21.28.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/21.28.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..173b745986c28 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/21.28.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 21.28.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.28.0/install-amd64.exe + InstallerSha256: 4C411D57FFF7AE4CA6030D9C1C709EB2CB2C273C07462E886A5154C147421115 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.28.0/install-amd64.exe + InstallerSha256: 4C411D57FFF7AE4CA6030D9C1C709EB2CB2C273C07462E886A5154C147421115 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.28.0/install-386.exe + InstallerSha256: 8E27738586E6ED35DE1DFFC57E8B10FE6069FB93CF815503330AE4ABFDBFC6F3 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.28.0/install-386.exe + InstallerSha256: 8E27738586E6ED35DE1DFFC57E8B10FE6069FB93CF815503330AE4ABFDBFC6F3 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.28.0/install-arm64.exe + InstallerSha256: 12DFD0CA10173FB4DBE025902ECB41ED5F37D045DC65B225BE6018542344FF1D + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.28.0/install-arm64.exe + InstallerSha256: 12DFD0CA10173FB4DBE025902ECB41ED5F37D045DC65B225BE6018542344FF1D + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-20 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/21.28.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/21.28.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..41272bc95da1f --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/21.28.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 21.28.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v21.28.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/21.28.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/21.28.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..b0ebc99c2103c --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/21.28.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 21.28.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..182db3dc65b99 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.0.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.0/install-amd64.exe + InstallerSha256: C8F06BBBCAC1F429306C77DAC90900D7B02E95F01A73C1129A35569AA7D8B3C3 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.0/install-amd64.exe + InstallerSha256: C8F06BBBCAC1F429306C77DAC90900D7B02E95F01A73C1129A35569AA7D8B3C3 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.0/install-386.exe + InstallerSha256: EE89E5D343E8F82F0516C6D3C36D1D36314E91E82F13E663B3BC69AF8165646E + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.0/install-386.exe + InstallerSha256: EE89E5D343E8F82F0516C6D3C36D1D36314E91E82F13E663B3BC69AF8165646E + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.0/install-arm64.exe + InstallerSha256: 6E683B148EED54CBD5991D33573FF83109B77AE87AD75761B1BC4E9AED9BCF8D + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.0/install-arm64.exe + InstallerSha256: 6E683B148EED54CBD5991D33573FF83109B77AE87AD75761B1BC4E9AED9BCF8D + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-22 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..5e8a211c942bb --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.0.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v22.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..a1cf8c2e31db0 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.1/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.1/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..6babbf1783f72 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.1/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.0.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.1/install-amd64.exe + InstallerSha256: DD84D1E3F05CE18866C6213142764F5992884EF4B013DDC7DC985049F3EA471C + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.1/install-amd64.exe + InstallerSha256: DD84D1E3F05CE18866C6213142764F5992884EF4B013DDC7DC985049F3EA471C + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.1/install-386.exe + InstallerSha256: 4C152F440C19E537B87A10632F28B7FB4D8BB6F3FBADE42F9495C69CE9FC3DFC + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.1/install-386.exe + InstallerSha256: 4C152F440C19E537B87A10632F28B7FB4D8BB6F3FBADE42F9495C69CE9FC3DFC + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.1/install-arm64.exe + InstallerSha256: 5CEE1F0432FAEF9DE3A765F1A073D1A57FB30004C04CA9222CA4BC438A34C7A3 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.1/install-arm64.exe + InstallerSha256: 5CEE1F0432FAEF9DE3A765F1A073D1A57FB30004C04CA9222CA4BC438A34C7A3 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-22 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..6b8850ace93c3 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.0.1 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v22.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.1/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.1/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..37af69ac44f68 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.1/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.2/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.2/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..849143909c721 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.2/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.0.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.2/install-amd64.exe + InstallerSha256: 73F44DB8DD38F0DB9C2B6ACA1F3E114A4479DA18231819876A594D0CBBC2018E + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.2/install-amd64.exe + InstallerSha256: 73F44DB8DD38F0DB9C2B6ACA1F3E114A4479DA18231819876A594D0CBBC2018E + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.2/install-386.exe + InstallerSha256: 7E11C268AB23DB3DAD59C4EBA63E3FE2403F8D6AEB2C9FB768173F5533132D54 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.2/install-386.exe + InstallerSha256: 7E11C268AB23DB3DAD59C4EBA63E3FE2403F8D6AEB2C9FB768173F5533132D54 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.2/install-arm64.exe + InstallerSha256: 2DC54E2E65D5C10A0F7F0C25228530EBB300A195B502900436D76812D6F273E4 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.2/install-arm64.exe + InstallerSha256: 2DC54E2E65D5C10A0F7F0C25228530EBB300A195B502900436D76812D6F273E4 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-23 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..b327dcd37917e --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.0.2 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v22.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.2/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.2/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..d94acceb03c71 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.2/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.3/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.3/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..b4a1485925a78 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.3/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.0.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.3/install-amd64.exe + InstallerSha256: 7DB7780B45056FA114185618991AFEA53DFB249592F65475EBC2C03704F0A398 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.3/install-amd64.exe + InstallerSha256: 7DB7780B45056FA114185618991AFEA53DFB249592F65475EBC2C03704F0A398 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.3/install-386.exe + InstallerSha256: 28DDB07AE9FE818E40DB919A5FFB8DF30F756726F81B09D17DC6C0FF82A233DB + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.3/install-386.exe + InstallerSha256: 28DDB07AE9FE818E40DB919A5FFB8DF30F756726F81B09D17DC6C0FF82A233DB + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.3/install-arm64.exe + InstallerSha256: A6D0CF1D3ECD446D20658F0585EAFE2C7DCD6C11345E8F42A9901898688F61E7 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.3/install-arm64.exe + InstallerSha256: A6D0CF1D3ECD446D20658F0585EAFE2C7DCD6C11345E8F42A9901898688F61E7 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-23 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..c7b8e5487a2e7 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.0.3 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v22.0.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.3/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.3/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..08fc8f6fed682 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.0.3/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.1.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.1.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..65678d118945a --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.1.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.1.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.1.0/install-amd64.exe + InstallerSha256: 39479D6CE88B37352EE66D0B84D1BD156B642C5DC3BDBDD553A024D12F0A1340 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.1.0/install-amd64.exe + InstallerSha256: 39479D6CE88B37352EE66D0B84D1BD156B642C5DC3BDBDD553A024D12F0A1340 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.1.0/install-386.exe + InstallerSha256: 03A488E87651D93EA530C88AF10B7573BE997F86C09B54DB48FF921E3863C493 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.1.0/install-386.exe + InstallerSha256: 03A488E87651D93EA530C88AF10B7573BE997F86C09B54DB48FF921E3863C493 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.1.0/install-arm64.exe + InstallerSha256: D174FD840D0848703A80DB3957F0071A7F2ED936D2105460DB098CDBA679283C + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.1.0/install-arm64.exe + InstallerSha256: D174FD840D0848703A80DB3957F0071A7F2ED936D2105460DB098CDBA679283C + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-25 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.1.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.1.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..c6e34ac9d9610 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.1.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.1.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v22.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.1.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.1.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..e2030a1952a21 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.1.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.2.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.2.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..4206037882956 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.2.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.2.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.2.0/install-amd64.exe + InstallerSha256: 57E08416BE62742BAD1BA22A5EEE6C975E51B5850181F83DDD0DD972168D5E94 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.2.0/install-amd64.exe + InstallerSha256: 57E08416BE62742BAD1BA22A5EEE6C975E51B5850181F83DDD0DD972168D5E94 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.2.0/install-386.exe + InstallerSha256: 0E95F1B3181125AA0FEB395043557E065AB5E880E913B307D65E7A9C9A9714A7 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.2.0/install-386.exe + InstallerSha256: 0E95F1B3181125AA0FEB395043557E065AB5E880E913B307D65E7A9C9A9714A7 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.2.0/install-arm64.exe + InstallerSha256: 8BF9BA0E6A785BE5349D77FA78F0A2B644C235D00B5F838C8A95ABE5C0A66E01 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.2.0/install-arm64.exe + InstallerSha256: 8BF9BA0E6A785BE5349D77FA78F0A2B644C235D00B5F838C8A95ABE5C0A66E01 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-25 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.2.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.2.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..971278c71da05 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.2.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.2.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v22.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.2.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.2.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..705a5c0b2a673 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.2.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.3.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.3.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..5bd240178c06b --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.3.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.3.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.3.0/install-amd64.exe + InstallerSha256: 3F0B94F26B4E978A27A1D65333D405038C92B5124CFB5FF4CBEB2EF616D17963 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.3.0/install-amd64.exe + InstallerSha256: 3F0B94F26B4E978A27A1D65333D405038C92B5124CFB5FF4CBEB2EF616D17963 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.3.0/install-386.exe + InstallerSha256: 487C70A3583AC036B0D33A3331AEB278B5A196CF73461FC93FC8E10CD922C6C2 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.3.0/install-386.exe + InstallerSha256: 487C70A3583AC036B0D33A3331AEB278B5A196CF73461FC93FC8E10CD922C6C2 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.3.0/install-arm64.exe + InstallerSha256: FF79AA24756447DEB3FC5B1CF627B0C8AFE0B95DBCFDCD74A437336B3417406A + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.3.0/install-arm64.exe + InstallerSha256: FF79AA24756447DEB3FC5B1CF627B0C8AFE0B95DBCFDCD74A437336B3417406A + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-25 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.3.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.3.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..edc9b69f072cd --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.3.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.3.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v22.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/22.3.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/22.3.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..cbd7ecda18aed --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/22.3.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 22.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..8780c25a82fb4 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.0.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.0/install-amd64.exe + InstallerSha256: 07128047D8873C8E9ED8919E3805E03393C0B45E4DC6A0038DD8AC1020613CF0 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.0/install-amd64.exe + InstallerSha256: 07128047D8873C8E9ED8919E3805E03393C0B45E4DC6A0038DD8AC1020613CF0 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.0/install-386.exe + InstallerSha256: 25E34FD584440E1FAA701998AAFDA5D5ECAE24558CBEDE6F986DA6E4D2072A97 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.0/install-386.exe + InstallerSha256: 25E34FD584440E1FAA701998AAFDA5D5ECAE24558CBEDE6F986DA6E4D2072A97 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.0/install-arm64.exe + InstallerSha256: 27D0D1FCF9A03BB7B56B971218E182C592BF0FDA6A373941621CF7C2501E5E50 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.0/install-arm64.exe + InstallerSha256: 27D0D1FCF9A03BB7B56B971218E182C592BF0FDA6A373941621CF7C2501E5E50 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-26 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..77aabb62f3109 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.0.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..c25aa1649bb5d --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.1/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.1/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..e2251909358c2 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.1/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.0.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.1/install-amd64.exe + InstallerSha256: 88742CD140371F316658F629336476D969998E6567F14148947DA106AEF17F9B + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.1/install-amd64.exe + InstallerSha256: 88742CD140371F316658F629336476D969998E6567F14148947DA106AEF17F9B + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.1/install-386.exe + InstallerSha256: D16F02EB2C86541A6952505ADBAF17B76692B20E3277A33706D513814BEB780B + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.1/install-386.exe + InstallerSha256: D16F02EB2C86541A6952505ADBAF17B76692B20E3277A33706D513814BEB780B + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.1/install-arm64.exe + InstallerSha256: D41BCABDB14BACC2E050372705033C0ACEFF82E7B7F8AD38D40B817B0A5E99C1 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.1/install-arm64.exe + InstallerSha256: D41BCABDB14BACC2E050372705033C0ACEFF82E7B7F8AD38D40B817B0A5E99C1 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-26 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..206db51ecc3e1 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.0.1 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.1/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.1/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..15f6c3b6dbce1 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.1/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.2/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.2/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..8a27fb31f55ac --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.2/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.0.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.2/install-amd64.exe + InstallerSha256: A998E2671AD9CA6078E501E29ECF07EE5FE55D6FBFA2894591A2E4B1FF8D0980 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.2/install-amd64.exe + InstallerSha256: A998E2671AD9CA6078E501E29ECF07EE5FE55D6FBFA2894591A2E4B1FF8D0980 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.2/install-386.exe + InstallerSha256: D9EB2268259D2649D5962A05B4EB554B386D62131BC4BA21759A4E890DDEEB64 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.2/install-386.exe + InstallerSha256: D9EB2268259D2649D5962A05B4EB554B386D62131BC4BA21759A4E890DDEEB64 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.2/install-arm64.exe + InstallerSha256: A46876F26FB7A7FE51302E16C31050C6F17D364662D9BF187E336E78FA5F19BF + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.0.2/install-arm64.exe + InstallerSha256: A46876F26FB7A7FE51302E16C31050C6F17D364662D9BF187E336E78FA5F19BF + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-26 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..2a024048a1d13 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.0.2 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.2/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.2/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..4b77d228e054e --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.0.2/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.1.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.1.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..66cbfc745d31f --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.1.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.1.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.1.0/install-amd64.exe + InstallerSha256: 7014583D1F332B4612729846FB7A0738B77BBFBBA5610AB9971874831DC74532 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.1.0/install-amd64.exe + InstallerSha256: 7014583D1F332B4612729846FB7A0738B77BBFBBA5610AB9971874831DC74532 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.1.0/install-386.exe + InstallerSha256: A0B8CE8FDB2EA319E4277111093F60ECA7ED2A0D2D02006AA43AA12CA44BA833 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.1.0/install-386.exe + InstallerSha256: A0B8CE8FDB2EA319E4277111093F60ECA7ED2A0D2D02006AA43AA12CA44BA833 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.1.0/install-arm64.exe + InstallerSha256: 15C4B7ED66C284B134221E4A04740CCC765745C75E891964035C125B49655824 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.1.0/install-arm64.exe + InstallerSha256: 15C4B7ED66C284B134221E4A04740CCC765745C75E891964035C125B49655824 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-27 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.1.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.1.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..d5d59b664e7ad --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.1.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.1.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.1.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.1.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..0fb189fe2d629 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.1.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..7d5491d50e8f1 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.10.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.10.0/install-amd64.exe + InstallerSha256: EB5AF6793D264083A8810C3F42F035E8568D12654A377B4B98DACD6FA1D64A41 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.10.0/install-amd64.exe + InstallerSha256: EB5AF6793D264083A8810C3F42F035E8568D12654A377B4B98DACD6FA1D64A41 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.10.0/install-386.exe + InstallerSha256: 33C221BB70C4E7335C71000B833F89A6EA65B244188BA91DF522F75F07AF83F7 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.10.0/install-386.exe + InstallerSha256: 33C221BB70C4E7335C71000B833F89A6EA65B244188BA91DF522F75F07AF83F7 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.10.0/install-arm64.exe + InstallerSha256: B1C7EEC34DC86B6942DAF7813C0CBA1A7B0D5997BC00236215B6B150C5DF074A + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.10.0/install-arm64.exe + InstallerSha256: B1C7EEC34DC86B6942DAF7813C0CBA1A7B0D5997BC00236215B6B150C5DF074A + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-02 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..2e443b27d8672 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.10.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.10.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..e9441ce1f50e4 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.1/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.1/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..fada555c94bab --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.1/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.10.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.10.1/install-amd64.exe + InstallerSha256: F3F942A4F3B3329DBE2FFA4E7479379343282A98064C7AF1388556861A46D1D3 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.10.1/install-amd64.exe + InstallerSha256: F3F942A4F3B3329DBE2FFA4E7479379343282A98064C7AF1388556861A46D1D3 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.10.1/install-386.exe + InstallerSha256: FC4307AE56DB5A70FC7D2890A9268CAB95686D57DCF129B21D5E884A86BA98B1 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.10.1/install-386.exe + InstallerSha256: FC4307AE56DB5A70FC7D2890A9268CAB95686D57DCF129B21D5E884A86BA98B1 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.10.1/install-arm64.exe + InstallerSha256: 47CBDBA4D3EC51600E07A09C02CF4E18022A2B214BE6D8F211F6B8A0F7B89CF6 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.10.1/install-arm64.exe + InstallerSha256: 47CBDBA4D3EC51600E07A09C02CF4E18022A2B214BE6D8F211F6B8A0F7B89CF6 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-02 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..21d86feff2f2b --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.10.1 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.10.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.1/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.1/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..f9664367518d7 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.10.1/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.10.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..3d4a98c2eaf5a --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.11.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.11.0/install-amd64.exe + InstallerSha256: DF72F1AC6445F41B594B56A698C3048F0F949F991D40422784635B5A8715D274 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.11.0/install-amd64.exe + InstallerSha256: DF72F1AC6445F41B594B56A698C3048F0F949F991D40422784635B5A8715D274 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.11.0/install-386.exe + InstallerSha256: 93671C567E53FF554FCA7C8518C9904B52F1A1D367709540CD571FEDB99C82ED + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.11.0/install-386.exe + InstallerSha256: 93671C567E53FF554FCA7C8518C9904B52F1A1D367709540CD571FEDB99C82ED + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.11.0/install-arm64.exe + InstallerSha256: A6E778E22AB3BAB4F185DDA33C980240251B40DAEEB9C87C7E65A30605CCE039 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.11.0/install-arm64.exe + InstallerSha256: A6E778E22AB3BAB4F185DDA33C980240251B40DAEEB9C87C7E65A30605CCE039 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-07 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..4cb88fcf0090a --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.11.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.11.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..512da961c7d33 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.1/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.1/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..4c4dcc4bd00c9 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.1/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.11.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.11.1/install-amd64.exe + InstallerSha256: A417203F2B1E8EBBAA33E7F059BADE6D4C7C7867A6ED10F9B123009A9175F57B + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.11.1/install-amd64.exe + InstallerSha256: A417203F2B1E8EBBAA33E7F059BADE6D4C7C7867A6ED10F9B123009A9175F57B + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.11.1/install-386.exe + InstallerSha256: 273454D8EE13E939EC52A70B35254AA4891972F67A868E6559DFB679BB671211 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.11.1/install-386.exe + InstallerSha256: 273454D8EE13E939EC52A70B35254AA4891972F67A868E6559DFB679BB671211 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.11.1/install-arm64.exe + InstallerSha256: E7A9DEF4948156A4DADA71CB094530249DA5D0D706EF1AD2CB53A5424148E5C4 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.11.1/install-arm64.exe + InstallerSha256: E7A9DEF4948156A4DADA71CB094530249DA5D0D706EF1AD2CB53A5424148E5C4 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-08 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..b39479390661e --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.11.1 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.11.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.1/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.1/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..05226bf62f597 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.11.1/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.11.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.12.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.12.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..6919d889bcd2a --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.12.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.12.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.12.0/install-amd64.exe + InstallerSha256: 53A4FEBFE6FE1E406E4A76084787A9A18E983A7AB5E3C8470B166C733542F2C7 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.12.0/install-amd64.exe + InstallerSha256: 53A4FEBFE6FE1E406E4A76084787A9A18E983A7AB5E3C8470B166C733542F2C7 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.12.0/install-386.exe + InstallerSha256: 143143C8495D12AD959F763C5C43182CC72F313623E9F6D2DB8045FD84BEC16E + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.12.0/install-386.exe + InstallerSha256: 143143C8495D12AD959F763C5C43182CC72F313623E9F6D2DB8045FD84BEC16E + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.12.0/install-arm64.exe + InstallerSha256: A7006F5FA01FD6CAEEB2EB620621EAC1514E7F7126267766F808270A4CD2E9E7 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.12.0/install-arm64.exe + InstallerSha256: A7006F5FA01FD6CAEEB2EB620621EAC1514E7F7126267766F808270A4CD2E9E7 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-09 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.12.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.12.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..07d51517e406b --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.12.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.12.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.12.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.12.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.12.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..6962236b4a61e --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.12.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..8a5379c266e51 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.13.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.13.0/install-amd64.exe + InstallerSha256: 51BC949C779B6C93ACE3997C354D3CBB05D97C9980C0F97434BBD183853BF210 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.13.0/install-amd64.exe + InstallerSha256: 51BC949C779B6C93ACE3997C354D3CBB05D97C9980C0F97434BBD183853BF210 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.13.0/install-386.exe + InstallerSha256: 3D3C2963C987B0A93EE339392220672A8622AFD2468CC6D3D876F73A3B8CEE7E + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.13.0/install-386.exe + InstallerSha256: 3D3C2963C987B0A93EE339392220672A8622AFD2468CC6D3D876F73A3B8CEE7E + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.13.0/install-arm64.exe + InstallerSha256: EF68810B6D7A11D06D8FACF39AA8BC3A430610D6E0C438A1BC9ADF1E8F897004 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.13.0/install-arm64.exe + InstallerSha256: EF68810B6D7A11D06D8FACF39AA8BC3A430610D6E0C438A1BC9ADF1E8F897004 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-12 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..3c6dadc5ee5be --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.13.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.13.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..cb235ee088543 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.1/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.1/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..6a8e00327ea0c --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.1/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.13.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.13.1/install-amd64.exe + InstallerSha256: 137238AF8D5010C024D61CF8FE18BDDD3DBDDEA5ED2D2EDA00DC33A3026A9AA3 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.13.1/install-amd64.exe + InstallerSha256: 137238AF8D5010C024D61CF8FE18BDDD3DBDDEA5ED2D2EDA00DC33A3026A9AA3 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.13.1/install-386.exe + InstallerSha256: EDA6EC89DFE5BA4A4FC21DC5CF9215819B98B1DB9F6F2FA4AE09FB8039E1F3F3 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.13.1/install-386.exe + InstallerSha256: EDA6EC89DFE5BA4A4FC21DC5CF9215819B98B1DB9F6F2FA4AE09FB8039E1F3F3 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.13.1/install-arm64.exe + InstallerSha256: 70100F4D6AA98622728B24645C04C8323BA58D693A63875435F7A968D093F878 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.13.1/install-arm64.exe + InstallerSha256: 70100F4D6AA98622728B24645C04C8323BA58D693A63875435F7A968D093F878 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-09-12 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..b9b1e91864023 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.13.1 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.13.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.1/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.1/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..c24fd5d18dcb2 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.13.1/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.13.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..f6b3399f30238 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.2.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.2.0/install-amd64.exe + InstallerSha256: AC534AD3D0A251843F59433725A0BC3A6841C384069E15BB84DE2E90C9C7CC93 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.2.0/install-amd64.exe + InstallerSha256: AC534AD3D0A251843F59433725A0BC3A6841C384069E15BB84DE2E90C9C7CC93 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.2.0/install-386.exe + InstallerSha256: 299F4E7D0840423FAE275E8C9576BFDCC81FD24B129983C27AB5FB0838895698 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.2.0/install-386.exe + InstallerSha256: 299F4E7D0840423FAE275E8C9576BFDCC81FD24B129983C27AB5FB0838895698 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.2.0/install-arm64.exe + InstallerSha256: 185F1D3F8DA042E23376A35232202D8D581AE2D2788843B8659A415D46AE2710 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.2.0/install-arm64.exe + InstallerSha256: 185F1D3F8DA042E23376A35232202D8D581AE2D2788843B8659A415D46AE2710 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-27 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..ede51d9c7c2af --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.2.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..ff25180aa5ca7 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.1/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.1/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..ae13cef8658f6 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.1/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.2.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.2.1/install-amd64.exe + InstallerSha256: 6C58B8FCCD0A2FA6D22389050E7DE57AF0E581BAB415B9764D517CFFDF2036EA + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.2.1/install-amd64.exe + InstallerSha256: 6C58B8FCCD0A2FA6D22389050E7DE57AF0E581BAB415B9764D517CFFDF2036EA + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.2.1/install-386.exe + InstallerSha256: B9DA82394317870B49065BAB76AEBECF614432410339C536D56D943F1834EBBD + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.2.1/install-386.exe + InstallerSha256: B9DA82394317870B49065BAB76AEBECF614432410339C536D56D943F1834EBBD + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.2.1/install-arm64.exe + InstallerSha256: 2D5C7E26E5313AF1C13DC7C3FEB2BFAE7AB593B431F9ADCFC6AB4AADCE184B36 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.2.1/install-arm64.exe + InstallerSha256: 2D5C7E26E5313AF1C13DC7C3FEB2BFAE7AB593B431F9ADCFC6AB4AADCE184B36 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-27 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..8aef87712e3a9 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.2.1 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.1/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.1/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..c3bd97164aa5c --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.2.1/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..dd01512ae5cf3 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.3.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.0/install-amd64.exe + InstallerSha256: F40847DD72FC6EDC1EF2A631089CDE21F06386B42B3B17E5C91975B57B16F146 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.0/install-amd64.exe + InstallerSha256: F40847DD72FC6EDC1EF2A631089CDE21F06386B42B3B17E5C91975B57B16F146 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.0/install-386.exe + InstallerSha256: B74ADF6F2989C464782454E2A2FE64D017CAF23F7207DB96B3FEA8E8E020A052 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.0/install-386.exe + InstallerSha256: B74ADF6F2989C464782454E2A2FE64D017CAF23F7207DB96B3FEA8E8E020A052 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.0/install-arm64.exe + InstallerSha256: 4E518136A685DF18945F0405CE51E4C8239D8CA5FA9C9F4CF752029A07761124 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.0/install-arm64.exe + InstallerSha256: 4E518136A685DF18945F0405CE51E4C8239D8CA5FA9C9F4CF752029A07761124 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-27 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..e1b06bbfaaa7e --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.3.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..e627f6123ece2 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.1/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.1/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..d67ca266ccbc3 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.1/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.3.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.1/install-amd64.exe + InstallerSha256: 6C1E2CED349A32185698C9F52A3B79282B93A7A086CB97B06C967DEE5EBDB308 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.1/install-amd64.exe + InstallerSha256: 6C1E2CED349A32185698C9F52A3B79282B93A7A086CB97B06C967DEE5EBDB308 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.1/install-386.exe + InstallerSha256: 518A2E077240B80F30DF6CCAEE204B84A4417621252B5D0B074FB31519E17902 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.1/install-386.exe + InstallerSha256: 518A2E077240B80F30DF6CCAEE204B84A4417621252B5D0B074FB31519E17902 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.1/install-arm64.exe + InstallerSha256: 60FD2CB87E8A6F04555E769D189B5388B150052D78E4863A1164A8EAEEC5D5AD + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.1/install-arm64.exe + InstallerSha256: 60FD2CB87E8A6F04555E769D189B5388B150052D78E4863A1164A8EAEEC5D5AD + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-29 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..096c22e5fc8f3 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.3.1 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.1/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.1/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..04ac23b2dd11a --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.1/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.2/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.2/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..0174acf188ccf --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.2/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.3.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.2/install-amd64.exe + InstallerSha256: EF2694333F32DABC7C1C6482F01DF679E7D3D9C01F0F9BA41DC89617CC6DE66B + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.2/install-amd64.exe + InstallerSha256: EF2694333F32DABC7C1C6482F01DF679E7D3D9C01F0F9BA41DC89617CC6DE66B + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.2/install-386.exe + InstallerSha256: 5DA9F1C29890DE6BBC5D394C7CC751BF66973FEAE4BF25B0B5825A437989A584 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.2/install-386.exe + InstallerSha256: 5DA9F1C29890DE6BBC5D394C7CC751BF66973FEAE4BF25B0B5825A437989A584 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.2/install-arm64.exe + InstallerSha256: F2895A5DD9C078C57B967D1E17F5E9512C77F6BD2768517A1E87647DBB6AD490 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.2/install-arm64.exe + InstallerSha256: F2895A5DD9C078C57B967D1E17F5E9512C77F6BD2768517A1E87647DBB6AD490 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-30 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..e731a6236a7a2 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.3.2 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.3.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.2/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.2/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..74ac4899c8536 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.2/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.3/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.3/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..11c8f9621e27b --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.3/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.3.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.3/install-amd64.exe + InstallerSha256: C14D9286510573DC0BD76B73130F22CDEEF115E792C0CB82804A25CCEE92A382 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.3/install-amd64.exe + InstallerSha256: C14D9286510573DC0BD76B73130F22CDEEF115E792C0CB82804A25CCEE92A382 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.3/install-386.exe + InstallerSha256: 4452E4DC9B9C08558164DE99A81A83E91E78EB78C047169CE276FFFD05B7BF4C + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.3/install-386.exe + InstallerSha256: 4452E4DC9B9C08558164DE99A81A83E91E78EB78C047169CE276FFFD05B7BF4C + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.3/install-arm64.exe + InstallerSha256: 541CA9AAA66AEB03277410B2A01F3573D862FC7D4A7E8F25BB4F7D5CD8CECDCA + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.3.3/install-arm64.exe + InstallerSha256: 541CA9AAA66AEB03277410B2A01F3573D862FC7D4A7E8F25BB4F7D5CD8CECDCA + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-07-30 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..d718f41cf8af3 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.3.3 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.3.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.3/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.3/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..fe60e90d8bb33 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.3.3/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..2034b0fdb68e3 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.4.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.4.0/install-amd64.exe + InstallerSha256: A799E4816903053782EF2BF9FAC6C35325DDF7B617DA41059354F35144282E53 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.4.0/install-amd64.exe + InstallerSha256: A799E4816903053782EF2BF9FAC6C35325DDF7B617DA41059354F35144282E53 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.4.0/install-386.exe + InstallerSha256: 7974FB17AA42D469AB4DCF71407F2218DBBFDDDE83EC5B48179177CE606A15E2 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.4.0/install-386.exe + InstallerSha256: 7974FB17AA42D469AB4DCF71407F2218DBBFDDDE83EC5B48179177CE606A15E2 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.4.0/install-arm64.exe + InstallerSha256: 2CC814A1A123771524E7C2BCA0073CB3E078C8DE2C9B0A320FF03DD94762009B + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.4.0/install-arm64.exe + InstallerSha256: 2CC814A1A123771524E7C2BCA0073CB3E078C8DE2C9B0A320FF03DD94762009B + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-01 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..742b3e562ce5c --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.4.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..a684ad197a51c --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.1/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.1/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..8aef94e17b2b3 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.1/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.4.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.4.1/install-amd64.exe + InstallerSha256: 9C3B95F9C39FD9F745C5A127B5CBD4D9AAFCC7236632CA12F4B15D7B4AB3ADD0 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.4.1/install-amd64.exe + InstallerSha256: 9C3B95F9C39FD9F745C5A127B5CBD4D9AAFCC7236632CA12F4B15D7B4AB3ADD0 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.4.1/install-386.exe + InstallerSha256: F497DED0E4B7170E32F5A3F3919A02B45FF96B850728E85A6838D9766FABFE10 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.4.1/install-386.exe + InstallerSha256: F497DED0E4B7170E32F5A3F3919A02B45FF96B850728E85A6838D9766FABFE10 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.4.1/install-arm64.exe + InstallerSha256: 66F57A241B4EAAEA41C0F3A814A0C20988FB6A313A8329863EB6CDDC07B07838 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.4.1/install-arm64.exe + InstallerSha256: 66F57A241B4EAAEA41C0F3A814A0C20988FB6A313A8329863EB6CDDC07B07838 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-04 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..0d8031217f871 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.4.1 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.1/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.1/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..91b34a1695ae3 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.4.1/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.5.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.5.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..f8a3e6383edf6 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.5.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.5.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.5.0/install-amd64.exe + InstallerSha256: C0841A00858D2401BAB5ADBA04D04D2FA21DEDE3BA1D2AF0FB65DF2153704CB8 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.5.0/install-amd64.exe + InstallerSha256: C0841A00858D2401BAB5ADBA04D04D2FA21DEDE3BA1D2AF0FB65DF2153704CB8 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.5.0/install-386.exe + InstallerSha256: 00D01CE229876235B5110A016A2237F3AFC2AADB7AE64D56423864997C28E902 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.5.0/install-386.exe + InstallerSha256: 00D01CE229876235B5110A016A2237F3AFC2AADB7AE64D56423864997C28E902 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.5.0/install-arm64.exe + InstallerSha256: 268E6E5C5C855A661C95FF73FBC5EEE7BB9D79F5E321A00AFC2C1F27FEDFCD54 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.5.0/install-arm64.exe + InstallerSha256: 268E6E5C5C855A661C95FF73FBC5EEE7BB9D79F5E321A00AFC2C1F27FEDFCD54 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-06 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.5.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.5.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..0caa36b5c3ac4 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.5.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.5.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.5.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.5.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..acba182aa39ca --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.5.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..7b6c25514549c --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.0/install-amd64.exe + InstallerSha256: 14D4F2143BBEEFC90E4C5FE116473DB4EA5369D86FF7C252931C03A0E5680ABC + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.0/install-amd64.exe + InstallerSha256: 14D4F2143BBEEFC90E4C5FE116473DB4EA5369D86FF7C252931C03A0E5680ABC + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.0/install-386.exe + InstallerSha256: 3DD0FD9E5AF52A60DA228D0D01146EE002268661EFC55147841C0C39D24DAE4B + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.0/install-386.exe + InstallerSha256: 3DD0FD9E5AF52A60DA228D0D01146EE002268661EFC55147841C0C39D24DAE4B + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.0/install-arm64.exe + InstallerSha256: E10348CFF012FABA1E510DE67FAD833F0ED4496DC9A89E01AB64EFA096A6F7FA + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.0/install-arm64.exe + InstallerSha256: E10348CFF012FABA1E510DE67FAD833F0ED4496DC9A89E01AB64EFA096A6F7FA + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-06 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..e6e23f36128ba --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..33e2239d91be1 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.1/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.1/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..338534b2ce5d6 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.1/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.1/install-amd64.exe + InstallerSha256: 9D5E8C7FD5315CDC1779FA870E89CBB487D801B5EBDBD91AF16C5E053DA2D41E + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.1/install-amd64.exe + InstallerSha256: 9D5E8C7FD5315CDC1779FA870E89CBB487D801B5EBDBD91AF16C5E053DA2D41E + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.1/install-386.exe + InstallerSha256: 153F8E04FCF3BCA957BCD23D6C10ACA3ED66032F0F769687D8DF4060601368F0 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.1/install-386.exe + InstallerSha256: 153F8E04FCF3BCA957BCD23D6C10ACA3ED66032F0F769687D8DF4060601368F0 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.1/install-arm64.exe + InstallerSha256: 133612190A02FF80155C95448797ACA02B597CC391C8006726F3B1940C785E0B + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.1/install-arm64.exe + InstallerSha256: 133612190A02FF80155C95448797ACA02B597CC391C8006726F3B1940C785E0B + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-08 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..6cf00a89a4e98 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.1 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.6.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.1/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.1/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..dd1d30ffe155a --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.1/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.2/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.2/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..b477b6cff1051 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.2/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.2/install-amd64.exe + InstallerSha256: 3FB66ABEADEE0EC702833452C2B0A018F019C8998B059E6F5BE7F1AA79250E4D + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.2/install-amd64.exe + InstallerSha256: 3FB66ABEADEE0EC702833452C2B0A018F019C8998B059E6F5BE7F1AA79250E4D + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.2/install-386.exe + InstallerSha256: F1257D1B2C3FAAB59FFEB9766C33288AD5483060D59A2A97285DE6DB64271EAD + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.2/install-386.exe + InstallerSha256: F1257D1B2C3FAAB59FFEB9766C33288AD5483060D59A2A97285DE6DB64271EAD + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.2/install-arm64.exe + InstallerSha256: 5649A064D348F88B1306B151D1446C1C2C292FE0A39D96EEE7496F975F039A4D + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.2/install-arm64.exe + InstallerSha256: 5649A064D348F88B1306B151D1446C1C2C292FE0A39D96EEE7496F975F039A4D + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-09 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..c44eb697e2530 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.2 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.2/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.2/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..7aaa5abea1365 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.2/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.3/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.3/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..01a56a7aa49e2 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.3/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.3/install-amd64.exe + InstallerSha256: 53EE84D099A16A030082B67DBC77FE1E06BAE2AD37626EBF410DC52854C9A8A0 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.3/install-amd64.exe + InstallerSha256: 53EE84D099A16A030082B67DBC77FE1E06BAE2AD37626EBF410DC52854C9A8A0 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.3/install-386.exe + InstallerSha256: 3B5445B28A76EF451EF0CAD5965521649ACD53A0783EED232EB20A4D4941D8EF + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.3/install-386.exe + InstallerSha256: 3B5445B28A76EF451EF0CAD5965521649ACD53A0783EED232EB20A4D4941D8EF + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.3/install-arm64.exe + InstallerSha256: 7E0DB8A964ED032AD71E8CBDBC8EBEC23497ECD363A56701D898618FC25E4F30 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.3/install-arm64.exe + InstallerSha256: 7E0DB8A964ED032AD71E8CBDBC8EBEC23497ECD363A56701D898618FC25E4F30 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-13 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..9018c17302215 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.3 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.6.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.3/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.3/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..274259267b444 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.3/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.4/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.4/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..5dfa07475e5ef --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.4/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.4 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.4/install-amd64.exe + InstallerSha256: FC71D553F564D48101C20EB8486D6B054565196D82D52480B59D8C812E209AD7 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.4/install-amd64.exe + InstallerSha256: FC71D553F564D48101C20EB8486D6B054565196D82D52480B59D8C812E209AD7 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.4/install-386.exe + InstallerSha256: 83ED246085D9C0D081FD2C8ADF9CD9E81FCDAA5D474DDDAC14E0B679AF2EA80A + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.4/install-386.exe + InstallerSha256: 83ED246085D9C0D081FD2C8ADF9CD9E81FCDAA5D474DDDAC14E0B679AF2EA80A + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.4/install-arm64.exe + InstallerSha256: 1C32B3A13CB70235ED60E3CC7D6958A1E7986EB72D63E6881765C9DED2F1E0C7 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.4/install-arm64.exe + InstallerSha256: 1C32B3A13CB70235ED60E3CC7D6958A1E7986EB72D63E6881765C9DED2F1E0C7 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-18 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.4/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.4/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..962a9e82fc5a4 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.4/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.4 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.6.4 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.4/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.4/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..f022dc53e5f3d --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.4/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.5/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.5/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..97d7c031e23e4 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.5/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.5 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.5/install-amd64.exe + InstallerSha256: BC0AA56EE320AD82FC923D3F68027FF355F0D6FB36BAE17318655527B51715D3 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.5/install-amd64.exe + InstallerSha256: BC0AA56EE320AD82FC923D3F68027FF355F0D6FB36BAE17318655527B51715D3 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.5/install-386.exe + InstallerSha256: B314A2961B4480BEF419663A68A7CA63A8E9CE5D08A494E5390F613D62272BB5 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.5/install-386.exe + InstallerSha256: B314A2961B4480BEF419663A68A7CA63A8E9CE5D08A494E5390F613D62272BB5 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.5/install-arm64.exe + InstallerSha256: AC81C21A890EF0D2AB62E900A5CA47FF8C0CB8FFCE078D84FA6735E746F7700F + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.5/install-arm64.exe + InstallerSha256: AC81C21A890EF0D2AB62E900A5CA47FF8C0CB8FFCE078D84FA6735E746F7700F + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-18 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.5/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.5/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..b7778c6358e64 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.5/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.5 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.6.5 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.5/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.5/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..2cf40cc047586 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.5/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.6/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.6/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..036436fc46dcb --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.6/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.6 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.6/install-amd64.exe + InstallerSha256: AB6ED6C07C6669FE138F2319097AF33FEDC82F9AA3BEF2917C9B436F194B6D59 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.6/install-amd64.exe + InstallerSha256: AB6ED6C07C6669FE138F2319097AF33FEDC82F9AA3BEF2917C9B436F194B6D59 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.6/install-386.exe + InstallerSha256: 1FDA94BB120905A5A23941660686AE46AA0EC2757360DEFB99F67608E8D8D72D + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.6/install-386.exe + InstallerSha256: 1FDA94BB120905A5A23941660686AE46AA0EC2757360DEFB99F67608E8D8D72D + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.6/install-arm64.exe + InstallerSha256: 213F1240E7987A00DA7E9657DD089CF56C20FC14F884CD085BA002E874A47CF8 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.6/install-arm64.exe + InstallerSha256: 213F1240E7987A00DA7E9657DD089CF56C20FC14F884CD085BA002E874A47CF8 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-19 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.6/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.6/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..aed813a9b25fa --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.6/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.6 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.6.6 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.6/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.6/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..289b77a0f72ed --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.6/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.7/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.7/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..70dd0a8fb8e9c --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.7/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.7 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.7/install-amd64.exe + InstallerSha256: AF5A6AF89274EACC457C8CDB906035EE0365CFD2F365144F7EE5D3FB25BADA1D + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.7/install-amd64.exe + InstallerSha256: AF5A6AF89274EACC457C8CDB906035EE0365CFD2F365144F7EE5D3FB25BADA1D + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.7/install-386.exe + InstallerSha256: E73D3FD8E4DADEFF6DA1C9ACC7BC6B7DEF99FB7A9C197E71D36AD45598759E88 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.7/install-386.exe + InstallerSha256: E73D3FD8E4DADEFF6DA1C9ACC7BC6B7DEF99FB7A9C197E71D36AD45598759E88 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.7/install-arm64.exe + InstallerSha256: EF47CBEAFE87B702D9E0A0B54DBA2EEB99B69B6C9E39209EDA1C2906E9EB11B6 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.7/install-arm64.exe + InstallerSha256: EF47CBEAFE87B702D9E0A0B54DBA2EEB99B69B6C9E39209EDA1C2906E9EB11B6 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-20 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.7/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.7/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..12d98cb7f0811 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.7/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.7 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.6.7 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.7/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.7/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..3b8ec6d4e699d --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.7/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.8/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.8/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..59116b3e06170 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.8/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.8 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.8/install-amd64.exe + InstallerSha256: 7DA43ECCEB30EBC0036DC065A2A43BFCDC8606A178515E27CE1F5B3176996314 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.8/install-amd64.exe + InstallerSha256: 7DA43ECCEB30EBC0036DC065A2A43BFCDC8606A178515E27CE1F5B3176996314 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.8/install-386.exe + InstallerSha256: 1AE53B2A11817A8E410AF461589A0A64177AB334BAAD2368E4E31D849FF563DA + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.8/install-386.exe + InstallerSha256: 1AE53B2A11817A8E410AF461589A0A64177AB334BAAD2368E4E31D849FF563DA + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.8/install-arm64.exe + InstallerSha256: 7EC87E96D2B75350F56B33802EC3B72860219AEF933591E723994C9FC02C4F83 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.8/install-arm64.exe + InstallerSha256: 7EC87E96D2B75350F56B33802EC3B72860219AEF933591E723994C9FC02C4F83 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-21 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.8/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.8/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..be003735b3a90 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.8/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.8 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.6.8 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.8/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.8/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..9b094e4ecd635 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.6.8/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.6.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..4edcfe534d78b --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.7.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.0/install-amd64.exe + InstallerSha256: 0229F14E34EC601955A74AB402A54E8DA98C6C4904DE070CCE836BEDE7B52674 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.0/install-amd64.exe + InstallerSha256: 0229F14E34EC601955A74AB402A54E8DA98C6C4904DE070CCE836BEDE7B52674 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.0/install-386.exe + InstallerSha256: C6A04D2B6BD18EEF3669ACA7FED94BCC08574A47E31DF72F97925E3962EA6FD6 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.0/install-386.exe + InstallerSha256: C6A04D2B6BD18EEF3669ACA7FED94BCC08574A47E31DF72F97925E3962EA6FD6 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.0/install-arm64.exe + InstallerSha256: C9A1E6E9E0FA5DDA200402824B48B6221898C15CBA6F0A63902CAD03C10FABD5 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.0/install-arm64.exe + InstallerSha256: C9A1E6E9E0FA5DDA200402824B48B6221898C15CBA6F0A63902CAD03C10FABD5 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-22 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..ee1b4c27ea385 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.7.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..aea4501682a40 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.1/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.1/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..4be1d53b816a3 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.1/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.7.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.1/install-amd64.exe + InstallerSha256: 64930C47CFA237C2C2C5FBB7650FEA43F45EC0258B80BF26FA0525291C81B8D5 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.1/install-amd64.exe + InstallerSha256: 64930C47CFA237C2C2C5FBB7650FEA43F45EC0258B80BF26FA0525291C81B8D5 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.1/install-386.exe + InstallerSha256: 49AACC52DEE63BB8402341C4DEF5E4F64DC5EF70E2A93A13F922A30C80D89CF7 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.1/install-386.exe + InstallerSha256: 49AACC52DEE63BB8402341C4DEF5E4F64DC5EF70E2A93A13F922A30C80D89CF7 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.1/install-arm64.exe + InstallerSha256: 71ADD3F7D83A89E50E24AF348F662DF085E9BEA0B036CC759B3468C5BBBC2E87 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.1/install-arm64.exe + InstallerSha256: 71ADD3F7D83A89E50E24AF348F662DF085E9BEA0B036CC759B3468C5BBBC2E87 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-22 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..8a1d76adc4ba9 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.7.1 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.7.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.1/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.1/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..9db101f488ff7 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.1/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.2/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.2/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..868eb6ab014d6 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.2/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.7.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.2/install-amd64.exe + InstallerSha256: BD2DA183C98F0CA24072217115D785E99ED7AA1ABBB03702B26C0E33E6450440 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.2/install-amd64.exe + InstallerSha256: BD2DA183C98F0CA24072217115D785E99ED7AA1ABBB03702B26C0E33E6450440 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.2/install-386.exe + InstallerSha256: E01AC453AF37E50F9C57A49FF0F5A24ED517BB30953BC77433454A39F804BFC5 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.2/install-386.exe + InstallerSha256: E01AC453AF37E50F9C57A49FF0F5A24ED517BB30953BC77433454A39F804BFC5 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.2/install-arm64.exe + InstallerSha256: 5465AD5826E47515E0A0DAFACF300A4514852BAE6EE202B85ECDDFE3668BDBDA + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.7.2/install-arm64.exe + InstallerSha256: 5465AD5826E47515E0A0DAFACF300A4514852BAE6EE202B85ECDDFE3668BDBDA + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-22 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..2f734ac367009 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.2/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.7.2 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.2/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.2/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..628c3844b6697 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.7.2/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.8.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.8.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..f55f6fdb5c022 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.8.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.8.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.8.0/install-amd64.exe + InstallerSha256: 2D2EAA7EB376BA308B0FA8C9B13A5CB33C4590EFCDFDDE7A68A5E2A531D2C617 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.8.0/install-amd64.exe + InstallerSha256: 2D2EAA7EB376BA308B0FA8C9B13A5CB33C4590EFCDFDDE7A68A5E2A531D2C617 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.8.0/install-386.exe + InstallerSha256: FBA14F44D9E388644321982BBB8CB936FA5D21172299153450A17F2E3629DA15 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.8.0/install-386.exe + InstallerSha256: FBA14F44D9E388644321982BBB8CB936FA5D21172299153450A17F2E3629DA15 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.8.0/install-arm64.exe + InstallerSha256: 2D9436C7A206E20FDF253807551277BA405684DA0EC8DA4BFD714F4FF7786F56 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.8.0/install-arm64.exe + InstallerSha256: 2D9436C7A206E20FDF253807551277BA405684DA0EC8DA4BFD714F4FF7786F56 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-27 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.8.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.8.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..da5d5a1fbdb7a --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.8.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.8.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.8.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.8.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.8.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..628939ac4558e --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.8.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.0/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.0/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..e511239a3dbf9 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.0/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.9.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.0/install-amd64.exe + InstallerSha256: E308D17D87B76232D3732C51E767E4016858B4286D1D4DD01524A508B1E78DF5 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.0/install-amd64.exe + InstallerSha256: E308D17D87B76232D3732C51E767E4016858B4286D1D4DD01524A508B1E78DF5 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.0/install-386.exe + InstallerSha256: 45BE68DDC071ED98D293516FF82A7D92CCABF3ADEC8876E9AA6894D331940BBD + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.0/install-386.exe + InstallerSha256: 45BE68DDC071ED98D293516FF82A7D92CCABF3ADEC8876E9AA6894D331940BBD + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.0/install-arm64.exe + InstallerSha256: B282888430A2B8EC46056924880BD12981BEF7BF696F9F4BDE95E3E69ECBE747 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.0/install-arm64.exe + InstallerSha256: B282888430A2B8EC46056924880BD12981BEF7BF696F9F4BDE95E3E69ECBE747 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-29 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..71e8a9ff9486c --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.0/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.9.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.0/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.0/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..07f8c1567ddc2 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.0/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.1/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.1/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..02a11502e99af --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.1/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.9.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.1/install-amd64.exe + InstallerSha256: 743101029054D4ADA542AB3E9686E94A4A5C19838983BE83AF9E082A8D734F26 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.1/install-amd64.exe + InstallerSha256: 743101029054D4ADA542AB3E9686E94A4A5C19838983BE83AF9E082A8D734F26 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.1/install-386.exe + InstallerSha256: 4BE954B3C4B0581374603F56A6732C0451293665039AE64D2152034E4CA6AF26 + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.1/install-386.exe + InstallerSha256: 4BE954B3C4B0581374603F56A6732C0451293665039AE64D2152034E4CA6AF26 + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.1/install-arm64.exe + InstallerSha256: D079BA6034783BF57A190AC1AAB8BB464F1102E9869825F4EFA353B2DD8E2FFE + InstallerSwitches: + Custom: /INSTALLER=winget /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.1/install-arm64.exe + InstallerSha256: D079BA6034783BF57A190AC1AAB8BB464F1102E9869825F4EFA353B2DD8E2FFE + InstallerSwitches: + Custom: /INSTALLER=winget /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-08-29 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..efc5fdc86d1dd --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.9.1 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Moniker: oh-my-posh +Tags: +- console +- command-line +- shell +- command-prompt +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- oh-my-posh +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v23.9.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.1/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.1/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..158cdc11a4d0e --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/23.9.1/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 23.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.installer.yaml new file mode 100644 index 0000000000000..e04e84f3194cc --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.3.3 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-08-01 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.3.3/dbgate-5.3.3-win.exe + InstallerSha256: EF40B9DD9D8A8FA79C579222CF73AE0A2191DC550007AC16BDFAC4965BE9408F +- Architecture: x64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.3.3/dbgate-5.3.3-win_x64.exe + InstallerSha256: 640D12E2E22343A668F578C1566AFEDA5E57ACC717E849E90E8B2A245245739F +- Architecture: arm64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.3.3/dbgate-5.3.3-win_arm64.exe + InstallerSha256: 474C8806AF47BFEEB21997C2709BCDC861B4F3DC67EA9F41F143E7801314E227 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.locale.en-US.yaml new file mode 100644 index 0000000000000..f01e09bf4d86b --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.3.3 +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) 2021 Jan Prochazka +CopyrightUrl: https://raw.githubusercontent.com/dbgate/dbgate/master/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: The application Window is not visible when openning after changing monitor configuration. #856 + - FIXED: Multi column filter is broken for Postgresql #855 + - ADDED: Do not display internal timescaledb objects in postgres databases #839 + - FIXED: When in splitview mode and Clicking "Refresh" button on the right side, will refresh the left side, and not the right side #810 + - FIXED: Cannot filter by uuid field in psql #538 +ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.3.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.yaml new file mode 100644 index 0000000000000..e397807bf44c9 --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.installer.yaml new file mode 100644 index 0000000000000..9559a293a935b --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.3.4 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-08-05 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.3.4/dbgate-5.3.4-win.exe + InstallerSha256: F51BA053A6DC025BFFB519A3AE8134B61056770BE914300E7DCCA1D6027E7A6A +- Architecture: x64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.3.4/dbgate-5.3.4-win_x64.exe + InstallerSha256: 5CFA8248D1CE675D2D943211533DB7766F176B0AEF6BEB22382698BD298A5F97 +- Architecture: arm64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.3.4/dbgate-5.3.4-win_arm64.exe + InstallerSha256: BA21147F26DB7A475FD281935F40F4B28460021F270A2DA7C2B2EF48B97CCB16 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.locale.en-US.yaml new file mode 100644 index 0000000000000..852b7c558e868 --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.3.4 +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) 2021 Jan Prochazka +CopyrightUrl: https://raw.githubusercontent.com/dbgate/dbgate/master/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: On blank system does not start (window does not appear) #862 + FIXED: Missing Execute, Export bar #861 +ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.3.4 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.yaml new file mode 100644 index 0000000000000..e759045dbc5f4 --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.installer.yaml new file mode 100644 index 0000000000000..de6a2a01bbd5f --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.4.0 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-09-03 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.0/dbgate-5.4.0-win.exe + InstallerSha256: 47FFABF8353E097B8FCB815E8550DD73A9086315BA9370F253F1CBD274E9C266 +- Architecture: x64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.0/dbgate-5.4.0-win_x64.exe + InstallerSha256: B158DA383E42DAF582453164B5531222BA44ABDE6C220882D95D39D9C60CC7D6 +- Architecture: arm64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.0/dbgate-5.4.0-win_arm64.exe + InstallerSha256: C115FD2C677F2FAAC2F41044158881C30B25838DAB2D9E818ACEF31CB994711F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.locale.en-US.yaml new file mode 100644 index 0000000000000..b38c64dddf0c7 --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.4.0 +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) 2021 Jan Prochazka +CopyrightUrl: https://raw.githubusercontent.com/dbgate/dbgate/master/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 +ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.yaml new file mode 100644 index 0000000000000..14c0ebbcc458e --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.installer.yaml new file mode 100644 index 0000000000000..2bc2833fe4ffc --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.4.1 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-09-04 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.1/dbgate-5.4.1-win.exe + InstallerSha256: C3ED29DE205B47ADCFEA0B83F557AE14B5A6B5920347A171BEAFDB7D757CAE6B +- Architecture: x64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.1/dbgate-5.4.1-win_x64.exe + InstallerSha256: 56B91891C4B29328DC6A5E7733C3D9B3165FBB21307E0522AC3ED176DEB9160D +- Architecture: arm64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.1/dbgate-5.4.1-win_arm64.exe + InstallerSha256: 5CFB4E604F08CB08944EE365CAD8FA9A2D43F026D92E6073AF2F9CFBFBAAC88C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.locale.en-US.yaml new file mode 100644 index 0000000000000..94d09f5e7ca30 --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.4.1 +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) 2021 Jan Prochazka +CopyrightUrl: https://raw.githubusercontent.com/dbgate/dbgate/master/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 +ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.yaml new file mode 100644 index 0000000000000..56a3bcd9d3365 --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.installer.yaml new file mode 100644 index 0000000000000..9c352abd7040c --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.4.3 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-09-06 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.3/dbgate-5.4.3-win.exe + InstallerSha256: B4C64A77D745733C1062B60D8F387C6BEB937831E7BAA6A4C2DC4BA6453012A7 +- Architecture: x64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.3/dbgate-5.4.3-win_x64.exe + InstallerSha256: 09A017A3CBF163813DC15696E10C7015E04FF8F45CB60E9C51605DDE8A886D8E +- Architecture: arm64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.3/dbgate-5.4.3-win_arm64.exe + InstallerSha256: 8FA03B9DFC29F0A35117E7B9FD1CC5B3552479565F1A79ED3A27FCABF440043D +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.locale.en-US.yaml new file mode 100644 index 0000000000000..b22f03526635d --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.4.3 +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) 2021 Jan Prochazka +CopyrightUrl: https://raw.githubusercontent.com/dbgate/dbgate/master/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 +ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.4.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.yaml new file mode 100644 index 0000000000000..01b17df20ce67 --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.installer.yaml new file mode 100644 index 0000000000000..4c845539f7253 --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.4.4 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-09-10 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.4/dbgate-5.4.4-win.exe + InstallerSha256: 9104EDD14C1F7257C3A754D538E226B5862D2C2F3D67925F89EBB17D94406E68 +- Architecture: x64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.4/dbgate-5.4.4-win_x64.exe + InstallerSha256: CBE60ABAC6E09549D8DC10A47966E8323530499C9AE03D86619CC9978C1024E4 +- Architecture: arm64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.4/dbgate-5.4.4-win_arm64.exe + InstallerSha256: 6B00A4847F853713DEB4A76EFF12DBF5960174284C52DCBF19661FC7BA04F750 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.locale.en-US.yaml new file mode 100644 index 0000000000000..c851da7130176 --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.4.4 +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) 2021 Jan Prochazka +CopyrightUrl: https://raw.githubusercontent.com/dbgate/dbgate/master/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: |- + - CHANGED: Improved autoupdate, notification is now in app + - CHANGED: Default behaviour of autoupdate, new version is downloaded after click of "Download" button + - ADDED: Ability to configure autoupdate (check only, check+download, don't check)\ + - ADDED: Option to run check for new version manually + - FIXED: Fixed autoupgrade channel for premium edition + - FIXED: Fixes following issues: #886, #865, #782, #375 +ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.4.4 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.yaml new file mode 100644 index 0000000000000..52801d5e5b7ef --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 5.4.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanosMathe/HardDiskSentinel/6.20/JanosMathe.HardDiskSentinel.installer.yaml b/manifests/j/JanosMathe/HardDiskSentinel/6.20/JanosMathe.HardDiskSentinel.installer.yaml new file mode 100644 index 0000000000000..2109cfd4e2032 --- /dev/null +++ b/manifests/j/JanosMathe/HardDiskSentinel/6.20/JanosMathe.HardDiskSentinel.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JanosMathe.HardDiskSentinel +PackageVersion: "6.20" +InstallerType: zip +NestedInstallerType: inno +NestedInstallerFiles: +- RelativeFilePath: hdsentinel_setup.exe +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2024-02-29 +Installers: +- Architecture: x86 + InstallerUrl: https://www.harddisksentinel.com/hdsentinel_setup.zip + InstallerSha256: 3AC9B9D5230D151D559344B0C8E40C94B6AE8B5BE97678A6AD033C1CA5718ECF +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanosMathe/HardDiskSentinel/6.20/JanosMathe.HardDiskSentinel.locale.en-US.yaml b/manifests/j/JanosMathe/HardDiskSentinel/6.20/JanosMathe.HardDiskSentinel.locale.en-US.yaml new file mode 100644 index 0000000000000..2008a13fe65c7 --- /dev/null +++ b/manifests/j/JanosMathe/HardDiskSentinel/6.20/JanosMathe.HardDiskSentinel.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JanosMathe.HardDiskSentinel +PackageVersion: "6.20" +PackageLocale: en-US +Publisher: H.D.S. Hungary +PublisherUrl: https://www.hdsentinel.com/ +PublisherSupportUrl: https://www.hdsentinel.com/support.php +PrivacyUrl: https://www.hdsentinel.com/privacy.php +Author: Janos Mathe +PackageName: Hard Disk Sentinel +PackageUrl: https://www.hdsentinel.com/hard_disk_sentinel.php +License: Shareware +Copyright: © 2024 H.D.S. Hungary. All Rights Reserved. +ShortDescription: Hard Disk Sentinel (HDSentinel) is a multi-OS software that monitors, diagnoses and repairs hard disks, SSDs, RAID arrays and other storage devices. +Description: Hard Disk Sentinel (HDSentinel) is a multi-OS SSD and HDD monitoring and analysis software. Its goal is to find, test, diagnose and repair hard disk drive problems, report and display SSD and HDD health, performance degradations and failures. Hard Disk Sentinel gives complete textual description, tips and displays/reports the most comprehensive information about the hard disks and solid state disks inside the computer and in external enclosures (USB hard disks / e-SATA hard disks). Many different alerts and report options are available to ensure maximum safety of your valuable data. +Tags: +- hdsentinel +- disk +- hard +- hdd +- monitoring +- smart +ReleaseNotesUrl: https://www.hdsentinel.com/revision.php +PurchaseUrl: https://www.hdsentinel.com/store.php +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanosMathe/HardDiskSentinel/6.20/JanosMathe.HardDiskSentinel.yaml b/manifests/j/JanosMathe/HardDiskSentinel/6.20/JanosMathe.HardDiskSentinel.yaml new file mode 100644 index 0000000000000..45a6571099525 --- /dev/null +++ b/manifests/j/JanosMathe/HardDiskSentinel/6.20/JanosMathe.HardDiskSentinel.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JanosMathe.HardDiskSentinel +PackageVersion: "6.20" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanosMathe/HardDiskSentinelPro/6.20/JanosMathe.HardDiskSentinelPro.installer.yaml b/manifests/j/JanosMathe/HardDiskSentinelPro/6.20/JanosMathe.HardDiskSentinelPro.installer.yaml index 7d5c56fe21bbb..8d24da7aef899 100644 --- a/manifests/j/JanosMathe/HardDiskSentinelPro/6.20/JanosMathe.HardDiskSentinelPro.installer.yaml +++ b/manifests/j/JanosMathe/HardDiskSentinelPro/6.20/JanosMathe.HardDiskSentinelPro.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json PackageIdentifier: JanosMathe.HardDiskSentinelPro -PackageVersion: '6.20' +PackageVersion: "6.20" InstallerType: zip NestedInstallerType: inno NestedInstallerFiles: @@ -10,7 +10,7 @@ NestedInstallerFiles: InstallModes: - silent UpgradeBehavior: install -ReleaseDate: 2024-02-22 +ReleaseDate: 2024-02-29 Installers: - Architecture: x86 InstallerUrl: https://www.harddisksentinel.com/hdsentinel_pro_setup.zip diff --git a/manifests/j/JanosMathe/HardDiskSentinelPro/6.20/JanosMathe.HardDiskSentinelPro.locale.en-US.yaml b/manifests/j/JanosMathe/HardDiskSentinelPro/6.20/JanosMathe.HardDiskSentinelPro.locale.en-US.yaml index cc2897330190b..431348262b5ab 100644 --- a/manifests/j/JanosMathe/HardDiskSentinelPro/6.20/JanosMathe.HardDiskSentinelPro.locale.en-US.yaml +++ b/manifests/j/JanosMathe/HardDiskSentinelPro/6.20/JanosMathe.HardDiskSentinelPro.locale.en-US.yaml @@ -2,23 +2,27 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: JanosMathe.HardDiskSentinelPro -PackageVersion: '6.20' +PackageVersion: "6.20" PackageLocale: en-US -Publisher: Janos Mathe -PublisherUrl: https://www.hdsentinel.com/about.php +Publisher: H.D.S. Hungary +PublisherUrl: https://www.hdsentinel.com/ +PublisherSupportUrl: https://www.hdsentinel.com/support.php +PrivacyUrl: https://www.hdsentinel.com/privacy.php Author: Janos Mathe PackageName: Hard Disk Sentinel Professional PackageUrl: https://www.hdsentinel.com/hard_disk_sentinel_professional.php -License: Proprietary -Copyright: © 2024 H.D.S. Hungary. All Rights Reserved -ShortDescription: Hard Disk Sentinel (HDSentinel) is a multi-OS SSD and HDD monitoring and analysis software. Its goal is to find, test, diagnose and repair hard disk drive problems, report and display SSD and HDD health. +License: Shareware +Copyright: © 2024 H.D.S. Hungary. All Rights Reserved. +ShortDescription: Hard Disk Sentinel (HDSentinel) is a multi-OS software that monitors, diagnoses and repairs hard disks, SSDs, RAID arrays and other storage devices. Description: Hard Disk Sentinel (HDSentinel) is a multi-OS SSD and HDD monitoring and analysis software. Its goal is to find, test, diagnose and repair hard disk drive problems, report and display SSD and HDD health, performance degradations and failures. Hard Disk Sentinel gives complete textual description, tips and displays/reports the most comprehensive information about the hard disks and solid state disks inside the computer and in external enclosures (USB hard disks / e-SATA hard disks). Many different alerts and report options are available to ensure maximum safety of your valuable data. Tags: +- hdsentinel - disk - hard - hdd - monitoring - smart ReleaseNotesUrl: https://www.hdsentinel.com/revision.php +PurchaseUrl: https://www.hdsentinel.com/store.php ManifestType: defaultLocale ManifestVersion: 1.6.0 diff --git a/manifests/j/JanosMathe/HardDiskSentinelPro/6.20/JanosMathe.HardDiskSentinelPro.yaml b/manifests/j/JanosMathe/HardDiskSentinelPro/6.20/JanosMathe.HardDiskSentinelPro.yaml index 5023d0017f1a9..c4fd830997d32 100644 --- a/manifests/j/JanosMathe/HardDiskSentinelPro/6.20/JanosMathe.HardDiskSentinelPro.yaml +++ b/manifests/j/JanosMathe/HardDiskSentinelPro/6.20/JanosMathe.HardDiskSentinelPro.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: JanosMathe.HardDiskSentinelPro -PackageVersion: '6.20' +PackageVersion: "6.20" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.10.1/Japplis.AntCommander.Personal.installer.yaml b/manifests/j/Japplis/AntCommander/Personal/4.10.1/Japplis.AntCommander.Personal.installer.yaml deleted file mode 100644 index 1c42cec7a2b46..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.10.1/Japplis.AntCommander.Personal.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.10.1 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-4.10.1.exe - InstallerSha256: 9ffa424bcdd6dd6c0152c27ea260cc0eddada6f168bf76dd142bfa1fcffe91cb - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-4.10.1.exe - InstallerSha256: 9ffa424bcdd6dd6c0152c27ea260cc0eddada6f168bf76dd142bfa1fcffe91cb - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.10.1/Japplis.AntCommander.Personal.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Personal/4.10.1/Japplis.AntCommander.Personal.locale.en-US.yaml deleted file mode 100644 index 5b056dd840f5c..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.10.1/Japplis.AntCommander.Personal.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.10.1 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Ant Commander Personal -PackageUrl: https://www.antcommander.com/personal/ -License: Freeware -LicenseUrl: https://www.antcommander.com/personal/license.txt -Copyright: Copyright © 2004 - 2024 Japplis. All rights reserved. -ShortDescription: Personal file manager with tabs support -Description: |- - Ant Commander Personal - Personal file manager - Ant Commander Personal is file manager for basic file operations. It can show multiple directories are the same time, has tabs support, bookmarks, history and a preview for for text and image files. -ReleaseNotesUrl: https://www.antcommander.com/personal/changes.txt -Moniker: ant-commander -Tags: -- file-manager -- file -- manager -- management -- disk -- explorer -- finder -- directory -- folder -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.10.1/Japplis.AntCommander.Personal.yaml b/manifests/j/Japplis/AntCommander/Personal/4.10.1/Japplis.AntCommander.Personal.yaml deleted file mode 100644 index 9362099d3fd2e..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.10.1/Japplis.AntCommander.Personal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.10.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.10/Japplis.AntCommander.Personal.installer.yaml b/manifests/j/Japplis/AntCommander/Personal/4.10/Japplis.AntCommander.Personal.installer.yaml deleted file mode 100644 index a510b818989f4..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.10/Japplis.AntCommander.Personal.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.10 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-4.10.exe - InstallerSha256: 0d10784350d9addb3d59def00e4a2b72405d734041239047497a18ee2959c6cc - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-4.10.exe - InstallerSha256: 0d10784350d9addb3d59def00e4a2b72405d734041239047497a18ee2959c6cc - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.10/Japplis.AntCommander.Personal.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Personal/4.10/Japplis.AntCommander.Personal.locale.en-US.yaml deleted file mode 100644 index 6b9b9b54c6634..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.10/Japplis.AntCommander.Personal.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.10 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Ant Commander Personal -PackageUrl: https://www.antcommander.com/personal/ -License: Freeware -LicenseUrl: https://www.antcommander.com/personal/license.txt -Copyright: Copyright © 2004 - 2024 Japplis. All rights reserved. -ShortDescription: Personal file manager with tabs support -Description: |- - Ant Commander Personal - Personal file manager - Ant Commander Personal is file manager for basic file operations. It can show multiple directories are the same time, has tabs support, bookmarks, history and a preview for for text and image files. -ReleaseNotesUrl: https://www.antcommander.com/personal/changes.txt -Moniker: ant-commander -Tags: -- file-manager -- file -- manager -- management -- disk -- explorer -- finder -- directory -- folder -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.10/Japplis.AntCommander.Personal.yaml b/manifests/j/Japplis/AntCommander/Personal/4.10/Japplis.AntCommander.Personal.yaml deleted file mode 100644 index 7b9420fe1fb56..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.10/Japplis.AntCommander.Personal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.10 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.11/Japplis.AntCommander.Personal.installer.yaml b/manifests/j/Japplis/AntCommander/Personal/4.11/Japplis.AntCommander.Personal.installer.yaml deleted file mode 100644 index c69b08ed26d61..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.11/Japplis.AntCommander.Personal.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.11 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-4.11.exe - InstallerSha256: 3113f1f2d40931473f543110fa951000fd473cd91fa395c17397973754865551 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-4.11.exe - InstallerSha256: 3113f1f2d40931473f543110fa951000fd473cd91fa395c17397973754865551 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.11/Japplis.AntCommander.Personal.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Personal/4.11/Japplis.AntCommander.Personal.locale.en-US.yaml deleted file mode 100644 index 68cb80c049eaf..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.11/Japplis.AntCommander.Personal.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.11 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Ant Commander Personal -PackageUrl: https://www.antcommander.com/personal/ -License: Freeware -LicenseUrl: https://www.antcommander.com/personal/license.txt -Copyright: Copyright © 2004 - 2024 Japplis. All rights reserved. -ShortDescription: Personal file manager with tabs support -Description: |- - Ant Commander Personal - Personal file manager - Ant Commander Personal is file manager for basic file operations. It can show multiple directories are the same time, has tabs support, bookmarks, history and a preview for for text and image files. -ReleaseNotesUrl: https://www.antcommander.com/personal/changes.txt -Moniker: ant-commander -Tags: -- file-manager -- file -- manager -- management -- disk -- explorer -- finder -- directory -- folder -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.11/Japplis.AntCommander.Personal.yaml b/manifests/j/Japplis/AntCommander/Personal/4.11/Japplis.AntCommander.Personal.yaml deleted file mode 100644 index 23132662558c6..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.11/Japplis.AntCommander.Personal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.11 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.12/Japplis.AntCommander.Personal.installer.yaml b/manifests/j/Japplis/AntCommander/Personal/4.12/Japplis.AntCommander.Personal.installer.yaml deleted file mode 100644 index 5fcc8ef01259f..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.12/Japplis.AntCommander.Personal.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.12 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-4.12.exe - InstallerSha256: 39de096db1e8b92c03aacb72a7582a18577785224cee5e56ac92365059eea425 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-4.12.exe - InstallerSha256: 39de096db1e8b92c03aacb72a7582a18577785224cee5e56ac92365059eea425 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.12/Japplis.AntCommander.Personal.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Personal/4.12/Japplis.AntCommander.Personal.locale.en-US.yaml deleted file mode 100644 index 04021b3bf71fd..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.12/Japplis.AntCommander.Personal.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.12 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Ant Commander Personal -PackageUrl: https://www.antcommander.com/personal/ -License: Freeware -LicenseUrl: https://www.antcommander.com/personal/license.txt -Copyright: Copyright © 2004 - 2024 Japplis. All rights reserved. -ShortDescription: Personal file manager with tabs support -Description: |- - Ant Commander Personal - Personal file manager - Ant Commander Personal is file manager for basic file operations. It can show multiple directories are the same time, has tabs support, bookmarks, history and a preview for for text and image files. -ReleaseNotesUrl: https://www.antcommander.com/personal/changes.txt -Moniker: ant-commander -Tags: -- file-manager -- file -- manager -- management -- disk -- explorer -- finder -- directory -- folder -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.12/Japplis.AntCommander.Personal.yaml b/manifests/j/Japplis/AntCommander/Personal/4.12/Japplis.AntCommander.Personal.yaml deleted file mode 100644 index a3f2e009992eb..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.12/Japplis.AntCommander.Personal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.12 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.13/Japplis.AntCommander.Personal.installer.yaml b/manifests/j/Japplis/AntCommander/Personal/4.13/Japplis.AntCommander.Personal.installer.yaml new file mode 100644 index 0000000000000..7e30380af3daa --- /dev/null +++ b/manifests/j/Japplis/AntCommander/Personal/4.13/Japplis.AntCommander.Personal.installer.yaml @@ -0,0 +1,27 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Japplis.AntCommander.Personal +PackageVersion: 4.13 +Platform: +- Windows.Desktop +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-4.13.exe + InstallerSha256: b5c5159d4141f30e6ecc4c92471eef7f9c90f7d2b9c0da0209ab3e84626898cf + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-4.13.exe + InstallerSha256: b5c5159d4141f30e6ecc4c92471eef7f9c90f7d2b9c0da0209ab3e84626898cf + InstallerSwitches: + Custom: /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.13/Japplis.AntCommander.Personal.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Personal/4.13/Japplis.AntCommander.Personal.locale.en-US.yaml new file mode 100644 index 0000000000000..e82fe7eb4898f --- /dev/null +++ b/manifests/j/Japplis/AntCommander/Personal/4.13/Japplis.AntCommander.Personal.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Japplis.AntCommander.Personal +PackageVersion: 4.13 +PackageLocale: en-US +Publisher: Japplis +PublisherUrl: https://www.japplis.com +Author: Anthony Goubard +PackageName: Ant Commander Personal +PackageUrl: https://www.antcommander.com/personal/ +License: Freeware +LicenseUrl: https://www.antcommander.com/personal/license.txt +Copyright: Copyright © 2004 - 2024 Japplis. All rights reserved. +ShortDescription: Personal file manager with tabs support +Description: |- + Ant Commander Personal - Personal file manager + Ant Commander Personal is file manager for basic file operations. It can show multiple directories are the same time, has tabs support, bookmarks, history and a preview for for text and image files. +ReleaseNotesUrl: https://www.antcommander.com/personal/changes.txt +Moniker: ant-commander +Tags: +- file-manager +- file +- manager +- management +- disk +- explorer +- finder +- directory +- folder +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.13/Japplis.AntCommander.Personal.yaml b/manifests/j/Japplis/AntCommander/Personal/4.13/Japplis.AntCommander.Personal.yaml new file mode 100644 index 0000000000000..18d171aae9fd0 --- /dev/null +++ b/manifests/j/Japplis/AntCommander/Personal/4.13/Japplis.AntCommander.Personal.yaml @@ -0,0 +1,8 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Japplis.AntCommander.Personal +PackageVersion: 4.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.10.1/Japplis.AntCommander.Pro.installer.yaml b/manifests/j/Japplis/AntCommander/Pro/4.10.1/Japplis.AntCommander.Pro.installer.yaml deleted file mode 100644 index e6d3959459ca3..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.10.1/Japplis.AntCommander.Pro.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.10.1 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-4.10.1.exe - InstallerSha256: 3c20738ab7d4492645ad7d790c5bd0f002a3dd500ac9fd1190e15238c96a052d - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-4.10.1.exe - InstallerSha256: 3c20738ab7d4492645ad7d790c5bd0f002a3dd500ac9fd1190e15238c96a052d - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.10.1/Japplis.AntCommander.Pro.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Pro/4.10.1/Japplis.AntCommander.Pro.locale.en-US.yaml deleted file mode 100644 index fdfff57b64375..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.10.1/Japplis.AntCommander.Pro.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.10.1 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Ant Commander Pro -PackageUrl: https://www.antcommander.com/ -License: Commercial -LicenseUrl: https://www.antcommander.com/license.txt -Copyright: Copyright © 2004 - 2024 Japplis. All rights reserved. -ShortDescription: Powerful file manager for developers -Description: |- - Ant Commander Pro - Professional file manager - Ant Commander Pro is a powerful file manager. Several file systems are suported: file, zip, ftp, webdav, etc. Several kinds of panels are available: directory table; directory tree, text editor, image viewer, command line, etc. -ReleaseNotesUrl: https://www.antcommander.com/changes.txt -Moniker: ant-commander-pro -Tags: -- file-manager -- Java -- file -- manager -- management -- disk -- sftp -- explorer -- finder -- directory -- folder -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.10.1/Japplis.AntCommander.Pro.yaml b/manifests/j/Japplis/AntCommander/Pro/4.10.1/Japplis.AntCommander.Pro.yaml deleted file mode 100644 index 7da7defb06c75..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.10.1/Japplis.AntCommander.Pro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.10.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.10/Japplis.AntCommander.Pro.installer.yaml b/manifests/j/Japplis/AntCommander/Pro/4.10/Japplis.AntCommander.Pro.installer.yaml deleted file mode 100644 index 61c5b8ce28def..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.10/Japplis.AntCommander.Pro.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.10 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-4.10.exe - InstallerSha256: 78b06284e17670c26578da8d66cf384ea0d7b9a10b45b71ca8e4f01ef18bfe92 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-4.10.exe - InstallerSha256: 78b06284e17670c26578da8d66cf384ea0d7b9a10b45b71ca8e4f01ef18bfe92 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.10/Japplis.AntCommander.Pro.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Pro/4.10/Japplis.AntCommander.Pro.locale.en-US.yaml deleted file mode 100644 index 448548a9990d9..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.10/Japplis.AntCommander.Pro.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.10 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Ant Commander Pro -PackageUrl: https://www.antcommander.com/ -License: Commercial -LicenseUrl: https://www.antcommander.com/license.txt -Copyright: Copyright © 2004 - 2024 Japplis. All rights reserved. -ShortDescription: Powerful file manager for developers -Description: |- - Ant Commander Pro - Professional file manager - Ant Commander Pro is a powerful file manager. Several file systems are suported: file, zip, ftp, webdav, etc. Several kinds of panels are available: directory table; directory tree, text editor, image viewer, command line, etc. -ReleaseNotesUrl: https://www.antcommander.com/changes.txt -Moniker: ant-commander-pro -Tags: -- file-manager -- Java -- file -- manager -- management -- disk -- sftp -- explorer -- finder -- directory -- folder -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.10/Japplis.AntCommander.Pro.yaml b/manifests/j/Japplis/AntCommander/Pro/4.10/Japplis.AntCommander.Pro.yaml deleted file mode 100644 index 5e4f378875701..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.10/Japplis.AntCommander.Pro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.10 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.11/Japplis.AntCommander.Pro.installer.yaml b/manifests/j/Japplis/AntCommander/Pro/4.11/Japplis.AntCommander.Pro.installer.yaml deleted file mode 100644 index 05f82afaff770..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.11/Japplis.AntCommander.Pro.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.11 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-4.11.exe - InstallerSha256: c5783834b4490253c8b6a52e27b7201d5ab74a335228f3ac9548a6691544f471 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-4.11.exe - InstallerSha256: c5783834b4490253c8b6a52e27b7201d5ab74a335228f3ac9548a6691544f471 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.11/Japplis.AntCommander.Pro.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Pro/4.11/Japplis.AntCommander.Pro.locale.en-US.yaml deleted file mode 100644 index d02e838e372f3..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.11/Japplis.AntCommander.Pro.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.11 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Ant Commander Pro -PackageUrl: https://www.antcommander.com/ -License: Commercial -LicenseUrl: https://www.antcommander.com/license.txt -Copyright: Copyright © 2004 - 2024 Japplis. All rights reserved. -ShortDescription: Powerful file manager for developers -Description: |- - Ant Commander Pro - Professional file manager - Ant Commander Pro is a powerful file manager. Several file systems are suported: file, zip, ftp, webdav, etc. Several kinds of panels are available: directory table; directory tree, text editor, image viewer, command line, etc. -ReleaseNotesUrl: https://www.antcommander.com/changes.txt -Moniker: ant-commander-pro -Tags: -- file-manager -- Java -- file -- manager -- management -- disk -- sftp -- explorer -- finder -- directory -- folder -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.11/Japplis.AntCommander.Pro.yaml b/manifests/j/Japplis/AntCommander/Pro/4.11/Japplis.AntCommander.Pro.yaml deleted file mode 100644 index 63cb465374c16..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.11/Japplis.AntCommander.Pro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.11 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.12/Japplis.AntCommander.Pro.installer.yaml b/manifests/j/Japplis/AntCommander/Pro/4.12/Japplis.AntCommander.Pro.installer.yaml deleted file mode 100644 index 093c2ad388941..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.12/Japplis.AntCommander.Pro.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.12 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-4.12.exe - InstallerSha256: 9bfe1794f23525160fee79526cc08029eb4ff428a281f1ba9699cbf6b470f6a7 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-4.12.exe - InstallerSha256: 9bfe1794f23525160fee79526cc08029eb4ff428a281f1ba9699cbf6b470f6a7 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.12/Japplis.AntCommander.Pro.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Pro/4.12/Japplis.AntCommander.Pro.locale.en-US.yaml deleted file mode 100644 index 20d5492539b5e..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.12/Japplis.AntCommander.Pro.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.12 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Ant Commander Pro -PackageUrl: https://www.antcommander.com/ -License: Commercial -LicenseUrl: https://www.antcommander.com/license.txt -Copyright: Copyright © 2004 - 2024 Japplis. All rights reserved. -ShortDescription: Powerful file manager for developers -Description: |- - Ant Commander Pro - Professional file manager - Ant Commander Pro is a powerful file manager. Several file systems are suported: file, zip, ftp, webdav, etc. Several kinds of panels are available: directory table; directory tree, text editor, image viewer, command line, etc. -ReleaseNotesUrl: https://www.antcommander.com/changes.txt -Moniker: ant-commander-pro -Tags: -- file-manager -- Java -- file -- manager -- management -- disk -- sftp -- explorer -- finder -- directory -- folder -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.12/Japplis.AntCommander.Pro.yaml b/manifests/j/Japplis/AntCommander/Pro/4.12/Japplis.AntCommander.Pro.yaml deleted file mode 100644 index e035c2c76299f..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.12/Japplis.AntCommander.Pro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.12 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.13/Japplis.AntCommander.Pro.installer.yaml b/manifests/j/Japplis/AntCommander/Pro/4.13/Japplis.AntCommander.Pro.installer.yaml new file mode 100644 index 0000000000000..fb0e2dbc8a79e --- /dev/null +++ b/manifests/j/Japplis/AntCommander/Pro/4.13/Japplis.AntCommander.Pro.installer.yaml @@ -0,0 +1,27 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Japplis.AntCommander.Pro +PackageVersion: 4.13 +Platform: +- Windows.Desktop +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-4.13.exe + InstallerSha256: 3899b7189a6327d001826a2cbf57633bda3fce41ddde0ef33ce9a2f0104849a0 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-4.13.exe + InstallerSha256: 3899b7189a6327d001826a2cbf57633bda3fce41ddde0ef33ce9a2f0104849a0 + InstallerSwitches: + Custom: /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.13/Japplis.AntCommander.Pro.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Pro/4.13/Japplis.AntCommander.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..5f7cc9d79bf1a --- /dev/null +++ b/manifests/j/Japplis/AntCommander/Pro/4.13/Japplis.AntCommander.Pro.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Japplis.AntCommander.Pro +PackageVersion: 4.13 +PackageLocale: en-US +Publisher: Japplis +PublisherUrl: https://www.japplis.com +Author: Anthony Goubard +PackageName: Ant Commander Pro +PackageUrl: https://www.antcommander.com/ +License: Commercial +LicenseUrl: https://www.antcommander.com/license.txt +Copyright: Copyright © 2004 - 2024 Japplis. All rights reserved. +ShortDescription: Powerful file manager for developers +Description: |- + Ant Commander Pro - Professional file manager + Ant Commander Pro is a powerful file manager. Several file systems are suported: file, zip, ftp, webdav, etc. Several kinds of panels are available: directory table; directory tree, text editor, image viewer, command line, etc. +ReleaseNotesUrl: https://www.antcommander.com/changes.txt +Moniker: ant-commander-pro +Tags: +- file-manager +- Java +- file +- manager +- management +- disk +- sftp +- explorer +- finder +- directory +- folder +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.13/Japplis.AntCommander.Pro.yaml b/manifests/j/Japplis/AntCommander/Pro/4.13/Japplis.AntCommander.Pro.yaml new file mode 100644 index 0000000000000..0a745a101ae81 --- /dev/null +++ b/manifests/j/Japplis/AntCommander/Pro/4.13/Japplis.AntCommander.Pro.yaml @@ -0,0 +1,8 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Japplis.AntCommander.Pro +PackageVersion: 4.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AppletRunnerPro/2.11/Japplis.AppletRunnerPro.installer.yaml b/manifests/j/Japplis/AppletRunnerPro/2.11/Japplis.AppletRunnerPro.installer.yaml deleted file mode 100644 index f24e7ac2fbefa..0000000000000 --- a/manifests/j/Japplis/AppletRunnerPro/2.11/Japplis.AppletRunnerPro.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.AppletRunnerPro -PackageVersion: 2.11 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/applet-runner/pro/versions/AppletRunnerPro-2.11.exe - InstallerSha256: 7c6d3c63ebf1094506e4e8af6052cbd07427e6455e5588a3f748f4b168391b8c - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/applet-runner/pro/versions/AppletRunnerPro-2.11.exe - InstallerSha256: 7c6d3c63ebf1094506e4e8af6052cbd07427e6455e5588a3f748f4b168391b8c - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AppletRunnerPro/2.11/Japplis.AppletRunnerPro.locale.en-US.yaml b/manifests/j/Japplis/AppletRunnerPro/2.11/Japplis.AppletRunnerPro.locale.en-US.yaml deleted file mode 100644 index 8a89317e83693..0000000000000 --- a/manifests/j/Japplis/AppletRunnerPro/2.11/Japplis.AppletRunnerPro.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.AppletRunnerPro -PackageVersion: 2.11 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Applet Runner Pro -PackageUrl: https://www.japplis.com/applet-runner/pro/ -License: Commercial -LicenseUrl: https://www.japplis.com/applet-runner/pro/license.txt -Copyright: Copyright © 2020 - 2024 Japplis. All rights reserved. -ShortDescription: Run Java Applets as an Application -Description: |- - Applet Runner Pro - Run Java Applets - Applet Runner let you start Java applets as standalone application. Java applet are software that are downloaded and execute by providing a location like a link or local file. -ReleaseNotesUrl: https://www.japplis.com/applet-runner/pro/changes.txt -Moniker: applet-runner-pro -Tags: -- applet -- runner -- viewer -- Java -- online -- IDE -- jnlp -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AppletRunnerPro/2.11/Japplis.AppletRunnerPro.yaml b/manifests/j/Japplis/AppletRunnerPro/2.11/Japplis.AppletRunnerPro.yaml deleted file mode 100644 index cc4d022bee7ca..0000000000000 --- a/manifests/j/Japplis/AppletRunnerPro/2.11/Japplis.AppletRunnerPro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.AppletRunnerPro -PackageVersion: 2.11 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Decoration/5.3/Japplis.Decoration.installer.yaml b/manifests/j/Japplis/Decoration/5.3/Japplis.Decoration.installer.yaml deleted file mode 100644 index d61335a97e62d..0000000000000 --- a/manifests/j/Japplis/Decoration/5.3/Japplis.Decoration.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.Decoration -PackageVersion: "5.3" -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/decoration/versions/Decoration-5.3.exe - InstallerSha256: 05A1B00A370ECB6783B0F6EBD6DD13FEA4E82835B3DE8E3CB024AF5379386A8E - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/decoration/versions/Decoration-5.3.exe - InstallerSha256: 05A1B00A370ECB6783B0F6EBD6DD13FEA4E82835B3DE8E3CB024AF5379386A8E - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Decoration/5.3/Japplis.Decoration.locale.en-US.yaml b/manifests/j/Japplis/Decoration/5.3/Japplis.Decoration.locale.en-US.yaml deleted file mode 100644 index 100524fd890a0..0000000000000 --- a/manifests/j/Japplis/Decoration/5.3/Japplis.Decoration.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.Decoration -PackageVersion: "5.3" -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -# PublisherSupportUrl: -# PrivacyUrl: -Author: Anthony Goubard -PackageName: Decoration -PackageUrl: https://www.japplis.com/decoration/ -License: Shareware -LicenseUrl: https://www.japplis.com/decoration/license.txt -Copyright: Copyright © 2007 - 2024 Japplis. All rights reserved. -# CopyrightUrl: -ShortDescription: Decoration is an image editor to add nice borders and effects to photos. -Description: |- - Decoration - Image Editor for Batch Processing - Decoration is an image editor. Add the images to your photoset, select the effects to apply among more than 100 and click on the start button. -Moniker: decoration -Tags: -- batch -- border -- decoration -- editor -- effect -- filter -- frame -- image -- manipulation -- mirror -- photo -- picture -- shadow -# ReleaseNotes: -ReleaseNotesUrl: https://www.japplis.com/decoration/changes.txt -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Decoration/5.3/Japplis.Decoration.yaml b/manifests/j/Japplis/Decoration/5.3/Japplis.Decoration.yaml deleted file mode 100644 index 1c2c35ed5dca6..0000000000000 --- a/manifests/j/Japplis/Decoration/5.3/Japplis.Decoration.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.Decoration -PackageVersion: "5.3" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/DirectoryCrop/1.1/Japplis.DirectoryCrop.installer.yaml b/manifests/j/Japplis/DirectoryCrop/1.1/Japplis.DirectoryCrop.installer.yaml deleted file mode 100644 index eba02bcce83c5..0000000000000 --- a/manifests/j/Japplis/DirectoryCrop/1.1/Japplis.DirectoryCrop.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.DirectoryCrop -PackageVersion: "1.1" -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/directory-crop/versions/DirectoryCrop-1.1.exe - InstallerSha256: FBA7DC3AB76ADB42BF17F6F424EC606A05AE67FD5516566DC5D50FFCA35B6931 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/directory-crop/versions/DirectoryCrop-1.1.exe - InstallerSha256: FBA7DC3AB76ADB42BF17F6F424EC606A05AE67FD5516566DC5D50FFCA35B6931 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/DirectoryCrop/1.1/Japplis.DirectoryCrop.locale.en-US.yaml b/manifests/j/Japplis/DirectoryCrop/1.1/Japplis.DirectoryCrop.locale.en-US.yaml deleted file mode 100644 index 8d02cf8071a76..0000000000000 --- a/manifests/j/Japplis/DirectoryCrop/1.1/Japplis.DirectoryCrop.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.DirectoryCrop -PackageVersion: "1.1" -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -# PublisherSupportUrl: -# PrivacyUrl: -Author: Anthony Goubard -PackageName: Directory Crop -PackageUrl: https://www.japplis.com/directory-crop/ -License: Shareware -LicenseUrl: https://www.japplis.com/directory-crop/license.txt -Copyright: Copyright © 2023 - 2024 Japplis. All rights reserved. -# CopyrightUrl: -ShortDescription: Quickly crop images in directory -Description: |- - Directory Crop - Quickly crop images in directory - Directory Crop lets you quickly select the best images from a directory by either deleting bad ones or cropping the best part of ok images. -Moniker: directory-crop -Tags: -- ai -- bad-hands -- crop -- cut -- extra-arm -- image -- photo -- prun -- remove -- select -- snip -- stable-diffusion -- trim -# ReleaseNotes: -ReleaseNotesUrl: https://www.japplis.com/directory-crop/changes.txt -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/DirectoryCrop/1.1/Japplis.DirectoryCrop.yaml b/manifests/j/Japplis/DirectoryCrop/1.1/Japplis.DirectoryCrop.yaml deleted file mode 100644 index 15f7dce6ff990..0000000000000 --- a/manifests/j/Japplis/DirectoryCrop/1.1/Japplis.DirectoryCrop.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.DirectoryCrop -PackageVersion: "1.1" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/PosterFont/1.1/Japplis.PosterFont.installer.yaml b/manifests/j/Japplis/PosterFont/1.1/Japplis.PosterFont.installer.yaml deleted file mode 100644 index 261066ca3ddb3..0000000000000 --- a/manifests/j/Japplis/PosterFont/1.1/Japplis.PosterFont.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.PosterFont -PackageVersion: "1.1" -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/poster-font/versions/PosterFont-1.1.exe - InstallerSha256: 9CE0B0E6BB61F6075B5A17B9102431BF452481B623A32E1EB1508E4BC04A034A - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/poster-font/versions/PosterFont-1.1.exe - InstallerSha256: 9CE0B0E6BB61F6075B5A17B9102431BF452481B623A32E1EB1508E4BC04A034A - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/PosterFont/1.1/Japplis.PosterFont.locale.en-US.yaml b/manifests/j/Japplis/PosterFont/1.1/Japplis.PosterFont.locale.en-US.yaml deleted file mode 100644 index c80de9b053a61..0000000000000 --- a/manifests/j/Japplis/PosterFont/1.1/Japplis.PosterFont.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.PosterFont -PackageVersion: "1.1" -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -# PublisherSupportUrl: -# PrivacyUrl: -Author: Anthony Goubard -PackageName: Poster Font -PackageUrl: https://www.japplis.com/poster-font/ -License: Shareware -LicenseUrl: https://www.japplis.com/poster-font/license.txt -Copyright: Copyright © 2011 - 2024 Japplis. All rights reserved. -# CopyrightUrl: -ShortDescription: Create beautiful titles for presentations and thumbnails -Description: |- - Poster Font - Create outstanding titles - Create beautiful titles for your professional presentations, your website or your video thumbnails -Moniker: poster-font -Tags: -- banner -- batch -- font -- multi-line -- outline -- poster -- presentation -- text -- thumbnail -- title -# ReleaseNotes: -ReleaseNotesUrl: https://www.japplis.com/poster-font/changes.txt -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/PosterFont/1.1/Japplis.PosterFont.yaml b/manifests/j/Japplis/PosterFont/1.1/Japplis.PosterFont.yaml deleted file mode 100644 index 71b682f6d421b..0000000000000 --- a/manifests/j/Japplis/PosterFont/1.1/Japplis.PosterFont.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.PosterFont -PackageVersion: "1.1" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/ScreenshotCrop/1.1/Japplis.ScreenshotCrop.installer.yaml b/manifests/j/Japplis/ScreenshotCrop/1.1/Japplis.ScreenshotCrop.installer.yaml deleted file mode 100644 index b17d7fc1788b1..0000000000000 --- a/manifests/j/Japplis/ScreenshotCrop/1.1/Japplis.ScreenshotCrop.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.ScreenshotCrop -PackageVersion: "1.1" -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/screenshot-crop/versions/ScreenshotCrop-1.1.exe - InstallerSha256: B129942EE8BDD667BC003F5C142E38EB57512B2A442566F57B5A86316E62580A - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/screenshot-crop/versions/ScreenshotCrop-1.1.exe - InstallerSha256: B129942EE8BDD667BC003F5C142E38EB57512B2A442566F57B5A86316E62580A - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/ScreenshotCrop/1.1/Japplis.ScreenshotCrop.locale.en-US.yaml b/manifests/j/Japplis/ScreenshotCrop/1.1/Japplis.ScreenshotCrop.locale.en-US.yaml deleted file mode 100644 index 86c8d1d25e477..0000000000000 --- a/manifests/j/Japplis/ScreenshotCrop/1.1/Japplis.ScreenshotCrop.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.ScreenshotCrop -PackageVersion: "1.1" -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -# PublisherSupportUrl: -# PrivacyUrl: -Author: Anthony Goubard -PackageName: Screenshot Crop -PackageUrl: https://www.japplis.com/screenshot-crop/ -License: Shareware -LicenseUrl: https://www.japplis.com/screenshot-crop/license.txt -Copyright: Copyright © 2022 - 2024 Japplis. All rights reserved. -# CopyrightUrl: -ShortDescription: Quickly crop screenshots and images from clipboard -Description: |- - Screenshot Crop - Quickly crop screenshots - Quickly crop screenshots and images from clipboard. Include auto clipboard detection, guided lines to select image part and automatically mimimize window after crop. -Moniker: screenshot-crop -Tags: -- capture -- clipboard -- crop -- cut -- image -- region -- remove -- screenshot -- snip -- trim -# ReleaseNotes: -ReleaseNotesUrl: https://www.japplis.com/screenshot-crop/changes.txt -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/ScreenshotCrop/1.1/Japplis.ScreenshotCrop.yaml b/manifests/j/Japplis/ScreenshotCrop/1.1/Japplis.ScreenshotCrop.yaml deleted file mode 100644 index 1a17e00e19fb4..0000000000000 --- a/manifests/j/Japplis/ScreenshotCrop/1.1/Japplis.ScreenshotCrop.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.ScreenshotCrop -PackageVersion: "1.1" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/SheetViewer/1.1/Japplis.SheetViewer.installer.yaml b/manifests/j/Japplis/SheetViewer/1.1/Japplis.SheetViewer.installer.yaml deleted file mode 100644 index 8770f45158366..0000000000000 --- a/manifests/j/Japplis/SheetViewer/1.1/Japplis.SheetViewer.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.SheetViewer -PackageVersion: "1.1" -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/sheet-viewer/versions/SheetViewer-1.1.exe - InstallerSha256: B5134C39DD8D8A7CABEFE3BE2D1A21708C90F6670943152FE00E479A2BD826BD - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/sheet-viewer/versions/SheetViewer-1.1.exe - InstallerSha256: B5134C39DD8D8A7CABEFE3BE2D1A21708C90F6670943152FE00E479A2BD826BD - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/SheetViewer/1.1/Japplis.SheetViewer.yaml b/manifests/j/Japplis/SheetViewer/1.1/Japplis.SheetViewer.yaml deleted file mode 100644 index 151faf7939c1b..0000000000000 --- a/manifests/j/Japplis/SheetViewer/1.1/Japplis.SheetViewer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.SheetViewer -PackageVersion: "1.1" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/SheetViewer/1.2/Japplis.SheetViewer.installer.yaml b/manifests/j/Japplis/SheetViewer/1.2/Japplis.SheetViewer.installer.yaml new file mode 100644 index 0000000000000..82794f9435f7f --- /dev/null +++ b/manifests/j/Japplis/SheetViewer/1.2/Japplis.SheetViewer.installer.yaml @@ -0,0 +1,27 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Japplis.SheetViewer +PackageVersion: 1.2 +Platform: +- Windows.Desktop +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.japplis.com/sheet-viewer/versions/SheetViewer-1.2.exe + InstallerSha256: 4c3ba23bc8f47ec0e884cd1b10be0a17b3ad10417a4f73fdf7ce37621d39fba6 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://www.japplis.com/sheet-viewer/versions/SheetViewer-1.2.exe + InstallerSha256: 4c3ba23bc8f47ec0e884cd1b10be0a17b3ad10417a4f73fdf7ce37621d39fba6 + InstallerSwitches: + Custom: /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/SheetViewer/1.1/Japplis.SheetViewer.locale.en-US.yaml b/manifests/j/Japplis/SheetViewer/1.2/Japplis.SheetViewer.locale.en-US.yaml similarity index 81% rename from manifests/j/Japplis/SheetViewer/1.1/Japplis.SheetViewer.locale.en-US.yaml rename to manifests/j/Japplis/SheetViewer/1.2/Japplis.SheetViewer.locale.en-US.yaml index e99c5b7b526fa..dfbde1567256f 100644 --- a/manifests/j/Japplis/SheetViewer/1.1/Japplis.SheetViewer.locale.en-US.yaml +++ b/manifests/j/Japplis/SheetViewer/1.2/Japplis.SheetViewer.locale.en-US.yaml @@ -1,41 +1,34 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT +# Created using Apache Ant script from Japplis # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Japplis.SheetViewer -PackageVersion: "1.1" +PackageVersion: 1.2 PackageLocale: en-US Publisher: Japplis PublisherUrl: https://www.japplis.com -# PublisherSupportUrl: -# PrivacyUrl: Author: Anthony Goubard PackageName: Sheet Viewer PackageUrl: https://www.japplis.com/sheet-viewer/ License: Commercial LicenseUrl: https://www.japplis.com/sheet-viewer/license.txt Copyright: Copyright © 2022 - 2024 Japplis. All rights reserved. -# CopyrightUrl: ShortDescription: View an Excel sheet on top of other windows and translucent Description: |- Sheet Viewer - View an Excel sheet always on top and transparent View an Excel sheet on top of other windows and translucent. Get notified when the data changes. +ReleaseNotesUrl: https://www.japplis.com/sheet-viewer/changes.txt Moniker: sheet-viewer -Tags: -- csv +Tags: - excel -- notification +- spreadsheet +- sheet +- workbook +- csv - on-top +- transparent +- translucent - partial - refresh -- sheet -- spreadsheet -- translucent -- transparent -- workbook -# ReleaseNotes: -ReleaseNotesUrl: https://www.japplis.com/sheet-viewer/changes.txt -# PurchaseUrl: -# InstallationNotes: -# Documentations: +- notification ManifestType: defaultLocale ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/SheetViewer/1.2/Japplis.SheetViewer.yaml b/manifests/j/Japplis/SheetViewer/1.2/Japplis.SheetViewer.yaml new file mode 100644 index 0000000000000..ef0b642c2f325 --- /dev/null +++ b/manifests/j/Japplis/SheetViewer/1.2/Japplis.SheetViewer.yaml @@ -0,0 +1,8 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Japplis.SheetViewer +PackageVersion: 1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Treecell/1.2/Japplis.Treecell.installer.yaml b/manifests/j/Japplis/Treecell/1.2/Japplis.Treecell.installer.yaml deleted file mode 100644 index c744e69407d97..0000000000000 --- a/manifests/j/Japplis/Treecell/1.2/Japplis.Treecell.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.Treecell -PackageVersion: 1.2 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/treecell/versions/Treecell-1.2.exe - InstallerSha256: 72ffa9324ac121982e3679aaa7d0924c9b4d00271cc8d3263bf18e70e5179a4e - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/treecell/versions/Treecell-1.2.exe - InstallerSha256: 72ffa9324ac121982e3679aaa7d0924c9b4d00271cc8d3263bf18e70e5179a4e - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Treecell/1.3/Japplis.Treecell.installer.yaml b/manifests/j/Japplis/Treecell/1.3/Japplis.Treecell.installer.yaml new file mode 100644 index 0000000000000..0a01f3e8eb2c1 --- /dev/null +++ b/manifests/j/Japplis/Treecell/1.3/Japplis.Treecell.installer.yaml @@ -0,0 +1,27 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Japplis.Treecell +PackageVersion: 1.3 +Platform: +- Windows.Desktop +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.japplis.com/treecell/versions/Treecell-1.3.exe + InstallerSha256: 48711a8136b0da374fc82d8615ecc88e53e49ee8e58e398480c3b20be0f6ce41 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://www.japplis.com/treecell/versions/Treecell-1.3.exe + InstallerSha256: 48711a8136b0da374fc82d8615ecc88e53e49ee8e58e398480c3b20be0f6ce41 + InstallerSwitches: + Custom: /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Treecell/1.2/Japplis.Treecell.locale.en-US.yaml b/manifests/j/Japplis/Treecell/1.3/Japplis.Treecell.locale.en-US.yaml similarity index 97% rename from manifests/j/Japplis/Treecell/1.2/Japplis.Treecell.locale.en-US.yaml rename to manifests/j/Japplis/Treecell/1.3/Japplis.Treecell.locale.en-US.yaml index 82ae8e7475f4d..9c1cd4c05b0e7 100644 --- a/manifests/j/Japplis/Treecell/1.2/Japplis.Treecell.locale.en-US.yaml +++ b/manifests/j/Japplis/Treecell/1.3/Japplis.Treecell.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: Japplis.Treecell -PackageVersion: 1.2 +PackageVersion: 1.3 PackageLocale: en-US Publisher: Japplis PublisherUrl: https://www.japplis.com diff --git a/manifests/j/Japplis/Treecell/1.2/Japplis.Treecell.yaml b/manifests/j/Japplis/Treecell/1.3/Japplis.Treecell.yaml similarity index 92% rename from manifests/j/Japplis/Treecell/1.2/Japplis.Treecell.yaml rename to manifests/j/Japplis/Treecell/1.3/Japplis.Treecell.yaml index f7eaf81f4f66c..3d6e14b2635dd 100644 --- a/manifests/j/Japplis/Treecell/1.2/Japplis.Treecell.yaml +++ b/manifests/j/Japplis/Treecell/1.3/Japplis.Treecell.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json PackageIdentifier: Japplis.Treecell -PackageVersion: 1.2 +PackageVersion: 1.3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Watch/1.8/Japplis.Watch.installer.yaml b/manifests/j/Japplis/Watch/1.8/Japplis.Watch.installer.yaml deleted file mode 100644 index 8c204b05ff7c3..0000000000000 --- a/manifests/j/Japplis/Watch/1.8/Japplis.Watch.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.Watch -PackageVersion: "1.8" -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/watch/versions/Watch-1.8.exe - InstallerSha256: 1D39D2FB58EEABCA5235073F999C0C6D9EBFED29FD77DF8BA8F46CE94036A2CA - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/watch/versions/Watch-1.8.exe - InstallerSha256: 1D39D2FB58EEABCA5235073F999C0C6D9EBFED29FD77DF8BA8F46CE94036A2CA - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Watch/1.8/Japplis.Watch.locale.en-US.yaml b/manifests/j/Japplis/Watch/1.8/Japplis.Watch.locale.en-US.yaml deleted file mode 100644 index 2587272222fe0..0000000000000 --- a/manifests/j/Japplis/Watch/1.8/Japplis.Watch.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.Watch -PackageVersion: "1.8" -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -# PublisherSupportUrl: -# PrivacyUrl: -Author: Anthony Goubard -PackageName: Japplis Watch -PackageUrl: https://www.japplis.com/watch/ -License: Freeware -LicenseUrl: https://www.japplis.com/watch/license.txt -Copyright: Copyright © 2009 - 2024 Japplis. All rights reserved. -# CopyrightUrl: -ShortDescription: Time related tools like clock, timer, stopwatch, alarm, time zones and more -Description: |- - Japplis Watch - Clock / Timer / Stopwatch / Alarm / Time Zones / More - Japplis Watch is a set of time utilities. It contains a clock, timer, stopwatch, alarm, calendar, time zone, countdown to date, server time and pomodoro/HIIT. The window can remain always on top and be transparent. -Moniker: watch -Tags: -- alarm -- calendar -- clock -- countdown -- date -- hiit -- pomodoro -- stopwatch -- time -- timer -- timezone -- watch -# ReleaseNotes: -ReleaseNotesUrl: https://www.japplis.com/watch/changes.txt -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Watch/1.8/Japplis.Watch.yaml b/manifests/j/Japplis/Watch/1.8/Japplis.Watch.yaml deleted file mode 100644 index 0dc755c210596..0000000000000 --- a/manifests/j/Japplis/Watch/1.8/Japplis.Watch.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.Watch -PackageVersion: "1.8" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Watch/Pro/1.8/Japplis.Watch.Pro.installer.yaml b/manifests/j/Japplis/Watch/Pro/1.8/Japplis.Watch.Pro.installer.yaml deleted file mode 100644 index 6daac1147dfa8..0000000000000 --- a/manifests/j/Japplis/Watch/Pro/1.8/Japplis.Watch.Pro.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.Watch.Pro -PackageVersion: "1.8" -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/watch/pro/versions/WatchPro-1.8.exe - InstallerSha256: B031DB6A7F5BBF9C83C2926F0602BE21402F36D5AD1F8C79DE4FB688B89760AD - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/watch/pro/versions/WatchPro-1.8.exe - InstallerSha256: B031DB6A7F5BBF9C83C2926F0602BE21402F36D5AD1F8C79DE4FB688B89760AD - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Watch/Pro/1.8/Japplis.Watch.Pro.locale.en-US.yaml b/manifests/j/Japplis/Watch/Pro/1.8/Japplis.Watch.Pro.locale.en-US.yaml deleted file mode 100644 index fa902ad488b9c..0000000000000 --- a/manifests/j/Japplis/Watch/Pro/1.8/Japplis.Watch.Pro.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.Watch.Pro -PackageVersion: "1.8" -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -# PublisherSupportUrl: -# PrivacyUrl: -Author: Anthony Goubard -PackageName: Japplis Watch Pro -PackageUrl: https://www.japplis.com/watch/pro/ -License: Commercial -LicenseUrl: https://www.japplis.com/watch/pro/license.txt -Copyright: Copyright © 2009 - 2024 Japplis. All rights reserved. -# CopyrightUrl: -ShortDescription: Time tools like clock, timer, stopwatch, alarm, time zone and more -Description: |- - Japplis Watch Pro - Clock / Timer / Stopwatch / Alarm / Time Zones / More - Japplis Watch Pro is a set of time utilities. It contains a clock, timer, stopwatch, alarm, calendar, time zone, countdown to date, server time and pomodoro/HIIT. The window can remain always on top and be transparent. -Moniker: watch-pro -Tags: -- alarm -- calendar -- clock -- countdown -- date -- hiit -- pomodoro -- stopwatch -- time -- timer -- timezone -- watch -- watchmaker -# ReleaseNotes: -ReleaseNotesUrl: https://www.japplis.com/watch/pro/changes.txt -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Watch/Pro/1.8/Japplis.Watch.Pro.yaml b/manifests/j/Japplis/Watch/Pro/1.8/Japplis.Watch.Pro.yaml deleted file mode 100644 index 07ee31ee1a993..0000000000000 --- a/manifests/j/Japplis/Watch/Pro/1.8/Japplis.Watch.Pro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.Watch.Pro -PackageVersion: "1.8" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Jellyfin/Server/10.9.10/Jellyfin.Server.installer.yaml b/manifests/j/Jellyfin/Server/10.9.10/Jellyfin.Server.installer.yaml new file mode 100644 index 0000000000000..dcbba37a3a5b6 --- /dev/null +++ b/manifests/j/Jellyfin/Server/10.9.10/Jellyfin.Server.installer.yaml @@ -0,0 +1,14 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jellyfin.Server +PackageVersion: 10.9.10 +InstallerType: nullsoft +UpgradeBehavior: install +ReleaseDate: 2024-08-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jellyfin/jellyfin-server-windows/releases/download/10.9.10/jellyfin_10.9.10_windows-x64.exe + InstallerSha256: 3FF7093DEEE2BF7AD4267ACE6E724B39D47D704AD79D0165F57667811FE6382C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jellyfin/Server/10.9.10/Jellyfin.Server.locale.en-US.yaml b/manifests/j/Jellyfin/Server/10.9.10/Jellyfin.Server.locale.en-US.yaml new file mode 100644 index 0000000000000..5c87cb72a1b3d --- /dev/null +++ b/manifests/j/Jellyfin/Server/10.9.10/Jellyfin.Server.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jellyfin.Server +PackageVersion: 10.9.10 +PackageLocale: en-US +Publisher: The Jellyfin Project +PublisherUrl: https://jellyfin.org/contact +PublisherSupportUrl: https://github.com/jellyfin/jellyfin/issues +PackageName: Jellyfin Server +PackageUrl: https://jellyfin.org/ +License: MIT +LicenseUrl: https://github.com/jellyfin/jellyfin-server-windows/blob/HEAD/LICENSE +Copyright: (c) 2024 Jellyfin Contributors. Code released under the GNU General Public License. +ShortDescription: 'Jellyfin Server: The Free Software Media System' +Moniker: jellyfin-server +Tags: +- jellyfin +- windows +ReleaseNotes: |- + This is the latest release of Jellyfin Server for Windows. This release provides an updated tray app, installer, and includes Jellyfin FFmpeg and FFprobe for the server.For more information on Jellyfin 10.9.10 see the server release notes and the web release notes.Requirements: + - Windows 10 Version 1607+ + - Windows 11 Version 22000+ + Acknowledgements + This release bundles a copy of FFmpeg and FFprobe as built by Jellyfin, available at A license is included in the bundle.Changelog + - Remove delay from service start [PR #141], by @anthonylavado +ReleaseNotesUrl: https://github.com/jellyfin/jellyfin-server-windows/releases/tag/10.9.10 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jellyfin/Server/10.9.10/Jellyfin.Server.yaml b/manifests/j/Jellyfin/Server/10.9.10/Jellyfin.Server.yaml new file mode 100644 index 0000000000000..73b7eb64be0bd --- /dev/null +++ b/manifests/j/Jellyfin/Server/10.9.10/Jellyfin.Server.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.4.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jellyfin.Server +PackageVersion: 10.9.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jellyfin/Server/10.9.11/Jellyfin.Server.installer.yaml b/manifests/j/Jellyfin/Server/10.9.11/Jellyfin.Server.installer.yaml new file mode 100644 index 0000000000000..a46ccb04a718b --- /dev/null +++ b/manifests/j/Jellyfin/Server/10.9.11/Jellyfin.Server.installer.yaml @@ -0,0 +1,14 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jellyfin.Server +PackageVersion: 10.9.11 +InstallerType: nullsoft +UpgradeBehavior: install +ReleaseDate: 2024-09-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jellyfin/jellyfin-server-windows/releases/download/10.9.11/jellyfin_10.9.11_windows-x64.exe + InstallerSha256: 3B4FA4FB759C5099704A776A81308827ED82E5274C00D4EB2E4D6122976B38E5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jellyfin/Server/10.9.11/Jellyfin.Server.locale.en-US.yaml b/manifests/j/Jellyfin/Server/10.9.11/Jellyfin.Server.locale.en-US.yaml new file mode 100644 index 0000000000000..ba1600109deb2 --- /dev/null +++ b/manifests/j/Jellyfin/Server/10.9.11/Jellyfin.Server.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jellyfin.Server +PackageVersion: 10.9.11 +PackageLocale: en-US +Publisher: The Jellyfin Project +PublisherUrl: https://jellyfin.org/contact +PublisherSupportUrl: https://github.com/jellyfin/jellyfin/issues +PackageName: Jellyfin Server +PackageUrl: https://jellyfin.org/ +License: MIT +LicenseUrl: https://github.com/jellyfin/jellyfin-server-windows/blob/HEAD/LICENSE +Copyright: (c) 2024 Jellyfin Contributors. Code released under the GNU General Public License. +ShortDescription: 'Jellyfin Server: The Free Software Media System' +Moniker: jellyfin-server +Tags: +- jellyfin +- windows +ReleaseNotes: |- + This is the latest release of Jellyfin Server for Windows. This release provides an updated tray app, installer, and includes Jellyfin FFmpeg and FFprobe for the server.For more information on Jellyfin 10.9.11 see the server release notes and the web release notes.Requirements: + - Windows 10 Version 1607+ + - Windows 11 Version 22000+ + Acknowledgements + This release bundles a copy of FFmpeg and FFprobe as built by Jellyfin, available at A license is included in the bundle.--There are no changes to the tray app or installer from the previous release. +ReleaseNotesUrl: https://github.com/jellyfin/jellyfin-server-windows/releases/tag/10.9.11 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jellyfin/Server/10.9.11/Jellyfin.Server.yaml b/manifests/j/Jellyfin/Server/10.9.11/Jellyfin.Server.yaml new file mode 100644 index 0000000000000..45e769ad18eb4 --- /dev/null +++ b/manifests/j/Jellyfin/Server/10.9.11/Jellyfin.Server.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jellyfin.Server +PackageVersion: 10.9.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jellyfin/Server/10.9.8/Jellyfin.Server.installer.yaml b/manifests/j/Jellyfin/Server/10.9.8/Jellyfin.Server.installer.yaml new file mode 100644 index 0000000000000..a2c6d2eccfe16 --- /dev/null +++ b/manifests/j/Jellyfin/Server/10.9.8/Jellyfin.Server.installer.yaml @@ -0,0 +1,14 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jellyfin.Server +PackageVersion: 10.9.8 +InstallerType: nullsoft +UpgradeBehavior: install +ReleaseDate: 2024-07-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jellyfin/jellyfin-server-windows/releases/download/10.9.8/jellyfin_10.9.8_windows-x64.exe + InstallerSha256: 5F28EAE496D0ECE908AE204D4DE102B85A9BB17301DC6C5559C6D3BF07454A48 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jellyfin/Server/10.9.8/Jellyfin.Server.locale.en-US.yaml b/manifests/j/Jellyfin/Server/10.9.8/Jellyfin.Server.locale.en-US.yaml new file mode 100644 index 0000000000000..651bc01d65de5 --- /dev/null +++ b/manifests/j/Jellyfin/Server/10.9.8/Jellyfin.Server.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jellyfin.Server +PackageVersion: 10.9.8 +PackageLocale: en-US +Publisher: The Jellyfin Project +PublisherUrl: https://jellyfin.org/contact +PublisherSupportUrl: https://github.com/jellyfin/jellyfin/issues +PackageName: Jellyfin Server +PackageUrl: https://jellyfin.org/ +License: MIT +LicenseUrl: https://github.com/jellyfin/jellyfin-server-windows/blob/HEAD/LICENSE +Copyright: (c) 2024 Jellyfin Contributors. Code released under the GNU General Public License. +ShortDescription: 'Jellyfin Server: The Free Software Media System' +Moniker: jellyfin-server +Tags: +- jellyfin +- windows +ReleaseNotes: |- + This is the latest release of Jellyfin Server for Windows. This release provides an updated tray app, installer, and includes Jellyfin FFmpeg and FFprobe for the server.For more information on Jellyfin 10.9.8 see the server release notes and the web release notes.Requirements: + - Windows 10 Version 1607+ + - Windows 11 Version 22000+ + Acknowledgements + This release bundles a copy of FFmpeg and FFprobe as built by Jellyfin, available at A license is included in the bundle.--There are no changes to the tray app or installer from the previous release. +ReleaseNotesUrl: https://github.com/jellyfin/jellyfin-server-windows/releases/tag/10.9.8 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jellyfin/Server/10.9.8/Jellyfin.Server.yaml b/manifests/j/Jellyfin/Server/10.9.8/Jellyfin.Server.yaml new file mode 100644 index 0000000000000..6a4bd00f7d8fa --- /dev/null +++ b/manifests/j/Jellyfin/Server/10.9.8/Jellyfin.Server.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jellyfin.Server +PackageVersion: 10.9.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jellyfin/Server/10.9.9/Jellyfin.Server.installer.yaml b/manifests/j/Jellyfin/Server/10.9.9/Jellyfin.Server.installer.yaml new file mode 100644 index 0000000000000..af9265b610796 --- /dev/null +++ b/manifests/j/Jellyfin/Server/10.9.9/Jellyfin.Server.installer.yaml @@ -0,0 +1,14 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Jellyfin.Server +PackageVersion: 10.9.9 +InstallerType: nullsoft +UpgradeBehavior: install +ReleaseDate: 2024-08-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jellyfin/jellyfin-server-windows/releases/download/10.9.9/jellyfin_10.9.9_windows-x64.exe + InstallerSha256: 8DA3C8A788D2535D63211657ECC634DCC64855785B4DC4F8B81BB0D121F975B6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jellyfin/Server/10.9.9/Jellyfin.Server.locale.en-US.yaml b/manifests/j/Jellyfin/Server/10.9.9/Jellyfin.Server.locale.en-US.yaml new file mode 100644 index 0000000000000..54f4ff467402f --- /dev/null +++ b/manifests/j/Jellyfin/Server/10.9.9/Jellyfin.Server.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Jellyfin.Server +PackageVersion: 10.9.9 +PackageLocale: en-US +Publisher: The Jellyfin Project +PublisherUrl: https://jellyfin.org/contact +PublisherSupportUrl: https://github.com/jellyfin/jellyfin/issues +PackageName: Jellyfin Server +PackageUrl: https://jellyfin.org/ +License: MIT +LicenseUrl: https://github.com/jellyfin/jellyfin-server-windows/blob/HEAD/LICENSE +Copyright: (c) 2024 Jellyfin Contributors. Code released under the GNU General Public License. +ShortDescription: 'Jellyfin Server: The Free Software Media System' +Moniker: jellyfin-server +Tags: +- jellyfin +- windows +ReleaseNotes: |- + This is the latest release of Jellyfin Server for Windows. This release provides an updated tray app, installer, and includes Jellyfin FFmpeg and FFprobe for the server.For more information on Jellyfin 10.9.9 see the server release notes and the web release notes.Requirements: + - Windows 10 Version 1607+ + - Windows 11 Version 22000+ + Acknowledgements + This release bundles a copy of FFmpeg and FFprobe as built by Jellyfin, available at A license is included in the bundle.--There are no changes to the tray app or installer from the previous release. +ReleaseNotesUrl: https://github.com/jellyfin/jellyfin-server-windows/releases/tag/10.9.9 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/Jellyfin/Server/10.9.9/Jellyfin.Server.yaml b/manifests/j/Jellyfin/Server/10.9.9/Jellyfin.Server.yaml new file mode 100644 index 0000000000000..28ebac4927c18 --- /dev/null +++ b/manifests/j/Jellyfin/Server/10.9.9/Jellyfin.Server.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Jellyfin.Server +PackageVersion: 10.9.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JesseDuffield/lazygit/0.44.0/JesseDuffield.lazygit.installer.yaml b/manifests/j/JesseDuffield/lazygit/0.44.0/JesseDuffield.lazygit.installer.yaml new file mode 100644 index 0000000000000..55f691c6392c8 --- /dev/null +++ b/manifests/j/JesseDuffield/lazygit/0.44.0/JesseDuffield.lazygit.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JesseDuffield.lazygit +PackageVersion: 0.44.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: 2024-09-07 +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lazygit.exe + PortableCommandAlias: lazygit + InstallerUrl: https://github.com/jesseduffield/lazygit/releases/download/v0.44.0/lazygit_0.44.0_Windows_32-bit.zip + InstallerSha256: D60FC9A0321D60FEAFE50DDB469B0B2D29FA91C68530145431F7128F3722A2A6 +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lazygit.exe + PortableCommandAlias: lazygit + InstallerUrl: https://github.com/jesseduffield/lazygit/releases/download/v0.44.0/lazygit_0.44.0_Windows_x86_64.zip + InstallerSha256: 66D4142D1074883A2F1367C04305075952D6C256F6296BE6E691EDC2D9CD99F8 +- Architecture: arm + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lazygit.exe + PortableCommandAlias: lazygit + InstallerUrl: https://github.com/jesseduffield/lazygit/releases/download/v0.44.0/lazygit_0.44.0_Windows_armv6.zip + InstallerSha256: EC90ABD6812FFBD48C0C6EE27657D159913C8C717424291F548F3FB2004272E8 +- Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lazygit.exe + PortableCommandAlias: lazygit + InstallerUrl: https://github.com/jesseduffield/lazygit/releases/download/v0.44.0/lazygit_0.44.0_Windows_arm64.zip + InstallerSha256: 2E5FFF7AAFB1F79A6437462F2D3278F4D3074C75D3526042E38DC49F0AF173F0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JesseDuffield/lazygit/0.44.0/JesseDuffield.lazygit.locale.en-US.yaml b/manifests/j/JesseDuffield/lazygit/0.44.0/JesseDuffield.lazygit.locale.en-US.yaml new file mode 100644 index 0000000000000..bea656a7d77dc --- /dev/null +++ b/manifests/j/JesseDuffield/lazygit/0.44.0/JesseDuffield.lazygit.locale.en-US.yaml @@ -0,0 +1,108 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JesseDuffield.lazygit +PackageVersion: 0.44.0 +PackageLocale: en-US +Publisher: Jesse Duffield +PublisherUrl: https://github.com/jesseduffield +PublisherSupportUrl: https://github.com/jesseduffield/lazygit/issues +# PrivacyUrl: +Author: Jesse Duffield +PackageName: lazygit +PackageUrl: https://github.com/jesseduffield/lazygit +License: MIT +LicenseUrl: https://github.com/jesseduffield/lazygit/blob/HEAD/LICENSE +Copyright: Copyright (c) 2018 Jesse Duffield +CopyrightUrl: https://raw.githubusercontent.com/jesseduffield/lazygit/master/LICENSE +ShortDescription: Simple terminal UI for git commands. +# Description: +Moniker: lazygit +Tags: +- cli +- cross-platform +- git +- git-client +- open-source +- terminal-app +ReleaseNotes: |- + What's Changed + Lots of great changes in this release. Thanks to everybody who contributed! + Enhancements 🔥 + - Per-repo config files (and reloading of edited config files) by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3787 + - In addition to the global config file you can now create repo-specific config files in /.git/lazygit.yml. Settings in these files override settings in the global config file. In addition, files called .lazygit.yml in any of the parent directories of a repo will also be loaded; this can be useful if you have settings that you want to apply to a group of repositories. + - We now also automatically apply (most) config changes without the need to restart lazygit + - Easily view diff across range of commits by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3869 + - If you select a range of commits, we now show the diff across the range (inclusive). This makes it easy to see the total changes across a number of commits. Likewise, if you press enter when a range of commits are selected, we will show the changed files for the range. + https://github.com/user-attachments/assets/6646c78b-5770-41c1-93b9-5442d32404de + - Support hyperlinks from pagers by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3825 + - If you're using delta as a pager (which I highly recommend trying), you can now click on line numbers to go to that line in your editor + git: + paging: + colorArg: always + pager: delta --paging=never --hyperlinks --line-numbers + If you're using vscode, use the following config: + git: + paging: + colorArg: always + pager: delta --paging=never --hyperlinks --line-numbers --hyperlinks-file-link-format="vscode://file/{path}:{line}" + https://github.com/user-attachments/assets/75fef6c4-d437-4595-ab00-b8990215cfed + - Switch to Files panel after popping/applying a stash by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3888 + - This is a nice quality of life improvement. You generally want to go straight to the files panel after you pop or apply from the stash + - Ask to auto-stage unstaged files when continuing a rebase after resolving conflicts by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3879 + - Another quality of life improvement: often you resolve some conflicts, then make another couple changes, then in lazygit you say to continue and you get an error saying there are unstaged changes. Now instead of showing an error, lazygit asks if you want to stage those changes and continue. + - Offer autostash option when creating new branch by @brandondong in https://github.com/jesseduffield/lazygit/pull/3871 + - Another great quality of life improvement + - Allow using shell aliases in interactive custom commands by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3793 + - Switch tabs with panel jump keys by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3794 + - If you've already been using the number keys (1-5) for jumping to specific side panels, you'll be pleased to know that you can now also use those keys for jumping to tabs within a side panel. E.g. to go to the reflog panel, you can now press 4 to jump to the commits panel, then 4 again to go to the reflog tab. + - Rename "Custom Command" to "Shell Command" by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3800 + - There are two ways of invoking a 'custom' command in Lazygit: first by pre-defining a command in your config, and second by pressing ':' and typing in the command directly. We referred to both of these as 'custom commands' which was confusing. We now refer to the second approach as invoking a 'shell command'. + - Improve template placeholders for custom commands by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3809 + - Now you can use SelectedCommit to refer to the selected commit regardless of which commits panel you're in (local commits, reflog, etc) + - Likewise, you can use SelectedPath whether you're in the files panel or the commit-files panel. + - feat(custom command): support multiple contexts within one command by @yam-liu in https://github.com/jesseduffield/lazygit/pull/3784 + - You can now use a comma-separated list of contexts for which a custom command can be invoked. For example: + customCommands: + - description: 'Add empty commit' + key: 'E' + context: 'commits,files' + - Improve mouse support for commit message panel by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3836 + - Make auto-staging resolved conflicts optional by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3870 + - If you set git.autoStageResolvedConflicts to false in your config, lazygit will no longer auto-stage files in which you've resolved merge conflicts. + - Allow using and ,/. in sticky range select mode in patch explorer by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3837 + - Add Zed editor support to editorPreset by @susl in https://github.com/jesseduffield/lazygit/pull/3886 + Fixes 🔧 + - Allow GPG reword for last commit by @Neko-Box-Coder in https://github.com/jesseduffield/lazygit/pull/3815 + - Don't exit app when GetRepoPaths call fails during startup by @ppoum in https://github.com/jesseduffield/lazygit/pull/3779 + - Fix lack of icon when extension isn't lowercase by @hasecilu in https://github.com/jesseduffield/lazygit/pull/3810 + - Fix redraw bug (stale content) in commits view by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3783 + - Fix line coloring when using the delta pager by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3820 + - Fix pressing escape after clicking in diff view by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3828 + - Fix fast-forward issue caused by a conflicting tag name @Neko-Box-Coder in https://github.com/jesseduffield/lazygit/pull/3807 + - Fix range select -> stage failure when deleted file is already staged by @brandondong in https://github.com/jesseduffield/lazygit/pull/3631 + - Scroll views up if needed to show all their content by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3839 + - Fix crash when filtering commits by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3838 + - Fix cancelled autostash resulting in stuck inline status by @brandondong in https://github.com/jesseduffield/lazygit/pull/3860 + - Don't allow opening a menu while the search or filter prompt is open by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3878 + Maintenance ⚙️ + - Reapply "Check for fixup commits on CI" by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3745 + - Some cleanups for APIs related to contexts by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3808 + - Improve fixup commits script by @jesseduffield in https://github.com/jesseduffield/lazygit/pull/3853 + - Fix linter warnings by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3854 + - Add codespell support (config, workflow to detect/not fix) and make it fix few typos by @yarikoptic in https://github.com/jesseduffield/lazygit/pull/3751 + - Get rid of a lot of error return values by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3890 + - Add a readme file for the JSON files in pkg/i18n/translations by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3781 + New Contributors + - @yam-liu made their first contribution in https://github.com/jesseduffield/lazygit/pull/3784 + - @ppoum made their first contribution in https://github.com/jesseduffield/lazygit/pull/3779 + - @Neko-Box-Coder made their first contribution in https://github.com/jesseduffield/lazygit/pull/3815 + - @yarikoptic made their first contribution in https://github.com/jesseduffield/lazygit/pull/3751 + - @susl made their first contribution in https://github.com/jesseduffield/lazygit/pull/3886 + Full Changelog: https://github.com/jesseduffield/lazygit/compare/v0.43.1...v0.44.0 +ReleaseNotesUrl: https://github.com/jesseduffield/lazygit/releases/tag/v0.44.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JesseDuffield/lazygit/0.44.0/JesseDuffield.lazygit.yaml b/manifests/j/JesseDuffield/lazygit/0.44.0/JesseDuffield.lazygit.yaml new file mode 100644 index 0000000000000..3bd80cffaaa5f --- /dev/null +++ b/manifests/j/JesseDuffield/lazygit/0.44.0/JesseDuffield.lazygit.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JesseDuffield.lazygit +PackageVersion: 0.44.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.1.5/JetBrains.CLion.installer.yaml b/manifests/j/JetBrains/CLion/2024.1.5/JetBrains.CLion.installer.yaml new file mode 100644 index 0000000000000..bbb35fcfc8701 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.1.5/JetBrains.CLion.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: 2024.1.5 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- c +- cpp +- cxx +- h +- hpp +- hxx +- ipr +ReleaseDate: 2024-08-09 +AppsAndFeaturesEntries: +- DisplayName: CLion 2024.1.5 + DisplayVersion: 241.19072.20 + ProductCode: CLion 2024.1.5 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2024.1.5.exe + InstallerSha256: 028DB0C89B3CA3ADF78A9643046814C00D192A85B08B96E0B7B05503A865B578 + ProductCode: CLion 2024.1.5 +- Architecture: arm64 + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2024.1.5-aarch64.exe + InstallerSha256: F18CE9DABEF79E705507CA450B50CD7459960F81FCC337DE3AE255D3723CCFE4 + ProductCode: CLion 2024.1.5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.1.5/JetBrains.CLion.locale.en-US.yaml b/manifests/j/JetBrains/CLion/2024.1.5/JetBrains.CLion.locale.en-US.yaml new file mode 100644 index 0000000000000..88d7b77535375 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.1.5/JetBrains.CLion.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: 2024.1.5 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: CLion +PackageUrl: https://www.jetbrains.com/clion/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: A cross-platform IDE for C and C++ +Description: A powerful IDE from JetBrains helps you develop in C and C++ on Linux, macOS and Windows. +Moniker: clion +Tags: +- c +- c++ +- code +- coding +- cpp +- develop +- development +- ide +- programming +ReleaseNotes: |- + - Updated CMake to 3.28.6 that fixes the compilation issue for C++20/23/26 projects + - Fixed the issue where the terminal would open slowly when the ulimit -n value was set too high + - Fixed issues with missing translations when Chinese, Korean, or Japanese localization is enabled + If you have any feedback or encounter any issues, let us know in our issue tracker. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/CPP-A-230654327 +PurchaseUrl: https://www.jetbrains.com/clion/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn CLion + DocumentUrl: https://www.jetbrains.com/clion/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.1.5/JetBrains.CLion.locale.zh-CN.yaml b/manifests/j/JetBrains/CLion/2024.1.5/JetBrains.CLion.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ffcb192292511 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.1.5/JetBrains.CLion.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: 2024.1.5 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: CLion +PackageUrl: https://www.jetbrains.com/zh-cn/clion/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: C 和 C++ 跨平台 IDE +Description: JetBrains 出品的强大 IDE 帮助您在 Linux、macOS 和 Windows 上进行 C 和 C++ 开发。 +# Moniker: +Tags: +- c +- c++ +- cpp +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/CPP-A-230654327 +PurchaseUrl: https://www.jetbrains.com/zh-cn/clion/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 CLion + DocumentUrl: https://www.jetbrains.com/zh-cn/clion/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.1.5/JetBrains.CLion.yaml b/manifests/j/JetBrains/CLion/2024.1.5/JetBrains.CLion.yaml new file mode 100644 index 0000000000000..3619eb715e4fa --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.1.5/JetBrains.CLion.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: 2024.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.2.0.1/JetBrains.CLion.installer.yaml b/manifests/j/JetBrains/CLion/2024.2.0.1/JetBrains.CLion.installer.yaml new file mode 100644 index 0000000000000..bac63d173c637 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.2.0.1/JetBrains.CLion.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: 2024.2.0.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- c +- cpp +- cxx +- h +- hpp +- hxx +- ipr +ReleaseDate: 2024-08-20 +AppsAndFeaturesEntries: +- DisplayName: CLion 2024.2.0.1 + DisplayVersion: 242.20224.413 + ProductCode: CLion 2024.2.0.1 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2024.2.0.1.exe + InstallerSha256: 6A032F0A2C7E0152F5847A38E6F09BD93EFBC4D8D85829781EB1B1CA1319A1F2 + ProductCode: CLion 2024.2.0.1 +- Architecture: arm64 + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2024.2.0.1-aarch64.exe + InstallerSha256: D9D6EAD0A3FFCCB01258544D95E5C737E111941D95EEC2F95B3518E667CCAF35 + ProductCode: CLion 2024.2.0.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.2.0.1/JetBrains.CLion.locale.en-US.yaml b/manifests/j/JetBrains/CLion/2024.2.0.1/JetBrains.CLion.locale.en-US.yaml new file mode 100644 index 0000000000000..20821d4d2308f --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.2.0.1/JetBrains.CLion.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: 2024.2.0.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: CLion +PackageUrl: https://www.jetbrains.com/clion/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: A cross-platform IDE for C and C++ +Description: A powerful IDE from JetBrains helps you develop in C and C++ on Linux, macOS and Windows. +Moniker: clion +Tags: +- c +- c++ +- code +- coding +- cpp +- develop +- development +- ide +- programming +ReleaseNotes: |- + The CLion 2024.2.0.1 is out! + This update brings important hot-fixes: + - Resolved an issue that prevented tests from running when either sanitizers or Valgrind memcheck were used. + - Resolved an issue where projects were stuck in an infinite "Loading project..." state. + - Addressed a memory leak issue caused by a settings subscription in the VisibleDocumentDaemonProcess. + For the full details, please refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/CPP-A-230654329 +PurchaseUrl: https://www.jetbrains.com/clion/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn CLion + DocumentUrl: https://www.jetbrains.com/clion/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.2.0.1/JetBrains.CLion.locale.zh-CN.yaml b/manifests/j/JetBrains/CLion/2024.2.0.1/JetBrains.CLion.locale.zh-CN.yaml new file mode 100644 index 0000000000000..63f5102707b02 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.2.0.1/JetBrains.CLion.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: 2024.2.0.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: CLion +PackageUrl: https://www.jetbrains.com/zh-cn/clion/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: C 和 C++ 跨平台 IDE +Description: JetBrains 出品的强大 IDE 帮助您在 Linux、macOS 和 Windows 上进行 C 和 C++ 开发。 +# Moniker: +Tags: +- c +- c++ +- cpp +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/CPP-A-230654329 +PurchaseUrl: https://www.jetbrains.com/zh-cn/clion/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 CLion + DocumentUrl: https://www.jetbrains.com/zh-cn/clion/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.2.0.1/JetBrains.CLion.yaml b/manifests/j/JetBrains/CLion/2024.2.0.1/JetBrains.CLion.yaml new file mode 100644 index 0000000000000..faec98ea2f6ae --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.2.0.1/JetBrains.CLion.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: 2024.2.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.2.1/JetBrains.CLion.installer.yaml b/manifests/j/JetBrains/CLion/2024.2.1/JetBrains.CLion.installer.yaml new file mode 100644 index 0000000000000..a13f60ebf10dd --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.2.1/JetBrains.CLion.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: 2024.2.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- c +- cpp +- cxx +- h +- hpp +- hxx +- ipr +ReleaseDate: 2024-09-02 +AppsAndFeaturesEntries: +- DisplayName: CLion 2024.2.1 + DisplayVersion: 242.21829.173 + ProductCode: CLion 2024.2.1 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2024.2.1.exe + InstallerSha256: 359C473AB6146F0979586244AE7568DADC9FAEBED4111E26CC5A9F6E5631FC57 + ProductCode: CLion 2024.2.1 +- Architecture: arm64 + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2024.2.1-aarch64.exe + InstallerSha256: 055449382B7F3EF379736FFFBC6BC8CCE431E4D7988531E47F6F4DD7B0E9DCF7 + ProductCode: CLion 2024.2.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.2.1/JetBrains.CLion.locale.en-US.yaml b/manifests/j/JetBrains/CLion/2024.2.1/JetBrains.CLion.locale.en-US.yaml new file mode 100644 index 0000000000000..6ffa841e69c20 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.2.1/JetBrains.CLion.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: CLion +PackageUrl: https://www.jetbrains.com/clion/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: A cross-platform IDE for C and C++ +Description: A powerful IDE from JetBrains helps you develop in C and C++ on Linux, macOS and Windows. +Moniker: clion +Tags: +- c +- c++ +- code +- coding +- cpp +- develop +- development +- ide +- programming +ReleaseNotes: |- + The CLion 2024.2.1 bug-fix update is now available! + The highlights include: + - Non-ASCII characters, like č or ß, in the installation path no longer cause a startup error for Windows users. + - This build includes one of the planned fixes to prevent CLion from freezing after a CMake reload. We’re working on the others. + - The enabled Group headers by directory option in CLion Nova no longer becomes disabled after restarting the IDE. + - Non-essential project settings have been moved from .idea/editor.xml to .idea/misc.xml. + - In CLion Nova, Search Everywhere correctly navigates to functions or classes from header files again. + If you have any feedback or issues, please let us know in our issue tracker. + . +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/CPP-A-230654334 +PurchaseUrl: https://www.jetbrains.com/clion/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn CLion + DocumentUrl: https://www.jetbrains.com/clion/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.2.1/JetBrains.CLion.locale.zh-CN.yaml b/manifests/j/JetBrains/CLion/2024.2.1/JetBrains.CLion.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1da07b24c6e80 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.2.1/JetBrains.CLion.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: 2024.2.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: CLion +PackageUrl: https://www.jetbrains.com/zh-cn/clion/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: C 和 C++ 跨平台 IDE +Description: JetBrains 出品的强大 IDE 帮助您在 Linux、macOS 和 Windows 上进行 C 和 C++ 开发。 +# Moniker: +Tags: +- c +- c++ +- cpp +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/CPP-A-230654334 +PurchaseUrl: https://www.jetbrains.com/zh-cn/clion/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 CLion + DocumentUrl: https://www.jetbrains.com/zh-cn/clion/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.2.1/JetBrains.CLion.yaml b/manifests/j/JetBrains/CLion/2024.2.1/JetBrains.CLion.yaml new file mode 100644 index 0000000000000..eb0fd594bf2ba --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.2.1/JetBrains.CLion.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.2/JetBrains.CLion.installer.yaml b/manifests/j/JetBrains/CLion/2024.2/JetBrains.CLion.installer.yaml new file mode 100644 index 0000000000000..829e1e30eac7e --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.2/JetBrains.CLion.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: "2024.2" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- c +- cpp +- cxx +- h +- hpp +- hxx +- ipr +ReleaseDate: 2024-08-14 +AppsAndFeaturesEntries: +- DisplayName: CLion 2024.2 + DisplayVersion: 242.20224.384 + ProductCode: CLion 2024.2 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2024.2.exe + InstallerSha256: 1223527284E3C8A14B8B0455127E998301F9CDF77EFC97A915D3FF19E7F2A1E1 + ProductCode: CLion 2024.2 +- Architecture: arm64 + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2024.2-aarch64.exe + InstallerSha256: 2C12639D8073F9868CA3DADEC497652947BF685C5F9870B314FDBA4137AE1B6C + ProductCode: CLion 2024.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.2/JetBrains.CLion.locale.en-US.yaml b/manifests/j/JetBrains/CLion/2024.2/JetBrains.CLion.locale.en-US.yaml new file mode 100644 index 0000000000000..61fbab63ffb0f --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.2/JetBrains.CLion.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: "2024.2" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: CLion +PackageUrl: https://www.jetbrains.com/clion/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: A cross-platform IDE for C and C++ +Description: A powerful IDE from JetBrains helps you develop in C and C++ on Linux, macOS and Windows. +Moniker: clion +Tags: +- c +- c++ +- code +- coding +- cpp +- develop +- development +- ide +- programming +ReleaseNotes: |- + Introducing CLion 2024.2! + The updates and enhancements in this release include: + - Full line code completion for C++ + - This feature suggests entire lines of code using a local learning model. + - CLion Nova + - CLion Nova has become the default for new CLion users. + - Support for remote development via SSH using JetBrains Gateway. + - Code With Me can be used for collaborative development. + - Optional semantic highlighting. + - Inline code completion provided by cloud-based LLMs via AI Assistant. + - AI Assistant suggests names when you use the Rename and Change Signature refactorings. + - You can use an external clang-format binary. + - Project models and build tools + - Zephyr West support. + - West project building and flashing. + - Zephyr projects opened as CMake ones can be reopened as West projects using the Convert to West Project action. + - Python interpreter setup. + - Kconfig language support. + - Debugger + - GDB pretty printers issues have been resolved. + - CLion 2024.2 comes bundled with GDB 14.2. + - Editor + - Inline rendering of documentation comments for C and C++. + - Native rendering of math syntax in Markdown files. + - Language-specific settings for sticky lines. + - Other enhancements + - Improved user experience with local history. + - Bundled localization plugins. + - The "New UI" is now the default. + Learn more about these and all of the other changes on the What's New page. +ReleaseNotesUrl: https://www.jetbrains.com/clion/whatsnew/ +PurchaseUrl: https://www.jetbrains.com/clion/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn CLion + DocumentUrl: https://www.jetbrains.com/clion/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.2/JetBrains.CLion.locale.zh-CN.yaml b/manifests/j/JetBrains/CLion/2024.2/JetBrains.CLion.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e49c6ff176de0 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.2/JetBrains.CLion.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: "2024.2" +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: CLion +PackageUrl: https://www.jetbrains.com/zh-cn/clion/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: C 和 C++ 跨平台 IDE +Description: JetBrains 出品的强大 IDE 帮助您在 Linux、macOS 和 Windows 上进行 C 和 C++ 开发。 +# Moniker: +Tags: +- c +- c++ +- cpp +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://www.jetbrains.com/zh-cn/clion/whatsnew/ +PurchaseUrl: https://www.jetbrains.com/zh-cn/clion/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 CLion + DocumentUrl: https://www.jetbrains.com/zh-cn/clion/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/CLion/2024.2/JetBrains.CLion.yaml b/manifests/j/JetBrains/CLion/2024.2/JetBrains.CLion.yaml new file mode 100644 index 0000000000000..91920bf5e2493 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2024.2/JetBrains.CLion.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: "2024.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.1.5/JetBrains.DataGrip.installer.yaml b/manifests/j/JetBrains/DataGrip/2024.1.5/JetBrains.DataGrip.installer.yaml new file mode 100644 index 0000000000000..98fa0663d99d5 --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.1.5/JetBrains.DataGrip.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2024.1.5 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- sql +ReleaseDate: 2024-08-09 +AppsAndFeaturesEntries: +- DisplayName: DataGrip 2024.1.5 + DisplayVersion: 241.19072.24 + ProductCode: DataGrip 2024.1.5 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.1.5.exe + InstallerSha256: 557BC4A5D7BE28141E2EBE6418A662F07A221D66B3A794BE48782793D79F1FF8 + ProductCode: DataGrip 2024.1.5 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.1.5.exe + InstallerSha256: 557BC4A5D7BE28141E2EBE6418A662F07A221D66B3A794BE48782793D79F1FF8 + ProductCode: DataGrip 2024.1.5 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.1.5-aarch64.exe + InstallerSha256: A283ABDAFA401DEDFEF6692BC20C5B6F8FB0424F2B3486974EF3A95DDED31EC4 + ProductCode: DataGrip 2024.1.5 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.1.5-aarch64.exe + InstallerSha256: A283ABDAFA401DEDFEF6692BC20C5B6F8FB0424F2B3486974EF3A95DDED31EC4 + ProductCode: DataGrip 2024.1.5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.1.5/JetBrains.DataGrip.locale.en-US.yaml b/manifests/j/JetBrains/DataGrip/2024.1.5/JetBrains.DataGrip.locale.en-US.yaml new file mode 100644 index 0000000000000..175eec3751afd --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.1.5/JetBrains.DataGrip.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2024.1.5 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataGrip +PackageUrl: https://www.jetbrains.com/datagrip/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Cross-Platform IDE for Databases & SQL by JetBrains +Description: A powerful IDE from JetBrains for SQL on macOS, Windows, and Linux. +Moniker: datagrip +Tags: +- database +- db2 +- develop +- development +- ide +- mssql +- mysql +- postgres +- programming +- sql +- sqlite +ReleaseNotes: |- + DataGrip 2024.1.5 is Out! + In this version, we've introduced several minor updates and bug fixes. +ReleaseNotesUrl: https://www.jetbrains.com/datagrip/whatsnew/ +PurchaseUrl: https://www.jetbrains.com/datagrip/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/datagrip/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.1.5/JetBrains.DataGrip.locale.zh-CN.yaml b/manifests/j/JetBrains/DataGrip/2024.1.5/JetBrains.DataGrip.locale.zh-CN.yaml new file mode 100644 index 0000000000000..727e186c249c6 --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.1.5/JetBrains.DataGrip.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2024.1.5 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataGrip +PackageUrl: https://www.jetbrains.com/zh-cn/datagrip/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 由 JetBrains 开发的数据库和 SQL 跨平台 IDE +Description: JetBrains 为 macOS、Windows 和 Linux 的 SQL 开发的强大 IDE。 +# Moniker: +Tags: +- db2 +- mssql +- mysql +- postgres +- sql +- sqlite +- 代码 +- 开发 +- 数据库 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://www.jetbrains.com/zh-cn/datagrip/whatsnew/ +PurchaseUrl: https://www.jetbrains.com/zh-cn/datagrip/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/datagrip/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.1.5/JetBrains.DataGrip.yaml b/manifests/j/JetBrains/DataGrip/2024.1.5/JetBrains.DataGrip.yaml new file mode 100644 index 0000000000000..449fd865e582f --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.1.5/JetBrains.DataGrip.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2024.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.2.1/JetBrains.DataGrip.installer.yaml b/manifests/j/JetBrains/DataGrip/2024.2.1/JetBrains.DataGrip.installer.yaml new file mode 100644 index 0000000000000..4a9b273e55f85 --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.2.1/JetBrains.DataGrip.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2024.2.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- sql +ReleaseDate: 2024-08-13 +AppsAndFeaturesEntries: +- DisplayName: DataGrip 2024.2.1 + DisplayVersion: 242.20224.385 + ProductCode: DataGrip 2024.2.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.2.1.exe + InstallerSha256: DE6369F29021FB761D5BC67907304D1E29ACE82B7E6C1D5089354719C4ED107D + ProductCode: DataGrip 2024.2.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.2.1.exe + InstallerSha256: DE6369F29021FB761D5BC67907304D1E29ACE82B7E6C1D5089354719C4ED107D + ProductCode: DataGrip 2024.2.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.2.1-aarch64.exe + InstallerSha256: A704D3F006275C85580F69B3FF9A02BE8FDEE8DCF8C2CEF60EF121A75CB64BBA + ProductCode: DataGrip 2024.2.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.2.1-aarch64.exe + InstallerSha256: A704D3F006275C85580F69B3FF9A02BE8FDEE8DCF8C2CEF60EF121A75CB64BBA + ProductCode: DataGrip 2024.2.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.2.1/JetBrains.DataGrip.locale.en-US.yaml b/manifests/j/JetBrains/DataGrip/2024.2.1/JetBrains.DataGrip.locale.en-US.yaml new file mode 100644 index 0000000000000..8765505dcb94d --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.2.1/JetBrains.DataGrip.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataGrip +PackageUrl: https://www.jetbrains.com/datagrip/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Cross-Platform IDE for Databases & SQL by JetBrains +Description: A powerful IDE from JetBrains for SQL on macOS, Windows, and Linux. +Moniker: datagrip +Tags: +- database +- db2 +- develop +- development +- ide +- mssql +- mysql +- postgres +- programming +- sql +- sqlite +ReleaseNotes: |- + AI Assistant + - AI Assistant can now generate SQL code right in the editor. + + - AI Assistant can also help you with modifying your database tables in the Modify dialog. + - You can also use the AI Assistant intention actions to better understand and fix SQL problems. + - You can now add database schemas to the AI chat simply by mentioning them in your prompt. + Working with data + - You can now import data from your tabular data files. We’ve implemented scripted loaders to enable importing for the following file formats: + - Excel + - JSON + - Parquet + - Shapefile + + - The Geo Viewer now supports CSV and XLSX files. + - Navigation to Related Rows and opening web links is now possible via a floating toolbar. + - Value completion is now automatic. + - You can now select all values in a column by clicking on the column’s header. + Search Everywhere popup + - There are now two ways to filter search results by database object type: either by using the filter icon or by using commands. + - The popup now also includes an option to preview the codebase elements you’re searching for. + + - Working with scopes is now more efficient thanks to the additional data source scope and the improved location of data source scopes at the top of the list. + Connectivity + - The performance of the Auto sync feature has been improved for SQL Server and Oracle. + - The built-in IDE macros are now available to use in your connection startup scripts. + + - Non-RSA certificates are now supported for SSL connections. + - Snowflake Iceberg, dynamic, and hybrid tables are supported. +ReleaseNotesUrl: https://www.jetbrains.com/datagrip/whatsnew/ +PurchaseUrl: https://www.jetbrains.com/datagrip/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/datagrip/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.2.1/JetBrains.DataGrip.locale.zh-CN.yaml b/manifests/j/JetBrains/DataGrip/2024.2.1/JetBrains.DataGrip.locale.zh-CN.yaml new file mode 100644 index 0000000000000..da7bae0523ae6 --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.2.1/JetBrains.DataGrip.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2024.2.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataGrip +PackageUrl: https://www.jetbrains.com/zh-cn/datagrip/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 由 JetBrains 开发的数据库和 SQL 跨平台 IDE +Description: JetBrains 为 macOS、Windows 和 Linux 的 SQL 开发的强大 IDE。 +# Moniker: +Tags: +- db2 +- mssql +- mysql +- postgres +- sql +- sqlite +- 代码 +- 开发 +- 数据库 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://www.jetbrains.com/datagrip/whatsnew/ +PurchaseUrl: https://www.jetbrains.com/zh-cn/datagrip/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/datagrip/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.2.1/JetBrains.DataGrip.yaml b/manifests/j/JetBrains/DataGrip/2024.2.1/JetBrains.DataGrip.yaml new file mode 100644 index 0000000000000..4a1c202920cdc --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.2.1/JetBrains.DataGrip.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.2.2/JetBrains.DataGrip.installer.yaml b/manifests/j/JetBrains/DataGrip/2024.2.2/JetBrains.DataGrip.installer.yaml new file mode 100644 index 0000000000000..24bafa777688c --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.2.2/JetBrains.DataGrip.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2024.2.2 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- sql +ReleaseDate: 2024-08-23 +AppsAndFeaturesEntries: +- DisplayName: DataGrip 2024.2.2 + DisplayVersion: 242.21829.162 + ProductCode: DataGrip 2024.2.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.2.2.exe + InstallerSha256: E243ACD7DF23DB15E1919B9F37EB6EA4683D923EB3CFF9A8C140677FEC797B02 + ProductCode: DataGrip 2024.2.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.2.2.exe + InstallerSha256: E243ACD7DF23DB15E1919B9F37EB6EA4683D923EB3CFF9A8C140677FEC797B02 + ProductCode: DataGrip 2024.2.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.2.2-aarch64.exe + InstallerSha256: B2F5064F8C339CF16622BA6590AACA6CE5C225E94C693497C1A6A0E0D67188D3 + ProductCode: DataGrip 2024.2.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.2.2-aarch64.exe + InstallerSha256: B2F5064F8C339CF16622BA6590AACA6CE5C225E94C693497C1A6A0E0D67188D3 + ProductCode: DataGrip 2024.2.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.2.2/JetBrains.DataGrip.locale.en-US.yaml b/manifests/j/JetBrains/DataGrip/2024.2.2/JetBrains.DataGrip.locale.en-US.yaml new file mode 100644 index 0000000000000..5e720f493f8aa --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.2.2/JetBrains.DataGrip.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2024.2.2 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataGrip +PackageUrl: https://www.jetbrains.com/datagrip/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Cross-Platform IDE for Databases & SQL by JetBrains +Description: A powerful IDE from JetBrains for SQL on macOS, Windows, and Linux. +Moniker: datagrip +Tags: +- database +- db2 +- develop +- development +- ide +- mssql +- mysql +- postgres +- programming +- sql +- sqlite +ReleaseNotes: |- + DataGrip 2024.2.2 is Out! + In this version, we've introduced several minor updates and bug fixes. + Please see the release notes for the complete list of fixes and improvements. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DBE-A-83165296/DataGrip-2024.2.2-242.21829.162-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/datagrip/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/datagrip/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.2.2/JetBrains.DataGrip.locale.zh-CN.yaml b/manifests/j/JetBrains/DataGrip/2024.2.2/JetBrains.DataGrip.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c6854f300e5f7 --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.2.2/JetBrains.DataGrip.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2024.2.2 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataGrip +PackageUrl: https://www.jetbrains.com/zh-cn/datagrip/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 由 JetBrains 开发的数据库和 SQL 跨平台 IDE +Description: JetBrains 为 macOS、Windows 和 Linux 的 SQL 开发的强大 IDE。 +# Moniker: +Tags: +- db2 +- mssql +- mysql +- postgres +- sql +- sqlite +- 代码 +- 开发 +- 数据库 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DBE-A-83165296/DataGrip-2024.2.2-242.21829.162-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/datagrip/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/datagrip/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.2.2/JetBrains.DataGrip.yaml b/manifests/j/JetBrains/DataGrip/2024.2.2/JetBrains.DataGrip.yaml new file mode 100644 index 0000000000000..71f607d38a236 --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.2.2/JetBrains.DataGrip.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2024.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.2/JetBrains.DataGrip.installer.yaml b/manifests/j/JetBrains/DataGrip/2024.2/JetBrains.DataGrip.installer.yaml new file mode 100644 index 0000000000000..d4cb231f6a7f7 --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.2/JetBrains.DataGrip.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: "2024.2" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- sql +ReleaseDate: 2024-08-12 +AppsAndFeaturesEntries: +- DisplayName: DataGrip 2024.2 + DisplayVersion: 242.20224.353 + ProductCode: DataGrip 2024.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.2.exe + InstallerSha256: 5A37CC8C3FB7F4AC1FDC3D10CBFF7524A6F7CE049DAEE537A260D5F6EAF604AE + ProductCode: DataGrip 2024.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.2.exe + InstallerSha256: 5A37CC8C3FB7F4AC1FDC3D10CBFF7524A6F7CE049DAEE537A260D5F6EAF604AE + ProductCode: DataGrip 2024.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.2-aarch64.exe + InstallerSha256: 8EB742264E5C2A1C6B4D953FDC37DF460BDA2CD35F55B1252700D848C84414AE + ProductCode: DataGrip 2024.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2024.2-aarch64.exe + InstallerSha256: 8EB742264E5C2A1C6B4D953FDC37DF460BDA2CD35F55B1252700D848C84414AE + ProductCode: DataGrip 2024.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.2/JetBrains.DataGrip.locale.en-US.yaml b/manifests/j/JetBrains/DataGrip/2024.2/JetBrains.DataGrip.locale.en-US.yaml new file mode 100644 index 0000000000000..61387ca5a0f5b --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.2/JetBrains.DataGrip.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: "2024.2" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataGrip +PackageUrl: https://www.jetbrains.com/datagrip/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Cross-Platform IDE for Databases & SQL by JetBrains +Description: A powerful IDE from JetBrains for SQL on macOS, Windows, and Linux. +Moniker: datagrip +Tags: +- database +- db2 +- develop +- development +- ide +- mssql +- mysql +- postgres +- programming +- sql +- sqlite +ReleaseNotes: |- + AI Assistant + - AI Assistant can now generate SQL code right in the editor. + + - AI Assistant can also help you with modifying your database tables in the Modify dialog. + - You can also use the AI Assistant intention actions to better understand and fix SQL problems. + - You can now add database schemas to the AI chat simply by mentioning them in your prompt. + Working with data + - You can now import data from your tabular data files. We’ve implemented scripted loaders to enable importing for the following file formats: + - Excel + - JSON + - Parquet + - Shapefile + + - The Geo Viewer now supports CSV and XLSX files. + - Navigation to Related Rows and opening web links is now possible via a floating toolbar. + - Value completion is now automatic. + - You can now select all values in a column by clicking on the column’s header. + Search Everywhere popup + - There are now two ways to filter search results by database object type: either by using the filter icon or by using commands. + - The popup now also includes an option to preview the codebase elements you’re searching for. + + - Working with scopes is now more efficient thanks to the additional data source scope and the improved location of data source scopes at the top of the list. + Connectivity + - The performance of the Auto sync feature has been improved for SQL Server and Oracle. + - The built-in IDE macros are now available to use in your connection startup scripts. + + - Non-RSA certificates are now supported for SSL connections. + - Snowflake Iceberg, dynamic, and hybrid tables are supported. +ReleaseNotesUrl: https://www.jetbrains.com/datagrip/whatsnew/ +PurchaseUrl: https://www.jetbrains.com/datagrip/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/datagrip/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.2/JetBrains.DataGrip.locale.zh-CN.yaml b/manifests/j/JetBrains/DataGrip/2024.2/JetBrains.DataGrip.locale.zh-CN.yaml new file mode 100644 index 0000000000000..79934c5e0aaad --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.2/JetBrains.DataGrip.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: "2024.2" +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataGrip +PackageUrl: https://www.jetbrains.com/zh-cn/datagrip/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 由 JetBrains 开发的数据库和 SQL 跨平台 IDE +Description: JetBrains 为 macOS、Windows 和 Linux 的 SQL 开发的强大 IDE。 +# Moniker: +Tags: +- db2 +- mssql +- mysql +- postgres +- sql +- sqlite +- 代码 +- 开发 +- 数据库 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://www.jetbrains.com/datagrip/whatsnew/ +PurchaseUrl: https://www.jetbrains.com/zh-cn/datagrip/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/datagrip/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataGrip/2024.2/JetBrains.DataGrip.yaml b/manifests/j/JetBrains/DataGrip/2024.2/JetBrains.DataGrip.yaml new file mode 100644 index 0000000000000..f1935f8c86fd6 --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2024.2/JetBrains.DataGrip.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: "2024.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/2024.1.4/JetBrains.DataSpell.installer.yaml b/manifests/j/JetBrains/DataSpell/2024.1.4/JetBrains.DataSpell.installer.yaml new file mode 100644 index 0000000000000..d8dee02de5219 --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/2024.1.4/JetBrains.DataSpell.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell +PackageVersion: 2024.1.4 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- ipynb +- py +ReleaseDate: 2024-08-09 +AppsAndFeaturesEntries: +- DisplayName: DataSpell 2024.1.4 + DisplayVersion: 241.19072.25 + ProductCode: DataSpell 2024.1.4 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/dataspell-2024.1.4.exe + InstallerSha256: 59A1C92C329768AC35AD995EB1760FBBCA4D07355206EC9EDC3F8C1E79723DBF + ProductCode: DataSpell 2024.1.4 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/dataspell-2024.1.4.exe + InstallerSha256: 59A1C92C329768AC35AD995EB1760FBBCA4D07355206EC9EDC3F8C1E79723DBF + ProductCode: DataSpell 2024.1.4 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/dataspell-2024.1.4-aarch64.exe + InstallerSha256: E3D5F51F7A92D3DC973D1FB3FD35B3009408EE3BA2FFF9D97C6AFA9DBE5130B5 + ProductCode: DataSpell 2024.1.4 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/dataspell-2024.1.4-aarch64.exe + InstallerSha256: E3D5F51F7A92D3DC973D1FB3FD35B3009408EE3BA2FFF9D97C6AFA9DBE5130B5 + ProductCode: DataSpell 2024.1.4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/2024.1.4/JetBrains.DataSpell.locale.en-US.yaml b/manifests/j/JetBrains/DataSpell/2024.1.4/JetBrains.DataSpell.locale.en-US.yaml new file mode 100644 index 0000000000000..bca2399f9bdcc --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/2024.1.4/JetBrains.DataSpell.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell +PackageVersion: 2024.1.4 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataSpell +PackageUrl: https://www.jetbrains.com/dataspell/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: IDE for data analysts and analytics engineers +Description: JetBrains DataSpell is an IDE for data analysis with Jupyter notebooks and SQL-cells, interactive Python scripts, dbt Core, SQL databases support, and low-code features. +Moniker: dataspell +Tags: +- chart +- data +- data-analysis +- data-mining +- data-science +- graph +- graphics +- jupyter +- python +- visualization +ReleaseNotes: |- + DataSpell 2024.1.4 is Out! + In this version, we've introduced several minor updates and bug fixes. + Please see the release notes for the complete list of fixes and improvements. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DS-A-172/DataSpell-241.19072.25-Release-Notes +PurchaseUrl: https://www.jetbrains.com/dataspell/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/dataspell/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/2024.1.4/JetBrains.DataSpell.locale.zh-CN.yaml b/manifests/j/JetBrains/DataSpell/2024.1.4/JetBrains.DataSpell.locale.zh-CN.yaml new file mode 100644 index 0000000000000..34eaa8fe6fd3f --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/2024.1.4/JetBrains.DataSpell.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell +PackageVersion: 2024.1.4 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataSpell +PackageUrl: https://www.jetbrains.com/zh-cn/dataspell/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向数据分析师和分析工程师的 IDE +Description: JetBrains DataSpell 是适用于数据分析的 IDE,具有 Jupyter Notebook 与 SQL 单元、交互式 Python 脚本、dbt Core、SQL 数据库支持和低代码功能。 +# Moniker: +Tags: +- jupyter +- python +- 可视化 +- 图表 +- 数据 +- 数据分析 +- 数据挖掘 +- 数据科学 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DS-A-172/DataSpell-241.19072.25-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/dataspell/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/dataspell/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/2024.1.4/JetBrains.DataSpell.yaml b/manifests/j/JetBrains/DataSpell/2024.1.4/JetBrains.DataSpell.yaml new file mode 100644 index 0000000000000..c3808b73fce7e --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/2024.1.4/JetBrains.DataSpell.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell +PackageVersion: 2024.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/2024.2.1/JetBrains.DataSpell.installer.yaml b/manifests/j/JetBrains/DataSpell/2024.2.1/JetBrains.DataSpell.installer.yaml new file mode 100644 index 0000000000000..0f01eea1dcf42 --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/2024.2.1/JetBrains.DataSpell.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell +PackageVersion: 2024.2.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- ipynb +- py +ReleaseDate: 2024-08-29 +AppsAndFeaturesEntries: +- DisplayName: DataSpell 2024.2.1 + DisplayVersion: 242.21829.112 + ProductCode: DataSpell 2024.2.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/dataspell-2024.2.1.exe + InstallerSha256: 3AFEA5489EC75A5F0BF7BED47ECCE0B99D373CD22D1ED780064A610896B0E558 + ProductCode: DataSpell 2024.2.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/dataspell-2024.2.1.exe + InstallerSha256: 3AFEA5489EC75A5F0BF7BED47ECCE0B99D373CD22D1ED780064A610896B0E558 + ProductCode: DataSpell 2024.2.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/dataspell-2024.2.1-aarch64.exe + InstallerSha256: 04CFC6DB40EAAAFE36C199F4EC380E21B076E56D2B6538E424FD3F02283CC537 + ProductCode: DataSpell 2024.2.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/dataspell-2024.2.1-aarch64.exe + InstallerSha256: 04CFC6DB40EAAAFE36C199F4EC380E21B076E56D2B6538E424FD3F02283CC537 + ProductCode: DataSpell 2024.2.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/2024.2.1/JetBrains.DataSpell.locale.en-US.yaml b/manifests/j/JetBrains/DataSpell/2024.2.1/JetBrains.DataSpell.locale.en-US.yaml new file mode 100644 index 0000000000000..2b5645f91e264 --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/2024.2.1/JetBrains.DataSpell.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataSpell +PackageUrl: https://www.jetbrains.com/dataspell/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: IDE for data analysts and analytics engineers +Description: JetBrains DataSpell is an IDE for data analysis with Jupyter notebooks and SQL-cells, interactive Python scripts, dbt Core, SQL databases support, and low-code features. +Moniker: dataspell +Tags: +- chart +- data +- data-analysis +- data-mining +- data-science +- graph +- graphics +- jupyter +- python +- visualization +ReleaseNotes: |- + DataSpell 2024.2.1 is Out! + In this version, we've introduced several minor updates and bug fixes. + Please see the release notes for the complete list of fixes and improvements. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DS-A-174/DataSpell-242.21829.112-Release-Notes +PurchaseUrl: https://www.jetbrains.com/dataspell/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/dataspell/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/2024.2.1/JetBrains.DataSpell.locale.zh-CN.yaml b/manifests/j/JetBrains/DataSpell/2024.2.1/JetBrains.DataSpell.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fa83d04e7b479 --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/2024.2.1/JetBrains.DataSpell.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell +PackageVersion: 2024.2.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataSpell +PackageUrl: https://www.jetbrains.com/zh-cn/dataspell/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向数据分析师和分析工程师的 IDE +Description: JetBrains DataSpell 是适用于数据分析的 IDE,具有 Jupyter Notebook 与 SQL 单元、交互式 Python 脚本、dbt Core、SQL 数据库支持和低代码功能。 +# Moniker: +Tags: +- jupyter +- python +- 可视化 +- 图表 +- 数据 +- 数据分析 +- 数据挖掘 +- 数据科学 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DS-A-174/DataSpell-242.21829.112-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/dataspell/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/dataspell/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/2024.2.1/JetBrains.DataSpell.yaml b/manifests/j/JetBrains/DataSpell/2024.2.1/JetBrains.DataSpell.yaml new file mode 100644 index 0000000000000..1c409d8b941f2 --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/2024.2.1/JetBrains.DataSpell.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/2024.2/JetBrains.DataSpell.installer.yaml b/manifests/j/JetBrains/DataSpell/2024.2/JetBrains.DataSpell.installer.yaml new file mode 100644 index 0000000000000..c6489b42562b8 --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/2024.2/JetBrains.DataSpell.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell +PackageVersion: "2024.2" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- ipynb +- py +ReleaseDate: 2024-08-12 +AppsAndFeaturesEntries: +- DisplayName: DataSpell 2024.2 + DisplayVersion: 242.20224.354 + ProductCode: DataSpell 2024.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/dataspell-2024.2.exe + InstallerSha256: 87F099EC14AE1F5B332BAF77F0EE80CEF40FAC5CCA1D33BFC9B3D0EEFF1A46C5 + ProductCode: DataSpell 2024.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/dataspell-2024.2.exe + InstallerSha256: 87F099EC14AE1F5B332BAF77F0EE80CEF40FAC5CCA1D33BFC9B3D0EEFF1A46C5 + ProductCode: DataSpell 2024.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/dataspell-2024.2-aarch64.exe + InstallerSha256: ED0986B37FFB229DA88A53638A10EF9D5C3A0D6253EBCE3A6BD89648A4161ED8 + ProductCode: DataSpell 2024.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/dataspell-2024.2-aarch64.exe + InstallerSha256: ED0986B37FFB229DA88A53638A10EF9D5C3A0D6253EBCE3A6BD89648A4161ED8 + ProductCode: DataSpell 2024.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/2024.2/JetBrains.DataSpell.locale.en-US.yaml b/manifests/j/JetBrains/DataSpell/2024.2/JetBrains.DataSpell.locale.en-US.yaml new file mode 100644 index 0000000000000..84576e694096e --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/2024.2/JetBrains.DataSpell.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell +PackageVersion: "2024.2" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataSpell +PackageUrl: https://www.jetbrains.com/dataspell/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: IDE for data analysts and analytics engineers +Description: JetBrains DataSpell is an IDE for data analysis with Jupyter notebooks and SQL-cells, interactive Python scripts, dbt Core, SQL databases support, and low-code features. +Moniker: dataspell +Tags: +- chart +- data +- data-analysis +- data-mining +- data-science +- graph +- graphics +- jupyter +- python +- visualization +ReleaseNotes: |- + AI cells + New AI cells allow you to prompt AI Assistant directly in your Jupyter notebook, providing the AI assistant with the context of your data analysis. Additionally, the lightbulb icon next to AI cells gives suggestions about the next steps in your workflow. + Improved UX for Jupyter notebooks + You can now expand and collapse both code and Markdown cells. The Run Cell button is now also located next to each cell. Additionally, cells now display their execution statuses and assigned tags. + The new UI has been made default for all users + With DataSpell 2024.2, the new UI is now the default for all users, leaving the classic one available as a plugin. + Geo viewer for tabular data files + Explore geospatial data with the new Geo viewer, which supports CSV and XLSX formats and handles coordinates in WKT, WKB, and PostGIS geometry 4326 formats. + Support for math syntax in Markdown files + DataSpell can now natively render mathematical expressions in Markdown files. Use $ for inline math expressions and $$ for code blocks with math content. +ReleaseNotesUrl: https://www.jetbrains.com/dataspell/whatsnew/ +PurchaseUrl: https://www.jetbrains.com/dataspell/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/dataspell/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/2024.2/JetBrains.DataSpell.locale.zh-CN.yaml b/manifests/j/JetBrains/DataSpell/2024.2/JetBrains.DataSpell.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e66263c78e664 --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/2024.2/JetBrains.DataSpell.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell +PackageVersion: "2024.2" +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataSpell +PackageUrl: https://www.jetbrains.com/zh-cn/dataspell/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向数据分析师和分析工程师的 IDE +Description: JetBrains DataSpell 是适用于数据分析的 IDE,具有 Jupyter Notebook 与 SQL 单元、交互式 Python 脚本、dbt Core、SQL 数据库支持和低代码功能。 +# Moniker: +Tags: +- jupyter +- python +- 可视化 +- 图表 +- 数据 +- 数据分析 +- 数据挖掘 +- 数据科学 +# ReleaseNotes: +ReleaseNotesUrl: https://www.jetbrains.com/dataspell/whatsnew/ +PurchaseUrl: https://www.jetbrains.com/zh-cn/dataspell/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/dataspell/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/2024.2/JetBrains.DataSpell.yaml b/manifests/j/JetBrains/DataSpell/2024.2/JetBrains.DataSpell.yaml new file mode 100644 index 0000000000000..829b51ad95213 --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/2024.2/JetBrains.DataSpell.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell +PackageVersion: "2024.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/EAP/242.20224.180/JetBrains.DataSpell.EAP.installer.yaml b/manifests/j/JetBrains/DataSpell/EAP/242.20224.180/JetBrains.DataSpell.EAP.installer.yaml new file mode 100644 index 0000000000000..b192f78f36a9a --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/EAP/242.20224.180/JetBrains.DataSpell.EAP.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell.EAP +PackageVersion: 242.20224.180 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- ipynb +- py +ReleaseDate: 2024-07-29 +AppsAndFeaturesEntries: +- DisplayName: DataSpell 242.20224.180 + ProductCode: DataSpell 242.20224.180 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/python/dataspell-242.20224.180.exe + InstallerSha256: 1324A952ED38770DADDBA3B39605AC6D2D74E055D54B9C9EEA83E2099AB80D2F + ProductCode: DataSpell 242.20224.180 +- Architecture: arm64 + InstallerUrl: https://download.jetbrains.com/python/dataspell-242.20224.180-aarch64.exe + InstallerSha256: 01ADD58B9E1C7D68EF34A2E546912F7C89FD72EAA2EADE2B78620B0AEF9C61D7 + ProductCode: DataSpell 242.20224.180 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/EAP/242.20224.180/JetBrains.DataSpell.EAP.locale.en-US.yaml b/manifests/j/JetBrains/DataSpell/EAP/242.20224.180/JetBrains.DataSpell.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..7061cb94a6a63 --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/EAP/242.20224.180/JetBrains.DataSpell.EAP.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell.EAP +PackageVersion: 242.20224.180 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataSpell (EAP) +PackageUrl: https://www.jetbrains.com/dataspell/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: IDE for data analysts and analytics engineers +Description: JetBrains DataSpell is an IDE for data analysis with Jupyter notebooks and SQL-cells, interactive Python scripts, dbt Core, SQL databases support, and low-code features. +# Moniker: +Tags: +- chart +- data +- data-analysis +- data-mining +- data-science +- graph +- graphics +- jupyter +- python +- visualization +ReleaseNotes: |- + Improved UX for Jupyter notebooks + You can now expand and collapse both code and Markdown cells. The Run Cell button is now also located next to each cell. Additionally, cells now display their execution statuses and assigned tags. + Geo viewer for tabular data files + Explore geospatial data with the new Geo viewer, which supports CSV and XLSX formats and handles coordinates in WKT, WKB, and PostGIS geometry 4326 formats. + Other improvements + - PY-69782: Notification for cell completion + - PY-37825: Save All Plots in SciView + - PY-64326: Implement incremental lexing and parsing for Python +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DS-A-169/DataSpell-242.20224.180-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/dataspell/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/EAP/242.20224.180/JetBrains.DataSpell.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/DataSpell/EAP/242.20224.180/JetBrains.DataSpell.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8ba378de778da --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/EAP/242.20224.180/JetBrains.DataSpell.EAP.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell.EAP +PackageVersion: 242.20224.180 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataSpell(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/dataspell/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向数据分析师和分析工程师的 IDE +Description: JetBrains DataSpell 是适用于数据分析的 IDE,具有 Jupyter Notebook 与 SQL 单元、交互式 Python 脚本、dbt Core、SQL 数据库支持和低代码功能。 +# Moniker: +Tags: +- jupyter +- python +- 可视化 +- 图表 +- 数据 +- 数据分析 +- 数据挖掘 +- 数据科学 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DS-A-169/DataSpell-242.20224.180-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/dataspell/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/DataSpell/EAP/242.20224.180/JetBrains.DataSpell.EAP.yaml b/manifests/j/JetBrains/DataSpell/EAP/242.20224.180/JetBrains.DataSpell.EAP.yaml new file mode 100644 index 0000000000000..dda0583930a7e --- /dev/null +++ b/manifests/j/JetBrains/DataSpell/EAP/242.20224.180/JetBrains.DataSpell.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.DataSpell.EAP +PackageVersion: 242.20224.180 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.38.82/JetBrains.FleetLauncher.Preview.installer.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.82/JetBrains.FleetLauncher.Preview.installer.yaml new file mode 100644 index 0000000000000..b1533db54a86b --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.82/JetBrains.FleetLauncher.Preview.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.38.82 +InstallerType: portable +Commands: +- fleet +ReleaseDate: 2024-07-25 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/fleet/launcher/windows_x64/launcher-1.38.82.exe + InstallerSha256: 466DA5F78B6598D8429C5C6A840E20D7BA54287F1D17015F79F4A5D19EB903F7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.38.82/JetBrains.FleetLauncher.Preview.locale.en-US.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.82/JetBrains.FleetLauncher.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..71101df0a1a90 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.82/JetBrains.FleetLauncher.Preview.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.38.82 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: Fleet Launcher (Public Preview) +PackageUrl: https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Install JetBrains Fleet on a remote machine for remote development +Description: You can install JetBrains Fleet on a remote machine for remote development. This addresses the case when you have a powerful box at home or in the office, and you want to use your local workstation as a thin client. This approach allows you to leverage higher compute capacity and avoid running heavy tasks locally. +# Moniker: +Tags: +- fleet +ReleaseNotes: |- + Fleet 1.38 Release Notes + Here are some noteworthy changes: + - With Fleet 1.38, existing Conda environments will be detected automatically. To use this feature, Conda must be installed in a known directory or added to the PATH variable. Alternatively, you can manually specify the Conda executable using the conda.executable settings key. + - You can now reopen previously closed tabs with the ⌘⇧T / Ctrl+Shift+T shortcut. + - Fleet 1.38 detects your operating system’s proxy configuration automatically, making it easier to use Fleet behind a firewall or on corporate networks. + - Log files are now refreshed in real time. File changes are automatically updated and will be shown in open log files in the editor. + - With Fleet 1.38, we’ve introduced a lock icon that indicates a file is read-only. + - Every tool window such as Git, Debug, or Docker will now reopen when Fleet restarts. + - When using remote workspaces in Fleet, Clone from Git can now clone to the remote workspace. + - You can now use keyboard shortcuts to copy revision details in the History tool window. + - We’ve made multiple improvements for configuring Python interpreters, including Pipenv and Poetry. Pipenv and Poetry can now be installed via quick-fix. We’ve also updated notifications about Pipenv and Poetry being missing from PATH. Furthermore, Fleet now displays the actual Poetry error messages which helps you identify potential issues. + We've also fixed several bugs: + - The bottom split panel no longer closes when you open a new tool [FL-25489]. + - After you rename a file, the file’s permissions no longer change [FL-21045]. + - Remove unused imports now works as intended [FL-23572]. + See full release notes for the details about all the changes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/FL?q=Fix%20versions:%201.38%20%20sort%20by:votes%20%23%7BReady%20for%20test%7D%20%23Verified +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.38.82/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.82/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..50a29f183c672 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.82/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.38.82 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: Fleet Launcher(公开预览版) +PackageUrl: https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 在远程机器上安装 JetBrains Fleet 以进行远程开发 +Description: 您可以在远程机器上安装 JetBrains Fleet 以进行远程开发。这解决了当您在家里或办公室里有一台功能强大的设备,并且希望将本地工作站用作瘦客户机时的情况。这种方法允许您利用更强的计算能力,避免在本地运行繁重的任务。 +# Moniker: +Tags: +- fleet +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/FL?q=Fix%20versions:%201.38%20%20sort%20by:votes%20%23%7BReady%20for%20test%7D%20%23Verified +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.38.82/JetBrains.FleetLauncher.Preview.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.82/JetBrains.FleetLauncher.Preview.yaml new file mode 100644 index 0000000000000..80b67d1c40bd8 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.82/JetBrains.FleetLauncher.Preview.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.38.82 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.38.89/JetBrains.FleetLauncher.Preview.installer.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.89/JetBrains.FleetLauncher.Preview.installer.yaml new file mode 100644 index 0000000000000..baefe35412878 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.89/JetBrains.FleetLauncher.Preview.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.38.89 +InstallerType: portable +Commands: +- fleet +ReleaseDate: 2024-07-31 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/fleet/launcher/windows_x64/launcher-1.38.89.exe + InstallerSha256: 41872135FFEA9EDAA357952C4179126AA438A6D0247271C69D3EAB988307EAF7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.38.89/JetBrains.FleetLauncher.Preview.locale.en-US.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.89/JetBrains.FleetLauncher.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..48709505f308a --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.89/JetBrains.FleetLauncher.Preview.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.38.89 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: Fleet Launcher (Public Preview) +PackageUrl: https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Install JetBrains Fleet on a remote machine for remote development +Description: You can install JetBrains Fleet on a remote machine for remote development. This addresses the case when you have a powerful box at home or in the office, and you want to use your local workstation as a thin client. This approach allows you to leverage higher compute capacity and avoid running heavy tasks locally. +# Moniker: +Tags: +- fleet +ReleaseNotes: |- + Fleet 1.38 hotfix update Release Notes + We've fixed several critical bugs: + - Fleet cannot start because of critical issue with proxi [FL-28264]. + - Fleet SSH connection failure [FL-28305]. + - Unable to register in JetBrains AI: URLParserException: 'Fail to parse url' when using proxy [FL-28390]. + - Fleet Docker terminal button not showing [FL-28289]. + - Preserve theme data somewhere to avoid blinking on plugin loading after workspace opening [FL-26235]. + See full release notes for the details about all the changes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/FL?q=Fix%20versions:%20%7B1.38%20hotfix%7D%20%23Verified%20%23%7BReady%20for%20test%7D%20 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.38.89/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.89/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3d8eed7f5e760 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.89/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.38.89 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: Fleet Launcher(公开预览版) +PackageUrl: https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 在远程机器上安装 JetBrains Fleet 以进行远程开发 +Description: 您可以在远程机器上安装 JetBrains Fleet 以进行远程开发。这解决了当您在家里或办公室里有一台功能强大的设备,并且希望将本地工作站用作瘦客户机时的情况。这种方法允许您利用更强的计算能力,避免在本地运行繁重的任务。 +# Moniker: +Tags: +- fleet +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/FL?q=Fix%20versions:%20%7B1.38%20hotfix%7D%20%23Verified%20%23%7BReady%20for%20test%7D%20 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.38.89/JetBrains.FleetLauncher.Preview.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.89/JetBrains.FleetLauncher.Preview.yaml new file mode 100644 index 0000000000000..46bfee855d4e5 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.38.89/JetBrains.FleetLauncher.Preview.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.38.89 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.39.110/JetBrains.FleetLauncher.Preview.installer.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.110/JetBrains.FleetLauncher.Preview.installer.yaml new file mode 100644 index 0000000000000..e4f8d71c0726b --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.110/JetBrains.FleetLauncher.Preview.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.39.110 +InstallerType: portable +Commands: +- fleet +ReleaseDate: 2024-08-15 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/fleet/launcher/windows_x64/launcher-1.39.110.exe + InstallerSha256: 4AFE58F331A3237C1FCD704F159E75662CA64F080D22D643C2D238DC96B7B5EB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.39.110/JetBrains.FleetLauncher.Preview.locale.en-US.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.110/JetBrains.FleetLauncher.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..70263b12fe6a3 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.110/JetBrains.FleetLauncher.Preview.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.39.110 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: Fleet Launcher (Public Preview) +PackageUrl: https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Install JetBrains Fleet on a remote machine for remote development +Description: You can install JetBrains Fleet on a remote machine for remote development. This addresses the case when you have a powerful box at home or in the office, and you want to use your local workstation as a thin client. This approach allows you to leverage higher compute capacity and avoid running heavy tasks locally. +# Moniker: +Tags: +- fleet +ReleaseNotes: |- + Fleet 1.39 Release Notes + Here are some noteworthy changes: + - You can now open a file and use Smart Mode without having to open a folder. This feature is currently supported for most languages that use the IntelliJ backend, including but not limited to Java, Kotlin, TypeScript, JavaScript, PHP, Python, and Go. It is also available for C++. + - In version 1.39, we’ve implemented a file comparison feature. Go to Git | Current File and select Compare with Branch or Compare with Commit to review differences between files and directories. + - The new Structure tool window offers a dedicated interface for viewing and navigating the structure of a file. To open it, go to View | Symbols or use the Actions shortcut (⇧⌘K / Ctrl+Shift+K) and select Jump to Symbols Tool. + - We’ve added an inlay hint for generating documentation. Just type /** and press Enter to bring up the Generate Documentation option, and then press ⌥↵ / Alt+Enter to show the tooltip. Inlay hints are currently supported for Java, Kotlin, and JavaScript. This feature will also be made available for PHP, Groovy, and Swift in later versions. + - Fleet 1.39 offers automatic language detection for untitled files. Just add your code to a scratch file, and Fleet will detect the language you are coding in. Untitled files won’t automatically be saved. + - We’ve added highlighting to the gray-text code completion. This feature can be enabled or disabled by going to Settings | Code and toggling Enable AI code completion and Enable syntax highlighting in AI code completion. + - Fleet 1.39 offers faster, more accurate code completion suggestions for Kotlin, Python, and Java. + - You can now pipe standard output (stdout) into Fleet by using the | fleet - syntax. Fleet will then open a new scratch file with an automatically generated file name. + - In the terminal, you can now use Fleet by calling fleet --wait, which keeps the command line active until the edited file is closed. It also returns a non-zero exit code if file opening or editing fails. + - We’ve added two ways of specifying a file with environment variables. Each config in run.json can now specify the environmentFile. Furthermore, on each settings level, it's possible to specify the run.environmentFile. If such file is given, the variables are loaded from it and passed to the run config(s). + - Beginning with version 1.38.89, Fleet supports custom theme plugins. Now you can control the appearance of built-in UI elements and publish your own theme plugins to JetBrains Marketplace. The customization options include the ability to change the colors of UI controls and provide custom editor schemes. + - With Fleet 1.39, config files and themes are no longer stored in the home directory. + - The plugin documentation has received a major update, including a detailed tutorial about building a theme plugin in Fleet. + - You can now open files directly in other applications. Just right-click on the file and click on Open in. + We've also fixed several bugs: + - Images are now shown in their original size in the editor [FL-11201]. + - Clicking Configure Docker now navigates you to the Docker section in the settings when a workspace settings tab is open [FL-19807]. + - The value of the counter in the Search tab no longer changes after you click on a file [FL-25443]. + See full release notes for the details about all the changes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/FL?q=Fix%20versions:%201.39%20%20sort%20by:votes%20%23%7BReady%20for%20test%7D%20%23Verified +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.39.110/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.110/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f0e99ccddfcfe --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.110/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.39.110 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: Fleet Launcher(公开预览版) +PackageUrl: https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 在远程机器上安装 JetBrains Fleet 以进行远程开发 +Description: 您可以在远程机器上安装 JetBrains Fleet 以进行远程开发。这解决了当您在家里或办公室里有一台功能强大的设备,并且希望将本地工作站用作瘦客户机时的情况。这种方法允许您利用更强的计算能力,避免在本地运行繁重的任务。 +# Moniker: +Tags: +- fleet +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/FL?q=Fix%20versions:%201.39%20%20sort%20by:votes%20%23%7BReady%20for%20test%7D%20%23Verified +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.39.110/JetBrains.FleetLauncher.Preview.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.110/JetBrains.FleetLauncher.Preview.yaml new file mode 100644 index 0000000000000..e54062f22285a --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.110/JetBrains.FleetLauncher.Preview.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.39.110 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.39.114/JetBrains.FleetLauncher.Preview.installer.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.114/JetBrains.FleetLauncher.Preview.installer.yaml new file mode 100644 index 0000000000000..0da1d69810128 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.114/JetBrains.FleetLauncher.Preview.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.39.114 +InstallerType: portable +Commands: +- fleet +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/fleet/launcher/windows_x64/launcher-1.39.114.exe + InstallerSha256: C8CB4F220A7448F4A985512EB3C8BE3E5F0B39496F9C34D8E7A500C9AB71E143 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.39.114/JetBrains.FleetLauncher.Preview.locale.en-US.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.114/JetBrains.FleetLauncher.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..ce95c4a8ac5ad --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.114/JetBrains.FleetLauncher.Preview.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.39.114 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: Fleet Launcher (Public Preview) +PackageUrl: https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Install JetBrains Fleet on a remote machine for remote development +Description: You can install JetBrains Fleet on a remote machine for remote development. This addresses the case when you have a powerful box at home or in the office, and you want to use your local workstation as a thin client. This approach allows you to leverage higher compute capacity and avoid running heavy tasks locally. +# Moniker: +Tags: +- fleet +ReleaseNotes: |- + Fleet 1.39 Release Notes + Here are some noteworthy changes: + - You can now open a file and use Smart Mode without having to open a folder. This feature is currently supported for most languages that use the IntelliJ backend, including but not limited to Java, Kotlin, TypeScript, JavaScript, PHP, Python, and Go. It is also available for C++. + - In version 1.39, we’ve implemented a file comparison feature. Go to Git | Current File and select Compare with Branch or Compare with Commit to review differences between files and directories. + - The new Structure tool window offers a dedicated interface for viewing and navigating the structure of a file. To open it, go to View | Symbols or use the Actions shortcut (⇧⌘K / Ctrl+Shift+K) and select Jump to Symbols Tool. + - We’ve added an inlay hint for generating documentation. Just type /** and press Enter to bring up the Generate Documentation option, and then press ⌥↵ / Alt+Enter to show the tooltip. Inlay hints are currently supported for Java, Kotlin, and JavaScript. This feature will also be made available for PHP, Groovy, and Swift in later versions. + - Fleet 1.39 offers automatic language detection for untitled files. Just add your code to a scratch file, and Fleet will detect the language you are coding in. Untitled files won’t automatically be saved. + - We’ve added highlighting to the gray-text code completion. This feature can be enabled or disabled by going to Settings | Code and toggling Enable AI code completion and Enable syntax highlighting in AI code completion. + - Fleet 1.39 offers faster, more accurate code completion suggestions for Kotlin, Python, and Java. + - You can now pipe standard output (stdout) into Fleet by using the | fleet - syntax. Fleet will then open a new scratch file with an automatically generated file name. + - In the terminal, you can now use Fleet by calling fleet --wait, which keeps the command line active until the edited file is closed. It also returns a non-zero exit code if file opening or editing fails. + - We’ve added two ways of specifying a file with environment variables. Each config in run.json can now specify the environmentFile. Furthermore, on each settings level, it's possible to specify the run.environmentFile. If such file is given, the variables are loaded from it and passed to the run config(s). + - Beginning with version 1.38.89, Fleet supports custom theme plugins. Now you can control the appearance of built-in UI elements and publish your own theme plugins to JetBrains Marketplace. The customization options include the ability to change the colors of UI controls and provide custom editor schemes. + - With Fleet 1.39, config files and themes are no longer stored in the home directory. + - The plugin documentation has received a major update, including a detailed tutorial about building a theme plugin in Fleet. + - You can now open files directly in other applications. Just right-click on the file and click on Open in. + We've also fixed several bugs: + - Images are now shown in their original size in the editor [FL-11201]. + - Clicking Configure Docker now navigates you to the Docker section in the settings when a workspace settings tab is open [FL-19807]. + - The value of the counter in the Search tab no longer changes after you click on a file [FL-25443]. + See full release notes for the details about all the changes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/FL?q=Fix%20versions:%201.39%20%20sort%20by:votes%20%23%7BReady%20for%20test%7D%20%23Verified +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.39.114/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.114/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7cc3cb22b704f --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.114/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.39.114 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: Fleet Launcher(公开预览版) +PackageUrl: https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 在远程机器上安装 JetBrains Fleet 以进行远程开发 +Description: 您可以在远程机器上安装 JetBrains Fleet 以进行远程开发。这解决了当您在家里或办公室里有一台功能强大的设备,并且希望将本地工作站用作瘦客户机时的情况。这种方法允许您利用更强的计算能力,避免在本地运行繁重的任务。 +# Moniker: +Tags: +- fleet +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/FL?q=Fix%20versions:%201.39%20%20sort%20by:votes%20%23%7BReady%20for%20test%7D%20%23Verified +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.39.114/JetBrains.FleetLauncher.Preview.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.114/JetBrains.FleetLauncher.Preview.yaml new file mode 100644 index 0000000000000..f15a0270ad294 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.114/JetBrains.FleetLauncher.Preview.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.39.114 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.39.118/JetBrains.FleetLauncher.Preview.installer.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.118/JetBrains.FleetLauncher.Preview.installer.yaml new file mode 100644 index 0000000000000..1f12f017ae832 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.118/JetBrains.FleetLauncher.Preview.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.39.118 +InstallerType: portable +Commands: +- fleet +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/fleet/launcher/windows_x64/launcher-1.39.118.exe + InstallerSha256: B3E2FA15EC8EB0C5A774DC1BFDBFF5497C2F1714BD2B6FF123CF0E80B8EA5E69 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.39.118/JetBrains.FleetLauncher.Preview.locale.en-US.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.118/JetBrains.FleetLauncher.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..3daa033a74315 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.118/JetBrains.FleetLauncher.Preview.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.39.118 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: Fleet Launcher (Public Preview) +PackageUrl: https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Install JetBrains Fleet on a remote machine for remote development +Description: You can install JetBrains Fleet on a remote machine for remote development. This addresses the case when you have a powerful box at home or in the office, and you want to use your local workstation as a thin client. This approach allows you to leverage higher compute capacity and avoid running heavy tasks locally. +# Moniker: +Tags: +- fleet +ReleaseNotes: |- + Fleet 1.39 Release Notes + Here are some noteworthy changes: + - You can now open a file and use Smart Mode without having to open a folder. This feature is currently supported for most languages that use the IntelliJ backend, including but not limited to Java, Kotlin, TypeScript, JavaScript, PHP, Python, and Go. It is also available for C++. + - In version 1.39, we’ve implemented a file comparison feature. Go to Git | Current File and select Compare with Branch or Compare with Commit to review differences between files and directories. + - The new Structure tool window offers a dedicated interface for viewing and navigating the structure of a file. To open it, go to View | Symbols or use the Actions shortcut (⇧⌘K / Ctrl+Shift+K) and select Jump to Symbols Tool. + - We’ve added an inlay hint for generating documentation. Just type /** and press Enter to bring up the Generate Documentation option, and then press ⌥↵ / Alt+Enter to show the tooltip. Inlay hints are currently supported for Java, Kotlin, and JavaScript. This feature will also be made available for PHP, Groovy, and Swift in later versions. + - Fleet 1.39 offers automatic language detection for untitled files. Just add your code to a scratch file, and Fleet will detect the language you are coding in. Untitled files won’t automatically be saved. + - We’ve added highlighting to the gray-text code completion. This feature can be enabled or disabled by going to Settings | Code and toggling Enable AI code completion and Enable syntax highlighting in AI code completion. + - Fleet 1.39 offers faster, more accurate code completion suggestions for Kotlin, Python, and Java. + - You can now pipe standard output (stdout) into Fleet by using the | fleet - syntax. Fleet will then open a new scratch file with an automatically generated file name. + - In the terminal, you can now use Fleet by calling fleet --wait, which keeps the command line active until the edited file is closed. It also returns a non-zero exit code if file opening or editing fails. + - We’ve added two ways of specifying a file with environment variables. Each config in run.json can now specify the environmentFile. Furthermore, on each settings level, it's possible to specify the run.environmentFile. If such file is given, the variables are loaded from it and passed to the run config(s). + - Beginning with version 1.38.89, Fleet supports custom theme plugins. Now you can control the appearance of built-in UI elements and publish your own theme plugins to JetBrains Marketplace. The customization options include the ability to change the colors of UI controls and provide custom editor schemes. + - With Fleet 1.39, config files and themes are no longer stored in the home directory. + - The plugin documentation has received a major update, including a detailed tutorial about building a theme plugin in Fleet. + - You can now open files directly in other applications. Just right-click on the file and click on Open in. + We've also fixed several bugs: + - Images are now shown in their original size in the editor [FL-11201]. + - Clicking Configure Docker now navigates you to the Docker section in the settings when a workspace settings tab is open [FL-19807]. + - The value of the counter in the Search tab no longer changes after you click on a file [FL-25443]. + - Fleet cannot start: Connection reset [FL-29158]. + - Extract refactoring: arrow moves the caret instead of extracting expression, enter doesn't work [FL-28968]. + See full release notes for the details about all the changes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/FL?q=Fix%20versions:%201.39.hotifx%20sort%20by:votes%20%23%7BReady%20for%20test%7D%20%23Verified +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.39.118/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.118/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..59b64d905de59 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.118/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.39.118 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: Fleet Launcher(公开预览版) +PackageUrl: https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 在远程机器上安装 JetBrains Fleet 以进行远程开发 +Description: 您可以在远程机器上安装 JetBrains Fleet 以进行远程开发。这解决了当您在家里或办公室里有一台功能强大的设备,并且希望将本地工作站用作瘦客户机时的情况。这种方法允许您利用更强的计算能力,避免在本地运行繁重的任务。 +# Moniker: +Tags: +- fleet +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/FL?q=Fix%20versions:%201.39.hotifx%20sort%20by:votes%20%23%7BReady%20for%20test%7D%20%23Verified +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.39.118/JetBrains.FleetLauncher.Preview.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.118/JetBrains.FleetLauncher.Preview.yaml new file mode 100644 index 0000000000000..881ec9760804e --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.39.118/JetBrains.FleetLauncher.Preview.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.39.118 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.40.83/JetBrains.FleetLauncher.Preview.installer.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.83/JetBrains.FleetLauncher.Preview.installer.yaml new file mode 100644 index 0000000000000..0f79c4d76ca54 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.83/JetBrains.FleetLauncher.Preview.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.40.83 +InstallerType: portable +Commands: +- fleet +ReleaseDate: 2024-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/fleet/launcher/windows_x64/launcher-1.40.83.exe + InstallerSha256: 1F6A650E776BB719954B0CFC4B70B374410DF3F00D0A684F0C432268A5B220A1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.40.83/JetBrains.FleetLauncher.Preview.locale.en-US.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.83/JetBrains.FleetLauncher.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..7edb6ab968312 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.83/JetBrains.FleetLauncher.Preview.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.40.83 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: Fleet Launcher (Public Preview) +PackageUrl: https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Install JetBrains Fleet on a remote machine for remote development +Description: You can install JetBrains Fleet on a remote machine for remote development. This addresses the case when you have a powerful box at home or in the office, and you want to use your local workstation as a thin client. This approach allows you to leverage higher compute capacity and avoid running heavy tasks locally. +# Moniker: +Tags: +- fleet +ReleaseNotes: |- + Fleet 1.40 Release Notes + Here are some noteworthy changes: + - Fleet 1.40 introduces Compose Preview for Android. You can now leverage powerful preview customization tools from Android Studio in Android sources such as multi-preview, parameter providers, and annotation options. + - Along with previews for Android code, we’ve also added the option to render Android previews from common code. For projects with both Android and regular JVM targets, there is now a choice of which platform to render against (Android or Desktop). + - We’ve added inlay hints for generating documentation for PHP and Groovy. Fleet already supported this feature for Java, Kotlin, and JavaScript. Just type /** and press Enter to bring up the Generate Documentation option, and then press ⌥↵ / Alt+Enter to show the tooltip. + - Fleet 1.40 introduces a new shortcut for the Build & Refresh action when running Android Preview. Use ⌥⇧⌘R on macOS or Ctrl+Shift+F5 on Windows to use the feature. + - We’re introducing a new action to the context menu and the Goto popup: New Terminal with Profile…. This opens the Terminal Profile popup. Now you can select the profile when opening a new terminal. + - The Generate Code template is now hidden when the user is logged out. + - When generating code with AI Assistant, the editor now scrolls along with the generated content. + We've also fixed several bugs: + - Undoing the renaming of a file no longer deletes the file [FL-27850]. + - Soft wraps now work correctly in the diff viewer [FL-19723]. + - Gradle run configurations are now executed successfully, even when passing parameters with spaces [FL-28619]. + - The Git Push action is now available after creating a new branch with a new commit [FL-27285]. + - Using Page Up and Page Down quickly now scrolls as expected [FL-23471]. + See full release notes for the details about all the changes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/FL?q=Fix%20versions:%201.40%20%20sort%20by:votes%20%23%7BReady%20for%20test%7D%20%23Verified +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.40.83/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.83/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5880c7be43f33 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.83/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.40.83 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: Fleet Launcher(公开预览版) +PackageUrl: https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 在远程机器上安装 JetBrains Fleet 以进行远程开发 +Description: 您可以在远程机器上安装 JetBrains Fleet 以进行远程开发。这解决了当您在家里或办公室里有一台功能强大的设备,并且希望将本地工作站用作瘦客户机时的情况。这种方法允许您利用更强的计算能力,避免在本地运行繁重的任务。 +# Moniker: +Tags: +- fleet +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/FL?q=Fix%20versions:%201.40%20%20sort%20by:votes%20%23%7BReady%20for%20test%7D%20%23Verified +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.40.83/JetBrains.FleetLauncher.Preview.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.83/JetBrains.FleetLauncher.Preview.yaml new file mode 100644 index 0000000000000..44f4d3c1d8d7c --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.83/JetBrains.FleetLauncher.Preview.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.40.83 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.40.86/JetBrains.FleetLauncher.Preview.installer.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.86/JetBrains.FleetLauncher.Preview.installer.yaml new file mode 100644 index 0000000000000..b5f6516e06b83 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.86/JetBrains.FleetLauncher.Preview.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.40.86 +InstallerType: portable +Commands: +- fleet +ReleaseDate: 2024-09-12 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/fleet/launcher/windows_x64/launcher-1.40.86.exe + InstallerSha256: 1F6A650E776BB719954B0CFC4B70B374410DF3F00D0A684F0C432268A5B220A1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.40.86/JetBrains.FleetLauncher.Preview.locale.en-US.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.86/JetBrains.FleetLauncher.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..e011d6aec2dc1 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.86/JetBrains.FleetLauncher.Preview.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.40.86 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: Fleet Launcher (Public Preview) +PackageUrl: https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Install JetBrains Fleet on a remote machine for remote development +Description: You can install JetBrains Fleet on a remote machine for remote development. This addresses the case when you have a powerful box at home or in the office, and you want to use your local workstation as a thin client. This approach allows you to leverage higher compute capacity and avoid running heavy tasks locally. +# Moniker: +Tags: +- fleet +ReleaseNotes: |- + Fleet 1.40 Release Notes + Here are some noteworthy changes: + - Fleet 1.40 introduces Compose Preview for Android. You can now leverage powerful preview customization tools from Android Studio in Android sources such as multi-preview, parameter providers, and annotation options. + - Along with previews for Android code, we’ve also added the option to render Android previews from common code. For projects with both Android and regular JVM targets, there is now a choice of which platform to render against (Android or Desktop). + - We’ve added inlay hints for generating documentation for PHP and Groovy. Fleet already supported this feature for Java, Kotlin, and JavaScript. Just type /** and press Enter to bring up the Generate Documentation option, and then press ⌥↵ / Alt+Enter to show the tooltip. + - Fleet 1.40 introduces a new shortcut for the Build & Refresh action when running Android Preview. Use ⌥⇧⌘R on macOS or Ctrl+Shift+F5 on Windows to use the feature. + - We’re introducing a new action to the context menu and the Goto popup: New Terminal with Profile…. This opens the Terminal Profile popup. Now you can select the profile when opening a new terminal. + - The Generate Code template is now hidden when the user is logged out. + - When generating code with AI Assistant, the editor now scrolls along with the generated content. + We've also fixed several bugs: + - Undoing the renaming of a file no longer deletes the file [FL-27850]. + - Soft wraps now work correctly in the diff viewer [FL-19723]. + - Gradle run configurations are now executed successfully, even when passing parameters with spaces [FL-28619]. + - The Git Push action is now available after creating a new branch with a new commit [FL-27285]. + - Using Page Up and Page Down quickly now scrolls as expected [FL-23471]. + - Keymap file does not support trailing commas [FL-18020]. + - GotoKeymapItem action doesnt work from welcome screen [FL-28721]. + See full release notes for the details about all the changes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/FL?q=Fix%20versions:%201.40,%20%7B1.40%20hotfix%7D%20sort%20by:votes%20%23%7BReady%20for%20test%7D%20%23Verified +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.40.86/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.86/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..be8385be83b35 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.86/JetBrains.FleetLauncher.Preview.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.40.86 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: Fleet Launcher(公开预览版) +PackageUrl: https://www.jetbrains.com/help/fleet/install-on-a-remote-machine.html +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 在远程机器上安装 JetBrains Fleet 以进行远程开发 +Description: 您可以在远程机器上安装 JetBrains Fleet 以进行远程开发。这解决了当您在家里或办公室里有一台功能强大的设备,并且希望将本地工作站用作瘦客户机时的情况。这种方法允许您利用更强的计算能力,避免在本地运行繁重的任务。 +# Moniker: +Tags: +- fleet +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/FL?q=Fix%20versions:%201.40,%20%7B1.40%20hotfix%7D%20sort%20by:votes%20%23%7BReady%20for%20test%7D%20%23Verified +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/FleetLauncher/Preview/1.40.86/JetBrains.FleetLauncher.Preview.yaml b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.86/JetBrains.FleetLauncher.Preview.yaml new file mode 100644 index 0000000000000..84c72c7dd81b6 --- /dev/null +++ b/manifests/j/JetBrains/FleetLauncher/Preview/1.40.86/JetBrains.FleetLauncher.Preview.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.FleetLauncher.Preview +PackageVersion: 1.40.86 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Gateway/2024.2.1/JetBrains.Gateway.installer.yaml b/manifests/j/JetBrains/Gateway/2024.2.1/JetBrains.Gateway.installer.yaml new file mode 100644 index 0000000000000..6daaaeb7ec1ec --- /dev/null +++ b/manifests/j/JetBrains/Gateway/2024.2.1/JetBrains.Gateway.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.Gateway +PackageVersion: 2024.2.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +Protocols: +- jetbrains-gateway +ReleaseDate: 2024-09-06 +AppsAndFeaturesEntries: +- DisplayName: JetBrains Gateway 2024.2.1 + DisplayVersion: 242.21829.203 + ProductCode: JetBrains Gateway 2024.2.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.2.1.exe + InstallerSha256: 824D6FA76AC021FDDF2345E49948A77C8181A3ED46BDD8D796636E537E67593E + ProductCode: JetBrains Gateway 2024.2.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.2.1.exe + InstallerSha256: 824D6FA76AC021FDDF2345E49948A77C8181A3ED46BDD8D796636E537E67593E + ProductCode: JetBrains Gateway 2024.2.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.2.1-aarch64.exe + InstallerSha256: 924375EA5184801439DB3B46CCF8DF18EBC8D198FC61FD41BAD38FEA602BFD4A + ProductCode: JetBrains Gateway 2024.2.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.2.1-aarch64.exe + InstallerSha256: 924375EA5184801439DB3B46CCF8DF18EBC8D198FC61FD41BAD38FEA602BFD4A + ProductCode: JetBrains Gateway 2024.2.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Gateway/2024.2.1/JetBrains.Gateway.locale.en-US.yaml b/manifests/j/JetBrains/Gateway/2024.2.1/JetBrains.Gateway.locale.en-US.yaml new file mode 100644 index 0000000000000..ac2372cb2ccab --- /dev/null +++ b/manifests/j/JetBrains/Gateway/2024.2.1/JetBrains.Gateway.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Gateway +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Gateway +PackageUrl: https://www.jetbrains.com/remote-development/gateway/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Your single entry point to all remote development environments +# Description: +Moniker: jetbrains-gateway +Tags: +- gateway +- jetbrains +- remote +- remotedev +- ssh +ReleaseNotes: |- + The Gateway 2024.2.1 is out with the following updates: + - We have made improvements to the settings synchronization feature, resolving several issues that previously caused inconsistencies. Your settings will now sync more accurately, providing a smoother and more reliable experience. + For more details, please refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GTW-A-164/Remote-Development-2024.2.1-242.21829.142-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/idea/remote-development-a.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Gateway/2024.2.1/JetBrains.Gateway.locale.zh-CN.yaml b/manifests/j/JetBrains/Gateway/2024.2.1/JetBrains.Gateway.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0b30ad93a2729 --- /dev/null +++ b/manifests/j/JetBrains/Gateway/2024.2.1/JetBrains.Gateway.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Gateway +PackageVersion: 2024.2.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Gateway +PackageUrl: https://www.jetbrains.com/zh-cn/remote-development/gateway/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 所有远程开发环境的单一入口点 +# Description: +# Moniker: +Tags: +- gateway +- jetbrains +- ssh +- 远程 +- 远程开发 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GTW-A-164/Remote-Development-2024.2.1-242.21829.142-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/idea/remote-development-a.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Gateway/2024.2.1/JetBrains.Gateway.yaml b/manifests/j/JetBrains/Gateway/2024.2.1/JetBrains.Gateway.yaml new file mode 100644 index 0000000000000..1f00fbb49d748 --- /dev/null +++ b/manifests/j/JetBrains/Gateway/2024.2.1/JetBrains.Gateway.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.Gateway +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Gateway/2024.2/JetBrains.Gateway.installer.yaml b/manifests/j/JetBrains/Gateway/2024.2/JetBrains.Gateway.installer.yaml new file mode 100644 index 0000000000000..3bf8bbc77138b --- /dev/null +++ b/manifests/j/JetBrains/Gateway/2024.2/JetBrains.Gateway.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.Gateway +PackageVersion: "2024.2" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +Protocols: +- jetbrains-gateway +ReleaseDate: 2024-08-15 +AppsAndFeaturesEntries: +- DisplayName: JetBrains Gateway 2024.2 + DisplayVersion: 242.20224.368 + ProductCode: JetBrains Gateway 2024.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.2.exe + InstallerSha256: 9EFE3430CCC4C4A6EC1D18670B3446F3DDCC9D0163CC85392C876D2C8D0F8A5F + ProductCode: JetBrains Gateway 2024.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.2.exe + InstallerSha256: 9EFE3430CCC4C4A6EC1D18670B3446F3DDCC9D0163CC85392C876D2C8D0F8A5F + ProductCode: JetBrains Gateway 2024.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.2-aarch64.exe + InstallerSha256: 62458A8B9FBA2DA10D77ADA638AF5CB5EC167DBF498014AC67E9C209084A3879 + ProductCode: JetBrains Gateway 2024.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.2-aarch64.exe + InstallerSha256: 62458A8B9FBA2DA10D77ADA638AF5CB5EC167DBF498014AC67E9C209084A3879 + ProductCode: JetBrains Gateway 2024.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Gateway/2024.2/JetBrains.Gateway.locale.en-US.yaml b/manifests/j/JetBrains/Gateway/2024.2/JetBrains.Gateway.locale.en-US.yaml new file mode 100644 index 0000000000000..1b5ec72b23768 --- /dev/null +++ b/manifests/j/JetBrains/Gateway/2024.2/JetBrains.Gateway.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Gateway +PackageVersion: "2024.2" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Gateway +PackageUrl: https://www.jetbrains.com/remote-development/gateway/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Your single entry point to all remote development environments +# Description: +Moniker: jetbrains-gateway +Tags: +- gateway +- jetbrains +- remote +- remotedev +- ssh +ReleaseNotes: |- + The Gateway 2024.2 is out with the following updates: + - The scaling for tool windows after reconnecting to a project, including those on LUX, now works as expected. + - Better JCEF support: The built-in preview for HTML files and preview support for SVG files have been improved. + - We have increased the number of settings that are now synchronized between the fronted and the remote backend. + - Settings are now properly managed on the frontend side, and all the backend and frontend directories' paths have been updated. + - Reverse port forwarding (from the local machine to the remote backend) is now supported. + - Launching the IDE backend is now also available for various images and operating systems, such as Debian, Fedora, OpenJDK, and more. + - We've improved the performance of the reconnection process. + For more details, please refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GTW-A-157/Remote-Development-2024.2-242.20224.300-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/idea/remote-development-a.html +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Gateway/2024.2/JetBrains.Gateway.locale.zh-CN.yaml b/manifests/j/JetBrains/Gateway/2024.2/JetBrains.Gateway.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0821393e0bb19 --- /dev/null +++ b/manifests/j/JetBrains/Gateway/2024.2/JetBrains.Gateway.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Gateway +PackageVersion: "2024.2" +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Gateway +PackageUrl: https://www.jetbrains.com/zh-cn/remote-development/gateway/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 所有远程开发环境的单一入口点 +# Description: +# Moniker: +Tags: +- gateway +- jetbrains +- ssh +- 远程 +- 远程开发 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GTW-A-157/Remote-Development-2024.2-242.20224.300-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/idea/remote-development-a.html +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Gateway/2024.2/JetBrains.Gateway.yaml b/manifests/j/JetBrains/Gateway/2024.2/JetBrains.Gateway.yaml new file mode 100644 index 0000000000000..c035043adfdcd --- /dev/null +++ b/manifests/j/JetBrains/Gateway/2024.2/JetBrains.Gateway.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.Gateway +PackageVersion: "2024.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.1.5/JetBrains.GoLand.installer.yaml b/manifests/j/JetBrains/GoLand/2024.1.5/JetBrains.GoLand.installer.yaml new file mode 100644 index 0000000000000..077312312bf26 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.1.5/JetBrains.GoLand.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.1.5 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- go +- ipr +ReleaseDate: 2024-08-06 +AppsAndFeaturesEntries: +- DisplayName: GoLand 2024.1.5 + DisplayVersion: 241.18968.32 + ProductCode: GoLand 2024.1.5 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-2024.1.5.exe + InstallerSha256: 01DA2070E8C4A9DDEB236F57B2AD683BE39C8C4F67F035C5B2C9FD33836BB7C1 + ProductCode: GoLand 2024.1.5 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-2024.1.5.exe + InstallerSha256: 01DA2070E8C4A9DDEB236F57B2AD683BE39C8C4F67F035C5B2C9FD33836BB7C1 + ProductCode: GoLand 2024.1.5 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-2024.1.5-aarch64.exe + InstallerSha256: 54CCED39D941F7ACB330211B2043652B449E7C5F412DAC2758B27DF2E84D70A1 + ProductCode: GoLand 2024.1.5 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-2024.1.5-aarch64.exe + InstallerSha256: 54CCED39D941F7ACB330211B2043652B449E7C5F412DAC2758B27DF2E84D70A1 + ProductCode: GoLand 2024.1.5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.1.5/JetBrains.GoLand.locale.en-US.yaml b/manifests/j/JetBrains/GoLand/2024.1.5/JetBrains.GoLand.locale.en-US.yaml new file mode 100644 index 0000000000000..c6ddec02e0dba --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.1.5/JetBrains.GoLand.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.1.5 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand +PackageUrl: https://www.jetbrains.com/go/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The complete IDE crafted for Gophers +# Description: +Moniker: goland +Tags: +- code +- coding +- develop +- development +- go +- golang +- ide +- programming +ReleaseNotes: This build includes several bug fixes and other improvements. For the full list of fixes and improvements, please check the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735888 +PurchaseUrl: https://www.jetbrains.com/go/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://www.jetbrains.com/go/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.1.5/JetBrains.GoLand.locale.zh-CN.yaml b/manifests/j/JetBrains/GoLand/2024.1.5/JetBrains.GoLand.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b857f0414c133 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.1.5/JetBrains.GoLand.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.1.5 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand +PackageUrl: https://www.jetbrains.com/zh-cn/go/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 为 Go 开发者打造的完整 IDE +# Description: +# Moniker: +Tags: +- go +- golang +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735888 +PurchaseUrl: https://www.jetbrains.com/zh-cn/go/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 快速入门 + DocumentUrl: https://www.jetbrains.com/zh-cn/go/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.1.5/JetBrains.GoLand.yaml b/manifests/j/JetBrains/GoLand/2024.1.5/JetBrains.GoLand.yaml new file mode 100644 index 0000000000000..5cbaf4f4a0123 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.1.5/JetBrains.GoLand.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2.0.1/JetBrains.GoLand.installer.yaml b/manifests/j/JetBrains/GoLand/2024.2.0.1/JetBrains.GoLand.installer.yaml new file mode 100644 index 0000000000000..19933618fa524 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2.0.1/JetBrains.GoLand.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.2.0.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- go +- ipr +ReleaseDate: 2024-08-21 +AppsAndFeaturesEntries: +- DisplayName: GoLand 2024.2.0.1 + DisplayVersion: 242.20224.424 + ProductCode: GoLand 2024.2.0.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2.0.1.exe + InstallerSha256: 28E725E77FD1DA6A9560C628560079E47DD1E8CB1446EE4785110298F187E78B + ProductCode: GoLand 2024.2.0.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2.0.1.exe + InstallerSha256: 28E725E77FD1DA6A9560C628560079E47DD1E8CB1446EE4785110298F187E78B + ProductCode: GoLand 2024.2.0.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2.0.1-aarch64.exe + InstallerSha256: 6BC572A2EDFDD4949F85357D11BAF798F1E9334317282B12492D2D64DC6B6465 + ProductCode: GoLand 2024.2.0.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2.0.1-aarch64.exe + InstallerSha256: 6BC572A2EDFDD4949F85357D11BAF798F1E9334317282B12492D2D64DC6B6465 + ProductCode: GoLand 2024.2.0.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2.0.1/JetBrains.GoLand.locale.en-US.yaml b/manifests/j/JetBrains/GoLand/2024.2.0.1/JetBrains.GoLand.locale.en-US.yaml new file mode 100644 index 0000000000000..e9213a0ca8520 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2.0.1/JetBrains.GoLand.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.2.0.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand +PackageUrl: https://www.jetbrains.com/go/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The complete IDE crafted for Gophers +# Description: +Moniker: goland +Tags: +- code +- coding +- develop +- development +- go +- golang +- ide +- programming +ReleaseNotes: |- + GoLand 2024.2.0.1 is now available! + In this version, we’ve introduced a bunch of minor updates and bug fixes. Please see the release notes for the complete list of fixes and improvements. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735891 +PurchaseUrl: https://www.jetbrains.com/go/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://www.jetbrains.com/go/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2.0.1/JetBrains.GoLand.locale.zh-CN.yaml b/manifests/j/JetBrains/GoLand/2024.2.0.1/JetBrains.GoLand.locale.zh-CN.yaml new file mode 100644 index 0000000000000..614d051673741 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2.0.1/JetBrains.GoLand.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.2.0.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand +PackageUrl: https://www.jetbrains.com/zh-cn/go/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 为 Go 开发者打造的完整 IDE +# Description: +# Moniker: +Tags: +- go +- golang +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735891 +PurchaseUrl: https://www.jetbrains.com/zh-cn/go/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 快速入门 + DocumentUrl: https://www.jetbrains.com/zh-cn/go/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2.0.1/JetBrains.GoLand.yaml b/manifests/j/JetBrains/GoLand/2024.2.0.1/JetBrains.GoLand.yaml new file mode 100644 index 0000000000000..9e4ddce4885f4 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2.0.1/JetBrains.GoLand.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.2.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2.1.1/JetBrains.GoLand.installer.yaml b/manifests/j/JetBrains/GoLand/2024.2.1.1/JetBrains.GoLand.installer.yaml new file mode 100644 index 0000000000000..a06b9876c1708 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2.1.1/JetBrains.GoLand.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.2.1.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- go +- ipr +ReleaseDate: 2024-09-09 +AppsAndFeaturesEntries: +- DisplayName: GoLand 2024.2.1.1 + DisplayVersion: 242.21829.220 + ProductCode: GoLand 2024.2.1.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2.1.1.exe + InstallerSha256: BC2CD1A08020AEB37B74AD6117843E0744434FA060F117FE8AB17B02757C9F80 + ProductCode: GoLand 2024.2.1.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2.1.1.exe + InstallerSha256: BC2CD1A08020AEB37B74AD6117843E0744434FA060F117FE8AB17B02757C9F80 + ProductCode: GoLand 2024.2.1.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2.1.1-aarch64.exe + InstallerSha256: B20AE4810FD1E9627F99DAD9F4EC7C13E53EEE2CB5E74B71BE7A81836F0F6926 + ProductCode: GoLand 2024.2.1.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2.1.1-aarch64.exe + InstallerSha256: B20AE4810FD1E9627F99DAD9F4EC7C13E53EEE2CB5E74B71BE7A81836F0F6926 + ProductCode: GoLand 2024.2.1.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2.1.1/JetBrains.GoLand.locale.en-US.yaml b/manifests/j/JetBrains/GoLand/2024.2.1.1/JetBrains.GoLand.locale.en-US.yaml new file mode 100644 index 0000000000000..bff04a49f33fd --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2.1.1/JetBrains.GoLand.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.2.1.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand +PackageUrl: https://www.jetbrains.com/go/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The complete IDE crafted for Gophers +# Description: +Moniker: goland +Tags: +- code +- coding +- develop +- development +- go +- golang +- ide +- programming +ReleaseNotes: |- + GoLand 2024.2.1.1 is now available! + In this version, we’ve introduced a few minor updates. Please see the release notes for the complete list of fixes and improvements. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735893 +PurchaseUrl: https://www.jetbrains.com/go/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://www.jetbrains.com/go/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2.1.1/JetBrains.GoLand.locale.zh-CN.yaml b/manifests/j/JetBrains/GoLand/2024.2.1.1/JetBrains.GoLand.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b35e23294a7fe --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2.1.1/JetBrains.GoLand.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.2.1.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand +PackageUrl: https://www.jetbrains.com/zh-cn/go/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 为 Go 开发者打造的完整 IDE +# Description: +# Moniker: +Tags: +- go +- golang +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735893 +PurchaseUrl: https://www.jetbrains.com/zh-cn/go/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 快速入门 + DocumentUrl: https://www.jetbrains.com/zh-cn/go/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2.1.1/JetBrains.GoLand.yaml b/manifests/j/JetBrains/GoLand/2024.2.1.1/JetBrains.GoLand.yaml new file mode 100644 index 0000000000000..51aef4a59eec9 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2.1.1/JetBrains.GoLand.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.2.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2.1/JetBrains.GoLand.installer.yaml b/manifests/j/JetBrains/GoLand/2024.2.1/JetBrains.GoLand.installer.yaml new file mode 100644 index 0000000000000..76c18a76752e2 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2.1/JetBrains.GoLand.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.2.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- go +- ipr +ReleaseDate: 2024-08-30 +AppsAndFeaturesEntries: +- DisplayName: GoLand 2024.2.1 + DisplayVersion: 242.21829.165 + ProductCode: GoLand 2024.2.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2.1.exe + InstallerSha256: 2AC7ED4BE0F2F3D72653DE62F90A473B1B9A53FE82E80E38FF352F708857AE42 + ProductCode: GoLand 2024.2.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2.1.exe + InstallerSha256: 2AC7ED4BE0F2F3D72653DE62F90A473B1B9A53FE82E80E38FF352F708857AE42 + ProductCode: GoLand 2024.2.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2.1-aarch64.exe + InstallerSha256: E275E9235550102E8E2CFB541D73DCFE7ABB28A492C305D155B6DF881D01F787 + ProductCode: GoLand 2024.2.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2.1-aarch64.exe + InstallerSha256: E275E9235550102E8E2CFB541D73DCFE7ABB28A492C305D155B6DF881D01F787 + ProductCode: GoLand 2024.2.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2.1/JetBrains.GoLand.locale.en-US.yaml b/manifests/j/JetBrains/GoLand/2024.2.1/JetBrains.GoLand.locale.en-US.yaml new file mode 100644 index 0000000000000..71ec06fa6adb5 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2.1/JetBrains.GoLand.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand +PackageUrl: https://www.jetbrains.com/go/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The complete IDE crafted for Gophers +# Description: +Moniker: goland +Tags: +- code +- coding +- develop +- development +- go +- golang +- ide +- programming +ReleaseNotes: |- + GoLand 2024.2.1 is now available! + In this version, we’ve introduced a bunch of minor updates and bug fixes. Please see the release notes for the complete list of fixes and improvements. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735892 +PurchaseUrl: https://www.jetbrains.com/go/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://www.jetbrains.com/go/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2.1/JetBrains.GoLand.locale.zh-CN.yaml b/manifests/j/JetBrains/GoLand/2024.2.1/JetBrains.GoLand.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5c331572bbf36 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2.1/JetBrains.GoLand.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.2.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand +PackageUrl: https://www.jetbrains.com/zh-cn/go/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 为 Go 开发者打造的完整 IDE +# Description: +# Moniker: +Tags: +- go +- golang +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735892 +PurchaseUrl: https://www.jetbrains.com/zh-cn/go/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 快速入门 + DocumentUrl: https://www.jetbrains.com/zh-cn/go/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2.1/JetBrains.GoLand.yaml b/manifests/j/JetBrains/GoLand/2024.2.1/JetBrains.GoLand.yaml new file mode 100644 index 0000000000000..c488712da4cb0 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2.1/JetBrains.GoLand.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2/JetBrains.GoLand.installer.yaml b/manifests/j/JetBrains/GoLand/2024.2/JetBrains.GoLand.installer.yaml new file mode 100644 index 0000000000000..4b827cbdf87ef --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2/JetBrains.GoLand.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: "2024.2" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- go +- ipr +ReleaseDate: 2024-08-07 +AppsAndFeaturesEntries: +- DisplayName: GoLand 2024.2 + DisplayVersion: 242.20224.306 + ProductCode: GoLand 2024.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2.exe + InstallerSha256: C045FE2CD0CDFB8331B4C6E21DD61317106410E2D02088CB4F03662E9BC3AE1E + ProductCode: GoLand 2024.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2.exe + InstallerSha256: C045FE2CD0CDFB8331B4C6E21DD61317106410E2D02088CB4F03662E9BC3AE1E + ProductCode: GoLand 2024.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2-aarch64.exe + InstallerSha256: 2F7FF79A16ACD888C112028DE6020AB5D047D5641DFFBA5C5E6886AE037529C9 + ProductCode: GoLand 2024.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-2024.2-aarch64.exe + InstallerSha256: 2F7FF79A16ACD888C112028DE6020AB5D047D5641DFFBA5C5E6886AE037529C9 + ProductCode: GoLand 2024.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2/JetBrains.GoLand.locale.en-US.yaml b/manifests/j/JetBrains/GoLand/2024.2/JetBrains.GoLand.locale.en-US.yaml new file mode 100644 index 0000000000000..1035ef87583f2 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2/JetBrains.GoLand.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: "2024.2" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand +PackageUrl: https://www.jetbrains.com/go/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The complete IDE crafted for Gophers +# Description: +Moniker: goland +Tags: +- code +- coding +- develop +- development +- go +- golang +- ide +- programming +ReleaseNotes: |- + GoLand 2024.2 is now available! + The release comes with new IDE functionality and support for new Go features, including: + + - New Add method to interface and all its implementations refactoring + - Many fixes for remote development and dev containers + - Performance improvements + - Developer experience upgrades and enhancements + - Better support for Go frameworks and Go language features + - Settings transfer from VS Code + For a complete rundown of the new features, visit our What's New page. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735889 +PurchaseUrl: https://www.jetbrains.com/go/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://www.jetbrains.com/go/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2/JetBrains.GoLand.locale.zh-CN.yaml b/manifests/j/JetBrains/GoLand/2024.2/JetBrains.GoLand.locale.zh-CN.yaml new file mode 100644 index 0000000000000..567cf7570b2ae --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2/JetBrains.GoLand.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: "2024.2" +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand +PackageUrl: https://www.jetbrains.com/zh-cn/go/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 为 Go 开发者打造的完整 IDE +# Description: +# Moniker: +Tags: +- go +- golang +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735889 +PurchaseUrl: https://www.jetbrains.com/zh-cn/go/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 快速入门 + DocumentUrl: https://www.jetbrains.com/zh-cn/go/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/2024.2/JetBrains.GoLand.yaml b/manifests/j/JetBrains/GoLand/2024.2/JetBrains.GoLand.yaml new file mode 100644 index 0000000000000..3af4fe7363135 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2024.2/JetBrains.GoLand.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: "2024.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/242.20224.106/JetBrains.GoLand.EAP.installer.yaml b/manifests/j/JetBrains/GoLand/EAP/242.20224.106/JetBrains.GoLand.EAP.installer.yaml new file mode 100644 index 0000000000000..b0ac073b41c63 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/242.20224.106/JetBrains.GoLand.EAP.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 242.20224.106 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- go +- ipr +ReleaseDate: 2024-07-19 +AppsAndFeaturesEntries: +- DisplayName: GoLand 242.20224.106 + ProductCode: GoLand 242.20224.106 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-242.20224.106.exe + InstallerSha256: A60A404A6A866D5B20A1ED7A5E10A0DBF74FFD6A2082722299841C88EEC7ADD0 + ProductCode: GoLand 242.20224.106 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-242.20224.106.exe + InstallerSha256: A60A404A6A866D5B20A1ED7A5E10A0DBF74FFD6A2082722299841C88EEC7ADD0 + ProductCode: GoLand 242.20224.106 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-242.20224.106-aarch64.exe + InstallerSha256: 2D17794A66DD14621D564092B913DD7DE3475D082093536438B3BC2B0DCBBE7E + ProductCode: GoLand 242.20224.106 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-242.20224.106-aarch64.exe + InstallerSha256: 2D17794A66DD14621D564092B913DD7DE3475D082093536438B3BC2B0DCBBE7E + ProductCode: GoLand 242.20224.106 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/242.20224.106/JetBrains.GoLand.EAP.locale.en-US.yaml b/manifests/j/JetBrains/GoLand/EAP/242.20224.106/JetBrains.GoLand.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..57568883700cf --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/242.20224.106/JetBrains.GoLand.EAP.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 242.20224.106 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand (EAP) +PackageUrl: https://www.jetbrains.com/go/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The complete IDE crafted for Gophers +# Description: +# Moniker: +Tags: +- code +- coding +- develop +- development +- go +- golang +- ide +- programming +ReleaseNotes: |- + GoLand 2024.2 Beta 2 is now available! + In this version, we’ve introduced a bunch of minor updates and bug fixes. Please see the release notes for the complete list of fixes and improvements. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735886 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://www.jetbrains.com/go/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/242.20224.106/JetBrains.GoLand.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/GoLand/EAP/242.20224.106/JetBrains.GoLand.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b3ee4645fe52b --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/242.20224.106/JetBrains.GoLand.EAP.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 242.20224.106 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/go/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 为 Go 开发者打造的完整 IDE +# Description: +# Moniker: +Tags: +- go +- golang +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735886 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 快速入门 + DocumentUrl: https://www.jetbrains.com/zh-cn/go/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/242.20224.106/JetBrains.GoLand.EAP.yaml b/manifests/j/JetBrains/GoLand/EAP/242.20224.106/JetBrains.GoLand.EAP.yaml new file mode 100644 index 0000000000000..b3d7310ddfd63 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/242.20224.106/JetBrains.GoLand.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 242.20224.106 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/243.12818.56/JetBrains.GoLand.EAP.installer.yaml b/manifests/j/JetBrains/GoLand/EAP/243.12818.56/JetBrains.GoLand.EAP.installer.yaml new file mode 100644 index 0000000000000..599f20a370a2c --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/243.12818.56/JetBrains.GoLand.EAP.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 243.12818.56 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- go +- ipr +ReleaseDate: 2024-09-12 +AppsAndFeaturesEntries: +- DisplayName: GoLand 243.12818.56 + ProductCode: GoLand 243.12818.56 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-243.12818.56.exe + InstallerSha256: FB8AFC705790C9ECBC96ADA8397185132D3F6C647B977CD1D5E234334A6C6C8D + ProductCode: GoLand 243.12818.56 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-243.12818.56.exe + InstallerSha256: FB8AFC705790C9ECBC96ADA8397185132D3F6C647B977CD1D5E234334A6C6C8D + ProductCode: GoLand 243.12818.56 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-243.12818.56-aarch64.exe + InstallerSha256: 007B3912EAA9416A9F1D77537844B930E4B4986EDD98A3009D306CB93EF99308 + ProductCode: GoLand 243.12818.56 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-243.12818.56-aarch64.exe + InstallerSha256: 007B3912EAA9416A9F1D77537844B930E4B4986EDD98A3009D306CB93EF99308 + ProductCode: GoLand 243.12818.56 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/243.12818.56/JetBrains.GoLand.EAP.locale.en-US.yaml b/manifests/j/JetBrains/GoLand/EAP/243.12818.56/JetBrains.GoLand.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..4af68829eaef6 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/243.12818.56/JetBrains.GoLand.EAP.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 243.12818.56 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand (EAP) +PackageUrl: https://www.jetbrains.com/go/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The complete IDE crafted for Gophers +# Description: +# Moniker: +Tags: +- code +- coding +- develop +- development +- go +- golang +- ide +- programming +ReleaseNotes: |- + GoLand 2024.3 EAP 1 is now available! + GoLand 2024.3 Early Access Program has started! The following updates come with the first EAP release: + - Multiple fixes for generics false positives + - Fixed stability issues for some Remote Development scenarios + - Performance improvement for go list execution + The release also includes other minor updates and bug fixes. For the full list of fixes and improvements, please check the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735897 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://www.jetbrains.com/go/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/243.12818.56/JetBrains.GoLand.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/GoLand/EAP/243.12818.56/JetBrains.GoLand.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..33c9a730393b5 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/243.12818.56/JetBrains.GoLand.EAP.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 243.12818.56 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/go/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 为 Go 开发者打造的完整 IDE +# Description: +# Moniker: +Tags: +- go +- golang +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735897 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 快速入门 + DocumentUrl: https://www.jetbrains.com/zh-cn/go/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/243.12818.56/JetBrains.GoLand.EAP.yaml b/manifests/j/JetBrains/GoLand/EAP/243.12818.56/JetBrains.GoLand.EAP.yaml new file mode 100644 index 0000000000000..7f7acb2b3ea26 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/243.12818.56/JetBrains.GoLand.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 243.12818.56 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.1.5/JetBrains.IntelliJIDEA.Community.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.1.5/JetBrains.IntelliJIDEA.Community.installer.yaml new file mode 100644 index 0000000000000..4c6aabaa22a40 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.1.5/JetBrains.IntelliJIDEA.Community.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.1.5 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ReleaseDate: 2024-08-06 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA Community Edition 2024.1.5 + DisplayVersion: 241.18968.26 + ProductCode: IntelliJ IDEA Community Edition 2024.1.5 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.1.5.exe + InstallerSha256: 6925E3CD09126EA1A413E4BFC58D6A2DA3C2D1C822DBE9F402B256178EABBC49 + ProductCode: IntelliJ IDEA Community Edition 2024.1.5 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.1.5.exe + InstallerSha256: 6925E3CD09126EA1A413E4BFC58D6A2DA3C2D1C822DBE9F402B256178EABBC49 + ProductCode: IntelliJ IDEA Community Edition 2024.1.5 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.1.5-aarch64.exe + InstallerSha256: 17AC69C51254CB008E3F19EC25E03EFDF294649FB7D8C9A861D0144CD43C2993 + ProductCode: IntelliJ IDEA Community Edition 2024.1.5 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.1.5-aarch64.exe + InstallerSha256: 17AC69C51254CB008E3F19EC25E03EFDF294649FB7D8C9A861D0144CD43C2993 + ProductCode: IntelliJ IDEA Community Edition 2024.1.5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.1.5/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.1.5/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml new file mode 100644 index 0000000000000..fbf931990116a --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.1.5/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.1.5 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com +PublisherSupportUrl: https://www.jetbrains.com/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition +PackageUrl: https://www.jetbrains.com/idea +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +Moniker: intellij-idea-community +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: |- + IntelliJ IDEA 2024.1.5 is out with the following improvements: + - Fixed the issue where the terminal would open slowly when the ulimit -n value was set too high. [IJPL-103736] + - The HTTP Client no longer sends an HTTP request with a Content-Type: text/plain header when a specific Content-Type has already been set by the user. [IJPL-65366] + - Fixed the issue where viewing package details in the package.json sometimes resulted in an exception. [IJPL-150388] + Get more details in our blog post. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662071/IntelliJ-IDEA-2024.1.5-241.18968.26-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.1.5/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.1.5/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6dad885c9ef25 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.1.5/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.1.5 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition +PackageUrl: https://www.jetbrains.com/zh-cn/idea +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +# Moniker: +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662071/IntelliJ-IDEA-2024.1.5-241.18968.26-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/idea/buy +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.1.5/JetBrains.IntelliJIDEA.Community.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.1.5/JetBrains.IntelliJIDEA.Community.yaml new file mode 100644 index 0000000000000..a60f2b4fbbc20 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.1.5/JetBrains.IntelliJIDEA.Community.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.1/JetBrains.IntelliJIDEA.Community.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.1/JetBrains.IntelliJIDEA.Community.installer.yaml new file mode 100644 index 0000000000000..8426f4250571e --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.1/JetBrains.IntelliJIDEA.Community.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.2.0.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ReleaseDate: 2024-08-13 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA Community Edition 2024.2.0.1 + DisplayVersion: 242.20224.387 + ProductCode: IntelliJ IDEA Community Edition 2024.2.0.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2.0.1.exe + InstallerSha256: EC994F5C01800AC224ECDAEDF1278E1AA69D5AF8435D8FB76895777264E744A7 + ProductCode: IntelliJ IDEA Community Edition 2024.2.0.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2.0.1.exe + InstallerSha256: EC994F5C01800AC224ECDAEDF1278E1AA69D5AF8435D8FB76895777264E744A7 + ProductCode: IntelliJ IDEA Community Edition 2024.2.0.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2.0.1-aarch64.exe + InstallerSha256: A08A76893546292EF8EA03C60E5A1FE65B7E6E1901F393EE52617259456FC905 + ProductCode: IntelliJ IDEA Community Edition 2024.2.0.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2.0.1-aarch64.exe + InstallerSha256: A08A76893546292EF8EA03C60E5A1FE65B7E6E1901F393EE52617259456FC905 + ProductCode: IntelliJ IDEA Community Edition 2024.2.0.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.1/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.1/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml new file mode 100644 index 0000000000000..1305588dc0833 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.1/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.2.0.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com +PublisherSupportUrl: https://www.jetbrains.com/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition +PackageUrl: https://www.jetbrains.com/idea +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +Moniker: intellij-idea-community +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: |- + IntelliJ IDEA 2024.2.0.1 is out! This update brings important hot-fixes: + - Install Python Community Edition (PythonCore) plugin when migrating to 2024.2 with Python (PythonId) plugin from 2024.1 or earlier. [IJPL-158428] + - Trial license is not activated in RD via JetBrains account. [IJPL-159909] + For the full details, please refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662085/IntelliJ-IDEA-2024.2.0.1-242.20224.387-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.1/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.1/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c226715b72d2b --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.1/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.2.0.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition +PackageUrl: https://www.jetbrains.com/zh-cn/idea +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +# Moniker: +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662085/IntelliJ-IDEA-2024.2.0.1-242.20224.387-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/idea/buy +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.1/JetBrains.IntelliJIDEA.Community.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.1/JetBrains.IntelliJIDEA.Community.yaml new file mode 100644 index 0000000000000..d9e559f926bdf --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.1/JetBrains.IntelliJIDEA.Community.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.2.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.2/JetBrains.IntelliJIDEA.Community.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.2/JetBrains.IntelliJIDEA.Community.installer.yaml new file mode 100644 index 0000000000000..c3d8a8dc50b32 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.2/JetBrains.IntelliJIDEA.Community.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.2.0.2 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ReleaseDate: 2024-08-15 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA Community Edition 2024.2.0.2 + DisplayVersion: 242.20224.419 + ProductCode: IntelliJ IDEA Community Edition 2024.2.0.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2.0.2.exe + InstallerSha256: EDE3EA96EEA7235D929DD0961B3E5652AFBE314BE1A3F84134928CDC2E5CFE4F + ProductCode: IntelliJ IDEA Community Edition 2024.2.0.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2.0.2.exe + InstallerSha256: EDE3EA96EEA7235D929DD0961B3E5652AFBE314BE1A3F84134928CDC2E5CFE4F + ProductCode: IntelliJ IDEA Community Edition 2024.2.0.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2.0.2-aarch64.exe + InstallerSha256: 21A1D5895D3EF26EA542C7316AC7860453F6B83A6F4565E7D774E38599EB7B9F + ProductCode: IntelliJ IDEA Community Edition 2024.2.0.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2.0.2-aarch64.exe + InstallerSha256: 21A1D5895D3EF26EA542C7316AC7860453F6B83A6F4565E7D774E38599EB7B9F + ProductCode: IntelliJ IDEA Community Edition 2024.2.0.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.2/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.2/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml new file mode 100644 index 0000000000000..99ad78ba63d07 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.2/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.2.0.2 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com +PublisherSupportUrl: https://www.jetbrains.com/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition +PackageUrl: https://www.jetbrains.com/idea +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +Moniker: intellij-idea-community +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: IntelliJ IDEA 2024.2.0.2 is out! This update brings a range of valuable fixes and improvements. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662094/IntelliJ-IDEA-2024.2.0.2-242.20224.419-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.2/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.2/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2282f27d3b8c9 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.2/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.2.0.2 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition +PackageUrl: https://www.jetbrains.com/zh-cn/idea +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +# Moniker: +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662094/IntelliJ-IDEA-2024.2.0.2-242.20224.419-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/idea/buy +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.2/JetBrains.IntelliJIDEA.Community.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.2/JetBrains.IntelliJIDEA.Community.yaml new file mode 100644 index 0000000000000..a6e9528ab49f3 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.0.2/JetBrains.IntelliJIDEA.Community.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.2.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.1/JetBrains.IntelliJIDEA.Community.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.1/JetBrains.IntelliJIDEA.Community.installer.yaml new file mode 100644 index 0000000000000..239a274dec4e1 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.1/JetBrains.IntelliJIDEA.Community.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.2.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ReleaseDate: 2024-08-29 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA Community Edition 2024.2.1 + DisplayVersion: 242.21829.142 + ProductCode: IntelliJ IDEA Community Edition 2024.2.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2.1.exe + InstallerSha256: 1AFA3F255C6713C0B3F20D14717F0733FD5B9A58FB155FA88630AF4C98A21DB0 + ProductCode: IntelliJ IDEA Community Edition 2024.2.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2.1.exe + InstallerSha256: 1AFA3F255C6713C0B3F20D14717F0733FD5B9A58FB155FA88630AF4C98A21DB0 + ProductCode: IntelliJ IDEA Community Edition 2024.2.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2.1-aarch64.exe + InstallerSha256: 986A6A045C861609743FD98F20D88B20B92B1323CFF437D8C6CF7DA18622FB18 + ProductCode: IntelliJ IDEA Community Edition 2024.2.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2.1-aarch64.exe + InstallerSha256: 986A6A045C861609743FD98F20D88B20B92B1323CFF437D8C6CF7DA18622FB18 + ProductCode: IntelliJ IDEA Community Edition 2024.2.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.1/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.1/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml new file mode 100644 index 0000000000000..e501c42c27cf4 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.1/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com +PublisherSupportUrl: https://www.jetbrains.com/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition +PackageUrl: https://www.jetbrains.com/idea +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +Moniker: intellij-idea-community +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: |- + IntelliJ IDEA 2024.2.1 is out. This release adds Java 23 support and introduces a host of noteworthy fixes and improvements: + - The IDE no longer crashes on macOS when the terminal is open. [IJPL-157074] + - The IDE no longer fails to start when non-ASCII characters are present in the installation path. [IJPL-156417, IJPL-35364] + - The IDE now correctly recognizes java-test-fixtures as generated test sources. [IDEA-353172] + - The IDE now saves projects more quickly upon closing, resolving the issue of occasional delays. [IJPL-148614] + Get more details in our blog post. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662153/IntelliJ-IDEA-2024.2.1-242.21829.142-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.1/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.1/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ec13449346ea7 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.1/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.2.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition +PackageUrl: https://www.jetbrains.com/zh-cn/idea +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +# Moniker: +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662153/IntelliJ-IDEA-2024.2.1-242.21829.142-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/idea/buy +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.1/JetBrains.IntelliJIDEA.Community.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.1/JetBrains.IntelliJIDEA.Community.yaml new file mode 100644 index 0000000000000..96cb9ce7afb3f --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2.1/JetBrains.IntelliJIDEA.Community.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2/JetBrains.IntelliJIDEA.Community.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2/JetBrains.IntelliJIDEA.Community.installer.yaml new file mode 100644 index 0000000000000..fa379341c502c --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2/JetBrains.IntelliJIDEA.Community.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: "2024.2" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ReleaseDate: 2024-08-07 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA Community Edition 2024.2 + DisplayVersion: 242.20224.300 + ProductCode: IntelliJ IDEA Community Edition 2024.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2.exe + InstallerSha256: F3D7BD5A7CEB9E5E9FF155553D4235F91EC6FCEC3ED8EFFA34F401B86ED3EC83 + ProductCode: IntelliJ IDEA Community Edition 2024.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2.exe + InstallerSha256: F3D7BD5A7CEB9E5E9FF155553D4235F91EC6FCEC3ED8EFFA34F401B86ED3EC83 + ProductCode: IntelliJ IDEA Community Edition 2024.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2-aarch64.exe + InstallerSha256: 32E9B3C5FA4906AF76A98F0A4A34D398A9CC1D541FF48B1FE7AFDB8A6543CC65 + ProductCode: IntelliJ IDEA Community Edition 2024.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-2024.2-aarch64.exe + InstallerSha256: 32E9B3C5FA4906AF76A98F0A4A34D398A9CC1D541FF48B1FE7AFDB8A6543CC65 + ProductCode: IntelliJ IDEA Community Edition 2024.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml new file mode 100644 index 0000000000000..6ea8c3f1e559f --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2/JetBrains.IntelliJIDEA.Community.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: "2024.2" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com +PublisherSupportUrl: https://www.jetbrains.com/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition +PackageUrl: https://www.jetbrains.com/idea +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +Moniker: intellij-idea-community +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: |- + IntelliJ IDEA 2024.2 is out with the following new features: + - Better Spring Data JPA support + - Streamlined cron expression handling + - GraalJS in the HTTP Client + - Faster time to code on startup + - Kotlin performance boost with K2 mode, now in Beta + Visit our What's New page or watch this video to learn about these and other improvements. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662072/IntelliJ-IDEA-2024.2-242.20224.300-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9a8462f9848a3 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2/JetBrains.IntelliJIDEA.Community.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: "2024.2" +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition +PackageUrl: https://www.jetbrains.com/zh-cn/idea +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +# Moniker: +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662072/IntelliJ-IDEA-2024.2-242.20224.300-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/idea/buy +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2/JetBrains.IntelliJIDEA.Community.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2/JetBrains.IntelliJIDEA.Community.yaml new file mode 100644 index 0000000000000..85ff9ed4da56c --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/2024.2/JetBrains.IntelliJIDEA.Community.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community +PackageVersion: "2024.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/242.21829.15/JetBrains.IntelliJIDEA.Community.EAP.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/242.21829.15/JetBrains.IntelliJIDEA.Community.EAP.installer.yaml new file mode 100644 index 0000000000000..2cd6b0596f4bb --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/242.21829.15/JetBrains.IntelliJIDEA.Community.EAP.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 242.21829.15 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ReleaseDate: 2024-08-15 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA Community Edition 242.21829.15 + ProductCode: IntelliJ IDEA Community Edition 242.21829.15 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-242.21829.15.exe + InstallerSha256: 610A23C74B72FA230E9996121B829B98FB8AE313D9731A55294EB12130FF2F5E + ProductCode: IntelliJ IDEA Community Edition 242.21829.15 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-242.21829.15.exe + InstallerSha256: 610A23C74B72FA230E9996121B829B98FB8AE313D9731A55294EB12130FF2F5E + ProductCode: IntelliJ IDEA Community Edition 242.21829.15 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-242.21829.15-aarch64.exe + InstallerSha256: B4D2B1C0B46D987F18C66AE2EE2A4641012EA9CE5FCF35D670DD9CF93E8D2CE7 + ProductCode: IntelliJ IDEA Community Edition 242.21829.15 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-242.21829.15-aarch64.exe + InstallerSha256: B4D2B1C0B46D987F18C66AE2EE2A4641012EA9CE5FCF35D670DD9CF93E8D2CE7 + ProductCode: IntelliJ IDEA Community Edition 242.21829.15 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/242.21829.15/JetBrains.IntelliJIDEA.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/242.21829.15/JetBrains.IntelliJIDEA.Community.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..ea18d61f65ce0 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/242.21829.15/JetBrains.IntelliJIDEA.Community.EAP.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 242.21829.15 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com +PublisherSupportUrl: https://www.jetbrains.com/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition (EAP) +PackageUrl: https://www.jetbrains.com/idea/nextversion +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Leading Java and Kotlin IDE +Description: Code-centric IDE, focused on your productivity. Full Java EE support, deep code understanding, best debugger, refactorings, everything right out of the box... +# Moniker: +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: IntelliJ IDEA 2024.2.1 Preview is out! This update brings a range of valuable fixes and improvements. For the full details, please refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662087/IntelliJ-IDEA-2024.2.1-Preview-242.21829.15-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/242.21829.15/JetBrains.IntelliJIDEA.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/242.21829.15/JetBrains.IntelliJIDEA.Community.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ada75fa7b86da --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/242.21829.15/JetBrains.IntelliJIDEA.Community.EAP.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 242.21829.15 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/idea/nextversion +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: 以代码为中心的 IDE,致力于提高您的生产力。全面支持 Java EE、深入的代码理解、最好的调试器、重构、一切都立即可用…… +# Moniker: +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662087/IntelliJ-IDEA-2024.2.1-Preview-242.21829.15-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/242.21829.15/JetBrains.IntelliJIDEA.Community.EAP.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/242.21829.15/JetBrains.IntelliJIDEA.Community.EAP.yaml new file mode 100644 index 0000000000000..8050f71ca3ddc --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/242.21829.15/JetBrains.IntelliJIDEA.Community.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 242.21829.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/243.12818.47/JetBrains.IntelliJIDEA.Community.EAP.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/243.12818.47/JetBrains.IntelliJIDEA.Community.EAP.installer.yaml new file mode 100644 index 0000000000000..568cfbf39011a --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/243.12818.47/JetBrains.IntelliJIDEA.Community.EAP.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 243.12818.47 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ReleaseDate: 2024-09-12 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA Community Edition 243.12818.47 + ProductCode: IntelliJ IDEA Community Edition 243.12818.47 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-243.12818.47.exe + InstallerSha256: 45FE5D3A0F1EA7053B3337101BAF3601E01A98FF252167C64560FCCDD2B9FF7A + ProductCode: IntelliJ IDEA Community Edition 243.12818.47 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-243.12818.47.exe + InstallerSha256: 45FE5D3A0F1EA7053B3337101BAF3601E01A98FF252167C64560FCCDD2B9FF7A + ProductCode: IntelliJ IDEA Community Edition 243.12818.47 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-243.12818.47-aarch64.exe + InstallerSha256: 73CB8AC848040E6DEC3348A530B4A1FAB5A9F9818A5C1F155A29F9E105A6F38E + ProductCode: IntelliJ IDEA Community Edition 243.12818.47 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-243.12818.47-aarch64.exe + InstallerSha256: 73CB8AC848040E6DEC3348A530B4A1FAB5A9F9818A5C1F155A29F9E105A6F38E + ProductCode: IntelliJ IDEA Community Edition 243.12818.47 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/243.12818.47/JetBrains.IntelliJIDEA.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/243.12818.47/JetBrains.IntelliJIDEA.Community.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..4ea8ddcdc513d --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/243.12818.47/JetBrains.IntelliJIDEA.Community.EAP.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 243.12818.47 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com +PublisherSupportUrl: https://www.jetbrains.com/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition (EAP) +PackageUrl: https://www.jetbrains.com/idea/nextversion +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Leading Java and Kotlin IDE +Description: Code-centric IDE, focused on your productivity. Full Java EE support, deep code understanding, best debugger, refactorings, everything right out of the box... +# Moniker: +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: |- + The IntelliJ IDEA 2024.3 EAP is open! The latest build includes the following updates: + - Inline AI prompt + - Improvements in constant conditions + - K2 mode enabled by default + - Spelling and grammar checks during indexing + - A new Workspaces feature + Get more details in our blog post. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662190/IntelliJ-IDEA-2024.3-EAP-1-243.12818.47-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/243.12818.47/JetBrains.IntelliJIDEA.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/243.12818.47/JetBrains.IntelliJIDEA.Community.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d8acbfa3b4991 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/243.12818.47/JetBrains.IntelliJIDEA.Community.EAP.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 243.12818.47 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/idea/nextversion +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: 以代码为中心的 IDE,致力于提高您的生产力。全面支持 Java EE、深入的代码理解、最好的调试器、重构、一切都立即可用…… +# Moniker: +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662190/IntelliJ-IDEA-2024.3-EAP-1-243.12818.47-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/243.12818.47/JetBrains.IntelliJIDEA.Community.EAP.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/243.12818.47/JetBrains.IntelliJIDEA.Community.EAP.yaml new file mode 100644 index 0000000000000..b7c7b3329dd74 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/243.12818.47/JetBrains.IntelliJIDEA.Community.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 243.12818.47 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.1.5/JetBrains.IntelliJIDEA.Ultimate.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.1.5/JetBrains.IntelliJIDEA.Ultimate.installer.yaml new file mode 100644 index 0000000000000..ffcbd0273247e --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.1.5/JetBrains.IntelliJIDEA.Ultimate.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.1.5 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ReleaseDate: 2024-08-06 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA 2024.1.5 + DisplayVersion: 241.18968.26 + ProductCode: IntelliJ IDEA 2024.1.5 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.1.5.exe + InstallerSha256: DBD1F75516C41400FDB6CF13BBD1A80CF75FAFC6D07F67253C6D300C5F2EBAB7 + ProductCode: IntelliJ IDEA 2024.1.5 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.1.5.exe + InstallerSha256: DBD1F75516C41400FDB6CF13BBD1A80CF75FAFC6D07F67253C6D300C5F2EBAB7 + ProductCode: IntelliJ IDEA 2024.1.5 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.1.5-aarch64.exe + InstallerSha256: 390C6E4391B1AF07743BD2C54372A918A9E26F9A57AEBDC92538C6DCF0E70388 + ProductCode: IntelliJ IDEA 2024.1.5 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.1.5-aarch64.exe + InstallerSha256: 390C6E4391B1AF07743BD2C54372A918A9E26F9A57AEBDC92538C6DCF0E70388 + ProductCode: IntelliJ IDEA 2024.1.5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.1.5/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.1.5/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml new file mode 100644 index 0000000000000..2758d7bb9b463 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.1.5/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.1.5 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition +PackageUrl: https://www.jetbrains.com/idea/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +Moniker: intellij-idea-ultimate +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: |- + IntelliJ IDEA 2024.1.5 is out with the following improvements: + - Fixed the issue where the terminal would open slowly when the ulimit -n value was set too high. [IJPL-103736] + - The HTTP Client no longer sends an HTTP request with a Content-Type: text/plain header when a specific Content-Type has already been set by the user. [IJPL-65366] + - Fixed the issue where viewing package details in the package.json sometimes resulted in an exception. [IJPL-150388] + Get more details in our blog post. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662071/IntelliJ-IDEA-2024.1.5-241.18968.26-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.1.5/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.1.5/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8622f0ab80960 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.1.5/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.1.5 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition +PackageUrl: https://www.jetbrains.com/zh-cn/idea/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +# Moniker: +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662071/IntelliJ-IDEA-2024.1.5-241.18968.26-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.1.5/JetBrains.IntelliJIDEA.Ultimate.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.1.5/JetBrains.IntelliJIDEA.Ultimate.yaml new file mode 100644 index 0000000000000..96bb142bfa6ae --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.1.5/JetBrains.IntelliJIDEA.Ultimate.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.1/JetBrains.IntelliJIDEA.Ultimate.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.1/JetBrains.IntelliJIDEA.Ultimate.installer.yaml new file mode 100644 index 0000000000000..d007f7c119289 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.1/JetBrains.IntelliJIDEA.Ultimate.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.2.0.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ReleaseDate: 2024-08-13 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA 2024.2.0.1 + DisplayVersion: 242.20224.387 + ProductCode: IntelliJ IDEA 2024.2.0.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2.0.1.exe + InstallerSha256: 0825C265E8C92321977426EA450C57F0593A35E1E5D8DADB7C69C471E4FEAC7F + ProductCode: IntelliJ IDEA 2024.2.0.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2.0.1.exe + InstallerSha256: 0825C265E8C92321977426EA450C57F0593A35E1E5D8DADB7C69C471E4FEAC7F + ProductCode: IntelliJ IDEA 2024.2.0.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2.0.1-aarch64.exe + InstallerSha256: 81D79BBED90AFE0E2005BF429D9E5AFAC470CDF3DD0E1FF29D6BD69AA5A91FAD + ProductCode: IntelliJ IDEA 2024.2.0.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2.0.1-aarch64.exe + InstallerSha256: 81D79BBED90AFE0E2005BF429D9E5AFAC470CDF3DD0E1FF29D6BD69AA5A91FAD + ProductCode: IntelliJ IDEA 2024.2.0.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.1/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.1/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml new file mode 100644 index 0000000000000..b74babc0dd10c --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.1/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.2.0.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition +PackageUrl: https://www.jetbrains.com/idea/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +Moniker: intellij-idea-ultimate +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: |- + IntelliJ IDEA 2024.2.0.1 is out! This update brings important hot-fixes: + - Install Python Community Edition (PythonCore) plugin when migrating to 2024.2 with Python (PythonId) plugin from 2024.1 or earlier. [IJPL-158428] + - Trial license is not activated in RD via JetBrains account. [IJPL-159909] + For the full details, please refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662085/IntelliJ-IDEA-2024.2.0.1-242.20224.387-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.1/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.1/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b0a583ad6bd16 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.1/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.2.0.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition +PackageUrl: https://www.jetbrains.com/zh-cn/idea/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +# Moniker: +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662085/IntelliJ-IDEA-2024.2.0.1-242.20224.387-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.1/JetBrains.IntelliJIDEA.Ultimate.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.1/JetBrains.IntelliJIDEA.Ultimate.yaml new file mode 100644 index 0000000000000..9db9dc7af35b9 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.1/JetBrains.IntelliJIDEA.Ultimate.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.2.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.2/JetBrains.IntelliJIDEA.Ultimate.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.2/JetBrains.IntelliJIDEA.Ultimate.installer.yaml new file mode 100644 index 0000000000000..94aefa3892399 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.2/JetBrains.IntelliJIDEA.Ultimate.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.2.0.2 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ReleaseDate: 2024-08-15 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA 2024.2.0.2 + DisplayVersion: 242.20224.419 + ProductCode: IntelliJ IDEA 2024.2.0.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2.0.2.exe + InstallerSha256: CCCF37222DABEA8AF700EEE78A9899489519F0F1B8787042EAB19B37602475E7 + ProductCode: IntelliJ IDEA 2024.2.0.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2.0.2.exe + InstallerSha256: CCCF37222DABEA8AF700EEE78A9899489519F0F1B8787042EAB19B37602475E7 + ProductCode: IntelliJ IDEA 2024.2.0.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2.0.2-aarch64.exe + InstallerSha256: 85393D371AD332E64A2DA5F1BB4003E5930660B5DE640415C8B89407F2987A1A + ProductCode: IntelliJ IDEA 2024.2.0.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2.0.2-aarch64.exe + InstallerSha256: 85393D371AD332E64A2DA5F1BB4003E5930660B5DE640415C8B89407F2987A1A + ProductCode: IntelliJ IDEA 2024.2.0.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.2/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.2/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml new file mode 100644 index 0000000000000..43536ab7ceed0 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.2/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.2.0.2 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition +PackageUrl: https://www.jetbrains.com/idea/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +Moniker: intellij-idea-ultimate +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: IntelliJ IDEA 2024.2.0.2 is out! This update brings a range of valuable fixes and improvements. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662094/IntelliJ-IDEA-2024.2.0.2-242.20224.419-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.2/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.2/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6e0c49f238ede --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.2/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.2.0.2 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition +PackageUrl: https://www.jetbrains.com/zh-cn/idea/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +# Moniker: +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662094/IntelliJ-IDEA-2024.2.0.2-242.20224.419-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.2/JetBrains.IntelliJIDEA.Ultimate.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.2/JetBrains.IntelliJIDEA.Ultimate.yaml new file mode 100644 index 0000000000000..52cf911b91df2 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.0.2/JetBrains.IntelliJIDEA.Ultimate.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.2.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.1/JetBrains.IntelliJIDEA.Ultimate.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.1/JetBrains.IntelliJIDEA.Ultimate.installer.yaml new file mode 100644 index 0000000000000..0316d37115eaa --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.1/JetBrains.IntelliJIDEA.Ultimate.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.2.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ReleaseDate: 2024-08-29 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA 2024.2.1 + DisplayVersion: 242.21829.142 + ProductCode: IntelliJ IDEA 2024.2.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2.1.exe + InstallerSha256: 2E8072621511105BED827ACE7F5DD0E28AAEA2301460E658B8128A59680229E1 + ProductCode: IntelliJ IDEA 2024.2.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2.1.exe + InstallerSha256: 2E8072621511105BED827ACE7F5DD0E28AAEA2301460E658B8128A59680229E1 + ProductCode: IntelliJ IDEA 2024.2.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2.1-aarch64.exe + InstallerSha256: F65992F9B026AFAB8E825708A84F86E9FB467C3729BDF3B6F88497E61FAE3DFA + ProductCode: IntelliJ IDEA 2024.2.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2.1-aarch64.exe + InstallerSha256: F65992F9B026AFAB8E825708A84F86E9FB467C3729BDF3B6F88497E61FAE3DFA + ProductCode: IntelliJ IDEA 2024.2.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.1/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.1/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml new file mode 100644 index 0000000000000..b8c23663e804b --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.1/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition +PackageUrl: https://www.jetbrains.com/idea/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +Moniker: intellij-idea-ultimate +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: |- + IntelliJ IDEA 2024.2.1 is out. This release adds Java 23 support and introduces a host of noteworthy fixes and improvements: + - The IDE no longer crashes on macOS when the terminal is open. [IJPL-157074] + - The IDE no longer fails to start when non-ASCII characters are present in the installation path. [IJPL-156417, IJPL-35364] + - The IDE now correctly recognizes java-test-fixtures as generated test sources. [IDEA-353172] + - The IDE now saves projects more quickly upon closing, resolving the issue of occasional delays. [IJPL-148614] + Get more details in our blog post. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662153/IntelliJ-IDEA-2024.2.1-242.21829.142-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.1/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.1/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1c82197682e5f --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.1/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.2.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition +PackageUrl: https://www.jetbrains.com/zh-cn/idea/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +# Moniker: +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662153/IntelliJ-IDEA-2024.2.1-242.21829.142-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.1/JetBrains.IntelliJIDEA.Ultimate.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.1/JetBrains.IntelliJIDEA.Ultimate.yaml new file mode 100644 index 0000000000000..2a356ace147b9 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2.1/JetBrains.IntelliJIDEA.Ultimate.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2/JetBrains.IntelliJIDEA.Ultimate.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2/JetBrains.IntelliJIDEA.Ultimate.installer.yaml new file mode 100644 index 0000000000000..28b00d4cc2a34 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2/JetBrains.IntelliJIDEA.Ultimate.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: "2024.2" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ReleaseDate: 2024-08-07 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA 2024.2 + DisplayVersion: 242.20224.300 + ProductCode: IntelliJ IDEA 2024.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2.exe + InstallerSha256: CCC7BA17D3F030EF96FCA8D1710B75542CA9C575CBC6C551D1A167F3E1BDD075 + ProductCode: IntelliJ IDEA 2024.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2.exe + InstallerSha256: CCC7BA17D3F030EF96FCA8D1710B75542CA9C575CBC6C551D1A167F3E1BDD075 + ProductCode: IntelliJ IDEA 2024.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2-aarch64.exe + InstallerSha256: 48C74D3644AC6DE6C150A2BF7E0454A43966CB61213251013820F4ED220AD636 + ProductCode: IntelliJ IDEA 2024.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-2024.2-aarch64.exe + InstallerSha256: 48C74D3644AC6DE6C150A2BF7E0454A43966CB61213251013820F4ED220AD636 + ProductCode: IntelliJ IDEA 2024.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml new file mode 100644 index 0000000000000..9b04821a1940c --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2/JetBrains.IntelliJIDEA.Ultimate.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: "2024.2" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition +PackageUrl: https://www.jetbrains.com/idea/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +Moniker: intellij-idea-ultimate +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: |- + IntelliJ IDEA 2024.2 is out with the following new features: + - Better Spring Data JPA support + - Streamlined cron expression handling + - GraalJS in the HTTP Client + - Faster time to code on startup + - Kotlin performance boost with K2 mode, now in Beta + Visit our What's New page or watch this video to learn about these and other improvements. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662072/IntelliJ-IDEA-2024.2-242.20224.300-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a4ba9de4e79b1 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2/JetBrains.IntelliJIDEA.Ultimate.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: "2024.2" +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition +PackageUrl: https://www.jetbrains.com/zh-cn/idea/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +# Moniker: +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662072/IntelliJ-IDEA-2024.2-242.20224.300-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/idea/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2/JetBrains.IntelliJIDEA.Ultimate.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2/JetBrains.IntelliJIDEA.Ultimate.yaml new file mode 100644 index 0000000000000..07d5ce336d991 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/2024.2/JetBrains.IntelliJIDEA.Ultimate.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate +PackageVersion: "2024.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/242.21829.15/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/242.21829.15/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml new file mode 100644 index 0000000000000..313953c493444 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/242.21829.15/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 242.21829.15 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ReleaseDate: 2024-08-15 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA 242.21829.15 + ProductCode: IntelliJ IDEA 242.21829.15 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-242.21829.15.exe + InstallerSha256: 212A3FADFD4EBFB465CBEE8FE553C4D3C844D414A1C69ED24AF4CC047B32FCB4 + ProductCode: IntelliJ IDEA 242.21829.15 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-242.21829.15.exe + InstallerSha256: 212A3FADFD4EBFB465CBEE8FE553C4D3C844D414A1C69ED24AF4CC047B32FCB4 + ProductCode: IntelliJ IDEA 242.21829.15 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-242.21829.15-aarch64.exe + InstallerSha256: F7EF5032408A95B414967BE9599595E24F345C447EDE83CF9BC89491B7C152D8 + ProductCode: IntelliJ IDEA 242.21829.15 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-242.21829.15-aarch64.exe + InstallerSha256: F7EF5032408A95B414967BE9599595E24F345C447EDE83CF9BC89491B7C152D8 + ProductCode: IntelliJ IDEA 242.21829.15 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/242.21829.15/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/242.21829.15/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..2fd9d8645396c --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/242.21829.15/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 242.21829.15 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition (EAP) +PackageUrl: https://www.jetbrains.com/idea/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +# Moniker: +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: IntelliJ IDEA 2024.2.1 Preview is out! This update brings a range of valuable fixes and improvements. For the full details, please refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662087/IntelliJ-IDEA-2024.2.1-Preview-242.21829.15-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/242.21829.15/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/242.21829.15/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f17540f40bf99 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/242.21829.15/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 242.21829.15 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/idea/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +# Moniker: +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662087/IntelliJ-IDEA-2024.2.1-Preview-242.21829.15-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/242.21829.15/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/242.21829.15/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml new file mode 100644 index 0000000000000..a4b53a8bf3e9d --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/242.21829.15/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 242.21829.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/243.12818.47/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/243.12818.47/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml new file mode 100644 index 0000000000000..f63b46577cf15 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/243.12818.47/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 243.12818.47 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ReleaseDate: 2024-09-12 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA 243.12818.47 + ProductCode: IntelliJ IDEA 243.12818.47 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-243.12818.47.exe + InstallerSha256: AB446D33F78C2E02E55458719442BEB3CBA153FDF6EFDA16AB1200D18E5DA084 + ProductCode: IntelliJ IDEA 243.12818.47 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-243.12818.47.exe + InstallerSha256: AB446D33F78C2E02E55458719442BEB3CBA153FDF6EFDA16AB1200D18E5DA084 + ProductCode: IntelliJ IDEA 243.12818.47 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-243.12818.47-aarch64.exe + InstallerSha256: 3167623380AC3783434AE5A41A5661824DABAE10B4C7CD5C262A08F69A18C2E0 + ProductCode: IntelliJ IDEA 243.12818.47 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-243.12818.47-aarch64.exe + InstallerSha256: 3167623380AC3783434AE5A41A5661824DABAE10B4C7CD5C262A08F69A18C2E0 + ProductCode: IntelliJ IDEA 243.12818.47 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/243.12818.47/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/243.12818.47/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..99ebe09a87ac9 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/243.12818.47/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 243.12818.47 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition (EAP) +PackageUrl: https://www.jetbrains.com/idea/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +# Moniker: +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: |- + The IntelliJ IDEA 2024.3 EAP is open! The latest build includes the following updates: + - Inline AI prompt + - Improvements in constant conditions + - K2 mode enabled by default + - Spelling and grammar checks during indexing + - A new Workspaces feature + Get more details in our blog post. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662190/IntelliJ-IDEA-2024.3-EAP-1-243.12818.47-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/243.12818.47/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/243.12818.47/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1f0641447dc8e --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/243.12818.47/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 243.12818.47 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/idea/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +# Moniker: +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662190/IntelliJ-IDEA-2024.3-EAP-1-243.12818.47-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/243.12818.47/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/243.12818.47/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml new file mode 100644 index 0000000000000..42cb217874bc4 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/243.12818.47/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 243.12818.47 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/MPS/2024.1/JetBrains.MPS.installer.yaml b/manifests/j/JetBrains/MPS/2024.1/JetBrains.MPS.installer.yaml new file mode 100644 index 0000000000000..59352d004cac1 --- /dev/null +++ b/manifests/j/JetBrains/MPS/2024.1/JetBrains.MPS.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.MPS +PackageVersion: "2024.1" +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2024-08-08 +AppsAndFeaturesEntries: +- DisplayName: JetBrains MPS 2024.1 + DisplayVersion: MPS-241.18034.1093 + ProductCode: JetBrains MPS 2024.1 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/mps/2024.1/MPS-2024.1.exe + InstallerSha256: 3CF6045E2C458B745ECBAA1217CA837592060786E7F7FFA2C9E7BE4775986F8C + ProductCode: JetBrains MPS 2024.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/MPS/2024.1/JetBrains.MPS.locale.en-US.yaml b/manifests/j/JetBrains/MPS/2024.1/JetBrains.MPS.locale.en-US.yaml new file mode 100644 index 0000000000000..91721fb686774 --- /dev/null +++ b/manifests/j/JetBrains/MPS/2024.1/JetBrains.MPS.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.MPS +PackageVersion: "2024.1" +PackageLocale: en-US +Publisher: JetBrains +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains MPS +PackageUrl: https://www.jetbrains.com/mps/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2009–2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Domain-Specific Language Creator by JetBrains +Description: Use the MPS platform to create your own domain-specific language that speaks to your business needs. +# Moniker: +Tags: +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + - Enhanced platform support for MPS Kotlin + - Improved Kotlin readability without typesystem + - Changes in Tests runtime + - Complete module classloading overhaul + - Placeholder cell style + - Logical View pane reimplemented + - Changes in build language (migration required) + - Filter commented out nodes from scopes [the feature is included in 2022.3.2] + - Enable conditional fork in generation plan + - Deprecate TestInfo for passing projectPath to tests + - Announce stopping support of the IDEA plugin + If you want to learn more, please read our blog post. +ReleaseNotesUrl: https://blog.jetbrains.com/mps/2024/08/mps-2024-1-is-out/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Learn MPS + DocumentUrl: https://www.jetbrains.com/mps/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/MPS/2024.1/JetBrains.MPS.locale.zh-CN.yaml b/manifests/j/JetBrains/MPS/2024.1/JetBrains.MPS.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a24c3d4a8e541 --- /dev/null +++ b/manifests/j/JetBrains/MPS/2024.1/JetBrains.MPS.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.MPS +PackageVersion: "2024.1" +PackageLocale: zh-CN +Publisher: JetBrains +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains MPS +PackageUrl: https://www.jetbrains.com/zh-cn/mps/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2009–2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: JetBrains 出品的领域专用语言创建器 +Description: 使用 MPS 平台创建您自己的领域专用语言,以满足业务需求。 +# Moniker: +Tags: +- 代码 +- 开发 +- 编程 +# ReleaseNotes: +ReleaseNotesUrl: https://blog.jetbrains.com/mps/2024/08/mps-2024-1-is-out/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 MPS + DocumentUrl: https://www.jetbrains.com/zh-cn/mps/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/MPS/2024.1/JetBrains.MPS.yaml b/manifests/j/JetBrains/MPS/2024.1/JetBrains.MPS.yaml new file mode 100644 index 0000000000000..b7a7e015a78dd --- /dev/null +++ b/manifests/j/JetBrains/MPS/2024.1/JetBrains.MPS.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.MPS +PackageVersion: "2024.1" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.1.5/JetBrains.PhpStorm.installer.yaml b/manifests/j/JetBrains/PhpStorm/2024.1.5/JetBrains.PhpStorm.installer.yaml new file mode 100644 index 0000000000000..33b7ebc9770a7 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.1.5/JetBrains.PhpStorm.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.1.5 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- php +- phtml +ReleaseDate: 2024-08-06 +AppsAndFeaturesEntries: +- DisplayName: PhpStorm 2024.1.5 + DisplayVersion: 241.18968.24 + ProductCode: PhpStorm 2024.1.5 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-2024.1.5.exe + InstallerSha256: 1173365CFAC94766C43A0EB9A425A56B2E3AC4E38A0ACF7AED9EDC747F38D52B + ProductCode: PhpStorm 2024.1.5 +- Architecture: arm64 + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-2024.1.5-aarch64.exe + InstallerSha256: 11590FD8CD0A8EB804E9FC8AAD19DF8E43023990D7127F5C9261BDB5FAACDCF8 + ProductCode: PhpStorm 2024.1.5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.1.5/JetBrains.PhpStorm.locale.en-US.yaml b/manifests/j/JetBrains/PhpStorm/2024.1.5/JetBrains.PhpStorm.locale.en-US.yaml new file mode 100644 index 0000000000000..1634e07497930 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.1.5/JetBrains.PhpStorm.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.1.5 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm +PackageUrl: https://www.jetbrains.com/phpstorm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Lightning-smart PHP IDE +Description: PhpStorm is a development tool for PHP and Web projects. It’s a perfect PHP IDE for working with Laravel, Symfony, Drupal, WordPress, and other frameworks. +Moniker: phpstorm +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- php +- programming +- web +- webpage +ReleaseNotes: |- + PhpStorm 2024.1.5 is now available + PhpStorm 2024.1.5 is a minor update, and it includes a host of bug fixes and quality-of-life improvements. + Here are the most notable changes and bug fixes in this build: + + - Fixed the issue where the terminal would open slowly when the ulimit -n value was set too high. [IJPL-103736] + - The HTTP Client no longer sends an HTTP request with a Content-Type: text/plain header when a specific Content-Type has already been set by the user. [IJPL-65366] + - Fixed the issue where viewing package details in the package.json sometimes resulted in an exception. [IJPL-150388] + - Fixed issues with missing translations when Chinese, Korean, or Japanese localization is enabled. [IJPL-148265] + - Fixed the “Registry key is not defined” error when running the Spring Boot application via Gateway WSL. [IJPL-156767] + - Fixed the issue where the command line formatter hung when using the -dry flags on a project with Java files that were not fully formatted. [IJPL-150213] + - New: Display the comments of current Space review in editor [IDEA-349165] + The full list of changes in PhpStorm 2024.1.5 is available in the release notes. + + - Download PhpStorm + - Tweet us + - Report bugs to our issue tracker +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736144 +PurchaseUrl: https://www.jetbrains.com/phpstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/phpstorm/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.1.5/JetBrains.PhpStorm.locale.zh-CN.yaml b/manifests/j/JetBrains/PhpStorm/2024.1.5/JetBrains.PhpStorm.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d2be291108708 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.1.5/JetBrains.PhpStorm.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.1.5 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm +PackageUrl: https://www.jetbrains.com/zh-cn/phpstorm/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 高效智能的 PHP IDE +Description: PhpStorm 是一个用于 PHP 和 Web 项目的开发工具。它是一个完美的 PHP IDE,支持 Laravel、Symfony、Drupal、WordPress 等各种主流框架。 +# Moniker: +Tags: +- css +- htm +- html +- javascript +- js +- php +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736144 +PurchaseUrl: https://www.jetbrains.com/zh-cn/phpstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/phpstorm/resources/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.1.5/JetBrains.PhpStorm.yaml b/manifests/j/JetBrains/PhpStorm/2024.1.5/JetBrains.PhpStorm.yaml new file mode 100644 index 0000000000000..61454b07b732c --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.1.5/JetBrains.PhpStorm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.1.6/JetBrains.PhpStorm.installer.yaml b/manifests/j/JetBrains/PhpStorm/2024.1.6/JetBrains.PhpStorm.installer.yaml new file mode 100644 index 0000000000000..1a4fb2553cc71 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.1.6/JetBrains.PhpStorm.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.1.6 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- php +- phtml +ReleaseDate: 2024-08-12 +AppsAndFeaturesEntries: +- DisplayName: PhpStorm 2024.1.6 + DisplayVersion: 241.19072.22 + ProductCode: PhpStorm 2024.1.6 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-2024.1.6.exe + InstallerSha256: 5DA368B10EC470A63712803BA2667E757FD9827AF83FE9E51F50C3CC1D91E450 + ProductCode: PhpStorm 2024.1.6 +- Architecture: arm64 + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-2024.1.6-aarch64.exe + InstallerSha256: C657D553E9D522731929CB249C473BB4788745B6873BBF511931F9BCDFCCE050 + ProductCode: PhpStorm 2024.1.6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.1.6/JetBrains.PhpStorm.locale.en-US.yaml b/manifests/j/JetBrains/PhpStorm/2024.1.6/JetBrains.PhpStorm.locale.en-US.yaml new file mode 100644 index 0000000000000..9fa8611ea4749 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.1.6/JetBrains.PhpStorm.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.1.6 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm +PackageUrl: https://www.jetbrains.com/phpstorm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Lightning-smart PHP IDE +Description: PhpStorm is a development tool for PHP and Web projects. It’s a perfect PHP IDE for working with Laravel, Symfony, Drupal, WordPress, and other frameworks. +Moniker: phpstorm +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- php +- programming +- web +- webpage +ReleaseNotes: |- + PhpStorm 2024.1.6 is now available + PhpStorm 2024.1.6 is a minor update, and it includes a host of bug fixes and quality-of-life improvements. + The full list of changes in PhpStorm 2024.1.6 is available in the release notes. + + - Download PhpStorm + - Tweet us + - Report bugs to our issue tracker +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736148 +PurchaseUrl: https://www.jetbrains.com/phpstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/phpstorm/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.1.6/JetBrains.PhpStorm.locale.zh-CN.yaml b/manifests/j/JetBrains/PhpStorm/2024.1.6/JetBrains.PhpStorm.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6b647fa3fe05b --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.1.6/JetBrains.PhpStorm.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.1.6 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm +PackageUrl: https://www.jetbrains.com/zh-cn/phpstorm/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 高效智能的 PHP IDE +Description: PhpStorm 是一个用于 PHP 和 Web 项目的开发工具。它是一个完美的 PHP IDE,支持 Laravel、Symfony、Drupal、WordPress 等各种主流框架。 +# Moniker: +Tags: +- css +- htm +- html +- javascript +- js +- php +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736148 +PurchaseUrl: https://www.jetbrains.com/zh-cn/phpstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/phpstorm/resources/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.1.6/JetBrains.PhpStorm.yaml b/manifests/j/JetBrains/PhpStorm/2024.1.6/JetBrains.PhpStorm.yaml new file mode 100644 index 0000000000000..fb4e6b3389029 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.1.6/JetBrains.PhpStorm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.2.0.1/JetBrains.PhpStorm.installer.yaml b/manifests/j/JetBrains/PhpStorm/2024.2.0.1/JetBrains.PhpStorm.installer.yaml new file mode 100644 index 0000000000000..5bb600a1377bf --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.2.0.1/JetBrains.PhpStorm.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.2.0.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- php +- phtml +ReleaseDate: 2024-08-15 +AppsAndFeaturesEntries: +- DisplayName: PhpStorm 2024.2.0.1 + DisplayVersion: 242.20224.427 + ProductCode: PhpStorm 2024.2.0.1 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-2024.2.0.1.exe + InstallerSha256: 7B459B0A1E217AA9C2914F0E258AFEC73FDF6B0F7252FBA1F4A5A15868E3D8A8 + ProductCode: PhpStorm 2024.2.0.1 +- Architecture: arm64 + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-2024.2.0.1-aarch64.exe + InstallerSha256: D7B69731F62A9030DA370F770293EACDD10E6FF5584B77F93447F2AD9BF6D7D9 + ProductCode: PhpStorm 2024.2.0.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.2.0.1/JetBrains.PhpStorm.locale.en-US.yaml b/manifests/j/JetBrains/PhpStorm/2024.2.0.1/JetBrains.PhpStorm.locale.en-US.yaml new file mode 100644 index 0000000000000..6a3b399dec15a --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.2.0.1/JetBrains.PhpStorm.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.2.0.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm +PackageUrl: https://www.jetbrains.com/phpstorm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Lightning-smart PHP IDE +Description: PhpStorm is a development tool for PHP and Web projects. It’s a perfect PHP IDE for working with Laravel, Symfony, Drupal, WordPress, and other frameworks. +Moniker: phpstorm +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- php +- programming +- web +- webpage +ReleaseNotes: |- + PhpStorm 2024.2.0.1 is now available + PhpStorm 2024.2.0.1 is a minor update, and it includes a host of bug fixes and quality-of-life improvements. + Here are the most notable changes and bug fixes in this build: + + - New: Display the comments of current Space review in editor [IDEA-349165] + The full list of changes in PhpStorm 2024.2.0.1 is available in the release notes. + + - Download PhpStorm + - Tweet us + - Report bugs to our issue tracker +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736159 +PurchaseUrl: https://www.jetbrains.com/phpstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/phpstorm/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.2.0.1/JetBrains.PhpStorm.locale.zh-CN.yaml b/manifests/j/JetBrains/PhpStorm/2024.2.0.1/JetBrains.PhpStorm.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1a33883216188 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.2.0.1/JetBrains.PhpStorm.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.2.0.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm +PackageUrl: https://www.jetbrains.com/zh-cn/phpstorm/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 高效智能的 PHP IDE +Description: PhpStorm 是一个用于 PHP 和 Web 项目的开发工具。它是一个完美的 PHP IDE,支持 Laravel、Symfony、Drupal、WordPress 等各种主流框架。 +# Moniker: +Tags: +- css +- htm +- html +- javascript +- js +- php +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736159 +PurchaseUrl: https://www.jetbrains.com/zh-cn/phpstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/phpstorm/resources/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.2.0.1/JetBrains.PhpStorm.yaml b/manifests/j/JetBrains/PhpStorm/2024.2.0.1/JetBrains.PhpStorm.yaml new file mode 100644 index 0000000000000..52e6bc5253b71 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.2.0.1/JetBrains.PhpStorm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.2.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.2.1/JetBrains.PhpStorm.installer.yaml b/manifests/j/JetBrains/PhpStorm/2024.2.1/JetBrains.PhpStorm.installer.yaml new file mode 100644 index 0000000000000..0f9342dbd7f0d --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.2.1/JetBrains.PhpStorm.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.2.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- php +- phtml +ReleaseDate: 2024-08-30 +AppsAndFeaturesEntries: +- DisplayName: PhpStorm 2024.2.1 + DisplayVersion: 242.21829.154 + ProductCode: PhpStorm 2024.2.1 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-2024.2.1.exe + InstallerSha256: 42995DA24FEA9DC6DD86F01B193B5B12BAE72FC81B60BA1FEBB12EE3B719CC8F + ProductCode: PhpStorm 2024.2.1 +- Architecture: arm64 + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-2024.2.1-aarch64.exe + InstallerSha256: 907C5267A46CF2C5AED3CD31B16F5F43B289F39630D3F0B994842301275247B9 + ProductCode: PhpStorm 2024.2.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.2.1/JetBrains.PhpStorm.locale.en-US.yaml b/manifests/j/JetBrains/PhpStorm/2024.2.1/JetBrains.PhpStorm.locale.en-US.yaml new file mode 100644 index 0000000000000..13f446783acc8 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.2.1/JetBrains.PhpStorm.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm +PackageUrl: https://www.jetbrains.com/phpstorm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Lightning-smart PHP IDE +Description: PhpStorm is a development tool for PHP and Web projects. It’s a perfect PHP IDE for working with Laravel, Symfony, Drupal, WordPress, and other frameworks. +Moniker: phpstorm +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- php +- programming +- web +- webpage +ReleaseNotes: |- + PhpStorm 2024.2.1 is now available + PhpStorm 2024.2.1 is a minor update, and it includes a host of bug fixes and quality-of-life improvements. + Here are the most notable changes and bug fixes in this build: + + - Fix: Cannot create & open a project in "This window" via the "New project from existing files" [WI-77464] + - Fix: Unsupported log file looks better with the Ideolog plugin disabled [WI-78357] + - Fix: There is no dedicated settings for sticky lines for Twig templates [WI-78000] + The full list of changes in PhpStorm 2024.2.1 is available in the release notes. + + - Download PhpStorm + - Tweet us + - Report bugs to our issue tracker +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736163 +PurchaseUrl: https://www.jetbrains.com/phpstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/phpstorm/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.2.1/JetBrains.PhpStorm.locale.zh-CN.yaml b/manifests/j/JetBrains/PhpStorm/2024.2.1/JetBrains.PhpStorm.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a78c7b94faefc --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.2.1/JetBrains.PhpStorm.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.2.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm +PackageUrl: https://www.jetbrains.com/zh-cn/phpstorm/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 高效智能的 PHP IDE +Description: PhpStorm 是一个用于 PHP 和 Web 项目的开发工具。它是一个完美的 PHP IDE,支持 Laravel、Symfony、Drupal、WordPress 等各种主流框架。 +# Moniker: +Tags: +- css +- htm +- html +- javascript +- js +- php +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736163 +PurchaseUrl: https://www.jetbrains.com/zh-cn/phpstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/phpstorm/resources/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.2.1/JetBrains.PhpStorm.yaml b/manifests/j/JetBrains/PhpStorm/2024.2.1/JetBrains.PhpStorm.yaml new file mode 100644 index 0000000000000..6c153b00b9639 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.2.1/JetBrains.PhpStorm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.2/JetBrains.PhpStorm.installer.yaml b/manifests/j/JetBrains/PhpStorm/2024.2/JetBrains.PhpStorm.installer.yaml new file mode 100644 index 0000000000000..49b9a8539e764 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.2/JetBrains.PhpStorm.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: "2024.2" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- php +- phtml +ReleaseDate: 2024-08-12 +AppsAndFeaturesEntries: +- DisplayName: PhpStorm 2024.2 + DisplayVersion: 242.20224.361 + ProductCode: PhpStorm 2024.2 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-2024.2.exe + InstallerSha256: BD4A1D5919B24BBBB6D5BEEDD720E18A22916511E3CDBC7705815D003AC752CF + ProductCode: PhpStorm 2024.2 +- Architecture: arm64 + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-2024.2-aarch64.exe + InstallerSha256: 3926BE2769D508BC14C5C135360D1709C55CF7226ABEA1F3671D884E6D428828 + ProductCode: PhpStorm 2024.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.2/JetBrains.PhpStorm.locale.en-US.yaml b/manifests/j/JetBrains/PhpStorm/2024.2/JetBrains.PhpStorm.locale.en-US.yaml new file mode 100644 index 0000000000000..808c44834f7d4 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.2/JetBrains.PhpStorm.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: "2024.2" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm +PackageUrl: https://www.jetbrains.com/phpstorm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Lightning-smart PHP IDE +Description: PhpStorm is a development tool for PHP and Web projects. It’s a perfect PHP IDE for working with Laravel, Symfony, Drupal, WordPress, and other frameworks. +Moniker: phpstorm +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- php +- programming +- web +- webpage +ReleaseNotes: |- + PhpStorm 2024.2 has been released! + Here are the highlights of the most impactful changes introduced in this update: + + - Log files support [WI-67479] + - Completion in the new terminal [WI-70242] + - Editing from a floating toolbar [WI-76830 + Explore the full list of the new features on our What's New page + The full list of changes in PhpStorm 2024.2 is available in the release notes. + + - Download PhpStorm + - Tweet us + - Report bugs to our issue tracker +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736150 +PurchaseUrl: https://www.jetbrains.com/phpstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/phpstorm/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.2/JetBrains.PhpStorm.locale.zh-CN.yaml b/manifests/j/JetBrains/PhpStorm/2024.2/JetBrains.PhpStorm.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e6ebe3e75d994 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.2/JetBrains.PhpStorm.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: "2024.2" +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm +PackageUrl: https://www.jetbrains.com/zh-cn/phpstorm/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 高效智能的 PHP IDE +Description: PhpStorm 是一个用于 PHP 和 Web 项目的开发工具。它是一个完美的 PHP IDE,支持 Laravel、Symfony、Drupal、WordPress 等各种主流框架。 +# Moniker: +Tags: +- css +- htm +- html +- javascript +- js +- php +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736150 +PurchaseUrl: https://www.jetbrains.com/zh-cn/phpstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/phpstorm/resources/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/2024.2/JetBrains.PhpStorm.yaml b/manifests/j/JetBrains/PhpStorm/2024.2/JetBrains.PhpStorm.yaml new file mode 100644 index 0000000000000..482e684c8871c --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2024.2/JetBrains.PhpStorm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: "2024.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/242.20224.112/JetBrains.PhpStorm.EAP.installer.yaml b/manifests/j/JetBrains/PhpStorm/EAP/242.20224.112/JetBrains.PhpStorm.EAP.installer.yaml new file mode 100644 index 0000000000000..59a505042de3d --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/242.20224.112/JetBrains.PhpStorm.EAP.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 242.20224.112 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- php +- phtml +ReleaseDate: 2024-07-20 +AppsAndFeaturesEntries: +- DisplayName: PhpStorm 242.20224.112 + ProductCode: PhpStorm 242.20224.112 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-242.20224.112.exe + InstallerSha256: 678441B8748D2203A5143901CF4070C5E11145E93497BAC4E553EFC6D9ECFD1B + ProductCode: PhpStorm 242.20224.112 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-242.20224.112.exe + InstallerSha256: 678441B8748D2203A5143901CF4070C5E11145E93497BAC4E553EFC6D9ECFD1B + ProductCode: PhpStorm 242.20224.112 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-242.20224.112-aarch64.exe + InstallerSha256: EFD49428A34DD108ADAEF01044816551A5A1EAEB871284F4955D02609886C026 + ProductCode: PhpStorm 242.20224.112 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-242.20224.112-aarch64.exe + InstallerSha256: EFD49428A34DD108ADAEF01044816551A5A1EAEB871284F4955D02609886C026 + ProductCode: PhpStorm 242.20224.112 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/242.20224.112/JetBrains.PhpStorm.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PhpStorm/EAP/242.20224.112/JetBrains.PhpStorm.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..22090acfb8492 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/242.20224.112/JetBrains.PhpStorm.EAP.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 242.20224.112 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm (EAP) +PackageUrl: https://www.jetbrains.com/phpstorm/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Lightning-smart PHP IDE +Description: PhpStorm is a development tool for PHP and Web projects. It’s a perfect PHP IDE for working with Laravel, Symfony, Drupal, WordPress, and other frameworks. +# Moniker: +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- php +- programming +- web +- webpage +ReleaseNotes: |- + PhpStorm 2024.2 Beta 2 is now available + PhpStorm 2024.2 Beta 2 is a minor update, and it includes a host of bug fixes and quality-of-life improvements. + Here are the most notable changes and bug fixes in this build: + + - Fix: CSS class completion in Blade doesn't work [WI-78213] + The full list of changes in PhpStorm 2024.2 Beta 2 is available in the release notes. + + - Download PhpStorm + - Tweet us + - Report bugs to our issue tracker +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736139 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/phpstorm/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/242.20224.112/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PhpStorm/EAP/242.20224.112/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bcd2a7a960d77 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/242.20224.112/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 242.20224.112 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/phpstorm/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 高效智能的 PHP IDE +Description: PhpStorm 是一个用于 PHP 和 Web 项目的开发工具。它是一个完美的 PHP IDE,支持 Laravel、Symfony、Drupal、WordPress 等各种主流框架。 +# Moniker: +Tags: +- css +- htm +- html +- javascript +- js +- php +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736139 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/phpstorm/resources/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/242.20224.112/JetBrains.PhpStorm.EAP.yaml b/manifests/j/JetBrains/PhpStorm/EAP/242.20224.112/JetBrains.PhpStorm.EAP.yaml new file mode 100644 index 0000000000000..b4cc90819105d --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/242.20224.112/JetBrains.PhpStorm.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 242.20224.112 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/242.21829.14/JetBrains.PhpStorm.EAP.installer.yaml b/manifests/j/JetBrains/PhpStorm/EAP/242.21829.14/JetBrains.PhpStorm.EAP.installer.yaml new file mode 100644 index 0000000000000..8129ac873cae5 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/242.21829.14/JetBrains.PhpStorm.EAP.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 242.21829.14 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- php +- phtml +ReleaseDate: 2024-08-15 +AppsAndFeaturesEntries: +- DisplayName: PhpStorm 242.21829.14 + ProductCode: PhpStorm 242.21829.14 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-242.21829.14.exe + InstallerSha256: 72E70E0739AA3E04A8488A9A23C8668E4FCB70ACE134941EB0CCD0BF21878693 + ProductCode: PhpStorm 242.21829.14 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-242.21829.14.exe + InstallerSha256: 72E70E0739AA3E04A8488A9A23C8668E4FCB70ACE134941EB0CCD0BF21878693 + ProductCode: PhpStorm 242.21829.14 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-242.21829.14-aarch64.exe + InstallerSha256: 2C4EFD472C3E4BE3D57F1AFDE0A523FC13C66F94E19182842375499C22A2EC78 + ProductCode: PhpStorm 242.21829.14 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-242.21829.14-aarch64.exe + InstallerSha256: 2C4EFD472C3E4BE3D57F1AFDE0A523FC13C66F94E19182842375499C22A2EC78 + ProductCode: PhpStorm 242.21829.14 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/242.21829.14/JetBrains.PhpStorm.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PhpStorm/EAP/242.21829.14/JetBrains.PhpStorm.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..60390f23f7f9a --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/242.21829.14/JetBrains.PhpStorm.EAP.locale.en-US.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 242.21829.14 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm (EAP) +PackageUrl: https://www.jetbrains.com/phpstorm/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Lightning-smart PHP IDE +Description: PhpStorm is a development tool for PHP and Web projects. It’s a perfect PHP IDE for working with Laravel, Symfony, Drupal, WordPress, and other frameworks. +# Moniker: +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- php +- programming +- web +- webpage +ReleaseNotes: |- + PhpStorm 2024.2.1 Preview + There's a preview available of PhpStorm 2024.2.1, the upcoming minor release of PhpStorm. It brings a number of bug fixes and quality-of-life improvements. + Here are the most notable changes and bug fixes in this build: + + - Fix: Cannot create & open a project in "This window" via the "New project from existing files" [WI-77464] + - Fix: Unsupported log file looks better with the Ideolog plugin disabled [WI-78357] + - Fix: There is no dedicated settings for sticky lines for Twig templates [WI-78000] + The full list of changes in PhpStorm 2024.2.1 Preview is available in the release notes. You can download this preview here: + - PhpStorm-242.21829.14.exe + - PhpStorm-242.21829.14.dmg + - PhpStorm-242.21829.14-aarch64.dmg + - PhpStorm-242.21829.14.tar.gz + - PhpStorm-242.21829.14.win.zip + + That's all for today. Thanks for keeping up with the changes! We hope they improve your PhpStorm experience. + - Download PhpStorm + - Tweet us + - Report bugs to our issue tracker +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736152 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/phpstorm/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/242.21829.14/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PhpStorm/EAP/242.21829.14/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b8971b40d3af9 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/242.21829.14/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 242.21829.14 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/phpstorm/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 高效智能的 PHP IDE +Description: PhpStorm 是一个用于 PHP 和 Web 项目的开发工具。它是一个完美的 PHP IDE,支持 Laravel、Symfony、Drupal、WordPress 等各种主流框架。 +# Moniker: +Tags: +- css +- htm +- html +- javascript +- js +- php +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736152 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/phpstorm/resources/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/242.21829.14/JetBrains.PhpStorm.EAP.yaml b/manifests/j/JetBrains/PhpStorm/EAP/242.21829.14/JetBrains.PhpStorm.EAP.yaml new file mode 100644 index 0000000000000..e42fb3b544277 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/242.21829.14/JetBrains.PhpStorm.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 242.21829.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/243.12818.54/JetBrains.PhpStorm.EAP.installer.yaml b/manifests/j/JetBrains/PhpStorm/EAP/243.12818.54/JetBrains.PhpStorm.EAP.installer.yaml new file mode 100644 index 0000000000000..55d9ce359ddea --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/243.12818.54/JetBrains.PhpStorm.EAP.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 243.12818.54 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- php +- phtml +ReleaseDate: 2024-09-12 +AppsAndFeaturesEntries: +- DisplayName: PhpStorm 243.12818.54 + ProductCode: PhpStorm 243.12818.54 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-243.12818.54.exe + InstallerSha256: FAF70A3ECE591298F94DE21DB0FF0315BA11CF5A83D09B4273D2E86DD6FF5351 + ProductCode: PhpStorm 243.12818.54 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-243.12818.54.exe + InstallerSha256: FAF70A3ECE591298F94DE21DB0FF0315BA11CF5A83D09B4273D2E86DD6FF5351 + ProductCode: PhpStorm 243.12818.54 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-243.12818.54-aarch64.exe + InstallerSha256: 305ECE220DA286B6DC6EE0004CE04DE88F73A92BE13707898515C2EF09DE18E0 + ProductCode: PhpStorm 243.12818.54 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-243.12818.54-aarch64.exe + InstallerSha256: 305ECE220DA286B6DC6EE0004CE04DE88F73A92BE13707898515C2EF09DE18E0 + ProductCode: PhpStorm 243.12818.54 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/243.12818.54/JetBrains.PhpStorm.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PhpStorm/EAP/243.12818.54/JetBrains.PhpStorm.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..476024ea86149 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/243.12818.54/JetBrains.PhpStorm.EAP.locale.en-US.yaml @@ -0,0 +1,87 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 243.12818.54 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm (EAP) +PackageUrl: https://www.jetbrains.com/phpstorm/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Lightning-smart PHP IDE +Description: PhpStorm is a development tool for PHP and Web projects. It’s a perfect PHP IDE for working with Laravel, Symfony, Drupal, WordPress, and other frameworks. +# Moniker: +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- php +- programming +- web +- webpage +ReleaseNotes: |- + PhpStorm 2024.3 EAP #1 is now available + This build brings a bunch of bug fixes and quality-of-life improvements. + + Here are the most notable changes and bug fixes in this build: + + - New: Add support for xdebug_notify [WI-63456] + - Fix: Using External Formatter causes File Change Conflict when "Optimise imports" option enabled [WI-75740] + - Fix: Docker Compose on WSL: Can't get the interpreter version in the 'run' mode [WI-71898] + - Fix: PHP Console input on "Run" command shows "This view is read-only" since 2024.1 [WI-77508] + - Fix: Date formats suggested for DateInterval are incorrect [WI-70556] + - Fix: Navigate to the test subject doesn't work with PHPUnit Attribute [WI-76381] + - Fix: PhpArrayKeyDoesNotMatchArrayShapeInspection false positive when using constants [WI-72228] + - Fix: PhpIncompatibleReturnTypeInspection: Quick Fix works in a wrong way when array is returned in get-hook and property type doesn't match [WI-78853] + - Fix: Incompatible hook's parameter type: QF suggests incorrect action for untyped property [WI-78846] + - Fix: Type of hook's parameter incompatible: false positive when type of parameter is generic object [WI-78844] + - New: New Annotator Error: get hook of property must not have a parameter list [WI-78831] + - Fix: Class hierarchy check: false positive error when override non-readonly hooked property with readonly property [WI-78827] + - Fix: Class hierarchy check: QF to implement one of property hooks adds both hooks [WI-78826] + - Fix: PhpUnusedParameterInspection: Quick Fix makes "Conflicts Detected" window appear [WI-78825] + - New: Annotator: Add quick-fix to add property hooks to abstract property [WI-78824] + - New: PhpIncompatibleReturnTypeInspection: add Quick Fix that changes field type to correct one [WI-78806] + - New: Support for final properties in PHP8.4 [WI-78796] + - New: Add php version information to the description of the inspections [WI-78785] + - New: New Inspections: array_find/array_find_key/array_any/array_all can be converted to loop [WI-78773] + - New: PhpIncompatibleReturnTypeInspection: support for get hook [WI-78772] + - New: Quick Fix for Language Level inspection that adds parentheses for new without parentheses when PHP < 8.4 [WI-78733] + - New: PhpHierarchyChecksInspection: property hooks support [WI-78730] + - New: PhpUnusedParameterInspection: remove unnecessary parameter of set property hook [WI-78729] + - New: PHP 8.4: new array functions (array_find, array_find_key, array_any, array_all) [WI-78671] + - Fix: Support property hooks in PHP 8.4 [WI-78650] + - New: PHP 8.4: New without parentheses [WI-78547] + - Fix: Web feedback from PHP_Expected_values_should_be_used.html https://www.jetbrains.com/help/phpstorm/php-expected-values-should-be-used.html [WI-78445] + - Fix: Parsing of multiline psalm-like PHPDocs with list declaration is broken [WI-78262] + - Fix: DOC_COMMENT_END false positive (PhpStorm version 2024.1.3) [WI-77959] + - Fix: Run Php Frontend tests as a part of safe push [WI-77957] + - Fix: PhpStorm has started to add an undesired line to `.idea/php-test-framework.xml` when running Pest/PHPUnit tests [WI-76125] + - Fix: AI name suggestions: Filter out conflicting names [WI-73099] + - Fix: Update phpinfo fail using docker-compose in "run" mode [WI-72966] + - New: Karma: allow choosing `nx` as karma package to run unit tests in NX Mono repos [WEB-58994] + - New: Code style option for decorators [WEB-21121] + - Fix: Vitest: Intellij reporter can't be loaded when "root" Is used [WEB-59417] + + For the full list of changes in this build, please see the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736167 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/phpstorm/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/243.12818.54/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PhpStorm/EAP/243.12818.54/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e6e5b955e5dbe --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/243.12818.54/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 243.12818.54 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/phpstorm/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 高效智能的 PHP IDE +Description: PhpStorm 是一个用于 PHP 和 Web 项目的开发工具。它是一个完美的 PHP IDE,支持 Laravel、Symfony、Drupal、WordPress 等各种主流框架。 +# Moniker: +Tags: +- css +- htm +- html +- javascript +- js +- php +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736167 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/phpstorm/resources/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/243.12818.54/JetBrains.PhpStorm.EAP.yaml b/manifests/j/JetBrains/PhpStorm/EAP/243.12818.54/JetBrains.PhpStorm.EAP.yaml new file mode 100644 index 0000000000000..c6f9da5e5dcb2 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/243.12818.54/JetBrains.PhpStorm.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 243.12818.54 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.1.5/JetBrains.PyCharm.Community.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.1.5/JetBrains.PyCharm.Community.installer.yaml new file mode 100644 index 0000000000000..61c6e47e32fab --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.1.5/JetBrains.PyCharm.Community.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.1.5 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ReleaseDate: 2024-08-06 +AppsAndFeaturesEntries: +- DisplayName: PyCharm Community Edition 2024.1.5 + DisplayVersion: 241.18968.29 + ProductCode: PyCharm Community Edition 2024.1.5 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.1.5.exe + InstallerSha256: D32CDA7CAF0DDDF1AD30E168A267100DB91C938276CDF5B9C0749BE9EFA7EB82 + ProductCode: PyCharm Community Edition 2024.1.5 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.1.5.exe + InstallerSha256: D32CDA7CAF0DDDF1AD30E168A267100DB91C938276CDF5B9C0749BE9EFA7EB82 + ProductCode: PyCharm Community Edition 2024.1.5 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.1.5-aarch64.exe + InstallerSha256: 43AFD1E4BC4A8852ECB9A0BAB277BD838F3EFC9FC309EFCB68167FF63013EE47 + ProductCode: PyCharm Community Edition 2024.1.5 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.1.5-aarch64.exe + InstallerSha256: 43AFD1E4BC4A8852ECB9A0BAB277BD838F3EFC9FC309EFCB68167FF63013EE47 + ProductCode: PyCharm Community Edition 2024.1.5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.1.5/JetBrains.PyCharm.Community.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.1.5/JetBrains.PyCharm.Community.locale.en-US.yaml new file mode 100644 index 0000000000000..1c86db302bb32 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.1.5/JetBrains.PyCharm.Community.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.1.5 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Community Edition +PackageUrl: https://www.jetbrains.com/pycharm/ +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Python IDE for Professional Developers +Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... +Moniker: pycharm-community +Tags: +- code +- coding +- develop +- development +- django +- programming +- python +ReleaseNotes: |- + - Remote Development: The issue with the non-scrollable Python console has been fixed. + - PyCharm now recognizes the register() method of abstract base classes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538255/PyCharm-2024.1.5-241.18968.29-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Learn PyCharm + DocumentUrl: https://www.jetbrains.com/pycharm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.1.5/JetBrains.PyCharm.Community.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.1.5/JetBrains.PyCharm.Community.locale.zh-CN.yaml new file mode 100644 index 0000000000000..517c02834c8db --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.1.5/JetBrains.PyCharm.Community.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.1.5 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: PyCharm Community Edition +PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/ +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向专业开发者的 Python IDE +Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… +# Moniker: +Tags: +- django +- python +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538255/PyCharm-2024.1.5-241.18968.29-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 PyCharm + DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.1.5/JetBrains.PyCharm.Community.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.1.5/JetBrains.PyCharm.Community.yaml new file mode 100644 index 0000000000000..5796b68496e34 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.1.5/JetBrains.PyCharm.Community.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.1.6/JetBrains.PyCharm.Community.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.1.6/JetBrains.PyCharm.Community.installer.yaml new file mode 100644 index 0000000000000..bba6b5781cfd0 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.1.6/JetBrains.PyCharm.Community.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.1.6 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ReleaseDate: 2024-08-09 +AppsAndFeaturesEntries: +- DisplayName: PyCharm Community Edition 2024.1.6 + DisplayVersion: 241.19072.16 + ProductCode: PyCharm Community Edition 2024.1.6 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.1.6.exe + InstallerSha256: 454125477EFC9BA9F16FA29D2D76F21E8B0B671E7939485508D55C40EE5EA3E3 + ProductCode: PyCharm Community Edition 2024.1.6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.1.6.exe + InstallerSha256: 454125477EFC9BA9F16FA29D2D76F21E8B0B671E7939485508D55C40EE5EA3E3 + ProductCode: PyCharm Community Edition 2024.1.6 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.1.6-aarch64.exe + InstallerSha256: 1853ECB0B27FB0C9A424142414D04D1E55E2FF686FA836A1284D98D76E829293 + ProductCode: PyCharm Community Edition 2024.1.6 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.1.6-aarch64.exe + InstallerSha256: 1853ECB0B27FB0C9A424142414D04D1E55E2FF686FA836A1284D98D76E829293 + ProductCode: PyCharm Community Edition 2024.1.6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.1.6/JetBrains.PyCharm.Community.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.1.6/JetBrains.PyCharm.Community.locale.en-US.yaml new file mode 100644 index 0000000000000..f08451ecccbf2 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.1.6/JetBrains.PyCharm.Community.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.1.6 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Community Edition +PackageUrl: https://www.jetbrains.com/pycharm/ +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Python IDE for Professional Developers +Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... +Moniker: pycharm-community +Tags: +- code +- coding +- develop +- development +- django +- programming +- python +ReleaseNotes: If you have any feedback or encounter any issues, please let us know in our issue tracker. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538261/PyCharm-2024.1.6-241.19072.16-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Learn PyCharm + DocumentUrl: https://www.jetbrains.com/pycharm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.1.6/JetBrains.PyCharm.Community.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.1.6/JetBrains.PyCharm.Community.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6a0f613838c77 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.1.6/JetBrains.PyCharm.Community.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.1.6 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: PyCharm Community Edition +PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/ +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向专业开发者的 Python IDE +Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… +# Moniker: +Tags: +- django +- python +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538261/PyCharm-2024.1.6-241.19072.16-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 PyCharm + DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.1.6/JetBrains.PyCharm.Community.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.1.6/JetBrains.PyCharm.Community.yaml new file mode 100644 index 0000000000000..2e37bb39290f8 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.1.6/JetBrains.PyCharm.Community.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.2.0.1/JetBrains.PyCharm.Community.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.2.0.1/JetBrains.PyCharm.Community.installer.yaml new file mode 100644 index 0000000000000..c29d265cbfd8e --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.2.0.1/JetBrains.PyCharm.Community.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.2.0.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ReleaseDate: 2024-08-20 +AppsAndFeaturesEntries: +- DisplayName: PyCharm Community Edition 2024.2.0.1 + DisplayVersion: 242.20224.428 + ProductCode: PyCharm Community Edition 2024.2.0.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.2.0.1.exe + InstallerSha256: 13FE758C6031C3D7D35224F3D7FF4CA01AB459863B605CE1DA8466F4ECAD2FFC + ProductCode: PyCharm Community Edition 2024.2.0.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.2.0.1.exe + InstallerSha256: 13FE758C6031C3D7D35224F3D7FF4CA01AB459863B605CE1DA8466F4ECAD2FFC + ProductCode: PyCharm Community Edition 2024.2.0.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.2.0.1-aarch64.exe + InstallerSha256: F40CC9F3F6031606F5A07E710857AC4CF1FDB966C32D3D0909C67254DC7ED892 + ProductCode: PyCharm Community Edition 2024.2.0.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.2.0.1-aarch64.exe + InstallerSha256: F40CC9F3F6031606F5A07E710857AC4CF1FDB966C32D3D0909C67254DC7ED892 + ProductCode: PyCharm Community Edition 2024.2.0.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.2.0.1/JetBrains.PyCharm.Community.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.2.0.1/JetBrains.PyCharm.Community.locale.en-US.yaml new file mode 100644 index 0000000000000..e4174add8baac --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.2.0.1/JetBrains.PyCharm.Community.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.2.0.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Community Edition +PackageUrl: https://www.jetbrains.com/pycharm/ +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Python IDE for Professional Developers +Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... +Moniker: pycharm-community +Tags: +- code +- coding +- develop +- development +- django +- programming +- python +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538268/PyCharm-2024.2.0.1-242.20224.428-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Learn PyCharm + DocumentUrl: https://www.jetbrains.com/pycharm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.2.0.1/JetBrains.PyCharm.Community.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.2.0.1/JetBrains.PyCharm.Community.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e835325991fb0 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.2.0.1/JetBrains.PyCharm.Community.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.2.0.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: PyCharm Community Edition +PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/ +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向专业开发者的 Python IDE +Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… +# Moniker: +Tags: +- django +- python +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538268/PyCharm-2024.2.0.1-242.20224.428-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 PyCharm + DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.2.0.1/JetBrains.PyCharm.Community.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.2.0.1/JetBrains.PyCharm.Community.yaml new file mode 100644 index 0000000000000..750b30d62c103 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.2.0.1/JetBrains.PyCharm.Community.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.2.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.2.1/JetBrains.PyCharm.Community.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.2.1/JetBrains.PyCharm.Community.installer.yaml new file mode 100644 index 0000000000000..f54001e5446bb --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.2.1/JetBrains.PyCharm.Community.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.2.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ReleaseDate: 2024-08-29 +AppsAndFeaturesEntries: +- DisplayName: PyCharm Community Edition 2024.2.1 + DisplayVersion: 242.21829.153 + ProductCode: PyCharm Community Edition 2024.2.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.2.1.exe + InstallerSha256: 92DF53A531E0E727B5A50DF5C81EABD2E8D70DE473539CECD73D1FD98EB4D334 + ProductCode: PyCharm Community Edition 2024.2.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.2.1.exe + InstallerSha256: 92DF53A531E0E727B5A50DF5C81EABD2E8D70DE473539CECD73D1FD98EB4D334 + ProductCode: PyCharm Community Edition 2024.2.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.2.1-aarch64.exe + InstallerSha256: 0E81476C492953A1618E1FD497F08AF5E55BB2EBDECC49880C0B9F22E3B80941 + ProductCode: PyCharm Community Edition 2024.2.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.2.1-aarch64.exe + InstallerSha256: 0E81476C492953A1618E1FD497F08AF5E55BB2EBDECC49880C0B9F22E3B80941 + ProductCode: PyCharm Community Edition 2024.2.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.2.1/JetBrains.PyCharm.Community.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.2.1/JetBrains.PyCharm.Community.locale.en-US.yaml new file mode 100644 index 0000000000000..72f28c9bb9d10 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.2.1/JetBrains.PyCharm.Community.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Community Edition +PackageUrl: https://www.jetbrains.com/pycharm/ +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Python IDE for Professional Developers +Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... +Moniker: pycharm-community +Tags: +- code +- coding +- develop +- development +- django +- programming +- python +ReleaseNotes: |- + - Optional heatmap color schemes in the Data View tool window. + - Initial support for Python 3.13. + - Enhanced code assistance for Django. + Visit our What's New page to learn about all the new features. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538270/PyCharm-2024.2.1-242.21829.153-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Learn PyCharm + DocumentUrl: https://www.jetbrains.com/pycharm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.2.1/JetBrains.PyCharm.Community.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.2.1/JetBrains.PyCharm.Community.locale.zh-CN.yaml new file mode 100644 index 0000000000000..23c73898ca0f4 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.2.1/JetBrains.PyCharm.Community.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.2.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: PyCharm Community Edition +PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/ +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向专业开发者的 Python IDE +Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… +# Moniker: +Tags: +- django +- python +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538270/PyCharm-2024.2.1-242.21829.153-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 PyCharm + DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.2.1/JetBrains.PyCharm.Community.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.2.1/JetBrains.PyCharm.Community.yaml new file mode 100644 index 0000000000000..c3c94d5d7a4ec --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.2.1/JetBrains.PyCharm.Community.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.2/JetBrains.PyCharm.Community.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.2/JetBrains.PyCharm.Community.installer.yaml new file mode 100644 index 0000000000000..b9db82b1dc797 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.2/JetBrains.PyCharm.Community.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: "2024.2" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ReleaseDate: 2024-08-12 +AppsAndFeaturesEntries: +- DisplayName: PyCharm Community Edition 2024.2 + DisplayVersion: 242.20224.347 + ProductCode: PyCharm Community Edition 2024.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.2.exe + InstallerSha256: 155BD522F300157BE1EB509601C5E96AE63AA261FFD7D0686AE8EE57FCEEB194 + ProductCode: PyCharm Community Edition 2024.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.2.exe + InstallerSha256: 155BD522F300157BE1EB509601C5E96AE63AA261FFD7D0686AE8EE57FCEEB194 + ProductCode: PyCharm Community Edition 2024.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.2-aarch64.exe + InstallerSha256: CAC3022278D36485FE20DE6496F4171C28B5E88B5C3D937FE81E332143E114A0 + ProductCode: PyCharm Community Edition 2024.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-2024.2-aarch64.exe + InstallerSha256: CAC3022278D36485FE20DE6496F4171C28B5E88B5C3D937FE81E332143E114A0 + ProductCode: PyCharm Community Edition 2024.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.2/JetBrains.PyCharm.Community.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.2/JetBrains.PyCharm.Community.locale.en-US.yaml new file mode 100644 index 0000000000000..1937ada600344 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.2/JetBrains.PyCharm.Community.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: "2024.2" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Community Edition +PackageUrl: https://www.jetbrains.com/pycharm/ +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Python IDE for Professional Developers +Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... +Moniker: pycharm-community +Tags: +- code +- coding +- develop +- development +- django +- programming +- python +ReleaseNotes: |- + - Improvements for Jupyter notebooks. + - Enhancements to AI Assistant. + - Integration with Databricks. + - New Hugging Face features. + Visit our What's New page to learn about all the new features. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538262/PyCharm-2024.2-242.20224.347-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Learn PyCharm + DocumentUrl: https://www.jetbrains.com/pycharm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.2/JetBrains.PyCharm.Community.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.2/JetBrains.PyCharm.Community.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9b944e0c5f394 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.2/JetBrains.PyCharm.Community.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: "2024.2" +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: PyCharm Community Edition +PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/ +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向专业开发者的 Python IDE +Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… +# Moniker: +Tags: +- django +- python +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538262/PyCharm-2024.2-242.20224.347-build-Release-Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 PyCharm + DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/2024.2/JetBrains.PyCharm.Community.yaml b/manifests/j/JetBrains/PyCharm/Community/2024.2/JetBrains.PyCharm.Community.yaml new file mode 100644 index 0000000000000..d74ce2054d567 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/2024.2/JetBrains.PyCharm.Community.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community +PackageVersion: "2024.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.1.5/JetBrains.PyCharm.Professional.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.1.5/JetBrains.PyCharm.Professional.installer.yaml new file mode 100644 index 0000000000000..9d8fef1019254 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.1.5/JetBrains.PyCharm.Professional.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.1.5 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ReleaseDate: 2024-08-06 +AppsAndFeaturesEntries: +- DisplayName: PyCharm 2024.1.5 + DisplayVersion: 241.18968.29 + ProductCode: PyCharm 2024.1.5 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.1.5.exe + InstallerSha256: 33056BEC721BD0A43CB870D47BDD95E7E4345001BD7DE34991B8E93E1AAB3420 + ProductCode: PyCharm 2024.1.5 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.1.5.exe + InstallerSha256: 33056BEC721BD0A43CB870D47BDD95E7E4345001BD7DE34991B8E93E1AAB3420 + ProductCode: PyCharm 2024.1.5 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.1.5-aarch64.exe + InstallerSha256: 7DDB49B9FD5E00D94B88386152728412813B8237CC9A5107A54EB72C1BC247F6 + ProductCode: PyCharm 2024.1.5 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.1.5-aarch64.exe + InstallerSha256: 7DDB49B9FD5E00D94B88386152728412813B8237CC9A5107A54EB72C1BC247F6 + ProductCode: PyCharm 2024.1.5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.1.5/JetBrains.PyCharm.Professional.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.1.5/JetBrains.PyCharm.Professional.locale.en-US.yaml new file mode 100644 index 0000000000000..ab69cc3b45773 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.1.5/JetBrains.PyCharm.Professional.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.1.5 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Professional Edition +PackageUrl: https://www.jetbrains.com/pycharm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Python IDE for Professional Developers +Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... +Moniker: pycharm-pro +Tags: +- code +- coding +- develop +- development +- django +- programming +- python +ReleaseNotes: |- + - Remote Development: The issue with the non-scrollable Python console has been fixed. + - PyCharm now recognizes the register() method of abstract base classes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538255/PyCharm-2024.1.5-241.18968.29-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/pycharm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn PyCharm + DocumentUrl: https://www.jetbrains.com/pycharm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.1.5/JetBrains.PyCharm.Professional.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.1.5/JetBrains.PyCharm.Professional.locale.zh-CN.yaml new file mode 100644 index 0000000000000..03aba637a59a9 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.1.5/JetBrains.PyCharm.Professional.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.1.5 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Professional Edition +PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向专业开发者的 Python IDE +Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… +# Moniker: +Tags: +- django +- python +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538255/PyCharm-2024.1.5-241.18968.29-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/pycharm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 PyCharm + DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.1.5/JetBrains.PyCharm.Professional.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.1.5/JetBrains.PyCharm.Professional.yaml new file mode 100644 index 0000000000000..b055263719d93 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.1.5/JetBrains.PyCharm.Professional.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.1.6/JetBrains.PyCharm.Professional.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.1.6/JetBrains.PyCharm.Professional.installer.yaml new file mode 100644 index 0000000000000..e142b24ace227 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.1.6/JetBrains.PyCharm.Professional.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.1.6 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ReleaseDate: 2024-08-09 +AppsAndFeaturesEntries: +- DisplayName: PyCharm 2024.1.6 + DisplayVersion: 241.19072.16 + ProductCode: PyCharm 2024.1.6 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.1.6.exe + InstallerSha256: 521219F109FDD7CAB9BA8B05476CE22AD484CC386F57A203F6FA3AE78DD92ED7 + ProductCode: PyCharm 2024.1.6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.1.6.exe + InstallerSha256: 521219F109FDD7CAB9BA8B05476CE22AD484CC386F57A203F6FA3AE78DD92ED7 + ProductCode: PyCharm 2024.1.6 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.1.6-aarch64.exe + InstallerSha256: 045FA7EA4CEA98FAE3FF1934A0427F5230609CF2C7C4A7CEC4B746333269C0F1 + ProductCode: PyCharm 2024.1.6 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.1.6-aarch64.exe + InstallerSha256: 045FA7EA4CEA98FAE3FF1934A0427F5230609CF2C7C4A7CEC4B746333269C0F1 + ProductCode: PyCharm 2024.1.6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.1.6/JetBrains.PyCharm.Professional.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.1.6/JetBrains.PyCharm.Professional.locale.en-US.yaml new file mode 100644 index 0000000000000..324f2e77fc316 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.1.6/JetBrains.PyCharm.Professional.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.1.6 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Professional Edition +PackageUrl: https://www.jetbrains.com/pycharm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Python IDE for Professional Developers +Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... +Moniker: pycharm-pro +Tags: +- code +- coding +- develop +- development +- django +- programming +- python +ReleaseNotes: If you have any feedback or encounter any issues, please let us know in our issue tracker. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538261/PyCharm-2024.1.6-241.19072.16-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/pycharm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn PyCharm + DocumentUrl: https://www.jetbrains.com/pycharm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.1.6/JetBrains.PyCharm.Professional.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.1.6/JetBrains.PyCharm.Professional.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7aa6f430e7de6 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.1.6/JetBrains.PyCharm.Professional.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.1.6 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Professional Edition +PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向专业开发者的 Python IDE +Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… +# Moniker: +Tags: +- django +- python +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538261/PyCharm-2024.1.6-241.19072.16-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/pycharm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 PyCharm + DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.1.6/JetBrains.PyCharm.Professional.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.1.6/JetBrains.PyCharm.Professional.yaml new file mode 100644 index 0000000000000..70083b74c85f7 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.1.6/JetBrains.PyCharm.Professional.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.2.0.1/JetBrains.PyCharm.Professional.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.2.0.1/JetBrains.PyCharm.Professional.installer.yaml new file mode 100644 index 0000000000000..2dfc013be502d --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.2.0.1/JetBrains.PyCharm.Professional.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.2.0.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ReleaseDate: 2024-08-20 +AppsAndFeaturesEntries: +- DisplayName: PyCharm 2024.2.0.1 + DisplayVersion: 242.20224.428 + ProductCode: PyCharm 2024.2.0.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.2.0.1.exe + InstallerSha256: 887DB2496F79A0BFABAC48F81645681DD31607145F92406C2554B875B9E3076D + ProductCode: PyCharm 2024.2.0.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.2.0.1.exe + InstallerSha256: 887DB2496F79A0BFABAC48F81645681DD31607145F92406C2554B875B9E3076D + ProductCode: PyCharm 2024.2.0.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.2.0.1-aarch64.exe + InstallerSha256: 79A48437101DF59387BA2BC30CE167C47B6EA54069B9F6726124CC6A9EF54E04 + ProductCode: PyCharm 2024.2.0.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.2.0.1-aarch64.exe + InstallerSha256: 79A48437101DF59387BA2BC30CE167C47B6EA54069B9F6726124CC6A9EF54E04 + ProductCode: PyCharm 2024.2.0.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.2.0.1/JetBrains.PyCharm.Professional.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.2.0.1/JetBrains.PyCharm.Professional.locale.en-US.yaml new file mode 100644 index 0000000000000..a25a8c749f718 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.2.0.1/JetBrains.PyCharm.Professional.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.2.0.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Professional Edition +PackageUrl: https://www.jetbrains.com/pycharm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Python IDE for Professional Developers +Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... +Moniker: pycharm-pro +Tags: +- code +- coding +- develop +- development +- django +- programming +- python +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538268/PyCharm-2024.2.0.1-242.20224.428-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/pycharm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn PyCharm + DocumentUrl: https://www.jetbrains.com/pycharm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.2.0.1/JetBrains.PyCharm.Professional.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.2.0.1/JetBrains.PyCharm.Professional.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1cc8cb17f0e59 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.2.0.1/JetBrains.PyCharm.Professional.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.2.0.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Professional Edition +PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向专业开发者的 Python IDE +Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… +# Moniker: +Tags: +- django +- python +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538268/PyCharm-2024.2.0.1-242.20224.428-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/pycharm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 PyCharm + DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.2.0.1/JetBrains.PyCharm.Professional.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.2.0.1/JetBrains.PyCharm.Professional.yaml new file mode 100644 index 0000000000000..e33f20ac87a43 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.2.0.1/JetBrains.PyCharm.Professional.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.2.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.2.1/JetBrains.PyCharm.Professional.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.2.1/JetBrains.PyCharm.Professional.installer.yaml new file mode 100644 index 0000000000000..0e7b03dc0f26b --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.2.1/JetBrains.PyCharm.Professional.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.2.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ReleaseDate: 2024-08-29 +AppsAndFeaturesEntries: +- DisplayName: PyCharm 2024.2.1 + DisplayVersion: 242.21829.153 + ProductCode: PyCharm 2024.2.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.2.1.exe + InstallerSha256: 20AD9DD3F7D27A6FA7F1B4125E321C35536A2BB81E59A8D4D43ED1275B25F53B + ProductCode: PyCharm 2024.2.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.2.1.exe + InstallerSha256: 20AD9DD3F7D27A6FA7F1B4125E321C35536A2BB81E59A8D4D43ED1275B25F53B + ProductCode: PyCharm 2024.2.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.2.1-aarch64.exe + InstallerSha256: 0DAF4A7EAC699E1783605ECA11293A73EE94D4E9DE83E23FD890FC62DD5CF546 + ProductCode: PyCharm 2024.2.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.2.1-aarch64.exe + InstallerSha256: 0DAF4A7EAC699E1783605ECA11293A73EE94D4E9DE83E23FD890FC62DD5CF546 + ProductCode: PyCharm 2024.2.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.2.1/JetBrains.PyCharm.Professional.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.2.1/JetBrains.PyCharm.Professional.locale.en-US.yaml new file mode 100644 index 0000000000000..25b76d574673d --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.2.1/JetBrains.PyCharm.Professional.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Professional Edition +PackageUrl: https://www.jetbrains.com/pycharm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Python IDE for Professional Developers +Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... +Moniker: pycharm-pro +Tags: +- code +- coding +- develop +- development +- django +- programming +- python +ReleaseNotes: |- + - Optional heatmap color schemes in the Data View tool window. + - Initial support for Python 3.13. + - Enhanced code assistance for Django. + Visit our What's New page to learn about all the new features. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538270/PyCharm-2024.2.1-242.21829.153-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/pycharm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn PyCharm + DocumentUrl: https://www.jetbrains.com/pycharm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.2.1/JetBrains.PyCharm.Professional.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.2.1/JetBrains.PyCharm.Professional.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f4c4fe5294534 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.2.1/JetBrains.PyCharm.Professional.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.2.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Professional Edition +PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向专业开发者的 Python IDE +Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… +# Moniker: +Tags: +- django +- python +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538270/PyCharm-2024.2.1-242.21829.153-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/pycharm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 PyCharm + DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.2.1/JetBrains.PyCharm.Professional.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.2.1/JetBrains.PyCharm.Professional.yaml new file mode 100644 index 0000000000000..9cbb24a19aa15 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.2.1/JetBrains.PyCharm.Professional.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.2/JetBrains.PyCharm.Professional.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.2/JetBrains.PyCharm.Professional.installer.yaml new file mode 100644 index 0000000000000..5891131781f80 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.2/JetBrains.PyCharm.Professional.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: "2024.2" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ReleaseDate: 2024-08-12 +AppsAndFeaturesEntries: +- DisplayName: PyCharm 2024.2 + DisplayVersion: 242.20224.347 + ProductCode: PyCharm 2024.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.2.exe + InstallerSha256: 21900E6EAE669ABB957690BB4D1EE4CBB5AD0EE47526999F58040FC97ABA2272 + ProductCode: PyCharm 2024.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.2.exe + InstallerSha256: 21900E6EAE669ABB957690BB4D1EE4CBB5AD0EE47526999F58040FC97ABA2272 + ProductCode: PyCharm 2024.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.2-aarch64.exe + InstallerSha256: 69FDE8C32B9CCCB1DD6D140BF805C8BFDDC01FB6677DEC2331E51EF8528F8B98 + ProductCode: PyCharm 2024.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-2024.2-aarch64.exe + InstallerSha256: 69FDE8C32B9CCCB1DD6D140BF805C8BFDDC01FB6677DEC2331E51EF8528F8B98 + ProductCode: PyCharm 2024.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.2/JetBrains.PyCharm.Professional.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.2/JetBrains.PyCharm.Professional.locale.en-US.yaml new file mode 100644 index 0000000000000..b894ebb4521cc --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.2/JetBrains.PyCharm.Professional.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: "2024.2" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Professional Edition +PackageUrl: https://www.jetbrains.com/pycharm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Python IDE for Professional Developers +Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... +Moniker: pycharm-pro +Tags: +- code +- coding +- develop +- development +- django +- programming +- python +ReleaseNotes: |- + - Improvements for Jupyter notebooks. + - Enhancements to AI Assistant. + - Integration with Databricks. + - New Hugging Face features. + Visit our What's New page to learn about all the new features. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538262/PyCharm-2024.2-242.20224.347-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/pycharm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn PyCharm + DocumentUrl: https://www.jetbrains.com/pycharm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.2/JetBrains.PyCharm.Professional.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.2/JetBrains.PyCharm.Professional.locale.zh-CN.yaml new file mode 100644 index 0000000000000..688306ffb026e --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.2/JetBrains.PyCharm.Professional.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: "2024.2" +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Professional Edition +PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向专业开发者的 Python IDE +Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… +# Moniker: +Tags: +- django +- python +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538262/PyCharm-2024.2-242.20224.347-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/pycharm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 PyCharm + DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/2024.2/JetBrains.PyCharm.Professional.yaml b/manifests/j/JetBrains/PyCharm/Professional/2024.2/JetBrains.PyCharm.Professional.yaml new file mode 100644 index 0000000000000..3de2a4f7d77b8 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/2024.2/JetBrains.PyCharm.Professional.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional +PackageVersion: "2024.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.1.5/JetBrains.ReSharper.installer.yaml b/manifests/j/JetBrains/ReSharper/2024.1.5/JetBrains.ReSharper.installer.yaml new file mode 100644 index 0000000000000..c59da6e2e5253 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.1.5/JetBrains.ReSharper.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.1.5 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /Silent=True + SilentWithProgress: /Silent=True + Log: /LogFile="" +UpgradeBehavior: install +ReleaseDate: 2024-08-06 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.1.5/JetBrains.ReSharper.2024.1.5.web.exe + InstallerSha256: 5550F446546A7A8FE48641B685EE1CCC780329E7A3ED927BDE3E8151C07BA9E7 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.1.5/JetBrains.ReSharper.2024.1.5.web.exe + InstallerSha256: 5550F446546A7A8FE48641B685EE1CCC780329E7A3ED927BDE3E8151C07BA9E7 + InstallerSwitches: + Custom: /PerMachine=True + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.1.5/JetBrains.ReSharper.locale.en-US.yaml b/manifests/j/JetBrains/ReSharper/2024.1.5/JetBrains.ReSharper.locale.en-US.yaml new file mode 100644 index 0000000000000..51a709544e8ff --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.1.5/JetBrains.ReSharper.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.1.5 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/resharper/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Visual Studio Extension for .NET Developers +# Description: +Moniker: resharper +Tags: +- .net +- c# +- csharp +- develop +- development +- dotnet +ReleaseNotes: |- + ReSharper 2024.1.5 update + This build comes with fixes for a couple of major issues: + - We've restored the ability to debug tests using ReSharper in Visual Studio 2022. [RSRP-497922] + - We've fixed an issue affecting users of MSTest when utilizing the Microsoft.VisualStudio.TestTools.UnitTesting reference, hindering efficient unit testing and debugging workflows. [RSRP-497992] +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/RSRP?q=available%20in:%202024.1.5* +PurchaseUrl: https://www.jetbrains.com/store/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.1.5/JetBrains.ReSharper.locale.zh-CN.yaml b/manifests/j/JetBrains/ReSharper/2024.1.5/JetBrains.ReSharper.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7def3de0185e0 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.1.5/JetBrains.ReSharper.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.1.5 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/zh-cn/resharper/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 适用于 .NET 开发者的 Visual Studio 扩展程序 +# Description: +# Moniker: +Tags: +- .net +- c# +- csharp +- dotnet +- 开发 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/RSRP?q=available%20in:%202024.1.5* +PurchaseUrl: https://www.jetbrains.com/zh-cn/store/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.1.5/JetBrains.ReSharper.yaml b/manifests/j/JetBrains/ReSharper/2024.1.5/JetBrains.ReSharper.yaml new file mode 100644 index 0000000000000..0d1280be79d0f --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.1.5/JetBrains.ReSharper.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.1.6/JetBrains.ReSharper.installer.yaml b/manifests/j/JetBrains/ReSharper/2024.1.6/JetBrains.ReSharper.installer.yaml new file mode 100644 index 0000000000000..4b18e36e7f39d --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.1.6/JetBrains.ReSharper.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.1.6 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /Silent=True + SilentWithProgress: /Silent=True + Log: /LogFile="" +UpgradeBehavior: install +ReleaseDate: 2024-08-13 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.1.6/JetBrains.ReSharper.2024.1.6.web.exe + InstallerSha256: 91B33727522AEF9F23055B7C3B294BAC08500095C68CC3849D0ED23D4A048EEB +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.1.6/JetBrains.ReSharper.2024.1.6.web.exe + InstallerSha256: 91B33727522AEF9F23055B7C3B294BAC08500095C68CC3849D0ED23D4A048EEB + InstallerSwitches: + Custom: /PerMachine=True + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.1.6/JetBrains.ReSharper.locale.en-US.yaml b/manifests/j/JetBrains/ReSharper/2024.1.6/JetBrains.ReSharper.locale.en-US.yaml new file mode 100644 index 0000000000000..aa72fc641eb8e --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.1.6/JetBrains.ReSharper.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.1.6 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/resharper/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Visual Studio Extension for .NET Developers +# Description: +Moniker: resharper +Tags: +- .net +- c# +- csharp +- develop +- development +- dotnet +ReleaseNotes: |- + ReSharper 2024.1.6 + This is a technical release due to a shared release pipeline with JetBrains Rider. Feel free to disregard this update. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/RSRP?q=available%20in:%202024.1.6* +PurchaseUrl: https://www.jetbrains.com/store/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.1.6/JetBrains.ReSharper.locale.zh-CN.yaml b/manifests/j/JetBrains/ReSharper/2024.1.6/JetBrains.ReSharper.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d69a17f4694c7 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.1.6/JetBrains.ReSharper.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.1.6 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/zh-cn/resharper/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 适用于 .NET 开发者的 Visual Studio 扩展程序 +# Description: +# Moniker: +Tags: +- .net +- c# +- csharp +- dotnet +- 开发 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/RSRP?q=available%20in:%202024.1.6* +PurchaseUrl: https://www.jetbrains.com/zh-cn/store/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.1.6/JetBrains.ReSharper.yaml b/manifests/j/JetBrains/ReSharper/2024.1.6/JetBrains.ReSharper.yaml new file mode 100644 index 0000000000000..e0f5a9fae8f5f --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.1.6/JetBrains.ReSharper.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.1/JetBrains.ReSharper.installer.yaml b/manifests/j/JetBrains/ReSharper/2024.2.1/JetBrains.ReSharper.installer.yaml new file mode 100644 index 0000000000000..4433fe5b1f788 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.1/JetBrains.ReSharper.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.1 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /Silent=True + SilentWithProgress: /Silent=True + Log: /LogFile="" +UpgradeBehavior: install +ReleaseDate: 2024-08-20 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.2.1/JetBrains.ReSharper.2024.2.1.web.exe + InstallerSha256: EC9C3A63D36BC7A1C6A187A57ACB2CC87E7B5C5E789BEEF51E32EE3CA706B979 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.2.1/JetBrains.ReSharper.2024.2.1.web.exe + InstallerSha256: EC9C3A63D36BC7A1C6A187A57ACB2CC87E7B5C5E789BEEF51E32EE3CA706B979 + InstallerSwitches: + Custom: /PerMachine=True + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.1/JetBrains.ReSharper.locale.en-US.yaml b/manifests/j/JetBrains/ReSharper/2024.2.1/JetBrains.ReSharper.locale.en-US.yaml new file mode 100644 index 0000000000000..8111fc12ed567 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.1/JetBrains.ReSharper.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/resharper/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Visual Studio Extension for .NET Developers +# Description: +Moniker: resharper +Tags: +- .net +- c# +- csharp +- develop +- development +- dotnet +ReleaseNotes: |- + ReSharper 2024.2.1 is out with the following fixes: + - We have fixed an issue where the error message There is no target type for the collection expression was incorrectly displayed. [RSRP-498446] +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20ReSharper%20Available%20in:%202024.2.1* +PurchaseUrl: https://www.jetbrains.com/store/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.1/JetBrains.ReSharper.locale.zh-CN.yaml b/manifests/j/JetBrains/ReSharper/2024.2.1/JetBrains.ReSharper.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a0d2910eb644d --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.1/JetBrains.ReSharper.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/zh-cn/resharper/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 适用于 .NET 开发者的 Visual Studio 扩展程序 +# Description: +# Moniker: +Tags: +- .net +- c# +- csharp +- dotnet +- 开发 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20ReSharper%20Available%20in:%202024.2.1* +PurchaseUrl: https://www.jetbrains.com/zh-cn/store/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.1/JetBrains.ReSharper.yaml b/manifests/j/JetBrains/ReSharper/2024.2.1/JetBrains.ReSharper.yaml new file mode 100644 index 0000000000000..aebdf58109cb1 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.1/JetBrains.ReSharper.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.2/JetBrains.ReSharper.installer.yaml b/manifests/j/JetBrains/ReSharper/2024.2.2/JetBrains.ReSharper.installer.yaml new file mode 100644 index 0000000000000..02547f494313b --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.2/JetBrains.ReSharper.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.2 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /Silent=True + SilentWithProgress: /Silent=True + Log: /LogFile="" +UpgradeBehavior: install +ReleaseDate: 2024-08-26 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.2.2/JetBrains.ReSharper.2024.2.2.web.exe + InstallerSha256: 4FBEB9DCBC1AD3C4A14A0DE5C28A00E5AD2AA631D0C6DFB901A7A366BD2D1D79 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.2.2/JetBrains.ReSharper.2024.2.2.web.exe + InstallerSha256: 4FBEB9DCBC1AD3C4A14A0DE5C28A00E5AD2AA631D0C6DFB901A7A366BD2D1D79 + InstallerSwitches: + Custom: /PerMachine=True + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.2/JetBrains.ReSharper.locale.en-US.yaml b/manifests/j/JetBrains/ReSharper/2024.2.2/JetBrains.ReSharper.locale.en-US.yaml new file mode 100644 index 0000000000000..ae87f69c1dd75 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.2/JetBrains.ReSharper.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.2 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/resharper/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Visual Studio Extension for .NET Developers +# Description: +Moniker: resharper +Tags: +- .net +- c# +- csharp +- develop +- development +- dotnet +ReleaseNotes: |- + ReSharper 2024.2.2 + This is a technical release due to a shared release pipeline with JetBrains Rider. Feel free to disregard this update. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20ReSharper%20Available%20in:%202024.2.2* +PurchaseUrl: https://www.jetbrains.com/store/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.2/JetBrains.ReSharper.locale.zh-CN.yaml b/manifests/j/JetBrains/ReSharper/2024.2.2/JetBrains.ReSharper.locale.zh-CN.yaml new file mode 100644 index 0000000000000..073573cecad31 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.2/JetBrains.ReSharper.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.2 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/zh-cn/resharper/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 适用于 .NET 开发者的 Visual Studio 扩展程序 +# Description: +# Moniker: +Tags: +- .net +- c# +- csharp +- dotnet +- 开发 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20ReSharper%20Available%20in:%202024.2.2* +PurchaseUrl: https://www.jetbrains.com/zh-cn/store/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.2/JetBrains.ReSharper.yaml b/manifests/j/JetBrains/ReSharper/2024.2.2/JetBrains.ReSharper.yaml new file mode 100644 index 0000000000000..77784ccb50fde --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.2/JetBrains.ReSharper.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.3/JetBrains.ReSharper.installer.yaml b/manifests/j/JetBrains/ReSharper/2024.2.3/JetBrains.ReSharper.installer.yaml new file mode 100644 index 0000000000000..825d2b949e7c4 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.3/JetBrains.ReSharper.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.3 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /Silent=True + SilentWithProgress: /Silent=True + Log: /LogFile="" +UpgradeBehavior: install +ReleaseDate: 2024-08-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.2.3/JetBrains.ReSharper.2024.2.3.web.exe + InstallerSha256: DD42090C3718E9507D60A460F40DE873AE0AB83BF41FC6881D1AEED4BB00ECC2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.2.3/JetBrains.ReSharper.2024.2.3.web.exe + InstallerSha256: DD42090C3718E9507D60A460F40DE873AE0AB83BF41FC6881D1AEED4BB00ECC2 + InstallerSwitches: + Custom: /PerMachine=True + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.3/JetBrains.ReSharper.locale.en-US.yaml b/manifests/j/JetBrains/ReSharper/2024.2.3/JetBrains.ReSharper.locale.en-US.yaml new file mode 100644 index 0000000000000..3a46d4a0e79c3 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.3/JetBrains.ReSharper.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.3 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/resharper/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Visual Studio Extension for .NET Developers +# Description: +Moniker: resharper +Tags: +- .net +- c# +- csharp +- develop +- development +- dotnet +ReleaseNotes: |- + ReSharper 2024.2.3 is out with the following changes: + Crucial bug fixes + - ReSharper now renders the href attribute correctly in XML documentation for a wider range of tags, namely and . [RSRP-440682] + - ReSharper no longer erroneously asks for re-authorization. [RSRP-498536] + - Explicit tests are no longer executed when ReSharper is running all tests. [RSRP-498451] + - We fixed a bug causing XUnit v3 tests to fail with an System.ArgumentNullException. [RSRP-498222]. + - Code analysis no longer breaks in C++ files that import complex C++20 modules.[RSCPP-35959] + - Async method names are once again displayed in the dotTrace Viewer. [DTRC-31183] + dotCover + Reworked continuous testing + We've reworked the continuous testing workflow to improve usability: + - Before: Each unit test session could be converted into a continuous testing session, which could lead to confusion when there are multiple sessions running. + - Now: There is a single, separate continuous testing session. This change makes it easier to manage and understand your testing workflow. + Continuous testing indicator + ReSharper has a new icon/indicator for continuous testing. The icon shows the current testing state, including whether there are any failed tests. In addition, it provides several quick actions: enabling or disabling continuous testing, viewing coverage results, toggling code highlighting, and more. + For the full list of resolved issues included in this update, please refer to our issue tracker +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20ReSharper%20Available%20in:%202024.2.3* +PurchaseUrl: https://www.jetbrains.com/store/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.3/JetBrains.ReSharper.locale.zh-CN.yaml b/manifests/j/JetBrains/ReSharper/2024.2.3/JetBrains.ReSharper.locale.zh-CN.yaml new file mode 100644 index 0000000000000..59c75fcac1108 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.3/JetBrains.ReSharper.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.3 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/zh-cn/resharper/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 适用于 .NET 开发者的 Visual Studio 扩展程序 +# Description: +# Moniker: +Tags: +- .net +- c# +- csharp +- dotnet +- 开发 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20ReSharper%20Available%20in:%202024.2.3* +PurchaseUrl: https://www.jetbrains.com/zh-cn/store/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.3/JetBrains.ReSharper.yaml b/manifests/j/JetBrains/ReSharper/2024.2.3/JetBrains.ReSharper.yaml new file mode 100644 index 0000000000000..4e589a527c164 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.3/JetBrains.ReSharper.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.4/JetBrains.ReSharper.installer.yaml b/manifests/j/JetBrains/ReSharper/2024.2.4/JetBrains.ReSharper.installer.yaml new file mode 100644 index 0000000000000..8086a1f03cece --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.4/JetBrains.ReSharper.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.4 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /Silent=True + SilentWithProgress: /Silent=True + Log: /LogFile="" +UpgradeBehavior: install +ReleaseDate: 2024-09-09 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.2.4/JetBrains.ReSharper.2024.2.4.web.exe + InstallerSha256: 7C2CF1DA728292DABE0E4BE3CD28409C6C09C14E7B2F38FB09A475CFB1168FE0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.2.4/JetBrains.ReSharper.2024.2.4.web.exe + InstallerSha256: 7C2CF1DA728292DABE0E4BE3CD28409C6C09C14E7B2F38FB09A475CFB1168FE0 + InstallerSwitches: + Custom: /PerMachine=True + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.4/JetBrains.ReSharper.locale.en-US.yaml b/manifests/j/JetBrains/ReSharper/2024.2.4/JetBrains.ReSharper.locale.en-US.yaml new file mode 100644 index 0000000000000..1ffb10b0302e5 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.4/JetBrains.ReSharper.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.4 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/resharper/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Visual Studio Extension for .NET Developers +# Description: +Moniker: resharper +Tags: +- .net +- c# +- csharp +- develop +- development +- dotnet +ReleaseNotes: |- + ReSharper 2024.2.4 is out with the following changes: + - ReSharper and the standalone .NET tools no longer request reauthorization after a Visual Studio relaunch. [RSRP-498425] + - We've fixed a bug causing Visual Studio 2022 to freeze on opening when ReSharper is installed. [RSRP-498281] + - An issue was resolved where ReSharper would freeze after loading a solution once the user would start typing in the editor. [RSRP-498683] + dotTrace + We have restored the ability to start the trial of dotTrace on all operating systems, and of dotMemory on Linux and macOS. [DTRC-31198] + + For the full list of resolved issues included in this update, please refer to our issue tracker. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20ReSharper%20Available%20in:%202024.2.4* +PurchaseUrl: https://www.jetbrains.com/store/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.4/JetBrains.ReSharper.locale.zh-CN.yaml b/manifests/j/JetBrains/ReSharper/2024.2.4/JetBrains.ReSharper.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fed5cfc2d5f94 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.4/JetBrains.ReSharper.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.4 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/zh-cn/resharper/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 适用于 .NET 开发者的 Visual Studio 扩展程序 +# Description: +# Moniker: +Tags: +- .net +- c# +- csharp +- dotnet +- 开发 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20ReSharper%20Available%20in:%202024.2.4* +PurchaseUrl: https://www.jetbrains.com/zh-cn/store/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2.4/JetBrains.ReSharper.yaml b/manifests/j/JetBrains/ReSharper/2024.2.4/JetBrains.ReSharper.yaml new file mode 100644 index 0000000000000..1c2116e7c743b --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2.4/JetBrains.ReSharper.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.2.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2/JetBrains.ReSharper.installer.yaml b/manifests/j/JetBrains/ReSharper/2024.2/JetBrains.ReSharper.installer.yaml new file mode 100644 index 0000000000000..910bbaf475d27 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2/JetBrains.ReSharper.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: "2024.2" +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /Silent=True + SilentWithProgress: /Silent=True + Log: /LogFile="" +UpgradeBehavior: install +ReleaseDate: 2024-08-15 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.2/JetBrains.ReSharper.2024.2.web.exe + InstallerSha256: D5D6E84D505D721E432B430E7FBBE9E5902EAA0813EEF7179A3A49F6D80B1207 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.2/JetBrains.ReSharper.2024.2.web.exe + InstallerSha256: D5D6E84D505D721E432B430E7FBBE9E5902EAA0813EEF7179A3A49F6D80B1207 + InstallerSwitches: + Custom: /PerMachine=True + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2/JetBrains.ReSharper.locale.en-US.yaml b/manifests/j/JetBrains/ReSharper/2024.2/JetBrains.ReSharper.locale.en-US.yaml new file mode 100644 index 0000000000000..edfe61c1dd641 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2/JetBrains.ReSharper.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: "2024.2" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/resharper/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The Visual Studio Extension for .NET Developers +# Description: +Moniker: resharper +Tags: +- .net +- c# +- csharp +- develop +- development +- dotnet +ReleaseNotes: |- + ReSharper 2024.2 comes with: + - Extended support for C# 12 features, including primary constructors and enhanced collection expressions. + - Initial support for C# 13, featuring ref struct interface implementation, the new \e escape sequence, and a params modifier refactoring. + - Asynchronous typing for improved typing performance. + - Localization into Chinese, Korean, and Japanese. + - Numerous AI Assistant enhancements, including updated language models, in-editor code suggestions, and Explain with AI for exceptions and DPA issues. + - Enhanced decompiler support for lambdas and protected assemblies. + - Support for navigating external sources in the decompiler. + For the full list of updates included in this release, click here. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20ReSharper%20Available%20in:%202024.2* +PurchaseUrl: https://www.jetbrains.com/store/ +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2/JetBrains.ReSharper.locale.zh-CN.yaml b/manifests/j/JetBrains/ReSharper/2024.2/JetBrains.ReSharper.locale.zh-CN.yaml new file mode 100644 index 0000000000000..16e020401da1a --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2/JetBrains.ReSharper.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: "2024.2" +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/zh-cn/resharper/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 适用于 .NET 开发者的 Visual Studio 扩展程序 +# Description: +# Moniker: +Tags: +- .net +- c# +- csharp +- dotnet +- 开发 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20ReSharper%20Available%20in:%202024.2* +PurchaseUrl: https://www.jetbrains.com/zh-cn/store/ +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.2/JetBrains.ReSharper.yaml b/manifests/j/JetBrains/ReSharper/2024.2/JetBrains.ReSharper.yaml new file mode 100644 index 0000000000000..6802c694c535b --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.2/JetBrains.ReSharper.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: "2024.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.1.5/JetBrains.Rider.installer.yaml b/manifests/j/JetBrains/Rider/2024.1.5/JetBrains.Rider.installer.yaml new file mode 100644 index 0000000000000..47ce199fa9efe --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.1.5/JetBrains.Rider.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.1.5 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- cs +- cshtml +- csproj +- ipr +- sln +- slnf +ReleaseDate: 2024-08-06 +AppsAndFeaturesEntries: +- DisplayName: JetBrains Rider 2024.1.5 + DisplayVersion: 241.18968.19 + ProductCode: JetBrains Rider 2024.1.5 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.1.5.exe + InstallerSha256: 4CBB15CAC395E8489BF8D45EE670A4FE421E86B5EF343EEE513BA921363138BA + ProductCode: JetBrains Rider 2024.1.5 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.1.5.exe + InstallerSha256: 4CBB15CAC395E8489BF8D45EE670A4FE421E86B5EF343EEE513BA921363138BA + ProductCode: JetBrains Rider 2024.1.5 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.1.5-aarch64.exe + InstallerSha256: 47D111E2A23814FC450CD49AFFE8050238E850E97BA3DABEDA192211262F85F3 + ProductCode: JetBrains Rider 2024.1.5 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.1.5-aarch64.exe + InstallerSha256: 47D111E2A23814FC450CD49AFFE8050238E850E97BA3DABEDA192211262F85F3 + ProductCode: JetBrains Rider 2024.1.5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.1.5/JetBrains.Rider.locale.en-US.yaml b/manifests/j/JetBrains/Rider/2024.1.5/JetBrains.Rider.locale.en-US.yaml new file mode 100644 index 0000000000000..abafef5d43f60 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.1.5/JetBrains.Rider.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.1.5 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/rider/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Fast & powerful cross-platform .NET IDE +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux +Moniker: rider +Tags: +- .net +- asp.net +- c# +- code +- coding +- develop +- development +- dotnet +- ide +- programming +- unity +- xamarin +ReleaseNotes: |- + Rider 2024.1.5 delivers several important fixes: + - We resolved an issue on Linux where Rider would unexpectedly close when stopping a child process, such as a debugging session, if the main Rider process had not been started from a terminal session. [RIDER-102338] + - Rider is able to detect the latest bundled .NET SDK in Unreal Engine solutions. [RIDER-114304] + - Correct parsing of the dateTime and Timestamp database columns has been restored. [RIDER-114175] + - We've addressed a bug affecting Rider's ability to correctly detect blueprint usages when working with projects built with Unreal Engine 5.4 or newer. [RIDER-112251] + - We've also fixed a bug that prevented markdown previews from rendering images. [RIDER-111216] + - We've resolved the issue where the terminal would open slowly when the ulimit -n value was set too high. [IJPL-103736] + - The HTTP Client no longer sends an HTTP request with a Content-Type: text/plain header when a specific Content-Type has already been set by the user. [IJPL-65366] + - Fixed issues with missing translations when Chinese, Korean, or Japanese localization is enabled. [IJPL-86423, IJPL-148265] + For the full list of issues resolved in this build, please refer to our issue tracker. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/RIDER?q=available%20in:%202024.1.5* +PurchaseUrl: https://www.jetbrains.com/rider/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learning Rider + DocumentUrl: https://www.jetbrains.com/rider/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.1.5/JetBrains.Rider.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/2024.1.5/JetBrains.Rider.locale.zh-CN.yaml new file mode 100644 index 0000000000000..eb3a9628cd372 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.1.5/JetBrains.Rider.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.1.5 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/zh-cn/rider/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 快速且强大的跨平台 .NET IDE +Description: 在 Windows、Mac 和 Linux 上开发 .NET、ASP.NET、.NET Core、Xamarin 或 Unity 应用程序 +# Moniker: +Tags: +- .net +- asp.net +- c# +- dotnet +- unity +- xamarin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/RIDER?q=available%20in:%202024.1.5* +PurchaseUrl: https://www.jetbrains.com/zh-cn/rider/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 Rider + DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.1.5/JetBrains.Rider.yaml b/manifests/j/JetBrains/Rider/2024.1.5/JetBrains.Rider.yaml new file mode 100644 index 0000000000000..0035877338736 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.1.5/JetBrains.Rider.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.1.6/JetBrains.Rider.installer.yaml b/manifests/j/JetBrains/Rider/2024.1.6/JetBrains.Rider.installer.yaml new file mode 100644 index 0000000000000..2afc8ef7f8351 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.1.6/JetBrains.Rider.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.1.6 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- cs +- cshtml +- csproj +- ipr +- sln +- slnf +ReleaseDate: 2024-08-13 +AppsAndFeaturesEntries: +- DisplayName: JetBrains Rider 2024.1.6 + DisplayVersion: 241.19072.26 + ProductCode: JetBrains Rider 2024.1.6 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.1.6.exe + InstallerSha256: F3114693A0ECD274A11E553C2768595D2CBB7DA8ED7733668230ADDD0B69F966 + ProductCode: JetBrains Rider 2024.1.6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.1.6.exe + InstallerSha256: F3114693A0ECD274A11E553C2768595D2CBB7DA8ED7733668230ADDD0B69F966 + ProductCode: JetBrains Rider 2024.1.6 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.1.6-aarch64.exe + InstallerSha256: DB254B0D3294768A053E648DA964200ED0D7F3020F700DE24BCA816C3E20A54B + ProductCode: JetBrains Rider 2024.1.6 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.1.6-aarch64.exe + InstallerSha256: DB254B0D3294768A053E648DA964200ED0D7F3020F700DE24BCA816C3E20A54B + ProductCode: JetBrains Rider 2024.1.6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.1.6/JetBrains.Rider.locale.en-US.yaml b/manifests/j/JetBrains/Rider/2024.1.6/JetBrains.Rider.locale.en-US.yaml new file mode 100644 index 0000000000000..4687a827f8dca --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.1.6/JetBrains.Rider.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.1.6 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/rider/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Fast & powerful cross-platform .NET IDE +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux +Moniker: rider +Tags: +- .net +- asp.net +- c# +- code +- coding +- develop +- development +- dotnet +- ide +- programming +- unity +- xamarin +ReleaseNotes: |- + Rider 2024.1.6 is out + We encourage all Rider 2024.1.5 users to update to this version, as it brings an important hotfix: + - Updating to the latest version via the IDE no longer results in the "Plugin xxx was not installed: Failed to load the plugin descriptor" error. [IJPL-159771] +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/RIDER?q=available%20in:%202024.1.5* +PurchaseUrl: https://www.jetbrains.com/rider/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learning Rider + DocumentUrl: https://www.jetbrains.com/rider/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.1.6/JetBrains.Rider.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/2024.1.6/JetBrains.Rider.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3b88daf5ba5d6 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.1.6/JetBrains.Rider.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.1.6 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/zh-cn/rider/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 快速且强大的跨平台 .NET IDE +Description: 在 Windows、Mac 和 Linux 上开发 .NET、ASP.NET、.NET Core、Xamarin 或 Unity 应用程序 +# Moniker: +Tags: +- .net +- asp.net +- c# +- dotnet +- unity +- xamarin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/RIDER?q=available%20in:%202024.1.5* +PurchaseUrl: https://www.jetbrains.com/zh-cn/rider/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 Rider + DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.1.6/JetBrains.Rider.yaml b/manifests/j/JetBrains/Rider/2024.1.6/JetBrains.Rider.yaml new file mode 100644 index 0000000000000..09ae5b4034949 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.1.6/JetBrains.Rider.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.1/JetBrains.Rider.installer.yaml b/manifests/j/JetBrains/Rider/2024.2.1/JetBrains.Rider.installer.yaml new file mode 100644 index 0000000000000..b0abd078e50a8 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.1/JetBrains.Rider.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- cs +- cshtml +- csproj +- ipr +- sln +- slnf +ReleaseDate: 2024-08-20 +AppsAndFeaturesEntries: +- DisplayName: JetBrains Rider 2024.2.1 + DisplayVersion: 242.20224.418 + ProductCode: JetBrains Rider 2024.2.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.1.exe + InstallerSha256: C549C7B1ED08DFDED5C92A8780ACC7E24D10C2039BAE4361B9382AE7411867ED + ProductCode: JetBrains Rider 2024.2.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.1.exe + InstallerSha256: C549C7B1ED08DFDED5C92A8780ACC7E24D10C2039BAE4361B9382AE7411867ED + ProductCode: JetBrains Rider 2024.2.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.1-aarch64.exe + InstallerSha256: 10A3D8911506A274432E15982DD871B8B47DBF830993BF57FBDD9F615CF4D472 + ProductCode: JetBrains Rider 2024.2.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.1-aarch64.exe + InstallerSha256: 10A3D8911506A274432E15982DD871B8B47DBF830993BF57FBDD9F615CF4D472 + ProductCode: JetBrains Rider 2024.2.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.1/JetBrains.Rider.locale.en-US.yaml b/manifests/j/JetBrains/Rider/2024.2.1/JetBrains.Rider.locale.en-US.yaml new file mode 100644 index 0000000000000..3554b7eac5dbb --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.1/JetBrains.Rider.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/rider/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Fast & powerful cross-platform .NET IDE +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux +Moniker: rider +Tags: +- .net +- asp.net +- c# +- code +- coding +- develop +- development +- dotnet +- ide +- programming +- unity +- xamarin +ReleaseNotes: |- + Rider 2024.2.1 is out with the following fixes: + - We have fixed an issue where the error message There is no target type for the collection expression was incorrectly displayed. [RSRP-498446] + - The ability to debug unit tests for MSTest v1 has been restored. [RIDER-115973] + - This build also includes fixes to the IDE's performance. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20Rider%20Available%20in:%202024.2.1* +PurchaseUrl: https://www.jetbrains.com/rider/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learning Rider + DocumentUrl: https://www.jetbrains.com/rider/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.1/JetBrains.Rider.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/2024.2.1/JetBrains.Rider.locale.zh-CN.yaml new file mode 100644 index 0000000000000..52ff8b412fccc --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.1/JetBrains.Rider.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/zh-cn/rider/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 快速且强大的跨平台 .NET IDE +Description: 在 Windows、Mac 和 Linux 上开发 .NET、ASP.NET、.NET Core、Xamarin 或 Unity 应用程序 +# Moniker: +Tags: +- .net +- asp.net +- c# +- dotnet +- unity +- xamarin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20Rider%20Available%20in:%202024.2.1* +PurchaseUrl: https://www.jetbrains.com/zh-cn/rider/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 Rider + DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.1/JetBrains.Rider.yaml b/manifests/j/JetBrains/Rider/2024.2.1/JetBrains.Rider.yaml new file mode 100644 index 0000000000000..cb9b9296d4793 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.1/JetBrains.Rider.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.2/JetBrains.Rider.installer.yaml b/manifests/j/JetBrains/Rider/2024.2.2/JetBrains.Rider.installer.yaml new file mode 100644 index 0000000000000..eb443f79ee87d --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.2/JetBrains.Rider.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.2 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- cs +- cshtml +- csproj +- ipr +- sln +- slnf +ReleaseDate: 2024-08-26 +AppsAndFeaturesEntries: +- DisplayName: JetBrains Rider 2024.2.2 + DisplayVersion: 242.20224.431 + ProductCode: JetBrains Rider 2024.2.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.2.exe + InstallerSha256: 575792E9B670CBFCA5B75164E68579776B469BDA4E2D76F7B3C2BC2C6A83624B + ProductCode: JetBrains Rider 2024.2.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.2.exe + InstallerSha256: 575792E9B670CBFCA5B75164E68579776B469BDA4E2D76F7B3C2BC2C6A83624B + ProductCode: JetBrains Rider 2024.2.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.2-aarch64.exe + InstallerSha256: 3C4169BB524B414A748D156961EC3DF135B7EF9AED136248BC4C8BA81F445475 + ProductCode: JetBrains Rider 2024.2.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.2-aarch64.exe + InstallerSha256: 3C4169BB524B414A748D156961EC3DF135B7EF9AED136248BC4C8BA81F445475 + ProductCode: JetBrains Rider 2024.2.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.2/JetBrains.Rider.locale.en-US.yaml b/manifests/j/JetBrains/Rider/2024.2.2/JetBrains.Rider.locale.en-US.yaml new file mode 100644 index 0000000000000..48831ddb710e2 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.2/JetBrains.Rider.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.2 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/rider/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Fast & powerful cross-platform .NET IDE +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux +Moniker: rider +Tags: +- .net +- asp.net +- c# +- code +- coding +- develop +- development +- dotnet +- ide +- programming +- unity +- xamarin +ReleaseNotes: |- + Rider 2024.2.2 is out with the following fixes: + 1. The IDE no longer crashes on Windows machines when stepping through the debugging process. [RIDER-116210] + 2. The "What's New in Rider" page no longer reappears after the initial viewing. [RIDER-116228] +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20Rider%20Available%20in:%202024.2.2* +PurchaseUrl: https://www.jetbrains.com/rider/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learning Rider + DocumentUrl: https://www.jetbrains.com/rider/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.2/JetBrains.Rider.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/2024.2.2/JetBrains.Rider.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b35efea0be5ae --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.2/JetBrains.Rider.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.2 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/zh-cn/rider/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 快速且强大的跨平台 .NET IDE +Description: 在 Windows、Mac 和 Linux 上开发 .NET、ASP.NET、.NET Core、Xamarin 或 Unity 应用程序 +# Moniker: +Tags: +- .net +- asp.net +- c# +- dotnet +- unity +- xamarin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20Rider%20Available%20in:%202024.2.2* +PurchaseUrl: https://www.jetbrains.com/zh-cn/rider/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 Rider + DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.2/JetBrains.Rider.yaml b/manifests/j/JetBrains/Rider/2024.2.2/JetBrains.Rider.yaml new file mode 100644 index 0000000000000..c14b204c20882 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.2/JetBrains.Rider.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.3/JetBrains.Rider.installer.yaml b/manifests/j/JetBrains/Rider/2024.2.3/JetBrains.Rider.installer.yaml new file mode 100644 index 0000000000000..5bc4cb7b7fd9c --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.3/JetBrains.Rider.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.3 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- cs +- cshtml +- csproj +- ipr +- sln +- slnf +ReleaseDate: 2024-08-30 +AppsAndFeaturesEntries: +- DisplayName: JetBrains Rider 2024.2.3 + DisplayVersion: 242.21829.166 + ProductCode: JetBrains Rider 2024.2.3 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.3.exe + InstallerSha256: EAA3CF10C82D51015DC8F063D54B814D6A75E298D57E5A6951B4F5A45B3DDC19 + ProductCode: JetBrains Rider 2024.2.3 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.3.exe + InstallerSha256: EAA3CF10C82D51015DC8F063D54B814D6A75E298D57E5A6951B4F5A45B3DDC19 + ProductCode: JetBrains Rider 2024.2.3 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.3-aarch64.exe + InstallerSha256: 56640A11B1B2923EC8E715202D6C7C0069D9A2765D6FA31BB216D68896158AB1 + ProductCode: JetBrains Rider 2024.2.3 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.3-aarch64.exe + InstallerSha256: 56640A11B1B2923EC8E715202D6C7C0069D9A2765D6FA31BB216D68896158AB1 + ProductCode: JetBrains Rider 2024.2.3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.3/JetBrains.Rider.locale.en-US.yaml b/manifests/j/JetBrains/Rider/2024.2.3/JetBrains.Rider.locale.en-US.yaml new file mode 100644 index 0000000000000..78ceeafc4071c --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.3/JetBrains.Rider.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.3 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/rider/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Fast & powerful cross-platform .NET IDE +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux +Moniker: rider +Tags: +- .net +- asp.net +- c# +- code +- coding +- develop +- development +- dotnet +- ide +- programming +- unity +- xamarin +ReleaseNotes: |- + Rider 2024.2.3 is out with the following changes: + Code coverage + Reworked continuous testing workflow + We've reworked the continuous testing workflow to improve usability: + - Before: Each unit test session could be converted into a continuous testing session, which could lead to confusion when there are multiple sessions running. + - Now: There is a single, separate continuous testing session. This change makes it easier to manage and understand your testing workflow. + Continuous testing indicator + Rider has a new icon/indicator for continuous testing. The icon shows the current testing state, including whether there are any failed tests. In addition, it provides several quick actions: enabling or disabling continuous testing, viewing coverage results, toggling code highlighting, and more. + Adjustable code coverage highlighting colors + Now, you can adjust the colors used to highlight code coverage in the editor. The colors are applied to coverage markers in the gutter, line background, and coverage progress bar, and can be configured individually. + Notable bug fixes + - Rider now renders the href attribute correctly in XML documentation for a wider range of tags, namely and . [RSRP-440682] + - We've resolved an issue where running an instance of JetBrains Rider for Unreal Engine game development was causing hitches for other applications. [RIDER-116060] + - Explicit tests are no longer executed when Rider is running all tests. [RSRP-498451] + - We've restored the ability of Rider's debugger to attach to projects with Alpine-based Docker images. [RIDER-115068] + - Rider is once again able to run an application in a Docker container in debug mode on macOS. [RIDER-115759] + - We fixed a bug causing unresolved symbols to appear in test descriptions when debugging is stopped from the Debug tool window. [RIDER-112650] + For the full list of resolved issues included in this update, please refer to our issue tracker. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20Rider%20Available%20in:%202024.2.3* +PurchaseUrl: https://www.jetbrains.com/rider/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learning Rider + DocumentUrl: https://www.jetbrains.com/rider/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.3/JetBrains.Rider.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/2024.2.3/JetBrains.Rider.locale.zh-CN.yaml new file mode 100644 index 0000000000000..50a9d3b1062f3 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.3/JetBrains.Rider.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.3 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/zh-cn/rider/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 快速且强大的跨平台 .NET IDE +Description: 在 Windows、Mac 和 Linux 上开发 .NET、ASP.NET、.NET Core、Xamarin 或 Unity 应用程序 +# Moniker: +Tags: +- .net +- asp.net +- c# +- dotnet +- unity +- xamarin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20Rider%20Available%20in:%202024.2.3* +PurchaseUrl: https://www.jetbrains.com/zh-cn/rider/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 Rider + DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.3/JetBrains.Rider.yaml b/manifests/j/JetBrains/Rider/2024.2.3/JetBrains.Rider.yaml new file mode 100644 index 0000000000000..41a558cd611a1 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.3/JetBrains.Rider.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.4/JetBrains.Rider.installer.yaml b/manifests/j/JetBrains/Rider/2024.2.4/JetBrains.Rider.installer.yaml new file mode 100644 index 0000000000000..8502d4021327d --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.4/JetBrains.Rider.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.4 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- cs +- cshtml +- csproj +- ipr +- sln +- slnf +ReleaseDate: 2024-09-09 +AppsAndFeaturesEntries: +- DisplayName: JetBrains Rider 2024.2.4 + DisplayVersion: 242.21829.210 + ProductCode: JetBrains Rider 2024.2.4 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.4.exe + InstallerSha256: E1C86317FEB528217C25E7BD187791DD549A003BFD887D4F76A1EA67F49CBFAF + ProductCode: JetBrains Rider 2024.2.4 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.4.exe + InstallerSha256: E1C86317FEB528217C25E7BD187791DD549A003BFD887D4F76A1EA67F49CBFAF + ProductCode: JetBrains Rider 2024.2.4 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.4-aarch64.exe + InstallerSha256: FEA5D1A4CC7CDECFEA7A17D9D2A47A6117D1C94A3F9D57C16BC848456AF72C25 + ProductCode: JetBrains Rider 2024.2.4 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.4-aarch64.exe + InstallerSha256: FEA5D1A4CC7CDECFEA7A17D9D2A47A6117D1C94A3F9D57C16BC848456AF72C25 + ProductCode: JetBrains Rider 2024.2.4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.4/JetBrains.Rider.locale.en-US.yaml b/manifests/j/JetBrains/Rider/2024.2.4/JetBrains.Rider.locale.en-US.yaml new file mode 100644 index 0000000000000..d4a4b169f0f88 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.4/JetBrains.Rider.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.4 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/rider/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Fast & powerful cross-platform .NET IDE +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux +Moniker: rider +Tags: +- .net +- asp.net +- c# +- code +- coding +- develop +- development +- dotnet +- ide +- programming +- unity +- xamarin +ReleaseNotes: |- + Rider 2024.2.4 is out with the following changes: + - The What's New in Rider 2024.2 page no longer gets displayed every time a new solution is opened. [RIDER-116228] + For the full list of resolved issues included in this update, please refer to our issue tracker. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20Rider%20Available%20in:%202024.2.4* +PurchaseUrl: https://www.jetbrains.com/rider/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learning Rider + DocumentUrl: https://www.jetbrains.com/rider/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.4/JetBrains.Rider.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/2024.2.4/JetBrains.Rider.locale.zh-CN.yaml new file mode 100644 index 0000000000000..13d8e7447d63f --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.4/JetBrains.Rider.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.4 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/zh-cn/rider/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 快速且强大的跨平台 .NET IDE +Description: 在 Windows、Mac 和 Linux 上开发 .NET、ASP.NET、.NET Core、Xamarin 或 Unity 应用程序 +# Moniker: +Tags: +- .net +- asp.net +- c# +- dotnet +- unity +- xamarin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20Rider%20Available%20in:%202024.2.4* +PurchaseUrl: https://www.jetbrains.com/zh-cn/rider/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 Rider + DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2.4/JetBrains.Rider.yaml b/manifests/j/JetBrains/Rider/2024.2.4/JetBrains.Rider.yaml new file mode 100644 index 0000000000000..3eabbb01db213 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2.4/JetBrains.Rider.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.2.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2/JetBrains.Rider.installer.yaml b/manifests/j/JetBrains/Rider/2024.2/JetBrains.Rider.installer.yaml new file mode 100644 index 0000000000000..745ab312ea972 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2/JetBrains.Rider.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: "2024.2" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- cs +- cshtml +- csproj +- ipr +- sln +- slnf +ReleaseDate: 2024-08-15 +AppsAndFeaturesEntries: +- DisplayName: JetBrains Rider 2024.2 + DisplayVersion: 242.20224.401 + ProductCode: JetBrains Rider 2024.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.exe + InstallerSha256: A707F242B6AE69E51C539D5A7BB6736AFBDCA911D55E1336B5EED75AE2F067E9 + ProductCode: JetBrains Rider 2024.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.exe + InstallerSha256: A707F242B6AE69E51C539D5A7BB6736AFBDCA911D55E1336B5EED75AE2F067E9 + ProductCode: JetBrains Rider 2024.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2-aarch64.exe + InstallerSha256: 2665B3F5B8CE9F9084D71BED89B8CA63E68DEA671D888C60DA44AA2440BBDE0A + ProductCode: JetBrains Rider 2024.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2-aarch64.exe + InstallerSha256: 2665B3F5B8CE9F9084D71BED89B8CA63E68DEA671D888C60DA44AA2440BBDE0A + ProductCode: JetBrains Rider 2024.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2/JetBrains.Rider.locale.en-US.yaml b/manifests/j/JetBrains/Rider/2024.2/JetBrains.Rider.locale.en-US.yaml new file mode 100644 index 0000000000000..3cac24c68f984 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2/JetBrains.Rider.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: "2024.2" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/rider/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Fast & powerful cross-platform .NET IDE +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux +Moniker: rider +Tags: +- .net +- asp.net +- c# +- code +- coding +- develop +- development +- dotnet +- ide +- programming +- unity +- xamarin +ReleaseNotes: |- + Rider 2024.2 comes with: + - Support for .NET 9 Preview SDK, including initial support for C# 13 features. + - Full line code completion for C#, С++, JS/TS, and CSS. + - Reader mode for enhanced readability of libraries and read-only files. + - Inline rendering of documentation comments for C#, C++, and F#. + - Semantic highlighting for C# and C++. + - A Tasks tab and task dependency graphs for debugging. + - Improved navigation to members in a class. + - Bundled Godot plugin with support for GDScript. + - Monitoring tool window support for C++, Unity, and Unreal Engine projects. + - Improved debugging experience for Unreal Engine. + - Debugging for F# scripts. + - Direct run and debug for TypeScript files. + - Improved path resolution for major JS frameworks. + - Improved typing experience for Code With Me (CWM). + - Enhancements to the built-in performance and memory profilers. + - Numerous decompiler enhancements. + - Enhanced code completion and in-editor code generation with AI Assistant. + For the full list of updates included in this release, click here. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20Rider%20Available%20in:%202024.2* +PurchaseUrl: https://www.jetbrains.com/rider/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learning Rider + DocumentUrl: https://www.jetbrains.com/rider/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2/JetBrains.Rider.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/2024.2/JetBrains.Rider.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9464a4191c6e9 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2/JetBrains.Rider.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: "2024.2" +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/zh-cn/rider/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 快速且强大的跨平台 .NET IDE +Description: 在 Windows、Mac 和 Linux 上开发 .NET、ASP.NET、.NET Core、Xamarin 或 Unity 应用程序 +# Moniker: +Tags: +- .net +- asp.net +- c# +- dotnet +- unity +- xamarin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20Rider%20Available%20in:%202024.2* +PurchaseUrl: https://www.jetbrains.com/zh-cn/rider/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 Rider + DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/2024.2/JetBrains.Rider.yaml b/manifests/j/JetBrains/Rider/2024.2/JetBrains.Rider.yaml new file mode 100644 index 0000000000000..d2e37885370de --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.2/JetBrains.Rider.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: "2024.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.installer.yaml new file mode 100644 index 0000000000000..12e95beb4c5c8 --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider.EAP +PackageVersion: 242.20224.162 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- cs +- cshtml +- csproj +- ipr +- sln +- slnf +ReleaseDate: 2024-07-26 +AppsAndFeaturesEntries: +- DisplayName: JetBrains Rider 242.20224.162 + ProductCode: JetBrains Rider 242.20224.162 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2-EAP9-242.20224.162.Checked.exe + InstallerSha256: 0BAF06EFB2AE8D56F9AC8436B701CF10E12B69DD1B859EB5530B27A6BA169DFD + ProductCode: JetBrains Rider 242.20224.162 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2-EAP9-242.20224.162.Checked.exe + InstallerSha256: 0BAF06EFB2AE8D56F9AC8436B701CF10E12B69DD1B859EB5530B27A6BA169DFD + ProductCode: JetBrains Rider 242.20224.162 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2-EAP9-242.20224.162.Checked-aarch64.exe + InstallerSha256: 60A11E20DAF3646E59327614198BBFA5B26317DEDD529E14D46F555CC34F41B1 + ProductCode: JetBrains Rider 242.20224.162 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.2-EAP9-242.20224.162.Checked-aarch64.exe + InstallerSha256: 60A11E20DAF3646E59327614198BBFA5B26317DEDD529E14D46F555CC34F41B1 + ProductCode: JetBrains Rider 242.20224.162 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..ded9b91885b34 --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider.EAP +PackageVersion: 242.20224.162 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider (EAP) +PackageUrl: https://www.jetbrains.com/rider/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Fast & powerful cross-platform .NET IDE +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux +# Moniker: +Tags: +- .net +- asp.net +- c# +- code +- coding +- develop +- development +- dotnet +- ide +- programming +- unity +- xamarin +ReleaseNotes: |- + Rider 2024.2 EAP 9 is out with: + More debugging performance improvements for Rider on macOS + We have fixed an issue that caused slow debugger performance on macOS. This fix improved performance in various scenarios, including exception handling, code evaluation, conditional breakpoints, and stepping, resulting in a smoother and more efficient debugging experience. Additionally, applications running under the debugger now execute more quickly, reducing overall testing and debugging time. + For the full list of fixes and changes included in this build, please see our issue tracker. +ReleaseNotesUrl: https://www.jetbrains.com/rider/whatsnew/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Learning Rider + DocumentUrl: https://www.jetbrains.com/rider/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6e3ca7eac751e --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider.EAP +PackageVersion: 242.20224.162 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/rider/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 快速且强大的跨平台 .NET IDE +Description: 在 Windows、Mac 和 Linux 上开发 .NET、ASP.NET、.NET Core、Xamarin 或 Unity 应用程序 +# Moniker: +Tags: +- .net +- asp.net +- c# +- dotnet +- unity +- xamarin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://www.jetbrains.com/zh-cn/rider/whatsnew/ +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 Rider + DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.yaml new file mode 100644 index 0000000000000..353d607f9b3ac --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.Rider.EAP +PackageVersion: 242.20224.162 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.1.5/JetBrains.RubyMine.installer.yaml b/manifests/j/JetBrains/RubyMine/2024.1.5/JetBrains.RubyMine.installer.yaml new file mode 100644 index 0000000000000..284b108e0a9cb --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.1.5/JetBrains.RubyMine.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.1.5 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +ReleaseDate: 2024-08-06 +AppsAndFeaturesEntries: +- DisplayName: RubyMine 2024.1.5 + DisplayVersion: 241.18968.11 + ProductCode: RubyMine 2024.1.5 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.1.5.exe + InstallerSha256: 368B73B1737F8C4A68BBEC5384CE797C744F83F9EAD8570F2F774B1E5B593D04 + ProductCode: RubyMine 2024.1.5 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.1.5.exe + InstallerSha256: 368B73B1737F8C4A68BBEC5384CE797C744F83F9EAD8570F2F774B1E5B593D04 + ProductCode: RubyMine 2024.1.5 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.1.5-aarch64.exe + InstallerSha256: 8FCD928888FA83C211B9D4B5D73668B68189EE82ECD1F166122612CDDC327F75 + ProductCode: RubyMine 2024.1.5 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.1.5-aarch64.exe + InstallerSha256: 8FCD928888FA83C211B9D4B5D73668B68189EE82ECD1F166122612CDDC327F75 + ProductCode: RubyMine 2024.1.5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.1.5/JetBrains.RubyMine.locale.en-US.yaml b/manifests/j/JetBrains/RubyMine/2024.1.5/JetBrains.RubyMine.locale.en-US.yaml new file mode 100644 index 0000000000000..584b11fa18f26 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.1.5/JetBrains.RubyMine.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.1.5 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine +PackageUrl: https://www.jetbrains.com/ruby/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Empowering Ruby Developers +Description: Cross-platform Ruby on Rails IDE with first-class support for Ruby-related technologies. +Moniker: rubymine +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rails +- ror +- ruby +- ruby-on-rails +ReleaseNotes: |- + RubyMine 2024.1.5 is Out! + Here are the build highlights: + - Fixed the issue with the terminal opening slowly when the ulimit -n value is too high: IJPL-103736 + - The HTTP Client no longer sends an HTTP request with a Content-Type: text/plain header when a specific Content-Type has already been set by the user: IJPL-65366 + - Fixed issues with missing translations when the Chinese, Korean, or Japanese language pack is enabled: IJPL-148265, IJPL-157768 + - Fixed the issue with viewing package details in the package.json: IJPL-150388 + For the full list of closed issues, refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365195 +PurchaseUrl: https://www.jetbrains.com/ruby/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn RubyMine + DocumentUrl: https://www.jetbrains.com/ruby/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.1.5/JetBrains.RubyMine.locale.zh-CN.yaml b/manifests/j/JetBrains/RubyMine/2024.1.5/JetBrains.RubyMine.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bf5bb01db2537 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.1.5/JetBrains.RubyMine.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.1.5 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine +PackageUrl: https://www.jetbrains.com/zh-cn/ruby/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 为 Ruby 开发者赋能 +Description: 跨平台 Ruby on Rails IDE,对 Ruby 相关技术提供了出色支持。 +# Moniker: +Tags: +- rails +- ror +- ruby +- ruby-on-rails +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365195 +PurchaseUrl: https://www.jetbrains.com/zh-cn/ruby/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 RubyMine + DocumentUrl: https://www.jetbrains.com/zh-cn/ruby/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.1.5/JetBrains.RubyMine.yaml b/manifests/j/JetBrains/RubyMine/2024.1.5/JetBrains.RubyMine.yaml new file mode 100644 index 0000000000000..2479d36734ae7 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.1.5/JetBrains.RubyMine.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.1.6/JetBrains.RubyMine.installer.yaml b/manifests/j/JetBrains/RubyMine/2024.1.6/JetBrains.RubyMine.installer.yaml new file mode 100644 index 0000000000000..2bf6021c595ed --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.1.6/JetBrains.RubyMine.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.1.6 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +ReleaseDate: 2024-08-09 +AppsAndFeaturesEntries: +- DisplayName: RubyMine 2024.1.6 + DisplayVersion: 241.19072.21 + ProductCode: RubyMine 2024.1.6 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.1.6.exe + InstallerSha256: 3D43A48AAB31777BF287A787B9C0AAC4C99A76C966865F15B691F5B55F1DCB4E + ProductCode: RubyMine 2024.1.6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.1.6.exe + InstallerSha256: 3D43A48AAB31777BF287A787B9C0AAC4C99A76C966865F15B691F5B55F1DCB4E + ProductCode: RubyMine 2024.1.6 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.1.6-aarch64.exe + InstallerSha256: EADC5B374F6D6E0560C5E85F8B1FC38DABB8BDEBF2D34EE482C43010D81C6779 + ProductCode: RubyMine 2024.1.6 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.1.6-aarch64.exe + InstallerSha256: EADC5B374F6D6E0560C5E85F8B1FC38DABB8BDEBF2D34EE482C43010D81C6779 + ProductCode: RubyMine 2024.1.6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.1.6/JetBrains.RubyMine.locale.en-US.yaml b/manifests/j/JetBrains/RubyMine/2024.1.6/JetBrains.RubyMine.locale.en-US.yaml new file mode 100644 index 0000000000000..a3e11002e0992 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.1.6/JetBrains.RubyMine.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.1.6 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine +PackageUrl: https://www.jetbrains.com/ruby/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Empowering Ruby Developers +Description: Cross-platform Ruby on Rails IDE with first-class support for Ruby-related technologies. +Moniker: rubymine +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rails +- ror +- ruby +- ruby-on-rails +ReleaseNotes: |- + RubyMine 2024.1.6 is Out! + This build comes with a number of bug fixes and improvements. For the full list of closed issues, refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365197 +PurchaseUrl: https://www.jetbrains.com/ruby/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn RubyMine + DocumentUrl: https://www.jetbrains.com/ruby/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.1.6/JetBrains.RubyMine.locale.zh-CN.yaml b/manifests/j/JetBrains/RubyMine/2024.1.6/JetBrains.RubyMine.locale.zh-CN.yaml new file mode 100644 index 0000000000000..91d0491652769 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.1.6/JetBrains.RubyMine.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.1.6 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine +PackageUrl: https://www.jetbrains.com/zh-cn/ruby/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 为 Ruby 开发者赋能 +Description: 跨平台 Ruby on Rails IDE,对 Ruby 相关技术提供了出色支持。 +# Moniker: +Tags: +- rails +- ror +- ruby +- ruby-on-rails +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365197 +PurchaseUrl: https://www.jetbrains.com/zh-cn/ruby/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 RubyMine + DocumentUrl: https://www.jetbrains.com/zh-cn/ruby/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.1.6/JetBrains.RubyMine.yaml b/manifests/j/JetBrains/RubyMine/2024.1.6/JetBrains.RubyMine.yaml new file mode 100644 index 0000000000000..ea456df242b4f --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.1.6/JetBrains.RubyMine.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.2.0.1/JetBrains.RubyMine.installer.yaml b/manifests/j/JetBrains/RubyMine/2024.2.0.1/JetBrains.RubyMine.installer.yaml new file mode 100644 index 0000000000000..aeb7b1441955c --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.2.0.1/JetBrains.RubyMine.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.2.0.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +ReleaseDate: 2024-08-19 +AppsAndFeaturesEntries: +- DisplayName: RubyMine 2024.2.0.1 + DisplayVersion: 242.20224.425 + ProductCode: RubyMine 2024.2.0.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.2.0.1.exe + InstallerSha256: 392F0DE9F0274DD7FB747875102B10F62977CD28443CABE62206D012266CA9D1 + ProductCode: RubyMine 2024.2.0.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.2.0.1.exe + InstallerSha256: 392F0DE9F0274DD7FB747875102B10F62977CD28443CABE62206D012266CA9D1 + ProductCode: RubyMine 2024.2.0.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.2.0.1-aarch64.exe + InstallerSha256: D7708773A7CC5B9AF5DC0295710E2C4BAB90074DCD990AEC9E0BBA0EC2338C06 + ProductCode: RubyMine 2024.2.0.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.2.0.1-aarch64.exe + InstallerSha256: D7708773A7CC5B9AF5DC0295710E2C4BAB90074DCD990AEC9E0BBA0EC2338C06 + ProductCode: RubyMine 2024.2.0.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.2.0.1/JetBrains.RubyMine.locale.en-US.yaml b/manifests/j/JetBrains/RubyMine/2024.2.0.1/JetBrains.RubyMine.locale.en-US.yaml new file mode 100644 index 0000000000000..a332fbc85b043 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.2.0.1/JetBrains.RubyMine.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.2.0.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine +PackageUrl: https://www.jetbrains.com/ruby/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Empowering Ruby Developers +Description: Cross-platform Ruby on Rails IDE with first-class support for Ruby-related technologies. +Moniker: rubymine +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rails +- ror +- ruby +- ruby-on-rails +ReleaseNotes: |- + RubyMine 2024.2.0.1 is Out! + This build comes with a number of bug fixes and improvements. For the full list of closed issues, refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365200 +PurchaseUrl: https://www.jetbrains.com/ruby/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn RubyMine + DocumentUrl: https://www.jetbrains.com/ruby/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.2.0.1/JetBrains.RubyMine.locale.zh-CN.yaml b/manifests/j/JetBrains/RubyMine/2024.2.0.1/JetBrains.RubyMine.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cf9b186534f21 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.2.0.1/JetBrains.RubyMine.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.2.0.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine +PackageUrl: https://www.jetbrains.com/zh-cn/ruby/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 为 Ruby 开发者赋能 +Description: 跨平台 Ruby on Rails IDE,对 Ruby 相关技术提供了出色支持。 +# Moniker: +Tags: +- rails +- ror +- ruby +- ruby-on-rails +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365200 +PurchaseUrl: https://www.jetbrains.com/zh-cn/ruby/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 RubyMine + DocumentUrl: https://www.jetbrains.com/zh-cn/ruby/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.2.0.1/JetBrains.RubyMine.yaml b/manifests/j/JetBrains/RubyMine/2024.2.0.1/JetBrains.RubyMine.yaml new file mode 100644 index 0000000000000..8a07ee8e17d03 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.2.0.1/JetBrains.RubyMine.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.2.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.2.1/JetBrains.RubyMine.installer.yaml b/manifests/j/JetBrains/RubyMine/2024.2.1/JetBrains.RubyMine.installer.yaml new file mode 100644 index 0000000000000..77009cf507714 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.2.1/JetBrains.RubyMine.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.2.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +ReleaseDate: 2024-08-30 +AppsAndFeaturesEntries: +- DisplayName: RubyMine 2024.2.1 + DisplayVersion: 242.21829.150 + ProductCode: RubyMine 2024.2.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.2.1.exe + InstallerSha256: E5E25C3B0A9744DF6C6298BA99E31872DCDED51AC3DDF989968A0CC1AC309DB8 + ProductCode: RubyMine 2024.2.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.2.1.exe + InstallerSha256: E5E25C3B0A9744DF6C6298BA99E31872DCDED51AC3DDF989968A0CC1AC309DB8 + ProductCode: RubyMine 2024.2.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.2.1-aarch64.exe + InstallerSha256: F8B28FBBB21AD8897CE3E60E43EB6044246E34EAE068E8EBF3B4C8191DBB8D20 + ProductCode: RubyMine 2024.2.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.2.1-aarch64.exe + InstallerSha256: F8B28FBBB21AD8897CE3E60E43EB6044246E34EAE068E8EBF3B4C8191DBB8D20 + ProductCode: RubyMine 2024.2.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.2.1/JetBrains.RubyMine.locale.en-US.yaml b/manifests/j/JetBrains/RubyMine/2024.2.1/JetBrains.RubyMine.locale.en-US.yaml new file mode 100644 index 0000000000000..397887f0bf322 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.2.1/JetBrains.RubyMine.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine +PackageUrl: https://www.jetbrains.com/ruby/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Empowering Ruby Developers +Description: Cross-platform Ruby on Rails IDE with first-class support for Ruby-related technologies. +Moniker: rubymine +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rails +- ror +- ruby +- ruby-on-rails +ReleaseNotes: |- + RubyMine 2024.2.1 is Out! + Fixes and improvements: + - Improved the query syntax for Ruby contexts: RUBY-32927 + - Added a notification suggesting updating the code style settings to match the Omakase code style: RUBY-32963 + - Updated unconventional name inspections to better match the RuboCop behavior: RUBY-32975 + - Fixed the problem with the Step into action navigating to a breakpoint instead of the target code: RUBY-32784 + - Fixed the issue where test directories were not marked as test roots: RUBY-33156 + - Fixed the issue where the Rails console didn't work with special characters: RUBY-32600 + - Fixed the issue with RubyMine opening wrong files in multi-module projects: RUBY-27888 + For the full list of closed issues, refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365203 +PurchaseUrl: https://www.jetbrains.com/ruby/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn RubyMine + DocumentUrl: https://www.jetbrains.com/ruby/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.2.1/JetBrains.RubyMine.locale.zh-CN.yaml b/manifests/j/JetBrains/RubyMine/2024.2.1/JetBrains.RubyMine.locale.zh-CN.yaml new file mode 100644 index 0000000000000..74608b7ebf4ec --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.2.1/JetBrains.RubyMine.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.2.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine +PackageUrl: https://www.jetbrains.com/zh-cn/ruby/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 为 Ruby 开发者赋能 +Description: 跨平台 Ruby on Rails IDE,对 Ruby 相关技术提供了出色支持。 +# Moniker: +Tags: +- rails +- ror +- ruby +- ruby-on-rails +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365203 +PurchaseUrl: https://www.jetbrains.com/zh-cn/ruby/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 RubyMine + DocumentUrl: https://www.jetbrains.com/zh-cn/ruby/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.2.1/JetBrains.RubyMine.yaml b/manifests/j/JetBrains/RubyMine/2024.2.1/JetBrains.RubyMine.yaml new file mode 100644 index 0000000000000..bf988f5afe2fa --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.2.1/JetBrains.RubyMine.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.2/JetBrains.RubyMine.installer.yaml b/manifests/j/JetBrains/RubyMine/2024.2/JetBrains.RubyMine.installer.yaml new file mode 100644 index 0000000000000..b954bb3da003c --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.2/JetBrains.RubyMine.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: "2024.2" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +ReleaseDate: 2024-08-12 +AppsAndFeaturesEntries: +- DisplayName: RubyMine 2024.2 + DisplayVersion: 242.20224.338 + ProductCode: RubyMine 2024.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.2.exe + InstallerSha256: F53E83D2A46B1DCE354081D2AA1090135C0172C3C602BDE292C10B06C0067AEC + ProductCode: RubyMine 2024.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.2.exe + InstallerSha256: F53E83D2A46B1DCE354081D2AA1090135C0172C3C602BDE292C10B06C0067AEC + ProductCode: RubyMine 2024.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.2-aarch64.exe + InstallerSha256: 83FE58FA95E13C0659C759BC1D81B88C187C7708C7D75D18EEADD8C125066F32 + ProductCode: RubyMine 2024.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-2024.2-aarch64.exe + InstallerSha256: 83FE58FA95E13C0659C759BC1D81B88C187C7708C7D75D18EEADD8C125066F32 + ProductCode: RubyMine 2024.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.2/JetBrains.RubyMine.locale.en-US.yaml b/manifests/j/JetBrains/RubyMine/2024.2/JetBrains.RubyMine.locale.en-US.yaml new file mode 100644 index 0000000000000..92e51a986f9e7 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.2/JetBrains.RubyMine.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: "2024.2" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine +PackageUrl: https://www.jetbrains.com/ruby/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Empowering Ruby Developers +Description: Cross-platform Ruby on Rails IDE with first-class support for Ruby-related technologies. +Moniker: rubymine +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rails +- ror +- ruby +- ruby-on-rails +ReleaseNotes: |- + RubyMine 2024.2 is Available! + We invite you to visit our website and discover the new features and improvements of the latest RubyMine release. + Here are the main release highlights: + - Supported Stimulus for Rails: RUBY-30351 + - Fixed several issues with AI-generated documentation: RUBY-32811 + - Tidied up RubyMine's live templates: RUBY-31711 + - Added an option to specify a custom RuboCop configuration file: RUBY-26668 + - Implemented completion for Kamal configuration files: RUBY-32906 + - Added validations and callbacks for Rails structure view: RUBY-32922 + - Implemented code insight for rate limiting in Rails 8: RUBY-32908 + - Implemented code insight for browser guards in Rails 8: RUBY-32910 + - Added an option to disable Ruby auto-switching on project opening: RUBY-32525 + - Added completion for Ruby-related commands to the New Terminal: RUBY-32358 + - Implemented Markdown rendering in Reader mode: RUBY-32907 + - Added Bun to the list of JavaScript frameworks in the Rails project wizard: RUBY-32659 + For more details, refer to our blog post. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365198 +PurchaseUrl: https://www.jetbrains.com/ruby/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn RubyMine + DocumentUrl: https://www.jetbrains.com/ruby/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.2/JetBrains.RubyMine.locale.zh-CN.yaml b/manifests/j/JetBrains/RubyMine/2024.2/JetBrains.RubyMine.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bfe9c736298f1 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.2/JetBrains.RubyMine.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: "2024.2" +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine +PackageUrl: https://www.jetbrains.com/zh-cn/ruby/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 为 Ruby 开发者赋能 +Description: 跨平台 Ruby on Rails IDE,对 Ruby 相关技术提供了出色支持。 +# Moniker: +Tags: +- rails +- ror +- ruby +- ruby-on-rails +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365198 +PurchaseUrl: https://www.jetbrains.com/zh-cn/ruby/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 RubyMine + DocumentUrl: https://www.jetbrains.com/zh-cn/ruby/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/2024.2/JetBrains.RubyMine.yaml b/manifests/j/JetBrains/RubyMine/2024.2/JetBrains.RubyMine.yaml new file mode 100644 index 0000000000000..700e5befc9336 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/2024.2/JetBrains.RubyMine.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine +PackageVersion: "2024.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/242.20224.102/JetBrains.RubyMine.EAP.installer.yaml b/manifests/j/JetBrains/RubyMine/EAP/242.20224.102/JetBrains.RubyMine.EAP.installer.yaml new file mode 100644 index 0000000000000..dc0e4730bcb6c --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/242.20224.102/JetBrains.RubyMine.EAP.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 242.20224.102 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +ReleaseDate: 2024-07-19 +AppsAndFeaturesEntries: +- DisplayName: RubyMine 242.20224.102 + ProductCode: RubyMine 242.20224.102 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-242.20224.102.exe + InstallerSha256: E853CBA6B6966C64E0232288F81D441D68F475CAF4781AFB8A38A4FC0715A750 + ProductCode: RubyMine 242.20224.102 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-242.20224.102.exe + InstallerSha256: E853CBA6B6966C64E0232288F81D441D68F475CAF4781AFB8A38A4FC0715A750 + ProductCode: RubyMine 242.20224.102 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-242.20224.102-aarch64.exe + InstallerSha256: FA3A4C02BDD59C9AB060B8B1E67AA4D708CDD68097AA85437FCD15BEBC21EDFD + ProductCode: RubyMine 242.20224.102 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-242.20224.102-aarch64.exe + InstallerSha256: FA3A4C02BDD59C9AB060B8B1E67AA4D708CDD68097AA85437FCD15BEBC21EDFD + ProductCode: RubyMine 242.20224.102 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/242.20224.102/JetBrains.RubyMine.EAP.locale.en-US.yaml b/manifests/j/JetBrains/RubyMine/EAP/242.20224.102/JetBrains.RubyMine.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..f83a4a3e1b847 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/242.20224.102/JetBrains.RubyMine.EAP.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 242.20224.102 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine (EAP) +PackageUrl: https://www.jetbrains.com/ruby/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Empowering Ruby Developers +Description: Cross-platform Ruby on Rails IDE with first-class support for Ruby-related technologies. +# Moniker: +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rails +- ror +- ruby +- ruby-on-rails +ReleaseNotes: |- + RubyMine 2024.2 Beta 2 is Out! + Fixes and improvements: + - Added Bun to the list of JavaScript frameworks in the Rails project wizard: RUBY-32659 + - Improved the discoverability of the Dev Container templates wizard: IJPL-157864 + - JSON settings: improved the discoverability of block actions: IJPL-156186 + - Fixed the problem with executing HTTP requests in incorrect order: IJPL-158022 + For the full list of resolved issues, refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365193 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Learn RubyMine + DocumentUrl: https://www.jetbrains.com/ruby/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/242.20224.102/JetBrains.RubyMine.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/RubyMine/EAP/242.20224.102/JetBrains.RubyMine.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..34c7c9abd6216 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/242.20224.102/JetBrains.RubyMine.EAP.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 242.20224.102 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/ruby/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 为 Ruby 开发者赋能 +Description: 跨平台 Ruby on Rails IDE,对 Ruby 相关技术提供了出色支持。 +# Moniker: +Tags: +- rails +- ror +- ruby +- ruby-on-rails +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365193 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 RubyMine + DocumentUrl: https://www.jetbrains.com/zh-cn/ruby/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/242.20224.102/JetBrains.RubyMine.EAP.yaml b/manifests/j/JetBrains/RubyMine/EAP/242.20224.102/JetBrains.RubyMine.EAP.yaml new file mode 100644 index 0000000000000..cf58a0bcdb32b --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/242.20224.102/JetBrains.RubyMine.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 242.20224.102 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/242.21829.38/JetBrains.RubyMine.EAP.installer.yaml b/manifests/j/JetBrains/RubyMine/EAP/242.21829.38/JetBrains.RubyMine.EAP.installer.yaml new file mode 100644 index 0000000000000..be791b861be94 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/242.21829.38/JetBrains.RubyMine.EAP.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 242.21829.38 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +ReleaseDate: 2024-08-20 +AppsAndFeaturesEntries: +- DisplayName: RubyMine 242.21829.38 + ProductCode: RubyMine 242.21829.38 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-242.21829.38.exe + InstallerSha256: 42F34CE5AEE3C0D7954E627B6E591A89BA7A0AC1B97857648C620A18067CF1D1 + ProductCode: RubyMine 242.21829.38 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-242.21829.38.exe + InstallerSha256: 42F34CE5AEE3C0D7954E627B6E591A89BA7A0AC1B97857648C620A18067CF1D1 + ProductCode: RubyMine 242.21829.38 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-242.21829.38-aarch64.exe + InstallerSha256: 9075F6EF172BAD74C8DB452F49CCF84BF5DD6FB05578CCCE8E72D8681EC50AD6 + ProductCode: RubyMine 242.21829.38 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-242.21829.38-aarch64.exe + InstallerSha256: 9075F6EF172BAD74C8DB452F49CCF84BF5DD6FB05578CCCE8E72D8681EC50AD6 + ProductCode: RubyMine 242.21829.38 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/242.21829.38/JetBrains.RubyMine.EAP.locale.en-US.yaml b/manifests/j/JetBrains/RubyMine/EAP/242.21829.38/JetBrains.RubyMine.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..4fdbf9ce933fb --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/242.21829.38/JetBrains.RubyMine.EAP.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 242.21829.38 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine (EAP) +PackageUrl: https://www.jetbrains.com/ruby/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Empowering Ruby Developers +Description: Cross-platform Ruby on Rails IDE with first-class support for Ruby-related technologies. +# Moniker: +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rails +- ror +- ruby +- ruby-on-rails +ReleaseNotes: |- + RubyMine 2024.2.1 Preview is Out! + Here are the build highlights: + - Improved the query syntax for Ruby contexts: RUBY-32927 + - Added a notification suggesting updating the code style settings to match the Omakase code style: RUBY-32963 + - Updated unconventional name inspections to match RuboCop better: RUBY-32975 + - Fixed the issue where test directories were not marked as test roots: RUBY-33156 + - Fixed the issue where the Rails console didn't work with special characters: RUBY-32600 + - Fixed the issue with RubyMine opening wrong files in multi-module projects: RUBY-27888 + For the full list of closed issues, refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365199 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Learn RubyMine + DocumentUrl: https://www.jetbrains.com/ruby/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/242.21829.38/JetBrains.RubyMine.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/RubyMine/EAP/242.21829.38/JetBrains.RubyMine.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7e16b8c6094df --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/242.21829.38/JetBrains.RubyMine.EAP.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 242.21829.38 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/ruby/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 为 Ruby 开发者赋能 +Description: 跨平台 Ruby on Rails IDE,对 Ruby 相关技术提供了出色支持。 +# Moniker: +Tags: +- rails +- ror +- ruby +- ruby-on-rails +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365199 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 RubyMine + DocumentUrl: https://www.jetbrains.com/zh-cn/ruby/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/242.21829.38/JetBrains.RubyMine.EAP.yaml b/manifests/j/JetBrains/RubyMine/EAP/242.21829.38/JetBrains.RubyMine.EAP.yaml new file mode 100644 index 0000000000000..7c330373cac99 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/242.21829.38/JetBrains.RubyMine.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 242.21829.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/2024.1.8/JetBrains.RustRover.installer.yaml b/manifests/j/JetBrains/RustRover/2024.1.8/JetBrains.RustRover.installer.yaml new file mode 100644 index 0000000000000..33541304e5a09 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/2024.1.8/JetBrains.RustRover.installer.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover +PackageVersion: 2024.1.8 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: + - ipr + - rs +ReleaseDate: 2024-08-20 +AppsAndFeaturesEntries: + - DisplayName: RustRover 2024.1.8 + DisplayVersion: 241.18968.39 + ProductCode: RustRover 2024.1.8 +Installers: + - Architecture: x64 + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-2024.1.8.exe + InstallerSha256: 4a8bfa4d739a7d33b49ff873fbffdef32dd5459c6b6afe4c7ed87334d4286f21 + ProductCode: RustRover 2024.1.8 + - Architecture: arm64 + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-2024.1.8-aarch64.exe + InstallerSha256: beceaeec4a65ae2c3689c451a933af0c7ff06453136c8dc55ebdec9dd4d7a0a0 + ProductCode: RustRover 2024.1.8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/2024.1.8/JetBrains.RustRover.locale.en-US.yaml b/manifests/j/JetBrains/RustRover/2024.1.8/JetBrains.RustRover.locale.en-US.yaml new file mode 100644 index 0000000000000..c405165b46861 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/2024.1.8/JetBrains.RustRover.locale.en-US.yaml @@ -0,0 +1,36 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover +PackageVersion: 2024.1.8 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover +PackageUrl: https://www.jetbrains.com/rust/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: A powerhouse IDE for Rust developers +Description: Cross-platform Rust IDE with first-class support for Rust-related technologies. +Moniker: rustrover +Tags: + - code + - coding + - develop + - development + - ide + - programming + - rust +ReleaseNotes: |- + RustRover 2024.1.8 is Out! + This build comes with a number of bug fixes and improvements. For the full list of closed issues, refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUST-A-77 +PurchaseUrl: https://www.jetbrains.com/rust/buy/ +Documentations: + - DocumentLabel: Learn RustRover + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/2024.1.8/JetBrains.RustRover.locale.zh-CN.yaml b/manifests/j/JetBrains/RustRover/2024.1.8/JetBrains.RustRover.locale.zh-CN.yaml new file mode 100644 index 0000000000000..deab03681db6a --- /dev/null +++ b/manifests/j/JetBrains/RustRover/2024.1.8/JetBrains.RustRover.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover +PackageVersion: 2024.1.8 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover +PackageUrl: https://www.jetbrains.com/zh-cn/rust/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 为 Rust 开发人员打造的强大 IDE +Description: 跨平台 Rust IDE,对 Rust 相关技术提供一流的支持。 +Tags: + - rust + - 代码 + - 开发 + - 编程 + - 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUST-A-77 +PurchaseUrl: https://www.jetbrains.com/zh-cn/rust/buy/ +Documentations: + - DocumentLabel: 学习 RustRover + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/2024.1.8/JetBrains.RustRover.yaml b/manifests/j/JetBrains/RustRover/2024.1.8/JetBrains.RustRover.yaml new file mode 100644 index 0000000000000..1077c7fe503f4 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/2024.1.8/JetBrains.RustRover.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover +PackageVersion: 2024.1.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/2024.2/JetBrains.RustRover.installer.yaml b/manifests/j/JetBrains/RustRover/2024.2/JetBrains.RustRover.installer.yaml new file mode 100644 index 0000000000000..1c8813a86ab92 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/2024.2/JetBrains.RustRover.installer.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover +PackageVersion: 2024.2 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: + - ipr + - rs +ReleaseDate: 2024-09-05 +AppsAndFeaturesEntries: + - DisplayName: RustRover 2024.2 + DisplayVersion: 242.21829.198 + ProductCode: RustRover 2024.2 +Installers: + - Architecture: x64 + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-2024.2.exe + InstallerSha256: c73355480fa04910501dbd8ec6d5c54790554d75e8aef0f4dc92428fd1079333 + ProductCode: RustRover 2024.2 + - Architecture: arm64 + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-2024.2-aarch64.exe + InstallerSha256: b4e7457524d0f757a1557b53568e4715dcc216f06e474dd053c60ef880a00e14 + ProductCode: RustRover 2024.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/2024.2/JetBrains.RustRover.locale.en-US.yaml b/manifests/j/JetBrains/RustRover/2024.2/JetBrains.RustRover.locale.en-US.yaml new file mode 100644 index 0000000000000..b9cb9f6fd4313 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/2024.2/JetBrains.RustRover.locale.en-US.yaml @@ -0,0 +1,36 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover +PackageVersion: 2024.2 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover +PackageUrl: https://www.jetbrains.com/rust/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: A powerhouse IDE for Rust developers +Description: Cross-platform Rust IDE with first-class support for Rust-related technologies. +Moniker: rustrover +Tags: + - code + - coding + - develop + - development + - ide + - programming + - rust +ReleaseNotes: |- + RustRover 2024.2 is Out! + This build comes with a number of bug fixes and improvements. For the full list of closed issues, refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUST-A-85 +PurchaseUrl: https://www.jetbrains.com/rust/buy/ +Documentations: + - DocumentLabel: Learn RustRover + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/2024.2/JetBrains.RustRover.locale.zh-CN.yaml b/manifests/j/JetBrains/RustRover/2024.2/JetBrains.RustRover.locale.zh-CN.yaml new file mode 100644 index 0000000000000..13378d46c0cb2 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/2024.2/JetBrains.RustRover.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover +PackageVersion: 2024.2 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover +PackageUrl: https://www.jetbrains.com/zh-cn/rust/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 为 Rust 开发人员打造的强大 IDE +Description: 跨平台 Rust IDE,对 Rust 相关技术提供一流的支持。 +Tags: + - rust + - 代码 + - 开发 + - 编程 + - 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUST-A-85 +PurchaseUrl: https://www.jetbrains.com/zh-cn/rust/buy/ +Documentations: + - DocumentLabel: 学习 RustRover + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/2024.2/JetBrains.RustRover.yaml b/manifests/j/JetBrains/RustRover/2024.2/JetBrains.RustRover.yaml new file mode 100644 index 0000000000000..9d3f32bafdd90 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/2024.2/JetBrains.RustRover.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover +PackageVersion: 2024.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.19890.43/JetBrains.RustRover.EAP.installer.yaml b/manifests/j/JetBrains/RustRover/EAP/242.19890.43/JetBrains.RustRover.EAP.installer.yaml new file mode 100644 index 0000000000000..df11313279c38 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.19890.43/JetBrains.RustRover.EAP.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.19890.43 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- rs +ReleaseDate: 2024-07-24 +AppsAndFeaturesEntries: +- DisplayName: RustRover 242.19890.43 + ProductCode: RustRover 242.19890.43 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.19890.43.exe + InstallerSha256: CA4A8A70AD72CEEAE682609C984D136784A914B2F3BD41EB9B1BD4BE20D1666C + ProductCode: RustRover 242.19890.43 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.19890.43.exe + InstallerSha256: CA4A8A70AD72CEEAE682609C984D136784A914B2F3BD41EB9B1BD4BE20D1666C + ProductCode: RustRover 242.19890.43 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.19890.43-aarch64.exe + InstallerSha256: 22368B26A7D42D2FB5A9D67F022E1CDC01D8961852FEB34BF1DE96B03F196A97 + ProductCode: RustRover 242.19890.43 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.19890.43-aarch64.exe + InstallerSha256: 22368B26A7D42D2FB5A9D67F022E1CDC01D8961852FEB34BF1DE96B03F196A97 + ProductCode: RustRover 242.19890.43 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.19890.43/JetBrains.RustRover.EAP.locale.en-US.yaml b/manifests/j/JetBrains/RustRover/EAP/242.19890.43/JetBrains.RustRover.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..286d10106a19f --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.19890.43/JetBrains.RustRover.EAP.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.19890.43 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover (EAP) +PackageUrl: https://www.jetbrains.com/rust/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: A brand new JetBrains IDE for Rust Developers +Description: Try a new feature-rich Rust IDE with timely support, regular updates, and an out-of-the-box experience. Enjoy coding with Rust and focus on what matters. +# Moniker: +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rust +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.19890.43/JetBrains.RustRover.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/RustRover/EAP/242.19890.43/JetBrains.RustRover.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5b9095262586a --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.19890.43/JetBrains.RustRover.EAP.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.19890.43 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/rust/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向 Rust 开发者的全新 JetBrains IDE +Description: 尝试功能丰富的新 Rust IDE,获得及时支持、定期更新和开箱即用的体验。使用 Rust 享受编码,专注于重要事项。 +# Moniker: +Tags: +- rust +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.19890.43/JetBrains.RustRover.EAP.yaml b/manifests/j/JetBrains/RustRover/EAP/242.19890.43/JetBrains.RustRover.EAP.yaml new file mode 100644 index 0000000000000..73d64e7b361b8 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.19890.43/JetBrains.RustRover.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.19890.43 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.20224.309/JetBrains.RustRover.EAP.installer.yaml b/manifests/j/JetBrains/RustRover/EAP/242.20224.309/JetBrains.RustRover.EAP.installer.yaml new file mode 100644 index 0000000000000..bc33af8df6fe7 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.20224.309/JetBrains.RustRover.EAP.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.20224.309 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- rs +ReleaseDate: 2024-08-07 +AppsAndFeaturesEntries: +- DisplayName: RustRover 242.20224.309 + ProductCode: RustRover 242.20224.309 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.20224.309.exe + InstallerSha256: C9C199D2D6F3781A54D1C334B036515ACFF43F1114710C8F0A9D21639D0D570C + ProductCode: RustRover 242.20224.309 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.20224.309.exe + InstallerSha256: C9C199D2D6F3781A54D1C334B036515ACFF43F1114710C8F0A9D21639D0D570C + ProductCode: RustRover 242.20224.309 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.20224.309-aarch64.exe + InstallerSha256: 6DC5D5BC80C98C78A36975304104292B1EF9B87ACB41EA79B4628FEB28E5A227 + ProductCode: RustRover 242.20224.309 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.20224.309-aarch64.exe + InstallerSha256: 6DC5D5BC80C98C78A36975304104292B1EF9B87ACB41EA79B4628FEB28E5A227 + ProductCode: RustRover 242.20224.309 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.20224.309/JetBrains.RustRover.EAP.locale.en-US.yaml b/manifests/j/JetBrains/RustRover/EAP/242.20224.309/JetBrains.RustRover.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..a0bf5b3d6ef63 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.20224.309/JetBrains.RustRover.EAP.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.20224.309 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover (EAP) +PackageUrl: https://www.jetbrains.com/rust/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: A brand new JetBrains IDE for Rust Developers +Description: Try a new feature-rich Rust IDE with timely support, regular updates, and an out-of-the-box experience. Enjoy coding with Rust and focus on what matters. +# Moniker: +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rust +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.20224.309/JetBrains.RustRover.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/RustRover/EAP/242.20224.309/JetBrains.RustRover.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..704f29f8b9963 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.20224.309/JetBrains.RustRover.EAP.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.20224.309 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/rust/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向 Rust 开发者的全新 JetBrains IDE +Description: 尝试功能丰富的新 Rust IDE,获得及时支持、定期更新和开箱即用的体验。使用 Rust 享受编码,专注于重要事项。 +# Moniker: +Tags: +- rust +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.20224.309/JetBrains.RustRover.EAP.yaml b/manifests/j/JetBrains/RustRover/EAP/242.20224.309/JetBrains.RustRover.EAP.yaml new file mode 100644 index 0000000000000..2df0a1d15083d --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.20224.309/JetBrains.RustRover.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.20224.309 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.20224.393/JetBrains.RustRover.EAP.installer.yaml b/manifests/j/JetBrains/RustRover/EAP/242.20224.393/JetBrains.RustRover.EAP.installer.yaml new file mode 100644 index 0000000000000..df9b99583cb6a --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.20224.393/JetBrains.RustRover.EAP.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.20224.393 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- rs +ReleaseDate: 2024-08-14 +AppsAndFeaturesEntries: +- DisplayName: RustRover 242.20224.393 + ProductCode: RustRover 242.20224.393 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.20224.393.exe + InstallerSha256: 27DE5EF0D29F577F0F2427E075821EA51F0EFC66A858E64E23DA6084ECCE774C + ProductCode: RustRover 242.20224.393 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.20224.393.exe + InstallerSha256: 27DE5EF0D29F577F0F2427E075821EA51F0EFC66A858E64E23DA6084ECCE774C + ProductCode: RustRover 242.20224.393 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.20224.393-aarch64.exe + InstallerSha256: F0CF38F7ED01ABD3553625A1C58673645B5102A96603685DB2E9B467B9DEE008 + ProductCode: RustRover 242.20224.393 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.20224.393-aarch64.exe + InstallerSha256: F0CF38F7ED01ABD3553625A1C58673645B5102A96603685DB2E9B467B9DEE008 + ProductCode: RustRover 242.20224.393 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.20224.393/JetBrains.RustRover.EAP.locale.en-US.yaml b/manifests/j/JetBrains/RustRover/EAP/242.20224.393/JetBrains.RustRover.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..f6145688754b3 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.20224.393/JetBrains.RustRover.EAP.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.20224.393 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover (EAP) +PackageUrl: https://www.jetbrains.com/rust/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: A brand new JetBrains IDE for Rust Developers +Description: Try a new feature-rich Rust IDE with timely support, regular updates, and an out-of-the-box experience. Enjoy coding with Rust and focus on what matters. +# Moniker: +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rust +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.20224.393/JetBrains.RustRover.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/RustRover/EAP/242.20224.393/JetBrains.RustRover.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3a63b66db5f00 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.20224.393/JetBrains.RustRover.EAP.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.20224.393 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/rust/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向 Rust 开发者的全新 JetBrains IDE +Description: 尝试功能丰富的新 Rust IDE,获得及时支持、定期更新和开箱即用的体验。使用 Rust 享受编码,专注于重要事项。 +# Moniker: +Tags: +- rust +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.20224.393/JetBrains.RustRover.EAP.yaml b/manifests/j/JetBrains/RustRover/EAP/242.20224.393/JetBrains.RustRover.EAP.yaml new file mode 100644 index 0000000000000..86a64bcd393d8 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.20224.393/JetBrains.RustRover.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.20224.393 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.20224.421/JetBrains.RustRover.EAP.installer.yaml b/manifests/j/JetBrains/RustRover/EAP/242.20224.421/JetBrains.RustRover.EAP.installer.yaml new file mode 100644 index 0000000000000..4bbe085e74f61 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.20224.421/JetBrains.RustRover.EAP.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.20224.421 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- rs +ReleaseDate: 2024-08-20 +AppsAndFeaturesEntries: +- DisplayName: RustRover 242.20224.421 + ProductCode: RustRover 242.20224.421 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.20224.421.exe + InstallerSha256: 5BCE4330327BDAA7135A79DB37368DFAB452415E7808D16B4C501A10FF7CD833 + ProductCode: RustRover 242.20224.421 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.20224.421.exe + InstallerSha256: 5BCE4330327BDAA7135A79DB37368DFAB452415E7808D16B4C501A10FF7CD833 + ProductCode: RustRover 242.20224.421 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.20224.421-aarch64.exe + InstallerSha256: FCF85E0A78EDFF16451CAB937F782EF4FF25DF67F71B10E833C2D20B5900A1F4 + ProductCode: RustRover 242.20224.421 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.20224.421-aarch64.exe + InstallerSha256: FCF85E0A78EDFF16451CAB937F782EF4FF25DF67F71B10E833C2D20B5900A1F4 + ProductCode: RustRover 242.20224.421 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.20224.421/JetBrains.RustRover.EAP.locale.en-US.yaml b/manifests/j/JetBrains/RustRover/EAP/242.20224.421/JetBrains.RustRover.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..2cb24ecbed639 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.20224.421/JetBrains.RustRover.EAP.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.20224.421 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover (EAP) +PackageUrl: https://www.jetbrains.com/rust/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: A brand new JetBrains IDE for Rust Developers +Description: Try a new feature-rich Rust IDE with timely support, regular updates, and an out-of-the-box experience. Enjoy coding with Rust and focus on what matters. +# Moniker: +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rust +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.20224.421/JetBrains.RustRover.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/RustRover/EAP/242.20224.421/JetBrains.RustRover.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9425bc9394cba --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.20224.421/JetBrains.RustRover.EAP.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.20224.421 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/rust/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向 Rust 开发者的全新 JetBrains IDE +Description: 尝试功能丰富的新 Rust IDE,获得及时支持、定期更新和开箱即用的体验。使用 Rust 享受编码,专注于重要事项。 +# Moniker: +Tags: +- rust +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.20224.421/JetBrains.RustRover.EAP.yaml b/manifests/j/JetBrains/RustRover/EAP/242.20224.421/JetBrains.RustRover.EAP.yaml new file mode 100644 index 0000000000000..d7f0c3318b88e --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.20224.421/JetBrains.RustRover.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.20224.421 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.21829.114/JetBrains.RustRover.EAP.installer.yaml b/manifests/j/JetBrains/RustRover/EAP/242.21829.114/JetBrains.RustRover.EAP.installer.yaml new file mode 100644 index 0000000000000..e169a64fd6afc --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.21829.114/JetBrains.RustRover.EAP.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.21829.114 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- rs +ReleaseDate: 2024-08-28 +AppsAndFeaturesEntries: +- DisplayName: RustRover 242.21829.114 + ProductCode: RustRover 242.21829.114 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.21829.114.exe + InstallerSha256: 2D2CAC822E6312577935B18A6B44F141DF216DEF393EA82D94263E1123E6FFF7 + ProductCode: RustRover 242.21829.114 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.21829.114.exe + InstallerSha256: 2D2CAC822E6312577935B18A6B44F141DF216DEF393EA82D94263E1123E6FFF7 + ProductCode: RustRover 242.21829.114 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.21829.114-aarch64.exe + InstallerSha256: 5661FDD30EEE9F97C7FBA2B1BC5B58D36E9349F6E9EDB1BEA1DC3C79A5C64540 + ProductCode: RustRover 242.21829.114 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-242.21829.114-aarch64.exe + InstallerSha256: 5661FDD30EEE9F97C7FBA2B1BC5B58D36E9349F6E9EDB1BEA1DC3C79A5C64540 + ProductCode: RustRover 242.21829.114 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.21829.114/JetBrains.RustRover.EAP.locale.en-US.yaml b/manifests/j/JetBrains/RustRover/EAP/242.21829.114/JetBrains.RustRover.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..cc89c2cba9485 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.21829.114/JetBrains.RustRover.EAP.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.21829.114 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover (EAP) +PackageUrl: https://www.jetbrains.com/rust/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: A brand new JetBrains IDE for Rust Developers +Description: Try a new feature-rich Rust IDE with timely support, regular updates, and an out-of-the-box experience. Enjoy coding with Rust and focus on what matters. +# Moniker: +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rust +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.21829.114/JetBrains.RustRover.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/RustRover/EAP/242.21829.114/JetBrains.RustRover.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..af3e67f378208 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.21829.114/JetBrains.RustRover.EAP.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.21829.114 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/rust/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向 Rust 开发者的全新 JetBrains IDE +Description: 尝试功能丰富的新 Rust IDE,获得及时支持、定期更新和开箱即用的体验。使用 Rust 享受编码,专注于重要事项。 +# Moniker: +Tags: +- rust +- 代码 +- 开发 +- 编程 +- 集成开发环境 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/242.21829.114/JetBrains.RustRover.EAP.yaml b/manifests/j/JetBrains/RustRover/EAP/242.21829.114/JetBrains.RustRover.EAP.yaml new file mode 100644 index 0000000000000..df3f57735e22c --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/242.21829.114/JetBrains.RustRover.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 242.21829.114 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/TeamCity/2024.07.1/JetBrains.TeamCity.installer.yaml b/manifests/j/JetBrains/TeamCity/2024.07.1/JetBrains.TeamCity.installer.yaml new file mode 100644 index 0000000000000..681d73a6f3097 --- /dev/null +++ b/manifests/j/JetBrains/TeamCity/2024.07.1/JetBrains.TeamCity.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.TeamCity +PackageVersion: 2024.07.1 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-06 +AppsAndFeaturesEntries: +- DisplayVersion: Build 160635 + ProductCode: JetBrains TeamCity +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/teamcity/TeamCity-2024.07.1.exe + InstallerSha256: 4B8C3713499C0A894470C43D677A183D713C6FA91EED7A09A5EC179FD81B4C71 + ProductCode: JetBrains TeamCity +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/TeamCity/2024.07.1/JetBrains.TeamCity.locale.en-US.yaml b/manifests/j/JetBrains/TeamCity/2024.07.1/JetBrains.TeamCity.locale.en-US.yaml new file mode 100644 index 0000000000000..93def5ccf552b --- /dev/null +++ b/manifests/j/JetBrains/TeamCity/2024.07.1/JetBrains.TeamCity.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.TeamCity +PackageVersion: 2024.07.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains TeamCity +PackageUrl: https://www.jetbrains.com/teamcity/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Powerful continuous integration for DevOps-centric teams +Description: The powerful Continuous Integration and Deployment tool for Developers and DevOps Engineers. +Moniker: teamcity +Tags: +- cd +- ci +- develop +- development +- devops +# ReleaseNotes: +ReleaseNotesUrl: https://www.jetbrains.com/help/teamcity/2024.07/teamcity-2024-07-1-release-notes.html +PurchaseUrl: https://www.jetbrains.com/teamcity/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn TeamCity + DocumentUrl: https://www.jetbrains.com/teamcity/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/TeamCity/2024.07.1/JetBrains.TeamCity.locale.zh-CN.yaml b/manifests/j/JetBrains/TeamCity/2024.07.1/JetBrains.TeamCity.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fbd0f28c97fdb --- /dev/null +++ b/manifests/j/JetBrains/TeamCity/2024.07.1/JetBrains.TeamCity.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.TeamCity +PackageVersion: 2024.07.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains TeamCity +PackageUrl: https://www.jetbrains.com/zh-cn/teamcity/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向以 DevOps 为中心的团队的强大持续集成 +Description: 面向开发者和 DevOps 工程师的强大持续集成和部署工具。 +# Moniker: +Tags: +- devops +- 开发 +- 持续交付 +- 持续部署 +- 持续集成 +# ReleaseNotes: +ReleaseNotesUrl: https://www.jetbrains.com/help/teamcity/2024.07/teamcity-2024-07-1-release-notes.html +PurchaseUrl: https://www.jetbrains.com/zh-cn/teamcity/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 TeamCity + DocumentUrl: https://www.jetbrains.com/zh-cn/teamcity/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/TeamCity/2024.07.1/JetBrains.TeamCity.yaml b/manifests/j/JetBrains/TeamCity/2024.07.1/JetBrains.TeamCity.yaml new file mode 100644 index 0000000000000..afe91567a1f15 --- /dev/null +++ b/manifests/j/JetBrains/TeamCity/2024.07.1/JetBrains.TeamCity.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.TeamCity +PackageVersion: 2024.07.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/TeamCity/2024.07.2/JetBrains.TeamCity.installer.yaml b/manifests/j/JetBrains/TeamCity/2024.07.2/JetBrains.TeamCity.installer.yaml new file mode 100644 index 0000000000000..04efe3bd4f18f --- /dev/null +++ b/manifests/j/JetBrains/TeamCity/2024.07.2/JetBrains.TeamCity.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.TeamCity +PackageVersion: 2024.07.2 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-08-29 +AppsAndFeaturesEntries: +- DisplayVersion: Build 160695 + ProductCode: JetBrains TeamCity +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/teamcity/TeamCity-2024.07.2.exe + InstallerSha256: A19D26F1C724B1E393DE449BD07ACC039BD4FF238F8CC9F18F3CE58A146F27C7 + ProductCode: JetBrains TeamCity +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/TeamCity/2024.07.2/JetBrains.TeamCity.locale.en-US.yaml b/manifests/j/JetBrains/TeamCity/2024.07.2/JetBrains.TeamCity.locale.en-US.yaml new file mode 100644 index 0000000000000..7aae3576a3691 --- /dev/null +++ b/manifests/j/JetBrains/TeamCity/2024.07.2/JetBrains.TeamCity.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.TeamCity +PackageVersion: 2024.07.2 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains TeamCity +PackageUrl: https://www.jetbrains.com/teamcity/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Powerful continuous integration for DevOps-centric teams +Description: The powerful Continuous Integration and Deployment tool for Developers and DevOps Engineers. +Moniker: teamcity +Tags: +- cd +- ci +- develop +- development +- devops +# ReleaseNotes: +ReleaseNotesUrl: https://www.jetbrains.com/help/teamcity/2024.07/teamcity-2024-07-2-release-notes.html +PurchaseUrl: https://www.jetbrains.com/teamcity/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn TeamCity + DocumentUrl: https://www.jetbrains.com/teamcity/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/TeamCity/2024.07.2/JetBrains.TeamCity.locale.zh-CN.yaml b/manifests/j/JetBrains/TeamCity/2024.07.2/JetBrains.TeamCity.locale.zh-CN.yaml new file mode 100644 index 0000000000000..76c44fe073429 --- /dev/null +++ b/manifests/j/JetBrains/TeamCity/2024.07.2/JetBrains.TeamCity.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.TeamCity +PackageVersion: 2024.07.2 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains TeamCity +PackageUrl: https://www.jetbrains.com/zh-cn/teamcity/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 面向以 DevOps 为中心的团队的强大持续集成 +Description: 面向开发者和 DevOps 工程师的强大持续集成和部署工具。 +# Moniker: +Tags: +- devops +- 开发 +- 持续交付 +- 持续部署 +- 持续集成 +# ReleaseNotes: +ReleaseNotesUrl: https://www.jetbrains.com/help/teamcity/2024.07/teamcity-2024-07-2-release-notes.html +PurchaseUrl: https://www.jetbrains.com/zh-cn/teamcity/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 TeamCity + DocumentUrl: https://www.jetbrains.com/zh-cn/teamcity/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/TeamCity/2024.07.2/JetBrains.TeamCity.yaml b/manifests/j/JetBrains/TeamCity/2024.07.2/JetBrains.TeamCity.yaml new file mode 100644 index 0000000000000..ca91df311c893 --- /dev/null +++ b/manifests/j/JetBrains/TeamCity/2024.07.2/JetBrains.TeamCity.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.TeamCity +PackageVersion: 2024.07.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.installer.yaml new file mode 100644 index 0000000000000..af9b15c853610 --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 2.4.1.32573 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /headless + SilentWithProgress: /S +UpgradeBehavior: install +Protocols: +- jetbrains +ReleaseDate: 2024-07-19 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-2.4.1.32573.exe + InstallerSha256: 7C6EE7EF0D56274FD8C948588556462237BF97DAA1DAF000694AC1F5F97F0314 + ProductCode: Toolbox +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.locale.en-US.yaml new file mode 100644 index 0000000000000..b1a1f0cffe05f --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 2.4.1.32573 +PackageLocale: en-US +Publisher: JetBrains +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Toolbox +PackageUrl: https://www.jetbrains.com/toolbox-app/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Manage your IDEs the easy way +Description: Open any of your projects in any of the IDEs with one click. +Moniker: jetbrains-toolbox +Tags: +- jetbrains +ReleaseNotes: |- + Toolbox App 2.4.1 Bugfix Update + - Fixed out of frame popup menus when opening on external display. TBX-12389 + - Fixed scrollbar on Android Studio license agreement screen. TBX-12439 + - Fixed the way tools are launched on Linux which may have led some IDE versions to crashes. TBX-11685 + What's New in Toolbox App 2.4 + Toolbox App 2.4 is out! Here are the main updates: + - The Toolbox App got a new look with a refreshed UI theme. + - The context menu now opens when right clicking on a tool’s or project’s name in the list. TBX-6664 + - Silent install for the Toolbox App using CLI commands is available for Windows machines. TBX-3219 + - A few improvements have been introduced to the Windows Toolbox App installer. + - IDE Services user onboarding has been streamlined. TBX-11741 + The Toolbox App Chrome and Firefox extension now also support Gitee, on top of GitHub, GitLab and Bitbucket. + Check out our blog post to learn more. +ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes/TBX?q=Fix%20versions:%202.4,%202.4.1%20%23Resolved%20-Duplicate%20-Answered&title=Toolbox%20App%202.4%20Release%20Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ & Shortcuts + DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..94e86b9657fcc --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 2.4.1.32573 +PackageLocale: zh-CN +Publisher: JetBrains +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Toolbox +PackageUrl: https://www.jetbrains.com/zh-cn/toolbox-app/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 轻松管理您的 IDE +Description: 一键打开任何 IDE 中的任意项目。 +# Moniker: +Tags: +- jetbrains +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes/TBX?q=Fix%20versions:%202.4,%202.4.1%20%23Resolved%20-Duplicate%20-Answered&title=Toolbox%20App%202.4%20Release%20Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题解答和快捷键 + DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.yaml new file mode 100644 index 0000000000000..1f2bc678b24ed --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 2.4.1.32573 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.installer.yaml new file mode 100644 index 0000000000000..0186165f1cf13 --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 2.4.2.32922 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /headless + SilentWithProgress: /S +UpgradeBehavior: install +Protocols: +- jetbrains +ReleaseDate: 2024-08-15 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-2.4.2.32922.exe + InstallerSha256: 281F575872C5519B4D831F63783513D21E868E83A16711D72CC2F1C68776063E + ProductCode: Toolbox +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.locale.en-US.yaml new file mode 100644 index 0000000000000..bdb1b85e7545e --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 2.4.2.32922 +PackageLocale: en-US +Publisher: JetBrains +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Toolbox +PackageUrl: https://www.jetbrains.com/toolbox-app/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: Manage your IDEs the easy way +Description: Open any of your projects in any of the IDEs with one click. +Moniker: jetbrains-toolbox +Tags: +- jetbrains +ReleaseNotes: |- + Toolbox App 2.4.2 Bugfix Update + - Null bytes appeared in vmoptions file are now removed during IDE update to 2024.2 version. TBX-11980 + - Fix launching an installer with stricter Windows Authenticode signature verification. TBX-11938 + Toolbox App 2.4.1 Bugfix Update + - Fixed out of frame popup menus when opening on external display. TBX-12389 + - Fixed scrollbar on Android Studio license agreement screen. TBX-12439 + - Fixed the way tools are launched on Linux which may have led some IDE versions to crashes. TBX-11685 + What's New in Toolbox App 2.4 + Toolbox App 2.4 is out! Here are the main updates: + - The Toolbox App got a new look with a refreshed UI theme. + - The context menu now opens when right clicking on a tool’s or project’s name in the list. TBX-6664 + - Silent install for the Toolbox App using CLI commands is available for Windows machines. TBX-3219 + - A few improvements have been introduced to the Windows Toolbox App installer. + - IDE Services user onboarding has been streamlined. TBX-11741 + The Toolbox App Chrome and Firefox extension now also support Gitee, on top of GitHub, GitLab and Bitbucket. + Check out our blog post to learn more. +ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes/TBX?q=Fix%20versions:%202.4,%202.4.1,%202.4.2%20%23Resolved%20-Duplicate%20-Answered&title=Toolbox%20App%202.4%20Release%20Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ & Shortcuts + DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0c861abeece1a --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 2.4.2.32922 +PackageLocale: zh-CN +Publisher: JetBrains +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Toolbox +PackageUrl: https://www.jetbrains.com/zh-cn/toolbox-app/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 轻松管理您的 IDE +Description: 一键打开任何 IDE 中的任意项目。 +# Moniker: +Tags: +- jetbrains +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes/TBX?q=Fix%20versions:%202.4,%202.4.1,%202.4.2%20%23Resolved%20-Duplicate%20-Answered&title=Toolbox%20App%202.4%20Release%20Notes +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题解答和快捷键 + DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.yaml new file mode 100644 index 0000000000000..e139be16da9f5 --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 2.4.2.32922 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/WebStorm/2024.2.0.1/JetBrains.WebStorm.installer.yaml b/manifests/j/JetBrains/WebStorm/2024.2.0.1/JetBrains.WebStorm.installer.yaml new file mode 100644 index 0000000000000..ccf14fd9adb7c --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2024.2.0.1/JetBrains.WebStorm.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: 2024.2.0.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- json +ReleaseDate: 2024-08-20 +AppsAndFeaturesEntries: +- DisplayName: WebStorm 2024.2.0.1 + DisplayVersion: 242.20224.426 + ProductCode: WebStorm 2024.2.0.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2024.2.0.1.exe + InstallerSha256: 3A27D2E5C5545FDE4C03D4ED0DECA084B9BB07111E0D7BFB1444C78917BD4612 + ProductCode: WebStorm 2024.2.0.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2024.2.0.1.exe + InstallerSha256: 3A27D2E5C5545FDE4C03D4ED0DECA084B9BB07111E0D7BFB1444C78917BD4612 + ProductCode: WebStorm 2024.2.0.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2024.2.0.1-aarch64.exe + InstallerSha256: 3CC6FB227DDB3C6C93325D2814F5BAD88D24CE310D637E43939498D09CB2DE36 + ProductCode: WebStorm 2024.2.0.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2024.2.0.1-aarch64.exe + InstallerSha256: 3CC6FB227DDB3C6C93325D2814F5BAD88D24CE310D637E43939498D09CB2DE36 + ProductCode: WebStorm 2024.2.0.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/WebStorm/2024.2.0.1/JetBrains.WebStorm.locale.en-US.yaml b/manifests/j/JetBrains/WebStorm/2024.2.0.1/JetBrains.WebStorm.locale.en-US.yaml new file mode 100644 index 0000000000000..6882138340b04 --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2024.2.0.1/JetBrains.WebStorm.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: 2024.2.0.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: WebStorm +PackageUrl: https://www.jetbrains.com/webstorm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The smartest JavaScript IDE +Description: WebStorm is an integrated development environment for JavaScript and related technologies. Like other JetBrains IDEs, it makes your development experience more enjoyable, automating routine work and helping you handle complex tasks with ease. +Moniker: webstorm +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- programming +- webpage +ReleaseNotes: |- + What's fixed: + - Plugins compatibility issues + - AI Assistant plugin improvements +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WEB-A-233538521/WebStorm-2024.2.0.1-242.20224.426-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/webstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn WebStorm + DocumentUrl: https://www.jetbrains.com/webstorm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/WebStorm/2024.2.0.1/JetBrains.WebStorm.locale.zh-CN.yaml b/manifests/j/JetBrains/WebStorm/2024.2.0.1/JetBrains.WebStorm.locale.zh-CN.yaml new file mode 100644 index 0000000000000..65b4614f51765 --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2024.2.0.1/JetBrains.WebStorm.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: 2024.2.0.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: WebStorm +PackageUrl: https://www.jetbrains.com/zh-cn/webstorm/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 最智能的 JavaScript IDE +Description: WebStorm 是一个适用于 JavaScript 和相关技术的集成开发环境。类似于其他 JetBrains IDE,它也会使您的开发体验更有趣,自动执行常规工作并帮助您轻松处理复杂任务。 +# Moniker: +Tags: +- css +- htm +- html +- javascript +- js +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WEB-A-233538521/WebStorm-2024.2.0.1-242.20224.426-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/webstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 WebStorm + DocumentUrl: https://www.jetbrains.com/zh-cn/webstorm/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/WebStorm/2024.2.0.1/JetBrains.WebStorm.yaml b/manifests/j/JetBrains/WebStorm/2024.2.0.1/JetBrains.WebStorm.yaml new file mode 100644 index 0000000000000..523c578f40b2e --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2024.2.0.1/JetBrains.WebStorm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: 2024.2.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/WebStorm/2024.2.1/JetBrains.WebStorm.installer.yaml b/manifests/j/JetBrains/WebStorm/2024.2.1/JetBrains.WebStorm.installer.yaml new file mode 100644 index 0000000000000..d8bc9881afbac --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2024.2.1/JetBrains.WebStorm.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: 2024.2.1 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- json +ReleaseDate: 2024-08-29 +AppsAndFeaturesEntries: +- DisplayName: WebStorm 2024.2.1 + DisplayVersion: 242.21829.149 + ProductCode: WebStorm 2024.2.1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2024.2.1.exe + InstallerSha256: 8D0AFB6660A75E70CE7BDC2195922B13199714522500A3438CAFECD1B9AB5460 + ProductCode: WebStorm 2024.2.1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2024.2.1.exe + InstallerSha256: 8D0AFB6660A75E70CE7BDC2195922B13199714522500A3438CAFECD1B9AB5460 + ProductCode: WebStorm 2024.2.1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2024.2.1-aarch64.exe + InstallerSha256: 735F987107D2608A838DFDB9F8DEF95DC00E26240C6E548266E0B8764273EA1E + ProductCode: WebStorm 2024.2.1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2024.2.1-aarch64.exe + InstallerSha256: 735F987107D2608A838DFDB9F8DEF95DC00E26240C6E548266E0B8764273EA1E + ProductCode: WebStorm 2024.2.1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/WebStorm/2024.2.1/JetBrains.WebStorm.locale.en-US.yaml b/manifests/j/JetBrains/WebStorm/2024.2.1/JetBrains.WebStorm.locale.en-US.yaml new file mode 100644 index 0000000000000..92faf2b0c4c6e --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2024.2.1/JetBrains.WebStorm.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: 2024.2.1 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: WebStorm +PackageUrl: https://www.jetbrains.com/webstorm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The smartest JavaScript IDE +Description: WebStorm is an integrated development environment for JavaScript and related technologies. Like other JetBrains IDEs, it makes your development experience more enjoyable, automating routine work and helping you handle complex tasks with ease. +Moniker: webstorm +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- programming +- webpage +ReleaseNotes: |- + What's fixed: + - We've fixed the issue with detecting the version of Node.js installed through the Volta tool manager (WEB-67800). + - We've fixed the issue with WebStorm quitting unexpectedly when running npm scripts on macOS 14 (IJPL-157074). + - We've fixed the issue with starting WebStorm when the installation path contains non-ASCII characters (IJPL-156417, IJPL-35364). + For more details, please see the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WEB-A-233538522 +PurchaseUrl: https://www.jetbrains.com/webstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn WebStorm + DocumentUrl: https://www.jetbrains.com/webstorm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/WebStorm/2024.2.1/JetBrains.WebStorm.locale.zh-CN.yaml b/manifests/j/JetBrains/WebStorm/2024.2.1/JetBrains.WebStorm.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8e5bfdde17282 --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2024.2.1/JetBrains.WebStorm.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: 2024.2.1 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: WebStorm +PackageUrl: https://www.jetbrains.com/zh-cn/webstorm/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 最智能的 JavaScript IDE +Description: WebStorm 是一个适用于 JavaScript 和相关技术的集成开发环境。类似于其他 JetBrains IDE,它也会使您的开发体验更有趣,自动执行常规工作并帮助您轻松处理复杂任务。 +# Moniker: +Tags: +- css +- htm +- html +- javascript +- js +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WEB-A-233538522 +PurchaseUrl: https://www.jetbrains.com/zh-cn/webstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 WebStorm + DocumentUrl: https://www.jetbrains.com/zh-cn/webstorm/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/WebStorm/2024.2.1/JetBrains.WebStorm.yaml b/manifests/j/JetBrains/WebStorm/2024.2.1/JetBrains.WebStorm.yaml new file mode 100644 index 0000000000000..bc885f797e68f --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2024.2.1/JetBrains.WebStorm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: 2024.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/WebStorm/2024.2/JetBrains.WebStorm.installer.yaml b/manifests/j/JetBrains/WebStorm/2024.2/JetBrains.WebStorm.installer.yaml new file mode 100644 index 0000000000000..9a5351badbb92 --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2024.2/JetBrains.WebStorm.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: "2024.2" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- json +ReleaseDate: 2024-08-12 +AppsAndFeaturesEntries: +- DisplayName: WebStorm 2024.2 + DisplayVersion: 242.20224.342 + ProductCode: WebStorm 2024.2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2024.2.exe + InstallerSha256: 3B272B780515801E59FA275C25738B603F2714701EE757FD584FE5847EEA485C + ProductCode: WebStorm 2024.2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2024.2.exe + InstallerSha256: 3B272B780515801E59FA275C25738B603F2714701EE757FD584FE5847EEA485C + ProductCode: WebStorm 2024.2 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2024.2-aarch64.exe + InstallerSha256: D9A5212FF2E79E696F2281E61392ECF1F65BD8E5187FFC521207D907B59BEB9D + ProductCode: WebStorm 2024.2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2024.2-aarch64.exe + InstallerSha256: D9A5212FF2E79E696F2281E61392ECF1F65BD8E5187FFC521207D907B59BEB9D + ProductCode: WebStorm 2024.2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/WebStorm/2024.2/JetBrains.WebStorm.locale.en-US.yaml b/manifests/j/JetBrains/WebStorm/2024.2/JetBrains.WebStorm.locale.en-US.yaml new file mode 100644 index 0000000000000..6a79159e1a644 --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2024.2/JetBrains.WebStorm.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: "2024.2" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: WebStorm +PackageUrl: https://www.jetbrains.com/webstorm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The smartest JavaScript IDE +Description: WebStorm is an integrated development environment for JavaScript and related technologies. Like other JetBrains IDEs, it makes your development experience more enjoyable, automating routine work and helping you handle complex tasks with ease. +Moniker: webstorm +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- programming +- webpage +ReleaseNotes: |- + Visit our blog to learn more about the new functionality and the latest enhancements. + Here are the highlights: + - Improved file-system-based routing support + - Initial Bun debugging support + - Prettier integration is now enabled by default + - Tailwind preview is shown in the completion popup + - Direct running and debugging of TypeScript files + - New project templates with onboarding tips + - Support for math syntax in Markdown files +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WEB-A-233538519/WebStorm-2024.2-242.20224.342-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/webstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: Learn WebStorm + DocumentUrl: https://www.jetbrains.com/webstorm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/WebStorm/2024.2/JetBrains.WebStorm.locale.zh-CN.yaml b/manifests/j/JetBrains/WebStorm/2024.2/JetBrains.WebStorm.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dfd97d781a322 --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2024.2/JetBrains.WebStorm.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: "2024.2" +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: WebStorm +PackageUrl: https://www.jetbrains.com/zh-cn/webstorm/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: 最智能的 JavaScript IDE +Description: WebStorm 是一个适用于 JavaScript 和相关技术的集成开发环境。类似于其他 JetBrains IDE,它也会使您的开发体验更有趣,自动执行常规工作并帮助您轻松处理复杂任务。 +# Moniker: +Tags: +- css +- htm +- html +- javascript +- js +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +# ReleaseNotes: +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WEB-A-233538519/WebStorm-2024.2-242.20224.342-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/webstorm/buy/ +# InstallationNotes: +Documentations: +- DocumentLabel: 学习 WebStorm + DocumentUrl: https://www.jetbrains.com/zh-cn/webstorm/learn/ +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/WebStorm/2024.2/JetBrains.WebStorm.yaml b/manifests/j/JetBrains/WebStorm/2024.2/JetBrains.WebStorm.yaml new file mode 100644 index 0000000000000..18c33a7160d45 --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2024.2/JetBrains.WebStorm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: "2024.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/WebStorm/EAP/243.12818.48/JetBrains.WebStorm.EAP.installer.yaml b/manifests/j/JetBrains/WebStorm/EAP/243.12818.48/JetBrains.WebStorm.EAP.installer.yaml new file mode 100644 index 0000000000000..824e3c107c2b3 --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/EAP/243.12818.48/JetBrains.WebStorm.EAP.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: JetBrains.WebStorm.EAP +PackageVersion: 243.12818.48 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- json +ReleaseDate: 2024-09-12 +AppsAndFeaturesEntries: +- DisplayName: WebStorm 243.12818.48 + ProductCode: WebStorm 243.12818.48 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-243.12818.48.exe + InstallerSha256: 44AFFCA3F942BD2680CF60F55EF5B0CCF950D2C3789FDDDEC8CC2EA265B067A1 + ProductCode: WebStorm 243.12818.48 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-243.12818.48.exe + InstallerSha256: 44AFFCA3F942BD2680CF60F55EF5B0CCF950D2C3789FDDDEC8CC2EA265B067A1 + ProductCode: WebStorm 243.12818.48 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-243.12818.48-aarch64.exe + InstallerSha256: 3BBC1E0E80234128D153DA0B49F6F13DB17BCF50536FEB3DE1609D97BDA7AC5D + ProductCode: WebStorm 243.12818.48 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-243.12818.48-aarch64.exe + InstallerSha256: 3BBC1E0E80234128D153DA0B49F6F13DB17BCF50536FEB3DE1609D97BDA7AC5D + ProductCode: WebStorm 243.12818.48 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JetBrains/WebStorm/EAP/243.12818.48/JetBrains.WebStorm.EAP.locale.en-US.yaml b/manifests/j/JetBrains/WebStorm/EAP/243.12818.48/JetBrains.WebStorm.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..43e9442740b17 --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/EAP/243.12818.48/JetBrains.WebStorm.EAP.locale.en-US.yaml @@ -0,0 +1,101 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: JetBrains.WebStorm.EAP +PackageVersion: 243.12818.48 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: WebStorm (EAP) +PackageUrl: https://www.jetbrains.com/webstorm/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: +ShortDescription: The smartest JavaScript IDE +Description: WebStorm is an integrated development environment for JavaScript and related technologies. Like other JetBrains IDEs, it makes your development experience more enjoyable, automating routine work and helping you handle complex tasks with ease. +# Moniker: +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- programming +- webpage +ReleaseNotes: |- + What's fixed: + - We've added support for running Karma tests in NX Monorepos (WEB-58994). + - We've added cloud completion for HTML files (WEB-66176). + - We've added code style options for Class decorators, Class fields decorators, Class method decorators, and Function parameter decorators in JavaScript and TypeScript (WEB-21121). + - We've added showing a progress bar when installing Language Service packages (WEB-68772). + - We've added Jet-based cloud completion for JavaScript, TypeScript, TSX and JSX (WEB-68493). + - We've fixed the problem with running Vitest tests that occurred when a root property is used in the vitest.config.ts file (WEB-59417). + - We've fixed the problem with turning the Watch for Changes mode on in Vitest tests (WEB -68363). + - We've fixed the problem with stacktrace disappearing from the Run/Debug tool window when running tests using Jest version 27 and Node.js version 21 (WEB-67757). + - We've fixed a problem with re-running tests from the gutter when a configuration file with a custom name is used (WEB-65973). + - We've fixed the problem with resolving breakpoints in files with spaces in their file paths (WEB-26094). + - We've fixed the problem with resolving breakpoint in code that is executed using ts-node (WEB-67881). + - We've improved rendering of inlay type hints in HTML files within Angular projects (WEB -67981). + - We've improved the context action display performance in Angular templates (WEB-68711). + - We've improved TypeScript support automatically choosing the right tsconfig to use for server type evaluation (WEB-68785). + - We've improved Full Line completion filtering out references to non-existent object properties (WEB-66381). + - We've fixed the IDE freeze that appeared on attempt to import a previous configuration (WEB-68573). + - We've improved the appearance of the Quick Documentation popup showing the parent class or interface of a method on a separate line (WEB-67987). + - We've improved the appearance of the Quick Documentation popup showing the return type of functions with parameters on a separate line (WEB-68592). + - We've fixed the problem with exporting test results that was caused by junk console output (WEB-66843). + - We've fixed the problem with random sorting of test items in the Run tool window (WEB-67368). + - We've fixed the problem with running Karma.js tests from the gutter when a TypeScript karma.conf.ts configuration file is used WEB-68460). + - We've improved the presentation of test results in the Run tool window (WEB -67101). + - We've fixed the Unexpected node state: finished error that occurred when running Vitest tests with workspace defined in the vitest.workspace.ts configuration file (WEB-67347). + - We've fixed the problem with running Vitest tests in NX monorepos with multiple Angular apps (WEB-68019). + - We've improved integration with Next.js adding support of catch-all segments for resolving route paths (WEB-68633). + - We've fixed performance issues related to CSS class completion in NX monorepos with multiple Angular applications (WEB -68876). + - We've fixed the problem with showing a false-positive Mismatched property value error for CSS custom property var() with a fallback (default) as the fallback inside another var() ( WEB-67398). + - We've fixed autocompletion for @scope so not extra line is added (WEB-67661). + - We've fixed parsing of @scope inside